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

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

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

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

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

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

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

.ttuv-content .ttuv-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ttuv-content .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 212, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #0b6871;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

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

.ttuv-content .ttuv-heading p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d697a;
  font-weight: 450;
}

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

.ttuv-content .ttuv-card,
.ttuv-content .ttuv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(137, 151, 174, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(22, 32, 48, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttuv-content .ttuv-card::before,
.ttuv-content .ttuv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #7c5cff, #fe2c55);
  opacity: 0.9;
}

.ttuv-content .ttuv-card:hover,
.ttuv-content .ttuv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 24px 62px rgba(22, 32, 48, 0.12);
}

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

.ttuv-content .ttuv-card p,
.ttuv-content .ttuv-trust-card p,
.ttuv-content .ttuv-step p {
  margin: 10px 0 0;
  color: #647184;
  font-weight: 450;
}

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

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

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

.ttuv-content .ttuv-icon-view::before {
  width: 21px;
  height: 13px;
  left: 11px;
  top: 15px;
  border: 2px solid #0aa6b2;
  border-radius: 50%;
}

.ttuv-content .ttuv-icon-view::after {
  width: 7px;
  height: 7px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttuv-content .ttuv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #0aa6b2;
  border-radius: 50%;
  border-left-color: transparent;
}

.ttuv-content .ttuv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 20px;
  top: 21px;
  border-radius: 99px;
  background: #fe2c55;
  transform-origin: left center;
  rotate: -28deg;
}

.ttuv-content .ttuv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #0aa6b2;
  border-radius: 7px;
}

.ttuv-content .ttuv-icon-preview::after {
  width: 10px;
  height: 2px;
  left: 17px;
  top: 21px;
  border-radius: 99px;
  background: #fe2c55;
}

.ttuv-content .ttuv-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 0 9px 0 #7c5cff, 0 18px 0 #0aa6b2;
}

.ttuv-content .ttuv-icon-steps::after {
  width: 14px;
  height: 2px;
  left: 22px;
  top: 14px;
  border-radius: 99px;
  background: #0aa6b2;
  box-shadow: 0 9px 0 #7c5cff, 0 18px 0 #fe2c55;
}

.ttuv-content .ttuv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #0aa6b2;
  border-radius: 8px;
}

.ttuv-content .ttuv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 20px;
  top: 29px;
  border-radius: 99px;
  background: #fe2c55;
}

.ttuv-content .ttuv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 2px solid #0aa6b2;
  border-radius: 7px;
}

.ttuv-content .ttuv-icon-daily::after {
  width: 12px;
  height: 12px;
  left: 20px;
  top: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  opacity: 0.9;
}

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

.ttuv-content .ttuv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(137, 151, 174, 0.22);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(22, 32, 48, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttuv-content .ttuv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 24px 64px rgba(22, 32, 48, 0.12);
}

.ttuv-content .ttuv-step::after {
  content: "";
  position: absolute;
  right: -48px;
  top: -52px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0));
}

.ttuv-content .ttuv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #263247);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}

.ttuv-content .ttuv-step-copy {
  position: relative;
  z-index: 1;
}

.ttuv-content .ttuv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1);
}

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

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

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

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

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

  .ttuv-content .ttuv-heading h2 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

  .ttuv-content .ttuv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

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

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

  .ttuv-content .ttuv-heading h2 {
    font-size: 29px;
  }

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

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

  .ttuv-content .ttuv-card,
  .ttuv-content .ttuv-trust-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

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

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

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

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

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

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

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

  .ttuv-content .ttuv-heading h2 {
    font-size: 33px;
  }

  .ttuv-content .ttuv-heading p {
    font-size: 16px;
  }

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

  .ttuv-content .ttuv-card,
  .ttuv-content .ttuv-trust-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

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

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

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

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

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

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

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

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

  .ttuv-content .ttuv-heading p {
    font-size: 17px;
  }

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

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

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

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

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

  .ttuv-content .ttuv-step {
    gap: 22px;
    padding: 30px 28px;
  }

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

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

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

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

  .ttuv-content .ttuv-heading p {
    font-size: 18px;
  }

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

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

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

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

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

  .ttuv-content .ttuv-step {
    gap: 26px;
    padding: 34px 34px;
  }

  .ttuv-content .ttuv-step-number {
    width: 72px;
    height: 72px;
    font-size: 21px;
  }
}