.offer-page { background: #fff; }
.offer-hero {
  background: #0A0A0A;
  color: #fff;
  padding: 72px 24px 80px;
}
.offer-hero__inner { max-width: 820px; margin: 0 auto; }
.offer-eyebrow {
  color: #00C896;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.offer-hero h1 {
  font-family: var(--font-serif, 'DM Serif Display', serif);
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin: 0 0 18px;
}
.offer-hero h1 em { color: #006AFF; font-style: italic; }
.offer-sub {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin-bottom: 28px;
}
.offer-hero__actions { max-width: 400px; display: flex; flex-direction: column; gap: 12px; }
.offer-hero__ghost { width: 100%; color: #fff !important; border-color: rgba(255,255,255,0.25) !important; }
.offer-hero__note { margin-top: 18px; font-size: 14px; color: rgba(255,255,255,0.45); }

.offer-numbers { background: #F5F5F5; border-bottom: 1px solid #E5E5E5; }
.offer-numbers__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #E5E5E5;
}
.offer-num {
  background: #fff;
  padding: 28px 20px;
  text-align: center;
}
.offer-num__val {
  display: block;
  font-family: var(--font-serif, 'DM Serif Display', serif);
  font-size: clamp(28px, 4vw, 40px);
  color: #0A0A0A;
  letter-spacing: -0.03em;
}
.offer-num__label { display: block; margin-top: 6px; font-size: 13px; color: #6B6B6B; font-weight: 500; }

.offer-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.offer-step {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  padding: 24px;
}
.offer-step__n {
  display: inline-flex;
  width: 32px; height: 32px;
  align-items: center; justify-content: center;
  border-radius: 50%;
  background: #006AFF;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}
.offer-step h3 { font-size: 18px; margin: 0 0 8px; }
.offer-step p { margin: 0; color: #6B6B6B; font-size: 15px; line-height: 1.5; }

.offer-include__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.offer-check { list-style: none; padding: 0; margin: 0 0 24px; }
.offer-check li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #F0F0F0;
  font-size: 16px;
  line-height: 1.45;
}
.offer-check li::before {
  content: "";
  position: absolute;
  left: 0; top: 1.05em;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #00C896;
}
.offer-include__photo img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  display: block;
}

.offer-fit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.offer-fit__yes, .offer-fit__no {
  border-radius: 16px;
  padding: 28px;
}
.offer-fit__yes { background: #ECFDF5; border: 1px solid #A7F3D0; }
.offer-fit__no { background: #FAFAFA; border: 1px solid #E5E5E5; }
.offer-fit__yes h3, .offer-fit__no h3 { margin: 0 0 10px; font-size: 18px; }
.offer-fit__yes p, .offer-fit__no p { margin: 0; color: #3D3D3D; line-height: 1.55; }

.offer-cta-bar {
  background: #0A0A0A;
  color: #fff;
  padding: 36px 24px;
}
.offer-cta-bar__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.offer-cta-bar__inner strong { display: block; font-size: 20px; margin-bottom: 4px; }
.offer-cta-bar__inner span { color: rgba(255,255,255,0.55); font-size: 14px; }
.offer-cta-bar__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.offer-cta-bar__ghost { color: #fff !important; border-color: rgba(255,255,255,0.25) !important; }
.offer-cta-bar__phone { color: #00C896; font-weight: 600; text-decoration: none; }

.offer-legal {
  max-width: 800px;
  margin: 24px auto 48px;
  padding: 0 24px;
  font-size: 12px;
  line-height: 1.5;
  color: #6B6B6B;
}

@media (max-width: 800px) {
  .offer-numbers__inner,
  .offer-steps__grid,
  .offer-include__grid,
  .offer-fit__grid { grid-template-columns: 1fr; }
}

.offer-qualify-note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,0.55);
  max-width: 420px;
}
.offer-qualify-note strong { color: rgba(255,255,255,0.85); font-weight: 700; }


.offer-footer {
  padding: 18px 24px;
}
.offer-footer__inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.offer-footer .footer-login {
  color: rgba(255,255,255,0.35);
}
.offer-footer .footer-login:hover {
  color: rgba(255,255,255,0.7);
}


@media (max-width: 768px) {
  .offer-hero {
    padding: 48px 16px 56px;
  }
  .offer-hero__actions {
    max-width: 100%;
    width: 100%;
  }
  .offer-hero__actions .btn-primary,
  .offer-hero__actions .btn-xl,
  .offer-cta-bar__actions .btn-primary {
    width: 100%;
    min-height: 48px;
  }
  .offer-numbers__inner {
    grid-template-columns: 1fr;
  }
  .offer-num__val {
    font-size: clamp(26px, 8vw, 36px);
  }
  .offer-cta-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .offer-cta-bar__actions {
    width: 100%;
    flex-direction: column;
  }
  .offer-cta-bar__actions > * {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .offer-hero h1 {
    font-size: clamp(28px, 8vw, 36px);
  }
  .offer-sub {
    font-size: 16px;
  }
}


/* Mobile chrome: keep offer nav tight with main styles */
@media (max-width: 768px) {
  .offer-page nav {
    flex-wrap: nowrap;
    height: 56px;
    min-height: 56px;
  }
  .offer-hero {
    padding: 56px 20px 64px;
  }
  .offer-steps__grid,
  .offer-fit__grid,
  .offer-include__grid {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .offer-hero {
    padding: 48px 16px 56px;
  }
  .offer-page .nav-cta .btn-primary {
    padding: 7px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}
