@supports not (font-family: 'DM Sans') {
  body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #0d2137;
  --navy2:   #162f47;
  --blue:    #1a6fb8;
  --blue2:   #2389e0;
  --accent:  #e8f4fd;
  --white:   #ffffff;
  --gray1:   #f7f9fc;
  --gray2:   #eef2f7;
  --gray3:   #c8d4e0;
  --gray4:   #8fa3b8;
  --text:    #0d2137;
  --text2:   #4a6278;
  --green:   #16a34a;
  --wa:      #25D366;
  --radius:  12px;
  --radius2: 20px;
  --shadow:  0 4px 24px rgba(13,33,55,0.10);
  --shadow2: 0 2px 8px rgba(13,33,55,0.07);
}

html { scroll-behavior: smooth; }

/* picture actúa como bloque para no romper layouts */
picture { display: block; }

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: #4192ca;
  padding: 0 4vw;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.nav-logo { justify-self: center; }
.nav-logo img { height: 56px; width: 56px; object-fit: contain; }
.nav-links { display: flex; gap: 28px; list-style: none; justify-self: start; }
.nav-links a {
  text-decoration: none; color: white; font-size: 0.92rem; font-weight: 600;
  opacity: 0.9; transition: opacity 0.2s;
  letter-spacing: 0.02em;
}
.nav-links a:hover { opacity: 1; }
.nav-social { display: flex; gap: 16px; align-items: center; justify-self: end; }
.nav-social a { color: white; opacity: 0.9; transition: opacity 0.2s; display: flex; }
.nav-social a:hover { opacity: 1; }
.nav-social svg { width: 22px; height: 22px; }

/* ── HERO ── */
#inicio {
  height: 100vh;
  min-height: 600px;
  background: #e8f7fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 72px;
  position: relative;
  overflow: hidden;
}
.hero-top {
  text-align: center;
  padding: 40px 5vw 24px;
  position: relative; z-index: 3;
  width: 100%;
}
.hero-eyebrow {
  font-size: 1rem; font-weight: 600; color: #2d6a9f;
  margin-bottom: 10px; letter-spacing: 0.02em;
}
.hero-title {
  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #0d2137; line-height: 1.2; font-weight: 700;
  margin-bottom: 24px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-wa {
  background: #4192ca; color: white;
  padding: 13px 34px; border-radius: 50px;
  text-decoration: none; font-weight: 700; font-size: 0.92rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(65,146,202,0.4); }
.btn-ghost {
  background: white; color: #2d6a9f;
  padding: 13px 30px; border-radius: 50px;
  text-decoration: none; font-weight: 600; font-size: 0.92rem;
  border: 2px solid #4192ca;
  transition: background 0.2s;
}
.btn-ghost:hover { background: #f0f7fd; }
.hero-stats {
  display: flex; gap: 40px; margin-top: 24px;
  justify-content: center;
}
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-size: 1.4rem; color: #0d2137; font-weight: 700; }
.hero-stat span { font-size: 0.75rem; color: #5a8aaa; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%),
                      linear-gradient(to bottom, transparent 0%, black 18%);
  -webkit-mask-composite: intersect;
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%),
              linear-gradient(to bottom, transparent 0%, black 18%);
  mask-composite: intersect;
}
.hero-img-wrap picture { width: 100%; max-width: 860px; flex-shrink: 0; }
.hero-img-wrap img { width: 100%; height: auto; display: block; }
.hero-rings {
  position: absolute;
  left: 50%; top: 58%; transform: translate(-50%, -50%);
  width: 70vmax; height: 70vmax;
  pointer-events: none; z-index: 1;
}

/* ── PROBLEMAS ── */
#problemas {
  background: #0a1628;
  padding: 90px 6vw;
  position: relative;
  overflow: hidden;
}
#problemas .particles {
  position: absolute;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none; z-index: 0;
}
#problemas .inner { position: relative; z-index: 1; max-width: 1000px; margin: 0 auto; text-align: center; }
.prob-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: white; margin-bottom: 14px; line-height: 1.2;
}
.prob-sub {
  color: rgba(255,255,255,0.65); font-size: 1rem;
  max-width: 640px; margin: 0 auto 48px; line-height: 1.7;
}
.prob-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; margin-bottom: 44px; text-align: left;
}
.prob-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.prob-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.07); }
.prob-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4192ca; flex-shrink: 0; margin-top: 7px;
}
.prob-item span { color: rgba(255,255,255,0.85); font-size: 0.97rem; line-height: 1.5; }
.prob-cta-text {
  color: white; font-size: 1.15rem; font-weight: 700;
  max-width: 760px; margin: 0 auto 32px; line-height: 1.6;
}
.btn-prob {
  display: inline-block;
  background: transparent; color: white;
  border: 2px solid #4192ca;
  padding: 14px 48px; border-radius: 50px;
  font-weight: 700; font-size: 0.88rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
}
.btn-prob:hover { background: #4192ca; transform: translateY(-2px); }

.section-label {
  font-size: 0.8rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--blue); margin-bottom: 12px;
}
.section-title {
  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2; margin-bottom: 16px;
}
.section-sub { font-size: 1.05rem; color: var(--text2); max-width: 560px; margin-bottom: 48px; }

/* ── SERVICIOS ── */
#servicios {
  padding: 90px 5vw;
  background: #111c2d;
}
#servicios .section-label { color: #5ab4e8; }
#servicios .section-title { color: white; }
#servicios .section-sub   { color: rgba(255,255,255,0.6); max-width: 640px; }
.servicios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.servicio-card {
  background: #1a2840;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex; flex-direction: column;
}
.servicio-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.servicio-img { height: 210px; overflow: hidden; flex-shrink: 0; }
.servicio-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.servicio-card:hover .servicio-img img { transform: scale(1.06); }
.servicio-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.servicio-body h3 {
  font-size: 1.05rem; font-weight: 700;
  color: white; margin-bottom: 10px; line-height: 1.35;
}
.servicio-body p { font-size: 0.88rem; color: rgba(255,255,255,0.6); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.btn-servicio {
  display: block; text-align: center;
  background: #25D366; color: white;
  padding: 12px 16px; border-radius: 50px;
  text-decoration: none; font-size: 0.84rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
  margin-top: auto;
}
.btn-servicio:hover { background: #20ba58; transform: translateY(-1px); }
@media (max-width: 900px) { .servicios-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .servicios-grid { grid-template-columns: 1fr; } }

/* ── PASOS ── */
#pasos {
  padding: 90px 5vw;
  background: white;
  text-align: center;
}
#pasos .section-title { margin-bottom: 8px; }
#pasos .section-sub   { margin: 0 auto 56px; text-align: center; }
.pasos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto 48px;
  position: relative;
}
.pasos-grid::before {
  content: '';
  position: absolute;
  top: 90px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(to right, #4192ca, #4192ca);
  z-index: 0;
}
.paso-item {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
}
.paso-icono {
  width: 160px; height: 160px;
  border-radius: 50%;
  background: #f0f4f8;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.paso-icono img {
  width: 110px; height: 110px;
  object-fit: contain;
}
.paso-num {
  width: 42px; height: 42px; border-radius: 50%;
  background: #4192ca; color: white;
  font-size: 1.2rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgba(65,146,202,0.4);
}
.paso-item h3 {
  font-size: 0.98rem; font-weight: 700;
  color: #0d2137; margin-bottom: 8px; line-height: 1.3;
}
.paso-item p {
  font-size: 0.86rem; color: #4a6278;
  line-height: 1.6; max-width: 200px;
}
.btn-pasos {
  display: inline-block;
  background: transparent; color: #0d2137;
  border: 2px solid #4192ca;
  padding: 14px 48px; border-radius: 50px;
  font-weight: 700; font-size: 0.88rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.btn-pasos:hover { background: #4192ca; color: white; transform: translateY(-2px); }
@media (max-width: 900px) {
  .pasos-grid { grid-template-columns: 1fr 1fr; }
  .pasos-grid::before { display: none; }
}
@media (max-width: 520px) { .pasos-grid { grid-template-columns: 1fr; } }

/* ── ZONA ── */
#zona {
  background: var(--navy);
  padding: 80px 5vw;
  text-align: center;
}
#zona .section-label { color: #7ec8f8; }
#zona .section-title { color: white; margin: 0 auto 16px; }
#zona .section-sub { color: rgba(255,255,255,0.65); margin: 0 auto 40px; }
.zonas-pills {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center;
}
.zona-pill {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  color: white; padding: 10px 22px; border-radius: 50px;
  font-size: 0.9rem; font-weight: 500;
}

/* ── POR QUÉ DISPOCARE ── */
#porque {
  padding: 90px 5vw;
  background: #f0f2f5;
  text-align: center;
}
#porque .section-title { margin-bottom: 8px; }
#porque .section-sub { margin: 0 auto 48px; color: #4a6278; }
.porque-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 44px;
}
.porque-card {
  background: white;
  border-radius: 14px;
  padding: 28px 18px 24px;
  text-align: center;
  border: 1px solid #e4e8ef;
  transition: box-shadow 0.2s, transform 0.2s;
}
.porque-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.09); transform: translateY(-3px); }
.porque-card img {
  width: 72px; height: 72px;
  object-fit: contain;
  margin-bottom: 16px;
  display: block; margin-left: auto; margin-right: auto;
}
.porque-card h3 {
  font-size: 0.95rem; font-weight: 700;
  color: #0d2137; margin-bottom: 10px; line-height: 1.3;
}
.porque-card p { font-size: 0.84rem; color: #4a6278; line-height: 1.6; }
.btn-porque {
  display: inline-block;
  background: #2d4fd6; color: white;
  padding: 14px 48px; border-radius: 10px;
  font-weight: 700; font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.btn-porque:hover { background: #1e3ab8; transform: translateY(-2px); }
@media (max-width: 900px) { .porque-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 580px) { .porque-grid { grid-template-columns: 1fr 1fr; } }

/* ── PRECIOS ── */
#precios {
  padding: 90px 5vw;
  background: #f0f2f5;
  text-align: center;
}
#precios .section-title { margin-bottom: 8px; }
#precios .section-sub { margin: 0 auto 48px; text-align: center; color: #4a6278; }
.precios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1050px;
  margin: 0 auto;
  align-items: stretch;
}
.precio-card {
  background: white;
  border: 1.5px solid #e0e4ea;
  border-radius: 16px;
  padding: 36px 28px 28px;
  text-align: left;
  display: flex; flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}
.precio-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); transform: translateY(-3px); }
.precio-card.featured {
  border: 2.5px solid #4192ca;
  transform: scale(1.02);
}
.precio-card.featured:hover { transform: scale(1.02) translateY(-3px); }
.precio-nombre {
  font-size: 0.88rem; font-weight: 800;
  color: #0d2137; margin-bottom: 16px;
  text-transform: uppercase; letter-spacing: 0.06em;
  text-align: center;
}
.precio-precio {
  font-size: 2.6rem; font-weight: 800;
  color: #4192ca; margin-bottom: 4px;
  text-align: center; line-height: 1;
}
.precio-desde {
  font-size: 0.8rem; color: #8a9ab0;
  margin-bottom: 24px; text-align: center;
}
.precio-lista { list-style: none; margin-bottom: 28px; flex: 1; }
.precio-lista li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: #2d3f52;
  padding: 7px 0;
  border-bottom: 1px solid #f0f2f5;
}
.precio-lista li::before {
  content: '✔'; color: #4192ca;
  font-weight: 700; flex-shrink: 0; font-size: 0.85rem;
}
.btn-precio {
  display: block; text-align: center; text-decoration: none;
  padding: 14px 20px; border-radius: 10px;
  font-weight: 700; font-size: 0.88rem;
  background: #2d4fd6; color: white;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s;
  margin-top: auto;
}
.btn-precio:hover { background: #1e3ab8; transform: translateY(-1px); }
@media (max-width: 860px) { .precios-grid { grid-template-columns: 1fr; max-width: 420px; } }

/* ── VALORACIONES ── */
#valoraciones {
  padding: 90px 5vw;
  background: white;
  text-align: center;
}
#valoraciones .section-title { margin-bottom: 8px; }
#valoraciones .section-sub { margin: 0 auto 40px; color: #4a6278; }
.val-summary {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-bottom: 32px;
}
.val-numero {
  font-size: 3.5rem; font-weight: 800;
  color: #4192ca; line-height: 1;
}
.val-estrellas { font-size: 1.8rem; color: #fbbf24; line-height: 1; }
.val-total { font-size: 0.9rem; color: #8a9ab0; margin-top: 4px; }
.val-cta {
  display: inline-block; margin-bottom: 44px;
  background: #4192ca; color: white;
  padding: 12px 32px; border-radius: 50px;
  font-weight: 700; font-size: 0.9rem;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
}
.val-cta:hover { background: #2d7ab5; transform: translateY(-2px); }
.val-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px; max-width: 1000px; margin: 0 auto;
  text-align: left;
}
.val-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 22px 24px;
  border: 1px solid #e4e8ef;
  border-left: 4px solid #4192ca;
}
.val-card-header {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 10px;
}
.val-autor { font-weight: 700; color: #0d2137; font-size: 0.95rem; }
.val-stars { color: #fbbf24; font-size: 1rem; letter-spacing: 1px; }
.val-comentario {
  font-size: 0.9rem; color: #4a6278;
  line-height: 1.65; margin-bottom: 10px;
  font-style: italic;
}
.val-fecha { font-size: 0.78rem; color: #a0aec0; }
.val-loading { color: #8a9ab0; padding: 40px; font-size: 0.95rem; }
@media (max-width: 600px) { .val-grid { grid-template-columns: 1fr; } }

/* ── FAQ ── */
#faq {
  padding: 90px 5vw;
  background: #f0f2f5;
  text-align: center;
}
#faq .section-title { margin-bottom: 8px; }
#faq .section-sub { margin: 0 auto 44px; color: #4a6278; }
.faq-lista {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: white;
  border-radius: 12px;
  border: 1px solid #e4e8ef;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.07); }
.faq-pregunta {
  width: 100%; background: none; border: none;
  padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; text-align: left; gap: 16px;
}
.faq-pregunta span {
  font-size: 1rem; font-weight: 700; color: #0d2137; line-height: 1.4;
}
.faq-chevron {
  width: 20px; height: 20px; flex-shrink: 0;
  color: #4192ca; transition: transform 0.25s;
}
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-respuesta {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
}
.faq-item.open .faq-respuesta {
  max-height: 200px;
  padding: 0 24px 20px;
}
.faq-respuesta p {
  font-size: 0.93rem; color: #4a6278; line-height: 1.7;
  border-top: 1px solid #f0f2f5; padding-top: 14px;
}
.btn-faq {
  display: inline-block;
  background: #2d4fd6; color: white;
  padding: 14px 48px; border-radius: 10px;
  font-weight: 700; font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.btn-faq:hover { background: #1e3ab8; transform: translateY(-2px); }

/* ── CONTACTO ── */
#contacto {
  padding: 90px 5vw;
  background: white;
}
.contacto-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  max-width: 1050px;
  margin: 0 auto;
  align-items: start;
}
.contacto-info h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #0d2137; margin-bottom: 16px; line-height: 1.25;
}
.contacto-info > p {
  color: #4a6278; margin-bottom: 20px; line-height: 1.7; font-size: 0.97rem;
}
.contacto-ayuda { margin: 28px 0 28px; }
.contacto-ayuda h3 {
  font-size: 1.1rem; font-weight: 700; color: #0d2137; margin-bottom: 12px;
}
.contacto-ayuda ul { list-style: none; padding: 0; }
.contacto-ayuda ul li {
  font-size: 0.92rem; color: #4a6278;
  padding: 5px 0; display: flex; align-items: center; gap: 10px;
}
.contacto-ayuda ul li::before {
  content: '•'; color: #4192ca; font-size: 1.2rem; line-height: 1; flex-shrink: 0;
}
.contacto-datos { display: flex; flex-direction: column; gap: 14px; }
.contacto-dato strong {
  display: block; font-size: 0.82rem; font-weight: 700;
  color: #8a9ab0; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 3px;
}
.contacto-dato a, .contacto-dato span {
  font-size: 0.97rem; color: #0d2137; font-weight: 600; text-decoration: none;
}
.contacto-dato a:hover { color: #4192ca; }

.contacto-form { display: flex; flex-direction: column; gap: 16px; }
.form-label {
  font-size: 0.85rem; font-weight: 600; color: #0d2137;
  margin-bottom: 6px; display: block;
}
.form-label span { color: #4192ca; }
.form-field { display: flex; flex-direction: column; }
.contacto-form input, .contacto-form textarea {
  padding: 13px 16px;
  border: 1.5px solid #dde3eb;
  border-radius: 10px;
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-size: 0.92rem; color: #0d2137;
  background: white;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.contacto-form input::placeholder, .contacto-form textarea::placeholder { color: #b0bec5; }
.contacto-form input:focus, .contacto-form textarea:focus {
  outline: none; border-color: #4192ca;
  box-shadow: 0 0 0 3px rgba(65,146,202,0.15);
}
.contacto-form textarea { min-height: 130px; resize: vertical; }
.btn-enviar {
  background: #4192ca; color: white; border: none;
  padding: 15px; border-radius: 50px;
  font-size: 0.95rem; font-weight: 700;
  cursor: pointer; transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.02em;
}
.btn-enviar:hover { background: #2d7ab5; transform: translateY(-2px); }
.form-ok {
  display: none; text-align: center; padding: 16px;
  background: #e8f5e9; color: #2e7d32;
  border-radius: 10px; font-weight: 600; font-size: 0.95rem;
}
input[name="botcheck"] { display: none !important; }
@media (max-width: 860px) {
  .contacto-wrap { grid-template-columns: 1fr; gap: 48px; }
}

/* ── FOOTER ── */
footer {
  background: #0d2137;
  color: rgba(255,255,255,0.55);
  padding: 48px 5vw 0;
}
.footer-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-col-title {
  font-size: 0.82rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4); margin-bottom: 14px;
}
.footer-dato { margin-bottom: 14px; }
.footer-dato strong {
  display: block; font-size: 0.82rem; font-weight: 700;
  color: white; margin-bottom: 3px;
}
.footer-dato a, .footer-dato span {
  font-size: 0.9rem; color: rgba(255,255,255,0.6);
  text-decoration: none; transition: color 0.2s;
}
.footer-dato a:hover { color: white; }
.footer-center { text-align: center; }
.footer-center p {
  font-size: 0.92rem; color: rgba(255,255,255,0.65);
  margin-bottom: 20px; line-height: 1.6;
}
.footer-social {
  display: flex; gap: 20px; justify-content: center; margin-top: 8px;
}
.footer-social a {
  color: rgba(255,255,255,0.7);
  transition: color 0.2s, transform 0.2s;
  display: flex;
}
.footer-social a:hover { color: white; transform: translateY(-2px); }
.footer-social svg { width: 26px; height: 26px; }
.footer-copy {
  text-align: center; padding: 18px 0;
  font-size: 0.82rem; color: rgba(255,255,255,0.35);
}
@media (max-width: 700px) {
  .footer-body { grid-template-columns: 1fr; text-align: center; }
  .footer-social { justify-content: center; }
}

/* ── WA FLOAT ── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: transform 0.2s, box-shadow 0.2s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.6); }
.wa-float svg { width: 28px; height: 28px; fill: white; }

/* ── HAMBURGER (always in col 3, hidden by default) ── */
.hamburger {
  display: none; background: none; border: none;
  cursor: pointer; padding: 4px; flex-direction: column;
  gap: 5px; justify-self: end;
  grid-column: 3; grid-row: 1;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: white; border-radius: 2px;
  transition: all 0.3s;
}

/* ── MOBILE NAV OVERLAY ── */
.nav-mobile {
  display: none; position: fixed;
  top: 72px; left: 0; right: 0;
  background: #4192ca;
  padding: 16px 5vw 20px;
  flex-direction: column; gap: 4px;
  z-index: 99; box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  color: white; text-decoration: none; font-weight: 600;
  font-size: 1rem; padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.nav-mobile a:last-child { border-bottom: none; }

/* ── RESPONSIVE ── */

/* Tablet & small desktop: switch to hamburger at 960px */
@media (max-width: 960px) {
  .nav-links  { display: none; }
  .nav-social { display: none; }
  .hamburger  { display: flex; }
}

/* Tablet adjustments */
@media (max-width: 900px) {
  .hero-title { font-size: clamp(1.6rem, 5vw, 2.4rem); }
  .hero-img-wrap { max-width: 100%; }
  .contacto-wrap { grid-template-columns: 1fr; gap: 48px; }
  form .row { grid-template-columns: 1fr; }
}

/* Mobile */
@media (max-width: 600px) {
  /* Hero */
  .hero-top { padding: 20px 5vw 14px; }
  .hero-stats { gap: 20px; }
  .hero-stat strong { font-size: 1.2rem; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-img-wrap { max-width: 100%; }

  /* Sections padding */
  #problemas, #servicios, #pasos, #zona,
  #porque, #precios, #valoraciones, #faq, #contacto {
    padding-left: 5vw; padding-right: 5vw;
    padding-top: 60px; padding-bottom: 60px;
  }

  /* Pasos: hide connecting line on 1-col */
  .pasos-grid { gap: 24px; }
  .paso-icono { width: 120px; height: 120px; }
  .paso-icono img { width: 80px; height: 80px; }

  /* Footer */
  footer { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
}

/* Very small screens */
@media (max-width: 380px) {
  .hero-stats { gap: 10px; }
  .hero-stat strong { font-size: 1rem; }
  .hero-stat span { font-size: 0.65rem; }
  .porque-grid { grid-template-columns: 1fr !important; }
}
