.elementor-724 .elementor-element.elementor-element-5d519e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-724 .elementor-element.elementor-element-5d519e3{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-d979aa2 *//* PAGE WRAPPER */
.besa-governance {
  max-width: 1400px;
  margin: 90px auto;
  padding: 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e293b;
}

/* HEADER */
.besa-header {
  text-align: center;
  margin-bottom: 70px;
}

.besa-header h1 {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b1f3a;
  margin-bottom: 18px;
}

.besa-header p {
  font-size: 19px;
  max-width: 820px;
  margin: 0 auto;
  color: #475569;
  line-height: 1.75;
}


/* DOWNLOAD CALLOUT */
.constitution-download {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(1deg, #1e40af, #7768E5);
  color: #ffffff;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.35);
  color: white;
}

/* SECTION CARDS */
.besa-section {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 42px;
  margin-bottom: 50px;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.06);
  border: 1px solid #e5e7eb;
}

/* SECTION TITLES */
.besa-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #7768E5;
  margin-bottom: 22px;
  position: relative;
}

.besa-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  border-radius: 2px;
}

/* BODY TEXT */
.besa-section p {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* LISTS */
.besa-section ul {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
}

.besa-section ul li {
  padding-left: 28px;
  margin-bottom: 14px;
  position: relative;
  font-size: 16px;
  color: #334155;
}

.besa-section ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-size: 18px;
}

/* EXPANDABLE BLOCKS */
.besa-section details {
  margin-top: 26px;
  background: #f8fafc;
  padding: 24px 26px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  transition: background 0.3s ease;
}

.besa-section details[open] {
  background: #eef2ff;
}

.besa-section summary {
  font-weight: 600;
  font-size: 17px;
  color: #1e40af;
  cursor: pointer;
  list-style: none;
}

.besa-section summary::-webkit-details-marker {
  display: none;
}

/* CTA */
.besa-cta {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 22px;
  padding: 50px 40px;
  text-align: center;
  margin-top: 80px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.4);
}

.besa-cta p {
  font-size: 22px;
  font-weight: 600;
  color: #e5e7eb;
}

.besa-cta .cta-link {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease;
}

.besa-cta .cta-link:hover {
  border-bottom: 2px solid #38bdf8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .besa-header h1 {
    font-size: 36px;
  }

  .besa-section {
    padding: 32px 28px;
  }

  .besa-cta p {
    font-size: 19px;
  }
}/* End custom CSS */