@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: #15202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  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;
}

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

.tsv-content-wrap .tsv-section-soft {
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(255, 0, 80, 0.07), 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;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 180, 174, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

.tsv-content-wrap .tsv-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #526173;
  line-height: 1.72;
}

.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;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tsv-content-wrap .tsv-info-card,
.tsv-content-wrap .tsv-use-card,
.tsv-content-wrap .tsv-trust-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.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 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #00f2ea, #ff0050);
  opacity: 0.82;
}

.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(0, 180, 174, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
}

.tsv-content-wrap .tsv-card-icon,
.tsv-content-wrap .tsv-trust-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #00f2ea, #ff0050) border-box;
  border: 1px solid transparent;
  box-shadow: 0 12px 26px rgba(0, 180, 174, 0.13);
}

.tsv-content-wrap .tsv-card-icon::before {
  content: "";
  width: 17px;
  height: 17px;
  margin: auto;
  border: 3px solid #00b8b0;
  border-top-color: #ff0050;
  border-radius: 50%;
}

.tsv-content-wrap .tsv-trust-mark::before {
  content: "";
  width: 18px;
  height: 11px;
  margin: 14px auto 0;
  border-left: 3px solid #00b8b0;
  border-bottom: 3px solid #ff0050;
  transform: rotate(-45deg);
}

.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-copy h3 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}

.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-copy p {
  margin: 11px 0 0;
  color: #526173;
  line-height: 1.7;
}

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

.tsv-content-wrap .tsv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.32)) border-box;
  border: 1px solid transparent;
}

.tsv-content-wrap .tsv-step-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 80, 0.12));
}

.tsv-content-wrap .tsv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.16);
}

.tsv-content-wrap .tsv-step-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.tsv-content-wrap .tsv-mini-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.tsv-content-wrap .tsv-responsible-note {
  max-width: 840px;
  margin: 28px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: #526173;
  text-align: center;
  line-height: 1.65;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

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

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

@media (min-width: 320px) and (max-width: 374px) {
  .tsv-content-wrap .tsv-section {
    padding: 48px 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 {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

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

  .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-copy 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-copy p {
    font-size: 14px;
  }

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

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

  .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: 54px 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 {
    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 {
    padding: 26px 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-copy 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-copy p {
    font-size: 15px;
  }

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

  .tsv-content-wrap .tsv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    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: 60px 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 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .tsv-content-wrap .tsv-info-card,
  .tsv-content-wrap .tsv-use-card,
  .tsv-content-wrap .tsv-trust-card {
    padding: 28px 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-copy 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-copy p {
    font-size: 15.5px;
  }

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

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

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

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

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

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

  .tsv-content-wrap .tsv-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .tsv-content-wrap .tsv-info-card,
  .tsv-content-wrap .tsv-use-card,
  .tsv-content-wrap .tsv-trust-card {
    padding: 30px 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-copy 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-copy p {
    font-size: 16px;
  }

  .tsv-content-wrap .tsv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

  .tsv-content-wrap .tsv-info-card,
  .tsv-content-wrap .tsv-use-card,
  .tsv-content-wrap .tsv-trust-card {
    padding: 32px 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-copy h3 {
    font-size: 22px;
  }

  .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-copy p {
    font-size: 16px;
  }

  .tsv-content-wrap .tsv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

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

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