/*
 * eHealify Footer CSS — Ayurveda Edition
 */

.eh-footer {
    background: #111a10;
    color: #c8dcb8;
    font-family: 'Jost', system-ui, sans-serif;
}

.eh-footer__inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* CTA Banner */
.eh-footer__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 48px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-wrap: wrap;
}

.eh-footer__eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7aaa50;
    margin-bottom: 10px;
}

.eh-footer__cta h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 600;
    color: #f0e8d5;
    margin: 0 0 8px;
    line-height: 1.25;
}

.eh-footer__cta p { font-size: 0.875rem; color: #90b070; margin: 0; }

.eh-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2d5a1b;
    color: #f0e8d5;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(122,170,80,0.4);
    transition: all 0.22s;
}
.eh-footer__cta-btn:hover { background: #4a7c2f; transform: translateY(-2px); }

/* Grid */
.eh-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 52px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Brand */
.eh-footer__logo {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #f0e8d5;
    text-decoration: none;
    margin-bottom: 14px;
}
.eh-footer__logo::before { content: '🌿 '; }
.eh-footer__logo:hover { color: #a8d88a; }

.eh-footer__tagline { font-size: 0.875rem; color: #90b070; line-height: 1.65; margin: 0 0 14px; }
.eh-footer__disclosure { font-size: 0.75rem; color: #607050; line-height: 1.55; margin: 0; }

/* Nav Columns */
.eh-footer__col h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-weight: 600;
    color: #a8d88a;
    margin: 0 0 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.eh-footer__col a {
    display: block;
    font-size: 0.875rem;
    color: #8aaa78;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.2s, padding-left 0.2s;
    line-height: 1.5;
}
.eh-footer__col a:hover { color: #f0c27f; padding-left: 4px; }

/* Community */
.eh-footer__community {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 36px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-wrap: wrap;
}
.eh-footer__community h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem; font-weight: 600;
    color: #f0e8d5; margin: 0 0 6px;
}
.eh-footer__community p { font-size: 0.82rem; color: #7a9a68; margin: 0; }

.eh-footer__community-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.875rem; font-weight: 700;
    color: #a8d88a; text-decoration: none;
    border: 1px solid rgba(122,170,80,0.3);
    padding: 10px 22px; border-radius: 30px;
    white-space: nowrap;
    transition: all 0.2s;
}
.eh-footer__community-link:hover { background: rgba(122,170,80,0.12); }

/* Bottom */
.eh-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 16px;
    flex-wrap: wrap;
}
.eh-footer__bottom p { font-size: 0.78rem; color: #506040; margin: 0; }

/* Responsive */
@media (max-width: 900px) {
    .eh-footer__grid { grid-template-columns: 1fr 1fr; }
    .eh-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .eh-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; padding: 36px 0 28px; }
    .eh-footer__cta { flex-direction: column; align-items: flex-start; }
    .eh-footer__bottom { flex-direction: column; align-items: flex-start; }
}
