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

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

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

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

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

.tsv-content-wrap .tsv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.12), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(255, 0, 80, 0.10), transparent 28%),
    #f8fafc;
}

.tsv-content-wrap .tsv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.tsv-content-wrap .tsv-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.10));
  color: #af174d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tsv-content-wrap .tsv-section-head h2 {
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tsv-content-wrap .tsv-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #586579;
  font-weight: 450;
}

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

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

.tsv-content-wrap .tsv-card::before,
.tsv-content-wrap .tsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00f2ea, #ff0050, #7c3aed);
  opacity: 0.9;
}

.tsv-content-wrap .tsv-card:hover,
.tsv-content-wrap .tsv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.20);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

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

.tsv-content-wrap .tsv-card p,
.tsv-content-wrap .tsv-trust-card p,
.tsv-content-wrap .tsv-step-card p {
  margin: 10px 0 0;
  color: #5c687a;
  font-weight: 450;
}

.tsv-content-wrap .tsv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

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

.tsv-content-wrap .tsv-card:hover .tsv-icon::before,
.tsv-content-wrap .tsv-card:hover .tsv-icon::after {
  transform: translateY(-1px);
}

.tsv-content-wrap .tsv-icon-search::before {
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
  border: 3px solid #0f9fa2;
  border-radius: 50%;
}

.tsv-content-wrap .tsv-icon-search::after {
  width: 12px;
  height: 3px;
  top: 28px;
  left: 26px;
  border-radius: 999px;
  background: #ff0050;
  transform: rotate(42deg);
}

.tsv-content-wrap .tsv-icon-bolt::before {
  width: 12px;
  height: 24px;
  top: 10px;
  left: 17px;
  background: linear-gradient(160deg, #ff0050, #7c3aed);
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 30% 100%, 44% 56%, 0 56%);
}

.tsv-content-wrap .tsv-icon-frame::before {
  inset: 12px;
  border: 3px solid #111827;
  border-radius: 7px;
}

.tsv-content-wrap .tsv-icon-frame::after {
  width: 10px;
  height: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: #00c9c8;
}

.tsv-content-wrap .tsv-icon-path::before {
  width: 22px;
  height: 3px;
  top: 16px;
  left: 11px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 8px 0 #ff0050;
}

.tsv-content-wrap .tsv-icon-path::after {
  width: 8px;
  height: 8px;
  top: 12px;
  right: 10px;
  border-top: 3px solid #111827;
  border-right: 3px solid #111827;
  transform: rotate(45deg);
}

.tsv-content-wrap .tsv-icon-mobile::before {
  width: 18px;
  height: 28px;
  top: 8px;
  left: 13px;
  border: 3px solid #111827;
  border-radius: 8px;
}

.tsv-content-wrap .tsv-icon-mobile::after {
  width: 5px;
  height: 5px;
  bottom: 11px;
  left: 20px;
  border-radius: 50%;
  background: #00c9c8;
}

.tsv-content-wrap .tsv-icon-daily::before {
  width: 22px;
  height: 22px;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  border: 3px solid #111827;
}

.tsv-content-wrap .tsv-icon-daily::after {
  width: 10px;
  height: 3px;
  top: 21px;
  left: 21px;
  border-radius: 999px;
  background: #ff0050;
  transform-origin: left center;
  transform: rotate(-35deg);
}

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

.tsv-content-wrap .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 0 0, rgba(0, 242, 234, 0.16), transparent 35%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tsv-content-wrap .tsv-step-card::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(255, 0, 80, 0.35), rgba(0, 242, 234, 0));
}

.tsv-content-wrap .tsv-step-card:last-child::after {
  display: none;
}

.tsv-content-wrap .tsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 201, 200, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.tsv-content-wrap .tsv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #101827, #263249);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.tsv-content-wrap .tsv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at 100% 0, rgba(255, 0, 80, 0.10), transparent 35%);
}

.tsv-content-wrap .tsv-mini-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff0050;
  box-shadow: 18px 0 0 #00c9c8, 36px 0 0 #7c3aed;
}

.tsv-content-wrap .tsv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 50% 0, rgba(0, 242, 234, 0.12), transparent 45%);
}

.tsv-content-wrap .tsv-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #101827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .tsv-content-wrap .tsv-reveal,
  .tsv-content-wrap .tsv-card,
  .tsv-content-wrap .tsv-trust-card,
  .tsv-content-wrap .tsv-step-card,
  .tsv-content-wrap .tsv-icon::before,
  .tsv-content-wrap .tsv-icon::after {
    transition: none;
  }

  .tsv-content-wrap .tsv-card:hover,
  .tsv-content-wrap .tsv-trust-card:hover,
  .tsv-content-wrap .tsv-step-card:hover {
    transform: none;
  }
}

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

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

  .tsv-content-wrap .tsv-section-head h2 {
    font-size: 25px;
  }

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

  .tsv-content-wrap .tsv-card-grid,
  .tsv-content-wrap .tsv-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

  .tsv-content-wrap .tsv-step-card::after {
    left: 32px;
    height: 16px;
  }

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

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

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

  .tsv-content-wrap .tsv-section-head h2 {
    font-size: 28px;
  }

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

  .tsv-content-wrap .tsv-card-grid,
  .tsv-content-wrap .tsv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

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

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

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

  .tsv-content-wrap .tsv-section-head h2 {
    font-size: 31px;
  }

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

  .tsv-content-wrap .tsv-card-grid,
  .tsv-content-wrap .tsv-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

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

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

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

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

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

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

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

  .tsv-content-wrap .tsv-steps {
    gap: 22px;
    margin-top: 46px;
  }

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

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

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

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

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

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

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

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

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

  .tsv-content-wrap .tsv-card-grid {
    gap: 24px;
    margin-top: 52px;
  }

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

  .tsv-content-wrap .tsv-steps {
    gap: 24px;
    margin-top: 52px;
  }

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

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

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

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

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