/* ==========================================================================
   Estilos del checkout central. Alineados al sistema de diseno de las landings
   (Bootstrap 5.3 + Poppins/Roboto + paleta del producto via --brand/--accent).
   ========================================================================== */

body {
    font-family: 'Roboto', sans-serif;
    background: #f4f6fb;
}

h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
    font-family: 'Poppins', sans-serif;
}

.checkout-wrap {
    min-height: 100vh;
}

.badge-marca {
    display: inline-block;
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    padding: .35rem .85rem;
    border-radius: 2rem;
    letter-spacing: .3px;
}

.resumen-card,
.datos-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(6, 28, 107, .10);
}

.resumen-card {
    background: #fff;
    border-top: 4px solid var(--brand);
}

.precio .moneda {
    font-size: 1.1rem;
    vertical-align: top;
    color: var(--brand);
    font-weight: 600;
}

.precio .monto {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: var(--brand);
}

.precio .periodo {
    color: #6c757d;
    font-size: .9rem;
}

.feature-list li {
    font-size: .92rem;
}

.btn-pagar {
    background: var(--brand);
    color: #fff;
    border: 0;
    padding: .7rem 1rem;
    border-radius: .6rem;
    transition: filter .2s ease, transform .2s ease;
}

.btn-pagar:hover {
    color: #fff;
    filter: brightness(1.08);
    transform: translateY(-1px);
}

#checkout {
    min-height: 320px;
}
