.cta {
    background: #1f1f1f;
    color: #fff;
    padding: 3rem 1rem;
    text-align: center;
  }
  .cta h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .cta .btn-accent {
    background: #4361ee;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
  }
  .cta .btn-accent:hover {
    background: #274bc7;
  }
  /* Add to main.css or cta.css */
.sticky-cta {
    position: inherit;
    bottom: 20px;
    right: 20px;
    background: #4361ee;
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  }
  

.cta {
  text-align: center;
  padding: 1.5rem;
  margin-top: 2rem;
}

.cta .cta-tagline {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 1rem;
}

.cta-button-wrapper {
  text-align: center;
  margin-top: 1rem;
}

.cta .btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  font-size: 1.1rem;
}

.cta-button-wrapper,
.hero .cta-button-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}

.cta-button-wrapper .btn-primary {
  display: inline-block;
}

.cta-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.cta .btn-primary {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
