.site-header .brand {
  gap: 11px;
}
.site-header .brand img {
  width: 50px;
  height: 50px;
}
.site-header .brand strong {
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.9px;
}
.site-header .brand small {
  display: block;
  margin-top: 5px;
  font-size: 0;
  line-height: 1.15;
  opacity: 1;
  white-space: nowrap;
}
.site-header .brand small::before,
.site-header .brand small::after {
  font-size: 11px;
  font-weight: 800;
}
.site-header .brand small::before {
  content: "We watch the price. ";
  color: var(--ink);
}
.site-header .brand small::after {
  content: "You save.";
  color: var(--coral);
  font-weight: 950;
}
.site-header .brand small em { display: none; }

.hero-copy > .eyebrow { display: none; }
.hero-art::before { z-index: 0; }
.hero-main-visual {
  position: relative;
  z-index: 1;
}

.hero-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.trust-mini {
  margin-top: -14px;
  margin-bottom: 28px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 26px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}
.trust-mini span { display: inline-flex; align-items: center; gap: 8px; }
.trust-mini span::before {
  content: "✓";
  color: var(--coral);
  font-weight: 950;
}

/* Shared homepage section typography. Narrative sections use the same centered
   text measure; dense trust content remains left-aligned by design. */
.intelligence-section .section-heading,
.decision-section .section-heading,
.watching-copy,
.faq-heading {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.intelligence-section .section-heading > p:last-child,
.decision-section .section-heading > p:last-child,
.watching-copy > p:not(.eyebrow),
.faq-heading > p:last-child {
  max-width: 620px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}
.intelligence-section .section-heading > p:last-child,
.decision-section .section-heading > p:last-child {
  margin-bottom: 0;
}

.decision-section { padding-top: 18px; padding-bottom: 32px; }

.trust-section-v2 {
  padding-top: 12px;
  padding-bottom: 20px;
}
.trust-panel-v2 {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.trust-panel-v2 .section-heading {
  max-width: 760px;
  margin-bottom: 0;
  text-align: left;
}
.trust-panel-v2 .section-heading > p:last-child {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.5;
}
.trust-visual-v2 {
  margin-top: -24px !important;
  margin-bottom: -20px !important;
  overflow: visible;
}
.trust-visual-v2 img {
  width: min(100%, 860px) !important;
  max-width: 100% !important;
}
.trust-grid-v2 {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.trust-card-v2 {
  padding: 19px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
}
.trust-card-v2 strong { display: block; font-size: 17px; line-height: 1.2; }
.trust-card-v2 p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.trust-actions-v2 {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px 20px;
  flex-wrap: wrap;
}
.trust-link-v2 { font-size: 14px; font-weight: 900; text-underline-offset: 3px; }
.independence-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.watching-section {
  gap: 24px !important;
  padding-top: 14px !important;
  padding-bottom: 24px !important;
}
.watching-visual {
  margin-top: -8px !important;
  margin-bottom: 4px !important;
  overflow: visible;
}
.watching-visual img {
  width: min(106%, 1020px) !important;
  max-width: none !important;
}
.watching-copy > p:not(.eyebrow) {
  margin-top: 14px;
  margin-bottom: 18px;
}

/* Pricing is an information card, but its intro follows the same centered
   heading/body rhythm as the rest of the homepage. */
.pricing-card .pricing-copy {
  text-align: center;
}
.pricing-card .pricing-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.faq-section { padding-top: 24px; padding-bottom: 72px; }
.faq-heading > p:last-child { margin-inline: auto; }
.faq-list {
  max-width: 880px;
  margin: 30px auto 0;
  display: grid;
  gap: 10px;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  overflow: clip;
}
.faq-item summary {
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 900;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 23px;
  line-height: 1;
  color: var(--coral);
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.faq-item a { font-weight: 850; text-underline-offset: 2px; }

.methodology-main { max-width: 900px; }
.methodology-main .document-hero strong { color: var(--ink); }
.methodology-verdict { border-width: 2px; }
.methodology-buy { background: var(--coral-soft); }
.methodology-wait { background: var(--gold-soft); }
.methodology-verdict .eyebrow { margin-bottom: 8px; }
.methodology-summary { text-align: center; }
.methodology-summary .primary-button { margin-top: 20px; }

@media (max-width: 800px) {
  .trust-grid-v2 { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header .brand { gap: 8px; }
  .site-header .brand img { width: 45px; height: 45px; }
  .site-header .brand strong { font-size: 21px; }
  .site-header .brand small { margin-top: 4px; }
  .site-header .brand small::before,
  .site-header .brand small::after { font-size: 9.5px; }
  .site-header .header-cta {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .hero-art { margin-bottom: -8px !important; }
  .hero-copy { margin-top: 0; }

  .intelligence-section .section-heading > p:last-child,
  .decision-section .section-heading > p:last-child,
  .watching-copy > p:not(.eyebrow),
  .pricing-card .pricing-copy > p:not(.eyebrow),
  .faq-heading > p:last-child,
  .trust-panel-v2 .section-heading > p:last-child {
    font-size: 16px;
    line-height: 1.5;
  }

  .trust-mini { margin-top: 0; justify-content: flex-start; text-align: left; }
  .decision-section { padding-top: 6px; padding-bottom: 18px; }
  .trust-section-v2 { padding-top: 4px; padding-bottom: 12px; }
  .trust-panel-v2 { padding: 22px 18px 20px; }
  .trust-panel-v2 .section-heading > p:last-child { margin-top: 12px; }
  .trust-visual-v2 {
    margin-top: -62px !important;
    margin-bottom: -56px !important;
  }
  .trust-visual-v2 img {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }
  .trust-grid-v2 { margin-top: 0; gap: 9px; }
  .trust-card-v2 { padding: 18px; }
  .trust-actions-v2 { margin-top: 12px; }
  .independence-note { margin-top: 9px; }

  .watching-section {
    gap: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .watching-visual {
    margin-top: -4px !important;
    margin-bottom: 6px !important;
  }
  .watching-visual img {
    width: calc(100% + 36px) !important;
    margin-inline: -18px !important;
  }
  .watching-copy { margin-top: 0; }
  .watching-copy > p:not(.eyebrow) {
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .final-cta-inner > div { text-align: center; }
  .final-cta p:last-child { margin-inline: auto; }
}

@media (max-width: 390px) {
  .site-header .brand small::before,
  .site-header .brand small::after { font-size: 8.8px; }
  .site-header .header-cta { padding-inline: 13px; }
}
