:root {
  --ink:     #0D1117;
  --ink2:    #1C2333;
  --slate:   #2D3748;
  --mid:     #64748B;
  --rule:    #E2E8F0;
  --paper:   #F8FAFC;
  --white:   #FFFFFF;
  --gold:    #D4821A;
  --gold2:   #F0A030;
  --red:     #C53030;
  --green:   #276749;
  --radius:  6px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--ink); color: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; letter-spacing: -0.01em; }
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--gold2); color: var(--ink); padding: 10px 14px; border-radius: 4px; font-weight: 700; }
.skip-link:focus { top: 10px; }
.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; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

header { background: var(--ink); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; position: sticky; top: 0; z-index: 100; }
.logo { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: 0.02em; color: var(--white); text-decoration: none; display: flex; align-items: center; gap: 8px; }
.logo-badge { background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: 0.1em; padding: 2px 6px; border-radius: 3px; text-transform: uppercase; }
.header-cta { background: var(--gold); color: var(--ink); border: none; border-radius: var(--radius); padding: 10px 18px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; text-decoration: none; }
.header-signin { color: rgba(255,255,255,0.6); font-size: 14px; text-decoration: none; margin-right: 18px; }

.hero { max-width: 780px; margin: 0 auto; padding: 84px 24px 56px; text-align: center; }
.hero-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold2); margin-bottom: 18px; }
.hero h1 { font-size: 46px; line-height: 1.08; color: var(--white); margin-bottom: 20px; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,0.65); max-width: 620px; margin: 0 auto 30px; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold2)); color: var(--ink); padding: 15px 30px; border-radius: var(--radius); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; text-decoration: none; text-transform: uppercase; letter-spacing: 0.03em; }
.btn-quiet { color: rgba(255,255,255,0.6); padding: 15px 10px; font-size: 15px; text-decoration: underline; text-underline-offset: 3px; }
.hero-note { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.68); }

.stat-block { background: var(--ink2); padding: 40px 24px; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.stat-grid { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 30px; color: var(--gold2); }
.stat-label { font-size: 12.5px; color: rgba(255,255,255,0.55); margin-top: 4px; }

section.section { padding: 72px 24px; }
.section-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold2); text-align: center; margin-bottom: 10px; }
.section-title { font-family:'Barlow',sans-serif; font-weight:400; letter-spacing:normal; font-size: 32px; color: var(--white); text-align: center; margin-bottom: 14px; }
.section-sub { font-size: 15.5px; color: rgba(255,255,255,0.55); text-align: center; max-width: 620px; margin: 0 auto 40px; }

.contrast-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; }
.contrast-card { border-radius: 10px; padding: 26px 24px; }
.contrast-bad { background: rgba(197,48,48,0.08); border: 1px solid rgba(197,48,48,0.25); }
.contrast-good { background: rgba(212,130,26,0.08); border: 2px solid var(--gold); }
.contrast-arrow { display: flex; align-items: center; color: var(--gold2); font-size: 26px; }
.contrast-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.contrast-bad .contrast-label { color: #F5A9A9; }
.contrast-good .contrast-label { color: var(--gold2); }
.contrast-card p { font-size: 14.5px; color: rgba(255,255,255,0.7); line-height: 1.7; }
.contrast-card ul { margin: 12px 0 0 18px; font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.9; }

.owner-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.owner-card { background: var(--ink2); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 24px; }
.owner-card .icon { font-size: 22px; margin-bottom: 10px; }
.owner-card h3 { font-size: 17px; color: var(--white); margin-bottom: 8px; }
.owner-card p { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.7; }

.score-panel { max-width: 760px; margin: 0 auto; background: #fff; color: var(--ink); border-radius: 12px; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.score-panel .band { display: flex; gap: 6px; margin-top: 18px; }
.score-panel .band span { flex: 1; text-align: center; font-size: 10px; font-weight: 700; padding: 6px 0; color: #fff; border-radius: 3px; }

.pricing-grid { max-width: 940px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { background: var(--ink2); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 28px 24px; }
.price-card.featured { border: 2px solid var(--gold); background: rgba(212,130,26,0.06); }
.price-card h3 { font-size: 19px; color: var(--white); margin-bottom: 6px; }
.price-tag { font-family:'Barlow Condensed',sans-serif; font-weight: 800; font-size: 15px; color: var(--gold2); margin-bottom: 14px; }
.price-card ul { list-style: none; font-size: 13.5px; color: rgba(255,255,255,0.65); line-height: 2; }
.price-card ul li::before { content: '✓ '; color: var(--gold2); font-weight: 700; }
.pricing-note { text-align: center; color: rgba(255,255,255,0.68); font-size: 13px; max-width: 560px; margin: 24px auto 0; }

.steps-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step-card { border-top: 3px solid var(--gold); background: var(--ink2); border-radius: 8px; padding: 24px; }
.step-num { color: var(--gold2); font-family: 'Barlow Condensed',sans-serif; font-weight: 800; font-size: 13px; letter-spacing: .1em; }
.step-card h3 { font-size: 20px; margin: 6px 0; }
.step-card p { color: rgba(255,255,255,.68); font-size: 14px; }

.faq { max-width: 760px; margin: 0 auto; }
.faq details { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.faq summary { cursor: pointer; font-family:'Barlow Condensed',sans-serif; font-size: 19px; font-weight: 700; color: #fff; }
.faq p { margin-top: 10px; color: rgba(255,255,255,.7); }

.final-cta { text-align: center; padding: 80px 24px; background: linear-gradient(180deg, var(--ink) 0%, var(--ink2) 100%); }
.final-cta h2 { font-size: 34px; margin-bottom: 16px; }
.final-cta p { color: rgba(255,255,255,0.6); margin-bottom: 28px; }

footer { text-align: center; padding: 32px 24px; font-size: 12.5px; color: rgba(255,255,255,0.68); border-top: 1px solid rgba(255,255,255,0.06); }
footer a { color: rgba(255,255,255,0.82); text-decoration: underline; }

@media (max-width: 720px) {
  header { padding: 0 14px; }
  .logo { font-size: 20px; }
  .header-signin { margin-right: 8px; }
  .header-cta { padding: 9px 11px; font-size: 13px; }
  .hero { padding: 68px 20px 48px; }
  .hero h1 { font-size: 30px; overflow-wrap: anywhere; }
  .hero-sub { font-size: 17px; }
  .hero-ctas > * { max-width: 100%; }
  .stat-grid, .owner-grid, .pricing-grid, .steps-grid { grid-template-columns: 1fr; }
  .contrast-grid { grid-template-columns: 1fr; }
  .contrast-arrow { justify-content: center; transform: rotate(90deg); }
  .score-panel { padding: 22px 16px; max-width: 100%; overflow: hidden; }
  .score-summary { gap: 16px !important; }
  .score-copy { min-width: 0 !important; flex-basis: 100%; }
  .score-panel .band { gap: 3px; }
  .score-panel .band span { font-size: 9px; }
}
