@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.tiktok-post-viewer-content {
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18202f;
  background: #ffffff;
}

.tiktok-post-viewer-content,
.tiktok-post-viewer-content div,
.tiktok-post-viewer-content section,
.tiktok-post-viewer-content article {
  box-sizing: border-box;
}

.tiktok-post-viewer-content .tpv-section {
  position: relative;
  width: 100%;
}

.tiktok-post-viewer-content .tpv-section-white {
  background: #ffffff;
}

.tiktok-post-viewer-content .tpv-section-soft {
  background:
    radial-gradient(circle at 8% 12%, rgba(37, 244, 238, 0.08), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(254, 44, 85, 0.08), transparent 30%),
    #f8fafc;
}

.tiktok-post-viewer-content .tpv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tiktok-post-viewer-content .tpv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tiktok-post-viewer-content .tpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(24, 32, 47, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #5b2334;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}

.tiktok-post-viewer-content .tpv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}

.tiktok-post-viewer-content h2,
.tiktok-post-viewer-content h3,
.tiktok-post-viewer-content p {
  margin-top: 0;
}

.tiktok-post-viewer-content h2 {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tiktok-post-viewer-content .tpv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #596273;
  line-height: 1.72;
}

.tiktok-post-viewer-content .tpv-grid {
  display: grid;
  align-items: stretch;
}

.tiktok-post-viewer-content .tpv-card,
.tiktok-post-viewer-content .tpv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tiktok-post-viewer-content .tpv-card::after,
.tiktok-post-viewer-content .tpv-trust-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
  opacity: 0;
  transition: opacity 220ms ease;
}

.tiktok-post-viewer-content .tpv-card:hover,
.tiktok-post-viewer-content .tpv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.2);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
}

.tiktok-post-viewer-content .tpv-card:hover::after,
.tiktok-post-viewer-content .tpv-trust-card:hover::after {
  opacity: 1;
}

.tiktok-post-viewer-content .tpv-card h3,
.tiktok-post-viewer-content .tpv-trust-card h3,
.tiktok-post-viewer-content .tpv-step-card h3 {
  margin-bottom: 10px;
  color: #141b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tiktok-post-viewer-content .tpv-card p,
.tiktok-post-viewer-content .tpv-trust-card p,
.tiktok-post-viewer-content .tpv-step-card p {
  margin-bottom: 0;
  color: #5b6474;
  line-height: 1.7;
}

.tiktok-post-viewer-content .tpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.tiktok-post-viewer-content .tpv-icon::before,
.tiktok-post-viewer-content .tpv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.tiktok-post-viewer-content .tpv-card:hover .tpv-icon::before,
.tiktok-post-viewer-content .tpv-card:hover .tpv-icon::after {
  transform: translateY(-1px);
}

.tiktok-post-viewer-content .tpv-icon-play::before {
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fe2c55;
}

.tiktok-post-viewer-content .tpv-icon-speed::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 3px solid #25b9c5;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.tiktok-post-viewer-content .tpv-icon-speed::after {
  width: 12px;
  height: 3px;
  top: 22px;
  left: 22px;
  border-radius: 99px;
  background: #fe2c55;
  transform-origin: left center;
  rotate: -28deg;
}

.tiktok-post-viewer-content .tpv-icon-preview::before {
  width: 24px;
  height: 16px;
  top: 15px;
  left: 11px;
  border: 3px solid #25b9c5;
  border-radius: 12px;
}

.tiktok-post-viewer-content .tpv-icon-preview::after {
  width: 7px;
  height: 7px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #fe2c55;
}

.tiktok-post-viewer-content .tpv-icon-path::before {
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border: 3px solid #25b9c5;
  border-radius: 9px;
}

.tiktok-post-viewer-content .tpv-icon-path::after {
  width: 16px;
  height: 3px;
  top: 22px;
  left: 15px;
  border-radius: 99px;
  background: #fe2c55;
}

.tiktok-post-viewer-content .tpv-icon-mobile::before {
  width: 18px;
  height: 26px;
  top: 10px;
  left: 14px;
  border: 3px solid #25b9c5;
  border-radius: 8px;
}

.tiktok-post-viewer-content .tpv-icon-mobile::after {
  width: 5px;
  height: 5px;
  bottom: 13px;
  left: 21px;
  border-radius: 50%;
  background: #fe2c55;
}

.tiktok-post-viewer-content .tpv-icon-daily::before {
  width: 23px;
  height: 23px;
  top: 12px;
  left: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #25b9c5, #fe2c55);
}

.tiktok-post-viewer-content .tpv-icon-daily::after {
  width: 15px;
  height: 3px;
  top: 22px;
  left: 16px;
  border-radius: 99px;
  background: #ffffff;
}

.tiktok-post-viewer-content .tpv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.tiktok-post-viewer-content .tpv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 55%, rgba(37, 244, 238, 0.08) 100%);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tiktok-post-viewer-content .tpv-step-card::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 72px;
  width: 1px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.45));
}

.tiktok-post-viewer-content .tpv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.26);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
}

.tiktok-post-viewer-content .tpv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}

.tiktok-post-viewer-content .tpv-step-number::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 18px;
  height: 18px;
  border-radius: 99px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tiktok-post-viewer-content .tpv-step-copy {
  position: relative;
  z-index: 1;
}

.tiktok-post-viewer-content .tpv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.35), rgba(254, 44, 85, 0.24)) border-box;
  border: 1px solid transparent;
}

.tiktok-post-viewer-content .tpv-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.18);
}

.tiktok-post-viewer-content .tpv-dot::after {
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 99px;
  background: #ffffff;
}

.tiktok-post-viewer-content .tpv-trust-card {
  background:
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.12), transparent 34%),
    #ffffff;
}

.tiktok-post-viewer-content .tpv-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #f2f7f8;
  color: #35505a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.tiktok-post-viewer-content .tpv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.tiktok-post-viewer-content .tpv-reveal.tpv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .tiktok-post-viewer-content .tpv-section {
    padding: 48px 0;
  }

  .tiktok-post-viewer-content .tpv-container {
    padding: 0 14px;
  }

  .tiktok-post-viewer-content .tpv-section-head {
    margin-bottom: 28px;
  }

  .tiktok-post-viewer-content h2 {
    font-size: 26px;
  }

  .tiktok-post-viewer-content .tpv-section-head p {
    font-size: 14px;
  }

  .tiktok-post-viewer-content .tpv-grid,
  .tiktok-post-viewer-content .tpv-steps {
    gap: 16px;
  }

  .tiktok-post-viewer-content .tpv-grid-six,
  .tiktok-post-viewer-content .tpv-grid-three {
    grid-template-columns: 1fr;
  }

  .tiktok-post-viewer-content .tpv-card,
  .tiktok-post-viewer-content .tpv-trust-card {
    padding: 22px;
  }

  .tiktok-post-viewer-content .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .tiktok-post-viewer-content .tpv-step-card::before {
    display: none;
  }

  .tiktok-post-viewer-content .tpv-card h3,
  .tiktok-post-viewer-content .tpv-trust-card h3,
  .tiktok-post-viewer-content .tpv-step-card h3 {
    font-size: 18px;
  }

  .tiktok-post-viewer-content .tpv-card p,
  .tiktok-post-viewer-content .tpv-trust-card p,
  .tiktok-post-viewer-content .tpv-step-card p {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tiktok-post-viewer-content .tpv-section {
    padding: 54px 0;
  }

  .tiktok-post-viewer-content .tpv-container {
    padding: 0 18px;
  }

  .tiktok-post-viewer-content .tpv-section-head {
    margin-bottom: 30px;
  }

  .tiktok-post-viewer-content h2 {
    font-size: 29px;
  }

  .tiktok-post-viewer-content .tpv-section-head p {
    font-size: 15px;
  }

  .tiktok-post-viewer-content .tpv-grid,
  .tiktok-post-viewer-content .tpv-steps {
    gap: 18px;
  }

  .tiktok-post-viewer-content .tpv-grid-six,
  .tiktok-post-viewer-content .tpv-grid-three {
    grid-template-columns: 1fr;
  }

  .tiktok-post-viewer-content .tpv-card,
  .tiktok-post-viewer-content .tpv-trust-card {
    padding: 24px;
  }

  .tiktok-post-viewer-content .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .tiktok-post-viewer-content .tpv-step-card::before {
    display: none;
  }

  .tiktok-post-viewer-content .tpv-card h3,
  .tiktok-post-viewer-content .tpv-trust-card h3,
  .tiktok-post-viewer-content .tpv-step-card h3 {
    font-size: 19px;
  }

  .tiktok-post-viewer-content .tpv-card p,
  .tiktok-post-viewer-content .tpv-trust-card p,
  .tiktok-post-viewer-content .tpv-step-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tiktok-post-viewer-content .tpv-section {
    padding: 60px 0;
  }

  .tiktok-post-viewer-content .tpv-container {
    padding: 0 22px;
  }

  .tiktok-post-viewer-content .tpv-section-head {
    margin-bottom: 34px;
  }

  .tiktok-post-viewer-content h2 {
    font-size: 32px;
  }

  .tiktok-post-viewer-content .tpv-section-head p {
    font-size: 15.5px;
  }

  .tiktok-post-viewer-content .tpv-grid,
  .tiktok-post-viewer-content .tpv-steps {
    gap: 20px;
  }

  .tiktok-post-viewer-content .tpv-grid-six,
  .tiktok-post-viewer-content .tpv-grid-three {
    grid-template-columns: 1fr;
  }

  .tiktok-post-viewer-content .tpv-card,
  .tiktok-post-viewer-content .tpv-trust-card {
    padding: 26px;
  }

  .tiktok-post-viewer-content .tpv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .tiktok-post-viewer-content .tpv-step-card::before {
    display: none;
  }

  .tiktok-post-viewer-content .tpv-card h3,
  .tiktok-post-viewer-content .tpv-trust-card h3,
  .tiktok-post-viewer-content .tpv-step-card h3 {
    font-size: 20px;
  }

  .tiktok-post-viewer-content .tpv-card p,
  .tiktok-post-viewer-content .tpv-trust-card p,
  .tiktok-post-viewer-content .tpv-step-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tiktok-post-viewer-content .tpv-section {
    padding: 76px 0;
  }

  .tiktok-post-viewer-content .tpv-container {
    padding: 0 28px;
  }

  .tiktok-post-viewer-content .tpv-section-head {
    margin-bottom: 42px;
  }

  .tiktok-post-viewer-content h2 {
    font-size: 40px;
  }

  .tiktok-post-viewer-content .tpv-section-head p {
    font-size: 16.5px;
  }

  .tiktok-post-viewer-content .tpv-grid,
  .tiktok-post-viewer-content .tpv-steps {
    gap: 22px;
  }

  .tiktok-post-viewer-content .tpv-grid-six,
  .tiktok-post-viewer-content .tpv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tiktok-post-viewer-content .tpv-card,
  .tiktok-post-viewer-content .tpv-trust-card {
    padding: 28px;
  }

  .tiktok-post-viewer-content .tpv-step-card {
    gap: 30px;
    padding: 30px;
  }

  .tiktok-post-viewer-content .tpv-card h3,
  .tiktok-post-viewer-content .tpv-trust-card h3,
  .tiktok-post-viewer-content .tpv-step-card h3 {
    font-size: 20px;
  }

  .tiktok-post-viewer-content .tpv-card p,
  .tiktok-post-viewer-content .tpv-trust-card p,
  .tiktok-post-viewer-content .tpv-step-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  .tiktok-post-viewer-content .tpv-section {
    padding: 92px 0;
  }

  .tiktok-post-viewer-content .tpv-container {
    padding: 0 32px;
  }

  .tiktok-post-viewer-content .tpv-section-head {
    margin-bottom: 48px;
  }

  .tiktok-post-viewer-content h2 {
    font-size: 46px;
  }

  .tiktok-post-viewer-content .tpv-section-head p {
    font-size: 17px;
  }

  .tiktok-post-viewer-content .tpv-grid {
    gap: 24px;
  }

  .tiktok-post-viewer-content .tpv-steps {
    gap: 22px;
  }

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

  .tiktok-post-viewer-content .tpv-card,
  .tiktok-post-viewer-content .tpv-trust-card {
    padding: 30px;
  }

  .tiktok-post-viewer-content .tpv-step-card {
    gap: 34px;
    padding: 32px;
  }

  .tiktok-post-viewer-content .tpv-card h3,
  .tiktok-post-viewer-content .tpv-trust-card h3,
  .tiktok-post-viewer-content .tpv-step-card h3 {
    font-size: 21px;
  }

  .tiktok-post-viewer-content .tpv-card p,
  .tiktok-post-viewer-content .tpv-trust-card p,
  .tiktok-post-viewer-content .tpv-step-card p {
    font-size: 15.5px;
  }
}