@font-face {
  font-family: 'FFShamelFamily';
  font-weight: 300;
  src: url('../assets/fonts/FFShamelFamily-UniqueLight.ttf') format('truetype');
}
@font-face {
  font-family: 'FFShamelFamily';
  font-weight: 500;
  src: url('../assets/fonts/FFShamelFamily-UniqueMedium.ttf') format('truetype');
}
@font-face {
  font-family: 'FFShamelFamily';
  font-weight: 600;
  src: url('../assets/fonts/FFShamelFamily-UniqueBook.ttf') format('truetype');
}
@font-face {
  font-family: 'FFShamelFamily';
  font-weight: 700;
  src: url('../assets/fonts/FFShamelFamily-UniqueBold.ttf') format('truetype');
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #f5f7f5; }

/* ── HEADER ── */
.gv-header {
  background: #ffffff;
  border-bottom: 3px solid #1d8a3f;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.gv-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  direction: rtl;
}
.gv-header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.gv-header__seal {
  height: 52px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.gv-header__name {
  font-family: "FFShamelFamily", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #0a3d1f;
  line-height: 1.4;
}
.gv-header__center {
  flex-shrink: 0;
}
.gv-header__title {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #0a3d1f;
  white-space: nowrap;
  background: #ffd400;
  padding: 4px 16px;
  border-radius: 20px;
}
.gv-header__partner {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.gv-header__partner-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: #eaf6ee;
  border: 1px solid #c8e3cf;
  border-radius: 10px;
  padding: 6px 14px 8px;
}
.gv-header__partner-label {
  font-size: 9px;
  font-weight: 700;
  color: #1d8a3f;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.gv-header__giz {
  height: 52px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 680px) {
  .gv-header__name { display: none; }
  .gv-header__title { font-size: 15px; padding: 4px 12px; }
  .gv-header__seal { height: 40px; }
  .gv-header__partner-pill { padding: 4px 10px 6px; }
  .gv-header__giz { height: 36px; }
}
/* ── STRUCTURE #g26 ── */
#g26 {
  direction: rtl !important;
  text-align: right !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  font-family: "FFShamelFamily", "Nunito", "Rubik", sans-serif !important;
  color: #2c2c2c !important;
  line-height: 1.7 !important;
}
#g26 section {
  padding: 4rem 1.5rem !important;
  box-sizing: border-box !important;
}
#g26 .gs-alt {
  background: #f4f7fa !important;
}
#g26 .gc {
  max-width: 1080px !important;
  margin: 0 auto !important;
}
#g26 h2.gt {
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  color: #006500 !important;
  margin-bottom: 0.5rem !important;
}
#g26 .gd {
  width: 48px !important;
  height: 4px !important;
  background: #ffd700 !important;
  border-radius: 2px !important;
  margin: 0.6rem 0 1.5rem !important;
}
#g26 .hero-cta-primary {
  background: #ffd700 !important;
  color: #004d00 !important;
  padding: 0.9rem 2.2rem !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: inline-block !important;
  box-shadow: 0 4px 18px rgba(255, 215, 0, 0.35) !important;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s !important;
  min-width: 300px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
#g26 .hero-cta-primary:hover {
  background: #e6c200 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(255, 215, 0, 0.55) !important;
}

/* ── SCROLLING BANNER ── */
.gouvathon-banner {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #0a3d1f 0%, #1a6b32 50%, #0a3d1f 100%);
  border-top: 2px solid #ffd400;
  border-bottom: 2px solid #ffd400;
  padding: 12px 0;
  box-sizing: border-box;
  font-family: "Poppins", "Arial", sans-serif;
}
.gouvathon-banner__track {
  display: flex;
  width: max-content;
  animation: gouvathon-scroll 22s linear infinite;
}
.gouvathon-banner:hover .gouvathon-banner__track {
  animation-play-state: paused;
}
.gouvathon-banner__item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding: 0 32px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.gouvathon-banner__item .accent {
  color: #ffd400;
}
.gouvathon-banner__item .sep {
  color: #ffd400;
  opacity: 0.7;
  font-weight: 400;
}
.gouvathon-banner__cta {
  background: #ffd400;
  color: #0a3d1f;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
@keyframes gouvathon-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gouvathon-banner__track {
    animation: none;
  }
}

/* ── HERO BANNER ── */
.gv-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(
    120deg,
    #062e15 0%,
    #0f5c2a 45%,
    #1d8a3f 100%
  );
  box-sizing: border-box;
  isolation: isolate;
}
.gv-banner__circuit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}
.gv-banner__circuit .line {
  fill: none;
  stroke: #ffd400;
  stroke-width: 1.5;
  stroke-dasharray: 6 10;
  animation: gv-dash 6s linear infinite;
}
.gv-banner__circuit .line.slow {
  animation-duration: 11s;
  stroke: #ffffff;
  opacity: 0.6;
}
.gv-banner__circuit .node {
  fill: #ffd400;
}
.gv-banner__circuit .node.alt {
  fill: #ffffff;
  opacity: 0.7;
}
@keyframes gv-dash {
  to {
    stroke-dashoffset: -160;
  }
}
.gv-banner__glow {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 212, 0, 0.25),
    transparent 70%
  );
  filter: blur(10px);
  animation: gv-pulse 5s ease-in-out infinite;
}
@keyframes gv-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
.gv-banner__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 24px 40px;
}
.gv-banner__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.gv-banner__logo-slot {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  min-height: 44px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.gv-banner__logo-slot img {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}
.gv-banner__partner-tag {
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0a3d1f;
  background: #ffd400;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.gv-banner__content {
  text-align: center;
  margin-top: 28px;
}
.gv-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffd400;
  color: #0a3d1f;
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  border-radius: 24px;
  text-transform: uppercase;
}
.gv-banner__badge-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.gv-banner__title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 34px;
  margin: 18px 0 10px;
  letter-spacing: 0.3px;
}
.gv-banner__title .accent {
  color: #ffd400;
}
.gv-banner__subtitle {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #e9f4ec;
  margin: 0;
  opacity: 0.92;
}
.gv-banner__chips {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.gv-banner__chip {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.95;
}
.gv-banner__chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd400;
  animation: gv-blink 2.2s ease-in-out infinite;
}
.gv-banner__chip:nth-child(2) .gv-banner__chip-dot {
  animation-delay: 0.4s;
}
.gv-banner__chip:nth-child(3) .gv-banner__chip-dot {
  animation-delay: 0.8s;
}
@keyframes gv-blink {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.85);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media (max-width: 680px) {
  .gv-banner__title {
    font-size: 24px;
  }
  .gv-banner__logos {
    justify-content: center;
  }
  .gv-banner__partner-tag {
    order: -1;
    width: 100%;
    text-align: center;
  }
}

/* ── STATS CARDS ── */
.gv-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.gv-stats__card {
  background: #ffffff;
  border-top: 4px solid #1d8a3f;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 28px 20px 26px;
  text-align: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.gv-stats__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.gv-stats__icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eaf6ee, #fdf3d6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv-stats__icon {
  width: 32px;
  height: 32px;
}
.gv-stats__card:nth-child(1) .gv-stats__icon-cup {
  animation: gv-shine 2.4s ease-in-out infinite;
}
.gv-stats__card:nth-child(2) .gv-stats__icon-dot {
  animation: gv-blink-s 2s ease-in-out infinite;
}
.gv-stats__card:nth-child(3) .gv-stats__icon-hand {
  animation: gv-tick 2s steps(1) infinite;
  transform-origin: 16px 16px;
}
@keyframes gv-shine {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
@keyframes gv-blink-s {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@keyframes gv-tick {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gv-stats__value {
  font-family: "Arial", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #0a3d1f;
  margin: 0;
  direction: ltr;
  unicode-bidi: embed;
}
.gv-stats__unit {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1d8a3f;
  margin: 2px 0 8px;
  letter-spacing: 0.4px;
}
.gv-stats__label {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #6b6b6b;
  margin: 0;
}
@media (max-width: 700px) {
  .gv-stats {
    grid-template-columns: 1fr;
  }
}

/* ── PERKS CARDS ── */
.gv-perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}
.gv-perks__card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.gv-perks__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
}
.gv-perks__icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf6ee, #fdf3d6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv-perks__icon {
  width: 26px;
  height: 26px;
}
.gv-perks__title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  margin: 4px 0 6px;
}
.gv-perks__text {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.5;
  margin: 0;
}
.gv-perks__card:nth-child(1) .gv-perks__icon-coin {
  animation: gv-coin-spin 3s linear infinite;
  transform-origin: 16px 18px;
}
.gv-perks__card:nth-child(2) .gv-perks__icon-shake {
  animation: gv-shake 1.8s ease-in-out infinite;
  transform-origin: 16px 20px;
}
.gv-perks__card:nth-child(3) .gv-perks__icon-wave {
  animation: gv-wave 1.6s ease-in-out infinite;
}
.gv-perks__card:nth-child(4) .gv-perks__icon-tassel {
  animation: gv-tassel 2.2s ease-in-out infinite;
  transform-origin: 22px 9px;
}
.gv-perks__card:nth-child(5) .gv-perks__icon-rocket {
  animation: gv-rocket 1.8s ease-in-out infinite;
}
@keyframes gv-coin-spin {
  0%,
  100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.15);
  }
}
@keyframes gv-shake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
}
@keyframes gv-wave {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes gv-tassel {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(18deg);
  }
}
@keyframes gv-rocket {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-3px) translateX(2px);
  }
}
@media (max-width: 900px) {
  .gv-perks {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .gv-perks {
    grid-template-columns: 1fr;
  }
}

/* ── ELIGIBILITY ── */
.gv-eligibility {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}
.gv-eligibility__title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 30px;
  color: #0a3d1f;
  margin: 0 0 10px;
}
.gv-eligibility__underline {
  width: 56px;
  height: 4px;
  background: #ffd400;
  border-radius: 2px;
  margin-bottom: 22px;
}
.gv-eligibility__intro {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.6;
  margin: 0 0 24px;
}
.gv-eligibility__intro b {
  color: #1a1a1a;
}
.gv-eligibility__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.gv-eligibility__grid--criteria {
  margin-bottom: 28px;
}
.gv-eligibility__grid--criteria + .gv-eligibility__intro {
  border-top: 1px solid #e5ebe6;
  padding-top: 24px;
}
.gv-eligibility__card {
  background: #ffffff;
  border: 1px solid #e7ebe8;
  border-radius: 14px;
  padding: 22px 20px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.gv-eligibility__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(10, 61, 31, 0.08);
  border-color: #c8e3cf;
}
.gv-eligibility__icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf6ee, #fdf3d6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.gv-eligibility__icon {
  width: 24px;
  height: 24px;
}
.gv-eligibility__role {
  font-size: 16px;
  font-weight: 700;
  color: #0a3d1f;
  margin: 0 0 8px;
}
.gv-eligibility__skills {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.5;
  margin: 0 0 14px;
}
.gv-eligibility__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #1d8a3f;
  background: #eaf6ee;
  padding: 4px 10px;
  border-radius: 20px;
}
.gv-eligibility__badge svg {
  width: 12px;
  height: 12px;
}
.gv-eligibility__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fdf8e7;
  border: 1px solid #f4e4a8;
  border-radius: 12px;
  padding: 14px 18px;
}
.gv-eligibility__note svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.gv-eligibility__note p {
  font-size: 14px;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .gv-eligibility__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .gv-eligibility__grid {
    grid-template-columns: 1fr;
  }
}

/* ── THEMES ── */
.gv-themes {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}
.gv-themes__title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 30px;
  color: #0a3d1f;
  margin: 0 0 10px;
}
.gv-themes__underline {
  width: 56px;
  height: 4px;
  background: #ffd400;
  border-radius: 2px;
  margin-bottom: 22px;
}
.gv-themes__intro {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.6;
  margin: 0 0 26px;
}
.gv-themes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gv-themes__card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.gv-themes__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(10, 61, 31, 0.12);
}
.gv-themes__head {
  background: linear-gradient(135deg, #0a3d1f, #14642c);
  padding: 18px 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.gv-themes__icon-wrap {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 212, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv-themes__icon {
  width: 20px;
  height: 20px;
}
.gv-themes__head-text {
  flex: 1;
}
.gv-themes__tag {
  display: inline-block;
  background: #ffd400;
  color: #0a3d1f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 2px 9px;
  border-radius: 5px;
  margin-bottom: 6px;
}
.gv-themes__head-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}
.gv-themes__body {
  padding: 18px 18px 20px;
}
.gv-themes__desc {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0 0 16px;
}
.gv-themes__ministry {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1d8a3f;
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid #eef1ee;
}
.gv-themes__ministry svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .gv-themes__grid {
    grid-template-columns: 1fr;
  }
}

/* ── CALENDRIER (RTL) ── */
.gv-cal {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}
.gv-cal__title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 30px;
  color: #0a3d1f;
  margin: 0 0 10px;
}
.gv-cal__underline {
  width: 56px;
  height: 4px;
  background: #ffd400;
  border-radius: 2px;
  margin-bottom: 30px;
}
.gv-cal__list {
  position: relative;
  padding-right: 46px;
}
.gv-cal__line {
  position: absolute;
  right: 15px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: #e3e8e4;
}
.gv-cal__line-progress {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 2px;
  background: #1d8a3f;
  height: 14%;
}
.gv-cal__item {
  position: relative;
  padding-bottom: 30px;
}
.gv-cal__item:last-child {
  padding-bottom: 0;
}
.gv-cal__dot {
  position: absolute;
  right: -46px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  background: #ffffff;
  border: 2px solid #cfd8d2;
  color: #9aa39d;
  z-index: 1;
  direction: ltr;
}
.gv-cal__item--current .gv-cal__dot {
  border-color: #ffd400;
  background: #ffd400;
  color: #0a3d1f;
}
.gv-cal__item--done .gv-cal__dot {
  border-color: #1d8a3f;
  background: #1d8a3f;
  color: #ffffff;
}
.gv-cal__item--final .gv-cal__dot {
  border-color: #1d8a3f;
  background: #eaf6ee;
  color: #1d8a3f;
}
.gv-cal__dot svg {
  width: 15px;
  height: 15px;
}
.gv-cal__date {
  font-size: 13px;
  color: #8a8a8a;
  margin: 0 0 4px;
}
.gv-cal__row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.gv-cal__label {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.gv-cal__item--current .gv-cal__label {
  color: #0a3d1f;
}
.gv-cal__status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 14px;
}
.gv-cal__status--current {
  background: #fdf0d6;
  color: #946400;
}
.gv-cal__status--done {
  background: #eaf6ee;
  color: #1d8a3f;
}
.gv-cal__status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.gv-cal__panel {
  margin-top: 10px;
  background: #eaf6ee;
  border-right: 4px solid #1d8a3f;
  border-left: none;
  border-radius: 8px;
  padding: 14px 18px;
}
.gv-cal__panel p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0a3d1f;
}
.gv-cal__day-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #1d8a3f;
  background: #eaf6ee;
  border-radius: 5px;
  padding: 2px 7px;
  margin-bottom: 4px;
}

/* ── FORMULAIRE MULTI-ÉTAPES (RTL) ── */
.gvf {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}
.gvf__title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 30px;
  color: #0a3d1f;
  margin: 0 0 10px;
}
.gvf__underline {
  width: 56px;
  height: 4px;
  background: #ffd400;
  border-radius: 2px;
  margin-bottom: 18px;
}
.gvf__deadline {
  display: flex;
  flex-direction: column;
  background: #fdf8e7;
  border: 1px solid #f4e4a8;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 26px;
}
.gvf__deadline-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gvf__deadline-divider {
  height: 1px;
  background: #f4e4a8;
  margin: 10px 0;
}
.gvf__instructions strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #7a5800;
  margin-bottom: 6px;
}
.gvf__instructions ul {
  margin: 0;
  padding-right: 18px;
  padding-left: 0;
  font-size: 13px;
}
.gvf__instructions ul li {
  margin-bottom: 3px;
}
.gvf__deadline svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.gvf__deadline b {
  color: #1a1a1a;
}
.gvf__steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.gvf__steps::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #e3e8e4;
  z-index: 0;
}
.gvf__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
}
.gvf__step-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cfd8d2;
  color: #9aa39d;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gvf__step-label {
  font-size: 11px;
  color: #9aa39d;
  text-align: center;
  max-width: 90px;
}
.gvf__step.is-active .gvf__step-dot {
  background: #ffd400;
  border-color: #ffd400;
  color: #0a3d1f;
}
.gvf__step.is-active .gvf__step-label {
  color: #0a3d1f;
  font-weight: 700;
}
.gvf__step.is-done .gvf__step-dot {
  background: #1d8a3f;
  border-color: #1d8a3f;
  color: #ffffff;
}
.gvf__step.is-done .gvf__step-label {
  color: #1d8a3f;
}
.gvf__panel {
  display: none;
}
.gvf__panel.is-active {
  display: block;
}
.gvf__section-head {
  background: #eaf6ee;
  border-right: 4px solid #1d8a3f;
  border-left: none;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 22px;
}
.gvf__section-head h3 {
  margin: 0;
  font-size: 17px;
  color: #0a3d1f;
  font-weight: 700;
}
.gvf__section-head span {
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 400;
}
.gvf__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  margin-bottom: 22px;
}
.gvf__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gvf__field--full {
  grid-column: 1/-1;
}
.gvf__label {
  font-size: 13px;
  font-weight: 700;
  color: #2c2c2c;
}
.gvf__label .req,
.gvf .req {
  color: #d01c1f;
  margin-right: 2px;
  margin-left: 0;
}
.gvf__input,
.gvf__select,
.gvf__textarea {
  border: 1px solid #d6dbd7;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  color: #2c2c2c;
  background: #ffffff;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}
.gvf__input:focus,
.gvf__select:focus,
.gvf__textarea:focus {
  outline: none;
  border-color: #1d8a3f;
  box-shadow: 0 0 0 3px rgba(29, 138, 63, 0.12);
}
.gvf__textarea {
  resize: vertical;
  min-height: 90px;
}
.gvf__error,
.gvf__file--error {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15) !important;
}
.gvf__step-error {
  color: #c0392b;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 14px;
  padding: 8px 12px;
  background: #fdf2f0;
  border: 1px solid #f5c6c0;
  border-radius: 8px;
}
.gvf__member-card {
  background: #f8faf8;
  border: 1px solid #e3e8e4;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 16px;
}
.gvf__member-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.gvf__member-title {
  font-size: 15px;
  font-weight: 700;
  color: #1d8a3f;
  margin: 0;
}
.gvf__checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #4a4a4a;
  grid-column: 1/-1;
}
.gvf__checkbox-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  accent-color: #1d8a3f;
  flex-shrink: 0;
  vertical-align: middle;
}
.gvf__add-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px dashed #1d8a3f;
  color: #1d8a3f;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 16px;
  font-family: inherit;
}
.gvf__add-btn:hover {
  background: #eaf6ee;
}
.gvf__file {
  border: 1.5px dashed #c7d4cb;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fafcfa;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}
.gvf__file:hover {
  border-color: #1d8a3f;
  background: #f2f9f4;
}
.gvf__file svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.gvf__file-text {
  font-size: 13px;
  color: #6b6b6b;
}
.gvf__file-text b {
  color: #1d8a3f;
}
.gvf__file-hint {
  font-size: 11px;
  color: #9aa39d;
}
.gvf__file input {
  display: none;
}
.gvf__file--selected {
  border-color: #1d8a3f;
  background: #f2f9f4;
}
.gvf__file--selected .gvf__file-text b {
  color: #0a3d1f;
}
.gvf__file-name {
  font-size: 13px;
  font-weight: 600;
  color: #0a3d1f;
  word-break: break-all;
}
.gvf__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e3e8e4;
}
.gvf__btn {
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.gvf__btn--ghost {
  background: #ffffff;
  border: 1px solid #d6dbd7;
  color: #4a4a4a;
}
.gvf__btn--primary {
  background: #ffd400;
  color: #0a3d1f;
}
.gvf__btn--primary:hover {
  background: #f0c700;
}
.gvf__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 700px) {
  .gvf__grid {
    grid-template-columns: 1fr;
  }
  .gvf__step-label {
    display: none;
  }
}

/* ── CONTACT ── */
.gv-contact {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #062e15 0%,
    #0f5c2a 60%,
    #14642c 100%
  );
  border-radius: 18px;
  padding: 48px 32px;
  text-align: center;
  isolation: isolate;
}
.gv-contact__glow {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 212, 0, 0.18),
    transparent 70%
  );
  filter: blur(6px);
  z-index: 0;
}
.gv-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}
.gv-contact__icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(255, 212, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv-contact__icon-wrap svg {
  width: 28px;
  height: 28px;
}
.gv-contact__title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  margin: 0 0 10px;
}
.gv-contact__text {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  color: #d9ecdf;
  line-height: 1.6;
  margin: 0 0 26px;
}
.gv-contact__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #ffd400;
  color: #0a3d1f;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 9px;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    background 0.15s ease;
}
.gv-contact__btn:hover {
  background: #f0c700;
  transform: translateY(-2px);
}
.gv-contact__btn svg {
  width: 17px;
  height: 17px;
}
.gv-contact__divider {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 26px auto 16px;
}
.gv-contact__meta {
  font-family: "Arial", sans-serif;
  font-size: 13px;
  color: #a9c9b1;
}
.gv-contact__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.gv-contact__logos .gv-banner__partner-tag {
  text-align: center;
  min-width: 110px;
}
@media (max-width: 600px) {
  .gv-contact__logos {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .gv-contact {
    padding: 38px 22px;
  }
  .gv-contact__title {
    font-size: 21px;
  }
}

/* ── RESPONSIVE GLOBAL ── */
@media (max-width: 768px) {
  #g26 section {
    padding: 2.5rem 1rem !important;
  }
}

/* ── SUBMIT OVERLAY ── */
.gvf__overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 61, 31, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gvf__overlay-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 2.5rem 2.75rem;
  text-align: center;
  max-width: 360px;
  width: 90%;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}
.gvf__spinner {
  width: 52px;
  height: 52px;
  border: 4px solid #eaf6ee;
  border-top-color: #1d8a3f;
  border-radius: 50%;
  animation: gvf-spin 0.75s linear infinite;
  margin: 0 auto 1.25rem;
}
@keyframes gvf-spin {
  to { transform: rotate(360deg); }
}
.gvf__overlay-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0a3d1f;
  margin: 0 0 0.5rem;
  font-family: "FFShamelFamily", "Arial", sans-serif;
}
.gvf__overlay-sub {
  font-size: 0.875rem;
  color: #6b6b6b;
  margin: 0;
  line-height: 1.6;
  font-family: "FFShamelFamily", "Arial", sans-serif;
}

#gv-lang-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 99999;
  background: #0a3d1f;
  color: #FFD400;
  font-family: "FFShamelFamily", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, transform 0.2s;
}
#gv-lang-btn:hover { background: #1d8a3f; transform: translateY(-2px); }
