/* ==========================================================================
   Fumigon Pest Control — Hoja de estilos principal
   ========================================================================== */

/* ---------- Fuentes (alojadas localmente) ---------- */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(../fonts/manrope-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: 'Manrope'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(../fonts/manrope-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: 'Sora'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(../fonts/sora-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: 'Sora'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(../fonts/sora-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; }

/* ---------- Tokens ---------- */
:root {
    --brand: #e4481c;
    --brand-600: #c93a12;
    --brand-700: #b32704;
    --brand-50: #fff5f1;
    --brand-100: #ffe6dc;
    --brand-grad: linear-gradient(135deg, #ef6a3a 0%, #e4481c 50%, #b8360f 100%);

    --ink: #14161b;
    --ink-2: #1b1e24;
    --ink-3: #2a2e36;
    --text: #1a1d23;
    --muted: #5d6370;
    --muted-light: #a4aab5;
    --line: #e9e4dc;
    --bg: #ffffff;
    --soft: #f7f4ef;
    --wa: #1fb355;

    --radius-sm: 10px;
    --radius: 14px;
    --radius-lg: 20px;
    --shadow-sm: 0 1px 2px rgba(12, 14, 18, .06), 0 2px 8px rgba(12, 14, 18, .04);
    --shadow: 0 10px 30px -12px rgba(12, 14, 18, .18), 0 4px 10px -6px rgba(12, 14, 18, .08);
    --shadow-lg: 0 30px 60px -20px rgba(12, 14, 18, .35);
    --shadow-brand: 0 14px 30px -12px rgba(228, 72, 28, .55);

    --font-head: 'Sora', system-ui, sans-serif;
    --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --ease: cubic-bezier(.2, .7, .2, 1);
    --container: 1240px;
    --header-h: 76px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 110px; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -.02em; margin: 0 0 .5em; color: var(--ink); }
p { margin: 0 0 1.1em; }
ul { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
::selection { background: var(--brand); color: #fff; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }

.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 999; background: var(--brand); color: #fff; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

/* ---------- Íconos ---------- */
.ico { width: 1.25em; height: 1.25em; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.ico * { stroke-width: 1.5; vector-effect: non-scaling-stroke; }

/* Ficha premium para íconos */
.tile {
    --s: 52px;
    position: relative;
    width: var(--s); height: var(--s);
    flex-shrink: 0;
    display: inline-grid; place-items: center;
    border-radius: 16px;
    color: var(--brand);
    background:
        radial-gradient(120% 120% at 20% 0%, #ffffff 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(160deg, #fff7f3 0%, #ffe3d6 100%);
    border: 1px solid rgba(228, 72, 28, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 10px 22px -14px rgba(228, 72, 28, .65);
    transition: transform .45s var(--ease), background .45s var(--ease), color .35s, box-shadow .45s var(--ease);
    isolation: isolate;
}
.tile::before {
    content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: -1;
    background: var(--brand-grad); opacity: 0; transition: opacity .45s var(--ease);
}
.tile .ico { width: 52%; height: 52%; }
.tile--sm { --s: 40px; border-radius: 12px; }
.tile--lg { --s: 68px; border-radius: 20px; }
.tile--glass {
    color: #fff;
    background: linear-gradient(160deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04));
    border-color: rgba(255, 255, 255, .18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 12px 24px -16px rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.tile--wa { color: var(--wa); background: linear-gradient(160deg, #f3fff7, #d9f7e4); border-color: rgba(31, 179, 85, .2); box-shadow: inset 0 1px 0 #fff, 0 10px 22px -14px rgba(31, 179, 85, .7); }
.tile--wa::before { background: linear-gradient(135deg, #34d26f, #169a46); }

/* Estado activo de la ficha al pasar el cursor por su tarjeta */
:is(.quick__item, .contact-row, .benefit, .place, .mv__card, .pillar, .detail__body, .check-grid li, .intro__features div, .quote__phones a):hover .tile { color: #fff; transform: translateY(-3px) rotate(-4deg); box-shadow: var(--shadow-brand); }
:is(.quick__item, .contact-row, .benefit, .place, .mv__card, .pillar, .detail__body, .check-grid li, .intro__features div, .quote__phones a):hover .tile::before { opacity: 1; }
:is(.quick__item, .contact-row):hover .tile--wa { box-shadow: 0 14px 30px -12px rgba(31, 179, 85, .6); }

/* ---------- Tipografía de secciones ---------- */
.eyebrow {
    display: inline-flex; align-items: center; gap: .55em;
    font-family: var(--font-head); font-size: .78rem; font-weight: 700;
    letter-spacing: .18em; text-transform: uppercase; color: var(--brand);
    margin-bottom: .7rem;
}
.eyebrow::before { content: ''; width: 28px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow .ico { display: none; }
.eyebrow--light { color: #ff8a62; }
.section__head--center .eyebrow::after { content: ''; width: 28px; height: 2px; border-radius: 2px; background: currentColor; }

.section { padding: clamp(48px, 6vw, 84px) 0; position: relative; }
.section--soft { background: var(--soft); }
.section--dark { background: var(--ink); color: #d6d9df; }
.section--dark .section__title, .section--dark h2 { color: #fff; }
.section__title { font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 700; }
.section__title em { font-style: normal; color: var(--brand); }
.section__head { margin-bottom: clamp(24px, 3vw, 36px); }
.section__head--center { text-align: center; max-width: 760px; margin-inline: auto; }
.section__head--split { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.section__head--split .section__title { max-width: 640px; margin-bottom: 0; }
.lead { font-size: 1.1rem; color: var(--ink-3); font-weight: 500; }

/* ---------- Botones ---------- */
.btn {
    --bg: var(--ink); --fg: #fff;
    position: relative; overflow: hidden;
    display: inline-flex; align-items: center; justify-content: center; gap: .6em;
    padding: .9em 1.5em; border-radius: 999px; border: 1px solid transparent;
    font-family: var(--font-head); font-weight: 600; font-size: .95rem; letter-spacing: -.005em;
    background: var(--bg); color: var(--fg);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s, border-color .3s;
    white-space: nowrap; isolation: isolate;
}
.btn::after {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .28) 50%, transparent 80%);
    transform: translateX(-120%); transition: transform .8s var(--ease);
}
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn .ico { width: 1.15em; height: 1.15em; transition: transform .35s var(--ease); }
.btn:hover .ico:last-child { transform: translateX(3px); }
.btn--primary { background: var(--brand-grad); box-shadow: var(--shadow-brand); }
.btn--primary:hover { box-shadow: 0 20px 36px -14px rgba(228, 72, 28, .7); }
.btn--dark { --bg: var(--ink); }
.btn--dark:hover { box-shadow: var(--shadow); }
.btn--whatsapp { background: linear-gradient(135deg, #34d26f, #169a46); box-shadow: 0 14px 30px -12px rgba(31, 179, 85, .6); }
.btn--glass { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .28); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.btn--glass:hover { background: rgba(255, 255, 255, .16); }
.btn--outline { --fg: var(--ink); background: transparent; border-color: var(--line); color: var(--ink); }
.btn--outline:hover { border-color: var(--brand); color: var(--brand); }
.btn--lg { padding: 1.05em 1.8em; font-size: 1rem; }
.btn--block { width: 100%; }

/* ---------- Barra superior ---------- */
.topbar { background: var(--ink); color: #b9bec8; font-size: .84rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 42px; gap: 16px; }
.topbar__group { display: flex; align-items: center; gap: 22px; }
.topbar a, .topbar__badge { display: inline-flex; align-items: center; gap: .45em; transition: color .25s; }
.topbar a:hover { color: #fff; }
.topbar .ico { color: var(--brand); width: 1.1em; height: 1.1em; }
.topbar__badge { color: #fff; font-weight: 600; }

/* ---------- Encabezado ---------- */
.header {
    position: sticky; top: 0; z-index: 100;
    border-bottom: 1px solid transparent;
    transition: box-shadow .35s, border-color .35s;
}
/* El desenfoque va en un pseudo-elemento: si estuviera en .header, el menú móvil (position: fixed) quedaría atrapado dentro del encabezado. */
.header::before {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background: rgba(255, 255, 255, .94);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    backdrop-filter: saturate(180%) blur(16px);
}
.header.is-scrolled { box-shadow: 0 10px 30px -18px rgba(12, 14, 18, .35); border-color: var(--line); }
.header__inner { display: flex; align-items: center; gap: 28px; height: var(--header-h); transition: height .35s var(--ease); }
.header.is-scrolled .header__inner { height: 70px; }
.brand img { height: 46px; width: auto; transition: height .35s var(--ease); }
.header.is-scrolled .brand img { height: 40px; }

.nav { margin-left: auto; }
.nav ul { display: flex; gap: 6px; }
.nav ul a {
    position: relative; display: block; padding: 10px 14px;
    font-family: var(--font-head); font-weight: 600; font-size: .93rem; color: var(--ink-3);
    transition: color .25s;
}
.nav ul a::after {
    content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; border-radius: 2px;
    background: var(--brand-grad); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease);
}
.nav ul a:hover, .nav ul a[aria-current="page"] { color: var(--brand); }
.nav ul a:hover::after, .nav ul a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav__mobile-extra { display: none; }

.header__actions { display: flex; align-items: center; gap: 18px; }
.header__phone { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; color: var(--ink); line-height: 1.2; }
.header__phone small { display: block; font-size: .72rem; font-weight: 600; color: var(--muted); letter-spacing: .04em; }
.header__phone-ico {
    width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff;
    background: var(--brand-grad); box-shadow: var(--shadow-brand); position: relative;
}
.header__phone-ico::after { content: ''; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid rgba(228, 72, 28, .35); animation: ring 2.4s infinite; }
@keyframes ring { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }

.burger { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; padding: 0 12px; flex-direction: column; justify-content: center; gap: 5px; }
.burger span { display: block; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .35s var(--ease), opacity .25s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Slider principal ---------- */
.hero { position: relative; height: clamp(500px, 74vh, 660px); overflow: hidden; background: var(--ink); color: #fff; }
.hero__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1.1s var(--ease), visibility 1.1s; }
.hero__slide.is-active { opacity: 1; visibility: visible; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.14); }
.hero__slide.is-active .hero__bg { animation: kenburns 9s linear forwards; }
@keyframes kenburns { from { transform: scale(1.14); } to { transform: scale(1.02); } }
.hero__slide::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 14, 18, .94) 0%, rgba(12, 14, 18, .78) 38%, rgba(12, 14, 18, .35) 72%, rgba(12, 14, 18, .2) 100%),
        linear-gradient(0deg, rgba(12, 14, 18, .85) 0%, rgba(12, 14, 18, 0) 40%),
        radial-gradient(60% 80% at 0% 100%, rgba(228, 72, 28, .35), transparent 70%);
}
.hero__content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-bottom: 60px; max-width: var(--container); }
.hero__content > * { max-width: 700px; opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.hero__slide.is-active .hero__content > * { opacity: 1; transform: none; }
.hero__slide.is-active .hero__content > :nth-child(2) { transition-delay: .15s; }
.hero__slide.is-active .hero__content > :nth-child(3) { transition-delay: .3s; }
.hero__slide.is-active .hero__content > :nth-child(4) { transition-delay: .45s; }
.hero__title { font-size: clamp(2.3rem, 5vw, 4.2rem); font-weight: 800; color: #fff; letter-spacing: -.035em; line-height: 1.02; margin-bottom: .35em; }
.hero__text { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #d7dae0; max-width: 560px; margin-bottom: 2em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero__controls { position: absolute; left: 0; right: 0; bottom: 96px; z-index: 5; display: flex; justify-content: space-between; align-items: center; }
.hero__dots { display: flex; gap: 10px; }
.hero__dot { width: 54px; height: 22px; padding: 0; background: none; border: 0; display: flex; align-items: center; }
.hero__dot span { position: relative; display: block; width: 100%; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .25); overflow: hidden; }
.hero__dot span::after { content: ''; position: absolute; inset: 0; background: var(--brand); transform: scaleX(0); transform-origin: left; }
.hero__dot.is-active span::after { animation: progress var(--slide-time, 7s) linear forwards; }
.hero.is-paused .hero__dot.is-active span::after { animation-play-state: paused; }
@keyframes progress { to { transform: scaleX(1); } }
.hero__arrows { display: flex; gap: 10px; }
.hero__arrow {
    width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
    color: #fff; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .25);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: background .3s, border-color .3s, transform .3s var(--ease);
}
.hero__arrow:hover { background: var(--brand); border-color: var(--brand); transform: scale(1.06); }

/* Fondos (clases para no usar estilos en línea) */
.bg-slider-1 { background-image: url(../img/slider-1.webp); }
.bg-slider-2 { background-image: url(../img/slider-2.webp); }
.bg-slider-3 { background-image: url(../img/slider-3.webp); }
.bg-slider-4 { background-image: url(../img/slider-4.webp); }

/* ---------- Contacto rápido (Guatemala) ---------- */
.quick { position: relative; z-index: 6; margin-top: -64px; }
.quick__card {
    display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); align-items: stretch;
    background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .6);
}
.quick__label {
    display: flex; flex-direction: column; justify-content: center; gap: 10px;
    padding: 20px 26px; background: var(--brand-grad); color: #fff; position: relative; overflow: hidden;
}
.quick__label::after { content: ''; position: absolute; right: -40px; top: -40px; width: 140px; height: 140px; border-radius: 50%; border: 22px solid rgba(255, 255, 255, .09); }
.quick__label h2 { color: #fff; font-size: 1.45rem; margin: 0; text-transform: uppercase; letter-spacing: .02em; }
.quick__flag {
    display: inline-grid; place-items: center; width: 38px; height: 26px; border-radius: 6px;
    font-family: var(--font-head); font-size: .72rem; font-weight: 800; letter-spacing: .08em;
    background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .35); color: #fff;
}
.quick__flag--sm { width: 32px; height: 22px; font-size: .66rem; background: var(--brand-grad); border: 0; }
.quick__item { display: flex; align-items: center; gap: 14px; padding: 20px 22px; border-left: 1px solid var(--line); transition: background .35s; min-width: 0; }
.quick__item:hover { background: var(--brand-50); }
.quick__item small, .contact-row small { display: block; font-size: .8rem; color: var(--muted); font-weight: 600; letter-spacing: .02em; }
.quick__item strong, .contact-row strong { display: block; font-family: var(--font-head); font-size: 1.05rem; color: var(--ink); font-weight: 700; overflow-wrap: anywhere; line-height: 1.35; }

/* ---------- Introducción ---------- */
.intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.intro__media { position: relative; padding: 0 12% 10% 0; }
.intro__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.intro__img img { width: 100%; height: 100%; object-fit: cover; }
.intro__img--main { aspect-ratio: 1; }
.intro__img--small { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 3 / 4; border: 8px solid #fff; }
.intro__badge {
    position: absolute; left: -18px; top: 36px; display: flex; align-items: center; gap: 12px;
    padding: 14px 20px 14px 14px; border-radius: 16px; background: var(--ink); color: #fff; box-shadow: var(--shadow-lg);
    font-family: var(--font-head); font-size: .95rem; line-height: 1.2; animation: float 6s ease-in-out infinite;
}
.intro__badge strong { display: block; font-size: 1.05rem; }
.intro__badge-ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-grad); }
@keyframes float { 50% { transform: translateY(-10px); } }
.intro__media::before {
    content: ''; position: absolute; left: -30px; bottom: 30px; width: 140px; height: 140px; z-index: -1;
    background-image: radial-gradient(var(--brand) 1.6px, transparent 1.6px); background-size: 16px 16px; opacity: .35;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 20px; }
.chips li {
    display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px;
    background: var(--soft); border: 1px solid var(--line); font-weight: 600; font-size: .92rem; color: var(--ink-3);
    transition: border-color .3s, background .3s, transform .3s var(--ease);
}
.chips li .ico { color: var(--brand); width: 1.35em; height: 1.35em; }
.chips li:hover { border-color: rgba(228, 72, 28, .4); background: #fff; transform: translateY(-2px); }
.chips__more { color: var(--muted) !important; }
.intro__features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 22px; }
.intro__features div { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink-3); line-height: 1.35; font-size: .95rem; }

/* ---------- Cinta de plagas ---------- */
.ticker { background: var(--ink); color: #fff; padding: 16px 0; overflow: hidden; position: relative; border-block: 1px solid var(--ink-3); }
.ticker::before, .ticker::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.ticker::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.ticker::after { right: 0; background: linear-gradient(-90deg, var(--ink), transparent); }
.ticker__track { display: flex; width: max-content; animation: marquee 55s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__list { display: flex; }
.ticker__list li { display: inline-flex; align-items: center; gap: 12px; padding: 0 30px; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; white-space: nowrap; position: relative; }
.ticker__list li::after { content: ''; position: absolute; right: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.ticker__list .ico { width: 1.7em; height: 1.7em; color: #ff7a4c; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Tarjetas promocionales ---------- */
.promo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.promo {
    position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: #fff;
    box-shadow: var(--shadow); transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.promo img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .8s var(--ease); }
.promo:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.promo:hover img { transform: scale(1.05); }
.promo__zoom, .gallery__overlay .ico {
    position: absolute; right: 14px; top: 14px; width: 44px; height: 44px; border-radius: 50%;
    display: grid; place-items: center; background: rgba(12, 14, 18, .7); color: #fff; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    opacity: 0; transform: scale(.7); transition: opacity .35s, transform .45s var(--ease);
}
.promo__zoom .ico { width: 20px; height: 20px; }
.promo:hover .promo__zoom { opacity: 1; transform: none; }

/* ---------- Galería ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 14px; }
.gallery__item { position: relative; border-radius: var(--radius); overflow: hidden; grid-row: span 2; }
.gallery__item--1, .gallery__item--6 { grid-column: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__overlay {
    position: absolute; inset: 0; display: grid; place-items: center;
    background: linear-gradient(180deg, rgba(228, 72, 28, 0) 30%, rgba(12, 14, 18, .75));
    opacity: 0; transition: opacity .45s var(--ease);
}
.gallery__overlay .ico { position: static; width: 56px; height: 56px; padding: 15px; background: var(--brand-grad); }
.gallery__item:hover .gallery__overlay { opacity: 1; }
.gallery__item:hover .gallery__overlay .ico { opacity: 1; transform: none; }

/* ---------- Cotice aquí ---------- */
.quote { position: relative; overflow: hidden; color: #fff; padding: clamp(52px, 6vw, 80px) 0; background: var(--ink); }
.quote__bg, .cta-band__bg { position: absolute; inset: -80px 0; background-size: cover; background-position: center; opacity: .3; will-change: transform; }
.quote::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: radial-gradient(70% 90% at 100% 0%, rgba(228, 72, 28, .45), transparent 60%), linear-gradient(90deg, rgba(12, 14, 18, .96) 30%, rgba(12, 14, 18, .6));
}
.quote__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: center; }
.quote h2 { color: #fff; font-size: clamp(2.2rem, 4.4vw, 3.4rem); font-weight: 800; letter-spacing: -.035em; text-transform: uppercase; }
.quote__phones { display: flex; flex-wrap: wrap; gap: 14px 36px; margin-bottom: 24px; }
.quote__phones a { display: flex; align-items: center; gap: 14px; font-family: var(--font-head); font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 700; line-height: 1.1; }
.quote__phones small { display: block; font-size: .8rem; color: #ff8a62; letter-spacing: .14em; font-weight: 700; margin-bottom: 4px; }
.quote__pay {
    justify-self: end; width: min(100%, 380px); padding: 32px; border-radius: var(--radius-lg); text-align: center;
    background: linear-gradient(160deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03)); border: 1px solid rgba(255, 255, 255, .14);
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.quote__pay p { font-family: var(--font-head); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 14px 0 18px; font-size: .9rem; }
.quote__pay img { background: #fff; border-radius: 14px; padding: 10px; margin-inline: auto; }

/* ---------- Panamá ---------- */
.panama__grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.panama__media { position: relative; }
.panama__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; }
.panama__media::before { content: ''; position: absolute; inset: 18px -14px -18px 18px; border-radius: var(--radius-lg); border: 2px solid rgba(228, 72, 28, .35); z-index: -1; }

/* ---------- Filas de contacto ---------- */
.contact-list { display: grid; gap: 10px; margin-bottom: 20px; }
.contact-row {
    display: flex; align-items: center; gap: 14px; padding: 10px 16px 10px 10px; border-radius: var(--radius);
    background: #fff; border: 1px solid var(--line); transition: border-color .3s, box-shadow .35s var(--ease), transform .35s var(--ease);
}
.contact-row > span:nth-child(2) { flex: 1; min-width: 0; }
.contact-row:not(.contact-row--static):hover { border-color: rgba(228, 72, 28, .35); box-shadow: var(--shadow); transform: translateX(4px); }
.contact-row--static a:hover { color: var(--brand); }
.contact-row__go { color: var(--muted-light); transition: color .3s, transform .35s var(--ease); }
.contact-row:hover .contact-row__go { color: var(--brand); transform: translate(3px, -3px); }
.social-inline { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-weight: 600; }
.social-inline > span { color: var(--muted); margin-right: 6px; }
.social-inline a {
    display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px;
    background: var(--ink); color: #fff; font-size: .9rem; transition: background .3s, transform .3s var(--ease);
}
.social-inline a:hover { background: var(--brand); transform: translateY(-2px); }

/* ---------- Encabezado de páginas internas ---------- */
.page-hero { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: clamp(56px, 7vw, 92px) 0 clamp(48px, 6vw, 76px); }
.page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .5; transform: scale(1.1); animation: kenburns 14s linear forwards; }
.page-hero::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(12, 14, 18, .95) 20%, rgba(12, 14, 18, .55)), radial-gradient(50% 90% at 0% 100%, rgba(228, 72, 28, .4), transparent 70%);
}
.page-hero__inner { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 16px; }
.breadcrumb {
    display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px; border-radius: 999px; font-size: .9rem; font-weight: 600;
    background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.breadcrumb a { display: inline-flex; align-items: center; gap: 6px; color: #c9ccd3; transition: color .25s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .ico { width: 1em; height: 1em; }
.breadcrumb > .ico { color: var(--brand); }
.breadcrumb span { color: #fff; }

/* ---------- Quiénes somos ---------- */
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.about__media { position: relative; padding: 0 16% 14% 0; }
.about__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 1; }
.about__img img { width: 100%; height: 100%; object-fit: cover; }
.about__img--float { position: absolute; right: 0; bottom: 0; width: 58%; aspect-ratio: 3 / 2; border: 8px solid #fff; }
.about__stamp {
    position: absolute; top: 30px; right: 6%; width: 132px; height: 132px; border-radius: 50%; display: grid; place-content: center; text-align: center;
    background: var(--brand-grad); color: #fff; box-shadow: var(--shadow-brand); animation: float 6s ease-in-out infinite; padding: 16px;
}
.about__stamp strong { font-family: var(--font-head); font-size: 2rem; line-height: 1; }
.about__stamp span { font-size: .7rem; line-height: 1.3; font-weight: 600; margin-top: 4px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.check-grid li { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: var(--radius); background: var(--soft); border: 1px solid var(--line); font-weight: 700; font-family: var(--font-head); font-size: .93rem; color: var(--ink-3); transition: background .3s, border-color .3s; }
.check-grid li:hover { background: #fff; border-color: rgba(228, 72, 28, .3); }

.mv { overflow: hidden; }
.mv::before { content: ''; position: absolute; width: 620px; height: 620px; border-radius: 50%; right: -200px; top: -260px; background: radial-gradient(circle, rgba(228, 72, 28, .28), transparent 65%); }
.mv__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; position: relative; }
.mv__card {
    position: relative; padding: clamp(26px, 3vw, 38px); border-radius: var(--radius-lg); overflow: hidden;
    background: linear-gradient(160deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)); border: 1px solid rgba(255, 255, 255, .1);
    transition: border-color .4s, transform .5s var(--ease);
}
.mv__card:hover { border-color: rgba(228, 72, 28, .5); transform: translateY(-6px); }
.mv__card h2 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); margin: 18px 0 10px; }
.mv__card p { color: #b9bec8; font-size: 1.08rem; margin: 0; }
.mv__num { position: absolute; right: 30px; top: 18px; font-family: var(--font-head); font-size: 5.5rem; font-weight: 800; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .14); }

.benefits { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.benefit {
    position: relative; padding: 24px 20px 22px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); overflow: hidden;
    transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .4s;
}
.benefit::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--brand-grad); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.benefit:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.benefit:hover::before { transform: scaleX(1); }
.benefit p { font-size: .95rem; margin: 16px 0 0; font-weight: 600; color: var(--ink-3); line-height: 1.55; }
.benefit__num { position: absolute; right: 22px; top: 18px; font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; color: var(--line); transition: color .4s; }
.benefit:hover .benefit__num { color: var(--brand); }

/* ---------- Banda CTA ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: clamp(40px, 5vw, 60px) 0; }
.cta-band::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(20, 22, 27, .97) 0%, rgba(20, 22, 27, .9) 50%, rgba(184, 54, 15, .85) 100%); }
.cta-band__bg { opacity: 1; }
.cta-band__inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; margin-bottom: .2em; }
.cta-band p { color: rgba(255, 255, 255, .88); font-size: 1.15rem; margin: 0; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }


/* ---------- Servicios ---------- */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pillar { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 340px; display: flex; align-items: flex-end; box-shadow: var(--shadow-lg); isolation: isolate; }
.pillar__img { position: absolute; inset: 0; z-index: -2; }
.pillar__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.pillar:hover .pillar__img img { transform: scale(1.06); }
.pillar::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(12, 14, 18, 0) 25%, rgba(12, 14, 18, .92) 88%); }
.pillar__body { padding: clamp(28px, 4vw, 44px); width: 100%; }
.pillar__body h2 { color: #fff; font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin: 20px 0 0; }
.pillar__body h2 small { display: block; font-size: .5em; font-weight: 600; color: #ff9a76; letter-spacing: .08em; text-transform: uppercase; margin-top: 8px; }
.pillar__num { position: absolute; right: 30px; top: 24px; font-family: var(--font-head); font-size: 4.5rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .5); line-height: 1; }

.places { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.place {
    display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
    font-family: var(--font-head); font-weight: 600; font-size: .98rem; color: var(--ink-3);
    transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .35s;
}
.place:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }

.pests-section { overflow: hidden; }
.pests-section::before { content: ''; position: absolute; width: 700px; height: 700px; left: -260px; bottom: -340px; border-radius: 50%; background: radial-gradient(circle, rgba(228, 72, 28, .25), transparent 65%); }
.pests { --cols: 6; position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.pests > li { flex: 0 0 calc((100% - (var(--cols) - 1) * 12px) / var(--cols)); min-width: 0; }
.pest {
    display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 20px 12px 18px; font-size: .95rem;
    border-radius: var(--radius-lg); background: linear-gradient(170deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
    border: 1px solid rgba(255, 255, 255, .09); font-family: var(--font-head); font-weight: 600; color: #fff;
    transition: transform .5s var(--ease), border-color .4s, background .4s;
}
.pest__ico {
    position: relative; width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center; color: #ff7a4c;
    background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .12), rgba(255, 255, 255, .02) 70%);
    border: 1px solid rgba(255, 122, 76, .3); transition: color .4s, background .4s, box-shadow .5s var(--ease), transform .6s var(--ease);
}
.pest__ico::after { content: ''; position: absolute; inset: -7px; border-radius: 50%; border: 1px dashed rgba(255, 122, 76, .25); transition: transform 1.2s var(--ease); }
.pest__ico .ico { width: 34px; height: 34px; }
.pest:hover { transform: translateY(-8px); border-color: rgba(228, 72, 28, .5); background: linear-gradient(170deg, rgba(228, 72, 28, .14), rgba(255, 255, 255, .02)); }
.pest:hover .pest__ico { color: #fff; background: var(--brand-grad); box-shadow: 0 16px 36px -10px rgba(228, 72, 28, .7); transform: scale(1.06); }
.pest:hover .pest__ico::after { transform: rotate(180deg); }

.subnav {
    position: sticky; top: 86px; z-index: 20; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px;
    width: fit-content; margin: 0 auto clamp(32px, 4vw, 48px); padding: 8px; border-radius: 999px;
    background: rgba(255, 255, 255, .9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.subnav a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--ink-3); transition: background .3s, color .3s; }
.subnav a .ico { color: var(--brand); width: 1.4em; height: 1.4em; transition: color .3s; }
.subnav a:hover, .subnav a.is-active { background: var(--ink); color: #fff; }
.subnav a:hover .ico, .subnav a.is-active .ico { color: #ff7a4c; }

.detail { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.detail + .detail { margin-top: clamp(44px, 5vw, 68px); }
.detail--rev .detail__media { order: 2; }
.detail__media { position: relative; }
.detail__media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.detail__num {
    position: absolute; left: -18px; bottom: -22px; width: 84px; height: 84px; border-radius: 22px; display: grid; place-items: center;
    background: var(--ink); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.6rem; box-shadow: var(--shadow-lg);
}
.detail--rev .detail__num { left: auto; right: -18px; background: var(--brand-grad); }
.detail__body .section__title { margin-top: 14px; }
.detail__body p { color: var(--muted); }
.detail__body .btn { margin-top: 8px; }

/* ---------- Contacto ---------- */
.contact__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(20px, 3vw, 36px); align-items: start; }
.contact__info { padding: clamp(28px, 3.5vw, 44px); border-radius: var(--radius-lg); background: var(--soft); border: 1px solid var(--line); }
.contact__logo { width: 220px; margin-bottom: 20px; }
.contact__country { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; margin: 0 0 14px; }
.form-card { padding: clamp(28px, 4vw, 52px); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); border: 1px solid var(--line); position: sticky; top: 100px; }
.form { display: grid; gap: 14px; margin-top: 6px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 8px; }
.field label { font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--ink-3); }
.field input, .field select, .field textarea {
    width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line); background: var(--soft);
    font: inherit; font-size: 1rem; color: var(--ink); transition: border-color .25s, box-shadow .25s, background .25s; appearance: none;
}
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f43a0b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 44px; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(228, 72, 28, .12); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: #d92d20; background: #fff6f5; }
.form__note { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: .85rem; color: var(--muted); margin: 0; }
.form__note .ico { color: var(--brand); }
.form-alert { padding: 14px 18px; border-radius: 14px; font-weight: 600; margin: 8px 0 6px; }
.form-alert--ok { background: #ecfbf1; color: #11703a; border: 1px solid #b6ebc9; }
.form-alert--error { background: #fff3f1; color: #b42318; border: 1px solid #fecdca; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.btn.is-loading { pointer-events: none; opacity: .75; }
.btn.is-loading .ico { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Pie de página ---------- */
.footer { background: var(--ink); color: #aab0bb; padding-top: clamp(44px, 5vw, 64px); position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--brand-grad); }
.footer__grid { display: grid; grid-template-columns: 1.15fr .7fr 1.1fr 1.3fr; gap: 32px; padding-bottom: 36px; }
.footer__brand img { width: 230px; margin-bottom: 22px; }
.footer__brand p { max-width: 320px; font-size: .96rem; }
.footer__title { color: #fff; font-size: 1rem; margin-bottom: 16px; position: relative; padding-bottom: 12px; }
.footer__title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--brand); border-radius: 2px; }
.footer__links li + li, .footer__contact li + li { margin-top: 9px; }
.footer__links a { display: inline-flex; align-items: center; gap: 6px; transition: color .25s, transform .3s var(--ease); }
.footer__links a .ico { width: 1em; height: 1em; color: var(--brand); }
.footer__links a:hover { color: #fff; transform: translateX(4px); }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; line-height: 1.5; }
.footer__contact .ico { color: var(--brand); margin-top: 2px; }
.footer__contact a { transition: color .25s; overflow-wrap: anywhere; }
.footer__contact a:hover { color: #fff; }
.footer__social { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.footer__social span { font-weight: 600; color: #fff; margin-right: 6px; }
.footer__social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); color: #fff; transition: background .3s, transform .3s var(--ease); }
.footer__social a:hover { background: var(--brand); transform: translateY(-3px); }
.footer__pay { margin-top: 24px; }
.footer__pay span { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.footer__pay img { width: 150px; background: #fff; padding: 6px; border-radius: 10px; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 22px 0; font-size: .86rem; }
.footer__bottom-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- WhatsApp flotante y volver arriba ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 200; }
.wa-float__btn {
    position: relative; width: 62px; height: 62px; border-radius: 50%; border: 0; color: #fff; display: grid; place-items: center;
    background: linear-gradient(135deg, #34d26f, #169a46); box-shadow: 0 16px 34px -10px rgba(22, 154, 70, .7); transition: transform .35s var(--ease);
}
.wa-float__btn .ico { width: 30px; height: 30px; }
.wa-float__btn::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #25d366; z-index: -1; animation: pulse 2.2s infinite; }
.wa-float__btn:hover { transform: scale(1.08); }
@keyframes pulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.6); opacity: 0; } }
.wa-float__panel {
    position: absolute; right: 0; bottom: 78px; width: 280px; padding: 16px; border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg);
    border: 1px solid var(--line); animation: pop .35s var(--ease);
}
@keyframes pop { from { opacity: 0; transform: translateY(10px) scale(.96); } }
.wa-float__title { display: flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.wa-float__title .ico { color: var(--wa); }
.wa-float__panel a { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 14px; transition: background .25s; line-height: 1.3; }
.wa-float__panel a:hover { background: #f0fbf4; }
.wa-float__panel a > span:nth-child(2) { flex: 1; }
.wa-float__panel strong { display: block; font-family: var(--font-head); color: var(--ink); font-size: .95rem; }
.wa-float__panel small { color: var(--muted); }
.wa-float__panel a > .ico { color: var(--wa); }
.wa-float__flag { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: .75rem; color: #fff; background: linear-gradient(135deg, #34d26f, #169a46); }

.to-top {
    position: fixed; right: 30px; bottom: 100px; z-index: 199; width: 46px; height: 46px; border-radius: 14px; border: 0;
    display: grid; place-items: center; color: #fff; background: var(--ink); box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .35s, visibility .35s, transform .35s var(--ease), background .3s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--brand); }

/* ---------- Visor de imágenes ---------- */
.lightbox { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; background: rgba(8, 9, 12, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); animation: fade .3s; }
@keyframes fade { from { opacity: 0; } }
.lightbox__figure img { max-width: min(92vw, 1100px); max-height: 86vh; border-radius: 14px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); animation: pop .4s var(--ease); }
.lightbox button { position: absolute; width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .06); color: #fff; display: grid; place-items: center; transition: background .3s; }
.lightbox button:hover { background: var(--brand); border-color: var(--brand); }
.lightbox__close { top: 22px; right: 22px; }
.lightbox__nav--prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 22px; top: 50%; transform: translateY(-50%); }

/* ---------- Animaciones de aparición ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); animation: reveal-fallback 0s 2.5s forwards; }
html.js [data-reveal] { animation: none; }
[data-reveal].is-in { opacity: 1; transform: none; }
@keyframes reveal-fallback { to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
    .intro__badge { left: 12px; }
    .detail__num { left: 12px; }
    .detail--rev .detail__num { right: 12px; }
    .intro__media::before { left: 0; }
    .benefits { grid-template-columns: repeat(3, 1fr); }
    .pests { --cols: 4; }
    .places { grid-template-columns: repeat(3, 1fr); }
    .promo-grid { grid-template-columns: repeat(3, 1fr); }
    .header__phone { display: none; }
    .quick__card { grid-template-columns: repeat(3, 1fr); }
    .quick__label { grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 18px 26px; }
    .quick__item:nth-child(2) { border-left: 0; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
    :root { --header-h: 74px; }
    .burger { display: flex; }
    .nav {
        position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); z-index: 150; margin: 0;
        display: flex; flex-direction: column; justify-content: space-between; padding: 112px 28px 32px;
        background: #fff; box-shadow: -30px 0 60px rgba(0, 0, 0, .2);
        transform: translateX(105%); transition: transform .5s var(--ease); visibility: hidden;
    }
    .nav.is-open { transform: none; visibility: visible; }
    .nav ul { flex-direction: column; gap: 4px; }
    .nav ul a { font-size: 1.25rem; padding: 14px 4px; border-bottom: 1px solid var(--line); }
    .nav ul a::after { display: none; }
    .nav__mobile-extra { display: grid; gap: 12px; }
    .burger { position: relative; z-index: 160; }
    .nav { overflow-y: auto; -webkit-overflow-scrolling: touch; }
    body.menu-open { overflow: hidden; }
    body.menu-open .header { z-index: 300; }
    body.menu-open::after { content: ''; position: fixed; inset: 0; background: rgba(12, 14, 18, .55); z-index: 250; }
    body.menu-open .wa-float, body.menu-open .to-top { opacity: 0; visibility: hidden; }
    .intro__grid, .about__grid, .panama__grid, .detail, .contact__grid, .quote__inner { grid-template-columns: minmax(0, 1fr); }
    .detail--rev .detail__media { order: 0; }
    .intro__media, .about__media { max-width: 560px; }
    .quote__pay { justify-self: start; }
    .mv__grid, .pillars { grid-template-columns: minmax(0, 1fr); }
    .promo-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
    .promo { flex: 0 0 min(72%, 300px); scroll-snap-align: start; }
    .benefits { grid-template-columns: repeat(2, 1fr); }
    .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
    .gallery__item--1, .gallery__item--6 { grid-column: 1 / -1; }
    .form-card { position: static; }
    .subnav { top: 80px; border-radius: 22px; }
}
@media (max-width: 720px) {
    body { font-size: 1rem; }
    .hide-md { display: none !important; }
    .hero { height: auto; min-height: 640px; }
    .hero__content { padding: 90px 0 150px; }
    .hero__controls { bottom: 96px; }
    .hero__arrows { display: none; }
    .quick { margin-top: -64px; }
    .quick__card { grid-template-columns: minmax(0, 1fr); }
    .quick__item strong, .contact-row strong { font-size: .9rem; }
    .quick__item { border-left: 0; border-top: 1px solid var(--line); padding: 18px 22px; }
    .quick__label { padding: 18px 22px; }
    .intro__features, .check-grid, .form__row { grid-template-columns: 1fr; }
    .intro__badge { left: 8px; top: 16px; }
    .footer__grid { grid-template-columns: 1fr; }
    .places { grid-template-columns: 1fr 1fr; }
    .place { flex-direction: column; text-align: center; font-size: .9rem; }
    .pests { --cols: 3; }
    .benefits { grid-template-columns: 1fr; }
    .subnav { position: static; width: 100%; border-radius: 20px; }
    .subnav a { flex: 1 1 45%; justify-content: center; padding: 10px; }
    .detail__num { width: 64px; height: 64px; font-size: 1.2rem; left: 12px; bottom: -18px; }
    .detail--rev .detail__num { right: 12px; }
    .pillar { min-height: 380px; }
    .about__stamp { width: 104px; height: 104px; }
    .about__stamp strong { font-size: 1.6rem; }
    .ticker__list li { padding: 0 20px; font-size: .95rem; }
    .section__head--split { align-items: start; }
    .btn--lg { padding: .95em 1.4em; }
}
@media (max-width: 480px) {
    .pest { padding: 16px 6px 14px; font-size: .8rem; gap: 10px; }
    .pest__ico { width: 54px; height: 54px; }
    .pest__ico .ico { width: 28px; height: 28px; }
    .contact__info { padding: 20px 16px; }
    .contact-row { gap: 12px; padding: 8px 12px 8px 8px; }
    .contact-row__go { display: none; }
    .quick__item strong, .contact-row strong { font-size: .86rem; }
    .contact-row .tile, .quick__item .tile { --s: 44px; border-radius: 13px; }
    .subnav { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
    .subnav a { font-size: .8rem; padding: 9px 4px; gap: 5px; white-space: nowrap; }
    .subnav a .ico { width: 1.25em; height: 1.25em; }
    .hide-sm { display: none !important; }
    .brand img { height: 38px; }
    .header.is-scrolled .brand img { height: 34px; }
    .topbar__inner { justify-content: center; }
    .topbar__group:last-child { display: none; }
    .hero__actions .btn { flex: 1 1 100%; }
    .gallery { grid-auto-rows: 120px; gap: 12px; }
    .promo-grid { gap: 14px; }
    .wa-float { right: 16px; bottom: 16px; }
    .to-top { right: 23px; bottom: 90px; }
}

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

/* ---------- 404 ---------- */
.notfound { text-align: center; }
.notfound .tile { margin-bottom: 24px; }
.notfound__actions { justify-content: center; }
