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

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

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

.tsv-editorial-content .tsv-section {
  position: relative;
  overflow: hidden;
}

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

.tsv-editorial-content .tsv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.1), transparent 30%),
    #f8fafc;
}

.tsv-editorial-content .tsv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.tsv-editorial-content .tsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  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.1));
  color: #c51f4a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.tsv-editorial-content .tsv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.tsv-editorial-content .tsv-section-head p {
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.7;
  font-weight: 450;
}

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

.tsv-editorial-content .tsv-card,
.tsv-editorial-content .tsv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tsv-editorial-content .tsv-card::before,
.tsv-editorial-content .tsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.45), transparent 52%);
  opacity: 0;
  transition: opacity 240ms 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;
}

.tsv-editorial-content .tsv-card:hover,
.tsv-editorial-content .tsv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.16);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

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

.tsv-editorial-content .tsv-card h3,
.tsv-editorial-content .tsv-step-card h3,
.tsv-editorial-content .tsv-trust-card h3 {
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.tsv-editorial-content .tsv-card p,
.tsv-editorial-content .tsv-step-card p,
.tsv-editorial-content .tsv-trust-card p {
  margin: 10px 0 0;
  color: #606b7d;
  line-height: 1.65;
  font-weight: 450;
}

.tsv-editorial-content .tsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee 0%, #ffffff 46%, #fe2c55 100%);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.16);
}

.tsv-editorial-content .tsv-icon::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid #111827;
  border-radius: 999px;
  opacity: 0.72;
}

.tsv-editorial-content .tsv-icon-view::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 19px;
  width: 16px;
  height: 8px;
  border: 2px solid #111827;
  border-radius: 999px;
  opacity: 0.8;
}

.tsv-editorial-content .tsv-icon-speed::after {
  border-radius: 4px 999px 999px 4px;
}

.tsv-editorial-content .tsv-icon-preview::after {
  inset: 12px 11px;
  border-radius: 7px;
}

.tsv-editorial-content .tsv-icon-simple::after {
  width: 16px;
  height: 16px;
  inset: 13px auto auto 13px;
  border-radius: 6px;
}

.tsv-editorial-content .tsv-icon-mobile::after {
  inset: 10px 15px;
  border-radius: 8px;
}

.tsv-editorial-content .tsv-icon-daily::after {
  inset: 12px;
  border-radius: 50%;
  border-style: dashed;
}

.tsv-editorial-content .tsv-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 11px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #096b70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

.tsv-editorial-content .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.12), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tsv-editorial-content .tsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.24);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
}

.tsv-editorial-content .tsv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827 0%, #223049 46%, #fe2c55 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.18);
}

.tsv-editorial-content .tsv-step-content {
  min-width: 0;
}

.tsv-editorial-content .tsv-trust-card {
  background:
    linear-gradient(135deg, rgba(254, 44, 85, 0.08), transparent 40%),
    #ffffff;
}

.tsv-editorial-content .tsv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  position: relative;
  box-shadow: 0 12px 30px rgba(37, 244, 238, 0.18);
}

.tsv-editorial-content .tsv-trust-mark::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}

.tsv-editorial-content .tsv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 580ms ease, transform 580ms ease;
}

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

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

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

  .tsv-editorial-content .tsv-section-head {
    margin-bottom: 28px;
  }

  .tsv-editorial-content .tsv-section-head h2 {
    font-size: 28px;
  }

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

  .tsv-editorial-content .tsv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

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

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

  .tsv-editorial-content .tsv-steps {
    gap: 16px;
  }

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

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

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

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

  .tsv-editorial-content .tsv-section-head {
    margin-bottom: 30px;
  }

  .tsv-editorial-content .tsv-section-head h2 {
    font-size: 31px;
  }

  .tsv-editorial-content .tsv-section-head p {
    font-size: 15.5px;
  }

  .tsv-editorial-content .tsv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tsv-editorial-content .tsv-card,
  .tsv-editorial-content .tsv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .tsv-editorial-content .tsv-steps {
    gap: 18px;
  }

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

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

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

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

  .tsv-editorial-content .tsv-section-head {
    margin-bottom: 34px;
  }

  .tsv-editorial-content .tsv-section-head h2 {
    font-size: 35px;
  }

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

  .tsv-editorial-content .tsv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

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

  .tsv-editorial-content .tsv-steps {
    gap: 20px;
  }

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

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

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

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

  .tsv-editorial-content .tsv-section-head {
    margin-bottom: 42px;
  }

  .tsv-editorial-content .tsv-section-head h2 {
    font-size: 42px;
  }

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

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

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

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

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

  .tsv-editorial-content .tsv-steps {
    gap: 22px;
  }

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

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

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

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

  .tsv-editorial-content .tsv-section-head {
    margin-bottom: 48px;
  }

  .tsv-editorial-content .tsv-section-head h2 {
    font-size: 48px;
  }

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

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

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

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

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

  .tsv-editorial-content .tsv-steps {
    gap: 24px;
  }

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

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