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

.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.09), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(254, 44, 85, 0.08), transparent 28%),
    #f7f8fb;
}

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

.ttuv-editorial-wrap .ttuv-heading {
  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;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.11));
  color: #96243d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttuv-editorial-wrap .ttuv-heading h2 {
  margin: 0;
  color: #11131a;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

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

.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;
  height: 100%;
  border: 1px solid rgba(17, 19, 26, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.ttuv-editorial-wrap .ttuv-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.42), rgba(254, 44, 85, 0.32), transparent 58%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.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(254, 44, 85, 0.18);
  box-shadow: 0 24px 70px rgba(18, 24, 38, 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-content h3 {
  margin: 0;
  color: #15161d;
  font-weight: 800;
  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-content p,
.ttuv-editorial-wrap .ttuv-note p {
  margin: 10px 0 0;
  color: #626878;
  line-height: 1.68;
}

.ttuv-editorial-wrap .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 30px 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-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  opacity: 0.95;
}

.ttuv-editorial-wrap .ttuv-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #15161d;
}

.ttuv-editorial-wrap .ttuv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-right-color: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 22px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-25deg);
}

.ttuv-editorial-wrap .ttuv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
}

.ttuv-editorial-wrap .ttuv-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 21px;
  border-radius: 999px;
  background: #15161d;
}

.ttuv-editorial-wrap .ttuv-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.ttuv-editorial-wrap .ttuv-icon-steps::after {
  width: 14px;
  height: 3px;
  left: 23px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.ttuv-editorial-wrap .ttuv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 7px;
}

.ttuv-editorial-wrap .ttuv-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 999px;
  background: #15161d;
}

.ttuv-editorial-wrap .ttuv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}

.ttuv-editorial-wrap .ttuv-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #15161d;
  box-shadow: 0 6px 0 rgba(21, 22, 29, 0.7);
}

.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;
  overflow: hidden;
  border-radius: 24px;
}

.ttuv-editorial-wrap .ttuv-step-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -38px;
  width: 122px;
  height: 122px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.13));
}

.ttuv-editorial-wrap .ttuv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #15161d, #fe2c55 58%, #25f4ee);
  box-shadow: 0 16px 36px rgba(254, 44, 85, 0.2);
}

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

.ttuv-editorial-wrap .ttuv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0, rgba(37, 244, 238, 0.14), transparent 34%);
}

.ttuv-editorial-wrap .ttuv-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #087f7b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttuv-editorial-wrap .ttuv-trust-card {
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 12% 8%, rgba(254, 44, 85, 0.12), transparent 34%);
}

.ttuv-editorial-wrap .ttuv-trust-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #25f4ee;
  box-shadow: 16px 0 0 #fe2c55, 32px 0 0 #15161d;
}

.ttuv-editorial-wrap .ttuv-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(37, 244, 238, 0.25);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(254, 44, 85, 0.08));
  text-align: center;
}

.ttuv-editorial-wrap .ttuv-note p {
  margin: 0;
  color: #424856;
  font-weight: 620;
}

.ttuv-editorial-wrap .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms 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-heading h2 {
    font-size: 25px;
  }

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

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

  .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-card h3,
  .ttuv-editorial-wrap .ttuv-trust-card h3,
  .ttuv-editorial-wrap .ttuv-step-content h3 {
    font-size: 18px;
  }

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

  .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-note {
    margin-top: 18px;
    padding: 18px;
  }
}

@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-heading h2 {
    font-size: 28px;
  }

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

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-steps {
    gap: 18px;
    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: 24px;
  }

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

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

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

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 20px;
    padding: 20px;
  }
}

@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-heading h2 {
    font-size: 32px;
  }

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

  .ttuv-editorial-wrap .ttuv-grid,
  .ttuv-editorial-wrap .ttuv-steps {
    gap: 20px;
    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: 26px;
  }

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

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

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

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 22px;
    padding: 22px;
  }
}

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

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

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

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

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

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

  .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-card h3,
  .ttuv-editorial-wrap .ttuv-trust-card h3,
  .ttuv-editorial-wrap .ttuv-step-content h3 {
    font-size: 20px;
  }

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

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

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 24px;
    padding: 24px;
  }
}

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

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

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

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

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

  .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-card h3,
  .ttuv-editorial-wrap .ttuv-trust-card h3,
  .ttuv-editorial-wrap .ttuv-step-content h3 {
    font-size: 21px;
  }

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

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

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

  .ttuv-editorial-wrap .ttuv-note {
    margin-top: 26px;
    padding: 26px 32px;
  }
}