@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.ytv-premium-viewer,
.ytv-premium-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.ytv-premium-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: inherit;
}

.ytv-premium-viewer .ytv-section {
  width: 100% !important;
}

.ytv-premium-viewer .ytv-section-one,
.ytv-premium-viewer .ytv-section-three {
  background: #ffffff;
}

.ytv-premium-viewer .ytv-section-two {
  background: linear-gradient(180deg, #fff7f4 0%, #f8fbff 100%);
}

.ytv-premium-viewer .ytv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.ytv-premium-viewer h2,
.ytv-premium-viewer h3,
.ytv-premium-viewer p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ytv-premium-viewer h2 {
  color: #15191f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ytv-premium-viewer .ytv-intro {
  color: #53606c;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}

.ytv-premium-viewer .ytv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ytv-premium-viewer .ytv-card {
  height: 100% !important;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(229, 48, 43, 0.14);
  box-shadow: 0 18px 42px rgba(25, 31, 42, 0.08);
  position: relative;
  overflow: hidden;
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ytv-premium-viewer .ytv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 211, 77, 0.22), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytv-premium-viewer .ytv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(229, 48, 43, 0.34);
  box-shadow: 0 24px 58px rgba(229, 48, 43, 0.15);
  background: #ffffff;
}

.ytv-premium-viewer .ytv-card:hover::before {
  opacity: 1;
}

.ytv-premium-viewer .ytv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #e5302b 0%, #ff7a3d 58%, #ffd34d 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(229, 48, 43, 0.24);
  transition: transform 260ms ease, box-shadow 260ms ease;
  position: relative;
  z-index: 1;
}

.ytv-premium-viewer .ytv-card:hover .ytv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(229, 48, 43, 0.3);
}

.ytv-premium-viewer .ytv-i {
  color: #ffffff;
  line-height: 1;
}

.ytv-premium-viewer h3 {
  color: #192027;
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.ytv-premium-viewer .ytv-card p {
  color: #5b6671;
  line-height: 1.62;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.ytv-premium-viewer .ytv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ytv-premium-viewer .ytv-reveal.ytv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ytv-premium-viewer .ytv-section {
    padding: 88px 28px;
  }

  .ytv-premium-viewer h2 {
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .ytv-premium-viewer .ytv-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .ytv-premium-viewer .ytv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .ytv-premium-viewer .ytv-card {
    min-height: 292px;
    border-radius: 22px;
    padding: 36px 28px 32px;
  }

  .ytv-premium-viewer .ytv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .ytv-premium-viewer .ytv-i {
    font-size: 29px;
  }

  .ytv-premium-viewer h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .ytv-premium-viewer .ytv-card p {
    font-size: 15.5px;
    margin-top: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytv-premium-viewer .ytv-section {
    padding: 70px 24px;
  }

  .ytv-premium-viewer h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .ytv-premium-viewer .ytv-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ytv-premium-viewer .ytv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ytv-premium-viewer .ytv-card {
    min-height: 268px;
    border-radius: 20px;
    padding: 30px 24px 28px;
  }

  .ytv-premium-viewer .ytv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .ytv-premium-viewer .ytv-i {
    font-size: 26px;
  }

  .ytv-premium-viewer h3 {
    font-size: 19px;
  }

  .ytv-premium-viewer .ytv-card p {
    font-size: 14.5px;
    margin-top: 12px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytv-premium-viewer .ytv-section {
    padding: 54px 16px;
  }

  .ytv-premium-viewer h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .ytv-premium-viewer .ytv-intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .ytv-premium-viewer .ytv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ytv-premium-viewer .ytv-card {
    min-height: 232px;
    border-radius: 16px;
    padding: 22px 14px 20px;
  }

  .ytv-premium-viewer .ytv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

  .ytv-premium-viewer .ytv-i {
    font-size: 22px;
  }

  .ytv-premium-viewer h3 {
    font-size: 16px;
  }

  .ytv-premium-viewer .ytv-card p {
    font-size: 13px;
    line-height: 1.52;
    margin-top: 10px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytv-premium-viewer .ytv-section {
    padding: 46px 12px;
  }

  .ytv-premium-viewer h2 {
    font-size: 25px;
    margin-bottom: 11px;
  }

  .ytv-premium-viewer .ytv-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .ytv-premium-viewer .ytv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ytv-premium-viewer .ytv-card {
    min-height: 224px;
    border-radius: 14px;
    padding: 19px 11px 18px;
  }

  .ytv-premium-viewer .ytv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .ytv-premium-viewer .ytv-i {
    font-size: 20px;
  }

  .ytv-premium-viewer h3 {
    font-size: 15px;
  }

  .ytv-premium-viewer .ytv-card p {
    font-size: 12.5px;
    line-height: 1.48;
    margin-top: 9px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytv-premium-viewer .ytv-section {
    padding: 40px 10px;
  }

  .ytv-premium-viewer h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .ytv-premium-viewer .ytv-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .ytv-premium-viewer .ytv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ytv-premium-viewer .ytv-card {
    min-height: 216px;
    border-radius: 13px;
    padding: 17px 9px 16px;
  }

  .ytv-premium-viewer .ytv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ytv-premium-viewer .ytv-i {
    font-size: 18px;
  }

  .ytv-premium-viewer h3 {
    font-size: 14px;
  }

  .ytv-premium-viewer .ytv-card p {
    font-size: 12px;
    line-height: 1.45;
    margin-top: 8px;
  }
}