@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: #172033;
  font-family: inherit;
  line-height: 1.6;
  background: #ffffff;
}

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

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

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

.ttvv-editorial-wrap .ttvv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.1), transparent 30%),
    #f7f9fc;
}

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

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

.ttvv-editorial-wrap .ttvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 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.1));
  color: #b9133c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

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

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

.ttvv-editorial-wrap .ttvv-info-card,
.ttvv-editorial-wrap .ttvv-use-card,
.ttvv-editorial-wrap .ttvv-trust-card,
.ttvv-editorial-wrap .ttvv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 28, 45, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.ttvv-editorial-wrap .ttvv-info-card,
.ttvv-editorial-wrap .ttvv-use-card,
.ttvv-editorial-wrap .ttvv-trust-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
}

.ttvv-editorial-wrap .ttvv-info-card::before,
.ttvv-editorial-wrap .ttvv-use-card::before,
.ttvv-editorial-wrap .ttvv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #111827);
  opacity: 0.86;
}

.ttvv-editorial-wrap .ttvv-info-card:hover,
.ttvv-editorial-wrap .ttvv-use-card:hover,
.ttvv-editorial-wrap .ttvv-trust-card:hover,
.ttvv-editorial-wrap .ttvv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 26px 65px rgba(18, 28, 45, 0.13);
}

.ttvv-editorial-wrap .ttvv-info-card h3,
.ttvv-editorial-wrap .ttvv-use-card h3,
.ttvv-editorial-wrap .ttvv-trust-card h3,
.ttvv-editorial-wrap .ttvv-step-content h3 {
  margin: 0;
  color: #131a2a;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

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

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

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

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

.ttvv-editorial-wrap .ttvv-icon-play::before {
  top: 14px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fe2c55;
}

.ttvv-editorial-wrap .ttvv-icon-speed::before {
  top: 14px;
  left: 13px;
  width: 20px;
  height: 14px;
  border: 3px solid #0f9f9a;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.ttvv-editorial-wrap .ttvv-icon-speed::after {
  top: 20px;
  left: 23px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #fe2c55;
  transform-origin: left center;
  rotate: -28deg;
}

.ttvv-editorial-wrap .ttvv-icon-frame::before {
  top: 12px;
  left: 11px;
  width: 24px;
  height: 20px;
  border: 3px solid #fe2c55;
  border-radius: 7px;
}

.ttvv-editorial-wrap .ttvv-icon-path::before {
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #0f9f9a;
  border-radius: 50%;
}

.ttvv-editorial-wrap .ttvv-icon-path::after {
  top: 20px;
  left: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttvv-editorial-wrap .ttvv-icon-mobile::before {
  top: 9px;
  left: 16px;
  width: 15px;
  height: 27px;
  border: 3px solid #fe2c55;
  border-radius: 7px;
}

.ttvv-editorial-wrap .ttvv-icon-mobile::after {
  bottom: 13px;
  left: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0f9f9a;
}

.ttvv-editorial-wrap .ttvv-icon-daily::before {
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #0f9f9a;
  border-radius: 7px;
}

.ttvv-editorial-wrap .ttvv-icon-daily::after {
  top: 18px;
  left: 18px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #fe2c55;
}

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

.ttvv-editorial-wrap .ttvv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.16));
}

.ttvv-editorial-wrap .ttvv-step-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(254, 44, 85, 0.13);
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.08);
}

.ttvv-editorial-wrap .ttvv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #fe2c55 58%, #25f4ee);
  box-shadow: 0 16px 35px rgba(254, 44, 85, 0.24);
}

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

.ttvv-editorial-wrap .ttvv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.35), rgba(254, 44, 85, 0.2)) border-box;
}

.ttvv-editorial-wrap .ttvv-dot {
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 16px 0 0 rgba(37, 244, 238, 0.9), 32px 0 0 rgba(17, 24, 39, 0.18);
}

.ttvv-editorial-wrap .ttvv-badge {
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0b7f7b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms 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: 54px 0;
  }

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

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

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttvv-editorial-wrap .ttvv-card-grid,
  .ttvv-editorial-wrap .ttvv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

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

  .ttvv-editorial-wrap .ttvv-info-card,
  .ttvv-editorial-wrap .ttvv-use-card,
  .ttvv-editorial-wrap .ttvv-trust-card {
    padding: 32px;
  }

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

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

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

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