@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: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.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;
}

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

.tsv-editorial-wrap .tsv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}

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

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

.tsv-editorial-wrap .tsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 242, 234, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #18404b;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.tsv-editorial-wrap .tsv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 18px rgba(0, 242, 234, 0.55);
}

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

.tsv-editorial-wrap .tsv-heading-block p {
  max-width: 680px;
  margin: 16px auto 0;
  color: #52606d;
  line-height: 1.72;
}

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

.tsv-editorial-wrap .tsv-info-card,
.tsv-editorial-wrap .tsv-use-card,
.tsv-editorial-wrap .tsv-trust-card,
.tsv-editorial-wrap .tsv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(21, 36, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(23, 32, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial-wrap .tsv-info-card,
.tsv-editorial-wrap .tsv-use-card,
.tsv-editorial-wrap .tsv-trust-card {
  height: 100%;
  border-radius: 20px;
}

.tsv-editorial-wrap .tsv-info-card::after,
.tsv-editorial-wrap .tsv-use-card::after,
.tsv-editorial-wrap .tsv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), transparent 32%, rgba(255, 0, 80, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}

.tsv-editorial-wrap .tsv-info-card:hover,
.tsv-editorial-wrap .tsv-use-card:hover,
.tsv-editorial-wrap .tsv-trust-card:hover,
.tsv-editorial-wrap .tsv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 184, 176, 0.25);
  box-shadow: 0 24px 60px rgba(23, 32, 42, 0.11);
}

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

.tsv-editorial-wrap .tsv-card-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.14));
  box-shadow: inset 0 0 0 1px rgba(20, 32, 44, 0.06);
}

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

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

.tsv-editorial-wrap .tsv-icon-ring::before {
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border: 3px solid #00b8b0;
  border-radius: 50%;
}

.tsv-editorial-wrap .tsv-icon-flash::before {
  width: 12px;
  height: 22px;
  left: 16px;
  top: 10px;
  background: linear-gradient(180deg, #ff0050, #00b8b0);
  clip-path: polygon(52% 0, 100% 0, 66% 42%, 100% 42%, 34% 100%, 48% 56%, 0 56%);
}

.tsv-editorial-wrap .tsv-icon-frame::before {
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #00b8b0;
  border-radius: 6px;
}

.tsv-editorial-wrap .tsv-icon-frame::after {
  width: 6px;
  height: 6px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ff0050;
}

.tsv-editorial-wrap .tsv-icon-path::before {
  width: 22px;
  height: 3px;
  left: 11px;
  top: 15px;
  border-radius: 999px;
  background: #00b8b0;
  box-shadow: 0 8px 0 rgba(255, 0, 80, 0.8), 0 16px 0 rgba(16, 24, 32, 0.2);
}

.tsv-editorial-wrap .tsv-icon-mobile::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 9px;
  border: 2px solid #00b8b0;
  border-radius: 7px;
}

.tsv-editorial-wrap .tsv-icon-bookmark::before {
  width: 16px;
  height: 22px;
  left: 14px;
  top: 10px;
  background: linear-gradient(180deg, #00b8b0, #ff0050);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
  border-radius: 4px 4px 2px 2px;
}

.tsv-editorial-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #121a23;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-editorial-wrap article p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6975;
  line-height: 1.7;
}

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

.tsv-editorial-wrap .tsv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  overflow: hidden;
}

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

.tsv-editorial-wrap .tsv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #101820;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(16, 24, 32, 0.18);
}

.tsv-editorial-wrap .tsv-step-content {
  min-width: 0;
}

.tsv-editorial-wrap .tsv-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.tsv-editorial-wrap .tsv-mini-dot {
  display: inline-flex;
  width: 34px;
  height: 8px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00f2ea, #ff0050);
  box-shadow: 0 10px 24px rgba(0, 184, 176, 0.2);
}

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

.tsv-editorial-wrap .tsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #00f2ea, #ff0050);
}

.tsv-editorial-wrap .tsv-trust-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.12);
  color: #17434a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap article p {
    font-size: 14.5px;
  }

  .tsv-editorial-wrap .tsv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-step-list {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-step-list {
    gap: 20px;
    margin-top: 44px;
  }

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

  .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 34px;
  }

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

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

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

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

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

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

  .tsv-editorial-wrap .tsv-step-list {
    gap: 22px;
    margin-top: 50px;
  }

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

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