:root {
  --primary: #2f5d50;
  --primary-variant: #39a78a;
  --accent: #7fe0c3;
  --surface: #fff;
  --mint-bg: #659e8a2f;
  --ink: #40524d;
  --text: #0d1f1a;
  --muted: #2f4a41;
  --ring: rgba(47, 93, 80, .35);
  --outline: rgba(64, 82, 77, .16);
  --shadow: 0 18px 50px rgba(3, 30, 22, .12);
  --radius: 16px;
  --radius-lg: 22px;
  --page-max: 1280px;
  --page-pad: clamp(16px, 5vw, 48px);
  --role-card-h: clamp(26rem, 28vw, 36rem)
}

*,
:after,
:before {
  box-sizing: border-box
}

body,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0
}

ul {
  list-style: none
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--surface);
  color: var(--ink);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text);
  font-weight: 800;
  letter-spacing: -.015em;
  margin-bottom: .5rem
}

h1 {
  font-size: clamp(30px, 4.2vw, 42px);
  line-height: 1.2
}

h2 {
  font-size: clamp(24px, 3.3vw, 34px);
  line-height: 1.25;
  text-align: center
}

h3 {
  font-size: clamp(18px, 2.6vw, 24px);
  line-height: 1.3
}

h4 {
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.4
}

a,
button,
div,
input,
li,
p,
span,
textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7
}

.lead {
  font-size: clamp(15px, 2vw, 16px)
}

#pillars .lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px
}

.lead,
.muted {
  color: var(--muted)
}

a:focus-visible,
button:focus-visible {
  border-radius: 12px;
  outline: 3px solid var(--ring);
  outline-offset: 2px
}

.container {
  margin: 0 auto;
  max-width: var(--page-max);
  width: 100%
}

.container,
header,
section {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad)
}

.section {
  padding: 55px 0
}

.section.tight {
  padding: 38px 0
}

@media (max-width:980px) {

  .container,
  header,
  section {
    padding-left: 16px !important;
    padding-right: 16px !important
  }

  .section {
    padding: 45px 0
  }
}

/* NEW: background utility classes to replace inline styles */
.bg-mint {
  background: var(--mint-bg)
}

.bg-surface {
  background: var(--surface)
}

.btn {
  align-items: center;
  border-radius: 12px;
  box-shadow: var(--shadow);
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  padding: 14px 18px;
  text-decoration: none;
  transition: .2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap
}

.btn.primary {
  background: var(--primary);
  color: #fff
}

.btn.ghost,
.btn.primary {
  border: 1px solid var(--outline)
}

.btn.ghost {
  background: #fff;
  color: var(--primary)
}

.btn:focus-visible,
.btn:hover {
  filter: brightness(1.1);
  outline-color: var(--primary-variant);
  outline-offset: 4px;
  transform: translateY(-1px)
}

.hero {
  background: var(--surface);
  border-bottom: 1px solid var(--outline)
}

.hero .wrap {
  align-items: center;
  display: grid;
  gap: 28px;
  padding: clamp(72px, 10vw, 96px) 0
}

@media (min-width:980px) {
  .hero .wrap {
    grid-template-columns: 1.1fr .9fr
  }
}

.kicker {
  color: var(--primary);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase
}

.device {
  background: #fff;
  border: 1px solid #dcefe8;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 12px
}

.device .chrome {
  background: #e6f5ee;
  border-radius: 8px;
  height: 12px;
  margin-bottom: 10px
}

.device img {
  aspect-ratio: 16/10;
  border-radius: 12px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%
}

.pillars {
  display: grid;
  gap: 18px;
  margin-top: 14px
}

@media (min-width:980px) {
  .pillars {
    grid-template-columns: repeat(5, 1fr)
  }
}

.pillar {
  background: #fff;
  border: 1px solid #dcefe8;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(3, 30, 22, .08);
  padding: 18px;
  transition: transform .15s, box-shadow .15s
}

.pillar:focus-within,
.pillar:hover {
  box-shadow: 0 16px 40px rgba(47, 93, 80, .18);
  transform: translateY(-2px)
}

.ico-pill {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  -webkit-user-select: none;
  user-select: none;
}

.ico-pill img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(47, 93, 80, 0.18));
  transition: transform 0.3s ease;
}

.pillar:hover .ico-pill img {
  transform: scale(1.1) translateY(-2px);
}

.mosaic {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 16px
}

@media (min-width:740px) {
  .mosaic {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1280px) {
  .mosaic {
    grid-template-columns: repeat(4, 1fr)
  }
}

.role-card {
  background: #fff;
  border: 1px solid #dcefe8;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: 40% 60%;
  height: var(--role-card-h);
  overflow: hidden;
  transition: box-shadow .2s
}

.role-card:focus-within,
.role-card:hover {
  box-shadow: 0 24px 60px rgba(47, 93, 80, .25)
}

.role-card img {
  aspect-ratio: auto;
  display: block;
  grid-row: 1/2;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.role-card .body {
  display: flex;
  flex-direction: column;
  grid-row: 2/3;
  justify-content: space-between;
  padding: 18px
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px
}

.tag {
  background: var(--mint-bg);
  border: 1px solid rgba(47, 93, 80, .25);
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
  -webkit-user-select: none;
  user-select: none
}

.zigzag {
  align-items: center;
  display: grid;
  gap: 22px
}

@media (min-width:980px) {
  .zigzag {
    grid-template-columns: 1fr 1fr
  }
}

.media {
  background: #fff;
  border: 1px solid #dcefe8;
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden
}

.media img {
  aspect-ratio: 16/10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%
}

.ul {
  list-style: none;
  margin: .2rem 0 0;
  padding: 0
}

.ul li {
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 1fr;
  padding: 6px 0
}

.tick {
  border: 1.5px solid rgba(47, 93, 80, .5);
  border-radius: 7px;
  color: var(--primary);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  height: 22px;
  place-items: center;
  -webkit-user-select: none;
  user-select: none;
  width: 22px
}

.models {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 12px
}

@media (min-width:980px) {
  .models {
    grid-template-columns: repeat(2, 1fr)
  }
}

.model {
  align-items: center;
  background: #fff;
  border: 1px solid #dcefe8;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  padding: 18px;
  transition: box-shadow .2s
}

.model:focus-within,
.model:hover {
  box-shadow: 0 20px 45px rgba(47, 93, 80, .2)
}

.model h3 {
  color: var(--text);
  font-weight: 800;
  margin: 0
}

.model .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.pill {
  background: var(--mint-bg);
  border: 1px solid rgba(47, 93, 80, .25);
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
  -webkit-user-select: none;
  user-select: none
}

.case {
  align-items: center;
  display: grid;
  gap: 18px;
  margin-top: 16px
}

@media (min-width:980px) {
  .case {
    grid-template-columns: 1.1fr .9fr
  }
}

.kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px
}

.kpi {
  background: #fff;
  border: 1px solid #dcefe8;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(3, 30, 22, .06);
  font-size: 14px;
  font-weight: 900;
  padding: 10px 12px
}

.scroller {
  display: grid;
  gap: 12px;
  grid-auto-columns: 80%;
  grid-auto-flow: column;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory
}

@media (min-width:880px) {
  .scroller {
    grid-auto-columns: 32%
  }
}

.profile {
  background: #fff;
  border: 1px solid #dcefe8;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(3, 30, 22, .06);
  padding: 16px;
  scroll-snap-align: start
}

.profile h3 {
  color: var(--text);
  font-weight: 800;
  margin-bottom: 6px
}

.profile ul {
  margin: 6px 0 0 18px
}

.profile ul li {
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 3px
}

details {
  background: #fff;
  border: 1px solid #dcefe8;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(3, 30, 22, .06);
  cursor: pointer;
  margin-top: 10px;
  padding: 14px
}

summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  -webkit-user-select: none;
  user-select: none
}

details[open] summary {
  color: var(--primary);
  outline: none
}

details p {
  color: var(--muted);
  font-size: 15px;
  margin-top: 8px
}

.zigzag>article,
.zigzag>figure {
  margin: 0 auto;
  max-width: 600px
}

.cta-block {
  background: transparent;
  justify-content: center;
  padding: 56px 0
}

.cta-block,
.cta-card {
  align-items: center;
  display: flex
}

.cta-card {
  background: #f6fbf9;
  border: 2px solid #e4ede9;
  border-radius: 22px;
  box-shadow: 0 12px 48px 0 rgba(47, 93, 80, .12);
  flex-direction: column;
  max-width: 1168px;
  padding: 24px;
  text-align: center;
  width: 100%
}

.cta-card h2 {
  color: #1d382f;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 22px
}

.cta-card h2,
.cta-card p {
  font-family: Roboto, Inter, sans-serif
}

.cta-card p {
  color: #466057;
  font-size: 1.18rem;
  margin-bottom: 40px;
  max-width: 640px
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center
}

.cta-btn {
  border: none;
  border-radius: 16px;
  box-shadow: 0 3px 12px 0 rgba(47, 93, 80, .04);
  cursor: pointer;
  display: inline-block;
  font-family: Roboto, Inter, sans-serif;
  font-size: 1.16rem;
  font-weight: 700;
  padding: 18px 36px;
  text-decoration: none;
  transition: box-shadow .16s, background .16s, color .16s
}

.cta-btn.primary {
  background: #295945;
  box-shadow: 0 4px 18px rgba(34, 75, 58, .13);
  color: #fff
}

.cta-btn.primary:focus-visible,
.cta-btn.primary:hover {
  background: #1d382f
}

.cta-btn.secondary {
  background: #fff;
  border: 2px solid #e1ebe7;
  color: #295945
}

.cta-btn.secondary:focus-visible,
.cta-btn.secondary:hover {
  background: #f0f7f4;
  color: #17392c
}

@media (max-width:600px) {
  .cta-card {
    padding: 32px 12px 28px
  }

  .cta-actions {
    flex-direction: column;
    gap: 16px;
    width: 100%
  }

  .cta-btn {
    font-size: 1.04rem;
    padding: 16px;
    text-align: center;
    width: 100%
  }
}

/* --- Redesigned Governance Section --- */
.governance-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 980px) {
  .governance-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
    gap: 60px;
  }
}

.gov-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .gov-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.gov-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(47, 93, 80, 0.05);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.2s ease;
}

.gov-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(47, 93, 80, 0.12);
  border-color: #dcefe8;
}

.gov-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid rgba(47, 93, 80, 0.1);
}

.gov-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.gov-card h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.gov-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.governance-image {
  position: relative;
  z-index: 1;
}

.governance-image img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  box-shadow: var(--shadow);
  width: 100%;
  height: auto;
  border: 1px solid #ffffff;
}

.glow-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(127, 224, 195, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(40px);
  z-index: 1;
  opacity: 0.8;
}