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

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

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

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

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

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

.ttsv-content .ttsv-container {
  position: relative;
  z-index: 1;
  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;
  gap: 8px;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.08), rgba(0, 242, 234, 0.1));
  color: #ba104c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttsv-content .ttsv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0050, #00f2ea);
  box-shadow: 0 0 0 5px rgba(0, 242, 234, 0.1);
}

.ttsv-content h2 {
  margin: 16px 0 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttsv-content .ttsv-heading p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5f6878;
  line-height: 1.72;
}

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

.ttsv-content .ttsv-card,
.ttsv-content .ttsv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(16, 24, 39, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(16, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttsv-content .ttsv-card::before,
.ttsv-content .ttsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.34), rgba(0, 242, 234, 0.26), rgba(16, 24, 39, 0));
  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;
}

.ttsv-content .ttsv-card:hover,
.ttsv-content .ttsv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 64px rgba(16, 24, 39, 0.12);
}

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

.ttsv-content .ttsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.12), rgba(0, 242, 234, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85), 0 12px 28px rgba(0, 242, 234, 0.14);
}

.ttsv-content .ttsv-icon::before,
.ttsv-content .ttsv-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.ttsv-content .ttsv-card:hover .ttsv-icon::before,
.ttsv-content .ttsv-card:hover .ttsv-icon::after {
  transform: translateY(-2px);
}

.ttsv-content .ttsv-icon-search::before {
  width: 15px;
  height: 15px;
  left: 13px;
  top: 12px;
  border: 3px solid #ff0050;
  border-radius: 50%;
}

.ttsv-content .ttsv-icon-search::after {
  width: 12px;
  height: 3px;
  left: 27px;
  top: 29px;
  border-radius: 4px;
  background: #00a8a2;
  transform: rotate(45deg);
}

.ttsv-content .ttsv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 14px;
  border: 3px solid #00a8a2;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttsv-content .ttsv-icon-speed::after {
  width: 14px;
  height: 3px;
  left: 22px;
  top: 24px;
  border-radius: 4px;
  background: #ff0050;
  transform: rotate(-28deg);
}

.ttsv-content .ttsv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 3px solid #ff0050;
  border-radius: 8px;
}

.ttsv-content .ttsv-icon-preview::after {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #00a8a2;
}

.ttsv-content .ttsv-icon-steps::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
  background: #ff0050;
  box-shadow: 0 8px 0 #00a8a2, 0 16px 0 rgba(255, 0, 80, 0.75);
}

.ttsv-content .ttsv-icon-steps::after {
  width: 5px;
  height: 5px;
  right: 10px;
  top: 14px;
  border-radius: 50%;
  background: #101827;
  box-shadow: 0 8px 0 #101827, 0 16px 0 #101827;
}

.ttsv-content .ttsv-icon-mobile::before {
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border: 3px solid #00a8a2;
  border-radius: 8px;
}

.ttsv-content .ttsv-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 4px;
  background: #ff0050;
}

.ttsv-content .ttsv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #ff0050, #00f2ea, #ff0050);
}

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

.ttsv-content h3 {
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttsv-content .ttsv-card p,
.ttsv-content .ttsv-trust-card p,
.ttsv-content .ttsv-step-card p {
  margin: 10px 0 0;
  color: #5d6675;
  line-height: 1.68;
}

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

.ttsv-content .ttsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(16, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 58%, rgba(0, 242, 234, 0.08) 100%);
  box-shadow: 0 18px 48px rgba(16, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

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

.ttsv-content .ttsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 242, 234, 0.28);
  box-shadow: 0 24px 62px rgba(16, 24, 39, 0.11);
}

.ttsv-content .ttsv-step-number {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff0050, #00b8b0);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(255, 0, 80, 0.18);
}

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

.ttsv-content .ttsv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.11);
  color: #087b78;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttsv-content .ttsv-trust-card {
  background: #ffffff;
}

.ttsv-content .ttsv-trust-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0050, #00f2ea);
  box-shadow: 0 0 0 8px rgba(255, 0, 80, 0.07), 0 0 0 14px rgba(0, 242, 234, 0.06);
}

.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 260ms ease, border-color 260ms ease;
}

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

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

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

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

  .ttsv-content .ttsv-card-grid,
  .ttsv-content .ttsv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

  .ttsv-content .ttsv-grid-six,
  .ttsv-content .ttsv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

  .ttsv-content .ttsv-step-card::after {
    display: none;
  }

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

  .ttsv-content h3 {
    font-size: 18px;
  }

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

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

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

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

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

  .ttsv-content .ttsv-card-grid,
  .ttsv-content .ttsv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

  .ttsv-content .ttsv-grid-six,
  .ttsv-content .ttsv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

  .ttsv-content .ttsv-step-card::after {
    display: none;
  }

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

  .ttsv-content h3 {
    font-size: 19px;
  }

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

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

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

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

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

  .ttsv-content .ttsv-card-grid,
  .ttsv-content .ttsv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

  .ttsv-content .ttsv-grid-six,
  .ttsv-content .ttsv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

  .ttsv-content .ttsv-step-card::after {
    display: none;
  }

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

  .ttsv-content h3 {
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttsv-content h3 {
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttsv-content h3 {
    font-size: 21px;
  }

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