/* Offer Engine — Clean template
   White card, subtle shadow, centered layout. The default. */

.lp-offer-card--clean {
    max-width: 480px;
    margin: 24px auto;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.lp-offer-card--clean .lp-offer-headline {
    margin: 0 0 8px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
}

.lp-offer-card--clean .lp-offer-description {
    margin: 0 0 18px;
    font-size: 1em;
    line-height: 1.6;
    color: #4b5563;
}

.lp-offer-card--clean .lp-offer-pricing {
    margin: 0 0 18px;
}

.lp-offer-card--clean .lp-offer-original-price {
    color: #9ca3af;
    font-size: 0.9em;
}

.lp-offer-card--clean .lp-offer-price {
    font-size: 1.25em;
    font-weight: 700;
    color: #111827;
}

.lp-offer-card--clean .lp-offer-renewal {
    display: block;
    margin-top: 2px;
    font-size: 0.85em;
    color: #6b7280;
}

.lp-offer-card--clean .lp-offer-cta {
    display: inline-block;
    padding: 12px 32px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.lp-offer-card--clean .lp-offer-cta--primary {
    background: #1d4ed8;
    color: #fff;
    border: 2px solid #1d4ed8;
}
.lp-offer-card--clean .lp-offer-cta--primary:hover {
    background: #1e40af;
    border-color: #1e40af;
    color: #fff;
}

.lp-offer-card--clean .lp-offer-cta--secondary {
    background: #fff;
    color: #1d4ed8;
    border: 2px solid #1d4ed8;
}
.lp-offer-card--clean .lp-offer-cta--secondary:hover {
    background: #eff6ff;
    color: #1d4ed8;
}

.lp-offer-card--clean .lp-offer-trust {
    margin: 14px 0 0;
    font-size: 0.8em;
    color: #6b7280;
}
