@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

/* ==========================================================================
   1. RESET & VARIABLES
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
}

/* ==========================================================================
   2. HEADER STYLES
   ========================================================================== */
.site-header {
  background-color: #ffffff;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  position: 'sticky';
  top: 0;
  z-index: 1000;
}

.header-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Branding & Logo */
.brand-logo-wrapper {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-emblem {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.emblem-svg {
  width: 100%;
  height: 100%;
}

.logo-divider {
  width: 1px;
  height: 48px;
  background-color: #cccccc;
  margin: 0 16px;
}

.logo-text-group {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c2c2c;
  letter-spacing: 1.1px;
  line-height: 1.1;
}

.brand-subtext {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  color: #ff4a8d;
  letter-spacing: 2px;
  margin-top: 3px;
}

/* Navigation Links */
.main-navigation .nav-menu {
  display: flex;
  list-style: none;
  gap: 36px;
  margin: 0;
  padding: 0;
}

.main-navigation .nav-menu a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.main-navigation .nav-menu a:hover {
  color: #ff4a8d;
}

/* Donate Button */
.btn-donate {
  background-color: #ff4a8d;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.btn-donate:hover {
  background-color: #e03e7a;
}

/* ==========================================================================
   3. FOOTER STYLES (cPanel Syntax Safe)
   ========================================================================== */
.site-footer {
  background-color: #ffffff;
  position: relative;
  border-top: 1px solid #f0f0f0;
}

/* Top Accent Orange Border */
.footer-top-border {
  height: 4px;
  background-color: #ff9800;
  width: 100%;
}

.footer-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col {
  margin-bottom: 20px;
}

.footer-brand {
  width: 40%;
}

.footer-col-links {
  width: 18%;
}

.brand-memorial {
  color: #666666;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 320px;
}

.footer-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #666666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ff4a8d;
}

/* Bottom Pink Copyright Section */
.footer-bottom-bar {
  background-color: #ff4a8d;
  color: #ffffff;
  text-align: center;
  padding: 14px 0;
}

.footer-bottom-bar p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

/* ==========================================================================
   4. RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 992px) {
  .footer-brand {
    width: 100%;
  }
  .footer-col-links {
    width: 30%;
  }
}

@media (max-width: 600px) {
  .header-container {
    flex-direction: column;
    gap: 15px;
  }
  
  .footer-col-links {
    width: 100%;
  }
}


/* ==========================================================================
   HOMEPAGE STYLES
   ========================================================================== */

/* Typography & Tag Styles */
.section-tag {
  color: #ff4a8d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: #2c2c2c;
  font-weight: 700;
}

.highlight-orange {
  color: #ff9800;
}

.center {
  text-align: center;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(180deg, #fff5f8 0%, #ffffff 100%);
  padding-top: 50px;
  position: relative;
}

.hero-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-content {
  width: 55%;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #ff4a8d;
  line-height: 1.1;
  margin-bottom: 10px;
}

.hero-tagline {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
}

.hero-subline {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 15px;
}

.hero-description {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.hero-bullets {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ff4a8d;
  margin-bottom: 25px;
}

.hero-cta-group {
  display: flex;
  gap: 15px;
}

.btn-pink {
  background-color: #ff4a8d;
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-outline-pink {
  border: 1px solid #ff4a8d;
  color: #ff4a8d !important;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero-media {
  width: 40%;
  text-align: center;
}

.ashwin-img {
  max-width: 100%;
  height: auto;
}

.hero-wave-bottom {
  margin-top: -20px;
  line-height: 0;
}

/* Stats Banner */
.stats-banner {
  background-color: #ff4a8d;
  color: #ffffff;
  padding: 20px 0;
}

.stats-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.stat-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
}

.stat-icon {
  font-size: 2rem;
}

.stat-number {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
}

.stat-label {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Legacy Section */
.legacy-section {
  padding: 70px 0;
}

.legacy-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.legacy-gallery, .legacy-text {
  width: 50%;
}

.legacy-desc {
  font-size: 0.95rem;
  color: #555555;
  margin: 15px 0;
  line-height: 1.6;
}

.collage-img {
  width: 100%;
  border-radius: 8px;
}

/* Programs Section */
.programs-section {
  background-color: #fff9f6;
  padding: 70px 0;
}

.section-subtitle {
  color: #666666;
  font-size: 0.95rem;
  margin-top: 8px;
}

.section-motto {
  color: #ff4a8d;
  font-style: italic;
  font-weight: 600;
  margin-top: 5px;
}

.programs-cards-grid {
  width: 90%;
  max-width: 1240px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.program-card {
  background: #ffffff;
  border: 1px solid #ffe3d6;
  border-radius: 8px;
  padding: 30px 20px;
  width: 32%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.card-top-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.program-card h3 {
  font-size: 1.1rem;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.program-card ul {
  padding-left: 18px;
  color: #666666;
  font-size: 0.88rem;
  line-height: 1.6;
}

.program-card li {
  margin-bottom: 8px;
}

.center-btn-wrap {
  text-align: center;
  margin-top: 35px;
}

.btn-orange-gradient {
  background: linear-gradient(90deg, #ff9800 0%, #ff4a8d 100%);
  color: #ffffff !important;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

/* Moments of Impact */
.impact-moments-section {
  padding: 70px 0;
}

.impact-top-header {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.impact-gallery-grid {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.impact-img-large {
  width: 48.5%;
}

.impact-img-small {
  width: 32%;
}

.impact-gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
}

/* How to Donate */
.donate-process-section {
  background-color: #fff9f6;
  padding: 70px 0;
}

.process-lead-text {
  max-width: 900px;
  margin: 15px auto 0;
  color: #555555;
  font-size: 0.92rem;
  line-height: 1.6;
}

.quote-callout-box {
  background-color: #fff0f5;
  border: 1px dashed #ff4a8d;
  max-width: 750px;
  margin: 30px auto;
  padding: 15px 25px;
  text-align: center;
  border-radius: 6px;
}

.quote-callout-box p {
  color: #333333;
  font-size: 0.95rem;
  margin: 0;
}

.process-steps-grid {
  width: 90%;
  max-width: 1240px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.step-card {
  width: 32%;
  background: #ffffff;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  text-align: center;
}

.step-title {
  color: #ff4a8d;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.step-card p {
  color: #666666;
  font-size: 0.88rem;
  line-height: 1.5;
}

.donate-bottom-bar {
  background-color: #fff0f5;
  border: 1px solid #ff4a8d;
  max-width: 1240px;
  width: 90%;
  margin: 30px auto 0;
  padding: 12px 25px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ff4a8d;
}

.btn-pink-small {
  background-color: #ff4a8d;
  color: #ffffff !important;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 0.85rem;
  text-decoration: none;
}

/* Responsive Rules */
@media (max-width: 992px) {
  .hero-container, .legacy-container, .programs-cards-grid, .process-steps-grid {
    flex-direction: column;
  }
  .hero-content, .hero-media, .legacy-gallery, .legacy-text, .program-card, .step-card {
    width: 100%;
  }
  .impact-img-large, .impact-img-small {
    width: 100%;
  }
}

/* ==========================================================================
   WHO WE ARE PAGE STYLES (cPanel Safe)
   ========================================================================== */

/* Hero Banner & Wave */
.who-hero-section {
  background: linear-gradient(180deg, #fff5f8 0%, #ffffff 100%);
  padding-top: 50px;
  position: relative;
}

.who-hero-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.who-hero-content {
  width: 52%;
}

.who-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #2c2c2c;
  line-height: 1.2;
  margin-bottom: 15px;
}

.highlight-pink {
  color: #ff4a8d;
}

.who-hero-desc {
  font-size: 0.98rem;
  color: #555555;
  line-height: 1.6;
}

.who-hero-media {
  width: 44%;
}

.hero-photo-collage {
  width: 100%;
  border-radius: 8px;
}

.who-wave-bottom {
  margin-top: 20px;
  line-height: 0;
}

/* Founder Section */
.founder-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.founder-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.founder-image-col {
  width: 38%;
}

.founder-card-photo {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff0f5;
}

.founder-img {
  width: 100%;
  height: auto;
  display: block;
}

.founder-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #ff9800 0%, #ff4a8d 100%);
  color: #ffffff;
  padding: 12px 15px;
  text-align: center;
}

.badge-name {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
}

.badge-sub {
  display: block;
  font-size: 0.75rem;
  opacity: 0.9;
}

.founder-text-col {
  width: 58%;
}

.body-text {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.6;
  margin: 12px 0;
}

.founder-quote-box {
  background-color: #fff8f6;
  border-left: 4px solid #ff4a8d;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 0 6px 6px 0;
}

.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 5px;
}

.quote-link {
  color: #ff9800;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.founder-full-desc {
  font-size: 0.92rem;
  color: #555555;
  margin-top: 20px;
  line-height: 1.6;
}

/* Pill Tags Bar */
.pill-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.pill-btn {
  padding: 10px 20px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
}

.pill-pink {
  background-color: #ff4a8d;
}

.pill-orange {
  background-color: #ff9800;
}

/* Mission & Vision Section */
.mission-vision-section {
  background-color: #fff9f6;
  padding: 60px 0;
}

.vision-grid {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 35px;
}

.vision-card {
  width: 48%;
  background-color: #ffffff;
  border: 1px solid #ffe3d6;
  padding: 30px;
  border-radius: 8px;
}

.vision-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.vision-card h3 {
  font-size: 1.1rem;
  color: #ff4a8d;
  margin-bottom: 20px;
  line-height: 1.4;
}

.vision-point {
  margin-bottom: 15px;
}

.vision-point h4 {
  font-size: 0.95rem;
  color: #ff9800;
  margin-bottom: 4px;
}

.vision-point p {
  font-size: 0.88rem;
  color: #666666;
  line-height: 1.5;
}

/* Values Section (01 - 04 Cards) */
.values-section {
  padding: 60px 0;
  background-color: #fff0f5;
}

.values-cards-grid {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 35px;
}

.value-card {
  width: 23%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 25px 18px;
  border-radius: 6px;
  position: relative;
}

.val-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffe3ed;
  display: block;
  margin-bottom: 8px;
}

.val-title {
  font-size: 1.1rem;
  color: #ff4a8d;
  margin-bottom: 10px;
}

.val-desc {
  font-size: 0.85rem;
  color: #666666;
  line-height: 1.5;
}

/* Team Section */
.team-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.team-cards-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 35px;
}

.team-card.gradient-card {
  width: 40%;
  background: linear-gradient(90deg, #ff9800 0%, #ff4a8d 100%);
  color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.team-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-role {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Donation Callout Section */
.donation-bottom-callout {
  padding: 60px 0;
  background-color: #fff9f6;
  border-top: 1px solid #ffe3d6;
}

.callout-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.callout-text-col {
  width: 50%;
}

.callout-desc {
  font-size: 0.95rem;
  color: #555555;
  margin: 15px 0 25px;
  line-height: 1.6;
}

.callout-box-col {
  width: 45%;
}

.donation-image-placeholder img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

/* Responsive Handling */
@media (max-width: 992px) {
  .who-hero-container, .founder-grid, .vision-grid, .values-cards-grid, .team-cards-grid, .callout-grid {
    flex-direction: column;
  }
  .who-hero-content, .who-hero-media, .founder-image-col, .founder-text-col, .vision-card, .value-card, .team-card.gradient-card, .callout-text-col, .callout-box-col {
    width: 100%;
  }
}

/* ==========================================================================
   WHAT WE DO PAGE STYLES (cPanel Safe)
   ========================================================================== */

/* Hero Banner */
.wwd-hero-section {
  background: linear-gradient(180deg, #fff5f8 0%, #ffffff 100%);
  padding-top: 50px;
  position: relative;
}

.wwd-hero-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wwd-hero-content {
  width: 65%;
}

.wwd-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: #2c2c2c;
  line-height: 1.2;
  margin-bottom: 15px;
}

.wwd-hero-desc {
  font-size: 0.98rem;
  color: #555555;
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 20px;
}

.wwd-hero-tags {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ff9800;
}

.wwd-hero-media {
  width: 30%;
  display: flex;
  justify-content: center;
}

.pink-circle-graphic {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #ff4a8d;
}

.wwd-wave-bottom {
  margin-top: 20px;
  line-height: 0;
}

/* Program Blocks */
.wwd-programs-detail-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.program-detail-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 70px;
}

.program-detail-block.block-reversed {
  flex-direction: row-reverse;
}

.program-text-side {
  width: 52%;
}

.program-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #ff4a8d;
  margin-bottom: 5px;
}

.program-subtitle {
  font-size: 1rem;
  color: #2c2c2c;
  font-weight: 600;
  margin-bottom: 15px;
}

.program-desc {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.program-list {
  padding-left: 20px;
  margin-bottom: 15px;
}

.program-list li {
  font-size: 0.9rem;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 8px;
}

.program-footer-note {
  font-size: 0.88rem;
  color: #666666;
  font-style: italic;
  line-height: 1.5;
}

/* Media Side 4-Box Grid */
.program-media-side {
  width: 44%;
}

.media-grid-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.media-box {
  width: 47%;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}

.placeholder-box {
  background-color: #fff3ed;
  border: 1px solid #ffe3d6;
}

.photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Holistic Approach Section */
.holistic-approach-section {
  background: linear-gradient(90deg, #ff9800 0%, #ff4a8d 100%);
  padding: 60px 0;
}

.holistic-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.holistic-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.holistic-desc {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.holistic-subdesc {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 25px;
}

.holistic-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Responsive Rules */
@media (max-width: 992px) {
  .wwd-hero-container, .program-detail-block, .program-detail-block.block-reversed {
    flex-direction: column;
  }
  
  .wwd-hero-content, .wwd-hero-media, .program-text-side, .program-media-side {
    width: 100%;
  }

  .media-box {
    width: 47%;
    height: 120px;
  }
}


/* ==========================================================================
   IMPACT PAGE STYLES - FULLY RESPONSIVE & CPANEL COMPATIBLE
   ========================================================================== */

/* --- Base & Reset Rules --- */
.page-impact {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333333;
    background-color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
}

.page-impact .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-impact .highlight-pink {
    color: #E91E63;
}

.page-impact .highlight-orange {
    color: #E65100;
}

.page-impact .section-tag {
    display: inline-block;
    color: #E65100;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.page-impact .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 10px 0;
    line-height: 1.25;
}

.page-impact .section-subtitle {
    font-size: 16px;
    color: #666666;
    margin: 0 0 30px 0;
}

.page-impact .section-header.center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* --- 1. HERO SECTION --- */
.impact-hero-section {
    background-color: #FAFAFA;
    padding-top: 50px;
    position: relative;
}

.impact-hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.impact-hero-content {
    flex: 1;
    min-width: 300px;
    padding-right: 30px;
    box-sizing: border-box;
}

.impact-hero-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #222222;
    margin: 0 0 20px 0;
}

.impact-hero-desc {
    font-size: 18px;
    color: #555555;
    margin-bottom: 30px;
}

.impact-hero-media {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.map-illustration-box {
    width: 100%;
    max-width: 450px;
    height: 300px;
    background: #FFF3E0;
    border: 2px dashed #FFB74D;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-graphic {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px;
}

.map-pin {
    background-color: #E91E63;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(233, 30, 99, 0.3);
}

.impact-wave-bottom {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: 30px;
}

.impact-wave-bottom svg {
    display: block;
    width: 100%;
    height: 60px;
}

/* --- 2. METRICS SECTION --- */
.metrics-section {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.metrics-header-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.metrics-intro-col {
    flex: 1;
    min-width: 280px;
}

.metrics-intro-text {
    font-size: 16px;
    color: #555555;
}

.metrics-grid-col {
    flex: 2;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.metric-card {
    width: calc(50% - 10px);
    background-color: #FFF9F5;
    border: 1px solid #FFE0B2;
    border-left: 4px solid #E65100;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.metric-card:hover {
    transform: translateY(-4px);
}

.metric-num {
    font-size: 32px;
    font-weight: 800;
    color: #E91E63;
    display: block;
    margin-bottom: 5px;
}

.metric-title {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 8px 0;
}

.metric-desc {
    font-size: 13px;
    color: #666666;
    margin: 0;
}

/* --- 3. HOSPITALS SECTION --- */
.hospitals-section {
    padding: 60px 0;
    background-color: #FAFAFA;
}

.hospitals-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hospital-box {
    width: calc(33.333% - 14px);
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.hosp-location {
    font-size: 12px;
    font-weight: 600;
    color: #E65100;
    display: block;
    margin-bottom: 6px;
}

.hosp-name {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

/* --- 4. SUPPORTERS SECTION --- */
.supporters-section {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.supporters-logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.logo-card {
    width: calc(20% - 16px);
    min-width: 140px;
    background: #F5F5F5;
    border-radius: 6px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #888888;
}

/* --- 5. COLLEGES SECTION --- */
.colleges-section {
    padding: 60px 0;
    background-color: #FAFAFA;
}

.colleges-lead-desc {
    font-size: 15px;
    color: #555555;
    margin-top: 15px;
}

.colleges-grid-3col {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.college-col {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.college-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border: 1px solid #EEEEEE;
}

.city-tag {
    font-size: 14px;
    font-weight: 700;
    color: #E91E63;
    display: block;
    margin-bottom: 12px;
}

.college-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.college-list li {
    font-size: 14px;
    color: #444444;
    padding: 6px 0;
    border-bottom: 1px dashed #EEEEEE;
}

.college-list li:last-child {
    border-bottom: none;
}

/* --- 6. GROWING TOGETHER SECTION --- */
.growing-together-section {
    padding: 40px 0 80px 0;
}

.growing-card {
    background: linear-gradient(135deg, #FF9800 0%, #E65100 100%);
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center;
    color: #FFFFFF;
}

.growing-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #FFFFFF;
}

.growing-desc {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Tablets / Medium Displays */
@media screen and (max-width: 992px) {
    .hospital-box {
        width: calc(50% - 10px);
    }
    
    .logo-card {
        width: calc(33.333% - 14px);
    }
}

/* Mobile Devices */
@media screen and (max-width: 768px) {
    .impact-hero-title {
        font-size: 30px;
    }

    .impact-hero-content {
        padding-right: 0;
        text-align: center;
    }

    .metrics-header-grid {
        flex-direction: column;
    }

    .metric-card {
        width: 100%;
    }

    .hospital-box {
        width: 100%;
    }

    .logo-card {
        width: calc(50% - 10px);
    }

    .college-col {
        min-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }

    .growing-title {
        font-size: 24px;
    }

    .logo-card {
        width: 100%;
    }
}