        .fmg-footer-host {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
            border: none !important;
            background: transparent !important;
        }

        .fmg-footer-host .elementor-widget-container {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .fmg-footer-wrapper {
            --fmg-bg-anchor: var(--fmg-color-ink-900, #141633);
            --fmg-bg-deep: #0B0C1C;
            --fmg-text: rgba(255, 255, 255, 0.95);
            --fmg-muted: #94A3B8;
            --fmg-accent: var(--fmg-color-accent, #7334F0);
            --fmg-border: rgba(255, 255, 255, 0.08);

            background: linear-gradient(180deg, var(--fmg-bg-anchor) 0%, var(--fmg-bg-deep) 100%);
            color: var(--fmg-text);
            font-family: 'Nunito', sans-serif;
            width: 100%;
            padding: 80px 24px 40px;
            box-sizing: border-box;
        }

        .fmg-footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr;
            gap: 60px;
        }

        .fmg-footer-brand h2 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 1.5rem;
            color: #ffffff;
            margin: 0 0 1rem;
            line-height: 1;
        }

        .fmg-footer-brand h2 span { color: var(--fmg-accent); }

        .fmg-footer-mission {
            font-size: 0.95rem;
            line-height: 1.6;
            color: var(--fmg-muted);
            max-width: 340px;
            margin-bottom: 24px;
        }

        .fmg-footer-col h3 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #ffffff;
            margin: 0 0 1.5rem;
            opacity: 0.8;
        }

        .fmg-footer-toggle {
            display: none;
            width: 100%;
            background: transparent;
            border: 0;
            color: #ffffff;
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.84rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            padding: 0;
            cursor: pointer;
            align-items: center;
            justify-content: space-between;
            opacity: 0.88;
        }

        .fmg-footer-toggle::after {
            content: "\25BE";
            font-size: 0.9em;
            color: var(--fmg-muted);
            transition: transform 0.2s ease;
        }

        .fmg-footer-col.is-open .fmg-footer-toggle::after {
            transform: rotate(180deg);
            color: var(--fmg-accent);
        }

        .fmg-footer-col.is-open .fmg-footer-toggle {
            color: #ffffff;
            opacity: 1;
        }

        .fmg-footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .fmg-footer-links a {
            color: var(--fmg-text);
            text-decoration: none;
            font-size: 1rem;
            font-weight: 400;
            transition: color 0.2s ease, transform 0.2s ease;
            display: inline-block;
            line-height: 1.4;
        }

        .fmg-footer-links a:hover {
            color: var(--fmg-accent);
            transform: translateX(4px);
        }

        .fmg-link-trust {
            color: #ffffff !important;
            font-weight: 600 !important;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .fmg-footer-toggle:focus-visible,
        .fmg-footer-links a:focus-visible {
            outline: 2px solid var(--fmg-accent);
            outline-offset: 3px;
            border-radius: 8px;
        }

        .fmg-footer-bottom {
            max-width: 1200px;
            margin: 60px auto 0;
            padding-top: 32px;
            border-top: 1px solid var(--fmg-border);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            font-size: 0.85rem;
            color: var(--fmg-muted);
        }

        @media (max-width: 900px) {
            .fmg-footer-wrapper {
                padding: 56px 18px 30px;
            }

            .fmg-footer-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .fmg-footer-brand {
                border-bottom: 1px solid var(--fmg-border);
                padding-bottom: 20px;
            }

            .fmg-footer-mission {
                font-size: 0.9rem;
                margin-bottom: 0;
                max-width: 100%;
            }

            .fmg-footer-col {
                border-bottom: 1px solid var(--fmg-border);
                padding-bottom: 12px;
            }

            .fmg-footer-col h3 {
                display: none;
            }

            .fmg-footer-toggle {
                display: flex;
                min-height: 44px;
                padding: 4px 0;
                font-size: 0.82rem;
                letter-spacing: 0.07em;
            }

            .fmg-footer-links {
                max-height: 0;
                overflow: hidden;
                opacity: 0;
                margin-top: 0;
                gap: 8px;
                transition: max-height 0.25s ease, opacity 0.2s ease, margin-top 0.2s ease;
            }

            .fmg-footer-col.is-open .fmg-footer-links {
                max-height: 420px;
                opacity: 1;
                margin-top: 12px;
            }

            .fmg-footer-links a {
                font-size: 0.93rem;
                padding: 4px 0;
            }

            .fmg-footer-bottom {
                flex-direction: column-reverse;
                align-items: flex-start;
                margin-top: 24px;
                padding-top: 20px;
                gap: 12px;
                font-size: 0.8rem;
            }
        }

        @media (max-width: 480px) {
            .fmg-footer-wrapper {
                padding: 48px 16px 24px;
            }

            .fmg-footer-brand h2 {
                font-size: 1.35rem;
                margin-bottom: 0.85rem;
            }

            .fmg-footer-mission {
                font-size: 0.88rem;
                line-height: 1.55;
            }

            .fmg-footer-col.is-open .fmg-footer-links {
                max-height: 460px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .fmg-footer-toggle::after,
            .fmg-footer-links {
                transition: none !important;
            }
        }
