.elementor-13122 .elementor-element.elementor-element-8b12553{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13122 .elementor-element.elementor-element-28e4c68 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13122 .elementor-element.elementor-element-f02cef2{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-13122 .elementor-element.elementor-element-c85c054{font-family:"Instrument Serif", Sans-serif;font-weight:400;}.elementor-13122 .elementor-element.elementor-element-99d6bd7{font-family:"Poppins", Sans-serif;font-weight:400;}:root{--page-title-display:none;}/* Start custom CSS *//* ================================================================
   EL NUEVO AGENTE INMOBILIARIO — Landing de registro · 7-8 jul 2026
   Sistema híbrido premium sobre tokens AIO
   ================================================================ */


:root {
  /* Marca AIO ------------------------------------------------ */
  --ink:            #14110E;   /* casi negro cálido, cuerpo de texto */
  --ink-soft:       #4A433C;
  --ink-faint:      #8A8077;
  --paper:          #FBF8F3;   /* fondo general cálido */
  --paper-alt:      #F3ECE1;   /* secciones alternas crema */
  --paper-card:     #FFFFFF;
  --dark:           #14110E;   /* secciones de contraste */
  --dark-2:         #1E1A15;
  --dark-3:         #2A241D;

  /* Acento champán (resalto · NUNCA fondo de botón) ---------- */
  --gold:           #FBD0AA;
  --gold-soft:      #FDE6CF;
  --gold-deep:      #C9974F;   /* dorado intenso para texto sobre claro */
  --gold-ink:       #8A5E22;

  /* CTA (color de impacto · conmutable por Tweaks) ----------- */
  --cta:            #FA5659;
  --cta-hover:      #E0484B;
  --cta-fg:         #FFFFFF;
  --impact:         #FA5659;   /* resalto del titular (coral fijo) */

  /* Hairlines / sombras ------------------------------------- */
  --hair:           rgba(20,17,14,.10);
  --hair-strong:    rgba(20,17,14,.16);
  --hair-on-dark:   rgba(255,255,255,.12);
  --shadow-card:    0 1.6px 6px rgba(20,17,14,.04), 0 10px 40px rgba(20,17,14,.07);
  --shadow-form:    0 2px 8px rgba(20,17,14,.06), 0 24px 70px rgba(20,17,14,.14);
  --shadow-cta:     0 10px 26px color-mix(in srgb, var(--cta) 45%, transparent);

  /* Tipografía ---------------------------------------------- */
  --f-display: 'Inter', system-ui, sans-serif;
  --f-stamp:   'Montserrat', system-ui, sans-serif;
  --f-body:    'Poppins', system-ui, sans-serif;
  --f-serif:   'Instrument Serif', Georgia, serif;

  --maxw: 1180px;
  --pad-x: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: var(--ink); }

/* ---- Tipos utilitarios ----------------------------------- */
h1, h2, h3, h4 { margin: 0; font-family: var(--f-display); letter-spacing: -0.02em; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
strong { font-weight: 700; color: inherit; }
em { font-style: italic; }
a { color: inherit; }

.kicker {
  font-family: var(--f-stamp);
  font-weight: 700;
  font-size: clamp(11px, 1.4vw, 13px);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-ink);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--gold-deep); display: inline-block; border-radius: 2px; }
.kicker.center { justify-content: center; }
.kicker.center::after { content: ""; width: 26px; height: 2px; background: var(--gold-deep); display: inline-block; border-radius: 2px; }
.kicker.on-dark { color: var(--gold); }
.kicker.on-dark::before, .kicker.on-dark.center::after { background: var(--gold); }

.serif-accent { font-family: var(--f-serif); font-style: italic; font-weight: 400; letter-spacing: 0; }

/* marcador rotulador coral (color de impacto) tras palabras clave */
.mark {
  background: linear-gradient(transparent 8%, var(--impact) 8%, var(--impact) 88%, transparent 88%);
  padding: 0 .12em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  font-style: inherit;
}
/* variante subrayado (Tweaks) */
html.hl-underline .mark {
  background: linear-gradient(transparent 82%, var(--impact) 82%, var(--impact) 96%, transparent 96%);
  padding: 0;
  color: var(--ink);
}
/* hero sin brillo (Tweaks): oscuro plano, conserva la rejilla sutil */
html.no-glow .hero { background: var(--dark); }

/* ---- Layout ---------------------------------------------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad-x); }
.section { padding: clamp(60px, 9vw, 116px) 0; position: relative; }
.section.tight { padding: clamp(44px, 6vw, 80px) 0; }
.section.dark { background: var(--dark); color: #fff; }
.section.alt { background: var(--paper-alt); }

/* ================================================================
   BOTONES
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(15px, 1.7vw, 18px);
  letter-spacing: .01em;
  line-height: 1.1;
  padding: 19px 30px;
  border: 0;
  border-radius: 14px;
  background: var(--cta);
  color: var(--cta-fg);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-cta);
  transition: background 150ms ease, transform 120ms ease, box-shadow 150ms ease;
}
.btn:hover { background: var(--cta-hover); transform: translateY(-2px); }
.btn:active { transform: scale(.97); }
.btn .arrow { font-size: 1.15em; line-height: 0; transition: transform 150ms ease; }
.btn:hover .arrow { transform: translateX(4px); }
.btn.block { width: 100%; }
.btn.lg { padding: 22px 38px; }

/* ================================================================
   HEADER
   ================================================================ */
.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hair);
}
.topbar__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 70px;
}
.topbar__logo { height: 38px !important; width: auto; }
.topbar__right { display: flex; align-items: center; gap: 18px; }
.topbar__date {
  font-family: var(--f-stamp);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar__date .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cta); box-shadow: 0 0 0 4px color-mix(in srgb, var(--cta) 22%, transparent); }
.topbar__btn {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  transition: background 150ms ease, transform 120ms ease;
}
.topbar__btn:hover { background: var(--dark-3); transform: translateY(-1px); }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(108% 70% at 82% -8%, color-mix(in srgb, var(--gold) 20%, transparent) 0%, transparent 50%),
    radial-gradient(92% 72% at 6% 110%, color-mix(in srgb, var(--cta) 16%, transparent) 0%, transparent 55%),
    linear-gradient(180deg, var(--dark-2) 0%, var(--dark) 100%);
  padding: clamp(36px, 5vw, 60px) 0 clamp(48px, 6vw, 84px);
  overflow: hidden;
}
/* textura sutil de rejilla que se desvanece (sin recargar) */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: radial-gradient(115% 95% at 50% 26%, #000 22%, transparent 74%);
  mask-image: radial-gradient(115% 95% at 50% 26%, #000 22%, transparent 74%);
  pointer-events: none;
}
.hero > .wrap { position: relative; z-index: 1; }
.hero__head { text-align: center; max-width: 940px; margin: 0 auto clamp(34px, 4vw, 52px); }
.hero__event {
  font-family: var(--f-stamp);
  font-weight: 800;
  font-size: clamp(13px, 2vw, 16px);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero__datepill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px auto 26px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1.5px solid color-mix(in srgb, var(--gold) 55%, transparent);
  background: color-mix(in srgb, var(--gold) 12%, transparent);
  font-family: var(--f-stamp);
  font-weight: 800;
  font-size: clamp(13px, 1.7vw, 15px);
  letter-spacing: .14em;
  color: var(--gold);
}
.hero__datepill .cal { width: 16px; height: 16px; }
.hero h1 {
  font-size: clamp(27px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.025em;
}
.hero h1 .hl {
  font-style: italic;
  font-weight: 800;
}
.hero h1 { color: #fff; }
.hero h1 .lead { font-weight: 500; color: rgba(255,255,255,.74); }
.hero__notice {
  margin: clamp(28px, 4vw, 40px) auto 0;
  max-width: 560px;
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(16px, 2.2vw, 20px);
  color: rgba(255,255,255,.64);
  line-height: 1.4;
}
.hero__notice .sep { display: block; width: 40px; height: 2px; background: var(--gold); margin: 16px auto 0; border-radius: 2px; }

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(24px, 3vw, 44px);
  align-items: stretch;
}

/* Vídeo */
.video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: var(--dark);
  min-height: 340px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--hair-on-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__poster { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; opacity: .42; }
.video__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,17,14,.35), rgba(20,17,14,.78)); }
.video__inner { position: relative; text-align: center; color: #fff; padding: 30px; }
.video__play {
  width: 78px; height: 78px; border-radius: 50%;
  background: var(--cta);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 12px 34px color-mix(in srgb, var(--cta) 50%, transparent);
  cursor: pointer;
  transition: transform 150ms ease;
}
.video__play:hover { transform: scale(1.06); }
.video__play svg { width: 30px; height: 30px; margin-left: 4px; fill: #fff; }
.video__label {
  font-family: var(--f-stamp);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
}
.video__sub { font-family: var(--f-body); font-size: 13px; color: rgba(255,255,255,.6); margin-top: 6px; }

/* Tarjeta formulario */
.formcard {
  background: var(--paper-card);
  color: var(--ink);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 38px);
  box-shadow: var(--shadow-form);
  border: 1px solid var(--hair);
  position: relative;
  display: flex;
  flex-direction: column;
}
.formcard__head { text-align: center; display: flex; flex-direction: column; align-items: center; }
.formcard__ribbon {
  align-self: center;
  font-family: var(--f-stamp);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cta);
  background: color-mix(in srgb, var(--cta) 12%, transparent);
  padding: 7px 13px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.formcard h2 {
  font-size: clamp(20px, 2.4vw, 25px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
}
.formcard h2 .ev { color: var(--gold-ink); display: block; margin-top: 2px; }
.formcard__free { font-size: 14px; color: var(--ink-soft); margin-bottom: 22px; }
.field { margin-bottom: 14px; }
.field label {
  display: block;
  font-family: var(--f-stamp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 7px;
}
.field input {
  width: 100%;
  font-family: var(--f-body);
  font-size: 16px;
  padding: 15px 16px;
  border-radius: 12px;
  border: 1.5px solid var(--hair-strong);
  background: var(--paper);
  color: var(--ink);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.field input::placeholder { color: var(--ink-faint); }
.field input:focus { outline: 0; border-color: var(--gold-deep); box-shadow: 0 0 0 4px color-mix(in srgb, var(--gold) 40%, transparent); }
.field input.invalid { border-color: var(--cta); box-shadow: 0 0 0 4px color-mix(in srgb, var(--cta) 18%, transparent); }
.field__err { font-size: 12.5px; color: var(--cta); margin-top: 6px; display: none; }
.field.show-err .field__err { display: block; }
.formcard .btn { margin-top: 6px; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-size: 12px; color: var(--ink-faint); line-height: 1.5; }
.consent input { margin-top: 2px; width: 16px; height: 16px; accent-color: var(--cta); flex-shrink: 0; }
.consent a { color: var(--ink-soft); text-decoration: underline; }
.formcard__foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--hair);
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-stamp);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: .04em;
  color: var(--ink-soft);
}
.formcard__foot svg { width: 16px; height: 16px; stroke: var(--gold-deep); flex-shrink: 0; }

/* Estado gracias */
.thanks { display: none; text-align: center; padding: 18px 6px; }
.formcard.done .formcard__ribbon,
.formcard.done .formcard__head,
.formcard.done form,
.formcard.done .formcard__foot { display: none; }
.formcard.done .thanks { display: block; animation: fadeUp .5s ease both; }
.thanks__check {
  width: 64px; height: 64px; border-radius: 50%;
  background: color-mix(in srgb, #25b455 16%, transparent);
  display: flex; align-items: center; justify-content: center;
  margin: 6px auto 18px;
}
.thanks__check svg { width: 32px; height: 32px; stroke: #1f9e49; }
.thanks h3 { font-size: 23px; font-weight: 800; margin-bottom: 10px; }
.thanks p { font-size: 15px; color: var(--ink-soft); margin-bottom: 22px; }
.btn-wa {
  display: inline-flex; align-items: center; gap: 12px;
  background: #25D366; color: #07351b;
  font-family: var(--f-display); font-weight: 800; font-size: 16px;
  padding: 17px 26px; border-radius: 14px; text-decoration: none;
  box-shadow: 0 10px 26px rgba(37,211,102,.35);
  transition: transform 120ms ease, box-shadow 150ms ease;
}
.btn-wa:hover { transform: translateY(-2px); }
.btn-wa svg { width: 22px; height: 22px; fill: #07351b; }
.thanks small { display: block; margin-top: 16px; font-size: 12.5px; color: var(--ink-faint); }

/* ================================================================
   PRENSA
   ================================================================ */
.press { border-top: 1px solid var(--hair); background: var(--paper); }
.press__in { padding: 30px 0 34px; text-align: center; }
.press__title {
  font-family: var(--f-stamp);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 22px;
}
.press__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 64px);
}
.press__logo {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(16px, 2.4vw, 22px);
  letter-spacing: -.01em;
  color: var(--ink-faint);
  opacity: .72;
  filter: grayscale(1);
  white-space: nowrap;
}
.press__logo .sm { font-weight: 500; font-size: .7em; display: block; letter-spacing: .04em; }

/* ================================================================
   SECCIÓN MERCADO
   ================================================================ */
.market__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.lead-h2 {
  font-size: clamp(28px, 4.4vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.market__strike {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(20px, 3vw, 28px);
  color: var(--ink-soft);
  margin: 14px 0 26px;
}
.market__strike s { color: var(--ink-faint); text-decoration-thickness: 2px; }
.body-l { font-size: clamp(16px, 2vw, 18px); color: var(--ink-soft); line-height: 1.7; }
.body-l + .body-l { margin-top: 16px; }
.market__close { margin-top: 28px; }
.market__close p { font-size: clamp(16px, 2vw, 18px); color: var(--ink); }
.market__q { font-weight: 700; color: var(--ink); }
.market__bridge {
  margin-top: 18px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 22px);
  color: var(--ink);
}
/* Puente de lectura: clon que solo se usa en tablet (ver responsive) */
.market__tail--tablet { display: none; }

/* Panel stats */
.statpanel {
  background: var(--dark);
  border-radius: 20px;
  padding: clamp(20px, 2.6vw, 30px);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.statpanel::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(70% 60% at 85% 0%, color-mix(in srgb, var(--gold) 22%, transparent), transparent 60%);
  pointer-events: none;
}
.statpanel__head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid var(--hair-on-dark);
  position: relative;
}
.statpanel__head .t {
  font-family: var(--f-stamp); font-weight: 700; font-size: 11px;
  letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.66);
}
.statpanel__live {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--f-stamp); font-weight: 700; font-size: 10px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
}
.statpanel__live .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: pulse 1.8s ease infinite; }
.statgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; position: relative; }
.stat {
  background: color-mix(in srgb, #fff 5%, transparent);
  border: 1px solid var(--hair-on-dark);
  border-radius: 14px;
  padding: 18px 16px;
}
.stat__ico { width: 34px; height: 34px; border-radius: 9px; background: color-mix(in srgb, var(--gold) 18%, transparent); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.stat__ico svg { width: 19px; height: 19px; stroke: var(--gold); }
.stat__label { font-family: var(--f-display); font-weight: 600; font-size: 15px; color: #fff; line-height: 1.3; }
.stat__bar { height: 5px; border-radius: 3px; background: rgba(255,255,255,.12); margin-top: 12px; overflow: hidden; }
.stat__bar i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--gold-deep), var(--gold)); width: var(--w, 80%); transition: width 1.1s cubic-bezier(.22,.61,.36,1); }
html.js .stat:not(.in) .stat__bar i { width: 0; }

/* ================================================================
   PERFILES (sobre foto evento)
   ================================================================ */
.profiles {
  position: relative;
  background: var(--dark);
  color: #fff;
  overflow: hidden;
}
.profiles__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; opacity: .6; }
.profiles__bg--mob { display: none; object-position: center 30%; }
.profiles__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,17,14,.5), rgba(20,17,14,.62) 55%, rgba(20,17,14,.72)); }
.profiles__in { position: relative; }
.profiles__intro { text-align: center; max-width: 720px; margin: 0 auto clamp(34px, 4vw, 50px); }
.profiles__intro h2 {
  font-size: clamp(24px, 3.6vw, 38px);
  font-weight: 800;
  line-height: 1.12;
  margin-top: 16px;
}
.pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pcard {
  background: color-mix(in srgb, var(--dark) 58%, transparent);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  border: 1px solid var(--hair-on-dark);
  border-radius: 16px;
  padding: clamp(22px, 2.6vw, 30px);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}
.pcard:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--gold) 50%, transparent); background: color-mix(in srgb, var(--dark) 48%, transparent); }
.pcard__n {
  font-family: var(--f-serif); font-style: italic;
  font-size: 26px; color: var(--gold); line-height: 1; margin-bottom: 14px;
}
.pcard h3 { font-family: var(--f-display); font-weight: 800; font-size: clamp(17px, 2.1vw, 20px); line-height: 1.22; margin-bottom: 10px; }
.pcard h3 .q { display: block; font-weight: 500; font-size: .82em; color: var(--gold); margin-top: 3px; }
.pcard p { font-size: 14.5px; color: rgba(255,255,255,.74); line-height: 1.6; }
.profiles__cta { text-align: center; margin-top: clamp(34px, 4vw, 50px); }

/* ================================================================
   DOS DÍAS
   ================================================================ */
.days__intro { max-width: 760px; margin: 0 auto clamp(30px, 4vw, 44px); text-align: center; }
.days__leadin { font-family: var(--f-serif); font-style: italic; font-size: clamp(17px, 2.3vw, 21px); color: var(--ink-soft); margin-bottom: 14px; }
.days__intro h2 { font-size: clamp(26px, 4vw, 42px); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; }
.days__body { margin-top: 18px; }
.days__sim {
  max-width: 880px;
  margin: clamp(28px, 4vw, 40px) auto;
  background: var(--paper-alt);
  border: 1.5px solid var(--gold-deep);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 36px);
  position: relative;
  text-align: center;
}
.days__sim::before {
  content: "EN DIRECTO";
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  font-family: var(--f-stamp); font-weight: 800; font-size: 10.5px; letter-spacing: .2em;
  background: var(--cta); color: #fff; padding: 6px 14px; border-radius: 999px;
}
.days__sim p.big { font-family: var(--f-display); font-weight: 800; font-size: clamp(18px, 2.4vw, 24px); line-height: 1.32; letter-spacing: -0.02em; }
.days__sim p.small { margin-top: 14px; font-size: clamp(15px, 1.9vw, 17px); color: var(--ink-soft); }
.daygrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: clamp(20px, 3vw, 30px); }
.daycard {
  background: var(--paper-card);
  border: 1px solid var(--hair);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}
.daycard__top { background: var(--dark); color: #fff; padding: 22px clamp(22px, 2.6vw, 30px); position: relative; overflow: hidden; }
.daycard__top::after { content: ""; position: absolute; right: -30px; top: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in srgb, var(--gold) 30%, transparent), transparent); }
.daycard__num { font-family: var(--f-stamp); font-weight: 800; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); position: relative; }
.daycard__day { font-family: var(--f-display); font-weight: 800; font-size: clamp(21px, 2.6vw, 26px); margin-top: 6px; position: relative; }
.daycard__time { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; font-family: var(--f-stamp); font-weight: 600; font-size: 13px; letter-spacing: .04em; color: rgba(255,255,255,.78); position: relative; }
.daycard__time svg { width: 15px; height: 15px; stroke: var(--gold); }
.daycard__body { padding: clamp(22px, 2.6vw, 30px); }
.daycard__body p { font-size: 15px; color: var(--ink-soft); line-height: 1.62; }
.daycard__body p + p { margin-top: 13px; }
.daycard__body .tag { display: inline-block; font-family: var(--f-stamp); font-weight: 700; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-ink); background: color-mix(in srgb, var(--gold) 28%, transparent); padding: 5px 11px; border-radius: 999px; margin-bottom: 4px; }
.days__cta { text-align: center; margin-top: clamp(30px, 4vw, 44px); }

/* ================================================================
   FÁTIMA / AUTORIDAD
   ================================================================ */
.fatima__grid { display: grid; grid-template-columns: 38% 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.fatima__photo {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, var(--dark-3), var(--dark));
  box-shadow: var(--shadow-card);
  position: sticky;
  top: 90px;
}
.fatima__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fatima__ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: rgba(255,255,255,.4); text-align: center; gap: 12px; padding: 24px;
}
.fatima__ph svg { width: 52px; height: 52px; stroke: var(--gold); opacity: .7; }
.fatima__ph .l { font-family: var(--f-stamp); font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.fatima__badge {
  position: absolute; left: 16px; bottom: 16px; right: 16px;
  background: color-mix(in srgb, var(--dark) 78%, transparent);
  backdrop-filter: blur(8px);
  border: 1px solid var(--hair-on-dark);
  border-radius: 14px; padding: 14px 16px;
}
.fatima__badge .nm { font-family: var(--f-display); font-weight: 800; color: #fff; font-size: 17px; }
.fatima__badge .rl { font-family: var(--f-stamp); font-weight: 600; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }
.fatima__text h2 { font-size: clamp(26px, 4vw, 42px); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 24px; }
.fatima__text p { font-size: clamp(15.5px, 1.9vw, 17.5px); color: var(--ink-soft); line-height: 1.75; }
.fatima__text p + p { margin-top: 16px; }
.fatima__text em { font-family: var(--f-serif); font-style: italic; font-size: 1.08em; color: var(--ink); }
.fatima__stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 30px 0; padding: 24px 0; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair);
}
.fstat .n { font-family: var(--f-display); font-weight: 800; font-size: clamp(24px, 3.4vw, 34px); letter-spacing: -0.03em; color: var(--ink); }
.fstat .n .u { color: var(--gold-deep); }
.fstat .l { font-size: 12.5px; color: var(--ink-faint); line-height: 1.35; margin-top: 4px; }

/* ================================================================
   REGLAS + CTA FINAL
   ================================================================ */
.rules__head { text-align: center; max-width: 680px; margin: 0 auto clamp(30px, 4vw, 44px); }
.rules__over { font-family: var(--f-serif); font-style: italic; font-size: clamp(17px, 2.2vw, 21px); color: var(--gold); margin-bottom: 14px; }
.rules__head h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; }
.rules__head .intro { margin-top: 14px; font-size: clamp(16px, 2vw, 18px); color: rgba(255,255,255,.72); }
.rulegrid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; margin: 0 auto; }
.rule {
  background: color-mix(in srgb, #fff 5%, transparent);
  border: 1px solid var(--hair-on-dark);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 32px);
}
.rule__ico { width: 52px; height: 52px; border-radius: 13px; background: color-mix(in srgb, var(--gold) 16%, transparent); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.rule__ico svg { width: 28px; height: 28px; stroke: var(--gold); fill: none; }
.rule__ico.wa svg { fill: var(--gold); stroke: none; }
.rule h3 { font-family: var(--f-display); font-weight: 800; font-size: clamp(18px, 2.2vw, 21px); color: #fff; margin-bottom: 12px; }
.rule p { font-size: 14.5px; color: rgba(255,255,255,.72); line-height: 1.65; }
.finalcta { text-align: center; margin-top: clamp(36px, 5vw, 56px); }
.finalcta .btn { font-size: clamp(16px, 2vw, 19px); }
.finalcta .micro { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.55); }

/* ================================================================
   CIERRE (versión corta) — fondo claro, ritmo tras perfiles oscuros
   ================================================================ */
.close { background: var(--paper-alt); }
.close__in { max-width: 820px; margin: 0 auto; text-align: center; }
.close__lead { font-size: clamp(18px, 2.4vw, 23px); line-height: 1.5; color: var(--ink); }
.close__lead strong { color: var(--ink); }
.close__sim {
  margin: clamp(28px, 4vw, 40px) auto;
  background: var(--paper-card);
  border: 1.5px solid var(--gold-deep);
  border-radius: 18px;
  padding: clamp(26px, 3.4vw, 40px);
  position: relative;
}
.close__sim::before {
  content: "EN DIRECTO";
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  font-family: var(--f-stamp); font-weight: 800; font-size: 10.5px; letter-spacing: .2em;
  background: var(--cta); color: var(--cta-fg); padding: 6px 14px; border-radius: 999px;
}
.close__sim .big { font-family: var(--f-display); font-weight: 800; font-size: clamp(19px, 2.6vw, 26px); line-height: 1.32; letter-spacing: -0.02em; color: var(--ink); }
.close__sim .stamp {
  margin-top: 18px;
  font-family: var(--f-stamp); font-weight: 800; text-transform: uppercase;
  letter-spacing: .14em; font-size: clamp(13px, 1.8vw, 16px); color: var(--gold-ink);
}
.close__decide { font-family: var(--f-display); font-weight: 800; font-size: clamp(20px, 2.8vw, 28px); letter-spacing: -0.02em; color: var(--ink); }
.close__free { color: var(--cta); }
.close .finalcta { margin-top: clamp(30px, 4vw, 44px); }
.close .finalcta .micro { color: var(--ink-faint); }

/* ================================================================
   FOOTER
   ================================================================ */
.footer { background: var(--dark); color: rgba(255,255,255,.5); padding: 28px 0 30px; }
.footer__top { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.footer__logo { height: 28px  !important; width: auto; opacity: .8; }
.footer__links { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; font-family: var(--f-display); font-weight: 500; }
/* Enlaces legales: presentes pero lo más discretos posible */
.footer__links a { font-size: 10.5px; font-weight: 400; letter-spacing: .01em; color: rgba(255,255,255,.26); text-decoration: none; transition: color 150ms ease; }
.footer__links a:hover { color: rgba(255,255,255,.6); }
/* "Reservar plaza" sí sigue siendo navegación útil */
.footer__links a.js-scroll { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.55); }
.footer__links a.js-scroll:hover { color: var(--gold); }
.footer__disc { margin-top: 18px; font-size: 10px; line-height: 1.5; color: rgba(255,255,255,.24); max-width: 820px; }

/* ================================================================
   STICKY CTA MÓVIL
   ================================================================ */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 70;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--hair);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  transform: translateY(120%);
  transition: transform 300ms cubic-bezier(.22,.61,.36,1);
  display: none;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { width: 100%; padding: 16px; font-size: 16px; }

/* ================================================================
   ANIMACIONES
   ================================================================ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.7); } }
/* Estado base SIEMPRE visible. La animación de entrada es solo un
   ligero desplazamiento (sin tocar opacidad), por lo que el contenido
   nunca puede quedar oculto aunque la pestaña esté en segundo plano. */
.reveal { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal { transition: transform .7s cubic-bezier(.22,.61,.36,1); will-change: transform; }
  html.js .reveal:not(.in) { transform: translateY(20px); }
  html.js .reveal.d1 { transition-delay: .08s; }
  html.js .reveal.d2 { transition-delay: .16s; }
  html.js .reveal.d3 { transition-delay: .24s; }
}
/* Red de seguridad: si la pestaña estuvo en segundo plano y vuelve,
   se fuerza el estado visible sin depender de la transición. */
html.reveal-safe .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__grid .formcard { order: 1; }
  .hero__grid .video_move_after_form { order: 2; min-height: 240px; }
  .market__grid { grid-template-columns: 1fr; }
  .fatima__grid { grid-template-columns: 1fr; }
  .fatima__photo { position: relative; top: 0; max-width: 360px; margin: 0 auto; }
}
/* Solo TABLET (1 columna pero no móvil): el puente de lectura
   "¿cómo entras tú…? / Si has acabado…" baja DEBAJO del panel mockup,
   para que enlace directamente con la sección de perfiles. */
@media (min-width: 721px) and (max-width: 980px) {
  .market__close .market__tail { display: none; }
  .market__tail--tablet { display: block; margin-top: 28px; }
}
@media (max-width: 720px) {
  .topbar__date { display: none; }
  .topbar__in { height: 58px; }
  .topbar__logo { height: 30px; }
  /* Foto de premios: en móvil usa el retrato vertical (mejor encuadre) */
  .profiles__bg--desk { display: none; }
  .profiles__bg--mob { display: block; }
  /* Hero compacto: prioridad títulos + formulario en el primer pliegue */
  .hero { padding-top: 20px; padding-bottom: 38px; }
  .hero__head { margin-bottom: 12px; }
  .hero__event { font-size: 11.5px; letter-spacing: .16em; }
  .hero__datepill { margin: 10px auto 13px; padding: 7px 15px; font-size: 12px; }
  .hero h1 { font-size: clamp(20px, 5.7vw, 26px); line-height: 1.16; }
  .hero__notice { font-size: 13.5px; margin-top: 12px; }
  .hero__notice .sep { margin-top: 10px; }
  .hero__grid { gap: 14px; }
  .video { min-height: 180px; }
  .formcard { padding: 20px; }
  .formcard h2 { font-size: 17px; }
  .formcard__free { margin-bottom: 10px; font-size: 13px; }
  .formcard__ribbon { margin-bottom: 11px; }
  .field { margin-bottom: 9px; }
  .field label { margin-bottom: 5px; }
  .pgrid, .daygrid, .rulegrid, .statgrid { grid-template-columns: 1fr; }
  .fatima__stats { grid-template-columns: 1fr 1fr; }
  .sticky-cta { display: block; }
  .footer__top { flex-direction: column; }
}
@media (max-width: 400px) {
  .hero h1 { font-size: 21px; }
  .formcard { padding: 18px; }
  .fatima__stats { grid-template-columns: 1fr; }
}/* End custom CSS */