@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: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

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

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

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

.tsv-editorial-wrap .tsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 45, 85, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(255, 45, 85, 0.11));
  color: #314155;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.tsv-editorial-wrap .tsv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #ff2d55);
  box-shadow: 0 0 18px rgba(255, 45, 85, 0.35);
}

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

.tsv-editorial-wrap .tsv-section-head p {
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.7;
}

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

.tsv-editorial-wrap .tsv-card,
.tsv-editorial-wrap .tsv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 31, 49, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial-wrap .tsv-card::after,
.tsv-editorial-wrap .tsv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(255, 45, 85, 0.13));
  opacity: 0;
  transition: opacity 260ms ease;
}

.tsv-editorial-wrap .tsv-card:hover,
.tsv-editorial-wrap .tsv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 45, 85, 0.22);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}

.tsv-editorial-wrap .tsv-card:hover::after,
.tsv-editorial-wrap .tsv-trust-card:hover::after {
  opacity: 1;
}

.tsv-editorial-wrap .tsv-card h3,
.tsv-editorial-wrap .tsv-trust-card h3,
.tsv-editorial-wrap .tsv-step-copy h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.tsv-editorial-wrap .tsv-card p,
.tsv-editorial-wrap .tsv-trust-card p,
.tsv-editorial-wrap .tsv-step-copy p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5c6677;
  line-height: 1.65;
}

.tsv-editorial-wrap .tsv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 45, 85, 0.16));
}

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

.tsv-editorial-wrap .tsv-card:hover .tsv-icon::before,
.tsv-editorial-wrap .tsv-card:hover .tsv-icon::after {
  transform: translateY(-2px);
}

.tsv-editorial-wrap .tsv-icon-search::before {
  width: 15px;
  height: 15px;
  left: 13px;
  top: 12px;
  border: 3px solid #00b8c8;
  border-radius: 50%;
}

.tsv-editorial-wrap .tsv-icon-search::after {
  width: 12px;
  height: 3px;
  right: 12px;
  bottom: 13px;
  border-radius: 3px;
  background: #ff2d55;
  transform: rotate(45deg);
}

.tsv-editorial-wrap .tsv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #00b8c8;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.tsv-editorial-wrap .tsv-icon-speed::after {
  width: 16px;
  height: 3px;
  left: 20px;
  top: 22px;
  border-radius: 3px;
  background: #ff2d55;
  transform: rotate(-28deg);
}

.tsv-editorial-wrap .tsv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 3px solid #00b8c8;
  border-radius: 8px;
}

.tsv-editorial-wrap .tsv-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ff2d55;
}

.tsv-editorial-wrap .tsv-icon-path::before {
  width: 23px;
  height: 3px;
  left: 12px;
  top: 21px;
  border-radius: 3px;
  background: #00b8c8;
}

.tsv-editorial-wrap .tsv-icon-path::after {
  width: 10px;
  height: 10px;
  right: 12px;
  top: 17px;
  border-top: 3px solid #ff2d55;
  border-right: 3px solid #ff2d55;
  transform: rotate(45deg);
}

.tsv-editorial-wrap .tsv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #00b8c8;
  border-radius: 8px;
}

.tsv-editorial-wrap .tsv-icon-mobile::after {
  width: 6px;
  height: 3px;
  left: 20px;
  bottom: 12px;
  border-radius: 3px;
  background: #ff2d55;
}

.tsv-editorial-wrap .tsv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #25f4ee, #ff2d55, #25f4ee);
}

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

.tsv-editorial-wrap .tsv-steps {
  display: grid;
  gap: 18px;
}

.tsv-editorial-wrap .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 31, 49, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.tsv-editorial-wrap .tsv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.tsv-editorial-wrap .tsv-step-number {
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #071827, #133047);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(19, 48, 71, 0.22);
}

.tsv-editorial-wrap .tsv-badge-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(255, 45, 85, 0.14));
}

.tsv-editorial-wrap .tsv-badge-dot::before {
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #ff2d55);
  box-shadow: 0 0 18px rgba(255, 45, 85, 0.32);
}

.tsv-editorial-wrap .tsv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #ff2d55);
  box-shadow: 0 16px 32px rgba(255, 45, 85, 0.18);
}

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

.tsv-editorial-wrap .tsv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms 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: 52px 0;
  }

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-steps {
    margin-top: 28px;
  }

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

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

@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 h2 {
    font-size: 29px;
  }

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

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

  .tsv-editorial-wrap .tsv-card,
  .tsv-editorial-wrap .tsv-trust-card {
    padding: 24px;
  }

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

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

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

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

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

@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 h2 {
    font-size: 32px;
  }

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

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

  .tsv-editorial-wrap .tsv-card,
  .tsv-editorial-wrap .tsv-trust-card {
    padding: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-section-head p {
    font-size: 18px;
  }

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

  .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,
  .tsv-editorial-wrap .tsv-trust-card {
    padding: 32px;
  }

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

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

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

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

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