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

.ttvd-editorial-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

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

.ttvd-editorial-content .ttvd-section-white {
  background: #ffffff;
}

.ttvd-editorial-content .ttvd-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f7f9fc 100%);
}

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

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

.ttvd-editorial-content .ttvd-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 244, 238, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #293349;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}

.ttvd-editorial-content .ttvd-section-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 840;
  line-height: 1.1;
  letter-spacing: 0;
}

.ttvd-editorial-content .ttvd-section-heading p {
  margin: 16px auto 0;
  color: #5b667a;
  line-height: 1.72;
  font-weight: 450;
}

.ttvd-editorial-content .ttvd-card-grid {
  display: grid;
  width: 100%;
}

.ttvd-editorial-content .ttvd-info-card,
.ttvd-editorial-content .ttvd-use-card,
.ttvd-editorial-content .ttvd-trust-card,
.ttvd-editorial-content .ttvd-step-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 43, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

.ttvd-editorial-content .ttvd-info-card:hover,
.ttvd-editorial-content .ttvd-use-card:hover,
.ttvd-editorial-content .ttvd-trust-card:hover,
.ttvd-editorial-content .ttvd-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.45);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.12);
}

.ttvd-editorial-content .ttvd-info-card h3,
.ttvd-editorial-content .ttvd-use-card h3,
.ttvd-editorial-content .ttvd-trust-card h3,
.ttvd-editorial-content .ttvd-step-content h3 {
  margin: 0;
  color: #141c2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvd-editorial-content .ttvd-info-card p,
.ttvd-editorial-content .ttvd-use-card p,
.ttvd-editorial-content .ttvd-trust-card p,
.ttvd-editorial-content .ttvd-step-content p {
  margin: 10px 0 0;
  color: #5d6778;
  line-height: 1.68;
  font-weight: 450;
}

.ttvd-editorial-content .ttvd-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.22);
}

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

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

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

.ttvd-editorial-content .ttvd-icon-speed::before {
  left: 13px;
  top: 14px;
  width: 20px;
  height: 14px;
  border: 3px solid #25bdb8;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.ttvd-editorial-content .ttvd-icon-speed::after {
  left: 23px;
  top: 20px;
  width: 11px;
  height: 3px;
  border-radius: 999px;
  background: #fe2c55;
  transform-origin: left center;
  rotate: -24deg;
}

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

.ttvd-editorial-content .ttvd-icon-path::before {
  left: 11px;
  top: 21px;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

.ttvd-editorial-content .ttvd-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #141c2c;
  border-radius: 7px;
}

.ttvd-editorial-content .ttvd-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #25f4ee, #fe2c55, #7c5cff, #25f4ee);
}

.ttvd-editorial-content .ttvd-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ttvd-editorial-content .ttvd-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}

.ttvd-editorial-content .ttvd-step-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0));
  pointer-events: none;
}

.ttvd-editorial-content .ttvd-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827 0%, #293349 52%, #fe2c55 100%);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 28px rgba(254, 44, 85, 0.16);
}

.ttvd-editorial-content .ttvd-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 14%, #25f4ee 15% 42%, #7c5cff 43% 68%, #fe2c55 69% 100%);
  box-shadow: 0 12px 26px rgba(124, 92, 255, 0.2);
}

.ttvd-editorial-content .ttvd-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: #111827;
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.16);
}

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

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

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

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

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

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

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

  .ttvd-editorial-content .ttvd-grid-six,
  .ttvd-editorial-content .ttvd-grid-three {
    grid-template-columns: 1fr;
  }

  .ttvd-editorial-content .ttvd-info-card,
  .ttvd-editorial-content .ttvd-use-card,
  .ttvd-editorial-content .ttvd-trust-card,
  .ttvd-editorial-content .ttvd-step-card {
    padding: 22px;
  }

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

  .ttvd-editorial-content .ttvd-step-number {
    width: 56px;
    height: 50px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

  .ttvd-editorial-content .ttvd-grid-six,
  .ttvd-editorial-content .ttvd-grid-three {
    grid-template-columns: 1fr;
  }

  .ttvd-editorial-content .ttvd-info-card,
  .ttvd-editorial-content .ttvd-use-card,
  .ttvd-editorial-content .ttvd-trust-card,
  .ttvd-editorial-content .ttvd-step-card {
    padding: 24px;
  }

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

  .ttvd-editorial-content .ttvd-step-number {
    width: 58px;
    height: 52px;
    font-size: 16px;
  }

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

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

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

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

  .ttvd-editorial-content .ttvd-section-heading h2 {
    font-size: 34px;
  }

  .ttvd-editorial-content .ttvd-section-heading p {
    font-size: 16px;
  }

  .ttvd-editorial-content .ttvd-card-grid,
  .ttvd-editorial-content .ttvd-step-list {
    gap: 20px;
    margin-top: 36px;
  }

  .ttvd-editorial-content .ttvd-grid-six,
  .ttvd-editorial-content .ttvd-grid-three {
    grid-template-columns: 1fr;
  }

  .ttvd-editorial-content .ttvd-info-card,
  .ttvd-editorial-content .ttvd-use-card,
  .ttvd-editorial-content .ttvd-trust-card,
  .ttvd-editorial-content .ttvd-step-card {
    padding: 26px;
  }

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

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

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

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

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

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

  .ttvd-editorial-content .ttvd-section-heading h2 {
    font-size: 42px;
  }

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

  .ttvd-editorial-content .ttvd-card-grid,
  .ttvd-editorial-content .ttvd-step-list {
    gap: 22px;
    margin-top: 42px;
  }

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

  .ttvd-editorial-content .ttvd-info-card,
  .ttvd-editorial-content .ttvd-use-card,
  .ttvd-editorial-content .ttvd-trust-card,
  .ttvd-editorial-content .ttvd-step-card {
    padding: 28px;
  }

  .ttvd-editorial-content .ttvd-step-card {
    grid-template-columns: auto 1fr;
    gap: 22px;
  }

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

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

  .ttvd-editorial-content .ttvd-info-card p,
  .ttvd-editorial-content .ttvd-use-card p,
  .ttvd-editorial-content .ttvd-trust-card p,
  .ttvd-editorial-content .ttvd-step-content p {
    font-size: 15.8px;
  }
}

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

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

  .ttvd-editorial-content .ttvd-section-heading h2 {
    font-size: 48px;
  }

  .ttvd-editorial-content .ttvd-section-heading p {
    font-size: 17.5px;
  }

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

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

  .ttvd-editorial-content .ttvd-info-card,
  .ttvd-editorial-content .ttvd-use-card,
  .ttvd-editorial-content .ttvd-trust-card {
    padding: 30px;
  }

  .ttvd-editorial-content .ttvd-step-card {
    padding: 32px;
    grid-template-columns: auto 1fr;
    gap: 26px;
  }

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

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

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