﻿@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
:root{
  --bg:#F8F7F5;--surface:#FFFFFF;--surface2:#F8F7F5;--surface3:#F0EDE8;
  --accent:#1A56DB;--accent-dark:#1544B8;--accent-light:#EEF3FF;
  --text:#111111;--text-muted:#888888;--text-dim:#BBBBBB;
  --border:#E8E6E2;--border-s:#D0CEC8;
  --white:#fff;--r:6px;--r-md:8px;--r-lg:12px;
  --shadow:0 4px 24px rgba(0,0,0,.08);--tr:.15s ease;--hh:68px;--mw:1440px;
  --fb:'Plus Jakarta Sans',sans-serif;--fd:'Plus Jakarta Sans',sans-serif;
  --font-body:var(--fb);--font-heading:var(--fd);
  --text-m:var(--text-muted);--text-d:var(--text-dim);
  --border-light:var(--border);--border-strong:var(--border-s);
  --radius-sm:var(--r);--radius:var(--r-md);--radius-lg:var(--r-lg);
  --transition:var(--tr);--header-h:var(--hh);--max-w:var(--mw);
  --accent-l:var(--accent-light);--accent-d:var(--accent-dark);
  --primary:var(--accent);--primary-dark:var(--accent-dark);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--fb);background:var(--bg);color:var(--text);line-height:1.65;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:var(--fd);line-height:1.1;letter-spacing:-.03em;font-weight:800}
h1{font-size:clamp(2.75rem,5vw,4.5rem)}
h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800}
h3{font-size:1.375rem;font-weight:700}
p{line-height:1.7;font-family:var(--fb)}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
input,select,textarea{font-family:inherit;font-size:inherit}
main{flex:1}
.container{width:100%;max-width:var(--mw);margin:0 auto;padding:0 1.5rem}
@media(min-width:640px){.container{padding:0 2.5rem}}
@media(min-width:1024px){.container{padding:0 3rem}}
.section{padding:5rem 0}
@media(min-width:768px){.section{padding:6rem 0}}
.overline{display:block;font-family:var(--fb);font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:.3em;color:var(--accent);margin-bottom:.625rem}
.divider{height:1px;background:var(--border)}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-family:var(--fd);font-size:.875rem;font-weight:600;letter-spacing:-.01em;border:1.5px solid transparent;border-radius:var(--r-md);cursor:pointer;transition:all .15s;white-space:nowrap}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}
.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px)}
.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border-s)}
.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}
.btn-outline{background:transparent;color:var(--text);border-color:var(--border-s)}
.btn-outline:hover{border-color:var(--text)}
.btn-ghost{background:var(--bg);color:var(--text);border-color:var(--border)}
.btn-ghost:hover{background:var(--surface3)}
.btn svg{width:14px;height:14px;flex-shrink:0}
.btn-buy-now{display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:.7rem;padding:.875rem 1.25rem;width:100%;box-sizing:border-box;background:#1a3d27;border:1px solid #2a5a38;color:#8ecfa3;border-radius:var(--r);cursor:pointer;font-family:inherit;transition:background .2s;text-decoration:none;white-space:normal}
.btn-buy-now:hover{background:#1f4a2f;border-color:#347a47}
.btn-buy-now-icon{flex-shrink:0;width:1.75rem;height:1.75rem}
.btn-buy-now-text{display:flex;flex-direction:column;align-items:center;gap:.1rem}
.btn-buy-now-top{font-size:.8125rem;font-weight:600;letter-spacing:.04em}
.btn-buy-now-sub{font-size:.625rem;font-weight:400;opacity:.85}
.site-header{position:sticky;top:0;z-index:100;height:var(--hh);background:var(--surface);border-bottom:1px solid var(--border)}
.header-inner{height:100%;display:flex;align-items:center;gap:0}
.logo-wrap{display:flex;align-items:center;gap:.875rem;flex-shrink:0;text-decoration:none}
.logo-icon{width:36px;height:36px;background:var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-size:.875rem;font-weight:800;color:#fff;letter-spacing:.02em;flex-shrink:0;border-radius:var(--r)}
.logo{display:flex;align-items:center}
.logo img{height:34px;width:auto;object-fit:contain}
.logo-text{font-family:var(--fd);font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}
.nav-desktop{display:none;align-items:center;margin-left:2.5rem}
@media(min-width:960px){.nav-desktop{display:flex}}
.nav-desktop a{padding:0 1rem;font-family:var(--fd);font-size:.8125rem;font-weight:500;color:var(--text-muted);transition:color .15s;height:var(--hh);display:flex;align-items:center;border-radius:var(--r)}
.nav-desktop a:hover,.nav-desktop a.active{color:var(--accent)}
.header-actions{display:none;align-items:center;gap:1.25rem;margin-left:auto}
@media(min-width:960px){.header-actions{display:flex}}
.header-phone{font-family:var(--fd);font-size:.875rem;font-weight:600;color:var(--text);text-decoration:none;transition:color .15s}
.header-phone:hover{color:var(--accent)}
.menu-toggle{margin-left:auto;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-muted);transition:color .2s}
@media(min-width:960px){.menu-toggle{display:none}}
.menu-toggle svg{width:22px;height:22px}
.menu-toggle .icon-close{display:none}
.nav-mobile{display:none;flex-direction:column;position:absolute;top:var(--hh);left:0;right:0;z-index:99;background:var(--surface);border-bottom:2px solid var(--accent);padding:.5rem 0 1.25rem}
.nav-mobile.open{display:flex}
.nav-mobile a{padding:.875rem 2rem;font-family:var(--fb);font-size:.5625rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:rgba(232,226,213,.5);border-bottom:1px solid var(--border);transition:color .2s}
.nav-mobile a:hover{color:var(--accent)}
.nav-mobile .mobile-actions{padding:1rem 2rem 0;display:flex;flex-direction:column;gap:.625rem}
.site-footer{background:var(--text);border-top:1px solid var(--border)}
.footer-cta{background:var(--accent);padding:3rem 0;text-align:center}
.footer-cta h2{font-family:var(--fd);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#fff;margin-bottom:.75rem}
.footer-cta p{color:rgba(255,255,255,.8);max-width:32rem;margin:0 auto 1.75rem;font-family:var(--fb)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 0 2.5rem}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.footer-brand img{height:32px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1) opacity(.6)}
.footer-brand .logo-text{margin-bottom:1rem;display:block;font-size:1.25rem}
.footer-brand p{font-size:.8125rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem;font-family:var(--fb)}
.social-links{display:flex;gap:.5rem}
.social-link{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-s);border-radius:var(--r);color:var(--text-muted);transition:all .2s}
.social-link:hover{border-color:var(--accent);color:var(--accent)}
.social-link svg{width:13px;height:13px}
.footer-col h4{font-family:var(--fb);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.5);margin-bottom:1.125rem}
.footer-col nav{display:flex;flex-direction:column;gap:.625rem}
.footer-col nav a{font-size:.8125rem;color:var(--text-dim);transition:color .2s;font-family:var(--fb)}
.footer-col nav a:hover{color:var(--accent)}
.hours-list{display:flex;flex-direction:column;gap:.5rem}
.hours-row{display:flex;justify-content:space-between;font-size:.8125rem;font-family:var(--fb)}
.hours-row .day{color:var(--text-dim)}
.hours-row .time{color:var(--text-muted)}
.footer-bottom{border-top:1px solid var(--border);padding:1.125rem 0;display:flex;flex-direction:column;gap:.625rem;font-size:.625rem;letter-spacing:.1em;color:var(--text-dim);font-family:var(--fd)}
.footer-bottom a{color:var(--text-dim);transition:color .2s}
.footer-bottom a:hover{color:var(--accent)}
.footer-bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap}
@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-family:var(--fd);font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:1.5rem}
.breadcrumb a{transition:color .2s}
.breadcrumb a:hover{color:var(--accent)}
.breadcrumb-sep{width:12px;height:12px;flex-shrink:0}
.breadcrumb-current{color:var(--text-muted)}
.modal-overlay{display:none;position:fixed;inset:0;z-index:200;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}
.modal-overlay.open{display:flex}
.modal-name-phone-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}
@media(min-width:480px){.modal-name-phone-row{grid-template-columns:1fr 1fr}}
.modal{background:var(--surface);border:1px solid var(--border-s);border-top:2px solid var(--accent);border-radius:var(--r);padding:2rem;width:100%;max-width:32rem;position:relative;max-height:90vh;overflow-y:auto;animation:modal-in .2s ease-out}
@keyframes modal-in{from{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
.modal-close{position:absolute;top:1rem;right:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .2s;border-radius:var(--r)}
.modal-close:hover{color:var(--accent)}
.modal-close svg{width:16px;height:16px}
.modal-icon{width:2.25rem;height:2.25rem;background:var(--accent-light);border-radius:var(--r);display:flex;align-items:center;justify-content:center;color:var(--accent);margin:0 auto 1rem}
.modal-icon svg{width:1rem;height:1rem}
.modal h3{font-family:var(--fd);font-size:1.75rem;font-weight:300;color:var(--text);margin-bottom:.375rem;letter-spacing:-.01em}
.modal .modal-sub{color:var(--text-muted);font-size:.875rem;margin-bottom:1.5rem;font-family:var(--fb)}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.modal .form-group{margin-bottom:1rem}
.modal .form-group label{display:block;font-family:var(--fd);font-size:.5625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}
.modal .form-group input,.modal .form-group select,.modal .form-group textarea{width:100%;border:1px solid var(--border-s);border-radius:var(--r);padding:.65rem .875rem;font-size:.875rem;color:var(--text);background:var(--surface2);outline:none;transition:border-color .2s;box-sizing:border-box;font-family:var(--fb)}
.modal .form-group input::placeholder,.modal .form-group textarea::placeholder{color:var(--text-dim)}
.modal .form-group input:focus,.modal .form-group select:focus,.modal .form-group textarea:focus{border-color:var(--accent)}
.modal .form-group textarea{resize:vertical;min-height:100px}
.phone-input-wrap{display:flex;border:1px solid var(--border-s);border-radius:var(--r);overflow:hidden;transition:border-color .2s}
.phone-input-wrap:focus-within{border-color:var(--accent)}
.phone-prefix{display:flex;align-items:center;gap:.375rem;padding:.65rem .75rem;border-right:1px solid var(--border-s);background:var(--surface3);font-size:.8125rem;font-weight:500;color:var(--text-muted);white-space:nowrap;flex-shrink:0}
.phone-input-wrap input{border:none!important;border-radius:0!important;box-shadow:none!important;flex:1;min-width:0;background:var(--surface2)!important}
.phone-input-wrap input:focus{border:none!important;box-shadow:none!important;outline:none}
.modal .form-submit{margin-top:1.25rem}
.modal-submit-btn{width:100%;padding:.875rem;background:var(--accent);color:var(--bg);border:none;border-radius:var(--r);font-family:var(--fb);font-size:.5625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .2s}
.modal-submit-btn:hover{background:var(--accent-dark)}
.vehicle-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);overflow:hidden;text-decoration:none;color:inherit;transition:background .2s,border-color .2s;position:relative;border-radius:var(--r)}
.vehicle-card:hover{background:var(--surface2);border-color:var(--border-s)}
.vehicle-card:hover .vehicle-card-img img{transform:scale(1.05)}
.vehicle-card-img{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--surface3)}
.vehicle-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;filter:brightness(.85)}
.vehicle-card-img::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(15,15,15,.65) 0%,transparent 45%)}
.card-year-badge{position:absolute;top:.75rem;left:.75rem;background:var(--accent);color:#fff;font-family:var(--fd);font-size:.5rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:.2rem .6rem;border-radius:var(--r);pointer-events:none}
.reserved-badge{position:absolute;bottom:.75rem;left:.75rem;background:rgba(15,15,15,.85);border:1px solid var(--border-s);color:var(--text-muted);font-family:var(--fd);font-size:.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.2rem .6rem;border-radius:var(--r);pointer-events:none}
.discount-badge{position:absolute;top:.75rem;right:.75rem;background:var(--accent);color:#fff;font-family:var(--fd);font-size:.5rem;font-weight:700;padding:.2rem .55rem;border-radius:var(--r);pointer-events:none}
.card-hover-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s;pointer-events:none}
.vehicle-card:hover .card-hover-line{transform:scaleX(1)}
.vehicle-card-body{padding:1rem 1.125rem 1.125rem;flex:1;display:flex;flex-direction:column;gap:.375rem}
.vehicle-card-body h3{font-family:var(--fd);font-size:1.375rem;font-weight:300;color:var(--text);line-height:1.1;letter-spacing:-.01em}
.vehicle-price{font-family:var(--fd);font-size:1.25rem;font-weight:700;color:var(--text);padding-top:.75rem;border-top:1px solid var(--border);margin-top:auto}
.vehicle-price .price-original{font-size:.75rem;font-weight:400;color:var(--text-dim);text-decoration:line-through;display:block;margin-bottom:.1rem}
.vehicle-price.contact{font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:none}
.card-specs-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.6875rem;color:var(--text-dim);font-family:var(--fb)}
.card-spec{display:flex;align-items:center;gap:.2rem}
.card-spec svg{width:10px;height:10px;flex-shrink:0}
.card-spec-dot{width:2px;height:2px;border-radius:50%;background:var(--text-dim);flex-shrink:0}
.vehicles-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;background:transparent}
@media(min-width:600px){.vehicles-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.vehicles-grid{grid-template-columns:repeat(3,1fr)}}
.inv-list .vehicles-grid{display:flex;flex-direction:column;gap:0;background:transparent}
.inv-list .vehicles-grid .vehicle-card{display:grid;grid-template-columns:220px 1fr;border-radius:0;background:var(--surface);border-bottom:1px solid var(--border)}
.inv-list .vehicles-grid .vehicle-card:last-child{border-bottom:none}
.inv-list .vehicles-grid .vehicle-card:hover{background:var(--surface2)}
.inv-list .vehicles-grid .vehicle-card-img{aspect-ratio:unset;height:100%;min-height:150px}
.inv-list .vehicles-grid .vehicle-card-body{padding:1.25rem 1.75rem;gap:.5rem}
.inv-list .vehicles-grid .vehicle-card-body h3{font-size:1.25rem}
.inv-list .vehicles-grid .vehicle-price{border-top:none;padding-top:0;margin-top:0;font-size:1.25rem}
.inv-list .vehicles-grid .card-hover-line{display:none}
.inv-list-cta{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--fd);font-size:.5625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);transition:gap .2s;margin-top:.5rem}
.vehicle-card:hover .inv-list-cta{gap:.625rem}
.inv-list-cta svg{width:12px;height:12px}
@media(max-width:600px){.inv-list .vehicles-grid .vehicle-card{grid-template-columns:1fr}.inv-list .vehicles-grid .vehicle-card-img{aspect-ratio:4/3;height:auto;min-height:unset}}
.form-card{background:var(--surface);border:1px solid var(--border);border-top:2px solid var(--accent);border-radius:var(--r);padding:2rem}
@media(min-width:640px){.form-card{padding:2.5rem}}
.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}
.form-section:last-of-type{border-bottom:none;margin-bottom:0}
.form-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}
.form-icon{width:36px;height:36px;border-radius:var(--r);background:var(--accent-light);display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}
.form-icon svg{width:17px;height:17px}
.form-section-header h3{font-family:var(--fd);font-size:1.25rem;font-weight:700;text-transform:uppercase;color:var(--text)}
.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:480px){.form-grid{grid-template-columns:repeat(2,1fr)}}
.form-group{display:flex;flex-direction:column;gap:.375rem}
.form-group.full{grid-column:1/-1}
.form-group label{font-family:var(--fd);font-size:.5625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}
.form-group label.required::after{content:' *';color:var(--accent)}
.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid var(--border-s);border-radius:var(--r);padding:.65rem .875rem;font-size:.875rem;color:var(--text);background:var(--surface2);transition:border-color .2s;outline:none;font-family:var(--fb)}
.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-dim)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent)}
.form-group select{appearance:none;cursor:pointer}
.form-group textarea{resize:vertical;min-height:100px}
.form-hint{font-size:.625rem;color:var(--text-dim);display:flex;align-items:center;gap:.25rem;font-family:var(--fb)}
.form-hint svg{width:11px;height:11px}
.form-submit{margin-top:2rem;text-align:center}
.btn-submit{width:100%;justify-content:center;padding:.875rem 2rem;font-size:.875rem}
@media(min-width:480px){.btn-submit{width:auto;min-width:200px}}
.page-hero{padding:3.5rem 0 3rem;background:var(--surface);border-bottom:1px solid var(--border)}
.page-hero h1{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:300}
.page-hero p{color:var(--text-muted);font-size:1rem;max-width:40rem;font-family:var(--fb)}
.badge{display:inline-block;padding:.175rem .55rem;border-radius:var(--r);font-family:var(--fd);font-size:.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.badge-accent{background:var(--accent-light);color:var(--accent);border:1px solid rgba(232,93,4,.25)}
.badge-primary{background:var(--accent-light);color:var(--accent)}
.badge-green{background:rgba(34,197,94,.1);color:#4ade80}
.badge-gray{background:var(--surface2);color:var(--text-muted)}
.section-heading{margin-bottom:3rem}
.section-heading .label{display:block;font-family:var(--fd);font-size:.625rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}
.section-heading h2{color:var(--text)}
.section-heading p{color:var(--text-muted);max-width:36rem;margin-top:.75rem;font-family:var(--fb)}
.flash-messages{position:fixed;top:calc(var(--hh) + 1rem);right:1.5rem;z-index:500;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}
.flash-msg{padding:.75rem 1.25rem;border-radius:var(--r);font-family:var(--fb);font-size:.8125rem;pointer-events:all;max-width:320px;border:1px solid var(--border-s);background:var(--surface);color:var(--text)}
.flash-msg.success{background:rgba(74,222,128,.1);border-color:rgba(74,222,128,.3);color:#4ade80}
.flash-msg.error{background:rgba(248,113,113,.1);border-color:rgba(248,113,113,.3);color:#f87171}
.hide-mobile{display:none}
@media(min-width:768px){.hide-mobile{display:initial}.hide-desktop{display:none}}
