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

.ttuv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}

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

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

.ttuv-editorial-wrap .ttuv-section-white {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(255, 0, 80, 0.07), transparent 28%),
    #ffffff;
}

.ttuv-editorial-wrap .ttuv-section-soft {
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.07), transparent 34%),
    linear-gradient(315deg, rgba(255, 0, 80, 0.06), transparent 32%),
    #f8fafc;
}

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

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

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

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

.ttuv-editorial-wrap .ttuv-heading-block p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #475569;
  line-height: 1.7;
}

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

.ttuv-editorial-wrap .ttuv-card,
.ttuv-editorial-wrap .ttuv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttuv-editorial-wrap .ttuv-card::before,
.ttuv-editorial-wrap .ttuv-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), transparent 38%, rgba(255, 0, 80, 0.13));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ttuv-editorial-wrap .ttuv-card:hover,
.ttuv-editorial-wrap .ttuv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.20);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.ttuv-editorial-wrap .ttuv-card:hover::before,
.ttuv-editorial-wrap .ttuv-step-card:hover::before {
  opacity: 1;
}

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

.ttuv-editorial-wrap .ttuv-card p,
.ttuv-editorial-wrap .ttuv-step-card p {
  position: relative;
  margin: 12px 0 0;
  color: #536174;
  line-height: 1.68;
}

.ttuv-editorial-wrap .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d7d1, #ff2d6d);
  box-shadow: 0 14px 28px rgba(255, 45, 109, 0.20);
  transition: transform 260ms ease;
}

.ttuv-editorial-wrap .ttuv-card:hover .ttuv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.ttuv-editorial-wrap .ttuv-icon::before,
.ttuv-editorial-wrap .ttuv-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.ttuv-editorial-wrap .ttuv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
  transform: translateX(2px);
}

.ttuv-editorial-wrap .ttuv-icon-bolt::before {
  width: 12px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(58% 0, 18% 48%, 48% 48%, 34% 100%, 84% 38%, 54% 38%);
}

.ttuv-editorial-wrap .ttuv-icon-frame::before {
  width: 22px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.ttuv-editorial-wrap .ttuv-icon-frame::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(8px, -5px);
}

.ttuv-editorial-wrap .ttuv-icon-path::before {
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}

.ttuv-editorial-wrap .ttuv-icon-mobile::before {
  width: 16px;
  height: 25px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttuv-editorial-wrap .ttuv-icon-bookmark::before {
  width: 16px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
  border-radius: 4px 4px 1px 1px;
}

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

.ttuv-editorial-wrap .ttuv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
}

.ttuv-editorial-wrap .ttuv-step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111827, #ff2d6d);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 35px rgba(255, 45, 109, 0.20);
}

.ttuv-editorial-wrap .ttuv-step-content {
  position: relative;
}

.ttuv-editorial-wrap .ttuv-use-card {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.ttuv-editorial-wrap .ttuv-dot {
  position: relative;
  display: inline-flex;
  width: 15px;
  height: 15px;
  margin: 0 0 19px;
  border-radius: 50%;
  background: #ff2d6d;
  box-shadow: 18px 0 0 #00d7d1, 36px 0 0 rgba(15, 23, 42, 0.18);
}

.ttuv-editorial-wrap .ttuv-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.13);
  color: #006c6a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttuv-editorial-wrap .ttuv-trust-card {
  background: #ffffff;
}

.ttuv-editorial-wrap .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  .ttuv-editorial-wrap .ttuv-reveal,
  .ttuv-editorial-wrap .ttuv-card,
  .ttuv-editorial-wrap .ttuv-step-card,
  .ttuv-editorial-wrap .ttuv-icon {
    transition: none;
  }

  .ttuv-editorial-wrap .ttuv-card:hover,
  .ttuv-editorial-wrap .ttuv-step-card:hover {
    transform: none;
  }
}

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

  .ttuv-editorial-wrap .ttuv-container {
    padding: 0 16px;
  }

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

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

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

  .ttuv-editorial-wrap .ttuv-card {
    padding: 22px;
  }

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

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

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

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

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

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

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

  .ttuv-editorial-wrap h2 {
    font-size: 30px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-card {
    padding: 24px;
  }

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-heading-block p {
    font-size: 16px;
  }

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

  .ttuv-editorial-wrap .ttuv-card {
    padding: 26px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-card {
    padding: 28px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-heading-block p {
    font-size: 18px;
  }

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

  .ttuv-editorial-wrap .ttuv-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .ttuv-editorial-wrap .ttuv-card {
    min-height: 100%;
    padding: 30px;
  }

  .ttuv-editorial-wrap .ttuv-card h3,
  .ttuv-editorial-wrap .ttuv-step-card h3 {
    font-size: 22px;
  }

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

  .ttuv-editorial-wrap .ttuv-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .ttuv-editorial-wrap .ttuv-step-card {
    gap: 28px;
    padding: 32px;
  }

  .ttuv-editorial-wrap .ttuv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }
}