:root {
  --primary: #122347;
  --primary-strong: #0b1730;
  --red: #e1261c;
  --ink: #182235;
  --muted: #5c6b7f;
  --bg: #f4f6fa;
  --surface: #ffffff;
  --soft: #e9eef7;
  --border: #dfe5ee;
  --success: #1f6b4f;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 12px 32px rgba(18, 35, 71, 0.09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1080px, calc(100% - 2.4rem)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 2.4rem)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: #fff; padding: .7rem 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(244,246,250,.93);
  backdrop-filter: blur(12px);
  border-top: 3px solid var(--red);
  border-bottom: 1px solid var(--border);
}
.header-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.mark { width: 28px; height: 28px; border-radius: 8px; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 1.25rem; line-height: 1; }
.nav { display: flex; align-items: center; gap: 1rem; }
.nav a { text-decoration: none; font-weight: 600; font-size: .94rem; }
.nav .text-link { color: var(--muted); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .85rem 1.25rem; border-radius: 11px; text-decoration: none;
  border: 1px solid transparent; font-weight: 700; line-height: 1.1;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-strong); }
.btn-secondary { background: #fff; border-color: var(--border); }
.hero { padding: 5rem 0 4rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 3rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .42rem .8rem; border-radius: 999px;
  color: var(--primary); background: var(--soft); border: 1px solid #d6deec;
  font-size: .88rem; font-weight: 700;
}
h1, h2, h3 { line-height: 1.16; letter-spacing: -.025em; margin-top: 0; }
h1 { font-size: clamp(2.35rem, 6vw, 4.25rem); margin: 1.15rem 0 1.2rem; }
h2 { font-size: clamp(1.8rem, 4vw, 2.65rem); margin-bottom: .8rem; }
h3 { font-size: 1.17rem; margin-bottom: .45rem; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 720px; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.microcopy { color: var(--muted); font-size: .9rem; margin-top: .8rem; }
.hero-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.2rem; box-shadow: var(--shadow); }
.hero-card img { display: block; margin: 0 auto; max-height: 520px; width: auto; }
.trust-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; }
.chip { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: .4rem .72rem; color: var(--muted); font-size: .86rem; font-weight: 600; }
.section { padding: 4.5rem 0; }
.section-white { background: #fff; border-block: 1px solid var(--border); }
.section-head { max-width: 720px; margin-bottom: 2rem; }
.section-head p { color: var(--muted); font-size: 1.06rem; }
.grid { display: grid; gap: 1rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; }
.card p { margin-bottom: 0; color: var(--muted); }
.card strong { color: var(--ink); }
.pain-card { border-top: 4px solid var(--red); }
.icp-label { display: inline-block; color: var(--success); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .65rem; }
.steps { counter-reset: step; }
.step { position: relative; padding-left: 4rem; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 1.3rem; top: 1.3rem;
  width: 2rem; height: 2rem; display: grid; place-items: center;
  border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800;
}
.answer {
  background: var(--primary); color: #fff; border-radius: var(--radius-lg);
  padding: 2rem; box-shadow: var(--shadow);
}
.answer p { color: rgba(255,255,255,.86); }
.answer a { color: #fff; }
.quote { padding: 1.7rem; border-left: 4px solid var(--red); background: #fff; border-radius: 0 var(--radius) var(--radius) 0; }
.quote p { font-size: 1.12rem; margin: 0; }
.compare { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; }
.compare th, .compare td { padding: .95rem; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
.compare th { background: var(--soft); }
.compare tr:last-child td { border-bottom: 0; }
.faq details { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 1rem 1.1rem; }
.faq details + details { margin-top: .7rem; }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { color: var(--muted); margin-bottom: 0; }
.link-cards a { text-decoration: none; }
.link-cards .card:hover { border-color: #bdc8da; transform: translateY(-1px); }
.cta { background: linear-gradient(135deg, #0b1730, #18315f); color: #fff; text-align: center; border-radius: var(--radius-lg); padding: 3rem 1.4rem; }
.cta p { color: rgba(255,255,255,.82); }
.cta .btn { background: #fff; color: var(--primary); }
.breadcrumbs { padding-top: 1.2rem; color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: var(--primary); }
.article-hero { padding: 3.5rem 0 2.5rem; }
.article-hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
.prose h2 { margin-top: 2.5rem; }
.prose p, .prose li { color: #3f4e63; }
.prose li + li { margin-top: .45rem; }
.callout { background: var(--soft); border-left: 4px solid var(--primary); padding: 1.2rem 1.3rem; border-radius: 0 12px 12px 0; }
footer { padding: 3rem 0; color: var(--muted); font-size: .92rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-links { display: flex; gap: .9rem; flex-wrap: wrap; }
.footer-links a { color: var(--muted); }
@media (max-width: 820px) {
  .hero-grid, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .hero { padding-top: 3.2rem; }
  .hero-card { max-width: 360px; margin: 0 auto; }
  .nav .text-link { display: none; }
  .compare { font-size: .9rem; }
}
@media (max-width: 480px) {
  .container, .narrow { width: min(100% - 1.4rem, 1080px); }
  .btn { width: 100%; }
  .header-inner .btn { width: auto; }
  .hero-actions { flex-direction: column; }
  .section { padding: 3.3rem 0; }
}
