:root {
  --bg: #EEF2FA;
  --shell: rgba(255,255,255,.96);
  --surface: #FFFFFF;
  --surface-2: #F7FAFF;
  --blue: #2F8DF4;
  --blue-light: #DDF2FF;
  --yellow: #F7C928;
  --purple: #6D4DFF;
  --dark: #111827;
  --gray: #6B7280;
  --border: #E8EDF5;
  --shadow: 0 28px 80px rgba(30,55,100,.12);
  --soft-shadow: 0 16px 40px rgba(31,52,92,.10);
  --glass: rgba(255,255,255,.74);
  --radius-lg: 32px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

html[data-theme="dark"] {
  --bg: #080D17;
  --shell: rgba(13,19,32,.94);
  --surface: #111827;
  --surface-2: #0B1220;
  --blue: #4EA2FF;
  --blue-light: rgba(78,162,255,.13);
  --yellow: #FFD84A;
  --purple: #8A7CFF;
  --dark: #F8FAFC;
  --gray: #A7B0C0;
  --border: rgba(255,255,255,.09);
  --shadow: 0 36px 100px rgba(0,0,0,.52);
  --soft-shadow: 0 18px 48px rgba(0,0,0,.34);
  --glass: rgba(17,24,39,.68);
}

*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Cairo","Inter",sans-serif;color:var(--dark);background:var(--bg);min-height:100vh;overflow-x:hidden;transition:background .3s ease,color .3s ease}html[lang="en"] body{font-family:"Inter","Cairo",sans-serif}button,input{font:inherit}button{border:0;cursor:pointer}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.page-bg{position:relative;min-height:100vh;padding:48px 20px}.decor{position:fixed;pointer-events:none;z-index:0}.decor-ring{left:-110px;bottom:-90px;width:260px;height:260px;border:42px solid rgba(247,201,40,.72);border-radius:50%}.decor-blob{right:-120px;bottom:90px;width:330px;height:330px;background:radial-gradient(circle at 30% 30%,#8f7bff,#6d4dff 48%,#c5bdff 100%);border-radius:44% 56% 62% 38% / 48% 36% 64% 52%;opacity:.42;filter:blur(8px)}.decor-dot-one,.decor-dot-two{width:90px;height:90px;border-radius:50%;background:rgba(47,141,244,.14);filter:blur(2px)}.decor-dot-one{top:80px;left:70px}.decor-dot-two{top:160px;right:120px}
.app-shell{position:relative;z-index:1;width:min(1120px,100%);margin:0 auto;background:var(--shell);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:background .3s ease,border .3s ease}.section-pad{padding:56px 64px}
.navbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 42px;border-bottom:1px solid var(--border);background:var(--glass);backdrop-filter:blur(16px);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:18px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 12px 24px rgba(47,141,244,.26)}.nav-links{display:flex;align-items:center;gap:25px;font-size:13px;color:var(--gray)}.nav-links a{position:relative;transition:.25s}.nav-links a:after{content:"";position:absolute;inset-inline-start:0;bottom:-8px;width:0;height:2px;background:var(--blue);border-radius:99px;transition:.25s}.nav-links a:hover,.nav-links a.active{color:var(--dark)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-actions{display:flex;align-items:center;gap:10px}.register-btn,.primary-btn{height:42px;padding:0 20px;border-radius:14px;color:#fff;background:var(--blue);box-shadow:0 14px 28px rgba(47,141,244,.25);transition:.25s}.register-btn:hover,.primary-btn:hover,.bottom-cta button:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(47,141,244,.34)}.icon-toggle,.menu-btn{width:42px;height:42px;border-radius:14px;background:var(--blue-light);color:var(--blue);display:grid;place-items:center;font-weight:800}.menu-btn{display:none}
.hero{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;min-height:500px;gap:28px;background:radial-gradient(circle at 74% 32%,var(--blue-light),transparent 30%),linear-gradient(180deg,var(--surface) 0%,var(--surface-2) 100%)}.eyebrow{width:max-content;margin-bottom:18px;padding:8px 13px;border-radius:999px;color:var(--blue);background:var(--blue-light);font-size:12px;font-weight:700}.hero h1{font-size:clamp(44px,5.2vw,72px);line-height:1.02;font-weight:900;letter-spacing:-2px}.hero h1 strong{color:var(--yellow)}.hero-text{margin-top:18px;color:var(--gray);font-size:15px;line-height:1.9;max-width:500px}.search-card{height:58px;margin-top:28px;padding:0 10px 0 18px;display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--soft-shadow)}.search-card i{color:var(--blue)}.search-card input{flex:1;border:0;outline:0;background:transparent;color:var(--dark);min-width:0}.search-card button{height:42px;padding:0 22px;border-radius:13px;background:var(--blue);color:#fff}.filter-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.filter-tabs button{padding:9px 16px;border-radius:999px;color:var(--gray);background:var(--surface);border:1px solid var(--border);transition:.2s}.filter-tabs button.active,.filter-tabs button:hover{color:#fff;background:var(--blue);border-color:var(--blue)}.hero-mini-row{margin-top:24px;display:flex;align-items:center;justify-content:space-between}.mini-users{display:flex;align-items:center;gap:10px;color:var(--gray);font-size:13px}.mini-users span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--yellow);font-weight:900}.slider-dots{display:flex;gap:8px}.slider-dots button{width:9px;height:9px;border-radius:50%;background:#c7d2e3}.slider-dots .active{width:24px;border-radius:20px;background:var(--blue)}
.hero-visual{min-height:420px;position:relative;display:grid;place-items:center;perspective:900px}.glow{position:absolute;border-radius:50%;filter:blur(24px);opacity:.72}.glow-blue{width:230px;height:230px;background:#7ad7ff}.glow-purple{width:230px;height:180px;background:#a99cff;transform:translate(80px,-70px)}.glass-platform{position:absolute;bottom:58px;width:390px;height:110px;border-radius:50%;background:linear-gradient(180deg,rgba(135,221,255,.68),rgba(47,141,244,.12));box-shadow:0 32px 45px rgba(47,141,244,.22);transform:rotateX(62deg)}.hero-car{position:relative;z-index:3;width:430px;height:260px;object-fit:cover;border-radius:28px;transform:rotate(-2deg);box-shadow:0 34px 60px rgba(0,0,0,.24);animation:float 5s ease-in-out infinite}.orbit-card{position:absolute;z-index:4;padding:10px 14px;border-radius:16px;background:var(--glass);border:1px solid var(--border);box-shadow:var(--soft-shadow);backdrop-filter:blur(12px);font-size:13px;font-weight:800}.orbit-one{top:54px;right:42px}.orbit-two{left:8px;top:130px}.orbit-three{right:90px;bottom:88px}.orange-ball{position:absolute;left:84px;bottom:112px;width:46px;height:46px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffd27a,#ff8a00);box-shadow:0 14px 25px rgba(255,138,0,.28);z-index:4}
.category-strip{margin:-24px 64px 0;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--soft-shadow)}.category-item{padding:18px;border-radius:18px;transition:.25s}.category-item:hover{transform:translateY(-5px);background:var(--surface-2)}.category-item span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--blue-light);color:var(--blue);margin-bottom:12px}.category-item h3{font-size:16px;margin-bottom:4px}.category-item p{font-size:12px;color:var(--gray)}
.promo{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:34px}.promo h2,.section-head h2,.bottom-cta h2{font-size:clamp(28px,3vw,42px);line-height:1.25}.promo p,.section-head p,.bottom-cta p{color:var(--gray);line-height:1.8;margin-top:14px}.promo .primary-btn{margin-top:24px}.promo-card{display:grid;grid-template-columns:1fr 190px;gap:18px;align-items:center;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:28px;box-shadow:var(--soft-shadow)}.promo-card img{height:210px;width:100%;object-fit:cover;border-radius:22px}.feature-list{display:grid;gap:12px}.feature-list div{padding:14px;border-radius:16px;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;gap:10px;color:var(--dark);font-weight:700}.feature-list i{color:var(--blue)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head p{max-width:560px}.round-actions{display:flex;gap:10px}.round-actions button{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--blue);background:var(--blue-light)}.listing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.listing-card{position:relative;padding:14px;border-radius:22px;background:var(--surface);border:1px solid var(--border);box-shadow:0 10px 25px rgba(31,52,92,.07);transition:.25s;overflow:hidden}.listing-card:before{content:"";position:absolute;width:130px;height:130px;left:var(--mx,50%);top:var(--my,50%);background:radial-gradient(circle,rgba(47,141,244,.12),transparent 60%);transform:translate(-50%,-50%);opacity:0;transition:.25s}.listing-card:hover{transform:translateY(-8px);box-shadow:var(--soft-shadow)}.listing-card:hover:before{opacity:1}.listing-card img{height:112px;width:100%;object-fit:cover;border-radius:16px;margin-bottom:12px}.listing-card h3{font-size:14px;margin-bottom:5px}.listing-card p{font-weight:900;color:var(--blue);font-size:14px}.listing-card div{margin-top:9px;color:var(--gray);font-size:11px;display:flex;gap:7px;flex-wrap:wrap}.badge{position:absolute;top:24px;inset-inline-start:24px;z-index:2;padding:5px 9px;border-radius:99px;color:#fff;font-size:10px;font-weight:800}.blue{background:var(--blue)}.yellow{background:var(--yellow);color:#332500}.purple{background:var(--purple)}.green{background:#11B981}.red{background:#EF4444}
.stats{margin:0 64px 48px;padding:24px;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;background:var(--surface-2);border:1px solid var(--border);border-radius:24px}.stats article{text-align:center}.stats strong{display:block;font-size:30px;color:var(--blue);font-weight:900}.stats span{color:var(--gray);font-size:13px}.bottom-cta{margin:0 64px 64px;padding:28px 34px;border-radius:28px;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 24px 50px rgba(47,141,244,.28)}.bottom-cta p{color:rgba(255,255,255,.78)}.bottom-cta button{height:46px;padding:0 24px;border-radius:15px;background:#fff;color:#1c64c8;font-weight:900;transition:.25s}.shake{animation:shake .38s ease}
@keyframes float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(-1deg)}}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(6px)}50%{transform:translateX(-6px)}75%{transform:translateX(4px)}}
@media(max-width:980px){.section-pad{padding:42px 28px}.navbar{padding:0 22px}.menu-btn{display:grid}.nav-links{position:absolute;top:72px;inset-inline:20px;display:none;flex-direction:column;align-items:flex-start;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--soft-shadow)}.nav-links.open{display:flex}.register-btn{display:none}.hero,.promo{grid-template-columns:1fr}.hero-visual{min-height:360px}.category-strip{margin:0 28px;grid-template-columns:repeat(2,1fr)}.listing-grid{grid-template-columns:repeat(2,1fr)}.stats{margin:0 28px 32px;grid-template-columns:repeat(2,1fr)}.bottom-cta{margin:0 28px 40px;flex-direction:column;align-items:flex-start}.promo-card{grid-template-columns:1fr}}
@media(max-width:560px){.page-bg{padding:18px 10px}.app-shell{border-radius:24px}.nav-actions{gap:7px}.icon-toggle,.menu-btn{width:38px;height:38px}.brand{font-size:16px}.section-pad{padding:34px 18px}.hero h1{font-size:42px}.search-card{height:auto;padding:12px;display:grid;grid-template-columns:auto 1fr}.search-card button{grid-column:1/-1}.category-strip{margin:0 16px;display:flex;overflow-x:auto}.category-item{min-width:185px}.listing-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr;margin:0 16px 28px}.bottom-cta{margin:0 16px 30px}.hero-car{width:310px;height:210px}.glass-platform{width:280px}.orbit-two{left:0}.promo-card img{height:180px}}

/* Floating contact tools */
.floating-contact{position:fixed;inset-inline-end:24px;bottom:24px;z-index:80;display:grid;gap:12px}.float-btn{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;color:#fff;box-shadow:0 18px 38px rgba(17,24,39,.18);transition:.25s;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(14px)}.float-btn:hover{transform:translateY(-5px) scale(1.04)}.phone-btn{background:linear-gradient(135deg,#2563eb,#2F8DF4)}.whatsapp-btn{background:linear-gradient(135deg,#16a34a,#22c55e)}.chat-btn{background:linear-gradient(135deg,var(--purple),var(--blue))}.top-btn{background:var(--surface);color:var(--blue);border-color:var(--border);opacity:0;pointer-events:none;transform:translateY(12px)}.top-btn.show{opacity:1;pointer-events:auto;transform:translateY(0)}
.chat-panel{position:fixed;inset-inline-end:92px;bottom:24px;width:min(380px,calc(100vw - 28px));height:520px;z-index:90;background:var(--surface);border:1px solid var(--border);border-radius:28px;box-shadow:0 30px 90px rgba(15,23,42,.24);overflow:hidden;display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(24px) scale(.96);transition:.28s}.chat-panel.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.chat-header{padding:18px;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;display:flex;align-items:center;justify-content:space-between}.chat-agent{display:flex;align-items:center;gap:12px}.chat-agent span{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.2)}.chat-agent h3{font-size:16px}.chat-agent p{font-size:12px;color:rgba(255,255,255,.78);margin-top:2px}.chat-header button{width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.16);color:#fff}.chat-body{flex:1;padding:18px;background:linear-gradient(180deg,var(--surface),var(--surface-2));overflow-y:auto}.msg{max-width:82%;padding:12px 14px;border-radius:18px;margin-bottom:12px;font-size:13px;line-height:1.75;box-shadow:0 10px 24px rgba(15,23,42,.06)}.msg.bot{background:var(--surface);border:1px solid var(--border);color:var(--dark);border-start-start-radius:6px}.msg.user{margin-inline-start:auto;background:var(--blue);color:#fff;border-start-end-radius:6px}.chat-quick{display:grid;gap:8px;margin:12px 0}.chat-quick button{text-align:start;padding:11px 12px;border-radius:14px;background:var(--blue-light);color:var(--blue);font-weight:800;transition:.2s}.chat-quick button:hover{transform:translateX(-4px);background:var(--blue);color:#fff}.chat-form{padding:12px;border-top:1px solid var(--border);display:flex;gap:10px;background:var(--surface)}.chat-form input{flex:1;height:46px;border:1px solid var(--border);border-radius:15px;background:var(--surface-2);color:var(--dark);outline:0;padding:0 14px}.chat-form button{width:46px;height:46px;border-radius:15px;background:var(--blue);color:#fff;box-shadow:0 12px 24px rgba(47,141,244,.25)}
html[dir="ltr"] .chat-quick button:hover{transform:translateX(4px)}
@media(max-width:560px){.floating-contact{inset-inline-end:14px;bottom:14px}.float-btn{width:48px;height:48px;border-radius:16px}.chat-panel{inset-inline:14px;bottom:78px;width:auto;height:500px}}

/* Brand showcase */
.brand-section{padding-top:46px}.brand-head{align-items:flex-start}.brand-eyebrow{margin-bottom:14px}.brand-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.brand-filters button{height:40px;padding:0 16px;border-radius:999px;background:var(--surface);color:var(--gray);border:1px solid var(--border);font-weight:800;transition:.25s}.brand-filters button:hover,.brand-filters button.active{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 14px 28px rgba(47,141,244,.18)}.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.brand-card{position:relative;min-height:170px;padding:18px;border-radius:24px;background:linear-gradient(180deg,var(--surface),var(--surface-2));border:1px solid var(--border);box-shadow:0 12px 28px rgba(31,52,92,.07);overflow:hidden;transition:.25s}.brand-card:after{content:"";position:absolute;inset-inline-end:-38px;top:-42px;width:115px;height:115px;border-radius:50%;background:var(--blue-light);transition:.25s}.brand-card:hover{transform:translateY(-8px);box-shadow:var(--soft-shadow)}.brand-card:hover:after{transform:scale(1.22);background:rgba(247,201,40,.24)}.brand-logo{position:relative;z-index:2;width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--border);box-shadow:0 14px 30px rgba(15,23,42,.08);font-size:13px;font-weight:900;color:var(--blue);letter-spacing:.3px}.brand-card h3{position:relative;z-index:2;margin-top:18px;font-size:16px}.brand-card p{position:relative;z-index:2;margin-top:6px;color:var(--gray);font-size:12px;line-height:1.6}.brand-card .brand-meta{position:relative;z-index:2;margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.brand-count{font-size:12px;font-weight:900;color:var(--blue);background:var(--blue-light);padding:7px 10px;border-radius:999px}.brand-arrow{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--dark);color:var(--surface);font-size:12px;transition:.25s}.brand-card:hover .brand-arrow{background:linear-gradient(135deg,var(--blue),var(--purple));transform:translateX(-4px);box-shadow:0 14px 30px rgba(47,141,244,.32)}html[dir="ltr"] .brand-card:hover .brand-arrow{transform:translateX(4px)}.brand-card.hide{display:none}
@media(max-width:980px){.brand-grid{grid-template-columns:repeat(3,1fr)}.brand-filters{justify-content:flex-start}}
@media(max-width:560px){.brand-grid{grid-template-columns:repeat(2,1fr);gap:12px}.brand-card{min-height:150px;padding:14px}.brand-logo{width:50px;height:50px;border-radius:17px}.brand-section{padding-top:34px}}

/* Premium brands redesign */
.brand-section{position:relative;padding:58px 42px 34px;background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(221,242,255,.28));border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.brand-section:before{content:"";position:absolute;inset-inline-start:42px;top:38px;width:180px;height:180px;border-radius:50%;background:rgba(47,141,244,.10);filter:blur(34px);pointer-events:none}.brand-section:after{content:"";position:absolute;inset-inline-end:70px;bottom:22px;width:160px;height:160px;border-radius:50%;background:rgba(247,201,40,.16);filter:blur(36px);pointer-events:none}.brand-head{position:relative;z-index:2;margin-bottom:24px}.brand-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:var(--blue-light);color:var(--blue);font-weight:900}.brand-filters{position:relative;z-index:2;background:var(--surface);border:1px solid var(--border);box-shadow:0 16px 35px rgba(15,23,42,.07);border-radius:999px;padding:7px}.brand-filters button{height:38px;border:0;background:transparent}.brand-filters button:hover,.brand-filters button.active{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 13px 24px rgba(47,141,244,.22)}.brand-grid{position:relative;z-index:2;grid-template-columns:repeat(4,1fr);gap:18px}.brand-card.premium-brand{min-height:205px;padding:20px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(246,249,255,.78));border:1px solid rgba(232,237,245,.95);box-shadow:0 20px 55px rgba(31,52,92,.10);backdrop-filter:blur(14px)}[data-theme="dark"] .brand-card.premium-brand,.dark .brand-card.premium-brand{background:linear-gradient(145deg,rgba(24,36,62,.92),rgba(14,22,38,.86));border-color:rgba(255,255,255,.08)}.brand-card.premium-brand:after{display:none}.brand-glow{position:absolute;inset-inline-end:-32px;top:-34px;width:130px;height:130px;border-radius:44px;background:linear-gradient(135deg,rgba(47,141,244,.24),rgba(109,77,255,.16));transform:rotate(18deg);transition:.3s}.brand-card.premium-brand:hover .brand-glow{transform:rotate(25deg) scale(1.16);background:linear-gradient(135deg,rgba(247,201,40,.28),rgba(47,141,244,.22))}.brand-topline{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}.brand-logo{width:70px;height:70px;border-radius:24px;background:linear-gradient(180deg,var(--surface),var(--surface-2));font-size:14px;border:1px solid var(--border)}.brand-card h3{margin-top:22px;font-size:18px}.brand-card p{max-width:85%;font-size:13px}.brand-meta{margin-top:20px}.brand-count{background:rgba(47,141,244,.10);color:var(--blue);border:1px solid rgba(47,141,244,.15)}.brand-line{height:2px;flex:1;border-radius:999px;background:linear-gradient(90deg,var(--blue),transparent);opacity:.45}.brand-arrow{background:var(--blue);color:#fff;box-shadow:0 14px 30px rgba(47,141,244,.22)}.brand-card.premium-brand:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 30px 75px rgba(31,52,92,.16)}

/* Details advisor card, finance calculator removed */
.advisor-card{overflow:hidden;position:relative}.advisor-card:before{content:"";position:absolute;inset-inline-end:-55px;top:-55px;width:150px;height:150px;border-radius:45px;background:linear-gradient(135deg,rgba(47,141,244,.22),rgba(247,201,40,.18));transform:rotate(18deg)}.advisor-kicker{position:relative;z-index:2;display:inline-flex;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:var(--blue-light);color:var(--blue);font-size:12px;font-weight:900}.advisor-card h2,.advisor-card p,.advisor-points,.advisor-actions,.dealer-card{position:relative;z-index:2}.advisor-card p{color:var(--gray);line-height:1.8;margin-top:10px}.advisor-points{display:grid;gap:10px;margin:22px 0}.advisor-points span{display:flex;align-items:center;gap:9px;padding:11px 12px;border-radius:16px;background:var(--surface-2);border:1px solid var(--border);font-size:13px}.advisor-points i{color:var(--blue)}.advisor-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}.advisor-actions .solid-btn,.advisor-actions .ghost-btn{justify-content:center;width:100%}
@media(max-width:900px){.brand-grid{grid-template-columns:repeat(2,1fr)}.brand-section{padding-inline:22px}.brand-filters{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}.brand-filters button{white-space:nowrap}}
@media(max-width:560px){.brand-grid{grid-template-columns:1fr}.brand-card.premium-brand{min-height:185px}.brand-logo{width:62px;height:62px}.brand-section{padding-inline:16px}}



/* Prime Car New Cars Filters */
.prime-car-filter-section{
  padding:72px 44px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.96));
}
[data-theme="dark"] .prime-car-filter-section,
.dark .prime-car-filter-section{
  background:linear-gradient(180deg,rgba(17,24,39,.72),rgba(17,24,39,.96));
}
.filter-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
.section-kicker{
  display:inline-flex;
  margin-bottom:10px;
  color:#2F8DF4;
  font-weight:700;
  font-size:13px;
}
.filter-head h2{
  margin:0;
  font-size:clamp(28px,4vw,44px);
  line-height:1.15;
  color:var(--text-dark,#111827);
}
.filter-head p{
  max-width:620px;
  margin:12px 0 0;
  color:var(--text-gray,#6B7280);
  line-height:1.8;
}
.results-summary{
  min-width:142px;
  border:1px solid rgba(232,237,245,.9);
  background:rgba(255,255,255,.74);
  border-radius:22px;
  padding:18px 20px;
  text-align:center;
  box-shadow:0 18px 50px rgba(47,141,244,.10);
}
.results-summary strong{
  display:block;
  font-size:34px;
  color:#2F8DF4;
  line-height:1;
}
.results-summary span{
  color:#6B7280;
  font-size:13px;
}
.filters-panel{
  display:grid;
  grid-template-columns:2fr repeat(4,1fr);
  gap:14px;
  padding:18px;
  border:1px solid rgba(232,237,245,.92);
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px);
  border-radius:28px;
  box-shadow:0 24px 70px rgba(17,24,39,.08);
}
.filter-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.filter-field label{
  font-size:12px;
  font-weight:700;
  color:var(--text-dark,#111827);
}
.filter-field input,
.filter-field select{
  width:100%;
  min-height:48px;
  border:1px solid #E8EDF5;
  border-radius:16px;
  background:#fff;
  color:#111827;
  padding:0 14px;
  outline:none;
  font-family:inherit;
  transition:.25s ease;
}
.filter-field input:focus,
.filter-field select:focus{
  border-color:#2F8DF4;
  box-shadow:0 0 0 4px rgba(47,141,244,.10);
}
.filter-actions{
  display:flex;
  align-items:flex-end;
}
.reset-filters{
  width:100%;
  min-height:48px;
  border:0;
  border-radius:16px;
  background:#111827;
  color:#fff;
  font-weight:800;
  cursor:pointer;
  transition:.25s ease;
}
.reset-filters:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(17,24,39,.18);
}
.active-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 24px;
}
.active-chips span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:#DDF2FF;
  color:#1d4ed8;
  font-size:13px;
  font-weight:700;
}
.premium-cars-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.car-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(232,237,245,.9);
  background:rgba(255,255,255,.92);
  border-radius:28px;
  box-shadow:0 22px 60px rgba(17,24,39,.08);
  transition:.28s ease;
}
.car-card:hover{
  transform:translateY(-8px);
  box-shadow:0 32px 80px rgba(17,24,39,.14);
}
.car-card img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
  background:#EEF2FA;
}
.car-card-body{
  padding:20px;
}
.car-topline{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
  color:#6B7280;
  font-size:13px;
}
.delivery-badge{
  position:absolute;
  top:16px;
  inset-inline-start:16px;
  background:#F7C928;
  color:#111827;
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 28px rgba(247,201,40,.28);
}
.car-card h3{
  margin:0 0 10px;
  color:#111827;
  font-size:21px;
}
.car-price{
  margin-bottom:14px;
  color:#2F8DF4;
  font-size:22px;
  font-weight:900;
}
.car-meta{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-bottom:18px;
}
.car-meta span{
  background:#F8FAFC;
  border-radius:14px;
  padding:10px;
  color:#4B5563;
  font-size:13px;
}
.car-actions{
  display:flex;
  gap:10px;
}
.car-actions a{
  flex:1;
  text-align:center;
  text-decoration:none;
  border-radius:14px;
  padding:12px 14px;
  font-weight:800;
}
.car-actions .primary{
  background:#2F8DF4;
  color:#fff;
}
.car-actions .secondary{
  background:#EEF2FA;
  color:#111827;
}
.empty-state{
  display:none;
  text-align:center;
  padding:42px 20px;
  border:1px dashed #CBD5E1;
  border-radius:28px;
  color:#6B7280;
}
.empty-state h3{
  margin:0 0 8px;
  color:#111827;
}
[data-theme="dark"] .filters-panel,
.dark .filters-panel,
[data-theme="dark"] .results-summary,
.dark .results-summary,
[data-theme="dark"] .car-card,
.dark .car-card{
  background:rgba(15,23,42,.78);
  border-color:rgba(148,163,184,.18);
}
[data-theme="dark"] .filter-head h2,
.dark .filter-head h2,
[data-theme="dark"] .filter-field label,
.dark .filter-field label,
[data-theme="dark"] .car-card h3,
.dark .car-card h3,
[data-theme="dark"] .empty-state h3,
.dark .empty-state h3{
  color:#F8FAFC;
}
[data-theme="dark"] .filter-field input,
.dark .filter-field input,
[data-theme="dark"] .filter-field select,
.dark .filter-field select{
  background:#0F172A;
  border-color:rgba(148,163,184,.22);
  color:#F8FAFC;
}
[data-theme="dark"] .car-meta span,
.dark .car-meta span,
[data-theme="dark"] .car-actions .secondary,
.dark .car-actions .secondary{
  background:rgba(148,163,184,.10);
  color:#E5E7EB;
}
@media(max-width:980px){
  .filters-panel{grid-template-columns:repeat(2,1fr)}
  .premium-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .filter-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .prime-car-filter-section{padding:48px 18px}
  .filters-panel{grid-template-columns:1fr;border-radius:24px}
  .premium-cars-grid{grid-template-columns:1fr}
  .car-card img{height:210px}
}



/* Prime Car cars section redesign, featured-listings style */
.prime-cars-showcase{
  padding:68px 44px;
  background:linear-gradient(180deg,rgba(255,255,255,.65),rgba(255,255,255,.96));
}
[data-theme="dark"] .prime-cars-showcase,
.dark .prime-cars-showcase{
  background:linear-gradient(180deg,rgba(17,24,39,.66),rgba(15,23,42,.96));
}
.showcase-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
}
.showcase-header h2{
  margin:0;
  color:var(--text-dark,#111827);
  font-size:clamp(28px,4vw,42px);
  line-height:1.15;
  letter-spacing:-.03em;
}
.showcase-header p{
  max-width:620px;
  margin:10px 0 0;
  color:var(--text-gray,#6B7280);
  line-height:1.75;
}
.showcase-actions{
  display:flex;
  gap:10px;
}
.view-btn{
  width:42px;
  height:42px;
  border:1px solid #E8EDF5;
  border-radius:50%;
  background:#fff;
  color:#6B7280;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(17,24,39,.06);
  transition:.24s ease;
}
.view-btn.active,
.view-btn:hover{
  background:#2F8DF4;
  color:#fff;
  border-color:#2F8DF4;
  transform:translateY(-2px);
}
.cars-filter-card{
  display:grid;
  gap:14px;
  margin-bottom:24px;
  padding:14px;
  border:1px solid rgba(232,237,245,.95);
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  border-radius:26px;
  box-shadow:0 22px 60px rgba(17,24,39,.07);
}
.filter-search{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:54px;
  padding:0 16px;
  border:1px solid #E8EDF5;
  border-radius:18px;
  background:#fff;
}
.filter-search i{
  color:#2F8DF4;
}
.filter-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#111827;
  font-family:inherit;
  font-size:15px;
}
.filter-row{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr)) auto;
  gap:10px;
}
.filter-row select,
.reset-filters{
  min-height:46px;
  border:1px solid #E8EDF5;
  border-radius:15px;
  background:#fff;
  color:#111827;
  padding:0 12px;
  font-family:inherit;
  font-size:13px;
  outline:0;
  transition:.22s ease;
}
.filter-row select:focus{
  border-color:#2F8DF4;
  box-shadow:0 0 0 4px rgba(47,141,244,.10);
}
.reset-filters{
  min-width:76px;
  background:#111827;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.reset-filters:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(17,24,39,.18);
}
.filter-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:34px;
}
.results-summary{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:auto;
  padding:8px 12px;
  border:1px solid #E8EDF5;
  border-radius:999px;
  background:#fff;
  box-shadow:none;
}
.results-summary strong{
  display:inline;
  color:#2F8DF4;
  font-size:18px;
  line-height:1;
}
.results-summary span{
  color:#6B7280;
  font-size:13px;
}
.active-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
}
.active-chips span{
  padding:7px 10px;
  border-radius:999px;
  background:#DDF2FF;
  color:#1d4ed8;
  font-size:12px;
  font-weight:700;
}

/* Same visual rhythm as featured listings cards */
.featured-like-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.featured-like-grid .car-card{
  min-height:278px;
  border:1px solid rgba(232,237,245,.95);
  background:rgba(255,255,255,.92);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(17,24,39,.07);
  transition:.25s ease;
}
.featured-like-grid .car-card:hover{
  transform:translateY(-7px);
  box-shadow:0 24px 58px rgba(17,24,39,.12);
}
.featured-like-grid .car-card img{
  height:122px;
  width:100%;
  object-fit:cover;
  display:block;
  background:#EEF2FA;
}
.featured-like-grid .car-card-body{
  padding:14px;
}
.featured-like-grid .delivery-badge{
  top:10px;
  inset-inline-start:10px;
  padding:6px 9px;
  border-radius:999px;
  background:#F7C928;
  color:#111827;
  font-size:10px;
  font-weight:900;
}
.featured-like-grid .car-topline{
  margin-bottom:7px;
  font-size:11px;
  color:#6B7280;
}
.featured-like-grid .car-card h3{
  min-height:42px;
  margin:0 0 7px;
  color:#111827;
  font-size:15px;
  line-height:1.35;
  letter-spacing:-.01em;
}
.featured-like-grid .car-price{
  margin-bottom:10px;
  color:#2F8DF4;
  font-size:16px;
  font-weight:900;
}
.featured-like-grid .car-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:12px;
}
.featured-like-grid .car-meta span{
  width:auto;
  background:#F8FAFC;
  border-radius:999px;
  padding:6px 8px;
  color:#4B5563;
  font-size:10px;
}
.featured-like-grid .car-actions{
  display:flex;
  gap:7px;
}
.featured-like-grid .car-actions a{
  flex:1;
  padding:9px 8px;
  border-radius:12px;
  font-size:11px;
  text-align:center;
  text-decoration:none;
  font-weight:800;
}
.featured-like-grid .car-actions .primary{
  background:#2F8DF4;
  color:#fff;
}
.featured-like-grid .car-actions .secondary{
  background:#EEF2FA;
  color:#111827;
}
.featured-like-grid.list-view{
  grid-template-columns:1fr;
}
.featured-like-grid.list-view .car-card{
  display:grid;
  grid-template-columns:240px 1fr;
  min-height:auto;
}
.featured-like-grid.list-view .car-card img{
  height:100%;
  min-height:190px;
}
.featured-like-grid.list-view .car-card h3{
  min-height:auto;
  font-size:22px;
}
.featured-like-grid.list-view .car-price{
  font-size:22px;
}
.empty-state{
  display:none;
  text-align:center;
  padding:36px 20px;
  border:1px dashed #CBD5E1;
  border-radius:24px;
  color:#6B7280;
  margin-top:16px;
}
.empty-state h3{
  margin:0 0 8px;
  color:#111827;
}
[data-theme="dark"] .showcase-header h2,
.dark .showcase-header h2,
[data-theme="dark"] .featured-like-grid .car-card h3,
.dark .featured-like-grid .car-card h3,
[data-theme="dark"] .empty-state h3,
.dark .empty-state h3{
  color:#F8FAFC;
}
[data-theme="dark"] .cars-filter-card,
.dark .cars-filter-card,
[data-theme="dark"] .filter-search,
.dark .filter-search,
[data-theme="dark"] .filter-row select,
.dark .filter-row select,
[data-theme="dark"] .results-summary,
.dark .results-summary,
[data-theme="dark"] .view-btn,
.dark .view-btn,
[data-theme="dark"] .featured-like-grid .car-card,
.dark .featured-like-grid .car-card{
  background:rgba(15,23,42,.78);
  border-color:rgba(148,163,184,.20);
}
[data-theme="dark"] .filter-search input,
.dark .filter-search input,
[data-theme="dark"] .filter-row select,
.dark .filter-row select{
  color:#F8FAFC;
}
[data-theme="dark"] .featured-like-grid .car-meta span,
.dark .featured-like-grid .car-meta span,
[data-theme="dark"] .featured-like-grid .car-actions .secondary,
.dark .featured-like-grid .car-actions .secondary{
  background:rgba(148,163,184,.10);
  color:#E5E7EB;
}
@media(max-width:1100px){
  .filter-row{grid-template-columns:repeat(4,minmax(0,1fr))}
  .featured-like-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:780px){
  .prime-cars-showcase{padding:50px 20px}
  .showcase-header{align-items:flex-start;flex-direction:column}
  .filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .featured-like-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .cars-filter-card{border-radius:22px}
  .filter-row{grid-template-columns:1fr}
  .filter-bottom{align-items:flex-start;flex-direction:column}
  .featured-like-grid{grid-template-columns:1fr}
  .featured-like-grid.list-view .car-card{display:block}
  .featured-like-grid.list-view .car-card img{height:180px}
}

/* compact cars cards requested */
.featured-like-grid .car-card{min-height:250px}
.featured-like-grid .car-card img{height:140px}
.featured-like-grid .car-card h3{min-height:auto;font-size:16px;margin:6px 0 14px}
.featured-like-grid .car-topline{margin-bottom:4px}
.featured-like-grid .car-actions{margin-top:auto}



/* Prime Car 3D Model Section */
.prime-3d-section{
  position:relative;
  max-width:1120px;
  margin:36px auto;
  padding:34px;
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:28px;
  align-items:center;
  border:1px solid rgba(232,237,245,.9);
  border-radius:34px;
  background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(221,242,255,.58));
  box-shadow:0 30px 90px rgba(17,24,39,.10);
  overflow:hidden;
}
.prime-3d-section:before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(47,141,244,.18);
  filter:blur(35px);
  inset-inline-end:-80px;
  top:-80px;
}
.prime-3d-copy{
  position:relative;
  z-index:2;
}
.prime-3d-copy h2{
  margin:0;
  font-size:clamp(30px,4vw,48px);
  line-height:1.12;
  color:var(--text-dark,#111827);
}
.prime-3d-copy p{
  margin:14px 0 0;
  max-width:460px;
  color:var(--text-gray,#6B7280);
  line-height:1.8;
}
.prime-3d-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.prime-3d-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:16px;
  text-decoration:none;
  font-weight:800;
}
.prime-3d-btn.primary{
  background:#2F8DF4;
  color:#fff;
  box-shadow:0 16px 34px rgba(47,141,244,.28);
}
.prime-3d-btn.secondary{
  background:#fff;
  color:#111827;
  border:1px solid #E8EDF5;
}
.prime-3d-stage{
  position:relative;
  min-height:420px;
  border-radius:28px;
  background:radial-gradient(circle at 50% 75%,rgba(47,141,244,.25),transparent 44%),linear-gradient(180deg,#F8FAFC,#EAF4FF);
  overflow:hidden;
  border:1px solid rgba(232,237,245,.86);
}
.prime-3d-stage model-viewer{
  width:100%;
  height:420px;
  position:relative;
  z-index:2;
  --poster-color:transparent;
}
.model-glow{
  position:absolute;
  inset:auto 12% 8% 12%;
  height:90px;
  border-radius:50%;
  background:rgba(47,141,244,.25);
  filter:blur(24px);
}
[data-theme="dark"] .prime-3d-section,
.dark .prime-3d-section{
  background:linear-gradient(135deg,rgba(15,23,42,.88),rgba(30,41,59,.72));
  border-color:rgba(148,163,184,.18);
}
[data-theme="dark"] .prime-3d-copy h2,
.dark .prime-3d-copy h2{
  color:#F8FAFC;
}
[data-theme="dark"] .prime-3d-btn.secondary,
.dark .prime-3d-btn.secondary{
  background:rgba(148,163,184,.10);
  color:#F8FAFC;
  border-color:rgba(148,163,184,.18);
}
[data-theme="dark"] .prime-3d-stage,
.dark .prime-3d-stage{
  background:radial-gradient(circle at 50% 75%,rgba(47,141,244,.22),transparent 44%),linear-gradient(180deg,#111827,#0F172A);
  border-color:rgba(148,163,184,.18);
}
@media(max-width:860px){
  .prime-3d-section{
    grid-template-columns:1fr;
    margin:24px 18px;
    padding:24px;
    border-radius:28px;
  }
  .prime-3d-stage,
  .prime-3d-stage model-viewer{
    min-height:340px;
    height:340px;
  }
}



/* 3D fixed states */
.model-fallback{
  width:100%;
  height:100%;
  min-height:340px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#111827;
  text-align:center;
  padding:24px;
}
.model-fallback span{
  color:#6B7280;
  font-size:14px;
  line-height:1.7;
}
.model-error{
  display:none;
  position:absolute;
  inset:auto 18px 18px 18px;
  z-index:4;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(17,24,39,.88);
  color:#fff;
  box-shadow:0 16px 40px rgba(0,0,0,.20);
}
.model-error span{
  display:block;
  margin-top:6px;
  color:#CBD5E1;
  font-size:13px;
}
model-viewer::part(default-progress-bar){
  background-color:#2F8DF4;
}
[data-theme="dark"] .model-fallback,
.dark .model-fallback{
  color:#F8FAFC;
}
[data-theme="dark"] .model-fallback span,
.dark .model-fallback span{
  color:#CBD5E1;
}



/* Prime Car Configurator Entry */
.pc-configurator-entry{max-width:1120px;margin:36px auto;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid rgba(232,237,245,.9);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(221,242,255,.52));box-shadow:0 24px 70px rgba(17,24,39,.08)}
.pc-configurator-entry__content span{display:inline-flex;margin-bottom:8px;color:#2F8DF4;font-size:13px;font-weight:900}
.pc-configurator-entry__content h2{margin:0;color:var(--text-dark,#111827);font-size:clamp(24px,3vw,36px)}
.pc-configurator-entry__content p{max-width:560px;margin:10px 0 0;color:var(--text-gray,#6B7280);line-height:1.8}
.pc-configurator-entry a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:16px;background:#2F8DF4;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 16px 34px rgba(47,141,244,.24)}
[data-theme="dark"] .pc-configurator-entry,.dark .pc-configurator-entry{background:linear-gradient(135deg,rgba(15,23,42,.86),rgba(30,41,59,.68));border-color:rgba(148,163,184,.18)}
[data-theme="dark"] .pc-configurator-entry__content h2,.dark .pc-configurator-entry__content h2{color:#F8FAFC}
@media(max-width:720px){.pc-configurator-entry{margin:24px 18px;flex-direction:column;align-items:flex-start}.pc-configurator-entry a{width:100%}}



/* =====================================================================
   WHITE MODE (data-theme="light") — Comprehensive Overrides
   ===================================================================== */

/* === Body & App Shell === */
html[data-theme="light"] body{
  background:
    radial-gradient(circle at top left,rgba(47,141,244,.08),transparent 24%),
    radial-gradient(circle at 78% 0,rgba(247,201,40,.09),transparent 18%),
    linear-gradient(180deg,#f8fbff 0%,#eef3f9 100%);
}
html[data-theme="light"] .app-shell{
  background:rgba(255,255,255,.97);
  border-color:#e8edf5;
  box-shadow:0 28px 80px rgba(15,23,42,.08);
}
html[data-theme="light"] .page-bg{background:transparent}

/* === Navbar (old-style, if present) === */
html[data-theme="light"] .navbar{
  background:rgba(255,255,255,.94);
  border-bottom-color:#e8edf5;
}
html[data-theme="light"] .nav-links a{color:#475569}
html[data-theme="light"] .nav-links a:hover,
html[data-theme="light"] .nav-links a.active{color:#111827}

/* === Hero === */
html[data-theme="light"] .hero{
  background:
    radial-gradient(circle at 74% 32%,#ddf2ff,transparent 30%),
    linear-gradient(180deg,#fff 0%,#f5f9ff 100%);
}
html[data-theme="light"] .orbit-card{
  background:rgba(255,255,255,.96);
  border-color:#e8edf5;
  color:#111827;
  box-shadow:0 12px 34px rgba(15,23,42,.08);
}
html[data-theme="light"] .stat-card{
  background:#fff;
  border-color:#e8edf5;
}
html[data-theme="light"] .stat-card span{color:#64748b}

/* === Category strip === */
html[data-theme="light"] .category-strip{
  background:#fff;
  border-color:#e8edf5;
  box-shadow:0 16px 48px rgba(15,23,42,.07);
}
html[data-theme="light"] .category-item:hover{background:#f5f9ff}
html[data-theme="light"] .category-item span{background:#ddf2ff;color:#2F8DF4}
html[data-theme="light"] .category-item h3{color:#111827}
html[data-theme="light"] .category-item p{color:#64748b}

/* === Brand section === */
html[data-theme="light"] .brand-section{
  background:linear-gradient(180deg,#f8fbff,rgba(221,242,255,.35));
  border-top-color:#e8edf5;
  border-bottom-color:#e8edf5;
}
html[data-theme="light"] .brand-filters{
  background:#fff;
  border-color:#e8edf5;
}
html[data-theme="light"] .brand-filters button{
  color:#475569;
}
html[data-theme="light"] .brand-filters button:hover,
html[data-theme="light"] .brand-filters button.active{
  background:#2F8DF4;
  color:#fff;
  box-shadow:0 10px 22px rgba(47,141,244,.22);
}
html[data-theme="light"] .brand-card.premium-brand{
  background:linear-gradient(145deg,#ffffff,#f5f9ff);
  border-color:#e8edf5;
  box-shadow:0 20px 55px rgba(15,23,42,.07);
}
html[data-theme="light"] .brand-glow{
  background:linear-gradient(135deg,rgba(47,141,244,.14),rgba(109,77,255,.08));
}
html[data-theme="light"] .brand-logo{
  background:linear-gradient(180deg,#fff,#f5f9ff);
  border-color:#e8edf5;
  color:#2F8DF4;
}
html[data-theme="light"] .brand-card h3{color:#111827}
html[data-theme="light"] .brand-card p{color:#64748b}
html[data-theme="light"] .brand-count{
  background:rgba(47,141,244,.08);
  color:#2F8DF4;
  border-color:rgba(47,141,244,.12);
}
html[data-theme="light"] .brand-arrow{
  background:#2F8DF4;
  color:#fff;
  box-shadow:0 10px 24px rgba(47,141,244,.20);
}
html[data-theme="light"] .brand-card:hover .brand-arrow{
  background:linear-gradient(135deg,#2F8DF4,#6D4DFF);
}

/* === Cars filter section === */
html[data-theme="light"] .prime-car-filter-section{
  background:linear-gradient(180deg,#f8fbff,rgba(255,255,255,.98));
}
html[data-theme="light"] .filters-panel{
  background:rgba(255,255,255,.96);
  border-color:#e8edf5;
}
html[data-theme="light"] .filter-field label{color:#334155}
html[data-theme="light"] .filter-field input,
html[data-theme="light"] .filter-field select{
  background:#fff;
  border-color:#e2e8f0;
  color:#111827;
}
html[data-theme="light"] .results-summary{
  background:#fff;
  border-color:#e2e8f0;
}
html[data-theme="light"] .results-summary strong{color:#2F8DF4}
html[data-theme="light"] .car-card{
  background:#fff;
  border-color:#e8edf5;
  box-shadow:0 16px 44px rgba(15,23,42,.07);
}
html[data-theme="light"] .car-card h3{color:#111827}
html[data-theme="light"] .car-meta span{background:#f1f5f9;color:#475569}
html[data-theme="light"] .car-actions .secondary{background:#eef2fa;color:#111827}
html[data-theme="light"] .empty-state{background:#fff;border-color:#e2e8f0}
html[data-theme="light"] .empty-state h3{color:#111827}

/* === Cars showcase section === */
html[data-theme="light"] .prime-cars-showcase{
  background:linear-gradient(180deg,#f8fbff,rgba(255,255,255,.98));
}
html[data-theme="light"] .showcase-header h2{color:#111827}
html[data-theme="light"] .cars-filter-card{
  background:rgba(255,255,255,.96);
  border-color:#e8edf5;
  box-shadow:0 16px 44px rgba(15,23,42,.06);
}
html[data-theme="light"] .filter-search{
  background:#fff;
  border-color:#e2e8f0;
}
html[data-theme="light"] .filter-search input{color:#111827}
html[data-theme="light"] .filter-row select{
  background:#fff;
  border-color:#e2e8f0;
  color:#111827;
}
html[data-theme="light"] .view-btn{
  background:#fff;
  border-color:#e2e8f0;
  color:#64748b;
}
html[data-theme="light"] .view-btn.active,
html[data-theme="light"] .view-btn:hover{background:#2F8DF4;color:#fff;border-color:#2F8DF4}
html[data-theme="light"] .featured-like-grid .car-card{
  background:#fff;
  border-color:#e8edf5;
}
html[data-theme="light"] .featured-like-grid .car-card h3{color:#111827}
html[data-theme="light"] .featured-like-grid .car-meta span{background:#f1f5f9;color:#475569}
html[data-theme="light"] .featured-like-grid .car-actions .secondary{background:#eef2fa;color:#111827}

/* === 3D section === */
html[data-theme="light"] .prime-3d-section{
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(221,242,255,.62));
  border-color:#e8edf5;
}
html[data-theme="light"] .prime-3d-copy h2{color:#111827}
html[data-theme="light"] .prime-3d-copy p{color:#64748b}
html[data-theme="light"] .prime-3d-btn.secondary{
  background:#fff;
  color:#111827;
  border-color:#e8edf5;
}
html[data-theme="light"] .prime-3d-stage{
  background:
    radial-gradient(circle at 50% 75%,rgba(47,141,244,.18),transparent 44%),
    linear-gradient(180deg,#f8fafc,#eaf4ff);
  border-color:#e8edf5;
}

/* === Process steps === */
html[data-theme="light"] .process-step__number{
  background:#2F8DF4;
  color:#fff;
}

/* === Stats === */
html[data-theme="light"] .stats{
  background:#f8fbff;
  border-color:#e8edf5;
}
html[data-theme="light"] .stats strong{color:#2F8DF4}
html[data-theme="light"] .stats span{color:#64748b}

/* === Listing cards (homepage) === */
html[data-theme="light"] .listing-card{
  background:#fff;
  border-color:#e8edf5;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
html[data-theme="light"] .listing-card h3{color:#111827}
html[data-theme="light"] .listing-card div{color:#64748b}

/* === Sections (promo, overview, services, featured) === */
html[data-theme="light"] .promo-card{
  background:#fff;
  border-color:#e8edf5;
}
html[data-theme="light"] .feature-list div{
  background:#f5f9ff;
  border-color:#e8edf5;
  color:#111827;
}
html[data-theme="light"] .overview-story h3,
html[data-theme="light"] .featured-editorial h3,
html[data-theme="light"] .service-card h3{color:#111827}
html[data-theme="light"] .metric-box{
  background:#f5f9ff;
  border-color:#e8edf5;
}
html[data-theme="light"] .metric-box strong{color:#111827}

/* === Configurator entry === */
html[data-theme="light"] .pc-configurator-entry{
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(221,242,255,.60));
  border-color:#e8edf5;
}
html[data-theme="light"] .pc-configurator-entry__content h2{color:#111827}

/* === Section heading count box === */
html[data-theme="light"] .section-heading__count{
  background:#fff;
  border-color:#e8edf5;
  color:#111827;
}

/* === Dark mode overrides for arrows & filters (explicit) === */
html[data-theme="dark"] .brand-filters button:hover,
html[data-theme="dark"] .brand-filters button.active{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:rgba(255,255,255,.18);
  box-shadow:0 10px 22px rgba(0,0,0,.22);
}
html[data-theme="dark"] .brand-arrow,
.dark .brand-arrow{
  background:rgba(255,255,255,.10);
  color:#fff;
  box-shadow:none;
}
html[data-theme="dark"] .brand-card:hover .brand-arrow,
.dark .brand-card:hover .brand-arrow{
  background:rgba(47,141,244,.38);
  color:#fff;
}
