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

.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;
  overflow: hidden;
}

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

.ttuv-editorial-wrap .ttuv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(254, 44, 85, 0.11), transparent 28%),
    #f8fafc;
}

.ttuv-editorial-wrap .ttuv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.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: 8px 13px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.11));
  color: #172033;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

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

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

.ttuv-editorial-wrap .ttuv-section-head p {
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.7;
  font-weight: 450;
}

.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;
  border: 1px solid rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

.ttuv-editorial-wrap .ttuv-card::after,
.ttuv-editorial-wrap .ttuv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), transparent 38%, rgba(254, 44, 85, 0.12));
  transition: opacity 240ms ease;
}

.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(37, 244, 238, 0.36);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

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

.ttuv-editorial-wrap .ttuv-card h3,
.ttuv-editorial-wrap .ttuv-trust-card h3,
.ttuv-editorial-wrap .ttuv-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  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-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6676;
  line-height: 1.68;
  font-weight: 450;
}

.ttuv-editorial-wrap .ttuv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.18));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease;
}

.ttuv-editorial-wrap .ttuv-card:hover .ttuv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.ttuv-editorial-wrap .ttuv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #111827;
  margin-left: 2px;
}

.ttuv-editorial-wrap .ttuv-icon-speed::before {
  width: 20px;
  height: 20px;
  border: 3px solid #111827;
  border-top-color: transparent;
  border-radius: 999px;
}

.ttuv-editorial-wrap .ttuv-icon-speed::after {
  width: 10px;
  height: 3px;
  background: #fe2c55;
  transform: translate(-20%, -50%) rotate(-34deg);
  border-radius: 999px;
}

.ttuv-editorial-wrap .ttuv-icon-frame::before {
  width: 22px;
  height: 16px;
  border: 3px solid #111827;
  border-radius: 6px;
}

.ttuv-editorial-wrap .ttuv-icon-path::before {
  width: 22px;
  height: 22px;
  border: 3px dashed #111827;
  border-radius: 999px;
}

.ttuv-editorial-wrap .ttuv-icon-device::before {
  width: 16px;
  height: 24px;
  border: 3px solid #111827;
  border-radius: 6px;
}

.ttuv-editorial-wrap .ttuv-icon-check::before {
  width: 18px;
  height: 10px;
  border-left: 4px solid #111827;
  border-bottom: 4px solid #111827;
  transform: translate(-50%, -62%) rotate(-45deg);
}

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

.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::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttuv-editorial-wrap .ttuv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #101827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.ttuv-editorial-wrap .ttuv-step-number::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.32), rgba(254, 44, 85, 0.24));
  z-index: -1;
}

.ttuv-editorial-wrap .ttuv-card-accent {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.36)) border-box;
  border: 1px solid transparent;
}

.ttuv-editorial-wrap .ttuv-badge-dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 42px;
  height: 10px;
  margin: 0 0 19px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

.ttuv-editorial-wrap .ttuv-badge-dot::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #111827;
  opacity: 0.9;
}

.ttuv-editorial-wrap .ttuv-trust-card {
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
}

.ttuv-editorial-wrap .ttuv-trust-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}

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

.ttuv-editorial-wrap .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-wrap .ttuv-section {
    padding: 48px 0;
  }

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

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

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

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

  .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-card h3 {
    font-size: 18px;
  }

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

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

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

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

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

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

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

  .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-card h3 {
    font-size: 19px;
  }

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

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

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

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

@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 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: 18px;
    margin-top: 34px;
  }

  .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-card h3 {
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

  .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-card h3 {
    font-size: 21px;
  }

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

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

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

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

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

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

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

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

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

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

  .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-card h3 {
    font-size: 21px;
  }

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

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

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

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