/* Homepage-only UX polish. Keep the original template layout intact. */
.home-quick-actions {
  background: #fff;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.home-quick-actions .container {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 18px;
}

.home-quick-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 11px 18px;
  border: 1px solid #d8d8d8;
  color: #222;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  background: #fff;
}

.home-quick-actions a.primary {
  border-color: #e9b947;
  background: #e9b947;
  color: #fff;
}

.home-quick-actions a:hover,
.home-quick-actions a:focus {
  border-color: #222;
  background: #222;
  color: #fff;
}

.home-welcome-tight {
  padding-top: 72px !important;
  padding-bottom: 52px !important;
}

.home-welcome-tight .row {
  display: flex;
  align-items: center;
}

.home-welcome-tight .text-detail {
  margin-top: 0 !important;
  text-align: center;
}

.home-welcome-tight .main-title h1 {
  font-size: clamp(58px, 7vw, 88px) !important;
  line-height: 0.98 !important;
}

.home-welcome-tight .text-detail p {
  color: #3f372b !important;
  font-size: clamp(20px, 2.4vw, 25px) !important;
  font-weight: 600;
  line-height: 1.42 !important;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.home-services-tight {
  padding-top: 64px !important;
}

@media (max-width: 767px) {
  .home-quick-actions .container {
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .home-quick-actions a {
    min-width: 0;
    width: 100%;
  }

  .home-welcome-tight {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .home-welcome-tight .row {
    display: block;
  }

  .home-welcome-tight .main-title h1 {
    font-size: clamp(58px, 17vw, 78px) !important;
    line-height: 0.95 !important;
    margin-bottom: 16px !important;
  }

  .home-welcome-tight .text-detail p {
    font-size: 21px !important;
    line-height: 1.38 !important;
    font-weight: 700;
  }

  .home-services-tight {
    padding-top: 38px !important;
  }
}
