.btn.btn-whatsapp {
  background-color: #629211;
}

.offer-cta {
  width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  background: #629211;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.35);
  transition: all 0.2s 
ease;
  text-align: center;
}

.hv-header-wa {
  padding: 7px 14px;
  border-radius: 999px;
  background: #629211;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
}

.hv-footer-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #629211;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
}

.contact-hero-title span {
  color: #9c1958;
}

.btn-primary {
  background: linear-gradient(135deg, #9c1958, #9c1958);
  color: #fff;
  box-shadow: 0 12px 30px rgba(216, 27, 121, 0.35);
}

.contact-hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #9c1958;
  margin-bottom: 6px;
}

.contact-hero-pill i {
  font-size: 1rem;
  color: #9c1958;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.78rem;
  font-weight: 600;
  color: #9c1958;
  margin-bottom: 6px;
  text-align: center;
}

.form-heading-title i {
  font-size: 1.1rem;
  color: #9c1958;
}

.form-label i {
  font-size: 0.9rem;
  color: #9c1958;
}

.contact-highlight i {
  font-size: 0.9rem;
  color: #9c1958;
}

.contact-card-pill i {
  font-size: 0.9rem;
  color: #9c1958;
}

.contact-social-label i {
  font-size: 0.95rem;
  color: #9c1958;
}

.contact-hero-badge i {
  font-size: 0.9rem;
  color: #9c1958;
}

.about-eyebrow-inline {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #9c1958;
  margin-bottom: 6px;
}

.about-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9c1958;
  margin-top: 4px;
}

.value-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9c1958;
  margin-bottom: 4px;
  font-weight: 600;
}

.services-hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #9c1958;
  margin-bottom: 6px;
}

.services-hero-title span {
  color: #9c1958;
}

.services-hero-badge-pill {
  font-size: 0.76rem;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(216, 27, 121, 0.08);
  color: #9c1958;
  font-weight: 600;
}

.detail-header-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #9c1958;
  margin-bottom: 4px;
}

.offers-hero-title span {
  color: #9c1958;
}

.offers-hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #9c1958;
  margin-bottom: 6px;
}

.offer-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgb(156 25 88);
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.offer-price-main {
  font-size: 1rem;
  font-weight: 700;
  color: #9c1958;
  white-space: nowrap;
}