/* ── /rush conversion landing ────────────────────────────────────────────────
 *
 * Page scope: .rush-page mirrors the .deal-page scoping convention so rules
 * can't bleed into /quote, /deals/*, or /testimonials. Reuses the existing
 * .testimonials-page-grid + .testimonial-card + .stars + .rating-badge stack
 * (testimonials.css), .how-step-list + .how-timeline (how-it-works.css), and
 * inherits the .deal-section-heading + .deal-section-heading::after + .deal-card-link
 * + .deal-read-more + .deal-final-cta + .deal-final-fine + .deal-final-cta-heading
 * (deal-499.css). Only the new bits live here: the dark hero, trust-bullet
 * grid, CTA replication, and FAQ host wrap.
 */

.rush-page .rush-hero {
  background: linear-gradient(135deg, #090302 0%, #1a1410 70%, #0e0a05 100%);
  color: #fff;
  padding: 96px 48px 88px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.rush-page .rush-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(0, 168, 107, 0.15) 0%, transparent 55%);
  pointer-events: none;
}

.rush-page .rush-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.rush-page .rush-eyebrow {
  display: inline-block;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00a86b;
  background: rgba(0, 168, 107, 0.12);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.rush-page .rush-headline {
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1.0;
  margin: 0 0 18px;
  color: #fff;
  letter-spacing: -0.01em;
}

.rush-page .rush-hero-sub {
  font-family: 'Figtree', system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 24px;
  line-height: 1.45;
}

.rush-page .rush-rating-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  margin: 0 0 32px;
}

.rush-page .rush-rating-badge::before { content: ""; }

/* Single dominant rush CTA button — same akdGreen treatment as the deals */
.rush-page .rush-cta-primary,
.rush-page .rush-cta-primary.btn-cta-xl {
  display: inline-block;
  background: #00a86b;
  color: #fff;
  padding: 22px 56px;
  font-family: 'Figtree', system-ui, sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
  box-shadow: 0 8px 24px rgba(0, 168, 107, 0.35);
  margin: 0 0 22px;
}

.rush-page .rush-cta-primary:hover {
  background: #008f5d;
  transform: translateY(-1px);
}

.rush-page .geo-external-cta {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rush-page .geo-external-cta:hover { color: #fff; }

/* Trust-bullet band: 4-up grid of in-house proof points between hero & steps */
.rush-page .rush-bullets {
  background: #f4f1ec;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
  border-bottom: 1px solid #e2e0db;
}

.rush-page .rush-bullet {
  background: #fff;
  border-left: 4px solid #00a86b;
  border-radius: 6px;
  padding: 22px 22px 20px;
}

.rush-page .rush-bullet h3 {
  font-family: 'Figtree', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #090302;
  margin: 0 0 8px;
}

.rush-page .rush-bullet p {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 14px;
  color: #4a4742;
  margin: 0;
  line-height: 1.55;
}

/* Config-driven audience and handoff sections use the same page rhythm and
 * typography as the shared rush/deal blocks. */
.rush-page .geo-audience-copy,
.rush-page .geo-handoff-copy {
  max-width: 760px;
  margin: 0 auto 24px;
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #4a4742;
  text-align: center;
}

.rush-page .geo-audience-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 8px 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 28px;
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #4a4742;
}

.rush-page .geo-audience-list li { padding-left: 4px; }

.rush-page .geo-handoff-note .geo-external-cta {
  max-width: 760px;
  margin: 0 auto;
  color: #00a86b;
  text-align: center;
}

.rush-page .geo-handoff-note .geo-external-cta:hover { color: #008f5d; }

/* Process block reuses .how-step-list (how-it-works.css); only host spacing */
.rush-page .rush-steps-host {
  background: #fff;
  padding: 56px 24px 24px;
  border-bottom: 1px solid #e2e0db;
}

.rush-page .rush-steps-host .how-step-list {
  max-width: 1200px;
  margin: 0 auto 24px;
}

.rush-page .rush-steps-host .how-timeline {
  max-width: 1200px;
  margin: 0 auto 8px;
}

/* Mini-FAQ host — inherits .faq-item / .faq-question / .faq-answer styling
 * from deal-499.css when wrapped in .deal-page; here we scope a second
 * copy under .rush-page so it doesn't bleed into /faq page styles. */
.rush-page .rush-faq-host {
  background: #fff;
  padding: 64px 48px 56px;
  max-width: 880px;
  margin: 0 auto;
}

.rush-page .rush-faq-host .faq-item {
  border: 1px solid #e2e0db;
  border-left: 4px solid #e8622a;
  border-radius: 6px;
  padding: 0;
  margin: 0 0 14px;
  background: #fff;
  overflow: hidden;
}

.rush-page .rush-faq-host .faq-question {
  cursor: pointer;
  font-family: 'Figtree', system-ui, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #090302;
  padding: 18px 22px;
  list-style: none;
  position: relative;
}

.rush-page .rush-faq-host .faq-question::-webkit-details-marker { display: none; }
.rush-page .rush-faq-host .faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 18px;
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 22px;
  color: #e8622a;
  font-weight: 700;
  line-height: 1;
}

.rush-page .rush-faq-host details[open] .faq-question::after { content: "−"; }

.rush-page .rush-faq-host .faq-answer {
  padding: 0 22px 18px;
}

.rush-page .rush-faq-host .faq-answer p {
  font-family: 'Muli', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #4a4742;
  margin: 0;
}

/* Final CTA inherits .deal-final-cta + .deal-final-fine + .deal-final-cta-heading
 * from deal-499.css via shared class names — no duplicate declarations needed. */

/* ── Mobile ── */
@media (max-width: 900px) {
  .rush-page .rush-bullets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rush-page .rush-steps-host .how-step-list {
    grid-template-columns: 1fr;
  }
  .rush-page .geo-audience-list { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .rush-page .rush-hero,
  .rush-page .rush-bullets,
  .rush-page .rush-faq-host {
    padding-left: 24px;
    padding-right: 24px;
  }
  .rush-page .rush-headline { font-size: 44px; }
  .rush-page .rush-hero-sub { font-size: 17px; }
  .rush-page .rush-cta-primary { padding: 18px 36px; font-size: 18px; width: 100%; max-width: 360px; }
}

@media (max-width: 480px) {
  .rush-page .rush-bullets { grid-template-columns: 1fr; }
  .rush-page .rush-headline { font-size: 34px; }
}
