
/* V18 dedicated agenda screen: robust desktop/mobile styling */
#screenThanks.v18-schedule{
  display:none;
  min-height:100svh;
  width:100%;
  padding:clamp(22px,3vw,44px) !important;
  place-items:center;
  background:
    radial-gradient(circle at 50% -10%, rgba(212,175,55,.13), transparent 30%),
    radial-gradient(circle at 100% 15%, rgba(91,30,45,.22), transparent 32%),
    #050505;
  color:#fff;
}

#screenThanks.v18-schedule.active{
  display:grid !important;
}

.v18-shell{
  position:relative;
  width:min(1180px,100%);
  overflow:hidden;
  padding:clamp(20px,2.6vw,34px);
  border:1px solid rgba(212,175,55,.24);
  border-radius:34px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),
    rgba(6,6,6,.98);
  box-shadow:0 34px 100px rgba(0,0,0,.6);
}

.v18-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(38px);
  opacity:.45;
  pointer-events:none;
}

.v18-orb-1{
  width:360px;
  height:360px;
  top:-150px;
  left:50%;
  transform:translateX(-50%);
  background:rgba(212,175,55,.24);
}

.v18-orb-2{
  width:320px;
  height:320px;
  right:-120px;
  bottom:-120px;
  background:rgba(91,30,45,.35);
}

.v18-head{
  position:relative;
  z-index:1;
  max-width:900px;
  margin:0 auto clamp(24px,3vw,34px);
  text-align:center;
}

.v18-kicker{
  margin:0 0 12px;
  color:#f8df86;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:900;
  font-size:.78rem;
}

.v18-head h2{
  margin:0 0 14px;
  text-transform:uppercase;
  font-size:clamp(2rem,4.2vw,4.6rem);
  line-height:.95;
  letter-spacing:-.03em;
}

.v18-head > p:last-child{
  max-width:840px;
  margin:0 auto;
  color:#e4e4e4;
  font-size:clamp(1rem,1.12vw,1.18rem);
  line-height:1.65;
}

.v18-grid{
  position:relative;
  z-index:1;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);
  gap:24px;
  align-items:stretch;
}

.v18-video,
.v18-agenda{
  min-width:0;
  border:1px solid rgba(212,175,55,.21);
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),
    rgba(8,8,8,.92);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);
}

.v18-video{
  padding:18px;
}

.v18-video-top{
  display:flex;
  justify-content:flex-start;
  margin-bottom:14px;
}

.v18-video-top span{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border:1px solid rgba(212,175,55,.25);
  border-radius:999px;
  color:#f8df86;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:800;
  font-size:.78rem;
  background:rgba(212,175,55,.055);
}

.v18-video-frame{
  min-height:520px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:clamp(22px,3vw,36px);
  border:1px solid rgba(212,175,55,.18);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 28%,rgba(212,175,55,.14),transparent 30%),
    linear-gradient(180deg,#121212,#050505);
}

.v18-play{
  width:94px;
  height:94px;
  display:grid;
  place-items:center;
  margin:0 auto 22px;
  border-radius:50%;
  background:linear-gradient(180deg,#ffe897,#d4af37 58%,#9e6c15);
  color:#080808;
  font-size:1.75rem;
  box-shadow:0 0 36px rgba(212,175,55,.28);
}

.v18-video-frame h3{
  max-width:520px;
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.25rem,2vw,1.8rem);
  line-height:1.12;
  text-transform:uppercase;
}

.v18-video-frame p{
  max-width:540px;
  margin:0;
  color:#d8d8d8;
  line-height:1.62;
}

.v18-agenda{
  padding:clamp(20px,2.4vw,30px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.v18-agenda h3{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(1.55rem,2.45vw,2.55rem);
  line-height:1.02;
  text-transform:uppercase;
  letter-spacing:-.02em;
}

.v18-agenda > p:not(.v18-kicker){
  margin:0 0 20px;
  color:#ddd;
  line-height:1.62;
  font-size:1rem;
}

.v18-points{
  display:grid;
  gap:10px;
  margin:0 0 24px;
}

.v18-points div{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:12px;
  align-items:center;
  padding:13px 14px;
  border:1px solid rgba(212,175,55,.16);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}

.v18-points b{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(180deg,#ffe897,#d4af37);
  color:#070707;
  font-size:.78rem;
  font-weight:900;
}

.v18-points span{
  color:#f1f1f1;
  line-height:1.35;
}

.v18-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.v18-main-btn,
.v18-secondary-btn{
  width:100%;
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:15px 18px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-weight:900;
}

.v18-main-btn{
  border:0;
  color:#070707;
  background:linear-gradient(180deg,#ffe897,#d4af37 55%,#9e6c15);
  box-shadow:0 18px 44px rgba(212,175,55,.22);
}

.v18-secondary-btn{
  border:1px solid rgba(212,175,55,.34);
  color:#fff;
  background:rgba(255,255,255,.025);
}

.v18-agenda small{
  display:block;
  margin-top:14px;
  color:#bbb;
  line-height:1.48;
}

@media (max-width:980px){
  .v18-grid{
    grid-template-columns:1fr !important;
  }

  .v18-video-frame{
    min-height:440px;
  }
}

@media (max-width:560px){
  #screenThanks.v18-schedule{
    padding:14px !important;
  }

  .v18-shell{
    padding:14px;
    border-radius:24px;
  }

  .v18-head h2{
    font-size:2.05rem;
  }

  .v18-video,
  .v18-agenda{
    border-radius:22px;
  }

  .v18-video{
    padding:12px;
  }

  .v18-video-frame{
    min-height:340px;
    padding:20px 16px;
    border-radius:18px;
  }

  .v18-play{
    width:78px;
    height:78px;
    font-size:1.42rem;
  }

  .v18-agenda{
    padding:18px;
  }

  .v18-points div{
    grid-template-columns:40px 1fr;
    padding:12px;
  }

  .v18-points b{
    width:30px;
    height:30px;
  }
}


/* V19: primary agenda button as real link */
.v18-main-btn{
  text-decoration:none !important;
  cursor:pointer;
}
.v18-main-btn:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}


/* V21: videos finales */
.final-call-video{
  width:100%;
  max-width:430px;
  aspect-ratio:9 / 16;
  height:auto;
  display:block;
  margin:0 auto;
  object-fit:cover;
  border-radius:22px;
  border:1px solid rgba(212,175,55,.32);
  background:#000;
  box-shadow:0 24px 80px rgba(0,0,0,.55), 0 0 38px rgba(212,175,55,.12);
}

.video-stage__frame--real,
.v18-video-frame--real{
  display:grid !important;
  place-items:center !important;
  min-height:auto !important;
  padding:18px !important;
}

@media (max-width:520px){
  .final-call-video{
    max-width:100%;
    border-radius:18px;
  }
}
