:root {
  --navy: #020817;
  --navy-2: #06132b;
  --blue: #1293ff;
  --blue-2: #0874ee;
  --cyan: #21d7ff;
  --text: #f7fbff;
  --soft: #d9e6f6;
  --muted: #9caec4;
  --line: rgba(42, 151, 255, 0.22);
  --line-strong: rgba(33, 215, 255, 0.5);
  --white-bg: #f7fbff;
  --white-text: #071127;
  --white-muted: #65748b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #020817;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 64px;
  display: grid;
  grid-template-columns: 190px 1fr 230px;
  align-items: center;
  gap: 20px;
  padding: 0 34px;
  background: rgba(1, 7, 20, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
}
.brand img { width: 146px; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 34px; font-size: 14px; font-weight: 600; }
.site-nav a { color: #fff; opacity: .95; }
.site-nav span { color: #8ca1bd; margin-left: 4px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.sign-in { font-size: 14px; }
.header-cta {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0 17px;
  background: linear-gradient(135deg, #0798ff, #0964e8);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,125,255,.35);
}
.menu-button { display: none; }

.screen-section { width: 100%; min-height: calc(100vh - 64px); padding: 26px 0 22px; position: relative; overflow: hidden; scroll-margin-top: 64px; }
.screen-section + .screen-section { margin-top: 0; }
.section-inner { width: min(1200px, calc(100% - 32px)); margin-inline: auto; position: relative; z-index: 1; }
.dark-section {
  background:
    radial-gradient(circle at 78% 22%, rgba(8, 117, 238, 0.16), transparent 34rem),
    radial-gradient(circle at 22% 88%, rgba(14, 142, 255, 0.12), transparent 28rem),
    #020817;
}
.light-section { background: radial-gradient(circle at 62% 13%, #ffffff, #f7fbff 44%, #eef6ff 100%); color: var(--white-text); }

/* HERO: screenshot 3 */
.hero-inner { display: grid; grid-template-columns: minmax(390px, .7fr) minmax(560px, 1fr); gap: 34px; align-items: center; }
.hero-section { background:
    radial-gradient(circle at 78% 22%, rgba(8, 117, 238, 0.16), transparent 34rem),
    radial-gradient(circle at 22% 88%, rgba(14, 142, 255, 0.12), transparent 28rem),
    #020817; }
.hero-copy { max-width: 570px; z-index: 2; }
.pill, .light-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 30px;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(18,147,255,.13);
  color: #dff2ff;
  font-size: 12px;
  letter-spacing: .02em;
}
.pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px var(--blue); }
.hero-section h1 { margin: 0 0 20px; font-size: clamp(48px, 4.8vw, 68px); line-height: 1.04; letter-spacing: -.06em; }
.hero-section h1 em, .sovereignty-section h2 em, .workspace-section h2 em { color: var(--blue); font-style: normal; }
.lead { color: var(--soft); font-size: 18px; line-height: 1.62; margin: 0; }
.hero-actions-row { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: center; margin-top: 30px; }
.primary-button, .outline-button, .text-button {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 8px; padding: 0 22px; font-weight: 700; font-size: 15px;
}
.primary-button { background: linear-gradient(135deg, #09a7ff, #0869ea); box-shadow: 0 20px 42px rgba(0,119,255,.32); }
.outline-button { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.035); }
.text-button { color: #d7e8fb; padding-inline: 0; }
.trusted-row { margin-top: 58px; }
.trusted-row p { color: #d5e0ed; font-size: 13px; margin: 0 0 18px; }
.logo-cloud { display: flex; flex-wrap: wrap; align-items: center; gap: 34px; color: white; font-size: 20px; font-weight: 700; }
.aws-mark { font-family: Georgia, serif; }

.app-window {
  z-index: 2;
  height: 480px;
  display: grid;
  grid-template-columns: 118px 1fr 128px;
  overflow: hidden;
  border: 8px solid rgba(226,242,255,.95);
  border-radius: 24px;
  background: #f8fbff;
  color: #0b1731;
  box-shadow: 0 30px 90px rgba(4, 99, 218, .42), 0 0 0 1px rgba(33,215,255,.28);
}
.app-sidebar { padding: 17px 12px; background: #f2f6fb; border-right: 1px solid #dfe8f3; }
.app-sidebar img { width: 76px; margin-bottom: 18px; }
.app-sidebar nav, .recent-list, .team-list, .recent-chats, .power-suite { display: grid; gap: 9px; }
.app-sidebar nav span, .recent-list span, .team-list span, .recent-chats span, .power-suite span { font-size: 10px; color: #29364b; }
.app-sidebar nav span { padding: 7px 8px; border-radius: 7px; }
.app-sidebar nav .active { background: #e7edf6; font-weight: 800; }
.recent-list, .team-list { margin-top: 18px; }
.recent-list strong, .team-list strong, .recent-chats strong, .power-suite strong { font-size: 10px; color: #0b1731; }
.app-main { padding: 16px 18px; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; font-size: 11px; margin-bottom: 28px; }
.app-topbar div { display: flex; gap: 14px; align-items: center; }
.app-topbar i { width: 13px; height: 13px; border-radius: 50%; background: #dce5f0; display: block; }
.app-topbar b { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, #d5b49a, #5e3428); display: block; }
.app-main h2 { font-size: 25px; margin: 0 0 4px; font-weight: 500; letter-spacing: -.03em; }
.app-main > p { font-size: 18px; margin: 0 0 32px; color: #26344c; }
.app-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.app-card-grid article { min-height: 132px; border: 1px solid #dde6f1; border-radius: 10px; padding: 14px; background: white; box-shadow: 0 8px 20px rgba(12,35,80,.05); }
.icon { display: block; width: 30px; height: 30px; border-radius: 9px; margin-bottom: 16px; }
.icon.purple { background: #eee4ff; } .icon.green { background: #dbfbec; } .icon.blue { background: #e2efff; } .icon.pink { background: #ffe5f1; }
.app-card-grid h3 { font-size: 11px; margin: 0 0 8px; }
.app-card-grid p, .app-card-grid small { font-size: 9px; color: #526077; }
.prompt-bar { margin: 34px auto 0; width: min(100%, 430px); min-height: 54px; display: flex; align-items: center; gap: 14px; padding: 8px 10px 8px 18px; border: 1px solid #dce5f0; border-radius: 20px; background: white; box-shadow: 0 12px 30px rgba(12,35,80,.08); color: #6a7688; font-size: 12px; }
.prompt-bar strong { margin-left: auto; color: #0b1731; } .prompt-bar button { width: 30px; height: 30px; border: 0; border-radius: 50%; background: var(--blue); color: white; }
.app-rightbar { padding: 74px 12px 14px; background: #f8fbff; border-left: 1px solid #e1e9f2; }
.recent-chats, .power-suite { background: white; border-radius: 10px; padding: 12px; margin-bottom: 14px; box-shadow: 0 8px 18px rgba(12,35,80,.05); }
.mesh-floor { position: absolute; right: 0; bottom: 0; width: 55%; height: 260px; background-image: radial-gradient(circle, rgba(0,133,255,.65) 0 2px, transparent 2.5px), linear-gradient(120deg, rgba(0,133,255,.18) 1px, transparent 1px); background-size: 72px 72px, 82px 42px; opacity: .65; transform: perspective(500px) rotateX(58deg); transform-origin: bottom; }
.hero-benefits { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; }
.hero-benefits article { display: flex; gap: 14px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-benefits article:first-child { padding-left: 0; } .hero-benefits article:last-child { border-right: 0; }
.hero-benefits h3 { color: var(--cyan); font-size: 18px; margin: 0 0 6px; } .hero-benefits p { color: white; margin: 0; }
.benefit-icon { width: 34px; height: 34px; border: 2px solid var(--cyan); border-radius: 10px; flex: 0 0 auto; }

/* WORKSPACE: screenshot 2 */
.workspace-inner { display: grid; grid-template-columns: 1fr; gap: 18px; }
.workspace-section { min-height: 100vh; }
.workspace-left { max-width: 980px; margin: 0 auto; padding-top: 8px; text-align: center; }
.light-pill { background: #eaf3ff; color: #0b7cff; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.workspace-left h2 { max-width: 760px; margin: 0 auto 16px; font-size: 46px; line-height: 1.02; letter-spacing: -.06em; }
.workspace-left p { max-width: 660px; margin-inline: auto; color: #526178; line-height: 1.55; }
.light-checks, .sovereign-list { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 14px; }
.light-checks { max-width: 900px; grid-template-columns: repeat(3, 1fr); margin-inline: auto; text-align: left; }
.light-checks li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.light-checks li span { grid-row: span 2; width: 32px; height: 32px; border-radius: 50%; background: #e8f2ff; border: 1px solid #d7e8ff; }
.light-checks strong, .sovereign-list strong { display: block; font-size: 13px; }
.light-checks small, .sovereign-list small { color: #63738b; font-size: 12px; }
.sovereign-list small { grid-column: 2; display: block; color: #9caec4; line-height: 1.35; }
.workspace-left a { color: var(--blue); font-weight: 800; font-size: 13px; }
.workflow-area { position: relative; padding-top: 8px; text-align: center; }
.workflow-area h3 { margin: 0 0 8px; font-size: 18px; }
.workflow-arc { position: absolute; left: 16%; right: 16%; top: 60px; height: 178px; border: 1px dashed #a9cef9; border-radius: 50%; opacity: .9; }
.workflow-icons { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(9, minmax(82px, 1fr)); gap: 10px 12px; align-items: start; margin-top: 24px; }
.workflow-icons article { text-align: center; }
.wf { width: 42px; height: 42px; display: block; margin: 0 auto 10px; border-radius: 14px; background: white; border: 1px solid #dfe8f2; box-shadow: 0 8px 22px rgba(20,70,130,.08); }
.wf.purple { box-shadow: inset 0 0 0 12px #f0e5ff; } .wf.blue { box-shadow: inset 0 0 0 12px #e3f0ff; } .wf.green { box-shadow: inset 0 0 0 12px #def9ed; } .wf.amber { box-shadow: inset 0 0 0 12px #fff1cc; } .wf.rose { box-shadow: inset 0 0 0 12px #ffe1ec; } .wf.whatsapp { box-shadow: inset 0 0 0 12px #d9f8e4; }
.workflow-icons strong { display: block; font-size: 11px; } .workflow-icons small { display: block; color: #728197; font-size: 10px; line-height: 1.35; }
.truth-card { width: min(420px, 100%); margin: 22px auto 0; padding: 12px 18px; border: 1px solid #dbe6f2; border-radius: 18px; background: white; box-shadow: 0 12px 28px rgba(20,70,130,.08); text-align: center; font-weight: 800; }
.workspace-card-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.workspace-card-row article { min-height: 220px; border: 1px solid #dce6f1; border-radius: 12px; background: white; padding: 16px; box-shadow: 0 8px 18px rgba(20,70,130,.05); }
.workspace-card-row h3 { font-size: 14px; margin: 0 0 8px; }
.workspace-card-row p { min-height: 42px; color: #65748b; font-size: 11px; line-height: 1.42; }
.card-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; list-style: none; margin: 0 0 12px; padding: 0; }
.card-points li { position: relative; color: #314568; font-size: 10px; font-weight: 800; padding-left: 12px; }
.card-points li::before { content: ""; position: absolute; left: 0; top: 0.52em; width: 5px; height: 5px; border-radius: 50%; background: #0b7cff; }
.mini-icon { width: 30px; height: 30px; display: block; border-radius: 50%; margin-bottom: 14px; background: #eaf3ff; }
.mini-icon.chat { background:#e8dcff; } .mini-icon.meet { background:#e0efff; } .mini-icon.knowledge { background:#dcf8e8; } .mini-icon.research { background:#fff0c9; } .mini-icon.studio { background:#ffe2ef; } .mini-icon.agents { background:#e8dcff; } .mini-icon.whatsapp { background:#d9f9e5; }
.mini-ui { position: relative; height: 92px; overflow: hidden; border: 1px solid #e1e9f2; border-radius: 12px; background: linear-gradient(180deg, #f8fbff, #eef5fc); }
.mini-ui > span, .mini-ui > b, .mini-ui > i, .mini-ui > em, .mini-ui > small { position: absolute; display: block; border-radius: 999px; }
.chat-ui span:first-child { left: 12px; top: 12px; width: 62%; height: 16px; background: #e9eef6; }
.chat-ui b { right: 12px; top: 36px; width: 54%; height: 16px; background: #dcecff; }
.chat-ui span:nth-child(3) { left: 12px; bottom: 14px; width: 70%; height: 18px; background: white; border: 1px solid #dbe6f2; }
.chat-ui i { right: 18px; bottom: 19px; width: 8px; height: 8px; background: #0b7cff; }
.meeting-ui strong { position: absolute; left: 12px; top: 12px; width: 70%; height: 12px; border-radius: 999px; background: #dbeaff; }
.meeting-ui span { left: 12px; width: 82%; height: 7px; background: #e4ebf4; }
.meeting-ui span:nth-child(2) { top: 36px; }
.meeting-ui span:nth-child(3) { top: 50px; width: 66%; }
.meeting-ui em { left: 12px; bottom: 13px; width: 42%; height: 10px; background: #0b7cff; opacity: 0.16; }
.knowledge-ui span { left: 12px; width: 55%; height: 10px; background: white; border: 1px solid #dbe6f2; }
.knowledge-ui span:nth-child(1) { top: 13px; }
.knowledge-ui span:nth-child(2) { top: 33px; width: 72%; }
.knowledge-ui span:nth-child(3) { top: 53px; width: 62%; }
.knowledge-ui b { right: 14px; bottom: 14px; width: 26px; height: 26px; border-radius: 8px; background: #d9f9e5; }
.research-ui svg { position: absolute; inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); }
.research-ui polyline { fill: none; stroke: #0b7cff; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.document-ui span { left: 15px; width: 70%; height: 8px; background: #dde7f3; }
.document-ui span:nth-child(1) { top: 18px; }
.document-ui span:nth-child(2) { top: 34px; width: 82%; }
.document-ui span:nth-child(3) { top: 50px; width: 58%; }
.document-ui small { left: 15px; bottom: 13px; width: 34%; height: 12px; background: #ffe2ef; }
.agent-ui b { left: 14px; top: 14px; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #d7c1ff, #0b7cff); }
.agent-ui span { left: 54px; height: 9px; background: #dfe8f3; }
.agent-ui span:nth-child(2) { top: 17px; width: 58%; }
.agent-ui span:nth-child(3) { top: 34px; width: 42%; }
.agent-ui i { left: 14px; right: 14px; bottom: 14px; height: 18px; background: #edf5ff; border: 1px solid #dbe6f2; }
.whatsapp-ui span:first-child { left: 12px; top: 12px; width: 62%; height: 14px; background: white; border: 1px solid #dbe6f2; }
.whatsapp-ui b { right: 12px; top: 34px; width: 58%; height: 16px; background: #d9f9e5; }
.whatsapp-ui span:nth-child(3) { left: 12px; bottom: 16px; width: 46%; height: 14px; background: white; border: 1px solid #dbe6f2; }
.whatsapp-ui em { right: 16px; bottom: 17px; width: 14px; height: 14px; background: #18c66a; }
.workspace-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid #dce8f5; border-radius: 10px; background: #f0f6ff; overflow: hidden; }
.workspace-stats article { padding: 16px 24px; display: grid; gap: 4px; } .workspace-stats strong { color: #0b7cff; } .workspace-stats span { color: #526178; font-size: 13px; }

/* SOVEREIGNTY: screenshot 1 */
.sovereignty-inner { display: grid; grid-template-columns: 0.52fr 1fr; gap: 30px; align-items: center; }
.sovereignty-section { min-height: 100vh; }
.sovereignty-left h2 { font-size: clamp(48px, 4.4vw, 64px); line-height: 1.04; margin: 0 0 18px; letter-spacing: -.06em; }
.sovereignty-left > p:not(.pill) { color: #c3d1e4; font-size: 16px; line-height: 1.52; }
.shield-pill { text-transform: uppercase; letter-spacing: .16em; color: #a9d9ff; border: 1px solid rgba(42,151,255,.24); }
.sovereign-list li { display: grid; grid-template-columns: 22px 1fr; gap: 2px 8px; }
.sovereign-list li > span { width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--blue); color: var(--blue); display: grid; place-items: center; font-size: 11px; margin-top: 1px; }
.sovereign-list small { color: #9caec4; }
.outline-blue { display: inline-flex; margin-top: 8px; min-height: 40px; align-items: center; border: 1px solid var(--blue); border-radius: 7px; padding: 0 22px; color: #39a9ff; font-weight: 800; }
.policy-diagram { min-height: 500px; position: relative; border: 1px solid rgba(42,151,255,.18); border-radius: 12px; padding: 12px; }
.diagram-node, .policy-engine, .model-gateway { position: absolute; left: 15%; right: 29%; border: 1px solid rgba(117,170,231,.42); border-radius: 7px; background: rgba(9,28,58,.72); text-align: center; padding: 12px; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.diagram-node::after, .policy-engine::after, .model-gateway::after { content: "↓"; position: absolute; left: 50%; bottom: -27px; transform: translateX(-50%); color: #91bde8; }
.users { top: 12px; left: 22%; right: 43%; } .identity { top: 78px; left: 18%; right: 39%; }
.policy-engine { top: 132px; } .policy-engine h3, .model-gateway h3 { font-size: 16px; margin: 0 0 12px; font-weight: 500; }
.engine-row, .model-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.engine-row span, .model-row span, .maxiai-model { border: 1px solid rgba(117,170,231,.32); border-radius: 6px; padding: 10px 6px; font-size: 11px; }
.maxiai-model { margin-bottom: 8px; border-color: rgba(33,215,255,.52); background: rgba(18,147,255,.16); color: var(--cyan); font-weight: 800; }
.model-gateway { top: 236px; }
.customer-models { top: 366px; left: 26%; right: 37%; } .audit { top: 434px; left: 26%; right: 37%; } .audit::after { display:none; }
.control-panel { position: absolute; right: 18px; top: 42px; bottom: 32px; width: 170px; border: 1px solid rgba(33,215,255,.28); border-radius: 14px; padding: 18px; background: rgba(8,35,66,.72); }
.control-panel h3 { color: var(--cyan); font-size: 16px; margin-bottom: 24px; }
.control-panel article { margin-bottom: 24px; } .control-panel strong { display:block; font-size: 12px; } .control-panel small { color:#bbcee3; font-size: 10px; line-height:1.35; }
.sovereign-bottom-cards { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.sovereign-bottom-cards article { min-height: 124px; display: grid; grid-template-columns: 54px 1fr; gap: 14px; border: 1px solid rgba(42,151,255,.22); border-radius: 12px; background: rgba(8,25,52,.84); padding: 18px; }
.sovereign-bottom-cards h3 { font-size: 18px; margin: 0 0 8px; } .sovereign-bottom-cards p { color:#b8c9de; font-size:13px; line-height:1.45; margin:0 0 10px; } .sovereign-bottom-cards a { color: var(--blue); font-size: 13px; font-weight: 800; }
.round { grid-row: span 3; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--blue); box-shadow: 0 0 28px rgba(18,147,255,.28); }
.round.brain { border-color: #8c50ff; } .round.gov { border-color: #25d2d0; } .round.africa { border-color: #e8aa22; }
.partners-inner, .strategy-inner { display: grid; gap: 28px; }
.center-heading { max-width: 860px; margin-inline: auto; text-align: center; }
.center-heading h2 { margin: 0 0 16px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1; letter-spacing: -.055em; }
.center-heading p { color: var(--white-muted); line-height: 1.65; }
.partner-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.partner-path-grid article { min-height: 360px; border: 1px solid #dce6f1; border-radius: 18px; background: white; padding: 26px; box-shadow: 0 12px 26px rgba(20,70,130,.06); }
.partner-path-grid article > span, .strategy-map span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.partner-path-grid h3 { margin: 46px 0 12px; font-size: 28px; letter-spacing: -.04em; }
.partner-path-grid p, .partner-path-grid li { color: #526178; line-height: 1.55; }
.partner-path-grid ul { display: grid; gap: 8px; margin: 22px 0; padding-left: 18px; }
.partner-path-grid a { color: var(--blue); font-weight: 900; }
.partner-featured { border-color: #8fcfff !important; box-shadow: 0 24px 70px rgba(11,124,255,.18) !important; }
.marketplace-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #dce8f5; border-radius: 16px; background: #eef6ff; padding: 22px 26px; }
.marketplace-band strong, .marketplace-band span { display: block; }
.marketplace-band strong { color: var(--blue); font-size: 18px; }
.marketplace-band span { color: #526178; margin-top: 4px; }
.marketplace-band a { color: var(--blue); font-weight: 900; white-space: nowrap; }
.strategy-inner { grid-template-columns: .85fr 1.15fr; align-items: center; }
.strategy-copy h2 { margin: 0 0 18px; font-size: clamp(38px, 4.6vw, 64px); line-height: 1; letter-spacing: -.055em; }
.strategy-copy p { color: #c3d1e4; line-height: 1.7; }
.strategy-map { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.strategy-map article { min-height: 220px; border: 1px solid rgba(42,151,255,.22); border-radius: 18px; background: rgba(8,25,52,.84); padding: 24px; }
.strategy-map h3 { margin: 34px 0 10px; font-size: 24px; }
.strategy-map p { color: #b8c9de; line-height: 1.55; }
.contact-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: start; padding-block: 34px; }
.contact-copy { position: sticky; top: 96px; }
.contact-copy h2 { margin: 0 0 18px; font-size: clamp(36px, 4.6vw, 60px); line-height: 1; letter-spacing: -.055em; color: var(--white-text); }
.contact-copy p { max-width: 520px; color: var(--white-muted); line-height: 1.65; }
.contact-notes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.contact-notes span { border: 1px solid #dce8f5; border-radius: 999px; background: #eef6ff; color: var(--blue); font-size: 12px; font-weight: 900; padding: 9px 12px; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; border: 1px solid #dce6f1; border-radius: 28px; background: white; padding: clamp(22px, 3vw, 34px); box-shadow: 0 24px 70px rgba(20,70,130,.1); }
.form-section-title { grid-column: 1 / -1; display: grid; gap: 5px; margin-bottom: 4px; padding-bottom: 18px; border-bottom: 1px solid #e4edf6; }
.form-section-title strong { color: #10213d; font-size: 20px; letter-spacing: -.03em; }
.form-section-title span { color: #65748b; font-size: 13px; }
.contact-form label { display: grid; gap: 8px; color: #10213d; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; border: 1px solid #d8e4f1; border-radius: 14px; background: #f8fbff; color: #10213d; font: inherit; font-size: 14px; padding: 12px 13px; outline: none; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.contact-form textarea { resize: vertical; min-height: 132px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); background: white; box-shadow: 0 0 0 3px rgba(11,124,255,.12); }
.full-field, .contact-form button, .form-status { grid-column: 1 / -1; }
.consent-field { display: flex !important; align-items: flex-start; gap: 10px !important; color: #526178 !important; font-size: 13px !important; font-weight: 700 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.consent-field input { width: 18px; min-height: 18px; height: 18px; margin-top: 1px; flex: 0 0 auto; }
.contact-form button { border: 0; cursor: pointer; }
.form-status { min-height: 18px; color: #526178; font-size: 13px; margin: 0; }
.site-footer-full { background: radial-gradient(circle at 78% 0%, rgba(11,124,255,.16), transparent 28rem), #020817; border-top: 1px solid rgba(255,255,255,.08); color: white; }
.footer-inner { width: min(1200px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 42px; padding: 52px 0 24px; }
.footer-brand img { width: 150px; }
.footer-brand p { max-width: 390px; color: var(--muted); line-height: 1.7; }
.footer-brand a, .footer-links a { color: var(--cyan); font-weight: 800; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links strong { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--cyan); }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.08); color: var(--muted); margin: 12px 0 0; padding-top: 20px; font-size: 13px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-button { display: inline-flex; justify-self: end; border: 1px solid var(--line); color: white; background: transparent; border-radius: 8px; padding: 8px 12px; }
  .site-nav { display: none; position: absolute; left: 24px; right: 24px; top: 70px; padding: 18px; background: #06132b; border: 1px solid var(--line); border-radius: 18px; flex-direction: column; align-items: flex-start; }
  .site-nav.is-open { display: flex; }
  .header-actions { display: none; }
  .hero-inner, .workspace-inner, .sovereignty-inner { grid-template-columns: 1fr; }
  .hero-section, .workspace-section, .sovereignty-section { min-height: auto; }
  .hero-benefits, .workspace-card-row, .workspace-stats, .sovereign-bottom-cards, .partner-path-grid, .strategy-map { grid-template-columns: repeat(2,1fr); }
  .strategy-inner { grid-template-columns: 1fr; }
  .marketplace-band { align-items: flex-start; flex-direction: column; }
  .workflow-icons { grid-template-columns: repeat(3,1fr); }
  .policy-diagram { min-height: 610px; }
}
@media (max-width: 720px) {
  .screen-section { padding: 24px 0; }
  .section-inner { width: min(100% - 24px, 1200px); }
  .hero-section h1, .sovereignty-left h2 { font-size: 46px; }
  .app-window { grid-template-columns: 1fr; height: auto; }
  .app-sidebar, .app-rightbar { display: none; }
  .app-card-grid, .hero-benefits, .workspace-card-row, .workspace-stats, .sovereign-bottom-cards, .partner-path-grid, .strategy-map, .contact-inner, .footer-inner, .footer-links, .contact-form { grid-template-columns: 1fr; }
  .hero-benefits article { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .workflow-icons { grid-template-columns: repeat(2,1fr); }
  .truth-card { width: 100%; }
  .policy-diagram { display: none; }
  .footer-bar { flex-direction: column; align-items: flex-start; }
}
