.elementor-517 .elementor-element.elementor-element-147a79a1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5c238c4 *//* ── VARIABLES ──────────────────────────────────────── */
.elementor-widget-html {
  --hap-green: #22C58E;
  --hap-green-dark: #1aaf7a;
  --hap-green-dim: rgba(34,197,142,0.08);
  --hap-green-border: rgba(34,197,142,0.2);
  --hap-dark: #0A1A13;
  --hap-dark2: #0F1F17;
  --hap-text: #2E4A3E;
  --hap-muted: #5A7066;
  --hap-light: #F4FAF7;
  --hap-border: #E2EDE8;
}

/* ── SHARED ─────────────────────────────────────────── */
.hap-tag {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--hap-green);
  margin-bottom: 12px;
}
.hap-tag-light { color: var(--hap-green); }

.hap-section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--hap-dark2);
  line-height: 1.2;
  margin: 0 0 24px;
}
.hap-section-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--hap-green);
  border-radius: 2px;
  margin-top: 14px;
}
.hap-title-light { color: #ffffff; }

.hap-sec-header { margin-bottom: 48px; }
.hap-sec-center { text-align: center; }
.hap-sec-center .hap-section-title::after { margin-left: auto; margin-right: auto; }

/* ── SECTION 1: INTRO ───────────────────────────────── */
.hap-intro {
  padding: 40px;
  background: #ffffff;
}
.hap-intro-inner {
  display: flex;
  gap: 64px;
  align-items: center;
}
.hap-intro-text { flex: 1; }
.hap-intro-text .hap-section-title { margin-bottom: 20px; }
.hap-lead {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: var(--hap-text);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 16px;
}
.hap-intro-text p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--hap-muted);
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
}
.hap-intro-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex-shrink: 0;
  width: 280px;
}
.hap-stat {
  background: var(--hap-light);
  border: 1.5px solid var(--hap-border);
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.25s;
}
.hap-stat:hover { border-color: var(--hap-green); }
.hap-stat-n {
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--hap-green);
  line-height: 1;
}
.hap-stat-l {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--hap-muted);
}

/* ── SECTION 2: WHY ─────────────────────────────────── */
.hap-why {
  padding: 40px;
  background: var(--hap-light);
}
.hap-why-inner { max-width: 100%; }
.hap-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hap-why-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid var(--hap-border);
  padding: 32px 28px;
  transition: all 0.3s ease;
}
.hap-why-card:hover {
  border-color: var(--hap-green);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(34,197,142,0.08);
}
.hap-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--hap-green-dim);
  border: 1px solid var(--hap-green-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}
.hap-why-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--hap-dark2);
  margin: 0 0 10px;
}
.hap-why-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--hap-muted);
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}

/* ── SECTION 3: SECTORS ─────────────────────────────── */
.hap-sectors {
  padding: 40px;
  background: #ffffff;
}
.hap-sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hap-sector-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1.5px solid var(--hap-border);
  background: #ffffff;
  transition: all 0.25s ease;
  cursor: default;
}
.hap-sector-item:hover {
  border-color: var(--hap-green);
  background: var(--hap-green-dim);
}
.hap-sector-item span:first-child { font-size: 22px; flex-shrink: 0; }
.hap-sector-item span:last-child {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--hap-dark2);
}

/* ── SECTION 4: LOCATION ────────────────────────────── */
.hap-location {
  background: var(--hap-dark2);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.hap-location::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34,197,142,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,197,142,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}
.hap-location-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
}
.hap-contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
  font-style: normal;
}
.hap-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.hap-contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--hap-green-dim);
  border: 1px solid var(--hap-green-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.hap-contact-label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 3px;
}
.hap-contact-val {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
}
.hap-contact-link {
  text-decoration: none;
  transition: color 0.2s;
}
.hap-contact-link:hover { color: var(--hap-green); }
.hap-cta-row {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hap-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  background: var(--hap-green);
  color: var(--hap-dark);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(34,197,142,0.25);
}
.hap-btn-primary:hover {
  background: var(--hap-green-dark);
  color: #fff;
  transform: translateY(-2px);
}
.hap-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}
.hap-btn-outline:hover {
  border-color: var(--hap-green);
  color: var(--hap-green);
}
.hap-map {
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid rgba(34,197,142,0.15);
  box-shadow: 0 24px 64px rgba(0,0,0,0.3);
}
.hap-map iframe { display: block; }

/* ── SECTION 5: FAQ ─────────────────────────────────── */
.hap-faq {
  padding: 80px 0;
  background: var(--hap-light);
}
.hap-faq-inner { max-width: 780px; margin: 0 auto; }
.hap-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hap-acc-item {
  background: #ffffff;
  border-radius: 14px;
  border: 1.5px solid var(--hap-border);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.hap-acc-item.open {
  border-color: var(--hap-green);
  box-shadow: 0 8px 32px rgba(34,197,142,0.08);
}
.hap-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.hap-acc-q {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--hap-dark2);
  line-height: 1.4;
  transition: color 0.2s;
}
.hap-acc-item.open .hap-acc-q { color: var(--hap-green); }
.hap-acc-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--hap-green-dim);
  border: 1px solid var(--hap-green-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hap-green);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.2s, color 0.2s;
}
.hap-acc-item.open .hap-acc-icon {
  transform: rotate(45deg);
  background: var(--hap-green);
  color: var(--hap-dark);
  border-color: var(--hap-green);
}
.hap-acc-body {
  padding: 0 26px 22px;
  border-top: 1px solid var(--hap-border);
  margin: 0 26px;
}
.hap-acc-body p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--hap-muted);
  line-height: 1.85;
  font-weight: 300;
  padding-top: 18px;
  margin: 0;
}

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 900px) {
  .hap-intro-inner { flex-direction: column; gap: 40px; }
  .hap-intro-stats { width: 100%; }
  .hap-why-grid { grid-template-columns: repeat(2, 1fr); }
  .hap-sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .hap-location-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 600px) {
  .hap-why-grid { grid-template-columns: 1fr; }
  .hap-intro-stats { grid-template-columns: 1fr 1fr; }
  .hap-cta-row { flex-direction: column; }
  .hap-faq-inner { max-width: 100%; padding: 0 4px; }

  .hap-acc-btn {
    padding: 16px 16px !important;
    gap: 12px !important;
  }
  .hap-acc-q {
    font-size: 14px !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
  .hap-acc-icon {
    width: 24px !important;
    height: 24px !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
  }
  .hap-acc-body {
    padding: 0 16px 18px !important;
    margin: 0 16px !important;
  }
  .hap-acc-body p {
    font-size: 13px !important;
    padding-top: 14px !important;
  }
}

@media (max-width: 480px) {
  .hap-sectors-grid { grid-template-columns: 1fr; }
  .hap-intro-stats { grid-template-columns: 1fr 1fr; }

  .hap-faq {
    padding: 60px 16px !important;
  }
}/* End custom CSS */