@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: #15151f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.tuv-content,
.tuv-content div,
.tuv-content section,
.tuv-content article,
.tuv-content span,
.tuv-content h2,
.tuv-content h3,
.tuv-content p {
  box-sizing: border-box;
}

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

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

.tuv-content .tuv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.1), transparent 30%),
    #fafafc;
}

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

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

.tuv-content .tuv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #712033;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.tuv-content .tuv-heading h2 {
  margin: 0;
  color: #11111a;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.tuv-content .tuv-heading p {
  margin: 16px auto 0;
  color: #5f6070;
  font-weight: 430;
  line-height: 1.72;
}

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

.tuv-content .tuv-card,
.tuv-content .tuv-trust-card,
.tuv-content .tuv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(18, 18, 28, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(20, 22, 35, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tuv-content .tuv-card::before,
.tuv-content .tuv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.1), transparent 44%);
  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(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(20, 22, 35, 0.12);
}

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

.tuv-content .tuv-card h3,
.tuv-content .tuv-trust-card h3,
.tuv-content .tuv-step-content h3 {
  position: relative;
  margin: 0;
  color: #14141e;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.tuv-content .tuv-card p,
.tuv-content .tuv-trust-card p,
.tuv-content .tuv-step-content p {
  position: relative;
  margin: 10px 0 0;
  color: #626373;
  font-weight: 420;
  line-height: 1.68;
}

.tuv-content .tuv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee 0%, #ffffff 46%, #fe2c55 100%);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.16);
}

.tuv-content .tuv-icon::before,
.tuv-content .tuv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

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

.tuv-content .tuv-icon-bolt::before {
  top: 10px;
  left: 17px;
  width: 13px;
  height: 26px;
  background: #15151f;
  clip-path: polygon(48% 0, 100% 0, 60% 42%, 100% 42%, 36% 100%, 49% 55%, 0 55%);
}

.tuv-content .tuv-icon-frame::before {
  inset: 12px;
  border: 3px solid #15151f;
  border-radius: 7px;
}

.tuv-content .tuv-icon-path::before {
  top: 13px;
  left: 12px;
  width: 22px;
  height: 16px;
  border: 3px solid #15151f;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 12px;
  transform: rotate(18deg);
}

.tuv-content .tuv-icon-phone::before {
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 3px solid #15151f;
  border-radius: 7px;
}

.tuv-content .tuv-icon-daily::before {
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #15151f;
  border-radius: 50%;
}

.tuv-content .tuv-icon-daily::after {
  top: 22px;
  left: 22px;
  width: 9px;
  height: 3px;
  background: #15151f;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-42deg);
}

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

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

.tuv-content .tuv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(37, 244, 238, 0.12), transparent 34%),
    #ffffff;
}

.tuv-content .tuv-step-card::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 43px;
  width: 2px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  opacity: 0.28;
}

.tuv-content .tuv-step-number {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #15151f;
  color: #ffffff;
  font-weight: 820;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(21, 21, 31, 0.18);
}

.tuv-content .tuv-step-content {
  position: relative;
  z-index: 2;
}

.tuv-content .tuv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 7px rgba(254, 44, 85, 0.08);
}

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

.tuv-content .tuv-trust-card {
  overflow: hidden;
}

.tuv-content .tuv-badge {
  position: relative;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(21, 21, 31, 0.06);
  color: #242432;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
}

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

.tuv-content .tuv-reveal.tuv-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 .tuv-heading h2 {
    font-size: 27px;
  }

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

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

  .tuv-content .tuv-grid-three,
  .tuv-content .tuv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .tuv-content .tuv-grid,
  .tuv-content .tuv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .tuv-content .tuv-grid-three,
  .tuv-content .tuv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .tuv-content .tuv-grid,
  .tuv-content .tuv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .tuv-content .tuv-grid-three,
  .tuv-content .tuv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .tuv-content .tuv-grid,
  .tuv-content .tuv-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

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

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

  .tuv-content .tuv-grid,
  .tuv-content .tuv-steps {
    gap: 24px;
    margin-top: 50px;
  }

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .tuv-content .tuv-card,
  .tuv-content .tuv-trust-card,
  .tuv-content .tuv-step-card,
  .tuv-content .tuv-reveal,
  .tuv-content .tuv-reveal.tuv-visible {
    transition: none;
    transform: none;
    opacity: 1;
  }
}