:root{--yellow:#fcbc06;--yellow-2:#dea405;--yellow-soft:#fff8e5;--ink:#1d1d1d;--ink-2:#4f5a71;--ink-3:#8a93a6;--dark:#212121;--dark-card:#333;--page:#e6e9f2;--light:#f4f5f8;--white:#fff;--line:#e1e5ee;--blue:#0f29be;--soon:#6a73b2;--soon-soft:#e9ebf6;--green:#1e7a4c;--red:#c0392b;--radius:16px;--radius-lg:32px;--shadow:0 10px 30px -18px #1d1d1d59;--font:"Inter", "Segoe UI", Roboto, Arial, sans-serif;--logo-font:"Montserrat", "Inter", Arial Black, sans-serif;--header-h:80px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 12px)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}body{font-family:var(--font);color:var(--ink);background:var(--page);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}img{max-width:100%;display:block}a{color:inherit}button,input,select{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4{text-wrap:balance;margin:0;line-height:1.2}p{margin:0}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}.hidden,[hidden]{display:none!important}:focus-visible{outline-offset:2px;outline:3px solid #fcbc06cc}.btn{border-radius:var(--radius);white-space:nowrap;border:0;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--yellow);color:var(--ink);border:1.5px solid #0000;box-shadow:0 8px 20px -10px #fcbc06e6}.btn-primary:hover{background:#ffc824}.btn-dark{background:var(--ink);color:var(--white);border:1.5px solid #0000}.btn-dark:hover{background:#2e2e2e}.btn-ghost{color:var(--ink);border:1.5px solid var(--line);background:0 0}.btn-ghost:hover{border-color:var(--ink-3)}.btn-sm{border-radius:12px;padding:9px 16px;font-size:14px}.btn svg{width:18px;height:18px}.site-header{height:var(--header-h);background:var(--white);z-index:50;border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s;position:fixed;inset:0 0 auto}.site-header.scrolled{border-color:var(--line);box-shadow:0 6px 24px -18px #00000059}.site-header .container{align-items:center;gap:24px;height:100%;display:flex}.logo{flex:none;align-items:center;text-decoration:none;display:inline-flex}.logo img{flex:none;width:auto;height:46px;display:block}@media (width<=480px){.logo img{height:38px}}.nav{gap:2px;margin-left:auto;display:none}.nav a{color:var(--ink-2);white-space:nowrap;border-radius:10px;padding:8px 10px;font-size:15px;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.nav a:hover{color:var(--ink);background:var(--light)}.nav a.active{color:var(--ink)}.lang{background:var(--light);border-radius:999px;align-items:center;gap:2px;margin-left:auto;padding:3px;display:flex}.lang button{width:38px;height:32px;color:var(--ink-2);background:0 0;border:0;border-radius:999px;font-size:13px;font-weight:600}.lang button.active{background:var(--yellow);color:var(--ink)}.header-cta,.header-req{display:none}.header-req{background:var(--white)}.burger{border:1.5px solid var(--line);background:var(--white);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.burger svg{width:22px;height:22px}.mobile-nav{top:var(--header-h);background:var(--white);border-bottom:1px solid var(--line);z-index:49;flex-direction:column;gap:4px;padding:12px 20px 20px;display:none;position:fixed;left:0;right:0;box-shadow:0 20px 40px -20px #00000059}.mobile-nav.open{display:flex}.mobile-nav a{color:var(--ink);border-radius:10px;padding:12px 10px;font-weight:500;text-decoration:none}.mobile-nav a:hover{background:var(--light)}.mobile-nav .btn{margin-top:8px}@media (width>=1200px){.site-header .container{gap:14px}.logo img{height:40px}.nav{display:flex}.lang{margin-left:8px}.header-cta,.header-req{padding:10px 16px;font-size:15px;display:inline-flex}.nav a[href=\#contact]{display:none}.burger,.mobile-nav{display:none!important}}@media (width>=1400px){.site-header .container{gap:20px}.logo img{height:46px}.nav{gap:2px}.nav a{padding:8px 11px}}@media (width>=1560px){.site-header .container{gap:24px}.nav{gap:4px}.nav a{padding:8px 12px}.header-cta,.header-req{padding:12px 20px;font-size:16px}}main{padding-top:var(--header-h)}.section{min-height:calc(100vh - var(--header-h));align-items:center;padding:64px 0;display:flex}.section>.container{width:100%}.section-dark{background:var(--dark);color:var(--white);position:relative;overflow:hidden}.section-dark:before{content:"";pointer-events:none;background:repeating-linear-gradient(-55deg,#ffffff09 0 2px,#0000 2px 46px);position:absolute;inset:0}.section-dark .container{position:relative}.section-light{background:var(--light)}.section-head{text-align:center;gap:10px;max-width:760px;margin:0 auto 36px;display:grid}.section-head h2{font-size:clamp(26px,3.2vw,36px);font-weight:700}.section-head p{color:var(--ink-2);font-size:16px}.section-dark .section-head p{color:#ffffffb8}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--yellow-2);font-size:12px;font-weight:700;display:inline-block}.card-white{background:var(--white);border-radius:var(--radius-lg);padding:40px 28px}@media (width>=900px){.section{padding:84px 0}.card-white{padding:56px}}@media (height<=620px){.section,.hero{min-height:0}}.hero{min-height:calc(100vh - var(--header-h));align-items:center;padding:48px 0 56px;display:flex}.hero>.container{width:100%}.hero .container{align-items:center;gap:36px;display:grid}.hero h1{font-size:clamp(30px,4.6vw,48px);font-weight:700;line-height:1.18}.hero h1 .accent{color:var(--yellow-2)}.hero .lead{color:var(--ink-2);max-width:560px;margin-top:14px;font-size:17px}.hero .actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.kpis{grid-template-columns:repeat(2,1fr);gap:18px 28px;margin-top:26px;display:grid}.kpi{grid-template-columns:40px 1fr;align-items:center;gap:12px;display:grid}.kpi .ico{background:var(--white);width:40px;height:40px;color:var(--yellow-2);box-shadow:var(--shadow);border-radius:999px;place-items:center;display:grid}.kpi .ico svg{width:20px;height:20px}.kpi b{color:var(--blue);font-variant-numeric:tabular-nums;font-size:28px;font-weight:700;line-height:1.1;display:block}.kpi span{color:var(--ink-2);font-size:14px}.hero-visual{position:relative}.jtm-slider{aspect-ratio:16/9;background:var(--dark);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 34px 70px -32px #1d1d1d8c}.hs-track{position:absolute;inset:0}.hs-slide{opacity:0;transition:opacity .55s;position:absolute;inset:0}.hs-slide.active{opacity:1}.hs-slide img{object-fit:cover;width:100%;height:100%}.hs-nav{width:42px;height:42px;color:var(--ink);opacity:0;z-index:2;background:#ffffffe0;border:0;border-radius:999px;place-items:center;transition:opacity .2s,background .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 18px -8px #00000080}.hs-nav svg{width:20px;height:20px}.hs-nav.prev{left:12px}.hs-nav.prev svg{transform:rotate(90deg)}.hs-nav.next svg{transform:rotate(-90deg)}.hs-nav.next{right:12px}.hs-nav:hover{background:var(--white)}.jtm-slider:hover .hs-nav,.hs-nav:focus-visible{opacity:1}.hs-dots{z-index:2;justify-content:center;gap:8px;display:flex;position:absolute;bottom:14px;left:0;right:0}.hs-dots:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14182057;border-radius:999px;width:calc(100% - 40px);max-width:220px;height:26px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hs-dot{background:#ffffff8c;border:0;border-radius:999px;width:9px;height:9px;padding:0;transition:width .25s,background .25s;position:relative;box-shadow:0 1px 4px #00000073}.hs-dot.active{background:var(--yellow);width:26px}@media (prefers-reduced-motion:reduce){.hs-slide{transition:none}}@media (width<=600px){.hs-nav{opacity:1;width:36px;height:36px}}@media (width>=960px){.hero{padding:72px 0 80px}.hero .container{grid-template-columns:1fr 1.34fr;gap:44px}}.format-grid{gap:28px;display:grid}.format-photo{border-radius:24px;position:relative;overflow:hidden}.format-photo img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%}.format-photo figcaption{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--white);background:#1d1d1dc7;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:500;position:absolute;bottom:16px;left:16px}.features{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.feature{background:var(--dark-card);border-radius:var(--radius);gap:8px;padding:20px 18px;display:grid}.feature .ico{width:36px;height:36px;color:var(--yellow);background:#fcbc0629;border-radius:999px;place-items:center;display:grid}.feature .ico svg{width:18px;height:18px}.feature h3{color:#ffffff9e;font-size:13px;font-weight:500}.feature p{color:var(--white);font-size:16px;font-weight:600}@media (width>=960px){.format-grid{grid-template-columns:1fr 1.15fr;align-items:stretch}.features{grid-template-columns:repeat(3,1fr)}}.coverage-grid{gap:24px;display:grid}.counters{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.counter{background:var(--white);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);justify-items:center;gap:4px;padding:18px 14px;display:grid}.counter .ico{background:var(--yellow-soft);width:42px;height:42px;color:var(--yellow-2);border-radius:999px;place-items:center;margin-bottom:4px;display:grid}.counter .ico svg{width:20px;height:20px}.counter b{color:var(--blue);font-variant-numeric:tabular-nums;font-size:26px;line-height:1.1}.counter span{color:var(--ink-2);font-size:13px;font-weight:500}.legend{color:var(--ink-2);flex-wrap:wrap;gap:18px;font-size:13px;font-weight:500;display:flex}.legend i{vertical-align:-2px;border-radius:4px;width:14px;height:14px;margin-right:8px;display:inline-block}.legend .l-active i{background:var(--yellow-2)}.legend .l-soon i{background:var(--soon)}.map-wrap{width:100%;position:relative}.map-badges{position:absolute;inset:0}.map-wrap svg{width:100%;height:auto;display:block;overflow:visible}.map-wrap .region{fill:#c9cee3;stroke:var(--white);stroke-width:1.2px;stroke-linejoin:round;transition:fill .2s}.map-wrap .region.soon{fill:var(--soon)}.map-wrap .region.active{fill:var(--yellow-2)}.map-wrap .region.active:hover,.map-wrap .region.hl{fill:var(--yellow)}.map-wrap .region.sea{fill:#b9d4ea;stroke:none}.map-wrap .link{stroke:var(--yellow-2);stroke-width:1.2px;stroke-dasharray:3 4;fill:none}.map-wrap .link.soon{stroke:var(--soon)}.map-wrap .anchor{fill:var(--white);stroke:var(--ink);stroke-width:1.5px}.badge{background:var(--white);cursor:default;border:2px solid #0000;border-radius:14px;justify-items:center;gap:4px;padding:8px 12px;transition:border-color .15s,transform .15s;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 8px 22px -10px #1d1d1d73}.badge:hover{border-color:var(--yellow);z-index:2;transform:translate(-50%,-50%)scale(1.04)}.badge .name{white-space:nowrap;font-size:13px;font-weight:600}.badge .pill{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.badge.active .pill{background:var(--yellow-2);color:var(--white)}.badge.soon .pill{background:var(--soon);color:var(--white)}.badge .pill svg{width:10px;height:10px}@media (width<=1199px){.map-badges{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:8px;margin-top:18px;display:grid;position:static}.badge{border-radius:12px;gap:4px;padding:9px 8px;position:static;transform:none}.badge:hover{transform:none}.badge .name{font-size:12.5px}.badge .pill{padding:3px 8px;font-size:10.5px}.map-wrap .link{display:none}.map-wrap .anchor{r:4.5;fill:var(--yellow-2);stroke:var(--white);stroke-width:2px}.map-wrap svg{overflow:hidden}}@media (width>=960px){.coverage-grid{grid-template-columns:220px 1fr;align-items:start;gap:36px}.counters{grid-template-columns:1fr}}.city-group{gap:16px;margin-bottom:28px;display:grid}.city-head{flex-wrap:wrap;align-items:baseline;gap:8px 16px;display:flex}.city-head h3{align-items:center;gap:8px;font-size:22px;font-weight:700;display:inline-flex}.city-head h3 svg{width:20px;height:20px;color:var(--yellow-2)}.city-head .meta{color:var(--ink-2);font-size:14px;font-weight:500}.city-head .meta b{color:var(--blue);font-weight:700}.fleet-explorer{align-items:start;gap:20px;display:grid}.fleet-explorer>*{min-width:0}.fx-picker{align-content:start;gap:20px;display:grid}.fx-block{gap:10px;display:grid}.fx-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);font-size:11px;font-weight:700}.fx-cities{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;display:grid}.fx-city{text-align:left;background:var(--white);border:1.5px solid var(--line);border-radius:12px;gap:2px;padding:9px 13px;transition:border-color .15s,background .15s,transform .15s;display:grid}.fx-city:hover{border-color:var(--yellow);transform:translateY(-1px)}.fx-city .n{font-size:15px;font-weight:700}.fx-city .m{color:var(--ink-3);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11.5px}.fx-city.active{background:var(--ink);border-color:var(--ink);color:var(--white)}.fx-city.active .m{color:#ffffffa8}.fx-models{gap:8px;display:grid}.fx-model{text-align:left;background:var(--white);border:1.5px solid var(--line);border-radius:14px;grid-template-columns:60px 1fr auto;align-items:center;gap:12px;padding:8px 12px 8px 8px;transition:border-color .15s,box-shadow .15s;display:grid}.fx-model:hover{border-color:var(--yellow)}.fx-model.active{border-color:var(--yellow);box-shadow:0 0 0 3px var(--yellow-soft)}.fx-model .thumb{background:var(--light);border-radius:9px;width:60px;height:46px;display:block;overflow:hidden}.fx-model .thumb img{object-fit:cover;width:100%;height:100%}.fx-model .info{gap:1px;min-width:0;display:grid}.fx-model .name{font-size:15px;font-weight:700}.fx-model .meta{color:var(--ink-3);font-size:12px}.fx-model .ppb{background:var(--yellow-soft);border-radius:10px;justify-items:center;min-width:46px;padding:5px 9px;display:grid}.fx-model .ppb b{font-variant-numeric:tabular-nums;font-size:17px;line-height:1.15}.fx-model .ppb span{color:#8a6200;text-transform:uppercase;letter-spacing:.06em;font-size:9.5px;font-weight:700}.fx-model.active .ppb{background:var(--yellow)}.fx-stage{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:18px}.fx-scheme-head{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;padding-bottom:14px;display:flex}.fx-scheme-head h3{font-size:20px;font-weight:700}.fx-scheme-city{color:var(--ink-2);flex-wrap:wrap;align-items:center;gap:6px;margin-top:5px;font-size:13px;display:flex}.fx-scheme-city svg{width:14px;height:14px;color:var(--yellow-2)}.fx-scheme-city .dot{color:var(--ink-3)}.fx-count{background:var(--yellow-soft);border-radius:12px;align-items:center;gap:10px;padding:8px 14px;display:flex}.fx-count b{font-variant-numeric:tabular-nums;font-size:26px;font-weight:700;line-height:1}.fx-count span{color:#7a5800;max-width:168px;font-size:12.5px;font-weight:600;line-height:1.25}.fx-view{gap:10px;margin:16px 0 14px;display:grid}.fx-view figcaption{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-size:11px;font-weight:700}.fx-bus{background:#0a0c10;border-radius:14px;position:relative;overflow:hidden;container-type:inline-size}.fx-plan{width:100%;height:auto;display:block}.fx-plan[hidden]{display:none!important}.fx-marks{pointer-events:none;position:absolute;inset:0}.fx-mark{color:#3a2b00;font-variant-numeric:tabular-nums;background:linear-gradient(#ffd54d 0%,#fcbc06 50%,#db9c02 100%);border:1.5px solid #b98b02;border-radius:6px;place-items:center;font-size:clamp(9px,1.85cqw,21px);font-weight:700;line-height:1;animation:.28s both markIn;display:grid;position:absolute;box-shadow:0 3px 7px #5f46006b}.fx-mark.top{animation-delay:20ms}.fx-mark.bot{animation-delay:60ms}@keyframes markIn{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}.fx-view{gap:6px}.fx-sides{color:var(--ink-3);justify-content:space-between;gap:12px;font-size:12px;font-weight:600;display:flex}.fx-sides.below{justify-content:flex-end}.fx-legend{border-top:1px solid var(--line);color:var(--ink-2);flex-wrap:wrap;align-items:center;gap:8px 18px;padding-top:14px;font-size:12.5px;display:flex}.fx-legend .lg{align-items:center;gap:7px;display:inline-flex}.fx-legend .lg.right{margin-left:auto;font-weight:600}.fx-legend .lg.right b{color:var(--blue);font-variant-numeric:tabular-nums}.fx-legend i{border-radius:3px;flex:none;width:16px;height:11px}.fx-legend .sw-ad{background:var(--yellow);border:1px solid #d9a005}.pill-power{background:var(--yellow-soft);color:#8a6200;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.pill-power svg{width:11px;height:11px}@media (width>=1000px){.fleet-explorer{grid-template-columns:350px 1fr;gap:26px}.fx-stage{padding:24px 26px}.fx-cities{grid-template-columns:1fr 1fr}}@media (width>=1280px){.fleet-explorer{grid-template-columns:384px 1fr}}@media (width<=760px){.fx-view{overflow-x:auto}.fx-sides,.fx-bus{min-width:640px}.fx-count span{max-width:none}}@media (width>=1400px){.hero .container{grid-template-columns:1fr 1.46fr;gap:52px}}.calc-layout{gap:24px;display:grid}.calc-layout>*{min-width:0}.calc-note{background:var(--yellow-soft);color:var(--ink);border:1px solid #f7dfa2;border-radius:12px;margin-bottom:18px;padding:12px 16px;font-size:14px}.calc-table{border-collapse:collapse;width:100%;font-size:14px}.calc-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);padding:0 10px 10px;font-size:11px;font-weight:600}.calc-table td{border-top:1px solid var(--line);vertical-align:middle;padding:10px}.calc-table tr.city-row td{border-top:0;padding-top:18px}.calc-table tr.city-row+tr td{border-top:0}.calc-table .city-name{align-items:center;gap:6px;font-size:15px;font-weight:700;display:inline-flex}.calc-table .city-name svg{width:16px;height:16px;color:var(--yellow-2)}.calc-table .model{white-space:nowrap;font-weight:600}.calc-table .avail{color:var(--ink-3);font-size:12px;font-weight:400;display:block}.calc-table .num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.calc-table .out{font-weight:600}.calc-table .out.active{color:var(--blue)}.range-cell{grid-template-columns:1fr 76px;align-items:center;gap:10px;min-width:200px;display:grid}input[type=range]{width:100%;accent-color:var(--yellow-2);height:28px}.calc-table input[type=number],.calc-table select,.calc-controls select{border:1.5px solid var(--line);background:var(--white);font-variant-numeric:tabular-nums;border-radius:10px;width:100%;padding:8px 10px}.calc-table input[type=number]:focus,select:focus{border-color:var(--yellow-2);outline:none}.calc-table .ppb-static{background:var(--light);border-radius:10px;padding:8px 12px;font-weight:600;display:inline-block}.calc-controls{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.calc-controls label{color:var(--ink-2);gap:6px;font-size:13px;font-weight:600;display:grid}.calc-table-wrap{overflow-x:auto}.summary{background:var(--dark);color:var(--white);border-radius:24px;align-self:start;gap:14px;padding:24px;display:grid;position:relative;overflow:hidden}.summary:before{content:"";pointer-events:none;background:repeating-linear-gradient(-55deg,#ffffff09 0 2px,#0000 2px 46px);position:absolute;inset:0}.summary>*{position:relative}.summary h3{font-size:20px;font-weight:700}.summary .rows{gap:8px;display:grid}.summary .row{color:#ffffffb8;justify-content:space-between;gap:12px;font-size:14px;display:flex}.summary .row b{color:var(--white);font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.summary .row.disc b{color:#7ee2a8}.summary .row.total{color:var(--white);border-top:1px solid #ffffff24;margin-top:4px;padding-top:12px;font-size:15px}.summary .row.total b{color:var(--yellow);font-size:24px}.summary .row.sub b{font-size:18px}.summary .aud{background:#ffffff0f;border-radius:14px;gap:8px;padding:14px;display:grid}.summary .aud h4{letter-spacing:.1em;text-transform:uppercase;color:#fff9;font-size:12px}.summary .actions{gap:8px;display:grid}.summary .empty{color:#ffffffb3;background:#ffffff0f;border-radius:12px;padding:14px;font-size:14px}.summary .maxnote{color:#ffffff80;font-size:12px}@media (width>=1000px){.calc-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.summary{top:calc(var(--header-h) + 20px);position:sticky}}.steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.step{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);align-content:start;gap:8px;padding:20px 18px 18px;display:grid}.step .n{background:var(--yellow);width:36px;height:36px;color:var(--ink);border-radius:999px;place-items:center;font-weight:700;display:grid}.step h3{font-size:17px}.step p{color:var(--ink-2);font-size:14px}section.lead{position:relative;overflow:hidden}.lead .bg{position:absolute;inset:0}.lead .bg img{object-fit:cover;opacity:.22;filter:grayscale(.4);width:100%;height:100%}.lead .bg:after{content:"";background:linear-gradient(90deg, var(--page) 0%, #e6e9f2e6 55%, #e6e9f299 100%);position:absolute;inset:0}.lead .container{gap:28px;display:grid;position:relative}.lead h2{font-size:clamp(26px,3.2vw,36px);font-weight:700}.lead .sub{color:var(--ink-2);max-width:480px;margin-top:10px}.lead form{background:var(--white);box-shadow:var(--shadow);border-radius:24px;gap:14px;padding:26px 22px;display:grid}.field{gap:6px;display:grid}.field label{color:var(--ink-2);font-size:13px;font-weight:600}.field input{border:1.5px solid var(--line);border-radius:12px;padding:12px 14px;font-size:16px}.field input:focus{border-color:var(--yellow-2);outline:none}.field.error input{border-color:var(--red)}.field .err{color:var(--red);font-size:12px;display:none}.field.error .err{display:block}.calc-attach{background:var(--light);color:var(--ink-2);border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;font-size:13px;display:flex}.calc-attach svg{width:16px;height:16px;color:var(--yellow-2);flex:none;margin-top:2px}.calc-attach.has b{color:var(--ink)}.calc-attach .txt{gap:2px;display:grid}.calc-attach .txt small{color:var(--ink-3)}.success{background:var(--white);text-align:center;box-shadow:var(--shadow);border-radius:24px;justify-items:center;gap:10px;padding:32px 26px;display:none}.success .ok{width:56px;height:56px;color:var(--green);background:#ddf3e6;border-radius:999px;place-items:center;display:grid}.success .ok svg{width:28px;height:28px}.success h3{font-size:22px}.success p{color:var(--ink-2)}@media (width>=960px){.lead .container{grid-template-columns:1fr 460px;align-items:center;gap:48px}}.site-footer{background:var(--dark);color:#ffffffb8;padding:48px 0 28px}.site-footer .grid{gap:28px;display:grid}.site-footer .logo-img{width:auto;height:60px}.site-footer .about{max-width:360px;margin-top:14px;font-size:14px}.site-footer h4{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:13px}.site-footer ul{gap:8px;margin:0;padding:0;font-size:14px;list-style:none;display:grid}.site-footer a{color:#ffffffb8;text-decoration:none}.site-footer a:hover{color:var(--white)}.site-footer .contact-row{align-items:center;gap:8px;display:flex}.site-footer .contact-row svg{width:16px;height:16px;color:var(--yellow)}.site-footer .bottom{color:#ffffff73;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:32px;padding-top:18px;font-size:12px;display:flex}@media (width>=900px){.site-footer .grid{grid-template-columns:1.4fr 1fr 1fr}}@media print{.site-header,.mobile-nav,.hero,#format,#coverage,#fleets,#process,#contact,.site-footer,.summary .actions,.calc-table-wrap,.calc-controls,.calc-note{display:none!important}main{padding-top:0}.section,.card-white{padding:0}.calc-layout{grid-template-columns:1fr}.summary{color:#000;background:#fff;border:1px solid #ccc;position:static}.summary .row,.summary .row b,.summary .aud h4,.summary .row.total b{color:#000}body{background:#fff}}#coverage{overflow-x:clip}@supports not (overflow-x:clip){#coverage{overflow-x:hidden}}@media (width<=760px){.calc-table thead{display:none}.calc-table,.calc-table tbody,.calc-table tr,.calc-table td{width:100%;display:block}.calc-table tr.city-row td{padding:18px 0 6px}.calc-table tr.fleet-row{border-top:1px solid var(--line);grid-template-columns:1fr 1fr 1fr;gap:10px 12px;padding:12px 0 14px;display:grid}.calc-table tr.fleet-row td{border:0;padding:0}.calc-table tr.fleet-row td:first-child,.calc-table tr.fleet-row td:nth-child(2){grid-column:1/-1}.calc-table td.num{text-align:left}.calc-table td[data-label]:before{content:attr(data-label);color:var(--ink-3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:10px;display:block}.range-cell{min-width:0}.calc-controls{grid-template-columns:1fr}}.reach-grid{align-items:start;gap:28px;display:grid}.reach-title{font-size:clamp(26px,3.4vw,40px);font-weight:700}.reach-sub{color:var(--ink-2);max-width:60ch;margin-top:10px}.reach-metrics{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:26px;display:grid}.rm{background:var(--white);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);justify-items:center;gap:2px;padding:30px 16px 18px;display:grid;position:relative}.rm .ico{background:var(--yellow-2);width:40px;height:40px;color:var(--ink);border:4px solid var(--page);border-radius:999px;place-items:center;display:grid;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.rm .ico svg{width:18px;height:18px}.rm b{color:var(--yellow-2);font-variant-numeric:tabular-nums;margin-top:4px;font-size:clamp(30px,3.4vw,44px);font-weight:700;line-height:1.05}.rm .lbl{font-size:14px;font-weight:700}.rm .sub{color:var(--ink-2);font-size:12px}.reach-side{gap:16px;display:grid}.reach-bullets{gap:10px;margin:0;padding:0;list-style:none;display:grid}.reach-bullets li{color:var(--ink);align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.reach-bullets .ico{background:var(--yellow-2);width:36px;height:36px;color:var(--ink);border-radius:999px;flex:none;place-items:center;display:grid}.reach-bullets .ico svg{width:17px;height:17px}.reach-photo{box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.reach-photo img{object-fit:cover;aspect-ratio:16/10;width:100%;height:100%}@media (width>=960px){.reach-grid{grid-template-columns:1.3fr 1fr;gap:48px}.reach-metrics{margin-top:34px}.reach-side{padding-top:8px}}.aud-head{gap:8px;max-width:760px;margin-bottom:28px;display:grid}.aud-head h2{border-left:5px solid var(--yellow-2);padding-left:16px;font-size:clamp(24px,3vw,34px);font-weight:700}.aud-sub{color:var(--ink-3);padding-left:21px;font-size:15px}.aud-text{color:var(--ink-2);max-width:70ch;padding-left:21px;font-size:15px}.aud-cards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.aud-card{background:var(--white);text-align:center;box-shadow:var(--shadow);border:2px solid #0000;border-radius:14px;justify-items:center;gap:6px;padding:14px 6px 12px;display:grid}.aud-card.core{border-color:#f7dfa2}.aud-card .ico{background:var(--yellow-soft);width:36px;height:36px;color:var(--yellow-2);border-radius:999px;place-items:center;display:grid}.aud-card .ico svg{width:17px;height:17px}.aud-card .range{white-space:nowrap;font-size:12px;font-weight:700}.aud-card .pct{color:var(--ink);font-variant-numeric:tabular-nums;font-size:clamp(20px,1.9vw,27px);font-weight:700;line-height:1.1}.aud-card .people{color:var(--ink-2);white-space:nowrap;font-size:11px}.aud-highlight{background:var(--white);border:2px solid var(--yellow-2);border-radius:var(--radius);grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;margin-top:18px;padding:16px 18px;display:grid}.aud-highlight .ico{background:var(--yellow-2);width:56px;height:56px;color:var(--ink);border-radius:14px;place-items:center;display:grid}.aud-highlight .ico svg{width:26px;height:26px}.aud-highlight b{font-size:17px;font-weight:700;display:block}.aud-highlight p{color:var(--ink-2);margin-top:4px;font-size:15px}.aud-source{color:var(--ink-3);align-items:center;gap:8px;margin-top:14px;font-size:13px;display:flex}.aud-source svg{width:16px;height:16px;color:var(--yellow-2);flex:none}@media (width<=560px){.aud-highlight{grid-template-columns:1fr}.aud-highlight .ico{display:none}}.send-error{background:var(--bad-soft,#fadcda);color:var(--red);border-radius:12px;gap:8px;padding:10px 12px;font-size:13px;display:grid}.send-error[hidden]{display:none}.send-error .btn{color:var(--red);border-color:#c0392b59;justify-self:start}.tg-note{color:var(--ink-3);align-items:center;gap:8px;font-size:12px;display:flex}.tg-note[hidden]{display:none}.tg-note svg{width:14px;height:14px;color:var(--yellow-2);flex:none}#lead-submit[disabled]{opacity:.7;cursor:wait;transform:none}.success .btn-primary{margin-top:6px}.success [hidden]{display:none}.btn-lg{padding:15px 28px;font-size:17px}.calc-teaser{align-items:center;gap:28px;display:grid}.calc-teaser-text h2{margin-top:8px;font-size:clamp(26px,3.2vw,36px);font-weight:700}.calc-teaser-text .lead{color:var(--ink-2);max-width:58ch;margin-top:12px}.teaser-bullets{gap:10px;margin:20px 0 0;padding:0;list-style:none;display:grid}.teaser-bullets li{align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.teaser-bullets .ico{background:var(--yellow-soft);width:34px;height:34px;color:var(--yellow-2);border-radius:999px;flex:none;place-items:center;display:grid}.teaser-bullets .ico svg{width:16px;height:16px}.teaser-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:26px;display:flex}.teaser-note{color:var(--ink-3);align-items:center;gap:6px;font-size:13px;display:inline-flex}.teaser-note svg{width:14px;height:14px}.calc-preview{background:var(--dark);color:var(--white);border-radius:24px;gap:10px;padding:22px 24px;display:grid;position:relative;overflow:hidden}.calc-preview:before{content:"";pointer-events:none;background:repeating-linear-gradient(-55deg,#ffffff09 0 2px,#0000 2px 46px);position:absolute;inset:0}.calc-preview>*{position:relative}.cp-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;display:flex}.cp-title{letter-spacing:.1em;text-transform:uppercase;color:#fff9;font-size:12px;font-weight:600}.cp-chip{background:var(--yellow);color:var(--ink);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.cp-row{color:#ffffffb8;justify-content:space-between;gap:12px;font-size:14px;display:flex}.cp-row b{color:var(--white);font-variant-numeric:tabular-nums;font-weight:600}.cp-row.cp-total{color:var(--white);border-top:1px solid #ffffff24;margin-top:4px;padding-top:10px}.cp-row.cp-total b{color:var(--yellow);font-size:20px}.cp-bar{background:#ffffff1f;border-radius:999px;height:6px;overflow:hidden}.cp-bar i{background:var(--yellow);border-radius:999px;height:100%;display:block}.calc-preview small{color:#ffffff8c;font-size:12px}@media (width>=960px){.calc-teaser{grid-template-columns:1.3fr 1fr;gap:48px}}.strike{color:var(--ink-3);font-weight:500;text-decoration:line-through}.muted{color:var(--ink-3)}.summary .row.muted{color:#ffffff80}.summary .row.muted b{color:#ffffff80;font-weight:500;text-decoration:line-through}.cp-row.muted{color:#ffffff80}.cp-row.muted b{color:#ffffff80;font-weight:500;text-decoration:line-through}.summary .actions .btn-ghost{color:var(--white);border-color:#ffffff59}.summary .actions .btn-ghost:hover{border-color:var(--white)}.calc-controls .btn{place-self:end start}.calc-table tbody.calc-city tr.city-row td{border-top:1px solid var(--line);padding:4px 0}.calc-table tbody.calc-city:first-of-type tr.city-row td,.calc-table tbody.calc-city-rows tr:first-child td{border-top:0}.city-toggle{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:12px 10px;transition:background .15s;display:flex}.city-toggle:hover{background:var(--light)}.city-toggle .city-name{flex:none}.city-meta{color:var(--ink-3);white-space:nowrap;font-size:13px;font-weight:500}.city-sel{color:#8a6200;background:var(--yellow-soft);white-space:nowrap;border:1px solid #f7dfa2;border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.city-toggle-hint{color:var(--ink-2);white-space:nowrap;align-items:center;gap:6px;margin-left:auto;font-size:13px;font-weight:600;display:inline-flex}.city-toggle-hint svg{width:18px;height:18px;transition:transform .2s}tbody.calc-city.open .city-toggle-hint svg{transform:rotate(180deg)}tbody.calc-city.open .city-toggle{background:var(--light);border-radius:12px 12px 0 0}tbody.calc-city.has-sel .city-name{color:var(--blue)}@keyframes cityDrop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}tbody.calc-city-rows:not([hidden]) tr.fleet-row{animation:.25s both cityDrop}tbody.calc-city-rows:not([hidden]) tr.fleet-row:nth-child(2){animation-delay:50ms}tbody.calc-city-rows:not([hidden]) tr.fleet-row:nth-child(3){animation-delay:.1s}@media (width<=760px){.calc-table tbody.calc-city tr.city-row td{padding:0}.city-toggle{flex-wrap:wrap;gap:8px 12px;padding:14px 0}.city-meta{flex-basis:100%;order:3}.city-sel{order:4}}.co-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.co-stat{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;align-content:center;gap:8px;padding:22px 12px;display:grid}.co-stat b{color:var(--blue);font-variant-numeric:tabular-nums;font-size:clamp(28px,2.5vw,38px);font-weight:700;line-height:1}.co-stat span{color:var(--ink-2);font-size:13px;line-height:1.35}.co-points{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.co-point{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:44px 1fr;align-items:start;gap:14px;padding:20px;display:grid}.co-point .ico{background:var(--yellow-soft);width:44px;height:44px;color:var(--yellow-2);border-radius:12px;place-items:center;display:grid}.co-point .ico svg{width:21px;height:21px}.co-point h3{margin-bottom:5px;font-size:16px;font-weight:700}.co-point p{color:var(--ink-2);font-size:14px;line-height:1.5}.section-dark .step,.section-dark .co-stat,.section-dark .co-point,.section-dark .aud-card,.section-dark .aud-highlight,.section-dark .fx-city,.section-dark .fx-model,.section-dark .fx-stage,.section-dark .co-block,.section-dark .co-geo{color:var(--ink)}.section-dark .step p,.section-dark .co-stat span,.section-dark .co-point p,.section-dark .aud-card span,.section-dark .co-block p{color:var(--ink-2)}.section-dark .co-geo-head p{color:var(--ink-3)}.section-dark .fx-label{color:#ffffff9e}.section-dark .fx-sides,.section-dark .fx-view figcaption,.section-dark .fx-legend{color:var(--ink-3)}.section-dark .aud-source,.section-dark .aud-text{color:#ffffffb8}.section-dark .fx-city.active{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.section-dark .fx-city.active .m{color:#7a5800}.section-dark .fx-city{border-color:#0000}.section-dark .step,.section-dark .co-stat,.section-dark .co-point,.section-dark .aud-card,.section-dark .fx-stage,.section-dark .co-block,.section-dark .co-geo{box-shadow:0 18px 40px -22px #000000bf}.section-dark+.site-footer{border-top:1px solid #ffffff1a}.aud-layout{align-items:center;gap:24px;display:grid}.aud-layout>*{min-width:0}.aud-main{gap:0;display:grid}.aud-slider{aspect-ratio:16/10;border-radius:var(--radius-lg)}@media (width>=1100px){.aud-layout{grid-template-columns:1.22fr 1fr;gap:40px}.aud-cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}}@media (width>=1400px){.aud-layout{grid-template-columns:1.3fr 1fr;gap:48px}}@media (width>=1200px){.site-header .container{gap:12px}.nav{gap:0}.nav a{padding:8px 9px;font-size:14.5px}.header-cta,.header-req{border-radius:12px;padding:10px 15px;font-size:14.5px}.header-cta svg,.header-req svg{width:16px;height:16px}.lang{flex:none}}@media (width>=1200px) and (width<=1399px){.header-req{display:none}.nav a[href=\#contact]{display:inline-block}}@media (width>=1400px){.nav a{padding:8px 10px}}.step-photo{aspect-ratio:4/3;background:var(--light);border-radius:12px;margin-top:4px;overflow:hidden}.step-photo img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.step:hover .step-photo img{transform:scale(1.04)}.co-text{gap:14px;margin-top:14px;display:grid}.co-block{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);align-content:start;gap:10px;padding:22px 22px 24px;display:grid}.co-block .ico{background:var(--yellow-soft);width:42px;height:42px;color:var(--yellow-2);border-radius:12px;place-items:center;display:grid}.co-block .ico svg{width:20px;height:20px}.co-block h3{font-size:17px;font-weight:700}.co-block p{color:var(--ink-2);font-size:14.5px;line-height:1.6}.co-geo{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);gap:14px;margin-top:14px;padding:22px;display:grid}.co-geo-head h3{font-size:17px;font-weight:700}.co-geo-head p{color:var(--ink-3);margin-top:4px;font-size:13.5px}.co-geo-list{flex-wrap:wrap;gap:8px;display:flex}.co-city{border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-size:14px;font-weight:600;display:inline-flex}.co-city svg{width:14px;height:14px;color:var(--yellow-2);flex:none}.co-city.on{background:var(--yellow-soft);color:var(--ink);border:1.5px solid #f7dfa2}.co-city.soon{background:var(--soon-soft);color:var(--soon);border:1.5px solid #0000}.co-city i{letter-spacing:.04em;text-transform:uppercase;opacity:.8;font-size:11px;font-style:normal;font-weight:700}@media (width>=860px){.co-text{grid-template-columns:1fr 1fr;gap:16px}}.section-dark.lead .bg:after{background:linear-gradient(90deg, var(--dark) 0%, #212121eb 55%, #2121219e 100%)}.section-dark.lead .bg img{opacity:.3;filter:grayscale(.25)}.section-dark.lead .sub{color:#ffffffbd}.section-dark.lead form,.section-dark.lead .success{color:var(--ink)}.section-dark.lead .success p,.section-dark.lead form .note,.section-dark.lead form .hint{color:var(--ink-2)}.section-dark.lead form{box-shadow:0 24px 50px -26px #000c}@media print{#pricelist,#how{display:none!important}}#how .step p{color:var(--ink-2);font-size:14px}
