/* Public inner pages — depth, cards, sections */

.public-page {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 40%, #e2e8f0 100%);
    min-height: 100vh;
}

.page-content-shell {
    position: relative;
    z-index: 1;
}

.page-content-shell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(900px, 100%);
    height: 400px;
    background: radial-gradient(ellipse at center top, rgba(13, 148, 136, 0.08), transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* Richer cards on inner pages */
.public-page .premium-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 10px 24px -8px rgba(15, 23, 42, 0.1);
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.public-page .premium-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px -8px rgba(13, 148, 136, 0.18);
    border-color: rgba(13, 148, 136, 0.25);
}

.depth-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 40px -24px rgba(15, 23, 42, 0.2);
}

.depth-stat {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(145deg, #fff 0%, #f0fdfa 100%);
    border: 1px solid rgba(13, 148, 136, 0.15);
    border-radius: 16px;
    box-shadow: 0 8px 20px -12px rgba(13, 148, 136, 0.25);
}

.depth-stat strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1.1;
}

.depth-stat span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.icon-tile {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: var(--primary-wash);
    color: var(--primary-color);
    flex-shrink: 0;
}

.step-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.75rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px -12px rgba(15, 23, 42, 0.12);
}

.step-card::before {
    content: attr(data-step);
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(13, 148, 136, 0.08);
    line-height: 1;
}

.testimonial-card {
    background: #fff;
    border-left: 4px solid var(--primary-color);
    border-radius: 0 16px 16px 0;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 8px 24px -12px rgba(15, 23, 42, 0.1);
}

.cta-band {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 50%, #14b8a6 100%);
    border-radius: 24px;
    padding: 3rem 2rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 24px 48px -20px rgba(13, 148, 136, 0.45);
}

.cta-band h3 {
    color: #fff !important;
}

/* ===== Cause / campaign detail ===== */
.cause-hero {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 45%, #115e59 100%);
    color: #fff;
    padding: 3rem 0 2.75rem;
    position: relative;
    overflow: hidden;
}
.cause-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 85% 15%, rgba(20,184,166,0.4), transparent 50%);
}
.cause-hero .container { position: relative; z-index: 1; }
.cause-hero-breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.8); margin-bottom: 0.75rem; }
.cause-hero-breadcrumb a { color: #fff; text-decoration: none; opacity: 0.85; }
.cause-hero-cat {
    display: inline-block; background: rgba(255,255,255,0.18);
    padding: 0.3rem 0.9rem; border-radius: 999px; font-size: 0.75rem;
    font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.75rem;
}
.cause-hero h1 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 0; max-width: 800px; }

.cause-media { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 48px -24px rgba(15,23,42,0.35); }
.cause-media img { width: 100%; height: 420px; object-fit: cover; display: block; }
.cause-media-badge {
    position: absolute; top: 1rem; left: 1rem;
    background: rgba(255,255,255,0.95); color: var(--primary-color);
    padding: 0.4rem 0.9rem; border-radius: 999px; font-size: 0.78rem; font-weight: 700;
}

.cause-stats-strip {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
    background: #e2e8f0; border-radius: 16px; overflow: hidden;
    box-shadow: 0 12px 30px -18px rgba(15,23,42,0.2);
}
.cause-stats-strip > div { background: #fff; padding: 1.1rem 0.5rem; text-align: center; }
.cause-stats-strip strong { display: block; font-size: 1.3rem; font-weight: 800; color: var(--primary-color); font-family: var(--font-heading); }
.cause-stats-strip span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-muted); }

.cause-feature { display: flex; align-items: center; gap: 0.7rem; }
.cause-feature i { width: 40px; height: 40px; border-radius: 10px; background: var(--primary-wash); color: var(--primary-color); display: flex; align-items: center; justify-content: center; }
.cause-feature strong { display: block; font-size: 0.9rem; color: #0f172a; }
.cause-feature span { font-size: 0.78rem; color: var(--text-muted); }

.cause-donor-row { display: flex; align-items: center; gap: 0.9rem; padding: 0.75rem 0; border-bottom: 1px solid #f1f5f9; }
.cause-donor-row:last-child { border-bottom: none; }
.cause-donor-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--primary-wash); color: var(--primary-color); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.cause-donor-amount { font-weight: 800; color: var(--primary-color); }

/* Donation box */
.donate-box { position: sticky; top: 90px; background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; box-shadow: 0 24px 50px -24px rgba(15,23,42,0.25); overflow: hidden; }
.donate-box-head { padding: 1.5rem 1.5rem 1.25rem; background: linear-gradient(145deg, #f0fdfa, #fff); border-bottom: 1px solid #e2e8f0; }
.donate-raised { font-size: 1.7rem; font-weight: 800; color: var(--primary-color); font-family: var(--font-heading); }
.donate-raised-lbl { display: block; font-size: 0.8rem; color: var(--text-muted); }
.donate-pct { font-size: 1.4rem; font-weight: 800; color: #0f172a; }
.donate-progress { height: 9px; background: #e2e8f0; border-radius: 999px; overflow: hidden; }
.donate-progress span { display: block; height: 100%; background: linear-gradient(90deg, #0d9488, #14b8a6); border-radius: 999px; }
.donate-box-body { padding: 1.5rem; }
.donate-label { display: block; font-size: 0.8rem; font-weight: 700; color: #334155; margin-bottom: 0.5rem; }
.donate-presets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.donate-chip input { position: absolute; opacity: 0; }
.donate-chip span { display: block; text-align: center; padding: 0.6rem 0.25rem; border: 1.5px solid #e2e8f0; border-radius: 11px; font-weight: 700; color: #334155; cursor: pointer; transition: all 0.15s; }
.donate-chip input:checked + span { border-color: var(--primary-color); background: var(--primary-wash); color: var(--primary-color); }
.donate-custom { display: flex; align-items: center; border: 1.5px solid #e2e8f0; border-radius: 11px; padding: 0 0.9rem; }
.donate-custom span { font-weight: 700; color: var(--text-muted); }
.donate-custom input { border: none; outline: none; padding: 0.65rem 0.5rem; width: 100%; font-weight: 600; background: transparent; }
.payment-instructions {
    background: var(--bg-subtle, #f8fafc);
    border: 1px solid var(--border-light, #e2e8f0);
    border-radius: 12px;
    padding: 1rem 1.1rem;
}

.payment-instructions-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.payment-instructions-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 0.85rem;
}

.payment-instructions-list li:last-child {
    border-bottom: none;
}

.payment-instructions-list span {
    color: var(--text-muted, #64748b);
    flex-shrink: 0;
}

.donate-methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
.donate-method input { position: absolute; opacity: 0; }
.donate-method span { display: flex; align-items: center; gap: 0.5rem; justify-content: center; padding: 0.6rem; border: 1.5px solid #e2e8f0; border-radius: 11px; font-size: 0.85rem; font-weight: 600; color: #334155; cursor: pointer; transition: all 0.15s; }
.donate-method input:checked + span { border-color: var(--primary-color); background: var(--primary-wash); color: var(--primary-color); }
.donate-recurring { display: flex; align-items: center; gap: 0.55rem; font-size: 0.88rem; color: #334155; cursor: pointer; }
.donate-submit { width: 100%; margin-top: 1.25rem; background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff; border: none; border-radius: 12px; padding: 0.95rem; font-weight: 800; font-size: 1.02rem; cursor: pointer; transition: all 0.15s; }
.donate-submit:hover { filter: brightness(1.08); transform: translateY(-1px); }
.donate-secure { text-align: center; font-size: 0.76rem; color: var(--text-muted); margin: 0.85rem 0 0; }

/* Cause cards (grid) */
.cause-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 12px 30px -18px rgba(15,23,42,0.18); transition: transform 0.2s, box-shadow 0.2s; }
.cause-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px -20px rgba(13,148,136,0.3); }
.cause-card-img { position: relative; height: 190px; }
.cause-card-img img { width: 100%; height: 100%; object-fit: cover; }
.cause-card-img span { position: absolute; top: 0.85rem; left: 0.85rem; background: rgba(255,255,255,0.95); color: var(--primary-color); padding: 0.25rem 0.75rem; border-radius: 999px; font-size: 0.72rem; font-weight: 700; }
.cause-card-body { padding: 1.25rem; display: flex; flex-direction: column; flex-grow: 1; }
.cause-card-body h5 { font-weight: 700; color: #0f172a; font-size: 1.05rem; margin-bottom: 0.4rem; }
.cause-card-body p { color: var(--text-muted); font-size: 0.88rem; flex-grow: 1; }

/* Event cards */
.event-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; overflow: hidden; box-shadow: 0 12px 30px -18px rgba(15,23,42,0.18); height: 100%; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.event-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px -20px rgba(13,148,136,0.28); }
.event-card-img { position: relative; height: 180px; }
.event-card-img img { width: 100%; height: 100%; object-fit: cover; }
.event-date-chip { position: absolute; bottom: -18px; right: 1rem; background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff; border-radius: 14px; padding: 0.5rem 0.85rem; text-align: center; box-shadow: 0 10px 20px -8px rgba(13,148,136,0.5); }
.event-date-chip strong { display: block; font-size: 1.3rem; font-weight: 800; line-height: 1; }
.event-date-chip span { font-size: 0.7rem; text-transform: uppercase; }
.event-card-body { padding: 1.5rem 1.25rem 1.25rem; flex-grow: 1; display: flex; flex-direction: column; }
.event-meta { display: flex; gap: 1rem; flex-wrap: wrap; font-size: 0.8rem; color: var(--text-muted); margin-bottom: 0.6rem; }
.event-cat-badge { position: absolute; top: 1rem; left: 1rem; background: rgba(15,23,42,0.78); color: #fff; backdrop-filter: blur(4px); border-radius: 999px; padding: 0.3rem 0.85rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }

/* Events stats band */
.events-stat { text-align: center; padding: 0.5rem; }
.events-stat .num { font-size: 2.2rem; font-weight: 800; color: var(--primary-color); line-height: 1; }
.events-stat .lbl { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.35rem; }

/* Featured event */
.featured-event { background: #fff; border: 1px solid #e2e8f0; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px -34px rgba(15,23,42,0.4); }
.featured-event-img { position: relative; min-height: 320px; background-size: cover; background-position: center; }
.featured-event-img .featured-flag { position: absolute; top: 1.1rem; left: 1.1rem; background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff; border-radius: 999px; padding: 0.4rem 1rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.featured-event-body { padding: 2.4rem; }
.featured-event-body h3 { font-weight: 800; color: #0f172a; }
.featured-meta { display: flex; flex-wrap: wrap; gap: 1.25rem; margin: 1.1rem 0 1.25rem; }
.featured-meta div { display: flex; align-items: center; gap: 0.5rem; color: #475569; font-size: 0.92rem; font-weight: 600; }
.featured-meta i { color: var(--primary-color); }
.countdown { display: flex; gap: 0.75rem; margin-bottom: 1.5rem; }
.countdown .cd-box { background: var(--primary-wash); border-radius: 12px; padding: 0.7rem 0; text-align: center; min-width: 64px; }
.countdown .cd-box strong { display: block; font-size: 1.5rem; font-weight: 800; color: var(--primary-color); line-height: 1; }
.countdown .cd-box span { font-size: 0.68rem; text-transform: uppercase; color: var(--text-muted); letter-spacing: 0.05em; }

/* Event filter chips (reuses FAQ chip look) */
.event-filter-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 2.25rem; }

/* Host / CTA split */
.host-split { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.host-step { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.6rem 1.4rem; height: 100%; box-shadow: 0 12px 30px -22px rgba(15,23,42,0.2); }
.host-step .step-num { width: 38px; height: 38px; border-radius: 10px; background: var(--primary-color); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 0.9rem; }

@media (max-width: 991px) {
    .host-split { grid-template-columns: 1fr; }
    .featured-event-img { min-height: 240px; }
}

@media (max-width: 575px) {
    .cause-stats-strip { grid-template-columns: repeat(2, 1fr); }
    .cause-media img { height: 260px; }
}

/* ===== Contact page ===== */
.contact-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.contact-info-card {
    background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
    padding: 1.6rem 1.4rem; text-align: center; height: 100%;
    box-shadow: 0 12px 30px -20px rgba(15,23,42,0.2);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 20px 38px -20px rgba(13,148,136,0.32); border-color: rgba(13,148,136,0.3); }
.contact-info-ic {
    width: 56px; height: 56px; border-radius: 16px; margin: 0 auto 1rem;
    display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
    background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff;
    box-shadow: 0 10px 20px -8px rgba(13,148,136,0.6);
}
.contact-info-card h6 { font-weight: 700; color: #0f172a; margin-bottom: 0.35rem; }
.contact-info-card p { color: var(--text-muted); font-size: 0.88rem; margin: 0; word-break: break-word; }
.contact-info-card a { color: var(--text-muted); text-decoration: none; }
.contact-info-card a:hover { color: var(--primary-color); }

.contact-form-panel { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 2.25rem; box-shadow: 0 24px 50px -28px rgba(15,23,42,0.28); }
.contact-side-panel { background: linear-gradient(150deg, #0f766e 0%, #0d9488 55%, #115e59 100%); color: #fff; border-radius: 20px; padding: 2.25rem; height: 100%; position: relative; overflow: hidden; }
.contact-side-panel::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 12%, rgba(255,255,255,0.16), transparent 55%); }
.contact-side-panel > * { position: relative; z-index: 1; }
.contact-side-item { display: flex; gap: 0.85rem; align-items: flex-start; padding: 0.9rem 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
.contact-side-item:last-child { border-bottom: none; }
.contact-side-item i { width: 40px; height: 40px; flex-shrink: 0; border-radius: 11px; background: rgba(255,255,255,0.16); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.contact-side-item strong { display: block; font-size: 0.95rem; }
.contact-side-item span { font-size: 0.85rem; color: rgba(255,255,255,0.78); }
.contact-social-row { display: flex; gap: 0.6rem; margin-top: 1.25rem; }
.contact-social-row a { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,0.14); color: #fff; display: flex; align-items: center; justify-content: center; transition: background 0.2s; text-decoration: none; }
.contact-social-row a:hover { background: rgba(255,255,255,0.28); }

.contact-map { border-radius: 20px; overflow: hidden; border: 1px solid #e2e8f0; box-shadow: 0 18px 40px -24px rgba(15,23,42,0.25); line-height: 0; }
.contact-map iframe { width: 100%; height: 380px; border: 0; display: block; }

.dept-card { display: flex; gap: 1rem; align-items: flex-start; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.4rem; height: 100%; box-shadow: 0 12px 30px -22px rgba(15,23,42,0.2); transition: transform 0.2s, box-shadow 0.2s; }
.dept-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px -20px rgba(13,148,136,0.28); }
.dept-card .icon-tile { margin: 0; }
.dept-card h6 { font-weight: 700; color: #0f172a; margin-bottom: 0.25rem; }
.dept-card p { font-size: 0.85rem; color: var(--text-muted); margin: 0 0 0.4rem; }
.dept-card a { font-size: 0.85rem; font-weight: 700; color: var(--primary-color); text-decoration: none; }

.sla-band { background: #0f172a; border-radius: 20px; padding: 2.25rem; color: #fff; }
.sla-item { text-align: center; }
.sla-item strong { display: block; font-size: 1.7rem; font-weight: 800; color: #2dd4bf; font-family: var(--font-heading); }
.sla-item span { font-size: 0.85rem; color: rgba(255,255,255,0.7); }

.region-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.4rem; height: 100%; box-shadow: 0 12px 30px -22px rgba(15,23,42,0.18); }
.region-card h6 { font-weight: 700; color: #0f172a; border-bottom: 1px solid #f1f5f9; padding-bottom: 0.6rem; margin-bottom: 0.75rem; }
.region-card .region-flag { display: inline-flex; width: 30px; height: 30px; border-radius: 8px; background: var(--primary-wash); color: var(--primary-color); align-items: center; justify-content: center; margin-right: 0.5rem; }

@media (max-width: 991px) { .contact-quick-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479px) { .contact-quick-grid { grid-template-columns: 1fr; } }

/* ===== FAQ page ===== */
.faq-search-wrap { max-width: 640px; margin: 1.5rem auto 0; position: relative; }
.faq-search-wrap i { position: absolute; left: 1.1rem; top: 50%; transform: translateY(-50%); color: #94a3b8; }
.faq-search-wrap input {
    width: 100%; border: none; border-radius: 14px; padding: 1rem 1.1rem 1rem 2.9rem;
    font-size: 1rem; box-shadow: 0 18px 40px -24px rgba(15,23,42,0.4); outline: none;
}
.faq-search-wrap input:focus { box-shadow: 0 0 0 4px rgba(13,148,136,0.18), 0 18px 40px -24px rgba(15,23,42,0.4); }

.faq-topic-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.5rem; text-align: center; height: 100%; cursor: pointer; box-shadow: 0 12px 30px -22px rgba(15,23,42,0.2); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.faq-topic-card:hover { transform: translateY(-5px); box-shadow: 0 20px 38px -20px rgba(13,148,136,0.3); border-color: rgba(13,148,136,0.3); }
.faq-topic-ic { width: 54px; height: 54px; border-radius: 15px; margin: 0 auto 0.9rem; display: flex; align-items: center; justify-content: center; font-size: 1.35rem; background: var(--primary-wash); color: var(--primary-color); }
.faq-topic-card h6 { font-weight: 700; color: #0f172a; margin-bottom: 0.25rem; }
.faq-topic-card p { font-size: 0.8rem; color: var(--text-muted); margin: 0; }

.faq-filter-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 2rem; }
.faq-filter-chip { border: 1.5px solid #e2e8f0; background: #fff; color: #475569; border-radius: 999px; padding: 0.45rem 1.1rem; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.15s; }
.faq-filter-chip:hover { border-color: var(--primary-color); color: var(--primary-color); }
.faq-filter-chip.active { background: var(--primary-color); border-color: var(--primary-color); color: #fff; }

.faq-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; margin-bottom: 0.85rem; overflow: hidden; box-shadow: 0 10px 26px -22px rgba(15,23,42,0.2); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; text-align: left; background: none; border: none; padding: 1.15rem 1.4rem; font-weight: 700; color: #0f172a; font-size: 1rem; cursor: pointer; }
.faq-q .faq-chevron { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--primary-wash); color: var(--primary-color); display: flex; align-items: center; justify-content: center; transition: transform 0.25s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); background: var(--primary-color); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a-inner { padding: 0 1.4rem 1.25rem; color: var(--text-muted); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 500px; }
.faq-no-results { text-align: center; color: var(--text-muted); padding: 2.5rem; display: none; }

.glossary-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 1.25rem; height: 100%; box-shadow: 0 10px 26px -22px rgba(15,23,42,0.18); }
.glossary-item h6 { font-weight: 700; color: var(--primary-color); margin-bottom: 0.35rem; }
.glossary-item p { font-size: 0.85rem; color: var(--text-muted); margin: 0; }

/* Payments / trust strip */
.payments-strip { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.25rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 1.25rem 1.75rem; box-shadow: 0 12px 30px -20px rgba(15,23,42,0.2); }
.payments-strip-text { display: flex; align-items: center; gap: 1rem; }
.payments-strip-text i { font-size: 1.6rem; color: var(--primary-color); }
.payments-strip-text strong { display: block; color: #0f172a; }
.payments-strip-text span { font-size: 0.85rem; color: var(--text-muted); }
.payments-strip-icons { display: flex; align-items: center; gap: 1.1rem; font-size: 2rem; color: #94a3b8; }
.payments-strip-icons i { transition: color 0.15s; }
.payments-strip-icons i:hover { color: var(--primary-color); }
@media (max-width: 575px) { .payments-strip-icons { font-size: 1.5rem; gap: 0.8rem; } }

/* ===== Volunteer page ===== */
.vol-stat-band { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 1.5rem; box-shadow: 0 18px 40px -28px rgba(15,23,42,0.25); margin-top: -3rem; position: relative; z-index: 3; }
.vol-stat { text-align: center; }
.vol-stat .num { font-size: 2rem; font-weight: 800; color: var(--primary-color); line-height: 1; }
.vol-stat .lbl { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.3rem; }

.vol-form-panel { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 2rem; box-shadow: 0 24px 50px -28px rgba(15,23,42,0.28); }
.vol-side-panel { background: linear-gradient(155deg, #0f766e, #0d9488 60%, #115e59); color: #fff; border-radius: 20px; padding: 2rem; height: 100%; position: relative; overflow: hidden; }
.vol-side-panel::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 90% 8%, rgba(255,255,255,0.14), transparent 50%); }
.vol-side-panel > * { position: relative; z-index: 1; }
.vol-side-list { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.vol-side-list li { display: flex; gap: 0.75rem; margin-bottom: 0.85rem; font-size: 0.9rem; opacity: 0.95; }
.vol-side-list i { margin-top: 0.15rem; }

.vol-opening-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.35rem; height: 100%; box-shadow: 0 12px 30px -22px rgba(15,23,42,0.2); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; cursor: pointer; }
.vol-opening-card:hover, .vol-opening-card.selected { transform: translateY(-4px); border-color: rgba(13,148,136,0.35); box-shadow: 0 20px 38px -20px rgba(13,148,136,0.28); }
.vol-opening-card.selected { outline: 2px solid var(--primary-color); outline-offset: 2px; }
.vol-opening-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.6rem; }
.vol-opening-head h6 { font-weight: 700; color: #0f172a; margin: 0; }
.vol-cat-badge { background: var(--primary-wash); color: var(--primary-color); border-radius: 999px; padding: 0.25rem 0.75rem; font-size: 0.72rem; font-weight: 700; white-space: nowrap; }
.vol-slots { font-size: 0.78rem; font-weight: 600; margin-top: 0.75rem; }
.vol-slots.low { color: #dc2626; }
.vol-slots.ok { color: #15803d; }

.vol-shift-table { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px -22px rgba(15,23,42,0.18); }
.vol-shift-table table { margin: 0; }
.vol-shift-table th { background: #f8fafc; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; }
.vol-shift-table td { font-size: 0.9rem; vertical-align: middle; }

.vol-testimonial { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 1.75rem; height: 100%; box-shadow: 0 12px 30px -22px rgba(15,23,42,0.18); }
.vol-testimonial .quote-ic { font-size: 1.75rem; color: var(--primary-color); opacity: 0.35; margin-bottom: 0.75rem; }
.vol-leaderboard { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; overflow: hidden; box-shadow: 0 12px 30px -22px rgba(15,23,42,0.18); max-width: 640px; margin: 0 auto; }
.vol-leaderboard .lb-row { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; border-bottom: 1px solid #f1f5f9; }
.vol-leaderboard .lb-row:last-child { border-bottom: none; }
.lb-rank { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.8rem; margin-right: 0.85rem; }
.lb-rank.gold { background: #fef3c7; color: #b45309; }
.lb-rank.silver { background: #f1f5f9; color: #475569; }
.lb-rank.bronze { background: #ffedd5; color: #c2410c; }

.vol-train-step { display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.vol-train-num { width: 40px; height: 40px; border-radius: 12px; background: var(--primary-color); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

@media (max-width: 767px) {
    .vol-stat-band .row > div { margin-bottom: 0.75rem; }
    .vol-stat-band .row > div:last-child { margin-bottom: 0; }
}

/* ===== Home: focus areas ===== */
.focus-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 1.75rem 1.5rem; height: 100%; box-shadow: 0 14px 34px -24px rgba(15,23,42,0.22); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; position: relative; overflow: hidden; }
.focus-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px -22px rgba(13,148,136,0.3); border-color: rgba(13,148,136,0.3); }
.focus-card .focus-ic { width: 58px; height: 58px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff; margin-bottom: 1.1rem; }
.focus-card h6 { font-weight: 700; color: #0f172a; margin-bottom: 0.4rem; }
.focus-card p { color: var(--text-muted); font-size: 0.86rem; margin: 0 0 0.85rem; }
.focus-card .focus-link { font-size: 0.82rem; font-weight: 700; color: var(--primary-color); text-decoration: none; }
.focus-card .focus-link i { transition: transform 0.15s; }
.focus-card:hover .focus-link i { transform: translateX(4px); }
.focus-ic.f-water { background: linear-gradient(135deg, #0ea5e9, #0369a1); }
.focus-ic.f-edu { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.focus-ic.f-eco { background: linear-gradient(135deg, #22c55e, #15803d); }
.focus-ic.f-health { background: linear-gradient(135deg, #ef4444, #b91c1c); }
.focus-ic.f-food { background: linear-gradient(135deg, #f59e0b, #b45309); }
.focus-ic.f-relief { background: linear-gradient(135deg, #14b8a6, #0f766e); }

/* Home: partners logo strip */
.partners-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2.5rem; }
.partners-strip .p-logo { display: flex; align-items: center; gap: 0.5rem; color: #94a3b8; font-weight: 700; font-size: 1.15rem; transition: color 0.2s; }
.partners-strip .p-logo i { font-size: 1.8rem; }
.partners-strip .p-logo:hover { color: var(--primary-color); }

/* ===== Campaigns listing page ===== */
.camp-stat-band { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 1.5rem; box-shadow: 0 18px 40px -28px rgba(15,23,42,0.25); margin-top: -3rem; position: relative; z-index: 3; }
.camp-stat { text-align: center; }
.camp-stat .num { font-size: 1.9rem; font-weight: 800; color: var(--primary-color); line-height: 1; }
.camp-stat .lbl { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.3rem; }

.camp-toolbar { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 1.1rem 1.25rem; box-shadow: 0 12px 30px -24px rgba(15,23,42,0.2); }
.camp-toolbar .form-control, .camp-toolbar .form-select { border-radius: 10px; }
.camp-chip-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; }

/* Featured campaign */
.featured-camp { background: #fff; border: 1px solid #e2e8f0; border-radius: 22px; overflow: hidden; box-shadow: 0 26px 60px -34px rgba(15,23,42,0.4); }
.featured-camp-img { position: relative; min-height: 340px; background-size: cover; background-position: center; }
.featured-camp-img .fc-flag { position: absolute; top: 1.1rem; left: 1.1rem; background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff; border-radius: 999px; padding: 0.4rem 1rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.featured-camp-body { padding: 2.4rem; }
.featured-camp-body h3 { font-weight: 800; color: #0f172a; }
.featured-camp-stats { display: flex; gap: 2rem; margin: 1.25rem 0; }
.featured-camp-stats .fcs-num { font-size: 1.5rem; font-weight: 800; color: var(--primary-color); line-height: 1; }
.featured-camp-stats .fcs-lbl { font-size: 0.78rem; color: var(--text-muted); }
@media (max-width: 991px) { .featured-camp-img { min-height: 240px; } }

/* Campaign card extras */
.cause-card-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: var(--text-muted); margin-top: 0.75rem; }
.cause-card-actions { display: flex; gap: 0.5rem; margin-top: 1rem; }
.cause-card-actions .btn { flex: 1; }

/* How it works steps */
.giving-step { text-align: center; padding: 1rem; }
.giving-step .gs-ic { width: 64px; height: 64px; border-radius: 18px; background: var(--primary-wash); color: var(--primary-color); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 1rem; position: relative; }
.giving-step .gs-num { position: absolute; top: -8px; right: -8px; width: 26px; height: 26px; border-radius: 50%; background: var(--primary-color); color: #fff; font-size: 0.78rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.giving-step h6 { font-weight: 700; color: #0f172a; }
.giving-step p { font-size: 0.86rem; color: var(--text-muted); margin: 0; }

/* Quick donate modal presets */
.qd-presets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
.qd-preset { border: 1.5px solid #e2e8f0; background: #fff; border-radius: 12px; padding: 0.7rem 0; text-align: center; font-weight: 700; color: #334155; cursor: pointer; transition: all 0.15s; }
.qd-preset:hover { border-color: var(--primary-color); }
.qd-preset.active { background: var(--primary-color); border-color: var(--primary-color); color: #fff; }
.qd-pay { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.qd-pay label { flex: 1; min-width: 80px; border: 1.5px solid #e2e8f0; border-radius: 10px; padding: 0.5rem; text-align: center; font-size: 0.8rem; cursor: pointer; }
.qd-pay input { display: none; }
.qd-pay input:checked + span { color: var(--primary-color); font-weight: 700; }
.qd-pay label:has(input:checked) { border-color: var(--primary-color); background: var(--primary-wash); }

/* ===== About page ===== */
.about-intro-img { position: relative; }
.about-intro-img img { border-radius: 22px; width: 100%; height: 100%; object-fit: cover; box-shadow: 0 30px 60px -30px rgba(15,23,42,0.45); }
.about-intro-badge { position: absolute; bottom: -22px; left: -18px; background: #fff; border-radius: 18px; padding: 1.1rem 1.4rem; box-shadow: 0 20px 40px -20px rgba(15,23,42,0.3); display: flex; align-items: center; gap: 0.85rem; border: 1px solid #e2e8f0; }
.about-intro-badge .ai-ic { width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.about-intro-badge strong { display: block; color: #0f172a; font-size: 1.35rem; line-height: 1; }
.about-intro-badge span { font-size: 0.78rem; color: var(--text-muted); }
@media (max-width: 991px) { .about-intro-badge { left: 12px; bottom: 12px; } }

.about-check { display: flex; align-items: flex-start; gap: 0.65rem; }
.about-check i { color: var(--primary-color); margin-top: 0.2rem; font-size: 1.05rem; }
.about-check h6 { font-weight: 700; color: #0f172a; margin: 0; }
.about-check span { font-size: 0.82rem; color: var(--text-muted); }

.mvv-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 2rem 1.75rem; height: 100%; box-shadow: 0 14px 34px -24px rgba(15,23,42,0.25); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.mvv-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px -22px rgba(13,148,136,0.32); border-color: rgba(13,148,136,0.3); }
.mvv-card .mvv-ic { width: 58px; height: 58px; border-radius: 16px; background: var(--primary-wash); color: var(--primary-color); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.1rem; }
.mvv-card h5 { font-weight: 700; color: #0f172a; }
.mvv-card p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

/* Vertical timeline */
.about-timeline { position: relative; padding-left: 2.25rem; }
.about-timeline::before { content: ''; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(180deg, #0d9488, #cbd5e1); }
.about-tl-item { position: relative; padding-bottom: 2rem; }
.about-tl-item:last-child { padding-bottom: 0; }
.about-tl-item::before { content: ''; position: absolute; left: -2.25rem; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 4px solid var(--primary-color); box-shadow: 0 0 0 4px var(--primary-wash); }
.about-tl-year { display: inline-block; font-weight: 800; color: var(--primary-color); font-size: 0.95rem; margin-bottom: 0.25rem; }
.about-tl-item h6 { font-weight: 700; color: #0f172a; margin-bottom: 0.25rem; }
.about-tl-item p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

/* Team */
.team-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 1.75rem 1.5rem; text-align: center; height: 100%; box-shadow: 0 14px 34px -24px rgba(15,23,42,0.22); transition: transform 0.2s, box-shadow 0.2s; }
.team-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px -22px rgba(13,148,136,0.3); }
.team-avatar { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 800; color: #fff; background: linear-gradient(135deg, #0d9488, #0f766e); }
.team-card h5 { font-weight: 700; color: #0f172a; margin-bottom: 0.15rem; }
.team-card .team-role { font-size: 0.85rem; color: var(--primary-color); font-weight: 600; }
.team-card .team-bio { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.6rem; }
.team-socials { display: flex; justify-content: center; gap: 0.6rem; margin-top: 1rem; }
.team-socials a { width: 34px; height: 34px; border-radius: 50%; background: #f1f5f9; color: #475569; display: flex; align-items: center; justify-content: center; transition: background 0.15s, color 0.15s; }
.team-socials a:hover { background: var(--primary-color); color: #fff; }

/* Where we work / transparency list */
.about-region-list { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.about-region-list li { display: flex; align-items: center; gap: 0.75rem; padding: 0.65rem 0; border-bottom: 1px dashed #e2e8f0; color: #334155; font-weight: 500; }
.about-region-list li:last-child { border-bottom: none; }
.about-region-list i { color: var(--primary-color); }

.press-quote { background: #fff; border: 1px solid #e2e8f0; border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 1.25rem 1.4rem; height: 100%; box-shadow: 0 12px 30px -24px rgba(15,23,42,0.2); }
.press-quote h6 { font-weight: 700; color: #0f172a; margin-bottom: 0.2rem; }
.press-quote span { font-size: 0.82rem; color: var(--text-muted); }

/* Toastr theme tweak */
#toast-container > .toast {
    border-radius: 12px !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.15) !important;
    opacity: 1 !important;
}

#toast-container > .toast-success {
    background-color: #0d9488 !important;
}

#toast-container > .toast-error {
    background-color: #dc2626 !important;
}
