/* =======================================================
   LOGIN MODERNO TIKEA.PE - AZUL / CIAN / VERDE
   Solo afecta a la pantalla de ingreso.
   ======================================================= */
:root {
    --tikea-navy-950: #040a18;
    --tikea-navy-900: #071126;
    --tikea-navy-850: #0b1735;
    --tikea-blue: #0f65ff;
    --tikea-blue-2: #22a7ff;
    --tikea-cyan: #20d6ff;
    --tikea-green: #63e04f;
    --tikea-white: #ffffff;
    --tikea-muted: #a9bad8;
    --tikea-line: rgba(119, 218, 255, 0.22);
    --tikea-card: rgba(8, 18, 42, 0.72);
    --tikea-gradient: linear-gradient(100deg, #1a7cff 0%, #22c3ff 46%, #63e04f 100%);
}

html, body {
    min-height: 100%;
}

.login-db-warning {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 20%, rgba(34, 167, 255, .25), transparent 35%),
                linear-gradient(135deg, var(--tikea-navy-950), var(--tikea-navy-850));
}

.login-db-warning #actualizarBaseD {
    font-size: 1rem !important;
    border-radius: 999px;
    padding: 14px 24px;
    background: var(--tikea-gradient);
    border: 0;
    box-shadow: 0 20px 50px rgba(15, 101, 255, .35);
}

.container-login.tikea-login {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(440px, .82fr);
    font-family: Inter, 'Segoe UI', Roboto, Arial, sans-serif;
    color: var(--tikea-white);
    background:
        radial-gradient(circle at 13% 12%, rgba(30, 124, 255, .34), transparent 25%),
        radial-gradient(circle at 81% 18%, rgba(99, 224, 79, .13), transparent 23%),
        radial-gradient(circle at 50% 97%, rgba(32, 214, 255, .19), transparent 38%),
        linear-gradient(135deg, #030815 0%, #06122b 45%, #07183a 100%);
}

.tikea-login::before,
.tikea-login::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tikea-login::before {
    background-image:
        linear-gradient(rgba(34, 167, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 167, 255, .055) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: radial-gradient(circle at 50% 60%, black 0%, transparent 62%);
}

.tikea-login::after {
    background: linear-gradient(90deg, transparent 0%, transparent 56%, rgba(255,255,255,.08) 56.08%, transparent 56.22%);
}

.login-bg-grid {
    position: absolute;
    width: 46vw;
    height: 46vw;
    left: 31vw;
    top: 18vh;
    background:
        radial-gradient(circle, rgba(32, 214, 255, .55) 1px, transparent 1.8px);
    background-size: 24px 24px;
    opacity: .28;
    transform: rotate(-6deg);
    pointer-events: none;
    mask-image: radial-gradient(circle, black 0%, transparent 68%);
}

.login-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(46px);
    pointer-events: none;
    opacity: .55;
}

.orb-one {
    width: 260px;
    height: 260px;
    background: rgba(26, 124, 255, .58);
    left: -100px;
    top: 4vh;
}

.orb-two {
    width: 320px;
    height: 320px;
    background: rgba(99, 224, 79, .2);
    right: -100px;
    bottom: -100px;
}

/* ================= LEFT PANEL ================= */
.login-left-panel {
    position: relative;
    z-index: 2;
    padding: clamp(40px, 5vw, 88px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.login-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 44px;
}

.login-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 20px 50px rgba(15, 101, 255, .22), 0 0 0 6px rgba(32, 214, 255, .08);
    overflow: hidden;
}

.login-brand-logo img {
    max-width: 86%;
    max-height: 86%;
    object-fit: contain;
}

.login-brand-text strong {
    display: block;
    font-size: clamp(1.45rem, 2vw, 2.05rem);
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
}

.login-brand-text span {
    display: inline-flex;
    margin-top: 8px;
    padding: 5px 12px;
    border: 1px solid rgba(32, 214, 255, .28);
    border-radius: 999px;
    color: #66f0c8;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    background: rgba(7, 17, 38, .68);
}

.login-hero-copy {
    max-width: 720px;
    position: relative;
    z-index: 3;
}

.login-hero-copy h1 {
    margin: 0;
    max-width: 710px;
    color: #fff;
    font-size: clamp(2.45rem, 4.6vw, 5.25rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.login-hero-copy h1 span {
    background: var(--tikea-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 18px rgba(34, 167, 255, .23));
}

.login-hero-copy p {
    margin: 24px 0 0;
    max-width: 590px;
    color: #d7e2f4;
    font-size: clamp(.98rem, 1.25vw, 1.18rem);
    line-height: 1.72;
}

.login-hero-copy p strong {
    color: #fff;
    font-weight: 900;
}

.login-feature-list {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    max-width: 540px;
    margin-top: 34px;
}

.login-feature-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px 18px;
    border-radius: 18px;
    background: linear-gradient(130deg, rgba(11, 30, 68, .88), rgba(6, 14, 34, .38));
    border: 1px solid rgba(77, 176, 255, .18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.login-feature-card .feature-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #69f060;
    font-size: 1.35rem;
    background: linear-gradient(150deg, rgba(15, 101, 255, .2), rgba(99, 224, 79, .07));
    border: 1px solid rgba(32, 214, 255, .22);
    box-shadow: 0 0 22px rgba(26, 124, 255, .14);
}

.login-feature-card h3 {
    margin: 0 0 4px;
    font-size: .98rem;
    font-weight: 800;
    color: #fff;
}

.login-feature-card p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.45;
    color: #b6c6e2;
}

.login-trust-line {
    position: relative;
    z-index: 3;
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #c7d5ec;
    font-size: .98rem;
}

.login-trust-line i {
    color: var(--tikea-green);
}

.login-trust-line strong {
    color: var(--tikea-blue-2);
}

.login-support-btn {
    position: relative;
    z-index: 3;
    margin-top: 22px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    background: rgba(5, 16, 38, .58);
    border: 1px solid rgba(32, 214, 255, .42);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
    transition: .25s ease;
}

.login-support-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(99, 224, 79, .68);
    box-shadow: 0 18px 40px rgba(15, 101, 255, .24);
    text-decoration: none;
}

/* Ilustración central en CSS */
.login-hero-visual {
    position: absolute;
    right: clamp(-50px, -2vw, 20px);
    bottom: clamp(50px, 7vh, 110px);
    width: clamp(340px, 35vw, 620px);
    height: clamp(340px, 35vw, 620px);
    z-index: 1;
    pointer-events: none;
    opacity: .95;
}

.visual-cloud {
    position: absolute;
    left: 22%;
    top: 12%;
    width: 56%;
    height: 34%;
    display: grid;
    place-items: center;
    font-size: clamp(7rem, 13vw, 15rem);
    color: transparent;
    -webkit-text-stroke: 2px rgba(32, 214, 255, .58);
    filter: drop-shadow(0 0 24px rgba(32, 214, 255, .42)) drop-shadow(0 0 44px rgba(99, 224, 79, .18));
}

.visual-cloud::before {
    content: '';
    position: absolute;
    inset: 16% 4% -4% 7%;
    border-radius: 45% 55% 40% 52%;
    background: radial-gradient(circle at 70% 20%, rgba(99, 224, 79, .28), transparent 30%), rgba(15, 101, 255, .08);
    border: 1px solid rgba(32, 214, 255, .24);
    box-shadow: inset 0 0 50px rgba(32, 214, 255, .14);
}

.visual-shield {
    position: absolute;
    left: 38%;
    top: 37%;
    width: 24%;
    height: 31%;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(28, 128, 255, .82), rgba(99, 224, 79, .55));
    clip-path: polygon(50% 0%, 90% 18%, 83% 70%, 50% 100%, 17% 70%, 10% 18%);
    box-shadow: 0 0 40px rgba(32, 214, 255, .6), 0 18px 70px rgba(15, 101, 255, .35);
}

.visual-shield::after {
    content: '';
    position: absolute;
    inset: 8px;
    background: rgba(4, 10, 24, .48);
    clip-path: polygon(50% 0%, 90% 18%, 83% 70%, 50% 100%, 17% 70%, 10% 18%);
}

.visual-shield i {
    position: relative;
    z-index: 2;
    font-size: clamp(3.2rem, 5vw, 6rem);
    color: #45f6ff;
    filter: drop-shadow(0 0 14px rgba(69, 246, 255, .75));
}

.visual-platform {
    position: absolute;
    left: 31%;
    top: 68%;
    width: 38%;
    height: 11%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(32,214,255,.58) 0%, rgba(26,124,255,.24) 42%, transparent 70%);
    border: 1px solid rgba(32, 214, 255, .33);
    box-shadow: 0 0 45px rgba(32, 214, 255, .4);
}

.visual-document,
.visual-lock {
    position: absolute;
    display: grid;
    place-items: center;
    color: #65dbff;
    background: rgba(5, 16, 38, .48);
    border: 1px solid rgba(32, 214, 255, .2);
    box-shadow: 0 12px 38px rgba(0, 0, 0, .22), inset 0 0 26px rgba(15, 101, 255, .12);
    backdrop-filter: blur(8px);
    border-radius: 18px;
}

.visual-document-one {
    left: 16%;
    top: 40%;
    width: 70px;
    height: 92px;
    font-size: 1.8rem;
}

.visual-document-two {
    right: 14%;
    top: 45%;
    width: 82px;
    height: 86px;
    font-size: 1.8rem;
}

.visual-lock {
    right: 17%;
    top: 63%;
    width: 64px;
    height: 64px;
    color: var(--tikea-green);
    font-size: 1.5rem;
}

/* ================= RIGHT PANEL ================= */
.login-right-panel {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(26px, 5vw, 78px);
}

.login-card {
    position: relative;
    width: min(100%, 560px);
    padding: clamp(34px, 4.4vw, 64px) clamp(30px, 4vw, 54px);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(12, 27, 62, .78), rgba(4, 11, 25, .72));
    border: 1px solid rgba(112, 226, 255, .24);
    box-shadow: 0 34px 95px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255,255,255,.07);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    overflow: hidden;
}

.login-card::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--tikea-gradient);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .66;
    pointer-events: none;
}

.login-card::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    top: -130px;
    right: -90px;
    background: radial-gradient(circle, rgba(99, 224, 79, .2), transparent 68%);
    pointer-events: none;
}

.login-card-logo {
    position: relative;
    z-index: 2;
    margin: 0 auto 22px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 40% 30%, rgba(32, 214, 255, .2), rgba(5, 15, 35, .92));
    border: 1px solid rgba(32, 214, 255, .38);
    box-shadow: 0 0 0 8px rgba(15, 101, 255, .08), 0 18px 46px rgba(15, 101, 255, .28);
    overflow: hidden;
}

.login-card-logo img {
    max-width: 76%;
    max-height: 76%;
    object-fit: contain;
}

.login-header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 34px;
}

.login-header h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.8rem, 2.5vw, 2.45rem);
    font-weight: 900;
    letter-spacing: -.03em;
}

.login-header p {
    margin: 0;
    color: #b8c5dc;
    font-size: 1rem;
}

#form-login {
    position: relative;
    z-index: 2;
}

.login-field-label {
    display: block;
    color: #f1f7ff;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .02em;
    margin: 0 0 9px;
}

.login-input-group {
    position: relative;
    margin-bottom: 22px;
}

.login-input-group input {
    width: 100%;
    height: 64px;
    padding: 0 54px 0 56px;
    border-radius: 17px;
    border: 1px solid rgba(190, 218, 255, .18);
    background: rgba(3, 9, 22, .38);
    color: #fff !important;
    font-size: 1rem;
    outline: none;
    transition: .25s ease;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.login-input-group input::placeholder {
    color: #8190aa;
}

.login-input-group input:focus {
    border-color: rgba(32, 214, 255, .7);
    background: rgba(4, 13, 31, .72);
    box-shadow: 0 0 0 4px rgba(32, 214, 255, .1), 0 0 28px rgba(15, 101, 255, .12);
}

.login-input-icon {
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #9eb0cb;
    font-size: 1.1rem;
}

.login-input-group:focus-within .login-input-icon {
    color: var(--tikea-cyan);
}

.login-toggle-password {
    position: absolute;
    z-index: 3;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #9eb0cb;
    cursor: pointer;
    border-radius: 12px;
    transition: .2s ease;
}

.login-toggle-password:hover {
    color: var(--tikea-cyan);
    background: rgba(32, 214, 255, .08);
}

.login-help-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -4px 0 26px;
}

.login-help-row a {
    color: var(--tikea-blue-2);
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
}

.login-help-row a:hover {
    color: #64e3ff;
    text-decoration: underline;
}

.login-button {
    position: relative;
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: var(--tikea-gradient);
    font-size: 1.03rem;
    font-weight: 900;
    letter-spacing: .12em;
    cursor: pointer;
    box-shadow: 0 24px 42px rgba(15, 101, 255, .28), inset 0 1px 0 rgba(255,255,255,.22);
    transition: .25s ease;
}

.login-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 54px rgba(15, 101, 255, .34), 0 0 28px rgba(99, 224, 79, .18);
}

.login-button:active {
    transform: translateY(0);
}

#resultLogin {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 14px;
    color: #fff;
}

#resultLogin img {
    max-width: 72px !important;
}

.login-sunat-box {
    position: relative;
    z-index: 2;
    margin-top: 32px;
    text-align: center;
    color: #aebbd3;
}

.sunat-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.sunat-divider::before,
.sunat-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(190, 218, 255, .2), transparent);
}

.sunat-divider span {
    font-size: .9rem;
    color: #aebbd3;
}

.sunat-verify {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.sunat-verify > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: #09214b;
    background: linear-gradient(135deg, #8af27b, #24d5ff);
    box-shadow: 0 0 24px rgba(99, 224, 79, .2);
}

.sunat-verify span {
    display: block;
    text-align: left;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    color: #b7c7e2;
}

.sunat-verify strong {
    display: block;
    font-size: 1.85rem;
    line-height: 1;
    letter-spacing: .04em;
    color: #f9fbff;
}

.login-sunat-box p {
    margin: 20px 0 0;
    font-size: .92rem;
    color: #9db0cd;
}

.login-sunat-box p i {
    margin-right: 8px;
    color: #bcd6ff;
}

/* Compatibilidad con estilos antiguos */
.left-panel,
.right-panel,
.login-form,
.security-tips,
.verifica-sunat,
.descrih1tion,
.get-started {
    box-sizing: border-box;
}

/* ================= RESPONSIVE ================= */
@media screen and (max-width: 1180px) {
    .container-login.tikea-login {
        grid-template-columns: 1fr;
        overflow-y: auto;
    }

    .tikea-login::after {
        display: none;
    }

    .login-left-panel {
        min-height: auto;
        padding-bottom: 40px;
    }

    .login-right-panel {
        min-height: auto;
        padding-top: 0;
    }

    .login-hero-visual {
        right: 4vw;
        bottom: 20px;
        opacity: .45;
    }
}

@media screen and (max-width: 760px) {
    .container-login.tikea-login {
        display: block;
    }

    .login-left-panel {
        padding: 28px 18px 18px;
        text-align: left;
    }

    .login-brand {
        margin-bottom: 28px;
    }

    .login-brand-logo {
        width: 54px;
        height: 54px;
        border-radius: 15px;
    }

    .login-hero-copy h1 {
        font-size: 2.35rem;
    }

    .login-feature-list {
        margin-top: 24px;
    }

    .login-feature-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 12px;
    }

    .login-feature-card .feature-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .login-hero-visual {
        display: none;
    }

    .login-right-panel {
        padding: 18px;
    }

    .login-card {
        border-radius: 24px;
        padding: 30px 18px;
    }

    .login-card-logo {
        width: 66px;
        height: 66px;
    }

    .login-input-group input {
        height: 58px;
        border-radius: 15px;
    }

    .login-button {
        height: 60px;
        font-size: .92rem;
        letter-spacing: .07em;
    }
}

@media screen and (max-width: 420px) {
    .login-brand-text strong {
        font-size: 1.25rem;
    }

    .login-hero-copy h1 {
        font-size: 2rem;
    }

    .login-hero-copy p,
    .login-trust-line {
        font-size: .9rem;
    }

    .sunat-verify strong {
        font-size: 1.55rem;
    }
}


/* ===== V23 AJUSTE FUERTE DE JERARQUÍA VISUAL DE MARCA Y TEXTOS LOGIN ===== */
.login-brand {
    gap: 20px !important;
    align-items: center !important;
}

.login-brand-logo {
    width: 88px !important;
    height: 88px !important;
    border-radius: 22px !important;
    box-shadow: 0 14px 35px rgba(0,0,0,.24) !important;
}

.login-brand-text strong {
    font-size: clamp(2.2rem, 2.9vw, 3rem) !important;
    line-height: 1 !important;
    letter-spacing: .1em !important;
    font-weight: 900 !important;
    text-shadow: 0 8px 24px rgba(0,0,0,.18) !important;
}

.login-brand-text span {
    margin-top: 12px !important;
    padding: 8px 16px !important;
    font-size: .9rem !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    border-radius: 999px !important;
}

.login-card-logo {
    width: 112px !important;
    height: 112px !important;
    margin-bottom: 28px !important;
    box-shadow: 0 12px 35px rgba(0,0,0,.18) !important;
}

.login-card-logo img {
    max-width: 82% !important;
    max-height: 82% !important;
}

.login-field-label {
    font-size: 1.08rem !important;
    font-weight: 900 !important;
    letter-spacing: .035em !important;
    margin-bottom: 12px !important;
}

.login-input-group input {
    font-size: 1.06rem !important;
}

.login-feature-card {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 18px 22px !important;
}

.login-feature-card .feature-icon {
    width: 58px !important;
    height: 58px !important;
    font-size: 1.55rem !important;
    border-radius: 18px !important;
}

.login-feature-card h3 {
    font-size: 1.16rem !important;
    font-weight: 900 !important;
    margin-bottom: 6px !important;
}

.login-feature-card p {
    font-size: .96rem !important;
    line-height: 1.56 !important;
}

@media screen and (max-width: 992px) {
    .login-brand-logo {
        width: 78px !important;
        height: 78px !important;
    }

    .login-brand-text strong {
        font-size: 2.15rem !important;
    }

    .login-brand-text span {
        font-size: .84rem !important;
    }

    .login-card-logo {
        width: 96px !important;
        height: 96px !important;
    }

    .login-feature-card h3 {
        font-size: 1.08rem !important;
    }

    .login-feature-card p {
        font-size: .9rem !important;
    }
}

@media screen and (max-width: 768px) {
    .login-brand-logo {
        width: 70px !important;
        height: 70px !important;
        border-radius: 20px !important;
    }

    .login-brand-text strong {
        font-size: 1.95rem !important;
    }

    .login-brand-text span {
        font-size: .8rem !important;
        padding: 7px 14px !important;
    }

    .login-card-logo {
        width: 90px !important;
        height: 90px !important;
    }

    .login-field-label {
        font-size: 1rem !important;
    }

    .login-feature-card {
        grid-template-columns: 56px minmax(0, 1fr) !important;
        padding: 16px 16px !important;
    }

    .login-feature-card .feature-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.38rem !important;
    }

    .login-feature-card h3 {
        font-size: 1.02rem !important;
    }

    .login-feature-card p {
        font-size: .88rem !important;
    }
}

@media screen and (max-width: 420px) {
    .login-brand-logo {
        width: 64px !important;
        height: 64px !important;
    }

    .login-brand-text strong {
        font-size: 1.72rem !important;
    }

    .login-brand-text span {
        font-size: .74rem !important;
        letter-spacing: .11em !important;
    }

    .login-card-logo {
        width: 82px !important;
        height: 82px !important;
    }

    .login-field-label {
        font-size: .98rem !important;
    }

    .login-feature-card h3 {
        font-size: .98rem !important;
    }

    .login-feature-card p {
        font-size: .84rem !important;
    }
}


/* ===== AJUSTE PC: MENOS ESPACIO SUPERIOR / MEJOR ALINEACIÓN ===== */
@media screen and (min-width: 1181px) {
    .container-login.tikea-login {
        align-items: start;
    }

    .login-left-panel,
    .login-right-panel {
        min-height: 100vh;
        padding-top: 30px;
        padding-bottom: 24px;
    }

    .login-left-panel {
        justify-content: flex-start;
    }

    .login-right-panel {
        align-items: flex-start;
    }

    .login-brand {
        margin-bottom: 28px !important;
    }

    .login-hero-copy h1 {
        margin-top: 0;
    }

    .login-feature-list {
        margin-top: 24px;
    }

    .login-trust-line {
        margin-top: 22px;
    }

    .login-support-btn {
        margin-top: 16px;
    }

    .login-card {
        margin-top: 0;
    }
}


/* ===== AJUSTE FINAL: PC CENTRADO Y TIPOGRAFÍA GRANDE / MÓVIL LIMPIO ===== */
@media screen and (min-width: 1181px) {
    .container-login.tikea-login {
        grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
    }

    .login-left-panel,
    .login-right-panel {
        min-height: 100vh;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .login-left-panel {
        justify-content: center !important;
        padding-left: clamp(44px, 4vw, 72px);
        padding-right: clamp(28px, 3vw, 54px);
    }

    .login-right-panel {
        align-items: center !important;
        justify-content: center !important;
        padding-left: 24px;
        padding-right: clamp(40px, 4vw, 70px);
    }

    .login-brand {
        margin-bottom: 26px !important;
    }

    .login-brand-logo {
        width: 88px !important;
        height: 88px !important;
    }

    .login-brand-text strong {
        font-size: clamp(2.2rem, 2.7vw, 2.95rem) !important;
    }

    .login-brand-text span {
        font-size: .9rem !important;
    }

    .login-hero-copy {
        max-width: 650px;
    }

    .login-hero-copy h1 {
        font-size: clamp(3.5rem, 4.3vw, 4.9rem) !important;
        line-height: 1.02;
        max-width: 640px;
    }

    .login-hero-copy p {
        margin-top: 18px;
        max-width: 560px;
        font-size: 1rem !important;
        line-height: 1.6;
    }

    .login-feature-list {
        max-width: 530px;
        margin-top: 24px !important;
        gap: 12px;
    }

    .login-feature-card {
        grid-template-columns: 62px minmax(0, 1fr) !important;
        gap: 16px !important;
        padding: 16px 18px !important;
    }

    .login-feature-card .feature-icon {
        width: 52px !important;
        height: 52px !important;
        font-size: 1.35rem !important;
    }

    .login-feature-card h3 {
        font-size: 1rem !important;
        margin-bottom: 4px !important;
    }

    .login-feature-card p {
        font-size: .84rem !important;
        line-height: 1.45 !important;
    }

    .login-trust-line {
        margin-top: 20px !important;
        font-size: .9rem;
    }

    .login-support-btn {
        margin-top: 14px !important;
        padding: 11px 18px;
    }

    .login-hero-visual {
        right: -12px;
        bottom: 50%;
        transform: translateY(52%);
        width: clamp(360px, 27vw, 470px);
        height: clamp(360px, 27vw, 470px);
        opacity: .9;
    }

    .login-card {
        width: min(100%, 500px);
        padding: 42px 34px !important;
        margin: 0 auto;
    }

    .login-card-logo {
        width: 100px !important;
        height: 100px !important;
        margin-bottom: 22px !important;
    }

    .login-header {
        margin-bottom: 28px;
    }

    .login-header h2 {
        font-size: 2.15rem !important;
    }

    .login-header p {
        font-size: .98rem;
    }

    .login-field-label {
        font-size: 1rem !important;
        margin-bottom: 10px !important;
    }

    .login-input-group {
        margin-bottom: 18px;
    }

    .login-input-group input {
        height: 60px;
        font-size: 1rem !important;
    }

    .login-help-row {
        margin: -2px 0 22px;
    }

    .login-button {
        height: 62px;
        font-size: .98rem;
    }

    .login-sunat-box {
        margin-top: 24px;
    }
}

@media screen and (max-width: 760px) {
    .login-left-panel {
        display: none;
    }

    .login-right-panel {
        min-height: 100vh;
        padding: 18px;
    }

    .login-card {
        width: 100%;
        max-width: 100%;
        padding: 26px 18px;
    }

    .login-header h2 {
        font-size: 1.8rem;
    }
}
