@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;
  min-width: 0;
}

.ytvv-premium-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  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, #fff5f3 0%, #fffaf8 100%);
}

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

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

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

.ytvv-premium-viewer .ytvv-intro {
  color: #5d6773;
  line-height: 1.65;
  margin-top: 0;
}

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

.ytvv-premium-viewer .ytvv-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d8d4;
  box-shadow: 0 18px 44px rgba(209, 45, 45, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

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

.ytvv-premium-viewer .ytvv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: #ff3d3d;
  box-shadow: 0 24px 58px rgba(209, 45, 45, 0.16);
}

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

.ytvv-premium-viewer .ytvv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: linear-gradient(135deg, #ff0000 0%, #ff6a3d 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

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

.ytvv-premium-viewer .ytvv-card h3 {
  position: relative;
  color: #182029;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytvv-premium-viewer .ytvv-card p {
  position: relative;
  color: #66717d;
  line-height: 1.6;
}

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

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

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

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

  .ytvv-premium-viewer h2 {
    max-width: 980px;
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

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

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

  .ytvv-premium-viewer .ytvv-grid {
    gap: 24px;
  }

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

  .ytvv-premium-viewer .ytvv-icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

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

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

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

@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 {
    max-width: 760px;
    font-size: 34px;
    margin-bottom: 14px;
  }

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

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

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

  .ytvv-premium-viewer .ytvv-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

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

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

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

@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 {
    max-width: 420px;
    font-size: 28px;
    margin-bottom: 12px;
  }

  .ytvv-premium-viewer .ytvv-intro {
    max-width: 410px;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

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

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

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

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

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

  .ytvv-premium-viewer .ytvv-card p {
    font-size: 12.8px;
    line-height: 1.5;
    margin: 0;
  }
}

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

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

  .ytvv-premium-viewer h2 {
    max-width: 360px;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .ytvv-premium-viewer .ytvv-intro {
    max-width: 350px;
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

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

  .ytvv-premium-viewer .ytvv-card {
    min-height: 228px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }

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

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

  .ytvv-premium-viewer .ytvv-card h3 {
    font-size: 15px;
    margin: 0 0 7px;
  }

  .ytvv-premium-viewer .ytvv-card p {
    font-size: 12.2px;
    line-height: 1.45;
    margin: 0;
  }
}

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

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

  .ytvv-premium-viewer h2 {
    max-width: 300px;
    font-size: 22px;
    margin-bottom: 9px;
  }

  .ytvv-premium-viewer .ytvv-intro {
    max-width: 300px;
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

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

  .ytvv-premium-viewer .ytvv-card {
    min-height: 218px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

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

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

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

  .ytvv-premium-viewer .ytvv-card p {
    font-size: 11.6px;
    line-height: 1.42;
    margin: 0;
  }
}