@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", Arial, sans-serif;
  line-height: 1.5;
}

.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;
  width: 100%;
}

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

.tsv-editorial-content .tsv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 0, 80, 0.10), transparent 30%),
    #f8fafc;
}

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

.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;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.10));
  color: #b0003d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.tsv-editorial-content h2,
.tsv-editorial-content h3,
.tsv-editorial-content p {
  margin-top: 0;
}

.tsv-editorial-content h2 {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.tsv-editorial-content .tsv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 680px;
  color: #5b6475;
  line-height: 1.72;
}

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

.tsv-editorial-content .tsv-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tsv-editorial-content .tsv-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), transparent 32%, rgba(255, 0, 80, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}

.tsv-editorial-content .tsv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.20);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

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

.tsv-editorial-content .tsv-card h3 {
  position: relative;
  margin-bottom: 10px;
  color: #151c2c;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-editorial-content .tsv-card p {
  position: relative;
  margin-bottom: 0;
  color: #5b6475;
  line-height: 1.68;
}

.tsv-editorial-content .tsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 0, 80, 0.14));
  box-shadow: 0 12px 28px rgba(255, 0, 80, 0.10);
  transition: transform 220ms ease;
}

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

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

.tsv-editorial-content .tsv-icon-lens::before {
  width: 16px;
  height: 16px;
  top: 12px;
  left: 12px;
  border: 3px solid #111827;
  border-radius: 50%;
}

.tsv-editorial-content .tsv-icon-lens::after {
  width: 11px;
  height: 3px;
  right: 11px;
  bottom: 13px;
  border-radius: 999px;
  background: #ff0050;
  transform: rotate(45deg);
}

.tsv-editorial-content .tsv-icon-bolt::before {
  width: 16px;
  height: 24px;
  top: 11px;
  left: 16px;
  background: linear-gradient(160deg, #111827 0 48%, #ff0050 49% 100%);
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 92% 42%, 28% 100%, 42% 55%, 8% 55%);
}

.tsv-editorial-content .tsv-icon-frame::before {
  inset: 12px;
  border: 3px solid #111827;
  border-radius: 7px;
}

.tsv-editorial-content .tsv-icon-frame::after {
  width: 14px;
  height: 3px;
  left: 16px;
  bottom: 14px;
  border-radius: 999px;
  background: #25f4ee;
}

.tsv-editorial-content .tsv-icon-path::before {
  width: 24px;
  height: 3px;
  top: 15px;
  left: 11px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 8px 0 #25f4ee, 0 16px 0 #ff0050;
}

.tsv-editorial-content .tsv-icon-phone::before {
  width: 18px;
  height: 28px;
  top: 8px;
  left: 14px;
  border: 3px solid #111827;
  border-radius: 8px;
}

.tsv-editorial-content .tsv-icon-phone::after {
  width: 6px;
  height: 3px;
  left: 20px;
  bottom: 13px;
  border-radius: 999px;
  background: #ff0050;
}

.tsv-editorial-content .tsv-icon-stack::before {
  width: 22px;
  height: 14px;
  top: 10px;
  left: 12px;
  border: 3px solid #111827;
  border-radius: 7px;
  box-shadow: 0 9px 0 -3px #25f4ee, 0 18px 0 -3px #ff0050;
}

.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;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.075);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

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

.tsv-editorial-content .tsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.30);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.11);
}

.tsv-editorial-content .tsv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #111827;
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 10px 10px 0 rgba(37, 244, 238, 0.18), -8px -8px 0 rgba(255, 0, 80, 0.10);
}

.tsv-editorial-content .tsv-step-copy h3 {
  margin-bottom: 8px;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-editorial-content .tsv-step-copy p {
  margin-bottom: 0;
  color: #5b6475;
  line-height: 1.7;
}

.tsv-editorial-content .tsv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #ff0050;
  box-shadow: 18px 0 0 #25f4ee, 36px 0 0 #111827;
}

.tsv-editorial-content .tsv-trust-card {
  text-align: center;
}

.tsv-editorial-content .tsv-trust-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #2c3445);
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.16);
}

.tsv-editorial-content .tsv-trust-mark::after {
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(135deg, #25f4ee, #ff0050);
}

.tsv-editorial-content .tsv-responsible-note {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 255, 255, 0.92), rgba(255, 0, 80, 0.09));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  text-align: center;
}

.tsv-editorial-content .tsv-responsible-note p {
  margin: 0;
  color: #394255;
  line-height: 1.72;
}

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

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-content .tsv-step-copy h3 {
    font-size: 18px;
  }

  .tsv-editorial-content .tsv-step-copy p {
    font-size: 14px;
  }

  .tsv-editorial-content .tsv-responsible-note {
    margin-top: 26px;
    padding: 20px;
  }

  .tsv-editorial-content .tsv-responsible-note p {
    font-size: 14px;
  }
}

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

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

  .tsv-editorial-content h2 {
    font-size: 30px;
  }

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

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

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

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

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

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

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

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

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

  .tsv-editorial-content .tsv-step-copy p {
    font-size: 14.5px;
  }

  .tsv-editorial-content .tsv-responsible-note {
    margin-top: 30px;
    padding: 22px;
  }

  .tsv-editorial-content .tsv-responsible-note p {
    font-size: 14.5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-content .tsv-step-copy p {
    font-size: 15px;
  }

  .tsv-editorial-content .tsv-responsible-note {
    margin-top: 34px;
    padding: 24px;
  }

  .tsv-editorial-content .tsv-responsible-note p {
    font-size: 15px;
  }
}

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

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

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

  .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;
    margin-top: 44px;
  }

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

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

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

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

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

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

  .tsv-editorial-content .tsv-step-copy p {
    font-size: 15.5px;
  }

  .tsv-editorial-content .tsv-responsible-note {
    margin-top: 38px;
    padding: 28px 34px;
  }

  .tsv-editorial-content .tsv-responsible-note p {
    font-size: 15.5px;
  }
}

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

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

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

  .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(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

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

  .tsv-editorial-content .tsv-step-copy h3 {
    font-size: 23px;
  }

  .tsv-editorial-content .tsv-step-copy p {
    font-size: 16px;
  }

  .tsv-editorial-content .tsv-responsible-note {
    margin-top: 42px;
    padding: 30px 42px;
  }

  .tsv-editorial-content .tsv-responsible-note p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tsv-editorial-content .tsv-reveal,
  .tsv-editorial-content .tsv-card,
  .tsv-editorial-content .tsv-icon,
  .tsv-editorial-content .tsv-step-card {
    transition: none;
  }

  .tsv-editorial-content .tsv-card:hover,
  .tsv-editorial-content .tsv-step-card:hover {
    transform: none;
  }
}