/* =============================================
   TPP — The People's Program
   VQT Solutions Color Scheme
   ============================================= */

:root {
    --navy: #1B2A6B;
    --navy-dark: #0f1a47;
    --navy-light: #253580;
    --gold: #C9A227;
    --gold-dark: #a8851e;
    --gold-light: #e8c14a;
    --teal: #2E8B8B;
    --teal-dark: #1d6a6a;
    --white: #ffffff;
    --off-white: #f8f9fa;
    --light-gray: #f0f2f5;
    --mid-gray: #6c757d;
    --dark-gray: #2d3748;
    --text: #1a202c;
    --border: #e2e8f0;
    --success: #38a169;
    --danger: #e53e3e;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow: 0 4px 16px rgba(0,0,0,0.1);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.15);
    --radius: 10px;
    --radius-lg: 16px;
    --transition: all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
    max-width: 100vw;
}

a { color: var(--navy); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold); }

img { max-width: 100%; display: block; }

ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ---- Announcement Bar ---- */
.announcement-bar {
    background: var(--gold);
    color: var(--navy-dark);
    text-align: center;
    padding: 8px 20px;
    font-size: 0.875rem;
    font-weight: 600;
}
.announcement-bar a { color: var(--navy-dark); text-decoration: underline; font-weight: 700; }
.announcement-bar i { margin-right: 6px; }

/* ---- Navbar ---- */
.navbar {
    background: var(--navy);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}
.nav-brand { display: flex; align-items: center; }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.logo-tpp {
    background: var(--gold);
    color: var(--navy-dark);
    font-size: 1.4rem;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 6px;
    letter-spacing: 1px;
}
.logo-text { display: flex; flex-direction: column; }
.logo-main { color: var(--white); font-weight: 700; font-size: 1rem; line-height: 1.2; }
.logo-sub { color: rgba(255,255,255,0.6); font-size: 0.7rem; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-links a {
    color: rgba(255,255,255,0.85);
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); background: rgba(255,255,255,0.08); }
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ---- Buttons ---- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition);
    text-align: center;
    line-height: 1;
}
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-dark); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--navy-dark); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark); color: var(--navy-dark); }
.btn-outline { background: transparent; color: var(--white); border-color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--navy); }
.btn-outline-navy { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }
.btn-teal { background: var(--teal); color: var(--white); border-color: var(--teal); }
.btn-teal:hover { background: var(--teal-dark); color: var(--white); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-sm { padding: 8px 18px; font-size: 0.85rem; }

/* ---- Hero ---- */
.hero {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-light) 100%);
    color: var(--white);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; }
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 162, 39, 0.2);
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
}
.hero h1 span { color: var(--gold); }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 32px; max-width: 480px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hero-stat {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius-lg);
    padding: 28px;
    backdrop-filter: blur(8px);
    text-align: center;
}
.hero-stat-value { font-size: 2.2rem; font-weight: 800; color: var(--gold); line-height: 1; }
.hero-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-top: 6px; }

/* ---- Section styles ---- */
section { padding: 80px 0; }
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    color: var(--navy);
    margin-bottom: 16px;
    line-height: 1.2;
}
.section-sub { color: var(--mid-gray); font-size: 1.05rem; max-width: 600px; margin-bottom: 48px; }
.section-header { margin-bottom: 48px; }
.section-header.centered { text-align: center; }
.section-header.centered .section-sub { margin: 0 auto 48px; }

.bg-light { background: var(--light-gray); }
.bg-navy { background: var(--navy); color: var(--white); }
.bg-navy .section-title { color: var(--white); }

/* ---- Campaign Cards ---- */
.campaigns-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }

.campaign-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}
.campaign-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.campaign-image {
    height: 200px;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.campaign-image img { width: 100%; height: 100%; object-fit: cover; }
.campaign-pathway-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--gold);
    color: var(--navy-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
}
.campaign-icon {
    font-size: 4rem;
    color: rgba(255,255,255,0.2);
}

.campaign-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.campaign-body h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.campaign-body p { color: var(--mid-gray); font-size: 0.9rem; flex: 1; margin-bottom: 20px; }

.campaign-progress-bar {
    height: 8px;
    background: var(--light-gray);
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}
.campaign-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: 50px;
    transition: width 0.8s ease;
}

.campaign-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    margin-bottom: 20px;
}
.campaign-raised { font-weight: 700; color: var(--navy); }
.campaign-goal { color: var(--mid-gray); }
.campaign-percent { font-weight: 700; color: var(--gold); }

.campaign-stats { display: flex; gap: 16px; font-size: 0.8rem; color: var(--mid-gray); margin-bottom: 20px; }
.campaign-stats span { display: flex; align-items: center; gap: 5px; }

/* ---- Pathway Cards ---- */
.pathways-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.pathway-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 2px solid var(--border);
    padding: 32px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.pathway-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--gold);
}
.pathway-card:hover { border-color: var(--navy); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.pathway-icon {
    width: 64px;
    height: 64px;
    background: var(--navy);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--gold);
    margin-bottom: 20px;
}
.pathway-card h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 10px; font-weight: 700; }
.pathway-card p { color: var(--mid-gray); font-size: 0.9rem; margin-bottom: 16px; }
.pathway-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.pathway-tag {
    background: var(--light-gray);
    color: var(--navy);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
}
.pathway-meta { display: flex; gap: 16px; font-size: 0.8rem; color: var(--mid-gray); }
.pathway-meta span { display: flex; align-items: center; gap: 5px; }

/* ---- Impact/Stats ---- */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius-lg);
    padding: 36px 28px;
    text-align: center;
}
.stat-icon { font-size: 2rem; color: var(--gold); margin-bottom: 12px; }
.stat-value { font-size: 2.8rem; font-weight: 800; color: var(--white); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 0.9rem; color: rgba(255,255,255,0.7); }

/* ---- Testimonials ---- */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }
.testimonial-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--gold);
    transition: var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.testimonial-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 16px; }
.testimonial-content { color: var(--dark-gray); font-style: italic; margin-bottom: 20px; line-height: 1.8; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
    width: 52px;
    height: 52px;
    background: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
}
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.testimonial-name { font-weight: 700; color: var(--navy); }
.testimonial-role { font-size: 0.85rem; color: var(--mid-gray); }

/* ---- Process Steps ---- */
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; position: relative; }
.process-steps::before {
    content: '';
    position: absolute;
    top: 40px; left: 10%; right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--teal));
}
.process-step { text-align: center; position: relative; z-index: 1; }
.step-number {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--gold);
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 4px solid var(--gold);
}
.process-step h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: 10px; }
.process-step p { color: var(--mid-gray); font-size: 0.9rem; }

/* ---- Donation Tiers ---- */
.tiers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.tier-card {
    border: 2px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 20px;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    background: var(--white);
}
.tier-card:hover, .tier-card.selected {
    border-color: var(--gold);
    background: rgba(201,162,39,0.05);
    box-shadow: var(--shadow);
}
.tier-name { font-weight: 700; color: var(--navy); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.tier-amount { font-size: 1.6rem; font-weight: 800; color: var(--gold); margin-bottom: 8px; }
.tier-desc { font-size: 0.8rem; color: var(--mid-gray); }

/* ---- Forms ---- */
.form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 48px;
    box-shadow: var(--shadow-lg);
}
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-weight: 600; color: var(--navy); margin-bottom: 8px; font-size: 0.9rem; }
.form-group label .required { color: var(--danger); margin-left: 3px; }
.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.95rem;
    font-family: inherit;
    color: var(--text);
    transition: var(--transition);
    background: var(--white);
}
.form-control:focus {
    outline: none;
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(27,42,107,0.1);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-hint { font-size: 0.8rem; color: var(--mid-gray); margin-top: 5px; }

/* ---- Alert messages ---- */
.alert {
    padding: 14px 18px;
    border-radius: var(--radius);
    margin-bottom: 24px;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.alert-success { background: #f0fff4; border: 1px solid #9ae6b4; color: #276749; }
.alert-danger { background: #fff5f5; border: 1px solid #fed7d7; color: #9b2c2c; }
.alert-info { background: #ebf8ff; border: 1px solid #90cdf4; color: #2a69ac; }

/* ---- Page Hero (inner pages) ---- */
.page-hero {
    background: linear-gradient(135deg, var(--navy-dark), var(--navy));
    color: var(--white);
    padding: 80px 0;
    text-align: center;
}
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 16px; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto; }

/* ---- CTA Banner ---- */
.cta-banner {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    padding: 80px 0;
    text-align: center;
}
.cta-banner h2 { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: var(--navy-dark); margin-bottom: 16px; }
.cta-banner p { font-size: 1.05rem; color: var(--navy); margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---- Quote block ---- */
.quote-block {
    background: var(--navy);
    border-left: 6px solid var(--gold);
    padding: 32px 40px;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    margin: 40px 0;
}
.quote-block blockquote {
    font-size: 1.2rem;
    font-style: italic;
    color: rgba(255,255,255,0.9);
    margin-bottom: 12px;
    line-height: 1.8;
}
.quote-block cite { color: var(--gold); font-size: 0.9rem; font-style: normal; font-weight: 600; }

/* ---- FAQ Accordion ---- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
    border: 2px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 12px;
    overflow: hidden;
    transition: var(--transition);
}
.faq-item.open { border-color: var(--navy); }
.faq-question {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: var(--navy);
    background: var(--white);
    gap: 12px;
}
.faq-question:hover { background: var(--light-gray); }
.faq-icon { flex-shrink: 0; transition: var(--transition); color: var(--gold); }
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--mid-gray);
    line-height: 1.8;
    background: var(--off-white);
}
.faq-item.open .faq-answer { max-height: 500px; padding: 20px 24px; }

/* ---- Footer ---- */
.footer { background: var(--navy-dark); color: rgba(255,255,255,0.8); }
.footer-top { padding: 64px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; }
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
}
.footer-brand p { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.65); margin-bottom: 24px; }
.social-links { display: flex; gap: 10px; }
.social-links a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: var(--transition);
}
.social-links a:hover { background: var(--gold); color: var(--navy-dark); }
.footer-col h4 { color: var(--gold); font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { color: rgba(255,255,255,0.65); font-size: 0.9rem; transition: var(--transition); }
.footer-col ul a:hover { color: var(--gold); padding-left: 4px; }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; margin-bottom: 10px; }
.contact-list i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.footer-newsletter h5 { color: var(--white); font-size: 0.9rem; margin-bottom: 12px; }
.newsletter-form { display: flex; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,0.2); }
.newsletter-form input {
    flex: 1;
    padding: 10px 14px;
    background: rgba(255,255,255,0.1);
    border: none;
    color: var(--white);
    font-size: 0.85rem;
    font-family: inherit;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus { outline: none; }
.newsletter-form button {
    background: var(--gold);
    color: var(--navy-dark);
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    transition: var(--transition);
}
.newsletter-form button:hover { background: var(--gold-dark); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* ---- Progress bar global ---- */
.progress-bar-wrap { background: var(--light-gray); border-radius: 50px; height: 10px; overflow: hidden; }
.progress-bar-fill { height: 100%; background: linear-gradient(90deg, var(--navy), var(--gold)); border-radius: 50px; }

/* ---- Breadcrumb ---- */
.breadcrumb { padding: 12px 0; font-size: 0.85rem; color: var(--mid-gray); }
.breadcrumb a { color: var(--navy); }
.breadcrumb span { margin: 0 8px; }

/* ---- Admin ---- */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar {
    width: 260px;
    background: var(--navy-dark);
    position: fixed;
    top: 0; left: 0; bottom: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    z-index: 100;
}
.admin-sidebar-header { padding: 24px 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.admin-nav { padding: 16px 0; flex: 1; }
.admin-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: var(--transition);
}
.admin-nav a:hover, .admin-nav a.active {
    background: rgba(255,255,255,0.1);
    color: var(--gold);
    border-left: 3px solid var(--gold);
}
.admin-nav a i { width: 18px; text-align: center; }
.admin-main { margin-left: 260px; flex: 1; }
.admin-topbar {
    background: var(--white);
    padding: 16px 32px;
    border-bottom: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: var(--shadow-sm);
}
.admin-content { padding: 32px; }
.admin-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    margin-bottom: 24px;
}
.admin-card h2 { font-size: 1.2rem; color: var(--navy); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--border); }
.stat-mini-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-bottom: 32px; }
.stat-mini {
    background: var(--white);
    border-radius: var(--radius);
    padding: 24px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--shadow-sm);
}
.stat-mini-icon { width: 52px; height: 52px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.stat-mini-icon.navy { background: rgba(27,42,107,0.1); color: var(--navy); }
.stat-mini-icon.gold { background: rgba(201,162,39,0.1); color: var(--gold-dark); }
.stat-mini-icon.teal { background: rgba(46,139,139,0.1); color: var(--teal); }
.stat-mini-icon.green { background: rgba(56,161,105,0.1); color: var(--success); }
.stat-mini-value { font-size: 1.8rem; font-weight: 800; color: var(--navy); line-height: 1; }
.stat-mini-label { font-size: 0.8rem; color: var(--mid-gray); margin-top: 4px; }

/* ---- Table ---- */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
table th { background: var(--navy); color: var(--white); padding: 12px 16px; text-align: left; font-weight: 600; font-size: 0.85rem; }
table td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--dark-gray); }
table tr:hover td { background: var(--off-white); }
.badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}
.badge-pending { background: #fef3c7; color: #92400e; }
.badge-active { background: #d1fae5; color: #065f46; }
.badge-completed { background: #dbeafe; color: #1e40af; }
.badge-rejected { background: #fee2e2; color: #991b1b; }
.badge-accepted { background: #d1fae5; color: #065f46; }

/* ---- Utility ---- */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-navy { color: var(--navy); }
.mt-4 { margin-top: 32px; }
.mb-4 { margin-bottom: 32px; }
.gap-2 { gap: 16px; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-stats { max-width: 400px; }
    .stats-row { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .process-steps { grid-template-columns: repeat(2,1fr); }
    .process-steps::before { display: none; }
    .stat-mini-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        background: var(--navy-dark);
        flex-direction: column;
        padding: 16px;
        gap: 4px;
        align-items: stretch;
        width: 100%;
    }
    .nav-links.open { display: flex; }
    .navbar { position: relative; }
    .hero h1 { font-size: 2.4rem; }
    .section-title { font-size: 1.9rem; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .tiers-grid { grid-template-columns: repeat(2,1fr); }
    .grid-2, .grid-3 { grid-template-columns: 1fr; }
    .admin-sidebar { display: none; }
    .admin-main { margin-left: 0; }
    .stat-mini-grid { grid-template-columns: 1fr 1fr; }
    .form-card { padding: 28px 20px; }
    .hero { padding: 60px 0; }
    .footer-bottom-inner { flex-direction: column; }
    .hero-buttons { flex-direction: column; }
    .hero-buttons .btn { width: 100%; justify-content: center; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .cta-buttons .btn { width: 100%; max-width: 320px; justify-content: center; }
    .quote-block { padding: 24px 20px; }
    section { padding: 56px 0; }
    .page-hero { padding: 56px 0; }
    .page-hero h1 { font-size: 2rem; }
    .campaign-card { min-width: 0; }
    .pathway-card { min-width: 0; }
    .social-links { flex-wrap: wrap; }
    .footer-bottom-inner { text-align: center; }
    .process-steps { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 1.7rem; }
    .hero p { font-size: 0.95rem; }
    .campaigns-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .tiers-grid { grid-template-columns: 1fr; }
    .hero-stats { grid-template-columns: 1fr 1fr; }
    .stats-row { grid-template-columns: 1fr 1fr; }
    .stat-card { padding: 24px 16px; }
    .stat-value { font-size: 2rem; }
    .container { padding: 0 16px; }
    .form-card { padding: 20px 16px; }
    .section-title { font-size: 1.6rem; }
    .announcement-bar { font-size: 0.78rem; padding: 8px 12px; }
    .pathways-grid { grid-template-columns: 1fr; }
    .footer-grid { gap: 24px; }
    .nav-inner { padding-top: 10px; padding-bottom: 10px; }
    .logo-main { font-size: 0.88rem; }
    .logo-sub { display: none; }
    .hero-stat-value { font-size: 1.7rem; }
    table { font-size: 0.8rem; }
    table th, table td { padding: 10px 10px; }
}
