:root{--accent:#FFD200;--accent-2:#FFE84D;--accent-ink:#1A1200;--accent-soft:rgba(255,210,0,0.14);--accent-ring:rgba(255,210,0,0.38);--radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-xl:32px;--maxw:1240px;--ease:cubic-bezier(.2,.7,.2,1);--dur:420ms;--font-display:'Manrope','Inter',system-ui,-apple-system,'Segoe UI',sans-serif;--font-text:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;--font-mono:ui-monospace,'JetBrains Mono',Menlo,monospace}[data-theme="dark"]{--bg:#0B0C10;--bg-2:#111319;--surface:#16181F;--surface-2:#1C1F28;--line:rgba(255,255,255,0.08);--line-strong:rgba(255,255,255,0.14);--text:#EFF1F6;--text-2:#A6ADBB;--text-3:#6B7280;--shadow-1:0 10px 30px rgba(0,0,0,.35),0 2px 0 rgba(255,255,255,.04) inset;--shadow-2:0 30px 80px rgba(0,0,0,.55);--glass:rgba(255,255,255,0.04)}[data-theme="light"]{--bg:#F5F6F8;--bg-2:#EEF0F4;--surface:#FFFFFF;--surface-2:#F7F8FB;--line:rgba(10,15,30,0.08);--line-strong:rgba(10,15,30,0.14);--text:#0B0F1E;--text-2:#4A5366;--text-3:#8A93A3;--shadow-1:0 1px 0 rgba(10,15,30,.04),0 10px 24px rgba(10,15,30,.06);--shadow-2:0 20px 60px rgba(10,15,30,.12);--glass:rgba(255,255,255,0.7)}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-text);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.55;transition:background var(--dur) var(--ease),color var(--dur) var(--ease)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-0.02em;line-height:1.08;margin:0;text-wrap:balance}p{margin:0;text-wrap:pretty}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;position:relative;z-index:1}.nav{position:sticky;top:0;z-index:50;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);background:color-mix(in oklab,var(--bg) 78%,transparent);border-bottom:1px solid var(--line)}.nav__inner{display:flex;align-items:center;gap:24px;padding:14px 24px;max-width:var(--maxw);margin:0 auto}.nav__brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:20px;letter-spacing:-0.02em}.nav__logo{width:34px;height:34px;border-radius:10px;background:linear-gradient(45deg,var(--accent-ink) 25%,transparent 25%) 0 0 / 10px 10px,linear-gradient(-45deg,var(--accent-ink) 25%,transparent 25%) 0 0 / 10px 10px,var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-weight:900;box-shadow:0 6px 18px var(--accent-ring);position:relative}.nav__logo::after{content:"F";position:absolute;inset:0;display:grid;place-items:center;background:var(--accent);border-radius:8px;margin:4px}.nav__links{display:flex;gap:28px;margin-left:28px;color:var(--text-2);font-size:14px;font-weight:500}.nav__links a{transition:color .2s var(--ease)}.nav__links a:hover{color:var(--text)}.nav__spacer{flex:1}.nav__phone{font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--text);display:inline-flex;align-items:center;gap:8px}.nav__phone .dot{width:8px;height:8px;border-radius:50%;background:#22C55E;box-shadow:0 0 0 4px rgba(34,197,94,.2);animation:pulse-dot 1.6s infinite}@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.35)}50%{box-shadow:0 0 0 8px rgba(34,197,94,0)}}.nav__cta{padding:10px 18px;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:700;font-size:14px;transition:transform .2s var(--ease),background .2s var(--ease)}.nav__cta:hover{background:var(--accent-2);transform:translateY(-1px)}.theme-toggle{width:38px;height:38px;border-radius:50%;border:1px solid var(--line-strong);background:transparent;display:grid;place-items:center;color:var(--text);transition:all .2s var(--ease)}.theme-toggle:hover{background:var(--surface)}@media (max-width:840px){.nav__links,.nav__phone{display:none}}.hero{position:relative;overflow:hidden;padding:80px 0 120px}.hero__checker{display:none;position:absolute;top:0;left:0;width:180px;height:96px;background-image:linear-gradient(45deg,#1a1a1a 25%,transparent 25%),linear-gradient(-45deg,#1a1a1a 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#1a1a1a 75%),linear-gradient(-45deg,transparent 75%,#1a1a1a 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0;background-color:var(--accent);-webkit-mask-image:linear-gradient(135deg,#000 0%,#000 35%,transparent 75%);mask-image:linear-gradient(135deg,#000 0%,#000 35%,transparent 75%);border-bottom-right-radius:18px;pointer-events:none;z-index:0;opacity:.92;animation:heroCheckerSlide 14s linear infinite}@keyframes heroCheckerSlide{from{background-position:0 0,0 10px,10px -10px,-10px 0}to{background-position:200px 0,200px 10px,210px -10px,190px 0}}.chk{position:absolute;background-image:linear-gradient(45deg,var(--accent) 25%,transparent 25%,transparent 75%,var(--accent) 75%),linear-gradient(45deg,var(--accent) 25%,transparent 25%,transparent 75%,var(--accent) 75%);background-size:20px 20px;background-position:0 0,10px 10px;pointer-events:none;z-index:-1}.hero{position:relative;overflow:hidden}#benefits{position:relative;overflow:hidden}#calc{position:relative;overflow:hidden}#steps{position:relative;overflow:hidden}#compare{position:relative;overflow:hidden}#tm{position:relative;overflow:hidden}#cert{position:relative;overflow:hidden}#request{position:relative;overflow:hidden}#faq{position:relative;overflow:hidden}@media (max-width:700px){.hero__checker{width:130px;height:70px}}.hero__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:600;border:1px solid var(--accent-ring);white-space:nowrap;max-width:100%;overflow:hidden}.hero__eyebrow .eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.hero__title{font-size:clamp(24px,3.0vw,40px);line-height:1.1;margin:22px 0 24px;font-weight:800;word-wrap:break-word;overflow-wrap:break-word;position:relative;z-index:1}.hero__title .accent-word{display:inline;color:var(--accent);background-image:linear-gradient(transparent 68%,var(--accent-soft) 68%,var(--accent-soft) 94%,transparent 94%);padding:0 4px;border-radius:4px}.hero__title .hero__kw{display:inline;color:#fff;border-bottom:3px solid var(--accent);padding-bottom:2px}.hero__sub{color:#111;font-size:18px;max-width:520px;margin-bottom:32px;-webkit-text-stroke:0.4px rgba(255,255,255,0.9)}.hero__ctas{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:16px 24px;border-radius:999px;font-weight:600;font-size:15px;border:1px solid transparent;transition:all .25s var(--ease)}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 10px 30px var(--accent-ring);font-weight:700}.btn-primary:hover{background:var(--accent-2);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--line-strong)}.btn-ghost:hover{background:var(--surface)}.hero__stats{display:flex;gap:40px;margin-top:48px;padding-top:32px;border-top:1px solid var(--line)}.hero__stats .stat-n{font-family:var(--font-display);font-size:32px;font-weight:800;letter-spacing:-0.03em;color:var(--text)}.hero__stats .stat-l{color:var(--text-2);font-size:13px;margin-top:4px}.hero__art{position:relative;aspect-ratio:1 / 1.15;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow-2)}.hero__map{display:none}.hero__map svg{display:none}@keyframes daycycle-bg{0%,50%{background:linear-gradient(to bottom,#BFE3FF 0%,#E5F3FF 45%,#FFF6E0 100%)}63%{background:linear-gradient(to bottom,#1a1f3a 0%,#2a2640 45%,#3a2a3a 100%)}77%{background:linear-gradient(to bottom,#6E5A9A 0%,#C97A8A 50%,#FFD27A 100%)}100%{background:linear-gradient(to bottom,#BFE3FF 0%,#E5F3FF 45%,#FFF6E0 100%)}}@keyframes daycycle-overlay{0%,47%{background:rgba(0,0,0,0)}55%{background:rgba(60,30,0,.12)}63%{background:rgba(8,12,30,.55)}77%{background:rgba(80,40,80,.20)}100%{background:rgba(0,0,0,0)}}@keyframes daycycle-sun{0%,46%{transform:translate(0,0) scale(1);background:radial-gradient(circle,#FFE066 0%,#FFB347 60%,transparent 75%);box-shadow:0 0 60px rgba(255,179,71,.55);opacity:1}54%{transform:translate(-16px,60px) scale(1.15);background:radial-gradient(circle,#FFB347 0%,#FF6B1A 60%,transparent 75%);box-shadow:0 0 80px rgba(255,107,26,.6);opacity:.8}60%{transform:translate(-30px,110px) scale(1.1);background:radial-gradient(circle,#FF6B1A 0%,#B83A8A 70%,transparent 80%);box-shadow:0 0 70px rgba(184,58,138,.5);opacity:.4}63%{transform:translate(-50px,140px) scale(.6);opacity:0}67%{transform:translate(50px,140px) scale(.6);opacity:0}77%{transform:translate(20px,80px) scale(1);background:radial-gradient(circle,#FFD9C0 0%,#FF9B6B 60%,transparent 75%);box-shadow:0 0 60px rgba(255,155,107,.55);opacity:1}100%{transform:translate(0,0) scale(1);background:radial-gradient(circle,#FFE066 0%,#FFB347 60%,transparent 75%);box-shadow:0 0 60px rgba(255,179,71,.55);opacity:1}}.city-scene{position:absolute;inset:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-2);z-index:1;animation:daycycle-bg 30s ease-in-out infinite}.city-scene::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:6;animation:daycycle-overlay 30s ease-in-out infinite}.city-scene__sky{position:absolute;top:0;left:0;right:0;height:55%;overflow:hidden}.city-scene__sun{position:absolute;top:12%;right:12%;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,#FFE066 0%,#FFB347 60%,transparent 75%);box-shadow:0 0 60px rgba(255,179,71,.55);animation:daycycle-sun 30s ease-in-out infinite}.cloud{position:absolute;height:18px;background:rgba(255,255,255,.85);border-radius:100px}.cloud::before,.cloud::after{content:"";position:absolute;background:rgba(255,255,255,.85);border-radius:50%}.cloud::before{width:24px;height:24px;top:-10px;left:12px}.cloud::after{width:18px;height:18px;top:-8px;left:32px}[data-theme="dark"] .cloud,[data-theme="dark"] .cloud::before,[data-theme="dark"] .cloud::after{background:rgba(180,190,220,.35)}.cloud--1{width:60px;top:18%;left:-70px;animation:cloud-drift 32s linear infinite}.cloud--2{width:50px;top:28%;left:-60px;animation:cloud-drift 45s linear infinite;animation-delay:-10s;transform:scale(.85)}.cloud--3{width:70px;top:12%;left:-90px;animation:cloud-drift 38s linear infinite;animation-delay:-20s;transform:scale(1.1);opacity:.8}@keyframes cloud-drift{to{transform:translateX(560px)}}.benefit-cloud-wrap{position:absolute;pointer-events:none;animation:benefit-cloud-drift 22s linear infinite}.benefit-cloud-wrap--1{top:6%;animation-delay:0s}.benefit-cloud-wrap--2{top:24%;animation-delay:-5.5s}.benefit-cloud-wrap--3{top:4%;animation-delay:-11s}.benefit-cloud-wrap--4{top:22%;animation-delay:-16.5s}.benefit-cloud{position:relative;width:180px;height:110px;filter:drop-shadow(0 6px 18px rgba(0,0,0,0.16))}.benefit-cloud__shape{position:absolute;inset:0;width:100%;height:100%}.benefit-cloud__content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:8px;gap:2px}.benefit-cloud__ico{font-size:20px;line-height:1}.benefit-cloud__title{font-size:11px;font-weight:700;color:#1a1a2e;line-height:1.3;text-align:center}.benefit-cloud__sub{font-size:9px;color:#555;line-height:1.2;text-align:center}@keyframes benefit-cloud-drift{0%{transform:translateX(700px);opacity:0}6%{opacity:1}88%{opacity:1}100%{transform:translateX(-400px);opacity:0}}@media (max-width:700px){.benefit-cloud-wrap--2,.benefit-cloud-wrap--4{display:none}.benefit-cloud{width:130px;height:80px}.benefit-cloud__content{padding-top:14px}.benefit-cloud__ico{font-size:15px}.benefit-cloud__title{font-size:9px}.benefit-cloud__sub{display:none}}.hero-order-notify{position:absolute;bottom:calc(100% - 20px);left:50%;display:flex;align-items:center;gap:8px;background:#fff;border-radius:14px;padding:8px 12px;box-shadow:0 6px 24px rgba(0,0,0,0.14);border:1.5px solid rgba(255,210,0,0.4);white-space:nowrap;pointer-events:none;opacity:0;transform:translateX(-50%) translateY(8px) scale(0.9);transition:opacity 0.3s ease,transform 0.35s cubic-bezier(0.34,1.56,0.64,1);z-index:10}.hero-order-notify.is-visible{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}.hero-order-notify__dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,0.2);animation:live-pulse 1.5s ease-in-out infinite;flex-shrink:0}.hero-order-notify__title{font-size:12px;font-weight:700;color:#111;line-height:1.2}.hero-order-notify__sub{font-size:10px;color:#888}.hero-order-notify__accept{width:24px;height:24px;background:#22c55e;border-radius:50%;color:white;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-meter{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);background:rgba(10,10,18,0.85);backdrop-filter:blur(6px);border-radius:12px;padding:7px 18px;pointer-events:none;z-index:10;border:1px solid rgba(255,210,0,0.25);white-space:nowrap;display:flex;align-items:center;gap:14px;max-width:calc(100vw - 32px);box-sizing:border-box}.hero-meter__label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,210,0,0.6);margin-bottom:0}.hero-meter__value{font-family:var(--font-mono);font-size:20px;font-weight:700;color:#FFD200;text-shadow:0 0 12px rgba(255,210,0,0.5);letter-spacing:.04em}.hero-meter__withdraw{margin-top:0;font-size:10px;font-weight:600;color:#4ade80;text-shadow:0 0 10px rgba(74,222,128,0.6);opacity:0;transform:translateY(4px);transition:opacity .4s,transform .4s}.hero-meter__withdraw.is-visible{opacity:1;transform:translateY(0)}.city-scene__skyline{position:absolute;bottom:32%;left:0;right:0;height:22%;color:var(--text);pointer-events:none;z-index:1}.city-scene__houses-track{position:absolute;bottom:22%;left:0;right:0;height:38%;overflow:hidden;z-index:2}.city-scene__houses{display:flex;align-items:flex-end;gap:14px;padding-left:20px;height:100%;width:max-content;animation:houses-scroll 22s linear infinite}@keyframes houses-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.bld{position:relative;flex-shrink:0;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:14px 10px 0;align-content:start;background:linear-gradient(to bottom,#f0d9b8 0%,#d9b78a 100%);border:2px solid #5a3a1a;border-bottom:none;border-radius:4px 4px 0 0;box-shadow:inset -3px 0 0 rgba(0,0,0,.08)}[data-theme="dark"] .bld{background:linear-gradient(to bottom,#4a3a5a 0%,#2e2438 100%);border-color:#1a0f20}.bld__roof{position:absolute;top:-10px;left:-4px;right:-4px;height:12px;background:#8a4a2a;border:2px solid #5a3a1a;border-radius:4px 4px 0 0}[data-theme="dark"] .bld__roof{background:#2a1a3a;border-color:#1a0f20}.bld__win{width:100%;aspect-ratio:1 / 1.3;border:1.5px solid #5a3a1a;border-radius:2px;animation:win-daynight 30s ease-in-out infinite,win-flicker 4s ease-in-out infinite}.bld__win:nth-child(odd){animation-delay:0s,-1s}.bld__win:nth-child(3n){animation-delay:0s,-2s}.bld__win:nth-child(5n){animation:win-daynight-dark 30s ease-in-out infinite}@keyframes win-daynight{0%{background:rgba(140,160,200,.35);box-shadow:none}30%{background:rgba(140,160,200,.35);box-shadow:none}42%{background:#FFE066;box-shadow:0 0 10px rgba(255,224,102,.7)}58%{background:#FFE066;box-shadow:0 0 18px rgba(255,224,102,.9)}72%{background:#FFD27A;box-shadow:0 0 8px rgba(255,210,100,.5)}82%{background:rgba(140,160,200,.35);box-shadow:none}100%{background:rgba(140,160,200,.35);box-shadow:none}}@keyframes win-daynight-dark{0%,35%{background:rgba(80,90,110,.25);box-shadow:none}42%,72%{background:rgba(80,100,140,.4);box-shadow:none}80%,100%{background:rgba(80,90,110,.25);box-shadow:none}}@keyframes win-flicker{0%,92%,100%{opacity:1}93%,97%{opacity:.7}}.bld__door{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:18px;height:26px;background:#5a3a1a;border:2px solid #3a1a02;border-bottom:none;border-radius:4px 4px 0 0}.bld__door::after{content:"";position:absolute;top:50%;right:3px;width:3px;height:3px;border-radius:50%;background:#FFE066;box-shadow:0 0 4px #FFE066}.bld__sign{position:absolute;top:4px;left:50%;transform:translateX(-50%);background:var(--accent);color:var(--accent-ink);font-size:9px;font-weight:900;letter-spacing:1px;padding:2px 6px;border-radius:3px;border:1.5px solid #3a1a02;white-space:nowrap;z-index:2;box-shadow:0 0 10px rgba(255,210,0,.5);animation:sign-glow 2s ease-in-out infinite}@keyframes sign-glow{0%,100%{box-shadow:0 0 10px rgba(255,210,0,.5)}50%{box-shadow:0 0 18px rgba(255,210,0,.9)}}.bld--a{width:90px;height:130px;grid-template-columns:repeat(2,1fr)}.bld--b{width:110px;height:170px;grid-template-columns:repeat(3,1fr);background:linear-gradient(to bottom,#c9d4e8 0%,#8a9bbf 100%)}[data-theme="dark"] .bld--b{background:linear-gradient(to bottom,#3a4a6a 0%,#1e2840 100%)}.bld--c{width:130px;height:110px;grid-template-columns:repeat(3,1fr);background:linear-gradient(to bottom,#f4b9a0 0%,#c97a5a 100%);padding-top:26px}[data-theme="dark"] .bld--c{background:linear-gradient(to bottom,#5a3a4a 0%,#2e1828 100%)}.bld--d{width:100px;height:190px;grid-template-columns:repeat(3,1fr)}.bld--e{width:80px;height:140px;grid-template-columns:repeat(2,1fr);background:linear-gradient(to bottom,#b8d4b8 0%,#7a9a7a 100%)}[data-theme="dark"] .bld--e{background:linear-gradient(to bottom,#2a4a3a 0%,#1a2820 100%)}.bld--f{width:95px;height:150px;grid-template-columns:repeat(2,1fr)}.bld--g{width:140px;height:160px;grid-template-columns:repeat(3,1fr);background:linear-gradient(to bottom,#e8d090 0%,#b8985a 100%);padding-top:26px}[data-theme="dark"] .bld--g{background:linear-gradient(to bottom,#5a4a2a 0%,#2e2418 100%)}.tree{flex-shrink:0;width:38px;height:70px;position:relative;align-self:flex-end}.tree::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:6px;height:24px;background:#5a3a1a;border-radius:2px}.tree::after{content:"";position:absolute;bottom:18px;left:50%;transform:translateX(-50%);width:38px;height:50px;background:radial-gradient(circle at 50% 60%,#5fa05f 0%,#3a7a3a 70%);border-radius:50%;border:2px solid #2a4a2a}[data-theme="dark"] .tree::after{background:radial-gradient(circle at 50% 60%,#2a4a2a 0%,#1a2818 70%)}.tree--small{width:28px;height:50px}.tree--small::after{width:28px;height:36px;bottom:14px}.tree--small::before{height:18px}.lamp{flex-shrink:0;width:18px;height:110px;position:relative;align-self:flex-end}.lamp::before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:4px;height:100%;background:linear-gradient(to bottom,#4a4a55 0%,#2a2a35 100%);border-radius:2px}.lamp::after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:16px;height:12px;background:radial-gradient(ellipse at 50% 30%,#FFE066 0%,#FFB347 80%);border-radius:4px 4px 8px 8px;border:1.5px solid #3a3a48;box-shadow:0 0 16px rgba(255,224,102,.7);animation:lamp-flick 3s ease-in-out infinite}@keyframes lamp-flick{0%,95%,100%{opacity:1}96%,98%{opacity:.7}}.city-scene__sidewalk{position:absolute;bottom:18%;left:0;right:0;height:4%;background:repeating-linear-gradient(90deg,#c8c0b0 0 28px,#b0a898 28px 30px);border-top:2px solid #6a5a3a;border-bottom:2px solid #6a5a3a;z-index:3}[data-theme="dark"] .city-scene__sidewalk{background:repeating-linear-gradient(90deg,#3a3848 0 28px,#2a2838 28px 30px);border-color:#1a1828}.city-scene__road{position:absolute;bottom:0;left:0;right:0;height:18%;background:linear-gradient(to bottom,#3a3a48 0%,#2a2a35 100%);border-top:2px solid #1a1a25;z-index:3}[data-theme="dark"] .city-scene__road{background:linear-gradient(to bottom,#1a1a28 0%,#0a0a15 100%)}.city-scene__lane{position:absolute;top:50%;left:0;right:0;height:4px;transform:translateY(-50%);background:repeating-linear-gradient(90deg,#FFE066 0 28px,transparent 28px 56px);animation:lane-scroll .6s linear infinite}@keyframes lane-scroll{to{background-position:-56px 0}}.taxi-car{position:absolute;bottom:8%;left:50%;width:64%;max-width:440px;aspect-ratio:16 / 7;z-index:5;transform:translateX(-50%);animation:car-bounce .35s ease-in-out infinite alternate}@keyframes car-bounce{from{transform:translateX(-50%) translateY(0)}to{transform:translateX(-50%) translateY(-3px)}}.taxi-car__svg{display:none}.taxi-car__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 8px 24px rgba(0,0,0,0.25))}.taxi-car__shadow{position:absolute;bottom:-6px;left:8%;right:8%;height:14px;background:radial-gradient(ellipse at center,rgba(0,0,0,.45) 0%,transparent 70%);filter:blur(4px);animation:car-shadow-bob .35s ease-in-out infinite alternate}@keyframes car-shadow-bob{from{transform:scaleX(1);opacity:.7}to{transform:scaleX(.92);opacity:.55}}.car-headglow{animation:headglow-daynight 30s ease-in-out infinite !important}@keyframes headglow-daynight{0%,32%{opacity:0}42%,68%{opacity:.9}78%,100%{opacity:0}}.taxi-sign-led{fill:#FFE066}.taxi-roof-sign{animation:sign-daynight 30s ease-in-out infinite}@keyframes sign-daynight{0%,30%{filter:none}42%,70%{filter:drop-shadow(0 0 4px rgba(255,220,0,.9))}80%,100%{filter:none}}@keyframes wheel-spin{to{transform:rotate(360deg)}}.taxi-car__wheel{position:absolute;width:13.5%;aspect-ratio:1;border-radius:50%;z-index:7;animation:wheel-spin 0.45s linear infinite;background:radial-gradient(circle at center,#555 0%,#333 14%,#222 16%,transparent 16%),repeating-conic-gradient(#c0c0c0 0deg 2.5deg,transparent 2.5deg 36deg),radial-gradient(circle at center,transparent 16%,#1a1a1a 17%,#1a1a1a 38%,#aaa 39%,#ccc 44%,#888 47%,transparent 47%),radial-gradient(circle at center,transparent 47%,#222 48%,#111 100%)}.taxi-car__wheel--rear{left:13%;bottom:7%}.taxi-car__wheel--front{left:75%;bottom:7%}@keyframes wheel-spin{to{transform:rotate(360deg)}}.taxi-car__headlight{position:absolute;bottom:30%;pointer-events:none;opacity:0;transition:opacity 1.2s ease;z-index:4}.taxi-car.is-night .taxi-car__headlight{opacity:1}.taxi-car__headlight--front{right:-35%;bottom:5%;width:55%;height:28px;background:linear-gradient(to right,transparent 0%,rgba(255,245,180,.15) 30%,rgba(255,240,120,.55) 70%,rgba(255,235,80,.85) 100%);filter:blur(6px);border-radius:0 50% 50% 0;transform-origin:left center;animation:headlight-flick 2s ease-in-out infinite}.taxi-car__headlight--rear{display:none}@keyframes headlight-flick{0%,100%{opacity:1;transform:scaleX(1)}50%{opacity:.85;transform:scaleX(1.08)}}.taxi-car__smoke{position:absolute;bottom:26%;left:-1%;width:44px;height:34px;pointer-events:none}.taxi-car__smoke span{position:absolute;width:10px;height:10px;border-radius:50%;background:rgba(180,180,190,.5);filter:blur(3px);animation:smoke-puff 1.6s ease-out infinite}.taxi-car__smoke span:nth-child(1){left:0;animation-delay:0s}.taxi-car__smoke span:nth-child(2){left:8px;animation-delay:-.5s}.taxi-car__smoke span:nth-child(3){left:16px;animation-delay:-1s}@keyframes smoke-puff{0%{transform:translate(0,0) scale(.5);opacity:.7}100%{transform:translate(-30px,-20px) scale(2);opacity:0}}.taxi-car__beam{position:absolute;right:-28%;bottom:34%;width:160px;height:18px;background:linear-gradient(to left,rgba(255,240,100,.9) 0%,rgba(255,220,60,.45) 45%,transparent 100%);filter:blur(5px);border-radius:50% 0 0 50%;animation:beam-flick 1.4s ease-in-out infinite,beam-daynight 30s ease-in-out infinite}@keyframes beam-daynight{0%,32%{opacity:0}42%,70%{opacity:1}80%,100%{opacity:0}}@keyframes beam-flick{0%,100%{opacity:.9;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.15)}}.far-car{display:none}.far-car--hidden{position:absolute;bottom:9%;width:32px;height:14px;background:linear-gradient(to bottom,#5a8acf 0%,#2a5a9f 100%);border-radius:6px 8px 4px 4px / 8px 8px 4px 4px;border:1.5px solid #1a2840;z-index:4;right:-50px;animation:far-car-drive 9s linear infinite;box-shadow:-2px 0 0 #FFE066,inset -4px -2px 0 rgba(0,0,0,.2)}.far-car::before{content:"";position:absolute;top:-6px;left:4px;right:4px;height:6px;background:inherit;border:1.5px solid #1a2840;border-bottom:none;border-radius:4px 4px 0 0}@keyframes far-car-drive{0%{right:-50px}100%{right:calc(100% + 50px)}}.hero__taxi-center,.hero__taxi-orbit,.hero__taxi-glow,.hero__taxi-shadow-c,.hero__taxi-3d,.hero__taxi-beams{display:none !important}.hero__pin{display:none !important}.hero__car{position:absolute;display:none}.hero__taxi{display:none !important}.hero__taxi-OLD-disabled{position:absolute;width:100px;height:56px;z-index:4;offset-path:path("M 25 370 C 95 330, 155 250, 235 230 S 375 200, 415 110");offset-rotate:auto;animation:hero-taxi-drive 9s cubic-bezier(.45,.05,.55,.95) infinite alternate;filter:drop-shadow(0 10px 18px rgba(255,210,0,.45))}.hero__taxi-svg{display:block;overflow:visible}.hero__taxi-shadow{position:absolute;bottom:-6px;left:12%;right:12%;height:8px;background:radial-gradient(ellipse at center,rgba(0,0,0,.45),transparent 70%);filter:blur(3px);animation:taxi-shadow-bob 0.4s ease-in-out infinite alternate}@keyframes taxi-shadow-bob{from{opacity:.8;transform:scaleX(1)}to{opacity:.55;transform:scaleX(.85)}}.hero__taxi-beam{position:absolute;right:-56px;top:18px;width:70px;height:28px;background:radial-gradient(ellipse at left center,rgba(255,224,102,.55) 0%,rgba(255,200,80,.18) 35%,transparent 70%);filter:blur(2px);pointer-events:none;animation:beam-flick 1.2s ease-in-out infinite}@keyframes beam-flick{0%,100%{opacity:.85;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.05)}}.hero__taxi-svg{animation:taxi-bob 0.45s ease-in-out infinite alternate}@keyframes taxi-bob{from{transform:translateY(0)}to{transform:translateY(-1.5px)}}.hero__taxi-wheel{transform-origin:center;transform-box:fill-box;animation:wheel-spin .35s linear infinite}@keyframes wheel-spin{to{transform:rotate(360deg)}}@keyframes hero-taxi-drive{0%{offset-distance:0%}48%{offset-distance:50%}52%{offset-distance:50%}100%{offset-distance:100%}}.hero__taxi-center{position:absolute;inset:0;display:grid;place-items:center;z-index:5;pointer-events:none}.hero__taxi-orbit{position:absolute;width:78%;height:78%;border-radius:50%;border:1.5px dashed var(--accent);opacity:.35;animation:orbit-spin 28s linear infinite}.hero__taxi-orbit::before,.hero__taxi-orbit::after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:var(--accent);box-shadow:0 0 16px var(--accent-ring)}.hero__taxi-orbit::before{top:-6px;left:50%;transform:translateX(-50%)}.hero__taxi-orbit::after{bottom:-6px;left:50%;transform:translateX(-50%);opacity:.6}@keyframes orbit-spin{to{transform:rotate(360deg)}}.hero__taxi-glow{position:absolute;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle at center,var(--accent-soft) 0%,transparent 65%);filter:blur(20px);animation:glow-pulse 4s ease-in-out infinite}@keyframes glow-pulse{0%,100%{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}}.hero__taxi-shadow-c{position:absolute;bottom:18%;width:60%;height:22px;background:radial-gradient(ellipse at center,rgba(0,0,0,.5),transparent 70%);filter:blur(8px);animation:shadow-bob-c 2s ease-in-out infinite}@keyframes shadow-bob-c{0%,100%{transform:scale(1);opacity:.6}50%{transform:scale(.85);opacity:.4}}.hero__taxi-3d{position:relative;width:min(72%,440px);aspect-ratio:220 / 140;transform:rotate(calc(var(--scroll-rot,0) * 1deg)) translateY(calc(var(--bob,0) * 1px));transform-origin:center 70%;transition:transform .05s linear;animation:taxi-bob-c 3s ease-in-out infinite;filter:drop-shadow(0 30px 30px rgba(0,0,0,.35))}@keyframes taxi-bob-c{0%,100%{--bob:0}50%{--bob:-6}}.hero__taxi-svg-c{width:100%;height:100%;overflow:visible}.taxi-wheel-c{transform-origin:center;transform-box:fill-box;animation:wheel-spin-c .5s linear infinite}@keyframes wheel-spin-c{to{transform:rotate(360deg)}}.hero__taxi-beams{position:absolute;width:60%;height:4px;bottom:30%;left:75%;background:linear-gradient(to right,rgba(255,224,102,.7),transparent);filter:blur(4px);border-radius:4px;pointer-events:none;animation:beams-flick 1.5s ease-in-out infinite}@keyframes beams-flick{0%,100%{opacity:.9;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.1)}}.hero__floating{display:none !important}display:grid;place-items:center;box-shadow:0 0 0 6px rgba(255,210,0,.18),0 18px 36px rgba(255,210,0,.45);z-index:3;offset-path:path("M 50 380 C 120 340, 180 260, 260 240 S 400 210, 440 120");animation:drive 8s ease-in-out infinite alternate}@keyframes drive{0%{offset-distance:0%}100%{offset-distance:100%}}.hero__car::after{display:none}@keyframes ping{0%{transform:scale(.6);opacity:.6}100%{transform:scale(1.6);opacity:0}}.hero__pin{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--text);box-shadow:0 0 0 4px var(--surface);z-index:2}.hero__pin.p1{left:10%;top:74%}.hero__pin.p2{left:78%;top:18%}.hero__pin.p2::after{content:"Назначение";position:absolute;top:-32px;left:50%;transform:translateX(-50%);background:var(--text);color:var(--bg);font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap}.hero__card{position:absolute;left:20px;right:20px;bottom:20px;background:var(--glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--line-strong);border-radius:var(--radius);padding:16px 20px;z-index:4;display:flex;align-items:center;gap:14px}.hero__card .mono{font-family:var(--font-mono);font-size:11px;color:var(--text-3);letter-spacing:.06em;text-transform:uppercase}.hero__card .fare{font-family:var(--font-display);font-weight:800;font-size:24px;color:var(--text)}.hero__card-sep{width:1px;height:36px;background:var(--line)}.hero__card .green{font-size:13px;color:#22C55E;font-weight:600}.hero__card--below{position:static;margin-top:16px;left:auto;right:auto;bottom:auto;justify-content:space-between;width:100%}.hero__floating{position:absolute;background:var(--glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--line-strong);border-radius:var(--radius);padding:14px 18px;box-shadow:var(--shadow-1);z-index:5;animation:float 4s ease-in-out infinite}.hero__floating.f-top{top:28px;right:28px;display:flex;align-items:center;gap:12px}.hero__floating.f-top .badge-ico{width:32px;height:32px;border-radius:8px;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-weight:800}.hero__floating.f-top .t1{font-weight:700;font-size:14px}.hero__floating.f-top .t2{font-size:12px;color:var(--text-2)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:1080px){.hero__grid{grid-template-columns:1fr;gap:40px}.hero{padding:48px 0 64px}.hero__stats{gap:24px}.hero__stats .stat-n{font-size:26px}.hero__art{max-width:560px;margin:0 auto;width:100%}}section{padding:100px 0}.section-head{text-align:center;margin-bottom:56px;max-width:720px;margin-left:auto;margin-right:auto}.section-tag{font-size:14px;display:inline-block;font-family:var(--font-mono);font-size:12px;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.section-title{font-size:clamp(38px,4.2vw,58px);line-height:1.15;margin-bottom:16px}.section-sub{color:var(--text-2);font-size:18px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.in{opacity:1;transform:none}.benefits{padding-top:40px;padding-bottom:60px}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bcard{padding:28px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);transition:all .3s var(--ease);position:relative;overflow:hidden}.bcard:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:var(--shadow-2)}.bcard__ico{width:44px;height:44px;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;margin-bottom:20px}.bcard__t{font-size:18px;font-weight:700;margin-bottom:8px}.bcard__d{color:var(--text-2);font-size:14px}.bcard__num{position:absolute;top:16px;right:20px;font-family:var(--font-mono);font-size:11px;color:var(--text-3);letter-spacing:.1em}@media (max-width:900px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.benefits__grid{grid-template-columns:1fr}}.services__tabs{display:flex;gap:8px;justify-content:center;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:6px;margin:0 auto 40px;width:max-content;max-width:100%}.services__tab{padding:12px 24px;border-radius:999px;border:none;background:transparent;color:var(--text-2);font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .25s var(--ease)}.services__tab.is-active{background:var(--accent);color:var(--accent-ink);box-shadow:0 6px 16px var(--accent-ring)}.services__panel{display:none;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.services__panel.is-active{display:grid}.services__info{padding:40px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);display:flex;flex-direction:column}.services__info h3{font-size:32px;margin-bottom:16px}.services__info .lead{color:var(--text-2);font-size:16px;margin-bottom:24px}.services__feats{list-style:none;padding:0;margin:0 0 32px;display:grid;gap:12px}.services__feats li{display:flex;align-items:center;gap:12px;font-size:15px}.services__feats li svg{flex:0 0 auto;color:var(--accent)}.services__visual{border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--surface) 0%,var(--surface-2) 100%);border:1px solid var(--line);position:relative;overflow:hidden;min-height:380px;display:grid;place-items:center}.placeholder{position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 12px,rgba(255,148,69,.06) 12px,rgba(255,148,69,.06) 13px)}.placeholder__label{position:relative;text-align:center;font-family:var(--font-mono);font-size:12px;color:var(--text-3);letter-spacing:.1em;padding:10px 18px;border:1px dashed var(--line-strong);border-radius:8px;background:var(--surface)}.services__price{margin-top:auto;padding-top:24px;border-top:1px solid var(--line);display:flex;align-items:baseline;gap:12px}.services__price .big{font-family:var(--font-display);font-size:44px;font-weight:800;color:var(--accent);letter-spacing:-0.03em}.services__price .lbl{color:var(--text-2);font-size:14px}@media (max-width:900px){.services__panel.is-active{grid-template-columns:1fr}}.calc{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.calc__card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);padding:48px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center;box-shadow:var(--shadow-2)}.calc__controls{display:grid;gap:32px}.calc__field{display:grid;gap:12px}.calc__field label{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:var(--text-2)}.calc__field label b{color:var(--text);font-family:var(--font-display);font-weight:700;font-size:18px}input[type="range"]{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:4px;background:var(--line-strong);outline:none}input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 0 0 6px var(--accent-soft);transition:transform .2s var(--ease)}input[type="range"]::-webkit-slider-thumb:hover{transform:scale(1.12)}input[type="range"]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--accent);cursor:pointer;border:none;box-shadow:0 0 0 6px var(--accent-soft)}.calc__city-wrap{position:relative;margin-bottom:10px}.calc__city-input{width:100%;padding:9px 14px;border-radius:10px;border:1px solid var(--line-strong);background:var(--surface-2);color:var(--text);font-size:14px;outline:none;transition:border-color .2s}.calc__city-input:focus{border-color:var(--accent)}.calc__city-dropdown{display:none;position:absolute;top:100%;left:0;right:0;z-index:20;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:10px;overflow-y:auto;box-shadow:0 8px 24px rgba(0,0,0,.18);margin-top:4px;max-height:260px}.calc__city-option{padding:10px 14px;font-size:14px;color:var(--text-2);cursor:pointer;transition:background .15s}.calc__city-option:hover{background:var(--surface);color:var(--text)}.calc__tariff-wrap{margin-top:10px}.calc__tariff-wrap label{font-size:13px;color:var(--text-3);margin-bottom:6px;display:block}.calc__chips{display:flex;gap:8px;flex-wrap:wrap}.calc__chip{padding:8px 14px;border-radius:999px;border:1px solid var(--line-strong);background:transparent;color:var(--text-2);font-size:13px;font-weight:500;transition:all .2s var(--ease)}.calc__chip:hover{color:var(--text);border-color:var(--text-3)}.calc__chip.is-active{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.calc__result{padding:32px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--accent) 0%,color-mix(in oklab,var(--accent),#000 14%) 100%);color:var(--accent-ink);position:relative;overflow:hidden}.calc__result hr{border-top-color:rgba(0,0,0,.15)}.calc__result::before{background:radial-gradient(circle at 80% -20%,rgba(255,255,255,.35),transparent 50%)}.calc__result::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% -20%,rgba(255,255,255,.2),transparent 50%);pointer-events:none}.calc__result .rl{font-size:13px;opacity:.85;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.calc__result .rv{font-family:var(--font-display);font-size:48px;font-weight:800;letter-spacing:-0.03em;line-height:1}.calc__result .rv small{font-size:18px;opacity:.75;font-weight:600;margin-left:4px}.calc__result .r-period{font-size:13px;opacity:.85;margin-top:6px}.calc__result hr{border:none;border-top:1px solid rgba(255,255,255,.2);margin:20px 0}.calc__result .rrow{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:10px}.calc__result .rrow .rv2{font-family:var(--font-display);font-weight:700}.calc__disc{margin-top:20px;font-size:11px;opacity:.7;line-height:1.5}@media (max-width:900px){.calc__card{grid-template-columns:1fr;padding:32px;gap:32px}}@media (max-width:520px){.calc__card{padding:24px}.calc__result .rv{font-size:38px}}.steps__track{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}.steps__track::before{content:"";position:absolute;left:5%;right:5%;top:36px;height:2px;background-image:linear-gradient(to right,var(--line-strong) 50%,transparent 0%);background-size:14px 2px}.scard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px 24px;position:relative;transition:all .3s var(--ease)}.scard:hover{transform:translateY(-4px);border-color:var(--accent)}.scard__n{width:48px;height:48px;border-radius:12px;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:20px;margin-bottom:20px;position:relative;z-index:1;box-shadow:0 8px 20px var(--accent-ring)}.scard__t{font-size:18px;font-weight:700;margin-bottom:8px}.scard__d{color:var(--text-2);font-size:14px}.scard__time{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);font-family:var(--font-mono);font-size:11px;color:var(--text-3);letter-spacing:.1em;text-transform:uppercase}@media (max-width:900px){.steps__track{grid-template-columns:repeat(2,1fr)}.steps__track::before{display:none}}@media (max-width:520px){.steps__track{grid-template-columns:1fr}}.compare__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ccol{border-radius:var(--radius-lg);padding:40px 36px;position:relative;overflow:hidden}.ccol--bad{background:var(--surface-2);border:1px solid var(--line);color:var(--text-2)}.ccol--good{background:linear-gradient(135deg,var(--accent) 0%,color-mix(in oklab,var(--accent),#000 12%) 100%);color:var(--accent-ink);box-shadow:0 20px 60px var(--accent-ring)}.ccol--good::before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.08)}.ccol__label{font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;opacity:.7}.ccol--good .ccol__label{opacity:.9}.ccol__title{font-size:28px;font-weight:800;margin-bottom:24px}.ccol__list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.ccol__list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.5}.ccol__list li svg{flex:0 0 auto;margin-top:2px}@media (max-width:740px){.compare__grid{grid-template-columns:1fr}}.tm-carousel{position:relative;display:grid;grid-template-columns:56px 1fr 56px;gap:16px;align-items:stretch;margin:0 auto}.tm-viewport{overflow:hidden;border-radius:var(--radius-lg)}.tm-track{display:flex;gap:24px;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}.tm-track .tm-card{flex:0 0 calc((100% - 48px) / 3);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;transition:border-color .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease);box-sizing:border-box}.tm-track .tm-card:hover{border-color:var(--accent);box-shadow:var(--shadow-1);transform:translateY(-2px)}.tm-card__stars{display:flex;gap:2px;margin-bottom:16px;color:#F5A524}.tm-card__text{font-size:16px;line-height:1.5;margin-bottom:24px;flex:1}.tm-card__author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid var(--line)}.tm-card__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--accent),color-mix(in oklab,var(--accent),#000 30%));display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;font-size:16px;flex-shrink:0;object-fit:cover}.tm-card__name{font-weight:700;font-size:15px}.tm-card__meta{color:var(--text-2);font-size:13px}.tm-arrow{width:56px;height:56px;align-self:center;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--text-1);display:grid;place-items:center;cursor:pointer;transition:all .25s var(--ease);box-shadow:0 6px 18px rgba(13,18,30,.06)}.tm-arrow:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:scale(1.06)}.tm-arrow:disabled{opacity:.4;cursor:not-allowed;transform:none;background:var(--surface);color:var(--text-1);border-color:var(--line)}.tm-dots{display:flex;justify-content:center;gap:8px;margin:24px 0 0}.tm-dot{width:8px;height:8px;border-radius:50%;background:var(--line-strong);border:0;cursor:pointer;padding:0;transition:all .25s var(--ease)}.tm-dot.is-active{width:28px;border-radius:4px;background:var(--accent)}.tm-dot:hover{background:var(--accent)}.tm-actions{display:flex;justify-content:center;margin-top:28px}@media (max-width:1000px){.tm-track .tm-card{flex:0 0 calc((100% - 24px) / 2)}}@media (max-width:700px){.tm-carousel{grid-template-columns:44px 1fr 44px;gap:8px}.tm-arrow{width:44px;height:44px}.tm-track .tm-card{flex:0 0 100%;padding:24px}}.rv-modal[hidden]{display:none}.rv-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.rv-modal__backdrop{position:absolute;inset:0;background:rgba(13,18,30,.55);backdrop-filter:blur(4px);animation:rvFadeIn .25s var(--ease)}.rv-modal__panel{position:relative;z-index:1;width:100%;max-width:540px;background:var(--surface);border-radius:var(--radius-lg);padding:36px;box-shadow:0 30px 80px rgba(13,18,30,.35);animation:rvPanelIn .35s cubic-bezier(.22,1,.36,1);max-height:92vh;overflow-y:auto;box-sizing:border-box}@keyframes rvFadeIn{from{opacity:0}to{opacity:1}}@keyframes rvPanelIn{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none}}.rv-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;background:transparent;border:0;border-radius:50%;color:var(--text-2);display:grid;place-items:center;cursor:pointer;transition:all .2s var(--ease)}.rv-modal__close:hover{background:var(--surface-2);color:var(--text-1)}.rv-modal__title{font-family:var(--font-display);font-size:26px;font-weight:800;margin:0 0 6px}.rv-modal__sub{color:var(--text-2);font-size:14px;margin:0 0 22px}.rv-form{display:grid;gap:16px}.rv-field{display:grid;gap:6px}.rv-field label{font-size:13px;font-weight:700;color:var(--text-2)}.rv-field input,.rv-field textarea{width:100%;box-sizing:border-box;padding:12px 14px;font-family:inherit;font-size:15px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;color:var(--text-1);transition:border-color .2s var(--ease),background .2s var(--ease);resize:vertical}.rv-field input:focus,.rv-field textarea:focus{outline:none;border-color:var(--accent);background:var(--surface)}.rv-counter{font-size:12px;color:var(--text-3);text-align:right}.rv-stars{display:flex;gap:6px}.rv-star{width:38px;height:38px;background:transparent;border:0;padding:0;font-size:28px;line-height:1;color:var(--line-strong);cursor:pointer;transition:color .15s var(--ease),transform .15s var(--ease)}.rv-star.is-on{color:#F5A524}.rv-star:hover{transform:scale(1.15)}.rv-note{font-size:12px;color:var(--text-3);margin:0}.rv-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:6px}.rv-actions .btn{padding:12px 22px}.rv-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:24px 0 6px;color:#22C55E}.rv-success[hidden]{display:none !important}.rv-success__t{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--text-1)}.rv-success__d{color:var(--text-2);font-size:14px}@media (max-width:600px){.rv-modal__panel{padding:24px}.rv-modal__title{font-size:22px}}.app{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.app__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.app__feats{display:grid;gap:20px;margin-top:32px}.app-feat{display:flex;gap:16px;align-items:flex-start;padding:18px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line)}.app-feat__ico{width:40px;height:40px;border-radius:10px;flex:0 0 auto;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.app-feat__t{font-weight:700;font-size:15px;margin-bottom:4px}.app-feat__d{color:var(--text-2);font-size:13px}.app__phone{position:relative;max-width:360px;margin:0 auto;display:flex;justify-content:center;align-items:center;isolation:isolate}.app__phone-img{position:relative;z-index:2;display:block;width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(13,18,30,.22)) drop-shadow(0 12px 24px rgba(255,210,0,.12));animation:phoneFloat 7s ease-in-out infinite}.app__phone-glow{position:absolute;inset:-8% -10%;z-index:1;background:radial-gradient(60% 50% at 30% 20%,rgba(255,165,90,.35),transparent 60%),radial-gradient(55% 60% at 75% 75%,rgba(255,210,0,.22),transparent 65%);filter:blur(30px);pointer-events:none}@keyframes phoneFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.app__phone-floater{position:absolute;z-index:3;display:inline-flex;flex-direction:column;gap:2px;padding:12px 16px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 40px rgba(13,18,30,.12);font-size:12px;white-space:nowrap;animation:floaterFloat 6s ease-in-out infinite}.app__phone-floater--earn{top:12%;left:-14%;animation-delay:-2s}.app__phone-floater--commission{bottom:14%;right:-10%}.app__phone-floater .apf__lbl{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);font-weight:700}.app__phone-floater .apf__amt{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--text-1);line-height:1}.app__phone-floater .apf__amt--green{color:#22C55E}.app__phone-floater .apf__sub{font-size:11px;color:var(--text-2)}@keyframes floaterFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:600px){.app__phone-floater--earn{left:-4%}.app__phone-floater--commission{right:-2%}.app__phone-floater{padding:10px 12px}.app__phone-floater .apf__amt{font-size:17px}}@media (max-width:860px){.app__grid{grid-template-columns:1fr;gap:40px}}.cert__card{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);padding:48px}.cert__visual{position:relative;aspect-ratio:4/5;max-height:540px;background:linear-gradient(135deg,#FFF6E0,#FFE7B0 60%,#FFD27A);border:1px solid var(--line);border-radius:16px;overflow:hidden;display:grid;place-items:center;padding:28px;transition:transform .3s ease}.cert__visual:hover{transform:translateY(-4px) rotate(-.5deg)}.cert__visual::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.45),transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,179,71,.25),transparent 60%);pointer-events:none}.cert-ribbon{position:absolute;top:22px;right:-32px;background:var(--accent);color:var(--accent-ink);font-weight:800;font-size:9px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;padding:12px 24px 2px 82px;transform:rotate(35deg);box-shadow:0 4px 12px rgba(0,0,0,.18);z-index:3}.cert__visual svg.stamp{width:140px;height:140px;opacity:.9}@media (max-width:860px){.cert__card{grid-template-columns:1fr;padding:28px 20px;overflow:hidden}.cert__card h2.section-title{font-size:clamp(22px,5vw,36px) !important}.cert__card p{font-size:14px !important}.cert__stats{flex-wrap:wrap;gap:12px 20px}.cert__stats>div>div:first-child{font-size:24px !important}.cert__stats>div>div:last-child{font-size:12px !important}}@media (max-width:500px){.cert__card{padding:20px 16px}.cert__visual{padding:10px}#cert{overflow:hidden}}.form-section{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.form__wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);padding:48px;display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:start;box-shadow:var(--shadow-2)}.form__perks h3{font-size:26px;margin-bottom:8px}.form__perks p{color:var(--text-2);margin-bottom:0}.form__perks--route .sroute{grid-template-columns:56px 1fr;gap:0 16px;margin-top:4px}.form__perks--route .sroute__road{min-height:320px}.form__perks--route .sroute__stop{padding:14px 0}.form__perks--route .sroute__stop-title{font-size:14px}.form__perks--route .sroute__stop-desc{font-size:12px}.form__perks ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.form__perks li{display:flex;align-items:center;gap:10px;font-size:15px}.form__perks li svg{color:var(--accent);flex:0 0 auto}.field{display:grid;gap:6px;margin-bottom:16px}.field label{font-size:13px;color:var(--text-2);font-weight:500}.field input{padding:14px 16px;border-radius:12px;border:1px solid var(--line-strong);background:var(--bg);color:var(--text);font:inherit;font-size:15px;transition:all .2s var(--ease)}.field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.field.err input{border-color:#EF4444}.field .err-txt{color:#EF4444;font-size:12px;display:none}.field.err .err-txt{display:block}.form__channels{margin-top:8px;display:grid;gap:10px}.ch-btn{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface-2);color:var(--text);text-align:left;transition:all .2s var(--ease)}.ch-btn:hover{transform:translateY(-1px);border-color:var(--accent)}.ch-btn .ch-ico{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:13px;overflow:hidden;flex-shrink:0}.ch-btn .ch-ico img{width:100%;height:100%;object-fit:cover;display:block}.ch-btn .ch-ico.wa{background:#25D366}.ch-btn .ch-ico.tg{background:#26A5E4}.ch-btn .ch-ico.mx{background:#167EFF}.ch-btn .ch-ico.ph{background:var(--text);color:var(--bg)}.ch-btn .ch-t{font-weight:700;font-size:14px}.ch-btn .ch-d{color:var(--text-2);font-size:12px;margin-top:2px}.ch-btn .ch-arrow{margin-left:auto;color:var(--text-3);transition:transform .2s var(--ease)}.ch-btn:hover .ch-arrow{transform:translateX(4px);color:var(--accent)}.form__privacy{color:var(--text-3);font-size:12px;margin-top:16px;line-height:1.5}.form__privacy a{color:var(--text-2);text-decoration:underline}@media (max-width:860px){.form__wrap{grid-template-columns:1fr;padding:32px;gap:32px}}@media (max-width:520px){.form__wrap{padding:24px}}.form__success{display:none;padding:24px 16px 32px;text-align:center;background:var(--surface-2);border-radius:var(--radius);border:1px solid var(--line);flex-direction:column;align-items:center;gap:0}.form__success.is-on{display:flex;animation:pop-in .5s var(--ease)}@keyframes pop-in{0%{opacity:0;transform:scale(.92)}100%{opacity:1;transform:scale(1)}}.form__success .check{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;background:#22C55E;color:#fff;display:grid;place-items:center;animation:check-pop .6s var(--ease)}@keyframes check-pop{0%{transform:scale(0) rotate(-45deg)}60%{transform:scale(1.15) rotate(0)}100%{transform:scale(1) rotate(0)}}.faq__list{max-width:820px;margin:0 auto;display:grid;gap:12px}.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:all .3s var(--ease)}.faq-item[open]{border-color:var(--accent);box-shadow:var(--shadow-1)}.faq-item summary{padding:22px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-weight:600;font-size:17px;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";font-family:var(--font-display);font-size:28px;font-weight:300;color:var(--accent);transition:transform .3s var(--ease)}.faq-item[open] summary::after{content:"−"}.faq-item__body{padding:0 24px 22px;color:var(--text-2);font-size:15px;line-height:1.65}.faq-tabs{max-width:820px;margin:0 auto 28px;display:flex;gap:8px;padding:6px;background:var(--surface);border:1px solid var(--line);border-radius:999px}.faq-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;font-family:inherit;font-size:15px;font-weight:600;color:var(--text-2);background:transparent;border:0;border-radius:999px;cursor:pointer;transition:all .25s var(--ease);white-space:nowrap}.faq-tab:hover{color:var(--text-1)}.faq-tab__ico{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:currentColor;opacity:.85}.faq-tab.is-active{background:var(--accent);color:#1a1a1a;box-shadow:0 4px 14px rgba(255,148,69,.35)}.faq-tab.is-active .faq-tab__ico{opacity:1}.faq__list{display:none}.faq__list.is-active{display:grid;animation:faqFade .35s var(--ease)}@keyframes faqFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (max-width:640px){.faq-tabs{flex-direction:column;border-radius:18px}.faq-tab{border-radius:14px;justify-content:flex-start}}.blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:all .3s var(--ease)}.post:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:var(--shadow-1)}.post__img{aspect-ratio:16/9;background:linear-gradient(135deg,var(--surface-2),var(--bg-2));position:relative;overflow:hidden}.post__img::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(135deg,transparent,transparent 14px,rgba(255,148,69,.07) 14px,rgba(255,148,69,.07) 15px)}.post__img .post__label{position:absolute;top:16px;left:16px;padding:6px 12px;border-radius:999px;background:var(--bg);color:var(--accent);font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--line)}.post__body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.post__t{font-size:18px;font-weight:700;line-height:1.3}.post__d{color:var(--text-2);font-size:14px}.post__meta{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:11px;color:var(--text-3);letter-spacing:.08em;text-transform:uppercase}@media (max-width:860px){.blog__grid{grid-template-columns:1fr}}.contacts__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.ccard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 20px;text-align:center;transition:all .3s var(--ease)}.ccard:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:var(--shadow-1)}.ccard__ico{width:52px;height:52px;margin:0 auto 14px;border-radius:14px;display:grid;place-items:center;color:#fff;overflow:hidden}.ccard__ico img{width:100%;height:100%;object-fit:cover;display:block}.ccard__ico.ph{background:var(--text);color:var(--bg)}.ccard__ico.wa{background:#25D366}.ccard__ico.tg{background:#26A5E4}.ccard__ico.mx{background:#167EFF}.ccard__ico.vk{background:#0077FF}.ccard__lbl{font-family:var(--font-mono);font-size:11px;color:var(--text-3);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}.ccard__val{font-weight:700;font-size:15px;word-break:break-word}@media (max-width:900px){.contacts__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.contacts__grid{grid-template-columns:1fr}}#routeTrack{position:fixed;right:14px;top:90px;bottom:90px;width:24px;z-index:90;pointer-events:none}#routeTrack::before{content:'';position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%);background:repeating-linear-gradient(to bottom,var(--accent) 0 8px,transparent 8px 18px);opacity:0.35;border-radius:2px}#routeProgress{position:absolute;top:0;left:50%;width:2px;transform:translateX(-50%);background:var(--accent);height:0%;border-radius:2px;opacity:0.75;box-shadow:0 0 6px var(--accent);transition:height 80ms linear}#routeCarEl{position:absolute;left:50%;top:0%;transform:translateX(-50%) translateY(-50%);filter:drop-shadow(0 2px 8px rgba(255,210,0,0.7));transition:top 80ms linear}@media (max-width:900px){#routeTrack{display:none}}.ypro-wrap{display:flex;justify-content:center;animation:phone-appear 0.5s cubic-bezier(0.34,1.56,0.64,1) both}@keyframes phone-appear{from{opacity:0;transform:translateY(24px) scale(0.94)}to{opacity:1;transform:none}}.ypro-phone{width:248px;background:#f5f5f5;border-radius:36px;box-shadow:0 0 0 8px #1a1a1a,0 0 0 10px #333,0 28px 64px rgba(0,0,0,0.45);overflow:hidden;position:relative;display:flex;flex-direction:column}.ypro-notch{width:88px;height:24px;background:#1a1a1a;border-radius:0 0 18px 18px;margin:0 auto;position:relative;z-index:10;flex-shrink:0}.ypro-statusbar{display:flex;justify-content:space-between;align-items:center;padding:4px 14px 2px;font-size:10px;font-weight:700;color:#111;flex-shrink:0}.ypro-statusbar__icons{display:flex;align-items:center;gap:4px;color:#111}.ypro-map{position:relative;height:148px;overflow:hidden;flex-shrink:0}.ypro-map__svg{width:100%;height:100%;position:absolute;inset:0}.ypro-arrow{position:absolute;bottom:34%;left:50%;transform:translateX(-50%);filter:drop-shadow(0 2px 6px rgba(0,0,0,0.3));animation:arrow-bob 2s ease-in-out infinite}@keyframes arrow-bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-3px)}}.ypro-skip{position:absolute;top:10px;left:50%;transform:translateX(-50%);z-index:5}.ypro-skip__btn{background:white;border:none;border-radius:16px;padding:7px 16px;font-size:12px;font-weight:700;color:#111;cursor:pointer;text-align:center;line-height:1.3;box-shadow:0 2px 12px rgba(0,0,0,0.18);white-space:nowrap}.ypro-skip__btn span{display:block;font-size:10px;font-weight:500;color:#888}.ypro-skip__btn:active{transform:scale(0.96)}.ypro-sheet{background:#fff;border-radius:16px 16px 0 0;padding:6px 16px 14px;flex:1;display:flex;flex-direction:column;gap:0;box-shadow:0 -4px 20px rgba(0,0,0,0.08);animation:sheet-up 0.45s 0.2s cubic-bezier(0.34,1.3,0.64,1) both}@keyframes sheet-up{from{transform:translateY(20px);opacity:0}to{transform:none;opacity:1}}.ypro-sheet__handle{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:0 auto 10px}.ypro-dist{text-align:center;margin-bottom:10px}.ypro-dist__num{font-size:22px;font-weight:800;color:#111;line-height:1.1}.ypro-dist__num span{font-size:16px;font-weight:600}.ypro-dist__timer{font-size:22px;font-weight:800}.ypro-dist__sub{font-size:11px;color:#888;margin-top:2px}.ypro-divider{height:1px;background:#f0f0f0;margin:8px 0}.ypro-row2{display:flex;align-items:center;gap:0;padding:4px 0}.ypro-col2{flex:1;display:flex;align-items:center;gap:8px}.ypro-col2-sep{width:1px;height:36px;background:#f0f0f0;margin:0 10px}.ypro-col2__icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.ypro-col2__icon--a{background:#e8f5e9;color:#2e7d32}.ypro-col2__icon--bolt{background:#f3e8ff;font-size:14px}.ypro-col2__label{font-size:10px;color:#999;line-height:1.2}.ypro-col2__val{font-size:14px;font-weight:700;line-height:1.2}.ypro-col2__val--green{color:#2e7d32}.ypro-col2__val--purple{color:#7C3AED}.ypro-rating{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#333;padding:4px 0}.ypro-rating__val{font-weight:700;color:#111}.ypro-addr{padding:4px 0 8px}.ypro-addr__label{font-size:10px;color:#999;margin-bottom:2px}.ypro-addr__val{font-size:13px;font-weight:600;color:#111}.ypro-accept-btn{width:100%;padding:14px 0;border-radius:14px;border:none;background:#7C3AED;color:white;font-size:16px;font-weight:700;cursor:pointer;margin-top:auto;transition:transform 0.15s,background 0.2s;box-shadow:0 4px 16px rgba(124,58,237,0.35)}.ypro-accept-btn:active{transform:scale(0.97)}.ypro-accept-btn.is-pressed{animation:btn-press 0.35s cubic-bezier(0.36,0.07,0.19,0.97) forwards}@keyframes btn-press{0%{transform:scale(1);background:#7C3AED}25%{transform:scale(0.93);background:#6d28d9}60%{transform:scale(1.03);background:#4CAF50}100%{transform:scale(1);background:#4CAF50}}.ypro-accepted{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;flex:1;background:#fff;animation:phone-appear 0.5s cubic-bezier(0.34,1.56,0.64,1) both}.ypro-accepted__ring{animation:ring-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) both}@keyframes ring-pop{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.ypro-accepted__title{font-size:18px;font-weight:800;color:#111;text-align:center}.ypro-accepted__sub{font-size:12px;color:#888;text-align:center;line-height:1.6}.ypro-accepted__sub span{font-weight:700;color:#7C3AED}.ypro-homebar{height:24px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ypro-homebar::after{content:'';width:90px;height:4px;background:#111;border-radius:2px;opacity:0.15}.chk-particle{position:fixed;pointer-events:none;z-index:9999;border-radius:3px;background-image:linear-gradient(45deg,var(--accent) 25%,transparent 25%,transparent 75%,var(--accent) 75%),linear-gradient(45deg,var(--accent) 25%,transparent 25%,transparent 75%,var(--accent) 75%);background-size:8px 8px;background-position:0 0,4px 4px;animation:particle-fly 0.75s cubic-bezier(0.25,0.46,0.45,0.94) forwards;transform-origin:center}@keyframes particle-fly{0%{transform:translate(0,0) rotate(0deg) scale(1);opacity:1}100%{transform:translate(var(--dx),var(--dy)) rotate(var(--rot)) scale(0.3);opacity:0}}[data-parallax]{will-change:transform}.sroute{position:relative;display:grid;grid-template-columns:160px 1fr;gap:0 48px;align-items:start}.sroute__road{position:relative;height:100%;min-height:420px;display:flex;align-items:flex-start;justify-content:center}.sroute__dashes{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:4px;background:repeating-linear-gradient(to bottom,var(--accent) 0 18px,transparent 18px 32px);opacity:0.35;border-radius:2px}.sroute__dashes::before{content:'';position:absolute;top:0;bottom:0;left:-16px;right:-16px;background:var(--accent-soft);border-radius:40px;z-index:-1}.sroute__car{position:absolute;top:0;left:50%;transform:translateX(-50%);transition:top 0.5s cubic-bezier(0.4,0,0.2,1);z-index:2;filter:drop-shadow(0 4px 12px rgba(255,210,0,0.45))}.sroute__markers{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none}.sroute__bubble{position:absolute;left:50%;transform:translateX(-50%) translateY(calc(-100% - 14px));top:0;background:#fff;border:2px solid var(--accent);border-radius:14px;padding:8px 12px;font-size:22px;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,0.12);white-space:nowrap;pointer-events:none;z-index:5;opacity:0;scale:0.6;transition:opacity 0.25s ease,scale 0.3s cubic-bezier(0.34,1.56,0.64,1)}.sroute__bubble::after{content:'';position:absolute;bottom:-9px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:9px solid var(--accent)}.sroute__bubble::before{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #fff;z-index:1}.sroute__bubble.is-visible{opacity:1;scale:1}.sroute__stops{display:flex;flex-direction:column;gap:0;padding-top:0}.sroute__stop{display:flex;align-items:flex-start;gap:16px;padding:24px 0;border-bottom:1px solid var(--line);opacity:0.35;transition:opacity 0.4s ease,transform 0.4s ease;transform:translateX(-8px)}.sroute__stop:last-child{border-bottom:none}.sroute__stop.is-active{opacity:1;transform:translateX(0)}.sroute__stop-dot{width:14px;height:14px;border-radius:50%;background:var(--surface-2);border:2px solid var(--line);flex-shrink:0;margin-top:4px;transition:background 0.3s,border-color 0.3s,box-shadow 0.3s}.sroute__stop.is-active .sroute__stop-dot{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.sroute__stop--final.is-active .sroute__stop-dot{background:#22c55e;border-color:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,0.2)}.sroute__stop-time{font-size:11px;font-weight:700;color:var(--accent);letter-spacing:.06em;margin-bottom:4px}.sroute__stop--final.is-active .sroute__stop-time{color:#22c55e}.sroute__stop-title{font-size:16px;font-weight:700;color:var(--text-1);margin-bottom:4px;line-height:1.2}.sroute__stop-desc{font-size:13px;color:var(--text-2);line-height:1.4}@media (max-width:700px){.sroute{grid-template-columns:1fr}.sroute__road{display:none}}#returnPopup{position:fixed;bottom:90px;right:24px;width:280px;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px 20px 18px;box-shadow:0 12px 48px rgba(0,0,0,0.18),0 0 0 1px var(--accent-soft);z-index:200;transform:translateY(20px) scale(0.94);opacity:0;pointer-events:none;transition:transform 0.4s cubic-bezier(0.34,1.56,0.64,1),opacity 0.3s ease;text-align:center}#returnPopup.is-visible{transform:none;opacity:1;pointer-events:auto}.return-popup__close{position:absolute;top:10px;right:12px;background:none;border:none;font-size:14px;color:var(--text-3);cursor:pointer;padding:4px 6px;border-radius:6px;line-height:1;transition:color 0.2s,background 0.2s}.return-popup__close:hover{color:var(--text-1);background:var(--surface-2)}.return-popup__icon{font-size:32px;margin-bottom:8px;animation:icon-bounce 2s ease-in-out infinite}@keyframes icon-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.return-popup__title{font-size:16px;font-weight:800;color:var(--text-1);margin-bottom:4px}.return-popup__sub{font-size:13px;color:var(--text-2);margin-bottom:14px;line-height:1.4}.return-popup__btns{display:flex;gap:8px}.return-popup__btn{flex:1;padding:10px 0;border-radius:12px;font-size:13px;font-weight:700;text-decoration:none;text-align:center;transition:opacity 0.2s,transform 0.15s}.return-popup__btn:active{transform:scale(0.96)}.return-popup__btn--wa{background:#25D366;color:white}.return-popup__btn--tg{background:#2AABEE;color:white}.return-popup__btn:hover{opacity:0.88}.leather-cta{position:relative;overflow:hidden;background:var(--accent);padding:72px 0}.leather-cta__texture{position:absolute;inset:0;opacity:0.07;background-image:repeating-linear-gradient(45deg,#000 0,#000 1px,transparent 0,transparent 50%),repeating-linear-gradient(-45deg,#000 0,#000 1px,transparent 0,transparent 50%);background-size:10px 10px}.leather-cta__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.leather-cta__tag{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(0,0,0,0.5);margin-bottom:12px}.leather-cta__title{font-size:clamp(28px,4vw,48px);font-weight:900;color:#111;line-height:1.1;margin-bottom:14px}.leather-cta__sub{font-size:15px;color:rgba(0,0,0,0.6);line-height:1.6}.leather-cta__actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.leather-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;background:#111;color:var(--accent);transition:transform .2s,box-shadow .2s;white-space:nowrap}.leather-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.25)}.leather-cta__btn--ghost{background:transparent;border:2px solid rgba(0,0,0,0.25);color:#111}.leather-cta__btn--ghost:hover{background:rgba(0,0,0,0.08)}.ft{padding:60px 0 40px;border-top:1px solid var(--line)}.dashboard-ft{background:#0d0d12;border-top:3px solid #222;padding:0;color:#bbb}.dashboard-ft__panel{display:grid;grid-template-columns:180px 1fr 160px;gap:0;min-height:260px}.dash-speedo{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;border-right:1px solid #1e1e28;background:#0a0a0f}.dash-speedo__svg{width:140px}.dash-speedo__label{font-family:var(--font-mono);font-size:11px;letter-spacing:.25em;color:#FFD200;text-transform:uppercase;margin-top:8px}.dashboard-ft__center{padding:40px 40px 24px}.dashboard-ft__center .ft__grid{grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:24px}.dashboard-ft__center .ft__brand p{color:#666;font-size:13px}.dashboard-ft__center .ft__col h4{color:#FFD200;font-size:11px;letter-spacing:.15em;margin-bottom:12px}.dashboard-ft__center .ft__col a{color:#888;font-size:13px}.dashboard-ft__center .ft__col a:hover{color:#FFD200}.dashboard-ft__center .ft__bottom{border-top:1px solid #1e1e28;padding-top:20px;color:#444;font-size:12px}.ft__socials{display:flex;gap:8px;margin-top:14px}.ft__socials a{display:block;width:32px;height:32px;border-radius:8px;overflow:hidden;opacity:.7;transition:opacity .2s}.ft__socials a:hover{opacity:1}.ft__socials img{width:100%;height:100%;object-fit:cover}.dash-indicators{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:32px 16px;border-left:1px solid #1e1e28;background:#0a0a0f}.dash-ind{display:flex;flex-direction:column;align-items:center;gap:4px;opacity:.3}.dash-ind--on{opacity:1}.dash-ind span{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#666}.dash-ind--on span{color:#FFD200}@media (max-width:900px){.leather-cta__content{flex-direction:column;text-align:center}.leather-cta__actions{width:100%}.leather-cta__btn{width:100%}.dashboard-ft__panel{grid-template-columns:1fr}.dash-speedo,.dash-indicators{display:none}.dashboard-ft__center{padding:32px 20px 20px}.dashboard-ft__center .ft__grid{grid-template-columns:1fr 1fr;gap:24px}}.ft__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.ft__brand p{color:var(--text-2);font-size:14px;max-width:320px;margin-top:16px}.ft__col h4{font-size:14px;margin-bottom:16px;letter-spacing:.02em}.ft__col ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.ft__col a{color:var(--text-2);font-size:14px;transition:color .2s var(--ease)}.ft__col a:hover{color:var(--accent)}.ft__bottom{padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;color:var(--text-3);font-size:13px}@media (max-width:860px){.ft__grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.ft__grid{grid-template-columns:1fr}}.sticky-cta{position:fixed;right:24px;bottom:24px;z-index:60;display:flex;align-items:center;gap:10px;padding:14px 22px 14px 18px;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:800;font-size:14px;box-shadow:0 14px 40px var(--accent-ring);transform:none;transition:background .2s var(--ease),box-shadow .2s var(--ease)}.sticky-cta.is-visible{transform:none}.sticky-cta:hover{background:var(--accent-2);box-shadow:0 18px 48px var(--accent-ring)}.sticky-cta .bolt{width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.15);display:grid;place-items:center}@media (max-width:520px){.sticky-cta{right:12px;bottom:12px;padding:12px 18px 12px 14px;font-size:13px}}.toast{position:fixed;top:24px;left:50%;transform:translateX(-50%) translateY(-20px);background:#EF4444;color:#fff;padding:14px 22px;border-radius:12px;font-weight:600;font-size:14px;box-shadow:0 14px 40px rgba(239,68,68,.35);opacity:0;pointer-events:none;z-index:100;transition:all .3s var(--ease)}.toast.is-on{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}@keyframes stat-shake-kf{0%,100%{transform:translateX(0) rotate(0deg)}15%{transform:translateX(-5px) rotate(-2deg)}30%{transform:translateX(5px) rotate(2deg)}45%{transform:translateX(-4px) rotate(-1deg)}60%{transform:translateX(4px) rotate(1deg)}75%{transform:translateX(-2px) rotate(0deg)}}.stat-shake{animation:stat-shake-kf 0.55s ease-in-out;display:inline-block}.bcard{transition:transform 0.12s ease,box-shadow 0.12s ease;will-change:transform}.has-taxi-hover{position:relative;overflow:hidden}.has-taxi-hover::after{content:"🚕";position:absolute;right:-2em;top:50%;transform:translateY(-50%);font-size:1.2em;transition:right 0.35s cubic-bezier(.2,.8,.3,1),opacity 0.35s;opacity:0;pointer-events:none;line-height:1}.has-taxi-hover:hover::after{right:0.5em;opacity:1}.has-taxi-hover:hover{padding-right:2.4em;transition:padding-right 0.3s ease,background 0.2s,transform 0.2s}.nav__logo-img{width:34px;height:34px;border-radius:10px;object-fit:cover;box-shadow:0 6px 18px var(--accent-ring);flex-shrink:0}.stat-icon{font-size:28px;line-height:1;background:none;-webkit-text-fill-color:unset}.services__photo{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg)}.post__img{background-size:cover;background-position:center}.art-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.7);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;padding:32px 16px;opacity:0;pointer-events:none;transition:opacity .3s ease;overflow-y:auto}.art-overlay.is-open{opacity:1;pointer-events:all}.art-modal{background:var(--surface);border:1px solid var(--line);border-radius:20px;width:100%;max-width:740px;position:relative;overflow:hidden;transform:translateY(30px);transition:transform .35s cubic-bezier(.2,.8,.3,1);margin:auto}.art-overlay.is-open .art-modal{transform:translateY(0)}.art-close{position:absolute;top:16px;right:16px;z-index:2;width:36px;height:36px;border-radius:50%;background:var(--surface-2);border:1px solid var(--line);color:var(--text-2);font-size:22px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:background .2s,color .2s}.art-close:hover{background:var(--accent);color:var(--accent-ink)}.art-cover{width:100%;aspect-ratio:16/7;background:var(--surface-2) center/cover no-repeat}.art-content{padding:40px 48px 56px;font-size:16px;line-height:1.8;color:var(--text-2)}.art-content h1{font-size:26px;font-weight:800;color:var(--text);line-height:1.3;margin-bottom:8px}.art-content h2{font-size:20px;font-weight:700;color:var(--text);margin:32px 0 12px}.art-content h3{font-size:17px;font-weight:700;color:var(--text);margin:24px 0 8px}.art-content p{margin-bottom:14px}.art-content ul,.art-content ol{padding-left:24px;margin-bottom:14px}.art-content li{margin-bottom:6px}.art-content strong{color:var(--text);font-weight:700}.art-content hr{border:none;border-top:1px solid var(--line);margin:28px 0}.art-content blockquote{border-left:4px solid var(--accent);margin:20px 0;padding:12px 20px;background:var(--surface-2);border-radius:0 8px 8px 0;color:var(--text);font-style:italic}.art-content table{width:100%;border-collapse:collapse;margin-bottom:20px;font-size:14px}.art-content th{background:var(--surface-2);color:var(--text);font-weight:700;padding:10px 14px;text-align:left;border:1px solid var(--line)}.art-content td{padding:9px 14px;border:1px solid var(--line)}.art-content em{color:var(--text-3);font-size:13px;font-style:normal}.art-content code{background:var(--surface-2);border-radius:4px;padding:2px 6px;font-family:var(--font-mono);font-size:13px}@media (max-width:600px){.art-content{padding:24px 20px 40px}.art-content h1{font-size:20px}.art-content h2{font-size:17px}}.post__img[style*="background-image"]::before{display:none}@media (max-width:700px){#returnPopup{display:none !important}}@media (max-width:700px){.hero-meter{bottom:4px;padding:4px 10px;gap:8px;font-size:0}.hero-meter__label{font-size:7px;letter-spacing:.08em}.hero-meter__value{font-size:14px}.hero-meter__withdraw{font-size:9px}}@media (max-width:860px){.cert__card{padding:24px 20px;gap:20px}.cert__card>div:first-child p,.cert__card>div:first-child h2{text-align:left}}@media (max-width:900px){.services__panel.is-active{display:flex !important;flex-direction:column-reverse}.services__visual{min-height:220px}}@media (max-width:700px){.form__wrap{grid-template-columns:1fr !important;padding:24px !important;gap:28px !important}.form__perks--route .sroute{display:block !important;grid-template-columns:unset !important}.form__perks--route .sroute__road,.sroute__road{display:block !important;min-height:unset !important;height:60px !important;width:100% !important;position:relative;overflow:hidden;border-radius:12px;background:var(--surface-2);border:1px solid var(--line);margin-bottom:16px;flex-direction:unset !important}.sroute__dashes{position:absolute !important;top:50% !important;left:0 !important;right:0 !important;height:3px !important;width:auto !important;transform:translateY(-50%) !important;background:repeating-linear-gradient(90deg,var(--accent) 0 24px,transparent 24px 40px) !important;animation:road-dash 1s linear infinite !important}.sroute__dashes::before{display:none !important}.sroute__car{position:absolute !important;top:50% !important;left:-80px !important;transform:translateY(-50%) !important;animation:sroute-mobile-drive 5s linear infinite !important}@keyframes sroute-mobile-drive{0%{left:-80px;opacity:0}10%{opacity:1}90%{opacity:1}100%{left:105%;opacity:0}}.sroute__markers{display:none !important}.sroute__bubble{display:none !important}.sroute__stops{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important}.sroute__stop{border-bottom:none !important;padding:12px !important;background:var(--surface) !important;border:1px solid var(--line) !important;border-radius:12px !important}.sroute__stop-dot{display:none !important}.sroute__stop-time{font-size:10px !important}.sroute__stop-title{font-size:13px !important}.sroute__stop-desc{font-size:11px !important}}.cert__stats{display:flex;gap:20px;margin-top:28px;flex-wrap:wrap}@media (max-width:860px){.cert__stats{gap:14px 24px}.cert__stats>div>div:first-child{font-size:24px !important}}@media (max-width:700px){.form__perks--route .sroute,.sroute{display:block !important}.form__perks--route .sroute__road,.sroute__road{display:block !important;min-height:unset !important;height:110px !important;width:100% !important;position:relative !important;overflow:hidden !important;border-radius:16px !important;background:#f5f5f0 !important;border:1px solid #e0ddd0 !important;box-shadow:inset 0 -3px 8px rgba(0,0,0,.06) !important;margin-bottom:0 !important}.sroute__road::after{content:"" !important;position:absolute !important;left:0 !important;right:0 !important;top:0 !important;bottom:0 !important;background:linear-gradient(#ccc 0 6px,transparent 6px calc(100% - 6px),#ccc calc(100% - 6px) 100%) !important;pointer-events:none !important;z-index:0 !important}.sroute__dashes{position:absolute !important;top:50% !important;bottom:auto !important;left:0 !important;right:0 !important;height:4px !important;transform:translateY(-50%) !important;background:repeating-linear-gradient(90deg,#FFD200 0 28px,transparent 28px 56px) !important;animation:mobile-road-move 0.7s linear infinite !important;z-index:1 !important}.sroute__dashes::before{display:none !important}@keyframes mobile-road-move{from{background-position:0 0}to{background-position:-56px 0}}.sroute__car--mobile{position:absolute !important;left:12px !important;top:50% !important;transform:translateY(-50%) !important;animation:car-idle-bounce 0.5s ease-in-out infinite alternate !important;z-index:5 !important;transition:none !important}@keyframes car-idle-bounce{from{transform:translateY(calc(-50% - 1px))}to{transform:translateY(calc(-50% + 1px))}}.sroute__markers{display:none !important}.sroute__bubble{display:none !important}.sroute__stops{position:absolute !important;top:0 !important;bottom:0 !important;left:90px !important;right:0 !important;display:flex !important;align-items:center !important;overflow:hidden !important;z-index:6 !important}.sroute__stop--card{position:absolute !important;left:0 !important;width:calc(100% - 12px) !important;border-bottom:none !important;padding:10px 14px !important;background:#fff !important;border:2px solid #e8e8e8 !important;border-radius:12px !important;box-shadow:0 2px 12px rgba(0,0,0,.10) !important;will-change:transform !important}.sroute__stop--card.is-active{border-color:#FFD200 !important;box-shadow:0 2px 16px rgba(255,210,0,.3) !important}.sroute__stop-dot{display:none !important}.sroute__stop-card{padding:0 !important}.sroute__stop-time{font-size:10px !important;color:#FFB300 !important;font-weight:600 !important;letter-spacing:.03em !important}.sroute__stop-title{font-size:14px !important;font-weight:700 !important;color:#111 !important;margin-top:4px !important;line-height:1.25 !important}.sroute__stop-desc{font-size:11px !important;color:#666 !important;margin-top:4px !important;line-height:1.4 !important}}@media (max-width:860px){.cert__visual{padding:16px;width:100%;box-sizing:border-box}.cert__visual img{width:100%;height:auto;max-height:none}}@media (max-width:500px){.cert__card{padding:20px 16px}.cert__visual{padding:10px}}.steps-h{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:8px}.steps-h__item{position:relative;padding:0 8px 0 0;display:flex;flex-direction:column;gap:4px}.steps-h__item:not(.steps-h__item--last) .steps-h__line{position:absolute;top:13px;left:28px;right:0;height:2px;background:var(--line-strong)}.steps-h__item--last .steps-h__line{display:none}.steps-h__num{width:26px;height:26px;border-radius:50%;background:var(--accent);color:var(--accent-ink);font-size:12px;font-weight:800;display:grid;place-items:center;flex-shrink:0;position:relative;z-index:1}.steps-h__num--last{background:var(--surface-2);font-size:14px}.steps-h__time{font-size:10px;color:var(--accent);font-weight:600;margin-top:6px;letter-spacing:.02em}.steps-h__title{font-size:13px;font-weight:700;color:var(--text);line-height:1.2}.steps-h__desc{font-size:11px;color:var(--text-3);line-height:1.4}@media (max-width:500px){.steps-h{grid-template-columns:repeat(2,1fr);gap:16px 8px}.steps-h__item:not(.steps-h__item--last) .steps-h__line{display:none}.steps-h__item{padding:0}}.steps-h--mobile{display:none}.sroute--desktop{display:grid}@media (max-width:1080px){.sroute--desktop{display:none !important}.steps-h--mobile{display:grid !important;grid-template-columns:repeat(4,1fr) !important}}@media (max-width:700px){.steps-h--mobile{grid-template-columns:repeat(2,1fr) !important;gap:16px 8px !important}.steps-h__item:not(.steps-h__item--last) .steps-h__line{display:none !important}}@media (max-width:700px){.hero__art{aspect-ratio:1 / 1}.city-scene__houses-track{bottom:18%;height:44%}.city-scene__sky{height:52%}}.hero{min-height:100svh;padding:clamp(72px,8vh,100px) 0 clamp(56px,8vh,90px);display:flex;align-items:center;isolation:isolate}.hero::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(5,7,12,.78) 0%,rgba(5,7,12,.56) 38%,rgba(5,7,12,.18) 68%,rgba(5,7,12,.08) 100%),linear-gradient(0deg,rgba(5,7,12,.45) 0%,transparent 34%)}.hero__grid{position:static;z-index:3;display:block}.hero__text{max-width:min(820px,92vw);position:relative;z-index:4}.hero__title,.hero__sub,.hero__stats .stat-n{color:#fff}.hero__sub,.hero__stats .stat-l{color:rgba(255,255,255,.82)}.hero__stats{max-width:620px;border-top-color:rgba(255,255,255,.22)}.hero__art{position:absolute;inset:0;width:100%;max-width:none;aspect-ratio:auto;margin:0;border:0;border-radius:0;box-shadow:none;background:transparent;z-index:1;pointer-events:none}.hero__art .city-scene{border-radius:0;box-shadow:none}.hero__art .city-scene__sky{height:58%}.hero__art .city-scene__skyline{bottom:31%;height:30%}.hero__art .city-scene__houses-track{bottom:21%;height:38%}.hero__art .city-scene__sidewalk{bottom:22%;height:4%}.hero__art .city-scene__road{height:22%}.hero__art .taxi-car{width:clamp(360px,42vw,720px);max-width:none;left:67%;bottom:8.5%}.hero__art .hero-meter{left:67%;bottom:32%}.hero__art .far-car{bottom:24%}@media (max-width:1080px){.hero{padding:90px 0 max(160px,38svh);align-items:flex-start}.hero::before{background:linear-gradient(180deg,rgba(5,7,12,.90) 0%,rgba(5,7,12,.75) 35%,rgba(5,7,12,.20) 58%,rgba(5,7,12,.08) 100%)}.hero__art{width:100%}.hero__art .taxi-car{width:min(680px,78vw);left:56%;bottom:8%}.hero__art .hero-meter{left:54%;bottom:34%}}@media (max-width:700px){.hero{min-height:100svh !important;padding:48px 0 max(140px,36svh) !important}.hero::before{background:linear-gradient(180deg,rgba(5,7,12,.88) 0%,rgba(5,7,12,.72) 40%,rgba(5,7,12,.38) 65%,rgba(5,7,12,.18) 100%)}.hero__title{font-size:clamp(26px,7.5vw,34px)}.hero__sub{font-size:16px;max-width:96%}.hero__stats{margin-top:28px;padding-top:22px;gap:18px;flex-wrap:wrap}.hero__art .city-scene__sky{height:54%}.hero__art .city-scene__houses-track{bottom:22%;height:35%}.hero__art .taxi-car{width:min(560px,112vw);left:50%;bottom:8%}.hero__art .hero-meter{left:50%;bottom:34%;transform:translateX(-50%) scale(.86)}.hero-order-notify{transform:translateX(-50%) translateY(8px) scale(.82)}.hero-order-notify.is-visible{transform:translateX(-50%) translateY(0) scale(.82)}}.hero__art .city-scene::before{content:"";position:absolute;inset:0;z-index:7;pointer-events:none;background:linear-gradient(90deg,rgba(5,7,12,.72) 0%,rgba(5,7,12,.48) 34%,rgba(5,7,12,.12) 62%,transparent 100%)}@media (max-width:700px){.hero__art .city-scene::before{background:linear-gradient(180deg,rgba(5,7,12,.76) 0%,rgba(5,7,12,.48) 45%,rgba(5,7,12,.06) 72%,rgba(5,7,12,.2) 100%)}}.hero__art .taxi-car{left:56%}.hero__art .hero-meter{left:56%;bottom:3.5%;transform:translateX(-50%) scale(.96)}@media (max-width:1080px){.hero__art .taxi-car{left:46%}.hero__art .hero-meter{left:46%;bottom:3.5%;transform:translateX(-50%) scale(.92)}}@media (max-width:700px){.hero__art .taxi-car{left:42%}.hero__art .hero-meter{left:42%;bottom:3%;transform:translateX(-50%) scale(.78)}}.hero__art .hero-meter{left:56% !important;bottom:1.2% !important;z-index:30 !important;transform:translateX(-50%) scale(.9) !important}@media (max-width:1080px){.hero__art .hero-meter{left:46% !important;bottom:1.2% !important;transform:translateX(-50%) scale(.86) !important}}@media (max-width:700px){.hero__art .hero-meter{left:42% !important;bottom:1% !important;transform:translateX(-50%) scale(.72) !important}}.hero__art .hero-meter{bottom:12% !important}@media (max-width:1080px){.hero__art .hero-meter{bottom:12% !important}}@media (max-width:700px){.hero__art .hero-meter{bottom:12% !important}}.hero__art .hero-meter{bottom:18% !important}@media (max-width:1080px){.hero__art .hero-meter{bottom:18% !important}}@media (max-width:700px){.hero__art .hero-meter{bottom:18% !important}}@media (max-width:700px){.hero{min-height:100svh;padding:118px 0 0 !important;align-items:flex-start}.hero__text{max-width:100%}.hero__eyebrow{max-width:100%;padding:6px 10px;font-size:11px;line-height:1.2;white-space:nowrap}.hero__title{margin:20px 0 18px;font-size:clamp(40px,12vw,52px);line-height:1.08}.hero__sub{margin-bottom:26px;font-size:17px;line-height:1.45}.hero__ctas{gap:10px}.hero__ctas .btn{min-height:56px;padding:14px 20px}.hero__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px;padding-top:22px;gap:16px 18px}.hero__stats .stat-n{font-size:24px}.hero__stats .stat-l{font-size:12px}.hero__art .city-scene__sky{height:42% !important}.hero__art .city-scene__skyline{bottom:18% !important;height:28% !important}.hero__art .city-scene__houses-track{bottom:15% !important;height:34% !important}.hero__art .city-scene__sidewalk{bottom:15% !important;height:4% !important}.hero__art .city-scene__road{height:15% !important}.hero__art .taxi-car{width:min(540px,118vw) !important;left:50% !important;bottom:8.5% !important}.hero__art .hero-meter{left:50% !important;bottom:2.5% !important;transform:translateX(-50%) scale(.72) !important}}@media (max-width:380px),(max-height:700px){.hero{padding-top:104px !important}.hero__eyebrow{font-size:11px}.hero__title{font-size:clamp(22px,6.5vw,30px);margin:16px 0 14px}.hero__sub{font-size:15px;margin-bottom:18px}.hero__ctas .btn{min-height:52px}.hero__stats{margin-top:18px;gap:12px 14px}.hero__art .city-scene__sky{height:36% !important}.hero__art .city-scene__skyline{bottom:16% !important;height:25% !important}.hero__art .city-scene__houses-track{bottom:13% !important;height:32% !important}.hero__art .city-scene__sidewalk{bottom:13% !important}.hero__art .city-scene__road{height:13% !important}.hero__art .taxi-car{width:min(500px,116vw) !important;bottom:7% !important}.hero__art .hero-meter{bottom:1.4% !important;transform:translateX(-50%) scale(.66) !important}}@media (max-width:700px){.hero__stats{position:relative;z-index:8;margin-top:14px !important;padding-top:16px !important}.hero__art .taxi-car{width:min(430px,104vw) !important;left:47% !important;bottom:4.2% !important}.hero__art .hero-meter{bottom:0.6% !important;transform:translateX(-50%) scale(.62) !important}}@media (max-width:380px),(max-height:700px){.hero__art .taxi-car{width:min(400px,102vw) !important;left:47% !important;bottom:3.8% !important}.hero__art .hero-meter{bottom:0.4% !important;transform:translateX(-50%) scale(.58) !important}}@media (max-width:700px){.hero__stats{display:none !important}}@media (max-width:700px){.hero{padding-top:92px !important}.hero__eyebrow{margin-top:0}.hero__title{margin-top:18px !important}.hero__art .city-scene__sky{height:24% !important}.hero__art .city-scene__sun{top:6% !important;right:10% !important}.hero__art .cloud{transform:scale(.72)}.hero__art .benefit-cloud-wrap{transform:scale(.74);transform-origin:center}.hero__art .city-scene__skyline{bottom:31% !important;height:24% !important}.hero__art .city-scene__houses-track{bottom:27% !important;height:31% !important}.hero__art .city-scene__sidewalk{bottom:27% !important;height:4% !important}.hero__art .city-scene__road{bottom:0 !important;height:27% !important}.hero__art .taxi-car{bottom:19% !important}.hero__art .hero-meter{bottom:13% !important}}@media (max-width:380px),(max-height:700px){.hero{padding-top:86px !important}.hero__art .city-scene__sky{height:20% !important}.hero__art .city-scene__skyline{bottom:32% !important;height:22% !important}.hero__art .city-scene__houses-track{bottom:28% !important;height:30% !important}.hero__art .city-scene__sidewalk{bottom:28% !important}.hero__art .city-scene__road{height:28% !important}.hero__art .taxi-car{bottom:20% !important}.hero__art .hero-meter{bottom:14% !important}}@media (max-width:700px){.hero__ctas{margin-top:-6px}.hero__ctas .btn{min-height:50px !important;padding:12px 18px !important}.hero__art .taxi-car{width:min(390px,98vw) !important;bottom:18% !important}.hero__art .hero-meter{bottom:12.5% !important;transform:translateX(-50%) scale(.56) !important}}@media (max-width:380px),(max-height:700px){.hero__ctas .btn{min-height:46px !important;padding:10px 16px !important}.hero__art .taxi-car{width:min(370px,96vw) !important;bottom:18% !important}.hero__art .hero-meter{bottom:12.4% !important;transform:translateX(-50%) scale(.52) !important}}@media (max-width:700px){.hero__ctas .btn-ghost{background:rgba(255,255,255,.92) !important;color:#111827 !important;border-color:rgba(255,255,255,.95) !important;box-shadow:0 14px 32px rgba(0,0,0,.18) !important}.hero__art .benefit-cloud-wrap--1{top:9% !important}.hero__art .benefit-cloud-wrap--2{top:20% !important}.hero__art .benefit-cloud-wrap--3{top:8% !important}.hero__art .benefit-cloud-wrap--4{top:19% !important}.hero__art .hero-meter{z-index:60 !important;bottom:13.8% !important;transform:translateX(-50%) scale(.62) !important}}@media (max-width:380px),(max-height:700px){.hero__art .benefit-cloud-wrap--1{top:8% !important}.hero__art .benefit-cloud-wrap--2{top:18% !important}.hero__art .benefit-cloud-wrap--3{top:7% !important}.hero__art .benefit-cloud-wrap--4{top:17% !important}.hero__art .hero-meter{bottom:13.6% !important;transform:translateX(-50%) scale(.56) !important}}@media (max-width:700px){.hero__art .benefit-cloud-wrap--1{top:13% !important}.hero__art .benefit-cloud-wrap--2{top:24% !important}.hero__art .benefit-cloud-wrap--3{top:12% !important}.hero__art .benefit-cloud-wrap--4{top:25% !important}.hero__art .benefit-cloud-wrap{z-index:4 !important}.hero__art .hero-meter{bottom:7.2% !important;min-width:250px !important;justify-content:center !important;transform:translateX(-50%) scale(.82) !important;z-index:90 !important}.hero-meter__label{font-size:9px !important}.hero-meter__value{font-size:18px !important}}@media (max-width:380px),(max-height:700px){.hero__art .benefit-cloud-wrap--1{top:12% !important}.hero__art .benefit-cloud-wrap--2{top:22% !important}.hero__art .benefit-cloud-wrap--3{top:11% !important}.hero__art .benefit-cloud-wrap--4{top:23% !important}.hero__art .hero-meter{bottom:7% !important;min-width:230px !important;transform:translateX(-50%) scale(.76) !important}}@media (max-width:700px){.hero__art .hero-meter{bottom:11.5% !important;transform:translateX(-50%) scale(.88) !important;z-index:200 !important}}@media (max-width:380px),(max-height:700px){.hero__art .hero-meter{bottom:11% !important;transform:translateX(-50%) scale(.82) !important}}@media (max-width:700px){.hero{padding-top:82px !important}.hero__eyebrow{transform:translateY(-6px)}.hero__title{transform:translateY(-8px);margin-bottom:8px !important}.hero__sub{transform:translateY(-10px);margin-bottom:12px !important}.hero__ctas{transform:translateY(-10px)}.hero__art .city-scene__sky{height:18% !important}.hero__art .city-scene__sun{top:2% !important}.hero__art .city-scene__skyline{bottom:35% !important;height:21% !important}.hero__art .city-scene__houses-track{bottom:31% !important;height:29% !important}.hero__art .city-scene__sidewalk{bottom:31% !important}.hero__art .city-scene__road{height:31% !important}.hero__art .taxi-car{bottom:13% !important}.hero__art .hero-meter{bottom:8.2% !important}}@media (max-width:380px),(max-height:700px){.hero{padding-top:78px !important}.hero__art .city-scene__sky{height:16% !important}.hero__art .city-scene__skyline{bottom:36% !important;height:20% !important}.hero__art .city-scene__houses-track{bottom:32% !important;height:28% !important}.hero__art .city-scene__sidewalk{bottom:32% !important}.hero__art .city-scene__road{height:32% !important}.hero__art .taxi-car{bottom:12.5% !important}.hero__art .hero-meter{bottom:7.8% !important}}@media (max-width:700px){.hero__art .city-scene__road{height:21% !important}.hero__art .city-scene__sidewalk{bottom:21% !important}.hero__art .city-scene__houses-track{bottom:21% !important;height:33% !important}.hero__art .city-scene__skyline{bottom:27% !important;height:23% !important}.hero__art .taxi-car{bottom:9.2% !important}.hero__art .hero-meter{bottom:4.4% !important}}@media (max-width:380px),(max-height:700px){.hero__art .city-scene__road{height:20% !important}.hero__art .city-scene__sidewalk{bottom:20% !important}.hero__art .city-scene__houses-track{bottom:20% !important;height:32% !important}.hero__art .city-scene__skyline{bottom:26% !important;height:22% !important}.hero__art .taxi-car{bottom:8.7% !important}.hero__art .hero-meter{bottom:4% !important}}@media (min-width:701px) and (max-width:1080px){.hero{min-height:100svh;padding:112px 0 0 !important;align-items:flex-start !important}.hero__text{max-width:660px !important}.hero__title{max-width:620px;font-size:clamp(42px,7.2vw,62px) !important;line-height:1.08 !important;margin:22px 0 18px !important}.hero__title .accent-word{display:inline-block}.hero__sub{max-width:520px !important;font-size:18px !important;line-height:1.5 !important;margin-bottom:28px !important}.hero__stats{display:none !important}.hero__art .city-scene__sky{height:30% !important}.hero__art .city-scene__skyline{bottom:25% !important;height:28% !important}.hero__art .city-scene__houses-track{bottom:22% !important;height:34% !important}.hero__art .city-scene__sidewalk{bottom:22% !important;height:4% !important}.hero__art .city-scene__road{height:22% !important}.hero__art .taxi-car{width:min(660px,78vw) !important;left:50% !important;bottom:8% !important}.hero__art .hero-meter{left:50% !important;bottom:4% !important;transform:translateX(-50%) scale(.86) !important;z-index:200 !important}.hero__ctas .btn-ghost{background:rgba(255,255,255,.92) !important;color:#111827 !important;border-color:rgba(255,255,255,.95) !important;box-shadow:0 14px 32px rgba(0,0,0,.18) !important}}@media (max-width:700px){.hero{padding-top:72px !important}.hero__eyebrow{transform:translateY(-12px) !important}.hero__title{transform:translateY(-18px) !important;margin-bottom:2px !important}.hero__sub{transform:translateY(-22px) !important;margin-bottom:0 !important}.hero__ctas{transform:translateY(-20px) !important}.hero__art .city-scene__sky{height:12% !important}.hero__art .city-scene__sun{top:-2% !important}.hero__art .cloud{top:7% !important}.hero__art .benefit-cloud-wrap--1{top:18% !important}.hero__art .benefit-cloud-wrap--2{top:30% !important}.hero__art .benefit-cloud-wrap--3{top:17% !important}.hero__art .benefit-cloud-wrap--4{top:29% !important}.hero__art .city-scene__skyline{bottom:32% !important;height:22% !important}.hero__art .city-scene__houses-track{bottom:24% !important;height:34% !important}.hero__art .city-scene__sidewalk{bottom:24% !important}.hero__art .city-scene__road{height:24% !important}.hero__art .taxi-car{bottom:10.5% !important}.hero__art .hero-meter{bottom:6.5% !important}}@media (max-width:380px),(max-height:700px){.hero{padding-top:66px !important}.hero__art .city-scene__sky{height:10% !important}.hero__art .benefit-cloud-wrap--1{top:16% !important}.hero__art .benefit-cloud-wrap--2{top:27% !important}.hero__art .benefit-cloud-wrap--3{top:15% !important}.hero__art .benefit-cloud-wrap--4{top:26% !important}.hero__art .taxi-car{bottom:10% !important}.hero__art .hero-meter{bottom:6% !important}}@media (max-width:700px){.hero{padding-top:62px !important}.hero__eyebrow{transform:translateY(-18px) !important}.hero__title{transform:translateY(-28px) !important;margin-bottom:-6px !important}.hero__sub{transform:translateY(-34px) !important;margin-bottom:-8px !important}.hero__ctas{transform:translateY(-34px) !important}.hero__art .city-scene__sky{height:6% !important}.hero__art .city-scene__sun{top:-8% !important}.hero__art .cloud{top:3% !important}.hero__art .benefit-cloud-wrap--1{top:14% !important}.hero__art .benefit-cloud-wrap--2{top:24% !important}.hero__art .benefit-cloud-wrap--3{top:13% !important}.hero__art .benefit-cloud-wrap--4{top:23% !important}.hero__art .city-scene__skyline{bottom:38% !important;height:20% !important}.hero__art .city-scene__houses-track{bottom:29% !important;height:32% !important}.hero__art .city-scene__sidewalk{bottom:29% !important}.hero__art .city-scene__road{height:18% !important}.hero__art .taxi-car{bottom:14.5% !important}.hero__art .hero-meter{bottom:10% !important;transform:translateX(-50%) scale(.82) !important}}@media (max-width:380px),(max-height:700px){.hero{padding-top:58px !important}.hero__art .city-scene__sky{height:5% !important}.hero__art .city-scene__skyline{bottom:39% !important;height:19% !important}.hero__art .city-scene__houses-track{bottom:30% !important;height:31% !important}.hero__art .city-scene__sidewalk{bottom:30% !important}.hero__art .city-scene__road{height:17% !important}.hero__art .taxi-car{bottom:14% !important}.hero__art .hero-meter{bottom:9.5% !important;transform:translateX(-50%) scale(.76) !important}}@media (max-width:700px){.hero{min-height:calc(100svh - 40px) !important}.hero__art .city-scene__road{height:24% !important;background:linear-gradient(to bottom,#343442 0%,#191923 100%) !important;z-index:8 !important}.hero__art .city-scene__sidewalk{bottom:24% !important;z-index:9 !important}.hero__art .city-scene__houses-track{bottom:24% !important;height:31% !important}.hero__art .city-scene__skyline{bottom:31% !important;height:20% !important}.hero__art .taxi-car{bottom:11.4% !important;z-index:20 !important}.hero__art .hero-meter{bottom:6.6% !important;z-index:90 !important}.sticky-cta{bottom:48px !important}.taxi-ribbon{height:36px !important}.taxi-ribbon__track{font-size:11px !important;gap:26px !important;padding-left:26px !important}}@media (max-width:380px),(max-height:700px){.hero{min-height:calc(100svh - 36px) !important}.hero__art .city-scene__road{height:23% !important}.hero__art .city-scene__sidewalk{bottom:23% !important}.hero__art .city-scene__houses-track{bottom:23% !important}.hero__art .taxi-car{bottom:10.8% !important}.hero__art .hero-meter{bottom:6% !important}.sticky-cta{bottom:44px !important}}@media (max-width:700px){.hero{min-height:calc(100svh - 82px) !important}.hero__art .taxi-car{bottom:10.2% !important}.hero__art .hero-meter{bottom:5.4% !important}.sticky-cta{bottom:54px !important;transform:translateY(0) scale(.92) !important;transform-origin:right bottom}.taxi-ribbon{margin-top:0 !important}}@media (max-width:380px),(max-height:700px){.hero{min-height:calc(100svh - 78px) !important}.hero__art .taxi-car{bottom:9.8% !important}.hero__art .hero-meter{bottom:5% !important}.sticky-cta{bottom:50px !important;transform:translateY(0) scale(.88) !important}}@media (max-width:700px){.taxi-ribbon{position:relative !important;z-index:120 !important;transform:translateY(-36px) !important;margin-bottom:-36px !important}.sticky-cta{bottom:62px !important}}@media (max-width:380px),(max-height:700px){.taxi-ribbon{transform:translateY(-34px) !important;margin-bottom:-34px !important}.sticky-cta{bottom:58px !important}}@media (max-width:700px){html,body{overflow-x:hidden !important}.nav,.hero,.taxi-ribbon{width:100% !important;max-width:100% !important}.hero{min-height:100svh !important;padding-top:58px !important;padding-bottom:0 !important;overflow:hidden !important}.hero__eyebrow{transform:translateY(-20px) !important}.hero__title{transform:translateY(-32px) !important}.hero__sub{transform:translateY(-38px) !important}.hero__ctas{transform:translateY(-38px) !important}.hero__art .city-scene__sky{height:5% !important}.hero__art .city-scene__skyline{bottom:35% !important;height:18% !important}.hero__art .city-scene__houses-track{bottom:27% !important;height:30% !important}.hero__art .city-scene__sidewalk{bottom:27% !important}.hero__art .city-scene__road{height:27% !important}.hero__art .taxi-car{bottom:15.2% !important}.hero__art .hero-meter{bottom:10.4% !important;transform:translateX(-50%) scale(.78) !important}.taxi-ribbon{height:34px !important;margin-top:-34px !important;margin-bottom:0 !important;transform:none !important;background:#070707 !important;overflow:hidden !important}.taxi-ribbon__track{min-width:max-content !important;height:34px !important;align-items:center !important;font-size:10px !important;gap:22px !important;padding-left:22px !important;line-height:1 !important}.sticky-cta{right:8px !important;bottom:42px !important;transform:scale(.88) !important;transform-origin:right bottom !important}}@media (max-width:380px),(max-height:700px){.hero{min-height:100svh !important;padding-top:52px !important}.hero__eyebrow{transform:translateY(-22px) !important}.hero__title{transform:translateY(-36px) !important}.hero__sub{transform:translateY(-42px) !important}.hero__ctas{transform:translateY(-42px) !important}.hero__art .city-scene__skyline{bottom:36% !important;height:17% !important}.hero__art .city-scene__houses-track{bottom:28% !important;height:29% !important}.hero__art .city-scene__sidewalk{bottom:28% !important}.hero__art .city-scene__road{height:26% !important}.hero__art .taxi-car{bottom:15% !important}.hero__art .hero-meter{bottom:10.2% !important;transform:translateX(-50%) scale(.72) !important}.sticky-cta{bottom:40px !important;transform:scale(.84) !important}}@media (max-width:700px){.nav__inner{width:100% !important;max-width:100% !important;box-sizing:border-box !important;gap:10px !important;padding:14px 18px !important}.nav__brand{min-width:0 !important;flex:0 1 auto !important;font-size:20px !important}.nav__spacer{flex:1 1 auto !important}.nav__cta{flex:0 0 auto !important;padding:10px 16px !important;font-size:14px !important;white-space:nowrap !important}.hero__text{width:100% !important;max-width:calc(100vw - 48px) !important;overflow:visible !important}.hero__title{max-width:calc(100vw - 48px) !important;font-size:clamp(42px,12vw,50px) !important}.hero__sub{max-width:calc(100vw - 48px) !important}.hero{min-height:calc(100svh - 34px) !important}.taxi-ribbon{position:relative !important;z-index:auto !important;width:100% !important;max-width:100% !important;margin:0 !important;transform:none !important}.sticky-cta{z-index:110 !important;bottom:40px !important}}@media (max-width:380px),(max-height:700px){.nav__inner{padding:12px 14px !important}.nav__brand{font-size:18px !important}.nav__cta{padding:9px 14px !important;font-size:13px !important}.hero__text,.hero__title,.hero__sub{max-width:calc(100vw - 40px) !important}.hero{min-height:calc(100svh - 32px) !important}.taxi-ribbon{height:32px !important}.taxi-ribbon__track{height:32px !important;font-size:9px !important}.sticky-cta{bottom:38px !important}}@media (max-width:700px){.nav__inner{justify-content:space-between !important}.nav__spacer{display:none !important}.nav__cta{max-width:138px !important;padding-left:14px !important;padding-right:14px !important;text-align:center !important}.hero__grid.wrap{width:100% !important;max-width:100% !important;padding-left:24px !important;padding-right:24px !important}.hero__text,.hero__sub{width:calc(100vw - 48px) !important;max-width:calc(100vw - 48px) !important}.hero__sub{font-size:18px !important;line-height:1.35 !important}.hero__title{width:calc(100vw - 48px) !important;max-width:calc(100vw - 48px) !important;line-height:1.08 !important}.hero__title .accent-word{display:inline-block !important;white-space:normal !important}}@media (max-width:380px),(max-height:700px){.nav__cta{max-width:126px !important}.hero__grid.wrap{padding-left:20px !important;padding-right:20px !important}.hero__text,.hero__title,.hero__sub{width:calc(100vw - 40px) !important;max-width:calc(100vw - 40px) !important}.hero__sub{font-size:16px !important}}@media (max-width:700px){body{width:100vw !important;max-width:100vw !important;overflow-x:clip !important}.nav{overflow:hidden !important}.nav__brand{position:relative !important;z-index:2 !important}.nav__cta{position:fixed !important;top:15px !important;right:18px !important;z-index:80 !important;max-width:none !important}.hero__title{font-size:clamp(38px,10.2vw,42px) !important;line-height:1.13 !important;letter-spacing:0 !important}.hero__sub{font-size:17px !important;line-height:1.38 !important;padding-right:8px !important}.hero__ctas .btn{padding:14px 20px !important}}@media (max-width:380px),(max-height:700px){.nav__cta{top:12px !important;right:14px !important}.hero__title{font-size:clamp(35px,10vw,38px) !important}.hero__sub{font-size:15px !important}.hero__ctas .btn{padding:13px 16px !important}}@media (max-width:700px){.nav__cta{right:auto !important;left:min(64vw,250px) !important;padding-left:13px !important;padding-right:13px !important}.sticky-cta{right:auto !important;left:min(58vw,232px) !important;padding:12px 16px 12px 12px !important;font-size:12px !important;white-space:nowrap !important}}@media (max-width:380px),(max-height:700px){.nav__cta{left:min(58vw,214px) !important;padding-left:12px !important;padding-right:12px !important}.sticky-cta{left:min(52vw,196px) !important;transform:scale(.82) !important}}@media (max-width:700px){.sticky-cta{left:43vw !important;transform:scale(.82) !important;transform-origin:left bottom !important}.hero__title{font-size:clamp(36px,9.4vw,39px) !important}.hero__sub{font-size:16px !important;line-height:1.35 !important}}@media (max-width:380px),(max-height:700px){.sticky-cta{left:40vw !important;transform:scale(.78) !important}.hero__title{font-size:clamp(33px,9.2vw,36px) !important}}@media (max-width:700px){.hero__sub{width:min(344px,calc(100vw - 48px)) !important;max-width:min(344px,calc(100vw - 48px)) !important;font-size:15px !important}}@media (max-width:700px){.hero{padding-top:66px !important}.hero__eyebrow{transform:none !important;margin-bottom:12px !important;font-size:12px !important;line-height:1.25 !important}.hero__title{transform:none !important;margin:0 0 12px !important;font-size:clamp(34px,8.9vw,38px) !important;line-height:1.12 !important}.hero__sub{transform:none !important;width:min(322px,calc(100vw - 48px)) !important;max-width:min(322px,calc(100vw - 48px)) !important;margin:0 0 16px !important;font-size:15px !important;line-height:1.42 !important}.hero__ctas{transform:none !important;gap:10px !important}.hero__ctas .btn{padding:13px 20px !important}.hero__art .hero-meter{left:36% !important;bottom:8.9% !important;min-width:214px !important;padding:8px 12px !important;transform:translateX(-50%) scale(.86) !important;z-index:130 !important}.hero-meter__label{font-size:9px !important;color:#ffd426 !important;opacity:1 !important}.hero-meter__value{font-size:18px !important;color:#ffd426 !important}.sticky-cta{left:50vw !important;bottom:42px !important;transform:scale(.78) !important;z-index:120 !important}}@media (max-width:380px),(max-height:700px){.hero{padding-top:60px !important}.hero__eyebrow{margin-bottom:10px !important;font-size:11px !important}.hero__title{font-size:clamp(31px,8.8vw,35px) !important;margin-bottom:10px !important}.hero__sub{width:min(302px,calc(100vw - 40px)) !important;max-width:min(302px,calc(100vw - 40px)) !important;font-size:14px !important;line-height:1.36 !important;margin-bottom:12px !important}.hero__ctas .btn{padding:12px 16px !important}.hero__art .hero-meter{left:34% !important;bottom:8.6% !important;min-width:200px !important;transform:translateX(-50%) scale(.78) !important}.sticky-cta{left:48vw !important;bottom:40px !important;transform:scale(.74) !important}}@media (max-width:700px){.hero__eyebrow{display:flex !important;width:min(344px,calc(100vw - 48px)) !important;max-width:min(344px,calc(100vw - 48px)) !important;white-space:normal !important;flex-wrap:wrap !important}.hero__ctas{flex-direction:column !important;align-items:flex-start !important;width:min(344px,calc(100vw - 48px)) !important}.hero__ctas .btn{width:auto !important;max-width:100% !important}}@media (max-width:380px),(max-height:700px){.hero__eyebrow,.hero__ctas{width:min(302px,calc(100vw - 40px)) !important;max-width:min(302px,calc(100vw - 40px)) !important}}@media (min-width:1081px){.hero{min-height:calc(100svh - 72px) !important}.hero__art .city-scene__skyline{bottom:30% !important;height:34% !important}.hero__art .city-scene__houses-track{bottom:18% !important;height:47% !important}.hero__art .city-scene__houses{gap:20px !important;padding-left:30px !important;animation-duration:24s !important}.hero__art .bld{gap:8px !important;padding-left:14px !important;padding-right:14px !important}.hero__art .bld--a{width:126px !important;height:182px !important}.hero__art .bld--b{width:154px !important;height:238px !important}.hero__art .bld--c{width:182px !important;height:154px !important}.hero__art .bld--d{width:140px !important;height:266px !important}.hero__art .bld--e{width:112px !important;height:196px !important}.hero__art .bld--f{width:133px !important;height:210px !important}.hero__art .bld--g{width:196px !important;height:224px !important}.hero__art .tree{width:48px !important;height:88px !important}.hero__art .tree::after{width:48px !important;height:62px !important}.hero__art .lamp{width:22px !important;height:134px !important}.hero__art .city-scene__sidewalk{bottom:18% !important;height:4.5% !important}.hero__art .city-scene__road{height:18% !important}.hero__art .taxi-car{width:clamp(620px,43vw,820px) !important;left:57% !important;bottom:4.8% !important;z-index:30 !important}.hero__art .hero-meter{left:55% !important;bottom:2.1% !important;transform:translateX(-50%) scale(.9) !important;z-index:45 !important}.hero__stats{transform:translateY(-18px) !important;z-index:60 !important}}@media (min-width:1081px){.hero__art .taxi-car{width:clamp(560px,37vw,700px) !important;left:58% !important;bottom:4.6% !important}.hero__art .hero-meter{left:55% !important;bottom:2.2% !important;transform:translateX(-50%) scale(.86) !important}.hero__stats{position:relative !important;z-index:70 !important}}@media (min-width:1081px){.hero__art .taxi-car{width:clamp(520px,33vw,640px) !important;left:63% !important;bottom:5.2% !important}.hero__art .hero-meter{left:57% !important;bottom:2.25% !important;transform:translateX(-50%) scale(.84) !important}}@media (min-width:1081px){.hero__art .city-scene__houses-track{bottom:17% !important;height:54% !important}.hero__art .city-scene__houses{gap:24px !important;padding-left:34px !important}.hero__art .bld{gap:9px !important;padding-left:16px !important;padding-right:16px !important;border-width:2.5px !important}.hero__art .bld--a{width:148px !important;height:218px !important}.hero__art .bld--b{width:182px !important;height:286px !important}.hero__art .bld--c{width:214px !important;height:184px !important}.hero__art .bld--d{width:166px !important;height:318px !important}.hero__art .bld--e{width:132px !important;height:236px !important}.hero__art .bld--f{width:158px !important;height:252px !important}.hero__art .bld--g{width:232px !important;height:268px !important}.hero__art .bld__win{border-width:2px !important}.hero__art .bld__roof{top:-12px !important;height:14px !important}.hero__art .bld__sign{font-size:10px !important;padding:3px 8px !important}.hero__art .tree{width:56px !important;height:104px !important}.hero__art .tree::before{height:30px !important}.hero__art .tree::after{width:56px !important;height:72px !important;bottom:24px !important}.hero__art .lamp{width:24px !important;height:154px !important}.hero__art .city-scene__sidewalk{bottom:17% !important}.hero__art .city-scene__road{height:17% !important}.hero__art .taxi-car{width:clamp(440px,28vw,560px) !important;left:64% !important;bottom:5.4% !important}.hero__art .hero-meter{left:57% !important;bottom:2.15% !important;transform:translateX(-50%) scale(.8) !important}}@media (min-width:1081px){.hero__grid.wrap{max-width:100% !important;padding-left:clamp(88px,9vw,170px) !important;padding-right:24px !important}.hero__text{max-width:760px !important;transform:translateX(-170px) scale(1.14) !important;transform-origin:left center !important}.hero__eyebrow{font-size:15px !important;padding:10px 18px !important}.hero__title{font-size:clamp(52px,4.2vw,72px) !important;line-height:1.08 !important;margin:28px 0 28px !important;max-width:820px !important}.hero__sub{max-width:700px !important;font-size:23px !important;line-height:1.48 !important;margin-bottom:34px !important}.hero__ctas{gap:18px !important}.hero__ctas .btn{min-height:62px !important;padding:18px 30px !important;font-size:17px !important}.hero__ctas .btn-ghost{background:#fff !important;color:#111827 !important;border-color:#fff !important;box-shadow:0 18px 38px rgba(0,0,0,.18) !important;opacity:1 !important}.hero__ctas .btn-ghost:hover{background:#f3f4f6 !important;border-color:#f3f4f6 !important}.hero__stats{max-width:720px !important;gap:46px !important;margin-top:50px !important;padding-top:28px !important}.hero__stats .stat-n{font-size:42px !important}.hero__stats .stat-l{font-size:15px !important;line-height:1.25 !important}}@media (min-width:1081px){.hero__text{max-width:760px !important;transform:translate(-190px,-34px) scale(1.08) !important;transform-origin:left top !important}.hero__eyebrow{font-size:14px !important;padding:9px 17px !important}.hero__title{font-size:clamp(66px,5vw,88px) !important;line-height:1.04 !important;margin:24px 0 22px !important;max-width:760px !important}.hero__sub{max-width:660px !important;font-size:21px !important;line-height:1.42 !important;margin-bottom:26px !important}.hero__ctas .btn{min-height:58px !important;padding:16px 28px !important;font-size:16px !important}.hero__ctas .btn-ghost{background:#ffffff !important;color:#111827 !important;border-color:#ffffff !important;box-shadow:0 16px 34px rgba(0,0,0,.2) !important}.hero__stats{max-width:700px !important;gap:42px !important;margin-top:28px !important;padding-top:22px !important}.hero__stats .stat-n{font-size:38px !important}.hero__stats .stat-l{font-size:14px !important}}@media (min-width:1081px){.hero{padding-top:0 !important}.hero__grid.wrap{padding-left:48px !important;padding-right:24px !important}.hero__text{max-width:880px !important;transform:translate(0,-118px) scale(1.12) !important;transform-origin:left top !important}.hero__eyebrow{font-size:15px !important;padding:10px 18px !important}.hero__title{font-size:clamp(78px,6vw,112px) !important;line-height:1.01 !important;margin:24px 0 24px !important;max-width:900px !important}.hero__sub{max-width:780px !important;font-size:24px !important;line-height:1.38 !important;margin-bottom:28px !important}.hero__ctas .btn{min-height:64px !important;padding:18px 32px !important;font-size:18px !important}.hero__stats{max-width:800px !important;gap:52px !important;margin-top:30px !important;padding-top:24px !important}.hero__stats .stat-n{font-size:46px !important}.hero__stats .stat-l{font-size:16px !important}}@media (min-width:1081px){.hero{align-items:flex-start !important}.hero__grid.wrap{position:absolute !important;left:48px !important;top:96px !important;width:auto !important;max-width:none !important;padding:0 !important;margin:0 !important;z-index:80 !important}.hero__text{position:relative !important;max-width:900px !important;transform:none !important;transform-origin:left top !important}.hero__eyebrow{font-size:16px !important;padding:11px 20px !important}.hero__title{font-size:clamp(82px,6.2vw,118px) !important;line-height:1 !important;margin:24px 0 24px !important;max-width:940px !important}.hero__sub{max-width:820px !important;font-size:25px !important;line-height:1.36 !important;margin-bottom:28px !important}.hero__ctas .btn{min-height:66px !important;padding:19px 34px !important;font-size:18px !important}.hero__stats{max-width:820px !important;gap:54px !important;margin-top:30px !important;padding-top:24px !important}.hero__stats .stat-n{font-size:48px !important}.hero__stats .stat-l{font-size:16px !important}}@media (min-width:1081px){.hero__grid.wrap{position:static !important;left:auto !important;top:auto !important;width:100% !important;max-width:none !important;padding:0 !important;margin:0 !important}.hero__art{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;max-width:none !important}.hero__art .city-scene{width:100% !important;height:100% !important}.hero__text{position:absolute !important;left:48px !important;top:96px !important;z-index:90 !important;max-width:900px !important;transform:none !important}}@media (min-width:1081px){.hero__art .benefit-cloud-wrap{left:auto !important;right:-230px !important;animation-name:benefit-cloud-from-top-right !important;animation-duration:24s !important;animation-timing-function:linear !important;animation-iteration-count:infinite !important}.hero__art .benefit-cloud-wrap--1{top:6% !important;animation-delay:0s !important}.hero__art .benefit-cloud-wrap--2{top:14% !important;animation-delay:6s !important}.hero__art .benefit-cloud-wrap--3{top:4% !important;animation-delay:12s !important}.hero__art .benefit-cloud-wrap--4{top:12% !important;animation-delay:18s !important}.hero__art .cloud{left:auto !important;right:-120px !important;animation-name:cloud-drift-from-right !important}.hero__art .cloud--1{top:7% !important;animation-delay:2s !important}.hero__art .cloud--2{top:13% !important;animation-delay:12s !important}.hero__art .cloud--3{top:5% !important;animation-delay:22s !important}}@keyframes benefit-cloud-from-top-right{0%{transform:translateX(0);opacity:0}5%{opacity:1}86%{opacity:1}100%{transform:translateX(calc(-100vw - 320px));opacity:0}}@keyframes cloud-drift-from-right{0%{transform:translateX(0);opacity:0}8%{opacity:.85}90%{opacity:.85}100%{transform:translateX(calc(-100vw - 180px));opacity:0}}@media (min-width:1081px){.hero__stats{display:flex !important;align-items:flex-start !important;max-width:760px !important;gap:38px !important;margin-top:22px !important;padding-top:20px !important;border-top:1px solid rgba(255,255,255,.26) !important;position:relative !important;z-index:160 !important;transform:none !important}.hero__stats>div{min-width:150px !important}.hero__stats .stat-n,.hero__stats .stat-l{display:block !important;opacity:1 !important;visibility:visible !important;color:#fff !important;text-shadow:0 3px 12px rgba(0,0,0,.55) !important}.hero__stats .stat-n{font-size:42px !important;line-height:1 !important;margin-bottom:8px !important}.hero__stats .stat-n[style]{font-size:34px !important}.hero__stats .stat-l{font-size:16px !important;line-height:1.28 !important;max-width:190px !important}}@media (min-width:1081px){.hero__text{top:76px !important}.hero__eyebrow{margin-bottom:16px !important}.hero__title{font-size:clamp(52px,4.4vw,68px) !important;line-height:1.1 !important;margin:18px 0 20px !important}.hero__sub{font-size:23px !important;line-height:1.3 !important;margin-bottom:22px !important;max-width:760px !important}.hero__ctas .btn{min-height:60px !important;padding:17px 30px !important}.hero__stats{margin-top:16px !important;padding-top:16px !important;gap:34px !important}.hero__stats .stat-n{font-size:38px !important;margin-bottom:6px !important}.hero__stats .stat-n[style]{font-size:30px !important}.hero__stats .stat-l{font-size:15px !important}}@media (min-width:1081px){.hero__text{top:62px !important}.hero__title{font-size:clamp(52px,4.4vw,68px) !important;margin:14px 0 16px !important}.hero__sub{font-size:22px !important;line-height:1.26 !important;margin-bottom:18px !important}.hero__ctas .btn{min-height:56px !important;padding:15px 28px !important}.hero__stats{margin-top:10px !important;padding-top:12px !important;gap:30px !important}.hero__stats .stat-n{font-size:34px !important;margin-bottom:4px !important}.hero__stats .stat-n[style]{font-size:28px !important}.hero__stats .stat-l{font-size:14px !important;line-height:1.18 !important}}@media (min-width:1081px){.hero__eyebrow{margin-bottom:22px !important}.hero__title{margin:20px 0 24px !important}.hero__sub{margin-bottom:28px !important;line-height:1.34 !important}.hero__ctas{margin-top:2px !important}.hero__stats{margin-top:24px !important;padding-top:20px !important}}.legal-page{min-height:100vh;background:#F4F6FA;color:#111827}.legal-doc{width:min(960px,calc(100% - 32px));margin:0 auto;padding:40px 0 64px}.legal-doc__top{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:22px}.legal-doc__brand{display:inline-flex;align-items:center;gap:10px;color:#111827;font-weight:900;text-decoration:none}.legal-doc__brand img{width:38px;height:38px;border-radius:10px;object-fit:cover}.legal-doc__back{color:#E60000;font-weight:800;text-decoration:none}.legal-doc__card{background:#FFFFFF;border:1px solid rgba(17,24,39,.08);border-radius:18px;padding:clamp(24px,4vw,44px);box-shadow:0 18px 48px rgba(15,23,42,.08)}.legal-doc h1{margin:0 0 12px;color:#111827;font-size:clamp(28px,4vw,44px);line-height:1.08}.legal-doc h2{margin:30px 0 10px;color:#111827;font-size:22px}.legal-doc p,.legal-doc li{color:#374151;font-size:15px;line-height:1.72}.legal-doc ul{padding-left:20px}.legal-doc a{color:#E60000}.legal-table-wrap{width:100%;margin:16px 0 20px;overflow-x:auto;border:1px solid rgba(17,24,39,.10);border-radius:14px;background:#FFFFFF}.legal-table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px}.legal-table th,.legal-table td{padding:12px 14px;border-bottom:1px solid rgba(17,24,39,.08);vertical-align:top;text-align:left;line-height:1.55}.legal-table th{background:#F8FAFC;color:#111827;font-weight:800}.legal-table td{color:#374151}.legal-table tbody tr:last-child td{border-bottom:0}.legal-doc__note{margin:18px 0 0;padding:14px 16px;border-radius:14px;background:#FFF7ED;border:1px solid #FED7AA;color:#7C2D12}.legal-doc__meta{color:#6B7280;font-size:13px}.form__selfemployed{display:flex;align-items:center;gap:10px;margin-top:14px;padding:11px 14px;border-radius:12px;background:var(--accent);color:var(--accent-ink)}.form__selfemployed-ico{font-size:20px;flex-shrink:0;line-height:1}.form__selfemployed strong{display:block;font-size:13px;font-weight:800;line-height:1.3}.form__selfemployed span{display:block;font-size:12px;opacity:.8;line-height:1.3}.form__consent{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;margin-top:16px;padding:12px 14px;border:1px solid rgba(11,15,30,.12);border-radius:14px;background:#fff;color:#4B5563;font-size:12px;line-height:1.45;cursor:pointer}.form__consent input{width:18px;height:18px;margin-top:1px;accent-color:var(--accent)}.form__consent a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.form__consent:hover{border-color:var(--accent-ring)}.cookie-banner{position:fixed;left:16px;right:auto;bottom:16px;z-index:120;width:min(380px,calc(100vw - 32px));max-width:none;margin:0;padding:9px 11px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(12,14,24,.96);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.28);display:flex;gap:10px;align-items:center;justify-content:space-between}.cookie-banner[hidden]{display:none}.cookie-banner__text{display:grid;gap:2px;font-size:11px;line-height:1.3}.cookie-banner__text strong{font-size:12px}.cookie-banner__text span{color:rgba(255,255,255,.72)}.cookie-banner__text a{color:#fff;text-decoration:underline}.cookie-banner__actions{display:flex;gap:6px;flex-shrink:0}.cookie-banner__btn{border:0;border-radius:8px;padding:7px 10px;font-size:11px;background:var(--accent);color:var(--accent-ink);font-weight:800;cursor:pointer}.cookie-banner__btn--ghost{background:rgba(255,255,255,.12);color:#fff}@media (max-width:640px){.cookie-banner{left:10px;right:10px;top:auto;bottom:76px;width:auto;flex-direction:row;align-items:center;gap:8px;padding:7px 8px;border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.28)}.cookie-banner__text{gap:1px;font-size:11px;line-height:1.18}.cookie-banner__text strong{font-size:12px}.cookie-banner__actions{width:auto;flex:0 0 auto}.cookie-banner__btn{flex:0 0 auto;padding:7px 6px;border-radius:8px;font-size:10px;line-height:1.15}}@media (max-width:480px){.cookie-banner__text span{display:none}.cookie-banner__text a{font-size:10px}.cookie-banner__actions{gap:5px}}@media (max-height:680px){.hero{padding-top:70px !important;padding-bottom:max(120px,30svh) !important}.hero__title{font-size:clamp(22px,3.2vw,38px) !important;margin:8px 0 10px !important;line-height:1.1 !important}.hero__sub{font-size:13px !important;margin-bottom:14px !important}.hero__eyebrow{font-size:11px !important;padding:5px 10px !important;transform:none !important}}@media (max-width:360px){.hero__eyebrow{transform:none !important;margin-bottom:8px !important;font-size:10px !important;padding:5px 8px !important}.hero__title{font-size:28px !important;line-height:1.16 !important;margin:8px 0 12px !important;transform:none !important}.hero__text{max-width:100% !important}.hero__sub{font-size:14px !important;transform:none !important}}@media (min-width:361px) and (max-width:480px){.hero__eyebrow{transform:none !important;margin-bottom:8px !important;font-size:11px !important;padding:6px 10px !important}.hero__title{font-size:32px !important;line-height:1.15 !important;margin:8px 0 14px !important;transform:none !important}.hero__text{max-width:100% !important}.hero__sub{font-size:15px !important;transform:none !important}}@media (min-width:481px) and (max-width:700px){.hero__eyebrow{transform:none !important;margin-bottom:10px !important}.hero__title{font-size:36px !important;line-height:1.14 !important;margin:8px 0 16px !important;transform:none !important}.hero__text{max-width:100% !important}.hero__sub{font-size:16px !important;transform:none !important}}@media (min-width:701px) and (max-width:900px){.hero{min-height:100svh !important;padding-bottom:max(150px,38svh) !important}.hero__eyebrow{transform:none !important;font-size:13px !important}.hero__title{font-size:48px !important;line-height:1.1 !important;margin:14px 0 18px !important;transform:none !important}.hero__sub{font-size:17px !important;max-width:90% !important}.hero__text{max-width:620px !important}}@media (min-width:901px) and (max-width:1080px){.hero{min-height:100svh !important;padding-bottom:max(150px,36svh) !important}.hero__eyebrow{transform:none !important;font-size:14px !important}.hero__title{font-size:54px !important;line-height:1.08 !important;margin:18px 0 20px !important;transform:none !important}.hero__sub{font-size:18px !important}.hero__text{max-width:720px !important}}@media (min-width:1081px){.hero__eyebrow{transform:none !important}.hero__title{font-size:clamp(46px,3.8vw,58px) !important;line-height:1.1 !important;margin:20px 0 24px !important;transform:none !important}.hero__text{max-width:820px !important}}@media (max-height:680px) and (min-width:700px){.hero{padding-top:72px !important;padding-bottom:max(220px,42svh) !important}.hero__eyebrow{font-size:11px !important;padding:5px 10px !important;transform:none !important;margin-bottom:6px !important}.hero__title{font-size:clamp(22px,3.2vw,36px) !important;line-height:1.1 !important;margin:6px 0 28px !important;transform:none !important}.hero__sub{font-size:13px !important;margin-bottom:84px !important;transform:none !important;max-width:55% !important}}@media (max-width:700px){.hero{padding-top:48px !important}}@media (max-width:700px){.sticky-cta{left:auto !important;right:max(8px,env(safe-area-inset-right)) !important;bottom:max(8px,env(safe-area-inset-bottom)) !important;transform:none !important;transform-origin:right bottom !important;padding:11px 16px 11px 13px !important;font-size:13px !important}.cookie-banner{left:max(8px,env(safe-area-inset-left)) !important;right:auto !important;top:auto !important;bottom:max(8px,env(safe-area-inset-bottom)) !important;width:calc(100vw - 196px) !important;max-width:calc(100vw - 196px) !important;margin:0 !important;flex-wrap:wrap !important;gap:5px !important;padding:6px 8px !important;border-radius:10px !important;box-sizing:border-box !important}.cookie-banner__text{font-size:10px !important;min-width:0 !important}.cookie-banner__text strong{font-size:11px !important}.cookie-banner__actions{flex:1 1 100% !important;width:100% !important;flex-wrap:wrap !important;justify-content:flex-end !important;gap:4px !important}.cookie-banner__btn{flex:0 1 auto !important;min-width:0 !important;padding:4px 6px !important;font-size:9px !important;white-space:nowrap !important}}.hero__art .hero-meter{left:64% !important}@media (min-width:701px) and (max-width:1080px){.hero__art .hero-meter{left:50% !important}}@media (max-width:700px){.hero__art .hero-meter{left:47% !important}}