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

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

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

.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 8% 10%, rgba(37, 244, 238, 0.13), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(254, 44, 85, 0.12), transparent 32%),
    #f8fafc;
}

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

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

.tsv-content-wrap .tsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #263348;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}

.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: 14px auto 0;
  max-width: 680px;
  color: #5d697c;
  font-weight: 450;
  line-height: 1.72;
  letter-spacing: 0;
}

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

.tsv-content-wrap .tsv-info-card,
.tsv-content-wrap .tsv-use-card,
.tsv-content-wrap .tsv-trust-card,
.tsv-content-wrap .tsv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-content-wrap .tsv-info-card:hover,
.tsv-content-wrap .tsv-use-card:hover,
.tsv-content-wrap .tsv-trust-card:hover,
.tsv-content-wrap .tsv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}

.tsv-content-wrap .tsv-info-card::before,
.tsv-content-wrap .tsv-use-card::before,
.tsv-content-wrap .tsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.34), rgba(254, 44, 85, 0.24), transparent 62%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tsv-content-wrap .tsv-info-card:hover::before,
.tsv-content-wrap .tsv-use-card:hover::before,
.tsv-content-wrap .tsv-trust-card:hover::before {
  opacity: 1;
}

.tsv-content-wrap .tsv-info-card h3,
.tsv-content-wrap .tsv-use-card h3,
.tsv-content-wrap .tsv-trust-card h3,
.tsv-content-wrap .tsv-step-card h3 {
  margin: 0;
  color: #121b2b;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.tsv-content-wrap .tsv-info-card p,
.tsv-content-wrap .tsv-use-card p,
.tsv-content-wrap .tsv-trust-card p,
.tsv-content-wrap .tsv-step-card p {
  margin: 10px 0 0;
  color: #657184;
  font-weight: 430;
  line-height: 1.66;
  letter-spacing: 0;
}

.tsv-content-wrap .tsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.18);
  transition: transform 260ms ease;
}

.tsv-content-wrap .tsv-info-card:hover .tsv-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.tsv-content-wrap .tsv-icon::before,
.tsv-content-wrap .tsv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

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

.tsv-content-wrap .tsv-icon-search::after {
  width: 13px;
  height: 3px;
  top: 29px;
  left: 27px;
  border-radius: 3px;
  transform: rotate(45deg);
}

.tsv-content-wrap .tsv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.tsv-content-wrap .tsv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 20px;
  border-radius: 3px;
  transform: rotate(-22deg);
}

.tsv-content-wrap .tsv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tsv-content-wrap .tsv-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}

.tsv-content-wrap .tsv-icon-flow::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 3px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.tsv-content-wrap .tsv-icon-flow::after {
  width: 8px;
  height: 8px;
  right: 10px;
  top: 13px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.tsv-content-wrap .tsv-icon-mobile::before {
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tsv-content-wrap .tsv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
}

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

.tsv-content-wrap .tsv-icon-daily::after {
  width: 9px;
  height: 9px;
  left: 22px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
}

.tsv-content-wrap .tsv-step-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.tsv-content-wrap .tsv-step-list::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.9), rgba(254, 44, 85, 0.75));
}

.tsv-content-wrap .tsv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
}

.tsv-content-wrap .tsv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 21px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.tsv-content-wrap .tsv-step-number::after {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border-radius: 26px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  opacity: 0.82;
}

.tsv-content-wrap .tsv-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.1);
}

.tsv-content-wrap .tsv-trust-mark {
  width: 52px;
  height: 52px;
  margin: 0 0 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.15)),
    #ffffff;
  border: 1px solid rgba(20, 32, 51, 0.08);
  position: relative;
}

.tsv-content-wrap .tsv-trust-mark::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  left: 15px;
  top: 17px;
  border-left: 4px solid #19b8b4;
  border-bottom: 4px solid #19b8b4;
  transform: rotate(-45deg);
}

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

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

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

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

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

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

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

  .tsv-content-wrap .tsv-info-card,
  .tsv-content-wrap .tsv-use-card,
  .tsv-content-wrap .tsv-trust-card,
  .tsv-content-wrap .tsv-step-card {
    padding: 22px;
  }

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

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

  .tsv-content-wrap .tsv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

  .tsv-content-wrap .tsv-step-list::before {
    display: none;
  }

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

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

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

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

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

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

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

  .tsv-content-wrap .tsv-info-card,
  .tsv-content-wrap .tsv-use-card,
  .tsv-content-wrap .tsv-trust-card,
  .tsv-content-wrap .tsv-step-card {
    padding: 24px;
  }

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

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

  .tsv-content-wrap .tsv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

  .tsv-content-wrap .tsv-step-list::before {
    display: none;
  }

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

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

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

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

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

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

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

  .tsv-content-wrap .tsv-info-card,
  .tsv-content-wrap .tsv-use-card,
  .tsv-content-wrap .tsv-trust-card,
  .tsv-content-wrap .tsv-step-card {
    padding: 26px;
  }

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

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

  .tsv-content-wrap .tsv-step-list {
    gap: 20px;
    margin-top: 36px;
  }

  .tsv-content-wrap .tsv-step-list::before {
    display: none;
  }

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

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

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

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

  .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: 44px;
  }

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

  .tsv-content-wrap .tsv-info-card,
  .tsv-content-wrap .tsv-use-card,
  .tsv-content-wrap .tsv-trust-card,
  .tsv-content-wrap .tsv-step-card {
    padding: 28px;
  }

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

  .tsv-content-wrap .tsv-info-card p,
  .tsv-content-wrap .tsv-use-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-list {
    gap: 20px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

  .tsv-content-wrap .tsv-info-card,
  .tsv-content-wrap .tsv-use-card,
  .tsv-content-wrap .tsv-trust-card {
    min-height: 252px;
    padding: 30px;
  }

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

  .tsv-content-wrap .tsv-info-card p,
  .tsv-content-wrap .tsv-use-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-list {
    gap: 22px;
    margin-top: 48px;
  }

  .tsv-content-wrap .tsv-step-card {
    grid-template-columns: 68px 1fr;
    gap: 28px;
    min-height: 154px;
    padding: 34px;
  }

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