@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: #13202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", 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%;
  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% 18%, rgba(254, 44, 85, 0.10), 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-heading-block {
  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;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(37, 244, 238, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #0b6b73;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

.ttuv-editorial-wrap .ttuv-heading-block p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #536174;
  line-height: 1.72;
}

.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;
  min-width: 0;
  border: 1px solid rgba(19, 32, 47, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

.ttuv-editorial-wrap .ttuv-card::before,
.ttuv-editorial-wrap .ttuv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), transparent 42%, rgba(254, 44, 85, 0.10));
  opacity: 0;
  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 70px rgba(16, 24, 40, 0.13);
}

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

.ttuv-editorial-wrap h3 {
  position: relative;
  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;
  margin: 11px 0 0;
  color: #5b6678;
  line-height: 1.68;
}

.ttuv-editorial-wrap .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px 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-play::before {
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-bolt::before {
  width: 13px;
  height: 24px;
  left: 17px;
  top: 11px;
  clip-path: polygon(55% 0, 100% 0, 63% 43%, 100% 43%, 35% 100%, 48% 56%, 13% 56%);
}

.ttuv-editorial-wrap .ttuv-icon-frame::before {
  inset: 13px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

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

.ttuv-editorial-wrap .ttuv-icon-path::after {
  width: 9px;
  height: 9px;
  right: 12px;
  top: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-phone::before {
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.ttuv-editorial-wrap .ttuv-icon-pin::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 10px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.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;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
}

.ttuv-editorial-wrap .ttuv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.20);
}

.ttuv-editorial-wrap .ttuv-mini-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0b6b73;
  font-size: 12px;
  font-weight: 800;
}

.ttuv-editorial-wrap .ttuv-trust-card {
  height: 100%;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.ttuv-editorial-wrap .ttuv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(37, 244, 238, 0.18);
}

.ttuv-editorial-wrap .ttuv-trust-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.ttuv-editorial-wrap .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms 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 h2 {
    font-size: 27px;
  }

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

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

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

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

  .ttuv-editorial-wrap 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: 14.5px;
  }
}

@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: 30px;
  }

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

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

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

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

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

  .ttuv-editorial-wrap 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: 15px;
  }
}

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap 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: 15.5px;
  }
}

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

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap 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: 16px;
  }
}

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

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

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

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

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

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

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

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

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

  .ttuv-editorial-wrap h3 {
    font-size: 22px;
  }

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