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

.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-heading {
  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(255, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 48, 108, 0.1));
  color: #c01858;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

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

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

.ttuv-content-wrap .ttuv-heading p {
  margin: 16px auto 0;
  color: #5c6678;
  line-height: 1.72;
}

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

.ttuv-content-wrap .ttuv-card,
.ttuv-content-wrap .ttuv-step-card,
.ttuv-content-wrap .ttuv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttuv-content-wrap .ttuv-card::after,
.ttuv-content-wrap .ttuv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(255, 48, 108, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttuv-content-wrap .ttuv-card:hover,
.ttuv-content-wrap .ttuv-step-card:hover,
.ttuv-content-wrap .ttuv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 48, 108, 0.22);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.11);
}

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

.ttuv-content-wrap .ttuv-card h3,
.ttuv-content-wrap .ttuv-step-card h3,
.ttuv-content-wrap .ttuv-trust-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttuv-content-wrap .ttuv-card p,
.ttuv-content-wrap .ttuv-step-card p,
.ttuv-content-wrap .ttuv-trust-card p,
.ttuv-content-wrap .ttuv-note p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #667085;
  line-height: 1.68;
}

.ttuv-content-wrap .ttuv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 48, 108, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 12px 28px rgba(255, 48, 108, 0.12);
}

.ttuv-content-wrap .ttuv-icon::before,
.ttuv-content-wrap .ttuv-icon::after {
  content: "";
  position: absolute;
}

.ttuv-content-wrap .ttuv-icon-orbit::before {
  width: 20px;
  height: 20px;
  inset: 13px;
  border: 2px solid #ff306c;
  border-radius: 50%;
}

.ttuv-content-wrap .ttuv-icon-orbit::after {
  width: 8px;
  height: 8px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: #25f4ee;
}

.ttuv-content-wrap .ttuv-icon-flash::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 26px;
  background: linear-gradient(180deg, #ff306c, #25f4ee);
  clip-path: polygon(55% 0, 100% 0, 62% 42%, 100% 42%, 34% 100%, 47% 55%, 0 55%);
}

.ttuv-content-wrap .ttuv-icon-frame::before {
  inset: 12px;
  border: 2px solid #25f4ee;
  border-radius: 8px;
}

.ttuv-content-wrap .ttuv-icon-frame::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #ff306c;
}

.ttuv-content-wrap .ttuv-icon-path::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 2px;
  background: #ff306c;
}

.ttuv-content-wrap .ttuv-icon-path::after {
  right: 11px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #25f4ee;
  border-right: 2px solid #25f4ee;
  transform: rotate(45deg);
}

.ttuv-content-wrap .ttuv-icon-phone::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ff306c;
  border-radius: 8px;
}

.ttuv-content-wrap .ttuv-icon-phone::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25f4ee;
}

.ttuv-content-wrap .ttuv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #25f4ee;
}

.ttuv-content-wrap .ttuv-icon-daily::after {
  left: 22px;
  top: 16px;
  width: 2px;
  height: 11px;
  background: #ff306c;
  transform-origin: bottom;
  transform: rotate(40deg);
}

.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;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}

.ttuv-content-wrap .ttuv-step-card::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0), rgba(37, 244, 238, 0.75), rgba(255, 48, 108, 0));
}

.ttuv-content-wrap .ttuv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #121827, #273044);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.2);
}

.ttuv-content-wrap .ttuv-step-number::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 14px;
  width: 10px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #ff306c);
}

.ttuv-content-wrap .ttuv-badge {
  display: inline-flex;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #096d72;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttuv-content-wrap .ttuv-card-use {
  background: linear-gradient(180deg, #ffffff, #fcfdff);
}

.ttuv-content-wrap .ttuv-trust-card {
  overflow: hidden;
}

.ttuv-content-wrap .ttuv-trust-dot {
  display: inline-flex;
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #25f4ee, #ff306c 72%);
  box-shadow: 0 14px 28px rgba(255, 48, 108, 0.16);
}

.ttuv-content-wrap .ttuv-trust-dot::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: #ffffff;
}

.ttuv-content-wrap .ttuv-note {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(255, 255, 255, 0.86), rgba(255, 48, 108, 0.09));
  text-align: center;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
}

.ttuv-content-wrap .ttuv-note p {
  margin: 0;
  color: #445066;
  font-weight: 600;
}

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

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

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

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

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

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

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

  .ttuv-content-wrap .ttuv-card p,
  .ttuv-content-wrap .ttuv-step-card p,
  .ttuv-content-wrap .ttuv-trust-card p,
  .ttuv-content-wrap .ttuv-note 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: 60px;
    height: 60px;
    font-size: 17px;
  }

  .ttuv-content-wrap .ttuv-note {
    margin-top: 20px;
    padding: 20px;
  }
}

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

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

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

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

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

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

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

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

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

  .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: 62px;
    height: 62px;
    font-size: 17px;
  }

  .ttuv-content-wrap .ttuv-note {
    margin-top: 22px;
    padding: 22px;
  }
}

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

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

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

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

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

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

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

  .ttuv-content-wrap .ttuv-card p,
  .ttuv-content-wrap .ttuv-step-card p,
  .ttuv-content-wrap .ttuv-trust-card p,
  .ttuv-content-wrap .ttuv-note 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: 64px;
    height: 64px;
    font-size: 18px;
  }

  .ttuv-content-wrap .ttuv-note {
    margin-top: 24px;
    padding: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .ttuv-content-wrap .ttuv-note {
    margin-top: 26px;
    padding: 26px 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

  .ttuv-content-wrap .ttuv-note {
    margin-top: 30px;
    padding: 28px 34px;
  }
}