@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-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  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;
}

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

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

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

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

.ttvd-editorial-wrap .ttvd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(37, 244, 238, 0.32);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #263248;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttvd-editorial-wrap .ttvd-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 18px rgba(254, 44, 85, 0.36);
}

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

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

.ttvd-editorial-wrap .ttvd-heading-block p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 700px;
  color: #586276;
  line-height: 1.72;
  font-weight: 450;
}

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

.ttvd-editorial-wrap .ttvd-info-card,
.ttvd-editorial-wrap .ttvd-use-card,
.ttvd-editorial-wrap .ttvd-trust-card,
.ttvd-editorial-wrap .ttvd-step-card {
  position: relative;
  border: 1px solid rgba(16, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvd-editorial-wrap .ttvd-info-card,
.ttvd-editorial-wrap .ttvd-use-card,
.ttvd-editorial-wrap .ttvd-trust-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
}

.ttvd-editorial-wrap .ttvd-info-card::after,
.ttvd-editorial-wrap .ttvd-use-card::after,
.ttvd-editorial-wrap .ttvd-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), transparent 38%, rgba(254, 44, 85, 0.08));
  transition: opacity 260ms ease;
}

.ttvd-editorial-wrap .ttvd-info-card:hover,
.ttvd-editorial-wrap .ttvd-use-card:hover,
.ttvd-editorial-wrap .ttvd-trust-card:hover,
.ttvd-editorial-wrap .ttvd-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.32);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
}

.ttvd-editorial-wrap .ttvd-info-card:hover::after,
.ttvd-editorial-wrap .ttvd-use-card:hover::after,
.ttvd-editorial-wrap .ttvd-trust-card:hover::after {
  opacity: 1;
}

.ttvd-editorial-wrap .ttvd-card-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.18);
}

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

.ttvd-editorial-wrap .ttvd-info-card:hover .ttvd-card-icon::before,
.ttvd-editorial-wrap .ttvd-info-card:hover .ttvd-card-icon::after {
  transform: translateY(-1px) scale(1.05);
}

.ttvd-editorial-wrap .ttvd-icon-eye::before {
  width: 24px;
  height: 15px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ttvd-editorial-wrap .ttvd-icon-eye::after {
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.ttvd-editorial-wrap .ttvd-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 13px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(58% 0, 100% 0, 65% 42%, 100% 42%, 32% 100%, 48% 55%, 12% 55%);
}

.ttvd-editorial-wrap .ttvd-icon-frame::before {
  inset: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.ttvd-editorial-wrap .ttvd-icon-frame::after {
  width: 12px;
  height: 8px;
  right: 13px;
  top: 20px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ttvd-editorial-wrap .ttvd-icon-path::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ttvd-editorial-wrap .ttvd-icon-path::after {
  width: 12px;
  height: 2px;
  left: 18px;
  top: 23px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}

.ttvd-editorial-wrap .ttvd-icon-phone::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ttvd-editorial-wrap .ttvd-icon-phone::after {
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 13px;
  border-radius: 50%;
  background: #ffffff;
}

.ttvd-editorial-wrap .ttvd-icon-calendar::before {
  width: 24px;
  height: 23px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ttvd-editorial-wrap .ttvd-icon-calendar::after {
  width: 18px;
  height: 2px;
  left: 15px;
  top: 21px;
  background: #ffffff;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.78);
}

.ttvd-editorial-wrap .ttvd-info-card h3,
.ttvd-editorial-wrap .ttvd-use-card h3,
.ttvd-editorial-wrap .ttvd-trust-card h3,
.ttvd-editorial-wrap .ttvd-step-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvd-editorial-wrap .ttvd-info-card p,
.ttvd-editorial-wrap .ttvd-use-card p,
.ttvd-editorial-wrap .ttvd-trust-card p,
.ttvd-editorial-wrap .ttvd-step-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5f6b7d;
  line-height: 1.68;
}

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

.ttvd-editorial-wrap .ttvd-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.12));
}

.ttvd-editorial-wrap .ttvd-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttvd-editorial-wrap .ttvd-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 35px rgba(17, 24, 39, 0.20);
}

.ttvd-editorial-wrap .ttvd-step-content {
  min-width: 0;
}

.ttvd-editorial-wrap .ttvd-mini-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #1f4f58;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttvd-editorial-wrap .ttvd-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(37, 244, 238, 0.32);
}

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

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

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

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

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

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

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

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

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

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

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

@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: 30px;
  }

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

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

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

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

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

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

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

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

@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 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ttvd-editorial-wrap .ttvd-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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