.cta-btn-margin {
  margin-top: 30px;
}

.signup-btn {
  margin-top: 10px;
  width: 100%;
}

.steps-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 20px;
  justify-content: space-between;
}

.step {
  background-color: #fff;
  border-left: 5px solid #007bff;
  padding: 24px 20px;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  min-width: 280px;
}

.step h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #007bff;
}

.step-title {
  color: #007bff;
}

.step-note, .step-optional {
  color: #888;
}

.step-note-blue {
  color: #007bff;
}

.step-email {
  color: #007bff;
  font-weight: 600;
}

.cta-btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
  transition: background 0.2s;
}

.cta-btn:hover {
  background-color: #ff0000;
}

.hero {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.5)), url("assets/AdobeStock_713854283_Preview-3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
}

section.steps {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
}

.steps h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.services {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.services h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.service {
  margin: 20px 0;
}

.cta-section {
  background-color: #007bff;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

.cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .steps h2, .services h2, .cta-section h2 {
    font-size: 1.8rem;
  }
}
