:root {
  --bg: #05070b;
  --bg-soft: #0a1017;
  --panel: #0d151e;
  --panel-2: #111d27;
  --text: #f5f7f8;
  --muted: #a9b5bd;
  --line: rgba(194, 222, 230, .16);
  --cyan: #69e6e2;
  --cyan-deep: #29b5b5;
  --gold: #e8bf73;
  --danger: #ff9d8f;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 2%, rgba(49, 192, 194, .12), transparent 30rem),
    radial-gradient(circle at 90% 15%, rgba(232, 191, 115, .08), transparent 26rem),
    var(--bg);
  color: var(--text);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
/* Research remains a preserved source route, but is retired from the public navigation. */
a[href="/research/"] { display: none !important; }
button, input { font: inherit; }
img { max-width: 100%; }
.skipLink { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-150%); border-radius: 10px; background: white; color: #071017; }
.skipLink:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(105, 230, 226, .58); outline-offset: 4px; }

.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.siteHeader { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(5, 7, 11, .86); backdrop-filter: blur(18px); }
.headerInner { display: flex; min-height: 74px; align-items: center; gap: 26px; }
.brand { display: flex; min-width: 180px; align-items: center; gap: 11px; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: .94rem; letter-spacing: .11em; }
.brand small { color: var(--muted); font-size: .62rem; font-weight: 650; letter-spacing: .035em; }
.globalNav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.globalNav a { position: relative; display: inline-flex; min-height: 44px; align-items: center; color: var(--muted); font-size: .82rem; font-weight: 720; }
.globalNav a:hover, .globalNav a[aria-current="page"] { color: white; }
.globalNav a[aria-current="page"]::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; border-radius: 2px; background: var(--cyan); content: ""; }
.headerCta { white-space: nowrap; }
.mobileMenu { display: none; margin-left: auto; }
.mobileMenu summary { display: flex; min-height: 44px; align-items: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .78rem; font-weight: 750; list-style: none; }
.mobileMenu summary::-webkit-details-marker { display: none; }
.mobileMenu nav { position: absolute; top: 66px; right: 16px; display: grid; min-width: 220px; gap: 5px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #0b1219; box-shadow: var(--shadow); }
.mobileMenu nav a { display: flex; min-height: 44px; align-items: center; padding: 10px 12px; border-radius: 10px; color: var(--muted); }
.mobileMenu nav a:hover, .mobileMenu nav a[aria-current="page"] { background: rgba(105, 230, 226, .08); color: white; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 17px; border: 1px solid transparent; border-radius: 999px; font-size: .82rem; font-weight: 780; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.buttonPrimary { background: var(--cyan); color: #051316; box-shadow: 0 14px 34px rgba(41, 181, 181, .2); }
.buttonSecondary { border-color: rgba(105, 230, 226, .35); background: rgba(105, 230, 226, .07); color: var(--cyan); }
.buttonQuiet { border-color: var(--line); color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.spacedActions { margin-top: 18px; }
.spacedActionsLg { margin-top: 24px; }
.stackTop16 { margin-top: 16px; }
.stackTop18 { margin-top: 18px; }
.stackTop22 { margin-top: 22px; }
.stackTop24 { margin-top: 24px; }
.stackTop25 { margin-top: 25px; }
.eyebrow, .kicker { display: block; margin: 0 0 15px; color: var(--cyan); font-size: .69rem; font-weight: 830; letter-spacing: .13em; text-transform: uppercase; }
.badge { display: inline-flex; align-items: center; padding: 6px 10px; border: 1px solid rgba(105, 230, 226, .25); border-radius: 999px; background: rgba(105, 230, 226, .07); color: var(--cyan); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.hero, .pageHero { padding: clamp(82px, 10vw, 138px) 0 82px; }
.heroGrid, .splitGrid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(42px, 7vw, 86px); align-items: center; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 880px; margin-bottom: 26px; font-size: clamp(2.65rem, 6vw, 5.3rem); line-height: 1.04; letter-spacing: -.062em; }
.pageHero h1 { font-size: clamp(2.55rem, 5.3vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.12; letter-spacing: -.048em; }
h3 { font-size: 1.05rem; line-height: 1.35; letter-spacing: -.018em; }
.heroLead, .pageLead { max-width: 760px; margin-bottom: 28px; color: #c7d1d7; font-size: clamp(1rem, 1.7vw, 1.18rem); }
.microcopy { max-width: 760px; margin-top: 16px; color: #87969f; font-size: .72rem; }
.glassCard { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(17, 29, 39, .92), rgba(9, 15, 22, .88)); box-shadow: var(--shadow); }
.heroScope { padding: 28px; }
.heroScope dl { display: grid; gap: 0; margin: 20px 0 0; }
.heroScope dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.heroScope dt { color: var(--muted); font-size: .75rem; }
.heroScope dd { margin: 0; text-align: right; font-size: .82rem; font-weight: 730; }

.section { padding: clamp(76px, 9vw, 116px) 0; border-top: 1px solid var(--line); }
.sectionHead { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr); gap: 40px; align-items: end; margin-bottom: 42px; }
.sectionHead h2 { margin-bottom: 0; }
.sectionHead p { margin-bottom: 4px; color: var(--muted); }
.cardGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cardGrid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(13, 21, 30, .78); }
.card > span:first-child { display: block; margin-bottom: 28px; color: var(--cyan); font-size: .67rem; font-weight: 820; letter-spacing: .08em; }
.card p, .card li { color: var(--muted); font-size: .84rem; }
.card ul { display: grid; gap: 8px; margin: 0; padding-left: 18px; }
.currentCard { border-color: rgba(105, 230, 226, .34); background: linear-gradient(145deg, rgba(21, 44, 50, .82), rgba(12, 23, 30, .88)); }
.futureCard { opacity: .78; }
.offerSnapshot { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); overflow: hidden; }
.offerSnapshot > div { padding: clamp(28px, 5vw, 54px); }
.offerSnapshot > div + div { border-left: 1px solid var(--line); }
.scopeList { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.scopeList li { position: relative; padding-left: 24px; color: #d4dce0; font-size: .87rem; }
.scopeList li::before { position: absolute; left: 0; color: var(--cyan); content: "✓"; font-weight: 900; }
.scopeMeta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.scopeMeta span { padding: 7px 10px; border-radius: 9px; background: rgba(255,255,255,.055); color: var(--muted); font-size: .69rem; }

.problemStrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.problemStrip div { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(13, 21, 30, .68); }
.problemStrip strong { display: block; margin-bottom: 8px; color: white; font-size: .9rem; }
.problemStrip span { color: var(--muted); font-size: .77rem; }

.evidenceStory { overflow: hidden; border: 1px solid rgba(105,230,226,.2); border-radius: var(--radius); background: #071018; box-shadow: var(--shadow); }
.evidenceStory > header, .evidenceStory > footer { display: flex; justify-content: space-between; gap: 24px; padding: 24px; background: rgba(255,255,255,.035); }
.evidenceStory > header h3 { margin: 8px 0 0; }
.evidenceStory > footer p { max-width: 840px; margin: 0; color: var(--muted); font-size: .75rem; }
.evidenceGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.evidencePanel { min-width: 0; min-height: 330px; padding: 22px; border-right: 1px solid var(--line); }
.evidencePanel:last-child { border-right: 0; }
.evidencePanel > span { color: var(--cyan); font-size: .64rem; font-weight: 820; letter-spacing: .08em; }
.evidencePanel h3 { margin: 15px 0 20px; }
.metricBig { display: flex; align-items: baseline; gap: 6px; margin: 24px 0; }
.metricBig strong { font-size: 3rem; line-height: 1; letter-spacing: -.06em; }
.metricBig span { color: var(--muted); font-size: .75rem; }
.compareBars { display: grid; gap: 13px; }
.compareBars div { display: grid; grid-template-columns: minmax(90px, 1fr) minmax(70px, 1fr) 40px; align-items: center; gap: 8px; color: var(--muted); font-size: .68rem; }
.compareBars i { display: block; height: 7px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.08); }
.compareBars b { display: block; height: 100%; border-radius: inherit; background: var(--cyan); }
.bar100 { width: 100%; }
.bar75 { width: 75%; }
.bar25 { width: 25%; }
.bar8 { width: 8%; }
.decisionCard { margin-top: 22px; padding: 16px; border: 1px solid rgba(105,230,226,.25); border-radius: 14px; background: rgba(105,230,226,.08); }
.decisionCard strong { display: block; margin-bottom: 5px; color: var(--cyan); }
.decisionCard p { margin: 0; color: #c7d1d7; font-size: .76rem; }

.proofBand { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.metricTiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metricTiles article { padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: rgba(13,21,30,.72); }
.metricTiles strong { display: block; color: var(--gold); font-size: 1.9rem; letter-spacing: -.04em; }
.metricTiles span { color: var(--muted); font-size: .7rem; }
.boundaryNote { margin-top: 18px; padding: 17px 19px; border-left: 2px solid var(--gold); background: rgba(232,191,115,.06); color: #c8bdab; font-size: .76rem; }
.founderGrid { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 34px; align-items: center; }
.founderGrid img { width: 160px; height: 190px; object-fit: cover; border: 1px solid var(--line); border-radius: 22px; filter: saturate(.82); }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.steps li { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(13,21,30,.76); }
.steps li > span { color: var(--cyan); font-size: .66rem; font-weight: 820; }
.steps h3 { margin: 14px 0 9px; }
.steps p { margin: 0; color: var(--muted); font-size: .78rem; }
details.detail { margin-top: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(13,21,30,.66); }
details.detail summary { padding: 17px 20px; cursor: pointer; color: var(--cyan); font-size: .78rem; font-weight: 760; }
details.detail > div, details.detail > ol { margin: 0; padding: 0 38px 24px; color: var(--muted); font-size: .8rem; }

.priceGrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; }
.priceCard { padding: clamp(28px,5vw,48px); }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin: 23px 0 10px; }
.price strong { font-size: clamp(2.25rem,5vw,4rem); line-height: 1; letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: .8rem; }
.totalRow { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.paymentSplit { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.paymentSplit div { padding: 15px; border-radius: 14px; background: rgba(255,255,255,.045); }
.paymentSplit span, .paymentSplit small { display: block; color: var(--muted); font-size: .67rem; }
.paymentSplit strong { display: block; font-size: 1rem; }

.fitChecklist { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.fitChecklist li { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: rgba(13,21,30,.74); }
.fitChecklist span { display: block; margin-bottom: 9px; color: var(--cyan); font-size: .65rem; font-weight: 820; }
.fitChecklist strong { font-size: .78rem; }
.browserCheck { padding: 26px; }
.browserCheck fieldset { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.browserCheck label { display: flex; align-items: flex-start; gap: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; color: #d4dce0; font-size: .82rem; cursor: pointer; }
.browserCheck input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--cyan-deep); }
.fitResult { margin: 16px 0 0; padding: 15px; border-radius: 12px; background: rgba(105,230,226,.08); color: #c9efed; font-size: .78rem; }

.tableWrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; background: rgba(13,21,30,.72); }
th, td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .78rem; }
th { color: var(--cyan); font-size: .68rem; letter-spacing: .06em; }
td { color: #c5d0d5; }
tr:last-child td { border-bottom: 0; }
.timeline { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.timeline li > span { color: var(--cyan); font-size: .7rem; font-weight: 820; }
.timeline p { color: var(--muted); }

.contactPaths { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contactPath { display: grid; min-height: 310px; align-content: space-between; padding: 30px; }
.contactPath p { color: var(--muted); }
.contactPath .actions { margin-top: 24px; }
.notice { padding: 17px 19px; border: 1px solid rgba(232,191,115,.23); border-radius: 14px; background: rgba(232,191,115,.06); color: #d1c2a8; font-size: .76rem; }

.contactHero { padding-bottom: clamp(68px, 8vw, 104px); }
.contactChoiceGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 38px; }
.contactChoice { display: grid; min-height: 330px; align-content: start; padding: clamp(26px, 4vw, 38px); }
.contactChoicePrimary { border-color: rgba(105,230,226,.34); background: radial-gradient(circle at 88% 6%, rgba(105,230,226,.16), transparent 19rem), linear-gradient(145deg, rgba(21,44,50,.86), rgba(12,23,30,.9)); }
.contactChoice h2 { margin: 24px 0 12px; font-size: clamp(1.75rem, 3.3vw, 2.7rem); }
.contactChoice p { color: #c7d1d7; }
.contactChoice .button { width: fit-content; margin-top: auto; }
.contactChoice small { display: block; margin-top: 14px; color: #81909a; font-size: .69rem; }
.contactPanel { display: grid; grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr); align-items: start; gap: clamp(32px, 5vw, 68px); padding: clamp(28px, 5vw, 46px); border: 1px solid rgba(232,191,115,.28); border-radius: 30px; background: radial-gradient(640px 330px at 88% 0%, rgba(232,191,115,.15), transparent 72%), linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); box-shadow: var(--shadow); }
.contactPanel > *, .contactForm, .contactFormGrid, .homeContactApiGate, .contactTransferNotice, .contactTransferTableWrap { min-width: 0; max-width: 100%; }
.contactPanel h2 { margin: 8px 0 12px; font-size: clamp(2rem, 4vw, 3.25rem); }
.contactIntro { position: sticky; top: 110px; }
.contactIntro > p { color: var(--muted); }
.contactIntro > a { display: inline-flex; margin-top: 22px; color: var(--cyan); font-size: .8rem; font-weight: 800; }
.contactIntro .contactModeNote { margin-top: 18px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.03); color: #91a0aa; font-size: .72rem; }
.contactForm { display: grid; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(2,5,10,.38); }
.contactFormGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contactForm label { display: grid; gap: 8px; }
.contactForm label > span { color: var(--muted); font-size: .7rem; font-weight: 800; }
.contactForm input, .contactForm textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: rgba(255,255,255,.045); font: inherit; font-size: .86rem; outline: none; }
.contactForm input { min-height: 48px; padding: 0 13px; }
.contactForm textarea { min-height: 130px; padding: 13px; resize: vertical; }
.contactForm input::placeholder, .contactForm textarea::placeholder { color: #6f7c85; }
.contactForm input:focus, .contactForm textarea:focus { border-color: rgba(105,230,226,.55); box-shadow: 0 0 0 3px rgba(105,230,226,.08); }
.contactFormWide { grid-column: 1 / -1; }
.contactIntent { min-width: 0; margin: 0; padding: 0; border: 0; }
.contactIntent legend { margin-bottom: 9px; color: var(--muted); font-size: .7rem; font-weight: 800; }
.contactIntent > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.contactIntentGroup { grid-column: 1 / -1; margin: 12px 2px 1px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.contactIntentGroup:first-child { margin-top: 0; }
.contactIntent label { position: relative; display: flex; min-height: 118px; align-items: flex-start; padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); color: var(--muted); cursor: pointer; }
.contactIntent [data-mini-test-intent][hidden] { display: none !important; }
.contactIntent input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.contactIntent label:has(input:checked) { border-color: rgba(232,191,115,.58); background: rgba(232,191,115,.11); color: var(--text); box-shadow: inset 0 0 0 1px rgba(232,191,115,.12); }
.contactIntent label:has(input:focus-visible) { outline: 2px solid rgba(105,230,226,.7); outline-offset: 2px; }
.contactIntent label > span { color: inherit; font-size: .75rem; }
.contactIntentCopy { display: grid; gap: 5px; }
.contactIntentCopy small { color: var(--gold-soft); font-size: .58rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contactIntentCopy strong { color: var(--text); font-size: .83rem; line-height: 1.35; }
.contactIntentCopy em { color: #91a0aa; font-size: .67rem; font-style: normal; font-weight: 500; line-height: 1.55; }
.contactIntent label:has(input:checked) .contactIntentCopy em { color: #bbc4ca; }
.contactIntentMeeting { margin: 11px 2px 0; color: #91a0aa; font-size: .68rem; line-height: 1.55; }
.contactIntentMeeting a { color: var(--cyan); font-weight: 800; }
.contactContext { margin: 2px 0 0; padding: 16px; border: 1px solid rgba(105,230,226,.16); border-radius: 15px; background: rgba(105,230,226,.035); }
.contactContext summary { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; color: var(--text); cursor: pointer; list-style: none; }
.contactContext summary::-webkit-details-marker { display: none; }
.contactContext summary::after { content: "+"; color: var(--cyan); font-size: 1.1rem; }
.contactContext[open] summary::after { content: "−"; }
.contactContext summary span { font-size: .78rem; font-weight: 800; }
.contactContext summary small { color: var(--muted); font-size: .65rem; text-align: right; }
.contactContextGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); }
.contactContextGrid label { display: grid; gap: 7px; }
.contactContextGrid label > span { color: var(--muted); font-size: .68rem; font-weight: 800; }
.contactContextGrid select { width: 100%; min-height: 44px; padding: 10px 35px 10px 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--text); background: #10151e; font: inherit; font-size: .76rem; }
.contactContextGrid select:focus-visible { outline: 2px solid rgba(105,230,226,.7); outline-offset: 2px; }
.contactConsent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; }
.contactConsent input { width: 17px; min-height: 17px; margin: 2px 0 0; accent-color: var(--gold); }
.contactConsent span { line-height: 1.6; }
.contactConsent a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.contactSubmit { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; }
.contactSubmit p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.contactSubmit p[data-state="success"] { color: #9bebdc; }
.contactSubmit p[data-state="error"] { color: var(--danger); }
.contactHoneypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.homeContactApiGate { display: grid; gap: 14px; }
.homeContactApiGate[hidden] { display: none; }
.contactTransferNotice { padding: 14px; border: 1px dashed rgba(232,191,115,.32); border-radius: 12px; background: rgba(232,191,115,.045); }
.contactTransferNotice strong { color: var(--gold); font-size: .75rem; }
.contactTransferNotice p { margin: 6px 0 0; color: var(--muted); font-size: .7rem; }
.contactTransferNotice a { color: var(--cyan); text-decoration: underline; text-underline-offset: 2px; }
.contactTransferTableWrap { margin-top: 12px; overflow-x: auto; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; }
.contactTransferTable { width: 100%; min-width: 980px; border-collapse: collapse; font-size: .66rem; line-height: 1.55; }
.contactTransferTable th, .contactTransferTable td { padding: 10px; text-align: left; vertical-align: top; border-right: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.contactTransferTable th { color: #e7d19a; background: rgba(255,255,255,.035); font-weight: 650; white-space: nowrap; }
.contactTransferTable td { color: #aeb9bf; }
.contactTransferTable tr:last-child td { border-bottom: 0; }
.contactTransferTable th:last-child, .contactTransferTable td:last-child { border-right: 0; }

.policyPage { padding: 76px 0 110px; }
.policyHeader .headerInner { justify-content: space-between; }
.policyHeader .policyBack { margin-left: auto; }
.policyDocument { max-width: 1100px; }
.privacyDocumentHero { max-width: 860px; padding: 0 0 58px; }
.privacyDocumentHero h1 { margin: 0 0 21px; font-size: clamp(2.45rem, 4vw, 3.5rem); }
.privacyDocumentHero .pageLead { max-width: 760px; margin-bottom: 0; }
.policyMeta { display: flex; flex-wrap: wrap; gap: 0; margin: 38px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policyMeta div { min-width: 190px; padding: 15px 28px 15px 0; }
.policyMeta div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.policyMeta dt { color: #7f8c95; font-size: .66rem; font-weight: 750; }
.policyMeta dd { margin: 3px 0 0; color: #dce3e7; font-size: .76rem; }
.policyDocumentLayout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(42px, 7vw, 82px); align-items: start; }
.policyToc { position: sticky; top: 104px; padding-right: 26px; border-right: 1px solid var(--line); }
.policyToc > strong { display: block; margin-bottom: 18px; color: #e9edef; font-size: .78rem; }
.policyToc nav { display: grid; }
.policyToc nav a { display: grid; grid-template-columns: 26px 1fr; gap: 7px; padding: 8px 0; color: #8e9ba3; font-size: .7rem; line-height: 1.45; }
.policyToc nav a:hover { color: var(--cyan); }
.policyToc nav span { color: #66747d; font-variant-numeric: tabular-nums; }
.policyToc > p { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #74818a; font-size: .67rem; line-height: 1.7; }
.policyToc > p a { color: #b9c4ca; }
.policyArticle { min-width: 0; max-width: 808px; }
.policyClause { padding: 0 0 58px; scroll-margin-top: 100px; }
.policyClause + .policyClause { padding-top: 58px; border-top: 1px solid var(--line); }
.clauseNumber { margin: 0 0 8px; color: var(--cyan); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.policyClause h2 { margin: 0 0 25px; font-size: clamp(1.45rem, 2.2vw, 1.85rem); line-height: 1.36; letter-spacing: -.03em; }
.policyClause h3 { margin: 30px 0 9px; color: #dbe2e6; font-size: .92rem; letter-spacing: -.012em; }
.policyClause p { margin-bottom: 0; color: #aeb9c0; font-size: .86rem; line-height: 1.9; word-break: keep-all; }
.policyClause a, .policyDocumentEnd a { color: #9feae7; text-decoration: underline; text-decoration-color: rgba(105,230,226,.35); text-underline-offset: 3px; }
.policyClause .contactTransferTableWrap { margin-top: 24px; border: 0; border-top: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); border-radius: 0; }
.policyClause .contactTransferTable { min-width: 900px; background: transparent; font-size: .67rem; }
.policyClause .contactTransferTable th { padding: 12px 13px; color: #d9e0e4; background: rgba(255,255,255,.035); font-weight: 720; }
.policyClause .contactTransferTable td { padding: 13px; color: #aeb9bf; background: transparent; }
.policyClause .contactTransferTable tbody tr:hover td { background: rgba(255,255,255,.018); }
.policyNote { margin-top: 22px !important; padding: 16px 0 0 18px; border-left: 2px solid rgba(232,191,115,.55); color: #c8bda8 !important; font-size: .77rem !important; }
.analyticsPreferenceControl { margin-top: 24px; padding: 22px; border: 1px solid rgba(105,230,226,.2); border-radius: 16px; background: rgba(105,230,226,.035); }
.analyticsPreferenceControl h3 { margin-top: 0; }
.analyticsPreferenceControl > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.analyticsPreferenceControl .button { min-height: 44px; }
.analyticsPreferenceControl .policyNote { margin-top: 18px !important; }
.policyDocumentEnd { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.28); }
.policyDocumentEnd p { margin: 0; color: #8e9ba3; font-size: .74rem; }
.policyDocumentEnd div { display: flex; flex-wrap: wrap; gap: 18px; }
.policyDocumentEnd a { font-size: .72rem; font-weight: 700; }
.finalCta { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; padding: clamp(30px,5vw,55px); }
.finalCta p { color: var(--muted); }

.siteFooter { border-top: 1px solid var(--line); background: #040609; }
.footerGrid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 38px; padding: 48px 0; }
.footerBrand p { max-width: 330px; color: var(--muted); font-size: .78rem; }
.footerBrand small { color: #687782; font-size: .67rem; }
.footerGroup { display: grid; align-content: start; gap: 8px; }
.footerGroup strong { margin-bottom: 5px; color: #dce4e8; font-size: .72rem; }
.footerGroup a { color: var(--muted); font-size: .73rem; }
.footerGroup a:hover { color: var(--cyan); }
.contactFooter .footerGrid { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding-block: 34px; }
.contactFooter .footerBrand { display: flex; align-items: center; gap: 16px; }
.contactFooter .footerBrand small { padding-left: 16px; border-left: 1px solid var(--line); }
.contactFooter .footerNav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.contactFooter .footerNav a { color: var(--muted); font-size: .72rem; }
.contactFooter .footerNav a:hover { color: var(--cyan); }
.policyFooterInner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 0; }
.policyFooter .footerBrand { display: flex; align-items: center; gap: 16px; }
.policyFooter .footerBrand small { padding-left: 16px; border-left: 1px solid var(--line); }
.policyFooter a { color: var(--muted); font-size: .72rem; }
.policyFooter a:hover { color: var(--cyan); }

/* Contact uses the same warm, evidence-led visual language as Main/Product. */
.contactPage {
  --text: #f6f0e4;
  --muted: rgba(246, 240, 228, .72);
  --line: rgba(255, 255, 255, .13);
  --gold: #e6c16a;
  --gold-soft: #fff1b8;
  --cyan: #e6c16a;
  --cyan-deep: #b99647;
  background:
    radial-gradient(940px 560px at 72% 4%, rgba(230, 193, 106, .11), transparent 64%),
    radial-gradient(880px 620px at 12% 18%, rgba(230, 193, 106, .08), transparent 62%),
    radial-gradient(820px 720px at 52% 86%, rgba(137, 110, 255, .055), transparent 66%),
    linear-gradient(180deg, #020305, #05070b 42%, #080b12 100%);
  word-break: keep-all;
}
.contactPage::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .72), transparent 80%);
  pointer-events: none;
}
.contactPage .siteHeader {
  border-bottom-color: rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(5, 7, 11, .93), rgba(5, 7, 11, .72));
  backdrop-filter: blur(22px);
}
.contactPage .brand { min-width: 0; gap: 12px; }
.contactPage .brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 0 28px rgba(230, 193, 106, .12);
}
.contactPage .brand strong { font-size: .82rem; letter-spacing: .16em; }
.contactPage .brand small { margin-top: 3px; color: rgba(246, 240, 228, .54); font-size: .625rem; }
.contactPage .globalNav a { color: rgba(246, 240, 228, .72); }
.contactPage .globalNav a[aria-current="page"]::after {
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), #fff1b8);
}
.contactPage .buttonPrimary {
  border: 0;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold) 58%, #d3b45f 100%);
  color: #070807;
  box-shadow: 0 14px 44px rgba(230, 193, 106, .21);
}
.contactPage .buttonSecondary {
  border-color: rgba(230, 193, 106, .28);
  background: rgba(230, 193, 106, .065);
  color: var(--gold-soft);
}
.contactPage .kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-soft);
}
.contactPage .kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(230, 193, 106, .8);
  content: "";
}
.contactPage .contactHero { padding-top: clamp(76px, 9vw, 116px); }
.contactPage .contactHero h1 { max-width: 850px; text-wrap: balance; }
.contactPage .contactChoiceGrid { gap: 14px; }
.contactPage .contactChoice {
  overflow: hidden;
  border-color: rgba(255, 255, 255, .13);
  background: linear-gradient(155deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025));
}
.contactPage .contactChoicePrimary {
  border-color: rgba(230, 193, 106, .32);
  background:
    radial-gradient(460px 230px at 94% 0%, rgba(230, 193, 106, .17), transparent 72%),
    linear-gradient(155deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .028));
}
.contactPage .contactChoice .badge {
  border-color: rgba(230, 193, 106, .31);
  background: rgba(230, 193, 106, .09);
  color: var(--gold-soft);
}
.contactPage .contactChoice h2 { letter-spacing: -.04em; }
.contactPage .contactPanel {
  border-color: rgba(230, 193, 106, .28);
  background:
    radial-gradient(640px 330px at 88% 0%, rgba(230, 193, 106, .16), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
}
.contactPage .contactIntro > a,
.contactPage .contactConsent a,
.contactPage .contactTransferNotice a,
.contactPage .contactFooter .footerNav a:hover { color: var(--gold-soft); }
.contactPage .contactForm {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(3, 5, 9, .55);
}
.contactPage .contactForm input,
.contactPage .contactForm textarea {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .045);
}
.contactPage .contactForm input:focus,
.contactPage .contactForm textarea:focus {
  border-color: rgba(230, 193, 106, .58);
  box-shadow: 0 0 0 3px rgba(230, 193, 106, .09);
}
.contactPage .contactIntent label:has(input:focus-visible) {
  outline-color: rgba(230, 193, 106, .74);
}
.contactPage .browserCheck input { accent-color: var(--gold); }
.contactPage .fitResult {
  border: 1px solid rgba(230, 193, 106, .16);
  background: rgba(230, 193, 106, .065);
  color: #e8dcc1;
}
.contactPage .card > span:first-child,
.contactPage .eyebrow { color: var(--gold-soft); }
.contactPage :focus-visible { outline-color: rgba(230, 193, 106, .66); }

@media (max-width: 980px) {
  .globalNav, .headerCta { display: none; }
  .mobileMenu { display: block; }
  .heroGrid, .splitGrid, .offerSnapshot, .sectionHead, .proofBand, .priceGrid, .finalCta, .contactPanel { grid-template-columns: 1fr; }
  .offerSnapshot > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .evidenceGrid { grid-template-columns: 1fr 1fr; }
  .evidencePanel:nth-child(2) { border-right: 0; }
  .evidencePanel:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cardGrid, .problemStrip { grid-template-columns: 1fr 1fr; }
  .fitChecklist { grid-template-columns: repeat(3, 1fr); }
  .contactIntro { position: static; }
  .policyDocumentLayout { grid-template-columns: 1fr; gap: 42px; }
  .policyToc { position: static; padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .policyToc nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 18px; }
  .policyToc > p { display: none; }
}

@media (max-width: 680px) {
  .wrap { width: min(var(--max), calc(100% - 30px)); }
  .headerInner { min-height: 66px; }
  .brand small { display: none; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
  h1 br { display: none; }
  .hero, .pageHero { padding-top: 66px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .heroGrid { grid-template-columns: minmax(0,1fr); }
  .heroScope { padding: 21px; }
  .cardGrid, .cardGrid.two, .problemStrip, .evidenceGrid, .metricTiles, .steps, .priceGrid, .paymentSplit, .fitChecklist, .contactPaths, .contactChoiceGrid, .policyGrid, .footerGrid { grid-template-columns: 1fr; }
  .evidencePanel { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .evidencePanel:last-child { border-bottom: 0; }
  .evidenceStory > header, .evidenceStory > footer { flex-direction: column; }
  .founderGrid { grid-template-columns: 1fr; }
  .founderGrid img { width: 128px; height: 150px; }
  .fitChecklist { grid-template-columns: 1fr 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: 8px; }
  .contactChoice { min-height: 0; }
  .contactChoice .button { width: 100%; }
  .contactPanel { padding: 24px 19px; }
  .contactForm { padding: 19px; }
  .contactFormGrid, .contactIntent > div, .contactContextGrid { grid-template-columns: 1fr; }
  .contactContext summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contactContext summary small { text-align: left; }
  .contactSubmit { grid-template-columns: 1fr; }
  .footerGrid { gap: 28px; }
  .contactTransferTableWrap { overflow: visible; border: 0; }
  .contactTransferTable { display: block; min-width: 0; background: transparent; }
  .contactTransferTable thead { display: none; }
  .contactTransferTable tbody { display: grid; gap: 10px; }
  .contactTransferTable tr { display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(2,5,10,.28); }
  .contactTransferTable td { display: grid; grid-template-columns: minmax(78px, .34fr) minmax(0, 1fr); gap: 10px; padding: 10px; border-right: 0; overflow-wrap: anywhere; }
  .contactTransferTable td::before { color: #e7d19a; content: attr(data-label); font-size: .6rem; font-weight: 700; }
  .contactFooter .footerGrid { grid-template-columns: 1fr; gap: 15px; }
  .contactFooter .footerBrand { align-items: flex-start; flex-direction: column; gap: 8px; }
  .contactFooter .footerBrand small { padding-left: 0; border-left: 0; }
  .contactFooter .footerNav { justify-content: flex-start; gap: 12px 18px; }
  .policyHeader .brand { min-width: 0; }
  .policyHeader .policyBack { width: auto; padding-inline: 14px; }
  .policyPage { padding-top: 52px; }
  .privacyDocumentHero { padding-bottom: 42px; }
  .privacyDocumentHero h1 { font-size: clamp(2.05rem, 9.5vw, 2.45rem); }
  .privacyDocumentHero .pageLead { font-size: .94rem; line-height: 1.78; }
  .policyMeta { display: grid; }
  .policyMeta div { min-width: 0; padding: 12px 0; }
  .policyMeta div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .policyToc nav { grid-template-columns: 1fr 1fr; gap-x: 16px; }
  .policyClause { padding-bottom: 44px; }
  .policyClause + .policyClause { padding-top: 44px; }
  .policyClause h2 { margin-bottom: 20px; font-size: 1.35rem; }
  .policyClause h3 { font-size: .88rem; }
  .policyClause p { font-size: .82rem; line-height: 1.84; word-break: normal; }
  .policyClause .contactTransferTableWrap { overflow-x: auto; border-top-color: rgba(255,255,255,.2); border-bottom-color: rgba(255,255,255,.2); }
  .policyClause .contactTransferTable { display: table; min-width: 840px; }
  .policyClause .contactTransferTable thead { display: table-header-group; }
  .policyClause .contactTransferTable tbody { display: table-row-group; }
  .policyClause .contactTransferTable tr { display: table-row; border: 0; border-radius: 0; background: transparent; }
  .policyClause .contactTransferTable td { display: table-cell; padding: 12px; border-right: 1px solid rgba(255,255,255,.07); overflow-wrap: normal; }
  .policyClause .contactTransferTable td::before { display: none; }
  .policyDocumentEnd { align-items: flex-start; flex-direction: column; gap: 16px; }
  .policyDocumentEnd div { gap: 12px 18px; }
  .policyFooterInner { align-items: flex-start; flex-direction: column; gap: 12px; }
  .policyFooter .footerBrand { align-items: flex-start; flex-direction: column; gap: 8px; }
  .policyFooter .footerBrand small { padding-left: 0; border-left: 0; }
}

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