.hs-services {
  padding: 120px 5vw 100px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.hs-services h2 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 700;
  color: #c9aa71;
  position: center;
}

.hs-services h3 {
    text-align: center;
    position: center;
    margin-top: -25px;
    padding-bottom: 10px;
}

.hs-services h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background-color: #c9aa71;
  margin: 10px auto 0;
  border-radius: 2px;
  opacity: 0.8;
}

.hs-services p {
  text-align: center;
  margin-bottom: 60px;
  position: center;
  padding-bottom: 12px;
}

.hs-services-stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.hs-service-card {
  background: #1a1a1a;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(201, 170, 113, 0.08);
  transition: box-shadow 0.3s ease;
}

.hs-service-card:hover {
  box-shadow: 0 12px 24px rgba(201, 170, 113, 0.18);
}

.hs-service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.hs-service-header h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.hs-service-card p {
  font-size: 1rem;
  text-align: left;
  color: #ccc;
  margin-bottom: 16px;
  line-height: 1.7;
}

.hs-service-card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 24px;
  color: #bbb;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

.hs-service-card ul li {
  flex: 1 1 220px;
  min-width: 180px;
}

/* Buttons unified in style.css */

/* ========================
   Contact CTA Section
======================= */
.hs-contact-cta {
  background-color: #1a1a1a;
  padding: 100px 5vw;
  text-align: center;
  color: #f0f0f0;
}

.hs-contact-cta h2 {
  font-size: 2.5rem;
  color: #c9aa71;
  margin-bottom: 20px;
}

.hs-contact-cta p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hs-service-btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #c9aa71;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.hs-service-btn:hover {
  background-color: #e6c487;
}

/* ========================
   Contact CTA Section
======================== */
.hs-contact-cta {
  background-color: #1a1a1a;
  padding: 100px 5vw;
  text-align: center;
  color: #f0f0f0;
}

.hs-contact-cta h2 {
  font-size: 2.5rem;
  color: #c9aa71;
  margin-bottom: 20px;
}

.hs-contact-cta p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hs-contact-cta .hs-service-btn:hover {
  background-color: #e6c487;
}
