/* VideosTemporales · Telegram Mini App promotional panel */
.vt-telegram-promo{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  margin-top:16px;
  padding:18px;
  border:1px solid rgba(75,180,255,.42);
  border-radius:20px;
  background:
    radial-gradient(circle at 8% 12%,rgba(42,171,238,.27),transparent 32%),
    radial-gradient(circle at 92% 92%,rgba(124,77,255,.24),transparent 34%),
    linear-gradient(135deg,rgba(10,35,57,.97),rgba(25,19,62,.97));
  box-shadow:0 18px 42px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.045) inset;
}
.vt-telegram-promo::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:210px;
  height:210px;
  right:-105px;
  top:-115px;
  border-radius:50%;
  border:35px solid rgba(255,255,255,.035);
}
.vt-telegram-promo-inner{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
}
.vt-telegram-promo-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  flex:0 0 58px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(145deg,#35b9f3,#168aca);
  box-shadow:0 12px 28px rgba(18,145,207,.32),0 0 0 1px rgba(255,255,255,.2) inset;
}
.vt-telegram-promo-icon svg{width:31px;height:31px;display:block;fill:currentColor}
.vt-telegram-promo-kicker{
  display:inline-flex;
  width:fit-content;
  margin:0 0 6px;
  padding:4px 9px;
  border:1px solid rgba(91,194,255,.34);
  border-radius:999px;
  color:#83d7ff;
  background:rgba(42,171,238,.09);
  font-size:.7rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.vt-telegram-promo-title{
  margin:0 0 5px;
  color:#fff;
  font-size:clamp(1.06rem,2.2vw,1.3rem);
  font-weight:950;
  line-height:1.18;
  letter-spacing:-.025em;
}
.vt-telegram-promo-desc{
  margin:0;
  max-width:660px;
  color:rgba(235,244,255,.8);
  font-size:.92rem;
  line-height:1.45;
}
.vt-telegram-promo-features{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:11px;
}
.vt-telegram-promo-feature{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 8px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  color:rgba(245,248,255,.9);
  background:rgba(255,255,255,.055);
  font-size:.76rem;
  font-weight:800;
}
.vt-telegram-promo-feature::before{
  content:"✓";
  color:#7be2ff;
  font-weight:950;
}
.vt-telegram-promo-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:178px;
  min-height:52px;
  padding:0 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  border-radius:15px;
  color:#fff;
  background:linear-gradient(115deg,#1fa9e7 0%,#4189ef 48%,#7658ee 100%);
  box-shadow:0 14px 30px rgba(35,126,225,.29),0 0 0 1px rgba(255,255,255,.08) inset;
  font-weight:950;
  text-decoration:none;
  white-space:nowrap;
  transition:transform .16s ease,filter .16s ease,box-shadow .16s ease;
}
.vt-telegram-promo-btn::before{
  content:"";
  position:absolute;
  inset:-70% auto -70% -30%;
  width:22%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transition:left .58s ease;
}
.vt-telegram-promo-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.07);
  box-shadow:0 18px 38px rgba(35,126,225,.38),0 0 0 1px rgba(255,255,255,.12) inset;
}
.vt-telegram-promo-btn:hover::before{left:120%}
.vt-telegram-promo-btn:focus-visible{outline:3px solid rgba(123,226,255,.8);outline-offset:3px}
.vt-telegram-promo-arrow{font-size:1.1rem;line-height:1}
@media(max-width:760px){
  .vt-telegram-promo-inner{grid-template-columns:auto minmax(0,1fr)}
  .vt-telegram-promo-action{grid-column:1/-1}
  .vt-telegram-promo-btn{width:100%}
}
@media(max-width:480px){
  .vt-telegram-promo{padding:15px;border-radius:17px}
  .vt-telegram-promo-inner{grid-template-columns:1fr;text-align:center}
  .vt-telegram-promo-icon{margin:0 auto}
  .vt-telegram-promo-kicker{margin-left:auto;margin-right:auto}
  .vt-telegram-promo-features{justify-content:center}
  .vt-telegram-promo-action{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  .vt-telegram-promo-btn,.vt-telegram-promo-btn::before{transition:none!important}
  .vt-telegram-promo-btn:hover{transform:none}
}
