:root {
  --navy-950: #071c2d;
  --navy-900: #0b263f;
  --navy-800: #102e4a;
  --navy-700: #173f62;
  --gold-500: #c79a45;
  --gold-400: #d8af60;
  --gold-200: #ead5a5;
  --porcelain: #f7f5f0;
  --mist: #eef2f5;
  --white: #fff;
  --ink: #172536;
  --slate: #667587;
  --line: rgba(16, 46, 74, .12);
  --green: #1c8b5a;
  --amber: #ad6a00;
  --shadow: 0 30px 80px rgba(7, 28, 45, .14);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--porcelain); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: 88px; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; background: var(--gold-500); color: var(--navy-950); font-weight: 700; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(7, 28, 45, .95); box-shadow: 0 12px 30px rgba(0,0,0,.12); backdrop-filter: blur(15px); }
.nav-shell { min-height: 90px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; }
.brand-mark img { width: 37px; height: 37px; object-fit: contain; }
.brand-name { font-size: 23px; letter-spacing: -.6px; font-weight: 700; color: white; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a, .text-link { font-size: 14px; color: rgba(255,255,255,.8); transition: color .2s; }
.main-nav a:hover, .text-link:hover { color: var(--gold-400); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { width: 22px; height: 2px; background: white; margin: 4px 0; display: block; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s, border .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; }
.button-gold { color: var(--navy-950); background: var(--gold-500); border-color: var(--gold-500); }
.button-gold:hover { background: var(--gold-400); border-color: var(--gold-400); }
.button-ghost { color: white; border-color: rgba(255,255,255,.28); }
.button-ghost:hover { border-color: var(--gold-400); color: var(--gold-400); }
.button-navy { color: white; background: var(--navy-800); }
.button-navy:hover { background: var(--navy-700); }
.button-outline { color: var(--navy-800); border-color: rgba(16,46,74,.25); }
.button-outline:hover { border-color: var(--navy-800); }

.hero { position: relative; overflow: hidden; min-height: 920px; padding: 178px 0 0; color: white; background: radial-gradient(circle at 76% 34%, #173f62 0, var(--navy-900) 29%, var(--navy-950) 69%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 145px; background: var(--porcelain); clip-path: polygon(0 76%, 100% 0, 100% 100%, 0 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 620px; height: 620px; top: 80px; right: -270px; border: 1px solid rgba(199,154,69,.14); box-shadow: 0 0 120px rgba(199,154,69,.08) inset; }
.hero-glow-two { width: 330px; height: 330px; left: -180px; top: 390px; border: 1px solid rgba(255,255,255,.06); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 65px; }
.hero-grid > *, .output-grid > *, .security-grid > *, .pilar-grid > *, .faq-grid > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 23px; color: var(--gold-400); font-size: 11px; letter-spacing: 1.9px; text-transform: uppercase; font-weight: 700; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #9b6d1d; }
.eyebrow.light { color: var(--gold-400); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(48px, 5vw, 72px); line-height: 1.04; letter-spacing: -2.6px; }
h1 em, h2 em { display: inline; font-family: var(--display); font-weight: 500; color: var(--gold-400); }
.hero-lead { max-width: 580px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 23px; color: rgba(255,255,255,.68); font-size: 12px; }
.trust-icon { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 6px; border: 1px solid rgba(199,154,69,.5); border-radius: 50%; color: var(--gold-400); font-size: 10px; }

.product-stage { position: relative; width: 100%; min-width: 0; min-height: 510px; display: flex; align-items: center; justify-content: center; }
.stage-ring { position: absolute; border: 1px solid rgba(199,154,69,.13); border-radius: 50%; }
.ring-one { width: 490px; height: 490px; }
.ring-two { width: 660px; height: 660px; }
.product-window { position: relative; z-index: 2; width: 650px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: #f5f7f9; color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.36); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.window-bar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; background: white; border-bottom: 1px solid #e5e9ec; }
.window-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; }
.window-brand img { width: 25px; height: 25px; object-fit: contain; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #d5dce2; }
.window-body { min-height: 385px; display: grid; grid-template-columns: 120px 1fr; }
.mini-sidebar { padding: 26px 13px; background: var(--navy-800); color: white; }
.mini-nav { display: flex; align-items: center; gap: 9px; padding: 11px 9px; margin-bottom: 5px; border-radius: 3px; color: rgba(255,255,255,.55); font-size: 9px; }
.mini-nav b { color: var(--gold-400); font-size: 7px; }
.mini-nav.active { color: white; background: rgba(255,255,255,.09); }
.privacy-chip { margin-top: 165px; color: #a8dcc6; font-size: 7px; line-height: 1.4; }
.privacy-chip span { color: #5bc698; }
.mini-main { padding: 25px 22px 18px; }
.mini-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mini-topline small { display: block; margin-bottom: 3px; color: var(--gold-500); font-size: 6px; letter-spacing: 1px; }
.mini-topline strong { font-size: 15px; }
.mini-topline button { border: 0; border-radius: 2px; padding: 9px 12px; background: var(--navy-800); color: white; font-size: 8px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 13px; }
.metric { padding: 11px; border: 1px solid #e3e8ec; background: white; }
.metric small, .metric span { display: block; color: #83909d; font-size: 6px; }
.metric strong { display: block; margin: 3px 0; color: var(--navy-800); font-size: 19px; }
.metric.success { border-top: 2px solid var(--green); }
.metric.success strong { color: var(--green); }
.metric.review { border-top: 2px solid var(--gold-500); }
.metric.review strong { color: var(--amber); }
.file-card { padding: 13px; border: 1px solid #e0e6ea; background: white; }
.file-card-head { display: flex; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid #edf0f2; font-size: 8px; }
.file-card-head small { color: #7c8995; }
.file-line { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px solid #edf0f2; }
.file-icon { display: grid; place-items: center; width: 24px; height: 28px; border-radius: 2px; background: #edf2f6; color: var(--navy-700); font-size: 5px; font-weight: 700; }
.file-line strong, .file-line small { display: block; }
.file-line strong { margin-bottom: 2px; font-size: 7px; }
.file-line small { color: #87939e; font-size: 6px; }
.file-line b { color: var(--green); font-size: 6px; }
.file-line.pending b { color: var(--amber); }
.progress { height: 4px; margin: 11px 0 6px; overflow: hidden; background: #e7edf1; }
.progress span { display: block; width: 84%; height: 100%; background: linear-gradient(90deg, var(--navy-700), var(--gold-500)); }
.progress-copy { display: block; text-align: center; color: #687684; font-size: 6px; }
.floating-proof { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 175px; padding: 13px 15px; border: 1px solid rgba(199,154,69,.38); background: rgba(7,28,45,.96); box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.floating-proof > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(199,154,69,.14); color: var(--gold-400); }
.floating-proof small, .floating-proof strong { display: block; }
.floating-proof small { margin-bottom: 3px; color: rgba(255,255,255,.48); font-size: 7px; text-transform: uppercase; letter-spacing: .7px; }
.floating-proof strong { color: white; font-size: 9px; }
.proof-one { left: -25px; bottom: 38px; }
.proof-two { right: -18px; top: 28px; }
.profession-strip { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 87px; padding: 24px 28px; border: 1px solid rgba(199,154,69,.24); background: var(--navy-800); box-shadow: 0 18px 45px rgba(7,28,45,.16); }
.profession-strip > span { max-width: 165px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: 1.2px; }
.profession-list { display: flex; align-items: center; gap: 25px; color: rgba(255,255,255,.75); font-size: 12px; }
.profession-list i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-500); }

.section { padding: 118px 0; }
.compact-home-extra { display: none; }
.insights-section { background: #edf2f5; }
.insights-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 72px; }
.insights-copy h2 { margin-bottom: 18px; font-size: clamp(34px, 3.5vw, 48px); }
.insights-copy p { max-width: 470px; color: var(--slate); font-size: 16px; line-height: 1.7; }
.insight-list { border-top: 1px solid var(--line); }
.insight-list a { display: grid; grid-template-columns: 100px 1fr auto; gap: 20px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); transition: padding .2s; }
.insight-list a:hover { padding-left: 10px; }
.insight-list small { color: #9b6d1d; font-size: 9px; font-weight: 700; letter-spacing: 1.1px; }
.insight-list strong { color: var(--navy-800); font-size: 17px; line-height: 1.35; }
.insight-list span { color: var(--navy-700); font-size: 12px; font-weight: 700; white-space: nowrap; }
.support-widget { position: fixed; z-index: 110; right: 24px; bottom: 24px; }
.support-trigger { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 18px; border: 1px solid rgba(199,154,69,.55); border-radius: 999px; background: var(--navy-800); color: white; box-shadow: 0 14px 35px rgba(7,28,45,.25); font-size: 13px; font-weight: 700; }
.support-trigger span { color: var(--gold-400); font-size: 16px; }
.support-panel { position: absolute; right: 0; bottom: 62px; width: min(340px, calc(100vw - 32px)); padding: 27px; border: 1px solid rgba(199,154,69,.35); background: white; color: var(--ink); box-shadow: var(--shadow); }
.support-panel > small { display: block; margin-bottom: 11px; color: #9b6d1d; font-size: 9px; letter-spacing: 1.3px; font-weight: 700; }
.support-panel > strong { display: block; color: var(--navy-800); font-size: 21px; }
.support-panel p { margin: 10px 0 20px; color: var(--slate); font-size: 13px; line-height: 1.55; }
.support-panel .button { width: 100%; min-height: 45px; font-size: 13px; }
.support-panel > span { display: block; margin-top: 14px; color: var(--slate); font-size: 10px; line-height: 1.5; }
.support-close { position: absolute; top: 8px; right: 10px; border: 0; background: transparent; color: var(--slate); font-size: 23px; }
.section-heading { max-width: 780px; margin: 0 auto 58px; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
h2 { margin-bottom: 22px; color: var(--navy-800); font-size: clamp(38px, 4vw, 56px); line-height: 1.14; letter-spacing: -1.8px; }
h2 em { color: #a87927; }
.section-heading > p, .output-copy > p, .pilar-copy > p, .faq-heading > p { color: var(--slate); font-size: 17px; line-height: 1.75; }
.problem-section { background: var(--porcelain); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journey-card { position: relative; overflow: hidden; min-height: 330px; padding: 33px; border: 1px solid var(--line); background: rgba(255,255,255,.65); transition: transform .25s, box-shadow .25s; }
.journey-card:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(16,46,74,.09); }
.journey-card.featured { background: var(--navy-800); color: white; }
.card-number { position: absolute; top: 25px; right: 28px; color: rgba(16,46,74,.2); font-family: var(--display); font-size: 52px; }
.featured .card-number { color: rgba(255,255,255,.1); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 51px; border: 1px solid rgba(199,154,69,.4); color: var(--gold-500); }
.icon-box svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.journey-card h3 { margin-bottom: 13px; color: var(--navy-800); font-size: 22px; }
.journey-card p { margin: 0; color: var(--slate); line-height: 1.65; font-size: 14px; }
.journey-card.featured h3 { color: white; }
.journey-card.featured p { color: rgba(255,255,255,.62); }

.audience-section { position: relative; overflow: hidden; background: #edf2f5; }
.audience-section::before { content: "PF"; position: absolute; right: -28px; top: 40px; color: rgba(16,46,74,.025); font-family: var(--display); font-size: 330px; line-height: 1; }
.audience-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-card { position: relative; min-height: 510px; padding: 42px; border: 1px solid rgba(16,46,74,.12); background: white; box-shadow: 0 25px 65px rgba(16,46,74,.07); }
.audience-card.lawyers { background: var(--navy-800); color: white; }
.audience-label { margin-bottom: 27px; color: #9b6d1d; font-size: 9px; letter-spacing: 1.7px; font-weight: 700; }
.lawyers .audience-label { color: var(--gold-400); }
.audience-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 34px; border: 1px solid rgba(199,154,69,.45); color: var(--gold-500); }
.audience-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.audience-card h3 { max-width: 390px; margin-bottom: 17px; color: var(--navy-800); font-size: 28px; line-height: 1.2; letter-spacing: -.5px; }
.lawyers h3 { color: white; }
.audience-card > p { max-width: 475px; color: var(--slate); font-size: 14px; line-height: 1.7; }
.lawyers > p { color: rgba(255,255,255,.62); }
.audience-card ul { list-style: none; padding: 19px 0 21px; margin: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lawyers ul { border-color: rgba(255,255,255,.1); }
.audience-card li { position: relative; padding: 7px 0 7px 21px; color: var(--slate); font-size: 12px; }
.audience-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-500); font-weight: 700; }
.lawyers li { color: rgba(255,255,255,.66); }
.audience-card > a { display: inline-flex; gap: 10px; color: var(--navy-800); font-size: 12px; font-weight: 700; }
.lawyers > a { color: var(--gold-400); }
.audience-card > a span { color: var(--gold-500); }
.development-badge { position: absolute; right: 28px; top: 30px; padding: 8px 11px; border: 1px solid rgba(199,154,69,.35); color: var(--gold-400); font-size: 8px; letter-spacing: .7px; text-transform: uppercase; }
.audience-disclaimer { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 27px 0 0; color: var(--slate); font-size: 11px; text-align: center; }
.audience-disclaimer span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgba(199,154,69,.45); border-radius: 50%; color: #9b6d1d; font-family: var(--display); }

.output-section { background: white; }
.output-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.feature-list { list-style: none; padding: 0; margin: 32px 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.feature-list li > span { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; margin-top: 2px; border: 1px solid rgba(199,154,69,.55); border-radius: 50%; color: #9b6d1d; font-size: 11px; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { margin-bottom: 5px; color: var(--navy-800); font-size: 15px; }
.feature-list small { color: var(--slate); line-height: 1.5; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--gold-500); color: var(--navy-800); font-size: 14px; font-weight: 700; }
.inline-link span { color: var(--gold-500); }
.spreadsheet-scene { position: relative; padding: 24px 0 48px; }
.spreadsheet-card { overflow: hidden; border: 1px solid #dbe1e5; background: white; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(3deg); }
.sheet-toolbar { height: 45px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #dfe5e8; background: #f3f5f6; }
.sheet-toolbar > span { width: 8px; height: 8px; border-radius: 50%; background: #cdd5db; }
.sheet-toolbar b { margin-left: auto; color: #6b7884; font-size: 10px; }
.sheet-body { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 315px; padding: 28px 22px; gap: 25px; }
.sheet-table { border-top: 1px solid #dbe1e5; border-left: 1px solid #dbe1e5; }
.sheet-row { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); }
.sheet-row > * { padding: 11px 7px; border-right: 1px solid #dbe1e5; border-bottom: 1px solid #dbe1e5; font-size: 7px; text-align: center; }
.sheet-head { background: var(--navy-800); color: white; }
.sheet-chart { position: relative; align-self: center; height: 200px; border-left: 1px solid #bdc8d0; border-bottom: 1px solid #bdc8d0; display: flex; align-items: flex-end; justify-content: space-around; padding: 0 14px; }
.chart-gridline { position: absolute; left: 0; right: 0; height: 1px; background: #e3e7ea; }
.chart-gridline.one { bottom: 25%; }.chart-gridline.two { bottom: 50%; }.chart-gridline.three { bottom: 75%; }
.chart-bar { position: relative; z-index: 2; width: 30px; background: var(--navy-700); }
.chart-bar span { position: absolute; left: 50%; top: -20px; transform: translateX(-50%); color: var(--navy-800); font-size: 8px; font-weight: 700; }
.bar-one { height: 40%; }.bar-two { height: 77%; background: var(--gold-500); }.bar-three { height: 40%; }
.sheet-tabs { display: flex; align-items: center; gap: 3px; padding: 0 12px 8px; overflow: hidden; }
.sheet-tabs span { padding: 7px 9px; background: #e9eef1; color: #5f6d79; font-size: 6px; white-space: nowrap; }
.sheet-tabs span.active { color: white; background: var(--navy-800); }
.gold-note { position: absolute; right: -28px; bottom: 0; min-width: 225px; padding: 18px 20px 18px 50px; background: var(--gold-500); color: var(--navy-950); box-shadow: 0 18px 40px rgba(116,81,17,.2); }
.gold-note > span { position: absolute; left: 19px; top: 21px; font-size: 20px; }
.gold-note strong, .gold-note small { display: block; }
.gold-note strong { margin-bottom: 4px; font-size: 13px; }
.gold-note small { font-size: 9px; }

.security-section { position: relative; overflow: hidden; background: var(--navy-950); color: white; }
.security-orbit { position: absolute; width: 650px; height: 650px; left: -200px; top: -150px; border: 1px solid rgba(199,154,69,.09); border-radius: 50%; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.security-copy h2 { color: white; }
.security-copy h2 em { color: var(--gold-400); }
.security-copy > p { color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.75; }
.security-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.shield-core { position: relative; width: 230px; height: 230px; display: grid; place-items: center; }
.shield-mark { position: relative; z-index: 2; width: 110px; height: 110px; display: grid; place-items: center; filter: drop-shadow(0 0 28px rgba(199,154,69,.18)); }
.shield-mark img { width: 96px; }
.shield-ring { position: absolute; inset: 0; border: 1px solid rgba(199,154,69,.2); border-radius: 50%; }
.ring-b { inset: -55px; border-style: dashed; animation: spin 35s linear infinite; }
.ring-c { inset: -118px; border-color: rgba(255,255,255,.06); }
@keyframes spin { to { transform: rotate(360deg); } }
.security-tag { position: absolute; display: flex; align-items: center; gap: 11px; min-width: 174px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.1); background: rgba(11,38,63,.9); color: rgba(255,255,255,.8); font-size: 10px; }
.security-tag span { color: var(--gold-400); font-size: 8px; }
.tag-a { left: 0; top: 55px; }.tag-b { right: -15px; top: 195px; }.tag-c { left: 25px; bottom: 45px; }
.security-facts { margin: 32px 0 25px; border-top: 1px solid rgba(255,255,255,.1); }
.security-facts > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.security-facts strong { color: var(--gold-400); font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }
.security-facts span { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.security-note { display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(199,154,69,.25); color: rgba(255,255,255,.72) !important; font-size: 12px !important; }
.security-note span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(199,154,69,.15); color: var(--gold-400); font-family: var(--display); }

.pilar-section { overflow: hidden; background: var(--mist); }
.pilar-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 95px; }
.pilar-copy p { max-width: 520px; }
.pilar-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 34px; }
.pilar-points span { padding: 9px 12px; border: 1px solid rgba(16,46,74,.15); background: rgba(255,255,255,.7); color: var(--navy-700); font-size: 11px; }
.pilar-chat { overflow: hidden; width: min(100%, 525px); margin-left: auto; border: 1px solid rgba(16,46,74,.12); border-radius: 9px; background: white; box-shadow: var(--shadow); }
.chat-top { height: 75px; display: flex; align-items: center; gap: 12px; padding: 0 20px; background: var(--navy-800); color: white; }
.pilar-avatar { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(199,154,69,.7); border-radius: 50%; font-family: var(--display); font-size: 20px; }
.pilar-avatar span { position: absolute; right: 6px; bottom: 7px; color: var(--gold-400); font-size: 12px; }
.chat-top strong, .chat-top small { display: block; }
.chat-top strong { font-size: 14px; }
.chat-top small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 8px; }
.chat-top small i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #64c79d; }
.chat-top button { margin-left: auto; border: 0; background: transparent; color: rgba(255,255,255,.6); }
.chat-body { min-height: 390px; padding: 22px 21px; background: #f8fafb; }
.chat-time { margin-bottom: 17px; color: #9aa4ad; font-size: 7px; letter-spacing: 1px; text-align: center; }
.message { max-width: 82%; margin-bottom: 15px; padding: 13px 15px; border-radius: 3px 13px 13px 13px; background: white; box-shadow: 0 4px 15px rgba(16,46,74,.06); }
.message strong { color: var(--gold-500); font-size: 9px; }
.message p { margin: 5px 0 0; font-size: 11px; line-height: 1.55; }
.user-message { margin-left: auto; border-radius: 13px 3px 13px 13px; background: var(--navy-800); color: white; box-shadow: none; }
.chat-suggestions { display: flex; gap: 7px; padding-left: 5px; }
.chat-suggestions button { padding: 8px 10px; border: 1px solid rgba(16,46,74,.16); border-radius: 20px; background: white; color: var(--navy-700); font-size: 9px; }
.chat-input { height: 67px; display: flex; align-items: center; gap: 15px; padding: 11px 12px 11px 20px; border-top: 1px solid #e8ecef; color: #929da7; font-size: 11px; }
.chat-input button { width: 40px; height: 40px; margin-left: auto; border: 0; border-radius: 50%; background: var(--gold-500); color: var(--navy-950); font-weight: 700; }

.tutorial-section { position: relative; overflow: hidden; background: var(--navy-950); color: white; }
.tutorial-section::before { content: ""; position: absolute; width: 700px; height: 700px; right: -380px; top: -380px; border: 1px solid rgba(199,154,69,.09); border-radius: 50%; }
.tutorial-heading { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 50px; }
.tutorial-heading h2 { margin-bottom: 0; color: white; }
.tutorial-heading h2 em { color: var(--gold-400); }
.youtube-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 18px; border: 1px solid rgba(199,154,69,.35); color: white; font-size: 11px; font-weight: 700; transition: border .2s, background .2s; }
.youtube-link:hover { border-color: var(--gold-500); background: rgba(199,154,69,.08); }
.youtube-link svg { width: 22px; fill: none; stroke: var(--gold-400); stroke-width: 1.4; stroke-linejoin: round; }
.youtube-link span { color: var(--gold-400); }
.tutorial-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 32px; }
.featured-tutorial { border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.035); }
.video-preview { position: relative; overflow: hidden; min-height: 410px; background: radial-gradient(circle at 73% 26%, #1b4c73 0, var(--navy-800) 34%, #091f32 74%); }
.video-preview::before, .video-preview::after { content: ""; position: absolute; border: 1px solid rgba(199,154,69,.13); border-radius: 50%; }
.video-preview::before { width: 380px; height: 380px; right: -100px; top: -130px; }
.video-preview::after { width: 250px; height: 250px; left: -140px; bottom: -140px; }
.video-shine { position: absolute; inset: 0; background: linear-gradient(125deg, transparent 38%, rgba(255,255,255,.045) 50%, transparent 62%); }
.video-brand { position: absolute; left: 25px; top: 24px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: 1.1px; }
.video-brand img { width: 30px; height: 30px; object-fit: contain; }
.play-button { position: absolute; left: 50%; top: 45%; width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid rgba(199,154,69,.65); border-radius: 50%; background: rgba(7,28,45,.62); color: var(--gold-400); transform: translate(-50%, -50%); transition: transform .25s, background .25s; }
.play-button:hover { background: rgba(199,154,69,.16); transform: translate(-50%, -50%) scale(1.05); }
.play-button span { margin-left: 4px; font-size: 20px; }
.video-caption { position: absolute; left: 28px; right: 28px; bottom: 27px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 20px; }
.video-caption small { grid-column: 1 / -1; color: var(--gold-400); font-size: 8px; letter-spacing: 1.2px; }
.video-caption strong { max-width: 390px; color: white; font-size: 20px; line-height: 1.35; }
.video-caption > span { color: rgba(255,255,255,.45); font-size: 10px; }
.tutorial-status { display: flex; align-items: center; gap: 10px; padding: 14px 20px; color: rgba(255,255,255,.48); font-size: 9px; }
.tutorial-status > span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 4px rgba(199,154,69,.1); }
.tutorial-list { border-top: 1px solid rgba(255,255,255,.11); }
.tutorial-list article { display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: start; padding: 27px 5px; border-bottom: 1px solid rgba(255,255,255,.11); }
.tutorial-list article > b { color: rgba(199,154,69,.48); font-family: var(--display); font-size: 24px; }
.tutorial-list small { color: var(--gold-400); font-size: 7px; letter-spacing: 1px; }
.tutorial-list h3 { margin: 7px 0 7px; color: white; font-size: 17px; }
.tutorial-list p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.55; }
.tutorial-list article > span { color: rgba(255,255,255,.38); font-size: 9px; }

.plans-section { background: var(--porcelain); }
.plans-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 53px; }
.plans-heading h2 { margin-bottom: 0; }
.billing-toggle { flex: 0 0 auto; display: flex; padding: 4px; border: 1px solid var(--line); background: white; }
.billing-toggle button { padding: 11px 16px; border: 0; background: transparent; color: var(--slate); font-size: 11px; font-weight: 700; }
.billing-toggle button.active { background: var(--navy-800); color: white; }
.billing-toggle button span { margin-left: 4px; color: var(--gold-400); font-size: 8px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.plan-card { position: relative; padding: 35px 31px 31px; border: 1px solid var(--line); background: white; }
.plan-card.recommended { border: 1px solid var(--gold-500); background: var(--navy-800); color: white; transform: translateY(-12px); box-shadow: 0 30px 65px rgba(16,46,74,.2); }
.recommended-label { position: absolute; left: 0; right: 0; top: -29px; height: 29px; display: grid; place-items: center; background: var(--gold-500); color: var(--navy-950); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.plan-name span { color: #a77724; font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; }
.plan-name h3 { margin: 8px 0 9px; color: var(--navy-800); font-size: 26px; }
.plan-card > p { min-height: 40px; color: var(--slate); font-size: 12px; }
.recommended .plan-name h3 { color: white; }
.recommended .plan-name span { color: var(--gold-400); }
.recommended > p { color: rgba(255,255,255,.57); }
.price { display: flex; align-items: flex-start; margin: 27px 0 4px; color: var(--navy-800); }
.price small { padding-top: 9px; font-size: 11px; font-weight: 700; }
.price strong { margin: 0 6px; font-size: 39px; letter-spacing: -2px; }
.price span { align-self: flex-end; padding-bottom: 8px; color: var(--slate); font-size: 10px; }
.recommended .price { color: white; }.recommended .price span { color: rgba(255,255,255,.55); }
.annual-copy { min-height: 17px; display: block; color: #a77724; font-size: 9px; opacity: 0; }
body.annual .annual-copy { opacity: 1; }
.plan-card ul { list-style: none; padding: 22px 0; margin: 15px 0 23px; border-top: 1px solid var(--line); }
.plan-card li { position: relative; padding: 8px 0 8px 21px; color: var(--slate); font-size: 12px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-500); font-weight: 700; }
.plan-card .button { width: 100%; }
.recommended ul { border-color: rgba(255,255,255,.1); }
.recommended li { color: rgba(255,255,255,.68); }
.plan-footnote { display: flex; align-items: center; gap: 18px; margin-top: 37px; padding: 18px 22px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.plan-footnote > span { color: var(--gold-500); font-size: 22px; }
.plan-footnote p { flex: 1; margin: 0; color: var(--slate); font-size: 12px; }
.plan-footnote p strong { color: var(--navy-800); }
.plan-footnote a { color: var(--navy-800); font-size: 11px; font-weight: 700; }
.prelaunch-note { margin: 16px auto 0; color: var(--slate); font-size: 10px; text-align: center; }

.download-section { overflow: hidden; background: white; }
.download-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 95px; }
.download-copy > p { max-width: 590px; color: var(--slate); font-size: 17px; line-height: 1.75; }
.requirements-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 34px 0 30px; }
.requirements-row > div { min-height: 104px; padding: 17px 15px; border: 1px solid var(--line); background: var(--porcelain); }
.requirements-row small, .requirements-row strong, .requirements-row span { display: block; }
.requirements-row small { margin-bottom: 13px; color: #9b6d1d; font-size: 7px; letter-spacing: 1px; }
.requirements-row strong { margin-bottom: 4px; color: var(--navy-800); font-size: 12px; }
.requirements-row span { color: var(--slate); font-size: 9px; }
.download-card { position: relative; overflow: hidden; padding: 0 34px 29px; border: 1px solid rgba(16,46,74,.12); background: var(--navy-800); color: white; box-shadow: 0 32px 75px rgba(16,46,74,.22); }
.download-card::after { content: ""; position: absolute; width: 270px; height: 270px; right: -155px; top: 45px; border: 1px solid rgba(199,154,69,.12); border-radius: 50%; }
.download-card-top { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; margin: 0 -34px; padding: 20px 26px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,28,45,.34); }
.windows-symbol { width: 28px; height: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; transform: perspective(20px) rotateY(-8deg); }
.windows-symbol i { display: block; background: var(--gold-500); }
.download-card-top small, .download-card-top strong { display: block; }
.download-card-top small { margin-bottom: 4px; color: var(--gold-400); font-size: 7px; letter-spacing: .9px; }
.download-card-top strong { color: white; font-size: 15px; }
.file-type { margin-left: auto; padding: 7px 8px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: 8px; }
.download-mark { position: relative; z-index: 2; width: 104px; height: 104px; display: grid; place-items: center; margin: 35px auto 27px; }
.download-mark img { width: 86px; }
.download-card ul { position: relative; z-index: 2; list-style: none; padding: 0; margin: 0 0 25px; }
.download-card li { padding: 7px 0; color: rgba(255,255,255,.67); font-size: 11px; }
.download-card li span { margin-right: 8px; color: var(--gold-400); }
.download-button { position: relative; z-index: 2; width: 100%; }
.download-card > p { position: relative; z-index: 2; display: flex; align-items: flex-start; gap: 9px; margin: 15px 0 0; color: rgba(255,255,255,.42); font-size: 8px; line-height: 1.55; }
.download-card > p > span { display: grid; place-items: center; flex: 0 0 auto; width: 17px; height: 17px; border: 1px solid rgba(199,154,69,.35); border-radius: 50%; color: var(--gold-400); font-family: var(--display); }

.access-section { position: relative; overflow: hidden; background: var(--navy-950); color: white; }
.access-section::before { content: ""; position: absolute; width: 560px; height: 560px; left: -330px; bottom: -270px; border: 1px solid rgba(199,154,69,.08); border-radius: 50%; }
.access-section .section-heading h2 { color: white; }
.access-section .section-heading h2 em { color: var(--gold-400); }
.access-section .section-heading > p { color: rgba(255,255,255,.6); }
.access-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 88px; }
.purchase-flow { border-top: 1px solid rgba(255,255,255,.1); }
.purchase-flow > article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.purchase-flow article > b { color: rgba(199,154,69,.45); font-family: var(--display); font-size: 26px; }
.purchase-flow small { color: var(--gold-400); font-size: 7px; letter-spacing: 1px; }
.purchase-flow h3 { margin: 7px 0 7px; color: white; font-size: 18px; }
.purchase-flow article p { margin: 0; color: rgba(255,255,255,.53); font-size: 11px; line-height: 1.6; }
.payment-trust { display: flex; align-items: flex-start; gap: 13px; margin-top: 24px; padding: 16px 18px; border: 1px solid rgba(199,154,69,.26); }
.payment-trust > span { color: var(--gold-400); }
.payment-trust p { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.55; }
.payment-trust strong { color: white; }
.account-preview { overflow: hidden; max-width: 560px; width: 100%; margin-left: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: var(--porcelain); color: var(--ink); box-shadow: 0 40px 90px rgba(0,0,0,.28); }
.account-head { display: flex; align-items: center; gap: 13px; padding: 22px 25px; border-bottom: 1px solid var(--line); background: white; }
.account-logo { width: 38px; height: 38px; display: grid; place-items: center; }
.account-logo img { width: 37px; }
.account-head small, .account-head strong { display: block; }
.account-head small { margin-bottom: 4px; color: #9b6d1d; font-size: 7px; letter-spacing: 1px; }
.account-head strong { color: var(--navy-800); font-size: 15px; }
.account-fields { padding: 25px; }
.account-fields label { display: block; margin-bottom: 14px; color: var(--navy-800); font-size: 9px; font-weight: 700; }
.account-fields input, .account-fields select { width: 100%; height: 43px; display: block; margin-top: 6px; border: 1px solid rgba(16,46,74,.17); border-radius: 2px; padding: 0 12px; background: white; color: var(--slate); opacity: 1; }
.account-fields input:disabled, .account-fields select:disabled { -webkit-text-fill-color: var(--slate); }
.account-field-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 12px; }
.password-rule { display: block; margin: -4px 0 18px; color: var(--slate); font-size: 8px; }
.account-fields .button { width: 100%; }
.account-login { width: 100%; display: block; padding: 14px 0 4px; border: 0; background: transparent; color: var(--navy-700); font-size: 10px; font-weight: 700; text-align: center; }
.access-feedback { margin: 13px 0 0; color: var(--slate); font-size: 8px; text-align: center; }
.access-prelaunch { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 780px; margin: 35px auto 0; color: rgba(255,255,255,.45); font-size: 9px; text-align: center; }
.access-prelaunch span { display: grid; place-items: center; flex: 0 0 auto; width: 18px; height: 18px; border: 1px solid rgba(199,154,69,.35); border-radius: 50%; color: var(--gold-400); font-family: var(--display); }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--navy-800); font-size: 15px; font-weight: 700; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 auto; color: var(--gold-500); font-family: var(--display); font-size: 24px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; padding: 0 35px 23px 0; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; padding: 110px 0; background: var(--navy-950); color: white; text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(199,154,69,.08); border-radius: 50%; }
.final-cta::before { left: -210px; top: -250px; }.final-cta::after { right: -240px; bottom: -280px; }
.cta-content { position: relative; z-index: 2; max-width: 780px; }
.cta-content > img { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 25px; }
.cta-content .eyebrow { justify-content: center; }
.cta-content h2 { color: white; }
.cta-content h2 em { color: var(--gold-400); }
.cta-content > p { color: rgba(255,255,255,.63); }
.interest-form { max-width: 540px; display: flex; gap: 8px; margin: 32px auto 10px; }
.interest-form input { flex: 1; min-width: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 2px; padding: 0 18px; background: rgba(255,255,255,.06); color: white; outline: 0; }
.interest-form input:focus { border-color: var(--gold-500); }
.interest-form input::placeholder { color: rgba(255,255,255,.4); }
.form-feedback { display: block; color: rgba(255,255,255,.36); font-size: 9px; }

.site-footer { padding: 65px 0 25px; background: #061724; color: white; }
.footer-main { display: grid; grid-template-columns: 1.65fr repeat(3, .7fr); gap: 45px; padding-bottom: 50px; }
.footer-brand p { max-width: 280px; margin: 20px 0 9px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-brand small { color: var(--gold-400); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column strong { margin-bottom: 7px; color: var(--gold-400); font-size: 10px; text-transform: uppercase; letter-spacing: 1.1px; }
.footer-column a { color: rgba(255,255,255,.55); font-size: 11px; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-short { transition-delay: .1s; }.reveal-delay { transition-delay: .18s; }

@media (max-width: 1100px) {
  .nav-actions .text-link { display: none; }
  .main-nav { gap: 19px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .product-window { width: 560px; }
  .profession-list { gap: 14px; }
  .output-grid, .pilar-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 34px, 720px); }
  .nav-shell { min-height: 75px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-actions { display: none; }
  .main-nav { position: fixed; inset: 75px 0 auto; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 18px 24px 28px; background: rgba(7,28,45,.99); transform: translateY(-130%); transition: transform .3s; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 15px; }
  .hero { min-height: 1330px; padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 650px; }
  .product-stage { min-height: 475px; }
  .product-window { width: min(100%, 650px); transform: none; }
  .profession-strip { align-items: flex-start; flex-direction: column; margin-top: 50px; }
  .profession-list { flex-wrap: wrap; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: auto; }
  .output-grid, .security-grid, .pilar-grid, .faq-grid, .tutorial-grid, .download-grid, .access-grid { grid-template-columns: 1fr; gap: 65px; }
  .output-copy { max-width: 650px; }
  .spreadsheet-scene { width: min(100%, 650px); margin: auto; }
  .security-grid { gap: 35px; }
  .security-copy { grid-row: 1; }
  .security-visual { grid-row: 2; }
  .pilar-chat { margin: 0 auto; }
  .download-copy { max-width: 650px; }
  .download-card { max-width: 560px; width: 100%; margin: auto; }
  .purchase-flow { max-width: 650px; }
  .account-preview { margin: auto; }
  .tutorial-heading { align-items: flex-start; flex-direction: column; }
  .featured-tutorial { max-width: 650px; width: 100%; margin: auto; }
  .plans-heading { align-items: flex-start; flex-direction: column; }
  .plan-grid { grid-template-columns: 1fr; gap: 40px; }
  .plan-card { max-width: 580px; width: 100%; margin: auto; }
  .plan-card.recommended { transform: none; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .insights-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 520px); }
  .brand-name { font-size: 20px; }
  .hero { min-height: 1190px; padding-top: 118px; }
  h1 { font-size: 43px; letter-spacing: -1.8px; }
  h2 { font-size: 36px; letter-spacing: -1px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { align-items: flex-start; flex-direction: column; gap: 10px; }
  .product-stage { min-height: 390px; }
  .product-stage { overflow: hidden; }
  .product-window { position: absolute; width: 650px; max-width: none; transform: scale(.52); transform-origin: center; }
  .stage-ring { display: none; }
  .floating-proof { display: none; }
  .profession-strip { margin-top: 0; }
  .profession-list { align-items: flex-start; flex-direction: column; gap: 11px; }
  .profession-list i { display: none; }
  .section { padding: 84px 0; }
  .journey-card { padding: 27px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; padding: 31px 26px; }
  .development-badge { position: static; display: inline-block; margin: -12px 0 26px; }
  .sheet-body { grid-template-columns: 1fr; min-height: 480px; }
  .spreadsheet-card { transform: none; }
  .gold-note { right: -5px; }
  .security-visual { min-height: 370px; transform: scale(.8); }
  .security-tag { min-width: 150px; }
  .tag-a { left: -20px; }.tag-b { right: -20px; }.tag-c { left: -5px; }
  .pilar-points { align-items: flex-start; flex-direction: column; }
  .youtube-link { width: 100%; justify-content: center; }
  .video-preview { min-height: 340px; }
  .tutorial-list article { grid-template-columns: 34px 1fr; }
  .tutorial-list article > span { grid-column: 2; }
  .billing-toggle { width: 100%; }
  .billing-toggle button { flex: 1; }
  .plan-footnote { align-items: flex-start; flex-wrap: wrap; }
  .plan-footnote p { min-width: calc(100% - 55px); }
  .requirements-row { grid-template-columns: 1fr; }
  .requirements-row > div { min-height: auto; }
  .account-field-row { grid-template-columns: 1fr; gap: 0; }
  .interest-form { flex-direction: column; }
  .interest-form input { min-height: 52px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .insight-list a { grid-template-columns: 1fr; gap: 8px; }
  .support-widget { right: 16px; bottom: 16px; }
}

@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; }
}
