@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');

.ytcv-premium-channel-viewer,
.ytcv-premium-channel-viewer * {
  box-sizing: border-box;
}

.ytcv-premium-channel-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: inherit;
}

.ytcv-premium-channel-viewer .ytcv-section {
  width: 100% !important;
  position: relative;
}

.ytcv-premium-channel-viewer .ytcv-section-white {
  background: #ffffff;
}

.ytcv-premium-channel-viewer .ytcv-section-tint {
  background: linear-gradient(180deg, #fff7f6 0%, #fffdfb 100%);
}

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

.ytcv-premium-channel-viewer .ytcv-heading {
  margin: 0 auto;
  text-align: center;
  color: #101820;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.ytcv-premium-channel-viewer .ytcv-intro {
  margin: 0 auto;
  text-align: center;
  color: #58616c;
  font-weight: 400;
  line-height: 1.7;
  max-width: 820px;
}

.ytcv-premium-channel-viewer .ytcv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}

.ytcv-premium-channel-viewer .ytcv-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(219, 37, 37, 0.14);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.055), transparent 42%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(176, 25, 25, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
}

.ytcv-premium-channel-viewer .ytcv-card-tint {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 244, 0.92)),
    #ffffff;
}

.ytcv-premium-channel-viewer .ytcv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(17, 24, 39, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytcv-premium-channel-viewer .ytcv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0 26px 64px rgba(176, 25, 25, 0.16);
}

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

.ytcv-premium-channel-viewer .ytcv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #c91414 52%, #111827 100%);
  box-shadow: 0 14px 34px rgba(255, 0, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytcv-premium-channel-viewer .ytcv-card:hover .ytcv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(255, 0, 0, 0.3);
}

.ytcv-premium-channel-viewer .ytcv-i {
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.ytcv-premium-channel-viewer .ytcv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytcv-premium-channel-viewer .ytcv-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #5c6672;
  font-weight: 400;
  line-height: 1.65;
}

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

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

@media (min-width: 1024px) {
  .ytcv-premium-channel-viewer .ytcv-section {
    padding: 82px 0;
  }

  .ytcv-premium-channel-viewer .ytcv-container {
    padding: 0 28px;
  }

  .ytcv-premium-channel-viewer .ytcv-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ytcv-premium-channel-viewer .ytcv-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ytcv-premium-channel-viewer .ytcv-grid {
    margin-top: 42px;
    gap: 26px;
  }

  .ytcv-premium-channel-viewer .ytcv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ytcv-premium-channel-viewer .ytcv-card {
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 22px;
  }

  .ytcv-premium-channel-viewer .ytcv-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .ytcv-premium-channel-viewer .ytcv-i {
    font-size: 28px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytcv-premium-channel-viewer .ytcv-section {
    padding: 68px 0;
  }

  .ytcv-premium-channel-viewer .ytcv-container {
    padding: 0 24px;
  }

  .ytcv-premium-channel-viewer .ytcv-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .ytcv-premium-channel-viewer .ytcv-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .ytcv-premium-channel-viewer .ytcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 22px;
  }

  .ytcv-premium-channel-viewer .ytcv-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .ytcv-premium-channel-viewer .ytcv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .ytcv-premium-channel-viewer .ytcv-i {
    font-size: 25px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-text {
    font-size: 14.8px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytcv-premium-channel-viewer .ytcv-section {
    padding: 52px 0;
  }

  .ytcv-premium-channel-viewer .ytcv-container {
    padding: 0 16px;
  }

  .ytcv-premium-channel-viewer .ytcv-heading {
    font-size: 27px;
    max-width: 420px;
  }

  .ytcv-premium-channel-viewer .ytcv-intro {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.62;
  }

  .ytcv-premium-channel-viewer .ytcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }

  .ytcv-premium-channel-viewer .ytcv-card {
    min-height: 238px;
    padding: 22px 15px;
    border-radius: 17px;
  }

  .ytcv-premium-channel-viewer .ytcv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .ytcv-premium-channel-viewer .ytcv-i {
    font-size: 21px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-text {
    font-size: 13px;
    line-height: 1.55;
  }
}

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

  .ytcv-premium-channel-viewer .ytcv-container {
    padding: 0 12px;
  }

  .ytcv-premium-channel-viewer .ytcv-heading {
    font-size: 24px;
    max-width: 350px;
  }

  .ytcv-premium-channel-viewer .ytcv-intro {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.58;
  }

  .ytcv-premium-channel-viewer .ytcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 11px;
  }

  .ytcv-premium-channel-viewer .ytcv-card {
    min-height: 230px;
    padding: 20px 12px;
    border-radius: 15px;
  }

  .ytcv-premium-channel-viewer .ytcv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .ytcv-premium-channel-viewer .ytcv-i {
    font-size: 19px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-text {
    font-size: 12.4px;
    line-height: 1.5;
  }
}

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

  .ytcv-premium-channel-viewer .ytcv-container {
    padding: 0 10px;
  }

  .ytcv-premium-channel-viewer .ytcv-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .ytcv-premium-channel-viewer .ytcv-intro {
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.55;
  }

  .ytcv-premium-channel-viewer .ytcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 9px;
  }

  .ytcv-premium-channel-viewer .ytcv-card {
    min-height: 220px;
    padding: 18px 9px;
    border-radius: 14px;
  }

  .ytcv-premium-channel-viewer .ytcv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

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

  .ytcv-premium-channel-viewer .ytcv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-text {
    font-size: 11.7px;
    line-height: 1.45;
  }
}

@media (max-width: 319px) {
  .ytcv-premium-channel-viewer .ytcv-section {
    padding: 36px 0;
  }

  .ytcv-premium-channel-viewer .ytcv-container {
    padding: 0 10px;
  }

  .ytcv-premium-channel-viewer .ytcv-heading {
    font-size: 20px;
  }

  .ytcv-premium-channel-viewer .ytcv-intro {
    margin-top: 10px;
    font-size: 12.5px;
  }

  .ytcv-premium-channel-viewer .ytcv-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 10px;
  }

  .ytcv-premium-channel-viewer .ytcv-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ytcv-premium-channel-viewer .ytcv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

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

  .ytcv-premium-channel-viewer .ytcv-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytcv-premium-channel-viewer .ytcv-card-text {
    font-size: 12px;
    line-height: 1.48;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ytcv-premium-channel-viewer .ytcv-card,
  .ytcv-premium-channel-viewer .ytcv-icon,
  .ytcv-premium-channel-viewer .ytcv-card::before {
    transition: none;
  }

  .ytcv-premium-channel-viewer .ytcv-card:hover {
    transform: none;
  }
}