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

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

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

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

.ttvd-editorial .ttvd-section-white {
  background:
    radial-gradient(circle at 8% 12%, rgba(37, 244, 238, 0.1), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(254, 44, 85, 0.08), transparent 26%),
    #ffffff;
}

.ttvd-editorial .ttvd-section-soft {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), transparent 32%),
    linear-gradient(315deg, rgba(254, 44, 85, 0.08), transparent 30%),
    #f8fafc;
}

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

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

.ttvd-editorial .ttvd-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.11));
  color: #243044;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttvd-editorial .ttvd-section-head h2 {
  margin: 0;
  color: #121826;
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: 0;
}

.ttvd-editorial .ttvd-section-head p {
  margin: 14px auto 0;
  color: #5d687b;
  max-width: 710px;
  font-weight: 450;
}

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

.ttvd-editorial .ttvd-card,
.ttvd-editorial .ttvd-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(20, 28, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttvd-editorial .ttvd-card::before,
.ttvd-editorial .ttvd-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #7c3aed 48%, #fe2c55);
  opacity: 0.9;
}

.ttvd-editorial .ttvd-card:hover,
.ttvd-editorial .ttvd-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 58px rgba(20, 28, 45, 0.13);
}

.ttvd-editorial .ttvd-card h3,
.ttvd-editorial .ttvd-trust-card h3,
.ttvd-editorial .ttvd-step-card h3 {
  margin: 0;
  color: #151d2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvd-editorial .ttvd-card p,
.ttvd-editorial .ttvd-trust-card p,
.ttvd-editorial .ttvd-step-card p {
  margin: 10px 0 0;
  color: #637086;
  font-weight: 450;
}

.ttvd-editorial .ttvd-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ttvd-editorial .ttvd-icon::before,
.ttvd-editorial .ttvd-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.ttvd-editorial .ttvd-card:hover .ttvd-icon::before,
.ttvd-editorial .ttvd-card:hover .ttvd-icon::after {
  transform: translateY(-2px);
}

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

.ttvd-editorial .ttvd-icon-speed::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #25b9b4;
  box-shadow: 5px -8px 0 rgba(254, 44, 85, 0.9), -3px 8px 0 rgba(124, 58, 237, 0.75);
}

.ttvd-editorial .ttvd-icon-frame::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #7c3aed;
  border-radius: 7px;
}

.ttvd-editorial .ttvd-icon-flow::before {
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border-top: 3px solid #25b9b4;
  border-right: 3px solid #25b9b4;
  border-radius: 3px 9px 3px 3px;
}

.ttvd-editorial .ttvd-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 15px;
  height: 26px;
  border: 3px solid #fe2c55;
  border-radius: 7px;
}

.ttvd-editorial .ttvd-icon-daily::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #25f4ee, #7c3aed, #fe2c55, #25f4ee);
}

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

.ttvd-editorial .ttvd-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 48px rgba(20, 28, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttvd-editorial .ttvd-step-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.06) 54%, transparent 68%);
}

.ttvd-editorial .ttvd-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.26);
  box-shadow: 0 26px 58px rgba(20, 28, 45, 0.12);
}

.ttvd-editorial .ttvd-step-number {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 21px;
  background: linear-gradient(135deg, #111827, #2c3448);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.18);
}

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

.ttvd-editorial .ttvd-badge-dot {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 35%, #ffffff 0 12%, transparent 13%),
    linear-gradient(135deg, #25f4ee, #7c3aed 52%, #fe2c55);
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.18);
}

.ttvd-editorial .ttvd-trust-card {
  text-align: center;
}

.ttvd-editorial .ttvd-trust-mark {
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(23, 32, 51, 0.08);
  position: relative;
}

.ttvd-editorial .ttvd-trust-mark::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  width: 13px;
  height: 22px;
  border-right: 4px solid #25b9b4;
  border-bottom: 4px solid #25b9b4;
  transform: rotate(42deg);
  border-radius: 2px;
}

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

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

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

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

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

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

  .ttvd-editorial .ttvd-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

  .ttvd-editorial .ttvd-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

  .ttvd-editorial .ttvd-step-number {
    width: 60px;
    height: 60px;
    font-size: 17px;
  }
}

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

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

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

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

  .ttvd-editorial .ttvd-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

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

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

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

  .ttvd-editorial .ttvd-steps {
    gap: 18px;
    margin-top: 30px;
  }

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

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

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

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

  .ttvd-editorial .ttvd-section-head h2 {
    font-size: 31px;
  }

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

  .ttvd-editorial .ttvd-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

  .ttvd-editorial .ttvd-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

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

  .ttvd-editorial .ttvd-section-head h2 {
    font-size: 38px;
  }

  .ttvd-editorial .ttvd-section-head p {
    font-size: 16.5px;
  }

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

  .ttvd-editorial .ttvd-grid {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

  .ttvd-editorial .ttvd-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ttvd-editorial .ttvd-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}

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

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

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

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

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

  .ttvd-editorial .ttvd-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

  .ttvd-editorial .ttvd-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .ttvd-editorial .ttvd-step-card {
    gap: 28px;
    padding: 34px;
  }

  .ttvd-editorial .ttvd-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }
}