/* ================================
   HIDROFONT — Zona CSS
   Diseño moderno Outfit
================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

body { font-family: 'Outfit', var(--font-main); }

/* HERO */
.zona-hz {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.zona-hz-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0a1825 0%, #132840 100%);
  z-index: 0;
}
.zona-hz-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255,255,255,.5) 40px, rgba(255,255,255,.5) 41px),
    repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255,255,255,.5) 40px, rgba(255,255,255,.5) 41px);
}
.zona-hz-glow {
  position: absolute;
  bottom: -200px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59,130,246,.15) 0%, transparent 65%);
  z-index: 1;
  pointer-events: none;
}
.zona-hz-con {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem var(--space-md);
  width: 100%;
}
.zona-hz-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: #93c5fd;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 1.5rem;
  letter-spacing: .03em;
}
.zona-hz-dot {
  width: 6px;
  height: 6px;
  background: #60a5fa;
  border-radius: 50%;
  flex-shrink: 0;
}
.zona-hz h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -.03em;
  margin-bottom: 1.1rem;
}
.zona-hz h1 .hl { color: #60a5fa; }
.zona-hz-sub {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 2rem;
}
.zona-hz-btns {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3.5rem;
}
.btn-hz-main {
  background: #fff;
  color: #0a1825;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -.01em;
}
.btn-hz-ghost {
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.18);
}
.zona-hz-kpis {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: fit-content;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}
.kpi {
  padding: 1.1rem 1.75rem;
  border-right: 1px solid rgba(255,255,255,.08);
}
.kpi:last-child { border-right: none; }
.kpi-val {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.02em;
  display: block;
  line-height: 1;
}
.kpi-lbl {
  color: #64748b;
  font-size: 11.5px;
  margin-top: 5px;
  display: block;
}

/* STRIP */
.zona-strip {
  background: #1e3a5f;
  padding: 1rem 0;
}
.zona-strip-in {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 1.5rem;
  border-right: 1px solid rgba(255,255,255,.1);
  margin-right: 1.5rem;
}
.strip-item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.strip-ico {
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.07);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.strip-item strong {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
.strip-item span { color: #4a6a8a; font-size: 11.5px; }

/* SECTIONS */
.zona-sec { padding: 5rem 0; }
.zona-sec-gray { background: #f8fafc; }
.zona-con {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}
.zona-lbl {
  font-size: 11.5px;
  font-weight: 700;
  color: #3b82f6;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .65rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.zona-lbl::before {
  content: '';
  width: 18px;
  height: 2px;
  background: #3b82f6;
  border-radius: 2px;
  display: block;
}
.zona-sec h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #0d1f33;
  letter-spacing: -.025em;
  line-height: 1.15;
  margin-bottom: .75rem;
}
.zona-sec h2 .hl { color: #3b82f6; }
.zona-sub {
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 580px;
}

/* TWO COL */
.zona-tcol {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 4rem;
  align-items: start;
}
.zona-prose p {
  color: #475569;
  font-size: 14.5px;
  line-height: 1.85;
  margin-bottom: 1rem;
}
.zona-prose p:last-child { margin: 0; }
.zona-chk {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin: 1.5rem 0 2rem;
}
.zona-chk li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #1e293b;
  font-size: 14px;
  line-height: 1.5;
}
.chk-ico {
  width: 20px;
  height: 20px;
  background: #1e3a5f;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

/* INFO CARD */
.zona-icard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.03);
}
.zona-icard-h {
  background: #0f2238;
  padding: 1.25rem 1.5rem;
}
.zona-icard-h strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: block;
}
.zona-icard-h span { color: #4a6a8a; font-size: 12.5px; }
.zona-ir {
  padding: .85rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.zona-ir:last-child { border-bottom: none; }
.zona-ir-l {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.zona-ir-v {
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
}
.zona-ir-v a {
  color: #1e3a5f;
  text-decoration: none;
  font-weight: 600;
}
.zona-icard-btn {
  display: block;
  margin: 1.25rem 1.5rem;
  background: #1e3a5f;
  color: #fff;
  padding: 13px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: -.01em;
}

/* SERVICES GRID */
.zona-svc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e2e8f0;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
}
.zona-sc {
  background: #fff;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  transition: background .15s;
  text-decoration: none;
}
.zona-sc:hover { background: #f8fafc; }
.zona-sc-n {
  font-size: 11px;
  font-weight: 700;
  color: #cbd5e1;
  letter-spacing: .1em;
}
.zona-sc h3 {
  color: #0d1f33;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
}
.zona-sc p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
  flex: 1;
}
.zona-sc-a {
  color: #1e3a5f;
  font-size: 13px;
  font-weight: 600;
  margin-top: auto;
}

/* FUGAS */
.zona-fugas {
  background: #020c18;
  border-radius: 18px;
  overflow: hidden;
}
.fg-top {
  padding: 3rem 3rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
}
.fg-lbl {
  font-size: 11.5px;
  font-weight: 700;
  color: #60a5fa;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .65rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fg-lbl::before {
  content: '';
  width: 18px;
  height: 2px;
  background: #60a5fa;
  border-radius: 2px;
  display: block;
}
.fg-top h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.025em;
  line-height: 1.15;
  margin-bottom: .75rem;
}
.fg-top h2 span { color: #60a5fa; }
.fg-top > div > p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}
.fg-chk {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin-bottom: 1.75rem;
}
.fg-chk li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #94a3b8;
  font-size: 13.5px;
  line-height: 1.5;
}
.fg-chk li::before {
  content: '→';
  color: #60a5fa;
  font-weight: 700;
  flex-shrink: 0;
}
.fg-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #020c18;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.fg-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.05);
  margin-top: 3rem;
}
.fg-card {
  padding: 2rem 2.5rem;
  border-right: 1px solid rgba(255,255,255,.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fg-card:last-child { border-right: none; }
.fg-card-img {
  height: 80px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fg-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fg-card-img-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.fg-card-img-ph span {
  font-size: 9.5px;
  color: rgba(255,255,255,.25);
}
.fg-badge {
  display: inline-block;
  background: rgba(96,165,250,.12);
  border: 1px solid rgba(96,165,250,.25);
  color: #60a5fa;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  width: fit-content;
}
.fg-card h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.fg-card p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* IMG GRID */
.zona-ig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.zona-ip {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.zona-ip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zona-ip:first-child {
  grid-column: span 2;
  aspect-ratio: 16/9;
}
.zona-ip span { font-size: 11px; color: #94a3b8; }

/* FAQ */
.zona-faq { display: flex; flex-direction: column; gap: .6rem; }
.zona-fi {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.zona-fiq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.5rem;
  cursor: pointer;
  gap: 1rem;
}
.zona-fiq span {
  color: #0d1f33;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
}
.zona-fiq-i {
  width: 26px;
  height: 26px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
}
.zona-fi.open .zona-fiq-i {
  background: #1e3a5f;
  transform: rotate(45deg);
}
.zona-fi.open .zona-fiq-i svg { stroke: #fff; }
.zona-fiq-i svg {
  width: 10px;
  height: 10px;
  stroke: #1e3a5f;
  transition: stroke .2s;
}
.zona-fia {
  padding: 0 1.5rem 1.1rem;
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.75;
  border-top: 1px solid #f1f5f9;
  display: none;
  padding-top: 1rem;
}
.zona-fi.open .zona-fia { display: block; }

/* ZONA TAGS */
.zona-ztags {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.zona-ztag {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #1e3a5f;
  font-size: 13.5px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}
.zona-ztag:hover {
  background: #1e3a5f;
  color: #fff;
  border-color: #1e3a5f;
}

/* CTA FINAL */
.zona-cta {
  background: linear-gradient(135deg, #0a1825 0%, #0f2d50 100%);
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.zona-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(59,130,246,.12) 0%, transparent 70%);
  pointer-events: none;
}
.zona-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -.03em;
  margin-bottom: .75rem;
  position: relative;
}
.zona-cta h2 span { color: #60a5fa; }
.zona-cta p {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 2.5rem;
  position: relative;
}
.zona-cta-row {
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.zona-cta-w {
  background: #fff;
  color: #0a1825;
  padding: 15px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.zona-cta-o {
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 15px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.15);
}
.zona-cta-tel {
  color: #475569;
  font-size: 13.5px;
  margin-top: 1.75rem;
  position: relative;
}
.zona-cta-tel strong {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  display: block;
  margin-top: 4px;
  letter-spacing: .03em;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .zona-tcol,
  .fg-top,
  .fg-cards,
  .zona-strip-in,
  .zona-svc { grid-template-columns: 1fr; }
  .fg-card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding: 1.75rem 2rem;
  }
  .fg-card:last-child { border-bottom: none; }
  .strip-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 0 0 .75rem;
    margin: 0 0 .75rem;
  }
  .strip-item:last-child { border-bottom: none; padding: 0; margin: 0; }
  .zona-ig { grid-template-columns: 1fr 1fr; }
  .zona-ip:first-child { grid-column: span 2; aspect-ratio: 16/9; }
  .zona-hz-kpis { grid-template-columns: 1fr 1fr; width: 100%; }
  .kpi:nth-child(2) { border-right: none; }
  .kpi:nth-child(3) { border-top: 1px solid rgba(255,255,255,.08); grid-column: span 2; }
  .fg-top { padding: 2rem 1.5rem 0; }
  .fg-card { padding: 1.5rem; }
}