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

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

.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% 8%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.1), transparent 28%),
    #f8fafc;
}

.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: 0 0 14px;
  padding: 7px 13px;
  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: #323847;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.ttvv-editorial-wrap .ttvv-section-head h2 {
  margin: 0;
  color: #11131a;
  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: #5e6676;
  font-weight: 400;
}

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

.ttvv-editorial-wrap .ttvv-card,
.ttvv-editorial-wrap .ttvv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 24, 35, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 24, 35, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms 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, #fe2c55, #11131a);
  opacity: 0.88;
}

.ttvv-editorial-wrap .ttvv-card:hover,
.ttvv-editorial-wrap .ttvv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 26px 60px rgba(20, 24, 35, 0.12);
}

.ttvv-editorial-wrap .ttvv-card h3,
.ttvv-editorial-wrap .ttvv-trust-card h3,
.ttvv-editorial-wrap .ttvv-step-card h3 {
  margin: 0;
  color: #141823;
  font-weight: 800;
  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-card p {
  margin: 10px 0 0;
  color: #5c6473;
  font-weight: 400;
}

.ttvv-editorial-wrap .ttvv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  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.7);
}

.ttvv-editorial-wrap .ttvv-icon::before,
.ttvv-editorial-wrap .ttvv-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms 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: 17px;
  top: 13px;
  border-left: 13px solid #fe2c55;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.ttvv-editorial-wrap .ttvv-icon-speed::before {
  left: 12px;
  top: 21px;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: #11131a;
  box-shadow: 5px -8px 0 #25f4ee, -3px 8px 0 #fe2c55;
}

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

.ttvv-editorial-wrap .ttvv-icon-flow::before {
  left: 12px;
  top: 13px;
  width: 20px;
  height: 18px;
  border-top: 3px solid #25f4ee;
  border-right: 3px solid #fe2c55;
  border-radius: 0 10px 0 0;
}

.ttvv-editorial-wrap .ttvv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 14px;
  height: 25px;
  border: 3px solid #11131a;
  border-radius: 8px;
}

.ttvv-editorial-wrap .ttvv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, #25f4ee, #fe2c55, #11131a, #25f4ee);
}

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

.ttvv-editorial-wrap .ttvv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 24, 35, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 44px rgba(20, 24, 35, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttvv-editorial-wrap .ttvv-step-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
}

.ttvv-editorial-wrap .ttvv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.26);
  box-shadow: 0 24px 54px rgba(20, 24, 35, 0.11);
}

.ttvv-editorial-wrap .ttvv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #11131a, #2b3140);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(17, 19, 26, 0.18);
}

.ttvv-editorial-wrap .ttvv-badge-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1), 0 0 28px rgba(254, 44, 85, 0.2);
}

.ttvv-editorial-wrap .ttvv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}

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

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

@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 h2 {
    font-size: 25px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-grid-six,
  .ttvv-editorial-wrap .ttvv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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 h2 {
    font-size: 28px;
  }

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

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

  .ttvv-editorial-wrap .ttvv-grid-six,
  .ttvv-editorial-wrap .ttvv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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 h2 {
    font-size: 31px;
  }

  .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: 34px;
  }

  .ttvv-editorial-wrap .ttvv-grid-six,
  .ttvv-editorial-wrap .ttvv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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 h2 {
    font-size: 38px;
  }

  .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: 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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