/* Chishty Foundation Elementor Widgets - Core Stylesheet (Phase 1) */

:root {
	--cfe-bottle-green: #0B4F3A;
	--cfe-dark-green: #083D2E;
	--cfe-gold: #C8A349;
	--cfe-cream: #F8F5EF;
	--cfe-white: #FFFFFF;
	--cfe-text: #2E2E2E;
	--cfe-border: #EAE6DE;
	--cfe-font-heading: 'Cormorant Garamond', serif;
	--cfe-font-body: 'Inter', sans-serif;
	--cfe-radius-lg: 24px;
	--cfe-radius-md: 16px;
	--cfe-shadow-soft: 0 20px 60px rgba(11, 79, 58, 0.12);
}

.cfe-hero,
.cfe-donation,
.cfe-counters,
.cfe-counter,
.cfe-btn,
.cfe-donation__amount {
	box-sizing: border-box;
	font-family: var(--cfe-font-body);
	color: var(--cfe-text);
}

/* ---------- Hero ---------- */
.cfe-hero {
	position: relative;
	overflow: hidden;
	border-radius: var(--cfe-radius-lg);
	min-height: 520px;
	display: flex;
	align-items: center;
}
.cfe-hero__bg-image,
.cfe-hero__bg-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.cfe-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8,61,46,0.15) 0%, rgba(8,61,46,0.55) 100%);
	z-index: 1;
}
.cfe-hero__content {
	position: relative;
	z-index: 2;
	max-width: 620px;
	padding: 64px;
	color: var(--cfe-white);
}
.cfe-hero__headline {
	font-family: var(--cfe-font-heading);
	font-weight: 600;
	font-size: clamp(2.2rem, 5vw, 3.4rem);
	line-height: 1.15;
	margin: 0 0 20px;
}
.cfe-hero__headline-main { display: block; color: var(--cfe-white); }
.cfe-hero__headline-accent { display: block; color: var(--cfe-gold); }
.cfe-hero__description {
	font-size: 1.05rem;
	line-height: 1.7;
	opacity: 0.92;
	margin-bottom: 32px;
	max-width: 480px;
}
.cfe-hero__buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.cfe-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 30px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
	will-change: transform;
}
.cfe-btn--filled { background: var(--cfe-bottle-green); color: var(--cfe-white); }
.cfe-btn--filled:hover { box-shadow: var(--cfe-shadow-soft); background: var(--cfe-dark-green); }
.cfe-btn--outline { background: transparent; color: var(--cfe-white); border: 1.5px solid rgba(255,255,255,0.6); }
.cfe-btn--outline:hover { background: rgba(255,255,255,0.12); }

.cfe-hero__floating-decorations { position: absolute; inset: 0; pointer-events: none; z-index: 1; }

/* ---------- Donation Widget ---------- */
.cfe-donation {
	background: var(--cfe-bottle-green);
	border-radius: var(--cfe-radius-lg);
	padding: 40px;
	color: var(--cfe-white);
	box-shadow: var(--cfe-shadow-soft);
}
.cfe-donation__title { font-family: var(--cfe-font-heading); font-size: 1.6rem; margin: 0 0 4px; }
.cfe-donation__subtitle { opacity: 0.85; margin: 0 0 20px; font-size: 0.92rem; }
.cfe-donation__frequency { display: flex; gap: 8px; margin-bottom: 20px; }
.cfe-donation__freq-btn {
	flex: 1; padding: 10px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.25);
	background: transparent; color: var(--cfe-white); cursor: pointer; font-weight: 600;
	font-family: var(--cfe-font-body); transition: all 0.2s ease;
}
.cfe-donation__freq-btn.is-active { background: rgba(255,255,255,0.15); border-color: var(--cfe-gold); }

.cfe-donation__amounts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.cfe-donation__amount {
	flex: 1 1 auto; min-width: 74px; padding: 12px 8px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.25);
	background: transparent; color: var(--cfe-white); cursor: pointer; font-weight: 600;
	transition: all 0.2s ease;
}
.cfe-donation__amount.is-active,
.cfe-donation__amount:hover { background: var(--cfe-gold); border-color: var(--cfe-gold); color: var(--cfe-dark-green); }
.cfe-donation__amount--custom { flex: 1 1 auto; }

.cfe-donation__custom-input {
	width: 100%; padding: 12px 14px; margin-bottom: 10px; border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.08);
	color: var(--cfe-white); font-family: var(--cfe-font-body);
}
.cfe-donation__custom-input::placeholder { color: rgba(255,255,255,0.6); }

.cfe-donation__donor-fields input {
	width: 100%; padding: 12px 14px; margin-bottom: 10px; border-radius: 10px;
	border: 1px solid var(--cfe-border); font-family: var(--cfe-font-body);
}

.cfe-donation__submit {
	width: 100%; padding: 14px; margin-top: 4px; border: none; border-radius: 999px;
	background: var(--cfe-gold); color: var(--cfe-dark-green); font-weight: 700;
	font-size: 1rem; cursor: pointer; transition: transform 0.2s ease;
}
.cfe-donation__submit:hover { transform: translateY(-2px); }
.cfe-donation__error { color: #ffb4b4; margin-top: 10px; font-size: 0.85rem; }

.cfe-donation__trust { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; font-size: 0.78rem; opacity: 0.85; justify-content: center; }
.cfe-donation__trust-item { display: inline-flex; align-items: center; gap: 6px; }
.cfe-donation__progress { margin-top: 20px; background: rgba(255,255,255,0.15); border-radius: 999px; height: 8px; position: relative; overflow: hidden; }
.cfe-donation__progress-bar { background: var(--cfe-gold); height: 100%; border-radius: 999px; }
.cfe-donation__progress-label { display: block; margin-top: 8px; font-size: 0.8rem; opacity: 0.85; }

/* ---------- Donation Modal ---------- */
.cfe-donation-modal { position: fixed; inset: 0; z-index: 9998; display: none; align-items: center; justify-content: center; padding: 20px; }
.cfe-donation-modal.is-open { display: flex; }
.cfe-donation-modal__backdrop { position: absolute; inset: 0; background: rgba(8,61,46,0.75); }
.cfe-donation-modal__panel {
	position: relative; background: var(--cfe-white); border-radius: var(--cfe-radius-lg);
	padding: 32px; width: 100%; max-width: 420px; box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}
.cfe-donation-modal__panel h3 { font-family: var(--cfe-font-heading); color: var(--cfe-bottle-green); margin: 0 0 6px; font-size: 1.4rem; }
.cfe-donation-modal__amount-display { margin: 0 0 20px; font-size: 0.95rem; }
.cfe-donation-modal__amount-display strong { color: var(--cfe-gold); font-size: 1.2rem; }
.cfe-donation-modal__close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--cfe-text); line-height: 1; }
.cfe-donation-modal__gateway-note { font-size: 0.75rem; opacity: 0.65; text-align: center; margin: 10px 0 0; }

/* ---------- Impact Counters ---------- */
.cfe-counters {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	background: var(--cfe-white);
	border-radius: var(--cfe-radius-lg);
	padding: 32px;
	box-shadow: var(--cfe-shadow-soft);
}
.cfe-counter { text-align: center; }
.cfe-counter__icon { display: block; font-size: 1.6rem; color: var(--cfe-bottle-green); margin-bottom: 8px; }
.cfe-counter__number {
	display: block; font-family: var(--cfe-font-heading); font-weight: 700;
	font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--cfe-bottle-green);
}
.cfe-counter__label { display: block; font-size: 0.85rem; color: var(--cfe-text); opacity: 0.75; margin-top: 4px; }

@media (max-width: 991px) {
	.cfe-counters { grid-template-columns: repeat(2, 1fr); }
	.cfe-hero__content { padding: 40px 28px; }
}
@media (max-width: 600px) {
	.cfe-donation__amount { min-width: 68px; flex-basis: 30%; }
	.cfe-counters { grid-template-columns: 1fr; }
}

/* ================= PHASE 2 WIDGETS ================= */

/* ---------- Header ---------- */
.cfe-header { position: relative; z-index: 100; border-bottom: 1px solid var(--cfe-border); transition: box-shadow 0.3s ease, background-color 0.3s ease; }
.cfe-header.is-scrolled { box-shadow: 0 8px 24px rgba(11,79,58,0.08); }
.cfe-header__inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 32px; gap: 24px; }
.cfe-header__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--cfe-bottle-green); }
.cfe-header__logo-img { height: 44px; width: auto; }
.cfe-header__brand-text strong { display: block; font-family: var(--cfe-font-heading); font-size: 1.15rem; }
.cfe-header__brand-text small { display: block; font-size: 0.65rem; letter-spacing: 0.04em; opacity: 0.7; }
.cfe-header__menu { display: flex; gap: 28px; }
.cfe-header__menu a { text-decoration: none; color: var(--cfe-text); font-weight: 500; font-size: 0.92rem; padding-bottom: 4px; border-bottom: 2px solid transparent; transition: color 0.2s ease, border-color 0.2s ease; }
.cfe-header__actions { display: flex; align-items: center; gap: 12px; }
.cfe-btn--sm { padding: 10px 20px; font-size: 0.85rem; }
.cfe-btn--outline-dark { border: 1.5px solid var(--cfe-bottle-green); color: var(--cfe-bottle-green); background: transparent; }
.cfe-btn--outline-dark:hover { background: var(--cfe-bottle-green); color: var(--cfe-white); }
.cfe-btn--filled-gold { background: var(--cfe-gold); color: var(--cfe-dark-green); }
.cfe-btn--filled-gold:hover { filter: brightness(0.95); }
.cfe-btn--block { width: 100%; justify-content: center; }
.cfe-header__mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.cfe-header__mobile-toggle span { width: 22px; height: 2px; background: var(--cfe-bottle-green); }

@media (max-width: 991px) {
	.cfe-header__menu { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: var(--cfe-white); padding: 20px 32px; gap: 14px; display: none; border-bottom: 1px solid var(--cfe-border); }
	.cfe-header__menu.is-open { display: flex; }
	.cfe-header__mobile-toggle { display: flex; }
	.cfe-header__actions .cfe-btn { display: none; }
}

/* ---------- About ---------- */
.cfe-about { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.cfe-about__media { position: relative; border-radius: var(--cfe-radius-lg); overflow: hidden; }
.cfe-about__image { width: 100%; display: block; }
.cfe-about__play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; border-radius: 50%; background: var(--cfe-gold); color: var(--cfe-dark-green); display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 1.2rem; }
.cfe-eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cfe-gold); margin-bottom: 10px; }
.cfe-eyebrow--light { color: var(--cfe-gold); }
.cfe-about__title { font-family: var(--cfe-font-heading); font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 16px; color: var(--cfe-bottle-green); }
.cfe-about__description { line-height: 1.7; margin-bottom: 24px; opacity: 0.85; }
.cfe-about__features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
.cfe-about__feature { display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid var(--cfe-border); border-radius: 12px; }
.cfe-about__feature-icon { color: var(--cfe-gold); font-size: 1.2rem; }

/* ---------- Mission Banner ---------- */
.cfe-mission-banner { position: relative; background: var(--cfe-dark-green); color: var(--cfe-white); text-align: center; padding: 56px 32px; border-radius: var(--cfe-radius-lg); overflow: hidden; }
.cfe-mission-banner__statement { font-family: var(--cfe-font-heading); font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.5; max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.cfe-mission-banner__pattern { position: absolute; inset: 0; opacity: 0.06; background-image: radial-gradient(circle, var(--cfe-gold) 1px, transparent 1px); background-size: 24px 24px; }

/* ---------- Programs ---------- */
.cfe-programs__header { text-align: center; margin-bottom: 32px; }
.cfe-programs__grid { display: grid; grid-template-columns: repeat(var(--cfe-programs-cols, 2), 1fr); gap: 20px; }
.cfe-program-card { display: flex; gap: 16px; align-items: center; background: var(--cfe-white); border: 1px solid var(--cfe-border); border-radius: var(--cfe-radius-md); overflow: hidden; padding: 12px; transition: box-shadow 0.25s ease, transform 0.25s ease; }
.cfe-program-card:hover { box-shadow: var(--cfe-shadow-soft); transform: translateY(-4px); }
.cfe-program-card__image { flex: 0 0 96px; height: 96px; border-radius: 10px; overflow: hidden; }
.cfe-program-card__image img { width: 100%; height: 100%; object-fit: cover; }
.cfe-program-card__icon { display: inline-flex; width: 28px; height: 28px; border-radius: 50%; background: var(--cfe-bottle-green); color: var(--cfe-white); align-items: center; justify-content: center; margin-bottom: 6px; font-size: 0.8rem; }
.cfe-program-card__title { margin: 0 0 4px; font-family: var(--cfe-font-heading); font-size: 1.1rem; color: var(--cfe-bottle-green); }
.cfe-program-card__desc { margin: 0 0 6px; font-size: 0.85rem; opacity: 0.8; }
.cfe-link-arrow { color: var(--cfe-gold); text-decoration: none; font-weight: 600; font-size: 0.85rem; }

/* ---------- Why Donate ---------- */
.cfe-why-donate { position: relative; border-radius: var(--cfe-radius-lg); overflow: hidden; background-size: cover; background-position: center; padding: 48px; color: var(--cfe-white); min-height: 380px; display: flex; align-items: center; }
.cfe-why-donate__overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(8,61,46,0.92), rgba(8,61,46,0.75)); }
.cfe-why-donate__content { position: relative; z-index: 1; max-width: 400px; }
.cfe-why-donate__title { font-family: var(--cfe-font-heading); font-size: 1.8rem; margin: 0 0 6px; }
.cfe-why-donate__subtitle { opacity: 0.85; margin: 0 0 24px; }
.cfe-why-donate__tiers { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 12px; }
.cfe-why-donate__tiers li { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 10px; font-size: 0.9rem; }
.cfe-why-donate__tiers strong { color: var(--cfe-gold); }

/* ---------- Featured Causes ---------- */
.cfe-causes__header { display: flex; justify-content: center; margin-bottom: 28px; }
.cfe-causes__title { font-family: var(--cfe-font-heading); font-size: 1.6rem; color: var(--cfe-bottle-green); }
.cfe-causes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cfe-cause-card { border: 1px solid var(--cfe-border); border-radius: var(--cfe-radius-md); overflow: hidden; background: var(--cfe-white); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.cfe-cause-card:hover { transform: translateY(-4px); box-shadow: var(--cfe-shadow-soft); }
.cfe-cause-card__image img { width: 100%; height: 160px; object-fit: cover; display: block; }
.cfe-cause-card__body { padding: 16px; }
.cfe-cause-card__progress { height: 6px; background: var(--cfe-border); border-radius: 999px; overflow: hidden; margin: 10px 0; }
.cfe-cause-card__progress-bar { height: 100%; background: var(--cfe-gold); }
.cfe-cause-card__amounts { display: flex; justify-content: space-between; font-size: 0.78rem; opacity: 0.75; margin-bottom: 14px; }
.cfe-causes__footer { text-align: center; margin-top: 24px; }

/* ---------- Impact Statistics ---------- */
.cfe-impact-stats { background: var(--cfe-cream); border-radius: var(--cfe-radius-lg); padding: 32px; }
.cfe-impact-stats__title { font-family: var(--cfe-font-heading); text-align: center; color: var(--cfe-bottle-green); margin: 0 0 20px; }
.cfe-impact-stats__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cfe-impact-stats__item { text-align: center; }
.cfe-impact-stats__icon { display: block; color: var(--cfe-gold); font-size: 1.3rem; margin-bottom: 6px; }
.cfe-impact-stats__number { display: block; font-family: var(--cfe-font-heading); font-weight: 700; font-size: 1.6rem; color: var(--cfe-bottle-green); }
.cfe-impact-stats__label { display: block; font-size: 0.78rem; opacity: 0.75; }

/* ---------- Events ---------- */
.cfe-events__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.cfe-events__title { font-family: var(--cfe-font-heading); font-size: 1.4rem; color: var(--cfe-bottle-green); margin: 0; }
.cfe-events__list { display: flex; flex-direction: column; gap: 12px; }
.cfe-events--grid .cfe-events__list { display: grid; grid-template-columns: repeat(3, 1fr); }
.cfe-event-item { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--cfe-border); border-radius: 12px; text-decoration: none; color: var(--cfe-text); transition: box-shadow 0.2s ease; }
.cfe-event-item:hover { box-shadow: var(--cfe-shadow-soft); }
.cfe-event-item__date { flex: 0 0 52px; text-align: center; background: var(--cfe-bottle-green); color: var(--cfe-white); border-radius: 10px; padding: 8px 0; }
.cfe-event-item__date strong { display: block; font-size: 1.1rem; }
.cfe-event-item__date small { font-size: 0.65rem; letter-spacing: 0.05em; }
.cfe-event-item__title { display: block; font-size: 0.95rem; }
.cfe-event-item__meta { display: block; font-size: 0.78rem; opacity: 0.7; }
.cfe-event-item--past { opacity: 0.55; }

/* ---------- Gallery ---------- */
.cfe-gallery__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.cfe-gallery__title { font-family: var(--cfe-font-heading); font-size: 1.4rem; color: var(--cfe-bottle-green); margin: 0; }
.cfe-gallery__filters { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.cfe-gallery__filters button { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--cfe-border); background: transparent; cursor: pointer; font-size: 0.82rem; }
.cfe-gallery__filters button.is-active { background: var(--cfe-bottle-green); color: var(--cfe-white); border-color: var(--cfe-bottle-green); }
.cfe-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cfe-gallery--masonry .cfe-gallery__grid { grid-auto-rows: 10px; }
.cfe-gallery__item { position: relative; display: block; border-radius: 12px; overflow: hidden; }
.cfe-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.cfe-gallery__item:hover img { transform: scale(1.06); }
.cfe-gallery__caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(0,0,0,0.6), transparent); color: #fff; padding: 10px; font-size: 0.8rem; opacity: 0; transition: opacity 0.2s ease; }
.cfe-gallery__item:hover .cfe-gallery__caption { opacity: 1; }

.cfe-lightbox-overlay { position: fixed; inset: 0; background: rgba(8,61,46,0.92); display: none; align-items: center; justify-content: center; z-index: 9999; }
.cfe-lightbox-overlay.is-open { display: flex; }
.cfe-lightbox-image { max-width: 90vw; max-height: 85vh; border-radius: 8px; }
.cfe-lightbox-close { position: absolute; top: 24px; right: 32px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; }

/* ---------- Testimonials ---------- */
.cfe-testimonials__title { font-family: var(--cfe-font-heading); text-align: center; color: var(--cfe-bottle-green); margin-bottom: 24px; }
.cfe-testimonials--grid .cfe-testimonials__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cfe-testimonials--slider .cfe-testimonial-card { display: none; }
.cfe-testimonials--slider .cfe-testimonial-card.is-active { display: block; }
.cfe-testimonial-card { background: var(--cfe-cream); border-radius: var(--cfe-radius-md); padding: 28px; margin: 0; }
.cfe-testimonial-card__quote-mark { font-family: var(--cfe-font-heading); font-size: 2.5rem; color: var(--cfe-gold); line-height: 1; }
.cfe-testimonial-card__quote { font-size: 0.95rem; line-height: 1.7; margin: 8px 0 20px; }
.cfe-testimonial-card__author { display: flex; align-items: center; gap: 12px; }
.cfe-testimonial-card__author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.cfe-testimonial-card__author strong { display: block; font-size: 0.9rem; }
.cfe-testimonial-card__author span { font-size: 0.78rem; opacity: 0.65; }
.cfe-testimonials__dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.cfe-testimonials__dots button { width: 8px; height: 8px; border-radius: 50%; border: none; background: var(--cfe-border); cursor: pointer; padding: 0; }
.cfe-testimonials__dots button.is-active { background: var(--cfe-gold); width: 20px; border-radius: 4px; }

/* ---------- Blog ---------- */
.cfe-blog__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.cfe-blog__title { font-family: var(--cfe-font-heading); font-size: 1.4rem; color: var(--cfe-bottle-green); margin: 0; }
.cfe-blog__grid { display: grid; grid-template-columns: repeat(var(--cfe-blog-cols, 4), 1fr); gap: 20px; }
.cfe-blog-card__image { display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.cfe-blog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.cfe-blog-card__date { font-size: 0.75rem; opacity: 0.6; }
.cfe-blog-card__title { font-family: var(--cfe-font-heading); font-size: 1.05rem; margin: 6px 0; }
.cfe-blog-card__title a { color: var(--cfe-text); text-decoration: none; }
.cfe-blog__footer { text-align: center; margin-top: 28px; }

/* ---------- Volunteer CTA ---------- */
.cfe-volunteer-cta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; background: var(--cfe-dark-green); color: var(--cfe-white); border-radius: var(--cfe-radius-lg); padding: 32px 40px; }
.cfe-volunteer-cta__text h3 { font-family: var(--cfe-font-heading); font-size: 1.5rem; margin: 0 0 4px; }
.cfe-volunteer-cta__text p { margin: 0; opacity: 0.8; }
.cfe-volunteer-cta__actions { display: flex; gap: 24px; flex-wrap: wrap; }
.cfe-volunteer-cta__action { display: flex; gap: 10px; align-items: center; text-decoration: none; color: var(--cfe-white); }
.cfe-volunteer-cta__icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; }
.cfe-volunteer-cta__action strong { display: block; font-size: 0.88rem; }
.cfe-volunteer-cta__action small { display: block; font-size: 0.72rem; opacity: 0.7; }

/* ---------- FAQ ---------- */
.cfe-faq__title { font-family: var(--cfe-font-heading); font-size: 1.4rem; color: var(--cfe-bottle-green); margin-bottom: 16px; }
.cfe-faq__item { border-bottom: 1px solid var(--cfe-border); }
.cfe-faq__question { width: 100%; display: flex; justify-content: space-between; align-items: center; background: none; border: none; padding: 16px 0; text-align: left; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: var(--cfe-text); }
.cfe-faq__toggle-icon { color: var(--cfe-gold); font-size: 1.2rem; transition: transform 0.2s ease; }
.cfe-faq__item.is-open .cfe-faq__toggle-icon { transform: rotate(45deg); }
.cfe-faq__answer { padding: 0 0 16px; font-size: 0.88rem; opacity: 0.8; line-height: 1.6; }

/* ---------- Contact ---------- */
.cfe-contact { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.cfe-contact__title { font-family: var(--cfe-font-heading); font-size: 1.4rem; color: var(--cfe-bottle-green); margin-bottom: 16px; }
.cfe-contact__row { display: flex; gap: 10px; align-items: flex-start; font-size: 0.88rem; margin-bottom: 12px; }
.cfe-contact__row a { color: var(--cfe-text); text-decoration: none; }
.cfe-contact__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cfe-contact__form input, .cfe-contact__form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--cfe-border); border-radius: 10px; margin-bottom: 10px; font-family: var(--cfe-font-body); }
.cfe-contact__form-status { margin-top: 10px; font-size: 0.85rem; }
.cfe-contact__form-status.is-success { color: var(--cfe-bottle-green); }
.cfe-contact__form-status.is-error { color: #b03030; }
.cfe-contact__map iframe { width: 100%; height: 100%; min-height: 260px; border: 0; border-radius: var(--cfe-radius-md); }

/* ---------- Footer ---------- */
.cfe-footer { background: var(--cfe-dark-green); color: rgba(255,255,255,0.85); padding: 56px 32px 0; }
.cfe-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 40px; }
.cfe-footer__logo { height: 40px; margin-bottom: 12px; }
.cfe-footer__tagline { font-size: 0.85rem; opacity: 0.75; line-height: 1.6; }
.cfe-footer__social { display: flex; gap: 10px; margin-top: 16px; }
.cfe-footer__social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; }
.cfe-footer__col h4 { font-family: var(--cfe-font-heading); color: var(--cfe-gold); margin: 0 0 14px; font-size: 1rem; }
.cfe-footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.cfe-footer__col a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.85rem; }
.cfe-footer__newsletter-form { display: flex; gap: 8px; margin-top: 12px; }
.cfe-footer__newsletter-form input { flex: 1; padding: 10px 14px; border-radius: 999px; border: none; }
.cfe-footer__newsletter-form button { width: 40px; height: 40px; border-radius: 50%; background: var(--cfe-gold); color: var(--cfe-dark-green); border: none; cursor: pointer; }
.cfe-footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 18px 0; text-align: center; font-size: 0.8rem; opacity: 0.65; }

@media (max-width: 991px) {
	.cfe-about, .cfe-contact { grid-template-columns: 1fr; }
	.cfe-causes__grid, .cfe-programs__grid, .cfe-testimonials--grid .cfe-testimonials__track, .cfe-gallery__grid, .cfe-events--grid .cfe-events__list { grid-template-columns: repeat(2, 1fr); }
	.cfe-impact-stats__grid { grid-template-columns: repeat(3, 1fr); }
	.cfe-footer__top { grid-template-columns: repeat(2, 1fr); }
	.cfe-blog__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.cfe-causes__grid, .cfe-programs__grid, .cfe-testimonials--grid .cfe-testimonials__track, .cfe-gallery__grid, .cfe-events--grid .cfe-events__list, .cfe-blog__grid, .cfe-impact-stats__grid { grid-template-columns: 1fr; }
	.cfe-contact__form-row { grid-template-columns: 1fr; }
	.cfe-footer__top { grid-template-columns: 1fr; }
}

/* ---------- Icon-or-image fallback ---------- */
.cfe-icon-image { width: 1.4em; height: 1.4em; object-fit: contain; display: inline-block; vertical-align: middle; }
