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

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

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

.tsv-editorial-sections .tsv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tsv-editorial-sections .tsv-section-white {
  background:
    radial-gradient(circle at 8% 12%, rgba(37, 244, 238, 0.12), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(254, 44, 85, 0.09), transparent 34%),
    #ffffff;
}

.tsv-editorial-sections .tsv-section-soft {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), rgba(254, 44, 85, 0.06)),
    #f8fafc;
}

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

.tsv-editorial-sections .tsv-heading-block {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.tsv-editorial-sections .tsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  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.14), rgba(254, 44, 85, 0.12));
  color: #be123c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

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

.tsv-editorial-sections .tsv-heading-block p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #586174;
  font-weight: 450;
  line-height: 1.75;
}

.tsv-editorial-sections .tsv-card-grid {
  display: grid;
  width: 100%;
}

.tsv-editorial-sections .tsv-info-card,
.tsv-editorial-sections .tsv-use-card,
.tsv-editorial-sections .tsv-trust-card,
.tsv-editorial-sections .tsv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial-sections .tsv-info-card:hover,
.tsv-editorial-sections .tsv-use-card:hover,
.tsv-editorial-sections .tsv-trust-card:hover,
.tsv-editorial-sections .tsv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12), 0 0 0 4px rgba(37, 244, 238, 0.08);
}

.tsv-editorial-sections .tsv-info-card::before,
.tsv-editorial-sections .tsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #111827);
}

.tsv-editorial-sections .tsv-card-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

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

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

.tsv-editorial-sections .tsv-icon-eye::before {
  width: 24px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 2px solid #0f172a;
  border-radius: 50%;
}

.tsv-editorial-sections .tsv-icon-eye::after {
  width: 7px;
  height: 7px;
  left: 20px;
  top: 21px;
  border-radius: 50%;
  background: #fe2c55;
}

.tsv-editorial-sections .tsv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #0f172a;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.tsv-editorial-sections .tsv-icon-speed::after {
  width: 13px;
  height: 2px;
  left: 23px;
  top: 24px;
  background: #fe2c55;
  transform-origin: left center;
  transform: rotate(-28deg);
}

.tsv-editorial-sections .tsv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 2px solid #0f172a;
  border-radius: 6px;
}

.tsv-editorial-sections .tsv-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 6px;
  background: #25f4ee;
  box-shadow: 0 6px 0 #fe2c55;
}

.tsv-editorial-sections .tsv-icon-steps::before {
  width: 6px;
  height: 6px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 0 10px 0 #25f4ee, 0 20px 0 #111827;
}

.tsv-editorial-sections .tsv-icon-steps::after {
  width: 16px;
  height: 2px;
  left: 25px;
  top: 16px;
  border-radius: 6px;
  background: #0f172a;
  box-shadow: 0 10px 0 #0f172a, 0 20px 0 #0f172a;
}

.tsv-editorial-sections .tsv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 2px solid #0f172a;
  border-radius: 8px;
}

.tsv-editorial-sections .tsv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 22px;
  top: 30px;
  border-radius: 50%;
  background: #fe2c55;
}

.tsv-editorial-sections .tsv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #0f172a;
  border-radius: 9px;
}

.tsv-editorial-sections .tsv-icon-daily::after {
  width: 14px;
  height: 8px;
  left: 17px;
  top: 20px;
  border-left: 3px solid #25f4ee;
  border-bottom: 3px solid #fe2c55;
  transform: rotate(-45deg);
}

.tsv-editorial-sections .tsv-info-card h3,
.tsv-editorial-sections .tsv-use-card h3,
.tsv-editorial-sections .tsv-trust-card h3,
.tsv-editorial-sections .tsv-step-copy h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-editorial-sections .tsv-info-card p,
.tsv-editorial-sections .tsv-use-card p,
.tsv-editorial-sections .tsv-trust-card p,
.tsv-editorial-sections .tsv-step-copy p {
  margin: 10px 0 0;
  color: #5f6b7a;
  font-weight: 430;
  line-height: 1.68;
}

.tsv-editorial-sections .tsv-step-list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.tsv-editorial-sections .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.9)),
    radial-gradient(circle at 95% 10%, rgba(37, 244, 238, 0.28), transparent 28%);
}

.tsv-editorial-sections .tsv-step-card::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(254, 44, 85, 0.35), rgba(37, 244, 238, 0.35), transparent);
}

.tsv-editorial-sections .tsv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.tsv-editorial-sections .tsv-step-number::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 25px;
  border: 1px solid rgba(254, 44, 85, 0.28);
}

.tsv-editorial-sections .tsv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(37, 244, 238, 0.16), transparent 34%);
}

.tsv-editorial-sections .tsv-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 18px 0 0 #25f4ee, 36px 0 0 #111827;
}

.tsv-editorial-sections .tsv-trust-card {
  overflow: hidden;
}

.tsv-editorial-sections .tsv-trust-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

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

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

  .tsv-editorial-sections .tsv-card-grid,
  .tsv-editorial-sections .tsv-step-list {
    gap: 16px;
    margin-top: 32px;
  }

  .tsv-editorial-sections .tsv-grid-six,
  .tsv-editorial-sections .tsv-grid-three {
    grid-template-columns: 1fr;
  }

  .tsv-editorial-sections .tsv-info-card,
  .tsv-editorial-sections .tsv-use-card,
  .tsv-editorial-sections .tsv-trust-card,
  .tsv-editorial-sections .tsv-step-card {
    padding: 22px;
  }

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

  .tsv-editorial-sections .tsv-step-card::before {
    display: none;
  }

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

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

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

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

  .tsv-editorial-sections .tsv-heading-block h2 {
    font-size: 30px;
  }

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

  .tsv-editorial-sections .tsv-card-grid,
  .tsv-editorial-sections .tsv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

  .tsv-editorial-sections .tsv-grid-six,
  .tsv-editorial-sections .tsv-grid-three {
    grid-template-columns: 1fr;
  }

  .tsv-editorial-sections .tsv-info-card,
  .tsv-editorial-sections .tsv-use-card,
  .tsv-editorial-sections .tsv-trust-card,
  .tsv-editorial-sections .tsv-step-card {
    padding: 24px;
  }

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

  .tsv-editorial-sections .tsv-step-card::before {
    display: none;
  }

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

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

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

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

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

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

  .tsv-editorial-sections .tsv-card-grid,
  .tsv-editorial-sections .tsv-step-list {
    gap: 20px;
    margin-top: 38px;
  }

  .tsv-editorial-sections .tsv-grid-six,
  .tsv-editorial-sections .tsv-grid-three {
    grid-template-columns: 1fr;
  }

  .tsv-editorial-sections .tsv-info-card,
  .tsv-editorial-sections .tsv-use-card,
  .tsv-editorial-sections .tsv-trust-card,
  .tsv-editorial-sections .tsv-step-card {
    padding: 26px;
  }

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

  .tsv-editorial-sections .tsv-step-card::before {
    display: none;
  }

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

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

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

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

  .tsv-editorial-sections .tsv-heading-block h2 {
    font-size: 40px;
  }

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

  .tsv-editorial-sections .tsv-card-grid,
  .tsv-editorial-sections .tsv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

  .tsv-editorial-sections .tsv-info-card,
  .tsv-editorial-sections .tsv-use-card,
  .tsv-editorial-sections .tsv-trust-card {
    padding: 28px;
  }

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

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

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

  .tsv-editorial-sections .tsv-grid-three .tsv-trust-card:last-child {
    grid-column: 1 / -1;
  }
}

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

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

  .tsv-editorial-sections .tsv-heading-block h2 {
    font-size: 46px;
  }

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

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

  .tsv-editorial-sections .tsv-step-list {
    gap: 22px;
    margin-top: 48px;
  }

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

  .tsv-editorial-sections .tsv-info-card,
  .tsv-editorial-sections .tsv-use-card,
  .tsv-editorial-sections .tsv-trust-card {
    height: 100%;
    padding: 30px;
  }

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

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

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