
:root{
  --green:#9bd400;
  --green2:#b8f000;
  --black:#030303;
  --panel:#0c0d0d;
  --panel2:#111212;
  --line:#292d29;
  --muted:#b8b8b8;
  --white:#f7f7f7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#020202;color:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.45}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1240px,94%);margin:auto}
.topbar{border-bottom:1px solid #222;background:#030303;color:#ddd;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;padding:8px 0;gap:20px}
.contact-row,.social-row{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.icon{color:var(--green)}
.header{position:sticky;top:0;z-index:50;background:rgba(2,2,2,.95);border-bottom:1px solid #242424;backdrop-filter:blur(12px)}
.nav{min-height:84px;display:flex;align-items:center;gap:28px}
.logo{width:295px;max-height:100px;object-fit:contain;margin-right:auto}
nav ul{list-style:none;padding:0;margin:0;display:flex;gap:30px;align-items:center}
nav a{font-size:13px;font-weight:800}
nav a:hover,nav a.active{color:var(--green)}
.call-btn,.btn{border:1px solid var(--green);padding:13px 22px;font-weight:900;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:10px}
.call-btn{color:var(--green)}
.btn.primary{background:linear-gradient(135deg,var(--green2),#80bb00);color:#060606;border:none}
.btn.secondary{background:#050505;color:#fff}
.menu-btn{display:none;border:1px solid #444;background:#111;color:white;padding:9px 12px}
.hero{background:
 linear-gradient(90deg,#030303 0%,#050505 35%,rgba(4,4,4,.22) 64%,#020202 100%),
 radial-gradient(circle at 66% 30%,rgba(155,212,0,.13),transparent 38%);
 border-bottom:1px solid #242424}
.hero-grid{display:grid;grid-template-columns:.9fr 1.25fr;align-items:stretch;min-height:510px}
.hero-copy{padding:76px 0 58px 0;position:relative;z-index:3}
.kicker{color:var(--green);font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
h1{font-size:clamp(42px,5vw,66px);line-height:1.06;margin:18px 0 20px;text-transform:uppercase;letter-spacing:-.03em}
h1 .green,h2 .green{color:var(--green)}
.hero p{color:#ddd;max-width:490px;font-size:17px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-image{background:url("../images/hero-maserati.jpg") center/cover no-repeat;min-height:510px;position:relative}
.hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#030303 0%,transparent 25%,transparent 90%,#030303 100%)}
.benefits{border-bottom:1px solid #262626;background:#050505}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefit{padding:20px 24px;border-right:1px solid #242424;display:flex;gap:14px;align-items:center}
.benefit:last-child{border-right:0}
.benefit .big-icon{font-size:33px;color:var(--green)}
.benefit strong{display:block;font-size:14px}
.benefit span{color:#bbb;font-size:13px}
.inventory{padding:46px 0 18px}
.inventory-layout{display:grid;grid-template-columns:245px 1fr;gap:24px;align-items:start}
.inventory-intro{padding:20px 0}
.inventory-intro h2{font-size:36px;line-height:1.08;text-transform:uppercase;margin:12px 0 18px}
.inventory-intro p{color:#c3c3c3;font-size:14px;margin-bottom:32px}
.vehicle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.vehicle-card{background:linear-gradient(180deg,#111,#080808);border:1px solid #2e322d;border-radius:4px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.25)}
.vehicle-photo{height:175px;object-fit:cover;width:100%}
.vehicle-body{padding:15px}
.badge{display:inline-block;background:var(--green);color:#050505;font-size:11px;font-weight:900;padding:5px 9px;text-transform:uppercase;border-radius:3px;margin-bottom:11px}
.vehicle-card h3{margin:0;font-size:22px}
.price-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin:8px 0 14px}
.price{color:var(--green);font-weight:900;font-size:26px}
.fees{font-size:10px;text-align:right;color:#eee}
.mini-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;border-top:1px solid #242424;border-bottom:1px solid #242424;padding:10px 0;margin-bottom:10px;font-size:10px;color:#eee}
.detail-list{list-style:none;padding:0;margin:0;font-size:11px;color:#ddd}
.detail-list li{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:3px 0}
.detail-list li span:first-child{color:#aaa}
.status-rebuilt,.status-clean{color:var(--green);font-weight:800}
.card-foot{display:flex;justify-content:space-between;border-top:1px solid #292929;padding-top:11px;margin-top:10px;font-size:11px}
.why{border-top:1px solid #242424;border-bottom:1px solid #242424;padding:20px 0}
.why-grid{display:grid;grid-template-columns:150px repeat(6,1fr)}
.why-title{padding:15px}
.why-box{text-align:center;padding:14px 10px;border-left:1px solid #252525}
.why-box .why-icon{font-size:34px;color:var(--green)}
.why-box strong{display:block;font-size:12px;margin:7px 0}
.why-box p{color:#aaa;font-size:10px;margin:0}
.promise{display:grid;grid-template-columns:310px 1fr;background:#050505;border-bottom:1px solid #252525}
.promise-image{background:url("../images/promise-grille.jpg") center/cover no-repeat;min-height:220px}
.promise-copy{padding:35px 40px}
.promise-copy h2{font-size:31px;margin:8px 0 10px}
.promise-copy p{color:#c8c8c8;max-width:760px;font-size:13px}
.sell{border-bottom:1px solid #2d342b;background:#050505}
.sell .container{display:flex;align-items:center;justify-content:space-between;padding:25px 0;gap:25px}
.sell h2{margin:0;font-size:27px;text-transform:uppercase}
.sell p{margin:4px 0 0;color:#ccc}
.footer{background:#020202;padding:25px 0 0}
.footer-grid{display:grid;grid-template-columns:1.25fr 1.15fr .8fr .7fr;gap:25px}
.group-logo{width:315px;max-height:145px;object-fit:contain}
.footer h4{color:var(--green);margin:0 0 14px;font-size:13px;text-transform:uppercase}
.footer p,.footer a{font-size:12px;color:#ddd}
.brand-list{display:grid;gap:12px}
.brand-item{display:flex;align-items:center;gap:10px}
.brand-item img{width:52px;height:34px;object-fit:contain}
.footer-links{display:grid;gap:7px}
.footer-bottom{border-top:1px solid #222;margin-top:25px;padding:12px 0;display:flex;justify-content:space-between;color:#888;font-size:11px}
@media(max-width:767px){
  .logo{width:220px}
  .menu-btn{display:block}
  nav{display:none;position:absolute;top:84px;left:0;right:0;background:#050505;border-bottom:1px solid #333;padding:20px}
  nav.open{display:block}
  nav ul{flex-direction:column;align-items:flex-start}
  .call-btn{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:55px 0}
  .hero-image{min-height:380px}
  .inventory-layout{grid-template-columns:1fr}
  .vehicle-grid{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:repeat(4,1fr)}
  .why-title{grid-column:1/-1}
  .promise{grid-template-columns:1fr}
  .promise-image{min-height:260px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .topbar .container{flex-direction:column;align-items:flex-start}
  .logo{width:180px}
  .hero-image{min-height:260px}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .benefit{border-bottom:1px solid #242424}
  .vehicle-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .sell .container{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px}
}


.social-icon{
  width:34px;height:34px;border:1px solid #555;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  transition:.2s ease;background:#050505;
}
.social-icon:hover{border-color:var(--green);transform:translateY(-2px)}
.social-icon svg{width:17px;height:17px;fill:none;stroke:var(--white);stroke-width:1.8}
.social-icon[aria-label="Facebook"] svg,
.social-icon[aria-label="TikTok"] svg{fill:var(--white);stroke:none}
.footer-socials{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
@media(min-width:768px){
  .hero-grid{grid-template-columns:minmax(380px,.9fr) minmax(560px,1.35fr)}
  .hero-image{display:block;min-height:540px;background-position:center}
}
@media(max-width:767px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding-bottom:28px}
  .hero-image{display:block;min-height:390px;background-position:center}
}
@media(max-width:520px){
  .hero-copy{padding-top:42px}
  .hero-image{min-height:285px;background-position:58% center}
  .social-row{gap:10px}
}

@media (min-width:768px) and (max-width:1100px){
  .container{width:96%}
  .nav{gap:14px;min-height:78px}
  .logo{width:220px}
  nav ul{gap:16px}
  nav a{font-size:11px}
  .call-btn{padding:10px 13px;font-size:11px}
  .hero-grid{grid-template-columns:minmax(340px,.82fr) minmax(520px,1.3fr)}
  .hero-copy{padding:55px 0 42px}
  h1{font-size:44px}
  .hero-image{min-height:480px}
  .inventory-layout{grid-template-columns:210px 1fr;gap:16px}
  .vehicle-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
  .vehicle-card h3{font-size:17px}
  .price{font-size:21px}
  .vehicle-body{padding:11px}
  .why-grid{grid-template-columns:125px repeat(6,1fr)}
}

@media(min-width:768px){
  .vehicle-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
  .vehicle-card h3{font-size:18px}
  .vehicle-body{padding:11px}
  .price{font-size:22px}
  .detail-list{font-size:10px}
  .mini-specs{font-size:9px}
}
.dealer-number{
  color:var(--green);
  font-weight:800;
  border-top:1px solid #292929;
  margin-top:9px;
  padding-top:8px;
  font-size:11px;
}
.about-story{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:35px;
  align-items:center;
  background:linear-gradient(135deg,#0d0e0e,#050505);
  border:1px solid #282d28;
  padding:38px;
}
.about-story h2{font-size:34px;margin:8px 0 16px}
.about-story p{color:#c9c9c9}
.about-points{display:grid;gap:13px}
.about-point{border-left:3px solid var(--green);padding:10px 14px;background:#0a0a0a}
@media(max-width:767px){
  .about-story{grid-template-columns:1fr;padding:24px}
}

.fastfix-brand-logo{
  width:170px !important;
  height:86px !important;
  object-fit:contain !important;
  object-position:center;
  background:transparent;
  flex:0 0 auto;
}
.inventory-page-hero{
  padding:65px 0 42px;
  background:radial-gradient(circle at 75% 35%,rgba(155,212,0,.09),transparent 38%),#050505;
  border-bottom:1px solid #272727;
}
.inventory-page-hero h1{font-size:clamp(38px,5vw,62px);margin:12px 0}
.inventory-page-hero p{color:#c6c6c6;max-width:690px}
.inventory-page{padding:45px 0 70px}
.inventory-page-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}
.inventory-page-heading h2{font-size:34px;margin:8px 0 0}
.inventory-full-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:980px){
  .inventory-full-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .inventory-page-heading{flex-direction:column;align-items:flex-start}
  .inventory-full-grid{grid-template-columns:1fr}
  .fastfix-brand-logo{width:145px !important;height:72px !important}
}

/* Contact and sell-your-car premium dark forms */
.dark-page-section{padding:54px 0 75px;background:#030303}
.contact-page-hero{padding:64px 0 46px;background:radial-gradient(circle at 78% 25%,rgba(155,212,0,.10),transparent 38%),#070707;border-bottom:1px solid #292929}
.contact-page-hero h1{font-size:clamp(42px,5.4vw,68px);margin:12px 0 16px}
.contact-page-hero p{max-width:700px;color:#c8c8c8;font-size:17px}
.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:26px;align-items:start}
.contact-details-panel,.form-panel{background:linear-gradient(145deg,#111212,#080808);border:1px solid #2c302c;border-radius:8px;padding:32px;box-shadow:0 22px 55px rgba(0,0,0,.35)}
.contact-details-panel h2,.form-panel h2{font-size:32px;margin:8px 0 22px}
.contact-detail-card{display:flex;flex-direction:column;gap:5px;padding:17px 0;border-bottom:1px solid #292929}
.contact-detail-card strong,.business-hours h3{color:var(--green);font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.contact-detail-card a,.contact-detail-card span{font-size:17px;color:#f1f1f1}
.business-hours{padding-top:22px}.business-hours p{color:#c8c8c8;line-height:1.8}
.ffm-form{display:grid;gap:17px;margin-top:18px}
.ffm-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.ffm-form label{display:grid;gap:8px;color:#e8e8e8;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.ffm-form input,.ffm-form textarea,.ffm-form select{
 width:100%;background:#090a09 !important;color:#f5f5f5 !important;border:1px solid #363b35 !important;border-radius:4px;padding:14px 15px;font:inherit;outline:none;box-shadow:none !important;color-scheme:dark
}
.ffm-form textarea{resize:vertical;min-height:145px}
.ffm-form input::placeholder,.ffm-form textarea::placeholder{color:#777}
.ffm-form input:focus,.ffm-form textarea:focus,.ffm-form select:focus{border-color:var(--green) !important;box-shadow:0 0 0 2px rgba(155,212,0,.12) !important}
.ffm-form select option{background:#090a09;color:#fff}
.ffm-form .btn{justify-self:start;cursor:pointer;min-width:180px}
.success{background:rgba(155,212,0,.12);border:1px solid var(--green);color:#eaffb6;padding:14px 16px;margin-bottom:20px;border-radius:4px}
.process-step{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #292929}
.process-step>b{width:42px;height:42px;border:1px solid var(--green);display:flex;align-items:center;justify-content:center;color:var(--green);border-radius:50%}
.process-step strong{font-size:16px}.process-step p{margin:5px 0 0;color:#aaa;font-size:13px}
@media(max-width:767px){.contact-layout{grid-template-columns:1fr}.contact-details-panel,.form-panel{padding:23px}.ffm-form .form-row{grid-template-columns:1fr}}

/* v3.4 official FF Motors logo correction */
.header .logo{
  width:340px;
  height:auto;
  max-height:118px;
  object-fit:contain;
  object-position:left center;
  flex:0 0 auto;
}
.brand-item img[src*="ff-motors-logo-official"]{
  width:145px;
  height:76px;
  object-fit:contain;
  object-position:center;
  background:#000;
}
@media (min-width:768px) and (max-width:1100px){
  .header .logo{width:260px;max-height:96px}
}
@media (max-width:767px){
  .header .logo{width:215px;max-height:86px}
}

/* FF Motors Launch Edition v4 */
.footer-parent{text-align:center;padding:34px 0 24px;border-bottom:1px solid #242424}
.group-logo-wide{width:min(760px,92%);max-height:250px;margin:0 auto 12px;object-fit:contain}
.footer-parent p{max-width:680px;margin:0 auto;color:#c8c8c8}
.footer-grid-final{grid-template-columns:1.5fr 1fr .8fr;padding-top:28px}
.fastfix-brand-logo{width:180px!important;height:90px!important;object-fit:contain!important}
.brand-item img{width:180px;height:82px;object-fit:contain}
.inventory-view-all{text-align:center;margin-top:26px}
.story-section,.journey-section{padding:34px 0;background:#050505;border-top:1px solid #242424;border-bottom:1px solid #242424}
.story-card,.journey-card{text-align:center;max-width:1000px}
.story-card h2,.journey-card h2{font-size:clamp(28px,4vw,42px);margin:10px 0 14px}
.story-card p,.journey-card p{color:#c8c8c8;max-width:900px;margin:0 auto 14px}
.story-card strong,.journey-card strong{color:var(--green);text-transform:uppercase;letter-spacing:.06em}
@media(max-width:767px){.footer-grid-final{grid-template-columns:1fr}.group-logo-wide{width:100%}.brand-item img,.fastfix-brand-logo{width:145px!important;height:72px!important}}


/* ===== FF MOTORS FIRST FULL-WIDTH LAUNCH LAYOUT ===== */
:root{--green:#9ed900;--green2:#b6ee00}
.container{width:min(1360px,94%)}
.header .nav{min-height:76px}.header .logo{width:255px;max-height:72px}
.launch-hero{background:#020202;border-bottom:1px solid #2b2b2b}
.launch-hero-grid{grid-template-columns:41% 59%;min-height:455px;max-width:none}
.launch-hero-copy{padding:47px 20px 38px 40px;display:flex;flex-direction:column;justify-content:center}
.launch-hero-copy h1{font-size:clamp(46px,4.4vw,72px);line-height:.98;margin:0 0 20px}
.launch-hero-copy p{font-size:18px;line-height:1.5;margin:0;color:#dedede}
.launch-hero-image{min-height:455px;background-image:linear-gradient(90deg,#020202 0%,rgba(2,2,2,.12) 23%,rgba(2,2,2,0) 78%),url('../images/hero-maserati.jpg');background-position:center;background-size:cover}
.launch-hero-image:before{display:none}
.hero-trust{display:flex;gap:35px;margin-top:28px;flex-wrap:wrap}.hero-trust>div{display:flex;gap:10px;align-items:center;text-transform:uppercase;font-size:12px}.hero-trust b{font-size:30px;color:var(--green)}.hero-trust strong{font-size:13px;color:#fff}
.building-section{position:relative;overflow:hidden;border-bottom:1px solid #272727;background:#070707}.building-bg{position:absolute;inset:0;background:linear-gradient(rgba(2,2,2,.74),rgba(2,2,2,.8)),url('../images/promise-grille.jpg') center/cover;filter:grayscale(1);opacity:.65}.building-copy{position:relative;text-align:center;padding:28px 8%;z-index:2}.building-copy h2{font-size:27px;margin:7px 0}.building-copy p{max-width:920px;margin:0 auto 10px;color:#d0d0d0}.building-copy>strong{color:var(--green);text-transform:uppercase;letter-spacing:.06em}
.featured-section{padding:12px 0 8px;background:#030303}.section-heading-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.section-heading-row h2{font-size:25px;text-transform:uppercase;margin:0}.section-heading-row a{color:var(--green);font-size:13px;text-transform:uppercase;font-weight:800}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.featured-card{border:1px solid #353535;background:#090909;overflow:hidden}.featured-photo-wrap{position:relative;height:185px}.featured-photo-wrap img{width:100%;height:100%;object-fit:cover}.featured-badge{position:absolute;right:9px;bottom:9px;border:1px solid var(--green);color:#fff;background:rgba(0,0,0,.8);padding:4px 8px;font-size:10px;text-transform:uppercase;font-weight:800}.featured-card-body{padding:10px 12px 12px}.featured-card h3{margin:0;font-size:16px}.featured-card p{color:#bbb;margin:4px 0;font-size:12px}.featured-card p i{display:inline-block;width:3px;height:3px;background:#888;border-radius:50%;margin:0 8px;vertical-align:middle}.featured-price{font-size:21px;color:var(--green)}
.launch-benefits{padding:9px 0 12px}.launch-benefit-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #252525}.launch-benefit-grid>div{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 9px;border-right:1px solid #292929}.launch-benefit-grid>div:last-child{border-right:0}.launch-benefit-grid b{color:var(--green);font-size:28px}.launch-benefit-grid span{font-size:11px;text-transform:uppercase}.launch-benefit-grid strong{display:block;color:#fff}
.journey-section{padding:18px 0 25px;background:#040404}.journey-card{border:1px solid #292929;background:linear-gradient(100deg,#0c0c0c,#050505);padding:25px 30px}.journey-card h2{margin:6px 0;font-size:26px}.journey-card p{color:#ccc;max-width:900px}.journey-card>strong{color:var(--green)}
.launch-footer{border-top:1px solid #2a2a2a;padding-top:20px}.launch-footer-parent{text-align:center;max-width:900px}.launch-footer-parent .group-logo-wide{width:min(650px,90%);margin:0 auto;max-height:200px}.launch-footer-parent p{max-width:620px;margin:0 auto 16px}.brands-title{text-align:center;border-top:1px solid #242424;padding-top:15px}.brands-title h4{font-size:16px}.launch-brand-row{display:grid;grid-template-columns:1fr 1fr;max-width:850px;gap:35px;padding:8px 0 20px}.launch-brand{text-align:center;border:1px solid #272727;padding:14px}.launch-brand img{height:80px;width:100%;object-fit:contain;margin:auto}.launch-brand .fastfix-launch-logo{height:88px}.launch-brand span{display:block;color:#aaa;font-size:11px;margin-top:5px}.footer-info-row{display:grid;grid-template-columns:1fr 1fr;gap:25px;border-top:1px solid #242424;padding:18px 0}.footer-info-row>div{text-align:center}.footer-info-row a{display:block;color:#ddd;font-size:12px;margin:4px}.footer-info-row p{font-size:12px;color:#ddd}
@media(max-width:900px){.launch-hero-grid{grid-template-columns:44% 56%}.launch-hero-copy{padding-left:22px}.launch-hero-copy h1{font-size:44px}.featured-grid{grid-template-columns:repeat(2,1fr)}.launch-benefit-grid{grid-template-columns:repeat(3,1fr)}.launch-benefit-grid>div:nth-child(3){border-right:0}.launch-brand-row{gap:15px}}
@media(max-width:767px){.launch-hero-grid{grid-template-columns:1fr}.launch-hero-copy{padding:38px 20px 24px}.launch-hero-image{min-height:310px;background-position:60% center}.featured-grid{grid-template-columns:1fr 1fr}.featured-photo-wrap{height:160px}.building-copy{padding:25px 20px}.launch-benefit-grid{grid-template-columns:1fr 1fr}.launch-benefit-grid>div{border-bottom:1px solid #292929}.launch-brand-row{grid-template-columns:1fr}.footer-info-row{grid-template-columns:1fr}}
@media(max-width:520px){.featured-grid{grid-template-columns:1fr}.section-heading-row{align-items:flex-start;gap:10px}.section-heading-row h2{font-size:21px}.featured-photo-wrap{height:210px}.launch-hero-copy h1{font-size:42px}.hero-trust{gap:17px}.launch-benefit-grid{grid-template-columns:1fr 1fr}.launch-brand img{height:70px}}


.representative-notice{
  margin:10px 0 12px;
  padding:9px 11px;
  border-left:3px solid var(--green);
  background:rgba(155,212,0,.08);
  color:#dedede;
  font-size:10px;
  line-height:1.4;
}
.single-notice{
  font-size:13px;
  margin:14px 0 20px;
  padding:12px 14px;
}


/* FF Motors Ltd. launch legal pages and privacy consent */
.legal-page-hero{
  padding:62px 0 42px;
  background:radial-gradient(circle at 78% 25%,rgba(155,212,0,.09),transparent 38%),#060606;
  border-bottom:1px solid #292929;
}
.legal-page-hero h1{font-size:clamp(40px,5vw,64px);margin:10px 0 8px}
.legal-page-hero p{color:#aaa}
.legal-section{padding:52px 0 76px;background:#030303}
.legal-content{max-width:930px}
.legal-content h2{color:var(--green);font-size:22px;margin:34px 0 10px}
.legal-content h2:first-child{margin-top:0}
.legal-content p{color:#d1d1d1;font-size:15px;line-height:1.75}
.legal-content a{color:var(--green);text-decoration:underline}
.legal-review-note{
  margin-top:42px;
  padding:18px 20px;
  border-left:3px solid var(--green);
  background:rgba(155,212,0,.07);
  color:#cfcfcf;
  line-height:1.6;
}
.privacy-consent{
  display:flex !important;
  grid-template-columns:none !important;
  flex-direction:row;
  align-items:flex-start;
  gap:11px !important;
  padding:13px 14px;
  border:1px solid #30352f;
  background:#080908;
  border-radius:4px;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-weight:400 !important;
  line-height:1.5;
}
.privacy-consent input{
  width:18px !important;
  height:18px;
  flex:0 0 18px;
  margin-top:2px;
  accent-color:var(--green);
  padding:0 !important;
}
.privacy-consent span{font-size:12px;color:#ccc}
.privacy-consent a{color:var(--green);text-decoration:underline;font-weight:800}
.form-error{
  background:rgba(220,70,70,.10);
  border:1px solid #c75b5b;
  color:#ffd4d4;
  padding:14px 16px;
  margin-bottom:20px;
  border-radius:4px;
}
.footer-verification-note{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid #222;
  color:#9e9e9e;
  font-size:11px;
  text-align:center;
}
.legal-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 22px;
  padding:14px 0 2px;
}
.legal-links a{color:#bbb;font-size:11px}
.legal-links a:hover{color:var(--green)}
@media(max-width:640px){
  .legal-links{justify-content:flex-start}
  .footer-verification-note{text-align:left}
}


/* v5.1 exact navigation order */
.main-nav > ul.menu{
  display:flex;
  align-items:center;
  gap:28px;
  margin:0;
  padding:0;
  list-style:none;
}
.main-nav > ul.menu > li{margin:0;padding:0}
.main-nav > ul.menu > li > a{
  display:block;
  color:#f4f4f4;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}
.main-nav > ul.menu > li > a:hover,
.main-nav > ul.menu > li.current-menu-item > a{color:var(--green)}
@media(max-width:900px){
  .main-nav > ul.menu{
    display:block;
  }
  .main-nav > ul.menu > li > a{
    padding:11px 0;
  }
}


/* v5.2 logo sizing and clickable brand cards */
.header .logo{
  width:310px !important;
  max-width:310px !important;
  height:auto !important;
  display:block;
}
.launch-brand-row{
  align-items:stretch;
}
.launch-brand{
  min-height:160px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.launch-brand img{
  width:min(430px, 92%) !important;
  max-height:118px !important;
  object-fit:contain;
}
.launch-brand .fastfix-launch-logo{
  width:min(390px, 88%) !important;
  max-height:122px !important;
}
.launch-brand-link{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.launch-brand-link:hover,
.launch-brand-link:focus-visible{
  border-color:var(--green);
  background:rgba(155,212,0,.045);
  transform:translateY(-2px);
}
@media(max-width:1100px){
  .header .logo{
    width:250px !important;
    max-width:250px !important;
  }
}
@media(max-width:700px){
  .header .logo{
    width:190px !important;
    max-width:190px !important;
  }
  .launch-brand{
    min-height:145px;
  }
  .launch-brand img{
    width:min(360px, 96%) !important;
    max-height:105px !important;
  }
  .launch-brand .fastfix-launch-logo{
    width:min(330px, 92%) !important;
    max-height:110px !important;
  }
}


/* v5.3 definitive cropped-logo sizing */
.header .container.nav > a:first-child{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  width:330px !important;
  max-width:330px !important;
}
.header .logo{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
}
.launch-brand-row .launch-brand:first-child img{
  width:94% !important;
  max-width:500px !important;
  max-height:none !important;
  height:auto !important;
  object-fit:contain !important;
}
.launch-brand-link{
  text-decoration:none !important;
}
.launch-brand-link span{
  display:block;
}
.fastfix-launch-logo{
  width:88% !important;
  max-width:455px !important;
  height:auto !important;
  max-height:none !important;
}
@media(max-width:1100px){
  .header .container.nav > a:first-child{
    width:270px !important;
    max-width:270px !important;
  }
}
@media(max-width:760px){
  .header .container.nav > a:first-child{
    width:235px !important;
    max-width:235px !important;
  }
  .header .logo{
    width:235px !important;
  }
  .launch-brand-row .launch-brand:first-child img{
    width:98% !important;
    max-width:420px !important;
  }
}
@media(max-width:430px){
  .header .container.nav > a:first-child{
    width:210px !important;
    max-width:210px !important;
  }
  .header .logo{
    width:210px !important;
  }
}


/* v6.0 production footer balance */
.header .container.nav > a:first-child{
  width:330px !important;
  max-width:330px !important;
}
.header .logo{
  width:100% !important;
  max-width:none !important;
  height:auto !important;
}

.launch-brand-row{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}
.launch-brand{
  min-height:132px !important;
  padding:18px 20px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.launch-brand img,
.launch-brand .fastfix-launch-logo{
  width:auto !important;
  max-width:260px !important;
  height:78px !important;
  max-height:78px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
}
.launch-brand span{
  margin-top:10px !important;
  font-size:12px !important;
}
.launch-brand-link{
  text-decoration:none !important;
  color:inherit !important;
}
.launch-brand-link:hover,
.launch-brand-link:focus-visible{
  border-color:var(--green) !important;
  background:rgba(155,212,0,.045) !important;
}

@media(max-width:1100px){
  .header .container.nav > a:first-child{
    width:270px !important;
    max-width:270px !important;
  }
}
@media(max-width:760px){
  .header .container.nav > a:first-child{
    width:235px !important;
    max-width:235px !important;
  }
  .launch-brand-row{
    grid-template-columns:1fr !important;
  }
  .launch-brand img,
  .launch-brand .fastfix-launch-logo{
    max-width:240px !important;
    height:72px !important;
    max-height:72px !important;
  }
}
