:root {
  --ink: #111b22;
  --muted: #53616c;
  --line: #dce4e8;
  --surface: #ffffff;
  --soft: #f3f6f5;
  --primary: #0b6b5b;
  --primary-dark: #073f38;
  --primary-soft: #e3f1ed;
  --gold: #c78f22;
  --gold-soft: #fff3d8;
  --danger: #9f332b;
  --shadow: 0 18px 50px rgba(17, 27, 34, 0.14);
}

@media (min-width: 900px) {
  .seo-vehicle-page .vehicle-hero {
    padding-top: clamp(0.75rem, 1.4vw, 1.35rem);
    padding-bottom: clamp(1.15rem, 2vw, 1.9rem);
  }

  .seo-vehicle-page .vehicle-hero-inner {
    grid-template-columns: minmax(500px, 1.05fr) minmax(500px, 0.95fr);
    gap: clamp(1.2rem, 2.3vw, 2.8rem);
  }

  .seo-vehicle-page .vehicle-hero-copy h1 {
    font-size: clamp(1.95rem, 2.58vw, 2.9rem);
    line-height: 1.09;
    margin: 0.42rem 0 0.72rem;
  }

  .seo-vehicle-page .vehicle-hero-copy p:not(.eyebrow) {
    margin-bottom: 0.95rem;
    font-size: clamp(0.96rem, 1vw, 1.08rem);
    line-height: 1.5;
  }

  .seo-vehicle-page .vehicle-page .hero-actions,
  .seo-vehicle-page .hero-actions {
    margin-bottom: 0.8rem;
  }

  .seo-vehicle-page .vehicle-hero-media {
    aspect-ratio: 16 / 8.6;
    max-height: min(350px, 45vh);
  }

  .seo-vehicle-page .vehicle-risk-section,
  .seo-vehicle-page .vehicle-emotion-section,
  .seo-vehicle-page .vehicle-faq-section {
    padding-block: clamp(1.9rem, 3.2vw, 3.1rem);
  }

  .seo-vehicle-page .vehicle-risk-grid {
    gap: 1rem;
  }

  .seo-vehicle-page .vehicle-risk-grid article {
    min-height: 172px;
    padding: 1.25rem 1rem;
  }

  .seo-vehicle-page .vehicle-emotion-layout {
    gap: clamp(2rem, 5vw, 4rem);
  }

  .seo-vehicle-page .vehicle-emotion-layout img {
    max-height: 340px;
    object-fit: cover;
  }

  .seo-vehicle-page .vehicle-final-cta {
    margin-top: 0.2rem;
  }
}

/* Analyst summary added to the approved production-style report example. */
body.has-sticky-cta #ejemplo .report-preview-card {
  width: min(1040px, 100%);
}

body.has-sticky-cta #ejemplo .section-heading {
  max-width: none;
}

body.has-sticky-cta #ejemplo .section-heading h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.12rem);
}

body.has-sticky-cta #ejemplo .report-preview-card-with-summary {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  align-items: stretch;
  gap: 18px;
  text-align: left;
}

body.has-sticky-cta #ejemplo .report-preview-card-with-summary .report-preview-images {
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-self: stretch;
}

body.has-sticky-cta #ejemplo .report-preview-card-with-summary .report-preview-trigger {
  height: 100%;
}

body.has-sticky-cta #ejemplo .report-preview-card-with-summary .report-preview-trigger img {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top center;
}

body.has-sticky-cta #ejemplo .analyst-summary {
  display: grid;
  gap: 10px;
  align-self: stretch;
  padding: 16px;
  border: 1px solid rgba(11, 107, 91, 0.13);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 12px 26px rgba(15, 50, 46, 0.06);
  color: var(--ink);
}

body.has-sticky-cta #ejemplo .analyst-summary-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(11, 107, 91, 0.12);
}

body.has-sticky-cta #ejemplo .analyst-summary-head > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(11, 107, 91, 0.28);
  border-radius: 999px;
  background: #edf8f4;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 950;
}

body.has-sticky-cta #ejemplo .analyst-summary h3 {
  margin: 0;
  font-size: clamp(1.22rem, 2vw, 1.58rem);
  line-height: 1.1;
}

body.has-sticky-cta #ejemplo .analyst-summary p,
body.has-sticky-cta #ejemplo .analyst-summary small {
  margin: 0;
}

body.has-sticky-cta #ejemplo .analyst-summary-subtitle {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.3;
}

body.has-sticky-cta #ejemplo .analyst-summary-verdict,
body.has-sticky-cta #ejemplo .analyst-summary-list,
body.has-sticky-cta #ejemplo .analyst-summary-recommendation {
  display: grid;
  gap: 5px;
}

body.has-sticky-cta #ejemplo .analyst-summary-verdict {
  padding: 11px 12px;
  border: 1px solid rgba(199, 107, 0, 0.18);
  border-radius: 12px;
  background: #fffaf0;
}

body.has-sticky-cta #ejemplo .analyst-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.has-sticky-cta #ejemplo .analyst-summary-list {
  align-content: start;
  min-height: 118px;
  padding: 11px 12px;
  border: 1px solid rgba(11, 107, 91, 0.14);
  border-radius: 12px;
  background: #f8fcfa;
}

body.has-sticky-cta #ejemplo .analyst-summary-warning {
  border-color: rgba(199, 107, 0, 0.2);
  background: #fffaf5;
}

body.has-sticky-cta #ejemplo .analyst-summary-recommendation {
  padding: 11px 12px;
  border: 1px solid rgba(36, 103, 164, 0.14);
  border-radius: 12px;
  background: #f5f9fc;
}

body.has-sticky-cta #ejemplo .analyst-summary b {
  color: var(--primary-dark);
  font-size: 0.72rem;
  line-height: 1.15;
  text-transform: uppercase;
}

body.has-sticky-cta #ejemplo .analyst-summary-warning b,
body.has-sticky-cta #ejemplo .analyst-summary-verdict strong {
  color: #c76b00;
}

body.has-sticky-cta #ejemplo .analyst-summary-verdict strong {
  font-size: 1.12rem;
  font-weight: 950;
  line-height: 1.08;
}

body.has-sticky-cta #ejemplo .analyst-summary-verdict p,
body.has-sticky-cta #ejemplo .analyst-summary-recommendation p {
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.32;
}

body.has-sticky-cta #ejemplo .analyst-summary-list span {
  color: #152a35;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.22;
}

body.has-sticky-cta #ejemplo .analyst-summary small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 650;
  line-height: 1.22;
}

@media (max-width: 760px) {
  body.has-sticky-cta #ejemplo .report-preview-card-with-summary {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: left;
  }

  body.has-sticky-cta #ejemplo .report-preview-card-with-summary .report-preview-images {
    height: auto;
  }

  body.has-sticky-cta #ejemplo .report-preview-card-with-summary .report-preview-trigger img {
    height: auto;
    aspect-ratio: 1.22;
  }

  body.has-sticky-cta #ejemplo .analyst-summary {
    gap: 7px;
    padding: 11px;
  }

  body.has-sticky-cta #ejemplo .analyst-summary-head {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding-bottom: 7px;
  }

  body.has-sticky-cta #ejemplo .analyst-summary-head > span {
    width: 28px;
    height: 28px;
    font-size: 0.82rem;
  }

  body.has-sticky-cta #ejemplo .analyst-summary h3 {
    font-size: 1.08rem;
  }

  body.has-sticky-cta #ejemplo .analyst-summary-subtitle {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  body.has-sticky-cta #ejemplo .analyst-summary b {
    font-size: 0.62rem;
  }

  body.has-sticky-cta #ejemplo .analyst-summary-verdict,
  body.has-sticky-cta #ejemplo .analyst-summary-list,
  body.has-sticky-cta #ejemplo .analyst-summary-recommendation {
    padding: 8px;
  }

  body.has-sticky-cta #ejemplo .analyst-summary-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  body.has-sticky-cta #ejemplo .analyst-summary-list {
    min-height: 0;
  }

  body.has-sticky-cta #ejemplo .analyst-summary-verdict strong {
    font-size: 0.78rem;
  }

  body.has-sticky-cta #ejemplo .analyst-summary-verdict p,
  body.has-sticky-cta #ejemplo .analyst-summary-recommendation p,
  body.has-sticky-cta #ejemplo .analyst-summary-list span {
    font-size: 0.66rem;
    line-height: 1.18;
  }

  body.has-sticky-cta #ejemplo .analyst-summary small {
    font-size: 0.56rem;
  }
}

/* Hero form layout: keeps CTA close to fields and moves trust chips below it. */
body.has-sticky-cta .hero .checkout-form {
  align-items: end;
}

body.has-sticky-cta .hero .checkout-form > label:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}

body.has-sticky-cta .hero .checkout-form > label:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}

body.has-sticky-cta .hero .checkout-form > .report-type-field {
  grid-column: 3;
  grid-row: 1 / span 2;
}

body.has-sticky-cta .hero .button-checkout-main {
  grid-column: 1 / 3;
  grid-row: 2;
  margin-top: 0;
}

body.has-sticky-cta .hero .checkout-form > .quick-points {
  grid-column: 1 / -1;
  grid-row: 3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 3px;
  width: 100%;
  min-width: 0;
  margin: 0;
}

body.has-sticky-cta .hero .checkout-form > .quick-points span {
  flex: 0 1 auto;
  min-width: 0;
  padding: 4px 5px 4px 16px;
  white-space: nowrap;
  font-size: 0.66rem;
  line-height: 1.05;
}

body.has-sticky-cta .hero .checkout-form > .quick-points span::before {
  left: 6px;
}

body.has-sticky-cta .hero .checkout-assurance {
  grid-column: 1 / -1;
  grid-row: 4;
  margin-top: -2px;
  text-align: center;
}

body.has-sticky-cta .hero .form-status {
  grid-column: 1 / -1;
}

/* Cleaner alignment for the compact home FAQ. */
body.has-sticky-cta .faq-mini .section-inner {
  width: min(760px, 100%);
}

body.has-sticky-cta .faq-mini .section-heading {
  margin-right: auto;
  margin-left: auto;
}

body.has-sticky-cta .faq-mini .faq-list {
  width: min(660px, 100%);
  margin: 0 auto;
  gap: 7px;
}

body.has-sticky-cta .faq-mini .faq-list details {
  padding: 0 8px 11px;
}

/* Compact social commitment note. */
body.has-sticky-cta .home-social-impact {
  padding-top: 10px;
  padding-bottom: 12px;
}

body.has-sticky-cta .home-social-impact .section-inner {
  width: min(780px, calc(100% - 36px));
}

body.has-sticky-cta .home-social-impact .social-impact-card {
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 14px;
  box-shadow: 0 8px 20px rgba(17, 27, 34, 0.045);
}

body.has-sticky-cta .home-social-impact .social-impact-card img {
  width: 104px;
  height: 82px;
  aspect-ratio: auto;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(17, 27, 34, 0.06);
}

body.has-sticky-cta .home-social-impact .social-impact-copy {
  gap: 6px;
}

body.has-sticky-cta .home-social-impact .eyebrow {
  font-size: 0.66rem;
}

body.has-sticky-cta .home-social-impact .social-impact-copy h2 {
  max-width: none;
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
  line-height: 1.08;
}

body.has-sticky-cta .home-social-impact .social-impact-card p:not(.eyebrow) {
  max-width: 540px;
  font-size: 0.82rem;
  line-height: 1.32;
}

body.has-sticky-cta .home-social-impact .social-impact-link {
  min-height: 34px;
  padding: 7px 13px;
  font-size: 0.8rem;
}

@media (max-width: 820px) {
  body.has-sticky-cta .hero .checkout-form > label:nth-of-type(1),
  body.has-sticky-cta .hero .checkout-form > label:nth-of-type(2),
  body.has-sticky-cta .hero .checkout-form > .report-type-field,
  body.has-sticky-cta .hero .button-checkout-main,
  body.has-sticky-cta .hero .checkout-form > .quick-points,
  body.has-sticky-cta .hero .checkout-assurance,
  body.has-sticky-cta .hero .form-status {
    grid-column: 1;
    grid-row: auto;
  }

  body.has-sticky-cta .hero .checkout-form > .quick-points {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }

  body.has-sticky-cta .hero .checkout-form > .quick-points span {
    white-space: normal;
  }

  body.has-sticky-cta .home-social-impact .social-impact-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    align-items: center;
  }

  body.has-sticky-cta .home-social-impact .social-impact-card img {
    width: 86px;
    height: 86px;
  }

  body.has-sticky-cta .home-social-impact .social-impact-copy h2 {
    font-size: 1.12rem;
  }

  body.has-sticky-cta .home-social-impact .social-impact-card p:not(.eyebrow) {
    font-size: 0.76rem;
    line-height: 1.28;
  }

  body.has-sticky-cta .home-social-impact .social-impact-link {
    width: fit-content;
    min-height: 32px;
    padding: 7px 11px;
    font-size: 0.76rem;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.42;
}

body.has-sticky-cta {
  padding-bottom: 68px;
}

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

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.offer-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px 18px;
  color: var(--primary-dark);
  background: #eef7f3;
  border-bottom: 1px solid rgba(11, 107, 91, 0.12);
  font-size: 0.82rem;
  text-align: center;
}

.offer-bar b {
  display: inline-flex;
  min-width: 54px;
  justify-content: center;
  padding: 2px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
}

.offer-ended {
  color: var(--primary-dark);
  background: var(--primary-soft);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 62px;
  padding: 12px clamp(18px, 4vw, 62px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand,
.nav-links,
.hero-actions,
.hero-points,
.site-footer,
.site-footer nav,
.trust-strip,
.badge-stack {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: linear-gradient(145deg, #117763 0%, #0a4f46 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 18px rgba(7, 63, 56, 0.15);
}

.brand-doc {
  position: relative;
  width: 19px;
  height: 23px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
}

.brand-doc::before,
.brand-doc::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.brand-doc::before {
  top: 6px;
}

.brand-doc::after {
  top: 12px;
}

.brand-check {
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 12px;
  height: 7px;
  border-bottom: 2.5px solid #d8f7df;
  border-left: 2.5px solid #d8f7df;
  border-radius: 1px;
  transform: rotate(-45deg);
  filter: drop-shadow(0 1px 2px rgba(7, 63, 56, 0.25));
}

.brand-text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-text strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.independent-disclaimer {
  margin: 0;
  padding: 4px clamp(18px, 4vw, 62px);
  color: #75818a;
  background: rgba(251, 252, 251, 0.76);
  border-bottom: 1px solid rgba(220, 228, 232, 0.42);
  font-size: 0.72rem;
  font-weight: 500;
  text-align: center;
}

.nav-links {
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a,
.site-footer a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--primary);
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.72fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: clamp(24px, 3vw, 42px) clamp(18px, 4vw, 62px) clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 12% 20%, rgba(11, 107, 91, 0.13), transparent 28%),
    linear-gradient(135deg, #eef6f2 0%, #fbfcfa 52%, #fff 100%);
}

body:not(.has-sticky-cta):not(.legal-page) main > .hero {
  gap: clamp(18px, 3vw, 38px);
  padding-top: clamp(18px, 2.4vw, 30px);
  padding-bottom: clamp(18px, 2.5vw, 30px);
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 78px);
  bottom: 22px;
  width: min(340px, 28vw);
  aspect-ratio: 1;
  border: 1px solid rgba(11, 107, 91, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(227, 241, 237, 0.16));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  min-width: 0;
  padding-top: 0;
}

body:not(.has-sticky-cta):not(.legal-page) .hero-copy h1 {
  max-width: 720px;
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 1.02;
}

body:not(.has-sticky-cta):not(.legal-page) .hero-actions {
  margin-top: 10px;
}

.hero-main {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.25rem, 5.5vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero-text {
  max-width: 650px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hero-offer {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(11, 107, 91, 0.24);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 27, 34, 0.08);
}

.hero-offer span {
  color: var(--muted);
  font-weight: 800;
}

.hero-offer strong {
  color: var(--primary-dark);
  font-size: 1.65rem;
  line-height: 1;
}

.hero-offer del {
  color: var(--muted);
  font-weight: 700;
}

.hero-offer em,
.quick-price em {
  font-style: normal;
  color: #7a4b00;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 12px 28px rgba(11, 107, 91, 0.24);
}

.button-primary:hover {
  background: var(--primary-dark);
}

.button-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.button-hero-secondary {
  min-height: 42px;
  padding: 0 14px;
  color: var(--muted);
  border-color: rgba(83, 97, 108, 0.18);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.button-hero-secondary:hover {
  color: var(--primary-dark);
  border-color: rgba(11, 107, 91, 0.22);
  background: #fff;
}

.button-light {
  color: var(--primary-dark);
  background: #fff;
}

.button-strong {
  min-height: 52px;
  box-shadow: 0 16px 34px rgba(11, 107, 91, 0.32);
}

.button-checkout-main {
  min-height: 62px;
  width: 100%;
  margin-top: 4px;
  padding: 0 22px;
  font-size: 1.08rem;
  letter-spacing: 0;
  background: linear-gradient(180deg, #107a68 0%, #063f37 100%);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(7, 63, 56, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button-checkout-main:hover {
  background: linear-gradient(180deg, #0d6f60 0%, #05342e 100%);
  box-shadow: 0 18px 38px rgba(7, 63, 56, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.hero-points,
.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.quick-points {
  margin-top: 8px;
  gap: 5px;
}

.hero-points span,
.contact-points span {
  position: relative;
  padding: 6px 9px 6px 25px;
  border: 1px solid rgba(11, 107, 91, 0.12);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-points span::before {
  content: "✓";
  position: absolute;
  left: 9px;
  color: var(--primary);
  font-weight: 900;
}

.payment-confidence {
  margin: -1px 0 0;
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.payment-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.checkout-assurance {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 8px;
  margin: -2px 0 0;
  color: var(--primary-dark);
  font-size: 0.78rem;
  line-height: 1.2;
}

.payment-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 0;
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(227, 241, 237, 0.74);
  font-size: 0.73rem;
  font-weight: 750;
  text-align: center;
}

.quick-card,
.price-card,
.step-card,
.risk-grid article,
.mockup-card,
.contact-form,
.social-impact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.quick-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(11, 107, 91, 0.22);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(11, 107, 91, 0.36), rgba(199, 143, 34, 0.22)) border-box;
  box-shadow: 0 20px 44px rgba(7, 63, 56, 0.13), 0 8px 18px rgba(17, 27, 34, 0.06);
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  align-items: stretch;
  padding-top: 6px;
}

.hero-photo,
.hero-photo-mobile {
  width: 100%;
  border: 1px solid rgba(17, 27, 34, 0.08);
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 18px 38px rgba(17, 27, 34, 0.12);
}

.hero-photo {
  min-height: 100%;
  aspect-ratio: 1.08;
}

.hero-photo-mobile {
  display: none;
}

.quick-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.quick-head strong {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.quick-head b {
  color: var(--primary);
}

.quick-price {
  display: grid;
  gap: 2px;
  margin-bottom: 8px;
  padding: 9px 10px;
  border: 1px solid rgba(11, 107, 91, 0.16);
  border-radius: 8px;
  background: rgba(227, 241, 237, 0.48);
}

.quick-price span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.quick-price strong {
  color: var(--primary-dark);
  font-size: 1.48rem;
  line-height: 1;
}

.quick-price del {
  color: var(--muted);
  font-size: 0.88rem;
}

.quick-price em {
  font-size: 0.82rem;
}

.quick-copy {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.quick-label,
.price-badge {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-size: 0.76rem;
  font-weight: 800;
}

.badge-dark {
  color: #fff;
  background: var(--primary);
}

.checkout-form,
.contact-form,
.contact-form label,
.checkout-form label,
.checkout-form fieldset {
  display: grid;
  gap: 8px;
}

.checkout-form {
  gap: 10px;
  margin-top: 12px;
}

.hero .checkout-form {
  margin-top: 0;
}

@media (min-width: 821px) {
  .hero .checkout-form {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.9fr) minmax(360px, 1.65fr);
    align-items: start;
    gap: 16px;
  }

  .hero .checkout-form fieldset {
    min-height: 100%;
  }

  .hero .button-checkout-main,
  .hero .checkout-assurance,
  .hero .form-status {
    grid-column: 1 / -1;
  }
}

label,
legend {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(11, 107, 91, 0.14);
  border-color: var(--primary);
}

select {
  min-height: 43px;
  appearance: auto;
  font: inherit;
  font-weight: 700;
}

fieldset {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.radio-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 500;
}

.radio-row-featured {
  border-color: rgba(11, 107, 91, 0.34);
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-weight: 800;
}

.radio-row-featured .radio-price small {
  font-size: 1rem;
}

.radio-row input {
  flex: 0 0 auto;
  margin-top: 2px;
  width: auto;
}

.radio-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}

.radio-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.radio-copy small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
}

.radio-copy strong {
  min-width: 0;
  font-size: 0.9rem;
  line-height: 1.25;
  white-space: nowrap;
}

.radio-price {
  display: grid !important;
  align-items: end;
  justify-content: flex-end;
  gap: 1px;
  text-align: right;
}

.radio-price span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}

.radio-price small {
  color: var(--primary);
  font-weight: 800;
  white-space: nowrap;
}

.radio-price del {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: line-through;
  white-space: nowrap;
}

.radio-copy em {
  color: var(--primary);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status.error {
  color: var(--danger);
}

.section {
  padding: clamp(24px, 3vw, 42px) clamp(18px, 4vw, 62px);
}

.section-tight {
  margin: 0 clamp(18px, 4vw, 62px);
}

.section-muted {
  background: var(--soft);
}

.section-inner {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.section-heading {
  max-width: 690px;
  margin-bottom: 16px;
}

.compact-heading {
  margin-bottom: 14px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.step-card p,
.risk-grid span,
.price-copy,
.mockup-card figcaption,
.contact-layout p,
.final-cta-inner p {
  color: var(--muted);
}

.trust-strip {
  justify-content: space-between;
  gap: 12px;
  width: min(1140px, calc(100% - 36px));
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: translateY(-10px);
}

.benefit-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1140px, calc(100% - 36px));
  padding: 0 0 22px;
}

.instant-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  width: min(980px, calc(100% - 36px));
  margin: -4px auto 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.instant-compare article {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  min-height: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(17, 27, 34, 0.07);
}

.instant-compare article:first-child {
  border-right: 1px solid var(--line);
}

.instant-compare h2,
.instant-compare p {
  margin: 0;
}

.instant-compare h2 {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  min-height: 1.15em;
  color: var(--ink);
  font-size: 1.08rem;
}

.instant-compare h2 span {
  color: var(--primary-dark);
}

.compare-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 16px;
  min-height: 40px;
}

.compare-price span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.compare-price strong {
  color: var(--primary-dark);
  font-size: 1.55rem;
  line-height: 1;
}

.compare-price em {
  color: var(--primary);
  font-style: normal;
}

.instant-compare article > p:not(.popular-badge) {
  margin-bottom: 5px;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.instant-compare small {
  margin-top: 5px;
  color: var(--primary-dark);
  font-size: 0.76rem;
  font-weight: 700;
}

.discount-badge,
.popular-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.discount-badge {
  margin-top: 0;
  padding: 3px 8px;
  color: #0b5f49;
  background: #cfeedd;
  font-size: 0.62rem;
}

.popular-badge {
  position: absolute;
  top: 0;
  right: 18px;
  margin: 0;
  padding: 5px 18px;
  color: #fff;
  background: linear-gradient(135deg, #0b6b5b, #008763);
  font-size: 0.62rem;
  box-shadow: 0 8px 18px rgba(0, 92, 66, 0.18);
}

.instant-compare ul {
  display: grid;
  grid-auto-rows: minmax(1.15em, auto);
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.84rem;
}

.instant-compare li {
  position: relative;
  padding-left: 15px;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.instant-compare li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 900;
}

.instant-compare li.muted::before {
  content: "\2013";
  color: #7a858c;
}

.instant-compare-featured {
  border-color: rgba(11, 107, 91, 0.48);
  background:
    linear-gradient(180deg, rgba(236, 249, 244, 0.88), rgba(255, 255, 255, 0.98)) !important;
  box-shadow: inset 0 0 0 1px rgba(11, 107, 91, 0.3);
}

.compare-recommendation {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto 10px;
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.benefit-strip span {
  padding: 8px 11px;
  border: 1px solid rgba(11, 107, 91, 0.16);
  border-radius: 999px;
  color: var(--primary-dark);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(17, 27, 34, 0.06);
}

.trust-strip div {
  display: grid;
  gap: 2px;
  min-width: 145px;
  padding: 4px 8px;
}

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

.trust-strip strong {
  font-size: 1.02rem;
}

.risk-layout,
.mockup-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
}

.risk-grid,
.pricing-grid,
.steps-grid,
.mockup-grid {
  display: grid;
  gap: 12px;
}

.risk-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.risk-grid article {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 15px;
}

.risk-grid strong {
  color: var(--primary-dark);
}

.seo-guides {
  padding-top: clamp(24px, 4vw, 38px);
  padding-bottom: clamp(22px, 4vw, 36px);
}

.seo-guides .section-heading {
  margin-bottom: 10px;
}

.seo-guides .section-heading h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.seo-guides .section-heading p:not(.eyebrow) {
  margin: 6px 0 0;
  font-size: 0.92rem;
}

.seo-guides .risk-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.seo-guides .risk-grid article {
  min-height: 0;
  padding: 8px 10px;
  border-color: rgba(220, 228, 232, 0.76);
  box-shadow: none;
}

.seo-guides .risk-grid strong {
  font-size: 0.92rem;
  line-height: 1.18;
}

.seo-guides .risk-grid span {
  font-size: 0.8rem;
  line-height: 1.25;
}

.guide-links-secondary {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.6;
}

.guide-links-secondary span {
  color: var(--ink);
  font-weight: 800;
}

.guide-links-secondary a {
  color: var(--muted);
  font: inherit;
  text-decoration: none;
}

.guide-links-secondary a:hover {
  color: var(--primary-dark);
}

.guide-links-secondary a + a::before {
  content: "·";
  margin: 0 7px 0 5px;
  color: #9aa5ab;
}

.guide-disclaimer-note {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto clamp(22px, 4vw, 34px);
  color: #75818a;
  font-size: 0.78rem;
  line-height: 1.45;
}

.home-disclaimer-note {
  margin-top: clamp(18px, 3vw, 26px);
}

.home-guides .section-inner,
.faq-mini .section-inner {
  max-width: 920px;
}

.home-includes,
.home-guides,
.faq-mini {
  padding-top: clamp(18px, 2.5vw, 28px);
  padding-bottom: clamp(18px, 2.5vw, 28px);
}

.report-preview {
  padding-top: clamp(18px, 2.5vw, 28px);
  padding-bottom: clamp(18px, 2.5vw, 28px);
  background: #f8fbf9;
}

.report-preview .risk-layout {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.report-preview-card {
  display: grid;
  gap: 12px;
  width: min(760px, 100%);
}

.report-preview-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.report-preview-images img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 27, 34, 0.08);
}

.report-preview-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.report-preview-trigger img {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.report-preview-trigger:hover img {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(17, 27, 34, 0.14);
}

.report-preview-trigger:focus-visible {
  outline: 3px solid rgba(11, 107, 91, 0.22);
  outline-offset: 3px;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 36px);
  background: rgba(10, 18, 22, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.image-lightbox.is-visible {
  opacity: 1;
  visibility: visible;
}

.image-lightbox-content {
  max-width: min(960px, 100%);
  max-height: calc(100vh - 72px);
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.image-lightbox-close {
  position: absolute;
  top: clamp(12px, 2vw, 20px);
  right: clamp(12px, 2vw, 20px);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.image-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.report-preview-card .button {
  justify-self: start;
}

.home-guide-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-guides-action {
  margin: 14px 0 0;
  text-align: center;
}

.home-guides-action a {
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.home-includes .risk-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-list details {
  padding: 0 0 10px;
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.home-help {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto 22px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.home-help p {
  margin: 0;
}

.home-help a {
  color: var(--primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.guide-hub-hero {
  padding-bottom: clamp(20px, 3vw, 30px);
}

.guide-hub {
  padding-top: 0;
}

.guide-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.guide-category {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.guide-category h2 {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.guide-category a {
  color: var(--primary-dark);
  font-weight: 750;
  text-decoration: none;
}

.guide-category p {
  margin: 0;
  color: var(--muted);
}

.guide-category-muted {
  align-content: start;
}

.guide-social-note {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(760px, calc(100% - 36px));
  margin: clamp(18px, 3vw, 26px) auto 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.guide-social-note img {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  object-fit: cover;
}

.guide-social-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.guide-social-note a {
  display: inline-block;
  margin-top: 5px;
  color: var(--primary-dark);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.guide-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.guide-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

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

.guide-table th {
  background: rgba(10, 104, 81, 0.08);
  color: var(--primary-dark);
  font-size: 0.86rem;
}

.guide-table td {
  color: var(--muted);
  font-size: 0.93rem;
}

.guide-table tr:last-child td {
  border-bottom: 0;
}

.guide-table .yes {
  color: var(--primary-dark);
  font-weight: 800;
}

.guide-table .limited {
  color: #6f7d86;
  font-weight: 750;
}

.compare-guide-page {
  background:
    radial-gradient(circle at 50% 8%, rgba(11, 107, 91, 0.07), transparent 34%),
    #fbfcfb;
}

.compare-guide-page .site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.compare-hero {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding-top: clamp(26px, 4vw, 48px);
  padding-bottom: 22px;
  text-align: center;
  background: transparent;
}

.compare-hero::after {
  display: none;
}

.compare-hero .hero-copy {
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
}

.compare-hero .hero-copy h1 {
  max-width: 900px;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.03;
}

.compare-hero .hero-text {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  color: #5d6b75;
}

.compare-hero .hero-actions {
  justify-content: center;
}

.compare-section {
  padding-top: 0;
  background: transparent;
}

.compare-table-wrap {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border-color: rgba(15, 92, 74, 0.18);
  border-radius: 10px;
  box-shadow: 0 22px 56px rgba(15, 50, 46, 0.1);
}

.compare-table {
  min-width: 0;
}

.compare-table th,
.compare-table td {
  padding: 13px 18px;
  border-bottom-color: rgba(24, 64, 58, 0.12);
}

.compare-table th {
  background: linear-gradient(180deg, rgba(230, 244, 239, 0.92), rgba(247, 251, 249, 0.92));
  color: #0b4f42;
  font-size: 0.9rem;
}

.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
  background: linear-gradient(180deg, rgba(238, 249, 245, 0.86), rgba(255, 255, 255, 0.96));
}

.recommended-pill {
  display: inline-flex;
  align-items: center;
  margin-left: 7px;
  padding: 3px 8px;
  border-radius: 999px;
  color: #0b5f43;
  background: #cdeedb;
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-info {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  color: #33434d;
  font-weight: 760;
}

.compare-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #0b6b5b;
  background: #e4f4ee;
  font-size: 0.58rem;
  font-weight: 900;
}

.compare-icon-warn {
  color: #a76600;
  background: #fff0cf;
}

.compare-positive,
.compare-limited {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: #44535d;
  font-weight: 700;
}

.compare-positive > span:first-child,
.compare-limited > span:first-child {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  border-radius: 999px;
  color: #fff;
  background: #58b52f;
  font-size: 0.72rem;
  font-weight: 900;
}

.compare-limited > span:first-child {
  background: #f5a80f;
}

.compare-positive strong {
  display: block;
  color: #17362f;
}

.compare-positive small {
  display: block;
  grid-column: 2;
  margin-top: -1px;
  color: #60717a;
  font-size: 0.84rem;
  font-weight: 650;
}

.compare-use-section {
  background: linear-gradient(180deg, #f7f9f8 0%, #fff 100%);
}

.compare-use-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
}

.compare-use-layout .section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.compare-use-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.compare-use-cards article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 8px 14px;
  align-content: start;
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(24, 64, 58, 0.14);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 50, 46, 0.06);
}

.compare-use-cards strong,
.compare-use-cards span:last-child {
  grid-column: 2;
}

.compare-use-cards strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.compare-use-cards span:last-child {
  color: var(--muted);
  line-height: 1.45;
}

.compare-use-icon {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 11px;
  color: #0b6b5b;
  background: #e5f4ef;
  font-weight: 900;
}

.compare-use-featured .compare-use-icon {
  background: #d7f0df;
}

.premium-compare-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(11, 107, 91, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfdfc 0%, #fff 48%, #f7faf8 100%);
  overflow-x: hidden;
}

.premium-compare-page * {
  box-sizing: border-box;
}

.premium-compare-page .site-header {
  border-bottom-color: rgba(24, 64, 58, 0.12);
  background: rgba(255, 255, 255, 0.94);
}

.premium-compare-hero {
  max-width: 1080px;
  padding-top: clamp(34px, 5vw, 66px);
  padding-bottom: clamp(18px, 3vw, 30px);
}

.premium-compare-hero .hero-copy {
  gap: 15px;
}

.premium-compare-hero .hero-copy h1 {
  max-width: 980px;
  font-size: clamp(2.45rem, 5.2vw, 4.7rem);
  letter-spacing: -0.01em;
}

.premium-compare-hero .hero-copy h1 span {
  color: var(--primary);
}

.premium-compare-hero .hero-text {
  max-width: 760px;
  color: #50616b;
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
}

.premium-compare-hero .hero-actions {
  gap: 14px;
  margin-top: 2px;
}

.premium-compare-hero .button {
  min-width: 230px;
  box-shadow: 0 12px 28px rgba(7, 63, 56, 0.12);
}

.premium-table-wrap {
  max-width: 1280px;
  border-color: rgba(11, 107, 91, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 64px rgba(15, 50, 46, 0.13);
}

.premium-compare-table th,
.premium-compare-table td {
  padding: 15px 20px;
}

.premium-compare-table th {
  font-size: 0.92rem;
}

.premium-compare-table th:nth-child(3),
.premium-compare-table td:nth-child(3) {
  border-left: 1px solid rgba(11, 107, 91, 0.12);
  background: linear-gradient(180deg, rgba(233, 248, 242, 0.78), rgba(255, 255, 255, 0.96));
}

.premium-compare-table .table-muted {
  display: block;
  margin-top: 2px;
  color: #60717a;
  font-size: 0.72rem;
  font-weight: 700;
}

.premium-compare-table .compare-info {
  color: #203039;
  font-weight: 830;
}

.premium-compare-table .compare-icon {
  box-shadow: inset 0 0 0 1px rgba(11, 107, 91, 0.08);
}

.premium-compare-table .compare-positive {
  color: #243a32;
}

.premium-compare-table .compare-limited {
  color: #52636d;
}

.compare-no > span:first-child {
  background: #e34a4a;
}

.premium-decision-section,
.premium-calm-section {
  background: transparent;
}

.premium-split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}

.premium-split-layout .section-heading h2 {
  max-width: 520px;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.premium-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.premium-choice-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(24, 64, 58, 0.14);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 50, 46, 0.08);
}

.premium-choice-card h3 {
  margin: 0;
  color: var(--ink);
}

.premium-choice-card h3 span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

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

.premium-choice-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.premium-choice-card li {
  position: relative;
  padding-left: 22px;
  color: #2f4840;
  font-weight: 750;
}

.premium-choice-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #31a04a;
  font-weight: 900;
}

.premium-choice-featured {
  border-color: rgba(11, 107, 91, 0.45);
  background: linear-gradient(135deg, #f2fbf7 0%, #fff 62%);
  box-shadow: 0 22px 54px rgba(11, 107, 91, 0.16);
}

.corner-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #fff;
  background: linear-gradient(135deg, transparent 0 50%, var(--primary) 51% 100%);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: right;
  padding-top: 24px;
  padding-left: 26px;
}

.calm-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.calm-card-grid article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(24, 64, 58, 0.12);
  border-radius: 10px;
  background: linear-gradient(135deg, #fff 0%, #f6fbf8 100%);
  box-shadow: 0 12px 28px rgba(15, 50, 46, 0.06);
}

.calm-card-grid article > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #0b6b5b;
  background: #dff2eb;
  font-weight: 900;
}

.calm-card-grid strong,
.calm-card-grid small {
  display: block;
}

.calm-card-grid strong {
  color: var(--ink);
}

.calm-card-grid small {
  margin-top: 2px;
  color: var(--muted);
  line-height: 1.35;
}

.premium-final-cta {
  width: min(1280px, calc(100% - 36px));
  margin: clamp(18px, 4vw, 42px) auto;
  color: #fff;
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(135deg, #07483e 0%, #086b58 100%);
  box-shadow: 0 26px 68px rgba(7, 63, 56, 0.22);
}

.premium-final-inner {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
}

.premium-final-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  color: #0b6b5b;
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.6rem;
  font-weight: 900;
}

.premium-final-cta h2,
.premium-final-cta p {
  margin: 0;
}

.premium-final-cta h2 {
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.premium-final-cta p:not(.eyebrow) {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.84);
}

.premium-final-cta .button {
  min-width: 250px;
}

.camper-page {
  overflow-x: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbf8f2 28%, #fff 56%, #f7faf8 100%);
}

.camper-page .site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.camper-hero {
  position: relative;
  min-height: clamp(430px, 46vw, 560px);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255, 248, 235, 0.98) 0%, rgba(255, 248, 235, 0.82) 34%, rgba(255, 248, 235, 0.2) 66%),
    linear-gradient(180deg, #f7c987 0%, #f7d9a9 42%, #d8edf1 43%, #f5d28c 74%, #e5b46a 100%);
}

.camper-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% 0 -8%;
  height: 34%;
  background:
    radial-gradient(ellipse at 40% 105%, rgba(143, 92, 38, 0.34), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(173, 111, 49, 0.32));
  clip-path: polygon(0 38%, 22% 54%, 44% 43%, 65% 58%, 100% 40%, 100% 100%, 0 100%);
  z-index: -1;
}

.camper-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.52), transparent 20%),
    radial-gradient(circle at 83% 15%, rgba(255, 255, 255, 0.42), transparent 18%);
  z-index: -1;
}

.camper-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  width: min(1380px, 100%);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(44px, 6vw, 76px) clamp(18px, 5vw, 72px);
}

.camper-hero-copy {
  display: grid;
  gap: 16px;
  max-width: 560px;
}

.camper-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.6rem, 5.4vw, 5.2rem);
  line-height: 0.98;
}

.camper-hero-copy h1::first-line {
  color: var(--ink);
}

.camper-hero-copy h1 {
  text-wrap: balance;
}

.camper-hero-copy p:not(.eyebrow) {
  max-width: 480px;
  margin: 0;
  color: #283943;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.45;
}

.camper-scene {
  position: relative;
  min-height: clamp(250px, 30vw, 380px);
}

.camper-scene .sun,
.camper-wide-visual .sun {
  position: absolute;
  right: 44%;
  top: 8%;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: radial-gradient(circle, #fff7c2 0%, #ffd37b 52%, rgba(255, 174, 75, 0) 72%);
  filter: blur(0.2px);
}

.camper-van {
  position: absolute;
  right: 0;
  bottom: 18%;
  width: min(560px, 92%);
  height: clamp(150px, 18vw, 235px);
  border-radius: 34px 48px 18px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(180deg, #f7f3e8 0%, #ded5c3 100%);
  box-shadow: 0 30px 60px rgba(76, 48, 25, 0.24), inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}

.camper-van::before {
  content: "";
  position: absolute;
  left: -18%;
  bottom: 0;
  width: 30%;
  height: 72%;
  border-radius: 28px 12px 12px 18px;
  background: linear-gradient(180deg, #f1eadc 0%, #d4c9b4 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.48);
}

.camper-van::after {
  content: "";
  position: absolute;
  left: -32%;
  bottom: 36%;
  width: 36%;
  height: 3px;
  background: rgba(7, 63, 56, 0.35);
  box-shadow: 0 14px 0 rgba(7, 63, 56, 0.22);
}

.van-window {
  position: absolute;
  top: 25px;
  width: 92px;
  height: 54px;
  border-radius: 10px;
  background: linear-gradient(135deg, #314c59, #7fa9b0);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.48);
}

.van-window-one {
  left: 38px;
}

.van-window-two {
  left: 150px;
}

.van-door {
  position: absolute;
  left: 275px;
  top: 25px;
  width: 86px;
  height: 132px;
  border-radius: 10px;
  border: 3px solid rgba(80, 70, 56, 0.4);
}

.van-wheel {
  position: absolute;
  bottom: -18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: radial-gradient(circle, #f8f8f4 0 27%, #222 28% 100%);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
}

.van-wheel-one {
  left: 70px;
}

.van-wheel-two {
  right: 62px;
}

.beach-line {
  position: absolute;
  right: 3%;
  bottom: 10%;
  width: 88%;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 0 rgba(255, 255, 255, 0.25), 0 28px 0 rgba(255, 255, 255, 0.16);
}

.camper-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1280px, calc(100% - 36px));
  margin: -28px auto 0;
  padding: 18px;
  border: 1px solid rgba(24, 64, 58, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 50, 46, 0.1);
  backdrop-filter: blur(14px);
}

.camper-trust-strip article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
}

.camper-trust-strip article > span,
.camper-card-grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: var(--primary);
  background: #dcf1e9;
  font-weight: 900;
}

.camper-trust-strip strong,
.camper-trust-strip small {
  grid-column: 2;
}

.camper-trust-strip strong {
  color: var(--ink);
}

.camper-trust-strip small {
  color: var(--muted);
  line-height: 1.35;
}

.camper-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.camper-card-grid article {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 176px;
  padding: 20px 14px;
  border: 1px solid rgba(24, 64, 58, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 50, 46, 0.06);
  text-align: center;
}

.camper-card-grid strong {
  color: var(--primary-dark);
}

.camper-card-grid small {
  color: var(--muted);
  line-height: 1.35;
}

.camper-emotion-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}

.camper-check-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.camper-check-list li {
  position: relative;
  padding-left: 24px;
  color: #24453c;
  font-weight: 800;
}

.camper-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27a552;
}

.camper-wide-visual {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8c47d 0%, #f2d49d 42%, #badde3 43%, #dfa75f 100%);
  box-shadow: 0 20px 52px rgba(92, 60, 30, 0.14);
}

.camper-wide-visual .camper-van.small {
  right: 8%;
  bottom: 18%;
  width: 310px;
  height: 125px;
  transform: scale(0.72);
  transform-origin: bottom right;
}

.camper-final-cta {
  margin-top: 18px;
}

.car-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 9%, rgba(245, 184, 94, 0.16), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfcfb 42%, #f6faf8 100%);
}

.car-page .site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.car-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 36%, rgba(255, 255, 255, 0.1) 66%),
    linear-gradient(180deg, #fff3d7 0%, #f5d39a 32%, #d8edf1 52%, #e3b16e 100%);
}

.car-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% 0 -8%;
  height: 40%;
  background:
    radial-gradient(ellipse at 76% 92%, rgba(20, 42, 35, 0.34), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(102, 76, 50, 0.26));
  clip-path: polygon(0 60%, 28% 48%, 48% 58%, 68% 38%, 100% 50%, 100% 100%, 0 100%);
  z-index: -1;
}

.car-hero-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(26px, 5vw, 78px);
  align-items: center;
  width: min(1380px, 100%);
  min-height: clamp(520px, 54vw, 690px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 84px) clamp(18px, 5vw, 72px);
}

.car-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  max-width: 610px;
}

.car-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.8rem, 5.2vw, 5rem);
  line-height: 1.02;
  text-wrap: balance;
}

.car-hero-copy h1::first-line {
  color: var(--ink);
}

.car-hero-copy h1 em {
  color: var(--primary);
  font-style: normal;
}

.car-hero-copy p:not(.eyebrow) {
  max-width: 470px;
  margin: 0;
  color: #273b45;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.car-hero-copy .hero-actions {
  gap: 14px;
  margin-top: 4px;
}

.car-hero-copy .button {
  min-height: 48px;
  box-shadow: 0 14px 30px rgba(7, 63, 56, 0.14);
}

.car-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 8px;
  color: #27443d;
  font-size: 0.84rem;
  font-weight: 800;
}

.car-trust-row span {
  position: relative;
  padding-left: 22px;
}

.car-trust-row span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  font-size: 0.58rem;
  transform: translateY(-50%);
}

.car-visual,
.car-mini-scene {
  position: relative;
  min-height: clamp(290px, 34vw, 450px);
  overflow: hidden;
  border-radius: 18px;
}

.car-visual {
  box-shadow: 0 36px 78px rgba(34, 54, 45, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #f8c77d 0%, #f2d69e 28%, #d9eef1 48%, #c38a52 100%);
}

.car-sun {
  position: absolute;
  right: 34%;
  top: 13%;
  width: 104px;
  height: 104px;
  border-radius: 999px;
  background: radial-gradient(circle, #fff9c8 0%, #ffc86d 50%, rgba(255, 188, 83, 0) 72%);
  filter: blur(0.2px);
}

.coast-line {
  position: absolute;
  left: -8%;
  right: 18%;
  bottom: 28%;
  height: 54px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.2)),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0));
  transform: rotate(-8deg);
}

.mountain {
  position: absolute;
  right: -8%;
  bottom: 22%;
  width: 58%;
  height: 54%;
  background: linear-gradient(135deg, #725b3e, #1f382f);
  opacity: 0.76;
  clip-path: polygon(0 82%, 34% 24%, 58% 55%, 78% 8%, 100% 70%, 100% 100%, 0 100%);
}

.mountain-two {
  right: 12%;
  bottom: 28%;
  width: 44%;
  height: 38%;
  opacity: 0.34;
  filter: blur(0.4px);
}

.road {
  position: absolute;
  right: -18%;
  bottom: -10%;
  width: 72%;
  height: 56%;
  background: linear-gradient(108deg, transparent 0 21%, #29333a 22% 72%, transparent 73% 100%);
  transform: skewX(-12deg);
}

.road::before {
  content: "";
  position: absolute;
  left: 48%;
  top: 8%;
  width: 3px;
  height: 82%;
  border-radius: 999px;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0 18px, transparent 18px 34px);
  transform: rotate(4deg);
}

.premium-car {
  position: absolute;
  right: 8%;
  bottom: 22%;
  width: min(560px, 82%);
  height: clamp(132px, 17vw, 210px);
  border-radius: 46% 42% 20px 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 18%),
    linear-gradient(180deg, #68727a 0%, #28313a 50%, #11181f 100%);
  box-shadow:
    0 28px 48px rgba(7, 25, 31, 0.34),
    inset 0 6px 10px rgba(255, 255, 255, 0.18);
}

.premium-car::before {
  content: "";
  position: absolute;
  left: 13%;
  top: -28%;
  width: 55%;
  height: 48%;
  border-radius: 58% 52% 8px 12px;
  background: linear-gradient(180deg, #253946 0%, #0c1d26 100%);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.premium-car::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 46%;
  width: 13%;
  height: 7px;
  border-radius: 999px;
  background: #fff4c9;
  box-shadow: 0 0 22px rgba(255, 230, 140, 0.78);
}

.car-window {
  position: absolute;
  top: -18%;
  height: 29%;
  background: linear-gradient(135deg, #7fa5ad, #162b34);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.16);
}

.car-window-front {
  left: 38%;
  width: 22%;
  border-radius: 6px 22px 8px 6px;
}

.car-window-back {
  left: 19%;
  width: 19%;
  border-radius: 22px 6px 6px 8px;
}

.car-light {
  position: absolute;
  left: 7%;
  top: 50%;
  width: 12%;
  height: 7px;
  border-radius: 999px;
  background: #dff5ff;
  box-shadow: 0 0 18px rgba(217, 250, 255, 0.75);
}

.car-wheel {
  position: absolute;
  bottom: -19px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: radial-gradient(circle, #67727a 0 22%, #0a0e12 23% 58%, #242d35 59% 100%);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.14);
}

.car-wheel-front {
  left: 15%;
}

.car-wheel-back {
  right: 14%;
}

.car-card-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.car-card-grid article {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 176px;
  padding: 18px 12px;
  border: 1px solid rgba(24, 64, 58, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 50, 46, 0.07);
  text-align: center;
}

.car-card-grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--primary);
  background: #e0f3ec;
  font-weight: 900;
  font-size: 0.75rem;
}

.car-card-grid strong {
  color: var(--primary-dark);
}

.car-card-grid small {
  color: var(--muted);
  line-height: 1.38;
}

.car-emotion-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.car-mini-scene {
  min-height: 260px;
  background: linear-gradient(135deg, #f7c978 0%, #f1d395 30%, #cfe9ef 52%, #35564a 100%);
  box-shadow: 0 22px 54px rgba(34, 54, 45, 0.12);
}

.car-mini-scene .premium-car.small {
  right: 12%;
  bottom: 22%;
  width: 330px;
  height: 120px;
  transform: scale(0.78);
  transform-origin: bottom right;
}

.car-final-cta {
  margin-top: 18px;
}

.vehicle-landing .car-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(11, 107, 91, 0.1), transparent 28%),
    radial-gradient(circle at 14% 12%, rgba(255, 214, 150, 0.24), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f7fbf8 52%, #edf7f2 100%);
}

.vehicle-landing .car-hero::before {
  display: none;
}

.vehicle-landing .car-hero-inner {
  grid-template-columns: 1fr;
  min-height: auto;
  max-width: 980px;
  padding-top: clamp(34px, 6vw, 72px);
  padding-bottom: clamp(32px, 5vw, 60px);
  text-align: center;
}

.vehicle-landing .car-hero-copy {
  justify-items: center;
  max-width: 820px;
  margin: 0 auto;
}

.vehicle-landing .car-hero-copy p:not(.eyebrow) {
  max-width: 720px;
}

.vehicle-landing .car-trust-row {
  justify-content: center;
}

.vehicle-landing .car-card-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.vehicle-landing .car-emotion-layout {
  grid-template-columns: 1fr;
  max-width: 860px;
  text-align: center;
}

.vehicle-landing .car-emotion-layout .section-heading {
  justify-items: center;
}

.vehicle-landing .camper-check-list {
  justify-content: center;
  text-align: left;
}

.vehicle-moto .car-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.82) 36%, rgba(255, 255, 255, 0.08) 66%),
    linear-gradient(180deg, #ffe6bc 0%, #f2c578 34%, #d6ebee 52%, #87633d 100%);
}

.vehicle-moto .premium-car {
  right: 10%;
  bottom: 18%;
  width: min(450px, 72%);
  height: clamp(108px, 14vw, 170px);
  border-radius: 999px 999px 34px 42px;
  background: linear-gradient(180deg, #2e3a40 0%, #11181e 100%);
}

.vehicle-moto .premium-car::before {
  left: 36%;
  top: -58%;
  width: 24%;
  height: 62%;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, #1b252b 0%, #05090d 100%);
}

.vehicle-moto .premium-car::after {
  right: auto;
  left: 12%;
  top: 18%;
  width: 44%;
  height: 5px;
  background: #2c353b;
  box-shadow: 64px -36px 0 -1px #11181e;
  transform: rotate(-12deg);
}

.vehicle-moto .car-window {
  display: none;
}

.vehicle-moto .car-wheel {
  bottom: -24px;
  width: 72px;
  height: 72px;
}

.vehicle-moto .car-light {
  left: 4%;
  top: 42%;
}

.vehicle-scooter .car-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.82) 40%, rgba(255, 255, 255, 0.18) 72%),
    linear-gradient(180deg, #fff5dc 0%, #efe3c7 34%, #dfe9e4 58%, #c8d4ce 100%);
}

.vehicle-scooter .mountain {
  opacity: 0.18;
  background: linear-gradient(135deg, #d8ccb5, #8ea69a);
  clip-path: polygon(0 80%, 18% 48%, 30% 55%, 44% 30%, 60% 56%, 76% 34%, 100% 62%, 100% 100%, 0 100%);
}

.vehicle-scooter .premium-car {
  right: 16%;
  bottom: 17%;
  width: min(360px, 62%);
  height: clamp(106px, 15vw, 160px);
  border-radius: 54% 44% 28px 34px;
  background: linear-gradient(180deg, #f8faf7 0%, #d9e1dc 55%, #a8b7b1 100%);
}

.vehicle-scooter .premium-car::before {
  left: 48%;
  top: -48%;
  width: 18%;
  height: 64%;
  border-radius: 999px;
  background: #1d2d34;
  transform: rotate(-8deg);
}

.vehicle-scooter .premium-car::after {
  right: 18%;
  top: -34%;
  width: 28%;
  height: 4px;
  background: #1d2d34;
  transform: rotate(10deg);
}

.vehicle-scooter .car-window {
  display: none;
}

.vehicle-scooter .car-wheel {
  bottom: -18px;
  width: 52px;
  height: 52px;
}

.vehicle-tractor .car-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.74) 34%, rgba(255, 255, 255, 0.08) 66%),
    linear-gradient(180deg, #ffe0a8 0%, #d3a35f 36%, #8daa64 66%, #6d7a45 100%);
}

.vehicle-tractor .mountain {
  background: linear-gradient(135deg, #8b713e, #315338);
  opacity: 0.54;
}

.vehicle-tractor .premium-car {
  right: 7%;
  bottom: 19%;
  width: min(560px, 82%);
  height: clamp(150px, 18vw, 230px);
  border-radius: 20px 44px 24px 26px;
  background: linear-gradient(180deg, #237145 0%, #0f4d35 58%, #153022 100%);
}

.vehicle-tractor .premium-car::before {
  left: 48%;
  top: -36%;
  width: 30%;
  height: 56%;
  border-radius: 16px 20px 8px 8px;
  background: linear-gradient(180deg, #23464a 0%, #0e2224 100%);
}

.vehicle-tractor .premium-car::after {
  right: 7%;
  top: 34%;
  width: 18%;
  height: 14px;
  background: #ffd85e;
  box-shadow: 0 0 18px rgba(255, 216, 94, 0.45);
}

.vehicle-tractor .car-window {
  display: none;
}

.vehicle-tractor .car-wheel-front {
  left: 9%;
  width: 98px;
  height: 98px;
  bottom: -38px;
}

.vehicle-tractor .car-wheel-back {
  right: 12%;
  width: 68px;
  height: 68px;
  bottom: -26px;
}

.vehicle-tractor .car-mini-scene {
  background: linear-gradient(135deg, #ffd487 0%, #a7bf75 52%, #355f3c 100%);
}

.car-page .car-visual,
.car-page .car-mini-scene,
.camper-page .camper-scene,
.camper-page .camper-wide-visual {
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.86), transparent 12%),
    radial-gradient(circle at 30% 28%, rgba(255, 226, 174, 0.42), transparent 24%),
    linear-gradient(135deg, #f8fbf8 0%, #edf6f1 44%, #d9eee5 100%);
}

.vehicle-moto .car-visual,
.vehicle-moto .car-mini-scene {
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.84), transparent 12%),
    radial-gradient(circle at 32% 28%, rgba(255, 214, 156, 0.44), transparent 24%),
    linear-gradient(135deg, #fbfcfb 0%, #eef7f2 45%, #dcefe8 100%);
}

.vehicle-scooter .car-visual,
.vehicle-scooter .car-mini-scene {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.86), transparent 12%),
    radial-gradient(circle at 26% 26%, rgba(226, 239, 229, 0.62), transparent 24%),
    linear-gradient(135deg, #fff 0%, #f0f7f3 48%, #e0eee7 100%);
}

.vehicle-tractor .car-visual,
.vehicle-tractor .car-mini-scene {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.82), transparent 12%),
    radial-gradient(circle at 26% 24%, rgba(255, 213, 146, 0.34), transparent 24%),
    linear-gradient(135deg, #fbfcf8 0%, #edf5e7 48%, #dfeedd 100%);
}

.car-page .car-visual::after,
.car-page .car-mini-scene::after,
.camper-page .camper-scene::after,
.camper-page .camper-wide-visual::after {
  content: "";
  position: absolute;
  right: clamp(16px, 6vw, 54px);
  bottom: clamp(16px, 4vw, 42px);
  width: min(360px, 58%);
  height: 42%;
  border: 1px solid rgba(11, 107, 91, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.38)),
    linear-gradient(180deg, rgba(11, 107, 91, 0.08), rgba(255, 255, 255, 0));
  box-shadow: 0 24px 54px rgba(15, 50, 46, 0.12);
  backdrop-filter: blur(10px);
}

.car-page .car-visual::before,
.car-page .car-mini-scene::before,
.camper-page .camper-scene::before,
.camper-page .camper-wide-visual::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 107, 91, 0.22), transparent);
  box-shadow: 0 18px 0 rgba(11, 107, 91, 0.08), 0 -18px 0 rgba(255, 255, 255, 0.5);
}

.car-page .premium-car,
.car-page .mountain,
.car-page .road,
.car-page .coast-line,
.car-page .car-light,
.car-page .car-window,
.car-page .car-wheel,
.camper-page .camper-van,
.camper-page .beach-line,
.camper-page .van-window,
.camper-page .van-door,
.camper-page .van-wheel {
  display: none;
}

.car-page .car-sun,
.camper-page .sun {
  opacity: 0.65;
}

.report-preview-card {
  justify-items: center;
  width: min(820px, 100%);
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(24, 64, 58, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 50, 46, 0.08);
}

.report-preview-images {
  width: min(620px, 100%);
  justify-content: center;
  align-items: center;
}

.report-preview-trigger {
  width: 100%;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px;
  padding: 18px;
}

.price-card-featured {
  border: 2px solid rgba(11, 107, 91, 0.58);
  background: linear-gradient(180deg, #eef8f5 0%, #fff 42%);
  box-shadow: 0 22px 58px rgba(11, 107, 91, 0.24);
}

.badge-stack {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.price-kicker {
  margin: 0 0 8px;
  color: var(--primary);
  font-weight: 800;
}

.price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 4px;
}

.price-line strong {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1;
}

.old-price {
  color: var(--muted);
  font-weight: 700;
  text-decoration: line-through;
}

.discount {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #7a4b00;
  background: var(--gold-soft);
  font-weight: 800;
  font-size: 0.88rem;
}

.feature-list {
  display: grid;
  gap: 0;
  margin: 10px 0 12px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.feature-list strong {
  color: var(--primary-dark);
  white-space: nowrap;
}

.feature-list .muted {
  color: #7a858c;
}

.compact-comparison strong {
  min-width: 18px;
  font-size: 1rem;
  text-align: right;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  min-height: 132px;
  padding: 16px;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 7px;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
}

.mockup-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.mockup-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px;
  box-shadow: var(--shadow);
}

.mockup-card-raised {
  transform: none;
}

.mockup-card img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
  object-position: top left;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.mockup-card figcaption {
  display: flex;
  align-items: flex-end;
  flex: 1;
  margin-top: 10px;
  font-size: 0.92rem;
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.social-impact {
  padding-top: 8px;
}

.home-social-impact {
  padding-top: clamp(18px, 2.5vw, 28px);
  padding-bottom: clamp(18px, 2.5vw, 28px);
}

.home-social-impact .social-impact-card {
  background: linear-gradient(135deg, #fff 0%, #fcf9ff 100%);
  border-color: rgba(108, 78, 138, 0.14);
}

.social-impact-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: clamp(16px, 3vw, 26px);
  border-color: rgba(11, 107, 91, 0.12);
  background: linear-gradient(135deg, #fff 0%, #fbfdfb 100%);
  box-shadow: 0 18px 48px rgba(17, 27, 34, 0.09);
}

.social-impact-card img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(17, 27, 34, 0.12);
}

.social-impact-copy {
  display: grid;
  gap: 10px;
}

.social-impact-copy h2 {
  max-width: 560px;
}

.social-impact-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.social-impact-link {
  width: fit-content;
  margin-top: 2px;
}

.full-field,
.contact-form .button,
.contact-form .form-status {
  grid-column: 1 / -1;
}

.final-cta {
  padding: clamp(30px, 4vw, 52px) clamp(18px, 4vw, 62px);
  color: #fff;
  background: var(--primary-dark);
}

.final-cta-inner {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

.final-cta .eyebrow,
.final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  justify-content: center;
  gap: 22px;
  padding: 22px clamp(18px, 4vw, 62px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
}

.site-footer p {
  margin: 0;
  padding-right: 22px;
  border-right: 1px solid var(--line);
}

.site-footer nav {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.legal-page {
  background: var(--soft);
}

.legal-hero,
.legal-content {
  width: min(880px, calc(100% - 36px));
  margin: 0 auto;
}

.legal-hero {
  padding: clamp(34px, 6vw, 70px) 0 22px;
}

.legal-hero h1 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.legal-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  margin-bottom: clamp(34px, 6vw, 70px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 27, 34, 0.08);
}

.legal-content h2 {
  margin-top: 8px;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content p,
.legal-content ul {
  margin: 0;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.legal-content a:not(.button) {
  color: var(--primary);
  font-weight: 800;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(224px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 29px;
  padding: 5px 12px;
  border: 1px solid rgba(11, 107, 91, 0.18);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(10, 118, 101, 0.95), rgba(7, 78, 68, 0.95));
  box-shadow: 0 8px 22px rgba(7, 63, 56, 0.16), 0 1px 5px rgba(17, 27, 34, 0.08);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.18s ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta:hover {
  box-shadow: 0 10px 24px rgba(7, 63, 56, 0.18), 0 2px 7px rgba(17, 27, 34, 0.1);
  transform: translateY(-1px);
}

.sticky-cta:focus-visible {
  outline: 3px solid rgba(11, 107, 91, 0.24);
  outline-offset: 3px;
}

@media (min-width: 900px) {
  body.has-sticky-cta {
    padding-bottom: 0;
  }

  .sticky-cta {
    right: 24px;
    left: auto;
    width: 142px;
    margin: 0;
    min-height: 30px;
    padding: 6px 11px;
  }

  .quick-card {
    margin-top: -4px;
  }
}

@media (max-width: 980px) {
  .risk-layout,
  .mockup-layout,
  .contact-layout,
  .social-impact-card {
    grid-template-columns: 1fr;
  }

  .steps-grid,
  .pricing-grid,
  .mockup-grid {
    grid-template-columns: 1fr;
  }

  .mockup-card-raised {
    transform: none;
  }

  .trust-strip {
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .quick-card {
    width: 100%;
    max-width: 100%;
  }

  .hero .quick-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
  }

  .hero .quick-points span {
    padding-left: 24px;
    font-size: 0.72rem;
  }

  .hero .quick-points span:last-child {
    grid-column: 1 / -1;
  }

  body:not(.has-sticky-cta):not(.legal-page) main > .hero {
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 18px;
  }

  body:not(.has-sticky-cta):not(.legal-page) main > .hero::after {
    display: none;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-copy {
    gap: 8px;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(1.5rem, 5.4vw, 2.08rem);
    line-height: 1.05;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-text {
    max-width: 100%;
    margin-top: 0;
    font-size: 0.96rem;
    line-height: 1.45;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-actions {
    gap: 8px;
    margin-top: 4px;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-actions .button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  body:not(.has-sticky-cta):not(.legal-page) .quick-card {
    padding: 13px;
  }

  .compare-hero {
    padding: 18px 16px 12px;
  }

  .compare-hero .hero-copy h1 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .compare-table-wrap {
    overflow-x: auto;
    border-radius: 8px;
  }

  .compare-table {
    min-width: 720px;
  }

  .compare-use-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .compare-use-layout .section-heading h2 {
    font-size: clamp(1.8rem, 7vw, 2.3rem);
  }

  .premium-split-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .premium-choice-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .premium-choice-card {
    min-height: 0;
    padding: 18px;
  }

  .calm-card-grid {
    grid-template-columns: 1fr;
  }

  .premium-final-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
  }

  .premium-final-cta .button {
    width: 100%;
    min-width: 0;
  }

  .camper-hero-inner,
  .camper-emotion-layout {
    grid-template-columns: 1fr;
  }

  .camper-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .camper-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.has-sticky-cta {
    padding-bottom: 68px;
  }

  .offer-bar {
    gap: 6px;
    padding: 5px 12px;
    font-size: 0.76rem;
  }

  .offer-bar b {
    min-width: 50px;
    padding: 2px 6px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    padding-right: 0;
    border-right: 0;
  }

  .site-header {
    align-items: center;
    gap: 8px;
    min-height: auto;
    padding: 6px 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .brand-doc {
    width: 15px;
    height: 18px;
    border-radius: 4px;
  }

  .brand-doc::before {
    top: 5px;
  }

  .brand-doc::after {
    top: 10px;
  }

  .brand-check {
    right: -4px;
    bottom: -3px;
    width: 9px;
    height: 5px;
  }

  .brand-text strong {
    font-size: 0.84rem;
  }

  .independent-disclaimer {
    padding: 3px 14px;
    font-size: 0.64rem;
    line-height: 1.18;
  }

  .nav-links {
    display: none;
  }

  .hero {
    gap: 6px;
    padding: 2px 14px 7px;
  }

  .hero-main {
    gap: 6px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-visual {
    display: none;
  }

  .hero-photo-mobile {
    display: block;
    order: -1;
    width: 100%;
    max-height: 140px;
    aspect-ratio: 1.92;
    object-position: center top;
    margin-bottom: 0;
  }

  .guide-page .hero {
    gap: 10px;
    padding: 14px 14px 18px;
  }

  .compare-guide-page .site-header {
    min-height: 58px;
  }

  .compare-hero {
    padding: 13px 14px 10px;
  }

  .premium-compare-hero {
    padding: 16px 14px 12px;
  }

  .compare-hero .hero-copy {
    gap: 8px;
  }

  .compare-hero .hero-copy h1 {
    max-width: 21rem;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.22rem, 6.1vw, 1.5rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .compare-hero .hero-text {
    max-width: 20rem;
    font-size: 0.92rem;
    line-height: 1.42;
    overflow-wrap: anywhere;
  }

  .premium-compare-hero .hero-text {
    font-size: 0.9rem;
  }

  .compare-hero .hero-actions,
  .compare-hero .button {
    width: 100%;
  }

  .compare-section {
    padding-top: 8px;
  }

  .compare-table-wrap {
    margin-right: -4px;
    margin-left: -4px;
  }

  .premium-table-wrap {
    overflow: visible;
  }

  .compare-table {
    display: block;
    min-width: 0;
  }

  .compare-table thead {
    display: none;
  }

  .compare-table tbody {
    display: grid;
    gap: 8px;
    padding: 8px;
  }

  .compare-table tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(24, 64, 58, 0.12);
    border-radius: 8px;
    background: #fff;
  }

  .compare-table td {
    display: block;
    min-width: 0;
    padding: 8px;
    border-bottom: 0;
    font-size: 0.72rem;
  }

  .compare-table td:first-child {
    grid-column: 1 / -1;
    border-bottom: 1px solid rgba(24, 64, 58, 0.1);
    background: rgba(239, 248, 244, 0.74);
  }

  .compare-table td:nth-child(2)::before,
  .compare-table td:nth-child(3)::before {
    display: block;
    margin-bottom: 4px;
    color: #0b4f42;
    font-size: 0.58rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .compare-table td:nth-child(2)::before {
    content: "Básico";
  }

  .compare-table td:nth-child(3)::before {
    content: "Completo";
  }

  .recommended-pill {
    margin-left: 3px;
    padding: 2px 5px;
    font-size: 0.54rem;
  }

  .compare-info {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 5px;
    font-size: 0.68rem;
    overflow-wrap: anywhere;
  }

  .compare-icon {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    font-size: 0.38rem;
  }

  .compare-positive,
  .compare-limited {
    grid-template-columns: 13px minmax(0, 1fr);
    gap: 4px;
    font-size: 0.66rem;
    overflow-wrap: anywhere;
  }

  .premium-split-layout .section-heading h2 {
    max-width: 21rem;
    font-size: clamp(1.38rem, 6.2vw, 1.72rem);
    overflow-wrap: anywhere;
  }

  .calm-card-grid article {
    padding: 12px;
  }

  .premium-final-cta {
    width: calc(100% - 28px);
    border-radius: 10px;
  }

  .premium-final-inner {
    padding: 16px;
  }

  .camper-hero {
    min-height: auto;
  }

  .camper-hero-inner {
    gap: 12px;
    padding: 16px 14px 22px;
  }

  .camper-hero-copy {
    gap: 8px;
    text-align: left;
  }

  .camper-hero-copy h1 {
    max-width: 20rem;
    font-size: clamp(1.74rem, 8.4vw, 2.18rem);
    line-height: 1.04;
  }

  .camper-hero-copy p:not(.eyebrow) {
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .camper-hero-copy .hero-actions {
    display: grid;
    gap: 7px;
  }

  .camper-hero-copy .button {
    width: 100%;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .camper-scene {
    order: -1;
    min-height: 142px;
    border-radius: 14px;
    overflow: hidden;
  }

  .camper-van {
    right: -2%;
    bottom: 20%;
    width: 78%;
    height: 94px;
    border-radius: 22px 30px 12px 12px;
  }

  .camper-van::before {
    left: -15%;
    width: 26%;
  }

  .van-window {
    top: 14px;
    width: 42px;
    height: 28px;
  }

  .van-window-one {
    left: 20px;
  }

  .van-window-two {
    left: 70px;
  }

  .van-door {
    left: 130px;
    top: 14px;
    width: 40px;
    height: 60px;
  }

  .van-wheel {
    bottom: -11px;
    width: 32px;
    height: 32px;
  }

  .van-wheel-one {
    left: 38px;
  }

  .van-wheel-two {
    right: 36px;
  }

  .camper-trust-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    width: calc(100% - 28px);
    margin-top: -8px;
    padding: 10px;
  }

  .camper-trust-strip article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 2px 9px;
  }

  .camper-trust-strip article > span,
  .camper-card-grid article > span {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  .camper-card-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .camper-card-grid article {
    min-height: 0;
    justify-items: start;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 5px 10px;
    padding: 12px;
    text-align: left;
  }

  .camper-card-grid article > span {
    grid-row: span 2;
  }

  .camper-wide-visual {
    min-height: 126px;
  }

  .camper-page .section {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .camper-page .section-heading {
    margin-bottom: 14px;
  }

  .camper-page .section-heading h2 {
    font-size: clamp(1.35rem, 6vw, 1.72rem);
    line-height: 1.1;
  }

  .camper-page .compare-table-wrap {
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
  }

  .camper-page .compare-table tbody {
    padding: 6px;
    gap: 7px;
  }

  .camper-page .compare-table td {
    padding: 7px;
  }

  .camper-page .faq-mini-grid {
    gap: 8px;
  }

  .camper-page .faq-mini-grid article {
    padding: 12px;
  }

  .camper-final-cta {
    margin-bottom: 20px;
  }

  .camper-final-cta .premium-final-inner {
    padding: 14px;
    gap: 10px;
  }

  .camper-final-cta h2 {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
  }

  .compare-positive > span:first-child,
  .compare-limited > span:first-child {
    width: 14px;
    height: 14px;
    font-size: 0.58rem;
  }

  .compare-positive small {
    display: none;
  }

  .compare-use-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .compare-use-cards article {
    min-height: 0;
    padding: 14px;
  }

  body:not(.has-sticky-cta):not(.legal-page) main > .hero {
    gap: 7px;
    padding: 9px 14px 12px;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-copy {
    gap: 5px;
  }

  .quick-card {
    order: 0;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(7, 63, 56, 0.15), 0 6px 16px rgba(17, 27, 34, 0.07);
  }

  .guide-page .quick-card {
    order: 0;
    padding: 10px 12px;
    box-shadow: 0 12px 28px rgba(7, 63, 56, 0.1);
  }

  .guide-page .quick-label {
    padding: 3px 7px;
    font-size: 0.68rem;
  }

  .quick-head {
    margin-bottom: 7px;
  }

  .quick-price {
    margin-bottom: 6px;
    padding: 6px 8px;
  }

  .quick-price strong {
    font-size: 1.28rem;
  }

  .quick-card h2 {
    font-size: 1.12rem;
  }

  .guide-page .quick-card h2 {
    margin: 7px 0 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .quick-copy {
    margin-top: 3px;
    font-size: 0.82rem;
  }

  .guide-page .quick-copy {
    margin-top: 4px;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .checkout-form {
    gap: 7px;
    margin-top: 6px;
  }

  .checkout-assurance {
    justify-content: center;
    gap: 7px;
    font-size: 0.74rem;
  }

  .button-checkout-main {
    min-height: 54px;
    padding: 0 16px;
    font-size: 1rem;
    box-shadow: 0 12px 24px rgba(7, 63, 56, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .button-hero-secondary {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .payment-confidence {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .payment-badges {
    gap: 5px;
  }

  .payment-badges span {
    min-height: 23px;
    padding: 4px 7px;
    font-size: 0.7rem;
  }

  input,
  textarea {
    padding: 9px 10px;
  }

  fieldset {
    padding: 7px;
  }

  .radio-row {
    align-items: start;
    padding: 8px;
  }

  .radio-content {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 8px;
  }

  .radio-copy strong {
    font-size: 0.9rem;
  }

  .radio-price {
    gap: 1px;
  }

  .radio-price small {
    font-size: 0.9rem;
  }

  .radio-price span {
    font-size: 0.66rem;
  }

  .radio-price del {
    font-size: 0.76rem;
  }

  .hero-copy {
    display: grid;
    gap: 3px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(1.32rem, 6vw, 1.72rem);
    line-height: 1.02;
  }

  .guide-page .hero-copy {
    gap: 6px;
  }

  .guide-page .hero-copy h1 {
    font-size: clamp(1.18rem, 5.3vw, 1.42rem);
    line-height: 1.04;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-copy h1 {
    font-size: clamp(1.18rem, 5.3vw, 1.42rem);
    line-height: 1.04;
  }

  .hero-text {
    margin: 0;
    font-size: 0.82rem;
  }

  .guide-page .hero-text {
    font-size: 0.82rem;
    line-height: 1.36;
  }

  .hero-actions,
  .hero-offer {
    margin-top: 0;
  }

  .hero-copy .hero-actions,
  .hero-copy .hero-offer {
    display: none;
  }

  .guide-page .hero-actions {
    display: flex;
    gap: 7px;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-copy .hero-actions {
    display: flex;
    gap: 6px;
  }

  body:not(.has-sticky-cta):not(.legal-page) .hero-actions .button {
    min-height: 34px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 0.7rem;
    line-height: 1.05;
  }

  .hero-points {
    margin-top: 0;
  }

  .hero-points span {
    padding: 4px 7px 4px 21px;
    font-size: 0.72rem;
  }

  .section {
    padding: 20px 14px;
  }

  .benefit-strip {
    width: calc(100% - 28px);
    justify-content: flex-start;
    padding-bottom: 12px;
  }

  .instant-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 28px);
    gap: 8px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .instant-compare article {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    align-items: stretch;
    min-width: 0;
    padding: 10px;
  }

  .instant-compare article:first-child {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .instant-compare h2 {
    display: grid;
    gap: 2px;
    min-height: 1.12em;
    font-size: 0.86rem;
    overflow-wrap: normal;
    word-break: normal;
  }

  .compare-price {
    gap: 2px 5px;
    margin-top: 4px;
    min-height: 27px;
  }

  .compare-price span {
    font-size: 0.6rem;
  }

  .compare-price strong {
    font-size: 0.94rem;
  }

  .discount-badge {
    padding: 2px 6px;
    font-size: 0.54rem;
  }

  .popular-badge {
    top: 6px;
    right: 6px;
    margin: 0;
    padding: 3px 7px;
    font-size: 0.52rem;
  }

  .instant-compare ul {
    display: grid;
    grid-auto-rows: minmax(1.08em, auto);
    gap: 2px;
    margin-top: 7px;
    font-size: 0.67rem;
    line-height: 1.18;
  }

  .instant-compare li {
    padding-left: 12px;
  }

  .instant-compare-featured p {
    margin-bottom: 2px;
    font-size: 0.62rem;
  }

  .instant-compare small {
    margin-top: 2px;
    font-size: 0.64rem;
  }

  .instant-compare-featured {
    border-left-color: rgba(11, 107, 91, 0.48);
  }

  .compare-recommendation {
    width: calc(100% - 28px);
    margin-bottom: 10px;
    font-size: 0.78rem;
  }

  .benefit-strip span {
    padding: 7px 9px;
    font-size: 0.82rem;
  }

  .risk-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .seo-guides {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .seo-guides .section-heading {
    margin-bottom: 6px;
  }

  .seo-guides .section-heading h2 {
    font-size: 1.12rem;
  }

  .seo-guides .section-heading p:not(.eyebrow) {
    margin-top: 4px;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .seo-guides .risk-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .seo-guides .risk-grid article {
    padding: 6px 8px;
  }

  .seo-guides .risk-grid strong {
    font-size: 0.84rem;
  }

  .seo-guides .risk-grid span {
    display: none;
  }

  .seo-guides .risk-grid article:nth-child(n + 5) {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .seo-guides .risk-grid article:nth-child(n + 5) strong {
    font-size: 0.76rem;
    font-weight: 650;
  }

  .guide-links-secondary {
    margin-top: 6px;
    font-size: 0.7rem;
    line-height: 1.42;
  }

  .guide-disclaimer-note {
    width: calc(100% - 28px);
    margin-bottom: 22px;
    font-size: 0.72rem;
  }

  .home-guide-links,
  .guide-hub-grid {
    grid-template-columns: 1fr;
  }

  .home-guides {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .home-guides .risk-grid article {
    padding: 8px 9px;
  }

  .home-guides .section-heading {
    margin-bottom: 8px;
  }

  .home-guides .section-heading h2 {
    font-size: 1.1rem;
  }

  .home-guides .risk-grid article {
    min-height: 0;
    border-radius: 0;
    border-width: 0 0 1px;
    background: transparent;
  }

  .home-guides .risk-grid span {
    display: none;
  }

  .home-guide-links {
    gap: 0;
  }

  .home-includes .risk-grid {
    grid-template-columns: 1fr;
  }

  .home-includes .risk-grid article {
    min-height: 0;
    padding: 10px;
  }

  .faq-list {
    gap: 7px;
  }

  .faq-list details {
    padding-bottom: 9px;
  }

  .faq-list summary {
    font-size: 0.9rem;
  }

  .faq-list p {
    font-size: 0.82rem;
  }

  .faq-mini {
    padding-bottom: 34px;
  }

  .home-help {
    width: calc(100% - 28px);
    margin-bottom: 24px;
    font-size: 0.82rem;
  }

  .sticky-cta {
    bottom: 10px;
    width: min(198px, calc(100% - 28px));
    min-height: 28px;
    padding: 4px 12px;
    font-size: 0.66rem;
    box-shadow: 0 4px 12px rgba(7, 63, 56, 0.11), 0 1px 4px rgba(17, 27, 34, 0.06);
  }

  .home-guides-action {
    margin-top: 8px;
  }

  .report-preview-images {
    gap: 8px;
    justify-items: center;
    grid-template-columns: 1fr;
  }

  .report-preview-images img {
    aspect-ratio: 1.22;
  }

  .report-preview-card {
    padding: 10px;
    border-radius: 12px;
  }

  .report-preview .section-heading,
  .report-preview-card {
    text-align: center;
  }

  .image-lightbox {
    padding: 14px;
  }

  .image-lightbox-content {
    max-width: 100%;
    max-height: calc(100vh - 58px);
    border-radius: 8px;
  }

  .home-social-impact {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-social-impact .social-impact-card {
    gap: 14px;
  }

  .guide-category {
    gap: 7px;
    padding: 14px;
  }

  .guide-social-note {
    gap: 10px;
    width: calc(100% - 28px);
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 9px;
  }

  .guide-social-note img {
    width: 48px;
    height: 48px;
    border-radius: 999px;
  }

  .guide-social-note p {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .guide-social-note a {
    margin-top: 3px;
    font-size: 0.76rem;
  }

  .step-card {
    min-height: auto;
    padding: 12px;
  }

  .steps-grid {
    gap: 10px;
  }

  .price-card {
    min-height: auto;
    padding: 14px;
  }

  .price-line {
    align-items: center;
  }

  .social-impact-card {
    gap: 16px;
    padding: 14px;
  }

  .social-impact-card img {
    aspect-ratio: 1.18;
    border-radius: 10px;
  }

  .social-impact-copy {
    gap: 8px;
  }

  .social-impact-link {
    width: 100%;
  }

  .legal-hero,
  .legal-content {
    width: calc(100% - 28px);
  }

  .legal-content {
    gap: 14px;
    padding: 18px;
    border-radius: 8px;
  }

  .legal-actions .button {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .quick-head,
  .hero-offer,
  .feature-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .quick-price div {
    gap: 7px;
  }

  .trust-strip {
    transform: none;
    margin-top: 14px;
  }

  .compare-guide-page .compare-hero .hero-copy h1 {
    max-width: 21rem;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.22rem, 6.1vw, 1.5rem);
    line-height: 1.04;
  }

  .compare-guide-page .compare-hero .hero-text {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .compare-guide-page .compare-hero .hero-actions {
    display: flex;
  }
}

@media (max-width: 820px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .guide-page,
  .compare-guide-page,
  .premium-compare-page,
  .camper-page {
    overflow-x: hidden;
  }

  .guide-page .section,
  .compare-guide-page .section,
  .premium-compare-page .section {
    padding-top: clamp(24px, 5vw, 36px);
    padding-bottom: clamp(24px, 5vw, 36px);
  }

  .guide-page .hero,
  .guide-hub-hero,
  .compare-hero,
  .legal-hero {
    padding-top: clamp(16px, 4vw, 28px);
    padding-bottom: clamp(14px, 4vw, 24px);
  }

  .guide-page .hero-copy h1,
  .guide-hub-hero h1,
  .compare-hero .hero-copy h1,
  .legal-hero h1 {
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .guide-table-wrap,
  .compare-table-wrap,
  .premium-table-wrap {
    max-width: 100%;
  }

  img,
  table {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .guide-page .hero-actions,
  .compare-hero .hero-actions,
  .premium-compare-hero .hero-actions,
  .final-cta-inner .hero-actions {
    align-items: stretch;
    width: 100%;
  }

  .guide-page .hero-actions .button,
  .compare-hero .hero-actions .button,
  .premium-compare-hero .hero-actions .button {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .section-inner,
  .guide-page .section-inner,
  .compare-guide-page .section-inner,
  .camper-page .section-inner {
    width: min(100%, calc(100% - 28px));
  }

  .risk-grid,
  .pricing-grid,
  .steps-grid,
  .mockup-grid,
  .calm-card-grid,
  .premium-choice-grid {
    gap: 10px;
  }

  .risk-grid article,
  .step-card,
  .mockup-card,
  .premium-choice-card,
  .calm-card-grid article,
  .guide-category {
    border-radius: 10px;
  }

  .guide-page .hero-text,
  .compare-hero .hero-text,
  .legal-hero p,
  .section-heading p {
    overflow-wrap: anywhere;
  }

  .final-cta,
  .premium-final-cta {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  body.has-sticky-cta {
    padding-bottom: 76px;
  }

  .site-header {
    min-height: 54px;
  }

  .guide-page .hero,
  .compare-hero,
  .guide-hub-hero {
    margin-top: 0;
  }

  .guide-page .hero-copy h1,
  .guide-hub-hero h1,
  .legal-hero h1 {
    font-size: clamp(1.18rem, 5.2vw, 1.44rem);
    line-height: 1.06;
  }

  .guide-page .hero-text,
  .guide-page .quick-copy,
  .section-heading p {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .guide-page .section,
  .compare-guide-page .section,
  .premium-compare-page .section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .section-heading {
    margin-bottom: 13px;
  }

  .section-heading h2 {
    font-size: clamp(1.24rem, 5.8vw, 1.58rem);
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .guide-table-wrap,
  .compare-table-wrap {
    margin-right: 0;
    margin-left: 0;
  }

  .guide-table,
  .compare-table {
    width: 100%;
  }

  .faq-mini {
    padding-bottom: 46px;
  }

  .sticky-cta {
    bottom: 8px;
    min-height: 38px;
    padding: 10px 15px;
  }
}

@media (max-width: 980px) {
  .car-hero-inner,
  .car-emotion-layout {
    grid-template-columns: 1fr;
  }

  .car-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .car-hero-inner {
    gap: 10px;
    min-height: auto;
    padding: 12px 14px 18px;
  }

  .car-visual {
    order: -1;
    min-height: 132px;
    border-radius: 14px;
    box-shadow: 0 18px 38px rgba(34, 54, 45, 0.13);
  }

  .car-page .car-visual::after,
  .car-page .car-mini-scene::after,
  .camper-page .camper-scene::after,
  .camper-page .camper-wide-visual::after {
    right: 14px;
    bottom: 14px;
    width: 48%;
    height: 34%;
    border-radius: 12px;
  }

  .car-page .car-visual::before,
  .car-page .car-mini-scene::before,
  .camper-page .camper-scene::before,
  .camper-page .camper-wide-visual::before {
    bottom: 28%;
  }

  .car-hero-copy {
    gap: 6px;
  }

  .car-hero-copy h1 {
    max-width: 20rem;
    font-size: clamp(1.54rem, 7.4vw, 1.92rem);
    line-height: 1.05;
  }

  .car-hero-copy p:not(.eyebrow) {
    max-width: 20rem;
    font-size: 0.84rem;
    line-height: 1.36;
  }

  .car-hero-copy .hero-actions {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .car-hero-copy .button {
    width: 100%;
    min-height: 38px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .car-trust-row {
    gap: 7px 10px;
    margin-top: 2px;
    font-size: 0.75rem;
  }

  .car-trust-row span {
    padding-left: 18px;
  }

  .car-trust-row span::before {
    width: 13px;
    height: 13px;
    font-size: 0.5rem;
  }

  .car-sun {
    right: 26%;
    top: 6%;
    width: 58px;
    height: 58px;
  }

  .mountain {
    right: -16%;
    bottom: 26%;
    width: 70%;
    height: 48%;
  }

  .coast-line {
    bottom: 30%;
    height: 38px;
  }

  .road {
    right: -18%;
    bottom: -12%;
    width: 78%;
    height: 58%;
  }

  .premium-car {
    right: 7%;
    bottom: 22%;
    width: 70%;
    height: 68px;
    border-radius: 44% 40% 14px 16px;
  }

  .premium-car::before {
    top: -25%;
    height: 42%;
  }

  .car-wheel {
    bottom: -10px;
    width: 27px;
    height: 27px;
  }

  .vehicle-moto .premium-car,
  .vehicle-scooter .premium-car {
    right: 10%;
    bottom: 22%;
    width: 64%;
    height: 72px;
  }

  .vehicle-moto .premium-car::before,
  .vehicle-scooter .premium-car::before {
    top: -44%;
  }

  .vehicle-moto .car-wheel {
    bottom: -14px;
    width: 38px;
    height: 38px;
  }

  .vehicle-scooter .car-wheel {
    bottom: -12px;
    width: 34px;
    height: 34px;
  }

  .vehicle-tractor .premium-car {
    right: 6%;
    bottom: 22%;
    width: 78%;
    height: 86px;
  }

  .vehicle-tractor .premium-car::before {
    top: -30%;
  }

  .vehicle-tractor .car-wheel-front {
    bottom: -18px;
    width: 48px;
    height: 48px;
  }

  .vehicle-tractor .car-wheel-back {
    bottom: -14px;
    width: 36px;
    height: 36px;
  }

  .car-card-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .car-card-grid article {
    min-height: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    justify-items: start;
    gap: 5px 10px;
    padding: 12px;
    text-align: left;
  }

  .car-card-grid article > span {
    grid-row: span 2;
    width: 34px;
    height: 34px;
  }

  .car-mini-scene {
    min-height: 150px;
    border-radius: 12px;
  }

  .car-mini-scene .premium-car.small {
    right: 8%;
    bottom: 24%;
    width: 240px;
    height: 86px;
    transform: scale(0.72);
  }

  .car-page .section {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .car-page .section-heading {
    margin-bottom: 14px;
  }

  .car-page .section-heading h2 {
    font-size: clamp(1.35rem, 6vw, 1.72rem);
    line-height: 1.1;
  }

  .vehicle-landing .car-hero-inner {
    padding: 24px 14px 26px;
  }

  .vehicle-landing .car-hero-copy {
    gap: 9px;
  }

  .vehicle-landing .car-hero-copy h1 {
    max-width: 21rem;
    font-size: clamp(1.56rem, 7.2vw, 1.96rem);
  }

  .vehicle-landing .car-hero-copy p:not(.eyebrow) {
    max-width: 21rem;
  }

  .vehicle-landing .car-trust-row {
    justify-content: center;
  }

  .car-page .compare-table-wrap {
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
    border-radius: 12px;
    box-shadow: none;
  }

  .car-page .compare-table tbody {
    padding: 7px;
    gap: 8px;
  }

  .car-page .compare-table td {
    padding: 8px;
    font-size: 0.68rem;
  }

  .car-page .compare-table tr {
    border-color: rgba(11, 107, 91, 0.14);
    box-shadow: 0 8px 18px rgba(15, 50, 46, 0.04);
  }

  .car-page .compare-table td:first-child {
    background: linear-gradient(180deg, rgba(238, 248, 244, 0.9), rgba(250, 253, 251, 0.95));
  }

  .car-page .compare-info {
    font-size: 0.68rem;
  }

  .car-page .compare-positive,
  .car-page .compare-limited {
    font-size: 0.64rem;
  }

  .car-final-cta .premium-final-inner {
    padding: 14px;
    gap: 10px;
  }

  .car-final-cta h2 {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
  }
}

@media (max-width: 430px) {
  .car-hero-inner {
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .car-visual {
    min-height: 118px;
  }

  .car-hero-copy h1 {
    font-size: clamp(1.48rem, 7vw, 1.78rem);
  }

  .car-hero-copy p:not(.eyebrow) {
    font-size: 0.82rem;
  }

  .car-trust-row {
    gap: 6px 9px;
  }

  .car-page .compare-table tbody {
    padding: 6px;
    gap: 6px;
  }

  .car-page .compare-table tr {
    border-radius: 9px;
  }

  .car-page .compare-table td {
    padding: 7px;
  }

  .vehicle-landing .car-hero-inner {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .vehicle-landing .car-hero-copy h1 {
    font-size: clamp(1.42rem, 6.7vw, 1.74rem);
  }
}
/* Vehicle type landing pages */
.vehicle-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(10, 120, 82, 0.08), transparent 28rem),
    linear-gradient(180deg, #fbfdfb 0%, #ffffff 46%, #f7fbf8 100%);
  color: #10202c;
  overflow-x: hidden;
}

.vehicle-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.vehicle-header .nav-cta {
  background: linear-gradient(135deg, #006b4a, #00543b);
  color: #fff;
  border-radius: 10px;
  padding: 0.72rem 1.08rem;
  box-shadow: 0 10px 24px rgba(0, 93, 66, 0.18);
}

.vehicle-hero {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2.6rem) clamp(1rem, 2vw, 1.5rem) clamp(1.7rem, 3.4vw, 3rem);
  overflow: hidden;
}

.vehicle-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 38%, rgba(255, 255, 255, 0.38) 68%, rgba(255, 255, 255, 0.06) 100%),
    radial-gradient(circle at 70% 20%, rgba(248, 190, 92, 0.16), transparent 28rem);
  pointer-events: none;
  z-index: 0;
}

.vehicle-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(440px, 0.84fr) minmax(620px, 1.28fr);
  gap: clamp(1.8rem, 3.2vw, 4.2rem);
  align-items: center;
}

.vehicle-hero-inner > * {
  min-width: 0;
}

.vehicle-hero-copy {
  max-width: 660px;
  padding-left: clamp(0rem, 2.2vw, 1.4rem);
}

.vehicle-hero-copy .eyebrow,
.vehicle-emotion-layout .eyebrow {
  color: #006b4a;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.vehicle-hero-copy h1 {
  margin: 0.55rem 0 1rem;
  font-size: clamp(3rem, 4.6vw, 5.05rem);
  line-height: 1;
  letter-spacing: 0;
  max-width: 800px;
}

.vehicle-hero-copy h1::first-line {
  color: #10202c;
}

.vehicle-hero-copy p:not(.eyebrow) {
  margin: 0 0 1.35rem;
  color: #334455;
  font-size: clamp(1.04rem, 1.18vw, 1.24rem);
  line-height: 1.62;
}

.vehicle-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.vehicle-page .button {
  min-height: 48px;
  border-radius: 10px;
  padding: 0.82rem 1.16rem;
}

.vehicle-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: #315047;
  font-size: 0.86rem;
  font-weight: 700;
}

.vehicle-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.vehicle-badges span::before,
.vehicle-check-list li::before {
  content: "";
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: #007854;
  box-shadow: 0 0 0 3px rgba(0, 120, 84, 0.12);
  flex: 0 0 auto;
}

.vehicle-hero-media {
  min-height: clamp(430px, 43vw, 670px);
  width: 100%;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 78px rgba(18, 39, 50, 0.18);
  background: #edf5f1;
}

.vehicle-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

.theme-coche .vehicle-hero-media img,
.theme-moto .vehicle-hero-media img {
  object-position: center center;
}

.theme-ciclomotor .vehicle-hero-media img {
  object-position: center center;
}

.theme-tractor .vehicle-hero-media img {
  object-position: center center;
}

.theme-autocaravana .vehicle-hero-media img {
  object-position: center center;
}

.vehicle-risk-section,
.vehicle-compare-section,
.vehicle-emotion-section,
.vehicle-faq-section {
  padding-block: clamp(2.5rem, 5vw, 4.6rem);
}

.vehicle-page .section-heading h2 {
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.12;
}

.vehicle-risk-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(132px, 1fr));
  gap: 1rem;
}

.vehicle-risk-grid article {
  min-height: 182px;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(0, 89, 62, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(16, 32, 44, 0.075);
  text-align: center;
}

.vehicle-risk-grid article > span {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto 0.95rem;
  border-radius: 15px;
  background: rgba(0, 120, 84, 0.1);
}

.vehicle-risk-grid article > span::before {
  content: "";
  width: 1.18rem;
  height: 1.18rem;
  border: 2px solid #006b4a;
  border-radius: 4px;
}

.vehicle-risk-grid strong,
.vehicle-risk-grid small {
  display: block;
}

.vehicle-risk-grid strong {
  color: #0d2c24;
  font-size: 0.98rem;
}

.vehicle-risk-grid small {
  margin-top: 0.55rem;
  color: #526371;
  line-height: 1.5;
}

.vehicle-compare-wrap {
  overflow: hidden;
  border: 1px solid rgba(0, 89, 62, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(18, 39, 50, 0.1);
}

.vehicle-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.vehicle-compare-table th,
.vehicle-compare-table td {
  padding: 1.02rem 1.18rem;
  border-bottom: 1px solid rgba(16, 32, 44, 0.08);
  text-align: left;
}

.vehicle-compare-table th {
  background: linear-gradient(180deg, rgba(232, 247, 239, 0.86), rgba(245, 252, 248, 0.86));
  color: #00543b;
  font-weight: 800;
}

.vehicle-compare-table th span {
  color: #557069;
  font-weight: 700;
}

.vehicle-compare-table th em {
  display: inline-flex;
  margin-left: 0.45rem;
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  background: #cfeedd;
  color: #006b4a;
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
}

.vehicle-compare-table td:first-child {
  color: #142b36;
  font-weight: 800;
}

.vehicle-compare-table td:nth-child(3) {
  background: rgba(234, 248, 239, 0.38);
}

.vehicle-compare-table .is-included::before,
.vehicle-compare-table .is-limited::before,
.vehicle-compare-table .is-missing::before {
  display: inline-grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
}

.vehicle-compare-table .is-included::before {
  content: "✓";
  background: #15945f;
}

.vehicle-compare-table .is-limited::before {
  content: "–";
  background: #f1a51d;
}

.vehicle-compare-table .is-missing::before {
  content: "×";
  background: #d9463f;
}

.vehicle-emotion-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.72fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.vehicle-emotion-layout > div {
  max-width: 600px;
}

.vehicle-emotion-layout h2 {
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.06;
}

.vehicle-emotion-layout p {
  color: #526371;
  line-height: 1.65;
}

.vehicle-emotion-layout img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(18, 39, 50, 0.12);
}

.vehicle-check-list {
  display: grid;
  gap: 0.6rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.vehicle-check-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #233a44;
  font-weight: 700;
}

.vehicle-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.vehicle-faq-grid details {
  border: 1px solid rgba(0, 89, 62, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 32, 44, 0.05);
}

.vehicle-faq-grid summary {
  cursor: pointer;
  padding: 0.95rem 1rem;
  color: #10202c;
  font-weight: 800;
}

.vehicle-faq-grid p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: #526371;
  line-height: 1.55;
}

.vehicle-final-cta {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(1.4rem, 4vw, 2.4rem);
  padding: 1.3rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #00543b, #007854);
  box-shadow: 0 18px 44px rgba(0, 84, 59, 0.18);
  color: #fff;
}

.vehicle-final-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.vehicle-final-icon {
  width: 3.1rem;
  height: 3.1rem;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  position: relative;
}

.vehicle-final-icon::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.vehicle-final-cta h2,
.vehicle-final-cta p {
  margin: 0;
}

.vehicle-final-cta p {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.82);
}

.vehicle-related {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(0, 89, 62, 0.11);
  border-radius: 14px;
  background: #fff;
}

.vehicle-related a {
  padding: 0.95rem 1rem;
  color: #006b4a;
  font-weight: 800;
  text-decoration: none;
  border-right: 1px solid rgba(0, 89, 62, 0.1);
}

.vehicle-related a:last-child {
  border-right: 0;
}

@media (max-width: 980px) {
  .vehicle-hero-inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .vehicle-hero-copy {
    max-width: 720px;
    padding-left: 0;
  }

  .vehicle-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
  }

  .vehicle-risk-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vehicle-emotion-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .vehicle-header .nav-links a:not(.nav-cta) {
    display: none;
  }

  .vehicle-header .nav-cta {
    padding: 0.62rem 0.78rem;
    font-size: 0.82rem;
  }

  .vehicle-hero {
    padding: 1rem 1rem 1.35rem;
    overflow: hidden;
  }

  .vehicle-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.22) 100%),
      radial-gradient(circle at 70% 20%, rgba(248, 190, 92, 0.14), transparent 18rem);
  }

  .vehicle-hero-copy h1 {
    font-size: clamp(2rem, 8.4vw, 2.75rem);
    line-height: 1.02;
    margin-bottom: 0.65rem;
  }

  .vehicle-hero-copy p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.48;
    margin-bottom: 0.9rem;
  }

  .vehicle-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-bottom: 0.95rem;
  }

  .vehicle-page .button {
    width: 100%;
    min-height: 44px;
  }

  .vehicle-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 0.7rem;
    font-size: 0.78rem;
  }

  .vehicle-badges span {
    line-height: 1.25;
    min-width: 0;
  }

  .vehicle-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(18, 39, 50, 0.13);
  }

  .theme-autocaravana .vehicle-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 9.5;
  }

  .vehicle-hero-media img,
  .vehicle-emotion-layout img {
    width: 100%;
    max-width: 100%;
  }

  .vehicle-risk-section,
  .vehicle-compare-section,
  .vehicle-emotion-section,
  .vehicle-faq-section {
    padding-block: 1.75rem;
  }

  .vehicle-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .vehicle-risk-grid article {
    min-height: 132px;
    padding: 0.95rem 0.72rem;
  }

  .vehicle-risk-grid article > span {
    width: 2.05rem;
    height: 2.05rem;
    margin-bottom: 0.6rem;
  }

  .vehicle-risk-grid strong {
    font-size: 0.82rem;
  }

  .vehicle-risk-grid small {
    font-size: 0.72rem;
    line-height: 1.36;
  }

  .vehicle-compare-wrap {
    border-radius: 16px;
  }

  .vehicle-compare-table,
  .vehicle-compare-table thead,
  .vehicle-compare-table tbody,
  .vehicle-compare-table tr,
  .vehicle-compare-table th,
  .vehicle-compare-table td {
    display: block;
  }

  .vehicle-compare-table thead {
    display: none;
  }

  .vehicle-compare-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0.72rem;
    border-bottom: 1px solid rgba(16, 32, 44, 0.08);
  }

  .vehicle-compare-table td {
    border: 0;
    padding: 0.42rem 0.5rem;
    font-size: 0.82rem;
  }

  .vehicle-compare-table td:first-child {
    grid-column: 1 / -1;
    padding-bottom: 0.35rem;
    font-size: 0.9rem;
  }

  .vehicle-compare-table td:nth-child(2)::before {
    content: "Básico: ";
    color: #557069;
    font-weight: 900;
  }

  .vehicle-compare-table td:nth-child(3)::before {
    content: "Completo: ";
    color: #006b4a;
    font-weight: 900;
  }

  .vehicle-compare-table td:nth-child(3) {
    border-radius: 10px;
    background: rgba(234, 248, 239, 0.75);
  }

  .vehicle-emotion-layout h2 {
    font-size: 1.72rem;
  }

  .vehicle-emotion-layout img {
    aspect-ratio: 16 / 9;
  }

  .vehicle-faq-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .vehicle-final-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vehicle-final-icon {
    margin: 0 auto;
  }

  .vehicle-related {
    grid-template-columns: 1fr;
  }

  .vehicle-related a {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 89, 62, 0.1);
  }
}

@media (max-width: 430px) {
  .vehicle-hero-copy h1 {
    font-size: 1.95rem;
  }

  .vehicle-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 10.5;
  }

  .vehicle-badges {
    grid-template-columns: 1fr 1fr;
  }

  .vehicle-risk-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vehicle-risk-grid small {
    display: none;
  }

  .vehicle-risk-grid article {
    min-height: 92px;
  }
}

/* Final balance pass for vehicle landings */
.vehicle-page .site-header {
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.vehicle-header .nav-links {
  gap: clamp(0.8rem, 2vw, 1.35rem);
  align-items: center;
}

.vehicle-header .nav-cta {
  margin-left: 0.35rem;
  padding: 0.78rem 1.22rem;
}

.vehicle-hero {
  padding-top: clamp(1.25rem, 2.4vw, 2.2rem);
}

.vehicle-hero-inner {
  width: min(1380px, 100%);
  grid-template-columns: minmax(420px, 0.96fr) minmax(520px, 1.04fr);
  gap: clamp(1.6rem, 3vw, 3.4rem);
}

.vehicle-hero-copy {
  max-width: 660px;
}

.vehicle-hero-copy h1 {
  font-size: clamp(2.65rem, 3.55vw, 4rem);
  line-height: 1.02;
}

.vehicle-hero-media {
  aspect-ratio: 16 / 10;
  min-height: 0;
  border-radius: 24px;
}

.vehicle-risk-grid article {
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .vehicle-hero-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .vehicle-hero-media {
    order: 1;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .vehicle-hero-copy {
    order: 2;
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .vehicle-page .site-header {
    padding: 0.72rem 1rem;
  }

  .vehicle-header .nav-links {
    gap: 0.6rem;
  }

  .vehicle-header .nav-cta {
    margin-left: 0;
    padding: 0.58rem 0.72rem;
    white-space: normal;
    text-align: center;
    line-height: 1.15;
  }

  .vehicle-hero {
    padding: 0.85rem 1rem 1.35rem;
  }

  .vehicle-hero-inner {
    gap: 0.95rem;
  }

  .vehicle-hero-copy .eyebrow {
    margin-bottom: 0.35rem;
  }

  .vehicle-hero-copy h1 {
    font-size: clamp(1.95rem, 8vw, 2.45rem);
    line-height: 1.08;
    margin: 0.35rem 0 0.65rem;
  }

  .vehicle-hero-copy p:not(.eyebrow) {
    margin-bottom: 0.9rem;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .vehicle-hero-media {
    width: 100%;
    aspect-ratio: 16 / 9.4;
    border-radius: 16px;
  }

  .vehicle-page .hero-actions {
    margin-bottom: 0.75rem;
  }

  .vehicle-badges {
    padding-top: 0.1rem;
  }

  .vehicle-risk-section {
    padding-top: 1.45rem;
  }
}

@media (max-width: 430px) {
  .vehicle-page .site-header .brand strong {
    font-size: 0.96rem;
  }

  .vehicle-header .nav-cta {
    font-size: 0.76rem;
    max-width: 9.2rem;
  }

  .vehicle-hero-copy h1 {
    font-size: 1.88rem;
  }

  .vehicle-hero-media {
    aspect-ratio: 16 / 9.7;
  }
}

/* Premium conversion pass for selected SEO guide heroes */
.conversion-focus-page .seo-hero,
.conversion-light-page .seo-hero {
  align-items: center;
  gap: clamp(1.1rem, 2.4vw, 2rem);
  padding-block: clamp(1.7rem, 4vw, 3.15rem);
}

.conversion-focus-page .seo-hero .hero-copy h1,
.conversion-light-page .seo-hero .hero-copy h1 {
  max-width: 820px;
  font-size: clamp(2.05rem, 4.2vw, 3.55rem);
  line-height: 1.04;
}

.conversion-focus-page .seo-hero .hero-text,
.conversion-light-page .seo-hero .hero-text {
  max-width: 680px;
  margin-bottom: 1rem;
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  line-height: 1.55;
}

.conversion-focus-page .seo-hero .hero-actions,
.conversion-light-page .seo-hero .hero-actions {
  gap: 0.7rem;
  margin-bottom: 0.75rem;
}

.conversion-focus-page .seo-hero .button-primary,
.conversion-light-page .seo-hero .button-primary {
  box-shadow: 0 14px 30px rgba(0, 92, 66, 0.18);
}

.conversion-focus-page .seo-hero .button-secondary,
.conversion-light-page .seo-hero .button-secondary {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(0, 84, 59, 0.22);
  color: #0b5f49;
  box-shadow: none;
}

.conversion-focus-page .seo-hero .hero-points,
.conversion-light-page .seo-hero .hero-points {
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.conversion-focus-page .seo-hero .hero-points span,
.conversion-light-page .seo-hero .hero-points span {
  padding: 0.45rem 0.68rem;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(0, 84, 59, 0.12);
  font-size: 0.82rem;
}

.conversion-focus-page .quick-card.conversion-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  min-height: auto;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 250, 246, 0.9));
}

.conversion-focus-page .conversion-card h2 {
  margin: 0;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.16;
}

.conversion-checks {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.conversion-checks li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #17392f;
  font-weight: 800;
}

.conversion-checks li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: #007854;
  box-shadow: 0 0 0 3px rgba(0, 120, 84, 0.12);
}

@media (max-width: 760px) {
  .conversion-focus-page .seo-hero,
  .conversion-light-page .seo-hero {
    padding-block: 1.15rem 1.55rem;
    gap: 0.85rem;
  }

  .conversion-focus-page .seo-hero .hero-copy h1,
  .conversion-light-page .seo-hero .hero-copy h1 {
    font-size: clamp(1.82rem, 7.2vw, 2.28rem);
    line-height: 1.07;
  }

  .conversion-focus-page .seo-hero .hero-text,
  .conversion-light-page .seo-hero .hero-text {
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .conversion-focus-page .seo-hero .hero-actions,
  .conversion-light-page .seo-hero .hero-actions {
    align-items: stretch;
    margin-bottom: 0.45rem;
  }

  .conversion-focus-page .seo-hero .button-secondary,
  .conversion-light-page .seo-hero .button-secondary {
    padding-block: 0.7rem;
  }

  .conversion-focus-page .seo-hero .hero-points,
  .conversion-light-page .seo-hero .hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .conversion-focus-page .quick-card.conversion-card {
    padding: 0.95rem;
  }

  .conversion-checks {
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }
}

/* Home top alignment: keep the approved hero spacious and the form readable. */
@media (min-width: 981px) {
  body.has-sticky-cta main > .hero {
    grid-template-columns: minmax(610px, 1.06fr) minmax(520px, 0.94fr);
    gap: clamp(34px, 4.1vw, 66px);
    align-items: start;
    min-height: auto;
    padding-top: clamp(34px, 4.1vw, 58px);
    padding-bottom: clamp(28px, 3.2vw, 46px);
  }

  body.has-sticky-cta .hero-main {
    gap: 24px;
    align-self: start;
    padding-top: clamp(4px, 0.8vw, 12px);
  }

  body.has-sticky-cta .hero-copy h1 {
    max-width: 740px;
    font-size: clamp(3rem, 4.7vw, 4.45rem);
    line-height: 1.03;
  }

  body.has-sticky-cta .hero-text {
    max-width: 600px;
    font-size: 1.18rem;
    line-height: 1.45;
  }

  body.has-sticky-cta .quick-card {
    width: min(960px, 118%);
    padding: 22px 24px;
  }

  body.has-sticky-cta .hero .checkout-form {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.9fr) minmax(360px, 1.65fr);
    gap: 16px;
  }

  body.has-sticky-cta .hero-visual {
    align-self: start;
    padding-top: 0;
  }

  body.has-sticky-cta .hero-photo {
    height: clamp(455px, 35vw, 540px);
    max-height: none;
    aspect-ratio: 1.42;
  }
}

@media (max-width: 820px) {
  body.has-sticky-cta main > .hero {
    gap: 14px;
    padding: 16px 16px 22px;
  }

  body.has-sticky-cta .hero-photo-mobile {
    max-height: none;
    height: clamp(185px, 52vw, 245px);
    aspect-ratio: 1.72;
    object-position: center top;
  }

  body.has-sticky-cta .hero-main {
    gap: 14px;
  }

  body.has-sticky-cta .hero-copy {
    gap: 7px;
  }

  body.has-sticky-cta .hero-copy h1 {
    font-size: clamp(1.65rem, 7.5vw, 2.22rem);
    line-height: 1.06;
  }

  body.has-sticky-cta .hero-text {
    font-size: 0.94rem;
    line-height: 1.42;
  }

  body.has-sticky-cta .quick-card {
    padding: 14px;
  }

  body.has-sticky-cta .checkout-form {
    gap: 10px;
  }

  body.has-sticky-cta .button-checkout-main {
    min-height: 50px;
  }

  body.has-sticky-cta .instant-compare {
    grid-template-columns: 1fr;
    gap: 10px;
    width: calc(100% - 32px);
    margin-top: 4px;
  }

  body.has-sticky-cta .instant-compare article {
    padding: 15px;
  }

  body.has-sticky-cta .instant-compare article:first-child {
    border-right: 1px solid var(--line);
  }

  body.has-sticky-cta .instant-compare h2 {
    font-size: 1rem;
  }

  body.has-sticky-cta .compare-price {
    margin-top: 10px;
    min-height: auto;
  }

  body.has-sticky-cta .compare-price strong {
    font-size: 1.25rem;
  }

  body.has-sticky-cta .instant-compare ul {
    gap: 4px;
    margin-top: 10px;
    font-size: 0.78rem;
    line-height: 1.28;
  }
}

/* Home stability rollback: keep the conversion hero compact and readable. */
body.has-sticky-cta main > .hero {
  grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.72fr);
  align-items: start;
}

body.has-sticky-cta .quick-card {
  width: 100%;
  max-width: 760px;
  padding: 18px;
}

body.has-sticky-cta .hero .quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

body.has-sticky-cta .hero .quick-points span {
  width: auto;
  padding: 6px 9px 6px 25px;
  border: 1px solid rgba(11, 107, 91, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--primary-dark);
  font-size: 0.78rem;
  line-height: 1.15;
}

body.has-sticky-cta .hero .quick-points span::before {
  left: 9px;
  top: 50%;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
}

body.has-sticky-cta .hero-visual {
  align-self: stretch;
}

body.has-sticky-cta .hero-photo {
  height: 100%;
  max-height: 420px;
  aspect-ratio: 1.08;
  object-position: center top;
}

body.has-sticky-cta .instant-compare {
  width: min(760px, calc(100% - 36px));
  gap: 10px;
}

body.has-sticky-cta .instant-compare article {
  padding: 14px;
}

body.has-sticky-cta .compare-price strong {
  font-size: 1.15rem;
}

body.has-sticky-cta .instant-compare ul {
  gap: 4px;
  font-size: 0.75rem;
  line-height: 1.24;
}

body.has-sticky-cta .instant-compare li {
  min-height: 1.35em;
  display: flex;
  align-items: flex-start;
}

@media (min-width: 981px) {
  body.has-sticky-cta main > .hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
    gap: clamp(28px, 3.6vw, 52px);
    min-height: auto;
    padding-top: clamp(24px, 3vw, 42px);
    padding-bottom: clamp(22px, 3vw, 34px);
  }

  body.has-sticky-cta .hero-main {
    gap: 18px;
    padding-top: 0;
  }

  body.has-sticky-cta .hero-copy h1 {
    max-width: 720px;
    font-size: clamp(2.35rem, 4.2vw, 3.65rem);
    line-height: 1.02;
  }

  body.has-sticky-cta .hero-text {
    max-width: 620px;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
  }

  body.has-sticky-cta .hero .checkout-form {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 0.94fr) minmax(320px, 1.25fr);
    gap: 12px;
  }
}

@media (max-width: 820px) {
  body.has-sticky-cta {
    padding-bottom: 112px;
  }

  body.has-sticky-cta main > .hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 16px 20px;
  }

  body.has-sticky-cta .hero .quick-points {
    margin-bottom: 10px;
  }

  body.has-sticky-cta .hero .quick-points span {
    font-size: 0.72rem;
  }

  body.has-sticky-cta .hero-photo-mobile {
    height: clamp(178px, 48vw, 230px);
  }

  body.has-sticky-cta .quick-card {
    padding: 13px;
  }

  body.has-sticky-cta .instant-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(430px, calc(100% - 28px));
    gap: 7px;
  }

  body.has-sticky-cta .instant-compare article {
    grid-template-rows: auto auto auto 1fr;
    padding: 8px;
  }

  body.has-sticky-cta .instant-compare h2 {
    min-height: 1.1em;
    font-size: 0.78rem;
    line-height: 1.08;
  }

  body.has-sticky-cta .compare-price {
    gap: 1px 5px;
    margin-top: 4px;
    min-height: 0;
  }

  body.has-sticky-cta .compare-price span {
    font-size: 0.58rem;
  }

  body.has-sticky-cta .compare-price strong {
    font-size: 0.82rem;
    line-height: 1.05;
  }

  body.has-sticky-cta .instant-compare ul {
    gap: 2px;
    margin-top: 5px;
    font-size: 0.57rem;
    line-height: 1.12;
  }

  body.has-sticky-cta .instant-compare li {
    min-height: 2.35em;
    align-items: center;
  }

  body.has-sticky-cta .discount-badge {
    padding: 2px 5px;
    font-size: 0.48rem;
  }

  body.has-sticky-cta .popular-badge {
    top: 7px;
    right: 9px;
    padding: 3px 8px;
    font-size: 0.52rem;
  }

  body.has-sticky-cta .sticky-cta {
    min-height: 32px;
    padding: 0 14px;
  }
}
