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

.tsv-editorial-bottom {
  width: 100%;
  overflow-x: hidden;
  color: #151826;
  font-family: inherit;
  --tsv-bg: #ffffff;
  --tsv-soft: #f8fafc;
  --tsv-text: #151826;
  --tsv-muted: #5f6678;
  --tsv-line: rgba(21, 24, 38, 0.1);
  --tsv-cyan: #13d7e8;
  --tsv-pink: #ff3f86;
  --tsv-violet: #7c4dff;
  --tsv-gradient: linear-gradient(135deg, #13d7e8 0%, #7c4dff 48%, #ff3f86 100%);
  --tsv-shadow: 0 18px 45px rgba(21, 24, 38, 0.09);
  --tsv-shadow-hover: 0 24px 60px rgba(21, 24, 38, 0.14);
}

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

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

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

.tsv-editorial-bottom .tsv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(19, 215, 232, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 63, 134, 0.09), transparent 28%),
    #f8fafc;
}

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

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

.tsv-editorial-bottom .tsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(124, 77, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5b35db;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 10px 30px rgba(124, 77, 255, 0.08);
}

.tsv-editorial-bottom .tsv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--tsv-gradient);
  box-shadow: 0 0 0 5px rgba(124, 77, 255, 0.1);
}

.tsv-editorial-bottom .tsv-heading-block h2 {
  margin: 0;
  color: var(--tsv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tsv-editorial-bottom .tsv-heading-block p {
  margin: 16px auto 0;
  max-width: 690px;
  color: var(--tsv-muted);
  font-weight: 500;
  line-height: 1.75;
}

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

.tsv-editorial-bottom .tsv-info-card,
.tsv-editorial-bottom .tsv-use-card,
.tsv-editorial-bottom .tsv-trust-card,
.tsv-editorial-bottom .tsv-step-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--tsv-line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--tsv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tsv-editorial-bottom .tsv-info-card,
.tsv-editorial-bottom .tsv-use-card,
.tsv-editorial-bottom .tsv-trust-card {
  border-radius: 22px;
}

.tsv-editorial-bottom .tsv-info-card::before,
.tsv-editorial-bottom .tsv-use-card::before,
.tsv-editorial-bottom .tsv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--tsv-gradient);
  opacity: 0.9;
}

.tsv-editorial-bottom .tsv-info-card::after,
.tsv-editorial-bottom .tsv-use-card::after,
.tsv-editorial-bottom .tsv-trust-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(19, 215, 232, 0.09);
  transition: transform 260ms ease, background 260ms ease;
}

.tsv-editorial-bottom .tsv-info-card:hover,
.tsv-editorial-bottom .tsv-use-card:hover,
.tsv-editorial-bottom .tsv-trust-card:hover,
.tsv-editorial-bottom .tsv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(124, 77, 255, 0.28);
  box-shadow: var(--tsv-shadow-hover);
}

.tsv-editorial-bottom .tsv-info-card:hover::after,
.tsv-editorial-bottom .tsv-use-card:hover::after,
.tsv-editorial-bottom .tsv-trust-card:hover::after {
  transform: scale(1.12);
  background: rgba(255, 63, 134, 0.1);
}

.tsv-editorial-bottom .tsv-info-card h3,
.tsv-editorial-bottom .tsv-use-card h3,
.tsv-editorial-bottom .tsv-trust-card h3,
.tsv-editorial-bottom .tsv-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--tsv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-editorial-bottom .tsv-info-card p,
.tsv-editorial-bottom .tsv-use-card p,
.tsv-editorial-bottom .tsv-trust-card p,
.tsv-editorial-bottom .tsv-step-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: var(--tsv-muted);
  font-weight: 500;
  line-height: 1.7;
}

.tsv-editorial-bottom .tsv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(19, 215, 232, 0.16), rgba(255, 63, 134, 0.13));
  border: 1px solid rgba(124, 77, 255, 0.15);
}

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

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

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

.tsv-editorial-bottom .tsv-icon-speed::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #13b9cc;
  box-shadow: 6px -8px 0 rgba(255, 63, 134, 0.85), -2px 8px 0 rgba(124, 77, 255, 0.75);
}

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

.tsv-editorial-bottom .tsv-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  background: #ff3f86;
  box-shadow: 0 9px 0 #7c4dff, 0 18px 0 #13b9cc;
}

.tsv-editorial-bottom .tsv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #7c4dff;
  border-radius: 7px;
}

.tsv-editorial-bottom .tsv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: conic-gradient(from 90deg, #13d7e8, #7c4dff, #ff3f86, #13d7e8);
}

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

.tsv-editorial-bottom .tsv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 100% 0%, rgba(255, 63, 134, 0.13), transparent 36%);
}

.tsv-editorial-bottom .tsv-step-number {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: var(--tsv-gradient);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 34px rgba(124, 77, 255, 0.22);
}

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

.tsv-editorial-bottom .tsv-badge-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 17px;
  border-radius: 999px;
  background: rgba(19, 215, 232, 0.14);
  border: 1px solid rgba(19, 215, 232, 0.2);
}

.tsv-editorial-bottom .tsv-badge-dot::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--tsv-gradient);
}

.tsv-editorial-bottom .tsv-trust-mark {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(19, 215, 232, 0.18), rgba(124, 77, 255, 0.16));
  border: 1px solid rgba(124, 77, 255, 0.16);
}

.tsv-editorial-bottom .tsv-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 13px;
  height: 20px;
  border-right: 4px solid #5b35db;
  border-bottom: 4px solid #5b35db;
  transform: rotate(42deg);
}

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

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

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

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

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

  .tsv-editorial-bottom .tsv-heading-block p {
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tsv-editorial-bottom .tsv-step-list {
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

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

  .tsv-editorial-bottom .tsv-heading-block h2 {
    font-size: 32px;
  }

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

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

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

  .tsv-editorial-bottom .tsv-step-list {
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

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

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

  .tsv-editorial-bottom .tsv-heading-block h2 {
    font-size: 38px;
  }

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

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

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

  .tsv-editorial-bottom .tsv-step-list {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

  .tsv-editorial-bottom .tsv-heading-block h2 {
    font-size: 44px;
  }

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

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

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

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

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

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

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