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

.tsv-bottom-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

.tsv-bottom-content .tsv-section {
  position: relative;
  overflow: hidden;
}

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

.tsv-bottom-content .tsv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

.tsv-bottom-content .tsv-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.tsv-bottom-content .tsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 92, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.08), rgba(0, 242, 234, 0.08));
  color: #b91054;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.tsv-bottom-content .tsv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff005c, #00f2ea);
  box-shadow: 0 0 16px rgba(0, 242, 234, 0.5);
}

.tsv-bottom-content .tsv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.tsv-bottom-content .tsv-heading p {
  margin: 16px auto 0;
  color: #5f6b7a;
  line-height: 1.75;
  font-weight: 500;
}

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

.tsv-bottom-content .tsv-info-card,
.tsv-bottom-content .tsv-use-card,
.tsv-bottom-content .tsv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 31, 50, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tsv-bottom-content .tsv-info-card::after,
.tsv-bottom-content .tsv-use-card::after,
.tsv-bottom-content .tsv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.12), rgba(0, 242, 234, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}

.tsv-bottom-content .tsv-info-card:hover,
.tsv-bottom-content .tsv-use-card:hover,
.tsv-bottom-content .tsv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 92, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

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

.tsv-bottom-content .tsv-info-card h3,
.tsv-bottom-content .tsv-use-card h3,
.tsv-bottom-content .tsv-trust-card h3,
.tsv-bottom-content .tsv-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-bottom-content .tsv-info-card p,
.tsv-bottom-content .tsv-use-card p,
.tsv-bottom-content .tsv-trust-card p,
.tsv-bottom-content .tsv-step-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #627084;
  line-height: 1.68;
  font-weight: 500;
}

.tsv-bottom-content .tsv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff005c, #00f2ea);
  box-shadow: 0 14px 28px rgba(255, 0, 92, 0.18);
}

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

.tsv-bottom-content .tsv-icon-pulse::before {
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border-radius: 999px;
  opacity: 0.95;
}

.tsv-bottom-content .tsv-icon-bolt::before {
  width: 10px;
  height: 22px;
  left: 17px;
  top: 11px;
  clip-path: polygon(55% 0, 100% 0, 62% 43%, 100% 43%, 35% 100%, 48% 54%, 0 54%);
}

.tsv-bottom-content .tsv-icon-frame::before {
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}

.tsv-bottom-content .tsv-icon-path::before {
  width: 24px;
  height: 4px;
  left: 10px;
  top: 20px;
  border-radius: 99px;
}

.tsv-bottom-content .tsv-icon-path::after {
  width: 8px;
  height: 8px;
  right: 10px;
  top: 18px;
  border-radius: 99px;
}

.tsv-bottom-content .tsv-icon-phone::before {
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.tsv-bottom-content .tsv-icon-check::before {
  width: 20px;
  height: 10px;
  left: 12px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}

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

.tsv-bottom-content .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 31, 50, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tsv-bottom-content .tsv-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ff005c, #00f2ea);
}

.tsv-bottom-content .tsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 188, 0.24);
  box-shadow: 0 26px 62px rgba(17, 24, 39, 0.1);
}

.tsv-bottom-content .tsv-step-number {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.16);
}

.tsv-bottom-content .tsv-step-number::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.36), rgba(0, 242, 234, 0.32));
  z-index: -1;
}

.tsv-bottom-content .tsv-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff005c, #00f2ea);
  box-shadow: 0 0 0 7px rgba(0, 242, 234, 0.08), 0 12px 25px rgba(255, 0, 92, 0.16);
}

.tsv-bottom-content .tsv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #263244;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

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

.tsv-bottom-content .tsv-reveal.tsv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tsv-bottom-content .tsv-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

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

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

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

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

  .tsv-bottom-content .tsv-step-list {
    gap: 20px;
    margin-top: 36px;
  }

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

  .tsv-bottom-content .tsv-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

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

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

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

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

  .tsv-bottom-content .tsv-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

  .tsv-bottom-content .tsv-step-card {
    grid-template-columns: 76px 1fr;
    gap: 24px;
    padding: 30px;
  }

  .tsv-bottom-content .tsv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}

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

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

  .tsv-bottom-content .tsv-heading h2 {
    font-size: 48px;
  }

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

  .tsv-bottom-content .tsv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

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

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

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

  .tsv-bottom-content .tsv-step-list {
    gap: 24px;
    margin-top: 50px;
  }

  .tsv-bottom-content .tsv-step-card {
    grid-template-columns: 84px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }

  .tsv-bottom-content .tsv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }
}