/* ════════════════════════════════════════════════════════════
   RecyclingNet — public landing page
   Premium / award-tier motion layer. Loaded only on landing.html.
   Design tokens (--ink, --green, --font-display, …) come from app.css.
   ══════════════════════════════════════════════════════════ */
.lp-body {
    background: #fff;
    color: var(--ink);
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    overflow-x: hidden;
}

/* Motion-gating: when JS+motion are active we hide animated elements pre-paint;
   GSAP then reveals them. If GSAP fails, an inline safety-net removes .lp-js. */
.lp-js [data-reveal],
.lp-js [data-hero],
.lp-js [data-hero-card] { opacity: 0; will-change: opacity, transform; }
.lp-js [data-hero-title] .lp-line span { transform: translateY(115%); }

@media (prefers-reduced-motion: reduce) {
    .lp-marquee-track { animation: none !important; }
}

/* ── Buttons ────────────────────────────────────────────── */
.lp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--green); color: #fff;
    font-family: var(--font-display); font-weight: 700; font-size: 15px;
    padding: 13px 22px; border-radius: 12px; text-decoration: none;
    border: 1.5px solid var(--green); position: relative;
    transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .2s, background .2s, border-color .2s, color .2s;
    box-shadow: 0 10px 22px -10px rgba(22,163,74,.65);
}
.lp-btn:hover { background: var(--green-deep); border-color: var(--green-deep); color: #fff; text-decoration: none; box-shadow: 0 16px 30px -12px rgba(22,163,74,.75); }
.lp-btn:active { transform: scale(.97); }
.lp-btn--lg { padding: 16px 28px; font-size: 16px; border-radius: 14px; }
.lp-btn--sm { padding: 9px 16px; font-size: 14px; box-shadow: none; }
.lp-btn--dark { background: var(--ink); border-color: var(--ink); box-shadow: 0 10px 22px -10px rgba(15,42,30,.55); }
.lp-btn--dark:hover { background: #0a3a26; border-color: #0a3a26; }
.lp-btn--ghost { background: transparent; color: var(--ink); border-color: rgba(15,42,30,.22); box-shadow: none; }
.lp-btn--ghost:hover { background: rgba(15,42,30,.05); color: var(--ink); border-color: rgba(15,42,30,.4); box-shadow: none; }
.lp-btn--ondark { background: #fff; color: var(--ink); border-color: #fff; }
.lp-btn--ondark:hover { background: #eafff1; color: var(--ink); border-color: #eafff1; }
.lp-btn--ondark-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); box-shadow: none; }
.lp-btn--ondark-ghost:hover { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.75); box-shadow: none; }

/* ── Top nav ────────────────────────────────────────────── */
.lp-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px clamp(18px, 4vw, 40px);
    transition: background .3s, box-shadow .3s, padding .3s, transform .4s cubic-bezier(.4,0,.2,1);
}
.lp-nav--solid {
    background: rgba(255,255,255,.82);
    backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
    box-shadow: 0 1px 0 rgba(15,42,30,.08); padding: 12px clamp(18px, 4vw, 40px);
}
.lp-nav--hidden { transform: translateY(-110%); }
.lp-brand {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--font-display); font-size: 20px; font-weight: 800; letter-spacing: -.4px;
    color: #fff; text-decoration: none; transition: color .3s; will-change: transform;
}
.lp-nav--solid .lp-brand { color: var(--ink); }
.lp-nav-links { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 26px); }
.lp-nav-links a { color: rgba(255,255,255,.9); font-weight: 600; font-size: 15px; text-decoration: none; transition: color .3s, opacity .2s; }
.lp-nav-links a:not(.lp-btn):hover { color: #fff; opacity: .8; }
.lp-nav--solid .lp-nav-links a:not(.lp-btn) { color: var(--ink-soft); }
.lp-nav--solid .lp-nav-links a:not(.lp-btn):hover { color: var(--ink); }
.lp-nav--solid .lp-nav-links .lp-btn { color: #fff; }

/* ── Hero ───────────────────────────────────────────────── */
.lp-hero {
    position: relative; overflow: hidden;
    background: linear-gradient(165deg, #06251610 0%, transparent),
                linear-gradient(160deg, #072a19 0%, #0B5C33 55%, #12914a 100%);
    color: #fff; padding: clamp(120px, 18vh, 172px) clamp(20px, 4vw, 40px) clamp(80px, 12vh, 110px);
}
.lp-hero-canvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.lp-hero-glow {
    position: absolute; top: -180px; right: -140px; width: 560px; height: 560px; z-index: 0;
    background: radial-gradient(circle, rgba(124,240,166,.30), transparent 62%);
    pointer-events: none; will-change: transform;
}
.lp-hero-grid-overlay {
    position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(120% 80% at 70% 30%, #000 30%, transparent 75%);
    mask-image: radial-gradient(120% 80% at 70% 30%, #000 30%, transparent 75%);
}
.lp-hero-inner {
    position: relative; z-index: 1; max-width: 1160px; margin: 0 auto;
    display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(36px, 5vw, 56px); align-items: center;
}
.lp-eyebrow {
    display: inline-block; background: rgba(255,255,255,.13); backdrop-filter: blur(4px);
    padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 700;
    letter-spacing: .02em; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.12);
}
.lp-h1 {
    font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em;
    font-size: clamp(38px, 7vw, 66px); line-height: 1.03; margin: 0 0 20px;
}
.lp-line { display: block; overflow: hidden; padding-bottom: .04em; }
.lp-line span { display: block; }
.lp-h1-accent { color: #7CF0A6; font-style: normal; }
.lp-lede { font-size: clamp(16px, 1.9vw, 19px); line-height: 1.6; color: rgba(255,255,255,.86); max-width: 540px; margin: 0 0 30px; }
.lp-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-hero-trust { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; font-size: 14px; color: rgba(255,255,255,.82); font-weight: 600; }
.lp-hero-trust svg { background: #DCFCE7; border-radius: 999px; padding: 4px; flex-shrink: 0; }

/* Scroll cue */
.lp-scrollcue {
    position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 1;
    display: inline-flex; flex-direction: column; align-items: center; gap: 8px;
    color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
    text-decoration: none;
}
.lp-scrollcue-dot {
    width: 22px; height: 34px; border-radius: 12px; border: 1.5px solid rgba(255,255,255,.35);
    position: relative;
}
.lp-scrollcue-dot::after {
    content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; border-radius: 3px;
    background: #7CF0A6; transform: translateX(-50%); animation: lp-cue 1.6s ease-in-out infinite;
}
@keyframes lp-cue { 0%,100% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; transform: translate(-50%, 9px); } }
@media (prefers-reduced-motion: reduce) { .lp-scrollcue-dot::after { animation: none; opacity: 1; } }

/* ── Hero product card ──────────────────────────────────── */
.lp-hero-card {
    position: relative; z-index: 1;
    background: #fff; border-radius: 24px; overflow: hidden; color: var(--ink);
    box-shadow: 0 40px 80px -28px rgba(0,0,0,.55), 0 2px 0 rgba(255,255,255,.4) inset;
    will-change: transform;
}
.lp-card-photo {
    /* Boxes are baked into hero-bag.jpg itself (not a CSS overlay), so this
       aspect ratio is just the card's shape — object-fit:cover below crops
       the (taller) source photo to fit, centered on the boxed items. */
    position: relative; aspect-ratio: 896 / 717;
    background: radial-gradient(120% 90% at 50% 0%, #3a4a52 0%, #1c2630 70%, #141b22 100%);
}
.lp-card-photo > img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; display: block;
}
.lp-card-conf {
    position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 5px;
    background: rgba(11,16,20,.6); color: #fff; padding: 6px 11px; border-radius: 999px;
    font-size: 11.5px; font-weight: 700; backdrop-filter: blur(6px);
}
.lp-card-body { padding: 20px; }
.lp-card-row { display: flex; align-items: flex-end; justify-content: space-between; }
.lp-card-kicker { color: var(--green-deep); font-size: 11px; font-weight: 800; letter-spacing: .07em; }
.lp-card-total { font-family: var(--font-display); }
.lp-card-total strong { font-size: 38px; font-weight: 800; letter-spacing: -1.5px; }
.lp-card-co2 { text-align: right; }
.lp-card-co2 strong { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--green-deep); }
.lp-card-co2 span { font-size: 11px; color: var(--muted-warm); font-weight: 600; }
.lp-card-chips { display: flex; gap: 8px; margin-top: 14px; }
.lp-chip {
    flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    border: 1px solid var(--line-warm); border-radius: 11px; padding: 10px;
    font-family: var(--font-display); font-weight: 800; font-size: 15px;
}
.lp-chip--can { border-color: rgba(239,68,68,.3); }
.lp-chip--glass { border-color: rgba(59,130,246,.3); }
.lp-chip--plastic { border-color: rgba(22,163,74,.3); }

/* ── Stats strip ────────────────────────────────────────── */
.lp-stats { background: var(--ink); color: #fff; padding: clamp(32px, 5vw, 44px) clamp(20px, 4vw, 40px); }
.lp-stats-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(16px, 3vw, 28px); }
.lp-stat { text-align: center; }
.lp-stat-num { font-family: var(--font-display); font-size: clamp(34px, 5vw, 48px); font-weight: 800; letter-spacing: -1px; color: #7CF0A6; line-height: 1; }
.lp-stat-label { font-size: 13px; color: rgba(255,255,255,.72); margin-top: 9px; line-height: 1.4; }

/* ── Marquee ────────────────────────────────────────────── */
.lp-marquee { background: var(--green-deep); color: #fff; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); }
.lp-marquee-track {
    display: inline-flex; align-items: center; gap: 28px; white-space: nowrap; width: max-content;
    padding: 16px 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(16px, 2.2vw, 22px);
    letter-spacing: -.01em; color: rgba(255,255,255,.92);
    animation: lp-marquee 26s linear infinite;
}
.lp-marquee:hover .lp-marquee-track { animation-play-state: paused; }
.lp-marquee-dot { color: #7CF0A6; }
@keyframes lp-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Generic section ────────────────────────────────────── */
.lp-section { max-width: 1160px; margin: 0 auto; padding: clamp(60px, 9vw, 96px) clamp(20px, 4vw, 40px); }
.lp-section--tint { max-width: none; background: var(--canvas); }
.lp-section--tint .lp-audience { max-width: 1160px; margin: 0 auto; }
.lp-section-head { text-align: center; margin-bottom: clamp(36px, 5vw, 52px); }
.lp-section-eyebrow { color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lp-h2 { font-family: var(--font-display); font-size: clamp(28px, 4.4vw, 42px); font-weight: 800; letter-spacing: -.02em; margin: 10px 0 0; line-height: 1.08; }

/* ── How it works ───────────────────────────────────────── */
.lp-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px, 2vw, 22px); }
.lp-step {
    position: relative; background: #fff; border: 1px solid var(--line-warm); border-radius: 20px;
    padding: 28px 24px; box-shadow: 0 2px 10px rgba(15,42,30,.04);
    transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s, border-color .3s;
}
.lp-step:hover { transform: translateY(-6px); box-shadow: 0 22px 40px -22px rgba(15,42,30,.28); border-color: #cfe6cb; }
.lp-step-icon { width: 50px; height: 50px; border-radius: 14px; background: var(--green); display: grid; place-items: center; margin-bottom: 18px; box-shadow: 0 10px 18px -8px rgba(22,163,74,.6); }
.lp-step-n { position: absolute; top: 24px; right: 24px; font-family: var(--font-display); font-size: 13px; font-weight: 800; color: #d6e6d2; }
.lp-step h3 { font-family: var(--font-display); font-size: 17px; font-weight: 800; margin: 0 0 8px; }
.lp-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin: 0; }

/* ── Dual audience ──────────────────────────────────────── */
.lp-audience { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.5vw, 24px); }
.lp-aud-card {
    background: #fff; border: 1px solid var(--line-warm); border-radius: 24px; padding: clamp(24px, 3vw, 36px);
    box-shadow: 0 6px 20px -12px rgba(15,42,30,.16); transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s;
}
.lp-aud-card:hover { transform: translateY(-4px); box-shadow: 0 26px 48px -24px rgba(15,42,30,.28); }
.lp-aud-photo {
    width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 38%;
    border-radius: 16px; margin-bottom: 20px; display: block;
}
.lp-aud-icon { width: 58px; height: 58px; border-radius: 17px; display: grid; place-items: center; margin-bottom: 20px; }
.lp-aud-icon--green { background: var(--green-soft); }
.lp-aud-icon--ink { background: #eef2ef; }
.lp-aud-card h3 { font-family: var(--font-display); font-size: clamp(20px, 2.6vw, 24px); font-weight: 800; letter-spacing: -.5px; margin: 0 0 10px; }
.lp-aud-card > p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 20px; }
.lp-aud-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 11px; }
.lp-aud-list li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 600; }
.lp-aud-list svg { flex-shrink: 0; }

/* ── Give back band ─────────────────────────────────────── */
.lp-give { position: relative; overflow: hidden; background: linear-gradient(160deg, #072a19 0%, #0B5C33 100%); color: #fff; padding: clamp(60px, 9vw, 92px) clamp(20px, 4vw, 40px); }
.lp-give-inner { position: relative; z-index: 1; max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 56px); align-items: center; }
.lp-give-lede { font-size: clamp(16px, 2vw, 18px); line-height: 1.65; color: rgba(255,255,255,.86); margin: 14px 0 26px; }
.lp-give-split { margin-top: 8px; }
.lp-give-bar { display: flex; height: 50px; border-radius: 12px; overflow: hidden; font-size: 13px; font-weight: 800; }
.lp-give-bar-collector { background: rgba(255,255,255,.18); color: #fff; display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.lp-give-bar-charity { background: #7CF0A6; color: #082d1b; display: flex; align-items: center; justify-content: center; white-space: nowrap; }
.lp-give-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-give-photo {
    grid-column: 1 / -1; width: 100%; aspect-ratio: 16 / 9; object-fit: cover;
    border-radius: 16px; display: block; border: 1px solid rgba(255,255,255,.16);
}
.lp-give-cat { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 13px; padding: 15px 16px; font-size: 14.5px; font-weight: 600; transition: background .2s, transform .2s; }
.lp-give-cat:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.lp-give-cat svg { flex-shrink: 0; }
.lp-give-cat--more { color: rgba(255,255,255,.7); justify-content: center; font-style: italic; }

/* ── Impact ─────────────────────────────────────────────── */
.lp-impact { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(32px, 5vw, 56px); align-items: center; }
.lp-impact-lede { font-size: clamp(16px, 2vw, 18px); color: var(--ink-soft); line-height: 1.65; margin: 14px 0 28px; }
.lp-impact-cards { display: grid; gap: 14px; }
.lp-impact-card { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line-warm); border-radius: 18px; padding: 20px 22px; box-shadow: 0 2px 10px rgba(15,42,30,.04); transition: transform .3s, box-shadow .3s; }
.lp-impact-card:hover { transform: translateX(4px); box-shadow: 0 16px 30px -18px rgba(15,42,30,.22); }
.lp-impact-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--canvas); display: grid; place-items: center; }
.lp-impact-card strong { font-family: var(--font-display); font-size: 18px; font-weight: 800; white-space: nowrap; }
.lp-impact-card span { font-size: 13px; color: var(--muted-warm); line-height: 1.4; }

/* ── Final CTA band ─────────────────────────────────────── */
.lp-cta-band { position: relative; overflow: hidden; background: linear-gradient(160deg, #0B5C33, #12914a); color: #fff; padding: clamp(64px, 9vw, 92px) clamp(20px, 4vw, 40px); text-align: center; }
.lp-cta-glow { position: absolute; left: 50%; top: -40%; width: 700px; height: 700px; transform: translateX(-50%); background: radial-gradient(circle, rgba(124,240,166,.22), transparent 60%); pointer-events: none; }
.lp-cta-inner { position: relative; z-index: 1; max-width: 740px; margin: 0 auto; }
.lp-cta-title { font-family: var(--font-display); font-size: clamp(28px, 4.4vw, 42px); font-weight: 800; letter-spacing: -.02em; margin: 0 0 12px; line-height: 1.08; }
.lp-cta-sub { font-size: clamp(16px, 2vw, 18px); color: rgba(255,255,255,.86); margin: 0 0 30px; }
.lp-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Footer ─────────────────────────────────────────────── */
.lp-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: clamp(40px, 6vw, 56px) clamp(20px, 4vw, 40px) 28px; }
.lp-footer-inner { max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.lp-brand--footer { color: #fff; font-size: 19px; margin-bottom: 10px; }
.lp-footer-brand p { font-size: 14px; max-width: 360px; line-height: 1.55; margin: 8px 0 0; }
.lp-footer-links { display: flex; flex-direction: column; gap: 11px; }
.lp-footer-links a { color: rgba(255,255,255,.75); font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s; }
.lp-footer-links a:hover { color: #fff; }
.lp-footer-base { max-width: 1160px; margin: 28px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; color: rgba(255,255,255,.5); }
.lp-footer-base a { color: rgba(255,255,255,.75); text-decoration: underline; }
.lp-footer-base a:hover { color: #fff; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
    .lp-hero-inner { grid-template-columns: 1fr; }
    .lp-hero-card { max-width: 440px; }
    .lp-stats-inner { grid-template-columns: repeat(2,1fr); gap: 28px 16px; }
    .lp-steps { grid-template-columns: repeat(2,1fr); }
    .lp-audience { grid-template-columns: 1fr; }
    .lp-give-inner { grid-template-columns: 1fr; }
    .lp-impact { grid-template-columns: 1fr; }
    .lp-scrollcue { display: none; }
}
@media (max-width: 560px) {
    .lp-nav-links { gap: 10px; }
    /* Hide the section anchors on small screens, but keep "Log in" next to the
       "Request access" button so it's reachable without scrolling. */
    .lp-nav-links a:not(.lp-btn):not(.lp-nav-login) { display: none; }
    .lp-nav-login { font-size: 14px; }
    .lp-steps { grid-template-columns: 1fr; }
    .lp-give-cats { grid-template-columns: 1fr; }
    .lp-give-bar { font-size: 11px; }
    .lp-footer-inner { flex-direction: column; gap: 24px; }
}
/* ── Live platform numbers band ─────────────────────────── */
.lp-live { padding: 0 clamp(20px, 4vw, 40px); margin: clamp(8px, 2vw, 20px) 0 clamp(40px, 6vw, 64px); }
.lp-live-inner {
    max-width: 1160px; margin: 0 auto;
    background: var(--green-soft, #e8f6ee); border: 1px solid #bfe6cd; border-radius: 20px;
    padding: clamp(18px, 3vw, 28px) clamp(18px, 3vw, 32px);
}
.lp-live-tag {
    display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase; color: #0b7a3b; margin-bottom: 14px;
}
.lp-live-cells { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lp-live-cell strong {
    display: block; font-family: var(--font-display); font-size: clamp(22px, 3.4vw, 34px);
    font-weight: 800; letter-spacing: -.5px; color: var(--ink);
}
.lp-live-cell span { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
@media (max-width: 720px) { .lp-live-cells { grid-template-columns: repeat(2, 1fr); } }

/* ── Sticky mobile CTA pill ─────────────────────────────── */
.lp-sticky-cta {
    display: none;
    position: fixed; left: 50%; bottom: calc(14px + env(safe-area-inset-bottom));
    transform: translate(-50%, 130%); z-index: 900;
    background: var(--ink); color: #fff; text-decoration: none;
    font-weight: 700; font-size: 14.5px; white-space: nowrap;
    padding: 13px 22px; border-radius: 999px;
    box-shadow: 0 14px 30px -10px rgba(15, 42, 30, .5);
    transition: transform .3s cubic-bezier(.2, .9, .3, 1);
}
.lp-sticky-cta--on { transform: translate(-50%, 0); }
@media (max-width: 720px) { .lp-sticky-cta { display: block; } }
@media (prefers-reduced-motion: reduce) { .lp-sticky-cta { transition: none; } }

/* Larger, comfier touch targets on coarse pointers. */
@media (pointer: coarse) {
    .lp-nav-links a { padding: 4px 2px; }
    .lp-btn { padding: 14px 24px; }
}

/* ════════════════════════════════════════════════════════════
   Extended sections — benefits · showcase · why-free · FAQ · community
   Same visual language as the sections above; each animates via [data-reveal].
   ══════════════════════════════════════════════════════════ */

/* ── What you get (benefits) ────────────────────────────── */
.lp-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 22px); }
.lp-benefit {
    background: #fff; border: 1px solid var(--line-warm); border-radius: 20px;
    padding: 26px 22px; box-shadow: 0 2px 10px rgba(15,42,30,.04);
    transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s, border-color .3s;
}
.lp-benefit:hover { transform: translateY(-5px); box-shadow: 0 22px 40px -22px rgba(15,42,30,.26); border-color: #cfe6cb; }
.lp-benefit-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--green-soft); display: grid; place-items: center; margin-bottom: 16px; }
.lp-benefit h3 { font-family: var(--font-display); font-size: 16.5px; font-weight: 800; margin: 0 0 8px; }
.lp-benefit p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin: 0; }

/* ── Product showcase ───────────────────────────────────── */
.lp-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.lp-showcase-lede { font-size: clamp(16px, 2vw, 18px); line-height: 1.65; color: var(--ink-soft); margin: 16px 0 22px; }
.lp-showcase-list { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; }
.lp-showcase-list li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; }
.lp-showcase-list svg { flex-shrink: 0; }
.lp-showcase-media { display: flex; justify-content: center; }

/* Impact-dashboard mockup — echoes the real My Impact page. */
.lp-mock {
    width: 100%; max-width: 380px; color: #fff;
    background: linear-gradient(158deg, #0d3d26 0%, #14663c 100%);
    border-radius: 24px; padding: 24px;
    box-shadow: 0 30px 60px -28px rgba(8, 45, 27, .6);
}
.lp-mock-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.lp-mock-eyebrow { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; color: rgba(255,255,255,.66); }
.lp-mock-streak { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; background: rgba(255,255,255,.12); padding: 5px 9px; border-radius: 999px; }
.lp-mock-hero { font-family: var(--font-display); display: flex; align-items: baseline; gap: 6px; }
.lp-mock-hero strong { font-size: 52px; font-weight: 800; letter-spacing: -2px; line-height: 1; }
.lp-mock-hero span { font-size: 18px; font-weight: 700; color: rgba(255,255,255,.7); }
.lp-mock-eq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.lp-mock-eq-cell { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.08); border-radius: 14px; padding: 11px 13px; }
.lp-mock-eq-cell strong { display: block; font-family: var(--font-display); font-size: 15px; font-weight: 800; }
.lp-mock-eq-cell span { font-size: 11px; color: rgba(255,255,255,.66); }
.lp-mock-spark { display: flex; align-items: flex-end; gap: 6px; height: 54px; margin: 4px 0 18px; }
.lp-mock-spark span { flex: 1; background: rgba(255,255,255,.4); border-radius: 3px; }
.lp-mock-spark--last { background: #7CF0A6; }
.lp-mock-quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 16px; }
.lp-mock-quick strong { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 800; }
.lp-mock-quick span { font-size: 10.5px; color: rgba(255,255,255,.66); line-height: 1.3; }

/* ── Why it's free ──────────────────────────────────────── */
.lp-free { max-width: 1160px; margin: 0 auto; }
.lp-free-lede { font-size: clamp(15.5px, 1.9vw, 18px); line-height: 1.6; color: var(--ink-soft); margin: 14px auto 0; max-width: 620px; }
.lp-free-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 24px); }
.lp-free-card {
    background: #fff; border: 1px solid var(--line-warm); border-radius: 20px; padding: 28px 26px;
    box-shadow: 0 6px 20px -14px rgba(15,42,30,.16);
}
.lp-free-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--green-soft); display: grid; place-items: center; margin-bottom: 16px; }
.lp-free-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 800; margin: 0 0 10px; }
.lp-free-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.lp-free-card a { color: var(--green-deep); font-weight: 700; }

/* ── FAQ teaser ─────────────────────────────────────────── */
.lp-faq { max-width: 780px; margin: 0 auto; }
.lp-faq-item { background: #fff; border: 1px solid var(--line-warm); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.lp-faq-item summary {
    cursor: pointer; padding: 18px 20px; font-family: var(--font-display); font-weight: 700; font-size: 16px;
    list-style: none; position: relative; padding-right: 46px;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: var(--green); }
.lp-faq-item[open] summary::after { content: "−"; }
.lp-faq-item summary:hover { background: var(--green-soft); }
.lp-faq-body { padding: 0 20px 18px; font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); }
.lp-faq-body p { margin: 0; }
.lp-faq-body a { color: var(--green-deep); font-weight: 700; }
.lp-faq-more { text-align: center; margin-top: 26px; }

/* ── Community ──────────────────────────────────────────── */
.lp-community { max-width: 1160px; margin: 0 auto; }
.lp-community-lede { font-size: clamp(15.5px, 1.9vw, 18px); line-height: 1.6; color: var(--ink-soft); margin: 14px auto 0; max-width: 640px; }
.lp-community-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 24px); }
.lp-community-card { background: #fff; border: 1px solid var(--line-warm); border-radius: 20px; padding: 26px 24px; box-shadow: 0 6px 20px -14px rgba(15,42,30,.16); }
.lp-community-card h3 { font-family: var(--font-display); font-size: 17px; font-weight: 800; margin: 0 0 9px; }
.lp-community-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.lp-community-link { display: inline-block; margin-top: 12px; color: var(--green-deep); font-weight: 700; font-size: 14px; }

/* ── Responsive for extended sections ───────────────────── */
@media (max-width: 900px) {
    .lp-benefits { grid-template-columns: repeat(2, 1fr); }
    .lp-showcase { grid-template-columns: 1fr; }
    .lp-free-grid { grid-template-columns: 1fr; }
    .lp-community-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .lp-benefits { grid-template-columns: 1fr; }
}
