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

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

.ttuv-content .ttuv-section {
  position: relative;
  isolation: isolate;
}

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

.ttuv-content .ttuv-section-soft {
  background:
    radial-gradient(circle at 15% 8%, rgba(0, 242, 234, 0.11), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(255, 0, 80, 0.09), transparent 28%),
    #f8fafc;
}

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

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

.ttuv-content .ttuv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #b20a3d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttuv-content .ttuv-heading h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttuv-content .ttuv-heading p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #526071;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.ttuv-content .ttuv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttuv-content .ttuv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.13));
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: -1;
}

.ttuv-content .ttuv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.ttuv-content .ttuv-card:hover::before {
  opacity: 1;
}

.ttuv-content .ttuv-card h3 {
  margin: 18px 0 0;
  color: #121826;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttuv-content .ttuv-card p {
  margin: 10px 0 0;
  color: #5b6677;
  font-weight: 430;
  line-height: 1.68;
  letter-spacing: 0;
}

.ttuv-content .ttuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d8d2, #ff2f67);
  box-shadow: 0 12px 26px rgba(255, 0, 80, 0.18);
}

.ttuv-content .ttuv-icon::before,
.ttuv-content .ttuv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.ttuv-content .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-content .ttuv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.ttuv-content .ttuv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(-30deg);
}

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

.ttuv-content .ttuv-icon-route::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 99px;
}

.ttuv-content .ttuv-icon-route::after {
  width: 8px;
  height: 8px;
  right: 10px;
  top: 19px;
  border-radius: 50%;
}

.ttuv-content .ttuv-icon-phone::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttuv-content .ttuv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.ttuv-content .ttuv-icon-daily::after {
  width: 10px;
  height: 10px;
  left: 23px;
  top: 11px;
  border-radius: 50%;
}

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

.ttuv-content .ttuv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ttuv-content .ttuv-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, #00d8d2, #ff2f67);
}

.ttuv-content .ttuv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 216, 210, 0.24);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.ttuv-content .ttuv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.16);
}

.ttuv-content .ttuv-step-content h3 {
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttuv-content .ttuv-step-content p {
  margin: 9px 0 0;
  color: #5b6677;
  font-weight: 430;
  line-height: 1.68;
  letter-spacing: 0;
}

.ttuv-content .ttuv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    #ffffff;
}

.ttuv-content .ttuv-mini-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d8d2, #ff2f67);
  box-shadow: 0 0 0 8px rgba(0, 216, 210, 0.1);
}

.ttuv-content .ttuv-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.ttuv-content .ttuv-trust-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.ttuv-content .ttuv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms 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: 46px 0;
  }

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

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

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

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

  .ttuv-content .ttuv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    padding: 26px;
  }

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

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

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

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

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

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

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

@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 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttuv-content .ttuv-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

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

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

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

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