@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../fonts/Geist/Geist-Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("../fonts/Geist/Geist-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Geist/Geist-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Geist/Geist-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Geist/Geist-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Geist/Geist-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Geist/Geist-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/Geist/Geist-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Geist/Geist-Black.ttf") format("truetype");
}

body {
    font-family: 'Geist', sans-serif;
}

.container-login-wallpaper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.container-login-wallpaper>.content-login-header {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #123b9f;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-login-wallpaper>.content-login-header>h4 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    color: #ff6600;
    font-weight: 700;
}

.container-login-wallpaper>.content-login-header>h4>span {
    color: #fff;
}

.container-login-wallpaper>.content-login-body {
    position: fixed;
    width: 100%;
    height: 700px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    z-index: 2;
    padding-top: 140px;
}

.container-login-wallpaper>.content-login-body>form {
    width: 380px;
    height: 480px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 0 25px;
}

.container-login-wallpaper>.content-login-body>form>.target-logo {
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.container-login-wallpaper>.content-login-body>form>.target-logo>img {
    width: 150px;
}

.container-login-wallpaper>.content-login-footer {
    position: fixed;
    width: 100%;
    height: 340px;
    background-color: #fff;
    z-index: 1;
    bottom: 0;
}

.container-login-wallpaper>.content-login-footer>.content-login-footer-background {
    width: 100%;
    height: 340px;
    background-image: url('../img/login/background-footer-login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Centralização vertical: height = line-height elimina desalinhamento de placeholder/texto */
.container-login-wallpaper .form-group input.form-control-border-grey-soft {
    width: 100%;
    height: 2.75rem;
    line-height: 2.75rem;
    padding: 0 0.75rem;
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    color: #0f172a !important;
    border-style: solid;
    font-size: 15px;
    font-weight: 400;
}

.container-login-wallpaper .form-group .input-group-layout input.form-control-border-grey-soft {
    padding-left: 50px;
}

.container-login-wallpaper .form-group .input-group-layout:has(.input-group-layout-addon-right-fixed) input.form-control-border-grey-soft {
    padding-right: 50px;
}

.container-login-wallpaper .form-group input.form-control-border-grey-soft::-moz-placeholder,
.container-login-wallpaper .form-group input.form-control-border-grey-soft::placeholder {
    color: #94a3b8;
    font-weight: 400;
    font-size: 15px;
}

.container-login-wallpaper .form-group input.form-control-border-grey-soft:hover {
    border-color: #cbd5e1 !important;
}

.container-login-wallpaper .form-group input.form-control-border-grey-soft:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px #2563eb26 !important;
}

.container-login-wallpaper .form-group label {
    border-left-color: #5c6064;
    color: #312f4f;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 10px;
}

.container-login-wallpaper .input-group-layout>.input-group-layout-addon-left {
    color: #64748b;
    font-size: 20px;
    z-index: 2;
}

.container-login-wallpaper .input-group-layout>.input-group-layout-addon-right>a {
    width: 100%;
    height: 100%;
    color: #66737f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: none;
    border: none;
    background-color: transparent;
    transition: all .3s;
    transform: scale(1);
    cursor: pointer;
}

.container-login-wallpaper .input-group-layout>.input-group-layout-addon-right>a.view {
    color: #ff6600;
    transform: scale(1.4);
}

.container-login-wallpaper .input-group-layout>.input-group-layout-addon-right>a:hover {
    transform: scale(1.4);
}

.container-login-wallpaper .btn-frete-barato {
    background: linear-gradient(135deg, #123b9f 0%, #0d2f81 100%);
    border: none;
    color: white;
    min-height: 50px;
    height: 50px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.8s ease;
    box-shadow: 0 4px 8px rgba(18, 59, 159, 0.2);
    padding: 1rem 1rem;
}

.container-login-wallpaper .btn-frete-barato:hover {
    background: linear-gradient(135deg, #1543b5 0%, #123b9f 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(18, 59, 159, 0.3);
}

.container-login-wallpaper input:-webkit-autofill,
.container-login-wallpaper input:-webkit-autofill:hover,
.container-login-wallpaper input:-webkit-autofill:focus,
.container-login-wallpaper input:-webkit-autofill:active,
.container-login-wallpaper textarea:-webkit-autofill,
.container-login-wallpaper textarea:-webkit-autofill:hover,
.container-login-wallpaper textarea:-webkit-autofill:focus,
.container-login-wallpaper select:-webkit-autofill,
.container-login-wallpaper select:-webkit-autofill:hover,
.container-login-wallpaper select:-webkit-autofill:focus {
    border-bottom-style: 1px dashed #001b5c;
    -webkit-text-fill-color: #444444;
    transition: background-color 86400s ease-in-out 0s;
}

.container-login-wallpaper ::placeholder {
    color: #5c6064;
    opacity: 1;
}

.container-login-wallpaper :-ms-input-placeholder {
    color: #5c6064;
}

.container-login-wallpaper ::-ms-input-placeholder {
    color: #5c6064;
}







/* ============================================
   LOGIN MODERNO — Layout estilo referência
   Esquerda: promo (gradiente azul)
   Direita: formulário (cinza claro + card branco)
   ============================================ */

.container-login-wallpaper {
    position: fixed;
    width: 100%;
    height: 100%;
}

.container-login-wallpaper .container-login-wallpaper-bg {
    width: 100%;
    height: 100%;
}

.container-login-wallpaper .container-login-wallpaper-side {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    top: 0;
    left: 0;
}

/* Lado esquerdo: conteúdo promocional (gradiente azul animado) */
.container-login-wallpaper .container-login-wallpaper-side-left.login-promo {
    position: relative;
    width: 50%;
    min-width: 480px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4rem;
    z-index: 1;
    overflow: hidden;
}

.login-promo-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.login-promo-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, #04163d, #0b2880 40%, #15368a, #1c3f98);
}

.login-promo-mesh {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
}

.login-promo-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.4) 1px, transparent 0);
    background-size: 20px 20px;
}

.login-promo-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    will-change: transform, opacity;
    pointer-events: none;
}

.login-promo-glow-1 {
    width: 400px;
    height: 400px;
    background: #15368a;
    top: -15%;
    right: -10%;
    opacity: 0.55;
}

.login-promo-glow-2 {
    width: 320px;
    height: 320px;
    background: #0b2880;
    bottom: -5%;
    left: -10%;
    opacity: 0.45;
}

.login-promo-glow-3 {
    width: 240px;
    height: 240px;
    background: #15368a;
    top: 40%;
    left: 20%;
    opacity: 0.4;
}

.login-promo-orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    will-change: transform;
    pointer-events: none;
}

.login-promo-orb-1 {
    width: 12px;
    height: 12px;
    top: 18%;
    right: 22%;
    animation: login-orb-drift 4s ease-in-out infinite;
}

.login-promo-orb-2 {
    width: 10px;
    height: 10px;
    bottom: 25%;
    left: 25%;
    animation: login-orb-drift 5s ease-in-out infinite 1.2s;
}

.login-promo-orb-3 {
    width: 8px;
    height: 8px;
    top: 55%;
    right: 18%;
    animation: login-orb-drift 4.5s ease-in-out infinite 2.5s;
}

.login-promo-orb-4 {
    width: 6px;
    height: 6px;
    top: 35%;
    left: 40%;
    animation: login-orb-drift 5.5s ease-in-out infinite 0.5s;
}

.login-promo-orb-5 {
    width: 10px;
    height: 10px;
    bottom: 15%;
    right: 35%;
    animation: login-orb-drift 3.8s ease-in-out infinite 1.8s;
}

@keyframes login-orb-drift {
    0%, 100% { transform: translate(0); opacity: 0.7; }
    25% { transform: translate(40px, -35px); opacity: 1; }
    50% { transform: translate(-25px, 30px); opacity: 0.85; }
    75% { transform: translate(35px, 20px); opacity: 1; }
}

.login-promo-content {
    position: relative;
    z-index: 1;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Carrossel de textos promocionais */
.login-promo-carousel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-promo-slides {
    position: relative;
    min-height: 240px;
}

.login-promo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s;
    pointer-events: none;
}

.login-promo-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Efeitos do carrossel (controlados por data-* e variáveis do plugin) */
.login-promo-carousel[data-headline-effect="slideUp"] .login-promo-slide .login-promo-headline {
    opacity: 0;
    transform: translateY(var(--carousel-headline-translate-y, 20px));
    transition: opacity var(--carousel-headline-duration, 0.5s) var(--carousel-easing, cubic-bezier(0.4, 0, 0.2, 1)) var(--carousel-headline-delay, 0s),
                transform var(--carousel-headline-duration, 0.5s) var(--carousel-easing, cubic-bezier(0.4, 0, 0.2, 1)) var(--carousel-headline-delay, 0s);
}

.login-promo-carousel[data-headline-effect="slideUp"] .login-promo-slide.active .login-promo-headline {
    opacity: 1;
    transform: translateY(0);
}

.login-promo-carousel[data-headline-effect="fade"] .login-promo-slide .login-promo-headline {
    opacity: 0;
    transition: opacity var(--carousel-headline-duration, 0.5s) var(--carousel-easing, cubic-bezier(0.4, 0, 0.2, 1)) var(--carousel-headline-delay, 0s);
}

.login-promo-carousel[data-headline-effect="fade"] .login-promo-slide.active .login-promo-headline {
    opacity: 1;
}

.login-promo-carousel[data-headline-effect="none"] .login-promo-slide .login-promo-headline {
    opacity: 1;
}

.login-promo-carousel[data-desc-effect="fade"] .login-promo-slide .login-promo-desc {
    opacity: 0;
    transition: opacity var(--carousel-desc-duration, 0.5s) var(--carousel-easing, cubic-bezier(0.4, 0, 0.2, 1)) var(--carousel-desc-delay, 0.15s);
}

.login-promo-carousel[data-desc-effect="fade"] .login-promo-slide.active .login-promo-desc {
    opacity: 1;
}

.login-promo-carousel[data-desc-effect="slideUp"] .login-promo-slide .login-promo-desc {
    opacity: 0;
    transform: translateY(var(--carousel-headline-translate-y, 20px));
    transition: opacity var(--carousel-desc-duration, 0.5s) var(--carousel-easing, cubic-bezier(0.4, 0, 0.2, 1)) var(--carousel-desc-delay, 0.15s),
                transform var(--carousel-desc-duration, 0.5s) var(--carousel-easing, cubic-bezier(0.4, 0, 0.2, 1)) var(--carousel-desc-delay, 0.15s);
}

.login-promo-carousel[data-desc-effect="slideUp"] .login-promo-slide.active .login-promo-desc {
    opacity: 1;
    transform: translateY(0);
}

.login-promo-carousel[data-desc-effect="none"] .login-promo-slide .login-promo-desc {
    opacity: 1;
}

.login-promo-slide .login-promo-headline {
    animation: none;
}

.login-promo-slide .login-promo-desc {
    margin-bottom: 0;
    animation: none;
}

/* Breadcrumb: dots com active em formato pill */
.login-promo-dots {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.login-promo-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    flex-shrink: 0;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
}

.login-promo-dot:hover {
    background: rgba(255, 255, 255, 0.65);
}

.login-promo-dot.active {
    width: 22px;
    background: #fff;
}

.login-promo-headline {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 1.25rem 0;
    letter-spacing: -0.02em;
    animation: login-content-reveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.login-promo-desc {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 2.5rem 0;
    animation: login-content-reveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

.login-promo-cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    animation: login-content-reveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

.login-promo-cta-text {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

@keyframes login-content-reveal {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.login-promo-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
    padding: 0.75rem 1.5rem;
    background: #15368a;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.9375rem;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    width: fit-content;
}

.login-promo-btn:hover {
    background: #04163d;
    border-color: rgba(255, 255, 255, 0.35);
    transform: translate(6px);
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none !important;
}

.login-promo-btn:active {
    transform: translate(4px);
}

.login-promo-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    font-size: 1.125rem;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-promo-btn:hover .login-promo-btn-icon {
    transform: translate(4px);
}

/* Lado direito: formulário (fundo cinza claro) */
.container-login-wallpaper .container-login-wallpaper-side-right.login-form-side {
    position: relative;
    width: 50%;
    min-width: 400px;
    height: 100%;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    z-index: 2;
    overflow-y: auto;
}

.login-form-side-inner {
    width: 100%;
    max-width: 420px;
}

/* Card branco do formulário */
.login-form-card {
    background: #fff;
    border-radius: 1.5rem;
    padding: 40px 36px;
    box-shadow: 0 4px 6px -1px #0000000d, 0 10px 15px -3px #00000014, 0 0 0 1px #0000000a;
    animation: login-card-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes login-card-slide {
    0% { opacity: 0; transform: translateX(-12px); }
    100% { opacity: 1; transform: translateX(0); }
}

.login-form-logo {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.login-form-logo img {
    width: 215px;
    height: auto;
}

.login-form-title {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 28px 0;
    text-align: center;
}

.login-form-label-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.login-form-forgot {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #4285f4;
    text-decoration: none;
}

.login-form-forgot:hover {
    text-decoration: underline;
    color: #2563eb;
}

.login-form-submit {
    margin-top: 8px;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
}

.login-form-signup {
    text-align: center;
    font-size: 0.875rem;
    color: #64748b;
    margin: 20px 0 0 0;
}

.login-form-signup a {
    color: #4285f4;
    text-decoration: none;
}

.login-form-signup a:hover {
    text-decoration: underline;
    color: #2563eb;
}

.login-form-button {
    width: 100%;
    margin-top: 8px;
}


/* Acessibilidade: reduzir movimento para usuários que preferem */
@media (prefers-reduced-motion: reduce) {
    .login-promo-gradient,
    .login-promo-mesh,
    .login-promo-glow,
    .login-promo-orb {
        animation: none !important;
    }

    .login-promo-content > * {
        animation: none !important;
    }

    .login-form-card {
        animation: none !important;
    }
}

/* MEDIA — Responsivo */
@media (max-width: 991px) {
    .container-login-wallpaper .container-login-wallpaper-side-left.login-promo {
        display: none;
    }

    .container-login-wallpaper .container-login-wallpaper-side-right.login-form-side {
        width: 100%;
        min-width: 0;
        padding: 24px 20px;
    }

    .login-form-card {
        padding: 32px 24px;
    }

    .login-promo-headline {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .login-form-side-inner {
        max-width: 100%;
    }

    .login-form-card {
        padding: 28px 20px;
    }

    .login-form-title {
        font-size: 1.25rem;
    }
}

.box-container-esqueci-minha-senha {
    width: 100%;
    height: auto;
    text-align: end;
    margin-top: 8px;
}

.box-container-esqueci-minha-senha>a {
    font-size: 0.8125rem;
    color: #4285f4;
    text-decoration: none;
}

.box-container-esqueci-minha-senha>a:hover {
    text-decoration: underline;
    color: #2563eb;
}

.container-login-criar-conta {
    display: none;
}

.carousel {
    min-width: 5000px;
    overflow: hidden;
    display: flex;
    position: fixed;
    bottom: 0;

    >* {
        flex: 0 0 100%;
    }
}

.carousel-group {
    display: flex;
    gap: 80px;
    padding-right: 80px;
    will-change: transform;
    animation: scrolling 60s linear infinite;
}

.carousel-card {
    width: 100%;
    color: white;
    border-radius: 24px;
    justify-content: center;
    min-height: 83px;

    >img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        border-radius: 24px;
        filter: brightness(2);
    }
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* ============================================
   AUTH SEPARATOR STYLES
   ============================================ */

.auth-separator {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.auth-separator hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0;
}

.auth-separator span {
    background: #fff;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 12px;
}

/* ============================================
   AUTH INSTRUCTION STYLES
   ============================================ */

.auth-instruction {
    color: #666;
    margin-bottom: 20px;
}

/* ============================================
   AUTH BADGE CONTAINER
   ============================================ */

.auth-badge-container {
    margin-bottom: 15px;
}

/* ============================================
   AUTH PASSWORD FIELD WITH STRENGTH BAR
   ============================================ */

.auth-password-field {
    position: relative;
}

.auth-password-field > label.auth-password-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    white-space: nowrap;
}

.auth-password-field > label.auth-password-label > span {
    flex-shrink: 0;
}

.auth-password-field > label.auth-password-label .auth-password-strength-bar {
    flex-shrink: 0;
    max-width: 200px;
    width: 200px;
    height: 6px;
    border-radius: 0.1875rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #f0f0f0;
    margin-left: 15px;
}

.auth-password-field .auth-strength-indicator {
    height: 100%;
    width: 0;
    background-color: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
}

/* ============================================
   AUTH INFO ALERT
   ============================================ */

.auth-info-alert {
    margin-top: 10px;
}

.auth-info-alert .alert-segment-info-out {
    background-color: #fafcff !important;
    border-color: #4881da !important;
    color: #4881da !important;
}

.auth-info-alert .alert-segment-info-out .alert-segment-icon {
    color: #386fc5 !important;
}

.auth-info-alert .alert-segment-info-out span,
.auth-info-alert .alert-segment-info-out strong {
    color: #4881da !important;
}
