/* ---------- Tipografías autoalojadas ---------- */
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url(/fonts/inter-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url(/fonts/inter-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:700 800;font-display:swap;src:url(/fonts/plus-jakarta-sans-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:700 800;font-display:swap;src:url(/fonts/plus-jakarta-sans-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

/* =========================================================
   Mudanzas & Transporte HL — Rediseño 2026
   Paleta profesional (azules) · CSS propio · sin frameworks
   ========================================================= */

:root {
    /* Marca */
    --blue-900: #071b3a;
    --blue-800: #0a2a5e;
    --blue-700: #0c3c8e;   /* azul corporativo original */
    --blue-600: #1450b0;
    --blue-500: #1e63d0;
    --sky-500:  #14b5f0;   /* celeste acento original */
    --sky-400:  #3cc4f5;
    --sky-300:  #7dd8fa;

    /* Neutros */
    --ink:      #0b1220;
    --slate-700:#334155;
    --slate-500:#64748b;
    --slate-400:#94a3b8;
    --slate-200:#e2e8f0;
    --slate-100:#f1f5f9;
    --slate-50: #f8fafc;
    --white:    #ffffff;

    --star:     #ffb542;
    --wa:       #25d366;

    /* Sistema */
    --radius:   18px;
    --radius-sm:12px;
    --radius-lg:28px;
    --shadow-sm: 0 1px 2px rgba(11,18,32,.06), 0 2px 8px rgba(11,18,32,.05);
    --shadow:    0 10px 30px -10px rgba(12,60,142,.22), 0 4px 12px rgba(11,18,32,.06);
    --shadow-lg: 0 30px 60px -20px rgba(12,60,142,.35);
    --ring:      0 0 0 4px rgba(30,99,208,.15);

    --container: 1180px;
    --gutter:    clamp(20px, 5vw, 48px);

    --ff-head: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
    --ff-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;

    --header-h: 78px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--ff-body);
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
:focus-visible { outline: 3px solid var(--sky-400); outline-offset: 2px; border-radius: 6px; }

/* ---------- Tipografía ---------- */
h1, h2, h3, h4 {
    font-family: var(--ff-head);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--blue-900);
}
h1 { font-size: clamp(2.2rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.2rem; letter-spacing: -.01em; }
p  { color: var(--slate-700); }

/* ---------- Utilidades ---------- */
.container {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
}
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--tint { background: var(--slate-50); }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--ff-head);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--blue-600);
    background: rgba(30,99,208,.09);
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 14px; font-size: 1.05rem; }
.text-gradient {
    background: linear-gradient(100deg, var(--sky-500), var(--blue-500));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Botones ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--ff-head);
    font-weight: 700;
    font-size: .98rem;
    padding: 15px 26px;
    border-radius: 999px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    white-space: nowrap;
}
.btn .i { font-size: 1.15em; }
.btn--primary {
    color: #fff;
    background: linear-gradient(120deg, var(--blue-600), var(--blue-500));
    box-shadow: 0 10px 24px -8px rgba(20,80,176,.6);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(20,80,176,.7); }
.btn--wa { color: #fff; background: linear-gradient(120deg, #1eb455, var(--wa)); box-shadow: 0 10px 24px -8px rgba(37,211,102,.6); }
.btn--wa:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(37,211,102,.7); }
.btn--ghost { color: var(--blue-800); background: #fff; box-shadow: inset 0 0 0 1.5px var(--slate-200); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--blue-500); transform: translateY(-2px); }
.btn--light { color: #fff; background: rgba(255,255,255,.14); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); backdrop-filter: blur(4px); }
.btn--light:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); }
.btn--lg { padding: 17px 32px; font-size: 1.05rem; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    height: var(--header-h);
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.9);
    backdrop-filter: saturate(160%) blur(14px);
    box-shadow: 0 1px 0 rgba(11,18,32,.06), 0 6px 24px -18px rgba(11,18,32,.35);
    transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.scrolled {
    background: rgba(255,255,255,.94);
    box-shadow: 0 1px 0 rgba(11,18,32,.08), 0 8px 30px -18px rgba(11,18,32,.5);
    height: 66px;
}
.header-inner {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: flex;
    align-items: center;
    gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 46px; width: auto; transition: height .3s ease; }
.scrolled .brand img { height: 40px; }
.brand-name { font-family: var(--ff-head); font-weight: 800; font-size: 1.02rem; line-height: 1.1; color: var(--blue-900); }
.brand-name span { display: block; font-size: .72rem; font-weight: 600; letter-spacing: .04em; color: var(--slate-500); }

/* El menú va pegado al logo; el bloque de CTA queda a la derecha */
.nav { display: flex; align-items: center; gap: 4px; margin-right: auto; margin-left: 10px; }
.nav a {
    font-family: var(--ff-head);
    font-weight: 600;
    font-size: .95rem;
    color: var(--slate-700);
    padding: 9px 14px;
    border-radius: 10px;
    transition: color .2s ease, background .2s ease;
}
.nav a:hover { color: var(--blue-700); background: var(--slate-100); }

.header-cta { display: flex; align-items: center; gap: 14px; margin-left: 8px; }
.header-phone {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--ff-head); font-weight: 700; color: var(--blue-800);
}
.header-phone .i { color: var(--sky-500); font-size: 1.1rem; }
.header-phone small { display: block; font-size: .68rem; font-weight: 600; color: var(--slate-500); letter-spacing: .04em; }

.nav-toggle {
    display: none;
    width: 46px; height: 46px;
    border-radius: 12px;
    background: var(--slate-100);
    align-items: center; justify-content: center;
    color: var(--blue-800); font-size: 1.3rem;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
    position: relative;
    min-height: min(92vh, 820px);
    display: flex;
    align-items: center;
    padding-top: calc(var(--header-h) + 40px);
    padding-bottom: 64px;
    overflow: hidden;
    isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-slide {
    position: absolute; inset: 0;
    display: block;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 1.4s ease, transform 7s ease;
}
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide.active { opacity: 1; transform: scale(1); }
/* si sólo hay una imagen (páginas internas) se muestra siempre */
.hero--inner .hero-slide { opacity: 1; transform: none; }
.hero--inner { min-height: min(62vh, 560px); padding-bottom: 48px; }
.hero--inner h1 { font-size: clamp(1.9rem, 4.4vw, 3rem); }
.hero::before {
    content: "";
    position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(105deg, rgba(7,27,58,.92) 0%, rgba(10,42,94,.78) 42%, rgba(7,27,58,.35) 100%);
}
.hero-content { max-width: 640px; color: #fff; }
.hero .eyebrow { color: #fff; background: rgba(255,255,255,.16); }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 .text-gradient {
    background: linear-gradient(100deg, var(--sky-300), var(--sky-500));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { font-size: 1.18rem; color: rgba(255,255,255,.86); max-width: 540px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-trust {
    display: flex; flex-wrap: wrap; gap: 10px 22px;
    margin-top: 34px; padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.16);
}
.hero-trust li {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--ff-head); font-weight: 600; font-size: .92rem;
    color: rgba(255,255,255,.92);
}
.hero-trust .i { color: var(--sky-400); }

/* indicadores del slider */
.hero-dots { position: absolute; left: var(--gutter); bottom: 26px; display: flex; gap: 8px; z-index: 2; }
.hero-dots button { width: 30px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.35); transition: background .3s; }
.hero-dots button.active { background: var(--sky-400); }

/* =========================================================
   FRANJA DE CONFIANZA
   ========================================================= */
.trust-bar {
    margin-top: -44px;
    position: relative;
    z-index: 3;
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--slate-200);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.trust-cell {
    background: #fff;
    padding: 26px 24px;
    display: flex; align-items: center; gap: 15px;
}
.trust-cell .ic {
    flex: none;
    width: 48px; height: 48px; border-radius: 14px;
    display: grid; place-items: center;
    font-size: 1.25rem; color: var(--blue-600);
    background: linear-gradient(135deg, rgba(20,181,240,.16), rgba(30,99,208,.14));
}
.trust-cell strong { font-family: var(--ff-head); font-size: 1rem; color: var(--blue-900); display: block; }
.trust-cell small { color: var(--slate-500); font-size: .85rem; }

/* =========================================================
   SERVICIOS
   ========================================================= */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}
.service-card {
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius);
    padding: 32px 28px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
}
.service-card::after {
    content: "";
    position: absolute; inset: auto 0 0 0; height: 4px;
    background: linear-gradient(90deg, var(--sky-500), var(--blue-500));
    transform: scaleX(0); transform-origin: left;
    transition: transform .3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-card .ic {
    width: 62px; height: 62px; border-radius: 16px;
    display: grid; place-items: center; margin-bottom: 20px;
    background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
    color: #fff;
}
.service-card .ic .i { width: 28px; height: 28px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { font-size: .95rem; color: var(--slate-500); }

/* =========================================================
   PRESUPUESTO / ABOUT
   ========================================================= */
.quote-wrap {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(30px, 5vw, 64px);
    align-items: center;
}
.quote-media { position: relative; }
.quote-media > picture img {
    width: 100%; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    object-fit: cover;
}
.quote-badge {
    position: absolute; right: -14px; bottom: -84px;
    background: #fff; border-radius: var(--radius);
    box-shadow: var(--shadow); padding: 16px 20px;
    display: flex; align-items: center; gap: 14px;
    max-width: 230px;
}
.quote-badge .stars { color: var(--star); font-size: .95rem; letter-spacing: 2px; }
.quote-badge strong { font-family: var(--ff-head); color: var(--blue-900); display: block; font-size: 1.4rem; }
.quote-badge small { color: var(--slate-500); font-size: .8rem; }

.quote-list { display: grid; gap: 16px; margin: 26px 0 30px; }
.quote-list li {
    display: flex; gap: 14px; align-items: flex-start;
    font-weight: 600; color: var(--blue-900); font-family: var(--ff-head);
}
.quote-list li .i {
    flex: none; margin-top: 2px;
    color: #fff; background: linear-gradient(135deg, var(--sky-500), var(--blue-500));
    width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; font-size: .75rem;
}
.quote-list li span { display: block; font-weight: 400; font-family: var(--ff-body); color: var(--slate-500); font-size: .9rem; margin-top: 2px; }

/* =========================================================
   PRECIOS
   ========================================================= */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}
.price-card {
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-lg);
    padding: 34px 30px;
    display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.featured {
    background: linear-gradient(160deg, var(--blue-800), var(--blue-600));
    border-color: transparent;
    box-shadow: var(--shadow-lg);
    position: relative;
    transform: scale(1.02);
}
.price-card.featured:hover { transform: scale(1.02) translateY(-6px); }
.price-tag {
    align-self: flex-start;
    font-family: var(--ff-head); font-weight: 700; font-size: .72rem;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 6px 12px; border-radius: 999px; margin-bottom: 18px;
    color: var(--blue-700); background: rgba(30,99,208,.1);
}
.featured .price-tag { color: #071b3a; background: var(--sky-400); }
.price-card h3 { font-size: 1.35rem; }
.featured h3 { color: #fff; }
.price-note { font-size: .78rem; color: var(--slate-500); font-weight: 400; display: block; margin-top: 4px; }
.featured .price-note { color: rgba(255,255,255,.82); }
.price-amount {
    font-family: var(--ff-head); font-weight: 800; letter-spacing: -.02em;
    font-size: 2.5rem; color: var(--blue-900); margin: 16px 0 4px;
}
.featured .price-amount { color: #fff; }
.price-amount small { font-size: .95rem; font-weight: 600; color: var(--slate-500); }
.featured .price-amount small { color: rgba(255,255,255,.85); }
.price-divider { height: 1px; background: var(--slate-200); margin: 22px 0; }
.featured .price-divider { background: rgba(255,255,255,.2); }
.price-features { display: grid; gap: 13px; margin-bottom: 28px; flex: 1; }
.price-features li { display: flex; gap: 11px; align-items: flex-start; font-size: .95rem; color: var(--slate-700); }
.price-features li .i { color: var(--sky-500); margin-top: 3px; flex: none; }
.featured .price-features li { color: rgba(255,255,255,.9); }
.featured .price-features li .i { color: var(--sky-400); }
.price-card .btn { width: 100%; margin-top: auto; }

/* =========================================================
   GALERÍA
   ========================================================= */
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
}
.gallery figure {
    overflow: hidden;
    border-radius: var(--radius);
    position: relative;
    box-shadow: var(--shadow-sm);
}
.gallery figure:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery figure:nth-child(4) { grid-column: span 2; grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.07); }

/* =========================================================
   OPINIONES
   ========================================================= */
.reviews-summary {
    display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px;
    background: #fff; border: 1px solid var(--slate-200);
    border-radius: var(--radius); padding: 22px 28px; margin-bottom: 28px;
    box-shadow: var(--shadow-sm);
}
.reviews-summary .rscore { font-family: var(--ff-head); font-weight: 800; font-size: 2.6rem; color: var(--blue-900); line-height: 1; }
.reviews-summary .rstars { color: var(--star); font-size: 1.1rem; letter-spacing: 2px; }
/* estrellas SVG en línea (horizontal), no apiladas por el reset global */
.rstars svg, .review-item .stars svg { display: inline-block; vertical-align: middle; }
.review-item .stars { line-height: 1; }
.reviews-summary .rmeta small { color: var(--slate-500); font-size: .88rem; }
.reviews-summary .rlogo { margin-left: auto; }
.reviews-summary .rlogo svg { width: 92px; height: auto; }

.reviews-carousel { position: relative; }
.reviews-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 2px;
}
.reviews-track::-webkit-scrollbar { display: none; }
.reviews-track .review-item {
    flex: 0 0 calc((100% - 36px) / 3);
    scroll-snap-align: start;
}
.rev-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px; height: 44px;
    border-radius: 50%;
    display: grid; place-items: center;
    background: #fff;
    color: var(--blue-700);
    box-shadow: var(--shadow);
    border: 1px solid var(--slate-200);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}
.rev-nav:hover { background: var(--blue-600); color: #fff; transform: translateY(-50%) scale(1.06); }
.rev-prev { left: -10px; }
.rev-next { right: -10px; }
.rev-nav[hidden] { display: none; }
@media (max-width: 900px) { .reviews-track .review-item { flex-basis: calc((100% - 18px) / 2); } }
@media (max-width: 600px) {
    .reviews-track .review-item { flex-basis: 86%; }
    .rev-prev { left: -2px; }
    .rev-next { right: -2px; }
}
.review-item {
    background: #fff; border: 1px solid var(--slate-200);
    border-radius: var(--radius); padding: 24px;
    box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column; gap: 14px;
}
.review-item .rhead { display: flex; align-items: center; gap: 12px; }
.review-item .avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.review-item .rname { font-family: var(--ff-head); font-weight: 700; font-size: .95rem; color: var(--ink); }
.review-item .rdate { font-size: .78rem; color: var(--slate-500); }
.review-item .rhead svg.glogo { margin-left: auto; }
.review-item .stars { color: var(--star); letter-spacing: 1px; font-size: .9rem; }
.review-item .rtext { font-size: .93rem; color: var(--slate-600, #475569); display: -webkit-box; -webkit-line-clamp: 6; line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item {
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-sm);
    background: #fff;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow .2s ease, border-color .2s ease;
}
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--blue-500); }
.faq-item summary {
    list-style: none;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 24px;
    font-family: var(--ff-head); font-weight: 700; font-size: 1.02rem; color: var(--blue-900);
    cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .i { flex: none; color: var(--blue-500); transition: transform .25s ease; }
.faq-item[open] summary .i { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--slate-600, #475569); font-size: .96rem; }

/* =========================================================
   CONTACTO
   ========================================================= */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: stretch;
}
.contact-card { display: flex; flex-direction: column; gap: 18px; }
.contact-row {
    display: flex; gap: 16px; align-items: flex-start;
    background: #fff; border: 1px solid var(--slate-200);
    border-radius: var(--radius); padding: 20px 22px;
}
.contact-row .ic {
    flex: none; width: 46px; height: 46px; border-radius: 13px;
    display: grid; place-items: center; font-size: 1.15rem; color: #fff;
    background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
}
.contact-row .ic.wa { background: linear-gradient(135deg, #1eb455, var(--wa)); }
.contact-row strong { font-family: var(--ff-head); color: var(--blue-900); display: block; }
.contact-row a, .contact-row span { color: var(--slate-600, #475569); }
.contact-row a:hover { color: var(--blue-600); }
.map-embed {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    min-height: 380px;
    background: var(--slate-100);
}
.map-embed iframe, #map { width: 100%; height: 100%; min-height: 380px; border: 0; }

/* Banda CTA final */
.cta-band {
    background: linear-gradient(120deg, var(--blue-800), var(--blue-600));
    border-radius: var(--radius-lg);
    padding: clamp(38px, 6vw, 64px);
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.cta-band::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(600px 300px at 80% -20%, rgba(60,196,245,.5), transparent 60%);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.85); max-width: 560px; margin: 14px auto 28px; font-size: 1.08rem; }
.cta-band .hero-cta { justify-content: center; margin-top: 0; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--blue-900); color: rgba(255,255,255,.72); padding: 64px 0 28px; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.site-footer h2, .site-footer h3, .site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; letter-spacing: -.01em; }
.site-footer .brand-name, .site-footer .brand-name span { color: #fff; }
.footer-about p { font-size: .92rem; margin-top: 16px; color: rgba(255,255,255,.6); }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: .93rem; color: rgba(255,255,255,.72); transition: color .2s; }
.footer-links a:hover { color: var(--sky-400); }
.footer-contact li { display: flex; gap: 11px; margin-bottom: 13px; font-size: .93rem; align-items: flex-start; }
.footer-contact .i { color: var(--sky-400); margin-top: 4px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a {
    width: 42px; height: 42px; border-radius: 12px;
    display: grid; place-items: center; font-size: 1.1rem; color: #fff;
    background: rgba(255,255,255,.08); transition: background .2s, transform .2s;
}
.footer-social a:hover { background: var(--sky-500); transform: translateY(-3px); }
.footer-bottom {
    display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between;
    padding-top: 24px; font-size: .85rem; color: rgba(255,255,255,.72);
}

.footer-bottom p {
    color: rgba(255,255,255,.72);
}

/* =========================================================
   WHATSAPP FLOTANTE
   ========================================================= */
.wa-float {
    position: fixed; right: 22px; bottom: 24px; z-index: 90;
    width: 60px; height: 60px; border-radius: 50%;
    display: grid; place-items: center;
    color: #fff; font-size: 1.9rem;
    background: linear-gradient(135deg, #1eb455, var(--wa));
    box-shadow: 0 12px 28px -6px rgba(37,211,102,.6);
    transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float::after {
    content: ""; position: absolute; inset: 0; border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37,211,102,.5);
    animation: wa-pulse 2.4s infinite;
}
@keyframes wa-pulse { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* =========================================================
   REVEAL AL SCROLL
   ========================================================= */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .js .reveal { opacity: 1; transform: none; transition: none; }
    .hero-slide { transition: opacity .4s ease; transform: none; }
    * { scroll-behavior: auto; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
    .price-card.featured { transform: none; }
    .price-card.featured:hover { transform: translateY(-6px); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    .nav, .header-phone small { display: none; }
    .nav-toggle { display: flex; }
    .site-header .nav.open {
        display: flex; flex-direction: column; align-items: stretch;
        position: absolute; top: 100%; left: 0; right: 0;
        background: #fff; padding: 12px var(--gutter) 20px;
        box-shadow: var(--shadow); gap: 4px;
    }
    .quote-wrap, .contact-grid { grid-template-columns: 1fr; }
    .quote-media { order: -1; max-width: 520px; }
    .contact-card { order: -1; }
}

@media (max-width: 560px) {
    .trust-grid { grid-template-columns: 1fr; }
    .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
    .gallery figure:nth-child(1) { grid-column: span 2; }
    .gallery figure:nth-child(6) { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; }
    .header-cta .btn span { display: none; }
    .header-cta .btn { padding: 12px 16px; }
    .hero-cta .btn { flex: 1; }
}

/* =========================================================
   ICONOS SVG (reemplazo de Font Awesome)
   ========================================================= */
svg.i {
    display: inline-block;
    width: 1em; height: 1em;
    fill: currentColor;
    vertical-align: -.125em;
    flex: none;
}

/* =========================================================
   ACCESIBILIDAD
   ========================================================= */
.skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 999;
    background: var(--blue-700); color: #fff;
    padding: 12px 20px; border-radius: 0 0 10px 0;
    font-family: var(--ff-head); font-weight: 700;
}
.skip-link:focus { left: 0; }

/* =========================================================
   NAVEGACIÓN CON SUBMENÚS
   ========================================================= */
.nav-list { display: flex; align-items: center; gap: 2px; }
.nav-list > li { position: relative; }
.nav a, .sub-toggle {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--ff-head); font-weight: 600; font-size: .93rem;
    color: var(--slate-700);
    padding: 9px 12px; border-radius: 10px;
    transition: color .2s ease, background .2s ease;
}
.nav a:hover, .sub-toggle:hover { color: var(--blue-700); background: var(--slate-100); }
.nav a[aria-current="page"], .sub-toggle.is-active { color: var(--blue-700); background: rgba(30,99,208,.09); }
.sub-toggle .caret { font-size: .62em; transform: rotate(90deg); transition: transform .2s ease; opacity: .7; }
.has-sub[data-open="true"] .sub-toggle .caret { transform: rotate(-90deg); }

.submenu {
    position: absolute; top: calc(100% + 10px); left: 50%;
    transform: translateX(-50%) translateY(-6px);
    min-width: 300px;
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 10px;
    opacity: 0; visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    z-index: 20;
}
.has-sub:hover .submenu,
.has-sub:focus-within .submenu,
.has-sub[data-open="true"] .submenu {
    opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.submenu-inner { display: grid; gap: 2px; }
.submenu a {
    display: flex; align-items: center; gap: 11px;
    padding: 10px 12px; border-radius: 10px;
    font-size: .92rem; font-weight: 600; color: var(--slate-700);
    white-space: nowrap;
}
.submenu a .i { color: var(--blue-500); font-size: 1.05em; }
.submenu a:hover { background: var(--slate-100); color: var(--blue-700); }

/* =========================================================
   MIGAS DE PAN
   ========================================================= */
.crumbs { padding-top: 14px; background: var(--slate-50); border-bottom: 1px solid var(--slate-200); }
.crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; padding: 0 0 14px; font-size: .84rem; }
.crumbs li { display: inline-flex; align-items: center; gap: 6px; color: var(--slate-500); }
.crumbs a { color: var(--slate-500); }
.crumbs a:hover { color: var(--blue-600); text-decoration: underline; }
.crumbs .crumb-sep { font-size: .6em; opacity: .55; }
.crumbs [aria-current="page"] { color: var(--blue-800); font-weight: 600; }

/* =========================================================
   SECCIONES / CONTENEDORES
   ========================================================= */
.section--slim { padding: clamp(40px, 5vw, 64px) 0; }
.container--narrow { max-width: 760px; }

/* =========================================================
   PROSA (texto largo) + ASIDE
   ========================================================= */
.prose-wrap.has-aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}
.prose { max-width: 74ch; }
.prose-wrap.has-aside .prose { max-width: none; }
.prose h2 { margin-bottom: 18px; }
.prose h3 { font-size: 1.28rem; margin: 34px 0 12px; color: var(--blue-800); }
.prose p { margin-bottom: 16px; font-size: 1.03rem; }
.prose a { color: var(--blue-600); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--blue-800); }
.prose strong { color: var(--blue-900); }

.check-list, .num-list, .link-list { margin: 0 0 20px; display: grid; gap: 11px; }
.check-list li, .num-list li { position: relative; padding-left: 30px; color: var(--slate-700); font-size: 1.01rem; }
.check-list li::before {
    content: ""; position: absolute; left: 0; top: .45em;
    width: 16px; height: 16px; border-radius: 5px;
    background: linear-gradient(135deg, var(--sky-500), var(--blue-500));
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 1.5px rgba(30,99,208,.35);
}
.num-list { counter-reset: n; }
.num-list li { counter-increment: n; padding-left: 38px; }
.num-list li::before {
    content: counter(n);
    position: absolute; left: 0; top: .05em;
    width: 25px; height: 25px; border-radius: 8px;
    display: grid; place-items: center;
    font-family: var(--ff-head); font-weight: 800; font-size: .8rem;
    color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
}
.link-list li a { color: var(--blue-600); font-weight: 600; }
.link-list { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

.chip-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 4px 0 20px; }
.chip-list li {
    font-family: var(--ff-head); font-weight: 600; font-size: .86rem;
    color: var(--blue-800); background: var(--slate-100);
    border: 1px solid var(--slate-200);
    padding: 7px 14px; border-radius: 999px;
}

.prose-aside { position: sticky; top: calc(var(--header-h) + 18px); }
.aside-card {
    background: #fff; border: 1px solid var(--slate-200);
    border-radius: var(--radius); padding: 26px 24px;
    box-shadow: var(--shadow);
    display: grid; gap: 12px;
}
.aside-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.12rem; }
.aside-card h3 .i { color: var(--blue-500); }
.aside-card p { font-size: .94rem; color: var(--slate-500); margin: 0; }
.aside-card .btn { width: 100%; }
.aside-list { display: grid; gap: 9px; margin-top: 6px; padding-top: 16px; border-top: 1px solid var(--slate-200); }
.aside-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--slate-600, #475569); }
.aside-list li .i { color: var(--sky-500); margin-top: .28em; font-size: .85em; }

/* =========================================================
   TARJETAS DE SERVICIO — enlaces
   ========================================================= */
.service-card h3 a { color: inherit; }
.service-card h3 a:hover { color: var(--blue-600); }
.service-card p a { color: var(--blue-600); font-weight: 600; text-decoration: underline; }
.card-link {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 16px;
    font-family: var(--ff-head); font-weight: 700; font-size: .88rem;
    color: var(--blue-600);
}
.card-link .i { font-size: .8em; transition: transform .2s ease; }
.service-card:hover .card-link .i { transform: translateX(4px); }
.service-card .ic .i { width: 28px; height: 28px; }

/* =========================================================
   PASOS
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; counter-reset: s; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step-n {
    flex: none; width: 44px; height: 44px; border-radius: 14px;
    display: grid; place-items: center;
    font-family: var(--ff-head); font-weight: 800; font-size: 1.15rem;
    color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
    box-shadow: 0 8px 18px -8px rgba(20,80,176,.7);
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: .95rem; color: var(--slate-500); }

/* =========================================================
   TABLAS
   ========================================================= */
.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-sm);
    -webkit-overflow-scrolling: touch;
}
.price-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.price-table th, .price-table td { padding: 15px 20px; text-align: left; font-size: .95rem; }
.price-table thead th {
    font-family: var(--ff-head); font-weight: 700; font-size: .8rem;
    letter-spacing: .06em; text-transform: uppercase;
    color: var(--blue-800); background: var(--slate-50);
    border-bottom: 1px solid var(--slate-200);
    white-space: nowrap;
}
.price-table tbody tr + tr { border-top: 1px solid var(--slate-200); }
.price-table tbody th { font-family: var(--ff-head); font-weight: 700; color: var(--blue-900); }
.price-table tbody td { color: var(--slate-600, #475569); }
.price-table tbody td:last-child { font-family: var(--ff-head); font-weight: 800; color: var(--blue-700); white-space: nowrap; }
.price-table tbody tr:hover { background: var(--slate-50); }
.table-note { margin-top: 16px; font-size: .88rem; color: var(--slate-500); text-align: center; }
.table-note a { color: var(--blue-600); font-weight: 600; text-decoration: underline; }
.prose .table-wrap { margin: 0 0 22px; }

/* =========================================================
   GALERÍA — imágenes con dimensiones
   ========================================================= */
.gallery figure img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   ENLACES RELACIONADOS
   ========================================================= */
.related-h { font-size: 1.3rem; margin-bottom: 20px; }
.related-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.related-links a {
    display: flex; align-items: center; gap: 12px;
    background: #fff; border: 1px solid var(--slate-200);
    border-radius: var(--radius-sm); padding: 15px 18px;
    font-family: var(--ff-head); font-weight: 600; font-size: .94rem;
    color: var(--blue-800);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.related-links a .i { color: var(--blue-500); font-size: .82em; transition: transform .2s ease; }
.related-links a:hover { border-color: var(--blue-500); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.related-links a:hover .i { transform: translateX(4px); }

/* =========================================================
   FAQ — ajustes
   ========================================================= */
.faq-item summary > span { flex: 1; }
.faq-body a { color: var(--blue-600); font-weight: 600; text-decoration: underline; }

/* =========================================================
   BLOG
   ========================================================= */
.posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.post-card {
    background: #fff; border: 1px solid var(--slate-200);
    border-radius: var(--radius); overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card-img { display: block; aspect-ratio: 3/2; overflow: hidden; background: var(--slate-100); }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-card-img img { transform: scale(1.05); }
.post-card-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card-meta { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; color: var(--slate-500); font-weight: 600; }
.post-card h2 { font-size: 1.2rem; line-height: 1.25; }
.post-card h2 a:hover { color: var(--blue-600); }
.post-card p { font-size: .93rem; color: var(--slate-500); flex: 1; }

/* Artículo */
.post-head { padding: calc(var(--header-h) + 44px) 0 26px; background: var(--slate-50); }
.is-article .crumbs { background: #fff; }
.post-head h1 { font-size: clamp(2rem, 4.6vw, 3rem); margin-bottom: 18px; }
.post-lead { font-size: 1.15rem; color: var(--slate-600, #475569); max-width: 62ch; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; font-size: .86rem; color: var(--slate-500); }
.post-meta span { display: inline-flex; align-items: center; gap: 8px; }
.post-meta .i { color: var(--sky-500); }
.post-cover { width: 100%; border-radius: var(--radius-lg); margin: 30px 0 6px; box-shadow: var(--shadow); aspect-ratio: 16/9; object-fit: cover; }

.post-toc {
    background: var(--slate-50); border: 1px solid var(--slate-200);
    border-radius: var(--radius); padding: 24px 28px; margin: 34px 0 40px;
}
.post-toc h2 { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--slate-500); margin-bottom: 14px; }
.post-toc ol { counter-reset: t; display: grid; gap: 9px; padding: 0; list-style: none; }
.post-toc li { counter-increment: t; }
.post-toc li::before { content: counter(t) ". "; color: var(--slate-400); font-weight: 700; font-family: var(--ff-head); }
.post-toc a { color: var(--blue-700); font-weight: 600; font-size: .95rem; }
.post-toc a:hover { text-decoration: underline; }

.post-body { padding-bottom: 20px; }
.post-body h2 { font-size: clamp(1.5rem, 3vw, 1.95rem); margin: 44px 0 16px; scroll-margin-top: calc(var(--header-h) + 20px); }
.post-body h3 { font-size: 1.2rem; margin: 30px 0 10px; }
.post-body > p:first-child { font-size: 1.1rem; }

.post-cta {
    background: var(--slate-50); border: 1px solid var(--slate-200);
    border-radius: var(--radius-lg); padding: 36px 32px; text-align: center;
    margin: 20px 0 10px;
}
.post-cta h2 { font-size: 1.5rem; margin-bottom: 10px; }
.post-cta p { margin-bottom: 22px; }
.post-cta .hero-cta { justify-content: center; margin-top: 0; }

/* =========================================================
   PIE — ajustes
   ========================================================= */
.foot-h { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.foot-logo { height: 52px; width: auto; filter: brightness(0) invert(1); }
.footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
.footer-about .footer-contact { margin-top: 18px; }
.footer-about .footer-contact a:hover { color: var(--sky-400); }
.footer-contact span { color: rgba(255,255,255,.72); }

/* =========================================================
   BARRA FIJA MÓVIL
   ========================================================= */
.mobile-bar { display: none; }
@media (max-width: 860px) {
    .mobile-bar {
        position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
        display: grid; grid-template-columns: 1fr 1.4fr;
        gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255,255,255,.94);
        backdrop-filter: saturate(160%) blur(12px);
        box-shadow: 0 -1px 0 rgba(11,18,32,.08), 0 -8px 30px -18px rgba(11,18,32,.5);
    }
    .mobile-bar a {
        display: flex; align-items: center; justify-content: center; gap: 9px;
        padding: 14px 12px; border-radius: 14px;
        font-family: var(--ff-head); font-weight: 700; font-size: .95rem;
        color: var(--blue-800); background: var(--slate-100);
    }
    .mobile-bar .mb-wa { color: #fff; background: linear-gradient(120deg, #1eb455, var(--wa)); }
    .wa-float { display: none; }
    body { padding-bottom: 74px; }
}

/* =========================================================
   RESPONSIVE — nuevos componentes
   ========================================================= */
@media (max-width: 1100px) {
    .prose-wrap.has-aside { grid-template-columns: 1fr; }
    .prose-aside { position: static; max-width: 460px; }
}
@media (max-width: 1024px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
    /* Sin menú horizontal, el logo vuelve a empujar los botones a la derecha */
    .brand { margin-right: auto; }
    .site-header .nav.open {
        display: flex; flex-direction: column; align-items: stretch;
        position: absolute; top: 100%; left: 0; right: 0;
        margin: 0;
        max-height: calc(100vh - var(--header-h)); overflow-y: auto;
        background: #fff; padding: 12px var(--gutter) 24px;
        box-shadow: var(--shadow); gap: 4px;
    }
    .nav-list { flex-direction: column; align-items: stretch; gap: 2px; }
    .nav-list > li { width: 100%; }
    .nav a, .sub-toggle { width: 100%; justify-content: space-between; padding: 13px 14px; font-size: 1rem; }
    .sub-toggle .caret { transform: rotate(90deg); }
    .submenu {
        position: static; transform: none; min-width: 0;
        border: none; box-shadow: none; padding: 0 0 6px 12px;
        max-height: 0; overflow: hidden;
        opacity: 1; visibility: visible;
        transition: max-height .28s ease;
    }
    .has-sub:hover .submenu, .has-sub:focus-within .submenu { max-height: 0; }
    .has-sub[data-open="true"] .submenu { max-height: 620px; transform: none; }
    .submenu a { font-size: .93rem; padding: 11px 12px; }
    .post-head { padding-top: 26px; }
}
@media (max-width: 560px) {
    .footer-grid { grid-template-columns: 1fr; }
    .related-links { grid-template-columns: 1fr; }
    .post-toc { padding: 20px; }
    .chip-list li { font-size: .8rem; padding: 6px 12px; }
}

/* Migas arriba (páginas sin hero, p. ej. artículos) */
.crumbs--top { padding-top: calc(var(--header-h) + 20px); background: #fff; border-bottom: none; }
.is-article .post-head { padding-top: 30px; }
@media (max-width: 860px) { .crumbs--top { padding-top: calc(var(--header-h) + 14px); } }

/* =========================================================
   BLOQUES DE ZONA Y RUTA (páginas de cobertura)
   ========================================================= */
.zone-block { padding: clamp(44px, 5vw, 72px) 0; scroll-margin-top: calc(var(--header-h) + 12px); }
.zone-block + .zone-block { border-top: 1px solid var(--slate-200); }
.zone-block:nth-of-type(even) { background: var(--slate-50); }

.route-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1px;
    background: var(--slate-200);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius);
    overflow: hidden;
    margin: 0 0 26px;
}
.route-stats div { background: #fff; padding: 16px 18px; }
.zone-block:nth-of-type(even) .route-stats div { background: #fff; }
.route-stats strong {
    display: block;
    font-family: var(--ff-head); font-weight: 800; font-size: 1.02rem;
    color: var(--blue-800); line-height: 1.25;
}
.route-stats span { font-size: .78rem; color: var(--slate-500); letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
