/* =========================================================
   DIZEÑA LOGISTICS — premium logistics landing
   Palette derived from the brand logo: navy → royal blue + orange
   ========================================================= */

:root {
  /* brand */
  --navy-900: #071527;
  --navy-800: #0b1e3b;
  --navy-700: #10294d;
  --navy-600: #163a6b;
  --blue-600: #1b4c9b;
  --blue-500: #2560b8;
  --blue-400: #2f7de0;
  --blue-300: #5aa0f2;
  --orange:   #ee7a1b;
  --orange-500:#f4841e;
  --orange-400:#ff9838;

  --paper:    #ffffff;
  --mist:     #f4f7fc;
  --mist-2:   #e9eff8;
  --ink:      #0e1a2b;
  --ink-soft: #34435a;
  --ink-mute: #6a789096;
  --slate:    #64748b;
  --line:     rgba(14, 26, 43, 0.10);

  --grad-blue: linear-gradient(135deg, #1b4c9b 0%, #2f7de0 100%);
  --grad-brand: linear-gradient(120deg, #163a6b 0%, #2560b8 45%, #ee7a1b 130%);
  --grad-orange: linear-gradient(135deg, #f4841e 0%, #ff9838 100%);

  --shadow-sm: 0 4px 16px rgba(11, 30, 59, 0.08);
  --shadow-md: 0 18px 44px rgba(11, 30, 59, 0.16);
  --shadow-lg: 0 40px 90px rgba(7, 21, 39, 0.34);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io:  cubic-bezier(0.65, 0, 0.35, 1);

  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --maxw: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: "Sora", "Inter", sans-serif; line-height: 1.06; font-weight: 700; letter-spacing: -0.015em; }
em { font-style: normal; }

.wrap { width: min(var(--maxw), 92vw); margin-inline: auto; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }  /* defensive: never invisible */

/* split words */
.split-word { display: inline-block; overflow: hidden; }
.split-word > span {
  display: inline-block; transform: translateY(110%);
  transition: transform .8s var(--ease-out);
}
.split-ready .is-visible .split-word > span,
.is-visible .split-word > span { transform: none; }

/* ==========================================================
   SPLASH
   ========================================================== */
.splash {
  position: fixed; inset: 0; z-index: 999;
  display: grid; place-items: center;
  background: radial-gradient(120% 120% at 50% 0%, #10294d 0%, #071527 70%);
  transition: opacity .7s var(--ease-out), visibility .7s;
  animation: splashSafety .01s 4.5s forwards;
}
.splash.is-out { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes splashSafety { to { opacity: 0; visibility: hidden; pointer-events: none; } }
.splash-inner { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.splash-mark { width: 92px; height: 92px; }
.splash-ring { fill: none; stroke: rgba(90,160,242,.35); stroke-width: 3; stroke-dasharray: 327; stroke-dashoffset: 327; animation: dash 1.4s var(--ease-out) forwards; }
.splash-road { fill: none; stroke: #2f7de0; stroke-width: 6; stroke-linecap: round; stroke-dasharray: 120; stroke-dashoffset: 120; animation: dash 1.1s .3s var(--ease-out) forwards; }
.splash-arrow, .splash-arrow2 { fill: none; stroke: var(--orange-500); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 80; stroke-dashoffset: 80; animation: dash .8s .7s var(--ease-out) forwards; }
@keyframes dash { to { stroke-dashoffset: 0; } }
.splash-word { font-family: "Sora"; font-weight: 800; letter-spacing: .34em; color: #eaf1fb; font-size: 1.1rem; padding-left: .34em;
  opacity: 0; animation: fadeUp .6s .9s var(--ease-out) forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px);} to { opacity: 1; transform: none; } }

/* ==========================================================
   NAV
   ========================================================== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; transition: background .4s var(--ease-out), box-shadow .4s, padding .4s; padding: 14px 0; }
.nav-inner { width: min(var(--maxw), 94vw); margin-inline: auto; display: flex; align-items: center; gap: 22px; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-logo { width: 46px; height: 46px; border-radius: 50%; box-shadow: 0 4px 14px rgba(0,0,0,.28); background: #fff; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1; color: #fff; transition: color .4s; }
.nav-brand-text strong { font-family: "Sora"; font-weight: 800; font-size: 1.05rem; letter-spacing: .06em; }
.nav-brand-text em { font-size: .62rem; letter-spacing: .42em; color: var(--orange-400); font-weight: 600; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { color: rgba(255,255,255,.86); font-weight: 500; font-size: .95rem; position: relative; padding: 4px 0; transition: color .3s; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--orange-500); transition: width .35s var(--ease-out); }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { margin-left: 6px; }

/* scrolled state */
.nav.is-solid { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); box-shadow: 0 6px 24px rgba(11,30,59,.10); padding: 10px 0; }
.nav.is-solid .nav-brand-text { color: var(--navy-800); }
.nav.is-solid .nav-links a { color: var(--ink-soft); }
.nav.is-solid .nav-links a:hover { color: var(--navy-800); }

.nav-burger { display: none; margin-left: auto; width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; flex-direction: column; gap: 5px; justify-content: center; align-items: center; }
.nav-burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s, background .3s; }
.nav.is-solid .nav-burger span { background: var(--navy-800); }
.nav-burger.is-open span { background: #fff !important; }
.nav-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; }
.nav-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================
   BUTTONS
   ========================================================== */
.btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .96rem; padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 0; transition: transform .25s var(--ease-out), box-shadow .25s, background .25s; font-family: "Inter"; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.ic-arrow { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s var(--ease-out); }
.btn:hover .ic-arrow { transform: translateX(4px); }

.btn-primary { background: var(--grad-orange); color: #fff; box-shadow: 0 12px 28px rgba(238,122,27,.36); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(238,122,27,.46); }
.btn-ghost { background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }
.btn-wa { background: #25d366; color: #063f1e; box-shadow: 0 8px 20px rgba(37,211,102,.34); padding: 11px 20px; font-weight: 700; }
.btn-wa .ic-wa { width: 19px; height: 19px; fill: #063f1e; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(37,211,102,.44); }

/* ==========================================================
   HERO
   ========================================================== */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-img { width: 100%; height: 116%; object-fit: cover; object-position: center 40%; will-change: transform; }
.hero-tint { position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,21,39,.72) 0%, rgba(11,30,59,.60) 40%, rgba(7,21,39,.88) 100%),
    linear-gradient(90deg, rgba(7,21,39,.80) 0%, rgba(7,21,39,.20) 60%, transparent 100%);
}
.hero-mesh { position: absolute; inset: -20%; z-index: -2; pointer-events: none;
  background:
    radial-gradient(38% 42% at 18% 30%, rgba(47,125,224,.42) 0%, transparent 60%),
    radial-gradient(34% 40% at 86% 74%, rgba(238,122,27,.32) 0%, transparent 62%);
  filter: blur(30px); animation: meshFloat 18s var(--ease-io) infinite alternate; }
@keyframes meshFloat { to { transform: translate3d(2%, -3%, 0) scale(1.08); } }

.hero-route { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none; opacity: .5; }
.route-line { fill: none; stroke: rgba(90,160,242,.55); stroke-width: 2; stroke-dasharray: 10 14; stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(90,160,242,.5)); animation: routeMove 3.4s linear infinite; }
.route-line-2 { stroke: rgba(255,152,56,.5); animation-duration: 4.6s; }
@keyframes routeMove { to { stroke-dashoffset: -240; } }

.hero-inner { position: relative; width: min(var(--maxw), 92vw); margin-inline: auto; padding: 120px 0 150px; color: #fff; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; color: #cfe0f6; margin-bottom: 22px; }
.hero-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange-500); box-shadow: 0 0 0 4px rgba(244,132,30,.25); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(244,132,30,0); } }
.hero-title { font-size: clamp(2.5rem, 6.4vw, 5.4rem); font-weight: 800; max-width: 15ch; text-wrap: balance; }
.hero-title em,
.hero-title em *,
.hero-title .hero-accent,
.hero-title .hero-accent * {
  background: none !important;
  color: #ff9838 !important;
  -webkit-text-fill-color: #ff9838 !important;
  opacity: 1;
  visibility: visible;
}
.hero-sub { margin-top: 24px; max-width: 46ch; font-size: clamp(1rem, 1.5vw, 1.18rem); color: rgba(233,240,250,.9); }
.hero-actions { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-chips { margin-top: 44px; display: flex; gap: 12px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: 9px; padding: 10px 18px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); font-size: .88rem; font-weight: 500; color: #eaf1fb; }
.chip svg { width: 18px; height: 18px; fill: var(--orange-400); }

/* driving truck */
.hero-drive { position: absolute; left: 0; right: 0; bottom: 42px; z-index: 1; pointer-events: none; }
.hero-drive .road { position: absolute; left: 0; right: 0; bottom: 8px; height: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.5) 0 22px, transparent 22px 44px); }
.truck { position: absolute; bottom: 8px; width: 90px; height: 36px; animation: drive 9s linear infinite; }
.truck-box { fill: #f3f6fb; stroke: #1b4c9b; stroke-width: 2; }
.truck-cab { fill: #2560b8; }
.truck-window { fill: #bcdcff; }
.wheel { fill: #12233c; stroke: #f4841e; stroke-width: 2; }
@keyframes drive { 0% { transform: translateX(-140px); } 100% { transform: translateX(calc(100vw + 60px)); } }

.hero-scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.5); border-radius: 14px; z-index: 2; }
.hero-scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px; background: #fff; border-radius: 2px; animation: scrolly 1.8s var(--ease-io) infinite; }
@keyframes scrolly { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* ==========================================================
   MARQUEE
   ========================================================== */
.marquee { background: var(--navy-800); color: #fff; overflow: hidden; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.06); }
.marquee-track { display: inline-flex; align-items: center; gap: 26px; white-space: nowrap; animation: marq 34s linear infinite; will-change: transform; }
.marquee-track span { font-family: "Sora"; font-weight: 700; font-size: 1.35rem; letter-spacing: .02em; text-transform: uppercase; }
.marquee-track i { color: var(--orange-500); font-style: normal; font-size: .8rem; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ==========================================================
   SECTION shells
   ========================================================== */
.section { padding: clamp(70px, 9vw, 130px) 0; position: relative; }
.sec-head { max-width: 720px; margin-bottom: 56px; }
.kicker { display: inline-block; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; font-size: .76rem; color: var(--orange); margin-bottom: 16px; }
.kicker::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--orange); vertical-align: middle; margin-right: 10px; margin-bottom: 3px; }
.sec-title { font-size: clamp(1.9rem, 3.8vw, 3.1rem); color: var(--navy-800); max-width: 20ch; }
.sec-lead { margin-top: 20px; font-size: 1.08rem; color: var(--ink-soft); max-width: 60ch; }

/* ==========================================================
   SERVICIOS
   ========================================================== */
.services { background: var(--mist); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease-out), box-shadow .4s, border-color .4s; position: relative; overflow: hidden; }
.svc-card::after { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 0; background: var(--grad-orange); transition: width .5s var(--ease-out); }
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-card:hover::after { width: 100%; }
.svc-ico { display: inline-grid; place-items: center; width: 62px; height: 62px; border-radius: 16px; background: var(--grad-blue); margin-bottom: 22px; box-shadow: 0 10px 22px rgba(27,76,155,.28); }
.svc-ico svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svc-ico svg [fill]:not([fill="none"]) { fill: #fff; stroke: none; }
.svc-card h3 { font-size: 1.28rem; color: var(--navy-800); margin-bottom: 10px; }
.svc-card p { color: var(--ink-soft); font-size: .98rem; }

/* ==========================================================
   FLOTA
   ========================================================== */
.fleet { background: var(--navy-800); color: #fff; overflow: hidden; }
.fleet::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(50% 60% at 88% 10%, rgba(47,125,224,.22), transparent 60%),
             radial-gradient(46% 50% at 8% 92%, rgba(238,122,27,.16), transparent 62%); }
.fleet .sec-title { color: #fff; }
.fleet .sec-lead { color: rgba(224,234,248,.82); }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.fleet-card { position: relative; background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 40px 32px 36px; overflow: hidden; transition: transform .4s var(--ease-out), border-color .4s, background .4s; }
.fleet-card:hover { transform: translateY(-8px); border-color: rgba(255,152,56,.5); background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); }
.fleet-num { position: absolute; top: 22px; right: 26px; font-family: "Sora"; font-weight: 800; font-size: 2.6rem; color: rgba(255,255,255,.08); letter-spacing: -.02em; }
.fleet-card--feature { border-color: rgba(244,132,30,.4); background: linear-gradient(180deg, rgba(244,132,30,.16), rgba(255,255,255,.03)); }
.fleet-ico { margin-bottom: 22px; }
.fleet-ico svg { width: 96px; height: 60px; fill: #eaf1fb; stroke: #2f7de0; stroke-width: 2; }
.fleet-ico svg [fill="none"] { stroke: var(--orange-400); }
.fleet-card h3 { font-size: 1.6rem; margin-bottom: 12px; }
.fleet-card p { color: rgba(224,234,248,.82); font-size: 1rem; }

/* ==========================================================
   COBERTURA
   ========================================================== */
.coverage { color: #fff; overflow: hidden; }
.coverage-bg { position: absolute; inset: 0; z-index: -2; }
.coverage-bg img { width: 100%; height: 118%; object-fit: cover; will-change: transform; opacity: .5; }
.coverage-tint { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(7,21,39,.96) 0%, rgba(11,30,59,.82) 50%, rgba(16,41,77,.7) 100%); }
.coverage-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.coverage .sec-title { color: #fff; }
.coverage .sec-lead { color: rgba(224,234,248,.86); }
.coverage-list { list-style: none; margin: 30px 0 34px; display: grid; gap: 14px; }
.coverage-list li { display: flex; align-items: center; gap: 14px; font-size: 1.05rem; font-weight: 500; color: #eaf1fb; }
.cv-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--orange-500); box-shadow: 0 0 0 5px rgba(244,132,30,.18); flex: 0 0 auto; }
.coverage-map { position: relative; }
.map-svg { width: 100%; height: auto; filter: drop-shadow(0 20px 50px rgba(0,0,0,.4)); }
.map-route { fill: none; stroke: rgba(90,160,242,.85); stroke-width: 2.5; stroke-dasharray: 6 8; stroke-linecap: round; animation: routeMove 4s linear infinite; }
.map-route-b { stroke: rgba(255,152,56,.85); animation-duration: 5.5s; }
.map-nodes circle { fill: #fff; stroke: var(--orange-500); stroke-width: 3; }
.map-nodes circle:last-of-type { animation: nodepulse 2.4s ease-in-out infinite; }
@keyframes nodepulse { 50% { r: 9; } }
.map-nodes text { fill: #eaf1fb; font-family: "Sora"; font-weight: 600; font-size: 13px; text-anchor: middle; }

/* ==========================================================
   WHY / NOSOTROS
   ========================================================== */
.why { background: var(--mist); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-item { background: #fff; border-radius: var(--r-md); padding: 30px 26px; border: 1px solid var(--line); transition: transform .35s var(--ease-out), box-shadow .35s; }
.why-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.why-ico { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; background: rgba(47,125,224,.10); margin-bottom: 18px; }
.why-ico svg { width: 28px; height: 28px; fill: none; stroke: var(--blue-500); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.why-ico svg [fill]:not([fill="none"]) { fill: var(--orange); stroke: none; }
.why-item h3 { font-size: 1.16rem; color: var(--navy-800); margin-bottom: 8px; }
.why-item p { color: var(--ink-soft); font-size: .96rem; }

.stats { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; background: var(--grad-brand); border-radius: var(--r-lg); padding: 44px 30px; color: #fff; box-shadow: var(--shadow-md); }
.stat { text-align: center; display: flex; flex-direction: column; align-items: center; }
.stat-num { font-family: "Sora"; font-weight: 800; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.02em; }
.stat-num.stat-word { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.stat-suffix { font-family: "Sora"; font-weight: 700; font-size: 1.3rem; color: #ffd8ac; margin-top: -6px; }
.stat-label { margin-top: 10px; font-size: .86rem; color: rgba(255,255,255,.85); font-weight: 500; }

/* ==========================================================
   PROCESO
   ========================================================== */
.process { background: #fff; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: st; }
.step { position: relative; padding: 34px 26px; border-radius: var(--r-md); background: var(--mist); border: 1px solid var(--line); transition: transform .35s var(--ease-out), background .35s; }
.step:hover { transform: translateY(-6px); background: #fff; box-shadow: var(--shadow-md); }
.step-n { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--grad-orange); color: #fff; font-family: "Sora"; font-weight: 800; font-size: 1.25rem; margin-bottom: 18px; box-shadow: 0 8px 18px rgba(238,122,27,.3); }
.step h3 { font-size: 1.2rem; color: var(--navy-800); margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: .95rem; }
.step::after { content: ""; position: absolute; top: 56px; right: -13px; width: 22px; height: 2px; background: repeating-linear-gradient(90deg, var(--orange) 0 5px, transparent 5px 9px); }
.step:last-child::after { display: none; }

/* ==========================================================
   INSTAGRAM
   ========================================================== */
.insta { background: var(--mist); }
.insta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.insta-card { position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-sm); }
.insta-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.insta-card:hover img { transform: scale(1.06); }
.insta-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,21,39,.75) 100%); z-index: 1; }
.insta-tag { position: absolute; left: 18px; bottom: 16px; z-index: 2; color: #fff; font-weight: 600; font-size: .95rem; display: inline-flex; align-items: center; gap: 8px; }
.insta-tag::before { content: ""; width: 16px; height: 16px; border-radius: 5px; background: linear-gradient(45deg,#f4841e,#ee7a1b); }

/* ==========================================================
   CONTACTO
   ========================================================== */
.contact { background: var(--navy-900); color: #fff; overflow: hidden; }
.contact-mesh { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(40% 50% at 12% 20%, rgba(47,125,224,.32), transparent 60%),
    radial-gradient(44% 54% at 90% 88%, rgba(238,122,27,.28), transparent 62%);
  filter: blur(20px); animation: meshFloat 20s var(--ease-io) infinite alternate; }
.contact-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 56px; align-items: start; }
.contact-title { font-size: clamp(2.1rem, 4.4vw, 3.4rem); color: #fff; max-width: 16ch; }
.contact .sec-lead { color: rgba(224,234,248,.86); }
.contact-methods { margin-top: 34px; display: grid; gap: 14px; }
.cmethod { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-radius: var(--r-md); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); transition: transform .3s var(--ease-out), background .3s, border-color .3s; }
.cmethod:hover { transform: translateX(6px); background: rgba(255,255,255,.10); border-color: rgba(255,152,56,.4); }
.cmethod-ico { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--grad-blue); flex: 0 0 auto; }
.cmethod-ico.wa { background: #25d366; }
.cmethod-ico svg { width: 24px; height: 24px; fill: #fff; }
.cmethod-ico:not(.wa) svg { fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cmethod-ico:not(.wa) svg [fill]:not([fill="none"]) { fill: #fff; stroke: none; }
.cmethod-txt { display: flex; flex-direction: column; line-height: 1.3; }
.cmethod-txt em { font-size: .78rem; color: rgba(224,234,248,.7); letter-spacing: .04em; }
.cmethod-txt strong { font-family: "Sora"; font-weight: 600; font-size: 1.05rem; }

.contact-form { background: #fff; border-radius: var(--r-lg); padding: 36px 32px; box-shadow: var(--shadow-lg); color: var(--ink); }
.contact-form h3 { font-size: 1.4rem; color: var(--navy-800); margin-bottom: 22px; }
.contact-form label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 14px; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 6px; padding: 13px 15px; border: 1px solid var(--mist-2); border-radius: 12px; background: var(--mist); font: inherit; color: var(--ink); transition: border-color .25s, box-shadow .25s, background .25s; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue-400); background: #fff; box-shadow: 0 0 0 4px rgba(47,125,224,.14); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { margin-top: 14px; font-size: .82rem; color: var(--slate); text-align: center; }

/* ==========================================================
   FOOTER
   ========================================================== */
.footer { background: #050f1e; color: #cdd8e8; padding-top: 66px; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand p { margin-top: 18px; font-size: .95rem; color: #8ea1bd; max-width: 40ch; }
.footer-logo { width: 62px; height: 62px; border-radius: 50%; background: #fff; }
.footer-col h4 { font-family: "Sora"; font-size: .95rem; color: #fff; margin-bottom: 16px; letter-spacing: .02em; }
.footer-col a, .footer-col span { display: block; font-size: .94rem; color: #93a6c2; margin-bottom: 10px; transition: color .25s; }
.footer-col a:hover { color: var(--orange-400); }
.footer-bar { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; }
.footer-bar { width: min(var(--maxw), 92vw); margin-inline: auto; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .86rem; color: #7085a3; }
.footer-wa { color: #25d366; font-weight: 600; }

/* ==========================================================
   FLOATING WHATSAPP
   ========================================================== */
.fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 150; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,211,102,.5); transition: transform .3s var(--ease-out); animation: fabIn .5s 1.5s var(--ease-out) both; }
.fab-wa svg { width: 30px; height: 30px; fill: #fff; }
.fab-wa:hover { transform: scale(1.1) rotate(4deg); }
.fab-wa::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: fabRing 2.4s ease-out infinite; }
@keyframes fabRing { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.7); opacity: 0; } }
@keyframes fabIn { from { transform: scale(0); } to { transform: scale(1); } }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 960px) {
  body.menu-open { overflow: hidden; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(84vw, 340px); min-height: 100vh; min-height: 100dvh; background: rgba(8,20,38,.98); backdrop-filter: blur(14px); flex-direction: column; justify-content: flex-start; gap: 8px; padding: max(96px, calc(76px + env(safe-area-inset-top))) 32px 40px; transform: translateX(100%); transition: transform .4s var(--ease-out); z-index: 190; box-shadow: -20px 0 50px rgba(0,0,0,.28); }
  .nav-links.is-open { transform: none; }
  .nav-links a { color: #fff; font-size: 1.1rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-burger { display: flex; position: relative; z-index: 200; }
  .nav-cta { display: none; }
  .svc-grid, .fleet-grid, .why-grid, .steps, .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-inner, .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .step::after { display: none; }
}
@media (max-width: 620px) {
  :root { --r-md: 16px; --r-lg: 22px; }

  html { scroll-padding-top: 72px; }
  body { line-height: 1.55; }
  .wrap,
  .nav-inner,
  .hero-inner,
  .footer-bar { width: calc(100% - 32px); }

  .nav { padding: max(10px, env(safe-area-inset-top)) 0 10px; }
  .nav.is-solid { padding: 8px 0; }
  .nav-inner { gap: 12px; }
  .nav-brand { gap: 10px; min-width: 0; }
  .nav-logo { width: 44px; height: 44px; }
  .nav-brand-text strong { font-size: .94rem; }
  .nav-brand-text em { font-size: .55rem; letter-spacing: .34em; }
  .nav-burger { width: 42px; height: 42px; flex: 0 0 auto; }
  .nav-links { width: min(88vw, 340px); padding-inline: 26px; }

  .hero { min-height: 100vh; min-height: 100svh; align-items: flex-start; }
  .hero-inner { padding: clamp(118px, 30vw, 140px) 0 76px; }
  .hero-img { height: 100%; object-position: 58% center; will-change: auto; transform: none !important; }
  .hero-tint { background: linear-gradient(180deg, rgba(7,21,39,.76) 0%, rgba(11,30,59,.68) 48%, rgba(7,21,39,.93) 100%); }
  .hero-mesh { filter: blur(20px); animation: none; }
  .hero-route { opacity: .24; }
  .hero-kicker { gap: 8px; margin-bottom: 22px; font-size: .7rem; line-height: 1.4; letter-spacing: .11em; }
  .hero-title { max-width: none; font-size: clamp(2.35rem, 11.2vw, 3.05rem); line-height: 1.02; letter-spacing: -.035em; text-wrap: pretty; }
  .hero-title .hero-accent { display: inline; }
  .hero-title .split-word { overflow: visible; }
  .hero-title .split-word > span { transform: none !important; transition: none !important; }
  .hero-sub { max-width: none; margin-top: 22px; font-size: 1rem; line-height: 1.65; }
  .hero-actions { margin-top: 28px; flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions .btn { width: 100%; min-height: 54px; justify-content: center; padding: 14px 20px; font-size: 1rem; }
  .hero-chips { margin-top: 24px; gap: 8px; }
  .chip { flex: 1 1 calc(50% - 4px); justify-content: center; padding: 9px 10px; font-size: .78rem; text-align: center; }
  .hero-drive, .hero-scroll { display: none; }

  .marquee { padding: 14px 0; }
  .marquee-track { gap: 18px; }
  .marquee-track span { font-size: 1rem; }

  .section { padding: 64px 0; scroll-margin-top: 70px; }
  .sec-head { max-width: none; margin-bottom: 32px; }
  .kicker { margin-bottom: 12px; font-size: .7rem; letter-spacing: .14em; }
  .kicker::before { width: 20px; margin-right: 8px; }
  .sec-title,
  .contact-title { max-width: none; font-size: clamp(1.9rem, 9vw, 2.3rem); line-height: 1.08; text-wrap: pretty; }
  .sec-lead { max-width: none; margin-top: 16px; font-size: .98rem; line-height: 1.65; }

  .svc-grid, .fleet-grid, .why-grid, .steps { grid-template-columns: 1fr; gap: 14px; }
  .svc-card { padding: 24px 20px; border-radius: 20px; }
  .svc-ico { width: 54px; height: 54px; margin-bottom: 18px; border-radius: 14px; }
  .svc-ico svg { width: 27px; height: 27px; }
  .svc-card h3 { font-size: 1.18rem; }
  .svc-card p { font-size: .94rem; }

  .fleet-card { padding: 28px 22px 25px; border-radius: 20px; }
  .fleet-num { top: 17px; right: 20px; font-size: 2.2rem; }
  .fleet-ico { margin-bottom: 16px; }
  .fleet-card h3 { font-size: 1.4rem; }

  .coverage-inner { gap: 28px; }
  .coverage-list { margin: 24px 0 28px; gap: 12px; }
  .coverage-list li { align-items: flex-start; font-size: .96rem; }
  .cv-dot { margin-top: 6px; }
  .coverage-copy > .btn { width: 100%; min-height: 52px; justify-content: center; }
  .coverage-map { width: min(100%, 360px); margin-inline: auto; }

  .why-item { padding: 22px 20px; border-radius: 16px; }
  .why-ico { width: 48px; height: 48px; margin-bottom: 14px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 28px; padding: 1px; border-radius: 20px; overflow: hidden; }
  .stat { min-height: 126px; justify-content: center; padding: 18px 8px; background: rgba(7,21,39,.12); }
  .stat-num { font-size: 2rem; }
  .stat-num.stat-word { font-size: 1.28rem; }
  .stat-label { font-size: .78rem; line-height: 1.35; }

  .step { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: 14px; padding: 22px 20px; border-radius: 16px; }
  .step-n { width: 42px; height: 42px; margin: 0; font-size: 1.1rem; }
  .step h3 { margin: 0; }
  .step p { grid-column: 1 / -1; margin-top: 14px; }

  .insta-grid { display: flex; gap: 14px; margin-inline: -16px; padding: 0 16px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .insta-grid::-webkit-scrollbar { display: none; }
  .insta-card { flex: 0 0 min(78vw, 300px); scroll-snap-align: start; }

  .form-row { grid-template-columns: 1fr; }
  .contact-inner { gap: 32px; }
  .contact-methods { margin-top: 26px; gap: 10px; }
  .cmethod { gap: 12px; padding: 13px 14px; border-radius: 14px; }
  .cmethod-ico { width: 44px; height: 44px; }
  .cmethod-txt { min-width: 0; }
  .cmethod-txt strong { font-size: .94rem; overflow-wrap: anywhere; }
  .contact-form { padding: 26px 18px; border-radius: 20px; }
  .contact-form h3 { font-size: 1.28rem; margin-bottom: 20px; }
  .contact-form input,
  .contact-form textarea { padding: 14px; font-size: 16px; }

  .footer { padding-top: 52px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding-bottom: 34px; }
  .footer-bar { flex-direction: column; padding: 20px 0 max(20px, env(safe-area-inset-bottom)); font-size: .82rem; }

  .fab-wa { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: 52px; height: 52px; }
  .fab-wa svg { width: 27px; height: 27px; }
  .fab-wa::after { animation: none; }

  .svc-card:hover, .fleet-card:hover, .why-item:hover, .step:hover,
  .btn:hover, .cmethod:hover { transform: none; }
}

@media (max-width: 380px) {
  .hero-title { font-size: 2.28rem; }
  .hero-kicker { font-size: .66rem; letter-spacing: .08em; }
  .nav-brand-text strong { font-size: .88rem; }
  .nav-brand-text em { letter-spacing: .28em; }
}

/* gate only intrusive motion */
@media (prefers-reduced-motion: reduce) {
  .hero-mesh, .contact-mesh, .truck, .fab-wa::after, .route-line, .route-line-2, .map-route { animation: none; }
  .marquee-track { animation-duration: 90s; }
}
