/* ============================================================
   GEOMAP — Página INICIO (front-page) estilos específicos
   Se carga solo en la home, después de global.css
   ============================================================ */


    /* ─── TOKENS ─────────────────────────────────────────────────────────────── */
    :root{
      --night:#061426;
      --night-2:#0A1B31;
      --blue:#1F4EA3;
      --blue-2:#123A7A;
      --blue-soft:#EDF4FF;
      --orange:#F36B21;
      --orange-2:#DC5516;
      --green:#22A045;
      --text:#111827;
      --muted:#667085;
      --line:#E5EAF2;
      --white:#fff;
      --bg:#F7F9FC;
      --container:min(100% - clamp(32px,5vw,96px),1280px);
      --radius:18px;
      --shadow:0 24px 60px rgba(7,20,38,.18);
      --wa-green:#22A045;
      --wa-green-dark:#1a7d36;
    
  /* Variables para footer v25 */
  --green2:#1a7d36;
  --blue2:#123A7A;
  --orange2:#DC5516;
  --navblue:#041E3D;
  --soft:#F7F9FC;
  --muted:#667085;
  --shadow:0 18px 46px rgba(7,20,38,.12);
  --max:min(100% - clamp(22px,5vw,96px),1280px);
}

    /* ─── RESET ──────────────────────────────────────────────────────────────── */
    
    
    
    a{color:inherit;text-decoration:none}
    img,svg{display:block;max-width:100%}
    button{font:inherit;border:0;cursor:pointer;background:none}
    .container{width:var(--container);margin-inline:auto}

    /* ─── WA BUTTON (shared) ─────────────────────────────────────────────────── */
    .wa-btn-icon{width:22px;height:22px;flex:0 0 22px;display:block;fill:currentColor;stroke:none}
    
    
    
    
    .btn.btn-primary{padding-inline:22px;border-radius:12px}
    .product-actions .quote,.featured-products .quote{width:100%;border-radius:12px}

    /* ─── HERO ───────────────────────────────────────────────────────────────── */
    .hero{position:relative;isolation:isolate;overflow:hidden;background:var(--night);min-height:auto;padding-top:82px}
    /* .hero:before — fondo: imagen paisaje digital + overlay direccional + halo radial */
    .hero:before{content:"";position:absolute;inset:0;z-index:0;
      background:
        radial-gradient(circle at 66% 58%,rgba(24,93,185,.42),transparent 32%),
        linear-gradient(90deg,rgba(4,12,24,.95) 0%,rgba(6,20,38,.82) 32%,rgba(8,28,54,.55) 62%,rgba(5,16,32,.78) 100%),
        url("../img/inicio-01.webp");
      background-size:auto,auto,cover;
      background-position:center,center,center right;
      background-repeat:no-repeat,no-repeat,no-repeat}
    /* .hero:after — grid sutil atenuado para no competir con la red digital de la imagen */
    .hero:after{content:"";position:absolute;inset:0;z-index:1;opacity:.14;background-image:
      repeating-radial-gradient(circle at 58% 54%,rgba(255,255,255,.16) 0 1px,transparent 1px 21px),
      linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
      background-size:auto,46px 46px,46px 46px;
      mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 86%,transparent 100%)}
    .hero-inner{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:minmax(410px,1.04fr) minmax(420px,.96fr);align-items:center;gap:clamp(36px,5vw,72px);min-height:clamp(480px,calc(100svh - 82px),620px);padding:clamp(34px,3.6vw,56px) 0 clamp(28px,3vw,44px)}
    .hero-copy{position:relative;z-index:3;max-width:680px}

    /* eyebrow */
    .eyebrow{display:inline-flex;align-items:center;color:#8CEBFF;text-transform:uppercase;margin-bottom:22px;position:relative}
    .eyebrow:before{content:"";width:42px;height:2px;margin-right:12px;background:linear-gradient(90deg,#8CEBFF,rgba(140,235,255,.15));border-radius:6px;box-shadow:0 0 16px rgba(140,235,255,.30)}
    .eyebrow-track{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;gap:12px;padding:8px 14px;border-radius:999px;border:1px solid rgba(140,235,255,.24);background:rgba(140,235,255,.055);overflow:hidden;isolation:isolate;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 0 28px rgba(0,217,255,.08)}
    .eyebrow-track:after{content:"";position:absolute;inset:-2px;width:42%;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,0) 18%,rgba(255,255,255,.34) 50%,rgba(255,255,255,0) 82%,transparent 100%);transform:translateX(-135%) skewX(-18deg);animation:eyebrowSweep 4.2s ease-in-out infinite;z-index:-1}
    .eyebrow-word{position:relative;display:inline-block;color:#8CEBFF;font-size:clamp(14px,.95vw,16px);font-weight:900;letter-spacing:.18em;line-height:1;animation:eyebrowFocus 6s ease-in-out infinite;text-shadow:0 0 12px rgba(140,235,255,.12)}
    .eyebrow-word:nth-of-type(2){animation-delay:.45s}
    .eyebrow-word:nth-of-type(3){animation-delay:.9s}
    .eyebrow i{width:5px;height:5px;border-radius:50%;background:var(--orange);opacity:.95;box-shadow:0 0 16px rgba(243,107,33,.60);animation:dotPulse 2.6s ease-in-out infinite}
    @keyframes eyebrowSweep{0%,18%{transform:translateX(-135%) skewX(-18deg);opacity:0}36%{opacity:.95}58%,100%{transform:translateX(260%) skewX(-18deg);opacity:0}}
    @keyframes eyebrowFocus{0%,100%{opacity:.78;transform:translateY(0)}25%{opacity:1;color:#fff;transform:translateY(-1px)}48%{opacity:.86;transform:translateY(0)}}
    @keyframes dotPulse{0%,100%{transform:scale(1);opacity:.82}50%{transform:scale(1.45);opacity:1}}

    .hero h1{color:#fff;font-size:clamp(2.62rem,3.62vw,4.12rem);line-height:1.09;letter-spacing:-.034em;font-weight:850;margin-bottom:22px}
    .hero h1 .accent{color:var(--orange);white-space:nowrap;font-weight:850}
    .lead{max-width:600px;color:rgba(255,255,255,.84);font-size:clamp(1.04rem,1.16vw,1.22rem);line-height:1.62;font-weight:500;margin-bottom:26px}
    .checks{list-style:none;display:grid;gap:13px;margin-bottom:32px}
    .checks li{display:flex;align-items:center;gap:12px;color:#fff;font-size:clamp(.98rem,1vw,1.08rem);font-weight:650}
    .check-dot{width:24px;height:24px;border-radius:50%;background:var(--green);display:grid;place-items:center;flex:0 0 24px;box-shadow:0 0 0 5px rgba(35,179,74,.12)}
    .check-dot svg{width:13px;height:13px;stroke:#fff;stroke-width:3;fill:none}
    .hero-actions{display:flex;gap:16px;flex-wrap:wrap}
    .btn{height:56px;padding:0 32px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:17px;font-weight:850;white-space:nowrap;transition:.2s ease;touch-action:manipulation}
    .btn-outline{color:#fff;border:1.5px solid rgba(255,255,255,.64);background:rgba(255,255,255,.035)}
    .btn-outline:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-2px)}

    /* hero product carousel */
    .hero-products{position:relative;z-index:2;min-height:0;display:flex;align-items:center;justify-content:center;padding-bottom:0}
    .product-halo{position:absolute;left:6%;right:4%;bottom:6%;height:42%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,145,255,.48),rgba(0,145,255,.12) 46%,transparent 74%);filter:blur(8px)}
    .product-showcase{position:relative;width:min(100%,460px);aspect-ratio:4 / 5;display:grid;align-items:center;justify-items:center}
    .product-showcase img{width:100%;height:100%;object-fit:contain;object-position:center;transform:none;filter:drop-shadow(0 28px 34px rgba(0,0,0,.56)) saturate(1.05) contrast(1.04)}
    .info-btn{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);z-index:5;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(12px);color:#fff;font-size:14px;font-weight:750;box-shadow:0 12px 28px rgba(0,0,0,.18);transition:.2s ease;white-space:nowrap}
    .info-btn:hover{background:rgba(255,255,255,.20);border-color:rgba(255,255,255,.44);transform:translate(-50%,-2px)}

    /* hero benefits bar */
    .hero-benefits{position:relative;z-index:4;border-top:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(7,20,38,.96),rgba(7,20,38,1))}
    .benefit-grid{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:repeat(4,1fr)}
    .benefit{display:flex;align-items:center;gap:14px;padding:18px 24px;border-left:1px solid rgba(255,255,255,.14)}
    .benefit:first-child{border-left:0}
    .benefit svg{width:30px;height:30px;stroke:#1F83FF;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
    .benefit strong{display:block;color:#fff;font-size:15px;margin-bottom:2px}
    .benefit span{display:block;color:rgba(255,255,255,.62);font-size:13px}


    /* ─── GUÍA TÉCNICA GNSS (después del hero) ─────────────────────────────── */
    .gnss-guide{position:relative;z-index:5;background:linear-gradient(180deg,#061426 0%,#071A31 100%);padding:clamp(22px,2.8vw,38px) 0 clamp(22px,3vw,44px);overflow:hidden}
    .gnss-guide:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.72;background:
      radial-gradient(circle at 12% 8%,rgba(31,131,255,.18),transparent 34%),
      radial-gradient(circle at 92% 90%,rgba(243,107,33,.11),transparent 34%),
      linear-gradient(180deg,rgba(255,255,255,.035),transparent 58%)}
    .gnss-guide-card{position:relative;z-index:1;width:var(--container);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(310px,.82fr);align-items:center;gap:clamp(22px,3.4vw,52px);padding:clamp(24px,3vw,42px);border-radius:28px;background:
      radial-gradient(circle at 72% 42%,rgba(31,131,255,.20),transparent 42%),
      linear-gradient(135deg,rgba(11,31,58,.96),rgba(7,22,42,.92));
      border:1px solid rgba(140,235,255,.28);box-shadow:0 24px 70px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.035);overflow:hidden}
    .gnss-guide-card:after{content:"";position:absolute;right:-130px;top:50%;width:520px;height:520px;border-radius:50%;transform:translateY(-50%);opacity:.22;background:
      repeating-radial-gradient(circle,rgba(140,235,255,.42) 0 1px,transparent 1px 22px);pointer-events:none}
    .gnss-guide-copy{position:relative;z-index:2;max-width:790px}
    .gnss-guide-badge{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;margin-bottom:16px;border-radius:10px;color:#FFB489;background:rgba(243,107,33,.10);border:1px solid rgba(243,107,33,.78);font-size:13px;font-weight:900;letter-spacing:.02em}
    .gnss-guide-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 16px rgba(243,107,33,.68)}
    .gnss-guide h2{color:#fff;font-family:'Plus Jakarta Sans','Inter',sans-serif;font-size:clamp(1.8rem,3.12vw,3.25rem);line-height:1.08;letter-spacing:-.038em;font-weight:850;margin:0 0 16px;text-wrap:balance}
    .gnss-guide p{max-width:760px;color:rgba(255,255,255,.78);font-size:clamp(1rem,1.18vw,1.2rem);line-height:1.58;font-weight:500;margin:0 0 24px}
    .gnss-guide-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:20px}
    .gnss-guide-download{height:58px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 28px;border-radius:12px;background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;font-size:clamp(1rem,1.05vw,1.12rem);font-weight:900;box-shadow:0 16px 34px rgba(243,107,33,.33);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
    .gnss-guide-download:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(243,107,33,.42);filter:saturate(1.08)}
    .gnss-guide-download svg{width:24px;height:24px;stroke:currentColor;stroke-width:2.25;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
    .gnss-guide-meta{display:flex;align-items:center;gap:clamp(14px,2vw,28px);flex-wrap:wrap;color:rgba(255,255,255,.68);font-size:14px;font-weight:650}
    .gnss-guide-meta span{display:inline-flex;align-items:center;gap:8px;position:relative}
    .gnss-guide-meta span:not(:last-child):after{content:"";width:1px;height:20px;background:rgba(255,255,255,.22);margin-left:clamp(8px,1.4vw,18px)}
    .gnss-guide-meta svg{width:20px;height:20px;stroke:rgba(255,255,255,.82);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
    .gnss-guide-times{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-self:stretch;align-content:center}
    .time-chip{min-height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:18px 12px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(140,235,255,.20);box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
    .time-label{display:block;color:#fff;font-size:clamp(.88rem,.98vw,1rem);font-weight:850;line-height:1.15;margin-bottom:10px}
    .time-chip strong{display:block;color:#8CCB16;font-size:clamp(2.15rem,3.2vw,3.4rem);line-height:.95;font-weight:950;letter-spacing:-.06em;text-shadow:0 14px 24px rgba(0,0,0,.35)}
    .time-chip small{display:block;margin-top:6px;color:rgba(255,255,255,.7);font-size:clamp(.76rem,.86vw,.92rem);font-weight:800;line-height:1.15}

    @media (max-width:920px){
      .gnss-guide-card{grid-template-columns:1fr;gap:22px;padding:24px;border-radius:24px}
      .gnss-guide-times{grid-template-columns:repeat(3,1fr)}
      .time-chip{min-height:122px}
    }
    @media (max-width:760px){
      .gnss-guide{padding:22px 0 28px}
      .gnss-guide-card{padding:20px 16px;border-radius:22px}
      .gnss-guide h2{font-size:clamp(1.48rem,7vw,2.08rem);line-height:1.12}
      .gnss-guide p{font-size:.96rem;line-height:1.52;margin-bottom:18px}
      .gnss-guide-download{width:100%;height:56px}
      .gnss-guide-meta{gap:10px;font-size:12.5px;line-height:1.2}
      .gnss-guide-meta span:not(:last-child):after{display:none}
      .gnss-guide-times{gap:8px}
      .time-chip{min-height:112px;padding:14px 8px;border-radius:15px}
      .time-label{font-size:12px}
      .time-chip strong{font-size:2.15rem}
      .time-chip small{font-size:11px}
    }
    @media (max-width:460px){
      .gnss-guide-times{grid-template-columns:1fr}
      .time-chip{min-height:92px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"label time" "small time";text-align:left;align-items:center;justify-items:start;padding:14px 16px}
      .time-label{grid-area:label;margin:0;font-size:14px}
      .time-chip strong{grid-area:time;font-size:2.35rem;justify-self:end}
      .time-chip small{grid-area:small;margin:4px 0 0;font-size:12px}
    }

    /* ─── NOVEDADES / NUEVAS ADQUISICIONES (carrusel) ────────────────────────── */
    .novedades{position:relative;background:linear-gradient(180deg,#061426 0%,#081B31 100%);padding:clamp(40px,4.6vw,72px) 0 clamp(46px,5vw,82px);overflow:hidden}
    .novedades:before{content:"";position:absolute;inset:0;opacity:.5;background:radial-gradient(circle at 18% 0%,rgba(31,131,255,.18),transparent 42%),radial-gradient(circle at 92% 88%,rgba(243,107,33,.12),transparent 40%);pointer-events:none}
    .nov-head{width:var(--container);margin-inline:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(22px,2.6vw,34px);position:relative;z-index:1}
    .nov-head .nov-eyebrow{display:inline-flex;align-items:center;gap:10px;color:#8CEBFF;text-transform:uppercase;font-size:clamp(12px,.9vw,14px);font-weight:900;letter-spacing:.2em;margin-bottom:12px}
    .nov-head .nov-eyebrow:before{content:"";width:34px;height:2px;background:linear-gradient(90deg,#8CEBFF,rgba(140,235,255,.1));border-radius:6px}
    .nov-head h2{color:#fff;font-family:'Plus Jakarta Sans','Inter',sans-serif;font-size:clamp(1.95rem,3vw,3rem);line-height:1.06;letter-spacing:-.035em;font-weight:800}
    .nov-head h2 .accent{color:var(--orange)}
    .nov-head p{color:rgba(255,255,255,.7);font-size:clamp(.98rem,1.05vw,1.12rem);font-weight:500;margin-top:8px;max-width:440px}
    .nov-nav{display:flex;gap:10px;flex:0 0 auto}
    .nov-arrow{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);color:#fff;cursor:pointer;transition:.2s ease;flex:0 0 auto}
    .nov-arrow:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4);transform:translateY(-2px)}
    .nov-arrow:disabled{opacity:.32;cursor:default;transform:none}
    .nov-arrow svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}

    .nov-track-wrap{width:var(--container);margin-inline:auto;position:relative;z-index:1}
    .nov-track{display:flex;gap:clamp(16px,1.6vw,24px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-block:6px 18px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
    .nov-track::-webkit-scrollbar{display:none}
    .nov-track.is-grabbing{scroll-snap-type:none;scroll-behavior:auto;cursor:grabbing}
    .nov-track.is-grabbing .nov-card{cursor:grabbing}
    .nov-track.is-grabbing .nov-media{cursor:grabbing}

    /* Flechas laterales superpuestas (desktop) */
    .nov-arrow-side{position:absolute;top:calc(50% - 9px);transform:translateY(-50%);z-index:6;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(10,24,46,.72);backdrop-filter:blur(6px);border:1px solid rgba(140,235,255,.28);color:#fff;cursor:pointer;transition:opacity .25s ease,background .2s ease,border-color .2s ease,transform .2s ease;box-shadow:0 10px 28px rgba(2,10,24,.5)}
    .nov-arrow-side.prev{left:-6px}
    .nov-arrow-side.next{right:-6px}
    .nov-arrow-side:hover{background:rgba(16,40,76,.92);border-color:rgba(140,235,255,.6);transform:translateY(-50%) scale(1.06)}
    .nov-arrow-side:disabled{opacity:0;pointer-events:none}
    .nov-arrow-side svg{width:22px;height:22px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}

    .nov-card{scroll-snap-align:start;flex:0 0 calc((100% - 3.4 * clamp(16px,1.6vw,24px)) / 4.4);min-width:228px;max-width:300px;display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,rgba(18,42,76,.6),rgba(9,24,46,.92));border:1px solid rgba(140,235,255,.14);box-shadow:0 20px 44px rgba(2,10,24,.46);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
    .nov-card:hover{transform:translateY(-6px);border-color:rgba(140,235,255,.34);box-shadow:0 28px 56px rgba(2,10,24,.6)}
    .nov-media{position:relative;aspect-ratio:4 / 5;background:radial-gradient(circle at 50% 38%,rgba(0,145,255,.22),transparent 68%),#0a1d38;overflow:hidden;cursor:zoom-in}
    .nov-media img,.nov-media video{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:2% 4%;filter:drop-shadow(0 18px 22px rgba(0,0,0,.5));transition:transform .22s ease;will-change:transform}
    .nov-media.zooming img,.nov-media.zooming video{transform:scale(1.7)}
    .nov-media img.nov-media-full{padding:0;object-fit:cover;filter:none}
    .nov-badge{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;color:#fff}
    .nov-badge.is-new{background:linear-gradient(135deg,var(--green),#1a7d36);box-shadow:0 6px 16px rgba(35,179,74,.36)}
    .nov-badge.is-hot{background:linear-gradient(135deg,var(--orange),var(--orange-2));box-shadow:0 6px 16px rgba(243,107,33,.4)}
    .nov-badge.is-stock{background:linear-gradient(135deg,#1F83FF,#123A7A);box-shadow:0 6px 16px rgba(31,131,255,.36)}
    .nov-body{display:flex;flex-direction:column;gap:6px;padding:16px 18px 18px;flex:1}
    .nov-brand{color:#8CEBFF;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
    .nov-name{color:#fff;font-family:'Plus Jakarta Sans','Inter',sans-serif;font-size:1.06rem;line-height:1.22;font-weight:750;margin-bottom:2px}
    .nov-pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:8px}
    .nov-price{color:#fff;font-size:1.34rem;font-weight:850;letter-spacing:-.02em}
    .nov-price small{font-size:.7rem;font-weight:700;color:rgba(255,255,255,.6);margin-right:2px;vertical-align:.35em}
    .nov-msi{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:8px;background:rgba(243,107,33,.16);border:1px solid rgba(243,107,33,.4);color:#FFB489;font-size:12px;font-weight:800;animation:msiPulse 2.8s ease-in-out infinite}
    @keyframes msiPulse{0%,100%{box-shadow:0 0 0 0 rgba(243,107,33,0)}50%{box-shadow:0 0 0 4px rgba(243,107,33,.12)}}
    .nov-note{color:rgba(255,255,255,.5);font-size:12px;font-weight:500;margin-top:2px}
    .nov-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:14px}
    .nov-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;border-radius:11px;background:var(--wa-green);color:#fff;font-size:14px;font-weight:850;transition:.2s ease}
    .nov-wa:hover{background:var(--wa-green-dark);transform:translateY(-1px)}
    .nov-wa svg{width:18px;height:18px;fill:currentColor}
    .nov-more{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:11px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:14px;font-weight:750;white-space:nowrap;transition:.2s ease}
    .nov-more:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.4)}

    @media (max-width:760px){
      .nov-head{flex-direction:column;align-items:flex-start}
      .nov-arrow-side{display:grid;width:40px;height:40px;opacity:.78;background:rgba(10,24,46,.6);box-shadow:0 6px 18px rgba(2,10,24,.4)}
      .nov-arrow-side.prev{left:2px}
      .nov-arrow-side.next{right:2px}
      .nov-arrow-side svg{width:18px;height:18px}
      .nov-arrow-side:disabled{opacity:0;pointer-events:none}
      .nov-card{flex-basis:78vw;max-width:320px}
    }
    @media (prefers-reduced-motion:reduce){
      .nov-track{scroll-behavior:auto}
      .nov-msi{animation:none}
      .nov-card{transition:none}
      .nov-media img,.nov-media video{transition:none}
      .nov-media.zooming img,.nov-media.zooming video{transform:none}
    }

    /* ─── MARCAS (banda automática) ──────────────────────────────────────────── */
    .brands{background:#fff;padding:clamp(40px,4.5vw,68px) 0 clamp(28px,3vw,44px)}
    .brands-head{text-align:center;margin-bottom:clamp(26px,3vw,40px);padding-inline:20px}
    .brands-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12.5px;margin-bottom:12px}
    .brands-kicker::before{content:"";width:22px;height:2px;border-radius:2px;background:var(--orange)}
    .brands-head h2{font-size:clamp(1.85rem,2.9vw,2.85rem);line-height:1.1;letter-spacing:-.03em;color:#0F1D3A;font-weight:850;margin-bottom:10px}
    .brands-head h2 .accent{color:var(--orange)}
    .brands-head p{font-size:clamp(.98rem,1.05vw,1.12rem);color:#526178;font-weight:500;max-width:620px;margin-inline:auto}
    .brands-marquee{position:relative;overflow:hidden;width:100%;
      -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
              mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
    .brands-track{display:flex;width:max-content;gap:clamp(28px,3.4vw,64px);align-items:center;
      animation:brandScroll 42s linear infinite;will-change:transform}
    .brands-marquee:hover .brands-track{animation-play-state:paused}
    .brand-item{flex:0 0 auto;display:grid;place-items:center;width:clamp(132px,12vw,176px);height:clamp(64px,6vw,88px);
      border-radius:14px;transition:transform .25s ease,box-shadow .25s ease;text-decoration:none}
    .brand-item img{max-width:100%;max-height:100%;object-fit:contain;
      transition:transform .25s ease;will-change:transform}
    .brand-item:hover img{transform:scale(1.06)}
    @keyframes brandScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
    @media (prefers-reduced-motion:reduce){.brands-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%}}

    /* ─── PROJECTS ───────────────────────────────────────────────────────────── */
    .projects{background:#fff;padding:clamp(42px,5vw,76px) 0}
    .section-head{text-align:center;margin-bottom:clamp(24px,3vw,38px)}
    .section-head h2{font-size:clamp(2.15rem,3.25vw,3.35rem);line-height:1.08;letter-spacing:-.035em;color:#0F1D3A;font-weight:850;margin-bottom:10px}
    .section-head p{font-size:clamp(1rem,1.1vw,1.16rem);color:#526178;font-weight:500}
    .project-grid{position:relative;z-index:2;width:var(--container);margin-inline:auto;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
    .project-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;text-align:left;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
    .project-card:hover{transform:translateY(-6px);border-color:rgba(31,78,163,.45);box-shadow:0 22px 44px rgba(15,23,42,.14)}
    .project-thumb{position:relative;aspect-ratio:1/1;overflow:hidden;background:#eef3fb}
    .project-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
    .project-card:hover .project-thumb img{transform:scale(1.07)}
    .project-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(4,30,61,.78));opacity:.9}
    .project-card h3{position:relative;margin:0;padding:13px 14px 14px;color:#102255;font-size:15px;line-height:1.22;font-weight:850;display:flex;align-items:center;gap:7px;min-height:60px}
    .project-card h3::before{content:"";flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 3px rgba(243,107,33,.16)}
    .project-cta{position:absolute;left:14px;bottom:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:12.5px;font-weight:800;letter-spacing:.01em;opacity:0;transform:translateY(6px);transition:.26s ease}
    .project-card:hover .project-cta{opacity:1;transform:translateY(0)}
    .project-cta svg{width:15px;height:15px;fill:currentColor}

    /* ─── FEATURED PRODUCTS ──────────────────────────────────────────────────── */
    .featured-products{background:linear-gradient(180deg,#fff 0%,#F7F9FC 100%);padding:clamp(48px,6vw,86px) 0;border-top:1px solid var(--line)}

    /* section header with reveal animation */
    .featured-head{width:var(--container);margin-inline:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:clamp(26px,3vw,42px);overflow:hidden}
    .featured-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px}
    .featured-kicker:before{content:"";width:34px;height:2px;background:var(--blue);border-radius:99px}
    .featured-head h2{max-width:760px;color:#0F1D3A;font-size:clamp(2.35rem,3.55vw,3.65rem);line-height:1.08;letter-spacing:-.04em;font-weight:850;margin-bottom:10px}
    .featured-head p{max-width:690px;color:#526178;font-size:clamp(1.04rem,1.15vw,1.22rem);line-height:1.55;font-weight:500}
    .featured-copy{opacity:0;transform:translateX(-36px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.8,.2,1)}
    .featured-head.reveal .featured-copy{opacity:1;transform:translateX(0)}
    .featured-all{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 26px;border-radius:999px;border:1.5px solid rgba(243,107,33,.62);color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-2));box-shadow:0 16px 34px rgba(31,78,163,.18);font-weight:850;white-space:nowrap;opacity:0;transform:translateX(28px);transition:opacity .72s ease .12s,transform .72s cubic-bezier(.2,.8,.2,1) .12s;animation:catalogPulse 3.8s ease-in-out infinite}
    .featured-all:after{content:"";position:absolute;inset:-2px;width:42%;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,0) 16%,rgba(255,255,255,.46) 50%,rgba(255,255,255,0) 84%,transparent 100%);transform:translateX(-145%) skewX(-18deg);animation:catalogShine 4.2s ease-in-out infinite;pointer-events:none}
    .featured-all:hover{color:#fff;background:linear-gradient(135deg,var(--orange),var(--orange-2));border-color:rgba(255,255,255,.38);box-shadow:0 22px 42px rgba(243,107,33,.26);transform:translateY(-2px)}
    .featured-head.reveal .featured-all{opacity:1;transform:translateX(0)}
    @keyframes catalogPulse{0%,100%{box-shadow:0 16px 34px rgba(31,78,163,.18),0 0 0 0 rgba(243,107,33,.14)}50%{box-shadow:0 18px 38px rgba(31,78,163,.22),0 0 0 7px rgba(243,107,33,.075)}}
    @keyframes catalogShine{0%,26%{transform:translateX(-145%) skewX(-18deg);opacity:0}42%{opacity:.85}64%,100%{transform:translateX(260%) skewX(-18deg);opacity:0}}

    .featured-grid{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}

    /* ─── PRODUCT CARD BASE ──────────────────────────────────────────────────── */
    .product-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 34px rgba(15,23,42,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
    .product-card:hover{transform:translateY(-6px);border-color:rgba(31,78,163,.34);box-shadow:0 24px 52px rgba(15,23,42,.13)}
    .product-badge{position:relative;z-index:4;width:max-content;height:30px;display:inline-flex;align-items:center;margin:18px 18px 0;padding:0 12px;border-radius:999px;background:rgba(243,107,33,.10);color:var(--orange);border:1px solid rgba(243,107,33,.20);font-size:11.5px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
    /* Estado AGOTADO */
    .product-badge.is-soldout{background:rgba(120,132,150,.16);color:#54627A;border-color:rgba(120,132,150,.34)}
    .product-card.is-soldout .product-media{position:relative}
    .product-card.is-soldout .product-media img.product-photo,
    .product-card.is-soldout .product-media img.product-hover{filter:grayscale(82%) saturate(.5) opacity(.66)}
    .product-card.is-soldout:hover{transform:none}
    .product-card.is-soldout .product-price .price-now{color:#54627A}
    .soldout-stamp{position:absolute;top:50%;left:50%;z-index:5;transform:translate(-50%,-50%) rotate(-8deg);padding:7px 20px;border:2.5px solid rgba(220,85,22,.9);color:#DC5516;background:rgba(255,255,255,.86);border-radius:10px;font-weight:900;font-size:15px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 22px rgba(15,23,42,.16);pointer-events:none}
    .quote.is-soldout-btn{background:#5A6878 !important;cursor:default}
    .quote.is-soldout-btn:hover{background:#4C5868 !important;transform:none}
    .product-media{position:relative;height:255px;display:grid;place-items:center;padding:10px 14px 8px;overflow:hidden;background:radial-gradient(circle at 50% 70%,rgba(31,78,163,.16),transparent 45%),linear-gradient(180deg,#F7FAFF,#FFFFFF)}
    .product-media svg{width:min(92%,190px);height:170px;filter:drop-shadow(0 18px 18px rgba(15,23,42,.16))}
    .product-media img.product-photo{width:100%;height:100%;object-fit:contain;object-position:center bottom;padding:2px 0 0;transform:scale(1.18);transform-origin:center bottom;filter:drop-shadow(0 20px 20px rgba(15,23,42,.18)) saturate(1.06) contrast(1.05);transition:transform .38s ease,filter .38s ease,opacity .26s ease;will-change:transform,opacity}
    .product-media img.product-hover{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;padding:16px 10px 10px;opacity:0;transform:scale(1.06);transform-origin:center;filter:drop-shadow(0 22px 22px rgba(15,23,42,.22)) saturate(1.08) contrast(1.07);transition:opacity .28s ease,transform .38s ease,filter .38s ease;will-change:transform,opacity}
    .product-card:hover .product-media img.product-photo{opacity:0;transform:scale(1.24)}
    .product-card:hover .product-media img.product-hover{opacity:1;transform:scale(1.18);filter:drop-shadow(0 26px 26px rgba(15,23,42,.25)) saturate(1.1) contrast(1.08)}
    .product-body{padding:18px}
    .product-body h3{display:inline-flex;align-items:center;justify-content:center;text-align:center;width:100%;min-height:46px;padding:10px 13px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;font-family:'Plus Jakarta Sans','Inter',system-ui,sans-serif;font-size:16.5px;line-height:1.16;font-weight:800;letter-spacing:-.012em;margin-bottom:12px;box-shadow:0 12px 26px rgba(31,78,163,.18)}
    .product-ideal{color:var(--muted);font-size:14px;line-height:1.45;min-height:40px;margin-bottom:14px}
    .product-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:2px 0 14px}
    .price-old{color:#98A2B3;font-size:14px;font-weight:750;text-decoration:line-through}
    .price-now{color:var(--orange);font-size:clamp(22px,1.55vw,25px);line-height:1;font-weight:900;letter-spacing:-.035em}
    .price-note{color:#667085;font-size:12.5px;font-weight:650}
    .product-points{list-style:none;display:grid;gap:8px;margin-bottom:18px}
    .product-points li{display:flex;gap:8px;align-items:flex-start;color:#344054;font-size:13.5px;line-height:1.35;font-weight:600}
    .product-points li:before{content:"";width:7px;height:7px;margin-top:6px;border-radius:50%;background:var(--green);flex:0 0 7px}
    .product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}
    .product-actions a{height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;font-size:14px;font-weight:850;transition:.2s ease;width:100%;touch-action:manipulation}
    .product-actions .info{color:var(--blue);background:#F2F7FF;border:1px solid #D9E7FF}
    .product-actions .info:hover{background:#E9F2FF;transform:translateY(-1px)}

    /* ─── CARD OVERRIDES: SHARED BADGE STYLE (marvel / l100 / mbase / m5plus) ─ */
    .featured-marvel .product-media,
    .product-card.featured-l100 .product-media,
    .product-card.featured-mbase .product-media,
    .product-card.featured-m5plus .product-media{position:relative;overflow:hidden}

    .featured-marvel .product-badge,
    .product-card.featured-l100 .product-media .product-badge,
    .product-card.featured-mbase .product-media .product-badge,
    .product-card.featured-m5plus .product-media .product-badge{
      position:absolute;right:18px;bottom:18px;left:auto;top:auto;margin:0;z-index:8;
      height:32px;display:inline-flex;align-items:center;width:max-content;
      padding:0 13px;border-radius:999px;
      background:rgba(243,107,33,.92);color:#fff;
      border:1px solid rgba(255,255,255,.32);
      box-shadow:0 14px 28px rgba(243,107,33,.30);
      backdrop-filter:blur(10px);
      font-size:11.5px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;
    }
    .featured-marvel .product-badge:before,
    .product-card.featured-l100 .product-media .product-badge:before,
    .product-card.featured-mbase .product-media .product-badge:before,
    .product-card.featured-m5plus .product-media .product-badge:before{
      content:"";width:6px;height:6px;border-radius:50%;background:#fff;opacity:.85;
      margin-right:7px;display:inline-block;flex:0 0 6px;
    }

    /* shared img base for special cards */
    .product-card.featured-mbase .product-media img.product-photo,
    .product-card.featured-mbase .product-media img.product-hover,
    .product-card.featured-m5plus .product-media img.product-photo,
    .product-card.featured-m5plus .product-media img.product-hover{
      width:100%;height:100%;object-fit:contain;object-position:center center;
      transition:opacity .28s ease,transform .38s ease,filter .38s ease;
      filter:drop-shadow(0 18px 20px rgba(15,23,42,.18)) saturate(1.05) contrast(1.04);
      transform-origin:center center;will-change:opacity,transform;
    }

    /* ─── MARVEL (desktop base — hover override applied in @media min-width:761px) ─ */
    .featured-marvel .product-media{height:300px;padding:18px}
    .featured-marvel .product-media img.product-photo{width:100%;height:100%;object-fit:contain;object-position:center center;padding:0;opacity:1;transform:scale(1.00);transform-origin:center center;transition:opacity .28s ease,transform .38s ease,filter .38s ease}
    .featured-marvel .product-media img.product-hover{width:100%;height:100%;object-fit:contain;object-position:center center;padding:22px 20px;opacity:0;transform:scale(.90);transform-origin:center center;transition:opacity .28s ease,transform .38s ease,filter .38s ease}
    .featured-marvel:hover .product-media img.product-photo{opacity:0;transform:scale(1.04)}
    .featured-marvel:hover .product-media img.product-hover{opacity:1;transform:scale(.98)}

    /* ─── L100 (base) ─────────────────────────────────────────────────────────── */
    .product-card.featured-l100 .product-media{height:286px;padding:12px 12px 6px}
    .product-card.featured-l100 .product-media img.product-photo,
    .product-card.featured-l100 .product-media img.product-hover{
      width:100%;height:100%;object-fit:contain;object-position:center center;
      transition:opacity .28s ease,transform .38s ease,filter .38s ease;
      filter:drop-shadow(0 18px 20px rgba(15,23,42,.18)) saturate(1.05) contrast(1.04);
      transform-origin:center center;will-change:opacity,transform;
    }
    .product-card.featured-l100 .product-media img.product-photo{padding:4px 6px 0;transform:scale(.90);opacity:1}
    .product-card.featured-l100 .product-media img.product-hover{position:absolute;inset:0;padding:24px 22px;transform:scale(.84);opacity:0}

    /* ─── MBASE (base) ────────────────────────────────────────────────────────── */
    .product-card.featured-mbase .product-media{height:308px;padding:6px 10px 6px}
    .product-card.featured-mbase .product-media img.product-photo{padding:0;transform:scale(.96);opacity:1}
    .product-card.featured-mbase .product-media img.product-hover{position:absolute;inset:0;padding:18px 18px;transform:scale(.92);opacity:0}
    .product-card.featured-mbase:hover .product-media img.product-photo{opacity:0}
    .product-card.featured-mbase:hover .product-media img.product-hover{opacity:1;transform:scale(1.00);filter:drop-shadow(0 24px 24px rgba(15,23,42,.22)) saturate(1.08) contrast(1.07)}

    /* ─── M5 PLUS (base) ─────────────────────────────────────────────────────── */
    .product-card.featured-m5plus .product-media{height:308px;padding:6px 10px 6px}
    .product-card.featured-m5plus .product-media img.product-photo{padding:0;transform:translateY(-22px) scale(.95);opacity:1}
    .product-card.featured-m5plus .product-media img.product-hover{position:absolute;inset:0;padding:18px 18px;transform:scale(.92);opacity:0}
    .product-card.featured-m5plus:hover .product-media img.product-photo{opacity:0}
    .product-card.featured-m5plus:hover .product-media img.product-hover{opacity:1;transform:scale(1.00);filter:drop-shadow(0 24px 24px rgba(15,23,42,.22)) saturate(1.08) contrast(1.07)}

    /* ─── VALUES ─────────────────────────────────────────────────────────────── */
    .values{display:none;background:var(--bg);padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .values-grid{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
    .value-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;box-shadow:0 8px 20px rgba(15,23,42,.04)}
    .value-icon{width:46px;height:46px;border-radius:13px;background:var(--blue-soft);display:grid;place-items:center;flex:0 0 46px}
    .value-icon svg{width:23px;height:23px;stroke:var(--blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .value-card strong{display:block;font-size:15.5px;color:#172033;margin-bottom:2px}
    .value-card span{display:block;font-size:13px;color:var(--muted);line-height:1.35}

    /* ─── STATS ──────────────────────────────────────────────────────────────── */
    .stats{background:var(--night);color:#fff;border-top:1px solid rgba(255,255,255,.10)}
    .stats-grid{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
    .stat{min-height:122px;padding:24px 22px;display:flex;align-items:center;gap:16px;border-left:1px solid rgba(255,255,255,.14)}
    .stat:first-child{border-left:0}
    .stat-number{font-size:clamp(2.45rem,3.25vw,3.35rem);line-height:1;font-weight:850;color:#FF8A3D;letter-spacing:-.035em;min-width:104px;text-align:center}
    .stat-number span{font:inherit;color:inherit;font-size:inherit;line-height:inherit}
    .stat strong{display:block;font-size:clamp(1.05rem,1.25vw,1.28rem);line-height:1.18;margin-bottom:4px}
    .stat > div:not(.stat-number) > span{font-size:14px;color:rgba(255,255,255,.68)}

    /* ─── DESKTOP CARD TRANSFORMS (min-width: 761px) ─────────────────────────── */
    @media (min-width:761px){
      .hero-products{min-height:0;padding-bottom:0}
      .product-showcase{height:auto;aspect-ratio:4 / 5}
      .product-showcase img{transform:none}

      /* marvel */
      .featured-marvel .product-media img.product-photo{transform:scale(1.00)}
      .featured-marvel:hover .product-media img.product-photo{opacity:0;transform:scale(1.04)}
      .featured-marvel .product-media img.product-hover{transform:scale(.90);padding:22px 20px}
      .featured-marvel:hover .product-media img.product-hover{opacity:1;transform:scale(.98)}

      /* l100 */
      .product-card.featured-l100 .product-media img.product-photo{transform:translateY(-6px) scale(1.03)}
      .product-card.featured-l100:hover .product-media img.product-photo{opacity:0;transform:translateY(-6px) scale(1.07)}
      .product-card.featured-l100 .product-media img.product-hover{transform:scale(.97)}
      .product-card.featured-l100:hover .product-media img.product-hover{opacity:1;transform:scale(1.03)}

      /* mbase */
      .product-card.featured-mbase .product-media img.product-photo{transform:translateY(-82px) scale(.84)}
      .product-card.featured-mbase:hover .product-media img.product-photo{opacity:0;transform:translateY(-82px) scale(.88)}
      .product-card.featured-mbase .product-media img.product-hover{padding:18px 18px;transform:scale(.92)}
      .product-card.featured-mbase:hover .product-media img.product-hover{transform:scale(1.00)}

      /* m5 plus */
      .product-card.featured-m5plus .product-media img.product-photo{transform:translateY(-6px) scale(.82)}
      .product-card.featured-m5plus:hover .product-media img.product-photo{opacity:0;transform:translateY(-6px) scale(.86)}
      .product-card.featured-m5plus .product-media img.product-hover{transform:scale(.82)}
      .product-card.featured-m5plus:hover .product-media img.product-hover{transform:scale(.90)}

      /* product actions: two columns on desktop */
      .featured-products .product-actions,
      .product-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:center;width:100%}
      .featured-products .product-actions a,
      .product-actions a{width:100%;max-width:none;min-width:0;margin:0}
    }

    @media (min-width:1181px){
      .product-showcase{width:min(100%,480px);height:auto;aspect-ratio:4 / 5}
      .product-showcase img{transform:none}
    }
    @media (min-width:1500px){
      :root{--container:min(100% - clamp(72px,7vw,140px),1360px)}
      .hero-inner{grid-template-columns:minmax(460px,1.05fr) minmax(440px,.95fr)}
    }

    /* ─── BREAKPOINT 1180px ──────────────────────────────────────────────────── */
    @media (max-width:1180px){
      .links{display:none}
      .hero-inner{grid-template-columns:1fr 1fr;gap:30px}
      .hero h1{font-size:clamp(2.35rem,4vw,3.45rem)}
      .hero-products{min-height:0}.product-showcase{height:auto;aspect-ratio:4 / 5;width:min(100%,420px)}
      .project-grid{grid-template-columns:repeat(3,1fr)}
      .values-grid{grid-template-columns:repeat(2,1fr)}
      .benefit-grid{grid-template-columns:repeat(2,1fr)}
      .benefit:nth-child(3){border-left:0}
      .featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .featured-head{align-items:flex-start;flex-direction:column}
    }

    /* ─── BREAKPOINT 860px ───────────────────────────────────────────────────── */
    @media (max-width:860px){
      :root{--container:min(100% - 28px,1280px)}
      
      .nav-inner{height:74px}.brand img{height:46px}
      .hero{min-height:auto;padding-top:74px}
      .hero-inner{grid-template-columns:1fr;min-height:auto;padding:32px 0 0}
      .hero h1{font-size:clamp(2.25rem,11vw,3.45rem);max-width:540px}
      .lead{font-size:1rem;max-width:450px}
      .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.btn{width:100%;height:50px}
      .hero-products{min-height:0;margin-top:8px;overflow:visible}.product-showcase{width:min(82%,360px);height:auto;aspect-ratio:4 / 5;margin-inline:auto;justify-self:center}
      .product-showcase img{transform:none}
      .info-btn{left:50%;right:auto;bottom:14px;transform:translateX(-50%);height:40px}
      .hero-benefits{position:relative;background:var(--night);backdrop-filter:none}
      .benefit-grid{grid-template-columns:1fr}.benefit{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding:16px 0}.benefit:first-child{border-top:0}
      .projects{padding:34px 0 18px}.project-grid{grid-template-columns:repeat(2,1fr);gap:12px}
      .project-card{border-radius:14px}.project-card h3{font-size:13px;padding:11px 11px 12px;min-height:54px}
      .values{padding:14px 0}.values-grid{grid-template-columns:1fr;gap:10px}
      .stats-grid{grid-template-columns:1fr}.stat{border-left:0;border-top:1px solid rgba(255,255,255,.12);min-height:86px;padding:18px 0}.stat:first-child{border-top:0}
    }

    /* ─── BREAKPOINT 760px (MOBILE) ──────────────────────────────────────────── */
    @media (max-width:760px){
      /* nav */
      
      .brand img,.logo,.logo-white,.logo-blue{max-height:58px}

      /* hero */
      .hero{padding-top:42px}
      /* móvil: quitar imagen de fondo + quitar círculos concéntricos, dejar azul navy plano */
      .hero:before{
        background:
          radial-gradient(ellipse at 50% 38%,rgba(24,93,185,.32),transparent 58%),
          linear-gradient(180deg,#061428 0%,#0A2244 55%,#061428 100%) !important;
        background-size:auto,auto !important;
        background-position:center,center !important;
        background-repeat:no-repeat,no-repeat !important;
      }
      .hero:after{display:none !important}
      .hero h1,.hero-title{
        font-family:"Manrope", "Inter", system-ui, sans-serif;
        font-weight:800;font-size:clamp(2.58rem,10vw,3.58rem);
        line-height:1.08;letter-spacing:-.055em;
      }
      .hero p,.hero-copy,.hero-subtitle{
        font-family:"Manrope", "Inter", system-ui, sans-serif;
        font-weight:600;font-size:clamp(.98rem,3.75vw,1.18rem);
        line-height:1.62;letter-spacing:-.01em;
      }
      .hero-checks li,.check-list li{font-size:clamp(1rem,3.85vw,1.18rem);line-height:1.36}
      .hero-actions .btn,.hero-actions a{font-size:1.05rem;min-height:54px}
      .eyebrow,.eyebrow-word,.tagline{font-size:.82rem;letter-spacing:.18em}
      .hero-products{min-height:0;overflow:visible}
      .product-showcase{width:min(88%,400px);height:auto;aspect-ratio:4 / 5;display:grid;place-items:center}
      .product-showcase img{object-fit:contain;object-position:center;transform:none;transform-origin:center center}

      /* hero actions */
      .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
      .hero-actions .btn.btn-primary{padding-inline:20px;min-height:52px}
      .wa-btn-icon{width:21px;height:21px;flex-basis:21px}

      /* sections */
      .section-title,.featured-head h2,.proof-copy h2{font-size:clamp(2.05rem,8vw,2.75rem);line-height:1.08}
      .featured-head{margin-bottom:22px}
      .featured-head p,.proof-copy p,.product-ideal,.testimonial-card p{font-size:.96rem;line-height:1.55}

      /* featured grid: single column */
      .featured-grid{grid-template-columns:1fr}

      /* product card body */
      .product-body{padding-inline:22px}
      .product-body h3{font-size:1.23rem;line-height:1.12;letter-spacing:-.025em;justify-content:center;text-align:center}
      .product-points li{font-size:.94rem;line-height:1.38}
      .product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center;width:100%;margin-top:18px}
      .product-actions a{width:100%;max-width:none;min-width:0;margin:0;height:48px;min-height:48px;padding:0 12px;border-radius:12px;font-size:14px;line-height:1;white-space:nowrap}
      .product-actions .quote .wa-btn-icon{width:20px;height:20px;flex-basis:20px}

      /* badge */
      .product-badge{margin:18px 24px 0;height:32px;padding:0 14px;font-size:12px}
      .featured-marvel .product-badge,
      .product-card.featured-l100 .product-media .product-badge,
      .product-card.featured-mbase .product-media .product-badge,
      .product-card.featured-m5plus .product-media .product-badge{right:14px;bottom:14px;height:30px;padding:0 12px;font-size:10.8px}

      /* product price: vertical stack */
      .product-price{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin:18px 0;width:100%}
      .product-price .price-old{display:block;width:100%;font-size:1.02rem;line-height:1.05;color:#9AA3AF;text-align:left}
      .product-price .price-now{display:block;width:100%;font-size:clamp(1.72rem,6.4vw,2.08rem);line-height:1.08;letter-spacing:-.035em;color:var(--orange);text-align:left;white-space:normal;word-break:keep-all}
      .product-price .price-note{display:block;width:100%;margin:0;font-size:.88rem;line-height:1.2;color:#667085;text-align:left;font-weight:850;letter-spacing:.01em}

      /* MARVEL mobile */
      .featured-marvel .product-media{height:360px;padding:18px 12px;display:grid;place-items:center}
      .featured-marvel .product-media img.product-photo{width:100%;height:100%;object-fit:contain;object-position:center center;padding:0;opacity:1;transform:none;transform-origin:center center}
      .featured-marvel .product-media img.product-hover{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center center;padding:28px 18px;opacity:0;transform:scale(.96);transform-origin:center center}
      .featured-marvel:hover .product-media img.product-photo{opacity:1;transform:none}
      .featured-marvel:hover .product-media img.product-hover{opacity:0;transform:scale(.96)}
      .featured-marvel.image-swapped .product-media img.product-photo,
      .featured-marvel.image-swapped:hover .product-media img.product-photo{opacity:0;transform:scale(.96)}
      .featured-marvel.image-swapped .product-media img.product-hover,
      .featured-marvel.image-swapped:hover .product-media img.product-hover{opacity:1;transform:scale(1.03)}

      /* L100 mobile */
      .product-card.featured-l100 .product-media{height:314px;padding:12px 12px 8px}
      .product-card.featured-l100 .product-media img.product-photo{padding:2px 4px 0;transform:scale(.92);opacity:1}
      .product-card.featured-l100 .product-media img.product-hover{padding:26px 20px;transform:scale(.88);opacity:0}
      .product-card.featured-l100:hover .product-media img.product-photo{opacity:1;transform:scale(.92)}
      .product-card.featured-l100:hover .product-media img.product-hover{opacity:0;transform:scale(.88)}
      .product-card.featured-l100.image-swapped .product-media img.product-photo,
      .product-card.featured-l100.image-swapped:hover .product-media img.product-photo{opacity:0;transform:scale(.88)}
      .product-card.featured-l100.image-swapped .product-media img.product-hover,
      .product-card.featured-l100.image-swapped:hover .product-media img.product-hover{opacity:1;transform:scale(.96)}

      /* MBASE mobile */
      .product-card.featured-mbase .product-media{height:342px;padding:8px 10px 6px;overflow:hidden}
      .product-card.featured-mbase .product-media img.product-photo{object-fit:contain;object-position:center center;transform:translateY(-64px) scale(.80)}
      .product-card.featured-mbase:hover .product-media img.product-photo{opacity:1;transform:translateY(-64px) scale(.80)}
      .product-card.featured-mbase.image-swapped .product-media img.product-photo,
      .product-card.featured-mbase.image-swapped:hover .product-media img.product-photo{opacity:0;transform:translateY(-64px) scale(.77)}
      .product-card.featured-mbase .product-media img.product-hover{padding:26px 20px;transform:scale(.88)}
      .product-card.featured-mbase.image-swapped .product-media img.product-hover,
      .product-card.featured-mbase.image-swapped:hover .product-media img.product-hover{opacity:1;transform:scale(.96)}

      /* M5 PLUS mobile */
      .product-card.featured-m5plus .product-media{height:342px;padding:8px 10px 6px;overflow:hidden}
      .product-card.featured-m5plus .product-media img.product-photo{object-fit:contain;object-position:center center;transform:translateY(-28px) scale(.80)}
      .product-card.featured-m5plus:hover .product-media img.product-photo{opacity:1;transform:translateY(-28px) scale(.80)}
      .product-card.featured-m5plus.image-swapped .product-media img.product-photo,
      .product-card.featured-m5plus.image-swapped:hover .product-media img.product-photo{opacity:0;transform:translateY(-28px) scale(.76)}
      .product-card.featured-m5plus .product-media img.product-hover{padding:26px 20px;transform:scale(.86)}
      .product-card.featured-m5plus.image-swapped .product-media img.product-hover,
      .product-card.featured-m5plus.image-swapped:hover .product-media img.product-hover{opacity:1;transform:scale(.94)}

      /* stats / social */
      .testimonial-card h3{font-size:1.18rem}
      
    }

    /* ─── BREAKPOINT 460px ───────────────────────────────────────────────────── */
    @media (max-width:460px){
      .brand img{height:42px;max-width:178px}
      .eyebrow:before{width:26px;margin-right:8px}.eyebrow-track{gap:8px;padding:7px 10px}.eyebrow-word{font-size:11px;letter-spacing:.11em}.eyebrow i{width:4px;height:4px}
      .checks li{font-size:.93rem}.check-dot{width:21px;height:21px;flex-basis:21px}
      .hero-products{min-height:0}.product-showcase{width:min(90%,360px);height:auto;aspect-ratio:4 / 5}
      .waf{width:56px;height:56px;right:18px;bottom:18px}
    }

    /* ─── BREAKPOINT 430px ───────────────────────────────────────────────────── */
    @media (max-width:430px){
      .hero-products{min-height:0}
      .product-showcase{height:auto;aspect-ratio:4 / 5;width:min(92%,350px)}
      .product-showcase img{transform:none}
      .featured-marvel .product-media{height:clamp(360px,96vw,430px)}
      .product-price .price-now{font-size:clamp(1.66rem,6.25vw,1.95rem)}
      .product-price .price-old{font-size:.96rem}
      .product-price .price-note{font-size:.84rem}
      .hero h1,.hero-title{font-size:clamp(2.58rem,10vw,3.58rem)}
      .hero p,.hero-copy,.hero-subtitle{font-size:1.05rem}
      .product-body h3{font-size:1.15rem}
    }

    /* ─── BREAKPOINT 380px ───────────────────────────────────────────────────── */
    @media (max-width:380px){
      .featured-products .product-actions a,.product-actions a{font-size:13px;padding-inline:8px}
      .product-actions .quote .wa-btn-icon,.featured-products .product-actions .quote .wa-btn-icon{width:18px;height:18px;flex-basis:18px}
    }

    /* ─── SOCIAL PROOF / CONTACT / FOOTER ──────────────────────────────────── */

    .social-proof{background:#F6F8FC;padding:92px 0 72px;position:relative;overflow:hidden}
    .social-proof:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 12%,rgba(31,78,163,.08),transparent 28%),linear-gradient(90deg,rgba(31,78,163,.035) 1px,transparent 1px),linear-gradient(rgba(31,78,163,.035) 1px,transparent 1px);background-size:auto,70px 70px,70px 70px;opacity:.55;pointer-events:none}
    .proof-shell{width:var(--container);margin-inline:auto;position:relative;z-index:1}
    .proof-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.86fr);gap:38px;align-items:center;margin-bottom:44px}
    .proof-kicker,.contact-kicker{display:inline-flex;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.06em;font-size:13px;margin-bottom:12px}
    .proof-copy h2{font-size:clamp(2.35rem,4.1vw,4.4rem);line-height:.98;letter-spacing:-.055em;color:#071426;margin:0 0 18px;font-weight:900}
    .proof-copy p{max-width:670px;color:#64748B;font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.65}
    .proof-metrics{display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.88);border:1px solid rgba(31,78,163,.12);box-shadow:0 18px 46px rgba(15,23,42,.08);border-radius:24px;overflow:hidden;backdrop-filter:blur(12px)}
    .proof-metric{min-height:140px;display:grid;place-items:center;text-align:center;padding:22px 14px 18px;border-left:1px solid rgba(31,78,163,.10);gap:3px}
    .proof-metric:first-child{border-left:0}
    .metric-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:8px;background:rgba(243,107,33,.10);color:var(--orange);transition:transform .25s ease}
    .proof-metric:hover .metric-icon{transform:translateY(-3px) scale(1.05)}
    .metric-icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
    .metric-icon.mi-rating{background:rgba(245,158,11,.12);color:#F59E0B}
    .metric-icon.mi-people{background:rgba(31,131,255,.12);color:#1F83FF}
    .metric-icon.mi-ship{background:rgba(35,179,74,.12);color:#1a9d40}
    .metric-icon.mi-support{background:rgba(243,107,33,.12);color:var(--orange)}
    .google-g svg{stroke:none;fill:revert;width:36px;height:36px;transform:none;overflow:visible}
    .google-g{display:flex;align-items:center;justify-content:center;line-height:1}
    .proof-metric strong{display:block;color:#0F172A;font-weight:850;font-size:15px;line-height:1.15}
    .proof-metric span:not(.metric-icon):not(.stars){font-size:13px;color:#64748B;line-height:1.25}
    .stars,.rating-stars{color:#F59E0B;letter-spacing:.12em;font-size:14px}
    .testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
    .testimonial-card{min-height:360px;background:#fff;border:1px solid rgba(31,78,163,.12);border-radius:24px;padding:28px;box-shadow:0 20px 50px rgba(15,23,42,.08);display:flex;flex-direction:column;position:relative;overflow:hidden}
    .testimonial-card.is-review .google-verified{margin-top:4px}
    .testimonial-card.is-review p{font-size:19px;line-height:1.55;color:#2C3A4F;font-weight:500;margin-top:6px}
    .testimonial-card.is-review .rating-stars{font-size:20px;margin:6px 0 4px}
    .testimonial-card:before{content:"";position:absolute;inset:-80px auto auto -60px;width:180px;height:180px;background:radial-gradient(circle,rgba(31,78,163,.08),transparent 68%);pointer-events:none}
    .quote-mark{font-size:72px;line-height:.7;color:rgba(31,78,163,.16);font-family:Georgia,serif;margin-bottom:4px}
    .testimonial-card h3{color:#102255;font-size:22px;line-height:1.15;font-weight:900;letter-spacing:-.035em;margin-bottom:18px}
    .testimonial-card p{color:#64748B;font-size:16px;line-height:1.7;margin-bottom:24px}
    .testimonial-author{display:flex;align-items:center;gap:14px;margin-top:auto}
    .author-avatar{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#EAF1FF,#fff);border:1px solid rgba(31,78,163,.14);color:var(--blue);font-weight:900}
    .author-avatar.business{background:linear-gradient(135deg,#EEF7F2,#fff);color:#159947}
    .author-avatar.dark{background:#071426;color:#fff}
    .author-avatar svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .testimonial-author strong{display:block;color:#0F172A;font-size:15.5px;font-weight:900}
    .testimonial-author span{display:block;color:#64748B;font-size:13.5px;margin-top:3px}
    /* Foto de campo dentro del testimonio */
    .testi-photo{position:relative;margin:-28px -28px 20px;aspect-ratio:4/3;overflow:hidden}
    .testi-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
    .testimonial-card:hover .testi-photo img{transform:scale(1.05)}
    .testi-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(15,23,42,.28))}
    /* Insignia reseña verificada de Google */
    .google-verified{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;margin-bottom:14px;padding:5px 11px 5px 8px;border-radius:999px;background:#fff;border:1px solid rgba(31,78,163,.16);box-shadow:0 4px 12px rgba(15,23,42,.06);font-size:12px;font-weight:700;color:#3C4759}
    .google-verified svg{width:16px;height:16px;flex:0 0 auto}
    .google-verified b{color:#0F172A;font-weight:850}
    /* Logo de empresa cliente en el avatar */
    .author-logo{width:auto;height:30px;display:block}
    .author-avatar.has-photo{padding:0;overflow:hidden;background:none;border:2px solid rgba(31,78,163,.16)}
    .author-avatar.has-photo img{width:100%;height:100%;object-fit:cover}
    .author-avatar.logo-box{width:auto;min-width:56px;padding:0 12px;border-radius:14px;background:#fff;border:1px solid rgba(31,78,163,.14)}
    .proyecto-tag{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;margin-bottom:14px;padding:5px 13px;border-radius:999px;background:rgba(243,107,33,.08);border:1px solid rgba(243,107,33,.2);box-shadow:0 4px 12px rgba(15,23,42,.05);font-size:12px;font-weight:850;color:var(--orange);text-transform:uppercase;letter-spacing:.04em}
    .proyecto-tag::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange)}
    .rating-card{background:linear-gradient(180deg,#fff,#F9FBFF)}
    .rating-number{font-size:76px;line-height:.95;color:#071426;font-weight:900;letter-spacing:-.05em;margin-bottom:4px}
    .rating-stars{font-size:32px;margin-bottom:22px}

    .final-contact{background:#F6F8FC;padding:46px 0 92px}
    .contact-shell{width:var(--container);margin-inline:auto;position:relative;min-height:700px;border-radius:32px;overflow:hidden;background:#071426;box-shadow:0 30px 80px rgba(7,20,38,.24)}
    .contact-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,38,.98) 0%,rgba(7,20,38,.92) 36%,rgba(7,20,38,.58) 66%,rgba(7,20,38,.42) 100%),linear-gradient(180deg,rgba(7,20,38,.12),rgba(7,20,38,.66)),url("../img/inicio-02.webp") center/cover no-repeat;filter:saturate(1.08) contrast(1.04)}
    .contact-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 28%,rgba(31,131,255,.22),transparent 30%),linear-gradient(rgba(140,235,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(140,235,255,.045) 1px,transparent 1px);background-size:auto,72px 72px,72px 72px;mix-blend-mode:screen;opacity:.55}
    .contact-content{position:relative;z-index:1;padding:54px 56px 44px;color:#fff;min-height:700px;display:flex;flex-direction:column}
    .contact-brand{display:flex;align-items:center;gap:12px;margin-bottom:56px}
    .brand-mark{width:42px;height:42px;border-radius:50%;border:2px solid var(--orange);color:var(--orange);display:grid;place-items:center;font-weight:900;font-size:24px}
    .contact-brand strong{display:block;font-size:26px;line-height:1;color:#fff;letter-spacing:-.035em}
    .contact-brand span{display:block;color:rgba(255,255,255,.72);font-size:12px;margin-top:3px}
    .contact-content h2{font-size:clamp(2.65rem,5.25vw,5.8rem);line-height:.98;font-weight:900;letter-spacing:-.065em;color:#fff;margin:0 0 22px;max-width:760px}
    .contact-content h2 span{color:var(--orange)}
    .contact-content>p{font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.65;color:rgba(255,255,255,.84);max-width:650px;margin-bottom:30px}
    .contact-actions{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:44px}
    .contact-actions a{height:58px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 26px;border-radius:13px;font-weight:850;font-size:16px;transition:.22s ease}
    .contact-actions svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
    .contact-primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 18px 36px rgba(243,107,33,.28)}
    .contact-primary:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(243,107,33,.34)}
    .contact-secondary{color:#fff;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.045);backdrop-filter:blur(12px)}
    .contact-secondary:hover{background:rgba(255,255,255,.11);transform:translateY(-2px)}
    .contact-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:1020px;border:1px solid rgba(255,255,255,.16);border-radius:19px;background:rgba(5,15,30,.56);backdrop-filter:blur(18px);overflow:hidden;margin-top:auto}
    .contact-info-card{min-height:94px;display:flex;align-items:center;gap:15px;padding:18px 22px;color:#fff;border-left:1px solid rgba(255,255,255,.13)}
    .contact-info-card:first-child{border-left:0}
    .contact-info-card>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(243,107,33,.45);color:var(--orange);flex:0 0 44px}
    .contact-info-card svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
    .contact-info-card strong{display:block;color:#fff;font-size:14.5px;font-weight:850}
    .contact-info-card small{display:block;color:rgba(255,255,255,.72);font-size:13px;margin-top:4px;line-height:1.3}
    .social-strip{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:22px;margin-top:22px;border:1px solid rgba(255,255,255,.14);border-radius:19px;background:rgba(5,15,30,.52);backdrop-filter:blur(18px);padding:20px 24px}
    .support-mini{display:flex;align-items:center;gap:14px;border-right:1px solid rgba(255,255,255,.13);padding-right:18px}
    .support-mini>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(31,131,255,.16);color:#9AD8FF;flex:0 0 46px}
    .support-mini svg,.social-links svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
    .support-mini strong{display:block;font-size:16px;color:#fff}
    .support-mini small{display:block;color:rgba(255,255,255,.68);font-size:13px;margin-top:3px}
    .social-links{display:flex;align-items:center;gap:12px}
    .social-links small{color:rgba(255,255,255,.78);font-size:14px;margin-right:8px;white-space:nowrap}
    .social-links a{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.10);transition:.2s ease}
    .social-links a:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-2px)}

    @media (max-width:1180px){
      .proof-head{grid-template-columns:1fr;gap:24px}
      .proof-metrics{grid-template-columns:repeat(4,1fr)}
      .contact-cards{grid-template-columns:repeat(2,1fr)}
      .contact-info-card:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.13)}
      .contact-info-card:nth-child(4){border-top:1px solid rgba(255,255,255,.13)}
      .social-strip{grid-template-columns:1fr;align-items:start}
      .support-mini{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding-right:0;padding-bottom:16px}
    }

    @media (max-width:760px){
      .social-proof{padding:68px 0 44px}
      .proof-metrics{grid-template-columns:repeat(2,1fr)}
      .proof-metric{min-height:112px}
      .testimonial-grid{grid-template-columns:1fr;gap:16px}
      .testimonial-card{min-height:auto;padding:24px;border-radius:20px}
      .proof-copy h2{font-size:2.5rem}
      .proof-copy p{font-size:1rem}
      .final-contact{padding:30px 0 66px}
      .contact-shell{border-radius:24px;min-height:auto}
      .contact-bg{background:linear-gradient(180deg,rgba(7,20,38,.98) 0%,rgba(7,20,38,.92) 62%,rgba(7,20,38,.72) 100%),url("../img/inicio-02.webp") center right/cover no-repeat}
      .contact-content{padding:34px 22px 24px;min-height:auto}
      .contact-brand{margin-bottom:42px}
      .contact-content h2{font-size:2.6rem}
      .contact-content>p{font-size:1rem}
      .contact-actions{display:grid;grid-template-columns:1fr;margin-bottom:30px}
      .contact-actions a{height:56px;width:100%}
      .contact-cards{grid-template-columns:1fr;border-radius:17px}
      .contact-info-card{border-left:0!important;border-top:1px solid rgba(255,255,255,.13)}
      .contact-info-card:first-child{border-top:0}
      .social-strip{padding:18px;border-radius:17px}
      .social-links{flex-wrap:wrap}
      .social-links small{width:100%;margin-bottom:4px}
    }

  
    
    .geomap-footer{
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 4% 18%,rgba(31,131,255,.16),transparent 22%),
        radial-gradient(circle at 96% 88%,rgba(31,131,255,.13),transparent 22%),
        linear-gradient(135deg,#0B3560 0%,#0D3B67 46%,#082744 100%);
      color:#fff;
      padding:74px 0 34px;
    }

    .geomap-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle,rgba(255,255,255,.13) 1.5px,transparent 2px) 0 0/52px 52px,
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px) 0 0/96px 96px,
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px) 0 0/96px 96px;
      opacity:.32;
      pointer-events:none;
    }

    .geomap-footer:after{
      content:"";
      position:absolute;
      left:50%;
      top:0;
      width:680px;
      height:1px;
      transform:translateX(-50%);
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.50),transparent);
      opacity:.75;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    @media (max-width:1120px){
      
    }

    @media (max-width:760px){
      .geomap-footer{
        padding:58px 0 30px;
      }

      

      

      

      

      
    }

  
    
    .geomap-footer{
      background:
        radial-gradient(circle at 8% 18%,rgba(31,131,255,.18),transparent 25%),
        radial-gradient(circle at 92% 88%,rgba(31,131,255,.12),transparent 24%),
        linear-gradient(135deg,#071426 0%,#08213B 42%,#0B3560 100%) !important;
      padding-top:82px;
    }

    .geomap-footer:before{
      opacity:.22;
    }

    .geomap-footer:after{
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
    }

    

    

    

    .mexico-note:before{
      content:"";
      position:absolute;
      inset:auto -18px -28px auto;
      width:120px;
      height:120px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,255,255,.10),transparent 68%);
      pointer-events:none;
    }

    .mexico-note-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:8px;
    }

    .mexico-note-head strong{
      margin:0!important;
    }

    .mexico-flag{
      width:38px;
      height:26px;
      flex:0 0 38px;
      display:block;
      border-radius:6px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.40);
      box-shadow:0 8px 18px rgba(0,0,0,.18);
      background:linear-gradient(90deg,#006847 0 33.333%,#fff 33.333% 66.666%,#ce1126 66.666% 100%);
      position:relative;
    }

    .mexico-flag i{
      position:absolute;
      left:50%;
      top:50%;
      width:8px;
      height:8px;
      transform:translate(-50%,-50%);
      border-radius:50%;
      background:radial-gradient(circle,#8B5A2B 0 38%,#0B7A3B 40% 62%,transparent 64%);
      opacity:.85;
    }

  
    
    

    

    

    

    @media (max-width:760px){
      
    }

  
    
    

    .cta-primary,
    

    .cta-primary:hover,
    

    /* Hero: el CTA de WhatsApp debe verse premium pero no exageradamente largo */
    .hero-actions .cta-primary,
    .cta-primary{
      width:auto !important;
      min-width:0 !important;
      padding-inline:22px !important;
      gap:10px !important;
      white-space:nowrap;
    }

    /* Tarjetas de producto: botón verde compacto */
    .product-actions .quote,
    .featured-products .quote{
      width:auto !important;
      min-width:150px !important;
      max-width:max-content !important;
      padding:0 22px !important;
      margin-inline:auto;
      border-radius:12px !important;
      font-weight:900 !important;
      letter-spacing:.01em;
    }

    /* Menú móvil/header: botón compacto */
    

    /* Footer/social y WhatsApp flotante conservan el verde como señal de contacto directo */
    .waf{
      border:1px solid rgba(255,255,255,.22) !important;
    }

    @media (max-width:760px){
      .hero-actions .cta-primary,
      .cta-primary{
        padding-inline:20px !important;
        min-height:52px !important;
      }

      .product-actions .quote,
      .featured-products .quote{
        min-width:132px !important;
        width:auto !important;
        padding-inline:20px !important;
      }
    }

  
    
    

    .cta-primary,
    

    .cta-primary span,
    

    /* El botón principal del hero queda completo */
    .hero-actions .cta-primary,
    .cta-primary{
      width:auto !important;
      min-width:0 !important;
      padding-inline:22px !important;
    }

    /* Los botones de productos quedan compactos: icono + Cotizar */
    .product-actions .quote,
    .featured-products .quote{
      width:auto !important;
      min-width:132px !important;
      max-width:max-content !important;
      padding:0 20px !important;
      margin-inline:auto;
      border-radius:12px !important;
      font-weight:900 !important;
    }

    

    .cta-primary:hover,
    

    @media (max-width:760px){
      .hero-actions .cta-primary,
      .cta-primary{
        padding-inline:20px !important;
        min-height:52px !important;
      }

      .product-actions .quote,
      .featured-products .quote{
        min-width:118px !important;
        padding-inline:18px !important;
      }

      
    }

  
    
    

    

    

    /* Hero: primer botón completo */
    .hero-actions .btn.btn-primary,
    .btn.btn-primary{
      width:auto!important;
      min-width:0!important;
      padding-inline:22px!important;
      border-radius:12px!important;
      font-weight:900!important;
    }

    /* Productos: solo icono + Cotizar */
    .product-actions .quote,
    .featured-products .quote{
      width:auto!important;
      min-width:122px!important;
      max-width:max-content!important;
      padding:0 20px!important;
      margin-inline:auto;
      border-radius:12px!important;
      font-weight:900!important;
    }

    @media (max-width:760px){
      

      .hero-actions .btn.btn-primary,
      .btn.btn-primary{
        min-height:52px!important;
        padding-inline:20px!important;
      }

      .product-actions .quote,
      .featured-products .quote{
        min-width:112px!important;
        padding-inline:17px!important;
      }

      
    }

  
    

    @media (max-width:760px){
      /* Header móvil limpio: logo + hamburguesa, sin botón verde al centro */
      

      .site-header,
      .navbar,
      .nav-wrap{
        overflow:visible!important;
      }

      /* Evitar que el header reserve espacio del botón oculto */
      .nav-actions{
        display:flex!important;
        justify-content:flex-end!important;
        align-items:center!important;
        gap:10px!important;
      }

      /* Productos destacados: dos botones en una sola fila */
      .featured-products .product-actions,
      .product-actions{
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        gap:10px!important;
        align-items:center!important;
        width:100%!important;
      }

      .featured-products .product-actions a,
      .product-actions a{
        width:100%!important;
        max-width:none!important;
        min-width:0!important;
        margin:0!important;
        height:48px!important;
        min-height:48px!important;
        padding:0 12px!important;
        border-radius:12px!important;
        font-size:14px!important;
        line-height:1!important;
        white-space:nowrap!important;
      }

      .featured-products .product-actions .quote,
      .product-actions .quote{
        justify-self:stretch!important;
      }

      .featured-products .product-actions .info,
      .product-actions .info{
        justify-self:stretch!important;
      }

      .product-actions .quote .wa-btn-icon,
      .featured-products .product-actions .quote .wa-btn-icon{
        width:20px!important;
        height:20px!important;
        flex-basis:20px!important;
      }
    }

    @media (max-width:380px){
      .featured-products .product-actions a,
      .product-actions a{
        font-size:13px!important;
        padding-inline:8px!important;
      }

      .product-actions .quote .wa-btn-icon,
      .featured-products .product-actions .quote .wa-btn-icon{
        width:20px!important;
        height:20px!important;
        flex-basis:20px!important;
      }
    }

    /* En PC también dejamos las acciones de producto más limpias y alineadas */
    @media (min-width:761px){
      .featured-products .product-actions,
      .product-actions{
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        gap:12px!important;
        align-items:center!important;
        width:100%!important;
      }

      .featured-products .product-actions a,
      .product-actions a{
        width:100%!important;
        max-width:none!important;
        min-width:0!important;
        margin:0!important;
      }
    }

  
    

    @media (max-width:760px){
      /* Header móvil con más presencia del logo */
      .brand img,
      .logo,
      .logo-white,
      .logo-blue{
        max-height:58px!important;
      }

      .site-header{
        min-height:96px!important;
      }

      /* Hero móvil: reducir impacto visual sin perder fuerza */
      .hero{
        padding-top:42px!important;
      }

      .hero h1,
      .hero-title{
        font-size:clamp(3.05rem,11.7vw,4.25rem)!important;
        line-height:1.04!important;
        letter-spacing:-.055em!important;
        max-width:100%!important;
      }

      .hero p,
      .hero-copy,
      .hero-subtitle{
        font-size:clamp(1.08rem,4.15vw,1.36rem)!important;
        line-height:1.58!important;
        letter-spacing:-.012em!important;
      }

      .hero-checks,
      .hero-checks li,
      .check-list,
      .check-list li{
        font-size:clamp(1rem,3.85vw,1.18rem)!important;
        line-height:1.36!important;
      }

      .hero-actions .btn,
      .hero-actions a{
        font-size:1.05rem!important;
        min-height:54px!important;
      }

      /* Kicker superior menos dominante */
      .hero-kicker,
      .eyebrow,
      .tagline{
        font-size:.82rem!important;
        letter-spacing:.18em!important;
      }

      /* Secciones en móvil: bajar un poco tamaño general */
      .section-title,
      .featured-head h2,
      .proof-copy h2{
        font-size:clamp(2.05rem,8vw,2.75rem)!important;
        line-height:1.08!important;
      }

      .featured-head p,
      .proof-copy p,
      .product-ideal,
      .testimonial-card p{
        font-size:.96rem!important;
        line-height:1.55!important;
      }

      /* Tarjetas de producto: textos un poco más respirados y menos pesados */
      .product-body h3{
        font-size:1.23rem!important;
        line-height:1.12!important;
        letter-spacing:-.025em!important;
      }

      .product-body{
        padding-inline:22px!important;
      }

      .product-points li{
        font-size:.94rem!important;
        line-height:1.38!important;
      }

      /* Precio: IVA debajo del precio/MXN */
      .product-price{
        display:grid!important;
        grid-template-columns:auto 1fr!important;
        align-items:end!important;
        column-gap:12px!important;
        row-gap:4px!important;
        margin:18px 0 16px!important;
      }

      .product-price .price-old{
        grid-column:1/2!important;
        align-self:center!important;
        font-size:1.02rem!important;
      }

      .product-price .price-now{
        grid-column:2/3!important;
        align-self:center!important;
        font-size:clamp(1.75rem,7vw,2.25rem)!important;
        line-height:1!important;
        white-space:nowrap!important;
      }

      .product-price .price-note{
        grid-column:2/3!important;
        display:block!important;
        margin-top:2px!important;
        font-size:.86rem!important;
        line-height:1.2!important;
        text-align:left!important;
        color:#667085!important;
        font-weight:850!important;
        letter-spacing:.01em!important;
      }

      /* Botones de productos en una fila, compactos */
      .product-actions{
        margin-top:18px!important;
      }

      .product-actions a{
        font-size:.92rem!important;
        height:46px!important;
        min-height:46px!important;
      }

      /* Footer y testimonios: escala más cómoda en móvil */
      .testimonial-card h3{
        font-size:1.18rem!important;
      }

      
    }

    @media (max-width:430px){
      .hero h1,
      .hero-title{
        font-size:clamp(2.9rem,11.2vw,3.9rem)!important;
      }

      .hero p,
      .hero-copy,
      .hero-subtitle{
        font-size:1.05rem!important;
      }

      .product-body h3{
        font-size:1.15rem!important;
      }

      .product-price .price-now{
        font-size:1.85rem!important;
      }

      .product-price .price-old{
        font-size:.95rem!important;
      }
    }

  
    

    @media (max-width:760px){
      /* Título principal móvil: conserva fuerza, pero menos agresivo */
      .hero h1,
      .hero-title{
        font-family:"Manrope", "Inter", system-ui, sans-serif;
        font-weight:800 !important;
        font-size:clamp(2.72rem,10.45vw,3.72rem) !important;
        line-height:1.075 !important;
        letter-spacing:-.055em !important;
      }

      .hero p,
      .hero-copy,
      .hero-subtitle{
        font-family:"Manrope", "Inter", system-ui, sans-serif;
        font-weight:600 !important;
        font-size:clamp(1rem,3.85vw,1.22rem) !important;
        line-height:1.62 !important;
        letter-spacing:-.01em !important;
      }

      .hero-checks li,
      .check-list li{
        font-family:"Manrope", "Inter", system-ui, sans-serif;
        font-weight:800 !important;
        font-size:clamp(.96rem,3.55vw,1.08rem) !important;
        line-height:1.34 !important;
      }

      .hero-kicker,
      .eyebrow,
      .tagline{
        font-family:"Manrope", "Inter", system-ui, sans-serif;
        font-weight:900 !important;
        font-size:.76rem !important;
        letter-spacing:.19em !important;
      }

      /* Hero móvil: botones en horizontal */
      .hero-actions{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:12px !important;
        align-items:center !important;
        width:100% !important;
        margin-top:26px !important;
      }

      .hero-actions a,
      .hero-actions .btn,
      .hero-actions .btn.btn-primary{
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;
        min-height:50px !important;
        height:50px !important;
        padding:0 12px !important;
        border-radius:13px !important;
        font-size:1rem !important;
        font-weight:900 !important;
        line-height:1 !important;
        white-space:nowrap !important;
      }

      .hero-actions .btn:not(.btn-primary),
      .hero-actions a:not(.btn-primary){
        background:rgba(255,255,255,.04) !important;
        border:1px solid rgba(255,255,255,.42) !important;
        color:#fff !important;
        box-shadow:none !important;
      }

      /* Mejor respiración general del primer bloque */
      .hero{
        padding-bottom:42px !important;
      }
    }

    @media (max-width:430px){
      .hero h1,
      .hero-title{
        font-size:clamp(2.58rem,10.1vw,3.42rem) !important;
        line-height:1.08 !important;
      }

      .hero-actions{
        gap:10px !important;
      }

      .hero-actions a,
      .hero-actions .btn,
      .hero-actions .btn.btn-primary{
        min-height:48px !important;
        height:48px !important;
        font-size:.94rem !important;
        padding-inline:10px !important;
      }

    }

  
    

    @media (max-width:760px){
      .product-price{
        display:flex!important;
        flex-direction:column!important;
        align-items:flex-start!important;
        justify-content:flex-start!important;
        gap:6px!important;
        margin:18px 0 18px!important;
        width:100%!important;
      }

      .product-price .price-old{
        display:block!important;
        width:100%!important;
        font-size:1.02rem!important;
        line-height:1.05!important;
        color:#9AA3AF!important;
        text-align:left!important;
      }

      .product-price .price-now{
        display:block!important;
        width:100%!important;
        font-size:clamp(1.72rem,6.4vw,2.08rem)!important;
        line-height:1.08!important;
        letter-spacing:-.035em!important;
        color:var(--orange)!important;
        text-align:left!important;
        white-space:normal!important;
        overflow-wrap:normal!important;
        word-break:keep-all!important;
      }

      .product-price .price-note{
        display:block!important;
        width:100%!important;
        margin:0!important;
        font-size:.88rem!important;
        line-height:1.2!important;
        color:#667085!important;
        text-align:left!important;
        font-weight:850!important;
        letter-spacing:.01em!important;
      }

      /* Si algún precio tiene MXN separado fuera del span, se fuerza bloque visual ordenado */
      .product-body .product-price + .price-note,
      .price-note{
        text-align:left!important;
      }

      /* Hero móvil: un ajuste mínimo adicional para que se vea más elegante y menos pesado */
      .hero h1,
      .hero-title{
        font-weight:800!important;
        font-size:clamp(2.58rem,10vw,3.58rem)!important;
        line-height:1.08!important;
      }

      .hero p,
      .hero-copy,
      .hero-subtitle{
        font-size:clamp(.98rem,3.75vw,1.18rem)!important;
      }
    }

    @media (max-width:430px){
      .product-price .price-now{
        font-size:clamp(1.66rem,6.25vw,1.95rem)!important;
      }

      .product-price .price-old{
        font-size:.96rem!important;
      }

      .product-price .price-note{
        font-size:.84rem!important;
      }
    }

  
    /* ─── LANDSCAPE MÓVIL ────────────────────────────────────────────────────── */
    @media (max-height:500px) and (orientation:landscape){
      .hero{min-height:auto;padding-top:60px}
      .hero-inner{min-height:auto;padding:20px 0 0;grid-template-columns:1fr 1fr}
      .hero h1{font-size:clamp(1.8rem,4vw,2.4rem)}
      .hero-products{min-height:0}
      .product-showcase{height:auto;aspect-ratio:4 / 5;width:min(60%,200px)}
      .hero-benefits .benefit-grid{grid-template-columns:repeat(4,1fr)}
      .nav-inner{height:60px}
      
    }
  
    /* ─── FOCUS VISIBLE (accesibilidad) ─────────────────────────────────────── */
    :focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:4px}
    .nav a:focus-visible,.links a:focus-visible{outline-color:#fff}
    .nav.scrolled a:focus-visible{outline-color:var(--orange)}
  
    /* ─── PRINT ──────────────────────────────────────────────────────────────── */
    @media print{
      .nav,.waf,
      .hero{background:#fff;color:#000;min-height:auto;padding:20px 0}
      .hero h1,.hero h1 .accent{color:#1F4EA3;font-size:28pt}
      .hero:before,.hero:after{display:none}
      .lead{color:#333}
      .featured-products{background:#fff}
      .product-card{box-shadow:none;border:1px solid #ccc;break-inside:avoid}
      
      a[href]:after{content:" (" attr(href) ")";font-size:9pt;color:#666}
    }
  

    

    /* ─── GEOMAP CLEAN PATCH 18-MAY: reglas finales estables ──────────────────
       Limpieza quirúrgica: se consolidan ajustes que antes estaban repetidos.
       Objetivos:
       1) WhatsApp siempre verde sólido (#22A045) en PC y móvil.
       2) Hero móvil más compacto: textos y botones no compiten con el logo.
       3) Banda Topografía · Geodesia · Cartografía controlada por breakpoint.
       4) Cambio de imágenes en móvil sin hover fantasma.
       5) Enlaces pendientes sin salto a #. */

    .section-alias{
      display:block;
      position:relative;
      width:0;
      height:0;
      overflow:hidden;
      visibility:hidden;
    }

    /* Verde oficial GeoMap para todos los CTA de WhatsApp. */
    .btn.btn-primary,
    .hero-actions .btn.btn-primary.hero-wa,
    .product-actions .quote,
    .featured-products .quote{
      background:var(--wa-green) !important;
      background-color:var(--wa-green) !important;
      background-image:none !important;
      color:#fff !important;
      border:1px solid rgba(255,255,255,.18) !important;
    }
    .btn.btn-primary:hover,
    .hero-actions .btn.btn-primary.hero-wa:hover,
    .product-actions .quote:hover,
    .featured-products .quote:hover{
      background:var(--wa-green-dark) !important;
      background-color:var(--wa-green-dark) !important;
    }
    .btn.btn-primary .wa-btn-icon,
    .hero-actions .btn.btn-primary.hero-wa .wa-btn-icon{
      fill:#fff !important;
    }

    

    .hero-actions .btn.btn-primary.hero-wa .wa-label{
      display:inline-block;
      line-height:1;
      white-space:nowrap;
      font-weight:900;
    }

    .pending-link{
      cursor:default !important;
      pointer-events:none !important;
      opacity:.72;
    }

    .review-neutral svg{
      fill:none;
      stroke:currentColor;
      stroke-width:1.9;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    /* PC: la banda técnica sube de forma visible sin mover todo el hero. */
    @media (min-width:861px){
      .hero .hero-copy .eyebrow{
        position:relative !important;
        transform:translateY(-54px) !important;
        margin-bottom:-30px !important;
        z-index:8 !important;
      }
    }

    @media (min-width:1181px){
      .hero .hero-copy .eyebrow{
        transform:translateY(-74px) !important;
        margin-bottom:-46px !important;
      }
    }

    @media (min-width:1500px){
      .hero .hero-copy .eyebrow{
        transform:translateY(-84px) !important;
        margin-bottom:-54px !important;
      }
    }

    /* Teléfono: hero más limpio, textos más contenidos y banda completa. */
    @media (max-width:760px){
      .hero{
        padding-top:84px !important;
        min-height:auto !important;
      }

      .hero-inner{
        padding-top:18px !important;
      }

      .hero .hero-copy .eyebrow{
        width:100% !important;
        max-width:100% !important;
        margin-top:18px !important;
        margin-bottom:18px !important;
        transform:none !important;
        display:flex !important;
        align-items:center !important;
        justify-content:flex-start !important;
        overflow:visible !important;
      }

      .hero .hero-copy .eyebrow:before{
        flex:0 0 clamp(15px,5vw,24px) !important;
        width:clamp(15px,5vw,24px) !important;
        margin-right:8px !important;
      }

      .hero .hero-copy .eyebrow-track{
        max-width:calc(100vw - 72px) !important;
        min-width:0 !important;
        flex-wrap:nowrap !important;
        gap:clamp(4px,1.55vw,7px) !important;
        padding:7px clamp(7px,2.1vw,11px) !important;
        overflow:hidden !important;
      }

      .hero .hero-copy .eyebrow-word{
        white-space:nowrap !important;
        font-size:clamp(9.4px,2.72vw,11.4px) !important;
        letter-spacing:clamp(.045em,1.05vw,.095em) !important;
      }

      .hero .hero-copy .eyebrow i{
        flex:0 0 4px !important;
        width:4px !important;
        height:4px !important;
      }

      .hero h1,
      .hero-title{
        font-size:clamp(1.96rem,8.2vw,2.48rem) !important;
        line-height:1.07 !important;
        letter-spacing:-.046em !important;
        margin-bottom:14px !important;
      }

      .lead,
      .hero p,
      .hero-subtitle{
        font-size:clamp(.90rem,3.35vw,1.02rem) !important;
        line-height:1.50 !important;
        margin-bottom:17px !important;
      }

      .checks{
        gap:9px !important;
        margin-bottom:20px !important;
      }

      .checks li,
      .hero-checks li,
      .check-list li{
        font-size:clamp(.88rem,3.45vw,1.02rem) !important;
        line-height:1.28 !important;
      }

      .check-dot{
        width:21px !important;
        height:21px !important;
        flex-basis:21px !important;
      }

      .hero-actions{
        display:grid !important;
        grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
        gap:9px !important;
        width:100% !important;
        margin-top:0 !important;
      }

      .hero-actions .btn,
      .hero-actions a.btn.btn-primary.hero-wa,
      .hero-actions a.btn.btn-outline{
        width:100% !important;
        min-width:0 !important;
        max-width:100% !important;
        height:44px !important;
        min-height:44px !important;
        padding:0 9px !important;
        border-radius:12px !important;
        overflow:hidden !important;
        font-size:13.5px !important;
        line-height:1 !important;
        white-space:nowrap !important;
      }

      .hero-actions a.btn.btn-primary.hero-wa{
        gap:7px !important;
      }

      .hero-actions a.btn.btn-primary.hero-wa .wa-btn-icon{
        width:18px !important;
        height:18px !important;
        flex:0 0 18px !important;
      }

      .hero-actions a.btn.btn-primary.hero-wa .wa-label{
        font-size:13.5px !important;
      }

      .section-head h2,
      .section-title,
      .featured-head h2,
      .proof-copy h2,
      .contact-copy h2{
        font-size:clamp(1.72rem,6.85vw,2.16rem) !important;
        line-height:1.08 !important;
        letter-spacing:-.04em !important;
      }

      .section-head p,
      .featured-head p,
      .proof-copy p,
      .contact-copy p{
        font-size:.92rem !important;
        line-height:1.48 !important;
      }

      .product-body{
        padding:15px 17px 17px !important;
      }

      .product-body h3{
        min-height:38px !important;
        padding:8px 10px !important;
        border-radius:11px !important;
        font-size:1rem !important;
        line-height:1.12 !important;
      }

      .product-ideal{
        font-size:.88rem !important;
        line-height:1.42 !important;
        min-height:auto !important;
      }

      .product-points{
        gap:7px !important;
        margin-bottom:13px !important;
      }

      .product-points li{
        font-size:.86rem !important;
        line-height:1.32 !important;
      }

      .product-price{
        margin:13px 0 !important;
        gap:5px !important;
      }

      .product-price .price-now{
        font-size:clamp(1.42rem,5.55vw,1.76rem) !important;
      }

      .product-price .price-old{
        font-size:.88rem !important;
      }

      .product-price .price-note{
        font-size:.76rem !important;
      }

      .product-actions{
        gap:8px !important;
        margin-top:12px !important;
      }

      .product-actions a,
      .featured-products .product-actions a,
      .product-actions a.quote,
      .featured-products .product-actions a.quote,
      .product-actions a.info{
        height:40px !important;
        min-height:40px !important;
        padding:0 9px !important;
        border-radius:11px !important;
        font-size:12.7px !important;
        line-height:1 !important;
        white-space:nowrap !important;
      }

      .product-actions a.quote .wa-btn-icon,
      .featured-products .product-actions a.quote .wa-btn-icon{
        width:18px !important;
        height:18px !important;
        flex-basis:18px !important;
      }

      .waf{
        width:54px !important;
        height:54px !important;
        right:max(14px,env(safe-area-inset-right,0px)) !important;
        bottom:max(14px,env(safe-area-inset-bottom,0px)) !important;
      }

      .waf svg{
        width:28px !important;
        height:28px !important;
      }

      /* En móvil el cambio de imagen se controla por clase JS, no por :hover. */
      .featured-products .product-card .product-media{
        touch-action:manipulation;
        -webkit-tap-highlight-color:transparent;
      }

      .featured-products .product-card .product-media img.product-photo,
      .featured-products .product-card .product-media img.product-hover{
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
        pointer-events:none;
      }

      .featured-products .product-card:not(.image-swapped) .product-media img.product-photo{
        opacity:1 !important;
        visibility:visible !important;
        z-index:2 !important;
      }

      .featured-products .product-card:not(.image-swapped) .product-media img.product-hover{
        opacity:0 !important;
        visibility:hidden !important;
        z-index:1 !important;
      }

      .featured-products .product-card.image-swapped .product-media img.product-photo{
        opacity:0 !important;
        visibility:hidden !important;
        z-index:1 !important;
      }

      .featured-products .product-card.image-swapped .product-media img.product-hover{
        opacity:1 !important;
        visibility:visible !important;
        z-index:4 !important;
      }

      .featured-products .product-card.featured-l100:not(.image-swapped) .product-media img.product-photo,
      .featured-products .product-card.featured-l100:not(.image-swapped):hover .product-media img.product-photo{
        transform:translateY(-10px) scale(.92) !important;
      }

      .featured-products .product-card.featured-mbase .product-media{
        height:390px !important;
        padding:4px 6px 4px !important;
        display:grid !important;
        place-items:center !important;
        overflow:hidden !important;
      }

      .featured-products .product-card.featured-mbase:not(.image-swapped) .product-media img.product-photo,
      .featured-products .product-card.featured-mbase:not(.image-swapped):hover .product-media img.product-photo{
        transform:translateY(-58px) scale(1.00) !important;
      }

      .featured-products .product-card.featured-mbase.image-swapped .product-media img.product-photo,
      .featured-products .product-card.featured-mbase.image-swapped:hover .product-media img.product-photo{
        transform:translateY(-58px) scale(.96) !important;
      }

      .featured-products .product-card.featured-mbase .product-media img.product-hover{
        padding:18px 14px !important;
        transform:scale(1.02) !important;
      }

      .featured-products .product-card.featured-mbase.image-swapped .product-media img.product-hover,
      .featured-products .product-card.featured-mbase.image-swapped:hover .product-media img.product-hover{
        transform:scale(1.08) !important;
      }

      .featured-products .product-card.featured-m5plus.image-swapped .product-media img.product-hover,
      .featured-products .product-card.featured-m5plus.image-swapped:hover .product-media img.product-hover{
        transform:scale(.94) !important;
      }
    }

    @media (max-width:360px){
      .hero .hero-copy .eyebrow:before{display:none !important;}
      .hero .hero-copy .eyebrow-track{max-width:100% !important;width:100% !important;}
      .hero .hero-copy .eyebrow-word{font-size:9.4px !important;letter-spacing:.045em !important;}
      .product-actions a,
      .featured-products .product-actions a{font-size:12.2px !important;padding-inline:7px !important;}
    }

    @media (prefers-reduced-motion:reduce){
      .eyebrow span,
      .eyebrow-track:after,
      .eyebrow-word,
      .eyebrow i,
      .product-media img.product-photo,
      .product-media img.product-hover,
      .featured-copy,
      .featured-all,
      .featured-all:after{
        animation:none !important;
        transition:none !important;
      }
    }

  

    /* Limpieza final de navegación: menú principal simple y coherente. */
    .section-alias{
      scroll-margin-top:92px;
    }
    @media (max-width:860px){
      
      .section-alias{
        scroll-margin-top:78px;
      }
    }

    /* ─── FONDO PREMIUM SEGUNDA SECCIÓN: OBRA + MALLA TOPOGRÁFICA ─────────────
       Se aplica solo a la sección "¿Qué necesitas hacer?". Optimizado para PC
       y móvil sin afectar hero, productos ni el cambio táctil de imágenes. */
    .projects{
      position:relative;
      isolation:isolate;
      overflow:hidden;
      background:#071426;
      padding:clamp(58px,6vw,96px) 0 clamp(58px,6vw,94px);
      border-top:1px solid rgba(255,255,255,.08);
      border-bottom:1px solid rgba(7,20,38,.10);
    }
    .projects::before{
      content:"";
      position:absolute;
      inset:0;
      z-index:0;
      background-image:url("../img/inicio-03.webp");
      background-size:cover;
      background-position:center center;
      background-repeat:no-repeat;
      transform:scale(1.015);
      filter:saturate(1.08) contrast(1.04);
    }
    .projects::after{
      content:"";
      position:absolute;
      inset:0;
      z-index:1;
      background:
        radial-gradient(circle at 76% 45%,rgba(39,122,255,.18),transparent 32%),
        linear-gradient(90deg,rgba(5,16,32,.96) 0%,rgba(7,20,38,.82) 34%,rgba(7,20,38,.56) 68%,rgba(7,20,38,.78) 100%),
        linear-gradient(180deg,rgba(7,20,38,.78) 0%,rgba(7,20,38,.38) 44%,rgba(7,20,38,.88) 100%);
      pointer-events:none;
    }
    .projects .section-head{
      position:relative;
      z-index:1;
      margin-bottom:clamp(28px,3.5vw,46px);
    }
    .projects .section-head h2{
      color:#fff;
      text-shadow:0 14px 34px rgba(0,0,0,.34);
    }
    .projects .section-head p{
      color:rgba(255,255,255,.78);
      text-shadow:0 10px 24px rgba(0,0,0,.26);
    }
    .projects .project-grid{
      position:relative;
      z-index:1;
    }
    .projects .project-card{
      background:rgba(255,255,255,.92);
      border:1px solid rgba(255,255,255,.40);
      box-shadow:0 20px 44px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.46);
      backdrop-filter:blur(10px);
    }
    .projects .project-card:hover{
      transform:translateY(-6px);
      border-color:rgba(243,107,33,.70);
      box-shadow:0 28px 58px rgba(0,0,0,.23),0 0 0 4px rgba(243,107,33,.10);
    }
    .projects .project-card h3{
      color:#102255;
    }
    .projects .icon-ring{
      background:rgba(237,244,255,.94);
      box-shadow:0 12px 26px rgba(31,78,163,.10);
    }
    .projects .project-card:hover .icon-ring{
      background:linear-gradient(135deg,var(--blue),var(--blue-2));
    }

    @media (max-width:860px){
      .projects{
        padding:42px 0 38px;
        background:#071426;
      }
      .projects::before{
        background-size:cover;
        background-position:62% center;
        transform:scale(1.05);
        opacity:.92;
      }
      .projects::after{
        background:
          linear-gradient(180deg,rgba(7,20,38,.88) 0%,rgba(7,20,38,.58) 38%,rgba(7,20,38,.92) 100%),
          linear-gradient(90deg,rgba(7,20,38,.88),rgba(7,20,38,.42),rgba(7,20,38,.70));
      }
      .projects .section-head{
        margin-bottom:22px;
      }
      .projects .section-head h2{
        font-size:clamp(1.78rem,7.4vw,2.34rem);
        line-height:1.06;
        letter-spacing:-.04em;
      }
      .projects .section-head p{
        max-width:300px;
        margin-inline:auto;
        font-size:.96rem;
        line-height:1.45;
      }
      .projects .project-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:11px;
      }
      .projects .project-card{
        min-height:116px;
        padding:13px 8px;
        border-radius:15px;
        background:rgba(255,255,255,.94);
        backdrop-filter:blur(8px);
      }
      .projects .icon-ring{
        width:50px;
        height:50px;
        border-radius:14px;
      }
      .projects .icon-ring svg{
        width:28px;
        height:28px;
      }
      .projects .project-card h3{
        font-size:12.8px;
        line-height:1.22;
      }
    }

    @media (max-width:430px){
      .projects{
        padding:38px 0 34px;
      }
      .projects::before{
        background-position:68% center;
        transform:scale(1.12);
      }
      .projects .project-grid{
        gap:9px;
      }
      .projects .project-card{
        min-height:108px;
        padding:12px 7px;
      }
      .projects .icon-ring{
        width:46px;
        height:46px;
      }
      .projects .project-card h3{
        font-size:12.2px;
      }
    }

    /* ─── AJUSTE FINAL: FONDO PANORÁMICO SOLO EN PC / MÓVIL LIMPIO ───────────
       En escritorio se conserva la imagen panorámica agregada por la IA.
       En celular se regresa al fondo estable anterior para evitar recortes raros,
       pérdida de lectura y exceso de peso visual. */

    /* Asegura que el fondo premium de la segunda sección sí quede visible en PC. */
    @media (min-width:861px){
      .projects::before{
        z-index:0 !important;
      }
      .projects::after{
        z-index:1 !important;
      }
      .projects .section-head,
      .projects .project-grid{
        position:relative !important;
        z-index:2 !important;
      }
    }

    @media (max-width:860px){
      /* Hero móvil: vuelve al fondo limpio de líneas/radiales, sin imagen panorámica. */
      .hero:before{
        background:
          radial-gradient(circle at 66% 58%,rgba(24,93,185,.58),transparent 28%),
          radial-gradient(circle at 38% 44%,rgba(23,85,160,.22),transparent 24%),
          linear-gradient(90deg,rgba(4,12,24,.99),rgba(6,20,38,.95) 36%,rgba(8,28,54,.74) 66%,rgba(5,16,32,.96)) !important;
        background-size:auto !important;
        background-position:center !important;
      }

      /* Segunda sección móvil: se elimina la imagen de carretera/malla y regresa limpia. */
      .projects{
        background:#fff !important;
        padding:34px 0 18px !important;
        border-top:0 !important;
        border-bottom:0 !important;
        overflow:hidden !important;
      }
      .projects::before,
      .projects::after{
        display:none !important;
        content:none !important;
        background:none !important;
      }
      .projects .section-head{
        position:relative !important;
        z-index:1 !important;
        margin-bottom:clamp(24px,3vw,38px) !important;
      }
      .projects .section-head h2{
        color:#0F1D3A !important;
        text-shadow:none !important;
      }
      .projects .section-head p{
        color:#526178 !important;
        text-shadow:none !important;
        max-width:none !important;
      }
      .projects .project-grid{
        position:relative !important;
        z-index:1 !important;
        grid-template-columns:repeat(2,1fr) !important;
        gap:10px !important;
      }
      .projects .project-card{
        min-height:118px !important;
        padding:14px 8px !important;
        border-radius:13px !important;
        background:#fff !important;
        border:1px solid var(--line) !important;
        box-shadow:none !important;
        backdrop-filter:none !important;
      }
      .projects .project-card:hover{
        transform:translateY(-5px) !important;
        border-color:rgba(31,78,163,.5) !important;
        box-shadow:0 18px 38px rgba(15,23,42,.10) !important;
      }
      .projects .icon-ring{
        width:52px !important;
        height:52px !important;
        border-radius:14px !important;
        background:#F0F5FF !important;
        box-shadow:none !important;
      }
      .projects .project-card:hover .icon-ring{
        background:var(--blue) !important;
      }
      .projects .icon-ring svg{
        width:29px !important;
        height:29px !important;
      }
      .projects .project-card h3{
        color:#102255 !important;
        font-size:13px !important;
        line-height:1.25 !important;
      }
    }

    @media (max-width:430px){
      .projects{
        padding:34px 0 18px !important;
      }
      .projects .project-grid{
        gap:10px !important;
      }
      .projects .project-card{
        min-height:118px !important;
        padding:14px 8px !important;
      }
      .projects .icon-ring{
        width:52px !important;
        height:52px !important;
      }
      .projects .project-card h3{
        font-size:13px !important;
      }
    }

.footer-grid-premium{}

/* ============================================================
   RESPONSIVE — 4 breakpoints, sin duplicados
   ============================================================ */

/* Footer */

/* ── Red de seguridad móvil: espaciado normal entre palabras ──
   Evita que un fallback de fuente colapse los espacios en celular. */
@media (max-width:760px){
  .geomap-inicio,
  .geomap-inicio h1,
  .geomap-inicio h2,
  .geomap-inicio h3,
  .geomap-inicio p,
  .geomap-inicio span,
  .geomap-inicio strong,
  .geomap-inicio a{
    word-spacing:normal !important;
    -webkit-font-feature-settings:normal !important;
    font-feature-settings:normal !important;
  }
}


/* v16: evita texto duplicado en el CTA principal del hero de Inicio */
.hero-actions .btn.btn-primary.hero-wa .wa-label::after{
  content:none !important;
  display:none !important;
}


/* ============================================================
   V20.15 — Inicio: productos destacados móviles estabilizados
   Objetivo:
   - En móvil la sección usa SOLO la imagen principal de cada producto.
   - Se elimina el cambio a imagen secundaria en Inicio para evitar cortes.
   - Se replica la lógica visual limpia del Catálogo: imagen contenida, centrada y sin transforms acumulados.
   ============================================================ */

/* Título del producto: texto limpio, no botón. */
.geomap-inicio .featured-products .product-body h3{
  display:block;
  width:100%;
  min-height:0;
  padding:0;
  margin:0 0 10px;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#0F1D3A;
  font-family:'Plus Jakarta Sans','Inter',system-ui,sans-serif;
  font-weight:900;
  letter-spacing:-.045em;
  text-align:left;
}

/* Botones consistentes con Catálogo. */
.geomap-inicio .featured-products .product-actions .quote,
.geomap-inicio .product-actions .quote{
  background:#22A045;
  color:#fff;
  border:1px solid rgba(34,160,69,.18);
  box-shadow:0 14px 26px rgba(34,160,69,.18);
}
.geomap-inicio .featured-products .product-actions .quote:hover,
.geomap-inicio .product-actions .quote:hover{
  background:#1A7D36;
  color:#fff;
}
.geomap-inicio .featured-products .product-actions .info,
.geomap-inicio .product-actions .info{
  background:#F5F8FF;
  color:#174A96;
  border:1px solid #D8E5FA;
  box-shadow:none;
}
.geomap-inicio .featured-products .product-actions .info:hover,
.geomap-inicio .product-actions .info:hover{
  background:#174A96;
  color:#fff;
  border-color:#174A96;
}

@media (max-width:760px){
  .geomap-inicio .featured-products{
    padding-top:42px;
  }

  .geomap-inicio .featured-grid{
    width:min(100% - 28px, 640px);
    grid-template-columns:1fr;
    gap:24px;
  }

  .geomap-inicio .featured-products .product-card{
    border-radius:24px;
    overflow:hidden;
    transform:none !important;
    box-shadow:0 18px 46px rgba(15,23,42,.08);
  }

  .geomap-inicio .featured-products .product-card:hover{
    transform:none !important;
  }

  /* Marco de imagen móvil: una sola regla limpia para todos los productos. */
  .geomap-inicio .featured-products .product-card .product-media{
    position:relative !important;
    width:100% !important;
    height:clamp(330px, 88vw, 400px) !important;
    padding:0 !important;
    display:block !important;
    overflow:hidden !important;
    cursor:default !important;
    background:radial-gradient(circle at 50% 58%,rgba(31,78,163,.10),transparent 52%),linear-gradient(180deg,#F8FBFF 0%,#FFFFFF 100%) !important;
    -webkit-tap-highlight-color:transparent;
  }

  /* Imagen principal: siempre visible, contenida y centrada. */
  .geomap-inicio .featured-products .product-card .product-media img.product-photo,
  .geomap-inicio .featured-products .product-card:hover .product-media img.product-photo,
  .geomap-inicio .featured-products .product-card.image-swapped .product-media img.product-photo,
  .geomap-inicio .featured-products .product-card.image-swapped:hover .product-media img.product-photo{
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    padding:24px 24px 18px !important;
    margin:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    transform-origin:center center !important;
    z-index:2 !important;
    filter:drop-shadow(0 18px 20px rgba(15,23,42,.16)) saturate(1.04) contrast(1.03) !important;
    pointer-events:none !important;
    transition:none !important;
  }

  /* Imagen secundaria desactivada en Inicio móvil. En Catálogo sigue funcionando. */
  .geomap-inicio .featured-products .product-card .product-media img.product-hover,
  .geomap-inicio .featured-products .product-card:hover .product-media img.product-hover,
  .geomap-inicio .featured-products .product-card.image-swapped .product-media img.product-hover,
  .geomap-inicio .featured-products .product-card.image-swapped:hover .product-media img.product-hover{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  /* Ajuste óptico por imagen principal. Solo escala/padding, sin translate. */
  .geomap-inicio .featured-products .featured-marvel .product-media{
    height:clamp(350px, 94vw, 430px) !important;
  }
  .geomap-inicio .featured-products .featured-marvel .product-media img.product-photo{
    padding:22px 18px 18px !important;
  }

  .geomap-inicio .featured-products .product-card.featured-mbase .product-media,
  .geomap-inicio .featured-products .product-card.featured-m5plus .product-media{
    height:clamp(350px, 92vw, 420px) !important;
  }
  .geomap-inicio .featured-products .product-card.featured-m5plus .product-media img.product-photo{
    padding:22px 22px 18px !important;
    object-position:center center !important;
  }

  /* Ajuste fino móvil: MBase + M25 con más zoom y un encuadre más bajo. */
  .geomap-inicio .featured-products .product-card.featured-mbase .product-media{
    height:clamp(372px, 96vw, 440px) !important;
  }
  .geomap-inicio .featured-products .product-card.featured-mbase .product-media img.product-photo{
    padding:10px 10px 2px !important;
    object-position:center 64% !important;
    transform:translateY(18px) scale(1.13) !important;
  }

  /* Ajuste fino móvil: L100 Pro+ AR con más presencia y centrado óptico hacia abajo. */
  .geomap-inicio .featured-products .product-card.featured-l100 .product-media{
    height:clamp(350px, 91vw, 414px) !important;
  }
  .geomap-inicio .featured-products .product-card.featured-l100 .product-media img.product-photo{
    padding:12px 14px 4px !important;
    object-position:center 62% !important;
    transform:translateY(12px) scale(1.10) !important;
  }

  .geomap-inicio .featured-products .product-badge{
    position:absolute;
    right:16px;
    bottom:16px;
    left:auto;
    top:auto;
    height:32px;
    padding:0 14px;
    border-radius:999px;
    font-size:11px;
    letter-spacing:.01em;
    background:rgba(243,107,33,.92);
    color:#fff;
    box-shadow:0 14px 28px rgba(243,107,33,.22);
    z-index:5;
  }

  .geomap-inicio .featured-products .product-body{
    padding:18px 22px 22px;
  }
  .geomap-inicio .featured-products .product-body h3{
    font-size:clamp(1.23rem, 5.8vw, 1.58rem);
    line-height:1.1;
    margin-bottom:8px;
  }
  .geomap-inicio .featured-products .product-ideal{
    color:#667085;
    font-size:.97rem;
    line-height:1.44;
    font-weight:700;
    margin:0 0 14px;
    min-height:0;
  }
  .geomap-inicio .featured-products .product-price{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
    margin:0 0 14px;
    width:100%;
  }
  .geomap-inicio .featured-products .price-old{
    display:block;
    width:100%;
    color:#8C96A6;
    font-size:1rem;
    line-height:1.08;
    font-weight:900;
  }
  .geomap-inicio .featured-products .price-now{
    display:block;
    width:100%;
    color:#F36B21;
    font-size:clamp(1.65rem, 6.8vw, 2.05rem);
    line-height:1.05;
    letter-spacing:-.035em;
    font-weight:950;
    white-space:normal;
  }
  .geomap-inicio .featured-products .price-note{
    display:block;
    width:100%;
    margin:0;
    color:#5E6B80;
    font-size:.86rem;
    line-height:1.2;
    text-transform:none;
    letter-spacing:0;
    font-weight:900;
  }
  .geomap-inicio .featured-products .product-points{
    display:grid;
    gap:8px;
    margin:0 0 18px;
    padding:0;
  }
  .geomap-inicio .featured-products .product-points li{
    display:grid;
    grid-template-columns:14px 1fr;
    align-items:start;
    gap:9px;
    color:#344054;
    font-size:.93rem;
    line-height:1.34;
    font-weight:780;
  }
  .geomap-inicio .featured-products .product-points li::before{
    width:9px;
    height:9px;
    margin-top:.42em;
    background:#22A045;
    box-shadow:none;
  }
  .geomap-inicio .featured-products .product-actions,
  .geomap-inicio .product-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:11px;
    align-items:center;
    width:100%;
    margin-top:16px;
  }
  .geomap-inicio .featured-products .product-actions a,
  .geomap-inicio .product-actions a{
    height:52px;
    min-height:52px;
    border-radius:14px;
    padding:0 10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    font-size:14px;
    line-height:1;
    font-weight:900;
    white-space:nowrap;
    transform:none;
  }
  .geomap-inicio .featured-products .product-card.is-mobile-info-active .product-actions .info,
  .geomap-inicio .featured-products .product-card.is-mobile-info-active .product-actions .info:hover,
  .geomap-inicio .featured-products .product-card.is-mobile-info-active .product-actions .info:focus,
  .geomap-inicio .featured-products .product-card.is-mobile-info-active .product-actions .info:active{
    background:#174A96;
    color:#fff;
    border-color:#174A96;
    box-shadow:0 12px 24px rgba(23,74,150,.20);
    transform:translateY(-1px);
  }
}

@media (max-width:380px){
  .geomap-inicio .featured-grid{
    width:min(100% - 20px, 620px);
  }
  .geomap-inicio .featured-products .product-body{
    padding:18px 20px 22px;
  }
  .geomap-inicio .featured-products .product-actions,
  .geomap-inicio .product-actions{
    gap:9px;
  }
  .geomap-inicio .featured-products .product-actions a,
  .geomap-inicio .product-actions a{
    height:50px;
    min-height:50px;
    font-size:13px;
    padding-inline:8px;
  }
}


/* V20.19 - FOIF en Nuevos productos: imagen externa más grande y centrada */
.geomap-inicio .nov-card .nov-media img[src*="foif-rts102_lateral"]{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:8px !important;
  transform:scale(1.12) !important;
  transform-origin:center center !important;
}
@media (max-width:760px){
  .geomap-inicio .nov-card .nov-media img[src*="foif-rts102_lateral"]{
    padding:6px !important;
    transform:scale(1.16) !important;
  }
}
