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

.ttvv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}

.ttvv-editorial-wrap .ttvv-section {
  position: relative;
  width: 100%;
}

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

.ttvv-editorial-wrap .ttvv-section-soft {
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 244, 238, 0.13), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(255, 0, 80, 0.1), transparent 28%),
    #f8fafc;
}

.ttvv-editorial-wrap .ttvv-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.ttvv-editorial-wrap .ttvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.1));
  color: #b8003a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-section-head h2 {
  margin: 0;
  color: #101820;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d6a78;
  line-height: 1.7;
}

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

.ttvv-editorial-wrap .ttvv-card,
.ttvv-editorial-wrap .ttvv-trust-card,
.ttvv-editorial-wrap .ttvv-step-card {
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(20, 31, 43, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}

.ttvv-editorial-wrap .ttvv-card::before,
.ttvv-editorial-wrap .ttvv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #ff0050, #7b61ff);
  opacity: 0.88;
}

.ttvv-editorial-wrap .ttvv-card:hover,
.ttvv-editorial-wrap .ttvv-trust-card:hover,
.ttvv-editorial-wrap .ttvv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.2);
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.13);
}

.ttvv-editorial-wrap .ttvv-card h3,
.ttvv-editorial-wrap .ttvv-trust-card h3,
.ttvv-editorial-wrap .ttvv-step-content h3 {
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-card p,
.ttvv-editorial-wrap .ttvv-trust-card p,
.ttvv-editorial-wrap .ttvv-step-content p {
  margin: 10px 0 0;
  color: #5b6775;
  line-height: 1.68;
}

.ttvv-editorial-wrap .ttvv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 0, 80, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

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

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

.ttvv-editorial-wrap .ttvv-icon-play::before {
  left: 18px;
  top: 13px;
  border-left: 13px solid #ff0050;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttvv-editorial-wrap .ttvv-icon-bolt::before {
  left: 17px;
  top: 10px;
  width: 11px;
  height: 25px;
  background: #ff0050;
  clip-path: polygon(50% 0, 100% 0, 64% 42%, 100% 42%, 35% 100%, 46% 56%, 0 56%);
}

.ttvv-editorial-wrap .ttvv-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #111827;
  border-radius: 8px;
}

.ttvv-editorial-wrap .ttvv-icon-flow::before {
  left: 11px;
  top: 15px;
  width: 24px;
  height: 16px;
  border-top: 3px solid #25bfc0;
  border-bottom: 3px solid #ff0050;
  border-radius: 12px;
}

.ttvv-editorial-wrap .ttvv-icon-phone::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #111827;
  border-radius: 8px;
}

.ttvv-editorial-wrap .ttvv-icon-check::before {
  left: 14px;
  top: 17px;
  width: 19px;
  height: 10px;
  border-left: 4px solid #25bfc0;
  border-bottom: 4px solid #25bfc0;
  transform: rotate(-45deg);
}

.ttvv-editorial-wrap .ttvv-pill-dot {
  display: inline-flex;
  width: 42px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee 0 32%, #111827 32% 60%, #ff0050 60% 100%);
  box-shadow: 0 10px 24px rgba(255, 0, 80, 0.16);
}

.ttvv-editorial-wrap .ttvv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttvv-editorial-wrap .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)),
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.18), transparent 36%);
}

.ttvv-editorial-wrap .ttvv-step-card::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -40px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 0, 80, 0.14);
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.07);
}

.ttvv-editorial-wrap .ttvv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #ff0050 58%, #25bfc0);
  box-shadow: 0 16px 34px rgba(255, 0, 80, 0.22);
}

.ttvv-editorial-wrap .ttvv-step-content {
  position: relative;
  z-index: 1;
}

.ttvv-editorial-wrap .ttvv-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #101820;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

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

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

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

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

  .ttvv-editorial-wrap .ttvv-section-head {
    margin-bottom: 28px;
  }

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 25px;
  }

  .ttvv-editorial-wrap .ttvv-section-head p {
    font-size: 14px;
  }

  .ttvv-editorial-wrap .ttvv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ttvv-editorial-wrap .ttvv-card,
  .ttvv-editorial-wrap .ttvv-trust-card {
    padding: 24px 20px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-steps {
    gap: 16px;
  }

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

  .ttvv-editorial-wrap .ttvv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

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

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

  .ttvv-editorial-wrap .ttvv-section-head {
    margin-bottom: 30px;
  }

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 28px;
  }

  .ttvv-editorial-wrap .ttvv-section-head p {
    font-size: 15px;
  }

  .ttvv-editorial-wrap .ttvv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ttvv-editorial-wrap .ttvv-card,
  .ttvv-editorial-wrap .ttvv-trust-card {
    padding: 26px 22px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-steps {
    gap: 18px;
  }

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

  .ttvv-editorial-wrap .ttvv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

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

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

  .ttvv-editorial-wrap .ttvv-section-head {
    margin-bottom: 34px;
  }

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 32px;
  }

  .ttvv-editorial-wrap .ttvv-section-head p {
    font-size: 16px;
  }

  .ttvv-editorial-wrap .ttvv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ttvv-editorial-wrap .ttvv-card,
  .ttvv-editorial-wrap .ttvv-trust-card {
    padding: 28px 24px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-steps {
    gap: 20px;
  }

  .ttvv-editorial-wrap .ttvv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .ttvv-editorial-wrap .ttvv-step-number {
    width: 60px;
    height: 60px;
    font-size: 19px;
  }
}

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

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

  .ttvv-editorial-wrap .ttvv-section-head {
    margin-bottom: 42px;
  }

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 40px;
  }

  .ttvv-editorial-wrap .ttvv-section-head p {
    font-size: 17px;
  }

  .ttvv-editorial-wrap .ttvv-grid-six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ttvv-editorial-wrap .ttvv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ttvv-editorial-wrap .ttvv-card,
  .ttvv-editorial-wrap .ttvv-trust-card {
    padding: 30px 26px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-steps {
    gap: 22px;
  }

  .ttvv-editorial-wrap .ttvv-step-card {
    gap: 24px;
    padding: 30px 32px;
  }

  .ttvv-editorial-wrap .ttvv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}

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

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

  .ttvv-editorial-wrap .ttvv-section-head {
    margin-bottom: 48px;
  }

  .ttvv-editorial-wrap .ttvv-section-head h2 {
    font-size: 46px;
  }

  .ttvv-editorial-wrap .ttvv-section-head p {
    font-size: 18px;
  }

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

  .ttvv-editorial-wrap .ttvv-card,
  .ttvv-editorial-wrap .ttvv-trust-card {
    min-height: 250px;
    padding: 32px 28px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-steps {
    gap: 24px;
  }

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

  .ttvv-editorial-wrap .ttvv-step-number {
    width: 76px;
    height: 76px;
    font-size: 22px;
  }
}