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

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

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

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

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

.tsv-editorial-wrap .tsv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 244, 238, 0.11), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.09), transparent 34%),
    #f8fafc;
}

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

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

.tsv-editorial-wrap .tsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.11), rgba(254, 44, 85, 0.09));
  color: #b41640;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.tsv-editorial-wrap .tsv-section-head p {
  margin: 16px auto 0;
  color: #566174;
  font-weight: 450;
  line-height: 1.72;
}

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

.tsv-editorial-wrap .tsv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.34), rgba(254, 44, 85, 0.26), rgba(15, 23, 42, 0.08)) border-box;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial-wrap .tsv-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

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

.tsv-editorial-wrap .tsv-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

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

.tsv-editorial-wrap .tsv-card p,
.tsv-editorial-wrap .tsv-step-content p {
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
  font-weight: 430;
}

.tsv-editorial-wrap .tsv-icon {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.2);
}

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

.tsv-editorial-wrap .tsv-icon-orbit::before {
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-orbit::after {
  width: 6px;
  height: 6px;
  right: 9px;
  top: 10px;
  border-radius: 50%;
}

.tsv-editorial-wrap .tsv-icon-flash::before {
  width: 12px;
  height: 22px;
  left: 15px;
  top: 10px;
  clip-path: polygon(52% 0, 100% 0, 64% 42%, 100% 42%, 36% 100%, 48% 55%, 0 55%);
}

.tsv-editorial-wrap .tsv-icon-frame::before {
  inset: 11px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 11px;
  top: 11px;
  border-radius: 50%;
}

.tsv-editorial-wrap .tsv-icon-path::before {
  width: 22px;
  height: 3px;
  left: 10px;
  top: 20px;
  border-radius: 999px;
}

.tsv-editorial-wrap .tsv-icon-path::after {
  width: 10px;
  height: 10px;
  right: 10px;
  top: 16px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.tsv-editorial-wrap .tsv-icon-phone::before {
  width: 16px;
  height: 24px;
  left: 13px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-phone::after {
  width: 5px;
  height: 2px;
  left: 19px;
  bottom: 12px;
  border-radius: 999px;
}

.tsv-editorial-wrap .tsv-icon-daily::before {
  width: 20px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tsv-editorial-wrap .tsv-icon-daily::after {
  width: 18px;
  height: 2px;
  left: 12px;
  top: 18px;
  border-radius: 999px;
}

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

.tsv-editorial-wrap .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.tsv-editorial-wrap .tsv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 66px rgba(15, 23, 42, 0.12);
}

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

.tsv-editorial-wrap .tsv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.28), rgba(254, 44, 85, 0.22)) border-box;
}

.tsv-editorial-wrap .tsv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 22%, transparent 23%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 24px rgba(37, 244, 238, 0.18);
}

.tsv-editorial-wrap .tsv-trust-card {
  background: #ffffff;
}

.tsv-editorial-wrap .tsv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
}

.tsv-editorial-wrap .tsv-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 11px;
  height: 18px;
  border-right: 3px solid #16a3a0;
  border-bottom: 3px solid #16a3a0;
  transform: rotate(42deg);
}

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

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

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

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

  .tsv-editorial-wrap h2 {
    font-size: 25px;
  }

  .tsv-editorial-wrap .tsv-section-head p {
    font-size: 14px;
  }

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

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

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

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

  .tsv-editorial-wrap .tsv-steps {
    gap: 15px;
    margin-top: 30px;
  }

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

  .tsv-editorial-wrap .tsv-step-number {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

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

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

  .tsv-editorial-wrap h2 {
    font-size: 28px;
  }

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

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

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

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

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

  .tsv-editorial-wrap .tsv-steps {
    gap: 17px;
    margin-top: 34px;
  }

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

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

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

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

  .tsv-editorial-wrap h2 {
    font-size: 32px;
  }

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

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

  .tsv-editorial-wrap .tsv-card {
    padding: 26px;
  }

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

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

  .tsv-editorial-wrap .tsv-steps {
    gap: 18px;
    margin-top: 38px;
  }

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-steps {
    gap: 20px;
    margin-top: 46px;
  }

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-steps {
    gap: 20px;
    margin-top: 50px;
  }

  .tsv-editorial-wrap .tsv-step-card {
    gap: 24px;
    padding: 34px 36px;
  }

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