/* ============================================================
   Sections — page-level layout for each block (hero, mockups,
   info cards, final CTA, footer) plus all responsive rules.
   ============================================================ */

/* ── Hero ────────────────────────────────── */
.hero { display: grid; grid-template-columns: 1.04fr 0.96fr; align-items: center; gap: 40px; padding-block: clamp(40px, 7vw, 70px) clamp(40px, 6vw, 56px); }
h1 {
  font-family: var(--display); font-weight: 800; font-size: clamp(38px, 8vw, 62px); line-height: 1.02;
  letter-spacing: -1.5px; margin: 0 0 20px; text-wrap: balance;
}
h1 .hl {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; position: relative;
}
h1 .hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 14px; z-index: -1;
  background: rgba(143,189,61,0.28); border-radius: 8px; transform: rotate(-1deg);
}
.lede { font-size: clamp(16px, 2.4vw, 19px); line-height: 1.55; color: var(--muted); max-width: 460px; margin: 0 0 30px; font-weight: 500; }

/* ── Section heading ─────────────────────── */
.section-head { text-align: center; margin-bottom: 44px; }
.section-head .pill { color: var(--orange); border-color: rgba(239,140,46,0.2); box-shadow: 0 6px 18px rgba(239,140,46,0.16); }
.section-head .pill .dot { background: var(--orange); box-shadow: 0 0 0 4px rgba(239,140,46,0.2); }
.section-head h2 { font-family: var(--display); font-weight: 800; font-size: clamp(28px, 5.5vw, 40px); letter-spacing: -1px; margin: 0 auto; max-width: 560px; text-wrap: balance; }
.section-head p { font-size: 17px; color: var(--muted); font-weight: 500; max-width: 480px; margin: 12px auto 0; line-height: 1.5; }

/* ── Mockups rail ────────────────────────── */
.mockups { display: flex; justify-content: center; align-items: flex-end; gap: 30px; padding: 72px 0 8px; flex-wrap: wrap; }

/* ── Info cards ──────────────────────────── */
.info { padding-block: 96px 36px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ── Final CTA ───────────────────────────── */
.final { padding-block: 40px 20px; }
.final-card {
  position: relative; overflow: hidden; text-align: center;
  background: var(--grad); border-radius: 36px; padding: 56px 40px;
  box-shadow: 0 30px 70px rgba(233,122,31,0.34);
}
.final-card .blob2 { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.14); }
.final-card .b-a { width: 220px; height: 220px; top: -80px; left: -50px; }
.final-card .b-b { width: 180px; height: 180px; bottom: -70px; right: -40px; }
.final-card h2 { position: relative; font-family: var(--display); font-weight: 800; font-size: clamp(28px, 5.5vw, 38px); color: #fff; margin: 0 0 10px; letter-spacing: -0.8px; }
.final-card p { position: relative; color: rgba(255,255,255,0.9); font-size: 17px; font-weight: 600; margin: 0 0 26px; }
.final-card .gobtn { position: relative; display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--orange-deep); background: #fff; border: none; cursor: pointer; padding: 15px 30px; border-radius: 999px; text-decoration: none; box-shadow: 0 10px 24px rgba(0,0,0,0.14); transition: transform .12s ease; }
.final-card .gobtn:hover { transform: translateY(-2px); }

/* ── Footer ──────────────────────────────── */
footer { text-align: center; padding: 44px 24px clamp(48px, 14vw, 48px); font-size: 14px; color: var(--muted); font-weight: 600; }
footer .fbrand { font-family: var(--display); font-weight: 800; color: var(--orange); }

/* ── Responsive ──────────────────────────── */
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; text-align: center; gap: 8px; }
  .hero-copy { order: 1; }
  .hero-art { order: 2; }
  .hero .pill, .lede, form { margin-left: auto; margin-right: auto; }
  .reassure, .success { justify-content: center; align-items: center; text-align: center; }
  .hero-art { margin-top: 24px; margin-bottom: 0; }
  .cards { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .mphone.lift { transform: none; }
  .mphone.lift:hover { transform: translateY(-8px); }
}
@media (max-width: 600px) {
  form { flex-direction: column; }
  button.join { padding: 16px; min-height: 54px; }
  .field { border-radius: 18px; }
  .field input { padding: 17px 0; }
  .navcta { display: none; }
  .reassure { gap: 10px 16px; justify-content: center; }
  /* swipeable mockup rail */
  .mockups {
    flex-wrap: nowrap; gap: 16px; padding: 48px 0 8px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    margin: 0 calc(-1 * clamp(20px, 5vw, 32px));
    padding-left: clamp(20px, 5vw, 32px); padding-right: clamp(20px, 5vw, 32px);
  }
  .mockups::-webkit-scrollbar { display: none; }
  .mphone { scroll-snap-align: center; transform: scale(0.92); }
  .mphone.lift { transform: scale(0.92); }
  .mphone:hover, .mphone.lift:hover { transform: scale(0.92); }
  .swipe-hint { display: flex; }
  .final-card { padding: 44px 24px; border-radius: 28px; }
  .info { padding-block: 64px 24px; }
  body { padding-bottom: 86px; }  /* clear sticky CTA */
  .mobile-cta { display: block; }
}
