.home-page,.site-page,.site-shell{--site-ink:#14161a;--site-green:#71C52B;--site-green-dark:#3f7e16;--site-green-hover:#3f7e16;--site-green-light:#a8df78;--site-coral:#ff5a49;--site-paper:#ebebe8;--site-soft:#f3f3f1;--site-line:#e5e5e2;--site-text:#242424;--site-muted:#686a65;--site-radius:18px;--site-shadow:0 18px 55px rgba(20,22,26,.09);color:var(--site-text);font-family:var(--font-body)}.home-page *,.site-page *,.site-shell *{box-sizing:border-box}.site-page{min-height:100vh;background:var(--site-paper)}.site-page main{min-height:50vh}.site-container{width:min(1180px,calc(100% - 48px))}.site-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:13px 24px;font:750 14px/1 var(--font-body);text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.site-button:hover{transform:translateY(-1px)}.site-button:focus-visible,.site-menu summary:focus-visible,.site-page a:focus-visible,.site-page button:focus-visible,.site-page input:focus-visible,.site-page select:focus-visible{outline:3px solid rgba(113,197,43,.32);outline-offset:3px}.site-button--small{min-height:42px;padding:11px 20px}.site-button--coral{color:#fff;background:var(--site-coral,#ff5a49);box-shadow:0 8px 24px rgba(255,90,73,.24)}.site-button--coral:hover{background:#ef4939;box-shadow:0 10px 28px rgba(255,90,73,.32)}.site-button--green{color:#151713;background:var(--site-green-light,#a8df78);box-shadow:0 8px 24px rgba(113,197,43,.2)}.site-button--dark{color:#242424;background:#c9c9c5}@keyframes site-button-blink{0%,to{opacity:1;box-shadow:0 8px 24px rgba(255,90,73,.45)}50%{opacity:.45;box-shadow:0 0 0 rgba(255,90,73,0)}}.site-button--blink{animation:site-button-blink 1.1s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.site-button--blink{animation:none}}.site-button--outline{color:var(--site-text,#242424);border-color:#d5d6d1;background:transparent}.site-button--outline:hover{border-color:var(--site-green,#71C52B);background:rgba(113,197,43,.06)}.site-eyebrow{display:inline-block;color:#72756e;font:700 11px/1.3 JetBrains Mono,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}.site-eyebrow--green{color:var(--site-green,#71C52B)}.site-header{position:relative;z-index:30;width:100%;border-bottom:1px solid rgba(20,22,26,.08);background:rgba(245,245,243,.97)}.site-header__inner{display:flex;width:min(1200px,calc(100% - 40px));min-height:76px;margin-inline:auto;align-items:center;gap:28px}.site-header__brand{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px}.site-header__logo{display:inline-flex}.site-header__logo img{display:block;width:auto;height:46px;object-fit:contain}.site-header__slogan{width:100%;color:var(--site-muted);font:650 10.5px/1.2 var(--font-body);text-align:center;white-space:nowrap}.site-footer__brand img{display:block;width:auto;height:29px;object-fit:contain}.site-footer__slogan{display:block;margin-top:8px;color:var(--site-muted);font:650 10.5px/1.2 var(--font-body)}.site-header__nav{display:flex;align-items:center;gap:clamp(16px,2vw,30px);margin-left:auto}.site-header__nav a{position:relative;color:var(--site-text);font:700 15.5px/1.2 var(--font-body);text-decoration:none;white-space:nowrap}.site-header__nav a:after{position:absolute;right:0;bottom:-8px;left:0;height:2px;border-radius:2px;background:var(--site-green);content:"";opacity:0;transform:scaleX(.4);transition:opacity .18s ease,transform .18s ease}.site-header__nav a:hover:after{opacity:1;transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:14px}.site-header__email{display:flex;flex-direction:column;align-items:flex-end;color:var(--site-text);text-decoration:none}.site-header__email span{color:var(--site-muted);font:650 9px/1.3 JetBrains Mono,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.site-header__email strong{font-size:13px}.site-menu{display:none;margin-left:auto}.site-menu>summary{display:grid;width:42px;height:42px;place-content:center;grid-gap:5px;gap:5px;border:1px solid var(--site-line);border-radius:50%;cursor:pointer;list-style:none}.site-menu>summary::-webkit-details-marker{display:none}.site-menu>summary span{width:18px;height:2px;border-radius:2px;background:var(--site-ink)}.site-menu>nav{position:absolute;top:calc(100% + 1px);right:0;left:0;display:flex;flex-direction:column;gap:2px;padding:14px 24px 24px;border-bottom:1px solid var(--site-line);background:#f5f5f3;box-shadow:0 20px 36px rgba(20,22,26,.12)}.site-menu>nav>a:not(.site-button){padding:13px 4px;border-bottom:1px solid #efefec;color:var(--site-text);font-weight:650;text-decoration:none}.site-footer{border-top:1px solid var(--site-line);background:#e3e3df}.site-footer__inner{display:grid;width:min(1180px,calc(100% - 48px));margin-inline:auto;padding:70px 0 56px;grid-template-columns:1.45fr .8fr .72fr 1.15fr;grid-gap:52px;gap:52px}.site-footer__brand p{max-width:310px;margin:20px 0 16px;color:var(--site-muted);font-size:14px;line-height:1.7}.site-footer__contact{display:block;width:-moz-fit-content;width:fit-content;margin-top:6px;color:var(--site-green-dark);font-weight:800;-webkit-text-decoration-color:var(--site-green);text-decoration-color:var(--site-green);text-underline-offset:4px}.site-footer__phones{display:grid;grid-gap:7px;gap:7px;margin-top:18px}.site-footer__phones a{display:flex;gap:9px;color:var(--site-green-dark);font-size:14px;font-weight:800;text-decoration:none}.site-footer__phones span{min-width:76px;color:var(--site-muted);font:600 9px/1.5 JetBrains Mono,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.site-footer__hours{display:grid;grid-gap:4px;gap:4px;margin-top:16px}.site-footer__hours span{color:var(--site-muted);font:600 9px/1.5 JetBrains Mono,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.site-footer__hours b{color:var(--site-green-dark);font-size:13px;font-weight:750}.site-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.site-footer__column h2{margin:0 0 7px;color:var(--site-text);font:700 11px/1 JetBrains Mono,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}.site-footer__column a{color:var(--site-muted);font-size:14px;font-weight:550;line-height:1.4;text-decoration:none}.site-footer__column a:hover{color:var(--site-green)}.site-footer__cta{padding:27px;border-radius:var(--site-radius);color:#fff;background:var(--site-ink)}.site-footer__cta h2{margin:10px 0 8px;font:750 21px/1.2 var(--font-display);letter-spacing:-.02em}.site-footer__cta p{margin:0 0 20px;color:#b9bbb4;font-size:13px;line-height:1.55}.site-footer__social{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:20px}.site-footer__social a{display:inline-flex;align-items:center;gap:9px;color:#c9cbc4;font-size:12px;font-weight:700;text-decoration:none}.site-footer__social a svg{width:16px;height:16px;flex-shrink:0;fill:currentColor}.site-footer__social a:hover{color:#a8df78}.site-footer__bottom{display:grid;width:min(1180px,calc(100% - 48px));margin-inline:auto;padding:22px 0 17px;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:20px 40px;gap:20px 40px;border-top:1px solid #deded9;color:#777a73;font:550 11px/1.4 JetBrains Mono,Consolas,monospace}.site-footer__bottom a{color:inherit;text-decoration:none}.site-footer__bottom a:hover{color:var(--site-green-hover)}.site-footer__company{display:grid;grid-gap:4px;gap:4px;min-width:0}.site-footer__company strong{color:var(--site-text);font-size:11px}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px;min-width:0}.site-footer__copyright{display:flex;width:min(1180px,calc(100% - 48px));margin-inline:auto;padding:0 0 28px;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:9px 24px;color:#70736c;font-size:11px;line-height:1.6}.site-footer__credit{color:#5e615a;font-weight:700;text-decoration:none;text-underline-offset:3px}.site-footer__eu{display:block;width:auto;height:46px;border-radius:4px}.site-footer__credit:hover{color:var(--site-green-hover);text-decoration:underline}.legal-section{padding:80px 0 96px;background:#e3e3df}.legal-copy{max-width:860px;padding:44px 52px;border:1px solid #e5e5e5;border-radius:18px;background:#f5f5f3}.legal-copy h2{margin:32px 0 10px;font:750 23px/1.25 var(--font-display)}.legal-copy h2:first-child{margin-top:0}.legal-copy p{margin:0;color:#504f54;font-size:15px;line-height:1.75}.legal-copy a{color:#5f8e0d;font-weight:700}.catalogue-hero{position:relative;overflow:hidden;min-height:356px;padding:52px 0 105px;color:#fff;background:radial-gradient(50% 100% at 88% 25%,rgba(113,197,43,.2),transparent 68%),var(--site-ink)}.catalogue-hero:after{position:absolute;right:8%;bottom:-125px;width:430px;height:250px;border:1px solid rgba(168,223,120,.16);border-radius:50%;content:"";transform:rotate(-10deg)}.site-breadcrumbs{display:flex;overflow:hidden;align-items:center;gap:9px;margin-bottom:38px;color:#9ea099;font:600 11px/1.4 JetBrains Mono,Consolas,monospace;white-space:nowrap}.site-breadcrumbs a{color:inherit;text-decoration:none}.site-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}.site-breadcrumbs--dark{margin:0 0 30px;color:#73766f}.catalogue-hero h1{max-width:800px;margin:13px 0 16px;color:#fff;font:800 clamp(38px,5vw,60px)/1.04 var(--font-display);letter-spacing:-.035em}.catalogue-hero h1 span{color:var(--site-green-light)}.catalogue-hero p{max-width:610px;margin:0;color:#b9bbb4;font-size:16px;line-height:1.65}.catalogue-section{padding:0 0 96px;background:#ebebe8}.catalogue-filters{position:relative;z-index:2;display:grid;margin-top:-57px;padding:20px;border:1px solid rgba(20,22,26,.07);border-radius:20px;background:#f5f5f3;box-shadow:var(--site-shadow);grid-template-columns:minmax(260px,1fr) auto;align-items:end;grid-gap:12px;gap:12px}.catalogue-filter-grid label>span,.catalogue-search label,.catalogue-toolbar label>span{display:block;margin:0 0 8px;color:#6f726b;font:700 10px/1 JetBrains Mono,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.catalogue-search>div{position:relative}.catalogue-search svg{position:absolute;top:50%;left:16px;width:19px;height:19px;fill:none;stroke:#7b7e76;stroke-linecap:round;stroke-width:1.8;transform:translateY(-50%)}.catalogue-filter-grid input:not([type=range]),.catalogue-filter-grid select,.catalogue-search input,.catalogue-toolbar select{width:100%;height:48px;border:1px solid #dcded8;border-radius:11px;color:var(--site-text);background:#ebebe8;font:600 14px/1 var(--font-body)}.catalogue-search input{padding:0 16px 0 46px}.catalogue-filter-grid input:not([type=range]),.catalogue-filter-grid select,.catalogue-toolbar select{padding:0 13px}.catalogue-filter-grid input:not([type=range])::placeholder,.catalogue-search input::placeholder{color:#a2a49e}.catalogue-filter-panel{grid-column:1/-1;margin-top:6px;padding-top:18px;border-top:1px solid var(--site-line)}.catalogue-filter-panel__head{display:flex;align-items:baseline;gap:12px;margin-bottom:15px}.catalogue-filter-panel__head>span:first-child{color:var(--site-text);font-size:15px;font-weight:800}.catalogue-filter-panel__hint{color:#8b8e87;font-size:12px}.catalogue-filter-dropdown{display:block}.catalogue-filter-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px}.catalogue-filter-actions{display:grid;margin-top:15px;padding:17px 0 2px;border-top:1px solid var(--site-line);grid-template-columns:1fr auto;align-items:center}.catalogue-filter-actions>a{color:#6e716a;font-size:13px;font-weight:700;-webkit-text-decoration-color:#b4b6b0;text-decoration-color:#b4b6b0;text-underline-offset:3px}.catalogue-input-suffix{position:relative}.catalogue-input-suffix input{padding-right:36px}.catalogue-input-suffix b{position:absolute;top:50%;right:14px;color:#777a73;font-size:13px;transform:translateY(-50%)}.catalogue-search__submit{height:48px;border:0;border-radius:999px;padding:0 25px;color:#fff;background:var(--site-coral);box-shadow:0 8px 22px rgba(255,90,73,.22);font:750 14px/1 var(--font-body);cursor:pointer}.catalogue-toolbar{display:grid;margin:48px 0 22px;grid-template-columns:1fr auto auto;align-items:end;grid-gap:10px;gap:10px}.catalogue-toolbar>div:first-child{display:flex;flex-direction:column;gap:6px}.catalogue-toolbar>div:first-child strong{font:750 23px/1.25 var(--font-display)}.catalogue-toolbar label{min-width:205px}.catalogue-toolbar select{height:42px}.catalogue-toolbar form{display:flex}.vehicle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(248px,1fr));grid-gap:18px;gap:18px}.vehicle-card{overflow:hidden;min-width:0;height:100%;border:1px solid #e4e5e1;border-radius:var(--site-radius);display:flex;flex-direction:column;background:#f5f5f3;box-shadow:0 8px 30px rgba(20,22,26,.04);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.vehicle-card:hover{border-color:rgba(113,197,43,.42);box-shadow:0 17px 42px rgba(20,22,26,.1);transform:translateY(-3px)}.vehicle-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:1.55/1;background:#e3e3df}.vehicle-card__media>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.vehicle-card:hover .vehicle-card__media>img{transform:scale(1.025)}.vehicle-card__placeholder{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#777b72;background:radial-gradient(circle at 50% 70%,rgba(113,197,43,.2),transparent 45%),#eeefe9;font:650 11px/1.4 JetBrains Mono,Consolas,monospace;letter-spacing:.04em;text-transform:uppercase}.vehicle-card__placeholder>span{color:rgba(20,22,26,.17);font:800 70px/1 var(--font-display)}.vehicle-card__badge{position:absolute;top:13px;right:13px;padding:8px 11px;border-radius:999px;color:#fff;background:var(--site-coral);font:750 10px/1 JetBrains Mono,Consolas,monospace;letter-spacing:.07em;text-transform:uppercase}.vehicle-card__badge--hot{background:#ff5a49;color:#fff}.site-utility{background:#17191c;color:#d8d8d2}.site-utility__inner{width:min(1200px,calc(100% - 40px));min-height:40px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11.5px}.site-utility__inner>strong{color:#71C52B;font:700 10px JetBrains Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.site-utility__phones{display:flex;align-items:center;gap:18px;line-height:1.35}.site-utility a{color:#f2f2ef;font-weight:800;white-space:nowrap}.site-utility a span{margin-right:6px;color:#71C52B;font-weight:700}.site-utility b{color:#c9cbc4;font-weight:650;white-space:nowrap}.content-page{background:#ebebe8;color:#242424}.content-hero{position:relative;overflow:hidden;padding:84px 0 90px;background:#dcdcd8;color:#242424}.content-hero:after{position:absolute;inset:-55% -15% auto 50%;width:720px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(113,197,43,.22),transparent 68%);content:"";pointer-events:none}.content-hero .site-container{position:relative;z-index:1}.content-hero h1{max-width:820px;margin:10px 0 20px;font-family:var(--font-display);font-size:clamp(40px,5vw,66px);line-height:1.04;letter-spacing:-.04em}.content-hero h1 em{color:#71C52B;font-style:normal}.content-hero p{max-width:720px;margin:0 0 28px;color:#b9bbb4;font-size:17px;line-height:1.7}.content-hero--center .site-container{display:flex;flex-direction:column;align-items:center;text-align:center}.content-hero--center h1,.content-hero--center p{margin-inline:auto}.content-hero--center .content-hero__note{max-width:660px;color:var(--site-text)!important;font-size:17.5px!important;font-weight:650;line-height:1.65}.content-hero--center .content-hero__note a{color:#3f7e16!important;font-weight:800}.content-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px}.service-section--center .site-container{display:flex;flex-direction:column;align-items:center;text-align:center}.home-section-head--center{justify-content:center;text-align:center}.home-section-head--center h2{margin-inline:auto}.service-section--center .service-checklist{width:min(680px,100%)}.service-section--center .service-checklist li{justify-content:center;text-align:left}.service-section--center .service-grid{width:100%;text-align:left}.service-bottom__actions{display:flex;flex-wrap:wrap;gap:10px}.response-chip{width:-moz-fit-content;width:fit-content;padding:10px 14px;border:1px solid rgba(168,223,120,.32);border-radius:999px;color:#d8f1c5;font:700 11px JetBrains Mono,monospace}.response-chip i{width:7px;height:7px;margin-right:8px;border-radius:50%;display:inline-block;background:#71C52B}.articles-section,.contact-section,.partners-section,.service-section,.story-section{padding:88px 0;background:#e3e3df}.contact-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.35fr);grid-gap:28px;gap:28px;align-items:start}.contact-details{display:grid;grid-gap:12px;gap:12px}.contact-details>div{padding:23px;border:1px solid #e5e5e5;border-radius:16px;display:flex;flex-direction:column;background:#f5f5f3}.contact-details span,.contact-form label>span{margin-bottom:8px;color:#7c7f77;font:700 10px JetBrains Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.contact-details a,.contact-details strong{margin:2px 0;color:#242424;font-size:18px;font-weight:800}.contact-details a+a{color:#3f7e16;font-size:13px}.contact-details p{margin:7px 0 0;color:#504f54;font-size:13px;line-height:1.6}.contact-form-card{border:1px solid #e5e5e5;border-radius:20px;overflow:hidden;background:#f5f5f3;box-shadow:0 24px 50px -38px rgba(20,22,26,.55)}.contact-form-card__head{padding:28px 30px 23px;border-bottom:1px solid #f0f0ed}.contact-form-card__head h2{margin:6px 0;font:800 clamp(25px,3vw,35px) var(--font-display)}.contact-form-card__head p{margin:0;color:#666862;font-size:13px}.contact-form{padding:28px 30px 30px;display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px}.contact-form label{display:flex;flex-direction:column}.contact-form__wide{grid-column:1/-1}.contact-form input:not([type=checkbox]),.contact-form select,.contact-form textarea{width:100%;border:1px solid #dedfdc;border-radius:11px;outline:0;background:#ebebe8;color:#242424}.contact-form input:not([type=checkbox]),.contact-form select{height:47px;padding:0 13px}.contact-form textarea{min-height:150px;padding:13px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#71C52B;box-shadow:0 0 0 3px rgba(113,197,43,.14)}.contact-consent{flex-direction:row!important;align-items:flex-start;gap:10px;color:#504f54;font-size:12px;line-height:1.5}.contact-consent input{margin-top:3px;accent-color:#71C52B}.contact-consent span{margin:0!important;color:inherit!important;font:inherit!important;letter-spacing:0!important;text-transform:none!important}.contact-form__submit{display:flex;align-items:center;justify-content:space-between;gap:20px}.contact-form__submit>span{color:#7c7f77;font-size:11px}.contact-error{padding:11px 13px;border-radius:9px;margin:0;background:#fff0ee;color:#a33327;font-size:12px}.contact-success{min-height:400px;padding:55px;display:flex;align-items:center;justify-content:center;gap:17px;text-align:left}.contact-success>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#e9f8dd;color:#3f7e16;font-size:25px}.contact-success h2{margin:0 0 6px;font:800 29px var(--font-display)}.contact-success p{margin:0;color:#504f54}.story-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);grid-gap:70px;gap:70px;align-items:start}.partner-group h2,.service-bottom h2,.story-layout article h2{margin:8px 0 20px;font:800 clamp(28px,4vw,44px)/1.12 var(--font-display);letter-spacing:-.03em}.story-layout article p{color:#504f54;font-size:15px;line-height:1.8}.story-layout article .site-button{margin-top:15px}.story-layout aside{padding:28px;border-radius:18px;background:#c9c9c5;color:#242424}.story-number{padding-bottom:24px;border-bottom:1px solid rgba(36,36,36,.12);display:flex;align-items:flex-end;gap:12px}.story-number strong{color:#3f7e16;font:800 58px/1 var(--font-display)}.story-number span{padding-bottom:6px;color:#646660}.story-layout aside h3{margin:24px 0 13px}.story-layout aside ul{padding:0;margin:0;list-style:none}.story-layout aside li{padding:10px 0;display:flex;gap:10px;color:#454842;font-size:13px;line-height:1.5}.story-layout aside li span{color:#71C52B}.partner-group+.partner-group{margin-top:72px}.partner-group h2{max-width:720px}.partner-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.partner-grid>*{min-height:120px;padding:20px;border:1px solid #e5e5e5;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#f5f5f3;color:#242424;font:800 17px var(--font-display);text-align:center}.partner-logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:12px;gap:12px}.partner-logo-card{display:flex;min-width:0;min-height:132px;padding:24px 20px;align-items:center;justify-content:center;border:1px solid #e3e4df;border-radius:16px;background:#f5f5f3;box-shadow:0 16px 38px -32px rgba(20,22,26,.52);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.partner-logo-card:hover{border-color:#cfd9b8;box-shadow:0 18px 42px -30px rgba(20,22,26,.42);transform:translateY(-2px)}.partner-logo-card img{display:block;width:auto;max-width:100%;height:68px;object-fit:contain}.partner-logo-card--cofidis img{width:min(180px,100%);height:auto}.partner-logo-card--tatra img{width:88px;height:88px}.partner-logo-card--unicredit img{width:min(178px,100%);height:auto}.partner-logo-card--home-credit img{width:142px;height:auto}.partner-logo-card--vub img{width:min(184px,100%);height:auto}.media-partner-logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),390px));grid-gap:12px;gap:12px}.media-partner-logo-card{display:flex;min-height:132px;padding:28px 30px;align-items:center;justify-content:center;border:1px solid #e3e4df;border-radius:16px;background:#f5f5f3;box-shadow:0 16px 38px -32px rgba(20,22,26,.52)}.media-partner-logo-card img{display:block;width:min(330px,100%);height:auto}.media-partner-logo-card--dennik-prospekt img{width:min(250px,100%)}.partners-page__hero{padding-block:64px 68px}.partners-page__hero h1{margin-bottom:0}.partner-cta,.service-bottom{margin-top:72px;padding:34px 38px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#c9c9c5;color:#242424}.partner-cta h2,.service-bottom h2{margin:0 0 6px;font-size:27px}.partner-cta p,.service-bottom p{margin:0;color:#4c4c48}.article-grid,.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:17px;gap:17px}.article-grid article,.service-grid article{min-height:275px;padding:28px;border:1px solid #e5e5e5;border-radius:16px;display:flex;flex-direction:column;background:#f5f5f3}.article-grid article>span,.service-grid article>span{color:#71C52B;font:700 10px JetBrains Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.article-grid h2,.service-grid h2{margin:18px 0 12px;font:600 21px/1.28 var(--font-display);letter-spacing:-.015em}.article-grid p,.service-grid p{margin:0;color:#666862;font-size:13px;line-height:1.7}.article-grid a{margin-top:auto;padding-top:23px;color:#3f7e16;font-size:13px;font-weight:800}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid article{min-height:230px}@media (max-width:1060px){.site-utility__inner>b{display:none}.contact-layout,.story-layout{grid-template-columns:1fr}.story-layout{gap:28px}.partner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.site-utility__inner{min-height:40px}.site-utility__inner>strong{display:none}.site-utility__phones{width:100%;justify-content:space-between;gap:12px}.site-utility a{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.site-utility a span{margin-right:0}.site-utility a:last-child{align-items:flex-end;text-align:right}.content-hero{padding:60px 0 65px}.content-hero h1{font-size:40px}.content-hero p{font-size:15px}.articles-section,.contact-section,.partners-section,.service-section,.story-section{padding:58px 0}.contact-form{padding:22px 18px;grid-template-columns:1fr}.contact-form__wide{grid-column:auto}.contact-form__submit,.partner-cta,.service-bottom{align-items:stretch;flex-direction:column}.article-grid,.partner-grid,.partner-grid--media,.service-grid{grid-template-columns:1fr}.partner-grid>*{min-height:96px}.article-grid article,.service-grid article{min-height:0}}.vehicle-card__body{display:flex;flex:1 1;flex-direction:column;padding:20px}.vehicle-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.vehicle-card__heading>div{min-width:0}.vehicle-card__brand{display:block;margin-bottom:5px;color:var(--site-green-dark);font:750 10px/1 JetBrains Mono,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase}.vehicle-card h2,.vehicle-card h3{display:-webkit-box;overflow:hidden;min-height:2.48em;margin:0;font:750 19px/1.24 var(--font-display);letter-spacing:-.02em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.vehicle-card h2 a,.vehicle-card h3 a{color:var(--site-text);text-decoration:none}.vehicle-card__arrow{display:grid;width:31px;height:31px;flex:0 0 auto;place-items:center;border-radius:50%;color:#4f534b;background:#e3e3df;font-size:14px}.vehicle-card__facts{display:flex;flex-wrap:wrap;min-height:38px;align-content:flex-start;gap:7px;margin:17px 0 19px;padding:0;list-style:none}.vehicle-card__facts li{padding:7px 9px;border-radius:7px;color:#62655e;background:#e3e3df;font-size:11px;font-weight:650}.vehicle-card__price{display:flex;min-height:78px;margin-top:auto;padding-top:16px;border-top:1px solid #e8e9e5;align-items:flex-end;justify-content:space-between;gap:12px}.vehicle-card__price-main{display:grid;min-width:0;min-height:61px;align-content:start}.vehicle-card__price-main>span{color:#7c7f78;font-size:11px;font-weight:600}.vehicle-card__price-main>strong{color:var(--site-text);font:800 21px/1 var(--font-display)}.vehicle-card__price-main>small{margin-top:7px;color:#3f7e16;font-size:10px;font-weight:700}.vehicle-card__detail{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:10px;color:#fff;background:var(--site-coral);font:750 13px/1 var(--font-body);text-decoration:none;transition:background .18s ease,transform .18s ease}.vehicle-card__detail:hover{color:#fff;background:#ef4a39;transform:translateY(-1px)}.vehicle-card__pills{position:absolute;bottom:12px;left:12px;display:flex;gap:7px;pointer-events:none}.vehicle-card__pills>span{padding:7px 12px;border-radius:999px;color:var(--site-text);background:rgba(245,245,243,.94);box-shadow:0 4px 14px rgba(20,22,26,.16);font:750 10px/1 JetBrains Mono,Consolas,monospace;letter-spacing:.07em;text-transform:uppercase}.vehicle-card__pills>.vehicle-card__pills--fuel{color:#173020;background:var(--site-green)}.catalogue-empty{display:flex;min-height:360px;flex-direction:column;align-items:center;justify-content:center;padding:54px 24px;border:1px dashed #cfd1ca;border-radius:20px;text-align:center;background:#e3e3df}.catalogue-empty>span{display:grid;width:58px;height:58px;margin-bottom:20px;place-items:center;border-radius:50%;color:var(--site-green);background:rgba(113,197,43,.11);font-size:25px}.catalogue-empty h2{margin:0 0 10px;font:750 26px/1.2 var(--font-display);letter-spacing:-.025em}.catalogue-empty p{max-width:580px;margin:0;color:var(--site-muted);font-size:14px;line-height:1.65}.catalogue-empty>div{display:flex;gap:10px;margin-top:24px}.catalogue-pagination{display:flex;justify-content:center;gap:6px;margin-top:42px}.catalogue-pagination a,.catalogue-pagination>span:not(.catalogue-pagination__gap){display:grid;width:40px;height:40px;place-items:center;border:1px solid #ddded9;border-radius:9px;color:var(--site-text);background:#f5f5f3;font-size:13px;font-weight:700;text-decoration:none}.catalogue-pagination a.is-active{border-color:var(--site-green);color:#173020;background:var(--site-green)}.catalogue-pagination .is-disabled{opacity:.35}.catalogue-pagination__gap{display:grid;width:24px;place-items:center;color:#8b8e87}.catalogue-cta{overflow:hidden;color:#fff;background:radial-gradient(40% 160% at 82% 50%,rgba(113,197,43,.22),transparent 70%),var(--site-ink)}.catalogue-cta__inner{display:flex;min-height:255px;align-items:center;justify-content:space-between;gap:50px}.catalogue-cta h2{max-width:720px;margin:12px 0 0;font:780 clamp(29px,4vw,44px)/1.13 var(--font-display);letter-spacing:-.032em}.vehicle-detail{padding-top:32px;background:#ebebe8}.vehicle-detail__layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);grid-gap:40px;gap:40px;align-items:start}.vehicle-gallery__main{position:relative;display:block;width:100%;overflow:hidden;padding:0;aspect-ratio:1.5/1;border:0;border-radius:20px;color:#fff;background:#e3e3df;cursor:zoom-in;font:inherit;text-align:left}.vehicle-gallery__main img{display:block;width:100%;height:100%;object-fit:cover}.vehicle-gallery__main>span{position:absolute;right:16px;bottom:16px;padding:10px 13px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff;background:rgba(20,22,26,.68);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:11px;font-weight:700}.vehicle-gallery__strip{display:grid;margin-top:10px;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:9px;gap:9px}.vehicle-gallery__strip button{position:relative;display:block;width:100%;overflow:hidden;padding:0;aspect-ratio:1.35/1;border:0;border-radius:10px;background:#e3e3df;cursor:zoom-in}.vehicle-gallery__strip img{width:100%;height:100%;object-fit:cover}.vehicle-gallery__strip button>span{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:rgba(20,22,26,.68);font-weight:750}.vehicle-gallery__main:focus-visible,.vehicle-gallery__strip button:focus-visible{outline:3px solid var(--site-green);outline-offset:3px}.vehicle-lightbox{position:fixed;inset:0;z-index:1000;display:grid;min-width:0;min-height:0;padding:18px clamp(18px,3vw,46px) 16px;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:14px;gap:14px;color:#fff;background:rgba(10,11,13,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.vehicle-lightbox__topbar{display:flex;width:min(1500px,100%);margin-inline:auto;align-items:center;justify-content:space-between;gap:24px}.vehicle-lightbox__topbar>div{display:grid;min-width:0;grid-gap:3px;gap:3px}.vehicle-lightbox__topbar strong{overflow:hidden;font:750 clamp(15px,2vw,19px)/1.25 var(--font-display);text-overflow:ellipsis;white-space:nowrap}.vehicle-lightbox__topbar div>span{color:#b9bbb4;font:600 10px/1.4 JetBrains Mono,Consolas,monospace;letter-spacing:.07em;text-transform:uppercase}.vehicle-lightbox__arrow,.vehicle-lightbox__topbar>button{display:grid;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;background:rgba(255,255,255,.09);cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.vehicle-lightbox__topbar>button{width:44px;height:44px;font:400 30px/1 var(--font-body)}.vehicle-lightbox__arrow:hover,.vehicle-lightbox__topbar>button:hover{border-color:rgba(168,223,120,.8);background:rgba(113,197,43,.3)}.vehicle-lightbox__arrow:focus-visible,.vehicle-lightbox__thumbs button:focus-visible,.vehicle-lightbox__topbar>button:focus-visible{outline:3px solid var(--site-green-light);outline-offset:3px}.vehicle-lightbox__stage{position:relative;display:flex;min-width:0;min-height:0;align-items:center;justify-content:center}.vehicle-lightbox__stage>img{display:block;width:auto;max-width:calc(100% - 132px);height:auto;max-height:100%;border-radius:12px;object-fit:contain;box-shadow:0 28px 80px rgba(0,0,0,.38);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vehicle-lightbox__arrow{position:absolute;z-index:1;top:50%;width:50px;height:50px;transform:translateY(-50%);font:500 23px/1 var(--font-body)}.vehicle-lightbox__arrow:hover{transform:translateY(-50%) scale(1.04)}.vehicle-lightbox__arrow--previous{left:2px}.vehicle-lightbox__arrow--next{right:2px}.vehicle-lightbox__thumbs{display:flex;width:min(1050px,100%);margin-inline:auto;padding:4px 2px 5px;gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-color:#70736c transparent}.vehicle-lightbox__thumbs button{flex:0 0 72px;overflow:hidden;padding:0;aspect-ratio:1.35/1;border:2px solid transparent;border-radius:8px;opacity:.58;background:#24262a;cursor:pointer;transition:opacity .18s ease,border-color .18s ease}.vehicle-lightbox__thumbs button:hover{opacity:.86}.vehicle-lightbox__thumbs button.is-active{border-color:var(--site-green-light);opacity:1}.vehicle-lightbox__thumbs img{display:block;width:100%;height:100%;object-fit:cover}.vehicle-gallery__empty{display:flex;aspect-ratio:1.5/1;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;color:#777b72;background:radial-gradient(circle at 50% 70%,rgba(113,197,43,.22),transparent 45%),#eeefe9}.vehicle-gallery__empty>span{color:rgba(20,22,26,.16);font:800 110px/1 var(--font-display)}.vehicle-gallery__empty p{font:650 11px/1.4 JetBrains Mono,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase}.vehicle-summary{position:-webkit-sticky;position:sticky;top:20px;padding:26px 26px 22px;border:1px solid #e4e5e1;border-radius:20px;background:#f5f5f3;box-shadow:0 16px 45px rgba(20,22,26,.08)}.vehicle-summary h1{margin:8px 0 6px;font:800 clamp(24px,2.6vw,32px)/1.1 var(--font-display);letter-spacing:-.035em}.vehicle-summary__variant{margin:0;color:var(--site-muted);font-size:14px;line-height:1.5}.vehicle-summary__reserved{display:inline-flex;margin-top:14px;padding:7px 10px;border-radius:999px;color:#fff;background:var(--site-coral);font:750 10px/1 JetBrains Mono,Consolas,monospace;letter-spacing:.07em;text-transform:uppercase}.vehicle-summary__quick{display:grid;margin:18px 0 0;padding:13px 0;border-top:1px solid var(--site-line);border-bottom:1px solid var(--site-line);grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.vehicle-summary__quick>span{min-width:0}.vehicle-summary__price>span,.vehicle-summary__quick small{display:block;margin-bottom:5px;color:#7a7d75;font-size:10px;font-weight:600}.vehicle-summary__quick strong{display:block;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.vehicle-summary__price{padding:17px 0 15px}.vehicle-summary__price>strong{display:block;font:800 27px/1 var(--font-display);letter-spacing:-.025em}.vehicle-summary__price>small{display:block;margin-top:8px;color:#3f7e16;font-size:11px;font-weight:700}.vehicle-summary__cta{grid-template-columns:1fr;grid-gap:9px;gap:9px}.vehicle-summary__note{margin:15px 0 0;color:#7d8078;font-size:11px;line-height:1.55;text-align:center}.vehicle-detail__section{margin:70px 0 0;padding-top:2px}.vehicle-detail__section h2{margin:10px 0 24px;font:780 32px/1.15 var(--font-display);letter-spacing:-.028em}.vehicle-specs{display:grid;margin:0;border-top:1px solid #e4e5e1;grid-template-columns:repeat(3,1fr);grid-gap:0 30px;gap:0 30px}.vehicle-specs>div{display:flex;justify-content:space-between;gap:18px;padding:15px 4px 15px 0;border-bottom:1px solid #e4e5e1}.vehicle-specs dt{color:#74776f;font-size:13px}.vehicle-specs dd{margin:0;font-size:13px;font-weight:750;text-align:right}.vehicle-description p{max-width:78ch;margin:0;color:#4f524c;font-size:15px;line-height:1.75;white-space:pre-line}.vehicle-features{display:grid;margin:0;padding:0;grid-template-columns:repeat(3,1fr);grid-gap:4px 28px;gap:4px 28px;list-style:none}.vehicle-features li{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-bottom:1px solid #e9eae6;color:#3f423c;font-size:13.5px;font-weight:550;line-height:1.45}.vehicle-features li svg{flex:0 0 auto;margin-top:1px;color:var(--site-green)}.vehicle-detail__bottom-cta{margin-top:90px;color:#fff;background:radial-gradient(45% 180% at 83% 50%,rgba(113,197,43,.23),transparent 70%),var(--site-ink)}.vehicle-detail__bottom-cta>div{display:flex;min-height:245px;align-items:center;justify-content:space-between;gap:40px}.vehicle-detail__bottom-cta h2{max-width:710px;margin:12px 0 0;font:780 clamp(29px,4vw,43px)/1.13 var(--font-display);letter-spacing:-.032em}.vehicle-detail-state{display:flex;min-height:62vh;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:#e3e3df}.vehicle-detail-state>span{display:grid;min-width:64px;height:64px;margin-bottom:22px;padding-inline:16px;place-items:center;border-radius:999px;color:var(--site-green);background:rgba(113,197,43,.11);font:750 18px/1 JetBrains Mono,Consolas,monospace}.vehicle-detail-state h1{margin:0 0 12px;font:800 clamp(31px,5vw,48px)/1.08 var(--font-display);letter-spacing:-.035em}.vehicle-detail-state p{max-width:570px;margin:0;color:var(--site-muted);font-size:15px;line-height:1.65}.vehicle-detail-state>div{display:flex;gap:10px;margin-top:27px}@media (max-width:1120px){.site-header__nav{display:none}.site-header__actions{margin-left:auto}.site-footer__inner{grid-template-columns:1.25fr .75fr .75fr}.site-footer__cta{grid-column:1/-1}.vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vehicle-detail__layout{grid-template-columns:minmax(0,1.4fr) minmax(315px,.8fr);gap:25px}.vehicle-detail__section{max-width:calc(100% - 350px)}}@media (max-width:820px){.site-container,.site-footer__bottom,.site-footer__inner,.site-header__inner{width:min(100% - 36px,680px)}.site-footer__legal{justify-content:flex-start}.site-footer__bottom{grid-template-columns:1fr;gap:13px}.site-footer__copyright{width:min(100% - 36px,680px);align-items:flex-start}.site-header__inner{min-height:68px}.site-header__actions{display:none}.site-menu{display:block}.site-footer__inner{padding:54px 0 42px;grid-template-columns:repeat(2,1fr);gap:38px 24px}.site-footer__brand,.site-footer__cta{grid-column:1/-1}.catalogue-hero{min-height:330px;padding:38px 0 96px}.site-breadcrumbs{margin-bottom:29px}.catalogue-filters{grid-template-columns:1fr auto}.catalogue-search{grid-column:1/-1}.catalogue-filter-grid{grid-template-columns:repeat(2,1fr)}.catalogue-toolbar{grid-template-columns:1fr auto}.catalogue-toolbar>div:first-child{grid-column:1/-1}.catalogue-cta__inner,.vehicle-detail__bottom-cta>div{min-height:270px;flex-direction:column;align-items:flex-start;justify-content:center;gap:25px}.vehicle-detail__layout{grid-template-columns:1fr}.vehicle-summary{position:static}.vehicle-detail__section{max-width:none;margin-top:60px}.vehicle-features,.vehicle-specs{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.site-container,.site-footer__bottom,.site-footer__inner,.site-header__inner{width:calc(100% - 28px)}.site-header__logo img{height:34px}.site-footer__brand img{height:26px}.site-footer__inner{grid-template-columns:1fr}.site-footer__brand,.site-footer__cta{grid-column:auto}.site-footer__bottom{gap:12px;font-size:11px}.site-footer__copyright{width:calc(100% - 28px);flex-direction:column;align-items:flex-start;gap:6px}.legal-section{padding:50px 0 64px}.legal-copy{padding:30px 22px}.catalogue-hero{min-height:312px;padding-top:29px}.catalogue-hero h1{font-size:36px}.catalogue-hero p{font-size:14px}.catalogue-filters{margin-top:-48px;padding:14px;grid-template-columns:1fr}.catalogue-filter-panel,.catalogue-search,.catalogue-search__submit{grid-column:1;width:100%}.catalogue-filter-grid{grid-template-columns:1fr}.catalogue-filter-actions{padding:14px 0 2px}.catalogue-toolbar{margin-top:38px}.catalogue-toolbar label{min-width:0}.catalogue-toolbar .site-button{padding-inline:14px}.vehicle-grid{grid-template-columns:1fr}.catalogue-empty{min-height:330px}.catalogue-empty>div,.vehicle-detail-state>div{width:100%;flex-direction:column}.catalogue-pagination a,.catalogue-pagination>span:not(.catalogue-pagination__gap){width:36px;height:36px}.catalogue-cta__inner{min-height:300px}.vehicle-detail{padding-top:22px}.vehicle-gallery__empty,.vehicle-gallery__main{border-radius:14px}.vehicle-gallery__strip{overflow-x:auto;grid-template-columns:repeat(6,105px);scrollbar-width:thin}.vehicle-lightbox{padding:12px 10px 10px;gap:10px}.vehicle-lightbox__topbar{padding-inline:2px}.vehicle-lightbox__topbar>button{width:42px;height:42px}.vehicle-lightbox__stage>img{max-width:100%;border-radius:9px}.vehicle-lightbox__arrow{top:auto;bottom:12px;width:44px;height:44px;border-color:rgba(255,255,255,.3);background:rgba(20,22,26,.72);transform:none}.vehicle-lightbox__arrow:hover{transform:scale(1.04)}.vehicle-lightbox__arrow--previous{left:10px}.vehicle-lightbox__arrow--next{right:10px}.vehicle-lightbox__thumbs button{flex-basis:64px}.vehicle-summary{padding:24px 20px;border-radius:16px}.vehicle-summary__quick{gap:6px}.vehicle-features,.vehicle-specs{grid-template-columns:1fr}.vehicle-specs>div:nth-child(odd){margin-right:0}}@media (prefers-reduced-motion:reduce){.site-page *,.site-shell *{scroll-behavior:auto!important;transition-duration:.01ms!important}}.home-page a:focus-visible,.home-page button:focus-visible,.home-page input:focus-visible,.home-page select:focus-visible,.home-page summary:focus-visible{outline:3px solid rgba(113,197,43,.45);outline-offset:3px}.home-trust{z-index:4;margin-top:-92px;padding-bottom:30px;background:linear-gradient(180deg,transparent 0 92px,#e3e3df 92px)}.home-trust__card{display:grid;overflow:hidden;min-height:154px;border:1px solid rgba(20,22,26,.08);border-radius:20px;grid-template-columns:minmax(245px,.9fr) minmax(0,2.1fr);background:#f5f5f3;box-shadow:0 30px 65px -34px rgba(20,22,26,.58)}.home-trust__intro{display:flex;padding:27px 30px;flex-direction:column;justify-content:center;color:#fff;background:radial-gradient(circle at 100% 0,rgba(255,255,255,.18),transparent 45%),#71C52B}.home-trust__intro p{margin:0 0 9px;color:rgba(255,255,255,.78);font:700 9px/1.35 JetBrains Mono,Consolas,monospace;letter-spacing:.09em;text-transform:uppercase}.home-trust__intro h2{margin:0;color:#fff;font-size:clamp(24px,2.2vw,31px);line-height:1.08;letter-spacing:-.03em}.home-trust__metrics{display:grid;min-width:0;padding:0;margin:0;grid-template-columns:repeat(4,minmax(0,1fr))}.home-trust__metrics>div{display:flex;min-width:0;padding:24px 18px;border-left:1px solid #ecece8;flex-direction:column;justify-content:center;text-align:center}.home-trust__metrics dt{color:#14161a;font:800 clamp(25px,2.6vw,35px)/1 var(--font-display);letter-spacing:-.04em;white-space:nowrap}.home-trust__metrics dd{margin:9px 0 0;color:#686a65;font:700 10px/1.35 JetBrains Mono,Consolas,monospace;letter-spacing:.025em;text-transform:uppercase}.home-trust+.home-calculator{background:#dcdcd8}.home-contact-form,.home-hot-offers,.home-partners,.home-testimonials{padding:92px 0}.home-hot-offers{position:relative;overflow:hidden;padding-block:82px;color:#1d1d1f;background:#e3e3df}.home-hot-offers__header{display:flex;margin-bottom:30px;align-items:flex-end;justify-content:space-between;gap:30px}.home-hot-offers__header h2{margin:0;color:#ff5a49;font:800 clamp(44px,5vw,56px)/.95 var(--font-display);letter-spacing:-.04em}.home-hot-offers__link{display:inline-flex;min-height:52px;padding:0 26px;align-items:center;gap:13px;border:0;border-bottom:0;border-radius:999px;color:#fff;background:#ff5a49;box-shadow:0 10px 26px rgba(255,90,73,.35);font-size:16px;font-weight:800;text-decoration:none;white-space:nowrap;transition:border-color .18s ease,background .18s ease,transform .18s ease}.home-hot-offers__link:hover{color:#fff;background:#ef4939;transform:none}.home-hot-offers__link span{color:#fff;font-size:19px}.home-hot-offers__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.home-hot-offers__grid .vehicle-card{overflow:hidden;border:1px solid #e4e4e7;border-radius:24px;background:#f5f5f3;box-shadow:0 24px 60px -50px rgba(0,0,0,.44);transform:none}.home-hot-offers__grid .vehicle-card:hover{border-color:#d2d2d7;box-shadow:0 28px 64px -48px rgba(0,0,0,.42);transform:none}.home-hot-offers__grid .vehicle-card__media{border-radius:0}.home-hot-offers__grid .vehicle-card:hover .vehicle-card__media>img{transform:scale(1.012)}.home-hot-offers__grid .vehicle-card__arrow{display:none}.home-hot-offers__grid .vehicle-card__body{display:flex;padding:30px;flex-direction:column;background:#f5f5f3}.home-hot-offers__grid .vehicle-card h3 a{color:#1d1d1f}.home-hot-offers__grid .vehicle-card__price{margin-top:auto;border-color:#e5e5e7}.home-hot-offers__grid .vehicle-card__price-main>span{color:#6e6e73}.home-hot-offers__grid .vehicle-card__price-main>strong{color:#1d1d1f}.home-hot-offers__grid .vehicle-card__facts{gap:0}.home-hot-offers__grid .vehicle-card__facts li{padding:2px 9px;border-radius:0;color:#6e6e73;background:transparent}.home-hot-offers__grid .vehicle-card__facts li:first-child{padding-left:0}.home-hot-offers__grid .vehicle-card__facts li+li{border-left:0}.home-hot-offers__grid .vehicle-card__brand{color:#3f7e16}.vehicle-card__detail-link{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:20px;align-items:center;gap:10px;color:#1d1d1f;font-size:12px;font-weight:800;text-decoration:none}.vehicle-card__detail-link span{color:#ff5a49;font-size:17px}.home-hot-offers__grid--single{grid-template-columns:1fr}.home-hot-offers__grid--single .vehicle-card{display:grid;min-height:460px;grid-template-columns:minmax(0,3fr) minmax(400px,2fr)}.home-hot-offers__grid--single .vehicle-card__media{min-height:460px;aspect-ratio:auto;border-radius:0}.home-hot-offers__grid--single .vehicle-card__body{display:flex;padding:42px 40px 36px;flex-direction:column}.home-hot-offers__grid--single .vehicle-card__brand{margin-bottom:12px}.home-hot-offers__grid--single .vehicle-card h3{font-size:clamp(27px,2.4vw,32px);line-height:1.12;letter-spacing:-.035em}.home-hot-offers__grid--single .vehicle-card__arrow{width:38px;height:38px}.home-hot-offers__grid--single .vehicle-card__facts{margin:24px 0 22px;gap:8px 16px}.home-hot-offers__grid--single .vehicle-card__facts li{padding:0;font-size:12px}.home-hot-offers__grid--single .vehicle-card__price{min-height:64px;margin-top:auto;padding-top:22px;border-top:1px solid #e5e5e7;align-self:stretch}.home-hot-offers__grid--single .vehicle-card__price-main>strong{color:#1d1d1f;font-size:32px}.home-hot-offers__grid--single .vehicle-card__detail-link{margin-top:20px}.home-testimonials{background:#e3e3df}.home-testimonials__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.home-testimonials figure{position:relative;min-height:250px;padding:31px 29px 27px;border:1px solid #e5e5e2;border-radius:18px;margin:0;display:flex;flex-direction:column;background:#f5f5f3;box-shadow:0 16px 42px rgba(20,22,26,.05)}.home-testimonials figure:before{color:#a8df78;content:"“";font:800 55px/.75 Georgia,serif}.home-testimonials blockquote{margin:18px 0 27px;color:#242424;font-size:16px;font-weight:650;line-height:1.65}.home-testimonials figcaption{display:flex;margin-top:auto;align-items:center;gap:9px;color:#686a65;font:700 10px/1.4 JetBrains Mono,Consolas,monospace;letter-spacing:.04em;text-transform:uppercase}.home-testimonials figcaption span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:#173020;background:#71C52B}.home-contact-form{background:#ebebe8}.home-contact-form__layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;grid-gap:clamp(34px,6vw,76px);gap:clamp(34px,6vw,76px)}.home-contact-form__copy{position:-webkit-sticky;position:sticky;top:24px;padding-top:15px}.home-contact-form__copy h2{max-width:520px;margin:0;font-size:clamp(34px,4vw,46px);line-height:1.08;letter-spacing:-.035em}.home-contact-form__copy>p:last-of-type{max-width:480px;margin:20px 0 28px;color:#686a65;line-height:1.7}.home-contact-form__copy dl{display:grid;padding:0;margin:0;grid-gap:12px;gap:12px}.home-contact-form__copy dl>div{display:flex;padding:15px 0;border-top:1px solid #e5e5e2;align-items:center;justify-content:space-between;gap:20px}.home-contact-form__copy dt{color:#686a65;font:700 10px/1.3 JetBrains Mono,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase}.home-contact-form__copy dd{margin:0}.home-contact-form__copy dd a{color:#242424;font-size:14px;font-weight:800;-webkit-text-decoration-color:#71C52B;text-decoration-color:#71C52B;text-underline-offset:4px}.home-partners{background:#ebebe8}.home-partners__group h2{margin:0;font-size:clamp(33px,4vw,45px);line-height:1.08;letter-spacing:-.035em}.home-partners__group>.media-partner-logo-grid,.home-partners__group>.partner-logo-grid{margin-top:28px}.home-partners__group+.home-partners__group{margin-top:60px}.home-contact-cta{padding:0 0 92px;background:#ebebe8}.home-contact-cta__inner{display:flex;overflow:hidden;min-height:245px;padding:45px 50px;border-radius:21px;align-items:center;justify-content:space-between;gap:50px;color:#242424;background:radial-gradient(circle at 75% 10%,rgba(113,197,43,.22),transparent 36%),#c9c9c5}.home-contact-cta h2{max-width:690px;margin:0;color:#242424;font-size:clamp(30px,4vw,42px);line-height:1.1;letter-spacing:-.03em}.home-contact-cta p:last-child{margin:13px 0 0;color:#4c4c48;line-height:1.6}@media (max-width:1080px){.home-hot-offers__grid[data-count="3"],.home-hot-offers__grid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.home-trust__card{grid-template-columns:1fr}.home-trust__intro{min-height:115px}.home-trust__metrics>div:first-child{border-left:0}.home-testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-testimonials figure:last-child{grid-column:1/-1;min-height:200px}}@media (max-width:780px){.home-trust{margin-top:-72px;background:linear-gradient(180deg,transparent 0 72px,#e3e3df 72px)}.home-trust__intro{padding:24px}.home-trust__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.home-trust__metrics>div{min-height:112px;padding:20px 14px}.home-trust__metrics>div:nth-child(odd){border-left:0}.home-trust__metrics>div:nth-child(n+3){border-top:1px solid #ecece8}.home-contact-form,.home-hot-offers,.home-partners,.home-testimonials{padding:68px 0}.home-hot-offers{padding-block:56px}.home-hot-offers__grid--single .vehicle-card{display:block;min-height:0;grid-template-columns:1fr}.home-hot-offers__grid--single .vehicle-card__media{min-height:0;aspect-ratio:1.7/1}.home-hot-offers__grid--single .vehicle-card__body{display:flex;padding:34px 31px 30px;flex-direction:column}.home-hot-offers__grid--single .vehicle-card__price{grid-template-columns:1fr auto;justify-items:legacy}.home-contact-form__layout,.home-hot-offers__grid[data-count],.home-testimonials__grid{grid-template-columns:1fr}.home-contact-form__copy{position:static;padding-top:0}.home-testimonials figure:last-child{grid-column:auto}.home-contact-cta{padding-bottom:68px}.home-contact-cta__inner{padding:38px 31px;align-items:flex-start;flex-direction:column;gap:28px}}@media (max-width:520px){.home-contact-cta__inner,.home-trust__card{border-radius:17px}.home-trust__intro h2,.home-trust__metrics dt{font-size:25px}.home-trust__metrics dd{font-size:8px}.home-hot-offers__header{margin-bottom:31px;align-items:flex-end;flex-direction:row;gap:12px}.home-hot-offers__header h2{font-size:40px}.home-hot-offers__link{min-height:46px;padding:0 20px;font-size:14px}.home-hot-offers__grid[data-count]{grid-template-columns:1fr}.home-hot-offers__grid--single .vehicle-card{min-height:0;border-radius:22px;grid-template-columns:1fr}.home-hot-offers__grid--single .vehicle-card__media{min-height:0;aspect-ratio:1.5/1}.home-hot-offers__grid--single .vehicle-card__body{padding:25px 23px 24px}.home-hot-offers__grid--single .vehicle-card h3{font-size:24px}.home-hot-offers__grid--single .vehicle-card__facts{margin:21px 0}.home-hot-offers__grid--single .vehicle-card__price{margin-top:auto;padding-top:19px}.home-hot-offers__grid--single .vehicle-card__price>strong{font-size:29px}.home-testimonials figure{min-height:225px;padding:27px 23px 24px}.media-partner-logo-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.home-page *{scroll-behavior:auto!important;transition-duration:.01ms!important}}.nav-dropdown{position:relative;display:flex}.nav-dropdown__trigger{display:inline-flex;align-items:center;gap:6px}.nav-dropdown__trigger svg{transition:transform .18s ease}.nav-dropdown__menu{position:absolute;top:calc(100% + 10px);left:50%;z-index:30;display:grid;min-width:200px;padding:8px;border:1px solid var(--site-line);border-radius:14px;background:#f5f5f3;box-shadow:0 18px 44px rgba(20,22,26,.14);opacity:0;pointer-events:none;transform:translate(-50%,6px);transition:opacity .16s ease,transform .16s ease}.nav-dropdown:focus-within .nav-dropdown__menu,.nav-dropdown:hover .nav-dropdown__menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-dropdown:focus-within .nav-dropdown__trigger svg,.nav-dropdown:hover .nav-dropdown__trigger svg{transform:rotate(180deg)}.nav-dropdown__menu a{padding:10px 12px;border-radius:9px;color:var(--site-text);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.nav-dropdown__menu a:after{display:none}.nav-dropdown__menu a:hover{background:#f2f5e9;color:#3f7e16}.nav-dropdown__menu a strong{color:var(--site-coral);font-weight:850}.catalogue-under-filter{margin:26px 0 0;padding:22px 26px;border:1px solid #dde8c4;border-left:4px solid var(--site-green);border-radius:14px;color:#3c4136;background:#f6f9ee;font-size:15.5px;font-weight:550;line-height:1.75}.catalogue-under-filter a{color:#3f7e16;font-size:1.18em;font-weight:800;-webkit-text-decoration-color:#b8cf8e;text-decoration-color:#b8cf8e;text-underline-offset:3px}.catalogue-under-filter__line{display:block}.catalogue-under-filter__line+.catalogue-under-filter__line{margin-top:6px}.catalogue-toolbar__reset{align-self:center;padding:9px 15px;border:1px solid #dcded8;border-radius:999px;color:#6e716a;font-size:12.5px;font-weight:700;text-decoration:none;transition:border-color .18s ease,color .18s ease}.catalogue-toolbar__reset:hover{border-color:var(--site-green);color:#3f7e16}.catalogue-sort{display:flex;align-items:flex-end;gap:10px}.catalogue-sort label{min-width:205px}.catalogue-sort label>span{display:block;margin:0 0 8px;color:#6f726b;font:700 10px/1 JetBrains Mono,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.catalogue-sort select{width:100%;height:42px;padding:0 13px;border:1px solid #dcded8;border-radius:11px;color:var(--site-text);background:#ebebe8;font:600 14px/1 var(--font-body)}.catalogue-filter-grid__slider{grid-column:1/-1}.price-slider{position:relative;padding:4px 2px 0}.price-slider__values{display:flex;justify-content:space-between;margin-bottom:12px;color:var(--site-text);font:750 14px/1 var(--font-body)}.price-slider__track{position:relative;height:4px;border-radius:999px;background:#d4d4d0}.price-slider__track>span{position:absolute;top:0;height:100%;border-radius:999px;background:var(--site-green)}.price-slider__range{position:absolute;bottom:-6px;left:0;width:100%;height:16px;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;pointer-events:none}.price-slider__range::-webkit-slider-thumb{width:18px;height:18px;border:2px solid var(--site-green);border-radius:50%;background:#f5f5f3;box-shadow:0 2px 8px rgba(20,22,26,.18);cursor:-webkit-grab;cursor:grab;pointer-events:auto;appearance:none;-webkit-appearance:none}.price-slider__range::-moz-range-thumb{width:14px;height:14px;border:2px solid var(--site-green);border-radius:50%;background:#f5f5f3;box-shadow:0 2px 8px rgba(20,22,26,.18);cursor:grab;pointer-events:auto}.price-slider noscript label{display:block;margin-top:12px}.newsletter-open{overflow:hidden}.newsletter-overlay{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:rgba(16,18,14,.62);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:newsletter-fade .22s ease}@keyframes newsletter-fade{0%{opacity:0}to{opacity:1}}.newsletter-modal{position:relative;width:min(560px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:24px;background:#f5f5f3;box-shadow:0 34px 90px rgba(10,12,8,.4);animation:newsletter-pop .26s cubic-bezier(.2,.9,.3,1.2)}@keyframes newsletter-pop{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}.newsletter-modal__close{position:absolute;top:14px;right:14px;z-index:2;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;color:#4f534b;background:#e3e3df;cursor:pointer;transition:background .18s ease,color .18s ease}.newsletter-modal__close:hover{color:#fff;background:var(--site-coral)}.newsletter-modal__body{padding:40px 42px 32px}.newsletter-modal__logo{display:block;width:auto;height:30px;margin:0 0 18px}.newsletter-modal h2{margin:0 0 10px;font:800 clamp(28px,4vw,36px)/1.08 var(--font-display);letter-spacing:-.03em}.newsletter-modal__lead{margin:0 0 20px;color:#5c6055;font-size:14.5px;line-height:1.65}.newsletter-perks{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;padding:0;list-style:none}.newsletter-perks li{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #e7ecd9;border-radius:999px;color:#4c5142;background:#f6f9ee;font-size:12px;font-weight:700}.newsletter-perks svg{color:var(--site-green)}.newsletter-form{display:grid;grid-gap:13px;gap:13px}.newsletter-form__label{display:block;margin:0 0 7px;color:#6f726b;font:700 10px/1 JetBrains Mono,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.newsletter-form input:not([type=checkbox]),.newsletter-form select,.newsletter-form textarea{width:100%;height:48px;padding:0 14px;border:1px solid #dcded8;border-radius:11px;outline:0;color:var(--site-text);background:#ebebe8;font:600 14px/1.4 var(--font-body)}.newsletter-form textarea{height:auto;min-height:110px;padding:12px 14px;resize:vertical}.newsletter-form input:focus,.newsletter-form select:focus,.newsletter-form textarea:focus{border-color:var(--site-green);box-shadow:0 0 0 3px rgba(113,197,43,.14)}.newsletter-consent{display:flex;align-items:flex-start;gap:10px;color:#6f726b;font-size:11.5px;line-height:1.55}.newsletter-consent input{margin-top:2px;accent-color:var(--site-green)}.newsletter-consent a{color:#3f7e16}.newsletter-error{margin:0;padding:11px 13px;border-radius:9px;color:#a33327;background:#fff0ee;font-size:12.5px}.newsletter-submit{display:inline-flex;height:50px;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;color:#173020;background:var(--site-green);box-shadow:0 10px 24px rgba(113,197,43,.28);font:800 14px/1 var(--font-body);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .18s ease,transform .18s ease}.newsletter-submit:hover{background:#5ead20;transform:translateY(-1px)}.newsletter-submit:disabled{opacity:.65;cursor:wait}.newsletter-trust{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0;color:#8b8e87;font-size:11px}.newsletter-trust span{display:inline-flex;align-items:center;gap:5px}.newsletter-success{padding:26px 0 8px;text-align:center}.newsletter-success>span{display:grid;width:58px;height:58px;margin:0 auto 16px;place-items:center;border-radius:50%;color:#173020;background:var(--site-green);font-size:26px}.newsletter-success p{margin:0 0 16px;color:#5c6055}.vehicle-message-modal{width:min(520px,100%)}.vehicle-summary__cta{display:grid;grid-gap:10px;gap:10px}.vehicle-summary__cta .site-button{display:inline-flex;align-items:center;justify-content:center;gap:9px}.vehicle-detail__calculator{padding:88px 0 0}.vehicle-detail__bottom-actions{display:flex;flex-wrap:wrap;gap:10px}.content-hero__note{font-size:14px!important}.content-hero__note a{color:#3f7e16;font-weight:800}.content-hero__hours{display:grid;width:-moz-fit-content;width:fit-content;margin:8px auto;grid-template-columns:auto auto;grid-gap:2px 10px;gap:2px 10px;text-align:left}.service-metrics{padding:34px 0;border-bottom:1px solid var(--site-line);background:#ebebe8}.metrics-row{display:grid;margin:0;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px}.metric{text-align:center}.metric dt{color:var(--site-green);font:800 clamp(34px,4vw,46px)/1 var(--font-display);letter-spacing:-.03em}.metric dd{margin:8px 0 0;color:#6f726b;font:700 10.5px/1.4 JetBrains Mono,Consolas,monospace;letter-spacing:.09em;text-transform:uppercase}.service-checklist{display:grid;grid-gap:12px;gap:12px;margin:34px 0 0;padding:0;list-style:none}.service-checklist li{display:flex;align-items:flex-start;gap:12px;padding:15px 18px;border:1px solid #e5edd4;border-radius:13px;color:#3f4436;background:#f6f9ee;font-size:14px;font-weight:650}.service-checklist li span{color:var(--site-green);font-weight:900}.service-notice{margin:26px 0 0;padding:16px 20px;border-left:4px solid var(--site-green);border-radius:0 13px 13px 0;color:#3f4436;background:#f6f9ee;font-size:14px;line-height:1.6}.service-section--soft{background:#ebebe8}.service-grid--cards article{min-height:0}@media (max-width:720px){.newsletter-modal__body{padding:32px 22px 26px}.vehicle-detail__calculator{padding-top:56px}}:root{--calculator-graphite:#302d2a;--calculator-graphite-deep:#1d1c1a}.home-page{--home-pine:#183f2d;--home-pine-deep:#103323;--home-canvas:#ebebe8;--home-leaf:#71C52B;background:var(--home-canvas);color:#242424;font-family:var(--font-body)}.home-page h1,.home-page h2,.home-page h3{font-family:var(--font-display)}.home-page section[id]{scroll-margin-top:96px}.site-container{width:min(1200px,calc(100% - 40px));margin-inline:auto}.home-hero{position:relative;overflow:hidden;background:radial-gradient(760px 440px at 82% 32%,rgba(113,197,43,.2),transparent 68%),linear-gradient(118deg,#f0f0ec,#e8e8e4 55%,#dcdcd8)}.home-hero:before{position:absolute;inset:0;background:radial-gradient(540px 290px at 8% 104%,rgba(113,197,43,.11),transparent 72%),linear-gradient(116deg,rgba(255,255,255,.3),transparent 42%);content:"";pointer-events:none}.home-hero__glow,.home-hero__halo{display:none}.home-hero__grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;grid-gap:24px;gap:24px;padding:92px 0 58px}.home-kicker{margin:0 0 16px;color:#3f7e16;font:700 11px/1.3 JetBrains Mono,monospace;letter-spacing:.14em;text-transform:uppercase}.home-kicker span{color:#a4a69f}.home-hero h1{max-width:18ch;margin:0;color:#343431;font-size:clamp(44px,5vw,68px);line-height:1.02;letter-spacing:-.04em}.home-hero h1 em{color:#3f7e16;font-style:normal}.home-hero__lead{max-width:520px;margin:26px 0 0;color:#516158;font-size:16.5px;line-height:1.65}.home-checks{display:flex;flex-wrap:wrap;gap:10px 22px;padding:0;margin:25px 0 0;color:#e8e9e4;list-style:none;font-size:12px;font-weight:700}.home-checks li:before{margin-right:8px;color:#71C52B;content:"✓"}.home-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:34px}.home-button{min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:800;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.home-button--green{background:#71C52B;color:#173020;box-shadow:none}.home-button--green:hover{background:#82d341;color:#173020}.home-button--ghost{border-color:rgba(24,63,45,.28);color:var(--home-pine);background:rgba(227,227,223,.55)}.home-button--ghost:hover{border-color:rgba(24,63,45,.58);color:var(--home-pine-deep);background:rgba(227,227,223,.85)}.home-button--dark{background:#c9c9c5;color:#242424}.home-button--coral{min-width:230px;background:#ff5a49;color:#fff;box-shadow:0 14px 30px -12px rgba(255,90,73,.5)}.home-button--coral:hover{background:#ef4939;color:#fff}.home-live-count{margin:22px 0 0;color:#52635a;font:600 12px JetBrains Mono,monospace}.home-live-count i{width:7px;height:7px;margin-right:8px;border-radius:50%;display:inline-block;background:#98db5f;box-shadow:0 0 0 4px rgba(152,219,95,.16)}.home-hero__visual{position:relative;z-index:2;align-self:end}.home-hero__visual img{position:relative;display:block;width:124%;max-width:none;height:auto;margin:0 -17% -34px -7%;filter:drop-shadow(0 30px 42px rgba(31,66,41,.28))}.home-hero__specs{position:relative;z-index:1;border-top:1px solid rgba(24,63,45,.13);background:rgba(209,209,204,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-hero__specs-inner{display:grid;grid-template-columns:repeat(4,1fr)}.home-hero__specs-inner span{padding:26px 28px;border-left:1px solid rgba(24,63,45,.12);color:#1d3a2b;font-size:20px;font-weight:800;letter-spacing:-.01em}.home-hero__specs-inner span:first-child{padding-left:0;border-left:0}.home-hero__specs-inner b{display:block;margin-bottom:6px;color:#3f7e16;font:800 11.5px/1.3 JetBrains Mono,monospace;letter-spacing:.12em;text-transform:uppercase}@keyframes home-hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.home-hero__copy>*,.home-hero__visual img{animation:home-hero-rise .7s cubic-bezier(.22,.61,.36,1) both}.home-hero__copy>:nth-child(2){animation-delay:.07s}.home-hero__copy>:nth-child(3){animation-delay:.14s}.home-hero__copy>:nth-child(4){animation-delay:.21s}.home-hero__copy>:nth-child(5){animation-delay:.28s}.home-hero__visual img{animation-delay:.12s}@media (prefers-reduced-motion:reduce){.home-hero__copy>*,.home-hero__visual img{animation:none}}.home-calculator{position:relative;z-index:2;padding:58px 0 80px;background:radial-gradient(720px 320px at 88% 0,rgba(105,102,96,.13),transparent 72%),linear-gradient(180deg,#dcdcd8,#e7e7e3)}.home-calculator__card{border:1px solid #cfcfc9;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#fafaf8,#f5f5f3 55%,#eeeeea);box-shadow:0 30px 70px rgba(24,22,20,.16)}.home-calculator__stripe{display:none}.home-calculator__header{padding:28px 34px 22px;border-bottom:1px solid #e0e0db;display:flex;align-items:center;justify-content:space-between;gap:30px}.home-calculator__header h2{margin:0;color:#242424;font-size:clamp(25px,3vw,34px);letter-spacing:-.025em}.home-calculator__header>div>p:last-child{margin:8px 0 0;color:#646660;font-size:13px}.calculator-trust{display:none}.calculator-trust span{min-width:82px;padding:9px 10px;border:1px solid #cfcfc9;border-radius:10px;color:#646660;font:600 8px/1.3 JetBrains Mono,monospace;text-align:center;text-transform:uppercase}.calculator-trust b{display:block;margin-bottom:3px;color:#242424;font:800 14px var(--font-body)}.home-calculator__form{display:grid;grid-template-columns:1fr 1fr 1fr}.calc-column{min-width:0;padding:27px 30px 30px;border-right:1px solid #e0e0db;display:flex;flex-direction:column;gap:17px}.calc-column:last-child{border-right:0}.calc-step{display:flex;align-items:center;gap:9px;color:#767871;font:700 10px JetBrains Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.calc-step b{color:#3f7e16}.calc-selected{padding:10px 12px;border:1px solid rgba(63,126,22,.35);border-radius:10px;display:flex;flex-direction:column;gap:2px;background:rgba(113,197,43,.14)}.calc-selected span{color:#3f7e16;font:700 8px JetBrains Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.calc-selected strong{overflow:hidden;color:#242424;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.calc-column fieldset{min-width:0;padding:0;border:0;margin:0}.calc-column label>span:first-child,.calc-column legend{display:block;margin:0 0 7px;color:#3c3c38;font-size:12px;font-weight:700}.calc-column legend small{color:#242424;font-weight:800}.segmented{padding:3px;border-radius:11px;display:grid;background:rgba(36,36,36,.06)}.segmented--three{grid-template-columns:repeat(3,1fr)}.segmented--types{display:flex;flex-wrap:wrap;gap:3px}.segmented--types label{flex:1 1 30%;padding:4px 6px;text-align:center}.segmented--short{max-width:210px;grid-template-columns:1fr 1fr}.choice-row label,.segmented label{min-height:37px;border:1px solid transparent;border-radius:8px;display:grid;place-items:center;color:#4c4c48;cursor:pointer;font-size:12px;font-weight:700}.choice-row label.is-selected,.segmented label.is-selected{border-color:#71C52B;background:#71C52B;color:#17210a;box-shadow:0 4px 14px rgba(113,197,43,.35)}.choice-row label:has(input:focus-visible),.segmented label:has(input:focus-visible){outline:3px solid rgba(152,219,95,.5);outline-offset:2px}.choice-row input,.segmented input{position:absolute;opacity:0;pointer-events:none}.choice-row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:5px;gap:5px}.choice-row--six{grid-template-columns:repeat(6,1fr)}.choice-row--eight{grid-template-columns:repeat(4,1fr)}.choice-row label{min-width:0;border-color:#c9c9c4}.calc-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.calc-grid--vehicle{grid-template-columns:.9fr 1.1fr}.calc-grid--applicant{grid-template-columns:1.55fr .75fr}.calc-column input:not([type=radio]):not([type=checkbox]),.calc-column select{width:100%;height:44px;padding:0 12px;border:1px solid #c9c9c4;border-radius:11px;outline:0;background:#ebebe8;color:#242424;font-size:13px;font-weight:650}.calc-column input:focus,.calc-column select:focus{border-color:#71C52B;box-shadow:0 0 0 3px rgba(113,197,43,.3)}.input-suffix{position:relative;display:block}.input-suffix input{padding-right:34px!important}.input-suffix b{position:absolute;top:50%;right:13px;color:#504f54;transform:translateY(-50%)}.calc-note{padding:10px 12px;border:1px solid rgba(113,197,43,.4);border-radius:10px;margin:auto 0 0;background:rgba(113,197,43,.11);color:#44542f;font-size:11px;line-height:1.5}.calc-note b{margin-right:7px;color:#3f7e16}.consent{display:flex;align-items:flex-start;gap:9px;color:#585b54;font-size:10px;line-height:1.45}.consent input{margin:2px 0 0;accent-color:#71C52B}.consent span{margin:0!important;font-size:inherit!important;font-weight:500!important}.consent a{color:#3f7e16;font-weight:750;text-decoration:underline;text-underline-offset:2px}.calc-submit{min-height:49px;padding:0 18px;border:0;border-radius:11px;display:flex;align-items:center;justify-content:space-between;background:var(--site-coral,#ff5a49);color:#fff;cursor:pointer;font-weight:800;box-shadow:0 12px 26px rgba(255,90,73,.34);transition:background-color .18s ease,box-shadow .18s ease}.calc-submit:hover{background:#ef4939;box-shadow:0 14px 30px rgba(255,90,73,.42)}.calc-submit:disabled{cursor:wait;opacity:.65}.calc-privacy{margin:-7px 0 0;color:#8b8e87;font-size:8px;line-height:1.4;text-align:center}.calc-error{padding:9px 11px;border-radius:8px;margin:-6px 0;background:#fff0ee;color:#a33327;font-size:11px}.hp-field{position:absolute!important;left:-10000px!important}.calc-success{min-height:330px;padding:60px;display:flex;align-items:center;justify-content:center;gap:18px;text-align:left}.calc-success>span{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#71C52B;color:#173020;font-size:25px}.calc-success h3{margin:0 0 6px;color:#242424;font-size:25px}.calc-success p{margin:0;color:#646660}.home-faq,.home-featured,.home-financing,.home-process,.home-why{padding:80px 0}.home-featured,.home-process,.home-why{background:#ebebe8}.home-faq,.home-financing{background:#e3e3df}.home-section-head{margin-bottom:38px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.section-kicker{margin:0 0 14px;color:#3f7e16;font:700 10.5px/1.3 JetBrains Mono,monospace;letter-spacing:.14em;text-transform:uppercase}.section-kicker:before{display:inline-block;width:22px;height:2px;margin:0 9px 3px 0;background:#71C52B;content:""}.home-faq h2,.home-section-head h2,.home-why h2{max-width:680px;margin:0;font-size:clamp(36px,4.4vw,52px);line-height:1.05;letter-spacing:-.035em}.home-section-head>div>p{max-width:560px;margin:10px 0 0;color:#686a65;font-size:14px;line-height:1.6}.home-section-head>p{max-width:350px;margin:0;color:#504f54;font-size:14px;line-height:1.65}.home-section-head>a{padding-bottom:5px;border-bottom:2px solid #71c52b;font-size:13px;font-weight:800}.home-featured .home-section-head>a{padding:13px 24px;border:0;border-radius:12px;background:#71C52B;color:#173020;box-shadow:0 8px 22px rgba(113,197,43,.32);font-size:15px;transition:background-color .18s ease}.home-featured .home-section-head>a:hover{background:#82d341;color:#173020}.home-vehicle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.home-featured .vehicle-card{border-color:#dedfda;border-radius:12px;box-shadow:none}.home-featured .vehicle-card:hover{border-color:#bdc9a5;box-shadow:0 12px 28px rgba(23,24,23,.07);transform:none}.home-featured .vehicle-card:hover .vehicle-card__media>img{transform:scale(1.012)}.home-featured .vehicle-card__body{padding:19px}.home-featured .vehicle-card__facts{gap:0}.home-featured .vehicle-card__facts li{padding:0 8px;border-radius:0;background:transparent}.home-featured .vehicle-card__facts li:first-child{padding-left:0}.home-featured .vehicle-card__facts li+li{border-left:1px solid #d7d8d3}.home-featured__more{display:flex;justify-content:center;margin-top:38px}.home-empty-vehicles{min-height:190px;padding:30px 36px;border:1px solid #e5e5e5;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:25px;background:#f5f5f3}.home-empty-vehicles h3{margin:0 0 7px;font-size:22px}.home-empty-vehicles p{margin:0;color:#504f54}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:34px;gap:34px}.process-grid article{padding-top:25px;border-top:2px solid #e5e5e5}.process-grid article:first-child{border-color:#242424}.process-grid b{color:#3f7e16;font-family:var(--font-display)}.process-grid h3{margin:13px 0 10px;font-size:22px}.process-grid p{margin:0;color:#504f54;font-size:14px;line-height:1.7}.financing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 44px;gap:0 44px}.financing-grid article{display:grid;padding:29px 0;border:0;border-top:1px solid #d9dad6;border-radius:0;grid-template-columns:1fr;grid-gap:18px;gap:18px;background:transparent}.financing-grid article>span{padding-top:3px;color:#3f7e16;font:700 11px/1.4 JetBrains Mono,monospace}.financing-grid article>div:last-child{padding:0}.financing-grid h3{margin:0 0 8px;font-size:19px}.financing-grid p{min-height:0;margin:0;color:#504f54;font-size:13px;line-height:1.65}.home-why__grid{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);grid-gap:72px;gap:72px;align-items:center}.home-why__proof{position:relative;min-height:430px;border-radius:20px;overflow:hidden;display:flex;background:#c9c9c5;color:#242424;box-shadow:0 30px 60px -38px rgba(13,15,11,.6)}.home-why__proof>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-why__proof:after{position:absolute;inset:0;background:linear-gradient(200deg,rgba(13,15,11,.05) 30%,rgba(13,15,11,.88) 78%);content:""}.home-why__proof-content{position:relative;z-index:1;align-self:flex-end;padding:40px}.home-why__proof-content>span{color:#98db5f;font:700 10px/1.4 JetBrains Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.home-why__proof-content>strong{display:block;margin:6px 0 18px;color:rgba(245,245,243,.82);font:800 clamp(64px,8vw,104px)/.9 var(--font-display);letter-spacing:-.07em}.home-why__proof-content>p{max-width:340px;margin:0;color:#d6d8d0;font-size:14px;line-height:1.7}.benefit-list{display:grid;grid-gap:18px;gap:18px;margin-top:28px}.benefit-list article{display:flex;gap:13px}.benefit-list article>span{flex:0 0 auto;width:24px;height:24px;display:grid;place-items:center;color:#3f7e16;font-weight:900}.benefit-list h3{margin:1px 0 5px;font:800 15px var(--font-body)}.benefit-list p{margin:0;color:#504f54;font-size:13px;line-height:1.6}.home-faq__grid{display:grid;grid-template-columns:.72fr 1fr;grid-gap:74px;gap:74px}.home-faq__grid>div:first-child>p:last-child{max-width:380px;color:#504f54;line-height:1.65}.home-faq a{color:#3f7e16;font-weight:700}.home-faq details{border-top:1px solid #d9dad6}.home-faq details:last-child{border-bottom:1px solid #d9dad6}.home-faq summary{padding:21px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-size:16px;font-weight:800;list-style:none}.home-faq summary::-webkit-details-marker{display:none}.home-faq summary span{color:#71C52B;font-size:22px;transition:transform .2s}.home-faq details[open] summary span{transform:rotate(45deg)}.home-faq details p{max-width:650px;margin:-5px 0 22px;color:#504f54;font-size:14px;line-height:1.7}.home-final-cta{padding:72px 0;background:#c9c9c5}.home-final-cta .site-container{display:flex;align-items:center;justify-content:space-between;gap:55px}.home-final-cta h2{max-width:720px;margin:0;color:#242424;font-size:clamp(32px,4vw,44px);line-height:1.1}.home-final-cta p:last-child{margin:13px 0 0;color:#4c4c48}@media (max-width:1080px){.home-calculator__form{grid-template-columns:1fr 1fr}.calc-column:last-child{grid-column:1/-1;border-top:1px solid #e0e0db;display:grid;grid-template-columns:repeat(2,1fr)}.calc-column:last-child .calc-error,.calc-column:last-child .calc-privacy,.calc-column:last-child .calc-step,.calc-column:last-child .calc-submit,.calc-column:last-child .consent{grid-column:1/-1}.financing-grid,.home-vehicle-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.site-container{width:min(100% - 28px,620px)}.home-hero__grid{padding:56px 0 34px;grid-template-columns:1fr;gap:10px}.home-hero h1{font-size:clamp(42px,11.5vw,60px)}.home-hero__lead{font-size:15px}.home-hero__visual{align-self:auto}.home-hero__visual img{width:106%;margin:4px -3% -18px}.home-hero__actions{align-items:stretch;flex-direction:column}.home-button{width:100%}.home-hero__specs-inner{grid-template-columns:1fr 1fr}.home-hero__specs-inner span{padding:18px;font-size:17px}.home-hero__specs-inner span:nth-child(odd){padding-left:0;border-left:0}.home-hero__specs-inner span:nth-child(n+3){border-top:1px solid rgba(24,63,45,.12)}.home-calculator{background:linear-gradient(180deg,#cfcfc9 0 72px,#e7e7e3 72px)}.home-calculator__header{align-items:flex-start;flex-direction:column}.calculator-trust{width:100%}.calculator-trust span{flex:1 1;min-width:0}.home-calculator__form{grid-template-columns:1fr}.calc-column{border-right:0;border-top:1px solid #e0e0db}.calc-column:last-child{grid-column:auto;display:flex}.calc-column:last-child>*{grid-column:auto}.home-faq,.home-featured,.home-financing,.home-process,.home-why{padding:68px 0}.home-section-head{align-items:flex-start;flex-direction:column;gap:16px}.home-faq h2,.home-section-head h2,.home-why h2{font-size:34px}.home-faq__grid,.home-why__grid,.process-grid{grid-template-columns:1fr;gap:38px}.home-why__media{order:2}.home-empty-vehicles,.home-final-cta .site-container{align-items:flex-start;flex-direction:column}}@media (max-width:520px){.home-kicker{font-size:9px}.home-calculator__card{border-radius:18px}.calc-column,.home-calculator__header{padding-inline:20px}.calculator-trust span:nth-child(2){display:none}.calc-grid,.calc-grid--applicant,.calc-grid--vehicle{grid-template-columns:1fr}.choice-row--six{grid-template-columns:repeat(3,1fr)}.financing-grid,.home-vehicle-grid{grid-template-columns:1fr}.home-why__media>span{right:10px;bottom:-20px}.home-final-cta{padding:58px 0}}.home-trust{position:relative;z-index:1;padding:30px 0 0;margin:0;background:#e3e3df}.home-trust__card{min-height:132px;border:1px solid #dedfdc;border-radius:16px;grid-template-columns:minmax(220px,.8fr) minmax(0,2.2fr);box-shadow:none}.home-trust__intro{padding:25px 28px;border-right:1px solid #ecece8;color:#242424;background:#f5f5f3}.home-trust__intro p{color:#3f7e16}.home-trust__intro h2{color:#242424;font-size:clamp(22px,2.2vw,28px)}.home-trust__metrics>div{padding:22px 16px}.home-trust__metrics dt{font-size:clamp(23px,2.4vw,31px)}.home-trust__metrics dd{font-size:9px}@media (max-width:1080px){.home-trust__card{grid-template-columns:1fr}.home-trust__intro{min-height:auto;border-right:0;border-bottom:1px solid #ecece8}}@media (max-width:780px){.home-page section[id]{scroll-margin-top:78px}.home-calculator{padding:48px 0 64px;background:linear-gradient(180deg,#cfcfc9 0 72px,#e7e7e3 72px)}.home-calculator__header{align-items:flex-start;flex-direction:column;gap:12px}.home-trust{padding-top:22px;background:#e3e3df}.home-trust__intro{padding:22px 24px}.home-faq,.home-featured,.home-financing,.home-process,.home-why{padding:66px 0}.home-why__proof{min-height:320px}.home-why__proof-content{padding:30px}}@media (max-width:520px){.home-hero__lead{font-size:14px}.home-hero__actions{margin-top:28px}.home-trust__card{border-radius:14px}.home-trust__intro h2{font-size:23px}.home-trust__metrics>div{min-height:96px;padding:17px 10px}.home-trust__metrics dt{font-size:22px}.home-trust__metrics dd{margin-top:7px;font-size:8px}.home-calculator__header{padding:25px 20px 20px}.financing-grid article{padding:24px 0;grid-template-columns:1fr;gap:12px}.home-why__proof{min-height:280px;border-radius:15px}.home-why__proof-content>strong{font-size:64px}}