:root {
  --ink: #101d31;
  --paper: #fffdf7;
  --blue: #2187d8;
  --sky: #c7ecff;
  --yellow: #ffd45b;
  --green: #7ed698;
  --muted: #607083;
  --line: #dbe6ed;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.6 ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
.nav { max-width: 1180px; height: 82px; margin: auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; }
.brand { display:inline-flex; align-items:center; gap:9px; font-size:23px; font-weight:900; letter-spacing:-1.5px; }
.brand img { width:34px; height:34px; border-radius:10px; object-fit:cover; }
.brand span { color: var(--blue); }
.nav nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.nav nav > a:not(.nav-play) { color: #46566a; }
.nav-play { padding: 9px 16px; border-radius: 99px; background: var(--ink); color: white; }
main { overflow: hidden; }
.hero { min-height: 610px; padding: 84px max(30px, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 48px; background: linear-gradient(180deg, #effaff 0%, #fffdf7 100%); }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 2.2px; }
h1, h2, h3 { margin: 0; font-weight: 900; letter-spacing: -2.8px; line-height: 1.02; }
h1 { font-size: clamp(50px, 6vw, 78px); }
h1 em { color: var(--blue); font-style: normal; }
.lead { max-width: 510px; margin: 25px 0 30px; color: #45576a; font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; gap: 16px; padding: 14px 20px; border-radius: 14px; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px #101d3122; }
.button span, .text-link span { font-size: 20px; }
.primary { background: var(--yellow); color: #352800; }
.secondary { border: 1px solid #c8ddea; color: var(--ink); }
.small-note { margin-top: 17px; color: #718194; font-size: 13px; }
.hero-world {
  position: relative;
  height: 410px;
  border: 8px solid white;
  border-radius: 34px;
  overflow: hidden;
  background: #e8f4fc; /* por si la imagen tarda en cargar */
  box-shadow: 0 23px 60px #2584b534;
}

.hero-world .hero-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



.intro { max-width: 850px; padding: 135px 30px 90px; margin: auto; text-align: center; }.intro h2, .feature h2, .safe h2, .play-card h2 { font-size: clamp(38px,5vw,62px); }.intro > p:last-child { max-width:650px; margin:27px auto 0; color:var(--muted); font-size:19px; }
.steps { max-width: 1120px; margin: 0 auto; padding: 0 30px 130px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }.steps article { padding:30px; border:1px solid var(--line); border-radius:20px; background:white; }.number { display:block; color:var(--blue); font-size:12px; font-weight:900; letter-spacing:2px; }.steps h3 { margin-top:37px; font-size:30px; }.steps p { color:var(--muted); }
.feature { max-width: 1120px; min-height:450px; margin:0 auto 118px; padding:70px 75px; display:grid; grid-template-columns:1fr .8fr; gap:50px; align-items:center; border-radius:32px; background:#173253; color:white; }.feature p:not(.eyebrow) { max-width:460px; color:#c9d7e8; }.feature .eyebrow { color:#90d8ff; }.text-link { display:inline-flex; align-items:center; gap:8px; margin-top:15px; font-weight:900; color:var(--blue); }.feature .text-link { color:var(--yellow); }
.portal {
  position: relative;
  height: 280px;
  overflow: hidden;
  border: 7px solid #2e5279;
  border-radius: 50% 50% 46% 46%;
  background: #92d8ff;
}

.portal .portal-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.safe { padding:120px 30px; text-align:center; background:#fff0bb; }.safe h2 { color:#413008; }.safe > p:not(.eyebrow) { max-width:480px; margin:25px auto 5px; color:#6c5921; }
.play-card { max-width:1120px; margin:105px auto; padding:62px 70px; display:flex; align-items:center; justify-content:space-between; gap:35px; border-radius:30px; background:linear-gradient(120deg,#5fcb88,#9ce0a9); }.play-card .eyebrow { color:#15583a; }.play-card h2 { color:#123727; }
footer { max-width:1120px; margin:auto; padding:32px 30px 46px; display:flex; align-items:center; justify-content:space-between; gap:20px; border-top:1px solid var(--line); }footer div { display:flex; gap:20px; color:#526375; font-size:13px; font-weight:700; }footer small { color:#7d8b99; }
.contact-trigger { appearance:none; padding:0; border:0; background:transparent; color:inherit; font:inherit; font-weight:inherit; cursor:pointer; }
.contact-trigger:hover { color:var(--blue); }
/* =========================================================
   
   Splash líquido (igual que Slightlys)
   ========================================================= */

.site-splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #000;
  transition: opacity 1.2s ease;
}

.site-splash.is-hidden,
.site-splash.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.splash-logo {
  color: #fff;
  font-size: clamp(66px, 11vw, 116px);
  font-weight: 900;
  letter-spacing: -8px;
  line-height: 1;
}

.splash-letters {
  display: inline-block;
  transition: opacity 0.45s ease;
}

.splash-dot {
  color: #ff3b30;
  display: inline-block;
  transition: opacity 0.45s ease;
}

/* Compatibilidad si todavía usas <b>.</b> */
.splash-logo b {
  color: #ff3b30;
  display: inline-block;
  transition: opacity 0.45s ease;
}

.site-splash.leaving .splash-letters {
  opacity: 0;
}

.site-splash.leaving-dot .splash-dot,
.site-splash.leaving-dot .splash-logo b {
  opacity: 0;
}

/* Mientras la gota está cayendo el main queda oculto y desenfocado */
body.el-espera main {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(18px) scale(0.97);
}

body.el-surge main {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

.contact-dialog { width:min(500px, calc(100% - 36px)); padding:34px; border:0; border-radius:24px; color:var(--ink); background:var(--paper); box-shadow:0 24px 80px #07101fd1; }
.contact-dialog::backdrop { background:#07101fcc; backdrop-filter:blur(4px); }
.contact-dialog h2 { font-size:42px; }.contact-dialog p { color:#4d5f73; }.contact-email { margin:20px 0; padding:12px 14px; border-radius:12px; color:#173253 !important; background:#e9f7ff; font-size:14px; font-weight:800; overflow-wrap:anywhere; }
.dialog-close { position:absolute; top:13px; right:16px; border:0; background:transparent; color:#526375; font-size:32px; cursor:pointer; }.dialog-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }.copy-status { min-height:24px; margin:15px 0 0; font-size:14px; }
@media (max-width:760px) { .nav { height:72px; padding:0 20px; }.nav nav > a:not(.nav-play) { display:none; }.hero { padding:55px 24px 70px; grid-template-columns:1fr; }.hero-world { height:310px; }.lead { font-size:18px; }.steps { grid-template-columns:1fr; padding-bottom:80px; }.intro { padding:90px 24px 60px; }.feature { margin:0 18px 80px; padding:48px 28px; grid-template-columns:1fr; }.portal { height:220px; }.safe { padding:88px 24px; }.play-card { margin:65px 18px; padding:42px 28px; display:block; }.play-card .button { margin-top:25px; } footer { flex-wrap:wrap; padding:30px 24px; } footer div { order:3; width:100%; } }
