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

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

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

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

.ttuv-editorial .ttuv-section-soft {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 242, 234, 0.08), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(255, 0, 80, 0.08), transparent 32%),
    #f7f9fc;
}

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

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

.ttuv-editorial .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  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.1));
  color: #b80039;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

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

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

.ttuv-editorial .ttuv-card,
.ttuv-editorial .ttuv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 51, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttuv-editorial .ttuv-card::before,
.ttuv-editorial .ttuv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #00f2ea, #ff0050, #7c3aed);
  opacity: 0.9;
}

.ttuv-editorial .ttuv-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 80, 0.1));
  transition: transform 260ms ease, opacity 260ms ease;
}

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

.ttuv-editorial .ttuv-card:hover::after {
  transform: scale(1.12);
  opacity: 0.85;
}

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

.ttuv-editorial .ttuv-card p,
.ttuv-editorial .ttuv-step p,
.ttuv-editorial .ttuv-trust-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5f697a;
  font-weight: 450;
}

.ttuv-editorial .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.ttuv-editorial .ttuv-icon::before,
.ttuv-editorial .ttuv-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.ttuv-editorial .ttuv-icon-eye::before {
  width: 22px;
  height: 14px;
  border: 2px solid #111827;
  border-radius: 18px 18px 14px 14px;
}

.ttuv-editorial .ttuv-icon-eye::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff0050;
}

.ttuv-editorial .ttuv-icon-bolt::before {
  width: 12px;
  height: 22px;
  background: #111827;
  clip-path: polygon(48% 0, 100% 0, 65% 42%, 100% 42%, 36% 100%, 50% 55%, 8% 55%);
}

.ttuv-editorial .ttuv-icon-preview::before {
  width: 23px;
  height: 17px;
  border: 2px solid #111827;
  border-radius: 5px;
}

.ttuv-editorial .ttuv-icon-preview::after {
  width: 10px;
  height: 4px;
  border-radius: 99px;
  background: #00b8b2;
}

.ttuv-editorial .ttuv-icon-steps::before {
  width: 22px;
  height: 22px;
  border-left: 3px solid #111827;
  border-bottom: 3px solid #111827;
  border-radius: 3px;
}

.ttuv-editorial .ttuv-icon-steps::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff0050;
  box-shadow: 12px -10px 0 #00b8b2;
}

.ttuv-editorial .ttuv-icon-mobile::before {
  width: 16px;
  height: 25px;
  border: 2px solid #111827;
  border-radius: 6px;
}

.ttuv-editorial .ttuv-icon-mobile::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff0050;
  transform: translate(-50%, 7px);
}

.ttuv-editorial .ttuv-icon-daily::before {
  width: 21px;
  height: 21px;
  border: 2px solid #111827;
  border-radius: 50%;
}

.ttuv-editorial .ttuv-icon-daily::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #ff0050;
  border-right: 2px solid #ff0050;
  transform: translate(-28%, -62%) rotate(45deg);
}

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

.ttuv-editorial .ttuv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(20, 31, 51, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttuv-editorial .ttuv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 178, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.ttuv-editorial .ttuv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #2d1b48);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.ttuv-editorial .ttuv-card-alt {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.45), rgba(255, 0, 80, 0.32)) border-box;
  border-color: transparent;
}

.ttuv-editorial .ttuv-chip {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.1);
  color: #007d79;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttuv-editorial .ttuv-trust-card {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 0, 80, 0.09), transparent 30%),
    #ffffff;
}

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

.ttuv-editorial .ttuv-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 18px;
  border-right: 3px solid #111827;
  border-bottom: 3px solid #111827;
  transform: rotate(40deg);
}

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

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

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

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

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

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

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

  .ttuv-editorial .ttuv-card,
  .ttuv-editorial .ttuv-trust-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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