        @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600;700;900&family=Barlow:wght@300;400;500;600;700&display=swap');

        .circle-hero-inner {
            --yellow: #F5E642;
            border: 5.5vw solid;
            --yellow: #F5E642;
            --yellow: #F5E642;
            border: calc(4vw + 20px) solid #f0ae24;

        }

        .btn-text {
            background-color: #f0ae24 !important;
            color: #000 !important;
            border-color: #f0ae24 !important;
        }

        .icon .icon-fill {
            background-color: #f0ae24 !important;
            color: #000 !important;
            border-color: #f0ae24 !important;
        }

        .text-purple {
            color: #fff !important;
        }



        :root {
            --indigo: #0b0b1a;
            --purple: #A748FF;
            --yellow: #FFF05A;
            --teal: #3FFFD8;
            --white: #ffffff;
            --muted: rgba(255, 255, 255, 0.55);
            --divider: rgba(255, 255, 255, 0.08);
        }

        .pg-footer {
            background: #1c0226 !important;
            color: var(--white);
            font-size: 15px;
            line-height: 1.6;
            border-top: 1px solid var(--divider);
            margin-top: 40px;
        }

        .pg-footer::before {
            content: '';
            display: block;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--purple) 30%, var(--yellow) 70%, transparent);
            opacity: 0.45;
        }

        .pg-footer .pg-container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 40px;
        }

        /* ── MAIN GRID: 4 COLUMNS ── */
        .pg-footer-main {
            padding: 72px 0 56px;
        }

        .pg-footer-grid {
            display: grid;
            grid-template-columns: 1.4fr 1fr 1fr 1fr;
            gap: 40px 48px;
            align-items: start;
        }

        @media (max-width: 1024px) {
            .pg-footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 600px) {
            .pg-footer-grid {
                grid-template-columns: 1fr;
                gap: 36px;
            }

            .pg-footer-main {
                padding: 48px 0 36px;
            }

            .pg-footer .pg-container {
                padding: 0 20px;
            }
        }

        /* ── BRAND ── */
        .pg-footer-logo {
            font-weight: 900;
            font-size: 1.35rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--white);
            text-decoration: none;
            display: inline-block;
            margin-bottom: 18px;
        }

        .pg-footer-logo span {
            color: var(--purple);
        }

        .pg-footer-tagline {
            font-size: 1.5rem;
            color: #fff;
            line-height: 1.75;
        }

        .pg-footer-tagline strong {
            color: var(--white);
        }

        .pg-footer-tagline a {
            color: var(--yellow);
            text-decoration: none;
            border-bottom: 1px solid rgba(255, 240, 90, 0.35);
            transition: border-color 0.2s;
        }

        .pg-footer-tagline a:hover {
            border-color: var(--yellow);
        }

        /* ── NAV COLUMNS ── */
        .pg-footer-nav-label {
            display: block;
            font-weight: 700;
            font-size: 0.9rem;
            font-family: 'aktiv-grotesk-extended', 'Arial Black', sans-serif;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--yellow);
            margin-bottom: 16px;
        }

        .pg-footer-nav-list {
            list-style: none;
            padding: 0;
            font-family: 'aktiv-grotesk-extended', 'Arial Black', sans-serif;

            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 9px;
        }

        .pg-footer-nav-list a {
            color: #fff;
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 400;
            transition: color 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0;
            white-space: nowrap;
        }

        .pg-footer-nav-list a::before {
            content: '';
            display: inline-block;
            width: 0;
            height: 1px;
            background: var(--purple);
            transition: width 0.25s;
            margin-right: 0;
        }

        .pg-footer-nav-list a:hover {
            color: var(--white);
        }

        .pg-footer-nav-list a:hover::before {
            width: 12px;
            margin-right: 6px;
        }

        .pg-footer-nav-list .pg-sub a {
            font-size: 0.78rem;
            padding-left: 14px;
            color: #fff !important;
            white-space: normal;
        }

        .pg-footer-nav-list .pg-sub a::before {
            display: none;
        }

        .pg-footer-nav-list .pg-sub a:hover {
            color: var(--muted);
        }

        /* ── SOCIAL ── */
        .pg-footer-social {
            display: flex;
            flex-direction: column;
            gap: 9px;
            margin-bottom: 32px;
        }

        .pg-footer-social a {
            color: #fff;
            text-decoration: none;
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: color 0.2s;
        }

        .pg-soc-icon {
            width: 26px;
            height: 26px;
            border: 1px solid var(--divider);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.62rem;
            font-weight: 700;
            letter-spacing: 0;
            flex-shrink: 0;
            transition: border-color 0.2s, background 0.2s;
        }

        .pg-footer-social a:hover {
            color: var(--white);
        }

        .pg-footer-social a:hover .pg-soc-icon {
            border-color: var(--purple);
            background: rgba(167, 72, 255, 0.12);
        }

        .pg-footer-contact-links {
            display: flex;
            flex-direction: column;
            gap: 7px;
        }

        .pg-footer-contact-links a {
            color: var(--white);
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 500;
            transition: color 0.2s;
            white-space: nowrap;
        }

        .pg-footer-contact-links a:hover {
            color: var(--yellow);
        }

        /* ── MEMBERSHIPS ── */
        .pg-footer-memberships {
            padding: 24px 0;
            border-top: 1px solid var(--divider);
            border-bottom: 1px solid var(--divider);
            display: flex;
            align-items: center;
            gap: 28px;
            flex-wrap: wrap;
        }

        .pg-memberships-label {
            font-size: 0.62rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: var(--teal);
            font-weight: 700;
            white-space: nowrap;
        }

        .pg-membership-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .pg-membership-tag {
            font-size: 0.7rem;
            font-weight: 600;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #fff !important;
            border: 1px solid var(--divider);
            padding: 4px 12px;
            border-radius: 2px;
            transition: border-color 0.2s, color 0.2s;
        }

        .pg-membership-tag:hover {
            border-color: rgba(167, 72, 255, 0.5);
            color: var(--white);
        }

        /* ── BOTTOM ── */
        .pg-footer-bottom {
            padding: 22px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 10px;
        }

        .pg-footer-copy {
            font-size: 0.7rem;
            color: rgba(255, 255, 255, 0.3);
            letter-spacing: 0.02em;
        }

        .pg-footer-copy a {
            color: #fff !important;
            text-decoration: none;
            margin: 0 4px;
            transition: color 0.2s;
        }

        .pg-footer-copy a:hover {
            color: var(--white);
        }

        .pg-footer-credit {
            font-size: 0.67rem;
            color: #fff !important
        }

        .pg-footer-credit a {
            color: #fff !important;
            text-decoration: none;
            transition: color 0.2s;
        }

        .pg-footer-credit a:hover {
            color: var(--muted);
        }

        @media (max-width: 990px) {
            #logo-main {
                height: 60px;
                object-fit: contain !important;
            }
        }