:root {
  --bg: #f3f5f8;
  --bg-strong: #e7ebf1;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.64);
  --line: rgba(18, 31, 53, 0.1);
  --line-strong: rgba(39, 92, 255, 0.28);
  --text: #101826;
  --muted: #5d6b82;
  --accent: #275cff;
  --accent-2: #16c2a3;
  --accent-3: #9bb3ff;
  --shadow: 0 24px 60px rgba(16, 24, 38, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Manrope, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(39, 92, 255, 0.12), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(22, 194, 163, 0.12), transparent 24%),
    linear-gradient(180deg, #f7f9fc 0%, #edf2f7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 24, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 38, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 82%);
}

.site-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.topbar,
.hero,
.trust-band,
.info-card,
.price-card,
.timeline article,
.contact-card,
.faq-panel,
.proof-card,
.showcase-card,
.testimonial-card,
.credibility-strip article {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--text);
}

.top-actions {
  display: flex;
  gap: 12px;
}

.brand strong,
h1,
h2,
h3,
.stats-grid strong,
.selection-preview strong,
.faq-header strong,
.request-highlights strong,
.option-card strong,
.proof-card strong,
.showcase-card h3,
.testimonial-card strong,
.credibility-strip strong {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #101826, #275cff);
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(39, 92, 255, 0.22);
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ghost-link {
  color: var(--text);
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ghost-link:hover,
.ghost-link:focus-visible,
.button:hover,
.button:focus-visible,
.faq-toggle:hover,
.faq-toggle:focus-visible,
.faq-chip:hover,
.faq-chip:focus-visible,
.option-card:hover,
.option-card:focus-visible,
.price-card:hover,
.proof-card:hover,
.showcase-card:hover,
.testimonial-card:hover {
  transform: translateY(-2px);
}

.ghost-link:hover,
.ghost-link:focus-visible {
  border-color: var(--line-strong);
  box-shadow: 0 10px 22px rgba(16, 24, 38, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  margin-top: 24px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.58));
  box-shadow: var(--shadow);
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 0.94;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
}

.hero-text,
.tier-summary,
.contact-copy,
.timeline p,
.info-card p,
.form-status,
.selection-preview p,
.faq-message,
.request-highlights span,
.option-card small,
.hero-chip span,
.proof-card p,
.showcase-card p,
.testimonial-card p,
.credibility-strip span {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 60ch;
  margin: 22px 0 0;
  font-size: 1.05rem;
}

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

.button,
.faq-toggle,
.faq-chip,
.option-card {
  font: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
}

.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), #4b7bff);
  box-shadow: 0 16px 34px rgba(39, 92, 255, 0.24);
}

.secondary,
.tertiary,
.faq-chip {
  color: var(--text);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.stats-grid article,
.selection-preview,
.faq-message,
.request-highlights article,
.hero-chip,
.proof-card,
.showcase-card,
.testimonial-card,
.credibility-strip article {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(16, 24, 38, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.stats-grid strong,
.selection-preview strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1.3rem;
}

.stats-grid span,
.selection-label {
  color: var(--accent);
  font-size: 0.9rem;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(39, 92, 255, 0.07), rgba(255, 255, 255, 0.5));
}

.hero-panel-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(39, 92, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 92, 255, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, black, transparent 92%);
}

.hero-stack {
  position: relative;
  display: grid;
  gap: 16px;
}

.hero-chip strong {
  display: block;
  margin-top: 6px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.hero-chip.offset {
  margin-left: 28px;
}

.hero-chip.accent {
  background: linear-gradient(135deg, rgba(39, 92, 255, 0.12), rgba(22, 194, 163, 0.12));
}

.trust-band,
.section {
  margin-top: 26px;
}

.trust-band {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding: 28px 30px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
}

.pill-row span {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 22px;
}

.benefit-grid,
.pricing-grid,
.timeline,
.request-highlights,
.proof-grid,
.showcase-grid,
.testimonial-grid,
.credibility-strip {
  display: grid;
  gap: 18px;
}

.benefit-grid,
.proof-grid,
.showcase-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.credibility-strip {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}

.credibility-strip article span,
.proof-card span,
.showcase-card span,
.testimonial-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.proof-card strong,
.credibility-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.showcase-card span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(39, 92, 255, 0.08);
}

.showcase-card h3,
.testimonial-card strong {
  margin: 0 0 10px;
}

.testimonial-card strong {
  display: block;
  font-size: 1rem;
}

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

.four-up {
  grid-template-columns: repeat(4, 1fr);
}

.info-card,
.price-card,
.timeline article,
.contact-card {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.info-card,
.price-card,
.timeline article {
  border-radius: 26px;
  padding: 24px;
}

.info-card h3,
.price-card h3,
.timeline h3 {
  margin: 0 0 12px;
  font-size: 1.6rem;
}

.price-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  opacity: 0;
  transform: translateY(26px);
}

.price-glow {
  position: absolute;
  inset: auto -10% -35% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 92, 255, 0.14), transparent 62%);
  pointer-events: none;
}

.price-card::after {
  content: "";
  position: absolute;
  inset: -30% auto auto -20%;
  width: 140px;
  height: 240px;
  transform: rotate(18deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), transparent 70%);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
  pointer-events: none;
}

.basic-tier {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.62));
}

.featured {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(39, 92, 255, 0.22);
  background: linear-gradient(180deg, rgba(39, 92, 255, 0.08), rgba(255, 255, 255, 0.82));
}

.featured.is-visible {
  transform: translateY(-8px) scale(1.01);
}

.price-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.price-card:hover,
.price-card:focus-within,
.proof-card:hover,
.showcase-card:hover,
.testimonial-card:hover {
  border-color: rgba(39, 92, 255, 0.26);
  box-shadow: 0 34px 70px rgba(16, 24, 38, 0.12);
  background: linear-gradient(180deg, rgba(39, 92, 255, 0.06), rgba(255, 255, 255, 0.92));
}

.price-card:hover::after,
.price-card:focus-within::after {
  opacity: 1;
  transform: translate(34px, 10px) rotate(18deg);
}

.price-card:hover .tier-cta,
.price-card:focus-within .tier-cta {
  border-color: rgba(39, 92, 255, 0.24);
  box-shadow: 0 14px 30px rgba(16, 24, 38, 0.08);
}

.tier-badge,
.tier-tag {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tier-tag {
  color: var(--accent);
}

.tier-badge {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), #4d86ff);
}

.price-card h3 {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  margin-bottom: 10px;
}

.price-card ul {
  position: relative;
  z-index: 1;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: var(--muted);
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.tier-cta {
  position: relative;
  z-index: 1;
}

.timeline {
  grid-template-columns: repeat(4, 1fr);
}

.timeline article span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(39, 92, 255, 0.08);
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.62));
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
}

.lead-form label,
.picker-group legend {
  font-weight: 700;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

input,
textarea,
button {
  font: inherit;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #7d8ca4;
}

input:focus,
textarea:focus {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 4px rgba(39, 92, 255, 0.08);
}

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

.picker-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.option-grid {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.tier-options,
.form-options {
  grid-template-columns: repeat(2, 1fr);
}

.option-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  text-align: left;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
}

.option-card.active {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(39, 92, 255, 0.08), rgba(255, 255, 255, 0.88));
  box-shadow: inset 0 0 0 1px rgba(39, 92, 255, 0.08);
}

.option-name {
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.selection-preview {
  margin-top: 24px;
}

.selection-label {
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.request-highlights {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.request-highlights span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.request-highlights strong {
  font-size: 1.2rem;
  color: var(--text);
}

.form-status {
  margin: 4px 0 0;
}

.form-status.success {
  color: #156b58;
}

.form-status.error {
  color: #b54d3d;
}

.form-status.loading {
  color: var(--accent);
}

.faq-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: grid;
  gap: 12px;
  justify-items: end;
}

.faq-toggle {
  min-height: 56px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(39, 92, 255, 0.2);
  background: linear-gradient(135deg, var(--accent), #4e7cff);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(39, 92, 255, 0.2);
}

.faq-panel {
  width: min(360px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.faq-header {
  margin-bottom: 14px;
}

.faq-header strong {
  font-size: 1.3rem;
}

.faq-messages {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.faq-message {
  font-size: 0.96rem;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.faq-message.user {
  justify-self: end;
  background: rgba(39, 92, 255, 0.08);
  color: var(--text);
  max-width: 88%;
}

.faq-message.bot {
  justify-self: start;
  max-width: 100%;
}

.faq-message.intro {
  background: rgba(255, 255, 255, 0.76);
}

.faq-message.answer {
  border-color: rgba(39, 92, 255, 0.14);
  background: linear-gradient(180deg, rgba(39, 92, 255, 0.08), rgba(255, 255, 255, 0.86));
}

.faq-chip.active {
  border-color: var(--line-strong);
  background: rgba(39, 92, 255, 0.08);
  color: var(--accent);
}

.faq-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-chip {
  padding: 10px 12px;
  border-radius: 999px;
}

@media (max-width: 1120px) {
  .hero,
  .trust-band,
  .benefit-grid,
  .proof-grid,
  .showcase-grid,
  .testimonial-grid,
  .four-up,
  .timeline,
  .contact-card,
  .credibility-strip {
    grid-template-columns: 1fr;
  }

  .featured,
  .featured.is-visible {
    transform: none;
  }
}

/* ── Marketing Section ─────────────────────────────────── */
.marketing-section .section-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.marketing-card {
  display: flex;
  gap: 40px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 48px;
  box-shadow: var(--shadow);
  align-items: flex-start;
}

.marketing-copy {
  flex: 1;
}

.marketing-desc {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 24px;
}

.marketing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.marketing-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text);
}

.marketing-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.marketing-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, var(--accent), #4f7bff);
  color: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  min-width: 220px;
  gap: 4px;
}

.marketing-badge .eyebrow {
  color: rgba(255,255,255,0.7);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.marketing-badge strong {
  font-size: 3rem;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1;
  margin: 8px 0 0;
}

.marketing-badge > span:not(.eyebrow) {
  font-size: 0.9rem;
  opacity: 0.85;
  margin-bottom: 16px;
}

.marketing-badge p {
  font-size: 0.8rem;
  opacity: 0.7;
  margin: 0;
  line-height: 1.5;
}

/* ── marketing options in form ─────────────────────────── */
.marketing-options {
  grid-template-columns: repeat(2, 1fr);
}

/* ── request-highlights 3-col when marketing added ─────── */
.request-highlights {
  grid-template-columns: repeat(3, 1fr);
}

/* ── Mobile: tablet ────────────────────────────────────── */
@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 16px, 1240px);
    padding-top: 10px;
    padding-bottom: 48px;
  }

  /* Topbar */
  .topbar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .top-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ghost-link {
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 12px;
    font-size: 0.88rem;
  }

  /* Hero */
  .hero {
    padding: 22px 18px;
    border-radius: 26px;
    margin-top: 12px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .hero-text {
    font-size: 0.97rem;
    margin-top: 14px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .button {
    flex: 1 1 140px;
  }

  .hero-panel {
    display: none;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  /* Trust band */
  .trust-band {
    padding: 20px 18px;
    border-radius: 22px;
  }

  /* Sections */
  .section {
    margin-top: 18px;
  }

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

  /* Pricing */
  .four-up {
    grid-template-columns: 1fr 1fr;
  }

  .price-card {
    padding: 18px;
  }

  .price-card h3 {
    font-size: 2.2rem;
  }

  /* Timeline */
  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  /* Contact form */
  .contact-card {
    padding: 18px 16px;
    border-radius: 26px;
    gap: 16px;
  }

  .lead-form {
    padding: 16px;
    border-radius: 20px;
    gap: 12px;
  }

  .tier-options,
  .form-options,
  .marketing-options {
    grid-template-columns: 1fr 1fr;
  }

  .request-highlights {
    grid-template-columns: 1fr 1fr;
  }

  .hero-chip.offset {
    margin-left: 0;
  }

  /* Buttons */
  .button {
    min-height: 48px;
    font-size: 0.95rem;
  }

  /* FAQ widget */
  .faq-widget {
    right: 10px;
    left: 10px;
    justify-items: stretch;
  }

  .faq-toggle,
  .faq-panel {
    width: 100%;
  }

  /* Marketing section */
  .marketing-card {
    flex-direction: column;
    padding: 24px 18px;
    gap: 24px;
  }

  .marketing-badge {
    align-items: flex-start;
    text-align: left;
    padding: 22px;
    min-width: unset;
    width: 100%;
  }

  .marketing-badge strong {
    font-size: 2.4rem;
  }
}

/* ── Mobile: small phones ─────────────────────────────── */
@media (max-width: 480px) {
  .four-up,
  .tier-options,
  .form-options,
  .marketing-options,
  .timeline,
  .stats-grid,
  .request-highlights {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

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