:root {
  --green-950: #073f33;
  --green-900: #09513f;
  --green-800: #0b6b50;
  --green-700: #0f8462;
  --green-600: #13a071;
  --green-500: #18bd82;
  --mint-100: #e9f7f1;
  --mint-50: #f4fbf8;
  --orange-600: #d75b0d;
  --orange-500: #ee7118;
  --sand: #f4efe5;
  --ink: #16231f;
  --muted: #61716a;
  --line: #dce6e1;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(12, 73, 55, 0.08);
  --shadow-md: 0 22px 55px rgba(6, 56, 42, 0.15);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-ar: "Tahoma", "Arial", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.lang-ar {
  font-family: var(--font-ar);
  line-height: 1.85;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.lang-ar h1,
.lang-ar h2,
.lang-ar h3 {
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 1.35rem;
}

p {
  color: var(--muted);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.skip-link {
  position: fixed;
  inset-inline-start: 16px;
  top: -80px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--white);
  color: var(--green-900);
  box-shadow: var(--shadow-md);
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-color: var(--line);
  box-shadow: 0 7px 24px rgba(12, 56, 43, 0.08);
  backdrop-filter: blur(15px);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 235px;
  color: white;
}

.site-header.scrolled .brand {
  color: var(--ink);
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.brand-copy small {
  font-size: 0.66rem;
  opacity: 0.72;
  white-space: nowrap;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.9rem;
  font-weight: 650;
  color: rgba(255,255,255,0.9);
}

.site-header.scrolled .primary-nav {
  color: var(--ink);
}

.primary-nav a {
  position: relative;
  padding: 8px 0;
}

.primary-nav a:not(.nav-contact):not(.lang-switch)::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  inset-inline-start: 0;
  bottom: 2px;
  border-radius: 999px;
  background: var(--green-500);
  transition: width 0.2s ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  width: 100%;
}

.nav-contact {
  padding: 10px 16px !important;
  border-radius: 999px;
  background: var(--white);
  color: var(--green-900);
}

.site-header.scrolled .nav-contact {
  background: var(--green-900);
  color: white;
}

.lang-switch {
  padding-inline-start: 18px !important;
  border-inline-start: 1px solid rgba(255,255,255,0.3);
}

.site-header.scrolled .lang-switch {
  border-color: var(--line);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: white;
}

.site-header.scrolled .menu-toggle {
  background: var(--mint-100);
}

.site-header.scrolled .menu-toggle span:not(.sr-only) {
  background: var(--green-900);
}

.hero {
  position: relative;
  min-height: 770px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 145px 0 92px;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 20%, rgba(25, 194, 132, 0.22), transparent 34%),
    linear-gradient(125deg, #073f33 0%, #095b46 48%, #0a7356 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -58% auto;
  width: 780px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 0 0 90px rgba(255,255,255,0.025), 0 0 0 180px rgba(255,255,255,0.018);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    linear-gradient(30deg, transparent 12%, rgba(255,255,255,.7) 12.5%, rgba(255,255,255,.7) 13%, transparent 13.5%, transparent 87%, rgba(255,255,255,.7) 87.5%, rgba(255,255,255,.7) 88%, transparent 88.5%),
    linear-gradient(150deg, transparent 12%, rgba(255,255,255,.7) 12.5%, rgba(255,255,255,.7) 13%, transparent 13.5%, transparent 87%, rgba(255,255,255,.7) 87.5%, rgba(255,255,255,.7) 88%, transparent 88.5%);
  background-size: 64px 112px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 72px;
}

.hero-copy h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.lang-ar .hero-copy h1 {
  font-size: clamp(3rem, 6.5vw, 6rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: block;
  color: #72e6b7;
}

.hero-copy > p {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255,255,255,0.82);
  font-size: 1.14rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lang-ar .eyebrow {
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9rem;
}

.eyebrow span {
  width: 32px;
  height: 2px;
  background: currentColor;
}

.eyebrow.light {
  color: #84e8bd;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 760;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--green-950);
  background: #7ce6ba;
  box-shadow: 0 10px 28px rgba(4, 38, 28, 0.25);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #9cf0cd;
}

.btn-primary.dark {
  color: white;
  background: var(--green-900);
  box-shadow: none;
}

.btn-ghost {
  color: white;
  border-color: rgba(255,255,255,0.36);
  background: rgba(255,255,255,0.04);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(255,255,255,0.11);
}

.hero-legal {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: rgba(255,255,255,0.7);
  font-size: 0.82rem;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #78e8b9;
  box-shadow: 0 0 0 5px rgba(120, 232, 185, 0.12);
}

.hero-media {
  position: relative;
  min-height: 500px;
}

.hero-image-wrap {
  position: absolute;
  inset: 0 18px 0 40px;
  overflow: hidden;
  border-radius: 42% 58% 34% 66% / 46% 34% 66% 54%;
  box-shadow: 0 38px 80px rgba(3, 32, 24, 0.34);
}

[dir="rtl"] .hero-image-wrap {
  inset: 0 40px 0 18px;
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: inherit;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(2, 42, 30, 0.46));
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 3px;
  width: 175px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 20px;
  color: var(--green-950);
  background: rgba(255,255,255,0.93);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(10px);
}

.floating-card strong {
  font-size: 1.8rem;
  line-height: 1;
}

.floating-card span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.card-people {
  inset-inline-start: -6px;
  top: 54px;
}

.card-municipalities {
  inset-inline-end: -16px;
  bottom: 42px;
}

.stats-band {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  background: var(--green-950);
  color: white;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stats-grid > div {
  min-height: 145px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  border-inline-end: 1px solid rgba(255,255,255,0.1);
}

.stats-grid > div:last-child {
  border-inline-end: 0;
}

.stats-grid strong {
  color: #7ce6ba;
  font-size: 2.35rem;
  line-height: 1;
}

.stats-grid span {
  max-width: 170px;
  color: rgba(255,255,255,0.68);
  font-size: 0.82rem;
}

.about {
  background: white;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 82px;
}

.about-media {
  position: relative;
}

.about-media::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 78%;
  inset-inline-start: -22px;
  bottom: -22px;
  border-radius: var(--radius-lg);
  background: var(--mint-100);
}

.about-media img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.about-badge {
  position: absolute;
  z-index: 4;
  inset-inline-end: -28px;
  bottom: 42px;
  display: grid;
  min-width: 160px;
  gap: 4px;
  padding: 20px;
  border-radius: 20px;
  color: white;
  background: var(--orange-600);
  box-shadow: var(--shadow-md);
}

.about-badge strong {
  font-size: 2rem;
  line-height: 1;
}

.about-badge span {
  font-size: 0.76rem;
  opacity: 0.86;
}

.about-copy h2 {
  max-width: 680px;
}

.about-copy > p {
  max-width: 720px;
  font-size: 1.03rem;
}

.about-copy blockquote {
  position: relative;
  margin: 30px 0 0;
  padding: 22px 24px 22px 30px;
  border-inline-start: 4px solid var(--green-600);
  border-radius: 0 16px 16px 0;
  color: var(--green-950);
  background: var(--mint-50);
  font-size: 1rem;
  font-weight: 650;
}

[dir="rtl"] .about-copy blockquote {
  border-radius: 16px 0 0 16px;
  padding: 22px 30px 22px 24px;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 85px;
}

.fact-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fact-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}

.fact-number {
  margin-bottom: 42px;
  color: var(--green-600);
  font-weight: 820;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
}

.fact-card h3 {
  margin-bottom: 12px;
}

.fact-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.work-section {
  background: var(--mint-50);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 48px;
}

.section-heading p {
  max-width: 780px;
  font-size: 1.04rem;
}

.section-heading.compact {
  margin-bottom: 38px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.work-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: white;
  box-shadow: 0 10px 34px rgba(16, 75, 57, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.work-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px rgba(16, 75, 57, 0.13);
}

.work-image {
  height: 210px;
  overflow: hidden;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.work-card:hover .work-image img {
  transform: scale(1.045);
}

.work-content {
  position: relative;
  padding: 28px 28px 30px;
}

.work-index {
  position: absolute;
  top: -23px;
  inset-inline-end: 22px;
  min-width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green-800);
  box-shadow: 0 8px 20px rgba(11,107,80,0.24);
  font-size: 0.74rem;
  font-weight: 800;
}

.work-content h3 {
  margin-bottom: 13px;
}

.work-content p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.work-card-featured .work-index {
  background: var(--orange-600);
}

.experience-section {
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--green-950);
}

.experience-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  inset-inline-start: -240px;
  top: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 0 0 70px rgba(255,255,255,0.02), 0 0 0 140px rgba(255,255,255,0.015);
}

.experience-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 80px;
}

.experience-intro h2 {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
}

.experience-intro > p {
  color: rgba(255,255,255,0.68);
  font-size: 1.02rem;
}

.partners-panel {
  margin-top: 38px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
}

.partners-panel h3 {
  margin-bottom: 10px;
  color: #7ce6ba;
  font-size: 1.08rem;
}

.partners-panel p {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
}

.partners-panel small {
  display: block;
  color: rgba(255,255,255,0.48);
  font-size: 0.72rem;
}

.timeline {
  position: relative;
  display: grid;
  gap: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  inset-inline-start: 34px;
  top: 15px;
  bottom: 20px;
  width: 1px;
  background: rgba(255,255,255,0.17);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 22px;
  padding: 0 0 34px;
}

.timeline-year {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-950);
  background: #7ce6ba;
  font-size: 0.76rem;
  font-weight: 850;
}

.timeline-item h3 {
  margin: 2px 0 6px;
  color: white;
}

.timeline-meta {
  margin-bottom: 8px;
  color: #7ce6ba;
  font-size: 0.78rem;
  font-weight: 750;
}

.timeline-item > div > p:last-child {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
}

.initiative-section {
  background: var(--sand);
}

.initiative-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-md);
}

.initiative-media {
  position: relative;
  min-height: 610px;
}

.initiative-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(4,50,37,0.44));
}

.initiative-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.initiative-label {
  position: absolute;
  z-index: 2;
  inset-inline-start: 28px;
  bottom: 28px;
  padding: 11px 15px;
  border-radius: 999px;
  color: var(--green-950);
  background: #8deac2;
  font-size: 0.76rem;
  font-weight: 800;
}

.initiative-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
}

.initiative-copy h2 {
  font-size: clamp(2.4rem, 4vw, 4.1rem);
}

.initiative-copy > p {
  font-size: 1rem;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 22px 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-inline-start: 31px;
  color: #385047;
  font-size: 0.9rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green-700);
  font-size: 0.7rem;
  font-weight: 900;
}

.initiative-copy .btn {
  align-self: flex-start;
}

[dir="rtl"] .initiative-copy .btn {
  align-self: flex-start;
}

.values-section {
  background: white;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-card {
  min-height: 270px;
  padding: 34px;
  border-radius: var(--radius-md);
  background: var(--mint-50);
}

.value-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  border-radius: 50%;
  color: white;
  background: var(--green-800);
  font-size: 0.75rem;
  font-weight: 800;
}

.value-card h3 {
  margin-bottom: 12px;
}

.value-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: white;
  background: linear-gradient(132deg, #063c31, #096247);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset-inline-end: -12%;
  top: -30%;
  width: 620px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105,231,181,0.15), transparent 65%);
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 80px;
  align-items: start;
}

.contact-copy h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}

.contact-copy > p {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
}

.contact-list {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.contact-list > div {
  display: grid;
  gap: 4px;
}

.contact-list span {
  color: #7ce6ba;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lang-ar .contact-list span {
  letter-spacing: 0;
  text-transform: none;
}

.contact-list a,
.contact-list strong {
  width: fit-content;
  color: white;
  font-size: 0.94rem;
}

.contact-list a:hover {
  color: #7ce6ba;
}

.contact-form-wrap {
  position: relative;
}

.contact-form {
  padding: 36px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px;
  color: var(--ink);
  background: white;
  box-shadow: 0 30px 70px rgba(0,0,0,0.22);
}

.contact-form h3 {
  margin-bottom: 26px;
  font-size: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.contact-form label > span {
  color: #31483f;
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d8e4df;
  border-radius: 12px;
  outline: 0;
  color: var(--ink);
  background: #fbfdfc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input {
  height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 145px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green-600);
  box-shadow: 0 0 0 4px rgba(19,160,113,0.1);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 6px;
}

.form-footer small {
  max-width: 260px;
  color: #7b8a84;
  font-size: 0.7rem;
}

.form-footer .btn {
  border: 0;
}

.form-alert {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
}

.form-alert.success {
  color: #0a5b42;
  background: #dff8ed;
}

.form-alert.error {
  color: #842f2f;
  background: #fde8e8;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-footer {
  padding: 44px 0;
  color: white;
  background: #042c24;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  align-items: center;
  gap: 50px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 330px;
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 0.8rem;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  color: rgba(255,255,255,0.72);
  font-size: 0.8rem;
}

.footer-links a:hover {
  color: #7ce6ba;
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 6px;
  text-align: end;
  color: rgba(255,255,255,0.55);
  font-size: 0.72rem;
}

[dir="rtl"] .footer-meta {
  justify-items: start;
  text-align: start;
}

.footer-meta strong {
  color: #7ce6ba;
}

.footer-meta a {
  margin-top: 6px;
  color: white;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.delay-1 {
  transition-delay: 0.11s;
}

.reveal.delay-2 {
  transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
  .primary-nav { gap: 16px; font-size: 0.83rem; }
  .brand-copy small { display: none; }
  .brand { min-width: auto; }
  .hero-grid { gap: 36px; }
  .hero-media { min-height: 440px; }
  .floating-card { width: 155px; }
  .about-grid, .experience-grid, .contact-grid { gap: 52px; }
  .initiative-copy { padding: 46px; }
}

@media (max-width: 900px) {
  .section { padding: 86px 0; }
  .menu-toggle { display: flex; }
  .primary-nav {
    position: fixed;
    inset: 84px 16px auto 16px;
    display: grid;
    gap: 3px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    border-radius: 20px;
    color: var(--ink) !important;
    background: white;
    box-shadow: var(--shadow-md);
    transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease, padding 0.2s ease;
  }
  .primary-nav.open {
    max-height: 520px;
    opacity: 1;
    visibility: visible;
    padding: 16px;
  }
  .primary-nav a { padding: 12px 14px !important; border-radius: 10px; }
  .primary-nav a:hover { background: var(--mint-50); }
  .nav-contact { color: white !important; background: var(--green-900) !important; }
  .lang-switch { border: 0; border-top: 1px solid var(--line) !important; margin-top: 5px; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 750px; }
  .hero-media { min-height: 500px; max-width: 680px; width: 100%; margin-inline: auto; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div:nth-child(2) { border-inline-end: 0; }
  .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 620px; }
  .about-media img { aspect-ratio: 4 / 3.5; }
  .fact-grid, .work-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid .fact-card:last-child, .values-grid .value-card:last-child { grid-column: 1 / -1; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-intro { max-width: 760px; }
  .initiative-card { grid-template-columns: 1fr; }
  .initiative-media { min-height: 420px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 760px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; justify-items: start; text-align: start; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 49px; height: 49px; }
  .brand-copy strong { font-size: 0.9rem; }
  .primary-nav { inset-block-start: 76px; }
  .hero { padding: 116px 0 70px; }
  .hero-copy h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .lang-ar .hero-copy h1 { font-size: clamp(2.85rem, 14vw, 4.6rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-media { min-height: 390px; }
  .hero-image-wrap { inset: 0 10px 0 10px; border-radius: 34% 66% 38% 62% / 48% 38% 62% 52%; }
  [dir="rtl"] .hero-image-wrap { inset: 0 10px; }
  .floating-card { width: 145px; padding: 14px; border-radius: 16px; }
  .floating-card strong { font-size: 1.45rem; }
  .card-people { inset-inline-start: -3px; top: 28px; }
  .card-municipalities { inset-inline-end: -3px; bottom: 20px; }
  .stats-grid > div { min-height: 120px; padding: 18px 12px; }
  .stats-grid strong { font-size: 1.9rem; }
  .about-media img { aspect-ratio: 1 / 1.05; }
  .about-badge { inset-inline-end: 12px; bottom: 18px; min-width: 135px; }
  .fact-grid, .work-grid, .values-grid { grid-template-columns: 1fr; }
  .fact-grid .fact-card:last-child, .values-grid .value-card:last-child { grid-column: auto; }
  .fact-grid { margin-top: 54px; }
  .work-card { min-height: 0; }
  .experience-grid { gap: 48px; }
  .timeline-item { grid-template-columns: 62px 1fr; gap: 14px; }
  .timeline-year { width: 54px; height: 54px; }
  .timeline::before { inset-inline-start: 27px; }
  .initiative-media { min-height: 340px; }
  .initiative-copy { padding: 34px 24px; }
  .contact-form { padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { max-width: 320px; }
  .footer-meta { grid-column: auto; }
}
