@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg: #07111f;
  --bg-ink: #0b1220;
  --panel-soft: #f6f8fb;
  --text: #102033;
  --muted: #5c6b7a;
  --brand: #0f766e;
  --brand-dark: #115e59;
  --line: #dbe4ee;
  --shadow: 0 24px 80px rgba(3, 12, 28, .18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #f8fafc; }
a { color: inherit; }
.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; }
.site-header { position: sticky; top: 0; z-index: 20; padding: 10px clamp(12px, 3vw, 28px); background: transparent; border-bottom: 0; }
.header-inner { max-width: 1180px; margin: 0 auto; min-height: 66px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: clamp(14px, 2vw, 28px); padding: 8px 10px 8px 12px; border: 1px solid rgba(255,255,255,.58); border-radius: 24px; background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.46)); box-shadow: 0 18px 55px rgba(16,32,51,.10), inset 0 1px 0 rgba(255,255,255,.70); backdrop-filter: blur(22px) saturate(1.25); -webkit-backdrop-filter: blur(22px) saturate(1.25); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); min-width: 0; }
.brand-logo { display: block; width: 148px; height: 60px; object-fit: contain; object-position: left center; flex: 0 0 auto; }
.brand-copy { display: grid; gap: 1px; min-width: 0; }
.brand strong { letter-spacing: -.03em; white-space: nowrap; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 300px; }
.header-deadline { justify-self: start; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid #d5efe9; border-radius: 999px; background: #effffb; color: var(--brand-dark); font-size: 12px; font-weight: 900; white-space: nowrap; }
.header-deadline span { width: 8px; height: 8px; border-radius: 999px; background: #14b8a6; box-shadow: 0 0 0 5px rgba(20,184,166,.12); }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 4px; font-size: 14px; font-weight: 800; }
.site-nav a { padding: 10px 12px; border-radius: 999px; text-decoration: none; color: #314155; transition: background .18s ease, color .18s ease; }
.site-nav a:hover { background: #f1f5f9; color: var(--brand-dark); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 16px; border-radius: 999px; background: #0b1220; color: white; text-decoration: none; font-size: 14px; font-weight: 900; box-shadow: 0 14px 30px rgba(11,18,32,.18); white-space: nowrap; }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid rgba(255,255,255,.62); border-radius: 14px; background: rgba(255,255,255,.58); color: var(--text); box-shadow: inset 0 1px 0 rgba(255,255,255,.74), 0 10px 24px rgba(16,32,51,.08); cursor: pointer; }
.mobile-menu-toggle span:not(.sr-only) { width: 18px; height: 2px; border-radius: 999px; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.site-header.menu-open .mobile-menu-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .mobile-menu-toggle span:nth-child(3) { opacity: 0; }
.site-header.menu-open .mobile-menu-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav-panel { grid-column: 1 / -1; padding: 10px; border: 1px solid rgba(255,255,255,.56); border-radius: 20px; background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,255,255,.62)); box-shadow: 0 24px 60px rgba(16,32,51,.16), inset 0 1px 0 rgba(255,255,255,.78); backdrop-filter: blur(24px) saturate(1.25); -webkit-backdrop-filter: blur(24px) saturate(1.25); }
.mobile-nav-panel nav { display: grid; gap: 6px; }
.mobile-nav-panel a { text-decoration: none; }
.mobile-nav-panel nav a { display: grid; gap: 3px; padding: 13px 14px; border-radius: 14px; color: var(--text); transition: background .18s ease; }
.mobile-nav-panel nav a:hover { background: rgba(241,245,249,.82); }
.mobile-nav-panel strong { font-size: 15px; letter-spacing: -.02em; }
.mobile-nav-panel span { color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.35; }
.mobile-nav-cta { display: flex; align-items: center; justify-content: center; min-height: 46px; margin-top: 10px; border-radius: 14px; background: #0b1220; color: white; font-weight: 900; box-shadow: 0 14px 30px rgba(11,18,32,.16); }
.hero { padding: 12px; background: #f8fafc; color: white; }
.hero-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(28px, 5vw, 72px); padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 80px); overflow: hidden; border-radius: 36px; background: radial-gradient(circle at 18% 0%, rgba(125,211,252,.34), transparent 30%), radial-gradient(circle at 78% 22%, rgba(20,184,166,.42), transparent 28%), linear-gradient(135deg, #07111f, #102033 58%, #06352f); }
.hero-shell-visual { grid-template-columns: minmax(0, 620px) minmax(0, 1fr); align-items: center; gap: clamp(24px, 4vw, 54px); padding: clamp(70px, 8vw, 122px) clamp(18px, 5vw, 72px); min-height: clamp(620px, 72vw, 760px); }
.hero-copy-visual h1 { max-width: 760px; font-size: clamp(40px, 5.6vw, 72px); margin-bottom: 14px; }
.hero-tagline { max-width: 650px; margin: 0 0 24px; color: #d7e3ef; font-size: 19px; line-height: 1.55; font-weight: 800; letter-spacing: -.01em; }
.hero-problem-list { display: grid; gap: 12px; max-width: 660px; margin: 0 0 28px; padding: 0; list-style: none; }
.hero-problem-list li { position: relative; padding-left: 28px; color: #d7e3ef; font-size: 16px; line-height: 1.45; font-weight: 800; }
.hero-problem-list li::before { content: ""; position: absolute; top: .42em; left: 0; width: 14px; height: 14px; border-radius: 5px; background: linear-gradient(135deg, var(--brand), #14b8a6); box-shadow: 0 0 0 5px rgba(20,184,166,.12); }
.hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button-hero { min-height: 54px; padding: 15px 26px; font-size: 16px; }
.hero-cta-row span { color: #b8c9d8; font-size: 14px; line-height: 1.4; font-weight: 800; }
.hero-angled-media { position: absolute; inset: 0 0 0 auto; z-index: 0; width: min(56%, 760px); min-height: 0; overflow: hidden; border-radius: 0 36px 36px 0; }
.hero-angled-media::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 2; width: min(34%, 240px); background: linear-gradient(135deg, #102033, #0d2c2b); clip-path: polygon(0 0, 82% 0, 42% 100%, 0 100%); pointer-events: none; }
.hero-angled-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,17,31,.20), transparent 34%); pointer-events: none; }
.hero-angled-screen { position: absolute; inset: 0; overflow: hidden; border: 0; border-radius: inherit; background: #e8f0ee; box-shadow: none; transform: none; }
.hero-angled-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 44% 50%; }
.section-tight { padding: clamp(36px, 5vw, 64px) clamp(18px, 5vw, 80px); }
.section-heading-visual { margin-bottom: 22px; }
.section-heading-visual h2 { margin: 0; font-size: clamp(26px, 3.5vw, 40px); }
.section-heading-visual p { max-width: 760px; margin: 10px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.recognition-section { background: white; }
.recognition-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.recognition-card { padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, #fff, #fbfdff); box-shadow: 0 12px 30px rgba(16,32,51,.04); }
.recognition-card span { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; border-radius: 999px; background: #e6fffb; color: var(--brand-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.recognition-card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.1; letter-spacing: -.03em; }
.recognition-card p { margin: 0; color: var(--muted); line-height: 1.6; font-weight: 700; }
.timeline-section { background: white; }
.timeline-rail { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.timeline-step { position: relative; padding: 18px 14px 16px; border-radius: 20px; border: 1px solid var(--line); background: #fbfdff; display: grid; gap: 6px; }
.timeline-step time { font-size: 12px; font-weight: 900; color: var(--brand-dark); letter-spacing: .04em; text-transform: uppercase; }
.timeline-step strong { font-size: 18px; letter-spacing: -.03em; }
.timeline-step > span:last-child { color: var(--muted); font-size: 13px; font-weight: 700; }
.timeline-dot { width: 10px; height: 10px; border-radius: 999px; background: #cbd5e1; margin-bottom: 2px; }
.timeline-step-urgent { border-color: rgba(20,184,166,.35); background: #effffb; }
.timeline-step-urgent .timeline-dot { background: #14b8a6; box-shadow: 0 0 0 5px rgba(20,184,166,.12); }
.search-intent-section { background: #f8fafc; }
.intent-question-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.intent-question-card, .funnel-step-card { padding: 22px; border-radius: 22px; border: 1px solid var(--line); background: white; box-shadow: 0 10px 28px rgba(16,32,51,.04); }
.intent-question-card h3, .funnel-step-card h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.15; letter-spacing: -.03em; }
.intent-question-card p, .funnel-step-card p { margin: 0; color: var(--muted); line-height: 1.6; font-weight: 700; }
.section-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; padding: 18px 20px; border-radius: 22px; background: #0b1220; color: white; box-shadow: var(--shadow); }
.section-inline-cta span { font-weight: 900; line-height: 1.4; }
.pressure-visual-section { background: #f8fafc; }
.pressure-visual-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.pressure-tile { display: grid; justify-items: center; text-align: center; gap: 8px; padding: 22px 14px; border-radius: 22px; border: 1px solid var(--line); background: white; box-shadow: 0 10px 28px rgba(16,32,51,.04); }
.pressure-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: #e6fffb; color: var(--brand-dark); font-size: 14px; font-weight: 900; letter-spacing: -.04em; }
.pressure-tile strong { font-size: 16px; letter-spacing: -.02em; }
.pressure-tile > span:last-child { color: var(--muted); font-size: 13px; font-weight: 700; }
.route-fork-section { background: white; }
.route-fork-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.route-fork-card { padding: 24px; border-radius: 24px; border: 1px solid var(--line); background: #fbfdff; }
.route-fork-own { background: linear-gradient(180deg, #fff, #f8fafc); }
.route-fork-partner { border-color: rgba(20,184,166,.28); background: linear-gradient(180deg, #effffb, #f7fffd); box-shadow: 0 16px 40px rgba(20,184,166,.08); }
.route-fork-card p { margin: 0 0 18px; color: var(--muted); line-height: 1.6; font-weight: 700; }
.fork-label { display: inline-flex; margin-bottom: 16px; padding: 7px 11px; border-radius: 999px; background: #eef2f7; color: #334155; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.fork-label-highlight { background: #ccfbf1; color: var(--brand-dark); }
.fork-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.fork-list li { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 15px; letter-spacing: -.01em; }
.fork-mark { width: 18px; height: 18px; flex: 0 0 auto; border-radius: 6px; position: relative; }
.fork-mark-yes { background: #ccfbf1; }
.fork-mark-yes::after { content: ""; position: absolute; inset: 4px 5px 5px 4px; border-right: 2px solid var(--brand-dark); border-bottom: 2px solid var(--brand-dark); transform: rotate(45deg); }
.fork-mark-no { background: #fee2e2; }
.fork-mark-no::before, .fork-mark-no::after { content: ""; position: absolute; top: 8px; left: 4px; width: 10px; height: 2px; background: #b91c1c; border-radius: 999px; }
.fork-mark-no::before { transform: rotate(45deg); }
.fork-mark-no::after { transform: rotate(-45deg); }
.funnel-logic-section { background: white; }
.funnel-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.funnel-step-card span { display: inline-flex; margin-bottom: 14px; padding: 7px 10px; border-radius: 999px; background: #e6fffb; color: var(--brand-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.credibility-section { background: white; }
.credibility-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: clamp(22px, 4vw, 56px); align-items: start; }
.official-source-block { margin-top: 22px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #f8fafc; }
.official-source-block p { margin: 0 0 10px; color: #334155; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.official-source-links { display: flex; flex-wrap: wrap; gap: 9px; }
.official-source-links a { padding: 9px 12px; border-radius: 999px; border: 1px solid #dbe4ee; background: #f8fafc; color: #334155; text-decoration: none; font-size: 13px; font-weight: 900; }
.official-source-links a:hover { border-color: rgba(15,118,110,.28); color: var(--brand-dark); background: #f7fffd; }
.credibility-panel { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, #fff, #fbfdff); box-shadow: 0 14px 40px rgba(16,32,51,.06); }
.credibility-panel h3 { margin: 0 0 18px; font-size: 24px; letter-spacing: -.03em; }
.credibility-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.credibility-list li { position: relative; padding-left: 30px; color: var(--muted); font-weight: 800; line-height: 1.5; }
.credibility-list li::before { content: ""; position: absolute; left: 0; top: .35em; width: 16px; height: 16px; border-radius: 6px; background: #14b8a6; }
.credibility-list li::after { content: ""; position: absolute; left: 5px; top: calc(.35em + 4px); width: 6px; height: 9px; border-right: 2px solid white; border-bottom: 2px solid white; transform: rotate(45deg); }
.tool-flow-section { background: linear-gradient(180deg, #eef8f6, #f8fafc); }
.final-route-section { background: linear-gradient(180deg, #eef8f6, #f8fafc); }
.newsletter-section { background: #f8fafc; }
.newsletter-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); gap: clamp(24px, 4vw, 56px); align-items: start; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 18px 50px rgba(16,32,51,.06); }
.newsletter-panel h2 { margin-bottom: 12px; }
.newsletter-panel p:not(.eyebrow):not(.newsletter-message):not(.privacy-note) { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.newsletter-form { display: grid; gap: 14px; padding: 20px; border: 1px solid #e2e8f0; border-radius: 22px; background: #fbfdff; }
.newsletter-fields { display: grid; gap: 12px; }
.newsletter-consent { margin: 0; }
.newsletter-message { margin: 0; padding: 12px 14px; border-radius: 14px; font-weight: 900; line-height: 1.4; }
.newsletter-message-ok { background: #e6fffb; color: var(--brand-dark); }
.newsletter-message-error { background: #fee2e2; color: #991b1b; }
.final-route-panel { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 760px; margin: 0 auto; padding: 22px; border: 1px solid rgba(15,118,110,.16); border-radius: 26px; background: white; box-shadow: 0 18px 50px rgba(16,32,51,.07); }
.button-light { color: var(--brand-dark); background: #e6fffb; border: 1px solid rgba(15,118,110,.16); }
.tool-flow-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 16px; align-items: stretch; max-width: 980px; margin: 0 auto; }
.tool-flow-card { display: grid; align-content: space-between; gap: 10px; padding: 26px; border-radius: 26px; text-decoration: none; color: inherit; transition: transform .18s ease, box-shadow .18s ease; }
.tool-flow-card:hover { transform: translateY(-2px); }
.tool-flow-primary { background: #0b1220; color: white; box-shadow: var(--shadow); }
.tool-flow-secondary { background: white; border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(16,32,51,.06); }
.tool-flow-step { font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: #7dd3fc; }
.tool-flow-secondary .tool-flow-step { color: var(--brand-dark); }
.tool-flow-card h3 { margin: 0; font-size: clamp(28px, 4vw, 38px); letter-spacing: -.04em; line-height: 1; }
.tool-flow-card p { margin: 0; color: #b8c7d5; font-weight: 700; }
.tool-flow-secondary p { color: var(--muted); }
.tool-flow-cta { margin-top: 8px; font-weight: 900; font-size: 15px; }
.tool-flow-arrow { display: grid; place-items: center; font-size: 28px; font-weight: 900; color: var(--brand-dark); }
.trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.trust-strip li { padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(15,118,110,.18); background: white; color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.hero-shell::after { content: ""; position: absolute; right: -12%; bottom: -22%; width: 52rem; height: 52rem; border-radius: 999px; background: radial-gradient(circle, rgba(216,255,247,.16), transparent 62%); pointer-events: none; }
.hero-copy, .hero-card { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(42px, 6.5vw, 86px); line-height: .88; letter-spacing: -.07em; margin: 12px 0 20px; max-width: 930px; text-wrap: balance; }
.hero-lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.65; color: #d7e3ef; max-width: 820px; }
.eyebrow { color: var(--brand); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 10px; }
.hero .eyebrow { color: #7dd3fc; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border: 0; border-radius: 999px; font-weight: 900; text-decoration: none; cursor: pointer; font-size: 15px; }
.button-primary { color: white; background: linear-gradient(135deg, var(--brand), #14b8a6); box-shadow: 0 14px 34px rgba(20,184,166,.28); }
.button-secondary { color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); }
.button.full { width: 100%; }
.proof-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; }
.proof-list li { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 999px; color: #d7e3ef; font-size: 14px; }
.hero-card { align-self: start; padding: 30px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)); border-radius: 30px; box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.hero-card h2 { font-size: 32px; line-height: 1.05; margin: 16px 0 10px; letter-spacing: -.04em; }
.hero-card p { color: #d7e3ef; line-height: 1.6; }
.status-pill { display: inline-flex; border-radius: 999px; padding: 8px 12px; background: rgba(245,158,11,.18); color: #fef3c7; font-weight: 800; font-size: 13px; }
.mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.mini-grid span { padding: 12px; border-radius: 14px; background: rgba(255,255,255,.1); color: #e8f1f8; font-size: 13px; font-weight: 700; }
.intent-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 20px clamp(18px, 5vw, 80px) 34px; background: #f8fafc; }
.intent-strip span { border: 1px solid #d5efe9; border-radius: 999px; padding: 9px 13px; background: white; color: var(--brand-dark); font-size: 13px; font-weight: 800; box-shadow: 0 10px 26px rgba(16,32,51,.04); }
.section { padding: clamp(52px, 7vw, 96px) clamp(18px, 5vw, 80px); }
.two-col { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(24px, 5vw, 70px); background: white; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.04; letter-spacing: -.04em; margin: 0 0 16px; }
h3 { font-size: 22px; margin: 0 0 10px; }
.rich-text { color: var(--muted); font-size: 18px; line-height: 1.75; }
.rich-text strong { color: var(--text); }
.solution { background: var(--panel-soft); }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading-centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-heading.compact { max-width: 760px; }
.cards.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card, .split-cards article, .lead-form, .callout, .thanks-card, .bento-card { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 26px; box-shadow: 0 14px 40px rgba(16,32,51,.06); }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.bento-card { min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.bento-card::before { content: ""; position: absolute; inset: -40% -20% auto auto; width: 18rem; height: 18rem; border-radius: 999px; background: radial-gradient(circle, rgba(20,184,166,.18), transparent 66%); }
.bento-card > * { position: relative; z-index: 1; }
.bento-large { grid-row: span 2; min-height: 520px; background: linear-gradient(135deg, #ffffff, #effffb); }
.bento-large h3 { font-size: clamp(28px, 4vw, 44px); line-height: 1.02; letter-spacing: -.04em; }
.bento-dark { background: linear-gradient(135deg, #0b1220, #0f2f2a); color: white; border-color: rgba(255,255,255,.12); }
.card-number { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: #e6fffb; color: var(--brand-dark); font-weight: 900; margin-bottom: 18px; }
.card p, .split-cards p, .bento-card p { color: var(--muted); line-height: 1.65; }
.bento-dark p { color: #c9d7e4; }
.audience { background: white; }
.pain-section { background: white; }
.pain-grid article { border-color: rgba(15,118,110,.16); background: linear-gradient(180deg, #ffffff, #f7fffd); }
.pain-grid h3 { font-size: 21px; letter-spacing: -.02em; }
.split-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.keywords { background: #eef5f7; }
.question-list { display: grid; gap: 12px; max-width: 980px; }
details { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; }
details p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }
.form-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(24px, 5vw, 64px); background: linear-gradient(180deg, white, #f2f7fb); align-items: start; }
.form-copy { position: sticky; top: 110px; }
.form-copy p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.callout { display: grid; gap: 8px; border-color: rgba(15,118,110,.24); background: #effffb; }
.callout span { color: var(--muted); line-height: 1.6; }
.scan-panel { margin: 22px 0 16px; padding: 22px; border: 1px solid rgba(15,118,110,.18); border-radius: 22px; background: #ffffff; box-shadow: 0 14px 34px rgba(16,32,51,.05); }
.scan-panel strong { display: block; margin-bottom: 10px; }
.scan-panel ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.7; }
.scan-form { padding: clamp(22px, 4vw, 34px); }
.form-step { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.form-step span { display: inline-flex; align-items: center; justify-content: center; padding: 6px 10px; border-radius: 999px; background: #e6fffb; color: var(--brand-dark); font-size: 12px; font-weight: 900; }
.form-step h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.contact-step { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field-message, .field-consent { grid-column: 1 / -1; }
.field-main_question, .field-wtta_readiness, .field-current_backoffice { grid-column: 1 / -1; }
label { display: block; font-weight: 900; margin-bottom: 8px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--text); background: white; }
textarea { resize: vertical; }
.checkbox-field { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #f8fafc; }
.checkbox-field label { grid-column: 2; margin: 0; }
.checkbox-field input { grid-column: 1; grid-row: 1; width: 18px; margin-top: 3px; }
small { display: block; margin-top: 6px; color: var(--muted); line-height: 1.5; }
.error, .form-errors { color: #b91c1c; font-weight: 800; font-size: 14px; }
.privacy-note { color: var(--muted); font-size: 13px; line-height: 1.6; }
.site-footer { position: relative; overflow: hidden; padding: 12px clamp(12px, 3vw, 28px) 28px; background: #f8fafc; color: #dce8f2; }
.site-footer::before { content: ""; position: absolute; inset: 12px clamp(12px, 3vw, 28px) 28px; border-radius: 36px; background: radial-gradient(circle at 18% 0%, rgba(20,184,166,.28), transparent 30%), radial-gradient(circle at 88% 10%, rgba(125,211,252,.2), transparent 24%), linear-gradient(135deg, #07111f, #0b1220 56%, #06352f); pointer-events: none; }
.footer-cta, .footer-grid, .footer-bottom { position: relative; max-width: 1180px; margin: 0 auto; }
.footer-cta { display: grid; justify-items: center; text-align: center; gap: 14px; padding: clamp(54px, 7vw, 88px) 18px clamp(38px, 5vw, 62px); }
.footer-cta .eyebrow { color: #7dd3fc; }
.footer-cta h2 { max-width: 760px; color: white; margin: 0; }
.footer-cta p:not(.eyebrow) { max-width: 560px; margin: 0; color: #b8c7d5; font-size: 18px; line-height: 1.65; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(150px, .7fr)); gap: clamp(24px, 4vw, 54px); padding: 34px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand p { color: #b8c7d5; max-width: 440px; line-height: 1.7; }
.footer-logo { display: inline-flex; width: fit-content; padding: 8px 12px; border-radius: 14px; background: white; color: var(--text); margin-bottom: 16px; }
.footer-logo .brand-logo { width: 220px; height: 92px; }
.footer-logo small { color: #b8c7d5; }
.footer-column { display: flex; flex-direction: column; gap: 11px; }
.footer-column h3 { color: white; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 6px; }
.footer-column a, .footer-column span { color: #b8c7d5; text-decoration: none; font-size: 14px; line-height: 1.4; }
.footer-column a:hover { color: white; }
.footer-newsletter { position: relative; max-width: 1180px; margin: 22px auto 0; padding: 16px; display: grid; grid-template-columns: minmax(240px, 1fr) minmax(220px, 320px) auto auto; gap: 12px; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.06); }
.footer-newsletter div { display: grid; gap: 3px; }
.footer-newsletter strong { color: white; letter-spacing: -.02em; }
.footer-newsletter span { color: #b8c7d5; font-size: 13px; line-height: 1.4; }
.footer-newsletter input[type="email"] { min-height: 46px; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.94); }
.footer-newsletter-consent { display: flex; align-items: center; gap: 8px; margin: 0; color: #d7e3ef; font-size: 13px; font-weight: 800; white-space: nowrap; }
.footer-newsletter-consent input { width: 16px; flex: 0 0 auto; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; color: #8fa2b5; font-size: 13px; }
.tool-teaser { background: linear-gradient(180deg, white, #eef8f6); }
.tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: min(1180px, 100%); }
.tool-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; max-width: 980px; padding: clamp(24px, 4vw, 38px); border-radius: 30px; background: #0b1220; color: white; box-shadow: var(--shadow); }
.tool-grid .tool-card { max-width: none; grid-template-columns: 1fr; align-content: space-between; }
.tool-card-light { background: white; color: var(--text); border: 1px solid var(--line); }
.tool-card-light p { color: var(--muted); }
.tool-card h3 { font-size: clamp(26px, 4vw, 44px); line-height: 1.04; letter-spacing: -.05em; margin-top: 14px; }
.tool-card p { color: #c8d6e4; line-height: 1.65; }
.tool-card-light p { color: var(--muted); }
.scan-hero { padding: 12px; background: #f8fafc; }
.scan-hero-inner { border-radius: 36px; padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 80px); background: radial-gradient(circle at 20% 0%, rgba(20,184,166,.30), transparent 30%), linear-gradient(135deg, #07111f, #0f2f2a); color: white; }
.scan-hero-inner h1 { max-width: 920px; font-size: clamp(42px, 6vw, 82px); line-height: .9; letter-spacing: -.07em; margin: 0 0 20px; }
.scan-hero-inner p:not(.eyebrow) { max-width: 760px; color: #d7e3ef; font-size: 20px; line-height: 1.65; }
.startscan-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(24px, 4vw, 54px); align-items: start; background: #f8fafc; }
.startscan-card, .route-result { background: white; border: 1px solid var(--line); border-radius: 30px; padding: clamp(22px, 4vw, 34px); box-shadow: 0 18px 50px rgba(16,32,51,.07); }
.scan-question-list { display: grid; gap: 18px; }
.scan-question { border: 1px solid #e2e8f0; border-radius: 22px; padding: 20px; background: #fbfdff; }
.scan-question legend { font-size: 18px; font-weight: 900; letter-spacing: -.02em; padding: 0 6px; }
.question-help { margin: 6px 0 14px; color: var(--muted); line-height: 1.55; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.choice-card { margin: 0; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 15px; background: white; cursor: pointer; font-weight: 800; }
.choice-card:has(input:checked) { border-color: #14b8a6; background: #effffb; color: var(--brand-dark); box-shadow: 0 10px 24px rgba(20,184,166,.10); }
.choice-card input { width: 16px; flex: 0 0 auto; }
.route-result { position: sticky; top: 110px; }
.route-badge { display: inline-flex; border-radius: 999px; padding: 8px 12px; background: #e6fffb; color: var(--brand-dark); font-size: 13px; font-weight: 900; }
.route-result h2 { margin-top: 14px; }
.route-result ul { color: var(--muted); line-height: 1.7; padding-left: 20px; }
.legal-note { padding: 14px; border-radius: 16px; background: #f8fafc; color: var(--muted); font-size: 13px; line-height: 1.5; }
.route-capture { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.route-capture h3 { font-size: 24px; letter-spacing: -.03em; }
.calculator-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(24px, 4vw, 54px); align-items: start; background: #f8fafc; }
.left-heading { text-align: left; align-items: flex-start; margin-bottom: 24px; }
.calculator-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.polished-calculator-hero .scan-hero-inner { background: radial-gradient(circle at 10% 0%, rgba(125,211,252,.32), transparent 26%), radial-gradient(circle at 90% 14%, rgba(20,184,166,.32), transparent 28%), linear-gradient(135deg, #061b31, #0b1220 58%, #0f2f2a); }
.calculator-assumptions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.calculator-assumptions span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); color: #d7e3ef; font-size: 13px; font-weight: 900; }
.calculator-page-shell { grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); background: linear-gradient(180deg, #f8fafc, #eef8f6); }
.polished-calculator-form { padding: clamp(20px, 4vw, 34px); border-radius: 34px; box-shadow: rgba(50,50,93,.18) 0 30px 45px -30px, rgba(0,0,0,.08) 0 18px 36px -18px; }
.calculator-form-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 300px); gap: 18px; align-items: start; margin-bottom: 24px; }
.calculator-form-header h2 { margin-bottom: 10px; }
.calculator-form-header p:not(.eyebrow), .group-help { color: var(--muted); line-height: 1.6; }
.calculator-mini-note { padding: 16px; border: 1px solid rgba(20,184,166,.18); border-radius: 20px; background: #effffb; color: var(--brand-dark); display: grid; gap: 6px; }
.calculator-mini-note strong { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.calculator-mini-note span { color: #315b57; line-height: 1.45; font-size: 14px; }
.calculator-fieldsets { display: grid; gap: 18px; }
.calculator-group { margin: 0; padding: 20px; border: 1px solid #e5edf5; border-radius: 24px; background: linear-gradient(180deg, #fff, #fbfdff); }
.calculator-group legend { display: flex; align-items: center; gap: 10px; padding: 0 8px; color: #061b31; font-size: 19px; font-weight: 950; letter-spacing: -.03em; }
.calculator-group legend span { width: 30px; height: 30px; display: inline-grid; place-items: center; border-radius: 10px; background: #e6fffb; color: var(--brand-dark); font-size: 13px; }
.group-help { margin: 4px 0 16px; font-size: 15px; }
.calculator-group .field { min-width: 0; }
.calculator-group .field-wide { grid-column: 1 / -1; }
.input-affix { display: flex; align-items: center; min-height: 50px; border: 1px solid var(--line); border-radius: 16px; background: white; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease; }
.input-affix:focus-within { border-color: #14b8a6; box-shadow: 0 0 0 4px rgba(20,184,166,.12); }
.input-affix span { flex: 0 0 auto; padding: 0 13px; color: var(--muted); font-weight: 900; font-size: 13px; }
.input-affix input { border: 0; border-radius: 0; padding: 13px 10px; box-shadow: none; background: transparent; min-width: 0; }
.input-affix input:focus { outline: none; }
.calculator-submit { margin-top: 20px; min-height: 56px; font-size: 16px; }
.polished-calculator-result { border-radius: 34px; box-shadow: rgba(50,50,93,.18) 0 30px 45px -30px, rgba(0,0,0,.08) 0 18px 36px -18px; }
.calculator-result { position: sticky; top: 110px; }
.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.metric-card { padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdff; }
.metric-card span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; margin-bottom: 7px; }
.metric-card strong { font-size: 24px; letter-spacing: -.04em; }
.metric-card.highlight { background: #e6fffb; border-color: rgba(20,184,166,.35); }
.metric-grid-polished .metric-card { box-shadow: 0 10px 24px rgba(16,32,51,.04); }
.metric-grid-polished .metric-card.highlight strong { color: var(--brand-dark); }
.breakdown-list { border-radius: 20px; background: #f8fafc; padding: 18px; margin: 18px 0; }
.breakdown-list h3 { margin: 0 0 12px; }
.breakdown-list dl { display: grid; gap: 10px; margin: 0; }
.breakdown-list dl div { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid #e2e8f0; padding-bottom: 10px; }
.breakdown-list dl div:last-child { border-bottom: 0; padding-bottom: 0; }
.breakdown-list dt { color: var(--muted); font-weight: 700; }
.breakdown-list dd { margin: 0; font-weight: 900; }
.wtta-story { background: linear-gradient(180deg, #fff, #f8fafc); }
.wtta-pressure-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 28px 0; }
.wtta-pressure-card { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 30px rgba(16,32,51,.04); }
.wtta-pressure-card h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.03em; }
.wtta-pressure-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.wtta-timeline { margin: 28px 0; padding: 24px; border-radius: 26px; background: #07111f; color: white; }
.wtta-timeline h3 { margin: 0 0 18px; font-size: 24px; letter-spacing: -.03em; }
.timeline-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.timeline-item { padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.timeline-item.timeline-urgent { border-color: rgba(20,184,166,.45); background: rgba(20,184,166,.12); }
.timeline-date { display: inline-flex; margin-bottom: 8px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.timeline-item strong { display: block; margin-bottom: 6px; font-size: 18px; }
.timeline-item p { margin: 0; color: #d7e3ef; line-height: 1.55; }
.wtta-conclusion { max-width: 900px; }
.scan-intro { margin-bottom: 18px; padding: 16px 18px; border-radius: 18px; background: #f8fafc; color: var(--muted); line-height: 1.6; }
.scan-question-group { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: start; margin: 24px 0 12px; padding: 16px; border-radius: 18px; background: #07111f; color: white; }
.scan-question-group:first-child { margin-top: 0; }
.scan-question-group > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; background: #14b8a6; font-size: 13px; font-weight: 900; }
.scan-question-group strong { display: block; margin-bottom: 4px; font-size: 17px; letter-spacing: -.02em; }
.scan-question-group p { margin: 0; color: #c9d7e4; line-height: 1.45; font-weight: 700; }
.result-block { margin: 18px 0; padding: 18px; border-radius: 18px; background: #f8fafc; }
.result-block h3 { margin: 0 0 10px; font-size: 18px; }
.result-block p { margin: 0 0 12px; color: var(--muted); line-height: 1.6; }
.pressure-list { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.65; }
.next-tool-block .button { margin-top: 4px; }
.contact-capture { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 22px; }
.contact-capture h3 { font-size: 24px; letter-spacing: -.03em; margin-bottom: 10px; }
.contact-capture > p { color: var(--muted); line-height: 1.6; margin-bottom: 18px; }
.field-hint { font-size: 12px; font-weight: 700; color: var(--muted); }
.field-help { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.compliance-callout { margin: 18px 0; padding: 16px 18px; border-radius: 18px; border: 1px solid var(--line); background: #fbfdff; }
.compliance-callout strong { display: block; margin-bottom: 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.compliance-callout p { margin: 0; color: var(--muted); line-height: 1.6; }
.compliance-callout.compliance-high { border-color: rgba(245,158,11,.35); background: #fff9eb; }
.compliance-callout.compliance-high strong { color: #9a6700; }
.compliance-callout.compliance-medium { border-color: rgba(59,130,246,.25); background: #f5f9ff; }
.compliance-callout.compliance-low { border-color: rgba(20,184,166,.28); background: #effffb; }
.route-badge.compliance-high { background: #fff1d6; color: #9a6700; }
.route-badge.compliance-low { background: #e6fffb; color: var(--brand-dark); }
.calculator-mini-note a { color: var(--brand-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.thanks-page, .narrow-page { min-height: 65vh; background: #f8fafc; }
.thanks-card { max-width: 720px; margin: 0 auto; text-align: center; }
.thanks-card h1, .narrow-page h1 { font-size: clamp(36px, 5vw, 60px); letter-spacing: -.05em; margin: 0 0 16px; }
.narrow-page { max-width: 860px; margin: 0 auto; }

/* OriginX-inspired visual theme layer */
:root {
  --bg: #f5f5f5;
  --bg-ink: #171717;
  --panel-soft: #fafafa;
  --text: #171717;
  --muted: #666666;
  --brand: #ff7c61;
  --brand-dark: #d94b42;
  --accent-pink: #ff68a5;
  --line: #e9e9e9;
  --shadow: 0 24px 80px rgba(23, 23, 23, .10);
  font-family: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background:
    radial-gradient(circle at 8% 2%, rgba(255, 124, 97, .10), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(255, 104, 165, .09), transparent 30rem),
    #f5f5f5;
}

h1,
h2,
h3,
.brand strong,
.tool-card h3,
.hero h1,
.scan-hero-inner h1,
.thanks-card h1,
.narrow-page h1 {
  letter-spacing: 0;
}

.site-header {
  padding-top: 14px;
}

.header-inner {
  border-color: rgba(255, 255, 255, .86);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.58));
  box-shadow: 0 18px 55px rgba(23, 23, 23, .08), inset 0 1px 0 rgba(255,255,255,.88);
}

.header-deadline {
  border-color: rgba(255, 124, 97, .22);
  background: rgba(255, 124, 97, .08);
  color: var(--brand-dark);
}

.header-deadline span {
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 5px rgba(255, 124, 97, .14);
}

.site-nav a:hover {
  background: #f5f5f5;
  color: var(--brand-dark);
}

.header-cta,
.mobile-nav-cta,
.button-primary {
  color: #fff;
  background: linear-gradient(270deg, var(--brand), var(--accent-pink));
  box-shadow:
    inset 0 -5px 10px rgba(255, 255, 255, .16),
    inset 0 4px 8px rgba(255, 255, 255, .18),
    0 18px 34px rgba(255, 104, 165, .22);
}

.button {
  border-radius: 12px;
}

.button-light {
  color: #171717;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .08);
  box-shadow: 0 14px 30px rgba(23, 23, 23, .08);
}

.hero,
.scan-hero,
.recognition-section,
.timeline-section,
.route-fork-section,
.funnel-logic-section,
.credibility-section {
  background: transparent;
}

.hero {
  color: var(--text);
}

.hero-shell {
  border: 1px solid rgba(255, 255, 255, .92);
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 124, 97, .14), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgba(255, 104, 165, .13), transparent 28rem),
    linear-gradient(135deg, #ffffff 0%, #f7f7f7 54%, #f1f1f1 100%);
  box-shadow: 0 30px 90px rgba(23, 23, 23, .09);
}

.hero-shell::after {
  right: -18%;
  bottom: -28%;
  background: radial-gradient(circle, rgba(255, 124, 97, .12), transparent 62%);
}

.hero h1 {
  line-height: .96;
}

.hero .eyebrow,
.eyebrow,
.timeline-step time,
.fork-label-highlight,
.tool-flow-secondary .tool-flow-step {
  color: var(--brand-dark);
}

.hero-tagline,
.hero-problem-list li,
.hero-cta-row span,
.hero-lead,
.section-heading-visual p,
.section-heading p:not(.eyebrow),
.rich-text,
.card p,
.split-cards p,
.bento-card p,
.newsletter-panel p:not(.eyebrow):not(.newsletter-message):not(.privacy-note) {
  color: var(--muted);
}

.hero-problem-list li::before,
.credibility-list li::before {
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 5px rgba(255, 124, 97, .12);
}

.hero-angled-media::before {
  width: min(30%, 230px);
  background: linear-gradient(135deg, #ffffff, rgba(255, 245, 242, .94));
}

.hero-angled-media::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .20), transparent 40%);
}

.hero-angled-screen {
  background: #fff;
}

.section-tight,
.section {
  position: relative;
}

.recognition-card,
.timeline-step,
.pressure-tile,
.route-fork-card,
.funnel-step-card,
.credibility-panel,
.newsletter-panel,
.newsletter-form,
.final-route-panel,
.official-source-block,
.scan-panel,
.startscan-card,
.route-result,
.calculator-group,
.metric-card,
.wtta-pressure-card,
.lead-form,
.card,
.callout,
.thanks-card,
.bento-card {
  border-color: rgba(23, 23, 23, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 16px 48px rgba(23, 23, 23, .06);
}

.recognition-card,
.timeline-step,
.pressure-tile,
.route-fork-card,
.funnel-step-card,
.credibility-panel,
.newsletter-panel {
  position: relative;
}

.recognition-card::before,
.timeline-step::before,
.pressure-tile::before,
.route-fork-card::before,
.funnel-step-card::before,
.credibility-panel::before,
.newsletter-panel::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #bdbdbd;
}

.recognition-card::after,
.timeline-step::after,
.pressure-tile::after,
.route-fork-card::after,
.funnel-step-card::after,
.credibility-panel::after,
.newsletter-panel::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #d6d6d6;
}

.recognition-card span,
.funnel-step-card span,
.pressure-icon,
.fork-label-highlight,
.route-badge,
.card-number,
.form-step span,
.calculator-group legend span {
  background: rgba(255, 124, 97, .10);
  color: var(--brand-dark);
}

.timeline-step-urgent,
.route-fork-partner,
.callout,
.metric-card.highlight,
.compliance-callout.compliance-low {
  border-color: rgba(255, 124, 97, .24);
  background: linear-gradient(180deg, #fff, #fff6f3);
  box-shadow: 0 18px 48px rgba(255, 124, 97, .10);
}

.timeline-step-urgent .timeline-dot {
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 5px rgba(255, 124, 97, .12);
}

.timeline-dot {
  background: #d4d4d4;
}

.section-inline-cta {
  border: 1px solid rgba(255, 255, 255, .88);
  background: linear-gradient(135deg, #171717, #2b2b2b);
  box-shadow: 0 26px 70px rgba(23, 23, 23, .16);
}

.official-source-block,
.newsletter-form,
.checkbox-field,
.result-block,
.legal-note,
.breakdown-list,
.scan-intro,
.compliance-callout {
  background: #fafafa;
}

input,
select,
textarea,
.input-affix,
.choice-card {
  border-color: rgba(23, 23, 23, .10);
  border-radius: 12px;
}

input:focus,
select:focus,
textarea:focus,
.input-affix:focus-within {
  outline: none;
  border-color: rgba(255, 124, 97, .70);
  box-shadow: 0 0 0 4px rgba(255, 124, 97, .14);
}

.choice-card:has(input:checked) {
  border-color: rgba(255, 124, 97, .75);
  background: #fff6f3;
  color: var(--brand-dark);
  box-shadow: 0 12px 26px rgba(255, 124, 97, .12);
}

.official-source-links a,
.trust-strip li,
.intent-strip span {
  border-color: rgba(23, 23, 23, .08);
  background: #fff;
  color: #525252;
}

.official-source-links a:hover {
  border-color: rgba(255, 124, 97, .38);
  color: var(--brand-dark);
  background: #fff6f3;
}

.final-route-section,
.newsletter-section,
.pressure-visual-section,
.tool-flow-section,
.tool-teaser,
.keywords,
.thanks-page,
.narrow-page,
.calculator-section,
.startscan-section {
  background: transparent;
}

.scan-hero-inner,
.polished-calculator-hero .scan-hero-inner {
  border: 1px solid rgba(255, 255, 255, .92);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 124, 97, .14), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(255, 104, 165, .13), transparent 28rem),
    linear-gradient(135deg, #fff, #f3f3f3);
  color: var(--text);
  box-shadow: 0 30px 90px rgba(23, 23, 23, .09);
}

.scan-hero-inner p:not(.eyebrow),
.calculator-assumptions span {
  color: var(--muted);
}

.calculator-assumptions span {
  border-color: rgba(23, 23, 23, .08);
  background: #fff;
}

.scan-question-group,
.wtta-timeline,
.tool-flow-primary,
.bento-dark,
.tool-card {
  background: linear-gradient(135deg, #171717, #2b2b2b);
}

.scan-question-group > span {
  background: linear-gradient(270deg, var(--brand), var(--accent-pink));
}

.site-footer {
  background: transparent;
  color: #525252;
}

.site-footer::before {
  border: 1px solid rgba(255, 255, 255, .92);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 124, 97, .12), transparent 26rem),
    radial-gradient(circle at 90% 8%, rgba(255, 104, 165, .10), transparent 28rem),
    linear-gradient(135deg, #ffffff, #f3f3f3);
  box-shadow: 0 30px 90px rgba(23, 23, 23, .08);
}

.footer-cta h2,
.footer-column h3,
.footer-newsletter strong {
  color: var(--text);
}

.footer-cta .eyebrow {
  color: var(--brand-dark);
}

.footer-cta p:not(.eyebrow),
.footer-brand p,
.footer-column a,
.footer-column span,
.footer-newsletter span,
.footer-bottom,
.footer-newsletter-consent {
  color: var(--muted);
}

.footer-grid {
  border-top-color: rgba(23, 23, 23, .08);
  border-bottom-color: rgba(23, 23, 23, .08);
}

.footer-logo {
  border: 1px solid rgba(23, 23, 23, .08);
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 23, 23, .06);
}

.footer-column a:hover {
  color: var(--brand-dark);
}

.footer-newsletter {
  border-color: rgba(23, 23, 23, .08);
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 48px rgba(23, 23, 23, .06);
}

.footer-newsletter input[type="email"] {
  border-color: rgba(23, 23, 23, .10);
  background: #fff;
}

.faq-section {
  background: transparent;
}

.faq-section .question-list {
  max-width: 980px;
}

.faq-section details {
  border-color: rgba(23, 23, 23, .08);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 38px rgba(23, 23, 23, .05);
}

.faq-section summary {
  color: var(--text);
  letter-spacing: 0;
}

.lucide {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  flex: 0 0 auto;
}

.button,
.header-cta,
.mobile-nav-cta {
  gap: 8px;
}

.button .lucide,
.header-cta .lucide,
.mobile-nav-cta .lucide {
  width: 17px;
  height: 17px;
}

.header-cta .lucide,
.mobile-nav-cta .lucide,
.button-primary .lucide {
  transition: transform .2s ease;
}

.header-cta:hover .lucide,
.mobile-nav-cta:hover .lucide,
.button-primary:hover .lucide {
  transform: translateX(2px);
}

.recognition-card > span,
.funnel-step-card > span {
  align-items: center;
  gap: 7px;
}

.recognition-card > span .lucide,
.funnel-step-card > span .lucide {
  width: 14px;
  height: 14px;
}

.pressure-icon {
  color: var(--brand-dark);
}

.pressure-icon .lucide {
  width: 24px;
  height: 24px;
}

.fork-mark {
  border-radius: 999px;
}

.fork-mark,
.fork-mark::before,
.fork-mark::after {
  display: none;
}

.fork-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.fork-icon-yes {
  color: var(--brand-dark);
}

.fork-icon-no {
  color: #c2410c;
}

.fork-bullet {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 124, 97, .10);
}

.fork-bullet::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: var(--brand-dark);
}

.fork-bullet-warning {
  background: rgba(194, 65, 12, .10);
}

.fork-bullet-warning::before {
  background: #c2410c;
}

.fork-mark-yes::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--brand-dark);
  border-bottom: 2px solid var(--brand-dark);
  border-right: 0;
  transform: rotate(-45deg);
}

.credibility-list li::after {
  display: none;
}

.credibility-list li::before {
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 5px rgba(255, 124, 97, .10);
}

.site-header.is-scrolled .header-inner {
  border-color: rgba(255, 255, 255, .96);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 20px 60px rgba(23, 23, 23, .12), inset 0 1px 0 rgba(255,255,255,.92);
}

.hero-shell-visual {
  --hero-x: 0;
  --hero-y: 0;
}

.hero-angled-photo {
  transform: translate3d(calc(var(--hero-x) * -7px), calc(var(--hero-y) * -7px), 0) scale(1.035);
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.button {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -75%;
  width: 52%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  opacity: 0;
  transition: left .55s ease, opacity .22s ease;
}

.button:hover::after {
  left: 125%;
  opacity: .9;
}

.newsletter-form.htmx-request,
.footer-newsletter.htmx-request {
  opacity: .72;
  pointer-events: none;
}

.newsletter-success-card {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(255, 124, 97, .22);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #fff2ee);
  box-shadow: 0 18px 48px rgba(255, 124, 97, .10);
}

.newsletter-success-card strong {
  color: var(--text);
  font-size: 20px;
  letter-spacing: 0;
}

.newsletter-success-card span {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 700;
}

.newsletter-success-compact {
  grid-column: 1 / -1;
  min-height: auto;
  padding: 18px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .65s ease var(--reveal-delay, 0ms),
    transform .65s cubic-bezier(.2, .8, .2, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
  }

  .recognition-card,
  .timeline-step,
  .pressure-tile,
  .route-fork-card,
  .funnel-step-card,
  .credibility-panel,
  .newsletter-panel,
  .final-route-panel {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  .recognition-card:hover,
  .timeline-step:hover,
  .pressure-tile:hover,
  .route-fork-card:hover,
  .funnel-step-card:hover,
  .credibility-panel:hover,
  .newsletter-panel:hover,
  .final-route-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 124, 97, .20);
    box-shadow: 0 22px 62px rgba(23, 23, 23, .09);
  }
}

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }

  .hero-angled-photo {
    transform: none;
  }
}
@media (max-width: 1080px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-deadline { display: none; }
}
@media (max-width: 940px) {
  .site-header { position: sticky; top: 0; }
  .header-inner { grid-template-columns: minmax(0, 1fr) auto; justify-items: stretch; border-radius: 22px; }
  .brand-logo { width: 134px; height: 54px; }
  .mobile-menu-toggle { display: inline-flex; justify-self: end; }
  .site-nav, .header-cta { display: none; }
  .hero-shell, .hero-shell-visual, .two-col, .form-section, .credibility-grid, .newsletter-panel { grid-template-columns: 1fr; }
  .timeline-rail, .pressure-visual-grid, .route-fork-grid, .intent-question-grid, .recognition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .funnel-step-grid { grid-template-columns: 1fr; }
  .section-inline-cta { align-items: flex-start; flex-direction: column; }
  .tool-flow-grid { grid-template-columns: 1fr; }
  .tool-flow-arrow { transform: rotate(90deg); }
  .hero-shell-visual { min-height: auto; }
  .hero-angled-media { position: relative; inset: auto; width: 100%; aspect-ratio: 4 / 3; border-radius: 28px; }
  .hero-angled-media::before { display: none; }
  .hero-angled-media::after { background: linear-gradient(0deg, rgba(255,255,255,.12), transparent 48%); }
  .hero-angled-screen { position: absolute; inset: 0; width: 100%; min-height: 0; margin-right: 0; transform: none; }
  .cards.three, .split-cards, .bento-grid, .footer-grid { grid-template-columns: 1fr; }
  .startscan-section { grid-template-columns: 1fr; }
  .calculator-section { grid-template-columns: 1fr; }
  .calculator-form-header { grid-template-columns: 1fr; }
  .route-result { position: static; }
  .calculator-result { position: static; }
  .tool-card { grid-template-columns: 1fr; }
  .tool-grid { grid-template-columns: 1fr; }
  .bento-large { min-height: 320px; }
  .form-copy { position: static; }
  .footer-newsletter { grid-template-columns: 1fr; }
  .footer-newsletter-consent { white-space: normal; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 620px) {
  .site-header { padding: 8px; background: transparent; }
  .header-inner { min-height: 64px; border-radius: 20px; box-shadow: 0 12px 34px rgba(16,32,51,.10), inset 0 1px 0 rgba(255,255,255,.70); }
  .brand small { max-width: 220px; }
  .brand-logo { width: 124px; height: 50px; }
  .mobile-nav-panel { border-radius: 18px; }
  .hero { padding: 0; }
  .hero-shell { border-radius: 0 0 28px 28px; }
  .hero h1 { font-size: 43px; }
  .hero-angled-screen { border-radius: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .site-footer { padding: 0 0 20px; }
  .site-footer::before { inset: 0 0 20px; border-radius: 28px 28px 0 0; }
  .choice-grid { grid-template-columns: 1fr; }
  .calculator-grid, .metric-grid { grid-template-columns: 1fr; }
  .calculator-group .field-wide { grid-column: auto; }
  .scan-hero { padding: 0; }
  .scan-hero-inner { border-radius: 0 0 28px 28px; }
  .scan-hero-inner h1 { font-size: 42px; }
  .hero-actions .button, .button-hero { width: 100%; }
  .hero-cta-row { align-items: stretch; }
  .hero-cta-row span { width: 100%; text-align: center; }
  .timeline-rail, .pressure-visual-grid, .route-fork-grid, .intent-question-grid, .recognition-grid { grid-template-columns: 1fr; }
  .final-route-panel .button { width: 100%; }
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.route-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-top: 18px;
}

.route-preview-grid span {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.route-preview-grid strong {
  color: white;
  font-size: 14px;
}

.seo-decision-page .route-preview-grid,
.seo-route-preview {
  max-width: none;
  margin: 26px 0;
}

.seo-decision-page .route-preview-grid span,
.seo-route-preview span {
  border-color: var(--line);
  background: #fff;
  color: var(--muted);
  box-shadow: 0 10px 26px rgba(16, 32, 51, .05);
}

.seo-decision-page .route-preview-grid strong,
.seo-route-preview strong {
  color: var(--text);
}

.calculator-advanced {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fbfdff;
  overflow: hidden;
}

.calculator-advanced > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 900;
}

.calculator-advanced > summary small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.calculator-advanced .calculator-group {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin: 0;
}

.calculator-advanced .calculator-group:last-child {
  border-bottom: 0;
}

@media (max-width: 620px) {
  .route-preview-grid {
    grid-template-columns: 1fr;
  }

  .calculator-advanced > summary {
    align-items: flex-start;
    flex-direction: column;
  }
}
