/* ============================================================
   LANDING PAGE TEMPLATE - TACTILE MAXIMALISM
   Claymorphic depth, spring physics, and premium visual styling
   for form-specific SEO landing pages.
   Depends on --hiw-* variables from HowItWorksTactile.css
   and shared classes from TactileEligibility.css
   ============================================================ */


/* ===========================
   0. MAIN WRAPPER
   =========================== */

.lp-main {
    width: 100%;
    min-height: 80vh;
    padding-top: 120px;
    padding-bottom: 64px;
}

@media (max-width: 599px) {
    .lp-main {
        padding-top: 96px;
    }
}

/* ===========================
   1. HERO SECTION
   =========================== */

.lp-hero {
    padding: 48px 24px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    background: linear-gradient(180deg, #f1f5f9 0%, rgba(241, 245, 249, 0) 100%);
    border-radius: 32px;
}

.lp-hero__title {
    font-family: 'Montserrat Variable', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin: 0 0 12px;
}

.lp-hero__subtitle {
    font-family: 'Montserrat Variable', sans-serif;
    font-size: 1.15rem;
    color: #475569;
    line-height: 1.6;
    max-width: 560px;
    margin: 0 0 20px;
}


/* ===========================
   2. PRICE BADGE
   (Claymorphic floating chip)
   =========================== */

.lp-price-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    box-shadow:
        5px 5px 14px rgba(0, 0, 0, 0.05),
        -3px -3px 8px rgba(255, 255, 255, 0.9),
        inset 0 1px 2px rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
}

.lp-price-badge__amount {
    font-size: 2.1rem;
    font-weight: 800;
    color: #0d7377;
    letter-spacing: -0.02em;
}

.lp-price-badge__label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lp-price-badge__disclaimer {
    font-size: 0.7rem;
    color: #94a3b8;
    margin-top: -16px;
    margin-bottom: 20px;
}


/* ===========================
   3. SECTION HEADINGS
   =========================== */

.lp-section-heading {
    font-family: 'Montserrat Variable', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    letter-spacing: -0.025em;
    margin: 0 0 24px;
}

.lp-column-heading {
    font-family: 'Montserrat Variable', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 16px;
    color: #0f172a;
}


/* ===========================
   4. WARNING / REJECTION CARD
   =========================== */

.lp-warning-card {
    padding: 28px 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
    border-left: 5px solid #fb8500;
    box-shadow:
        4px 4px 12px rgba(251, 133, 0, 0.06),
        -2px -2px 6px rgba(255, 255, 255, 0.9),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    margin-bottom: 32px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.lp-warning-card__icon-wrapper {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff4e6 0%, #ffedd5 100%);
    box-shadow:
        2px 2px 6px rgba(251, 133, 0, 0.1),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
    color: #fb8500;
    font-size: 24px;
}

.lp-warning-card__content {
    flex: 1;
}

.lp-warning-card__heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 8px;
}

.lp-warning-card__body {
    font-size: 0.95rem;
    color: #78350f;
    line-height: 1.6;
    margin-bottom: 12px;
}

.lp-warning-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-warning-card__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #92400e;
    line-height: 1.4;
}

.lp-warning-card__item::before {
    content: '';
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(
        145deg,
        #fbbf24 0%,
        #f59e0b 40%,
        #d97706 100%
    );
    box-shadow:
        0 1px 3px rgba(251, 133, 0, 0.3),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}


/* ===========================
   5. INFO BLOCK BEAD VARIANTS
   =========================== */

.lp-info-bead--teal {
    background: linear-gradient(
        145deg,
        #5eead4 0%,
        #14b8a6 40%,
        #0d9488 100%
    ) !important;
    box-shadow:
        0 2px 4px rgba(13, 148, 136, 0.3),
        0 1px 2px rgba(13, 148, 136, 0.2),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4),
        inset -1px -1px 2px rgba(0, 100, 80, 0.3) !important;
}

.lp-info-bead--amber {
    background: linear-gradient(
        145deg,
        #fcd34d 0%,
        #f59e0b 40%,
        #d97706 100%
    ) !important;
    box-shadow:
        0 2px 4px rgba(245, 158, 11, 0.3),
        0 1px 2px rgba(245, 158, 11, 0.2),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4),
        inset -1px -1px 2px rgba(180, 83, 9, 0.3) !important;
}

.lp-info-bead--sapphire {
    background: linear-gradient(
        145deg,
        #a5b4fc 0%,
        var(--sapphire-light, #6366f1) 40%,
        var(--sapphire-main, #4338ca) 100%
    ) !important;
    box-shadow:
        0 2px 4px var(--sapphire-light-30),
        0 1px 2px var(--sapphire-light-20),
        inset 1px 1px 2px rgba(255, 255, 255, 0.4),
        inset -1px -1px 2px var(--sapphire-dark-30, rgba(67, 56, 202, 0.3)) !important;
}


/* ===========================
   6. OVERVIEW GRID
   =========================== */

.lp-overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

.lp-overview-grid:has(> :only-child) {
    grid-template-columns: 1fr;
}


/* ===========================
   6B. VERTICAL TIMELINE
   (Process Steps)
   =========================== */

.lp-timeline {
    position: relative;
    list-style: none;
    padding: 0 0 0 28px;
    margin: 0 0 32px;
}

/* Vertical connector line */
.lp-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 24px;
    bottom: 24px;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(
        180deg,
        var(--hiw-sapphire-light, #6366f1) 0%,
        var(--hiw-sapphire-main, #4338ca) 50%,
        var(--hiw-sapphire-dark, #312e81) 100%
    );
    box-shadow:
        inset 1px 1px 2px rgba(0, 0, 0, 0.2),
        0 0 8px var(--sapphire-main-15);
}

.lp-timeline__item {
    position: relative;
    padding: 0 0 24px 36px;
}

.lp-timeline__item:last-child {
    padding-bottom: 0;
}

/* Numbered badge on the line */
.lp-timeline__badge {
    position: absolute;
    left: -28px;
    top: 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    background:
        radial-gradient(circle at 30% 30%, #a5b4fc, var(--sapphire-light, #6366f1), var(--sapphire-main, #4338ca));
    border: 3px solid #ffffff;
    box-shadow:
        0 3px 8px var(--sapphire-main-30),
        0 1px 3px rgba(0, 0, 0, 0.12),
        inset 0 -2px 3px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.lp-timeline__card {
    padding: 20px 24px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow:
        4px 4px 12px rgba(0, 0, 0, 0.04),
        -2px -2px 6px rgba(255, 255, 255, 0.9),
        inset 0 1px 1px rgba(255, 255, 255, 0.5);
    transition:
        transform 450ms var(--hiw-spring-easing, ease),
        box-shadow 300ms ease;
}

.lp-timeline__card:hover {
    transform: translateY(-2px);
    box-shadow:
        6px 8px 18px rgba(0, 0, 0, 0.06),
        -2px -2px 6px rgba(255, 255, 255, 0.9),
        inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.lp-timeline__title {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 6px;
}

.lp-timeline__desc {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}


/* ===========================
   6C. INFO BLOCKS GRID
   (3-column on desktop)
   =========================== */

.lp-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
}

.lp-info-grid .elig-verify-tray {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* ===========================
   6D. FORMS INCLUDED LIST
   =========================== */

.lp-forms-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lp-forms-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow:
        3px 3px 10px rgba(0, 0, 0, 0.03),
        -2px -2px 6px rgba(255, 255, 255, 0.9),
        inset 0 1px 1px rgba(255, 255, 255, 0.5);
    transition:
        transform 300ms var(--hiw-spring-easing, ease),
        box-shadow 300ms ease;
}

.lp-forms-item:hover {
    transform: translateY(-2px);
    box-shadow:
        5px 6px 16px rgba(0, 0, 0, 0.05),
        -2px -2px 6px rgba(255, 255, 255, 0.9),
        inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.lp-forms-item__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(145deg, #eef2ff 0%, #e0e7ff 100%);
    color: var(--sapphire-main, #4338ca);
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.7),
        0 1px 3px var(--sapphire-main-10);
}

.lp-forms-item__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lp-forms-item__number {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sapphire-main, #4338ca);
}

.lp-forms-item__name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

.lp-forms-item__desc {
    font-size: 0.85rem;
    color: #1e293b;
    line-height: 1.5;
    margin-top: 2px;
}


/* ===========================
   6E. BOTTOM CTA
   =========================== */

.lp-bottom-cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 16px;
}

/* ===========================
   6F. LAST UPDATED FOOTER
   =========================== */

.lp-last-updated {
    text-align: center;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid rgba(226, 232, 240, 0.5);
}


/* ===========================
   7. HOVER INTERACTION STATES
   =========================== */

.lp-info-grid .elig-verify-tray {
    transition:
        transform 300ms var(--hiw-spring-easing, ease),
        box-shadow 300ms ease;
}

.lp-info-grid .elig-verify-tray:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        6px 8px 20px rgba(0, 0, 0, 0.07),
        -3px -3px 8px rgba(255, 255, 255, 0.9),
        inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

.elig-value-card {
    transition:
        transform 300ms var(--hiw-spring-easing, ease),
        box-shadow 300ms ease;
}

.elig-value-card:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
        5px 7px 16px rgba(0, 0, 0, 0.06),
        -2px -2px 6px rgba(255, 255, 255, 0.9),
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
}


/* ===========================
   8. STICKY CTA NAV
   =========================== */

.lp-sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.95) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.06),
        0 1px 3px rgba(0, 0, 0, 0.04);
}

.lp-sticky-nav__title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.lp-sticky-nav__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: radial-gradient(circle at 30% 30%, #a5b4fc, var(--sapphire-light, #6366f1), var(--sapphire-main, #4338ca));
    box-shadow:
        0 3px 10px var(--sapphire-main-30),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 1px 2px rgba(255, 255, 255, 0.2);
    transition:
        transform 200ms ease,
        box-shadow 200ms ease;
}

.lp-sticky-nav__cta:hover {
    transform: translateY(-1px);
    box-shadow:
        0 5px 14px var(--sapphire-main-35),
        0 2px 5px rgba(0, 0, 0, 0.12),
        inset 0 1px 2px rgba(255, 255, 255, 0.2);
}

.lp-sticky-nav__price {
    font-weight: 700;
}


/* ===========================
   9. RESPONSIVE
   =========================== */

@media (max-width: 899px) {
    .lp-hero__title {
        font-size: 2.25rem;
    }

    .lp-hero__subtitle {
        font-size: 1.05rem;
    }
}

@media (max-width: 599px) {
    .lp-hero {
        padding: 24px 16px 20px;
        margin-bottom: 24px;
        border-radius: 24px;
    }

    .lp-hero__title {
        font-size: 1.75rem;
    }

    .lp-hero__subtitle {
        font-size: 0.95rem;
    }

    .lp-price-badge {
        padding: 12px 24px;
    }

    .lp-price-badge__amount {
        font-size: 1.75rem;
    }

    .lp-warning-card {
        flex-direction: column;
        padding: 20px 16px;
        border-radius: 16px;
        gap: 12px;
    }

    .lp-warning-card__icon-wrapper {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .lp-warning-card__heading {
        font-size: 1.05rem;
    }

    .lp-overview-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lp-section-heading {
        font-size: 1.25rem;
    }

    .lp-timeline {
        padding-left: 24px;
    }

    .lp-timeline::before {
        left: 13px;
    }

    .lp-timeline__item {
        padding-left: 28px;
    }

    .lp-timeline__badge {
        left: -24px;
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }

    .lp-timeline__card {
        padding: 16px 18px;
        border-radius: 14px;
    }

    .lp-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lp-sticky-nav {
        padding: 10px 16px;
        gap: 12px;
    }

    .lp-sticky-nav__title {
        font-size: 0.85rem;
    }

    .lp-sticky-nav__cta {
        padding: 7px 14px;
        font-size: 0.8rem;
    }
}


/* ===========================
   10. REDUCED MOTION
   =========================== */

@media (prefers-reduced-motion: reduce) {
    .lp-price-badge,
    .lp-warning-card,
    .lp-hero,
    .lp-sticky-nav__cta,
    .lp-info-grid .elig-verify-tray,
    .elig-value-card {
        animation: none;
        transition: none;
    }
}
