@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: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.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: #ffffff;
}

.ttuv-editorial-wrap .ttuv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(0, 242, 234, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 0, 80, 0.10), transparent 32%),
    #f8fafc;
}

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

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

.ttuv-editorial-wrap .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 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: #b30f4b;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.ttuv-editorial-wrap .ttuv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}

.ttuv-editorial-wrap .ttuv-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #526071;
  font-weight: 450;
}

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

.ttuv-editorial-wrap .ttuv-card,
.ttuv-editorial-wrap .ttuv-trust-card,
.ttuv-editorial-wrap .ttuv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttuv-editorial-wrap .ttuv-card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}

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

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

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

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

.ttuv-editorial-wrap .ttuv-card p,
.ttuv-editorial-wrap .ttuv-trust-card p,
.ttuv-editorial-wrap .ttuv-step-copy p {
  position: relative;
  margin: 10px 0 0;
  color: #596779;
  font-weight: 430;
}

.ttuv-editorial-wrap .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #00d9d2, #ff2d67);
  box-shadow: 0 12px 28px rgba(255, 0, 80, 0.18);
  transition: transform 220ms ease;
}

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

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

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

.ttuv-editorial-wrap .ttuv-icon-bolt::before {
  width: 12px;
  height: 22px;
  left: 17px;
  top: 11px;
  clip-path: polygon(55% 0, 100% 0, 62% 45%, 100% 45%, 35% 100%, 48% 56%, 10% 56%);
}

.ttuv-editorial-wrap .ttuv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-route::before {
  width: 20px;
  height: 2px;
  left: 12px;
  top: 21px;
  border-radius: 10px;
}

.ttuv-editorial-wrap .ttuv-icon-route::after {
  width: 7px;
  height: 7px;
  right: 11px;
  top: 18px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-phone::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-daily::after {
  width: 8px;
  height: 2px;
  left: 22px;
  top: 20px;
  transform-origin: left center;
  transform: rotate(42deg);
  border-radius: 10px;
}

.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;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.16));
  overflow: hidden;
}

.ttuv-editorial-wrap .ttuv-step-card::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #00d9d2, #ff2d67);
}

.ttuv-editorial-wrap .ttuv-step-number {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.16);
}

.ttuv-editorial-wrap .ttuv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.16));
}

.ttuv-editorial-wrap .ttuv-badge-dot::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d9d2, #ff2d67);
}

.ttuv-editorial-wrap .ttuv-trust-card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}

.ttuv-editorial-wrap .ttuv-trust-mark {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #273244);
  box-shadow: 0 16px 28px rgba(17, 24, 39, 0.16);
}

.ttuv-editorial-wrap .ttuv-trust-mark::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 14px;
  height: 9px;
  border-left: 3px solid #00f2ea;
  border-bottom: 3px solid #00f2ea;
  transform: rotate(-45deg);
}

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

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

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

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

  .ttuv-editorial-wrap .ttuv-section-head h2 {
    font-size: 26px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-grid-six,
  .ttuv-editorial-wrap .ttuv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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 .ttuv-section-head h2 {
    font-size: 29px;
  }

  .ttuv-editorial-wrap .ttuv-section-head p {
    font-size: 15.5px;
  }

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ttuv-editorial-wrap .ttuv-grid-six,
  .ttuv-editorial-wrap .ttuv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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 .ttuv-section-head h2 {
    font-size: 32px;
  }

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

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .ttuv-editorial-wrap .ttuv-grid-six,
  .ttuv-editorial-wrap .ttuv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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 .ttuv-section-head h2 {
    font-size: 38px;
  }

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

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-section-head h2 {
    font-size: 44px;
  }

  .ttuv-editorial-wrap .ttuv-section-head p {
    font-size: 17.5px;
  }

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

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

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