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

.tdv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #142033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

.tdv-content-wrap,
.tdv-content-wrap section,
.tdv-content-wrap div,
.tdv-content-wrap article {
  box-sizing: border-box;
}

.tdv-content-wrap .tdv-section {
  position: relative;
  width: 100%;
}

.tdv-content-wrap .tdv-section-white {
  background: #ffffff;
}

.tdv-content-wrap .tdv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

.tdv-content-wrap .tdv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tdv-content-wrap .tdv-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.09), rgba(0, 242, 234, 0.1));
  color: #a31348;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.tdv-content-wrap .tdv-section-head h2 {
  margin: 16px 0 12px;
  color: #101828;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.tdv-content-wrap .tdv-section-head p {
  margin: 0 auto;
  max-width: 690px;
  color: #566275;
  font-weight: 400;
  line-height: 1.7;
}

.tdv-content-wrap .tdv-card-grid {
  display: grid;
  align-items: stretch;
}

.tdv-content-wrap .tdv-card,
.tdv-content-wrap .tdv-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

.tdv-content-wrap .tdv-card:hover,
.tdv-content-wrap .tdv-trust-card:hover,
.tdv-content-wrap .tdv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.11);
}

.tdv-content-wrap .tdv-card:hover::before,
.tdv-content-wrap .tdv-trust-card:hover::before {
  opacity: 1;
}

.tdv-content-wrap .tdv-card h3,
.tdv-content-wrap .tdv-trust-card h3,
.tdv-content-wrap .tdv-step-card h3 {
  position: relative;
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.tdv-content-wrap .tdv-card p,
.tdv-content-wrap .tdv-trust-card p,
.tdv-content-wrap .tdv-step-card p {
  position: relative;
  margin: 0;
  color: #5d697a;
  font-weight: 400;
  line-height: 1.68;
}

.tdv-content-wrap .tdv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0050 0%, #7b61ff 52%, #00f2ea 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 80, 0.18);
}

.tdv-content-wrap .tdv-icon::before,
.tdv-content-wrap .tdv-icon::after {
  position: absolute;
  content: "";
}

.tdv-content-wrap .tdv-icon-view::before {
  top: 17px;
  left: 12px;
  width: 24px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.tdv-content-wrap .tdv-icon-view::after {
  top: 21px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
}

.tdv-content-wrap .tdv-icon-speed::before {
  top: 15px;
  left: 13px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 999px;
}

.tdv-content-wrap .tdv-icon-speed::after {
  top: 23px;
  left: 24px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.tdv-content-wrap .tdv-icon-preview::before {
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.tdv-content-wrap .tdv-icon-preview::after {
  top: 19px;
  left: 18px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}

.tdv-content-wrap .tdv-icon-steps::before {
  top: 13px;
  left: 14px;
  width: 20px;
  height: 20px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.tdv-content-wrap .tdv-icon-steps::after {
  top: 13px;
  left: 13px;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 11px 11px 0 #ffffff, 22px 22px 0 #ffffff;
}

.tdv-content-wrap .tdv-icon-mobile::before {
  top: 9px;
  left: 16px;
  width: 16px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.tdv-content-wrap .tdv-icon-mobile::after {
  bottom: 12px;
  left: 22px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.tdv-content-wrap .tdv-icon-daily::before {
  top: 12px;
  left: 13px;
  width: 22px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.tdv-content-wrap .tdv-icon-daily::after {
  top: 19px;
  left: 18px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}

.tdv-content-wrap .tdv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.tdv-content-wrap .tdv-step-card {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

.tdv-content-wrap .tdv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #101828 0%, #30384f 100%);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.16);
}

.tdv-content-wrap .tdv-step-body {
  min-width: 0;
}

.tdv-content-wrap .tdv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 0, 80, 0.09);
}

.tdv-content-wrap .tdv-badge-dot::before {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0050, #00f2ea);
  box-shadow: 0 8px 18px rgba(255, 0, 80, 0.2);
}

.tdv-content-wrap .tdv-trust-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00b8b0, #00f2ea);
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0, 184, 176, 0.18);
}

.tdv-content-wrap .tdv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

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

  .tdv-content-wrap .tdv-container {
    padding: 0 14px;
  }

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 28px;
  }

  .tdv-content-wrap .tdv-section-head h2 {
    font-size: 25px;
  }

  .tdv-content-wrap .tdv-section-head p {
    font-size: 14px;
  }

  .tdv-content-wrap .tdv-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

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

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-card p {
    margin-top: 9px;
    font-size: 14px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 14px;
  }

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

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

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

  .tdv-content-wrap .tdv-container {
    padding: 0 18px;
  }

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 30px;
  }

  .tdv-content-wrap .tdv-section-head h2 {
    font-size: 28px;
  }

  .tdv-content-wrap .tdv-section-head p {
    font-size: 15px;
  }

  .tdv-content-wrap .tdv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

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

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-card p {
    margin-top: 9px;
    font-size: 14.5px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 16px;
  }

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

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

@media (min-width: 430px) and (max-width: 767px) {
  .tdv-content-wrap .tdv-section {
    padding: 60px 0;
  }

  .tdv-content-wrap .tdv-container {
    padding: 0 22px;
  }

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 34px;
  }

  .tdv-content-wrap .tdv-section-head h2 {
    font-size: 32px;
  }

  .tdv-content-wrap .tdv-section-head p {
    font-size: 15.5px;
  }

  .tdv-content-wrap .tdv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

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

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-card p {
    margin-top: 10px;
    font-size: 15px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 18px;
  }

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

  .tdv-content-wrap .tdv-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tdv-content-wrap .tdv-section {
    padding: 74px 0;
  }

  .tdv-content-wrap .tdv-container {
    padding: 0 28px;
  }

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 42px;
  }

  .tdv-content-wrap .tdv-section-head h2 {
    font-size: 38px;
  }

  .tdv-content-wrap .tdv-section-head p {
    font-size: 16px;
  }

  .tdv-content-wrap .tdv-grid-six,
  .tdv-content-wrap .tdv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .tdv-content-wrap .tdv-card,
  .tdv-content-wrap .tdv-trust-card {
    padding: 28px;
  }

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

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-card p {
    margin-top: 10px;
    font-size: 15.5px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 20px;
  }

  .tdv-content-wrap .tdv-step-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
  }

  .tdv-content-wrap .tdv-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .tdv-content-wrap .tdv-section {
    padding: 88px 0;
  }

  .tdv-content-wrap .tdv-container {
    padding: 0 32px;
  }

  .tdv-content-wrap .tdv-section-head {
    margin-bottom: 48px;
  }

  .tdv-content-wrap .tdv-section-head h2 {
    font-size: 44px;
  }

  .tdv-content-wrap .tdv-section-head p {
    font-size: 17px;
  }

  .tdv-content-wrap .tdv-grid-six,
  .tdv-content-wrap .tdv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .tdv-content-wrap .tdv-card,
  .tdv-content-wrap .tdv-trust-card {
    padding: 30px;
  }

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

  .tdv-content-wrap .tdv-card p,
  .tdv-content-wrap .tdv-trust-card p,
  .tdv-content-wrap .tdv-step-card p {
    margin-top: 11px;
    font-size: 15.8px;
  }

  .tdv-content-wrap .tdv-steps {
    gap: 22px;
  }

  .tdv-content-wrap .tdv-step-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 28px;
    padding: 32px 34px;
  }

  .tdv-content-wrap .tdv-step-number {
    width: 76px;
    height: 76px;
    font-size: 21px;
  }
}