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

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

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

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

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

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

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

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

.tsv-editorial .tsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  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.10));
  color: #7a1630;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.tsv-editorial .tsv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 4px rgba(37, 244, 238, 0.12);
}

.tsv-editorial .tsv-heading h2 {
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.13;
  letter-spacing: 0;
}

.tsv-editorial .tsv-heading p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #526070;
  font-weight: 450;
}

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

.tsv-editorial .tsv-card,
.tsv-editorial .tsv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

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

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

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

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

.tsv-editorial .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.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

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

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

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

.tsv-editorial .tsv-icon-search::after {
  width: 12px;
  height: 3px;
  left: 26px;
  top: 28px;
  border-radius: 3px;
  background: #fe2c55;
  transform: rotate(45deg);
}

.tsv-editorial .tsv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 11px;
  height: 25px;
  background: linear-gradient(180deg, #fe2c55, #25bfc0);
  clip-path: polygon(45% 0, 100% 0, 62% 43%, 100% 43%, 29% 100%, 43% 55%, 0 55%);
}

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

.tsv-editorial .tsv-icon-preview::after {
  left: 19px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe2c55;
}

.tsv-editorial .tsv-icon-flow::before {
  left: 12px;
  top: 15px;
  width: 22px;
  height: 16px;
  border: 3px solid #0f8f91;
  border-left-color: transparent;
  border-radius: 12px;
}

.tsv-editorial .tsv-icon-flow::after {
  right: 10px;
  top: 15px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #fe2c55;
  border-right: 3px solid #fe2c55;
  transform: rotate(45deg);
}

.tsv-editorial .tsv-icon-phone::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #0f8f91;
  border-radius: 9px;
}

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

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

.tsv-editorial .tsv-icon-daily::after {
  left: 22px;
  top: 16px;
  width: 3px;
  height: 12px;
  border-radius: 3px;
  background: #fe2c55;
  transform-origin: bottom center;
  transform: rotate(35deg);
}

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

.tsv-editorial .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial .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 .tsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.11);
}

.tsv-editorial .tsv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.18);
}

.tsv-editorial .tsv-badge-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.10);
}

.tsv-editorial .tsv-badge-dot::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #ffffff;
}

.tsv-editorial .tsv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.06);
  color: #293449;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
}

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

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

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

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

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

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

  .tsv-editorial .tsv-grid,
  .tsv-editorial .tsv-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

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

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

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

  .tsv-editorial .tsv-heading h2 {
    font-size: 29px;
  }

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

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

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

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

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

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

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

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

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

  .tsv-editorial .tsv-heading h2 {
    font-size: 33px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial .tsv-step-number {
    font-size: 21px;
  }
}

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

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

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

  .tsv-editorial .tsv-heading p {
    font-size: 18px;
  }

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

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

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

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

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

  .tsv-editorial .tsv-step-card {
    gap: 26px;
    padding: 34px 38px;
  }

  .tsv-editorial .tsv-step-number {
    font-size: 22px;
  }
}