:root {
  --feld-green-950: #062d20;
  --feld-green-900: #0b3d2b;
  --feld-green: #12633f;
  --feld-green-500: #2d9360;
  --feld-green-100: #dff2e8;
  --feld-green-50: #f1f9f5;
  --feld-gold: #d9aa45;
  --feld-ink: #10261c;
  --feld-muted: #687a70;
  --feld-bg: #fbfdfc;
  --feld-surface: #ffffff;
  --feld-surface-soft: #f2f8f5;
  --feld-border: rgba(15, 77, 50, 0.12);
  --feld-shadow-sm: 0 8px 24px rgba(8, 56, 36, 0.07);
  --feld-shadow: 0 18px 50px rgba(8, 56, 36, 0.1);
  --feld-shadow-lg: 0 30px 80px rgba(5, 48, 30, 0.18);
  --feld-radius-sm: 0.9rem;
  --feld-radius: 1.4rem;
  --feld-radius-lg: 2rem;
  --header-height: 116px;
}

html {
  scroll-behavior: smooth;
}

html[data-theme='dark'] {
  color-scheme: dark;
  --feld-ink: #ecf8f1;
  --feld-muted: #9db2a6;
  --feld-bg: #07130e;
  --feld-surface: #0c1d15;
  --feld-surface-soft: #10261c;
  --feld-border: rgba(255, 255, 255, 0.1);
  --feld-shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.18);
  --feld-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  --feld-shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.38);
}

body {
  min-height: 100vh;
  padding-top: var(--header-height);
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: var(--feld-ink);
  background:
    radial-gradient(circle at 8% 14%, rgba(45, 147, 96, 0.07), transparent 28rem),
    radial-gradient(circle at 92% 70%, rgba(217, 170, 69, 0.06), transparent 26rem),
    var(--feld-bg);
  font-size: 0.96rem;
  line-height: 1.7;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: '';
  pointer-events: none;
  opacity: 0.35;
  background-image: radial-gradient(rgba(18, 99, 63, 0.18) 0.6px, transparent 0.6px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, #000, transparent 65%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-font {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  line-height: 1.08;
  color: var(--feld-ink);
}

a {
  color: var(--feld-green);
}

a:hover {
  color: var(--feld-green-500);
}

::selection {
  color: #fff;
  background: var(--feld-green);
}

.text-muted {
  color: var(--feld-muted) !important;
}

.text-dark {
  color: var(--feld-ink) !important;
}

.text-success {
  color: var(--feld-green-500) !important;
}

/* Header and navigation */
.modern-header {
  z-index: 1040;
  pointer-events: none;
}

.modern-header > * {
  pointer-events: auto;
}

.modern-header__top {
  height: 34px;
  font-size: 0.74rem;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  background: var(--feld-green-950);
}

.modern-header__top .container {
  height: 100%;
}

.modern-header__top p {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 500;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header-contact a,
.header-contact span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.header-contact a:hover {
  color: #fff;
}

.modern-navbar {
  min-height: 82px;
  padding: 0;
  border-bottom: 1px solid var(--feld-border);
  background: rgba(251, 253, 252, 0.93);
  box-shadow: 0 8px 30px rgba(8, 56, 36, 0.06);
  backdrop-filter: blur(18px) saturate(150%);
  transition: min-height 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

html[data-theme='dark'] .modern-navbar {
  background: rgba(7, 19, 14, 0.92);
}

.modern-header.is-scrolled .modern-navbar {
  min-height: 70px;
  box-shadow: 0 14px 36px rgba(8, 56, 36, 0.12);
}

.modern-navbar__inner {
  gap: 1.2rem;
  min-height: inherit;
}

.navbar-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.75rem;
  padding: 0;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 15px 15px 15px 4px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, var(--feld-green-500), var(--feld-green-950));
  box-shadow: 0 10px 24px rgba(11, 61, 43, 0.2);
}

.brand-mark::after {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -7px;
  bottom: -7px;
  content: '';
  border-radius: 50%;
  background: var(--feld-gold);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-mark--small {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 13px 13px 13px 4px;
  font-size: 1.4rem;
}

.navbar-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.navbar-brand__text strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--feld-ink);
  letter-spacing: 0.02em;
}

.navbar-brand__text small {
  margin-top: 0.14rem;
  font-size: 0.61rem;
  font-weight: 500;
  color: var(--feld-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.modern-nav-links {
  align-items: center;
  gap: 0.1rem;
}

.modern-nav-links .nav-link {
  position: relative;
  padding: 0.62rem 0.68rem;
  border: 0;
  border-radius: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--feld-muted);
  background: transparent;
  white-space: nowrap;
}

.modern-nav-links .nav-link::after {
  position: absolute;
  right: 50%;
  bottom: 0.22rem;
  left: 50%;
  height: 2px;
  content: '';
  border: 0;
  border-radius: 4px;
  background: var(--feld-green-500);
  transition: right 0.2s ease, left 0.2s ease;
}

.modern-nav-links .nav-link:hover,
.modern-nav-links .nav-link:focus,
.modern-nav-links .nav-link.active {
  color: var(--feld-green);
  background: var(--feld-green-50);
}

html[data-theme='dark'] .modern-nav-links .nav-link:hover,
html[data-theme='dark'] .modern-nav-links .nav-link:focus,
html[data-theme='dark'] .modern-nav-links .nav-link.active {
  color: #79d6a8;
  background: rgba(255, 255, 255, 0.05);
}

.modern-nav-links .nav-link:hover::after,
.modern-nav-links .nav-link.active::after {
  right: 0.68rem;
  left: 0.68rem;
}

.modern-nav-links .dropdown-toggle::after {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0.3rem;
  vertical-align: 0.16em;
  border-top: 0.28em solid;
  border-right: 0.28em solid transparent;
  border-bottom: 0;
  border-left: 0.28em solid transparent;
  background: none;
}

.dropdown-menu {
  min-width: 220px;
  padding: 0.55rem;
  border: 1px solid var(--feld-border);
  border-radius: 1rem;
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow);
}

.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.8rem;
  border-radius: 0.65rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--feld-ink);
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  color: var(--feld-green);
  background: var(--feld-green-50);
}

.navbar-actions {
  gap: 0.55rem;
  flex: 0 0 auto;
}

.navbar-language {
  position: relative;
}

.navbar-select {
  width: 64px;
  min-width: 64px;
  height: 42px;
  padding: 0.5rem 1.65rem 0.5rem 0.65rem;
  border-color: var(--feld-border);
  border-radius: 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: var(--feld-surface);
}

.navbar-icon-btn {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--feld-border);
  border-radius: 0.8rem;
  color: var(--feld-ink);
  background: var(--feld-surface);
}

.navbar-icon-btn:hover {
  color: var(--feld-green);
  border-color: rgba(18, 99, 63, 0.3);
  background: var(--feld-green-50);
}

.navbar-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0.58rem 0.9rem;
  font-size: 0.76rem;
  white-space: nowrap;
}

.navbar-cta i {
  transition: transform 0.2s ease;
}

.navbar-cta:hover i {
  transform: translateX(3px);
}

.navbar-mobile-toggle {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(18, 99, 63, 0.14);
  border-radius: 14px;
  background: var(--feld-green-50);
}

.navbar-mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: var(--feld-green);
}

.feld-offcanvas {
  width: min(92vw, 420px);
  border-left: 1px solid var(--feld-border);
  background: var(--feld-bg);
}

.feld-offcanvas .offcanvas-header {
  padding: 1.25rem 1.3rem;
  border-bottom: 1px solid var(--feld-border);
}

.feld-offcanvas .offcanvas-body {
  padding: 1.2rem 1.3rem 1.4rem;
}

.section-kicker,
.feld-section-title .eyebrow,
.footer-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--feld-green-500);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.section-kicker::before,
.feld-section-title .eyebrow::before {
  width: 20px;
  height: 2px;
  content: '';
  border-radius: 4px;
  background: var(--feld-gold);
}

.mobile-nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.mobile-nav-link {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--feld-border);
  border-radius: 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--feld-ink);
  text-decoration: none;
  background: var(--feld-surface);
}

.mobile-nav-link i {
  font-size: 0.72rem;
  color: var(--feld-green-500);
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--feld-green), var(--feld-green-500));
}

.mobile-nav-link:hover i,
.mobile-nav-link.active i {
  color: #fff;
}

.mobile-preferences {
  padding-top: 2rem;
}

/* Page foundations */
#feldPageContent > .section-pad:first-child {
  position: relative;
  padding-top: 5.5rem;
}

#feldPageContent > .section-pad:first-child::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 300px;
  content: '';
  border-radius: 0 0 48px 48px;
  background:
    radial-gradient(circle at 12% 20%, rgba(45, 147, 96, 0.14), transparent 22rem),
    linear-gradient(180deg, var(--feld-green-50), transparent);
}

html[data-theme='dark'] #feldPageContent > .section-pad:first-child::before {
  background:
    radial-gradient(circle at 12% 20%, rgba(45, 147, 96, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
}

.section-pad {
  padding: 5.75rem 0;
}

.section-soft {
  position: relative;
  background:
    radial-gradient(circle at 90% 10%, rgba(217, 170, 69, 0.08), transparent 24rem),
    var(--feld-surface-soft);
}

.feld-section-title {
  margin-bottom: 2.6rem;
}

.feld-section-title h1,
.feld-section-title h2 {
  max-width: 900px;
  margin-top: 0.65rem;
}

.feld-section-title.text-center h1,
.feld-section-title.text-center h2 {
  margin-right: auto;
  margin-left: auto;
}

.feld-section-title .display-5 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.feld-section-title .display-6 {
  font-size: clamp(2.25rem, 4vw, 3.7rem);
}

/* Home hero */
.hero-banner {
  position: relative;
  min-height: min(780px, calc(100vh - var(--header-height)));
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 48px 48px;
  background:
    linear-gradient(90deg, rgba(4, 39, 27, 0.96) 0%, rgba(5, 48, 31, 0.86) 38%, rgba(6, 45, 32, 0.38) 70%, rgba(6, 45, 32, 0.16) 100%),
    linear-gradient(0deg, rgba(4, 35, 24, 0.42), rgba(4, 35, 24, 0.04) 55%),
    url('../images/hero-femmes-leadership.webp') center / cover no-repeat;
}

.hero-banner::before {
  position: absolute;
  inset: 0;
  content: '';
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.hero-banner::after {
  position: absolute;
  right: -140px;
  bottom: -250px;
  width: 600px;
  height: 600px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, 0.035),
    0 0 0 160px rgba(255, 255, 255, 0.025);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 5.3rem);
  letter-spacing: -0.025em;
}

.hero-content .lead {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-banner .btn {
  min-height: 52px;
  padding: 0.78rem 1.35rem;
}

.hero-banner .carousel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem !important;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28) !important;
}

.carousel-caption {
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem 1.15rem !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem !important;
  background: rgba(5, 28, 19, 0.74) !important;
  backdrop-filter: blur(12px);
}

.carousel-caption h2 {
  color: #fff;
}

/* Cards, filters and content */
.card,
.panel {
  overflow: hidden;
  border: 1px solid var(--feld-border);
  border-radius: var(--feld-radius);
  color: var(--feld-ink);
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow-sm);
}

.card-hover {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.card-hover:hover {
  transform: translateY(-7px);
  border-color: rgba(45, 147, 96, 0.25);
  box-shadow: var(--feld-shadow);
}

.card h1,
.card h2,
.card h3 {
  color: var(--feld-ink);
}

.card .ratio {
  overflow: hidden;
  background: var(--feld-surface-soft);
}

.card .ratio img {
  transition: transform 0.5s ease;
}

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

.card-body {
  display: flex;
  flex-direction: column;
}

.card-body > .d-flex:last-child {
  margin-top: auto;
}

.feature-stat {
  position: relative;
  min-height: 150px;
  justify-content: center;
  border: 0;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(217, 170, 69, 0.22), transparent 50%),
    linear-gradient(145deg, var(--feld-green-900), var(--feld-green-500));
  box-shadow: 0 18px 38px rgba(11, 61, 43, 0.18);
}

.feature-stat .stat-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}

.feature-stat p {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.icon-holder {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px 18px 18px 5px;
  background: var(--feld-green-50);
}

html[data-theme='dark'] .icon-holder {
  background: rgba(255, 255, 255, 0.05);
}

.badge-soft {
  width: max-content;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(45, 147, 96, 0.16);
  border-radius: 999px;
  color: var(--feld-green);
  background: var(--feld-green-50);
}

html[data-theme='dark'] .badge-soft {
  color: #79d6a8;
  background: rgba(45, 147, 96, 0.1);
}

.btn {
  border-radius: 0.8rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

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

.btn-feld {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--feld-green), var(--feld-green-500));
  box-shadow: 0 10px 24px rgba(18, 99, 63, 0.2);
}

.btn-feld:hover,
.btn-feld:focus {
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 99, 63, 0.28);
}

.btn-outline-feld {
  color: var(--feld-green);
  border-color: rgba(18, 99, 63, 0.45);
  background: transparent;
}

.btn-outline-feld:hover,
.btn-outline-feld:focus {
  color: #fff;
  border-color: var(--feld-green);
  background: var(--feld-green);
}

.form-control,
.form-select {
  min-height: 48px;
  padding: 0.72rem 0.9rem;
  border-color: var(--feld-border);
  border-radius: var(--feld-radius-sm);
  color: var(--feld-ink);
  background-color: var(--feld-surface);
}

.form-control::placeholder {
  color: var(--feld-muted);
  opacity: 0.65;
}

.form-control:focus,
.form-select:focus {
  color: var(--feld-ink);
  border-color: var(--feld-green-500);
  background-color: var(--feld-surface);
  box-shadow: 0 0 0 0.22rem rgba(45, 147, 96, 0.12);
}

.form-label,
form p > label {
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--feld-ink);
}

.ajax-filter-form {
  padding: 1.25rem;
  border: 1px solid var(--feld-border);
  border-radius: var(--feld-radius);
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow-sm);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

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

.gallery-lightbox img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.gallery-lightbox a:hover img {
  transform: scale(1.03);
}

.list-group-item {
  color: var(--feld-ink);
  border-color: var(--feld-border);
  background: transparent;
}

.prose {
  font-size: 1rem;
  line-height: 1.85;
}

.page-link {
  margin: 0 0.18rem;
  border: 1px solid var(--feld-border);
  border-radius: 0.7rem !important;
  color: var(--feld-green);
  background: var(--feld-surface);
}

.page-link:hover,
.page-item.active .page-link {
  color: #fff;
  border-color: var(--feld-green);
  background: var(--feld-green);
}

.alert-light {
  color: var(--feld-ink);
  border-color: var(--feld-border) !important;
  border-radius: var(--feld-radius-sm);
  background: var(--feld-surface);
}

/* Custom administration dashboard */
body:has(.dashboard-section) .site-footer,
body:has(.dashboard-section) .floating-whatsapp {
  display: none;
}

.dashboard-section {
  min-height: calc(100vh - var(--header-height));
  padding: 1rem;
  background: #eef4f0;
}

html[data-theme='dark'] .dashboard-section {
  background: #06100c;
}

.dashboard-container {
  max-width: 1700px;
  padding: 0;
}

.dashboard-layout {
  display: grid;
  min-height: calc(100vh - var(--header-height) - 2rem);
  overflow: hidden;
  grid-template-columns: 250px minmax(0, 1fr);
  border: 1px solid var(--feld-border);
  border-radius: 1.5rem;
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow);
}

.dashboard-sidebar {
  position: relative;
  z-index: 4;
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 20% 5%, rgba(45, 147, 96, 0.26), transparent 16rem),
    var(--feld-green-950);
}

.dashboard-sidebar__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dashboard-sidebar__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px 13px 13px 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.dashboard-sidebar__head div,
.dashboard-user div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dashboard-sidebar__head strong {
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  line-height: 1;
}

.dashboard-sidebar__head small {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.dashboard-nav {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  padding: 1.1rem 0.8rem;
}

.dashboard-nav__label {
  margin: 1rem 0.7rem 0.4rem;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.dashboard-nav__label:first-child {
  margin-top: 0;
}

.dashboard-nav a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 42px;
  padding: 0.55rem 0.75rem;
  border-radius: 0.72rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}

.dashboard-nav a i {
  width: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.dashboard-nav a:hover,
.dashboard-nav a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.dashboard-nav a.active {
  box-shadow: inset 3px 0 var(--feld-gold);
}

.dashboard-nav a:hover i,
.dashboard-nav a.active i {
  color: #7bd8aa;
}

.dashboard-sidebar__footer {
  margin-top: auto;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.dashboard-user {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
}

.dashboard-user > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--feld-green-500), var(--feld-gold));
  font-weight: 700;
}

.dashboard-user strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-user small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.62rem;
}

.dashboard-sidebar__actions {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

.dashboard-sidebar__actions a,
.dashboard-sidebar__actions button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-sidebar__actions a:hover,
.dashboard-sidebar__actions button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.dashboard-main {
  min-width: 0;
  padding: clamp(1.3rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 95% 0%, rgba(45, 147, 96, 0.07), transparent 26rem),
    var(--feld-bg);
}

.dashboard-mobile-nav {
  display: none;
}

.dashboard-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
}

.dashboard-page-head h1 {
  margin: 0.35rem 0 0.35rem;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
}

.dashboard-page-head p {
  margin: 0;
  color: var(--feld-muted);
  font-size: 0.8rem;
}

.dashboard-page-head > .btn {
  flex: 0 0 auto;
}

.dashboard-breadcrumb {
  display: block;
  width: max-content;
  margin-bottom: 0.65rem;
  color: var(--feld-muted);
  font-size: 0.68rem;
  text-decoration: none;
}

.dashboard-breadcrumb::before {
  content: '← ';
}

.dashboard-head-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.dashboard-date {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--feld-border);
  border-radius: 0.75rem;
  color: var(--feld-muted);
  background: var(--feld-surface);
  font-size: 0.7rem;
}

.dashboard-stats {
  display: grid;
  margin-bottom: 1.4rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.dashboard-stat {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid var(--feld-border);
  border-radius: 1rem;
  color: var(--feld-ink);
  text-decoration: none;
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow-sm);
}

.dashboard-stat:hover {
  color: var(--feld-ink);
  border-color: rgba(45, 147, 96, 0.28);
  transform: translateY(-3px);
}

.dashboard-stat__icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 14px 14px 14px 5px;
  color: var(--feld-green);
  background: var(--feld-green-50);
}

html[data-theme='dark'] .dashboard-stat__icon {
  color: #7bd8aa;
  background: rgba(45, 147, 96, 0.1);
}

.dashboard-stat > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.dashboard-stat strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  line-height: 1;
}

.dashboard-stat small {
  overflow: hidden;
  margin-top: 0.25rem;
  color: var(--feld-muted);
  font-size: 0.64rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-stat__arrow {
  margin-left: auto;
  color: var(--feld-muted);
  font-size: 0.68rem;
}

.dashboard-quick-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.2rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(45, 147, 96, 0.18);
  border-radius: 1rem;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(217, 170, 69, 0.18), transparent 18rem),
    linear-gradient(110deg, var(--feld-green-900), var(--feld-green));
}

.dashboard-quick-search > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.dashboard-quick-search > div > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.dashboard-quick-search > div div {
  display: flex;
  flex-direction: column;
}

.dashboard-quick-search strong {
  font-size: 0.78rem;
}

.dashboard-quick-search small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
}

.dashboard-quick-search form {
  display: grid;
  width: min(100%, 650px);
  grid-template-columns: 150px minmax(180px, 1fr) auto;
  gap: 0.5rem;
}

.dashboard-quick-search .form-control,
.dashboard-quick-search .form-select {
  min-height: 42px;
  border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.96);
  font-size: 0.72rem;
}

.dashboard-quick-search .btn {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.dashboard-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dashboard-section-head h2 {
  margin: 0.25rem 0 0;
  font-size: 1.65rem;
}

.dashboard-section-head > small {
  color: var(--feld-muted);
  font-size: 0.67rem;
}

.dashboard-section-head > a {
  font-size: 0.7rem;
  text-decoration: none;
}

.dashboard-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.dashboard-resource-card {
  padding: 1rem;
  border: 1px solid var(--feld-border);
  border-radius: 1rem;
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow-sm);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.dashboard-resource-card:hover {
  border-color: rgba(45, 147, 96, 0.28);
  transform: translateY(-3px);
}

.dashboard-resource-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.dashboard-resource-card__top span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: var(--feld-green);
  background: var(--feld-green-50);
}

html[data-theme='dark'] .dashboard-resource-card__top span {
  color: #7bd8aa;
  background: rgba(45, 147, 96, 0.1);
}

.dashboard-resource-card__top strong {
  color: var(--feld-muted);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
}

.dashboard-resource-card h3 {
  margin-bottom: 0.4rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
}

.dashboard-resource-card p {
  min-height: 38px;
  margin-bottom: 0.9rem;
  color: var(--feld-muted);
  font-size: 0.62rem;
  line-height: 1.55;
}

.dashboard-resource-card > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid var(--feld-border);
}

.dashboard-resource-card > div:last-child > a:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  text-decoration: none;
}

.dashboard-card-add {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  color: var(--feld-green);
  background: var(--feld-green-50);
  font-size: 0.7rem;
}

.dashboard-bottom-grid {
  display: grid;
  margin-top: 1.5rem;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.dashboard-panel,
.dashboard-list-panel,
.dashboard-form-panel {
  padding: 1.2rem;
  border: 1px solid var(--feld-border);
  border-radius: 1.15rem;
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow-sm);
}

.dashboard-message-list,
.dashboard-activity-list {
  display: flex;
  flex-direction: column;
}

.dashboard-message,
.dashboard-activity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  padding: 0.72rem 0.2rem;
  border-top: 1px solid var(--feld-border);
  color: var(--feld-ink);
  text-decoration: none;
}

.dashboard-message:hover {
  color: var(--feld-green);
}

.dashboard-message.unread::after {
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background: var(--feld-green-500);
}

.dashboard-message__avatar,
.dashboard-activity > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 10px;
  color: var(--feld-green);
  background: var(--feld-green-50);
  font-size: 0.7rem;
  font-weight: 700;
}

html[data-theme='dark'] .dashboard-message__avatar,
html[data-theme='dark'] .dashboard-activity > span {
  color: #7bd8aa;
  background: rgba(45, 147, 96, 0.1);
}

.dashboard-message > span:nth-child(2),
.dashboard-activity > div {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.dashboard-message strong,
.dashboard-activity strong {
  overflow: hidden;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-message small,
.dashboard-activity small {
  overflow: hidden;
  color: var(--feld-muted);
  font-size: 0.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-message time,
.dashboard-activity time {
  flex: 0 0 auto;
  color: var(--feld-muted);
  font-size: 0.58rem;
}

.dashboard-filters {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--feld-border);
}

.dashboard-search {
  position: relative;
  min-width: 220px;
  flex: 1;
}

.dashboard-search i {
  position: absolute;
  top: 50%;
  left: 0.85rem;
  color: var(--feld-muted);
  transform: translateY(-50%);
}

.dashboard-search input {
  width: 100%;
  min-height: 42px;
  padding: 0.6rem 0.8rem 0.6rem 2.5rem;
  border: 1px solid var(--feld-border);
  border-radius: 0.75rem;
  outline: none;
  color: var(--feld-ink);
  background: var(--feld-bg);
  font-size: 0.72rem;
}

.dashboard-search input:focus {
  border-color: var(--feld-green-500);
  box-shadow: 0 0 0 0.2rem rgba(45, 147, 96, 0.1);
}

.dashboard-filters .form-select {
  width: auto;
  min-width: 125px;
  min-height: 42px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.68rem;
}

.dashboard-filters .btn {
  min-height: 42px;
  font-size: 0.68rem;
}

.dashboard-reset {
  color: var(--feld-muted);
  border: 1px solid var(--feld-border);
  background: var(--feld-surface);
}

.dashboard-reset:hover {
  color: var(--feld-ink);
  border-color: rgba(45, 147, 96, 0.28);
  background: var(--feld-green-50);
}

.dashboard-table-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 0.65rem;
  font-size: 0.65rem;
}

.dashboard-table-meta span {
  color: var(--feld-muted);
}

.dashboard-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.dashboard-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.dashboard-table th {
  padding: 0.7rem;
  border-bottom: 1px solid var(--feld-border);
  color: var(--feld-muted);
  font-size: 0.58rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.dashboard-table td {
  max-width: 260px;
  padding: 0.85rem 0.7rem;
  border-bottom: 1px solid var(--feld-border);
  color: var(--feld-muted);
  font-size: 0.68rem;
  overflow-wrap: anywhere;
}

.dashboard-table tbody tr:hover {
  background: var(--feld-green-50);
}

html[data-theme='dark'] .dashboard-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.025);
}

.dashboard-primary-cell {
  display: block;
  overflow: hidden;
  max-width: 280px;
  color: var(--feld-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  color: var(--feld-green);
  background: var(--feld-green-50);
  font-size: 0.58rem;
  white-space: nowrap;
}

.dashboard-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.dashboard-status.muted {
  color: var(--feld-muted);
  background: var(--feld-surface-soft);
}

.dashboard-status.info {
  color: #326ea8;
  background: rgba(50, 110, 168, 0.09);
}

.dashboard-row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.35rem;
}

.dashboard-row-actions a {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--feld-border);
  border-radius: 8px;
  color: var(--feld-muted);
  background: var(--feld-surface);
}

.dashboard-row-actions a:hover {
  color: var(--feld-green);
  border-color: rgba(45, 147, 96, 0.3);
}

.dashboard-row-actions a.danger:hover {
  color: #b84242;
  border-color: rgba(184, 66, 66, 0.25);
  background: rgba(184, 66, 66, 0.05);
}

.dashboard-pagination {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  padding-top: 1.2rem;
}

.dashboard-pagination a,
.dashboard-pagination span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--feld-border);
  border-radius: 9px;
  color: var(--feld-muted);
  background: var(--feld-surface);
  font-size: 0.67rem;
  text-decoration: none;
}

.dashboard-pagination a:hover,
.dashboard-pagination span.active {
  color: #fff;
  border-color: var(--feld-green);
  background: var(--feld-green);
}

.dashboard-form-panel {
  max-width: 1120px;
}

.dashboard-form-panel__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--feld-border);
}

.dashboard-form-panel__head > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 14px 14px 14px 5px;
  color: var(--feld-green);
  background: var(--feld-green-50);
}

.dashboard-form-panel__head h2 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
}

.dashboard-form-panel__head p {
  margin: 0.2rem 0 0;
  color: var(--feld-muted);
  font-size: 0.64rem;
}

.dashboard-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dashboard-form-field {
  min-width: 0;
}

.dashboard-form-field:has(textarea),
.dashboard-form-field:has(select[multiple]),
.dashboard-form-file {
  grid-column: 1 / -1;
}

.dashboard-form-field > label {
  display: block;
  margin-bottom: 0.38rem;
  color: var(--feld-ink);
  font-size: 0.68rem;
  font-weight: 600;
}

.dashboard-form-field > label span {
  color: #c94e4e;
}

.dashboard-form-field .form-control,
.dashboard-form-field .form-select {
  min-height: 44px;
  padding: 0.62rem 0.75rem;
  font-size: 0.72rem;
}

.dashboard-form-field textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.dashboard-form-field select[multiple] {
  min-height: 130px;
}

.dashboard-form-field small {
  display: block;
  margin-top: 0.3rem;
  color: var(--feld-muted);
  font-size: 0.58rem;
  line-height: 1.45;
}

.dashboard-form-check {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--feld-border);
  border-radius: 0.8rem;
  background: var(--feld-bg);
}

.dashboard-form-check label {
  margin: 0;
}

.dashboard-field-error {
  display: block;
  margin-top: 0.3rem;
  color: #c94e4e;
  font-size: 0.6rem;
}

.dashboard-form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--feld-border);
}

.dashboard-form-actions .btn {
  font-size: 0.72rem;
}

.dashboard-danger-outline {
  color: #b84242;
  border: 1px solid rgba(184, 66, 66, 0.25);
  background: rgba(184, 66, 66, 0.04);
}

.dashboard-danger-outline:hover,
.dashboard-danger {
  color: #fff;
  border-color: #b84242;
  background: #b84242;
}

.dashboard-delete-shell {
  display: grid;
  min-height: 65vh;
  place-items: center;
}

.dashboard-delete-card {
  width: min(100%, 560px);
  padding: 2.5rem;
  border: 1px solid rgba(184, 66, 66, 0.18);
  border-radius: 1.4rem;
  text-align: center;
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow);
}

.dashboard-delete-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  place-items: center;
  border-radius: 20px;
  color: #b84242;
  background: rgba(184, 66, 66, 0.08);
  font-size: 1.4rem;
}

.dashboard-delete-card h1 {
  margin: 0.6rem 0 1rem;
  font-size: 2.5rem;
}

.dashboard-delete-card p {
  color: var(--feld-muted);
  font-size: 0.78rem;
}

.dashboard-delete-card form {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.dashboard-delete-card .btn {
  font-size: 0.72rem;
}

.dashboard-empty {
  display: grid;
  min-height: 150px;
  place-items: center;
  align-content: center;
  color: var(--feld-muted);
  text-align: center;
}

.dashboard-empty i {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  opacity: 0.5;
}

.dashboard-empty p {
  margin: 0;
  font-size: 0.7rem;
}

/* Administrator login */
.login-section {
  position: relative;
  display: grid;
  min-height: calc(100vh - var(--header-height));
  padding: 4.5rem 0;
  place-items: center;
  overflow: hidden;
}

.login-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: '';
  background:
    radial-gradient(circle at 12% 20%, rgba(45, 147, 96, 0.13), transparent 26rem),
    radial-gradient(circle at 88% 75%, rgba(217, 170, 69, 0.1), transparent 22rem),
    var(--feld-surface-soft);
}

.login-shell {
  display: grid;
  max-width: 1060px;
  min-height: 620px;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: 1.05fr 0.95fr;
  border: 1px solid var(--feld-border);
  border-radius: 2rem;
  background: var(--feld-surface);
  box-shadow: var(--feld-shadow-lg);
}

.login-story {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(5, 42, 29, 0.38), rgba(4, 38, 26, 0.92)),
    linear-gradient(90deg, rgba(5, 45, 30, 0.72), rgba(5, 45, 30, 0.2)),
    url('../images/hero-femmes-leadership.webp') 67% center / cover no-repeat;
}

.login-story::after {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.035);
}

.login-story > * {
  position: relative;
  z-index: 1;
}

.login-back {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
}

.login-back:hover {
  color: #fff;
}

.login-story__badge {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.login-story h1 {
  max-width: 500px;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
}

.login-story p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.72);
}

.login-trust {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
}

.login-trust i {
  color: var(--feld-gold);
}

.login-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.2rem;
}

.login-panel__heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.login-panel__heading .section-kicker {
  margin-bottom: 0.35rem;
}

.login-panel__heading h2 {
  margin: 0;
  font-size: 2.6rem;
}

.login-panel__heading p {
  margin: 0.25rem 0 0;
  color: var(--feld-muted);
  font-size: 0.82rem;
}

.login-alert {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.8rem;
  font-size: 0.78rem;
}

.login-form {
  display: grid;
  gap: 1.2rem;
}

.login-field > label,
.login-field .d-flex > label {
  margin-bottom: 0.45rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--feld-ink);
}

.login-field small {
  font-size: 0.67rem;
}

.login-input {
  position: relative;
}

.login-input > i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1rem;
  color: var(--feld-green-500);
  transform: translateY(-50%);
}

.login-input input {
  width: 100%;
  min-height: 54px;
  padding: 0.8rem 3rem 0.8rem 2.8rem;
  border: 1px solid var(--feld-border);
  border-radius: 0.9rem;
  outline: none;
  color: var(--feld-ink);
  background: var(--feld-bg);
  font-size: 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.login-input input::placeholder {
  color: var(--feld-muted);
  opacity: 0.65;
}

.login-input input:focus {
  border-color: var(--feld-green-500);
  background: var(--feld-surface);
  box-shadow: 0 0 0 0.22rem rgba(45, 147, 96, 0.12);
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0.65rem;
  color: var(--feld-muted);
  background: transparent;
  transform: translateY(-50%);
}

.password-toggle:hover {
  color: var(--feld-green);
  background: var(--feld-green-50);
}

.login-submit {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0.25rem;
}

.login-submit i {
  transition: transform 0.2s ease;
}

.login-submit:hover i {
  transform: translateX(4px);
}

.login-help {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 1.4rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--feld-border);
  color: var(--feld-muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.login-help i {
  margin-top: 0.1rem;
  color: var(--feld-green-500);
}

/* Loading */
.feld-loader {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(6, 45, 32, 0.28);
  backdrop-filter: blur(5px);
}

body.is-loading #feldPageContent {
  opacity: 0.45;
  pointer-events: none;
}

#feldPageContent {
  transition: opacity 0.2s ease;
}

/* Footer */
.site-footer {
  position: relative;
  margin-top: 6rem;
  color: rgba(255, 255, 255, 0.68);
  background:
    radial-gradient(circle at 85% 80%, rgba(45, 147, 96, 0.16), transparent 26rem),
    var(--feld-green-950);
}

.footer-cta {
  transform: translateY(-50%);
}

.footer-cta__inner {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem 3rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--feld-radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 80% 30%, rgba(217, 170, 69, 0.22), transparent 19rem),
    linear-gradient(120deg, var(--feld-green), var(--feld-green-500));
  box-shadow: 0 28px 60px rgba(5, 48, 30, 0.28);
}

.footer-cta__inner h2 {
  max-width: 700px;
  margin: 0.55rem 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.footer-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.footer-cta .btn-light {
  flex: 0 0 auto;
  color: var(--feld-green-900);
  box-shadow: 0 12px 30px rgba(5, 48, 30, 0.14);
}

.footer-main {
  margin-top: -2.5rem;
  padding: 0 0 4rem;
}

.footer-brand {
  color: #fff;
}

.footer-brand:hover {
  color: #fff;
}

.brand-mark--footer {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.footer-brand > span:last-child {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
}

.footer-brand small {
  max-width: 290px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-intro {
  max-width: 480px;
  margin: 1.35rem 0;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer-socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
}

.footer-socials a:hover {
  color: var(--feld-green-950);
  border-color: #fff;
  background: #fff;
  transform: translateY(-3px);
}

.footer-heading {
  margin-bottom: 1.2rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.72rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-contact {
  display: grid;
  gap: 0.8rem;
}

.footer-contact p,
.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.79rem;
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-contact i {
  margin-top: 0.12rem;
  color: var(--feld-gold);
}

.footer-contact a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
}

.floating-whatsapp {
  position: fixed;
  z-index: 1030;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px 18px 18px 5px;
  color: #fff;
  background: #20bd5a;
  box-shadow: 0 14px 28px rgba(32, 189, 90, 0.3);
  transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-4px);
}

@media (max-width: 1199.98px) {
  :root {
    --header-height: 82px;
  }

  .modern-navbar__inner {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .navbar-brand__text small {
    display: none;
  }

  .modern-nav-links .nav-link {
    padding-right: 0.52rem;
    padding-left: 0.52rem;
    font-size: 0.75rem;
  }

  .navbar-select {
    display: none;
  }

  .footer-main {
    margin-top: -2rem;
  }

  .dashboard-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .dashboard-resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dashboard-quick-search {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-quick-search form {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-height: 74px;
  }

  .modern-navbar {
    min-height: 74px;
  }

  .modern-navbar__inner {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px 14px 14px 4px;
  }

  .navbar-brand__text small {
    display: block;
  }

  .hero-banner {
    min-height: auto;
    padding: 2.5rem 0;
    border-radius: 0 0 32px 32px;
    background:
      linear-gradient(90deg, rgba(4, 39, 27, 0.96), rgba(5, 48, 31, 0.78)),
      linear-gradient(0deg, rgba(4, 35, 24, 0.5), rgba(4, 35, 24, 0.12)),
      url('../images/hero-femmes-leadership.webp') 58% center / cover no-repeat;
  }

  .hero-content .row {
    --bs-gutter-y: 3rem;
  }

  .section-pad {
    padding: 4.5rem 0;
  }

  #feldPageContent > .section-pad:first-child {
    padding-top: 4rem;
  }

  .result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-cta__inner {
    min-height: 170px;
    padding: 2rem;
  }

  .footer-main {
    margin-top: -2.5rem;
  }

  .login-section {
    padding: 2rem 0;
  }

  .login-shell {
    min-height: 560px;
    grid-template-columns: 0.8fr 1fr;
  }

  .login-story {
    padding: 2rem;
  }

  .login-story h1 {
    font-size: 2.8rem;
  }

  .login-panel {
    padding: 2.3rem;
  }

  .dashboard-section {
    padding: 0;
  }

  .dashboard-layout {
    position: relative;
    min-height: calc(100vh - var(--header-height));
    grid-template-columns: 1fr;
    border: 0;
    border-radius: 0;
  }

  .dashboard-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(82vw, 280px);
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.3);
    transform: translateX(-105%);
    transition: transform 0.25s ease;
  }

  .dashboard-layout.menu-open::after {
    position: absolute;
    z-index: 3;
    inset: 0;
    content: '';
    background: rgba(5, 30, 21, 0.42);
    backdrop-filter: blur(2px);
  }

  .dashboard-layout.menu-open .dashboard-sidebar {
    transform: translateX(0);
  }

  .dashboard-mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.4rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--feld-border);
  }

  .dashboard-mobile-nav > div {
    display: flex;
    flex-direction: column;
  }

  .dashboard-mobile-nav strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
  }

  .dashboard-mobile-nav small {
    color: var(--feld-muted);
    font-size: 0.6rem;
  }

  .dashboard-mobile-nav button {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--feld-border);
    border-radius: 11px;
    color: var(--feld-green);
    background: var(--feld-green-50);
  }

  .dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-bottom-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-filters {
    flex-wrap: wrap;
  }

  .dashboard-search {
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 0.92rem;
  }

  .navbar-brand__text strong {
    font-size: 1.05rem;
  }

  .navbar-brand__text small {
    font-size: 0.52rem;
  }

  .hero-content h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .section-pad {
    padding: 3.75rem 0;
  }

  .feld-section-title {
    margin-bottom: 2rem;
  }

  .feld-section-title .display-5 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }

  .result-grid {
    grid-template-columns: 1fr;
  }

  .ajax-filter-form {
    padding: 1rem;
  }

  .footer-cta {
    transform: translateY(-3.5rem);
  }

  .footer-cta__inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.65rem;
    border-radius: 1.5rem;
  }

  .footer-cta .btn-light {
    width: 100%;
  }

  .footer-main {
    margin-top: -1.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-whatsapp {
    right: 0.8rem;
    bottom: 0.8rem;
    width: 52px;
    height: 52px;
  }

  .login-section {
    padding: 1rem 0 3rem;
  }

  .login-shell {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 1.4rem;
  }

  .login-story {
    min-height: 260px;
    padding: 1.5rem;
  }

  .login-back {
    margin-bottom: 2.5rem;
  }

  .login-story h1 {
    max-width: 440px;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .login-story p,
  .login-trust {
    display: none;
  }

  .login-panel {
    padding: 1.7rem 1.4rem;
  }

  .login-panel__heading h2 {
    font-size: 2.2rem;
  }

  .dashboard-main {
    padding: 1rem;
  }

  .dashboard-page-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1.3rem;
  }

  .dashboard-page-head h1 {
    font-size: 2.45rem;
  }

  .dashboard-page-head > .btn,
  .dashboard-head-actions {
    width: 100%;
  }

  .dashboard-head-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-head-actions .btn,
  .dashboard-page-head > .btn {
    justify-content: center;
  }

  .dashboard-stats {
    gap: 0.6rem;
  }

  .dashboard-stat {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-stat__arrow {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  .dashboard-quick-search form {
    grid-template-columns: 1fr;
  }

  .dashboard-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-filters .form-select {
    min-width: calc(50% - 0.3rem);
    flex: 1;
  }

  .dashboard-filters .btn-feld {
    flex: 1;
  }

  .dashboard-form-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-form-field {
    grid-column: 1 / -1;
  }

  .dashboard-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .dashboard-form-actions .btn {
    width: 100%;
  }

  .dashboard-delete-card {
    padding: 1.5rem;
  }

  .dashboard-delete-card form {
    flex-direction: column-reverse;
  }
}

@media (max-width: 420px) {
  .navbar-brand__text small {
    display: none;
  }

  .mobile-nav-list {
    grid-template-columns: 1fr;
  }

  .dashboard-resource-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
