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

:root {
  --bg: #07111f;
  --bg-ink: #0b1220;
  --panel-soft: #f6f8fb;
  --text: #102033;
  --muted: #5c6b7a;
  --brand: #0f766e;
  --brand-dark: #115e59;
  --line: #dbe4ee;
  --shadow: 0 24px 80px rgba(3, 12, 28, .18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  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: #d94b42;
  --accent-pink: #ff68a5;
  --line: #e9e9e9;
  --shadow: 0 24px 80px rgba(23, 23, 23, .10);
  font-family: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

.route-preview-grid span {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .10);
}

.route-preview-grid strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.15;
}

.route-preview-grid small {
  display: block;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

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

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

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

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

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

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

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

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

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

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

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

@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), #14b8a6);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, .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-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;
}

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

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