/* =======================================================
   QUANTAPS • YouTube Turkish Subscribers Glass UI v2
=========================================================*/

.ytv-wrapper{
  max-width:880px;
  margin:0 auto;
  padding:22px;
  font-family:'Inter',sans-serif;
}

/* HERO */
.ytv-hero-card{
  background:rgba(255,0,0,0.10);
  border:1px solid rgba(255,0,0,0.25);
  border-radius:24px;
  padding:30px;
  text-align:center;
  backdrop-filter:blur(12px);
  margin-bottom:30px;
}

.ytv-hero-icon{
  font-size:48px;
  margin-bottom:12px;
}

.ytv-hero-title{
  font-size:clamp(24px,3vw,36px);
  font-weight:900;
  color:#cc0000;
}

.ytv-hero-desc{
  color:#333;
  font-size:16px;
  margin-top:10px;
  line-height:1.55;
}

/* BOX */
.ytv-box{
  background:#fff;
  padding:22px;
  border-radius:20px;
  border:1px solid rgba(0,0,0,0.06);
  margin-bottom:25px;
}

.ytv-box h2{
  color:#cc0000;
  font-size:20px;
  font-weight:800;
  margin-bottom:14px;
}

.ytv-list{
  padding-left:20px;
  margin:12px 0;
}

.ytv-list li{
  font-size:15.5px;
  margin-bottom:8px;
}

.ytv-note{
  background:#f8f8f8;
  padding:12px 14px;
  border-radius:12px;
  margin:12px 0;
}

.ytv-warning{
  font-size:14px;
  font-weight:700;
  color:#cc0000;
}

/* CTA */
.ytv-cta{
  background:#cc0000;
  padding:32px;
  text-align:center;
  border-radius:26px;
  color:white;
  margin-top:40px;
}

.ytv-cta-title{
  font-size:26px;
  font-weight:900;
}

.ytv-cta-btn{
  display:inline-block;
  background:#fff;
  color:#cc0000;
  padding:14px 28px;
  border-radius:14px;
  margin-top:16px;
  text-decoration:none;
  font-weight:700;
  font-size:17px;
}