.section-recibos-auth-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 85px;
    background:
        radial-gradient(circle at top right, rgba(254, 211, 48, 0.28), transparent 28%),
        linear-gradient(135deg, #003f82 0%, #005cb8 52%, #0c7fd8 100%);
    color: #ffffff;
}

.section-recibos-auth-hero:after {
    content: '';
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -80px;
    height: 180px;
    background: #f5f8fc;
    border-radius: 50% 50% 0 0;
}

.recibos-auth-hero-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.recibos-auth-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.recibos-auth-hero-copy h1 {
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 1.14;
    color: #ffffff;
}

.recibos-auth-hero-copy h1 span {
    color: #fed330;
}

.recibos-auth-hero-copy p {
    max-width: 620px;
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
}

.recibos-auth-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.recibos-auth-highlight {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 700;
}

.recibos-auth-highlight i {
    color: #fed330;
}

.recibos-auth-side-card,
.recibos-auth-info-card,
.recibos-auth-form-card,
.recibos-auth-support-card {
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0, 54, 110, 0.12);
}

.recibos-auth-side-card {
    padding: 34px 32px;
    background: rgba(7, 32, 72, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
}

.recibos-auth-side-card h2 {
    margin: 0 0 18px;
    font-size: 28px;
    color: #ffffff;
}

.recibos-auth-side-card ul {
    margin: 0;
    padding-left: 20px;
}

.recibos-auth-side-card li {
    margin-bottom: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.section-recibos-auth-form {
    position: relative;
    padding: 30px 0 40px;
    background: #f5f8fc;
}

.recibos-auth-info-card {
    height: 100%;
    padding: 36px 30px;
    background: #ffffff;
}

.recibos-auth-info-card p {
    margin: 0;
    color: #5b6b80;
    font-size: 16px;
    line-height: 1.8;
}

.recibos-auth-steps {
    margin-top: 28px;
}

.recibos-auth-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #e4ebf3;
}

.recibos-auth-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.recibos-auth-step strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #004592;
    color: #ffffff;
    font-size: 17px;
}

.recibos-auth-step span {
    color: #26415e;
    font-weight: 600;
}

.recibos-auth-form-card {
    position: relative;
    padding: 38px 36px;
    background: #ffffff;
}

.recibos-auth-form-header h2 {
    margin: 0 0 10px;
    font-size: 34px;
    color: #073b79;
}

.recibos-auth-form-header p {
    margin: 0 0 28px;
    font-size: 16px;
    color: #607289;
}

.recibos-auth-form .form-group {
    margin-bottom: 22px;
}

.recibos-auth-form label {
    display: block;
    margin-bottom: 8px;
    color: #15385b;
    font-weight: 700;
}

.recibos-auth-form .form-control {
    height: 58px;
    border: 1px solid #d4deeb;
    border-radius: 16px;
    box-shadow: none;
    font-size: 16px;
    color: #163554;
}

.recibos-auth-form .form-control:focus {
    border-color: #0c7fd8;
    box-shadow: 0 0 0 3px rgba(12, 127, 216, 0.12);
}

.recibos-auth-submit {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #ed2024 0%, #ff5a36 100%);
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.recibos-auth-submit:hover,
.recibos-auth-submit:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 35px rgba(237, 32, 36, 0.22);
}

.recibos-auth-submit[disabled] {
    opacity: 0.7;
    cursor: wait;
}

.recibos-auth-result {
    display: none;
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.recibos-auth-result.is-visible {
    display: block;
}

.recibos-auth-result.is-success {
    background: #e9f9ef;
    border: 1px solid #bde6cb;
    color: #1b6f3a;
}

.recibos-auth-result.is-error {
    background: #fff2f1;
    border: 1px solid #ffd1cb;
    color: #a32d23;
}

.recibos-auth-loading {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(7, 24, 48, 0.5);
    z-index: 1200;
}

.recibos-auth-loading.is-visible {
    display: flex;
}

.recibos-auth-loading-box {
    width: 100%;
    max-width: 340px;
    padding: 28px 24px;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.recibos-auth-loading-box p {
    margin: 16px 0 0;
    color: #21415f;
    font-weight: 600;
}

.recibos-auth-spinner {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border: 4px solid #dfe9f5;
    border-top-color: #ed2024;
    border-radius: 50%;
    animation: recibos-auth-spin 0.8s linear infinite;
}

.section-recibos-auth-support {
    padding: 20px 0 90px;
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

.recibos-auth-support-card {
    height: 100%;
    padding: 34px 28px;
    background: #ffffff;
    text-align: left;
}

.recibos-auth-support-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: #edf5ff;
    color: #005cb8;
    font-size: 26px;
}

.recibos-auth-support-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #12385c;
}

.recibos-auth-support-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #617389;
}

@keyframes recibos-auth-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .section-recibos-auth-hero {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .section-recibos-auth-hero:after {
        bottom: -65px;
        height: 140px;
    }

    .recibos-auth-hero-row {
        display: block;
    }

    .recibos-auth-hero-copy {
        margin-bottom: 24px;
    }

    .recibos-auth-hero-copy h1 {
        font-size: 38px;
    }

    .recibos-auth-info-card {
        margin-bottom: 24px;
    }

    .section-recibos-auth-support {
        padding-bottom: 70px;
    }

    .recibos-auth-support-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .section-recibos-auth-hero {
        padding-top: 74px;
        padding-bottom: 54px;
    }

    .recibos-auth-hero-copy h1 {
        font-size: 30px;
    }

    .recibos-auth-hero-copy p,
    .recibos-auth-side-card li {
        font-size: 16px;
    }

    .recibos-auth-side-card,
    .recibos-auth-info-card,
    .recibos-auth-form-card,
    .recibos-auth-support-card {
        border-radius: 22px;
    }

    .recibos-auth-side-card,
    .recibos-auth-info-card,
    .recibos-auth-form-card,
    .recibos-auth-support-card {
        padding: 28px 22px;
    }

    .recibos-auth-highlight {
        width: 100%;
        justify-content: flex-start;
    }

    .recibos-auth-form-header h2,
    .recibos-auth-side-card h2,
    .recibos-auth-support-card h3 {
        font-size: 26px;
    }
}