/*
Theme Name: Can't Get Cover
Theme URI: https://cantgetcover.com
Author: Can't Get Cover
Description: Custom theme for cantgetcover.com — UK car insurance and car finance introducer for non-standard drivers. Static-build parity: SEO heads, schema and styling carried over from the validated static site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: cantgetcover
*/

/* Self-hosted variable fonts — no third-party requests. SIL Open Font License 1.1. */
@font-face{font-family:'Sora';font-style:normal;font-display:swap;font-weight:100 800;src:url('fonts/sora-variable.woff2') format('woff2');}
@font-face{font-family:'DM Sans';font-style:normal;font-display:swap;font-weight:400 700;src:url('fonts/dm-sans-normal.woff2') format('woff2');}
@font-face{font-family:'DM Sans';font-style:italic;font-display:swap;font-weight:400 700;src:url('fonts/dm-sans-italic.woff2') format('woff2');}
html{font-optical-sizing:auto;}

/* ============================================================
   CAN'T GET INSURED — Design System v3
   Editorial / investigative-journalism × anti-establishment fintech.
   ============================================================ */

:root {
  color-scheme: only light;
  /* v2 token aliases for legacy pages */
  --cream: #F7F2E9; --cream-deep: #EFE7D6;
  --coral: #FF4D2E; --coral-deep: #D62F12; --coral-soft: #FFE2DA;
  --teal: #1F6B54; --teal-soft: #D2E6DC;
  --ink-faded: #6B6355;
  --ink: #11100E;
  --ink-2: #2B2722;
  --ink-soft: #423C34;
  --ink-muted: #6B6355;
  --paper: #F7F2E9;
  --paper-2: #EFE7D6;
  --paper-edge: #E2D6BE;
  --flame: #FF4D2E;
  --flame-deep: #D62F12;
  --flame-soft: #FFE2DA;
  --forest: #123F32;
  --forest-mid: #1F6B54;
  --forest-soft: #D2E6DC;
  --gold: #E8B84B;
  --gold-deep: #A97D14;
  --rule: #DDD0B6;
  --rule-soft: #EAE0CC;
  --display: 'Sora', 'DM Sans', Arial, sans-serif;
  --body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'Courier New', ui-monospace, monospace;
  --sh-card: 0 2px 0 var(--ink);
  --sh-pop: 4px 4px 0 var(--ink);
  --sh-flame: 4px 4px 0 var(--flame-deep);
  --maxw: 1180px;
  --gutter: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background-color: #F7F2E9; color-scheme: only light; }
body {
  font-family: var(--body);
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-image: radial-gradient(circle at 1px 1px, rgba(17,16,14,0.018) 1px, transparent 0);
  background-size: 4px 4px;
}
img { max-width: 100%; height: auto; display: block; }
::selection { background: var(--flame); color: #fff; }
a { color: var(--flame-deep); text-decoration: none; transition: color .15s, background .15s; }
a:hover { color: var(--ink); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 var(--gutter); }
.container-wide { max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); }

h1 { font-family: var(--display); font-weight: 800; font-size: clamp(44px, 7.5vw, 92px); line-height: 1.0; letter-spacing: -0.03em; color: var(--ink); }
h1 em { font-style: italic; color: var(--flame-deep); }
.h1-hero-home { font-size: clamp(44px, 6vw, 72px); }
h2 { font-family: var(--display); font-weight: 800; font-size: clamp(30px, 4.6vw, 50px); line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); }
h2 em { font-style: italic; color: var(--flame-deep); }
h3 { font-family: var(--display); font-weight: 800; font-size: clamp(22px, 3vw, 30px); line-height: 1.08; letter-spacing: -0.025em; color: var(--ink); }

.kicker { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--flame-deep); }
.kicker::before { content: ''; width: 22px; height: 2px; background: var(--flame); }
.kicker.on-dark { color: var(--gold); }
.kicker.on-dark::before { background: var(--gold); }

.site-nav { position: sticky; top: 0; z-index: 100; background: rgba(247,242,233,0.86); backdrop-filter: blur(10px) saturate(1.2); -webkit-backdrop-filter: blur(10px) saturate(1.2); border-bottom: 2px solid var(--ink); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px var(--gutter); }
.logo { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 900; font-size: 19px; letter-spacing: -0.04em; color: var(--ink); }
.logo:hover { color: var(--ink); }
.logo-glyph { width: 36px; height: 36px; display: block; flex-shrink: 0; transform: rotate(-4deg); }
.logo-mark { width: 36px; height: 36px; background: var(--flame); color: #fff; border-radius: 9px; display: grid; place-items: center; font-family: var(--display); font-weight: 900; font-size: 19px; transform: rotate(-5deg); border: 2px solid var(--ink); flex-shrink: 0; }
.logo { white-space: nowrap; flex-shrink: 0; }
.nav-links { display: flex; list-style: none; gap: 4px; align-items: center; }
.nav-links a { color: var(--ink-soft); font-weight: 600; font-size: 14px; padding: 8px 13px; border-radius: 7px; transition: background .15s, color .15s; white-space: nowrap; }
.nav-links a:hover { background: var(--paper-2); color: var(--ink); }
.nav-cta { white-space: nowrap; background: var(--ink); color: var(--paper); padding: 11px 20px; border-radius: 9px; font-weight: 700; font-size: 14px; border: 2px solid var(--ink); transition: transform .12s, box-shadow .12s, background .12s; box-shadow: 3px 3px 0 var(--flame); }
.nav-cta:hover { background: var(--flame); color: #fff; transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }
.nav-toggle { display: none; background: none; border: none; font-size: 26px; color: var(--ink); cursor: pointer; padding: 4px 8px; border-radius: 7px; }
.nav-cta-mobile { display: none; }

@media (max-width: 1000px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .nav-search-btn { margin-left: auto; }
  .logo { font-size: 17px; }
  .site-nav.mobile-open .nav-links { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 2px solid var(--ink); padding: 14px var(--gutter) 20px; gap: 4px; align-items: stretch; }
  .site-nav.mobile-open .nav-links a { padding: 13px 14px; border-bottom: 1px solid var(--rule); border-radius: 0; font-size: 16px; }
  .site-nav.mobile-open .nav-cta-mobile { display: block; background: var(--ink); color: var(--paper); text-align: center; padding: 14px; border-radius: 9px; margin-top: 10px; font-weight: 700; box-shadow: 3px 3px 0 var(--flame); }
}

.hero { position: relative; padding: clamp(48px, 8vw, 100px) 0 clamp(40px, 6vw, 76px); overflow: hidden; }
.hero-watermark { position: absolute; top: 50%; right: -4%; transform: translateY(-50%); font-family: var(--display); font-weight: 900; font-size: clamp(180px, 34vw, 520px); line-height: 1; color: var(--flame); opacity: 0.05; pointer-events: none; z-index: 0; font-style: italic; }
.hero-inner { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: end; }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } }
.hero-strike { display: flex; flex-wrap: wrap; gap: 10px 20px; font-family: var(--display); font-weight: 900; font-size: clamp(25px, 3.3vw, 38px); letter-spacing: -0.03em; color: var(--ink-muted); margin-bottom: 18px; }
.hero-strike span { position: relative; }
.hero-strike span::after { content: ''; position: absolute; left: -3px; right: -3px; top: 54%; height: 5px; background: var(--flame); transform: rotate(-2.5deg); }
.hero h1 { margin-bottom: 26px; }
.hero-lede { font-size: clamp(17px, 1.7vw, 21px); line-height: 1.5; color: var(--ink-soft); max-width: 540px; margin-bottom: 30px; }
.hero-lede em { font-style: italic; color: var(--flame-deep); font-weight: 500; }
.hero-receipt { background: var(--ink); color: var(--paper); border-radius: 16px; padding: 28px; position: relative; box-shadow: var(--sh-pop); border: 2px solid var(--ink); }
.hero-receipt::before { content: 'THE NUMBERS'; position: absolute; top: -11px; left: 22px; background: var(--flame); color: #fff; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; padding: 3px 10px; border-radius: 4px; border: 2px solid var(--ink); }
.receipt-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px dashed rgba(247,242,233,0.22); }
.receipt-row:last-child { border-bottom: none; }
.receipt-figure { font-family: var(--display); font-weight: 900; font-size: 30px; letter-spacing: -0.03em; color: var(--gold); line-height: 1; flex-shrink: 0; }
.receipt-label { font-size: 13px; color: rgba(247,242,233,0.78); line-height: 1.35; text-align: right; }

.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--body); font-weight: 700; font-size: 16px; padding: 16px 28px; border-radius: 11px; border: 2px solid var(--ink); cursor: pointer; transition: transform .12s, box-shadow .12s, background .12s, color .12s; letter-spacing: -0.01em; white-space: nowrap; text-decoration: none; }
.btn svg { width: 18px; height: 18px; }
/* Guarantee readable button text site-wide, even inside prose/content link contexts */
a.btn, .btn { text-decoration: none; }
a.btn-flame, a.btn-primary, .btn-flame, .btn-primary,
a.submit-btn, a.btn-reg-submit, .submit-btn, .btn-reg-submit { color: #fff; }
a.btn-flame:hover, a.btn-primary:hover, .btn-flame:hover, .btn-primary:hover { color: #fff; }
.btn-flame { background: var(--flame); color: #fff; box-shadow: var(--sh-pop); }
.btn-flame:hover { color: #fff; transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn-flame:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--ink); }
.btn-ink { background: var(--ink); color: var(--paper); box-shadow: 4px 4px 0 var(--flame); }
.btn-ink:hover { color: var(--paper); transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--flame); }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: var(--sh-card); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translate(-1px,-1px); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-trust { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; margin-top: 24px; font-size: 14.5px; color: var(--ink-soft); font-weight: 500; }
.hero-trust .tcheck { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 18px; height: 18px; color: var(--forest-mid); flex-shrink: 0; }
.hero-trust strong { color: var(--ink); font-weight: 700; }
.hero-fca { display: flex; align-items: flex-start; gap: 8px; margin-top: 16px; max-width: 640px; font-size: 13px; line-height: 1.5; color: var(--ink-soft); }
.hero-fca svg { width: 17px; height: 17px; color: var(--forest-mid); flex-shrink: 0; margin-top: 1px; }
.hero-fca strong { color: var(--ink); font-weight: 700; }

section { padding: clamp(56px, 8vw, 96px) 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head .kicker { margin-bottom: 16px; }
.section-head p { font-size: 18px; color: var(--ink-soft); line-height: 1.5; margin-top: 14px; }
.bg-ink { background: var(--ink); color: var(--paper); }
.bg-ink h2, .bg-ink h3 { color: #fff; }
.bg-ink p { color: rgba(247,242,233,0.8); }
.bg-paper2 { background: var(--paper-2); }
.bg-forest { background: var(--forest); color: var(--paper); }
.bg-forest h2, .bg-forest h3 { color: #fff; }
.bg-forest p { color: rgba(247,242,233,0.82); }

.index-list { border-top: 2px solid var(--ink); }
.index-item { display: grid; grid-template-columns: 56px 1fr auto; gap: 22px; align-items: center; padding: 26px 8px; border-bottom: 1px solid var(--rule); text-decoration: none; color: var(--ink); transition: background .18s, padding .18s; position: relative; }
.index-item:hover { background: var(--ink); color: var(--paper); padding-left: 22px; padding-right: 22px; }
.index-item:hover .index-num { color: var(--gold); }
.index-item:hover .index-desc { color: rgba(247,242,233,0.72); }
.index-item:hover .index-go { background: var(--flame); color:#fff; border-color: var(--paper); }
.index-num { font-family: var(--mono); font-size: 14px; font-weight: 700; color: var(--flame-deep); letter-spacing: 0.05em; }
.index-title { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(22px, 3vw, 32px); letter-spacing: -0.03em; line-height: 1.05; }
.index-desc { display: block; font-size: 14.5px; color: var(--ink-muted); margin-top: 6px; line-height: 1.4; max-width: 52ch; }
.index-go { width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--ink); display: grid; place-items: center; flex-shrink: 0; transition: background .18s, color .18s, transform .18s; }
.index-item:hover .index-go { transform: rotate(-45deg); }
.index-go svg { width: 20px; height: 20px; }
@media (max-width: 640px) { .index-item { grid-template-columns: 1fr auto; gap: 14px; padding: 20px 4px; } .index-num { display: none; } .index-go { width: 40px; height: 40px; } }

.tool-section { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.tool-section::before { content: ''; position: absolute; top: -160px; right: -120px; width: 460px; height: 460px; background: radial-gradient(circle, var(--flame) 0%, transparent 68%); opacity: 0.16; border-radius: 50%; }
.tool-shell { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.tool-shell-head { text-align: center; margin-bottom: 36px; }
.tool-shell-head .kicker { justify-content: center; }
.tool-shell-head h2 { color: #fff; margin: 16px 0 12px; }
.tool-shell-head p { color: rgba(247,242,233,0.76); max-width: 520px; margin: 0 auto; }
.chat { background: var(--paper); border-radius: 20px; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--flame); overflow: hidden; }
.chat-top { display: flex; align-items: center; gap: 11px; padding: 16px 22px; border-bottom: 2px solid var(--ink); background: var(--paper-2); }
.chat-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--flame); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 900; font-size: 17px; border: 2px solid var(--ink); flex-shrink: 0; }
.chat-top-meta strong { display: block; font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.chat-top-meta span { font-size: 12px; color: var(--ink-muted); }
.chat-top-status { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--forest-mid); font-weight: 700; font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.1em; }
.chat-top-status .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--forest-mid); animation: blink 1.8s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
.chat-body { padding: 26px 22px; min-height: 280px; }
.chat-progress { display: flex; gap: 5px; margin-bottom: 22px; }
.chat-progress i { height: 4px; flex: 1; border-radius: 2px; background: var(--rule); transition: background .3s; }
.chat-progress i.on { background: var(--flame); }
.chat-q { animation: chatIn .3s ease-out; }
@keyframes chatIn { from { opacity:0; transform: translateY(8px) } to { opacity:1; transform: translateY(0) } }
.chat-bubble { display: inline-block; background: var(--ink); color: var(--paper); padding: 14px 18px; border-radius: 16px 16px 16px 4px; font-size: 16px; line-height: 1.4; margin-bottom: 20px; max-width: 90%; }
.chat-bubble small { display:block; color: rgba(247,242,233,0.6); font-size: 13px; margin-top: 4px; }
.chat-options { display: grid; gap: 10px; }
.chat-opt { display: flex; align-items: center; gap: 13px; width: 100%; text-align: left; background: var(--paper); border: 2px solid var(--ink); border-radius: 12px; padding: 15px 17px; font-family: var(--body); font-size: 15.5px; font-weight: 600; color: var(--ink); cursor: pointer; transition: transform .12s, box-shadow .12s, background .12s, color .12s; box-shadow: var(--sh-card); }
.chat-opt:hover { transform: translate(-2px,-2px); box-shadow: var(--sh-flame); background: var(--flame); color: #fff; }
.chat-opt:hover .chat-opt-icon { background: #fff; color: var(--flame); }
.chat-opt-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--flame-soft); color: var(--flame-deep); display: grid; place-items: center; flex-shrink: 0; font-size: 16px; transition: background .12s, color .12s; }
.chat-opt-icon svg { width: 17px; height: 17px; }
.chat-opt small { display: block; font-weight: 400; font-size: 13px; color: var(--ink-muted); margin-top: 1px; }
.chat-opt:hover small { color: rgba(255,255,255,0.85); }
.chat-back { background: none; border: none; color: var(--ink-muted); font-family: var(--body); font-size: 14px; font-weight: 600; cursor: pointer; padding: 8px 0; margin-top: 18px; }
.chat-back:hover { color: var(--ink); }
.chat-result { display: none; animation: chatIn .35s ease-out; }
.chat-result.show { display: block; }
.chat-result-tag { display: inline-block; font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--flame-deep); background: var(--flame-soft); padding: 4px 10px; border-radius: 5px; margin-bottom: 14px; }
.chat-result h3 { margin-bottom: 10px; }
.chat-result-body { font-size: 16px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 20px; }
.chat-result-honest { background: var(--forest-soft); border-left: 4px solid var(--forest); border-radius: 0 12px 12px 0; padding: 16px 18px; font-size: 14px; color: var(--ink-soft); line-height: 1.5; margin: 20px 0; }
.chat-result-honest strong { color: var(--forest); }
.chat-result-honest a { color: var(--forest); text-decoration: underline; }
.chat-tips { margin: 18px 0; }
.chat-tip { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--rule); }
.chat-tip:last-child { border-bottom: none; }
.chat-tip-mark { width: 24px; height: 24px; border-radius: 50%; background: var(--forest); color: #fff; display: grid; place-items: center; flex-shrink: 0; font-size: 13px; font-weight: 700; }
.chat-tip-text { font-size: 15px; color: var(--ink-soft); line-height: 1.45; }
.chat-result-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.welcome-back { background: var(--forest-soft); border: 2px solid var(--forest); border-radius: 14px; padding: 16px 20px; margin-bottom: 24px; animation: chatIn .4s ease-out; }
.welcome-back-inner { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.welcome-back-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--forest); color: #fff; display: grid; place-items: center; font-size: 19px; flex-shrink: 0; }
.welcome-back-text { flex: 1; min-width: 200px; font-size: 15px; color: var(--ink); }
.welcome-back-text strong { font-weight: 700; }
.welcome-back-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-tiny { padding: 9px 15px; border-radius: 8px; font-family: var(--body); font-size: 13px; font-weight: 700; cursor: pointer; border: 2px solid var(--ink); white-space: nowrap; transition: transform .12s; }
.btn-tiny-primary { background: var(--forest); color: #fff; }
.btn-tiny-primary:hover { transform: translate(-1px,-1px); }
.btn-tiny-secondary { background: transparent; color: var(--ink); }
.btn-tiny-secondary:hover { background: var(--paper-2); }

.findings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--paper); border-radius: 16px; overflow: hidden; }
@media (max-width: 760px) { .findings-grid { grid-template-columns: 1fr; } }
.finding { padding: 32px 28px; border-right: 2px solid rgba(247,242,233,0.2); border-bottom: 2px solid rgba(247,242,233,0.2); }
.findings-grid .finding:nth-child(3n) { border-right: none; }
.finding-fig { font-family: var(--display); font-weight: 900; font-size: clamp(42px, 6vw, 64px); line-height: 0.9; letter-spacing: -0.04em; color: var(--gold); margin-bottom: 12px; }
.finding-fig em { font-style: italic; color: var(--flame-deep); }
.finding-text { font-size: 15px; color: rgba(247,242,233,0.82); line-height: 1.5; }
.finding-src { font-family: var(--mono); font-size: 11px; color: rgba(247,242,233,0.5); margin-top: 10px; letter-spacing: 0.04em; }
@media (max-width: 880px) { .lead-grid { grid-template-columns: 1fr; gap: 32px; } }
.form-row { margin-bottom: 16px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
@media (max-width: 480px) { .form-row.two { grid-template-columns: 1fr; } }
.form-row label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.form-row label .req { color: var(--flame-deep); }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 13px 14px; background: var(--paper-2); border: 2px solid var(--rule); border-radius: 10px; font-family: var(--body); font-size: 15px; color: var(--ink); -webkit-appearance: none; appearance: none; transition: border-color .15s, background .15s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--flame); background: var(--paper); }
.form-row textarea { min-height: 90px; resize: vertical; }
.form-help { font-size: 12px; color: var(--ink-muted); margin-top: 4px; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; padding: 15px; background: var(--paper-2); border-radius: 11px; font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.form-consent input { margin-top: 2px; width: 18px; height: 18px; accent-color: var(--flame); flex-shrink: 0; }
.success-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--forest); color: #fff; display: grid; place-items: center; margin: 0 auto 14px; font-size: 26px; }

.faq-list { max-width: 800px; margin: 0 auto; border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item summary { cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 3px solid var(--flame); outline-offset: 2px; border-radius: 6px; }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 4px; font-family: var(--display); font-weight: 700; font-size: clamp(17px, 2.2vw, 21px); letter-spacing: -0.02em; color: var(--ink); }
.faq-q::after { content: '+'; font-family: var(--display); font-size: 28px; font-weight: 400; color: var(--flame); transition: transform .25s; flex-shrink: 0; line-height: 1; }
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-a { padding: 0 4px 22px; }

.faq-a p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 12px; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a a { color: var(--flame-deep); text-decoration: underline; }

.answer-block { background: var(--paper); border: 2px solid var(--ink); border-left: 6px solid var(--flame); border-radius: 0 14px 14px 0; padding: 24px 26px; margin: 28px 0; box-shadow: var(--sh-card); }
.answer-block .ab-label { font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--flame-deep); margin-bottom: 10px; }
.answer-block .ab-text { font-size: 17px; line-height: 1.6; color: var(--ink); }

.content-body { padding: clamp(40px,6vw,64px) var(--gutter); }
.content-body h2 { margin: 44px 0 16px; }
.content-body h2:first-child { margin-top: 0; }
.content-body h3 { margin: 28px 0 10px; }
.content-body p { margin-bottom: 16px; color: var(--ink-soft); line-height: 1.65; }
.content-body ul, .content-body ol { margin: 0 0 20px; padding-left: 24px; color: var(--ink-soft); }
.content-body li { margin-bottom: 8px; line-height: 1.55; }
.content-body strong { color: var(--ink); font-weight: 700; }
.content-body a:not(.btn) { color: var(--flame-deep); text-decoration: underline; }

.breadcrumbs { font-size: 13px; color: var(--ink-muted); margin-bottom: 18px; font-family: var(--mono); letter-spacing: 0.03em; }
.breadcrumbs a { color: var(--ink-muted); }
.breadcrumbs a:hover { color: var(--flame-deep); }
.breadcrumbs .sep { margin: 0 8px; opacity: 0.5; }
.page-byline { margin: 14px 0 22px; font-size: 13px; color: var(--ink-muted); font-family: var(--mono); }
.page-byline .byline-meta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.byline-sep { opacity: 0.4; }

.table-wrap { overflow-x: auto; margin: 24px 0; border: 2px solid var(--ink); border-radius: 14px; }
table.comparison-table { width: 100%; border-collapse: collapse; font-size: 15px; background: var(--paper); }
table.comparison-table th { background: var(--ink); color: var(--paper); text-align: left; padding: 14px 16px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
table.comparison-table td { padding: 13px 16px; border-bottom: 1px solid var(--rule); vertical-align: top; line-height: 1.45; color: var(--ink-soft); }
table.comparison-table tbody tr:last-child td { border-bottom: none; }
table.comparison-table tbody tr:hover { background: var(--flame-soft); }
table.comparison-table td strong { color: var(--ink); }
.table-note { font-size: 13px; color: var(--ink-muted); font-style: italic; margin: -12px 0 28px; line-height: 1.5; }

.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 28px; }
.related-card { background: var(--paper); border: 2px solid var(--ink); border-radius: 14px; padding: 20px; text-decoration: none; color: var(--ink); transition: transform .14s, box-shadow .14s; box-shadow: var(--sh-card); }
.related-card:hover { transform: translate(-2px,-2px); box-shadow: var(--sh-pop); }
.related-card-title { font-family: var(--display); font-weight: 800; font-size: 18px; letter-spacing: -0.02em; margin-bottom: 6px; }
.related-card-desc { color: var(--ink-muted); font-size: 14px; line-height: 1.45; }

.logo-strip { background: var(--ink); color: var(--paper); padding: 26px 0; position: relative; overflow: hidden; }
.logo-strip-content { position: relative; z-index: 1; }
.trust-strip-grid { display: grid; grid-template-columns: auto repeat(5, 1fr); gap: 20px; align-items: center; }
@media (max-width: 920px) { .trust-strip-grid { grid-template-columns: repeat(3,1fr); gap: 16px 10px; } .trust-strip-label-cell { grid-column: 1/-1; text-align: center; margin-bottom: 2px; } }
@media (max-width: 460px) { .trust-strip-grid { grid-template-columns: repeat(2,1fr); } }
.trust-strip-label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); font-weight: 700; line-height: 1.4; }
.trust-strip-label strong { display: block; font-family: var(--display); font-size: 19px; color: #fff; letter-spacing: -0.02em; text-transform: none; font-weight: 900; margin-top: 3px; }
.trust-cat { display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; }
.trust-cat-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(247,242,233,0.06); border: 1px solid rgba(232,184,75,0.25); display: grid; place-items: center; color: var(--gold); }
.trust-cat-icon svg { width: 20px; height: 20px; }
.trust-cat-label { font-size: 12px; font-weight: 600; color: rgba(247,242,233,0.85); line-height: 1.3; }
.partner-row { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(247,242,233,0.1); display: flex; align-items: center; justify-content: center; gap: 38px; flex-wrap: wrap; }
.partner-row-label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(247,242,233,0.45); font-weight: 700; }
.partner-mark { display: flex; align-items: center; gap: 12px; }
.partner-mark img { height: 26px; width: auto; }
.partner-text-mark { font-family: var(--display); font-size: 24px; font-weight: 900; letter-spacing: -0.03em; color: var(--paper); }
.partner-tag { margin-left: 8px; padding: 3px 8px; background: rgba(232,184,75,0.15); color: var(--gold); border-radius: 4px; font-family: var(--mono); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.partner-row-fca { flex-basis: 100%; text-align: center; margin-top: 2px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(247,242,233,0.42); }

.final-cta { background: var(--paper); }
.final-cta-card { background: var(--flame); color: #fff; border: 2px solid var(--ink); border-radius: 24px; padding: clamp(40px, 6vw, 64px); position: relative; overflow: hidden; box-shadow: 8px 8px 0 var(--ink); }
.final-cta-card::before { content: ''; position: absolute; top: -100px; right: -100px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(232,184,75,0.55) 0%, transparent 70%); border-radius: 50%; }
.final-cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 900px) { .final-cta-grid { grid-template-columns: 1fr; gap: 28px; } }
.final-cta h2 { color: #fff; margin-bottom: 14px; }
.final-cta h2 em { color: var(--ink); font-style: italic; }
.final-cta p { color: rgba(255,255,255,0.92); font-size: 17px; line-height: 1.5; margin-bottom: 22px; max-width: 460px; }
.final-cta .btn-flame { background: #fff; color: var(--flame-deep); box-shadow: 4px 4px 0 var(--ink); }
.final-cta .btn-flame:hover { background: var(--paper); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.final-cta-card .final-cta-meta { font-family: var(--mono); font-size: 12px; color: var(--ink); margin-top: 14px; }
.final-cta-card .final-cta-meta a { color: var(--ink); text-decoration: underline; }
.final-cta-card .final-cta-meta a:hover { color: #fff; }

.site-footer { background: var(--ink); color: var(--paper); padding: 70px 0 28px; position: relative; overflow: hidden; }
.site-footer::before { content:''; position:absolute; bottom:-240px; left:-140px; width:480px; height:480px; background: radial-gradient(circle, var(--forest) 0%, transparent 65%); opacity:0.5; border-radius:50%; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 3fr; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid rgba(247,242,233,0.12); margin-bottom: 32px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr; gap: 40px; } }
.footer-brand .logo { color: var(--paper); margin-bottom: 16px; }
.footer-brand p { font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; color: var(--paper); margin-bottom: 14px; max-width: 320px; }
.footer-brand p em { font-style: italic; color: var(--flame); }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 32px; }
@media (max-width: 600px) { .footer-cols { grid-template-columns: 1fr 1fr; } }
.footer-col h4 { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: -0.01em; color: var(--gold); margin-bottom: 16px; }
.footer-col .footer-h { font-family: var(--display); font-weight: 800; font-size: 15px; letter-spacing: -0.01em; color: var(--gold); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: rgba(247,242,233,0.78); font-size: 14px; }
.footer-col a:hover { color: var(--flame); }
.footer-meta { position: relative; z-index: 1; padding: 24px 0 0; border-top: 1px solid rgba(247,242,233,0.08); font-size: 12px; color: rgba(247,242,233,0.55); line-height: 1.65; max-width: 920px; }
.footer-meta strong { color: var(--gold); }
.footer-meta a { color: var(--paper); text-decoration: underline; }
.footer-meta a:hover { color: var(--flame); }
.footer-bottom { position: relative; z-index: 1; margin-top: 20px; font-size: 12px; color: rgba(247,242,233,0.45); font-family: var(--mono); }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: var(--ink); color: var(--paper); padding: 12px 20px; border-radius: 0 0 10px 0; font-weight: 700; font-size: 14px; }
.skip-link:focus { left: 0; color: var(--paper); }

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

.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }


/* ============================================================
   v2 → v3 COMPATIBILITY LAYER
   Legacy page components restyled in the v3 editorial language.
   ============================================================ */

/* hero / type */
.hero:has(.breadcrumbs) h1 { font-size: clamp(38px, 5.5vw, 68px); }
.accent { font-style: italic; color: var(--flame-deep); }
.lede { font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; color: var(--ink-soft); max-width: 620px; margin: 18px 0 26px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--flame-deep); margin-bottom: 16px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--flame); animation: blink 1.8s ease-in-out infinite; flex-shrink: 0; }
.hero-overline { display: flex; flex-wrap: wrap; gap: 8px 16px; font-family: var(--display); font-weight: 900; font-size: clamp(18px, 2.4vw, 26px); letter-spacing: -0.03em; color: var(--ink-muted); margin-bottom: 16px; }
.strike { position: relative; }
.strike::after { content: ''; position: absolute; left: -3px; right: -3px; top: 54%; height: 4px; background: var(--flame); transform: rotate(-2.5deg); }

/* labels */
.section-label { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--flame-deep); margin-bottom: 14px; }
.section-label::before { content: ''; width: 22px; height: 2px; background: var(--flame); }
.bg-dark .section-label, .tool-section .section-label, .stat-band .section-label { color: var(--gold); }
.bg-dark .section-label::before, .tool-section .section-label::before, .stat-band .section-label::before { background: var(--gold); }
.section-sub { font-size: 17px; color: var(--ink-soft); line-height: 1.55; max-width: 640px; }
.bg-dark .section-sub, .tool-section .section-sub { color: rgba(247,242,233,0.78); }

/* buttons */
.btn-primary { background: var(--flame); color: #fff; box-shadow: var(--sh-pop); }
.btn-primary:hover { color: #fff; transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn-secondary { background: transparent; color: var(--ink); box-shadow: var(--sh-card); }
.btn-secondary:hover { background: var(--ink); color: var(--paper); transform: translate(-1px,-1px); }
.submit-btn, .btn-reg-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; font-family: var(--body); font-weight: 700; font-size: 16px; padding: 16px 28px; border-radius: 11px; border: 2px solid var(--ink); cursor: pointer; background: var(--flame); color: #fff; box-shadow: var(--sh-pop); transition: transform .12s, box-shadow .12s; }
.submit-btn:hover, .btn-reg-submit:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }

/* backgrounds */
.bg-dark { background: var(--ink); color: var(--paper); }
.bg-dark h2, .bg-dark h3 { color: #fff; }
.bg-dark p { color: rgba(247,242,233,0.8); }
.bg-soft { background: var(--paper-2); }

/* quick answer (the AI citation surface) */
.definition-block { background: var(--paper); border: 2px solid var(--ink); border-left: 6px solid var(--flame); border-radius: 0 14px 14px 0; padding: 22px 24px; margin: 22px 0; box-shadow: var(--sh-card); max-width: 760px; }
.def-label { font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--flame-deep); margin-bottom: 10px; }
.def-text { font-size: 16.5px; line-height: 1.6; color: var(--ink); margin: 0; }

/* cards */
.grid-3, .cols-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 16px; }
.cols-2 { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 16px; }
.cols-1 { display: grid; gap: 10px; }
.card { background: var(--paper); border: 2px solid var(--ink); border-radius: 14px; padding: 24px 22px; box-shadow: var(--sh-card); transition: transform .14s, box-shadow .14s; color: var(--ink); display: block; text-decoration: none; }
a.card:hover { transform: translate(-2px,-2px); box-shadow: var(--sh-pop); }
.card.dark { background: var(--ink); color: var(--paper); }
.card.dark .card-title { color: #fff; }
.card.dark .card-desc { color: rgba(247,242,233,0.78); }
.card-icon { width: 44px; height: 44px; border-radius: 11px; background: var(--flame-soft); color: var(--flame-deep); display: grid; place-items: center; margin-bottom: 14px; }
.card.dark .card-icon { background: rgba(255,77,46,0.18); color: var(--flame); }
.card-title { font-family: var(--display); font-weight: 800; font-size: 19px; letter-spacing: -0.02em; margin-bottom: 7px; }
.card-desc { color: var(--ink-muted); font-size: 14.5px; line-height: 1.5; }
.card-arrow { margin-top: 14px; font-weight: 700; font-size: 14px; color: var(--flame-deep); }

/* stats */
.stat-band { background: var(--ink); color: var(--paper); }
.stat-band h2 { color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 0; border: 2px solid var(--paper); border-radius: 16px; overflow: hidden; }
.stats-grid > div, .stat-item { padding: 28px 24px; border-right: 2px solid rgba(247,242,233,0.2); }
.stats-grid > div:last-child { border-right: none; }
.stat-big { font-family: var(--display); font-weight: 900; font-size: clamp(38px, 5vw, 56px); line-height: 0.95; letter-spacing: -0.04em; color: var(--gold); margin-bottom: 10px; }
.stat-label { font-size: 14px; color: rgba(247,242,233,0.82); line-height: 1.45; }
@media (max-width: 720px) { .stats-grid { grid-template-columns: 1fr; } .stats-grid > div { border-right: none; border-bottom: 2px solid rgba(247,242,233,0.2); } .stats-grid > div:last-child { border-bottom: none; } }

/* toc */
.toc-box { background: var(--paper-2); border: 2px solid var(--ink); border-radius: 14px; padding: 20px 22px; margin: 8px 0 8px; box-shadow: var(--sh-card); }
.toc-label { font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--flame-deep); margin-bottom: 10px; }
.toc-box ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 28px; }
.toc-box li { margin-bottom: 7px; break-inside: avoid; }
.toc-box a { color: var(--ink-soft); font-size: 14px; font-weight: 600; }
.toc-box a:hover { color: var(--flame-deep); }
@media (max-width: 640px) { .toc-box ul { columns: 1; } }

/* pills */
.pill-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.pill-item { display: inline-block; padding: 9px 15px; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper); font-size: 13.5px; font-weight: 600; color: var(--ink); box-shadow: var(--sh-card); }
a.pill-item:hover { background: var(--flame); color: #fff; transform: translate(-1px,-1px); }

/* duration cards (temporary pages) */
.duration-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px,1fr)); gap: 14px; }
.duration-card { background: var(--paper); border: 2px solid var(--ink); border-radius: 14px; padding: 22px 18px; text-align: center; box-shadow: var(--sh-card); color: var(--ink); display: block; text-decoration: none; transition: transform .14s, box-shadow .14s; }
a.duration-card:hover { transform: translate(-2px,-2px); box-shadow: var(--sh-pop); }
.duration-num { font-family: var(--display); font-weight: 900; font-size: 34px; letter-spacing: -0.03em; color: var(--flame-deep); line-height: 1; margin-bottom: 8px; }
.duration-use { font-size: 13.5px; color: var(--ink-muted); line-height: 1.4; }

/* trust bar */
.trust-bar { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; margin-top: 22px; font-size: 14.5px; color: var(--ink-soft); font-weight: 500; }
.trust-bar-item { display: inline-flex; align-items: center; gap: 8px; }
.trust-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--forest-mid); flex-shrink: 0; }
.reg-form { background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; padding: clamp(24px,4vw,36px); box-shadow: var(--sh-pop); }
.form-header h3 { margin-bottom: 6px; }
.form-header p { color: var(--ink-muted); font-size: 14.5px; margin-bottom: 18px; }
.field-group { margin-bottom: 16px; }
.field-label, .reg-label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.required { color: var(--flame-deep); }
.optional { color: var(--ink-muted); font-weight: 400; }
.reg-form input, .reg-form select, .reg-form textarea, .field-group input, .field-group select, .field-group textarea { width: 100%; padding: 13px 14px; background: var(--paper-2); border: 2px solid var(--rule); border-radius: 10px; font-family: var(--body); font-size: 15px; color: var(--ink); -webkit-appearance: none; appearance: none; transition: border-color .15s, background .15s; }
.reg-form input:focus, .reg-form select:focus, .reg-form textarea:focus, .field-group input:focus, .field-group select:focus, .field-group textarea:focus { outline: none; border-color: var(--flame); background: var(--paper); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; padding: 14px; background: var(--paper-2); border-radius: 11px; font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.consent input { margin-top: 2px; width: 18px; height: 18px; accent-color: var(--flame); flex-shrink: 0; }
.form-foot, .reg-foot { font-size: 12px; color: var(--ink-muted); margin-top: 12px; line-height: 1.5; }
.reg-quote-card { background: var(--ink); color: var(--paper); border-radius: 16px; border: 2px solid var(--ink); box-shadow: var(--sh-pop); padding: 26px; }
.reg-quote-inner h3 { color: #fff; }
.reg-quote-inner p { color: rgba(247,242,233,0.8); }
.reg-no-reg { font-size: 13px; color: var(--ink-muted); margin-top: 12px; }
.goshorty-block { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 16px 0; }
.goshorty-logo { height: 28px; width: auto; }
.success-state { display: none; text-align: center; padding: 30px; background: var(--forest-soft); border: 2px solid var(--forest); border-radius: 14px; }
.success-state.show { display: block; animation: chatIn .3s ease-out; }

/* related links */
.related-links { margin-top: 34px; }
.related-links h3 { margin: 0 0 14px; }
.related-links ul, ul.related-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 12px; list-style: none; padding: 0; margin: 0; }
.related-links li { margin: 0; }
.related-links a { display: block; background: var(--paper); border: 2px solid var(--ink); border-radius: 12px; padding: 15px 17px; font-weight: 600; font-size: 14.5px; color: var(--ink); box-shadow: var(--sh-card); transition: transform .14s, box-shadow .14s; }
.related-links a:hover { transform: translate(-2px,-2px); box-shadow: var(--sh-pop); color: var(--ink); }

/* legacy tool fallbacks (replaced by chat, kept safe) */
.tool-wrapper { max-width: 720px; margin: 0 auto; }
.tool-card { background: var(--paper); border-radius: 20px; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--flame); padding: 26px 22px; }
.tool-step { display: none; }
.tool-step.active { display: block; }
.result-header h3 { margin-bottom: 8px; }
.result-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.result-honest-bit { background: var(--forest-soft); border-left: 4px solid var(--forest); border-radius: 0 12px 12px 0; padding: 16px 18px; font-size: 14px; color: var(--ink-soft); line-height: 1.5; margin: 18px 0; }

/* sources box (information consistency / agent trust) */
.sources-box { background: var(--forest-soft); border: 2px solid var(--forest); border-radius: 14px; padding: 20px 22px; margin: 36px 0 8px; max-width: 760px; }
.sources-label { font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--forest); margin-bottom: 10px; }
.sources-box ul { list-style: none; margin: 0; padding: 0; }
.sources-box li { margin-bottom: 7px; }
.sources-box a { color: var(--forest); font-weight: 600; font-size: 14.5px; text-decoration: underline; }
.sources-box a:hover { color: var(--ink); }

/* cookie consent banner */
.consent-banner { position: fixed; left: auto; right: 14px; bottom: 14px; z-index: 300; background: var(--ink); color: var(--paper); border: 2px solid var(--flame); border-radius: 16px; padding: 16px 18px; box-shadow: 6px 6px 0 rgba(17,16,14,0.35); max-width: 380px; }
@media (max-width: 520px) { .consent-banner { left: 14px; right: 14px; max-width: none; } }
.consent-banner p { font-size: 14px; line-height: 1.5; color: rgba(247,242,233,0.9); margin: 0 0 14px; }
.consent-banner a { color: var(--gold); text-decoration: underline; }
.consent-banner-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent-accept { background: var(--flame); color: #fff; border: 2px solid var(--paper); border-radius: 9px; padding: 11px 20px; font-family: var(--body); font-weight: 700; font-size: 14px; cursor: pointer; }
.consent-accept:hover { transform: translate(-1px,-1px); }
.consent-decline { background: transparent; color: var(--paper); border: 2px solid rgba(247,242,233,0.4); border-radius: 9px; padding: 11px 20px; font-family: var(--body); font-weight: 600; font-size: 14px; cursor: pointer; }
.consent-decline:hover { border-color: var(--paper); }


/* ============================================================
   BALANCED LAYOUT — centred content-page heroes and key blocks
   (homepage keeps its split editorial hero, which fills the width)
   ============================================================ */
.hero:has(.breadcrumbs) { text-align: center; }
.hero:has(.breadcrumbs) .container { max-width: 940px; }
.hero:has(.breadcrumbs) .breadcrumbs { display: flex; justify-content: center; }
.hero:has(.breadcrumbs) .page-byline { display: flex; justify-content: center; }
.hero:has(.breadcrumbs) .byline-meta { justify-content: center; }
.hero:has(.breadcrumbs) .definition-block { margin-left: auto; margin-right: auto; text-align: left; }
.hero:has(.breadcrumbs) .lede { margin-left: auto; margin-right: auto; }
.hero:has(.breadcrumbs) .btn-row { justify-content: center; }
.hero:has(.breadcrumbs) .trust-bar { justify-content: center; }
.toc-box { max-width: 880px; margin-left: auto; margin-right: auto; }
.sources-box { margin-left: auto; margin-right: auto; }
.hero:has(.breadcrumbs) .eyebrow { margin-left: auto; margin-right: auto; }


/* ============ GoShorty quote block (partner CTA) ============ */
.gs-quote-card { background: var(--ink); color: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 8px 8px 0 var(--flame); padding: clamp(26px,4vw,40px); max-width: 760px; margin: 0 auto; }
.gs-quote-card .goshorty-logo { height: 34px; width: auto; margin-bottom: 16px; }
.gs-quote-card h2 { color: #fff; font-size: clamp(24px,3vw,32px); margin-bottom: 8px; }
.gs-quote-card > p, .gs-quote-card .gs-line { color: rgba(247,242,233,0.85); font-size: 15.5px; line-height: 1.55; margin-bottom: 18px; }
.gs-reg-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.gs-reg-input { flex: 1 1 200px; min-width: 0; background: #FFD307; color: #11100E; border: 2px solid #11100E; border-radius: 10px; padding: 14px 16px; font-family: var(--body); font-weight: 800; font-size: 20px; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }
.gs-reg-input::placeholder { color: rgba(17,16,14,0.5); }
.gs-reg-input:focus { outline: 3px solid var(--flame); outline-offset: 2px; }
.gs-skip { background: none; border: none; color: var(--gold); font-family: var(--body); font-size: 14px; font-weight: 600; text-decoration: underline; cursor: pointer; padding: 4px 0; }
.gs-skip:hover { color: #fff; }
.gs-trust { font-size: 13px; color: rgba(247,242,233,0.7); margin: 14px 0 6px; }
.gs-disclosure { font-size: 12px; color: rgba(247,242,233,0.55); line-height: 1.5; margin: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
/* GoShorty at-a-glance facts */
.gs-facts { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 10px; margin: 20px 0 6px; }
.gs-fact { background: var(--paper); border: 2px solid var(--ink); border-radius: 11px; padding: 13px 15px; font-size: 14px; font-weight: 600; color: var(--ink); box-shadow: var(--sh-card); }


/* Tool result: annual quote CTA note (GoShorty reg form reuses .gs-* styles) */
.coming-soon-note { background: var(--forest); color: var(--paper); border-radius: 14px; padding: 18px 20px; font-size: 15px; line-height: 1.55; margin-bottom: 12px; }
.coming-soon-note strong { color: #fff; }
.cs-meanwhile { margin-top: 12px; font-size: 14.5px; }
.cs-meanwhile a { color: var(--gold); font-weight: 700; text-decoration: underline; }
.cs-meanwhile a:hover { color: #fff; }
#resultCta .gs-reg-row { margin-top: 4px; }

/* ---- site search ---- */
.site-nav{position:relative;}
.nav-search-btn{background:none;border:2px solid var(--ink);border-radius:9px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);cursor:pointer;margin-right:10px;flex:0 0 auto;}
.nav-search-btn:hover{background:var(--ink);color:var(--cream);}
.nav-search-panel{position:absolute;left:0;right:0;top:100%;background:var(--cream);border-bottom:2px solid var(--ink);box-shadow:0 16px 30px rgba(17,16,14,.13);z-index:60;padding:18px 0;}
.nav-search-panel .container{max-width:760px;}
.site-search-input{width:100%;font-family:var(--body);font-size:18px;padding:14px 16px;border:2px solid var(--ink);border-radius:10px;background:#fff;color:var(--ink);}
.site-search-input:focus{outline:3px solid var(--flame);outline-offset:1px;}
.site-search-results{margin-top:12px;display:grid;gap:8px;}
.search-hit{display:block;text-decoration:none;padding:12px 14px;border:2px solid var(--ink);border-radius:10px;background:#fff;box-shadow:3px 3px 0 var(--ink);}
.search-hit:hover{background:var(--flame-soft);}
.search-hit .sh-title{font-family:var(--display);font-weight:700;color:var(--ink);font-size:17px;display:block;}
.search-hit .sh-snip{font-size:13px;color:var(--ink-faded);margin-top:3px;line-height:1.45;display:block;}
.search-empty{color:var(--ink-faded);font-size:15px;padding:8px 2px;}

.search-hit mark{background:var(--gold);color:var(--ink);padding:0 2px;border-radius:3px;}

/* ===== Guide helpers (cluster articles + pillar tables) ===== */
.cgc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;margin:26px 0;border:1px solid rgba(17,16,14,.14);border-radius:14px}
.cgc-table{width:100%;border-collapse:collapse;font-family:var(--body,'DM Sans',sans-serif);font-size:15px}
.cgc-table caption{caption-side:top;text-align:left;font-weight:600;padding:14px 16px 4px;font-size:14px;color:var(--ink-soft,#3a3833)}
.cgc-table th,.cgc-table td{padding:12px 16px;text-align:left;border-bottom:1px solid rgba(17,16,14,.10);vertical-align:top}
.cgc-table thead th{background:#0E1F1C;color:#FAF6EE;font-weight:600;font-size:14px;letter-spacing:.01em}
.cgc-table tbody tr:nth-child(even){background:rgba(17,16,14,.025)}
.cgc-table tbody tr:last-child td{border-bottom:none}
.cgc-cta-inline{margin:32px 0;padding:24px 26px;background:#0E1F1C;color:#FAF6EE;border-radius:18px}
.cgc-cta-inline h3{margin:0 0 8px;color:#FAF6EE;font-family:var(--display,'Sora',sans-serif)}
.cgc-cta-inline p{margin:0 0 16px;color:rgba(250,246,238,.86);font-size:15px}
.cgc-note{margin:24px 0;padding:16px 20px;border-left:4px solid var(--flame,#FF4D2E);background:rgba(255,77,46,.06);border-radius:0 12px 12px 0;font-size:15px}
.cgc-related{margin:8px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
.cgc-related a{display:block;padding:18px 20px;background:#FFFFFF;border:1px solid rgba(17,16,14,.12);border-radius:14px;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}
.cgc-related a:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(17,16,14,.08)}
.cgc-related .rel-k{display:block;font-family:var(--display,'Sora',sans-serif);font-weight:600;color:var(--ink,#11100E);margin-bottom:4px}
.cgc-related .rel-d{display:block;font-size:14px;color:var(--ink-soft,#4a473f)}

/* ── Small-screen optimisation (phones) ──────────────────────────────
   Tighter side gutters for more usable width, long CTA labels wrap
   instead of forcing horizontal scroll, and stacked hero buttons. */
@media (max-width: 480px) {
  :root { --gutter: 18px; }
  .btn { white-space: normal; text-align: center; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { width: 100%; justify-content: center; }
  .cgc-cta-inline { padding: 20px 18px; }
  .cgc-cta-inline .btn { width: 100%; }
  .definition-block { padding: 18px 18px; }
}


/* ===== Reg-first hero (GoShorty design feedback, Jul 2026) ===== */
section#get-a-quote{padding-top:22px;}
.gs-plate{display:flex;flex:1 1 220px;min-width:0;border:2px solid #11100E;border-radius:10px;overflow:hidden;background:#FFD307;}
.gs-gb{display:flex;align-items:center;justify-content:center;background:#003399;color:#FFD307;font-family:var(--body);font-weight:800;font-size:11px;letter-spacing:.04em;padding:0 8px;}
.gs-plate .gs-reg-input{flex:1;min-width:0;border:0;border-radius:0;background:transparent;padding:14px 12px;font-weight:800;font-size:21px;letter-spacing:.1em;text-transform:uppercase;text-align:center;color:#11100E;outline-offset:-3px;}
.gs-steps{display:flex;gap:6px 18px;flex-wrap:wrap;margin:14px 0 2px;font-size:13px;font-weight:600;color:rgba(247,242,233,.9);}
.gs-steps span{display:inline-flex;align-items:center;}
.gs-steps b{display:inline-flex;width:18px;height:18px;border-radius:50%;background:var(--flame);color:#fff;align-items:center;justify-content:center;font-size:11px;margin-right:7px;flex:none;}
.gs-tp{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:14px 0 2px;font-size:13.5px;color:rgba(247,242,233,.92);}
.tp-stars{display:inline-flex;gap:2px;}
.tp-stars i{width:17px;height:17px;background:#00B67A;position:relative;display:inline-block;}
.tp-stars i::after{content:"\2605";position:absolute;inset:0;color:#fff;font-size:11px;line-height:17px;text-align:center;}
.gs-mini{font-size:12.5px;color:rgba(247,242,233,.6);margin:4px 0 0;}
.reg-quote-card .gs-steps{margin-top:12px;}
.reg-quote-card .goshorty-logo{margin-bottom:10px;}
@media (max-width:520px){.gs-quote-card{padding:20px 16px;}.gs-plate .gs-reg-input{font-size:19px;}}

/* ===== Universal hero reg strip (homepage) ===== */
.hero-reg { display: flex; gap: 10px; flex-wrap: wrap; align-items: stretch; max-width: 560px; margin: 26px 0 12px; }
.hero-reg .gs-plate { flex: 1 1 230px; }
.hero-reg .btn { white-space: nowrap; }
.hero-reg-note { font-size: 15px; max-width: 560px; margin: 0 0 18px; opacity: .92; }
.hero-reg-note a { font-weight: 700; text-decoration: underline; color: inherit; }
@media (max-width: 520px) {
  .hero-reg { flex-direction: column; }
  .hero-reg .gs-plate { flex: 0 0 auto; width: 100%; }
  .hero-reg .gs-plate .gs-reg-input { padding: 15px 12px; }
  .hero-reg .btn { width: 100%; justify-content: center; }
}
.chat-reg-chip { display: flex; align-items: center; gap: 10px; background: rgba(37,161,109,0.12); border: 2px solid #25A16D; border-radius: 12px; padding: 10px 14px; font-size: 14.5px; margin-bottom: 14px; color: var(--ink); }
.chat-reg-chip .chip-mark { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #25A16D; color: #FAF6EE; font-weight: 800; flex: 0 0 22px; }


/* ===== Audit fixes (19 July) ===== */
p.cgc-aff-note { font-size: 12.5px; color: var(--ink-muted); margin: 10px 0 0; max-width: 560px; }
p.cgc-aff-note a:not(.btn) { color: inherit; text-decoration: underline; }
.reg-quote-card .cgc-aff-note { color: rgba(250,246,238,.75); margin-top: 8px; }
a.reg-no-reg, a.gs-skip { display: inline-block; }
.cgc-cookie-link { white-space: nowrap; }
a[data-partner]:focus-visible, .site-nav a:focus-visible, .btn:focus-visible { outline: 3px solid var(--flame); outline-offset: 2px; }

/* ============================================================
   PARTNER DISCLOSURE PAGE — our-finance-partner
   Components sit inside .content-body on that page, so several
   selectors are deliberately written at (0,2,x) to beat
   .content-body p / .content-body ul. Do not "simplify" them.
   ============================================================ */
.cgc-center-head { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.bg-forest .section-label { color: var(--gold); }
.bg-forest .section-label::before { background: var(--gold); }
.bg-forest .section-head p { color: rgba(247,242,233,0.82); }
.stat-band .section-head p { color: rgba(247,242,233,0.82); }

/* partner identity card */
.cgc-partner-card { max-width: 820px; margin: 0 auto; background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: var(--sh-pop); overflow: hidden; text-align: left; }
.cgc-partner-head { background: var(--ink); padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.cgc-partner-id { display: flex; align-items: center; gap: 16px; }
.cgc-partner-glyph { width: 54px; height: 54px; border-radius: 14px; background: var(--flame); border: 2px solid var(--paper); display: grid; place-items: center; flex-shrink: 0; }
.cgc-partner-name { font-family: var(--display); font-weight: 900; font-size: clamp(26px, 4vw, 38px); letter-spacing: -0.04em; line-height: 1; color: #fff; }
.cgc-partner-role { display: block; margin-top: 7px; font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.13em; color: var(--gold); }
.cgc-spec-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 15px 28px; border-top: 1px solid var(--rule); }
.cgc-spec-k { font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-muted); padding-top: 3px; }
.cgc-spec-v { font-size: 15.5px; line-height: 1.55; color: var(--ink); margin: 0; }
.cgc-spec-v a { color: var(--flame-deep); text-decoration: underline; }
.cgc-partner-foot { padding: 16px 28px; background: var(--paper-2); border-top: 2px solid var(--ink); }
.cgc-partner-foot p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-soft); }
.cgc-partner-foot a { color: var(--ink); text-decoration: underline; }
.cgc-partner-foot a:hover { color: var(--flame-deep); }

/* "awaiting confirmation" chips */
.cgc-chip { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; background: #FBF0D4; border: 1px solid var(--gold-deep); font-family: var(--mono); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #6B4F0A; white-space: nowrap; }
.cgc-partner-head .cgc-chip { background: rgba(232,184,75,0.16); border-color: var(--gold); color: var(--gold); }

/* review-only checklist (delete before launch) */
.cgc-todo { max-width: 820px; margin: 26px auto 0; background: #FBF6E7; border: 2px dashed var(--gold-deep); border-radius: 14px; padding: 20px 24px; text-align: left; }
.cgc-todo-h { font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.13em; color: #7A5A0E; margin-bottom: 13px; }
ul.cgc-todo-list, .content-body ul.cgc-todo-list { list-style: none; margin: 0; padding: 0; }
ul.cgc-todo-list li, .content-body ul.cgc-todo-list li { margin: 0 0 9px; padding-left: 22px; position: relative; font-size: 14.5px; line-height: 1.5; color: var(--ink-soft); }
ul.cgc-todo-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 9px; height: 9px; border: 2px solid var(--gold-deep); border-radius: 2px; }
.cgc-todo code { font-family: var(--mono); font-size: 13px; background: rgba(169,125,20,0.12); padding: 1px 6px; border-radius: 4px; color: #5C4309; }

/* numbered steps */
ol.cgc-steps, .content-body ol.cgc-steps { list-style: none; margin: 0 0 26px; padding: 0; border-top: 2px solid var(--ink); }
ol.cgc-steps > li, .content-body ol.cgc-steps > li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; margin: 0; padding: 20px 4px; border-bottom: 1px solid var(--rule); }
.cgc-step-n { font-family: var(--display); font-weight: 900; font-size: 32px; line-height: 0.9; letter-spacing: -0.05em; color: var(--flame-deep); }
.cgc-step-t { display: block; font-family: var(--display); font-weight: 800; font-size: 18.5px; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 5px; }
.cgc-step-d, .content-body .cgc-step-d { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--ink-soft); }

/* cards used inside .content-body need to out-specify .content-body p */
.content-body .card-desc, .content-body p.card-desc { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-muted); }
.content-body .def-text, .content-body p.def-text { margin: 0; font-size: 16.5px; line-height: 1.6; color: var(--ink); }

/* "what we are not" grid, on forest */
.cgc-not-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--paper); border-radius: 16px; overflow: hidden; }
.cgc-not { padding: 26px 24px; border-right: 2px solid rgba(247,242,233,0.2); border-bottom: 2px solid rgba(247,242,233,0.2); }
.cgc-not-x { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,77,46,0.24); color: #FFB3A3; display: grid; place-items: center; font-family: var(--body); font-size: 22px; font-weight: 700; line-height: 1; margin-bottom: 13px; }
.cgc-not-t { font-family: var(--display); font-weight: 800; font-size: 18px; letter-spacing: -0.02em; color: #fff; margin-bottom: 6px; }
.cgc-not-d, .bg-forest .cgc-not-d { margin: 0; font-size: 14.5px; line-height: 1.5; color: rgba(247,242,233,0.82); }

@media (max-width: 900px) {
  .cgc-not-grid { grid-template-columns: repeat(2, 1fr); border-radius: 14px; }
}
@media (max-width: 620px) {
  .cgc-partner-head { padding: 20px; }
  .cgc-spec-row { grid-template-columns: 1fr; gap: 5px; padding: 14px 20px; }
  .cgc-partner-foot { padding: 14px 20px; }
  .cgc-todo { padding: 18px 18px; }
  ol.cgc-steps > li, .content-body ol.cgc-steps > li { grid-template-columns: 40px 1fr; gap: 13px; }
  .cgc-step-n { font-size: 26px; }
  .cgc-not-grid { grid-template-columns: 1fr; }
  .cgc-not { padding: 22px 20px; border-right: none; }
}
/* ==================================================================
   CAR FINANCE PLACEMENT CARD — "Design D", approved by PREMIER 4 Aug 2026.
   Wraps the existing data-finance-cta anchors; the anchors and the
   cgc-aff-note disclosure are moved verbatim, never reworded.
   Eyebrow is ink (not flame-deep) deliberately: flame-deep on paper-2
   is 3.99:1, below AA for 13px text. Flame lives in the top bar, the
   <em>, and the button shadow instead.
   ================================================================== */
.cgc-fin-card{background:var(--paper-2);border:3px solid var(--ink);border-radius:18px;box-shadow:7px 7px 0 var(--ink);margin:36px 0;overflow:hidden}
.cgc-fin-top{height:9px;background:var(--flame);border-bottom:3px solid var(--ink)}
.cgc-fin-body{padding:24px 28px}
.cgc-fin-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 13px}
.cgc-fin-eyebrow{font-family:var(--display);font-weight:800;font-size:13px;letter-spacing:2.6px;text-transform:uppercase;color:var(--ink);margin-right:auto}
.cgc-fin-chip{font-family:var(--display);font-weight:800;font-size:11px;letter-spacing:1.6px;text-transform:uppercase;border:2px solid var(--ink);border-radius:999px;padding:5px 12px;background:var(--gold);white-space:nowrap;color:var(--ink)}
.cgc-fin-chip.c2{background:var(--flame-soft)}
.cgc-fin-h{font-family:var(--display);font-weight:800;letter-spacing:-.5px;margin:0 0 16px;font-size:31px;line-height:1.12;color:var(--ink)}
.cgc-fin-h em{font-style:italic;color:var(--flame-deep)}
.cgc-fin-ticks{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:11px}
.cgc-fin-ticks li{position:relative;padding-left:36px;font-size:16.5px;line-height:1.45;color:var(--ink-2)}
.cgc-fin-ticks li::before{content:"\2713";position:absolute;left:0;top:0;width:24px;height:24px;border:2.5px solid var(--ink);border-radius:7px;font-weight:800;font-size:14px;background:var(--gold);color:var(--ink);text-align:center;line-height:21px}
.cgc-fin-card .btn-row{margin:0}
.cgc-fin-chips{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 14px}
.cgc-fin-card .btn-primary,.cgc-fin-hero .btn-primary,.cgc-fin-final .btn-primary{font-size:18px;padding:17px 32px;box-shadow:4px 4px 0 var(--flame-deep)}
.cgc-fin-card .cgc-aff-note{margin:14px 0 0;text-align:left}
@media(max-width:760px){
.cgc-fin-body{padding:20px 18px}
.cgc-fin-h{font-size:25px}
.cgc-fin-eyebrow{margin-right:0;width:100%}
.cgc-fin-card .btn-primary,.cgc-fin-hero .btn-primary{display:block;width:100%;text-align:center;box-sizing:border-box}
}
/* ============ FINANCE GLOW-UP KIT (V3, approved 5 Aug 2026) ============
   Re-houses EXISTING approved wording in visual furniture. Eyebrow tags sit
   in flow (never absolute) so nothing can overlap at any width. */
.gk-eyebrow{display:inline-block;background:var(--flame);color:#fff;font-family:var(--display);font-weight:800;font-size:11.5px;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border:2.5px solid var(--ink);border-radius:8px;box-shadow:2px 2px 0 var(--ink);margin:0 0 16px}
.gk-eyebrow.gold{background:var(--gold);color:var(--ink)}
.gk-wrap{margin:40px 0}
.gk-rail{background:var(--ink);border:3px solid var(--ink);border-radius:18px;box-shadow:6px 6px 0 var(--flame-deep);padding:10px 26px;display:grid;grid-template-columns:repeat(4,1fr)}
.gk-rail .cell{padding:18px 14px;border-left:2px dashed rgba(239,234,217,.25)}
.gk-rail .cell:first-child{border-left:0}
.gk-rail .fig{font-family:var(--display);font-weight:800;font-size:40px;color:var(--gold);line-height:1;margin:0 0 9px}
.gk-rail .cell:first-child .fig{color:var(--flame)}
.gk-rail .lab{font-size:12.5px;line-height:1.4;color:#CFC8B8;margin:0}
@media(max-width:1000px){.gk-rail{grid-template-columns:1fr 1fr}.gk-rail .cell:nth-child(odd){border-left:0}.gk-rail .cell{border-top:2px dashed rgba(239,234,217,.25)}.gk-rail .cell:nth-child(-n+2){border-top:0}}
@media(max-width:560px){.gk-rail{grid-template-columns:1fr}.gk-rail .cell{border-left:0;border-top:2px dashed rgba(239,234,217,.25)}.gk-rail .cell:first-child{border-top:0}}
.gk-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.gk-tbl{border:3px solid var(--ink);border-radius:18px;box-shadow:6px 6px 0 var(--flame-deep);overflow:hidden;background:var(--paper)}
.gk-tbl table{width:100%;min-width:620px;border-collapse:collapse;font-size:14.5px}
.gk-tbl th{font-family:var(--display);font-weight:800;font-size:14.5px;text-align:left;padding:15px 16px;background:var(--ink);color:var(--gold);border-left:2px solid rgba(239,234,217,.2)}
.gk-tbl th:first-child{border-left:0}
.gk-tbl td{padding:13px 16px;border-top:2px solid var(--rule);border-left:2px solid var(--rule);vertical-align:top;line-height:1.5}
.gk-tbl td:first-child{font-family:var(--display);font-weight:800;font-size:13px;background:var(--paper-2);border-left:0;width:22%}
.gk-tbl tr:nth-child(even) td{background:#F3EDDD}
.gk-tbl tr:nth-child(even) td:first-child{background:var(--paper-2)}
.gk-tick{display:inline-block;width:19px;height:19px;border:2.5px solid var(--ink);border-radius:6px;background:var(--gold);color:var(--ink);font-weight:800;font-size:12px;text-align:center;line-height:15px;margin-right:8px;vertical-align:-3px}
.gk-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gk-steps::before{content:"";position:absolute;top:21px;left:8%;right:8%;border-top:3px dashed var(--ink);opacity:.3}
.gk-step{position:relative;margin-top:21px;background:var(--paper-2);border:3px solid var(--ink);border-radius:16px;box-shadow:5px 5px 0 var(--ink);padding:34px 18px 18px}
.gk-step.hot{background:var(--flame-soft);box-shadow:5px 5px 0 var(--flame-deep)}
.gk-step .n{position:absolute;top:-21px;left:18px;width:42px;height:42px;border-radius:50%;background:var(--flame);color:#fff;border:3px solid var(--ink);font-family:var(--display);font-weight:800;font-size:19px;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px 0 var(--ink);z-index:1}
.gk-step .ic{position:absolute;top:12px;right:14px;width:34px;height:34px;border:2.5px solid var(--ink);border-radius:9px;background:var(--gold);display:flex;align-items:center;justify-content:center;color:var(--ink)}
.gk-step .ic svg{width:18px;height:18px}
.gk-step p{margin:0;font-size:14.5px;line-height:1.5;color:var(--ink-2);max-width:92%}
.gk-step strong{font-family:var(--display);display:block;margin:0 0 6px;font-size:16px;color:var(--ink)}
@media(max-width:1000px){.gk-steps{grid-template-columns:1fr;gap:30px}.gk-steps::before{display:none}}
/* '+ more coming soon' in the partner strip — subtle v2 (11 Aug): whisper text in the strip's own muted grey, no chip */
.partner-more{font-family:var(--mono);font-size:10px;letter-spacing:1.6px;text-transform:uppercase;color:rgba(239,234,217,.42);white-space:nowrap;align-self:center}

/* ============ RESULT-CARD PARTNER CTAS — REBALANCE (18 Aug 2026) ============
   gs-trust / gs-disclosure were styled for the dark GoShorty quote card and
   rendered near-invisible (cream text) when injected into the light chat
   result — the "empty gaps" bug. Scoped overrides fix legibility; .cs-alt
   turns the floating secondary links into a proper bordered partner card. */
.chat-result-cta { display: block; }
.chat-result-cta .gs-reg-row { margin: 0 0 10px; }
.chat-result .gs-trust { color: var(--ink-soft); font-size: 13.5px; margin: 12px 0 2px; }
.chat-result .gs-disclosure { color: var(--ink-muted); font-size: 12px; line-height: 1.5; margin: 12px 0 0; }
.chat-result .gs-skip { color: var(--flame-deep); }
.chat-result .gs-skip:hover { color: var(--ink); }
.cs-alt { border: 2px solid var(--ink); background: var(--paper); border-radius: 14px; padding: 16px 18px; margin: 16px 0 0; box-shadow: var(--sh-card); }
.cs-alt-kicker { font-family: var(--mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--flame-deep); margin: 0 0 6px; }
.cs-alt p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; margin: 0 0 12px; }
.cs-alt .btn { font-size: 15px; }
.chat-result .cs-meanwhile { border: 2px solid var(--ink); background: var(--paper); border-radius: 14px; padding: 14px 18px; margin: 16px 0 0; box-shadow: var(--sh-card); font-size: 14.5px; color: var(--ink-soft); }
.chat-result .cs-meanwhile a { color: var(--flame-deep); }
.chat-result .cs-meanwhile a:hover { color: var(--ink); }

/* ============ HERO REG FORK (18 Aug 2026) ============
   Entering a reg now asks short-term vs annual (plus breakdown / finance)
   instead of dropping straight into the questions. */
.hero-reg-fork { max-width: 560px; margin: 0 0 18px; animation: chatIn .3s ease-out; }
.hero-fork-label { font-size: 14.5px; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.hero-fork-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.fork-btn { text-align: left; background: var(--paper); color: var(--ink); border: 2px solid var(--ink); border-radius: 12px; padding: 12px 14px; cursor: pointer; font-family: var(--body); box-shadow: var(--sh-card); transition: transform .12s ease, box-shadow .12s ease; }
.fork-btn:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); background: var(--paper-2); }
.fork-btn strong { display: block; font-size: 15px; letter-spacing: -0.01em; }
.fork-btn small { display: block; font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; line-height: 1.35; }
@media (max-width: 520px) { .hero-fork-grid { grid-template-columns: 1fr; } }

/* ============ QUOTEZONE COMPLIANCE (21 Aug 2026) ============
   Clearly-labelled advertisement units (passive placement) and
   parked finance CTA cards. */
.cgc-ad-wrap { padding: 26px 0 6px; }
/* 8 Sep 2026: car finance is presented as a separate section of the site — its nav item
   sits behind a divider and carries its own accent, so finance never reads as part of the
   insurance editorial around it. */
.nav-links .nav-sep { border-left: 1px solid #E5DFD2; margin-left: 8px; padding-left: 16px; }
.nav-links .nav-finance { color: #B3401F; }
@media (max-width: 900px) {
  .nav-links .nav-sep { border-left: 0; margin-left: 0; padding-left: 0; border-top: 1px solid #E5DFD2; margin-top: 8px; padding-top: 10px; }
}
.cgc-ad { border: 2px dashed var(--ink-muted); background: var(--paper-2); border-radius: 14px; padding: 18px 20px; }
.cgc-ad-label { font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-muted); margin: 0 0 8px; }
.cgc-ad-name { font-family: var(--display); font-weight: 800; font-size: 18px; margin: 0 0 4px; color: var(--ink); }
.cgc-ad-line { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 12px; }
.cgc-ad .btn.cgc-ad-btn { font-size: 15px; background: var(--paper); box-shadow: var(--sh-card); }
.cgc-ad .cgc-aff-note { margin-top: 10px; }
.cgc-fin-card { display: none !important; }
.btn[data-adlabel]::before { content: "Ad · "; font-weight: 600; opacity: 0.7; letter-spacing: 0.02em; }
.gs-quote-card .cgc-ad-label { color: rgba(250,246,238,0.85); }
.gs-quote-card .cgc-aff-note { color: rgba(250,246,238,0.78); }
.gs-quote-card .cgc-aff-note a { color: rgba(250,246,238,0.95); }
.cgc-ad-dark { background: #0E1F1C; border: 2px solid #0E1F1C; box-shadow: 7px 7px 0 #FF4D2E; }
.cgc-ad-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px; }
.cgc-ad-tag { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(250,246,238,0.6); }
.cgc-ad-dark .cgc-ad-label { color: #F4C95D; }

/* --- GoShorty passive cards (27 Aug 2026): Advertisement header on both card types --- */
.gs-quote-card .cgc-ad-top, .reg-quote-card .cgc-ad-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.reg-quote-card .cgc-ad-label { color: rgba(250,246,238,0.85); }
.gs-quote-card .cgc-ad-tag, .reg-quote-card .cgc-ad-tag { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(250,246,238,0.6); }

/* --- Autodosh finance panel (26 Aug 2026). Both designs advertiser-approved. --- */
.cgc-fin-panel { display: flex; flex-direction: column; gap: 13px; margin: 0; max-width: 720px; }
.cgc-fin-v1 { background: #FFFFFF; border: 1px solid #E5DFD2; border-radius: 16px; padding: 24px 26px 20px; box-shadow: 7px 7px 0 #FF4D2E; }
.cgc-fin-v2 { border-left: 4px solid #FF4D2E; border-top: 1px solid #E5DFD2; border-bottom: 1px solid #E5DFD2; padding: 20px 22px 18px 24px; }
.cgc-fin-toprow { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.cgc-fin-eyebrow { font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #B3401F; }
.cgc-fin-adtag { font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-muted); }
.cgc-fin-h { font-family: var(--display); font-weight: 800; color: var(--ink); margin: 0; letter-spacing: -.01em; line-height: 1.18; }
.cgc-fin-v1 .cgc-fin-h { font-size: 24px; }
.cgc-fin-v2 .cgc-fin-h { font-size: 22px; }
.cgc-fin-brandline { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 14.5px; line-height: 1.45; color: var(--ink); }
.cgc-fin-ticks { display: flex; gap: 20px; flex-wrap: wrap; }
.cgc-fin-tick { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--ink); }
.cgc-fin-cta { background: #FF4D2E; border-radius: 999px; padding: 14px 28px; font-weight: 700; font-size: 16px; color: #FFF6EF; text-decoration: none; box-shadow: 0 4px 0 rgba(0,0,0,.28); display: inline-block; }
.cgc-fin-cta:hover, .cgc-fin-cta:focus { background: #E8391A; color: #FFF6EF; }
.cgc-fin-adchip { opacity: .8; font-weight: 600; }
.cgc-fin-small { font-size: 12px; color: var(--ink-muted); line-height: 1.55; margin: 0; }
.cgc-fin-small a { color: #B3401F; text-decoration: underline; }
@media (max-width: 560px) {
  .cgc-fin-ticks { flex-direction: column; gap: 9px; }
  .cgc-fin-cta { display: block; text-align: center; }
  .cgc-fin-v1 { padding: 20px 18px 16px; box-shadow: 5px 5px 0 #FF4D2E; }
  .cgc-fin-v1 .cgc-fin-h { font-size: 20.5px; }
  .cgc-fin-v2 .cgc-fin-h { font-size: 19.5px; }
}
.cgc-ad-dark .cgc-ad-name { color: #FAF6EE; font-size: 23px; }
.cgc-ad-dark .cgc-ad-line { color: rgba(250,246,238,0.78); }
.cgc-ad-ticks { list-style: none; padding: 0; margin: 8px 0 2px; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.cgc-ad-ticks li { color: rgba(250,246,238,0.9); font-size: 14px; font-weight: 500; margin: 0; }
.cgc-ad-ticks li::before { content: "✓ "; color: #F4C95D; font-weight: 700; }
/* 9 Sep 2026 FIX: `.cgc-ad .btn.cgc-ad-btn` (line ~852) is specificity 0,3,0 and was
   beating the 0,2,0 dark-variant rule below, forcing background:var(--paper) — cream fill
   under cream text, so the CTA on every dark ad unit rendered as a blank slab. Matched at
   0,4,0 so the dark variant wins outright. Do not lower this selector's specificity. */
.cgc-ad.cgc-ad-dark .btn.cgc-ad-btn { background: #FF4D2E; color: #FFF6EF; border-color: #11100E; box-shadow: 4px 4px 0 #11100E; }
.cgc-ad.cgc-ad-dark .btn.cgc-ad-btn:hover { background: #E8391A; color: #FFF6EF; transform: translate(-2px,-2px); box-shadow: 6px 6px 0 #11100E; }
.cgc-ad-dark .cgc-ad-btn { background: #FF4D2E; color: #FFF6EF; border-color: #11100E; }
.cgc-ad-dark .cgc-ad-btn:hover { color: #FFF6EF; }
.cgc-ad-dark .cgc-aff-note { color: rgba(250,246,238,0.72); border-top: 1px solid rgba(250,246,238,0.18); padding-top: 10px; }
.cgc-ad-dark .cgc-aff-note a { color: rgba(250,246,238,0.92); } /* finance CTAs parked until a credit principal is in place */
