body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.bg-promo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/images/imagemlogin.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
    animation: slowZoom 20s infinite alternate;
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 40%, rgba(0, 30, 70, 0.85) 0%, rgba(0, 10, 25, 0.95) 100%);
    z-index: 2;
}

.promo-content {
    position: fixed;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    max-width: 700px;
    font-family: 'Inter', sans-serif;
    animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-light-top {
    position: absolute;
    top: -100px;
    right: -50px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 153, 255, 0.2) 0%, transparent 70%);
    z-index: 0;
    border-radius: 50%;
}

.promo-light-bottom {
    position: absolute;
    bottom: -80px;
    left: -50px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 86, 179, 0.15) 0%, transparent 70%);
    z-index: 0;
    border-radius: 50%;
    filter: blur(30px);
}

.promo-main {
    position: relative;
    z-index: 2;
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 153, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 153, 255, 0.4);
    border-radius: 100px;
    padding: 8px 24px;
    margin-bottom: 25px;
    animation: float 3s ease-in-out infinite;
}

.promo-badge-text {
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.promo-title {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: -4px;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.promo-title-highlight {
    background: linear-gradient(145deg, #FFFFFF, #99D6FF, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 30px rgba(1, 16, 26, 0.7));
    animation: glowPulse 3s infinite;
}

.promo-description {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.promo-description strong {
    color: white;
}

.promo-description-highlight {
    background: linear-gradient(145deg, #FFFFFF, #B3E0FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    border-bottom: 3px solid #0099FF;
    padding-bottom: 3px;
}

.promo-benefit {
    position: relative;
    margin-bottom: 35px;
    max-width: 600px;
}

.promo-months {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 15px;
}

.promo-number-wrap {
    position: relative;
}

.promo-number {
    font-size: 12rem;
    font-weight: 900;
    line-height: 0.8;
    background: linear-gradient(145deg, #FFFFFF, #80C9FF, #0099FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 20px 30px rgba(0, 86, 179, 0.8));
    text-shadow: 0 0 50px rgba(0, 153, 255, 0.6);
    display: inline-block;
    animation: numberPop 4s infinite ease-in-out;
}

.promo-months-text {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-shadow: 0 0 30px rgba(0, 153, 255, 0.7);
    display: inline-block;
    margin-left: 5px;
}

.promo-free {
    margin-top: -20px;
    margin-bottom: 30px;
}

.promo-free-text {
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(145deg, #FFFFFF, #E6F3FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 10px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    display: block;
    line-height: 1;
    text-shadow: 0 0 30px rgba(0, 153, 255, 0.5);
}

.promo-benefit-card {
    margin-top: 35px;
    background: linear-gradient(145deg, rgba(0, 86, 179, 0.2), rgba(0, 153, 255, 0.1));
    border: 1.5px solid rgba(0, 153, 255, 0.4);
    border-radius: 24px;
    padding: 25px 30px;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    gap: 25px;
}

.promo-benefit-icon {
    background: linear-gradient(145deg, #0099FF, #0056B3);
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(0, 86, 179, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.promo-benefit-icon i {
    color: white;
    font-size: 2.2rem;
}

.promo-benefit-title {
    color: white;
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.promo-benefit-copy {
    color: #B3E0FF;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}

.promo-benefit-pill {
    color: white;
    font-weight: 900;
    background: rgba(0, 153, 255, 0.3);
    padding: 4px 12px;
    border-radius: 50px;
}

.promo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    margin-top: 20px;
}

.btn-access-corner {
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 9999;
    background: linear-gradient(135deg, #0099FF, #0056B3, #003D80);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 16px 36px;
    border-radius: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.1rem;
    text-transform: uppercase;
    box-shadow: 0 0 30px rgba(0, 153, 255, 0.6), 0 0 0 2px rgba(255, 255, 255, 0.1) inset;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(10px);
}

.btn-access-corner:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 0 45px rgba(8, 62, 99, 0.9), 0 0 0 3px rgba(255, 255, 255, 0.2) inset;
    background: linear-gradient(135deg, #1AA3FF, #0066CC, #004C99);
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 25px rgba(0, 153, 255, 0.5), 0 0 0 2px rgba(255, 255, 255, 0.1) inset;
    }

    50% {
        box-shadow: 0 0 45px rgba(4, 72, 117, 0.9), 0 0 0 3px rgba(255, 255, 255, 0.2) inset;
    }

    100% {
        box-shadow: 0 0 25px rgba(0, 153, 255, 0.5), 0 0 0 2px rgba(255, 255, 255, 0.1) inset;
    }
}

#cardLogin {
    display: none;
    position: fixed;
    top: 100px;
    right: 30px;
    width: 400px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    animation: slideIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.close-btn {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.close-btn:hover {
    background: rgba(239, 68, 68, 0.2);
    color: #EF4444;
    transform: rotate(90deg);
    border-color: rgba(239, 68, 68, 0.3);
}

.login-header {
    text-align: center;
    margin-bottom: 25px;
}

.login-logo {
    max-width: 160px;
    max-height: 60px;
    margin-bottom: 15px;
}

.login-title {
    color: white;
    font-weight: 700;
    margin-bottom: 5px;
}

.login-subtitle {
    color: #94A3B8;
    font-size: 0.9rem;
}

.install-button {
    display: none !important;
}

.install-button.is-visible {
    display: flex !important;
}

.input-field {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 153, 255, 0.3);
    border-radius: 16px;
    transition: all 0.3s;
}

.input-field:hover,
.input-field:focus-within {
    border-color: #0099FF;
    background: rgba(0, 153, 255, 0.1);
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.2);
}

.input-field input,
.input-field select {
    background: transparent;
    border: none;
    color: white;
    padding: 16px 12px;
    width: 100%;
    outline: none;
    font-size: 0.95rem;
}

.input-field input::placeholder {
    color: #94A3B8;
    font-weight: 300;
}

.btn-login-premium {
    background: linear-gradient(135deg, #0099FF, #0056B3);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 10px 25px -8px rgba(0, 86, 179, 0.6);
    transition: all 0.3s;
    width: 100%;
}

.btn-login-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px -8px #214266;
    background: linear-gradient(135deg, #1AA3FF, #0066CC);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px) translateY(-50%);
    }

    to {
        opacity: 1;
        transform: translateY(0) translateY(-50%);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes glowPulse {
    0% {
        text-shadow: 0 0 20px rgba(0, 153, 255, 0.5);
    }

    50% {
        text-shadow: 0 0 40px rgba(0, 153, 255, 0.9), 0 0 60px rgba(0, 86, 179, 0.5);
    }

    100% {
        text-shadow: 0 0 20px rgba(0, 153, 255, 0.5);
    }
}

@keyframes numberPop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .promo-content {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 92%;
        max-width: 700px;
        text-align: center;
    }

    .promo-title {
        font-size: 3.5rem !important;
        letter-spacing: -2px !important;
    }

    .promo-description {
        font-size: 1.2rem !important;
    }

    #cardLogin {
        width: 450px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 80px;
        padding: 30px;
    }

    .btn-access-corner {
        padding: 14px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .promo-title {
        font-size: 2.8rem !important;
        line-height: 1.1 !important;
    }

    .promo-description {
        font-size: 1.1rem !important;
        max-width: 100% !important;
    }

    .promo-months {
        justify-content: center;
    }

    .promo-number {
        font-size: 8rem !important;
    }

    .promo-months-text {
        font-size: 2.8rem !important;
        letter-spacing: 4px !important;
    }

    .promo-free-text {
        font-size: 3.2rem !important;
        letter-spacing: 5px !important;
    }

    #cardLogin {
        width: 92%;
        max-width: 400px;
        padding: 25px;
        top: 60px;
    }

    .btn-access-corner {
        padding: 12px 24px;
        font-size: 0.9rem;
        top: 15px;
        right: 15px;
    }

    .promo-actions {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }

    .promo-benefit-card {
        flex-direction: column;
        text-align: center;
        padding: 20px !important;
        gap: 15px !important;
    }

    .promo-benefit-icon {
        width: 60px !important;
        height: 60px !important;
    }

    .promo-benefit-title {
        font-size: 1.3rem !important;
    }

    .promo-benefit-copy {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 480px) {
    .promo-title {
        font-size: 2.2rem !important;
    }

    .promo-number {
        font-size: 6rem !important;
    }

    .promo-months-text {
        font-size: 2.2rem !important;
    }

    .promo-free-text {
        font-size: 2.5rem !important;
        letter-spacing: 3px !important;
    }

    .promo-description {
        font-size: 1rem !important;
    }

    .btn-access-corner {
        padding: 10px 20px;
        font-size: 0.8rem;
        gap: 8px;
    }

    #cardLogin {
        padding: 20px;
        top: 50px;
    }

    .promo-badge {
        padding: 6px 16px !important;
        margin-bottom: 15px !important;
    }

    .promo-light-top,
    .promo-light-bottom {
        display: none;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    .promo-content {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .promo-title {
        font-size: 2rem !important;
        margin-bottom: 10px !important;
    }

    .promo-number {
        font-size: 4rem !important;
    }

    .promo-benefit-card {
        margin-top: 15px !important;
        padding: 15px !important;
    }

    #cardLogin {
        top: 40px;
        max-height: 85vh;
        overflow-y: auto;
    }
}
