  /* ===== FOOTER ===== */
        .footer {
            background: var(--green-950);
            color: rgba(255, 255, 255, 0.6);
            padding: 70px 0 30px;
        }

        .footer-brand {
            font-size: 1.5rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 14px;
        }

        .footer-brand span {
            color: var(--green-400);
        }

        .footer-desc {
            font-size: 0.9rem;
            line-height: 1.7;
            max-width: 320px;
        }

        .footer-heading {
            font-size: 0.8rem;
            font-weight: 700;
            color: #fff;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.55);
            text-decoration: none;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .footer-links a:hover {
            color: var(--green-400);
            padding-left: 6px;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 25px;
            margin-top: 50px;
        }

        .footer-bottom p {
            font-size: 0.85rem;
            margin: 0;
        }