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

.tuv-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

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

.tuv-content .tuv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 0, 80, 0.09), transparent 30%),
    #f8fafc;
}

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

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

.tuv-content .tuv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.1));
  color: #20304c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

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

.tuv-content .tuv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5b6475;
  font-weight: 450;
}

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

.tuv-content .tuv-card,
.tuv-content .tuv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tuv-content .tuv-card::after,
.tuv-content .tuv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), transparent 34%, rgba(255, 0, 80, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}

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

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

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

.tuv-content .tuv-card p,
.tuv-content .tuv-trust-card p,
.tuv-content .tuv-step-copy p {
  position: relative;
  margin: 10px 0 0;
  color: #5a6576;
  z-index: 1;
}

.tuv-content .tuv-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.18);
  z-index: 1;
}

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

.tuv-content .tuv-card:hover .tuv-icon::before,
.tuv-content .tuv-card:hover .tuv-icon::after {
  transform: translateY(-1px) scale(1.04);
}

.tuv-content .tuv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  margin-left: 3px;
}

.tuv-content .tuv-icon-bolt::before {
  width: 12px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(52% 0, 100% 0, 64% 43%, 100% 43%, 34% 100%, 48% 56%, 0 56%);
}

.tuv-content .tuv-icon-frame::before {
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.tuv-content .tuv-icon-route::before {
  width: 23px;
  height: 13px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 9px 0;
}

.tuv-content .tuv-icon-phone::before {
  width: 16px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.tuv-content .tuv-icon-check::before {
  width: 18px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

.tuv-content .tuv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 0, 80, 0.12));
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tuv-content .tuv-step-card::before {
  content: "";
  position: absolute;
  left: 42px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.42), rgba(255, 0, 80, 0.28), transparent);
}

.tuv-content .tuv-step-card:first-child::before {
  top: 50%;
}

.tuv-content .tuv-step-card:last-child::before {
  bottom: 50%;
}

.tuv-content .tuv-step-number {
  position: relative;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  background: #111827;
  color: #ffffff;
  font-size: 23px;
  font-weight: 850;
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.18);
  z-index: 1;
}

.tuv-content .tuv-step-number::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 28px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  z-index: -1;
}

.tuv-content .tuv-dot {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(255, 0, 80, 0.13));
  z-index: 1;
}

.tuv-content .tuv-dot::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 99px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 0 6px rgba(37, 244, 238, 0.11);
}

.tuv-content .tuv-badge {
  position: relative;
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  z-index: 1;
}

.tuv-content .tuv-badge::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  z-index: -1;
  transform: translate(3px, 3px);
  opacity: 0.85;
}

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

.tuv-content .tuv-reveal.tuv-is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

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

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

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

  .tuv-content .tuv-card,
  .tuv-content .tuv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

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

  .tuv-content .tuv-step-number {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 19px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tuv-content .tuv-step-number {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tuv-content .tuv-card p,
  .tuv-content .tuv-trust-card p,
  .tuv-content .tuv-step-copy p {
    font-size: 15.8px;
  }

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

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