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

.tuv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

.tuv-content-wrap .tuv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.tuv-content-wrap .tuv-section-soft {
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 244, 238, 0.12), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(254, 44, 85, 0.10), transparent 32%),
    #f8fafc;
}

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

.tuv-content-wrap .tuv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.tuv-content-wrap .tuv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(23, 32, 51, 0.10);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #26324a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

.tuv-content-wrap .tuv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tuv-content-wrap .tuv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #596579;
  font-weight: 400;
  line-height: 1.7;
}

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

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

.tuv-content-wrap .tuv-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 32, 51, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tuv-content-wrap .tuv-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.26), rgba(254, 44, 85, 0.20));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.tuv-content-wrap .tuv-card > * {
  position: relative;
  z-index: 1;
}

.tuv-content-wrap .tuv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.32);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.tuv-content-wrap .tuv-card:hover::after {
  opacity: 0.16;
}

.tuv-content-wrap .tuv-card h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tuv-content-wrap .tuv-card p {
  margin: 10px 0 0;
  color: #5b6679;
  line-height: 1.68;
}

.tuv-content-wrap .tuv-icon {
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06);
}

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

.tuv-content-wrap .tuv-card:hover .tuv-icon::before {
  transform: translateX(2px);
}

.tuv-content-wrap .tuv-icon-play::before {
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fe2c55;
}

.tuv-content-wrap .tuv-icon-bolt::before {
  left: 17px;
  top: 10px;
  width: 12px;
  height: 24px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 42% 55%, 0 55%);
}

.tuv-content-wrap .tuv-icon-frame::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 17px;
  border: 2px solid #172033;
  border-radius: 6px;
}

.tuv-content-wrap .tuv-icon-frame::after {
  left: 17px;
  top: 18px;
  width: 12px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tuv-content-wrap .tuv-icon-route::before {
  left: 11px;
  top: 21px;
  width: 24px;
  height: 2px;
  background: #172033;
}

.tuv-content-wrap .tuv-icon-route::after {
  right: 10px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fe2c55;
  border-right: 2px solid #fe2c55;
  transform: rotate(45deg);
}

.tuv-content-wrap .tuv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #172033;
  border-radius: 6px;
}

.tuv-content-wrap .tuv-icon-mobile::after {
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #25f4ee;
}

.tuv-content-wrap .tuv-icon-spark::before {
  left: 21px;
  top: 9px;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.tuv-content-wrap .tuv-icon-spark::after {
  left: 9px;
  top: 21px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

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

.tuv-content-wrap .tuv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(23, 32, 51, 0.10);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 0% 50%, rgba(37, 244, 238, 0.16), transparent 32%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tuv-content-wrap .tuv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 26px 65px rgba(15, 23, 42, 0.10);
}

.tuv-content-wrap .tuv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827 0%, #202a44 42%, #fe2c55 100%);
  box-shadow: 0 16px 34px rgba(254, 44, 85, 0.22);
}

.tuv-content-wrap .tuv-step-copy h3 {
  margin: 0;
  color: #121a2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tuv-content-wrap .tuv-step-copy p {
  margin: 9px 0 0;
  color: #5b6679;
  line-height: 1.7;
}

.tuv-content-wrap .tuv-mini-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #1b5f66;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.tuv-content-wrap .tuv-use-card:nth-child(even) .tuv-mini-badge {
  background: rgba(254, 44, 85, 0.10);
  color: #9f1d3d;
}

.tuv-content-wrap .tuv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at 100% 0%, rgba(37, 244, 238, 0.14), transparent 40%);
}

.tuv-content-wrap .tuv-trust-dot {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 28px rgba(37, 244, 238, 0.22);
}

.tuv-content-wrap .tuv-trust-dot::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  margin: 12px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

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

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

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

  .tuv-content-wrap .tuv-section-head h2 {
    font-size: 26px;
  }

  .tuv-content-wrap .tuv-section-head p {
    font-size: 14px;
  }

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

  .tuv-content-wrap .tuv-card {
    padding: 22px;
  }

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

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

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

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

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

  .tuv-content-wrap .tuv-step-copy h3 {
    font-size: 18px;
  }

  .tuv-content-wrap .tuv-step-copy p {
    font-size: 14px;
  }
}

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

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

  .tuv-content-wrap .tuv-section-head h2 {
    font-size: 29px;
  }

  .tuv-content-wrap .tuv-section-head p {
    font-size: 15px;
  }

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

  .tuv-content-wrap .tuv-card {
    padding: 24px;
  }

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

  .tuv-content-wrap .tuv-card p {
    font-size: 14.5px;
  }

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

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

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

  .tuv-content-wrap .tuv-step-copy h3 {
    font-size: 19px;
  }

  .tuv-content-wrap .tuv-step-copy p {
    font-size: 14.5px;
  }
}

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

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

  .tuv-content-wrap .tuv-section-head h2 {
    font-size: 32px;
  }

  .tuv-content-wrap .tuv-section-head p {
    font-size: 15.5px;
  }

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

  .tuv-content-wrap .tuv-card {
    padding: 26px;
  }

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

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

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

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

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

  .tuv-content-wrap .tuv-step-copy h3 {
    font-size: 20px;
  }

  .tuv-content-wrap .tuv-step-copy p {
    font-size: 15px;
  }
}

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

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

  .tuv-content-wrap .tuv-section-head h2 {
    font-size: 40px;
  }

  .tuv-content-wrap .tuv-section-head p {
    font-size: 16px;
  }

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

  .tuv-content-wrap .tuv-card {
    padding: 28px;
  }

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

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

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

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

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

  .tuv-content-wrap .tuv-step-copy h3 {
    font-size: 22px;
  }

  .tuv-content-wrap .tuv-step-copy p {
    font-size: 15.5px;
  }
}

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

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

  .tuv-content-wrap .tuv-section-head h2 {
    font-size: 46px;
  }

  .tuv-content-wrap .tuv-section-head p {
    font-size: 17px;
  }

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

  .tuv-content-wrap .tuv-card {
    padding: 30px;
  }

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

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

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

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

  .tuv-content-wrap .tuv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }

  .tuv-content-wrap .tuv-step-copy h3 {
    font-size: 23px;
  }

  .tuv-content-wrap .tuv-step-copy p {
    font-size: 16px;
  }
}