/* =====================================================
   VELORA — Premium Auto Auction
   Modern · Clean · Responsive
   ===================================================== */

:root {
    /* Rənglər */
    --ink: #0b0d12;
    --ink-2: #161a22;
    --ink-3: #20262f;
    --text: #1a1d24;
    --muted: #6b7280;
    --line: #e7e9ee;
    --bg: #ffffff;
    --bg-soft: #f6f7f9;
    --bg-soft-2: #eef0f4;

    /* Aksent */
    --accent: #4f46e5;
    --accent-2: #7c3aed;
    --accent-soft: #eef0ff;
    --blue: #2563eb;
    --blue-soft: #e8f0ff;
    --gold: #c8a24c;

    /* Status */
    --ok: #0f9d58;
    --ok-soft: #e6f6ec;
    --warn: #d97706;
    --warn-soft: #fdf2e2;

    /* Radius & kölgə */
    --r-sm: 10px;
    --r: 16px;
    --r-lg: 22px;
    --shadow-sm: 0 1px 2px rgba(16,20,30,.06), 0 1px 3px rgba(16,20,30,.05);
    --shadow: 0 10px 30px -12px rgba(16,20,30,.18);
    --shadow-lg: 0 30px 60px -20px rgba(16,20,30,.30);

    --container: 1200px;
    --header-h: 74px;

    /* Çoxdilli şrift dəstləri — AZ (Latın genişlənmiş), RU (Kiril), EN və s. hamısını əhatə edir */
    --font-base: 'Inter', 'Noto Sans', system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    --font-display: 'Manrope', 'Inter', 'Noto Sans', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;

    font-family: var(--font-base);
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
    font-family: var(--font-base);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
    max-width: 100%;
}
/* Heç bir uzun söz / element yanlara daşıb horizontal scroll yaratmasın */
p, h1, h2, h3, h4, summary, span, a, li { overflow-wrap: break-word; word-wrap: break-word; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select { font-family: inherit; font-size: 1rem; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; letter-spacing: -.02em; color: var(--ink); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* =====================================================
   Düymələr
   ===================================================== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 22px; border-radius: 999px; font-weight: 600; font-size: .95rem;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    white-space: nowrap; cursor: pointer; border: 1.5px solid transparent;
}
.btn:active { transform: translateY(1px); }
.btn:disabled, .btn[disabled] { opacity: .5; cursor: not-allowed; pointer-events: none; box-shadow: none; }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px -8px rgba(79,70,229,.6); }
.btn--primary:hover { background: var(--accent-2); box-shadow: 0 12px 26px -8px rgba(124,58,237,.6); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); background: var(--bg-soft); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-2); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--bg-soft); }
.btn--gold { background: #ffd200; color: #0b0d12; box-shadow: 0 10px 24px -10px rgba(255,210,0,.7); }
.btn--gold:hover { background: #ffdb33; box-shadow: 0 14px 30px -10px rgba(255,210,0,.8); }
.btn--block { width: 100%; }
.btn--sm { padding: 9px 16px; font-size: .88rem; }

/* =====================================================
   Header
   ===================================================== */
.site-header {
    position: sticky; top: 0; z-index: 100;
    /* backdrop-filter QƏSDƏN YOXDUR: o, header-i fixed mobil menyu üçün containing block
       edirdi və skroll edəndən sonra menyu düzgün açılmırdı. Blur olmadığından arxa
       məzmun şəffaflıqdan görünməsin deyə fon TAM QATI ağdır. */
    background: #fff;
    border-bottom: 1px solid var(--line);
    transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }

/* Ana səhifə: header hero/maşın fonu ilə eyni tünd rəngdə — scroll edəndə əvvəlki ağ rəngə keçir */
.site-header.is-home { background: var(--ink); border-bottom-color: transparent; backdrop-filter: none; }
.site-header.is-home.is-scrolled {
    background: #fff;
    border-bottom-color: var(--line);
}
/* Şəffaf vəziyyətdə (hero üzərində) açıq mətn */
.site-header.is-home:not(.is-scrolled) .brand { color: #fff; }
.site-header.is-home:not(.is-scrolled) .brand-name { -webkit-text-fill-color: #fff; color: #fff; }
.site-header.is-home:not(.is-scrolled) .main-nav a { color: rgba(255,255,255,.82); }
.site-header.is-home:not(.is-scrolled) .main-nav a:hover { color: #fff; background: rgba(255,255,255,.14); }
.site-header.is-home:not(.is-scrolled) .main-nav a.is-active { color: #fff; }
.site-header.is-home:not(.is-scrolled) .nav-user { color: #fff; }
.site-header.is-home:not(.is-scrolled) .lang__btn { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.site-header.is-home:not(.is-scrolled) .lang__btn:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.16); }
.site-header.is-home:not(.is-scrolled) .btn--ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.site-header.is-home:not(.is-scrolled) .btn--ghost:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.16); }
.site-header.is-home:not(.is-scrolled) .btn--dark { background: #fff; color: var(--ink); }
.site-header.is-home:not(.is-scrolled) .btn--dark:hover { background: rgba(255,255,255,.88); }
.site-header.is-home:not(.is-scrolled) .nav-toggle span { background: #fff; }
.header-inner { display: flex; align-items: center; justify-content: flex-start; gap: 14px; height: var(--header-h); }

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; letter-spacing: -.02em; color: var(--ink); }
.brand-mark {
    width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff;
    box-shadow: 0 8px 18px -8px rgba(79,70,229,.7);
}
/* VELORA wordmark — ikonsuz, bütün səhifələrdə eyni təmiz mətn logo.
   Rəng miras alınır: açıq fonlarda tünd (--ink), tünd fonlarda (footer/admin/hero) ağ. */
.brand-name { background: none; -webkit-text-fill-color: currentColor; letter-spacing: .04em; }

.main-nav { display: flex; align-items: center; gap: 4px; margin-left: 26px; }
.main-nav a {
    padding: 9px 14px; border-radius: 999px; font-weight: 500; font-size: .95rem; color: #41454e;
    transition: background .2s, color .2s;
}
.main-nav a:hover { background: var(--bg-soft); color: var(--ink); }
.main-nav a.is-active { color: var(--accent); }
.main-nav .nav-cta {
    background: var(--ink); color: #fff; margin-left: 8px; font-weight: 600;
}
.main-nav .nav-cta:hover { background: var(--accent); color: #fff; }

.nav-toggle { display: none; position: relative; z-index: 95; width: 44px; height: 44px; border-radius: 12px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- Header sağ blok: dil + auth ---- */
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.auth-desktop { display: inline-flex; }
.nav-auth-mobile { display: none; }

/* ---- Dil seçimi (dropdown) ---- */
.lang { position: relative; }
.lang__btn {
    display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 999px;
    border: 1.5px solid var(--line); background: var(--bg); color: var(--ink); font-weight: 600; font-size: .88rem;
    transition: border-color .2s, background .2s;
}
.lang__btn:hover { border-color: var(--ink); background: var(--bg-soft); }
.lang__chev { transition: transform .2s; color: var(--muted); }
.lang.is-open .lang__chev { transform: rotate(180deg); }
.lang__menu {
    position: absolute; top: calc(100% + 10px); right: 0; min-width: 180px; background: #fff;
    border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 6px;
    opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .2s, transform .2s; z-index: 120;
}
.lang.is-open .lang__menu { opacity: 1; transform: none; pointer-events: auto; }
.lang__menu a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; font-weight: 500; font-size: .92rem; color: var(--text); transition: background .15s; }
.lang__menu a:hover { background: var(--bg-soft); }
.lang__menu a.is-active { color: var(--accent); background: var(--accent-soft); font-weight: 600; }
.lang__code { font-size: .72rem; font-weight: 700; color: var(--muted); width: 26px; height: 22px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; }
.lang__menu a.is-active .lang__code { color: var(--accent); border-color: var(--accent); }

.btn--lg { padding: 15px 24px; font-size: 1rem; }

/* =====================================================
   Auth səhifələri (Qeydiyyat / Giriş)
   ===================================================== */
.auth-body { background: #fff; min-height: 100vh; display: flex; flex-direction: column; }
.auth-body::before {
    content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none;
    background:
        radial-gradient(620px 420px at 88% -8%, rgba(124,58,237,.10), transparent 60%),
        radial-gradient(560px 420px at 6% 108%, rgba(79,70,229,.10), transparent 60%);
}
.auth-top { display: flex; align-items: center; justify-content: space-between; padding-top: 26px; padding-bottom: 26px; }
.auth-top__lang { display: flex; gap: 4px; }
.auth-top__lang a { padding: 7px 12px; border-radius: 999px; font-weight: 700; font-size: .8rem; color: var(--muted); transition: .2s; }
.auth-top__lang a:hover { background: var(--bg-soft); color: var(--ink); }
.auth-top__lang a.is-active { background: var(--accent-soft); color: var(--accent); }

.auth-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 24px 64px; }
.auth-card { width: 100%; max-width: 440px; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 40px; box-shadow: var(--shadow-lg); }
.auth-card__title { font-size: 1.9rem; text-align: center; }
.auth-card__sub { text-align: center; color: var(--muted); margin: 8px 0 28px; }

.auth-field { margin-bottom: 18px; }
.auth-field label { display: block; font-size: .85rem; font-weight: 600; color: #374151; margin-bottom: 8px; }
.auth-field input, .auth-field textarea {
    width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; color: var(--ink);
    background: var(--bg-soft); transition: border-color .2s, box-shadow .2s, background .2s;
    font: inherit; resize: vertical;
}
.auth-field input:focus, .auth-field textarea:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--accent-soft); }

/* Telefon sahəsi: ölkə kodu (fərdi açılan menyu, bayraqlı) + nömrə (Copart üslubu) */
.auth-phone { display: flex; gap: 8px; align-items: stretch; }
.auth-phone__num { flex: 1 1 auto; min-width: 0; }

.dialsel { position: relative; flex: 0 0 auto; }
.dialsel__btn {
    display: flex; align-items: center; gap: 7px; height: 100%; min-height: 52px;
    padding: 0 12px; border: 1.5px solid var(--line); border-radius: 12px;
    background: var(--bg-soft); color: var(--ink); font: inherit; cursor: pointer; white-space: nowrap;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.dialsel__btn:focus, .dialsel.is-open .dialsel__btn {
    outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--accent-soft);
}
.dialsel__flag { width: 24px; height: 18px; border-radius: 3px; object-fit: cover; flex: 0 0 auto; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.dialsel__code { font-weight: 600; }
.dialsel__chev { width: 13px; height: 13px; color: var(--muted); transition: transform .2s; }
.dialsel.is-open .dialsel__chev { transform: rotate(180deg); }

/* Aşağı açılan menyu — scroll-lu, klaviatura ilə idarə olunan */
.dialsel__menu {
    position: absolute; top: calc(100% + 6px); left: 0; z-index: 60;
    width: 320px; max-width: calc(100vw - 40px); background: #fff; border: 1.5px solid var(--line);
    border-radius: 12px; box-shadow: 0 14px 38px rgba(16,20,30,.16); overflow: hidden; display: none;
}
.dialsel.is-open .dialsel__menu { display: block; }
.dialsel__menu:focus { outline: none; }
.dialsel__list { max-height: 60vh; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.dialsel__opt {
    display: flex; align-items: center; gap: 10px; width: 100%; padding: 11px 14px;
    background: none; border: 0; font: inherit; color: var(--ink); cursor: pointer; text-align: left;
}
.dialsel__opt:focus { outline: none; }
.dialsel__opt:hover, .dialsel__opt.is-focus { background: var(--accent-soft); }
.dialsel__opt.is-active { background: var(--accent-soft); }
.dialsel__opt.is-active .dialsel__optname { font-weight: 600; color: var(--ink); }
.dialsel__optname { flex: 1 1 auto; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dialsel__optcode { flex: 0 0 auto; font-weight: 700; color: var(--muted); }

/* Responsiv — kiçik ekranda menyu daha geniş, əl ilə toxunma üçün rahat */
@media (max-width: 430px) {
    .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 480px) {
    .dialsel__menu { width: min(340px, calc(100vw - 32px)); }
    .dialsel__opt { padding: 13px 14px; }
    .dialsel__btn { padding: 0 10px; gap: 5px; }
}

/* Parol sahəsi + göz işarəsi (göstər/gizlət) */
.auth-pass { position: relative; }
.auth-pass input { padding-right: 50px; }
.auth-pass__toggle {
    position: absolute; top: 0; right: 0; height: 100%; width: 48px;
    display: grid; place-items: center; color: var(--muted);
    background: none; border: none; cursor: pointer; border-radius: 0 12px 12px 0;
    transition: color .2s;
}
.auth-pass__toggle:hover { color: var(--accent); }
.auth-pass__toggle:focus-visible { outline: 2px solid var(--accent); outline-offset: -4px; border-radius: 12px; }
.auth-pass__toggle svg { width: 20px; height: 20px; display: block; }
.auth-pass__toggle .icon-off { display: none; }
.auth-pass.is-visible .icon-on { display: none; }
.auth-pass.is-visible .icon-off { display: block; }

/* Login köməkçi sətri: "Məni xatırla" / "Şifrəni unutdun" */
.auth-row { display: flex; align-items: center; justify-content: flex-end; margin: -6px 0 20px; }
.auth-row a { color: var(--accent); font-weight: 600; font-size: .88rem; }
.auth-row a:hover { text-decoration: underline; }

/* Mərhələ göstəricisi (çoxmərhələli qeydiyyat) */
.auth-steps { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 24px; }
.auth-steps__dot { width: 28px; height: 4px; border-radius: 999px; background: var(--line); transition: background .2s; }
.auth-steps__dot.is-active { background: var(--accent); }

/* =====================================================
   Qeydiyyatı tamamla (üzvlük & ödəniş)
   ===================================================== */
/* Minimal checkout header */
.checkout-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.checkout-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: var(--header-h); }
.checkout-header__actions { display: flex; align-items: center; gap: 16px; }
.checkout-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .92rem; color: var(--ink); }
.checkout-link:hover { color: var(--accent); }
.checkout-link svg { color: var(--accent); }
@media (max-width: 560px) { .checkout-link span, .checkout-header__actions .lang__btn span { display: inline; } .checkout-link { font-size: 0; } .checkout-link svg { font-size: 1rem; } }

/* Checkout (ödəniş üsulu) qutusu */
.co-wrap { max-width: 540px; }
.co-title { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; color: var(--ink); text-align: center; margin-bottom: 20px; }
.co-method-label { font-size: .9rem; font-weight: 600; color: #374151; margin-bottom: 10px; text-align: left; }
.co-box { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow); }
.pay-methods { display: grid; gap: 10px; margin-bottom: 22px; }
.pay-method { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1.5px solid var(--line); border-radius: var(--r); cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.pay-method.is-selected { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.pay-method input { position: absolute; opacity: 0; width: 0; height: 0; }
.pay-method__txt { flex: 1; font-weight: 600; color: var(--ink); }
.pay-method__brand { color: var(--muted); font-weight: 700; font-size: .95rem; letter-spacing: -.02em; }
.pay-method__brand b { color: var(--ink); }
.pay-method__brand--g b { color: #4285f4; }
.pay-method__brand--pp { color: #0070ba; }
.pay-method__brand--pp b { color: #003087; }

.pay-fields { display: grid; gap: 14px; margin-bottom: 20px; }
.pay-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pay-alt { padding: 18px; background: var(--bg-soft); border: 1px dashed var(--line); border-radius: var(--r); margin-bottom: 20px; color: var(--muted); font-size: .9rem; text-align: center; }
.co-summary { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; margin-bottom: 8px; border-top: 1px solid var(--line); font-weight: 600; color: var(--muted); }
.co-summary strong { font-family: var(--font-display); font-size: 1.25rem; color: var(--accent); }

/* İki yan-yana qutu — bir az daha uzun və yaxın */
.cr-choose-wrap { max-width: 720px; margin: 0 auto; }
.plans--tight { max-width: 640px; gap: 12px; }
.plans--tight .plan { padding: 38px 30px; }
.plans--tight .plan__list { gap: 14px; margin-bottom: 30px; }
.cr-alert { max-width: 640px; margin-left: auto; margin-right: auto; text-align: center; }

.cr-steps { display: flex; flex-wrap: wrap; gap: 10px 8px; list-style: none; margin: 0 0 28px; }
.cr-step { display: flex; align-items: center; gap: 9px; flex: 1; min-width: 140px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--r-sm); font-size: .9rem; font-weight: 600; color: var(--muted); background: var(--bg); }
.cr-step__no { flex: none; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--bg-soft-2); color: var(--muted); font-size: .82rem; font-weight: 700; }
.cr-step.is-done { color: var(--ink); }
.cr-step.is-done .cr-step__no { background: var(--ok-soft); color: var(--ok); }
.cr-step.is-active { color: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.cr-step.is-active .cr-step__no { background: var(--accent); color: #fff; }

.cr-grid { display: grid; grid-template-columns: 1fr 340px; gap: 26px; align-items: start; }
.cr-plans { display: grid; gap: 12px; margin-bottom: 30px; }
.cr-plan { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border: 1.5px solid var(--line); border-radius: var(--r); cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.cr-plan.is-selected { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.cr-plan input { position: absolute; opacity: 0; width: 0; height: 0; }
.cr-plan__radio { flex: none; width: 22px; height: 22px; border: 2px solid var(--line); border-radius: 50%; position: relative; transition: .2s; }
.cr-plan.is-selected .cr-plan__radio { border-color: var(--accent); }
.cr-plan.is-selected .cr-plan__radio::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--accent); }
.cr-plan__info { display: flex; flex-direction: column; gap: 2px; }
.cr-plan__info strong { font-size: 1.05rem; color: var(--ink); }
.cr-plan__fee { font-size: .88rem; color: var(--muted); }

.cr-pay-h { margin-top: 4px; }
.cr-card-box { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; }
.cr-card-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cr-secure { display: flex; align-items: center; gap: 7px; font-size: .82rem; color: var(--muted); margin-top: 4px; }

.cr-summary { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); position: sticky; top: calc(var(--header-h) + 16px); }
.cr-summary__title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 800; color: var(--ink); margin-bottom: 18px; }
.cr-summary__row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; font-size: .92rem; color: var(--muted); }
.cr-summary__row strong { color: var(--ink); font-weight: 600; }
.cr-summary__total { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 14px 0 18px; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 700; }
.cr-summary__total strong { font-family: var(--font-display); font-size: 1.4rem; color: var(--accent); }

@media (max-width: 820px) { .cr-grid { grid-template-columns: 1fr; } .cr-summary { position: static; } }

/* Lisenziya & broker səhifəsi */
.lic-why { max-width: 760px; }
.lic-why__text { color: var(--muted); line-height: 1.7; font-size: 1.02rem; }
.lic-form-wrap { max-width: 620px; }
.lic-form { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-sm); }

.auth-check { display: flex; align-items: flex-start; gap: 11px; margin: 6px 0 24px; cursor: pointer; font-size: .9rem; color: #374151; line-height: 1.5; }
.auth-check input { position: absolute; opacity: 0; width: 0; height: 0; }
.auth-check__box { flex: none; width: 22px; height: 22px; border: 1.5px solid var(--line); border-radius: 7px; background: var(--bg-soft); position: relative; transition: .2s; margin-top: 1px; }
.auth-check input:checked + .auth-check__box { background: var(--accent); border-color: var(--accent); }
.auth-check input:checked + .auth-check__box::after { content: ''; position: absolute; left: 7px; top: 3px; width: 6px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.auth-check input:focus-visible + .auth-check__box { box-shadow: 0 0 0 3px var(--accent-soft); }

.auth-card__alt { text-align: center; margin-top: 22px; color: var(--muted); font-size: .92rem; }
.auth-card__alt a { color: var(--accent); font-weight: 600; }
.auth-back { display: block; text-align: center; margin-top: 24px; color: var(--muted); font-size: .9rem; }
.auth-back:hover { color: var(--ink); }

/* "və ya" bölücü — parol formu ilə Google düyməsi arasında */
.auth-divider { display: flex; align-items: center; gap: 14px; margin: 22px 0; color: var(--muted); font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* Google ilə davam et düyməsi — ağ, kölgəli, loqolu (Google brend qaydalarına uyğun) */
.btn--google { display: flex; align-items: center; justify-content: center; gap: 10px; background: #fff; color: #1f2937; border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(16,18,32,.05); font-weight: 600; }
.btn--google:hover { background: #f8f9fb; border-color: #d6d9e0; box-shadow: 0 2px 8px rgba(16,18,32,.08); }
.btn--google svg { flex: 0 0 auto; }

/* =====================================================
   Hero
   ===================================================== */
.hero { position: relative; overflow: visible; background: var(--ink); color: #fff; }   /* dropdown kəsilməsin (slaydlar öz konteynerində kəsilir) */
/* Premium foto fonu — slaydşou: avtomobil → moto → yük maşını (scroll kimi sürüşür) */
.hero__slides { position: absolute; inset: 0; overflow: hidden; }
/* Slaydlar üst-üstə durur, JS "is-active" ilə yumşaq keçid edir (mətnlə sinxron) */
.hero__slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: 72% center;
    filter: saturate(1.05) contrast(1.02);
    opacity: 0; transition: opacity 1.1s ease;
}
.hero__slide.is-active { opacity: 1; }
/* Mətn dəyişəndə yumşaq görünmə */
.hero-fade { animation: heroFade .65s ease both; }
@keyframes heroFade { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
    .hero__slide { transition: none; }
    .hero-fade { animation: none; }
}
.hero__bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(900px 500px at 80% -10%, rgba(124,58,237,.42), transparent 60%),
        radial-gradient(700px 500px at 10% 110%, rgba(79,70,229,.38), transparent 55%),
        linear-gradient(100deg, #0b0d12 0%, rgba(11,13,18,.96) 32%, rgba(11,13,18,.70) 56%, rgba(11,13,18,.42) 78%, rgba(11,13,18,.62) 100%),
        linear-gradient(to top, rgba(11,13,18,.88) 0%, transparent 38%);
}
.hero__bg::after {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 54px 54px; mask-image: radial-gradient(circle at 50% 30%, #000, transparent 75%);
}
.hero__inner { position: relative; z-index: 2; padding: 92px 24px 104px; }
.hero__content { max-width: 760px; }
.hero__eyebrow {
    display: inline-block; padding: 7px 14px; border-radius: 999px; font-size: .82rem; font-weight: 600;
    letter-spacing: .02em; color: #d9d6ff; background: rgba(124,58,237,.18); border: 1px solid rgba(124,58,237,.35);
    margin-bottom: 22px;
}
.hero__title { font-size: clamp(2.3rem, 5.5vw, 4rem); color: #fff; font-weight: 800; }
.hero__title span { background: linear-gradient(110deg, #a78bfa, #818cf8 60%, #67e8f9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { margin-top: 20px; font-size: clamp(1.05rem, 2vw, 1.22rem); color: #c3c7d1; max-width: 620px; }

.hero__search {
    margin-top: 36px; display: flex; gap: 10px; padding: 10px; border-radius: 18px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(8px); max-width: 760px;
}
.hero__search-field { flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 16px; background: #fff; border-radius: 12px; color: var(--muted); min-width: 0; }
.hero__search-field input { flex: 1; border: none; outline: none; padding: 15px 0; color: var(--ink); min-width: 0; background: transparent; }
.hero__search select {
    border: none; outline: none; background: #fff; border-radius: 12px; padding: 0 16px; color: var(--ink);
    font-weight: 500; cursor: pointer; max-width: 190px;
}
.hero__search .btn { padding: 15px 28px; }

.hero__chips { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #9aa0ad; font-size: .9rem; }
.hero__chips a { padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: #e6e8ee; font-weight: 500; transition: .2s; }
.hero__chips a:hover { background: rgba(255,255,255,.18); }

/* =====================================================
   Stats
   ===================================================== */
.stats { background: var(--ink-2); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 40px 24px; }
.stat { text-align: center; color: #fff; }
.stat strong { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; background: linear-gradient(120deg,#fff,#b6b9ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { color: #9aa0ad; font-size: .92rem; }

/* =====================================================
   Bölmələr (sections)
   ===================================================== */
.section { padding: 88px 0; }
.section--tight { padding: 56px 0 88px; }
.section--alt { background: var(--bg-soft); }
.section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.section__head--center { justify-content: center; text-align: center; }
.section__eyebrow { display: inline-block; color: var(--accent); font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.section__title { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }

/* =====================================================
   Grid layout
   ===================================================== */
.grid { display: grid; gap: 26px; }
.grid--cars { grid-template-columns: repeat(3, 1fr); }
/* Premium (featured) — responsiv grid: geniş ekranda hamısı bir sırada,
   ekran kiçildikcə qrid qanununa uyğun aşağı sıralara keçir (sürüşmə yoxdur) */
.grid--featured { grid-template-columns: repeat(4, 1fr); }
.grid--steps { grid-template-columns: repeat(4, 1fr); }
.grid--auto { grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); }

/* =====================================================
   Avtomobil kartı
   ===================================================== */
.car-card {
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--r);
    overflow: hidden; display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.car-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.car-card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft-2); }
.car-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.car-card:hover .car-card__media img { transform: scale(1.06); }

.badge {
    position: absolute; top: 12px; left: 12px; padding: 5px 12px; border-radius: 999px;
    font-size: .74rem; font-weight: 700; letter-spacing: .02em; backdrop-filter: blur(4px);
}
.badge--clean { background: var(--ok-soft); color: var(--ok); }
.badge--salvage { background: var(--warn-soft); color: var(--warn); }

.car-card__timer {
    position: absolute; bottom: 12px; right: 12px; display: inline-flex; align-items: center; gap: 5px;
    padding: 5px 11px; border-radius: 999px; font-size: .76rem; font-weight: 600;
    background: rgba(11,13,18,.78); color: #fff; backdrop-filter: blur(4px);
}
/* Canlı hərrac nişanı (admin "Canlı et" edəndə kartda vaxtı əvəz edir) */
.car-card__timer--live { background: rgba(217,83,79,.94); }
.car-card__timer--sold { background: rgba(15,157,118,.94); }
.car-card__live-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; flex: none; animation: cardLive 1.4s ease-in-out infinite; }
@keyframes cardLive { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
@media (prefers-reduced-motion: reduce) { .car-card__live-dot { animation: none; } }
.car-card__body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.car-card__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.car-card__title { font-size: 1.12rem; font-weight: 700; }
.car-card__title span { color: var(--muted); font-weight: 600; font-size: .98rem; }
.car-card__lot { font-size: .74rem; color: var(--muted); white-space: nowrap; padding-top: 4px; }

.car-card__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 16px 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.car-card__specs li { font-size: .88rem; font-weight: 600; color: var(--ink); display: flex; flex-direction: column; }
.car-card__specs span { font-size: .72rem; color: var(--muted); font-weight: 500; }

.car-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.car-card__label { display: block; font-size: .72rem; color: var(--muted); }
.car-card__price { font-family: var(--font-display); font-size: 1.3rem; font-weight: 800; color: var(--ink); }
.car-card__cta { font-weight: 700; font-size: .9rem; color: var(--accent); }

/* =====================================================
   Steps (necə işləyir)
   ===================================================== */
.step { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 26px; position: relative; transition: .25s; }
.section--alt .step:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.step__num { font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-2)); width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 18px; }
.step h3 { font-size: 1.18rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .95rem; }

/* Necə işləyir səhifəsi — ikonlu addım kartları */
.step--guide { padding-top: 28px; }
.step--guide:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.step__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: var(--accent-soft); color: var(--accent); margin-bottom: 18px; }
.step__icon svg { width: 26px; height: 26px; }
.step__no { position: absolute; top: 22px; right: 24px; font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; color: rgba(79,70,229,.22); }

/* =====================================================
   Split bölmə
   ===================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split__media { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.split__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split__badge { position: absolute; left: 22px; bottom: 22px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); padding: 14px 20px; border-radius: 16px; box-shadow: var(--shadow); }
.split__badge strong { display: block; font-family: var(--font-display); font-size: 1.6rem; color: var(--accent); }
.split__badge span { font-size: .82rem; color: var(--muted); }
.split__content .section__title { margin-bottom: 24px; }

.check-list { display: grid; gap: 14px; margin-bottom: 30px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 500; color: #2c303a; }
.check { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--accent-soft); position: relative; margin-top: 2px; }
.check::after { content: ''; position: absolute; left: 7px; top: 4px; width: 6px; height: 10px; border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* =====================================================
   FAQ
   ===================================================== */
.faq-wrap { max-width: 820px; }
.faq { display: grid; gap: 14px; }
.faq__item { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 4px 22px; transition: box-shadow .25s; }
.faq__item.is-open { box-shadow: var(--shadow-sm); }
.faq__q { width: 100%; background: none; border: none; text-align: left; list-style: none; cursor: pointer; padding: 18px 0; font-weight: 700; font-size: 1rem; font-family: var(--font-display); display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--ink); min-width: 0; }
.faq__q > span { flex: 1 1 auto; min-width: 0; overflow-wrap: anywhere; }
.faq__q::after { content: '+'; flex: none; font-size: 1.4rem; line-height: 1; color: var(--accent); transition: transform .3s ease; font-family: 'Inter'; }
.faq__item.is-open .faq__q::after { transform: rotate(45deg); }
/* Yumşaq gecikməli açılış (grid-rows 0fr→1fr, yoova.az üslubu) */
.faq__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.4,0,.2,1); }
.faq__body > p { overflow: hidden; padding: 0; margin: 0; color: var(--muted); overflow-wrap: anywhere; transition: padding .4s ease; }
.faq__item.is-open .faq__body { grid-template-rows: 1fr; }
.faq__item.is-open .faq__body > p { padding: 0 0 20px; }

/* ---- Hero axtarış: premium custom dropdown (native <select> əvəzinə) ---- */
.hero__search .hdd { position: relative; flex: 0 0 210px; width: 210px; }
.hdd__btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 16px; background: #fff; border: none; border-radius: 12px; color: var(--ink); font: inherit; font-weight: 600; cursor: pointer; }
.hdd__label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hdd__chev { width: 16px; height: 16px; color: var(--muted); flex: none; transition: transform .2s; }
.hdd.is-open .hdd__chev { transform: rotate(180deg); }
.hdd__menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 260px; max-width: 340px; background: #fff; border-radius: 12px; box-shadow: 0 14px 40px rgba(15,23,42,.16); padding: 6px; margin: 0; list-style: none; z-index: 60;
    max-height: 184px; overflow-y: auto; display: none; }   /* 4 element görünür, qalanı scroll */
.hdd.is-open .hdd__menu { display: block; animation: hddIn .16s ease; }
@keyframes hddIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.hdd__opt { padding: 10px 13px; border-radius: 8px; cursor: pointer; font-size: .92rem; color: var(--ink); white-space: nowrap; }
.hdd__opt:hover { background: var(--bg-soft); }
.hdd__opt.is-active { background: var(--accent); color: #fff; font-weight: 600; }
.hdd__menu::-webkit-scrollbar { width: 8px; }
.hdd__menu::-webkit-scrollbar-thumb { background: rgba(15,23,42,.2); border-radius: 8px; }
.hdd__menu::-webkit-scrollbar-track { background: transparent; }

/* ---- Native select əvəzi: sayt stilində dropdown (JS: select[data-dd]) ----
   Native select-in açılan menyusuna CSS tətbiq olunmur (brauzer elementidir),
   ona görə menyu burada qurulur — kənarları input ilə EYNİ: --r-sm + --line. */
.sdd { position: relative; display: inline-block; }
.sdd__native { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; }
.sdd__btn { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; padding: 9px 12px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff; color: var(--ink); font: inherit; font-size: .86rem; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.sdd__btn:hover { border-color: var(--accent); }
.sdd.is-open .sdd__btn { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.sdd__label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sdd__chev { width: 14px; height: 14px; color: var(--muted); flex: none; transition: transform .2s; }
.sdd.is-open .sdd__chev { transform: rotate(180deg); }
.sdd__menu { display: none; position: absolute; top: calc(100% + 6px); left: 0; min-width: 100%; max-height: 264px; overflow-y: auto; background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-sm); box-shadow: 0 12px 32px rgba(15,23,42,.14); padding: 5px; margin: 0; list-style: none; z-index: 60; }
.sdd.is-open .sdd__menu { display: block; animation: hddIn .16s ease; }
.sdd__opt { padding: 8px 11px; border-radius: 6px; cursor: pointer; font-size: .86rem; color: var(--ink); white-space: nowrap; }
.sdd__opt:hover { background: var(--bg-soft); }
.sdd__opt.is-active { background: var(--accent); color: #fff; font-weight: 600; }
.sdd__menu::-webkit-scrollbar { width: 8px; }
.sdd__menu::-webkit-scrollbar-thumb { background: rgba(15,23,42,.2); border-radius: 8px; }
.sdd__menu::-webkit-scrollbar-track { background: transparent; }
@media (max-width: 720px) {
    .hero__search .hdd { flex: 1 1 100%; width: 100%; min-width: 0; }   /* masaüstü width:210px ləğv olunur */
    .hdd__menu { min-width: 0; right: 0; max-width: none; }
}

/* =====================================================
   CTA band
   ===================================================== */
.cta-band { background: linear-gradient(120deg, var(--accent), var(--accent-2)); color: #fff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 56px 24px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.cta-band p { color: rgba(255,255,255,.85); margin-top: 8px; }

/* =====================================================
   Footer
   ===================================================== */
.site-footer { background: var(--ink); color: #aab0bd; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.brand--footer { color: #fff; margin-bottom: 16px; }
.brand--footer .brand-name { background: none; -webkit-text-fill-color: #fff; color: #fff; }
.footer-desc { font-size: .92rem; color: #8b91a0; max-width: 320px; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; }
.footer-col a { display: block; padding: 6px 0; color: #aab0bd; font-size: .92rem; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 24px 24px 32px; font-size: .85rem; color: #7b8190; flex-wrap: wrap; line-height: 1.6; }

/* =====================================================
   Səhifə başlığı / breadcrumb
   ===================================================== */
.page-head { background: var(--bg-soft); border-bottom: 1px solid var(--line); padding: 40px 0; }
.page-head--slim { padding: 22px 0; }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { margin: 0 6px; }
.page-head--slim .breadcrumb { margin-bottom: 0; }
.page-head__title { font-size: clamp(1.7rem, 4vw, 2.4rem); }
.page-head__sub { color: var(--muted); margin-top: 6px; }
.page-head__sub strong { color: var(--ink); }

/* Necə işləyir — Copart üslublu hero banner */
.hiw-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.hiw-hero::before {
    content: ''; position: absolute; inset: 0;
    background: url('https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=1920&q=80') no-repeat;
    background-size: cover; background-position: 70% center; opacity: .55; transform: scale(1.03);
}
.hiw-hero__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(11,13,18,.94) 0%, rgba(11,13,18,.78) 42%, rgba(11,13,18,.45) 100%); }
.hiw-hero__inner { position: relative; padding: 84px 24px 92px; max-width: 720px; }
.hiw-hero__eyebrow { color: #c9c4ff; }
.hiw-hero__title { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; margin-top: 12px; }
.hiw-hero__lead { color: #c3c7d1; margin-top: 16px; font-size: clamp(1.02rem, 2vw, 1.18rem); line-height: 1.6; max-width: 560px; }
.hiw-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

/* Mərkəzli səhifə başlığı (Necə işləyir) */
.page-head__center { text-align: center; max-width: 720px; margin: 0 auto; }
.page-head__center .section__eyebrow { margin-bottom: 12px; }
.page-head__lead { color: var(--muted); margin-top: 14px; font-size: 1.08rem; line-height: 1.6; }
.page-head__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* Bölmə altyazısı */
.section__lead { color: var(--muted); margin-top: 12px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.6; }

/* Üzvlük planları */
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 760px; margin: 0 auto; }
.plan { position: relative; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 28px; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan--featured { border-color: var(--accent); box-shadow: 0 20px 50px -24px rgba(79,70,229,.5); }
.plan__badge { position: absolute; top: 18px; right: 18px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.plan__tag { font-size: .82rem; color: var(--muted); font-weight: 600; }
.plan__name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: var(--ink); margin: 6px 0 2px; }
.plan__price { font-size: 1.05rem; font-weight: 700; color: var(--accent); margin-bottom: 20px; }
.plan__list { display: grid; gap: 12px; margin-bottom: 26px; }
.plan__list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: #3a3e48; }
.plan .btn { margin-top: auto; }
@media (max-width: 640px) { .plans { grid-template-columns: 1fr; } }

/* =====================================================
   Inventory (filtr + nəticələr)
   ===================================================== */
.inventory { display: grid; grid-template-columns: 290px 1fr; gap: 32px; align-items: start; }

.filters { position: sticky; top: calc(var(--header-h) + 20px); background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.filters__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.filters__head h3 { font-size: 1.15rem; }
.filters__reset { font-size: .85rem; color: var(--accent); font-weight: 600; }
.filters__field { margin-bottom: 16px; }
.filters__field label { display: block; font-size: .8rem; font-weight: 600; color: var(--muted); margin-bottom: 7px; }
.filters__field input, .filters__field select {
    width: 100%; padding: 11px 13px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
    background: var(--bg); color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
.filters__field input:focus, .filters__field select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.filters__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.results__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.results__sort { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.results__sort label { font-size: .88rem; color: var(--muted); }
.results__sort select { padding: 10px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: var(--bg); color: var(--ink); cursor: pointer; font-weight: 500; }
.results__sort select:focus { outline: none; border-color: var(--accent); }
.filters-open { display: none; }

.empty { text-align: center; padding: 70px 20px; background: var(--bg-soft); border-radius: var(--r); }
.empty h3 { font-size: 1.4rem; margin-bottom: 8px; }
.empty p { color: var(--muted); margin-bottom: 22px; }

.filters-overlay { display: none; position: fixed; inset: 0; background: rgba(11,13,18,.5); z-index: 199; opacity: 0; transition: opacity .25s; }
.filters-overlay.is-open { display: block; opacity: 1; }

/* =====================================================
   Vehicle detail (VDP)
   ===================================================== */
.vdp { display: grid; grid-template-columns: 1fr 400px; gap: 40px; align-items: start; }

.gallery__main { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--bg-soft-2); aspect-ratio: 16/10; box-shadow: var(--shadow); }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__badge { top: 16px; left: 16px; font-size: .82rem; padding: 7px 15px; }
.gallery__thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.gallery__thumb { width: 96px; aspect-ratio: 16/11; border-radius: 12px; overflow: hidden; border: none; padding: 0; background: none; cursor: pointer; transition: box-shadow .2s, transform .2s; }
.gallery__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* Aktiv seçim: thumbnail-in yuvarlaq formasına tam oturan halqa (ölçü dəyişmir, kənar görüntü kəsilmir) */
.gallery__thumb.is-active { box-shadow: 0 0 0 2px var(--accent); }
.gallery__thumb:hover { transform: translateY(-2px); }

.specs-card { margin-top: 34px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.specs-card__title { font-size: 1.3rem; margin-bottom: 22px; }
.specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.spec { background: var(--bg); padding: 14px 18px; display: flex; flex-direction: column; gap: 3px; }
.spec span { font-size: .76rem; color: var(--muted); }
.spec strong { font-size: .96rem; color: var(--ink); font-weight: 600; word-break: break-word; }

.vdp__side { position: sticky; top: calc(var(--header-h) + 20px); }
.bid-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow); }
.bid-card__title { font-size: 1.7rem; margin: 14px 0 4px; }
.bid-card__title span { color: var(--muted); font-weight: 600; }
.bid-card__lot { font-size: .88rem; color: var(--muted); }
.bid-card__timer { display: flex; align-items: center; gap: 8px; margin: 20px 0; padding: 12px 16px; background: var(--accent-soft); color: var(--accent); border-radius: var(--r-sm); font-size: .9rem; font-weight: 500; }
.bid-card__timer strong { font-weight: 800; }

.bid-card__prices { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bid-card__label { display: block; font-size: .76rem; color: var(--muted); margin-bottom: 4px; }
.bid-card__price { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; color: var(--ink); }
.bid-card__buynow { text-align: right; }
.bid-card__price-alt { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--accent); }

.bid-form { margin: 22px 0 14px; }
.bid-form label { display: block; font-size: .82rem; font-weight: 600; color: var(--muted); margin-bottom: 8px; }
.bid-form__row { display: flex; gap: 10px; }
.bid-form__row input { flex: 1; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--r-sm); color: var(--ink); width: 0; }
.bid-form__row input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.bid-form__hint { font-size: .76rem; color: var(--muted); margin-top: 8px; }

.bid-card__trust { display: grid; gap: 10px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.bid-card__trust li { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: #3a3e48; }

/* Uyğunluq qadağası — təklif bloklanıb (Copart üslubu) */
.bid-blocked { display: grid; gap: 14px; }
.bid-blocked__head { display: flex; gap: 13px; padding: 16px; background: var(--warn-soft); border: 1px solid #f3d9b0; border-radius: var(--r-sm); }
.bid-blocked__icon { flex: none; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #fff; color: var(--warn); }
.bid-blocked__icon svg { width: 21px; height: 21px; }
.bid-blocked__title { font-size: 1rem; font-weight: 700; color: #7c4a09; margin-bottom: 4px; }
.bid-blocked__text { font-size: .88rem; color: #8a5a1c; line-height: 1.5; }
.bid-blocked__help { text-align: center; font-size: .85rem; font-weight: 600; color: var(--accent); }

/* Təklif statusu (ən yüksək təklifçi / bağlı) */
.bid-note { margin: 18px 0 4px; padding: 11px 15px; border-radius: var(--r-sm); font-size: .88rem; background: var(--bg-soft-2, #f3f4f6); color: #3a3e48; }
.bid-note--ok { background: var(--accent-soft); color: var(--accent); font-weight: 600; }
.bid-note--off { background: var(--warn-soft); color: #8a5a1c; }

/* Sistem təyin etdiyi növbəti təklif — müştəri dəyişə bilmir */
.bid-next { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 18px 0 12px; padding: 14px 16px; border: 1.5px dashed var(--line); border-radius: var(--r-sm); }
.bid-next__amount { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: var(--ink); }
.bid-card__prices--single { grid-template-columns: 1fr; }

/* Canlı hərrac dairəvi sayğacı (copart üslubu) — saniyə dairənin içində */
.bid-live { display: flex; align-items: center; gap: 16px; margin: 18px 0 4px; padding: 14px 16px; border-radius: var(--r); background: var(--accent-soft); border: 1.5px solid var(--accent); }
.bid-live[hidden] { display: none; }
.bid-ring { position: relative; width: 88px; height: 88px; flex: none; }
.bid-ring__svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.bid-ring__track { fill: none; stroke: rgba(79,70,229,.16); stroke-width: 8; }
.bid-ring__fill {
    fill: none; stroke: var(--accent); stroke-width: 8; stroke-linecap: round;
    stroke-dasharray: 326.726; stroke-dashoffset: 0;   /* JS idarə edir */
    transition: stroke-dashoffset .95s linear, stroke .3s ease;
}
.bid-ring__center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.bid-ring__num { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--accent); font-variant-numeric: tabular-nums; }
.bid-ring__unit { margin-top: 2px; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.bid-live__meta { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.bid-live__label { font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); }
.bid-live__hint { font-size: .8rem; color: var(--muted); }
/* Son 5 saniyə — qırmızı/diqqət */
.bid-live.is-urgent { background: #fff1ef; border-color: #e1483f; animation: bidPulse 1s ease-in-out infinite; }
.bid-live.is-urgent .bid-ring__fill { stroke: #e1483f; }
.bid-live.is-urgent .bid-ring__track { stroke: rgba(225,72,63,.16); }
.bid-live.is-urgent .bid-ring__num, .bid-live.is-urgent .bid-live__label { color: #e1483f; }
@keyframes bidPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(225,72,63,0); } 50% { box-shadow: 0 0 0 4px rgba(225,72,63,.16); } }

/* Sayğac klik-edilən olduqda (təklif vermək üçün) */
.bid-live--clickable { cursor: pointer; transition: transform .12s ease, box-shadow .2s ease; }
.bid-live--clickable:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -10px rgba(79,70,229,.55); }
.bid-live--clickable:active { transform: translateY(0); }
.bid-live--clickable:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }


/* Deaktiv düymə — görünür, amma klik olunmur */
.btn:disabled, .btn[disabled] { opacity: .5; cursor: not-allowed; pointer-events: none; }

.alert { padding: 12px 16px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 500; margin-bottom: 16px; }
.alert--ok { background: var(--ok-soft); color: var(--ok); }
.alert--err { background: var(--warn-soft); color: var(--warn); }
.alert--info { background: var(--accent-soft); color: var(--accent); }

/* Daxil olmuş istifadəçi (naviqasiya) */
.nav-user { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; color: var(--text); max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-user__dot { flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--ok, #16a34a); box-shadow: 0 0 0 3px var(--accent-soft); }
a.nav-user:hover { color: var(--accent); }

/* =====================================================
   Dashboard (idarə paneli)
   ===================================================== */
/* Naviqasiyada İdarə paneli düyməsi — digər nav linkləri kimi sadədir,
   yalnız aktiv (klik olunmuş/həmin səhifədə) olanda rəngi dəyişir */
.main-nav a.nav-dash.is-active { color: var(--accent); }

/* ---- Watchlist mərkəzli dashboard ---- */
html { scroll-behavior: smooth; }
.dashx { background: var(--bg-soft); padding: 26px 0 60px; min-height: 64vh; }

/* Welcome — sola/yuxarı, VELORA-nın altından sağa doğru */
.dashx-welcome { padding: 4px 2px 22px; }
.dashx-welcome h1 { font-size: clamp(1.3rem, 2.6vw, 1.7rem); font-weight: 800; }
.dashx-welcome p { color: var(--muted); font-size: .92rem; margin-top: 6px; }

/* Stack: yuxarıda başlıq + düymələr, altında maşınlar */
.wl-layout { display: block; }

.wl-side { position: static; margin-bottom: 20px; }
.wl-side--mt { margin-top: 36px; }
.wl-side__title { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 1.3rem; font-weight: 800; color: var(--ink); margin-bottom: 16px; }
.wl-side__ic { display: inline-flex; align-items: center; }
.wl-side__ic svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.wl-side__ic--heart svg { fill: var(--blue); stroke: var(--blue); }
.wl-tabs { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 7px; }
.wl-tab { display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: auto; padding: 8px 12px; background: var(--bg); border: 1px solid var(--line); border-radius: 999px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: .82rem; color: var(--ink-3); cursor: pointer; transition: .18s; }
.wl-tab:hover { border-color: var(--accent); background: var(--bg-soft); }
.wl-tab.is-active { background: var(--accent); color: #fff; border-color: var(--accent); box-shadow: 0 8px 20px -10px rgba(79,70,229,.7); }
.wl-tab__count { min-width: 18px; text-align: center; background: var(--bg-soft-2); color: var(--muted); font-size: .68rem; font-weight: 700; padding: 1px 6px; border-radius: 999px; }
.wl-tab.is-active .wl-tab__count { background: rgba(255,255,255,.22); color: #fff; }

.wl-content { min-width: 0; }
.wl-group[hidden] { display: none; }
.wl-group .grid--cars { margin: 0; }

.wl-empty { background: var(--bg); border: 1px dashed var(--line); border-radius: var(--r-lg); padding: 48px 28px; text-align: center; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: 14px; }
.wl-empty__heart svg { width: 46px; height: 46px; fill: none; stroke: #c7ccd6; stroke-width: 1.5; }
.wl-empty p { max-width: 380px; font-size: .94rem; line-height: 1.5; }

/* İzləmə düyməsi (maşın səhifəsində) */
.wl-form { margin-top: 12px; }
.wl-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 13px 18px; background: var(--bg); border: 1.5px solid var(--line); border-radius: var(--r); font-family: 'Inter', sans-serif; font-weight: 600; font-size: .95rem; color: var(--ink); cursor: pointer; transition: .18s; }
.wl-btn:hover { border-color: var(--blue); background: var(--blue-soft); }
.wl-btn.is-watched { border-color: var(--blue); background: var(--blue-soft); color: var(--blue); }
.wl-btn__heart { display: inline-flex; align-items: center; line-height: 1; transition: transform .2s; }
.wl-btn__heart svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: fill .18s, stroke .18s; }
.wl-btn.is-watched .wl-btn__heart svg { fill: var(--blue); stroke: var(--blue); }
.wl-btn.is-watched .wl-btn__heart { animation: wlPop .3s ease; }
@keyframes wlPop { 0% { transform: scale(1); } 45% { transform: scale(1.35); } 100% { transform: scale(1); } }

/* kiçik toast bildirişi */
.wl-toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 999px; font-weight: 600; font-size: .9rem; box-shadow: 0 16px 40px -12px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transition: opacity .22s, transform .22s; z-index: 1200; }
.wl-toast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 860px) {
    .wl-layout { grid-template-columns: 1fr; gap: 18px; }
    .wl-side { position: static; }
    .wl-tabs { flex-direction: row; }
}

/* =====================================================
   Admin dashboard (klassik admin panel)
   ===================================================== */
.adm-body { background: var(--bg-soft); }

/* Sidebar */
.adm-sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: 250px; background: var(--ink); color: #fff; display: flex; flex-direction: column; padding: 18px 14px; z-index: 200; }
.adm-brand { flex: none; display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; padding: 6px 10px 14px; }
.adm-brand .brand-mark { width: 32px; height: 32px; border-radius: 10px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: grid; place-items: center; color: #fff; flex: none; }
/* Nav sürüşən olur → logout həmişə dibdə görünür (qısa ekranda da) */
.adm-nav { flex: 1 1 auto; min-height: 0; overflow-y: auto; display: flex; flex-direction: column; gap: 2px; padding-right: 2px; }
.adm-nav::-webkit-scrollbar { width: 6px; }
.adm-nav::-webkit-scrollbar-thumb { background: rgba(255,255,255,.14); border-radius: 3px; }
.adm-nav__label { font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; color: #79839a; padding: 6px 12px 6px; }
.adm-nav a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; color: #c2cad8; font-weight: 600; font-size: .9rem; transition: .16s; }
.adm-nav a svg { width: 19px; height: 19px; flex: none; }
.adm-nav a:hover { background: rgba(255,255,255,.07); color: #fff; }
.adm-nav a.is-active { background: var(--accent); color: #fff; box-shadow: 0 10px 22px -10px rgba(79,70,229,.8); }
.adm-logout { flex: none; display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 10px; color: #c7ccd6; font-weight: 600; font-size: .9rem; }
.adm-logout svg { width: 19px; height: 19px; }
.adm-logout:hover { background: rgba(255,255,255,.07); color: #fff; }
/* İlk düymə (Sayta qayıt) üstündə ayırıcı */
.adm-nav + .adm-logout { margin-top: 10px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.09); }
/* Çıxış düyməsi — danger (qırmızı) */
.adm-logout--exit { color: #f0a8a4; }
.adm-logout--exit:hover { background: rgba(255,80,70,.14); color: #ffd0cd; }

/* Shell + topbar */
.adm-shell { margin-left: 250px; min-height: 100vh; display: flex; flex-direction: column; }
.adm-topbar { position: sticky; top: 0; z-index: 150; background: #fff; border-bottom: 1px solid var(--line); padding: 13px 28px; display: flex; align-items: center; gap: 18px; }
.adm-topbar__title h1 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; line-height: 1.1; }
.adm-topbar__title p { font-size: .8rem; color: var(--muted); margin-top: 3px; }
.adm-topbar__right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.adm-search { display: flex; align-items: center; gap: 8px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; color: var(--muted); }
.adm-search input { border: none; background: none; outline: none; font-size: .88rem; width: 170px; color: var(--ink); }
.adm-user { display: flex; align-items: center; gap: 10px; }
.adm-user__av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; display: grid; place-items: center; font-weight: 800; font-family: var(--font-display); }
.adm-user__id strong { display: block; font-size: .84rem; font-weight: 700; line-height: 1.2; color: var(--ink); }
.adm-user__id span { font-size: .75rem; color: var(--muted); }

.adm-main { padding: 24px 28px 40px; display: flex; flex-direction: column; gap: 20px; }

/* Stat kartları */
.adm-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.adm-stat { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; display: flex; flex-direction: column; gap: 5px; }
.adm-stat__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.adm-stat__icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; }
.adm-stat__icon svg { width: 22px; height: 22px; }
.adm-stat__icon--a { background: var(--accent-soft); color: var(--accent); }
.adm-stat__icon--b { background: #e6f6ec; color: #0f9d58; }
.adm-stat__icon--c { background: var(--blue-soft); color: var(--blue); }
.adm-stat__icon--d { background: #fdf2e2; color: #d97706; }
.adm-stat__trend { display: inline-flex; align-items: center; gap: 3px; font-size: .76rem; font-weight: 700; color: #0f9d58; }
.adm-stat__trend.is-down { color: #d9534f; }
.adm-stat__trend.is-down svg { transform: rotate(180deg); }
.adm-stat strong { font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; line-height: 1; color: var(--ink); }
.adm-stat > span:last-child { color: var(--muted); font-size: .86rem; }

/* Paneller */
.adm-grid2 { display: grid; grid-template-columns: 1.85fr 1fr; gap: 18px; }
.adm-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.adm-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.adm-panel__title { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.adm-panel__sub { font-size: .8rem; color: var(--muted); margin-top: 3px; }

/* Qrafik */
.adm-chart { width: 100%; height: 220px; display: block; }
.adm-chart__x { display: flex; justify-content: space-between; margin-top: 10px; padding: 0 6px; font-size: .76rem; color: var(--muted); }

/* Donut + bars */
.adm-donut { display: flex; justify-content: center; padding: 6px 0 18px; }
.adm-donut__ring { position: relative; width: 150px; height: 150px; }
.adm-donut__ring svg { width: 150px; height: 150px; }
.adm-donut__center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.adm-donut__center strong { font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; color: var(--ink); }
.adm-donut__center span { font-size: .76rem; color: var(--muted); }
.adm-bars { display: flex; flex-direction: column; gap: 13px; border-top: 1px solid var(--line); padding-top: 16px; }
.adm-bars__label { font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; }
.adm-bar__top { display: flex; align-items: center; justify-content: space-between; font-size: .85rem; margin-bottom: 6px; color: var(--ink); }
.adm-bar__top strong { font-family: var(--font-display); }
.adm-bar__track { height: 8px; background: var(--bg-soft-2); border-radius: 999px; overflow: hidden; }
.adm-bar__fill { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }

/* Cədvəllər */
.adm-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.adm-table-wrap { overflow-x: auto; }
.adm-table { width: 100%; border-collapse: collapse; }
.adm-table th { text-align: left; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); font-weight: 700; padding: 0 12px 12px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.adm-table td { padding: 12px; border-bottom: 1px solid var(--line); font-size: .9rem; color: var(--ink); vertical-align: middle; }
.adm-table tbody tr:last-child td { border-bottom: none; }
.adm-table tbody tr:hover { background: var(--bg-soft); }
.adm-cell-veh { display: flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 600; }
.adm-cell-veh img { width: 50px; height: 36px; border-radius: 8px; object-fit: cover; flex: none; }
.adm-cell-veh:hover span { color: var(--accent); }
.adm-cell-veh--link { text-decoration: none; }
.adm-price { font-family: var(--font-display); font-weight: 800; color: var(--accent); white-space: nowrap; }
.adm-badge { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: .74rem; font-weight: 700; }
.adm-badge--live { background: #fdecea; color: #d9534f; }
.adm-badge--up { background: var(--accent-soft); color: var(--accent); }
.adm-badge--sold { background: #e6f6ec; color: #0f9d58; }
.adm-bidder { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }
.adm-bidder__av { width: 28px; height: 28px; border-radius: 50%; background: var(--bg-soft-2); color: var(--ink-3); display: grid; place-items: center; font-size: .76rem; font-weight: 700; }
.adm-auc { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }
.adm-auc__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

/* Mobil sidebar */
.adm-burger { display: none; flex-direction: column; gap: 4px; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.adm-burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.adm-overlay { display: none; position: fixed; inset: 0; background: rgba(11,13,18,.5); z-index: 190; }
.adm-overlay.is-open { display: block; }

@media (max-width: 1100px) {
    .adm-grid2 { grid-template-columns: 1fr; }
    .adm-row2 { grid-template-columns: 1fr; }
    .adm-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
    .adm-sidebar { transform: translateX(-100%); transition: transform .25s ease; box-shadow: 0 0 50px rgba(0,0,0,.3); }
    .adm-sidebar.is-open { transform: none; }
    .adm-shell { margin-left: 0; }
    .adm-burger { display: flex; }
}
@media (max-width: 560px) {
    .adm-stats { grid-template-columns: 1fr; }
    .adm-search { display: none; }
    .adm-user__id { display: none; }
    .adm-main { padding: 18px 16px 32px; }
    .adm-topbar { padding: 12px 16px; }
}

/* Giriş modalı — təklif vermək üçün (Copart üslubu) */
.auth-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px; }
.auth-modal.is-open { display: flex; }
.auth-modal__overlay { position: absolute; inset: 0; background: rgba(17, 20, 28, .55); backdrop-filter: blur(2px); animation: authFade .2s ease; }
.auth-modal__dialog { position: relative; width: 100%; max-width: 400px; background: #fff; border-radius: var(--r-md, 18px); padding: 32px 28px 26px; box-shadow: 0 30px 70px -20px rgba(17,20,28,.45); animation: authPop .22s cubic-bezier(.2,.9,.3,1.2); }
.auth-modal__close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; display: grid; place-items: center; border: none; background: var(--bg, #f4f5f8); color: var(--muted); border-radius: 50%; cursor: pointer; transition: background .15s, color .15s; }
.auth-modal__close:hover { background: var(--accent-soft); color: var(--accent); }
.auth-modal__title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.auth-modal__sub { font-size: .9rem; color: var(--muted); margin-bottom: 22px; }
.auth-modal__form { display: grid; gap: 16px; }
.auth-modal__alt { text-align: center; font-size: .88rem; color: var(--muted); margin-top: 18px; }
.auth-modal__alt a { color: var(--accent); font-weight: 600; }
@keyframes authFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes authPop { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }

/* =====================================================
   Animasiya (reveal)
   ===================================================== */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-in { opacity: 1; transform: none; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1080px) {
    .grid--cars { grid-template-columns: repeat(2, 1fr); }
    .grid--steps { grid-template-columns: repeat(2, 1fr); }
    .vdp { grid-template-columns: 1fr; }
    .vdp__side { position: static; }
    .bid-card { max-width: 520px; }
}

@media (max-width: 900px) {
    /* Mobil menyu */
    .nav-toggle { display: flex; }
    .main-nav {
        /* Header-in ALTINDAN açılır — hamburger düyməsi header-də qalır və görünür.
           bottom YOX; yalnız top + dvh hündürlük → hər skroll vəziyyətində tam açılır
           (header sticky top:0 olduğu üçün istinad nöqtəsi həmişə eynidir). */
        position: fixed; top: var(--header-h); left: 0; right: 0;
        height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h));
        flex-direction: column; align-items: stretch; gap: 4px; overflow-y: auto;
        background: #fff; padding: 20px; border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none;
        transition: opacity .25s, transform .25s; z-index: 90;
    }
    .main-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
    .main-nav { margin-left: 0; }
    .main-nav a { padding: 13px 14px; }

    /* Mobil menyu ağ fonda açılır — ana səhifədə də linklər tünd görünməlidir
       (əks halda ağ üzərində ağ yazı itir) */
    .site-header.is-home:not(.is-scrolled) .main-nav a { color: var(--ink); }
    .site-header.is-home:not(.is-scrolled) .main-nav a:hover { color: var(--ink); background: var(--bg-soft); }
    .site-header.is-home:not(.is-scrolled) .main-nav a.is-active { color: var(--accent); }
    .site-header.is-home:not(.is-scrolled) .main-nav a.nav-dash { background: var(--accent-soft); color: var(--accent); }

    /* Mobil drawer-də auth düymələri — ən aşağıda, solda */
    .auth-desktop { display: none; }
    .nav-auth-mobile {
        display: grid; gap: 10px; margin-top: auto; padding-top: 16px;
        border-top: 1px solid var(--line); justify-items: start;
    }
    .nav-auth-mobile .btn { width: auto; }

    .split { grid-template-columns: 1fr; gap: 32px; }
    .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }

    /* Inventory: filtr drawer */
    .inventory { grid-template-columns: 1fr; }
    .filters {
        position: fixed; top: 0; left: 0; bottom: 0; width: 86%; max-width: 340px; z-index: 200;
        border-radius: 0; transform: translateX(-100%); transition: transform .3s ease;
        overflow-y: auto; box-shadow: var(--shadow-lg);
    }
    .filters.is-open { transform: none; }
    .filters-open { display: inline-flex; }
}

@media (max-width: 720px) {
    .section { padding: 64px 0; }
    .section--tight { padding: 40px 0 64px; }
    /* Başlıq + "Hamısına bax" düyməsi yan-yana qalsın, düymə kiçilsin */
    .section__head { align-items: center; gap: 14px; }
    .section__head .btn { padding: 9px 15px; font-size: .82rem; flex-shrink: 0; }
    .section__head--center { flex-direction: column; align-items: center; }
    .hero__inner { padding: 68px 24px 60px; }
    .hero__search { flex-direction: column; padding: 12px; }
    .hero__search select { max-width: none; padding: 14px 16px; }
    .hero__search .btn { padding: 14px; }
    .cta-band__inner { flex-direction: column; align-items: flex-start; text-align: left; padding: 48px 24px; gap: 20px; }
    /* Düymə mətnin sonunda (altında) və bir az kiçik */
    .cta-band__inner .btn { padding: 11px 22px; font-size: .9rem; }
}

@media (max-width: 560px) {
    .container { padding: 0 18px; }
    .hero__inner { padding: 68px 18px 56px; }
    .cta-band__inner { padding: 44px 18px; }
    .grid--cars { grid-template-columns: 1fr; }
    .grid--featured { grid-template-columns: 1fr; }
    .grid--steps { grid-template-columns: 1fr; }
    .stats__grid { grid-template-columns: repeat(2, 1fr); padding: 32px 18px; }
    .specs-grid { grid-template-columns: 1fr; }
    .bid-card__prices { grid-template-columns: 1fr; gap: 16px; }
    .bid-card__buynow { text-align: left; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-desc { max-width: none; }
    .footer-col h4 { margin-bottom: 10px; }
    .footer-col a { padding: 9px 0; overflow-wrap: anywhere; line-height: 1.45; }
    .footer-bottom { flex-direction: column; gap: 14px; padding-bottom: 28px; }
    .bid-form__row { flex-direction: column; }
    .bid-form__row input { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto; }
    [data-reveal] { opacity: 1; transform: none; }
}

/* =====================================================================
   ADMIN PANEL — CRUD formaları, toolbar, filtrlər, əməliyyat düymələri
   ===================================================================== */
/* Yeni istifadəçi yaradıldıqda kredensialları bir dəfə göstərən qutu */
.adm-creds-box { background: var(--accent-soft); border: 1.5px solid var(--accent); border-radius: var(--r-lg); padding: 18px 20px; margin-bottom: 18px; }
.adm-creds-box > strong { display: block; color: var(--ink); font-size: .98rem; }
.adm-creds-box > p { margin: 6px 0 14px; color: var(--muted); font-size: .85rem; }
.adm-creds-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.adm-creds-row > span { min-width: 84px; font-size: .82rem; color: var(--muted); font-weight: 600; }
.adm-creds-row > code { flex: 1; min-width: 160px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 8px 12px; font-family: ui-monospace, monospace; font-size: .92rem; color: var(--ink); letter-spacing: .02em; }

.adm-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.adm-toolbar__title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--ink); }
.adm-filters { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end; }
.adm-filters input, .adm-filters select { padding: 9px 12px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font-size: .86rem; color: var(--ink); background: #fff; }
.adm-filters input:focus, .adm-filters select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

.adm-badge--off { background: #eef0f3; color: #6b7280; }
.adm-badge--star { background: #fdf2e2; color: #d97706; }

/* Əməliyyat düymələri (cədvəl sətrində) */
.adm-acts { display: inline-flex; gap: 6px; white-space: nowrap; }
.adm-act { display: inline-flex; align-items: center; gap: 5px; padding: 6px 11px; border-radius: var(--r-sm); font-size: .8rem; font-weight: 600; border: 1.5px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.adm-act:hover { border-color: var(--accent); color: var(--accent); }
.adm-act--danger:hover { border-color: #d9534f; color: #d9534f; }
.adm-act--primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.adm-act--primary:hover { filter: brightness(.95); color: #fff; }
/* Lot formu: kateqoriya seçimi + ona uyğun dəyişən ikon */
.lotcat { display: flex; align-items: center; gap: 10px; }
.lotcat__icon { flex: none; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); }
.lotcat__icon svg { width: 22px; height: 22px; }
.lotcat select { flex: 1 1 auto; min-width: 0; }
/* Mövcud lotda kateqoriya sabitdir (dəyişdirilmir) */
.lotcat__fixed { flex: 1 1 auto; min-width: 0; padding: 10px 13px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: var(--bg-soft); color: var(--ink); font-size: .9rem; font-weight: 600; }

/* Real təklif olmadan aktivləşməyən əməliyyatlar (canlı et / qalibi seç) */
.adm-act:disabled { opacity: .42; cursor: not-allowed; }
.adm-act:disabled:hover { border-color: var(--line); color: var(--ink); filter: none; }
.adm-act--primary:disabled:hover { border-color: var(--accent); color: #fff; }

/* CRUD formaları */
.adm-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.adm-form__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.adm-field { display: flex; flex-direction: column; gap: 6px; }
.adm-field--full { grid-column: 1 / -1; }
.adm-field label { font-size: .78rem; font-weight: 600; color: var(--muted); }
.adm-field input, .adm-field select, .adm-field textarea { padding: 10px 13px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font-size: .9rem; color: var(--ink); background: #fff; font-family: inherit; }
.adm-field input:focus, .adm-field select:focus, .adm-field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.adm-field--check { flex-direction: row; align-items: center; gap: 9px; }
.adm-field--check input { width: 18px; height: 18px; }
.adm-form__foot { display: flex; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }

/* Kiçik məlumat blokları (reports/settings) */
.adm-twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.adm-list { display: grid; gap: 10px; }
.adm-list__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.adm-list__row:last-child { border-bottom: none; }
.adm-mini-bar { height: 8px; border-radius: 999px; background: var(--accent); }

@media (max-width: 720px) {
    .adm-form__grid { grid-template-columns: 1fr; }
    .adm-twocol { grid-template-columns: 1fr; }
}

/* =====================================================================
   HESAB (ACCOUNT) — alt-naviqasiya + ayar panelləri
   ===================================================================== */
.acct { display: grid; grid-template-columns: 230px 1fr; gap: 20px; align-items: start; }
/* Alt-menyu gizlədiləndə məzmun tam eni tutur (məs. plan seçimi kartları) */
.acct--nonav { grid-template-columns: 1fr; }
.acct-body { display: flex; flex-direction: column; gap: 20px; min-width: 0; }

/* Şaquli alt-naviqasiya */
.acct-nav { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 10px; display: flex; flex-direction: column; gap: 2px; position: sticky; top: 88px; }
.acct-nav a { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 600; color: var(--ink); transition: background .15s, color .15s; }
.acct-nav a svg { width: 19px; height: 19px; flex: none; color: var(--muted); }
.acct-nav a span { flex: 1; }
.acct-nav a:hover { background: var(--bg-soft); }
.acct-nav a.is-active { background: var(--accent-soft); color: var(--accent); }
.acct-nav a.is-active svg { color: var(--accent); }
.acct-nav__badge { flex: none; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--accent); color: #fff; font-size: .72rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.acct-nav__sep { height: 1px; background: var(--line); margin: 8px 6px; }
.acct-nav__logout { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 600; color: #d9534f; }
.acct-nav__logout svg { width: 19px; height: 19px; flex: none; }
.acct-nav__logout:hover { background: #fdecea; }

/* Ümumi məzmun elementləri */
.acct-intro { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.acct-empty { color: var(--muted); font-size: .9rem; padding: 18px 0; }
.acct-hint { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: .78rem; color: var(--muted); margin-top: 2px; }

/* Forma şəbəkəsi */
.acct-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.acct-form__full { grid-column: 1 / -1; }
.acct-form__foot { grid-column: 1 / -1; display: flex; gap: 10px; margin-top: 6px; }
.acct-form input:disabled { background: var(--bg-soft); color: var(--muted); cursor: not-allowed; }

/* Saxlanmış kartlar */
.acct-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; margin-bottom: 18px; }
.acct-card { border: 1.5px solid var(--line); border-radius: var(--r-md, 14px); padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.acct-card.is-default { border-color: var(--accent); background: var(--accent-soft); }
.acct-card__top { display: flex; align-items: center; justify-content: space-between; }
.acct-card__brand { font-family: var(--font-display); font-weight: 800; color: var(--ink); }
.acct-card__num { font-family: var(--font-display); letter-spacing: .08em; font-size: 1.05rem; color: var(--ink); }
.acct-card__meta { display: flex; justify-content: space-between; gap: 10px; font-size: .78rem; color: var(--muted); }
.acct-card__acts { display: flex; gap: 6px; margin-top: 2px; }
.acct-add { margin-top: 8px; }
.acct-add summary { display: inline-flex; list-style: none; cursor: pointer; }
.acct-add summary::-webkit-details-marker { display: none; }

/* Keçidlər (toggle) — əlaqə tərcihləri */
.acct-toggles { display: flex; flex-direction: column; }
.acct-toggle { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.acct-toggle:last-child { border-bottom: none; }
.acct-toggle__txt { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.acct-toggle__txt strong { font-size: .92rem; color: var(--ink); }
.acct-toggle__txt span { font-size: .8rem; color: var(--muted); }
.acct-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.acct-toggle__sw { flex: none; width: 44px; height: 26px; border-radius: 999px; background: var(--bg-soft-2); position: relative; transition: background .18s; }
.acct-toggle__sw::after { content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .18s; }
.acct-toggle input:checked + .acct-toggle__sw { background: var(--accent); }
.acct-toggle input:checked + .acct-toggle__sw::after { transform: translateX(18px); }
.acct-toggle input:focus-visible + .acct-toggle__sw { box-shadow: 0 0 0 3px var(--accent-soft); }

/* Üzvlük planı başlığı */
.acct-plan { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px; border: 1.5px solid var(--accent); background: var(--accent-soft); border-radius: var(--r-md, 14px); margin-bottom: 20px; flex-wrap: wrap; }
.acct-plan__name { display: flex; align-items: center; gap: 12px; }
.acct-plan__name strong { font-family: var(--font-display); font-size: 1.3rem; font-weight: 800; color: var(--ink); }
.acct-plan__price { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--accent); }
.acct-plan__price span { font-size: .82rem; font-weight: 600; color: var(--muted); }

/* Bildirişlər siyahısı */
.acct-notifs { display: flex; flex-direction: column; }
.acct-notif { display: flex; gap: 13px; padding: 15px 4px; border-bottom: 1px solid var(--line); }
.acct-notif:last-child { border-bottom: none; }
.acct-notif.is-new { background: var(--accent-soft); border-radius: var(--r-sm); padding-left: 12px; padding-right: 12px; }
.acct-notif__dot { flex: none; width: 10px; height: 10px; border-radius: 50%; margin-top: 5px; }
.acct-notif__body { flex: 1; display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.acct-notif__top { display: flex; align-items: center; gap: 10px; }
.acct-notif__top strong { font-size: .92rem; color: var(--ink); }
.acct-notif__body p { font-size: .86rem; color: var(--muted); }
.acct-notif__time { font-size: .76rem; color: var(--ink-3, var(--muted)); }

/* Təhlükəsizlik — 2FA gizli açar */
.acct-secret { display: block; background: var(--bg-soft); padding: 14px; border-radius: 10px; font-size: 1.05rem; letter-spacing: .12em; word-break: break-all; color: var(--ink); }
.acct-uri { margin: 10px 0 0; font-size: .76rem; color: var(--muted); }
.acct-uri span { word-break: break-all; }
.acct-code { letter-spacing: .3em; text-align: center; font-size: 1.2rem; font-weight: 700; max-width: 200px; }

@media (max-width: 860px) {
    .acct { grid-template-columns: 1fr; }
    .acct-nav { position: static; flex-direction: row; flex-wrap: wrap; }
    .acct-nav a, .acct-nav__logout { flex: 0 0 auto; }
    .acct-nav a span { flex: 0 0 auto; }
    .acct-nav__sep { display: none; }
}
@media (max-width: 560px) {
    .acct-form { grid-template-columns: 1fr; }
}

/* ---- Lot: təklif statistikası diaqramı (xətti) ---- */
.bid-chart { margin-top: 20px; }
.bid-chart__head { margin-bottom: 14px; }
.bid-chart__sub { color: var(--muted); font-size: .9rem; margin-top: 2px; }
.bid-chart__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
.bid-chart__stat { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }
.bid-chart__stat span { display: block; font-size: .76rem; color: var(--muted); margin-bottom: 4px; }
.bid-chart__stat strong { font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; color: var(--ink); }
.bid-chart__stat strong.is-accent { color: var(--accent); }
.bid-chart__wrap { position: relative; }
.bid-chart__svg { width: 100%; height: auto; display: block; overflow: visible; }
.bc-grid { stroke: var(--line); stroke-width: 1; }
.bc-line { fill: none; stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.bc-dot { fill: #fff; stroke: var(--accent); stroke-width: 2; cursor: pointer; transition: r .15s ease; }
.bc-dot:hover { r: 6; }
.bid-chart__tip { position: absolute; transform: translate(-50%, -130%); background: var(--ink); color: #fff; padding: 7px 11px; border-radius: 10px; font-size: .8rem; line-height: 1.35; white-space: nowrap; pointer-events: none; box-shadow: var(--shadow-lg); z-index: 5; }
.bid-chart__tip strong { display: block; font-family: var(--font-display); font-size: .92rem; }
.bid-chart__tip span { color: #c3c7d1; font-size: .72rem; }
.bid-chart__empty { text-align: center; color: var(--muted); padding: 28px 0; background: var(--bg-soft); border: 1px dashed var(--line); border-radius: 12px; }
@media (max-width: 560px) { .bid-chart__stats { grid-template-columns: repeat(2, 1fr); } }

/* ---- Header: izləmə siyahısı tez-baxış düyməsi ---- */
.hdr-wl { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; border: 1.5px solid var(--line); color: var(--ink); transition: .2s; }
.hdr-wl[hidden] { display: none; }
.hdr-wl:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.hdr-wl svg { width: 18px; height: 18px; }
.hdr-wl__count { position: absolute; top: -6px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--accent); color: #fff; font-size: .68rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); }
.site-header.is-home:not(.is-scrolled) .hdr-wl { color: #fff; border-color: rgba(255,255,255,.4); }
.site-header.is-home:not(.is-scrolled) .hdr-wl:hover { background: rgba(255,255,255,.16); border-color: #fff; color: #fff; }

/* ---- Premium (seçilmiş) avtomobil kartı — adi nəqliyyatdan fərqlənir ---- */
.car-card--premium {
    /* border tamam silinir: əvvəl 1px şəffaf border halqa ilə məzmun arasında
       ağ boşluq yaradırdı. İndi rəngli halqa (box-shadow) birbaşa məzmuna yapışır. */
    position: relative; border: 0;
    box-shadow: 0 0 0 2px rgba(124,58,237,.55), 0 20px 46px -16px rgba(79,70,229,.55);
}
/* Üst aksent zolağı — kart adi nəqliyyatdan dərhal seçilir */
.car-card--premium::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; z-index: 4;
    background: linear-gradient(120deg, #7c3aed, #4f46e5 55%, #ec4899);
}
.car-card--premium:hover {
    border-color: transparent; transform: translateY(-8px);
    box-shadow: 0 0 0 2px rgba(124,58,237,.85), 0 30px 60px -18px rgba(79,70,229,.65);
}
.car-card__premium {
    position: absolute; top: 12px; right: 12px; z-index: 2;
    display: inline-flex; align-items: center; gap: 5px;
    padding: 6px 13px; border-radius: 999px; font-family: var(--font-display);
    font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #fff;
    background: linear-gradient(120deg, #7c3aed, #4f46e5); box-shadow: 0 8px 20px -4px rgba(79,70,229,.7);
}
.car-card__premium::before { content: "\2726"; font-size: .82rem; line-height: 1; }

/* ---- İnventar açılan menyuları (select) — yan boşluqsuz, tam oturmuş görünüş ---- */
.filters__field select, .results__sort select {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 13px;
    padding-right: 40px;
    text-overflow: ellipsis;
}
.filters__field select { width: 100%; }

/* ---- Header düymələrinin hündürlüyü eyni ölçüdə ---- */
.header-actions .btn, .header-actions .lang__btn { height: 36px; padding-top: 0; padding-bottom: 0; }
.header-actions .nav-toggle { width: 42px; height: 42px; }

/* ---- İnventar üçün tam oturan custom dropdown (yan boşluqsuz açılan menyu) ---- */
.csel { position: relative; width: 100%; }
.csel__native { display: none; }
.csel__btn {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px;
    padding: 11px 13px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
    background: var(--bg); color: var(--ink); font: inherit; cursor: pointer; text-align: left;
    transition: border-color .2s, box-shadow .2s;
}
.csel__label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.csel__btn:hover { border-color: var(--ink); }
.csel.is-open .csel__btn { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.csel__chev { flex: none; color: var(--muted); transition: transform .2s; }
.csel.is-open .csel__chev { transform: rotate(180deg); }
.csel__list {
    position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 60;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); box-shadow: var(--shadow);
    padding: 6px; margin: 0; list-style: none; max-height: 280px; overflow-y: auto; display: none;
}
.csel.is-open .csel__list { display: block; }
.csel__list li { padding: 9px 11px; border-radius: 8px; cursor: pointer; font-size: .92rem; color: var(--ink); }
.csel__list li:hover { background: var(--bg-soft); }
.csel__list li.is-sel { background: var(--accent-soft); color: var(--accent); font-weight: 600; }
/* Sırala (results bar) — məzmuna görə enli */
.results__sort .csel { width: auto; }
.results__sort .csel__btn { min-width: 160px; }

/* ---- Header istifadəçi menyusu (ad/GUEST düyməsi + açılan panel) ---- */
.usermenu { position: relative; }
.usermenu__btn { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 13px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--bg); color: var(--ink); font-weight: 600; font-size: .84rem; cursor: pointer; transition: border-color .2s, background .2s; }
.usermenu__btn:hover { border-color: var(--ink); background: var(--bg-soft); }
.usermenu__av { flex: none; width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: .8rem; }
.usermenu__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 120px; }
.usermenu__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: none; }
.usermenu__chev { color: var(--muted); transition: transform .2s; flex: none; }
.usermenu.is-open .usermenu__chev { transform: rotate(180deg); }
.usermenu__panel { position: absolute; top: calc(100% + 10px); right: 0; min-width: 252px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 8px; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .2s, transform .2s; z-index: 130; }
.usermenu.is-open .usermenu__panel { opacity: 1; transform: none; pointer-events: auto; }
.usermenu__head { display: flex; align-items: center; gap: 11px; padding: 10px 10px 12px; border-bottom: 1px solid var(--line); margin-bottom: 6px; }
.usermenu__av--lg { width: 40px; height: 40px; font-size: 1rem; }
.usermenu__id { min-width: 0; }
.usermenu__id strong { display: block; font-size: .92rem; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 175px; }
.usermenu__id span { display: block; font-size: .78rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 175px; }
.usermenu__item { display: flex; align-items: center; gap: 11px; padding: 10px 11px; border-radius: 10px; font-size: .9rem; font-weight: 500; color: var(--ink); transition: background .15s; }
.usermenu__item svg { width: 18px; height: 18px; flex: none; color: var(--muted); }
.usermenu__item:hover { background: var(--bg-soft); }
.usermenu__item:hover svg { color: var(--accent); }
.usermenu__badge { margin-left: auto; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--accent); color: #fff; font-size: .68rem; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.usermenu__sep { display: block; height: 1px; background: var(--line); margin: 6px 0; }
.usermenu__logout, .usermenu__logout svg { color: #d9534f; }
.usermenu__logout:hover { background: rgba(217,83,79,.08); }
.site-header.is-home:not(.is-scrolled) .usermenu__btn { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.site-header.is-home:not(.is-scrolled) .usermenu__btn:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.16); }
.site-header.is-home:not(.is-scrolled) .usermenu__chev { color: rgba(255,255,255,.8); }

/* ============================================================
   Hüquqi səhifələr (Terms / Privacy / Cookie) — prose layout
   ============================================================ */
.legal { max-width: 820px; margin: 0 auto; }
.legal__lead { font-size: 1.08rem; line-height: 1.7; color: var(--text); margin: 0 0 8px; }
.legal__block { padding: 22px 0; border-top: 1px solid var(--line); }
.legal__block:first-of-type { border-top: none; padding-top: 12px; }
.legal__h { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.legal p { color: var(--muted); line-height: 1.75; margin: 0 0 10px; }
.legal p:last-child { margin-bottom: 0; }
.legal__note { margin-top: 24px; padding: 14px 16px; background: var(--warn-soft); border: 1px solid #f0dcb8;
    border-radius: var(--r-sm); color: #8a5a0a; font-size: .9rem; }
.legal__links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.legal__links a { color: var(--accent); font-weight: 600; font-size: .92rem; }
.legal__links a:hover { text-decoration: underline; }

/* Footer hüquqi keçidləri (əvvəlki düz mətn əvəzinə) */
.footer-legal { display: inline-flex; flex-wrap: wrap; gap: 12px 20px; line-height: 1.5; }
.footer-legal a { color: #7b8190; transition: color .2s; }
.footer-legal a:hover { color: #fff; text-decoration: underline; }

@media (max-width: 640px) {
    .legal__lead { font-size: 1rem; }
    .legal__h { font-size: 1.06rem; }
}

/* ============================================================
   Hərrac haqları (fees.php) + lot təxmini hesablayıcı
   ============================================================ */
.fees { max-width: 760px; margin: 0 auto; }
.fees__block { padding: 22px 0; border-top: 1px solid var(--line); }
.fees__block:first-of-type { border-top: none; padding-top: 8px; }
.fees__h { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.fees__desc { color: var(--muted); margin: 0 0 16px; line-height: 1.6; }
.fees__table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-sm); }
.fees__table { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 320px; }
.fees__table th, .fees__table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.fees__table th { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); background: var(--bg-soft); font-weight: 600; }
.fees__table tr:last-child td { border-bottom: none; }
.fees__table .fees__fee { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.fees__list, .fees__calc { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
.fees__list li, .fees__calc li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--r-sm); }
.fees__list b, .fees__calc b { font-variant-numeric: tabular-nums; color: var(--ink); }
.fees__example { }
.fees__calc { gap: 0; border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.fees__calc li { border: none; border-bottom: 1px solid var(--line); border-radius: 0; }
.fees__calc li:last-child { border-bottom: none; }
.fees__calc-total { background: var(--accent-soft); }
.fees__calc-total span, .fees__calc-total b { font-weight: 800; color: var(--accent); font-size: 1.05rem; }

/* Lot bid panelində təxmini ümumi */
.bid-estimate { margin: 4px 0 14px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--bg-soft); }
.bid-estimate__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 14px; }
.bid-estimate__top span { color: var(--muted); font-size: .9rem; }
.bid-estimate__top b { font-size: 1.1rem; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.bid-estimate__more summary { cursor: pointer; padding: 10px 14px; border-top: 1px solid var(--line); color: var(--accent); font-size: .85rem; font-weight: 600; list-style: none; }
.bid-estimate__more summary::-webkit-details-marker { display: none; }
.bid-estimate__more[open] summary { border-bottom: 1px solid var(--line); }
.bid-estimate__row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 14px; font-size: .88rem; color: var(--muted); }
.bid-estimate__row span:last-child { color: var(--text); font-variant-numeric: tabular-nums; }
.bid-estimate__link { display: inline-block; padding: 8px 14px 12px; font-size: .85rem; font-weight: 600; color: var(--accent); }

/* ============================================================
   Əlaqə səhifəsi (contact.php)
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: start; max-width: 980px; margin: 0 auto; }
.contact-info { display: grid; gap: 8px; }
.contact-info__item { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--bg-soft); }
.contact-info__ic { flex: none; width: 40px; height: 40px; border-radius: 10px; background: var(--accent-soft); display: grid; place-items: center; color: var(--accent); }
.contact-info__ic svg { width: 20px; height: 20px; }
.contact-info__label { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin-bottom: 3px; }
.contact-info__item a { color: var(--text); font-weight: 600; word-break: break-word; }
.contact-info__item a:hover { color: var(--accent); }
.contact-info__item p { margin: 0; color: var(--text); font-weight: 500; }
.contact-form-wrap { border: 1px solid var(--line); border-radius: var(--r); padding: 24px; background: var(--bg); box-shadow: var(--shadow-sm); }
.contact-form { display: grid; gap: 16px; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form textarea { resize: vertical; min-height: 120px; }

@media (max-width: 820px) {
    .contact-grid { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 520px) {
    .contact-form__row { grid-template-columns: 1fr; }
}

/* ============================================================
   Hərrac məkanları (locations.php)
   ============================================================ */
.loc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.loc-card { border: 1px solid var(--line); border-radius: var(--r); padding: 22px; background: var(--bg); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 16px; transition: box-shadow .2s, transform .2s; }
.loc-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.loc-card__head { display: flex; gap: 14px; align-items: center; }
.loc-card__pin { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); display: grid; place-items: center; color: var(--accent); }
.loc-card__pin svg { width: 22px; height: 22px; }
.loc-card__name { margin: 0; font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--ink); }
.loc-card__count { font-size: .82rem; color: var(--accent); font-weight: 600; }
.loc-card__meta { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; flex: 1; }
.loc-card__meta li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.loc-card__meta a { color: var(--text); }
.loc-card__meta a:hover { color: var(--accent); }
.loc-card__ic { flex: none; width: 18px; height: 18px; color: var(--muted); margin-top: 1px; }
.loc-card__ic svg { width: 18px; height: 18px; }

@media (max-width: 520px) {
    .loc-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Footer sosial şəbəkə düymələri
   ============================================================ */
    border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: #c7ccd6;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }

/* ============================================================
   Admin — Tərcümələr redaktoru (admin/translations.php)
   ============================================================ */
.tr-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.tr-hint { color: var(--muted); font-size: .9rem; margin: 0; }
.tr-search { flex: 1; min-width: 220px; max-width: 380px; padding: 10px 14px; border: 1px solid var(--line);
    border-radius: var(--r-sm); font: inherit; background: var(--bg); color: var(--text); }
.tr-search:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

.tr-form { padding-bottom: 80px; }
.tr-legend { display: grid; grid-template-columns: 220px 1fr 1fr 1fr; gap: 12px; padding: 0 14px 8px;
    font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

.tr-group { border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: 10px; background: var(--bg); overflow: hidden; }
.tr-group > summary { cursor: pointer; list-style: none; padding: 13px 16px; display: flex; align-items: center; gap: 12px;
    font-weight: 600; color: var(--ink); background: var(--bg-soft); user-select: none; }
.tr-group > summary::-webkit-details-marker { display: none; }
.tr-group > summary::before { content: '▸'; color: var(--muted); transition: transform .15s; }
.tr-group[open] > summary::before { transform: rotate(90deg); }
.tr-group__name { font-family: var(--font-mono, ui-monospace, monospace); }
.tr-group__count { margin-left: auto; font-size: .78rem; color: var(--muted); background: var(--bg);
    border: 1px solid var(--line); border-radius: 999px; padding: 1px 9px; }
.tr-group__body { padding: 8px; display: grid; gap: 6px; }

.tr-row { display: grid; grid-template-columns: 220px 1fr 1fr 1fr; gap: 12px; align-items: start;
    padding: 8px 6px; border-radius: 8px; }
.tr-row.is-overridden { background: var(--accent-soft); }
.tr-row.is-dirty { background: var(--warn-soft); }
.tr-key { padding-top: 8px; overflow: hidden; }
.tr-key code { font-size: .78rem; color: var(--ink); word-break: break-word; white-space: normal; background: none; padding: 0; }
.tr-key__where { display: block; margin-top: 3px; font-size: .68rem; color: var(--muted); word-break: break-all; }
.tr-cell { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.tr-cell__lang { display: none; font-size: .68rem; color: var(--muted); font-weight: 600; letter-spacing: .04em; }
.tr-cell textarea { width: 100%; min-height: 38px; padding: 8px 10px; border: 1px solid var(--line);
    border-radius: 8px; font: inherit; font-size: .86rem; line-height: 1.4; background: var(--bg); color: var(--text);
    resize: vertical; box-sizing: border-box; overflow: hidden; field-sizing: content; }
.tr-cell textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

.tr-savebar { position: sticky; bottom: 0; display: flex; align-items: center; justify-content: flex-end; gap: 16px;
    margin: 0 -4px; padding: 14px 18px; background: var(--bg); border-top: 1px solid var(--line);
    box-shadow: 0 -8px 20px -12px rgba(16,20,30,.25); z-index: 6; }
.tr-savebar__count { color: var(--muted); font-size: .88rem; }
.tr-savebar__count.is-active { color: var(--warn); font-weight: 600; }

@media (max-width: 820px) {
    .tr-legend { display: none; }
    .tr-row { grid-template-columns: 1fr; gap: 8px; padding: 12px; border: 1px solid var(--line); }
    .tr-key { padding-top: 0; }
    .tr-cell__lang { display: block; }
}

/* Tərcümələr — axtarış nəticəsi + tapılmadı mesajı */
.tr-searchbox { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 220px; max-width: 460px; }
.tr-results { font-size: .82rem; color: var(--accent); font-weight: 600; white-space: nowrap; }
.tr-none { text-align: center; color: var(--muted); padding: 28px; border: 1px dashed var(--line); border-radius: var(--r-sm); }

/* ============================================================
   Lot — maksimum (proxy) təklif sahəsi
   ============================================================ */
.bid-max { margin: 12px 0 4px; }
.bid-max > label { display: block; font-size: .82rem; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.bid-max__input { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--r-sm);
    background: var(--bg); overflow: hidden; transition: border-color .15s, box-shadow .15s; }
.bid-max__input:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.bid-max__cur { padding: 0 4px 0 14px; color: var(--muted); font-weight: 700; font-size: 1.05rem; }
.bid-max__input input { flex: 1; border: none; background: none; padding: 13px 14px 13px 4px; font-size: 1.1rem;
    font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; width: 100%; }
.bid-max__input input:focus { outline: none; }
.bid-max__input input::-webkit-outer-spin-button, .bid-max__input input::-webkit-inner-spin-button { opacity: .4; }

/* ============================================================
   Avtomobil alışı — checkout.php + "İndi Al" + qazanılan lot
   ============================================================ */
.co-wrap { max-width: 620px; margin: 0 auto; }
.co-vehicle { display: flex; gap: 16px; align-items: center; padding: 14px; border: 1px solid var(--line);
    border-radius: var(--r); background: var(--bg); margin-bottom: 18px; }
.co-vehicle__img { flex: none; width: 108px; height: 78px; border-radius: var(--r-sm); overflow: hidden; background: var(--bg-soft); }
.co-vehicle__img img { width: 100%; height: 100%; object-fit: cover; }
.co-vehicle__lot { font-size: .74rem; color: var(--muted); font-weight: 600; }
.co-vehicle__info h2 { margin: 2px 0 4px; font-size: 1.1rem; font-family: var(--font-display); }
.co-vehicle__info p { margin: 0; color: var(--muted); font-size: .88rem; }
.co-summary { border: 1px solid var(--line); border-radius: var(--r); padding: 20px; background: var(--bg); box-shadow: var(--shadow-sm); }
.co-summary .fees__calc { margin-bottom: 18px; }
.co-demo-note { margin: 12px 0 0; padding: 10px 14px; background: var(--warn-soft); border: 1px solid #f0dcb8;
    border-radius: var(--r-sm); color: #8a5a0a; font-size: .84rem; }
.co-back { display: inline-block; margin-top: 16px; color: var(--muted); font-size: .9rem; }
.co-back:hover { color: var(--accent); }
.co-result { max-width: 520px; margin: 0 auto; text-align: center; padding: 20px 0; }
.co-result__icon { display: inline-grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; margin-bottom: 8px; }
.co-result__icon svg { width: 40px; height: 40px; }
.co-result__icon--ok { background: var(--ok-soft); color: var(--ok); }
.co-result__icon--wait { background: var(--warn-soft); color: var(--warn); }
.co-result h1 { margin: 8px 0; }
.co-result p { color: var(--muted); }
.co-result__veh { margin: 14px 0 22px !important; color: var(--text) !important; }

/* Lot səhifəsində "İndi Al" bloku */
.buy-now { margin-top: 14px; padding-top: 16px; border-top: 1px dashed var(--line); }
.buy-now__row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.buy-now__label { font-size: .82rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.buy-now__price { font-size: 1.35rem; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.buy-now__hint { margin: 8px 0 0; font-size: .8rem; color: var(--muted); text-align: center; }

/* Bids "won" — kart + ödə düyməsi */
.won-item { display: flex; flex-direction: column; gap: 8px; }
.won-item__paid { text-align: center; font-size: .85rem; font-weight: 600; color: var(--ok); background: var(--ok-soft);
    border-radius: var(--r-sm); padding: 8px; }

/* ============================================================
   Lot — rezerv qiymət göstəricisi (Copart üslubu)
   ============================================================ */
.reserve-status { display: inline-flex; align-items: center; gap: 7px; margin: 10px 0 0; padding: 6px 12px;
    border-radius: 999px; font-size: .82rem; font-weight: 600; }
.reserve-status__dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.reserve-status.is-met { background: var(--ok-soft); color: var(--ok); }
.reserve-status.is-met .reserve-status__dot { background: var(--ok); }
.reserve-status.is-not { background: var(--warn-soft); color: var(--warn); }
.reserve-status.is-not .reserve-status__dot { background: var(--warn); }

/* ===== Faktura (Invoice) + satış-sonrası ===== */
.co-result__actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.inv-wrap { max-width: 800px; margin: 0 auto; }
.inv-actions { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 16px; }
.invoice { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); padding: 32px; }
.invoice__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap;
    padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.invoice__brand { display: flex; flex-direction: column; gap: 4px; }
.invoice__logo { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; letter-spacing: .04em; color: var(--accent); }
.invoice__tagline { font-size: .8rem; color: var(--muted); }
.invoice__meta { text-align: right; }
.invoice__meta h1 { font-size: 1.3rem; margin: 0 0 8px; }
.invoice__meta p { margin: 2px 0; font-size: .9rem; color: var(--muted); }
.invoice__meta p span { display: inline-block; min-width: 66px; }
.invoice__meta p strong { color: var(--text); }
.invoice__status { margin-top: 8px !important; display: flex; gap: 6px; justify-content: flex-end; flex-wrap: wrap; }
.inv-pill { display: inline-flex; align-items: center; padding: 3px 11px; border-radius: 999px; font-size: .78rem; font-weight: 600; }
.inv-pill--ok { background: var(--ok-soft); color: var(--ok); }
.inv-pill--wait { background: var(--warn-soft); color: var(--warn); }
.inv-pill--off { background: var(--bg-soft-2); color: var(--muted); }
.invoice__parties { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.invoice__parties h2 { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0 0 8px; }
.invoice__parties p { margin: 2px 0; font-size: .9rem; }
.invoice__table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.invoice__table th { text-align: left; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted);
    padding: 10px 12px; border-bottom: 2px solid var(--line); }
.invoice__table th:last-child, .invoice__table td.inv-num { text-align: right; }
.invoice__table td { padding: 13px 12px; border-bottom: 1px solid var(--line); font-size: .92rem; vertical-align: top; }
.invoice__table td small { color: var(--muted); }
.invoice__table tfoot td { font-weight: 800; font-size: 1.05rem; border-bottom: none; border-top: 2px solid var(--line); padding-top: 15px; }
.inv-num { font-variant-numeric: tabular-nums; white-space: nowrap; }
.invoice__ref { font-size: .82rem; color: var(--muted); margin-bottom: 18px; }
.invoice__ref code { background: var(--bg-soft); padding: 2px 6px; border-radius: 6px; }
.invoice__foot { border-top: 1px solid var(--line); padding-top: 18px; text-align: center; }
.invoice__foot p { margin: 2px 0; color: var(--muted); font-size: .85rem; }
.invoice__foot-note { font-size: .78rem !important; }
@media (max-width: 560px) {
    .invoice { padding: 22px 16px; }
    .invoice__head, .invoice__meta { text-align: left; }
    .invoice__meta { text-align: left; }
    .invoice__status { justify-content: flex-start; }
    .invoice__parties { grid-template-columns: 1fr; gap: 16px; }
}
@media print {
    .site-header, .site-footer, .no-print, .adm-sidebar, .adm-topbar { display: none !important; }
    body { background: #fff; }
    .section { padding: 0 !important; }
    .invoice { border: none; box-shadow: none; padding: 0; }
    .inv-wrap { max-width: 100%; }
}

/* ===== Depozit / təklif gücü (risk idarəsi) ===== */
.bid-power { margin: 10px 0; padding: 10px 14px; border-radius: var(--r-sm); background: var(--bg-soft); border: 1px solid var(--line); }
.bid-power__row { display: flex; justify-content: space-between; align-items: center; font-size: .9rem; }
.bid-power__row strong { font-variant-numeric: tabular-nums; }
.bid-power.is-low { background: var(--warn-soft); border-color: #f3d9b0; }
.bid-power.is-low .bid-power__row strong { color: var(--warn); }
.bid-power__note { margin: 6px 0 0; font-size: .82rem; color: var(--warn); }
.bid-power__note a { font-weight: 600; text-decoration: underline; }
.dep-panel .dep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dep-stat { padding: 14px 16px; border-radius: var(--r-sm); background: var(--bg-soft); border: 1px solid var(--line); }
.dep-stat span { display: block; font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 6px; }
.dep-stat strong { font-size: 1.35rem; font-variant-numeric: tabular-nums; }
.dep-stat--avail { background: var(--accent-soft); border-color: transparent; }
.dep-stat--avail strong { color: var(--accent); }
.dep-note { margin: 12px 2px 0; font-size: .82rem; color: var(--muted); }
@media (max-width: 560px) { .dep-panel .dep-grid { grid-template-columns: 1fr; } }

/* ===== Auksion təqvimi ===== */
.cal-list { display: flex; flex-direction: column; gap: 14px; }
.cal-day { display: flex; gap: 16px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); overflow: hidden; }
.cal-day__date { flex: none; width: 92px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 18px 10px; background: var(--accent-soft); color: var(--accent); text-align: center; }
.cal-day__dnum { font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; line-height: 1; }
.cal-day__mon { text-transform: uppercase; font-weight: 700; font-size: .8rem; letter-spacing: .05em; margin-top: 2px; }
.cal-day__wday { font-size: .72rem; color: var(--muted); margin-top: 4px; }
.cal-day__body { flex: 1; min-width: 0; padding: 14px 16px; }
.cal-day__head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 10px; }
.cal-day__count { font-size: .82rem; color: var(--muted); white-space: nowrap; }
.cal-locs { display: flex; flex-direction: column; gap: 6px; }
.cal-loc { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: var(--r-sm); text-decoration: none; color: var(--text); transition: background .15s; }
.cal-loc:hover { background: var(--bg-soft); }
.cal-loc__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: none; }
.cal-loc__name { font-weight: 600; flex: 1; min-width: 0; }
.cal-loc__meta { font-size: .82rem; color: var(--muted); white-space: nowrap; }
@media (max-width: 520px) {
    .cal-day__date { width: 74px; padding: 14px 6px; }
    .cal-day__dnum { font-size: 1.5rem; }
    .cal-loc__meta { display: none; }
}

/* ===== Nəqliyyat kalkulyatoru ===== */
.trn-wrap { max-width: 760px; margin: 0 auto; }
.trn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trn-form__foot { margin-top: 16px; }
.trn-result { margin-top: 18px; }
.trn-result__total { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.trn-result__total span { color: var(--muted); }
.trn-result__total strong { font-family: var(--font-display); font-size: 1.8rem; color: var(--accent); }
.trn-break { list-style: none; margin: 0; padding: 0; }
.trn-break li { display: flex; justify-content: space-between; padding: 8px 0; font-size: .92rem; }
.trn-break li span { color: var(--muted); }
.trn-break__total { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 12px !important; font-weight: 800; }
.trn-break__total span, .trn-break__total b { color: var(--text) !important; }
.trn-note { margin-top: 14px; font-size: .8rem; color: var(--muted); }
@media (max-width: 520px) { .trn-grid { grid-template-columns: 1fr; } }

/* ===== Saxlanmış axtarışlar ===== */
.results__save { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.results__save input[type="text"] { height: 34px; padding: 0 10px; border: 1px solid var(--line); border-radius: var(--r-sm); font-size: .85rem; max-width: 150px; }
.ss-list { display: flex; flex-direction: column; gap: 10px; }
.ss-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px;
    background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-sm); }
.ss-item__info { min-width: 0; }
.ss-item__name { display: block; }
.ss-item__sum { display: block; font-size: .82rem; color: var(--muted); margin-top: 3px; word-break: break-word; }
.ss-item__actions { display: flex; gap: 8px; flex: none; }
.ss-del { color: var(--danger, #dc2626); }
@media (max-width: 560px) {
    .ss-item { flex-direction: column; align-items: stretch; }
    .results__save input[type="text"] { max-width: none; flex: 1; }
}

/* ===== Lot təsviri ===== */
.lot-desc { margin-top: 18px; }
.lot-desc__text { color: var(--text); line-height: 1.7; white-space: pre-line; margin: 0; }

/* ===== Xəritə linkləri (locations + contact) ===== */
.loc-card__map { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 600;
    color: var(--accent); text-decoration: none; margin: 0 0 10px; }
.loc-card__map:hover { text-decoration: underline; }
.contact-info__map { display: inline-block; margin-top: 4px; font-size: .85rem; font-weight: 600; color: var(--accent); text-decoration: none; }
.contact-info__map:hover { text-decoration: underline; }

/* ---- Səhifələmə (pagination — inventar) ---- */
.pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; margin-top: 34px; }
.pagination__btn, .pagination__num {
    min-width: 40px; height: 40px; padding: 0 12px; display: inline-grid; place-items: center;
    border: 1.5px solid var(--line); border-radius: 10px; font-weight: 600; font-size: .95rem;
    color: var(--text); background: var(--card, #fff); text-decoration: none;
    transition: border-color .15s, color .15s, background .15s;
}
.pagination__btn:hover, .pagination__num:hover { border-color: var(--accent); color: var(--accent); }
.pagination__num.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }
.pagination__btn.is-disabled { opacity: .4; pointer-events: none; }
.pagination__gap { padding: 0 4px; color: var(--muted); }
.pagination__info { text-align: center; margin-top: 12px; color: var(--muted); font-size: .85rem; }

/* ---- Admin: şəkil yükləmə + qalereya önizləmə ---- */
.adm-file { display: block; width: 100%; padding: 11px; border: 1.5px dashed var(--line); border-radius: 10px; background: transparent; cursor: pointer; font-size: .9rem; }
.adm-hint { margin: 6px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.adm-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(94px, 1fr)); gap: 10px; margin-top: 12px; }
.adm-gallery__item { position: relative; margin: 0; aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); }
.adm-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.adm-gallery__badge { position: absolute; left: 4px; bottom: 4px; background: var(--accent); color: #fff; font-size: .62rem; font-weight: 700; padding: 2px 6px; border-radius: 5px; letter-spacing: .03em; }
/* Kateqoriyaya görə gizlənən sahələr — [hidden] .adm-field display:flex-i üstələdiyi üçün məcbur gizlət */
[data-cat][hidden] { display: none !important; }
/* Qalereya şəkil silmə düyməsi (redaktə formunda) */
.adm-gallery__del { position: absolute; top: 4px; right: 4px; width: 24px; height: 24px; border: none; border-radius: 50%; background: rgba(11,13,18,.72); color: #fff; font-size: 16px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .15s; }
.adm-gallery__del:hover { background: #dc2626; }
/* Lokallaşdırılmış fayl seçici düymə (native "Choose file / No file chosen" əvəzinə) */
.adm-file-btn { display: flex; align-items: center; gap: 12px; width: 100%; padding: 10px 12px; border: 1.5px dashed var(--line); border-radius: 10px; background: transparent; cursor: pointer; font-size: .9rem; transition: border-color .15s; }
.adm-file-btn:hover { border-color: var(--accent); }
.adm-file-btn__label { flex: none; background: var(--accent-soft); color: var(--accent); font-weight: 600; padding: 6px 13px; border-radius: 8px; }
.adm-file-btn__name { min-width: 0; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---- Lot başlığı (Copart üslubu): solda ad+çip+VIN+Lot · sağda izlə+məkan ---- */
.lot-head { grid-column: 1 / -1; margin-bottom: 4px; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.lot-head__main { min-width: 0; flex: 1 1 420px; }
.lot-head__title { font-size: clamp(1.35rem, 2.4vw, 1.95rem); line-height: 1.2; margin: 0 0 12px; font-weight: 800; }
.lot-head__title span { font-weight: 600; color: var(--muted); }
.lot-head__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; }
.lot-head__item { font-size: .85rem; color: var(--text); display: inline-flex; gap: 6px; align-items: baseline; }
.lot-head__item b { font-size: .71rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.lot-chip { display: inline-flex; align-items: center; gap: 5px; background: rgba(16,185,129,.12); color: #059669; border: 1px solid rgba(16,185,129,.35); font-size: .78rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
/* sağ blok: izləmə + məkan (Copart-da "Watchlist" + "Location") */
.lot-head__aside { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; text-align: right; }
.lot-head__loc { font-size: .85rem; color: var(--text); display: inline-flex; gap: 6px; align-items: baseline; }
.lot-head__loc b { font-size: .71rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

/* ---- Bid kartı: əlavə info sətirləri (Copart: shipping / increment / eligibility) ---- */
.bid-info { margin-top: 14px; border-top: 1px solid var(--line); }
.bid-info__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
.bid-info__row:last-child { border-bottom: none; }
.bid-info__row > span { color: var(--muted); }
.bid-info__row > a { color: var(--accent); font-weight: 600; text-decoration: none; }
.bid-info__row > a:hover { text-decoration: underline; }
.bid-info__row > b { color: var(--ink); font-weight: 700; }
.bid-info__ok { color: #059669 !important; }

/* ---- Ana səhifə: 3 kateqoriya kollajı (avtomobil böyük + mənzil + biznes) ---- */
.split-collage {
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto;
    gap: 12px; border-radius: var(--r-lg); overflow: hidden;
}
.split-collage__item { position: relative; margin: 0; overflow: hidden; border-radius: 14px; aspect-ratio: 4/3; }
.split-collage__item--lg { grid-column: 1 / -1; aspect-ratio: 16/9; }
.split-collage__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-collage__item figcaption {
    position: absolute; left: 10px; bottom: 10px;
    background: rgba(0,0,0,.6); color: #fff; font-size: .74rem; font-weight: 700;
    padding: 4px 10px; border-radius: 999px; letter-spacing: .02em;
}
@media (max-width: 520px) {
    .split-collage { grid-template-columns: 1fr 1fr; gap: 9px; }
    .split-collage__item figcaption { font-size: .68rem; padding: 3px 8px; }
}

/* ---- İnventar kateqoriya tabları (Hamısı | Avtomobil | Mənzil | Biznes) ---- */
.cat-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.cat-tab {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line);
    font-size: .9rem; font-weight: 600; color: var(--text); text-decoration: none; background: var(--bg);
    transition: border-color .15s, color .15s, background .15s;
}
.cat-tab span {
    display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px;
    border-radius: 999px; background: var(--bg-soft-2, #eef1f5); color: var(--muted);
    font-size: .74rem; font-weight: 700;
}
.cat-tab:hover { border-color: var(--accent); color: var(--accent); }
.cat-tab.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }
.cat-tab.is-active span { background: rgba(255,255,255,.25); color: #fff; }
@media (max-width: 480px) { .cat-tab { padding: 8px 13px; font-size: .84rem; } }

/* ---- "Follow Us" bölməsi (footer üstündəki köhnə mavi CTA-nın yerinə) ---- */
.follow { padding: 64px 0 72px; text-align: center; border-top: 1px solid var(--line); }
.follow__title { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin: 0 0 26px; }
.follow__list { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 18px; }
/* Sadə görünüş: hover effekti YOXDUR (istifadəçi tələbi) */
.follow__btn {
    width: 64px; height: 64px; border-radius: 18px; display: inline-grid; place-items: center;
    border: 1.5px solid var(--line); color: var(--ink); background: var(--bg);
}
.follow__btn svg { width: 30px; height: 30px; }
@media (max-width: 480px) { .follow__btn { width: 56px; height: 56px; } .follow__btn svg { width: 26px; height: 26px; } }
.bid-legal { margin: 12px 0 0; text-align: center; font-size: .74rem; color: var(--muted); line-height: 1.5; }
/* − + stepper (Copart-dakı kimi) */
.bid-max__input { display: flex; align-items: center; gap: 0; }
.bid-step { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border: 1.5px solid var(--line); background: transparent; color: var(--ink); font-size: 1.15rem; line-height: 1; cursor: pointer; border-radius: 8px; transition: border-color .15s, color .15s; }
.bid-step:hover { border-color: var(--accent); color: var(--accent); }

/* ---- Tam ekran eni (Copart kimi) — ortada dar konteyner deyil ---- */
.container--wide { max-width: none; padding: 0 32px; }
@media (max-width: 640px) { .container--wide { padding: 0 18px; } }

/* ---- VDP: qalereya + spesifikasiyalar yan-yana ---- */
.vdp__top { display: grid; grid-template-columns: 1.15fr 1fr; gap: 28px; align-items: start; }
.vdp__top .specs-card { margin-top: 0; }

/* ---- Qalereya: ‹ › oxlar + foto sayğacı ---- */
.gallery__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; display: grid; place-items: center; border: none; border-radius: 50%; background: rgba(255,255,255,.9); color: #111; font-size: 1.55rem; line-height: 1; cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.18); transition: background .15s, transform .15s; }
.gallery__nav:hover { background: #fff; transform: translateY(-50%) scale(1.07); }
.gallery__nav--prev { left: 12px; }
.gallery__nav--next { right: 12px; }
.gallery__count { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 5px; background: rgba(0,0,0,.62); color: #fff; font-size: .78rem; font-weight: 600; padding: 5px 10px; border-radius: 8px; }
.gallery__thumbs { max-height: 232px; overflow-y: auto; padding: 10px 0 6px 6px; }

/* ---- Spesifikasiyalar: şaquli "etiket → dəyər" siyahısı (Copart) ---- */
.specs-list { margin: 0; display: flex; flex-direction: column; }
/* Copart: SOL sütun = etiket, SAĞ sütun = dəyər — hər ikisi SOLA düzülüb */
.specs-row { display: grid; grid-template-columns: 150px 1fr; gap: 14px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--line); }
.specs-row:last-child { border-bottom: none; }
.specs-row dt { font-size: .84rem; color: var(--muted); margin: 0; }
.specs-row dd { font-size: .9rem; color: var(--ink); font-weight: 600; margin: 0; text-align: left; word-break: break-word; }
@media (max-width: 520px) { .specs-row { grid-template-columns: 118px 1fr; gap: 10px; } }

@media (max-width: 900px) {
    .vdp__top { grid-template-columns: 1fr; gap: 22px; }
    .gallery__thumbs { max-height: none; }
    .gallery__nav { width: 34px; height: 34px; font-size: 1.35rem; }
}

/* ---- Admin: lot kateqoriya nişanı (lotlar siyahısı) ---- */
.adm-cat { display: inline-block; margin-top: 3px; padding: 1px 7px; border-radius: 5px; font-size: .66rem; font-weight: 700; letter-spacing: .02em; }
.adm-cat--vehicle  { background: rgba(37,99,235,.12);  color: #1d4ed8; }
.adm-cat--property { background: rgba(16,185,129,.12); color: #059669; }
.adm-cat--business { background: rgba(245,158,11,.14); color: #b45309; }


/* ---- Hero: sağ ortada "növbəti kateqoriya" oxu (Copart üslubu) ---- */
.hero__next {
    position: absolute; right: 22px; top: 50%; transform: translateY(-50%); z-index: 3;
    width: 54px; height: 54px; display: grid; place-items: center; cursor: pointer;
    border: 1.5px solid rgba(255,255,255,.55); border-radius: 50%;
    background: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(6px);
    transition: background .18s, transform .18s, border-color .18s;
}
.hero__next svg { width: 26px; height: 26px; }
.hero__next:hover { background: rgba(255,255,255,.3); border-color: #fff; transform: translateY(-50%) scale(1.07); }
@media (max-width: 640px) {
    .hero__next { right: 12px; width: 36px; height: 36px; top: 32%; }
    .hero__next svg { width: 18px; height: 18px; }
    /* Ox mətnin üstünə düşməsin: 44px düymə + 12px kənar + nəfəs payı */
    .hero__eyebrow, .hero__title, .hero__lead { padding-right: 54px; }
    /* Mobil tipoqrafiya: mətn kiçilir ki, hero çox yer tutmasın və səliqəli otursun */
    .hero__title { font-size: clamp(1.7rem, 7.2vw, 2.15rem); line-height: 1.18; }
    .hero__lead { font-size: .95rem; margin-top: 14px; }
    .hero__eyebrow { font-size: .68rem; margin-bottom: 16px; }
}

/* ---- Təmiz proses axını: böyük nömrəli şaquli addımlar (yoova üslubu) ---- */
.flow { max-width: 860px; margin: 8px auto 0; }
.flow__item { display: grid; grid-template-columns: minmax(64px, auto) 1fr; gap: 30px; padding: 36px 0; border-top: 1px solid var(--line); align-items: start; }
.flow__item:first-child { border-top: none; padding-top: 8px; }
.flow__num { font-family: var(--font-display); font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 800; line-height: .85; color: var(--accent); letter-spacing: -.03em; }
.flow__body { padding-top: 4px; }
.flow__body h3 { font-size: clamp(1.15rem, 2.3vw, 1.45rem); margin: 0 0 10px; line-height: 1.25; }
.flow__body p { color: var(--muted); line-height: 1.75; margin: 0; max-width: 62ch; font-size: 1rem; }
@media (max-width: 560px) {
    .flow__item { grid-template-columns: auto 1fr; gap: 16px; padding: 26px 0; }
    .flow__num { font-size: 2.3rem; }
}

/* ---- Proses timeline: mərkəzi xətt, rəngli nömrələr, növbələşən ikonlu kartlar ---- */
.proc { position: relative; max-width: 820px; margin: 8px auto 0; }
.proc__line { position: absolute; left: 50%; top: 12px; bottom: 12px; width: 2px; background: var(--line); transform: translateX(-50%); }
.proc__item { position: relative; display: grid; grid-template-columns: 1fr 96px 1fr; align-items: center; margin-bottom: 16px; }
.proc__item:last-child { margin-bottom: 0; }
.proc__item:nth-child(odd) .proc__card { grid-column: 1; }
.proc__item:nth-child(even) .proc__card { grid-column: 3; }
.proc__card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; box-shadow: 0 12px 30px -20px rgba(16,20,30,.28); transition: transform .25s, box-shadow .25s; }
.proc__card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.proc__top { display: flex; align-items: center; gap: 13px; margin-bottom: 10px; }
.proc__icon { flex: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: color-mix(in srgb, var(--c) 15%, #fff); color: var(--c); }
.proc__icon svg { width: 23px; height: 23px; }
.proc__card h3 { font-size: clamp(1.1rem, 2vw, 1.32rem); margin: 0; line-height: 1.25; }
.proc__card p { color: var(--muted); line-height: 1.7; margin: 0; font-size: .96rem; }
/* grid-row:1 VACİBDİR — .proc__line ilk övlad olduğu üçün nth-child sürüşür; kart sağ sütundadırsa (1,3,5) auto-placement nömrəni 2-ci sətrə itələyir. grid-row:1 bunun qarşısını alır → hamısı kartla eyni sətirdə, ortada. */
.proc__node { grid-column: 2; grid-row: 1; align-self: center; justify-self: center; width: 46px; height: 46px; border-radius: 50%; background: var(--c); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; box-shadow: 0 0 0 6px var(--bg); z-index: 2; }
@media (max-width: 720px) {
    .proc { max-width: 100%; }
    /* Mobil: xətt yoxdur, kart tam eni tutur, rəqəm kartın küncündə (başlığın üstündə) */
    .proc__line { display: none; }
    .proc__item { grid-template-columns: 1fr; column-gap: 0; margin-bottom: 22px; }
    .proc__item .proc__card,
    .proc__item:nth-child(odd) .proc__card,
    .proc__item:nth-child(even) .proc__card { grid-column: 1; text-align: left; padding: 32px 22px 24px; }
    .proc__item:nth-child(odd) .proc__top { flex-direction: row; }
    .proc__node { position: absolute; top: -15px; left: 20px; grid-column: 1; grid-row: 1;
        width: 34px; height: 34px; font-size: .82rem; box-shadow: 0 0 0 4px var(--bg); z-index: 3; }
}

/* ---- Haqqımızda: yazı başda + bərabər şəkil sırası + yoova üslublu kartlar ---- */
.about-intro { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.about-intro .section__title { margin-bottom: 16px; }
.about-intro p { color: var(--muted); line-height: 1.8; margin: 0 0 12px; }
.about-intro p:last-child { margin-bottom: 0; }
.about-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.about-row__item { position: relative; margin: 0; overflow: hidden; border-radius: 12px; border: 1px solid var(--line); aspect-ratio: 4/3; }
.about-row__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-row__item figcaption { position: absolute; left: 10px; bottom: 10px; background: rgba(11,13,18,.68); color: #fff; font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; letter-spacing: .02em; }
/* Kart resepti yoova/about-dan: 8px radius · 1px çərçivə · zərif kölgə · 64px dairəvi ikon · mərkəz */
.about-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.about-card { background: var(--bg); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 1px 2px rgba(16,20,30,.05); padding: 32px 22px; text-align: center; transition: transform .3s, box-shadow .3s; }
.about-card:hover { transform: scale(1.03); box-shadow: var(--shadow); }
.about-card__icon { width: 64px; height: 64px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 10%, #fff); color: var(--accent); display: grid; place-items: center; margin: 0 auto 24px; }
.about-card__icon svg { width: 32px; height: 32px; }
.about-card h3 { font-size: 1.25rem; font-weight: 600; margin: 0 0 16px; line-height: 1.3; }
.about-card p { color: var(--muted); line-height: 1.625; margin: 0; font-size: .95rem; }
@media (max-width: 640px) { .about-row, .about-cards { grid-template-columns: 1fr; } }

/* ---- Əlaqə: info kartlarına yumşaq hover (mövcud kart üslubunu tamamlayır) ---- */
.contact-info__item { transition: border-color .2s, box-shadow .2s, transform .2s; }
.contact-info__item:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); transform: translateY(-2px); }


/* ===== Admin: mobil incələşdirmə (dashboard + bütün admin səhifələri) ===== */
@media (max-width: 720px) {
    .adm-main { gap: 14px; }
    .adm-panel { padding: 16px 14px; }
    .adm-panel__head { flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
    .adm-panel__title { font-size: .98rem; }
    .adm-stat { padding: 15px 14px; }
    .adm-stat__icon { width: 38px; height: 38px; border-radius: 10px; }
    .adm-stat__icon svg { width: 19px; height: 19px; }
    /* Qrafik: 6 ay etiketi dar ekranda bir-birinə girirdi */
    .adm-chart { height: 170px; }
    .adm-chart__x { font-size: .66rem; padding: 0; gap: 2px; }
    /* Cədvəl: xanalar yığcam, üfüqi sürüşmə onsuz da var (.adm-table-wrap) */
    .adm-table th { padding: 0 8px 10px; font-size: .66rem; }
    .adm-table td { padding: 10px 8px; font-size: .84rem; }
    .adm-cell-veh { gap: 8px; }
    .adm-cell-veh img { width: 40px; height: 30px; }
    /* Əməliyyat düymələri: nowrap idi → sətrə sığmayanda sarılsın */
    .adm-acts { flex-wrap: wrap; white-space: normal; gap: 5px; }
    .adm-act { padding: 6px 9px; font-size: .76rem; }
    .adm-toolbar { gap: 10px; margin-bottom: 14px; }
    .adm-filters { width: 100%; }
    .adm-filters input, .adm-filters select, .adm-filters .sdd { flex: 1 1 100%; min-width: 0; }
    .adm-creds-row { flex-wrap: wrap; gap: 6px; }
}
@media (max-width: 430px) {
    .adm-main { padding: 14px 12px 28px; }
    .adm-panel { padding: 14px 12px; }
    .adm-chart { height: 150px; }
}
