:root{
  --bg:#090a0c;--bg-2:#0d0f12;--ink:#f4f5f7;--muted:#a7adb7;--red:#ff3b1f;--red-2:#ff694f;--orange:#ff7a44;
  --light:#f3f1ed;--light-ink:#111317;--line:rgba(255,255,255,.12);--glass:rgba(255,255,255,.065);--glass-2:rgba(255,255,255,.1);
  --pad:50px;--max:1540px;--radius:34px;--ease:cubic-bezier(.22,.78,.22,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:18px;line-height:1.5;overflow-x:hidden;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}section[id]{scroll-margin-top:110px}button,input{font:inherit}img,svg{display:block}.layout{width:min(100%,var(--max));margin-inline:auto;padding-inline:var(--pad)}.section-dark{background:var(--bg);color:var(--ink)}.section-light{background:var(--light);color:var(--light-ink)}.noise{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.glass-card,.glass-shell{background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 24px 80px rgba(0,0,0,.28);backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%)}
.site-header{position:fixed;top:18px;left:0;right:0;z-index:80;padding-inline:var(--pad);transition:.35s var(--ease)}.header-shell{max-width:1440px;margin:auto;height:72px;border-color:transparent;background:transparent;box-shadow:none;backdrop-filter:blur(0);display:flex;align-items:center;gap:28px;padding:0 24px;border-radius:22px;transition:.4s var(--ease)}.site-header.scrolled .header-shell{border-color:rgba(255,255,255,.13);background:rgba(12,13,16,.68);box-shadow:0 14px 50px rgba(0,0,0,.3);backdrop-filter:blur(20px) saturate(140%)}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:16px;letter-spacing:.04em;white-space:nowrap}.brand-mark{width:22px;height:22px;border:2px solid var(--red);border-radius:8px 3px 8px 3px;transform:skewX(-10deg);box-shadow:inset 0 0 0 4px rgba(255,59,31,.1)}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:28px}.desktop-nav a{font-size:14px;color:#d3d6da;transition:.2s}.desktop-nav a:hover{color:#fff}.header-cta{margin-left:4px;background:#fff;color:#111317;padding:12px 18px;border-radius:14px;font-size:14px;font-weight:700}.burger{display:none;margin-left:auto;width:44px;height:44px;padding:0;border:0;border-radius:14px;background:rgba(255,255,255,.08);color:#fff;position:relative;z-index:91}.burger span{position:absolute;left:12px;right:12px;height:1.5px;background:currentColor;transition:.35s var(--ease)}.burger span:first-child{top:17px}.burger span:last-child{top:25px}.burger[aria-expanded="true"] span:first-child{top:21px;transform:rotate(45deg)}.burger[aria-expanded="true"] span:last-child{top:21px;transform:rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;z-index:70;pointer-events:none;visibility:hidden}.mobile-menu.open{pointer-events:auto;visibility:visible}.menu-blob{position:absolute;right:12px;top:16px;width:56px;height:56px;border-radius:50%;background:rgba(19,20,24,.95);border:1px solid rgba(255,255,255,.13);box-shadow:0 0 100px rgba(255,59,31,.18);transform:scale(.6);transition:transform .7s var(--ease);transform-origin:calc(100% - 24px) 24px}.mobile-menu.open .menu-blob{transform:scale(40)}.menu-content{position:relative;z-index:2;height:100%;padding:30px var(--pad) 28px;display:flex;flex-direction:column;opacity:0;transition:opacity .25s .1s}.mobile-menu.open .menu-content{opacity:1}.menu-top{display:flex;justify-content:space-between;font-size:13px;color:#aeb3bb;text-transform:uppercase;letter-spacing:.12em}.menu-content nav{margin:auto 0;display:flex;flex-direction:column}.menu-content nav a{display:flex;align-items:center;gap:20px;padding:13px 0;font-size:clamp(34px,8vw,58px);font-weight:750;letter-spacing:-.04em;line-height:1.05;border-bottom:1px solid rgba(255,255,255,.12);transform:translateY(28px);opacity:0;transition:.5s var(--ease)}.menu-content nav a span{font-size:12px;color:var(--red);letter-spacing:.08em}.mobile-menu.open nav a{transform:none;opacity:1}.mobile-menu.open nav a:nth-child(1){transition-delay:.22s}.mobile-menu.open nav a:nth-child(2){transition-delay:.27s}.mobile-menu.open nav a:nth-child(3){transition-delay:.32s}.mobile-menu.open nav a:nth-child(4){transition-delay:.37s}.mobile-menu.open nav a:nth-child(5){transition-delay:.42s}.menu-cta{align-self:flex-start;padding:16px 18px;border-radius:15px;background:var(--red);font-weight:750}
.hero{min-height:100svh;position:relative;overflow:hidden;padding:150px 0 54px;isolation:isolate}.hero::after{content:"";position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(transparent,var(--bg));z-index:-1}.hero-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.32;pointer-events:none}.hero-glow-a{width:440px;height:440px;background:#b51810;right:13%;top:10%;animation:floatBlob 11s ease-in-out infinite alternate}.hero-glow-b{width:380px;height:260px;background:#20345c;right:-5%;bottom:10%;opacity:.2;animation:floatBlob 14s ease-in-out infinite alternate-reverse}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);align-items:center;gap:40px;min-height:calc(100svh - 204px)}.hero-copy{position:relative;z-index:4}.eyebrow{margin:0 0 22px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:#c3c8d0}.eyebrow::before{content:"";display:inline-block;width:28px;height:2px;background:var(--red);vertical-align:middle;margin-right:10px}.eyebrow.dark{color:#5d636b}.hero-title{font-size:clamp(62px,5.4vw,88px);line-height:.91;letter-spacing:-.065em;margin:0;max-width:850px;font-weight:820}.hero-title .mask-line{display:block;overflow:hidden;padding-bottom:.08em}.hero-title .mask-line>span{display:block;transform:translateY(115%);animation:heroReveal .85s var(--ease) forwards}.hero-title .mask-line:nth-child(2)>span{animation-delay:.1s}.hero-title .mask-line:nth-child(3)>span{animation-delay:.2s}.hero-title .mask-line:nth-child(4)>span{animation-delay:.3s}.hero-title em{font-style:normal;color:var(--red)}.hero-title b{font-weight:820;color:#c9ced5}.hero-sub{font-size:clamp(19px,1.65vw,24px);line-height:1.42;color:#c7cbd1;max-width:720px;margin:30px 0 28px}.hero-chips{display:flex;flex-wrap:wrap;gap:10px;max-width:760px}.chip{min-height:56px;padding:11px 16px;border-radius:17px;display:flex;align-items:center;gap:9px;font-size:14px;color:#d9dde1}.chip strong{font-size:18px;color:#fff}.chip-dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 18px var(--red)}.hero-actions{margin-top:28px;display:flex;align-items:center;gap:20px}.hero-actions p{margin:0;max-width:370px;font-size:13px;color:#9096a0;line-height:1.45}.hero-actions strong{color:#fff}.primary-btn,.dark-btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:62px;padding:0 24px;border-radius:18px;background:var(--red);color:#fff;font-size:16px;font-weight:800;position:relative;overflow:hidden;box-shadow:0 15px 40px rgba(255,59,31,.23);transition:transform .28s var(--ease),background .25s}.primary-btn:hover{background:#ff4a30}.primary-btn span,.dark-btn span{font-size:22px}.shine::after{content:"";position:absolute;inset:-30% auto -30% -35%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-18deg);animation:shine 4.8s ease-in-out infinite}.hero-art{position:relative;height:min(720px,70vw);min-height:620px;z-index:2}.road-perspective{position:absolute;left:14%;right:6%;bottom:4%;height:76%;perspective:600px;transform:rotate(-6deg);opacity:.38;overflow:hidden;clip-path:polygon(25% 0,72% 0,100% 100%,0 100%)}.road-perspective::before,.road-perspective::after{content:"";position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(transparent,rgba(255,255,255,.6))}.road-perspective::before{left:28%}.road-perspective::after{right:28%}.road-perspective span{position:absolute;left:49%;width:2%;height:12%;background:linear-gradient(#fff,transparent);transform:perspective(300px) rotateX(38deg)}.road-perspective span:nth-child(1){bottom:3%}.road-perspective span:nth-child(2){bottom:27%;height:8%}.road-perspective span:nth-child(3){bottom:46%;height:5%}.road-perspective span:nth-child(4){bottom:60%;height:3%}.hero-route{position:absolute;inset:4% -4% 0 2%;width:100%;height:100%;filter:drop-shadow(0 0 18px rgba(255,59,31,.45))}.license-card{position:absolute;width:min(390px,72%);aspect-ratio:1.58;left:17%;top:24%;padding:24px;border-radius:36px 14px 36px 36px;transform:rotate(-8deg);overflow:hidden}.license-card::before{content:"";position:absolute;inset:-30% 35% auto -20%;height:130%;background:linear-gradient(110deg,rgba(255,255,255,.18),transparent);transform:rotate(18deg)}.license-top,.license-bottom{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2;font-size:10px;letter-spacing:.16em;color:#bfc4cc}.license-body{display:flex;gap:18px;align-items:center;height:52%;position:relative;z-index:2}.license-avatar{width:82px;height:82px;border-radius:42% 58% 45% 55%;background:rgba(255,255,255,.1);display:grid;place-items:center}.license-avatar span{width:44px;height:56px;border-radius:50% 50% 42% 42%;border:1px solid rgba(255,255,255,.35)}.license-lines{flex:1;display:grid;gap:10px}.license-lines i{height:4px;background:rgba(255,255,255,.17);border-radius:9px}.license-lines i:nth-child(2){width:75%}.license-lines i:nth-child(3){width:58%}.license-lines i:nth-child(4){width:84%}.license-bottom strong{font-size:54px;color:#fff;line-height:1}.license-bottom span{margin-left:auto;margin-right:18px;text-align:right}.license-bottom b{font-size:22px;color:var(--red)}.hero-stat{position:absolute;z-index:5;padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;line-height:1.1}.hero-stat strong{font-size:30px}.hero-stat span:last-child{font-size:11px;color:#b9bec6;margin-top:5px}.hero-stat-98{right:2%;top:13%}.hero-stat-10{left:2%;bottom:21%}.hero-stat-15{right:10%;bottom:10%}.floating-word{position:absolute;right:0;bottom:26%;font-size:190px;line-height:.7;font-weight:900;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.11);transform:rotate(90deg);z-index:-1}.orbit{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;inset:14% 2% 8% 4%;transform:rotate(28deg)}.orbit-two{inset:24% 12% 18% 14%;transform:rotate(-34deg)}.scroll-cue{display:flex;justify-content:space-between;align-items:center;color:#777d86;font-size:10px;letter-spacing:.18em}.scroll-cue i{width:90px;height:1px;background:linear-gradient(90deg,var(--red),transparent)}
.contact-strip{padding:50px 0 130px}.contact-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:end}.section-index{font-size:10px;letter-spacing:.18em;color:#7d838d}.contact-inner h2{font-size:clamp(38px,4vw,64px);line-height:.95;letter-spacing:-.05em;margin:10px 0 0}.messenger-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.messenger-card{min-height:110px;border-radius:26px;padding:18px;display:flex;align-items:flex-end;gap:9px;font-weight:750;position:relative}.messenger-card img{width:21px;height:21px}.messenger-card>span:last-child{margin-left:auto}.max-icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#fff;color:#111;font-weight:900;font-size:13px}
.section-head{margin-bottom:56px}.section-head h2{font-size:clamp(46px,5.2vw,74px);line-height:.96;letter-spacing:-.06em;margin:0;font-weight:800}.section-head.split{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end}.section-lead{font-size:19px;line-height:1.5;max-width:520px;margin:0;color:#535960}.section-lead.light{color:#aeb4bd}.problems{position:relative;padding:140px 0 170px;overflow:hidden}.ghost-text{position:absolute;left:-1vw;top:120px;font-size:clamp(120px,18vw,280px);font-weight:900;letter-spacing:-.08em;line-height:.8;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.055);white-space:nowrap;pointer-events:none}.problem-grid{position:relative;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(130px,auto);gap:12px}.problem-card{padding:24px;border-radius:30px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:180px}.problem-card::after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,59,31,.18),transparent 70%);right:-30px;bottom:-70px}.problem-card span{font-size:11px;color:#8e949e;letter-spacing:.15em}.problem-card p{margin:32px 0 0;font-size:clamp(18px,1.6vw,23px);line-height:1.28;max-width:620px}.problem-card.wide{grid-column:span 7}.problem-card.tall{grid-column:span 5;grid-row:span 2}.problem-card.cut{grid-column:span 4;border-radius:12px 46px 18px 32px}.problem-card.slim{grid-column:span 3;border-radius:48px 16px 48px 16px}.problem-card.wide-two{grid-column:span 7;clip-path:polygon(0 0,94% 0,100% 24%,100% 100%,0 100%)}.problem-card:last-child{grid-column:span 5}.stress-summary{margin-top:18px;display:grid;grid-template-columns:.7fr 1.3fr;gap:12px}.summary-bad,.summary-good{padding:30px;border-radius:30px}.summary-bad{border:1px solid rgba(255,255,255,.1);color:#9da3ac}.summary-bad span,.summary-good span{font-size:11px;text-transform:uppercase;letter-spacing:.16em}.summary-bad p{font-size:19px;line-height:1.42;margin:30px 0 0}.summary-good{background:var(--red);color:#fff;border-radius:18px 50px 18px 50px}.summary-good h3{font-size:clamp(32px,3.5vw,52px);line-height:1;margin:22px 0 18px;letter-spacing:-.045em}.summary-good p{font-size:18px;max-width:820px;margin:0}
.steps{padding:150px 0 170px;position:relative}.route-board{position:relative;min-height:1300px;margin-top:20px}.route-line{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.route-track,.route-progress{fill:none;stroke-linecap:round;stroke-linejoin:round}.route-track{stroke:#d1cdc6;stroke-width:5}.route-progress{stroke:var(--red);stroke-width:7;filter:drop-shadow(0 0 8px rgba(255,59,31,.26))}.step-card{position:absolute;width:min(450px,39%);background:#fff;border:1px solid #dedbd5;box-shadow:0 28px 70px rgba(26,22,18,.08);padding:28px;border-radius:32px 10px 32px 32px}.step-card::before{content:"";position:absolute;width:15px;height:15px;background:var(--red);border:6px solid #f7f5f1;border-radius:50%;box-shadow:0 0 0 1px var(--red)}.step-card h3{font-size:clamp(24px,2.2vw,32px);line-height:1.08;letter-spacing:-.035em;margin:26px 0 12px}.step-card p{font-size:17px;color:#5b6066;margin:0}.step-no{font-size:12px;letter-spacing:.14em;color:var(--red);font-weight:800}.step-1{left:3%;top:1%}.step-1::before{right:-17.5%;top:54px}.step-2{right:3%;top:18%}.step-2::before{left:-18.5%;top:54px}.step-3{left:6%;top:40%}.step-3::before{right:-12%;top:54px}.step-4{right:5%;top:61%}.step-4::before{left:-15%;top:54px}.step-5{left:10%;top:81%}.step-5::before{right:-23%;top:54px}.steps-cta{text-align:center;margin-top:30px}.dark-btn{background:#15171a;box-shadow:none;padding-inline:28px}.dark-btn:hover{background:#25282d}
.advantages{padding:50px 0 170px}.facts-list{display:grid;gap:12px}.fact-card{display:grid;grid-template-columns:minmax(230px,.55fr) 1.45fr;align-items:center;gap:40px;min-height:180px;padding:28px 34px;border:1px solid #d6d2cb;background:rgba(255,255,255,.46);border-radius:26px;overflow:hidden;position:relative;transition:.35s var(--ease)}.fact-card:hover{transform:translateX(8px);background:#fff}.fact-card::after{content:"";position:absolute;right:-40px;top:-100px;width:220px;height:220px;border-radius:50%;border:1px solid rgba(17,19,23,.06)}.fact-value{font-size:clamp(58px,7vw,110px);line-height:.8;font-weight:900;letter-spacing:-.075em;color:#15171a;white-space:nowrap}.fact-value small{font-size:.2em;letter-spacing:-.02em}.fact-value.compact{font-size:clamp(38px,4vw,62px);line-height:.78;color:var(--red)}.fact-card h3{font-size:26px;line-height:1.12;letter-spacing:-.03em;margin:0 0 9px}.fact-card p{font-size:17px;color:#646a71;margin:0;max-width:700px}
.categories{padding:155px 0 180px;position:relative;overflow:hidden}.category-glow{position:absolute;width:680px;height:680px;border-radius:50%;right:-240px;top:28%;background:#52100b;filter:blur(100px);opacity:.35}.bento{display:grid;grid-template-columns:repeat(12,1fr);gap:12px;position:relative}.category-card{position:relative;overflow:hidden;padding:28px;border-radius:34px;min-height:460px;display:flex;flex-direction:column;transform:translateZ(0);transition:border-radius .35s var(--ease),transform .35s var(--ease),border-color .35s}.category-card::before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(120deg,transparent 15%,rgba(255,255,255,.42),transparent 48%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:.4s}.category-card:hover{transform:translateY(-6px);border-radius:20px 46px 24px 46px;border-color:rgba(255,255,255,.25)}.category-card:hover::before{opacity:1;animation:borderSweep 2.3s linear infinite}.cat-b{grid-column:span 7;grid-row:span 2;min-height:760px}.cat-a{grid-column:span 5}.cat-c{grid-column:span 5}.cat-combo{grid-column:span 5}.cat-d{grid-column:span 7}.cat-m{grid-column:span 12;min-height:430px}.category-letter{position:absolute;right:-18px;bottom:-70px;font-size:320px;font-weight:900;line-height:1;color:rgba(255,255,255,.045);letter-spacing:-.1em;pointer-events:none}.card-top{display:flex;justify-content:space-between;gap:16px;position:relative;z-index:2;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#c0c5cc}.card-top b{color:var(--red);font-weight:800}.category-card h3{position:relative;z-index:2;font-size:clamp(32px,3.8vw,58px);letter-spacing:-.055em;line-height:.96;margin:28px 0 10px;max-width:620px}.who{position:relative;z-index:2;color:#b5bbc3;font-size:18px;max-width:690px;margin:0 0 24px}.category-card dl{position:relative;z-index:2;margin:0;display:grid;gap:1px;max-width:780px}.category-card dl div{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:13px 0;border-top:1px solid rgba(255,255,255,.1)}.category-card dt{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#787f89}.category-card dd{margin:0;font-size:15px;color:#d3d7dd}.benefit{position:relative;z-index:2;margin:auto 0 18px;padding-top:20px;font-size:16px;color:#fff;max-width:760px}.benefit::before{content:"PLUS";display:inline-block;margin-right:9px;color:var(--red);font-size:10px;letter-spacing:.12em}.note{position:relative;z-index:2;font-size:13px;color:#8e959e;margin:-7px 0 18px;max-width:900px}.card-btn{position:relative;z-index:2;align-self:flex-start;display:flex;align-items:center;gap:18px;padding:14px 17px;border-radius:15px;background:#fff;color:#111;font-size:14px;font-weight:800}.card-btn.darkish{background:#111;color:#fff}.combo-card{background:linear-gradient(135deg,#ff4a2d,#d82410 72%);color:#fff;border:1px solid rgba(255,255,255,.24);box-shadow:0 40px 90px rgba(255,59,31,.17);border-radius:50px 15px 50px 15px;padding:30px}.combo-card .card-top,.combo-card .who,.combo-card dd,.combo-card dt{color:rgba(255,255,255,.77)}.combo-card .benefit::before{color:#fff}.combo-discount{position:absolute;right:20px;bottom:-18px;font-size:clamp(110px,15vw,210px);font-weight:950;letter-spacing:-.09em;color:rgba(255,255,255,.12);line-height:.75}.cat-m{display:grid;grid-template-columns:1fr 1.15fr;column-gap:50px;align-content:start}.cat-m .card-top,.cat-m h3,.cat-m .who{grid-column:1}.cat-m dl,.cat-m .benefit,.cat-m .note,.cat-m .card-btn{grid-column:2}.cat-m dl{grid-row:1 / span 4;margin-top:55px}.cat-m .benefit{margin-top:10px}.cat-m .card-btn{margin-top:4px}
.fleet{padding:160px 0 180px;overflow:hidden;position:relative}.marquee{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden;margin:70px 0 80px;transform:rotate(-1.2deg);background:rgba(255,255,255,.025)}.marquee div{width:max-content;padding:14px 0;font-size:18px;letter-spacing:.16em;color:#808791;animation:marquee 24s linear infinite}.garage-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}.garage-art{height:650px;position:sticky;top:120px;border:1px solid rgba(255,255,255,.1);border-radius:42px;overflow:hidden;background:radial-gradient(circle at 55% 40%,rgba(255,59,31,.12),transparent 46%),linear-gradient(#101217,#090a0c)}.garage-art::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent)}.garage-floor{position:absolute;left:-30%;right:-30%;bottom:-24%;height:54%;border-radius:50%;border-top:1px solid rgba(255,255,255,.2);background:radial-gradient(ellipse at center,rgba(255,59,31,.17),transparent 56%);transform:perspective(420px) rotateX(62deg)}.car-outline{position:absolute;left:6%;right:6%;width:88%;bottom:20%;overflow:visible}.car-outline path,.car-outline circle{fill:none;stroke:rgba(255,255,255,.76);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.car-outline circle{fill:#0b0c0f;stroke:rgba(255,255,255,.5)}.scanner-line{position:absolute;left:8%;right:8%;height:2px;top:25%;background:linear-gradient(90deg,transparent,var(--red),transparent);box-shadow:0 0 24px var(--red);animation:scan 4s ease-in-out infinite}.model-label{position:absolute;padding:10px 12px;border-radius:12px;font-size:9px;letter-spacing:.12em}.l1{left:7%;top:18%}.l2{right:8%;top:30%}.l3{right:11%;bottom:15%}.garage-ui{position:absolute;left:28px;bottom:26px;display:grid;gap:4px;font-size:9px;letter-spacing:.15em;color:#707782}.garage-ui strong{color:#dfe2e6;font-size:12px}.garage-ui i{display:block;width:120px;height:2px;background:linear-gradient(90deg,var(--red) 78%,rgba(255,255,255,.1) 78%)}.fleet-features{display:grid;gap:10px}.fleet-features article{min-height:180px;padding:25px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);position:relative;overflow:hidden}.fleet-features article:nth-child(even){margin-left:46px}.fleet-features article span{font-size:10px;color:var(--red);letter-spacing:.14em}.fleet-features h3{font-size:25px;line-height:1.1;letter-spacing:-.035em;margin:26px 0 10px}.fleet-features p{margin:0;color:#a9afb8;font-size:16px;max-width:570px}
.final-cta{min-height:800px;display:grid;place-items:center;position:relative;overflow:hidden;padding:140px 0;isolation:isolate;background:radial-gradient(circle at 50% 55%,#33100d 0,transparent 42%),#08090b}.cta-liquid{position:absolute;border:1px solid rgba(255,255,255,.14);background:linear-gradient(130deg,rgba(255,255,255,.08),rgba(255,59,31,.12),rgba(255,255,255,.02));backdrop-filter:blur(20px);z-index:-1;animation:liquid 12s ease-in-out infinite alternate}.cta-liquid-a{width:800px;height:520px;left:50%;top:52%;transform:translate(-50%,-50%) rotate(-7deg);border-radius:44% 56% 68% 32% / 40% 37% 63% 60%}.cta-liquid-b{width:610px;height:720px;left:52%;top:49%;transform:translate(-50%,-50%) rotate(18deg);border-radius:63% 37% 42% 58% / 59% 53% 47% 41%;opacity:.55}.cta-content{text-align:center;position:relative;z-index:2}.cta-content .eyebrow::before{display:none}.cta-content h2{font-size:clamp(58px,7vw,104px);line-height:.88;letter-spacing:-.07em;margin:0 auto 28px;max-width:1100px}.cta-content h2 em{font-style:normal;color:var(--red)}.cta-content>p:not(.eyebrow){font-size:20px;color:#b9bec5;max-width:650px;margin:0 auto 30px}.cta-buttons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.primary-btn.white{background:#fff;color:#111;box-shadow:none}.primary-btn.outline{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.17);box-shadow:none}.primary-btn img{width:20px;height:20px}.cta-mini{margin-top:42px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap;color:#808690;font-size:12px}.cta-mini b{color:#fff}.footer{border-top:1px solid rgba(255,255,255,.08);padding:30px 0}.footer-inner{display:flex;align-items:center;gap:20px}.footer-inner p{margin:auto;color:#777d85;font-size:13px}.footer-inner>a:last-child{font-size:13px;color:#b4bac1}
.reveal-item,.reveal-group>*{opacity:0;transform:translateY(38px);filter:blur(7px);transition:opacity .7s var(--ease),transform .7s var(--ease),filter .7s var(--ease)}.reveal-item.visible,.reveal-group.visible>*{opacity:1;transform:none;filter:none}.reveal-group.visible>*:nth-child(2){transition-delay:.07s}.reveal-group.visible>*:nth-child(3){transition-delay:.14s}.reveal-group.visible>*:nth-child(4){transition-delay:.21s}.reveal-group.visible>*:nth-child(5){transition-delay:.28s}.reveal-group.visible>*:nth-child(6){transition-delay:.35s}
@keyframes heroReveal{to{transform:none}}@keyframes floatBlob{to{transform:translate(45px,30px) scale(1.09);border-radius:38% 62% 52% 48%}}@keyframes shine{0%,58%{left:-35%}78%,100%{left:130%}}@keyframes borderSweep{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes scan{0%,100%{top:22%;opacity:.25}50%{top:73%;opacity:1}}@keyframes liquid{to{border-radius:31% 69% 44% 56% / 58% 35% 65% 42%;transform:translate(-50%,-50%) rotate(7deg) scale(1.04)}}
@media(max-width:1180px){.hero-grid{grid-template-columns:1fr .78fr}.hero-title{font-size:clamp(58px,6.6vw,82px)}.hero-art{min-height:560px}.license-card{left:8%;width:76%}.problem-card.wide{grid-column:span 6}.problem-card.tall{grid-column:span 6}.problem-card.cut{grid-column:span 6}.problem-card.slim{grid-column:span 6}.problem-card.wide-two{grid-column:span 7}.problem-card:last-child{grid-column:span 5}.cat-b{grid-column:span 7}.cat-a,.cat-c{grid-column:span 5}.cat-combo{grid-column:span 5}.cat-d{grid-column:span 7}.garage-grid{grid-template-columns:1fr 1fr}.step-card{width:42%}}
@media(max-width:1024px){.desktop-nav{display:none}.header-cta{margin-left:auto}.hero{padding-top:130px}.hero-grid{grid-template-columns:1fr;gap:10px}.hero-art{height:620px;min-height:0;max-width:720px;width:100%;margin:0 auto}.hero-copy{max-width:900px}.hero-title{font-size:clamp(60px,9vw,92px)}.hero-sub{max-width:760px}.contact-inner{grid-template-columns:1fr}.section-head.split{grid-template-columns:1fr;gap:24px}.route-board{min-height:1250px}.step-card{width:46%}.cat-b{grid-column:span 12;min-height:620px}.cat-a,.cat-c,.cat-combo{grid-column:span 6}.cat-d{grid-column:span 12}.cat-m{grid-column:span 12}.garage-grid{grid-template-columns:1fr}.garage-art{position:relative;top:auto;height:590px}.fleet-features{grid-template-columns:1fr 1fr}.fleet-features article:nth-child(even){margin-left:0}.fact-card{grid-template-columns:220px 1fr}}
@media(max-width:768px){:root{--pad:15px}.site-header{top:10px}.header-shell{height:62px;padding:0 14px;border-radius:18px}.header-cta{display:none}.burger{display:block}.hero{padding:104px 0 30px;min-height:auto}.hero-grid{display:block}.hero-title{font-size:clamp(49px,13vw,72px);line-height:.93}.hero-sub{font-size:18px;margin:24px 0 22px}.hero-chips{display:grid;grid-template-columns:1fr 1fr}.chip{min-height:58px;padding:10px 12px;font-size:12px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-actions p{font-size:12px}.primary-btn,.dark-btn{min-height:58px;width:100%}.hero-art{height:510px;margin-top:20px}.license-card{width:72%;left:13%;top:26%;padding:18px;border-radius:27px 10px 27px 27px}.license-bottom strong{font-size:40px}.hero-stat{padding:11px 12px}.hero-stat strong{font-size:23px}.hero-stat-98{top:12%;right:1%}.hero-stat-10{left:0;bottom:18%}.hero-stat-15{right:4%;bottom:6%}.floating-word{font-size:120px;right:-16px}.scroll-cue{display:none}.contact-strip{padding:35px 0 90px}.messenger-links{grid-template-columns:1fr}.messenger-card{min-height:78px;align-items:center}.section-head{margin-bottom:36px}.section-head h2{font-size:clamp(42px,11.2vw,58px)}.section-head.split{gap:18px}.section-lead{font-size:17px}.problems{padding:100px 0 110px}.ghost-text{top:80px;font-size:27vw}.problem-grid{grid-template-columns:1fr;grid-auto-rows:auto}.problem-card,.problem-card.wide,.problem-card.tall,.problem-card.cut,.problem-card.slim,.problem-card.wide-two,.problem-card:last-child{grid-column:auto;grid-row:auto;min-height:0;border-radius:24px;clip-path:none;padding:20px}.problem-card p{font-size:18px;margin-top:28px}.stress-summary{grid-template-columns:1fr}.summary-bad,.summary-good{padding:23px}.summary-good{border-radius:18px 36px 18px 36px}.steps{padding:100px 0 110px}.route-board{min-height:0;margin-top:46px;padding-left:44px;display:grid;gap:14px}.route-line{left:10px;top:0;width:30px;height:100%;overflow:visible}.route-track,.route-progress{d:path("M15 0 L15 1280");stroke-width:5}.step-card,.step-1,.step-2,.step-3,.step-4,.step-5{position:relative;left:auto;right:auto;top:auto;width:100%;border-radius:24px;padding:22px}.step-card::before,.step-1::before,.step-2::before,.step-3::before,.step-4::before,.step-5::before{left:-43px;right:auto;top:38px}.step-card h3{font-size:25px;margin-top:20px}.step-card p{font-size:16px}.steps-cta{margin-top:20px}.advantages{padding:20px 0 110px}.fact-card{grid-template-columns:1fr;gap:18px;padding:22px;min-height:0}.fact-value{font-size:62px}.fact-value.compact{font-size:43px}.fact-card h3{font-size:23px}.categories{padding:100px 0 110px}.bento{grid-template-columns:1fr}.cat-b,.cat-a,.cat-c,.cat-combo,.cat-d,.cat-m{grid-column:auto;min-height:0;display:flex;padding:22px;border-radius:27px}.category-letter{font-size:210px;bottom:-45px}.category-card h3{font-size:38px;margin-top:22px}.who{font-size:16px}.category-card dl div{grid-template-columns:1fr;gap:4px;padding:11px 0}.category-card dd{font-size:15px}.cat-m .card-top,.cat-m h3,.cat-m .who,.cat-m dl,.cat-m .benefit,.cat-m .note,.cat-m .card-btn{grid-column:auto;grid-row:auto}.cat-m dl{margin-top:0}.combo-discount{font-size:100px}.card-btn{width:100%;justify-content:space-between}.fleet{padding:100px 0 110px}.marquee{margin:48px 0}.garage-art{height:440px;border-radius:28px}.model-label{font-size:8px}.fleet-features{grid-template-columns:1fr}.fleet-features article{min-height:0}.final-cta{min-height:720px;padding:110px 0}.cta-content h2{font-size:clamp(50px,13vw,72px)}.cta-content>p:not(.eyebrow){font-size:17px}.cta-buttons{display:grid;grid-template-columns:1fr;width:100%}.cta-liquid-a{width:620px;height:500px}.cta-liquid-b{width:450px;height:640px}.footer-inner{flex-wrap:wrap}.footer-inner p{order:3;width:100%;margin:0}}
@media(max-width:430px){.hero-title{font-size:clamp(45px,13.2vw,57px)}.chip{min-height:52px}.hero-art{height:440px}.license-card{top:24%;left:8%;width:80%}.hero-route{inset:0 -8% 0 -4%;width:112%}.hero-stat-98{top:8%}.hero-stat-10{bottom:13%}.hero-stat-15{bottom:1%}.contact-inner h2{font-size:42px}.section-head h2{font-size:clamp(39px,11.5vw,50px)}.garage-art{height:360px}.car-outline{bottom:25%}.l3{display:none}.cta-mini{gap:14px}.cta-mini span{width:45%}}
@media(max-width:370px){.hero-title{font-size:43px}.hero-art{height:400px}.license-card{width:84%;left:6%;padding:14px}.hero-stat strong{font-size:20px}.problem-card p{font-size:17px}.section-head h2{font-size:38px}.category-card h3{font-size:34px}.garage-art{height:330px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal-item,.reveal-group>*{opacity:1;transform:none;filter:none}.hero-title .mask-line>span{transform:none}.route-progress{stroke-dasharray:none!important;stroke-dashoffset:0!important}}

/* Typography & spacing refinement — lighter, more compact */
body{font-weight:400}
h1,h2,h3{font-weight:650}
strong,b{font-weight:650}
.brand{font-weight:700}
.header-cta,.menu-cta,.primary-btn,.dark-btn,.messenger-card,.card-btn{font-weight:650}
.menu-content nav a{font-weight:620}
.eyebrow{font-weight:600}

.hero{padding-top:138px}
.hero-title{font-size:clamp(52px,4.75vw,76px);line-height:.96;letter-spacing:-.052em;font-weight:650;max-width:800px}
.hero-title b{font-weight:650}
.hero-sub{font-size:clamp(18px,1.35vw,21px);margin:25px 0 24px}
.chip strong{font-size:17px;font-weight:650}

.contact-strip{padding:40px 0 92px}
.contact-inner h2{font-size:clamp(34px,3.5vw,54px);line-height:1;letter-spacing:-.042em;font-weight:650}
.section-head{margin-bottom:42px}
.section-head h2{font-size:clamp(40px,4.45vw,62px);line-height:1;letter-spacing:-.048em;font-weight:650}
.section-lead{font-size:18px}

.problems{padding:96px 0 112px}
.problem-card p{font-size:clamp(17px,1.35vw,20px);line-height:1.36}

.steps{padding:100px 0 116px}
.step-card h3{font-size:clamp(22px,1.85vw,28px);line-height:1.12;font-weight:620}

.advantages{padding:34px 0 112px}
.fact-card h3{font-size:23px;line-height:1.16;font-weight:620}
.fact-value{font-weight:620}

.categories{padding:106px 0 122px}
.category-card h3{font-size:clamp(29px,3.1vw,48px);line-height:1;letter-spacing:-.045em;font-weight:620}
.category-card dt,.benefit strong{font-weight:620}

.fleet{padding:108px 0 122px}
.fleet-features h3{font-size:22px;line-height:1.16;font-weight:620}

.final-cta{min-height:680px;padding:94px 0}
.cta-content h2{font-size:clamp(48px,5.7vw,82px);line-height:.94;letter-spacing:-.055em;font-weight:650}
.cta-content>p:not(.eyebrow){font-size:18px}

@media(max-width:1180px){
  .hero-title{font-size:clamp(50px,5.8vw,70px)}
}
@media(max-width:1024px){
  .hero{padding-top:122px}
  .hero-title{font-size:clamp(50px,7.2vw,72px)}
}
@media(max-width:768px){
  .hero{padding-top:98px}
  .hero-title{font-size:clamp(42px,11vw,58px);line-height:.98}
  .hero-sub{font-size:17px;margin:20px 0 20px}
  .contact-strip{padding:30px 0 70px}
  .section-head{margin-bottom:28px}
  .section-head h2{font-size:clamp(34px,9.4vw,46px);line-height:1.02}
  .section-lead{font-size:16px}
  .problems{padding:72px 0 82px}
  .problem-card p{font-size:17px;margin-top:24px}
  .steps{padding:72px 0 82px}
  .step-card h3{font-size:22px;margin-top:17px}
  .advantages{padding:18px 0 82px}
  .fact-card h3{font-size:21px}
  .categories{padding:72px 0 84px}
  .category-card h3{font-size:32px;margin-top:18px}
  .fleet{padding:72px 0 84px}
  .fleet-features h3{font-size:21px;margin-top:21px}
  .final-cta{min-height:610px;padding:78px 0}
  .cta-content h2{font-size:clamp(42px,10.8vw,58px);line-height:.98}
  .cta-content>p:not(.eyebrow){font-size:16px}
}
@media(max-width:430px){
  .hero-title{font-size:clamp(39px,10.8vw,48px)}
  .contact-inner h2{font-size:36px}
  .section-head h2{font-size:clamp(32px,9.2vw,40px)}
  .category-card h3{font-size:30px}
}
@media(max-width:370px){
  .hero-title{font-size:39px}
  .section-head h2{font-size:33px}
  .category-card h3{font-size:29px}
}



/* Photo integration update */
:root{
  --section-title-size: clamp(34px, 3.3vw, 46px);
  --section-title-size-mobile: clamp(30px, 8.3vw, 38px);
  --card-title-size: clamp(20px, 1.55vw, 24px);
}

.hero-title{font-size:clamp(42px,4vw,58px)!important;line-height:.98;max-width:760px}
.contact-inner h2,
.section-head h2,
.cta-content h2{font-size:var(--section-title-size)!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:640!important}
.step-card h3,
.fact-card h3,
.category-card h3,
.fleet-features h3{font-size:var(--card-title-size)!important;line-height:1.18!important;font-weight:620!important}
.category-card h3{margin-top:20px}
.contact-strip{padding:36px 0 84px}
.problems{padding:82px 0 96px}
.steps{padding:84px 0 98px}
.advantages{padding:18px 0 96px}
.categories{padding:90px 0 102px}
.fleet{padding:92px 0 104px}
.final-cta{padding:88px 0;min-height:0}

.section-photo{position:relative;overflow:hidden;border-radius:32px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12)}
.photo-frame::before{content:'';position:absolute;inset:-8%;background-image:var(--photo);background-size:cover;background-position:center;filter:blur(28px) saturate(.9);transform:scale(1.12);opacity:.78}
.photo-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,12,.12),rgba(8,10,12,.24));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.photo-frame img{position:relative;z-index:2;display:block;width:100%;height:100%;object-fit:contain;object-position:center;padding:18px}
.contact-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:28px;align-items:center}
.contact-photo{aspect-ratio:4/3;min-height:320px}
.problem-media{margin:30px 0 24px}
.wide-photo{aspect-ratio:16/8.8;min-height:350px}
.steps-photo-row{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:28px 0 16px}
.half-photo{aspect-ratio:4/3;min-height:280px}
.categories-photo{aspect-ratio:16/7.4;min-height:360px;margin-bottom:24px}
.hero-art{overflow:visible}
.hero-photo{position:absolute;inset:8% 4% 4% 16%;z-index:1;border-radius:38px;opacity:.92}
.hero-photo img{padding:24px 20px 20px}
.hero-art .orbit,.hero-art .road-perspective,.hero-art .hero-route,.hero-art .license-card,.hero-art .floating-word{z-index:2}
.hero-art .hero-stat{z-index:3}
.garage-art{overflow:hidden}
.garage-photo{position:absolute;inset:0;border-radius:inherit;z-index:1}
.garage-photo img{padding:20px}
.garage-art .garage-floor,.garage-art .scanner-line,.garage-art .car-outline,.garage-art .model-label,.garage-art .garage-ui{position:relative;z-index:2}
.garage-art .garage-floor,.garage-art .scanner-line,.garage-art .car-outline{opacity:.28}
.final-photo{aspect-ratio:4/3;min-height:290px;max-width:560px;margin:24px auto 26px}
.cta-content{max-width:980px}

@media(max-width:1180px){
  .hero-title{font-size:clamp(40px,4.8vw,54px)!important}
  .hero-photo{inset:12% 1% 6% 10%}
}
@media(max-width:1024px){
  .contact-inner{grid-template-columns:1fr}
  .contact-photo{max-width:620px;width:100%;justify-self:start}
  .categories-photo{min-height:320px}
}
@media(max-width:768px){
  .hero-title{font-size:clamp(36px,9.5vw,46px)!important}
  .contact-inner h2,
  .section-head h2,
  .cta-content h2{font-size:var(--section-title-size-mobile)!important}
  .step-card h3,
  .fact-card h3,
  .category-card h3,
  .fleet-features h3{font-size:20px!important}
  .section-photo{border-radius:24px}
  .photo-frame img{padding:12px}
  .hero-art{height:540px}
  .hero-photo{inset:9% 2% 4% 6%;border-radius:28px}
  .contact-photo,.wide-photo,.categories-photo,.final-photo{min-height:240px}
  .wide-photo{aspect-ratio:4/3}
  .steps-photo-row{grid-template-columns:1fr;gap:16px}
  .half-photo{min-height:240px}
  .garage-art{height:400px}
  .garage-photo img{padding:12px}
}
@media(max-width:430px){
  .hero-title{font-size:clamp(34px,9.8vw,42px)!important}
  .hero-art{height:460px}
  .hero-photo{inset:10% 0 4% 0}
  .contact-inner h2,
  .section-head h2,
  .cta-content h2{font-size:clamp(28px,8.8vw,34px)!important}
  .contact-photo,.wide-photo,.half-photo,.categories-photo,.final-photo{min-height:210px}
  .garage-art{height:340px}
}



/* v4 cleanup after feedback */
.license-card{display:none !important}
.contact-photo,.problem-media,.steps-photo-row,.categories-photo{display:none !important}
.hero-photo{inset:10% 3% 6% 26%;z-index:1}
.hero-photo img{padding:20px 16px 18px}
.hero-art .hero-route{z-index:2;opacity:.9}
.hero-art .hero-stat{z-index:3}
.hero-art .floating-word{opacity:.32}
.hero-art .road-perspective{opacity:.5}

/* Fleet relayout */
.garage-grid{display:grid;grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);gap:26px;align-items:start}
.fleet-visual-column{display:grid;gap:18px;align-self:start;position:sticky;top:104px}
.garage-art{height:auto;min-height:0;aspect-ratio:4 / 3}
.fleet-side-cards{display:grid;grid-template-columns:1fr;gap:14px}
.fleet-side-card{padding:20px 22px;border-radius:24px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow)}
.fleet-side-card span{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.fleet-side-card strong{display:block;font-size:22px;line-height:1.1;font-weight:620;margin-bottom:8px}
.fleet-side-card p{font-size:16px;color:var(--muted);line-height:1.45;margin:0}
.fleet-features{display:grid;grid-template-columns:1fr;gap:16px}
.fleet-features article{margin-left:0 !important;min-height:0;padding:26px 28px}

/* Final CTA better fit */
.cta-content{max-width:860px}
.final-photo{max-width:520px;min-height:260px;margin:18px auto 24px}
.final-photo img{padding:14px}
.cta-liquid-a{width:760px;height:520px;opacity:.4}
.cta-liquid-b{width:520px;height:720px;opacity:.26}

@media(max-width:1180px){
  .fleet-visual-column{position:relative;top:auto}
}
@media(max-width:1024px){
  .garage-grid{grid-template-columns:1fr}
  .fleet-visual-column{max-width:760px}
}
@media(max-width:768px){
  .hero-photo{inset:10% 4% 6% 12%}
  .garage-art{aspect-ratio:4 / 3;height:auto}
  .fleet-side-card strong{font-size:20px}
  .fleet-features article{padding:22px}
  .final-photo{max-width:460px;min-height:220px}
}
@media(max-width:430px){
  .hero-photo{inset:12% 2% 6% 6%}
  .fleet-side-card{padding:18px}
  .fleet-side-card strong{font-size:18px}
  .final-photo{min-height:200px}
}



/* v5 messenger strip alignment + messenger icons */
.contact-strip{padding:44px 0 78px}
.contact-inner{
  display:grid;
  grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);
  gap:clamp(42px,5vw,88px);
  align-items:center;
}
.contact-inner>div:first-child{min-width:0}
.contact-inner h2{margin-top:12px;max-width:470px}
.messenger-links{
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.messenger-card{
  min-width:0;
  min-height:112px;
  padding:22px 20px;
  border-radius:26px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  white-space:nowrap;
  overflow:hidden;
}
.messenger-card>span:last-child{margin-left:auto;flex:0 0 auto}
.messenger-card img{width:24px;height:24px;object-fit:contain;flex:0 0 24px}
.messenger-card:not(.max-card) img{filter:brightness(0) invert(1);opacity:.96}
.messenger-card .max-logo{width:31px;height:31px;flex-basis:31px;filter:none;opacity:1}
.max-icon{display:none!important}

@media(max-width:1180px){
  .contact-inner{grid-template-columns:minmax(300px,.65fr) minmax(0,1.35fr);gap:32px}
  .messenger-card{min-height:96px;padding:18px 16px;font-size:15px}
}
@media(max-width:1024px){
  .contact-inner{grid-template-columns:1fr;gap:28px;align-items:start}
  .contact-inner h2{max-width:none}
  .messenger-links{max-width:none}
}
@media(max-width:768px){
  .contact-strip{padding:30px 0 64px}
  .messenger-links{grid-template-columns:1fr;gap:10px}
  .messenger-card{min-height:72px;padding:16px 18px;border-radius:20px}
}


/* v6 — opaque burger menu background */
.mobile-menu{background:#24262b;opacity:0;transition:opacity .22s ease, visibility 0s linear .22s}
.mobile-menu.open{background:#24262b;opacity:1;transition:opacity .22s ease}
.menu-blob{background:#24262b;border-color:rgba(255,255,255,.08);box-shadow:none}
.mobile-menu.open .menu-blob{background:#24262b}



/* v7 — fleet balance + full footer */
.garage-grid{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);
  gap:22px;
  align-items:stretch;
}
.garage-art{
  position:relative!important;
  top:auto!important;
  height:auto!important;
  min-height:0;
  aspect-ratio:1.13 / 1;
}
.fleet-features-top{
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:repeat(3,1fr);
  gap:14px;
}
.fleet-features-top article,
.fleet-feature-bottom article{
  min-height:0;
  margin:0!important;
  padding:24px 26px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.035);
  position:relative;
  overflow:hidden;
}
.fleet-features-top article span,
.fleet-feature-bottom article span{
  font-size:10px;
  color:var(--red);
  letter-spacing:.14em;
}
.fleet-features-top h3,
.fleet-feature-bottom h3{
  font-size:var(--card-title-size)!important;
  line-height:1.18!important;
  font-weight:620!important;
  letter-spacing:-.035em;
  margin:20px 0 9px;
}
.fleet-features-top p,
.fleet-feature-bottom p{
  margin:0;
  color:#a9afb8;
  font-size:16px;
  line-height:1.48;
}
.fleet-feature-bottom{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:14px;
}
.fleet-feature-bottom article{min-height:190px}

.footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding:70px 0 24px;
  background:
    radial-gradient(circle at 15% 20%,rgba(255,59,31,.09),transparent 28%),
    #08090b;
}
.footer-main{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(180px,.65fr) minmax(180px,.65fr);
  gap:clamp(44px,7vw,110px);
  align-items:start;
  padding-bottom:54px;
}
.footer-brand-block{max-width:560px}
.footer-brand{display:inline-flex;margin-bottom:22px}
.footer-brand-block>p{
  margin:0 0 28px;
  max-width:500px;
  color:#8e949d;
  font-size:16px;
  line-height:1.55;
}
.footer-cta{
  display:inline-flex;
  align-items:center;
  gap:28px;
  min-height:54px;
  padding:0 22px;
  border-radius:16px;
  background:#fff;
  color:#101114;
  font-weight:650;
  font-size:14px;
}
.footer-nav,.footer-messengers{display:grid;gap:13px}
.footer-nav>span,.footer-messengers>span{
  color:#6f7680;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.17em;
  margin-bottom:5px;
}
.footer-nav a,.footer-messengers a{
  color:#d9dce0;
  font-size:15px;
  line-height:1.25;
  transition:color .2s ease,transform .2s ease;
}
.footer-nav a:hover,.footer-messengers a:hover{color:#fff;transform:translateX(3px)}
.footer-messengers a{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:170px}
.footer-messengers b{font-weight:500;color:var(--red)}
.footer-bottom{
  min-height:62px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#666d76;
  font-size:12px;
}
.footer-bottom p{margin:0}
.footer-bottom span{text-align:center}
.footer-bottom a{justify-self:end;color:#b9bec5}

@media(max-width:1180px){
  .garage-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr)}
  .fleet-features-top article,.fleet-feature-bottom article{padding:22px}
}
@media(max-width:1024px){
  .garage-grid{grid-template-columns:1fr 1fr;gap:14px}
  .garage-art{aspect-ratio:1/1}
  .fleet-feature-bottom{grid-template-columns:repeat(3,1fr)}
  .fleet-feature-bottom article{min-height:210px}
  .footer-main{grid-template-columns:1.25fr .75fr .75fr;gap:38px}
}
@media(max-width:820px){
  .garage-grid{grid-template-columns:1fr}
  .garage-art{aspect-ratio:16/10;max-height:none}
  .fleet-features-top{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .fleet-features-top article:last-child{grid-column:1/-1}
  .fleet-feature-bottom{grid-template-columns:1fr 1fr}
  .fleet-feature-bottom article:last-child{grid-column:1/-1}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand-block{grid-column:1/-1}
}
@media(max-width:560px){
  .fleet-features-top,.fleet-feature-bottom{grid-template-columns:1fr}
  .fleet-features-top article:last-child,.fleet-feature-bottom article:last-child{grid-column:auto}
  .fleet-feature-bottom article{min-height:0}
  .garage-art{aspect-ratio:4/3}
  .footer{padding-top:52px}
  .footer-main{grid-template-columns:1fr;gap:34px;padding-bottom:38px}
  .footer-brand-block{grid-column:auto}
  .footer-nav,.footer-messengers{gap:11px}
  .footer-bottom{grid-template-columns:1fr auto;gap:12px;padding:18px 0}
  .footer-bottom span{display:none}
  .footer-bottom a{justify-self:end}
}

/* Animated wolf supplied by the site owner */
.hero-wolf-stage-mobile{display:none}
.hero-wolf{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:84/106;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.24);
  border-radius:28px;
  box-shadow:0 28px 80px rgba(0,0,0,.58),0 0 55px rgba(255,59,31,.24);
}
.hero-photo .hero-photo-wolf{display:none}
@media(min-width:769px){
  .hero-photo .hero-photo-original{display:none}
  .hero-photo .hero-photo-wolf{display:block}
  .hero-photo{--photo:url('/assets/hero/wolf.gif')!important}
}
@media(max-width:768px){
  .hero-copy{display:flex;flex-direction:column}
  .hero-copy>.eyebrow{order:1}
  .hero-title{order:2}
  .hero-wolf-stage-mobile{
    display:block;
    position:relative;
    order:3;
    left:auto;
    top:auto;
    width:min(64vw,250px);
    margin:14px auto 18px;
    transform:rotate(1deg);
  }
  .hero-actions{order:4;margin-top:0}
  .hero-sub{order:5;margin-top:30px}
  .hero-chips{order:6}
  .hero-wolf{border-radius:24px}
}
@media(max-width:430px){
  .hero-wolf-stage-mobile{width:min(64vw,250px);margin-top:12px}
  .hero-wolf{border-radius:22px}
}
