.governance-page {
  background: #f5f2ea;
  color: #141719;
  overflow-x: hidden;
}

.governance-main {
  overflow: hidden;
  background: #f5f2ea;
}

.governance-main *,
.governance-main *::before,
.governance-main *::after {
  box-sizing: border-box;
}

.governance-main h1,
.governance-main h2,
.governance-main h3,
.governance-main p,
.governance-main li,
.governance-main summary,
.governance-button {
  overflow-wrap: anywhere;
}

.governance-main img {
  display: block;
  width: 100%;
}

.governance-kicker {
  margin: 0 0 14px;
  color: #8a6c38;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.governance-hero {
  min-height: 100vh;
  padding: 140px 6vw 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 56px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(245, 242, 234, 0.95), rgba(232, 237, 232, 0.82)),
    url("assets/images/pexels-media-8112136.jpg") center/cover;
}

.governance-hero h1,
.governance-intro h2,
.framework-content h2,
.responsibility-copy h2,
.section-heading h2 {
  margin: 0;
  color: #111418;
  line-height: 1.05;
  letter-spacing: 0;
}

.governance-hero h1 {
  max-width: 760px;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
}

.governance-hero__content > p:not(.governance-kicker) {
  max-width: 650px;
  margin: 24px 0 0;
  color: #4d555c;
  font-size: 1.08rem;
  line-height: 1.8;
}

.governance-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.governance-button {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 20, 24, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #111418;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.governance-button:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(17, 20, 24, 0.35);
}

.governance-button--primary {
  background: #111418;
  color: #fff;
  border-color: #111418;
}

.governance-button--primary:hover {
  background: #2e352f;
  border-color: #2e352f;
}

.governance-hero__image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(18, 24, 31, 0.22);
}

.governance-hero__image img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.governance-hero__badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 20px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(17, 20, 24, 0.65);
  color: #fff;
  backdrop-filter: blur(16px);
}

.governance-hero__badge span {
  color: #d7bf88;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.governance-hero__badge strong {
  line-height: 1.35;
}

.governance-intro,
.governance-pillars,
.key-metrics-section,
.governance-responsibilities,
.modern-timeline-section,
.success-stories-section,
.faq-section {
  padding-left: 6vw;
  padding-right: 6vw;
}

.governance-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: end;
}

.governance-intro h2,
.framework-content h2,
.responsibility-copy h2,
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.governance-intro > p,
.responsibility-copy > p {
  margin: 0;
  color: #515961;
  line-height: 1.8;
  font-size: 1.02rem;
}

.governance-pillars {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.governance-pillars article {
  padding: 30px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 45px rgba(17, 20, 24, 0.08);
}

.governance-pillars i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #111418;
  color: #fff;
}

.governance-pillars h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
}

.governance-pillars p {
  margin: 0 0 24px;
  color: #555e65;
  line-height: 1.7;
}

.governance-pillars ul {
  margin: auto 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(17, 20, 24, 0.1);
}

.governance-pillars li {
  margin-top: 10px;
  color: #2b312d;
  font-weight: 700;
}

.governance-pillars li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: #8a6c38;
  vertical-align: middle;
}

.governance-framework {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  background: #111418;
  color: #fff;
}

.framework-image img {
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.framework-content {
  padding: 90px 7vw;
}

.framework-content h2 {
  color: #fff;
}

.framework-steps {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.framework-steps div {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.framework-steps span {
  color: #d7bf88;
  font-weight: 900;
}

.framework-steps h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.framework-steps p {
  grid-column: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.section-heading {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.key-metrics-section {
  padding-top: 90px;
  padding-bottom: 80px;
}

.key-metrics-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.metric-card {
  padding: 32px 20px;
  border: 1px solid rgba(17, 20, 24, 0.08);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 16px 45px rgba(17, 20, 24, 0.08);
}

.metric-card i {
  margin-bottom: 16px;
  color: #8a6c38;
  font-size: 2rem;
}

.metric-number {
  color: #111418;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
}

.metric-label {
  margin-top: 12px;
  color: #586067;
  font-weight: 700;
  line-height: 1.4;
}

.governance-responsibilities {
  max-width: 1180px;
  margin: 0 auto 92px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}

.responsibility-copy > p {
  margin-top: 22px;
}

.responsibility-list {
  display: grid;
  gap: 16px;
}

.responsibility-list div {
  padding: 26px;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(17, 20, 24, 0.08);
}

.responsibility-list i {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2e352f;
  color: #fff;
}

.responsibility-list h3 {
  margin: 0 0 8px;
}

.responsibility-list p {
  margin: 0;
  color: #586067;
  line-height: 1.6;
}

.modern-timeline-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #e7ebe7;
}

.modern-timeline-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
}

.modern-timeline {
  display: flex;
  gap: 18px;
  min-width: max-content;
}

.modern-timeline-item {
  width: 290px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(17, 20, 24, 0.08);
}

.modern-timeline-date {
  margin-bottom: 18px;
  color: #8a6c38;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modern-timeline-content h3 {
  margin: 0 0 10px;
  color: #111418;
}

.modern-timeline-content p {
  margin: 0;
  color: #586067;
  line-height: 1.7;
}

.success-stories-section {
  padding-top: 90px;
  padding-bottom: 96px;
}

.success-stories-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.story-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 20, 24, 0.08);
}

.story-image {
  height: 230px;
  object-fit: cover;
}

.story-content {
  padding: 28px;
}

.story-title {
  margin: 0 0 12px;
  color: #111418;
  font-size: 1.28rem;
}

.story-description {
  margin: 0;
  color: #586067;
  line-height: 1.7;
}

.faq-section {
  padding-top: 90px;
  padding-bottom: 110px;
  background: #111418;
}

.faq-section .section-heading h2 {
  color: #fff;
}

.faq-container {
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.faq-question {
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 800;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #d7bf88;
  font-size: 1.3rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.faq-item[open] .faq-question::after {
  transform: rotate(45deg);
  background: rgba(215, 191, 136, 0.18);
}

.faq-answer {
  display: block;
  padding: 0 26px 24px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.faq-answer p {
  margin: 0;
}

.governance-page .governance-main .faq-container {
  max-width: 920px;
}

.governance-page .governance-main .faq-section {
  padding-top: 90px;
  padding-bottom: 110px;
  background: #111418;
}

.governance-page .governance-main .faq-section .section-heading h2 {
  color: #fff;
}

.governance-page .governance-main .faq-item {
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.governance-page .governance-main .faq-question {
  width: 100%;
  padding: 22px 26px;
  color: #fff;
}

.governance-page .governance-main .faq-answer {
  max-height: none;
  overflow: visible;
  padding: 0 26px 24px;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1024px) {
  .governance-hero,
  .governance-intro,
  .governance-framework,
  .governance-responsibilities {
    grid-template-columns: 1fr;
  }

  .governance-pillars,
  .key-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .success-stories-grid {
    grid-template-columns: 1fr;
  }

  .framework-image img {
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .governance-hero {
    min-height: auto;
    padding: 118px 18px 56px;
    gap: 34px;
  }

  .governance-hero__actions,
  .governance-button {
    width: 100%;
  }

  .governance-hero__image,
  .governance-hero__image img {
    min-height: 360px;
  }

  .governance-hero__badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .governance-intro,
  .governance-pillars,
  .key-metrics-section,
  .governance-responsibilities,
  .modern-timeline-section,
  .success-stories-section,
  .faq-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .governance-intro {
    padding-top: 62px;
  }

  .governance-pillars,
  .key-metrics-grid {
    grid-template-columns: 1fr;
  }

  .framework-content {
    padding: 62px 18px;
  }

  .framework-steps div {
    grid-template-columns: 42px 1fr;
  }

  .governance-responsibilities {
    margin-bottom: 64px;
  }

  .responsibility-list div {
    grid-template-columns: 42px 1fr;
    padding: 22px;
  }

  .modern-timeline {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
  }

  .modern-timeline-item {
    width: auto;
  }

  .faq-question {
    align-items: flex-start;
    padding: 20px;
  }

  .faq-answer {
    padding: 0 20px 22px;
  }
}

@media (max-width: 420px) {
  .governance-hero h1 {
    font-size: 2.3rem;
  }

  .governance-intro h2,
  .framework-content h2,
  .responsibility-copy h2,
  .section-heading h2 {
    font-size: 2rem;
  }
}
