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

.tpv-third-party-tiktok-viewer,
.tpv-third-party-tiktok-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.tpv-third-party-tiktok-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18201f;
  font-family: inherit;
}

.tpv-third-party-tiktok-viewer .tpv-section {
  width: 100% !important;
}

.tpv-third-party-tiktok-viewer .tpv-section-one,
.tpv-third-party-tiktok-viewer .tpv-section-three {
  background: #ffffff;
}

.tpv-third-party-tiktok-viewer .tpv-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 58, 96, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbfa 0%, #eef8f6 100%);
}

.tpv-third-party-tiktok-viewer .tpv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.tpv-third-party-tiktok-viewer .tpv-heading {
  margin: 0 auto;
  color: #14201f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.tpv-third-party-tiktok-viewer .tpv-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #536463;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.tpv-third-party-tiktok-viewer .tpv-grid {
  display: grid !important;
  align-items: stretch !important;
}

.tpv-third-party-tiktok-viewer .tpv-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(17, 185, 174, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(17, 185, 174, 0.08), rgba(255, 58, 96, 0.08));
  box-shadow: 0 18px 46px rgba(13, 38, 37, 0.09);
  text-align: center;
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease, background-position 280ms ease;
}

.tpv-third-party-tiktok-viewer .tpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(17, 185, 174, 0.1), rgba(255, 58, 96, 0.1));
  transition: opacity 280ms ease;
}

.tpv-third-party-tiktok-viewer .tpv-card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(255, 58, 96, 0.34);
  box-shadow: 0 24px 64px rgba(17, 185, 174, 0.16);
}

.tpv-third-party-tiktok-viewer .tpv-card:hover::before {
  opacity: 1;
}

.tpv-third-party-tiktok-viewer .tpv-card:hover .tpv-icon {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(255, 58, 96, 0.2);
}

.tpv-third-party-tiktok-viewer .tpv-card:hover .tpv-i {
  transform: scale(1.08);
}

.tpv-third-party-tiktok-viewer .tpv-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid rgba(17, 185, 174, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, #11b9ae 0%, #ff3a60 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 12px 26px rgba(13, 38, 37, 0.13);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.tpv-third-party-tiktok-viewer .tpv-i {
  line-height: 1;
  text-align: center;
  transition: transform 280ms ease;
}

.tpv-third-party-tiktok-viewer .tpv-card-title {
  margin: 0;
  color: #18201f;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}

.tpv-third-party-tiktok-viewer .tpv-card-text {
  margin: 0 auto;
  color: #5c6b6a;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

.tpv-third-party-tiktok-viewer .tpv-card.tpv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tpv-third-party-tiktok-viewer .tpv-card.tpv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .tpv-third-party-tiktok-viewer .tpv-section {
    padding: 82px 24px;
  }

  .tpv-third-party-tiktok-viewer .tpv-heading {
    max-width: 1040px;
    font-size: 42px;
    white-space: nowrap;
  }

  .tpv-third-party-tiktok-viewer .tpv-intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .tpv-third-party-tiktok-viewer .tpv-grid {
    margin-top: 42px;
    gap: 24px;
  }

  .tpv-third-party-tiktok-viewer .tpv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tpv-third-party-tiktok-viewer .tpv-grid-eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tpv-third-party-tiktok-viewer .tpv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .tpv-third-party-tiktok-viewer .tpv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }

  .tpv-third-party-tiktok-viewer .tpv-i {
    font-size: 27px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-title {
    font-size: 20px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-text {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tpv-third-party-tiktok-viewer .tpv-section {
    padding: 64px 22px;
  }

  .tpv-third-party-tiktok-viewer .tpv-heading {
    max-width: 760px;
    font-size: 34px;
  }

  .tpv-third-party-tiktok-viewer .tpv-intro {
    margin-top: 14px;
    font-size: 16px;
  }

  .tpv-third-party-tiktok-viewer .tpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .tpv-third-party-tiktok-viewer .tpv-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .tpv-third-party-tiktok-viewer .tpv-i {
    font-size: 24px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-title {
    font-size: 18px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tpv-third-party-tiktok-viewer .tpv-section {
    padding: 48px 16px;
  }

  .tpv-third-party-tiktok-viewer .tpv-heading {
    max-width: 430px;
    font-size: 27px;
  }

  .tpv-third-party-tiktok-viewer .tpv-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  .tpv-third-party-tiktok-viewer .tpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .tpv-third-party-tiktok-viewer .tpv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }

  .tpv-third-party-tiktok-viewer .tpv-i {
    font-size: 20px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-title {
    font-size: 15px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tpv-third-party-tiktok-viewer .tpv-section {
    padding: 42px 13px;
  }

  .tpv-third-party-tiktok-viewer .tpv-heading {
    max-width: 360px;
    font-size: 24px;
  }

  .tpv-third-party-tiktok-viewer .tpv-intro {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .tpv-third-party-tiktok-viewer .tpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 12px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card {
    min-height: 220px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .tpv-third-party-tiktok-viewer .tpv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }

  .tpv-third-party-tiktok-viewer .tpv-i {
    font-size: 18px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-title {
    font-size: 14px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .tpv-third-party-tiktok-viewer .tpv-section {
    padding: 36px 10px;
  }

  .tpv-third-party-tiktok-viewer .tpv-heading {
    max-width: 310px;
    font-size: 21px;
  }

  .tpv-third-party-tiktok-viewer .tpv-intro {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.45;
  }

  .tpv-third-party-tiktok-viewer .tpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .tpv-third-party-tiktok-viewer .tpv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .tpv-third-party-tiktok-viewer .tpv-i {
    font-size: 17px;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-title {
    font-size: 13px;
    line-height: 1.22;
  }

  .tpv-third-party-tiktok-viewer .tpv-card-text {
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.42;
  }
}