@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: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.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: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

.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;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f766e;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ttdv-editorial-wrap .ttdv-kicker::before,
.ttdv-editorial-wrap .ttdv-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

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

.ttdv-editorial-wrap .ttdv-section-head p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #536175;
  font-weight: 400;
  line-height: 1.75;
}

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

.ttdv-editorial-wrap .ttdv-card,
.ttdv-editorial-wrap .ttdv-step-card,
.ttdv-editorial-wrap .ttdv-benefit-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttdv-editorial-wrap .ttdv-card {
  border-radius: 18px;
  overflow: hidden;
}

.ttdv-editorial-wrap .ttdv-card::before,
.ttdv-editorial-wrap .ttdv-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #0ea5e9 46%, #fe2c55);
  opacity: 0.92;
}

.ttdv-editorial-wrap .ttdv-card:hover,
.ttdv-editorial-wrap .ttdv-step-card:hover,
.ttdv-editorial-wrap .ttdv-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(14, 165, 233, 0.25);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.12);
}

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

.ttdv-editorial-wrap .ttdv-card p,
.ttdv-editorial-wrap .ttdv-step-card p,
.ttdv-editorial-wrap .ttdv-benefit-card p {
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.7;
}

.ttdv-editorial-wrap .ttdv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(14, 165, 233, 0.16);
  position: relative;
}

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

.ttdv-editorial-wrap .ttdv-card:hover .ttdv-icon::before,
.ttdv-editorial-wrap .ttdv-card:hover .ttdv-icon::after {
  transform: translateX(2px);
}

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

.ttdv-editorial-wrap .ttdv-icon-speed::before {
  left: 13px;
  top: 22px;
  width: 21px;
  height: 3px;
  border-radius: 99px;
  background: #0ea5e9;
  transform: rotate(-24deg);
}

.ttdv-editorial-wrap .ttdv-icon-speed::after {
  left: 12px;
  top: 14px;
  width: 22px;
  height: 22px;
  border: 3px solid #25b9b4;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttdv-editorial-wrap .ttdv-icon-preview::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #0ea5e9;
  border-radius: 8px;
}

.ttdv-editorial-wrap .ttdv-icon-preview::after {
  left: 20px;
  top: 19px;
  width: 7px;
  height: 7px;
  background: #fe2c55;
  border-radius: 50%;
}

.ttdv-editorial-wrap .ttdv-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border-left: 3px solid #0ea5e9;
  border-right: 3px solid #fe2c55;
}

.ttdv-editorial-wrap .ttdv-icon-steps::after {
  left: 17px;
  top: 16px;
  width: 12px;
  height: 3px;
  background: #25b9b4;
  box-shadow: 0 7px 0 #25b9b4, 0 14px 0 #25b9b4;
  border-radius: 99px;
}

.ttdv-editorial-wrap .ttdv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 17px;
  height: 28px;
  border: 3px solid #0ea5e9;
  border-radius: 7px;
}

.ttdv-editorial-wrap .ttdv-icon-mobile::after {
  left: 22px;
  top: 31px;
  width: 4px;
  height: 4px;
  background: #fe2c55;
  border-radius: 50%;
}

.ttdv-editorial-wrap .ttdv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 9px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  opacity: 0.9;
}

.ttdv-editorial-wrap .ttdv-icon-daily::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #ffffff;
}

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

.ttdv-editorial-wrap .ttdv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  overflow: hidden;
}

.ttdv-editorial-wrap .ttdv-step-card::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0), rgba(37, 244, 238, 0.9), rgba(254, 44, 85, 0));
}

.ttdv-editorial-wrap .ttdv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #111827 0%, #0ea5e9 48%, #fe2c55 100%);
  box-shadow: 0 16px 35px rgba(14, 165, 233, 0.23);
}

.ttdv-editorial-wrap .ttdv-step-content {
  position: relative;
  z-index: 1;
}

.ttdv-editorial-wrap .ttdv-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 12px 0 0 #fe2c55, 24px 0 0 #111827;
}

.ttdv-editorial-wrap .ttdv-benefit-card {
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.ttdv-editorial-wrap .ttdv-benefit-mark {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 99px;
  color: #0f766e;
  background: rgba(37, 244, 238, 0.14);
  border: 1px solid rgba(15, 118, 110, 0.12);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.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 260ms ease, border-color 260ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttdv-editorial-wrap .ttdv-section {
    padding: 46px 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-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ttdv-editorial-wrap .ttdv-card,
  .ttdv-editorial-wrap .ttdv-benefit-card {
    padding: 24px 20px;
  }

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

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

  .ttdv-editorial-wrap .ttdv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

  .ttdv-editorial-wrap .ttdv-step-card::before {
    display: none;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttdv-editorial-wrap .ttdv-section {
    padding: 52px 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-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ttdv-editorial-wrap .ttdv-card,
  .ttdv-editorial-wrap .ttdv-benefit-card {
    padding: 26px 22px;
  }

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

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

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

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

  .ttdv-editorial-wrap .ttdv-step-card::before {
    display: none;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttdv-editorial-wrap .ttdv-section {
    padding: 58px 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: 15.5px;
  }

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

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

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

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

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

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

  .ttdv-editorial-wrap .ttdv-step-card::before {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

  .ttdv-editorial-wrap .ttdv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

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