:root {
  color-scheme: light;
  --bg: #f6f4ef;
  --surface: #ffffff;
  --ink: #151515;
  --muted: #5d5a55;
  --line: #d8d1c3;
  --accent: #1f6f5b;
  --accent-dark: #154d3f;
  --warn: #8a5a00;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
}

a {
  color: var(--accent-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.site-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  color: var(--muted);
}

.eeat-footer {
  align-items: flex-start;
}

.eeat-footer p {
  max-width: 980px;
  margin: 0 0 8px;
}

.eeat-footer nav {
  min-width: max-content;
}

.brand {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.article-shell,
.index-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 48px 0 64px;
}

article {
  width: min(920px, 100%);
  margin: 0 auto;
}

.presell-shell article {
  width: min(1040px, 100%);
}

.prose-page {
  width: min(900px, calc(100% - 36px));
}

.breadcrumb {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.breadcrumb span {
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  max-width: 920px;
  margin: 0 0 18px;
  font-size: clamp(2rem, 5vw, 4rem);
}

h2 {
  margin: 46px 0 14px;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}

.dek {
  max-width: 850px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.12rem;
}

.review-meta {
  margin: 12px 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.affiliate-disclosure,
.commercial-disclosure,
.quality-note {
  margin: 16px 0;
  padding: 12px 14px;
  border-left: 4px solid var(--accent);
  background: #eef7f4;
  color: var(--accent-dark);
  font-weight: 700;
}

.product-proof-image {
  margin: 22px 0;
}

.product-proof-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  border: 1px solid var(--line);
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
}

.quality-note.warn {
  border-left-color: var(--warn);
  background: #fff7e6;
  color: var(--warn);
}

.decision-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 20px 0 30px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid #b6c7bd;
  border-radius: 8px;
  background: #f8fcfa;
}

.decision-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.decision-card p {
  margin: 0;
  color: var(--muted);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 28px;
  align-items: start;
  margin: 34px 0 42px;
}

figure {
  margin: 0;
}

figcaption,
.muted {
  color: var(--muted);
  font-size: 0.92rem;
}

.quick-card,
.index-card,
.product-row,
.pros-cons > div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quick-card {
  position: sticky;
  top: 18px;
  padding: 22px;
}

.quick-card h2 {
  margin-top: 0;
  font-size: 1.28rem;
}

.quick-card p {
  margin: 0 0 14px;
  color: var(--muted);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 34px;
}

.trust-strip div,
.buy-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.trust-strip div {
  padding: 16px;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 4px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.94rem;
}

.buy-box {
  margin: 30px 0;
  padding: clamp(20px, 4vw, 34px);
  border-color: #b6c7bd;
  background: #f8fcfa;
}

.buy-box h2 {
  margin-top: 0;
}

.kit-offer-section {
  margin: 24px 0 38px;
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid #b6c7bd;
  border-radius: 8px;
  background: #f8fcfa;
}

.section-head {
  max-width: 760px;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.kit-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.kit-offer-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border: 1px solid #cddbd4;
  border-radius: 8px;
  background: #fff;
}

.kit-featured {
  border-color: #154d3f;
  box-shadow: 0 14px 32px rgba(21, 77, 63, 0.14);
  transform: translateY(-4px);
}

.kit-badge {
  align-self: flex-start;
  padding: 5px 8px;
  border-radius: 999px;
  color: #154d3f;
  background: #f6d56f;
  font-size: 0.76rem;
  font-weight: 900;
}

.kit-label,
.kit-installment,
.kit-offer-card p {
  margin: 0;
  color: var(--muted);
}

.kit-offer-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.kit-price {
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 900;
}

.kit-offer-card .cta {
  margin-top: auto;
  justify-content: center;
}

dl {
  margin: 0 0 18px;
}

dl div {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

dd {
  margin: 2px 0 0;
  font-weight: 700;
}

.cta,
.row-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid var(--accent-dark);
  border-radius: 8px;
  color: #fff;
  background: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.cta:hover,
.row-link:hover {
  background: var(--accent-dark);
}

.cta-wide {
  margin: 12px 0;
}

.data-table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  background: var(--surface);
}

.data-table th,
.data-table td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  width: 28%;
  color: var(--muted);
}

.pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pros-cons > div {
  padding: 22px;
}

.check-list li,
.related-list li {
  margin: 9px 0;
}

.related-list span {
  color: var(--muted);
}

details {
  margin: 12px 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.index-card {
  padding: 22px;
}

.index-card h2 {
  margin-top: 0;
  font-size: 1.4rem;
}

.product-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.product-row h2 {
  margin: 0 0 4px;
  font-size: 1.18rem;
}

.product-row p {
  margin: 0;
  color: var(--muted);
}

.row-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.row-link-primary {
  color: #fff !important;
  background: var(--accent-dark);
}

.offer-alert {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 18px;
  border-bottom: 1px solid #0f3f34;
  color: #fff;
  background: #154d3f;
  font-size: 0.95rem;
  text-align: center;
}

.offer-alert span {
  color: #bfe9dc;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-alert a {
  color: #fff;
  font-weight: 900;
  text-underline-offset: 0.2em;
}

.mobile-product-cta {
  display: none;
}

.conversion-shell {
  padding-top: 32px;
}

.intent-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 18px 0 20px;
  padding: 12px;
  border: 1px solid #b6c7bd;
  border-radius: 8px;
  background: #eef7f4;
}

.intent-strip strong {
  color: var(--accent-dark);
}

.intent-strip a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #cddbd4;
  border-radius: 6px;
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.conversion-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  margin: 24px 0 24px;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid #b6c7bd;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f2faf6);
}

.conversion-hero h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 3.15rem);
}

.conversion-hero p {
  color: var(--muted);
}

.mini-badge {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #154d3f;
  background: #dff4ec;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
}

.secondary-link {
  color: var(--ink);
  font-weight: 800;
}

.decision-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.decision-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-weight: 700;
}

.decision-list li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "✓";
  font-weight: 900;
}

.cta-large {
  min-height: 54px;
  padding: 14px 24px;
  font-size: 1.05rem;
}

.ghost-link {
  color: var(--accent-dark);
  font-weight: 900;
}

.hero-product img,
.video-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.jump-nav {
  position: sticky;
  top: 43px;
  z-index: 15;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 28px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
}

.jump-nav a {
  padding: 7px 10px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.jump-nav a:hover {
  background: #eef7f4;
}

.video-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: 24px;
  align-items: stretch;
  margin: 30px 0;
}

.video-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 4vw, 42px);
  color: #fff;
  background:
    linear-gradient(rgba(21, 77, 63, 0.86), rgba(21, 77, 63, 0.86)),
    radial-gradient(circle at 25% 20%, #2fa37f, #154d3f);
}

.video-card h2 {
  margin-top: 0;
}

.video-card p {
  color: #e4f4ef;
}

.play-mark {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 2rem;
  font-weight: 900;
}

.offer-gate {
  position: static;
}

.offer-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.offer-card-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.offer-card-grid strong,
.offer-card-grid span {
  display: block;
}

.offer-card-grid strong {
  margin-bottom: 8px;
}

.offer-card-grid span {
  color: var(--muted);
}

.featured-offer {
  border-color: #1f6f5b !important;
  background: #eef7f4 !important;
}

.scam-section,
.seller-check-section {
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid #e0b057;
  border-radius: 8px;
  background: #fff8e8;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 18px;
  border-top: 1px solid #0f3f34;
  color: #fff;
  background: #154d3f;
}

.sticky-cta span {
  font-weight: 900;
}

.sticky-cta a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 8px;
  color: #154d3f;
  background: #fff;
  font-weight: 900;
  text-decoration: none;
}

.sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  margin: 8px 0 22px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid #b6c7bd;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f2faf6);
}

.sales-copy {
  min-width: 0;
}

.sales-copy h1 {
  margin: 0 0 14px;
  font-size: 3.4rem;
}

.sales-copy .dek {
  margin-bottom: 22px;
}

.sales-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 4px 0 16px;
}

.sales-product {
  margin: 0;
  align-self: stretch;
}

.sales-product img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.sales-product figcaption {
  margin-top: 10px;
  color: var(--accent-dark);
  font-size: 0.98rem;
  font-weight: 800;
}

.sales-trust {
  margin-top: 0;
}

.sales-bullets {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 0;
  list-style: none;
}

.sales-bullets li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 800;
}

.sales-bullets li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "✓";
  font-weight: 900;
}

.sales-hero .affiliate-disclosure,
.sales-hero .commercial-disclosure {
  display: inline-block;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.guarantee-band,
.final-offer-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 22px 0 34px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid #154d3f;
  border-radius: 8px;
  background: #eef7f4;
}

.guarantee-band h2,
.final-offer-box h2 {
  margin: 0 0 8px;
}

.guarantee-band p,
.final-offer-box p {
  margin: 0;
}

.offer-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.offer-proof-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.offer-proof-grid strong,
.offer-proof-grid span {
  display: block;
}

.offer-proof-grid strong {
  margin-bottom: 8px;
}

.offer-proof-grid span {
  color: var(--muted);
}

.kit-featured {
  position: relative;
  border-color: var(--accent);
  border-width: 2px;
  background: linear-gradient(180deg, #ffffff, #eef7f4);
  box-shadow: 0 12px 26px -14px rgba(21, 77, 63, 0.55);
}

.kit-featured .kit-badge {
  color: #fff;
  background: var(--accent);
}

.kit-featured .kit-label {
  color: var(--accent-dark);
  font-weight: 900;
}

.kit-featured .cta {
  background: var(--accent-dark);
}

.hero-grid-compact {
  margin: 20px 0 30px;
}

.hero-copy {
  min-width: 0;
}

.paid-intent-card {
  background: linear-gradient(180deg, #ffffff, #f2faf6);
}

.redirect-page {
  text-align: center;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

@media (max-width: 760px) {
  .sales-copy h1 {
    font-size: 2rem;
  }

  body.has-product-cta {
    padding-bottom: 74px;
  }

  .mobile-product-cta {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 18px;
    border: 1px solid #0f5d4c;
    border-radius: 6px;
    background: #19745f;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
  }

  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 18px;
  }

  .article-shell,
  .index-shell {
    width: min(100% - 28px, 1120px);
    padding: 24px 0 92px;
  }

  .breadcrumb {
    margin-bottom: 12px;
    font-size: 0.86rem;
  }

  .eyebrow {
    margin-bottom: 6px;
  }

  .hero-grid,
  .sales-hero,
  .conversion-hero,
  .video-offer-grid,
  .decision-card,
  .guarantee-band,
  .final-offer-box,
  .pros-cons,
  .offer-card-grid,
  .offer-proof-grid,
  .kit-offer-grid,
  .trust-strip,
  .row-actions,
  .product-row {
    grid-template-columns: 1fr;
  }

  .row-actions {
    justify-content: flex-start;
  }

  .quick-card,
  .jump-nav,
  .offer-alert {
    position: static;
  }

  .offer-alert,
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  }

  .sticky-cta span {
    max-width: 42%;
    font-size: 0.86rem;
    line-height: 1.15;
  }

  .sticky-cta a {
    min-height: 42px;
    max-width: 58%;
    padding: 8px 10px;
    font-size: 0.88rem;
    text-align: center;
  }

  .kit-offer-card .cta,
  .guarantee-band .cta,
  .final-offer-box .cta {
    width: 100%;
  }

  .sales-product figcaption {
    font-size: 0.86rem;
  }

  .jump-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  h1 {
    margin-bottom: 12px;
    font-size: 1.85rem;
  }

  .dek {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .affiliate-disclosure,
  .commercial-disclosure {
    margin: 12px 0;
    padding: 10px 12px;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .decision-card {
    gap: 12px;
    margin: 14px 0 24px;
    padding: 14px;
  }

  .decision-card h2 {
    font-size: 1.15rem;
  }

  .decision-card p {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .data-table th,
  .data-table td {
    display: block;
    width: 100%;
  }
}
