﻿/* ══════════════════════════════════════════════════════════════════════
   SECTIONS — Page Layouts (Hero, Benefits, Footer, etc.)
═════════════════════════════════════════════════════════════════════ */

/* SECTION BASE */
section {
  padding: 100px 56px;
  position: relative;
}

/* ══ ZONAS DE OPERACIÓN — Diseño interactivo con mapa ══
   Tokens scoped a .zona para no contaminar el sistema global
   Fuente: handoff design_handoff_zonas_operacion (CC-BY-4.0 VictorCazanave/@svg-maps)
   ══════════════════════════════════════════════════════════ */
.zona {
  /* Tokens propios de la sección */
  --orange:        #EC9A3D;
  --orange-bright: #F6B255;
  --orange-deep:   #D9822A;
  --ztxt:          #F4F1EA;
  --zmuted:        #A69E90;
  --zmuted-2:      #7c7568;
  --zline:         rgba(255,255,255,0.09);
  --zline-2:       rgba(255,255,255,0.14);
  --zcard:         rgba(255,255,255,0.035);
  --zcard-hi:      rgba(236,154,61,0.10);
  --zdisp:         'Poppins', system-ui, sans-serif;
  --zbody:         'Hanken Grotesk', system-ui, sans-serif;

  position: relative;
  font-family: var(--zbody);
  color: var(--ztxt);
  background:
    radial-gradient(120% 80% at 18% 0%, rgba(236,154,61,0.10), transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgba(40,70,110,0.16), transparent 60%),
    linear-gradient(160deg, #14110b 0%, #0c0a07 60%, #0a0805 100%),
    url('assets/images/projects/proyecto-panoramica-industrial.webp') center 40% / cover no-repeat;
  overflow: hidden;
}

/* Rejilla sutil tipo panel solar */
.zona::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(120% 90% at 30% 30%, #000 30%, transparent 80%);
  mask-image: radial-gradient(120% 90% at 30% 30%, #000 30%, transparent 80%);
}

.zona > * { position: relative; z-index: 1; }

/* Tipografía de la sección */
.zona .eyebrow {
  font-family: var(--zbody);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 22px;
}

.zona .title {
  font-family: var(--zdisp);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.0;
  margin: 0;
  font-size: clamp(34px, 3.4vw, 50px);
  color: var(--ztxt);
}

.zona .title em { font-style: normal; color: var(--orange); }

.zona .lede {
  font-family: var(--zbody);
  color: var(--zmuted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 34ch;
  font-weight: 400;
  margin: 0;
}

/* Mapa SVG */
.mx-map { width: 100%; height: auto; display: block; overflow: visible; }
.mx-state-bg { fill: rgba(255,255,255,0.028); stroke: rgba(255,255,255,0.05); stroke-width: 0.4; }
.mx-hi { filter: drop-shadow(0 2px 10px rgba(236,154,61,0.18)); }
.mx-state {
  fill: rgba(236,154,61,0.30);
  stroke: rgba(246,178,85,0.8);
  stroke-width: 0.65;
  transition: fill 0.22s ease, stroke 0.22s ease, filter 0.22s ease;
  cursor: pointer;
}
.mx-state:hover { fill: rgba(236,154,61,0.55); }
.mx-state.is-active {
  fill: var(--orange);
  stroke: var(--orange-bright);
  stroke-width: 0.8;
  filter: drop-shadow(0 0 7px rgba(246,178,85,0.55));
}
.mx-mk { fill: var(--orange-bright); stroke: #1a1306; stroke-width: 0.5; cursor: pointer; }
.mx-mk.is-hq { fill: #fff; }
.mx-mk.is-active { fill: #fff; }
.mx-mk-ring {
  fill: none;
  stroke: var(--orange-bright);
  stroke-width: 0.9;
  opacity: 0.7;
  animation: mkpulse 1.6s ease-out infinite;
}
@keyframes mkpulse { 0% { r: 4; opacity: 0.8; } 100% { r: 9; opacity: 0; } }
.mx-label rect { fill: #1a1408; stroke: var(--orange); stroke-width: 0.4; }
.mx-label text {
  fill: var(--orange-bright);
  font-family: var(--zbody);
  font-weight: 700;
  font-size: 7px;
  letter-spacing: 0.01em;
}

/* Silueta de estado (icono de tarjeta) */
.state-glyph { width: 100%; height: 100%; display: block; overflow: visible; }
.state-glyph path {
  fill: rgba(236,154,61,0.22);
  stroke: var(--orange);
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
  transition: fill 0.2s ease, filter 0.2s ease;
}
.state-glyph.is-active path {
  fill: var(--orange);
  filter: drop-shadow(0 0 6px rgba(246,178,85,0.5));
}

/* Stats */
.zona .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.zona .stat .num {
  font-family: var(--zdisp);
  font-weight: 800;
  color: var(--orange);
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.zona .stat .lab { color: var(--zmuted); font-size: 15px; margin-top: 8px; }
.zona .rule { height: 1px; background: var(--zline); border: 0; margin: 0; }

/* Layout Variante A — exacto al handoff ZIP */
.zona.vA { padding: clamp(40px,5vw,72px); display: flex; flex-direction: column; gap: 40px; }
.vA-top {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(28px,4vw,52px);
  align-items: center;
}
.vA-map { position: relative; }
.vA-map .map-wrap { width: 100%; }
.vA-right { display: flex; flex-direction: column; gap: 28px; }
.vA-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Tarjeta de zona */
.cell {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 18px;
  border-radius: 14px;
  border: 1px solid var(--zline);
  background: var(--zcard);
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.cell:hover, .cell.is-active {
  background: var(--zcard-hi);
  border-color: rgba(236,154,61,0.5);
  transform: translateY(-1px);
}
.cell .gl { width: 38px; height: 38px; flex: none; }
.cell .nm { font-family: var(--zdisp); font-weight: 600; font-size: 17px; color: var(--ztxt); line-height: 1.1; }
.cell .tg { font-size: 13.5px; color: var(--zmuted-2); margin-top: 3px; }
.cell.is-active .nm { color: var(--orange-bright); }

/* Responsive zonas */
@media (max-width: 1080px) {
  .vA-top { grid-template-columns: 0.95fr 1.05fr; gap: clamp(24px,3.5vw,40px); }
  .cell { padding: 15px 16px; gap: 13px; }
  .cell .gl { width: 34px; height: 34px; }
  .cell .nm { font-size: 16px; }
  .zona .stat .num { font-size: 40px; }
}

/* ≤ 880px — orden: texto → mapa → estados
   display:contents en .vA-right desenvuelve sus hijos
   para poder reordenarlos sin tocar el desktop */
@media (max-width: 880px) {
  .zona.vA  { gap: 20px; }
  .vA-top   { display: flex; flex-direction: column; gap: 16px; }
  .vA-right { display: contents; }
  .vA-head  { order: 1; }
  .zona .lede { order: 2; max-width: none; font-size: 15px; }
  .vA-map   { order: 3; max-width: 480px; margin: 0 auto; width: 100%; }
  .vA-list  { order: 4; grid-template-columns: 1fr 1fr; gap: 8px; }
  /* Celdas compactas — sin etiqueta, sin overflow */
  .cell { padding: 10px 12px; gap: 10px; border-radius: 10px; }
  .cell .gl { width: 28px; height: 28px; }
  .cell .nm { font-size: 13px; }
  .cell .tg { display: none; }
  .zona .stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* ≤ 560px — 3 columnas muy compactas, celdas verticales */
@media (max-width: 560px) {
  .zona.vA  { padding: 32px 16px 36px; gap: 16px; }
  .zona .eyebrow { font-size: 12px; letter-spacing: 0.28em; margin-bottom: 14px; }
  .zona .lede { font-size: 14px; }
  .vA-map   { max-width: 340px; }
  .vA-list  { grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .cell {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 4px;
    gap: 3px;
    border-radius: 8px;
  }
  .cell .gl { width: 22px; height: 22px; }
  .cell .nm { font-size: 9.5px; line-height: 1.25; }
  .zona .stats { gap: 16px 10px; }
  .zona .stat .num { font-size: 28px; }
  .zona .stat .lab { font-size: 12px; }
}

/* ≤ 380px — stats en 1 columna */
@media (max-width: 380px) {
  .zona .stats { grid-template-columns: 1fr; gap: 14px; text-align: left; }
  .zona .stat  { display: flex; align-items: baseline; gap: 10px; }
  .zona .stat .num { font-size: 26px; }
  .zona .stat .lab { margin-top: 0; }
}

/* ══ ZONAS — MODO CLARO (handoff ZIP v2 — selectores exactos del handoff) ══
   El JS pone data-theme="light" en #cobertura; CSS idéntico al reference */
.zona[data-theme="light"] {
  --ztxt:          #1c1710;
  --zmuted:        #6b6254;
  --zmuted-2:      #938a7b;
  --zline:         rgba(20,15,8,0.10);
  --zline-2:       rgba(20,15,8,0.16);
  --zcard:         rgba(20,15,8,0.025);
  --zcard-hi:      rgba(236,154,61,0.14);
  --orange:        #D9822A;
  --orange-bright: #C26E1C;
  background:
    radial-gradient(120% 80% at 18% 0%, rgba(236,154,61,0.16), transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgba(40,70,110,0.06), transparent 60%),
    linear-gradient(160deg, #fcf8f1 0%, #f5efe3 58%, #efe7d8 100%);
}
.zona[data-theme="light"]::before {
  background-image:
    linear-gradient(rgba(20,15,8,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,15,8,0.035) 1px, transparent 1px);
  opacity: 0.6;
}
.zona[data-theme="light"] .eyebrow    { color: #C26E1C; }
.zona[data-theme="light"] .stat .num  { color: #C26E1C; }
/* Mapa — colores adaptados a fondo claro */
.zona[data-theme="light"] .mx-state-bg     { fill: rgba(20,15,8,0.045); stroke: rgba(20,15,8,0.08); }
.zona[data-theme="light"] .mx-hi           { filter: drop-shadow(0 2px 10px rgba(217,130,42,0.22)); }
.zona[data-theme="light"] .mx-state        { fill: rgba(236,154,61,0.34); stroke: rgba(194,110,28,0.85); }
.zona[data-theme="light"] .mx-state:hover  { fill: rgba(236,154,61,0.60); }
.zona[data-theme="light"] .mx-state.is-active {
  fill: #E89234; stroke: #C26E1C;
  filter: drop-shadow(0 0 7px rgba(217,130,42,0.50));
}
.zona[data-theme="light"] .mx-mk           { fill: #D9822A; stroke: #fff; }
.zona[data-theme="light"] .mx-mk.is-hq,
.zona[data-theme="light"] .mx-mk.is-active { fill: #1c1710; stroke: #fff; }
.zona[data-theme="light"] .mx-mk-ring      { stroke: #D9822A; }
.zona[data-theme="light"] .mx-label rect   { fill: #fff; stroke: #D9822A; }
.zona[data-theme="light"] .mx-label text   { fill: #A85E16; }
/* Silueta de tarjeta — claro */
.zona[data-theme="light"] .state-glyph path { fill: rgba(236,154,61,0.28); stroke: #D9822A; }
.zona[data-theme="light"] .state-glyph.is-active path {
  fill: #E89234;
  filter: drop-shadow(0 0 6px rgba(217,130,42,0.45));
}

/* ══ SECTION VISUAL SEPARATION ══ */
/* Alternating backgrounds for flow */
#beneficios     { background: var(--bg1); }
#para-quien     { background: var(--bg0); }
#servicios      { background: var(--bg1); }
#proceso        { background: var(--bg0); }
#clientes       { background: var(--bg1); }
#casos-exito    { background: var(--bg0); }
#google-reviews { background: var(--bg1); }
#faq            { background: var(--bg0); }
#contacto       { background: var(--bg1); }
#nosotros       { background: var(--bg0); }
/* #cobertura background is handled by .zona class */

/* Section top accent line — subtle rhythm marker */
#servicios::before,
#calculadora::before,
#casos-exito::before,
#google-reviews::before,
#contacto::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--sun);
  border-radius: 0 0 4px 4px;
}

/* ══ CALCULADORA — sección destacada ══ */
#calculadora {
  background: linear-gradient(180deg, var(--bg2) 0%, var(--bg1) 60%, var(--bg0) 100%);
  border-top: 1.5px solid rgba(245,158,11,0.4);
  border-bottom: 1.5px solid rgba(245,158,11,0.15);
  overflow: visible;
}

#calculadora .s-tag {
  font-size: 0.75rem;
  letter-spacing: 3px;
}

#calculadora .s-title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

/* ══ SECTION HEADINGS — tipografía mejorada ══ */
.s-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 14px;
  font-family: var(--ff-body);
}

.s-title {
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.12;
  font-family: var(--ff-display);
}

.s-sub {
  font-size: 1.05rem;
  color: var(--t2);
  line-height: 1.8;
  margin-top: 14px;
  max-width: 540px;
  font-weight: 400;
}

/* .s-sub defined above — removing duplicate */
.s-sub-dup-removed {
  max-width: 540px;
  font-weight: 400;
}

/* ══ HERO SECTION ══ */
#hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 56px;
  padding-top: 88px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 70% 60% at 30% 50%, var(--g1), transparent 65%),
    radial-gradient(ellipse 50% 50% at 80% 30%, var(--g2), transparent 65%), var(--bg0);
  animation: heroPulse 9s ease-in-out infinite alternate;
}

@keyframes heroPulse {
  from {
    background: radial-gradient(ellipse 70% 60% at 30% 50%, rgba(245, 158, 11, 0.12),
        transparent 65%),
      radial-gradient(ellipse 50% 50% at 80% 30%, rgba(56, 189, 248, 0.08), transparent 65%),
      var(--bg0);
  }
  to {
    background: radial-gradient(ellipse 80% 65% at 35% 45%, rgba(245, 158, 11, 0.18),
        transparent 65%),
      radial-gradient(ellipse 55% 55% at 75% 35%, rgba(56, 189, 248, 0.12), transparent 65%),
      var(--bg0);
  }
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(56, 189, 248, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 20%, transparent 100%);
}

.hero-left {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sun);
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  animation: fadeUp 0.6s ease both;
}

.dot-pulse {
  width: 7px;
  height: 7px;
  background: var(--sun);
  border-radius: 50%;
  animation: pulse 1.6s infinite;
}

.hero-title {
  font-size: clamp(2.8rem, 4.5vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 22px;
  animation: fadeUp 0.7s ease 0.1s both;
}

.hero-title .line2 {
  color: var(--sun);
  display: block;
}

.hero-title .line3 {
  color: var(--sky);
  display: block;
}

.hero-location {
  font-size: 0.82rem;
  font-weight: 600;
  font-family: var(--ff-body);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--t2);
  margin: -4px 0 16px;
  text-transform: uppercase;
}
.hero-location strong {
  color: var(--sun);
  font-weight: 700;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--t2);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 36px;
  animation: fadeUp 0.7s ease 0.2s both;
  font-weight: 400;
}

.hero-desc strong {
  color: var(--sun);
  font-weight: 700;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.7s ease 0.3s both;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 52px;
  padding-top: 40px;
  border-top: 1px solid var(--bdr);
  animation: fadeUp 0.7s ease 0.45s both;
}

.stat-box {}

.stat-n {
  font-family: var(--ff-display);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--sun);
  line-height: 1;
}

.stat-l {
  font-size: 0.8rem;
  color: var(--t2);
  margin-top: 3px;
  font-weight: 400;
}

.hero-right {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding: 88px 0 40px;
}

.hero-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  height: 100%;
}

.mosaic-img {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}

.mosaic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.mosaic-img:hover img {
  transform: scale(1.05);
}

.mosaic-img.span2 {
  grid-column: 1 / 3;
}

.mosaic-img.tall {
  grid-row: 1 / 3;
}

.mosaic-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 8, 15, 0.55) 0%, rgba(4, 8, 15, 0.15) 50%, transparent 80%);
  z-index: 1;
}

.mosaic-tag {
  position: absolute;
  bottom: 12px;
  left: 14px;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(245, 158, 11, 0.85);
  padding: 4px 10px;
  border-radius: 4px;
}

/* ══ RIBBON ══ */
.ribbon {
  background: linear-gradient(90deg, var(--sun-d), var(--sun), var(--sun-d));
  padding: 11px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tinv);
  flex-wrap: wrap;
  text-align: center;
}

.ribbon strong {
  font-weight: 800;
}

/* ══ NUMBERS STRIP ══ */
#numbers {
  background: linear-gradient(135deg, var(--sun-d), var(--sun), #FCD34D);
  padding: 56px;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.num-item {
  text-align: center;
}

.num-val {
  font-family: var(--ff-display);
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.num-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  font-weight: 500;
}

/* ══ BENEFITS - BENTO GRID ══ */
#beneficios {
  background: var(--bg1);
}

.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 56px;
}

.bento-card {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-xl);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-slow), box-shadow var(--transition-slow),
    border-color var(--transition-slow);
  cursor: default;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.bento-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sun), var(--sky));
  opacity: 0;
  transition: opacity var(--transition-slow);
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--bdr-g);
}

.bento-card:hover::before {
  opacity: 1;
}

.bento-card.featured {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(56, 189, 248, 0.05));
  border-color: var(--bdr-g);
  justify-content: center;
  align-items: flex-start;
}

.bento-card.wide {
  grid-column: 2 / 4;
}

.bc-icon {
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-lg);
  flex-shrink: 0;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--sun);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bc-title {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--t0);
  margin: 0;
}

.bc-text {
  font-size: 0.88rem;
  color: var(--t2);
  line-height: 1.65;
  margin: 0;
}

.bc-num {
  font-family: var(--ff-display);
  font-size: 5rem;
  font-weight: 900;
  color: var(--sun);
  line-height: 1;
}

.bc-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bento-card.wide .wide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.bento-card.wide .wide-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bento-card.wide .bc-header {
  margin-bottom: 4px;
}

/* ══ FOOTER ══ */
footer {
  background: #040810;
  border-top: 1px solid rgba(245, 158, 11, 0.2);
  padding: 64px 56px 48px;
  position: relative;
  z-index: 1;
}

/* Force footer background to cover any body bleed-through */
footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #040810;
}

[data-theme="light"] footer,
[data-theme="light"] footer::after {
  background: #0d1520;
}

/* Ensure html/body never show white below footer */
html[data-theme="light"] {
  background: #0d1520;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-logo img {
  height: 36px;
  filter: brightness(0) invert(1);
}

[data-theme="light"] .footer-logo img {
  filter: brightness(0) invert(1);
}

.footer-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  margin-top: 14px;
  max-width: 260px;
}

.footer-social {
  display: flex;
  gap: var(--space-sm);
  margin-top: 20px;
}

.soc-link {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
  transition: border-color var(--transition-normal), color var(--transition-normal),
    background var(--transition-normal);
}

.soc-link:hover {
  border-color: var(--sun);
  color: var(--sun);
  background: rgba(245, 158, 11, 0.1);
}

.footer-col-title {
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--sun);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  transition: color var(--transition-normal), padding-left var(--transition-normal);
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.9);
  padding-left: 4px;
}

.footer-social-row {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 28px 0;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-social-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sun);
  flex-shrink: 0;
}

.footer-social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-soc-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--ff-body);
  transition: border-color var(--transition-normal), color var(--transition-normal), background var(--transition-normal);
}

.footer-soc-card:hover {
  border-color: rgba(245, 158, 11, 0.5);
  color: var(--sun);
  background: rgba(245, 158, 11, 0.07);
}

.footer-soc-card.footer-soc-wa:hover {
  border-color: rgba(37, 211, 102, 0.5);
  color: #25D366;
  background: rgba(37, 211, 102, 0.07);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.3);
  transition: color var(--transition-normal);
}

.footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ══ FLOATING BUTTONS ══ */
.floats {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  transition: width var(--transition-normal), padding var(--transition-normal), box-shadow var(--transition-normal), transform var(--transition-normal);
  position: relative;
  overflow: hidden;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
}

.float-btn svg {
  width: 20px;
  height: 20px;
}

.float-text {
  display: none;
  margin-left: 8px;
  opacity: 0;
  transition: opacity var(--transition-normal);
}

.float-btn:hover {
  width: auto;
  padding: 0 18px;
  transform: translateY(-2px);
}

.float-btn:hover .float-text {
  display: inline-block;
  opacity: 1;
}

.fb-wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.fb-wa:hover {
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}

.fb-call {
  background: var(--sun);
  color: var(--tinv);
  box-shadow: 0 4px 20px var(--sun-glow);
}

.fb-call:hover {
  box-shadow: 0 6px 28px var(--sun-glow);
}

/* ══ MOBILE CTA BAR ══ */
.mob-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 250;
  padding: 12px 16px;
  background: var(--bg0);
  border-top: 1px solid var(--bdr);
  gap: 10px;
  align-items: center;
}

@media (max-width: 768px) {
  .mob-cta-bar {
    display: flex;
  }

  .mob-cta-bar .btn-wa {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: 12px;
    border-radius: var(--radius-md);
    background: #25D366;
    color: #fff;
    font-family: var(--ff-body);
    font-weight: 700;
    font-size: 0.88rem;
  }

  .mob-cta-bar .btn-quote {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px;
    border-radius: var(--radius-md);
    background: var(--sun);
    color: var(--tinv);
    font-family: var(--ff-body);
    font-weight: 700;
    font-size: 0.88rem;
  }

  body {
    padding-bottom: 72px;
  }

  .floats {
    bottom: 84px;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   ADDITIONAL SECTION STYLES — All sections from original reference
═════════════════════════════════════════════════════════════════════ */

/* ══ HERO RATING ══ */
.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  animation: fadeUp 0.6s ease 0.05s both;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating-text {
  font-size: 0.82rem;
  color: var(--t2);
}

.rating-text strong {
  color: var(--t0);
}

/* ══ SCROLL ARROW ══ */
.scroll-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--t2);
  cursor: pointer;
  margin-top: 28px;
  animation: fadeUp 0.7s ease 0.5s both;
  transition: color var(--transition-normal);
}

.scroll-arrow:hover {
  color: var(--sun);
}

.scroll-arrow svg {
  animation: scrollBounce 2s ease-in-out infinite;
}

/* ══ BRAND LOGOS STRIP ══ */
.logos-strip {
  background: var(--bg1);
  border-top: 1px solid var(--bdr);
  border-bottom: 1px solid var(--bdr);
  padding: 16px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  overflow: hidden;
}

.logos-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--t2);
  white-space: nowrap;
}

/* Marquee container */
.logos-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

@keyframes logosScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.logos-track {
  display: flex;
  gap: 40px;
  align-items: center;
  width: max-content;
  animation: logosScroll 22s linear infinite;
  will-change: transform;
  padding: 4px 0;
}

.logos-marquee:hover .logos-track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .logos-track { animation: none; }
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  transition: color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

.brand-logo:hover {
  color: var(--sun);
  transform: scale(1.08);
}

.bl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sun);
  flex-shrink: 0;
  opacity: 0.7;
}

/* ══ LOGOS STRIP — LIGHT MODE ══ */
[data-theme="light"] .logos-strip {
  background: var(--bg1);
  border-top-color: rgba(10, 25, 41, 0.1);
  border-bottom-color: rgba(10, 25, 41, 0.1);
}

[data-theme="light"] .logos-label {
  color: rgba(10, 25, 41, 0.42);
}

[data-theme="light"] .brand-logo {
  color: rgba(10, 25, 41, 0.42);
}

[data-theme="light"] .brand-logo:hover {
  color: var(--sun);
}

[data-theme="light"] .logos-marquee {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

/* ══ VIDEO CTA ══ */
.video-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background var(--transition-normal), border-color var(--transition-normal),
    transform var(--transition-normal);
  backdrop-filter: blur(8px);
}

.video-play-btn:hover {
  background: rgba(245, 158, 11, 0.2);
  border-color: var(--sun);
  transform: scale(1.04);
}

.play-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--sun);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: playPulse 2s ease-in-out infinite;
}

/* ══ VIDEO MODAL ══ */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  backdrop-filter: blur(6px);
}

.video-modal.open {
  opacity: 1;
  pointer-events: all;
  animation: vmFadeIn 0.3s ease;
}

.video-modal-inner {
  position: relative;
  width: min(860px, 94vw);
  aspect-ratio: 16/9;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #000;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8);
}

.video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
  padding: 4px 10px;
  transition: color var(--transition-fast);
}

.video-modal-close:hover {
  color: #fff;
}

/* ══ IMAGE BREAK (Parallax) ══ */
.img-break {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.img-break img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -10%;
  will-change: transform;
}

.img-break-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 8, 15, 0.75), rgba(4, 8, 15, 0.45));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  padding: 0 56px;
  z-index: 1;
}

.img-break-title {
  font-family: var(--ff-display);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.15;
}

.img-break-title span {
  color: var(--sun);
}

/* ══ PARA QUIÉN (TABS) ══ */
#para-quien {
  background: var(--bg0);
}

.tabs {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--bdr);
  background: transparent;
  color: var(--t2);
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.tab-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tab-btn.active,
.tab-btn:hover {
  background: var(--sun);
  border-color: var(--sun);
  color: var(--tinv);
}

.tab-content {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 40px;
  animation: fadeUp 0.5s ease both;
}

.tab-content.active {
  display: grid;
}

.tab-img {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  aspect-ratio: 4/3;
}

.tab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.tab-img:hover img {
  transform: scale(1.04);
}

.tab-type {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 12px;
}

.tab-title {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--t0);
  margin-bottom: 16px;
  line-height: 1.2;
}

.tab-desc {
  font-size: 0.92rem;
  color: var(--t2);
  line-height: 1.8;
  margin-bottom: 24px;
}

.tab-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tab-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--t1);
  line-height: 1.5;
}

.tab-list li::before {
  content: '✓';
  color: var(--sun);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ══ PROCESO ══ */
#proceso {
  overflow: hidden;
}

.proceso-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 56px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.step-card {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-xl);
  padding: 28px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform var(--transition-slow), border-color var(--transition-slow),
    box-shadow var(--transition-slow);
  min-width: 200px;
}

.step-card:hover {
  transform: translateY(-5px);
  border-color: var(--bdr-g);
  box-shadow: var(--shadow);
}

.step-num {
  font-family: var(--ff-display);
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(245, 158, 11, 0.15);
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 20px;
}

.step-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-lg);
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--sun);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-title {
  font-family: var(--ff-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--t0);
}

.step-text {
  font-size: 0.84rem;
  color: var(--t2);
  line-height: 1.65;
  margin: 0;
}

.step-arrow {
  margin-top: auto;
  font-size: 1.2rem;
  color: var(--sun);
  font-weight: 700;
}

/* #calculadora — see section separation block above */

.calc-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  margin-top: 52px;
  align-items: start;
}

.calc-box {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-2xl);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cfield {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.cfield label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--t2);
}

.cfield input,
.cfield select {
  background: var(--inp);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-lg);
  color: var(--t0);
  padding: 12px 14px;
  font-size: 0.95rem;
  outline: none;
  font-family: var(--ff-body);
  transition: border-color var(--transition-normal);
  width: 100%;
}

.cfield input:focus,
.cfield select:focus {
  border-color: var(--sun);
}

.cfield select option {
  background: var(--card);
}

.tariff-note {
  font-size: 0.74rem;
  color: var(--t2);
  line-height: 1.5;
  padding: 8px 10px;
  background: rgba(245, 158, 11, 0.06);
  border-radius: var(--radius-sm);
  margin-top: 4px;
}

/* Range slider */
/* ══ RANGE SLIDER — clean & modern ══ */
.cfield {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cfield label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--t2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-wrap {
  position: relative;
  padding: 8px 0;
}

.range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 99px;
  background: var(--bdr);
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-input::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 99px;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sun);
  cursor: pointer;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18), 0 2px 8px rgba(245, 158, 11, 0.4);
  border: 2.5px solid #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  margin-top: -9px;
}

.range-input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 7px rgba(245, 158, 11, 0.15), 0 4px 16px rgba(245, 158, 11, 0.5);
  transform: scale(1.1);
}

.range-input::-moz-range-track {
  height: 4px;
  border-radius: 99px;
  background: var(--bdr);
}

.range-input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sun);
  cursor: pointer;
  border: 2.5px solid #fff;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18);
}

.range-input::-moz-range-progress {
  background: var(--sun);
  border-radius: 99px;
  height: 4px;
}

/* Calculator results */
.res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.res-card {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-lg);
  padding: 14px;
  text-align: center;
}

.res-ico {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.res-lbl {
  font-size: 0.7rem;
  color: var(--t2);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.res-val {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--sun);
  line-height: 1;
}

.res-sub {
  font-size: 0.7rem;
  color: var(--t2);
  margin-top: 3px;
}

/* Requirements panel */
.req-panel {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.06), rgba(56, 189, 248, 0.02));
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: var(--radius-lg);
  padding: 18px;
}

.req-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--sky);
  margin-bottom: 14px;
}

.req-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.req-item-label {
  font-size: 0.72rem;
  color: var(--t2);
  font-weight: 500;
}

.req-item-val {
  font-size: 1rem;
  font-weight: 700;
  color: var(--t0);
  margin-top: 2px;
}

/* Calculator info column */
.calc-info-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-card {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-xl);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: border-color var(--transition-normal), transform var(--transition-slow);
}

.info-card:hover {
  border-color: var(--bdr-g);
  transform: translateX(4px);
}

.ic-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.ic-title {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--t0);
  margin-bottom: 6px;
}

.ic-text {
  font-size: 0.82rem;
  color: var(--t2);
  line-height: 1.6;
  margin: 0;
}

/* ══ COBERTURA NACIONAL ══ */
#cobertura {
  background: var(--bg1);
}

.cob-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 52px;
  align-items: start;
}

.states-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.estado-card {
  padding: 24px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  transition: background var(--transition-normal), border-color var(--transition-normal);
}

.estado-primary {
  background: rgba(245,158,11,0.06);
  border-color: rgba(245,158,11,0.35);
}

.estado-secondary {
  background: rgba(245,158,11,0.025);
  border-color: rgba(245,158,11,0.15);
}

.estado-primary:hover { background: rgba(245,158,11,0.12) !important; }
.estado-secondary:hover { background: rgba(245,158,11,0.07) !important; }

.estado-primary .estado-pin svg { stroke: var(--sun); }
.estado-secondary .estado-pin svg { stroke: rgba(245,158,11,0.65); }

.estado-name {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.95rem;
}

.estado-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}

.stt {
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  background: var(--card);
  border: 1px solid var(--bdr);
  color: var(--t2);
  transition: all var(--transition-normal);
}

.stt.on {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.4);
  color: var(--sun);
}

/* Cobertura legend */
.cob-legend {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cob-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--t2);
}

.cob-legend-sq {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  flex-shrink: 0;
}

/* CO2 badge */
.co2-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(56, 189, 248, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: var(--radius-xl);
  padding: 14px 18px;
  margin-top: 4px;
}

.co2-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sky);
  flex-shrink: 0;
  animation: pulse 1.8s infinite;
}

.co2-badge-num {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--sky);
  letter-spacing: -0.5px;
}

.co2-badge-lbl {
  font-size: 0.66rem;
  color: var(--t2);
  margin-top: 2px;
}

/* Coverage stats */
.cob-stats {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cob-stat-big .n {
  font-family: var(--ff-display);
  font-size: 4rem;
  font-weight: 900;
  color: var(--sun);
  line-height: 1;
}

.cob-stat-big .l {
  font-size: 1rem;
  font-weight: 700;
  color: var(--t0);
  margin-top: 4px;
  margin-bottom: 12px;
}

.cob-stat-big .d {
  font-size: 0.86rem;
  color: var(--t2);
  line-height: 1.7;
}

.cob-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cob-mini {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-xl);
  padding: 20px 18px;
  transition: border-color var(--transition-normal);
}

.cob-mini:hover {
  border-color: var(--bdr-g);
}

.cob-mini.sky {
  background: rgba(56, 189, 248, 0.05);
  border-color: rgba(56, 189, 248, 0.18);
}

.cob-mini .n {
  font-family: var(--ff-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--sun);
  line-height: 1;
}

.cob-mini.sky .n {
  color: var(--sky);
}

.cob-mini .l {
  font-size: 0.74rem;
  color: var(--t2);
  margin-top: 6px;
  line-height: 1.4;
}

/* ══ GALLERY PROYECTOS ══ */
#proyectos {
  background: var(--bg0);
}

.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.g-item {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  min-height: 220px;
}

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.g-item:hover img {
  transform: scale(1.05);
}

.g-item.g1 { grid-column: 1; grid-row: 1 / 3; min-height: 460px; }
.g-item.g2 { grid-column: 2; grid-row: 1; }
.g-item.g3 { grid-column: 3; grid-row: 1; }
.g-item.g4 { grid-column: 2; grid-row: 2; }
.g-item.g5 { grid-column: 3; grid-row: 2; }
.g-item.g6 { grid-column: 1 / 4; min-height: 200px; }

.g-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 8, 15, 0.85) 0%, transparent 60%);
  z-index: 1;
  transition: opacity var(--transition-slow);
}

.g-item:hover .g-overlay {
  opacity: 0.8;
}

.g-info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
}

.g-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sun);
  background: rgba(245, 158, 11, 0.2);
  border: 1px solid rgba(245, 158, 11, 0.4);
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 6px;
}

.g-title {
  font-family: var(--ff-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.g-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 3px;
}

/* ══ SPLIT — DIFERENCIADORES + CERTS ══ */
.split {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  min-height: 700px;
}

.split-img {
  position: relative;
  overflow: hidden;
}

.split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, var(--bg0));
}

.split-content {
  padding: 80px 64px;
  background: var(--bg0);
}

.diff-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Certifications */
.cert-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cert-row {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-lg);
  padding: 16px;
  transition: border-color var(--transition-normal), transform var(--transition-slow), background var(--transition-normal);
}

.cert-row:hover {
  border-color: var(--sun);
  transform: translateX(4px);
  background: rgba(245, 158, 11, 0.04);
}

.cert-logo-img {
  min-width: 90px;
  width: 90px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 8px;
  border: none;
  padding: 0;
  flex-shrink: 0;
}

.cert-logo-img svg {
  width: 90px;
  height: 54px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: block;
}

.cert-logo-img img {
  width: 52px !important;
  height: auto !important;
  object-fit: contain !important;
}

.cert-logo-img span {
  font-weight: 800 !important;
  font-size: 0.75rem !important;
  text-align: center;
  line-height: 1.2 !important;
  display: block;
}

.cert-name {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--t0);
}

.cert-desc {
  font-size: 0.8rem;
  color: var(--t2);
  margin-top: 3px;
  line-height: 1.4;
}

/* Members grid */
.members-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.member-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-lg);
  padding: 10px 12px;
}

.member-icon {
  font-size: 1rem;
  flex-shrink: 0;
}

.member-name {
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--t0);
}

.member-sub {
  font-size: 0.7rem;
  color: var(--t2);
}

/* Guarantee panel */
.guarantee-panel {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(56, 189, 248, 0.06));
  border: 1px solid var(--bdr-g);
  border-radius: var(--radius-2xl);
  padding: 28px;
  text-align: center;
  position: sticky;
  top: 100px;
}

.guar-num {
  font-family: var(--ff-display);
  font-size: 5rem;
  font-weight: 900;
  color: var(--sun);
  line-height: 1;
}

.guar-label {
  font-size: 0.82rem;
  color: var(--t1);
  margin-top: 8px;
  font-weight: 500;
}

.guar-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--bdr);
}

.gs-item {}
.gs-num {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--t0);
}

.gs-label {
  font-size: 0.68rem;
  color: var(--t2);
  margin-top: 2px;
}

/* ══ CLIENTES MARQUEE ══ */
#clientes {
  background: var(--bg1);
  overflow: hidden;
}

.clients-top {
  padding-left: 56px;
}

.clients-marquee {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.clients-track {
  display: flex;
  gap: 0;
  animation: marqueeScroll 32s linear infinite;
  width: max-content;
}

.clients-track-r {
  animation-direction: reverse;
  animation-duration: 28s;
}

.clients-spacer {
  height: 14px;
}

.client-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border-right: 1px solid var(--bdr);
  white-space: nowrap;
  flex-shrink: 0;
}

.cl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun);
  flex-shrink: 0;
}

.cl-name {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--t1);
}

.cl-type {
  font-size: 0.72rem;
  color: var(--t2);
  margin-top: 2px;
}

/* Clients stats */
.clients-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
  padding: 32px 56px;
  background: var(--bg2);
  border-radius: var(--radius-2xl);
  margin-left: 56px;
  margin-right: 56px;
}

.cstat {
  text-align: center;
}

.cstat-n {
  font-family: var(--ff-display);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--sun);
  line-height: 1;
}

.cstat-l {
  font-size: 0.78rem;
  color: var(--t2);
  margin-top: 6px;
}

/* ══ ANTES / DESPUÉS ══ */
#antes-despues {
  background: var(--bg0);
}

.bill-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 52px;
}

.bill-card {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-2xl);
  overflow: hidden;
}

.bill-antes {
  border-color: rgba(220, 38, 38, 0.25);
}

.bill-despues {
  border-color: rgba(34, 197, 94, 0.3);
}

.bill-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--bdr);
}

.bill-head-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bill-antes .bill-head-icon {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.2);
}

.bill-antes .bill-head-icon svg {
  stroke: #DC2626;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
}

.bill-despues .bill-head-icon {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.bill-despues .bill-head-icon svg {
  stroke: #22C55E;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
}

.bill-head-title {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--t0);
}

.bill-head-sub {
  font-size: 0.74rem;
  color: var(--t2);
  margin-top: 2px;
}

.bill-body {
  padding: 24px;
}

.bill-amount {
  font-family: var(--ff-display);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

.bill-antes .bill-amount { color: #DC2626; }
.bill-despues .bill-amount { color: #22C55E; }

.bill-period {
  font-size: 0.75rem;
  color: var(--t2);
  margin-top: 4px;
  margin-bottom: 20px;
}

.bill-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--bdr);
}

.bill-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  color: var(--t2);
}

.bill-row.savings {
  color: #22C55E;
  font-weight: 700;
  padding-top: 8px;
  border-top: 1px solid var(--bdr);
}

.bill-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 14px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: var(--radius-lg);
  font-size: 0.78rem;
  font-weight: 600;
  color: #22C55E;
}

.bill-arrow-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--sun);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.bill-arrow-col svg {
  width: 28px;
  height: 28px;
  stroke: var(--sun);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ══ TESTIMONIOS ══ */
#testimonios {
  background: var(--bg1);
  overflow: hidden;
}

.test-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 16px;
  margin-top: 40px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.test-track::-webkit-scrollbar {
  display: none;
}

.test-card {
  min-width: 380px;
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  scroll-snap-align: start;
  flex-shrink: 0;
  transition: border-color var(--transition-normal), transform var(--transition-slow);
}

.test-card:hover {
  border-color: var(--bdr-g);
  transform: translateY(-4px);
}

.test-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.test-card-body {
  padding: 24px;
}

.stars {
  color: var(--sun);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.test-text {
  font-size: 0.88rem;
  color: var(--t1);
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic;
}

.test-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--bdr);
}

.test-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sun), var(--sky));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.78rem;
  color: var(--tinv);
  flex-shrink: 0;
}

.test-name {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--t0);
}

.test-role {
  font-size: 0.75rem;
  color: var(--t2);
  margin-top: 2px;
}

.test-nav {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.test-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--bdr);
  background: transparent;
  color: var(--t0);
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-normal);
}

.test-nav button:hover {
  border-color: var(--sun);
  color: var(--sun);
  background: var(--sun-glow);
}

/* ══ TESTIMONIOS DOTS ══ */
.test-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}

.test-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(245, 158, 11, 0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background var(--transition-normal), width var(--transition-normal);
  flex-shrink: 0;
}

.test-dot.active {
  background: var(--sun);
  width: 24px;
}

/* ══════════════════════════════════════════════════════════════════════
   CASOS DE ÉXITO
═════════════════════════════════════════════════════════════════════ */
#casos-exito {
  background: var(--bg0);
}

/* ── B-ROLL WRAPPER — shared by casos & google-reviews ── */
.broll-wrapper {
  overflow: hidden;
  margin-top: 56px;
  /* soft fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}

@keyframes brollScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── CASOS GRID ── */
.casos-grid {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: brollScroll 32s linear infinite;
  will-change: transform;
}

.broll-wrapper:hover .casos-grid,
.broll-wrapper:focus-within .casos-grid {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .casos-grid { animation: none; }
}

/* Receipt image at top of caso-card */
.caso-img-wrap {
  position: relative;
  overflow: hidden;
  height: 200px;
  border-bottom: 1px solid var(--bdr);
  background: #f5f5f5;
}

.caso-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
  display: block;
}

.caso-card:hover .caso-img-wrap img {
  transform: scale(1.04);
}

/* Split antes/despues layout */
.caso-img-split {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 2px;
}
.caso-img-half {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.caso-img-half img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
}
.caso-img-label {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  font-family: 'Manrope', sans-serif;
}
.caso-img-half:first-child .caso-img-label {
  background: rgba(220,38,38,0.85);
  color: #fff;
}
.caso-img-half:last-child .caso-img-label {
  background: rgba(22,163,74,0.85);
  color: #fff;
}

/* SVG icon containers — flex alignment */
.serv-icon,
.vmo-icon,
.res-ico,
.ic-icon,
.member-icon,
.caso-bill-icon {
  display: flex;
  align-items: center;
}

.caso-pct-overlay {
  position: absolute !important;
  top: 10px;
  right: 10px;
  font-size: 0.75rem !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  pointer-events: none;
}

.caso-card {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-2xl);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: box-shadow var(--transition-slow), border-color var(--transition-normal);
  /* Desktop: 3 cards visible */
  width: calc((100vw - 112px - 40px) / 3);
  min-width: 280px;
  max-width: 420px;
  flex-shrink: 0;
}

.caso-card:hover {
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.caso-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(245, 158, 11, 0.3);
}

.caso-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.caso-badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sun);
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  padding: 4px 12px;
  border-radius: 99px;
}

.caso-loc {
  font-size: 0.75rem;
  color: var(--t2);
}

.caso-bills {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}

.caso-bill-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.caso-bill-lbl {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
}

.caso-bill-lbl-before { color: #ef5350; }
.caso-bill-lbl-after  { color: #4caf50; }

.caso-receipt {
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.caso-receipt-before {
  background: rgba(239, 83, 80, 0.07);
  border: 1.5px solid rgba(239, 83, 80, 0.28);
}

.caso-receipt-after {
  background: rgba(245, 158, 11, 0.07);
  border: 1.5px solid rgba(245, 158, 11, 0.3);
}

.caso-bill-icon {
  font-size: 1.3rem;
  line-height: 1;
}

.caso-amount {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.caso-amount-before { color: #ef5350; }
.caso-amount-after  { color: var(--sun); }

.caso-bimestral {
  font-size: 0.65rem;
  color: var(--t2);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.caso-arrow-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.caso-pct-badge {
  font-family: var(--ff-display);
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--sun);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  padding: 3px 7px;
  border-radius: 99px;
  white-space: nowrap;
}

.caso-arrow-icon {
  font-size: 1.2rem;
  color: var(--t2);
  line-height: 1;
}

.caso-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--bdr);
}

.caso-saving-num {
  font-family: var(--ff-display);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--sun);
  line-height: 1;
}

.caso-saving-lbl {
  font-size: 0.68rem;
  color: var(--t2);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}

.caso-specs {
  text-align: right;
}

.caso-kw {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--t0);
}

.caso-panels {
  font-size: 0.7rem;
  color: var(--t2);
  margin-top: 2px;
}

/* ══════════════════════════════════════════════════════════════════════
   GOOGLE REVIEWS
═════════════════════════════════════════════════════════════════════ */
#google-reviews {
  background: var(--bg0);
  overflow: hidden;
}

.gr-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.gr-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 14px 18px;
  flex-shrink: 0;
}

.gr-g-logo {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.gr-badge-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gr-score-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.gr-score {
  font-family: var(--ff-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--t0);
  line-height: 1;
}

.gr-stars-lg {
  color: #FBBC05;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  line-height: 1;
}

.gr-count {
  font-size: 0.7rem;
  color: var(--t2);
}

.gr-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: brollScroll 42s linear infinite reverse;
  will-change: transform;
}

.broll-wrapper:hover .gr-track,
.broll-wrapper:focus-within .gr-track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .gr-track { animation: none; }
}

.gr-card {
  /* Desktop: 4 cards visible */
  width: calc((100vw - 112px - 48px) / 4);
  min-width: 240px;
  max-width: 320px;
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-xl);
  padding: 18px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color var(--transition-normal), box-shadow var(--transition-slow);
}

.gr-card:hover {
  border-color: rgba(66, 133, 244, 0.45);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.gr-card:hover {
  border-color: rgba(66, 133, 244, 0.4);
  transform: translateY(-3px);
}

.gr-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gr-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.75rem;
  color: #fff;
  flex-shrink: 0;
  font-family: var(--ff-body);
}

.gr-av-blue   { background: #4285F4; }
.gr-av-red    { background: #EA4335; }
.gr-av-green  { background: #34A853; }
.gr-av-yellow { background: #FBBC05; color: #1a1a1a; }
.gr-av-purple { background: #9c27b0; }
.gr-av-orange { background: #F57C00; }

.gr-info {
  flex: 1;
  min-width: 0;
}

.gr-name {
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--t0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gr-stars-sm {
  color: #FBBC05;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.4;
}

.gr-glogo {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.85;
}

.gr-text {
  font-size: 0.8rem;
  color: var(--t1);
  line-height: 1.6;
  font-style: italic;
  flex: 1;
  margin: 0;
}

.gr-date {
  font-size: 0.68rem;
  color: var(--t2);
}

.gr-footer {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.gr-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4285F4;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 18px;
  border: 1.5px solid rgba(66, 133, 244, 0.25);
  border-radius: 8px;
  transition: background var(--transition-normal), border-color var(--transition-normal), transform var(--transition-fast);
  font-family: var(--ff-body);
}

.gr-cta-link:hover {
  background: rgba(66, 133, 244, 0.08);
  border-color: rgba(66, 133, 244, 0.55);
  transform: translateY(-1px);
}

/* ══ FAQ ══ */
#faq {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.faq-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 44px;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: border-color var(--transition-normal);
}

.faq-item.open {
  border-color: var(--bdr-g);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--t0);
  user-select: none;
  gap: 14px;
  transition: color var(--transition-normal);
}

.faq-q:hover {
  color: var(--sun);
}

.faq-tog {
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--sun);
  flex-shrink: 0;
  transition: transform var(--transition-normal);
}

.faq-item.open .faq-tog {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.88rem;
  color: var(--t2);
  line-height: 1.75;
  padding: 0 22px;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 22px 20px;
}

/* ══ CONTACT SECTION ══ — background set in section separation block */

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.contact-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  color: var(--t0);
  letter-spacing: -1.5px;
  margin: 16px 0 16px;
  line-height: 1.1;
}

.contact-sub {
  font-size: 0.9rem;
  color: var(--t2);
  line-height: 1.8;
  margin-bottom: 32px;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--t1);
  font-weight: 500;
}

.check-item::before {
  content: '✓';
  color: var(--sun);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Form fields (used in contact) */
.ff {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ff label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--t2);
}

.ff input,
.ff select,
.ff textarea {
  background: var(--inp);
  border: 1px solid var(--bdr);
  border-radius: var(--radius-lg);
  color: var(--t0);
  padding: 12px 14px;
  font-size: 0.92rem;
  outline: none;
  font-family: var(--ff-body);
  transition: border-color var(--transition-normal);
  resize: vertical;
  width: 100%;
}

.ff input::placeholder,
.ff textarea::placeholder {
  color: var(--t2);
}

.ff input:focus,
.ff select:focus,
.ff textarea:focus {
  border-color: var(--sun);
}

.ff select option {
  background: var(--card);
}

.form-note {
  font-size: 0.74rem;
  color: var(--t2);
  text-align: center;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.form-trust {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.form-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.74rem;
  color: var(--t2);
}

.form-trust-item svg {
  color: var(--sun);
  flex-shrink: 0;
}

/* Submit button states */
.btn-submitting {
  opacity: 0.8;
  cursor: wait;
}

.btn-success {
  background: #10B981 !important;
}

.submit-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* ══ RESPONSIVE — ADDITIONAL SECTIONS ══ */
@media (max-width: 1100px) {
  .proceso-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .diff-grid {
    grid-template-columns: 1fr;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .split-img {
    height: 360px;
  }

  .split-img-overlay {
    background: linear-gradient(180deg, transparent 40%, var(--bg0));
  }

  .clients-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .cob-layout {
    grid-template-columns: 1fr;
  }

  .bill-wrap {
    grid-template-columns: 1fr;
  }

  .bill-arrow-col {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .logos-strip {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .logos-track {
    justify-content: center;
    flex-wrap: wrap;
  }

  .tab-content.active {
    grid-template-columns: 1fr;
  }

  .tab-img {
    aspect-ratio: 16/9;
  }

  .tabs {
    gap: 8px;
  }

  .tab-btn {
    font-size: 0.8rem;
    padding: 8px 14px;
  }

  .proceso-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .calc-layout {
    grid-template-columns: 1fr;
  }

  .res-grid {
    grid-template-columns: 1fr;
  }

  .states-grid {
    grid-template-columns: repeat(4, 1fr);
    font-size: 0.65rem;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .g-item.g1 { grid-column: 1 / 3; grid-row: auto; min-height: 260px; }
  .g-item.g6 { grid-column: 1 / 3; }

  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .test-card {
    min-width: 300px;
  }

  .clients-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 16px;
    margin-right: 16px;
  }

  #faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .proceso-track {
    grid-template-columns: 1fr;
  }

  .diff-grid {
    grid-template-columns: 1fr;
  }

  .cob-mini-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .g-item.g1,
  .g-item.g6 {
    grid-column: 1;
  }
}

/* ══ GOLF SPONSORSHIP SECTION ══ */
.golf-sponsor {
  margin-top: 40px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(245,158,11,0.08) 0%, rgba(245,158,11,0.04) 100%);
  border-radius: 16px;
  border: 1px solid rgba(245,158,11,0.2);
  transition: border-color var(--transition-normal), box-shadow var(--transition-normal), transform var(--transition-normal);
}

.golf-sponsor:hover {
  border-color: rgba(245,158,11,0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(245,158,11,0.12);
}

.golf-sponsor-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: center;
}

.golf-sponsor-img {
  overflow: hidden;
  border-radius: 12px;
}

.golf-sponsor-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform var(--transition-slow);
  object-fit: cover;
}

.golf-sponsor:hover .golf-sponsor-img img {
  transform: scale(1.05);
}

.golf-sponsor-content .s-tag {
  margin-bottom: 12px;
}

.golf-sponsor-content h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--t0);
  margin: 0 0 14px 0;
}

.golf-sponsor-content p {
  color: var(--t1);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}

/* Golf sponsorship responsive */
@media (max-width: 768px) {
  .golf-sponsor {
    padding: 20px;
  }

  .golf-sponsor-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .golf-sponsor-content h3 {
    font-size: 1.4rem;
  }

  .golf-sponsor-content p {
    font-size: 0.92rem;
  }
}

/* ══ VISIÓN MISIÓN OBJETIVO ══ */
#nosotros {
  background: var(--bg1);
}

.vmo-strip {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: 16px;
  overflow: hidden;
}

.vmo-strip-item {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.vmo-strip-div {
  background: var(--bdr);
  width: 1px;
  margin: 20px 0;
}

.vmo-strip-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--sun);
  background: rgba(245,158,11,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vmo-strip-icon-wrap svg {
  width: 24px;
  height: 24px;
  color: var(--sun);
}

.vmo-strip-label {
  font-family: var(--ff-display);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--t0);
}

.vmo-strip-text {
  font-size: 0.92rem;
  color: var(--t2);
  line-height: 1.7;
  margin: 0;
}

/* responsive — stack vertically on mobile */
@media (max-width: 640px) {
  .vmo-strip {
    grid-template-columns: 1fr;
  }
  .vmo-strip-div {
    width: auto;
    height: 1px;
    margin: 0 24px;
  }
}

/* ══ SERVICIOS ══ */
#servicios {
  background: var(--bg0);
}

.servicios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 52px;
}

/* serv-list bullets */
.serv-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.serv-list li {
  font-size: 0.8rem;
  color: var(--t2);
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
}

.serv-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sun);
  opacity: 0.7;
}

.servicio-card {
  background: var(--card);
  border: 1px solid var(--bdr);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.servicio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.serv-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.servicio-card:hover .serv-img {
  transform: scale(1.05);
}

.serv-body {
  padding: 26px 24px 28px;
}

.serv-icon {
  font-size: 1.75rem;
  margin-bottom: 12px;
  display: block;
  line-height: 1;
}

.serv-title {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--t1);
  margin: 0 0 10px;
  line-height: 1.35;
}

.serv-desc {
  font-size: 0.88rem;
  color: var(--t2);
  line-height: 1.72;
  margin: 0;
}

/* ══ CASOS ÉXITO — HERO SLIDER ══ */
#casos-exito {
  padding: 0 !important;
  overflow: hidden;
}

.casos-slider {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
  background: #040810;
  user-select: none;
}

.casos-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.casos-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.casos-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(4,8,15,0.90) 0%,
    rgba(4,8,15,0.72) 45%,
    rgba(4,8,15,0.82) 100%
  );
}

.casos-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 40px 80px;
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.casos-type-tag {
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 10px;
}

.casos-saving-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 6px;
}

.casos-pct {
  font-family: var(--ff-display);
  font-size: clamp(5rem, 11vw, 9rem);
  font-weight: 800;
  color: #fff;
  line-height: 0.88;
}

.casos-pct sup {
  font-size: 42%;
  vertical-align: super;
  margin-left: 2px;
}

.casos-saving-label {
  font-size: 1rem;
  color: rgba(255,255,255,0.68);
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.casos-divider {
  width: 52px;
  height: 3px;
  background: var(--sun);
  border-radius: 2px;
  margin: 16px auto 20px;
}

/* Receipt cards — overlapping, rotated */
.casos-receipts {
  position: relative;
  width: 480px;
  height: 190px;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.casos-receipt-card {
  position: absolute;
  width: 240px;
  background: #fff;
  border-radius: 10px;
  overflow: visible;
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  display: flex;
  flex-direction: column;
}

.casos-receipt-card img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 10px 10px 0 0;
}

.casos-rc-amount {
  padding: 7px 10px;
  font-family: var(--ff-body);
  font-size: 0.76rem;
  font-weight: 700;
  color: #111;
  background: #f5f5f5;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.casos-rc-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  padding: 4px 18px;
  border-radius: 20px;
  font-family: var(--ff-body);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.casos-antes {
  left: 20px;
  top: 18px;
  transform: rotate(-6deg);
  z-index: 1;
}
.casos-antes .casos-rc-badge { background: #dc2626; }

.casos-despues {
  right: 20px;
  top: 0;
  transform: rotate(4deg);
  z-index: 2;
}
.casos-despues .casos-rc-badge { background: #16a34a; }

/* ROI block */
.casos-roi-block {
  text-align: center;
  margin-bottom: 6px;
}

.casos-roi-label {
  font-family: var(--ff-body);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}

.casos-roi-val {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.casos-location {
  font-family: var(--ff-body);
  font-size: 0.68rem;
  color: rgba(255,255,255,0.38);
  letter-spacing: 0.3px;
  margin-top: 8px;
}

/* Navigation arrows */
.casos-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  border: 1.5px solid rgba(255,255,255,0.22);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  backdrop-filter: blur(8px);
}

.casos-nav-btn:hover {
  background: rgba(245,158,11,0.2);
  border-color: var(--sun);
  color: var(--sun);
}

.casos-prev { left: 24px; }
.casos-next { right: 24px; }

/* Dots */
.casos-dots-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.casos-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}

.casos-dot.active {
  background: var(--sun);
  transform: scale(1.5);
}

/* ══ PROJECT GALLERY ══ */
.abc-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 12px;
  padding: 0 56px 56px;
  max-width: 1400px;
  margin: 0 auto;
}

.abc-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}

.abc-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.abc-gallery-item:hover img { transform: scale(1.07); }

.abc-gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.2) 45%, transparent 75%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  transition: background 0.4s ease;
}

.abc-gallery-item:hover .abc-gallery-item-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.3) 55%, transparent 80%);
}

.abc-gallery-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 6px;
  font-family: 'Manrope', sans-serif;
}

.abc-gallery-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  line-height: 1.3;
}

.abc-gallery-item.big { grid-row: 1 / 3; }

@media (max-width: 768px) {
  .abc-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 8px;
    padding: 0 16px 32px;
  }
  .abc-gallery-item { height: 200px; }
  .abc-gallery-item.big { grid-row: auto; height: 220px; }
  .abc-gallery-title { font-size: 0.9rem; }
  .abc-gallery-tag { font-size: 0.65rem; }
}

@media (max-width: 480px) {
  .abc-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 16px 28px;
  }
  .abc-gallery-item { height: 160px; }
  .abc-gallery-item.big { height: 160px; }
  .abc-gallery-item-overlay { padding: 14px; }
  .abc-gallery-title { font-size: 0.85rem; line-height: 1.2; }
}
