* {
    font-family: Ubuntu, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin: 0;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    scroll-behavior: smooth;
    background: #000 !important;
}

.fluidImageOverlay {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}

.site-header {
    position: relative;
    top: 0;
    z-index: 1000;
    margin-bottom: -120px;
}

.hdr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center !important;
    flex-wrap: wrap;
}

nav.primary-nav {
    margin-left: auto;
    margin-right: auto;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.nav-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #c8f547 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: .2px;
    padding: 8px 10px;
    border-radius: 12px;
    transition: background .15s ease, transform .15s ease;
}

.nav-list li:last-child a {
    border: none !important;
    border-radius: 12px;
    padding: 10px 16px;
}

.nav-list li + li {
    position: relative;
    margin-left: 8px;
    padding-left: 8px;
}

.nav-list li + li::before {
    content: "|";
    position: absolute;
    left: -4px;
    color: rgba(200,245,71,.4);
    font-size: 16px;
}

.nav-list a:hover, .nav-list a:focus-visible {
    background: #ffffff0f;
}

.menu-toggle {
    display: none !important;
    margin-left: auto;
    background: transparent;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #fff;
    position: relative;
    width: 40px;
    height: 40px;
}

.menu-toggle:focus-visible {
    outline: 2px solid #d7e6f4;
}

.menu-toggle .bar {
    position: absolute;
    left: 9px;
    right: 9px;
    height: 2px;
    background: #eaf1f8;
    border-radius: 2px;
    transition: transform .28s cubic-bezier(.22,.61,.36,1), opacity .18s ease, top .28s cubic-bezier(.22,.61,.36,1), bottom .28s cubic-bezier(.22,.61,.36,1);
}

.menu-toggle .bar:nth-child(1) { top: 6px; }
.menu-toggle .bar:nth-child(2) { top: 13px; }
.menu-toggle .bar:nth-child(3) { top: 20px; }

@media (max-width: 900px) {
    nav.primary-nav {
        position: static !important;
        background: transparent !important;
        border: none !important;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        box-shadow: none !important;
        height: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
    }
    .nav-list {
        flex-direction: row !important;
        padding: 0 !important;
        gap: 6px !important;
    }
    .nav-list a {
        font-size: 14px !important;
        padding: 6px 10px !important;
    }
}

.sr-only {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    position: absolute !important;
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    color: #f1f3f5;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #000000b3, #0000008c 40%, #00000059 60%, #0000008c);
    background-color: #0000001a;
    filter: saturate(110%);
    z-index: 0;
    margin-left: -5px;
}

.hero__grid {
    align-self: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 72px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: center;
    z-index: 10;
}

@media (max-width: 1800px) {
    .hero__grid {
        padding: 160px 20px 72px;
    }
}

.hero__left {
    align-self: center;
}

.hero__title {
    font-weight: 900;
    line-height: 1.6;
    font-size: 4rem;
    letter-spacing: 3px;
    margin: 8px 0 18px;
    text-transform: uppercase;
    color: #fff;
}

.highlight {
    color: #e5ff51;
    font-size: 64px;
}

.hero__subtitle {
    font-size: 18px;
    color: #fff;
    max-width: 720px;
}

.hero__card {
    background: #e5e7eb;
    color: #1b1f28;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 12px;
    box-shadow: 0 28px 80px #00000073;
    padding: 32px;
}

.card__title {
    font-size: 24px;
    line-height: 32px;
    margin: 4px 2px 20px;
    font-weight: 400;
    color: #000;
}

.card__title strong {
    font-weight: 700;
}

.card__form {
    display: grid;
    gap: 20px;
}

.card__form span {
    font-size: 16px;
    color: #000;
}

.inp {
    width: 90%;
    height: 48px;
    border-radius: 12px;
    padding: 8px 14px;
    border: 2px solid #dfe3ea;
    background: #f4f6fa;
    color: #000;
    font-weight: 400;
    letter-spacing: .6px;
    font-size: 16px;
    box-sizing: border-box;
}

.inp::placeholder {
    color: #a3adbb;
    font-weight: 700;
}

.inp:focus {
    outline: 0;
    border-color: #8ec5ff;
    box-shadow: 0 0 0 3px #8ec5ff59;
}

.chk {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: start;
    gap: 12px;
    font-size: 14px;
    color: #1e252f;
    cursor: pointer;
}

.chk input {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: #000;
}

.chk input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #0000002e;
}

.chk a {
    color: #6b7280;
    text-underline-offset: 2px;
    font-style: italic;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 12px;
    border: 0;
    font: inherit;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0;
    text-decoration: none;
    transition: background-color .2s, color .2s, box-shadow .2s, transform .15s, filter .2s;
    box-sizing: border-box;
    background: #1a1a1a;
    color: #fff;
}

.btn.is-disabled {
    background: #d1d5db;
    color: #fff;
    cursor: not-allowed;
    box-shadow: none;
    filter: none;
    pointer-events: none;
}

.btn:not(.is-disabled):is(:hover,:focus-visible) {
    filter: brightness(1.02);
    transform: translateY(-1px);
}

@media (max-width: 1100px) {
    .hero__grid {
        grid-template-columns: 1fr 380px;
        gap: 28px;
    }
}

@media (max-width: 900px) {
    .hero__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 50px;
        padding: 120px 12px !important;
    }
    .hero__right { order: 2; display: flex; justify-content: center; }
    .hero__left { order: 1; }
    .hero__title, .highlight { font-size: 50px; }
    .hero__card {
        padding: 20px 16px;
        max-width: 340px;
        margin: 0 auto;
        font-size: 14px;
    }
    .card__title { font-size: 18px; line-height: 26px; margin-bottom: 12px; }
    .card__form { gap: 12px; }
    .inp { height: 42px; font-size: 14px; width: 100%; }
    .chk { font-size: 12px; gap: 8px; }
    .chk input { width: 20px; height: 20px; }
    .btn { height: 48px; font-size: 16px; margin: 12px 0; }
}

@media (max-width: 768px) {
    .hero__title, .highlight { font-size: 24px; }
    .hero__subtitle { font-size: 16px; }
    .hero__card { padding: 20px 12px; }
}

.info-cards {
    padding: 56px 20px;
    background: #000;
    margin-top: -1px;
    border-top: none;
    position: relative;
    z-index: 1;
}

.info-cards__grid {
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.info-card {
    background: rgba(200,245,71,.03);
    border: 1px solid rgba(200,245,71,.1);
    border-radius: 14px;
    padding: 36px 24px 30px;
    text-align: center;
    transition: transform .3s ease, border-color .3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    border-color: rgba(200,245,71,.25);
}

.info-card__icon {
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(200,245,71,.08);
    border: 1px solid rgba(200,245,71,.18);
    color: #c8f547;
}

.info-card__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info-card__text {
    color: rgba(255,255,255,.55);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.info-card__list li {
    color: rgba(255,255,255,.55);
    font-size: 14px;
    line-height: 2.2;
    padding-left: 22px;
    position: relative;
}

.info-card__list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #c8f547;
    font-weight: 700;
}

@media(max-width: 768px) {
    .info-cards__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
}

.login-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    place-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.login-modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000007a;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.login-modal__card {
    position: relative;
    width: min(450px, 92vw);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 30px 80px #00000073;
    padding: 40px 30px;
}

@media(max-width: 520px) {
    .login-modal__card {
        padding: 20px;
        border-radius: 12px;
        width: min(280px, 92vw);
    }
}

.login-form {
    display: grid;
    gap: 14px;
}

.lm-field {
    position: relative;
}

.lm-field input {
    width: 95%;
    height: 60px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 0 14px;
    font: 400 18px/1 Ubuntu, system-ui, sans-serif;
    color: #000;
    outline: none;
    box-sizing: border-box;
}

@media(max-width: 520px) {
    .lm-field input {
        height: 48px;
        width: 100%;
    }
}

.lm-field input:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px #00000014;
}

.lm-field--password input {
    border-color: #d7deea;
}

.lm-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    border-radius: 8px;
}

.lm-eye:hover {
    background: #0000000f;
}

.lm-forgot {
    margin: -4px 0 6px;
    text-align: right;
}

.lm-forgot a {
    color: #9ca3af;
    text-decoration: underline;
    font-size: 14px;
}

.lm-primary {
    height: 60px;
    border: 0;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    transition: background-color .2s, color .2s, box-shadow .2s, filter .2s;
}

.lm-primary:disabled {
    background: #9ca3af;
    color: #fff;
    cursor: not-allowed;
    box-shadow: none;
    filter: none;
}

.lm-primary:not(:disabled) {
    background: #000;
    color: #e5ff51;
    cursor: pointer;
    box-shadow: 0 18px 40px #00000040;
}

.lm-primary:not(:disabled):hover {
    filter: brightness(1.02);
}

.lm-sep {
    text-align: center;
    color: #4b5563;
    font-size: 16px;
    margin: 32px 0 0;
}

.lm-secondary {
    height: 60px;
    border-radius: 10px;
    border: 1.8px solid #111;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

@media(max-width: 520px) {
    .lm-primary, .lm-secondary {
        height: 48px;
    }
}

.lm-secondary:hover {
    background: #fafafa;
}

/* Modals dynamically created */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity .3s;
}

#loadingOverlay.is-visible {
    opacity: 1;
}

.loading-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,.3);
    min-width: 280px;
}

.loading-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #18181b;
    border-radius: 50%;
    margin: 0 auto 20px;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loading-text {
    font-size: 16px;
    font-weight: 600;
    color: #18181b;
    margin: 0 0 8px;
}

.loading-plate {
    font-size: 22px;
    font-weight: 900;
    color: #18181b;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

.vm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity .3s;
}

.vm-overlay.is-visible {
    opacity: 1;
}

.vm-card {
    background: #fff;
    border-radius: 20px;
    width: min(400px, 92vw);
    box-shadow: 0 25px 80px rgba(0,0,0,.4);
    overflow: hidden;
    transform: translateY(20px);
    transition: transform .3s;
}

.vm-overlay.is-visible .vm-card {
    transform: translateY(0);
}

.vm-grab {
    width: 40px;
    height: 4px;
    background: #d1d5db;
    border-radius: 999px;
    margin: 12px auto 0;
}

.vm-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 20px 0;
}

.vm-logo {
    width: 64px;
    height: 64px;
    background: #f3f4f6;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
}

.vm-info {
    flex: 1;
    min-width: 0;
}

.vm-name {
    font-size: 18px;
    font-weight: 800;
    color: #18181b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vm-plate {
    display: inline-block;
    margin-top: 6px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #18181b;
}

.vm-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 18px 20px 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.vm-detail {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.vm-detail:nth-child(odd) {
    border-right: 1px solid #e5e7eb;
}

.vm-detail:nth-child(n+3) {
    border-bottom: none;
}

.vm-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: #6b7280;
    font-weight: 600;
}

.vm-value {
    font-size: 15px;
    font-weight: 700;
    color: #18181b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vm-color-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}

.vm-btn-confirm {
    display: block;
    width: calc(100% - 40px);
    margin: 20px auto 0;
    padding: 14px;
    border: 0;
    border-radius: 12px;
    background: #18181b;
    color: #e5ff51;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: filter .2s;
}

.vm-btn-confirm:hover {
    filter: brightness(1.2);
}

.vm-btn-change {
    display: block;
    width: 100%;
    padding: 14px;
    border: 0;
    background: transparent;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 8px;
}

.vm-btn-change:hover {
    color: #18181b;
    text-decoration: underline;
}
