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

.tsv-bottom-content,
.tsv-bottom-content * {
  box-sizing: border-box;
}

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

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

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

.tsv-bottom-content .tsv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 45, 85, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(37, 244, 238, 0.11), transparent 26%),
    #f7f9fc;
}

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

.tsv-bottom-content .tsv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.tsv-bottom-content .tsv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 45, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.1), rgba(37, 244, 238, 0.12));
  color: #39445a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

.tsv-bottom-content .tsv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d6679;
  font-weight: 450;
}

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

.tsv-bottom-content .tsv-card,
.tsv-bottom-content .tsv-trust-card,
.tsv-bottom-content .tsv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  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::before,
.tsv-bottom-content .tsv-trust-card::before,
.tsv-bottom-content .tsv-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.08), rgba(37, 244, 238, 0.08));
  transition: opacity 260ms ease;
}

.tsv-bottom-content .tsv-card:hover,
.tsv-bottom-content .tsv-trust-card:hover,
.tsv-bottom-content .tsv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 45, 85, 0.22);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.tsv-bottom-content .tsv-card:hover::before,
.tsv-bottom-content .tsv-trust-card:hover::before,
.tsv-bottom-content .tsv-step-card:hover::before {
  opacity: 1;
}

.tsv-bottom-content .tsv-card h3,
.tsv-bottom-content .tsv-trust-card h3,
.tsv-bottom-content .tsv-step-copy h3 {
  position: relative;
  margin: 0;
  color: #151f32;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tsv-bottom-content .tsv-card p,
.tsv-bottom-content .tsv-trust-card p,
.tsv-bottom-content .tsv-step-copy p {
  position: relative;
  margin: 10px 0 0;
  color: #606a7d;
  font-weight: 440;
}

.tsv-bottom-content .tsv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2d55, #25f4ee);
  box-shadow: 0 12px 26px rgba(255, 45, 85, 0.18);
}

.tsv-bottom-content .tsv-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.tsv-bottom-content .tsv-icon-bolt::after {
  inset: 11px 16px;
  border-radius: 4px;
  transform: skewX(-14deg);
}

.tsv-bottom-content .tsv-icon-frame::after {
  inset: 11px;
  border-radius: 6px;
}

.tsv-bottom-content .tsv-icon-path::after {
  width: 18px;
  height: 18px;
  inset: 13px auto auto 13px;
  border-radius: 50%;
}

.tsv-bottom-content .tsv-icon-mobile::after {
  inset: 8px 14px;
  border-radius: 8px;
}

.tsv-bottom-content .tsv-icon-note::after {
  inset: 12px 10px 14px 12px;
  border-radius: 5px;
}

.tsv-bottom-content .tsv-card-accent {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 45, 85, 0.34), rgba(37, 244, 238, 0.28)) border-box;
  border: 1px solid transparent;
}

.tsv-bottom-content .tsv-pill {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #f2fbfb;
  color: #28636c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.tsv-bottom-content .tsv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(255, 45, 85, 0.12), rgba(37, 244, 238, 0.12));
}

.tsv-bottom-content .tsv-step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2d55, #25f4ee);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(37, 244, 238, 0.18);
}

.tsv-bottom-content .tsv-trust-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 244, 238, 0.12), transparent 34%),
    #ffffff;
}

.tsv-bottom-content .tsv-trust-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #25f4ee;
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.13), 18px 0 0 #ff2d55;
}

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

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

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

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

  .tsv-bottom-content .tsv-card-grid,
  .tsv-bottom-content .tsv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .tsv-bottom-content .tsv-grid-six,
  .tsv-bottom-content .tsv-grid-three {
    grid-template-columns: 1fr;
  }

  .tsv-bottom-content .tsv-card,
  .tsv-bottom-content .tsv-trust-card {
    padding: 22px;
  }

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

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

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

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

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

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

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

  .tsv-bottom-content .tsv-card-grid,
  .tsv-bottom-content .tsv-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .tsv-bottom-content .tsv-grid-six,
  .tsv-bottom-content .tsv-grid-three {
    grid-template-columns: 1fr;
  }

  .tsv-bottom-content .tsv-card,
  .tsv-bottom-content .tsv-trust-card {
    padding: 24px;
  }

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

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

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

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

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

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

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

  .tsv-bottom-content .tsv-card-grid,
  .tsv-bottom-content .tsv-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .tsv-bottom-content .tsv-grid-six,
  .tsv-bottom-content .tsv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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 h2 {
    font-size: 40px;
  }

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

  .tsv-bottom-content .tsv-card-grid,
  .tsv-bottom-content .tsv-steps {
    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,
  .tsv-bottom-content .tsv-trust-card {
    padding: 28px;
  }

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

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

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

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

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

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

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

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

  .tsv-bottom-content .tsv-card-grid,
  .tsv-bottom-content .tsv-steps {
    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,
  .tsv-bottom-content .tsv-trust-card {
    min-height: 100%;
    padding: 30px;
  }

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

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

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

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