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

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

.ytvv-premium-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #231f20;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

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

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

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

.ytvv-premium-viewer h2 {
  margin-top: 0;
  color: #1f1718;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.ytvv-premium-viewer .ytvv-intro {
  color: #66595b;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}

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

.ytvv-premium-viewer .ytvv-card {
  position: relative;
  min-width: 0;
  height: 100% !important;
  border: 1px solid #f0d9d6;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  box-shadow: 0 18px 45px rgba(157, 33, 42, 0.09);
  border-radius: 22px;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 140%;
}

.ytvv-premium-viewer .ytvv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.ytvv-premium-viewer .ytvv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #e62117;
  box-shadow: 0 24px 60px rgba(157, 33, 42, 0.16);
  background-position: 0 100%;
}

.ytvv-premium-viewer .ytvv-card:hover::after {
  opacity: 1;
}

.ytvv-premium-viewer .ytvv-card:hover .ytvv-icon {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(230, 33, 23, 0.23);
}

.ytvv-premium-viewer .ytvv-card:hover .ytvv-i {
  transform: scale(1.08);
}

.ytvv-premium-viewer .ytvv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff0000 0%, #ff6b4a 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(230, 33, 23, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytvv-premium-viewer .ytvv-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  transition: transform 260ms ease;
}

.ytvv-premium-viewer h3 {
  margin-bottom: 0;
  color: #241819;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytvv-premium-viewer .ytvv-card p {
  color: #6f6062;
  line-height: 1.62;
  margin-bottom: 0;
}

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

.ytvv-premium-viewer .ytvv-reveal.ytvv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}

@media (min-width: 1024px) {
  .ytvv-premium-viewer .ytvv-section {
    padding: 86px 0;
  }

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

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

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

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

  .ytvv-premium-viewer .ytvv-card {
    min-height: 296px;
    padding: 34px 28px;
  }

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

  .ytvv-premium-viewer .ytvv-i {
    font-size: 30px;
  }

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

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

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

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

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

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

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

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

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

  .ytvv-premium-viewer .ytvv-i {
    font-size: 27px;
  }

  .ytvv-premium-viewer h3 {
    font-size: 19px;
    margin-top: 0;
  }

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

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

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

  .ytvv-premium-viewer h2 {
    font-size: 27px;
    margin-bottom: 12px;
  }

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

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

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

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

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

  .ytvv-premium-viewer h3 {
    font-size: 16px;
    margin-top: 0;
  }

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

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

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

  .ytvv-premium-viewer h2 {
    font-size: 24px;
    margin-bottom: 11px;
  }

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

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

  .ytvv-premium-viewer .ytvv-card {
    min-height: 222px;
    padding: 18px 11px;
    border-radius: 14px;
  }

  .ytvv-premium-viewer .ytvv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 13px;
  }

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

  .ytvv-premium-viewer h3 {
    font-size: 14px;
    margin-top: 0;
  }

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

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

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

  .ytvv-premium-viewer h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .ytvv-premium-viewer .ytvv-intro {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

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

  .ytvv-premium-viewer .ytvv-card {
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 12px;
  }

  .ytvv-premium-viewer .ytvv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

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

  .ytvv-premium-viewer h3 {
    font-size: 13px;
    margin-top: 0;
  }

  .ytvv-premium-viewer .ytvv-card p {
    font-size: 11.5px;
    line-height: 1.38;
    margin-top: 7px;
  }
}

@media (max-width: 319px) {
  .ytvv-premium-viewer .ytvv-section {
    padding: 34px 0;
  }

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

  .ytvv-premium-viewer h2 {
    font-size: 21px;
  }

  .ytvv-premium-viewer .ytvv-intro {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .ytvv-premium-viewer .ytvv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ytvv-premium-viewer .ytvv-card {
    min-height: 210px;
    padding: 16px 12px;
  }

  .ytvv-premium-viewer .ytvv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

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

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

  .ytvv-premium-viewer .ytvv-card p {
    font-size: 12px;
  }
}