:root {
  color-scheme: light;
  --ink: #121826;
  --muted: #5f6878;
  --line: #e5e8ef;
  --panel: #ffffff;
  --soft: #f6f8fb;
  --blue: #0b4ea2;
  --red: #d72630;
  --gold: #f4b32f;
  --navy: #071a35;
  --shadow: 0 24px 70px rgba(9, 23, 45, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
}
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 10px; z-index: 99; }
.skip-link:focus { left: 8px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(229, 232, 239, 0.88);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}
.brand img { height: 38px; display: block; }
nav { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 700; color: #344057; }
nav a { text-decoration: none; }
.nav-cta { background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 999px; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 390px;
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(70px, 9vw, 126px) clamp(20px, 5vw, 72px) 60px;
  background:
    radial-gradient(circle at 86% 22%, rgba(215, 38, 48, .12), transparent 32%),
    radial-gradient(circle at 5% 15%, rgba(11, 78, 162, .13), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2 { line-height: .98; letter-spacing: -0.045em; margin: 0; }
h1 { font-size: clamp(44px, 7.4vw, 96px); max-width: 920px; }
h2 { font-size: clamp(34px, 4.4vw, 62px); }
.lede, .section-heading p, .hero-copy p:not(.eyebrow) { font-size: clamp(18px, 2vw, 23px); color: #445066; max-width: 820px; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 28px; }
.button, .phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}
.button.primary { background: var(--red); color: #fff; box-shadow: 0 14px 32px rgba(215, 38, 48, .24); }
.button.secondary { background: #fff; border: 1px solid var(--line); color: var(--navy); }
.phone-link { color: var(--blue); }
.rating-card {
  align-self: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.rating-label { display: block; color: var(--muted); font-weight: 800; margin-bottom: 12px; }
.rating-card strong { display: block; font-size: 92px; line-height: .9; color: var(--navy); letter-spacing: -.07em; }
.stars { color: var(--gold); letter-spacing: .08em; font-weight: 900; }
.rating-card p { color: var(--muted); font-size: 18px; }
.rating-card a { color: var(--blue); font-weight: 800; }
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 72px);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: var(--line);
  box-shadow: 0 14px 44px rgba(9, 23, 45, .06);
}
.proof-strip div { background: #fff; padding: 22px; }
.proof-strip strong { display: block; font-size: 20px; }
.proof-strip span { color: var(--muted); }
.section { padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px); }
.two-col { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.2fr); gap: clamp(30px, 6vw, 78px); align-items: start; }
.two-col p, .trust-notes p, .faq p { color: var(--muted); font-size: 18px; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.review-card, .verify-card, .theme-list article, details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(9, 23, 45, .06);
}
.review-card.featured { border-color: rgba(215, 38, 48, .25); background: linear-gradient(180deg, #fff, #fff8f8); }
blockquote { margin: 12px 0 18px; font-size: 19px; color: #263044; }
cite { color: var(--muted); font-style: normal; font-weight: 700; font-size: 14px; }
.verification { background: var(--soft); }
.section-heading { max-width: 850px; margin-bottom: 30px; }
.verify-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.verify-card { text-decoration: none; min-height: 180px; }
.verify-card strong { display: block; color: var(--navy); font-size: 22px; margin-bottom: 12px; }
.verify-card span { color: var(--muted); }
.muted-card { background: #fbfcfe; }
.trust-notes { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; }
.theme-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.theme-list strong { font-size: 22px; }
.faq { max-width: 980px; margin: 0 auto; }
details { margin-top: 14px; }
summary { cursor: pointer; font-weight: 850; font-size: 20px; }
.cta-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  margin: 0 clamp(20px, 5vw, 72px) clamp(60px, 8vw, 100px);
  padding: clamp(34px, 5vw, 58px);
  border-radius: 34px;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.cta-section:after { content: ""; position: absolute; inset: auto -90px -160px auto; width: 360px; height: 360px; background: rgba(215,38,48,.28); border-radius: 50%; }
.cta-section > * { position: relative; z-index: 1; }
.cta-section p { color: #cbd5e1; font-size: 18px; }
.cta-section .button.secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.25); }
.cta-section .phone-link { color: #fff; }
.site-footer { padding: 30px clamp(20px, 5vw, 72px); color: var(--muted); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
@media (max-width: 980px) {
  .hero, .two-col, .trust-notes, .cta-section { grid-template-columns: 1fr; }
  .rating-card { max-width: 520px; }
  .proof-strip, .verify-grid, .theme-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .hero { padding-top: 48px; }
  .review-grid, .proof-strip, .verify-grid, .theme-list { grid-template-columns: 1fr; }
  .rating-card strong { font-size: 72px; }
}

.review-meta { display: flex; justify-content: space-between; gap: 14px; align-items: center; color: var(--muted); font-size: 14px; font-weight: 800; }
.all-reviews { background: #fff; }
.all-review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.all-review-grid .review-card { display: flex; flex-direction: column; min-height: 260px; }
.all-review-grid blockquote { font-size: 17px; }
.api-plan { background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%); }
@media (max-width: 1100px) { .all-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .all-review-grid { grid-template-columns: 1fr; } }
