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

.ttsv-content {
  width: 100%;
  overflow: hidden;
  color: #17202a;
  font-family: inherit;
  background: #ffffff;
}

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

.ttsv-content .ttsv-section {
  position: relative;
  width: 100%;
}

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

.ttsv-content .ttsv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.11), transparent 34%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.09), transparent 32%),
    #f8fafc;
}

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

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

.ttsv-content .ttsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  margin: 0 0 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.12));
  color: #b0143a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttsv-content .ttsv-heading h2 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.ttsv-content .ttsv-heading p {
  margin: 14px auto 0;
  color: #536274;
  line-height: 1.7;
  font-weight: 400;
}

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

.ttsv-content .ttsv-card,
.ttsv-content .ttsv-trust-card,
.ttsv-content .ttsv-step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttsv-content .ttsv-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
}

.ttsv-content .ttsv-card::before,
.ttsv-content .ttsv-trust-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), transparent 38%, rgba(254, 44, 85, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}

.ttsv-content .ttsv-card:hover,
.ttsv-content .ttsv-trust-card:hover,
.ttsv-content .ttsv-step:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

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

.ttsv-content .ttsv-card h3,
.ttsv-content .ttsv-trust-card h3,
.ttsv-content .ttsv-step h3 {
  position: relative;
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.ttsv-content .ttsv-card p,
.ttsv-content .ttsv-trust-card p,
.ttsv-content .ttsv-step p {
  position: relative;
  margin: 10px 0 0;
  color: #5d6b7a;
  line-height: 1.66;
}

.ttsv-content .ttsv-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 28px rgba(254, 44, 85, 0.18);
}

.ttsv-content .ttsv-icon::before,
.ttsv-content .ttsv-icon::after {
  position: absolute;
  content: "";
}

.ttsv-content .ttsv-icon-pulse::before {
  inset: 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.ttsv-content .ttsv-icon-pulse::after {
  right: 9px;
  bottom: 9px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ffffff;
}

.ttsv-content .ttsv-icon-fast::before {
  left: 12px;
  top: 14px;
  width: 22px;
  height: 14px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: skewX(-18deg);
}

.ttsv-content .ttsv-icon-fast::after {
  left: 9px;
  bottom: 12px;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}

.ttsv-content .ttsv-icon-preview::before {
  inset: 11px 9px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.ttsv-content .ttsv-icon-preview::after {
  left: 17px;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
}

.ttsv-content .ttsv-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ttsv-content .ttsv-icon-mobile::before {
  left: 14px;
  top: 8px;
  width: 18px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ttsv-content .ttsv-icon-mobile::after {
  left: 21px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.ttsv-content .ttsv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.ttsv-content .ttsv-icon-daily::after {
  left: 17px;
  top: 18px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}

.ttsv-content .ttsv-use-card {
  border-radius: 22px;
}

.ttsv-content .ttsv-use-card::after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 6px rgba(37, 244, 238, 0.12);
  content: "";
}

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

.ttsv-content .ttsv-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    #ffffff;
}

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

.ttsv-content .ttsv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #fe2c55);
  box-shadow: 0 14px 34px rgba(254, 44, 85, 0.18);
  letter-spacing: 0;
}

.ttsv-content .ttsv-step-copy {
  min-width: 0;
}

.ttsv-content .ttsv-trust-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
}

.ttsv-content .ttsv-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  padding: 6px 11px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #097a78;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.ttsv-content .ttsv-reveal.ttsv-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) {
  .ttsv-content .ttsv-section {
    padding: 46px 0;
  }

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

  .ttsv-content .ttsv-heading h2 {
    font-size: 26px;
  }

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

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

  .ttsv-content .ttsv-card,
  .ttsv-content .ttsv-trust-card {
    padding: 22px;
  }

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

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

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

  .ttsv-content .ttsv-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ttsv-content .ttsv-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

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

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

  .ttsv-content .ttsv-heading h2 {
    font-size: 29px;
  }

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

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

  .ttsv-content .ttsv-card,
  .ttsv-content .ttsv-trust-card {
    padding: 24px;
  }

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

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

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

  .ttsv-content .ttsv-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ttsv-content .ttsv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

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

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

  .ttsv-content .ttsv-heading h2 {
    font-size: 32px;
  }

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

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

  .ttsv-content .ttsv-card,
  .ttsv-content .ttsv-trust-card {
    padding: 26px;
  }

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

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

  .ttsv-content .ttsv-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .ttsv-content .ttsv-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

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

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

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

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

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

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

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

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

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

  .ttsv-content .ttsv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .ttsv-content .ttsv-step {
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }

  .ttsv-content .ttsv-step-number {
    width: 66px;
    height: 66px;
    font-size: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

  .ttsv-content .ttsv-step {
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 36px;
  }

  .ttsv-content .ttsv-step-number {
    width: 72px;
    height: 72px;
    font-size: 21px;
  }
}