:root{--bg:#050505;--text:#ffffff;--muted:rgba(255,255,255,0.72);--line:rgba(255,255,255,0.18);--card:#111111}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body:has(.av-home),html:has(.av-home){scroll-snap-type:y mandatory;scroll-padding-top:0}body:has(.av-home) .site-footer{min-height:min(760px,86svh);scroll-snap-align:start;scroll-snap-stop:always;scroll-margin-top:0;box-sizing:border-box}@media (max-width:768px){body:has(.av-home),html:has(.av-home){scroll-snap-type:none;scroll-padding-top:0}body:has(.av-home) .site-footer{min-height:auto;scroll-snap-align:none;scroll-margin-top:0}}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{z-index:60;top:0;height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-line,.site-header{position:fixed;left:50%;width:min(1180px,calc(100% - 48px));transform:translateX(-50%)}.header-line{z-index:59;top:88px;height:1px;background:var(--line)}.header-cta,.menu-button{display:inline-flex;align-items:center;gap:12px;border:0;background:transparent;color:white;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.menu-button{justify-self:start}.header-cta{justify-self:end}.hamburger{display:grid;gap:4px;width:16px}.hamburger i{display:block;height:2px;background:white}.brand,.footer-logo{font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1;letter-spacing:-.08em}.menu-panel{position:fixed;z-index:90;inset:0 auto 0 0;width:min(420px,86vw);padding:110px 42px 42px;background:rgba(8,8,8,.96);border-right:1px solid var(--line);transform:translateX(-105%);transition:transform .35s ease}.menu-panel.open{transform:translateX(0)}.menu-panel nav{display:grid;gap:24px}.menu-panel a{color:white;font-size:22px;letter-spacing:.14em;text-transform:uppercase}.close-button{position:absolute;top:28px;right:28px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;color:white;cursor:pointer;font-size:28px}.backdrop{position:fixed;z-index:80;inset:0;border:0;background:rgba(0,0,0,.45)}.hero{position:relative;min-height:100vh;display:grid;place-items:center;overflow:hidden;background:#000}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.48),rgba(0,0,0,.18) 42%,rgba(0,0,0,.72)),radial-gradient(circle at center,rgba(0,0,0,.05) 0 36%,rgba(0,0,0,.5) 100%)}.video-click-shield{position:absolute;inset:0;z-index:2;pointer-events:none}.hero-content{position:relative;z-index:3;width:min(920px,calc(100% - 40px));text-align:center;text-transform:uppercase;padding-top:60px;opacity:0;transform:translateY(18px);animation:heroIn 1.1s ease .35s forwards}@keyframes heroIn{to{opacity:1;transform:translateY(0)}}.eyebrow,.section-kicker{margin:0 0 18px;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.42em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;font-size:clamp(42px,6vw,82px);line-height:.98;font-weight:300;letter-spacing:.08em}.hero-text{width:min(760px,100%);margin:0 auto 34px;color:var(--muted);font-size:clamp(16px,1.5vw,21px);line-height:1.6;text-transform:none}.primary-btn{display:inline-flex;justify-content:center;align-items:center;min-width:230px;min-height:48px;padding:0 30px;border-radius:999px;background:white;color:#111;font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;transition:transform .2s ease,background .2s ease}.primary-btn:hover{transform:translateY(-2px);background:#e9e9e9}.scroll-label{position:absolute;z-index:3;left:50%;bottom:clamp(30px,5vh,58px);transform:translateX(-50%);width:48px;height:58px;display:inline-flex;gap:6px;align-items:center;justify-content:center;animation:scrollCueFloat 1.8s ease-in-out infinite}.scroll-label span{width:3px;height:28px;border-radius:999px;background:rgba(255,255,255,.86);transform-origin:center;box-shadow:0 0 18px rgba(255,255,255,.18);animation:scrollBars 1.35s ease-in-out infinite}.scroll-label:after{content:"";position:absolute;left:50%;bottom:2px;width:12px;height:12px;border-right:2px solid rgba(255,255,255,.78);border-bottom:2px solid rgba(255,255,255,.78);transform:translateX(-50%) rotate(45deg);animation:scrollCueArrow 1.35s ease-in-out infinite}.scroll-label span:nth-child(2){height:38px;animation-delay:.12s}.scroll-label span:nth-child(3){animation-delay:.24s}@keyframes scrollBars{0%,to{opacity:.34;transform:scaleY(.58)}45%{opacity:1;transform:scaleY(1)}}@keyframes scrollCueFloat{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}@keyframes scrollCueArrow{0%,to{opacity:.24;transform:translate(-50%,-3px) rotate(45deg)}45%{opacity:1;transform:translate(-50%,4px) rotate(45deg)}}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:110px 0}.dark-section{width:100%;padding-left:max(20px,calc((100vw - 1180px) / 2));padding-right:max(20px,calc((100vw - 1180px) / 2));background:#0c0c0c}.contact-section h2,.section h2{max-width:900px;margin-bottom:38px;font-size:clamp(34px,4.4vw,62px);line-height:1.05;font-weight:300;letter-spacing:.03em}.benefits,.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit,.card,.contact-box,.step{border:1px solid var(--line);background:var(--card)}.card{min-height:230px;padding:30px}.card h3{margin-bottom:18px;font-size:25px;font-weight:400}.card p,.contact-section p{color:var(--muted);line-height:1.75}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:90px 1fr;align-items:center;min-height:78px;padding:18px 24px}.step span{color:var(--muted);letter-spacing:.18em}.step p{margin:0;color:rgba(255,255,255,.84);font-size:20px;line-height:1.45}.benefit{min-height:120px;padding:26px;color:var(--muted);line-height:1.6}.contact-section{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:110px 0}.contact-box{display:grid;gap:14px;align-content:center;padding:34px}.contact-box a{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;background:white;color:#111;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer{display:grid;place-items:center;gap:12px;padding:46px 20px;border-top:1px solid var(--line);color:var(--muted);text-align:center}@media (max-width:860px){.site-header{width:calc(100% - 28px);height:76px}.header-line{top:76px;width:calc(100% - 28px)}.header-cta{font-size:10px;letter-spacing:.12em}.menu-button span:last-child{display:none}h1{font-size:clamp(38px,12vw,58px);letter-spacing:.04em}.benefits,.cards,.contact-section{grid-template-columns:1fr}.contact-section,.section{padding:72px 0}.step{grid-template-columns:1fr;gap:8px}}body,html{min-height:100%;overflow-x:hidden}body{background:radial-gradient(circle at 18% 0,rgba(255,255,255,.08),transparent 28%),radial-gradient(circle at 82% 12%,rgba(255,255,255,.045),transparent 26%),#050505}.site-header{animation:rrHeaderIn 1s cubic-bezier(.16,1,.3,1) .15s both}.header-line{animation:rrHeaderLineIn 1.15s ease .35s both}@keyframes rrHeaderIn{0%{opacity:0;transform:translateX(-50%) translateY(-24px);filter:blur(12px)}to{opacity:1;transform:translateX(-50%) translateY(0);filter:blur(0)}}@keyframes rrHeaderLineIn{0%{opacity:0;transform:translateX(-50%) scaleX(.65)}to{opacity:1;transform:translateX(-50%) scaleX(1)}}.dynamic-section{position:relative;overflow:hidden;padding:120px 0;background:linear-gradient(180deg,#050505,#0c0c0c 48%,#050505);border-top:1px solid rgba(255,255,255,.08)}.dynamic-section-head{width:min(1180px,calc(100% - 40px));margin:0 auto 46px}.dynamic-section-head h2{max-width:920px;margin-bottom:20px;font-size:clamp(36px,5vw,78px);line-height:.96;font-weight:300;letter-spacing:.035em;text-transform:uppercase}.dynamic-section-head>p:not(.section-kicker){max-width:720px;color:rgba(255,255,255,.66);font-size:18px;line-height:1.75}.section-more{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:18px;padding:0 24px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:white;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;transition:.25s ease}.section-more:hover{background:#fff;color:#111}.premium-carousel{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}.premium-carousel-track{display:flex;width:max-content;gap:18px;animation:rrCarousel var(--duration,42s) linear infinite}.premium-carousel:hover .premium-carousel-track{animation-play-state:paused}@keyframes rrCarousel{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.premium-card{width:min(420px,82vw);min-height:260px;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));box-shadow:0 24px 80px rgba(0,0,0,.28)}.premium-carousel.large .premium-card{width:min(540px,86vw);min-height:330px}.premium-card span{display:inline-flex;margin-bottom:34px;color:rgba(255,255,255,.48);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.premium-card h3{margin-bottom:16px;font-size:28px;line-height:1.08;font-weight:400;text-transform:uppercase}.premium-card p{margin:0;color:rgba(255,255,255,.66);line-height:1.7}.cars-page{min-height:100vh;padding-bottom:90px;background:radial-gradient(circle at 12% 0,rgba(255,255,255,.09),transparent 30%),linear-gradient(180deg,#050505,#090909 40%,#050505);color:#fff}.premium-cars-hero{position:relative;min-height:74vh;display:flex;align-items:flex-end;overflow:hidden;padding:150px 0 70px;background:#050505}.cars-hero-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:50%;transform:scale(1.06);filter:brightness(.58) contrast(1.08) saturate(1.08)}.cars-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.36) 44%,rgba(0,0,0,.92)),radial-gradient(circle at center,rgba(0,0,0,.06),rgba(0,0,0,.72))}.premium-cars-hero-inner{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto}.content-back{display:inline-flex;margin-bottom:34px;color:rgba(255,255,255,.62);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;transition:color .25s ease}.content-back:hover{color:#fff}.premium-cars-hero h1{max-width:860px;margin-bottom:22px;font-size:clamp(48px,7vw,108px);line-height:.88;font-weight:300;letter-spacing:.035em;text-transform:uppercase}.premium-cars-hero p:not(.section-kicker){max-width:760px;color:rgba(255,255,255,.68);font-size:18px;line-height:1.75}.cars-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:760px;margin-top:34px}.cars-stats.cars-stats-single{grid-template-columns:minmax(220px,320px)}.cars-stats div{padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.07);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cars-stats strong{display:block;margin-bottom:5px;font-size:28px;font-weight:500}.cars-stats span{color:rgba(255,255,255,.55);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.premium-cars-toolbar{position:sticky;top:88px;z-index:40;width:min(1180px,calc(100% - 40px));margin:24px auto 34px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(8,8,8,.78);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.premium-cars-toolbar form{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(170px,.9fr) minmax(190px,1fr) 130px minmax(160px,.8fr) 150px 120px;gap:10px;align-items:end}.cars-filter-field{min-width:0;display:grid;gap:7px}.cars-filter-field>span{padding-left:18px;color:rgba(255,255,255,.62);font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.cars-filter-field.is-disabled{opacity:.56}.premium-cars-toolbar button,.premium-cars-toolbar input,.premium-cars-toolbar select{width:100%;min-height:52px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:0 18px;outline:0;background:rgba(255,255,255,.07);color:#fff;font-size:13px}.premium-cars-toolbar input:hover,.premium-cars-toolbar select:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.1)}.premium-cars-toolbar button:focus-visible,.premium-cars-toolbar input:focus-visible,.premium-cars-toolbar select:focus-visible{border-color:rgba(255,255,255,.78);box-shadow:0 0 0 3px rgba(255,255,255,.16)}.premium-cars-toolbar select:disabled{cursor:not-allowed}.premium-cars-toolbar select option{color:#111}.premium-cars-toolbar button{background:#fff;color:#111;cursor:pointer;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.premium-cars-grid{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.premium-car-card{display:grid;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.035));box-shadow:0 26px 80px rgba(0,0,0,.28);transition:transform .28s ease,border-color .28s ease,background .28s ease}.premium-car-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.28);background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.05))}.car-card-image{position:relative;aspect-ratio:1.38/1;overflow:hidden;background:#111}.car-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.premium-car-card:hover .car-card-image img{transform:scale(1.06)}.car-card-image em,.car-card-image span{position:absolute;top:14px;display:inline-flex;min-height:28px;align-items:center;border-radius:999px;padding:0 12px;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.car-card-image span{left:14px;background:#fff;color:#111}.car-card-image span.sold{background:#7a271a;color:#fff}.car-card-image em{right:14px;background:rgba(0,0,0,.62);color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.car-card-body{padding:22px}.car-card-body>p{min-height:22px;margin-bottom:12px;color:rgba(255,255,255,.68);font-size:12px;font-weight:600;line-height:1.45;letter-spacing:0;text-transform:none}.car-card-body h2{min-height:54px;margin-bottom:16px;font-size:20px;line-height:1.18;font-weight:500;text-transform:uppercase}.car-card-price{margin-bottom:7px;font-size:23px;font-weight:500}.car-price-note{margin:0 0 18px!important;max-width:420px;color:rgba(255,255,255,.66)!important;font-size:11px!important;font-weight:600!important;line-height:1.45!important;letter-spacing:0!important;text-transform:none!important}.car-card-specs{display:flex;flex-wrap:wrap;gap:8px}.car-card-specs span{display:inline-flex;min-height:30px;align-items:center;border-radius:999px;padding:0 10px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.68);font-size:11px}.car-card-more{margin-top:20px;color:rgba(255,255,255,.86);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.cars-empty,.cars-pagination{width:min(1180px,calc(100% - 40px));margin:40px auto 0;text-align:center}.cars-pagination{display:flex;justify-content:center;align-items:center;gap:14px}.cars-pagination a,.cars-pagination span{display:inline-flex;min-height:46px;align-items:center;border-radius:999px;padding:0 18px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.78);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.car-detail-page{min-height:100vh;background:#050505;color:#fff}.premium-car-hero{position:relative;overflow:hidden;min-height:78vh;padding:150px 0 70px;display:flex;align-items:flex-end;background:#050505}.premium-car-hero-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:50%;transform:scale(1.08);filter:brightness(.55) contrast(1.08) saturate(1.08)}.premium-car-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.44),rgba(0,0,0,.36) 44%,rgba(0,0,0,.94)),radial-gradient(circle at 70% 40%,rgba(0,0,0,.05),rgba(0,0,0,.72))}.premium-car-hero-inner{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto}.car-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:42px;color:rgba(255,255,255,.58);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.car-breadcrumbs p{margin:0;color:rgba(255,255,255,.76)}.premium-car-hero-grid{display:grid;grid-template-columns:1fr 360px;gap:30px;align-items:end}.premium-car-title h1{max-width:860px;margin-bottom:20px;font-size:clamp(44px,6.6vw,104px);line-height:.88;font-weight:300;letter-spacing:.035em;text-transform:uppercase}.premium-car-subtitle{max-width:760px;color:rgba(255,255,255,.68);font-size:18px;line-height:1.65}.car-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:760px;margin-top:30px}.car-hero-stat{padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.07);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.car-hero-stat span{display:block;margin-bottom:8px;color:rgba(255,255,255,.48);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.car-hero-stat strong{font-size:18px;font-weight:500}.premium-deal-box{padding:26px;border-radius:28px;background:rgba(255,255,255,.92);color:#111;box-shadow:0 28px 90px rgba(0,0,0,.34)}.premium-deal-box>span{display:block;margin-bottom:10px;color:rgba(0,0,0,.52);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.premium-deal-box>strong{display:block;margin-bottom:8px;font-size:32px;font-weight:500}.premium-deal-box .car-price-note{margin-bottom:18px!important;color:rgba(0,0,0,.62)!important}.deal-mini-specs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.deal-mini-specs p{margin:0;padding:8px 10px;border-radius:999px;background:rgba(0,0,0,.07);font-size:12px}.car-side-card a,.deal-primary,.deal-secondary{display:flex;justify-content:center;align-items:center;min-height:48px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.deal-primary{background:#111;color:#fff}.deal-secondary{margin-top:10px;border:1px solid rgba(0,0,0,.12);color:#111}.car-detail-nav{position:sticky;top:88px;z-index:38;width:min(1180px,calc(100% - 40px));margin:-1px auto 0;display:flex;gap:8px;overflow-x:auto;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(5,5,5,.76);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.car-detail-nav a{flex:0 0 auto;display:inline-flex;min-height:42px;align-items:center;padding:0 18px;border-radius:999px;color:rgba(255,255,255,.68);background:rgba(255,255,255,.06);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.car-detail-nav a:hover{color:#111;background:#fff}.premium-gallery-section{width:min(1180px,calc(100% - 40px));margin:42px auto 0}.car-gallery{display:grid;gap:14px}.car-gallery-main{position:relative;overflow:hidden;min-height:620px;border-radius:30px;background:#101010}.car-gallery-open{position:absolute;inset:0;display:block;width:100%;height:100%;border:0;padding:0;background:transparent;cursor:zoom-in}.car-gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-arrow{position:absolute;top:50%;z-index:3;width:54px;height:54px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(0,0,0,.55);color:#fff;cursor:pointer;transform:translateY(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.gallery-arrow.left{left:18px}.gallery-arrow.right{right:18px}.gallery-counter{position:absolute;right:18px;bottom:18px;z-index:3;border-radius:999px;padding:10px 14px;background:rgba(0,0,0,.58);color:#fff;font-size:12px;font-weight:900;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.car-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.car-gallery-thumbs button{flex:0 0 118px;overflow:hidden;height:78px;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:0;background:#111;opacity:.58;cursor:pointer}.car-gallery-thumbs button.active{opacity:1;border-color:#fff}.car-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.car-lightbox{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:rgba(0,0,0,.94)}.car-lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}.car-lightbox-arrow,.car-lightbox-close{position:fixed;z-index:202;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.car-lightbox-close{top:22px;right:22px;width:54px;height:54px;font-size:32px}.car-lightbox-arrow{top:50%;width:58px;height:58px;transform:translateY(-50%)}.car-lightbox-arrow.left{left:24px}.car-lightbox-arrow.right{right:24px}.car-lightbox-counter{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.82);font-size:13px;font-weight:900}.premium-car-content{width:min(1180px,calc(100% - 40px));margin:42px auto 0;grid-template-columns:1fr 360px;align-items:start}.car-detail-main,.premium-car-content{display:grid;gap:22px}.car-block,.car-side-card{border:1px solid rgba(255,255,255,.12);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));box-shadow:0 24px 80px rgba(0,0,0,.24)}.car-block{padding:32px}.car-block h2{max-width:760px;margin-bottom:30px;font-size:clamp(30px,4vw,58px);line-height:1;font-weight:300;text-transform:uppercase}.car-spec-grid,.deal-checks,.estimate-grid,.features-grid,.related-cars-grid{display:grid;gap:14px}.deal-checks{grid-template-columns:repeat(3,minmax(0,1fr))}.car-spec,.deal-checks div,.estimate-grid div,.features-grid div{padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.055)}.deal-checks strong,.estimate-grid strong{display:block;margin-bottom:10px;font-size:20px}.car-muted,.deal-checks p,.estimate-grid p{margin:0;color:rgba(255,255,255,.62);line-height:1.65}.car-spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.car-spec span{display:block;margin-bottom:9px;color:rgba(255,255,255,.46);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.car-spec strong{font-size:17px;line-height:1.3;font-weight:500}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.estimate-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.estimate-grid span{display:block;margin-bottom:26px;color:rgba(255,255,255,.44);font-size:11px;font-weight:900;letter-spacing:.18em}.car-roadmap{display:grid;gap:12px}.car-roadmap-step{display:grid;grid-template-columns:74px 1fr;gap:18px;padding:22px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055)}.car-roadmap-step>span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#fff;color:#111;font-size:12px;font-weight:900}.car-roadmap-step strong{display:block;margin-bottom:8px;font-size:20px}.car-roadmap-step p{margin:0;color:rgba(255,255,255,.62);line-height:1.65}.car-sidebar{display:grid;gap:18px}.premium-sticky-offer{position:sticky;top:166px}.car-side-card{padding:24px;background:rgba(255,255,255,.92);color:#111}.car-side-card.dark{background:#fff;color:#111}.car-side-card .section-kicker{color:rgba(0,0,0,.46)}.car-side-card h2{margin-bottom:14px;font-size:28px;line-height:1.08;font-weight:500}.car-side-card li,.car-side-card p{color:rgba(0,0,0,.62);line-height:1.65}.car-side-card ul{margin:0;padding-left:18px}.car-side-card a{margin-top:18px;background:#111;color:#fff}.sidebar-price{margin:22px 0;padding:18px;border-radius:20px;background:rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.08)}.sidebar-price span{display:block;margin-bottom:8px;color:rgba(0,0,0,.48);font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.sidebar-price strong{display:block;font-size:26px;font-weight:500}.sidebar-price small{display:block;margin-top:8px;color:rgba(0,0,0,.58);font-size:11px;line-height:1.45}.sidebar-secondary-link{border:1px solid rgba(0,0,0,.12);background:transparent!important;color:#111!important}.related-cars-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.related-cars-grid a{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.055)}.related-cars-grid img{width:100%;aspect-ratio:1.35/1;object-fit:cover}.related-cars-grid div{padding:16px}.related-cars-grid span{display:block;margin-bottom:8px;color:rgba(255,255,255,.56);font-size:12px}.brand-cars-grid small,.brand-static-cars-grid small,.related-cars-grid small{display:block;margin:-2px 0 8px;color:rgba(255,255,255,.76);font-size:11px;line-height:1.35}.brand-static-cars-grid em{display:block;margin:0 0 8px;color:rgba(255,255,255,.86);font-size:12px;font-style:normal;line-height:1.42;text-shadow:0 2px 14px rgba(0,0,0,.6)}.car-client-description{max-width:860px;margin:0 0 22px;color:rgba(255,255,255,.72);font-size:16px;line-height:1.75}.related-cars-grid strong{display:block;margin-bottom:8px;font-size:16px;line-height:1.25}.related-cars-grid p{margin:0;color:rgba(255,255,255,.54);font-size:12px}.mobile-car-cta{display:none}@media (max-width:1100px){.premium-cars-toolbar form{grid-template-columns:1fr 1fr}.premium-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-car-content,.premium-car-hero-grid{grid-template-columns:1fr}.premium-sticky-offer{position:static}.car-spec-grid,.deal-checks,.estimate-grid,.related-cars-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.car-detail-nav,.premium-cars-toolbar{top:76px;width:calc(100% - 28px);border-radius:24px}.premium-car-hero,.premium-cars-hero{padding-top:120px}.car-hero-stats,.cars-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-car-content,.premium-car-hero-inner,.premium-cars-grid,.premium-cars-hero-inner,.premium-gallery-section{width:calc(100% - 28px)}.car-gallery-main{min-height:420px}.car-spec-grid,.deal-checks,.estimate-grid,.features-grid,.premium-cars-grid,.premium-cars-toolbar form,.related-cars-grid{grid-template-columns:1fr}.car-block{padding:22px;border-radius:24px}.car-breadcrumbs{display:none}.mobile-car-cta{position:fixed;z-index:95;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px;border-radius:24px;border:1px solid rgba(255,255,255,.16);background:rgba(5,5,5,.84);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 24px 80px rgba(0,0,0,.45)}.mobile-car-cta span{display:block;margin-bottom:4px;color:rgba(255,255,255,.5);font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.mobile-car-cta strong{font-size:17px;font-weight:500}.mobile-car-cta a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;background:#fff;color:#111;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}}@media (max-width:560px){.premium-car-title h1,.premium-cars-hero h1{font-size:clamp(38px,13vw,58px)}.car-hero-stats,.cars-stats{grid-template-columns:1fr}.car-gallery-main{min-height:330px}.gallery-arrow{width:44px;height:44px}.car-gallery-thumbs button{flex-basis:92px;height:62px}}.clean-video-bg{position:absolute;inset:0;z-index:0;overflow:hidden;background:#000;contain:paint;pointer-events:none}.clean-video-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;backface-visibility:hidden;transform:translateZ(0);transition:opacity .72s ease;will-change:opacity}.clean-video-bg.is-loaded video{opacity:1}.clean-video-bg:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.56),rgba(0,0,0,.16) 44%,rgba(0,0,0,.76)),radial-gradient(ellipse at center,rgba(0,0,0,0) 0 42%,rgba(0,0,0,.46) 100%)}.home-cars-section{position:relative;width:100%;padding:110px 0 120px;overflow:hidden;background:radial-gradient(circle at 12% 0,rgba(255,255,255,.08),transparent 30%),linear-gradient(180deg,#050505,#101010 45%,#050505)}.home-cars-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 28%,transparent 72%,rgba(255,255,255,.03));pointer-events:none}.home-cars-head{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto 34px;display:flex;justify-content:space-between;align-items:end;gap:28px}.home-cars-head h2{max-width:850px;margin:0;font-size:clamp(36px,5vw,76px);line-height:.96;font-weight:300;letter-spacing:.045em;text-transform:uppercase}.home-cars-head a{flex:0 0 auto;display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;background:#fff;color:#111;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.home-cars-track{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(290px,360px);gap:18px;overflow-x:auto;padding:4px 0 20px;scroll-snap-type:x mandatory}.home-car-card{scroll-snap-align:start;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.035)),rgba(255,255,255,.025);box-shadow:0 30px 80px rgba(0,0,0,.3);transition:transform .35s ease,border-color .35s ease}.home-car-card:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.32)}.home-car-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#111}.home-car-image:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.64))}.home-car-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.home-car-card:hover .home-car-image img{transform:scale(1.06)}.home-car-image span{position:absolute;z-index:2;right:16px;bottom:16px;padding:8px 11px;border-radius:999px;background:rgba(0,0,0,.56);color:#fff;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-car-body{padding:24px}.home-car-body>p{min-height:30px;margin-bottom:14px;color:rgba(255,255,255,.5);font-size:10px;line-height:1.35;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.home-car-body h3{min-height:58px;margin-bottom:18px;font-size:24px;line-height:1.05;font-weight:400;letter-spacing:.04em;text-transform:uppercase}.home-car-body strong{display:block;margin-bottom:20px;font-size:22px;font-weight:300}.home-car-body div{display:flex;flex-wrap:wrap;gap:8px}.home-car-body span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.075);color:rgba(255,255,255,.66);font-size:12px}@media (max-width:760px){.home-cars-head{align-items:start;flex-direction:column}.home-cars-track{grid-auto-columns:minmax(270px,84vw)}}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:minmax(220px,1.15fr) minmax(190px,1fr) minmax(190px,1fr) minmax(150px,.72fr)!important}.cars-page.page-theme-light section.premium-cars-toolbar label.cars-filter-field.is-disabled>span{color:rgba(32,41,67,.34)!important}.cars-page.page-theme-light section.premium-cars-toolbar select:disabled{border-color:rgba(32,41,67,.06)!important}@media (max-width:980px){.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"search search" "brand model" "year sort" "spec submit"!important}}@media (max-width:620px){.cars-page.page-theme-light section.premium-cars-toolbar{width:calc(100% - 32px)!important;margin:24px auto 38px!important;padding:14px!important;border-radius:20px!important}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr!important;grid-template-areas:"search" "brand" "model" "year" "sort" "submit" "spec"!important;gap:14px!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--spec{display:none!important}}.cars-page.page-theme-light section.premium-cars-toolbar{border:1px solid rgba(32,41,67,.08)!important;background:rgba(255,255,255,.94)!important;box-shadow:0 24px 58px rgba(32,41,67,.12)!important}.cars-page.page-theme-light section.premium-cars-toolbar button[type=submit],.cars-page.page-theme-light section.premium-cars-toolbar input,.cars-page.page-theme-light section.premium-cars-toolbar select{font-size:13px!important}.cars-page.page-theme-light section.premium-cars-toolbar label.cars-filter-field>span{padding-left:2px!important;font-size:9px!important;letter-spacing:.12em!important}.cars-page.page-theme-light .premium-car-card{border:1px solid rgba(32,41,67,.08)!important;border-radius:16px!important;box-shadow:0 18px 42px rgba(32,41,67,.1)!important}.cars-page.page-theme-light .car-card-body>p{min-height:40px!important;margin:0 0 12px!important;color:rgba(32,41,67,.64)!important;font-size:13px!important;line-height:1.45!important}.cars-page.page-theme-light .car-card-body h2{color:#10192f!important;letter-spacing:0!important}.cars-page.page-theme-light .car-card-price{margin:0 0 10px!important;color:#10192f!important}.cars-page.page-theme-light .car-card-specs span{min-width:0!important;padding:0 8px!important}@media (max-width:620px){.cars-page.page-theme-light section.premium-cars-toolbar{width:calc(100% - 32px)!important;margin:22px auto 34px!important;padding:12px!important}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr!important;grid-template-areas:"search" "brand" "model" "year" "sort" "submit"!important;gap:12px!important}.cars-page.page-theme-light section.premium-cars-toolbar button[type=submit],.cars-page.page-theme-light section.premium-cars-toolbar input,.cars-page.page-theme-light section.premium-cars-toolbar select{min-height:46px!important;padding:0 12px!important}.cars-page.page-theme-light .car-card-body{min-height:300px!important;padding:20px!important}.cars-page.page-theme-light .car-card-body h2{min-height:auto!important;font-size:21px!important}.cars-page.page-theme-light .car-card-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.cars-page .car-card-image{background:linear-gradient(135deg,rgba(230,234,243,.92),rgba(247,248,252,.98))!important}.cars-page .car-card-image img{object-position:center 42%!important}.cars-page .car-card-image__fallback{position:absolute;inset:0;display:grid;place-items:center;color:rgba(32,41,67,.48);font-size:11px;font-weight:850;letter-spacing:.13em;text-transform:uppercase;background:linear-gradient(135deg,rgba(237,240,247,.96),rgba(249,250,253,.98))}.cars-page .car-card-body h2{display:-webkit-box!important;min-height:3.2em!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important}.cars-page.page-theme-light .premium-cars-toolbar{position:relative!important;top:auto!important;z-index:5!important;width:min(1180px,calc(100% - 44px))!important;max-width:1180px!important;margin:32px auto 52px!important;padding:18px!important;border:1px solid rgba(32,41,67,.09)!important;border-radius:24px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 24px 70px rgba(32,41,67,.1)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;overflow:visible!important}.cars-page.page-theme-light .premium-cars-toolbar .cars-filter-form{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:minmax(220px,1.25fr) minmax(170px,.9fr) minmax(190px,1fr) minmax(130px,.65fr)!important;gap:16px!important;align-items:end!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.cars-page.page-theme-light .premium-cars-toolbar .cars-filter-field{min-width:0!important;display:grid!important;gap:8px!important;background:transparent!important;border:0!important;box-shadow:none!important;opacity:1!important}.cars-page.page-theme-light .premium-cars-toolbar .cars-filter-field>span{padding-left:4px!important;color:rgba(32,41,67,.58)!important;font-size:10px!important;font-weight:850!important;letter-spacing:.14em!important;line-height:1.2!important;text-transform:uppercase!important}.cars-page.page-theme-light .premium-cars-toolbar input,.cars-page.page-theme-light .premium-cars-toolbar select{width:100%!important;min-height:52px!important;border:1px solid rgba(32,41,67,.1)!important;border-radius:16px!important;padding:0 16px!important;background:#f7f8fc!important;color:#202943!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important}.cars-page.page-theme-light .premium-cars-toolbar input:hover,.cars-page.page-theme-light .premium-cars-toolbar select:hover{border-color:rgba(32,41,67,.22)!important;background:#ffffff!important}.cars-page.page-theme-light .premium-cars-toolbar button:focus-visible,.cars-page.page-theme-light .premium-cars-toolbar input:focus-visible,.cars-page.page-theme-light .premium-cars-toolbar select:focus-visible{border-color:rgba(32,41,67,.55)!important;box-shadow:0 0 0 4px rgba(32,41,67,.09)!important}.cars-page.page-theme-light .premium-cars-toolbar select:disabled{color:rgba(32,41,67,.42)!important;background:#eef1f8!important;cursor:not-allowed!important}.cars-page.page-theme-light .premium-cars-toolbar button[type=submit]{width:100%!important;min-height:52px!important;border:0!important;border-radius:16px!important;padding:0 18px!important;background:#202943!important;color:#ffffff!important;box-shadow:0 16px 32px rgba(32,41,67,.18)!important}@media (max-width:980px){.cars-page.page-theme-light .premium-cars-toolbar .cars-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.cars-page.page-theme-light .premium-cars-toolbar{width:calc(100% - 32px)!important;margin:22px auto 38px!important;padding:14px!important;border-radius:20px!important}.cars-page.page-theme-light .premium-cars-toolbar .cars-filter-form{grid-template-columns:1fr!important;gap:14px!important}.cars-page.page-theme-light .premium-cars-toolbar button[type=submit],.cars-page.page-theme-light .premium-cars-toolbar input,.cars-page.page-theme-light .premium-cars-toolbar select{min-height:50px!important}}.auto-home-cars{padding-bottom:130px}.auto-carousel-topline{width:min(1180px,calc(100% - 48px));margin:-8px auto 22px;display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.52)}.auto-carousel-topline p,.auto-carousel-topline span{margin:0;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.auto-carousel-topline p{color:rgba(255,255,255,.38)}.home-cars-carousel{position:relative;z-index:2;width:100%;overflow:hidden;padding:8px 0 28px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.home-cars-carousel:after,.home-cars-carousel:before{content:"";position:absolute;z-index:5;top:0;bottom:0;width:12vw;pointer-events:none}.home-cars-carousel:before{left:0;background:linear-gradient(90deg,#050505,transparent)}.home-cars-carousel:after{right:0;background:linear-gradient(270deg,#050505,transparent)}.home-cars-marquee{display:flex;width:max-content;gap:20px;padding-left:max(24px,calc((100vw - 1180px) / 2));animation:homeCarsMarquee 58s linear infinite;will-change:transform}.home-cars-carousel:hover .home-cars-marquee{animation-play-state:paused}@keyframes homeCarsMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.auto-home-car-card{flex:0 0 370px;transform:translateZ(0)}.auto-home-car-card:nth-child(3n+1){margin-top:0}.auto-home-car-card:nth-child(3n+2){margin-top:34px}.auto-home-car-card:nth-child(3n+3){margin-top:14px}.auto-home-car-card .home-car-image{aspect-ratio:1.18/1}.auto-home-car-card .home-car-image:before{content:"Под заказ";position:absolute;z-index:3;top:16px;left:16px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.94);color:#111;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.auto-home-car-card .home-car-body em{display:inline-flex;margin-top:22px;color:#fff;font-size:11px;font-style:normal;font-weight:900;letter-spacing:.18em;text-transform:uppercase}@media (max-width:760px){.auto-carousel-topline{width:calc(100% - 32px);flex-direction:column}.home-cars-carousel{-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.home-cars-marquee{gap:14px;padding-left:16px;animation-duration:46s}.auto-home-car-card{flex-basis:300px}.auto-home-car-card:nth-child(n){margin-top:0}}.countries-showcase{position:relative;width:100%;padding:120px 0 130px;overflow:hidden;background:radial-gradient(circle at 14% 0,rgba(255,255,255,.09),transparent 30%),radial-gradient(circle at 88% 18%,rgba(255,255,255,.045),transparent 34%),linear-gradient(180deg,#050505,#101010 48%,#050505)}.countries-showcase:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 28%,transparent 72%,rgba(255,255,255,.03));pointer-events:none}.countries-showcase-head{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto 44px}.countries-showcase-head h2{max-width:980px;margin-bottom:24px;font-size:clamp(42px,5.8vw,88px);line-height:.94;font-weight:300;letter-spacing:.045em;text-transform:uppercase}.countries-showcase-head>p:not(.section-kicker){max-width:780px;color:rgba(255,255,255,.68);font-size:clamp(16px,1.45vw,20px);line-height:1.75}.countries-carousel-wrap{position:relative;z-index:2;width:100%;overflow:hidden;padding:10px 0 26px;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.countries-carousel-wrap:after,.countries-carousel-wrap:before{content:"";position:absolute;z-index:5;top:0;bottom:0;width:12vw;pointer-events:none}.countries-carousel-wrap:before{left:0;background:linear-gradient(90deg,#050505,transparent)}.countries-carousel-wrap:after{right:0;background:linear-gradient(270deg,#050505,transparent)}.countries-carousel-track{display:flex;width:max-content;gap:18px;padding-left:max(24px,calc((100vw - 1180px) / 2));animation:countriesMarquee 46s linear infinite;will-change:transform}.countries-carousel-wrap:hover .countries-carousel-track{animation-play-state:paused}.country-carousel-card{flex:0 0 390px;min-height:245px;display:grid;grid-template-rows:auto 1fr auto;gap:22px;padding:28px;border-radius:34px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.035)),rgba(255,255,255,.025);box-shadow:0 30px 90px rgba(0,0,0,.3);transition:transform .32s ease,border-color .32s ease,background .32s ease}.country-carousel-card:nth-child(3n+2){margin-top:28px}.country-carousel-card:nth-child(3n+3){margin-top:12px}.country-carousel-card:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.34);background:linear-gradient(180deg,rgba(255,255,255,.17),rgba(255,255,255,.05)),rgba(255,255,255,.04)}.country-flag{width:86px;height:86px;display:grid;place-items:center;border-radius:28px;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.2),transparent 44%),rgba(255,255,255,.08);font-size:48px;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.country-card-content p{margin:0 0 10px;color:rgba(255,255,255,.45);font-size:10px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.country-card-content h3{margin:0 0 14px;font-size:34px;line-height:1;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.country-card-content span{display:block;max-width:300px;color:rgba(255,255,255,.62);font-size:15px;line-height:1.55}.country-time{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.country-time small{color:rgba(255,255,255,.44);font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.country-time strong{color:#fff;font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@keyframes countriesMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:760px){.countries-showcase{padding:86px 0 96px}.countries-showcase-head{width:calc(100% - 32px)}.countries-carousel-track{gap:14px;padding-left:16px;animation-duration:38s}.country-carousel-card{flex-basis:300px;min-height:230px;padding:22px;border-radius:28px}.country-carousel-card:nth-child(n){margin-top:0}.country-flag{width:72px;height:72px;border-radius:24px;font-size:40px}.country-card-content h3{font-size:26px}.country-time{align-items:flex-start;flex-direction:column}}.flags-showcase{width:100%;padding:120px 0 130px;overflow:hidden;background:radial-gradient(circle at top left,rgba(255,255,255,.06),transparent 28%),radial-gradient(circle at bottom right,rgba(255,255,255,.04),transparent 22%),linear-gradient(180deg,#050505,#0c0c0c 55%,#050505)}.flags-showcase-head{width:min(1180px,calc(100% - 48px));margin:0 auto 40px}.flags-showcase-head h2{margin-bottom:20px;font-size:clamp(40px,5vw,82px);line-height:.96;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.flags-showcase-head>p:not(.section-kicker){max-width:760px;color:rgba(255,255,255,.68);font-size:17px;line-height:1.7}.flags-carousel{position:relative;overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.flags-track{display:flex;gap:22px;width:max-content;padding-left:max(24px,calc((100vw - 1180px) / 2));animation:flagsMarquee 34s linear infinite}.flags-carousel:hover .flags-track{animation-play-state:paused}.flag-card{flex:0 0 360px;height:220px;display:block;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);box-shadow:0 24px 80px rgba(0,0,0,.28);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.flag-card:hover{transform:translateY(-8px) scale(1.01);border-color:rgba(255,255,255,.26);box-shadow:0 34px 100px rgba(0,0,0,.36)}.flag-card img{width:100%;height:100%;display:block;object-fit:cover}@keyframes flagsMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:900px){.flag-card{flex-basis:300px;height:188px;border-radius:24px}.flags-track{gap:16px;animation-duration:28s}}@media (max-width:640px){.flags-showcase{padding:90px 0 100px}.flags-showcase-head{width:calc(100% - 32px)}.flag-card{flex-basis:260px;height:164px;border-radius:22px}.flags-track{padding-left:16px}}.brands-showcase{width:100%;padding:120px 0 130px;background:radial-gradient(circle at top left,rgba(255,255,255,.06),transparent 28%),radial-gradient(circle at bottom right,rgba(255,255,255,.04),transparent 24%),linear-gradient(180deg,#070707,#0d0d0d 52%,#070707);overflow:hidden}.brands-showcase-head{width:min(1180px,calc(100% - 48px));margin:0 auto 34px}.brands-showcase-head h2{margin-bottom:18px;font-size:clamp(36px,4.8vw,76px);line-height:.98;font-weight:300;letter-spacing:.04em;text-transform:uppercase}.brands-showcase-head>p:not(.section-kicker){max-width:760px;color:rgba(255,255,255,.68);font-size:17px;line-height:1.7}.brands-showcase-rows{display:grid;gap:30px}.brand-row{width:100%}.brand-row-head{width:min(1180px,calc(100% - 48px));margin:0 auto 14px;display:flex;justify-content:space-between;align-items:center;gap:16px}.brand-row-head h3{margin:0;font-size:18px;letter-spacing:.12em}.brand-row-head h3,.brand-row-head span{font-weight:700;text-transform:uppercase}.brand-row-head span{color:rgba(255,255,255,.56);font-size:12px;letter-spacing:.18em}.brand-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.brand-track{display:flex;gap:18px;width:max-content;padding-left:max(24px,calc((100vw - 1180px) / 2));animation:brandsMarquee 34s linear infinite}.brand-marquee.reverse .brand-track{animation-direction:reverse}.brand-marquee:hover .brand-track{animation-play-state:paused}.brand-logo-card{flex:0 0 196px;height:104px;display:flex;align-items:center;justify-content:center;padding:18px;border-radius:24px;background:#ffffff;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 48px rgba(0,0,0,.25);transition:transform .3s ease,box-shadow .3s ease}.brand-logo-card:hover{transform:translateY(-6px);box-shadow:0 28px 64px rgba(0,0,0,.34)}.brand-logo-card img{display:block;max-width:100%;max-height:52px;width:auto;height:auto;object-fit:contain}@keyframes brandsMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:900px){.brand-logo-card{flex-basis:170px;height:92px;border-radius:20px}.brand-track{gap:14px;animation-duration:28s}}@media (max-width:640px){.brands-showcase{padding:90px 0 100px}.brand-row-head,.brands-showcase-head{width:calc(100% - 32px)}.brand-row-head{align-items:flex-start;flex-direction:column}.brand-logo-card{flex-basis:150px;height:86px;padding:14px;border-radius:18px}.brand-logo-card img{max-height:44px}.brand-track{padding-left:16px}}.brand-landing-page,.brands-index-page{min-height:100vh;color:#fff;background:radial-gradient(circle at 18% 0,rgba(255,255,255,.08),transparent 28%),linear-gradient(180deg,#050505,#101010 50%,#050505)}.brands-index-hero{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:150px 0 70px}.brands-index-hero h1{max-width:1050px;margin-bottom:24px;font-size:clamp(48px,7vw,108px);line-height:.9;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.brands-index-hero>p:not(.section-kicker){max-width:760px;color:rgba(255,255,255,.68);font-size:18px;line-height:1.7}.brands-index-grid{width:min(1180px,calc(100% - 48px));margin:0 auto;padding-bottom:120px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.brand-index-card{min-height:360px;padding:28px;border-radius:34px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.035)),rgba(255,255,255,.025);box-shadow:0 26px 76px rgba(0,0,0,.28);transition:transform .3s ease,border-color .3s ease}.brand-index-card:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.3)}.brand-index-card div{width:108px;height:108px;display:grid;place-items:center;margin-bottom:34px;border-radius:28px;background:rgba(255,255,255,.08)}.brand-index-card img{max-width:74px;max-height:54px}.brand-index-card h2{margin-bottom:18px;font-size:32px;line-height:1;font-weight:400;letter-spacing:.06em;text-transform:uppercase}.brand-index-card p{color:rgba(255,255,255,.62);line-height:1.65}.brand-index-card span{display:inline-flex;margin-top:20px;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.brand-landing-hero{position:relative;min-height:90vh;display:grid;overflow:hidden}.brand-landing-bg{position:absolute;inset:0;background-size:cover;background-position:50%;filter:blur(8px) brightness(.5) saturate(1.05);transform:scale(1.08)}.brand-landing-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.28) 44%,rgba(0,0,0,.9)),radial-gradient(circle at 50% 36%,rgba(0,0,0,.1),rgba(0,0,0,.74) 70%)}.brand-landing-hero-inner{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:150px 0 80px}.brand-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:46px;color:rgba(255,255,255,.58);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.brand-breadcrumbs p{margin:0;color:rgba(255,255,255,.82)}.brand-hero-grid{display:grid;grid-template-columns:1fr 330px;gap:46px;align-items:end}.brand-hero-grid h1{max-width:960px;margin-bottom:24px;font-size:clamp(50px,7vw,112px);line-height:.88;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.brand-hero-grid>div>p:not(.section-kicker){max-width:760px;color:rgba(255,255,255,.72);font-size:clamp(17px,1.55vw,22px);line-height:1.7}.brand-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.brand-hero-actions a,.brand-side-card a{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 26px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.brand-hero-actions a:first-child,.brand-side-card.dark a{background:#fff;color:#111}.brand-hero-actions a:last-child{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07)}.brand-logo-hero-card{min-height:300px;display:grid;place-items:center;padding:36px;border-radius:36px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 34px 90px rgba(0,0,0,.38)}.brand-logo-hero-card img{max-width:190px;max-height:120px}.brand-content-grid,.brand-gallery-section{width:min(1180px,calc(100% - 48px));margin:0 auto}.brand-gallery-section{margin-top:-38px;position:relative;z-index:5}.brand-gallery-grid{display:grid;grid-template-columns:1.1fr repeat(2,.7fr);grid-auto-rows:250px;gap:14px}.brand-gallery-car,.brand-gallery-logo{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.035)),rgba(255,255,255,.025);box-shadow:0 28px 80px rgba(0,0,0,.3)}.brand-gallery-logo{grid-row:span 2;display:grid;place-items:center;padding:40px}.brand-gallery-logo img{max-width:240px;max-height:150px}.brand-gallery-car img{width:100%;height:100%;object-fit:cover}.brand-gallery-car:after{content:"";position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.76))}.brand-gallery-car div{position:absolute;z-index:2;left:18px;right:18px;bottom:18px}.brand-gallery-car span{display:block;margin-bottom:8px;color:rgba(255,255,255,.68);font-size:13px}.brand-gallery-car strong{display:block;font-size:18px;line-height:1.15;text-transform:uppercase}.brand-content-grid{padding:76px 0 130px;display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.brand-main-content{display:grid;gap:24px}.brand-block,.brand-side-card{padding:34px;border-radius:32px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.035)),rgba(255,255,255,.025);box-shadow:0 24px 70px rgba(0,0,0,.24)}.brand-block h2,.brand-side-card h2{margin-bottom:24px;font-size:clamp(30px,3.3vw,54px);line-height:.98;font-weight:300;letter-spacing:.045em;text-transform:uppercase}.brand-block p,.brand-side-card li,.brand-side-card p{color:rgba(255,255,255,.66);line-height:1.75}.brand-pills,.brand-strengths{display:flex;flex-wrap:wrap;gap:10px}.brand-pills span,.brand-strengths span{min-height:42px;display:inline-flex;align-items:center;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.075);color:rgba(255,255,255,.78);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.brand-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.brand-market-grid div{padding:22px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.brand-market-grid strong{display:block;margin-bottom:10px;font-size:18px}.brand-cars-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.brand-cars-grid a{border-radius:24px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.brand-cars-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.brand-cars-grid div{padding:18px}.brand-cars-grid span,.brand-cars-grid strong{display:block}.brand-cars-grid strong{margin-bottom:10px;font-size:18px;line-height:1.15;text-transform:uppercase}.brand-cars-grid span{margin-bottom:8px;color:rgba(255,255,255,.72)}.brand-cars-grid p{margin:0;color:rgba(255,255,255,.52);font-size:13px}.brand-sidebar{display:grid;gap:18px;position:sticky;top:120px}.brand-side-card.dark{background:#fff;color:#111}.brand-side-card.dark .section-kicker,.brand-side-card.dark p{color:rgba(0,0,0,.56)}.brand-side-card.dark h2{color:#111}@media (max-width:1000px){.brand-content-grid,.brand-hero-grid,.brands-index-grid{grid-template-columns:1fr}.brand-sidebar{position:static}.brand-gallery-grid{grid-template-columns:1fr 1fr}.brand-gallery-logo{grid-column:1/-1;grid-row:auto}}@media (max-width:640px){.brand-content-grid,.brand-gallery-section,.brand-landing-hero-inner,.brands-index-grid,.brands-index-hero{width:calc(100% - 32px)}.brand-breadcrumbs{display:none}.brand-cars-grid,.brand-gallery-grid,.brand-market-grid{grid-template-columns:1fr}.brand-gallery-grid{grid-auto-rows:230px}.brand-logo-hero-card{min-height:220px}}.brand-gallery-logo,.brand-gallery-placeholder,.brand-index-card div,.brand-logo-hero-card{background:radial-gradient(circle at 35% 20%,rgba(0,0,0,.04),transparent 38%),#ffffff!important}.brand-gallery-logo img,.brand-gallery-placeholder img,.brand-index-card div img,.brand-logo-hero-card img{filter:none!important}.brand-gallery-logo img{max-width:58%;max-height:46%;object-fit:contain}.brand-gallery-placeholder{display:grid;place-items:center}.brand-gallery-placeholder:after{display:none!important}.brand-gallery-placeholder img{width:48%!important;height:auto!important;max-height:42%!important;object-fit:contain!important}.brand-gallery-car div{display:none}.brand-landing-bg{opacity:.78}.brand-logo-hero-card img{max-width:72%;max-height:46%;object-fit:contain}.brand-gallery-photo{padding:0!important;background:#111!important}.brand-gallery-photo img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important}.brand-gallery-car>img{filter:saturate(1.04) contrast(1.04) brightness(.88);transition:transform .5s ease,filter .5s ease}.brand-gallery-car:hover>img{transform:scale(1.045);filter:saturate(1.08) contrast(1.08) brightness(.96)}.brand-live-count{margin-top:28px;padding:22px;border-radius:24px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13)}.brand-live-count strong{font-size:42px;line-height:1;font-weight:300}.brand-live-count span{max-width:380px;color:rgba(255,255,255,.62);font-size:13px;font-weight:800;line-height:1.5;letter-spacing:.12em;text-transform:uppercase}@media (max-width:640px){.brand-live-count{align-items:flex-start;flex-direction:column}}.brand-photo-disclaimer{width:min(1180px,calc(100% - 48px));margin:-70px auto 0;padding:0 0 90px}.brand-photo-disclaimer p{margin:0;padding:22px 26px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);color:rgba(255,255,255,.48);font-size:12px;line-height:1.7}@media (max-width:640px){.brand-photo-disclaimer{width:calc(100% - 32px);margin-top:-50px;padding-bottom:70px}}.brand-gallery-grid{grid-template-columns:1.15fr .85fr .85fr!important;grid-auto-rows:240px!important}.brand-gallery-logo{grid-row:span 1!important;min-height:240px!important}.brand-gallery-logo.brand-gallery-photo img{object-fit:cover!important}.brand-gallery-car{min-height:240px!important}.brand-gallery-placeholder{display:none!important}@media (max-width:900px){.brand-gallery-grid{grid-template-columns:1fr!important;grid-auto-rows:250px!important}.brand-gallery-car,.brand-gallery-logo{min-height:250px!important}}.brand-gallery-car div{display:block}.brand-gallery-car div p{margin:7px 0 0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.35}.brand-gallery-car.is-2026:before{content:"2026";position:absolute;z-index:5;top:14px;left:14px;min-height:28px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.92);color:#111;font-size:10px;font-weight:900;letter-spacing:.14em}.brand-static-cars-block>p:not(.section-kicker){max-width:820px}.brand-static-cars-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}.brand-static-cars-grid a{position:relative;min-height:310px;overflow:hidden;border-radius:26px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);box-shadow:0 22px 58px rgba(0,0,0,.22)}.brand-static-cars-grid a:after{content:"";position:absolute;inset:auto 0 0;height:62%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.82))}.brand-static-cars-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(1.04) contrast(1.04) brightness(.9);transition:transform .55s ease,filter .55s ease}.brand-static-cars-grid a:hover img{transform:scale(1.045);filter:saturate(1.1) contrast(1.08) brightness(.98)}.brand-static-cars-grid div{position:absolute;z-index:2;left:20px;right:20px;bottom:20px}.brand-static-cars-grid p,.brand-static-cars-grid span{color:rgba(255,255,255,.62);font-size:12px;font-weight:800;line-height:1.45;letter-spacing:.08em;text-transform:uppercase}.brand-static-cars-grid strong{display:block;margin:8px 0;color:#fff;font-size:clamp(18px,1.6vw,24px);line-height:1.08;font-weight:500;text-transform:uppercase}.brand-static-cars-grid p{margin:0;letter-spacing:.04em}@media (max-width:760px){.brand-static-cars-grid{grid-template-columns:1fr}.brand-static-cars-grid a{min-height:260px}}.brand-landing-page{background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.08),transparent 30%),linear-gradient(180deg,#101010,#161616 44%,#0f0f0f)}.brand-landing-hero{min-height:82vh}.brand-landing-bg{filter:blur(4px) brightness(.56) saturate(1.08);opacity:.72;transform:scale(1.045)}.brand-landing-overlay{background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.52) 48%,rgba(0,0,0,.78)),linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.18) 42%,rgba(0,0,0,.92))}.brand-hero-grid{grid-template-columns:minmax(0,1fr) 300px}.brand-hero-grid h1{max-width:1040px;font-size:clamp(46px,6.3vw,104px)}.brand-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,150px));gap:10px;margin-top:30px}.brand-hero-metrics div{min-height:86px;padding:16px;border-radius:22px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-hero-metrics span,.brand-hero-metrics strong{display:block}.brand-hero-metrics strong{margin-bottom:7px;color:#fff;font-size:30px;line-height:1;font-weight:300}.brand-hero-metrics span{color:rgba(255,255,255,.58);font-size:10px;font-weight:900;line-height:1.35;letter-spacing:.12em;text-transform:uppercase}.brand-exact-empty,.brand-gallery-brand-card,.brand-logo-hero-card{border-radius:26px;background:linear-gradient(145deg,#fff,#f5f5f5 55%,#e7e7e7)!important;box-shadow:0 34px 90px rgba(0,0,0,.36)}.brand-gallery-brand-card{align-content:center;gap:20px;padding:32px!important}.brand-gallery-brand-card>img{max-width:56%!important;max-height:90px!important}.brand-gallery-brand-card>div{position:static;display:block;width:100%;text-align:center}.brand-gallery-brand-card span,.brand-gallery-brand-card strong{display:block;color:#111}.brand-gallery-brand-card span{margin-bottom:8px;font-size:10px;font-weight:900;line-height:1.35;letter-spacing:.13em;text-transform:uppercase;opacity:.48}.brand-gallery-brand-card strong{font-size:clamp(22px,2.4vw,34px);line-height:1;font-weight:400;text-transform:uppercase}.brand-gallery-empty{min-height:240px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035)),#181818;box-shadow:0 28px 80px rgba(0,0,0,.3)}.brand-gallery-empty p,.brand-gallery-empty span{color:rgba(255,255,255,.62)}.brand-gallery-empty span{margin-bottom:10px;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.brand-gallery-empty strong{margin-bottom:12px;color:#fff;font-size:clamp(24px,2.8vw,38px);line-height:1;font-weight:300;text-transform:uppercase}.brand-gallery-empty p{max-width:460px;margin:0 0 18px;font-size:13px;line-height:1.6}.brand-exact-empty a,.brand-gallery-empty a{width:fit-content;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;background:#fff;color:#111;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.brand-static-cars-block{padding:0}.brand-static-cars-block>.section-kicker,.brand-static-cars-block>h2,.brand-static-cars-block>p{margin-left:34px;margin-right:34px}.brand-static-cars-block>.section-kicker{margin-top:34px}.brand-static-cars-block>p:not(.section-kicker){margin-bottom:30px}.brand-static-cars-grid{gap:0;margin-top:0;border-top:1px solid rgba(255,255,255,.1)}.brand-static-cars-grid a{min-height:340px;border:0;border-radius:0;box-shadow:none}.brand-static-cars-grid a:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}.brand-exact-empty{display:grid;grid-template-columns:210px 1fr;gap:26px;align-items:center;margin:0 34px 34px;padding:28px;color:#111}.brand-exact-empty img{width:100%;max-height:110px;object-fit:contain}.brand-exact-empty strong{display:block;margin-bottom:12px;color:#111;font-size:clamp(24px,2.6vw,38px);line-height:1;font-weight:400;text-transform:uppercase}.brand-exact-empty p{max-width:560px;margin:0 0 18px;color:rgba(0,0,0,.58)}.brand-exact-empty a{background:#111;color:#fff}.brand-cars-grid a{position:relative;transition:transform .28s ease,border-color .28s ease,background .28s ease}.brand-cars-grid a:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08)}@media (max-width:1000px){.brand-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.brand-landing-hero{min-height:760px}.brand-exact-empty,.brand-hero-metrics{grid-template-columns:1fr}.brand-static-cars-block>.section-kicker,.brand-static-cars-block>h2,.brand-static-cars-block>p{margin-left:22px;margin-right:22px}.brand-static-cars-block>.section-kicker{margin-top:26px}.brand-static-cars-grid a:nth-child(odd){border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.brand-exact-empty{margin:0 22px 26px;padding:24px}}.brand-landing-page{background:linear-gradient(180deg,#111,#111 560px,#f6f7fa 0,#ffffff)!important;color:#202943!important}.brand-landing-hero{min-height:760px!important;color:#fff!important}.brand-landing-bg{filter:blur(3px) brightness(.58) saturate(1.06)!important;opacity:.76!important}.brand-landing-overlay{background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.48) 54%,rgba(0,0,0,.78)),linear-gradient(180deg,rgba(0,0,0,.36),rgba(0,0,0,.14) 44%,rgba(17,17,17,.96))!important}.brand-landing-hero-inner{padding-bottom:118px!important}.brand-breadcrumbs,.brand-breadcrumbs a,.brand-breadcrumbs p,.brand-hero-grid h1,.brand-hero-grid>div>p:not(.section-kicker){color:#fff!important}.brand-hero-actions a:first-child{background:#fff!important;color:#111!important;box-shadow:0 18px 42px rgba(0,0,0,.24)!important}.brand-hero-actions a:last-child{border-color:rgba(255,255,255,.28)!important;color:#fff!important}.brand-hero-metrics div{border-color:rgba(255,255,255,.2)!important;background:rgba(255,255,255,.1)!important}.brand-gallery-section{margin-top:-78px!important}.brand-gallery-grid{gap:16px!important}.brand-gallery-car,.brand-gallery-empty,.brand-gallery-logo{border-radius:22px!important;box-shadow:0 24px 64px rgba(22,28,45,.16)!important}.brand-gallery-car{border:1px solid rgba(255,255,255,.18)!important}.brand-gallery-car:after,.brand-static-cars-grid a:after{height:68%!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.18) 32%,rgba(0,0,0,.82))!important}.brand-gallery-car div p,.brand-gallery-car span,.brand-static-cars-grid p,.brand-static-cars-grid span{color:rgba(255,255,255,.78)!important}.brand-gallery-car strong,.brand-static-cars-grid strong{text-shadow:0 2px 18px rgba(0,0,0,.35)}.brand-content-grid{padding-top:58px!important;color:#202943!important}.brand-block,.brand-side-card{border:1px solid rgba(32,41,67,.08)!important;background:rgba(255,255,255,.92)!important;color:#202943!important;box-shadow:0 18px 48px rgba(32,41,67,.075)!important}.brand-block h2,.brand-cars-grid strong,.brand-market-grid strong,.brand-side-card h2{color:#202943!important}.brand-block p,.brand-cars-grid p,.brand-side-card li,.brand-side-card p{color:rgba(32,41,67,.68)!important}.brand-block .section-kicker,.brand-side-card .section-kicker{color:rgba(32,41,67,.42)!important}.brand-pills span,.brand-strengths span{background:#f0f2f6!important;color:rgba(32,41,67,.72)!important}.brand-cars-grid a,.brand-market-grid div{border:1px solid rgba(32,41,67,.08)!important;background:#f7f8fb!important}.brand-cars-grid span{color:rgba(32,41,67,.72)!important}.brand-live-count{border:1px solid rgba(32,41,67,.08)!important;background:#f5f6f9!important}.brand-live-count strong{color:#202943!important}.brand-live-count span{color:rgba(32,41,67,.58)!important}.brand-static-cars-block{background:#fff!important}.brand-static-cars-grid{border-top-color:rgba(32,41,67,.08)!important}.brand-static-cars-grid a{min-height:360px!important;background:#111!important}.brand-static-cars-grid a:nth-child(odd){border-right-color:rgba(255,255,255,.14)!important}.brand-side-card.dark{background:linear-gradient(145deg,#202943,#111827)!important}.brand-side-card.dark a{background:#fff!important;color:#111827!important}.brand-gallery-empty{border:1px solid rgba(32,41,67,.08)!important;background:#fff!important;color:#202943!important}.brand-gallery-empty p,.brand-gallery-empty span{color:rgba(32,41,67,.62)!important}.brand-gallery-empty strong{color:#202943!important}.brand-gallery-empty a{background:#202943!important;color:#fff!important}.brand-exact-empty{border:1px solid rgba(32,41,67,.08)!important;box-shadow:0 18px 48px rgba(32,41,67,.075)!important}.brand-catalog-link{min-height:46px;width:fit-content;margin-top:18px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#202943;color:#fff!important;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.brand-photo-disclaimer{margin-top:-74px!important}.brand-photo-disclaimer p{border-color:rgba(32,41,67,.08)!important;background:#f7f8fb!important;color:rgba(32,41,67,.5)!important}@media (max-width:900px){.brand-landing-page{background:linear-gradient(180deg,#111,#111 650px,#f6f7fa 0,#ffffff)!important}.brand-gallery-section{margin-top:-58px!important}}@media (max-width:640px){.brand-landing-hero{min-height:700px!important}.brand-static-cars-grid a{min-height:290px!important}}.brand-landing-page.page-theme-light{color:#172033!important}.brand-landing-page .section-kicker{margin-bottom:14px;color:rgba(23,32,51,.52);font-size:11px;line-height:1.35;letter-spacing:.14em}.brand-landing-hero{min-height:680px!important;align-items:end}.brand-landing-bg{filter:blur(2px) brightness(.62) saturate(1.02)!important;opacity:.82!important;transform:scale(1.025)!important}.brand-landing-overlay{background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.5) 54%,rgba(0,0,0,.72)),linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.16) 48%,rgba(16,17,20,.98))!important}.brand-landing-hero-inner{width:min(1160px,calc(100% - 44px))!important;padding:132px 0 108px!important}.brand-breadcrumbs{margin-bottom:34px!important;gap:9px;color:rgba(255,255,255,.58)!important}.brand-breadcrumbs a,.brand-breadcrumbs p{color:rgba(255,255,255,.82)!important}.brand-hero-grid{grid-template-columns:minmax(0,1fr) 260px!important;gap:34px!important;align-items:end!important}.brand-hero-grid h1{max-width:900px!important;margin-bottom:22px!important;color:#fff!important;font-size:clamp(40px,5.8vw,82px)!important;line-height:.96!important;letter-spacing:.025em!important}.brand-hero-grid>div>p:not(.section-kicker){max-width:740px!important;color:rgba(255,255,255,.78)!important;font-size:clamp(16px,1.35vw,19px)!important;line-height:1.68!important}.brand-hero-metrics{grid-template-columns:repeat(3,minmax(0,142px))!important;gap:10px!important;margin-top:28px!important}.brand-hero-metrics div{min-height:78px!important;padding:14px!important;border-radius:8px!important;border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.09)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-hero-metrics strong{margin-bottom:6px!important;color:#fff!important;font-size:27px!important}.brand-hero-metrics span{color:rgba(255,255,255,.64)!important;font-size:10px!important;line-height:1.35!important}.brand-hero-actions{margin-top:30px!important}.brand-hero-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.brand-hero-proof span{min-height:32px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:rgba(255,255,255,.72);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.brand-catalog-link,.brand-conversion-actions a,.brand-exact-empty a,.brand-gallery-empty a,.brand-hero-actions a,.brand-side-card a{min-height:46px!important;padding:0 20px!important;font-size:11px!important;letter-spacing:.12em!important}.brand-logo-hero-card{min-height:230px!important;padding:28px!important;border-radius:8px!important}.brand-logo-hero-card img{max-width:76%!important;max-height:105px!important}.brand-content-grid,.brand-gallery-section,.brand-photo-disclaimer{width:min(1160px,calc(100% - 44px))!important}.brand-gallery-section{margin-top:-62px!important}.brand-gallery-grid{grid-template-columns:1fr .92fr .92fr!important;grid-auto-rows:218px!important;gap:12px!important}.brand-gallery-car,.brand-gallery-empty,.brand-gallery-logo{min-height:218px!important;border-radius:8px!important}.brand-gallery-brand-card{padding:28px!important;gap:18px!important}.brand-gallery-brand-card>img{max-width:62%!important;max-height:84px!important}.brand-gallery-car div{left:18px!important;right:18px!important;bottom:18px!important}.brand-gallery-car strong{font-size:17px!important;line-height:1.18!important}.brand-gallery-car div p,.brand-gallery-car span{font-size:12px!important;line-height:1.4!important}.brand-content-grid{grid-template-columns:minmax(0,1fr) 320px!important;gap:22px!important;padding:54px 0 112px!important}.brand-main-content{gap:18px!important}.brand-block,.brand-side-card{padding:30px!important;border-radius:8px!important;background:#fff!important;border-color:rgba(23,32,51,.09)!important;box-shadow:0 14px 40px rgba(23,32,51,.07)!important}.brand-block h2,.brand-side-card h2{max-width:820px;margin-bottom:18px!important;color:#172033!important;font-size:clamp(26px,3vw,42px)!important;line-height:1.08!important;letter-spacing:.02em!important}.brand-block p,.brand-market-grid p,.brand-side-card li,.brand-side-card p{color:rgba(23,32,51,.68)!important;font-size:15px;line-height:1.72!important}.brand-cars-grid a,.brand-live-count,.brand-market-grid div,.brand-request-grid div{border-radius:8px!important;border-color:rgba(23,32,51,.08)!important;background:#f5f7fa!important}.brand-pills,.brand-strengths{gap:8px!important}.brand-pills span,.brand-strengths span{min-height:36px!important;border-radius:999px!important;background:#eef1f5!important;color:rgba(23,32,51,.74)!important;font-size:11px!important;letter-spacing:.1em!important}.brand-market-grid{gap:12px!important}.brand-market-grid div{padding:20px!important}.brand-conversion-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:30px;border-radius:8px;background:linear-gradient(135deg,rgba(23,32,51,.98),rgba(28,40,64,.96));color:#fff;box-shadow:0 18px 48px rgba(23,32,51,.16)}.brand-conversion-strip .section-kicker{color:rgba(255,255,255,.58)!important}.brand-conversion-strip h2{max-width:720px;margin:0 0 12px;color:#fff;font-size:clamp(25px,2.6vw,38px);line-height:1.08;font-weight:300;letter-spacing:.02em;text-transform:uppercase}.brand-conversion-strip p:not(.section-kicker){max-width:720px;margin:0;color:rgba(255,255,255,.7);font-size:15px;line-height:1.66}.brand-conversion-actions{display:grid;gap:10px;min-width:220px}.brand-conversion-actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:900;text-transform:uppercase}.brand-conversion-actions a:first-child{background:#fff;color:#111827}.brand-conversion-actions a:last-child{border:1px solid rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.08)}.brand-request-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.brand-request-grid div{padding:18px;border:1px solid rgba(23,32,51,.08)}.brand-request-grid strong{display:block;margin-bottom:8px;color:#172033;font-size:15px;line-height:1.25}.brand-request-grid p{margin:0;font-size:14px!important;line-height:1.58!important}.brand-static-cars-block{padding:0!important;overflow:hidden}.brand-static-cars-block>.section-kicker,.brand-static-cars-block>h2,.brand-static-cars-block>p{margin-left:30px!important;margin-right:30px!important}.brand-static-cars-block>.section-kicker{margin-top:30px!important}.brand-static-cars-grid{border-top-color:rgba(23,32,51,.08)!important}.brand-static-cars-grid a{min-height:320px!important}.brand-cars-grid{gap:12px!important}.brand-cars-grid a{overflow:hidden}.brand-cars-grid div{padding:16px!important}.brand-sidebar{gap:16px!important;top:104px!important}.brand-side-card.dark{background:#172033!important;color:#fff!important}.brand-side-card.dark h2{color:#fff!important}.brand-side-card.dark .section-kicker,.brand-side-card.dark p{color:rgba(255,255,255,.68)!important}.brand-side-card ul{margin:0;padding-left:18px}.brand-photo-disclaimer{margin-top:-58px!important;padding-bottom:82px!important}.brand-photo-disclaimer p{border-radius:8px!important;background:#f5f7fa!important;color:rgba(23,32,51,.54)!important}@media (max-width:1000px){.brand-landing-page.page-theme-light{background:linear-gradient(180deg,#101114,#101114 620px,#f4f6f9 0,#ffffff)!important}.brand-content-grid,.brand-hero-grid{grid-template-columns:1fr!important}.brand-logo-hero-card{display:none!important}.brand-gallery-grid{grid-template-columns:1fr 1fr!important}.brand-gallery-brand-card{grid-column:1/-1}}@media (max-width:640px){.brand-landing-page.page-theme-light{background:linear-gradient(180deg,#101114,#101114 640px,#f4f6f9 0,#ffffff)!important}.brand-landing-hero{min-height:640px!important}.brand-content-grid,.brand-gallery-section,.brand-landing-hero-inner,.brand-photo-disclaimer{width:calc(100% - 30px)!important}.brand-landing-hero-inner{padding:112px 0 88px!important}.brand-hero-grid h1{font-size:clamp(34px,12vw,48px)!important;line-height:1!important}.brand-hero-metrics{grid-template-columns:1fr!important}.brand-hero-actions{display:grid!important;grid-template-columns:1fr}.brand-hero-proof{display:grid;grid-template-columns:1fr}.brand-gallery-section{margin-top:-48px!important}.brand-cars-grid,.brand-conversion-strip,.brand-gallery-grid,.brand-market-grid,.brand-request-grid,.brand-static-cars-grid{grid-template-columns:1fr!important}.brand-conversion-strip{padding:24px!important}.brand-conversion-actions{min-width:0}.brand-gallery-grid{grid-auto-rows:214px!important}.brand-block,.brand-side-card{padding:24px!important}.brand-static-cars-block>.section-kicker,.brand-static-cars-block>h2,.brand-static-cars-block>p{margin-left:24px!important;margin-right:24px!important}.brand-static-cars-grid a{min-height:280px!important}.brand-exact-empty{grid-template-columns:1fr!important;margin:0 24px 24px!important}}.brand-landing-page .section-kicker{color:#5b6678!important}.brand-breadcrumbs,.brand-breadcrumbs a,.brand-breadcrumbs p,.brand-landing-hero .section-kicker{color:rgba(255,255,255,.86)!important}.brand-breadcrumbs span{color:rgba(255,255,255,.58)!important}.brand-landing-overlay{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.6) 52%,rgba(0,0,0,.8)),linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.22) 44%,rgba(16,17,20,.98))!important}.brand-hero-grid>div>p:not(.section-kicker){color:rgba(255,255,255,.9)!important}.brand-hero-metrics div,.brand-hero-proof span{border-color:rgba(255,255,255,.26)!important;background:rgba(255,255,255,.13)!important}.brand-hero-metrics span,.brand-hero-proof span{color:rgba(255,255,255,.86)!important}.brand-conversion-actions a:last-child,.brand-hero-actions a:last-child{border-color:rgba(255,255,255,.34)!important;background:rgba(255,255,255,.13)!important;color:#fff!important}.brand-gallery-car:after,.brand-static-cars-grid a:after{height:78%!important;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.34) 36%,rgba(0,0,0,.9))!important}.brand-gallery-car>img,.brand-static-cars-grid img{filter:saturate(1.03) contrast(1.05) brightness(.8)!important}.brand-gallery-car:hover>img,.brand-static-cars-grid a:hover img{filter:saturate(1.08) contrast(1.08) brightness(.88)!important}.brand-gallery-car div p,.brand-gallery-car span,.brand-static-cars-grid p,.brand-static-cars-grid span{color:rgba(255,255,255,.9)!important;text-shadow:0 2px 14px rgba(0,0,0,.6)}.brand-gallery-car strong,.brand-static-cars-grid strong{color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.72)}.brand-gallery-brand-card span{color:#526073!important;opacity:1!important}.brand-gallery-brand-card strong{color:#121a2a!important;opacity:1!important}.brand-block h2,.brand-cars-grid strong,.brand-market-grid strong,.brand-request-grid strong,.brand-side-card h2{color:#121a2a!important}.brand-block p,.brand-cars-grid p,.brand-market-grid p,.brand-request-grid p,.brand-side-card li,.brand-side-card p{color:#4a5568!important}.brand-cars-grid span,.brand-live-count span{color:#526073!important}.brand-live-count strong{color:#121a2a!important}.brand-pills span,.brand-strengths span{color:#38465a!important;background:#e8edf4!important}.brand-conversion-strip{background:linear-gradient(135deg,#121a2a,#1b2a44)!important}.brand-conversion-strip .section-kicker,.brand-side-card.dark .section-kicker{color:rgba(255,255,255,.78)!important}.brand-conversion-strip p:not(.section-kicker),.brand-side-card.dark p{color:rgba(255,255,255,.86)!important}.brand-conversion-strip h2,.brand-side-card.dark h2{color:#fff!important}.brand-exact-empty p,.brand-gallery-empty p,.brand-gallery-empty span{color:#4a5568!important}.brand-exact-empty strong,.brand-gallery-empty strong{color:#121a2a!important}.brand-photo-disclaimer p{color:#5b6678!important}.brands-directory-page{width:min(1220px,calc(100% - 44px));margin:0 auto;padding:145px 0 100px}.brands-directory-hero{max-width:980px;margin-bottom:32px}.brands-directory-hero h1{margin-bottom:20px;font-size:clamp(48px,7vw,104px);line-height:.92;font-weight:300;letter-spacing:.055em;text-transform:uppercase}.brands-directory-hero p:not(.section-kicker){max-width:840px;color:rgba(255,255,255,.68);font-size:17px;line-height:1.75}.brands-category-nav{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:26px 0 42px;overflow:visible;background:transparent;border:0}.brands-category-nav::-webkit-scrollbar{display:none}.brands-category-nav a{flex:0 0 auto;padding:12px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));color:rgba(255,255,255,.82);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.06);transition:background .2s ease,transform .2s ease,border-color .2s ease}.brands-category-nav a:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.28);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055))}.brands-directory-section{scroll-margin-top:120px;padding:54px 0 42px;border-top:1px solid rgba(255,255,255,.1)}.brands-directory-head{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:end;margin-bottom:26px}.brands-directory-head h2{margin:0;max-width:850px;font-size:clamp(30px,4vw,58px);line-height:1;font-weight:300;letter-spacing:.04em;text-transform:uppercase}.brands-directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}.brands-directory-tile{min-height:198px;display:grid;grid-template-rows:92px 1fr;gap:16px;padding:16px;border-radius:24px;border:1px solid rgba(255,255,255,.115);background:radial-gradient(circle at 30% 0,rgba(255,255,255,.105),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:0 24px 70px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);transition:transform .22s ease,border-color .22s ease,background .22s ease}.brands-directory-tile:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.28);background:radial-gradient(circle at 30% 0,rgba(255,255,255,.155),transparent 44%),linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035))}.brands-directory-logo{border-radius:18px}.brand-logo-image-wrap,.brand-logo-wordmark{width:100%;height:100%;min-height:92px;display:grid;place-items:center;border-radius:18px;background:radial-gradient(circle at 35% 15%,rgba(255,255,255,.98),rgba(255,255,255,.82) 50%,rgba(232,232,232,.94) 100%);overflow:hidden}.brand-logo-image{max-width:76%;max-height:58px}.brand-logo-wordmark span{max-width:82%;color:#111;font-size:clamp(12px,.9vw,16px);font-weight:900;letter-spacing:.1em;line-height:1.15;text-align:center;text-transform:uppercase}.brands-directory-copy{display:flex;min-height:76px;flex-direction:column;justify-content:flex-start}.brands-directory-copy strong{display:block;min-height:34px;margin:0 0 8px;color:#fff;font-size:13px;line-height:1.22;letter-spacing:.13em;text-transform:uppercase}.brands-directory-copy span{display:block;color:rgba(255,255,255,.58);font-size:12px;line-height:1.55}@media (max-width:1180px){.brands-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.brands-directory-page{width:calc(100% - 30px);padding-top:120px}.brands-directory-head{grid-template-columns:1fr;gap:8px}.brands-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brands-category-nav a{font-size:9px;letter-spacing:.11em}}@media (max-width:560px){.brands-directory-grid{grid-template-columns:1fr}.brands-directory-tile{min-height:154px;grid-template-columns:108px 1fr;grid-template-rows:auto;align-items:center}.brands-directory-logo{height:86px}.brand-logo-image-wrap,.brand-logo-wordmark{min-height:86px}.brands-directory-copy strong{min-height:unset}}.brands-directory-logo{height:92px;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 25% 10%,rgba(255,255,255,.96),rgba(255,255,255,.78) 48%,rgba(224,224,224,.92) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),inset 0 -1px 0 rgba(0,0,0,.08)}.brand-logo-fallback,.brand-logo-image-wrap{width:100%;height:100%;min-height:92px;display:grid;place-items:center;border-radius:20px;background:radial-gradient(circle at 25% 10%,rgba(255,255,255,.98),rgba(255,255,255,.8) 48%,rgba(226,226,226,.94) 100%);overflow:hidden}.brand-logo-image{display:block;width:auto;height:auto;max-width:82%;max-height:62px;object-fit:contain;filter:contrast(1.08) saturate(1.04)}.brand-logo-fallback span{display:inline-flex;align-items:center;justify-content:center;min-width:96px;min-height:42px;padding:0 18px;border-radius:12px;background:rgba(255,255,255,.74);color:#111;font-size:clamp(14px,1.5vw,19px);font-weight:900;line-height:1;letter-spacing:.12em;text-align:center;text-transform:uppercase;box-shadow:0 14px 32px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.06)}.brands-directory-tile{min-height:238px}.brands-directory-copy strong{min-height:18px}@media (max-width:760px){.brand-logo-fallback,.brand-logo-image-wrap,.brands-directory-logo{height:82px;min-height:82px}.brand-logo-image{max-height:54px}}.site-footer{margin-top:72px;padding:56px 0 24px;border-top:1px solid rgba(255,255,255,.08);background:#f3f3f5;color:#4f566b}.site-footer a{color:inherit}.site-footer__bottom,.site-footer__disclaimer,.site-footer__grid,.site-footer__payments{width:min(1280px,calc(100% - 48px));margin-left:auto;margin-right:auto}.site-footer__grid{display:grid;grid-template-columns:1.1fr 1.1fr 1fr 1.25fr;gap:56px;align-items:start}.site-footer__col h3{margin:0 0 18px;font-size:18px;line-height:1.2;font-weight:700;color:#2e3447}.site-footer__col ul{margin:0;padding:0;list-style:none}.site-footer__col li+li{margin-top:10px}.site-footer__bottom-links a,.site-footer__col li a{color:#6c7489;transition:color .2s ease}.site-footer__bottom-links a:hover,.site-footer__col li a:hover,.site-footer__socials a:hover{color:#2e3447}.site-footer__col--contact p{margin:0 0 18px;color:#6c7489;line-height:1.6}.site-footer__contact-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.site-footer__callback{height:46px;padding:0 18px;border:1px solid #4f6bff;border-radius:8px;color:#4f6bff!important;font-weight:600}.site-footer__socials{gap:10px}.site-footer__socials a{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#e7e8ed;color:#868ca0;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-footer__payments{gap:16px;margin-top:54px;padding-bottom:28px;border-bottom:1px solid rgba(79,86,107,.14);flex-wrap:wrap}.pay-badge{display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:38px;padding:0 14px;border-radius:999px;background:#fff;font-weight:800;font-size:14px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.pay-badge--mc{color:#d95932}.pay-badge--visa{color:#1a49c7}.pay-badge--mir{color:#43a55b}.site-footer__bottom{gap:22px;padding-top:18px}.site-footer__lang{font-size:14px;color:#6c7489}.site-footer__bottom-links{display:flex;gap:26px;flex-wrap:wrap;font-size:14px}.site-footer__disclaimer{margin-top:18px;line-height:1.5;color:#7f879a}.simple-page{min-height:55vh;padding:150px 0 80px}.simple-page__inner{width:min(980px,calc(100% - 48px));margin:0 auto}.simple-page h1{margin:0 0 18px;font-size:clamp(42px,6vw,88px);line-height:.95;font-weight:300;letter-spacing:.04em;text-transform:uppercase}.simple-page p:not(.section-kicker){max-width:760px;color:rgba(255,255,255,.72);font-size:17px;line-height:1.75}@media (max-width:1100px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:760px){.site-footer{padding-top:40px}.site-footer__grid{grid-template-columns:1fr;gap:30px}.site-footer__bottom{flex-direction:column;align-items:flex-start}.site-footer__bottom-links{gap:14px;flex-direction:column}.site-footer__payments{margin-top:36px}}.site-footer{margin-top:0;background:#f3f4f7;border-top:1px solid rgba(30,39,62,.08);color:#737b90}.site-footer a{text-decoration:none}.site-footer__inner{width:min(1820px,calc(100% - 220px));margin:0 auto;padding:54px 0 26px}.site-footer__main{display:grid;grid-template-columns:1.08fr 1.08fr 1fr 1.24fr;gap:92px;align-items:start}.site-footer__column h3{margin:0 0 23px;color:#2f374d;font-size:18px;line-height:1.2;font-weight:800}.site-footer__column ul{margin:0;padding:0;list-style:none}.site-footer__column li+li{margin-top:13px}.site-footer__column a{color:#737b90;font-size:16px;line-height:1.35;font-weight:500;transition:color .18s ease}.site-footer__column a:hover{color:#27314b}.site-footer__feedback p{max-width:430px;margin:0 0 24px;color:#737b90;font-size:16px;line-height:1.55;font-weight:500}.site-footer__feedback-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.site-footer__callback{height:48px;min-width:164px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #486cff;border-radius:4px;background:transparent;color:#486cff!important;font-size:15px;line-height:1;font-weight:700;transition:background .2s ease,color .2s ease}.site-footer__callback:hover{background:#486cff}.site-footer__socials{display:flex;align-items:center;gap:9px}.site-footer__social{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#e4e7ee;color:#fff!important;transition:transform .2s ease,filter .2s ease}.site-footer__social svg{width:20px;height:20px;display:block}.site-footer__social:hover{transform:translateY(-2px);filter:brightness(.96)}.site-footer__payments{display:flex;align-items:center;gap:22px;margin-top:96px;padding-bottom:42px;border-bottom:1px solid rgba(55,65,90,.12)}.site-footer__payment{display:inline-flex;align-items:center;justify-content:center;height:46px;width:92px;background:transparent}.site-footer__payment img{display:block;width:auto;height:auto;max-width:92px;max-height:34px;object-fit:contain}.site-footer__payment:first-child img{max-width:72px;max-height:42px}.site-footer__payment:nth-child(2) img,.site-footer__payment:nth-child(3) img{max-width:78px;max-height:30px}.site-footer__bottom{display:flex;align-items:center;gap:34px;padding:23px 0 15px;flex-wrap:wrap}.site-footer__lang{color:#737b90;font-size:15px;font-weight:500;white-space:nowrap;cursor:pointer;text-decoration:none;transition:color .2s ease}.site-footer__lang:hover{color:#202943}.site-footer__legal-links{display:flex;align-items:center;flex-wrap:wrap;gap:36px}.site-footer__legal-links a{color:#737b90;font-size:15px;line-height:1.45;font-weight:500}.site-footer__legal-links a:hover{color:#27314b}.site-footer__disclaimer{max-width:1240px;margin:0;color:#81899c;font-size:14px;line-height:1.55;font-weight:500}@media (max-width:1400px){.site-footer__inner{width:min(1240px,calc(100% - 64px))}.site-footer__main{gap:58px}}@media (max-width:1080px){.site-footer__main{grid-template-columns:1fr 1fr;gap:44px}.site-footer__payments{margin-top:58px}}@media (max-width:720px){.site-footer__inner{width:min(100%,calc(100% - 32px));padding-top:38px}.site-footer__main{grid-template-columns:1fr;gap:32px}.site-footer__payments{margin-top:42px;flex-wrap:wrap}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:14px}.site-footer__legal-links{flex-direction:column;align-items:flex-start;gap:10px}}.leasing-carousel-section{position:relative;overflow:hidden;padding:112px max(24px,calc((100vw - 1240px) / 2));background:radial-gradient(circle at 82% 10%,rgba(61,91,160,.08),transparent 34%),#f3f4f7;color:#20283a;border-top:1px solid rgba(35,45,70,.08)}.leasing-carousel-head{max-width:980px;margin-bottom:44px}.leasing-carousel-head h2{max-width:940px;margin:0 0 22px;color:#20283a;font-size:clamp(42px,5.8vw,84px);line-height:.96;font-weight:300;letter-spacing:.045em;text-transform:uppercase}.leasing-carousel-head p:not(.section-kicker){max-width:760px;color:#687287;font-size:17px;line-height:1.75}.leasing-carousel-shell{width:100%;overflow:hidden;padding:6px 0 18px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.leasing-carousel-track{display:flex;width:max-content;gap:18px;animation:leasingCarouselScroll 54s linear infinite}.leasing-carousel-shell:hover .leasing-carousel-track{animation-play-state:paused}.leasing-carousel-card{flex:0 0 330px;min-height:260px;padding:28px;border-radius:28px;background:radial-gradient(circle at 24% 0,rgba(255,255,255,1),rgba(255,255,255,.88) 44%,rgba(255,255,255,.96) 100%);border:1px solid rgba(35,45,70,.1);box-shadow:0 24px 70px rgba(31,42,70,.08);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.leasing-carousel-card:hover{transform:translateY(-6px);border-color:rgba(72,108,255,.28);box-shadow:0 30px 90px rgba(31,42,70,.13)}.leasing-carousel-card span{display:inline-flex;margin-bottom:28px;color:#486cff;font-size:12px;font-weight:900;letter-spacing:.26em;text-transform:uppercase}.leasing-carousel-card h3{margin:0 0 16px;color:#20283a;font-size:24px;line-height:1.08;font-weight:650;letter-spacing:.025em;text-transform:uppercase}.leasing-carousel-card p{margin:0;color:#687287;font-size:15px;line-height:1.65}.leasing-carousel-bottom{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-top:34px;padding:28px;border-radius:28px;background:#fff;border:1px solid rgba(35,45,70,.1);box-shadow:0 24px 70px rgba(31,42,70,.08)}.leasing-carousel-bottom strong{display:block;margin-bottom:8px;color:#20283a;font-size:22px;line-height:1.15;font-weight:750;letter-spacing:.02em;text-transform:uppercase}.leasing-carousel-bottom p{max-width:720px;margin:0;color:#687287;font-size:15px;line-height:1.65}.leasing-carousel-bottom a{flex:0 0 auto;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:#20283a;color:#fff;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;transition:transform .22s ease,background .22s ease}.leasing-carousel-bottom a:hover{transform:translateY(-2px);background:#486cff}@keyframes leasingCarouselScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:760px){.leasing-carousel-section{padding-top:78px;padding-bottom:78px}.leasing-carousel-card{flex-basis:282px;min-height:250px;padding:24px}.leasing-carousel-bottom{flex-direction:column;align-items:flex-start}.leasing-carousel-bottom a{width:100%}}.leasing-home-section{position:relative!important;overflow:hidden!important;padding:112px max(24px,calc((100vw - 1240px) / 2))!important;background:radial-gradient(circle at 82% 8%,rgba(72,108,255,.1),transparent 34%),#f3f4f7!important;color:#20283a!important;border-top:1px solid rgba(35,45,70,.1)!important}.leasing-home-head{max-width:980px!important;margin-bottom:36px!important}.leasing-home-head h2{max-width:980px!important;margin:0 0 22px!important;color:#20283a!important;font-size:clamp(42px,5.6vw,84px)!important;line-height:.96!important;font-weight:300!important;letter-spacing:.045em!important;text-transform:uppercase!important}.leasing-home-head p:not(.section-kicker){max-width:780px!important;margin:0!important;color:#687287!important;font-size:17px!important;line-height:1.75!important}.leasing-home-main-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-bottom:44px!important}.leasing-home-main-card{min-height:285px!important;padding:30px!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(35,45,70,.1)!important;box-shadow:0 24px 70px rgba(31,42,70,.08)!important;color:#20283a!important}.leasing-home-main-card span{display:block!important;margin-bottom:38px!important;color:#486cff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.28em!important;text-transform:uppercase!important}.leasing-home-main-card h3{margin:0 0 16px!important;color:#20283a!important;font-size:30px!important;line-height:1!important;font-weight:650!important;letter-spacing:.045em!important;text-transform:uppercase!important}.leasing-home-main-card p{margin:0!important;color:#687287!important;font-size:15px!important;line-height:1.7!important}.leasing-home-carousel-wrap{margin-top:8px!important}.leasing-home-carousel-title{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:20px!important}.leasing-home-carousel-title h3{margin:0!important;color:#20283a!important;font-size:clamp(30px,3.4vw,54px)!important;line-height:1!important;font-weight:300!important;letter-spacing:.045em!important;text-transform:uppercase!important}.leasing-home-carousel{width:100%!important;overflow:hidden!important;padding:8px 0 18px!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)!important;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)!important}.leasing-home-track{display:flex!important;width:max-content!important;gap:16px!important;animation:leasingHomeScroll 48s linear infinite!important}.leasing-home-carousel:hover .leasing-home-track{animation-play-state:paused!important}.leasing-home-advantage{flex:0 0 315px!important;min-height:170px!important;padding:24px!important;border-radius:26px!important;background:#fff!important;border:1px solid rgba(35,45,70,.1)!important;box-shadow:0 20px 60px rgba(31,42,70,.07)!important;color:#20283a!important}.leasing-home-advantage span{display:block!important;margin-bottom:28px!important;color:#486cff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.28em!important}.leasing-home-advantage p{margin:0!important;color:#20283a!important;font-size:17px!important;line-height:1.45!important;font-weight:600!important}.leasing-home-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:26px!important;margin-top:34px!important;padding:28px!important;border-radius:30px!important;background:#20283a!important;color:#fff!important;box-shadow:0 24px 70px rgba(31,42,70,.14)!important}.leasing-home-bottom strong{display:block!important;margin-bottom:8px!important;color:#fff!important;font-size:24px!important;line-height:1.12!important;font-weight:700!important;text-transform:uppercase!important}.leasing-home-bottom p{max-width:760px!important;margin:0!important;color:rgba(255,255,255,.72)!important;font-size:15px!important;line-height:1.65!important}.leasing-home-bottom a{flex:0 0 auto!important;min-height:48px!important;padding:0 24px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:#20283a!important;font-size:11px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important;text-decoration:none!important}@keyframes leasingHomeScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:900px){.leasing-home-main-grid{grid-template-columns:1fr!important}.leasing-home-bottom{flex-direction:column!important;align-items:flex-start!important}.leasing-home-bottom a{width:100%!important}.leasing-home-advantage{flex-basis:280px!important}}.leasing-ideal-page{min-height:100vh!important;background:radial-gradient(circle at 82% 0,rgba(72,108,255,.1),transparent 36%),#f3f4f7!important;color:#20283a!important}.leasing-ideal-benefits,.leasing-ideal-buy-types,.leasing-ideal-cta,.leasing-ideal-hero,.leasing-ideal-logos,.leasing-ideal-options,.leasing-ideal-steps{width:min(1280px,calc(100% - 64px))!important;margin-left:auto!important;margin-right:auto!important}.leasing-ideal-hero{padding:150px 0 58px!important}.leasing-ideal-hero h1{max-width:1080px!important;margin:16px 0 24px!important;color:#20283a!important;font-size:clamp(56px,7.4vw,118px)!important;line-height:.9!important;font-weight:300!important;letter-spacing:.045em!important;text-transform:uppercase!important}.leasing-ideal-hero>p:not(.section-kicker){max-width:860px!important;margin:0!important;color:#687287!important;font-size:18px!important;line-height:1.75!important}.leasing-ideal-hero-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:32px!important}.leasing-ideal-cta a,.leasing-ideal-hero-actions a{min-height:50px!important;padding:0 26px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#20283a!important;color:#fff!important;text-decoration:none!important;font-size:11px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.leasing-ideal-hero-actions a:nth-child(2){background:#fff!important;color:#20283a!important;border:1px solid rgba(35,45,70,.12)!important}.leasing-ideal-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-bottom:110px!important}.leasing-ideal-option-card{min-height:450px!important;padding:34px!important;border-radius:34px!important;background:#fff!important;border:1px solid rgba(35,45,70,.1)!important;box-shadow:0 28px 90px rgba(31,42,70,.08)!important}.leasing-ideal-benefit-grid article span,.leasing-ideal-option-card>span,.leasing-ideal-step span{display:block!important;color:#486cff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.28em!important;text-transform:uppercase!important}.leasing-ideal-option-card>span{margin-bottom:42px!important}.leasing-ideal-option-card h2{margin:0 0 18px!important;color:#20283a!important;font-size:38px!important;line-height:1!important;font-weight:650!important;letter-spacing:.045em!important;text-transform:uppercase!important}.leasing-ideal-option-card p{margin:0 0 24px!important;color:#687287!important;font-size:16px!important;line-height:1.68!important}.leasing-ideal-option-card ul{margin:0!important;padding:0!important;list-style:none!important}.leasing-ideal-option-card li{position:relative!important;padding-left:18px!important;color:#20283a!important;font-size:15px!important;line-height:1.55!important}.leasing-ideal-option-card li+li{margin-top:11px!important}.leasing-ideal-option-card li:before{content:""!important;position:absolute!important;left:0!important;top:.62em!important;width:6px!important;height:6px!important;border-radius:999px!important;background:#486cff!important}.leasing-ideal-benefits,.leasing-ideal-buy-types,.leasing-ideal-logos,.leasing-ideal-steps{margin-bottom:110px!important}.leasing-ideal-section-head{max-width:980px!important;margin-bottom:34px!important}.leasing-ideal-section-head h2{margin:0 0 18px!important;color:#20283a!important;font-size:clamp(42px,5.2vw,82px)!important;line-height:.94!important;font-weight:300!important;letter-spacing:.045em!important;text-transform:uppercase!important}.leasing-ideal-section-head p:not(.section-kicker){max-width:800px!important;margin:0!important;color:#687287!important;font-size:17px!important;line-height:1.75!important}.leasing-ideal-tags{display:flex!important;flex-wrap:wrap!important;gap:12px!important}.leasing-ideal-tags span{min-height:54px!important;display:inline-flex!important;align-items:center!important;padding:0 22px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(35,45,70,.1)!important;color:#20283a!important;font-size:14px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;box-shadow:0 16px 50px rgba(31,42,70,.06)!important}.leasing-ideal-benefit-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.leasing-ideal-benefit-grid article{min-height:188px!important;padding:28px!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(35,45,70,.1)!important;box-shadow:0 22px 70px rgba(31,42,70,.07)!important}.leasing-ideal-benefit-grid article span{margin-bottom:30px!important}.leasing-ideal-benefit-grid article p{margin:0!important;color:#20283a!important;font-size:18px!important;line-height:1.45!important;font-weight:650!important}.leasing-ideal-logo-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.leasing-ideal-logo-card{min-height:164px!important;padding:26px!important;border-radius:28px!important;background:#fff!important;border:1px solid rgba(35,45,70,.1)!important;box-shadow:0 24px 70px rgba(31,42,70,.07)!important;display:flex!important;align-items:center!important;justify-content:center!important}.leasing-ideal-logo-card img{display:block!important;width:auto!important;height:auto!important;max-width:220px!important;max-height:82px!important;object-fit:contain!important}.leasing-ideal-step-list{display:grid!important;gap:12px!important}.leasing-ideal-step{display:grid!important;grid-template-columns:90px 1fr!important;gap:24px!important;align-items:center!important;padding:26px 30px!important;border-radius:28px!important;background:#fff!important;border:1px solid rgba(35,45,70,.1)!important;box-shadow:0 18px 60px rgba(31,42,70,.06)!important}.leasing-ideal-step p{margin:0!important;color:#20283a!important;font-size:18px!important;line-height:1.5!important;font-weight:600!important}.leasing-ideal-cta{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:30px!important;margin-bottom:95px!important;padding:38px!important;border-radius:36px!important;background:#20283a!important;color:#fff!important;box-shadow:0 30px 90px rgba(31,42,70,.16)!important}.leasing-ideal-cta h2{max-width:780px!important;margin:0 0 14px!important;color:#fff!important;font-size:clamp(36px,4.4vw,70px)!important;line-height:.96!important;font-weight:300!important;letter-spacing:.045em!important;text-transform:uppercase!important}.leasing-ideal-cta p:not(.section-kicker){max-width:780px!important;margin:0!important;color:rgba(255,255,255,.72)!important;font-size:16px!important;line-height:1.7!important}.leasing-ideal-cta .section-kicker{color:rgba(255,255,255,.55)!important}.leasing-ideal-cta a{flex:0 0 auto!important;background:#fff!important;color:#20283a!important}@media (max-width:1050px){.leasing-ideal-benefit-grid,.leasing-ideal-logo-grid,.leasing-ideal-options{grid-template-columns:repeat(2,minmax(0,1fr))!important}.leasing-ideal-cta{flex-direction:column!important;align-items:flex-start!important}.leasing-ideal-cta a{width:100%!important}}@media (max-width:680px){.leasing-ideal-hero{padding-top:120px!important}.leasing-ideal-benefit-grid,.leasing-ideal-logo-grid,.leasing-ideal-options,.leasing-ideal-step{grid-template-columns:1fr!important}.leasing-ideal-step{gap:12px!important}.cars-page.page-theme-light section.premium-cars-toolbar button[type=submit],.cars-page.page-theme-light section.premium-cars-toolbar input,.cars-page.page-theme-light section.premium-cars-toolbar label.cars-filter-field,.cars-page.page-theme-light section.premium-cars-toolbar select{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}}.leasing-page{background:#f3f4f7!important;color:#1f2940!important}.leasing-page .leasing-page__container,.leasing-page .leasing-page__section,.leasing-page .section,.leasing-page main,.leasing-page section{background:transparent!important;color:inherit!important}.leasing-page .leasing-page__container{width:min(1120px,calc(100% - 48px))!important;margin-left:auto!important;margin-right:auto!important}.leasing-page .leasing-page__section{padding:56px 0!important}.leasing-page .leasing-page__eyebrow,.leasing-page .section-kicker{color:rgba(31,41,64,.42)!important}.leasing-page .leasing-page__section-title,.leasing-page .leasing-page__title,.leasing-page h1,.leasing-page h2,.leasing-page h3{color:#1f2940!important}.leasing-page .leasing-page__section-text,.leasing-page .leasing-page__text,.leasing-page li,.leasing-page p{color:rgba(31,41,64,.72)!important}.leasing-page .finance-logo-grid{display:grid!important;gap:18px!important;margin-top:26px!important;align-items:stretch!important}.leasing-page .finance-logo-grid--banks{grid-template-columns:repeat(3,minmax(0,1fr))!important}.leasing-page .finance-logo-grid--leasing{grid-template-columns:repeat(4,minmax(0,1fr))!important}.leasing-page .finance-logo-card{height:112px!important;min-height:112px!important;border-radius:22px!important;background:#ffffff!important;border:1px solid rgba(31,41,64,.08)!important;box-shadow:0 10px 28px rgba(31,41,64,.05)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;overflow:hidden!important}.leasing-page .finance-logo-card img{display:block!important;width:auto!important;height:auto!important;max-width:72%!important;max-height:38px!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important;transform:none!important;filter:none!important;opacity:1!important}.leasing-page img[src*="sber."]{max-width:60%!important;max-height:34px!important}.leasing-page img[src*="vtb."]{max-width:62%!important;max-height:34px!important}.leasing-page img[src*=alfa-bank]{max-width:68%!important;max-height:42px!important}.leasing-page img[src*=gazprombank]{max-width:66%!important;max-height:40px!important}.leasing-page img[src*=t-bank]{max-width:42%!important;max-height:26px!important}.leasing-page img[src*=sovcombank]{max-width:72%!important;max-height:34px!important}.leasing-page img[src*=psb]{max-width:42%!important;max-height:28px!important}.leasing-page img[src*=rshb]{max-width:56%!important;max-height:34px!important}.leasing-page img[src*=mkb]{max-width:50%!important;max-height:38px!important}.leasing-page img[src*=sber-leasing]{max-width:54%!important;max-height:34px!important}.leasing-page img[src*=vtb-leasing]{max-width:52%!important;max-height:32px!important}.leasing-page img[src*=alfa-leasing]{max-width:56%!important;max-height:30px!important}.leasing-page img[src*=gazprombank-leasing]{max-width:62%!important;max-height:38px!important}.leasing-page img[src*=europlan]{max-width:72%!important;max-height:42px!important}.leasing-page img[src*=carcade]{max-width:46%!important;max-height:24px!important}.leasing-page img[src*=reso]{max-width:48%!important;max-height:28px!important}.leasing-page img[src*=baltlease]{max-width:52%!important;max-height:34px!important}.leasing-page .cta-banner,.leasing-page .leasing-cta,.leasing-page .leasing-page__cta{background:#202943!important;color:#ffffff!important;border-radius:28px!important}.leasing-page .cta-banner h2,.leasing-page .cta-banner p,.leasing-page .leasing-cta h2,.leasing-page .leasing-cta p,.leasing-page .leasing-page__cta h2,.leasing-page .leasing-page__cta h3,.leasing-page .leasing-page__cta p{color:#ffffff!important}@media (max-width:1100px){.leasing-page .finance-logo-grid--banks,.leasing-page .finance-logo-grid--leasing{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:700px){.leasing-page .finance-logo-grid--banks,.leasing-page .finance-logo-grid--leasing{grid-template-columns:1fr!important}.leasing-page .finance-logo-card{height:96px!important;min-height:96px!important}.leasing-page .finance-logo-card img{max-width:68%!important;max-height:32px!important}}body:has(.leasing-clean-page){background:#f4f5f8!important}.leasing-clean-page{min-height:100vh;background:radial-gradient(circle at 70% 0,rgba(223,229,247,.72),transparent 34%),linear-gradient(180deg,#f7f8fb,#f1f2f6);color:#202943;padding:118px 0 0}.leasing-clean-container{width:min(1220px,calc(100% - 56px));margin:0 auto}.leasing-clean-hero{padding:42px 0 38px}.leasing-clean-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) 380px;gap:44px;align-items:end}.leasing-clean-back{display:inline-flex;margin-bottom:28px;color:rgba(32,41,67,.62);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.leasing-clean-kicker,.leasing-clean-section-head>p{margin:0 0 14px;color:rgba(32,41,67,.42);font-size:12px;font-weight:900;letter-spacing:.28em;text-transform:uppercase}.leasing-clean-page h1{max-width:850px;margin:0;color:#202943;font-size:clamp(56px,7vw,110px);line-height:.92;font-weight:400;letter-spacing:-.055em;text-transform:uppercase}.leasing-clean-lead{max-width:760px;margin:26px 0 0;color:rgba(32,41,67,.72);font-size:18px;line-height:1.78}.leasing-clean-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.leasing-clean-actions a{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;border:1px solid rgba(32,41,67,.12);background:#fff;color:#202943;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;box-shadow:0 14px 38px rgba(32,41,67,.06)}.leasing-clean-actions a:first-child,.leasing-clean-summary{background:#202943;color:#fff}.leasing-clean-summary{padding:28px;border-radius:32px;box-shadow:0 24px 70px rgba(32,41,67,.18)}.leasing-clean-summary p{margin:0 0 16px;color:#fff!important;font-size:18px;font-weight:800}.leasing-clean-summary ul{margin:0;padding:0;list-style:none}.leasing-clean-summary li{position:relative;padding-left:18px;margin-top:11px;color:rgba(255,255,255,.82)!important;font-size:14px;line-height:1.6}.leasing-clean-summary li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:999px;background:#fff}.leasing-clean-section{padding:58px 0}.leasing-clean-section--last{padding-bottom:78px}.leasing-clean-section-head{max-width:900px}.leasing-clean-section-head h2{max-width:880px;margin:0;color:#202943;font-size:clamp(40px,5vw,74px);line-height:.96;font-weight:400;letter-spacing:-.045em;text-transform:uppercase}.leasing-clean-section-head span{display:block;max-width:760px;margin-top:18px;color:rgba(32,41,67,.68);font-size:17px;line-height:1.75}.leasing-clean-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.leasing-clean-benefits article,.leasing-clean-logo-card,.leasing-clean-option,.leasing-clean-steps article{background:rgba(255,255,255,.94);border:1px solid rgba(32,41,67,.08);box-shadow:0 18px 48px rgba(32,41,67,.055)}.leasing-clean-option{min-height:100%;padding:28px;border-radius:30px}.leasing-clean-benefits article>span,.leasing-clean-option>span,.leasing-clean-steps article>span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border-radius:999px;background:rgba(94,111,255,.09);color:#5e6fff;font-size:11px;font-weight:900;letter-spacing:.14em}.leasing-clean-option h2{margin:18px 0 14px;color:#202943;font-size:28px;line-height:1.05;text-transform:uppercase}.leasing-clean-option p{margin:0;color:rgba(32,41,67,.68);font-size:15px;line-height:1.72}.leasing-clean-option ul{margin:18px 0 0;padding:0;list-style:none}.leasing-clean-option li{position:relative;margin-top:10px;padding-left:18px;color:rgba(32,41,67,.78);font-size:14px;line-height:1.55}.leasing-clean-option li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:999px;background:#5e6fff}.leasing-clean-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}.leasing-clean-benefits article{min-height:154px;padding:22px;border-radius:26px}.leasing-clean-benefits p{margin:16px 0 0;color:rgba(32,41,67,.76);font-size:15px;line-height:1.65}.leasing-clean-logo-grid{display:grid;gap:18px;margin-top:30px}.leasing-clean-logo-grid--banks{grid-template-columns:repeat(3,minmax(0,1fr))}.leasing-clean-logo-grid--leasing{grid-template-columns:repeat(4,minmax(0,1fr))}.leasing-clean-logo-card{height:156px;border-radius:28px;padding:20px;display:grid;grid-template-rows:1fr auto;gap:12px;align-items:center}.leasing-clean-logo-box{height:82px;width:100%;display:flex;align-items:center;justify-content:center}.leasing-clean-logo-box img{display:block;width:auto;height:auto;max-width:74%;max-height:54px;object-fit:contain;object-position:center}.leasing-clean-logo-card strong{display:block;color:rgba(32,41,67,.64);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leasing-clean-logo-card[data-logo=sber-leasing] img,.leasing-clean-logo-card[data-logo=sber] img{max-width:56%;max-height:42px}.leasing-clean-logo-card[data-logo=vtb-leasing] img,.leasing-clean-logo-card[data-logo=vtb] img{max-width:58%;max-height:42px}.leasing-clean-logo-card[data-logo=alfa-bank] img{max-width:66%;max-height:48px}.leasing-clean-logo-card[data-logo=alfa-leasing] img{max-width:58%;max-height:38px}.leasing-clean-logo-card[data-logo=gazprombank-leasing] img,.leasing-clean-logo-card[data-logo=gazprombank] img{max-width:66%;max-height:48px}.leasing-clean-logo-card[data-logo=t-bank] img{max-width:42%;max-height:32px}.leasing-clean-logo-card[data-logo=sovcombank] img{max-width:72%;max-height:42px}.leasing-clean-logo-card[data-logo=psb] img{max-width:44%;max-height:34px}.leasing-clean-logo-card[data-logo=rshb] img{max-width:58%;max-height:42px}.leasing-clean-logo-card[data-logo=mkb] img{max-width:56%;max-height:46px}.leasing-clean-logo-card[data-logo=europlan] img{max-width:78%;max-height:52px}.leasing-clean-logo-card[data-logo=carcade] img{max-width:48%;max-height:34px}.leasing-clean-logo-card[data-logo=reso-leasing] img{max-width:50%;max-height:34px}.leasing-clean-logo-card[data-logo=baltlease] img{max-width:56%;max-height:42px}.leasing-clean-steps{display:grid;gap:14px;margin-top:30px}.leasing-clean-steps article{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:18px;padding:18px 22px;border-radius:22px}.leasing-clean-steps p{margin:0;color:rgba(32,41,67,.76);font-size:16px;line-height:1.6}@media (max-width:1100px){.leasing-clean-hero-grid{grid-template-columns:1fr}.leasing-clean-benefits,.leasing-clean-logo-grid--banks,.leasing-clean-logo-grid--leasing,.leasing-clean-options{grid-template-columns:repeat(2,minmax(0,1fr))}.leasing-clean-summary{max-width:520px}}@media (max-width:720px){body:has(.leasing-clean-page),html:has(.leasing-clean-page){overflow-x:hidden}.leasing-clean-page{width:100%;padding-top:96px;max-width:100vw;overflow-x:hidden}.leasing-clean-container{width:auto;max-width:calc(100vw - 46px);margin-left:15px;margin-right:15px}.leasing-clean-page h1{max-width:100%;font-size:clamp(34px,10vw,42px);line-height:1.04;letter-spacing:-.03em;overflow-wrap:anywhere}.leasing-clean-lead{font-size:17px;line-height:1.68}.leasing-clean-actions{display:grid;grid-template-columns:1fr}.leasing-clean-actions a{width:100%;max-width:calc(100vw - 46px);padding:0 16px}.leasing-clean-benefits,.leasing-clean-benefits>*,.leasing-clean-hero-grid,.leasing-clean-hero-grid>*,.leasing-clean-logo-grid,.leasing-clean-logo-grid>*,.leasing-clean-options,.leasing-clean-options>*,.leasing-clean-steps,.leasing-clean-steps>*{min-width:0}.leasing-clean-benefits article,.leasing-clean-logo-card,.leasing-clean-option,.leasing-clean-steps article,.leasing-clean-summary{width:100%;max-width:calc(100vw - 46px)}.leasing-clean-benefits,.leasing-clean-logo-grid--banks,.leasing-clean-logo-grid--leasing,.leasing-clean-options{grid-template-columns:1fr}.leasing-clean-logo-card{height:138px}.leasing-clean-steps article{grid-template-columns:1fr}}@media (max-width:560px){.leasing-clean-actions a,.leasing-clean-benefits article,.leasing-clean-container,.leasing-clean-logo-card,.leasing-clean-option,.leasing-clean-steps article,.leasing-clean-summary{max-width:340px}}.site-header-clean{position:fixed!important;top:0!important;left:0!important;width:100%!important;z-index:90!important;transition:color .22s ease,background-color .22s ease,box-shadow .22s ease,border-color .22s ease!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.site-header-clean--dark{background:rgba(245,246,250,.92)!important}.site-header-clean__inner{width:min(1180px,calc(100% - 56px))!important;height:82px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;opacity:.96!important}.site-header-clean__geo,.site-header-clean__left,.site-header-clean__logo,.site-header-clean__menu,.site-header-clean__menu-text,.site-header-clean__request{color:currentColor!important}.site-header-clean__left{justify-self:start!important;display:inline-flex!important;align-items:center!important;gap:28px!important;min-width:0!important}.site-header-clean__menu{gap:10px!important;padding:0!important;cursor:pointer!important}.site-header-clean__geo,.site-header-clean__menu{display:inline-flex!important;align-items:center!important;border:0!important;background:transparent!important;font:inherit!important}.site-header-clean__geo{position:relative!important;gap:8px!important;min-height:38px!important;padding:0 12px!important;border-radius:999px!important;cursor:default!important}.site-header-clean__geo-icon{width:22px!important;height:22px!important;flex:0 0 auto!important}.site-header-clean__burger{width:16px!important;height:12px!important;display:inline-flex!important;flex-direction:column!important;justify-content:space-between!important;flex:0 0 auto!important}.site-header-clean__burger span{display:block!important;width:16px!important;height:2px!important;border-radius:999px!important;background:currentColor!important}.site-header-clean__menu-text,.site-header-clean__request{font-size:11px!important;font-weight:900!important;letter-spacing:.18em!important;text-transform:uppercase!important}.site-header-clean__logo{font-family:Georgia,Times New Roman,serif!important;font-size:28px!important;line-height:1!important}.site-header-clean__logo,.site-header-clean__request{text-decoration:none!important}.site-menu-clean{position:fixed!important;inset:0!important;z-index:140!important;pointer-events:none!important;opacity:0!important;transition:opacity .24s ease!important}.site-menu-clean--open{pointer-events:auto!important;opacity:1!important}.site-menu-clean__backdrop{position:absolute!important;inset:0!important;border:0!important;background:rgba(0,0,0,.46)!important;cursor:pointer!important}.site-menu-clean__panel{position:relative!important;width:min(330px,86vw)!important;min-height:100vh!important;padding:82px 30px 40px!important;border-right:1px solid rgba(255,255,255,.12)!important;box-shadow:40px 0 90px rgba(0,0,0,.42)!important;transform:translateX(-102%)!important;transition:transform .28s ease!important}.site-menu-clean--open .site-menu-clean__panel{transform:translateX(0)!important}.site-menu-clean__close{position:absolute!important;top:26px!important;right:24px!important;width:42px!important;height:42px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.18)!important;background:transparent!important;color:#fff!important;font-size:28px!important;line-height:1!important;cursor:pointer!important}.site-menu-clean__nav{display:grid!important;gap:20px!important}.site-menu-clean__nav a{color:#fff!important;text-decoration:none!important;font-size:18px!important;line-height:1.15!important;font-weight:500!important;letter-spacing:.16em!important;text-transform:uppercase!important}@media (max-width:760px){.site-header-clean__inner{width:min(100%,calc(100% - 28px))!important;height:70px!important}.site-header-clean__request{display:none!important}.site-header-clean__left{gap:14px!important}.site-header-clean__geo{gap:5px!important;padding:0!important;font-size:12px!important}.site-header-clean__geo-icon{width:20px!important;height:20px!important}.site-header-clean__logo{font-size:24px!important}}.site-header-clean--dark{background:rgba(245,246,250,.94)!important;box-shadow:0 10px 34px rgba(24,32,54,.07)!important}.site-header-clean--dark .site-header-clean__inner{border-bottom-color:rgba(32,41,67,.14)!important}.site-header-clean--dark .site-header-clean__logo,.site-header-clean--dark .site-header-clean__menu,.site-header-clean--dark .site-header-clean__menu-text,.site-header-clean--dark .site-header-clean__request{color:#202943!important}.site-header-clean--dark .site-header-clean__burger span{background:#202943!important}.site-header-clean--light{color:#ffffff!important;background:transparent!important;box-shadow:none!important}.site-header-clean--light .site-header-clean__inner{border-bottom-color:rgba(255,255,255,.16)!important}.site-header-clean--light .site-header-clean__logo,.site-header-clean--light .site-header-clean__menu,.site-header-clean--light .site-header-clean__menu-text,.site-header-clean--light .site-header-clean__request{color:#ffffff!important}.site-header-clean--light .site-header-clean__burger span{background:#ffffff!important}.page-theme-light{min-height:100vh;background:radial-gradient(circle at 72% 0,rgba(224,230,248,.62),transparent 34%),linear-gradient(180deg,#f7f8fb,#f1f2f6)!important;color:#202943!important}body:has(.page-theme-light){background:#f4f5f8!important;color:#202943!important}.page-theme-light h1,.page-theme-light h2,.page-theme-light h3,.page-theme-light h4,.page-theme-light strong{color:#202943!important}.page-theme-light li,.page-theme-light p,.page-theme-light span{color:rgba(32,41,67,.72)}.page-theme-light .content-back,.page-theme-light .eyebrow,.page-theme-light .section-kicker{color:rgba(32,41,67,.48)!important}.page-theme-light .benefit,.page-theme-light .brands-category-nav a,.page-theme-light .brands-directory-tile,.page-theme-light .card,.page-theme-light .contact-box,.page-theme-light .step,.page-theme-light article{background:rgba(255,255,255,.94)!important;border-color:rgba(32,41,67,.08)!important;box-shadow:0 18px 48px rgba(32,41,67,.055)!important;color:#202943!important}.site-menu-clean__panel{background:radial-gradient(circle at 20% 0,rgba(255,255,255,.08),transparent 34%),#050505!important}.site-menu-clean__close,.site-menu-clean__nav a{color:#fff!important}.brands-page,.cars-page{background:radial-gradient(circle at 72% 0,rgba(224,230,248,.68),transparent 36%),linear-gradient(180deg,#f8f9fc,#f2f4f8);color:#202943}.brands-page h1,.brands-page h2,.brands-page h3,.cars-page h1,.cars-page h2,.cars-page h3{color:#202943;letter-spacing:-.04em}.brands-page li,.brands-page p,.cars-page li,.cars-page p{color:rgba(32,41,67,.72)}.brands-page .content-back,.brands-page .eyebrow,.brands-page .section-kicker,.cars-page .content-back,.cars-page .eyebrow,.cars-page .section-kicker{color:rgba(32,41,67,.46)!important}.brands-page{padding-bottom:64px}.brands-page>*{max-width:1180px;margin-left:auto;margin-right:auto}.brands-page .brands-category-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;margin-bottom:44px}.brands-page .brands-category-nav a,.brands-page .brands-category-nav button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(32,41,67,.08);color:#202943!important;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;box-shadow:0 10px 24px rgba(22,28,45,.04);transition:all .22s ease}.brands-page .brands-category-nav a:hover,.brands-page .brands-category-nav button:hover{transform:translateY(-1px);background:#202943;color:#fff!important;box-shadow:0 14px 28px rgba(22,28,45,.12)}.brands-page .brands-directory-grid,.brands-page .brands-grid,.brands-page .brands-list-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.brands-page .brand-card,.brands-page .brands-directory-tile,.brands-page article{background:rgba(255,255,255,.94)!important;border:1px solid rgba(32,41,67,.08)!important;border-radius:24px!important;box-shadow:0 18px 44px rgba(20,27,45,.06)!important;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.brands-page .brand-card:hover,.brands-page .brands-directory-tile:hover,.brands-page article:hover{transform:translateY(-4px);box-shadow:0 24px 56px rgba(20,27,45,.1)!important;border-color:rgba(32,41,67,.14)!important}.brands-page .brand-card img,.brands-page .brands-directory-tile img,.brands-page article img{display:block;width:100%;height:auto;object-fit:contain}.brands-page .brand-card h3,.brands-page .brands-directory-tile h3,.brands-page article h3{color:#202943!important;font-size:15px;font-weight:700;letter-spacing:.04em}.brands-page .brand-card p,.brands-page .brands-directory-tile p,.brands-page article p{color:rgba(32,41,67,.66)!important;font-size:13px;line-height:1.6}.brands-page h1{font-size:clamp(56px,8vw,92px);line-height:.96;margin-bottom:18px}.brands-page h2{font-size:clamp(36px,4.2vw,60px);line-height:.96}.cars-page{padding-bottom:72px}.cars-page>*{max-width:1240px;margin-left:auto;margin-right:auto}.cars-page .cars-hero,.cars-page .catalog-hero,.cars-page>section:first-of-type{position:relative;overflow:hidden;border-radius:0 0 32px 32px;min-height:620px;padding-top:160px;padding-bottom:120px;margin-bottom:0}.cars-page .cars-hero:before,.cars-page .catalog-hero:before,.cars-page>section:first-of-type:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,10,18,.72),rgba(7,10,18,.48) 42%,rgba(7,10,18,.24)),linear-gradient(180deg,rgba(7,10,18,.22),rgba(7,10,18,.36));pointer-events:none;z-index:1}.cars-page .cars-hero>*,.cars-page .catalog-hero>*,.cars-page>section:first-of-type>*{position:relative;z-index:2}.cars-page .cars-hero h1,.cars-page .catalog-hero h1,.cars-page>section:first-of-type h1{color:#fff!important;font-size:clamp(58px,8vw,96px);line-height:.94;max-width:760px;margin-bottom:22px;text-shadow:0 10px 30px rgba(0,0,0,.18)}.cars-page .cars-hero p,.cars-page .catalog-hero p,.cars-page>section:first-of-type p{color:rgba(255,255,255,.82)!important;max-width:680px;font-size:16px;line-height:1.7}.cars-page .cars-hero .stat,.cars-page .cars-hero [class*=stat],.cars-page .catalog-hero .stat,.cars-page .catalog-hero [class*=stat],.cars-page>section:first-of-type .stat,.cars-page>section:first-of-type [class*=stat]{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important;color:#fff!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cars-page .cars-search,.cars-page .catalog-search,.cars-page [class*=search-bar],.cars-page form{position:relative;z-index:10;margin-top:-38px;margin-bottom:34px;padding:12px;border-radius:24px;border:1px solid rgba(32,41,67,.08);box-shadow:0 22px 52px rgba(22,28,45,.12)}.cars-page input,.cars-page select{min-height:52px;background:#f6f7fa!important}.cars-page button{border-radius:16px}.cars-page .cars-search button,.cars-page .catalog-search button,.cars-page [class*=search-bar] button,.cars-page form button{min-height:52px;padding:0 22px;color:#fff!important;border:none!important;box-shadow:0 12px 28px rgba(32,41,67,.18)}.cars-page .cars-search button:hover,.cars-page .catalog-search button:hover,.cars-page [class*=search-bar] button:hover,.cars-page form button:hover{filter:brightness(1.06)}.cars-page .cars-grid,.cars-page .catalog-grid,.cars-page .inventory-grid,.cars-page [class*=cars-grid],.cars-page [class*=catalog-grid]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cars-page .car-card,.cars-page .catalog-card,.cars-page article{background:rgba(255,255,255,.96)!important;overflow:hidden;box-shadow:0 18px 46px rgba(21,29,45,.07)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.cars-page .car-card:hover,.cars-page .catalog-card:hover,.cars-page article:hover{transform:translateY(-4px);box-shadow:0 26px 58px rgba(21,29,45,.11)!important}.cars-page .car-card img,.cars-page .catalog-card img,.cars-page article img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.cars-page .car-card h3,.cars-page .catalog-card h3,.cars-page article h3{color:#202943!important;font-size:16px;font-weight:700;line-height:1.35}.cars-page .car-card p,.cars-page .catalog-card p,.cars-page article p{color:rgba(32,41,67,.7)!important}.cars-page .car-card [class*=price],.cars-page .catalog-card [class*=price],.cars-page article [class*=price]{font-size:28px!important;letter-spacing:-.03em}.cars-page .car-card [class*=badge],.cars-page .car-card [class*=tag],.cars-page .catalog-card [class*=badge],.cars-page .catalog-card [class*=tag],.cars-page article [class*=badge],.cars-page article [class*=tag]{background:#f4f6fa!important;border:1px solid rgba(32,41,67,.06);color:#4c566f!important}@media (max-width:1180px){.brands-page .brands-directory-grid,.brands-page .brands-grid,.brands-page .brands-list-grid,.cars-page .cars-grid,.cars-page .catalog-grid,.cars-page .inventory-grid,.cars-page [class*=cars-grid],.cars-page [class*=catalog-grid]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.brands-page .brands-directory-grid,.brands-page .brands-grid,.brands-page .brands-list-grid,.cars-page .cars-grid,.cars-page .catalog-grid,.cars-page .inventory-grid,.cars-page [class*=cars-grid],.cars-page [class*=catalog-grid]{grid-template-columns:1fr}.cars-page .cars-hero,.cars-page .catalog-hero,.cars-page>section:first-of-type{min-height:520px;padding-top:132px;padding-bottom:96px;border-radius:0 0 24px 24px}.cars-page .cars-search,.cars-page .catalog-search,.cars-page [class*=search-bar],.cars-page form{margin-top:-26px}}.currency-page{min-height:100vh;width:100%;padding:145px 0 96px;background:radial-gradient(circle at 72% 0,rgba(224,230,248,.68),transparent 36%),linear-gradient(180deg,#f8f9fc,#f2f4f8);color:#202943}.currency-page>section{width:min(1180px,calc(100% - 44px));margin-left:auto;margin-right:auto}.currency-hero{margin-bottom:42px}.currency-hero h1{max-width:920px;margin:18px 0 22px;color:#202943;font-size:clamp(58px,8vw,112px);line-height:.9;font-weight:300;letter-spacing:.045em;text-transform:uppercase}.currency-hero p:not(.section-kicker){max-width:850px;color:rgba(32,41,67,.7);font-size:17px;line-height:1.75}.currency-hero-meta span{background:rgba(255,255,255,.82);color:rgba(32,41,67,.72);font-weight:700;box-shadow:0 12px 26px rgba(32,41,67,.045)}.currency-card{border-radius:28px;background:rgba(255,255,255,.94);border:1px solid rgba(32,41,67,.08);box-shadow:0 20px 52px rgba(32,41,67,.065);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.currency-card:hover{transform:translateY(-4px);border-color:rgba(32,41,67,.14);box-shadow:0 28px 64px rgba(32,41,67,.1)}.currency-card-top{gap:14px}.currency-code{color:rgba(32,41,67,.42);text-transform:uppercase}.currency-card h2{margin:22px 0 8px;color:#202943;font-weight:800;letter-spacing:-.02em}.currency-value{color:#202943}.currency-card-bottom{align-items:center;margin-top:22px}.currency-card-bottom span{color:rgba(32,41,67,.58)}.currency-diff{color:rgba(32,41,67,.56)!important}.currency-diff--up{color:#b04444!important}.currency-diff--down{color:#218455!important}.currency-info-grid{margin-bottom:76px}.currency-info-grid article{border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(32,41,67,.08);box-shadow:0 18px 46px rgba(32,41,67,.05)}.currency-info-grid article span{display:block;margin-bottom:20px;color:#5878ff;font-size:12px;font-weight:900;letter-spacing:.18em}.currency-info-grid h3{max-width:310px;margin:0 0 14px;color:#202943;line-height:1.08;letter-spacing:-.03em}.currency-info-grid p{margin:0;color:rgba(32,41,67,.66);font-size:14px;line-height:1.7}.currency-table-section{margin-bottom:24px}.currency-section-head{display:grid;grid-template-columns:220px minmax(0,1fr);gap:42px;align-items:start;margin-bottom:24px}.currency-section-head h2{margin:0;color:#202943;font-size:clamp(38px,5vw,72px);line-height:.94;font-weight:300;letter-spacing:.02em;text-transform:uppercase}.currency-table-wrap{overflow:hidden;border-radius:28px;background:rgba(255,255,255,.94);border:1px solid rgba(32,41,67,.08);box-shadow:0 22px 58px rgba(32,41,67,.07)}.currency-table{width:100%;border-collapse:collapse}.currency-table td,.currency-table th{padding:20px 22px;border-bottom:1px solid rgba(32,41,67,.07);color:#202943;text-align:left;font-size:14px}.currency-table th{color:rgba(32,41,67,.46);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.currency-table tr:last-child td{border-bottom:0}.currency-table-name{display:inline-flex;align-items:center;gap:12px;color:#202943!important;font-weight:800}.currency-table-name span{font-size:20px}@media (max-width:1120px){.currency-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.currency-info-grid,.currency-section-head{grid-template-columns:1fr}.currency-section-head{gap:14px}}@media (max-width:560px){.currency-page.content-page{padding-left:16px!important;padding-right:16px!important}.currency-hero-panel h1{font-size:clamp(36px,13vw,54px)!important;line-height:.98!important}.currency-cta,.currency-hero-panel aside{padding:22px!important;border-radius:24px!important}.currency-hero-panel aside strong{font-size:24px!important}.currency-cta a,.currency-hero-actions a{width:100%;min-height:50px;padding-left:14px;padding-right:14px;text-align:center}.currency-page.content-page>.currency-grid{grid-template-columns:1fr!important}.currency-page.content-page>.currency-grid article strong{white-space:normal!important;font-size:34px!important}}@media (max-width:720px){.currency-page{padding-top:112px}.currency-grid{grid-template-columns:1fr}.currency-card{min-height:210px}.currency-table-wrap{overflow-x:auto}.currency-table{min-width:720px}}.brands-directory-page.page-theme-light,.cars-page.page-theme-light,.currency-page,.inner-page{min-height:100vh;padding:145px 0 96px;background:radial-gradient(circle at 72% 0,rgba(224,230,248,.68),transparent 36%),linear-gradient(180deg,#f8f9fc,#f2f4f8)!important;color:#202943!important}.brands-directory-page.page-theme-light>section,.currency-page>section,.inner-page>section{width:min(1180px,calc(100% - 44px));margin-left:auto;margin-right:auto}.brands-directory-hero,.currency-hero,.inner-hero{margin-bottom:46px}.brands-directory-hero h1,.currency-hero h1,.inner-hero h1{max-width:980px;margin:18px 0 22px;color:#202943!important;font-size:clamp(52px,7vw,104px);line-height:.92;font-weight:300;letter-spacing:.035em;text-transform:uppercase}.brands-directory-hero p:not(.section-kicker),.currency-hero p:not(.section-kicker),.inner-hero p:not(.section-kicker){max-width:850px;color:rgba(32,41,67,.7)!important;font-size:17px;line-height:1.75}.brands-directory-page .content-back,.brands-directory-page .section-kicker,.currency-page .content-back,.currency-page .section-kicker,.inner-page .content-back,.inner-page .section-kicker{color:rgba(32,41,67,.46)!important}.inner-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:76px}.brands-directory-tile,.currency-card,.currency-info-grid article,.inner-card-grid article,.inner-steps article{background:rgba(255,255,255,.94)!important;border:1px solid rgba(32,41,67,.08)!important;border-radius:28px!important;box-shadow:0 20px 52px rgba(32,41,67,.065)!important;color:#202943!important}.inner-card-grid article{min-height:260px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end}.inner-card-grid article span,.inner-steps article span{display:block;margin-bottom:18px;color:#5878ff!important;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.inner-card-grid article h2{margin:0 0 14px;color:#202943!important;font-size:26px;line-height:1.08;letter-spacing:-.03em}.inner-card-grid article p,.inner-note p,.inner-steps article p{color:rgba(32,41,67,.68)!important;font-size:15px;line-height:1.72}.inner-section-head{display:grid;grid-template-columns:220px minmax(0,1fr);gap:42px;align-items:start;margin-bottom:24px}.inner-section-head h2{margin:0;color:#202943!important;font-size:clamp(38px,5vw,72px);line-height:.94;font-weight:300;letter-spacing:.02em;text-transform:uppercase}.inner-steps-section{margin-bottom:76px}.inner-steps{display:grid;gap:12px}.inner-steps article{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;min-height:76px;padding:18px 24px}.inner-steps article span{margin:0}.inner-steps article p{margin:0;font-weight:700}.inner-note{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:42px;align-items:center;padding:38px;border-radius:32px;background:#202943;box-shadow:0 24px 62px rgba(32,41,67,.16)}.inner-note h2{margin:0;color:#fff!important;font-size:clamp(34px,4vw,58px);line-height:.96;font-weight:300;text-transform:uppercase}.inner-note p{margin:0;color:rgba(255,255,255,.76)!important}.equipment-brands-section,.equipment-conversion-strip,.equipment-visual-section,.factory-benefits-section,.factory-brands-section,.factory-showcase{margin-bottom:76px}.factory-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.factory-model-card{position:relative;min-height:420px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;border-radius:14px;background:#101114;box-shadow:0 24px 62px rgba(32,41,67,.13);isolation:isolate}.factory-model-card:after{content:"";position:absolute;inset:auto 0 0;z-index:-1;height:78%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.48) 36%,rgba(0,0,0,.94))}.factory-model-card img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;filter:saturate(1.04) contrast(1.08) brightness(.78);transition:transform .45s ease,filter .45s ease}.factory-model-card:hover img{transform:scale(1.045);filter:saturate(1.08) contrast(1.1) brightness(.86)}.factory-model-card span{margin-bottom:10px;color:rgba(255,255,255,.76)!important;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.factory-model-card strong{margin-bottom:12px;color:#ffffff!important;font-size:28px;line-height:1.02;font-weight:400;letter-spacing:-.02em}.factory-model-card p{margin:0;color:rgba(255,255,255,.82)!important;font-size:14px;line-height:1.62}.factory-benefits-section,.factory-brands-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.factory-benefits-section article,.factory-brands-grid a{min-height:168px;padding:26px;border:1px solid rgba(32,41,67,.08);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(32,41,67,.065)}.factory-benefits-section h2,.factory-brands-grid strong{display:block;margin:0 0 12px;color:#202943!important;font-size:24px;line-height:1.08;font-weight:500;letter-spacing:-.02em}.factory-benefits-section p,.factory-brands-grid p{margin:0;color:rgba(32,41,67,.68)!important;font-size:15px;line-height:1.68}.equipment-brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.equipment-brand-grid a{min-height:250px;padding:24px;display:flex;flex-direction:column;border:1px solid rgba(32,41,67,.08);border-radius:24px;background:rgba(255,255,255,.95);box-shadow:0 18px 46px rgba(32,41,67,.065);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.equipment-brand-grid a:hover{transform:translateY(-4px);border-color:rgba(32,41,67,.16);box-shadow:0 26px 62px rgba(32,41,67,.1)}.equipment-brand-grid a>div{height:94px;margin-bottom:24px;display:grid;place-items:center;border-radius:18px;background:#f5f7fb;border:1px solid rgba(32,41,67,.06)}.equipment-brand-grid img{max-width:78%;max-height:58px;object-fit:contain}.equipment-brand-grid strong{margin-bottom:12px;color:#202943!important;font-size:24px;line-height:1.08;font-weight:500}.equipment-brand-grid p{margin:0;color:rgba(32,41,67,.68)!important;font-size:14px;line-height:1.62}.equipment-visual-grid{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:16px}.equipment-visual-grid a{position:relative;min-height:420px;overflow:hidden;display:flex;align-items:flex-end;border-radius:28px;background:#111827;box-shadow:0 24px 62px rgba(32,41,67,.13);isolation:isolate}.equipment-visual-grid a:after{content:"";position:absolute;inset:auto 0 0;z-index:-1;height:76%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.54) 42%,rgba(0,0,0,.92))}.equipment-visual-grid img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;filter:saturate(1.02) contrast(1.04) brightness(.78);transition:transform .45s ease,filter .45s ease}.equipment-visual-grid a:has(.equipment-visual-logo){background:radial-gradient(circle at 80% 10%,rgba(88,120,255,.2),transparent 34%),linear-gradient(145deg,#202943,#111827)}.equipment-visual-grid a:has(.equipment-visual-logo):after{display:none}.equipment-visual-logo{position:absolute;inset:24px 24px auto 24px;min-height:154px;display:grid;place-items:center;border-radius:24px;background:radial-gradient(circle at 82% 0,rgba(88,120,255,.28),transparent 36%),linear-gradient(145deg,#101827,#202943);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 48px rgba(0,0,0,.18)}.equipment-visual-logo img{position:relative!important;z-index:1;width:auto;height:auto;max-width:72%;max-height:82px;object-fit:contain;opacity:1!important;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));transform:none}.equipment-visual-grid .equipment-visual-logo img{inset:auto!important;z-index:1!important;width:auto!important;height:auto!important;object-fit:contain!important}.equipment-visual-grid a:hover .equipment-visual-logo img{transform:none;filter:none}.equipment-visual-grid a:hover img{transform:scale(1.045);filter:saturate(1.08) contrast(1.08) brightness(.88)}.equipment-visual-grid div{padding:26px}.equipment-visual-grid strong{display:block;margin-bottom:12px;color:#ffffff!important;font-size:30px;line-height:1.02;font-weight:400}.equipment-visual-grid p{margin:0;color:rgba(255,255,255,.82)!important;font-size:14px;line-height:1.62}.equipment-conversion-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;padding:38px;border-radius:32px;background:radial-gradient(circle at 84% 10%,rgba(130,153,255,.28),transparent 28%),#202943;box-shadow:0 24px 62px rgba(32,41,67,.16)}.equipment-conversion-strip h2{max-width:760px;margin:0 0 16px;color:#ffffff!important;font-size:clamp(34px,4vw,58px);line-height:.96;font-weight:300;text-transform:uppercase}.equipment-conversion-strip p:not(.section-kicker){max-width:760px;margin:0;color:rgba(255,255,255,.76)!important;line-height:1.7}.equipment-conversion-strip a{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;background:#ffffff;color:#202943!important;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.currency-page{padding-top:145px!important}.currency-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.currency-hero-meta span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid rgba(32,41,67,.08);color:rgba(32,41,67,.72)!important;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.currency-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:64px}.currency-card{min-height:236px;padding:24px;flex-direction:column}.currency-card,.currency-card-top{display:flex;justify-content:space-between}.currency-card-top{align-items:center}.currency-flag{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#f3f5f9;font-size:24px}.currency-code{color:rgba(32,41,67,.42)!important;font-size:12px;font-weight:900;letter-spacing:.18em}.currency-card h2{color:#202943!important;font-size:19px;line-height:1.18}.currency-value{color:#202943!important;font-size:clamp(34px,3.6vw,50px);line-height:.95;font-weight:300;letter-spacing:-.045em}.currency-card-bottom{display:flex;justify-content:space-between;gap:14px;padding-top:16px;border-top:1px solid rgba(32,41,67,.08)}.currency-card-bottom span{color:rgba(32,41,67,.58)!important;font-size:12px;font-weight:700}.currency-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.currency-info-grid article{padding:28px}.currency-info-grid h3{color:#202943!important;font-size:22px}.brands-directory-page.page-theme-light{width:100%!important}.brands-directory-page.page-theme-light .brands-category-nav,.brands-directory-page.page-theme-light .brands-directory-hero,.brands-directory-page.page-theme-light .brands-directory-section{width:min(1180px,calc(100% - 44px));margin-left:auto;margin-right:auto}.brands-directory-page.page-theme-light .brands-directory-hero p:not(.section-kicker){color:rgba(32,41,67,.7)!important}.brands-directory-page.page-theme-light .brands-category-nav a{color:#202943!important;background:rgba(255,255,255,.92)!important;border-color:rgba(32,41,67,.08)!important}.brands-directory-page.page-theme-light .brands-directory-head h2{color:#202943!important}body:has(.page-theme-light) .site-header-clean,body:has(.page-theme-light) .site-header-clean--dark,body:has(.page-theme-light) .site-header-clean--light{color:#202943!important;background:rgba(245,246,250,.92)!important;box-shadow:0 10px 34px rgba(24,32,54,.07)!important}body:has(.page-theme-light) .site-header-clean__inner{border-bottom-color:rgba(32,41,67,.14)!important}body:has(.page-theme-light) .site-header-clean__logo,body:has(.page-theme-light) .site-header-clean__menu,body:has(.page-theme-light) .site-header-clean__menu-text,body:has(.page-theme-light) .site-header-clean__request{color:#202943!important}body:has(.page-theme-light) .site-header-clean__burger span{background:#202943!important}@media (max-width:1120px){.currency-grid,.currency-info-grid,.equipment-brand-grid,.equipment-visual-grid,.factory-benefits-section,.factory-brands-grid,.factory-showcase-grid,.inner-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.equipment-conversion-strip,.inner-note,.inner-section-head{grid-template-columns:1fr}}@media (max-width:720px){.currency-page,.inner-page{padding-top:112px}.currency-grid,.currency-info-grid,.equipment-brand-grid,.equipment-visual-grid,.factory-benefits-section,.factory-brands-grid,.factory-showcase-grid,.inner-card-grid{grid-template-columns:1fr}.equipment-visual-grid a,.factory-model-card{min-height:360px}.inner-steps article{grid-template-columns:1fr;gap:10px}}.cars-page,.cars-page.page-theme-light{padding:82px 0 96px!important;background:radial-gradient(circle at 72% 0,rgba(224,230,248,.68),transparent 36%),linear-gradient(180deg,#f8f9fc,#f2f4f8)!important}.cars-page>section:first-of-type{width:100%!important;max-width:none!important;min-height:620px!important;margin:0!important;padding:138px max(28px,calc((100vw - 1180px) / 2)) 130px!important;border-radius:0 0 42px 42px!important;background-color:#05070d!important;background-size:cover!important;background-position:50%!important;background-image:linear-gradient(90deg,rgba(5,7,13,.78),rgba(5,7,13,.52) 48%,rgba(5,7,13,.22)),radial-gradient(circle at 78% 30%,rgba(138,151,179,.34),transparent 34%),linear-gradient(135deg,#05070d,#151b27 48%,#030407)!important;box-shadow:0 34px 90px rgba(18,24,42,.18)!important}.cars-page>section:first-of-type:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:radial-gradient(circle at 75% 10%,rgba(255,255,255,.08),transparent 38%),linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.2))!important;z-index:1!important}.cars-page>section:first-of-type>*{position:relative!important;z-index:2!important}.cars-page>section:first-of-type h1{max-width:790px!important;color:#ffffff!important;font-size:clamp(58px,7.2vw,104px)!important;line-height:.92!important}.cars-page>section:first-of-type p{max-width:700px!important;color:rgba(255,255,255,.82)!important}.cars-page>section:first-of-type .content-back,.cars-page>section:first-of-type .eyebrow,.cars-page>section:first-of-type .section-kicker{color:rgba(255,255,255,.58)!important}.cars-page>section:first-of-type .stat,.cars-page>section:first-of-type [class*=stat]{background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;box-shadow:none!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.cars-page .cars-search,.cars-page .catalog-search,.cars-page [class*=filter],.cars-page [class*=search-bar],.cars-page form{width:min(960px,calc(100% - 44px))!important;max-width:960px!important;margin:-40px auto 46px!important;padding:12px!important;display:grid!important;grid-template-columns:minmax(240px,1fr) 160px 170px 110px!important;gap:8px!important;align-items:center!important;border-radius:24px!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(32,41,67,.08)!important;box-shadow:0 24px 62px rgba(24,32,54,.14)!important;overflow:visible!important}.cars-page .cars-search:before,.cars-page .catalog-search:before,.cars-page [class*=filter]:before,.cars-page [class*=search-bar]:before,.cars-page form:before{display:none!important}.cars-page input,.cars-page select{border-radius:16px!important}.cars-page .cars-search button,.cars-page .catalog-search button,.cars-page [class*=filter] button,.cars-page [class*=search-bar] button,.cars-page form button{min-height:48px!important;border-radius:16px!important;background:#202943!important;color:#ffffff!important;border:0!important;font-size:11px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:0 14px 30px rgba(32,41,67,.18)!important}.cars-page .car-card,.cars-page .catalog-card,.cars-page article{border-radius:28px!important;box-shadow:0 20px 52px rgba(21,29,45,.08)!important}.cars-page .car-card:hover,.cars-page .catalog-card:hover,.cars-page article:hover{transform:translateY(-4px)!important;box-shadow:0 30px 68px rgba(21,29,45,.13)!important}@media (max-width:1040px){.cars-page .cars-search,.cars-page .catalog-search,.cars-page [class*=filter],.cars-page [class*=search-bar],.cars-page form{grid-template-columns:1fr 1fr!important}.cars-page .cars-grid,.cars-page .catalog-grid,.cars-page .inventory-grid,.cars-page [class*=cars-grid],.cars-page [class*=catalog-grid],.cars-page [class*=inventory]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:720px){.cars-page{padding-top:70px!important}.cars-page>section:first-of-type{min-height:560px!important;padding:112px 22px 94px!important;border-radius:0 0 28px 28px!important}.cars-page .cars-search,.cars-page .catalog-search,.cars-page [class*=filter],.cars-page [class*=search-bar],.cars-page form{grid-template-columns:1fr!important;margin-top:-28px!important}.cars-page .cars-grid,.cars-page .catalog-grid,.cars-page .inventory-grid,.cars-page [class*=cars-grid],.cars-page [class*=catalog-grid],.cars-page [class*=inventory]{grid-template-columns:1fr!important}}.cars-page,.cars-page.page-theme-light{width:100%!important;min-height:100vh!important;padding:118px 0 96px!important;background:radial-gradient(circle at 72% 0,rgba(225,231,247,.68),transparent 34%),linear-gradient(180deg,#f7f8fb,#f1f3f7)!important;color:#202943!important}.cars-page>section:first-of-type{width:min(1180px,calc(100% - 44px))!important;max-width:1180px!important;min-height:auto!important;margin:0 auto 28px!important;padding:74px 44px 54px!important;border-radius:34px!important;overflow:hidden!important;position:relative!important;background:radial-gradient(circle at 82% 8%,rgba(221,228,248,.9),transparent 34%),linear-gradient(135deg,#ffffff,#f4f6fb)!important;background-image:radial-gradient(circle at 82% 8%,rgba(221,228,248,.9),transparent 34%),linear-gradient(135deg,#ffffff,#f4f6fb)!important;background-color:#ffffff!important;box-shadow:0 24px 70px rgba(32,41,67,.075)!important;border:1px solid rgba(32,41,67,.07)!important}.cars-page>section:first-of-type:after,.cars-page>section:first-of-type:before{display:none!important;content:none!important}.cars-page>section:first-of-type .content-back,.cars-page>section:first-of-type .eyebrow,.cars-page>section:first-of-type .section-kicker{color:rgba(32,41,67,.46)!important}.cars-page>section:first-of-type h1{max-width:820px!important;margin:18px 0 22px!important;color:#202943!important;font-size:clamp(54px,7vw,96px)!important;line-height:.93!important;font-weight:300!important;letter-spacing:.035em!important;text-transform:uppercase!important;text-shadow:none!important}.cars-page>section:first-of-type p{max-width:720px!important;color:rgba(32,41,67,.7)!important;font-size:16px!important;line-height:1.75!important}.cars-page>section:first-of-type .stat,.cars-page>section:first-of-type [class*=stat]{background:rgba(255,255,255,.82)!important;border:1px solid rgba(32,41,67,.08)!important;color:#202943!important;box-shadow:0 14px 34px rgba(32,41,67,.055)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.cars-page .cars-search,.cars-page .catalog-search,.cars-page [class*=search-bar],.cars-page form{width:min(1180px,calc(100% - 44px))!important;max-width:1180px!important;margin:-18px auto 42px!important;padding:10px!important;display:grid!important;grid-template-columns:minmax(170px,1fr) 150px minmax(160px,.8fr) minmax(160px,.8fr) 140px 140px 110px!important;gap:8px!important;align-items:center!important;border-radius:22px!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(32,41,67,.08)!important;box-shadow:0 18px 44px rgba(32,41,67,.08)!important;overflow:visible!important}.cars-page [class*=Filter],.cars-page [class*=Toolbar],.cars-page [class*=filter],.cars-page [class*=toolbar]{background:transparent!important;box-shadow:none!important;border-color:transparent!important}.cars-page .cars-search:after,.cars-page .cars-search:before,.cars-page .catalog-search:after,.cars-page .catalog-search:before,.cars-page [class*=search-bar]:after,.cars-page [class*=search-bar]:before,.cars-page form:after,.cars-page form:before{display:none!important;content:none!important}.cars-page input,.cars-page select{width:100%!important;min-height:48px!important;border-radius:15px!important;border:1px solid rgba(32,41,67,.08)!important;background:#f6f7fb!important;color:#202943!important;padding:0 16px!important;box-shadow:none!important;outline:none!important}.cars-page input::placeholder{color:rgba(32,41,67,.42)!important}.cars-page .cars-search button,.cars-page .catalog-search button,.cars-page [class*=search-bar] button,.cars-page form button{min-height:48px!important;border-radius:15px!important;background:#202943!important;color:#ffffff!important;border:0!important;font-size:11px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:0 12px 26px rgba(32,41,67,.16)!important}.cars-page .cars-grid,.cars-page .catalog-grid,.cars-page .inventory-grid,.cars-page [class*=cars-grid],.cars-page [class*=catalog-grid],.cars-page [class*=inventory]{width:min(1180px,calc(100% - 44px))!important;max-width:1180px!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}.cars-page .car-card,.cars-page .catalog-card,.cars-page article{background:rgba(255,255,255,.98)!important;border:1px solid rgba(32,41,67,.08)!important;border-radius:26px!important;overflow:hidden!important;box-shadow:0 18px 46px rgba(21,29,45,.075)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.cars-page .car-card:hover,.cars-page .catalog-card:hover,.cars-page article:hover{transform:translateY(-3px)!important;border-color:rgba(32,41,67,.14)!important;box-shadow:0 26px 60px rgba(21,29,45,.11)!important}.cars-page .car-card img,.cars-page .catalog-card img,.cars-page article img{display:block!important;width:100%!important;aspect-ratio:4/3!important;object-fit:cover!important}.cars-page .car-card h2,.cars-page .car-card h3,.cars-page .catalog-card h2,.cars-page .catalog-card h3,.cars-page article h2,.cars-page article h3{color:#202943!important;font-size:18px!important;line-height:1.24!important;font-weight:700!important;letter-spacing:-.02em!important}.cars-page .car-card p,.cars-page .catalog-card p,.cars-page article p{color:rgba(32,41,67,.68)!important}.cars-page .car-card [class*=price],.cars-page .catalog-card [class*=price],.cars-page article [class*=price]{color:#202943!important;font-size:24px!important;font-weight:700!important;letter-spacing:-.03em!important}.cars-page .car-card [class*=badge],.cars-page .car-card [class*=tag],.cars-page .catalog-card [class*=badge],.cars-page .catalog-card [class*=tag],.cars-page article [class*=badge],.cars-page article [class*=tag]{background:#f2f4f8!important;color:rgba(32,41,67,.68)!important;border:1px solid rgba(32,41,67,.06)!important;border-radius:999px!important}body:has(.cars-page) .site-header-clean,body:has(.cars-page) .site-header-clean--dark,body:has(.cars-page) .site-header-clean--light{color:#202943!important;background:rgba(245,246,250,.92)!important;box-shadow:0 10px 34px rgba(24,32,54,.07)!important}body:has(.cars-page) .site-header-clean__inner{border-bottom-color:rgba(32,41,67,.14)!important}body:has(.cars-page) .site-header-clean__logo,body:has(.cars-page) .site-header-clean__menu,body:has(.cars-page) .site-header-clean__menu-text,body:has(.cars-page) .site-header-clean__request{color:#202943!important}body:has(.cars-page) .site-header-clean__burger span{background:#202943!important}@media (max-width:1040px){.cars-page .cars-search,.cars-page .catalog-search,.cars-page [class*=search-bar],.cars-page form{grid-template-columns:1fr 1fr!important}.cars-page .cars-grid,.cars-page .catalog-grid,.cars-page .inventory-grid,.cars-page [class*=cars-grid],.cars-page [class*=catalog-grid],.cars-page [class*=inventory]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:720px){.cars-page{padding-top:92px!important}.cars-page>section:first-of-type{width:calc(100% - 28px)!important;padding:54px 22px 42px!important;border-radius:26px!important}.cars-page .cars-search,.cars-page .catalog-search,.cars-page [class*=search-bar],.cars-page form{grid-template-columns:1fr!important;margin-top:-12px!important}.cars-page .cars-grid,.cars-page .catalog-grid,.cars-page .inventory-grid,.cars-page [class*=cars-grid],.cars-page [class*=catalog-grid],.cars-page [class*=inventory]{grid-template-columns:1fr!important}}.car-detail-page.page-theme-light{background:#05070d!important;color:#ffffff!important}.car-detail-page.page-theme-light .car-block h2,.car-detail-page.page-theme-light .car-detail-nav,.car-detail-page.page-theme-light .car-roadmap-step strong,.car-detail-page.page-theme-light .car-spec strong,.car-detail-page.page-theme-light .deal-checks strong,.car-detail-page.page-theme-light .estimate-grid strong,.car-detail-page.page-theme-light .features-grid div,.car-detail-page.page-theme-light .mobile-car-cta,.car-detail-page.page-theme-light .premium-car-content,.car-detail-page.page-theme-light .premium-car-hero,.car-detail-page.page-theme-light .premium-car-title h1,.car-detail-page.page-theme-light .premium-gallery-section,.car-detail-page.page-theme-light .related-cars-grid strong{color:#ffffff!important}.car-detail-page.page-theme-light .car-client-description,.car-detail-page.page-theme-light .car-muted,.car-detail-page.page-theme-light .car-roadmap-step p,.car-detail-page.page-theme-light .deal-checks p,.car-detail-page.page-theme-light .estimate-grid p,.car-detail-page.page-theme-light .premium-car-subtitle,.car-detail-page.page-theme-light .related-cars-grid p{color:rgba(255,255,255,.78)!important}.car-detail-page.page-theme-light .car-breadcrumbs,.car-detail-page.page-theme-light .car-breadcrumbs a,.car-detail-page.page-theme-light .car-breadcrumbs p,.car-detail-page.page-theme-light .car-hero-stat span,.car-detail-page.page-theme-light .car-spec span,.car-detail-page.page-theme-light .estimate-grid span,.car-detail-page.page-theme-light .related-cars-grid span,.car-detail-page.page-theme-light .section-kicker{color:rgba(255,255,255,.64)!important}.car-detail-page.page-theme-light .car-hero-stat strong{color:#ffffff!important}.car-detail-page.page-theme-light .car-block{border-color:rgba(255,255,255,.14)!important;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04))!important}.car-detail-page.page-theme-light .car-roadmap-step,.car-detail-page.page-theme-light .car-spec,.car-detail-page.page-theme-light .deal-checks div,.car-detail-page.page-theme-light .estimate-grid div,.car-detail-page.page-theme-light .features-grid div,.car-detail-page.page-theme-light .related-cars-grid a{border-color:rgba(255,255,255,.13)!important;background:rgba(255,255,255,.07)!important}.car-detail-page.page-theme-light .car-side-card,.car-detail-page.page-theme-light .car-side-card.dark,.car-detail-page.page-theme-light .premium-deal-box{background:#ffffff!important;color:#121a2a!important}.car-detail-page.page-theme-light .car-side-card .section-kicker,.car-detail-page.page-theme-light .premium-deal-box>span,.car-detail-page.page-theme-light .sidebar-price span{color:rgba(18,26,42,.56)!important}.car-detail-page.page-theme-light .car-side-card h2,.car-detail-page.page-theme-light .premium-deal-box>strong,.car-detail-page.page-theme-light .sidebar-price strong{color:#121a2a!important}.car-detail-page.page-theme-light .car-side-card li,.car-detail-page.page-theme-light .car-side-card p,.car-detail-page.page-theme-light .deal-mini-specs p,.car-detail-page.page-theme-light .premium-deal-box p,.car-detail-page.page-theme-light .sidebar-price small{color:rgba(18,26,42,.68)!important}.car-detail-page.page-theme-light,.car-detail-page.page-theme-light .premium-car-hero{background:#ffffff!important;color:#111827!important}.car-detail-page.page-theme-light .premium-car-hero{min-height:72vh!important;padding:132px 0 58px!important;align-items:center!important}.car-detail-page.page-theme-light .premium-car-hero-bg{opacity:.4!important;background-position:100%!important;filter:brightness(1.08) contrast(1.02) saturate(1.02)!important;transform:scale(1.04)!important}.car-detail-page.page-theme-light .premium-car-hero-overlay{background:linear-gradient(90deg,#ffffff,rgba(255,255,255,.98) 42%,rgba(255,255,255,.76) 72%,rgba(255,255,255,.46)),linear-gradient(180deg,rgba(255,255,255,.6),#ffffff 96%)!important}.car-detail-page.page-theme-light .car-block h2,.car-detail-page.page-theme-light .car-hero-stat strong,.car-detail-page.page-theme-light .car-roadmap-step strong,.car-detail-page.page-theme-light .car-spec strong,.car-detail-page.page-theme-light .deal-checks strong,.car-detail-page.page-theme-light .estimate-grid strong,.car-detail-page.page-theme-light .features-grid div,.car-detail-page.page-theme-light .premium-car-title h1,.car-detail-page.page-theme-light .related-cars-grid strong{color:#111827!important}.car-detail-page.page-theme-light .car-client-description,.car-detail-page.page-theme-light .car-muted,.car-detail-page.page-theme-light .car-roadmap-step p,.car-detail-page.page-theme-light .deal-checks p,.car-detail-page.page-theme-light .estimate-grid p,.car-detail-page.page-theme-light .premium-car-subtitle,.car-detail-page.page-theme-light .related-cars-grid p{color:#475569!important}.car-detail-page.page-theme-light .car-breadcrumbs,.car-detail-page.page-theme-light .car-breadcrumbs a,.car-detail-page.page-theme-light .car-breadcrumbs p,.car-detail-page.page-theme-light .car-hero-stat span,.car-detail-page.page-theme-light .car-spec span,.car-detail-page.page-theme-light .estimate-grid span,.car-detail-page.page-theme-light .related-cars-grid span,.car-detail-page.page-theme-light .section-kicker{color:#64748b!important}.car-detail-page.page-theme-light .premium-car-content,.car-detail-page.page-theme-light .premium-gallery-section{color:#111827!important}.car-detail-page.page-theme-light .car-detail-nav{border-color:rgba(15,23,42,.1)!important;background:rgba(255,255,255,.88)!important;box-shadow:0 18px 55px rgba(15,23,42,.1)!important;color:#111827!important}.car-detail-page.page-theme-light .car-detail-nav a{background:#f1f5f9!important;color:#334155!important}.car-detail-page.page-theme-light .car-detail-nav a:hover{background:#111827!important;color:#ffffff!important}.car-detail-page.page-theme-light .car-block,.car-detail-page.page-theme-light .car-hero-stat,.car-detail-page.page-theme-light .car-side-card,.car-detail-page.page-theme-light .car-side-card.dark,.car-detail-page.page-theme-light .premium-deal-box{border:1px solid rgba(15,23,42,.1)!important;background:rgba(255,255,255,.92)!important;box-shadow:0 24px 70px rgba(15,23,42,.1)!important;color:#111827!important}.car-detail-page.page-theme-light .car-roadmap-step,.car-detail-page.page-theme-light .car-spec,.car-detail-page.page-theme-light .deal-checks div,.car-detail-page.page-theme-light .estimate-grid div,.car-detail-page.page-theme-light .features-grid div,.car-detail-page.page-theme-light .related-cars-grid a{border-color:rgba(15,23,42,.09)!important;background:#f8fafc!important;color:#111827!important}.car-detail-page.page-theme-light .car-roadmap-step>span,.car-detail-page.page-theme-light .car-side-card a,.car-detail-page.page-theme-light .deal-primary{background:#111827!important;color:#ffffff!important}.car-detail-page.page-theme-light .deal-secondary,.car-detail-page.page-theme-light .sidebar-secondary-link{border-color:rgba(15,23,42,.14)!important;background:#ffffff!important;color:#111827!important}.car-detail-page.page-theme-light .deal-mini-specs p,.car-detail-page.page-theme-light .sidebar-price{border-color:rgba(15,23,42,.08)!important;background:#f1f5f9!important}.car-detail-page.page-theme-light .car-side-card .section-kicker,.car-detail-page.page-theme-light .premium-deal-box>span,.car-detail-page.page-theme-light .sidebar-price span{color:#64748b!important}.car-detail-page.page-theme-light .car-side-card h2,.car-detail-page.page-theme-light .premium-deal-box>strong,.car-detail-page.page-theme-light .sidebar-price strong{color:#111827!important}.car-detail-page.page-theme-light .car-side-card li,.car-detail-page.page-theme-light .car-side-card p,.car-detail-page.page-theme-light .deal-mini-specs p,.car-detail-page.page-theme-light .premium-deal-box p,.car-detail-page.page-theme-light .sidebar-price small{color:#475569!important}.car-detail-page.page-theme-light .car-gallery-main{background:#f1f5f9!important;box-shadow:0 24px 70px rgba(15,23,42,.12)!important}.car-detail-page.page-theme-light .car-gallery-thumbs button{border-color:rgba(15,23,42,.12)!important;background:#f8fafc!important}.car-detail-page.page-theme-light .car-gallery-thumbs button.active{border-color:#111827!important}.car-detail-page.page-theme-light .related-cars-grid small{color:#64748b!important}.car-detail-page.page-theme-light .related-cars-grid a{display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#ffffff!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.car-detail-page.page-theme-light .related-cars-grid a:hover{transform:translateY(-3px)!important;border-color:rgba(17,24,39,.18)!important;box-shadow:0 24px 62px rgba(15,23,42,.12)!important}.car-detail-page.page-theme-light .related-cars-grid img{aspect-ratio:1.45/1!important;background:#f1f5f9!important}.car-detail-page.page-theme-light .related-cars-grid div{display:flex!important;min-height:218px!important;flex-direction:column!important;padding:18px!important}.car-detail-page.page-theme-light .related-cars-grid span{width:fit-content!important;margin-bottom:12px!important;padding:8px 10px!important;border-radius:999px!important;background:#111827!important;color:#ffffff!important;font-size:12px!important;line-height:1!important;font-weight:850!important}.car-detail-page.page-theme-light .related-cars-grid strong{margin-bottom:10px!important;color:#111827!important;font-size:17px!important;line-height:1.22!important}.car-detail-page.page-theme-light .related-cars-grid p{margin:0 0 14px!important;color:#64748b!important;font-size:13px!important}.car-detail-page.page-theme-light .related-cars-grid em{display:block!important;margin-top:auto!important;padding-top:14px!important;border-top:1px solid rgba(15,23,42,.08)!important;color:#334155!important;font-size:13px!important;line-height:1.45!important;font-style:normal!important}@media (max-width:860px){.car-detail-page.page-theme-light .premium-car-hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.9) 54%,#ffffff)!important}}.cars-page .pagination,.cars-page [class*=Pager],.cars-page [class*=Pagination],.cars-page [class*=pager],.cars-page [class*=pagination],.cars-page nav{width:min(1180px,calc(100% - 44px))!important;margin:44px auto 70px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important}.cars-page .pagination a,.cars-page [class*=pager] a,.cars-page [class*=pagination] a,.cars-page a[href*="page="],.cars-page nav a{min-width:124px!important;min-height:44px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ffffff!important;border:1px solid rgba(32,41,67,.12)!important;color:#202943!important;text-decoration:none!important;font-size:11px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:0 12px 28px rgba(32,41,67,.07)!important;opacity:1!important;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease!important}.cars-page .pagination a:hover,.cars-page [class*=pager] a:hover,.cars-page [class*=pagination] a:hover,.cars-page a[href*="page="]:hover,.cars-page nav a:hover{transform:translateY(-1px)!important;background:#202943!important;border-color:#202943!important;color:#ffffff!important;box-shadow:0 18px 36px rgba(32,41,67,.16)!important}.cars-page .pagination span,.cars-page [class*=pager] span,.cars-page [class*=pagination] span,.cars-page nav span{min-height:44px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:rgba(255,255,255,.62)!important;border:1px solid rgba(32,41,67,.08)!important;color:rgba(32,41,67,.66)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}.cars-page .pagination a[aria-disabled=true],.cars-page .pagination button:disabled,.cars-page [class*=pager] a[aria-disabled=true],.cars-page [class*=pager] button:disabled,.cars-page [class*=pagination] a[aria-disabled=true],.cars-page [class*=pagination] button:disabled,.cars-page nav a[aria-disabled=true],.cars-page nav button:disabled{min-width:124px!important;min-height:44px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:rgba(255,255,255,.36)!important;border:1px solid rgba(32,41,67,.06)!important;color:rgba(32,41,67,.28)!important;opacity:1!important;box-shadow:none!important;cursor:default!important}.cars-page nav{color:rgba(32,41,67,.7)!important}.cars-page nav *{opacity:1!important}.site-header-clean{color:#fff!important;background:transparent!important;box-shadow:none!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.site-header-clean__inner{width:min(1280px,calc(100% - 56px))!important;height:78px!important;border-bottom:1px solid!important;opacity:1!important}.site-header-clean--light{color:#fff!important;background:linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,0))!important}.site-header-clean--light .site-header-clean__inner{border-bottom-color:rgba(255,255,255,.18)!important}.site-header-clean--dark{color:#202943!important;background:rgba(247,248,251,.76)!important;box-shadow:0 14px 34px rgba(24,32,54,.055)!important}.site-header-clean--dark .site-header-clean__inner{border-bottom-color:rgba(32,41,67,.12)!important}.site-header-clean__geo,.site-header-clean__menu-text,.site-header-clean__request{font-size:11px!important;font-weight:850!important;letter-spacing:.17em!important}.site-header-clean__geo{font-size:13px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}.site-header-clean__city-trigger{display:inline-flex!important;align-items:center!important;gap:8px!important;border:0!important;padding:0!important;background:transparent!important;color:currentColor!important;font:inherit!important;cursor:pointer!important}.site-header-clean__city-trigger:after{content:""!important;width:6px!important;height:6px!important;border-right:1.5px solid!important;border-bottom:1.5px solid!important;transform:translateY(-2px) rotate(45deg)!important;opacity:.72!important}.site-header-clean__city-menu{position:absolute!important;top:calc(100% + 14px)!important;left:0!important;z-index:100!important;width:220px!important;padding:8px!important;border:1px solid rgba(32,41,67,.12)!important;border-radius:18px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 18px 46px rgba(15,22,38,.16)!important;opacity:0!important;pointer-events:none!important;transform:translateY(-6px)!important;transition:opacity .18s ease,transform .18s ease!important}.site-header-clean__geo--open .site-header-clean__city-menu{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}.site-header-clean__city-menu button{width:100%!important;min-height:38px!important;border:0!important;border-radius:12px!important;padding:0 12px!important;background:transparent!important;color:#202943!important;cursor:pointer!important;font-size:13px!important;font-weight:750!important;text-align:left!important}.site-header-clean__city-menu button.is-active,.site-header-clean__city-menu button:hover{background:#f1f3f7!important}.site-header-clean__logo{font-family:Arial,Helvetica,sans-serif!important;font-size:0!important;font-weight:850!important;letter-spacing:0!important;text-transform:none!important}.site-header-clean__logo img{display:block!important;width:132px!important;height:auto!important;filter:brightness(0) invert(1)!important}.site-header-clean--dark .site-header-clean__logo img,body:has(.cars-page) .site-header-clean__logo img,body:has(.page-theme-light) .site-header-clean__logo img{filter:none!important}.site-header-clean__request{min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.22)!important}.site-header-clean--light .site-header-clean__request{background:rgba(255,255,255,.08)!important}.site-header-clean--dark .site-header-clean__request{background:rgba(255,255,255,.72)!important;border-color:rgba(32,41,67,.16)!important}.site-menu-clean__panel{width:min(390px,88vw)!important;background:radial-gradient(circle at 28% 0,rgba(255,255,255,.09),transparent 34%),#050608!important}.site-menu-clean__nav a{letter-spacing:.11em!important}.av-home+.site-footer,.site-footer{margin-top:0!important;background:#f3f4f7!important;border-top:1px solid rgba(32,41,67,.08)!important;color:#6f778b!important}.site-footer__inner{width:min(1280px,calc(100% - 56px))!important;padding:52px 0 28px!important}.site-footer__main{grid-template-columns:1fr 1fr 1fr minmax(300px,1.22fr)!important;gap:clamp(34px,5vw,76px)!important}.site-footer__column h3{margin-bottom:18px!important;color:#202943!important;font-size:15px!important;letter-spacing:.08em!important;text-transform:uppercase!important}.site-footer__column a,.site-footer__disclaimer,.site-footer__feedback p,.site-footer__lang,.site-footer__legal-links a{color:#6f778b!important}.site-footer__column a:hover,.site-footer__legal-links a:hover{color:#202943!important}.site-footer__feedback p{max-width:420px!important}.site-footer__brand-logo{display:block!important;width:min(183px,100%)!important;height:auto!important;margin:0 0 24px!important;filter:none!important}.site-footer__contacts{display:grid!important;gap:8px!important;margin:0 0 22px!important}.site-footer__contacts a{color:#202943!important;width:fit-content!important;font-size:22px!important;line-height:1.15!important;font-weight:850!important;letter-spacing:.01em!important;font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important;padding-bottom:4px!important;border-bottom:1px solid rgba(32,41,67,.22)!important}.site-footer__contacts a:hover{border-bottom-color:#202943!important}.site-footer__contacts span{color:#6f778b!important;font-size:15px!important;line-height:1.45!important}.site-footer__callback{border-radius:999px!important;border-color:rgba(32,41,67,.18)!important;color:#202943!important;background:#fff!important}.site-footer__callback:hover{color:#fff!important;background:#202943!important}.site-footer__social{border-radius:999px!important;background:#e5e8ef!important;color:#202943!important}.site-footer__payments{gap:20px!important;margin-top:64px!important;padding-bottom:32px!important}.site-footer__payment{width:86px!important;height:40px!important}.site-footer__payment img{max-width:78px!important;max-height:30px!important}.site-footer__bottom{gap:28px!important;align-items:center!important}.site-footer__legal-links{gap:24px!important}.site-footer__bottom-socials{display:inline-flex!important;align-items:center!important;gap:16px!important;margin-left:auto!important}.site-footer__bottom-socials a{color:#202943!important;font-size:12px!important;line-height:1!important;font-weight:800!important;letter-spacing:.12em!important;text-decoration:none!important;text-transform:uppercase!important}.site-footer__bottom-socials a:hover{color:#6f778b!important}.site-footer__social,.site-footer__socials{display:none!important}.currency-page.content-page{box-sizing:border-box!important;width:100%!important;max-width:none!important;overflow-x:hidden!important;min-height:100vh!important;padding:132px max(24px,calc((100vw - 1280px) / 2)) 108px!important;background:radial-gradient(circle at 78% 0,rgba(229,234,247,.74),transparent 34%),linear-gradient(180deg,#f8f9fc,#f2f4f8)!important;color:#202943!important}.currency-page.content-page>.content-back,.currency-page.content-page>.content-note-card,.currency-page.content-page>.currency-cta,.currency-page.content-page>.currency-date,.currency-page.content-page>.currency-grid,.currency-page.content-page>.currency-hero-panel,.currency-page.content-page>.currency-use-grid{box-sizing:border-box!important;width:min(1280px,100%)!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}.currency-page.content-page>.content-back{display:inline-flex!important;width:fit-content!important;margin-bottom:34px!important;color:rgba(32,41,67,.5)!important;text-decoration:none!important}.currency-hero-panel{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:30px;align-items:end;overflow:hidden}.currency-cta>*,.currency-hero-panel>*,.currency-page.content-page>.currency-grid>*,.currency-use-grid>*{min-width:0}.currency-hero-panel h1{max-width:980px!important;margin-top:16px!important;margin-bottom:22px!important;color:#202943!important;font-size:clamp(46px,6.8vw,94px)!important;line-height:.96!important;font-weight:300!important;letter-spacing:0!important;text-transform:uppercase!important;overflow-wrap:anywhere}.currency-hero-panel p:not(.section-kicker){max-width:780px!important;color:rgba(32,41,67,.68)!important;font-size:17px!important;line-height:1.72!important;overflow-wrap:anywhere}.currency-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.currency-cta a,.currency-hero-actions a{box-sizing:border-box;display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.currency-cta a,.currency-hero-actions a:first-child{background:#202943;color:#ffffff!important}.currency-hero-actions a:last-child{border:1px solid rgba(32,41,67,.12);background:#ffffff;color:#202943!important}.currency-hero-panel aside{min-width:0;padding:26px;border:1px solid rgba(32,41,67,.08);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 22px 56px rgba(32,41,67,.08)}.currency-hero-panel aside span{display:block;margin-bottom:18px;color:rgba(32,41,67,.48);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;overflow-wrap:anywhere}.currency-hero-panel aside strong{display:block;margin-bottom:12px;color:#202943;font-size:30px;line-height:1.05;font-weight:400;text-transform:uppercase;overflow-wrap:anywhere}.currency-date{display:inline-flex!important;align-items:center!important;width:fit-content!important;min-height:38px!important;margin-top:26px!important;padding:0 14px!important;border:1px solid rgba(32,41,67,.08)!important;border-radius:999px!important;background:rgba(255,255,255,.78)!important;color:rgba(32,41,67,.62)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.currency-page.content-page>.currency-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin-top:38px!important;margin-bottom:0!important}.currency-page.content-page>.currency-grid article{min-height:196px!important;padding:24px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;border:1px solid rgba(32,41,67,.08)!important;border-radius:22px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 18px 46px rgba(32,41,67,.06)!important}.currency-page.content-page>.currency-grid article span{width:fit-content!important;padding:7px 10px!important;border-radius:999px!important;background:#f0f2f7!important;color:rgba(32,41,67,.48)!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.currency-page.content-page>.currency-grid article h2{margin:18px 0 12px!important;color:#202943!important;font-size:18px!important;line-height:1.16!important}.currency-page.content-page>.currency-grid article strong{display:block!important;color:#202943!important;font-size:clamp(29px,3vw,42px)!important;line-height:1!important;font-weight:300!important;letter-spacing:-.04em!important;white-space:nowrap!important}.currency-page.content-page>.currency-grid article p{margin:18px 0 0!important;padding-top:14px!important;border-top:1px solid rgba(32,41,67,.08)!important;color:rgba(32,41,67,.58)!important;font-size:13px!important;line-height:1.45!important;overflow-wrap:anywhere!important}.currency-use-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:46px}.currency-use-grid article{min-width:0;min-height:220px;padding:28px;border:1px solid rgba(32,41,67,.08);border-radius:26px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(32,41,67,.06)}.currency-use-grid span{display:block;margin-bottom:36px;color:#5878ff;font-size:12px;font-weight:900;letter-spacing:.18em}.currency-use-grid h2{margin:0 0 14px;color:#202943;font-size:26px;line-height:1.08;overflow-wrap:anywhere}.currency-use-grid p{margin:0;color:rgba(32,41,67,.68);line-height:1.68;overflow-wrap:anywhere}.currency-cta{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-top:52px;padding:38px;border-radius:32px;background:#202943;box-shadow:0 24px 62px rgba(32,41,67,.16);overflow:hidden}.currency-cta h2{max-width:760px;margin:0 0 16px;color:#ffffff;font-size:clamp(34px,4vw,58px);line-height:.96;font-weight:300;text-transform:uppercase}.currency-cta p:not(.section-kicker){max-width:760px;margin:0;color:rgba(255,255,255,.76);line-height:1.7;overflow-wrap:anywhere}.currency-cta .section-kicker{color:rgba(255,255,255,.58)!important}@media (max-width:1120px){.currency-page.content-page>.currency-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.currency-cta,.currency-hero-panel,.currency-use-grid{grid-template-columns:1fr}}.media-page{min-height:100vh;padding:118px 0 86px;background:linear-gradient(180deg,#f8fafc,#ffffff 42%,#f8fafc);color:#111827}.media-cta,.media-hero,.media-logo-band,.media-publications,.media-trust-grid{width:min(1180px,calc(100% - 44px));margin-left:auto;margin-right:auto}.media-hero{padding:58px 0 34px}.media-hero h1{max-width:980px;margin:18px 0 24px;color:#111827;font-size:clamp(44px,7vw,96px);line-height:.92;font-weight:300;letter-spacing:0;text-transform:uppercase}.media-hero>p:not(.section-kicker){max-width:820px;color:#475569;font-size:19px;line-height:1.75}.media-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.media-cta a,.media-hero__actions a{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.media-cta a,.media-hero__actions a:first-child{background:#111827;color:#ffffff}.media-hero__actions a:last-child{border:1px solid rgba(15,23,42,.12);background:#ffffff;color:#111827}.media-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:44px}.media-cta,.media-hero__stats div,.media-trust-grid article{border:1px solid rgba(15,23,42,.08);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 22px 64px rgba(15,23,42,.08)}.media-hero__stats div{padding:22px}.media-hero__stats strong{display:block;margin-bottom:8px;color:#111827;font-size:34px;line-height:1;font-weight:400}.media-hero__stats span{color:#64748b;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.media-logo-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.media-logo-band div,.media-publication-logo{display:grid;place-items:center;border:1px solid rgba(15,23,42,.08);background:#ffffff}.media-logo-band div{min-height:138px;border-radius:20px;padding:18px}.media-logo-band img{max-width:86%;max-height:72px;object-fit:contain;filter:none}.media-logo-band div[data-tone=dark],.media-publication-logo[data-tone=dark]{background:radial-gradient(circle at 82% 0,rgba(88,120,255,.22),transparent 34%),#111827;border-color:rgba(17,24,39,.12)}.media-logo-band div[data-tone=dark] span{color:rgba(255,255,255,.78)}.media-logo-band div[data-tone=dark] img,.media-publication-logo[data-tone=dark] img{filter:none}.media-logo-band span{margin-top:12px;color:#64748b;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.media-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:54px}.media-trust-grid article{padding:28px}.media-trust-grid span{display:inline-flex;margin-bottom:34px;color:#64748b;font-size:11px;font-weight:900;letter-spacing:.18em}.media-cta h2,.media-section-head h2,.media-trust-grid h2{color:#111827;font-weight:400;letter-spacing:0}.media-trust-grid h2{margin-bottom:14px;font-size:28px;line-height:1.05}.media-cta p,.media-section-head p,.media-trust-grid p{color:#475569;line-height:1.7}.media-publications{margin-top:64px}.media-section-head{max-width:820px}.media-cta h2,.media-section-head h2{margin:10px 0 14px;font-size:clamp(34px,4vw,58px);line-height:1;text-transform:uppercase}.media-publication-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}.media-publication-grid a{min-height:268px;padding:24px;display:flex;flex-direction:column;justify-content:flex-start;border:1px solid rgba(32,41,67,.08);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(32,41,67,.055);color:#202943;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.media-publication-grid a:hover{transform:translateY(-3px);box-shadow:0 26px 62px rgba(32,41,67,.09)}.media-publication-grid span{margin-top:18px;color:rgba(32,41,67,.48);font-size:11px;line-height:1;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.media-publication-grid strong{margin-top:18px;color:#202943;font-size:20px;line-height:1.18}.media-publication-grid p{margin:14px 0 0;color:#64748b;font-size:14px;line-height:1.55}.media-publication-logo{width:100%;height:96px;border-radius:16px}.media-publication-logo img{max-width:84%;max-height:62px;object-fit:contain}.media-cta{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-top:64px;padding:34px}.media-cta p{max-width:720px}@media (max-width:980px){.media-hero__stats,.media-publication-grid,.media-trust-grid{grid-template-columns:1fr}.media-logo-band{grid-template-columns:repeat(2,minmax(0,1fr))}.media-cta{grid-template-columns:1fr}}@media (max-width:760px){.site-footer__inner,.site-header-clean__inner{width:min(100%,calc(100% - 28px))!important}.site-header-clean__logo{font-size:0!important}.site-header-clean__logo img{width:116px!important}.site-header-clean__request{display:none!important}.site-footer__main{grid-template-columns:1fr!important}.site-footer__payments{margin-top:40px!important}.site-footer__bottom{align-items:flex-start!important}.site-footer__bottom-socials{width:100%!important;margin-left:0!important}.currency-page.content-page{padding:112px 18px 76px!important}.currency-page.content-page>.currency-grid{grid-template-columns:1fr!important}.currency-page.content-page>.currency-grid article strong{white-space:normal!important}.media-publication-grid{grid-template-columns:1fr}}@media (max-width:560px){.currency-page.content-page{width:100vw!important;max-width:100vw!important;padding-left:14px!important;padding-right:14px!important}.currency-page.content-page>.content-back,.currency-page.content-page>.content-note-card,.currency-page.content-page>.currency-cta,.currency-page.content-page>.currency-date,.currency-page.content-page>.currency-grid,.currency-page.content-page>.currency-hero-panel,.currency-page.content-page>.currency-use-grid{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.currency-hero-panel{display:flex;flex-direction:column;gap:18px}.currency-hero-panel aside,.currency-hero-panel>div{width:100%!important;max-width:100%!important}.currency-hero-panel h1{font-size:clamp(34px,12vw,46px)!important;line-height:1!important}.currency-hero-panel p:not(.section-kicker){width:100%!important;max-width:100%!important;font-size:15px!important;line-height:1.62!important}.currency-hero-actions{width:100%}.currency-cta a,.currency-hero-actions a{width:100%;min-height:50px;padding-left:14px;padding-right:14px;text-align:center;letter-spacing:.11em}.currency-cta,.currency-hero-panel aside,.currency-page.content-page>.currency-grid article,.currency-use-grid article{border-radius:20px;padding:20px!important}.currency-hero-panel aside strong{font-size:24px}.currency-page.content-page>.currency-grid article strong{font-size:34px!important;white-space:normal!important}.currency-cta,.currency-use-grid{margin-top:30px}.currency-cta h2{font-size:clamp(30px,10vw,40px);line-height:1}}.guarantees-page{overflow:hidden;padding-bottom:0;background:radial-gradient(circle at 76% 6%,rgba(214,222,242,.88),transparent 30%),linear-gradient(180deg,#f8f9fc,#eef1f6 54%,#ffffff)!important}.guarantees-hero{position:relative;padding:138px 0 50px}.guarantees-hero:after{content:"";position:absolute;right:max(24px,calc((100vw - 1180px) / 2));bottom:10px;width:min(38vw,420px);height:1px;background:linear-gradient(90deg,rgba(32,41,67,0),rgba(32,41,67,.24))}.guarantees-contract,.guarantees-hero__inner,.guarantees-process{width:min(1180px,calc(100% - 48px));margin-left:auto;margin-right:auto}.guarantees-hero .content-back{margin-bottom:30px}.guarantees-hero h1{max-width:1040px;margin:0;color:#202943!important;font-size:clamp(48px,7.6vw,112px);line-height:.88;font-weight:300;letter-spacing:-.052em;text-transform:uppercase;text-wrap:balance}.guarantees-hero p:not(.section-kicker){max-width:780px;margin:28px 0 0;color:rgba(32,41,67,.72)!important;font-size:18px;line-height:1.74}.guarantees-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:28px 0 74px}.guarantees-process article{min-height:250px;padding:28px;border:1px solid rgba(32,41,67,.08);border-radius:8px;background:rgba(255,255,255,.9);box-shadow:0 22px 58px rgba(32,41,67,.07)}.guarantees-process article span{display:inline-flex;margin-bottom:44px;color:rgba(32,41,67,.38)!important;font-size:12px;font-weight:900;letter-spacing:.18em}.guarantees-process h2{margin:0 0 14px;color:#202943!important;font-size:28px;line-height:1;font-weight:500;letter-spacing:-.02em}.guarantees-process p{margin:0;color:rgba(32,41,67,.68)!important;font-size:15px;line-height:1.62}.guarantees-contract{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:44px;align-items:center;margin-bottom:92px;padding:42px;border-radius:8px;background:#202943;box-shadow:0 28px 72px rgba(32,41,67,.18)}.guarantees-contract .section-kicker{color:rgba(255,255,255,.52)!important}.guarantees-contract h2{max-width:520px;margin:0;color:#fff!important;font-size:clamp(34px,4.6vw,64px);line-height:.95;font-weight:300;letter-spacing:-.04em;text-transform:uppercase}.guarantees-contract p:not(.section-kicker){margin:0;color:rgba(255,255,255,.76)!important;font-size:17px;line-height:1.78}.guarantees-page .av-media{margin-top:0;padding-top:86px;padding-bottom:108px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 18%,#fff)}.guarantees-page .av-media .av-section__head{width:min(1180px,calc(100% - 48px))}.guarantees-page .av-media .av-kicker{color:rgba(32,41,67,.42)!important}.guarantees-page .av-media h2{color:#202943!important}.guarantees-page .av-media-marquee:before{background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.guarantees-page .av-media-marquee:after{background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}@media (max-width:900px){.guarantees-contract,.guarantees-process{grid-template-columns:1fr}.guarantees-process{padding-bottom:54px}.guarantees-process article{min-height:0}}@media (max-width:760px){.guarantees-hero{padding:112px 0 34px}.guarantees-contract,.guarantees-hero__inner,.guarantees-page .av-media .av-section__head,.guarantees-process{width:min(100%,calc(100% - 28px))}.guarantees-hero h1{font-size:clamp(38px,12vw,58px);line-height:.93}.guarantees-contract p:not(.section-kicker),.guarantees-hero p:not(.section-kicker){font-size:16px}.guarantees-process{gap:10px}.guarantees-process article{padding:22px}.guarantees-process article span{margin-bottom:28px}.guarantees-contract{gap:28px;margin-bottom:58px;padding:26px}.guarantees-page .av-media{padding-top:66px;padding-bottom:78px}}.news-page{min-height:100vh;padding:138px 0 96px;background:radial-gradient(circle at 76% 0,rgba(218,226,246,.72),transparent 34%),linear-gradient(180deg,#f8f9fc,#f1f3f8 58%,#ffffff)!important;color:#202943!important}.news-empty,.news-grid,.news-hero{width:min(1180px,calc(100% - 48px));margin-left:auto;margin-right:auto}.news-hero{margin-bottom:48px}.news-hero .content-back{margin-bottom:30px}.news-hero h1{max-width:980px;margin:0;color:#202943!important;font-size:clamp(54px,8vw,116px);line-height:.88;font-weight:300;letter-spacing:-.055em;text-transform:uppercase}.news-hero p:not(.section-kicker){max-width:760px;margin:26px 0 0;color:rgba(32,41,67,.72)!important;font-size:18px;line-height:1.72}.news-hero__stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.news-hero__stats span{display:inline-flex;min-height:38px;align-items:center;padding:0 14px;border:1px solid rgba(32,41,67,.08);border-radius:999px;background:rgba(255,255,255,.82);color:rgba(32,41,67,.62)!important;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.news-card{min-width:0;display:flex;min-height:100%;flex-direction:column;overflow:hidden;border:1px solid rgba(32,41,67,.08);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 22px 58px rgba(32,41,67,.07)}.news-card__image{display:block;aspect-ratio:16/9;background:linear-gradient(135deg,rgba(32,41,67,.08),rgba(32,41,67,.02)),#eef1f6;overflow:hidden}.news-card__image img{object-fit:cover;transition:transform .28s ease}.news-card__image img,.news-card__image-fallback{display:block;width:100%;height:100%}.news-card:hover .news-card__image img{transform:scale(1.035)}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}@media (max-width:620px){.cars-page.page-theme-light section.premium-cars-toolbar{width:calc(100% - 32px)!important;margin:24px auto 38px!important;padding:14px!important;border-radius:20px!important}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr!important;grid-template-areas:"search" "brand" "model" "year" "sort" "submit"!important;gap:14px!important}.cars-page.page-theme-light section.premium-cars-toolbar,.cars-page.page-theme-light section.premium-cars-toolbar button[type=submit],.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form,.cars-page.page-theme-light section.premium-cars-toolbar input,.cars-page.page-theme-light section.premium-cars-toolbar label.cars-filter-field,.cars-page.page-theme-light section.premium-cars-toolbar select{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important}}.cars-page.page-theme-light section.premium-cars-toolbar label.cars-filter-field.is-disabled{opacity:.72!important}.cars-page.page-theme-light section.premium-cars-toolbar input:hover,.cars-page.page-theme-light section.premium-cars-toolbar select:hover{border-color:rgba(32,41,67,.22)!important;background:#ffffff!important}.cars-page.page-theme-light section.premium-cars-toolbar input:focus-visible,.cars-page.page-theme-light section.premium-cars-toolbar select:focus-visible{border-color:rgba(32,41,67,.42)!important;outline:3px solid rgba(32,41,67,.1)!important;background:#ffffff!important}.cars-page.page-theme-light section.premium-cars-toolbar button[type=submit]:hover{background:#121a31!important;transform:translateY(-1px)!important}.cars-page.page-theme-light .premium-car-card{border-radius:18px!important;background:#ffffff!important;box-shadow:0 22px 58px rgba(32,41,67,.1)!important}.cars-page.page-theme-light .car-card-image{aspect-ratio:1.48/1!important;background:#eef1f6!important}.cars-page.page-theme-light .car-card-image img{object-position:center 34%!important;transform:scale(1.18)!important;transform-origin:center 34%!important}.cars-page.page-theme-light .premium-car-card:hover .car-card-image img{transform:scale(1.23)!important}.cars-page.page-theme-light .car-card-body{padding:20px 22px 22px!important}.cars-page.page-theme-light .car-card-body>p{min-height:36px!important;margin-bottom:10px!important}@media (max-width:980px){.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr 1fr!important;grid-template-areas:"search search" "brand model" "year sort" "submit submit"!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--spec{display:none!important}}@media (max-width:620px){.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr!important;grid-template-areas:"search" "brand" "model" "year" "sort" "submit"!important}.cars-page.page-theme-light section.premium-cars-toolbar,.cars-page.page-theme-light section.premium-cars-toolbar button[type=submit],.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form,.cars-page.page-theme-light section.premium-cars-toolbar input,.cars-page.page-theme-light section.premium-cars-toolbar label.cars-filter-field,.cars-page.page-theme-light section.premium-cars-toolbar select{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important}.cars-page.page-theme-light section.premium-cars-toolbar{width:calc(100% - 32px)!important}.cars-page.page-theme-light .car-card-image{aspect-ratio:1.34/1!important}}@media (max-width:560px){.car-detail-page.page-theme-light{color:#0f172a!important}.car-detail-page.page-theme-light .premium-car-hero{min-height:auto!important;padding:118px 0 34px!important}.car-detail-page.page-theme-light .premium-car-hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.94) 52%,#ffffff)!important}.car-detail-page.page-theme-light .premium-car-title h1{color:#0b1220!important;font-size:clamp(30px,9.2vw,38px)!important;line-height:1.08!important;letter-spacing:.01em!important;font-weight:500!important;text-transform:uppercase!important}.car-detail-page.page-theme-light .car-client-description,.car-detail-page.page-theme-light .premium-car-subtitle{color:#24364f!important;font-size:15px!important;line-height:1.72!important}.car-detail-page.page-theme-light .car-hero-stat span,.car-detail-page.page-theme-light .car-spec span,.car-detail-page.page-theme-light .estimate-grid span,.car-detail-page.page-theme-light .premium-deal-box>span,.car-detail-page.page-theme-light .section-kicker,.car-detail-page.page-theme-light .sidebar-price span{color:#52647d!important;letter-spacing:.14em!important}.car-detail-page.page-theme-light .car-block h2,.car-detail-page.page-theme-light .car-hero-stat strong,.car-detail-page.page-theme-light .car-roadmap-step strong,.car-detail-page.page-theme-light .car-spec strong,.car-detail-page.page-theme-light .deal-checks strong,.car-detail-page.page-theme-light .estimate-grid strong,.car-detail-page.page-theme-light .premium-deal-box>strong,.car-detail-page.page-theme-light .sidebar-price strong{color:#0f172a!important}.car-detail-page.page-theme-light .premium-deal-box>strong{font-size:30px!important;line-height:1.12!important}.car-detail-page.page-theme-light .car-muted,.car-detail-page.page-theme-light .car-roadmap-step p,.car-detail-page.page-theme-light .car-side-card li,.car-detail-page.page-theme-light .car-side-card p,.car-detail-page.page-theme-light .deal-checks p,.car-detail-page.page-theme-light .estimate-grid p,.car-detail-page.page-theme-light .premium-deal-box p,.car-detail-page.page-theme-light .sidebar-price small{color:#334155!important}.car-detail-page.page-theme-light .premium-deal-box .car-price-note{max-width:100%!important;color:#2f4057!important;font-size:11px!important;line-height:1.55!important;overflow-wrap:anywhere!important}.car-detail-page.page-theme-light .deal-mini-specs p{color:#25344a!important;background:#e9eef5!important}.car-detail-page.page-theme-light .car-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.car-detail-page.page-theme-light .car-hero-stat{padding:14px 16px!important;background:rgba(255,255,255,.96)!important}.car-detail-page.page-theme-light .car-block{padding:24px 18px!important}.car-detail-page.page-theme-light .mobile-car-cta span{color:rgba(255,255,255,.72)!important}.car-detail-page.page-theme-light .mobile-car-cta strong{color:#ffffff!important}}.news-card__body{flex:1 1;padding:22px 22px 18px}.news-card__meta{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:18px}.news-card__footer span,.news-card__meta span,.news-card__meta time{color:rgba(32,41,67,.48)!important;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.news-card__meta time{white-space:nowrap}.news-card__title{margin:0;color:#202943!important;font-size:24px;line-height:1.12;font-weight:500;letter-spacing:-.025em}.news-card__excerpt{margin:16px 0 0;color:rgba(32,41,67,.68)!important;font-size:15px;line-height:1.58}.news-card__footer{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:18px 22px 22px;border-top:1px solid rgba(32,41,67,.08)}.news-card__footer a{display:inline-flex;min-height:38px;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;background:#202943;color:#fff!important;font-size:11px;font-weight:900;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.news-empty{display:grid;min-height:260px;place-items:center;gap:14px;padding:46px;border:1px solid rgba(32,41,67,.08);border-radius:8px;background:rgba(255,255,255,.92);text-align:center;box-shadow:0 22px 58px rgba(32,41,67,.07)}.news-empty h2{margin:0;color:#202943!important;font-size:clamp(28px,4vw,46px);line-height:1;font-weight:400;letter-spacing:-.035em}.news-empty code{color:rgba(32,41,67,.72);font-size:15px}.news-pagination{width:min(1180px,calc(100% - 48px));margin:42px auto 0;display:flex;gap:16px;align-items:center;justify-content:space-between}.news-pagination>div{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center}.news-pagination span{display:inline-flex;gap:8px;align-items:center}.news-pagination a,.news-pagination i{display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;padding:0 13px;border:1px solid rgba(32,41,67,.1);border-radius:999px;background:rgba(255,255,255,.9);color:#202943!important;font-size:12px;font-style:normal;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.news-pagination a.is-active{background:#202943;color:#fff!important}.news-pagination a.is-disabled{opacity:.38;pointer-events:none}.news-pagination i{min-width:28px;border-color:transparent;background:transparent;color:rgba(32,41,67,.44)!important}@media (max-width:1080px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.news-page{padding:112px 0 72px}.news-empty,.news-grid,.news-hero,.news-pagination{width:min(100%,calc(100% - 28px))}.news-hero h1{font-size:clamp(42px,14vw,62px);line-height:.92}.news-hero p:not(.section-kicker){font-size:16px}.news-grid{grid-template-columns:1fr}.news-card__footer{align-items:flex-start;flex-direction:column}.news-pagination{align-items:stretch;flex-direction:column}.news-pagination>a{width:100%}}.lead-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:22px;background:rgba(8,11,20,.62);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:leadModalFade .22s ease-out both}.lead-modal__panel{position:relative;width:min(1040px,100%);max-height:min(860px,calc(100vh - 44px));display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,1fr);gap:0;overflow:auto;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#f7f8fb;box-shadow:0 34px 90px rgba(0,0,0,.34);animation:leadModalPanelIn .34s cubic-bezier(.16,1,.3,1) both}.lead-modal__intro{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:620px;padding:42px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,0) 38%),#050505;color:#fff;overflow:hidden}.lead-modal__intro:before{content:"";position:absolute;inset:24px;border:1px solid rgba(255,255,255,.12);pointer-events:none}.lead-modal__intro:after{content:"";position:absolute;left:42px;right:42px;top:42px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.42),rgba(255,255,255,0));pointer-events:none}.lead-modal__intro>*{position:relative;z-index:1}.lead-modal__intro .section-kicker{color:rgba(255,255,255,.64)!important}.lead-modal__intro h2{max-width:440px;margin:0;color:#fff!important;font-size:clamp(34px,4.4vw,62px);line-height:.94;font-weight:300;letter-spacing:-.04em;text-transform:uppercase}.lead-modal__intro p:not(.section-kicker){max-width:430px;margin:22px 0 0;color:rgba(255,255,255,.72)!important;font-size:16px;line-height:1.68}.lead-modal .lead-form{align-self:center;margin:0;border:0;border-radius:0;background:#fff;box-shadow:none}.lead-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:42px;height:42px;border:1px solid rgba(32,41,67,.12);border-radius:999px;background:rgba(255,255,255,.92);color:#202943;cursor:pointer;font-size:28px;line-height:1}.lead-modal__close:focus-visible{outline:2px solid #202943;outline-offset:3px}@media (max-width:900px){.lead-modal__panel{grid-template-columns:1fr}.lead-modal__intro{min-height:260px;padding:34px 24px}}@media (max-width:620px){.lead-modal{align-items:stretch;padding:0}.lead-modal__panel{width:100%;max-height:100vh;border-radius:0}.lead-modal__intro{min-height:220px;padding:76px 18px 26px}.lead-modal .lead-form{padding:20px 18px 24px}}@keyframes leadModalFade{0%{opacity:0}to{opacity:1}}@keyframes leadModalPanelIn{0%{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.lead-modal,.lead-modal__panel{animation:none}}.brand-landing-page.page-theme-light{background:linear-gradient(180deg,#101114,#101114 520px,#f4f6f9 0,#ffffff)!important;color:#121a2a!important}.brand-landing-page.page-theme-light .brand-gallery-car,.brand-landing-page.page-theme-light .brand-gallery-car *,.brand-landing-page.page-theme-light .brand-landing-hero,.brand-landing-page.page-theme-light .brand-landing-hero *,.brand-landing-page.page-theme-light .brand-static-cars-grid a,.brand-landing-page.page-theme-light .brand-static-cars-grid a *{color:#ffffff!important}.brand-landing-page.page-theme-light .brand-landing-overlay{background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.62) 52%,rgba(0,0,0,.82)),linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.24) 44%,rgba(16,17,20,.98))!important}.brand-landing-page.page-theme-light .brand-breadcrumbs,.brand-landing-page.page-theme-light .brand-breadcrumbs a,.brand-landing-page.page-theme-light .brand-breadcrumbs p,.brand-landing-page.page-theme-light .brand-hero-grid>div>p:not(.section-kicker),.brand-landing-page.page-theme-light .brand-hero-metrics span,.brand-landing-page.page-theme-light .brand-hero-proof span{color:rgba(255,255,255,.88)!important}.brand-landing-page.page-theme-light .brand-breadcrumbs span{color:rgba(255,255,255,.58)!important}.brand-landing-page.page-theme-light .brand-hero-metrics div,.brand-landing-page.page-theme-light .brand-hero-proof span{border-color:rgba(255,255,255,.28)!important;background:rgba(255,255,255,.14)!important}.brand-landing-page.page-theme-light .brand-conversion-actions a:first-child,.brand-landing-page.page-theme-light .brand-hero-actions a:first-child,.brand-landing-page.page-theme-light .brand-side-card.dark a{background:#ffffff!important;color:#101114!important}.brand-landing-page.page-theme-light .brand-conversion-actions a:last-child,.brand-landing-page.page-theme-light .brand-hero-actions a:last-child{border-color:rgba(255,255,255,.36)!important;background:rgba(255,255,255,.14)!important;color:#ffffff!important}.brand-landing-page.page-theme-light .brand-gallery-car:after,.brand-landing-page.page-theme-light .brand-static-cars-grid a:after{height:82%!important;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.42) 34%,rgba(0,0,0,.92))!important}.brand-landing-page.page-theme-light .brand-gallery-car>img,.brand-landing-page.page-theme-light .brand-static-cars-grid img{filter:saturate(1.03) contrast(1.08) brightness(.78)!important}.brand-landing-page.page-theme-light .brand-gallery-car strong,.brand-landing-page.page-theme-light .brand-static-cars-grid strong{color:#ffffff!important;text-shadow:0 3px 18px rgba(0,0,0,.78)!important}.brand-landing-page.page-theme-light .brand-gallery-car em,.brand-landing-page.page-theme-light .brand-gallery-car p,.brand-landing-page.page-theme-light .brand-gallery-car small,.brand-landing-page.page-theme-light .brand-gallery-car span,.brand-landing-page.page-theme-light .brand-static-cars-grid em,.brand-landing-page.page-theme-light .brand-static-cars-grid p,.brand-landing-page.page-theme-light .brand-static-cars-grid small,.brand-landing-page.page-theme-light .brand-static-cars-grid span{color:rgba(255,255,255,.9)!important;text-shadow:0 2px 14px rgba(0,0,0,.66)!important}.brand-landing-page.page-theme-light .brand-block,.brand-landing-page.page-theme-light .brand-exact-empty,.brand-landing-page.page-theme-light .brand-gallery-empty,.brand-landing-page.page-theme-light .brand-side-card{background:#ffffff!important;border-color:rgba(18,26,42,.1)!important;color:#121a2a!important;box-shadow:0 16px 44px rgba(18,26,42,.075)!important}.brand-landing-page.page-theme-light .brand-block h2,.brand-landing-page.page-theme-light .brand-cars-grid strong,.brand-landing-page.page-theme-light .brand-exact-empty strong,.brand-landing-page.page-theme-light .brand-gallery-brand-card strong,.brand-landing-page.page-theme-light .brand-gallery-empty strong,.brand-landing-page.page-theme-light .brand-live-count strong,.brand-landing-page.page-theme-light .brand-market-grid strong,.brand-landing-page.page-theme-light .brand-request-grid strong,.brand-landing-page.page-theme-light .brand-side-card h2{color:#121a2a!important}.brand-landing-page.page-theme-light .brand-block p,.brand-landing-page.page-theme-light .brand-cars-grid p,.brand-landing-page.page-theme-light .brand-exact-empty p,.brand-landing-page.page-theme-light .brand-gallery-empty p,.brand-landing-page.page-theme-light .brand-market-grid p,.brand-landing-page.page-theme-light .brand-request-grid p,.brand-landing-page.page-theme-light .brand-side-card li,.brand-landing-page.page-theme-light .brand-side-card p{color:#445066!important}.brand-landing-page.page-theme-light .brand-block .section-kicker,.brand-landing-page.page-theme-light .brand-cars-grid span,.brand-landing-page.page-theme-light .brand-gallery-brand-card span,.brand-landing-page.page-theme-light .brand-gallery-empty span,.brand-landing-page.page-theme-light .brand-live-count span,.brand-landing-page.page-theme-light .brand-side-card .section-kicker{color:#5a6679!important}.brand-landing-page.page-theme-light .brand-cars-grid a,.brand-landing-page.page-theme-light .brand-live-count,.brand-landing-page.page-theme-light .brand-market-grid div,.brand-landing-page.page-theme-light .brand-request-grid div{background:#f4f6fa!important;border-color:rgba(18,26,42,.09)!important}.brand-landing-page.page-theme-light .brand-pills span,.brand-landing-page.page-theme-light .brand-strengths span{background:#e8edf4!important;color:#38465a!important}.brand-landing-page.page-theme-light .brand-conversion-strip,.brand-landing-page.page-theme-light .brand-side-card.dark{background:linear-gradient(135deg,#121a2a,#1b2a44)!important;color:#ffffff!important}.brand-landing-page.page-theme-light .brand-conversion-strip *,.brand-landing-page.page-theme-light .brand-side-card.dark *{color:rgba(255,255,255,.88)!important}.brand-landing-page.page-theme-light .brand-conversion-strip h2,.brand-landing-page.page-theme-light .brand-side-card.dark h2{color:#ffffff!important}.brand-landing-page.page-theme-light .brand-catalog-link,.brand-landing-page.page-theme-light .brand-exact-empty a,.brand-landing-page.page-theme-light .brand-gallery-empty a{background:#121a2a!important;color:#ffffff!important}.brand-landing-page.page-theme-light .brand-photo-disclaimer p{background:#f4f6fa!important;border-color:rgba(18,26,42,.09)!important;color:#5a6679!important}@media (max-width:640px){.brand-landing-page.page-theme-light{background:linear-gradient(180deg,#101114,#101114 660px,#f4f6f9 0,#ffffff)!important}}.brand-landing-page.page-theme-light{background:linear-gradient(180deg,#090b10,#11151d 560px,#f5f7fb 0,#ffffff)!important}.brand-landing-page.page-theme-light .brand-landing-hero{min-height:720px!important}.brand-landing-page.page-theme-light .brand-landing-bg{filter:blur(1px) brightness(.55) saturate(1.04) contrast(1.05)!important;transform:scale(1.018)!important}.brand-landing-page.page-theme-light .brand-landing-overlay{background:linear-gradient(90deg,rgba(5,7,11,.94),rgba(5,7,11,.72) 48%,rgba(5,7,11,.52)),linear-gradient(180deg,rgba(5,7,11,.36),rgba(5,7,11,.16) 45%,rgba(9,11,16,.98))!important}.brand-landing-page.page-theme-light .brand-content-grid,.brand-landing-page.page-theme-light .brand-gallery-section,.brand-landing-page.page-theme-light .brand-landing-hero-inner,.brand-landing-page.page-theme-light .brand-photo-disclaimer{width:min(1200px,calc(100% - 48px))!important}.brand-landing-page.page-theme-light .brand-landing-hero-inner{padding-top:138px!important;padding-bottom:116px!important}.brand-landing-page.page-theme-light .brand-breadcrumbs{margin-bottom:38px!important}.brand-landing-page.page-theme-light .brand-hero-grid{grid-template-columns:minmax(0,1fr) 280px!important;gap:42px!important}.brand-landing-page.page-theme-light .brand-hero-grid h1{max-width:940px!important;margin-bottom:24px!important;font-size:clamp(46px,6.4vw,92px)!important;line-height:.94!important;letter-spacing:.012em!important}.brand-landing-page.page-theme-light .brand-hero-grid>div>p:not(.section-kicker){max-width:760px!important;font-size:clamp(17px,1.45vw,21px)!important;line-height:1.72!important}.brand-landing-page.page-theme-light .brand-hero-metrics{grid-template-columns:repeat(3,minmax(0,158px))!important;gap:12px!important;margin-top:32px!important}.brand-landing-page.page-theme-light .brand-hero-metrics div{min-height:92px!important;padding:18px!important;border-radius:10px!important;background:rgba(255,255,255,.115)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)!important}.brand-landing-page.page-theme-light .brand-hero-metrics strong{font-size:34px!important;font-weight:400!important}.brand-landing-page.page-theme-light .brand-hero-actions{gap:10px!important;margin-top:34px!important}.brand-landing-page.page-theme-light .brand-catalog-link,.brand-landing-page.page-theme-light .brand-conversion-actions a,.brand-landing-page.page-theme-light .brand-hero-actions a,.brand-landing-page.page-theme-light .brand-side-card a{min-height:50px!important;border-radius:999px!important;padding:0 24px!important}.brand-landing-page.page-theme-light .brand-conversion-actions a:first-child,.brand-landing-page.page-theme-light .brand-hero-actions a:first-child,.brand-landing-page.page-theme-light .brand-side-card.dark a{box-shadow:0 18px 46px rgba(255,255,255,.13),0 18px 42px rgba(0,0,0,.24)!important}.brand-landing-page.page-theme-light .brand-hero-proof{margin-top:18px!important}.brand-landing-page.page-theme-light .brand-hero-proof span{min-height:34px!important;padding:0 13px!important;background:rgba(255,255,255,.1)!important}.brand-landing-page.page-theme-light .brand-gallery-brand-card,.brand-landing-page.page-theme-light .brand-logo-hero-card{border-radius:10px!important;background:linear-gradient(145deg,#ffffff,#f6f8fc 52%,#e8edf5)!important;box-shadow:0 30px 86px rgba(0,0,0,.32)!important}.brand-landing-page.page-theme-light .brand-logo-hero-card{min-height:250px!important}.brand-landing-page.page-theme-light .brand-gallery-section{margin-top:-64px!important}.brand-landing-page.page-theme-light .brand-gallery-grid{grid-auto-rows:232px!important;gap:14px!important}.brand-landing-page.page-theme-light .brand-gallery-car,.brand-landing-page.page-theme-light .brand-gallery-empty,.brand-landing-page.page-theme-light .brand-gallery-logo{min-height:232px!important;border-radius:10px!important}.brand-landing-page.page-theme-light .brand-content-grid{grid-template-columns:minmax(0,1fr) 330px!important;gap:24px!important;padding-top:64px!important}.brand-landing-page.page-theme-light .brand-main-content{gap:20px!important}.brand-landing-page.page-theme-light .brand-block,.brand-landing-page.page-theme-light .brand-conversion-strip,.brand-landing-page.page-theme-light .brand-side-card{border-radius:10px!important}.brand-landing-page.page-theme-light .brand-block,.brand-landing-page.page-theme-light .brand-side-card{padding:34px!important;box-shadow:0 18px 52px rgba(18,26,42,.07)!important}.brand-landing-page.page-theme-light .brand-block h2,.brand-landing-page.page-theme-light .brand-conversion-strip h2,.brand-landing-page.page-theme-light .brand-side-card h2{letter-spacing:.005em!important}.brand-landing-page.page-theme-light .brand-block p,.brand-landing-page.page-theme-light .brand-side-card li,.brand-landing-page.page-theme-light .brand-side-card p{font-size:15.5px!important;line-height:1.78!important}.brand-landing-page.page-theme-light .brand-conversion-strip{padding:34px!important;background:linear-gradient(135deg,#111827,#182640 62%,#223557)!important;box-shadow:0 26px 70px rgba(18,26,42,.18)!important}.brand-landing-page.page-theme-light .brand-market-grid,.brand-landing-page.page-theme-light .brand-request-grid{gap:14px!important}.brand-landing-page.page-theme-light .brand-live-count,.brand-landing-page.page-theme-light .brand-market-grid div,.brand-landing-page.page-theme-light .brand-request-grid div{border-radius:10px!important;background:#f6f8fb!important}.brand-landing-page.page-theme-light .brand-static-cars-block{overflow:hidden!important}.brand-landing-page.page-theme-light .brand-static-cars-grid a{min-height:350px!important}.brand-landing-page.page-theme-light .brand-cars-grid a{border-radius:10px!important}.brand-landing-page.page-theme-light .brand-photo-disclaimer{margin-top:-54px!important}@media (max-width:1000px){.brand-landing-page.page-theme-light .brand-content-grid,.brand-landing-page.page-theme-light .brand-hero-grid{grid-template-columns:1fr!important}.brand-landing-page.page-theme-light .brand-gallery-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:640px){.brand-landing-page.page-theme-light .brand-landing-hero{min-height:700px!important}.brand-landing-page.page-theme-light .brand-content-grid,.brand-landing-page.page-theme-light .brand-gallery-section,.brand-landing-page.page-theme-light .brand-landing-hero-inner,.brand-landing-page.page-theme-light .brand-photo-disclaimer{width:calc(100% - 30px)!important}.brand-landing-page.page-theme-light .brand-gallery-grid,.brand-landing-page.page-theme-light .brand-hero-actions,.brand-landing-page.page-theme-light .brand-hero-metrics,.brand-landing-page.page-theme-light .brand-hero-proof,.brand-landing-page.page-theme-light .brand-market-grid,.brand-landing-page.page-theme-light .brand-request-grid{grid-template-columns:1fr!important}.brand-landing-page.page-theme-light .brand-block,.brand-landing-page.page-theme-light .brand-conversion-strip,.brand-landing-page.page-theme-light .brand-side-card{padding:24px!important}}.site-header-clean__inner{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) auto minmax(180px,1fr)!important;column-gap:24px!important}.site-header-clean__geo{grid-column:1!important;margin-left:0!important}.site-header-clean__geo,.site-header-clean__menu{grid-row:1!important;justify-self:start!important}.site-header-clean__menu{grid-column:2!important}.site-header-clean__logo{grid-column:3!important;grid-row:1!important;justify-self:center!important}.site-header-clean__request{grid-column:4!important;grid-row:1!important;justify-self:end!important;white-space:nowrap!important}@media (max-width:760px){.site-header-clean__inner{grid-template-columns:minmax(64px,1fr) auto minmax(64px,1fr)!important;column-gap:8px!important}.site-header-clean__menu{grid-column:1!important}.site-header-clean__logo{grid-column:2!important}.site-header-clean__request{grid-column:3!important}}.cars-page.page-theme-light section.premium-cars-toolbar{position:relative!important;top:auto!important;left:auto!important;right:auto!important;z-index:5!important;display:block!important;width:min(1180px,calc(100% - 44px))!important;max-width:1180px!important;margin:32px auto 52px!important;overflow:visible!important;border:1px solid rgba(32,41,67,.09)!important;border-radius:24px!important;background:rgba(255,255,255,.95)!important;box-shadow:0 24px 70px rgba(32,41,67,.1)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.clean-video-bg video{transform:none!important;will-change:auto!important;backface-visibility:visible!important;transition:opacity .28s ease!important;filter:none!important}.clean-video-bg:after{display:none!important;content:none!important}.av-hero .hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.12) 42%,rgba(0,0,0,.58)),radial-gradient(ellipse at center,rgba(0,0,0,0) 0 34%,rgba(0,0,0,.32) 100%)!important}@media (max-width:900px){.av-home,body:has(.av-home),html:has(.av-home){scroll-snap-type:none!important;scroll-padding-top:0!important}.av-snap-section,body:has(.av-home) .site-footer{scroll-snap-align:none!important;scroll-snap-stop:normal!important}.cars-page.page-theme-light section.premium-cars-toolbar,.site-header-clean,.site-header-clean--dark,.site-header-clean--light{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.site-header-clean--dark{background:rgba(247,248,251,.96)!important}.site-header-clean--light{background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,0))!important}.car-card-image em,.gallery-arrow,.gallery-counter,.hero-proof span{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.av-after-card:hover,.av-brand-card:hover,.av-car-card:hover,.av-car-card:hover .av-car-card__image img,.av-car-card__image img,.av-finance-card:hover,.av-link-button:hover,.av-review-card:hover,.av-supply-card:hover,.cars-page.page-theme-light .car-card-image img,.cars-page.page-theme-light .premium-car-card:hover .car-card-image img,.premium-car-card:hover{transform:none!important}}@media (max-width:620px){.clean-video-bg video{object-position:center center!important}.av-hero .hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.36),rgba(0,0,0,.08) 44%,rgba(0,0,0,.5))!important}.cars-page.page-theme-light section.premium-cars-toolbar{box-shadow:0 14px 36px rgba(32,41,67,.08)!important}.cars-page.page-theme-light .premium-car-card{box-shadow:0 14px 34px rgba(32,41,67,.09)!important}}.cars-page.page-theme-light .premium-cars-grid{width:min(1220px,calc(100% - 40px))!important;gap:22px!important}.cars-page.page-theme-light .car-card-image{aspect-ratio:1.28/1!important}.cars-page.page-theme-light .car-card-body{display:flex!important;min-height:286px!important;flex-direction:column!important;padding:22px!important}.cars-page.page-theme-light .car-card-body h2{min-height:58px!important;margin-bottom:12px!important;font-size:24px!important;line-height:1.18!important;text-transform:none!important}.cars-page.page-theme-light .car-card-price{margin-bottom:10px!important;font-size:25px!important}.cars-page.page-theme-light .car-card-trust{margin-bottom:14px!important;color:rgba(32,41,67,.62)!important;font-size:12px!important;font-weight:750!important}.cars-page.page-theme-light .car-card-specs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:auto!important}.cars-page.page-theme-light .car-card-specs span{min-height:34px!important;justify-content:center!important;border-radius:10px!important;background:#f3f5f9!important;color:rgba(32,41,67,.72)!important;text-align:center!important}.cars-page.page-theme-light .car-card-more{display:none!important}@media (max-width:620px){.cars-page.page-theme-light section.premium-cars-toolbar{width:calc(100% - 32px)!important;margin:22px auto 34px!important;padding:12px!important}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr 1fr!important;grid-template-areas:"search search" "brand model" "year sort" "submit submit"!important;gap:12px!important}.cars-page.page-theme-light .car-card-body{min-height:300px!important;padding:20px!important}.cars-page.page-theme-light .car-card-body h2{min-height:auto!important;font-size:21px!important}.cars-page.page-theme-light .car-card-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{display:grid!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;grid-template-columns:1.05fr 1.05fr 1.05fr .78fr!important;grid-template-areas:"search brand model year" "spec sort submit submit"!important;column-gap:18px!important;row-gap:18px!important;align-items:end!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form:after,.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form:before{display:none!important;content:none!important}.cars-page.page-theme-light section.premium-cars-toolbar label.cars-filter-field{display:flex!important;width:100%!important;min-width:0!important;flex-direction:column!important;gap:8px!important;align-items:stretch!important;background:transparent!important;border:0!important;box-shadow:none!important;opacity:1!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--search{grid-area:search!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--brand{grid-area:brand!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--model{grid-area:model!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--year{grid-area:year!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--spec{grid-area:spec!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--sort{grid-area:sort!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-submit{grid-area:submit!important}.cars-page.page-theme-light section.premium-cars-toolbar label.cars-filter-field>span{display:block!important;width:auto!important;min-width:0!important;padding:0 0 0 4px!important;color:rgba(32,41,67,.58)!important;font-size:10px!important;font-weight:850!important;letter-spacing:.14em!important;line-height:1.2!important;text-transform:uppercase!important;white-space:nowrap!important}.cars-page.page-theme-light section.premium-cars-toolbar input,.cars-page.page-theme-light section.premium-cars-toolbar select{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:52px!important;margin:0!important;border:1px solid rgba(32,41,67,.1)!important;border-radius:16px!important;padding:0 16px!important;background:#f7f8fc!important;color:#202943!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important}.cars-page.page-theme-light section.premium-cars-toolbar input::placeholder{color:rgba(32,41,67,.42)!important}.cars-page.page-theme-light section.premium-cars-toolbar select:disabled{color:rgba(32,41,67,.42)!important;background:#eef1f8!important;cursor:not-allowed!important}.cars-page.page-theme-light section.premium-cars-toolbar button[type=submit]{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:52px!important;margin:0!important;border:0!important;border-radius:16px!important;padding:0 18px!important;background:#202943!important;color:#ffffff!important;box-shadow:0 16px 32px rgba(32,41,67,.18)!important;cursor:pointer!important}@media (max-width:980px){.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr!important;grid-template-areas:"search" "brand" "model" "year" "sort" "submit"!important}.cars-page.page-theme-light section.premium-cars-toolbar .cars-filter-field--spec{display:none!important}}@media (max-width:620px){.cars-page.page-theme-light section.premium-cars-toolbar{width:calc(100% - 32px)!important;margin:24px auto 38px!important;padding:14px!important;border-radius:20px!important}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr!important;gap:14px!important}.cars-page.page-theme-light .car-card-specs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.cars-page.page-theme-light .car-card-specs span{width:100%!important;min-width:0!important;justify-content:center!important;text-align:center!important}}@media (max-width:900px){.cars-page.page-theme-light section.premium-cars-toolbar,.site-header-clean,.site-header-clean--dark,.site-header-clean--light{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.av-car-card:hover .av-car-card__image img,.av-car-card__image img,.cars-page.page-theme-light .car-card-image img,.cars-page.page-theme-light .premium-car-card:hover .car-card-image img{transform:none!important}}.clean-video-bg{background:#000!important}.clean-video-bg:before{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;background:radial-gradient(circle at 72% 34%,rgba(124,137,164,.24),transparent 34%),radial-gradient(circle at 24% 72%,rgba(255,255,255,.08),transparent 28%),linear-gradient(135deg,#030407,#111723 44%,#000)!important;opacity:1!important;transform:scale(1.02)!important}.clean-video-bg video{z-index:1!important;opacity:0!important;filter:brightness(.58) contrast(1.12) saturate(.76)!important;object-position:58% center!important;transform:scale(1.08)!important;transition:opacity .48s cubic-bezier(.22,1,.36,1)!important}.clean-video-bg.is-loaded video{opacity:1!important}.clean-video-bg--disabled:before{content:none!important}.av-car-card[hidden],.car-card[hidden],.premium-car-card[hidden],[data-image-hidden=true]{display:none!important}@media (max-width:900px){body,html{scroll-behavior:auto!important}.av-home,body:has(.av-home),html:has(.av-home){scroll-snap-type:none!important;overscroll-behavior-y:auto!important}.av-snap-section,body:has(.av-home) .site-footer{min-height:auto!important;scroll-snap-align:none!important;scroll-snap-stop:normal!important}.av-snap-section--hero{min-height:100svh!important}.scroll-label{display:none!important}.hero-content,.home-reveal,.scroll-reveal,[data-reveal]{opacity:1!important;transform:none!important;animation:none!important;transition:none!important;will-change:auto!important}}@media (prefers-reduced-motion:reduce){.av-benefit-marquee__group,.av-cars-marquee__group,.av-marquee__group,.av-media-marquee__group{animation:none!important;transform:none!important;will-change:auto!important}}@media (max-width:620px){.clean-video-bg video{filter:brightness(.42) contrast(1.08) saturate(.52)!important;object-position:58% center!important;transform:scale(1.08)!important;opacity:0!important}.clean-video-bg.is-loaded video{opacity:.72!important}.av-hero .hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.34) 38%,rgba(0,0,0,.72)),radial-gradient(ellipse at 45% 34%,rgba(0,0,0,.04) 0 26%,rgba(0,0,0,.56) 100%)!important}}@media (min-width:901px){.av-hero .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.24) 34%,rgba(0,0,0,.22) 66%,rgba(0,0,0,.54)),linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.18) 42%,rgba(0,0,0,.72))!important}.car-detail-page.page-theme-light .premium-car-title h1{max-width:780px!important;font-size:clamp(58px,6.1vw,88px)!important;line-height:.94!important;letter-spacing:.01em!important}}.cars-page.page-theme-light section.premium-cars-toolbar{width:min(1220px,calc(100% - 40px))!important;max-width:1220px!important;margin:-34px auto 44px!important;padding:18px!important;border-radius:22px!important}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:minmax(240px,1.35fr) repeat(4,minmax(132px,.85fr)) minmax(132px,.72fr)!important;grid-template-areas:"search brand model year sort submit"!important;gap:12px!important}.cars-page.page-theme-light section.premium-cars-toolbar button[type=submit],.cars-page.page-theme-light section.premium-cars-toolbar input,.cars-page.page-theme-light section.premium-cars-toolbar select{min-height:48px!important;border-radius:12px!important}@media (max-width:1120px){.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1.2fr 1fr 1fr!important;grid-template-areas:"search search search" "brand model year" "sort submit submit"!important}}@media (max-width:620px){.cars-page.page-theme-light section.premium-cars-toolbar{width:calc(100% - 32px)!important;margin:22px auto 34px!important;padding:12px!important}.cars-page.page-theme-light section.premium-cars-toolbar form.cars-filter-form{grid-template-columns:1fr!important;grid-template-areas:"search" "brand" "model" "year" "sort" "submit"!important;gap:12px!important}}