:root {
  --ink: #10223f;
  --muted: #57677d;
  --line: #d6e3ec;
  --paper: #ffffff;
  --wash: #f5fbff;
  --mint: #16a085;
  --mint-dark: #0c806b;
  --blue: #1e6bff;
  --blue-dark: #164fbf;
  --gold: #f4b740;
  --violet: #6f5bd7;
  --danger: #b54708;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(14, 37, 69, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  line-height: 1.5;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 10;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav-shell,
.section-inner,
.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 210px;
}

.brand img {
  width: 210px;
  display: block;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.nav-toggle span::before {
  transform: translateY(-7px);
}

.nav-toggle span::after {
  transform: translateY(5px);
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 0.96rem;
  font-weight: 700;
}

.primary-nav a {
  text-decoration: none;
  color: var(--muted);
}

.primary-nav a:hover,
.primary-nav a:focus {
  color: var(--blue);
}

.nav-cta {
  color: #fff !important;
  background: var(--blue);
  padding: 10px 14px;
  border-radius: var(--radius);
}

.nav-cta:hover,
.nav-cta:focus {
  background: var(--blue-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 34, 63, 0.02), rgba(22, 160, 133, 0.08)),
    linear-gradient(135deg, #ffffff 0%, #eaf6ff 50%, #effff8 100%);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: #fff;
  clip-path: polygon(0 60%, 100% 25%, 100% 100%, 0 100%);
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  min-height: 720px;
  margin: 0 auto;
  padding: 54px 0 108px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 470px);
  gap: 48px;
  align-items: start;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--mint-dark);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 5vw, 4.85rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.04;
  margin-bottom: 16px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-lede,
.section-lede {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 680px;
}

.hero-lede {
  font-size: clamp(1.04rem, 1.5vw, 1.25rem);
}

.hero-art {
  margin-top: 28px;
  width: min(760px, 100%);
}

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

.hero-note,
.form-disclosure,
.ad-disclosure-inline {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid rgba(30, 107, 255, 0.16);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.88rem;
}

.hero-badges .material-symbols-outlined {
  color: var(--mint-dark);
  font-size: 20px;
}

.hero-photo-card,
.image-frame {
  margin: 28px 0 0;
}

.hero-photo-card img,
.image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(14, 37, 69, 0.12);
}

.hero-photo-card figcaption,
.image-frame figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-top: 24px;
}

.trust-item {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(30, 107, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
}

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

.quote-card {
  position: sticky;
  top: 94px;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(30, 107, 255, 0.32), transparent 38%),
    linear-gradient(180deg, #182c7c 0%, #122263 58%, #0f1c50 100%);
  box-shadow:
    0 26px 64px rgba(14, 37, 69, 0.26),
    0 0 0 6px rgba(30, 107, 255, 0.08);
}

.quote-card-header {
  padding: 30px 30px 8px;
}

.quote-kicker {
  margin-bottom: 8px;
  color: #64e5d2 !important;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-card-header h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1.95rem, 3vw, 2.5rem);
  line-height: 1.04;
}

.quote-card-header p {
  color: #dce8ff;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.progress {
  display: none;
  height: 8px;
  background: #e9f1f7;
}

.progress-bar {
  display: block;
  height: 100%;
  width: 16.66%;
  background: linear-gradient(90deg, var(--mint), var(--blue));
  transition: width 180ms ease;
}

.quote-form {
  padding: 12px 30px 30px;
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: block;
}

.form-step h3 {
  margin-bottom: 16px;
}

.quote-card .form-step h3 {
  display: none;
}

.quote-card .field {
  gap: 10px;
  margin-bottom: 18px;
}

.quote-card label,
.quote-card .label {
  color: #fff;
  font-size: 1.02rem;
}

.quote-card input,
.quote-card select,
.quote-card textarea {
  min-width: 0;
  min-height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  padding: 15px 18px;
  font-size: 1.12rem;
  box-shadow: 0 12px 28px rgba(7, 18, 48, 0.2);
}

.quote-card input::placeholder {
  color: #6b7891;
}

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

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

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b9cbd8;
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(30, 107, 255, 0.26);
  outline-offset: 2px;
}

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

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

.choice {
  position: relative;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice span {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9cbd8;
  border-radius: var(--radius);
  padding: 10px;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.choice input:checked + span {
  border-color: var(--blue);
  background: #eaf2ff;
  box-shadow: inset 0 0 0 1px var(--blue);
}

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

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  margin: 16px 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.consent a,
.form-disclosure a {
  color: var(--blue);
  font-weight: 800;
}

.consent input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.form-actions.single-action {
  justify-content: stretch;
}

.form-actions.single-action .button,
.form-actions.single-action button {
  width: 100%;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 0;
  border-radius: var(--radius);
  padding: 12px 18px;
  color: #fff;
  background: var(--blue);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

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

.quote-card .form-actions.single-action {
  margin-top: 14px;
}

.quote-card .form-actions.single-action .button,
.quote-card .form-actions.single-action button {
  min-height: 64px;
  background: #f97316;
  font-size: 1.08rem;
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.28);
}

.quote-card .form-actions.single-action .button:hover,
.quote-card .form-actions.single-action .button:focus,
.quote-card .form-actions.single-action button:hover,
.quote-card .form-actions.single-action button:focus {
  background: #ea580c;
}

.quote-card .form-actions.single-action .material-symbols-outlined {
  font-size: 24px;
}

.button.secondary,
button.secondary {
  color: var(--ink);
  background: #edf4f8;
}

.button.secondary:hover,
button.secondary:hover {
  background: #ddebf3;
}

.button.ghost {
  color: var(--blue);
  background: transparent;
  border: 1px solid rgba(30, 107, 255, 0.3);
}

.button.ghost:hover {
  background: #eef5ff;
}

.helper {
  color: var(--muted);
  font-size: 0.84rem;
}

.quote-card .helper {
  color: #c7d7f7;
  font-size: 0.9rem;
}

.form-error {
  min-height: 22px;
  margin: 8px 0 0;
  color: var(--danger);
  font-weight: 800;
  font-size: 0.9rem;
}

.form-disclosure {
  margin: 14px 0 0;
}

.quote-card .form-error {
  color: #ffd7ad;
}

.quote-card .form-disclosure {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #c7d7f7;
  font-size: 0.8rem;
  overflow-wrap: anywhere;
}

.quote-trust-list {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.quote-trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.quote-trust-list .material-symbols-outlined {
  width: 28px;
  color: #fff;
  font-size: 24px;
}

.section {
  padding: 78px 0;
}

.section.compact {
  padding: 52px 0;
}

.section.tint {
  background: var(--wash);
}

.trust-band {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

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

.section.split .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: center;
}

.section-media img {
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(14, 37, 69, 0.1);
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
}

.card p,
.timeline p,
.fine-print p,
.legal-body p,
.legal-body li {
  color: var(--muted);
}

.card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: var(--radius);
  background: #eaf2ff;
  color: var(--blue);
}

.card-icon.material-symbols-outlined {
  font-size: 24px;
}

.marketing-cards,
.discount-grid {
  margin-top: 22px;
}

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.step {
  position: relative;
  min-height: 205px;
  border-left: 4px solid var(--mint);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--mint);
  font-weight: 900;
}

.provider-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.provider-logos span {
  min-height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: #fff;
  font-weight: 900;
  text-align: center;
}

.quote-feed {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.quote-feed table {
  width: 100%;
  border-collapse: collapse;
}

.quote-feed th,
.quote-feed td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.quote-feed th {
  background: #eef7fc;
  color: var(--ink);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.quote-feed tr:last-child td {
  border-bottom: 0;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 4px 10px;
  background: #e9f8f3;
  color: var(--mint-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.proof-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
}

.proof-card .material-symbols-outlined {
  color: var(--gold);
}

.proof-card p {
  color: var(--muted);
}

.ad-disclosure-inline {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  background: #fff8df;
}

.offer-hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 64px 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(30, 107, 255, 0.16), transparent 26%),
    linear-gradient(135deg, #f8fdff 0%, #eaf6ff 55%, #effff8 100%);
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 390px);
  gap: 36px;
  align-items: center;
}

.offer-copy h1 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.partner-offer-card {
  width: 100%;
  border: 2px solid #aeb4bc;
  border-radius: var(--radius);
  padding: 24px;
  background: #f8fafc;
  text-align: center;
  box-shadow: 0 18px 38px rgba(14, 37, 69, 0.12);
}

.partner-logo {
  display: block;
  width: min(250px, 86%);
  margin: 0 auto 22px;
}

.partner-offer-card h2 {
  margin-bottom: 28px;
  color: #22636a;
  font-size: clamp(1.7rem, 3vw, 2rem);
  line-height: 1.05;
  text-decoration: underline;
}

.partner-offer-card ul {
  display: inline-block;
  margin: 0 auto 18px;
  padding-left: 22px;
  text-align: left;
  font-size: 1.04rem;
}

.offer-button {
  width: min(278px, 100%);
  margin: 0 auto;
  background: #f4511e;
  font-size: 1.22rem;
}

.offer-button:hover,
.offer-button:focus {
  background: #d83f13;
}

.offer-disclaimer {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.cta-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16, 34, 63, 0.96), rgba(30, 107, 255, 0.9)),
    #173a63;
}

.cta-band .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

.cta-band .button {
  background: var(--mint);
}

.cta-band .button:hover {
  background: var(--mint-dark);
}

.page-hero {
  background:
    radial-gradient(circle at 84% 10%, rgba(30, 107, 255, 0.16), transparent 25%),
    linear-gradient(135deg, #f8fdff, #eef9ff);
  padding: 72px 0;
}

.page-hero .section-inner {
  max-width: 960px;
}

.page-hero h1 {
  margin-bottom: 16px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: 36px;
}

.sidebar-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--wash);
}

.check-list,
.plain-list {
  padding-left: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--mint);
  font-weight: 900;
  content: "✓";
}

.plain-list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline article {
  border-left: 4px solid var(--blue);
  padding-left: 18px;
}

.legal-body {
  max-width: 900px;
}

.legal-body h2 {
  margin-top: 34px;
  font-size: 1.65rem;
}

.legal-body h3 {
  margin-top: 24px;
}

.legal-body a {
  color: var(--blue);
  font-weight: 800;
}

.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
}

.notice {
  border-left: 4px solid var(--gold);
  padding: 16px 18px;
  background: #fff8df;
  color: #664907;
}

.site-footer {
  color: #dbe7f0;
  background: #10223f;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(140px, 1fr));
  gap: 28px;
  padding: 52px 0 34px;
}

.footer-brand img {
  width: 190px;
  display: block;
  margin-bottom: 16px;
}

.footer-brand p {
  color: #b8c7d4;
}

.footer-col h2,
.footer-col h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1rem;
}

.footer-col a {
  display: block;
  margin-bottom: 8px;
  color: #c7d5df;
  text-decoration: none;
}

.footer-col a:hover,
.footer-col a:focus {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0 26px;
  color: #b8c7d4;
  font-size: 0.87rem;
}

.status-message {
  margin-top: 14px;
  color: var(--mint-dark);
  font-weight: 800;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(16, 34, 63, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(14, 37, 69, 0.18);
    backdrop-filter: blur(18px);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 12px;
    color: var(--ink);
    background: transparent;
  }

  .primary-nav a:hover,
  .primary-nav a:focus {
    background: #edf4ff;
  }

  .primary-nav .nav-cta {
    justify-content: center;
    margin-top: 4px;
    background: var(--blue);
    color: #fff !important;
  }

  .primary-nav .nav-cta:hover,
  .primary-nav .nav-cta:focus {
    background: var(--blue-dark);
  }

  .hero-inner,
  .section.split .section-inner,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 18px;
    padding-bottom: 70px;
    gap: 24px;
  }

  .quote-card {
    position: static;
    order: -1;
  }

  .hero-copy {
    order: 1;
  }

  .hero-art {
    width: 100%;
  }

  .cards,
  .steps,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

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

  .offer-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .nav-shell,
  .section-inner,
  .footer-inner,
  .hero-inner {
    width: min(100% - 24px, 1160px);
  }

  .brand {
    min-width: 172px;
  }

  .brand img {
    width: 172px;
  }

  .hero-inner {
    min-height: auto;
    padding-bottom: 56px;
  }

  .trust-strip,
  .trust-grid,
  .provider-logos,
  .form-grid,
  .choice-grid,
  .choice-grid.three,
  .cta-band .section-inner {
    grid-template-columns: 1fr;
  }

  .cta-band .section-inner {
    display: grid;
  }

  .section {
    padding: 56px 0;
  }

  .form-panel,
  .card {
    padding: 18px;
  }

  .quote-card-header {
    padding: 22px 22px 8px;
  }

  .quote-form {
    padding: 10px 22px 22px;
  }

  .quote-card-header h2 {
    font-size: 1.9rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-photo-card {
    margin-top: 20px;
  }

  .quote-feed {
    overflow-x: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .offer-hero {
    align-items: start;
    padding: 34px 0 48px;
  }

  .partner-offer-card {
    padding: 18px;
  }
}
