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

.ttvd-content {
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

.ttvd-content,
.ttvd-content div,
.ttvd-content section,
.ttvd-content article {
  box-sizing: border-box;
}

.ttvd-content .ttvd-section {
  position: relative;
  width: 100%;
}

.ttvd-content .ttvd-section-white {
  background: #ffffff;
}

.ttvd-content .ttvd-section-soft {
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}

.ttvd-content .ttvd-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ttvd-content .ttvd-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ttvd-content .ttvd-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 96, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 96, 0.08), rgba(0, 242, 234, 0.1));
  color: #d81761;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.ttvd-content .ttvd-heading h2 {
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttvd-content .ttvd-heading p {
  margin: 16px auto 0;
  color: #5c667a;
  font-weight: 450;
  line-height: 1.72;
}

.ttvd-content .ttvd-grid {
  display: grid;
  align-items: stretch;
}

.ttvd-content .ttvd-card,
.ttvd-content .ttvd-trust-card,
.ttvd-content .ttvd-step-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvd-content .ttvd-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.ttvd-content .ttvd-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff0060 0%, #8f4cff 48%, #00f2ea 100%);
  opacity: 0.9;
}

.ttvd-content .ttvd-card:hover,
.ttvd-content .ttvd-trust-card:hover,
.ttvd-content .ttvd-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 96, 0.2);
  box-shadow: 0 24px 62px rgba(16, 24, 40, 0.13);
}

.ttvd-content .ttvd-card h3,
.ttvd-content .ttvd-trust-card h3,
.ttvd-content .ttvd-step-body h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.ttvd-content .ttvd-card p,
.ttvd-content .ttvd-trust-card p,
.ttvd-content .ttvd-step-body p {
  margin: 10px 0 0;
  color: #667085;
  font-weight: 450;
  line-height: 1.68;
}

.ttvd-content .ttvd-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 0, 96, 0.12), rgba(0, 242, 234, 0.16));
  border: 1px solid rgba(255, 0, 96, 0.12);
}

.ttvd-content .ttvd-icon::before,
.ttvd-content .ttvd-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.ttvd-content .ttvd-card:hover .ttvd-icon::before,
.ttvd-content .ttvd-card:hover .ttvd-icon::after {
  transform: translateY(-1px) scale(1.04);
}

.ttvd-content .ttvd-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #ff0060;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttvd-content .ttvd-icon-fast::before {
  left: 11px;
  top: 22px;
  width: 23px;
  height: 3px;
  border-radius: 99px;
  background: #00b8b2;
  box-shadow: 5px -8px 0 rgba(255, 0, 96, 0.8), -3px 8px 0 rgba(143, 76, 255, 0.72);
}

.ttvd-content .ttvd-icon-preview::before {
  left: 10px;
  top: 12px;
  width: 26px;
  height: 20px;
  border: 2px solid #8f4cff;
  border-radius: 8px;
}

.ttvd-content .ttvd-icon-preview::after {
  left: 20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00b8b2;
}

.ttvd-content .ttvd-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border-left: 3px solid #ff0060;
  border-bottom: 3px solid #00b8b2;
  border-radius: 0 0 0 10px;
}

.ttvd-content .ttvd-icon-steps::after {
  right: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8f4cff;
  box-shadow: -14px 13px 0 #00b8b2;
}

.ttvd-content .ttvd-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ff0060;
  border-radius: 8px;
}

.ttvd-content .ttvd-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00b8b2;
}

.ttvd-content .ttvd-icon-daily::before {
  left: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #00b8b2;
}

.ttvd-content .ttvd-icon-daily::after {
  left: 22px;
  top: 15px;
  width: 3px;
  height: 14px;
  border-radius: 99px;
  background: #ff0060;
  transform-origin: bottom center;
  transform: rotate(42deg);
}

.ttvd-content .ttvd-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttvd-content .ttvd-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.ttvd-content .ttvd-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, #ff0060, #00f2ea);
}

.ttvd-content .ttvd-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0060 0%, #8f4cff 52%, #00b8b2 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 96, 0.22);
}

.ttvd-content .ttvd-card-softline::before {
  height: 100%;
  width: 4px;
  right: auto;
  background: linear-gradient(180deg, #00f2ea, #ff0060);
}

.ttvd-content .ttvd-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f7f9fc;
  border: 1px solid rgba(16, 24, 40, 0.08);
  color: #d81761;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttvd-content .ttvd-trust-card {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.ttvd-content .ttvd-trust-card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.18) 0%, rgba(255, 0, 96, 0.04) 58%, transparent 70%);
}

.ttvd-content .ttvd-trust-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #00b8b2;
  box-shadow: 18px 0 0 rgba(255, 0, 96, 0.9), 36px 0 0 rgba(143, 76, 255, 0.82);
}

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

.ttvd-content .ttvd-reveal.ttvd-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

  .ttvd-content .ttvd-container {
    padding: 0 14px;
  }

  .ttvd-content .ttvd-heading h2 {
    font-size: 26px;
  }

  .ttvd-content .ttvd-heading p {
    font-size: 15px;
  }

  .ttvd-content .ttvd-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ttvd-content .ttvd-card,
  .ttvd-content .ttvd-trust-card {
    padding: 22px;
  }

  .ttvd-content .ttvd-card h3,
  .ttvd-content .ttvd-trust-card h3,
  .ttvd-content .ttvd-step-body h3 {
    font-size: 18px;
  }

  .ttvd-content .ttvd-card p,
  .ttvd-content .ttvd-trust-card p,
  .ttvd-content .ttvd-step-body p {
    font-size: 14.5px;
  }

  .ttvd-content .ttvd-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .ttvd-content .ttvd-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ttvd-content .ttvd-step-number {
    width: 58px;
    height: 50px;
    font-size: 18px;
  }
}

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

  .ttvd-content .ttvd-container {
    padding: 0 18px;
  }

  .ttvd-content .ttvd-heading h2 {
    font-size: 29px;
  }

  .ttvd-content .ttvd-heading p {
    font-size: 15.5px;
  }

  .ttvd-content .ttvd-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .ttvd-content .ttvd-card,
  .ttvd-content .ttvd-trust-card {
    padding: 24px;
  }

  .ttvd-content .ttvd-card h3,
  .ttvd-content .ttvd-trust-card h3,
  .ttvd-content .ttvd-step-body h3 {
    font-size: 19px;
  }

  .ttvd-content .ttvd-card p,
  .ttvd-content .ttvd-trust-card p,
  .ttvd-content .ttvd-step-body p {
    font-size: 15px;
  }

  .ttvd-content .ttvd-steps {
    gap: 18px;
    margin-top: 30px;
  }

  .ttvd-content .ttvd-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ttvd-content .ttvd-step-number {
    width: 62px;
    height: 52px;
    font-size: 18px;
  }
}

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

  .ttvd-content .ttvd-container {
    padding: 0 22px;
  }

  .ttvd-content .ttvd-heading h2 {
    font-size: 33px;
  }

  .ttvd-content .ttvd-heading p {
    font-size: 16px;
  }

  .ttvd-content .ttvd-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .ttvd-content .ttvd-card,
  .ttvd-content .ttvd-trust-card {
    padding: 26px;
  }

  .ttvd-content .ttvd-card h3,
  .ttvd-content .ttvd-trust-card h3,
  .ttvd-content .ttvd-step-body h3 {
    font-size: 20px;
  }

  .ttvd-content .ttvd-card p,
  .ttvd-content .ttvd-trust-card p,
  .ttvd-content .ttvd-step-body p {
    font-size: 15.5px;
  }

  .ttvd-content .ttvd-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .ttvd-content .ttvd-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ttvd-content .ttvd-step-number {
    width: 66px;
    height: 54px;
    font-size: 19px;
  }
}

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

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

  .ttvd-content .ttvd-heading h2 {
    font-size: 40px;
  }

  .ttvd-content .ttvd-heading p {
    font-size: 17px;
  }

  .ttvd-content .ttvd-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .ttvd-content .ttvd-grid-3,
  .ttvd-content .ttvd-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttvd-content .ttvd-card,
  .ttvd-content .ttvd-trust-card {
    padding: 28px;
  }

  .ttvd-content .ttvd-card h3,
  .ttvd-content .ttvd-trust-card h3,
  .ttvd-content .ttvd-step-body h3 {
    font-size: 20px;
  }

  .ttvd-content .ttvd-card p,
  .ttvd-content .ttvd-trust-card p,
  .ttvd-content .ttvd-step-body p {
    font-size: 15.5px;
  }

  .ttvd-content .ttvd-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .ttvd-content .ttvd-step-card {
    grid-template-columns: 86px 1fr;
    gap: 24px;
    padding: 28px 30px;
  }

  .ttvd-content .ttvd-step-number {
    width: 72px;
    height: 62px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .ttvd-content .ttvd-section {
    padding: 92px 0;
  }

  .ttvd-content .ttvd-container {
    padding: 0 32px;
  }

  .ttvd-content .ttvd-heading h2 {
    font-size: 46px;
  }

  .ttvd-content .ttvd-heading p {
    font-size: 17px;
  }

  .ttvd-content .ttvd-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .ttvd-content .ttvd-grid-3,
  .ttvd-content .ttvd-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ttvd-content .ttvd-card,
  .ttvd-content .ttvd-trust-card {
    padding: 30px;
  }

  .ttvd-content .ttvd-card h3,
  .ttvd-content .ttvd-trust-card h3,
  .ttvd-content .ttvd-step-body h3 {
    font-size: 21px;
  }

  .ttvd-content .ttvd-card p,
  .ttvd-content .ttvd-trust-card p,
  .ttvd-content .ttvd-step-body p {
    font-size: 15.5px;
  }

  .ttvd-content .ttvd-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .ttvd-content .ttvd-step-card {
    grid-template-columns: 96px 1fr;
    gap: 26px;
    padding: 32px 34px;
  }

  .ttvd-content .ttvd-step-number {
    width: 78px;
    height: 66px;
    font-size: 21px;
  }
}