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

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

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

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

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

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

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

.ttvd-editorial-wrap .ttvd-heading-block {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttvd-editorial-wrap .ttvd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #c51645;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.ttvd-editorial-wrap .ttvd-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}

.ttvd-editorial-wrap h2,
.ttvd-editorial-wrap h3,
.ttvd-editorial-wrap p {
  margin: 0;
}

.ttvd-editorial-wrap h2 {
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttvd-editorial-wrap .ttvd-heading-block p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5f6675;
  font-weight: 450;
}

.ttvd-editorial-wrap .ttvd-card-grid,
.ttvd-editorial-wrap .ttvd-trust-grid {
  display: grid;
  align-items: stretch;
}

.ttvd-editorial-wrap .ttvd-card,
.ttvd-editorial-wrap .ttvd-step-card,
.ttvd-editorial-wrap .ttvd-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.ttvd-editorial-wrap .ttvd-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

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

.ttvd-editorial-wrap .ttvd-card:hover,
.ttvd-editorial-wrap .ttvd-step-card:hover,
.ttvd-editorial-wrap .ttvd-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}

.ttvd-editorial-wrap .ttvd-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

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

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

.ttvd-editorial-wrap .ttvd-icon-play::before {
  left: 17px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #111827;
}

.ttvd-editorial-wrap .ttvd-icon-speed::before {
  left: 12px;
  top: 18px;
  width: 20px;
  height: 10px;
  border: 3px solid #111827;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.ttvd-editorial-wrap .ttvd-icon-speed::after {
  left: 24px;
  top: 17px;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: #fe2c55;
  transform: rotate(-28deg);
}

.ttvd-editorial-wrap .ttvd-icon-preview::before {
  left: 11px;
  top: 12px;
  width: 22px;
  height: 20px;
  border: 2px solid #111827;
  border-radius: 8px;
}

.ttvd-editorial-wrap .ttvd-icon-preview::after {
  left: 17px;
  top: 18px;
  width: 10px;
  height: 7px;
  border-radius: 50%;
  background: #25f4ee;
}

.ttvd-editorial-wrap .ttvd-icon-steps::before {
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: repeating-linear-gradient(to bottom, #111827 0 3px, transparent 3px 7px);
}

.ttvd-editorial-wrap .ttvd-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 15px;
  height: 26px;
  border: 2px solid #111827;
  border-radius: 6px;
}

.ttvd-editorial-wrap .ttvd-icon-mobile::after {
  left: 20px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttvd-editorial-wrap .ttvd-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #111827;
}

.ttvd-editorial-wrap .ttvd-icon-daily::after {
  left: 22px;
  top: 15px;
  width: 2px;
  height: 11px;
  background: #fe2c55;
  transform-origin: bottom;
  transform: rotate(45deg);
}

.ttvd-editorial-wrap h3 {
  color: #151822;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvd-editorial-wrap .ttvd-card p,
.ttvd-editorial-wrap .ttvd-step-card p,
.ttvd-editorial-wrap .ttvd-trust-card p {
  margin-top: 10px;
  color: #626a78;
  font-weight: 450;
}

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

.ttvd-editorial-wrap .ttvd-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 96% 18%, rgba(37, 244, 238, 0.20), transparent 28%);
}

.ttvd-editorial-wrap .ttvd-step-card::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(254, 44, 85, 0.28), rgba(37, 244, 238, 0));
}

.ttvd-editorial-wrap .ttvd-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111827, #303545);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.18);
}

.ttvd-editorial-wrap .ttvd-step-number::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  border: 3px solid #ffffff;
}

.ttvd-editorial-wrap .ttvd-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.13));
  color: #a9143a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttvd-editorial-wrap .ttvd-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 85% 12%, rgba(37, 244, 238, 0.12), transparent 24%);
}

.ttvd-editorial-wrap .ttvd-trust-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.ttvd-editorial-wrap .ttvd-trust-mark {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.16);
}

.ttvd-editorial-wrap .ttvd-trust-mark::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 14px;
  height: 9px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

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

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

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

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

  .ttvd-editorial-wrap .ttvd-heading-block p {
    font-size: 15px;
  }

  .ttvd-editorial-wrap .ttvd-card-grid,
  .ttvd-editorial-wrap .ttvd-trust-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ttvd-editorial-wrap .ttvd-card,
  .ttvd-editorial-wrap .ttvd-trust-card {
    padding: 22px;
    border-radius: 20px;
  }

  .ttvd-editorial-wrap h3 {
    font-size: 18px;
  }

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

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

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

  .ttvd-editorial-wrap .ttvd-step-card::after {
    display: none;
  }

  .ttvd-editorial-wrap .ttvd-step-number {
    width: 60px;
    height: 60px;
    border-radius: 19px;
    font-size: 18px;
  }
}

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

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

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

  .ttvd-editorial-wrap .ttvd-heading-block p {
    font-size: 15.5px;
  }

  .ttvd-editorial-wrap .ttvd-card-grid,
  .ttvd-editorial-wrap .ttvd-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ttvd-editorial-wrap .ttvd-card,
  .ttvd-editorial-wrap .ttvd-trust-card {
    padding: 24px;
    border-radius: 22px;
  }

  .ttvd-editorial-wrap h3 {
    font-size: 19px;
  }

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

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

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

  .ttvd-editorial-wrap .ttvd-step-card::after {
    display: none;
  }

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

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

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

  .ttvd-editorial-wrap h2 {
    font-size: 34px;
  }

  .ttvd-editorial-wrap .ttvd-heading-block p {
    font-size: 16px;
  }

  .ttvd-editorial-wrap .ttvd-card-grid,
  .ttvd-editorial-wrap .ttvd-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .ttvd-editorial-wrap .ttvd-card,
  .ttvd-editorial-wrap .ttvd-trust-card {
    padding: 26px;
    border-radius: 24px;
  }

  .ttvd-editorial-wrap h3 {
    font-size: 20px;
  }

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

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

  .ttvd-editorial-wrap .ttvd-step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
    border-radius: 24px;
  }

  .ttvd-editorial-wrap .ttvd-step-card::after {
    display: none;
  }

  .ttvd-editorial-wrap .ttvd-step-number {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    font-size: 19px;
  }
}

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

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

  .ttvd-editorial-wrap h2 {
    font-size: 40px;
  }

  .ttvd-editorial-wrap .ttvd-heading-block p {
    font-size: 17px;
  }

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

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

  .ttvd-editorial-wrap h3 {
    font-size: 20px;
  }

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

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

  .ttvd-editorial-wrap .ttvd-step-card {
    gap: 24px;
    padding: 30px;
    border-radius: 26px;
  }

  .ttvd-editorial-wrap .ttvd-step-number {
    font-size: 20px;
  }
}

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

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

  .ttvd-editorial-wrap h2 {
    font-size: 46px;
  }

  .ttvd-editorial-wrap .ttvd-heading-block p {
    font-size: 18px;
  }

  .ttvd-editorial-wrap .ttvd-grid-six,
  .ttvd-editorial-wrap .ttvd-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

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

  .ttvd-editorial-wrap h3 {
    font-size: 21px;
  }

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

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

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

  .ttvd-editorial-wrap .ttvd-step-number {
    font-size: 21px;
  }
}