:root{--navy:#071a2d;--navy-2:#0b2239;--navy-3:#102d4a;--green:#19d45a;--green-2:#0fa94a;--green-soft:#eafbf0;--blue:#1e6fff;--ink:#07111f;--muted:#667085;--muted-2:#8b96a7;--line:#e7ebf0;--surface:#f6f8fa;--surface-2:#eef3f7;--white:#fff;--shadow-sm:0 12px 36px rgba(8,30,52,.08);--shadow-md:0 24px 70px rgba(8,30,52,.14);--shadow-lg:0 38px 120px rgba(5,25,44,.22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:#fff}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto}::selection{background:rgba(25,212,90,.25);color:var(--navy)}.shell{width:min(1220px,calc(100% - 40px));margin-inline:auto}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(22px) saturate(1.25);backdrop-filter:blur(22px) saturate(1.25);border-bottom:1px solid rgba(220,226,234,.82)}.headerInner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brandLogo{display:inline-flex;align-items:center;flex:0 0 auto}.brandLogo img{width:225px;height:auto;display:block}.mainNav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:720;color:#26364a}.mainNav>a:not(.button){position:relative}.mainNav>a:not(.button):after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;border-radius:10px;background:var(--green);transform:scaleX(0);transform-origin:right;transition:transform .28s ease}.mainNav>a:not(.button):hover:after{transform:scaleX(1);transform-origin:left}.navLogin{color:var(--navy)}.button,button{border:0;border-radius:14px;padding:14px 20px;background:var(--navy);color:#fff;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.button:hover,button:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(7,26,45,.16)}.button svg,.textLink svg,button svg{width:18px;height:18px}.headerCta{background:var(--green);color:var(--navy);padding:13px 18px}.headerCta:hover{box-shadow:0 14px 34px rgba(25,212,90,.28)}.menuButton{display:none;width:44px;height:44px;padding:0;background:var(--navy);border-radius:12px;box-shadow:none;position:relative}.menuButton span{width:20px;height:2px;background:#fff;border-radius:10px;position:absolute;left:12px;transition:.25s ease}.menuButton span:first-child{top:14px}.menuButton span:nth-child(2){top:21px}.menuButton span:nth-child(3){top:28px}.menuButton.isOpen span:first-child{transform:translateY(7px) rotate(45deg)}.menuButton.isOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.menuButton.isOpen span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.heroPremium{position:relative;min-height:720px;overflow:hidden;background:linear-gradient(180deg,#fbfdfc,#f4f8f6 72%,#fff);isolation:isolate}.heroNoise{opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");pointer-events:none;z-index:-1}.heroGrid,.heroNoise{position:absolute;inset:0}.heroGrid{z-index:-2;background-image:linear-gradient(rgba(9,39,61,.045) 1px,transparent 0),linear-gradient(90deg,rgba(9,39,61,.045) 1px,transparent 0);background-size:62px 62px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 90%);mask-image:linear-gradient(180deg,#000,transparent 90%);animation:gridDrift 20s linear infinite}.heroOrb{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(80px);opacity:.28;z-index:-3;pointer-events:none}.orbOne{right:-170px;top:80px;background:#21e967;animation:orbMove 12s ease-in-out infinite alternate}.orbTwo{left:32%;top:-280px;background:#5ca0ff;opacity:.18;animation:orbMove2 15s ease-in-out infinite alternate}.heroLayout{min-height:676px;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;grid-gap:50px;gap:50px;padding-block:74px 96px;position:relative}.heroCopy{position:relative;z-index:4}.heroBadge{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border-radius:999px;border:1px solid #d8e8de;background:rgba(255,255,255,.72);color:#244232;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:900;box-shadow:0 10px 30px rgba(7,26,45,.05)}.liveDot{width:7px;height:7px;background:var(--green);border-radius:50%;position:relative;box-shadow:0 0 0 4px rgba(25,212,90,.14)}.liveDot:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(25,212,90,.48);border-radius:50%;animation:ping 1.8s ease-out infinite}.heroCopy h1{margin:20px 0 22px;max-width:740px;font-size:clamp(54px,5.4vw,82px);line-height:.94;letter-spacing:-.064em;font-weight:900}.heroCopy h1 span{color:var(--green-2);background:linear-gradient(100deg,#0ca94a,#20db63 60%,#0b8e41);-webkit-background-clip:text;background-clip:text;color:transparent}.heroCopy>p{max-width:720px;margin:0;color:#566478;font-size:18px;line-height:1.7}.heroSearch{margin-top:32px;width:min(760px,100%);padding:7px;border:1px solid rgba(203,214,222,.95);border-radius:18px;background:rgba(255,255,255,.91);box-shadow:0 24px 70px rgba(7,26,45,.13),inset 0 1px #fff;display:grid;grid-template-columns:34px 1.5fr .85fr auto;align-items:center;position:relative;overflow:hidden}.heroSearch:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(110deg,transparent 20%,rgba(25,212,90,.45),transparent 70%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;animation:searchGlow 5s ease-in-out infinite;pointer-events:none}.searchIconWrap{display:grid;place-items:center;color:#7a8899}.searchIconWrap svg{width:20px}.heroSearch input,.heroSearch select{min-width:0;height:54px;border:0;outline:0;background:transparent;color:var(--ink);padding:0 10px}.heroSearch input::placeholder{color:#8b96a7}.heroSearch select{border-left:1px solid var(--line);color:#4a586a;cursor:pointer}.heroSearch button{min-height:52px;border-radius:13px;background:var(--navy);padding-inline:18px}.heroTrust{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;color:#657285;font-size:12px;font-weight:750}.heroTrust span{display:inline-flex;align-items:center;gap:7px}.heroTrust svg{width:17px;height:17px;color:var(--green-2)}.heroShowcase{min-height:520px;position:relative;display:grid;place-items:center;perspective:1200px}.showcaseGlow{position:absolute;width:82%;height:75%;border-radius:50%;background:radial-gradient(circle,rgba(25,212,90,.24),rgba(32,111,255,.11) 48%,transparent 73%);filter:blur(36px);animation:breathe 5s ease-in-out infinite}.dashboardMock{width:min(610px,100%);border:1px solid rgba(155,178,190,.4);border-radius:26px;overflow:hidden;background:rgba(255,255,255,.9);box-shadow:0 38px 110px rgba(4,27,45,.24),inset 0 1px #fff;transform:rotateY(-7deg) rotateX(2deg);animation:mockFloat 7s ease-in-out infinite;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:2}.mockTopbar{height:44px;display:flex;align-items:center;gap:7px;padding:0 14px;background:#f4f7f8;border-bottom:1px solid #e6ebee}.mockTopbar>span{width:8px;height:8px;border-radius:50%;background:#cad2d8}.mockTopbar b{margin-left:12px;font-size:9px;color:#9aa5af;letter-spacing:.04em;font-weight:700}.mockBody{display:grid;grid-template-columns:66px 1fr;min-height:380px}.mockSidebar{background:var(--navy);padding:13px 12px;display:flex;flex-direction:column;align-items:center;gap:15px}.mockSidebar img{width:38px;height:38px;object-fit:cover;border-radius:11px;margin-bottom:10px}.mockSidebar i{width:30px;height:7px;border-radius:20px;background:rgba(255,255,255,.16)}.mockSidebar i.active{background:var(--green);box-shadow:0 0 18px rgba(25,212,90,.6)}.mockContent{padding:22px;min-width:0}.mockHeading{display:flex;align-items:center;justify-content:space-between;gap:12px}.mockHeading div{display:grid;grid-gap:3px;gap:3px}.mockHeading span{color:#8b96a7;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.mockHeading strong{font-size:17px;color:var(--navy)}.mockHeading em{font-style:normal;color:#0f9f47;background:#e8f9ef;border:1px solid #cef0d9;font-size:8px;font-weight:900;padding:5px 7px;border-radius:99px;letter-spacing:.08em}.mockStats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:18px}.mockStats>div{padding:12px;border-radius:13px;background:#f7f9fa;border:1px solid #e8ecef;display:grid;grid-gap:4px;gap:4px}.mockStats span{font-size:7px;font-weight:900;letter-spacing:.09em;color:#8994a0}.mockStats strong{color:var(--navy);font-size:21px;letter-spacing:-.04em}.mockStats small{font-size:8px;color:#11a84b}.mockChart{margin-top:13px;height:110px;border:1px solid #e7ecef;border-radius:15px;position:relative;overflow:hidden;background:linear-gradient(180deg,#fbfdfc,#f5faf6);color:var(--green)}.chartLines{position:absolute;inset:0;background-image:linear-gradient(rgba(10,40,60,.06) 1px,transparent 0),linear-gradient(90deg,rgba(10,40,60,.04) 1px,transparent 0);background-size:100% 27px,54px 100%}.mockChart svg{position:absolute;inset:20px 0 0;width:100%;height:80px;filter:drop-shadow(0 8px 12px rgba(25,212,90,.25));stroke-dasharray:900;stroke-dashoffset:900;animation:chartDraw 3.2s ease 1s forwards}.mockLeads{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.mockLeads>div{border:1px solid #e8ecef;border-radius:12px;padding:8px 10px;display:flex;align-items:center;gap:9px;background:#fff}.avatar{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;font-size:8px;font-weight:900;background:#e7f0ff;color:#1e6fff}.avatar.green{background:#e8f9ef;color:#0fa94a}.mockLeads p{margin:0;display:grid;grid-gap:2px;gap:2px;font-size:9px;flex:1 1}.mockLeads p small{color:#8a96a4;font-size:8px}.mockLeads b{font-size:7px;color:#9ba5af;font-weight:600}.floatingCard{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.92);border:1px solid rgba(209,220,227,.92);border-radius:16px;padding:12px 14px;box-shadow:0 18px 50px rgba(6,28,48,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.floatingCard>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#e9f9ef;color:#0fa94a}.floatingCard svg{width:18px}.floatingCard div{display:grid;grid-gap:2px;gap:2px}.floatingCard small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#8b96a7}.floatingCard strong{font-size:11px}.floatingCard em{margin-left:8px;font-style:normal;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:var(--navy);font-size:9px;font-weight:900}.floatLead{top:48px;left:-8px;animation:floatingCardA 5.7s ease-in-out infinite}.floatVerified{right:-14px;bottom:60px;animation:floatingCardB 6.4s ease-in-out infinite}.appBadge{position:absolute;left:32px;bottom:28px;z-index:5;width:70px;height:70px;border-radius:19px;overflow:hidden;box-shadow:0 20px 40px rgba(7,26,45,.25);animation:badgePulse 6s ease-in-out infinite}.appBadge img{width:100%;height:100%;object-fit:cover}.ticker{height:52px;overflow:hidden;border-top:1px solid #e7ece8;border-bottom:1px solid #e7ece8;background:rgba(255,255,255,.75)}.ticker,.tickerTrack{display:flex;align-items:center}.tickerTrack{width:max-content;gap:27px;white-space:nowrap;animation:tickerMove 28s linear infinite;font-size:11px;font-weight:900;letter-spacing:.16em;color:#49586a}.tickerTrack b{color:var(--green);font-size:18px}.section{padding-block:102px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--green-2);font-size:11px;font-weight:900}.sectionHeading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:38px}.dealerCopy h2,.finalCta h2,.numbersIntro h2,.platformCopy h2,.sectionHeading h2{margin:10px 0 0;font-size:clamp(38px,4.1vw,58px);line-height:1;letter-spacing:-.052em}.dealerCopy h2 span,.finalCta h2 span,.numbersIntro h2 span,.platformCopy h2 span,.sectionHeading h2 span{color:var(--green-2)}.textLink{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-weight:800;font-size:14px}.textLink svg{transition:transform .2s ease}.textLink:hover svg{transform:translateX(4px)}.categoryGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.premiumCategory{min-height:215px;border-radius:22px;border:1px solid #e4e9ed;background:linear-gradient(145deg,#fff,#f6f9f7);padding:18px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease;animation:cardReveal .65s ease both;animation-delay:var(--delay)}.premiumCategory:before{content:"";position:absolute;width:170px;height:170px;right:-70px;top:-80px;border-radius:50%;background:radial-gradient(circle,rgba(25,212,90,.18),transparent 70%);transition:transform .4s ease}.premiumCategory:hover{transform:translateY(-7px);box-shadow:var(--shadow-md);border-color:#cfe7d8}.premiumCategory:hover:before{transform:scale(1.55)}.categoryTop{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.08em;color:#94a0ac;font-weight:800;position:relative;z-index:2}.categoryTop em{font-style:normal;background:#edf8f1;color:#0e9b45;padding:5px 8px;border-radius:999px}.categoryVehicle{width:74%;height:86px;color:var(--navy);align-self:center;filter:drop-shadow(0 18px 22px rgba(7,26,45,.1));transition:transform .4s cubic-bezier(.2,.8,.2,1),color .25s ease;position:relative;z-index:2}.premiumCategory:hover .categoryVehicle{transform:translateY(-5px) scale(1.04);color:var(--green-2)}.categoryBottom{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.categoryBottom strong{font-size:20px;letter-spacing:-.025em}.roundArrow{width:36px;height:36px;border-radius:50%;border:1px solid #dfe5e8;display:grid;place-items:center;color:var(--navy);transition:.25s ease}.premiumCategory:hover .roundArrow{background:var(--green);border-color:var(--green);transform:rotate(10deg)}.platformSection{background:var(--navy);color:#fff;padding-block:110px;position:relative;overflow:hidden}.platformSection:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 10% 20%,rgba(25,212,90,.14),transparent 26%),radial-gradient(circle at 90% 80%,rgba(47,121,255,.14),transparent 30%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:auto,auto,56px 56px,56px 56px}.platformLayout{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:80px;gap:80px;align-items:center;position:relative;z-index:1}.lightEyebrow{color:#65ef96}.platformCopy h2{max-width:560px}.platformCopy p{color:#a8b4c2;line-height:1.75;font-size:17px;max-width:590px;margin:24px 0 30px}.greenButton{background:var(--green);color:var(--navy)}.greenButton:hover{box-shadow:0 18px 46px rgba(25,212,90,.22)}.featureStack{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.featureCard{min-height:255px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:22px;padding:24px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .28s ease,border-color .28s ease,background .28s ease}.featureCard:hover{transform:translateY(-5px);border-color:rgba(25,212,90,.45);background:rgba(255,255,255,.075)}.featureCard.featurePrimary{grid-row:span 2;min-height:524px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(160deg,rgba(25,212,90,.15),rgba(255,255,255,.04))}.featureIcon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:rgba(25,212,90,.12);color:#63ec92;border:1px solid rgba(25,212,90,.2);margin-bottom:48px}.featureIcon svg{width:22px;height:22px}.featureCard>span{position:absolute;right:20px;top:18px;color:rgba(255,255,255,.27);font-size:10px;font-weight:900;letter-spacing:.12em}.featureCard h3{font-size:25px;letter-spacing:-.035em;margin:0 0 10px}.featureCard p{color:#aab5c0;line-height:1.65;margin:0;font-size:14px}.featureWave{position:absolute;width:320px;height:320px;border-radius:50%;top:55px;left:50%;transform:translateX(-50%);border:1px solid rgba(25,212,90,.2);box-shadow:0 0 0 40px rgba(25,212,90,.05),0 0 0 80px rgba(25,212,90,.025);animation:waveSpin 12s linear infinite}.featureWave:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:var(--green);top:28px;right:45px;box-shadow:0 0 30px rgba(25,212,90,.8)}.vehiclesSection{padding-bottom:120px}.vehicleGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.vehicleCard{border:1px solid #e3e8ec;border-radius:24px;overflow:hidden;background:#fff;transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,border-color .32s ease}.vehicleCard:hover{transform:translateY(-8px);box-shadow:var(--shadow-md);border-color:#d5e5dc}.vehicleVisual{aspect-ratio:16/10.5;position:relative;overflow:hidden;display:grid;place-items:center}.tone-navy{background:linear-gradient(145deg,#071a2d,#173651)}.tone-green{background:linear-gradient(145deg,#0d3720,#19a94f)}.tone-blue{background:linear-gradient(145deg,#0c2340,#1e6fff)}.vehicleGridPattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0);background-size:34px 34px;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}.vehicleVisual:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.11);filter:blur(20px);right:-100px;bottom:-120px}.vehicleSilhouette{width:74%;height:112px;color:#fff;opacity:.95;position:relative;z-index:2;filter:drop-shadow(0 20px 22px rgba(0,0,0,.23));transition:transform .42s cubic-bezier(.2,.8,.2,1)}.vehicleCard:hover .vehicleSilhouette{transform:translateX(8px) scale(1.025)}.vehicleBadge{position:absolute;left:14px;top:14px;z-index:3;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.13);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.visualCode{position:absolute;right:14px;bottom:12px;z-index:2;color:rgba(255,255,255,.5);font-size:7px;letter-spacing:.11em;font-weight:800}.vehicleBody{padding:18px;display:flex;flex-direction:column;min-height:205px}.verifiedLine{display:inline-flex;align-items:center;gap:6px;color:#0fa94a;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.verifiedLine svg{width:15px;height:15px}.vehicleBody h3{font-size:20px;line-height:1.2;letter-spacing:-.025em;margin:11px 0 7px}.vehicleBody p{color:#758193;margin:0;font-size:13px;line-height:1.5}.vehiclePriceRow{margin-top:auto;padding-top:18px;display:flex;align-items:end;justify-content:space-between;gap:10px}.vehiclePriceRow strong{font-size:23px;letter-spacing:-.035em}.cardArrow{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f0f4f2;color:var(--navy);transition:.25s ease}.vehicleCard:hover .cardArrow{background:var(--green);transform:rotate(8deg)}.vehicleBody small{margin-top:12px;display:flex;align-items:center;gap:6px;color:#8a96a4;font-size:11px}.vehicleBody small svg{width:14px}.numbersSection{background:#f2f7f4;border-block:1px solid #e4ede7;padding-block:85px}.numbersGrid{display:grid;grid-template-columns:1.35fr repeat(3,.55fr);grid-gap:28px;gap:28px;align-items:stretch}.numbersIntro{padding-right:30px}.numbersIntro h2{font-size:clamp(36px,3.6vw,52px)}.numberItem{border-left:1px solid #dce7df;padding-left:25px;display:flex;flex-direction:column;justify-content:center;position:relative;min-height:150px}.numberItem strong{font-size:clamp(42px,4vw,64px);line-height:1;letter-spacing:-.06em;color:var(--navy)}.numberItem span{color:#68776e;margin-top:10px;font-size:13px;line-height:1.45;max-width:140px}.numberItem i{position:absolute;left:-3px;top:50%;width:5px;height:34px;background:var(--green);border-radius:5px;transform:translateY(-50%);box-shadow:0 0 18px rgba(25,212,90,.35)}.dealerSection{background:linear-gradient(160deg,#061522,#0b2338 55%,#0b2b24);color:#fff;padding-block:110px;position:relative;overflow:hidden}.dealerMesh{position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(25,212,90,.17),transparent 25%),radial-gradient(circle at 82% 80%,rgba(30,111,255,.15),transparent 28%)}.dealerPremium{display:grid;grid-template-columns:.88fr 1.12fr;grid-gap:70px;gap:70px;align-items:center;position:relative;z-index:2}.darkBadge{background:rgba(255,255,255,.06);color:#c6d3de;border-color:rgba(255,255,255,.1)}.dealerCopy h2{margin-top:20px}.dealerCopy p{color:#aab7c4;line-height:1.75;font-size:17px;max-width:620px;margin:24px 0 30px}.dealerActions{display:flex;flex-wrap:wrap;gap:12px}.ghostButton{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);color:#fff}.dealerPanel{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:24px;padding:18px;box-shadow:0 30px 100px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:dealerFloat 7s ease-in-out infinite}.dealerPanelTop{display:flex;justify-content:space-between;align-items:center;padding:3px 2px 16px}.dealerPanelTop span{font-weight:850}.dealerPanelTop b{font-size:8px;letter-spacing:.12em;color:#7f93a5}.miniKanban{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.miniKanban>div{min-height:265px;background:rgba(4,18,30,.55);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:11px}.miniKanban>div>strong{display:flex;justify-content:space-between;font-size:8px;letter-spacing:.09em;color:#8495a5}.miniKanban>div>strong em{font-style:normal;color:#5fe88f}.miniKanban article{margin-top:10px;padding:10px;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:8px;transition:transform .22s ease,border-color .22s ease}.miniKanban article:hover{transform:translateY(-3px);border-color:rgba(25,212,90,.35)}.miniKanban article>span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:#a7c7ff;background:rgba(30,111,255,.16);font-size:8px;font-weight:900}.miniKanban article>span.green{color:#6af297;background:rgba(25,212,90,.14)}.miniKanban article>span.navy{color:#fff;background:rgba(255,255,255,.1)}.miniKanban p{display:grid;margin:0;font-size:9px;font-weight:750;grid-gap:3px;gap:3px}.miniKanban p small{color:#7f91a0;font-size:7px;font-weight:500}.finalCta{text-align:center;padding-block:120px 110px;display:flex;flex-direction:column;align-items:center}.finalCtaLogo{width:74px;height:74px;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(7,26,45,.2);margin-bottom:25px;animation:badgePulse 6s ease-in-out infinite}.finalCtaLogo img{width:100%;height:100%;object-fit:cover}.finalCta h2{max-width:800px;font-size:clamp(48px,5.7vw,78px);margin-top:15px}.finalCta p{color:#687689;max-width:650px;font-size:17px;line-height:1.7;margin:22px 0 30px}.finalActions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.outlineButton{background:#fff;color:var(--navy);border:1px solid #dfe6ea}.footer{background:#061522;color:#fff;padding:68px 0 28px}.footerGrid{display:grid;grid-template-columns:1.7fr repeat(3,.65fr);grid-gap:54px;gap:54px;padding-bottom:45px}.footerBrand p{color:#8fa0af;line-height:1.65;max-width:430px;font-size:13px}.footerBrand>span{font-size:11px;color:#5fe88f;letter-spacing:.05em}.footerLogoWrap{width:250px;background:#fff;border-radius:13px;padding:6px 11px;margin-bottom:18px}.footerLogoWrap img{display:block}.footerGrid>div:not(.footerBrand){display:flex;flex-direction:column;gap:12px}.footerGrid h4{margin:0 0 8px;font-size:12px;color:#d9e3ea;text-transform:uppercase;letter-spacing:.08em}.footerGrid a{color:#8799a9;font-size:13px;transition:color .2s ease}.footerGrid a:hover{color:var(--green)}.footerBottom{border-top:1px solid rgba(255,255,255,.08);padding-top:23px;display:flex;justify-content:space-between;color:#627789;font-size:10px;letter-spacing:.05em}.pageHero{padding:70px 0 35px;background:linear-gradient(180deg,#f7faf8,#fff);border-bottom:1px solid #ecf0ed}.pageTitle{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.055em;margin:10px 0 16px}.pageSubtitle{color:var(--muted);max-width:680px;line-height:1.65}.listingLayout{display:grid;grid-template-columns:280px 1fr;grid-gap:26px;gap:26px;align-items:start}.filters{position:-webkit-sticky;position:sticky;top:100px;border:1px solid var(--line);border-radius:20px;padding:20px;background:#fff;box-shadow:var(--shadow-sm)}.filters h3{margin:0 0 16px}.authCard label,.filters label{display:grid;grid-gap:7px;gap:7px;color:#6e7b8b;font-size:12px;margin:14px 0;font-weight:700}.authCard input,.filters input,.filters select{width:100%;min-height:48px;border:1px solid #dfe5e9;border-radius:12px;padding:0 12px;background:#fff;outline:0}.authCard input:focus,.filters input:focus,.filters select:focus{border-color:#89d7a5;box-shadow:0 0 0 4px rgba(25,212,90,.09)}.filters button{width:100%;margin-top:6px;background:var(--green);color:var(--navy)}.vehicleGrid.two{grid-template-columns:repeat(2,1fr)}.vehicleDetail{display:grid;grid-template-columns:1.55fr .75fr;grid-gap:26px;gap:26px}.gallery{min-height:500px;background:linear-gradient(145deg,#071a2d,#14405c);border-radius:24px;display:grid;place-items:center;position:relative;overflow:hidden;color:#fff}.gallery:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0);background-size:42px 42px}.gallery svg{width:72%;height:210px;color:#fff;position:relative;z-index:2;filter:drop-shadow(0 25px 35px rgba(0,0,0,.3))}.contactBox{border:1px solid var(--line);padding:24px;border-radius:22px;height:max-content;box-shadow:var(--shadow-sm);background:#fff}.contactBox h2{font-size:38px;letter-spacing:-.04em;margin:15px 0}.contactBox button{width:100%;margin-top:9px}.secondaryAction{background:#edf6f0;color:#0c9441}.specs{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;gap:10px;margin-top:24px}.specs div{border:1px solid var(--line);border-radius:14px;padding:18px;font-weight:750;text-align:center;background:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:28px}.stats div{border:1px solid var(--line);border-radius:18px;padding:20px;display:grid;grid-gap:5px;gap:5px;background:linear-gradient(145deg,#fff,#f8faf9)}.stats strong{font-size:32px;letter-spacing:-.04em}.stats span{color:var(--muted);font-size:12px}.kanban{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));grid-gap:14px;gap:14px;overflow-x:auto;padding-bottom:12px}.kanbanColumn{background:#f4f7f5;border-radius:18px;padding:14px;min-height:360px;border:1px solid #e5ebe7}.kanbanColumn h3{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#657366}.leadCard{background:#fff;padding:14px;border-radius:13px;margin-top:10px;border:1px solid var(--line);font-weight:750;box-shadow:0 8px 22px rgba(7,26,45,.05)}.leadCard small{display:block;color:var(--muted);font-weight:400;margin-top:9px}.authWrap{min-height:calc(100vh - 78px);background:radial-gradient(circle at 20% 15%,rgba(25,212,90,.12),transparent 27%),#f5f8f6;display:grid;place-items:center;padding:32px 20px}.authCard{width:min(440px,100%);background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.authLogo{width:220px;margin-bottom:25px}.authCard h1{margin:8px 0 24px;font-size:38px;letter-spacing:-.04em}.authCard button{width:100%;background:var(--green);color:var(--navy)}.authCard small{display:block;color:var(--muted);margin-top:16px;text-align:center;line-height:1.5}.revealUp{animation:revealUp .8s cubic-bezier(.2,.75,.2,1) both}.delay2{animation-delay:.15s}@keyframes revealUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes cardReveal{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gridDrift{to{background-position:62px 62px}}@keyframes orbMove{0%{transform:translate3d(-10px,-10px,0) scale(.9)}to{transform:translate3d(60px,45px,0) scale(1.12)}}@keyframes orbMove2{0%{transform:translate3d(-20px,0,0) scale(.95)}to{transform:translate3d(30px,65px,0) scale(1.08)}}@keyframes ping{0%{transform:scale(.4);opacity:.8}to{transform:scale(1.7);opacity:0}}@keyframes searchGlow{0%,55%,to{opacity:0;transform:translateX(-15%)}70%{opacity:1}90%{opacity:0;transform:translateX(15%)}}@keyframes mockFloat{0%,to{transform:rotateY(-7deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(-4deg) rotateX(1deg) translateY(-9px)}}@keyframes breathe{0%,to{transform:scale(.93);opacity:.68}50%{transform:scale(1.08);opacity:1}}@keyframes chartDraw{to{stroke-dashoffset:0}}@keyframes floatingCardA{0%,to{transform:translateZ(0) rotate(-1deg)}50%{transform:translate3d(8px,-12px,0) rotate(1deg)}}@keyframes floatingCardB{0%,to{transform:translateZ(0) rotate(1deg)}50%{transform:translate3d(-8px,11px,0) rotate(-1deg)}}@keyframes badgePulse{0%,to{transform:translateY(0) rotate(-2deg);box-shadow:0 20px 50px rgba(7,26,45,.2)}50%{transform:translateY(-7px) rotate(2deg);box-shadow:0 30px 65px rgba(25,212,90,.22)}}@keyframes tickerMove{to{transform:translateX(-50%)}}@keyframes waveSpin{to{transform:translateX(-50%) rotate(1turn)}}@keyframes dealerFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:1080px){.heroLayout{grid-template-columns:1fr;padding-top:64px}.heroCopy{text-align:center}.heroCopy h1,.heroCopy>p,.heroSearch{margin-left:auto;margin-right:auto}.heroBadge{margin-inline:auto}.heroTrust{justify-content:center}.heroShowcase{width:min(700px,100%);margin-inline:auto;min-height:480px}.dealerPremium,.platformLayout{grid-template-columns:1fr;gap:55px}.platformCopy{max-width:720px}.numbersGrid{grid-template-columns:1.4fr repeat(3,.7fr)}.footerGrid{grid-template-columns:1.35fr repeat(3,.7fr);gap:34px}}@media (max-width:900px){.shell{width:min(100% - 30px,760px)}.brandLogo img{width:190px}.menuButton{display:block}.mainNav{position:absolute;top:68px;left:15px;right:15px;padding:18px;border-radius:18px;background:rgba(255,255,255,.98);border:1px solid var(--line);box-shadow:var(--shadow-md);display:grid;grid-gap:4px;gap:4px;transform:translateY(-12px) scale(.98);opacity:0;visibility:hidden;transition:.24s ease}.mainNav.isOpen{transform:translateY(0) scale(1);opacity:1;visibility:visible}.mainNav>a{padding:12px 10px;border-radius:10px}.mainNav>a:not(.button):after{display:none}.headerCta{width:100%;margin-top:6px}.heroLayout{min-height:0;padding-block:56px 75px}.heroCopy h1{font-size:clamp(49px,9vw,70px)}.categoryGrid,.vehicleGrid,.vehicleGrid.two{grid-template-columns:repeat(2,1fr)}.numbersGrid{grid-template-columns:1fr 1fr}.numbersIntro{grid-column:1/-1;padding-bottom:20px}.numberItem{border-left:0;border-top:1px solid #dce7df;padding:22px 0 0}.numberItem i{left:0;top:-3px;width:34px;height:5px;transform:none}.footerGrid{grid-template-columns:1.4fr 1fr 1fr}.footerGrid>div:last-child{display:none}.listingLayout{grid-template-columns:1fr}.filters{position:static}.vehicleDetail{grid-template-columns:1fr}.specs{grid-template-columns:repeat(3,1fr)}.stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.shell{width:min(100% - 24px,520px)}.headerInner{min-height:68px}.brandLogo img{width:175px}.mainNav{top:61px}.heroPremium{min-height:auto}.heroLayout{padding:46px 0 58px;gap:30px}.heroCopy h1{font-size:clamp(43px,13.2vw,61px);line-height:.93;margin-top:17px}.heroCopy>p{font-size:15px;line-height:1.65}.heroBadge{max-width:100%;font-size:8px;letter-spacing:.09em;text-align:left}.heroSearch{grid-template-columns:32px 1fr;padding:7px;border-radius:16px}.heroSearch input{height:48px}.heroSearch select{grid-column:1/-1;height:47px;border-left:0;border-top:1px solid var(--line);padding-left:10px}.heroSearch button{grid-column:1/-1;width:100%;min-height:48px}.heroTrust{gap:10px 14px;font-size:10px}.heroShowcase{min-height:330px}.dashboardMock{border-radius:18px;transform:none;animation:none}.mockTopbar{height:34px}.mockBody{grid-template-columns:48px 1fr;min-height:270px}.mockSidebar{padding:9px 8px;gap:11px}.mockSidebar img{width:30px;height:30px;border-radius:8px}.mockSidebar i{width:22px;height:5px}.mockContent{padding:14px}.mockStats{gap:6px}.mockStats>div{padding:8px}.mockStats strong{font-size:16px}.mockChart{height:78px}.mockLeads>div:nth-child(2){display:none}.floatLead{left:-5px;top:10px;transform:scale(.8);transform-origin:left top}.floatVerified{right:-7px;bottom:25px;transform:scale(.76);transform-origin:right bottom}.appBadge{width:52px;height:52px;border-radius:14px;left:10px;bottom:10px}.ticker{height:46px}.section{padding-block:72px}.sectionHeading{align-items:flex-start;flex-direction:column;margin-bottom:26px}.dealerCopy h2,.numbersIntro h2,.platformCopy h2,.sectionHeading h2{font-size:39px}.categoryGrid{grid-template-columns:1fr 1fr;gap:10px}.premiumCategory{min-height:165px;padding:14px;border-radius:18px}.categoryVehicle{width:84%;height:62px}.categoryBottom strong{font-size:15px}.roundArrow{width:30px;height:30px;font-size:12px}.dealerSection,.platformSection{padding-block:78px}.featureStack{grid-template-columns:1fr}.featureCard.featurePrimary{grid-row:auto;min-height:330px}.featureCard{min-height:220px}.vehicleGrid,.vehicleGrid.two{grid-template-columns:1fr}.vehicleVisual{aspect-ratio:16/9.5}.numbersGrid{gap:18px 14px}.numberItem strong{font-size:43px}.numberItem span{font-size:11px}.miniKanban{grid-template-columns:1fr}.miniKanban>div{min-height:auto}.miniKanban>div:nth-child(3){display:none}.finalCta{padding-block:85px}.finalCta h2{font-size:48px}.footerGrid{grid-template-columns:1fr 1fr;gap:34px 20px}.footerBrand{grid-column:1/-1}.footerGrid>div:last-child{display:flex}.footerBottom{flex-direction:column;gap:8px}.specs,.stats{grid-template-columns:repeat(2,1fr)}.authCard{padding:24px 20px}}@media (max-width:390px){.brandLogo img{width:158px}.heroCopy h1{font-size:42px}.categoryGrid{grid-template-columns:1fr}.premiumCategory{min-height:180px}.categoryVehicle{width:70%;height:74px}.numbersGrid{grid-template-columns:1fr}.numbersIntro{grid-column:auto}.footerGrid{grid-template-columns:1fr}.footerBrand{grid-column:auto}.footerGrid>div:last-child{display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.sellerChoiceHero{position:relative;overflow:hidden;min-height:calc(100vh - 76px);padding:92px 0 110px;background:linear-gradient(135deg,#f7fbff,#fff 47%,#f3fff8)}.sellerChoiceHero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(7,37,69,.045) 1px,transparent 0),linear-gradient(90deg,rgba(7,37,69,.045) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 86%);mask-image:linear-gradient(180deg,#000,transparent 86%)}.sellerChoiceGlow{position:absolute;border-radius:50%;filter:blur(60px);opacity:.25;animation:orbFloat 9s ease-in-out infinite}.sellerChoiceGlowOne{width:440px;height:440px;background:#2b8eff;left:-160px;top:-160px}.sellerChoiceGlowTwo{width:520px;height:520px;background:#16cc65;right:-220px;bottom:-210px;animation-delay:-4s}.sellerChoiceInner{position:relative;z-index:1;text-align:center}.sellerChoiceInner>h1{font-size:clamp(48px,6vw,78px);line-height:.98;margin:13px 0 20px;letter-spacing:-.055em;color:var(--navy)}.sellerChoiceInner>p{max-width:760px;margin:0 auto;color:var(--muted);font-size:18px;line-height:1.7}.sellerTypeGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;max-width:1050px;margin:55px auto 28px;text-align:left}.sellerTypeCard{position:relative;overflow:hidden;padding:34px;border:1px solid #dce7e2;border-radius:28px;background:rgba(255,255,255,.86);box-shadow:0 22px 70px rgba(5,33,61,.09);transition:.35s cubic-bezier(.2,.75,.2,1)}.sellerTypeCard:hover{transform:translateY(-8px);box-shadow:0 32px 90px rgba(5,33,61,.16);border-color:rgba(18,199,96,.45)}.sellerTypeDealer{background:linear-gradient(145deg,#071d34,#0b2949);color:#fff;border-color:#173c5e}.sellerTypeDealer:after{content:"";position:absolute;inset:auto -20% -65% 30%;height:380px;background:radial-gradient(circle,rgba(18,199,96,.38),transparent 62%)}.sellerTypeIcon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;font-weight:900;font-size:18px;background:#ecf4ff;color:#0b57cb;margin-bottom:26px;box-shadow:inset 0 0 0 1px #dce8f8}.sellerTypeDealer .sellerTypeIcon{background:rgba(18,199,96,.14);color:#2de67c;box-shadow:inset 0 0 0 1px rgba(45,230,124,.22)}.sellerTypeTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.sellerTypeTop span{font-size:11px;color:#718297;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.sellerTypeTop b{font-size:10px;color:#0a7b3f;background:#e8fbf0;padding:7px 9px;border-radius:999px;letter-spacing:.08em}.sellerTypeDealer .sellerTypeTop span{color:#8fa7bc}.sellerTypeDealer .sellerTypeTop b{color:#43e88c;background:rgba(18,199,96,.12)}.sellerTypeCard h2{font-size:31px;line-height:1.05;letter-spacing:-.035em;margin:20px 0 13px;position:relative;z-index:2}.sellerTypeCard p{color:#65788d;line-height:1.65;position:relative;z-index:2}.sellerTypeDealer p{color:#a9bdd0}.sellerTypeCard ul{list-style:none;margin:25px 0;padding:0;display:grid;grid-gap:10px;gap:10px;position:relative;z-index:2}.sellerTypeCard li{font-size:13px;font-weight:700}.sellerTypeCard li:before{content:"✓";color:#11bd5c;margin-right:9px}.sellerTypeAction{margin-top:30px;padding-top:20px;border-top:1px solid #e3ebe7;display:flex;align-items:center;justify-content:space-between;font-weight:900;color:var(--navy);position:relative;z-index:2}.sellerTypeDealer .sellerTypeAction{border-color:#21415d;color:#fff}.sellerTypeAction b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#06203a;font-size:18px}.sellerTypeRibbon{position:absolute;top:21px;right:-44px;transform:rotate(38deg);background:#16cc65;color:#06203a;font-size:9px;font-weight:1000;letter-spacing:.12em;padding:7px 52px}.sellerSecurityLine{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#66798d;background:#fff;padding:10px 16px;border-radius:999px;border:1px solid #e0e9e4}.sellerSecurityLine span{color:var(--green);font-weight:1000}.listingWizardSection{min-height:100vh;padding:70px 0 100px;background:#f5f8fb}.wizardShell{max-width:1100px}.wizardIntro{text-align:center;margin-bottom:36px}.wizardIntro h1{font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.05em;margin:15px 0}.wizardIntro h1 span{color:var(--green)}.wizardIntro p{max-width:680px;margin:auto;color:var(--muted);line-height:1.65}.wizardPill{display:inline-flex;background:#eafbf1;color:#087b3d;font-size:10px;font-weight:1000;letter-spacing:.14em;padding:8px 12px;border-radius:999px}.wizardCard{background:#fff;border:1px solid #dde7e2;border-radius:26px;box-shadow:0 28px 85px rgba(5,33,61,.09);overflow:hidden}.wizardSteps{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 30px;background:#f9fbfc;border-bottom:1px solid #e4ece8}.wizardStep{display:flex;align-items:center;gap:10px;color:#9aa7b5;font-size:12px;font-weight:800;position:relative}.wizardStep:not(:last-child):after{content:"";height:1px;background:#dfe6e3;position:absolute;left:46px;right:15px;bottom:-23px}.wizardStep i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e8edf0;font-style:normal;font-size:11px}.wizardStep.active{color:var(--navy)}.wizardStep.active i{background:var(--green);color:#05233e}.wizardStep.active:not(:last-child):after{background:#b8ebcf}.wizardContent{padding:35px}.wizardPanel{animation:revealUp .42s ease both}.panelTitle{display:flex;gap:16px;align-items:flex-start;margin-bottom:28px}.editorSectionHead>span,.panelTitle>span{width:42px;height:42px;border-radius:13px;background:#e9fbf1;color:#0a984c;display:grid;place-items:center;font-size:11px;font-weight:1000}.panelTitle h2{font-size:27px;margin:0 0 6px;letter-spacing:-.03em}.panelTitle p{margin:0;color:var(--muted);font-size:13px}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.businessSignupCard label,.formGrid label{display:grid;grid-gap:7px;gap:7px;font-size:11px;font-weight:900;color:#405469;text-transform:uppercase;letter-spacing:.07em}.businessSignupCard input,.formGrid input,.formGrid select,.formGrid textarea,.inventorySearch input,.inventoryToolbar select{width:100%;border:1px solid #dce6e2;background:#fbfcfd;border-radius:13px;padding:14px;color:var(--navy);font:inherit;outline:none;transition:.2s}.businessSignupCard input:focus,.formGrid input:focus,.formGrid select:focus,.formGrid textarea:focus{border-color:#31cd74;box-shadow:0 0 0 4px rgba(18,199,96,.08);background:#fff}.fieldWide{grid-column:1/-1}.checkboxField{display:flex!important;grid-template-columns:22px 1fr!important;align-items:center!important;text-transform:none!important;letter-spacing:0!important;font-size:13px!important;font-weight:650!important}.checkboxField input{width:18px!important;height:18px}.wizardActions{display:flex;justify-content:space-between;padding:22px 35px;border-top:1px solid #e5ece9;background:#fbfcfc}.wizardActions .button{min-width:140px}.button:disabled{opacity:.35;cursor:not-allowed}.uploadZone{min-height:290px;border:2px dashed #bed2c7;border-radius:22px;display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px;background:linear-gradient(135deg,#fbfffd,#f6faff);text-align:center}.uploadIcon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#e8fbf0;color:#11b75a;font-size:31px;font-weight:300}.uploadZone strong{font-size:18px}.uploadZone span{font-size:13px;color:#667b8f}.uploadZone small{font-size:10px;color:#9aa7b2;margin-top:5px}.photoTips{display:flex;gap:9px;flex-wrap:wrap;margin-top:17px}.photoTips span{background:#f1f6f4;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;color:#526779}.listingSummary{margin-top:24px;background:#071f37;color:#fff;border-radius:17px;padding:20px;display:grid;grid-gap:5px;gap:5px}.listingSummary span{font-size:9px;letter-spacing:.13em;color:#7e9bb4}.listingSummary strong{font-size:20px}.listingSummary small{color:#9fb3c5}.publishSuccessPage{min-height:100vh;background:#f5f9f7}.publishSuccess{text-align:center;padding:130px 0}.successPulse{margin:0 auto 25px;width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:var(--green);font-size:32px;font-weight:1000;color:#08243d;box-shadow:0 0 0 14px rgba(18,199,96,.1);animation:softPulse 2s infinite}.publishSuccess h1{font-size:55px;margin:14px 0;letter-spacing:-.045em}.publishSuccess p{max-width:630px;margin:auto;color:var(--muted);line-height:1.7}.successActions{display:flex;gap:10px;justify-content:center;margin-top:28px}.dealerOnboardingHero{padding:90px 0 105px;background:radial-gradient(circle at 80% 20%,rgba(18,199,96,.15),transparent 30%),linear-gradient(135deg,#f8fbff,#fff)}.dealerOnboardingLayout{display:grid;grid-template-columns:1.08fr .78fr;grid-gap:75px;gap:75px;align-items:center}.dealerOnboardingLayout h1{font-size:clamp(48px,5.4vw,76px);line-height:.96;letter-spacing:-.055em;margin:22px 0}.dealerOnboardingLayout h1 span{color:var(--green)}.dealerOnboardingLayout>div>p{font-size:18px;line-height:1.68;color:#667b8f;max-width:650px}.onboardingChecklist{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px;margin:29px 0}.onboardingChecklist span{font-size:13px;font-weight:800;color:#334b61}.businessSignupCard{padding:30px;background:#fff;border:1px solid #dfe9e4;border-radius:25px;box-shadow:0 35px 100px rgba(4,35,61,.13);display:grid;grid-gap:15px;gap:15px}.businessSignupHead{display:grid;grid-gap:5px;gap:5px;margin-bottom:5px}.businessSignupHead span{font-size:9px;letter-spacing:.15em;color:#0c9b4f;font-weight:1000}.businessSignupHead b{font-size:25px}.compactGrid{gap:12px}.fullButton{width:100%;justify-content:center}.businessSignupCard>small{color:#8797a5;line-height:1.5;text-align:center}.proHero{padding:100px 0 92px;background:linear-gradient(130deg,#061a30,#0b2b4a);color:#fff;position:relative;overflow:hidden}.proHero:after{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(18,199,96,.32),transparent 65%);right:-250px;top:-270px}.proHeroInner{position:relative;z-index:1}.proHero h1{max-width:900px;font-size:clamp(53px,6.4vw,86px);line-height:.94;letter-spacing:-.06em;margin:15px 0 22px}.proHero h1 span{color:#28df77}.proHero p{max-width:720px;color:#a8bed0;font-size:18px;line-height:1.7}.proHero .outlineButton{border-color:#385269;color:#fff}.proResourceGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px}.proResourceGrid article{min-height:230px;padding:27px;border:1px solid #dfe9e4;border-radius:21px;background:#fff;transition:.3s}.proResourceGrid article:hover{transform:translateY(-6px);border-color:#9ee0bb;box-shadow:0 20px 60px rgba(7,38,65,.08)}.proResourceGrid article>span{font-size:10px;color:#12b45b;font-weight:1000}.proResourceGrid h3{font-size:24px;margin:32px 0 10px}.proResourceGrid p{color:#718297;line-height:1.6;font-size:13px}.dealerSplitCta{background:#071f37;color:#fff;padding:70px 0}.dealerSplitInner{display:flex;align-items:center;justify-content:space-between;gap:40px}.dealerSplitInner h2{max-width:780px;font-size:48px;line-height:1;letter-spacing:-.045em;margin:10px 0}.dealerSplitInner h2 span{color:#2ce27b}.dealerApp{min-height:100vh;background:#f4f7f9;color:#071f37;display:grid;grid-template-columns:254px minmax(0,1fr)}.dealerSidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#071d34,#061727);color:#fff;padding:18px 15px;display:flex;flex-direction:column;z-index:20}.dealerBrand{display:flex;align-items:center;gap:10px;padding:4px 5px 18px;border-bottom:1px solid rgba(255,255,255,.09)}.dealerBrand img{border-radius:12px}.dealerBrand div{display:grid}.dealerBrand b{font-size:13px}.dealerBrand span{font-size:8px;letter-spacing:.18em;color:#23d970;font-weight:900}.dealerCompany{margin:17px 4px;padding:13px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);border-radius:13px;display:grid;grid-gap:3px;gap:3px}.dealerCompany small{font-size:7px;letter-spacing:.15em;color:#6f8ba3}.dealerCompany strong{font-size:12px}.dealerCompany span{font-size:9px;color:#8ca3b6}.dealerSidebar nav{display:grid;grid-gap:4px;gap:4px}.dealerSidebar nav a{display:flex;align-items:center;gap:10px;min-height:43px;padding:0 11px;border-radius:11px;color:#9bb0c1;font-size:12px;font-weight:750;transition:.2s}.dealerSidebar nav a:hover{background:rgba(255,255,255,.07);color:#fff}.dealerSidebar nav a:first-child{background:rgba(18,199,96,.13);color:#35e17c}.dealerSidebar nav a em{margin-left:auto;font-style:normal;background:#18ca63;color:#062039;min-width:22px;height:22px;border-radius:999px;display:grid;place-items:center;font-size:8px;font-weight:1000}.dealerNavBottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:15px 7px 2px;display:flex;gap:9px;align-items:center}.dealerNavBottom>span{width:34px;height:34px;border-radius:10px;background:#17c962;color:#06203a;display:grid;place-items:center;font-size:10px;font-weight:1000}.dealerNavBottom div{display:grid}.dealerNavBottom b{font-size:11px}.dealerNavBottom small{font-size:9px;color:#7790a4}.dealerMain{min-width:0}.dealerTopbar{height:72px;padding:0 30px;background:#fff;border-bottom:1px solid #dfe7e4;display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:15}.dealerTopbar>div:first-child{display:grid}.dealerTopbar span{font-size:12px;font-weight:900}.dealerTopbar small{font-size:9px;color:#8595a3}.dealerTopActions{display:flex;align-items:center;gap:12px}.dealerTopActions button{border:0;background:transparent;font-size:11px;color:#607385}.dealerOnline{display:flex;align-items:center;gap:6px;padding:8px 11px;background:#ebfaf1;border-radius:999px;color:#07823f;font-size:9px!important}.dealerOnline i{width:7px;height:7px;background:#12c760;border-radius:50%;box-shadow:0 0 0 4px rgba(18,199,96,.12)}.dealerPage{padding:30px;max-width:1500px;margin:auto}.dealerPageHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.dealerPageHeader h1{font-size:36px;letter-spacing:-.04em;margin:5px 0}.dealerPageHeader p{margin:0;color:#768899;font-size:12px}.dealerKpiGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:15px}.dealerKpiGrid article{padding:20px;background:#fff;border:1px solid #dfe8e4;border-radius:17px;display:grid;grid-gap:7px;gap:7px;box-shadow:0 8px 26px rgba(7,31,55,.035)}.dealerKpiGrid span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#7d8c99;font-weight:900}.dealerKpiGrid strong{font-size:31px;letter-spacing:-.04em}.dealerKpiGrid small{font-size:9px;color:#83929f}.dealerKpiGrid small.positive{color:#08a851}.dealerDashboardGrid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);grid-gap:15px;gap:15px}.dealerWidget{background:#fff;border:1px solid #dee7e3;border-radius:18px;box-shadow:0 8px 28px rgba(7,31,55,.035)}.performanceWidget,.recentLeads{padding:21px}.widgetHead{display:flex;justify-content:space-between;align-items:center;gap:15px}.widgetHead>div{display:grid;grid-gap:2px;gap:2px}.widgetHead span{font-size:8px;color:#0ca252;letter-spacing:.14em;font-weight:1000}.widgetHead h2{font-size:18px;margin:0}.widgetHead select{border:1px solid #e1e8e5;padding:8px 10px;border-radius:9px;background:#fafcfc;color:#6d7d8b;font-size:9px}.widgetHead>a{font-size:10px;font-weight:900;color:#0a9a4d}.bigChart{height:220px;position:relative;margin-top:20px;overflow:hidden}.bigChart svg{position:absolute;inset:0;width:100%;height:100%}.chartGridLines{position:absolute;inset:0;background-image:linear-gradient(#edf2ef 1px,transparent 0),linear-gradient(90deg,#edf2ef 1px,transparent 0);background-size:100% 44px,76px 100%}.chartLegend{display:flex;justify-content:space-between;border-top:1px solid #edf1ef;padding-top:13px;font-size:9px;color:#6e7e8a}.chartLegend span{display:flex;align-items:center;gap:6px}.chartLegend i{width:8px;height:8px;border-radius:50%;background:#12c760}.chartLegend strong{color:#23384b}.leadList{margin-top:16px;display:grid}.leadList>div{display:flex;align-items:center;gap:9px;padding:13px 0;border-top:1px solid #edf1ef}.leadAvatar{width:34px;height:34px;border-radius:10px;background:#eaf3ff;color:#2173d7;display:grid;place-items:center;font-size:8px;font-weight:1000}.leadAvatar.green{background:#eafbf1;color:#0ca050}.leadAvatar.navy{background:#eaf0f5;color:#153b5f}.leadList p{display:grid;margin:0;flex:1 1}.leadList b{font-size:10px}.leadList small{font-size:8px;color:#8494a1}.leadList em{font-size:8px;font-style:normal;background:#edf9f2;color:#0c9a4d;padding:5px 7px;border-radius:99px}.dealerInventoryPreview{margin-top:15px;padding:21px}.inventoryRows{margin-top:13px}.inventoryRows>div{display:grid;grid-template-columns:110px minmax(0,1fr) 100px 85px;align-items:center;grid-gap:13px;gap:13px;padding:12px 0;border-top:1px solid #edf1ef}.inventoryThumb{height:54px;border-radius:11px;background:linear-gradient(135deg,#dceafe,#f7f9fb);display:grid;place-items:center;font-size:8px;font-weight:1000;color:#345a82;letter-spacing:.08em}.inventoryThumb.dark{background:#edf0f3;color:#263d55}.inventoryThumb.blue{background:#e7f2ff;color:#2074ce}.inventoryRows p{display:grid;margin:0}.inventoryRows p b{font-size:11px}.inventoryRows p small{font-size:9px;color:#8493a0}.inventoryRows>div>strong{font-size:10px}.statusDraft,.statusLive{font-style:normal;font-size:8px;font-weight:900;padding:6px 8px;border-radius:999px;text-align:center}.statusLive{background:#e9fbf0;color:#079b4a}.statusDraft{background:#f0f2f4;color:#667989}.inventoryToolbar{display:grid;grid-template-columns:minmax(260px,1fr) 180px 190px;grid-gap:10px;gap:10px;margin-bottom:14px}.inventorySearch{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #dde7e3;border-radius:12px;padding:0 12px;color:#7f909d}.inventorySearch input{border:0;background:transparent;padding-left:0}.inventoryToolbar select{background:#fff}.inventoryTable{overflow:hidden}.inventoryTableHead,.inventoryTableRow{display:grid;grid-template-columns:minmax(320px,1.5fr) .65fr .55fr .55fr 60px;align-items:center;grid-gap:10px;gap:10px;padding:13px 18px}.inventoryTableHead{background:#f8faf9;border-bottom:1px solid #e6ece9}.inventoryTableHead span{font-size:8px;letter-spacing:.1em;color:#81909c;font-weight:1000}.inventoryTableRow{border-bottom:1px solid #edf1ef;min-height:78px}.inventoryTableRow:last-child{border:0}.inventoryVehicle{display:grid;grid-template-columns:94px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px}.inventoryVehicle p{display:grid;margin:0}.inventoryVehicle b{font-size:11px}.inventoryVehicle small{font-size:9px;color:#80909d;margin-top:3px}.inventoryTableRow>span,.inventoryTableRow>strong{font-size:10px}.moreButton{border:0;background:#f0f3f2;border-radius:9px;width:32px;height:32px;cursor:pointer;color:#506575}.vehicleEditorGrid{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:16px;gap:16px}.editorMain{display:grid;grid-gap:15px;gap:15px}.editorSection{padding:24px}.editorSectionHead{display:flex;align-items:flex-start;gap:13px;margin-bottom:22px}.editorSectionHead h2{margin:0 0 4px;font-size:19px}.editorSectionHead p{margin:0;font-size:10px;color:#8493a0}.compactUpload{min-height:190px}.editorAside{display:grid;align-content:start;grid-gap:15px;gap:15px;position:-webkit-sticky;position:sticky;top:90px}.publishBox,.sellerIdentityBox{padding:20px}.publishBox>span,.sellerIdentityBox>span{font-size:8px;letter-spacing:.13em;color:#0da552;font-weight:1000}.publishBox h3{font-size:21px;margin:10px 0 7px}.publishBox>p{font-size:10px;color:#81909c;line-height:1.55}.toggleRow{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid #edf1ef;font-size:10px;font-weight:800}.toggleRow input{accent-color:#12c760}.publishBox .button{margin-top:9px}.sellerIdentityBox{display:grid;grid-gap:5px;gap:5px}.sellerIdentityBox strong{font-size:14px}.sellerIdentityBox small{color:#8493a0;font-size:9px}.sellerIdentityBox div{margin-top:10px;color:#079d4b;font-size:9px;font-weight:900}.autosaveBadge{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #e0e8e5;border-radius:99px;padding:8px 11px;font-size:9px;color:#667987}.autosaveBadge i{width:7px;height:7px;border-radius:50%;background:#a5b0b8}.dealerSaveSuccess{max-width:680px;margin:100px auto;text-align:center;background:#fff;border:1px solid #dfe8e4;border-radius:24px;padding:55px;box-shadow:0 20px 70px rgba(7,31,55,.08)}.dealerSaveSuccess>span{width:68px;height:68px;border-radius:50%;background:#12c760;display:grid;place-items:center;margin:auto;font-size:26px;font-weight:1000}.dealerSaveSuccess h1{font-size:40px;margin:20px 0 10px}.dealerSaveSuccess p{color:#788b99;line-height:1.6}.leadsCounter{padding:9px 12px;background:#fff0f0;color:#c84343;border-radius:999px;font-size:9px;font-weight:900}.leadFilters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}.leadFilters button{border:1px solid #dde5e2;background:#fff;padding:9px 11px;border-radius:10px;color:#637685;font-size:9px;font-weight:800}.leadFilters button.active{background:#08233d;color:#fff;border-color:#08233d}.leadFilters b{margin-left:5px;color:#16ca63}.leadTable{overflow:hidden}.leadTableHead,.leadTableRow{display:grid;grid-template-columns:1fr 1.4fr .7fr .6fr .6fr;align-items:center;grid-gap:12px;gap:12px;padding:14px 18px}.leadTableHead{background:#f8faf9;border-bottom:1px solid #e5ece9}.leadTableHead span{font-size:8px;font-weight:1000;letter-spacing:.1em;color:#82919c}.leadTableRow{border-bottom:1px solid #edf1ef;min-height:70px}.leadPerson{display:flex;align-items:center;gap:9px}.leadPerson>span{width:35px;height:35px;border-radius:10px;background:#eaf3ff;display:grid;place-items:center;color:#256ccb;font-size:8px;font-weight:1000}.leadPerson div{display:grid}.leadPerson b{font-size:10px}.leadPerson small{font-size:8px;color:#8897a2}.leadTableRow>span,.leadTableRow>strong{font-size:9px}.leadTableRow>em{font-style:normal;font-size:8px;background:#edf9f2;color:#0c9a4d;padding:6px 7px;border-radius:999px;text-align:center}@media(max-width:1100px){.dealerOnboardingLayout{grid-template-columns:1fr}.businessSignupCard{max-width:650px}.dealerKpiGrid{grid-template-columns:repeat(2,1fr)}.dealerDashboardGrid,.vehicleEditorGrid{grid-template-columns:1fr}.editorAside{position:static;grid-template-columns:1fr 1fr}.proResourceGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.sellerTypeGrid{grid-template-columns:1fr;max-width:650px}.dealerApp{grid-template-columns:76px 1fr}.dealerSidebar{padding-inline:10px}.dealerBrand div,.dealerCompany,.dealerNavBottom div,.dealerSidebar nav a span{display:none}.dealerBrand,.dealerSidebar nav a{justify-content:center}.dealerSidebar nav a{font-size:17px}.dealerSidebar nav a em{position:absolute;margin-left:29px;margin-top:-24px}.dealerNavBottom{justify-content:center}.dealerTopbar{padding-inline:20px}.dealerPage{padding:22px}.inventoryTableHead{display:none}.inventoryTableRow{grid-template-columns:minmax(260px,1.5fr) .7fr .6fr .6fr}.inventoryTableRow .moreButton{display:none}.inventoryToolbar{grid-template-columns:1fr 1fr}.inventorySearch{grid-column:1/-1}.leadTableHead{display:none}.leadTableRow{grid-template-columns:1fr 1.2fr .7fr .55fr}.leadTableRow>span:nth-of-type(2){display:none}.dealerSplitInner{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.sellerChoiceHero{padding:58px 0 75px}.sellerChoiceInner>h1{font-size:46px}.sellerChoiceInner>p{font-size:15px}.sellerTypeGrid{margin-top:34px}.sellerTypeCard{padding:25px;border-radius:21px}.sellerTypeCard h2{font-size:26px}.wizardIntro{text-align:left}.wizardIntro h1{font-size:44px}.wizardSteps{padding:15px;gap:4px}.wizardStep{justify-content:center}.wizardStep span{display:none}.wizardStep:not(:last-child):after{left:57%;right:-43%;bottom:auto;top:15px}.wizardContent{padding:24px 17px}.formGrid{grid-template-columns:1fr}.fieldWide{grid-column:auto}.wizardActions{padding:17px}.wizardActions .button{min-width:0}.dealerOnboardingHero{padding:55px 0 70px}.dealerOnboardingLayout{gap:35px}.dealerOnboardingLayout h1{font-size:47px}.onboardingChecklist{grid-template-columns:1fr}.businessSignupCard{padding:22px}.proHero{padding:70px 0}.proHero h1{font-size:48px}.proResourceGrid{grid-template-columns:1fr}.dealerSplitInner h2{font-size:38px}.dealerApp{display:block}.dealerSidebar{position:fixed;left:0;right:0;bottom:0;top:auto;height:65px;z-index:50;flex-direction:row;padding:7px 8px;background:#071d34}.dealerBrand,.dealerCompany,.dealerNavBottom{display:none}.dealerSidebar nav{display:grid;grid-template-columns:repeat(5,1fr);width:100%;grid-gap:3px;gap:3px}.dealerSidebar nav a{min-height:50px;padding:0;font-size:16px}.dealerSidebar nav a:nth-child(6){display:none}.dealerSidebar nav a em{margin-left:26px;margin-top:-28px}.dealerTopbar{height:60px;padding-inline:15px}.dealerTopActions button{display:none}.dealerPage{padding:18px 13px 90px}.dealerPageHeader{align-items:flex-start;flex-direction:column}.dealerPageHeader h1{font-size:30px}.dealerPageHeader .button{width:100%;justify-content:center}.dealerKpiGrid{grid-template-columns:1fr 1fr;gap:9px}.dealerKpiGrid article{padding:15px}.dealerKpiGrid strong{font-size:25px}.dealerInventoryPreview,.performanceWidget,.recentLeads{padding:16px}.bigChart{height:170px}.inventoryRows>div{grid-template-columns:80px 1fr 70px}.inventoryRows>div>em{display:none}.inventoryToolbar{grid-template-columns:1fr}.inventorySearch{grid-column:auto}.inventoryTableRow{grid-template-columns:1fr auto;padding:12px}.inventoryTableRow>em,.inventoryTableRow>span,.inventoryTableRow>strong{display:none}.inventoryVehicle{grid-template-columns:77px 1fr}.editorSection{padding:17px}.editorAside{grid-template-columns:1fr}.leadFilters{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.leadFilters button{white-space:nowrap}.leadTableRow{grid-template-columns:1fr auto;padding:12px}.leadTableRow>span,.leadTableRow>strong{display:none}.leadTableRow>em{display:block}.publishSuccess{padding-top:90px}.publishSuccess h1{font-size:40px}.successActions{flex-direction:column}.successActions .button{justify-content:center}}