/* Checkout Access — página de compra (producto + identidad/pago). */

.access-checkout-site {
    min-height: 100%;
    background: var(--color-bg);
    color: var(--color-text);
}

.access-checkout-site .flash-stack {
    position: sticky;
    top: 0;
    z-index: 20;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0.75rem 1.25rem 0;
}

.ax-check {
    max-width: none;
    margin: 0;
    padding: 0 0 3rem;
}

.ax-check__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: var(--brand-logo-bg, #000000);
    padding: 0.85rem clamp(1rem, 3vw, 1.75rem);
    margin-bottom: 1.5rem;
}

.ax-check__brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.ax-check__brand .brand-logo-wrap--checkout {
    width: min(340px, 100%);
}
.brand-logo--checkout {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.ax-check__back {
    color: #cbd5e1;
    font-size: var(--text-sm);
    font-weight: 600;
    text-decoration: none;
    flex-shrink: 0;
}

.ax-check__back:hover {
    color: #ffffff;
}

.ax-check__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
    align-items: start;
    max-width: 68rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.ax-check__product,
.ax-check__panel {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 1.15rem;
    padding: 1.35rem 1.35rem 1.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.ax-check__media {
    overflow: hidden;
    border-radius: 0.85rem;
    aspect-ratio: 16 / 9;
    background: var(--color-surface-alt);
    margin-bottom: 1.1rem;
}

.ax-check__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ax-check__kicker {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary-600);
}

.ax-check__name {
    margin: 0 0 0.5rem;
    font-size: 1.65rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.ax-check__lead,
.ax-check__copy,
.ax-check__trust,
.ax-check__panel-lead {
    color: var(--color-text-soft);
    font-size: 0.95rem;
    line-height: 1.55;
}

.ax-check__copy {
    margin: 0.35rem 0 0;
}

.ax-check__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem 0.75rem;
    margin: 1.1rem 0 0.85rem;
}

.ax-check__was {
    color: var(--color-text-muted);
    text-decoration: line-through;
    font-size: 1.05rem;
}

.ax-check__now {
    font-size: 2rem;
    letter-spacing: -0.04em;
    color: var(--color-text);
}

.ax-check__save {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--color-success-50);
    color: #166534;
    font-size: 0.8rem;
    font-weight: 700;
}

.ax-check__trust {
    margin: 0;
    font-size: 0.82rem;
}

.ax-check__panel-title {
    margin: 0 0 0.4rem;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
}

.ax-check__panel-lead {
    margin: 0 0 1.15rem;
}

.ax-check__google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 2.9rem;
    padding: 0.65rem 1rem;
    border: 1px solid var(--color-border-strong);
    border-radius: 0.8rem;
    background: #fff;
    color: var(--color-text);
    font: inherit;
    font-weight: 650;
    text-decoration: none;
}

.ax-check__google svg {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
}

.ax-check__google:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.ax-check__or {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.95rem 0;
    color: var(--color-text-muted);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: lowercase;
}

.ax-check__or::before,
.ax-check__or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--color-border);
}

.ax-check__form .form-group {
    margin-bottom: 0.9rem;
}

.ax-check__terms label {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    font-size: 0.82rem;
    color: var(--color-text-soft);
    line-height: 1.45;
}

.ax-check__terms input {
    margin-top: 0.2rem;
}

.ax-check__terms a {
    color: var(--color-primary-600);
}

.ax-check__submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    margin-top: 0.25rem;
    padding: 0.7rem 1rem;
    border: 0;
    border-radius: 0.8rem;
    background: var(--color-primary-600);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.ax-check__submit:hover {
    background: var(--color-primary-700);
}

.ax-check__switch {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.88rem;
    color: var(--color-text-soft);
}

.ax-check__link {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    color: var(--color-primary-600);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.ax-check__link:hover {
    text-decoration: underline;
}

.ax-check__embed {
    min-height: 18rem;
}

.ax-check__embed-error {
    margin: 0.75rem 0 0;
    color: var(--color-danger);
    font-size: 0.88rem;
}

@media (max-width: 860px) {
    .ax-check {
        padding: 0 0 2.5rem;
    }

    .ax-check__top {
        padding: 0.75rem 1rem;
    }

    .ax-check__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 1rem;
    }

    .ax-check__brand .brand-logo-wrap--checkout {
        width: min(240px, calc(100vw - 7.5rem));
    }

    .ax-check__name {
        font-size: 1.4rem;
    }

    .ax-check__now {
        font-size: 1.7rem;
    }
}
