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

.tsv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #142033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  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% 12%, rgba(37, 244, 238, 0.11), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(254, 44, 85, 0.09), transparent 30%),
    #f8fafc;
}

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

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

.tsv-editorial-wrap .tsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  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.10));
  color: #b3133c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.tsv-editorial-wrap .tsv-heading p {
  margin: 16px auto 0;
  color: #5d6678;
  font-weight: 450;
  line-height: 1.72;
}

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

.tsv-editorial-wrap .tsv-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    #ffffff;
  box-shadow: 0 16px 45px 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 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #7c3aed);
  opacity: 0.9;
}

.tsv-editorial-wrap .tsv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

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

.tsv-editorial-wrap .tsv-card p {
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.68;
  font-weight: 440;
}

.tsv-editorial-wrap .tsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 12px 28px rgba(254, 44, 85, 0.10);
  transition: transform 260ms ease;
}

.tsv-editorial-wrap .tsv-card:hover .tsv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.tsv-editorial-wrap .tsv-icon-bars::before {
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 15px;
  border-radius: 8px;
  box-shadow: 9px -7px 0 #25f4ee, 18px -2px 0 #111827;
}

.tsv-editorial-wrap .tsv-icon-speed::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #25f4ee;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
  transform: rotate(-25deg);
}

.tsv-editorial-wrap .tsv-icon-speed::after {
  right: 13px;
  bottom: 14px;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  transform: rotate(-32deg);
}

.tsv-editorial-wrap .tsv-icon-preview::before {
  left: 10px;
  top: 14px;
  width: 26px;
  height: 18px;
  border: 2px solid #111827;
  border-radius: 8px;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-preview::after {
  left: 18px;
  top: 20px;
  width: 10px;
  height: 6px;
  border-radius: 999px;
  background: #25f4ee;
}

.tsv-editorial-wrap .tsv-icon-path::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #25f4ee;
  border-radius: 50%;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-path::after {
  left: 20px;
  top: 10px;
  width: 7px;
  height: 26px;
  border-radius: 999px;
  background: #fe2c55;
  transform: rotate(45deg);
}

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

.tsv-editorial-wrap .tsv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #25f4ee;
}

.tsv-editorial-wrap .tsv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #fe2c55, #25f4ee, #111827, #fe2c55);
}

.tsv-editorial-wrap .tsv-icon-daily::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #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: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial-wrap .tsv-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 100%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.10));
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.tsv-editorial-wrap .tsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.28);
  box-shadow: 0 24px 62px rgba(16, 24, 40, 0.12);
}

.tsv-editorial-wrap .tsv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 10px 10px 0 rgba(37, 244, 238, 0.22), -8px -8px 0 rgba(254, 44, 85, 0.14);
}

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

.tsv-editorial-wrap .tsv-step-copy h3 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: 0;
}

.tsv-editorial-wrap .tsv-step-copy p {
  margin: 8px 0 0;
  color: #5d6678;
  line-height: 1.68;
}

.tsv-editorial-wrap .tsv-use-card::before {
  background: linear-gradient(90deg, #111827, #25f4ee, #fe2c55);
}

.tsv-editorial-wrap .tsv-badge-dot {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 27%, transparent 28%),
    conic-gradient(from 120deg, #25f4ee, #fe2c55, #7c3aed, #25f4ee);
  box-shadow: 0 12px 26px rgba(124, 58, 237, 0.14);
}

.tsv-editorial-wrap .tsv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 20% 0%, rgba(37, 244, 238, 0.16), transparent 45%);
}

.tsv-editorial-wrap .tsv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #111827, #273246);
}

.tsv-editorial-wrap .tsv-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #25f4ee;
  border-bottom: 3px solid #25f4ee;
  transform: rotate(-45deg);
}

.tsv-editorial-wrap .tsv-note {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(254, 44, 85, 0.16);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(37, 244, 238, 0.08));
  box-shadow: 0 16px 46px rgba(16, 24, 40, 0.07);
}

.tsv-editorial-wrap .tsv-note p {
  margin: 0;
  color: #344054;
  text-align: center;
  line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-step-copy h3 {
    font-size: 19px;
  }

  .tsv-editorial-wrap .tsv-note {
    margin-top: 22px;
    padding: 20px;
  }
}

@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: 30px;
  }

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-step-copy h3 {
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-step-copy h3 {
    font-size: 21px;
  }

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

@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: 40px;
  }

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

  .tsv-editorial-wrap .tsv-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-step-copy h3 {
    font-size: 22px;
  }

  .tsv-editorial-wrap .tsv-note {
    margin-top: 28px;
    padding: 26px 30px;
  }
}

@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: 18px;
  }

  .tsv-editorial-wrap .tsv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

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

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

  .tsv-editorial-wrap .tsv-card p,
  .tsv-editorial-wrap .tsv-step-copy p,
  .tsv-editorial-wrap .tsv-note p {
    font-size: 16px;
  }

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

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

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

  .tsv-editorial-wrap .tsv-step-copy h3 {
    font-size: 24px;
  }

  .tsv-editorial-wrap .tsv-note {
    margin-top: 30px;
    padding: 28px 34px;
  }
}