
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



/* Section gradient & spacing */
#category-posts-9 {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 0 120px;
  color: #fff;
  overflow: hidden;
}

/* Header */
#category-posts-9 .section-header {
  text-align: center;
  margin-bottom: 50px;
}
#category-posts-9 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
#category-posts-9 .section-subtitle {
  font-size: 1.1rem;
  opacity: .85;
}

/* Grid cards */
#category-posts-9 .post-card {
  background: rgba(255,255,255,0.1);
  border-radius: .5rem;
  overflow: hidden;
  transition: transform .3s ease;
}
#category-posts-9 .post-card:hover {
  transform: translateY(-5px);
}
#category-posts-9 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-9 .card-body {
  padding: 1rem;
}
#category-posts-9 .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}
#category-posts-9 .card-body .btn {
  font-size: .9rem;
}

/* Wave SVG separator */
#category-posts-9 .wave-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
#category-posts-9 .wave-separator svg {
  display: block;
  width: 100%;
  height: auto;
}




#offers-16 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#offers-16 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-16 .offer-name-highlight {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  color: #0d6efd;
  margin-bottom: 3rem;
}
#offers-16 .offer-steps-list .list-group-item {
  border: none;
  background-color: transparent;
  padding: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #ced4da;
}
#offers-16 .offer-steps-list .list-group-item:last-child {
  border-bottom: none;
}
#offers-16 .offer-steps-list .step-indicator {
  min-width: 50px;
  text-align: center;
  margin-right: 1.5rem;
}
#offers-16 .offer-steps-list .step-indicator i {
  font-size: 1.8rem;
  color: #198754;
}
#offers-16 .step-details .step-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #212529;
  margin-bottom: 0.3rem;
}
#offers-16 .step-details .step-description {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0;
}
#offers-16 .final-cta-area {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
#offers-16 .btn-final-cta {
  padding: 0.8rem 2.5rem;
  font-weight: 600;
  font-size: 1.1rem;
}


