/*──────────────────────────────────────────
  RESET & TOKENS
──────────────────────────────────────────*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: #05090F;
  color: #E8EEF6;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Reset estilos de Astra */
body.ast-page-builder-template, body { padding-top: 0 !important; }
.ast-container, .ast-grid-row { max-width: none !important; }
#ast-fixed-header, .ast-primary-header-bar,
.site-header, .ast-site-header-wrap { display: none !important; }
#ast-footer-overlay, .site-footer,
.ast-site-footer { display: none !important; }
.entry-content { margin: 0 !important; padding: 0 !important; }
.ast-article-single, .ast-article-post { padding: 0 !important; margin: 0 !important; }
#primary, #main, #content { padding: 0 !important; }

a { text-decoration: none; color: inherit; }

:root {
  --black:   #05090F;
  --navy:    #080E1A;
  --mid:     #0C1526;
  --blue:    #1E7FD8;
  --blue-lg: #2B91F0;
  --blue-dk: #0F5BAA;
  --white:   #FFFFFF;
  --gray1:   #C4D3E8;
  --gray2:   #6B88A8;
  --border:  rgba(30,127,216,.18);
  --border2: rgba(255,255,255,.07);
  --glass:   rgba(255,255,255,.03);
  --r:       10px;
  --r2:      16px;
  --t:       .22s ease;
}

/*──────────────────────────────────────────
  UTILS
──────────────────────────────────────────*/
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

.chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--blue);
  border: 1px solid rgba(30,127,216,.35);
  background: rgba(30,127,216,.08);
  border-radius: 50px; padding: 5px 15px; margin-bottom: 14px;
}
.chip::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue); animation: blink 2s infinite; flex-shrink: 0;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }

h2.sec-title {
  font-size: clamp(24px, 3.2vw, 44px); font-weight: 800;
  color: var(--white); line-height: 1.15; margin-bottom: 14px;
}
h2.sec-title span { color: var(--blue); }

.sec-sub {
  font-size: 15px; color: var(--gray1); max-width: 520px;
  margin: 0 auto; line-height: 1.75;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13.5px;
  padding: 13px 28px; border-radius: var(--r); border: none; cursor: pointer;
  transition: all var(--t); letter-spacing: .3px; white-space: nowrap;
}
.btn-blue {
  background: var(--blue); color: #fff;
  box-shadow: 0 4px 22px rgba(30,127,216,.38);
}
.btn-blue:hover { background: var(--blue-lg); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(30,127,216,.52); }
.btn-ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,.25);
}
.btn-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); }

.arrow-icon {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--gray2);
  transition: all var(--t); flex-shrink: 0;
}

/*──────────────────────────────────────────
  NAVBAR
──────────────────────────────────────────*/
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 0 20px;
  border-bottom: 1px solid transparent;
  transition: background var(--t), border-color var(--t), backdrop-filter var(--t);
}
#nav.scrolled {
  background: rgba(5,9,15,.92);
  border-color: var(--border2);
  backdrop-filter: blur(18px);
}
.nav-row {
  max-width: 1140px; margin: 0 auto;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

/* Logo */
.nav-logo {
  display: flex !important; align-items: center !important;
  gap: 10px; flex-shrink: 0; text-decoration: none !important;
}
.logo-svg-wrap {
  display: flex !important; align-items: center !important;
  height: 36px; flex-shrink: 0; overflow: visible !important;
}
.logo-svg-wrap img {
  display: block !important;
  height: 36px !important; width: auto !important;
  max-width: none !important;
  opacity: 1 !important; visibility: visible !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.nav-logo-text { line-height: 1.1; }
.nav-logo-text b { display: block; font-size: 14px; font-weight: 800; color: #fff; }
.nav-logo-text small { font-size: 9px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--blue); }

/* Links */
.nav-links { display: flex; gap: 2px; list-style: none; }
.nav-links a {
  padding: 7px 13px; font-size: 13px; font-weight: 600;
  color: var(--gray1); border-radius: 8px;
  transition: color var(--t), background var(--t);
}
.nav-links a:hover, .nav-links a.on { color: var(--blue); }

/* Right */
.nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-ghost {
  padding: 8px 18px; border: 1.5px solid var(--border2); border-radius: var(--r);
  font-size: 12.5px; font-weight: 700; color: var(--gray1);
  background: transparent; cursor: pointer; font-family: inherit;
  transition: all var(--t); white-space: nowrap;
}
.nav-ghost:hover { border-color: rgba(255,255,255,.4); color: #fff; }

/* Hamburger */
.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; flex-shrink: 0; }
.ham span { width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; display: block; }

/*──────────────────────────────────────────
  HERO
──────────────────────────────────────────*/
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 88px 20px 60px; overflow: hidden;
  background: #05090F;
}
.orb {
  position: absolute; left: 50%; top: 40%;
  transform: translate(-50%,-50%);
  width: min(820px,110vw); height: min(820px,110vw);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%,
    rgba(30,127,216,.55) 0%, rgba(14,80,165,.28) 28%,
    rgba(30,127,216,.07) 55%, transparent 72%);
  pointer-events: none; filter: blur(2px);
}
.orb2 {
  position: absolute; left: 50%; top: 38%;
  transform: translate(-50%,-50%);
  width: min(560px,90vw); height: min(560px,90vw);
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 65%);
  pointer-events: none;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(30,127,216,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(30,127,216,.05) 1px,transparent 1px);
  background-size: 52px 52px; pointer-events: none;
}
.hero-vignette {
  position: absolute; bottom: 0; left: 0; right: 0; height: 220px;
  background: linear-gradient(transparent,#05090F); pointer-events: none;
}
.hero-content { position: relative; z-index: 2; text-align: center; width: 100%; }
.hero-title {
  font-size: clamp(36px, 7vw, 88px);
  font-weight: 900; line-height: 1.05;
  color: #fff; letter-spacing: -2px; margin-bottom: 22px;
}
.hero-title span { color: var(--blue); }
.hero-sub {
  font-size: clamp(14px, 2vw, 16px); color: var(--gray1);
  max-width: 500px; margin: 0 auto 38px;
  line-height: 1.8; font-weight: 400;
}
.hero-btns {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap; margin-bottom: 48px;
}
.hero-phone {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border2);
  border-radius: var(--r); padding: 12px 20px; margin: 0 auto;
}
.ph-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--blue); box-shadow: 0 0 0 4px rgba(30,127,216,.2);
  animation: blink 2s infinite; flex-shrink: 0;
}
.ph-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gray2); }
.ph-number { font-size: clamp(15px, 2.5vw, 18px); font-weight: 800; color: #fff; }

/*──────────────────────────────────────────
  TRUST
──────────────────────────────────────────*/
#trust {
  position: relative; padding: 72px 20px; overflow: hidden;
  background: linear-gradient(180deg,#05090F 0%,#071020 50%,#05090F 100%);
}
#trust::before {
  content: ''; position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 900px; height: 300px;
  background: radial-gradient(ellipse,rgba(30,127,216,.18) 0%,transparent 68%);
  pointer-events: none;
}
#trust::after {
  content: ''; position: absolute; inset: 0;
  border-top: 1px solid rgba(30,127,216,.2);
  border-bottom: 1px solid rgba(30,127,216,.2);
  pointer-events: none;
}
.trust-header { text-align: center; margin-bottom: 48px; position: relative; z-index: 1; }
.trust-header p { font-size: 14px; color: var(--gray1); margin-top: 10px; }
.trust-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
  position: relative; z-index: 1;
}
.trust-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(30,127,216,.16);
  border-radius: var(--r2); padding: 28px 22px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
  position: relative; overflow: hidden;
  transition: all .28s ease; cursor: default;
}
.trust-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg,var(--blue),rgba(30,127,216,0));
  opacity: 0; transition: opacity .28s ease;
}
.trust-card::after {
  content: ''; position: absolute; inset: 0; border-radius: var(--r2);
  background: radial-gradient(ellipse at 30% 0%,rgba(30,127,216,.1),transparent 60%);
  opacity: 0; transition: opacity .28s ease;
}
.trust-card:hover { border-color: rgba(30,127,216,.42); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.trust-card:hover::before, .trust-card:hover::after { opacity: 1; }
.trust-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg,rgba(30,127,216,.2),rgba(30,127,216,.06));
  border: 1px solid rgba(30,127,216,.28);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: 0 4px 16px rgba(30,127,216,.15);
  transition: all .28s ease;
}
.trust-card:hover .trust-icon {
  background: linear-gradient(135deg,rgba(30,127,216,.36),rgba(30,127,216,.14));
  border-color: rgba(30,127,216,.55);
}
.trust-icon svg { width: 22px; height: 22px; fill: var(--blue); }
.trust-number { font-size: clamp(36px,4vw,46px); font-weight: 900; color: #fff; line-height: 1; letter-spacing: -2px; }
.trust-number .suffix { font-size: clamp(20px,2.5vw,26px); color: var(--blue); font-weight: 800; }
.trust-label { font-size: 13px; font-weight: 600; color: var(--gray1); line-height: 1.45; }
.trust-sublabel { font-size: 11px; font-weight: 400; color: var(--gray2); margin-top: 3px; line-height: 1.5; }
.trust-ring {
  position: absolute; bottom: -30px; right: -30px;
  width: 100px; height: 100px; border-radius: 50%;
  background: radial-gradient(circle,rgba(30,127,216,.12) 0%,transparent 65%);
  pointer-events: none;
}

/*──────────────────────────────────────────
  ABOUT BANNER
──────────────────────────────────────────*/
#about-banner { background: #05090F; padding: 72px 20px 0; text-align: center; }
#about-banner .sec-sub { margin: 14px auto 0; }

/*──────────────────────────────────────────
  SERVICES
──────────────────────────────────────────*/
#servicios { padding: 56px 20px 88px; background: #05090F; }
.services-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
}
.svc-card {
  background: var(--glass); border: 1px solid var(--border2);
  border-radius: var(--r2); padding: 28px;
  transition: all var(--t); position: relative; overflow: hidden; cursor: pointer;
}
.svc-card::after {
  content: ''; position: absolute; inset: 0; border-radius: var(--r2);
  background: linear-gradient(135deg,rgba(30,127,216,.12),transparent 60%);
  opacity: 0; transition: opacity var(--t);
}
.svc-card:hover { border-color: rgba(30,127,216,.4); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.5); }
.svc-card:hover::after { opacity: 1; }
.svc-card.featured {
  background: linear-gradient(145deg,var(--blue) 0%,var(--blue-dk) 100%);
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue),0 12px 40px rgba(30,127,216,.35);
}
.svc-card.featured::after { opacity: 0 !important; }
.svc-card.featured .svc-icon-wrap { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.2); }
.svc-card.featured .svc-title { color: #fff; }
.svc-card.featured .svc-desc { color: rgba(255,255,255,.78); }
.svc-card.featured .svc-link { color: rgba(255,255,255,.7); }
.svc-card.featured .arrow-icon { border-color: rgba(255,255,255,.3); color: #fff; }
.svc-card.featured:hover { transform: translateY(-4px); box-shadow: 0 0 0 1px var(--blue),0 20px 56px rgba(30,127,216,.5); }
.svc-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.svc-icon-wrap {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(30,127,216,.12); border: 1px solid rgba(30,127,216,.22);
  display: flex; align-items: center; justify-content: center; font-size: 19px;
}
.svc-tag {
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--blue);
  background: rgba(30,127,216,.12); border: 1px solid rgba(30,127,216,.2);
  border-radius: 50px; padding: 3px 9px; height: fit-content;
}
.svc-card.featured .svc-tag { color: #fff; background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.25); }
.svc-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.svc-desc { font-size: 13px; color: var(--gray1); line-height: 1.65; margin-bottom: 20px; }
.svc-link { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 600; color: var(--gray2); }

/*──────────────────────────────────────────
  WHY US
──────────────────────────────────────────*/
#nosotros {
  padding: 88px 20px;
  background: linear-gradient(170deg,#0a1829 0%,#091325 50%,#0a1829 100%);
  border-top: 1px solid var(--border2); border-bottom: 1px solid var(--border2);
}
.why-header { text-align: center; margin-bottom: 52px; }
.why-header .sec-sub { margin: 14px auto 0; }
.why-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
}
.why-card {
  background: rgba(255,255,255,.03); border: 1px solid var(--border2);
  border-radius: var(--r2); padding: 26px 22px;
  display: flex; flex-direction: column; gap: 14px;
  transition: all var(--t); position: relative; overflow: hidden;
}
.why-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg,var(--blue),transparent);
  opacity: 0; transition: opacity var(--t);
}
.why-card:hover { border-color: rgba(30,127,216,.32); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.45); }
.why-card:hover::before { opacity: 1; }
.why-num { font-size: 32px; font-weight: 900; color: rgba(255,255,255,.12); line-height: 1; }
.why-arrow {
  position: absolute; top: 22px; right: 22px;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: var(--gray2);
}
.why-card-title { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.35; }

/*──────────────────────────────────────────
  TESTIMONIALS
──────────────────────────────────────────*/
#testimonios { padding: 88px 20px; background: #05090F; }
.testi-header { text-align: center; margin-bottom: 52px; }
.testi-header .sec-sub { margin: 14px auto 0; }
.testi-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
}
.testi-card {
  border-radius: var(--r2); padding: 28px 24px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 18px;
}
.testi-card:nth-child(1) { background: linear-gradient(145deg,#0D1F3A 0%,#0A1628 100%); border: 1px solid rgba(30,127,216,.2); }
.testi-card:nth-child(2) { background: linear-gradient(145deg,#1A4F8A 0%,#0F2F5A 100%); border: 1px solid rgba(30,127,216,.35); }
.testi-card:nth-child(3) { background: linear-gradient(145deg,#0D1F3A 0%,#0A1628 100%); border: 1px solid rgba(30,127,216,.2); }
.testi-card-top { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg,var(--blue),var(--blue-dk));
  border: 2px solid rgba(30,127,216,.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.testi-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 1px; }
.testi-role { font-size: 11px; color: var(--gray2); font-weight: 500; }
.testi-stars { color: #F5A623; font-size: 12px; letter-spacing: 2px; margin-top: 4px; }
.testi-text { font-size: 13.5px; color: var(--gray1); line-height: 1.8; font-style: italic; }
.testi-quote { font-size: 40px; line-height: 1; color: rgba(30,127,216,.35); font-family: Georgia,serif; margin-top: auto; }

/*──────────────────────────────────────────
  CONTACT & LOCATION
──────────────────────────────────────────*/
#contacto {
  padding: 88px 20px;
  background: linear-gradient(170deg,#060c18 0%,#080e1a 100%);
  border-top: 1px solid var(--border2);
}
.contact-header { text-align: center; margin-bottom: 52px; }
.contact-header .sec-sub { margin: 14px auto 0; }
.contact-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start;
}
.info-stack { display: flex; flex-direction: column; gap: 14px; }
.info-card {
  background: var(--glass); border: 1px solid var(--border2);
  border-radius: var(--r2); padding: 24px;
}
.info-card-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.info-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.info-row:last-child { margin-bottom: 0; }
.info-icon {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(30,127,216,.1); border: 1px solid rgba(30,127,216,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; flex-shrink: 0; margin-top: 2px;
}
.info-key { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--gray2); margin-bottom: 3px; }
.info-val { font-size: 14px; font-weight: 600; color: #fff; }
.info-val small { display: block; font-size: 12px; font-weight: 400; color: var(--gray1); margin-top: 2px; }

.wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg,#25D366,#1AAE54);
  color: #fff; padding: 15px 28px; border-radius: var(--r);
  font-size: 14px; font-weight: 700;
  box-shadow: 0 4px 22px rgba(37,211,102,.28);
  transition: all var(--t); margin-top: 4px;
}
.wa-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,.42); color: #fff; }

/* Mapa */
.map-card {
  background: var(--glass); border: 1px solid var(--border2);
  border-radius: var(--r2); overflow: hidden;
  position: relative; min-height: 440px;
  display: flex; flex-direction: column;
}
.map-card iframe {
  flex: 1;
  width: 100%;
  min-height: 380px;
  border: 0;
  display: block;
}
.map-link {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 20px;
  background: rgba(5,9,15,.95); border-top: 1px solid var(--border2);
  font-size: 12.5px; font-weight: 600; color: var(--blue);
  transition: all var(--t); text-decoration: none;
}
.map-link:hover { background: var(--blue); color: #fff; }

/*──────────────────────────────────────────
  FOOTER
──────────────────────────────────────────*/
footer {
  background: #030609;
  border-top: 1px solid var(--border2);
  padding: 56px 20px 28px;
}
.ft-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid var(--border2); margin-bottom: 24px;
}
.ft-brand p { font-size: 12.5px; color: var(--gray2); line-height: 1.8; margin: 14px 0 20px; max-width: 260px; }
.ft-socials { display: flex; gap: 10px; flex-wrap: wrap; }
.ft-s {
  width: 36px; height: 36px; border-radius: 9px;
  background: var(--glass); border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; cursor: pointer; transition: all var(--t);
}
.ft-s:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.ft-col h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; color: #fff; margin-bottom: 16px; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ft-col ul li a { font-size: 13px; color: var(--gray2); transition: color var(--t); }
.ft-col ul li a:hover { color: var(--blue); }
.ft-bottom {
  max-width: 1140px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.ft-copy { font-size: 12px; color: var(--gray2); }
.ft-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.ft-legal a { font-size: 12px; color: var(--gray2); transition: color var(--t); }
.ft-legal a:hover { color: var(--blue); }

/*──────────────────────────────────────────
  FLOATING WHATSAPP
──────────────────────────────────────────*/
.float-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 890;
  width: 54px; height: 54px; border-radius: 50%;
  background: linear-gradient(135deg,#25D366,#1AAE54);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.4);
  cursor: pointer; transition: all var(--t);
  animation: fadein .5s 1.2s both;
}
.float-wa:hover { transform: scale(1.1) translateY(-2px); box-shadow: 0 10px 32px rgba(37,211,102,.55); }
@keyframes fadein { from{opacity:0;transform:scale(0)} to{opacity:1;transform:scale(1)} }
.float-tip {
  position: absolute; right: 62px; top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: rgba(5,9,15,.92); border: 1px solid rgba(30,127,216,.3);
  border-radius: 8px; padding: 7px 13px; white-space: nowrap;
  font-size: 12.5px; font-weight: 600; color: #fff;
  pointer-events: none; opacity: 0; transition: all var(--t);
}
.float-wa:hover .float-tip { opacity: 1; transform: translateY(-50%) translateX(0); }

/*──────────────────────────────────────────
  RESPONSIVE — TABLET (≤960px)
──────────────────────────────────────────*/
@media(max-width:960px) {
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: repeat(2,1fr); }
  .testi-card:nth-child(3) { grid-column: span 2; max-width: 480px; margin: 0 auto; width: 100%; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .map-card { min-height: 360px; }
  .map-card iframe { min-height: 300px; }
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-ghost { display: none; }
}

/*──────────────────────────────────────────
  RESPONSIVE — MOBILE (≤680px)
──────────────────────────────────────────*/
@media(max-width:680px) {
  /* Nav */
  .nav-links { display: none; }
  .nav-ghost { display: none; }
  .ham { display: flex; }
  .nav-row { gap: 10px; }
  .nav-right .btn { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 68px; left: 0; right: 0;
    background: rgba(5,9,15,.97);
    padding: 16px 20px 24px;
    border-bottom: 1px solid var(--border2);
    backdrop-filter: blur(18px);
    z-index: 899;
  }
  .nav-links.open li { width: 100%; }
  .nav-links.open a { display: block; padding: 12px 0; font-size: 15px; border-bottom: 1px solid var(--border2); }
  .nav-links.open li:last-child a { border-bottom: none; }

  /* Hero */
  #hero { padding: 96px 20px 52px; min-height: 90vh; }
  .hero-title { letter-spacing: -1px; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn { justify-content: center; }
  .hero-phone { flex-direction: row; text-align: left; }

  /* Sections */
  #trust { padding: 56px 20px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .trust-card { padding: 20px 16px; gap: 12px; }
  .trust-number { font-size: 32px; }

  #about-banner { padding: 56px 20px 0; }

  #servicios { padding: 48px 20px 72px; }
  .services-grid { grid-template-columns: 1fr; }

  #nosotros { padding: 64px 20px; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why-card { padding: 20px 16px; }

  #testimonios { padding: 64px 20px; }
  .testi-grid { grid-template-columns: 1fr; }
  .testi-card:nth-child(3) { grid-column: span 1; max-width: 100%; }

  #contacto { padding: 64px 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 300px; }
  .map-card iframe { min-height: 260px; }

  /* Footer */
  .ft-grid { grid-template-columns: 1fr; gap: 28px; }
  .ft-brand p { max-width: 100%; }
  .ft-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .ft-legal { gap: 14px; }

  /* Float WA */
  .float-tip { display: none; }
}

/*──────────────────────────────────────────
  RESPONSIVE — SMALL MOBILE (≤380px)
──────────────────────────────────────────*/
@media(max-width:380px) {
  .trust-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .nav-logo-text { display: none; }
}
