@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: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

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

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

.ttuv-content .ttuv-section-white {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(255, 0, 80, 0.07), transparent 28%),
    #ffffff;
}

.ttuv-content .ttuv-section-soft {
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.07), transparent 34%),
    linear-gradient(315deg, rgba(255, 0, 80, 0.06), transparent 32%),
    #f8fafc;
}

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

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

.ttuv-content .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #9b123f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttuv-content h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.ttuv-content .ttuv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #536070;
  font-weight: 450;
}

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

.ttuv-content .ttuv-card,
.ttuv-content .ttuv-trust-card,
.ttuv-content .ttuv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttuv-content .ttuv-card {
  overflow: hidden;
  border-radius: 22px;
}

.ttuv-content .ttuv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #00d8d2, #ff2b6d);
  opacity: 0.88;
}

.ttuv-content .ttuv-card:hover,
.ttuv-content .ttuv-trust-card:hover,
.ttuv-content .ttuv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.2);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}

.ttuv-content .ttuv-card h3,
.ttuv-content .ttuv-trust-card h3,
.ttuv-content .ttuv-step-content 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-content p {
  margin: 10px 0 0;
  color: #5b6675;
  font-weight: 440;
}

.ttuv-content .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

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

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

.ttuv-content .ttuv-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #ff2b6d;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttuv-content .ttuv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #00aaa7;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttuv-content .ttuv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 22px;
  top: 22px;
  background: #ff2b6d;
  border-radius: 999px;
  transform-origin: left center;
  rotate: -28deg;
}

.ttuv-content .ttuv-icon-frame::before {
  inset: 12px;
  border: 3px solid #00aaa7;
  border-radius: 8px;
}

.ttuv-content .ttuv-icon-frame::after {
  width: 10px;
  height: 10px;
  left: 25px;
  top: 25px;
  background: #ff2b6d;
  border-radius: 50%;
}

.ttuv-content .ttuv-icon-path::before {
  width: 22px;
  height: 6px;
  left: 12px;
  top: 14px;
  border-radius: 999px;
  background: #00aaa7;
  box-shadow: 0 9px 0 rgba(255, 43, 109, 0.95), 0 18px 0 rgba(17, 24, 39, 0.72);
}

.ttuv-content .ttuv-icon-phone::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #00aaa7;
  border-radius: 8px;
}

.ttuv-content .ttuv-icon-phone::after {
  width: 6px;
  height: 3px;
  left: 20px;
  bottom: 11px;
  background: #ff2b6d;
  border-radius: 999px;
}

.ttuv-content .ttuv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, #00aaa7, #ff2b6d, #00aaa7);
}

.ttuv-content .ttuv-icon-daily::after {
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #ffffff;
}

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

.ttuv-content .ttuv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    linear-gradient(90deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.12));
}

.ttuv-content .ttuv-step-card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: -25px;
  width: 2px;
  height: calc(100% + 50px);
  background: linear-gradient(180deg, transparent, rgba(0, 170, 167, 0.34), rgba(255, 43, 109, 0.28), transparent);
}

.ttuv-content .ttuv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #00c9c4, #ff2b6d);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(255, 43, 109, 0.18);
}

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

.ttuv-content .ttuv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(0, 242, 234, 0.14), transparent 35%);
}

.ttuv-content .ttuv-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff2b6d;
  box-shadow: 0 0 0 8px rgba(255, 43, 109, 0.1), 16px 0 0 #00c9c4;
}

.ttuv-content .ttuv-trust-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.ttuv-content .ttuv-trust-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 80, 0.12));
  rotate: 12deg;
}

.ttuv-content .ttuv-trust-mark {
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.2), rgba(255, 0, 80, 0.15));
}

.ttuv-content .ttuv-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 16px;
  height: 21px;
  border: 3px solid #00aaa7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
}

.ttuv-content .ttuv-trust-mark::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 23px;
  width: 22px;
  height: 15px;
  border-radius: 5px;
  background: #ff2b6d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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