/*
Theme Name: Almighty Garden Bags
Theme URI: 
Author: My Almighty Home
Author URI: https://mahconnect.me
Description: Custom theme for Almighty Garden Bags — Brisbane's toughest garden waste collection service. Includes Home, Bag Collection Subscription (trade), and Referral Program landing pages, plus an admin-side Page Manager for regenerating pages from theme files.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: almighty-garden-bags
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #1E5C39; color: #1a1a1a; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ============================================================
   NAVIGATION
   ============================================================ */
nav#main-nav {
    background: #1E5C39;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo a { display: flex; }
.nav-logo img { height: 40px; width: auto; mix-blend-mode: screen; }
.nav-center { display: flex; gap: 28px; }
.nav-center a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.2s;
    white-space: nowrap;
}
.nav-center a:hover,
.nav-center a.current { color: #fff; }
.nav-right { display: flex; gap: 12px; align-items: center; }
.nav-phone { color: rgba(255,255,255,0.6); font-size: 0.85rem; margin-right: 12px; }
.nav-portal {
    color: rgba(255,255,255,0.8);
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    transition: all 0.2s;
}
.nav-portal:hover { border-color: #fff; color: #fff; }
.nav-cta {
    background: #2ecc71;
    color: #1E5C39;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.88rem;
    transition: background 0.2s;
}
.nav-cta:hover { background: #27ae60; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: 0.3s; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-lime {
    display: inline-block;
    background: #2ecc71;
    color: #1E5C39;
    padding: 16px 36px;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.btn-lime:hover { background: #27ae60; transform: translateY(-2px); }

.btn-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.2s;
}
.btn-outline:hover { border-color: #fff; }

/* ============================================================
   HOME — HERO
   ============================================================ */
.hero {
    position: relative;
    height: calc(100vh - 68px);
    overflow: hidden;
}
.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #1E5C39;
}
.hero-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(13,51,32,0.95) 45%, rgba(0,0,0,0.3) 80%, transparent 100%);
    padding: 28px 40px 60px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hero-text h1 {
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.1;
    margin-bottom: 6px;
}
.hero-text h1 span { color: #2ecc71; }
.hero-text p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

/* ============================================================
   HOME — SOCIAL PROOF
   ============================================================ */
.social-proof {
    background: #fff;
    padding: 24px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
}
.proof-item { display: flex; align-items: center; gap: 12px; }
.proof-icon {
    width: 40px; height: 40px;
    background: #f0fdf4;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
}
.proof-text .number { font-weight: 800; font-size: 1.1rem; color: #1E5C39; }
.proof-text .label { font-size: 0.75rem; color: #888; font-weight: 500; }

/* ============================================================
   HOME — COMPLEMENT (Council bin comparison)
   ============================================================ */
.complement-wrap { padding: 60px 60px; }
.complement-section {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    background: #1E5C39;
    border-radius: 24px;
    padding: 50px 35px;
    color: #fff;
}
.complement-headline {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #2ecc71;
}
.complement-subheadline {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 35px;
}
.complement-comparison {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
    max-width: 680px;
    margin: 0 auto 35px;
}
.complement-col {
    padding: 28px 22px;
    border-radius: 16px;
    text-align: center;
}
.complement-col.council {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
}
.complement-col.garden-bag {
    background: rgba(46,204,113,0.15);
    border: 2px solid #2ecc71;
    box-shadow: 0 0 30px rgba(46,204,113,0.15);
}
.complement-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-size: 2rem;
    font-weight: 800;
    color: #2ecc71;
}
.complement-col-icon { font-size: 2.5rem; margin-bottom: 10px; }
.complement-col-title { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.complement-col-capacity { font-size: 2rem; font-weight: 800; margin: 8px 0; }
.complement-col.council .complement-col-capacity { color: rgba(255,255,255,0.5); }
.complement-col.garden-bag .complement-col-capacity { color: #2ecc71; }
.complement-col-detail { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-top: 8px; }
.complement-col-detail strong { color: #fff; }
.complement-tagline { font-size: 1.1rem; font-weight: 600; color: rgba(255,255,255,0.7); margin-bottom: 10px; line-height: 1.6; }
.complement-tagline strong { color: #2ecc71; }
.complement-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; margin-top: 30px; }
.complement-stat {
    background: rgba(46,204,113,0.1);
    border: 1px solid rgba(46,204,113,0.25);
    border-radius: 12px;
    padding: 18px 12px;
}
.complement-stat-number { font-size: 1.6rem; font-weight: 800; color: #2ecc71; margin-bottom: 4px; }
.complement-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.4; }

/* ============================================================
   HOME — WHY US / PROCESS / PRICING / FAQ / FINAL CTA
   ============================================================ */
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 2.5rem; font-weight: 800; color: #1E5C39; margin-bottom: 8px; }
.section-header p { color: #666; font-size: 1.05rem; }

.why-us { padding: 80px 60px; background: #fff; }
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
}
.why-card {
    text-align: center;
    padding: 32px 24px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s;
}
.why-card:hover { border-color: #2ecc71; transform: translateY(-4px); box-shadow: 0 8px 30px rgba(30,92,57,0.1); }
.why-icon { font-size: 2.2rem; margin-bottom: 16px; }
.why-card h3 { font-size: 1rem; font-weight: 700; color: #1E5C39; margin-bottom: 8px; }
.why-card p { color: #666; font-size: 0.88rem; line-height: 1.5; }

.process { padding: 80px 60px; background: #fafaf5; }
.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.process-steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 16.5%;
    right: 16.5%;
    height: 3px;
    background: #e5e7eb;
}
.process-step {
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px 28px 32px;
    border: 1px solid #e5e7eb;
}
.process-step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px; height: 40px;
    background: #1E5C39;
    color: #2ecc71;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}
.process-step-icon { font-size: 2.5rem; margin-bottom: 16px; }
.process-step h3 { font-size: 1.1rem; font-weight: 700; color: #1E5C39; margin-bottom: 8px; }
.process-step p { color: #666; font-size: 0.9rem; line-height: 1.5; }

.pricing { padding: 80px 60px; background: #fafaf5; }
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.price-card {
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px 28px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    background: #fff;
}
.price-card:hover { border-color: #2ecc71; }
.price-card.featured {
    border-color: #2ecc71;
    background: #1E5C39;
    color: #fff;
    transform: scale(1.04);
    box-shadow: 0 20px 60px rgba(15,46,29,0.25);
}
.price-card .badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #2ecc71;
    color: #1E5C39;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.price-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; }
.price-card .bags-count { font-size: 0.85rem; opacity: 0.6; margin-bottom: 20px; }
.price-card .amount { font-size: 3.2rem; font-weight: 900; line-height: 1; }
.price-card .amount sup { font-size: 1.2rem; vertical-align: super; }
.price-card .per-label { font-size: 0.8rem; opacity: 0.5; margin-bottom: 16px; }
.price-card .total-line {
    padding: 10px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
    background: #e8f8ef;
    color: #27ae60;
}
.price-card.featured .total-line { background: rgba(46,204,113,0.2); color: #2ecc71; }
.price-btn {
    display: block;
    padding: 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.2s;
}
.price-card .price-btn { background: #1E5C39; color: #fff; }
.price-card.featured .price-btn { background: #2ecc71; color: #1E5C39; }
.price-btn:hover { transform: translateY(-2px); }

.faq { padding: 80px 60px; background: #fff; }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item {
    background: #fafaf5;
    border-radius: 14px;
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}
.faq-q {
    padding: 20px 24px;
    font-weight: 700;
    font-size: 1rem;
    color: #1E5C39;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-q::after { content: '+'; font-size: 1.3rem; color: #2ecc71; font-weight: 300; transition: transform 0.3s; }
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}
.faq-item.open .faq-a { max-height: 400px; padding: 0 24px 20px; }

.final-cta {
    background: #1E5C39;
    padding: 100px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.final-cta::before {
    content: '';
    position: absolute;
    top: -300px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(46,204,113,0.1) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.final-cta h2 { font-size: 3rem; font-weight: 900; color: #fff; margin-bottom: 16px; position: relative; z-index: 1; }
.final-cta p { color: rgba(255,255,255,0.5); font-size: 1.1rem; margin-bottom: 36px; position: relative; z-index: 1; }
.final-cta .btn-lime { position: relative; z-index: 1; }

/* ============================================================
   FOOTER (shared)
   ============================================================ */
footer.site-footer {
    background: #164a2e;
    padding: 48px 60px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    color: rgba(255,255,255,0.4);
    font-size: 0.85rem;
}
footer.site-footer h4 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
footer.site-footer p { line-height: 1.6; }
footer.site-footer ul { list-style: none; }
footer.site-footer ul li { margin-bottom: 8px; }
footer.site-footer ul a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
footer.site-footer ul a:hover { color: #2ecc71; }
.footer-legal-strip {
    background: #123d25;
    padding: 22px 60px;
    color: rgba(255,255,255,0.55);
    font-size: 0.78rem;
    line-height: 1.65;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-legal-strip strong { color: rgba(255,255,255,0.9); }
.footer-legal-strip .keyword {
    display: inline-block;
    background: #2ecc71;
    color: #1E5C39;
    padding: 1px 7px;
    border-radius: 3px;
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 0.5px;
    vertical-align: middle;
}
.footer-legal-strip a { color: #2ecc71; text-decoration: none; }
.footer-legal-strip a:hover { text-decoration: underline; }

.footer-bottom {
    background: #0e2f1c;
    padding: 18px 60px;
    color: rgba(255,255,255,0.35);
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom-copy { flex: 1; min-width: 260px; }
.footer-legal-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal-links a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-legal-links a:hover { color: #2ecc71; }

/* ============================================================
   SMS CONSENT — used inside signup forms
   ============================================================ */
.sms-consent {
    background: #f0fdf4;
    border: 1px solid rgba(46,204,113,0.35);
    border-radius: 10px;
    padding: 16px 18px;
    font-size: 0.82rem;
    color: #444;
    line-height: 1.6;
    margin: 6px 0 20px;
}
.sms-consent .heading {
    color: #1E5C39;
    font-weight: 800;
    font-size: 0.88rem;
    display: block;
    margin-bottom: 8px;
}
.sms-consent p { margin: 0 0 8px; }
.sms-consent p:last-child { margin-bottom: 0; }
.sms-consent .keyword {
    display: inline-block;
    background: #1E5C39;
    color: #2ecc71;
    padding: 1px 8px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 0.5px;
    vertical-align: middle;
    font-family: inherit;
}
.sms-consent a { color: #1E5C39; font-weight: 700; text-decoration: underline; }
.sms-consent .support-line {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(46,204,113,0.25);
    color: #444;
}

/* ============================================================
   PROGRAM PAGES — shared landing layout
   ============================================================ */
.program-hero {
    background: #1E5C39;
    color: #fff;
    padding: 90px 60px 110px;
    position: relative;
    overflow: hidden;
}
.program-hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(46,204,113,0.15) 0%, transparent 65%);
    pointer-events: none;
}
.program-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.program-eyebrow {
    display: inline-block;
    color: #2ecc71;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
    padding: 6px 14px;
    border: 1px solid rgba(46,204,113,0.35);
    border-radius: 999px;
    background: rgba(46,204,113,0.08);
}
.program-hero h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.program-hero h1 span { color: #2ecc71; }
.program-hero .lede {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.55;
    margin-bottom: 32px;
    max-width: 520px;
}
.program-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.headline-number {
    background: #fff;
    color: #1E5C39;
    border-radius: 24px;
    padding: 36px 32px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}
.headline-number .figure { font-size: 4rem; font-weight: 900; line-height: 1; letter-spacing: -2px; }
.headline-number .figure sup { font-size: 1.6rem; vertical-align: super; font-weight: 800; }
.headline-number .figure-unit { font-size: 0.9rem; color: #666; font-weight: 600; margin-top: 6px; }
.headline-number .figure-divider { height: 1px; background: #e5e7eb; margin: 24px 0; }
.headline-number .figure-extra { font-size: 0.95rem; color: #666; line-height: 1.5; }
.headline-number .figure-extra strong { color: #1E5C39; }

/* Section wrapper used on program pages.
   DEFAULT is dark green (brand colour). .alt is the light cream break.
   .dark is kept as an explicit alias for the same dark treatment. */
.program-section { padding: 80px 60px; background: #1E5C39; color: rgba(255,255,255,0.85); }
.program-section.alt { background: #fafaf5; color: #1a1a1a; }
.program-section.dark { background: #1E5C39; color: #fff; }

/* Section headers: bright on dark sections, dark on the cream .alt section. */
.program-section .section-header h2 { color: #fff; }
.program-section .section-header p { color: rgba(255,255,255,0.7); }
.program-section.alt .section-header h2 { color: #1E5C39; }
.program-section.alt .section-header p { color: #666; }

/* Numbered steps for program pages */
.program-steps {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.program-step {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 32px 26px;
    position: relative;
}
.program-step .step-num {
    position: absolute;
    top: -16px;
    left: 24px;
    background: #2ecc71;
    color: #1E5C39;
    font-weight: 900;
    font-size: 0.9rem;
    padding: 6px 12px;
    border-radius: 999px;
    letter-spacing: 0.5px;
}
.program-step h3 { font-size: 1.15rem; font-weight: 800; color: #1E5C39; margin: 8px 0 10px; }
.program-step p { color: #666; font-size: 0.95rem; line-height: 1.55; }

/* Benefit cards — used for "why a contractor wants it" */
.benefit-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.benefit-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    border-left: 4px solid #2ecc71;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.benefit-card .benefit-icon { font-size: 1.8rem; margin-bottom: 12px; display: block; }
.benefit-card h3 { font-size: 1.05rem; font-weight: 800; color: #1E5C39; margin-bottom: 6px; }
.benefit-card p { color: #666; font-size: 0.9rem; line-height: 1.55; }

/* Accept / Don't accept — clean waste rule */
.waste-rule {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.waste-col {
    border-radius: 18px;
    padding: 32px;
}
.waste-col.yes {
    background: rgba(46,204,113,0.18);
    border: 2px solid #2ecc71;
}
.waste-col.no {
    background: #fff;
    border: 2px dashed #e5e7eb;
}
.waste-col h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 10px;
}
.waste-col.yes h3 { color: #fff; }
.waste-col.no h3 { color: #888; }
.waste-col ul { list-style: none; }
.waste-col li {
    padding: 8px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex; align-items: center; gap: 10px;
}
.waste-col.yes li { border-bottom-color: rgba(255,255,255,0.12); }
.waste-col li:last-child { border-bottom: none; }
.waste-col.yes li { color: #fff; }
.waste-col.no li { color: #999; text-decoration: line-through; text-decoration-color: rgba(0,0,0,0.2); }

/* Earnings stacker — Referral page math */
.earnings-stacker {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(15,46,29,0.08);
}
.earnings-row {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 18px;
    padding: 18px 0;
    align-items: center;
    border-bottom: 1px solid #f0f0eb;
}
.earnings-row:last-of-type { border-bottom: none; }
.earnings-row .ref-count {
    background: #1E5C39;
    color: #2ecc71;
    border-radius: 12px;
    padding: 12px 0;
    text-align: center;
    font-weight: 900;
    font-size: 1.15rem;
}
.earnings-row .ref-label { color: #666; font-size: 0.9rem; line-height: 1.4; }
.earnings-row .ref-label strong { color: #1E5C39; }
.earnings-row .ref-pay { font-weight: 900; color: #1E5C39; font-size: 1.15rem; text-align: right; white-space: nowrap; }
.earnings-row .ref-pay .small { display: block; font-size: 0.75rem; font-weight: 500; color: #888; }
.earnings-note { text-align: center; font-size: 0.85rem; color: #888; margin-top: 16px; font-style: italic; }

/* Sign-up form */
.signup-form-wrap {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    border: 1px solid #e5e7eb;
}
.program-section.dark .signup-form-wrap { color: #1a1a1a; }
.signup-form-wrap h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1E5C39;
    margin-bottom: 6px;
}
.signup-form-wrap .form-intro {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 24px;
}
.signup-form .field { margin-bottom: 16px; }
.signup-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1E5C39;
    margin-bottom: 6px;
}
.signup-form input,
.signup-form select,
.signup-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d4d4cf;
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: inherit;
    background: #fafaf5;
    transition: border-color 0.2s;
}
.signup-form input:focus,
.signup-form select:focus,
.signup-form textarea:focus {
    outline: none;
    border-color: #2ecc71;
    background: #fff;
}
.signup-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-form .form-help {
    font-size: 0.78rem;
    color: #888;
    margin-top: 4px;
}
.signup-form button {
    width: 100%;
    background: #2ecc71;
    color: #1E5C39;
    padding: 14px;
    border-radius: 10px;
    border: none;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
}
.signup-form button:hover { background: #27ae60; }
.signup-form .privacy {
    font-size: 0.78rem;
    color: #888;
    text-align: center;
    margin-top: 14px;
    line-height: 1.5;
}

/* Cross-program reference card */
.cross-program {
    background: #fff;
    border: 2px dashed #2ecc71;
    border-radius: 18px;
    padding: 28px 32px;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.cross-program .cp-text { flex: 1; min-width: 240px; }
.cross-program h4 { font-size: 1.1rem; font-weight: 800; color: #1E5C39; margin-bottom: 4px; }
.cross-program p { color: #666; font-size: 0.92rem; line-height: 1.5; }
.cross-program a {
    background: #1E5C39;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    white-space: nowrap;
    transition: background 0.2s;
}
.cross-program a:hover { background: #164a2e; }

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .program-hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .program-steps, .benefit-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    nav#main-nav { padding: 0 20px; }
    .nav-center, .nav-right { display: none; }
    .nav-toggle { display: block; }
    nav#main-nav.open .nav-center,
    nav#main-nav.open .nav-right {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #1E5C39;
        padding: 20px;
        gap: 16px;
        z-index: 99;
    }
    nav#main-nav.open .nav-right { top: auto; }

    .hero-top { padding: 20px 20px 40px; flex-direction: column; gap: 16px; }
    .hero-text h1 { font-size: 1.6rem; }
    .hero-text p { font-size: 0.9rem; }

    .social-proof { padding: 16px 20px; flex-wrap: wrap; gap: 16px; justify-content: center; }

    .complement-wrap { padding: 32px 20px; }
    .complement-section { padding: 32px 20px; }
    .complement-comparison { grid-template-columns: 1fr; gap: 12px; }
    .complement-plus { padding: 8px 0; }
    .complement-headline { font-size: 1.5rem; }
    .complement-stats { grid-template-columns: 1fr; }

    .why-grid, .process-steps, .pricing-grid { grid-template-columns: 1fr; }
    .price-card.featured { transform: none; }
    .why-us, .process, .pricing, .faq, .final-cta { padding: 48px 20px; }
    .section-header h2 { font-size: 1.8rem; }
    .final-cta h2 { font-size: 2rem; }

    .program-hero { padding: 56px 20px 70px; }
    .program-hero h1 { font-size: 2rem; }
    .program-hero .lede { font-size: 1rem; }
    .headline-number { padding: 28px 24px; }
    .headline-number .figure { font-size: 3rem; }
    .program-section { padding: 48px 20px; }
    .program-steps, .benefit-grid, .waste-rule { grid-template-columns: 1fr; }
    .signup-form-wrap { padding: 28px 22px; }
    .signup-form .field-row { grid-template-columns: 1fr; }
    .earnings-stacker { padding: 28px 20px; }
    .earnings-row { grid-template-columns: 60px 1fr auto; gap: 14px; }
    .cross-program { padding: 22px; flex-direction: column; align-items: flex-start; }

    footer.site-footer { grid-template-columns: 1fr; padding: 32px 20px; }
    .footer-legal-strip { padding: 18px 20px; }
    .footer-bottom { padding: 16px 20px; flex-direction: column; align-items: center; text-align: center; }
    .footer-bottom-copy { min-width: 0; }
    .footer-legal-links { justify-content: center; gap: 14px; }
}
