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

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

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

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

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

.tsv-bottom-content .tsv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.1), transparent 32%),
    #f8fafc;
}

.tsv-bottom-content .tsv-container {
  width: 100%;
  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(254, 44, 85, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #b20f36;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}

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

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

.tsv-bottom-content .tsv-heading p {
  margin: 16px auto 0;
  color: #5d6472;
  line-height: 1.7;
  font-weight: 430;
}

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

.tsv-bottom-content .tsv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 19, 26, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.34), rgba(17, 19, 26, 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-bottom-content .tsv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.08), transparent 38%, rgba(254, 44, 85, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
}

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

.tsv-bottom-content .tsv-card:hover::after {
  opacity: 1;
}

.tsv-bottom-content .tsv-card h3,
.tsv-bottom-content .tsv-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #171821;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}

.tsv-bottom-content .tsv-card p,
.tsv-bottom-content .tsv-step-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #606878;
  line-height: 1.65;
  font-weight: 420;
}

.tsv-bottom-content .tsv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.2);
  transition: transform 260ms ease;
}

.tsv-bottom-content .tsv-card:hover .tsv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.tsv-bottom-content .tsv-icon-bars::before {
  width: 21px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.tsv-bottom-content .tsv-icon-bolt::before {
  width: 12px;
  height: 22px;
  left: 18px;
  top: 11px;
  clip-path: polygon(55% 0, 100% 0, 62% 43%, 100% 43%, 32% 100%, 45% 55%, 0 55%);
}

.tsv-bottom-content .tsv-icon-frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.tsv-bottom-content .tsv-icon-path::before {
  width: 23px;
  height: 3px;
  left: 12px;
  top: 21px;
  border-radius: 99px;
}

.tsv-bottom-content .tsv-icon-path::after {
  width: 9px;
  height: 9px;
  right: 12px;
  top: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.tsv-bottom-content .tsv-icon-phone::before {
  width: 17px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tsv-bottom-content .tsv-icon-calendar::before {
  width: 22px;
  height: 20px;
  left: 12px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.tsv-bottom-content .tsv-icon-calendar::after {
  width: 16px;
  height: 3px;
  left: 15px;
  top: 19px;
  border-radius: 99px;
}

.tsv-bottom-content .tsv-steps {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.tsv-bottom-content .tsv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 19, 26, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tsv-bottom-content .tsv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.tsv-bottom-content .tsv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #11131a, #2a2d38);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 19, 26, 0.2);
}

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

.tsv-bottom-content .tsv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.36), rgba(254, 44, 85, 0.22)) border-box;
}

.tsv-bottom-content .tsv-mini-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 16px 0 0 rgba(37, 244, 238, 0.9), 32px 0 0 rgba(17, 19, 26, 0.16);
}

.tsv-bottom-content .tsv-trust-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.28), rgba(17, 19, 26, 0.08)) border-box;
}

.tsv-bottom-content .tsv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f766e;
  font-size: 13px;
  font-weight: 780;
  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 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms 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: 27px;
  }

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

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

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

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

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

  .tsv-bottom-content .tsv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

@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: 30px;
  }

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

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

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

  .tsv-bottom-content .tsv-card h3,
  .tsv-bottom-content .tsv-step-card h3 {
    font-size: 18.5px;
  }

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

  .tsv-bottom-content .tsv-steps {
    gap: 18px;
    margin-top: 30px;
  }

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

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

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

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

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

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

  .tsv-bottom-content .tsv-card {
    padding: 28px;
    border-radius: 22px;
  }

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

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

  .tsv-bottom-content .tsv-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

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

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

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

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

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

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

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

  .tsv-bottom-content .tsv-card p,
  .tsv-bottom-content .tsv-step-card p {
    font-size: 15.8px;
  }

  .tsv-bottom-content .tsv-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .tsv-bottom-content .tsv-step-card {
    gap: 24px;
    padding: 30px;
  }

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

@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: 17.5px;
  }

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

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

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

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

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

  .tsv-bottom-content .tsv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .tsv-bottom-content .tsv-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

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