/* Mockups glass del splash WiFi (landing /fiweex_wifi) — mismos tokens que main_glass.css */
.fx-wmock{
  --fx-glass-bg:rgba(25,25,25,.28);
  --fx-glass-bg-input:rgba(255,255,255,.08);
  --fx-glass-blur:blur(18px) saturate(160%);
  --fx-glass-radius:22px;
  --fx-glass-radius-sm:12px;
  --fx-glass-border:1px solid rgba(255,255,255,.15);
  --fx-glass-border-strong:1px solid rgba(255,255,255,.28);
  --fx-glass-shadow:0 8px 32px 0 rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.12);
  --fx-glass-text:#fff;
  --fx-glass-text-muted:rgba(255,255,255,.88);
  --fx-splash-cta:#957AFB;
  --fx-wmock-bg:url("/page_18/img/img_fx_wifi/splash_bg_cafe.jpg");
  --fx-bezel:5px;
  --fx-frame-r:46px;
  --fx-screen-r:41px;
  position:relative;
  width:268px;
  height:548px;
  margin:0 auto;
  border-radius:var(--fx-frame-r);
  background:#0a0a0a;
  border:3px solid #e8e8ea;
  box-shadow:
    0 1px 0 rgba(255,255,255,.22),
    0 28px 70px rgba(0,0,0,.55);
  overflow:hidden;
  flex-shrink:0;
  font-family:-apple-system,BlinkMacSystemFont,system-ui,"Segoe UI",Roboto,sans-serif;
  -webkit-user-select:none;user-select:none;
  pointer-events:none;
}
.fx-wmock.is-compact{
  --fx-bezel:4px;
  --fx-frame-r:34px;
  --fx-screen-r:30px;
  width:178px;height:368px;
  border-width:2.5px;
  box-shadow:0 16px 40px rgba(0,0,0,.5);
}
.fx-wmock.is-hero{width:248px;height:508px;--fx-frame-r:42px;--fx-screen-r:37px;}
.fx-wmock.is-hero .fx-wcta{
  pointer-events:auto;cursor:pointer;
}

.fx-wmock__notch{
  position:absolute;top:calc(var(--fx-bezel) + 6px);left:50%;transform:translateX(-50%);
  z-index:8;width:92px;height:20px;background:#0c0c0e;border-radius:99px;
  display:flex;align-items:center;justify-content:center;gap:8px;
  box-shadow:0 2px 8px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.12);
  border:0;
}
.fx-wmock__speaker{
  width:26px;height:3px;border-radius:99px;background:rgba(255,255,255,.22);display:block;
}
.fx-wmock__cam{
  width:7px;height:7px;border-radius:50%;display:block;
  background:radial-gradient(circle at 30% 30%,#2a2a35 0%,#0a0a0c 70%);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);
}
.fx-wmock.is-compact .fx-wmock__notch{width:64px;height:14px;gap:5px;top:calc(var(--fx-bezel) + 5px);}
.fx-wmock.is-compact .fx-wmock__speaker{width:16px;height:2px;}
.fx-wmock.is-compact .fx-wmock__cam{width:5px;height:5px;}
.fx-wmock__status{
  position:absolute;top:calc(var(--fx-bezel) + 7px);left:var(--fx-bezel);right:var(--fx-bezel);z-index:7;
  height:18px;
  display:flex;justify-content:space-between;align-items:center;
  padding:0 16px;color:#fff;font-size:10px;font-weight:600;letter-spacing:.02em;
  box-sizing:border-box;
}
.fx-wmock.is-compact .fx-wmock__status{height:14px;padding:0 11px;font-size:7px;top:calc(var(--fx-bezel) + 5px);}
.fx-wmock__status-ico{display:flex;align-items:center;gap:3px;color:inherit;flex-shrink:0;padding-left:8px;}
.fx-wmock.is-compact .fx-wmock__status-ico{gap:2px;}
.fx-wmock__status-ico svg{display:block;height:9px;width:auto;}
.fx-wmock.is-compact .fx-wmock__status-ico svg{height:6px;}
.fx-wmock__status-ico svg.is-wifi{height:10px;}
.fx-wmock.is-compact .fx-wmock__status-ico svg.is-wifi{height:7px;}
.fx-wmock__status-ico svg.is-bat{height:10px;}
.fx-wmock.is-compact .fx-wmock__status-ico svg.is-bat{height:7px;}
.fx-wmock__warm{
  position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;
}
.fx-wmock__preload{display:none;}
.fx-wmock.is-hero .fx-wmock__preload{
  display:flex;align-items:center;justify-content:center;
  position:absolute;inset:var(--fx-bezel);z-index:6;
  border-radius:var(--fx-screen-r);overflow:hidden;
  background:#fff;
  -webkit-animation:fxHeroPreload 2.7s ease-in-out .2s 1 forwards;
  animation:fxHeroPreload 2.7s ease-in-out .2s 1 forwards;
}
.fx-wmock.is-hero .fx-wmock__preload img{
  width:200px;height:200px;max-width:78%;max-height:42%;
  object-fit:contain;display:block;
  animation:none!important;-webkit-animation:none!important;
  transform:none!important;
}
.fx-wmock.is-hero .fx-wmock__home{
  -webkit-animation:fxHeroPreloadHome 2.7s ease-in-out .2s 1 forwards;
  animation:fxHeroPreloadHome 2.7s ease-in-out .2s 1 forwards;
}
@-webkit-keyframes fxHeroPreload{
  0%,70%{opacity:1;visibility:visible;}
  100%{opacity:0;visibility:hidden;}
}
@keyframes fxHeroPreload{
  0%,70%{opacity:1;visibility:visible;}
  100%{opacity:0;visibility:hidden;}
}
@-webkit-keyframes fxHeroPreloadHome{
  0%,70%{background:rgba(0,0,0,.28);}
  100%{background:rgba(255,255,255,.45);}
}
@keyframes fxHeroPreloadHome{
  0%,70%{background:rgba(0,0,0,.28);}
  100%{background:rgba(255,255,255,.45);}
}
@media (prefers-reduced-motion:reduce){
  .fx-wmock.is-hero .fx-wmock__preload{display:none!important;animation:none!important;-webkit-animation:none!important;}
  .fx-wmock.is-hero .fx-wmock__home{animation:none!important;-webkit-animation:none!important;}
}
.fx-wmock__home{
  position:absolute;bottom:calc(var(--fx-bezel) + 7px);left:50%;transform:translateX(-50%);
  z-index:8;width:96px;height:4px;background:rgba(255,255,255,.45);border-radius:99px;
}
.fx-wmock.is-compact .fx-wmock__home{bottom:calc(var(--fx-bezel) + 5px);width:64px;height:3px;}

.fx-wmock__screen{
  position:absolute;inset:var(--fx-bezel);
  border-radius:var(--fx-screen-r);overflow:hidden;
  background-image:linear-gradient(180deg,rgba(8,8,12,.18),rgba(8,8,12,.42)),var(--fx-wmock-bg);
  background-size:cover;background-position:center;
  display:flex;align-items:center;justify-content:center;
  padding:36px 12px 28px;box-sizing:border-box;
}
.fx-wmock.is-compact .fx-wmock__screen{padding:26px 8px 18px;}

.fx-wmock__view{display:none;width:100%;height:100%;}
.fx-wmock[data-screen="step1"] [data-wifi-screen="step1"],
.fx-wmock[data-screen="step2"] [data-wifi-screen="step2"],
.fx-wmock[data-screen="step2b"] [data-wifi-screen="step2b"],
.fx-wmock[data-screen="step3"] [data-wifi-screen="step3"],
.fx-wmock[data-screen="step4"] [data-wifi-screen="step4"],
.fx-wmock[data-screen="step4b"] [data-wifi-screen="step4b"],
.fx-wmock[data-screen="step5"] [data-wifi-screen="step5"],
.fx-wmock[data-screen="step5-wa"] [data-wifi-screen="step5-wa"],
.fx-wmock[data-screen="step5-survey"] [data-wifi-screen="step5-survey"],
.fx-wmock[data-screen="step5-question"] [data-wifi-screen="step5-question"],
.fx-wmock[data-screen="step5-bday"] [data-wifi-screen="step5-bday"],
.fx-wmock[data-screen="step6"] [data-wifi-screen="step6"],
.fx-wmock[data-screen="step7"] [data-wifi-screen="step7"]{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}

/* Card glass */
.fx-wcard{
  width:100%;max-width:100%;box-sizing:border-box;
  padding:22px 16px 14px;text-align:center;color:#fff;
  background:var(--fx-glass-bg);
  -webkit-backdrop-filter:var(--fx-glass-blur);backdrop-filter:var(--fx-glass-blur);
  border:var(--fx-glass-border);border-radius:var(--fx-glass-radius);
  box-shadow:var(--fx-glass-shadow);
  -webkit-transform:translateZ(0);transform:translateZ(0);
  isolation:isolate;
}
.fx-wmock.is-compact .fx-wcard{padding:12px 10px 10px;border-radius:16px;}
.fx-wcard__brand{
  height:22px;width:auto;max-width:110px;margin:0 auto 6px;display:block;object-fit:contain;
  mix-blend-mode:screen;
}
.fx-wmock.is-compact .fx-wcard__brand{height:14px;margin-bottom:2px;max-width:72px;}
.fx-wcard__kicker{
  margin:0 0 8px;color:#fff;font-size:11px;font-weight:500;
  text-shadow:0 2px 6px rgba(0,0,0,.5);
}
.fx-wmock.is-compact .fx-wcard__kicker{font-size:8px;margin-bottom:4px;}
.fx-wcard__title{
  margin:0 0 8px;color:#fff;font-size:20px;font-weight:700;line-height:1.2;
  text-shadow:0 2px 6px rgba(0,0,0,.5);
}
.fx-wmock.is-compact .fx-wcard__title{font-size:13px;margin-bottom:4px;}
.fx-wcard__sub{
  margin:6px 0 10px;color:var(--fx-glass-text-muted);font-size:12px;line-height:1.35;
  text-shadow:0 2px 6px rgba(0,0,0,.5);
}
.fx-wmock.is-compact .fx-wcard__sub{font-size:8px;margin:4px 0 6px;}
.fx-wcard__logo{
  width:108px;height:108px;margin:8px auto;overflow:hidden;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.22);border-radius:18px;
  box-shadow:inset 0 0 20px rgba(255,255,255,.06),0 4px 18px rgba(0,0,0,.25);
  display:flex;align-items:center;justify-content:center;
}
.fx-wmock.is-compact .fx-wcard__logo{width:64px;height:64px;margin:4px auto;border-radius:12px;}
.fx-wcard__logo.is-round,
.fx-wmock.is-compact .fx-wcard__logo.is-round{
  border-radius:50%;
  background:#957AFB;
  border:2px solid rgba(255,255,255,.35);
  box-shadow:0 6px 16px rgba(83,45,210,.35);
}
.fx-wlogo{
  width:100%;height:100%;object-fit:cover;object-position:center;
  border-radius:50%;display:block;
}
.fx-wcta{
  display:flex;align-items:center;justify-content:center;width:100%;
  min-height:40px;margin:4px 0 0;padding:10px 12px;border:none;border-radius:999px;
  background:var(--fx-splash-cta);color:#fff;font-size:13px;font-weight:700;
  letter-spacing:.02em;box-shadow:0 8px 22px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.28);
  -webkit-transition:background-color .28s ease;transition:background-color .28s ease;
  position:relative;overflow:hidden;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
}
.fx-wcta:not(.is-ghost)::after{
  content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);
  -webkit-transform:skewX(-20deg);transform:skewX(-20deg);
  pointer-events:none;z-index:2;
  -webkit-animation:fxWmockShine 3.2s ease-in-out infinite;
  animation:fxWmockShine 3.2s ease-in-out infinite;
}
.fx-wcta__arrow{
  position:relative;z-index:1;margin-left:6px;margin-top:0;
  width:10px;height:10px;flex-shrink:0;
  display:block;object-fit:contain;
  -webkit-animation:fxWmockArrow 2.8s ease-in-out infinite;
  animation:fxWmockArrow 2.8s ease-in-out infinite;
}
.fx-wflyer__cta{
  border-radius:12px;
  width:86%;
  min-height:32px;height:32px;padding:0 10px;margin:0 auto;
  font-size:11px;line-height:1;
  display:flex;align-items:center;justify-content:center;
  -webkit-animation:fxWmockSalirPulse 3.8s ease-in-out infinite;
  animation:fxWmockSalirPulse 3.8s ease-in-out infinite;
}
.fx-wflyer__cta span{
  line-height:1;display:inline-flex;align-items:center;
  position:relative;top:0;
}
.fx-wflyer__cta .fx-wcta__arrow{
  width:8px;height:8px;margin:0 0 0 5px;top:1px;
  display:block;align-self:center;
}
.fx-wflyer__cta::after{
  -webkit-animation-duration:5.2s;animation-duration:5.2s;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);
}
@-webkit-keyframes fxWmockShine{
  0%{ left:-60%; }
  35%{ left:130%; }
  100%{ left:130%; }
}
@keyframes fxWmockShine{
  0%{ left:-60%; }
  35%{ left:130%; }
  100%{ left:130%; }
}
@-webkit-keyframes fxWmockSalirPulse{
  0%,100%{ -webkit-transform:scale(1); transform:scale(1); }
  50%{ -webkit-transform:scale(1.035); transform:scale(1.035); }
}
@keyframes fxWmockSalirPulse{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.035); }
}
@-webkit-keyframes fxWmockArrow{
  0%,100%{ -webkit-transform:translateX(0); transform:translateX(0); }
  50%{ -webkit-transform:translateX(4px); transform:translateX(4px); }
}
@keyframes fxWmockArrow{
  0%,100%{ transform:translateX(0); }
  50%{ transform:translateX(4px); }
}
@-webkit-keyframes fxWmockCardIn{
  from{ opacity:0; }
  to{ opacity:1; }
}
@keyframes fxWmockCardIn{
  from{ opacity:0; }
  to{ opacity:1; }
}
@-webkit-keyframes fxWmockSlideDown{
  from{ opacity:0; -webkit-transform:translateY(-28px); transform:translateY(-28px); }
  to{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0); }
}
@keyframes fxWmockSlideDown{
  from{ opacity:0; transform:translateY(-28px); }
  to{ opacity:1; transform:translateY(0); }
}
@-webkit-keyframes fxWmockFlyerIn{
  0%{ opacity:1; -webkit-transform:translateY(16px) scale(.98); transform:translateY(16px) scale(.98); }
  100%{ opacity:1; -webkit-transform:translateY(0) scale(1) translateZ(0); transform:translateY(0) scale(1) translateZ(0); }
}
@keyframes fxWmockFlyerIn{
  0%{ opacity:1; transform:translateY(16px) scale(.98); }
  100%{ opacity:1; transform:translateY(0) scale(1) translateZ(0); }
}
.fx-wmock__view.is-enter .fx-wcard{
  -webkit-animation:fxWmockCardIn .4s ease-out both;
  animation:fxWmockCardIn .4s ease-out both;
}
.fx-wmock__view.is-enter .fx-wcard > *{
  -webkit-animation:fxWmockSlideDown .55s cubic-bezier(.2,.8,.2,1) backwards;
  animation:fxWmockSlideDown .55s cubic-bezier(.2,.8,.2,1) backwards;
}
.fx-wmock__view.is-enter .fx-wcard > *:nth-child(1){ -webkit-animation-delay:.05s; animation-delay:.05s; }
.fx-wmock__view.is-enter .fx-wcard > *:nth-child(2){ -webkit-animation-delay:.28s; animation-delay:.28s; }
.fx-wmock__view.is-enter .fx-wcard > *:nth-child(3){ -webkit-animation-delay:.52s; animation-delay:.52s; }
.fx-wmock__view.is-enter .fx-wcard > *:nth-child(4){ -webkit-animation-delay:.76s; animation-delay:.76s; }
.fx-wmock__view.is-enter .fx-wcard > *:nth-child(5),
.fx-wmock__view.is-enter .fx-wcard > *:nth-child(6),
.fx-wmock__view.is-enter .fx-wcard > *:nth-child(n+7){ -webkit-animation-delay:1s; animation-delay:1s; }
.fx-wmock__view.is-enter .fx-wflyer{
  -webkit-animation:fxWmockFlyerIn .35s cubic-bezier(.22,1,.36,1) both;
  animation:fxWmockFlyerIn .35s cubic-bezier(.22,1,.36,1) both;
}
.fx-wmock__view.is-enter .fx-wios,
.fx-wmock__view.is-enter .fx-wa__msg,
.fx-wmock__view.is-enter .fx-ig{
  -webkit-animation:fxWmockSlideDown .55s cubic-bezier(.2,.8,.2,1) both;
  animation:fxWmockSlideDown .55s cubic-bezier(.2,.8,.2,1) both;
}
@media (prefers-reduced-motion:reduce){
  .fx-wcta::after,.fx-wcta__arrow,.fx-wflyer__cta,
  .fx-wmock__view.is-enter .fx-wcard,
  .fx-wmock__view.is-enter .fx-wcard > *,
  .fx-wmock__view.is-enter .fx-wflyer,
  .fx-wmock__view.is-enter .fx-wios,
  .fx-wmock__view.is-enter .fx-wa__msg,
  .fx-wmock__view.is-enter .fx-ig,
  .fx-wios__spin,
  .fx-wmock__view.is-enter .fx-wios__label,
  .fx-wmock__view.is-enter .fx-wios__scan .fx-wios__row{animation:none!important;-webkit-animation:none!important;}
}
.fx-wmock.is-compact .fx-wcta{min-height:26px;padding:6px 8px;font-size:9px;}
.fx-wcta.is-green{background:#25D366;}
.fx-wcta.is-ghost{
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);
  color:rgba(255,255,255,.86);box-shadow:none;min-height:34px;font-weight:600;font-size:11px;
}
.fx-wmock.is-compact .fx-wcta.is-ghost{min-height:22px;font-size:8px;}
.fx-wcard__terms{
  margin:10px 0 0;color:rgba(255,255,255,.82);font-size:8px;line-height:1.3;
}
.fx-wmock.is-compact .fx-wcard__terms{margin-top:6px;font-size:6px;}
.fx-wcard__terms u{text-decoration:underline;}

.fx-wfield{
  width:100%;box-sizing:border-box;margin:0 0 8px;padding:9px 12px;
  border-radius:10px;border:1px solid rgba(255,255,255,.18);
  background:var(--fx-glass-bg-input);color:#fff;font-size:12px;text-align:left;
}
.fx-wmock.is-compact .fx-wfield{padding:5px 8px;font-size:8px;margin-bottom:5px;border-radius:7px;}
.fx-wfield.is-muted{color:rgba(255,255,255,.45);}
.fx-wrow{display:flex;gap:6px;width:100%;}
.fx-wrow .fx-wfield{flex:1;}

/* Paso 1 — selector iOS WiFi (buscando redes) */
.fx-wios{
  width:100%;padding:6px 0 8px;border-radius:18px;
  background:rgba(28,28,30,.55);
  -webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);
  border:1px solid rgba(255,255,255,.16);box-shadow:var(--fx-glass-shadow);
}
.fx-wios__head{
  padding:6px 14px 10px;color:#fff;font-size:13px;font-weight:700;text-align:left;
}
.fx-wmock.is-compact .fx-wios__head{font-size:9px;padding:4px 10px 6px;}
.fx-wios__row{
  display:flex;align-items:center;gap:8px;padding:9px 14px;
  border-top:1px solid rgba(255,255,255,.08);color:#fff;font-size:12px;text-align:left;
}
.fx-wmock.is-compact .fx-wios__row{padding:6px 10px;font-size:8px;gap:5px;}
.fx-wios__row.is-on{background:rgba(149,122,251,.22);}
.fx-wios__row--toggle{
  border-top:0;font-weight:600;padding-top:8px;padding-bottom:8px;
}
.fx-wios__toggle{
  margin-left:auto;position:relative;width:36px;height:22px;border-radius:99px;
  background:#34c759;flex-shrink:0;
}
.fx-wios__toggle::after{
  content:"";position:absolute;top:2px;right:2px;width:18px;height:18px;
  border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.28);
}
.fx-wmock.is-compact .fx-wios__toggle{width:26px;height:16px;}
.fx-wmock.is-compact .fx-wios__toggle::after{width:12px;height:12px;top:2px;right:2px;}
.fx-wios__scan{margin-top:0;}
.fx-wios__label{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:14px 14px 6px;color:rgba(255,255,255,.45);
  font-size:9px;font-weight:700;letter-spacing:.06em;
}
.fx-wmock.is-compact .fx-wios__label{padding:2px 10px 4px;font-size:7px;}
.fx-wios__spin{
  width:12px;height:12px;border-radius:50%;flex-shrink:0;
  border:1.6px solid rgba(255,255,255,.22);border-top-color:#fff;
  -webkit-animation:fxWmockSpin .7s linear infinite;
  animation:fxWmockSpin .7s linear infinite;
}
.fx-wmock.is-compact .fx-wios__spin{width:9px;height:9px;border-width:1.3px;}
@-webkit-keyframes fxWmockSpin{ to{ -webkit-transform:rotate(360deg); transform:rotate(360deg); } }
@keyframes fxWmockSpin{ to{ transform:rotate(360deg); } }
.fx-wios__meta{
  margin-left:auto;display:flex;align-items:center;gap:6px;
  color:rgba(255,255,255,.82);flex-shrink:0;
}
.fx-wios__sig{width:15px;height:15px;display:block;}
.fx-wios__pad{width:10px;height:12px;display:block;opacity:.85;}
.fx-wios__info{
  width:14px;height:14px;border-radius:50%;
  border:1.2px solid rgba(255,255,255,.55);
  font-size:8px;font-weight:700;font-style:italic;line-height:1;
  display:flex;align-items:center;justify-content:center;
}
.fx-wmock.is-compact .fx-wios__sig{width:11px;height:11px;}
.fx-wmock.is-compact .fx-wios__pad{width:8px;height:9px;}
.fx-wmock.is-compact .fx-wios__info{width:11px;height:11px;font-size:7px;}
.fx-wios__dot{width:7px;height:7px;border-radius:50%;background:#34c759;flex-shrink:0;}
.fx-wios__lock{margin-left:auto;opacity:.7;font-size:11px;}

/* Paso 1 — fondo nativo de Ajustes iPhone (sin foto del portal) */
.fx-wmock[data-screen="step1"]::before{display:none;}
.fx-wmock[data-screen="step1"] .fx-wmock__screen{
  background:#f2f2f7;
  background-image:none;
  align-items:stretch;
  justify-content:flex-start;
  padding:44px 12px 22px;
}
.fx-wmock.is-compact[data-screen="step1"] .fx-wmock__screen{padding:30px 8px 16px;}
.fx-wmock[data-screen="step1"] .fx-wmock__status,
.fx-wmock[data-screen="step1"] .fx-wmock__status-ico{
  color:#111;
}
.fx-wmock[data-screen="step1"] .fx-wmock__status-ico svg [fill="currentColor"]{fill:#111;}
.fx-wmock[data-screen="step1"] .fx-wmock__status-ico svg [stroke="currentColor"]{stroke:#111;}
.fx-wmock[data-screen="step1"] .fx-wmock__home{background:rgba(0,0,0,.32);}
.fx-wmock[data-screen="step1"] [data-wifi-screen="step1"]{
  align-items:stretch;
  justify-content:flex-start;
}
.fx-wmock[data-screen="step1"] .fx-wios{
  background:transparent;border:0;box-shadow:none;
  -webkit-backdrop-filter:none;backdrop-filter:none;
  padding:4px 0 0;border-radius:0;
}
.fx-wios__nav{
  display:none;
}
.fx-wmock[data-screen="step1"] .fx-wios__nav{
  display:flex;align-items:center;justify-content:center;
  position:relative;min-height:28px;margin-bottom:10px;
  color:#000;
}
.fx-wmock[data-screen="step1"] .fx-wios__nav span{
  position:absolute;left:2px;color:#007aff;font-size:12px;font-weight:500;
}
.fx-wmock[data-screen="step1"] .fx-wios__nav b{
  font-size:13px;font-weight:700;
}
.fx-wmock.is-compact[data-screen="step1"] .fx-wios__nav{min-height:20px;margin-bottom:6px;}
.fx-wmock.is-compact[data-screen="step1"] .fx-wios__nav span{font-size:8px;}
.fx-wmock.is-compact[data-screen="step1"] .fx-wios__nav b{font-size:10px;}
.fx-wmock[data-screen="step1"] .fx-wios__row{
  color:#000;background:#fff;
  border-top:1px solid rgba(60,60,67,.12);
}
.fx-wmock[data-screen="step1"] .fx-wios__row--toggle{
  border:0;border-radius:12px;margin-bottom:0;padding:11px 14px;
  box-shadow:0 0 0 .5px rgba(0,0,0,.04);
}
.fx-wmock[data-screen="step1"] .fx-wios__scan{
  background:#fff;border-radius:12px;overflow:hidden;margin-top:0;
  box-shadow:0 0 0 .5px rgba(0,0,0,.04);
}
.fx-wmock[data-screen="step1"] .fx-wios__scan .fx-wios__row:first-child{border-top:0;}
.fx-wmock[data-screen="step1"] .fx-wios__label{
  color:#8e8e93;padding:16px 16px 6px;
}
.fx-wmock[data-screen="step1"] .fx-wios__meta{color:#8e8e93;}
.fx-wmock[data-screen="step1"] .fx-wios__info{
  border-color:#007aff;color:#007aff;
}
.fx-wmock[data-screen="step1"] .fx-wios__spin{
  border-color:rgba(60,60,67,.18);border-top-color:#8e8e93;
}
.fx-wmock__view.is-enter .fx-wios__label,
.fx-wmock__view.is-enter .fx-wios__scan .fx-wios__row{
  -webkit-animation:fxWmockSlideDown .5s cubic-bezier(.2,.8,.2,1) backwards;
  animation:fxWmockSlideDown .5s cubic-bezier(.2,.8,.2,1) backwards;
}
.fx-wmock__view.is-enter .fx-wios__label{ -webkit-animation-delay:.12s; animation-delay:.12s; }
.fx-wmock__view.is-enter .fx-wios__scan .fx-wios__row:nth-child(1){ -webkit-animation-delay:.32s; animation-delay:.32s; }
.fx-wmock__view.is-enter .fx-wios__scan .fx-wios__row:nth-child(2){ -webkit-animation-delay:.5s; animation-delay:.5s; }
.fx-wmock__view.is-enter .fx-wios__scan .fx-wios__row:nth-child(3){ -webkit-animation-delay:.66s; animation-delay:.66s; }
.fx-wmock__view.is-enter .fx-wios__scan .fx-wios__row:nth-child(4){ -webkit-animation-delay:.82s; animation-delay:.82s; }

/* Flyer / banner — misma pieza que el splash: imagen scrolleable + CTA pegado */
.fx-wflyer{
  width:100%;height:100%;min-height:0;max-height:100%;
  display:flex;flex-direction:column;position:relative;
  overflow:hidden;
}
.fx-wflyer__scroll{
  -webkit-flex:1 1 auto;flex:1 1 auto;
  min-height:0;width:100%;position:relative;
  overflow-x:hidden;overflow-y:auto;
  -webkit-overflow-scrolling:touch;overscroll-behavior:contain;
  background:#111;
  border:0;
  border-radius:var(--fx-glass-radius) var(--fx-glass-radius) 0 0;
  pointer-events:auto;
  scrollbar-width:none;
}
.fx-wflyer__scroll::-webkit-scrollbar{width:0;height:0;display:none;}
.fx-wflyer__rail{
  position:absolute;
  top:36px;right:6px;bottom:68px;
  width:2px;height:auto;margin:0;
  z-index:6;pointer-events:none;
  opacity:.35;
}
.fx-wflyer__thumb{
  position:absolute;left:0;top:0;width:100%;min-height:28px;
  border-radius:99px;background:var(--fx-splash-cta);
}
.fx-wflyer__photo{
  position:relative;display:block;
  width:100%;height:auto;min-height:0;
  object-fit:contain;object-position:center top;
  margin:0;padding:0;border:0;
  -webkit-filter:none;filter:none;
}
.fx-wmock.is-compact .fx-wflyer__photo{height:auto;min-height:0;}
.fx-wflyer__bar{
  -webkit-flex:0 0 auto;flex:0 0 auto;
  width:100%;box-sizing:border-box;
  padding:10px 10px 12px;
  background:var(--fx-glass-bg);
  -webkit-backdrop-filter:var(--fx-glass-blur);backdrop-filter:var(--fx-glass-blur);
  border:var(--fx-glass-border);border-top:none;
  border-radius:0 0 var(--fx-glass-radius) var(--fx-glass-radius);
  box-shadow:var(--fx-glass-shadow);
}
.fx-wflyer__copy{
  padding:0 2px 8px;text-align:left;color:#fff;
}
.fx-wflyer__copy strong{display:block;font-size:16px;letter-spacing:.03em;text-shadow:0 2px 8px rgba(0,0,0,.55);}
.fx-wmock.is-compact .fx-wflyer__copy strong{font-size:11px;}
.fx-wflyer__copy span{font-size:11px;opacity:.9;display:block;line-height:1.3;}
.fx-wmock.is-compact .fx-wflyer__copy span{font-size:8px;}
.fx-wflyer__cta{
  position:relative;z-index:1;margin:0 auto;align-self:center;width:86%;
}
.fx-wbday .fx-wflyer__copy strong{font-size:14px;}
.fx-wmock.is-compact .fx-wbday .fx-wflyer__copy strong{font-size:10px;}

/* Survey */
.fx-wopt{
  width:100%;margin:0 0 7px;padding:10px 12px;border-radius:12px;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);
  color:#fff;font-size:12px;font-weight:600;text-align:center;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
}
.fx-wmock.is-compact .fx-wopt{padding:6px 8px;font-size:8px;margin-bottom:4px;border-radius:8px;}
.fx-warea{
  width:100%;min-height:64px;margin:8px 0;padding:8px 10px;box-sizing:border-box;
  border-radius:10px;border:1px solid rgba(255,255,255,.18);
  background:var(--fx-glass-bg-input);color:rgba(255,255,255,.4);font-size:11px;text-align:left;
}
.fx-wmock.is-compact .fx-warea{min-height:36px;font-size:8px;margin:4px 0;}
.fx-wmock [data-wifi-screen="step5-survey"] .fx-wcard::before,
.fx-wmock [data-wifi-screen="step5-question"] .fx-wcard::before{
  content:"";
  display:block;
  width:36px;height:36px;
  margin:0 auto 12px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.55a11 11 0 0 1 14.08 0'/%3E%3Cpath d='M1.42 9a16 16 0 0 1 21.16 0'/%3E%3Cpath d='M8.53 16.11a6 6 0 0 1 6.95 0'/%3E%3Ccircle cx='12' cy='20' r='1' fill='%23fff'/%3E%3C/svg%3E") center/18px no-repeat;
}
.fx-wmock.is-compact [data-wifi-screen="step5-survey"] .fx-wcard::before,
.fx-wmock.is-compact [data-wifi-screen="step5-question"] .fx-wcard::before{
  width:24px;height:24px;margin-bottom:8px;border-radius:8px;
  background-size:12px;
}
.fx-wmock__view.is-enter .fx-wcard::before{
  -webkit-animation:fxWmockSlideDown .55s cubic-bezier(.2,.8,.2,1) .05s backwards;
  animation:fxWmockSlideDown .55s cubic-bezier(.2,.8,.2,1) .05s backwards;
}

/* WhatsApp phone */
.fx-wtel{display:flex;width:100%;gap:0;margin:8px 0 10px;}
.fx-wtel span{
  flex:0 0 52px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);
  border-right:0;border-radius:10px 0 0 10px;color:#fff;font-size:11px;font-weight:600;
}
.fx-wtel i{
  flex:1;height:36px;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);border-radius:0 10px 10px 0;
}
.fx-wmock.is-compact .fx-wtel span{flex-basis:36px;font-size:8px;}
.fx-wmock.is-compact .fx-wtel i{height:24px;}

/* Paso 6 — perfil Instagram Art Café */
.fx-wmock[data-screen="step6"] .fx-wmock__screen{
  padding:0;
  align-items:stretch;
  justify-content:stretch;
  background:#000;
  background-image:none;
}
.fx-wmock[data-screen="step6"] [data-wifi-screen="step6"]{
  height:100%;
  min-height:0;
  align-items:stretch;
  justify-content:stretch;
}
.fx-ig{
  display:flex;flex-direction:column;
  width:100%;height:100%;min-height:0;
  background:#000;color:#f5f5f5;
  overflow:hidden;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.fx-ig__nav{
  display:flex;align-items:center;justify-content:center;
  position:relative;flex-shrink:0;
  min-height:28px;padding:32px 8px 6px;
}
.fx-ig__nav span{
  position:absolute;left:8px;top:50%;transform:translateY(-50%);
  font-size:20px;line-height:1;font-weight:300;color:#fff;
}
.fx-ig__nav b{font-size:13px;font-weight:700;letter-spacing:.01em;}
.fx-ig__top{
  display:flex;align-items:center;gap:10px;
  padding:2px 10px 8px;flex-shrink:0;
}
.fx-ig__ava{
  width:54px;height:54px;border-radius:50%;overflow:hidden;flex-shrink:0;
  background:#c4a574;border:1px solid rgba(255,255,255,.12);
}
.fx-ig__ava img{width:100%;height:100%;object-fit:cover;display:block;}
.fx-ig__meta{flex:1;min-width:0;text-align:left;}
.fx-ig__user{
  display:flex;align-items:center;gap:6px;
  font-size:13px;font-weight:700;margin-bottom:6px;
}
.fx-ig__user span{margin-left:auto;font-size:14px;font-weight:700;letter-spacing:.12em;opacity:.9;}
.fx-ig__btns{display:flex;align-items:center;gap:4px;}
.fx-ig__btns em,
.fx-ig__btns i,
.fx-ig__btns b{
  display:flex;align-items:center;justify-content:center;
  height:22px;border-radius:6px;font-style:normal;font-weight:600;
  box-sizing:border-box;
}
.fx-ig__btns em{
  flex:0 0 auto;padding:0 10px;background:#0095f6;color:#fff;font-size:10px;
  pointer-events:auto;cursor:pointer;
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.fx-ig__btns em.is-on{
  background:#262626;color:#f5f5f5;
}
.fx-ig__btns em.is-pop{
  -webkit-animation:fxIgFollowPop .45s cubic-bezier(.22,1.2,.36,1) both;
  animation:fxIgFollowPop .45s cubic-bezier(.22,1.2,.36,1) both;
}
@-webkit-keyframes fxIgFollowPop{
  0%{-webkit-transform:scale(1);transform:scale(1);}
  40%{-webkit-transform:scale(1.14);transform:scale(1.14);}
  100%{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes fxIgFollowPop{
  0%{transform:scale(1);}
  40%{transform:scale(1.14);}
  100%{transform:scale(1);}
}
.fx-ig__btns i{
  flex:1;min-width:0;padding:0 6px;background:#262626;color:#fff;font-size:8px;white-space:nowrap;
}
.fx-ig__btns b{
  width:22px;flex-shrink:0;background:#262626;color:#fff;
}
.fx-ig__btns b svg{width:12px;height:12px;display:block;}
.fx-ig__bio{
  padding:0 10px 8px;text-align:left;flex-shrink:0;
}
.fx-ig__bio strong{display:block;font-size:11px;font-weight:700;line-height:1.2;}
.fx-ig__bio small{display:block;font-size:9px;color:#a8a8a8;margin:1px 0 4px;}
.fx-ig__bio p{margin:0;font-size:9px;line-height:1.35;color:#f5f5f5;}
.fx-ig__hls{
  display:flex;gap:10px;padding:2px 10px 8px;flex-shrink:0;
}
.fx-ig__hls span{
  display:flex;flex-direction:column;align-items:center;gap:3px;
  font-size:7px;color:#c7c7c7;width:40px;
}
.fx-ig__hls i{
  width:36px;height:36px;border-radius:50%;
  border:1px solid #363636;box-sizing:border-box;
  display:block;
}
.fx-ig__hls i.is-d{background:#5c2e24;}
.fx-ig__hls i.is-c{background:#3a2418;}
.fx-ig__hls i.is-g{background:#8a6a45;}
.fx-ig__stats{
  display:flex;flex-shrink:0;
  border-top:1px solid #262626;border-bottom:1px solid #262626;
}
.fx-ig__stats span{
  flex:1;padding:6px 2px;text-align:center;
  font-size:7px;color:#a8a8a8;line-height:1.15;
  border-right:1px solid #262626;
}
.fx-ig__stats span:last-child{border-right:0;}
.fx-ig__stats b{display:block;font-size:12px;color:#fff;font-weight:700;margin-bottom:1px;}
.fx-ig__tabs{
  display:flex;flex-shrink:0;align-items:stretch;
}
.fx-ig__tabs svg{
  flex:1;height:28px;padding:7px 0;box-sizing:border-box;
  color:#737373;
}
.fx-ig__tabs svg.is-on{
  color:#fff;border-bottom:1px solid #fff;
}
.fx-ig__grid{
  display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;
  gap:1px;flex:1;min-height:0;background:#000;
}
.fx-ig__grid span{min-height:0;overflow:hidden;background:#111;}
.fx-ig__grid img{width:100%;height:100%;object-fit:cover;display:block;}
.fx-ig__grid img.is-p1{object-position:center 8%;}
.fx-ig__grid img.is-p2{object-position:center 36%;}
.fx-ig__grid img.is-p3{object-position:center 64%;}
.fx-ig__grid img.is-p4{object-position:center 90%;}

.fx-wmock.is-compact .fx-ig__nav{min-height:20px;padding:22px 6px 4px;}
.fx-wmock.is-compact .fx-ig__nav span{font-size:14px;left:6px;}
.fx-wmock.is-compact .fx-ig__nav b{font-size:9px;}
.fx-wmock.is-compact .fx-ig__top{gap:6px;padding:0 6px 4px;}
.fx-wmock.is-compact .fx-ig__ava{width:34px;height:34px;}
.fx-wmock.is-compact .fx-ig__user{font-size:8px;margin-bottom:3px;}
.fx-wmock.is-compact .fx-ig__user span{font-size:9px;}
.fx-wmock.is-compact .fx-ig__btns{gap:3px;}
.fx-wmock.is-compact .fx-ig__btns em,
.fx-wmock.is-compact .fx-ig__btns i,
.fx-wmock.is-compact .fx-ig__btns b{height:14px;border-radius:4px;}
.fx-wmock.is-compact .fx-ig__btns em{font-size:6px;padding:0 5px;}
.fx-wmock.is-compact .fx-ig__btns i{font-size:5px;padding:0 3px;}
.fx-wmock.is-compact .fx-ig__btns b{width:14px;}
.fx-wmock.is-compact .fx-ig__btns b svg{width:8px;height:8px;}
.fx-wmock.is-compact .fx-ig__bio{padding:0 6px 4px;}
.fx-wmock.is-compact .fx-ig__bio strong{font-size:7px;}
.fx-wmock.is-compact .fx-ig__bio small{font-size:6px;margin:0 0 2px;}
.fx-wmock.is-compact .fx-ig__bio p{font-size:6px;line-height:1.25;}
.fx-wmock.is-compact .fx-ig__bio p:nth-child(n+5){display:none;}
.fx-wmock.is-compact .fx-ig__hls{gap:6px;padding:0 6px 4px;}
.fx-wmock.is-compact .fx-ig__hls span{width:26px;font-size:5px;gap:2px;}
.fx-wmock.is-compact .fx-ig__hls i{width:22px;height:22px;}
.fx-wmock.is-compact .fx-ig__stats span{font-size:5px;padding:4px 1px;}
.fx-wmock.is-compact .fx-ig__stats b{font-size:8px;}
.fx-wmock.is-compact .fx-ig__tabs svg{height:18px;padding:4px 0;}

.wifi-step-stage .fx-wmock .fx-ig__nav b{font-size:12px;}
.wifi-step-stage .fx-wmock .fx-ig__bio p{font-size:8px;}
.wifi-step-stage .fx-wmock .fx-ig__ava{width:50px;height:50px;}

/* Paso 7 — chat WhatsApp (mensaje de promo con imagen + texto) */
.fx-wmock[data-screen="step7"] .fx-wmock__screen{
  padding:0;
  align-items:stretch;
  justify-content:stretch;
  background:#0b141a;
  background-image:none;
}
.fx-wmock[data-screen="step7"] [data-wifi-screen="step7"]{
  height:100%;
  min-height:0;
  align-items:stretch;
  justify-content:stretch;
}
.fx-wa{
  display:flex;flex-direction:column;
  width:100%;height:100%;min-height:0;
  background-color:#0b141a;
  background-image:url("/page_18/img/img_fx_wifi/wa_chat_bg.svg");
  background-repeat:repeat;
  background-size:148px;
  color:#e9edef;
  overflow:hidden;
}
.fx-wa__head{
  display:flex;align-items:center;gap:6px;flex-shrink:0;
  padding:30px 8px 8px 6px;background:#202c33;
  box-shadow:0 1px 0 rgba(0,0,0,.35);
}
.fx-wa__back{
  color:#00a884;font-size:22px;line-height:.85;font-weight:300;
  padding:0 2px 2px;flex-shrink:0;
}
.fx-wa__ava{
  width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0;
  background:#c4a574;
}
.fx-wa__ava .fx-wlogo{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.fx-wa__who{flex:1;min-width:0;text-align:left;}
.fx-wa__who b{display:block;font-size:12px;font-weight:600;line-height:1.15;color:#e9edef;}
.fx-wa__who small{display:block;font-size:8px;color:#8696a0;font-weight:400;margin-top:1px;}
.fx-wa__mark{
  width:22px;height:22px;border-radius:50%;flex-shrink:0;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
}
.fx-wa__ico{width:13px;height:13px;display:block;}
.fx-wa__thread{
  flex:1;min-height:0;padding:10px 8px 6px;
  display:flex;flex-direction:column;align-items:stretch;
  background:transparent;
}
.fx-wa__day{
  align-self:center;margin-bottom:8px;
  background:#182229;color:#8696a0;
  font-size:8px;font-weight:600;letter-spacing:.02em;
  padding:3px 10px;border-radius:99px;
}
.fx-wa__msg{
  position:relative;align-self:flex-start;
  width:84%;max-width:210px;
  background:#202c33;
  border-radius:8px 8px 8px 3px;
  overflow:hidden;
  box-shadow:0 1px 1px rgba(0,0,0,.28);
}
.fx-wa__msg::before{
  content:"";position:absolute;left:-5px;bottom:0;
  width:8px;height:10px;background:#202c33;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}
.fx-wa__pic{
  display:block;width:100%;height:112px;
  object-fit:cover;object-position:center;
  background:#111b21;
}
.fx-wa__msg p{
  margin:0;padding:7px 8px 0;
  font-size:10px;line-height:1.35;color:#e9edef;text-align:left;
}
.fx-wa__msg p + p{padding-top:4px;}
.fx-wa__time{
  display:block;text-align:right;
  padding:4px 8px 6px;font-size:8px;color:#8696a0;
}
.fx-wa__dock{
  flex-shrink:0;display:flex;align-items:center;gap:6px;
  padding:6px 8px 12px;background:transparent;
}
.fx-wa__dock span{
  width:18px;color:#8696a0;font-size:18px;line-height:1;text-align:center;font-weight:400;
}
.fx-wa__dock i{
  flex:1;height:28px;border-radius:99px;background:#1d282f;
}
.fx-wa__dock b{
  width:26px;height:26px;border-radius:50%;background:#00a884;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;color:#fff;
}
.fx-wa__send{width:13px;height:13px;display:block;margin:1px 0 0 1px;}
.fx-wmock.is-compact .fx-wa__head{padding:22px 6px 6px 4px;gap:4px;}
.fx-wmock.is-compact .fx-wa__back{font-size:16px;}
.fx-wmock.is-compact .fx-wa__ava{width:18px;height:18px;}
.fx-wmock.is-compact .fx-wa__who b{font-size:8px;}
.fx-wmock.is-compact .fx-wa__who small{font-size:6px;}
.fx-wmock.is-compact .fx-wa__mark{width:16px;height:16px;}
.fx-wmock.is-compact .fx-wa__ico{width:10px;height:10px;}
.fx-wmock.is-compact .fx-wa__thread{padding:6px 6px 4px;}
.fx-wmock.is-compact .fx-wa__day{font-size:6px;padding:2px 7px;margin-bottom:5px;}
.fx-wmock.is-compact .fx-wa__msg{width:88%;max-width:148px;}
.fx-wmock.is-compact .fx-wa__pic{height:72px;}
.fx-wmock.is-compact .fx-wa__msg p{font-size:7px;padding:5px 6px 0;}
.fx-wmock.is-compact .fx-wa__time{font-size:6px;padding:2px 6px 4px;}
.fx-wmock.is-compact .fx-wa__dock{padding:4px 6px 8px;gap:4px;}
.fx-wmock.is-compact .fx-wa__dock span{font-size:13px;width:14px;}
.fx-wmock.is-compact .fx-wa__dock i{height:18px;}
.fx-wmock.is-compact .fx-wa__dock b{width:18px;height:18px;}
.fx-wmock.is-compact .fx-wa__send{width:9px;height:9px;margin:1px 0 0 1px;}
.fx-wmock.is-compact .fx-wa{background-size:110px;}

/* Hero composition */
.wifi-hero-glass{
  position:relative;width:100%;max-width:560px;min-height:560px;
  margin:0 auto;display:flex;align-items:center;justify-content:center;
}
.wifi-hero-glass.is-store{
  max-width:600px;width:100%;aspect-ratio:1/1;min-height:0;
}
.wifi-hero-store-bg{
  position:absolute;inset:0;z-index:0;pointer-events:none;
  display:flex;align-items:center;justify-content:center;
}
.wifi-hero-store-bg img{
  width:100%;height:100%;object-fit:contain;object-position:center;
  display:block;animation:none!important;transform:none!important;
  filter:drop-shadow(0 18px 36px rgba(0,0,0,.45));
}
.wifi-hero-glass .fx-wmock{position:relative;z-index:2;}
.wifi-hero-float{
  position:absolute;z-index:3;padding:10px 12px;border-radius:16px;
  background:rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(16px) saturate(160%);backdrop-filter:blur(16px) saturate(160%);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 12px 32px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.12);
  color:#fff;
  -webkit-transition:opacity .48s cubic-bezier(.22,.8,.36,1),-webkit-transform .48s cubic-bezier(.22,.8,.36,1),visibility .48s;
  transition:opacity .48s cubic-bezier(.22,.8,.36,1),transform .48s cubic-bezier(.22,.8,.36,1),visibility .48s;
}
.wifi-hero-float--wifi.is-away{
  opacity:0;visibility:hidden;pointer-events:none;
  -webkit-transform:translateY(-18px) scale(.96);
  transform:translateY(-18px) scale(.96);
}
.wifi-hero-float--users.is-away{
  opacity:0;visibility:hidden;pointer-events:none;
  -webkit-transform:translateY(-50%) translateY(16px) scale(.92);
  transform:translateY(-50%) translateY(16px) scale(.92);
}
.wifi-hero-float--wifi{
  top:10px;left:0;width:214px;padding:8px 10px 10px;
  background:rgba(246,246,248,.94);color:#111;
  border:1px solid rgba(255,255,255,.72);
}
.wifi-hero-wifi__bar{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  font-size:13px;font-weight:600;color:#111;margin-bottom:6px;
}
.wifi-hero-wifi__toggle{
  position:relative;width:32px;height:20px;border-radius:99px;background:#34c759;flex-shrink:0;
}
.wifi-hero-wifi__toggle::after{
  content:"";position:absolute;top:2px;right:2px;width:16px;height:16px;
  border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.25);
}
.wifi-hero-wifi__label{
  font-size:8px;font-weight:700;letter-spacing:.06em;color:#8e8e93;
  margin:0 0 6px;
}
.wifi-hero-wifi__net{
  display:flex;align-items:center;gap:6px;
  padding:7px 8px;border-radius:10px;
  background:rgba(255,255,255,.72);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
.wifi-hero-wifi__check{
  width:12px;height:12px;flex-shrink:0;position:relative;
  opacity:0;
  -webkit-animation:fxHeroWifiOn 4.2s ease-in-out infinite;
  animation:fxHeroWifiOn 4.2s ease-in-out infinite;
}
.wifi-hero-wifi__check::before,
.wifi-hero-wifi__check::after{
  content:"";position:absolute;background:#007aff;border-radius:1px;
}
.wifi-hero-wifi__check::before{
  width:2px;height:6px;left:2px;top:5px;transform:rotate(-45deg);
}
.wifi-hero-wifi__check::after{
  width:2px;height:9px;left:7px;top:2px;transform:rotate(45deg);
}
.wifi-hero-wifi__name{flex:1;min-width:0;text-align:left;}
.wifi-hero-wifi__name b{
  display:block;font-size:10px;font-weight:700;line-height:1.2;color:#111;
}
.wifi-hero-wifi__status{
  position:relative;display:block;height:11px;margin-top:2px;
}
.wifi-hero-wifi__status small{
  position:absolute;left:0;top:0;font-size:8px;font-weight:600;line-height:1.2;white-space:nowrap;
}
.wifi-hero-wifi__status small.is-wait{
  color:#007aff;
  -webkit-animation:fxHeroWifiOff 4.2s ease-in-out infinite;
  animation:fxHeroWifiOff 4.2s ease-in-out infinite;
}
.wifi-hero-wifi__status small.is-ok{
  color:#1f8a3b;
  opacity:0;
  -webkit-animation:fxHeroWifiOn 4.2s ease-in-out infinite;
  animation:fxHeroWifiOn 4.2s ease-in-out infinite;
}
.wifi-hero-wifi__spin{
  width:11px;height:11px;border-radius:50%;flex-shrink:0;
  border:1.6px solid rgba(0,0,0,.12);border-top-color:#007aff;
  -webkit-animation:fxWmockSpin .7s linear infinite, fxHeroWifiOff 4.2s ease-in-out infinite;
  animation:fxWmockSpin .7s linear infinite, fxHeroWifiOff 4.2s ease-in-out infinite;
}
.wifi-hero-wifi__sig{
  width:13px;height:13px;flex-shrink:0;color:#111;opacity:.85;
}
@-webkit-keyframes fxHeroWifiOn{
  0%,58%{opacity:0;}
  68%,100%{opacity:1;}
}
@keyframes fxHeroWifiOn{
  0%,58%{opacity:0;}
  68%,100%{opacity:1;}
}
@-webkit-keyframes fxHeroWifiOff{
  0%,58%{opacity:1;}
  68%,100%{opacity:0;}
}
@keyframes fxHeroWifiOff{
  0%,58%{opacity:1;}
  68%,100%{opacity:0;}
}
@media (prefers-reduced-motion:reduce){
  .wifi-hero-wifi__check,
  .wifi-hero-wifi__status small.is-ok{opacity:1!important;animation:none!important;-webkit-animation:none!important;}
  .wifi-hero-wifi__spin,
  .wifi-hero-wifi__status small.is-wait{opacity:0!important;animation:none!important;-webkit-animation:none!important;}
  .wifi-hero-float--social .wifi-hero-soc{animation:none!important;-webkit-animation:none!important;opacity:1;}
  .wifi-hero-float{transition:opacity .2s ease,visibility .2s!important;}
  .wifi-hero-float--wifi.is-away{-webkit-transform:none;transform:none;}
  .wifi-hero-float--users.is-away{-webkit-transform:translateY(-50%);transform:translateY(-50%);}
}
.wifi-hero-float--social{
  top:108px;left:50%;right:auto;margin-left:110px;
  display:flex;flex-direction:column;align-items:center;gap:8px;
  padding:0;border:0;border-radius:0;background:transparent;
  -webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;z-index:4;
}
.wifi-hero-float--social .wifi-hero-soc{
  width:36px;height:36px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(8,8,10,.92);
  border:1.5px solid rgba(255,255,255,.9);
  color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.35);
  -webkit-animation:wifiSocDrop .7s cubic-bezier(.22,1.15,.36,1) both;
  animation:wifiSocDrop .7s cubic-bezier(.22,1.15,.36,1) both;
}
.wifi-hero-float--social .wifi-hero-soc--ta{
  -webkit-animation-delay:.45s;animation-delay:.45s;
}
.wifi-hero-float--social .wifi-hero-soc--ig{
  -webkit-animation-delay:.72s;animation-delay:.72s;
}
.wifi-hero-float--social .wifi-hero-soc--wa{
  -webkit-animation-delay:.99s;animation-delay:.99s;
}
@-webkit-keyframes wifiSocDrop{
  0%{opacity:0;-webkit-transform:translateY(-36px) scale(.82);transform:translateY(-36px) scale(.82);}
  72%{opacity:1;-webkit-transform:translateY(5px) scale(1.05);transform:translateY(5px) scale(1.05);}
  100%{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);}
}
@keyframes wifiSocDrop{
  0%{opacity:0;transform:translateY(-36px) scale(.82);}
  72%{opacity:1;transform:translateY(5px) scale(1.05);}
  100%{opacity:1;transform:translateY(0) scale(1);}
}
.wifi-hero-float--social .wifi-hero-soc svg{
  width:17px;height:17px;display:block;fill:currentColor;
}
.wifi-hero-float--chart{bottom:72px;left:0;width:158px;height:96px;padding:10px 10px 12px;overflow:visible;}
.wifi-hero-float--users{
  top:calc(50% + 118px);left:calc(50% + 110px);right:auto;bottom:auto;z-index:5;
  width:auto;margin:0;padding:8px 12px 8px;
  -webkit-transform:translateY(-50%);transform:translateY(-50%);
  border-radius:18px;color:#111;
  background:rgba(244,244,248,.94);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 12px 28px rgba(0,0,0,.32);
  pointer-events:auto;
}
.wifi-hero-swatch-grab{
  display:block;width:26px;height:3px;border-radius:99px;
  background:rgba(0,0,0,.2);margin:0 auto 8px;
}
.wifi-hero-swatches{display:flex;align-items:center;gap:8px;}
.wifi-hero-swatch{
  width:22px;height:22px;padding:0;border-radius:50%;
  border:2px solid transparent;cursor:pointer;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);
  -webkit-transition:transform .15s ease,box-shadow .15s ease;
  transition:transform .15s ease,box-shadow .15s ease;
}
.wifi-hero-swatch:hover{transform:scale(1.08);}
.wifi-hero-swatch.is-on{
  box-shadow:0 0 0 2px #1a1a1a, inset 0 0 0 1px rgba(255,255,255,.35);
}
.wifi-hero-swatch-count{
  font-size:12px;font-weight:800;color:#111;letter-spacing:-.02em;line-height:1;
}
.wifi-hero-bars{display:flex;align-items:flex-end;gap:6px;height:74px;margin:0;}
.wifi-hero-bar{
  flex:1;height:100%;min-width:0;
  display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;
}
.wifi-hero-bar i{
  display:flex;align-items:flex-start;justify-content:center;
  position:relative;width:100%;height:8px;
  border-radius:5px 5px 0 0;
  background:linear-gradient(180deg,#c4b5fd,#957AFB);
  overflow:visible;
}
.wifi-hero-bar em{
  position:absolute;top:3px;left:50%;
  -webkit-transform:translateX(-50%);transform:translateX(-50%);
  font-size:8px;font-weight:800;font-style:normal;line-height:1;
  color:#fff;letter-spacing:-.03em;white-space:nowrap;
  font-variant-numeric:tabular-nums;
  text-shadow:0 1px 2px rgba(84,50,160,.45);
  pointer-events:none;
}
.wifi-hero-bar:nth-child(1) i{height:42%;}
.wifi-hero-bar:nth-child(2) i{height:78%;}
.wifi-hero-bar:nth-child(3) i{height:58%;}
.wifi-hero-bar:nth-child(4) i{height:96%;}
.wifi-hero-bars.is-live .wifi-hero-bar i{height:0;}

.carousel .fx-wmock.is-compact{
  display:inline-block;
  vertical-align:middle;
  margin-top:24px;
}
.wifi-steps-enter__phone.fx-wmock-wrap,
.wifi-steps-enter__phone .fx-wmock{
  display:inline-block;
}
.wifi-steps-enter__card,
.wifi-steps-enter__phone{
  overflow:visible;
}
.wifi-step-stage .fx-wmock{
  display:block;
  margin:0;
  flex-shrink:0;
  width:240px;
  height:492px;
  border-radius:38px;
}
.wifi-step-stage .fx-wmock .fx-wcard{padding:26px 16px 18px;}
.wifi-step-stage .fx-wmock .fx-wcard__brand{height:22px;max-width:110px;margin-bottom:8px;}
.wifi-step-stage .fx-wmock .fx-wcard__kicker{font-size:11px;margin-bottom:8px;}
.wifi-step-stage .fx-wmock .fx-wcard__title{font-size:16px !important;margin-bottom:8px;}
.wifi-step-stage .fx-wmock .fx-wcard__sub{font-size:12px;margin:8px 0 14px;}
.wifi-step-stage .fx-wmock .fx-wcard__logo{width:112px;height:112px;margin:12px auto 14px;}
.wifi-step-stage .fx-wmock .fx-wcta{min-height:40px;padding:10px 12px;font-size:13px;}
.wifi-step-stage .fx-wmock .fx-wflyer__cta{min-height:30px;height:30px;padding:0 10px;line-height:1;width:86%;font-size:11px;}
.wifi-step-stage .fx-wmock .fx-wcta.is-ghost{min-height:34px;font-size:11px;}
.wifi-step-stage .fx-wmock .fx-wflyer__cta .fx-wcta__arrow{width:8px;height:8px;margin:0 0 0 5px;top:1px;}
.wifi-step-stage .fx-wmock .fx-wcard__terms{font-size:8px;margin-top:12px;}
.wifi-step-stage .fx-wmock[data-screen="step2"] .fx-wcard,
.wifi-step-stage .fx-wmock[data-screen="step2b"] .fx-wcard{
  min-height:332px;
  display:flex;flex-direction:column;justify-content:center;
}
.wifi-step-stage .fx-wmock[data-screen="step4b"] .fx-wcard,
.wifi-step-stage .fx-wmock[data-screen="step5-wa"] .fx-wcard,
.wifi-step-stage .fx-wmock[data-screen="step5-survey"] .fx-wcard,
.wifi-step-stage .fx-wmock[data-screen="step5-question"] .fx-wcard{
  padding:14px 12px 10px;min-height:0;
}
.wifi-step-stage .fx-wmock[data-screen="step4b"] .fx-wcard__logo{
  width:56px;height:56px;margin:4px auto 6px;
}
.wifi-step-stage .fx-wmock[data-screen="step4b"] .fx-wcta,
.wifi-step-stage .fx-wmock[data-screen="step5-wa"] .fx-wcta{
  min-height:32px;padding:7px 10px;font-size:11px;
}
.wifi-step-stage .fx-wmock[data-screen="step5-wa"] .fx-wcta.is-ghost{
  margin-top:10px;
  font-size:9px;
  padding:7px 8px;
  white-space:nowrap;
}
.wifi-step-stage .fx-wmock[data-screen="step5-question"] .fx-wcta{
  min-height:28px;padding:6px 8px;font-size:9px;
  white-space:nowrap;letter-spacing:0;
}
.wifi-step-stage .fx-wmock[data-screen="step5-question"] .fx-wcta.is-ghost{
  min-height:26px;font-size:9px;margin-top:6px;
}
.wifi-step-stage .fx-wmock .fx-wfield{padding:6px 8px;font-size:10px;margin-bottom:6px;border-radius:8px;}
.wifi-step-stage .fx-wmock .fx-wios__row{padding:7px 12px;font-size:10px;}
.wifi-step-stage .fx-wmock .fx-wios__label{font-size:8px;padding:3px 12px 5px;}
.wifi-step-stage .fx-wmock .fx-wios__toggle{width:32px;height:20px;}
.wifi-step-stage .fx-wmock .fx-wios__toggle::after{width:16px;height:16px;}
.wifi-step-stage .fx-wmock .fx-wopt{padding:7px 10px;font-size:10px;margin-bottom:5px;}
.wifi-step-stage .fx-wmock .fx-warea{min-height:48px;font-size:10px;margin:6px 0;}
.wifi-step-stage .fx-wmock .fx-wtel span{font-size:10px;flex-basis:44px;}
.wifi-step-stage .fx-wmock .fx-wtel i{height:30px;}
.wifi-step-stage .fx-wmock .fx-wa__who b{font-size:11px;}
.wifi-step-stage .fx-wmock .fx-wa__msg p{font-size:9px;}
.wifi-step-stage .fx-wmock .fx-wa__pic{height:100px;}
.fx-wmock[data-screen="step5"],
.fx-wmock[data-screen="step5-bday"]{
  pointer-events:auto;
}
.fx-wmock[data-screen="step5"] .fx-wmock__screen,
.fx-wmock[data-screen="step5-bday"] .fx-wmock__screen{
  padding:28px 0 12px;
  align-items:stretch;
  justify-content:stretch;
  background:#111;
  background-image:none;
}
.fx-wmock[data-screen="step5"] [data-wifi-screen="step5"],
.fx-wmock[data-screen="step5-bday"] [data-wifi-screen="step5-bday"]{
  height:100%;
  min-height:0;
  justify-content:stretch;
  align-items:stretch;
}
.fx-wmock.is-compact[data-screen="step5"] .fx-wmock__screen,
.fx-wmock.is-compact[data-screen="step5-bday"] .fx-wmock__screen{
  padding:22px 0 10px;
  background:#111;
  background-image:none;
}

.wifi-step-stage{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:3em;
  margin-bottom:1.5em;
  padding-top:18px;
  padding-bottom:18px;
  overflow:visible;
  text-align:center;
}
.wifi-step-rails{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
  min-width:148px;
  flex-shrink:0;
  margin:0;
}
.wifi-step-rail{
  display:flex !important;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
  width:148px;
  margin:0 !important;
  padding:0;
  position:static !important;
  top:auto !important;
  right:auto !important;
  left:auto !important;
  text-align:left !important;
}
.wifi-step-rail[style*="display: none"],
.wifi-step-rail[style*="display:none"]{
  display:none !important;
}
.wifi-step-chip-row{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
  margin:0;
}
.wifi-step-subrail{
  flex-direction:row;
  flex-wrap:nowrap;
  gap:10px;
  position:static !important;
  margin:6px 0 0 !important;
  top:auto !important;
  right:auto !important;
}
.wifi-step-subrail[style*="display: block"],
.wifi-step-subrail[style*="display:block"],
.wifi-step-subrail[style*="display: flex"],
.wifi-step-subrail[style*="display:flex"]{
  display:flex !important;
}
.wifi-step-chip.btn,
.wifi-step-chip.btn:hover,
.wifi-step-chip.btn:focus,
.wifi-step-chip.btn:active,
.wifi-step-chip.btn:visited{
  display:block !important;
  width:100% !important;
  min-height:36px;
  margin:0 !important;
  padding:8px 12px !important;
  border-radius:12px !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  box-shadow:0 8px 22px rgba(0,0,0,.28);
  white-space:nowrap;
  transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease;
  background:#fff !important;
  background-color:#fff !important;
  border:1px solid #fff !important;
  color:#957AFB !important;
  outline:none !important;
}
.wifi-step-chip.is-on,
.wifi-step-chip.is-on:hover,
.wifi-step-chip.is-on:focus,
.wifi-step-chip.is-on:active,
.wifi-step-chip.is-on:visited{
  background:#957AFB !important;
  background-color:#957AFB !important;
  border-color:#957AFB !important;
  color:#fff !important;
}
.wifi-step-chip.btn:hover,
.wifi-step-chip.btn:focus{
  transform:translateY(-1px);
  box-shadow:0 12px 26px rgba(0,0,0,.34);
}
.wifi-step-chip--sm.btn{
  width:auto !important;
  min-width:88px;
  min-height:32px;
  margin:0 !important;
  padding:6px 12px !important;
  font-size:11px !important;
}
.wifi-step-rail > .wifi-step-chip.btn:last-of-type,
.wifi-step-chip-row > .wifi-step-chip.btn:last-of-type{
  margin-bottom:0 !important;
}
@media (max-width:991px){
  .wifi-step-stage{flex-direction:column;gap:18px;margin-top:1.5em;}
}

@media (max-width:991px){
  .wifi-hero-glass{min-height:0;max-width:100%;}
  .wifi-hero-glass.is-store{min-height:0;max-width:300px;width:100%;aspect-ratio:1/1;margin:0 auto;}
  .wifi-hero-float{display:none;}
  .wifi-hero-glass .fx-wmock{width:220px;height:450px;}
}

/* Marca AURORA (WiFi para tiendas) */
.fx-wmock.is-aurora{--fx-splash-cta:#541528;}
.fx-wmock.is-aurora .fx-wmock__screen{
  background-image:linear-gradient(180deg,rgba(18,4,10,.22),rgba(12,2,6,.48)),url("/page_18/img/img_fx_wifi/fondo_aurora.jpg");
  background-size:cover;background-position:center;
}
.fx-wmock.is-aurora[data-screen="step1"] .fx-wmock__screen{
  background:#f2f2f7;
  background-image:none;
}
.fx-wmock.is-aurora .fx-wcard__logo.is-round{
  background:#541528;
  box-shadow:0 6px 16px rgba(84,21,40,.45);
}
.fx-aurora-banner{
  width:100%;min-height:320px;box-sizing:border-box;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:#3a0c18;color:#fff;text-align:center;padding:28px 16px 90px;
}
.fx-aurora-banner img{
  width:110px;height:110px;border-radius:50%;object-fit:cover;margin-bottom:18px;
  border:2px solid rgba(255,255,255,.28);
}
.fx-aurora-banner strong{font-size:20px;letter-spacing:.14em;font-weight:800;}
.fx-wmock.is-compact .fx-aurora-banner{min-height:190px;padding:16px 10px 64px;}
.fx-wmock.is-compact .fx-aurora-banner img{width:64px;height:64px;margin-bottom:10px;}
.fx-wmock.is-compact .fx-aurora-banner strong{font-size:12px;}
.fx-wmock.is-aurora[data-screen="step5"] .fx-wmock__screen,
.fx-wmock.is-aurora[data-screen="step5-bday"] .fx-wmock__screen,
.fx-wmock.is-aurora.is-compact[data-screen="step5"] .fx-wmock__screen,
.fx-wmock.is-aurora.is-compact[data-screen="step5-bday"] .fx-wmock__screen{
  background-image:linear-gradient(180deg,rgba(18,4,10,.22),rgba(12,2,6,.48)),url("/page_18/img/img_fx_wifi/fondo_aurora.jpg");
  background-size:cover;
  background-position:center;
  padding:36px 8px 22px;
}
.fx-wmock.is-aurora.is-compact[data-screen="step5"] .fx-wmock__screen,
.fx-wmock.is-aurora.is-compact[data-screen="step5-bday"] .fx-wmock__screen{
  padding:28px 6px 16px;
}
.fx-wmock.is-aurora .fx-wflyer__scroll{
  background:transparent;
  border-radius:14px 14px 0 0;
}
.fx-wmock.is-aurora .fx-wflyer__photo{
  border-radius:14px 14px 0 0;
}
.fx-wmock.is-aurora .fx-ig__hls i.is-d{background:#541528;}
.fx-wmock.is-aurora .fx-ig__hls i.is-c{background:#3a0c18;}
.fx-wmock.is-aurora .fx-ig__hls i.is-g{background:#8a6a45;}
