/* ===== HERO SECTION ===== */
.hero-section {
  padding-top: calc(70px + 58px);
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  display: flex;
  align-items: flex-start;
  gap: 88px;
  max-width: 1269px;
  margin: 0 auto;
  padding: 0;
}

.hero-left {
  flex: 0 0 576px;
  max-width: 576px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(32, 92, 212, 0.1);
  border: 1px solid #205CD4;
  border-radius: 9999px;
  padding: 8px 15px;
  margin-bottom: 24px;
}

.hero-badge .badge-dot {
  width: 8px;
  height: 8px;
  background: #205CD4;
  border-radius: 50%;
  opacity: 0.76;
  flex-shrink: 0;
}

.hero-badge .badge-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 19.5px;
  color: #205CD4;
  white-space: nowrap;
}

.hero-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 83px;
  color: #0F2B5B;
  margin-bottom: 24px;
  max-width: 541px;
}

.hero-title .highlight {
  color: #205CD4;
}

.hero-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 31.5px;
  color: #6E7F93;
  max-width: 545px;
  margin-bottom: 32px;
}

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

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #F7BB33;
  border-radius: 12px;
  padding: 11px 24px;
  box-shadow: 0 2px 0 0 #C27E0C, 0 2px 4px rgba(37, 43, 47, 0.06);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0F2B5B;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 0 0 #C27E0C, 0 4px 8px rgba(37, 43, 47, 0.1);
}

.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 0 #C27E0C, 0 1px 2px rgba(37, 43, 47, 0.06);
}

.btn-primary .arrow-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 79, 186, 0.2);
  border-radius: 12px;
  padding: 11px 33px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1A4FBA;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.btn-outline:hover {
  background: rgba(32, 92, 212, 0.1);
  border-color: #205CD4;
}

/* Hero right - Image area */
.hero-right {
  position: relative;
  flex: 0 0 603px;
  height: 520px;
}

.hero-image-wrapper {
  position: relative;
  width: 603px;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
}

.hero-image-wrapper img {
  width: 100%;
  height: 100%;
}

/* ===== PARTNERS SECTION ===== */
.partners-section {
  padding: 10px 0;
}

.partners-inner {
  max-width: 1269px;
  margin: 0 auto;
  padding: 24px 41px;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.partners-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #6E7F93;
  text-align: center;
}

.partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
}

.partner-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  height: 47px;
}

.partner-logo img {
  height: 43px;
  width: auto;
  object-fit: contain;
}

/* ===== PAYS D'INTERVENTION ===== */
.countries-section {
  padding: 0;
  max-width: 1269px;
  margin: 45px auto 0;
}

.countries-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 37px 36px 45px;
  overflow: hidden;
}

.countries-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 22px;
}

.countries-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.countries-deco {
  height: 28px;
  width: auto;
}

.countries-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #205CD4;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  padding: 6px 20px;
  height: 32px;
  width: fit-content;
}

.countries-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
  color: #0F2B5B;
}

.countries-desc {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
}

.countries-desc {
  max-width: 894px;
  flex-shrink: 0;
  opacity: 0.9;
}

.countries-body {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.countries-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 471px;
  flex-shrink: 0;
}

.country-item {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #F8F9FC;
  border: 1px solid #E5E7EB;
  border-radius: 15px;
  padding: 10px;
}

.country-thumb {
  width: 121px;
  height: 102px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.country-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.country-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.country-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.country-name {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #0F2B5B;
}

.country-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  border-radius: 9999px;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 4px 14px;
  white-space: nowrap;
}

.country-status--active {
  color: #16A34A;
}

.country-status--prep {
  color: #6B7280;
}

.country-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6E7F93;
}

.country-meta {
  display: flex;
  align-items: center;
  gap: 5px;
}

.country-meta svg {
  flex-shrink: 0;
}

.country-meta-count {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  color: #0F2B5B;
}

.country-meta-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
  color: #6B7280;
}

.countries-divider {
  width: 1px;
  background: #E5E7EB;
  margin: 0 18px;
  flex-shrink: 0;
  align-self: stretch;
}

.countries-map {
  flex: 1;
  min-width: 0;
  background: #F8F9FC;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.countries-map .map-img {
  width: 438px;
  height: 492px;
  object-fit: contain;
}

.countries-map .africa-map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

/* ===== PROGRAMME PALL ===== */
.pall-section {
  max-width: 1269px;
  margin: 45px auto 0;
  padding: 0;
}

.pall-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.pall-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #205CD4;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.5px;
  border-radius: 9999px;
  border: 1px solid #FFFFFF;
  padding: 8px 15px;
  width: fit-content;
}

.pall-badge svg {
  flex-shrink: 0;
}

.pall-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 41.4px;
  color: #0F2B5B;
}

.pall-content {
  display: flex;
  gap: 50px;
  align-items: stretch;
  min-height: 449px;
}

.pall-image {
  flex: 0 0 585px;
  border-radius: 15px;
  overflow: hidden;
  background: #FFFFFF;
}

.pall-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.pall-info {
  flex: 1;
  background: #0F2B5B;
  border: 1px solid #E5E7EB;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  justify-content: center;
}

.pall-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  color: #FFFFFF;
}

.pall-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pall-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  color: #D2D2D2;
}

.pall-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.1);
  flex-shrink: 0;
}

.pall-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pall-price {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6B7280;
  padding-left: 14px;
}

.pall-price strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

/* ===== COLLABORER AVEC NOUS ===== */
.collab-section {
  max-width: 1269px;
  margin: 60px auto 0;
}

.collab-card {
  background: linear-gradient(180deg, #DBEAFF 0%, #FFFFFF 100%);
  border: 1px solid #E5E7EB;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 32px 34px 34px;
}

.collab-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.collab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid #205DD5;
  color: #205CD4;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background: transparent;
  margin-bottom: 18px;
}

.collab-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 63px;
  color: #0F2B5B;
  margin-bottom: 10px;
}

.collab-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6E7F93;
}

.collab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.collab-item {
  background: #0F2B5B;
  border-radius: 20px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  min-height: 333px;
}

.collab-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.collab-icon--dim {
  background: rgba(0, 0, 0, 0.20);
}

.collab-icon img {
  width: 28px;
  height: 28px;
}

.collab-item-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.collab-item-desc {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.2px;
  color: #B5BEC8;
  margin-bottom: auto;
  max-width: 320px;
}

.collab-btn {
  width: 100%;
  justify-content: center;
  position: relative;
  padding-right: 46px;
}

.collab-btn .arrow-icon {
  position: absolute;
  right: 18px;
}

/* ===== TEMOIGNAGES ===== */
.testimonials-section {
  max-width: 1269px;
  margin: 55px auto 0;
}

.testimonials-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 28px;
}

.testimonials-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 10px 18px;
  border-radius: 30px;
  background: #205CD4;
  color: #FFFFFF;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  width: fit-content;
}

.testimonials-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 40px;
  color: #0F2B5B;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.testimonial-card {
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 32px;
  background: #FFFFFF;
  background-image: url(/assets/home/testimonial-bg.png);
  background-size: cover;
  background-position: center;
  min-height: 239px;
  display: flex;
  flex-direction: column;
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.testimonial-stars .star {
  width: 16px;
  height: 16px;
}

.testimonial-quote {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25.5px;
  color: #0F2B5B;
  margin-bottom: auto;
  max-width: 320px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-name {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #0F2B5B;
}

.testimonial-location {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6B7280;
}

/* ===== IMPACT / TRANSPARENCE ===== */
.impact-section {
  max-width: 1269px;
  margin: 54px auto 0;
}

.impact-card {
  position: relative;
  background: #0F2B5B;
  border: 1px solid rgba(26, 79, 186, 0.1);
  border-radius: 24px;
  padding: 57px;
  overflow: hidden;
}

.impact-left-deco {
  position: absolute;
  left: 0;
  top: 0;
  height: 398px;
  width: 40px;
  opacity: 0.1;
  pointer-events: none;
}

.impact-inner {
  display: grid;
  grid-template-columns: 527px 1fr;
  align-items: start;
}

.impact-top-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.impact-text {
  min-width: 0;
}

.impact-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid #FFFFFF;
  background: rgba(26, 79, 186, 0.1);
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 19.5px;
}

.impact-badge-icon {
  width: 16px;
  height: 16px;
}

.impact-title {
  margin-top: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
}

.impact-desc {
  margin-top: 12px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #E5E7EB;
  max-width: 501px;
}

.impact-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.impact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #B5BEC8;
}

.impact-check {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.impact-check img {
  width: 10px;
  height: 8px;
}

.impact-stats {
  position: relative;
  min-width: 0;
  padding-top: 36px;
}

.impact-union {
  width: 180px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 527px;
  margin-left: auto;
}

.impact-stat {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  padding: 20px;
}

.impact-label {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #6B7280;
}

.impact-value {
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
}

.impact-value--blue {
  color: #116EEE;
}

.impact-value--yellow {
  color: #F7BB33;
}

.impact-sub {
  margin-top: 4px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
  color: #6B7280;
}

/* ===== CTA FINAL ===== */
.cta-final-section {
  max-width: 1269px;
  margin: 28px auto 0;
}

.cta-final-card {
  position: relative;
  background: #1A4FBA;
  border-radius: 24px;
  overflow: hidden;
  padding: 61px 24px;
}

.cta-final-left-deco {
  position: absolute;
  left: 0;
  top: 0;
  height: 398px;
  width: 40px;
  opacity: 0.1;
  pointer-events: none;
}

.cta-final-content {
  max-width: 715px;
  margin: 0 auto;
  text-align: center;
}

.cta-final-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  color: #FFFFFF;
}

.cta-final-desc {
  margin-top: 12px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27.2px;
  color: rgba(255, 255, 255, 0.7);
}

.cta-final-actions {
  margin-top: 28px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cta-final-btn {
  width: 337px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cta-final-btn .arrow-icon {
  width: 20px;
  height: 20px;
}

.cta-final-outline {
  height: 53px;
  padding: 17px 33px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-final-outline:hover {
  border-color: rgba(255, 255, 255, 0.45);
}

/* ===== MODALS ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(15, 43, 91, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(15, 43, 91, 0.2);
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s ease;
}

.modal-overlay.open .modal-container {
  transform: translateY(0) scale(1);
}

.modal-header {
  position: relative;
  padding: 32px 32px 0;
}

.modal-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #0F2B5B;
  margin-bottom: 8px;
  padding-right: 40px;
}

.modal-subtitle {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6E7F93;
}

.modal-close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #F8F9FC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.modal-close:hover {
  background: #E5E7EB;
}

.modal-body {
  padding: 24px 32px 32px;
}

.modal-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 18px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.modal-alert--success {
  background: rgba(45, 197, 67, 0.1);
  border: 1px solid rgba(45, 197, 67, 0.3);
  color: #1a7a2e;
}

.modal-alert--error {
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.25);
  color: #dc3545;
}

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

.modal-field label {
  display: block;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #0F2B5B;
  margin-bottom: 8px;
}

.modal-field input,
.modal-field textarea {
  width: 100%;
  border: 1px solid #E5E7EB;
  background: #F8F9FC;
  border-radius: 14px;
  padding: 12px 16px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #0F2B5B;
  outline: none;
  transition: border-color 0.2s ease;
}

.modal-field input:focus,
.modal-field textarea:focus {
  border-color: #205CD4;
}

.modal-field textarea {
  min-height: 120px;
  resize: none;
}

.modal-field--full {
  grid-column: 1 / -1;
}

.modal-submit {
  margin-top: 20px;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: #F7BB33;
  box-shadow: 0 2px 0 0 #C27E0C, 0 2px 4px rgba(37, 43, 47, 0.06);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0F2B5B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.modal-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 0 0 #C27E0C, 0 4px 8px rgba(37, 43, 47, 0.1);
}

.modal-submit:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 0 #C27E0C, 0 1px 2px rgba(37, 43, 47, 0.06);
}

.modal-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.modal-submit .arrow-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 640px) {
  .modal-overlay {
    padding: 16px;
    align-items: flex-end;
  }

  .modal-container {
    max-height: 85vh;
    border-radius: 20px 20px 0 0;
  }

  .modal-header {
    padding: 24px 20px 0;
  }

  .modal-body {
    padding: 20px 20px 24px;
  }

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

  .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* ===== ANIMATIONS ===== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-child {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-child.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1280px) {
  .hero-content {
    gap: 48px;
  }

  .hero-left {
    flex: 1;
    max-width: none;
  }

  .hero-right {
    flex: 0 0 480px;
    height: 440px;
  }

  .hero-image-wrapper {
    width: 480px;
    height: 440px;
  }

  .hero-title {
    font-size: 52px;
    line-height: 68px;
  }
}

@media (max-width: 1024px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 48px;
  }

  .hero-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-title {
    font-size: 44px;
    line-height: 57px;
  }

  .hero-description {
    max-width: 500px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-right {
    flex: none;
    width: 100%;
    max-width: 603px;
    height: 400px;
  }

  .hero-image-wrapper {
    width: 100%;
    height: 400px;
  }

  .partners-logos {
    gap: 24px;
  }

  .countries-body {
    flex-direction: column;
  }

  .countries-list {
    width: 100%;
  }

  .countries-divider {
    width: 100%;
    height: 1px;
    margin: 18px 0;
  }

  .countries-map {
    min-height: 400px;
  }

  .countries-title {
    font-size: 36px;
    line-height: 40px;
  }

  .countries-deco {
    display: none;
  }

  .pall-content {
    flex-direction: column;
    gap: 20px;
  }

  .pall-image {
    flex: none;
    height: 300px;
  }

  .pall-info {
    margin-left: 0;
    margin-top: 0;
    border-radius: 20px;
  }

  .pall-title {
    font-size: 26px;
    line-height: 34px;
  }

  .collab-card {
    padding: 26px 18px;
  }

  .collab-title {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .impact-card {
    padding: 40px 22px;
  }

  .impact-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .impact-stats {
    padding-top: 0;
  }

  .impact-top-row {
    align-items: flex-start;
  }

  .impact-grid {
    max-width: none;
    margin-left: 0;
  }

  .cta-final-card {
    padding: 46px 18px;
  }

  .cta-final-title {
    font-size: 32px;
    line-height: 42px;
  }

  .cta-final-btn {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding-top: calc(70px + 24px);
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-description {
    font-size: 15px;
    line-height: 24px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-right {
    height: 260px;
  }

  .hero-image-wrapper {
    height: 260px;
  }

  .partners-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .partners-inner {
    padding: 20px 16px;
  }

  .partners-logos {
    gap: 16px;
  }

  .partners-title {
    font-size: 13px;
  }

  .countries-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .countries-card {
    padding: 24px 16px;
  }

  .countries-title {
    font-size: 26px;
    line-height: 34px;
  }

  .country-thumb {
    width: 70px;
    height: 60px;
  }

  .pall-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pall-title {
    font-size: 22px;
    line-height: 30px;
  }

  .pall-info {
    padding: 24px 16px;
  }

  .pall-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .pall-actions .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .collab-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .collab-card {
    padding: 24px 16px;
  }

  .collab-title {
    font-size: 26px;
    line-height: 34px;
  }

  .testimonials-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-title {
    font-size: 28px;
    line-height: 36px;
  }

  .impact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .impact-card {
    padding: 28px 16px;
  }

  .impact-title {
    font-size: 24px;
    line-height: 32px;
  }

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

  .cta-final-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-final-card {
    padding: 36px 16px;
  }

  .cta-final-title {
    font-size: 26px;
    line-height: 34px;
  }

  .cta-final-actions {
    flex-direction: column;
    width: 100%;
  }

  .cta-final-btn,
  .cta-final-outline {
    width: 100%;
    max-width: none;
    justify-content: center;
    text-align: center;
  }
}
