{"id":21394,"date":"2026-03-13T15:10:27","date_gmt":"2026-03-13T08:10:27","guid":{"rendered":"https:\/\/malangutd.com\/?page_id=21394"},"modified":"2026-03-13T15:27:56","modified_gmt":"2026-03-13T08:27:56","slug":"donasi-crouwdfunding","status":"publish","type":"page","link":"https:\/\/malangutd.com\/en\/donasi-crouwdfunding\/","title":{"rendered":"Donasi &amp; Crouwdfunding"},"content":{"rendered":"\n<div id=\"mu-crowdfunding-page\">\n    <style>\n        \/* ==========================================================================\n           BASE STYLES & VARIABLES\n           ========================================================================== *\/\n        #mu-crowdfunding-page {\n            --mu-black: #050505;\n            --mu-surface: #111111;\n            --mu-surface-light: #1a1a1a;\n            --mu-gold: #ffcc00;\n            --mu-gold-hover: #f5c400;\n            --mu-gold-dim: rgba(255, 204, 0, 0.25);\n            --mu-gold-glow: rgba(255, 204, 0, 0.4);\n            --mu-text-main: #f5f5f5;\n            --mu-text-muted: #cfcfcf;\n            --mu-font-sans: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            \n            font-family: var(--mu-font-sans);\n            background-color: var(--mu-black);\n            color: var(--mu-text-main);\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            overflow-x: hidden;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        #mu-crowdfunding-page * {\n            box-sizing: border-box;\n        }\n\n        \/* Accessibility Focus *\/\n        #mu-crowdfunding-page *:focus-visible {\n            outline: 2px dashed var(--mu-gold);\n            outline-offset: 4px;\n            border-radius: 4px;\n        }\n\n        \/* Typography *\/\n        #mu-crowdfunding-page h1, \n        #mu-crowdfunding-page h2, \n        #mu-crowdfunding-page h3, \n        #mu-crowdfunding-page h4 {\n            font-weight: 900;\n            text-transform: uppercase;\n            margin-top: 0;\n            margin-bottom: 1rem;\n            color: #ffffff;\n            letter-spacing: 0.05em;\n            line-height: 1.2;\n        }\n\n        #mu-crowdfunding-page p {\n            color: var(--mu-text-muted);\n            margin-top: 0;\n            margin-bottom: 1.5rem;\n            font-size: 1.125rem;\n        }\n\n        #mu-crowdfunding-page .text-gold {\n            color: var(--mu-gold);\n            background: linear-gradient(135deg, var(--mu-gold) 0%, #fff1a0 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            display: inline-block;\n        }\n\n        \/* Layout & Containers *\/\n        #mu-crowdfunding-page .mu-container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 1.5rem; \/* Slightly reduced for mobile *\/\n        }\n\n        #mu-crowdfunding-page .mu-section {\n            padding: 5rem 0; \/* Optimized padding *\/\n            position: relative;\n        }\n\n        #mu-crowdfunding-page .mu-section-header {\n            text-align: center;\n            margin-bottom: 3.5rem;\n        }\n\n        #mu-crowdfunding-page .mu-section-title {\n            font-size: clamp(2rem, 4vw, 2.5rem); \/* Responsive font *\/\n            position: relative;\n            display: inline-block;\n            margin-bottom: 1rem;\n        }\n\n        #mu-crowdfunding-page .mu-section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 4px;\n            background-color: var(--mu-gold);\n            border-radius: 2px;\n        }\n\n        \/* Buttons *\/\n        #mu-crowdfunding-page .mu-btn-group {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        #mu-crowdfunding-page .mu-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 14px 32px;\n            border-radius: 50px;\n            font-weight: 800;\n            font-size: 1rem;\n            text-transform: uppercase;\n            text-decoration: none;\n            letter-spacing: 0.05em;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: 2px solid transparent;\n            min-height: 48px; \/* Better tap target for mobile *\/\n        }\n\n        #mu-crowdfunding-page .mu-btn-primary {\n            background-color: var(--mu-gold);\n            color: var(--mu-black);\n            box-shadow: 0 4px 15px rgba(255, 204, 0, 0.15);\n        }\n\n        #mu-crowdfunding-page .mu-btn-outline {\n            background-color: transparent;\n            color: var(--mu-gold);\n            border-color: var(--mu-gold);\n        }\n\n        \/* Hover states only for devices that support hover (prevents sticky hover on mobile) *\/\n        @media (hover: hover) {\n            #mu-crowdfunding-page .mu-btn-primary:hover {\n                background-color: var(--mu-gold-hover);\n                box-shadow: 0 8px 25px var(--mu-gold-glow);\n                transform: translateY(-2px);\n            }\n            #mu-crowdfunding-page .mu-btn-outline:hover {\n                background-color: rgba(255, 204, 0, 0.1);\n                transform: translateY(-2px);\n            }\n        }\n\n        \/* Animations *\/\n        #mu-crowdfunding-page .fade-up {\n            opacity: 0;\n            transform: translateY(20px); \/* Reduced distance for smoother feel *\/\n            transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n            will-change: opacity, transform; \/* Hardware acceleration *\/\n        }\n\n        #mu-crowdfunding-page .fade-up.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* ==========================================================================\n           SECTION: HERO\n           ========================================================================== *\/\n        #mu-crowdfunding-page .mu-hero {\n            position: relative;\n            padding: 8rem 0 5rem;\n            min-height: 80vh;\n            display: flex;\n            align-items: center;\n            background: linear-gradient(to bottom, rgba(5,5,5,0.7) 0%, rgba(5,5,5,1) 100%), \n                        url('https:\/\/images.unsplash.com\/photo-1518605368461-1ea4073f4b8d?q=80&w=1200&auto=format&fit=crop') center\/cover no-repeat; \/* Reduced image width requested from Unsplash *\/\n        }\n\n        #mu-crowdfunding-page .mu-hero-content {\n            position: relative;\n            z-index: 2;\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        #mu-crowdfunding-page .mu-hero-logo {\n            max-width: 120px;\n            height: auto;\n            margin: 0 auto 1.5rem auto;\n            display: block;\n            filter: drop-shadow(0 4px 15px rgba(0,0,0,0.6));\n        }\n\n        #mu-crowdfunding-page .mu-tagline {\n            display: inline-block;\n            font-size: 0.875rem;\n            font-weight: 700;\n            color: var(--mu-gold);\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            margin-bottom: 1.5rem;\n            border: 1px solid var(--mu-gold-dim);\n            padding: 6px 16px;\n            border-radius: 30px;\n            background: rgba(255, 204, 0, 0.05);\n        }\n\n        #mu-crowdfunding-page .mu-hero h1 {\n            font-size: clamp(2.2rem, 5vw, 4rem);\n            margin-bottom: 1.5rem;\n            text-shadow: 0 4px 20px rgba(0,0,0,0.5);\n        }\n\n        #mu-crowdfunding-page .mu-hero p {\n            font-size: clamp(1rem, 2vw, 1.25rem);\n            margin-bottom: 2.5rem;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        #mu-crowdfunding-page .mu-hero .mu-btn-group {\n            justify-content: center;\n            margin-bottom: 3.5rem;\n        }\n\n        #mu-crowdfunding-page .mu-impact-points {\n            display: flex;\n            justify-content: center;\n            gap: 1.5rem;\n            border-top: 1px solid rgba(255,255,255,0.1);\n            padding-top: 2rem;\n            flex-wrap: wrap;\n        }\n\n        #mu-crowdfunding-page .mu-impact-item {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            color: #fff;\n        }\n\n        #mu-crowdfunding-page .mu-impact-icon {\n            color: var(--mu-gold);\n            display: flex;\n        }\n\n        \/* ==========================================================================\n           SECTION: KENAPA DONASI PENTING (CARDS)\n           ========================================================================== *\/\n        #mu-crowdfunding-page .mu-features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); \/* Adjusted for mobile *\/\n            gap: 1.5rem;\n        }\n\n        #mu-crowdfunding-page .mu-card {\n            background: var(--mu-surface);\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            padding: 2rem;\n            border-radius: 16px;\n            transition: transform 0.3s ease, border-color 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        #mu-crowdfunding-page .mu-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 3px;\n            background: var(--mu-gold);\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.4s ease;\n        }\n\n        @media (hover: hover) {\n            #mu-crowdfunding-page .mu-card:hover {\n                border-color: var(--mu-gold-dim);\n                transform: translateY(-5px);\n            }\n            #mu-crowdfunding-page .mu-card:hover::before {\n                transform: scaleX(1);\n            }\n        }\n\n        #mu-crowdfunding-page .mu-card-icon {\n            width: 50px;\n            height: 50px;\n            background: rgba(255, 204, 0, 0.1);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--mu-gold);\n            margin-bottom: 1.25rem;\n        }\n\n        #mu-crowdfunding-page .mu-card h3 {\n            font-size: 1.15rem;\n            margin-bottom: 0.75rem;\n        }\n\n        #mu-crowdfunding-page .mu-card p {\n            font-size: 0.95rem;\n            margin-bottom: 0;\n        }\n\n        \/* ==========================================================================\n           SECTION: ALOKASI DANA\n           ========================================================================== *\/\n        #mu-crowdfunding-page .mu-allocation {\n            background-color: var(--mu-surface);\n            border-top: 1px solid var(--mu-gold-dim);\n            border-bottom: 1px solid var(--mu-gold-dim);\n        }\n\n        #mu-crowdfunding-page .mu-progress-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        #mu-crowdfunding-page .mu-progress-item {\n            margin-bottom: 1.5rem;\n        }\n\n        #mu-crowdfunding-page .mu-progress-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-end;\n            margin-bottom: 0.5rem;\n        }\n\n        #mu-crowdfunding-page .mu-progress-label {\n            font-weight: 700;\n            text-transform: uppercase;\n            font-size: 1rem;\n            letter-spacing: 0.05em;\n        }\n\n        #mu-crowdfunding-page .mu-progress-value {\n            color: var(--mu-gold);\n            font-weight: 900;\n            font-size: 1.15rem;\n        }\n\n        #mu-crowdfunding-page .mu-progress-bar-bg {\n            width: 100%;\n            height: 10px;\n            background-color: rgba(255, 255, 255, 0.05);\n            border-radius: 10px;\n            overflow: hidden;\n        }\n\n        #mu-crowdfunding-page .mu-progress-bar-fill {\n            height: 100%;\n            background: linear-gradient(90deg, #b8860b, var(--mu-gold));\n            border-radius: 10px;\n            width: 0; \n            transition: width 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);\n        }\n\n        \/* ==========================================================================\n           SECTION: PROGRAM DONASI (PRICING TIERS)\n           ========================================================================== *\/\n        #mu-crowdfunding-page .mu-tiers-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 1.5rem;\n            align-items: stretch;\n        }\n\n        #mu-crowdfunding-page .mu-tier-card {\n            background: var(--mu-surface);\n            border: 1px solid rgba(255,255,255,0.05);\n            border-radius: 16px;\n            padding: 2rem 1.5rem;\n            display: flex;\n            flex-direction: column;\n            transition: transform 0.3s ease, border-color 0.3s ease;\n        }\n\n        #mu-crowdfunding-page .mu-tier-card.featured {\n            border-color: var(--mu-gold);\n            background: linear-gradient(180deg, var(--mu-surface-light) 0%, var(--mu-surface) 100%);\n            position: relative;\n        }\n\n        #mu-crowdfunding-page .mu-tier-badge {\n            position: absolute;\n            top: -12px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: var(--mu-gold);\n            color: var(--mu-black);\n            padding: 4px 16px;\n            border-radius: 20px;\n            font-size: 0.75rem;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            white-space: nowrap;\n        }\n\n        #mu-crowdfunding-page .mu-tier-title {\n            font-size: 1.35rem;\n            color: var(--mu-text-main);\n            margin-bottom: 0.5rem;\n        }\n\n        #mu-crowdfunding-page .mu-tier-amount {\n            font-size: 2.2rem;\n            font-weight: 900;\n            color: var(--mu-gold);\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: flex-start;\n        }\n\n        #mu-crowdfunding-page .mu-tier-amount span {\n            font-size: 1.1rem;\n            margin-top: 0.5rem;\n            margin-right: 0.25rem;\n        }\n\n        #mu-crowdfunding-page .mu-tier-list {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 2rem 0;\n            flex-grow: 1;\n        }\n\n        #mu-crowdfunding-page .mu-tier-list li {\n            position: relative;\n            padding-left: 1.75rem;\n            margin-bottom: 0.75rem;\n            color: var(--mu-text-muted);\n            font-size: 0.9rem;\n        }\n\n        #mu-crowdfunding-page .mu-tier-list li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--mu-gold);\n            font-weight: bold;\n        }\n\n        #mu-crowdfunding-page .mu-tier-btn {\n            width: 100%;\n            text-align: center;\n        }\n\n        \/* Banner Corporate *\/\n        #mu-crowdfunding-page .mu-corporate-banner {\n            margin-top: 3rem;\n            background: linear-gradient(135deg, var(--mu-surface-light) 0%, var(--mu-surface) 100%);\n            border: 1px dashed var(--mu-gold-dim);\n            border-radius: 16px;\n            padding: 2rem 1.5rem;\n            text-align: center;\n        }\n\n        #mu-crowdfunding-page .mu-corporate-banner h3 {\n            color: var(--mu-gold);\n            font-size: 1.35rem;\n            margin-bottom: 0.5rem;\n        }\n\n        #mu-crowdfunding-page .mu-corporate-banner p {\n            margin-bottom: 1.5rem;\n            font-size: 0.95rem;\n        }\n\n        \/* ==========================================================================\n           SECTION: TRANSPARANSI & TRUST\n           ========================================================================== *\/\n        #mu-crowdfunding-page .mu-trust {\n            background-color: var(--mu-surface);\n            text-align: center;\n        }\n\n        #mu-crowdfunding-page .mu-trust-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 2.5rem;\n            margin-top: 2rem;\n        }\n\n        #mu-crowdfunding-page .mu-trust-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        #mu-crowdfunding-page .mu-trust-icon {\n            width: 65px;\n            height: 65px;\n            border-radius: 50%;\n            background: rgba(255,255,255,0.03);\n            border: 1px solid rgba(255,204,0,0.2);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--mu-gold);\n            margin-bottom: 1.25rem;\n        }\n\n        #mu-crowdfunding-page .mu-trust-item h4 {\n            font-size: 1.15rem;\n            margin-bottom: 0.5rem;\n        }\n        \n        #mu-crowdfunding-page .mu-trust-item p {\n            font-size: 0.95rem;\n        }\n\n        \/* ==========================================================================\n           SECTION: NATIVE HTML FAQ (ACCORDION - ZERO JS)\n           ========================================================================== *\/\n        #mu-crowdfunding-page .mu-faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        #mu-crowdfunding-page .mu-faq-item {\n            border-bottom: 1px solid rgba(255,255,255,0.1);\n        }\n\n        #mu-crowdfunding-page .mu-faq-item:first-child {\n            border-top: 1px solid rgba(255,255,255,0.1);\n        }\n\n        #mu-crowdfunding-page .mu-faq-question {\n            width: 100%;\n            text-align: left;\n            padding: 1.5rem 0;\n            color: var(--mu-text-main);\n            font-size: 1.1rem;\n            font-weight: 700;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: color 0.2s ease;\n            list-style: none; \/* Hides default marker *\/\n        }\n\n        \/* Hide default details marker for Safari\/Chrome *\/\n        #mu-crowdfunding-page .mu-faq-question::-webkit-details-marker {\n            display: none;\n        }\n\n        #mu-crowdfunding-page .mu-faq-item[open] .mu-faq-question {\n            color: var(--mu-gold);\n        }\n\n        #mu-crowdfunding-page .mu-faq-icon {\n            width: 20px;\n            height: 20px;\n            transition: transform 0.3s ease;\n            color: var(--mu-gold);\n            flex-shrink: 0;\n        }\n\n        #mu-crowdfunding-page .mu-faq-item[open] .mu-faq-icon {\n            transform: rotate(180deg);\n        }\n\n        #mu-crowdfunding-page .mu-faq-answer {\n            padding-bottom: 1.5rem;\n            color: var(--mu-text-muted);\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        \/* ==========================================================================\n           SECTION: FINAL CTA\n           ========================================================================== *\/\n        #mu-crowdfunding-page .mu-final-cta {\n            background: linear-gradient(to bottom, transparent, var(--mu-surface)), \n                        url('https:\/\/images.unsplash.com\/photo-1518605368461-1ea4073f4b8d?q=80&w=800&auto=format&fit=crop') center\/cover no-repeat;\n            position: relative;\n            text-align: center;\n            padding: 6rem 0;\n            border-top: 1px solid var(--mu-gold-dim);\n        }\n\n        #mu-crowdfunding-page .mu-final-cta::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background: rgba(5,5,5,0.85);\n            z-index: 1;\n        }\n\n        #mu-crowdfunding-page .mu-final-cta-content {\n            position: relative;\n            z-index: 2;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        #mu-crowdfunding-page .mu-final-cta h2 {\n            font-size: clamp(1.8rem, 4vw, 3rem);\n            margin-bottom: 1rem;\n        }\n\n        #mu-crowdfunding-page .mu-final-cta .mu-btn-group {\n            justify-content: center;\n            margin-top: 2rem;\n            margin-bottom: 1.5rem;\n        }\n\n        #mu-crowdfunding-page .mu-closing-text {\n            font-size: 0.9rem;\n            font-weight: 600;\n            letter-spacing: 0.05em;\n            color: var(--mu-gold);\n            text-transform: uppercase;\n        }\n\n        \/* ==========================================================================\n           MEDIA QUERIES (MOBILE OPTIMIZATION)\n           ========================================================================== *\/\n        @media (max-width: 768px) {\n            #mu-crowdfunding-page .mu-section { padding: 3.5rem 0; }\n            #mu-crowdfunding-page .mu-hero { padding: 6rem 0 3rem; text-align: left; }\n            #mu-crowdfunding-page .mu-hero-content { text-align: left; }\n            #mu-crowdfunding-page .mu-hero-logo { margin: 0 0 1.5rem 0; }\n            #mu-crowdfunding-page .mu-hero p { margin-left: 0; margin-bottom: 1.5rem; }\n            #mu-crowdfunding-page .mu-hero .mu-btn-group { justify-content: flex-start; margin-bottom: 2rem;}\n            #mu-crowdfunding-page .mu-impact-points { justify-content: flex-start; flex-direction: column; gap: 0.75rem; }\n            #mu-crowdfunding-page .mu-btn { width: 100%; justify-content: center; }\n            #mu-crowdfunding-page .mu-final-cta .mu-btn-group { flex-direction: column; }\n            #mu-crowdfunding-page .mu-tier-amount { font-size: 2rem; }\n        }\n    <\/style>\n\n    <main class=\"mu-main-content\">\n        <!-- HERO SECTION -->\n        <section class=\"mu-hero\">\n            <div class=\"mu-container mu-hero-content\">\n                <!-- Added decoding=\"async\" and fetchpriority for faster perceived load -->\n                <img src=\"https:\/\/malangutd.com\/wp-content\/uploads\/2024\/02\/Icon-Malang-United.webp\" alt=\"Logo Malang United\" class=\"mu-hero-logo fade-up\" decoding=\"async\" fetchpriority=\"high\">\n                <div class=\"mu-tagline fade-up\" style=\"transition-delay: 0.1s;\">Mencipta, Bukan Meniru<\/div>\n                <h1 class=\"fade-up\" style=\"transition-delay: 0.2s;\">Dukung Masa Depan<br><span class=\"text-gold\">Malang United<\/span><\/h1>\n                <p class=\"fade-up\" style=\"transition-delay: 0.3s;\">Bergabunglah dalam perjalanan kami membangun ekosistem sepak bola yang kuat. Donasi Anda langsung mendukung pembinaan pemain muda, infrastruktur, dan masa depan klub.<\/p>\n                \n                <div class=\"mu-btn-group fade-up\" style=\"transition-delay: 0.4s;\">\n                    <a href=\"#pilihan-dukungan\" class=\"mu-btn mu-btn-primary\">Dukung Sekarang<\/a>\n                    <a href=\"https:\/\/wa.me\/6281335499958\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"mu-btn mu-btn-outline\">Hubungi Kami<\/a>\n                <\/div>\n\n                <div class=\"mu-impact-points fade-up\" style=\"transition-delay: 0.5s;\">\n                    <div class=\"mu-impact-item\">\n                        <span class=\"mu-impact-icon\">\n                            <svg aria-hidden=\"true\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                        <\/span>\n                        Pembinaan Pemain Muda\n                    <\/div>\n                    <div class=\"mu-impact-item\">\n                        <span class=\"mu-impact-icon\">\n                            <svg aria-hidden=\"true\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"><\/polygon><\/svg>\n                        <\/span>\n                        Kompetisi Usia Dini\n                    <\/div>\n                    <div class=\"mu-impact-item\">\n                        <span class=\"mu-impact-icon\">\n                            <svg aria-hidden=\"true\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"><\/line><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"><\/line><\/svg>\n                        <\/span>\n                        Fasilitas &#038; Ekosistem\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- KENAPA DONASI ANDA PENTING SECTION -->\n        <section class=\"mu-section\">\n            <div class=\"mu-container\">\n                <div class=\"mu-section-header fade-up\">\n                    <h2 class=\"mu-section-title\">Kenapa Donasi Anda Penting<\/h2>\n                    <p>Setiap kontribusi Anda adalah pondasi bagi prestasi Malang United di masa depan.<\/p>\n                <\/div>\n                \n                <div class=\"mu-features-grid\">\n                    <div class=\"mu-card fade-up\">\n                        <div class=\"mu-card-icon\">\n                            <svg aria-hidden=\"true\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n                        <\/div>\n                        <h3>Pembinaan Atlet Muda<\/h3>\n                        <p>Mendukung kurikulum akademi, nutrisi, dan pelatih profesional untuk mencetak talenta.<\/p>\n                    <\/div>\n                    \n                    <div class=\"mu-card fade-up\" style=\"transition-delay: 0.1s;\">\n                        <div class=\"mu-card-icon\">\n                            <svg aria-hidden=\"true\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9H4.5a2.5 2.5 0 0 1 0-5H6\"><\/path><path d=\"M18 9h1.5a2.5 2.5 0 0 0 0-5H18\"><\/path><path d=\"M4 22h16\"><\/path><path d=\"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22\"><\/path><path d=\"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22\"><\/path><path d=\"M18 2H6v7a6 6 0 0 0 12 0V2Z\"><\/path><\/svg>\n                        <\/div>\n                        <h3>Kompetisi Berjenjang<\/h3>\n                        <p>Memastikan tim usia dini memiliki jam terbang dan kompetisi rutin mematangkan mental.<\/p>\n                    <\/div>\n\n                    <div class=\"mu-card fade-up\" style=\"transition-delay: 0.2s;\">\n                        <div class=\"mu-card-icon\">\n                            <svg aria-hidden=\"true\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21h18\"><\/path><path d=\"M9 8h1\"><\/path><path d=\"M9 12h1\"><\/path><path d=\"M9 16h1\"><\/path><path d=\"M14 8h1\"><\/path><path d=\"M14 12h1\"><\/path><path d=\"M14 16h1\"><\/path><path d=\"M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16\"><\/path><\/svg>\n                        <\/div>\n                        <h3>Penguatan Fasilitas<\/h3>\n                        <p>Pengadaan alat latihan modern, pemeliharaan lapangan, dan operasional latihan.<\/p>\n                    <\/div>\n\n                    <div class=\"mu-card fade-up\" style=\"transition-delay: 0.3s;\">\n                        <div class=\"mu-card-icon\">\n                            <svg aria-hidden=\"true\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path><\/svg>\n                        <\/div>\n                        <h3>Ekosistem Digital Sport<\/h3>\n                        <p>Pengembangan platform media klub, analitik pemain, dan komunitas digital fans.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ALOKASI DANA SECTION -->\n        <section class=\"mu-section mu-allocation\">\n            <div class=\"mu-container\">\n                <div class=\"mu-section-header fade-up\">\n                    <h2 class=\"mu-section-title\">Fokus Alokasi Dana<\/h2>\n                    <p>Transparansi adalah komitmen kami. Rincian rencana penggunaan dana terkumpul.<\/p>\n                <\/div>\n\n                <div class=\"mu-progress-container\">\n                    <div class=\"mu-progress-item fade-up\">\n                        <div class=\"mu-progress-header\">\n                            <span class=\"mu-progress-label\">Pembinaan Pemain Muda<\/span>\n                            <span class=\"mu-progress-value\">40%<\/span>\n                        <\/div>\n                        <div class=\"mu-progress-bar-bg\">\n                            <div class=\"mu-progress-bar-fill\" data-width=\"40%\"><\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"mu-progress-item fade-up\" style=\"transition-delay: 0.1s;\">\n                        <div class=\"mu-progress-header\">\n                            <span class=\"mu-progress-label\">Kompetisi &#038; Operasional<\/span>\n                            <span class=\"mu-progress-value\">30%<\/span>\n                        <\/div>\n                        <div class=\"mu-progress-bar-bg\">\n                            <div class=\"mu-progress-bar-fill\" data-width=\"30%\"><\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"mu-progress-item fade-up\" style=\"transition-delay: 0.2s;\">\n                        <div class=\"mu-progress-header\">\n                            <span class=\"mu-progress-label\">Fasilitas &#038; Perlengkapan<\/span>\n                            <span class=\"mu-progress-value\">15%<\/span>\n                        <\/div>\n                        <div class=\"mu-progress-bar-bg\">\n                            <div class=\"mu-progress-bar-fill\" data-width=\"15%\"><\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"mu-progress-item fade-up\" style=\"transition-delay: 0.3s;\">\n                        <div class=\"mu-progress-header\">\n                            <span class=\"mu-progress-label\">Pengembangan Ekosistem Digital<\/span>\n                            <span class=\"mu-progress-value\">15%<\/span>\n                        <\/div>\n                        <div class=\"mu-progress-bar-bg\">\n                            <div class=\"mu-progress-bar-fill\" data-width=\"15%\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- PROGRAM DONASI SECTION -->\n        <section class=\"mu-section\" id=\"pilihan-dukungan\">\n            <div class=\"mu-container\">\n                <div class=\"mu-section-header fade-up\">\n                    <h2 class=\"mu-section-title\">Pilih Dukungan Anda<\/h2>\n                    <p>Pilih paket donasi yang sesuai dan jadilah bagian dari sejarah kebangkitan Malang United.<\/p>\n                <\/div>\n\n                <div class=\"mu-tiers-grid\">\n                    <div class=\"mu-tier-card fade-up\">\n                        <h3 class=\"mu-tier-title\">Donasi Sukarela<\/h3>\n                        <div class=\"mu-tier-amount\" style=\"font-size: 1.6rem; align-items: center;\">Nominal Bebas<\/div>\n                        <ul class=\"mu-tier-list\">\n                            <li>Dukung sesuai keikhlasan Anda<\/li>\n                            <li>Tentukan nominal di payment gateway<\/li>\n                            <li>Sertifikat apresiasi digital<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/hub.malangutd.com\/payme\" class=\"mu-btn mu-btn-outline mu-tier-btn\">Donasi<\/a>\n                    <\/div>\n\n                    <div class=\"mu-tier-card fade-up\" style=\"transition-delay: 0.1s;\">\n                        <h3 class=\"mu-tier-title\">Pendukung<\/h3>\n                        <div class=\"mu-tier-amount\"><span>Rp<\/span> 50.000<\/div>\n                        <ul class=\"mu-tier-list\">\n                            <li>Sertifikat Donatur Digital Resmi<\/li>\n                            <li>Nama tercantum di Wall of Fame<\/li>\n                            <li>Laporan progres bulanan<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/hub.malangutd.com\/pl\/donasi-pendukung\" class=\"mu-btn mu-btn-outline mu-tier-btn\">Donasi<\/a>\n                    <\/div>\n\n                    <div class=\"mu-tier-card featured fade-up\" style=\"transition-delay: 0.2s;\">\n                        <div class=\"mu-tier-badge\">Paling Populer<\/div>\n                        <h3 class=\"mu-tier-title\">Sahabat Akademi<\/h3>\n                        <div class=\"mu-tier-amount\"><span>Rp<\/span> 250.000<\/div>\n                        <ul class=\"mu-tier-list\">\n                            <li>Sertifikat Donatur Premium<\/li>\n                            <li>Nama di Wall of Fame dgn badge<\/li>\n                            <li>Shoutout IG Story klub<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/hub.malangutd.com\/pl\/donasi-sahabat-akademi\" class=\"mu-btn mu-btn-primary mu-tier-btn\">Donasi<\/a>\n                    <\/div>\n\n                    <div class=\"mu-tier-card fade-up\" style=\"transition-delay: 0.3s;\">\n                        <h3 class=\"mu-tier-title\">Garda Masa Depan<\/h3>\n                        <div class=\"mu-tier-amount\"><span>Rp<\/span> 1.000.000<\/div>\n                        <ul class=\"mu-tier-list\">\n                            <li>Merchandise eksklusif resmi<\/li>\n                            <li>Plakat apresiasi fisik<\/li>\n                            <li>Video ucapan personal<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/hub.malangutd.com\/pl\/donasi-garda-masa-depan\" class=\"mu-btn mu-btn-outline mu-tier-btn\">Donasi<\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"mu-corporate-banner fade-up\" style=\"transition-delay: 0.4s;\">\n                    <h3>Mewakili Perusahaan atau Brand?<\/h3>\n                    <p>Jadilah <strong>Legacy Partner<\/strong> kami. Dapatkan benefit eksklusif mulai dari penempatan logo, kolaborasi CSR\/Akademi, hingga akses langsung ke manajemen klub.<\/p>\n                    <a href=\"https:\/\/wa.me\/6281335499958\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"mu-btn mu-btn-outline\">Hubungi Tim Komersial<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- TRANSPARANSI SECTION -->\n        <section class=\"mu-section mu-trust\">\n            <div class=\"mu-container\">\n                <div class=\"mu-section-header fade-up\">\n                    <h2 class=\"mu-section-title\">Transparansi &#038; Akuntabilitas<\/h2>\n                <\/div>\n\n                <div class=\"mu-trust-grid\">\n                    <div class=\"mu-trust-item fade-up\">\n                        <div class=\"mu-trust-icon\">\n                            <svg aria-hidden=\"true\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n                        <\/div>\n                        <h4>Laporan Berkala<\/h4>\n                        <p>Publikasi penggunaan dana operasional akan dikirimkan kepada donatur.<\/p>\n                    <\/div>\n                    <div class=\"mu-trust-item fade-up\" style=\"transition-delay: 0.1s;\">\n                        <div class=\"mu-trust-icon\">\n                            <svg aria-hidden=\"true\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><polyline points=\"9 12 11 14 15 10\"><\/polyline><\/svg>\n                        <\/div>\n                        <h4>Update Program<\/h4>\n                        <p>Dapatkan info eksklusif progres fasilitas dan pencapaian akademi.<\/p>\n                    <\/div>\n                    <div class=\"mu-trust-item fade-up\" style=\"transition-delay: 0.2s;\">\n                        <div class=\"mu-trust-icon\">\n                            <svg aria-hidden=\"true\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"><\/path><\/svg>\n                        <\/div>\n                        <h4>Komunikasi Langsung<\/h4>\n                        <p>Layanan khusus via WhatsApp\/Email untuk menjawab pertanyaan Anda.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FAQ SECTION (Native HTML5 Details\/Summary - No JS needed!) -->\n        <section class=\"mu-section\">\n            <div class=\"mu-container\">\n                <div class=\"mu-section-header fade-up\">\n                    <h2 class=\"mu-section-title\">Pertanyaan Umum<\/h2>\n                <\/div>\n\n                <div class=\"mu-faq-container fade-up\">\n                    <details class=\"mu-faq-item\">\n                        <summary class=\"mu-faq-question\">\n                            <span>Donasi akan digunakan untuk apa saja?<\/span>\n                            <svg aria-hidden=\"true\" class=\"mu-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/summary>\n                        <div class=\"mu-faq-answer\">\n                            Fokus utama kami adalah pada pembinaan pemain usia dini di akademi, membiayai kompetisi rutin, pemeliharaan infrastruktur lapangan, dan pengembangan ekosistem digital sport (platform media &#038; komunitas) Malang United.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"mu-faq-item\">\n                        <summary class=\"mu-faq-question\">\n                            <span>Apakah donatur akan mendapatkan laporan keuangan?<\/span>\n                            <svg aria-hidden=\"true\" class=\"mu-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/summary>\n                        <div class=\"mu-faq-answer\">\n                            Tentu saja. Transparansi adalah nilai inti kami. Donatur yang terdaftar akan menerima laporan ringkas penggunaan dana dan update progres klub secara berkala melalui email yang didaftarkan.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"mu-faq-item\">\n                        <summary class=\"mu-faq-question\">\n                            <span>Bagaimana cara melakukan donasi?<\/span>\n                            <svg aria-hidden=\"true\" class=\"mu-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/summary>\n                        <div class=\"mu-faq-answer\">\n                            Anda dapat memilih paket donasi di atas dan klik tombol &#8220;Donasi&#8221;. Anda akan diarahkan ke payment gateway resmi kami yang aman, melayani transfer bank, e-wallet, hingga kartu kredit.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"mu-faq-item\">\n                        <summary class=\"mu-faq-question\">\n                            <span>Apakah perusahaan\/brand bisa menjadi partner?<\/span>\n                            <svg aria-hidden=\"true\" class=\"mu-faq-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n                        <\/summary>\n                        <div class=\"mu-faq-answer\">\n                            Sangat bisa! Kami memiliki paket &#8220;Legacy Partner&#8221; yang didesain khusus untuk kolaborasi korporasi\/brand. Silakan hubungi tim kami via WhatsApp atau Email untuk mendiskusikan programnya.\n                        <\/div>\n                    <\/details>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FINAL CTA SECTION -->\n        <section class=\"mu-final-cta\">\n            <div class=\"mu-container mu-final-cta-content fade-up\">\n                <h2>SAATNYA MENGAMBIL BAGIAN.<\/h2>\n                <p style=\"font-size: 1.15rem; max-width: 600px; margin: 0 auto;\">Keberhasilan klub ini bukan hanya milik pemain di lapangan, tapi milik seluruh elemen yang mendukungnya dari luar lapangan.<\/p>\n                \n                <div class=\"mu-btn-group\">\n                    <a href=\"#pilihan-dukungan\" class=\"mu-btn mu-btn-primary\">Dukung Sekarang<\/a>\n                    <a href=\"https:\/\/wa.me\/6281335499958\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"mu-btn mu-btn-outline\">\n                        <svg aria-hidden=\"true\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-right: 8px;\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\n                        WhatsApp\n                    <\/a>\n                <\/div>\n\n                <div class=\"mu-closing-text\">Mari berkontribusi dalam membangun masa depan Malang United.<\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <!-- LIGHTWEIGHT SCRIPTS -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ 1. Optimized Fade Up Animation Observer\n            const fadeUpElements = document.querySelectorAll('#mu-crowdfunding-page .fade-up');\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries, observer) => {\n                    entries.forEach(entry => {\n                        if (entry.isIntersecting) {\n                            entry.target.classList.add('visible');\n                            \n                            \/\/ Trigger progress bar if found\n                            const progressBars = entry.target.querySelectorAll('.mu-progress-bar-fill');\n                            if(progressBars.length > 0) {\n                                setTimeout(() => {\n                                    progressBars.forEach(bar => bar.style.width = bar.getAttribute('data-width'));\n                                }, 150);\n                            }\n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { rootMargin: '0px 0px -50px 0px', threshold: 0.1 });\n\n                fadeUpElements.forEach(el => observer.observe(el));\n            } else {\n                \/\/ Fallback for very old browsers\n                fadeUpElements.forEach(el => el.classList.add('visible'));\n            }\n\n            \/\/ 2. Smooth Scroll (Simplified)\n            document.querySelectorAll('#mu-crowdfunding-page a[href^=\"#\"]').forEach(anchor => {\n                anchor.addEventListener('click', function (e) {\n                    const targetId = this.getAttribute('href');\n                    if(targetId === '#') return;\n                    \n                    const targetElement = document.querySelector(targetId);\n                    if (targetElement) {\n                        e.preventDefault();\n                        targetElement.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                    }\n                });\n            });\n\n            \/\/ Note: FAQ JS Logic has been REMOVED completely because we now use \n            \/\/ native HTML5 <details> and <summary> tags which are faster and zero-JS!\n        });\n    <\/script>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mencipta, Bukan Meniru Dukung Masa DepanMalang United Bergabunglah dalam perjalanan kami membangun ekosistem sepak bola yang kuat. Donasi Anda langsung mendukung pembinaan pemain muda, infrastruktur, dan masa depan klub. Dukung Sekarang Hubungi Kami Pembinaan Pemain Muda Kompetisi Usia Dini Fasilitas &#038; Ekosistem Kenapa Donasi Anda Penting Setiap kontribusi Anda adalah pondasi bagi prestasi Malang United [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-21394","page","type-page","status-publish","hentry"],"blocksy_meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/malangutd.com\/en\/wp-json\/wp\/v2\/pages\/21394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/malangutd.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/malangutd.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/malangutd.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/malangutd.com\/en\/wp-json\/wp\/v2\/comments?post=21394"}],"version-history":[{"count":0,"href":"https:\/\/malangutd.com\/en\/wp-json\/wp\/v2\/pages\/21394\/revisions"}],"wp:attachment":[{"href":"https:\/\/malangutd.com\/en\/wp-json\/wp\/v2\/media?parent=21394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}