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

.ttvd-content-wrap {
  width: 100%;
  overflow: hidden;
  color: #17202f;
  font-family: inherit;
  background: #ffffff;
}

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

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

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

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

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

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

.ttvd-content-wrap .ttvd-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #26364d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ttvd-content-wrap .ttvd-section-head h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttvd-content-wrap .ttvd-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #596579;
  font-weight: 400;
  line-height: 1.7;
}

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

.ttvd-content-wrap .ttvd-card,
.ttvd-content-wrap .ttvd-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttvd-content-wrap .ttvd-card::before,
.ttvd-content-wrap .ttvd-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}

.ttvd-content-wrap .ttvd-card:hover,
.ttvd-content-wrap .ttvd-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 22px 48px rgba(17, 24, 39, 0.11);
}

.ttvd-content-wrap .ttvd-card:hover::before,
.ttvd-content-wrap .ttvd-trust-card:hover::before {
  opacity: 1;
}

.ttvd-content-wrap .ttvd-card h3,
.ttvd-content-wrap .ttvd-trust-card h3,
.ttvd-content-wrap .ttvd-step-copy h3 {
  position: relative;
  margin: 0;
  color: #151f2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvd-content-wrap .ttvd-card p,
.ttvd-content-wrap .ttvd-trust-card p,
.ttvd-content-wrap .ttvd-step-copy p {
  position: relative;
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.68;
}

.ttvd-content-wrap .ttvd-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.18);
}

.ttvd-content-wrap .ttvd-icon::before,
.ttvd-content-wrap .ttvd-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.ttvd-content-wrap .ttvd-icon-play::before {
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.ttvd-content-wrap .ttvd-icon-bolt::before {
  width: 14px;
  height: 25px;
  left: 16px;
  top: 10px;
  clip-path: polygon(55% 0, 18% 48%, 48% 48%, 35% 100%, 82% 38%, 52% 38%);
}

.ttvd-content-wrap .ttvd-icon-frame::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.ttvd-content-wrap .ttvd-icon-path::before {
  width: 22px;
  height: 4px;
  left: 12px;
  top: 21px;
  border-radius: 99px;
}

.ttvd-content-wrap .ttvd-icon-phone::before {
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.ttvd-content-wrap .ttvd-icon-dots::before {
  width: 6px;
  height: 6px;
  left: 11px;
  top: 20px;
  border-radius: 50%;
  box-shadow: 9px 0 0 #ffffff, 18px 0 0 #ffffff;
}

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

.ttvd-content-wrap .ttvd-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(37, 244, 238, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 58%, rgba(37, 244, 238, 0.08) 100%);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttvd-content-wrap .ttvd-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.25);
  box-shadow: 0 24px 52px rgba(17, 24, 39, 0.1);
}

.ttvd-content-wrap .ttvd-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.ttvd-content-wrap .ttvd-card-quiet {
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.ttvd-content-wrap .ttvd-pill-dot {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

.ttvd-content-wrap .ttvd-pill-dot::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(254, 44, 85, 0.22);
}

.ttvd-content-wrap .ttvd-trust-card {
  background: #ffffff;
}

.ttvd-content-wrap .ttvd-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
}

.ttvd-content-wrap .ttvd-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 11px;
  height: 18px;
  border-right: 3px solid #0f9f98;
  border-bottom: 3px solid #0f9f98;
  transform: rotate(42deg);
}

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

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

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

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

  .ttvd-content-wrap .ttvd-section-head h2 {
    font-size: 26px;
  }

  .ttvd-content-wrap .ttvd-section-head p {
    font-size: 15px;
  }

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

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

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

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

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

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

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

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

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

  .ttvd-content-wrap .ttvd-section-head h2 {
    font-size: 29px;
  }

  .ttvd-content-wrap .ttvd-section-head p {
    font-size: 15.5px;
  }

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

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

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

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

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

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

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

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

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

  .ttvd-content-wrap .ttvd-section-head h2 {
    font-size: 33px;
  }

  .ttvd-content-wrap .ttvd-section-head p {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

  .ttvd-content-wrap .ttvd-section-head h2 {
    font-size: 40px;
  }

  .ttvd-content-wrap .ttvd-section-head p {
    font-size: 17px;
  }

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

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

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

  .ttvd-content-wrap .ttvd-card p,
  .ttvd-content-wrap .ttvd-trust-card p,
  .ttvd-content-wrap .ttvd-step-copy p {
    font-size: 16px;
  }

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

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

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

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

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

  .ttvd-content-wrap .ttvd-section-head h2 {
    font-size: 46px;
  }

  .ttvd-content-wrap .ttvd-section-head p {
    font-size: 17px;
  }

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

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

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

  .ttvd-content-wrap .ttvd-card h3,
  .ttvd-content-wrap .ttvd-trust-card h3,
  .ttvd-content-wrap .ttvd-step-copy h3 {
    font-size: 22px;
  }

  .ttvd-content-wrap .ttvd-card p,
  .ttvd-content-wrap .ttvd-trust-card p,
  .ttvd-content-wrap .ttvd-step-copy p {
    font-size: 16px;
  }

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

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

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