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

.ttuv-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #141827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.ttuv-editorial .ttuv-section-white {
  background: #ffffff;
}

.ttuv-editorial .ttuv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f7f9fc 100%);
}

.ttuv-editorial .ttuv-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 16%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(255, 0, 80, 0.1), transparent 24%);
  opacity: 0.8;
}

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

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

.ttuv-editorial .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(255, 0, 80, 0.08));
  color: #be0f49;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.ttuv-editorial .ttuv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 18px rgba(255, 0, 80, 0.3);
}

.ttuv-editorial h2,
.ttuv-editorial h3,
.ttuv-editorial p {
  margin-top: 0;
}

.ttuv-editorial h2 {
  margin-bottom: 14px;
  color: #101423;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttuv-editorial .ttuv-heading p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5b6273;
  line-height: 1.75;
}

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

.ttuv-editorial .ttuv-card,
.ttuv-editorial .ttuv-trust-card,
.ttuv-editorial .ttuv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

.ttuv-editorial .ttuv-card::after,
.ttuv-editorial .ttuv-trust-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(255, 0, 80, 0.12));
  transition: transform 240ms ease, opacity 240ms ease;
}

.ttuv-editorial .ttuv-card:hover,
.ttuv-editorial .ttuv-trust-card:hover,
.ttuv-editorial .ttuv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.ttuv-editorial .ttuv-card:hover::after,
.ttuv-editorial .ttuv-trust-card:hover::after {
  transform: scale(1.08);
  opacity: 0.9;
}

.ttuv-editorial .ttuv-card h3,
.ttuv-editorial .ttuv-trust-card h3,
.ttuv-editorial .ttuv-step-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #151928;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttuv-editorial .ttuv-card p,
.ttuv-editorial .ttuv-trust-card p,
.ttuv-editorial .ttuv-step-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5c6373;
}

.ttuv-editorial .ttuv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #101423, #242a3b);
  box-shadow: 0 14px 28px rgba(16, 20, 35, 0.18);
}

.ttuv-editorial .ttuv-icon::before,
.ttuv-editorial .ttuv-icon::after {
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}

.ttuv-editorial .ttuv-card:hover .ttuv-icon::before,
.ttuv-editorial .ttuv-card:hover .ttuv-icon::after {
  transform: translateY(-2px);
}

.ttuv-editorial .ttuv-icon-view::before {
  inset: 15px 11px;
  border: 2px solid #25f4ee;
  border-radius: 999px;
}

.ttuv-editorial .ttuv-icon-view::after {
  top: 20px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff0050;
}

.ttuv-editorial .ttuv-icon-fast::before {
  top: 13px;
  left: 14px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #25f4ee;
  border-right: 3px solid #ff0050;
  border-radius: 50%;
}

.ttuv-editorial .ttuv-icon-fast::after {
  top: 22px;
  left: 22px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}

.ttuv-editorial .ttuv-icon-preview::before {
  inset: 13px 11px;
  border: 2px solid #25f4ee;
  border-radius: 7px;
}

.ttuv-editorial .ttuv-icon-preview::after {
  left: 16px;
  bottom: 15px;
  width: 17px;
  height: 3px;
  border-radius: 999px;
  background: #ff0050;
}

.ttuv-editorial .ttuv-icon-steps::before {
  top: 12px;
  left: 14px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #25f4ee;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ff0050;
}

.ttuv-editorial .ttuv-icon-steps::after {
  top: 14px;
  right: 13px;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 0 #25f4ee, 0 20px 0 #ffffff;
}

.ttuv-editorial .ttuv-icon-mobile::before {
  top: 9px;
  left: 16px;
  width: 16px;
  height: 28px;
  border: 2px solid #25f4ee;
  border-radius: 8px;
}

.ttuv-editorial .ttuv-icon-mobile::after {
  bottom: 13px;
  left: 23px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #ff0050;
}

.ttuv-editorial .ttuv-icon-daily::before {
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid #25f4ee;
  border-radius: 50%;
}

.ttuv-editorial .ttuv-icon-daily::after {
  top: 19px;
  left: 24px;
  width: 3px;
  height: 13px;
  border-radius: 999px;
  background: #ff0050;
  transform-origin: top center;
  transform: rotate(45deg);
}

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

.ttuv-editorial .ttuv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(37, 244, 238, 0.1), rgba(255, 0, 80, 0.06)),
    #ffffff;
}

.ttuv-editorial .ttuv-step-card::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 31px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0), rgba(37, 244, 238, 0.7), rgba(255, 0, 80, 0));
}

.ttuv-editorial .ttuv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(255, 0, 80, 0.18);
}

.ttuv-editorial .ttuv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.09);
  color: #05716d;
  font-size: 12px;
  font-weight: 820;
}

.ttuv-editorial .ttuv-trust-card {
  overflow: hidden;
  border-radius: 24px;
}

.ttuv-editorial .ttuv-trust-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #101423;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.08), 0 14px 28px rgba(16, 20, 35, 0.16);
}

.ttuv-editorial .ttuv-trust-dot::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
}

.ttuv-editorial .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ttuv-editorial .ttuv-reveal.ttuv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

  .ttuv-editorial .ttuv-heading {
    margin-bottom: 28px;
  }

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

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

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

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

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

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

  .ttuv-editorial .ttuv-steps {
    gap: 16px;
  }

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

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

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

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

  .ttuv-editorial .ttuv-heading {
    margin-bottom: 30px;
  }

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

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

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

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

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

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

  .ttuv-editorial .ttuv-steps {
    gap: 18px;
  }

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

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

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

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

  .ttuv-editorial .ttuv-heading {
    margin-bottom: 34px;
  }

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

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

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

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

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

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

  .ttuv-editorial .ttuv-steps {
    gap: 20px;
  }

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

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

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

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

  .ttuv-editorial .ttuv-heading {
    margin-bottom: 42px;
  }

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

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

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

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

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

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

  .ttuv-editorial .ttuv-steps {
    gap: 22px;
  }

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

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

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

  .ttuv-editorial .ttuv-heading {
    margin-bottom: 48px;
  }

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

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

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

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

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

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

  .ttuv-editorial .ttuv-steps {
    gap: 24px;
  }

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

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

  .ttuv-editorial .ttuv-reveal {
    opacity: 1;
  }
}