/* =====================================================================
   ConServe — PRO refinement layer
   Loaded AFTER styles.css. Elevates the whole site to a cleaner, more
   professional feel while keeping the existing warm/organic green brand.

   Guidelines honored:
   • NO rounded, translucent "chip"/pill eyebrows anywhere. Section
     labels are plain uppercase letter-spaced text (.pro-kicker).
   • The home hero image area is left untouched.
   • Solid brand greens everywhere (off-brand pinks harmonized).
   ===================================================================== */

:root {
    --pro-green: #2d5a27;
    --pro-green-soft: #4a7c59;
    --pro-ink: #1a3d16;
    --pro-muted: #5f6b63;
    --pro-line: #e3eae4;
    --pro-cream: #f7f9f6;
    --pro-shadow: 0 18px 44px rgba(20, 50, 25, 0.12);
    --pro-shadow-sm: 0 8px 22px rgba(20, 50, 25, 0.08);
}

/* ---------------------------------------------------------------------
   1. Inner-page hero (.mission-statement) — refined, no chip
   --------------------------------------------------------------------- */
.mission-statement {
    padding: 150px 0 64px 0;
    background: #f8f9fa;
}

.mission-statement h1 {
    font-size: 3.35rem;
    line-height: 1.06;
    letter-spacing: -0.025em;
    margin-bottom: 0.6rem;
}

/* No divider line under hero headings */
.mission-statement h1::after {
    display: none;
}

.mission-intro {
    font-size: 1.13rem;
    line-height: 1.75;
    color: var(--pro-muted);
    max-width: 640px;
}

/* ---------------------------------------------------------------------
   3. Section heading underline accents → solid brand green
   --------------------------------------------------------------------- */
.home-blog-header h2::after {
    display: none;
}

/* ---------------------------------------------------------------------
   4. Mission stats — cleaner, more premium cards
   --------------------------------------------------------------------- */
.mission {
    padding: 96px 0;
}

.stat {
    border: 1px solid var(--pro-line);
    border-radius: 16px;
    box-shadow: var(--pro-shadow-sm);
    padding: 2.25rem 1.5rem;
}

.stat h3 {
    font-size: 2.7rem;
    color: var(--pro-green);
    letter-spacing: -0.02em;
}

.stat p {
    color: var(--pro-muted);
    font-size: 0.95rem;
}

/* ---------------------------------------------------------------------
   5. Cards — blog + program boxes: soft border, radius, gentle hover lift
   --------------------------------------------------------------------- */
.home-blog-card {
    border: 1px solid var(--pro-line);
    border-radius: 16px;
    box-shadow: var(--pro-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-blog-content h3 {
    color: var(--pro-ink);
}

.program-box {
    border: 1px solid var(--pro-line);
    border-radius: 18px;
    padding: 2.25rem;
    box-shadow: var(--pro-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-box-media img {
    border-radius: 12px;
}

/* ---------------------------------------------------------------------
   6. Buttons — keep rounded solid shapes (NOT translucent chips), refine
   --------------------------------------------------------------------- */
.program-btn,
.petition-btn {
    border-radius: 999px;
    box-shadow: var(--pro-shadow-sm);
}

/* ---------------------------------------------------------------------
   7. Harmonize off-brand pink → brand green (support + events)
   --------------------------------------------------------------------- */
.support-card {
    border: 1px solid var(--pro-line);
    border-radius: 18px;
    box-shadow: var(--pro-shadow-sm);
}

.support-card h3 {
    color: var(--pro-green);
}

.support-card p {
    color: var(--pro-muted);
}

.card-btn {
    background: var(--pro-green-soft);
    border-radius: 999px;
}

.card-btn:hover {
    background: var(--pro-green);
}

.events-section {
    background: var(--pro-green);
}

.submit-btn {
    border-radius: 999px;
}

/* ---------------------------------------------------------------------
   8. Reusable CTA panel for inner pages (gradient, rounded, NOT a chip)
   --------------------------------------------------------------------- */
.pro-cta {
    background: linear-gradient(135deg, #4a7c59 0%, #2d5a27 100%);
    padding: 96px 0;
}

.pro-cta .pro-cta-panel {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #fff;
}

.pro-cta-panel h2 {
    font-family: Georgia, serif;
    font-size: 2.3rem;
    margin-bottom: 1rem;
}

.pro-cta-panel p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 580px;
    margin: 0 auto 2.25rem auto;
    line-height: 1.7;
}

.pro-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-btn {
    display: inline-block;
    padding: 0.95rem 2.1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.pro-btn--solid {
    background: #fff;
    color: var(--pro-green);
}

.pro-btn--ghost {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 700;
}

.pro-btn--ghost:hover {
    background: #fff;
    color: var(--pro-green);
}

/* ---------------------------------------------------------------------
   9. Partners + blog page headers — tighten + brand divider
   --------------------------------------------------------------------- */
.partners-heading-section h2 {
    font-weight: 700;
    letter-spacing: -0.015em;
}

.blog {
    padding-top: 150px;
}

.blog > .container > h2 {
    font-family: Georgia, serif;
    font-size: 3rem;
    color: var(--pro-green);
    letter-spacing: -0.025em;
    line-height: 1.06;
    margin-bottom: 2.5rem;
    position: relative;
}

.blog > .container > h2::after {
    display: none;
}

/* ---------------------------------------------------------------------
   10. Timeline cards — softer, more premium
   --------------------------------------------------------------------- */
.timeline-card {
    border-radius: 16px;
    box-shadow: var(--pro-shadow-sm);
    overflow: hidden;
}

/* ---------------------------------------------------------------------
   11. Contact page heading
   --------------------------------------------------------------------- */
.contact-form-section h1 {
    font-family: Georgia, serif;
    color: var(--pro-green);
    letter-spacing: -0.02em;
}

/* ---------------------------------------------------------------------
   12. Responsive
   --------------------------------------------------------------------- */
@media (max-width: 768px) {
    .mission-statement {
        padding: 120px 0 48px 0;
    }
    .mission-statement h1 {
        font-size: 2.3rem;
    }
    .blog > .container > h2 {
        font-size: 2.2rem;
    }
    .pro-cta {
        padding: 64px 0;
    }
    .pro-cta-panel h2 {
        font-size: 1.9rem;
    }
}
