/* ═══════════════════════════════════════════
   MOVE AUTOMOTIVE GMBH — MAIN CSS
═══════════════════════════════════════════ */
:root {
    --gold: #b8952a;
    --gold2: #d4af50;
    --gold3: #f0d080;
    --ink: #0c0c0c;
    --ink2: #1e1e1e;
    --ink3: #2e2e2e;
    --paper: #fafaf8;
    --paper2: #f4f4f0;
    --paper3: #eeede8;
    --border: #e0dfd8;
    --muted: #7a7a72;
    --muted2: #b0afa8;
    --green: #2e7d32;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'Inter', system-ui, sans-serif;
    --tr: 0.25s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font-sans); background: var(--paper); color: var(--ink); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ══ TOPBAR ══ */
.topbar {
    background: var(--ink);
    color: rgba(255,255,255,.45);
    font-size: 11.5px;
    padding: 0 60px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.topbar a { color: rgba(255,255,255,.45); transition: color var(--tr); }
.topbar a:hover { color: var(--gold2); }
.tb-left, .tb-right { display: flex; align-items: center; gap: 24px; }

/* ══ NAV ══ */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    overflow: visible;
}
.site-nav {
    position: relative;
    z-index: 1000;
    overflow: visible;
    background: rgba(12,12,12,.97);
    backdrop-filter: blur(16px);
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    border-bottom: 1px solid rgba(184,149,42,.15);
}
.nav-logo { display: flex; flex-direction: column; line-height: 1; text-decoration: none; cursor: pointer; }
.nav-logo-top { font-family: var(--font-serif); font-size: 21px; font-weight: 300; color: #fff; letter-spacing: 5px; text-transform: uppercase; }
.nav-logo-btm { font-size: 8.5px; letter-spacing: 3.5px; color: var(--gold2); text-transform: uppercase; font-weight: 500; margin-top: 2px; }
.nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,.6); font-size: 11px; font-weight: 500; letter-spacing: .8px; text-transform: uppercase; transition: color var(--tr); position: relative; padding-bottom: 2px; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--gold2); transform: scaleX(0); transition: transform var(--tr); }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after, .nav-links a.current-menu-item::after { transform: scaleX(1); }
.nav-links a.current-menu-item { color: var(--gold2); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-cta { background: var(--gold); color: var(--ink); padding: 9px 22px; font-size: 10.5px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; border: none; transition: all var(--tr); text-decoration: none; }
.nav-cta:hover { background: var(--gold2); transform: translateY(-1px); }
.nav-wa { display: flex; align-items: center; gap: 6px; background: #25D366; color: #fff; padding: 9px 16px; font-size: 11px; font-weight: 700; text-decoration: none; transition: background .2s; }
.nav-wa:hover { background: #20ba5a; }

/* Hamburger */
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,.7); transition: all .3s; }

/* Mobile menu */
.mob-menu { display: none; position: fixed; inset: 0; background: var(--ink); z-index: 9999; flex-direction: column; padding: 24px 28px; overflow-y: auto; }
.mob-menu.open { display: flex; }
.mob-menu-close { align-self: flex-end; background: none; border: none; color: rgba(255,255,255,.5); font-size: 28px; margin-bottom: 24px; }
.mob-menu a { font-family: var(--font-serif); font-size: 28px; font-weight: 300; color: rgba(255,255,255,.85); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.05); display: block; transition: color .2s, padding-left .2s; }
.mob-menu a:hover { color: var(--gold); padding-left: 8px; }
.mob-menu-btns { display: flex; gap: 12px; margin-top: 28px; flex-direction: column; }

/* ══ HERO ══ */
.hero {
    min-height: 100vh;
    background: var(--ink);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; background: linear-gradient(155deg, #0c0c0c 0%, #181814 60%, #0c0c0c 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(184,149,42,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(184,149,42,.04) 1px, transparent 1px); background-size: 72px 72px; }
.hero-img-wrap { position: absolute; right: 0; top: 0; bottom: 0; width: 55%; overflow: hidden; }
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.hero-img-wrap::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, var(--ink) 0%, transparent 60%); z-index: 1; }
.hero-inner { position: relative; z-index: 2; padding: 0 60px 80px; max-width: 780px; }
.hero-eyebrow { font-size: 10.5px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold2); margin-bottom: 26px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--gold2); }
.hero-h1 { font-family: var(--font-serif); font-size: clamp(44px, 5.5vw, 82px); font-weight: 300; color: #fff; line-height: .91; letter-spacing: -1px; margin-bottom: 28px; }
.hero-h1 em { font-style: italic; color: var(--gold2); }
.hero-desc { font-size: 15px; color: rgba(255,255,255,.42); line-height: 1.85; max-width: 440px; margin-bottom: 44px; font-weight: 300; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-gold { background: var(--gold); color: var(--ink); padding: 14px 34px; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; border: none; transition: all var(--tr); text-decoration: none; display: inline-block; }
.btn-gold:hover { background: var(--gold2); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: rgba(255,255,255,.65); padding: 14px 34px; font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; border: 1px solid rgba(255,255,255,.18); transition: all var(--tr); text-decoration: none; display: inline-block; }
.btn-ghost:hover { border-color: var(--gold2); color: var(--gold2); }

/* Stats band */
.stats-band { background: var(--gold); display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 28px 36px; border-right: 1px solid rgba(0,0,0,.1); text-align: center; }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: var(--font-serif); font-size: 46px; font-weight: 400; color: var(--ink); line-height: 1; }
.stat-lbl { font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: rgba(12,12,12,.55); margin-top: 6px; font-weight: 600; }

/* Marquee */
.marquee-wrap { background: var(--ink2); border-top: 1px solid rgba(255,255,255,.04); overflow: hidden; height: 48px; display: flex; align-items: center; }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 32s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-item { display: inline-flex; align-items: center; padding: 0 32px; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); border-right: 1px solid rgba(255,255,255,.06); }
.marquee-item::before { content: '·'; color: var(--gold); margin-right: 12px; }

/* ══ SECTIONS ══ */
.section { padding: 88px 60px; }
.section-dark { background: var(--ink); }
.section-alt { background: var(--paper2); }
.eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; font-weight: 600; }
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.sh2 { font-family: var(--font-serif); font-size: clamp(34px, 4vw, 56px); font-weight: 300; line-height: 1; color: var(--ink); margin-bottom: 16px; }
.sh2.wh { color: #fff; }
.sh2 em { font-style: italic; color: var(--gold2); }
.ssub { font-size: 14px; color: var(--muted); max-width: 460px; line-height: 1.85; font-weight: 300; }
.ssub.wh { color: rgba(255,255,255,.4); }

/* ══ VEHICLE GRID ══ */
.vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 2px; background: var(--border); }
.vcard { background: var(--paper); cursor: pointer; display: flex; flex-direction: column; transition: all var(--tr); border: 1px solid var(--border); }
.vcard:hover { background: var(--paper2); transform: translateY(-3px); box-shadow: 0 20px 56px rgba(0,0,0,.1); }
.vcard-img { position: relative; aspect-ratio: 16/10; background: var(--ink2); overflow: hidden; }
.vcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.vcard:hover .vcard-img img { transform: scale(1.04); }
.vcard-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 48px; opacity: .12; }
.vcard-badge { position: absolute; top: 0; left: 0; padding: 5px 13px; font-size: 9.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.badge-new { background: var(--gold); color: var(--ink); }
.badge-used { background: var(--ink); color: rgba(255,255,255,.65); }
.vcard-km { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,.72); color: rgba(255,255,255,.8); font-size: 10px; padding: 3px 9px; backdrop-filter: blur(4px); }
.vcard-body { padding: 22px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.vcard-brand { font-size: 9.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.vcard-name { font-family: var(--font-serif); font-size: 23px; font-weight: 400; line-height: 1.1; color: var(--ink); }
.vcard-year { font-size: 17px; color: var(--muted); }
.vcard-specs { display: flex; flex-wrap: wrap; gap: 6px; }
.vcard-specs span { font-size: 10.5px; color: var(--muted); background: var(--paper3); padding: 3px 9px; }
.vcard-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 14px; margin-top: auto; }
.vcard-price { font-family: var(--font-serif); font-size: 30px; font-weight: 700; color: var(--ink); letter-spacing: -.5px; }
.vcard-price small { font-size: 16px; font-weight: 300; }
.vcard-price-sub { font-size: 9px; color: var(--muted2); letter-spacing: .3px; }
.vcard-btn { background: var(--gold); color: var(--ink); padding: 9px 18px; font-size: 10.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; transition: background .2s; }
.vcard:hover .vcard-btn { background: var(--gold2); }
.vcard-dispo { display: flex; align-items: center; gap: 6px; padding: 7px 14px; border-top: 1px solid var(--border); font-size: 11px; font-weight: 600; }

/* ══ SERVICES ══ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); margin-top: 56px; }
.svc-card { background: var(--paper); padding: 44px 36px; position: relative; overflow: hidden; transition: background var(--tr); }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform var(--tr); }
.svc-card:hover { background: var(--paper2); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon { width: 48px; height: 48px; background: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 24px; }
.svc-num { position: absolute; top: 36px; right: 36px; font-family: var(--font-serif); font-size: 68px; font-weight: 300; color: var(--paper3); line-height: 1; }
.svc-title { font-family: var(--font-serif); font-size: 21px; font-weight: 500; margin-bottom: 12px; }
.svc-desc { font-size: 13px; color: var(--muted); line-height: 1.85; font-weight: 300; }

/* ══ PARTENAIRES ══ */
.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.04); margin-top: 48px; }
.partner-card { background: #0f0f0d; padding: 36px 28px; text-align: center; transition: background .3s; position: relative; overflow: hidden; }
.partner-card::before { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--gold); transition: width .4s; }
.partner-card:hover { background: #141412; }
.partner-card:hover::before { width: 60%; }
.partner-logo { font-size: 26px; font-weight: 700; letter-spacing: 2px; margin-bottom: 8px; font-family: var(--font-serif); color: #fff; }
.partner-type { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.25); font-weight: 500; }
.partner-desc { font-size: 11px; color: rgba(255,255,255,.35); line-height: 1.7; margin-top: 10px; }

/* ══ AVIS ══ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.testi-card { background: var(--paper); border: 1px solid var(--border); padding: 28px; }
.testi-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.testi-text { font-size: 14px; color: var(--muted); line-height: 1.75; font-style: italic; margin-bottom: 18px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; color: var(--ink); flex-shrink: 0; }
.testi-name { font-size: 13px; font-weight: 600; color: var(--ink); }
.testi-loc { font-size: 11px; color: var(--muted2); }

/* ══ CTA SECTION ══ */
.cta-section { background: var(--gold); padding: 72px 60px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-title { font-family: var(--font-serif); font-size: clamp(28px, 3.5vw, 46px); font-weight: 300; color: var(--ink); }
.cta-title em { font-style: italic; }
.cta-sub { font-size: 14px; color: rgba(12,12,12,.55); margin-top: 8px; }
.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.btn-dark { background: var(--ink); color: #fff; padding: 14px 32px; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; border: none; text-decoration: none; display: inline-block; transition: background .2s; }
.btn-dark:hover { background: var(--ink2); }
.btn-wa-cta { background: #25D366; color: #fff; padding: 14px 32px; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; display: inline-block; transition: background .2s; }
.btn-wa-cta:hover { background: #20ba5a; }

/* ══ CONTACT FORM ══ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.contact-info-icon { width: 40px; height: 40px; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.contact-info-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-info-val { font-size: 14px; color: var(--ink); line-height: 1.6; }
.contact-info-val a { color: var(--gold); }
.cf-form { display: flex; flex-direction: column; gap: 14px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cf-group { display: flex; flex-direction: column; gap: 6px; }
.cf-group label { font-size: 11px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); }
.cf-group input, .cf-group select, .cf-group textarea {
    padding: 12px 16px; border: 1px solid var(--border); background: var(--paper); font-family: var(--font-sans); font-size: 14px; color: var(--ink); outline: none; transition: border-color .2s; width: 100%;
}
.cf-group input:focus, .cf-group select:focus, .cf-group textarea:focus { border-color: var(--gold); }
.cf-submit { background: var(--gold); color: var(--ink); padding: 15px 32px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: none; cursor: pointer; transition: all .2s; align-self: flex-start; }
.cf-submit:hover { background: var(--gold2); transform: translateY(-1px); }
.cf-success { display: none; background: rgba(46,125,50,.08); border: 1px solid rgba(46,125,50,.3); padding: 16px; color: var(--green); font-size: 14px; }

/* ══ FOOTER ══ */
.site-footer { background: var(--ink); }
.footer-top { padding: 72px 60px 48px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; border-bottom: 1px solid rgba(255,255,255,.06); }
.footer-brand { }
.footer-logo-top { font-family: var(--font-serif); font-size: 22px; font-weight: 300; color: #fff; letter-spacing: 4px; text-transform: uppercase; }
.footer-logo-btm { font-size: 8px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-top: 3px; margin-bottom: 16px; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.85; font-weight: 300; max-width: 300px; }
.footer-col-title { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 20px; font-weight: 600; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.4); transition: color .2s; }
.footer-links a:hover { color: var(--gold2); }
.footer-contact-item { font-size: 13px; color: rgba(255,255,255,.4); margin-bottom: 8px; line-height: 1.5; }
.footer-contact-item a { color: rgba(255,255,255,.4); transition: color .2s; }
.footer-contact-item a:hover { color: var(--gold2); }
.footer-gold { height: 2px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.footer-bot { padding: 20px 60px; display: flex; align-items: center; justify-content: space-between; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.2); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,.2); transition: color .2s; }
.footer-legal a:hover { color: var(--gold); }

/* ══ WA FLOAT ══ */
#wa-float { position: fixed; bottom: 24px; right: 20px; z-index: 9999; display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; text-decoration: none; padding: 14px 20px 14px 16px; border-radius: 50px; box-shadow: 0 4px 20px rgba(0,0,0,.4); font-size: 13px; font-weight: 700; animation: wa-bounce 2.5s ease-in-out infinite; }
#wa-float:hover { transform: scale(1.06); animation: none; }
@keyframes wa-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.wa-label { white-space: nowrap; }

/* ══ PAGE INTÉRIEURE ══ */
.page-hero { background: var(--ink); padding: 80px 60px 60px; }
.page-content { max-width: 900px; margin: 0 auto; padding: 60px; }
.page-conditions-generales .page-hero { display: none; }
.page-conditions-generales .page-content { max-width: 100%; margin: 0; padding: 0; }
.page-content p { margin-bottom: 16px; font-size: 15px; line-height: 1.85; color: #444; }
.page-content h2 { font-family: var(--font-serif); font-size: 32px; font-weight: 400; margin: 32px 0 16px; }
.page-content h3 { font-family: var(--font-serif); font-size: 24px; font-weight: 400; margin: 24px 0 12px; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
    .testi-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .partners-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── HERO TRUST BADGES ── */
.hero-trust {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(184,149,42,.2);
}
.htrust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: rgba(255,255,255,.6);
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: .2px;
}
.htrust-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(184,149,42,.15);
    border: 1px solid rgba(184,149,42,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
    color: var(--gold2);
    font-weight: 600;
}

@media (max-width: 768px) {
    .topbar { padding: 0 20px; font-size: 11px; }
    .site-nav { padding: 0 20px; }
    .nav-links, .nav-right .nav-cta, .nav-right .nav-wa { display: none; }
    .nav-burger { display: flex; }
    .section { padding: 56px 20px; }
    .hero { min-height: auto; justify-content: flex-start; }
    .hero-inner { padding: 20px 20px 24px; }
    .hero-img-wrap { display: none; }
    .hero-eyebrow { margin-bottom: 10px; font-size: 9px; letter-spacing: 2.5px; }
    .hero-eyebrow::before { width: 20px; }
    .hero-h1 { margin-bottom: 12px; line-height: 1; }
    .hero-desc { margin-bottom: 18px; font-size: 13px; line-height: 1.65; }
    .hero-actions { gap: 8px; }
    .hero-trust { margin-top: 16px; padding-top: 14px; gap: 6px; }
    .htrust-item { font-size: 11px; gap: 6px; }
    .stats-band { grid-template-columns: repeat(2, 1fr); }
    .svc-grid { grid-template-columns: 1fr; }
    .testi-grid { grid-template-columns: 1fr; }
    .cta-section { padding: 48px 20px; flex-direction: column; }
    .footer-top { padding: 48px 20px 36px; grid-template-columns: 1fr; gap: 32px; }
    .footer-bot { padding: 16px 20px; flex-direction: column; gap: 8px; text-align: center; }
    .cf-row { grid-template-columns: 1fr; }
    .partners-grid { grid-template-columns: repeat(2, 1fr); }
    .topbar .tb-left { display: none; }
}
@media (max-width: 480px) {
    .vgrid { grid-template-columns: 1fr; }
    .stats-band { grid-template-columns: 1fr 1fr; }
    .hero-h1 { font-size: 30px; letter-spacing: -.5px; }
    #wa-float .wa-label { display: none; }
    #wa-float { padding: 14px; border-radius: 50%; }
}

/* ── DROPDOWN DESKTOP ── */
.nav-links li{position:relative;list-style:none}
.nav-links li:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:rgba(12,12,12,.97);border:1px solid rgba(184,149,42,.15);border-top:2px solid #b8952a;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s;z-index:9999;list-style:none}
.sub-menu li{list-style:none}
.sub-menu a{display:block;padding:10px 18px;font-size:11px;color:rgba(255,255,255,.6);font-weight:400;letter-spacing:.5px;transition:color .2s,background .2s;text-decoration:none}
.sub-menu a:hover{color:#d4af50;background:rgba(255,255,255,.04)}
.nav-links > li > a::after{display:none!important}
.nav-links > li:has(.sub-menu) > a::after{display:inline-block!important;content:'▾';margin-left:4px;font-size:8px;color:#b8952a}
