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

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

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

.tsv-editorial-wrap .tsv-section {
  position: relative;
  width: 100%;
}

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

.tsv-editorial-wrap .tsv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 242, 234, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.1), transparent 30%),
    #f8fafc;
}

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

.tsv-editorial-wrap .tsv-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.tsv-editorial-wrap .tsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.09), rgba(0, 242, 234, 0.12));
  color: #c40042;
  font-weight: 750;
  line-height: 1;
}

.tsv-editorial-wrap .tsv-heading h2 {
  margin: 14px 0 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tsv-editorial-wrap .tsv-heading p {
  margin: 14px auto 0;
  color: #5b667a;
  line-height: 1.72;
}

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

.tsv-editorial-wrap .tsv-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial-wrap .tsv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.14), transparent 34%, rgba(0, 242, 234, 0.13));
  opacity: 0;
  transition: opacity 260ms ease;
}

.tsv-editorial-wrap .tsv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.11);
}

.tsv-editorial-wrap .tsv-card:hover::before {
  opacity: 1;
}

.tsv-editorial-wrap .tsv-card h3,
.tsv-editorial-wrap .tsv-step-content h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-editorial-wrap .tsv-card p,
.tsv-editorial-wrap .tsv-step-content p {
  position: relative;
  margin: 10px 0 0;
  color: #5b667a;
  line-height: 1.68;
}

.tsv-editorial-wrap .tsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0050, #8b5cf6 52%, #00f2ea);
  box-shadow: 0 12px 26px rgba(255, 0, 80, 0.18);
}

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

.tsv-editorial-wrap .tsv-icon-play::before {
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-speed::before {
  left: 12px;
  top: 23px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  transform: rotate(-28deg);
}

.tsv-editorial-wrap .tsv-icon-speed::after {
  left: 20px;
  top: 13px;
  width: 10px;
  height: 10px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 4px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.tsv-editorial-wrap .tsv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-mobile::after {
  left: 21px;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.tsv-editorial-wrap .tsv-icon-daily::before {
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid #ffffff;
}

.tsv-editorial-wrap .tsv-icon-daily::after {
  left: 18px;
  top: 19px;
  width: 11px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 7px 0 #ffffff;
}

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

.tsv-editorial-wrap .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial-wrap .tsv-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff0050, #00f2ea);
}

.tsv-editorial-wrap .tsv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 242, 234, 0.26);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.1);
}

.tsv-editorial-wrap .tsv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.16);
}

.tsv-editorial-wrap .tsv-use-card {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.tsv-editorial-wrap .tsv-dot {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0050, #00f2ea);
  box-shadow: 0 0 0 8px rgba(255, 0, 80, 0.08);
}

.tsv-editorial-wrap .tsv-trust-card {
  background:
    linear-gradient(135deg, rgba(255, 0, 80, 0.06), transparent 38%),
    linear-gradient(315deg, rgba(0, 242, 234, 0.08), transparent 42%),
    #ffffff;
}

.tsv-editorial-wrap .tsv-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.05);
  color: #344054;
  font-weight: 750;
  line-height: 1;
}

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

.tsv-editorial-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-editorial-wrap .tsv-section {
    padding: 52px 0;
  }

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

  .tsv-editorial-wrap .tsv-heading h2 {
    font-size: 25px;
  }

  .tsv-editorial-wrap .tsv-heading p {
    font-size: 14px;
  }

  .tsv-editorial-wrap .tsv-kicker {
    font-size: 11px;
  }

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

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

  .tsv-editorial-wrap .tsv-card h3,
  .tsv-editorial-wrap .tsv-step-content h3 {
    font-size: 17px;
  }

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

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

  .tsv-editorial-wrap .tsv-step-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px 20px 22px 24px;
  }

  .tsv-editorial-wrap .tsv-step-number {
    width: 52px;
    height: 42px;
    font-size: 16px;
  }
}

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

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

  .tsv-editorial-wrap .tsv-heading h2 {
    font-size: 28px;
  }

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

  .tsv-editorial-wrap .tsv-kicker {
    font-size: 12px;
  }

  .tsv-editorial-wrap .tsv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

  .tsv-editorial-wrap .tsv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

  .tsv-editorial-wrap .tsv-step-number {
    width: 56px;
    height: 44px;
    font-size: 16px;
  }
}

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

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

  .tsv-editorial-wrap .tsv-heading h2 {
    font-size: 31px;
  }

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

  .tsv-editorial-wrap .tsv-kicker {
    font-size: 12px;
  }

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

  .tsv-editorial-wrap .tsv-card {
    padding: 26px;
    border-radius: 22px;
  }

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

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

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

  .tsv-editorial-wrap .tsv-step-card {
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px 24px 26px 28px;
  }

  .tsv-editorial-wrap .tsv-step-number {
    width: 58px;
    height: 48px;
    font-size: 17px;
  }
}

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

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

  .tsv-editorial-wrap .tsv-heading h2 {
    font-size: 38px;
  }

  .tsv-editorial-wrap .tsv-heading p {
    font-size: 16.5px;
  }

  .tsv-editorial-wrap .tsv-kicker {
    font-size: 12.5px;
  }

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

  .tsv-editorial-wrap .tsv-card {
    padding: 28px;
  }

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

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

  .tsv-editorial-wrap .tsv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .tsv-editorial-wrap .tsv-step-card {
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px 32px 30px 34px;
  }

  .tsv-editorial-wrap .tsv-step-number {
    width: 64px;
    height: 54px;
    font-size: 18px;
  }
}

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

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

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

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

  .tsv-editorial-wrap .tsv-kicker {
    font-size: 13px;
  }

  .tsv-editorial-wrap .tsv-grid-six,
  .tsv-editorial-wrap .tsv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .tsv-editorial-wrap .tsv-card {
    padding: 30px;
  }

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

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

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

  .tsv-editorial-wrap .tsv-step-card {
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px 36px 32px 38px;
  }

  .tsv-editorial-wrap .tsv-step-number {
    width: 68px;
    height: 56px;
    font-size: 18px;
  }
}