:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --panel: rgba(14, 28, 47, 0.76);
  --panel-solid: #0d1b2e;
  --panel-light: #11223a;
  --line: rgba(153, 184, 220, 0.16);
  --line-strong: rgba(153, 184, 220, 0.27);
  --text: #f3f7fb;
  --muted: #97a9bf;
  --cyan: #59d8ff;
  --cyan-strong: #23c4f7;
  --violet: #8d8bff;
  --green: #63e6b4;
  --orange: #ffb36a;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(49, 154, 203, 0.16), transparent 34%),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  background: white;
  color: #07111f;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(7, 17, 31, .84);
  border-color: var(--line);
  backdrop-filter: blur(20px);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 750; letter-spacing: -.03em; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(89, 216, 255, .35);
  background: linear-gradient(145deg, rgba(89, 216, 255, .17), rgba(141, 139, 255, .1));
  border-radius: 10px;
  box-shadow: inset 0 0 24px rgba(89, 216, 255, .07), 0 8px 22px rgba(0,0,0,.18);
}
.brand-mark svg { width: 23px; height: 23px; fill: none; stroke: var(--cyan); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a, .nav-link { color: #acbcd0; font-size: 14px; font-weight: 570; transition: color .2s ease; }
.desktop-nav a:hover, .nav-link:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 11px;
  padding: 13px 19px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06111e; background: linear-gradient(135deg, #71e1ff, #56c8ff 62%, #8f8bff); box-shadow: 0 10px 30px rgba(63, 197, 242, .2); }
.button-primary:hover { box-shadow: 0 15px 36px rgba(63, 197, 242, .3); }
.button-secondary { color: #eaf3fb; border: 1px solid var(--line-strong); background: rgba(255,255,255,.035); }
.button-secondary:hover { background: rgba(255,255,255,.065); border-color: rgba(153,184,220,.42); }
.button-small { padding: 10px 15px; font-size: 13px; }
.button-large { min-height: 52px; padding-inline: 23px; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: transparent; padding: 10px; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 4px; }
.mobile-nav { padding: 12px 20px 22px; background: rgba(7,17,31,.98); border-bottom: 1px solid var(--line); }
.mobile-nav a:not(.button) { display: block; padding: 12px 0; color: #c5d1df; }
.mobile-nav .button { margin-top: 10px; width: 100%; }

.hero { position: relative; overflow: hidden; padding: 168px 0 42px; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(130,162,196,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(130,162,196,.032) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}
.hero-glow { position: absolute; pointer-events: none; border-radius: 999px; filter: blur(4px); }
.hero-glow-one { width: 560px; height: 560px; right: -130px; top: 40px; background: radial-gradient(circle, rgba(49,180,235,.12), transparent 68%); }
.hero-glow-two { width: 420px; height: 420px; left: -160px; top: 240px; background: radial-gradient(circle, rgba(122,121,255,.08), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 54px; }
.eyebrow {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #afd5e4;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .11em;
  padding: 8px 12px;
  border: 1px solid rgba(89,216,255,.2);
  border-radius: 999px;
  background: rgba(89,216,255,.055);
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(99,230,180,.09), 0 0 12px rgba(99,230,180,.5); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 25px 0 24px; max-width: 650px; font-size: clamp(3.25rem, 5.6vw, 5.55rem); line-height: .99; letter-spacing: -.067em; font-weight: 760; }
h1 span { color: transparent; background: linear-gradient(110deg, #6ce0ff, #9a99ff 85%); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 610px; color: #aab9ca; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 29px; color: #8fa2b8; font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 15px; fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.connection-stage {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(136,181,216,.14);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(13,29,49,.92), rgba(8,20,36,.7));
  box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.03);
}
.stage-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(127,170,204,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(127,170,204,.045) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle at 53% 48%, black 10%, transparent 76%); }
.stage-label { position: absolute; top: 19px; left: 22px; color: #6f849c; font-size: 9px; letter-spacing: .16em; font-weight: 800; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line-strong); background: rgba(9,22,38,.92); backdrop-filter: blur(16px); box-shadow: 0 14px 34px rgba(0,0,0,.26); }
.tenant-card { top: 73px; left: 26px; padding: 13px 15px; border-radius: 13px; }
.tenant-card strong, .tenant-card span, .request-card strong, .request-card span { display: block; }
.tenant-card strong, .request-card strong { font-size: 11px; }
.tenant-card div > span, .request-card div > span { color: #71869d; font-size: 9px; margin-top: 2px; }
.mini-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; font-weight: 800; font-size: 12px; }
.tenant-icon { color: #c9baff; background: rgba(141,139,255,.15); border: 1px solid rgba(141,139,255,.3); }
.online-dot { margin-left: 6px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(99,230,180,.5); }
.dock-core { position: absolute; z-index: 5; left: 50%; top: 50%; width: 130px; height: 130px; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(89,216,255,.32); border-radius: 50%; background: radial-gradient(circle at 50% 42%, #122e45, #0a1a2b 72%); box-shadow: 0 0 0 12px rgba(89,216,255,.035), 0 0 50px rgba(29,170,220,.16); }
.dock-core strong { margin-top: 8px; font-size: 12px; }
.dock-core > span { color: #6e849c; font-size: 9px; }
.dock-logo { width: 38px; height: 38px; }
.dock-logo svg { width: 26px; height: 26px; }
.dock-pulse { position: absolute; inset: -13px; border: 1px solid rgba(89,216,255,.14); border-radius: 50%; animation: pulse-ring 3s infinite; }
.connection-lines { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
.flow-line { fill: none; stroke: url(#lineGradient); stroke-width: 1.3; stroke-dasharray: 5 6; animation: flow 10s linear infinite; }
.provider-stack { position: absolute; z-index: 4; top: 50px; right: 23px; display: grid; gap: 14px; width: 166px; }
.provider-card { display: grid; grid-template-columns: 34px 1fr 8px; align-items: center; gap: 9px; width: 100%; padding: 10px; text-align: left; color: var(--text); border: 1px solid var(--line); border-radius: 12px; background: rgba(10,24,41,.88); box-shadow: 0 8px 24px rgba(0,0,0,.18); cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.provider-card:hover, .provider-card.active { transform: translateX(-5px); border-color: rgba(89,216,255,.42); background: rgba(13,34,56,.96); }
.provider-card strong, .provider-card small { display: block; }
.provider-card strong { font-size: 10px; }
.provider-card small { margin-top: 2px; color: #6f849b; font-size: 8px; }
.provider-icon { flex: 0 0 auto; display: inline-grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; font-size: 10px; font-weight: 800; }
.openai-icon { color: #dffcf2; background: #12342f; }
.anthropic-icon { color: #ffe9d6; background: #3b2a20; }
.azure-icon { color: #d9f4ff; background: #15384d; }
.aws-icon { color: #ffe7c9; background: #3a2d20; font-size: 7px; }
.signal { width: 7px; height: 7px; border: 1px solid #486078; border-radius: 50%; }
.provider-card.active .signal { border-color: var(--green); background: var(--green); box-shadow: 0 0 8px rgba(99,230,180,.5); }
.request-card { left: 30%; bottom: 35px; padding: 12px 14px; border-radius: 12px; }
.request-badge { color: var(--green)!important; font-size: 10px!important; font-weight: 800; padding: 3px 5px; border-radius: 5px; background: rgba(99,230,180,.1); }
.provider-strip { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr repeat(5, auto); align-items: center; gap: 24px; margin-top: 73px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-label { color: #667b92; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 780; }
.provider-name { color: #8498ae; font-size: 13px; font-weight: 680; text-align: center; }

.section-heading { max-width: 790px; }
.section-heading.centered { margin: 0 auto 54px; text-align: center; }
.kicker { display: inline-block; margin-bottom: 17px; color: var(--cyan); font-size: 11px; font-weight: 820; letter-spacing: .16em; }
h2 { margin-bottom: 21px; font-size: clamp(2.35rem, 4.3vw, 4.25rem); line-height: 1.04; letter-spacing: -.055em; font-weight: 730; }
.section-heading p, .steps-copy > p, .developer-copy > p, .security-copy > p { color: var(--muted); font-size: 17px; line-height: 1.72; }
.product-section { background: linear-gradient(to bottom, rgba(8,20,35,.2), rgba(12,26,44,.5), rgba(8,20,35,.15)); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 522px; overflow: hidden; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(150deg, rgba(17,35,58,.83), rgba(10,23,39,.88)); box-shadow: inset 0 1px rgba(255,255,255,.03); }
.feature-number { position: absolute; right: 22px; top: 19px; color: #40536a; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 34px; border: 1px solid rgba(89,216,255,.22); border-radius: 13px; background: rgba(89,216,255,.065); }
.feature-icon svg { width: 26px; fill: none; stroke: var(--cyan); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.025em; }
.feature-card > p { min-height: 90px; color: #8fa2b8; font-size: 14px; line-height: 1.68; }
.mini-window { margin-top: 25px; border: 1px solid var(--line); border-radius: 13px 13px 0 0; background: #091625; box-shadow: 0 20px 45px rgba(0,0,0,.23); }
.window-top { display: flex; gap: 5px; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.window-top span { width: 5px; height: 5px; border-radius: 50%; background: #40546a; }
.window-content { padding: 14px; }
.field-label { display: block; margin: 9px 0 5px; color: #6d829a; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.fake-select, .fake-input { height: 37px; display: flex; align-items: center; gap: 9px; padding: 0 10px; color: #c7d4e2; border: 1px solid var(--line); border-radius: 8px; background: #0d1d30; font-size: 10px; }
.fake-select .provider-icon { width: 21px; height: 21px; border-radius: 6px; font-size: 7px; }
.fake-select b { margin-left: auto; color: #62768d; }
.fake-input { color: #647a91; letter-spacing: .09em; }
.fake-button { margin-top: 12px; padding: 10px; color: #07111f; text-align: center; border-radius: 8px; background: linear-gradient(135deg,#69ddff,#818bff); font-size: 9px; font-weight: 800; }
.vault-visual { position: relative; height: 195px; margin-top: 18px; display: grid; place-items: center; overflow: hidden; }
.vault-ring { position: absolute; border: 1px solid rgba(89,216,255,.14); border-radius: 50%; }
.ring-one { width: 154px; height: 154px; }
.ring-two { width: 103px; height: 103px; border-style: dashed; animation: rotate 18s linear infinite; }
.vault-lock { position: relative; z-index: 3; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(89,216,255,.27); border-radius: 17px; background: radial-gradient(circle,#143249,#0c1e32); box-shadow: 0 0 34px rgba(89,216,255,.15); }
.vault-lock svg { width: 32px; fill: none; stroke: var(--cyan); stroke-width: 1.5; }
.vault-label { position: absolute; bottom: 4px; color: #6f849b; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.gateway-visual { margin-top: 32px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: #091625; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-row { display: flex; align-items: center; gap: 11px; padding: 10px; color: #bdd0e2; border-bottom: 1px solid rgba(148,176,204,.08); font-size: 10px; }
.code-row:last-child { border-bottom: 0; }
.code-row span { color: var(--cyan); font-size: 8px; font-weight: 800; }
.code-row.muted { color: #62778e; }
.code-row.success span { color: var(--green); }

.steps-section { background: #081421; }
.steps-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.steps-list { list-style: none; padding: 0; margin: 39px 0 0; }
.steps-list li { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 5px 0 30px; color: #71869d; cursor: pointer; }
.steps-list li:not(:last-child)::after { content: ""; position: absolute; left: 18px; top: 40px; bottom: 4px; width: 1px; background: var(--line); }
.step-index { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 10px; font-size: 11px; font-weight: 760; }
.steps-list strong { display: block; margin-top: 4px; color: #b5c2d0; font-size: 15px; }
.steps-list p { margin: 5px 0 0; max-width: 360px; font-size: 13px; line-height: 1.55; }
.steps-list li.active .step-index { color: #06111e; border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 20px rgba(89,216,255,.15); }
.steps-list li.active strong { color: white; }
.workflow-panel { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: #0b192a; box-shadow: var(--shadow); }
.workflow-topbar { display: flex; align-items: center; gap: 6px; height: 44px; padding: 0 15px; border-bottom: 1px solid var(--line); background: #0c1c2f; }
.workflow-topbar > span { width: 7px; height: 7px; border-radius: 50%; background: #31475e; }
.workflow-topbar strong { margin: 0 auto; padding-right: 40px; color: #536a81; font-size: 9px; font-weight: 500; }
.workflow-body { display: grid; grid-template-columns: 70px 1fr; min-height: 466px; }
.workflow-sidebar { display: flex; flex-direction: column; align-items: center; gap: 19px; padding-top: 27px; border-right: 1px solid var(--line); background: #091624; }
.workflow-sidebar span { width: 22px; height: 22px; border-radius: 7px; background: #17293c; }
.workflow-sidebar span.selected { background: rgba(89,216,255,.17); border: 1px solid rgba(89,216,255,.2); }
.workflow-main { padding: 38px 37px 26px; }
.workflow-heading { display: flex; justify-content: space-between; gap: 20px; }
.workflow-heading small, .workflow-heading strong { display: block; }
.workflow-heading small { color: var(--cyan); font-size: 8px; letter-spacing: .13em; font-weight: 800; }
.workflow-heading strong { margin-top: 5px; font-size: 20px; letter-spacing: -.025em; }
.workflow-heading > span { height: fit-content; padding: 5px 8px; color: #968fff; border: 1px solid rgba(141,139,255,.2); border-radius: 6px; background: rgba(141,139,255,.07); font-size: 8px; }
.workflow-main > p { margin: 10px 0 24px; color: #73879e; font-size: 10px; }
.workflow-provider { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; margin-bottom: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 11px; background: #0e1e31; }
.workflow-provider strong, .workflow-provider small { display: block; }
.workflow-provider strong { font-size: 11px; }
.workflow-provider small { margin-top: 3px; color: #6e8299; font-size: 8px; }
.workflow-provider button { color: #b7c6d6; border: 1px solid var(--line-strong); border-radius: 7px; background: #122338; padding: 7px 10px; font-size: 8px; }
.connected-pill { color: var(--green); font-size: 8px; }
.powered-by { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 27px; color: #536980; font-size: 8px; }
.tiny-mark { width: 21px; height: 21px; border-radius: 6px; }
.tiny-mark svg { width: 15px; height: 15px; }

.developer-section { background: linear-gradient(180deg, #081421, #091726); }
.developer-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; }
.check-list { list-style: none; padding: 0; margin: 27px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 25px; }
.check-list li { position: relative; padding-left: 22px; color: #a9b8c8; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.text-link { color: var(--cyan); font-weight: 720; font-size: 14px; }
.code-window { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 18px; background: #07121e; box-shadow: var(--shadow); }
.code-tabs { display: flex; align-items: center; gap: 2px; height: 48px; padding: 0 14px; border-bottom: 1px solid var(--line); background: #0a1929; }
.code-tabs button { color: #61768d; border: 0; background: transparent; padding: 9px 11px; font-size: 10px; cursor: pointer; }
.code-tabs button.active { color: white; }
.code-tabs .copy-button { margin-left: auto; color: #91a5ba; border: 1px solid var(--line); border-radius: 7px; }
.code-sample { min-height: 330px; margin: 0; padding: 30px; overflow: auto; color: #b9cadc; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; line-height: 1.9; tab-size: 2; }
.code-purple { color: #bd9cff; }
.code-green { color: #8fe0ba; }
.code-blue { color: #73ccff; }
.code-response { display: flex; align-items: center; gap: 10px; padding: 13px 18px; color: #61768d; border-top: 1px solid var(--line); background: #091725; font-family: ui-monospace, monospace; font-size: 9px; }
.code-response strong { color: var(--green); }
.response-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(99,230,180,.5); }

.security-section { overflow: hidden; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.security-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.security-orbit { position: absolute; border: 1px solid rgba(89,216,255,.13); border-radius: 50%; }
.security-orbit span { position: absolute; top: 50%; left: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px rgba(89,216,255,.45); }
.orbit-one { width: 410px; height: 410px; animation: rotate 32s linear infinite; }
.orbit-two { width: 310px; height: 310px; border-style: dashed; animation: rotate-reverse 22s linear infinite; }
.orbit-two span { top: 20%; left: auto; right: 24px; background: var(--violet); }
.orbit-three { width: 215px; height: 215px; animation: rotate 18s linear infinite; }
.orbit-three span { top: auto; bottom: 9px; left: 66%; background: var(--green); }
.security-center { position: relative; z-index: 2; width: 185px; height: 185px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(89,216,255,.25); border-radius: 50%; background: radial-gradient(circle at 50% 40%, #15324a, #091827 72%); box-shadow: 0 0 80px rgba(39,180,224,.11); }
.security-center svg { width: 50px; fill: none; stroke: var(--cyan); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.security-center strong { margin-top: 16px; font-size: 13px; }
.security-center span { margin-top: 4px; color: #71869d; font-size: 9px; }
.orbit-label { position: absolute; z-index: 3; padding: 7px 10px; color: #8da3b9; border: 1px solid var(--line); border-radius: 8px; background: rgba(9,23,39,.85); font-size: 9px; }
.label-one { top: 55px; left: 74px; }
.label-two { top: 130px; right: 20px; }
.label-three { bottom: 55px; left: 40px; }
.security-list { margin-top: 35px; }
.security-list article { display: grid; grid-template-columns: 35px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid var(--line); }
.security-list article > span { color: #4f687f; font-family: ui-monospace, monospace; font-size: 10px; }
.security-list strong { display: block; margin-bottom: 5px; font-size: 14px; }
.security-list p { margin: 0; color: #7f93aa; font-size: 12px; line-height: 1.55; }

.early-access-section { padding-top: 40px; }
.early-access-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; padding: 64px; border: 1px solid rgba(89,216,255,.21); border-radius: 28px; background: linear-gradient(130deg, #102b42, #101c34 58%, #1b1c3c); box-shadow: var(--shadow); }
.cta-glow { position: absolute; width: 380px; height: 380px; right: -150px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(120,123,255,.21), transparent 70%); }
.early-access-card h2 { max-width: 650px; font-size: clamp(2.3rem,4vw,3.65rem); }
.early-access-card p { margin-bottom: 0; color: #a1b3c5; line-height: 1.65; }
.access-form { position: relative; z-index: 2; display: grid; gap: 11px; }
.access-form input { width: 100%; height: 52px; color: white; border: 1px solid var(--line-strong); border-radius: 11px; outline: none; background: rgba(5,16,29,.55); padding: 0 15px; }
.access-form input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(89,216,255,.1); }
.form-status { min-height: 18px; margin: 2px 0 0; color: var(--green)!important; font-size: 11px; }

.site-footer { margin-top: 115px; border-top: 1px solid var(--line); background: #06101c; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; padding: 65px 0; }
.footer-brand p { max-width: 320px; margin: 18px 0 0; color: #6f8399; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 4px; color: #dce7f1; font-size: 11px; }
.footer-links a { color: #6e8298; font-size: 11px; transition: color .2s; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 26px; color: #53677c; border-top: 1px solid var(--line); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes flow { to { stroke-dashoffset: -110; } }
@keyframes pulse-ring { 0%,100% { transform: scale(.92); opacity: .2; } 50% { transform: scale(1.06); opacity: .7; } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotate-reverse { to { transform: rotate(-360deg); } }

@media (max-width: 1000px) {
  .desktop-nav, .nav-actions { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 135px; }
  .hero-grid, .steps-grid, .developer-grid, .security-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-copy { max-width: 760px; }
  .connection-stage { width: min(100%, 700px); margin: auto; }
  .provider-strip { grid-template-columns: repeat(3,1fr); }
  .strip-label { grid-column: 1 / -1; text-align: center; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card > p { min-height: auto; }
  .mini-window, .vault-visual, .gateway-visual { max-width: 470px; }
  .steps-grid, .developer-grid, .security-grid { gap: 55px; }
  .steps-copy { max-width: 700px; }
  .workflow-panel, .code-window { width: min(100%, 760px); }
  .security-visual { order: 2; }
  .security-copy { max-width: 720px; }
  .early-access-card { grid-template-columns: 1fr; gap: 35px; }
  .access-form { max-width: 520px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .nav-wrap { height: 68px; }
  .hero { padding-top: 120px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .hero-lede, .section-heading p, .steps-copy > p, .developer-copy > p, .security-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px 15px; }
  .connection-stage { min-height: 520px; border-radius: 20px; }
  .provider-stack { right: 11px; top: 48px; width: 145px; gap: 10px; }
  .provider-card { grid-template-columns: 30px 1fr 7px; gap: 7px; padding: 8px; }
  .provider-card .provider-icon { width: 27px; height: 27px; }
  .tenant-card { top: 82px; left: 10px; padding: 9px; }
  .tenant-card .online-dot { display: none; }
  .dock-core { width: 105px; height: 105px; left: 45%; top: 53%; }
  .request-card { left: 13px; bottom: 34px; max-width: 220px; }
  .provider-strip { grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 50px; }
  .provider-name { font-size: 11px; }
  .feature-card { padding: 23px; }
  .workflow-body { grid-template-columns: 45px 1fr; }
  .workflow-main { padding: 28px 17px 22px; }
  .workflow-heading > span { display: none; }
  .workflow-provider { grid-template-columns: 34px 1fr auto; padding: 10px; }
  .workflow-provider .provider-icon { width: 29px; height: 29px; }
  .code-sample { min-height: 310px; padding: 22px 18px; font-size: 10px; }
  .check-list { grid-template-columns: 1fr; }
  .security-visual { min-height: 400px; transform: scale(.82); margin: -35px 0; }
  .early-access-card { padding: 38px 24px; border-radius: 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
