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

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

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

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

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

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

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

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

.tdv-editorial .tdv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #b5123a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.tdv-editorial .tdv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 18px rgba(254, 44, 85, 0.35);
}

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

.tdv-editorial h2 {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tdv-editorial .tdv-heading p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5c6678;
  line-height: 1.72;
}

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

.tdv-editorial .tdv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tdv-editorial .tdv-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.24), rgba(254, 44, 85, 0.22));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tdv-editorial .tdv-card > * {
  position: relative;
  z-index: 1;
}

.tdv-editorial .tdv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.tdv-editorial .tdv-card:hover::after {
  opacity: 1;
}

.tdv-editorial .tdv-card h3 {
  margin-bottom: 10px;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tdv-editorial .tdv-card p {
  margin-bottom: 0;
  color: #637083;
  line-height: 1.68;
}

.tdv-editorial .tdv-icon {
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111827, #2b3042);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

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

.tdv-editorial .tdv-card:hover .tdv-icon::before,
.tdv-editorial .tdv-card:hover .tdv-icon::after {
  transform: translateY(-1px);
}

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

.tdv-editorial .tdv-icon-bolt::before {
  top: 10px;
  left: 18px;
  width: 9px;
  height: 22px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(45% 0, 100% 0, 65% 43%, 100% 43%, 28% 100%, 45% 56%, 0 56%);
}

.tdv-editorial .tdv-icon-frame::before {
  inset: 12px;
  border: 2px solid #25f4ee;
  border-radius: 7px;
}

.tdv-editorial .tdv-icon-frame::after {
  right: 11px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe2c55;
}

.tdv-editorial .tdv-icon-path::before {
  top: 14px;
  left: 12px;
  width: 20px;
  height: 14px;
  border: 2px solid #25f4ee;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 10px 0;
}

.tdv-editorial .tdv-icon-path::after {
  top: 10px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fe2c55;
  border-right: 2px solid #fe2c55;
  transform: rotate(45deg);
}

.tdv-editorial .tdv-icon-phone::before {
  top: 9px;
  left: 15px;
  width: 14px;
  height: 25px;
  border: 2px solid #25f4ee;
  border-radius: 6px;
}

.tdv-editorial .tdv-icon-phone::after {
  bottom: 12px;
  left: 21px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fe2c55;
}

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

.tdv-editorial .tdv-icon-daily::after {
  top: 21px;
  left: 21px;
  width: 10px;
  height: 2px;
  border-radius: 99px;
  background: #fe2c55;
  transform-origin: left center;
  transform: rotate(-35deg);
}

.tdv-editorial .tdv-icon-lock::before {
  top: 19px;
  left: 12px;
  width: 20px;
  height: 14px;
  border-radius: 5px;
  background: #25f4ee;
}

.tdv-editorial .tdv-icon-lock::after {
  top: 10px;
  left: 15px;
  width: 12px;
  height: 13px;
  border: 2px solid #fe2c55;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.tdv-editorial .tdv-icon-speed::before {
  top: 12px;
  left: 11px;
  width: 22px;
  height: 22px;
  border: 2px solid #25f4ee;
  border-bottom-color: transparent;
  border-radius: 50%;
}

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

.tdv-editorial .tdv-icon-check::before {
  top: 14px;
  left: 12px;
  width: 21px;
  height: 13px;
  border-bottom: 3px solid #25f4ee;
  border-left: 3px solid #25f4ee;
  transform: rotate(-45deg);
}

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

.tdv-editorial .tdv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tdv-editorial .tdv-step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.tdv-editorial .tdv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.28);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.11);
}

.tdv-editorial .tdv-step-number {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(254, 44, 85, 0.2);
}

.tdv-editorial .tdv-step-content h3 {
  margin-bottom: 8px;
  color: #141b2d;
  font-weight: 820;
  line-height: 1.25;
}

.tdv-editorial .tdv-step-content p {
  margin-bottom: 0;
  color: #627084;
  line-height: 1.68;
}

.tdv-editorial .tdv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.tdv-editorial .tdv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

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

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

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

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

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

  .tdv-editorial .tdv-heading p {
    font-size: 15px;
  }

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

  .tdv-editorial .tdv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-content p {
    font-size: 14px;
  }

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

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

  .tdv-editorial .tdv-step-number {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}

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

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

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

  .tdv-editorial .tdv-heading p {
    font-size: 15.5px;
  }

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

  .tdv-editorial .tdv-card {
    padding: 24px;
  }

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

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-content p {
    font-size: 14.5px;
  }

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

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

  .tdv-editorial .tdv-step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

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

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

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

  .tdv-editorial .tdv-heading p {
    font-size: 16px;
  }

  .tdv-editorial .tdv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .tdv-editorial .tdv-card {
    padding: 26px;
  }

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

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-content p {
    font-size: 15px;
  }

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

  .tdv-editorial .tdv-step {
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }

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

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

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

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

  .tdv-editorial .tdv-heading p {
    font-size: 17px;
  }

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

  .tdv-editorial .tdv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tdv-editorial .tdv-card {
    padding: 28px;
  }

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

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-content p {
    font-size: 15.5px;
  }

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

  .tdv-editorial .tdv-step {
    gap: 22px;
    padding: 30px;
  }

  .tdv-editorial .tdv-step-number {
    width: 60px;
    height: 60px;
    font-size: 17px;
  }
}

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

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

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

  .tdv-editorial .tdv-heading p {
    font-size: 18px;
  }

  .tdv-editorial .tdv-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

  .tdv-editorial .tdv-card {
    padding: 30px;
  }

  .tdv-editorial .tdv-card h3,
  .tdv-editorial .tdv-step-content h3 {
    font-size: 22px;
  }

  .tdv-editorial .tdv-card p,
  .tdv-editorial .tdv-step-content p {
    font-size: 16px;
  }

  .tdv-editorial .tdv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .tdv-editorial .tdv-step {
    gap: 24px;
    padding: 32px;
  }

  .tdv-editorial .tdv-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tdv-editorial .tdv-card,
  .tdv-editorial .tdv-step,
  .tdv-editorial .tdv-reveal,
  .tdv-editorial .tdv-reveal.tdv-visible {
    transition: none;
    transform: none;
  }

  .tdv-editorial .tdv-reveal {
    opacity: 1;
  }
}