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

.ttvv-premium-viewer-section,
.ttvv-premium-viewer-section * {
  box-sizing: border-box !important;
}

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

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

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

.ttvv-premium-viewer-section .ttvv-section-tint {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 242, 234, 0.12), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255, 0, 80, 0.1), transparent 32%),
    #f7fbfb;
}

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

.ttvv-premium-viewer-section .ttvv-heading,
.ttvv-premium-viewer-section .ttvv-intro,
.ttvv-premium-viewer-section .ttvv-card-title,
.ttvv-premium-viewer-section .ttvv-card-text {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ttvv-premium-viewer-section .ttvv-heading {
  color: #12171c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ttvv-premium-viewer-section .ttvv-intro {
  color: #52616b;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 0;
}

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

.ttvv-premium-viewer-section .ttvv-card {
  height: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  align-content: start !important;
  justify-items: center !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.38), rgba(255, 0, 80, 0.28), rgba(18, 23, 28, 0.08)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px rgba(15, 23, 31, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}

.ttvv-premium-viewer-section .ttvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.09), transparent 42%, rgba(255, 0, 80, 0.08));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.ttvv-premium-viewer-section .ttvv-card-tint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 254, 254, 0.94)) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.44), rgba(255, 0, 80, 0.3), rgba(21, 31, 39, 0.08)) border-box;
}

.ttvv-premium-viewer-section .ttvv-card:hover {
  transform: translateY(-7px) scale(1.012);
  box-shadow: 0 26px 62px rgba(0, 242, 234, 0.13), 0 18px 42px rgba(255, 0, 80, 0.09);
}

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

.ttvv-premium-viewer-section .ttvv-icon {
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14)),
    #ffffff;
  border: 1px solid rgba(0, 242, 234, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 28px rgba(15, 23, 31, 0.08);
  color: #ff0050;
  position: relative;
  z-index: 1;
  transition: transform 320ms ease, color 320ms ease, border-color 320ms ease;
}

.ttvv-premium-viewer-section .ttvv-card:hover .ttvv-icon {
  transform: translateY(-4px);
  color: #00a9a2;
  border-color: rgba(255, 0, 80, 0.32);
}

.ttvv-premium-viewer-section .ttvv-i {
  line-height: 1 !important;
  text-align: center !important;
}

.ttvv-premium-viewer-section .ttvv-card-title {
  position: relative;
  z-index: 1;
  color: #162129;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  margin-bottom: 0;
}

.ttvv-premium-viewer-section .ttvv-card-text {
  position: relative;
  z-index: 1;
  color: #566671;
  line-height: 1.62;
  margin-bottom: 0;
}

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

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

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

  .ttvv-premium-viewer-section .ttvv-container {
    padding: 0 28px !important;
  }

  .ttvv-premium-viewer-section .ttvv-heading {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

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

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

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

  .ttvv-premium-viewer-section .ttvv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .ttvv-premium-viewer-section .ttvv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

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

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

  .ttvv-premium-viewer-section .ttvv-card-title {
    font-size: 20px;
    margin-top: 0;
  }

  .ttvv-premium-viewer-section .ttvv-card-text {
    font-size: 15px;
    margin-top: 14px;
  }
}

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

  .ttvv-premium-viewer-section .ttvv-container {
    padding: 0 24px !important;
  }

  .ttvv-premium-viewer-section .ttvv-heading {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .ttvv-premium-viewer-section .ttvv-intro {
    max-width: 680px;
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ttvv-premium-viewer-section .ttvv-grid,
  .ttvv-premium-viewer-section .ttvv-grid-3,
  .ttvv-premium-viewer-section .ttvv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .ttvv-premium-viewer-section .ttvv-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

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

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

  .ttvv-premium-viewer-section .ttvv-card-title {
    font-size: 19px;
    margin-top: 0;
  }

  .ttvv-premium-viewer-section .ttvv-card-text {
    font-size: 14.5px;
    margin-top: 12px;
  }
}

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

  .ttvv-premium-viewer-section .ttvv-container {
    padding: 0 16px !important;
  }

  .ttvv-premium-viewer-section .ttvv-heading {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .ttvv-premium-viewer-section .ttvv-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .ttvv-premium-viewer-section .ttvv-grid,
  .ttvv-premium-viewer-section .ttvv-grid-3,
  .ttvv-premium-viewer-section .ttvv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .ttvv-premium-viewer-section .ttvv-card {
    min-height: 228px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .ttvv-premium-viewer-section .ttvv-card:hover {
    transform: translateY(-4px) scale(1.006);
  }

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

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

  .ttvv-premium-viewer-section .ttvv-card-title {
    font-size: 16px;
    margin-top: 0;
  }

  .ttvv-premium-viewer-section .ttvv-card-text {
    font-size: 13px;
    line-height: 1.52;
    margin-top: 9px;
  }
}

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

  .ttvv-premium-viewer-section .ttvv-container {
    padding: 0 12px !important;
  }

  .ttvv-premium-viewer-section .ttvv-heading {
    font-size: 25px;
    line-height: 1.16;
    margin-bottom: 10px;
  }

  .ttvv-premium-viewer-section .ttvv-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .ttvv-premium-viewer-section .ttvv-grid,
  .ttvv-premium-viewer-section .ttvv-grid-3,
  .ttvv-premium-viewer-section .ttvv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .ttvv-premium-viewer-section .ttvv-card {
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .ttvv-premium-viewer-section .ttvv-card:hover {
    transform: translateY(-3px);
  }

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

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

  .ttvv-premium-viewer-section .ttvv-card-title {
    font-size: 15px;
    line-height: 1.25;
    margin-top: 0;
  }

  .ttvv-premium-viewer-section .ttvv-card-text {
    font-size: 12.4px;
    line-height: 1.48;
    margin-top: 8px;
  }
}

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

  .ttvv-premium-viewer-section .ttvv-container {
    padding: 0 10px !important;
  }

  .ttvv-premium-viewer-section .ttvv-heading {
    font-size: 22px;
    line-height: 1.16;
    margin-bottom: 9px;
  }

  .ttvv-premium-viewer-section .ttvv-intro {
    font-size: 12.8px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .ttvv-premium-viewer-section .ttvv-grid,
  .ttvv-premium-viewer-section .ttvv-grid-3,
  .ttvv-premium-viewer-section .ttvv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .ttvv-premium-viewer-section .ttvv-card {
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

  .ttvv-premium-viewer-section .ttvv-card:hover {
    transform: translateY(-2px);
  }

  .ttvv-premium-viewer-section .ttvv-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 11px;
  }

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

  .ttvv-premium-viewer-section .ttvv-card-title {
    font-size: 13.8px;
    line-height: 1.22;
    margin-top: 0;
  }

  .ttvv-premium-viewer-section .ttvv-card-text {
    font-size: 11.7px;
    line-height: 1.42;
    margin-top: 7px;
  }
}