/* ==========================================================================
   ENCUENTRO VIVO — Landing +200 Dinámicas Cristianas para Jóvenes
   Design system
   ========================================================================== */
:root {
  --bg-white:#ffffff;
  --bg-off:#fafafc;
  --bg-soft:#fff7f2;

  --orange:#ff7e3d;
  --orange-light:#fff2ea;
  --orange-dark:#e65c19;
  --orange-deep:#c2410c;
  --orange-grad:linear-gradient(135deg,#ff9b5a 0%,#ff6a28 100%);

  --green:#16a34a;
  --green-light:#e9f8ee;

  --ink:#1e293b;
  --ink-strong:#0f172a;
  --muted:#64748b;
  --light:#94a3b8;
  --white:#ffffff;

  --line:rgba(15,23,42,.08);
  --r-sm:10px;
  --r-md:16px;
  --r-lg:24px;
  --sh-soft:0 4px 20px -2px rgba(15,23,42,.06);
  --sh-med:0 12px 32px -8px rgba(15,23,42,.12);
  --sh-hi:0 12px 28px -6px rgba(255,126,61,.32);

  --f-head:'Outfit',system-ui,sans-serif;
  --f-body:'Inter',system-ui,sans-serif;

  --pad:20px;
  --sec-y:52px;
}
@media (min-width:900px){ :root{ --sec-y:84px; } }

*,*::before,*::after{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  font-family:var(--f-body); font-size:16px; line-height:1.6;
  color:var(--ink); background:var(--bg-white);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  /* espacio para la barra fija de móvil */
  padding-bottom:0;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
button{ font:inherit; color:inherit; background:none; border:0; cursor:pointer; }

.container{ width:100%; max-width:1120px; margin:0 auto; padding:0 var(--pad); }
.container-narrow{ max-width:820px; }
.text-center{ text-align:center; }
.section{ padding:var(--sec-y) 0; }
.section-white{ background:var(--bg-white); }
.section-off{ background:var(--bg-off); }
.section-soft{ background:var(--bg-soft); }
.section-orange{ background:linear-gradient(165deg,#ff8f4d 0%,#ef5f14 100%); color:var(--white); }

.section-title{
  font-family:var(--f-head); font-weight:800; letter-spacing:-.025em;
  font-size:clamp(26px,5vw,40px); line-height:1.14; color:var(--ink-strong);
}
.section-orange .section-title{ color:var(--white); }
.section-sub{
  font-size:clamp(15px,2.2vw,18px); color:var(--muted);
  max-width:660px; margin:14px auto 0;
}
.section-orange .section-sub{ color:rgba(255,255,255,.92); }
.mt-40{ margin-top:40px; }

/* ==========================================================================
   BARRA DE PROMOCIÓN
   ========================================================================== */
.promo-bar{
  background:var(--orange-dark); color:var(--white);
  padding:11px var(--pad); text-align:center;
  font-family:var(--f-head); font-weight:700; font-size:14px; letter-spacing:.02em;
  position:sticky; top:0; z-index:900;
  box-shadow:0 2px 10px rgba(15,23,42,.12);
}

/* ==========================================================================
   BOTONES
   ========================================================================== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--f-head); font-weight:800; text-align:center;
  border-radius:99px; padding:17px 30px; line-height:1.2;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  width:100%; max-width:420px;
}
.btn-primary{
  background:linear-gradient(135deg,#22c55e 0%,#15803d 100%);
  color:var(--white); font-size:clamp(15px,3.4vw,18px);
  box-shadow:0 10px 24px -6px rgba(21,128,61,.45);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 14px 30px -6px rgba(21,128,61,.55); }
.btn-orange{
  background:var(--orange-grad); color:var(--white); font-size:clamp(15px,3.4vw,18px);
  box-shadow:var(--sh-hi);
}
.btn-orange:hover{ transform:translateY(-2px); }
.btn-ghost{
  background:var(--white); color:var(--orange-dark);
  border:2px solid var(--orange); font-size:16px;
}
.btn-ghost:hover{ background:var(--orange-light); }
.btn-pulse{ animation:pulse 2.4s ease-in-out infinite; }
@keyframes pulse{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.028); }
}
@media (prefers-reduced-motion:reduce){
  .btn-pulse{ animation:none; }
  html{ scroll-behavior:auto; }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero{
  background:
    radial-gradient(900px 420px at 12% -10%, #ffe6d6 0%, rgba(255,230,214,0) 60%),
    radial-gradient(760px 380px at 96% 4%, #e6efff 0%, rgba(230,239,255,0) 62%),
    var(--bg-white);
  padding:24px 0 var(--sec-y);
  overflow:hidden;
}
.hero-badge{
  display:inline-flex; align-items:center; gap:7px;
  background:var(--orange-light); color:var(--orange-deep);
  border:1px solid rgba(255,126,61,.28);
  font-family:var(--f-head); font-weight:700; font-size:13px;
  padding:7px 15px; border-radius:99px; margin-bottom:10px;
}
.hero-title{
  font-family:var(--f-head); font-weight:800; letter-spacing:-.03em;
  font-size:clamp(29px,6.2vw,46px); line-height:1.06; color:var(--ink-strong);
}
.hero-title em{ font-style:normal; color:var(--orange-dark); }
.hero-sub{
  font-size:clamp(15px,2.2vw,18px); color:var(--muted);
  margin-top:14px; max-width:560px;
}
/* Móvil: titular → mockup → checks + precio.
   Escritorio: dos columnas, con el mockup a la derecha ocupando ambas filas. */
.hero-grid{ display:grid; gap:16px; margin-top:22px; }
@media (min-width:900px){
  .hero-grid{
    grid-template-columns:1.02fr .98fr;
    grid-template-areas:"top visual" "bottom visual";
    column-gap:44px; row-gap:0; margin-top:22px; align-items:center;
  }
  .hero-top{ grid-area:top; align-self:end; }
  .hero-bottom{ grid-area:bottom; align-self:start; }
  .hero-visual{ grid-area:visual; }
  .hero-copy{ text-align:left; align-items:flex-start; }
}
.hero-copy{ text-align:center; display:flex; flex-direction:column; align-items:center; }

.hero-checks{ margin:18px 0 0; display:grid; gap:8px; text-align:left; }
.hero-checks li{ display:flex; gap:10px; font-size:15px; color:var(--ink); }
.hero-checks .ck{ color:var(--green); font-weight:800; flex:none; }

.hero-visual{ position:relative; }
.hero-visual img{ margin:0 auto; width:100%; max-width:230px; }
@media (min-width:900px){ .hero-visual img{ max-width:520px; } }

/* tarjeta de precio */
.price-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg);
  box-shadow:var(--sh-med); padding:18px 20px; text-align:center;
  max-width:420px; margin:0 auto; width:100%;
}
@media (min-width:900px){ .hero-copy .price-card{ margin-left:0; } }
.price-strike{ font-size:15px; color:var(--light); text-decoration:line-through; }
.price-lead{ font-family:var(--f-head); font-weight:600; font-size:14px; color:var(--muted); margin-top:2px; }
.price-now{
  font-family:var(--f-head); font-weight:900; letter-spacing:-.04em;
  font-size:clamp(42px,9vw,52px); line-height:1; color:var(--ink-strong); margin:2px 0 4px;
}
.price-note{ font-size:13px; color:var(--muted); }
.price-save{
  display:inline-block; background:var(--green-light); color:#15803d;
  font-family:var(--f-head); font-weight:700; font-size:13.5px;
  padding:5px 13px; border-radius:99px; margin:10px 0 14px;
}
.trust-row{
  display:flex; flex-wrap:wrap; justify-content:center; gap:6px 14px;
  margin-top:14px; font-size:12.5px; color:var(--muted);
}
.trust-row span{ display:inline-flex; align-items:center; gap:5px; }

/* vídeo */
.video-block{ margin-top:44px; }
.video-wrapper{
  position:relative; width:100%; max-width:680px; margin:0 auto;
  aspect-ratio:16/9; border-radius:var(--r-md); overflow:hidden;
  box-shadow:var(--sh-med); background:#0f172a;
}
.video-wrapper iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-facade{ position:absolute; inset:0; cursor:pointer; }
.video-facade img{ width:100%; height:100%; object-fit:cover; }
.play-overlay{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:rgba(15,23,42,.22); transition:background .2s ease;
}
.video-facade:hover .play-overlay{ background:rgba(15,23,42,.34); }
.play-overlay svg{
  width:74px; height:74px; fill:var(--white);
  background:rgba(226,55,42,.92); border-radius:50%; padding:18px;
  box-shadow:0 10px 26px rgba(15,23,42,.35);
}
.social-proof{ text-align:center; color:var(--muted); font-size:14.5px; margin-top:18px; }

/* ==========================================================================
   TARJETAS GENÉRICAS
   ========================================================================== */
.grid{ display:grid; gap:18px; margin-top:36px; }
.grid-2{ grid-template-columns:1fr; }
.grid-3{ grid-template-columns:1fr; }
@media (min-width:640px){
  .grid-2,.grid-3{ grid-template-columns:repeat(2,1fr); }
}
@media (min-width:960px){
  .grid-3{ grid-template-columns:repeat(3,1fr); }
}

.card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-md);
  padding:24px 22px; box-shadow:var(--sh-soft);
  transition:transform .2s ease, box-shadow .2s ease;
}
.card:hover{ transform:translateY(-4px); box-shadow:var(--sh-med); }
.card-emoji{
  display:inline-flex; align-items:center; justify-content:center;
  width:46px; height:46px; border-radius:14px;
  background:var(--orange-light); font-size:23px; margin-bottom:14px;
}
.card h3{
  font-family:var(--f-head); font-weight:700; font-size:17.5px;
  color:var(--ink-strong); margin-bottom:7px; line-height:1.25;
}
.card p{ font-size:14.5px; color:var(--muted); }
.card-featured{ border-color:rgba(22,163,74,.35); background:var(--green-light); position:relative; }
.card-badge{
  display:inline-block; background:var(--green); color:var(--white);
  font-family:var(--f-head); font-weight:700; font-size:11.5px;
  padding:4px 11px; border-radius:99px; margin-bottom:12px;
}

/* ==========================================================================
   CATEGORÍAS
   ========================================================================== */
.grid-label{
  font-family:var(--f-head); font-weight:700; font-size:19px;
  color:var(--ink-strong); text-align:center; margin-top:38px;
}
.mini-grid{
  display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:18px;
}
@media (min-width:640px){ .mini-grid{ grid-template-columns:repeat(3,1fr); } }
@media (min-width:960px){ .mini-grid{ grid-template-columns:repeat(5,1fr); } }
.mini-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-sm);
  padding:13px 12px; display:flex; align-items:center; gap:9px;
  font-size:13.5px; font-weight:500; color:var(--ink);
  box-shadow:var(--sh-soft); transition:transform .18s ease, border-color .18s ease;
}
.mini-card:hover{ transform:translateY(-3px); border-color:rgba(255,126,61,.4); }
.mini-card span:first-child{ font-size:17px; flex:none; }

.big-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:28px 24px; margin-top:26px; box-shadow:var(--sh-soft);
}
.big-card h3{
  font-family:var(--f-head); font-weight:700; font-size:20px;
  color:var(--ink-strong); margin-bottom:18px;
}
.check-list{ display:grid; gap:11px; }
@media (min-width:768px){ .check-list{ grid-template-columns:1fr 1fr; gap:11px 26px; } }
.check-list li{ display:flex; gap:10px; font-size:14.5px; color:var(--ink); }
.check-list .ck{ color:var(--green); flex:none; font-weight:800; }

.highlight-bar{
  background:var(--orange-grad); color:var(--white); text-align:center;
  padding:18px var(--pad); margin-top:40px;
  font-family:var(--f-head); font-weight:700; font-size:clamp(15px,2.4vw,19px);
}

/* ==========================================================================
   BENEFICIOS
   ========================================================================== */
.benefit{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-md);
  padding:22px; box-shadow:var(--sh-soft);
  transition:transform .2s ease, box-shadow .2s ease;
}
.benefit:hover{ transform:translateY(-4px); box-shadow:var(--sh-med); }
.benefit-head{ display:flex; align-items:center; gap:11px; margin-bottom:9px; }
.benefit-head span{ font-size:23px; flex:none; }
.benefit-head h3{
  font-family:var(--f-head); font-weight:700; font-size:17px;
  color:var(--ink-strong); line-height:1.25;
}
.benefit p{ font-size:14.5px; color:var(--muted); }

.ideal{
  background:var(--orange-light); border:1px solid rgba(255,126,61,.22);
  border-radius:var(--r-lg); padding:26px 24px; margin-top:28px;
}
.ideal h3{
  font-family:var(--f-head); font-weight:700; font-size:19px;
  color:var(--ink-strong); text-align:center; margin-bottom:16px;
}
.ideal ul{ display:grid; gap:10px; }
@media (min-width:768px){ .ideal ul{ grid-template-columns:1fr 1fr; gap:10px 24px; } }
.ideal li{ display:flex; gap:10px; font-size:14.5px; }
.ideal .ck{ color:var(--green); font-weight:800; flex:none; }

/* ==========================================================================
   BONOS
   ========================================================================== */
.bonus{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-md);
  padding:18px 18px 22px; box-shadow:var(--sh-soft); text-align:center;
  transition:transform .2s ease, box-shadow .2s ease;
}
.bonus:hover{ transform:translateY(-5px); box-shadow:var(--sh-med); }
.bonus-img{
  background:var(--bg-off); border-radius:var(--r-sm); margin-bottom:16px; overflow:hidden;
}
.bonus-img img{ width:100%; }
.bonus h3{
  font-family:var(--f-head); font-weight:700; font-size:16.5px;
  color:var(--ink-strong); line-height:1.3; margin-bottom:8px;
}
.bonus p{ font-size:14px; color:var(--muted); }
.bonus-price{
  display:inline-block; margin-top:14px;
  background:var(--orange-light); color:var(--orange-deep);
  font-family:var(--f-head); font-weight:700; font-size:13.5px;
  padding:5px 14px; border-radius:99px;
}
.totalizer{ text-align:center; margin-top:34px; }
.totalizer-old{ font-size:16px; color:var(--muted); }
.totalizer-old span{ font-family:var(--f-head); font-weight:800; color:var(--ink-strong); text-decoration:line-through; }
.totalizer-gift{
  display:inline-block; margin-top:10px;
  background:var(--green-light); color:#15803d;
  font-family:var(--f-head); font-weight:700; font-size:15px;
  padding:9px 18px; border-radius:99px;
}

/* ==========================================================================
   OFERTA
   ========================================================================== */
.offer-box{
  background:var(--white); border-radius:var(--r-lg); box-shadow:0 24px 60px -20px rgba(15,23,42,.35);
  padding:28px 22px; color:var(--ink);
}
@media (min-width:900px){ .offer-box{ padding:40px; } }
.offer-tag{
  display:block; width:fit-content; margin:0 auto 16px;
  background:var(--orange-light); color:var(--orange-deep);
  font-family:var(--f-head); font-weight:700; font-size:13px;
  padding:7px 16px; border-radius:99px;
}
.offer-title{
  font-family:var(--f-head); font-weight:800; letter-spacing:-.025em;
  font-size:clamp(23px,4.4vw,34px); line-height:1.12;
  color:var(--ink-strong); text-align:center; margin-bottom:26px;
}
.offer-layout{ display:grid; gap:26px; align-items:center; }
@media (min-width:900px){ .offer-layout{ grid-template-columns:1fr 1fr; gap:40px; } }
.offer-list-title{
  font-family:var(--f-head); font-weight:700; font-size:17px;
  color:var(--ink-strong); margin-bottom:14px;
}
.offer-list{ display:grid; gap:10px; }
.offer-list li{ display:flex; gap:10px; font-size:14.5px; }
.offer-list .ck{ color:var(--green); font-weight:800; flex:none; }
.offer-visual img{ width:100%; margin:0 auto 6px; max-width:340px; }

/* ==========================================================================
   TESTIMONIOS (feed Instagram)
   ========================================================================== */
.ig-feed{
  max-width:560px; margin:36px auto 0;
  border:1px solid var(--line); border-radius:var(--r-md);
  background:var(--white); box-shadow:var(--sh-soft);
  padding:8px 14px 14px;
}
.ig-post{ padding:14px 0; border-bottom:1px solid var(--line); }
.ig-post:last-child{ border-bottom:0; }
.ig-head{ display:flex; align-items:center; gap:10px; }
.ig-avatar{ width:36px; height:36px; border-radius:50%; object-fit:cover; flex:none; background:#eef1f5; }
.ig-name{ font-size:13.5px; font-weight:600; color:var(--ink-strong); line-height:1.2; }
.ig-user{ font-size:12px; color:var(--light); }
.ig-verified{ color:#3897f0; font-size:11px; }
.ig-heart{ margin-left:auto; cursor:pointer; flex:none; padding:4px; }
.ig-heart svg{ width:17px; height:17px; fill:#8e8e8e; transition:transform .15s ease, fill .15s ease; }
.ig-body{ padding-left:46px; }
.ig-text{ font-size:14px; color:var(--ink); margin-top:5px; }
.ig-actions{ display:flex; gap:14px; margin-top:7px; font-size:11.5px; color:var(--light); }
.ig-actions .ig-reply{ font-weight:600; }
.ig-nested{ margin-top:14px; padding-left:32px; }
.ig-nested .ig-avatar{ width:28px; height:28px; }
.ig-nested .ig-body{ padding-left:38px; }

/* ==========================================================================
   GARANTÍA
   ========================================================================== */
.warranty-seal{ width:100%; max-width:230px; margin:0 auto 22px; }
.warranty-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-lg);
  box-shadow:var(--sh-soft); padding:26px 22px; margin:22px auto 26px;
  max-width:720px; display:grid; gap:13px;
}
.warranty-card p{ font-size:15px; color:var(--muted); }
.warranty-strong{ font-family:var(--f-head); font-weight:700; color:var(--ink-strong); font-size:16.5px; }
.warranty-sub{
  font-family:var(--f-head); font-weight:700; font-size:19px;
  color:var(--orange-dark); margin-top:10px;
}

/* ==========================================================================
   QUIÉNES SOMOS
   ========================================================================== */
.about-grid{ display:grid; gap:30px; align-items:center; }
@media (min-width:900px){ .about-grid{ grid-template-columns:1.15fr .85fr; gap:50px; } }
.about-tag{
  display:inline-block; background:var(--orange-light); color:var(--orange-deep);
  font-family:var(--f-head); font-weight:700; font-size:12.5px;
  padding:6px 14px; border-radius:99px; margin-bottom:14px;
}
.about h2{
  font-family:var(--f-head); font-weight:800; letter-spacing:-.025em;
  font-size:clamp(26px,5vw,38px); color:var(--ink-strong); line-height:1.1;
}
.about-lead{ font-size:16.5px; color:var(--ink); margin-top:14px; }
.about-checks{ display:grid; gap:10px; margin:20px 0; }
.about-checks li{ display:flex; gap:10px; font-size:14.5px; }
.about-checks .ck{ color:var(--green); font-weight:800; flex:none; }
.about p:last-child{ font-size:14.5px; color:var(--muted); }
.about-visual{
  background:linear-gradient(160deg,#fff3ec,#ffe3d2);
  border-radius:var(--r-lg); padding:34px; text-align:center;
}
.about-visual img{ width:100%; max-width:210px; margin:0 auto 16px; }
.about-visual strong{
  display:block; font-family:var(--f-head); font-weight:800; font-size:22px;
  color:var(--orange-deep); letter-spacing:-.02em;
}
.about-visual span{ font-size:13.5px; color:var(--muted); }

/* ==========================================================================
   CTA FINAL
   ========================================================================== */
.cta-final{ text-align:center; }
.cta-final .offer-box{ margin-top:30px; text-align:left; }
.cta-final-sub{
  font-family:var(--f-head); font-weight:600;
  font-size:clamp(15px,2.6vw,20px); color:rgba(255,255,255,.94); margin-top:12px;
}
.urgency{
  background:#fff6ed; border:1px dashed rgba(255,126,61,.5);
  border-radius:var(--r-md); padding:20px; margin-top:26px; text-align:center;
}
.urgency h4{
  font-family:var(--f-head); font-weight:800; font-size:16px;
  color:var(--orange-deep); margin-bottom:7px;
}
.urgency p{ font-size:14px; color:var(--muted); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq{ max-width:800px; margin:36px auto 0; display:grid; gap:12px; }
.faq-item{
  background:var(--white); border:1px solid var(--line); border-radius:var(--r-md);
  overflow:hidden; box-shadow:var(--sh-soft);
}
.faq-q{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:18px 20px; text-align:left;
  font-family:var(--f-head); font-weight:600; font-size:15.5px; color:var(--ink-strong);
}
.faq-q .arrow{
  flex:none; width:11px; height:11px; border-right:2.5px solid var(--orange);
  border-bottom:2.5px solid var(--orange); transform:rotate(45deg) translateY(-3px);
  transition:transform .25s ease;
}
.faq-item.open .faq-q .arrow{ transform:rotate(225deg) translateY(-3px); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-a p{ padding:0 20px 18px; font-size:14.5px; color:var(--muted); }
.faq-a .btn{ margin:0 20px 20px; max-width:340px; }

/* ==========================================================================
   PIE
   ========================================================================== */
.footer{ background:var(--ink-strong); color:#cbd5e1; padding:48px 0 40px; text-align:center; }
.footer-brand{
  font-family:var(--f-head); font-weight:800; font-size:24px;
  color:var(--white); letter-spacing:-.02em;
}
.footer-brand img{ width:44px; margin:0 auto 12px; }
.footer-links{ margin-top:18px; font-size:13.5px; display:flex; justify-content:center; gap:10px; flex-wrap:wrap; }
.footer-links a:hover{ color:var(--white); }
.footer-sep{ color:#475569; }
.footer-contact{ margin-top:18px; font-size:13.5px; }
.footer-ig{ display:inline-flex; margin-bottom:8px; color:#cbd5e1; }
.footer-ig:hover{ color:var(--white); }
.footer-ig svg{ width:22px; height:22px; }
.footer-secure{
  display:inline-block; margin-top:20px; background:rgba(255,255,255,.07);
  border-radius:99px; padding:8px 18px; font-size:13px;
}
.footer-legal{ margin-top:26px; font-size:12px; color:#94a3b8; max-width:720px; margin-inline:auto; }
.footer-legal p + p{ margin-top:8px; }

/* ==========================================================================
   BARRA CTA FIJA (móvil)
   ========================================================================== */
.sticky-cta{
  position:fixed; left:0; right:0; bottom:0; z-index:950;
  background:rgba(255,255,255,.97); backdrop-filter:blur(8px);
  border-top:1px solid var(--line); box-shadow:0 -6px 24px -8px rgba(15,23,42,.22);
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  display:flex; align-items:center; gap:12px;
  transform:translateY(120%); transition:transform .3s ease;
}
.sticky-cta.show{ transform:translateY(0); }
.sticky-price{ flex:none; line-height:1.1; }
.sticky-price s{ display:block; font-size:11.5px; color:var(--light); }
.sticky-price b{ font-family:var(--f-head); font-weight:900; font-size:21px; color:var(--ink-strong); }
.sticky-cta .btn{ padding:13px 18px; font-size:14.5px; flex:1; }
@media (min-width:900px){ .sticky-cta{ display:none; } }
body.has-sticky{ padding-bottom:74px; }
@media (min-width:900px){ body.has-sticky{ padding-bottom:0; } }

/* ==========================================================================
   REVELADO AL HACER SCROLL
   ========================================================================== */
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){
  .reveal{ opacity:1; transform:none; transition:none; }
}

/* ==========================================================================
   PÁGINAS LEGALES
   ========================================================================== */
.legal{ max-width:760px; margin:0 auto; padding:44px var(--pad) 64px; }
.legal a.back{ display:inline-block; color:var(--orange-dark); font-weight:600; font-size:14px; margin-bottom:22px; }
.legal h1{ font-family:var(--f-head); font-weight:800; font-size:clamp(26px,5vw,36px); color:var(--ink-strong); letter-spacing:-.02em; }
.legal .updated{ font-size:13.5px; color:var(--light); margin-top:6px; }
.legal h2{ font-family:var(--f-head); font-weight:700; font-size:19px; color:var(--ink-strong); margin:30px 0 8px; }
.legal p, .legal li{ font-size:15px; color:var(--muted); }
.legal ul{ list-style:disc; padding-left:22px; display:grid; gap:6px; margin-top:8px; }
.legal p + p{ margin-top:10px; }
