/* Must-Have Backup — Lifetime landing (extends product.css "Vault at Midnight") */

/* ── Hero ──────────────────────────────────────────────────────────── */

.lt-badge {
    display: inline-block;
    background: rgba(233, 161, 59, .12);
    border: 1px solid var(--bk-amber);
    color: #F2C879;
    padding: 8px 22px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 24px;
    animation: bk-rise .8s cubic-bezier(.16,1,.3,1) both;
}

@media (max-width: 960px) {
    .lt-badge {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

/* ── Inline CTAs — deal strip ──────────────────────────────────────── */

.lt-inline-cta {
    padding: 8px 0 60px;
}

.lt-deal-strip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 36px;
    padding: 24px 38px;
    background:
        radial-gradient(500px 200px at 15% 0%, rgba(233, 161, 59, .1), transparent 70%),
        linear-gradient(160deg, var(--bk-night-1) 0%, var(--bk-night-2) 100%);
    border: 1px solid rgba(233, 161, 59, .4);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(13, 43, 49, .25);
}

.lt-deal-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    text-align: left;
}

.lt-deal-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #F2C879;
}

.lt-deal-price {
    font-size: 1.6em;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.lt-deal-price s {
    font-size: .72em;
    font-weight: 600;
    color: #9DBBB4;
    text-decoration-color: rgba(228, 87, 79, .9);
    text-decoration-thickness: 2px;
}

.lt-deal-price .lt-deal-arrow {
    color: var(--bk-amber);
    font-weight: 400;
    margin: 0 2px;
}

.lt-deal-price em {
    font-style: normal;
    font-size: .55em;
    font-weight: 700;
    color: #F2B95C;
}

.lt-deal-note {
    font-size: 12px;
    color: #8CA6B2;
}

.lt-deal-strip .cta-btn {
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .lt-deal-strip {
        flex-direction: column;
        gap: 16px;
        padding: 24px 22px;
        width: 100%;
    }

    .lt-deal-copy {
        align-items: center;
        text-align: center;
    }
}

/* ── Lifetime pricing ──────────────────────────────────────────────── */

.lt-cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
    margin: 40px auto;
    max-width: 100%;
}

.lt-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    max-width: 100%;
    padding: 34px 30px 30px;
    background: var(--bk-card);
    border: 1px solid rgba(184, 123, 34, .55);
    border-radius: 16px;
    color: #fff;
    text-align: center;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .35);
    transition: transform .25s ease, box-shadow .25s ease;
}

.lt-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, .45), 0 0 44px rgba(233, 161, 59, .12);
}

.lt-card-featured {
    border: 2px solid var(--bk-amber);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .45), 0 0 50px rgba(233, 161, 59, .14);
}

.lt-card-flag {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #F2C879, var(--bk-amber));
    color: #07272E;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 99px;
    padding: 6px 18px;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(233, 161, 59, .3);
}

.lt-card-plan {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #F2C879;
}

.lt-card-sites {
    margin-top: 10px;
    font-size: 14.5px;
    font-weight: 700;
    color: #fff;
}

.lt-card-sites i {
    font-size: 12px;
    color: #2FBE8F;
    margin-right: 6px;
}

.lt-card-price {
    margin: 18px 0 2px;
    font-size: 4em;
    font-weight: 900;
    line-height: 1;
    color: #F2B95C;
    text-shadow: 0 0 40px rgba(233, 161, 59, .35);
}

.lt-card-price small {
    font-size: .45em;
    font-weight: 700;
    vertical-align: super;
}

.lt-card-once {
    font-size: 12.5px;
    color: #C9DBD5;
}

.lt-card-math {
    margin-top: 12px;
    font-size: 12px;
    color: #8CA6B2;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--bk-card-line);
    border-radius: 99px;
    padding: 6px 16px;
}

.lt-card-features {
    list-style: none;
    padding: 0;
    margin: 22px 0 26px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .82);
    text-align: left;
    align-self: stretch;
}

.lt-card-features li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    color: #2FBE8F;
    margin-right: 10px;
}

.lt-card-btn {
    display: block;
    width: 100%;
    margin-top: auto;
    background: linear-gradient(180deg, #F2C879, var(--bk-amber));
    color: #07272E;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 10px 26px rgba(233, 161, 59, .3);
    transition: transform .15s ease, box-shadow .15s ease;
}

.lt-card-btn:hover {
    transform: translateY(-1px);
    color: #07272E;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 14px 32px rgba(233, 161, 59, .4);
}

/* ── Responsive ────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .lt-hero {
        padding: 44px 0 56px;
    }

    .lt-cards {
        flex-direction: column;
        align-items: center;
    }

    .lt-card {
        width: 100%;
        max-width: 380px;
    }

}
