@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: #17151f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.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% 10%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(254, 44, 85, 0.10), transparent 26%),
    #f8f8fb;
}

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

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

.tsv-editorial-content .tsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(23, 21, 31, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #5b5368;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.tsv-editorial-content .tsv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 16px rgba(254, 44, 85, 0.35);
}

.tsv-editorial-content h2 {
  margin: 0;
  color: #15121d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tsv-editorial-content .tsv-section-header p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #686174;
  font-weight: 450;
}

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

.tsv-editorial-content .tsv-card,
.tsv-editorial-content .tsv-step-card,
.tsv-editorial-content .tsv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 21, 31, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(19, 16, 31, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tsv-editorial-content .tsv-card::after,
.tsv-editorial-content .tsv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), transparent 34%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}

.tsv-editorial-content .tsv-card:hover,
.tsv-editorial-content .tsv-step-card:hover,
.tsv-editorial-content .tsv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 60px rgba(19, 16, 31, 0.12);
}

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

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

.tsv-editorial-content .tsv-card p,
.tsv-editorial-content .tsv-step-card p,
.tsv-editorial-content .tsv-trust-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #625b6f;
  font-weight: 450;
}

.tsv-editorial-content .tsv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(23, 21, 31, 0.06);
}

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

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

.tsv-editorial-content .tsv-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tsv-editorial-content .tsv-icon-speed::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #25bdb8;
  box-shadow: 5px -8px 0 rgba(254, 44, 85, 0.85), -2px 8px 0 rgba(23, 21, 31, 0.18);
}

.tsv-editorial-content .tsv-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #25bdb8;
  border-radius: 8px;
}

.tsv-editorial-content .tsv-icon-frame::after {
  right: 10px;
  bottom: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fe2c55;
}

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

.tsv-editorial-content .tsv-icon-path::after {
  left: 22px;
  top: 22px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #25bdb8;
  transform: rotate(42deg);
}

.tsv-editorial-content .tsv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #17151f;
  border-radius: 8px;
}

.tsv-editorial-content .tsv-icon-mobile::after {
  left: 21px;
  bottom: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
}

.tsv-editorial-content .tsv-icon-daily::before {
  left: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: conic-gradient(from 180deg, #25f4ee, #fe2c55, #17151f, #25f4ee);
}

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

.tsv-editorial-content .tsv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
}

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

.tsv-editorial-content .tsv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #17151f;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 26px rgba(23, 21, 31, 0.18);
}

.tsv-editorial-content .tsv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 14% 12%, rgba(37, 244, 238, 0.18), transparent 30%);
}

.tsv-editorial-content .tsv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.08);
}

.tsv-editorial-content .tsv-trust-card {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(254, 44, 85, 0.10), transparent 38%),
    #ffffff;
}

.tsv-editorial-content .tsv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(23, 21, 31, 0.06);
  color: #544d61;
  font-size: 12px;
  font-weight: 800;
}

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

.tsv-editorial-content .tsv-reveal.tsv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

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

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

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

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

  .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-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

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

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

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

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

  .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-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

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

  .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-step-list {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

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

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

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

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

  .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-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

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

  .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-step-list {
    gap: 24px;
    margin-top: 48px;
  }

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

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