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

.ttuv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #17202c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

.ttuv-content-wrap .ttuv-section {
  position: relative;
}

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

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

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

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

.ttuv-content-wrap .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 244, 238, 0.36);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #0f5360;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

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

.ttuv-content-wrap h2 {
  margin: 0;
  color: #101722;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttuv-content-wrap .ttuv-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #526070;
  line-height: 1.7;
}

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

.ttuv-content-wrap .ttuv-info-card,
.ttuv-content-wrap .ttuv-use-card,
.ttuv-content-wrap .ttuv-trust-card,
.ttuv-content-wrap .ttuv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttuv-content-wrap .ttuv-info-card,
.ttuv-content-wrap .ttuv-use-card,
.ttuv-content-wrap .ttuv-trust-card {
  height: 100%;
  border-radius: 22px;
}

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

.ttuv-content-wrap .ttuv-info-card:hover,
.ttuv-content-wrap .ttuv-use-card:hover,
.ttuv-content-wrap .ttuv-trust-card:hover,
.ttuv-content-wrap .ttuv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

.ttuv-content-wrap .ttuv-info-card:hover::after,
.ttuv-content-wrap .ttuv-use-card:hover::after,
.ttuv-content-wrap .ttuv-trust-card:hover::after {
  opacity: 1;
}

.ttuv-content-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #121a26;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttuv-content-wrap article p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #596676;
  line-height: 1.68;
}

.ttuv-content-wrap .ttuv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.16);
}

.ttuv-content-wrap .ttuv-icon::before,
.ttuv-content-wrap .ttuv-icon::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ttuv-content-wrap .ttuv-icon-bolt::before {
  inset: 10px 16px 9px 15px;
  border: 0;
  border-radius: 3px;
  background: #ffffff;
  transform: skewX(-14deg);
}

.ttuv-content-wrap .ttuv-icon-bolt::after {
  display: none;
}

.ttuv-content-wrap .ttuv-icon-frame::before {
  inset: 12px;
  border-radius: 6px;
}

.ttuv-content-wrap .ttuv-icon-path::before {
  inset: 13px 10px;
  border-width: 2px 0 0;
  border-radius: 0;
}

.ttuv-content-wrap .ttuv-icon-mobile::before {
  inset: 9px 14px;
  border-radius: 7px;
}

.ttuv-content-wrap .ttuv-icon-daily::before {
  inset: 12px;
  border-radius: 4px;
}

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

.ttuv-content-wrap .ttuv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}

.ttuv-content-wrap .ttuv-step-card::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.45), transparent);
}

.ttuv-content-wrap .ttuv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: #101722;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(16, 23, 34, 0.22);
}

.ttuv-content-wrap .ttuv-step-number::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 26px;
  border: 2px solid rgba(37, 244, 238, 0.45);
}

.ttuv-content-wrap .ttuv-step-content {
  min-width: 0;
}

.ttuv-content-wrap .ttuv-badge-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 18%, #25f4ee 19% 48%, #fe2c55 49% 100%);
  box-shadow: 0 12px 24px rgba(37, 244, 238, 0.18);
}

.ttuv-content-wrap .ttuv-trust-mark {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(37, 244, 238, 0.25);
}

.ttuv-content-wrap .ttuv-trust-mark::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  width: 13px;
  height: 21px;
  border: solid #0f5360;
  border-width: 0 3px 3px 0;
  transform: rotate(42deg);
}

.ttuv-content-wrap .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.ttuv-content-wrap .ttuv-reveal.ttuv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .ttuv-content-wrap h2 {
    font-size: 27px;
  }

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

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

  .ttuv-content-wrap .ttuv-info-card,
  .ttuv-content-wrap .ttuv-use-card,
  .ttuv-content-wrap .ttuv-trust-card {
    padding: 22px;
  }

  .ttuv-content-wrap h3 {
    font-size: 18px;
  }

  .ttuv-content-wrap article p {
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

  .ttuv-content-wrap .ttuv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ttuv-content-wrap .ttuv-info-card,
  .ttuv-content-wrap .ttuv-use-card,
  .ttuv-content-wrap .ttuv-trust-card {
    padding: 24px;
  }

  .ttuv-content-wrap h3 {
    font-size: 19px;
  }

  .ttuv-content-wrap article p {
    font-size: 14.5px;
  }

  .ttuv-content-wrap .ttuv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

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

  .ttuv-content-wrap .ttuv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .ttuv-content-wrap .ttuv-info-card,
  .ttuv-content-wrap .ttuv-use-card,
  .ttuv-content-wrap .ttuv-trust-card {
    padding: 26px;
  }

  .ttuv-content-wrap h3 {
    font-size: 20px;
  }

  .ttuv-content-wrap article p {
    font-size: 15px;
  }

  .ttuv-content-wrap .ttuv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

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

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

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

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

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

  .ttuv-content-wrap .ttuv-info-card,
  .ttuv-content-wrap .ttuv-use-card,
  .ttuv-content-wrap .ttuv-trust-card {
    padding: 28px;
  }

  .ttuv-content-wrap h3 {
    font-size: 21px;
  }

  .ttuv-content-wrap article p {
    font-size: 15.5px;
  }

  .ttuv-content-wrap .ttuv-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

  .ttuv-content-wrap .ttuv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

  .ttuv-content-wrap .ttuv-info-card,
  .ttuv-content-wrap .ttuv-use-card,
  .ttuv-content-wrap .ttuv-trust-card {
    padding: 30px;
  }

  .ttuv-content-wrap h3 {
    font-size: 21px;
  }

  .ttuv-content-wrap article p {
    font-size: 15.5px;
  }

  .ttuv-content-wrap .ttuv-steps {
    gap: 24px;
    margin-top: 50px;
  }

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

  .ttuv-content-wrap .ttuv-step-number {
    font-size: 21px;
  }
}