.auto-page {
  background: #f8fbff;
}

.auto-main {
  background: #f8fbff;
}

.auto-hero {
  background: linear-gradient(90deg, #ffffff 0%, #eef6ff 100%);
  border-bottom: 1px solid var(--line);
}

.auto-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: center;
  padding: 34px 0 24px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #708097;
  font-size: 0.86rem;
  font-weight: 800;
}

.breadcrumbs a:hover {
  color: var(--orange-dark);
}

.auto-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.35rem, 4.8vw, 4rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.auto-hero h1 span {
  display: block;
  color: var(--orange);
}

.auto-hero-copy > p {
  max-width: 530px;
  margin: 16px 0 0;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 750;
}

.auto-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.auto-bullets li {
  position: relative;
  padding-left: 29px;
  color: var(--navy);
  font-weight: 850;
}

.auto-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
}

.auto-bullets li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.5rem;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.auto-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.btn-outline-navy {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid #9aa9bd;
  border-radius: 6px;
  font-weight: 950;
  box-shadow: 0 10px 18px rgba(8, 38, 90, 0.07);
}

.btn-outline-navy svg,
.auto-card-grid svg,
.coverage-grid svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auto-hero-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(8, 38, 90, 0.16);
  aspect-ratio: 16 / 10;
}

.auto-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.auto-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 28px;
}

.auto-trust-strip span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 16px 20px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #073d86);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(8, 38, 90, 0.14);
  font-weight: 750;
}

.auto-trust-strip strong {
  font-size: 1.05rem;
  font-weight: 950;
}

.auto-section-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  line-height: 1.12;
  text-align: center;
}

.auto-section-subtitle {
  max-width: 640px;
  margin: 8px auto 0;
  color: var(--navy);
  text-align: center;
  font-weight: 650;
}

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

.auto-card-grid article,
.coverage-grid article,
.faq-grid details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 9px 20px rgba(8, 38, 90, 0.07);
}

.auto-card-grid article {
  min-height: 168px;
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: start;
  padding: 22px 18px;
  text-align: center;
}

.auto-card-grid .mini-icon {
  grid-row: auto;
}

.mini-icon.teal {
  background: var(--teal);
}

.mini-icon.red {
  background: var(--red);
}

.auto-card-grid h3,
.coverage-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.18;
}

.auto-card-grid p {
  margin: 0;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 650;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.coverage-grid article {
  min-height: 138px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 11px;
  padding: 18px 12px;
  text-align: center;
}

.coverage-grid span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #e9f2fc;
  border-radius: 50%;
}

.coverage-grid svg {
  width: 30px;
  height: 30px;
}

.quote-embed-panel {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 38, 90, 0.1);
}

.quote-info-card {
  align-self: start;
  min-height: 390px;
  padding: 28px 24px;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-dark), var(--navy));
  border-radius: 8px;
}

.quote-info-card h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.quote-info-card h3 span {
  display: block;
  color: var(--orange);
}

.quote-info-card p {
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
}

.quote-info-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: quote-step;
}

.quote-info-card li {
  position: relative;
  min-height: 25px;
  padding-left: 36px;
  counter-increment: quote-step;
  font-weight: 750;
}

.quote-info-card li::before {
  content: counter(quote-step);
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 950;
}

.quote-info-card strong {
  display: block;
  margin-top: 26px;
  font-size: 0.92rem;
}

.roketq-frame-wrap {
  min-width: 0;
}

.roketq-frame-wrap iframe {
  display: block;
  width: 100%;
  min-height: 900px;
  background: #f8fafc;
  border: 0;
  border-radius: 8px;
}

.iframe-fallback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 15px 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.iframe-fallback p {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

.faq-section {
  padding-top: 12px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin-top: 18px;
}

.faq-grid summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  color: var(--navy);
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

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

.faq-grid summary::after {
  content: "+";
  color: var(--navy);
  font-size: 1.25rem;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid p {
  margin: 0;
  padding: 0 18px 17px;
  color: var(--muted);
  font-weight: 650;
}

@media (max-width: 1120px) {
  .auto-hero-grid,
  .quote-embed-panel {
    grid-template-columns: 1fr;
  }

  .auto-hero-photo {
    order: -1;
    aspect-ratio: 16 / 7;
  }

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

@media (max-width: 760px) {
  .auto-hero-grid {
    gap: 20px;
    padding: 20px 0;
  }

  .auto-hero-photo {
    width: 100%;
    margin-left: 0;
    border-radius: 8px;
    aspect-ratio: 16 / 10;
    box-shadow: none;
  }

  .auto-hero h1 {
    font-size: 2.25rem;
  }

  .auto-bullets,
  .auto-trust-strip,
  .auto-card-grid,
  .coverage-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .auto-hero-actions .btn-orange,
  .auto-hero-actions .btn-outline-navy {
    width: 100%;
  }

  .quote-embed-panel {
    padding: 12px;
  }

  .quote-info-card {
    min-height: auto;
  }

  .roketq-frame-wrap iframe {
    min-height: 760px;
    height: 760px;
  }

  .iframe-fallback {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .auto-hero h1 {
    font-size: 2rem;
  }
}
