@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-section,
.ytvv-premium-viewer-section * {
  box-sizing: border-box;
}

.ytvv-premium-viewer-section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172024;
  background: #ffffff;
}

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

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

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

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

.ytvv-premium-viewer-section h2,
.ytvv-premium-viewer-section .ytvv-intro,
.ytvv-premium-viewer-section h3,
.ytvv-premium-viewer-section p {
  text-align: center !important;
}

.ytvv-premium-viewer-section h2 {
  margin: 0;
  color: #11191d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytvv-premium-viewer-section .ytvv-intro {
  max-width: 740px;
  margin: 14px auto 0;
  color: #536066;
  line-height: 1.68;
}

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

.ytvv-premium-viewer-section .ytvv-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f3d8d3;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(201, 36, 25, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ytvv-premium-viewer-section .ytvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.13), transparent 44%);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.ytvv-premium-viewer-section .ytvv-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: #ff3b30;
  box-shadow: 0 26px 68px rgba(201, 36, 25, 0.16);
  background: #ffffff;
}

.ytvv-premium-viewer-section .ytvv-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.ytvv-premium-viewer-section .ytvv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0000 0%, #ff6b4a 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 0, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ytvv-premium-viewer-section .ytvv-card:hover .ytvv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 0, 0, 0.28);
}

.ytvv-premium-viewer-section .ytvv-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ytvv-premium-viewer-section h3 {
  margin: 0;
  color: #161f23;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytvv-premium-viewer-section .ytvv-card p {
  margin: 0;
  color: #5d686d;
  line-height: 1.58;
}

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

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

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

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

  .ytvv-premium-viewer-section h2 {
    font-size: 46px;
    white-space: nowrap;
  }

  .ytvv-premium-viewer-section .ytvv-intro {
    font-size: 17px;
  }

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

  .ytvv-premium-viewer-section .ytvv-card {
    min-height: 300px;
    padding: 38px 30px;
  }

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

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

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

  .ytvv-premium-viewer-section .ytvv-card p {
    margin-top: 13px;
    font-size: 15.5px;
  }
}

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

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

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

  .ytvv-premium-viewer-section .ytvv-intro {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

  .ytvv-premium-viewer-section h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .ytvv-premium-viewer-section .ytvv-intro {
    font-size: 14.5px;
    line-height: 1.55;
  }

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

  .ytvv-premium-viewer-section .ytvv-card {
    min-height: 238px;
    padding: 22px 14px;
    border-radius: 17px;
  }

  .ytvv-premium-viewer-section .ytvv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
  }

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

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

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

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

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

  .ytvv-premium-viewer-section h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .ytvv-premium-viewer-section .ytvv-intro {
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .ytvv-premium-viewer-section .ytvv-card {
    min-height: 226px;
    padding: 19px 10px;
    border-radius: 15px;
  }

  .ytvv-premium-viewer-section .ytvv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }

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

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

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

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

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

  .ytvv-premium-viewer-section h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .ytvv-premium-viewer-section .ytvv-intro {
    font-size: 12.5px;
    line-height: 1.48;
  }

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

  .ytvv-premium-viewer-section .ytvv-card {
    min-height: 218px;
    padding: 17px 8px;
    border-radius: 14px;
  }

  .ytvv-premium-viewer-section .ytvv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
  }

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

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

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

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

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

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

  .ytvv-premium-viewer-section .ytvv-intro {
    font-size: 12.5px;
  }

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

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

  .ytvv-premium-viewer-section .ytvv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
  }

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

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

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