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

.ttuv-editorial-wrap,
.ttuv-editorial-wrap section,
.ttuv-editorial-wrap div,
.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 12% 18%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(254, 44, 85, 0.10), transparent 26%),
    #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;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #0f6f76;
  font-weight: 750;
  line-height: 1;
}

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

.ttuv-editorial-wrap .ttuv-section-head p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #516070;
  font-weight: 450;
  line-height: 1.7;
}

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

.ttuv-editorial-wrap .ttuv-info-card,
.ttuv-editorial-wrap .ttuv-use-card,
.ttuv-editorial-wrap .ttuv-trust-card,
.ttuv-editorial-wrap .ttuv-step-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttuv-editorial-wrap .ttuv-info-card,
.ttuv-editorial-wrap .ttuv-use-card,
.ttuv-editorial-wrap .ttuv-trust-card {
  border-radius: 22px;
}

.ttuv-editorial-wrap .ttuv-info-card::before,
.ttuv-editorial-wrap .ttuv-use-card::before,
.ttuv-editorial-wrap .ttuv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.42), transparent 62%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.ttuv-editorial-wrap .ttuv-info-card:hover,
.ttuv-editorial-wrap .ttuv-use-card:hover,
.ttuv-editorial-wrap .ttuv-trust-card:hover,
.ttuv-editorial-wrap .ttuv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.32);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

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

.ttuv-editorial-wrap .ttuv-info-card h3,
.ttuv-editorial-wrap .ttuv-use-card h3,
.ttuv-editorial-wrap .ttuv-trust-card h3,
.ttuv-editorial-wrap .ttuv-step-card h3 {
  margin: 0;
  color: #121826;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.ttuv-editorial-wrap .ttuv-info-card p,
.ttuv-editorial-wrap .ttuv-use-card p,
.ttuv-editorial-wrap .ttuv-trust-card p,
.ttuv-editorial-wrap .ttuv-step-card p {
  margin: 10px 0 0;
  color: #536171;
  line-height: 1.68;
}

.ttuv-editorial-wrap .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
}

.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;
  top: 13px;
  left: 18px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ffffff;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-bolt::before {
  width: 13px;
  height: 24px;
  top: 10px;
  left: 17px;
  clip-path: polygon(55% 0, 18% 48%, 48% 48%, 32% 100%, 84% 38%, 54% 38%);
}

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

.ttuv-editorial-wrap .ttuv-icon-path::before {
  width: 22px;
  height: 3px;
  top: 21px;
  left: 12px;
  border-radius: 99px;
}

.ttuv-editorial-wrap .ttuv-icon-path::after {
  width: 8px;
  height: 8px;
  top: 18px;
  right: 12px;
  transform: rotate(45deg);
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-phone::before {
  width: 17px;
  height: 26px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-check::before {
  width: 20px;
  height: 11px;
  top: 15px;
  left: 13px;
  transform: rotate(-45deg);
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-step-list {
  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;
  overflow: hidden;
}

.ttuv-editorial-wrap .ttuv-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.12));
  pointer-events: none;
}

.ttuv-editorial-wrap .ttuv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.18);
}

.ttuv-editorial-wrap .ttuv-use-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 14px 0 0 #25f4ee, 28px 0 0 rgba(16, 24, 40, 0.18);
}

.ttuv-editorial-wrap .ttuv-badge {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0f6f76;
  font-weight: 800;
  line-height: 1;
}

.ttuv-editorial-wrap .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms 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: 48px 0;
  }

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

  .ttuv-editorial-wrap .ttuv-section-head {
    margin-bottom: 28px;
  }

  .ttuv-editorial-wrap .ttuv-kicker {
    padding: 8px 11px;
    font-size: 11px;
  }

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

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

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

  .ttuv-editorial-wrap .ttuv-info-card,
  .ttuv-editorial-wrap .ttuv-use-card,
  .ttuv-editorial-wrap .ttuv-trust-card {
    padding: 20px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-step-list {
    gap: 14px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-badge {
    padding: 8px 11px;
    font-size: 12px;
  }
}

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

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

  .ttuv-editorial-wrap .ttuv-section-head {
    margin-bottom: 30px;
  }

  .ttuv-editorial-wrap .ttuv-kicker {
    padding: 8px 12px;
    font-size: 12px;
  }

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-step-list {
    gap: 16px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-badge {
    padding: 8px 12px;
    font-size: 12px;
  }
}

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

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

  .ttuv-editorial-wrap .ttuv-section-head {
    margin-bottom: 34px;
  }

  .ttuv-editorial-wrap .ttuv-kicker {
    padding: 9px 13px;
    font-size: 12px;
  }

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-step-list {
    gap: 18px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-badge {
    padding: 9px 13px;
    font-size: 12px;
  }
}

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

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

  .ttuv-editorial-wrap .ttuv-section-head {
    margin-bottom: 42px;
  }

  .ttuv-editorial-wrap .ttuv-kicker {
    padding: 9px 14px;
    font-size: 12px;
  }

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-step-list {
    gap: 20px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-badge {
    padding: 9px 14px;
    font-size: 12px;
  }
}

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

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

  .ttuv-editorial-wrap .ttuv-section-head {
    margin-bottom: 50px;
  }

  .ttuv-editorial-wrap .ttuv-kicker {
    padding: 10px 15px;
    font-size: 12px;
  }

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

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

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

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

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

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

  .ttuv-editorial-wrap .ttuv-step-list {
    gap: 22px;
  }

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

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

  .ttuv-editorial-wrap .ttuv-badge {
    padding: 10px 15px;
    font-size: 12px;
  }
}