:root {
  --navy: #123f62;
  --navy-deep: #082e4d;
  --blue: #327b9e;
  --blue-light: #dceeff;
  --red: #e31b2b;
  --green: #21966c;
  --ink: #111b29;
  --muted: #5f6772;
  --line: rgba(18, 63, 98, .15);
  --surface: rgba(255,255,255,.78);
  --shadow: 0 24px 70px rgba(14, 49, 74, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f6fbfe;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.splash {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% 48%, rgba(177, 218, 243, .28), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #edf6fb 100%);
  transition: opacity .65s ease, visibility .65s ease;
}
.splash.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.splash__glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(80, 158, 204, .08); filter: blur(30px); }
.splash__content { position: relative; width: min(78vw, 530px); display: flex; flex-direction: column; align-items: center; text-align: center; }
.splash__shield { width: min(54vw, 330px); filter: drop-shadow(0 24px 24px rgba(5, 43, 75, .15)); animation: shieldIn .8s cubic-bezier(.2,.8,.2,1) both; }
.splash__wordmark { width: min(76vw, 490px); margin-top: 22px; animation: fadeUp .65s .25s both; }
.splash p { margin: 20px 0 48px; color: #616973; font-size: clamp(18px, 3vw, 25px); letter-spacing: .03em; animation: fadeUp .65s .35s both; }
.loader { width: 52px; height: 52px; border: 5px solid rgba(18,63,98,.18); border-top-color: var(--navy); border-radius: 50%; animation: spin .85s linear infinite, fadeUp .65s .45s both; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes shieldIn { from { opacity: 0; transform: scale(.82) translateY(22px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.site { opacity: 0; transition: opacity .7s ease; }
.site.is-visible { opacity: 1; }
.header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  height: 70px;
  padding: 0 18px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 35px rgba(19,61,91,.11);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 750; color: var(--blue); letter-spacing: .13em; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.header nav { display: flex; gap: 32px; color: #3f4a55; font-size: 14px; font-weight: 600; }
.header nav a { transition: color .2s ease; }
.header nav a:hover { color: var(--blue); }
.header__cta { padding: 12px 18px; color: #fff; border-radius: 13px; background: var(--navy); font-weight: 700; font-size: 14px; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 150px max(7vw, 28px) 90px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  align-items: center;
  gap: 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(121, 195, 236, .22), transparent 30%),
    radial-gradient(circle at 90% 70%, rgba(102, 177, 218, .17), transparent 30%),
    linear-gradient(135deg, #fafdff 0%, #eef7fb 100%);
}
.hero::after { content: ""; position: absolute; right: -8%; bottom: -22%; width: 54vw; height: 54vw; border-radius: 50%; border: 1px solid rgba(50,123,158,.12); }
.hero__orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero__orb--one { width: 380px; height: 380px; right: 5%; top: 8%; background: rgba(192, 216, 231, .42); }
.hero__orb--two { width: 300px; height: 300px; left: -100px; bottom: -80px; background: rgba(200, 232, 221, .35); }
.hero__content, .hero__visual { position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--blue); text-transform: uppercase; font-weight: 800; letter-spacing: .15em; font-size: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.76); border: 1px solid rgba(50,123,158,.13); }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(227,27,43,.11); }
.hero__logo { width: 118px; margin: 26px 0 6px; filter: drop-shadow(0 16px 18px rgba(10,48,78,.13)); }
h1 { margin: 0; max-width: 760px; font-size: clamp(46px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
h1 strong { color: var(--navy); }
.hero__lead { max-width: 680px; margin: 28px 0 0; font-size: clamp(18px, 2vw, 21px); line-height: 1.62; color: var(--muted); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { padding: 16px 22px; border-radius: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: linear-gradient(135deg, var(--navy), #1c5c87); box-shadow: 0 12px 28px rgba(18,63,98,.22); }
.button--ghost { color: var(--navy); background: rgba(255,255,255,.7); border: 1px solid rgba(18,63,98,.18); }
.launch-pill { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--green); font-size: 14px; font-weight: 700; }
.launch-pill__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(33,150,108,.12); }

.hero__visual { min-height: 650px; display: grid; place-items: center; }
.phone { overflow: hidden; border: 9px solid #0b1118; border-radius: 48px; background: #111; box-shadow: 0 30px 60px rgba(10,31,49,.25); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone--front { position: relative; z-index: 3; width: 315px; aspect-ratio: 941/2048; transform: rotate(3deg); }
.phone--back { position: absolute; z-index: 2; width: 245px; aspect-ratio: 941/2048; left: 3%; top: 8%; opacity: .86; transform: rotate(-8deg); }
.security-card { position: absolute; z-index: 5; padding: 14px 17px; display: flex; align-items: center; gap: 9px; border-radius: 15px; background: rgba(255,255,255,.87); backdrop-filter: blur(16px); box-shadow: var(--shadow); color: var(--navy); font-weight: 750; font-size: 14px; }
.security-card span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: white; background: var(--green); }
.security-card--top { top: 17%; right: -1%; }
.security-card--bottom { bottom: 16%; left: 0; }

.section { padding: 110px max(7vw, 28px); }
.section__heading { width: min(820px, 100%); margin: 0 auto 55px; text-align: center; }
.section__heading--left { margin-left: 0; text-align: left; }
.section__heading h2, .showcase h2, .coming-soon h2 { margin: 16px 0; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.07; letter-spacing: -.04em; }
.section__heading p, .showcase p, .coming-soon p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.intro { background: white; }
.stats { width: min(1120px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stats article { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #f9fcfe; }
.stats strong { display: block; color: var(--navy); font-size: 38px; }
.stats span { display: block; margin-top: 7px; color: var(--muted); line-height: 1.5; }
.features { background: linear-gradient(180deg, #edf7fc 0%, #f9fcfe 100%); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 290px; padding: 28px; border: 1px solid rgba(18,63,98,.11); border-radius: 25px; background: rgba(255,255,255,.75); box-shadow: 0 18px 50px rgba(18,63,98,.07); }
.feature-card__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: white; background: var(--navy); font-size: 24px; }
.feature-card h3 { margin: 24px 0 10px; font-size: 22px; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.showcase { display: grid; grid-template-columns: .75fr 1fr; gap: 90px; align-items: center; background: white; }
.showcase__device { display: grid; place-items: center; min-height: 660px; border-radius: 50px; background: radial-gradient(circle at center, #dbeff9, #f4fafc 68%); }
.phone--showcase { width: 305px; aspect-ratio: 941/2048; transform: rotate(-2deg); }
.showcase ul { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.showcase li { display: flex; gap: 12px; align-items: center; color: #394451; font-weight: 650; }
.showcase li span { width: 25px; height: 25px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; }
.coming-soon { position: relative; margin: 0 max(4vw, 18px) 70px; padding: 100px 28px; overflow: hidden; border-radius: 42px; text-align: center; color: white; background: linear-gradient(135deg, #082f4f 0%, #174e74 100%); }
.coming-soon__glow { position: absolute; inset: auto auto -50% -10%; width: 600px; height: 600px; border-radius: 50%; background: rgba(58,152,202,.22); filter: blur(20px); }
.coming-soon > * { position: relative; z-index: 2; }
.coming-soon img { width: 132px; margin: 0 auto 24px; filter: drop-shadow(0 20px 28px rgba(0,0,0,.25)); }
.kicker--light { color: #9cd5f2; }
.coming-soon h2 { max-width: 820px; margin-left: auto; margin-right: auto; }
.coming-soon p { max-width: 700px; margin: 0 auto; color: rgba(255,255,255,.75); }
.progress { width: min(520px, 90%); height: 10px; margin: 38px auto 15px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.14); }
.progress span { display: block; width: 76%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #86d4fa, white); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .65; } }
.coming-soon small { color: rgba(255,255,255,.62); }
footer { min-height: 130px; padding: 35px max(7vw, 28px); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); background: #f6fbfe; }
.footer__brand { display: flex; align-items: center; gap: 13px; }
.footer__brand img { width: 54px; }
.footer__brand strong { display: block; color: var(--blue); letter-spacing: .12em; }
.footer__brand span { font-size: 13px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .15s; }
.reveal--delay-1 { transition-delay: .08s; }
.reveal--delay-2 { transition-delay: .16s; }
.reveal--delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; text-align: center; }
  .hero__logo { margin-left: auto; margin-right: auto; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .hero__visual { min-height: 620px; }
  .phone--back { left: 18%; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase { grid-template-columns: 1fr; gap: 50px; }
  .showcase__copy { order: -1; text-align: center; }
  .showcase ul { width: fit-content; margin-left: auto; margin-right: auto; text-align: left; }
}
@media (max-width: 680px) {
  .header { top: 10px; width: calc(100% - 20px); }
  .brand span { font-size: 14px; }
  .header__cta { display: none; }
  .hero { padding: 120px 20px 65px; gap: 20px; }
  .hero__logo { width: 92px; }
  h1 { font-size: 47px; }
  .hero__lead { font-size: 17px; }
  .hero__visual { min-height: 530px; transform: scale(.92); }
  .phone--front { width: 265px; }
  .phone--back { width: 205px; left: 0; }
  .security-card { font-size: 12px; padding: 11px 13px; }
  .security-card--top { right: -8%; }
  .section { padding: 80px 20px; }
  .stats, .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .showcase__device { min-height: 570px; }
  .phone--showcase { width: 260px; }
  .coming-soon { margin: 0 12px 45px; padding: 74px 18px; border-radius: 30px; }
  footer { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Ubicación GPS */
.location-section {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 76px;
  align-items: center;
  background: linear-gradient(180deg, #f8fcfe 0%, #edf7fb 100%);
}
.location-copy h2, .contact__intro h2 { margin: 16px 0; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.07; letter-spacing: -.04em; }
.location-copy > p, .contact__intro > p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.location-benefits { display: grid; gap: 14px; margin-top: 30px; }
.location-benefits > div { display: grid; grid-template-columns: 48px 1fr; gap: 2px 14px; align-items: center; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.78); border: 1px solid var(--line); }
.location-benefits span { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 15px; font-size: 22px; }
.location-benefits strong { color: var(--navy); }
.location-benefits small { color: var(--muted); font-size: 14px; }
.gps-visual { min-height: 570px; display: grid; place-items: center; }
.gps-map { position: relative; width: min(100%, 560px); aspect-ratio: 1 / 1.04; overflow: hidden; border: 12px solid white; border-radius: 44px; background: linear-gradient(135deg, #dceef4, #eff8f4); box-shadow: var(--shadow); }
.gps-map::before, .gps-map::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.58); }
.gps-map::before { width: 180px; height: 180px; left: -48px; top: 45px; }
.gps-map::after { width: 220px; height: 220px; right: -50px; bottom: -35px; }
.map-road { position: absolute; z-index: 1; display: block; height: 40px; border: 9px solid rgba(255,255,255,.92); border-left: 0; border-right: 0; background: #b8ccd5; transform-origin: center; }
.map-road--one { width: 145%; left: -23%; top: 43%; transform: rotate(-21deg); }
.map-road--two { width: 126%; left: -8%; top: 61%; transform: rotate(38deg); }
.map-road--three { width: 105%; left: -2%; top: 20%; transform: rotate(67deg); }
.gps-pulse { position: absolute; z-index: 3; left: 50%; top: 46%; transform: translate(-50%,-50%); border-radius: 50%; border: 2px solid rgba(227,27,43,.34); animation: gpsPulse 2.2s ease-out infinite; }
.gps-pulse--one { width: 120px; height: 120px; }
.gps-pulse--two { width: 200px; height: 200px; animation-delay: .7s; }
@keyframes gpsPulse { 0% { opacity: .85; transform: translate(-50%,-50%) scale(.45); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.15); } }
.gps-pin { position: absolute; z-index: 4; left: 50%; top: 46%; width: 78px; height: 78px; transform: translate(-50%,-72%) rotate(45deg); border-radius: 50% 50% 50% 9px; background: var(--red); border: 7px solid white; box-shadow: 0 18px 35px rgba(117,18,28,.28); }
.gps-pin span { position: absolute; inset: 21px; border-radius: 50%; background: white; }
.gps-status { position: absolute; z-index: 6; left: 22px; right: 22px; bottom: 24px; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: 0 15px 35px rgba(18,63,98,.12); }
.gps-status__dot { width: 13px; height: 13px; flex: 0 0 auto; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(227,27,43,.12); }
.gps-status strong, .gps-status small { display: block; }
.gps-status strong { color: var(--navy); }
.gps-status small { margin-top: 2px; color: var(--muted); }
.gps-coordinates { position: absolute; z-index: 5; top: 22px; right: 22px; padding: 10px 13px; color: var(--navy); font-weight: 750; font-size: 13px; border-radius: 999px; background: rgba(255,255,255,.88); }

/* Contacto */
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; background: white; }
.contact__intro { position: sticky; top: 125px; }
.contact__email { display: flex; align-items: center; gap: 14px; margin-top: 30px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: #f7fbfd; }
.contact__email > span { width: 48px; height: 48px; display: grid; place-items: center; color: white; border-radius: 15px; background: var(--navy); font-size: 21px; }
.contact__email small, .contact__email a { display: block; }
.contact__email small { color: var(--muted); margin-bottom: 3px; }
.contact__email a { color: var(--navy); font-weight: 800; overflow-wrap: anywhere; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #f8fcfe; box-shadow: 0 22px 60px rgba(18,63,98,.09); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 8px; color: var(--navy-deep); font-size: 14px; font-weight: 750; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid rgba(18,63,98,.22); border-radius: 13px; padding: 13px 14px; color: var(--ink); background: white; font: inherit; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid textarea { resize: vertical; min-height: 145px; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(50,123,158,.12); }
.form-grid__full { grid-column: 1 / -1; }
.contact-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form__button { width: 100%; margin-top: 22px; border: 0; cursor: pointer; font-size: 16px; }
.contact-form__button:disabled { opacity: .65; cursor: wait; transform: none; }
.form-note { margin: 13px 0 0; color: var(--muted); text-align: center; font-size: 13px; }
.form-status { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 14px; line-height: 1.45; }
.form-status.is-success { display: block; color: #106343; border: 1px solid rgba(33,150,108,.25); background: rgba(33,150,108,.09); }
.form-status.is-error { display: block; color: #9e1824; border: 1px solid rgba(227,27,43,.25); background: rgba(227,27,43,.08); }

@media (max-width: 980px) {
  .location-section, .contact { grid-template-columns: 1fr; gap: 46px; }
  .contact__intro { position: static; }
}
@media (max-width: 680px) {
  .gps-visual { min-height: auto; }
  .gps-map { border-width: 7px; border-radius: 30px; }
  .gps-coordinates { left: 16px; right: auto; top: 16px; }
  .gps-status { left: 14px; right: 14px; bottom: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__full { grid-column: auto; }
  .contact-form { padding: 22px 18px; border-radius: 22px; }
}
