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

.ttdv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

.ttdv-editorial-wrap .ttdv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 88% 28%, rgba(255, 0, 80, 0.07), transparent 34%),
    #f8fafc;
}

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

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

.ttdv-editorial-wrap .ttdv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.10));
  color: #b10f42;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.ttdv-editorial-wrap .ttdv-section-head p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5b6574;
  line-height: 1.7;
}

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

.ttdv-editorial-wrap .ttdv-card,
.ttdv-editorial-wrap .ttdv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttdv-editorial-wrap .ttdv-card::before,
.ttdv-editorial-wrap .ttdv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.ttdv-editorial-wrap .ttdv-card:hover,
.ttdv-editorial-wrap .ttdv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.ttdv-editorial-wrap .ttdv-card:hover::before,
.ttdv-editorial-wrap .ttdv-trust-card:hover::before {
  opacity: 1;
}

.ttdv-editorial-wrap .ttdv-card h3,
.ttdv-editorial-wrap .ttdv-step-card h3,
.ttdv-editorial-wrap .ttdv-trust-card h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttdv-editorial-wrap .ttdv-card p,
.ttdv-editorial-wrap .ttdv-step-card p,
.ttdv-editorial-wrap .ttdv-trust-card p {
  position: relative;
  margin: 12px 0 0;
  color: #5c6675;
  line-height: 1.68;
}

.ttdv-editorial-wrap .ttdv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.18);
}

.ttdv-editorial-wrap .ttdv-icon::before,
.ttdv-editorial-wrap .ttdv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.ttdv-editorial-wrap .ttdv-icon-play::before {
  width: 0;
  height: 0;
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.ttdv-editorial-wrap .ttdv-icon-speed::before {
  width: 20px;
  height: 4px;
  top: 16px;
  left: 13px;
  border-radius: 99px;
}

.ttdv-editorial-wrap .ttdv-icon-speed::after {
  width: 14px;
  height: 4px;
  top: 25px;
  left: 18px;
  border-radius: 99px;
}

.ttdv-editorial-wrap .ttdv-icon-frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttdv-editorial-wrap .ttdv-icon-steps::before {
  width: 5px;
  height: 5px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ttdv-editorial-wrap .ttdv-icon-steps::after {
  width: 15px;
  height: 3px;
  top: 14px;
  left: 23px;
  border-radius: 99px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ttdv-editorial-wrap .ttdv-icon-mobile::before {
  width: 18px;
  height: 26px;
  top: 10px;
  left: 14px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.ttdv-editorial-wrap .ttdv-icon-bookmark::before {
  width: 18px;
  height: 24px;
  top: 11px;
  left: 14px;
  border-radius: 4px 4px 2px 2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
}

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

.ttdv-editorial-wrap .ttdv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.ttdv-editorial-wrap .ttdv-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #00f2ea, #ff0050);
}

.ttdv-editorial-wrap .ttdv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.22);
}

.ttdv-editorial-wrap .ttdv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.38), rgba(255, 0, 80, 0.28)) border-box;
  border-color: transparent;
}

.ttdv-editorial-wrap .ttdv-dot {
  position: relative;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 0 8px rgba(0, 242, 234, 0.10);
}

.ttdv-editorial-wrap .ttdv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #b10f42;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.ttdv-editorial-wrap .ttdv-reveal.ttdv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

  .ttdv-editorial-wrap h2 {
    font-size: 25px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ttdv-editorial-wrap .ttdv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .ttdv-editorial-wrap .ttdv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

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

  .ttdv-editorial-wrap .ttdv-section-head p {
    font-size: 16px;
  }

  .ttdv-editorial-wrap .ttdv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

  .ttdv-editorial-wrap .ttdv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .ttdv-editorial-wrap .ttdv-step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 26px 26px;
  }

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

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

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

  .ttdv-editorial-wrap h2 {
    font-size: 38px;
  }

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

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

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

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

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

  .ttdv-editorial-wrap .ttdv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .ttdv-editorial-wrap .ttdv-step-card {
    gap: 24px;
    padding: 30px 32px;
  }

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

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

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

  .ttdv-editorial-wrap h2 {
    font-size: 44px;
  }

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

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

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

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

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

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

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

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