:root {
  --bg: #07111f;
  --bg-2: #0a1728;
  --bg-3: #0f2035;
  --panel: rgba(16, 32, 53, 0.76);
  --panel-solid: #102035;
  --text: #f7fbff;
  --muted: #aebdca;
  --soft: #dbe6ee;
  --line: rgba(255, 255, 255, 0.1);
  --line-dark: #dce5ec;
  --ink: #112131;
  --ink-muted: #5d6d7a;
  --light: #f6f9fb;
  --white: #ffffff;
  --accent: #49d8c8;
  --accent-2: #74eadc;
  --accent-dark: #118979;
  --blue: #67a8ff;
  --amber: #f3b75b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --radius: 22px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin: 0 auto; }
.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;
}
.skip-link {
  position: fixed; left: 16px; top: -50px; z-index: 200;
  background: var(--white); color: var(--ink); padding: 10px 14px; border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, backdrop-filter .2s ease;
}
.site-header.scrolled {
  background: rgba(7, 17, 31, 0.86);
  border-color: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.025em; font-size: 1.08rem; }
.brand-mark { position: relative; width: 30px; height: 30px; display: inline-block; }
.brand-mark-core {
  position: absolute; width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent); left: 9px; top: 9px; box-shadow: 0 0 20px rgba(73,216,200,.55);
}
.brand-mark-ring {
  position: absolute; inset: 2px; border-radius: 50%; border: 2px solid rgba(116,234,220,.78);
  border-left-color: transparent; transform: rotate(-25deg);
}
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: .92rem; color: #ced8e1; }
.primary-nav > a:not(.button) { transition: color .2s ease; }
.primary-nav > a:not(.button):hover { color: var(--white); }
.nav-login { margin-left: 6px; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 3px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 18px; border-radius: 12px; border: 1px solid transparent;
  font-weight: 750; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 0 14px; background: var(--accent); color: #06211e; }
.button-primary { background: var(--accent); color: #06211e; box-shadow: 0 12px 34px rgba(73,216,200,.15); }
.button-primary:hover { background: var(--accent-2); }
.button-ghost { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-white { background: #fff; color: #10212e; }
.button-full { width: 100%; }

.hero {
  position: relative; overflow: hidden; padding: 144px 0 78px;
  background:
    radial-gradient(circle at 88% 14%, rgba(58,133,211,.18), transparent 28%),
    radial-gradient(circle at 12% 24%, rgba(73,216,200,.11), transparent 26%),
    linear-gradient(180deg, #07111f 0%, #081525 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 84%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .28; pointer-events: none; }
.hero-glow-one { width: 300px; height: 300px; background: #36d5c2; left: -100px; top: 100px; }
.hero-glow-two { width: 360px; height: 360px; background: #3c7cff; right: -160px; top: 220px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 58px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase;
  font-size: .72rem; letter-spacing: .16em; font-weight: 800; color: #95ede2;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(73,216,200,.9); }
.eyebrow-dark { color: var(--accent-dark); }
.hero h1 { margin: 18px 0 22px; font-size: clamp(3.15rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.065em; max-width: 760px; }
.hero h1 span { color: #9ceddf; }
.hero-lead { max-width: 670px; color: #b8c7d2; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-proof { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 14px 22px; color: #879aaa; font-size: .82rem; }
.hero-proof span { display: inline-flex; gap: 5px; }
.hero-proof strong { color: #e3edf4; }

.hero-product { perspective: 1200px; }
.product-window {
  border: 1px solid rgba(255,255,255,.11); border-radius: 20px; overflow: hidden;
  background: #0b1727; box-shadow: 0 34px 100px rgba(0,0,0,.38); transform: rotateY(-3deg) rotateX(1deg);
}
.window-bar { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; background: #0d1a2c; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .66rem; color: #8495a5; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); }
.window-status { display: flex; align-items: center; gap: 5px; }
.window-status span { width: 6px; height: 6px; border-radius: 50%; background: #41d8a7; }
.product-layout { min-height: 440px; display: grid; grid-template-columns: 130px 1fr; }
.product-sidebar { padding: 15px 10px; background: #0a1421; border-right: 1px solid rgba(255,255,255,.06); }
.mini-brand { display: flex; gap: 7px; align-items: center; font-size: .62rem; margin-bottom: 17px; padding: 4px 5px; }
.mini-mark { width: 15px; height: 15px; border-radius: 50%; border: 2px solid var(--accent); }
.mini-nav { display: flex; align-items: center; gap: 7px; color: #788b9a; font-size: .6rem; padding: 8px; border-radius: 7px; margin: 2px 0; }
.mini-nav.active { background: rgba(73,216,200,.11); color: #d8f9f5; }
.product-main { padding: 20px; overflow: hidden; }
.product-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.product-topline small, .card-heading small, .automation-card > small { color: #72899b; font-size: .58rem; }
.product-topline h3 { font-size: .96rem; margin: 1px 0 0; }
.mock-button { border: 1px solid rgba(255,255,255,.09); border-radius: 7px; background: rgba(255,255,255,.05); padding: 6px 9px; font-size: .57rem; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.metric-card { position: relative; min-height: 100px; padding: 12px; border: 1px solid rgba(255,255,255,.07); background: #0e1c2e; border-radius: 11px; display: flex; flex-direction: column; }
.metric-card small { color: #8095a5; font-size: .54rem; }
.metric-card strong { font-size: 1.2rem; margin-top: 6px; }
.metric-card em { margin-top: auto; color: #67c9ba; font-size: .48rem; font-style: normal; }
.metric-icon { position: absolute; top: 10px; right: 10px; color: #65ddce; font-size: .72rem; }
.workspace-row { display: grid; grid-template-columns: 1.18fr .82fr; gap: 10px; margin-top: 10px; }
.activity-card, .automation-card { border: 1px solid rgba(255,255,255,.07); background: #0e1c2e; border-radius: 11px; padding: 12px; min-height: 207px; }
.card-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 9px; }
.card-heading h4, .automation-card h4 { font-size: .7rem; margin: 0; }
.card-heading > span { color: #64d9cb; font-size: .48rem; }
.activity-item { display: grid; grid-template-columns: 24px 1fr auto; gap: 8px; align-items: center; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.05); }
.activity-item div { display: flex; flex-direction: column; }
.activity-item b, .activity-item > strong { font-size: .53rem; }
.activity-item small { color: #778c9c; font-size: .46rem; }
.activity-icon { width: 23px; height: 23px; border-radius: 7px; display: grid; place-items: center; font-size: .5rem; }
.activity-icon.green { background: rgba(55,205,157,.13); color: #54dbae; }
.activity-icon.blue { background: rgba(103,168,255,.14); color: #7bb4ff; }
.activity-icon.amber { background: rgba(243,183,91,.14); color: #e9b76b; }
.automation-card { display: flex; flex-direction: column; }
.automation-card h4 { margin-top: 3px; }
.automation-flow { margin: 15px 0; display: flex; flex-direction: column; gap: 5px; }
.automation-flow span { padding: 8px; border-radius: 7px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.05); font-size: .48rem; }
.automation-flow i { color: #527181; font-style: normal; padding-left: 12px; line-height: .7; }
.automation-footer { margin-top: auto; display: flex; justify-content: space-between; color: #7890a1; font-size: .47rem; }
.automation-footer span { color: #69d1c4; }
.automation-footer i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #44d6a3; margin-right: 3px; }

.logo-strip { border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: #091422; }
.logo-strip-inner { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 22px; color: #7f93a3; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; font-weight: 800; flex-wrap: wrap; }
.logo-strip-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.section { padding: 104px 0; }
.section-light { background: var(--light); color: var(--ink); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .migration-copy h2, .pricing-copy h2, .faq-intro h2, .integration-grid h2, .early-access h2 {
  margin: 10px 0 16px; font-size: clamp(2.35rem, 4.6vw, 4.25rem); line-height: 1.03; letter-spacing: -.05em;
}
.section-heading p, .migration-copy > p, .pricing-copy > p, .faq-intro p, .integration-grid p, .early-access p { color: var(--ink-muted); font-size: 1.02rem; }
.light-heading p { color: #9db0bf; }

.data-hub { position: relative; min-height: 410px; max-width: 900px; margin: 0 auto 55px; display: grid; place-items: center; }
.hub-orbit { position: absolute; border: 1px dashed #b9c9d3; border-radius: 50%; }
.hub-orbit-one { width: 470px; height: 250px; }
.hub-orbit-two { width: 730px; height: 350px; }
.hub-center { position: relative; z-index: 3; width: 280px; text-align: center; border: 1px solid #d6e0e6; border-radius: 22px; background: #fff; padding: 28px 24px; box-shadow: 0 18px 60px rgba(22,45,62,.1); }
.hub-center small { display: block; color: #758896; text-transform: uppercase; letter-spacing: .11em; font-size: .63rem; }
.hub-center strong { display: block; margin: 4px 0; font-size: 1.24rem; }
.hub-center p { color: #73838f; font-size: .76rem; margin: 5px 0 0; }
.hub-logo { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: #e8faf6; margin: 0 auto 12px; }
.hub-logo span { width: 17px; height: 17px; border-radius: 50%; border: 4px solid var(--accent-dark); border-left-color: transparent; }
.hub-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 7px; background: #fff; border: 1px solid #dce6eb; color: #263746; padding: 9px 12px; border-radius: 999px; box-shadow: 0 10px 32px rgba(29,61,82,.08); font-size: .76rem; font-weight: 750; }
.hub-chip span { color: var(--accent-dark); }
.chip-one { left: 9%; top: 30%; } .chip-two { left: 18%; bottom: 18%; } .chip-three { left: 4%; bottom: 36%; }
.chip-four { right: 7%; top: 27%; } .chip-five { right: 17%; bottom: 18%; } .chip-six { right: 5%; bottom: 39%; }
.chip-seven { left: 28%; top: 9%; } .chip-eight { right: 28%; top: 8%; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { border: 1px solid #dfe7ec; background: #fff; border-radius: 18px; padding: 24px; min-height: 220px; }
.feature-card-large { grid-column: span 2; background: linear-gradient(135deg,#ffffff,#effbf8); }
.feature-card-wide { grid-column: span 2; }
.feature-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: #eaf9f6; color: var(--accent-dark); font-weight: 900; }
.feature-card h3 { font-size: 1.08rem; line-height: 1.2; margin: 18px 0 9px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: #637381; font-size: .88rem; }
.feature-tags { margin-top: 20px; display: flex; gap: 7px; flex-wrap: wrap; }
.feature-tags span { border: 1px solid #dce7e8; background: #fff; border-radius: 999px; padding: 6px 9px; color: #536875; font-size: .68rem; }

.migration-section { background: #0a1626; }
.migration-grid, .pricing-grid, .integration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.migration-copy h2 span { color: #8ce5da; }
.migration-copy > p { color: #a3b4c0; }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; color: #c2d0d9; font-size: .9rem; }
.check-list li span { color: var(--accent); font-weight: 900; }
.text-link { color: #85e3d7; font-weight: 800; }
.before-after { display: flex; align-items: center; gap: 12px; }
.site-frame { position: relative; width: 46%; background: #f7fafc; color: #263847; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.25); padding-bottom: 17px; }
.browser-line { height: 28px; background: #e9eef2; display: flex; align-items: center; gap: 4px; padding: 0 7px; font-size: .42rem; color: #8899a5; }
.browser-line i { width: 5px; height: 5px; border-radius: 50%; background: #bec9d0; }
.browser-line span { margin-left: 4px; }
.old-nav { height: 20px; margin: 10px; border-radius: 4px; background: #d8e0e6; }
.old-hero { height: 88px; margin: 10px; border-radius: 8px; background: linear-gradient(135deg,#d8e5ea,#a7cbd0); padding: 15px; display: grid; align-content: center; gap: 6px; }
.old-hero span { display: block; height: 5px; border-radius: 4px; background: rgba(255,255,255,.76); }
.old-hero span:nth-child(2) { width: 70%; } .old-hero span:nth-child(3) { width: 45%; }
.old-grid { margin: 10px; display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.old-grid i { height: 42px; background: #e1e8ec; border-radius: 5px; }
.site-frame > b { display: block; padding: 0 10px; font-size: .52rem; }
.new-site { outline: 2px solid rgba(73,216,200,.65); }
.connected-badge { position: absolute; right: 8px; top: 36px; font-size: .42rem; border-radius: 999px; padding: 5px 7px; background: #dff8f1; color: #15816f; font-weight: 800; }
.connected-badge span { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #2bbb8f; }
.migration-arrow { display: flex; flex-direction: column; align-items: center; color: #73dccc; }
.migration-arrow span { font-size: 1.5rem; } .migration-arrow small { font-size: .46rem; text-transform: uppercase; letter-spacing: .08em; }

.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; }
.split-heading p { margin: 0 0 7px; }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.industry-card { position: relative; min-height: 300px; background: #fff; border: 1px solid #dfe7ec; border-radius: 18px; padding: 24px; display: flex; flex-direction: column; }
.industry-number { position: absolute; top: 17px; right: 18px; font-size: .7rem; color: #a0aeb7; font-weight: 800; }
.industry-icon { width: 43px; height: 43px; border-radius: 12px; background: #edf8f6; color: #0d8d7c; display: grid; place-items: center; font-weight: 900; }
.industry-card h3 { margin: 22px 0 9px; font-size: 1.12rem; }
.industry-card p { color: #62727f; font-size: .87rem; margin: 0; }
.industry-card a { margin-top: auto; padding-top: 22px; color: #0e8b7a; font-size: .8rem; font-weight: 800; }
.industry-note { text-align: center; color: #7c8c98; font-size: .78rem; margin: 22px 0 0; }

.how-section { background: #081421; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step-card { position: relative; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); border-radius: 18px; padding: 28px; min-height: 250px; }
.step-number { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #11352f; color: #84e8da; font-weight: 900; }
.step-line { position: absolute; height: 1px; background: rgba(95,218,202,.28); width: calc(100% - 10px); top: 48px; left: calc(100% - 8px); }
.step-card h3 { margin: 26px 0 9px; font-size: 1.15rem; }
.step-card p { color: #94a8b6; font-size: .88rem; }
.step-card small { color: #6fd7c9; text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; font-weight: 800; }

.integration-grid h2 { color: var(--ink); }
.integration-grid p { color: var(--ink-muted); }
.integration-cloud { position: relative; min-height: 360px; }
.integration-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 150px; height: 150px; border-radius: 50%; background: #0b1929; color: #fff; display: grid; place-items: center; align-content: center; gap: 7px; box-shadow: 0 18px 50px rgba(21,52,72,.18); }
.small-mark { transform: scale(.9); }
.integration-pill { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid #dae4ea; background: #fff; color: #334754; border-radius: 999px; box-shadow: 0 12px 34px rgba(30,63,84,.08); font-size: .75rem; font-weight: 750; }
.integration-pill b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; background: #edf4f7; }
.pill-ms { left: 5%; top: 16%; } .pill-google { right: 4%; top: 14%; } .pill-stripe { left: 0; bottom: 19%; }
.pill-domain { right: 0; bottom: 18%; } .pill-files { left: 34%; bottom: 3%; } .pill-api { left: 40%; top: 2%; }

.pricing-section { background: linear-gradient(140deg,#07111f,#0b2030); }
.pricing-copy > p { color: #9fb1be; }
.pricing-trust { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; color: #aed0ca; font-size: .78rem; }
.price-card { background: #fff; color: var(--ink); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); max-width: 480px; margin-left: auto; }
.price-badge { color: #178978; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 900; }
.billing-toggle { display: inline-flex; background: #eef3f6; padding: 4px; border-radius: 10px; margin: 20px 0; }
.billing-toggle button { border: 0; background: transparent; border-radius: 8px; padding: 8px 12px; color: #60727f; font-size: .72rem; cursor: pointer; }
.billing-toggle button.active { background: #fff; color: #1f3442; box-shadow: 0 2px 10px rgba(20,50,70,.08); }
.billing-toggle button span { color: #118b79; font-size: .59rem; margin-left: 3px; }
.price-line { display: flex; align-items: baseline; }
.currency { font-size: 1.55rem; font-weight: 800; align-self: flex-start; margin-top: 9px; }
.price-line strong { font-size: 4.65rem; letter-spacing: -.07em; line-height: .95; }
.period { color: #73838e; margin-left: 5px; }
.billing-note { color: #778792; font-size: .76rem; }
.price-features { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 10px; }
.price-features li { display: flex; gap: 9px; font-size: .82rem; color: #455a67; }
.price-features li span { color: #179a84; font-weight: 900; }
.card-footnote { display: block; text-align: center; color: #8897a1; margin-top: 10px; font-size: .65rem; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid #d8e2e8; }
.faq-list details { border-bottom: 1px solid #d8e2e8; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; font-weight: 800; color: #243846; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #138b7a; font-size: 1.2rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 22px; color: #667986; font-size: .88rem; padding-right: 30px; }

.early-access { padding: 72px 0; background: var(--accent); color: #09211e; }
.early-access-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.early-access .eyebrow { color: #0d665c; }
.early-access h2 { margin-bottom: 10px; }
.early-access p { color: #255c55; max-width: 760px; }
.early-access-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.early-access-actions small { color: #28675f; font-size: .72rem; }

.site-footer { background: #06101c; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { padding: 58px 0 40px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 40px; }
.footer-brand p { color: #718798; font-size: .8rem; }
.footer-links { display: flex; flex-direction: column; gap: 9px; color: #8397a6; font-size: .77rem; }
.footer-links strong { color: #dbe7ef; font-size: .75rem; margin-bottom: 4px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 64px; border-top: 1px solid rgba(255,255,255,.06); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #607584; font-size: .68rem; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-product { max-width: 820px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .migration-grid, .pricing-grid, .integration-grid { gap: 42px; }
  .primary-nav { gap: 15px; }
}

@media (max-width: 860px) {
  .menu-button { display: block; }
  .primary-nav {
    position: fixed; left: 16px; right: 16px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 4px;
    background: #0b1828; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.4);
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px; }
  .primary-nav .button { margin-top: 5px; }
  .nav-login { margin-left: 0; }
  .migration-grid, .pricing-grid, .integration-grid, .faq-grid, .early-access-inner, .split-heading { grid-template-columns: 1fr; }
  .split-heading { gap: 6px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-line { display: none; }
  .early-access-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-links:last-child { grid-column: 2 / -1; }
}

@media (max-width: 650px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .product-layout { grid-template-columns: 1fr; }
  .product-sidebar { display: none; }
  .product-main { padding: 12px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-card:last-child { grid-column: span 2; }
  .workspace-row { grid-template-columns: 1fr; }
  .automation-card { display: none; }
  .window-title { display: none; }
  .section { padding: 78px 0; }
  .section-heading h2, .migration-copy h2, .pricing-copy h2, .faq-intro h2, .integration-grid h2, .early-access h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .data-hub { min-height: 470px; overflow: hidden; }
  .hub-orbit-one { width: 370px; height: 270px; }
  .hub-orbit-two { width: 590px; height: 410px; }
  .hub-center { width: 245px; }
  .hub-chip { font-size: .65rem; padding: 8px 10px; }
  .chip-one { left: 0; top: 20%; } .chip-two { left: 4%; bottom: 15%; } .chip-three { left: 0; bottom: 32%; }
  .chip-four { right: 0; top: 18%; } .chip-five { right: 2%; bottom: 15%; } .chip-six { right: 0; bottom: 33%; }
  .chip-seven { left: 10%; top: 5%; } .chip-eight { right: 10%; top: 5%; }
  .feature-grid, .industry-grid { grid-template-columns: 1fr; }
  .feature-card-large, .feature-card-wide { grid-column: auto; }
  .before-after { gap: 5px; }
  .site-frame { width: 47%; }
  .migration-arrow small { display: none; }
  .integration-cloud { min-height: 430px; }
  .pill-ms { left: 0; top: 12%; } .pill-google { right: 0; top: 14%; } .pill-stripe { left: 0; bottom: 20%; }
  .pill-domain { right: 0; bottom: 19%; } .pill-files { left: 24%; bottom: 2%; } .pill-api { left: 36%; top: 1%; }
  .price-card { padding: 23px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; justify-content: center; align-items: flex-start; padding: 18px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
