/* ==============================================
   PAGES CSS (Page-Specific Styles & Scopes)
=============================================== */

/* --- Homepage --- */
.hero-final { position: relative; background: var(--bg-cream); padding: 130px 0 100px; overflow: hidden; display: flex; align-items: center; min-height: 100vh; }
.hero-bg-shape { position: absolute; left: -10%; top: -20%; width: 55%; height: 140%; background: rgba(114, 193, 115, 0.08); border-radius: 40% 60% 70% 30% / 50% 30% 70% 50%; z-index: 0; }
.hero-container { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.hero-content { padding-left: 30px; }
.hero-badge { display: inline-block; padding: 6px 16px; background: white; color: var(--primary); border-radius: 50px; font-weight: 700; font-size: 0.85rem; margin-bottom: 25px; box-shadow: 0 5px 15px rgba(33,90,55,0.08); border: 1px solid rgba(114, 193, 115, 0.2); }
.hero-title { color: var(--dark); line-height: 1.1; margin-bottom: 24px; }
.hero-accent { color: var(--primary); position: relative; z-index: 1; }
.hero-accent::after { content: ''; position: absolute; bottom: 8px; left: -5%; width: 110%; height: 12px; background: rgba(114, 193, 115, 0.3); z-index: -1; border-radius: 20px; transform: rotate(-2deg); }
.hero-desc { font-size: 1.15rem; color: var(--gray); line-height: 1.7; margin-bottom: 40px; max-width: 95%; font-weight: 700;}
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-btn { box-shadow: 0 10px 25px rgba(33, 90, 55, 0.2); padding: 12px 36px; }
.hero-play-btn { display: flex; align-items: center; gap: 12px; color: var(--primary); font-weight: 700; text-decoration: none; transition: all 0.3s ease; }
.hero-play-btn i { width: 44px; height: 44px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(33,90,55,0.15); font-size: 0.9rem; padding-left: 3px; border: 1px solid rgba(114, 193, 115, 0.2); transition: all 0.3s ease;}
.hero-play-btn:hover i { background: var(--accent); color: white; transform: scale(1.1); }
.hero-play-btn:hover span { color: var(--accent); }
.hero-final::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('ssd-bg-main.png'); opacity: 0.15; z-index: 1; background-position: right; background-size: contain; }
.hero-gallery { position: relative; height: 550px; display: flex; align-items: center; justify-content: center; }
.hero-blob { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.hero-blob img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.hero-blob:hover img { transform: scale(1.08); }
.blob-main {
	width: 340px;
	height: 340px;
	z-index: 2;
	border-radius: 100px 0px 100px 0px;
	left: 0;
	border: 5px solid var(--primary);
}
.blob-sub1 {
	width: 310px;
	height: 300px;
	right: 0;
	top: -25px;
	z-index: 1;
	border-radius: 100px 0px 100px 0px;
	opacity: 0.95;
	border: 5px solid var(--primary);
}
.blob-sub2 {
	width: 310px;
	height: 300px;
	right: 0;
	bottom: -35px;
	z-index: 3;
	border-radius: 0px 100px 0px 100px;
	border: 5px solid var(--primary);
}
.particle { position: absolute; color: var(--primary); font-weight: 900; font-size: 2rem; opacity: 0.3; pointer-events: none; animation: floatUp 6s ease-in-out infinite alternate;}
.p-1 { top: 10%; left: 10%; animation-delay: 0s; }
.p-2 { top: 80%; right: 10%; font-size: 4rem; line-height: 0; animation-delay: -2s; color: var(--accent); }
.p-3 { bottom: 15%; left: 20%; animation-delay: -4s; }

.impact-icon-shape { padding: 130px 0; background: var(--bg-dark); }
.iis-container { max-width: 1350px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.iis-story { grid-column: span 2; background: white; padding: 40px; border-radius: 24px; display: flex; flex-direction: column; justify-content: center; }
.iis-heading { color: var(--primary); line-height: 1.2; margin-bottom: 15px; font-size: clamp(1.8rem, 2.5vw, 2.4rem); }
.iis-desc { font-size: 1.1rem; color: var(--gray); font-style: italic; margin-bottom: 30px; }
.iis-btn { align-self: flex-start; padding: 12px 36px; font-weight: 600; display: flex; align-items: center; gap: 8px; border-radius: 50px; }
.iis-btn:hover { gap: 12px; }
.iis-stat { position: relative; overflow: hidden; background: var(--primary); border-radius: 24px; padding: 40px 30px; display: flex; align-items: center; justify-content: center; text-align: center; transition: 0.4s; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.05); }
.iis-stat:hover { transform: translateY(-8px); background: #2a6e43; }
.iis-bg-icon { position: absolute; font-size: 180px; color: rgba(255, 255, 255, 0.05); top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; transition: 0.5s; }
.iis-stat:hover .iis-bg-icon { transform: translate(-50%, -50%) scale(1.1); color: rgba(255, 255, 255, 0.08); }
.iis-content { position: relative; z-index: 1; display: flex; flex-direction: column; }
.iis-num { font-size: 3.5rem; font-weight: 900; color: white; margin-bottom: 5px; line-height: 1; }
.iis-label { font-size: 0.95rem; font-weight: 700; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.5px; }

.programs { padding: 130px 0; background: #f4f7f5; position: relative; }
.programs::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(33, 90, 55, 0.15), transparent); }
.programs-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; }
.program-card { background: #fff; box-shadow: 0 10px 30px rgba(33, 90, 55, 0.06); transition: var(--transition); position: relative; overflow: hidden; border: 1px solid rgba(33, 90, 55, 0.06); display: flex; flex-direction: column; }
.program-card::before { content: ''; position: absolute; width: 100%; height: 100%; background: var(--gradient-primary); top: 0; left: -100%; transition: var(--transition); z-index: 0; opacity: 0.98; }
.program-thumb { width: 100%; height: 220px; position: relative; }
.program-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.program-card:hover .program-thumb img { transform: scale(1.1); }
.program-icon-float { position: absolute; bottom: -20px; right: 20px; width: 60px; height: 60px; background: var(--primary); color: white; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 5px 15px rgba(0,0,0,0.2); border: 4px solid white; border-radius: 50%; z-index: 2; }
.program-content { padding: 30px 24px 24px; display: flex; flex-direction: column; flex-grow: 1; }
.program-card:hover::before { left: 0; }
.program-card:hover { transform: translateY(-14px); box-shadow: 0 20px 40px rgba(33, 90, 55, 0.15); }
.program-card > * { position: relative; z-index: 1; }
.program-card:hover h3, .program-card:hover .program-link { color: white; }
.program-card h3 { font-size: 1.65rem; color: var(--primary); margin-bottom: 14px; transition: var(--transition); letter-spacing: -0.01em; }
.program-link { color: var(--accent); font-weight: 700; display: inline-flex; align-items: center; gap: 10px; transition: var(--transition); text-decoration: none; }
.program-link:hover { gap: 14px; }

.news-cards { padding: 100px 0; background: var(--bg-cream); }
.cards-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.cards-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; flex-wrap: wrap; gap: 20px; }
.news-title { text-align: left; margin-bottom: 0; }
.news-title h2 { padding-bottom: 10px; }
.news-title h2::after { left: 0; transform: none; }
.news-title p { margin-top: 5px; margin-left: 0; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; min-height: 480px; }
.cards-footer { text-align: center; margin-top: 40px; }

/* --- About Us --- */
.org-description { max-width: 1200px; margin: 100px auto 60px; padding: 0 40px; }
.org-description .lead { font-size: 1.4rem; line-height: 1.9; color: var(--primary); font-weight: 700; margin-bottom: 40px; border-left: 5px solid var(--accent); padding-left: 30px; }
.org-description p { font-size: 1.1rem; line-height: 1.9; color: var(--gray); margin-bottom: 24px; }
.org-description strong { color: var(--primary); font-weight: 700; }
.mv-section { padding: 80px 0; background: linear-gradient(180deg, var(--light) 0%, white 100%); }
.mv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.mv-card { background: white; padding: 30px 40px; box-shadow: 0 20px 60px rgba(33, 90, 55, 0.08); border-top: 8px solid var(--primary); transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; overflow: hidden; }
.mv-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); opacity: 0; transition: opacity 0.5s ease; z-index: 0; }
.mv-card:hover { transform: translateY(-15px); box-shadow: 0 30px 80px rgba(33, 90, 55, 0.15); }
.mv-card:hover::before { opacity: 0.98; }
.mv-card:hover * { color: white; position: relative; z-index: 1; }
.mv-card:hover .mv-icon { background: rgba(255,255,255,0.2); color: white; }
.mv-icon { width: 70px; height: 70px; background: rgba(114, 193, 115, 0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 2.2rem; color: var(--primary); transition: all 0.5s ease; border: 3px solid rgba(114, 193, 115, 0.3); }
.mv-card h2 { font-size: 2.4rem; margin-bottom: 25px; color: var(--primary); font-weight: 800; transition: color 0.5s ease; }
.mv-card p { color: var(--gray); line-height: 1.9; font-size: 1.1rem; transition: color 0.5s ease; }
.values-section { padding: 120px 0; background: var(--light); position: relative; }
.values-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(33, 90, 55, 0.2), transparent); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; max-width: 1200px; margin: 60px auto 0; padding: 0 30px; }
.value-item { background: white; padding: 40px 35px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid rgba(33, 90, 55, 0.08); display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 20px; align-items: center; border-top: 4px solid var(--primary); position: relative; overflow: hidden; }
.value-item::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 4px; background: var(--accent); transition: width 0.5s ease; }
.value-item:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(33, 90, 55, 0.12); }
.value-item:hover::after { width: 100%; }
.value-icon-box { grid-row: 1; grid-column: 1; width: 60px; height: 60px; background: rgba(114, 193, 115, 0.15); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; border-radius: 12px; transition: all 0.3s ease; }
.value-item:hover .value-icon-box { background: var(--primary); color: white; transform: scale(1.1) rotate(5deg); }
.value-item h4 { grid-row: 1; grid-column: 2; font-size: 1.4rem; color: var(--primary); margin: 0; font-weight: 800; line-height: 1.3; }
.value-item p { grid-row: 2; grid-column: 1 / -1; margin-top: 20px; font-size: 1rem; color: #5d7565; line-height: 1.8; }
.legal-section { padding: 120px 0; background: white; position: relative; }
.reg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1200px; margin: 60px auto 0; padding: 0 30px; }
.reg-box { display: flex; align-items: center; gap: 20px; padding: 30px; border: 2px solid rgba(33, 90, 55, 0.1); background: white; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); border-radius: 16px; position: relative; overflow: hidden; }
.reg-box::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent); transform: scaleY(0); transition: transform 0.4s ease; }
.reg-box:hover { border-color: var(--accent); box-shadow: 0 15px 40px rgba(33, 90, 55, 0.12); transform: translateY(-5px); }
.reg-box:hover::before { transform: scaleY(1); }
.reg-icon { min-width: 60px; height: 60px; background: var(--light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--primary); transition: all 0.3s ease; border: 2px solid rgba(114, 193, 115, 0.3); }
.reg-box:hover .reg-icon { background: var(--primary); color: white; transform: rotate(360deg); }
.reg-info h5 { font-size: 1.15rem; color: var(--dark); margin-bottom: 6px; line-height: 1.4; font-weight: 700; }
.reg-info span { display: block; font-size: 0.9rem; color: var(--accent); font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }

/* --- Our Story --- */
.story-hero { position: relative; min-height: 100vh; background: linear-gradient(135deg, #1a2a1f 0%, var(--story-primary) 50%, #0f2918 100%); display: flex; align-items: center; overflow: hidden; perspective: 1000px; }
.story-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(114, 193, 115, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(201, 162, 39, 0.1) 0%, transparent 50%); animation: gradient-shift 15s ease infinite; background-size: 200% 200%; }
.story-hero-bg { position: absolute; inset: 0; opacity: 0.2; transform: scale(1.1); animation: float 20s ease-in-out infinite; }
.story-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.8) contrast(1.1); }
.story-hero-content { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 140px 40px 100px; color: white; transform-style: preserve-3d; }
.story-hero-badge { display: inline-flex; align-items: center; gap: 12px; font-size: 0.85rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 12px 24px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; margin-bottom: 32px; color: var(--story-accent); animation: pulse-glow 3s ease-in-out infinite; }
.story-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 900; line-height: 1.05; max-width: 900px; margin-bottom: 32px; background: linear-gradient(135deg, #fff 0%, var(--story-accent) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transform: translateZ(50px); text-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.story-hero p { font-size: 1.3rem; max-width: 600px; opacity: 0.95; line-height: 1.8; color: rgba(255,255,255,0.9); transform: translateZ(30px); }
.hero-stats-float { position: absolute; right: 5%; top: 50%; transform: translateY(-50%) translateZ(80px); display: flex; flex-direction: column; gap: 20px; z-index: 10; }
.float-stat { background: rgba(255,255,255,0.1); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.2); padding: 24px 32px; border-radius: 20px; text-align: center; animation: float 6s ease-in-out infinite; animation-delay: calc(var(--i) * 1s); }
.float-stat-number { font-size: 2.5rem; font-weight: 900; color: var(--story-accent); display: block; line-height: 1; }
.float-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1px; margin-top: 8px; }
.story-intro { padding: 120px 0; background: linear-gradient(180deg, #f8fff9 0%, #ffffff 100%); position: relative; overflow: hidden; }
.story-intro::before { content: ''; position: absolute; top: -50%; left: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(114, 193, 115, 0.08) 0%, transparent 70%); border-radius: 50%; }
.story-intro-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.story-quote-block { position: relative; padding: 40px 0; }
.story-quote-block::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: linear-gradient(to bottom, var(--story-primary), var(--story-accent)); border-radius: 3px; }
.story-intro-quote { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.4; color: var(--story-primary); padding-left: 40px; font-style: italic; position: relative; }
.quote-mark { position: absolute; left: -20px; top: -30px; font-size: 8rem; color: var(--story-accent); opacity: 0.15; font-family: 'Playfair Display', serif; line-height: 1; }
.story-intro-text { font-size: 1.15rem; line-height: 2; color: var(--gray); margin-bottom: 24px; padding-left: 40px; }
.testimonial-card { background: white; border-radius: 24px; padding: 48px; box-shadow: 0 20px 60px rgba(33, 90, 55, 0.1), 0 0 0 1px rgba(33, 90, 55, 0.05); position: relative; transform-style: preserve-3d; transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); overflow: hidden; }
.testimonial-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--story-primary), var(--story-accent), var(--story-gold)); }
.testimonial-card:hover { transform: translateY(-10px) rotateX(5deg); }
.testimonial-quote-icon { font-size: 4rem; color: var(--story-accent); opacity: 0.2; margin-bottom: 20px; display: block; }
.testimonial-card p { font-size: 1.2rem; line-height: 1.9; color: var(--story-primary); font-style: italic; margin-bottom: 32px; }
.testimonial-author { display: flex; align-items: center; gap: 20px; }
.author-image { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid var(--story-accent); box-shadow: 0 4px 15px rgba(114, 193, 115, 0.3); }
.timeline-section { padding: 140px 0; background: linear-gradient(180deg, #ffffff 0%, #f8fff9 50%, #ffffff 100%); position: relative; overflow: hidden; }
.timeline-bg-pattern { position: absolute; inset: 0; opacity: 0.03; background-image: radial-gradient(circle at 25% 25%, var(--story-primary) 2px, transparent 2px), radial-gradient(circle at 75% 75%, var(--story-accent) 2px, transparent 2px); background-size: 60px 60px; }
.timeline-header { text-align: center; margin-bottom: 100px; padding: 0 40px; position: relative; z-index: 2; }
.timeline-header h2 { font-size: clamp(2.5rem, 4vw, 3.5rem); color: var(--story-primary); margin-bottom: 20px; position: relative; display: inline-block; }
.timeline-header h2::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: linear-gradient(90deg, var(--story-primary), var(--story-accent)); border-radius: 2px; }
.timeline-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 40px; position: relative; }
.timeline-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, transparent 0%, var(--story-accent) 10%, var(--story-primary) 50%, var(--story-accent) 90%, transparent 100%); transform: translateX(-50%); border-radius: 2px; }
.timeline-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 100px; position: relative; opacity: 0; transform: translateY(50px); transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
.timeline-item.visible { opacity: 1; transform: translateY(0); }
.timeline-item:nth-child(even) { flex-direction: row-reverse; }
.timeline-content { width: 45%; background: white; padding: 40px; border-radius: 24px; box-shadow: 0 20px 50px rgba(33, 90, 55, 0.08); border: 1px solid rgba(114, 193, 115, 0.15); transition: all 0.4s ease; }
.timeline-content:hover { transform: scale(1.02); box-shadow: 0 30px 60px rgba(33, 90, 55, 0.12); }
.timeline-year { display: inline-flex; align-items: center; gap: 10px; font-size: 2.2rem; font-weight: 900; color: var(--story-primary); margin-bottom: 16px; background: linear-gradient(135deg, var(--story-primary), var(--story-accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.year-orb { width: 16px; height: 16px; background: var(--story-accent); border-radius: 50%; display: inline-block; animation: pulse-glow 2s ease-in-out infinite; }
.timeline-impact { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; background: linear-gradient(135deg, rgba(114, 193, 115, 0.1), rgba(33, 90, 55, 0.05)); border-radius: 50px; color: var(--story-primary); font-weight: 700; font-size: 0.95rem; border: 1px solid rgba(114, 193, 115, 0.2); }
.timeline-visual { width: 45%; position: relative; }
.timeline-image-frame { border-radius: 24px; overflow: hidden; box-shadow: 0 25px 50px rgba(33, 90, 55, 0.15); transform: rotate(-2deg); transition: transform 0.4s ease; }
.timeline-item:nth-child(even) .timeline-image-frame { transform: rotate(2deg); }
.timeline-item:hover .timeline-image-frame { transform: rotate(0deg) scale(1.05); }
.timeline-image-frame img { width: 100%; height: 320px; object-fit: cover; transition: transform 0.6s ease; }
.timeline-node { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 24px; height: 24px; background: white; border: 4px solid var(--story-accent); border-radius: 50%; z-index: 10; box-shadow: 0 0 0 8px rgba(114, 193, 115, 0.2); transition: all 0.4s ease; }
.timeline-item:hover .timeline-node { transform: translate(-50%, -50%) scale(1.3); border-color: var(--story-primary); box-shadow: 0 0 0 12px rgba(114, 193, 115, 0.3); }
.timeline-mobile { display: none; padding: 0 20px; }
.founding-story { padding: 140px 0; background: linear-gradient(135deg, #f8fff9 0%, #e8f5ea 100%); position: relative; overflow: hidden; }
.founding-story::before { content: ''; position: absolute; right: -10%; top: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(114, 193, 115, 0.1) 0%, transparent 60%); border-radius: 50%; animation: morph 20s ease-in-out infinite; }
.founding-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: center; position: relative; z-index: 2; }
.founding-visual { position: relative; }
.founding-image-main { width: 100%; height: 550px; object-fit: cover; border-radius: 30px; box-shadow: 0 40px 80px rgba(33, 90, 55, 0.2); position: relative; z-index: 2; }
.founding-accent-shape { position: absolute; width: 200px; height: 200px; background: linear-gradient(135deg, var(--secondary), var(--primary)); border-radius: 30px; bottom: -40px; right: -40px; z-index: 1; animation: float 8s ease-in-out infinite; opacity: 0.9; }
.founding-floating-card { position: absolute; bottom: 60px; left: -30px; background: white; padding: 24px 32px; border-radius: 20px; box-shadow: 0 20px 50px rgba(33, 90, 55, 0.15); z-index: 3; animation: float 7s ease-in-out infinite; animation-delay: 1s; }
.founding-floating-card strong { display: block; font-size: 2.2rem; color: var(--primary); font-weight: 900; }
.founding-floating-card span { color: var(--gray); font-size: 0.95rem; font-weight: 600; }
.founding-content h2 { font-size: clamp(2.2rem, 3.5vw, 3.2rem); color: var(--primary); margin-bottom: 28px; line-height: 1.2; }
.founding-content > p { font-size: 1.15rem; line-height: 2; color: var(--gray); margin-bottom: 24px; }
.founding-highlights { display: flex; flex-direction: column; gap: 20px; margin: 40px 0; }
.highlight-item { display: flex; align-items: flex-start; gap: 20px; padding: 24px; background: white; border-radius: 16px; box-shadow: 0 10px 30px rgba(33, 90, 55, 0.06); border-left: 4px solid var(--secondary); transition: all 0.4s ease; }
.highlight-item:hover { transform: translateX(10px); box-shadow: 0 15px 40px rgba(33, 90, 55, 0.1); }
.highlight-icon { width: 56px; height: 56px; background: linear-gradient(135deg, rgba(114, 193, 115, 0.2), rgba(114, 193, 115, 0.05)); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.4rem; flex-shrink: 0; }
.highlight-text h4 { color: var(--primary); font-size: 1.2rem; margin-bottom: 6px; }
.highlight-text p { color: var(--gray); font-size: 0.95rem; line-height: 1.6; margin: 0; }
.founding-stats-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; padding-top: 40px; border-top: 2px solid rgba(33, 90, 55, 0.1); }
.stat-bar-item { text-align: center; position: relative; }
.stat-bar-item:not(:last-child)::after { content: ''; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); height: 50px; width: 1px; background: rgba(33, 90, 55, 0.2); }
.stat-bar-number { font-size: 2.8rem; font-weight: 900; color: var(--primary); display: block; line-height: 1; margin-bottom: 8px; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-bar-label { font-size: 0.9rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.impact-milestones { padding: 120px 0; background: linear-gradient(135deg, var(--light) 0%, #e8f5e9 100%); }
.impact-grid { max-width: 1400px; margin: 60px auto 0; padding: 0 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.impact-milestone { text-align: center; padding: 50px 30px; background: white; border-radius: 20px; transition: all 0.5s ease; border: 1px solid rgba(33, 90, 55, 0.08); position: relative; overflow: hidden; }
.impact-milestone::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--gradient-primary); transform: scaleX(0); transition: transform 0.5s ease; }
.impact-milestone:hover { transform: translateY(-15px); box-shadow: 0 30px 60px rgba(33, 90, 55, 0.15); }
.impact-milestone:hover::before { transform: scaleX(1); }
.impact-milestone i { font-size: 3.5rem; color: var(--accent); margin-bottom: 25px; transition: all 0.4s ease; }
.impact-milestone:hover i { transform: scale(1.2) rotate(10deg); color: var(--primary); }
.impact-milestone h3 { font-size: 3rem; color: var(--primary); margin-bottom: 10px; font-weight: 900; }

/* --- Single Program --- */
.program-overview { padding: 100px 0; background: white; }
.overview-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.overview-content h2 { color: var(--primary); font-size: clamp(2.2rem, 3.5vw, 2.8rem); margin-bottom: 24px; line-height: 1.2; }
.overview-content p { color: var(--gray); font-size: 1.1rem; line-height: 1.9; margin-bottom: 20px; }
.overview-content .lead-text { font-size: 1.25rem; color: var(--primary); font-weight: 600; border-left: 4px solid var(--accent); padding-left: 20px; margin-bottom: 25px; }
.overview-image-wrap { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 60px rgba(33, 90, 55, 0.15); }
.overview-image-wrap img { width: 100%; height: 500px; object-fit: cover; display: block; }
.overview-image-wrap::after { content: ''; position: absolute; inset: 0; border: 10px solid white; border-radius: 24px; pointer-events: none; }
.program-initiatives { padding: 100px 0; background: var(--bg-light-green); position: relative; }
.initiatives-grid { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.init-card { background: white; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(33, 90, 55, 0.04); transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid rgba(114, 193, 115, 0.1); border-bottom: 4px solid transparent; display: flex; flex-direction: column; }
.init-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(33, 90, 55, 0.1); border-bottom-color: var(--accent); }
.init-icon { width: 65px; height: 65px; background: rgba(114, 193, 115, 0.15); color: var(--primary); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 25px; transition: all 0.4s ease; }
.init-card:hover .init-icon { background: var(--primary); color: white; transform: rotate(10deg) scale(1.1); }
.init-card h3 { color: var(--primary); font-size: 1.4rem; margin-bottom: 15px; font-weight: 800; }
.init-card p { color: var(--gray); font-size: 1.05rem; line-height: 1.7; margin: 0; }
.program-gallery-section { padding: 100px 0; background: white; }
.pg-grid { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pg-item { border-radius: 16px; overflow: hidden; position: relative; height: 350px; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.pg-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.pg-item:hover img { transform: scale(1.08); }

/* Interactive Interventions Tabs (Filter Style) */
.intervention-tabs-wrapper { max-width: 1400px; margin: 50px auto 0; padding: 0 40px; display: grid; grid-template-columns: 350px 1fr; gap: 50px; align-items: start; }
.int-tab-nav { display: flex; flex-direction: column; gap: 15px; position: sticky; top: 120px; }
.int-tab-btn { background: white; border: 1px solid rgba(114, 193, 115, 0.2); border-radius: 16px; padding: 20px 25px; text-align: left; font-size: 1.15rem; font-weight: 700; color: var(--primary); cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; gap: 15px; box-shadow: 0 5px 15px rgba(33, 90, 55, 0.03); width: 100%; font-family: inherit; }
.int-tab-btn i { font-size: 1.3rem; width: 25px; text-align: center; }
.int-tab-btn:hover { background: var(--bg-light-green); transform: translateX(5px); }
.int-tab-btn.active { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 15px 30px rgba(33, 90, 55, 0.15); transform: translateX(10px); }
.int-tab-pane { display: none; animation: fadeIn 0.5s ease; background: white; border-radius: 24px; padding: 40px; box-shadow: 0 20px 50px rgba(33, 90, 55, 0.06); border: 1px solid rgba(114, 193, 115, 0.1); }
.int-tab-pane.active { display: block; }
.int-tab-text h3 { color: var(--primary); font-size: 2rem; margin-bottom: 15px; line-height: 1.2; }
.int-tab-text p { color: var(--gray); font-size: 1.15rem; line-height: 1.8; margin: 0; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* --- Contact --- */
.contact-section { padding: 100px 0; background: white; position: relative; }
.contact-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
.contact-info-wrapper { display: flex; flex-direction: column; gap: 30px; }
.contact-info-card { display: flex; align-items: flex-start; gap: 20px; padding: 35px; background: var(--bg-light-green); border-radius: 20px; border: 1px solid rgba(114, 193, 115, 0.15); transition: all 0.4s ease; }
.contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(33, 90, 55, 0.08); border-color: var(--accent); background: white; }
.ci-icon { width: 60px; height: 60px; background: white; color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; box-shadow: 0 10px 20px rgba(33, 90, 55, 0.06); border: 2px solid rgba(114, 193, 115, 0.1); transition: all 0.4s ease; }
.contact-info-card:hover .ci-icon { background: var(--primary); color: white; transform: scale(1.1) rotate(10deg); }
.ci-content h4 { color: var(--primary); font-size: 1.2rem; margin-bottom: 10px; font-weight: 800; }
.ci-content p, .ci-content a { color: var(--gray); font-size: 1.05rem; line-height: 1.6; margin: 0; text-decoration: none; transition: color 0.3s ease; }
.ci-content a:hover { color: var(--accent); }
.contact-form-wrap { background: white; padding: 50px; border-radius: 24px; box-shadow: 0 20px 50px rgba(33, 90, 55, 0.08); border: 1px solid rgba(33, 90, 55, 0.05); }
.contact-form-wrap h3 { color: var(--primary); font-size: 2rem; margin-bottom: 10px; }
.contact-form-wrap > p { color: var(--gray); margin-bottom: 30px; }

/* --- Blog Archive --- */
.archive-section { padding: 80px 0 120px; background: var(--bg-cream); }
.archive-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.featured-post { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(33, 90, 55, 0.08); margin-bottom: 80px; border: 1px solid rgba(114, 193, 115, 0.15); transition: all 0.4s ease; }
.featured-post:hover { box-shadow: 0 30px 60px rgba(33, 90, 55, 0.12); transform: translateY(-5px); }
.fp-image { position: relative; height: 100%; min-height: 400px; overflow: hidden; }
.fp-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.featured-post:hover .fp-image img { transform: scale(1.05); }
.fp-content { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.fp-content .card-badge { position: relative; top: 0; left: 0; display: inline-block; width: max-content; margin-bottom: 25px; }
.fp-content h2 { font-size: clamp(1.8rem, 2.5vw, 2.4rem); color: var(--primary); margin-bottom: 20px; line-height: 1.3; font-weight: 800; }
.fp-content h2 a { color: inherit; text-decoration: none; transition: color 0.3s ease; }
.fp-content h2 a:hover { color: var(--accent); }
.fp-content p { color: var(--gray); font-size: 1.1rem; line-height: 1.8; margin-bottom: 30px; }

/* --- Single Post --- */
.single-post-header { padding: 160px 0 80px; background: var(--bg-cream); text-align: center; position: relative; }
.single-post-meta { display: flex; align-items: center; justify-content: center; gap: 15px; color: var(--gray); font-weight: 600; margin-bottom: 25px; font-size: 0.95rem; flex-wrap: wrap; }
.single-post-meta .badge { background: var(--accent); color: var(--dark); padding: 6px 18px; border-radius: 50px; text-transform: uppercase; font-size: 0.8rem; font-weight: 800; letter-spacing: 1px; }
.single-post-meta i { color: var(--primary); }
.single-post-header h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--primary); max-width: 1000px; margin: 0 auto; line-height: 1.2; }
.single-post-featured { max-width: 1200px; margin: -50px auto 60px; padding: 0 40px; position: relative; z-index: 2; }
.single-post-featured img { width: 100%; height: 550px; object-fit: cover; border-radius: 24px; box-shadow: 0 20px 50px rgba(33, 90, 55, 0.15); border: 8px solid white; }
.single-post-container { max-width: 1300px; margin: 0 auto; padding: 0 40px 100px; display: grid; grid-template-columns: 1fr 350px; gap: 80px; align-items: start; }
.post-content { color: var(--dark); line-height: 1.9; font-size: 1.15rem; }
.post-content p { margin-bottom: 25px; color: #4a5d51; }
.post-content h2, .post-content h3, .post-content h4 { color: var(--primary); margin: 45px 0 20px; line-height: 1.3; }
.post-content h2 { font-size: 2.2rem; } .post-content h3 { font-size: 1.6rem; }
.post-content blockquote { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--primary); border-left: 4px solid var(--accent); padding: 30px 40px; margin: 40px 0; font-style: italic; background: var(--bg-light-green); border-radius: 0 20px 20px 0; line-height: 1.6; }
.post-content img { width: 100%; height: auto; border-radius: 16px; margin: 30px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.post-content ul, .post-content ol { margin: 0 0 30px 20px; color: #4a5d51; }
.post-content li { margin-bottom: 12px; padding-left: 10px; }
.post-content ul li::marker { color: var(--accent); }
.post-share { display: flex; align-items: center; gap: 15px; padding-top: 30px; margin-top: 50px; border-top: 1px solid rgba(33, 90, 55, 0.1); }
.post-share span { font-weight: 700; color: var(--primary); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; }
.post-share a { width: 44px; height: 44px; border-radius: 50%; background: var(--bg-light-green); color: var(--primary); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; text-decoration: none; font-size: 1.1rem; }
.post-share a:hover { background: var(--primary); color: white; transform: translateY(-4px); box-shadow: 0 10px 20px rgba(33, 90, 55, 0.15); }
.content-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; margin: 30px 0; }
.content-gallery a { display: block; aspect-ratio: 3/2; overflow: hidden; border-radius: 12px; border: 1px solid rgba(33, 90, 55, 0.1); }
.content-gallery a img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.content-gallery a:hover img { transform: scale(1.05); }
.post-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(33, 90, 55, 0.1); }
.post-tags__label { font-weight: 700; color: var(--primary); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }
.post-tags__label i { margin-right: 6px; color: var(--accent); }
.post-tag { display: inline-block; padding: 5px 16px; background: var(--bg-light-green); color: var(--primary); border-radius: 50px; font-size: 0.85rem; font-weight: 600; text-decoration: none; border: 1px solid rgba(33, 90, 55, 0.15); transition: all 0.25s ease; }
.post-tag:hover { background: var(--primary); color: white; border-color: var(--primary); transform: translateY(-2px); }
.post-sidebar { position: sticky; top: 120px; }
.sidebar-widget { background: white; padding: 35px 30px; border-radius: 20px; border: 1px solid rgba(114, 193, 115, 0.15); margin-bottom: 30px; box-shadow: 0 10px 30px rgba(33, 90, 55, 0.03); }
.sidebar-widget h4 { font-size: 1.3rem; color: var(--primary); margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid var(--bg-light-green); }
.recent-posts-list { list-style: none; padding: 0; margin: 0; }
.recent-posts-list li { display: flex; gap: 15px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed rgba(114, 193, 115, 0.2); }
.recent-posts-list li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.rp-thumb { width: 70px; height: 70px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.rp-info a { color: var(--dark); text-decoration: none; font-weight: 700; line-height: 1.4; display: block; font-size: 0.95rem; transition: color 0.3s ease; }
.rp-info a:hover { color: var(--primary); }
.rp-info span { display: block; font-size: 0.8rem; color: var(--gray); margin-top: 6px; font-weight: 500; }

/* --- Donate --- */
.donate-section { padding: 100px 0; background: var(--bg-light-green); position: relative; }
.donate-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; flex-direction: column; gap: 60px; }
.donate-header-center { text-align: center; max-width: 800px; margin: 0 auto 30px; }
.donate-heading { font-size: clamp(2rem, 3vw, 2.6rem); color: var(--primary); margin-bottom: 15px; font-weight: 800; line-height: 1.2; }
.donate-lead { font-size: 1.1rem; color: var(--gray); margin-bottom: 35px; line-height: 1.8; }
.offline-donation-box h3 { font-size: 1.8rem; color: var(--primary); margin-bottom: 10px; }
.offline-donation-box > p { color: var(--gray); margin-bottom: 25px; font-size: 1.05rem; }
.offline-donation-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: start; }
.payment-card { background: linear-gradient(145deg, #ffffff 0%, #f9fbf9 100%); border-radius: 20px; border: 1px solid rgba(33,90,55,0.08); padding: 30px; margin-bottom: 20px; box-shadow: 0 10px 30px rgba(33,90,55,0.03); transition: all 0.4s ease; }
.payment-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(33,90,55,0.08); border-color: rgba(114, 193, 115, 0.2); }
.bank-card { border-top: 5px solid var(--primary); height: 100%; margin-bottom: 0; }
.pc-head { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; border-bottom: 1px dashed rgba(33,90,55,0.15); padding-bottom: 15px; }
.pc-head i { font-size: 1.8rem; color: var(--primary); }
.pc-head h4 { font-size: 1.3rem; color: var(--dark); margin: 0; font-weight: 800; }
.pc-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 1.05rem; border-bottom: 1px solid rgba(114, 193, 115, 0.1); padding-bottom: 10px; }
.pc-row:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.pc-row span { color: var(--gray); font-weight: 500; }
.pc-row strong { color: var(--primary); text-align: right; display: flex; align-items: center; gap: 10px; }
.copy-icon { color: var(--accent); cursor: pointer; font-size: 1.1rem; transition: all 0.3s ease; background: white; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid rgba(114, 193, 115, 0.2); box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.copy-icon:hover { background: var(--primary); color: white; border-color: var(--primary); transform: scale(1.05); }
.mfs-grid { display: grid; grid-template-columns: 1fr; gap: 20px; height: 100%; }
.mfs-card { padding: 25px; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; }
.mfs-card.bkash { border-top: 5px solid #e2136e; background: linear-gradient(145deg, #ffffff 0%, #fdf2f6 100%); }
.mfs-card.bkash:hover { border-color: rgba(226, 19, 110, 0.3); }
.mfs-card.nagad { border-top: 5px solid #f6921e; background: linear-gradient(145deg, #ffffff 0%, #fdf8f2 100%); }
.mfs-card.nagad:hover { border-color: rgba(246, 146, 30, 0.3); }
.mfs-card .pc-head { margin-bottom: 15px; padding-bottom: 10px; }
.mfs-card .pc-head h4 { font-size: 1.2rem; }
.mfs-number-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; background: white; padding: 12px 18px; border-radius: 12px; border: 1px dashed rgba(33,90,55,0.15); }
.mfs-number { font-size: 1.5rem; font-weight: 800; color: var(--dark); letter-spacing: 1px; }
.mfs-step { font-size: 0.9rem; color: var(--primary); font-weight: 600; display: inline-block; background: rgba(255,255,255,0.8); padding: 8px 14px; border-radius: 8px; border: 1px solid rgba(114, 193, 115, 0.15); }
.donation-form-wrap { background: white; padding: 50px; border-radius: 24px; box-shadow: 0 20px 50px rgba(33, 90, 55, 0.08); border: 1px solid rgba(114, 193, 115, 0.15); }
.donation-form-wrap h3 { color: var(--primary); font-size: 2rem; margin-bottom: 5px; }
.form-section-label { display: block; font-weight: 700; color: var(--dark); margin-bottom: 15px; font-size: 1.1rem; }
.donor-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.donate-btn { font-size: 1.2rem; padding: 18px 30px; }

/* --- Media Gallery --- */
.gallery-section { padding: 80px 0 120px; background: white; }
.gallery-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; margin-top: 40px; }
.gallery-item { position: relative; border-radius: 16px; overflow: hidden; height: 300px; cursor: pointer; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(33, 90, 55, 0.9) 0%, rgba(33, 90, 55, 0.2) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; opacity: 0; transition: all 0.4s ease; }
.gallery-overlay i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.5); font-size: 2.5rem; color: white; opacity: 0; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-overlay i { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.gallery-overlay h4 { color: white; margin: 0 0 5px 0; font-size: 1.2rem; transform: translateY(20px); transition: transform 0.4s ease; }
.gallery-overlay p { color: rgba(255,255,255,0.8); margin: 0; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; transform: translateY(20px); transition: transform 0.4s ease 0.1s; }
.gallery-item:hover .gallery-overlay h4, .gallery-item:hover .gallery-overlay p { transform: translateY(0); }

/* --- Reports & Publications --- */
.reports-section { padding: 80px 0 120px; background: var(--bg-light-green); }
.reports-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.reports-intro { text-align: center; max-width: 800px; margin: 0 auto 50px; }
.reports-intro h2 { color: var(--primary); font-size: clamp(2rem, 3vw, 2.8rem); margin-bottom: 20px; }
.reports-intro p { color: var(--gray); font-size: 1.1rem; line-height: 1.8; }
.reports-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px; margin-top: 40px; }
.report-card { background: white; border-radius: 16px; padding: 35px 30px; box-shadow: 0 10px 30px rgba(33, 90, 55, 0.04); border: 1px solid rgba(114, 193, 115, 0.15); transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.report-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.report-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(33, 90, 55, 0.08); border-color: rgba(114, 193, 115, 0.3); }
.report-card:hover::before { transform: scaleX(1); }
.report-icon { width: 60px; height: 60px; background: rgba(220, 53, 69, 0.1); color: #dc3545; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 20px; transition: all 0.3s ease; }
.report-card:hover .report-icon { background: #dc3545; color: white; transform: scale(1.05) rotate(-5deg); }
.report-details { flex-grow: 1; }
.report-details .report-year { display: inline-block; background: var(--bg-light-green); color: var(--primary); font-size: 0.85rem; font-weight: 800; padding: 4px 12px; border-radius: 50px; margin-bottom: 12px; }
.report-details h3 { color: var(--primary); font-size: 1.3rem; margin-bottom: 15px; line-height: 1.4; }
.report-meta { display: flex; align-items: center; gap: 15px; color: var(--gray); font-size: 0.9rem; font-weight: 500; margin-bottom: 25px; }
.report-meta i { color: var(--accent); }
.btn-download { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 14px 20px; background: white; color: var(--primary); border: 2px solid rgba(114, 193, 115, 0.3); border-radius: 10px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; }
.btn-download:hover { background: var(--primary); color: white; border-color: var(--primary); }

/* --- Annual Report --- */
.impact-numbers-section { padding: 80px 0; background: white; margin-top: -40px; position: relative; z-index: 10; }
.impact-numbers-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.impact-stat-box { background: white; padding: 40px 20px; text-align: center; border-radius: 20px; box-shadow: 0 20px 40px rgba(33, 90, 55, 0.08); border: 1px solid rgba(114, 193, 115, 0.1); transition: transform 0.4s ease; }
.impact-stat-box:hover { transform: translateY(-10px); }
.impact-stat-box i { font-size: 2.5rem; color: var(--accent); margin-bottom: 20px; }
.impact-stat-box h3 { font-size: 3rem; color: var(--primary); margin-bottom: 5px; font-weight: 900; line-height: 1; }
.impact-stat-box p { color: var(--gray); font-weight: 600; font-size: 1.05rem; margin: 0; text-transform: uppercase; letter-spacing: 1px; }
.report-message-section { padding: 100px 0; background: var(--bg-cream); }
.report-message-container { max-width: 1000px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 300px 1fr; gap: 60px; align-items: start; }
.message-author img { width: 100%; border-radius: 20px; box-shadow: 0 15px 30px rgba(33, 90, 55, 0.15); margin-bottom: 20px; }
.message-author h4 { color: var(--primary); font-size: 1.4rem; margin-bottom: 5px; }
.message-author span { color: var(--accent); font-weight: 700; font-size: 0.95rem; text-transform: uppercase; }
.message-content h2 { color: var(--primary); font-size: 2.5rem; margin-bottom: 30px; line-height: 1.2; }
.message-content p { font-size: 1.15rem; color: #4a5d51; line-height: 1.9; margin-bottom: 25px; }
.message-content .signature { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--primary); margin-top: 40px; opacity: 0.8; }
.financial-summary-section { padding: 100px 0; background: white; }
.financial-grid { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.fin-card { background: var(--bg-light-green); padding: 50px; border-radius: 24px; }
.fin-card h3 { color: var(--primary); font-size: 1.8rem; margin-bottom: 30px; border-bottom: 2px solid rgba(114, 193, 115, 0.2); padding-bottom: 15px; }
.fin-list { list-style: none; padding: 0; margin: 0; }
.fin-list li { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px dashed rgba(33, 90, 55, 0.15); font-size: 1.1rem; color: var(--dark); font-weight: 600; }
.fin-list li:last-child { border-bottom: none; }
.fin-list li span:last-child { font-weight: 800; color: var(--primary); }
.fin-total { background: var(--primary); color: white !important; padding: 20px !important; border-radius: 12px; margin-top: 20px; }
.fin-total span:last-child { color: white !important; }
.report-download-cta { background: var(--primary); padding: 100px 0; text-align: center; color: white; position: relative; overflow: hidden; }
.report-download-cta h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); margin-bottom: 20px; position: relative; z-index: 2; }
.report-download-cta p { font-size: 1.25rem; max-width: 600px; margin: 0 auto 40px; opacity: 0.9; position: relative; z-index: 2; }

/* --- Partnerships --- */
.prt-container { max-width: 1100px; margin-left: auto; margin-right: auto; padding: 0 20px; }
.prt-trust-strip { background-color: #ffffff; padding: 30px 0; border-bottom: 1px solid rgba(33, 90, 55, 0.1); }
.prt-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.prt-trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--gray); font-weight: 500; }
.prt-trust-item i { color: var(--primary); font-size: 1.2rem; }
.prt-section { padding: 80px 0; background: var(--bg-light-green, #f0f7f2); }
.prt-section-alt { padding: 80px 0; background: #ffffff; }
.prt-section#process { background: var(--bg-cream, #f8fff9); }
.prt-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.prt-card { background: linear-gradient(145deg, #ffffff 0%, #f4f9f5 100%); padding: 35px 25px; border: 1px solid rgba(114, 193, 115, 0.2); border-radius: var(--radius, 20px); transition: var(--transition, all 0.4s ease); box-shadow: 0 10px 30px rgba(33, 90, 55, 0.04); position: relative; overflow: hidden; z-index: 1; }
.prt-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--primary, #215a37); z-index: -1; opacity: 0; transition: opacity 0.4s ease; }
.prt-card:hover { box-shadow: 0 20px 40px rgba(33, 90, 55, 0.15); transform: translateY(-8px); border-color: transparent; }
.prt-card:hover::before { opacity: 1; }
.prt-card h3 { font-size: 1.3rem; color: var(--primary); margin-bottom: 12px; font-weight: 800; transition: color 0.4s ease; }
.prt-card p { color: var(--gray); line-height: 1.7; font-size: 1rem; margin: 0; transition: color 0.4s ease; }
.prt-card:hover h3, .prt-card:hover p { color: white; }
.prt-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.prt-process-step { position: relative; }
.prt-step-number { width: 50px; height: 50px; background: #ffffff; border: 2px solid var(--primary); color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; margin: 0 auto 15px; position: relative; z-index: 2; }
.prt-process-step p { color: var(--gray); font-weight: 600; font-size: 1.05rem; margin: 0; }
.prt-process-step:not(:last-child)::after { content: ''; position: absolute; width: calc(100% - 70px); height: 2px; background: rgba(33, 90, 55, 0.15); top: 25px; left: calc(50% + 35px); z-index: 1; }
.prt-form-section { padding: 80px 0; background-color: var(--bg-light-green, #f0f7f2); }
.prt-form-subtitle { max-width: 600px; margin: -30px auto 40px; color: var(--gray); text-align: center; font-size: 1.05rem; }
.prt-form-wrapper { max-width: 850px; margin: 0 auto; padding: 40px; background: #ffffff; border-radius: var(--radius, 20px); border: 1px solid rgba(114, 193, 115, 0.2); box-shadow: 0 20px 40px rgba(33, 90, 55, 0.08); }
.prt-form-full { grid-column: 1 / -1; }
.prt-logo-section { padding: 80px 0 100px; background: #ffffff; }
.prt-logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 40px; align-items: center; justify-items: center; }
.prt-logo-item { opacity: 0.6; filter: grayscale(100%); transition: var(--transition, all 0.4s ease); cursor: pointer; }
.prt-logo-item img { max-width: 100%; height: auto; }
.prt-logo-item:hover { opacity: 1; filter: grayscale(0%); transform: scale(1.05); }

/* --- Volunteer --- */
.volunteer-apply-section { padding: 100px 0; background: white; }
.apply-container { max-width: 1400px; margin-left: auto; margin-right: auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.apply-intro-content .lead { font-size: 1.2rem; font-weight: 500; color: var(--primary); margin-bottom: 1.5rem; line-height: 1.8; }
.apply-intro-content p { color: var(--gray); line-height: 1.9; margin-bottom: 30px; }
.intro-highlights { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.intro-highlight-item { display: flex; align-items: center; gap: 15px; font-weight: 600; color: var(--dark); font-size: 1.1rem; }
.intro-highlight-item i { color: var(--accent); font-size: 1.2rem; width: 25px; text-align: center; }
.apply-form-wrapper { background: var(--bg-cream); padding: 50px; border-radius: var(--radius); border: 1px solid rgba(33, 90, 55, 0.1); }
.volunteer-form h3 { text-align: center; color: var(--primary); font-size: 2rem; margin-bottom: 30px; }

/* --- Leadership & Governance --- */
.governance-overview { padding: 80px 0; background: white; position: relative; }
.governance-overview::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80%; height: 1px; background: linear-gradient(90deg, transparent, rgba(33, 90, 55, 0.15), transparent); }
.gov-statement { max-width: 900px; margin: 0 auto; text-align: center; padding: 0 40px; }
.gov-icon { font-size: 3.5rem; color: var(--accent); margin-bottom: 25px; opacity: 0.8; }
.gov-statement h2 { font-size: clamp(2rem, 3vw, 2.8rem); color: var(--primary); margin-bottom: 25px; }
.gov-statement .lead { font-size: 1.25rem; color: var(--primary); font-weight: 600; margin-bottom: 20px; line-height: 1.8; }
.gov-statement p { font-size: 1.1rem; color: var(--gray); line-height: 1.8; }
.leadership-team-section { padding: 100px 0; background: var(--bg-cream); }
.leadership-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; }
.profile-card { background: white; border-radius: 20px; box-shadow: 0 10px 30px rgba(33, 90, 55, 0.05); text-align: center; padding: 40px 30px; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid rgba(33, 90, 55, 0.05); flex: 1 1 280px; max-width: 350px; position: relative; overflow: hidden; }
.profile-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 6px; background: var(--gradient-primary); transform: scaleX(0); transition: transform 0.4s ease; }
.profile-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(33, 90, 55, 0.12); border-color: rgba(114, 193, 115, 0.2); }
.profile-card:hover::before { transform: scaleX(1); }
.profile-img-wrap { width: 140px; height: 140px; margin: 0 auto 25px; position: relative; }
.profile-img-wrap img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 4px solid white; box-shadow: 0 8px 20px rgba(33, 90, 55, 0.15); position: relative; z-index: 2; transition: transform 0.4s ease; }
.profile-card:hover .profile-img-wrap img { transform: scale(1.05); }
.profile-img-bg { position: absolute; top: 5px; left: 5px; right: -5px; bottom: -5px; background: var(--accent); border-radius: 50%; z-index: 1; opacity: 0.2; transition: all 0.4s ease; }
.profile-card:hover .profile-img-bg { transform: translate(-10px, -10px); opacity: 0.4; }
.profile-card h3 { color: var(--primary); font-size: 1.4rem; margin-bottom: 8px; font-weight: 800; }
.profile-card .title { color: var(--accent); font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0; }
.governance-section { padding: 100px 0; background: white; }
.general-committee-list { max-width: 1200px; margin: 0 auto; }
.general-committee-list ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; list-style: none; padding: 0; }
.general-committee-list li { background: var(--bg-light-green); padding: 18px 24px; border-radius: 12px; border: 1px solid rgba(114, 193, 115, 0.2); display: flex; align-items: center; gap: 15px; font-weight: 600; color: var(--dark); font-size: 1.05rem; transition: all 0.3s ease; }
.general-committee-list li:hover { background: white; border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(33, 90, 55, 0.08); }
.general-committee-list li::before { content: '\f007'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--primary); background: rgba(114, 193, 115, 0.2); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; transition: all 0.3s ease; }
.general-committee-list li:hover::before { background: var(--primary); color: white; }

/* --- Founder Profile --- */
.founder-profile { padding: 100px 0; background: white; }
.founder-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: center; }
.founder-image-wrap { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.founder-image-wrap img { width: 100%; height: auto; display: block; object-fit: cover; }
.founder-image-caption { background: var(--primary); color: white; padding: 20px; text-align: center; }
.founder-image-caption h4 { font-size: 1.4rem; margin-bottom: 5px; }
.founder-image-caption span { font-size: 0.95rem; color: var(--accent); text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
.founder-bio h2 { font-size: clamp(2.2rem, 3.5vw, 3rem); color: var(--primary); margin-bottom: 25px; line-height: 1.2; }
.founder-bio .lead { font-size: 1.25rem; color: var(--primary); font-weight: 600; margin-bottom: 25px; line-height: 1.7; }
.founder-bio p { color: var(--gray); font-size: 1.1rem; line-height: 1.9; margin-bottom: 20px; }
.founder-story { padding: 100px 0; background: var(--bg-cream); }
.story-container { max-width: 900px; margin: 0 auto; padding: 0 40px; }
.story-container h2 { font-size: 2.4rem; color: var(--primary); margin-bottom: 30px; }
.story-container p { font-size: 1.15rem; color: var(--gray); line-height: 1.9; margin-bottom: 25px; }
.founder-quote { padding: 120px 0; background: linear-gradient(135deg, var(--primary) 0%, #1a4a2d 100%); color: white; text-align: center; }
.quote-container { max-width: 900px; margin: 0 auto; padding: 0 40px; }
.quote-container i { font-size: 3rem; color: var(--accent); margin-bottom: 30px; opacity: 0.8; }
.quote-container blockquote { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.5; font-style: italic; margin-bottom: 30px; }
.quote-container footer { font-size: 1.2rem; font-weight: 700; color: var(--accent); letter-spacing: 1px; text-transform: uppercase; }
.card-badge a {
	text-decoration: none;
	color: var(--dark);
}
/* Page Responsive Overrides */
@media (max-width: 1200px) {
  .hero-container { grid-template-columns: 1fr; gap: 54px; }
  .hero-content { text-align: center; padding-left: 0; }
  .hero-desc { margin: 0 auto 30px; }
  .hero-actions { justify-content: center; }
  .hero-stats-float { display: none; }
}
@media (max-width: 1024px) {
  .iis-container { grid-template-columns: repeat(3, 1fr); } .iis-story { grid-column: span 3; }
  .hero-title { font-size: 3.8rem; } .blob-main { width: 380px; height: 380px; left: 20px; }
  .overview-container { gap: 40px; } .overview-image-wrap img { height: 400px; }
  .single-post-container { grid-template-columns: 1fr; gap: 50px; } .single-post-featured img { height: 400px; } .post-sidebar { position: static; }
  .apply-container { grid-template-columns: 1fr; gap: 60px; }
}
@media (max-width: 992px) {
  .intervention-tabs-wrapper { grid-template-columns: 1fr; gap: 30px; }
  .int-tab-nav { position: static; flex-direction: row; overflow-x: auto; padding-bottom: 15px; }
  .int-tab-btn { min-width: 280px; white-space: nowrap; transform: none !important; }
  .int-tab-pane { padding: 30px 20px; }
}

@media (max-width: 992px) {
  .hero-container { grid-template-columns: 1fr; gap: 40px; }
  .hero-bg-shape { width: 100%; height: 65%; top: 0; left: 0; }
  .hero-gallery { order: 1; height: 480px; margin-top: 20px; }
  .hero-content { order: 2; display: flex; flex-direction: column; align-items: center; }
  .blob-main { width: 350px; height: 350px; left: auto; }
  .programs-container { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .mv-grid, .values-grid { grid-template-columns: 1fr; }
  .org-description { margin: 60px auto 40px; }
  .story-intro-container, .founding-container { grid-template-columns: 1fr; gap: 60px; }
  .timeline-wrapper { display: none; } .timeline-mobile { display: block; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .founding-image-main { height: 400px; } .founding-accent-shape { width: 150px; height: 150px; bottom: -20px; right: -20px; } .founding-floating-card { left: 20px; bottom: 20px; }
  .overview-container { grid-template-columns: 1fr; }
  .pg-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-container { grid-template-columns: 1fr; }
  .featured-post { grid-template-columns: 1fr; } .fp-image { min-height: 300px; } .fp-content { padding: 40px 30px; }
  .donate-container { gap: 40px; } .offline-donation-grid { grid-template-columns: 1fr; }
  .impact-numbers-container { grid-template-columns: repeat(2, 1fr); } .report-message-container { grid-template-columns: 1fr; } .message-author { max-width: 300px; margin: 0 auto; text-align: center; } .financial-grid { grid-template-columns: 1fr; }
  .prt-trust-grid, .prt-card-grid { grid-template-columns: repeat(2, 1fr); } .prt-process-grid { grid-template-columns: 1fr; gap: 30px; text-align: left; } .prt-process-step { display: flex; align-items: center; gap: 20px; } .prt-process-step:not(:last-child)::after { display: none; } .prt-step-number { margin: 0; flex-shrink: 0; }
  .founder-container { grid-template-columns: 1fr; gap: 50px; } .founder-image-wrap { max-width: 500px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .hero-title { font-size: 2.55rem; }
  .programs-container { grid-template-columns: 1fr; padding: 0 20px; }
  .cards-header { flex-direction: column; align-items: flex-start; } .header-filters { width: 100%; justify-content: flex-start; overflow-x: auto; }
  .iis-container { grid-template-columns: repeat(2, 1fr); } .iis-story { grid-column: span 2; }
  .mv-card { padding: 40px 30px; } .mv-card h2 { font-size: 1.8rem; }
  .value-item { grid-template-columns: 1fr; text-align: center; } .value-icon-box { margin: 0 auto 15px; } .value-item h4 { grid-column: 1; text-align: center; }
  .reg-box { flex-direction: column; text-align: center; }
  .story-hero-content { padding: 120px 24px 80px; } .story-intro-container, .founding-container, .timeline-mobile, .impact-grid { padding: 0 24px; }
  .testimonial-card { padding: 32px 24px; }
  .founding-stats-bar { grid-template-columns: 1fr; gap: 24px; } .stat-bar-item:not(:last-child)::after { display: none; }
  .founding-highlights { gap: 16px; } .impact-grid { grid-template-columns: 1fr; }
  .pg-grid { grid-template-columns: 1fr; } .pg-item { height: 280px; }
  .contact-form-wrap { padding: 30px 20px; } .contact-info-card { padding: 25px; }
  .single-post-header { padding: 130px 0 60px; } .single-post-featured { margin-top: -30px; } .single-post-featured img { height: 300px; border-width: 4px; }
  .reports-grid { grid-template-columns: 1fr; }
  .prt-card-grid { grid-template-columns: 1fr; } .prt-logo-grid { grid-template-columns: repeat(3, 1fr); } .prt-form-submit { text-align: center; } .prt-form-wrapper { padding: 30px 20px; } .prt-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .apply-container { padding: 0 25px; } .apply-form-wrapper { padding: 40px 25px; }
  .governance-overview, .leadership-team-section, .governance-section { padding: 70px 0; } .gov-statement h2 { font-size: 2.2rem; } .general-committee-list ul { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
  .hero-final { padding: 100px 0; } .hero-title { font-size: 3rem; } .hero-gallery { height: 380px; }
  .blob-main { width: 55%; height: 55%; left: -15px; top:130px;} .blob-sub1 { width: 50%; height: 50%; top: 20px; right: -10px;} .blob-sub2 { width: 50%; height: 50%; bottom: -25px; right: -10px; }
  .particle { font-size: 1.5rem; } .p-2 { font-size: 3rem; }
  .iis-container { grid-template-columns: 1fr; } .iis-story { grid-column: span 1; } .iis-num { font-size: 3rem; }
  .mfs-grid { grid-template-columns: 1fr; } .donor-details-grid { grid-template-columns: 1fr; } .donation-form-wrap { padding: 30px 20px; }
  .photo-grid { grid-template-columns: 1fr; } .gallery-item { height: 250px; }
  .impact-numbers-container { grid-template-columns: 1fr; } .fin-card { padding: 30px 20px; }
  .prt-trust-grid { grid-template-columns: 1fr; text-align: left; gap: 15px; } .prt-trust-item { justify-content: flex-start; }
}

/* --- Legal & Policy Pages --- */
.policy-section { padding: 100px 0; background: white; }
.policy-container { max-width: 1000px; margin: 0 auto; padding: 0 40px; }
.policy-last-updated { font-size: 0.95rem; color: var(--primary); font-weight: 600; margin-bottom: 40px; display: inline-flex; align-items: center; gap: 8px; background: var(--bg-light-green); padding: 10px 20px; border-radius: 50px; border: 1px solid rgba(114, 193, 115, 0.2); }

@media (max-width: 768px) { .policy-section { padding: 60px 0; } .policy-container { padding: 0 24px; } }

/* --- Careers --- */
.culture-section { padding: 100px 0; background: white; }
.culture-grid { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.culture-card { text-align: center; padding: 40px 30px; background: var(--bg-cream); border-radius: 20px; border: 1px solid rgba(114, 193, 115, 0.15); transition: var(--transition); }
.culture-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(33, 90, 55, 0.08); border-color: var(--accent); }
.culture-icon { width: 80px; height: 80px; background: white; color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 25px; box-shadow: 0 10px 20px rgba(33, 90, 55, 0.05); }
.culture-card h3 { color: var(--primary); margin-bottom: 15px; font-size: 1.4rem; }
.culture-card p { color: var(--gray); font-size: 1.05rem; }

.jobs-section { padding: 100px 0; background: var(--bg-light-green); }
.jobs-container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.job-list { display: flex; flex-direction: column; gap: 20px; }
.job-card { background: white; border-radius: 16px; padding: 35px 40px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 10px 30px rgba(33, 90, 55, 0.04); border: 1px solid rgba(114, 193, 115, 0.15); transition: var(--transition); gap: 30px; }
.job-card:hover { transform: translateX(10px); box-shadow: 0 15px 40px rgba(33, 90, 55, 0.1); border-left: 5px solid var(--accent); }
.job-info h3 { font-size: 1.4rem; color: var(--primary); margin-bottom: 12px; }
.job-meta { display: flex; gap: 20px; flex-wrap: wrap; color: var(--gray); font-size: 0.95rem; font-weight: 500; }
.job-meta span { display: flex; align-items: center; gap: 8px; }
.job-meta i { color: var(--accent); }
.job-badge { background: rgba(114, 193, 115, 0.15); color: var(--primary); padding: 4px 14px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; }
.job-action .btn-secondary { white-space: nowrap; }

.no-openings-card { background: white; border-radius: 24px; padding: 60px 40px; text-align: center; box-shadow: 0 10px 40px rgba(33, 90, 55, 0.05); border: 2px dashed rgba(114, 193, 115, 0.3); max-width: 800px; margin: 0 auto; transition: var(--transition); }
.no-openings-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(33, 90, 55, 0.08); border-color: var(--accent); }
.no-openings-icon { width: 80px; height: 80px; background: var(--bg-light-green); color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 25px; }
.no-openings-card h3 { color: var(--primary); font-size: 1.8rem; margin-bottom: 15px; }
.no-openings-card p { color: var(--gray); font-size: 1.1rem; line-height: 1.8; margin-bottom: 20px; max-width: 600px; margin-left: auto; margin-right: auto; }
.no-openings-card p:last-of-type { margin-bottom: 0; }
.no-openings-action { margin-top: 35px; }

@media (max-width: 992px) {
  .culture-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .culture-grid { grid-template-columns: 1fr; }
  .job-card { flex-direction: column; align-items: flex-start; gap: 25px; padding: 30px 25px; }
  .job-action { width: 100%; }
  .job-action .btn-secondary { width: 100%; justify-content: center; }
  .no-openings-card { padding: 40px 25px; }
  .no-openings-card h3 { font-size: 1.5rem; }
}