@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: #111827;
  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 div,
.ttuv-content section,
.ttuv-content article,
.ttuv-content span,
.ttuv-content h2,
.ttuv-content h3,
.ttuv-content p {
  box-sizing: border-box;
}

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

.ttuv-content .ttuv-section-white {
  background:
    radial-gradient(circle at 10% 15%, rgba(37, 244, 238, 0.08), transparent 30%),
    radial-gradient(circle at 90% 5%, rgba(254, 44, 85, 0.08), transparent 28%),
    #ffffff;
}

.ttuv-content .ttuv-section-soft {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), rgba(254, 44, 85, 0.07)),
    #f8fafc;
}

.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;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

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

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

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

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

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

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

.ttuv-content .ttuv-card::after,
.ttuv-content .ttuv-trust-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.16), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ttuv-content .ttuv-card > *,
.ttuv-content .ttuv-trust-card > * {
  position: relative;
  z-index: 1;
}

.ttuv-content .ttuv-card:hover,
.ttuv-content .ttuv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.36);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

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

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

.ttuv-content .ttuv-card p,
.ttuv-content .ttuv-step-card p,
.ttuv-content .ttuv-trust-card p {
  margin: 10px 0 0;
  color: #536173;
  line-height: 1.7;
}

.ttuv-content .ttuv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

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

.ttuv-content .ttuv-icon-ring {
  position: relative;
}

.ttuv-content .ttuv-icon-ring::before {
  inset: 13px;
  border: 3px solid #0f766e;
  border-radius: 50%;
}

.ttuv-content .ttuv-icon-ring::after {
  width: 12px;
  height: 3px;
  right: 10px;
  bottom: 12px;
  border-radius: 99px;
  background: #fe2c55;
  transform: rotate(45deg);
}

.ttuv-content .ttuv-icon-flash {
  position: relative;
}

.ttuv-content .ttuv-icon-flash::before {
  left: 18px;
  top: 9px;
  width: 12px;
  height: 26px;
  background: linear-gradient(180deg, #fe2c55, #25f4ee);
  clip-path: polygon(48% 0, 100% 0, 63% 42%, 100% 42%, 32% 100%, 48% 55%, 0 55%);
}

.ttuv-content .ttuv-icon-panel {
  position: relative;
}

.ttuv-content .ttuv-icon-panel::before {
  left: 11px;
  top: 12px;
  width: 24px;
  height: 18px;
  border: 2px solid #0f766e;
  border-radius: 6px;
}

.ttuv-content .ttuv-icon-panel::after {
  left: 16px;
  top: 35px;
  width: 15px;
  height: 3px;
  border-radius: 99px;
  background: #fe2c55;
}

.ttuv-content .ttuv-icon-path {
  position: relative;
}

.ttuv-content .ttuv-icon-path::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 20px;
  border: 2px dashed #0f766e;
  border-radius: 12px;
}

.ttuv-content .ttuv-icon-path::after {
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttuv-content .ttuv-icon-phone {
  position: relative;
}

.ttuv-content .ttuv-icon-phone::before {
  left: 15px;
  top: 8px;
  width: 17px;
  height: 29px;
  border: 2px solid #0f766e;
  border-radius: 7px;
}

.ttuv-content .ttuv-icon-phone::after {
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttuv-content .ttuv-icon-bookmark {
  position: relative;
}

.ttuv-content .ttuv-icon-bookmark::before {
  left: 15px;
  top: 10px;
  width: 17px;
  height: 26px;
  background: #0f766e;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
}

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

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

.ttuv-content .ttuv-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttuv-content .ttuv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.28);
  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;
  border-radius: 18px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
}

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

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

.ttuv-content .ttuv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 12% 0%, rgba(37, 244, 238, 0.18), transparent 36%);
}

.ttuv-content .ttuv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f766e, #25f4ee);
  box-shadow: 0 14px 34px rgba(15, 118, 110, 0.18);
  position: relative;
}

.ttuv-content .ttuv-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

.ttuv-content.ttuv-ready .ttuv-reveal {
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms 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: 54px 0;
  }

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

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

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

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

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

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

  .ttuv-content .ttuv-card p,
  .ttuv-content .ttuv-step-card p,
  .ttuv-content .ttuv-trust-card 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-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ttuv-content .ttuv-grid,
  .ttuv-content .ttuv-grid-three,
  .ttuv-content .ttuv-grid-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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