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

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

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

.tsv-content .tsv-section {
  position: relative;
}

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

.tsv-content .tsv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

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

.tsv-content .tsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #0f6370;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

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

.tsv-content .tsv-heading p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #536176;
  line-height: 1.75;
}

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

.tsv-content .tsv-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-content .tsv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}

.tsv-content .tsv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.12);
}

.tsv-content .tsv-card:hover::after {
  opacity: 1;
}

.tsv-content .tsv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-content .tsv-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #58667a;
  line-height: 1.7;
}

.tsv-content .tsv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.18);
}

.tsv-content .tsv-icon::before,
.tsv-content .tsv-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tsv-content .tsv-icon-eye::before {
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.tsv-content .tsv-icon-eye::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.tsv-content .tsv-icon-bolt::before {
  width: 12px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(54% 0, 12% 50%, 48% 50%, 30% 100%, 88% 38%, 54% 38%);
}

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

.tsv-content .tsv-icon-frame::after {
  width: 6px;
  height: 6px;
  right: 11px;
  left: auto;
  top: 14px;
  transform: none;
  border-radius: 50%;
  background: #ffffff;
}

.tsv-content .tsv-icon-steps::before {
  width: 22px;
  height: 3px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 -8px 0 #ffffff, 0 8px 0 #ffffff;
}

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

.tsv-content .tsv-icon-phone::after {
  width: 4px;
  height: 4px;
  top: 33px;
  border-radius: 50%;
  background: #ffffff;
}

.tsv-content .tsv-icon-daily::before {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.tsv-content .tsv-icon-daily::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(-36%, -62%) rotate(45deg);
}

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

.tsv-content .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-content .tsv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.tsv-content .tsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12);
}

.tsv-content .tsv-step-number {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.13));
  color: #dc244c;
  font-weight: 900;
  letter-spacing: 0;
}

.tsv-content .tsv-step-copy h3 {
  margin: 0;
  color: #121826;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-content .tsv-step-copy p {
  margin: 8px 0 0;
  color: #58667a;
  line-height: 1.7;
}

.tsv-content .tsv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f6370;
  font-size: 12px;
  font-weight: 800;
}

.tsv-content .tsv-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.tsv-content .tsv-trust-card {
  padding-top: 34px;
}

.tsv-content .tsv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tsv-content .tsv-trust-mark::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 9px;
  height: 15px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}

.tsv-content .tsv-note {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(255, 255, 255, 0.94), rgba(254, 44, 85, 0.08));
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.07);
}

.tsv-content .tsv-note p {
  margin: 0;
  color: #455368;
  text-align: center;
  line-height: 1.75;
}

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

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

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

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

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

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

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

  .tsv-content .tsv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

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

  .tsv-content .tsv-note {
    margin-top: 24px;
    padding: 22px;
  }
}

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

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

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

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

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

  .tsv-content .tsv-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

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

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

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

  .tsv-content .tsv-note {
    margin-top: 26px;
    padding: 24px;
  }
}

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

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

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

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

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

  .tsv-content .tsv-card {
    padding: 28px;
  }

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

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

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

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

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

  .tsv-content .tsv-note {
    margin-top: 30px;
    padding: 28px;
  }
}

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

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

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

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

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

  .tsv-content .tsv-card {
    padding: 30px;
  }

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

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

  .tsv-content .tsv-steps {
    gap: 20px;
    margin-top: 42px;
  }

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

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

  .tsv-content .tsv-note {
    margin-top: 34px;
    padding: 30px;
  }
}

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

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

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

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

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

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

  .tsv-content .tsv-card {
    padding: 32px;
  }

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

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

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

  .tsv-content .tsv-step-card {
    grid-template-columns: 100px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }

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

  .tsv-content .tsv-note {
    margin-top: 38px;
    padding: 32px 40px;
  }
}