:root {
  --ink: #0f172a;
  --muted: #64748b;
  --soft: #f8fafc;
  --line: #e2e8f0;
  --red: #dc2626;
  --red-dark: #991b1b;
  --red-soft: #fff1f2;
  --amber: #b45309;
  --green: #15803d;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: Inter, system-ui, sans-serif; }
a { color: inherit; }
.topline { height: 4px; background: linear-gradient(90deg, #dc2626, #fb7185, #f97316); }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.brand strong { display: block; font-size: 16px; line-height: 1.1; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.navlinks { display: flex; align-items: center; gap: 18px; color: #475569; font-size: 13px; }
.navlinks a { text-decoration: none; }
.navlinks a:hover { color: var(--red-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--red); border-radius: 8px; padding: 11px 15px; color: #fff; background: var(--red); font-size: 13px; font-weight: 800; text-decoration: none; }
.button:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button.secondary { color: var(--red-dark); background: #fff; border-color: #fecaca; }
.hero { padding: 68px 0 54px; background: linear-gradient(135deg, #fff1f2 0%, #fff 55%, #fff7ed 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 58px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; color: var(--red-dark); background: #fee2e2; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
h1 { max-width: 770px; margin: 18px 0 16px; font-size: clamp(38px, 6vw, 70px); line-height: .99; letter-spacing: -.055em; }
h1 em { color: var(--red); font-style: normal; }
.lede { max-width: 680px; margin: 0; color: #475569; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.source-note { margin-top: 17px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.source-note a { color: var(--red-dark); font-weight: 700; }
.price-card { position: relative; overflow: hidden; padding: 25px; border: 1px solid #fecaca; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(127, 29, 29, .10); }
.price-card::after { position: absolute; right: -45px; top: -45px; width: 130px; height: 130px; border-radius: 50%; background: #fff1f2; content: ''; }
.price-card > * { position: relative; z-index: 1; }
.price-card h2 { margin: 0 0 5px; font-size: 17px; }
.price-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 22px 0 12px; }
.price strong { font-size: 48px; letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: 13px; }
.price-card ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; color: #334155; font-size: 13px; }
.price-card li::before { margin-right: 8px; color: var(--green); content: '✓'; font-weight: 900; }
.band { padding: 28px 0; background: var(--ink); color: #fff; }
.band-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.band-stat { padding: 5px 16px; border-left: 1px solid rgba(255,255,255,.2); }
.band-stat:first-child { border-left: 0; }
.band-stat strong { display: block; color: #fff; font-size: 23px; letter-spacing: -.03em; }
.band-stat span { display: block; margin-top: 4px; color: #cbd5e1; font-size: 12px; line-height: 1.45; }
.section { padding: 64px 0; }
.section.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 720px; }
.section h2 { margin: 0 0 10px; font-size: clamp(27px, 4vw, 40px); letter-spacing: -.045em; }
.section-intro { margin: 0; color: var(--muted); line-height: 1.65; }
.comparison-wrap { overflow-x: auto; margin-top: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.04); }
.comparison { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.comparison th, .comparison td { padding: 17px 18px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 13px; line-height: 1.5; }
.comparison th { color: #475569; background: #f8fafc; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.comparison th:first-child { width: 20%; }
.comparison tr:last-child td { border-bottom: 0; }
.comparison td:first-child { color: var(--ink); font-weight: 800; }
.comparison td:nth-child(2) { background: #fffafa; }
.comparison strong { color: var(--red-dark); }
.comparison small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.callout { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; margin-top: 27px; padding: 22px 24px; border: 1px solid #fecaca; border-radius: 14px; background: var(--red-soft); }
.callout h3 { margin: 0 0 5px; font-size: 17px; }
.callout p { margin: 0; color: #7f1d1d; font-size: 13px; line-height: 1.55; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 27px; }
.card { padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.card h3 { margin: 0 0 8px; font-size: 17px; }
.card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.card .tag { display: inline-flex; margin-bottom: 13px; padding: 4px 8px; border-radius: 999px; color: #475569; background: #f1f5f9; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.faq { display: grid; gap: 11px; margin-top: 27px; }
.faq details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.faq summary { cursor: pointer; color: var(--ink); font-size: 14px; font-weight: 800; }
.faq p { max-width: 800px; margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.footer { padding: 30px 0 48px; border-top: 1px solid var(--line); color: #94a3b8; font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 11px; }
.footer a { color: #64748b; text-decoration: none; }
.footer a:hover { color: var(--red-dark); }
.fine { margin-top: 18px; color: #94a3b8; font-size: 11px; }
@media (max-width: 780px) {
  .nav { min-height: 62px; }
  .navlinks a:not(.button) { display: none; }
  .hero { padding: 48px 0 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .band-grid { grid-template-columns: 1fr; gap: 10px; }
  .band-stat, .band-stat:first-child { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 13px 0 0; }
  .band-stat:first-child { border-top: 0; padding-top: 0; }
  .section { padding: 48px 0; }
  .cards { grid-template-columns: 1fr; }
  .callout { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .wrap { width: min(100% - 24px, 1160px); }
  h1 { font-size: 42px; }
  .price-card { padding: 21px; }
}
