/* ============================================
   RESILIENT 2030 (Premium Clean with Animations)
   Uses Bootstrap Icons only
   Scope: .resilient-wrapper
============================================ */

.resilient-wrapper {
  padding-bottom: 40px;
  background: transparent;
}

.resilient-wrapper .container {
  max-width: 1200px;
}

.resilient-wrapper section {
  padding: 88px 0;
}

.resilient-wrapper section:last-of-type {
  padding-bottom: 60px;
}

/* -------------------------
   Section Header (Base)
-------------------------- */
.resilient-wrapper .section-header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 42px;
  animation: fadeInUp 0.8s ease-out;
}

.resilient-wrapper .section-title {
  margin: 0 0 10px;
  font-weight: 950;
  letter-spacing: -0.6px;
  color: var(--ahda-teal);
  font-size: clamp(1.75rem, 2.7vw, 2.75rem);
  line-height: 1.12;
  animation: slideInFromLeft 0.8s ease-out;
}

.resilient-wrapper .section-subtitle {
  margin: 0;
  color: rgba(70,82,86,0.92);
  font-weight: 650;
  line-height: 1.75;
  font-size: 1.05rem;
  animation: slideInFromRight 0.8s ease-out 0.2s both;
}

/* -------------------------
   Section Header (AHDA)
-------------------------- */
.ahda-section-header {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 820px;
  position: relative;
  animation: fadeInUp 0.8s ease-out;
}

.ahda-section-header::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ahda-orange), var(--ahda-green));
  opacity: .95;
  animation: expandWidth 0.8s ease-out 0.3s both;
}

.ahda-section-title {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--ahda-teal);
  animation: slideInFromLeft 0.8s ease-out;
}

.ahda-section-subtitle {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  animation: slideInFromRight 0.8s ease-out 0.2s both;
}

/* =========================================================
   ANIMATION KEYFRAMES
========================================================= */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes expandWidth {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 90px;
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes shimmer {
  0% { background-position: -1000px 0; }
  100% { background-position: 1000px 0; }
}

/* =========================================================
   RESILIENT HERO
========================================================= */
.resilient-hero {
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
  color: white;
  background: linear-gradient(135deg, #0b4f66 0%, #14776d 50%, #f57b2c 100%);
  margin-top: -40px;
  animation: fadeIn 1s ease-out;
}

.resilient-hero::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,170.7C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.4;
  animation: waveFloat 12s ease-in-out infinite;
  z-index: 1;
}

.resilient-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 80% 20%, rgba(245,123,44,0.2) 0%, transparent 40%),
    radial-gradient(circle at 20% 70%, rgba(11,79,102,0.3) 0%, transparent 45%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 8px),
    radial-gradient(circle at 10% 10%, rgba(245,123,44,0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  animation: floatBlob 20s ease-in-out infinite;
}

@keyframes waveFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes floatBlob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -30px) scale(1.1); }
  50% { transform: translate(-20px, 20px) scale(0.9); }
  75% { transform: translate(-30px, -15px) scale(1.05); }
}

.resilient-hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  animation: fadeInUp 1s ease-out 0.2s both;
}

.resilient-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  padding: 6px 6px 6px 18px;
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  animation: slideInFromLeft 1s ease-out;
}

.badge-year {
  background: var(--ahda-orange);
  color: white;
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(245,123,44,0.3);
  animation: pulse 3s ease-in-out infinite;
}

.badge-text {
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  padding-right: 14px;
}

.resilient-hero-title {
  margin: 0 0 20px;
  font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.1;
  color: white;
  text-shadow: 0 5px 20px rgba(0,0,0,0.3);
  letter-spacing: -0.02em;
  animation: slideInFromLeft 1s ease-out 0.3s both;
}

.resilient-hero-subtitle {
  margin: 0 0 35px;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.95);
  max-width: 800px;
  font-weight: 400;
  animation: slideInFromRight 1s ease-out 0.4s both;
}

.resilient-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
  animation: fadeInUp 1s ease-out 0.5s both;
}

.resilient-stat-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  backdrop-filter: blur(5px);
}

.resilient-stat-item:nth-child(1) { animation: slideInFromLeft 1s ease-out 0.6s both; }
.resilient-stat-item:nth-child(2) { animation: slideInFromLeft 1s ease-out 0.7s both; }
.resilient-stat-item:nth-child(3) { animation: slideInFromLeft 1s ease-out 0.8s both; }
.resilient-stat-item:nth-child(4) { animation: slideInFromLeft 1s ease-out 0.9s both; }

.stat-ico {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  flex-shrink: 0;
}

.stat-ico i {
  font-size: 1.3rem;
  color: var(--ahda-orange);
}

.resilient-stat-item > div {
  flex: 1;
}

.resilient-stat-number {
  display: block;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1;
  color: white;
  margin-bottom: 5px;
}

.resilient-stat-label {
  display: block;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
  line-height: 1.3;
}

/* =========================================================
   OVERVIEW (VISION CARD)
========================================================= */
.vision-overview-section {
  background: var(--ahda-white);
}

.vision-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: center;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.06);
  animation: fadeInUp 1s ease-out;
}

.vision-title {
  margin: 0 0 10px;
  font-weight: 950;
  color: var(--ahda-green);
  font-size: 1.55rem;
  animation: slideInFromLeft 0.8s ease-out;
}

.vision-text {
  margin: 0 0 16px;
  color: rgba(70,82,86,0.92);
  font-weight: 650;
  line-height: 1.75;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.vision-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.highlight-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  background: rgba(243,250,250,0.96);
  border: 1px solid rgba(11,79,102,0.08);
  animation: slideInFromLeft 0.8s ease-out;
}

.highlight-item:nth-child(1) { animation-delay: 0.3s; }
.highlight-item:nth-child(2) { animation-delay: 0.4s; }
.highlight-item:nth-child(3) { animation-delay: 0.5s; }
.highlight-item:nth-child(4) { animation-delay: 0.6s; }

.highlight-item i {
  color: var(--ahda-orange);
  font-size: 1.15rem;
  margin-top: 2px;
}

.highlight-item span {
  color: rgba(70,82,86,0.92);
  font-weight: 650;
  line-height: 1.55;
  font-size: .95rem;
}

.vision-image {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(11,79,102,0.10);
  box-shadow: 0 22px 60px rgba(0,0,0,0.14);
  animation: slideInFromRight 0.8s ease-out 0.2s both;
}

.vision-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

/* =========================================================
   PILLARS SECTION
========================================================= */
.ahda-pillars-section {
  background: var(--ahda-bg);
  padding: 60px 0;
}

.ahda-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.ahda-pillar-card {
  background: white;
  border-radius: 24px;
  padding: 32px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid rgba(11,79,102,0.08);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 1s ease-out;
}

.ahda-pillar-card:nth-child(1) { animation-delay: 0.2s; }
.ahda-pillar-card:nth-child(2) { animation-delay: 0.4s; }
.ahda-pillar-card:nth-child(3) { animation-delay: 0.6s; }

.ahda-pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--ahda-orange), var(--ahda-green), var(--ahda-teal));
  transform: scaleX(0);
  transform-origin: left;
}

.ahda-pillar-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
  transform: rotate(45deg) translateX(-100%);
}

.ahda-pillar-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ahda-green), var(--ahda-teal));
  color: var(--ahda-white);
  margin-bottom: 20px;
  position: relative;
}

.ahda-pillar-icon i {
  font-size: 1.6rem;
  color: var(--ahda-white);
}

.ahda-pillar-number {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--ahda-orange);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(245,123,44,0.3);
  border: 2px solid white;
  animation: pulse 2s ease-in-out infinite;
}

.ahda-pillar-title {
  margin: 0 0 12px;
  font-weight: 800;
  color: var(--ahda-teal);
  font-size: 1.3rem;
  line-height: 1.3;
}

.ahda-pillar-description {
  margin: 0 0 16px;
  color: var(--secondary-text);
  font-weight: 500;
  line-height: 1.6;
  font-size: 0.95rem;
  border-bottom: 1px dashed rgba(11,79,102,0.15);
  padding-bottom: 16px;
}

.ahda-pillar-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ahda-pillar-features li {
  position: relative;
  padding-left: 28px;
  color: var(--secondary-text);
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.9rem;
}

.ahda-pillar-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ahda-orange), var(--ahda-maroon));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(245,123,44,0.3);
}

/* =========================================================
   GOALS SECTION
========================================================= */
.goals-section {
  background: var(--ahda-white);
  padding: 60px 0;
}

.goals-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.goal-card {
  background: white;
  border: 1px solid rgba(11,79,102,0.1);
  border-radius: 16px;
  padding: 24px;
  animation: fadeInUp 1s ease-out;
}

.goal-card:nth-child(1) { animation-delay: 0.1s; }
.goal-card:nth-child(2) { animation-delay: 0.2s; }
.goal-card:nth-child(3) { animation-delay: 0.3s; }
.goal-card:nth-child(4) { animation-delay: 0.4s; }
.goal-card:nth-child(5) { animation-delay: 0.5s; }
.goal-card:nth-child(6) { animation-delay: 0.6s; }

.goal-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.goal-badge {
  background: linear-gradient(135deg, var(--ahda-teal), var(--ahda-green));
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 30px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.goal-title {
  margin: 0;
  font-weight: 700;
  color: var(--ahda-teal);
  font-size: 1.1rem;
  line-height: 1.4;
}

.goal-desc {
  margin: 0;
  color: var(--secondary-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* =========================================================
   IMPLEMENTATION ROADMAP
========================================================= */
.impact-section {
  background: var(--ahda-bg);
}

.impact-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.metric-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.06);
  display: flex;
  gap: 12px;
  align-items: flex-start;
  animation: fadeInUp 0.8s ease-out;
}

.metric-card:nth-child(1) { animation-delay: 0.2s; }
.metric-card:nth-child(2) { animation-delay: 0.3s; }
.metric-card:nth-child(3) { animation-delay: 0.4s; }

.metric-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ahda-green), var(--ahda-teal));
  flex: 0 0 auto;
}

.metric-icon i {
  color: var(--ahda-white);
  font-size: 1.25rem;
}

.metric-number {
  display: block;
  font-weight: 950;
  color: var(--ahda-teal);
  font-size: 1.25rem;
  margin-bottom: 3px;
}

.metric-label {
  display: block;
  font-weight: 900;
  color: rgba(70,82,86,0.92);
  margin-bottom: 6px;
}

.metric-description {
  margin: 0;
  color: rgba(70,82,86,0.85);
  font-weight: 650;
  line-height: 1.6;
  font-size: .93rem;
}

.impact-visualization {
  margin-top: 16px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.06);
  animation: fadeInUp 1s ease-out 0.3s both;
}

.visualization-header {
  text-align: center;
  margin-bottom: 14px;
}

.visualization-header h3 {
  margin: 0 0 6px;
  font-weight: 950;
  color: var(--ahda-teal);
}

.visualization-header p {
  margin: 0;
  color: rgba(70,82,86,0.92);
  font-weight: 650;
  line-height: 1.6;
}

.country-map {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.country-item {
  display: flex;
  align-items: center;
  gap: 12px;
  animation: slideInFromLeft 0.8s ease-out;
}

.country-item:nth-child(1) { animation-delay: 0.2s; }
.country-item:nth-child(2) { animation-delay: 0.3s; }
.country-item:nth-child(3) { animation-delay: 0.4s; }

.country-name {
  width: 74px;
  font-weight: 950;
  color: var(--ahda-teal);
}

.country-progress {
  flex: 1;
  background: rgba(243,250,250,1);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar {
  height: 38px;
  background: linear-gradient(90deg, var(--ahda-green), var(--ahda-teal));
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  animation: shimmer 3s infinite linear;
  background-size: 200% 100%;
}

.progress-text {
  color: rgba(255,255,255,0.95);
  font-weight: 850;
  font-size: .9rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =========================================================
   PARTNERSHIPS + TARGETS
========================================================= */
.partnerships-section {
  background: var(--ahda-white);
}

.partnership-types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.partnership-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.06);
  animation: fadeInUp 0.8s ease-out;
}

.partnership-card:nth-child(1) { animation-delay: 0.2s; }
.partnership-card:nth-child(2) { animation-delay: 0.3s; }
.partnership-card:nth-child(3) { animation-delay: 0.4s; }
.partnership-card:nth-child(4) { animation-delay: 0.5s; }

.partnership-category {
  margin: 0 0 10px;
  font-weight: 950;
  color: var(--ahda-teal);
  font-size: 1.05rem;
  border-bottom: 1px solid rgba(11,79,102,0.10);
  padding-bottom: 10px;
}

.partnership-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partnership-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  color: rgba(70,82,86,0.92);
  font-weight: 650;
}

.partnership-list li:last-child {
  border-bottom: none;
}

.partnership-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ahda-orange), var(--ahda-maroon));
  color: var(--ahda-white);
  font-weight: 950;
  font-size: .78rem;
}

.resource-targets {
  margin-top: 22px;
  background: rgba(243,250,250,0.96);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 18px;
  padding: 18px;
  animation: fadeInUp 1s ease-out 0.2s both;
}

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

.target-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  animation: scaleIn 0.8s ease-out;
}

.target-card:nth-child(1) { animation-delay: 0.2s; }
.target-card:nth-child(2) { animation-delay: 0.3s; }
.target-card:nth-child(3) { animation-delay: 0.4s; }

.target-card h4 {
  margin: 0 0 10px;
  font-weight: 950;
  color: var(--ahda-teal);
}

.target-amount {
  margin: 0 0 8px;
  font-weight: 950;
  color: var(--ahda-green);
  font-size: 2rem;
  animation: pulse 3s ease-in-out infinite;
}

/* =========================================================
   CTA
========================================================= */
.cta-section {
  background: var(--ahda-bg);
}

.cta-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.06);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: center;
  animation: scaleIn 1s ease-out;
}

.cta-title {
  margin: 0 0 10px;
  font-weight: 950;
  color: var(--ahda-teal);
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  animation: slideInFromLeft 0.8s ease-out;
}

.cta-text {
  margin: 0 0 14px;
  color: rgba(70,82,86,0.92);
  font-weight: 650;
  line-height: 1.75;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transform: translate(-50%, -50%);
}

.btn-primary {
  background: linear-gradient(135deg, var(--ahda-orange), var(--ahda-maroon));
  color: var(--ahda-white);
  box-shadow: 0 16px 34px rgba(172,26,44,0.18);
}

.btn-outline-primary {
  background: transparent;
  border-color: var(--ahda-teal);
  color: var(--ahda-teal);
}

.file-info {
  background: rgba(243,250,250,0.96);
  border: 1px solid rgba(11,79,102,0.10);
  border-radius: 14px;
  padding: 12px;
  color: rgba(70,82,86,0.92);
  font-weight: 650;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.file-info p {
  margin: 6px 0;
}

.cta-image {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(11,79,102,0.10);
  animation: slideInFromRight 0.8s ease-out 0.2s both;
}

.cta-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* =========================================================
   UTILITY
========================================================= */
.me-2 {
  margin-right: 10px;
}

/* =========================================================
   RESPONSIVE (Consolidated)
========================================================= */
@media (max-width: 1050px) {
  .vision-card,
  .cta-card {
    grid-template-columns: 1fr;
  }
  
  .ahda-pillars-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .partnership-types {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .resilient-hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .resilient-hero {
    padding: 120px 0 60px;
  }
  
  .goals-list {
    gap: 16px;
  }
  
  .ahda-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .resilient-wrapper section {
    padding: 70px 0;
  }
  
  .resilient-wrapper section:last-of-type {
    padding-bottom: 50px;
  }
  
  .resilient-hero {
    padding: 100px 0 50px;
    text-align: center;
  }
  
  .resilient-hero-content {
    margin: 0 auto;
  }
  
  .resilient-hero-badge {
    margin-left: auto;
    margin-right: auto;
  }
  
  .resilient-hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  
  .resilient-hero-stats {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .resilient-stat-item {
    padding: 16px;
    justify-content: flex-start;
  }
  
  .vision-highlights {
    grid-template-columns: 1fr;
  }
  
  .ahda-pillars-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .ahda-pillar-card {
    padding: 28px 20px;
  }
  
  .goals-list {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .goal-card-head {
    flex-direction: column;
    gap: 8px;
  }
  
  .goal-badge {
    align-self: flex-start;
  }
  
  .goals-section,
  .ahda-pillars-section {
    padding: 40px 0;
  }
  
  .impact-metrics {
    grid-template-columns: 1fr;
  }
  
  .partnership-types {
    grid-template-columns: 1fr;
  }
  
  .targets-grid {
    grid-template-columns: 1fr;
  }
  
  .country-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .country-name {
    width: auto;
  }
  
  .cta-image img {
    height: 260px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .btn {
    width: 100%;
  }
  
  .ahda-pillar-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .resilient-wrapper {
    padding-bottom: 30px;
  }
  
  .resilient-wrapper section:last-of-type {
    padding-bottom: 40px;
  }
  
  .resilient-hero {
    padding: 90px 0 40px;
  }
  
  .resilient-hero-title {
    font-size: 2.2rem;
  }
  
  .resilient-hero-subtitle {
    font-size: 0.95rem;
  }
  
  .resilient-stat-number {
    font-size: 1.5rem;
  }
  
  .stat-ico {
    width: 42px;
    height: 42px;
  }
  
  .stat-ico i {
    font-size: 1.1rem;
  }
  
  .goal-card {
    padding: 20px;
  }
  
  .goal-title {
    font-size: 1rem;
  }
  
  .goal-desc {
    font-size: 0.9rem;
  }
  
  .ahda-pillar-icon {
    width: 50px;
    height: 50px;
  }
  
  .ahda-pillar-icon i {
    font-size: 1.4rem;
  }
}

/* =========================================================
   MOTION SAFETY
========================================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}