:root {
  --paper: #f6f7f4;
  --paper-2: #eceeea;
  --white: #fff;
  --ink: #11151b;
  --ink-2: #303743;
  --muted: #69717e;
  --faint: #9aa1aa;
  --line: rgba(17, 21, 27, .09);
  --blue: #4b73e8;
  --blue-soft: #edf2ff;
  --green: #249a62;
  --green-soft: #eaf8f0;
  --amber: #b76a26;
  --amber-soft: #fff4e8;
  --font: "Inter Tight", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  --shadow: 0 24px 70px rgba(15, 23, 42, .16), 0 2px 8px rgba(15, 23, 42, .06);
}

/* Production continuity: founder trust, retained routes and consent. */
.anchor-alias { position: absolute; width: 1px; height: 1px; overflow: hidden; pointer-events: none; }
.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; }
.proof { padding: 120px 0; background: #edf1ec; }
.proof-grid { display: grid; grid-template-columns: minmax(260px,.72fr) 1.28fr; min-height: 560px; border: 1px solid var(--line); border-radius: 28px; background: #f8f9f6; overflow: hidden; }
.founder-photo { min-height: 560px; background: #dfe5de; overflow: hidden; }
.founder-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 30%; filter: saturate(.8) contrast(.98); }
.founder-copy { padding: clamp(44px,7vw,100px); display: flex; flex-direction: column; justify-content: center; }
.founder-copy blockquote { max-width: 780px; margin: 30px 0 44px; font-size: clamp(30px,4.3vw,58px); line-height: 1.04; letter-spacing: -.052em; font-weight: 530; }
.founder-copy p { margin: 0; display: grid; gap: 4px; }
.founder-copy p strong { font-size: 14px; }
.founder-copy p span { color: var(--muted); font-size: 12px; }
.continuity-links { margin-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); border-radius: 18px; background: var(--line); overflow: hidden; }
.continuity-links a { min-height: 190px; padding: 26px; display: flex; flex-direction: column; color: var(--ink); background: #f8f9f6; text-decoration: none; transition: background .2s ease; }
.continuity-links a:hover { background: #fff; }
.continuity-links small { color: var(--muted); font: 700 8px/1 var(--mono); letter-spacing: .08em; }
.continuity-links strong { margin-top: auto; font-size: 20px; letter-spacing: -.025em; }
.continuity-links span { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.form-status { min-height: 20px; margin-top: 10px; font-size: 12px; }
.form-status.success { color: #187448; }
.form-status.error { color: #a23c32; }
.wait-form button:disabled { cursor: wait; opacity: .72; }
.footer { padding-block: 32px; }
.footer-links { flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.footer a { color: inherit; text-decoration: none; }
.footer a:hover { color: var(--ink); }
.cookie-banner { position: fixed; z-index: 100; left: 20px; bottom: 20px; width: min(520px,calc(100% - 40px)); padding: 16px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(250,251,249,.96); box-shadow: 0 20px 60px rgba(20,18,12,.16); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { flex: 1; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.cookie-banner a { color: #187448; }
.cookie-banner > div { display: flex; gap: 7px; }
.cookie-banner button { padding: 9px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-size: 10px; font-weight: 650; white-space: nowrap; }
.cookie-banner button:last-child { color: #fff; border-color: #17191d; background: #17191d; }

@media (max-width: 900px) {
  .proof { padding: 88px 0; }
  .proof-grid { grid-template-columns: .8fr 1.2fr; }
  .founder-copy { padding: 44px; }
  .continuity-links { grid-template-columns: 1fr; }
  .continuity-links a { min-height: 145px; }
}

@media (max-width: 620px) {
  .proof { padding: 72px 0; }
  .proof-grid { grid-template-columns: 1fr; min-height: 0; border-radius: 20px; }
  .founder-photo { min-height: 390px; }
  .founder-copy { padding: 34px 24px 40px; }
  .founder-copy blockquote { margin: 24px 0 32px; }
  .footer-links { justify-content: flex-start; }
  .cookie-banner { left: 12px; bottom: 12px; width: calc(100% - 24px); align-items: stretch; flex-direction: column; }
  .cookie-banner > div { width: 100%; }
  .cookie-banner button { flex: 1; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.skip { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 12px 16px; border-radius: 10px; background: #fff; }
.skip:focus { top: 16px; }
.wrap { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.logo { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-size: 19px; font-weight: 760; letter-spacing: -.045em; }
.logo-signal { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, #4b73e8, #7b62d9); box-shadow: 0 0 0 5px rgba(75,115,232,.08); }
.logo code { padding: 5px 7px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font: 650 9px/1 var(--mono); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 13px; }
.nav-links a { text-decoration: none; }
.button { min-height: 47px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 13px; text-decoration: none; font-weight: 660; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, button:focus-visible { outline: 3px solid rgba(75,115,232,.25); outline-offset: 3px; }
.button.dark { background: #17191d; color: #fff; box-shadow: 0 10px 22px rgba(17,21,27,.17); }
.button.light { background: rgba(255,255,255,.78); border-color: var(--line); backdrop-filter: blur(12px); }
.eyebrow { color: var(--muted); font: 650 10px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--green); }

.hero { padding: 66px 0 34px; }
.hero-copy { max-width: 930px; margin-bottom: 38px; }
h1 { max-width: 880px; margin: 22px 0 26px; font-size: clamp(58px, 7.4vw, 94px); line-height: .94; letter-spacing: -.066em; font-weight: 560; }
.hero-lead { max-width: 790px; margin: 0 0 16px; color: var(--ink-2); font-size: clamp(22px, 2.45vw, 30px); line-height: 1.3; letter-spacing: -.032em; }
.hero-detail { max-width: 660px; margin: 0 0 28px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; }
.trust { margin-top: 14px; color: var(--muted); font-size: 12px; }

.visual-stage { position: relative; min-height: 620px; padding: 70px; border-radius: 28px; background-size: cover; background-position: center; overflow: hidden; }
.visual-stage:after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(17,21,27,.08)); }
.stage-hero { background-image: linear-gradient(180deg,rgba(255,255,255,.02),rgba(17,21,27,.08)),url("assets-v3/hero-mirror-landscape-v2.jpg"); background-position: center 53%; }
.stage-hero:after { z-index: 1; background: linear-gradient(180deg,rgba(9,42,70,.01),rgba(8,28,24,.18)); }
.stage-identity { background-image: url("assets-v3/identity-orb.jpg"); background-position: 46% center; }
.stage-growth { background-image: url("assets-v3/growth-emerald.jpg"); }
.stage-content { background-image: linear-gradient(180deg,rgba(255,255,255,.02),rgba(31,75,94,.16)),url("assets-v3/content-sky-v2.jpg"); background-position: center bottom; }
.stage-build { background-image: linear-gradient(135deg,rgba(255,255,255,.28),rgba(255,255,255,.62)),url("assets-v3/hero-horizon.jpg"); background-position: center 55%; }
.float-note { position: absolute; z-index: 3; padding: 10px 13px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.55); border-radius: 10px; background: rgba(255,255,255,.72); box-shadow: 0 12px 30px rgba(16,24,40,.13); backdrop-filter: blur(14px); font-size: 10px; font-weight: 650; }
.float-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.note-one { top: 34px; left: 38px; }.note-two { right: 40px; bottom: 32px; }
.stage-hero .float-note { border-color: rgba(255,255,255,.72); background: rgba(249,252,251,.76); box-shadow: 0 16px 42px rgba(7,31,43,.17); }

.product-window { position: relative; z-index: 2; width: min(840px, 92%); margin-inline: auto; border: 8px solid rgba(255,255,255,.48); border-radius: 24px; background: rgba(250,251,249,.93); box-shadow: var(--shadow); backdrop-filter: blur(22px); overflow: hidden; }
.product-window.wide { width: min(960px, 96%); }
.window-bar { min-height: 48px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.82); }
.window-logo { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 760; }
.window-logo:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(75,115,232,.08); }
.window-tools { display: flex; gap: 5px; }.window-tools i { width: 7px; height: 7px; border-radius: 50%; background: #d8dcd8; }.window-tools i:first-child { background: #75c890; }
.stage-hero .product-window { border-color: rgba(255,255,255,.62); background: rgba(250,251,249,.88); box-shadow: 0 30px 80px rgba(6,24,34,.23),0 2px 10px rgba(6,24,34,.08); }
.stage-hero .window-bar { background: rgba(255,255,255,.76); }
.status { padding: 6px 9px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #bee7cf; border-radius: 8px; color: #187448; background: rgba(234,248,240,.9); font-size: 8px; font-weight: 700; }
.status:before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.app-shell { display: grid; grid-template-columns: 142px 1fr; min-height: 450px; }
.sidebar { padding: 14px 10px; border-right: 1px solid var(--line); background: rgba(239,240,237,.72); }
.side-label { padding: 8px; color: var(--faint); font: 650 7px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.side-item { padding: 9px 8px; display: flex; align-items: center; gap: 8px; border-radius: 7px; color: var(--muted); font-size: 9px; }
.side-item:before { content: ""; width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 2px; }
.side-item.active { color: var(--ink); background: rgba(255,255,255,.84); box-shadow: 0 1px 4px rgba(16,24,40,.05); }
.side-item.active:before { background: var(--blue); border-color: var(--blue); }
.screen { min-width: 0; padding: 22px; }
.screen-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.screen-head small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 8px; }.screen-head strong { display: block; font-size: 16px; letter-spacing: -.025em; }
.ui-card { border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 4px 10px rgba(16,24,40,.04); }
.ui-chip { padding: 5px 7px; border-radius: 7px; color: var(--blue); background: var(--blue-soft); font-size: 7px; font-weight: 700; }
.ui-chip.green { color: #187448; background: var(--green-soft); }.ui-chip.amber { color: var(--amber); background: var(--amber-soft); }
.mini-button { padding: 7px 10px; border: 0; border-radius: 8px; color: #fff; background: #191b20; font-size: 8px; font-weight: 700; }
.mini-button.ghost { color: var(--ink); background: #fff; box-shadow: inset 0 0 0 1px var(--line); }

/* Morning brief */
.brief-banner { padding: 17px; margin-bottom: 10px; border-radius: 12px; color: #fff; background: linear-gradient(135deg,#17233d,#3f62bc); }
.brief-banner small { color: #bdc9e9; font: 650 7px/1 var(--mono); }.brief-banner h3 { margin: 18px 0 5px; font-size: 20px; letter-spacing: -.04em; }.brief-banner p { margin: 0; color: #dce3f5; font-size: 8px; }
.brief-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.brief-item { min-height: 125px; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; }
.brief-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 800; }.brief-icon.green { color: var(--green); background: var(--green-soft); }.brief-icon.purple { color: #8965c8; background: #f2edfb; }
.brief-item strong { display: block; margin-bottom: 4px; font-size: 9px; }.brief-item span { color: var(--muted); font-size: 7px; line-height: 1.4; }.brief-item em { margin-top: 10px; color: var(--green); font: 700 7px/1 var(--mono); font-style: normal; }

.paths { padding: 110px 0; }
.section-intro { display: grid; grid-template-columns: .58fr 1.42fr; gap: 70px; margin-bottom: 56px; align-items: start; }
.section-intro h2 { max-width: 880px; margin: 0; font-size: clamp(42px, 5.5vw, 70px); line-height: .98; letter-spacing: -.056em; font-weight: 540; }
.section-intro p { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.path-card { min-height: 520px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; }
.path-visual { min-height: 270px; position: relative; border-radius: 16px; background-size: cover; background-position: center; overflow: hidden; }
.path-visual.new { display: grid; place-items: center; padding: 22px; background-image: linear-gradient(135deg,rgba(240,245,255,.46),rgba(255,255,255,.18)),url("assets-v3/identity-orb.jpg"); }
.path-visual.audience { display: grid; place-items: end center; padding: 22px; background-image: linear-gradient(180deg,rgba(7,24,22,.38),rgba(7,24,22,.88)),url("assets-v3/creator-life-strip.jpg"); background-position: 68% center; }
.path-mini { position: absolute; right: 18px; bottom: 18px; width: 60%; padding: 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 11px; background: rgba(255,255,255,.82); box-shadow: 0 12px 30px rgba(16,24,40,.15); backdrop-filter: blur(14px); }
.path-mini small { display: block; color: var(--muted); font-size: 7px; }.path-mini strong { display: block; margin-top: 7px; font-size: 11px; line-height: 1.3; }
.path-card.dark-mini .path-mini { color: #fff; background: rgba(8,26,20,.82); border-color: rgba(255,255,255,.16); }.path-card.dark-mini .path-mini small { color: #9bc9b5; }
.path-card h3 { margin: 24px 0 10px; font-size: 30px; letter-spacing: -.045em; }.path-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }.path-link { margin-top: 22px; font-size: 13px; font-weight: 670; }

.identity-prompt { width: min(390px,100%); padding: 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: 0 18px 45px rgba(17,21,27,.16); backdrop-filter: blur(18px); }
.identity-prompt-top { display: flex; justify-content: space-between; gap: 12px; color: var(--blue); font: 700 7px/1 var(--mono); letter-spacing: .04em; }.identity-prompt-top em { color: var(--muted); font-style: normal; }
.identity-mini-progress { height: 4px; margin: 10px 0 20px; border-radius: 8px; background: #e7e9e6; }.identity-mini-progress i { display: block; width: 31%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#4b73e8,#7a65ce); }
.identity-prompt > strong { display: block; max-width: 310px; font-size: 17px; line-height: 1.14; letter-spacing: -.03em; }.identity-prompt > p { margin: 8px 0 12px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.identity-answer { padding: 11px; display: grid; grid-template-columns: 23px 1fr; gap: 8px; align-items: start; border-radius: 9px; color: var(--ink-2); background: #f4f5f3; font-size: 8px; line-height: 1.45; }.identity-answer i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; color: var(--blue); background: var(--blue-soft); font-style: normal; }
.identity-prompt button { margin-top: 10px; padding: 8px 10px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 8px; color: #fff; background: #17191d; font-size: 8px; font-weight: 700; }
.audience-network { width: 100%; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; color: #fff; background: rgba(7,25,22,.82); box-shadow: 0 18px 45px rgba(0,0,0,.24); backdrop-filter: blur(15px); }
.audience-top { display: flex; justify-content: space-between; gap: 12px; align-items: start; }.audience-top small { display: block; color: #86bca7; font: 700 7px/1 var(--mono); }.audience-top strong { display: block; max-width: 270px; margin-top: 7px; font-size: 12px; line-height: 1.25; }.audience-top > span { padding: 5px 7px; border-radius: 7px; color: #9ee3bb; background: rgba(36,154,98,.16); font-size: 7px; }
.channel-grid { margin: 14px 0 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }.channel { padding: 8px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; background: rgba(255,255,255,.07); }.channel > b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; color: #dce9e3; background: rgba(255,255,255,.1); font-size: 8px; }.channel > span { color: #a7b9b1; font-size: 7px; }.channel strong { display: block; margin-top: 2px; color: #fff; font-size: 9px; }
.audience-insight { padding-top: 10px; display: flex; align-items: center; gap: 7px; border-top: 1px solid rgba(255,255,255,.1); color: #b9c9c2; font-size: 7px; line-height: 1.4; }.audience-insight i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #56c98b; box-shadow: 0 0 0 4px rgba(86,201,139,.1); }

.chapter { padding: 125px 0; border-top: 1px solid var(--line); }
.chapter.soft { background: var(--paper-2); }
.chapter.dark { color: #fff; background: #101513; }
.chapter-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-bottom: 48px; }
.chapter-head h2 { max-width: 900px; margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: .96; letter-spacing: -.06em; font-weight: 520; }
.chapter-head p { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.62; }
.chapter.dark .chapter-head p { color: #9ba8a1; }
.chapter-caption { margin-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.caption-item { padding-top: 14px; border-top: 1px solid var(--line); }.caption-item strong { display: block; margin-bottom: 6px; font-size: 12px; }.caption-item span { color: var(--muted); font-size: 11px; line-height: 1.45; }
.dark .chapter-caption .caption-item { border-color: rgba(255,255,255,.12); }.dark .caption-item span { color: #8f9c95; }

/* Identity UI */
.identity-ui { display: grid; grid-template-columns: .94fr 1.06fr; gap: 10px; padding: 18px; }
.question { padding: 18px; }.progress { height: 4px; margin-bottom: 38px; border-radius: 4px; background: #e7e9e6; }.progress i { display: block; width: 46%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#4b73e8,#7a65ce); }.question small { color: var(--blue); font: 700 7px/1 var(--mono); }.question h4 { margin: 14px 0 9px; font-size: 18px; line-height: 1.2; letter-spacing: -.03em; }.question p { color: var(--muted); font-size: 8px; line-height: 1.5; }.answer { min-height: 80px; margin-top: 15px; padding: 12px; border-radius: 9px; background: #f5f6f4; color: var(--ink-2); font-size: 8px; line-height: 1.5; }
.identity-result { padding: 18px; color: #fff; background: rgba(15,18,24,.94); }.identity-result small { color: #9fb2f0; font: 700 7px/1 var(--mono); }.identity-result h4 { margin: 48px 0 11px; font-size: 22px; line-height: 1.05; letter-spacing: -.04em; }.identity-result p { color: #bcc2cc; font-size: 8px; line-height: 1.55; }.tag-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 22px; }.tag-row span { padding: 6px 8px; border: 1px solid #333a45; border-radius: 999px; color: #d8dce3; font-size: 7px; }

/* Build UI */
.build-ui { padding: 18px; }
.offer-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.offer-card { padding: 14px; }.offer-card.selected { border-color: rgba(75,115,232,.38); box-shadow: 0 0 0 3px rgba(75,115,232,.08); }.offer-card small { color: var(--muted); font-size: 7px; }.offer-card h4 { margin: 8px 0 6px; font-size: 12px; }.offer-card p { margin: 0; color: var(--muted); font-size: 7px; line-height: 1.4; }
.asset-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 10px; }
.asset-card { min-height: 138px; padding: 10px; display: flex; flex-direction: column; justify-content: space-between; }
.asset-preview { position: relative; height: 78px; border-radius: 8px; overflow: hidden; }
.asset-card > strong { margin-top: 7px; font-size: 8px; }.asset-card > span { color: var(--green); font-size: 7px; }
.asset-preview.site { color: #fff; background-image: linear-gradient(90deg,rgba(13,20,27,.82),rgba(13,20,27,.12)),url("assets-v3/creator-life-strip.jpg"); background-size: cover; background-position: 8% center; }
.site-browser { position: absolute; inset: 0 0 auto; height: 13px; padding-left: 6px; display: flex; align-items: center; gap: 3px; background: rgba(255,255,255,.9); }.site-browser i { width: 3px; height: 3px; border-radius: 50%; background: #bec3ca; }.site-browser i:first-child { background: #77c894; }
.site-copy { position: absolute; left: 8px; bottom: 7px; }.site-copy b { display: block; font-size: 9px; line-height: 1.04; letter-spacing: -.025em; }.site-copy span { margin-top: 5px; padding: 3px 5px; display: inline-block; border-radius: 4px; color: #12171c; background: #fff; font-size: 5px; font-weight: 700; }
.asset-preview.email { padding: 6px; display: grid; gap: 4px; background: linear-gradient(145deg,#edf2ff,#fff); }
.email-subject { min-width: 0; padding: 4px 5px; display: grid; grid-template-columns: 11px 1fr; gap: 5px; align-items: center; border: 1px solid rgba(75,115,232,.08); border-radius: 5px; background: rgba(255,255,255,.86); }.email-subject > i { width: 11px; height: 11px; border-radius: 4px; background: #e7edff; }.email-subject > i:after { content: ""; width: 5px; height: 3px; margin: 3px; display: block; border: 1px solid #7892db; border-top: 0; transform: rotate(45deg); }.email-subject span,.email-subject b,.email-subject small { min-width: 0; display: block; }.email-subject b { color: var(--ink-2); font-size: 5.5px; white-space: nowrap; }.email-subject small { margin-top: 1px; color: var(--muted); font-size: 4.5px; }
.asset-preview.product { padding: 9px; color: #fff; background: linear-gradient(145deg,#15223d,#3454a5); }
.revenue-top small,.revenue-top strong { display: block; }.revenue-top small { color: #aebfe7; font: 650 4.5px/1 var(--mono); }.revenue-top strong { margin-top: 4px; font-size: 12px; letter-spacing: -.035em; }.revenue-bars { height: 25px; margin: 5px 0 2px; display: flex; align-items: end; gap: 3px; }.revenue-bars i { width: 16%; height: 35%; border-radius: 2px 2px 0 0; background: #7191e4; }.revenue-bars i:nth-child(2){height:54%}.revenue-bars i:nth-child(3){height:46%}.revenue-bars i:nth-child(4){height:76%}.revenue-bars i:nth-child(5){height:100%;background:#7ed3a0}.asset-preview.product em { color: #9ee3bb; font-size: 5px; font-style: normal; }
.asset-preview.flow { background: linear-gradient(145deg,#effaf4,#f9fbfa); }
.flow-line { position: absolute; z-index: 1; height: 1px; background: #8fba9f; transform-origin: left center; }.flow-line.one { width: 50px; left: 30px; top: 39px; transform: rotate(-13deg); }.flow-line.two { width: 56px; left: 75px; top: 29px; transform: rotate(22deg); }
.flow-node { position: absolute; z-index: 2; padding: 5px 6px; border: 1px solid #cbe5d5; border-radius: 6px; color: #246b47!important; background: #fff; box-shadow: 0 3px 8px rgba(20,80,48,.08); font-size: 5px!important; font-weight: 750; }.flow-node.trigger { left: 7px; top: 28px; }.flow-node.enrich { left: 65px; top: 13px; color: #fff!important; background: #26302b; border-color: #26302b; }.flow-node.email-node { right: 9px; top: 31px; }.flow-node.crm { left: 72px; bottom: 7px; }

/* Growth UI */
.growth-ui { padding: 18px; color: var(--ink); }
.focus-bar { margin-bottom: 9px; padding: 9px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 10px; background: rgba(255,255,255,.92); }.focus-copy > span { display: block; color: var(--muted); font-size: 8px; }.focus-copy > small { display: block; margin-top: 3px; color: #8b949f; font-size: 6px; }.focus-toggle { padding: 3px; display: flex; border-radius: 7px; background: #eceeeb; }.focus-toggle button { padding: 6px 8px; border: 0; border-radius: 5px; color: var(--muted); background: transparent; font-size: 7px; }.focus-toggle button.active { color: var(--ink); background: #fff; box-shadow: 0 1px 4px rgba(16,24,40,.08); }
.growth-columns { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9px; }.lead-stack { display: grid; gap: 8px; }.lead { padding: 10px; display: grid; grid-template-columns: 48px 1fr auto; gap: 9px; align-items: start; }.lead-photo { position: relative; width: 48px; aspect-ratio: 1; grid-row: span 2; border-radius: 10px; background-image: url("assets-v3/customer-match-strip.jpg"); background-size: 400% auto; background-repeat: no-repeat; box-shadow: inset 0 0 0 1px rgba(17,21,27,.08); overflow: hidden; }.lead-photo.creator { background-position: 0 center; }.lead-photo.company { background-position: 66.666% center; }.lead-photo span { position: absolute; left: 4px; bottom: 4px; padding: 3px 4px; border-radius: 4px; color: #fff; background: rgba(13,19,24,.72); font-size: 5px; font-weight: 800; backdrop-filter: blur(5px); }.lead-title { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; }.lead-title strong { font-size: 8.5px; }.source-pill { padding: 3px 5px; border-radius: 999px; color: #4b61a2; background: #edf2ff; font-size: 5px; font-weight: 700; }.source-pill.registry { color: #6d5738; background: #f4eee4; }.lead small { display: block; margin-top: 3px; color: var(--muted); font-size: 6.5px; }.lead em { color: var(--green); font: 700 6.5px/1 var(--mono); font-style: normal; white-space: nowrap; }.draft { grid-column: 2 / -1; margin-top: 1px; padding: 8px; border-radius: 8px; background: #f5f6f4; color: var(--ink-2); font-size: 6.5px; line-height: 1.4; }
.test-card { padding: 13px; }.test-card > small { color: var(--muted); font: 650 7px/1 var(--mono); }.test-card h4 { margin: 10px 0 14px; font-size: 12px; }.variant { padding: 10px; margin-top: 7px; border: 1px solid var(--line); border-radius: 8px; }.variant.winner { border-color: #a9ddbe; background: var(--green-soft); }.variant-top { display: flex; justify-content: space-between; gap: 6px; color: var(--muted); font-size: 7px; }.variant strong { display: block; margin-top: 13px; font-size: 20px; letter-spacing: -.04em; }.variant strong span { color: var(--muted); font-size: 7px; font-weight: 500; }

/* Content UI — sky-led and consistent with the rest of the app */
.content-chapter { background: var(--paper); }.content-chapter .eyebrow i { background: var(--green); box-shadow: 0 0 0 5px rgba(36,154,98,.08); }.content-chapter .chapter-head p strong { color: var(--ink-2); font-weight: 680; }
.stage-content { min-height: 700px; isolation: isolate; }.stage-content:after { background: linear-gradient(180deg,rgba(255,255,255,.02),rgba(31,75,94,.14)); }.content-orbit { display: none; }
.content-window { border-color: rgba(255,255,255,.82); background: rgba(248,250,249,.96); }.content-count { color: #376f9c; border-color: #c7deec; background: #eef7fc; }.content-count:before { background: #4c8fb8; }
.content-ui { padding: 16px; color: var(--ink); background: rgba(244,247,246,.97); }
.content-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.content-tabs { width: max-content; padding: 3px; display: flex; gap: 3px; border-radius: 9px; background: #e7ebe9; }.content-tabs button { position: relative; min-height: 32px; padding: 7px 10px 9px; overflow: hidden; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 7px; font-weight: 650; }.content-tabs button.active { color: var(--ink); background: #fff; box-shadow: 0 1px 5px rgba(16,24,40,.09); }.content-tabs button.active:after { content: ""; position: absolute; left: 7px; right: 7px; bottom: 3px; height: 2px; border-radius: 2px; background: #4c8fb8; transform-origin: left center; animation: content-tab-progress 4.4s linear both; }.content-ui.is-paused .content-tabs button.active:after { animation-play-state: paused; }
@keyframes content-tab-progress { from { transform: scaleX(0); opacity: .55; } to { transform: scaleX(1); opacity: 1; } }
.channel-pills { display: flex; align-items: center; gap: 4px; }.channel-pills span { padding: 5px 7px; border: 1px solid #dbe5e7; border-radius: 999px; color: var(--muted); background: #f7fafb; font-size: 6px; font-weight: 650; }.channel-pills .instagram,.channel-pills .tiktok,.channel-pills .youtube,.channel-pills .linkedin { background: #eef5f8; }.channel-pills span.active { color: #fff; border-color: #214c67; background: #214c67; box-shadow: none; }
.content-view { display: none; margin-top: 10px; }.content-view.active { display: block; }
.content-brief-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 8px; }.content-brief-card,.content-scan { min-height: 108px; padding: 12px; border-radius: 11px; }.content-brief-card { color: var(--ink); border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 18px rgba(24,45,56,.07); }.brief-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #376f9c; font: 700 6px/1 var(--mono); }.brief-label em { padding: 4px 6px; border-radius: 5px; color: #376f9c; background: #eef7fc; font-style: normal; }.content-brief-card p { max-width: 490px; margin: 13px 0 11px; color: var(--ink-2); font-size: 9px; line-height: 1.38; }.brief-tags { display: flex; flex-wrap: wrap; gap: 4px; }.brief-tags span { padding: 4px 6px; border: 1px solid #dce4e1; border-radius: 999px; color: var(--muted); background: #f7f9f7; font-size: 5.5px; }
.content-scan { border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 18px rgba(24,45,56,.05); }.scan-top span,.scan-top strong { display: block; }.scan-top span { color: #3f8b62; font: 700 6px/1 var(--mono); }.scan-top strong { margin-top: 5px; font-size: 11px; }.scan-sources { margin: 10px 0 9px; display: flex; flex-wrap: wrap; gap: 5px 8px; color: var(--muted); font-size: 5.5px; }.scan-sources span { display: flex; align-items: center; gap: 4px; }.scan-sources i { width: 5px; height: 5px; border-radius: 50%; }.scan-sources .coral { background: #4c8fb8; }.scan-sources .violet { background: #6b8392; }.scan-sources .lime { background: #62a474; }.scan-score { display: grid; grid-template-columns: 1.16fr .84fr; gap: 4px; }.scan-score div { min-height: 30px; padding: 6px; border-radius: 6px; color: #21435a; background: linear-gradient(90deg,#b9dced 58%,#e9eff1 58%); }.scan-score div:last-child { color: #2e6246; background: linear-gradient(90deg,#badfca 42%,#e8efeb 42%); }.scan-score b,.scan-score span { display: block; }.scan-score b { font-size: 8px; }.scan-score span { margin-top: 2px; font-size: 5px; }
.library-head { margin: 11px 1px 8px; display: flex; align-items: end; justify-content: space-between; gap: 10px; }.library-head small,.library-head strong { display: block; }.library-head small { color: #376f9c; font: 700 5.5px/1 var(--mono); }.library-head strong { margin-top: 4px; font-size: 11px; }.library-head > span { color: var(--muted); font-size: 6px; }
.format-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 7px; }.format-card { min-width: 0; padding: 5px; border: 1px solid rgba(17,21,27,.07); border-radius: 10px; background: #fff; box-shadow: 0 5px 13px rgba(24,45,56,.05); }.format-visual { position: relative; height: auto; aspect-ratio: 4 / 3; padding: 9px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 7px; overflow: hidden; }.format-card > div:last-child { padding: 7px 3px 3px; }.format-card > div:last-child strong,.format-card > div:last-child small { display: block; }.format-card > div:last-child strong { min-height: 22px; font-size: 7px; line-height: 1.18; }.format-card > div:last-child small { margin-top: 4px; color: var(--muted); font-size: 5.3px; line-height: 1.25; }.format-kicker { font: 750 5px/1 var(--mono); letter-spacing: .04em; }.format-visual b { position: relative; z-index: 1; font-size: 15px; line-height: .9; letter-spacing: -.045em; }.format-visual em { align-self: flex-end; font-size: 6px; font-style: normal; }.format-coral .format-visual { color: #173448; background: #e8f3f8; }.format-violet .format-visual { color: #173448; background: linear-gradient(145deg,#dceefa,#edf6fb); }.format-lime .format-visual { color: #244b34; background: #e5f2e9; }.format-cobalt .format-visual { color: #fff; background: linear-gradient(145deg,#244d69,#4f89a8); }.format-visual:after { content: ""; position: absolute; width: 75px; height: 75px; right: -36px; bottom: -38px; border: 15px solid currentColor; border-radius: 50%; opacity: .09; }.format-visual.human-one,.format-visual.human-two,.format-visual.human-three,.format-visual.human-four { background-image: linear-gradient(180deg,transparent 46%,rgba(10,18,24,.72)),url("assets-v3/content-reels-v2.jpg"); background-size: 100% 100%,400% auto; background-repeat: no-repeat; color: #fff; }.format-visual.human-one { background-position: center,0 center; }.format-visual.human-two { background-position: center,33.333% center; }.format-visual.human-three { background-position: center,66.666% center; }.format-visual.human-four { background-position: center,100% center; }.format-badge { position: absolute; z-index: 2; left: 6px; bottom: 6px; padding: 4px 5px; border-radius: 4px; color: #fff; background: rgba(10,14,20,.68); backdrop-filter: blur(5px); font: 700 5px/1 var(--mono); }.format-visual .play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 25px; height: 25px; margin: -13px 0 0 -13px; display: grid; place-items: center; border-radius: 50%; color: #15181d; background: rgba(255,255,255,.9); box-shadow: 0 4px 12px rgba(0,0,0,.16); font-size: 7px; font-style: normal; }.story-dots { display: flex; gap: 3px; }.story-dots i { width: 16px; height: 3px; border-radius: 4px; background: rgba(23,52,72,.2); }.story-dots i:first-child { background: #376f9c; }.mini-chart { height: 26px; display: flex; align-items: end; gap: 3px; }.mini-chart i { width: 9px; height: 35%; border-radius: 2px 2px 0 0; background: rgba(255,255,255,.46); }.mini-chart i:nth-child(2){height:52%}.mini-chart i:nth-child(3){height:76%}.mini-chart i:nth-child(4){height:100%;background:#aee0c1}
.content-chapter .chapter-caption { padding-inline: clamp(4px,1vw,14px); }
.plan-header { padding: 10px 11px; display: flex; justify-content: space-between; align-items: end; gap: 10px; border-radius: 9px; background: linear-gradient(90deg,#eef7fc,#f3f8f4); }.plan-header small,.plan-header strong { display: block; }.plan-header small { color: #376f9c; font: 700 6px/1 var(--mono); }.plan-header strong { margin-top: 5px; font-size: 12px; }.plan-header > span { color: var(--muted); font-size: 6px; }.exact-plan { margin-top: 8px; display: grid; gap: 6px; }.plan-item { padding: 10px; display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.96); }.plan-number { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; font-size: 8px; font-weight: 800; }.plan-item.coral .plan-number { color: #265878; background: #e3f1f8; }.plan-item.violet .plan-number { color: #405866; background: #e8eef0; }.plan-item.lime .plan-number { color: #386348; background: #e4f3e9; }.plan-copy span,.plan-copy strong,.plan-copy small { display: block; }.plan-copy span { color: var(--muted); font: 700 5.5px/1 var(--mono); }.plan-copy strong { margin: 5px 0 3px; font-size: 8.5px; }.plan-copy small { color: var(--muted); font-size: 6px; line-height: 1.35; }.plan-impact { display: flex; gap: 4px; }.plan-impact span { min-width: 64px; padding: 6px; border-radius: 7px; color: var(--muted); background: #f5f5f3; font-size: 5px; }.plan-impact b { display: block; margin-top: 3px; color: var(--ink); font-size: 9px; }
.publish-bar { margin-top: 8px; padding: 8px 10px; display: flex; justify-content: space-between; align-items: center; gap: 10px; border-radius: 9px; color: var(--ink-2); background: rgba(255,255,255,.94); box-shadow: 0 3px 9px rgba(16,24,40,.04); font-size: 7px; }.publish-bar.colorful { background: linear-gradient(90deg,#edf7fb,#eef7f1); }.publish-bar > span { display: flex; align-items: center; gap: 6px; }.publish-bar > span i { width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: #376f9c; background: #e3f1f8; font-style: normal; font-weight: 800; }.publish-bar button { padding: 7px 9px; border: 0; border-radius: 6px; color: #fff; background: #172333; font-size: 6px; font-weight: 700; }
.radar { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.trend-list,.script { padding: 13px; }.trend { padding: 10px 0; display: grid; grid-template-columns: 27px 1fr auto; gap: 8px; align-items: center; border-bottom: 1px solid var(--line); }.trend:last-child { border: 0; }.trend-no { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; color: #fff; font-size: 7px; }.trend-no.coral { background: #4c8fb8; }.trend-no.violet { background: #6b8392; }.trend-no.lime { color: #fff; background: #62a474; }.trend strong { display: block; font-size: 8px; }.trend small { color: var(--muted); font-size: 6px; }.trend em { color: #3f7da3; font: 700 7px/1 var(--mono); font-style: normal; }.script { color: #fff; background: linear-gradient(145deg,#172333,#233d50); }.script small { color: #a8d3ea; font: 700 7px/1 var(--mono); }.script h4 { margin: 16px 0 9px; font-size: 15px; line-height: 1.16; }.script p { color: #c5d1d8; font-size: 7px; line-height: 1.5; }.script-signal { margin-top: 7px; padding: 7px; display: flex; justify-content: space-between; border: 1px solid rgba(255,255,255,.09); border-radius: 7px; color: #b9c9d2; font-size: 6px; }.script-signal b { color: #fff; }.script button { margin-top: 9px; padding: 7px 9px; border: 0; border-radius: 6px; color: #163524; background: #cde9d7; font-size: 6px; font-weight: 750; }

/* Negotiation */
.negotiation-shell { padding: 18px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9px; }
.email,.analysis { padding: 15px; }.email-top { padding-bottom: 12px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 8px; }.email-top span { color: var(--muted); }.email h4 { margin: 16px 0 10px; font-size: 13px; }.email p { color: var(--ink-2); font-size: 8px; line-height: 1.55; }.analysis > small { color: var(--blue); font: 700 7px/1 var(--mono); }.analysis h4 { margin: 10px 0 12px; font-size: 15px; line-height: 1.2; }.deal-data { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }.deal-data div { padding: 9px; border-radius: 8px; background: #f5f6f4; }.deal-data span { display: block; color: var(--muted); font-size: 6px; }.deal-data strong { display: block; margin-top: 5px; font-size: 9px; }.risk { margin: 9px 0; padding: 9px; border-radius: 8px; color: var(--amber); background: var(--amber-soft); font-size: 7px; line-height: 1.4; }.reply { padding: 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink-2); background: #fbfbfa; font-size: 7px; line-height: 1.5; }.reply-actions { display: flex; gap: 5px; margin-top: 8px; }

.system { padding: 125px 0; color: #fff; background: #121519; }
.system .section-intro p { color: #929aa5; }.system-map { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; overflow: hidden; }.system-step { min-height: 230px; padding: 22px; border-right: 1px solid rgba(255,255,255,.11); background: #171a1f; }.system-step:last-child { border: 0; }.system-step:first-child { background: linear-gradient(145deg,#1d2e50,#18223a); }.system-step small { color: #747e8d; font: 700 8px/1 var(--mono); }.system-step h3 { margin: 100px 0 9px; font-size: 18px; }.system-step p { margin: 0; color: #8d96a3; font-size: 10px; line-height: 1.5; }
.comparison { padding: 125px 0 105px; border-bottom: 1px solid var(--line); background: var(--paper); }
.compare-intro { margin-bottom: 62px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.compare-intro h2 { max-width: 850px; margin: 20px 0 22px; font-size: clamp(46px, 6vw, 74px); line-height: .96; letter-spacing: -.058em; font-weight: 520; }
.compare-intro p { max-width: 700px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.compare-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.62); box-shadow: 0 18px 50px rgba(17,21,27,.05); }
.compare-shell table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.compare-shell th,.compare-shell td { padding: 21px 24px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.compare-shell thead th { height: 76px; color: var(--muted); background: rgba(255,255,255,.72); font-size: 15px; font-weight: 560; }
.compare-shell thead th:first-child { width: 25%; color: var(--faint); font: 650 10px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.compare-shell tbody tr:last-child th,.compare-shell tbody tr:last-child td { border-bottom: 0; }
.compare-shell tbody th { color: var(--ink); font-size: 15px; font-weight: 620; }
.compare-shell tbody td { color: var(--ink-2); font-size: 14px; line-height: 1.45; }
.compare-shell .kos-column { background: rgba(234,248,240,.46); }
.compare-logo { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 740; }
.compare-logo i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(36,154,98,.09); }
.compare-mark { width: 27px; height: 27px; margin-right: 11px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-soft); font-size: 14px; font-weight: 800; vertical-align: middle; }
.compare-mark.muted { color: #7d8793; background: #f0f2f3; }
.judgement-note { margin-top: 24px; padding: 22px 24px; display: flex; align-items: center; gap: 14px; border-radius: 15px; color: #dbe6e0; background: #151a18; }
.judgement-note > i { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #9ee3bb; background: rgba(36,154,98,.15); font-style: normal; font-weight: 800; }
.judgement-copy { max-width: 720px; }.judgement-copy strong,.judgement-copy > span { display: block; }.judgement-copy strong { margin-bottom: 4px; color: #fff; font-size: 14px; }.judgement-copy > span { color: #9ca8a2; font-size: 12px; line-height: 1.45; }
.human-review { margin-left: auto; flex: 0 0 auto; }.review-avatars { display: flex; justify-content: flex-end; }.review-avatars span { width: 28px; height: 28px; margin-left: -6px; display: grid; place-items: center; border: 2px solid #151a18; border-radius: 50%; color: #dce8e2; background: #26342e; font-size: 7px; font-weight: 780; }.review-avatars span:first-child { margin-left: 0; background: #3c5e50; }.review-avatars span:last-child { color: #9ee3bb; background: #1f2b26; }.human-review small { margin-top: 6px; display: block; color: #819088; font-size: 7px; text-align: right; }
.waitlist { padding: 130px 0; text-align: center; background: #fff; }.waitlist h2 { max-width: 930px; margin: 18px auto 22px; font-size: clamp(50px, 7vw, 88px); line-height: .94; letter-spacing: -.065em; font-weight: 530; }.waitlist p { max-width: 590px; margin: 0 auto 30px; color: var(--muted); font-size: 18px; line-height: 1.55; }.wait-form { width: min(570px,100%); margin: 0 auto; padding: 5px; display: flex; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }.wait-form input { min-width: 0; flex: 1; padding: 0 16px; border: 0; color: var(--ink); background: transparent; }.wait-form input:focus { outline: 0; }.form-note { margin-top: 12px; color: var(--faint); font-size: 11px; }
.footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }.footer-links { display: flex; gap: 18px; }
.back { position: fixed; z-index: 40; right: 16px; bottom: 16px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 12px 36px rgba(16,24,40,.12); backdrop-filter: blur(14px); text-decoration: none; font-size: 10px; }
.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.motion .reveal { opacity: 0; transform: translateY(18px); }
.motion .reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*:before,*:after { transition: none!important; animation: none!important; }.reveal { opacity:1;transform:none; } }
@media (max-width: 900px) {
  .wrap { width: min(700px, calc(100% - 28px)); }
  .nav-links a:not(.button) { display: none; }
  .hero { padding-top: 65px; }.hero-copy { margin-bottom: 45px; }
  .visual-stage { min-height: 560px; padding: 54px 24px; }
  .section-intro,.chapter-head { grid-template-columns: 1fr; gap: 32px; }
  .path-grid { grid-template-columns: 1fr; }.path-card { min-height: 490px; }
  .chapter,.paths,.system,.comparison { padding: 95px 0; }
  .system-map { grid-template-columns: 1fr 1fr; }.system-step { border-bottom: 1px solid rgba(255,255,255,.11); }.system-step h3 { margin-top: 70px; }
  .compare-intro { grid-template-columns: 1fr; align-items: start; }.compare-intro .button { justify-self: start; }
  .compare-shell th,.compare-shell td { padding: 18px 15px; }
  .format-grid { grid-template-columns: repeat(3,1fr); }.content-brief-grid { grid-template-columns: 1fr; }.stage-content { min-height: 760px; }
}
@media (max-width: 620px) {
  .nav { min-height: 66px; }.logo { font-size: 16px; }.nav-links .button { min-height: 40px; padding: 0 13px; font-size: 11px; }
  h1 { font-size: clamp(52px, 14vw, 72px); }.hero-lead { font-size: 20px; }.hero-detail { font-size: 15px; }
  .visual-stage { min-height: 530px; padding: 44px 10px; border-radius: 20px; }.float-note { display: none; }
  .stage-hero { background-position: 13% center; }
  .stage-hero .product-window { width: 88%; }
  .product-window,.product-window.wide { width: 100%; border-width: 5px; border-radius: 17px; }.app-shell { grid-template-columns: 1fr; }.sidebar { display: none; }.screen { padding: 12px; }
  .brief-grid { grid-template-columns: 1fr; }.brief-item { min-height: 95px; }.brief-grid .brief-item:last-child { display:none; }
  .path-card { padding: 18px; }.path-visual { min-height: 230px; }.path-mini { width: 76%; }
  .chapter-caption { grid-template-columns: 1fr; }
  .identity-ui,.growth-columns,.radar,.negotiation-shell { grid-template-columns: 1fr; }.identity-result h4 { margin-top: 30px; }
  .offer-row { grid-template-columns: 1fr; }.offer-row .offer-card:last-child { display:none; }.asset-row { grid-template-columns: 1fr 1fr; }
  .focus-bar,.content-toolbar { align-items: flex-start; flex-direction: column; }.content-tabs { width: 100%; }.content-tabs button { min-width: 0; min-height: 38px; flex: 1; padding-inline: 5px; font-size: 7.5px; }.channel-pills { flex-wrap: wrap; }.content-ui { padding: 10px; }.content-brief-card,.content-scan { min-height: 118px; }.library-head { align-items: flex-start; flex-direction: column; }.format-grid { grid-template-columns: 1fr 1fr; }.plan-header { align-items: flex-start; flex-direction: column; }.plan-item { grid-template-columns: 32px 1fr; }.plan-impact { grid-column: 2; }.publish-bar { align-items: flex-start; flex-direction: column; }.publish-bar button { width: 100%; }.radar { grid-template-columns: 1fr; }
  .system-map { grid-template-columns: 1fr; }.system-step { min-height: 180px; border-right:0; }.system-step h3 { margin-top: 50px; }
  .compare-intro { margin-bottom: 38px; }.compare-intro h2 { font-size: 44px; }.compare-intro p { font-size: 16px; }
  .compare-shell { border-radius: 16px; }.compare-shell table,.compare-shell tbody { display: block; width: 100%; }.compare-shell thead { display: none; }.compare-shell tbody tr { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }.compare-shell tbody tr:last-child { border-bottom: 0; }.compare-shell tbody th { grid-column: 1 / -1; padding: 15px 14px 11px; border-bottom: 1px solid var(--line); background: #fff; }.compare-shell tbody td { min-width: 0; padding: 13px 12px 16px; border: 0; font-size: 12px; }.compare-shell tbody td:before { content: "IDAG"; margin-bottom: 10px; display: block; color: var(--faint); font: 700 8px/1 var(--mono); letter-spacing: .06em; }.compare-shell tbody td.kos-column:before { content: "MED KOS"; color: var(--green); }.compare-mark { width: 23px; height: 23px; margin-right: 5px; }
  .judgement-note { align-items: flex-start; padding: 18px; flex-wrap: wrap; }.human-review { width: calc(100% - 50px); margin-left: 50px; }.review-avatars { justify-content: flex-start; }.human-review small { text-align: left; }
  .wait-form { padding: 6px; flex-direction: column; }.wait-form input { min-height: 50px; text-align: center; }.wait-form .button { width: 100%; }
  .footer { align-items: flex-start; justify-content: center; flex-direction: column; }.back { right:50%;transform:translateX(50%);white-space:nowrap; }
}
