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

.ttvv-content {
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: inherit;
  background: #ffffff;
}

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

.ttvv-content .ttvv-section {
  position: relative;
}

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

.ttvv-content .ttvv-section-soft {
  background:
    radial-gradient(circle at 15% 12%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.11), transparent 28%),
    #f8fafc;
}

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

.ttvv-content .ttvv-heading-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttvv-content .ttvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #b71942;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

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

.ttvv-content .ttvv-heading-block p {
  margin: 14px auto 0;
  color: #566173;
  font-weight: 450;
  line-height: 1.75;
}

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

.ttvv-content .ttvv-card,
.ttvv-content .ttvv-trust-card,
.ttvv-content .ttvv-step-card {
  position: relative;
  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 45px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvv-content .ttvv-card::before,
.ttvv-content .ttvv-trust-card::before,
.ttvv-content .ttvv-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), transparent 34%, rgba(254, 44, 85, 0.10));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttvv-content .ttvv-card:hover,
.ttvv-content .ttvv-trust-card:hover,
.ttvv-content .ttvv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.20);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.ttvv-content .ttvv-card:hover::before,
.ttvv-content .ttvv-trust-card:hover::before,
.ttvv-content .ttvv-step-card:hover::before {
  opacity: 1;
}

.ttvv-content .ttvv-card h3,
.ttvv-content .ttvv-trust-card h3,
.ttvv-content .ttvv-step-card h3 {
  position: relative;
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

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

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

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

.ttvv-content .ttvv-card:hover .ttvv-icon::before,
.ttvv-content .ttvv-card:hover .ttvv-icon::after {
  transform: translateX(2px);
}

.ttvv-content .ttvv-icon-play::before {
  top: 14px;
  left: 17px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}

.ttvv-content .ttvv-icon-bolt::before {
  top: 10px;
  left: 17px;
  width: 12px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(44% 0, 100% 0, 62% 42%, 100% 42%, 30% 100%, 45% 55%, 0 55%);
}

.ttvv-content .ttvv-icon-frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.ttvv-content .ttvv-icon-route::before {
  top: 14px;
  left: 12px;
  width: 22px;
  height: 14px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 10px 0;
}

.ttvv-content .ttvv-icon-phone::before {
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttvv-content .ttvv-icon-spark::before {
  top: 11px;
  left: 20px;
  width: 6px;
  height: 24px;
  background: #ffffff;
  border-radius: 99px;
}

.ttvv-content .ttvv-icon-spark::after {
  top: 20px;
  left: 11px;
  width: 24px;
  height: 6px;
  background: #ffffff;
  border-radius: 99px;
}

.ttvv-content .ttvv-steps {
  display: grid;
}

.ttvv-content .ttvv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.11));
}

.ttvv-content .ttvv-step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.16);
}

.ttvv-content .ttvv-step-number::after {
  content: "";
  position: absolute;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.ttvv-content .ttvv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.18));
}

.ttvv-content .ttvv-badge-dot::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.ttvv-content .ttvv-trust-card {
  text-align: left;
}

.ttvv-content .ttvv-trust-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #111827, #263247);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.16);
}

.ttvv-content .ttvv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.ttvv-content .ttvv-reveal.ttvv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

  .ttvv-content .ttvv-heading-block p {
    font-size: 14px;
  }

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

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

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

  .ttvv-content .ttvv-step-number {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }

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

  .ttvv-content .ttvv-card p,
  .ttvv-content .ttvv-trust-card p,
  .ttvv-content .ttvv-step-card p {
    font-size: 14px;
  }
}

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

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

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

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

  .ttvv-content .ttvv-grid,
  .ttvv-content .ttvv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

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

  .ttvv-content h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttvv-content .ttvv-heading-block p {
    font-size: 16.5px;
  }

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

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

  .ttvv-content .ttvv-steps {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }

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

  .ttvv-content .ttvv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ttvv-content .ttvv-step-number {
    width: 66px;
    height: 66px;
    font-size: 18px;
  }

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

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

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

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

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

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

  .ttvv-content .ttvv-grid-six,
  .ttvv-content .ttvv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .ttvv-content .ttvv-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-trust-card {
    min-height: 100%;
    padding: 30px;
  }

  .ttvv-content .ttvv-step-card {
    gap: 28px;
    min-height: 150px;
    padding: 34px;
  }

  .ttvv-content .ttvv-step-number {
    width: 72px;
    height: 72px;
    font-size: 19px;
  }

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

  .ttvv-content .ttvv-card p,
  .ttvv-content .ttvv-trust-card p,
  .ttvv-content .ttvv-step-card p {
    font-size: 15.8px;
  }
}