/* ══════════════════════════════════════════════
   +movinghouse.mx  —  style.css
   Paleta oscura premium · v2.0 · 2026
══════════════════════════════════════════════ */

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

:root {
  --bg:        #080E1C;
  --bg2:       #0D1526;
  --bg3:       #121C33;
  --bg4:       #18253E;
  --teal:      #0C7A6A;
  --teal-lt:   #0EA08C;
  --teal-glow: rgba(12, 122, 106, .35);
  --sky:       #0094F0;
  --sky-glow:  rgba(0, 148, 240, .3);
  --gold:      #F5A623;
  --gold-dk:   #D98A0C;
  --gold-glow: rgba(245, 166, 35, .35);
  --white:     #FFFFFF;
  --t1:        rgba(255, 255, 255, .92);
  --t2:        rgba(255, 255, 255, .60);
  --t3:        rgba(255, 255, 255, .35);
  --border:    rgba(255, 255, 255, .09);
  --border2:   rgba(255, 255, 255, .14);
  --r:         18px;
  --fh:        'Poppins', sans-serif;
  --fb:        'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--fb);
  background: var(--bg);
  color: var(--t1);
  line-height: 1.65;
  overflow-x: hidden;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
section { padding: 72px 0; }


/* ── TYPOGRAPHY ─────────────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--teal-lt);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.eyebrow.gold  { color: var(--gold); }
.eyebrow.pink  { color: var(--sky); }

h2.title {
  font-family: var(--fh);
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.13;
  letter-spacing: -.5px;
  color: var(--white);
  margin-bottom: 14px;
}

.section-head {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
}
.section-head .eyebrow { justify-content: center; }
.section-head p        { color: var(--t2); font-size: 16px; }


/* ── BUTTONS ─────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all .22s;
  font-family: var(--fb);
  letter-spacing: .2px;
}
.btn-gold    { background: var(--gold);  color: #0A0F1C; }
.btn-gold:hover    { background: #FFB73A; transform: translateY(-2px); box-shadow: 0 12px 32px var(--gold-glow); }
.btn-teal    { background: var(--teal);  color: #fff; }
.btn-teal:hover    { background: var(--teal-lt); transform: translateY(-2px); box-shadow: 0 12px 32px var(--teal-glow); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid var(--border2); }
.btn-outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); }
.btn-whatsapp{ background: #25D366; color: #fff; }
.btn-whatsapp:hover{ background: #1DA851; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,211,102,.4); }
.btn-sm      { padding: 10px 22px; font-size: 13px; }
.ctas        { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }


/* ── NAVBAR ──────────────────────────────────── */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 300;
  background: rgba(8, 14, 28, .85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 0 32px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
}
#nav.scrolled {
  background: rgba(8, 14, 28, .97);
  border-color: rgba(12, 122, 106, .25);
}
.logo-link         { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; overflow: visible; }
.logo-link img     { height: 68px; width: auto; }

.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  color: var(--t2);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .2px;
  transition: color .2s;
  padding: 4px 0;
  position: relative;
  white-space: nowrap;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 2px;
  background: var(--teal-lt);
  border-radius: 2px;
  transition: width .2s;
}
.nav-links a:hover              { color: var(--white); }
.nav-links a:hover::after       { width: 100%; }

.nav-right  { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.nav-phone  { display: flex; align-items: center; gap: 10px; color: var(--t1); flex-shrink: 0; white-space: nowrap; }
.nav-phone .ico {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--teal-glow);
  color: var(--teal-lt);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(12,122,106,.3);
  flex-shrink: 0;
}
.nav-phone .pn  { font-weight: 700; font-size: 14px; white-space: nowrap; line-height: 1.3; }
.nav-phone .ps  { font-size: 10px; color: var(--t3); white-space: nowrap; display: block; }
.nav-right .btn-sm { padding: 9px 18px; font-size: 12.5px; flex-shrink: 0; white-space: nowrap; }

/* ── HAMBURGUESA + MENÚ MÓVIL ─────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--t1);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 80px; left: 0; right: 0;
  background: var(--bg2);
  border-bottom: 1px solid var(--border2);
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  z-index: 299;
}
.mobile-menu.open { max-height: 600px; }
.mobile-menu ul { list-style: none; padding: 8px 24px 0; }
.mobile-menu ul li { border-bottom: 1px solid var(--border); }
.mobile-menu ul li:last-child { border-bottom: none; }
.mobile-menu ul a {
  display: block;
  padding: 14px 4px;
  color: var(--t1);
  font-family: var(--fh);
  font-weight: 600;
  font-size: 15px;
}
.mobile-menu ul a:hover { color: var(--gold); }
.mobile-menu-actions {
  padding: 18px 24px 26px;
  display: flex; flex-direction: column; gap: 12px;
}
.mm-phone {
  display: flex; align-items: center; gap: 8px;
  color: var(--t1); font-weight: 700; font-size: 14.5px;
}
.mobile-menu-actions .btn { text-align: center; justify-content: center; }

/* ── NAV: tablet/laptop angosto — compacta antes de llegar al hamburguesa ── */
@media (max-width: 1300px) {
  #nav             { padding: 0 20px; }
  .nav-links       { gap: 16px; }
  .nav-links a     { font-size: 12.5px; }
  .nav-right       { gap: 12px; }
  .nav-phone .ps   { display: none; }
  .nav-right .btn-sm { padding: 8px 16px; font-size: 12px; }
}


/* ── HERO ────────────────────────────────────── */
#inicio {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero-bg            { position: absolute; inset: 0; background: var(--bg); z-index: 0; }
.hero-bg-img        { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .28; z-index: 1; }
.hero-overlay       { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(8,14,28,.97) 0%, rgba(8,14,28,.85) 45%, rgba(8,14,28,.3) 100%); z-index: 2; }
.hero-glow-teal     { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(12,122,106,.22) 0%, transparent 70%); bottom: -200px; left: -150px; z-index: 2; pointer-events: none; }
.hero-glow-pink     { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(0,148,240,.18) 0%, transparent 70%); top: -100px; right: 10%; z-index: 2; pointer-events: none; }

/* ── Hero two-column layout ── */
.hero-content {
  position: relative; z-index: 3;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 96px 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.hero-left  { max-width: 560px; }

/* ── Video card ── */
.hero-right { display: flex; align-items: center; justify-content: center; }

/* logo-mark variant (index.html uses img, v2.html uses video) */
.hero-logo-mark {
  width: 100%;
  max-width: 420px;
  filter: drop-shadow(0 18px 48px rgba(0,0,0,.6));
  pointer-events: none;
}

.hero-vid-wrap {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 24px 64px rgba(0,0,0,.6);
  aspect-ratio: 16/9;
  background: #000;
}

.hero-vid-wrap video,
.hero-vid-wrap img.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Logo visible antes de que arranque el video; se desvanece al iniciar playback */
.hero-vid-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14%;
  box-sizing: border-box;
  background: var(--bg);
  z-index: 2;
  opacity: 1;
  transition: opacity .7s ease;
}
.hero-vid-wrap.is-playing .hero-vid-poster {
  opacity: 0;
  pointer-events: none;
}

/* subtle gradient overlay at bottom of video so it doesn't feel too raw */
.hero-vid-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(8,14,28,.55) 100%
  );
  pointer-events: none;
}

@media (max-width: 1180px) { .hero-content { gap: 28px; padding: 96px 28px 20px; } }
@media (max-width: 860px) {
  .hero-content  { grid-template-columns: 1fr; padding: 100px 20px 28px; }
  .hero-right    { max-width: 520px; margin: 0 auto; width: 100%; }
  .hero-left     { max-width: 100%; }
}

.hero-badges-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-lt);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hero-badge span {
  width: 7px; height: 7px;
  background: var(--teal-lt);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245,166,35,.12);
  border: 1px solid rgba(245,166,35,.3);
  color: var(--gold);
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 700;
}
.hero-rating .stars { font-size: 11px; letter-spacing: 1.5px; }
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .5; transform: scale(1.4); }
}

h1.hero-h1 {
  font-family: var(--fh);
  font-weight: 900;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 12px;
  letter-spacing: -1px;
}
h1.hero-h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--teal-lt), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub   { font-size: 15px; color: var(--t2); max-width: 480px; margin-bottom: 18px; line-height: 1.55; }

.hero-chips { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 18px; }
.chip {
  display: flex; align-items: center; gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--t2);
}
.chip svg { color: var(--teal-lt); flex-shrink: 0; }

.hero-scroll { position: relative; z-index: 3; padding: 4px 32px 10px; display: flex; justify-content: center; }
.scroll-line { width: 1px; height: 18px; background: linear-gradient(to bottom, var(--border2), transparent); margin: 0 auto; }


/* ── STATS STRIP ─────────────────────────────── */
.stats-strip {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }

.stat-item {
  padding: 14px 20px;
  border-right: 1px solid var(--border);
  position: relative;
}
.stat-item:last-child { border-right: none; }
.stat-item::before {
  content: '';
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 2px;
  background: var(--gold);
  transition: width .4s;
  border-radius: 2px;
}
.stat-item:hover::before  { width: 60%; }
.stat-item:hover .sn      { color: var(--gold); }

.sn { font-family: var(--fh); font-weight: 800; font-size: 25px; color: var(--white); line-height: 1; transition: color .3s; }
.sl { font-size: 11px; color: var(--t3); margin-top: 5px; letter-spacing: .5px; text-transform: uppercase; }


/* ── VIDEO SECTION ───────────────────────────── */
#video-section { background: var(--bg2); padding: 56px 0; }
.video-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--bg3);
  border: 1px solid var(--border2);
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 32px 80px rgba(0,0,0,.6);
}
.video-wrap video { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.video-caption    { text-align: center; margin-top: 20px; color: var(--t3); font-size: 13.5px; font-style: italic; }


/* ── SERVICIOS ───────────────────────────────── */
#servicios { background: var(--bg); }
.svc-grid  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }

.svc-card {
  background: var(--bg2);
  padding: 40px 32px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.svc-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), transparent);
  opacity: 0; transition: opacity .3s;
}
.svc-card:hover { background: var(--bg3); transform: translateY(-4px); z-index: 2; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.svc-card:hover::before { opacity: 1; }

.svc-img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; margin-bottom: 22px; }

.svc-ic {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; border: 1px solid var(--border2);
}
.svc-ic.teal { background: rgba(12,122,106,.2);  color: var(--teal-lt); }
.svc-ic.pink { background: rgba(0,148,240,.15); color: var(--sky); }
.svc-ic.gold { background: rgba(245,166,35,.15); color: var(--gold); }

.svc-card h3 { font-family: var(--fh); font-weight: 700; font-size: 19px; color: var(--white); margin-bottom: 10px; }
.svc-card p  { font-size: 14px; color: var(--t2); line-height: 1.7; }
.svc-link    { display: inline-block; margin-top: 12px; font-size: 13.5px; font-weight: 700; color: var(--gold); }
.svc-link:hover { color: var(--gold-dk); }


/* ── BREADCRUMB (landing pages de servicio) ───── */
.breadcrumb {
  padding: 18px 0 0;
  font-size: 13px;
  color: var(--t3);
}
.breadcrumb a { color: var(--t2); transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { margin: 0 8px; }

/* ── FAQ ───────────────────────────────────────── */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--bg3);
  border: 1px solid var(--border2);
  border-radius: 14px;
  padding: 22px 26px;
}
.faq-item h3 { font-family: var(--fh); font-weight: 700; font-size: 16px; color: var(--white); margin-bottom: 8px; }
.faq-item p  { font-size: 14px; color: var(--t2); line-height: 1.7; }

/* ── SERVICIOS RELACIONADOS ───────────────────── */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card {
  background: var(--bg3);
  border: 1px solid var(--border2);
  border-radius: var(--r);
  padding: 26px;
  transition: transform .25s, border-color .25s;
}
.related-card:hover { transform: translateY(-4px); border-color: rgba(245,166,35,.4); }
.related-card h3 { font-family: var(--fh); font-weight: 700; font-size: 17px; color: var(--white); margin-bottom: 8px; }
.related-card p  { font-size: 13.5px; color: var(--t2); line-height: 1.6; margin-bottom: 14px; }
.related-card a  { color: var(--gold); font-weight: 700; font-size: 13.5px; }
.related-card a:hover { color: var(--gold-dk); }

@media (max-width: 860px) {
  .related-grid { grid-template-columns: 1fr; }
}

/* ── GALERÍA / CARRUSEL DE FOTOS REALES ───────── */
.gallery-section { background: var(--bg2); }

.carousel { position: relative; display: flex; align-items: center; gap: 14px; }

.car-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 24px 12px;
  flex: 1;
  scrollbar-width: none;
}
.car-track::-webkit-scrollbar { display: none; }

.car-slide {
  flex: 0 0 auto;
  width: 300px;
  height: 380px;
  border-radius: var(--r);
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--border2);
}
.car-slide img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.car-slide:hover img { transform: scale(1.06); }

.car-arrow {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg3);
  border: 1px solid var(--border2);
  color: var(--t1);
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s;
}
.car-arrow:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-2px); }
.car-arrow svg { width: 18px; height: 18px; }

.car-dots {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 22px;
}
.car-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--border2);
  border: none; cursor: pointer;
  transition: background .2s, width .2s;
  padding: 0;
}
.car-dot.active { background: var(--gold); width: 22px; border-radius: 5px; }

@media (max-width: 640px) {
  .car-slide { width: 240px; height: 300px; }
  .car-arrow { display: none; }
  .car-track { padding: 4px 20px 12px; }
}


/* ── CÓMO FUNCIONA ───────────────────────────── */
#como     { background: var(--bg2); }
.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.steps-row::before {
  content: '';
  position: absolute; top: 30px; left: 12%; right: 12%; height: 1px;
  background: var(--border2); z-index: 0;
}
.step { text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.step-num {
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  font-family: var(--fh); font-weight: 800; font-size: 22px; color: #fff;
}
.step:nth-child(1) .step-num { background: var(--teal);  box-shadow: 0 0 0 6px rgba(12,122,106,.2); }
.step:nth-child(2) .step-num { background: var(--sky);  box-shadow: 0 0 0 6px rgba(0,148,240,.2); }
.step:nth-child(3) .step-num { background: var(--gold);  color: #080E1C; box-shadow: 0 0 0 6px rgba(245,166,35,.2); }
.step:nth-child(4) .step-num { background: var(--bg4);   border: 1px solid var(--border2); color: var(--white); box-shadow: 0 0 0 6px rgba(255,255,255,.05); }
.step h3 { font-family: var(--fh); font-weight: 700; font-size: 16px; color: var(--white); margin-bottom: 10px; }
.step p  { font-size: 13.5px; color: var(--t2); line-height: 1.65; }


/* ── SPLIT REAL PHOTO ────────────────────────── */
.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 440px; }
.split-img     { position: relative; overflow: hidden; }
.split-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.split-img:hover img { transform: scale(1.03); }
.split-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(8,14,28,.7), transparent); }

.split-content {
  background: var(--bg2);
  padding: 48px 48px;
  display: flex; flex-direction: column; justify-content: center;
}
.split-content h2 { font-family: var(--fh); font-weight: 800; font-size: clamp(24px,2.8vw,38px); color: var(--white); margin-bottom: 16px; line-height: 1.15; }
.split-content p  { color: var(--t2); font-size: 15.5px; line-height: 1.7; margin-bottom: 24px; }

.split-list { list-style: none; margin-bottom: 32px; }
.split-list li {
  display: flex; align-items: center; gap: 12px;
  color: var(--t2); font-size: 14.5px;
  padding: 9px 0; border-bottom: 1px solid var(--border);
}
.split-list li:last-child { border-bottom: none; }
.split-list .ck {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(12,122,106,.2); color: var(--teal-lt);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 12px;
}


/* ── POR QUÉ ELEGIRNOS ───────────────────────── */
#porque     { background: var(--bg); }
.porque-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; background: var(--border); }
.pq-card {
  background: var(--bg2);
  padding: 40px 24px; text-align: center;
  transition: all .3s;
}
.pq-card:hover { background: var(--bg3); }
.pq-ic {
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; border: 1px solid var(--border2);
}
.pq-ic.t { background: rgba(12,122,106,.15);  color: var(--teal-lt); }
.pq-ic.g { background: rgba(245,166,35,.12);  color: var(--gold); }
.pq-ic.p { background: rgba(0,148,240,.12);  color: var(--sky); }
.pq-ic svg { width: 24px; height: 24px; }
.pq-card h3 { font-family: var(--fh); font-weight: 700; font-size: 14.5px; color: var(--white); margin-bottom: 10px; }
.pq-card p  { font-size: 12.5px; color: var(--t2); line-height: 1.6; }


/* ── TESTIMONIOS ─────────────────────────────── */
#testimonios { background: var(--bg2); }
.testi-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.testi-rating .stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; }

.testi-grid  { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 760px; margin: 0 auto; }

.testi-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 32px;
  position: relative; overflow: hidden;
  transition: all .3s;
  display: flex;
  flex-direction: column;
}
.testi-card::before {
  content: '"';
  position: absolute; top: -10px; right: 20px;
  font-size: 100px; color: var(--teal); opacity: .15;
  font-family: Georgia, serif; line-height: 1;
}
.testi-card:hover { border-color: rgba(12,122,106,.35); transform: translateY(-3px); }

.t-stars   { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.testi-card p { font-size: 14.5px; color: var(--t1); line-height: 1.75; margin-bottom: 24px; font-style: italic; flex: 1; }

.t-author  { display: flex; align-items: center; gap: 12px; }
.t-avatar  { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 700; color: #fff; font-size: 17px; flex-shrink: 0; }
.t-author strong { font-size: 14px; color: var(--white); display: block; font-family: var(--fh); }
.t-author span   { font-size: 12px; color: var(--t3); }

.t-google-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--teal-lt);
  align-self: flex-start;
  transition: color .2s;
}
.t-google-link:hover { color: var(--gold); }

.testi-google {
  text-align: center;
  margin-top: 36px;
  font-size: 14px;
  color: var(--t2);
}
.testi-google a { color: var(--gold); font-weight: 700; transition: color .2s; }
.testi-google a:hover { color: #FFB73A; }


/* ── COTIZA ──────────────────────────────────── */
#cotiza     { background: var(--bg); }
.cotiza-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }

.form-wrap {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 32px;
}
.form-title { font-family: var(--fh); font-weight: 800; font-size: 26px; color: var(--white); margin-bottom: 8px; }
.form-sub   { color: var(--t2); font-size: 14px; margin-bottom: 30px; }

.form-row       { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-row.one   { grid-template-columns: 1fr; }

.field {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px;
  font-family: var(--fb); font-size: 14px; color: var(--white);
  outline: none; transition: border .2s; width: 100%;
}
.field::placeholder { color: var(--t3); }
.field:focus        { border-color: rgba(12,160,140,.5); }
textarea.field      { min-height: 100px; resize: vertical; }

.form-cta { margin-top: 20px; }

.cotiza-side { display: flex; flex-direction: column; gap: 0; }
.cotiza-img  { position: relative; border-radius: 20px; overflow: hidden; margin-bottom: 24px; }
.cotiza-img img { width: 100%; height: 300px; object-fit: cover; }
.cotiza-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,14,28,.85), transparent 50%); }

.cotiza-badges { display: flex; flex-direction: column; gap: 10px; }
.cb {
  display: flex; align-items: center; gap: 14px;
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: 14px; padding: 16px 18px;
}
.cb-ic {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(12,122,106,.15); color: var(--teal-lt);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cb span { font-size: 14px; font-weight: 600; color: var(--t1); }


/* ── COBERTURA ───────────────────────────────── */
#cobertura { background: var(--bg2); }
.cov-single { max-width: 640px; margin: 0 auto; text-align: center; }
.cov-single .section-head { margin-bottom: 8px; }

.cov-list  { list-style: none; margin-top: 20px; display: inline-block; text-align: left; }
.cov-fleet-img {
  margin-top: 36px;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border2);
}
.cov-fleet-img img { width: 100%; height: 280px; object-fit: cover; display: block; }
.cov-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; font-weight: 600; color: var(--t1);
  padding: 11px 0; border-bottom: 1px solid var(--border);
}
.cov-list li:last-child { border-bottom: none; }
.ci {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(12,122,106,.2); color: var(--teal-lt);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0;
}


/* ── CTA FINAL ───────────────────────────────── */
.cta-final {
  background: var(--bg3);
  padding: 72px 32px;
  text-align: center;
  position: relative; overflow: hidden;
  border-top: 1px solid var(--border);
}
.cta-final::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(12,122,106,.2) 0%, transparent 70%);
  bottom: -300px; left: -200px; pointer-events: none;
}
.cta-final::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,148,240,.15) 0%, transparent 70%);
  top: -200px; right: -100px; pointer-events: none;
}
.cta-final .inner { position: relative; z-index: 2; }
.cta-final h2 { font-family: var(--fh); font-weight: 900; font-size: clamp(28px,4.2vw,50px); color: var(--white); margin-bottom: 14px; letter-spacing: -.5px; }
.cta-final p  { color: var(--t2); font-size: 17px; margin-bottom: 40px; }
.cta-final .ctas { justify-content: center; }


/* ── FOOTER ──────────────────────────────────── */
footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 56px 32px 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.footer-logo img { height: 72px; width: auto; margin-bottom: 16px; }
.footer-tag      { font-size: 13.5px; color: var(--t3); line-height: 1.6; max-width: 240px; }

.footer-col h4   { font-family: var(--fh); font-weight: 700; color: var(--white); font-size: 13px; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul   { list-style: none; }
.footer-col li   { margin-bottom: 12px; }
.footer-col a    { color: var(--t3); font-size: 13.5px; transition: color .2s; }
.footer-col a:hover { color: var(--teal-lt); }

.footer-contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 13.5px; color: var(--t3); }

.social-row  { display: flex; gap: 10px; margin-top: 20px; }
.social-circ {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.06); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--t3); transition: all .2s;
}
.social-circ:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.social-circ svg   { width: 16px; height: 16px; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px; padding-top: 24px;
  font-size: 12px; color: var(--t3);
}
.footer-bottom .flinks { display: flex; gap: 20px; list-style: none; }
.footer-bottom a       { color: var(--t3); transition: color .2s; }
.footer-bottom a:hover { color: var(--white); }


/* ── FLOATING WHATSAPP ───────────────────────── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 400;
  width: 60px; height: 60px;
  background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 28px rgba(37,211,102,.5);
  transition: all .25s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 14px 40px rgba(37,211,102,.6); }
.wa-float svg   { width: 30px; height: 30px; fill: #fff; }


/* ── RESPONSIVE ──────────────────────────────── */
@media (max-width: 1024px) {
  .porque-grid   { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  #nav           { padding: 0 20px; }
  .nav-links, .nav-phone .ps { display: none; }
  .hamburger     { display: flex; }
  .svc-grid      { grid-template-columns: 1fr 1fr; }
  .steps-row     { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .steps-row::before { display: none; }
  .porque-grid   { grid-template-columns: repeat(2, 1fr); }
  .testi-grid    { grid-template-columns: 1fr; }
  .cotiza-grid   { grid-template-columns: 1fr; }
  .cotiza-side   { order: -1; }
  .footer-grid   { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .split-section { grid-template-columns: 1fr; }
  .split-img     { height: 320px; }
  .split-content { padding: 40px 28px; }
  .stats-grid    { grid-template-columns: repeat(2, 1fr); }
  .stat-item     { border-right: none; border-bottom: 1px solid var(--border); }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--border); }
}

@media (max-width: 600px) {
  section        { padding: 48px 0; }
  .svc-grid      { grid-template-columns: 1fr; }
  .steps-row     { grid-template-columns: 1fr; }
  .porque-grid   { grid-template-columns: 1fr 1fr; }
  .footer-grid   { grid-template-columns: 1fr; }
  .cta-final     { padding: 56px 20px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  h1.hero-h1     { font-size: 36px; }
  .form-row      { grid-template-columns: 1fr; }

  /* ── NAV: evita encimado en pantallas angostas ── */
  #nav                { padding: 0 14px; height: 64px; }
  .mobile-menu        { top: 64px; }
  .logo-link img      { height: 40px; }
  .nav-right          { gap: 8px; }
  .nav-phone          { gap: 0; }
  .nav-phone > span + span { display: none; }   /* oculta número y texto, deja solo el ícono */
  .nav-phone .ico     { width: 34px; height: 34px; }
  .nav-right .btn-sm  { padding: 8px 14px; font-size: 12px; }

  /* ── HERO: solo 2 CTAs en mobile (Cotiza + WhatsApp) ── */
  .hero-ctas .hero-btn-services { display: none; }
  .hero-ctas .btn     { flex: 1 1 0; justify-content: center; padding: 14px 16px; font-size: 14px; }
}
