:root {
  --bg: #070b0f;
  --bg-soft: #0b1117;
  --panel: rgba(17, 24, 31, .76);
  --panel-strong: #111820;
  --line: rgba(255, 255, 255, .11);
  --text: #f4f7f9;
  --muted: #aeb7c0;
  --red: #ef2b31;
  --red-2: #b80e18;
  --green: #20d366;
  --gold: #ffba35;
  --shadow: 0 28px 80px rgba(0,0,0,.35);
  --radius: 26px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 92% 7%, rgba(239,43,49,.12), transparent 25rem),
    radial-gradient(circle at 8% 35%, rgba(52,106,129,.1), transparent 30rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 110px 0; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -100px; background: #fff; color: #000; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(6,10,14,.88); backdrop-filter: blur(20px); border-color: var(--line); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { flex:0 0 auto; display:inline-flex; align-items:center; color:#fff; }
.brand-text { display:flex; flex-direction:column; line-height:.92; text-transform:uppercase; letter-spacing:-.035em; }
.brand-text strong { font-size:1.28rem; font-weight:950; color:#fff; }
.brand-text span { margin-top:5px; font-size:1.08rem; font-weight:900; color:var(--red); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: #d7dde2; font-size: .94rem; font-weight: 650; padding: 30px 0; transition: color .2s ease; }
.main-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:17px; height:2px; background:var(--red); transition:right .25s ease; }
.main-nav a:hover, .main-nav a.active { color:#fff; }
.main-nav a:hover::after, .main-nav a.active::after { right:0; }
.header-actions { display:flex; align-items:center; gap:12px; }
.icon-btn, .call-btn { border:1px solid var(--line); background:rgba(255,255,255,.03); display:inline-flex; align-items:center; justify-content:center; }
.icon-btn { width:44px; height:44px; border-radius:14px; color:var(--green); }
.icon-btn svg { width:23px; height:23px; fill:currentColor; stroke:none; }
.call-btn { min-height:44px; padding:0 18px; border-radius:14px; background:linear-gradient(135deg,var(--red),var(--red-2)); border-color:transparent; gap:10px; font-weight:800; box-shadow:0 10px 30px rgba(239,43,49,.2); }
.call-btn svg { width:18px; height:18px; fill:currentColor; stroke:none; }
.menu-toggle { display:none; width:48px; height:48px; border:1px solid var(--line); background:#111820; border-radius:14px; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.menu-toggle span { width:21px; height:2px; background:#fff; border-radius:9px; transition:transform .2s ease, opacity .2s ease; }

.hero { position:relative; min-height:780px; display:flex; align-items:center; padding:135px 0 80px; overflow:hidden; isolation:isolate; }
.hero::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:46px 46px; mask-image:linear-gradient(to bottom,black,transparent 80%); z-index:-3; }
.hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:190px; background:linear-gradient(transparent,var(--bg)); pointer-events:none; z-index:-1; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(80px); pointer-events:none; z-index:-2; }
.glow-one { width:520px; height:520px; right:-110px; top:80px; background:rgba(224,20,31,.22); }
.glow-two { width:340px; height:340px; left:-140px; bottom:50px; background:rgba(0,122,160,.12); }
.hero-grid { display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.18fr); align-items:center; gap:30px; }
.hero-copy { position:relative; z-index:4; }
.eyebrow, .section-kicker { color:#ff4a50; text-transform:uppercase; letter-spacing:.16em; font-weight:850; font-size:.78rem; }
.eyebrow { display:inline-flex; align-items:center; gap:10px; padding:8px 13px; border:1px solid rgba(239,43,49,.3); background:rgba(239,43,49,.08); border-radius:999px; }
.pulse { width:8px; height:8px; border-radius:50%; background:var(--red); box-shadow:0 0 0 0 rgba(239,43,49,.45); animation:pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow:0 0 0 10px rgba(239,43,49,0); } 100% { box-shadow:0 0 0 0 rgba(239,43,49,0); } }
.hero h1 { max-width:650px; margin:22px 0 18px; font-size:clamp(3rem,5.4vw,5.55rem); line-height:.98; letter-spacing:-.055em; }
.hero h1 span { color:var(--red); display:block; }
.hero-lead { max-width:590px; color:var(--muted); font-size:clamp(1rem,1.5vw,1.14rem); margin:0 0 28px; }
.hero-ctas { display:flex; flex-wrap:wrap; gap:13px; }
.btn { min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 22px; border-radius:15px; font-weight:850; border:1px solid transparent; transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.btn:hover { transform:translateY(-2px); }
.btn svg { width:20px; height:20px; }
.btn-primary { background:linear-gradient(135deg,#f53037,#c90f19); box-shadow:0 16px 35px rgba(239,43,49,.22); }
.btn-primary:hover { box-shadow:0 20px 45px rgba(239,43,49,.32); }
.btn-secondary { background:rgba(255,255,255,.045); border-color:rgba(255,255,255,.19); backdrop-filter:blur(16px); }
.btn-secondary:hover { border-color:rgba(255,255,255,.34); background:rgba(255,255,255,.08); }
.trust-row { margin-top:36px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:11px; }
.trust-card { min-height:78px; display:flex; align-items:center; gap:12px; padding:14px; border:1px solid var(--line); border-radius:17px; background:rgba(255,255,255,.035); backdrop-filter:blur(15px); }
.trust-card svg { flex:0 0 auto; width:27px; height:27px; color:var(--red); }
.trust-card strong, .trust-card span { display:block; }
.trust-card strong { font-size:.9rem; line-height:1.25; }
.trust-card span { color:var(--muted); font-size:.76rem; }
.hero-visual { min-width:0; position:relative; z-index:2; }
.truck-stage { position:relative; min-height:clamp(380px, 42vw, 560px); display:flex; align-items:center; justify-content:center; }
.truck-stage::before { content:""; position:absolute; width:84%; height:52%; right:0; top:22%; border-radius:50%; background:radial-gradient(circle,rgba(239,43,49,.2),rgba(239,43,49,0) 68%); filter:blur(10px); }
.truck-stage img { position:relative; z-index:2; width:100%; max-width:860px; height:auto; aspect-ratio:1270 / 754; object-fit:contain; transform:none; filter:drop-shadow(0 35px 30px rgba(0,0,0,.62)); }
.road-line { position:absolute; left:6%; right:0; bottom:19%; height:2px; background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent); box-shadow:0 16px 45px rgba(255,255,255,.07); }
.visual-badge { position:absolute; z-index:5; display:flex; align-items:center; gap:10px; min-height:48px; padding:10px 14px; border:1px solid rgba(255,255,255,.16); border-radius:15px; background:rgba(13,19,25,.78); backdrop-filter:blur(18px); box-shadow:var(--shadow); font-size:.86rem; }
.visual-badge strong { font-size:1.05rem; }
.badge-rating { right:4%; top:13%; }
.badge-location { left:2%; bottom:18%; }
.badge-location svg { width:19px; height:19px; color:var(--red); }
.badge-icon { color:var(--gold); font-size:1.15rem; }
.scroll-cue { position:absolute; left:50%; bottom:28px; width:34px; height:50px; border:1px solid rgba(255,255,255,.2); border-radius:999px; transform:translateX(-50%); display:flex; justify-content:center; padding-top:10px; }
.scroll-cue span { width:4px; height:9px; border-radius:999px; background:var(--red); animation:scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { transform:translateY(0); opacity:1; } 70% { transform:translateY(17px); opacity:0; } 100% { opacity:0; } }

.section-heading { max-width:780px; margin-bottom:46px; }
.section-heading.centered { text-align:center; margin-inline:auto; }
.section-heading h2, .advantages-copy h2, .location-info h2, .contact-copy h2 { margin:10px 0 13px; font-size:clamp(2.25rem,4vw,4rem); line-height:1.05; letter-spacing:-.045em; }
.section-heading p, .advantages-copy>p, .location-info>p, .contact-copy>p { color:var(--muted); margin:0; font-size:1.05rem; }
.services { background:linear-gradient(180deg,transparent,rgba(255,255,255,.018),transparent); }
.services-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:17px; }
.service-card { position:relative; min-height:270px; padding:28px; border:1px solid var(--line); border-radius:22px; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); overflow:hidden; transition:transform .25s ease,border-color .25s ease,background .25s ease; }
.service-card::after { content:""; position:absolute; width:130px; height:130px; right:-60px; top:-60px; background:rgba(239,43,49,.14); filter:blur(38px); opacity:0; transition:opacity .25s ease; }
.service-card:hover { transform:translateY(-7px); border-color:rgba(239,43,49,.35); background:linear-gradient(145deg,rgba(239,43,49,.08),rgba(255,255,255,.022)); }
.service-card:hover::after { opacity:1; }
.service-icon { width:58px; height:58px; display:grid; place-items:center; border-radius:17px; background:rgba(239,43,49,.11); color:var(--red); border:1px solid rgba(239,43,49,.25); }
.service-icon svg { width:31px; height:31px; }
.service-card h3 { margin:22px 0 10px; font-size:1.24rem; }
.service-card p { margin:0; color:var(--muted); font-size:.94rem; }

.advantages { padding-top:70px; }
.advantages::before { content:""; position:absolute; inset:12% 0 auto; height:55%; background:linear-gradient(90deg,rgba(239,43,49,.09),transparent 35%); pointer-events:none; }
.advantages-grid { position:relative; display:grid; grid-template-columns:.78fr 1.22fr; gap:85px; align-items:start; }
.advantages-copy { position:sticky; top:140px; }
.text-link { margin-top:24px; display:inline-flex; align-items:center; gap:10px; color:#fff; font-weight:800; }
.text-link span { color:var(--red); transition:transform .2s ease; }
.text-link:hover span { transform:translateX(6px); }
.advantages-list { display:grid; gap:0; border-top:1px solid var(--line); }
.advantage-item { display:grid; grid-template-columns:76px 1fr; gap:20px; padding:29px 0; border-bottom:1px solid var(--line); }
.advantage-number { color:var(--red); font-weight:900; letter-spacing:.12em; }
.advantage-item h3 { margin:0 0 6px; font-size:1.25rem; }
.advantage-item p { margin:0; color:var(--muted); }

.reviews { background:#090e13; }
.heading-row { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; width:min(100vw - 40px,var(--container)); }
.rating-summary { flex:0 0 auto; display:grid; grid-template-columns:auto auto; align-items:center; column-gap:12px; padding:16px 20px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.035); }
.rating-summary strong { font-size:2.4rem; line-height:1; }
.rating-summary small { grid-column:2; color:var(--muted); }
.stars { color:var(--gold); letter-spacing:.1em; white-space:nowrap; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.review-card { min-height:340px; padding:27px; border:1px solid var(--line); border-radius:22px; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02)); display:flex; flex-direction:column; }
.review-card.featured { border-color:rgba(239,43,49,.32); box-shadow:0 25px 70px rgba(239,43,49,.08); transform:translateY(-12px); }
.review-top { display:flex; justify-content:space-between; align-items:center; }
.google-mark { width:29px; height:29px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; font-weight:900; color:#fff; }
.review-card blockquote { margin:30px 0; color:#e9edf0; font-size:1.03rem; flex:1; }
.review-card footer { display:flex; align-items:center; gap:12px; }
.avatar { width:43px; height:43px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(135deg,var(--red),#4d1116); font-weight:850; font-size:.83rem; }
.review-card footer strong, .review-card footer small { display:block; }
.review-card footer small { color:var(--muted); }

.location-card { display:grid; grid-template-columns:.82fr 1.18fr; border:1px solid var(--line); border-radius:30px; overflow:hidden; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02)); box-shadow:var(--shadow); }
.location-info { padding:46px; }
.contact-list { margin:30px 0; display:grid; gap:12px; }
.contact-list>a, .contact-static { display:flex; gap:13px; align-items:flex-start; padding:14px; border:1px solid rgba(255,255,255,.08); border-radius:16px; background:rgba(255,255,255,.025); transition:border-color .2s ease,transform .2s ease; }
.contact-list>a:hover { border-color:rgba(239,43,49,.32); transform:translateX(3px); }
.contact-icon { flex:0 0 auto; width:40px; height:40px; display:grid; place-items:center; border-radius:12px; color:var(--red); background:rgba(239,43,49,.1); }
.contact-icon svg { width:20px; height:20px; }
.contact-list small, .contact-list strong { display:block; }
.contact-list small { color:var(--muted); margin-bottom:2px; }
.contact-list strong { line-height:1.4; font-size:.94rem; }
.location-actions { display:flex; flex-wrap:wrap; gap:12px; }
.map-wrap { min-height:650px; position:relative; background:#182028; }
.map-wrap iframe { position:absolute; inset:0; width:100%; height:100%; border:0; filter:grayscale(1) invert(.93) contrast(.9) hue-rotate(180deg); }
.map-wrap::after { content:""; position:absolute; inset:0; box-shadow:inset 55px 0 70px rgba(7,11,15,.5); pointer-events:none; }
.map-overlay { position:absolute; z-index:2; left:50%; top:48%; transform:translate(-50%,-50%); width:min(360px,calc(100% - 30px)); padding:17px; display:flex; gap:12px; align-items:center; border:1px solid rgba(255,255,255,.15); border-radius:18px; background:rgba(8,13,17,.87); backdrop-filter:blur(18px); box-shadow:0 25px 60px rgba(0,0,0,.5); }
.map-pin { width:48px; height:48px; flex:0 0 auto; display:grid; place-items:center; color:#fff; border-radius:50%; background:var(--red); }
.map-pin svg { width:23px; height:23px; }
.map-overlay strong, .map-overlay small { display:block; }
.map-overlay small { color:var(--muted); }

.contact-section { padding-top:45px; }
.contact-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:80px; align-items:start; }
.contact-copy { padding-top:28px; }
.contact-note { margin-top:28px; display:flex; gap:12px; align-items:center; color:var(--muted); }
.contact-note svg { flex:0 0 auto; width:24px; height:24px; color:var(--green); }
.whatsapp-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; padding:28px; border:1px solid var(--line); border-radius:24px; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); }
.whatsapp-form label { display:grid; gap:8px; font-weight:750; font-size:.9rem; }
.whatsapp-form label:nth-child(3), .whatsapp-form label:nth-child(4), .form-submit { grid-column:1/-1; }
input, select, textarea { width:100%; color:#fff; background:#0a1015; border:1px solid rgba(255,255,255,.11); border-radius:14px; outline:0; padding:14px 15px; transition:border-color .2s ease,box-shadow .2s ease; }
input, select { min-height:52px; }
textarea { resize:vertical; min-height:120px; }
input::placeholder, textarea::placeholder { color:#71808c; }
input:focus, select:focus, textarea:focus { border-color:rgba(239,43,49,.65); box-shadow:0 0 0 4px rgba(239,43,49,.1); }
.form-submit { border:0; }
.form-submit svg { fill:currentColor; stroke:none; }

.site-footer { border-top:1px solid var(--line); background:#06090c; }
.footer-main { min-height:165px; display:grid; grid-template-columns:1.1fr .9fr .85fr auto; gap:28px; align-items:center; }
.footer-brand .brand-text strong { font-size:1.35rem; }
.footer-brand .brand-text span { font-size:1.12rem; }
.footer-copy strong, .footer-copy span, .footer-phone span, .footer-phone small { display:block; }
.footer-copy span, .footer-phone small { color:var(--muted); }
.footer-phone span { font-size:1.1rem; font-weight:850; }
.footer-links { display:grid; gap:6px; color:var(--muted); }
.footer-links a:hover { color:#fff; }
.footer-bottom { min-height:65px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; color:#7f8a94; font-size:.86rem; }
.footer-bottom a:hover { color:#fff; }

.floating-whatsapp { position:fixed; z-index:900; right:max(18px,env(safe-area-inset-right)); bottom:max(20px,env(safe-area-inset-bottom)); width:58px; height:58px; display:grid; place-items:center; border-radius:19px; color:#fff; background:linear-gradient(145deg,#27dc6d,#0fa747); box-shadow:0 18px 40px rgba(14,183,77,.3); }
.floating-whatsapp svg { width:29px; height:29px; fill:currentColor; stroke:none; }
.floating-label { position:absolute; right:68px; white-space:nowrap; padding:8px 11px; border-radius:10px; background:#fff; color:#111; font-size:.78rem; font-weight:800; box-shadow:0 10px 30px rgba(0,0,0,.25); opacity:0; transform:translateX(8px); pointer-events:none; transition:.2s ease; }
.floating-whatsapp:hover .floating-label { opacity:1; transform:translateX(0); }
.back-to-top { position:fixed; z-index:950; cursor:pointer; right:27px; bottom:88px; width:45px; height:45px; display:grid; place-items:center; border:1px solid var(--line); border-radius:14px; background:rgba(12,18,23,.82); backdrop-filter:blur(14px); opacity:0; visibility:hidden; transform:translateY(8px); transition:.22s ease; }
.back-to-top.visible { opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto; }
.back-to-top:not(.visible) { pointer-events:none; }
.footer-top-link { cursor:pointer; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.1s; }
.delay-2 { transition-delay:.2s; }
.delay-3 { transition-delay:.3s; }

@media (pointer:fine) {
  html, body, a, button, input, select, textarea { cursor:none !important; }
  .cursor-dot, .cursor-ring { position:fixed; z-index:99999; pointer-events:none; border-radius:50%; transform:translate(-50%,-50%); opacity:0; }
  .cursor-dot { width:5px; height:5px; background:#fff; }
  .cursor-ring { width:36px; height:36px; border:1px solid rgba(255,255,255,.72); transition:width .15s ease,height .15s ease,border-color .15s ease,background .15s ease; }
  body.cursor-ready .cursor-dot, body.cursor-ready .cursor-ring { opacity:1; }
  body.cursor-hover .cursor-ring { width:50px; height:50px; border-color:rgba(239,43,49,.9); background:rgba(239,43,49,.08); }
}

@media (max-width: 1050px) {
  .main-nav { gap:18px; }
  .main-nav a { font-size:.86rem; }
  .call-btn span { display:none; }
  .call-btn { width:44px; padding:0; }
  .hero { min-height:auto; }
  .hero-grid { grid-template-columns:1fr; padding-top:35px; }
  .hero-copy { max-width:760px; }
  .hero-visual { margin-top:-45px; }
  .truck-stage { min-height:450px; }
  .truck-stage img { width:100%; max-width:760px; }
  .trust-row { max-width:760px; }
  .services-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .advantages-grid { gap:50px; }
  .location-card { grid-template-columns:1fr; }
  .map-wrap { min-height:480px; }
  .map-wrap::after { box-shadow:inset 0 50px 70px rgba(7,11,15,.45); }
  .contact-grid { gap:45px; }
  .footer-main { grid-template-columns:1fr 1fr; padding:34px 0; }
}

@media (max-width: 820px) {
  .section { padding:82px 0; }
  .header-inner { min-height:76px; }
  .brand-text strong { font-size:1.14rem; }
  .brand-text span { font-size:.98rem; }
  .menu-toggle { display:flex; margin-left:auto; z-index:2; }
  .menu-toggle.active span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity:0; }
  .menu-toggle.active span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .main-nav { position:fixed; inset:76px 14px auto; margin:0; padding:16px; display:grid; gap:7px; border:1px solid var(--line); border-radius:20px; background:#0d141b; box-shadow:0 28px 70px rgba(0,0,0,.55); opacity:0; visibility:hidden; transform:translateY(-12px) scale(.98); transition:.2s ease; }
  .main-nav.open { opacity:1; visibility:visible; transform:none; }
  .main-nav a { padding:14px 16px; border-radius:12px; background:rgba(255,255,255,.035); }
  .main-nav a::after { display:none; }
  .main-nav a.active { background:rgba(239,43,49,.12); color:#ff555b; }
  .header-actions { display:none; }
  .hero { padding-top:118px; }
  .hero h1 { font-size:clamp(3rem,12vw,5rem); max-width:720px; }
  .truck-stage { min-height:390px; }
  .truck-stage img { width:100%; max-width:720px; }
  .visual-badge { font-size:.76rem; }
  .badge-rating { right:0; top:9%; }
  .badge-location { left:0; bottom:13%; }
  .advantages-grid, .contact-grid { grid-template-columns:1fr; }
  .advantages-copy { position:static; }
  .heading-row { align-items:flex-start; flex-direction:column; }
  .reviews-grid { grid-template-columns:1fr; }
  .review-card.featured { transform:none; }
  .whatsapp-form { grid-template-columns:1fr; }
  .whatsapp-form label, .whatsapp-form label:nth-child(3), .whatsapp-form label:nth-child(4), .form-submit { grid-column:1; }
}

@media (max-width: 620px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .section { padding:72px 0; }
  .brand-text strong { font-size:1.02rem; }
  .brand-text span { font-size:.88rem; }
  .menu-toggle { width:44px; height:44px; }
  .hero { padding-top:105px; padding-bottom:55px; }
  .hero-grid { gap:0; }
  .hero h1 { margin-top:17px; font-size:clamp(2.7rem,13.5vw,4.2rem); line-height:1; }
  .hero-lead { font-size:.98rem; }
  .hero-ctas { display:grid; grid-template-columns:1fr; }
  .btn { width:100%; }
  .trust-row { grid-template-columns:1fr; margin-top:25px; }
  .trust-card { min-height:68px; }
  .hero-visual { margin-top:2px; }
  .truck-stage { min-height:320px; margin-inline:-12px; }
  .truck-stage img { width:100%; max-width:100%; }
  .road-line { bottom:15%; }
  .visual-badge { min-height:42px; padding:8px 10px; }
  .badge-rating { right:35px; top:4%; }
  .badge-location { left:35px; bottom:6%; }
  .scroll-cue { display:none; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; padding:24px; }
  .advantages-grid { gap:35px; }
  .advantage-item { grid-template-columns:52px 1fr; gap:12px; }
  .rating-summary { width:100%; }
  .location-info { padding:30px 22px; }
  .map-wrap { min-height:390px; }
  .location-actions { display:grid; grid-template-columns:1fr; }
  .whatsapp-form { padding:20px; }
  .footer-main { grid-template-columns:1fr; gap:20px; }
  .footer-links { display:flex; flex-wrap:wrap; gap:14px; }
  .footer-bottom { min-height:90px; flex-direction:column; justify-content:center; gap:7px; text-align:center; }
  .floating-whatsapp { width:55px; height:55px; right:14px; bottom:14px; }
  .floating-label { display:none; }
  .back-to-top { right:19px; bottom:80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
