:root{
  --navy:#102A43; --navy-2:#0B1F33; --teal:#00A676; --teal-dark:#008A63; --orange:#F77F00;
  --slate:#1F2933; --muted:#607080; --soft:#F5F7FA; --white:#fff; --line:#E5EAF0;
  --shadow:0 18px 50px rgba(16,42,67,.14); --radius:22px; --radius-sm:14px;
  --heading:'Montserrat','Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --body:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--body);color:var(--slate);background:var(--white);line-height:1.65;font-size:16px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}h1,h2,h3,h4{font-family:var(--heading);color:var(--navy);line-height:1.08;margin:0 0 1rem;letter-spacing:-.02em}h1{font-size:clamp(2.25rem,5vw,4.75rem);font-weight:900}h2{font-size:clamp(1.7rem,3vw,2.65rem);font-weight:850}h3{font-size:1.15rem;font-weight:800}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.center{text-align:center}.section{padding:78px 0}.section-head{max-width:780px;margin:0 auto 38px}.section-head p{color:var(--muted);font-size:1.05rem}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.8rem;color:var(--teal);font-size:.78rem;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.svg-icon{display:inline-flex;align-items:center;justify-content:center;width:1.35em;height:1.35em}.svg-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:12px;padding:.9rem 1.3rem;font-weight:900;font-family:var(--heading);font-size:.9rem;letter-spacing:.02em;transition:.2s ease;border:2px solid transparent}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 10px 22px rgba(0,166,118,.24)}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--navy);border-color:#C9D4DE}.btn-secondary:hover{border-color:var(--teal);color:var(--teal)}.btn-light{background:#fff;color:var(--navy)}
.top-bar{background:var(--navy-2);color:#E8F0F7;font-size:.84rem}.top-bar-inner{min-height:34px;display:flex;align-items:center;gap:1.25rem;justify-content:space-between}.top-bar a,.top-bar span{display:inline-flex;align-items:center;gap:.4rem}.top-socials{margin-left:auto;display:flex;gap:1rem}.main-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;box-shadow:0 4px 20px rgba(16,42,67,.04)}.header-inner{min-height:76px;display:flex;align-items:center;gap:1.3rem}.site-logo{display:flex;align-items:center;flex:0 0 auto}.site-logo img,.custom-logo-img{width:auto;max-width:180px;max-height:54px;object-fit:contain}.primary-nav{margin-left:auto}.menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.35rem}.menu a{display:block;padding:.82rem .72rem;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:var(--navy)}.menu a:hover{color:var(--teal)}.header-cta{display:inline-flex;background:var(--teal);color:#fff;font-weight:900;border-radius:12px;padding:.83rem 1.15rem;font-size:.85rem}.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:12px;margin-left:auto}.menu-toggle span:not(.screen-reader-text){display:block;width:21px;height:2px;background:var(--navy);margin:4px auto;border-radius:2px}.site-main{overflow:hidden}
.refined-hero{position:relative;background:linear-gradient(135deg,#fff 0%,#fff 58%,#EFF8F6 58%,#F5F7FA 100%);padding:72px 0 26px;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,0.95fr);gap:58px;align-items:center}.hero-copy h1 span{color:var(--teal);display:block}.hero-lead{font-size:1.12rem;color:#405363;max-width:650px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin:2rem 0 1.5rem}.hero-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 34px rgba(16,42,67,.08);overflow:hidden;max-width:780px}.hero-trust-strip span{padding:1rem .9rem;font-size:.82rem;font-weight:850;color:var(--navy);border-right:1px solid var(--line);text-align:center}.hero-trust-strip span:last-child{border-right:0}.hero-visual-card{position:relative;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:var(--navy);min-height:430px}.hero-visual-card img{width:100%;height:100%;min-height:430px;object-fit:cover}.hero-visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,42,67,0) 40%,rgba(16,42,67,.78) 100%)}.hero-visual-panel{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;background:rgba(255,255,255,.96);border-radius:18px;padding:1.1rem 1.25rem;box-shadow:0 14px 35px rgba(0,0,0,.18)}.hero-visual-panel strong{display:block;font-family:var(--heading);color:var(--navy);font-size:1.2rem}.hero-visual-panel span{color:var(--muted);font-weight:700}.quick-service-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.quick-service-row a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem;display:flex;align-items:center;gap:.75rem;font-weight:900;color:var(--navy);box-shadow:0 8px 28px rgba(16,42,67,.06)}.quick-service-row a .svg-icon{color:var(--teal);font-size:1.5rem}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.4rem;box-shadow:0 10px 32px rgba(16,42,67,.06);transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-card .svg-icon{color:var(--teal);font-size:2.35rem;margin-bottom:1rem}.service-card p{color:var(--muted);font-size:.95rem}.service-card a{font-weight:900;color:var(--teal)}.about-home-section{background:var(--soft)}.about-home-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.about-home-copy,.why-panel{background:#fff;border-radius:var(--radius);padding:2.2rem;box-shadow:0 12px 34px rgba(16,42,67,.07)}.about-home-image{border-radius:var(--radius);overflow:hidden;min-height:100%;box-shadow:var(--shadow)}.about-home-image img{height:100%;width:100%;object-fit:cover}.why-panel{grid-column:2;grid-row:1 / span 2;background:var(--navy);color:#DDEAF2}.why-panel h2,.why-panel h3{color:#fff}.why-panel .eyebrow{color:#77E4C9}.why-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.why-item .svg-icon{color:var(--teal);font-size:1.7rem;flex:0 0 auto}.why-item p{color:#C6D4DE;font-size:.95rem}.check-list{padding:0;margin:1rem 0 1.5rem;list-style:none}.check-list li{position:relative;padding-left:1.7rem;margin:.55rem 0}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--teal);font-weight:900}.review-section{background:#fff}.reviews-widget-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.8rem;display:grid;grid-template-columns:260px 1fr auto;gap:1.4rem;align-items:center}.reviews-badge{display:flex;flex-direction:column;gap:.2rem;color:var(--navy)}.reviews-badge .svg-icon{font-size:2rem;color:var(--teal)}.reviews-badge strong{font-size:1.15rem;font-family:var(--heading)}.reviews-badge span{color:var(--muted)}.reviews-widget-area{background:var(--soft);border-radius:16px;padding:1.3rem;color:var(--muted)}.reviews-actions{display:flex;flex-direction:column;gap:.8rem}.car-sales-feature{background:linear-gradient(135deg,var(--navy),#092036);color:#fff}.car-sales-feature h2,.car-sales-feature .eyebrow{color:#fff}.car-sales-feature p{color:#DDEAF2}.car-sales-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.car-sales-grid img{border-radius:var(--radius);box-shadow:0 16px 42px rgba(0,0,0,.28)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-grid figure{margin:0;position:relative;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(16,42,67,.1)}.gallery-grid img{height:210px;width:100%;object-fit:cover}.gallery-grid figcaption{position:absolute;left:12px;bottom:12px;background:rgba(16,42,67,.86);color:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:800}.gallery-filter-row{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.2rem}.gallery-filter-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.45rem .85rem;font-weight:800;color:var(--navy)}.contact-strip{background:var(--navy);color:#DCEAF2;padding:42px 0}.contact-strip h2{color:#fff}.contact-strip-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr auto;gap:22px;align-items:center}.contact-item{display:flex;flex-direction:column;gap:.25rem}.contact-item .svg-icon{color:var(--teal);font-size:1.6rem}.contact-item strong{color:#fff}.strip-buttons,.cta-actions{display:flex;gap:.8rem;flex-wrap:wrap}.site-footer{background:#071D30;color:#CAD8E2;padding:64px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr 1.1fr;gap:34px}.footer-brand img{max-width:210px;margin-bottom:1rem;filter:brightness(0) invert(1)}.site-footer h2{font-size:1rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.footer-menu,.footer-list{list-style:none;margin:0;padding:0}.footer-menu li,.footer-list li{margin:.45rem 0}.site-footer a{color:#EAF2F8}.site-footer a:hover{color:#7BE5CB}.contact-list .svg-icon{color:var(--teal);margin-right:.35rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:.85rem;color:#AAB9C5}.sticky-whatsapp{position:fixed;right:18px;bottom:18px;z-index:99;background:var(--teal);color:#fff;border-radius:999px;padding:.9rem 1.15rem;font-weight:900;box-shadow:0 14px 32px rgba(0,166,118,.35)}
.page-hero{background:linear-gradient(135deg,#fff 0%,#F3FAF8 100%);padding:62px 0;border-bottom:1px solid var(--line)}.page-hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:44px;align-items:center}.page-hero-copy p{font-size:1.08rem;color:var(--muted);max-width:680px}.page-hero-graphic{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:var(--navy)}.page-hero-graphic img{height:360px;width:100%;object-fit:cover;opacity:.9}.page-hero-chips{position:absolute;left:18px;right:18px;bottom:18px;display:flex;gap:.55rem;flex-wrap:wrap}.page-hero-chips span{background:rgba(255,255,255,.95);color:var(--navy);font-weight:900;border-radius:999px;padding:.45rem .75rem;font-size:.78rem}.page-content-wrap{padding:68px 0}.page-content-inner{max-width:1120px}.content-section{margin-bottom:42px}.lead-section{max-width:850px}.split-content{display:grid;grid-template-columns:1fr 1fr;gap:28px}.split-content>div,.highlight-panel,.stock-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:0 10px 30px rgba(16,42,67,.06)}.highlight-panel{background:var(--soft)}.trust-grid,.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-grid div,.contact-cards div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.25rem;box-shadow:0 8px 24px rgba(16,42,67,.06)}.trust-grid .svg-icon,.contact-cards .svg-icon{color:var(--teal);font-size:2rem}.trust-grid strong{display:block;color:var(--navy);font-family:var(--heading)}.trust-grid span{color:var(--muted);font-size:.92rem}.mini-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mini-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.mini-card .svg-icon{color:var(--teal);font-size:2rem}.faq-section details{border:1px solid var(--line);border-radius:14px;padding:1rem 1.15rem;margin:.75rem 0;background:#fff}.faq-section summary{font-weight:900;color:var(--navy);cursor:pointer}.cta-band{background:linear-gradient(135deg,var(--navy),#092036);color:#DCEAF2;border-radius:var(--radius);padding:2rem;display:flex;justify-content:space-between;gap:24px;align-items:center}.cta-band h2{color:#fff}.inline-cta{margin-top:42px}.map-embed{border-radius:var(--radius);overflow:hidden;min-height:420px;box-shadow:var(--shadow);border:1px solid var(--line)}.map-embed iframe{border:0;width:100%;height:420px;display:block}.quote-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:0 10px 30px rgba(16,42,67,.06)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{font-weight:800;color:var(--navy);font-size:.9rem}.form-grid input,.form-grid select,.form-grid textarea{width:100%;margin-top:.35rem;border:1px solid #CBD5DF;border-radius:12px;padding:.9rem;font:inherit}.form-grid .full{grid-column:1/-1}.consent{display:flex;align-items:flex-start;gap:.6rem}.consent input{width:auto;margin-top:.25rem}.hp-field{position:absolute;left:-9999px}.form-note{color:var(--muted);font-size:.92rem}.form-notice{border-radius:12px;padding:.9rem 1rem;margin-bottom:1rem;font-weight:800}.form-notice.success{background:#E9F8F2;color:#056042}.form-notice.error{background:#FEF1F1;color:#8A1F1F}.stock-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.stock-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stock-grid article{background:var(--soft);border-radius:18px;overflow:hidden}.stock-grid img{height:180px;width:100%;object-fit:cover}.stock-grid h4,.stock-grid p{padding:0 1rem}.stock-grid h4{margin-top:1rem;color:var(--navy)}.archive-card{border-bottom:1px solid var(--line);padding:1.5rem 0}
@media (max-width:1024px){.hero-grid,.page-hero-grid,.about-home-grid,.car-sales-grid{grid-template-columns:1fr}.why-panel{grid-column:auto;grid-row:auto}.services-grid{grid-template-columns:repeat(2,1fr)}.reviews-widget-box{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.contact-strip-grid,.footer-grid{grid-template-columns:1fr 1fr}.trust-grid,.contact-cards{grid-template-columns:repeat(2,1fr)}.site-logo img,.custom-logo-img{max-width:155px;max-height:48px}.primary-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 30px rgba(16,42,67,.1);padding:1rem 18px}.primary-nav.is-open{display:block}.menu{display:block}.menu a{padding:1rem;border-bottom:1px solid var(--line)}.menu-toggle{display:block}.header-cta{display:none}.top-bar-inner{justify-content:center;flex-wrap:wrap;padding:.4rem 0}.top-socials{margin-left:0}}
@media (max-width:720px){body{font-size:15px}.container{width:min(100% - 28px,1180px)}.section{padding:54px 0}.refined-hero{padding:48px 0 22px}.hero-grid{gap:32px}.hero-visual-card,.hero-visual-card img{min-height:300px}.hero-trust-strip,.quick-service-row,.services-grid,.split-content,.mini-card-grid,.stock-panel,.stock-grid,.trust-grid,.contact-cards,.gallery-grid,.contact-strip-grid,.footer-grid{grid-template-columns:1fr}.hero-trust-strip span{border-right:0;border-bottom:1px solid var(--line)}.hero-trust-strip span:last-child{border-bottom:0}.hero-actions,.compact-actions,.cta-band{align-items:stretch;flex-direction:column}.btn{width:100%}.page-hero{padding:42px 0}.page-hero-graphic img{height:260px}.reviews-actions{flex-direction:column}.footer-bottom{flex-direction:column}.site-logo img,.custom-logo-img{max-width:135px;max-height:42px}.main-header{top:0}.header-inner{min-height:66px}.sticky-whatsapp{left:14px;right:14px;text-align:center;justify-content:center;display:flex}.page-content-wrap{padding:48px 0}.quote-form{padding:1.3rem}.form-grid{grid-template-columns:1fr}.top-bar{display:none}}

/* v3.2.0 polish: image quality, professional hero control, cleaner cards */
img{max-width:100%;height:auto}.site-logo img,.custom-logo-img{object-fit:contain;image-rendering:auto}.home-hero.refined-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffff 0%,#f7fbfd 50%,#eefaf6 100%);padding:74px 0 32px}.home-hero.refined-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 86% 20%,rgba(0,166,118,.13),transparent 34%),radial-gradient(circle at 10% 80%,rgba(247,127,0,.08),transparent 28%);pointer-events:none}.hero-grid{position:relative;z-index:1;align-items:center;gap:58px}.hero-copy{max-width:680px}.hero-copy h1{letter-spacing:-.055em;line-height:1.02}.hero-copy h1 span{display:inline;color:var(--teal)}.hero-lead{max-width:635px}.hero-actions{margin-top:1.7rem}.hero-trust-strip{margin-top:1.65rem;border:1px solid rgba(16,42,67,.09);box-shadow:0 18px 50px rgba(16,42,67,.08);background:rgba(255,255,255,.88);backdrop-filter:blur(10px)}.hero-trust-strip span{font-size:.89rem}.hero-visual-card{background:#fff;border-radius:32px;padding:12px;border:1px solid rgba(16,42,67,.08);box-shadow:0 28px 80px rgba(16,42,67,.18);min-height:auto}.hero-visual-card:before{content:"";position:absolute;inset:-18px;border-radius:42px;background:linear-gradient(135deg,rgba(0,166,118,.18),rgba(247,127,0,.12));z-index:-1;filter:blur(14px)}.hero-visual-card img{border-radius:24px;display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center;min-height:0}.hero-visual-panel{left:28px;right:28px;bottom:28px;border:1px solid rgba(255,255,255,.18);background:rgba(7,29,48,.82);backdrop-filter:blur(10px);border-radius:18px;padding:1rem 1.15rem}.quick-service-row{position:relative;z-index:2;margin-top:28px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(16,42,67,.07);border-radius:22px;padding:.8rem}.quick-service-row a{border:0;background:var(--soft);box-shadow:none}.quick-service-row a:hover{background:#eaf8f3;transform:translateY(-2px)}
.page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#F4FAF8 55%,#ECF7F4 100%);padding:72px 0}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 20%,rgba(0,166,118,.14),transparent 36%);pointer-events:none}.page-hero-grid{position:relative;z-index:1;gap:56px}.page-hero-copy h1{letter-spacing:-.045em}.page-hero-graphic{border:12px solid #fff;border-radius:32px;box-shadow:0 26px 70px rgba(16,42,67,.16);background:#fff}.page-hero-graphic img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center}.page-hero-chips{bottom:20px;left:20px;right:20px}.page-hero-chips span{box-shadow:0 10px 24px rgba(16,42,67,.12)}
.service-card,.mini-card,.trust-grid div,.contact-cards div,.split-content>div,.highlight-panel,.stock-panel,.quote-form{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service-card:hover,.mini-card:hover,.trust-grid div:hover,.contact-cards div:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(16,42,67,.1);border-color:rgba(0,166,118,.28)}.service-card p,.mini-card p,.trust-grid span{line-height:1.65}.gallery-grid figure{background:#fff;border:1px solid var(--line)}.gallery-grid img,.stock-grid img,.car-sales-grid img,.about-home-image img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center}.about-home-image img{height:100%;min-height:430px}.stock-grid img{aspect-ratio:16/10;height:auto}.gallery-grid img{aspect-ratio:4/3;height:auto}.car-sales-grid img{border:12px solid rgba(255,255,255,.12)}
.btn:focus-visible,.menu a:focus-visible,.header-cta:focus-visible,.sticky-whatsapp:focus-visible{outline:3px solid rgba(247,127,0,.65);outline-offset:4px}.quote-form input:focus,.quote-form textarea:focus,.quote-form select:focus{outline:3px solid rgba(0,166,118,.18);border-color:var(--teal)}
@media (max-width:1024px){.home-hero.refined-hero{padding:56px 0 26px}.hero-grid,.page-hero-grid{gap:36px}.hero-visual-card img,.page-hero-graphic img{aspect-ratio:16/11}.quick-service-row{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){.home-hero.refined-hero{padding:40px 0 20px}.hero-copy h1{font-size:clamp(2.25rem,13vw,3.2rem)}.hero-visual-card{border-radius:24px;padding:8px}.hero-visual-card img,.page-hero-graphic img{aspect-ratio:4/3}.hero-visual-panel{position:static;margin-top:8px;background:var(--navy)}.quick-service-row{grid-template-columns:1fr}.page-hero{padding:44px 0}.page-hero-graphic{border-width:8px;border-radius:24px}.about-home-image img{min-height:280px}.gallery-grid img,.stock-grid img{aspect-ratio:16/11}}

/* v3.5.0 — real image-led visual refinement */
.home-hero.refined-hero{
  background:linear-gradient(135deg,#ffffff 0%,#ffffff 54%,#eefaf6 100%);
  padding:82px 0 34px;
}
.home-hero.refined-hero:before{
  background:radial-gradient(circle at 78% 18%,rgba(0,166,118,.16),transparent 32%),radial-gradient(circle at 12% 85%,rgba(16,42,67,.07),transparent 30%);
}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(460px,.95fr);gap:64px;}
.hero-copy h1{font-size:clamp(3rem,5vw,5.7rem);max-width:780px;}
.hero-lead{font-size:1.16rem;line-height:1.75;}
.hero-visual-card{padding:10px;border-radius:34px;box-shadow:0 34px 90px rgba(16,42,67,.20);}
.hero-visual-card img{aspect-ratio:16/10.2;object-position:center center;border-radius:26px;filter:saturate(1.03) contrast(1.03);}
.hero-visual-card:after{content:"";position:absolute;inset:10px;border-radius:26px;background:linear-gradient(90deg,rgba(16,42,67,.22) 0%,rgba(16,42,67,.05) 45%,rgba(16,42,67,0) 100%),linear-gradient(180deg,rgba(16,42,67,0) 45%,rgba(16,42,67,.65) 100%);pointer-events:none;}
.hero-visual-panel{background:rgba(7,29,48,.88);color:#fff;}
.hero-visual-panel strong,.hero-visual-panel span{color:#fff;}
.hero-trust-strip{grid-template-columns:repeat(4,minmax(0,1fr));}
.hero-trust-strip span{display:flex;align-items:center;justify-content:center;min-height:56px;}
.page-hero{background:linear-gradient(135deg,#fff 0%,#f8fcfb 58%,#eefaf6 100%);}
.page-hero-grid{grid-template-columns:minmax(0,1fr) minmax(430px,.88fr);}
.page-hero-graphic{border:10px solid #fff;border-radius:34px;overflow:hidden;}
.page-hero-graphic img{aspect-ratio:16/9.6;min-height:360px;object-fit:cover;filter:saturate(1.02) contrast(1.02);}
.page-hero-graphic:after{content:"";position:absolute;inset:10px;border-radius:24px;background:linear-gradient(180deg,rgba(16,42,67,0) 42%,rgba(16,42,67,.60) 100%);pointer-events:none;}
.page-hero-chips{z-index:2;}
.page-hero-about .page-hero-graphic img{object-position:center center;}
.page-hero-services .page-hero-graphic img{object-position:center center;}
.page-hero-car-sales .page-hero-graphic img{object-position:center center;}
.page-hero-contact .page-hero-graphic img{object-position:center center;}
.page-hero-gallery .page-hero-graphic img{object-position:center center;}
.page-hero-reviews .page-hero-graphic img{object-position:center center;}
.page-hero-brake-repairs-liverpool .page-hero-graphic img,.page-hero-suspension-repairs-liverpool .page-hero-graphic img,.page-hero-exhaust-repairs-liverpool .page-hero-graphic img,.page-hero-clutch-repairs-liverpool .page-hero-graphic img{object-position:center center;}
.page-hero-oil-leak-repair-liverpool .page-hero-graphic img,.page-hero-engine-diagnostics-liverpool .page-hero-graphic img,.page-hero-battery-replacement-liverpool .page-hero-graphic img{object-position:center center;}
.about-home-image img,.car-sales-grid img,.gallery-grid img,.stock-grid img{filter:saturate(1.02) contrast(1.02);}
.about-home-image{border:10px solid #fff;background:#fff;}
.car-sales-grid img{aspect-ratio:16/9;object-fit:cover;object-position:center;border:10px solid rgba(255,255,255,.10);}
.stock-grid img{aspect-ratio:16/10;object-fit:cover;object-position:center;}
.gallery-grid img{aspect-ratio:16/11;object-fit:cover;object-position:center;}
.enhanced-gallery figure:first-child{grid-column:span 2;}
.enhanced-gallery figure:first-child img{height:320px;}
.service-card{position:relative;overflow:hidden;}
.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--teal),rgba(247,127,0,.8));opacity:.88;}
@media (max-width:1024px){
  .hero-grid,.page-hero-grid{grid-template-columns:1fr;gap:38px;}
  .page-hero-graphic img{min-height:300px;}
  .enhanced-gallery figure:first-child{grid-column:auto;}
}
@media (max-width:720px){
  .home-hero.refined-hero{padding:44px 0 22px;}
  .hero-copy h1{font-size:clamp(2.25rem,12vw,3.35rem);}
  .hero-visual-card img,.page-hero-graphic img{aspect-ratio:4/3;min-height:260px;}
  .hero-visual-card:after,.page-hero-graphic:after{inset:8px;border-radius:18px;}
  .hero-trust-strip{grid-template-columns:1fr;}
  .page-hero-grid{gap:28px;}
  .enhanced-gallery figure:first-child img{height:220px;}
}

/* v3.6.0 — precise homepage hero typography + image ratio refinement only */
.home-hero.refined-hero{
  padding:64px 0 30px;
}
.home-hero .hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.92fr);
  gap:52px;
}
.home-hero .hero-copy{
  max-width:640px;
}
.home-hero .hero-copy h1{
  font-size:clamp(2.55rem,3.65vw,4.15rem);
  line-height:1.06;
  letter-spacing:-.04em;
  max-width:660px;
  margin-bottom:1.1rem;
}
.home-hero .hero-lead{
  font-size:1.06rem;
  line-height:1.7;
  max-width:590px;
}
.home-hero .hero-actions{
  margin:1.55rem 0 1.2rem;
}
.home-hero .hero-trust-strip{
  max-width:640px;
  margin-top:1.35rem;
  border-radius:16px;
}
.home-hero .hero-trust-strip span{
  min-height:50px;
  padding:.78rem .7rem;
  font-size:.8rem;
  line-height:1.25;
}
.home-hero .hero-visual-card{
  width:100%;
  max-width:610px;
  justify-self:end;
  padding:9px;
  border-radius:28px;
  box-shadow:0 24px 70px rgba(16,42,67,.17);
}
.home-hero .hero-visual-card img{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  max-height:430px;
  object-fit:cover;
  object-position:center center;
  border-radius:21px;
}
.home-hero .hero-visual-card:after{
  inset:9px;
  border-radius:21px;
  background:linear-gradient(180deg,rgba(16,42,67,0) 45%,rgba(16,42,67,.58) 100%);
}
.home-hero .hero-visual-panel{
  left:22px;
  right:22px;
  bottom:22px;
  padding:.9rem 1rem;
  border-radius:15px;
}
.home-hero .hero-visual-panel strong{
  font-size:1.04rem;
}
.home-hero .hero-visual-panel span{
  font-size:.86rem;
}
@media (max-width:1024px){
  .home-hero.refined-hero{padding:52px 0 26px;}
  .home-hero .hero-grid{grid-template-columns:1fr;gap:34px;}
  .home-hero .hero-copy{max-width:760px;}
  .home-hero .hero-copy h1{font-size:clamp(2.35rem,6vw,3.65rem);max-width:720px;}
  .home-hero .hero-visual-card{justify-self:start;max-width:720px;}
  .home-hero .hero-visual-card img{aspect-ratio:16/9;max-height:420px;}
}
@media (max-width:720px){
  .home-hero.refined-hero{padding:36px 0 20px;}
  .home-hero .hero-copy h1{font-size:clamp(2rem,9.4vw,2.85rem);line-height:1.08;letter-spacing:-.035em;}
  .home-hero .hero-copy h1 span{display:block;}
  .home-hero .hero-lead{font-size:1rem;line-height:1.65;}
  .home-hero .hero-trust-strip span{font-size:.82rem;min-height:auto;padding:.85rem .8rem;}
  .home-hero .hero-visual-card{border-radius:22px;padding:7px;}
  .home-hero .hero-visual-card img{aspect-ratio:16/10;max-height:none;border-radius:17px;}
  .home-hero .hero-visual-card:after{inset:7px;border-radius:17px;}
  .home-hero .hero-visual-panel{left:14px;right:14px;bottom:14px;margin-top:0;position:absolute;padding:.82rem .9rem;}
  .home-hero .hero-visual-panel strong{font-size:.98rem;}
  .home-hero .hero-visual-panel span{font-size:.8rem;}
}

/* v3.7.0 — clearer horizontal header logo + premium services-page cards */
.header-inner{min-height:84px;gap:1.05rem;}
.site-logo img,.custom-logo-img,.header-horizontal-logo{
  width:auto;
  max-width:235px;
  max-height:64px;
  object-fit:contain;
  display:block;
}
.primary-nav{margin-left:auto;}
.menu a{padding:.82rem .62rem;font-size:.8rem;letter-spacing:.035em;}
.header-cta{padding:.82rem 1rem;white-space:nowrap;}

.services-grid.services-grid-enhanced{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.service-card-enhanced{
  padding:0;
  display:flex;
  flex-direction:column;
  min-height:100%;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(16,42,67,.10);
  box-shadow:0 14px 38px rgba(16,42,67,.075);
}
.service-card-enhanced:before{display:none;}
.service-card-enhanced .service-card-media{
  display:block;
  position:relative;
  overflow:hidden;
  min-height:0;
}
.service-card-enhanced .service-card-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(16,42,67,0) 42%,rgba(16,42,67,.48) 100%);
  opacity:.72;
  pointer-events:none;
}
.service-card-enhanced .service-card-media img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9.7;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease,filter .35s ease;
}
.service-card-enhanced:hover .service-card-media img{
  transform:scale(1.04);
  filter:saturate(1.04) contrast(1.03);
}
.service-card-enhanced .service-card-body{
  padding:1.35rem 1.35rem 1.45rem;
  display:flex;
  flex-direction:column;
  flex:1;
  position:relative;
}
.service-card-enhanced .service-card-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  display:grid;
  place-items:center;
  margin-top:-44px;
  margin-bottom:.85rem;
  position:relative;
  z-index:2;
  background:linear-gradient(135deg,var(--teal),#058b68);
  color:#fff;
  box-shadow:0 14px 30px rgba(0,166,118,.28);
  border:4px solid #fff;
}
.service-card-enhanced .service-card-icon .svg-icon,
.service-card-enhanced .service-card-icon svg{
  color:#fff;
  width:27px;
  height:27px;
  margin:0;
}
.service-card-enhanced h3{
  font-size:1.14rem;
  line-height:1.25;
  margin:.15rem 0 .55rem;
  color:var(--navy);
}
.service-card-enhanced p{
  margin:0 0 1rem;
  color:var(--muted);
  font-size:.94rem;
  line-height:1.62;
  flex:1;
}
.service-card-enhanced .service-card-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  gap:.35rem;
  border-radius:999px;
  padding:.58rem .9rem;
  background:#eefaf6;
  color:var(--navy);
  font-weight:900;
  font-size:.86rem;
  text-decoration:none;
  border:1px solid rgba(0,166,118,.18);
}
.service-card-enhanced .service-card-link:hover{
  background:var(--teal);
  color:#fff;
}
.page-content-wrap .lead-section + .services-grid-enhanced,
.page-content-inner .services-grid-enhanced{
  margin-top:1.6rem;
}

@media (max-width:1180px){
  .site-logo img,.custom-logo-img,.header-horizontal-logo{max-width:215px;max-height:60px;}
  .menu a{font-size:.76rem;padding:.78rem .48rem;}
  .header-cta{font-size:.8rem;padding:.78rem .86rem;}
}
@media (max-width:1024px){
  .header-inner{min-height:78px;}
  .site-logo img,.custom-logo-img,.header-horizontal-logo{max-width:190px;max-height:54px;}
  .services-grid.services-grid-enhanced{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
}
@media (max-width:720px){
  .header-inner{min-height:72px;}
  .site-logo img,.custom-logo-img,.header-horizontal-logo{max-width:165px;max-height:48px;}
  .services-grid.services-grid-enhanced{grid-template-columns:1fr;}
  .service-card-enhanced .service-card-media img{aspect-ratio:16/10.5;}
  .service-card-enhanced .service-card-body{padding:1.25rem;}
}

/* v3.8.0 — Services page redesign based on approved visual */
.services-premium-hero{
  position:relative;
  overflow:hidden;
  background:#071d30;
  color:#e8f2f8;
  min-height:520px;
  display:flex;
  align-items:stretch;
  border-bottom:6px solid var(--teal);
}
.services-premium-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 16% 18%,rgba(0,166,118,.18),transparent 28%),
    linear-gradient(90deg,rgba(7,29,48,.98) 0%,rgba(7,29,48,.90) 37%,rgba(7,29,48,.54) 64%,rgba(7,29,48,.22) 100%);
  z-index:1;
}
.services-premium-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(520px,.95fr);
  gap:44px;
  align-items:center;
  min-height:520px;
  padding-top:66px;
  padding-bottom:60px;
}
.services-premium-copy{max-width:760px;position:relative;z-index:3;}
.services-premium-copy .eyebrow{color:#65dfc6;margin-bottom:1.05rem;}
.services-premium-copy h1{
  color:#fff;
  font-size:clamp(3rem,5.3vw,5.8rem);
  line-height:.98;
  max-width:850px;
  letter-spacing:-.065em;
  margin-bottom:1.2rem;
}
.services-premium-copy h1:after{
  content:"";
  display:block;
  width:76px;
  height:4px;
  background:var(--teal);
  border-radius:999px;
  margin-top:1rem;
}
.services-premium-copy p{
  color:#e7f0f7;
  font-size:1.12rem;
  line-height:1.72;
  max-width:720px;
  margin-bottom:1.6rem;
}
.services-premium-image{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:58%;
  z-index:0;
}
.services-premium-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  display:block;
  filter:saturate(1.02) contrast(1.04);
}
.services-premium-trust{
  display:grid;
  grid-template-columns:repeat(4,minmax(120px,1fr));
  gap:18px;
  margin:1.8rem 0 1.45rem;
  max-width:790px;
}
.services-premium-trust span{
  text-align:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:1rem .8rem;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(8px);
}
.services-premium-trust .svg-icon{
  color:var(--teal);
  font-size:2.15rem;
  margin:0 auto .52rem;
}
.services-premium-trust strong{
  display:block;
  font-family:var(--heading);
  font-size:.98rem;
  color:#fff;
  margin-bottom:.2rem;
}
.services-premium-trust small{
  display:block;
  color:#c8d8e3;
  line-height:1.35;
  font-size:.82rem;
}
.services-premium-actions{margin-top:.8rem;}
.services-premium-actions .btn-secondary.light{
  color:#fff;
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.07);
}
.services-premium-actions .btn-secondary.light:hover{
  background:#fff;
  color:var(--navy);
}
body.page-template-default .page-content-wrap .page-content-inner>.lead-section:first-child{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  max-width:880px;
}
body.page-template-default .page-content-wrap .page-content-inner>.lead-section:first-child .eyebrow,
body.page-template-default .page-content-wrap .page-content-inner>.lead-section:first-child h2:before{
  display:none;
}
body.page-template-default .page-content-wrap .page-content-inner>.lead-section:first-child h2{
  font-size:clamp(2rem,3vw,3rem);
  letter-spacing:-.045em;
  margin-bottom:.65rem;
}
body.page-id-services .page-content-wrap,
body.slug-services .page-content-wrap{padding-top:64px;}
.services-grid.services-grid-enhanced{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:22px;
}
.service-card-enhanced{
  border-radius:14px;
  box-shadow:0 12px 34px rgba(16,42,67,.10);
  border:1px solid rgba(16,42,67,.10);
}
.service-card-enhanced .service-card-media img{
  aspect-ratio:16/8.8;
  min-height:132px;
}
.service-card-enhanced .service-card-body{padding:1.08rem 1.15rem 1.18rem;}
.service-card-enhanced .service-card-icon{
  width:48px;
  height:48px;
  border-radius:12px;
  margin-top:-36px;
  margin-bottom:.65rem;
  border-width:3px;
}
.service-card-enhanced .service-card-icon .svg-icon,
.service-card-enhanced .service-card-icon svg{width:24px;height:24px;}
.service-card-enhanced h3{font-size:1.03rem;margin-bottom:.45rem;}
.service-card-enhanced p{font-size:.89rem;line-height:1.55;margin-bottom:.85rem;}
.service-card-enhanced .service-card-link{
  background:transparent;
  border:0;
  padding:0;
  color:var(--teal);
  border-radius:0;
  justify-content:flex-start;
}
.service-card-enhanced .service-card-link:hover{background:transparent;color:var(--navy);}
.page-content-inner .services-grid-enhanced + .cta-band,
.services-grid-enhanced + .cta-band,
.cta-band.services-quote-band{
  margin-top:28px;
  border-radius:18px;
}
@media (max-width:1280px){
  .services-grid.services-grid-enhanced{grid-template-columns:repeat(3,minmax(0,1fr));}
  .services-premium-copy h1{font-size:clamp(2.7rem,5vw,4.8rem);}
}
@media (max-width:1024px){
  .services-premium-grid{grid-template-columns:1fr;min-height:auto;padding-top:54px;padding-bottom:44px;}
  .services-premium-image{position:relative;width:100%;height:360px;border-radius:24px;overflow:hidden;grid-row:2;}
  .services-premium-hero:before{background:linear-gradient(135deg,rgba(7,29,48,.98),rgba(7,29,48,.88));}
  .services-premium-trust{grid-template-columns:repeat(2,minmax(0,1fr));}
  .services-grid.services-grid-enhanced{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:720px){
  .services-premium-grid{padding-top:40px;padding-bottom:34px;gap:28px;}
  .services-premium-copy h1{font-size:clamp(2.25rem,11vw,3.2rem);letter-spacing:-.055em;}
  .services-premium-copy p{font-size:1rem;line-height:1.62;}
  .services-premium-trust{grid-template-columns:1fr 1fr;gap:10px;}
  .services-premium-trust span{padding:.85rem .65rem;}
  .services-premium-trust small{font-size:.76rem;}
  .services-premium-image{height:260px;border-radius:18px;}
  .services-grid.services-grid-enhanced{grid-template-columns:1fr;gap:18px;}
  .service-card-enhanced .service-card-media img{aspect-ratio:16/9.5;min-height:150px;}
}

/* Zii Garage Platform Features */
.vehicle-lookup-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.6rem;box-shadow:0 12px 30px rgba(16,42,67,.07);margin:1.2rem 0}.vehicle-lookup-form{display:flex;gap:.75rem;flex-wrap:wrap}.vehicle-lookup-form input{flex:1;min-width:220px;border:1px solid var(--line);border-radius:12px;padding:.95rem 1rem;font-weight:700;text-transform:uppercase}.lookup-result{font-weight:800;color:var(--teal)}.zii-platform-form{margin-top:1rem}.zii-car-listings{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:2rem 0}.zii-car-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 32px rgba(16,42,67,.08);transition:.2s}.zii-car-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(16,42,67,.14)}.zii-car-image{display:block;position:relative;aspect-ratio:4/3;background:#eef3f7;overflow:hidden}.zii-car-image img{width:100%;height:100%;object-fit:cover;display:block}.car-status{position:absolute;top:12px;left:12px;background:var(--teal);color:#fff;border-radius:999px;padding:.4rem .75rem;font-weight:900;font-size:.78rem}.status-sold{background:#707b86}.status-reserved{background:var(--orange)}.zii-car-body{padding:1.2rem}.zii-car-body h3{font-size:1.18rem;margin-bottom:.4rem}.car-price{display:block;color:var(--navy);font-size:1.5rem;font-family:var(--heading);margin:.25rem 0 .8rem}.car-specs{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.45rem;margin:0 0 1rem;padding:0;color:var(--muted);font-size:.9rem}.car-specs li{background:var(--soft);border-radius:10px;padding:.5rem .65rem;font-weight:700}.car-actions{display:flex;gap:.65rem;flex-wrap:wrap}.single-car-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:start}.single-car-image img{width:100%;border-radius:24px;box-shadow:var(--shadow)}.single-car-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.8rem;box-shadow:0 14px 34px rgba(16,42,67,.08)}.single-car-panel .car-specs{grid-template-columns:1fr 1fr}.mobile-action-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:9998;display:none;grid-template-columns:1fr 1fr 1fr;gap:8px}.mobile-action-bar a{background:var(--navy);color:#fff;text-align:center;border-radius:999px;padding:.8rem .5rem;font-weight:900;font-size:.85rem;box-shadow:0 10px 25px rgba(0,0,0,.18)}.mobile-action-bar a:nth-child(2){background:var(--teal)}@media(max-width:1024px){.zii-car-listings{grid-template-columns:repeat(2,1fr)}.single-car-layout{grid-template-columns:1fr}}@media(max-width:760px){.zii-car-listings{grid-template-columns:1fr}.mobile-action-bar{display:grid}.sticky-whatsapp{display:none}.vehicle-lookup-form{display:block}.vehicle-lookup-form input,.vehicle-lookup-form button{width:100%;margin-bottom:.7rem}.single-car-panel .car-specs{grid-template-columns:1fr}}


/* Zii v18: Sticky header + improved header stability */
.site-header{
  position: sticky;
  top: 0;
  z-index: 9998;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(16,42,67,.08);
}
.admin-bar .site-header{ top: 32px; }
.main-header{ background:#ffffff; }
.header-inner{ min-height: 78px; }
.site-logo img,
.custom-logo,
.header-horizontal-logo{
  max-width: 220px;
  max-height: 62px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 782px){
  .admin-bar .site-header{ top: 46px; }
}
@media (max-width: 768px){
  .header-inner{ min-height: 66px; }
  .site-logo img,
  .custom-logo,
  .header-horizontal-logo{
    max-width: 170px;
    max-height: 48px;
  }
}
@media (max-width: 480px){
  .site-logo img,
  .custom-logo,
  .header-horizontal-logo{
    max-width: 150px;
    max-height: 44px;
  }
}


/* Zii v19 Front-End Client Dashboard */
.client-dashboard{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 45px rgba(16,42,67,.08);
}
.client-dashboard-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px;
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
}
.client-dashboard-head h2{margin-bottom:.35rem}
.client-login-panel{max-width:620px;margin:0 auto}
.client-login-panel #loginform p{margin-bottom:1rem}
.client-login-panel input[type="text"],
.client-login-panel input[type="password"],
.client-car-form input[type="text"],
.client-car-form input[type="email"],
.client-car-form input[type="url"],
.client-car-form input[type="file"],
.client-car-form select,
.client-car-form textarea{
  width:100%;
  border:1px solid #D9E1EA;
  border-radius:12px;
  padding:13px 14px;
  background:#fff;
  color:var(--slate);
  font:inherit;
}
.client-car-form label{
  display:block;
  font-weight:800;
  color:var(--navy);
  margin-bottom:16px;
}
.client-car-form small{
  display:block;
  color:var(--muted);
  font-weight:500;
  margin-top:6px;
}
.form-grid.two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.client-form-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.client-dashboard-form-panel{
  margin-top:32px;
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
}
.client-car-list h3,
.client-dashboard-form-panel h3{margin-bottom:18px}
.client-car-table-wrap{overflow-x:auto}
.client-car-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
}
.client-car-table th,
.client-car-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:middle;
}
.client-car-table th{
  background:#F8FAFC;
  color:var(--navy);
  font-family:var(--heading);
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.client-car-table tr:last-child td{border-bottom:0}
.table-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.table-actions a{
  color:var(--teal);
  font-weight:800;
}
.form-notice{
  border-radius:14px;
  padding:14px 16px;
  margin-bottom:20px;
  font-weight:700;
}
.form-notice.success{
  background:#E9FBF5;
  color:#067A59;
  border:1px solid #B7F0DA;
}
.form-notice.error{
  background:#FFF1F1;
  color:#B42318;
  border:1px solid #FFD0D0;
}
.zii-car-listings{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:24px;
}
.zii-car-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(16,42,67,.08);
}
.zii-car-image{
  position:relative;
  display:block;
  aspect-ratio:4/3;
  background:var(--soft);
  overflow:hidden;
}
.zii-car-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.zii-car-body{
  padding:18px;
}
.zii-car-body h3{
  font-size:1.1rem;
  margin-bottom:.5rem;
}
.car-price{
  display:block;
  color:var(--teal);
  font-size:1.3rem;
  margin-bottom:.75rem;
  font-family:var(--heading);
}
.car-specs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0;
  margin:0 0 16px;
  list-style:none;
}
.car-specs li{
  background:var(--soft);
  border-radius:999px;
  padding:5px 10px;
  color:var(--muted);
  font-weight:700;
  font-size:.82rem;
}
.car-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.car-status{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 10px;
  font-size:.78rem;
  font-weight:900;
  background:#E9FBF5;
  color:#067A59;
}
.zii-car-image .car-status{
  position:absolute;
  top:12px;
  left:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
}
.status-sold{background:#FEE4E2;color:#B42318}
.status-reserved{background:#FFF4D6;color:#A15C00}
@media(max-width:900px){
  .zii-car-listings{grid-template-columns:repeat(2,minmax(0,1fr))}
  .client-dashboard-head{flex-direction:column}
}
@media(max-width:640px){
  .form-grid.two{grid-template-columns:1fr}
  .zii-car-listings{grid-template-columns:1fr}
  .client-dashboard{padding:20px}
}


/* Zii v20: Client login access links */
.client-login-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#102A43;
  color:#fff;
  border:2px solid #102A43;
  padding:.72rem 1rem;
  border-radius:999px;
  font-family:var(--heading);
  font-size:.84rem;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  transition:.2s ease;
}
.client-login-btn:hover{
  background:#00A676;
  border-color:#00A676;
  color:#fff;
  transform:translateY(-1px);
}
.mobile-action-bar a:last-child{
  background:#102A43;
  color:#fff;
}
@media(max-width:980px){
  .client-login-btn{
    padding:.62rem .85rem;
    font-size:.78rem;
  }
}
@media(max-width:760px){
  .header-inner{
    gap:10px;
  }
  .client-login-btn{
    order:4;
    width:auto;
    max-width:135px;
  }
}
@media(max-width:520px){
  .client-login-btn{
    display:none;
  }
  .mobile-action-bar{
    grid-template-columns:repeat(4,1fr);
  }
}
