/* ============================================================
   M&C REDES v6 "Ejecutivo"
   Inspirado en Intelca: blanco limpio, bold, espaciado generoso
   Más refinado: tipografía cuidada, micro-detalles, rápido
   ============================================================ */

/* Fallbacks con métricas ajustadas — evita CLS al cargar Sora/Manrope */
@font-face{font-family:'Sora Fallback';src:local('Arial');size-adjust:108%;ascent-override:95%;descent-override:25%}
@font-face{font-family:'Manrope Fallback';src:local('Arial');size-adjust:103%;ascent-override:93%;descent-override:25%}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Manrope','Manrope Fallback',system-ui,-apple-system,sans-serif;background:#fff;color:#1a1a2e;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}

/* ── TOKENS ──────────────────────────────────────────────── */
:root{
  --navy:   #0b1f4b;
  --navy-2: #0f2c6b;
  --blue:   #1b6ef3;
  --blue-dk:#1558c8;
  --blue-lt:#e8f0fe;
  --green:  #16a34a;
  --green-lt:#dcfce7;
  --amber:  #d97706;
  --red:    #dc2626;
  --white:  #ffffff;
  --gray-0: #f9fafb;
  --gray-1: #f3f4f6;
  --gray-2: #e5e7eb;
  --gray-3: #d1d5db;
  --gray-4: #9ca3af;
  --gray-5: #6b7280;
  --gray-6: #374151;
  --gray-7: #111827;
  --bd:     #e5e7eb;
  --r:10px;--r-lg:16px;--r-xl:24px;
  --sh-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);
  --sh-md:0 4px 16px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.05);
  --sh-lg:0 12px 40px rgba(0,0,0,.10),0 4px 16px rgba(0,0,0,.06);
}

/* ── CONTAINERS ──────────────────────────────────────────── */
.container{max-width:1180px;margin:0 auto;padding:0 1.5rem}
.container-sm{max-width:820px;margin:0 auto;padding:0 1.5rem}

/* ── TICKER ──────────────────────────────────────────────── */
.ticker-bar{background:var(--navy);overflow:hidden;height:34px;display:flex;align-items:center;border-bottom:none}
.ticker-track{display:flex;animation:ticker 45s linear infinite;white-space:nowrap;will-change:transform}
.ticker-item{padding:0 2.5rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.ticker-item::after{content:'●';margin-left:2.5rem;opacity:.3;font-size:.5rem}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── HEADER — blanco, sombra leve, línea inferior ─────────── */
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1.5px solid var(--navy)}
.site-header::after{content:'';position:absolute;left:0;right:0;top:100%;height:12px;pointer-events:none;background:linear-gradient(to bottom,rgba(11,31,75,.12),transparent);opacity:0;transition:opacity .25s}
.site-header.scrolled::after{opacity:1}
.nav-container{max-width:1180px;margin:0 auto;padding:0 1.5rem;height:70px;display:flex;align-items:center;gap:2rem}
.nav-logo img{height:42px;width:auto;object-fit:contain}
.nav-links{display:flex;gap:0;list-style:none;margin-left:auto}
.nav-links li a{display:block;padding:.45rem .85rem;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-6);transition:color .15s;position:relative}
.nav-links li a::after{content:'';position:absolute;bottom:-2px;left:.85rem;right:.85rem;height:2px;background:var(--navy);transform:scaleX(0);transition:transform .2s;border-radius:0}
.nav-links li a:hover,.nav-links li a.active{color:var(--navy)}
.nav-links li a.active::after,.nav-links li a:hover::after{transform:scaleX(1)}
.nav-cta-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.15rem;background:var(--navy);color:#fff;border-radius:8px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-left:.75rem;transition:background .15s}
.nav-cta-btn:hover{background:var(--navy-2)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem;margin-left:auto}
.nav-toggle span{display:block;width:24px;height:2.5px;background:var(--navy);border-radius:2px;transition:transform .3s,opacity .3s}
.nav-toggle.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* ── HERO — fondo oscuro navy, foto a la derecha ──────────── */
.hero{background:var(--navy);min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:88vh}
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:6rem 3rem 6rem 0;position:relative;z-index:2}
.hero-right{position:relative;overflow:hidden}
.hero-right img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.75}
.hero-right::after{content:'';position:absolute;left:0;top:0;bottom:0;width:60%;background:linear-gradient(to right,var(--navy) 0%,transparent 100%)}
.hero-label{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.75);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.35rem .9rem;border-radius:4px;margin-bottom:1.75rem;width:fit-content}
.hero-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;animation:pulse 1.6s ease-in-out infinite;flex-shrink:0}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.25}}
.hero h1{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem;max-width:600px}
.hero h1 em{font-style:normal;color:#60a5fa}
.hero-lead{font-size:1.05rem;color:rgba(255,255,255,.65);max-width:500px;margin-bottom:2.5rem;line-height:1.7}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:3.5rem}
.hero-stats{display:flex;gap:3rem;flex-wrap:wrap;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}
.hero-stat .val{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;line-height:1}
.hero-stat .lbl{font-size:.72rem;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem}
.hero-badge{position:absolute;top:2.5rem;right:2.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7);font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-weight:800;font-size:.72rem;padding:.5rem 1rem;border-radius:6px;letter-spacing:.1em;text-transform:uppercase;z-index:3}

/* ── BOTONES ─────────────────────────────────────────────── */
.btn-primary{display:inline-flex;align-items:center;gap:.45rem;padding:.8rem 1.75rem;background:var(--blue);color:#fff;font-weight:700;font-size:.9rem;border-radius:8px;transition:background .15s,transform .12s;letter-spacing:.02em}
.btn-primary:hover{background:var(--blue-dk);transform:translateY(-1px)}
.btn-secondary{display:inline-flex;align-items:center;gap:.45rem;padding:.78rem 1.75rem;border:2px solid rgba(255,255,255,.3);color:#fff;font-weight:700;font-size:.9rem;border-radius:8px;transition:border-color .15s,background .15s}
.btn-secondary:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.06)}
.btn-outline{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.35rem;border:1.5px solid var(--bd);color:var(--gray-6);font-weight:700;font-size:.88rem;border-radius:8px;background:#fff;transition:border-color .15s,color .15s,box-shadow .15s}
.btn-outline:hover{border-color:var(--navy);color:var(--navy);box-shadow:var(--sh-sm)}
.btn-navy{display:inline-flex;align-items:center;gap:.4rem;padding:.72rem 1.6rem;background:var(--navy);color:#fff;font-weight:700;font-size:.88rem;border-radius:8px;transition:background .15s}
.btn-navy:hover{background:var(--navy-2)}
.btn-wa{display:inline-flex;align-items:center;gap:.45rem;padding:.72rem 1.35rem;background:#25d366;color:#fff;font-weight:700;font-size:.88rem;border-radius:8px;transition:background .15s}
.btn-wa:hover{background:#1fb358}

/* ── SECCIONES ───────────────────────────────────────────── */
.section{padding:5.5rem 0}
.section-white{background:#fff}
.section-gray{background:var(--gray-0)}
.section-navy{background:var(--navy);color:#fff}
.section-dark{background:#0d1b3e;color:#fff}
.section-header{margin-bottom:3.5rem}
.section-header .label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:.65rem}
.section-header .label-lt{color:rgba(255,255,255,.5)}
.section-header h2{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;color:var(--gray-7);letter-spacing:-.025em;line-height:1.15;margin-bottom:.7rem}
.section-header h2.lt{color:#fff}
.section-header p{font-size:1rem;color:var(--gray-5);max-width:560px;line-height:1.7}
.section-header p.lt{color:rgba(255,255,255,.6)}
.section-header.center{text-align:center}
.section-header.center p{margin:0 auto}
.section-cta{text-align:center;margin-top:3rem}

/* ── SERVICIOS — cards blancas con top accent ────────────── */
.srv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1px;background:var(--bd)}
.srv-card{background:#fff;padding:2rem 1.6rem;transition:background .15s}
.srv-card:hover{background:var(--gray-0)}
.srv-icon{font-size:2rem;margin-bottom:1rem}
.srv-card h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1rem;font-weight:700;color:var(--gray-7);margin-bottom:.5rem;letter-spacing:-.01em}
.srv-card p{font-size:.875rem;color:var(--gray-5);line-height:1.6}

/* Grid alternativo para servicios individuales */
.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.1rem}
.services-grid-lg{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.service-card{background:#fff;border:1px solid var(--bd);border-radius:var(--r-lg);padding:1.75rem 1.5rem;transition:box-shadow .2s,transform .18s,border-color .2s}
.service-card:hover{box-shadow:var(--sh-md);transform:translateY(-3px);border-color:var(--blue)}
.service-icon{font-size:2rem;margin-bottom:.85rem}
.service-card h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:.97rem;font-weight:700;color:var(--gray-7);margin-bottom:.4rem}
.service-card p{font-size:.85rem;color:var(--gray-5);line-height:1.58}

/* ── POR QUÉ — lista de puntos ejecutiva ─────────────────── */
.porque-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.porque-text h2{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:#fff;letter-spacing:-.025em;margin-bottom:1rem}
.porque-text p{color:rgba(255,255,255,.65);margin-bottom:1.5rem;line-height:1.75}
.feats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}
.feat-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--r);padding:1.25rem}
.feat-title{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-weight:700;color:#60a5fa;font-size:.97rem;margin-bottom:.28rem}
.feat-desc{font-size:.83rem;color:rgba(255,255,255,.55)}

/* ── STATS BAR ─────────────────────────────────────────────── */
.stats-bar{background:var(--navy);padding:3rem 0}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.stat-item{text-align:center;padding:1.5rem;border-right:1px solid rgba(255,255,255,.1)}
.stat-item:last-child{border-right:0}
.stat-item .num{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:2.6rem;font-weight:800;color:#fff;line-height:1;letter-spacing:-.03em}
.stat-item .lbl{font-size:.74rem;font-weight:600;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.1em;margin-top:.4rem}

/* ── PROYECTOS — cards con foto ──────────────────────────── */
.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}
.project-card{border-radius:var(--r-lg);overflow:hidden;background:#fff;box-shadow:var(--sh-sm);transition:box-shadow .2s,transform .18s;display:flex;flex-direction:column}
.project-card:hover{box-shadow:var(--sh-lg);transform:translateY(-4px)}
.project-card__img{height:220px;background-size:cover;background-position:center;background-color:var(--navy);position:relative;flex-shrink:0}
.project-card__badge{position:absolute;top:1rem;left:1rem;font-size:.68rem;font-weight:700;padding:.28rem .75rem;border-radius:4px;letter-spacing:.06em;text-transform:uppercase}
.badge-active{background:#dcfce7;color:#15803d}
.badge-done{background:#dbeafe;color:#1d4ed8}
.project-card__body{padding:1.4rem 1.5rem;flex:1;display:flex;flex-direction:column}
.project-card__client{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:.4rem}
.project-card__title{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.02rem;font-weight:700;color:var(--gray-7);margin-bottom:.5rem;line-height:1.3}
.project-card__desc{font-size:.855rem;color:var(--gray-5);line-height:1.6;flex:1}
.project-card__meta{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--gray-1);font-size:.78rem;color:var(--gray-4)}

/* ── LOGOS — fondo blanco, grises ────────────────────────── */
.logos-wrap{overflow:hidden;padding:.5rem 0}
.logos-track{display:flex;gap:4rem;align-items:center;animation:logoScroll 32s linear infinite;width:max-content}
.logos-track:hover{animation-play-state:paused}
.logo-item img{height:36px;width:auto;object-fit:contain;filter:grayscale(1) opacity(.4);transition:filter .2s}
.logo-item img:hover{filter:grayscale(0) opacity(1)}
@keyframes logoScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── NOTICIAS HOME ────────────────────────────────────────── */
.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.4rem}
.news-card{background:#fff;border:1px solid var(--bd);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .18s}
.news-card:hover{box-shadow:var(--sh-md);transform:translateY(-3px)}
.news-img{height:190px;background-size:cover;background-position:center;background-color:var(--gray-1)}
.news-body{padding:1.3rem;flex:1;display:flex;flex-direction:column}
.news-cat{font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:var(--blue-lt);padding:.2rem .6rem;border-radius:4px;display:inline-block;margin-bottom:.55rem}
.news-body h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:.97rem;font-weight:700;color:var(--gray-7);margin-bottom:.45rem;line-height:1.32}
.news-body h3 a:hover{color:var(--blue)}
.news-body p{font-size:.855rem;color:var(--gray-5);flex:1;line-height:1.6}
.news-meta{display:flex;align-items:center;justify-content:space-between;margin-top:.9rem;padding-top:.75rem;border-top:1px solid var(--gray-1);font-size:.76rem;color:var(--gray-4)}
.news-meta a{color:var(--blue);font-weight:700}

/* ── CTA SECTION ─────────────────────────────────────────── */
.cta-section{background:var(--navy);position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;right:-10%;top:-50%;width:600px;height:600px;border-radius:50%;background:rgba(27,110,243,.12);pointer-events:none}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;z-index:1}
.cta-inner h2{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:800;color:#fff;letter-spacing:-.025em;margin-bottom:.5rem}
.cta-inner p{color:rgba(255,255,255,.6);font-size:.95rem}
.cta-actions{display:flex;gap:.75rem;flex-wrap:wrap}

/* ── PAGE HERO ───────────────────────────────────────────── */
.page-hero{background:var(--navy);padding:4.5rem 0 3.25rem;position:relative;overflow:hidden}
.page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue) 0%,#60a5fa 50%,transparent 100%)}
.page-hero h1{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(1.75rem,3.2vw,2.6rem);font-weight:800;color:#fff;letter-spacing:-.025em;margin-bottom:.7rem}
.page-lead{font-size:1.02rem;color:rgba(255,255,255,.65);max-width:660px;line-height:1.7}
.breadcrumb{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-size:.76rem;color:rgba(255,255,255,.4);margin-bottom:.85rem}
.breadcrumb a{color:rgba(255,255,255,.6);transition:color .15s}
.breadcrumb a:hover{color:#fff}
.breadcrumb span{opacity:.4}

/* ── MISIÓN/VISIÓN ───────────────────────────────────────── */
.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.mv-card{background:#fff;border:1px solid var(--bd);border-radius:var(--r-xl);padding:2.5rem 2rem;position:relative;overflow:hidden}
.mv-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--blue);border-radius:0}
.mv-icon{font-size:2.25rem;margin-bottom:.9rem}
.mv-card h2{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.3rem;font-weight:800;color:var(--gray-7);margin-bottom:.65rem}
.mv-card p{color:var(--gray-5);line-height:1.75}

/* ── VALORES ─────────────────────────────────────────────── */
.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.1rem}
.value-card{background:#fff;border:1px solid var(--bd);border-radius:var(--r-lg);padding:1.6rem 1.35rem;text-align:center;transition:box-shadow .2s,transform .18s}
.value-card:hover{box-shadow:var(--sh-md);transform:translateY(-3px)}
.value-icon{font-size:1.9rem;margin-bottom:.7rem}
.value-card h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:.92rem;font-weight:700;color:var(--gray-7);margin-bottom:.35rem}
.value-card p{font-size:.83rem;color:var(--gray-5)}

/* ── HSEQ ────────────────────────────────────────────────── */
.hseq-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}
.hseq-card{display:flex;gap:.9rem;align-items:flex-start;background:#fff;border:1px solid var(--bd);border-radius:var(--r);padding:1.2rem}
.hseq-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;margin-top:.45rem}
.hseq-card h4{font-size:.92rem;font-weight:700;color:var(--gray-7);margin-bottom:.2rem}
.hseq-card p{font-size:.83rem;color:var(--gray-5)}

/* ── TIMELINE ────────────────────────────────────────────── */
.timeline-group-label{margin-bottom:1.5rem}
.badge-active-lg,.badge-done-lg{display:inline-block;font-size:.78rem;font-weight:700;padding:.38rem 1rem;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}
.badge-active-lg{background:var(--green-lt);color:#15803d;border:1px solid #86efac}
.badge-done-lg  {background:var(--blue-lt);color:#1d4ed8;border:1px solid #93c5fd}
.timeline{position:relative;padding-left:2rem}
.timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--gray-2)}
.timeline-item{position:relative;margin-bottom:1.75rem}
.timeline-dot{position:absolute;left:-2.45rem;top:1.2rem;width:13px;height:13px;border-radius:50%;border:2px solid}
.timeline-dot.active{background:var(--green);border-color:var(--green);box-shadow:0 0 0 4px rgba(22,163,74,.15)}
.timeline-dot.done  {background:var(--blue);border-color:var(--blue)}
.timeline-card{background:#fff;border:1px solid var(--bd);border-radius:var(--r-lg);padding:1.7rem 1.9rem;transition:box-shadow .2s,border-color .2s}
.timeline-card:hover{box-shadow:var(--sh-md);border-color:var(--blue)}
.timeline-header{display:flex;align-items:center;gap:.7rem;margin-bottom:.6rem;flex-wrap:wrap}
.timeline-period{font-size:.74rem;font-weight:700;color:var(--gray-4);letter-spacing:.08em;text-transform:uppercase}
.timeline-card h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.08rem;font-weight:800;color:var(--gray-7);margin-bottom:.5rem}
.timeline-card p{color:var(--gray-5);font-size:.9rem;line-height:1.65}
.timeline-meta{display:flex;gap:1.25rem;margin-top:.9rem;flex-wrap:wrap;font-size:.8rem;color:var(--gray-4)}

/* ── BADGES ──────────────────────────────────────────────── */
.badge{display:inline-block;font-size:.68rem;font-weight:700;padding:2px 9px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}
.badge-active{background:var(--green-lt);color:#15803d}
.badge-done  {background:var(--blue-lt);color:#1d4ed8}

/* ── COBERTURA ───────────────────────────────────────────── */
.cov-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}
.map-wrap{background:#fff;border:1px solid var(--bd);border-radius:var(--r-xl);padding:1.5rem 1.5rem 1rem;box-shadow:var(--sh-sm)}
.map-header{margin-bottom:.75rem}
.map-header h2{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:var(--gray-7);margin-bottom:.15rem}
.map-header p{font-size:.8rem;color:var(--gray-4)}
.map-container{position:relative;background:linear-gradient(150deg,#eef4ff,#f5f8ff);border-radius:var(--r);border:1px solid var(--bd);overflow:hidden;min-height:360px}
.map-tooltip{position:absolute;background:var(--navy);color:#fff;border-radius:8px;padding:.58rem .88rem;font-size:.8rem;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .14s,transform .14s;z-index:10;box-shadow:var(--sh-md);max-width:200px}
.map-tooltip.show{opacity:1;transform:translateY(0)}
.map-tooltip__name{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-weight:700;font-size:.85rem;margin-bottom:.18rem}
.map-tooltip__bases{font-size:.74rem;opacity:.7;line-height:1.5}
.map-legend{display:flex;gap:1.4rem;flex-wrap:wrap;padding:.75rem 0 .1rem}
.map-legend__item{display:flex;align-items:center;gap:.4rem;font-size:.76rem;color:var(--gray-5)}
.map-legend__dot{width:12px;height:12px;border-radius:2px;background:var(--gray-2);flex-shrink:0}
.map-legend__dot--active{background:var(--blue)}
.cov-cards-col{display:flex;flex-direction:column;gap:.8rem}
.cov-cards-title{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:var(--gray-7);margin-bottom:.1rem}
.cov-card{background:#fff;border:1.5px solid var(--bd);border-radius:var(--r-lg);padding:1rem 1.1rem;box-shadow:var(--sh-sm);transition:border-color .18s,box-shadow .18s,transform .18s}
.cov-card.active,.cov-card:hover{border-color:var(--blue);box-shadow:0 4px 20px rgba(27,110,243,.12);transform:translateY(-2px)}
.cov-card__head{display:flex;align-items:center;gap:.55rem;margin-bottom:.55rem}
.cov-card__pin{font-size:1.05rem}
.cov-card__head h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:.9rem;font-weight:700;color:var(--gray-7);margin:0}
.cov-card__badge{display:inline-block;font-size:.66rem;font-weight:700;color:var(--blue);background:var(--blue-lt);padding:.1rem .48rem;border-radius:4px;margin-top:2px}
.cov-bases{list-style:none;display:flex;flex-direction:column;gap:.2rem}
.cov-bases li{display:flex;align-items:center;gap:.35rem;font-size:.81rem;color:var(--gray-5)}
.cov-bases li span{font-size:.88rem}
.cov-bases__main{font-weight:700;color:var(--gray-7)}
.cov-national{display:flex;gap:.75rem;align-items:flex-start;background:var(--blue-lt);border:1px solid #93c5fd;border-radius:var(--r);padding:.95rem}
.cov-national__icon{font-size:1.35rem}
.cov-national strong{display:block;font-size:.88rem;color:var(--navy);margin-bottom:.18rem}
.cov-national p{font-size:.79rem;color:#1d4ed8;line-height:1.5;margin:0}

/* ── CONTACTO ────────────────────────────────────────────── */
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:start}
.contact-info h2,.contact-form-wrap h2{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.45rem;font-weight:800;color:var(--gray-7);margin-bottom:1.35rem;letter-spacing:-.02em}
.contact-items{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1rem}
.contact-item{display:flex;gap:.7rem;align-items:flex-start}
.ci-icon{font-size:1.15rem;margin-top:.1rem;flex-shrink:0}
.ci-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-4);margin-bottom:.12rem}
.contact-item a{color:var(--blue);font-size:.9rem}
.contact-item a:hover{color:var(--blue-dk)}
.contact-item span{font-size:.9rem;color:var(--gray-5)}
.contact-form-wrap{background:#fff;border:1px solid var(--bd);border-radius:var(--r-xl);padding:2.1rem 2rem;box-shadow:var(--sh-sm)}
.contact-form .cf-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-bottom:.9rem}
.contact-form .cf-group{margin-bottom:.9rem}
.contact-form label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--gray-4);margin-bottom:.3rem}
.contact-form input,.contact-form textarea{width:100%;padding:.6rem .85rem;background:var(--gray-0);border:1.5px solid var(--bd);border-radius:8px;font-size:.9rem;font-family:inherit;color:var(--gray-7);transition:border-color .18s}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--blue);background:#fff}
.contact-form textarea{resize:vertical}
.form-success{background:var(--green-lt);border:1px solid #86efac;color:#15803d;border-radius:8px;padding:.72rem .95rem;margin-bottom:.9rem;font-size:.9rem}
.form-error  {background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;border-radius:8px;padding:.72rem .95rem;margin-bottom:.9rem;font-size:.9rem}

/* ── FOOTER — BLANCO EJECUTIVO ───────────────────────────── */
.site-footer{background:#fff;border-top:1.5px solid var(--navy)}
.footer-top{padding:3.75rem 0 2.75rem}
.footer-grid{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:2.2fr 1fr 1.2fr 1fr;gap:2.75rem}
.footer-brand img{height:40px;width:auto;margin-bottom:.9rem}
.footer-tagline{font-size:.86rem;color:var(--gray-5);line-height:1.65;max-width:270px}
.footer-social{display:flex;gap:.6rem;margin-top:1.15rem}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;background:var(--gray-1);color:var(--gray-5);transition:background .15s,color .15s}
.footer-social a:hover{background:#25d366;color:#fff}
.footer-heading{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-7);margin-bottom:1rem}
.footer-col ul li{margin-bottom:.4rem}
.footer-col ul li a{font-size:.86rem;color:var(--gray-5);transition:color .15s}
.footer-col ul li a:hover{color:var(--navy)}
.footer-col ul li,.footer-col ul li span{font-size:.86rem;color:var(--gray-5)}
.footer-bottom{background:var(--navy);padding:1rem 1.5rem}
.footer-bottom-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.74rem;color:rgba(255,255,255,.68)}
.footer-bottom-inner a{color:rgba(255,255,255,.78);text-decoration:underline;text-underline-offset:2px}
.footer-bottom-inner a:hover{color:#fff}

/* ── WA FLOTANTE ─────────────────────────────────────────── */
.wa-float{position:fixed;bottom:1.75rem;right:1.75rem;z-index:999;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .2s}
.wa-float:hover{transform:scale(1.1)}

/* ── NOTICIAS V2 ─────────────────────────────────────────── */
.news-list-hero{background:var(--navy);padding:4.25rem 0 2.75rem;position:relative;overflow:hidden}
.news-list-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),#60a5fa 50%,transparent)}
.news-list-hero__eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:.7rem}
.news-list-hero h1{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(1.75rem,3.3vw,2.5rem);font-weight:800;color:#fff;letter-spacing:-.025em;margin-bottom:.55rem}
.news-list-hero p{color:rgba(255,255,255,.6);font-size:1rem}
.news-filter-bar{background:#fff;border-bottom:1px solid var(--bd);position:sticky;top:70px;z-index:50;box-shadow:var(--sh-sm)}
.news-filter-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap;padding:.7rem 0}
.cat-pill-w{display:inline-block;padding:.3rem .82rem;border-radius:4px;font-size:.74rem;font-weight:700;color:var(--gray-5);border:1.5px solid var(--bd);transition:all .15s;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}
.cat-pill-w:hover{border-color:var(--navy);color:var(--navy)}
.cat-pill-w.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.cat-pills{display:flex;gap:.35rem;flex-wrap:wrap}
.news-search-form{display:flex;align-items:center;border:1.5px solid var(--bd);border-radius:8px;overflow:hidden;background:var(--gray-0);transition:border-color .2s}
.news-search-form:focus-within{border-color:var(--blue)}
.news-search-form input{border:none;background:none;padding:.42rem .82rem;font-size:.875rem;font-family:inherit;color:var(--gray-7);outline:none;width:200px}
.news-search-form button{background:none;border:none;cursor:pointer;padding:.42rem .72rem;color:var(--gray-4);display:flex;align-items:center;transition:color .15s}
.news-search-form button:hover{color:var(--navy)}
.news-list-body{background:var(--gray-0);padding:2.75rem 0 4rem}
.news-featured{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-md);margin-bottom:2.25rem;text-decoration:none;transition:box-shadow .25s,transform .2s;border:1px solid var(--bd)}
.news-featured:hover{box-shadow:var(--sh-lg);transform:translateY(-3px)}
.news-featured__img{min-height:320px;background-size:cover;background-position:center;background-color:var(--navy);position:relative}
.news-featured__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:4rem}
.news-featured__overlay{position:absolute;inset:0;background:linear-gradient(to right,transparent 60%,rgba(255,255,255,.04))}
.news-featured__body{padding:2.25rem 2rem;display:flex;flex-direction:column;justify-content:center}
.news-featured__top{display:flex;align-items:center;gap:.55rem;margin-bottom:.9rem}
.news-featured__badge{font-size:.68rem;font-weight:700;color:#92400e;background:#fef3c7;border:1px solid #fde68a;padding:.2rem .65rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}
.news-featured__title{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(1.15rem,1.9vw,1.6rem);font-weight:800;color:var(--gray-7);line-height:1.2;margin-bottom:.9rem;letter-spacing:-.02em}
.news-featured__excerpt{font-size:.91rem;color:var(--gray-5);line-height:1.65;margin-bottom:1.4rem;flex:1}
.news-featured__meta{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;font-size:.77rem;color:var(--gray-4)}
.news-featured__read{color:var(--blue);font-weight:700;margin-left:auto}
.news-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.35rem}
.news-grid-white{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.35rem}
.nwc{display:flex;flex-direction:column;background:#fff;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-sm);border:1px solid var(--bd);text-decoration:none;transition:box-shadow .22s,transform .2s}
.nwc:hover{box-shadow:var(--sh-md);transform:translateY(-4px)}
.nwc__img{height:195px;background-size:cover;background-position:center;background-color:var(--blue-lt);flex-shrink:0}
.nwc__img--placeholder{display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:var(--blue-lt)}
.nwc__body{padding:1.35rem 1.3rem;flex:1;display:flex;flex-direction:column}
.nwc__top{display:flex;align-items:center;gap:.4rem;margin-bottom:.55rem}
.nwc__cat{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:var(--blue-lt);padding:.18rem .58rem;border-radius:4px}
.nwc__star{font-size:.82rem}
.nwc__title{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:.96rem;font-weight:700;color:var(--gray-7);line-height:1.3;margin-bottom:.5rem}
.nwc__excerpt{font-size:.845rem;color:var(--gray-5);line-height:1.58;flex:1}
.nwc__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.9rem;padding-top:.7rem;border-top:1px solid var(--gray-1)}
.nwc__date{font-size:.72rem;color:var(--gray-4)}
.nwc__read{font-size:.75rem;font-weight:700;color:var(--blue)}
.nwc:hover .nwc__read{color:var(--blue-dk)}
.news-empty{text-align:center;padding:5rem 1rem}
.news-empty__icon{font-size:3.25rem;margin-bottom:.9rem}
.news-empty h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.35rem;font-weight:800;color:var(--gray-7);margin-bottom:.45rem}
.news-empty p{color:var(--gray-5);margin-bottom:1.35rem}
.pagination-white{display:flex;gap:.45rem;justify-content:center;margin-top:2.75rem;flex-wrap:wrap;align-items:center}
.pgw{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:8px;font-size:.875rem;font-weight:600;color:var(--gray-5);background:#fff;border:1.5px solid var(--bd);text-decoration:none;transition:all .15s}
.pgw:hover{border-color:var(--navy);color:var(--navy)}
.pgw--active{background:var(--navy);color:#fff;border-color:var(--navy)}
.pgw--prev,.pgw--next{font-size:.81rem;padding:0 1rem}

/* ── ARTÍCULO ────────────────────────────────────────────── */
.art-hero{background:var(--navy);padding:3.25rem 0 2.75rem;position:relative;overflow:hidden}
.art-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),#60a5fa 50%,transparent)}
.art-hero--img{background-size:cover;background-position:center;min-height:420px;display:flex;align-items:flex-end;padding:0}
.art-hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,31,75,.93) 0%,rgba(11,31,75,.5) 60%,rgba(11,31,75,.15) 100%)}
.art-hero__inner{position:relative;z-index:1;padding-top:2.5rem;padding-bottom:2.5rem;width:100%}
.art-breadcrumb{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-size:.74rem;color:rgba(255,255,255,.65);margin-bottom:1.1rem}
.art-breadcrumb a{color:rgba(255,255,255,.6);transition:color .15s}
.art-breadcrumb a:hover{color:#fff}
.art-breadcrumb span{opacity:.35}
.art-hero__cat-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.8rem}
.art-cat-badge{font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.7);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:.22rem .72rem;border-radius:4px}
.art-featured-badge{font-size:.67rem;font-weight:700;color:#92400e;background:#fef3c7;border:1px solid #fde68a;padding:.22rem .72rem;border-radius:4px;text-transform:uppercase;letter-spacing:.06em}
.art-hero__title{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(1.55rem,3.3vw,2.55rem);font-weight:800;color:#fff;line-height:1.15;max-width:780px;margin-bottom:.85rem;letter-spacing:-.03em}
.art-hero__excerpt{font-size:1rem;color:rgba(255,255,255,.65);max-width:660px;margin-bottom:1.4rem;line-height:1.65}
.art-hero__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.art-author{display:flex;align-items:center;gap:.72rem}
.art-author__avatar{width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-weight:700;font-size:.95rem;flex-shrink:0}
.art-author__name{font-size:.87rem;font-weight:600;color:#fff}
.art-author__date{font-size:.74rem;color:rgba(255,255,255,.65);margin-top:1px}
.art-hero__stats{font-size:.78rem;color:rgba(255,255,255,.65)}
.art-layout{background:var(--gray-0);padding:2.25rem 0 4rem}
.art-layout__grid{display:grid;grid-template-columns:1fr 290px;gap:1.75rem;align-items:start}
.art-card{background:#fff;border-radius:var(--r-xl);box-shadow:var(--sh-md);border:1px solid var(--bd);overflow:hidden}
.art-card__img img{width:100%;max-height:440px;object-fit:cover;display:block}
.art-body{padding:2.4rem 2.4rem 1.9rem;font-size:1.01rem;color:#374151;line-height:1.85}
.art-body p{margin-bottom:1.25rem}
.art-body h2{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.3rem;font-weight:800;color:var(--gray-7);margin:2.1rem 0 .8rem;padding-top:.45rem;border-top:1px solid var(--gray-1)}
.art-body h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.08rem;font-weight:700;color:var(--gray-7);margin:1.65rem 0 .55rem}
.art-body ul,.art-body ol{padding-left:1.5rem;margin-bottom:1.25rem}
.art-body li{margin-bottom:.38rem}
.art-body blockquote{border-left:4px solid var(--blue);padding:.9rem 1.4rem;margin:1.4rem 0;background:var(--blue-lt);border-radius:0 8px 8px 0;font-style:italic;color:#1d4ed8}
.art-body img{border-radius:8px;margin:1rem 0}
.art-body a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.art-footer-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.15rem 2.4rem 1.6rem;border-top:1px solid var(--gray-1)}
.btn-back{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;font-weight:600;color:var(--gray-5);padding:.48rem .88rem;border-radius:8px;border:1.5px solid var(--bd);background:var(--gray-0);transition:all .15s}
.btn-back:hover{border-color:var(--navy);color:var(--navy)}
.art-share{display:flex;align-items:center;gap:.55rem;font-size:.78rem;color:var(--gray-4)}
.share-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;transition:background .15s,color .15s}
.share-wa{background:var(--green-lt);color:var(--green)}
.share-wa:hover{background:#25d366;color:#fff}
.share-li{background:var(--blue-lt);color:#1d4ed8}
.share-li:hover{background:#0a66c2;color:#fff}
.art-sidebar{display:flex;flex-direction:column;gap:1.1rem}
.sidebar-card{background:#fff;border-radius:var(--r-lg);padding:1.35rem 1.3rem;box-shadow:var(--sh-sm);border:1px solid var(--bd)}
.sidebar-card--cta{background:var(--navy)}
.sidebar-card--cta .sidebar-card__title{color:rgba(255,255,255,.5)}
.sidebar-card--cta p{font-size:.875rem;color:rgba(255,255,255,.6)}
.sidebar-card__title{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-4);margin-bottom:.9rem}
.sidebar-author{display:flex;align-items:center;gap:.7rem}
.sidebar-author__avatar{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-weight:700;font-size:1.1rem;flex-shrink:0}
.sidebar-author__name{font-size:.9rem;font-weight:700;color:var(--gray-7)}
.sidebar-author__role{font-size:.74rem;color:var(--gray-4);margin-top:2px}
.sidebar-details{list-style:none}
.sidebar-details li{display:flex;justify-content:space-between;align-items:center;padding:.46rem 0;border-bottom:1px solid var(--gray-1);font-size:.83rem}
.sidebar-details li:last-child{border:none}
.sidebar-details span{color:var(--gray-4)}
.sidebar-details strong{color:var(--gray-7)}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-list{display:flex;flex-direction:column;gap:.5rem}
.faq-item{background:#fff;border:1px solid var(--bd);border-radius:var(--r);overflow:hidden}
.faq-item summary{padding:1rem 1.25rem;cursor:pointer;font-weight:700;font-size:.92rem;color:var(--gray-7);list-style:none;display:flex;justify-content:space-between;align-items:center;letter-spacing:-.01em}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:1.2rem;color:var(--blue);flex-shrink:0;font-weight:700}
.faq-item[open] summary{border-bottom:1px solid var(--gray-1)}
.faq-item[open] summary::after{content:'−'}
.faq-item p{padding:.75rem 1.25rem 1rem;font-size:.875rem;color:var(--gray-5);line-height:1.65;margin:0}

/* ── COVERAGE NOTE ───────────────────────────────────────── */
.coverage-note{display:flex;gap:1rem;align-items:flex-start;background:var(--blue-lt);border:1px solid #93c5fd;border-radius:var(--r);padding:1.4rem}
.coverage-note-icon{font-size:1.6rem}
.coverage-note strong{color:var(--navy);display:block;margin-bottom:.35rem}
.coverage-note p{font-size:.87rem;color:#1d4ed8;line-height:1.5}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media(max-width:960px){
  .hero-grid{grid-template-columns:1fr}
  .hero-right{display:none}
  .hero-left{padding:5rem 0 4rem}
  .nav-links{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;background:#fff;flex-direction:column;padding:1rem 1.25rem 2rem;gap:.1rem;overflow-y:auto;border-top:1.5px solid var(--navy)}
  .nav-links.open{display:flex}
  .nav-links li a{padding:.88rem .75rem;font-size:.95rem;color:var(--gray-7);border-radius:8px;border-bottom:1px solid var(--gray-1);letter-spacing:.04em}
  .nav-links li:last-child a{border-bottom:none}
  .nav-links li a:hover{background:var(--gray-0);color:var(--navy)}
  .nav-links li a.active{background:var(--blue-lt);color:var(--navy);font-weight:700}
  .nav-links li a::after{display:none}
  .nav-cta-btn{display:none}
  .nav-toggle{display:flex}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .stat-item:nth-child(2){border-right:0}
  .stat-item:nth-child(3){border-top:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1)}
  .stat-item:nth-child(4){border-top:1px solid rgba(255,255,255,.1)}
  .porque-grid{grid-template-columns:1fr;gap:2.25rem}
  .mv-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr;gap:2rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .cta-inner{flex-direction:column;text-align:center}
  .cta-inner .cta-actions{justify-content:center}
  .feats-grid{grid-template-columns:1fr}
  .cov-layout{grid-template-columns:1fr}
  .cov-cards-col{display:grid;grid-template-columns:1fr 1fr}
  .cov-national,.cov-cards-title{grid-column:1/-1}
  .news-featured{grid-template-columns:1fr}
  .news-featured__img{min-height:210px}
  .art-layout__grid{grid-template-columns:1fr}
  .art-sidebar{order:-1;display:grid;grid-template-columns:1fr 1fr}
  .sidebar-card--cta{grid-column:1/-1}
  .art-body{padding:1.65rem 1.4rem 1.15rem}
  .art-footer-bar{padding:.95rem 1.4rem 1.4rem}
}
@media(max-width:600px){
  .section{padding:3.5rem 0}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
  .contact-form .cf-row{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .hero-actions a{justify-content:center;text-align:center}
  .timeline{padding-left:1.25rem}
  .timeline-dot{left:-1.65rem}
  .hero-content{padding:4.5rem 0 3rem}
  .cov-cards-col{grid-template-columns:1fr}
  .art-sidebar{grid-template-columns:1fr}
  .art-body{padding:1.2rem 1rem .9rem}
  .art-footer-bar{flex-direction:column;align-items:flex-start;padding:.9rem 1rem 1.1rem}
  .news-cards-grid{grid-template-columns:1fr}
  .news-filter-bar__inner{flex-direction:column;align-items:flex-start}
  .news-search-form input,.news-search-form{width:100%}
}

/* ══════════════════════════════════════════════════════════
   HOME v7 — Mejoras 1000%
   Hero con patrón de fibra, contadores animados, proceso,
   proyecto destacado, mini-mapa, trust strip
   ══════════════════════════════════════════════════════════ */

/* ── Patrón de fibra óptica animado en el hero ───────────── */
.hero{position:relative}
.hero-fiber-pattern{
  position:absolute;top:-300px;left:-300px;right:-300px;bottom:-300px;pointer-events:none;opacity:.5;z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%231b6ef3' stroke-width='1' stroke-opacity='0.15'%3E%3Cpath d='M0 60 Q100 20 200 80 T400 60'/%3E%3Cpath d='M0 180 Q120 140 240 200 T400 170'/%3E%3Cpath d='M0 300 Q100 260 220 320 T400 290'/%3E%3Ccircle cx='200' cy='80' r='3' fill='%231b6ef3' fill-opacity='0.4'/%3E%3Ccircle cx='240' cy='200' r='3' fill='%2360a5fa' fill-opacity='0.4'/%3E%3Ccircle cx='220' cy='320' r='3' fill='%231b6ef3' fill-opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");
  background-size:600px 600px;
  background-repeat:repeat;
  animation:fiberDrift 60s linear infinite;
  will-change:transform;
}
@keyframes fiberDrift{from{transform:translate3d(0,0,0)}to{transform:translate3d(-600px,-300px,0)}}
.hero-grid{position:relative;z-index:1}

/* ── Trust strip bajo el hero ────────────────────────────── */
.trust-strip{background:#fff;border-bottom:1px solid var(--bd)}
.trust-strip__inner{
  display:flex;align-items:center;justify-content:center;gap:2.5rem;
  flex-wrap:wrap;padding:1.1rem 0;
}
.trust-item{
  display:flex;align-items:center;gap:.55rem;
  font-size:.8rem;font-weight:700;color:var(--gray-6);
  letter-spacing:.02em;
}
.trust-item svg{flex-shrink:0;color:var(--blue)}
.trust-sep{width:1px;height:18px;background:var(--gray-2)}
@media(max-width:768px){.trust-sep{display:none}}

/* ── Contadores animados ─────────────────────────────────── */
.stats-bar{position:relative;overflow:hidden}
.stats-bar::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 20% 50%,rgba(27,110,243,.15) 0%,transparent 50%),
             radial-gradient(circle at 80% 50%,rgba(96,165,250,.1) 0%,transparent 50%);
  pointer-events:none;
}
.stat-item{position:relative;z-index:1}
.stat-item .num{transition:opacity .3s}
.stat-item.counted .num{opacity:1}

/* ── SERVICIOS — cards numeradas ─────────────────────────── */
.srv-grid-v2{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;background:var(--bd);border:1px solid var(--bd);border-radius:var(--r-lg);overflow:hidden}
.srv-card-v2{background:#fff;padding:2.25rem 2rem;position:relative;transition:background .2s;overflow:hidden}
.srv-card-v2:hover{background:var(--gray-0)}
.srv-card-v2::before{
  content:'';position:absolute;top:0;left:0;width:0;height:3px;background:var(--blue);
  transition:width .3s ease;
}
.srv-card-v2:hover::before{width:100%}
.srv-card-v2__num{
  font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:.78rem;font-weight:800;color:var(--gray-3);
  letter-spacing:.1em;margin-bottom:1.1rem;display:block;
}
.srv-card-v2:hover .srv-card-v2__num{color:var(--blue)}
.srv-card-v2__icon{font-size:2.1rem;margin-bottom:1rem;display:block}
.srv-card-v2 h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.02rem;font-weight:700;color:var(--gray-7);margin-bottom:.5rem;letter-spacing:-.01em}
.srv-card-v2 p{font-size:.86rem;color:var(--gray-5);line-height:1.6}
.srv-card-v2__arrow{
  position:absolute;bottom:1.5rem;right:1.5rem;width:30px;height:30px;
  border-radius:50%;border:1.5px solid var(--bd);
  display:flex;align-items:center;justify-content:center;color:var(--gray-4);
  transition:all .25s;opacity:0;transform:translateX(-8px);
}
.srv-card-v2:hover .srv-card-v2__arrow{opacity:1;transform:translateX(0);border-color:var(--blue);color:var(--blue)}

/* ── CÓMO TRABAJAMOS — proceso horizontal ────────────────── */
.process-wrap{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.process-wrap::before{
  content:'';position:absolute;top:28px;left:calc(12.5% - 0px);right:calc(12.5% - 0px);height:2px;
  background:repeating-linear-gradient(to right,var(--gray-3) 0,var(--gray-3) 8px,transparent 8px,transparent 16px);
  z-index:0;
}
.process-step{position:relative;z-index:1;display:flex;flex-direction:column}
.process-step__num{
  width:56px;height:56px;border-radius:50%;background:var(--navy);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-weight:800;font-size:1.25rem;
  margin-bottom:1.25rem;flex-shrink:0;box-shadow:0 0 0 6px #fff;
  transition:background .25s,transform .25s;
}
.process-step:hover .process-step__num{background:var(--blue);transform:scale(1.08)}
.process-step h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.02rem;font-weight:700;color:var(--gray-7);margin-bottom:.5rem;letter-spacing:-.01em}
.process-step p{font-size:.86rem;color:var(--gray-5);line-height:1.65}

/* ── PROYECTO DESTACADO — showcase grande ────────────────── */
.featured-project{
  display:grid;grid-template-columns:1.2fr 1fr;
  background:var(--navy);border-radius:var(--r-xl);overflow:hidden;
  box-shadow:var(--sh-lg);
}
.featured-project__img{
  position:relative;min-height:380px;background-size:cover;background-position:center;
  background-color:#0d2660;
}
.featured-project__img::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to right,transparent 50%,var(--navy) 100%);
}
@media(min-width:961px){.featured-project__img::after{background:linear-gradient(to right,transparent 60%,var(--navy) 100%)}}
.featured-project__badge{
  position:absolute;top:1.5rem;left:1.5rem;z-index:1;
  display:inline-flex;align-items:center;gap:.45rem;
  background:rgba(74,222,128,.15);border:1px solid rgba(74,222,128,.4);
  color:#4ade80;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  padding:.4rem .9rem;border-radius:4px;
}
.featured-project__pulse{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:pulse 1.6s ease-in-out infinite}
.featured-project__body{padding:2.5rem 2.5rem;display:flex;flex-direction:column;justify-content:center}
.featured-project__client{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#60a5fa;margin-bottom:.7rem}
.featured-project__title{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:clamp(1.4rem,2.4vw,1.85rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.025em;margin-bottom:1rem}
.featured-project__desc{font-size:.92rem;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:1.5rem}
.featured-project__stats{display:flex;gap:2rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}
.featured-project__stat .val{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.5rem;font-weight:800;color:#fff}
.featured-project__stat .lbl{font-size:.7rem;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem}

/* Proyectos secundarios — fila pequeña */
.projects-mini{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1.5rem}
.project-mini{
  display:flex;gap:1rem;align-items:flex-start;background:#fff;border:1px solid var(--bd);
  border-radius:var(--r-lg);padding:1.25rem;transition:box-shadow .2s,transform .18s,border-color .2s;
}
.project-mini:hover{box-shadow:var(--sh-md);transform:translateY(-3px);border-color:var(--blue)}
.project-mini__icon{
  width:42px;height:42px;border-radius:8px;background:var(--blue-lt);color:var(--blue);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;
}
.project-mini__client{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:.25rem}
.project-mini h4{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:.92rem;font-weight:700;color:var(--gray-7);margin-bottom:.3rem;line-height:1.3}
.project-mini p{font-size:.8rem;color:var(--gray-5);line-height:1.5}

/* ── POR QUÉ — íconos en vez de solo texto ────────────────── */
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:2.5rem}
.why-card{
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  border-radius:var(--r-lg);padding:1.75rem 1.5rem;
  transition:background .2s,border-color .2s,transform .2s;
}
.why-card:hover{background:rgba(255,255,255,.07);border-color:rgba(96,165,250,.3);transform:translateY(-3px)}
.why-card__icon{
  width:48px;height:48px;border-radius:10px;background:rgba(27,110,243,.18);
  color:#60a5fa;display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;margin-bottom:1.1rem;
}
.why-card h3{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-weight:700;color:#fff;font-size:1rem;margin-bottom:.4rem;letter-spacing:-.01em}
.why-card p{font-size:.84rem;color:rgba(255,255,255,.55);line-height:1.6}

/* ── MINI MAPA / COBERTURA TEASER ────────────────────────── */
.coverage-teaser{
  display:grid;grid-template-columns:1fr 1.3fr;gap:0;
  background:#fff;border:1px solid var(--bd);border-radius:var(--r-xl);overflow:hidden;
  box-shadow:var(--sh-sm);
}
.coverage-teaser__map{
  position:relative;background:linear-gradient(150deg,var(--blue-lt) 0%,#f5f8ff 100%);
  padding:2rem;display:flex;align-items:center;justify-content:center;min-height:280px;
}
.coverage-teaser__map svg{width:100%;max-width:280px;height:auto}
.coverage-teaser__dot{
  fill:var(--blue);stroke:#fff;stroke-width:2;
  transform-box:fill-box;
  transform-origin:center;
  animation:dotPulse 2s ease-in-out infinite;
  will-change:transform,opacity;
}
.coverage-teaser__dot:nth-child(2){animation-delay:.3s}
.coverage-teaser__dot:nth-child(3){animation-delay:.6s}
.coverage-teaser__dot:nth-child(4){animation-delay:.9s}
.coverage-teaser__dot:nth-child(5){animation-delay:1.2s}
@keyframes dotPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}
.coverage-teaser__body{padding:2.5rem 2.5rem;display:flex;flex-direction:column;justify-content:center}
.coverage-teaser__body .label{margin-bottom:.6rem}
.coverage-teaser__body h2{margin-bottom:.85rem}
.coverage-teaser__body p{color:var(--gray-5);line-height:1.75;margin-bottom:1.5rem}
.coverage-teaser__deps{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}
.coverage-teaser__dep{
  font-size:.78rem;font-weight:700;color:var(--gray-6);
  background:var(--gray-0);border:1px solid var(--bd);
  padding:.32rem .85rem;border-radius:20px;
}

/* ── CLIENTES — sección reforzada ────────────────────────── */
.clients-section{background:#fff;padding:4rem 0;border-top:1px solid var(--bd);border-bottom:1px solid var(--bd)}
.clients-header{text-align:center;margin-bottom:2rem}
.clients-header .label{margin-bottom:.5rem}
.clients-header h2{font-family:'Sora','Sora Fallback',system-ui,sans-serif;font-size:1.3rem;font-weight:800;color:var(--gray-7);letter-spacing:-.02em}

/* ── CTA FINAL — patrón decorativo ────────────────────────── */
.cta-section{position:relative}
.cta-section::after{
  content:'';position:absolute;inset:0;opacity:.4;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%2360a5fa' fill-opacity='0.25'/%3E%3C/svg%3E");
  background-size:48px 48px;
}
.cta-inner{position:relative;z-index:1}

/* ── SCROLL REVEAL ────────────────────────────────────────── */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.21,.6,.35,1),transform .7s cubic-bezier(.21,.6,.35,1)}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.reveal-delay-1{transition-delay:.08s}
.reveal-delay-2{transition-delay:.16s}
.reveal-delay-3{transition-delay:.24s}
.reveal-delay-4{transition-delay:.32s}

/* ── RESPONSIVE v7 ────────────────────────────────────────── */
@media(max-width:960px){
  .process-wrap{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}
  .process-wrap::before{display:none}
  .featured-project{grid-template-columns:1fr}
  .featured-project__img{min-height:220px}
  .featured-project__img::after{background:linear-gradient(to top,var(--navy) 0%,transparent 50%)}
  .coverage-teaser{grid-template-columns:1fr}
  .coverage-teaser__map{min-height:220px}
}
@media(max-width:600px){
  .process-wrap{grid-template-columns:1fr}
  .featured-project__body{padding:1.75rem}
  .coverage-teaser__body{padding:1.75rem}
  .trust-strip__inner{gap:1.25rem;justify-content:flex-start;overflow-x:auto;padding:.9rem 1.5rem}
}
