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

.ttvd-premium-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: #172126;
  font-family: inherit;
}

.ttvd-premium-wrapper,
.ttvd-premium-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.ttvd-premium-wrapper .ttvd-section {
  width: 100% !important;
  text-align: center;
}

.ttvd-premium-wrapper .ttvd-section-one,
.ttvd-premium-wrapper .ttvd-section-three {
  background: #ffffff;
}

.ttvd-premium-wrapper .ttvd-section-two {
  background: linear-gradient(180deg, #f2fbf8 0%, #fff7f8 100%);
}

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

.ttvd-premium-wrapper .ttvd-heading {
  margin: 0 auto;
  color: #11191d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.ttvd-premium-wrapper .ttvd-intro {
  margin: 0 auto;
  max-width: 780px;
  color: #536268;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.ttvd-premium-wrapper .ttvd-grid {
  display: grid !important;
  align-items: stretch !important;
}

.ttvd-premium-wrapper .ttvd-card {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  border: 1px solid #dbe9e6;
  background: linear-gradient(180deg, #ffffff 0%, #fbfffe 100%);
  box-shadow: 0 18px 44px rgba(16, 49, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ttvd-premium-wrapper .ttvd-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.16), transparent 42%), radial-gradient(circle at 50% 100%, rgba(255, 0, 80, 0.10), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ttvd-premium-wrapper .ttvd-card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(0, 184, 177, 0.46);
  box-shadow: 0 24px 58px rgba(17, 25, 29, 0.13);
}

.ttvd-premium-wrapper .ttvd-card:hover::before {
  opacity: 1;
}

.ttvd-premium-wrapper .ttvd-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 242, 234, 0.26);
  background: linear-gradient(135deg, #00d7cf 0%, #ff2f6d 100%);
  box-shadow: 0 14px 34px rgba(0, 184, 177, 0.22);
  color: #ffffff;
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ttvd-premium-wrapper .ttvd-card:hover .ttvd-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(255, 47, 109, 0.22);
}

.ttvd-premium-wrapper .ttvd-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

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

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

.ttvd-premium-wrapper .ttvd-card.ttvd-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ttvd-premium-wrapper .ttvd-card.ttvd-reveal.ttvd-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .ttvd-premium-wrapper .ttvd-container {
    padding: 0 28px;
  }

  .ttvd-premium-wrapper .ttvd-heading {
    max-width: 1040px;
    font-size: 44px;
  }

  .ttvd-premium-wrapper .ttvd-intro {
    padding-top: 18px;
    font-size: 17px;
  }

  .ttvd-premium-wrapper .ttvd-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }

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

  .ttvd-premium-wrapper .ttvd-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 20px;
  }

  .ttvd-premium-wrapper .ttvd-i {
    font-size: 28px;
  }

  .ttvd-premium-wrapper .ttvd-card-title {
    font-size: 20px;
  }

  .ttvd-premium-wrapper .ttvd-card-text {
    padding-top: 13px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttvd-premium-wrapper .ttvd-section {
    padding: 72px 0;
  }

  .ttvd-premium-wrapper .ttvd-container {
    padding: 0 24px;
  }

  .ttvd-premium-wrapper .ttvd-heading {
    max-width: 820px;
    font-size: 36px;
  }

  .ttvd-premium-wrapper .ttvd-intro {
    padding-top: 16px;
    font-size: 16px;
  }

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

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

  .ttvd-premium-wrapper .ttvd-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 18px;
  }

  .ttvd-premium-wrapper .ttvd-i {
    font-size: 26px;
  }

  .ttvd-premium-wrapper .ttvd-card-title {
    font-size: 19px;
  }

  .ttvd-premium-wrapper .ttvd-card-text {
    padding-top: 12px;
    font-size: 14.5px;
  }
}

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

  .ttvd-premium-wrapper .ttvd-container {
    padding: 0 16px;
  }

  .ttvd-premium-wrapper .ttvd-heading {
    max-width: 520px;
    font-size: 28px;
  }

  .ttvd-premium-wrapper .ttvd-intro {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

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

  .ttvd-premium-wrapper .ttvd-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

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

  .ttvd-premium-wrapper .ttvd-i {
    font-size: 21px;
  }

  .ttvd-premium-wrapper .ttvd-card-title {
    font-size: 16px;
  }

  .ttvd-premium-wrapper .ttvd-card-text {
    padding-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .ttvd-premium-wrapper .ttvd-container {
    padding: 0 12px;
  }

  .ttvd-premium-wrapper .ttvd-heading {
    max-width: 350px;
    font-size: 25px;
  }

  .ttvd-premium-wrapper .ttvd-intro {
    padding-top: 11px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .ttvd-premium-wrapper .ttvd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .ttvd-premium-wrapper .ttvd-card {
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .ttvd-premium-wrapper .ttvd-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .ttvd-premium-wrapper .ttvd-i {
    font-size: 19px;
  }

  .ttvd-premium-wrapper .ttvd-card-title {
    font-size: 15px;
  }

  .ttvd-premium-wrapper .ttvd-card-text {
    padding-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

  .ttvd-premium-wrapper .ttvd-container {
    padding: 0 10px;
  }

  .ttvd-premium-wrapper .ttvd-heading {
    max-width: 300px;
    font-size: 22px;
  }

  .ttvd-premium-wrapper .ttvd-intro {
    padding-top: 10px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .ttvd-premium-wrapper .ttvd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .ttvd-premium-wrapper .ttvd-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .ttvd-premium-wrapper .ttvd-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .ttvd-premium-wrapper .ttvd-i {
    font-size: 17px;
  }

  .ttvd-premium-wrapper .ttvd-card-title {
    font-size: 13.5px;
    line-height: 1.22;
  }

  .ttvd-premium-wrapper .ttvd-card-text {
    padding-top: 7px;
    font-size: 11.6px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .ttvd-premium-wrapper .ttvd-section {
    padding: 36px 0;
  }

  .ttvd-premium-wrapper .ttvd-container {
    padding: 0 10px;
  }

  .ttvd-premium-wrapper .ttvd-heading {
    font-size: 21px;
  }

  .ttvd-premium-wrapper .ttvd-intro {
    padding-top: 10px;
    font-size: 12.5px;
  }

  .ttvd-premium-wrapper .ttvd-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .ttvd-premium-wrapper .ttvd-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ttvd-premium-wrapper .ttvd-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .ttvd-premium-wrapper .ttvd-i {
    font-size: 17px;
  }

  .ttvd-premium-wrapper .ttvd-card-title {
    font-size: 14px;
  }

  .ttvd-premium-wrapper .ttvd-card-text {
    padding-top: 7px;
    font-size: 12px;
  }
}