: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;
  overflow-x: clip;
}
body {
  margin: 0;
  color: var(--text);
  background: #f8fafc;
  overflow-x: clip;
  max-width: 100%;
}
main {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}
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; 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); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; justify-self: end; }
.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: transparent; }
.newsletter-card-wrap { width: min(1180px, 100%); margin-inline: auto; }
.newsletter-card-shell--footer .newsletter-card-wrap { margin-top: 22px; padding-inline: clamp(20px, 3vw, 28px); }
.newsletter-card { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: clamp(28px, 4vw, 40px); overflow: hidden; padding: clamp(28px, 5vw, 48px) clamp(24px, 4vw, 40px); border: 1px solid rgba(255, 255, 255, .92); border-radius: 28px; 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); }
.newsletter-card-glow { position: absolute; top: 50%; left: 50%; z-index: 0; width: 64rem; height: 64rem; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(255, 124, 97, .10), rgba(255, 104, 165, .06) 42%, transparent 72%); pointer-events: none; }
.newsletter-card-copy,
.newsletter-card-form,
.newsletter-card-success { position: relative; z-index: 1; }
.newsletter-card-copy { flex: 1 1 auto; max-width: 42rem; }
.newsletter-card-copy .eyebrow { color: var(--brand-dark); margin-bottom: 12px; }
.newsletter-card-copy h2 { margin: 0 0 12px; color: var(--text); font-size: clamp(28px, 4vw, 38px); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.newsletter-card-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; font-weight: 700; }
.newsletter-card-copy a { color: var(--brand-dark); font-weight: 800; text-decoration: underline; text-underline-offset: .14em; }
.newsletter-card-form { width: 100%; max-width: 28rem; flex: 0 0 auto; display: grid; gap: 0; }
.newsletter-card-row { display: flex; gap: 12px; align-items: stretch; }
.newsletter-card-row input[type="email"] { flex: 1 1 auto; min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid rgba(23, 23, 23, .10); border-radius: 12px; background: #fff; color: var(--text); font-size: 15px; font-weight: 700; }
.newsletter-card-row input[type="email"]::placeholder { color: #94a3b8; }
.newsletter-card-row input[type="email"]:focus { outline: none; border-color: rgba(255, 124, 97, .70); box-shadow: 0 0 0 4px rgba(255, 124, 97, .14); }
.newsletter-card-submit { flex: 0 0 auto; min-height: 48px; white-space: nowrap; }
.newsletter-card-meta { display: grid; gap: 10px; margin-top: 16px; }
.newsletter-card-consent { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: var(--muted); font-size: 14px; font-weight: 800; line-height: 1.45; }
.newsletter-card-consent input { width: 16px; flex: 0 0 auto; margin-top: 2px; }
.newsletter-card .checkbox-field.newsletter-card-consent { margin: 0; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 14px; font-weight: 800; }
.newsletter-card .checkbox-field.newsletter-card-consent label { color: var(--muted); font-weight: 800; line-height: 1.45; }
.newsletter-card-privacy { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; font-weight: 700; }
.newsletter-card-privacy a { color: var(--brand-dark); font-weight: 800; text-decoration: underline; text-underline-offset: .14em; }
.newsletter-card-success { display: grid; gap: 10px; width: 100%; padding: 8px 0; }
.newsletter-card-success strong { color: var(--text); font-size: clamp(24px, 3vw, 32px); letter-spacing: -.03em; }
.newsletter-card-success p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; font-weight: 700; }
.newsletter-message { margin: 0 0 12px; padding: 12px 14px; border-radius: 14px; font-weight: 900; line-height: 1.4; }
.newsletter-message-ok { background: #fff6f3; 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-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;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}
.scan-hero-inner {
  max-width: 100%;
  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; }
.wtta-startscan-hero .scan-hero-inner { padding: clamp(42px, 6vw, 72px) clamp(18px, 5vw, 74px); }
.wtta-startscan-hero .scan-hero-inner h1 { max-width: 760px; font-size: clamp(42px, 5.4vw, 70px); }
.wtta-startscan-hero .scan-hero-inner p:not(.eyebrow) { max-width: 720px; }
.startscan-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  background: #f8fafc;
  min-width: 0;
  width: 100%;
}
.wtta-startscan-section {
  padding-top: clamp(28px, 4vw, 48px);
  padding-left: clamp(12px, 4vw, 80px);
  padding-right: clamp(12px, 4vw, 80px);
}
@media (min-width: 941px) {
  .startscan-section:not(.startscan-section--has-result) {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  }
}
.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; }
.checklist-block { padding: 0; overflow: hidden; }
.checklist-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}
.checklist-summary-grid div {
  display: grid;
  gap: 4px;
  text-align: center;
}
.checklist-summary-grid strong { font-size: 24px; letter-spacing: -.04em; color: var(--brand-dark); }
.checklist-summary-grid span { font-size: 12px; color: var(--muted); line-height: 1.35; }
.checklist-block h3 { margin: 18px 18px 10px; }
.component-checklist { list-style: none; margin: 0; padding: 0 18px 18px; display: grid; gap: 12px; }
.component-item {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.component-item-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.component-item-head strong { font-size: 16px; line-height: 1.35; }
.component-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.component-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  flex-shrink: 0;
}
.component-self .component-status {
  background: linear-gradient(270deg, var(--brand), var(--accent-pink));
  color: #fff;
  box-shadow: 0 6px 16px rgba(255, 104, 165, .16);
}
.component-self .component-status::before {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .28);
}
.component-backoffice .component-status {
  background: #fff;
  border-color: rgba(255, 124, 97, .32);
  color: var(--brand-dark);
}
.component-backoffice .component-status::before {
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 3px rgba(255, 124, 97, .12);
}
.component-unclear .component-status {
  background: #f5f5f5;
  border-color: rgba(23, 23, 23, .08);
  color: #525252;
}
.component-unclear .component-status::before {
  background: #a3a3a3;
}
.component-attention .component-status {
  background: #171717;
  color: #fff;
  box-shadow: 0 8px 20px rgba(23, 23, 23, .14);
}
.component-attention .component-status::before {
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 3px rgba(255, 124, 97, .22);
}
.component-description { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.component-note { margin: 6px 0 0; font-size: 14px; line-height: 1.55; color: var(--text); }
.backoffice-relief-block { border: 1px solid #d5efe9; background: linear-gradient(180deg, #f7fffd 0%, #f8fafc 100%); }
.followup-block { border: 1px solid #d5efe9; background: linear-gradient(180deg, #f7fffd 0%, #f8fafc 100%); }
.followup-list { margin: 0; padding-left: 18px; line-height: 1.65; }
.followup-list li + li { margin-top: 6px; }
.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; }

/* WTTA startscan: enhanced results (OriginX-aligned) */
.scan-hero--compact .scan-hero-inner {
  padding: clamp(28px, 4vw, 40px) clamp(18px, 5vw, 74px);
}
.scan-hero--compact .scan-hero-inner h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.02;
  margin-bottom: 14px;
}
.scan-hero--compact .scan-hero-inner p:not(.eyebrow) {
  margin: 0;
  line-height: 1.6;
}
.wtta-startscan-section.startscan-section--has-result {
  padding-top: clamp(16px, 2.5vw, 24px);
}
.startscan-section--has-result {
  grid-template-columns: minmax(0, 1fr);
  max-width: 860px;
  margin: 0 auto;
  gap: clamp(20px, 3vw, 28px);
  width: 100%;
}
.startscan-section > *,
.route-result--enhanced,
.startscan-card {
  min-width: 0;
  max-width: 100%;
}
.startscan-card--collapsed {
  padding: 18px 22px;
  box-shadow: 0 14px 38px rgba(23, 23, 23, .05);
}
.scan-collapsed-summary { display: grid; gap: 10px; }
.scan-collapsed-summary p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.55; }
.route-result--enhanced {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(23, 23, 23, .06);
  outline: none;
}
.route-result--enhanced:focus,
.route-result--enhanced:focus-visible {
  outline: none;
  box-shadow: 0 16px 48px rgba(23, 23, 23, .06);
}
.route-result--enhanced::before,
.route-result--enhanced::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}
.route-result--enhanced::before { top: -3px; left: -3px; background: #bdbdbd; }
.route-result--enhanced::after { right: -3px; bottom: -3px; background: #d6d6d6; }
.route-result--enhanced .result-block:not(.checklist-block--grouped) {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.route-result--enhanced .checklist-block--grouped {
  margin: 0;
  padding: clamp(22px, 4vw, 28px);
  border-radius: 0;
  background: #fafafa;
}
.route-result--enhanced .result-hero {
  padding: clamp(22px, 4vw, 28px);
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, .08);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 124, 97, .08), transparent 16rem),
    linear-gradient(180deg, #fff 0%, #fcfcfc 100%);
}
.result-hero-eyebrow {
  margin: 0 0 14px;
}
.route-result--enhanced h2 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 3.2vw, 36px);
  letter-spacing: 0;
  line-height: 1.08;
  color: var(--text);
}
.result-primary-insight {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  max-width: 62ch;
}
.result-stat-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.result-stat-chip {
  display: grid;
  gap: 6px;
  min-height: 72px;
  align-content: center;
  padding: 14px 10px;
  border-radius: 12px;
  border: 1px solid rgba(23, 23, 23, .08);
  background: #fff;
  text-align: center;
  box-shadow: none;
}
.result-stat-chip strong {
  font-size: clamp(24px, 6vw, 28px);
  letter-spacing: 0;
  line-height: 1;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.result-stat-chip span {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.result-stat-chip--self {
  border-color: rgba(255, 124, 97, .32);
  background: linear-gradient(180deg, #fff, #fff6f3);
}
.result-stat-chip--self strong { color: var(--brand-dark); }
.result-stat-chip--self span { color: var(--brand-dark); }
.result-stat-chip--backoffice {
  border-color: rgba(255, 104, 165, .28);
  background: linear-gradient(180deg, #fff, #fff8fb);
}
.result-stat-chip--backoffice strong { color: #be185d; }
.result-stat-chip--backoffice span { color: #be185d; }
.result-stat-chip--open {
  border-color: rgba(23, 23, 23, .10);
  background: linear-gradient(180deg, #fafafa, #f5f5f5);
}
.result-stat-chip--open strong { color: #171717; }
.result-stat-chip--open span { color: #525252; }
.result-cta-block {
  margin: 0;
  padding: clamp(24px, 4vw, 32px);
  border-top: 1px solid rgba(23, 23, 23, .08);
  background: linear-gradient(180deg, #fff, #fff6f3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}
.result-cta-block--light {
  background: linear-gradient(180deg, #fafafa, #f5f5f5);
  box-shadow: none;
}
.result-cta-block--light .result-open-points { display: none; }
.result-cta-block h3 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.6vw, 26px);
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--text);
}
.result-cta-block > p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 58ch;
}
.result-cta-block:has(.result-open-points) > p {
  margin-bottom: 16px;
}
.result-open-points {
  margin: 0 0 20px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 124, 97, .22);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 26px rgba(255, 124, 97, .08);
}
.result-open-points-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--brand-dark);
}
.result-open-points-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.65;
  color: var(--text);
}
.result-open-points-list li {
  position: relative;
  padding-left: 18px;
}
.result-open-points-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 4px rgba(255, 124, 97, .10);
}
.result-open-points-list li + li { margin-top: 8px; }
.contact-capture--inline {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.contact-capture--progressive .form-grid--capture {
  grid-template-columns: 1fr;
  gap: 16px;
}
.contact-capture--progressive .field label {
  margin-bottom: 8px;
}
.contact-capture--progressive .field .error {
  margin: 6px 0 0;
}
.contact-capture--progressive .field-consent {
  margin-top: 4px;
}
.contact-capture--progressive .field-consent label {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 500;
}
.contact-capture--progressive .field-consent label a {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.result-cta-block .contact-capture--progressive > .button {
  margin-top: 20px;
}
.result-cta-block .contact-capture--progressive .form-errors {
  margin: 0 0 16px;
}
@media (min-width: 560px) {
  .contact-capture--progressive .form-grid--capture {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-capture--progressive .field-consent {
    grid-column: 1 / -1;
    margin-top: 0;
  }
}
.checklist-block--grouped > h3 {
  margin: 0 0 18px;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.25;
  color: var(--text);
}
.checklist-group + .checklist-group {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 23, 23, .08);
}
.checklist-group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.checklist-group-head h4 {
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand-dark);
  font-weight: 900;
}
.checklist-group-meta {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  background: rgba(255, 124, 97, .10);
  color: var(--brand-dark);
}
.component-checklist--compact { padding: 0; gap: 10px; }
.component-checklist--compact .component-item {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.component-status--short { flex-shrink: 0; text-align: center; }
.route-result--enhanced .component-details {
  padding: 0;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
  transition: border-color .2s ease, background .2s ease;
}
.route-result--enhanced .component-details[open] {
  border-color: rgba(255, 124, 97, .22);
  background: #fffdfc;
}
.route-result--enhanced .component-attention .component-details {
  border-color: rgba(23, 23, 23, .12);
}
.route-result--enhanced .component-item .component-details summary {
  list-style: none;
  padding: 14px 16px;
  font-weight: inherit;
  cursor: pointer;
  color: var(--text);
  outline: none;
  transition: background .18s ease;
}
.route-result--enhanced .component-item .component-details summary:hover {
  background: rgba(255, 124, 97, .04);
}
.route-result--enhanced .component-item .component-details summary:focus-visible {
  outline: 2px solid rgba(255, 124, 97, .35);
  outline-offset: -2px;
}
.route-result--enhanced .component-item .component-details summary::-webkit-details-marker { display: none; }
.route-result--enhanced .component-item .component-details summary::marker { content: ""; }
.component-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}
.component-item-title {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1 12rem;
  min-width: 0;
}
.component-item-title strong {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.component-chevron {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 124, 97, .10);
  position: relative;
  transition: background .2s ease;
}
.component-chevron::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--brand-dark);
  border-bottom: 2px solid var(--brand-dark);
  transform: rotate(-45deg) translate(1px, -1px);
  transition: transform .2s ease;
}
.component-details[open] .component-chevron {
  background: linear-gradient(135deg, rgba(255, 124, 97, .18), rgba(255, 104, 165, .14));
}
.component-details[open] .component-chevron::before {
  transform: rotate(45deg) translate(-1px, -1px);
}
.route-result--enhanced .component-details-body {
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(23, 23, 23, .06);
}
.route-result--enhanced .component-details-body .component-description {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.route-result--enhanced .component-details-body .component-note {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.result-secondary-block {
  margin: 0;
  border-radius: 0;
  border-top: 1px solid rgba(23, 23, 23, .08);
  background: #fafafa;
}
.route-result--enhanced .legal-note {
  margin: 0;
  padding: 18px clamp(24px, 4vw, 32px) clamp(22px, 4vw, 28px);
  font-size: 13px;
  line-height: 1.55;
  background: #fafafa;
  border-top: 1px solid rgba(23, 23, 23, .08);
  border-radius: 0;
}
.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(255, 124, 97, .24); background: linear-gradient(180deg, #fff, #fff6f3); }
.route-badge.compliance-high { background: rgba(255, 124, 97, .12); color: var(--brand-dark); }
.route-badge.compliance-low { background: rgba(255, 124, 97, .10); 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: #c63c35;
  --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;
}

body.mobile-menu-open {
  overflow: hidden;
}

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 {
  color: var(--text);
}

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

.mobile-menu-toggle {
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  box-shadow: 0 10px 26px rgba(23, 23, 23, .08);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.site-header.menu-open .mobile-menu-toggle {
  border-color: rgba(255, 124, 97, .35);
  background: #fff6f3;
  color: var(--brand-dark);
  box-shadow: 0 12px 28px rgba(255, 124, 97, .14);
}

.mobile-nav-panel {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 60px rgba(23, 23, 23, .12);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.mobile-nav-panel:not([hidden]) {
  animation: mobile-nav-in .22s ease;
}

@keyframes mobile-nav-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.mobile-nav-panel nav {
  display: grid;
  gap: 8px;
}

.mobile-nav-panel nav a {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 23, 23, .06);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  box-shadow: 0 8px 22px rgba(23, 23, 23, .04);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.mobile-nav-panel nav a:hover,
.mobile-nav-panel nav a:focus-visible {
  border-color: rgba(255, 124, 97, .28);
  background: #fff6f3;
  box-shadow: 0 12px 28px rgba(255, 124, 97, .10);
}

.mobile-nav-panel strong {
  font-size: 15px;
  letter-spacing: 0;
  color: var(--text);
}

.mobile-nav-panel span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.mobile-nav-cta {
  width: 100%;
  margin-top: 10px;
  padding: 13px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
}

.site-header.menu-open .header-inner {
  border-color: rgba(255, 255, 255, .96);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 64px rgba(23, 23, 23, .14), inset 0 1px 0 rgba(255,255,255,.92);
}

.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);
}

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

.button-secondary:hover {
  border-color: rgba(255, 124, 97, .32);
  background: #fff6f3;
  color: var(--brand-dark);
}

.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-card-copy p:not(.eyebrow):not(.newsletter-message) {
  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,
.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,
.recognition-card-accent,
.timeline-step,
.pressure-tile,
.route-fork-card,
.funnel-step-card,
.credibility-panel {
  position: relative;
}

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

.recognition-card::after,
.recognition-card-accent::after,
.timeline-step::after,
.pressure-tile::after,
.route-fork-card::after,
.funnel-step-card::after,
.credibility-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,
.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 {
  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-bottom {
  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);
}

.faq-section {
  background: transparent;
}

.landing-service-feature-section .service-feature-heading,
.faq-section > .section-heading-visual {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.landing-service-feature-section .service-feature-heading p,
.faq-section > .section-heading-visual p {
  margin-left: auto;
  margin-right: auto;
}

.landing-service-feature-section .tp-simple-3x2-grid {
  margin-left: auto;
  margin-right: auto;
}

.landing-service-feature-section .tp-feature-item {
  text-align: center;
}

.landing-service-feature-section .tp-feature-icon {
  margin-left: auto;
  margin-right: auto;
}

.faq-section .question-list {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.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: 10px;
  padding: 8px 12px 8px 8px;
  border-radius: 14px;
}

.recognition-card > span .lucide,
.funnel-step-card > span .lucide {
  width: 18px;
  height: 18px;
  padding: 9px;
  border-radius: 12px;
  background: rgba(255, 124, 97, .12);
  box-sizing: content-box;
}

.recognition-card-accent {
  border-color: rgba(255, 124, 97, .24);
  background: linear-gradient(180deg, #fff, #fff6f3);
  box-shadow: 0 18px 48px rgba(255, 124, 97, .10);
}

.recognition-card-accent > span {
  background: rgba(255, 124, 97, .14);
}

.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-card-form.htmx-request {
  opacity: .72;
  pointer-events: none;
}

@media (min-width: 1120px) {
  .newsletter-card {
    flex-direction: row;
    align-items: center;
    gap: clamp(32px, 5vw, 56px);
    padding: clamp(40px, 5vw, 56px) clamp(36px, 4vw, 56px);
  }
}

.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,
  .recognition-card-accent,
  .timeline-step,
  .pressure-tile,
  .route-fork-card,
  .funnel-step-card,
  .credibility-panel,
  .newsletter-card,
  .final-route-panel {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  .recognition-card:hover,
  .recognition-card-accent:hover,
  .timeline-step:hover,
  .pressure-tile:hover,
  .route-fork-card:hover,
  .funnel-step-card:hover,
  .credibility-panel:hover,
  .newsletter-card: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);
  }

  .recognition-card-accent:hover {
    box-shadow: 0 24px 66px rgba(255, 124, 97, .14);
  }
}

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

  .mobile-nav-panel:not([hidden]) {
    animation: none;
  }
}

.story-context-links {
  margin-top: 18px !important;
  color: inherit !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.story-context-links a {
  color: inherit;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.story-context-links-center {
  margin: 14px 20px 0 !important;
  color: #625c5b !important;
  text-align: center;
}
@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; z-index: 40; }
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 22px;
  }
  .brand { grid-column: 1; grid-row: 1; min-width: 0; }
  .brand-logo { width: 134px; height: 54px; }
  .mobile-menu-toggle {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }
  .mobile-nav-panel {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin-top: 2px;
  }
  .mobile-nav-panel[hidden] { display: none !important; }
  .header-actions { display: none; }
  .hero-shell, .hero-shell-visual, .two-col, .form-section, .credibility-grid { 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; }
  .newsletter-card-row { flex-direction: column; }
  .newsletter-card-submit { width: 100%; }
  .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 14px 38px rgba(23, 23, 23, .10), inset 0 1px 0 rgba(255,255,255,.88);
  }
  .site-header.menu-open .header-inner {
    padding-bottom: 12px;
  }
  .brand small { max-width: 220px; }
  .brand-logo { width: 124px; height: 50px; }
  .mobile-menu-toggle { width: 42px; height: 42px; }
  .mobile-nav-panel {
    border-radius: 16px;
    padding: 10px;
  }
  .mobile-nav-panel nav a { padding: 13px 14px; }
  .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: 12px 0 20px; }
  .site-footer::before { inset: 12px 0 20px; border-radius: 28px 28px 0 0; }
  .footer-cta { padding: 46px 20px 30px; }
  .footer-cta h2 { font-size: 31px; line-height: 1.04; }
  .footer-grid { gap: 24px; padding: 28px 20px; }
  .footer-logo { padding: 6px 10px; border-radius: 16px; }
  .footer-logo .brand-logo { width: 168px; height: 70px; }
  .footer-brand p { margin: 0; font-size: 15px; line-height: 1.65; }
  .footer-column { gap: 9px; }
  .newsletter-card-shell--footer .newsletter-card-wrap { margin-top: 18px; padding-inline: 12px; }
  .newsletter-card { border-radius: 24px; padding: 24px 18px; }
  .footer-bottom { padding: 20px 20px 0; gap: 8px; line-height: 1.45; }
  .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;
    padding: clamp(32px, 8vw, 48px) 18px clamp(28px, 7vw, 40px);
  }
  .wtta-startscan-hero .scan-hero-inner,
  .scan-hero--compact .scan-hero-inner {
    padding: 22px 18px 20px;
  }
  .scan-hero-inner h1,
  .wtta-startscan-hero .scan-hero-inner h1 {
    font-size: clamp(28px, 8.8vw, 42px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    margin-bottom: 12px;
  }
  .scan-hero--compact .scan-hero-inner h1 {
    margin-bottom: 10px;
  }
  .scan-hero-inner p:not(.eyebrow),
  .wtta-startscan-hero .scan-hero-inner p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.6;
  }
  .wtta-startscan-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
  }
  .wtta-startscan-section.startscan-section--has-result {
    padding-top: 12px;
  }
  .wtta-startscan-section .startscan-card {
    padding: 18px 16px;
    border-radius: 16px;
  }
  .wtta-startscan-section .scan-question {
    padding: 16px;
    border-radius: 16px;
  }
  .wtta-startscan-section .scan-intro-low-friction {
    margin-bottom: 14px;
  }
  .wtta-startscan-section .scan-wizard-actions {
    gap: 12px;
    margin-top: 4px;
  }
  .wtta-startscan-section .privacy-note {
    margin-top: 14px;
  }
  .is-mounted [data-startscan-wizard] .scan-question {
    min-height: 0;
  }
  .route-result--enhanced {
    border-radius: 16px;
  }
  .route-result--enhanced::before,
  .route-result--enhanced::after {
    display: none;
  }
  .route-result--enhanced .result-hero,
  .route-result--enhanced .checklist-block--grouped,
  .result-cta-block,
  .route-result--enhanced .legal-note {
    padding-left: 18px;
    padding-right: 18px;
  }
  .route-result--enhanced .result-hero,
  .route-result--enhanced .checklist-block--grouped,
  .result-cta-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .result-hero-eyebrow {
    margin-bottom: 12px;
  }
  .result-stat-chips {
    gap: 8px;
  }
  .checklist-block--grouped > h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .checklist-group + .checklist-group {
    margin-top: 16px;
    padding-top: 16px;
  }
  .checklist-group-head {
    margin-bottom: 8px;
  }
  .result-cta-block h3 {
    font-size: 19px;
  }
  .result-cta-block > p {
    margin-bottom: 16px;
    max-width: none;
  }
  .result-open-points {
    margin-bottom: 16px;
    padding: 14px 16px;
  }
  .contact-capture--progressive .form-grid--capture {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .contact-capture--progressive .field-consent {
    margin-top: 0;
    padding: 12px;
  }
  .contact-capture--progressive .field-email label .field-hint {
    display: block;
    margin-top: 4px;
  }
  .result-cta-block .contact-capture--progressive > .button {
    margin-top: 16px;
  }
  .route-result--enhanced .legal-note {
    padding-top: 16px;
    padding-bottom: 18px;
  }
  .header-inner {
    max-width: 100%;
    overflow-x: clip;
  }
  .result-stat-chip {
    min-height: 68px;
    padding: 12px 8px;
  }
  .result-stat-chip strong { font-size: 22px; }
  .result-stat-chip span { font-size: 10px; }
  .route-result--enhanced .component-item .component-details summary {
    padding: 13px 14px;
  }
  .route-result--enhanced .component-item-head {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
  }
  .route-result--enhanced .component-item-title {
    align-items: center;
    flex: 1 1 9rem;
  }
  .route-result--enhanced .component-item-title strong {
    font-size: 15px;
    line-height: 1.35;
  }
  .route-result--enhanced .component-status--short {
    align-self: center;
    margin-top: 0;
  }
  .route-result--enhanced .component-details-body {
    padding: 12px 14px 14px;
  }
  .hero-actions .button, .button-hero { width: 100%; }
  .hero-cta-row { align-items: stretch; }
  .hero-cta-row span { width: 100%; text-align: center; }
  .scan-wizard-actions .button { width: 100%; flex-basis: 100%; }
  .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;
}

.startscan-card-low-friction {
  gap: 18px;
}

.scan-intro-low-friction h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.04em;
}

.scan-principle-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.scan-principle-list li {
  padding: 8px 11px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(23, 23, 23, .04);
}

.scan-progress {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.scan-progress > span {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.scan-progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(23, 23, 23, .08);
}

.scan-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(270deg, var(--brand), var(--accent-pink));
  transition: width .22s ease;
}

.scan-core-list {
  gap: 14px;
}

.scan-question-core {
  border-color: rgba(255, 124, 97, .22);
  background: linear-gradient(180deg, #fff, #fff8f6);
  box-shadow: 0 14px 38px rgba(23, 23, 23, .04);
}

.wtta-startscan-section .scan-question {
  border-color: rgba(23, 23, 23, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 38px rgba(23, 23, 23, .04);
}

.wtta-startscan-section .scan-question-optional {
  background: linear-gradient(180deg, #fff, #fafafa);
}

.question-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scan-optional {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fbfdff;
  overflow: hidden;
}

.scan-optional > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  cursor: pointer;
}

.scan-optional > summary strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.03em;
}

.scan-optional > summary small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.scan-optional > summary em {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.scan-optional-list {
  padding: 0 16px 18px;
}

.scan-question-optional {
  background: #fff;
}

.scan-wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.scan-wizard-actions .button {
  flex: 1 1 180px;
}

.scan-wizard-actions [data-startscan-prev],
.scan-wizard-actions [data-startscan-next] {
  display: none;
}

.is-mounted .scan-wizard-actions [data-startscan-prev],
.is-mounted .scan-wizard-actions [data-startscan-next] {
  display: inline-flex;
}

.is-mounted [data-startscan-wizard] .scan-step[hidden],
.is-mounted [data-startscan-wizard] .scan-wizard-actions .button[hidden] {
  display: none;
}

.is-mounted [data-startscan-wizard] .scan-question {
  min-height: 280px;
}

.is-mounted [data-startscan-wizard] .choice-card {
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.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) {
  .calculator-advanced > summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .result-stat-chips {
    gap: 6px;
  }

  .result-stat-chip {
    min-height: 64px;
    padding: 10px 6px;
  }

  .result-stat-chip strong {
    font-size: 20px;
  }
}

/* Admin dashboard — zelfde design system als de site */

.admin-dashboard-page {
  --dash-sticky-top: 96px;
}

.admin-dashboard-page main {
  background: #f8fafc;
  overflow: visible;
}

.admin-dashboard-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(24px, 4vw, 36px) clamp(18px, 5vw, 80px) 16px;
}

.admin-dashboard-top h1 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 36px);
  letter-spacing: -.03em;
}

.admin-dashboard-top p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.admin-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-dashboard-actions form {
  margin: 0;
}

.admin-dashboard-body {
  padding: 0 clamp(18px, 5vw, 80px) clamp(32px, 5vw, 48px);
}

.admin-dash-section {
  scroll-margin-top: 148px;
  padding-top: 28px;
}

.admin-dash-section + .admin-dash-section {
  padding-top: 32px;
}

.admin-dash-heading {
  margin: 0 0 14px;
  font-size: 20px;
  letter-spacing: -.02em;
}

.admin-dash-section-intro,
.admin-dash-card-intro {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.admin-dash-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 32, 51, .04);
}

.admin-dash-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  letter-spacing: -.02em;
}

.admin-dash-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-dashboard-jump-wrap {
  position: sticky;
  top: var(--dash-sticky-top);
  z-index: 18;
  padding: 10px clamp(18px, 5vw, 80px) 12px;
  background: rgba(248, 250, 252, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}

.admin-dashboard-jump {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-dashboard-jump a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.admin-dashboard-jump a:hover,
.admin-dashboard-jump a:focus-visible {
  background: #e6fffb;
  border-color: rgba(15,118,110,.2);
  color: var(--brand-dark);
}

.admin-dashboard-updated {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.admin-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-kpi-card {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 32, 51, .04);
}

.admin-kpi-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.admin-kpi-card strong {
  font-size: clamp(28px, 4vw, 34px);
  line-height: 1;
  letter-spacing: -.03em;
}

.admin-kpi-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.admin-kpi-card a {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.admin-kpi-card a:hover {
  text-decoration: underline;
}

.admin-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-signal-chip {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid var(--line);
}

.admin-signal-chip strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.03em;
}

.admin-signal-chip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.admin-route-list {
  display: grid;
  gap: 10px;
}

.admin-route-item {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid var(--line);
}

.admin-route-badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e6fffb;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.admin-route-item strong {
  font-size: 20px;
}

.admin-route-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.admin-leads-panels {
  display: grid;
  gap: 14px;
}

.admin-leads-panels-grid {
  grid-template-columns: 1fr;
}

.admin-leads-panel {
  margin-top: 0;
}

.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.admin-panel-head h3 {
  margin: 0 0 4px;
  font-size: 18px;
  letter-spacing: -.02em;
}

.admin-panel-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.admin-panel-head a {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.admin-panel-head a:hover {
  text-decoration: underline;
}

.admin-lead-list {
  display: grid;
  gap: 10px;
}

.admin-lead-item {
  padding: 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid var(--line);
}

.admin-lead-item-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 6px;
}

.admin-lead-item-top strong {
  font-size: 14px;
}

.admin-lead-item-top time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-lead-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.admin-lead-item > span {
  display: inline-block;
  margin-top: 8px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.admin-empty {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.admin-funnel-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.admin-funnel-header .admin-dash-heading {
  margin-bottom: 6px;
}

.admin-funnel-meta {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-funnel-grid {
  display: grid;
  gap: 14px;
}

.admin-funnel-panel h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.admin-funnel-panel-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.admin-funnel-alert {
  display: grid;
  gap: 6px;
  margin: 14px 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
  font-size: 13px;
  font-weight: 700;
}

.admin-funnel-alert strong {
  font-size: 14px;
}

.admin-funnel-alert p {
  margin: 0;
  line-height: 1.45;
}

.admin-funnel-visual {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.admin-funnel-row {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid var(--line);
}

.admin-funnel-row.is-bottleneck {
  border-color: #fdba74;
  background: #fffaf5;
}

.admin-funnel-row-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.admin-funnel-row-copy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.admin-funnel-step-index {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #e6fffb;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
}

.admin-funnel-row-copy strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.admin-funnel-row-copy small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.admin-funnel-row-stats {
  display: grid;
  justify-items: end;
  gap: 2px;
  text-align: right;
}

.admin-funnel-row-stats strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.03em;
}

.admin-funnel-row-stats span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-funnel-bar-track {
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.admin-funnel-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #14b8a6, #0f766e);
}

.admin-funnel-row.is-bottleneck .admin-funnel-bar-fill {
  background: linear-gradient(90deg, #fb923c, #ea580c);
}

.admin-funnel-drop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 8px 0 0;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
}

.admin-funnel-friction {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.admin-funnel-friction h4 {
  margin: 0 0 6px;
  font-size: 15px;
}

.admin-funnel-friction-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.admin-funnel-friction-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid var(--line);
}

.admin-funnel-friction-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-funnel-friction-head strong {
  font-size: 13px;
}

.admin-funnel-friction-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-funnel-field-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.admin-funnel-field-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
}

.admin-funnel-field-list strong {
  color: var(--brand-dark);
  font-size: 12px;
}

.admin-funnel-events {
  margin-top: 14px;
}

.admin-seo-setup {
  margin-bottom: 8px;
}

.admin-seo-steps {
  margin: 0 0 12px 1.2rem;
  padding: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  display: grid;
  gap: 8px;
}

.admin-seo-steps code,
.admin-seo-footer code,
.admin-seo-setup code {
  font-size: 12px;
  font-weight: 800;
  background: #f1f5f9;
  padding: 1px 6px;
  border-radius: 6px;
}

.admin-seo-kpis {
  margin-bottom: 14px;
}

.admin-seo-opportunities {
  margin-bottom: 14px;
}

.admin-seo-split {
  margin-bottom: 12px;
}

.admin-seo-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
}

.admin-seo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 420px;
}

.admin-seo-table th,
.admin-seo-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.admin-seo-table th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  white-space: nowrap;
}

.admin-seo-table td:not(:first-child),
.admin-seo-table th:not(:first-child) {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.admin-seo-table td:first-child {
  font-weight: 700;
  max-width: 220px;
  overflow-wrap: anywhere;
}

.admin-seo-footer {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.admin-seo-footer a {
  color: var(--brand-dark);
  font-weight: 900;
  text-decoration: none;
}

.admin-seo-footer a:hover {
  text-decoration: underline;
}

.admin-seo-alert p {
  margin: 4px 0 0;
}

@media (min-width: 720px) {
  .admin-metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .admin-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .admin-leads-panels-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-funnel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.seo-related-panel {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #f8fafc;
}

.seo-related-panel h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.seo-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-related-links a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.seo-related-links a:hover {
  background: #e6fffb;
}

.kennis-blog-section {
  padding-top: clamp(48px, 6vw, 88px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.kennis-blog-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 24px);
}

.kennis-blog-intro {
  max-width: 42rem;
}

.kennis-blog-intro .eyebrow {
  margin-bottom: 12px;
}

.kennis-blog-intro h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.kennis-blog-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
}

.kennis-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 32px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(23, 23, 23, .08);
}

.kennis-blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 36rem;
}

.kennis-blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  font-size: 12px;
  font-weight: 800;
}

.kennis-blog-meta time {
  color: var(--muted);
}

.kennis-blog-category {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fafafa;
  color: #525252;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.kennis-blog-card-body {
  position: static;
  width: 100%;
}

.kennis-blog-title {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.kennis-blog-title a {
  position: static;
  color: var(--text);
  text-decoration: none;
}

.kennis-blog-title a:hover {
  color: var(--brand-dark);
}

.kennis-blog-card-hitarea {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.kennis-blog-excerpt {
  display: -webkit-box;
  margin: 20px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.kennis-blog-empty {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(23, 23, 23, .08);
}

.kennis-blog-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(23, 23, 23, .08);
}

.kennis-blog-pagination-status {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.kennis-blog-pagination-spacer {
  flex: 0 0 120px;
}

.kennis-article-body {
  max-width: 760px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}

.kennis-article-body p {
  margin: 0 0 14px;
}

.kennis-article-body h2 {
  margin: 28px 0 12px;
  font-size: 22px;
  line-height: 1.25;
  color: #0f172a;
}

.kennis-article-body h2:first-child {
  margin-top: 0;
}

.kennis-article-body ul,
.kennis-article-body ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.kennis-article-body li {
  margin-bottom: 8px;
}

.kennis-article-body li strong {
  color: #0f172a;
}

.kennis-article-body a {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.kennis-article-body a:hover {
  color: var(--brand);
}

.kennis-related-panel h3 + h3 {
  margin-top: 18px;
}

.about-centered-page {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 72px) clamp(16px, 4vw, 24px) clamp(48px, 6vw, 88px);
}

.about-centered-hero {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.about-centered-hero h1 {
  margin: 10px 0 16px;
  font-size: clamp(34px, 5vw, 52px);
  letter-spacing: -.04em;
  line-height: 1.08;
}

.about-lead {
  margin: 0 auto;
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.65;
  font-weight: 700;
}

.about-centered-body {
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
}

.about-centered-body p {
  margin: 0 0 16px;
  color: var(--muted);
}

.about-centered-body h2 {
  margin: 32px 0 12px;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -.03em;
  color: #0f172a;
}

.about-centered-body a {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-checklist {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.about-checklist li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  color: var(--muted);
}

.about-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 4px rgba(255, 124, 97, .12);
}

.about-checklist strong {
  color: #0f172a;
}

.about-contact-section {
  padding-top: 0;
}

.about-contact-section .newsletter-card-wrap {
  padding-inline: clamp(16px, 4vw, 24px);
}

.about-contact-error {
  margin: 8px 0 0;
  color: #991b1b;
  font-size: 13px;
  font-weight: 800;
}

.kennis-detail-section .final-route-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

@media (min-width: 900px) {
  .kennis-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 32px;
    margin-top: 56px;
    padding-top: 56px;
  }
}

@media (min-width: 1120px) {
  .kennis-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }
}

@media (max-width: 620px) {
  .kennis-blog-pagination {
    flex-direction: column;
    align-items: stretch;
  }

  .kennis-blog-pagination .button {
    width: 100%;
  }

  .kennis-blog-pagination-spacer {
    display: none;
  }
}

@media (max-width: 940px) {
  .admin-dashboard-page {
    --dash-sticky-top: 78px;
  }

  .admin-dash-section {
    scroll-margin-top: 132px;
  }

  .admin-dash-split {
    grid-template-columns: 1fr;
  }

  .admin-dashboard-actions .button-light {
    display: none;
  }
}

/* Backoffice diensten + Voor wie pages */
.section-page-hero {
  padding: 12px;
  background: transparent;
}

.section-page-hero-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 36px;
  padding: clamp(56px, 8vw, 112px) clamp(18px, 5vw, 80px);
  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);
}

.section-page-hero-inner h1 {
  max-width: 980px;
  margin: 10px 0 18px;
  color: var(--text);
  font-size: clamp(40px, 6vw, 76px);
  line-height: .96;
  text-wrap: balance;
}

.section-page-hero-inner p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.65;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.service-feature-section,
.audience-teaser-section,
.audience-segments-section,
.audience-route-section,
.audience-process-section,
.service-split-section,
.service-process-section,
.service-proof-section {
  background: transparent;
}

.service-feature-heading {
  max-width: 860px;
}

.tp-simple-3x2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px) clamp(24px, 4vw, 54px);
  max-width: 1180px;
  margin: clamp(32px, 5vw, 58px) 0 0;
}

.tp-feature-item {
  position: relative;
  min-width: 0;
  padding-left: 42px;
}

.tp-feature-icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 124, 97, .10);
  color: var(--brand-dark);
}

.tp-feature-icon i {
  width: 18px;
  height: 18px;
}

.tp-feature-item dt {
  margin: 0;
  color: #0f172a;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.tp-feature-item dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.tp-simple-3x2-grid-compact {
  margin-top: 30px;
}

.responsibility-grid,
.audience-teaser-grid,
.audience-segment-grid {
  display: grid;
  gap: 16px;
}

.responsibility-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-teaser-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-segment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.responsibility-grid article,
.audience-teaser-card,
.audience-segment-card,
.service-proof-panel {
  position: relative;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 16px 48px rgba(23, 23, 23, .06);
}

.responsibility-grid article,
.audience-teaser-card,
.audience-segment-card {
  padding: 24px;
}

.responsibility-grid article > span,
.audience-teaser-card > span,
.audience-segment-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 124, 97, .10);
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.responsibility-grid h3,
.audience-teaser-card h3,
.audience-segment-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.15;
}

.responsibility-grid ul,
.audience-segment-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.responsibility-grid li,
.audience-segment-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.5;
}

.responsibility-grid li::before,
.audience-segment-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 4px rgba(255, 124, 97, .10);
}

.responsibility-card-accent,
.audience-segment-card:nth-child(2n) {
  border-color: rgba(255, 124, 97, .24) !important;
  background: linear-gradient(180deg, #fff, #fff6f3) !important;
}

.audience-teaser-card p,
.audience-fit-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
}

.audience-fit-box {
  margin-top: 18px;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .08);
}

.audience-fit-box strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.process-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 16px 48px rgba(23, 23, 23, .05);
}

.process-list li > span {
  display: inline-grid;
  min-width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 124, 97, .10);
  color: var(--brand-dark);
  font-weight: 900;
}

.process-list h3 {
  margin: 0 0 6px;
  color: #0f172a;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
}

.process-list-compact {
  max-width: none;
}

.service-proof-panel {
  max-width: 920px;
  padding: clamp(26px, 5vw, 46px);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 124, 97, .12), transparent 20rem),
    #fff;
}

.service-decision-page > .service-proof-panel {
  margin-top: clamp(32px, 5vw, 56px);
}

.service-proof-panel h2 {
  max-width: 760px;
}

.service-proof-panel p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}

.service-proof-panel .button {
  margin-top: 14px;
}

.service-content-section {
  margin-top: clamp(44px, 7vw, 84px);
}

.service-content-section > .section-heading-visual {
  max-width: 820px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.service-detail-grid article {
  padding: 24px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 48px rgba(23, 23, 23, .05);
}

.service-detail-grid h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.2;
}

.service-detail-grid p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
}

.service-detail-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-grid li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.5;
}

.service-detail-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 4px rgba(255, 124, 97, .10);
}

.service-content-section .process-list {
  margin-top: 28px;
}

.service-faq-section {
  margin-top: clamp(44px, 7vw, 84px);
  padding: 0;
}

.section-inline-cta-light {
  background: #fff;
  color: var(--text);
  border: 1px solid rgba(23, 23, 23, .08);
  box-shadow: 0 16px 48px rgba(23, 23, 23, .06);
}

.section-inline-cta-light span {
  color: #0f172a;
}

.service-context-copy {
  margin-top: 14px !important;
  font-size: 15px;
}

.service-context-copy a,
.audience-route-section .section-heading-visual a {
  color: var(--brand-dark);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.context-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.context-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .audience-teaser-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tp-simple-3x2-grid,
  .responsibility-grid,
  .audience-segment-grid,
  .audience-route-grid,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .section-page-hero-inner {
    border-radius: 26px;
    padding-top: 48px;
  }

  .audience-teaser-grid {
    grid-template-columns: 1fr;
  }

  .tp-feature-item {
    padding-left: 38px;
  }

  .process-list li {
    grid-template-columns: 1fr;
  }
}

/* FetchNode analytics consent */
.footer-cookie-link {
  width: fit-content;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-cookie-link:hover,
.footer-cookie-link:focus-visible {
  color: var(--brand);
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: clamp(12px, 3vw, 32px);
  bottom: clamp(12px, 3vw, 32px);
  left: clamp(12px, 3vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(23, 23, 23, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 80px rgba(23, 23, 23, 0.2);
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner-copy {
  max-width: 680px;
}

.cookie-banner-copy strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 17px;
}

.cookie-banner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.cookie-banner-copy a {
  color: var(--brand-dark);
  font-weight: 800;
}

.cookie-banner-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-banner-actions .button {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    border-radius: 20px;
  }

  .cookie-banner-actions {
    flex-direction: column-reverse;
  }

  .cookie-banner-actions .button {
    width: 100%;
  }
}
/* 12. Standardized Card Tokens across legacy grids */
.recognition-card,
.route-fork-card,
.audience-teaser-card,
.intent-question-card,
.funnel-step-card {
  border-radius: 20px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  color: #0f172a;
}

.recognition-card:hover,
.route-fork-card:hover,
.audience-teaser-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07) !important;
}

.route-fork-partner {
  border-color: rgba(20, 184, 166, 0.4) !important;
  box-shadow: 0 0 0 1px rgba(20, 184, 166, 0.3), 0 18px 45px rgba(20, 184, 166, 0.1) !important;
}


/* ==========================================================================
   PUBLIC PAGE ALIGNMENT — one grid and one coral/pink visual language
   ========================================================================== */

main > .hero,
main > .scan-hero,
main > .section-page-hero {
  width: min(1440px, 100%);
  margin-inline: auto;
}

main > .section {
  width: min(1320px, 100%);
  margin-inline: auto;
}

.section-page-hero-inner,
.scan-hero-inner,
.df-hero-shell {
  border-color: rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 14% 2%, rgba(255, 124, 97, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(255, 104, 165, 0.12), transparent 28rem),
    linear-gradient(135deg, #ffffff 0%, #f8f7f7 56%, #f2f2f2 100%);
  color: var(--text);
  box-shadow: 0 28px 82px rgba(23, 23, 23, 0.09);
}

.section-page-hero-inner p:not(.eyebrow),
.scan-hero-inner p:not(.eyebrow),
.df-hero-tagline {
  color: var(--muted);
}

.seo-decision-page,
.service-feature-section,
.service-split-section,
.service-process-section,
.service-proof-section,
.audience-segments-section,
.audience-route-section,
.audience-process-section,
.audience-final-section {
  max-width: 1280px;
}

.kennis-detail-section {
  max-width: 920px;
}

.section-heading-visual {
  max-width: 860px;
}

.df-gradient-text {
  background: linear-gradient(115deg, var(--brand-dark) 0%, var(--brand) 48%, var(--accent-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.df-badge {
  border-color: rgba(255, 124, 97, 0.25);
  background: rgba(255, 124, 97, 0.09);
  color: var(--brand-dark);
  box-shadow: 0 8px 24px rgba(255, 124, 97, 0.08);
}

.df-badge-dot {
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 4px rgba(255, 124, 97, 0.13);
}

.df-official-pill {
  border-color: rgba(23, 23, 23, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
}

.df-official-pill svg {
  color: var(--brand-dark);
}

.df-route-demo {
  border-color: rgba(23, 23, 23, 0.08);
  box-shadow: 0 22px 60px rgba(23, 23, 23, 0.1);
}

.df-route-demo .df-browser-frame {
  border-color: rgba(23, 23, 23, 0.08);
}

.df-route-demo .df-browser-live-dot {
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(255, 124, 97, 0.12);
}

.df-route-demo .df-guided-demo {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 104, 165, 0.045), transparent 34%),
    #ffffff;
}

.df-guided-demo .df-demo-kicker,
.df-demo-start-label,
.df-demo-result .df-route-result-label,
.df-demo-result-facts small {
  color: var(--brand-dark);
}

.df-demo-progress > div span.is-active,
.df-route-result-label > span {
  background: linear-gradient(90deg, var(--brand), var(--accent-pink));
}

.df-demo-step {
  border-color: rgba(23, 23, 23, 0.08);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 124, 97, 0.065), transparent 34%),
    #ffffff;
}

.df-demo-step-number,
.df-demo-result-icon {
  background: linear-gradient(270deg, var(--brand), var(--accent-pink));
  box-shadow: 0 9px 22px rgba(255, 104, 165, 0.2);
}

.df-demo-answer:hover,
.df-demo-answer:focus-visible,
.df-demo-answer.is-selected {
  border-color: rgba(255, 124, 97, 0.75);
  background: #fff6f3;
  box-shadow: 0 0 0 3px rgba(255, 124, 97, 0.11), 0 10px 24px rgba(255, 104, 165, 0.09);
}

.df-demo-answer:hover::after,
.df-demo-answer:focus-visible::after,
.df-demo-answer.is-selected::after {
  border-color: var(--brand);
  box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 9px var(--brand);
}

.df-demo-answer-icon {
  background: rgba(255, 124, 97, 0.1);
  color: var(--brand-dark) !important;
}

.df-demo-result-facts span svg,
.df-demo-result-action > span svg {
  color: var(--brand-dark);
}

.df-route-demo .df-sim-lead-btn {
  background: linear-gradient(270deg, var(--brand), var(--accent-pink));
  box-shadow: 0 10px 24px rgba(255, 104, 165, 0.2);
}

.df-section-heading .eyebrow,
.df-bento-num,
.df-bento-preview,
.df-audience-tag,
.df-audience-link {
  color: var(--brand-dark);
}

.df-bento-num,
.df-audience-tag {
  background: rgba(255, 124, 97, 0.09);
}

.df-bento-preview {
  border-color: rgba(255, 124, 97, 0.24);
  background: #fff8f6;
}

.df-marquee-section {
  background: #171717;
}

.df-marquee-item i {
  color: var(--brand);
}

.df-section-muted {
  border-top: 1px solid rgba(23, 23, 23, 0.07);
  border-bottom: 1px solid rgba(23, 23, 23, 0.07);
  background: rgba(255, 255, 255, 0.36);
}

.df-section > .recognition-grid,
.df-section > .audience-teaser-grid,
.df-section > .credibility-grid,
.df-section > .section-inline-cta {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.df-quickscan-section {
  background:
    radial-gradient(circle at 18% 0, rgba(255, 124, 97, 0.18), transparent 25rem),
    radial-gradient(circle at 86% 12%, rgba(255, 104, 165, 0.14), transparent 26rem),
    linear-gradient(135deg, #171717, #262626);
  color: #fff;
}

.df-quickscan-section .df-section-heading h2 {
  color: #fff;
}

.df-quickscan-section .df-section-heading p:not(.eyebrow) {
  color: #d4d4d4;
}

.df-quickscan-section .eyebrow {
  color: #ffb3a4;
}

.df-quickscan-panel {
  max-width: 760px;
  margin-inline: auto;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

.df-quickscan-trust {
  margin-top: 24px;
}

.df-quickscan-trust li {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #d4d4d4;
}

.df-faq-list {
  margin-inline: auto;
}

/* Routecheck: the form is a single centered flow, never half of an empty grid. */
.wtta-startscan-hero .scan-hero-inner {
  text-align: center;
}

.wtta-startscan-hero .scan-hero-inner h1,
.wtta-startscan-hero .scan-hero-inner p:not(.eyebrow) {
  margin-inline: auto;
}

.wtta-startscan-section,
.wtta-startscan-section.startscan-section--has-result {
  grid-template-columns: minmax(0, 1fr);
  width: min(1040px, 100%);
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 48px) clamp(16px, 4vw, 40px) clamp(54px, 7vw, 88px);
}

.wtta-startscan-section .startscan-card-low-friction {
  width: min(900px, 100%);
  margin-inline: auto;
  padding: clamp(22px, 4vw, 34px);
}

.wtta-startscan-section .scan-intro-low-friction {
  margin-bottom: 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 0;
  background: transparent;
}

.wtta-startscan-section .scan-question {
  padding: clamp(20px, 3vw, 28px);
}

.is-mounted [data-startscan-wizard] .scan-question {
  min-height: 0;
}

.wtta-startscan-section .scan-wizard-actions {
  justify-content: space-between;
  margin-top: 18px;
}

.wtta-startscan-section .privacy-note {
  margin: 14px 0 0;
  text-align: center;
}

.startscan-section--has-result .route-result--enhanced {
  width: min(860px, 100%);
  margin-inline: auto;
}

.narrow-page h1,
.narrow-page h2,
.narrow-page h3 {
  color: var(--text);
}

@media (min-width: 941px) {
  .startscan-section:not(.startscan-section--has-result) {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  main > .section {
    width: 100%;
  }

  .section-page-hero-inner,
  .scan-hero-inner,
  .df-hero-shell {
    border-radius: 24px;
  }

  .wtta-startscan-hero .scan-hero-inner {
    padding: 42px 20px;
  }

  .wtta-startscan-section {
    padding-inline: 12px;
  }

  .wtta-startscan-section .startscan-card-low-friction {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .wtta-startscan-section .scan-question {
    padding: 18px 14px;
  }

  .wtta-startscan-section .choice-grid {
    grid-template-columns: 1fr;
  }
}

/* Keep long Dutch service titles and card content usable on extra-narrow screens. */
.service-detail-grid,
.service-detail-grid article,
.process-list,
.process-list li,
.process-list li > div {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 300px) {
  .section-page-hero-inner h1 {
    font-size: 31px;
    line-height: 1.02;
  }

  .service-detail-grid article,
  .process-list li {
    width: 100%;
    padding: 18px;
  }

  .service-detail-grid h3,
  .process-list h3 {
    overflow-wrap: anywhere;
  }
}

/* Readability safeguards: accessible microcopy, contrast, and comfortable reading measures. */
.button,
.header-cta,
.mobile-nav-cta,
.context-link,
.seo-related-links a,
.df-audience-link {
  line-height: 1.4;
}

.section-page-hero-inner p:not(.eyebrow) {
  max-width: 62ch;
}

.section-heading-visual p:not(.eyebrow) {
  max-width: 58ch;
}

.df-section-heading p:not(.eyebrow) {
  max-width: 58ch;
  margin-inline: auto;
}

.process-list p,
.question-list details p {
  max-width: 62ch;
}

.kennis-article-body {
  max-width: 58ch;
}

.kennis-blog-excerpt {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.df-demo-topbar-meta,
.df-demo-progress > span,
.df-guided-demo .df-demo-kicker,
.df-demo-start-label,
.df-demo-answer > span,
.df-demo-back,
.df-demo-restart,
.df-demo-answer-profile small,
.df-demo-result-facts span,
.df-demo-result-facts small,
.df-demo-result-action > span,
.df-demo-method summary,
.df-demo-result .df-route-result-label,
.df-matrix-badge,
.df-matrix-col-sub {
  font-size: 12px;
  line-height: 1.4;
}

.df-demo-topbar-meta {
  color: #526276;
}

.route-result--enhanced .component-status,
.route-result--enhanced .result-stat-chip span,
.route-result--enhanced .checklist-group-meta {
  font-size: 12px;
  line-height: 1.4;
}

.eyebrow {
  line-height: 1.5;
}

.fork-list li,
.df-quickscan-trust li,
.audience-segment-kicker,
.thanks-card p {
  line-height: 1.5;
}

main :where(section, article, div, form, fieldset, ul, ol, li),
.site-footer :where(div, nav, p) {
  min-width: 0;
}

main :where(h1, h2, h3, h4, p, li, a, summary, legend, label, strong, small, span),
.site-footer :where(h2, h3, p, a, span) {
  overflow-wrap: anywhere;
}

.df-hero-copy,
.df-hero-title,
.df-hero-tagline,
.df-official-pill {
  width: min(100%, 860px);
  min-width: 0;
  max-width: 100%;
}

.df-badge,
.df-official-pill {
  flex-wrap: wrap;
  justify-content: center;
  white-space: normal;
}

.button,
.header-cta,
.mobile-nav-cta {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.footer-grid,
.footer-column,
.footer-column a {
  min-width: 0;
  max-width: 100%;
}

.df-comparison-matrix .text-red {
  color: #a61b35 !important;
}

.df-comparison-matrix .text-green {
  color: #065f46 !important;
}

@media (max-width: 480px) {
  .df-demo-question-help {
    font-size: 13px;
    line-height: 1.5;
  }

  .df-demo-answer-profile small,
  .df-demo-result-reason {
    font-size: 12.5px;
    line-height: 1.55;
  }
}

@media (max-width: 380px) {
  .route-result--enhanced .result-stat-chip {
    padding-inline: 3px;
  }

  .route-result--enhanced .result-stat-chip span {
    letter-spacing: -.02em;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* Focused homepage — one message, one route and deliberately little chrome. */
.focus-home-hero {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 12px;
}

.focus-home-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
  min-height: min(700px, calc(100vh - 104px));
  padding: clamp(72px, 9vw, 132px) clamp(24px, 7vw, 100px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 124, 97, .19), transparent 35rem),
    radial-gradient(circle at 96% 80%, rgba(255, 104, 165, .12), transparent 30rem),
    linear-gradient(135deg, #fff 0%, #f7f6f6 62%, #f1efef 100%);
  box-shadow: 0 30px 90px rgba(23, 23, 23, .09);
}

.focus-home-hero-inner::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 124, 97, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 124, 97, .035), 0 0 0 70px rgba(255, 104, 165, .025);
  pointer-events: none;
}

.focus-home-hero-copy,
.focus-home-role-card {
  position: relative;
  z-index: 1;
}

.focus-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.focus-home-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 0 0 6px rgba(255, 124, 97, .11);
}

.focus-home-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #171717;
  font-size: clamp(49px, 6.6vw, 92px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.focus-home-hero h1 em {
  color: var(--brand-dark);
  font-style: normal;
}

.focus-home-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #5f5f5f;
  font-size: clamp(18px, 1.8vw, 21px);
  font-weight: 650;
  line-height: 1.6;
}

.focus-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 34px;
}

.focus-home-primary {
  min-height: 56px;
  padding: 16px 24px;
  font-size: 16px;
}

.focus-home-actions > span {
  max-width: 240px;
  color: #777;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.focus-home-role-card {
  padding: 30px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 26px 70px rgba(23, 23, 23, .1), inset 0 1px 0 #fff;
}

.focus-home-card-label {
  margin: 0 0 22px;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.focus-home-role {
  display: flex;
  align-items: center;
  gap: 15px;
}

.focus-home-role-icon {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: #f1f1f1;
  color: #2e2e2e;
}

.focus-home-role-icon svg {
  width: 20px;
  height: 20px;
}

.focus-home-role-you .focus-home-role-icon {
  background: linear-gradient(135deg, rgba(255, 124, 97, .13), rgba(255, 104, 165, .1));
  color: var(--brand-dark);
}

.focus-home-role div {
  display: grid;
  gap: 4px;
}

.focus-home-role strong {
  color: #222;
  font-size: 16px;
}

.focus-home-role div span {
  color: #777;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.focus-home-role-divider {
  height: 38px;
  margin-left: 21px;
  padding: 7px 0;
}

.focus-home-role-divider span {
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(#ddd, var(--brand));
}

.focus-home-role-card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 26px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.focus-home-role-card > a svg,
.focus-home-text-link svg {
  width: 16px;
  height: 16px;
  transition: transform .18s ease;
}

.focus-home-role-card > a:hover svg,
.focus-home-text-link:hover svg {
  transform: translateX(3px);
}

.focus-home-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(74px, 9vw, 120px) 0;
}

.focus-home-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.focus-home-heading h2,
.focus-home-services h2,
.focus-home-final-cta h2 {
  margin: 0;
  color: #171717;
  font-size: clamp(34px, 4.3vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.focus-home-heading > p:last-child,
.focus-home-services-copy > p:not(.eyebrow) {
  margin: 18px auto 0;
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.65;
}

.focus-home-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.focus-home-route-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid #e5e5e5;
  border-radius: 26px;
  background: rgba(255, 255, 255, .76);
}

.focus-home-route-card-accent {
  border-color: rgba(255, 124, 97, .24);
  background: linear-gradient(135deg, #fff, #fff6f4);
}

.focus-home-route-number {
  color: #aaa;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.focus-home-route-card-accent .focus-home-route-number {
  color: var(--brand-dark);
}

.focus-home-route-card h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.15;
}

.focus-home-route-card p {
  margin: 0;
  color: #6b6b6b;
  font-weight: 650;
  line-height: 1.6;
}

.focus-home-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.focus-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

.focus-home-services {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(52px, 8vw, 110px);
  border-top: 1px solid #dedede;
}

.focus-home-services-copy > p:not(.eyebrow) {
  margin-inline: 0;
  max-width: 560px;
}

.focus-home-services-copy .focus-home-text-link {
  margin-top: 24px;
}

.focus-home-service-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.focus-home-service-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #dedede;
}

.focus-home-service-list li:first-child {
  border-top: 1px solid #dedede;
}

.focus-home-service-list > li > span {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 10px 28px rgba(23, 23, 23, .07);
}

.focus-home-service-list svg {
  width: 20px;
  height: 20px;
}

.focus-home-service-list div {
  display: grid;
  gap: 5px;
}

.focus-home-service-list strong {
  color: #222;
  font-size: 18px;
}

.focus-home-service-list small {
  color: #777;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.focus-home-final {
  padding-top: 0;
}

.focus-home-source {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
  padding: 20px 22px;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  background: rgba(255, 255, 255, .65);
}

.focus-home-source > svg {
  width: 22px;
  height: 22px;
  color: var(--brand-dark);
}

.focus-home-source p {
  margin: 0;
  color: #686868;
  font-size: 14px;
  line-height: 1.55;
}

.focus-home-source p strong {
  color: #2a2a2a;
}

.focus-home-source a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #444;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.focus-home-source a svg {
  width: 14px;
  height: 14px;
}

.focus-home-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(32px, 5vw, 54px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 104, 165, .22), transparent 22rem),
    #171717;
  color: #fff;
}

.focus-home-final-cta .eyebrow {
  color: #ffad9b;
}

.focus-home-final-cta h2 {
  color: #fff;
  font-size: clamp(30px, 3.5vw, 46px);
}

.focus-home-final-cta .button {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 15px 22px;
}

@media (max-width: 900px) {
  .focus-home-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 50px;
  }

  .focus-home-role-card {
    width: min(100%, 540px);
  }

  .focus-home-services {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .focus-home-hero {
    padding: 0;
  }

  .focus-home-hero-inner {
    padding: 64px 20px 40px;
    border-radius: 0 0 28px 28px;
  }

  .focus-home-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .focus-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .focus-home-actions > span {
    max-width: none;
    text-align: center;
  }

  .focus-home-primary {
    width: 100%;
  }

  .focus-home-role-card {
    padding: 24px 20px;
  }

  .focus-home-section {
    width: min(100% - 28px, 1180px);
    padding-block: 72px;
  }

  .focus-home-route-grid {
    grid-template-columns: 1fr;
  }

  .focus-home-route-card {
    gap: 14px;
  }

  .focus-home-services {
    gap: 36px;
  }

  .focus-home-source {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .focus-home-source a {
    grid-column: 2;
    white-space: normal;
  }

  .focus-home-final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .focus-home-final-cta .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .focus-home-kicker {
    font-size: 11px;
  }

  .focus-home-role strong,
  .focus-home-service-list strong {
    font-size: 16px;
  }

  .focus-home-role div span,
  .focus-home-service-list small {
    font-size: 12.5px;
  }
}

/* Homepage story layer — visual progress without adding more copy. */
.focus-home-card-topline,
.focus-home-flow-head,
.focus-home-route-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.focus-home-card-topline {
  margin-bottom: 24px;
}

.focus-home-card-topline .focus-home-card-label {
  margin: 0;
}

.focus-home-card-topline > span,
.focus-home-flow-head > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #fff5f2;
  color: var(--brand-dark);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.focus-home-card-topline > span svg,
.focus-home-flow-head > span svg {
  width: 13px;
  height: 13px;
}

.focus-home-transfer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  height: 56px;
  margin-left: 21px;
}

.focus-home-transfer::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 21px;
  width: 1px;
  background: linear-gradient(#dedede 5%, var(--brand) 50%, #dedede 95%);
}

.focus-home-transfer > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 22px;
  height: 22px;
  margin-left: 11px;
  place-items: center;
  border: 1px solid rgba(255, 124, 97, .24);
  border-radius: 50%;
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 5px 14px rgba(255, 124, 97, .12);
  animation: focusHomeTransfer 2.4s ease-in-out infinite;
}

.focus-home-transfer svg {
  width: 12px;
  height: 12px;
}

.focus-home-transfer small {
  margin-left: 4px;
  color: #999;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.focus-home-role-outcome {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.focus-home-role-outcome span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border: 1px solid #ececec;
  border-radius: 9px;
  background: #fafafa;
  color: #626262;
  font-size: 10px;
  font-weight: 850;
}

.focus-home-role-outcome svg {
  width: 12px;
  height: 12px;
  color: var(--brand-dark);
}

@keyframes focusHomeTransfer {
  0%, 100% { transform: translateY(-4px); }
  50% { transform: translateY(4px); }
}

.focus-home-routes {
  position: relative;
}

.focus-home-routes::before {
  content: "";
  position: absolute;
  inset: 8% 12% auto;
  z-index: -1;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 124, 97, .075), transparent 68%);
  filter: blur(10px);
}

.focus-home-route-story {
  max-width: 1040px;
  margin: 0 auto;
}

.focus-home-route-origin {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: min(100%, 510px);
  margin: 0 auto;
  padding: 15px 17px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 18px;
  background: #171717;
  color: #fff;
  box-shadow: 0 20px 50px rgba(23, 23, 23, .14);
}

.focus-home-route-origin > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
}

.focus-home-route-origin svg {
  width: 19px;
  height: 19px;
}

.focus-home-route-origin div {
  display: grid;
  gap: 2px;
}

.focus-home-route-origin small {
  color: #aaa;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.focus-home-route-origin strong {
  font-size: 15px;
}

.focus-home-route-origin p {
  max-width: 130px;
  margin: 0;
  color: #c7c7c7;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  text-align: right;
}

.focus-home-fork {
  position: relative;
  width: 50%;
  height: 68px;
  margin: 0 auto;
}

.focus-home-fork span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 34px;
  background: #cacaca;
}

.focus-home-fork::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(202, 202, 202, .3), #cacaca 20%, #cacaca 80%, rgba(202, 202, 202, .3));
}

.focus-home-fork i {
  position: absolute;
  top: 29px;
  z-index: 1;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 1px rgba(255, 124, 97, .25);
}

.focus-home-fork i:first-of-type { left: -4px; }
.focus-home-fork i:last-of-type { right: -4px; }

.focus-home-route-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: clamp(26px, 4vw, 38px);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 50px rgba(23, 23, 23, .055);
  transition: border-color .22s ease, box-shadow .22s ease;
}

.focus-home-route-card::after {
  content: "";
  position: absolute;
  inset: auto -70px -80px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(23, 23, 23, .025);
  pointer-events: none;
}

.focus-home-route-card-accent::after {
  background: rgba(255, 124, 97, .07);
}

.focus-home-route-card:hover {
  border-color: rgba(23, 23, 23, .16);
  box-shadow: 0 24px 65px rgba(23, 23, 23, .09);
}

.focus-home-route-card-accent:hover {
  border-color: rgba(255, 124, 97, .4);
  box-shadow: 0 24px 65px rgba(255, 124, 97, .12);
}

.focus-home-route-card-head {
  margin-bottom: 24px;
}

.focus-home-route-card-head > svg {
  width: 22px;
  height: 22px;
  color: #858585;
}

.focus-home-route-card-accent .focus-home-route-card-head > svg {
  color: var(--brand-dark);
}

.focus-home-route-card h3 {
  max-width: 390px;
  min-height: 2.3em;
  margin-bottom: 24px;
}

.focus-home-route-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ececec;
  list-style: none;
}

.focus-home-route-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
  font-size: 12px;
}

.focus-home-route-card li span {
  color: #999;
  font-weight: 750;
}

.focus-home-route-card li strong {
  color: #3a3a3a;
  font-size: 12px;
  text-align: right;
}

.focus-home-route-card > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #686868;
  font-size: 12px;
  line-height: 1.5;
}

.focus-home-route-card > p svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: var(--brand-dark);
}

.focus-home-flow-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 124, 97, .1), transparent 18rem),
    #fff;
  box-shadow: 0 24px 70px rgba(23, 23, 23, .075);
}

.focus-home-flow-head {
  padding-bottom: 22px;
  border-bottom: 1px solid #ececec;
}

.focus-home-flow-head > div {
  display: grid;
  gap: 4px;
}

.focus-home-flow-head small,
.focus-home-flow-outcome small {
  color: #999;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.focus-home-flow-head strong {
  color: #2a2a2a;
  font-size: 15px;
}

.focus-home-flow-card .focus-home-service-list {
  position: relative;
  display: grid;
  gap: 0;
  margin: 6px 0;
  counter-reset: backoffice-step;
}

.focus-home-flow-card .focus-home-service-list::before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 21px;
  width: 2px;
  background: linear-gradient(#e5e5e5, var(--brand), #e5e5e5);
}

.focus-home-flow-card .focus-home-service-list li {
  position: relative;
  gap: 17px;
  padding: 18px 0;
  border: 0;
}

.focus-home-flow-card .focus-home-service-list li:first-child {
  border: 0;
}

.focus-home-flow-card .focus-home-service-list > li > span {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 5px solid #fff;
  background: #f5f5f5;
  box-shadow: 0 0 0 1px #e7e7e7;
}

.focus-home-flow-card .focus-home-service-list li:nth-child(2) > span {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 8px 24px rgba(255, 124, 97, .2);
}

.focus-home-flow-card .focus-home-service-list div {
  gap: 2px;
}

.focus-home-flow-card .focus-home-service-list div small {
  color: var(--brand-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.focus-home-flow-card .focus-home-service-list strong {
  font-size: 16px;
}

.focus-home-flow-card .focus-home-service-list p {
  margin: 3px 0 0;
  color: #777;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.focus-home-flow-outcome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid rgba(255, 124, 97, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7f4, #fff);
}

.focus-home-flow-outcome > span {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 8px 20px rgba(23, 23, 23, .06);
}

.focus-home-flow-outcome svg {
  width: 19px;
  height: 19px;
}

.focus-home-flow-outcome div {
  display: grid;
  gap: 3px;
}

.focus-home-flow-outcome strong {
  color: #333;
  font-size: 13px;
  line-height: 1.35;
}

.focus-home-final-copy {
  min-width: 0;
}

.focus-home-decision-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.focus-home-decision-steps span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d1d1d1;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.focus-home-decision-steps span small {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  color: #ffad9b;
  font-size: 8px;
  font-weight: 900;
}

.focus-home-decision-steps > svg {
  width: 14px;
  height: 14px;
  color: #6f6f6f;
}

.focus-home-final-action {
  display: grid;
  flex: 0 0 auto;
  gap: 12px;
  justify-items: end;
}

.focus-home-final-action > span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: #aaa;
  font-size: 11px;
  font-weight: 750;
}

.focus-home-final-action > span strong {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .focus-home-route-card h3 {
    min-height: 0;
  }

  .focus-home-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .focus-home-final-action {
    width: 100%;
    justify-items: start;
  }
}

@media (max-width: 700px) {
  .focus-home-route-origin {
    grid-template-columns: auto 1fr;
  }

  .focus-home-route-origin p {
    display: none;
  }

  .focus-home-fork {
    width: 1px;
    height: 40px;
  }

  .focus-home-fork span {
    height: 40px;
  }

  .focus-home-fork::after,
  .focus-home-fork i {
    display: none;
  }

  .focus-home-route-grid {
    position: relative;
    gap: 14px;
  }

  .focus-home-route-grid::before {
    content: "";
    position: absolute;
    top: -14px;
    bottom: 50%;
    left: 18px;
    z-index: -1;
    width: 1px;
    background: #d7d7d7;
  }

  .focus-home-route-card {
    border-left-width: 3px;
  }

  .focus-home-flow-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .focus-home-decision-steps {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .focus-home-decision-steps > svg {
    margin-left: 5px;
    transform: rotate(90deg);
  }

  .focus-home-final-action,
  .focus-home-final-action .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .focus-home-card-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .focus-home-transfer small {
    font-size: 8px;
  }

  .focus-home-route-card li {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .focus-home-route-card li strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .focus-home-transfer > span {
    animation: none;
  }
}

/* Homepage market positioning — pressure, handoff and verifiable trust. */
.focus-home-hero h1 {
  max-width: 850px;
  font-size: clamp(46px, 5.7vw, 80px);
  line-height: .98;
}

.focus-home-pressure-card {
  padding-bottom: 25px;
}

.focus-home-pressure-list {
  display: grid;
  border-top: 1px solid #ececec;
}

.focus-home-pressure-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid #ececec;
}

.focus-home-pressure-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #f5f5f5;
  color: var(--brand-dark);
}

.focus-home-pressure-row:first-child .focus-home-pressure-icon {
  background: linear-gradient(135deg, rgba(255, 124, 97, .16), rgba(255, 104, 165, .12));
}

.focus-home-pressure-icon svg {
  width: 19px;
  height: 19px;
}

.focus-home-pressure-row > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 3px 12px;
}

.focus-home-pressure-row small {
  margin: 0;
  color: #999;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.focus-home-pressure-row strong {
  color: #262626;
  font-size: 14px;
  text-align: right;
}

.focus-home-pressure-row:first-child strong {
  color: var(--brand-dark);
  font-size: 21px;
}

.focus-home-pressure-row p {
  grid-column: 1 / -1;
  margin: 0;
  color: #777;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
}

.focus-home-deadline-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 13px;
  border: 1px solid rgba(255, 124, 97, .2);
  border-radius: 14px;
  background: #fff7f4;
}

.focus-home-deadline-note > svg {
  width: 21px;
  height: 21px;
  color: var(--brand-dark);
}

.focus-home-deadline-note div {
  display: grid;
  gap: 2px;
}

.focus-home-deadline-note small {
  margin: 0;
  color: #8c7771;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.focus-home-deadline-note strong {
  color: #392d2a;
  font-size: 12px;
  line-height: 1.4;
}

.focus-home-deadline-note p {
  margin: 1px 0 0;
  color: #8c7771;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.4;
}

.focus-home-handoff-card {
  display: grid;
}

.focus-home-handoff-part {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 19px 0;
}

.focus-home-handoff-part > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: #f5f5f5;
  color: #555;
}

.focus-home-handoff-you > span {
  border-color: rgba(255, 124, 97, .2);
  background: #fff5f2;
  color: var(--brand-dark);
}

.focus-home-handoff-part svg {
  width: 21px;
  height: 21px;
}

.focus-home-handoff-part > div {
  display: grid;
  gap: 3px;
}

.focus-home-handoff-part small {
  margin: 0;
  color: var(--brand-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.focus-home-handoff-part strong {
  color: #2b2b2b;
  font-size: 15px;
  line-height: 1.35;
}

.focus-home-handoff-part p {
  margin: 0;
  color: #777;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.focus-home-handoff-transfer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 34px;
  margin-left: 22px;
  color: var(--brand-dark);
}

.focus-home-handoff-transfer span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(#ddd, var(--brand), #ddd);
}

.focus-home-handoff-transfer svg {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 17px;
  margin-left: -8px;
  padding: 3px;
  border-radius: 50%;
  background: #fff;
  box-sizing: content-box;
}

.focus-home-handoff-transfer small {
  margin: 0;
  color: #999;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.focus-home-trust {
  padding-top: 0;
  border-top: 1px solid #dedede;
}

.focus-home-trust > .focus-home-heading {
  padding-top: clamp(74px, 9vw, 120px);
}

.focus-home-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 24px;
}

.focus-home-trust-grid article {
  position: relative;
  min-height: 235px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 48px rgba(23, 23, 23, .05);
}

.focus-home-trust-grid article > span {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #d0d0d0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.focus-home-trust-grid article > svg {
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
  color: var(--brand-dark);
}

.focus-home-trust-grid h3 {
  margin: 0 0 10px;
  color: #252525;
  font-size: 19px;
  line-height: 1.2;
}

.focus-home-trust-grid p {
  margin: 0;
  color: #707070;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}

.focus-home-proof-link {
  display: flex;
  justify-content: center;
  margin-bottom: 54px;
}

.footer-grid-compact {
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(155px, .65fr));
}

@media (max-width: 900px) {
  .focus-home-trust-grid {
    grid-template-columns: 1fr;
  }

  .focus-home-trust-grid article {
    min-height: 0;
  }

  .footer-grid-compact {
    grid-template-columns: 1fr;
  }
}

/* Homepage story system */

/* Homepage story system: one decision, shown through distinct working scenes. */
.story-home-hero,
.story-pressure,
.story-home-section,
.story-placement {
  scroll-margin-top: 104px;
}

.story-home-hero {
  width: min(1240px, calc(100% - 32px));
  margin: 20px auto 0;
  padding: clamp(46px, 7vw, 92px) clamp(20px, 5vw, 66px) 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 38px;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 104, 165, .17), transparent 25rem),
    radial-gradient(circle at 2% 100%, rgba(255, 124, 97, .13), transparent 28rem),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(250,248,248,.88));
  box-shadow: 0 32px 100px rgba(23, 23, 23, .08);
}

.story-home-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: center;
  max-width: 1110px;
  margin: 0 auto;
}

.story-home-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(34px, 5vw, 62px);
}

.story-home-kicker,
.story-route-label {
  margin: 0 0 16px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.story-home-kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  margin: 0 10px 4px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--accent-pink));
}

.story-home-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #171717;
  font-size: clamp(52px, 5.3vw, 74px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.story-home-hero h1 span {
  position: relative;
  display: inline;
  color: var(--brand-dark);
  background: linear-gradient(100deg, var(--brand-dark), #df4d6f 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story-home-lead {
  max-width: 600px;
  margin: 25px 0 0;
  color: #5f5a5a;
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 650;
  line-height: 1.58;
}

.story-home-actions {
  display: grid;
  justify-items: start;
  gap: 11px;
  margin-top: 29px;
}

.story-home-actions .button,
.story-section-cta .button,
.story-final-cta .button {
  min-height: 54px;
  padding: 14px 21px;
  font-size: 15px;
}

.story-home-actions > p {
  margin: 0 0 0 4px;
  color: #777;
  font-size: 12px;
  font-weight: 750;
}

.story-placement-preview {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(23, 23, 23, .09);
  border-radius: 25px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 36px 85px rgba(42, 23, 23, .14), 0 3px 10px rgba(23,23,23,.06);
  transform: rotate(1.2deg);
}

.story-placement-preview::before {
  content: "";
  position: absolute;
  inset: 16% -10% auto auto;
  z-index: -1;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 104, 165, .16);
  filter: blur(35px);
}

.story-preview-toolbar,
.story-placement-demo-top,
.story-proof-document-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 10px;
  color: #6b6666;
  font-size: 11px;
  font-weight: 800;
}

.story-preview-toolbar > div,
.story-placement-demo-top > div,
.story-proof-document-head > div {
  display: flex;
  gap: 5px;
}

.story-preview-toolbar > div span,
.story-placement-demo-top > div span,
.story-proof-document-head > div span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dfdada;
}

.story-preview-toolbar > div span:first-child,
.story-placement-demo-top > div span:first-child,
.story-proof-document-head > div span:first-child { background: var(--brand); }
.story-preview-toolbar > div span:nth-child(2),
.story-placement-demo-top > div span:nth-child(2),
.story-proof-document-head > div span:nth-child(2) { background: #ffc857; }

.story-preview-toolbar small {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 5px;
  color: #34735e;
}

.story-preview-toolbar svg { width: 14px; height: 14px; }

.story-preview-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding: 15px;
  border: 1px solid #eee9e7;
  border-radius: 16px;
  background: #fcfbfb;
}

.story-preview-person > span,
.story-preview-node > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f1eceb;
  color: #575151;
}

.story-preview-person > span {
  color: var(--brand-dark);
  background: #fff0ec;
}

.story-preview-person svg,
.story-preview-node svg { width: 18px; height: 18px; }

.story-preview-person div,
.story-preview-node {
  display: grid;
  gap: 3px;
}

.story-preview-person small,
.story-preview-node small,
.story-route-deposit small,
.story-route-partner-node small,
.story-route-role-check small,
.story-final-time span {
  color: #817a79;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.story-preview-person strong { font-size: 14px; }

.story-preview-person em {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eaf8f1;
  color: #34735e;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.story-preview-chain {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) 30px minmax(100px, 1fr) 30px minmax(100px, 1fr);
  gap: 7px;
  align-items: center;
  margin-top: 12px;
  padding: 18px 12px;
  border: 1px solid #eee9e7;
  border-radius: 18px;
  background: linear-gradient(160deg, #fff, #faf7f6);
}

.story-preview-node {
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.story-preview-node strong {
  max-width: 100%;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.story-preview-node-you > span {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  box-shadow: 0 9px 24px rgba(255, 104, 165, .22);
}

.story-preview-link {
  position: relative;
  display: flex;
  align-items: center;
  color: #aaa1a0;
}

.story-preview-link span {
  width: 100%;
  height: 1px;
  background: #d9d2d0;
}

.story-preview-link svg {
  width: 14px;
  margin-left: -6px;
}

.story-preview-link-accent { color: var(--brand-dark); }
.story-preview-link-accent span { background: linear-gradient(90deg, var(--brand), var(--accent-pink)); }

.story-preview-statuses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 12px;
}

.story-preview-statuses span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 9px 4px;
  border-radius: 10px;
  background: #f6f3f2;
  color: #625c5b;
  font-size: 10px;
  font-weight: 850;
}

.story-preview-statuses svg { width: 13px; height: 13px; color: var(--brand-dark); }

.story-placement-preview > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 12px 0 2px;
  color: #625c5b;
  font-size: 11px;
  font-weight: 850;
}

.story-placement-preview > p svg { width: 14px; height: 14px; color: #34735e; }

.story-home-trust-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1110px;
  margin: 0 auto;
  border-top: 1px solid #e6dfdd;
}

.story-home-trust-rail > span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 9px;
  align-content: center;
  min-height: 82px;
  padding: 15px 18px;
  color: #7c7472;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.story-home-trust-rail > span + span { border-left: 1px solid #e6dfdd; }
.story-home-trust-rail svg { grid-row: 1 / span 2; width: 17px; height: 17px; color: var(--brand-dark); }
.story-home-trust-rail strong { color: #332f2e; font-size: 11px; }

.story-pressure {
  padding: clamp(70px, 9vw, 120px) 22px;
}

.story-pressure-shell,
.story-placement-shell {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 13% 2%, rgba(255,124,97,.22), transparent 28rem),
    radial-gradient(circle at 92% 92%, rgba(255,104,165,.14), transparent 28rem),
    #171717;
  box-shadow: 0 36px 90px rgba(23,23,23,.16);
}

.story-pressure-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .84fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
  padding: clamp(50px, 7vw, 88px);
}

.story-pressure-heading h2,
.story-section-heading h2,
.story-proof-copy h2,
.story-objections h2,
.story-final-cta h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.story-pressure-heading .eyebrow,
.story-section-heading .eyebrow,
.story-proof-copy .eyebrow,
.story-objections .eyebrow,
.story-final-cta .eyebrow {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.01em;
  text-transform: none;
}

.story-pressure-heading h2 span { color: #ffad9a; }

.story-pressure-heading > p:not(.eyebrow),
.story-section-heading > p:not(.eyebrow),
.story-proof-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #6c6665;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
}

.story-pressure-heading > p:not(.eyebrow) { color: #c8c2c0; }

.story-pressure-heading > a,
.story-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.story-pressure-heading > a svg,
.story-text-link svg { width: 17px; height: 17px; }

.story-pressure-receipt {
  padding: 14px 24px 24px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 5px 5px 18px 18px;
  background: #fffdfa;
  color: #282423;
  font-family: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
  transform: rotate(1.4deg);
}

.story-pressure-receipt::after {
  content: "";
  display: block;
  height: 8px;
  margin: 22px -24px -32px;
  background: linear-gradient(135deg, #fffdfa 5px, transparent 0) 0 0 / 10px 10px repeat-x;
}

.story-receipt-head,
.story-receipt-row,
.story-receipt-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 24px;
  align-items: center;
}

.story-receipt-head :where(span, small),
.story-receipt-row :where(span, strong),
.story-receipt-total :where(span, strong) {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.story-receipt-head {
  padding: 10px 0 18px;
  border-bottom: 1px dashed #d8cfcb;
  color: #282423;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

.story-receipt-head span { font-size: 17px; font-weight: 900; letter-spacing: -.025em; }
.story-receipt-head small {
  justify-self: end;
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff0ec;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.story-receipt-row {
  padding: 17px 0;
  border-bottom: 1px dashed #e2d9d5;
  color: #746c69;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.story-receipt-row span { font-weight: 700; }
.story-receipt-row strong { color: #34302f; font-size: 14px; font-weight: 800; text-align: right; white-space: nowrap; }
.story-receipt-row-main { align-items: end; }
.story-receipt-row-main strong { color: var(--brand-dark); font-size: 29px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }

.story-receipt-total {
  align-items: end;
  padding-top: 20px;
}

.story-receipt-total span { color: #746c69; font-size: 14px; font-weight: 700; line-height: 1.4; }
.story-receipt-total strong { max-width: 210px; font-size: 14px; font-weight: 800; line-height: 1.4; text-align: right; }

.story-pressure-question {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 17px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.13);
}

.story-pressure-question > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: rgba(255,124,97,.16);
  color: #ffad9a;
}

.story-pressure-question small { color: #ffad9a; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.story-pressure-question h3 { margin: 6px 0 7px; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.1; letter-spacing: -.035em; }
.story-pressure-question p { max-width: 760px; margin: 0; color: #aaa3a1; font-size: 14px; font-weight: 650; line-height: 1.55; }

.story-home-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 0;
}

.story-section-heading { max-width: 820px; margin-bottom: clamp(34px, 5vw, 56px); }
.story-section-heading > p:not(.eyebrow) { max-width: 670px; }
.story-routes .story-section-heading > p:not(.eyebrow) { font-weight: 600; }

.story-route-explorer {
  overflow: hidden;
  border: 1px solid #e2dcda;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(23,23,23,.08);
}

.story-route-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 8px;
  border-bottom: 1px solid #e8e2e0;
  background: #f3f0ef;
}

.story-route-tabs button,
.story-placement-steps button {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.story-route-tabs button {
  display: grid;
  place-items: center;
  gap: 3px;
  min-height: 62px;
  padding: 10px 16px 12px;
  border-radius: 18px;
  background: transparent;
  color: #746d6b;
  text-align: center;
  transition: background .18s ease, box-shadow .18s ease, color .18s ease;
}

.story-route-tabs button span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-route-tabs button strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.story-route-tabs button[aria-selected="true"] {
  background: #fff;
  color: #241f1e;
  box-shadow: 0 8px 20px rgba(23,23,23,.08), inset 0 -3px 0 var(--brand);
}

.story-route-tabs button[aria-selected="true"] span { color: var(--brand-dark); }

.story-route-tabs button:focus-visible,
.story-placement-steps button:focus-visible {
  outline: 3px solid rgba(255,124,97,.32);
  outline-offset: 2px;
}

.story-route-panel {
  display: grid;
  grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr);
  min-height: 550px;
}

.story-route-explorer.is-enhanced .story-route-panel[aria-hidden="true"],
.story-placement-demo.is-enhanced .story-placement-panel[aria-hidden="true"] {
  display: none;
}

.story-route-visual {
  display: grid;
  align-content: center;
  justify-items: center;
  min-width: 0;
  padding: clamp(36px, 6vw, 70px);
  background:
    radial-gradient(circle at 50% 48%, rgba(255,124,97,.16), transparent 17rem),
    #f7f3f2;
}

.story-route-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: min(320px, 100%);
  aspect-ratio: 1;
  border: 1px dashed #d7c9c5;
  border-radius: 50%;
}

.story-route-orbit::before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px dashed #e4d8d5;
  border-radius: 50%;
}

.story-route-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 142px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  box-shadow: 0 22px 50px rgba(23,23,23,.22);
}

.story-route-core svg { width: 29px; height: 29px; margin-bottom: 5px; color: #ffad9a; }
.story-route-core small { color: #aaa; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.story-route-core strong { font-size: 15px; }

.story-route-orbit-item {
  position: absolute;
  z-index: 3;
  padding: 8px 11px;
  border: 1px solid #e1d8d5;
  border-radius: 999px;
  background: #fff;
  color: #665f5d;
  box-shadow: 0 10px 25px rgba(23,23,23,.07);
  font-size: 11px;
  font-weight: 800;
}

.story-route-orbit-a { top: -2%; left: 50%; transform: translateX(-50%); }
.story-route-orbit-b { top: 50%; right: -5%; transform: translateY(-50%); }
.story-route-orbit-c { bottom: -2%; left: 50%; transform: translateX(-50%); }
.story-route-orbit-d { top: 50%; left: -5%; transform: translateY(-50%); }

.story-route-deposit {
  display: grid;
  justify-items: center;
  margin-top: 24px;
  color: #7d7472;
  font-size: 12px;
  font-weight: 700;
}

.story-route-deposit strong { margin: 2px 0 -1px; color: var(--brand-dark); font-size: 29px; font-weight: 900; letter-spacing: -.05em; }

.story-route-copy {
  display: grid;
  align-content: center;
  padding: clamp(38px, 6vw, 72px);
}

.story-route-copy h3 {
  max-width: 530px;
  margin: 0 0 28px;
  color: #211d1c;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -.05em;
}

.story-route-copy dl { display: grid; gap: 0; margin: 0; }
.story-route-copy dl > div { display: grid; grid-template-columns: 112px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid #eee9e7; }
.story-route-copy dt { color: #262120; font-size: 13px; font-weight: 800; }
.story-route-copy dd { margin: 0; color: #716967; font-size: 14px; font-weight: 600; line-height: 1.55; }

.story-route-caveat {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 20px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7f4f3;
  color: #746c6a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.story-route-caveat svg { flex: 0 0 auto; width: 15px; height: 15px; margin-top: 1px; color: var(--brand-dark); }

.story-route-visual-partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(255,104,165,.14), transparent 15rem),
    #f7f3f2;
}

.story-route-partner-node {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 13px;
  align-items: center;
  width: min(330px, 100%);
  padding: 17px;
  border: 1px solid #dfd6d3;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23,23,23,.07);
}

.story-route-partner-node > span {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f1eceb;
  color: #554e4c;
}

.story-route-partner-you > span { color: #fff; background: linear-gradient(135deg, var(--brand), var(--accent-pink)); }
.story-route-partner-node strong { font-size: 13px; }

.story-route-transfer {
  position: relative;
  display: grid;
  justify-items: center;
  height: 65px;
  color: var(--brand-dark);
}

.story-route-transfer span { width: 1px; height: 50px; background: linear-gradient(var(--brand), var(--accent-pink)); }
.story-route-transfer svg { width: 17px; margin-top: -11px; }
.story-route-transfer small { position: absolute; top: 23px; left: calc(50% + 16px); width: 110px; color: #897e7c; font-size: 9px; font-weight: 800; text-transform: uppercase; }

.story-route-role-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  width: min(330px, 100%);
  margin-top: 18px;
  padding: 13px;
  border-radius: 14px;
  background: #fff0ec;
  color: var(--brand-dark);
}

.story-route-role-check svg { flex: 0 0 auto; width: 19px; height: 19px; }
.story-route-role-check span { display: grid; gap: 2px; }
.story-route-role-check strong { color: #564e4c; font-size: 11px; line-height: 1.35; }

/* Route outcome scene: show the commercial benefit before the operational detail. */
.story-route-explorer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #ded8d6;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(23,23,23,.12);
}

.story-route-controlbar {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: center;
  padding: 13px 14px 13px 22px;
  background: #171717;
  color: #fff;
}

.story-route-controlbar-copy {
  display: grid;
  gap: 3px;
}

.story-route-controlbar-copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffad9a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.story-route-controlbar-copy span svg { width: 14px; height: 14px; }
.story-route-controlbar-copy strong { font-size: 14px; font-weight: 800; }

.story-route-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 19px;
  background: rgba(255,255,255,.07);
}

.story-route-tabs button {
  display: grid;
  min-width: 0;
  min-height: 58px;
  place-items: center;
  gap: 2px;
  padding: 9px 13px 10px;
  border-radius: 14px;
  color: #bdb7b5;
  text-align: center;
}

.story-route-tabs button span {
  color: #918b89;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.story-route-tabs button strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.story-route-tabs button[aria-selected="true"] {
  background: linear-gradient(135deg, #fff, #fff4f1);
  color: #211d1c;
  box-shadow: 0 10px 28px rgba(0,0,0,.22), inset 0 -3px 0 var(--brand);
}

.story-route-tabs button[aria-selected="true"] span { color: var(--brand-dark); }

.story-route-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
  min-height: 640px;
  background: #fff;
}

.story-route-stage {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
}

.story-route-stage::before {
  content: "";
  position: absolute;
  inset: auto auto -150px -120px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 75px rgba(255,255,255,.018);
  pointer-events: none;
}

.story-route-stage-partner {
  background:
    radial-gradient(circle at 88% 8%, rgba(255,104,165,.22), transparent 20rem),
    radial-gradient(circle at 4% 76%, rgba(255,124,97,.2), transparent 22rem),
    #1b1919;
  color: #fff;
}

.story-route-stage-own {
  background:
    radial-gradient(circle at 12% 5%, rgba(255,124,97,.16), transparent 21rem),
    linear-gradient(145deg, #f5efed, #ece7e5);
  color: #292423;
}

.story-route-stage-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.story-route-stage-head > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.story-route-stage-head > span svg { width: 16px; height: 16px; color: #ffad9a; }

.story-route-stage-head > small {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #c8c2c0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.story-route-stage-own .story-route-stage-head > span svg { color: var(--brand-dark); }
.story-route-stage-own .story-route-stage-head > small { border-color: #ded4d1; background: rgba(255,255,255,.62); color: #756d6b; }

.story-handoff-scene {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.story-role-card {
  min-width: 0;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  box-shadow: 0 22px 45px rgba(0,0,0,.18);
}

.story-role-card-you { background: rgba(255,255,255,.96); color: #292423; }
.story-role-card-backoffice { background: linear-gradient(145deg, #ff8b73, #f4619b); color: #fff; }

.story-role-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(23,23,23,.09);
}

.story-role-card-backoffice .story-role-card-head { border-bottom-color: rgba(255,255,255,.24); }

.story-role-card-head > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 12px;
  background: #f2ecea;
  color: var(--brand-dark);
}

.story-role-card-backoffice .story-role-card-head > span { background: rgba(255,255,255,.18); color: #fff; }
.story-role-card-head svg { width: 18px; height: 18px; }
.story-role-card-head div { display: grid; gap: 2px; min-width: 0; }
.story-role-card-head small { color: #88807e; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-role-card-backoffice .story-role-card-head small { color: rgba(255,255,255,.76); }
.story-role-card-head strong { font-size: 13px; font-weight: 800; line-height: 1.2; }

.story-role-card ul {
  display: grid;
  gap: 10px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.story-role-card li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.story-role-card li svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: var(--brand-dark);
}

.story-role-card-backoffice li svg { color: #fff; }

.story-handoff-transfer {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
}

.story-handoff-transfer small,
.story-handoff-transfer strong {
  max-width: 82px;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.story-handoff-transfer small { color: #aaa4a2; }
.story-handoff-transfer strong { color: #ffad9a; }

.story-handoff-transfer > span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255,173,154,.32);
  border-radius: 50%;
  background: rgba(255,124,97,.14);
  color: #ffad9a;
  box-shadow: 0 0 0 7px rgba(255,124,97,.05);
  animation: storyHandoffPulse 2.6s ease-in-out infinite;
}

.story-handoff-transfer svg { width: 17px; height: 17px; }

@keyframes storyHandoffPulse {
  0%, 100% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
}

.story-route-outcome {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding: 16px 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.075);
}

.story-route-outcome > span {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--accent-pink));
  color: #fff;
}

.story-route-outcome svg { width: 17px; height: 17px; }
.story-route-outcome div { display: grid; gap: 2px; }
.story-route-outcome small { color: #aaa4a2; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-route-outcome strong { max-width: 470px; font-size: 13px; font-weight: 800; line-height: 1.35; }

.story-own-workboard {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(23,23,23,.09);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 65px rgba(54,39,34,.13);
  transform: rotate(-.65deg);
}

.story-own-workboard-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #ebe4e2;
}

.story-own-workboard-head > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: #211e1d;
  color: #ffad9a;
}

.story-own-workboard-head svg { width: 18px; height: 18px; }
.story-own-workboard-head div { display: grid; gap: 2px; }
.story-own-workboard-head small { color: #8a817f; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.story-own-workboard-head strong { font-size: 14px; font-weight: 800; }
.story-own-workboard-head em { padding: 6px 8px; border-radius: 999px; background: #f4eeec; color: #746b69; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }

.story-own-workboard ul { margin: 0; padding: 0 18px; list-style: none; }
.story-own-workboard li { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px dashed #e6ddda; }
.story-own-workboard li span { display: inline-flex; align-items: center; gap: 9px; color: #4e4745; font-size: 12px; font-weight: 700; }
.story-own-workboard li span svg { width: 16px; height: 16px; color: var(--brand-dark); }
.story-own-workboard li strong { color: #817775; font-size: 10px; font-weight: 800; text-align: right; }

.story-own-deposit {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 17px;
  padding: 16px;
  border-radius: 16px;
  background: #211e1d;
  color: #fff;
}

.story-own-deposit > span { display: grid; gap: 2px; }
.story-own-deposit small { color: #aaa3a1; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.story-own-deposit strong { color: #ffad9a; font-size: 27px; font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.story-own-deposit p { max-width: 110px; margin: 0; color: #c7c0be; font-size: 10px; font-weight: 700; line-height: 1.35; text-align: right; }

/* A placement dossier as the hero artefact: tactile, specific and visibly processed. */
.story-placement-desk,
.story-own-desk-scene {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  min-height: 440px;
  margin: 0 auto;
}

.story-desk-scribble {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.story-desk-scribble path {
  fill: none;
  stroke: rgba(255,173,154,.34);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 5 8;
}

.story-paper-clip {
  position: absolute;
  top: -11px;
  left: 21px;
  width: 13px;
  height: 34px;
  border: 2px solid #9a918e;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  transform: rotate(8deg);
}

.story-paper-clip::after {
  content: "";
  position: absolute;
  inset: 4px 3px -5px;
  border: 1px solid #9a918e;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.story-match-ticket {
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 3;
  width: 184px;
  padding: 18px 17px 15px;
  border: 1px solid rgba(23,23,23,.1);
  border-radius: 4px;
  background: #fffdfa;
  color: #2d2827;
  box-shadow: 0 20px 45px rgba(0,0,0,.22);
  transform: rotate(-3.2deg);
}

.story-match-ticket::after {
  content: "";
  position: absolute;
  inset: auto -1px -7px;
  height: 8px;
  background: linear-gradient(135deg, #fffdfa 5px, transparent 0) 0 0 / 10px 10px repeat-x;
}

.story-match-ticket > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd4d1;
}

.story-match-ticket small,
.story-match-ticket em {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.story-match-ticket small { color: #837a78; }
.story-match-ticket em { color: var(--brand-dark); font-style: normal; }
.story-match-ticket > strong { display: block; font-size: 18px; font-weight: 900; letter-spacing: -.035em; }
.story-match-ticket > p { margin: 3px 0 15px; color: #776e6c; font-size: 11px; font-weight: 700; }

.story-ticket-owner {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 2px;
  background: #fff0ec;
  color: var(--brand-dark);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.25;
}

.story-backoffice-folder {
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 2;
  width: 290px;
  padding: 16px;
  border-radius: 8px 16px 18px 18px;
  background: linear-gradient(145deg, #ff8b73, #ee5f8e);
  box-shadow: 0 30px 70px rgba(0,0,0,.31);
  transform: rotate(1.4deg);
}

.story-folder-tab {
  position: absolute;
  top: -22px;
  left: 0;
  min-width: 118px;
  padding: 8px 14px 7px;
  border-radius: 9px 12px 0 0;
  background: #ff8b73;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
}

.story-folder-sheet {
  position: relative;
  min-height: 286px;
  padding: 17px;
  overflow: hidden;
  border-radius: 5px 5px 12px 12px;
  background:
    repeating-linear-gradient(0deg, transparent 0 27px, rgba(23,23,23,.035) 28px),
    #fffdfa;
  color: #302b2a;
  box-shadow: 0 10px 26px rgba(107,42,51,.18);
}

.story-folder-sheet-head {
  display: grid;
  gap: 3px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5dcda;
}

.story-folder-sheet-head small { color: #8a817f; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.story-folder-sheet-head strong { font-size: 17px; font-weight: 900; letter-spacing: -.03em; }
.story-folder-sheet ol { margin: 11px 0 0; padding: 0; list-style: none; }

.story-folder-sheet li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 35px;
  border-bottom: 1px dashed #ded5d2;
  color: #625a58;
  font-size: 10px;
  font-weight: 700;
}

.story-folder-sheet li svg { width: 15px; height: 15px; color: var(--brand-dark); }

.story-folder-stamp {
  position: absolute;
  right: 16px;
  bottom: 17px;
  padding: 5px 8px 4px;
  border: 2px solid rgba(198,60,53,.72);
  border-radius: 4px;
  color: rgba(198,60,53,.78);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  transform: rotate(-8deg);
}

.story-output-receipt {
  position: absolute;
  bottom: 7px;
  left: 12px;
  z-index: 4;
  width: 216px;
  padding: 15px 16px 17px;
  border-radius: 3px;
  background: #211f1f;
  color: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  transform: rotate(-1.8deg);
}

.story-output-receipt::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 8px;
  background: linear-gradient(135deg, #211f1f 5px, transparent 0) 0 0 / 10px 10px repeat-x;
}

.story-output-receipt small { color: #ffad9a; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.story-output-receipt strong { display: block; margin: 3px 0 7px; font-size: 13px; font-weight: 800; line-height: 1.25; }
.story-output-receipt span { color: #bcb5b3; font-size: 9px; font-weight: 700; line-height: 1.35; }

.story-desk-annotation {
  position: absolute;
  z-index: 5;
  margin: 0;
  color: #ffad9a;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.story-desk-annotation svg { width: 16px; height: 16px; vertical-align: -4px; }
.story-partner-annotation { right: 1px; bottom: 15px; width: 225px; }

.story-own-desk-scene { min-height: 420px; }
.story-own-scribble path { stroke: rgba(198,60,53,.24); }

.story-own-inbox {
  position: absolute;
  top: 35px;
  left: 14px;
  z-index: 2;
  width: 345px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(23,23,23,.1);
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 0 48px, rgba(198,60,53,.08) 49px 50px, transparent 51px),
    repeating-linear-gradient(0deg, #fffdfa 0 35px, #e8dfdc 36px);
  color: #332e2d;
  box-shadow: 0 28px 60px rgba(54,39,34,.16);
  transform: rotate(-1.4deg);
}

.story-own-inbox-head {
  display: grid;
  gap: 3px;
  margin-left: 36px;
  padding-bottom: 16px;
}

.story-own-inbox-head small { color: #8a817f; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-own-inbox-head strong { font-size: 18px; font-weight: 900; letter-spacing: -.035em; }
.story-own-inbox ol { margin: 0; padding: 0; list-style: none; }

.story-own-inbox li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 54px;
}

.story-own-inbox li > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #e1d7d4;
  border-radius: 50%;
  background: #fff;
  color: var(--brand-dark);
  font-size: 8px;
  font-weight: 900;
}

.story-own-inbox li > div { display: grid; gap: 1px; }
.story-own-inbox li strong { font-size: 11px; font-weight: 800; }
.story-own-inbox li small { color: #827977; font-size: 9px; font-weight: 700; }
.story-own-inbox li em { color: var(--brand-dark); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.story-own-inbox-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-left: 36px;
  padding-top: 12px;
  border-top: 1px solid #e2d8d5;
}

.story-own-inbox-foot span { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(255,124,97,.12); }
.story-own-inbox-foot small { color: #756d6b; font-size: 9px; font-weight: 800; }

.story-own-bank-slip {
  position: absolute;
  right: 3px;
  bottom: 31px;
  z-index: 4;
  width: 195px;
  padding: 15px 16px 18px;
  border-radius: 3px;
  background: #211e1d;
  color: #fff;
  box-shadow: 0 22px 45px rgba(42,31,28,.25);
  transform: rotate(3.2deg);
}

.story-own-bank-slip::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 8px;
  background: linear-gradient(135deg, #211e1d 5px, transparent 0) 0 0 / 10px 10px repeat-x;
}

.story-own-bank-slip small { color: #aaa3a1; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.story-own-bank-slip strong { display: block; margin: 4px 0 7px; color: #ffad9a; font-size: 28px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.story-own-bank-slip span { color: #c8c1bf; font-size: 9px; font-weight: 700; }
.story-own-annotation { right: 0; top: 12px; width: 155px; color: var(--brand-dark); }

/* One operational route board instead of a collage of decorative UI cards. */
.story-placement-desk,
.story-own-desk-scene {
  min-height: 0;
}

.story-flow-board {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 3px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #131313;
  background-size: 28px 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
  color: #fff;
}

.story-flow-board::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 3px;
  background: var(--brand);
}

.story-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  padding: 0 17px 0 28px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.34);
  color: #b9b3b1;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.story-flow-head em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-style: normal;
}

.story-flow-head em i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #74dd99;
  box-shadow: 0 0 0 5px rgba(116,221,153,.12);
}

.story-flow-intake {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 23px 24px 19px 28px;
}

.story-flow-number {
  color: #ff8b73;
  font-size: clamp(49px, 6vw, 72px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.075em;
}

.story-flow-intake > div { display: grid; gap: 3px; }
.story-flow-intake small { color: #8f8987; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-flow-intake strong { font-size: 14px; font-weight: 800; }

.story-flow-handoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
  align-items: stretch;
  padding: 0 24px 0 28px;
}

.story-flow-owner {
  display: grid;
  align-content: center;
  gap: 5px;
  min-height: 72px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
}

.story-flow-owner span { color: #ffad9a; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-flow-owner strong { max-width: 140px; font-size: 11px; font-weight: 800; line-height: 1.35; }
.story-flow-owner-backoffice { border-color: rgba(255,124,97,.55); background: rgba(255,124,97,.12); }

.story-flow-turn {
  position: relative;
  display: grid;
  place-items: center;
}

.story-flow-turn span {
  position: absolute;
  right: -1px;
  left: -1px;
  height: 2px;
  background: var(--brand);
}

.story-flow-turn svg {
  position: relative;
  z-index: 1;
  width: 29px;
  height: 29px;
  padding: 7px;
  border-radius: 50%;
  background: var(--brand);
  color: #171717;
  box-shadow: 0 0 0 8px rgba(255,124,97,.12);
}

.story-flow-stops {
  position: relative;
  margin: 18px 24px 0 calc(50% + 13px);
  padding: 0 0 0 27px;
  border-left: 2px solid var(--brand);
  list-style: none;
}

.story-flow-stops li {
  position: relative;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.story-flow-stops li::before {
  content: "";
  position: absolute;
  left: -33px;
  width: 10px;
  height: 10px;
  border: 2px solid #161616;
  border-radius: 50%;
  background: #ff8b73;
  box-shadow: 0 0 0 1px var(--brand);
}

.story-flow-stops li > span { color: #706b69; font-size: 8px; font-weight: 900; }
.story-flow-stops li > strong { font-size: 10px; font-weight: 800; }
.story-flow-stops li > small { color: #8be5a8; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.story-flow-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  margin-top: 19px;
  padding: 16px 24px 17px 28px;
  border-top: 1px solid rgba(255,255,255,.14);
  background: #ff8068;
  color: #211817;
}

.story-flow-result span,
.story-flow-result strong { display: inline-flex; align-items: center; gap: 7px; }
.story-flow-result span { font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.story-flow-result strong { font-size: 11px; font-weight: 900; }
.story-flow-result svg { width: 14px; height: 14px; }

.story-flow-board-own {
  border-color: #d7cfcc;
  background:
    linear-gradient(rgba(40,34,32,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40,34,32,.04) 1px, transparent 1px),
    #fffdfb;
  background-size: 28px 28px;
  box-shadow: 0 28px 65px rgba(54,39,34,.14);
  color: #282321;
}

.story-flow-board-own::before { background: #282321; }
.story-flow-board-own .story-flow-head { border-color: #ded7d4; background: #282321; color: #aaa3a1; }
.story-flow-board-own .story-flow-head em i { background: #ff8b73; box-shadow: 0 0 0 5px rgba(255,124,97,.14); }
.story-flow-board-own .story-flow-intake small { color: #8b827f; }

.story-flow-map-own {
  margin: 0 24px 0 28px;
  border: 1px solid #ddd5d2;
  background: rgba(255,255,255,.66);
}

.story-flow-map-own .story-flow-owner {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 56px;
  border: 0;
  border-bottom: 1px solid #ddd5d2;
  background: #f2ece9;
}

.story-flow-map-own .story-flow-owner span { color: var(--brand-dark); }
.story-flow-map-own .story-flow-owner strong { max-width: none; color: #282321; text-align: right; }

.story-flow-map-own .story-flow-stops {
  margin: 0;
  padding: 4px 15px 4px 46px;
  border-left: 0;
}

.story-flow-map-own .story-flow-stops::before {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 25px;
  width: 2px;
  background: #282321;
}

.story-flow-map-own .story-flow-stops li { min-height: 44px; border-color: #e3ddda; }
.story-flow-map-own .story-flow-stops li:last-child { border-bottom: 0; }
.story-flow-map-own .story-flow-stops li::before { left: -31px; border-color: #fffdfb; background: #282321; box-shadow: 0 0 0 1px #282321; }
.story-flow-map-own .story-flow-stops li > span { color: #9b918e; }
.story-flow-map-own .story-flow-stops li > small { color: var(--brand-dark); }

.story-flow-own-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 19px 24px 22px 28px;
  padding-top: 16px;
  border-top: 3px solid #282321;
}

.story-flow-own-footer > div { display: grid; gap: 2px; }
.story-flow-own-footer small { color: #807774; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-flow-own-footer strong { color: var(--brand-dark); font-size: 30px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.story-flow-own-footer > span { max-width: 135px; color: #706765; font-size: 9px; font-weight: 800; line-height: 1.35; text-align: right; }

/* At-a-glance route map: both outcomes stay visible without tabs or interaction. */
.story-route-glance {
  overflow: hidden;
  border: 1px solid #ded8d5;
  border-radius: 30px;
  background: #171616;
  box-shadow: 0 28px 75px rgba(23,23,23,.1);
}

.story-glance-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 27px clamp(26px, 4vw, 48px) 25px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #fff;
}

.story-glance-head > div { display: grid; gap: 6px; }
.story-glance-head > div > span { color: #ff9682; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.story-glance-head > div > strong { font-size: clamp(21px, 2.5vw, 30px); font-weight: 900; letter-spacing: -.035em; }

.story-glance-head > p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #a9a3a1;
  font-size: 10px;
  font-weight: 800;
}

.story-glance-head > p svg { width: 15px; height: 15px; color: #ff8b73; }

.story-route-map {
  position: relative;
  padding: 0 clamp(26px, 4vw, 48px) clamp(30px, 4vw, 48px);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    #171616;
  background-size: 34px 34px;
}

.story-map-start {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 86px;
  color: #fff;
}

.story-map-start-index {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #ff9682;
  font-size: 10px;
  font-weight: 900;
}

.story-map-start small { color: #958f8d; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-map-start strong { font-size: clamp(16px, 2vw, 21px); font-weight: 850; }

.story-map-start em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(116,221,153,.28);
  background: rgba(116,221,153,.08);
  color: #8be5a8;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.story-map-start em svg { width: 13px; height: 13px; }

.story-map-fork {
  position: relative;
  height: 54px;
}

.story-map-fork::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 27px;
  background: #ff8068;
  transform: translateX(-50%);
}

.story-map-fork span {
  position: absolute;
  top: 27px;
  right: 25%;
  left: 25%;
  height: 2px;
  background: #ff8068;
}

.story-map-fork span::before,
.story-map-fork span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 27px;
  background: #ff8068;
}

.story-map-fork span::before { left: 0; }
.story-map-fork span::after { right: 0; }

.story-map-fork i {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 3px solid #171616;
  border-radius: 50%;
  background: #ff8068;
  transform: translateX(-50%);
}

.story-map-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.16);
  background: #171616;
}

.story-map-lane {
  min-width: 0;
  color: #2a2422;
}

.story-map-lane + .story-map-lane { border-left: 1px solid rgba(23,23,23,.2); }
.story-map-lane-own { background: #f5f0ed; }
.story-map-lane-partner { background: linear-gradient(145deg, #ff9279, #fa6f88); }

.story-map-lane > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  min-height: 108px;
  padding: 23px 25px;
  border-bottom: 1px solid rgba(36,30,28,.15);
}

.story-map-lane > header > div { display: grid; gap: 5px; }
.story-map-lane > header small { color: #827976; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.story-map-lane-partner > header small { color: rgba(42,25,24,.65); }
.story-map-lane > header h3 { margin: 0; font-size: clamp(23px, 2.8vw, 34px); font-weight: 900; line-height: .98; letter-spacing: -.05em; }

.story-map-lane > header > span {
  max-width: 120px;
  padding: 6px 8px;
  border: 1px solid rgba(36,30,28,.17);
  color: #675e5b;
  font-size: 7px;
  font-weight: 900;
  line-height: 1.25;
  text-align: right;
  text-transform: uppercase;
}

.story-map-lane-partner > header > span { border-color: rgba(42,25,24,.28); background: #231e1d; color: #ffad9a; }

.story-map-track {
  position: relative;
  margin: 0;
  padding: 10px 25px 10px 66px;
  list-style: none;
}

.story-map-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 37px;
  width: 2px;
  background: #332d2b;
}

.story-map-lane-partner .story-map-track::before { background: #fff0eb; }

.story-map-track li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid rgba(36,30,28,.13);
}

.story-map-track li:last-child { border-bottom: 0; }

.story-map-track li::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 11px;
  height: 11px;
  border: 3px solid #f5f0ed;
  border-radius: 50%;
  background: #332d2b;
  box-shadow: 0 0 0 1px #332d2b;
}

.story-map-lane-partner .story-map-track li::before { border-color: #fb7884; background: #fff0eb; box-shadow: 0 0 0 1px #fff0eb; }
.story-map-track li strong { font-size: 11px; font-weight: 850; }
.story-map-track li > span { color: #817774; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.story-map-lane-partner .story-map-track li > span { color: rgba(42,25,24,.72); }

.story-map-lane > footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(135px, .7fr);
  gap: 22px;
  align-items: end;
  min-height: 125px;
  padding: 20px 25px 23px;
  border-top: 1px solid rgba(36,30,28,.15);
}

.story-map-lane > footer > div { display: grid; gap: 3px; }
.story-map-lane > footer small { color: #817774; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.story-map-lane-partner > footer small { color: rgba(42,25,24,.62); }
.story-map-lane > footer strong { color: var(--brand-dark); font-size: clamp(20px, 2.4vw, 29px); font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.story-map-lane-partner > footer strong { color: #241d1c; font-size: clamp(15px, 1.8vw, 21px); line-height: 1.1; }
.story-map-lane > footer span { color: #807673; font-size: 8px; font-weight: 750; }
.story-map-lane-partner > footer span { color: rgba(42,25,24,.72); font-weight: 850; }

.story-map-lane > footer p {
  margin: 0;
  color: #665e5b;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
}

.story-map-lane-partner > footer p { color: #312523; }
.story-map-lane > footer p b { display: block; margin-bottom: 3px; font-size: 12px; font-weight: 900; }

.story-glance-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 21px clamp(26px, 4vw, 48px);
  border-top: 1px solid rgba(255,255,255,.14);
  background: #171616;
  color: #fff;
}

.story-glance-bottom > p {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  max-width: 700px;
  margin: 0;
  color: #aaa4a2;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.5;
}

.story-glance-bottom > p svg { width: 17px; height: 17px; color: #ff8b73; }
.story-glance-bottom > p strong { color: #fff; }
.story-glance-bottom .button { flex: none; }

.story-route-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(40px, 5vw, 62px);
  background: #fff;
}

.story-route-copy h3 {
  max-width: 520px;
  margin: 0;
  color: #211d1c;
  font-size: clamp(32px, 3.3vw, 43px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
}

.story-route-intro {
  max-width: 500px;
  margin: 18px 0 0;
  color: #716967;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.story-route-points {
  display: grid;
  gap: 0;
  margin: 25px 0 0;
  padding: 0;
  border-top: 1px solid #eee9e7;
  list-style: none;
}

.story-route-points > li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #eee9e7;
}

.story-route-points > li > svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #827977;
}

.story-route-benefits > li > svg { color: var(--brand-dark); }
.story-route-points span { display: grid; gap: 3px; }
.story-route-points strong { color: #302a29; font-size: 13px; font-weight: 800; line-height: 1.35; }
.story-route-points small { color: #766e6c; font-size: 12px; font-weight: 600; line-height: 1.5; }

.story-route-caveat {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 19px 0 0;
  padding: 12px 14px;
  border: 1px solid #eee6e3;
  border-radius: 13px;
  background: #faf7f6;
  color: #746c6a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.story-route-caveat svg { flex: 0 0 auto; width: 15px; height: 15px; margin-top: 1px; color: var(--brand-dark); }

.story-section-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 20px 22px 20px 26px;
  border-radius: 20px;
  background: #171717;
  color: #fff;
}

.story-section-cta > div { display: grid; gap: 3px; }
.story-section-cta strong { font-size: 15px; }
.story-section-cta span { color: #aaa4a2; font-size: 12px; font-weight: 700; }

.story-placement { padding: 0 22px clamp(70px, 9vw, 120px); }
.story-placement-shell { padding: clamp(50px, 7vw, 84px); }
.story-section-heading-light { color: #fff; }
.story-section-heading-light > p:not(.eyebrow) { color: #aaa3a1; }
.story-section-heading-light .eyebrow { color: #ffad9a; }

.story-placement-demo {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 24px;
  background: #242424;
  box-shadow: 0 26px 70px rgba(0,0,0,.26);
}

.story-placement-demo-top {
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: #aaa3a1;
}

.story-placement-demo-top small { justify-self: end; }

.story-placement-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 10px;
  background: rgba(255,255,255,.04);
}

.story-placement-steps button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  min-height: 54px;
  padding: 10px 13px;
  border-radius: 13px;
  background: transparent;
  color: #938c8a;
  text-align: left;
  transition: background .18s ease, color .18s ease;
}

.story-placement-steps button small { font-size: 9px; font-weight: 900; }
.story-placement-steps button span { font-size: 12px; font-weight: 850; }
.story-placement-steps button svg { width: 14px; height: 14px; }

.story-placement-steps button[aria-selected="true"] {
  background: #fff;
  color: #2b2726;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.story-placement-panels { padding: 10px; }

.story-placement-panel {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(35px, 6vw, 76px);
  min-height: 330px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 17px;
  background: #fff;
  color: #211d1c;
}

.story-placement-panel-copy { align-self: center; }
.story-placement-panel-copy p { margin: 0 0 13px; color: var(--brand-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-placement-panel-copy h3 { margin: 0 0 15px; font-size: clamp(28px, 3.2vw, 38px); line-height: 1; letter-spacing: -.05em; }
.story-placement-panel-copy > span { color: #716967; font-size: 14px; font-weight: 650; line-height: 1.55; }

.story-placement-panel ul {
  display: grid;
  align-content: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-placement-panel li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid #ede7e5;
  border-radius: 13px;
  background: #faf8f7;
}

.story-placement-panel li > svg { width: 18px; height: 18px; color: #3a7e66; }
.story-placement-panel li > span { display: grid; gap: 2px; }
.story-placement-panel li small { color: #918785; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.story-placement-panel li strong { font-size: 12px; }

.story-placement-panel .story-placement-gate { border-color: rgba(255,124,97,.22); background: #fff2ee; }
.story-placement-panel .story-placement-gate > svg { color: var(--brand-dark); }
.story-placement-panel .story-placement-gate-done { border-color: rgba(58,126,102,.22); background: #edf8f3; }
.story-placement-panel .story-placement-gate-done > svg { color: #34735e; }

.story-placement-disclaimer {
  margin: 16px 5px 0;
  color: #8f8987;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
}

.story-proof { padding-top: 0; }

.story-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr);
  gap: clamp(44px, 8vw, 95px);
  align-items: center;
  padding: clamp(46px, 7vw, 78px) 0;
}

.story-proof-copy h2,
.story-objections h2 { font-size: clamp(38px, 4vw, 50px); }
.story-proof-copy .story-text-link { color: var(--brand-dark); }

.story-proof-document {
  overflow: hidden;
  border: 1px solid #ded7d4;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(23,23,23,.10);
  transform: rotate(-.7deg);
}

.story-proof-document-head {
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid #ebe5e3;
  color: #756e6c;
}
.story-proof-document-head small { justify-self: end; }

.story-proof-document ol { margin: 0; padding: 8px 20px; list-style: none; }
.story-proof-document li {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee9e7;
}

.story-proof-document li > span { color: var(--brand-dark); font-size: 10px; font-weight: 900; }
.story-proof-document li > div { display: grid; gap: 3px; }
.story-proof-document li strong { color: #332e2d; font-size: 12px; }
.story-proof-document li small { color: #827a78; font-size: 10px; font-weight: 650; line-height: 1.35; }
.story-proof-document li em { padding: 5px 8px; border-radius: 999px; background: #f5f1f0; color: #796f6d; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.story-proof-document-foot {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 10px;
  padding: 14px;
  border-radius: 12px;
  background: #edf8f3;
  color: #34735e;
}

.story-proof-document-foot svg { flex: 0 0 auto; width: 20px; height: 20px; }
.story-proof-document-foot span { display: grid; gap: 2px; }
.story-proof-document-foot small { font-size: 8px; font-weight: 900; text-transform: uppercase; }
.story-proof-document-foot strong { color: #365c4f; font-size: 11px; }

.story-objections {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
  gap: clamp(40px, 8vw, 100px);
  padding: clamp(65px, 9vw, 105px) 0;
  border-top: 1px solid #dfd9d7;
}

.story-objections > div { border-top: 1px solid #d8d0ce; }
.story-objections details {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d8d0ce;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.story-objections summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 2px;
  color: #2a2524;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.3;
  list-style: none;
}

.story-objections summary::-webkit-details-marker { display: none; }
.story-objections summary svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--brand-dark); transition: transform .2s ease; }
.story-objections details[open] summary svg { transform: rotate(45deg); }
.story-objections details p { max-width: 65ch; margin: -4px 35px 22px 2px; color: #6f6866; font-size: 14px; font-weight: 650; line-height: 1.65; }

.story-final-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 29px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,124,97,.22), transparent 19rem),
    #171717;
  color: #fff;
  box-shadow: 0 28px 70px rgba(23,23,23,.16);
}

.story-final-cta h2 { max-width: 650px; font-size: clamp(30px, 3.5vw, 42px); }
.story-final-cta .eyebrow { color: #ffad9a; }

.story-final-time {
  display: grid;
  place-items: center;
  width: 104px;
  aspect-ratio: 1;
  align-content: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}

.story-final-time strong { margin-bottom: -4px; color: #ffad9a; font-size: 35px; letter-spacing: -.06em; }
.story-final-time span { color: #b8b1af; }

.story-home-source {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  max-width: 800px;
  margin: 18px auto 0;
  color: #89817f;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
  text-align: center;
}

.story-home-source a { display: inline-flex; align-items: center; gap: 4px; color: var(--brand-dark); font-weight: 850; }
.story-home-source svg { width: 12px; height: 12px; }

@media (max-width: 1000px) {
  .story-home-hero-shell { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 34px; }
  .story-home-hero h1 { font-size: clamp(50px, 6.4vw, 62px); }
  .story-preview-chain { grid-template-columns: 1fr 20px 1fr 20px 1fr; padding-inline: 6px; }
  .story-pressure-shell { grid-template-columns: 1fr minmax(320px, .8fr); gap: 45px; }
  .story-route-panel { grid-template-columns: 1fr; min-height: 0; }
  .story-route-stage { min-height: 520px; padding: 44px; }
  .story-route-visual, .story-route-copy { padding: 40px; }
  .story-placement-shell { padding: 52px 36px; }
  .story-placement-panel { grid-template-columns: 1fr 1fr; padding: 38px; }
  .story-proof-grid { grid-template-columns: .8fr 1.2fr; gap: 48px; }
  .story-final-cta { grid-template-columns: 1fr auto; }
  .story-final-time { display: none; }
}

@media (max-width: 820px) {
  .story-home-hero { width: min(100% - 22px, 720px); margin-top: 8px; padding: 46px 28px 0; border-radius: 29px; }
  .story-home-hero-shell { grid-template-columns: 1fr; }
  .story-home-hero-copy { padding-bottom: 0; }
  .story-home-hero h1 { max-width: 660px; font-size: clamp(48px, 8vw, 60px); }
  .story-placement-preview { width: min(560px, 100%); margin: 0 auto 34px; transform: none; }
  .story-home-trust-rail { grid-template-columns: repeat(2, 1fr); }
  .story-home-trust-rail > span + span { border-left: 0; }
  .story-home-trust-rail > span:nth-child(even) { border-left: 1px solid #e6dfdd; }
  .story-home-trust-rail > span:nth-child(n+3) { border-top: 1px solid #e6dfdd; }
  .story-pressure-shell { grid-template-columns: 1fr; padding: 54px 40px; }
  .story-pressure-receipt { width: min(470px, 100%); transform: none; }
  .story-route-controlbar { grid-template-columns: 1fr; gap: 12px; padding: 16px; }
  .story-route-controlbar-copy { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-inline: 4px; }
  .story-route-panel { grid-template-columns: 1fr; }
  .story-route-stage { min-height: 0; padding: 42px 36px; }
  .story-route-visual { min-height: 460px; }
  .story-route-copy { padding: 46px 40px; }
  .story-placement-panel { grid-template-columns: 1fr; min-height: 0; }
  .story-placement-steps { grid-template-columns: repeat(2, 1fr); }
  .story-proof-grid { grid-template-columns: 1fr; }
  .story-proof-copy { max-width: 620px; }
  .story-proof-document { width: min(620px, 100%); transform: none; }
  .story-objections { grid-template-columns: 1fr; gap: 36px; }
  .story-final-cta { grid-template-columns: 1fr; }
  .story-final-cta .button { justify-self: start; }
}

@media (max-width: 560px) {
  .story-home-hero { width: calc(100% - 14px); padding: 38px 17px 0; border-radius: 24px; }
  .story-home-kicker { margin-bottom: 13px; font-size: 10px; letter-spacing: .1em; }
  .story-home-kicker::before { width: 18px; margin-right: 7px; }
  .story-pressure-heading .eyebrow,
  .story-section-heading .eyebrow,
  .story-proof-copy .eyebrow,
  .story-objections .eyebrow,
  .story-final-cta .eyebrow { margin-bottom: 12px; font-size: 15px; }
  .story-home-hero h1 { font-size: clamp(42px, 11vw, 52px); line-height: .95; }
  .story-home-lead { margin-top: 19px; font-size: 16px; }
  .story-home-actions { margin-top: 23px; }
  .story-home-actions .button { width: 100%; min-height: 52px; padding-inline: 15px; }
  .story-placement-preview { margin-top: 2px; padding: 8px; border-radius: 19px; }
  .story-preview-toolbar { grid-template-columns: auto 1fr; padding-inline: 7px; }
  .story-preview-toolbar > strong { text-align: center; }
  .story-preview-toolbar > small { display: none; }
  .story-preview-person { padding: 12px; }
  .story-preview-chain { grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 14px 4px; }
  .story-preview-link { display: none; }
  .story-preview-node > span { width: 34px; height: 34px; }
  .story-preview-node small { font-size: 8px; }
  .story-preview-node strong { font-size: 10px; }
  .story-preview-statuses { grid-template-columns: repeat(2, 1fr); }
  .story-home-trust-rail { grid-template-columns: 1fr; }
  .story-home-trust-rail > span,
  .story-home-trust-rail > span:nth-child(even),
  .story-home-trust-rail > span:nth-child(n+3) { min-height: 64px; border-top: 1px solid #e6dfdd; border-left: 0; padding: 12px 4px; }
  .story-home-trust-rail > span:first-child { border-top: 0; }
  .story-pressure { padding: 64px 8px; }
  .story-pressure-shell { padding: 44px 20px; border-radius: 25px; }
  .story-pressure-heading h2,
  .story-section-heading h2,
  .story-proof-copy h2,
  .story-objections h2 { font-size: clamp(33px, 9vw, 41px); }
  .story-pressure-heading > p:not(.eyebrow),
  .story-section-heading > p:not(.eyebrow),
  .story-proof-copy > p:not(.eyebrow) { font-size: 15px; }
  .story-pressure-receipt { padding-inline: 17px; }
  .story-pressure-receipt::after { margin-right: -17px; margin-left: -17px; }
  .story-receipt-head { grid-template-columns: 1fr; gap: 2px; }
  .story-receipt-head small { display: block; justify-self: start; margin-top: 5px; }
  .story-receipt-row,
  .story-receipt-total { grid-template-columns: 1fr; gap: 6px; align-items: start; }
  .story-receipt-row strong,
  .story-receipt-total strong { max-width: none; text-align: left; }
  .story-receipt-row-main strong { font-size: 27px; }
  .story-pressure-question { display: grid; }
  .story-home-section { width: calc(100% - 28px); padding: 68px 0; }
  .story-route-glance { border-radius: 21px; }
  .story-glance-head { display: grid; gap: 13px; padding: 22px 18px; }
  .story-glance-head > div > strong { font-size: 21px; line-height: 1.1; }
  .story-route-map { padding: 0 16px 20px; }
  .story-map-start { grid-template-columns: 1fr; gap: 5px; padding: 18px 0; }
  .story-map-start-index { width: 36px; height: 36px; }
  .story-map-fork { height: 36px; }
  .story-map-fork::before { height: 36px; }
  .story-map-fork span { display: none; }
  .story-map-fork i { top: 14px; }
  .story-map-lanes { grid-template-columns: 1fr; gap: 16px; border: 0; background: transparent; }
  .story-map-lane { border: 1px solid rgba(255,255,255,.16); }
  .story-map-lane + .story-map-lane { border-left: 1px solid rgba(255,255,255,.16); }
  .story-map-lane > header { display: grid; gap: 13px; min-height: 0; padding: 20px; }
  .story-map-lane > header > span { max-width: none; justify-self: start; text-align: left; }
  .story-map-track { padding-right: 20px; padding-left: 59px; }
  .story-map-track::before { left: 37px; }
  .story-map-track li::before { left: -34px; }
  .story-map-lane > footer { grid-template-columns: 1fr; gap: 15px; min-height: 0; padding: 19px 20px 21px; }
  .story-glance-bottom { grid-template-columns: 1fr; gap: 18px; padding: 21px 18px; }
  .story-glance-bottom .button { width: 100%; }
  .story-route-explorer { border-radius: 21px; }
  .story-route-controlbar { padding: 8px; }
  .story-route-controlbar-copy { display: none; }
  .story-route-tabs { gap: 4px; padding: 4px; border-radius: 16px; }
  .story-route-tabs button { min-height: 62px; padding-inline: 8px; }
  .story-route-tabs button strong { font-size: 13px; }
  .story-route-stage { padding: 34px 20px; }
  .story-route-stage-head { margin-bottom: 20px; }
  .story-route-stage-head > small { display: none; }
  .story-placement-desk,
  .story-own-desk-scene { min-height: 0; }
  .story-flow-head { padding-right: 13px; padding-left: 23px; }
  .story-flow-intake { padding: 21px 16px 18px 23px; }
  .story-flow-number { font-size: 50px; }
  .story-flow-handoff { grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr); padding: 0 16px 0 23px; }
  .story-flow-owner { min-height: 76px; padding: 11px 10px; }
  .story-flow-owner strong { font-size: 9px; }
  .story-flow-turn svg { width: 25px; height: 25px; padding: 6px; }
  .story-flow-stops { margin-right: 16px; margin-left: 48%; padding-left: 22px; }
  .story-flow-stops li { grid-template-columns: 21px minmax(0, 1fr); gap: 6px; padding-block: 6px; }
  .story-flow-stops li::before { left: -28px; }
  .story-flow-stops li > small { grid-column: 2; }
  .story-flow-result { grid-template-columns: 1fr; padding-right: 16px; padding-left: 23px; }
  .story-flow-result strong { justify-content: space-between; }
  .story-flow-map-own { margin-right: 16px; margin-left: 23px; }
  .story-flow-map-own .story-flow-owner { grid-template-columns: 1fr; gap: 3px; }
  .story-flow-map-own .story-flow-owner strong { text-align: left; }
  .story-flow-map-own .story-flow-stops { margin: 0; padding-left: 42px; }
  .story-flow-map-own .story-flow-stops li > small { grid-column: 2; }
  .story-flow-own-footer { align-items: flex-start; flex-direction: column; margin-right: 16px; margin-left: 23px; }
  .story-flow-own-footer > span { max-width: none; text-align: left; }
  .story-handoff-scene { grid-template-columns: 1fr; gap: 13px; }
  .story-role-card { padding: 18px; }
  .story-handoff-transfer { gap: 5px; padding-block: 1px; }
  .story-handoff-transfer > span { width: 35px; height: 35px; }
  .story-handoff-transfer > span svg { transform: rotate(90deg); }
  .story-handoff-transfer small,
  .story-handoff-transfer strong { max-width: none; }
  .story-route-outcome { margin-top: 18px; padding: 14px; }
  .story-own-workboard { transform: none; }
  .story-own-workboard-head { grid-template-columns: auto minmax(0, 1fr); }
  .story-own-workboard-head em { display: none; }
  .story-own-workboard li { align-items: flex-start; }
  .story-own-workboard li strong { max-width: 82px; }
  .story-own-deposit { align-items: flex-start; flex-direction: column; gap: 9px; }
  .story-own-deposit p { max-width: none; text-align: left; }
  .story-route-visual { min-height: 360px; padding: 42px 26px; }
  .story-route-orbit { width: min(245px, 88%); }
  .story-route-core { width: 116px; }
  .story-route-orbit-b { right: -10%; }
  .story-route-orbit-d { left: -10%; }
  .story-route-deposit { margin-top: 20px; }
  .story-route-copy { padding: 34px 22px; }
  .story-route-copy h3 { font-size: 29px; }
  .story-route-copy dl > div { grid-template-columns: 1fr; gap: 5px; }
  .story-section-cta { display: grid; padding: 21px; }
  .story-section-cta .button { width: 100%; }
  .story-placement { padding: 0 7px 68px; }
  .story-placement-shell { padding: 44px 13px; border-radius: 25px; }
  .story-placement-demo-top { grid-template-columns: auto 1fr; padding: 0 10px; }
  .story-placement-demo-top strong { justify-self: center; font-size: 10px; }
  .story-placement-demo-top small { display: none; }
  .story-placement-steps { gap: 4px; padding: 7px; }
  .story-placement-steps button { grid-template-columns: auto 1fr; padding: 8px; }
  .story-placement-steps button svg { display: none; }
  .story-placement-panels { padding: 7px; }
  .story-placement-panel { gap: 27px; padding: 28px 20px; }
  .story-placement-panel-copy h3 { font-size: 28px; }
  .story-proof-grid { gap: 42px; padding-top: 0; }
  .story-proof-document-head { grid-template-columns: auto 1fr; padding-inline: 10px; }
  .story-proof-document-head strong { font-size: 10px; text-align: center; }
  .story-proof-document-head small { display: none; }
  .story-proof-document ol { padding-inline: 12px; }
  .story-proof-document li { grid-template-columns: 24px 1fr; gap: 8px; }
  .story-proof-document li em { display: none; }
  .story-proof-document-foot strong { font-size: 10px; }
  .story-objections { padding: 62px 0; }
  .story-objections summary { font-size: 15px; }
  .story-final-cta { padding: 29px 22px; border-radius: 22px; }
  .story-final-cta h2 { font-size: 30px; }
  .story-final-cta .button { width: 100%; }
  .story-home-source { display: block; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-placement-preview,
  .story-pressure-receipt,
  .story-proof-document,
  .story-own-workboard { transform: none; }
  .story-handoff-transfer > span { animation: none; }
  .story-route-tabs button,
  .story-placement-steps button,
  .story-objections summary svg { transition: none; }
}

/* Quiet homepage footer: primary choices stay visible, deeper SEO links stay available on demand. */
.site-footer--compact {
  margin-top: 10px;
  padding: 0 24px 26px;
  border-top: 1px solid #dedede;
  background: rgba(239, 239, 237, .72);
  color: #555;
}

.site-footer--compact::before {
  display: none;
}

.compact-footer-shell {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 42px;
}

.compact-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 48px;
  padding-bottom: 34px;
}

.compact-footer-brand {
  max-width: 520px;
}

.compact-footer-logo {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
}

.compact-footer-logo .brand-logo {
  width: 175px;
  height: 72px;
}

.compact-footer-brand p {
  max-width: 500px;
  margin: 0;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.compact-footer-contact {
  display: grid;
  gap: 7px;
  padding-top: 12px;
  justify-items: end;
  text-align: right;
}

.compact-footer-contact span {
  color: #858585;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.compact-footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #292929;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.compact-footer-contact a svg {
  width: 15px;
  height: 15px;
  color: var(--brand-dark);
}

.compact-footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 27px;
  padding: 19px 0;
  border-top: 1px solid #d7d7d5;
  border-bottom: 1px solid #d7d7d5;
}

.compact-footer-nav a {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease;
}

.compact-footer-nav a:hover,
.compact-footer-contact a:hover,
.compact-footer-more a:hover,
.compact-footer-meta a:hover {
  color: var(--brand-dark);
}

.compact-footer-more {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d7d7d5;
  border-radius: 0;
  background: transparent;
}

.compact-footer-more summary {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  padding: 16px 0;
  color: #777;
  font-size: 11px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.compact-footer-more summary::-webkit-details-marker {
  display: none;
}

.compact-footer-more summary svg {
  width: 14px;
  height: 14px;
  transition: transform .18s ease;
}

.compact-footer-more[open] summary svg {
  transform: rotate(180deg);
}

.compact-footer-more > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  padding: 0 0 18px;
}

.compact-footer-more a {
  color: #777;
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}

.compact-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 19px;
  color: #858585;
  font-size: 10px;
  font-weight: 700;
}

.compact-footer-meta > div {
  display: flex;
  align-items: center;
  gap: 17px;
}

.compact-footer-meta a,
.compact-footer-meta .footer-cookie-link {
  padding: 0;
  border: 0;
  background: none;
  color: #777;
  font: inherit;
  text-decoration: none;
}

@media (max-width: 700px) {
  .site-footer--compact {
    padding: 0 20px 24px;
  }

  .compact-footer-shell {
    padding-top: 34px;
  }

  .compact-footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 28px;
  }

  .compact-footer-logo .brand-logo {
    width: 155px;
    height: 64px;
  }

  .compact-footer-contact {
    padding-top: 0;
    justify-items: start;
    text-align: left;
  }

  .compact-footer-contact a {
    font-size: 14px;
  }

  .compact-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
  }

  .compact-footer-more summary {
    width: 100%;
    justify-content: space-between;
  }

  .compact-footer-more > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .compact-footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

/* Focused homepage — one reading path, with detail disclosed at the decision point. */
.site-header--focused .header-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 1120px;
}

.focused-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(23, 23, 23, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  color: #252525;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.focused-header-cta:hover {
  border-color: rgba(255, 124, 97, .36);
  background: #fff;
  transform: translateY(-1px);
}

.focused-header-cta svg {
  width: 15px;
  height: 15px;
  color: var(--brand-dark);
}

.clear-home-hero {
  padding: clamp(56px, 8vw, 96px) 24px clamp(62px, 9vw, 112px);
}

.clear-home-hero-inner {
  position: relative;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.clear-home-kicker {
  margin: 0 0 19px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.clear-home-hero h1 {
  max-width: 890px;
  margin: 0;
  color: #171717;
  font-size: clamp(48px, 6.6vw, 80px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.clear-home-lead {
  max-width: 630px;
  margin: 27px auto 25px;
  color: #656565;
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 650;
  line-height: 1.55;
  text-wrap: balance;
}

.clear-home-primary {
  min-height: 54px;
  padding: 15px 22px;
  font-size: 15px;
}

.clear-home-microcopy {
  margin: 11px 0 0;
  color: #929292;
  font-size: 11px;
  font-weight: 750;
}

.clear-home-next-step {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 46px;
  padding: 11px 14px;
  border: 1px solid #dfdfdf;
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #686868;
  font-size: 11px;
}

.clear-home-next-step span {
  color: #999;
  font-weight: 800;
}

.clear-home-next-step strong {
  color: #454545;
  font-weight: 850;
}

.clear-home-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 112px) 24px;
}

.clear-home-section-heading {
  max-width: 700px;
  margin: 0 auto clamp(32px, 5vw, 50px);
  text-align: center;
}

.clear-home-section-heading .eyebrow,
.clear-home-final .eyebrow,
.clear-proof-line > .eyebrow {
  margin: 0 0 13px;
  color: var(--brand-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.clear-home-section-heading h2,
.clear-home-final h2 {
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.clear-home-section-heading > p:last-child {
  max-width: 590px;
  margin: 17px auto 0;
  color: #747474;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.clear-home-routes {
  max-width: none;
  padding-right: max(24px, calc((100vw - 1072px) / 2));
  padding-left: max(24px, calc((100vw - 1072px) / 2));
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: rgba(255, 255, 255, .4);
}

.clear-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.clear-route-card {
  display: flex;
  min-height: 430px;
  padding: clamp(27px, 4vw, 39px);
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 26px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 18px 54px rgba(23, 23, 23, .055);
  flex-direction: column;
}

.clear-route-card-accent {
  border-color: rgba(255, 124, 97, .35);
  background: linear-gradient(145deg, #fff8f5, rgba(255, 255, 255, .92));
  box-shadow: 0 20px 58px rgba(255, 124, 97, .1);
}

.clear-route-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
}

.clear-route-topline span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.clear-route-topline svg {
  width: 21px;
  height: 21px;
}

.clear-route-card-accent .clear-route-topline {
  color: var(--brand-dark);
}

.clear-route-card h3 {
  max-width: 390px;
  margin: 24px 0 27px;
  color: #262626;
  font-size: clamp(25px, 3vw, 33px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.clear-route-card ul,
.clear-handoff-side ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear-route-card li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #696969;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.clear-route-card li svg {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  color: #999;
}

.clear-route-card-accent li svg {
  color: var(--brand-dark);
}

.clear-route-card li strong {
  color: #3d3d3d;
  font-weight: 850;
}

.clear-route-fit {
  margin: auto 0 0;
  padding-top: 28px;
  color: #777;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.clear-route-fit strong {
  color: #3d3d3d;
}

.clear-home-section-action {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}

.clear-home-section-action .button {
  min-height: 51px;
  padding: 14px 21px;
}

.clear-home-handoff {
  max-width: 1020px;
}

.clear-handoff-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 54px rgba(23, 23, 23, .05);
}

.clear-handoff-side {
  padding: clamp(30px, 5vw, 48px);
}

.clear-handoff-you {
  background: linear-gradient(145deg, rgba(255, 124, 97, .09), rgba(255, 255, 255, 0));
}

.clear-handoff-label {
  color: var(--brand-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.clear-handoff-side h3 {
  margin: 12px 0 25px;
  color: #292929;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.clear-handoff-side ul {
  gap: 11px;
}

.clear-handoff-side li {
  position: relative;
  padding-left: 18px;
  color: #686868;
  font-size: 14px;
  font-weight: 700;
}

.clear-handoff-side li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.clear-handoff-arrow {
  display: grid;
  position: relative;
  width: 60px;
  place-items: center;
}

.clear-handoff-arrow::before {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: #dedede;
}

.clear-handoff-arrow span {
  display: grid;
  z-index: 1;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 8px 22px rgba(23, 23, 23, .08);
}

.clear-handoff-arrow svg {
  width: 16px;
  height: 16px;
}

.clear-handoff-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 24px;
  border-top: 1px solid #e4e4e4;
  background: rgba(248, 248, 248, .75);
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  text-align: center;
}

.clear-home-text-link {
  display: flex;
  width: fit-content;
  margin: 23px auto 0;
  align-items: center;
  gap: 8px;
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.clear-home-text-link svg,
.clear-proof-line a svg,
.clear-home-source a svg {
  width: 14px;
  height: 14px;
}

.clear-home-proof {
  padding-top: 0;
}

.clear-proof-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.clear-proof-line > .eyebrow {
  margin: 0;
  white-space: nowrap;
}

.clear-proof-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.clear-proof-steps span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #595959;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.clear-proof-steps small {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  color: var(--brand-dark);
  font-size: 9px;
  font-weight: 900;
}

.clear-proof-steps > svg {
  width: 13px;
  height: 13px;
  color: #b0b0b0;
}

.clear-proof-line > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #686868;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.clear-home-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: clamp(70px, 9vw, 104px);
  padding: clamp(31px, 5vw, 50px);
  border-radius: 28px;
  background: #1b1b1b;
  color: #fff;
  box-shadow: 0 24px 70px rgba(23, 23, 23, .14);
}

.clear-home-final > div {
  max-width: 650px;
}

.clear-home-final .eyebrow {
  color: #ffad9b;
}

.clear-home-final h2 {
  color: #fff;
  font-size: clamp(31px, 4.3vw, 48px);
}

.clear-home-final .button {
  flex: 0 0 auto;
  min-height: 53px;
  padding: 15px 21px;
}

.clear-home-source {
  max-width: 850px;
  margin: 20px auto 0;
  color: #858585;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.6;
  text-align: center;
}

.clear-home-source a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #5e5e5e;
  font-weight: 850;
}

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

  .clear-route-card {
    min-height: 0;
  }

  .clear-route-fit {
    margin-top: 29px;
  }

  .clear-proof-line {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 17px;
  }

  .clear-home-final {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header--focused .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto;
  }

  .site-header--focused .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .focused-header-cta {
    grid-column: 2;
    grid-row: 1;
    min-height: 40px;
    padding: 9px 12px;
    font-size: 11px;
  }

  .focused-header-cta svg {
    display: none;
  }

  .clear-home-hero {
    padding: 48px 20px 65px;
  }

  .clear-home-hero h1 {
    font-size: clamp(41px, 12.5vw, 54px);
    line-height: 1;
  }

  .clear-home-lead {
    margin: 22px auto 23px;
    font-size: 17px;
  }

  .clear-home-primary {
    width: 100%;
  }

  .clear-home-next-step {
    display: grid;
    gap: 3px;
    width: 100%;
    margin-top: 38px;
    border-radius: 15px;
    text-align: left;
  }

  .clear-home-section {
    padding: 68px 18px;
  }

  .clear-home-section-heading {
    margin-bottom: 29px;
    text-align: left;
  }

  .clear-home-section-heading h2,
  .clear-home-final h2 {
    font-size: 37px;
  }

  .clear-home-section-heading > p:last-child {
    margin-left: 0;
    font-size: 15px;
  }

  .clear-home-routes {
    padding-right: 18px;
    padding-left: 18px;
  }

  .clear-route-card {
    padding: 27px 24px;
    border-radius: 22px;
  }

  .clear-route-card h3 {
    font-size: 27px;
  }

  .clear-home-section-action .button {
    width: 100%;
  }

  .clear-handoff-card {
    grid-template-columns: 1fr;
    border-radius: 23px;
  }

  .clear-handoff-side {
    padding: 30px 27px;
  }

  .clear-handoff-arrow {
    width: 100%;
    height: 52px;
  }

  .clear-handoff-arrow::before {
    top: 50%;
    right: 12%;
    bottom: auto;
    left: 12%;
    width: auto;
    height: 1px;
  }

  .clear-handoff-arrow svg {
    transform: rotate(90deg);
  }

  .clear-handoff-note {
    text-align: left;
  }

  .clear-home-text-link {
    margin-left: 0;
  }

  .clear-home-proof {
    padding-top: 0;
  }

  .clear-proof-line {
    justify-items: start;
    padding: 27px 0;
  }

  .clear-proof-steps {
    align-items: flex-start;
    flex-direction: column;
  }

  .clear-proof-steps > svg {
    margin-left: 5px;
    transform: rotate(90deg);
  }

  .clear-home-final {
    gap: 28px;
    margin-top: 65px;
    padding: 31px 25px;
    border-radius: 23px;
  }

  .clear-home-final .button {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .focus-home-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .focus-home-pressure-row > div {
    grid-template-columns: 1fr;
  }

  .focus-home-pressure-row strong {
    text-align: left;
  }

  .focus-home-handoff-part {
    align-items: start;
  }

  .focus-home-proof-link {
    justify-content: flex-start;
  }

  .footer-grid-compact {
    grid-template-columns: 1fr;
  }
}
