/* AxiVPN Dedicated - Login Premium V3 */
:root{
    --navy-950:#041023;
    --navy-900:#06162c;
    --navy-850:#092145;
    --blue-700:#075ed0;
    --blue-600:#0d7cff;
    --blue-500:#128cff;
    --cyan-400:#18d6ff;
    --cyan-300:#4de9ff;
    --ink:#06172c;
    --muted:#64758c;
    --line:#d9e5f3;
}
html,body{min-height:100%}
body.axivpn-login-premium{
    margin:0;
    min-height:100vh;
    color:var(--ink);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    background:
        radial-gradient(circle at 8% 12%,rgba(24,214,255,.14),transparent 30%),
        radial-gradient(circle at 92% 15%,rgba(13,124,255,.14),transparent 26%),
        linear-gradient(135deg,#f7fbff 0%,#edf6ff 44%,#dfeefa 100%);
    overflow-x:hidden;
}
.axivpn-login-premium *{box-sizing:border-box}
.login-bg{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.bg-grid{
    position:absolute;inset:0;
    background-image:linear-gradient(rgba(7,62,124,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,62,124,.045) 1px,transparent 1px);
    background-size:42px 42px;
    mask-image:linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.45));
}
.bg-glow{position:absolute;border-radius:999px;filter:blur(16px);opacity:.9}
.bg-glow-a{width:440px;height:440px;left:-200px;top:-170px;background:rgba(18,140,255,.22)}
.bg-glow-b{width:520px;height:520px;right:-220px;bottom:-230px;background:rgba(24,214,255,.18)}
.login-layout{
    position:relative;z-index:1;
    width:min(1240px,calc(100% - 52px));
    min-height:calc(100vh - 52px);
    margin:26px auto;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);
    border-radius:38px;
    overflow:hidden;
    box-shadow:0 36px 110px rgba(11,42,82,.16),0 2px 0 rgba(255,255,255,.8) inset;
    border:1px solid rgba(130,163,205,.22);
    background:#fff;
}
.brand-side{
    position:relative;
    padding:48px 46px 38px;
    min-height:720px;
    background:
        radial-gradient(circle at 26% 12%,rgba(24,214,255,.13),transparent 30%),
        linear-gradient(180deg,#ffffff 0%,#f8fbff 62%,#f3f8ff 100%);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden;
}
.brand-watermark{
    position:absolute;
    width:640px;height:430px;
    right:-190px;top:35px;
    background:url('../img/axivpn-login-logo.png') center/contain no-repeat;
    opacity:.045;
    filter:saturate(120%);
    transform:rotate(-8deg);
}
.brand-logo-zone{
    position:relative;
    z-index:1;
    min-height:270px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px 0 8px;
}
.main-logo{
    width:min(560px,92%);
    max-height:330px;
    object-fit:contain;
    filter:drop-shadow(0 28px 44px rgba(3,64,140,.16));
}
.brand-copy{position:relative;z-index:1;max-width:720px;margin-top:8px}
.brand-pill{
    display:inline-flex;align-items:center;gap:9px;
    color:#075fca;
    border:1px solid rgba(13,124,255,.18);
    background:linear-gradient(180deg,rgba(236,248,255,.86),rgba(222,241,255,.72));
    border-radius:999px;
    padding:9px 14px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:850;
    letter-spacing:.09em;
    box-shadow:0 12px 28px rgba(13,124,255,.08);
}
.pulse-dot{width:8px;height:8px;border-radius:999px;background:var(--cyan-400);box-shadow:0 0 0 6px rgba(24,214,255,.12),0 0 20px rgba(24,214,255,.65)}
.brand-copy h1{
    margin:20px 0 14px;
    max-width:680px;
    color:#06172c;
    font-size:clamp(38px,4.6vw,64px);
    line-height:.94;
    letter-spacing:-.065em;
    font-weight:900;
}
.brand-copy p{
    margin:0;
    max-width:630px;
    color:#5f7188;
    font-size:17px;
    line-height:1.7;
}
.feature-row{
    position:relative;z-index:1;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:34px;
}
.feature-card{
    min-height:116px;
    border-radius:24px;
    padding:18px;
    border:1px solid rgba(100,135,180,.18);
    background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(247,251,255,.78));
    box-shadow:0 18px 42px rgba(16,49,88,.07);
}
.feature-icon{
    width:42px;height:42px;border-radius:15px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:12px;
    color:#0b74ef;
    background:linear-gradient(135deg,rgba(13,124,255,.12),rgba(24,214,255,.10));
    border:1px solid rgba(13,124,255,.16);
}
.feature-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feature-card strong{display:block;color:#06172c;font-size:17px;font-weight:850;margin-bottom:5px}
.feature-card small{display:block;color:#6b7d92;font-size:13px;line-height:1.35}
.login-side{
    position:relative;
    min-height:720px;
    padding:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:
        radial-gradient(circle at 72% 12%,rgba(24,214,255,.30),transparent 25%),
        radial-gradient(circle at 18% 86%,rgba(13,124,255,.26),transparent 30%),
        linear-gradient(145deg,#071326 0%,#082247 48%,#041326 100%);
}
.login-side:before{
    content:"";
    position:absolute;inset:0;
    background-image:linear-gradient(rgba(127,200,255,.048) 1px,transparent 1px),linear-gradient(90deg,rgba(127,200,255,.045) 1px,transparent 1px);
    background-size:38px 38px;
    opacity:.42;
    mask-image:linear-gradient(90deg,transparent,black 18%,black 82%,transparent);
}
.login-side:after{
    content:"";
    position:absolute;
    inset:auto -20% -36% -20%;
    height:360px;
    background:radial-gradient(ellipse at center,rgba(24,214,255,.18),transparent 66%);
}
.login-logo-mark{
    position:absolute;
    width:650px;height:430px;
    right:-190px;top:25px;
    background:url('../img/axivpn-login-logo.png') center/contain no-repeat;
    opacity:.075;
    filter:drop-shadow(0 0 35px rgba(24,214,255,.25));
}
.login-card{
    position:relative;z-index:1;
    width:min(460px,100%);
    padding:42px;
    border-radius:30px;
    color:#fff;
    background:linear-gradient(180deg,rgba(7,23,48,.82),rgba(6,18,39,.74));
    border:1px solid rgba(129,190,255,.19);
    box-shadow:0 30px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
}
.login-card:before{
    content:"";
    position:absolute;left:26px;right:26px;top:0;height:3px;border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,transparent,#0d7cff 25%,#18d6ff 55%,transparent);
}
.login-card-head{margin-bottom:30px}
.panel-label{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:8px 12px;
    color:#aeeeff;
    background:rgba(24,214,255,.095);
    border:1px solid rgba(24,214,255,.22);
    font-size:12px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.1em;
}
.login-card-head h2{
    margin:18px 0 10px;
    font-size:42px;
    line-height:1;
    letter-spacing:-.055em;
    color:#fff;
    font-weight:900;
}
.login-card-head p{margin:0;color:#aec2d9;font-size:15px;line-height:1.65}
.login-form{display:flex;flex-direction:column;gap:18px}
.field{display:flex;flex-direction:column;gap:9px}
.field span{color:#dfeeff;font-size:13px;font-weight:760}
.field input{
    height:58px;
    border-radius:18px;
    border:1px solid rgba(158,202,255,.22);
    background:rgba(255,255,255,.08);
    color:#fff;
    padding:0 17px;
    outline:0;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    transition:.18s ease;
}
.field input::placeholder{color:#829bb7}
.field input:focus{
    border-color:rgba(24,214,255,.78);
    background:rgba(255,255,255,.115);
    box-shadow:0 0 0 5px rgba(24,214,255,.12),0 18px 42px rgba(3,99,204,.16);
}
.submit-btn{
    margin-top:4px;
    min-height:60px;
    border:0;
    border-radius:19px;
    color:#fff;
    cursor:pointer;
    font-weight:850;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
    background:linear-gradient(135deg,#0e86ff 0%,#075ed0 48%,#062e6e 100%);
    box-shadow:0 24px 48px rgba(8,94,208,.35),inset 0 1px 0 rgba(255,255,255,.18);
    transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.submit-btn svg{width:20px;height:20px;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none;transition:.18s ease}
.submit-btn:hover{transform:translateY(-2px);filter:saturate(112%);box-shadow:0 28px 58px rgba(8,124,255,.44),inset 0 1px 0 rgba(255,255,255,.22)}
.submit-btn:hover svg{transform:translateX(4px)}
.login-alert{
    border:1px solid rgba(255,105,132,.35);
    background:rgba(96,22,42,.42);
    color:#ffd7de;
    border-radius:17px;
    padding:14px 15px;
    margin-bottom:18px;
    font-weight:720;
}
.secure-note{margin-top:22px;display:flex;gap:10px;align-items:center;color:#a5bcd5;font-size:13px;line-height:1.45}
.secure-note span{width:9px;height:9px;border-radius:50%;background:#20d687;box-shadow:0 0 0 6px rgba(32,214,135,.1),0 0 18px rgba(32,214,135,.72);flex:0 0 auto}
@media(max-width:1020px){
    .login-layout{grid-template-columns:1fr;width:min(760px,calc(100% - 28px));min-height:auto;margin:14px auto;border-radius:30px}
    .brand-side,.login-side{min-height:auto;padding:32px}
    .brand-logo-zone{min-height:210px}.main-logo{width:min(480px,100%)}
    .feature-row{grid-template-columns:1fr}
    .login-card{width:100%}
}
@media(max-width:560px){
    body.axivpn-login-premium{background:#f5f9ff}
    .login-layout{width:100%;margin:0;border-radius:0;box-shadow:none;border:0}
    .brand-side,.login-side{padding:24px 18px}
    .brand-copy h1{font-size:34px;letter-spacing:-.045em}
    .brand-copy p{font-size:15px}
    .login-card{padding:26px;border-radius:24px}
    .login-card-head h2{font-size:34px}
}
