@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;
}

.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%;
  isolation: isolate;
}

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

.ttuv-editorial-wrap .ttuv-section-soft {
  background:
    radial-gradient(circle at 8% 12%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(254, 44, 85, 0.11), 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;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #be123c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.ttuv-editorial-wrap .ttuv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.13);
}

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

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

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

.ttuv-editorial-wrap .ttuv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttuv-editorial-wrap .ttuv-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.26), rgba(254, 44, 85, 0.22));
  opacity: 0;
  transition: opacity 240ms ease;
}

.ttuv-editorial-wrap .ttuv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.ttuv-editorial-wrap .ttuv-card:hover::after {
  opacity: 1;
}

.ttuv-editorial-wrap .ttuv-card h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttuv-editorial-wrap .ttuv-card p {
  margin: 10px 0 0;
  color: #5b6778;
  font-weight: 430;
  line-height: 1.68;
}

.ttuv-editorial-wrap .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.15));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

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

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

.ttuv-editorial-wrap .ttuv-icon-view::before {
  width: 20px;
  height: 12px;
  left: 12px;
  top: 16px;
  border: 2px solid #0f766e;
  border-radius: 999px;
}

.ttuv-editorial-wrap .ttuv-icon-view::after {
  width: 6px;
  height: 6px;
  left: 19px;
  top: 19px;
  border-radius: 999px;
  background: #fe2c55;
}

.ttuv-editorial-wrap .ttuv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #0f766e;
  border-radius: 999px;
  border-left-color: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-speed::after {
  width: 11px;
  height: 2px;
  left: 22px;
  top: 15px;
  border-radius: 999px;
  background: #fe2c55;
  transform: rotate(38deg);
  transform-origin: left center;
}

.ttuv-editorial-wrap .ttuv-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 11px;
  top: 13px;
  border: 2px solid #0f766e;
  border-radius: 7px;
}

.ttuv-editorial-wrap .ttuv-icon-preview::after {
  width: 14px;
  height: 3px;
  left: 15px;
  top: 20px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 0 6px 0 rgba(15, 118, 110, 0.45);
}

.ttuv-editorial-wrap .ttuv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 0 10px 0 #0f766e, 0 20px 0 #fe2c55;
}

.ttuv-editorial-wrap .ttuv-icon-steps::after {
  width: 14px;
  height: 2px;
  left: 23px;
  top: 14px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.7);
  box-shadow: 0 10px 0 rgba(254, 44, 85, 0.65), 0 20px 0 rgba(15, 118, 110, 0.55);
}

.ttuv-editorial-wrap .ttuv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #0f766e;
  border-radius: 7px;
}

.ttuv-editorial-wrap .ttuv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 20px;
  top: 26px;
  border-radius: 999px;
  background: #fe2c55;
}

.ttuv-editorial-wrap .ttuv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #0f766e;
  border-radius: 999px;
}

.ttuv-editorial-wrap .ttuv-icon-daily::after {
  width: 11px;
  height: 11px;
  left: 19px;
  top: 12px;
  border-left: 2px solid #fe2c55;
  border-bottom: 2px solid #fe2c55;
  border-radius: 0 0 0 4px;
}

.ttuv-editorial-wrap .ttuv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ttuv-editorial-wrap .ttuv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 52%, rgba(37, 244, 238, 0.08) 100%);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.ttuv-editorial-wrap .ttuv-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttuv-editorial-wrap .ttuv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.1);
}

.ttuv-editorial-wrap .ttuv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #101827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(16, 24, 39, 0.18);
}

.ttuv-editorial-wrap .ttuv-step-content h3 {
  margin: 0;
  color: #101827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttuv-editorial-wrap .ttuv-step-content p {
  margin: 8px 0 0;
  color: #5b6778;
  line-height: 1.68;
}

.ttuv-editorial-wrap .ttuv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 18% 0%, rgba(37, 244, 238, 0.18), transparent 40%);
}

.ttuv-editorial-wrap .ttuv-dot {
  display: inline-flex;
  width: 36px;
  height: 10px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
  box-shadow: 0 10px 24px rgba(254, 44, 85, 0.18);
}

.ttuv-editorial-wrap .ttuv-trust-card {
  background: #ffffff;
}

.ttuv-editorial-wrap .ttuv-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

  .ttuv-editorial-wrap .ttuv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

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

@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 {
    margin-bottom: 32px;
  }

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

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

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

  .ttuv-editorial-wrap .ttuv-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

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

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

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

@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 {
    margin-bottom: 34px;
  }

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

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

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

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

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

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

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

  .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: 20px;
  }
}

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

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

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

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

  .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-card {
    padding: 28px;
  }

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

  .ttuv-editorial-wrap .ttuv-card p,
  .ttuv-editorial-wrap .ttuv-step-content 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: 68px;
    height: 68px;
    font-size: 21px;
  }
}

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

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

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

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

  .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-card {
    padding: 30px;
  }

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .ttuv-editorial-wrap .ttuv-reveal,
  .ttuv-editorial-wrap .ttuv-card,
  .ttuv-editorial-wrap .ttuv-card::after,
  .ttuv-editorial-wrap .ttuv-step-card,
  .ttuv-editorial-wrap .ttuv-icon::before,
  .ttuv-editorial-wrap .ttuv-icon::after {
    transition: none;
  }

  .ttuv-editorial-wrap .ttuv-reveal {
    opacity: 1;
    transform: none;
  }
}