.sh-funnel{
    --navy:#0d1733; --blue:#000199; --yellow:#ffbf00; --yellow-dark:#f2b300; --cream:#fffaf0;
    --ink:#0d1733; --ink-2:#475569; --ink-3:#64748b; --line:#e2e8f0; --wa:#25d366;
    --head:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
    --body:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
    font-family:var(--body); font-size:16px; line-height:1.55; color:var(--ink); background:#fff;
    -webkit-font-smoothing:antialiased;
  }
  .sh-funnel *,.sh-funnel *::before,.sh-funnel *::after{box-sizing:border-box}
  .sh-funnel h1,.sh-funnel h2,.sh-funnel h3,.sh-funnel h4{font-family:var(--head);color:var(--navy);letter-spacing:-.02em;line-height:1.1;margin:0}
  .sh-funnel h1{font-size:clamp(2.1rem,4.4vw,3.15rem);font-weight:800}
  .sh-funnel h2{font-size:clamp(1.7rem,3.6vw,2.6rem);font-weight:800}
  .sh-funnel h3{font-size:1.2rem;font-weight:700;line-height:1.3}
  .sh-funnel p{margin:0}
  .sh-funnel a{color:inherit;text-decoration:none}
  .sh-funnel .sh-wrap{max-width:72rem;margin:0 auto;padding:0 1.25rem}
  @media(min-width:640px){.sh-funnel .sh-wrap{padding:0 2rem}}
  .sh-funnel .sh-hl{position:relative;display:inline-block;white-space:nowrap}
  .sh-funnel .sh-hl::after{content:"";position:absolute;left:-.05em;right:-.05em;bottom:.08em;height:.38em;background:rgba(255,191,0,.7);border-radius:.2em;z-index:-1}
  .sh-funnel .sh-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:999px;background:var(--navy);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
  .sh-funnel .sh-kicker i{width:.4rem;height:.4rem;border-radius:999px;background:var(--yellow);animation:sh-pulse 1.6s infinite}
  .sh-funnel .sh-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue)}
  .sh-funnel .sh-lead{font-size:1.05rem;color:var(--ink-2);line-height:1.65}
  @media(min-width:900px){.sh-funnel .sh-lead{font-size:1.15rem}}
  .sh-funnel .sh-muted{color:var(--ink-3)}

  /* Botones */
  .sh-funnel .sh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 1.6rem;border-radius:.9rem;font-family:var(--head);font-weight:700;font-size:1rem;line-height:1.1;text-align:center;transition:transform .18s,box-shadow .18s,background .18s;cursor:pointer;border:0}
  .sh-funnel .sh-btn-primary{background:var(--yellow);color:#0d1833;box-shadow:0 12px 28px -10px rgba(255,191,0,.6)}
  .sh-funnel .sh-btn-primary:hover{background:var(--yellow-dark);transform:translateY(-2px);box-shadow:0 18px 34px -12px rgba(255,191,0,.7)}
  .sh-funnel .sh-btn-ghost{background:#fff;color:var(--navy);box-shadow:inset 0 0 0 1px var(--line)}
  .sh-funnel .sh-btn-ghost:hover{box-shadow:inset 0 0 0 1px #cbd5e1;transform:translateY(-2px)}
  .sh-funnel .sh-btn-dark{background:var(--navy);color:#fff}
  .sh-funnel .sh-btn-dark:hover{background:var(--blue);transform:translateY(-2px)}
  .sh-funnel .sh-btn-sm{padding:.6rem 1rem;font-size:.85rem;border-radius:.65rem}
  .sh-funnel .sh-btn .sh-wa-ic{width:1.25rem;height:1.25rem;flex-shrink:0}
  .sh-funnel .sh-btn-block{width:100%}
  @media(min-width:640px){.sh-funnel .sh-btn-block{width:auto}}
  .sh-funnel .sh-micro{font-size:.8rem;color:var(--ink-3);margin-top:.7rem}

  /* Header */
  .sh-funnel .sh-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.7)}
  .sh-funnel .sh-header .sh-wrap{display:flex;align-items:center;justify-content:space-between;height:4rem}
  .sh-funnel .sh-brand{font-family:var(--head);font-weight:800;letter-spacing:-.03em;font-size:1.15rem;color:#002045;display:flex;align-items:center;gap:.5rem}
  .sh-funnel .sh-brand i{width:1.6rem;height:1.6rem;border-radius:.5rem;background:var(--navy);display:inline-flex;align-items:center;justify-content:center;color:var(--yellow);font-style:normal;font-size:.9rem}

  /* Hero */
  .sh-funnel .sh-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--cream) 0%,#fff 70%)}
  .sh-funnel .sh-hero::before{content:"";position:absolute;top:-8rem;right:-8rem;width:30rem;height:30rem;border-radius:999px;background:rgba(255,191,0,.22);filter:blur(80px);pointer-events:none}
  .sh-funnel .sh-hero::after{content:"";position:absolute;bottom:-10rem;left:-8rem;width:26rem;height:26rem;border-radius:999px;background:rgba(0,1,153,.10);filter:blur(80px);pointer-events:none}
  .sh-funnel .sh-hero .sh-wrap{position:relative;z-index:1;padding-top:3rem;padding-bottom:4rem;display:grid;gap:3rem;align-items:center}
  @media(min-width:900px){.sh-funnel .sh-hero .sh-wrap{grid-template-columns:1.1fr .9fr;padding-top:4.5rem;padding-bottom:5.5rem;gap:4rem}}
  .sh-funnel .sh-hero-copy{text-align:center}
  @media(min-width:900px){.sh-funnel .sh-hero-copy{text-align:left}}
  .sh-funnel .sh-hero-copy .sh-kicker{margin-bottom:1.4rem}
  .sh-funnel .sh-hero-copy h1{margin-bottom:1.2rem}
  .sh-funnel .sh-hero-copy .sh-lead{max-width:34rem;margin:0 auto 1.8rem}
  @media(min-width:900px){.sh-funnel .sh-hero-copy .sh-lead{margin-left:0}}
  .sh-funnel .sh-cta-row{display:flex;flex-direction:column;align-items:center;gap:.5rem}
  @media(min-width:900px){.sh-funnel .sh-cta-row{align-items:flex-start}}
  .sh-funnel .sh-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.2rem;margin-top:1.4rem;font-size:.8rem;color:var(--ink-3)}
  @media(min-width:900px){.sh-funnel .sh-trust{justify-content:flex-start}}
  .sh-funnel .sh-trust span::before{content:"✓";color:#16a34a;font-weight:700;margin-right:.35rem}

  /* Tarjeta de fecha + countdown */
  .sh-funnel .sh-date{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.4rem;margin-bottom:1.6rem;border-radius:1.1rem;background:#fff;box-shadow:0 20px 40px -24px rgba(13,23,51,.35),0 0 0 1px rgba(226,232,240,.9)}
  @media(min-width:900px){.sh-funnel .sh-date{align-items:flex-start}}
  .sh-funnel .sh-date-main{font-family:var(--head);font-weight:800;font-size:1.05rem;color:var(--navy)}
  .sh-funnel .sh-date-sub{font-size:.78rem;color:var(--ink-3)}
  .sh-funnel .sh-countdown{display:flex;gap:.6rem;margin-top:.55rem}
  .sh-funnel .sh-cd{display:flex;flex-direction:column;align-items:center;min-width:2.9rem;padding:.35rem .4rem;border-radius:.6rem;background:var(--cream);box-shadow:inset 0 0 0 1px rgba(255,191,0,.35)}
  .sh-funnel .sh-cd b{font-family:var(--head);font-size:1.25rem;font-weight:800;color:var(--navy);font-variant-numeric:tabular-nums;line-height:1}
  .sh-funnel .sh-cd i{font-style:normal;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-top:.2rem}
  .sh-funnel .sh-cd-live{font-weight:700;color:#dc2626}

  /* Foto de Rod con tarjetas flotantes */
  .sh-funnel .sh-photo{position:relative;max-width:26rem;margin:0 auto}
  .sh-funnel .sh-photo::before{content:"";position:absolute;top:-1.2rem;left:-1.2rem;width:9rem;height:9rem;border-radius:1.5rem;background:rgba(0,1,153,.10);transform:rotate(6deg)}
  .sh-funnel .sh-photo::after{content:"";position:absolute;bottom:-1.2rem;right:-1.2rem;width:11rem;height:11rem;border-radius:1.5rem;background:rgba(255,191,0,.32);transform:rotate(-3deg)}
  .sh-funnel .sh-photo-frame{position:relative;z-index:1;border-radius:1.6rem;overflow:hidden;aspect-ratio:4/5;background:#e2e8f0;box-shadow:0 30px 60px -30px rgba(13,23,51,.5),0 0 0 1px rgba(226,232,240,.7)}
  .sh-funnel .sh-photo-frame img{width:100%;height:100%;object-fit:cover;display:block}
  .sh-funnel .sh-float{position:absolute;z-index:2;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:1rem;background:#fff;box-shadow:0 20px 40px -20px rgba(13,23,51,.4),0 0 0 1px rgba(226,232,240,.8)}
  .sh-funnel .sh-float-ic{width:2.4rem;height:2.4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem}
  .sh-funnel .sh-float small{display:block;font-size:.68rem;color:var(--ink-3)}
  .sh-funnel .sh-float strong{font-family:var(--head);font-size:.95rem;color:var(--navy);line-height:1.15}
  .sh-funnel .sh-float-a{bottom:1.5rem;left:-1.5rem}
  .sh-funnel .sh-float-b{top:1.5rem;right:-1rem}
  @media(max-width:639px){.sh-funnel .sh-float-a{left:.5rem;bottom:.75rem}.sh-funnel .sh-float-b{display:none}}

  /* Secciones */
  .sh-funnel .sh-section{padding:4rem 0}
  @media(min-width:900px){.sh-funnel .sh-section{padding:6rem 0}}
  .sh-funnel .sh-section-alt{background:#f8fafc}
  .sh-funnel .sh-head{max-width:44rem;margin:0 auto 2.5rem;text-align:center}
  .sh-funnel .sh-head .sh-eyebrow{display:block;margin-bottom:.8rem}
  .sh-funnel .sh-head h2{margin-bottom:.9rem}
  .sh-funnel .sh-grid{display:grid;gap:1.25rem}
  @media(min-width:600px){.sh-funnel .sh-grid-2{grid-template-columns:repeat(2,1fr)}.sh-funnel .sh-grid-3{grid-template-columns:repeat(3,1fr)}}
  .sh-funnel .sh-card{background:#fff;border-radius:1.25rem;padding:1.6rem;box-shadow:0 0 0 1px var(--line),0 12px 30px -24px rgba(13,23,51,.35)}
  .sh-funnel .sh-card h3{margin:.9rem 0 .5rem}
  .sh-funnel .sh-card p{color:var(--ink-2);font-size:.95rem}
  .sh-funnel .sh-ic{width:2.8rem;height:2.8rem;border-radius:.85rem;display:flex;align-items:center;justify-content:center;font-family:var(--head);font-weight:800;background:var(--yellow);color:#0d1833;font-size:1.05rem}
  .sh-funnel .sh-ic-navy{background:var(--navy);color:var(--yellow)}

  /* Lista "para quién" */
  .sh-funnel .sh-check{display:flex;gap:.9rem;align-items:flex-start;padding:1.1rem 0;border-bottom:1px solid var(--line)}
  .sh-funnel .sh-check:last-child{border-bottom:0}
  .sh-funnel .sh-check i{flex-shrink:0;width:1.6rem;height:1.6rem;border-radius:999px;background:#dcfce7;color:#15803d;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-weight:800;font-size:.85rem;margin-top:.1rem}
  .sh-funnel .sh-check strong{display:block;color:var(--navy);font-family:var(--head);margin-bottom:.15rem}
  .sh-funnel .sh-check span{color:var(--ink-2);font-size:.95rem}

  /* Agenda */
  .sh-funnel .sh-agenda{display:grid;gap:1rem}
  .sh-funnel .sh-agenda-item{display:grid;grid-template-columns:5.2rem 1fr;gap:1.2rem;align-items:start;padding:1.4rem 1.6rem;border-radius:1.25rem;background:#fff;box-shadow:0 0 0 1px var(--line)}
  @media(max-width:599px){.sh-funnel .sh-agenda-item{grid-template-columns:1fr;gap:.5rem}}
  .sh-funnel .sh-agenda-time{font-family:var(--head);font-weight:800;color:var(--blue);font-size:.85rem;letter-spacing:.04em;padding-top:.2rem}
  .sh-funnel .sh-agenda-item h3{margin-bottom:.35rem}
  .sh-funnel .sh-agenda-item p{color:var(--ink-2);font-size:.95rem}
  .sh-funnel .sh-agenda-item.is-key{background:var(--navy);box-shadow:none}
  .sh-funnel .sh-agenda-item.is-key h3{color:#fff}
  .sh-funnel .sh-agenda-item.is-key p{color:rgba(255,255,255,.75)}
  .sh-funnel .sh-agenda-item.is-key .sh-agenda-time{color:var(--yellow)}

  /* Quién lo da */
  .sh-funnel .sh-about{display:grid;gap:2.5rem;align-items:center}
  @media(min-width:900px){.sh-funnel .sh-about{grid-template-columns:2fr 3fr;gap:4rem}}
  .sh-funnel .sh-about-photo{position:relative;max-width:22rem;margin:0 auto}
  .sh-funnel .sh-about-photo::before{content:"";position:absolute;inset:-1rem;border-radius:2rem;background:rgba(255,191,0,.22);transform:rotate(-2deg)}
  .sh-funnel .sh-about-photo div{position:relative;border-radius:2rem;overflow:hidden;aspect-ratio:4/5;background:#e2e8f0;box-shadow:0 30px 60px -30px rgba(13,23,51,.5)}
  .sh-funnel .sh-about-photo img{width:100%;height:100%;object-fit:cover;display:block}
  .sh-funnel .sh-quote{font-family:var(--head);font-size:1.15rem;line-height:1.5;color:var(--navy);font-weight:600;margin:1.2rem 0}
  .sh-funnel .sh-quote strong{background:linear-gradient(transparent 55%,rgba(255,191,0,.6) 55%)}
  .sh-funnel .sh-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-top:1.6rem}
  @media(min-width:600px){.sh-funnel .sh-stats{grid-template-columns:repeat(4,1fr)}}
  .sh-funnel .sh-stat{padding:1rem;border-radius:1rem;background:#fff;box-shadow:0 0 0 1px var(--line);text-align:center}
  .sh-funnel .sh-stat b{display:block;font-family:var(--head);font-size:1.6rem;font-weight:800;color:var(--navy);line-height:1.1}
  .sh-funnel .sh-stat span{display:block;font-size:.72rem;color:var(--ink-3);margin-top:.3rem;line-height:1.3}
  .sh-funnel .sh-sign{font-family:var(--head);font-style:italic;color:var(--navy);font-size:1.1rem;margin-top:1.2rem}

  /* FAQ */
  .sh-funnel .sh-faq{max-width:46rem;margin:0 auto;display:grid;gap:.75rem}
  .sh-funnel .sh-faq details{background:#fff;border-radius:1rem;box-shadow:0 0 0 1px var(--line);padding:0 1.3rem}
  .sh-funnel .sh-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-family:var(--head);font-weight:700;color:var(--navy)}
  .sh-funnel .sh-faq summary::-webkit-details-marker{display:none}
  .sh-funnel .sh-faq summary::after{content:"+";font-size:1.4rem;color:var(--ink-3);transition:transform .2s}
  .sh-funnel .sh-faq details[open] summary::after{transform:rotate(45deg)}
  .sh-funnel .sh-faq details p{padding:0 0 1.2rem;color:var(--ink-2);font-size:.95rem}

  /* Bloque final */
  .sh-funnel .sh-final{border-radius:2rem;background:var(--navy);color:#fff;padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden}
  @media(min-width:900px){.sh-funnel .sh-final{padding:4.5rem 3rem}}
  .sh-funnel .sh-final::before{content:"";position:absolute;top:-6rem;right:-6rem;width:20rem;height:20rem;border-radius:999px;background:rgba(255,191,0,.18);filter:blur(60px)}
  .sh-funnel .sh-final h2{color:#fff;margin-bottom:1rem;position:relative}
  .sh-funnel .sh-final .sh-lead{color:rgba(255,255,255,.75);max-width:36rem;margin:0 auto 1.8rem;position:relative}
  .sh-funnel .sh-final .sh-micro{color:rgba(255,255,255,.55)}

  /* Sala / replay */
  .sh-funnel .sh-stage{background:var(--navy);color:#fff}
  .sh-funnel .sh-stage .sh-wrap{padding-top:2.5rem;padding-bottom:3.5rem}
  .sh-funnel .sh-stage h1{color:#fff;font-size:clamp(1.7rem,4vw,2.6rem)}
  .sh-funnel .sh-stage .sh-lead{color:rgba(255,255,255,.72)}
  .sh-funnel .sh-stage .sh-kicker{background:rgba(255,255,255,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}
  .sh-funnel .sh-stage .sh-cd{background:rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
  .sh-funnel .sh-stage .sh-cd b{color:#fff}.sh-funnel .sh-stage .sh-cd i{color:rgba(255,255,255,.55)}
  .sh-funnel .sh-embed{position:relative;width:100%;max-width:64rem;margin:2rem auto 0;aspect-ratio:16/9;border-radius:1.25rem;overflow:hidden;background:#060b1c;box-shadow:0 40px 80px -40px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.08)}
  .sh-funnel .sh-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
  .sh-funnel .sh-embed-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;text-align:center;color:rgba(255,255,255,.6)}
  .sh-funnel .sh-embed-empty span{width:3.5rem;height:3.5rem;border-radius:999px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--yellow)}
  .sh-funnel .sh-stage-actions{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-top:1.8rem}
  @media(min-width:640px){.sh-funnel .sh-stage-actions{flex-direction:row;justify-content:center}}
  .sh-funnel .sh-stage .sh-btn-ghost{background:rgba(255,255,255,.08);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}
  .sh-expired .sh-when-live{display:none}
  .sh-when-expired{display:none}
  .sh-expired .sh-when-expired{display:block}
  .sh-funnel .sh-expired-box{max-width:34rem;margin:2rem auto 0;padding:2rem;border-radius:1.5rem;background:rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);text-align:center}
  .sh-funnel .sh-expired-box h2{color:#fff;font-size:1.5rem;margin-bottom:.6rem}

  /* CTA fija móvil */
  .sh-funnel .sh-sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom));background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-top:1px solid var(--line)}
  .sh-funnel .sh-sticky .sh-btn{width:100%}
  @media(min-width:900px){.sh-funnel .sh-sticky{display:none}}
  .sh-funnel .sh-has-sticky{padding-bottom:5.5rem}
  @media(min-width:900px){.sh-funnel .sh-has-sticky{padding-bottom:0}}

  /* Footer */
  .sh-funnel .sh-footer{background:#f3f3f3;border-radius:1.5rem 1.5rem 0 0;margin-top:3rem;padding:2.5rem 0;text-align:center}
  .sh-funnel .sh-footer .sh-brand{justify-content:center;margin-bottom:.4rem}
  .sh-funnel .sh-footer p{font-size:.8rem;color:var(--ink-3)}
  .sh-funnel .sh-footer nav{display:flex;justify-content:center;gap:1.2rem;margin-top:.8rem;font-size:.8rem;color:var(--ink-3)}
  .sh-funnel .sh-footer nav a:hover{color:var(--navy)}

  @keyframes sh-pulse{0%,100%{opacity:1}50%{opacity:.35}}
  .sh-funnel .sh-up{animation:sh-up .7s ease both}
  @keyframes sh-up{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
