/* ============================================================
   FOOTER (minimal — brand + single CTA + copyright/domain)
============================================================ */
footer {
    background: var(--base);
    padding: 56px 0 40px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    margin-bottom: 26px;
}

.footer-logo {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.025em;
    margin-bottom: 6px;
}

.footer-logo .accent { color: var(--green); }

.footer-tagline {
    font-size: 0.84rem;
    color: rgba(255,255,255,0.35);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-copy { font-size: 0.82rem; color: rgba(255,255,255,0.22); }
.footer-domain { font-size: 0.82rem; color: rgba(255,255,255,0.35); font-weight: 600; }
