{"id":32,"date":"2025-10-26T15:31:22","date_gmt":"2025-10-26T15:31:22","guid":{"rendered":"https:\/\/buyiptv-subscribe.com\/en\/?page_id=32"},"modified":"2025-11-25T18:14:53","modified_gmt":"2025-11-25T18:14:53","slug":"about","status":"publish","type":"page","link":"https:\/\/buyiptv-subscribe.com\/en\/about\/","title":{"rendered":"About"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us &#8211; StreamEZ<\/title>\n    <style>\n        :root {\n            --linear-ease: linear(\n                0, 0.068, 0.19 2.7%, 0.804 8.1%, 1.037, 1.199 13.2%, 1.245,\n                1.27 15.8%, 1.274, 1.272 17.4%, 1.249 19.1%, 0.996 28%, 0.949,\n                0.928 33.3%, 0.926, 0.933 36.8%, 1.001 45.6%, 1.013, 1.019 50.8%,\n                1.018 54.4%, 1 63.1%, 0.995 68%, 1.001 85%, 1\n            );\n            --color-1: #0066ff; \/* Electric Blue *\/\n            --color-2: #00a8ff; \/* Bright Blue *\/\n            --color-3: #00e0ff; \/* Aqua *\/\n            --color-4: #c0c0c0; \/* Platinum Silver *\/\n            --stroke-light: rgba(192, 192, 192, 0.18); \/* Platinum Silver with opacity *\/\n            --background-deep-black: #0a0a0a; \/* Deep Black *\/\n            --text-white: #ffffff; \/* White *\/\n            --text-cool-gray: #b0b0b0; \/* Cool Gray *\/\n            --error-crimson: #dc143c; \/* Crimson *\/\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n            background: transparent;\n            color: var(--text-white);\n            overflow-x: hidden;\n            min-height: 0;\n            margin: 0;\n            padding: 0;\n        }\n\n        header {\n            position: relative;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 100;\n            padding: 1.2rem 7%;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: var(--background-deep-black);\n            backdrop-filter: blur(30px);\n            border-bottom: 1px solid rgba(0, 168, 255, 0.15);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        header.scrolled {\n            padding: 0.9rem 7%;\n            background: var(--background-deep-black);\n            box-shadow: 0 10px 60px rgba(0, 0, 0, 0.6);\n            border-bottom: 1px solid rgba(0, 102, 255, 0.3);\n        }\n\n        .logo {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            font-size: 1.9rem;\n            font-weight: 900;\n            letter-spacing: -1px;\n            transition: transform 0.3s ease;\n            cursor: pointer;\n        }\n\n        .logo:hover {\n            transform: translateY(-2px);\n        }\n\n        .logo-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, var(--color-1) 0%, var(--color-2) 50%, var(--color-3) 100%);\n            border-radius: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            box-shadow: \n                0 10px 30px rgba(0, 102, 255, 0.7),\n                inset 0 1px 0 rgba(255, 255, 255, 0.2);\n            animation: logoGlow 3s ease-in-out infinite;\n        }\n\n        @keyframes logoGlow {\n            0%, 100% { \n                box-shadow: \n                    0 10px 30px rgba(0, 102, 255, 0.7),\n                    inset 0 1px 0 rgba(255, 255, 255, 0.2);\n            }\n            50% { \n                box-shadow: \n                    0 10px 40px rgba(0, 102, 255, 0.9),\n                    0 0 20px rgba(0, 168, 255, 0.5),\n                    inset 0 1px 0 rgba(255, 255, 255, 0.3);\n            }\n        }\n\n        .logo-icon::after {\n            content: '';\n            position: absolute;\n            width: 0;\n            height: 0;\n            border-left: 14px solid white;\n            border-top: 10px solid transparent;\n            border-bottom: 10px solid transparent;\n            margin-left: 3px;\n            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));\n        }\n\n        .logo-text {\n            display: flex;\n            flex-direction: column;\n            line-height: 1;\n        }\n\n        .logo-main {\n            font-size: 1.9rem;\n            background: linear-gradient(135deg, var(--text-white) 0%, var(--color-1) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .logo-tagline {\n            font-size: 0.65rem;\n            color: var(--text-cool-gray);\n            font-weight: 600;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            margin-top: 2px;\n        }\n\n        .gooey-nav-container {\n            position: relative;\n            display: flex;\n            align-items: center;\n        }\n\n        .gooey-nav-container nav {\n            display: flex;\n            position: relative;\n            transform: translate3d(0, 0, 0.01px);\n        }\n\n        .gooey-nav-container nav ul {\n            display: flex;\n            gap: 2em;\n            list-style: none;\n            padding: 0 1em;\n            margin: 0;\n            position: relative;\n            z-index: 3;\n            color: var(--text-white);\n            text-shadow: 0 1px 1px hsl(205deg 30% 10% \/ 0.2);\n        }\n\n        .gooey-nav-container nav ul li {\n            border-radius: 100vw;\n            position: relative;\n            cursor: pointer;\n            transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;\n            box-shadow: 0 0 0.5px 1.5px transparent;\n            color: var(--text-white);\n        }\n\n        .gooey-nav-container nav ul li a {\n            display: inline-block;\n            padding: 0.6em 1em;\n            color: inherit;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.95rem;\n        }\n\n        .gooey-nav-container nav ul li:focus-within:has(:focus-visible) {\n            box-shadow: 0 0 0.5px 1.5px var(--text-white);\n        }\n\n        .gooey-nav-container nav ul li::after {\n            content: '';\n            position: absolute;\n            inset: 0;\n            border-radius: 100vw;\n            background: var(--text-white);\n            opacity: 0;\n            transform: scale(0);\n            transition: all 0.3s ease;\n            z-index: -1;\n        }\n\n        .gooey-nav-container nav ul li.active {\n            color: var(--background-deep-black);\n            text-shadow: none;\n        }\n\n        .gooey-nav-container nav ul li.active::after {\n            opacity: 1;\n            transform: scale(1);\n        }\n\n        .gooey-nav-container .effect {\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 0;\n            height: 0;\n            opacity: 1;\n            pointer-events: none;\n            display: grid;\n            place-items: center;\n            z-index: 1;\n        }\n\n        .gooey-nav-container .effect.text {\n            color: var(--text-white);\n            transition: color 0.3s ease;\n            font-weight: 600;\n            font-size: 0.95rem;\n        }\n\n        .gooey-nav-container .effect.text.active {\n            color: var(--background-deep-black);\n        }\n\n        .gooey-nav-container .effect.filter {\n            filter: blur(7px) contrast(100) blur(0);\n            mix-blend-mode: lighten;\n        }\n\n        .gooey-nav-container .effect.filter::before {\n            content: '';\n            position: absolute;\n            inset: -75px;\n            z-index: -2;\n            background: transparent;\n            pointer-events: none;\n        }\n\n        .gooey-nav-container .effect.filter::after {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: var(--text-white);\n            transform: scale(0);\n            opacity: 0;\n            z-index: -1;\n            border-radius: 100vw;\n        }\n\n        .gooey-nav-container .effect.active::after {\n            animation: pill 0.3s ease both;\n        }\n\n        @keyframes pill {\n            to {\n                transform: scale(1);\n                opacity: 1;\n            }\n        }\n\n        .particle,\n        .point {\n            display: block;\n            opacity: 0;\n            width: 20px;\n            height: 20px;\n            border-radius: 100%;\n            transform-origin: center;\n        }\n\n        .particle {\n            --time: 5s;\n            position: absolute;\n            top: calc(50% - 8px);\n            left: calc(50% - 8px);\n            animation: particle calc(var(--time)) ease 1 -350ms;\n        }\n\n        .point {\n            background: var(--color);\n            opacity: 1;\n            animation: point calc(var(--time)) ease 1 -350ms;\n        }\n\n        @keyframes particle {\n            0% {\n                transform: rotate(0deg) translate(calc(var(--start-x)), calc(var(--start-y)));\n                opacity: 1;\n                animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);\n            }\n            70% {\n                transform: rotate(calc(var(--rotate) * 0.5)) translate(calc(var(--end-x) * 1.2), calc(var(--end-y) * 1.2));\n                opacity: 1;\n                animation-timing-function: ease;\n            }\n            85% {\n                transform: rotate(calc(var(--rotate) * 0.66)) translate(calc(var(--end-x)), calc(var(--end-y)));\n                opacity: 1;\n            }\n            100% {\n                transform: rotate(calc(var(--rotate) * 1.2)) translate(calc(var(--end-x) * 0.5), calc(var(--end-y) * 0.5));\n                opacity: 1;\n            }\n        }\n\n        @keyframes point {\n            0% {\n                transform: scale(0);\n                opacity: 0;\n                animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);\n            }\n            25% {\n                transform: scale(calc(var(--scale) * 0.25));\n            }\n            38% {\n                opacity: 1;\n            }\n            65% {\n                transform: scale(var(--scale));\n                opacity: 1;\n                animation-timing-function: ease;\n            }\n            85% {\n                transform: scale(var(--scale));\n                opacity: 1;\n            }\n            100% {\n                transform: scale(0);\n                opacity: 0;\n            }\n        }\n\n        .header-buttons {\n            display: flex;\n            gap: 1.2rem;\n            align-items: center;\n        }\n\n        .btn {\n            padding: 1rem 2.5rem;\n            border-radius: 14px;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-size: 0.9rem;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.7rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .btn::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 0;\n            height: 0;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.1);\n            transform: translate(-50%, -50%);\n            transition: width 0.6s, height 0.6s;\n        }\n\n        .btn:hover::before {\n            width: 300px;\n            height: 300px;\n        }\n\n        .btn span {\n            position: relative;\n            z-index: 1;\n        }\n\n        .btn-trial {\n            background: rgba(255, 255, 255, 0.12);\n            color: var(--text-white);\n            border: 2px solid rgba(255, 255, 255, 0.25);\n            backdrop-filter: blur(10px);\n        }\n\n        .btn-trial:hover {\n            background: rgba(255, 255, 255, 0.16);\n            border-color: rgba(0, 102, 255, 0.6);\n            transform: translateY(-3px);\n            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.4);\n        }\n\n        .btn-subscribe {\n            background: linear-gradient(135deg, var(--color-1) 0%, var(--color-2) 50%, var(--color-3) 100%);\n            color: var(--text-white);\n            box-shadow: 0 10px 35px rgba(0, 102, 255, 0.6);\n            border: 2px solid transparent;\n            position: relative;\n        }\n\n        .btn-subscribe:hover {\n            transform: translateY(-3px);\n            box-shadow: \n                0 15px 45px rgba(0, 102, 255, 0.7),\n                0 0 30px rgba(0, 168, 255, 0.5);\n        }\n\n        .mobile-menu-btn {\n            display: none;\n            flex-direction: column;\n            gap: 6px;\n            cursor: pointer;\n            padding: 12px;\n            z-index: 200;\n            background: rgba(255, 255, 255, 0.12);\n            border-radius: 10px;\n            border: 2px solid rgba(255, 255, 255, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .mobile-menu-btn span {\n            width: 28px;\n            height: 3px;\n            background: linear-gradient(90deg, var(--color-1), var(--color-3));\n            border-radius: 3px;\n            transition: all 0.3s ease;\n        }\n\n        .mobile-menu-btn.active span:nth-child(1) {\n            transform: rotate(45deg) translate(9px, 9px);\n        }\n\n        .mobile-menu-btn.active span:nth-child(2) {\n            opacity: 0;\n        }\n\n        .mobile-menu-btn.active span:nth-child(3) {\n            transform: rotate(-45deg) translate(9px, -9px);\n        }\n\n        .mobile-menu {\n            position: fixed;\n            top: 0;\n            right: -100%;\n            width: 85%;\n            max-width: 420px;\n            height: 100vh;\n            background: var(--background-deep-black);\n            backdrop-filter: blur(30px);\n            z-index: 150;\n            transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            padding: 0;\n            border-left: 1px solid rgba(0, 102, 255, 0.3);\n            box-shadow: -20px 0 60px rgba(0, 0, 0, 0.8);\n            overflow-y: auto;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .mobile-menu.active {\n            right: 0;\n        }\n\n        .mobile-menu-header {\n            padding: 2rem 1.5rem;\n            border-bottom: 1px solid rgba(0, 102, 255, 0.3);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: rgba(0, 102, 255, 0.1);\n        }\n\n        .mobile-menu-logo {\n            display: flex;\n            align-items: center;\n            gap: 0.8rem;\n        }\n\n        .mobile-menu-logo .logo-icon {\n            width: 45px;\n            height: 45px;\n        }\n\n        .mobile-menu-logo .logo-text {\n            display: flex;\n            flex-direction: column;\n            line-height: 1;\n        }\n\n        .mobile-menu-logo .logo-main {\n            font-size: 1.7rem;\n            background: linear-gradient(135deg, var(--text-white) 0%, var(--color-1) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 900;\n            letter-spacing: -1px;\n        }\n\n        .mobile-menu-logo .logo-tagline {\n            font-size: 0.6rem;\n            color: var(--text-cool-gray);\n            font-weight: 600;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            margin-top: 2px;\n        }\n\n        .mobile-menu nav {\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            padding: 2rem 1.5rem;\n            flex: 1;\n        }\n\n        .mobile-menu nav a {\n            padding: 1.5rem 1rem;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n            font-size: 1.15rem;\n            transition: all 0.3s ease;\n            border-radius: 8px;\n            margin-bottom: 0.5rem;\n            color: var(--text-cool-gray);\n            text-decoration: none;\n            font-weight: 600;\n        }\n\n        .mobile-menu nav a:hover {\n            background: rgba(0, 102, 255, 0.2);\n            color: var(--text-white);\n            transform: translateX(8px);\n            border-bottom-color: rgba(0, 102, 255, 0.5);\n        }\n\n        .menu-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.7);\n            backdrop-filter: blur(8px);\n            z-index: 140;\n            opacity: 0;\n            pointer-events: none;\n            transition: opacity 0.4s ease;\n        }\n\n        .menu-overlay.active {\n            opacity: 1;\n            pointer-events: all;\n        }\n\n        \/* Tablet and Mobile Styles *\/\n        @media (max-width: 1024px) {\n            .mobile-menu-btn {\n                display: flex;\n            }\n            \n            .gooey-nav-container,\n            .header-buttons {\n                display: none;\n            }\n\n            header {\n                padding: 1.2rem 5%;\n            }\n\n            .logo {\n                font-size: 1.5rem;\n            }\n\n            .logo-icon {\n                width: 42px;\n                height: 42px;\n            }\n\n            .logo-icon::after {\n                border-left: 12px solid white;\n                border-top: 8px solid transparent;\n                border-bottom: 8px solid transparent;\n            }\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html, body {\n            overflow-x: hidden;\n            width: 100%;\n            max-width: 100vw;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n            background: var(--background-deep-black);\n            color: var(--text-white);\n            min-height: 0;\n        }\n\n        .gradient-text {\n            background: linear-gradient(135deg, var(--text-white) 15%, var(--color-1) 45%, var(--color-2) 75%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: gradientShift 8s ease infinite;\n            background-size: 200% 200%;\n        }\n\n        @keyframes gradientShift {\n            0%, 100% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n        }\n\n        .about-hero {\n            padding: 6rem 7% 4rem;\n            text-align: center;\n            background: var(--background-deep-black);\n            position: relative;\n            overflow: hidden;\n            width: 100%;\n        }\n\n        .about-hero h1 {\n            font-size: 4rem;\n            font-weight: 900;\n            letter-spacing: -3px;\n            margin-bottom: 1.5rem;\n            line-height: 1.1;\n            position: relative;\n        }\n\n        .about-hero p {\n            font-size: 1.2rem;\n            color: var(--text-cool-gray);\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            line-height: 1.6;\n        }\n\n        .stats-section {\n            padding: 4rem 7%;\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 2rem;\n            max-width: 1400px;\n            margin: 0 auto;\n            width: 100%;\n        }\n\n        .stat-box {\n            background: linear-gradient(145deg, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.5));\n            border: 2px solid rgba(0, 168, 255, 0.2);\n            border-radius: 24px;\n            padding: 2.5rem 2rem;\n            text-align: center;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .stat-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, var(--color-1), var(--color-2));\n            transform: scaleX(0);\n            transition: transform 0.4s ease;\n        }\n\n        .stat-box:hover::before {\n            transform: scaleX(1);\n        }\n\n        .stat-box:hover {\n            transform: translateY(-10px);\n            border-color: rgba(0, 102, 255, 0.6);\n            box-shadow: 0 20px 50px rgba(0, 102, 255, 0.4);\n        }\n\n        .stat-number {\n            font-size: 3rem;\n            font-weight: 900;\n            color: var(--color-1);\n            margin-bottom: 0.5rem;\n        }\n\n        .stat-label {\n            font-size: 1rem;\n            color: var(--text-cool-gray);\n        }\n\n        .story-section {\n            padding: 6rem 7%;\n            max-width: 1200px;\n            margin: 0 auto;\n            width: 100%;\n        }\n\n        .story-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n            margin-bottom: 4rem;\n        }\n\n        .story-text h2 {\n            font-size: 2.5rem;\n            font-weight: 900;\n            margin-bottom: 1.5rem;\n            letter-spacing: -2px;\n        }\n\n        .story-text p {\n            font-size: 1.1rem;\n            color: var(--text-cool-gray);\n            margin-bottom: 1.5rem;\n            line-height: 1.8;\n        }\n\n        .story-image {\n            background: linear-gradient(145deg, rgba(0, 102, 255, 0.2), rgba(0, 168, 255, 0.2));\n            border-radius: 24px;\n            padding: 2rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 300px;\n            border: 2px solid rgba(0, 102, 255, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .story-image svg {\n            width: 100%;\n            max-width: 250px;\n            height: auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .values-section {\n            padding: 6rem 7%;\n            background: var(--background-deep-black);\n            width: 100%;\n        }\n\n        .values-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .values-header h2 {\n            font-size: 3rem;\n            font-weight: 900;\n            margin-bottom: 1rem;\n            letter-spacing: -2px;\n        }\n\n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2.5rem;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .value-card {\n            background: linear-gradient(145deg, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.5));\n            border: 2px solid rgba(0, 168, 255, 0.2);\n            border-radius: 24px;\n            padding: 3rem 2.5rem;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .value-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, transparent 100%);\n            opacity: 0;\n            transition: opacity 0.4s ease;\n        }\n\n        .value-card:hover::before {\n            opacity: 1;\n        }\n\n        .value-card:hover {\n            transform: translateY(-10px);\n            border-color: rgba(0, 102, 255, 0.6);\n            box-shadow: 0 20px 50px rgba(0, 102, 255, 0.4);\n        }\n\n        .value-icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, var(--color-1), var(--color-2));\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n            position: relative;\n            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.4);\n        }\n\n        .value-icon svg {\n            width: 35px;\n            height: 35px;\n            stroke: white;\n            fill: none;\n            stroke-width: 2;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .value-card h3 {\n            font-size: 1.6rem;\n            margin-bottom: 1rem;\n            color: var(--text-white);\n            position: relative;\n        }\n\n        .value-card p {\n            color: var(--text-cool-gray);\n            line-height: 1.7;\n            position: relative;\n            font-size: 0.95rem;\n        }\n\n        .team-section {\n            padding: 6rem 7%;\n            max-width: 1400px;\n            margin: 0 auto;\n            width: 100%;\n        }\n\n        .team-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .team-header h2 {\n            font-size: 3rem;\n            font-weight: 900;\n        }\n\n        .profile-card {\n            position: relative;\n            width: 100%;\n            height: 500px;\n            border-radius: 30px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            background: linear-gradient(145deg, rgba(0, 102, 255, 0.2), rgba(0, 168, 255, 0.2));\n            border: 2px solid rgba(0, 102, 255, 0.3);\n            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);\n        }\n\n        .profile-card:hover {\n            box-shadow: 0 30px 60px rgba(0, 102, 255, 0.6);\n        }\n\n        .profile-card-inner {\n            position: absolute;\n            inset: 1px;\n            border-radius: 30px;\n            background: linear-gradient(145deg, #60496e8c 0%, #71C4FF44 100%);\n            background-color: rgba(0, 0, 0, 0.9);\n        }\n\n        .profile-card-avatar {\n            position: absolute;\n            inset: 0;\n        }\n\n        .profile-card-avatar img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            opacity: 0.7;\n            transition: opacity 0.3s;\n            mix-blend-mode: screen;\n        }\n\n        .profile-card:hover .profile-card-avatar img {\n            opacity: 0.9;\n        }\n\n        .profile-card-blur {\n            position: absolute;\n            inset: 0;\n            backdrop-filter: blur(30px);\n            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 100%);\n        }\n\n        .profile-card-content {\n            position: absolute;\n            top: 3rem;\n            left: 0;\n            right: 0;\n            text-align: center;\n            z-index: 5;\n        }\n\n        .profile-card-content h3 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            background: linear-gradient(to bottom, var(--text-white), var(--color-4));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .profile-card-content p {\n            font-size: 1rem;\n            font-weight: 600;\n            background: linear-gradient(to bottom, var(--text-white), var(--color-2));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .profile-card-info {\n            position: absolute;\n            bottom: 1.25rem;\n            left: 1.25rem;\n            right: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 0.75rem 1rem;\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(30px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 1rem;\n            z-index: 20;\n        }\n\n        .profile-card-user {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n\n        .profile-card-mini-avatar {\n            width: 3rem;\n            height: 3rem;\n            border-radius: 50%;\n            overflow: hidden;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            flex-shrink: 0;\n        }\n\n        .profile-card-mini-avatar img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .profile-card-text {\n            display: flex;\n            flex-direction: column;\n            gap: 0.25rem;\n        }\n\n        .profile-card-handle {\n            font-size: 0.875rem;\n            font-weight: 500;\n            color: rgba(255, 255, 255, 0.9);\n        }\n\n        .profile-card-status {\n            font-size: 0.75rem;\n            color: var(--text-cool-gray);\n        }\n\n        .profile-card-btn {\n            padding: 0.5rem 1rem;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.5rem;\n            font-size: 0.875rem;\n            font-weight: 600;\n            color: rgba(255, 255, 255, 0.9);\n            background: transparent;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            text-decoration: none;\n            display: inline-block;\n            flex-shrink: 0;\n        }\n\n        .profile-card-btn:hover {\n            border-color: rgba(255, 255, 255, 0.4);\n            transform: translateY(-1px);\n        }\n\n        .ceo-card {\n            max-width: 450px;\n            margin: 0 auto 5rem;\n        }\n\n        .team-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 3rem;\n        }\n\n        .cta-section {\n            padding: 6rem 7%;\n            text-align: center;\n            background: var(--background-deep-black);\n            margin: 4rem 0;\n            position: relative;\n            overflow: hidden;\n            width: 100%;\n        }\n\n        .cta-section h2 {\n            font-size: 3rem;\n            font-weight: 900;\n            margin-bottom: 1.5rem;\n            position: relative;\n        }\n\n        .cta-section p {\n            font-size: 1.2rem;\n            color: var(--text-cool-gray);\n            margin-bottom: 2.5rem;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n            position: relative;\n            line-height: 1.6;\n        }\n\n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.8rem;\n            padding: 1.5rem 3rem;\n            background: linear-gradient(135deg, var(--color-1), var(--color-2));\n            color: var(--text-white);\n            text-decoration: none;\n            border-radius: 16px;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.4s ease;\n            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.5);\n            position: relative;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 50px rgba(0, 102, 255, 0.7);\n        }\n\n        \/* Mobile Responsive Styles *\/\n        @media (max-width: 968px) {\n            .stats-section,\n            .values-grid,\n            .team-grid {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n\n            .story-content {\n                grid-template-columns: 1fr;\n                gap: 3rem;\n            }\n\n            .about-hero h1 {\n                font-size: 3rem;\n            }\n\n            .values-header h2,\n            .team-header h2,\n            .cta-section h2 {\n                font-size: 2.5rem;\n            }\n\n            .story-text h2 {\n                font-size: 2rem;\n            }\n\n            .profile-card {\n                height: 450px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .about-hero {\n                padding: 4rem 5% 3rem;\n            }\n\n            .about-hero h1 {\n                font-size: 2.2rem;\n                letter-spacing: -1px;\n                margin-bottom: 1rem;\n            }\n\n            .about-hero p {\n                font-size: 1rem;\n                line-height: 1.5;\n            }\n\n            .stats-section {\n                padding: 3rem 5%;\n                gap: 1.5rem;\n            }\n\n            .stat-box {\n                padding: 2rem 1.5rem;\n                border-radius: 16px;\n            }\n\n            .stat-number {\n                font-size: 2.5rem;\n            }\n\n            .stat-label {\n                font-size: 0.9rem;\n            }\n\n            .story-section {\n                padding: 4rem 5%;\n            }\n\n            .story-content {\n                gap: 2.5rem;\n                margin-bottom: 0;\n            }\n\n            .story-text h2 {\n                font-size: 1.8rem;\n                margin-bottom: 1rem;\n                letter-spacing: -1px;\n            }\n\n            .story-text p {\n                font-size: 1rem;\n                margin-bottom: 1rem;\n            }\n\n            .story-image {\n                min-height: 250px;\n                padding: 1.5rem;\n                border-radius: 16px;\n            }\n\n            .story-image svg {\n                max-width: 180px;\n            }\n\n            .values-section {\n                padding: 4rem 5%;\n            }\n\n            .values-header {\n                margin-bottom: 3rem;\n            }\n\n            .values-header h2 {\n                font-size: 2rem;\n                letter-spacing: -1px;\n            }\n\n            .values-grid {\n                gap: 2rem;\n            }\n\n            .value-card {\n                padding: 2rem 1.5rem;\n                border-radius: 16px;\n            }\n\n            .value-icon {\n                width: 60px;\n                height: 60px;\n                margin-bottom: 1rem;\n            }\n\n            .value-icon svg {\n                width: 30px;\n                height: 30px;\n            }\n\n            .value-card h3 {\n                font-size: 1.3rem;\n                margin-bottom: 0.8rem;\n            }\n\n            .value-card p {\n                font-size: 0.9rem;\n                line-height: 1.6;\n            }\n\n            .team-section {\n                padding: 4rem 5%;\n            }\n\n            .team-header {\n                margin-bottom: 3rem;\n            }\n\n            .team-header h2 {\n                font-size: 2rem;\n                letter-spacing: -1px;\n            }\n\n            .ceo-card {\n                margin-bottom: 3rem;\n            }\n\n            .profile-card {\n                height: 400px;\n                border-radius: 20px;\n            }\n\n            .profile-card-inner {\n                border-radius: 20px;\n            }\n\n            .profile-card-content {\n                top: 2rem;\n            }\n\n            .profile-card-content h3 {\n                font-size: 2rem;\n            }\n\n            .profile-card-content p {\n                font-size: 0.9rem;\n            }\n\n            .profile-card-info {\n                bottom: 1rem;\n                left: 1rem;\n                right: 1rem;\n                padding: 0.6rem 0.8rem;\n                border-radius: 0.8rem;\n            }\n\n            .profile-card-mini-avatar {\n                width: 2.5rem;\n                height: 2.5rem;\n            }\n\n            .profile-card-handle {\n                font-size: 0.8rem;\n            }\n\n            .profile-card-status {\n                font-size: 0.7rem;\n            }\n\n            .profile-card-btn {\n                padding: 0.4rem 0.8rem;\n                font-size: 0.8rem;\n            }\n\n            .cta-section {\n                padding: 4rem 5%;\n                margin: 3rem 0;\n            }\n\n            .cta-section h2 {\n                font-size: 2rem;\n                margin-bottom: 1rem;\n                letter-spacing: -1px;\n            }\n\n            .cta-section p {\n                font-size: 1rem;\n                margin-bottom: 2rem;\n                line-height: 1.5;\n            }\n\n            .cta-button {\n                padding: 1.2rem 2.5rem;\n                font-size: 1rem;\n                border-radius: 12px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .about-hero h1 {\n                font-size: 1.8rem;\n            }\n\n            .about-hero p {\n                font-size: 0.9rem;\n            }\n\n            .stat-number {\n                font-size: 2rem;\n            }\n\n            .stat-label {\n                font-size: 0.85rem;\n            }\n\n            .story-text h2 {\n                font-size: 1.6rem;\n            }\n\n            .story-text p {\n                font-size: 0.95rem;\n            }\n\n            .values-header h2 {\n                font-size: 1.8rem;\n            }\n\n            .value-card h3 {\n                font-size: 1.2rem;\n            }\n\n            .value-card p {\n                font-size: 0.85rem;\n            }\n\n            .team-header h2 {\n                font-size: 1.8rem;\n            }\n\n            .profile-card {\n                height: 350px;\n            }\n\n            .profile-card-content h3 {\n                font-size: 1.6rem;\n            }\n\n            .cta-section h2 {\n                font-size: 1.8rem;\n            }\n\n            .cta-section p {\n                font-size: 0.95rem;\n            }\n\n            .cta-button {\n                padding: 1rem 2rem;\n                font-size: 0.95rem;\n            }\n        }\n\n        :root {\n            --color-1: #0066ff;\n            --color-2: #00a8ff;\n            --color-3: #00e0ff;\n            --color-4: #c0c0c0;\n            --stroke-light: rgba(192, 192, 192, 0.18);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        footer {\n            position: relative;\n            z-index: 10;\n            background: rgba(10, 10, 10, 0.95);\n            border-top: 1px solid rgba(0, 102, 255, 0.2);\n            backdrop-filter: blur(30px);\n            margin-top: 6rem;\n            overflow: hidden;\n            margin-bottom: 0;\n            padding-bottom: 0;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;\n            color: var(--text-white);\n        }\n\n        footer::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 2px;\n            background: linear-gradient(90deg, transparent, var(--color-1), var(--color-2), transparent);\n            animation: borderSlide 3s ease-in-out infinite;\n        }\n\n        @keyframes borderSlide {\n            0%, 100% { left: -100%; }\n            50% { left: 100%; }\n        }\n\n        .footer-content {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 5rem 7% 3rem;\n        }\n\n        .footer-grid {\n            display: grid;\n            grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;\n            gap: 4rem;\n            margin-bottom: 4rem;\n        }\n\n        .footer-brand {\n            animation: fadeInUp 0.8s ease;\n        }\n\n        .logo {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            font-size: 1.9rem;\n            font-weight: 900;\n            letter-spacing: -1px;\n            margin-bottom: 1.5rem;\n            cursor: pointer;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n        }\n\n        .logo:hover {\n            transform: translateY(-3px);\n        }\n\n        .logo:hover .logo-icon {\n            transform: scale(1.05) rotate(5deg);\n        }\n\n        .logo:hover .logo-icon::before {\n            transform: scale(1.1);\n            opacity: 1;\n        }\n\n        .logo-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, var(--color-1) 0%, var(--color-2) 50%, var(--color-3) 100%);\n            border-radius: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            flex-shrink: 0;\n            box-shadow: \n                0 10px 30px rgba(0, 102, 255, 0.7),\n                inset 0 1px 0 rgba(255, 255, 255, 0.2);\n            animation: logoGlow 3s ease-in-out infinite;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .logo-icon::before {\n            content: '';\n            position: absolute;\n            inset: -4px;\n            border-radius: 16px;\n            background: linear-gradient(135deg, var(--color-1), var(--color-2));\n            opacity: 0;\n            filter: blur(12px);\n            transition: all 0.4s ease;\n            z-index: -1;\n        }\n\n        @keyframes logoGlow {\n            0%, 100% { \n                box-shadow: \n                    0 10px 30px rgba(0, 102, 255, 0.7),\n                    inset 0 1px 0 rgba(255, 255, 255, 0.2);\n            }\n            50% { \n                box-shadow: \n                    0 10px 40px rgba(0, 102, 255, 0.9),\n                    0 0 20px rgba(0, 168, 255, 0.5),\n                    inset 0 1px 0 rgba(255, 255, 255, 0.3);\n            }\n        }\n\n        .logo-icon::after {\n            content: '';\n            position: absolute;\n            width: 0;\n            height: 0;\n            border-left: 14px solid white;\n            border-top: 10px solid transparent;\n            border-bottom: 10px solid transparent;\n            margin-left: 3px;\n            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));\n            transition: filter 0.3s ease;\n        }\n\n        .logo:hover .logo-icon::after {\n            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));\n        }\n\n        .logo-text {\n            display: flex;\n            flex-direction: column;\n            line-height: 1;\n        }\n\n        .logo-main {\n            font-size: 1.9rem;\n            background: linear-gradient(135deg, var(--text-white) 0%, var(--color-1) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            transition: all 0.3s ease;\n        }\n\n        .logo:hover .logo-main {\n            background: linear-gradient(135deg, var(--text-white) 0%, var(--color-4) 100%);\n            -webkit-background-clip: text;\n            background-clip: text;\n        }\n\n        .logo-tagline {\n            font-size: 0.65rem;\n            color: var(--text-cool-gray);\n            font-weight: 600;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            margin-top: 2px;\n            transition: color 0.3s ease;\n        }\n\n        .logo:hover .logo-tagline {\n            color: var(--text-white);\n        }\n\n        .footer-description {\n            color: var(--text-cool-gray);\n            line-height: 1.7;\n            font-size: 0.95rem;\n            margin-bottom: 2rem;\n            max-width: 350px;\n            transition: color 0.3s ease;\n        }\n\n        .footer-description:hover {\n            color: var(--text-white);\n        }\n\n        .social-links {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        .social-link {\n            width: 44px;\n            height: 44px;\n            border-radius: 12px;\n            background: rgba(0, 102, 255, 0.15);\n            border: 1px solid rgba(0, 102, 255, 0.3);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            text-decoration: none;\n            color: var(--text-white);\n            font-size: 1.2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .social-link::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, var(--color-1), var(--color-2));\n            opacity: 0;\n            transition: opacity 0.4s ease;\n        }\n\n        .social-link svg {\n            position: relative;\n            z-index: 1;\n            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .social-link:hover {\n            border-color: rgba(0, 102, 255, 0.6);\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 15px 35px rgba(0, 102, 255, 0.5);\n        }\n\n        .social-link:hover::before {\n            opacity: 1;\n        }\n\n        .social-link:hover svg {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .social-link:active {\n            transform: translateY(-2px) scale(0.98);\n        }\n\n        .footer-column {\n            animation: fadeInUp 1s ease;\n            animation-fill-mode: both;\n        }\n\n        .footer-column:nth-child(2) { animation-delay: 0.1s; }\n        .footer-column:nth-child(3) { animation-delay: 0.2s; }\n        .footer-column:nth-child(4) { animation-delay: 0.3s; }\n        .footer-column:nth-child(5) { animation-delay: 0.4s; }\n\n        .footer-column h3 {\n            font-size: 1.15rem;\n            font-weight: 800;\n            margin-bottom: 1.5rem;\n            color: var(--text-white);\n            letter-spacing: -0.5px;\n            position: relative;\n            display: inline-block;\n            transition: color 0.3s ease;\n        }\n\n        .footer-column h3::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: linear-gradient(90deg, var(--color-1), var(--color-2));\n            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .footer-column:hover h3::after {\n            width: 100%;\n        }\n\n        .footer-column:hover h3 {\n            color: var(--color-4);\n        }\n\n        .footer-links {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0.8rem;\n        }\n\n        .footer-links li {\n            position: relative;\n        }\n\n        .footer-links li a {\n            color: var(--text-cool-gray);\n            text-decoration: none;\n            font-size: 0.95rem;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            display: inline-block;\n            position: relative;\n            padding-left: 0;\n        }\n\n        .footer-links li a::before {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: linear-gradient(90deg, var(--color-1), var(--color-2));\n            transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .footer-links li a::after {\n            content: '\u2192';\n            position: absolute;\n            left: -20px;\n            opacity: 0;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            color: var(--color-1);\n        }\n\n        .footer-links li a:hover {\n            color: var(--text-white);\n            padding-left: 20px;\n            transform: translateX(0);\n        }\n\n        .footer-links li a:hover::before {\n            width: 100%;\n        }\n\n        .footer-links li a:hover::after {\n            opacity: 1;\n            left: 0;\n        }\n\n        .newsletter-section {\n            display: none;\n        }\n\n        .footer-bottom {\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n            padding: 2rem 7%;\n            text-align: center;\n            position: relative;\n            margin: 0;\n            background: rgba(10, 10, 10, 1);\n        }\n\n        .footer-bottom::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 0;\n            height: 1px;\n            background: linear-gradient(90deg, transparent, var(--color-1), transparent);\n            transition: width 0.6s ease;\n        }\n\n        .footer-bottom:hover::before {\n            width: 100%;\n        }\n\n        .copyright {\n            color: var(--text-cool-gray);\n            font-size: 0.9rem;\n            transition: color 0.3s ease;\n            cursor: default;\n            margin: 0;\n            padding: 0;\n        }\n\n        .copyright:hover {\n            color: var(--text-white);\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .footer-brand::before {\n            content: '';\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(0, 102, 255, 0.15), transparent 50%);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n            pointer-events: none;\n        }\n\n        .footer-brand:hover::before {\n            opacity: 1;\n        }\n\n        @media (max-width: 1200px) {\n            .footer-grid {\n                grid-template-columns: 1.5fr 1fr 1fr 1fr;\n                gap: 3rem;\n            }\n        }\n\n        @media (max-width: 968px) {\n            .footer-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 3rem;\n            }\n\n            .footer-brand {\n                grid-column: 1 \/ -1;\n            }\n        }\n\n        @media (max-width: 768px) {\n            footer {\n                margin-top: 4rem;\n            }\n\n            .footer-content {\n                padding: 3rem 5% 2rem;\n            }\n\n            .footer-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 2.5rem 2rem;\n                margin-bottom: 2.5rem;\n            }\n\n            .footer-brand {\n                grid-column: 1 \/ -1;\n                text-align: left;\n            }\n\n            .logo {\n                justify-content: flex-start;\n                margin-bottom: 1.2rem;\n                font-size: 1.6rem;\n            }\n\n            .logo-icon {\n                width: 45px;\n                height: 45px;\n            }\n\n            .logo-icon::after {\n                border-left: 12px solid white;\n                border-top: 8px solid transparent;\n                border-bottom: 8px solid transparent;\n            }\n\n            .logo-main {\n                font-size: 1.6rem;\n            }\n\n            .logo-tagline {\n                font-size: 0.58rem;\n                letter-spacing: 2px;\n            }\n\n            .footer-description {\n                display: none;\n            }\n\n            .social-links {\n                justify-content: flex-start;\n                gap: 0.8rem;\n                margin-bottom: 0;\n            }\n\n            .social-link {\n                width: 42px;\n                height: 42px;\n                font-size: 1.1rem;\n            }\n\n            .footer-column {\n                text-align: left;\n            }\n\n            .footer-column h3 {\n                font-size: 1.1rem;\n                margin-bottom: 1rem;\n                font-weight: 800;\n            }\n\n            .footer-column h3::after {\n                left: 0;\n                transform: none;\n            }\n\n            .footer-links {\n                align-items: flex-start;\n                gap: 0.7rem;\n            }\n\n            .footer-links li a {\n                font-size: 0.9rem;\n                padding: 0.3rem 0;\n                display: inline-block;\n            }\n\n            .footer-links li a::after {\n                display: none;\n            }\n\n            .footer-links li a:hover {\n                padding-left: 0;\n                transform: translateX(0);\n            }\n\n            .newsletter-section {\n                display: block;\n                grid-column: 1 \/ -1;\n                margin-top: 1.5rem;\n            }\n\n            .newsletter-section h3 {\n                font-size: 1.1rem;\n                margin-bottom: 1rem;\n                font-weight: 800;\n                color: var(--text-white);\n            }\n\n            .newsletter-section p {\n                font-size: 0.85rem;\n                color: var(--text-cool-gray);\n                margin-bottom: 0.8rem;\n                line-height: 1.5;\n            }\n\n            .newsletter-form {\n                display: flex;\n                flex-direction: column;\n                gap: 0.8rem;\n            }\n\n            .newsletter-input {\n                width: 100%;\n                padding: 0.9rem 1rem;\n                border-radius: 10px;\n                border: 1px solid rgba(0, 102, 255, 0.3);\n                background: rgba(15, 23, 42, 0.6);\n                color: var(--text-white);\n                font-size: 0.95rem;\n                outline: none;\n                transition: all 0.3s ease;\n            }\n\n            .newsletter-input::placeholder {\n                color: var(--text-cool-gray);\n            }\n\n            .newsletter-input:focus {\n                border-color: var(--color-1);\n                background: rgba(15, 23, 42, 0.8);\n            }\n\n            .newsletter-button {\n                width: 100%;\n                padding: 0.9rem;\n                border-radius: 10px;\n                border: none;\n                background: linear-gradient(135deg, var(--color-1), var(--color-2));\n                color: var(--text-white);\n                font-size: 0.95rem;\n                font-weight: 700;\n                cursor: pointer;\n                transition: all 0.3s ease;\n                text-transform: uppercase;\n                letter-spacing: 0.5px;\n            }\n\n            .newsletter-button:active {\n                transform: scale(0.98);\n                box-shadow: 0 5px 20px rgba(0, 102, 255, 0.4);\n            }\n\n            .footer-bottom {\n                text-align: center;\n                padding: 1.5rem 5%;\n                border-top: 1px solid rgba(255, 255, 255, 0.08);\n            }\n\n            .copyright {\n                font-size: 0.85rem;\n                line-height: 1.6;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .footer-grid {\n                gap: 2rem 1.5rem;\n            }\n\n            .footer-column h3 {\n                font-size: 1rem;\n            }\n\n            .footer-links li a {\n                font-size: 0.85rem;\n            }\n\n            .social-link {\n                width: 40px;\n                height: 40px;\n            }\n\n            .newsletter-section h3 {\n                font-size: 1rem;\n            }\n\n            .newsletter-input,\n            .newsletter-button {\n                font-size: 0.9rem;\n                padding: 0.85rem;\n            }\n        }\n\n        @media (prefers-reduced-motion: reduce) {\n            *, *::before, *::after {\n                animation-duration: 0.01ms !important;\n                animation-iteration-count: 1 !important;\n                transition-duration: 0.01ms !important;\n            }\n        }\n\n        @media (hover: none) and (pointer: coarse) {\n            .social-link:hover {\n                transform: none;\n            }\n\n            .social-link:active {\n                transform: scale(0.95);\n                box-shadow: 0 8px 20px rgba(0, 102, 255, 0.4);\n            }\n\n            .footer-links li a:hover {\n                transform: none;\n            }\n\n            .footer-links li a:active {\n                color: var(--text-white);\n            }\n\n            .logo:hover {\n                transform: none;\n            }\n\n            .logo:active .logo-icon {\n                transform: scale(0.95);\n            }\n        }\n        \n        \n        \/* Show mobile menu on small desktop screens and when zoomed in *\/\n@media (max-width: 1350px) {\n    .gooey-nav-container,\n    .header-buttons {\n        display: none !important;\n    }\n    \n    .mobile-menu-btn {\n        display: flex !important;\n    }\n}\n\n\n\n    <\/style>\n<\/head>\n<body>\n    <section id=\"page1\">\n           <header id=\"header\">\n        <a href=\"https:\/\/buyiptv-subscribe.com\/en\/\" style=\"text-decoration: none;\">\n            <div class=\"logo\">\n                <div class=\"logo-icon\"><\/div>\n                <div class=\"logo-text\">\n                    <span class=\"logo-main\">StreamEZ<\/span>\n                    <span class=\"logo-tagline\">PREMIUM IPTV<\/span>\n                <\/div>\n            <\/div>\n        <\/a>\n        \n        <div class=\"gooey-nav-container\" id=\"gooeyNav\">\n            <nav>\n                <ul>\n                    <li class=\"active\"><a href=\"https:\/\/buyiptv-subscribe.com\/en\/\">Home<\/a><\/li>\n                    <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/pricing\/\">Pricing<\/a><\/li>\n                    <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/faq\/\">FAQ<\/a><\/li>\n                    <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/iptv-guide\/\">Guide<\/a><\/li>\n                    <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/channels-list\/\">Channels<\/a><\/li>\n                    <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/contact\/\">Support<\/a><\/li>\n                <\/ul>\n            <\/nav>\n            <span class=\"effect filter\"><\/span>\n            <span class=\"effect text\"><\/span>\n        <\/div>\n\n        <div class=\"header-buttons\">\n            <a href=\"https:\/\/web.whatsapp.com\/send?phone=212688196707\" class=\"btn btn-trial\"><span>\ud83c\udf81 Free Trial<\/span><\/a>\n            <a href=\"https:\/\/buyiptv-subscribe.com\/en\/pricing\/\" class=\"btn btn-subscribe\"><span>Subscribe Now<\/span><\/a>\n        <\/div>\n\n        <div class=\"mobile-menu-btn\" id=\"menuBtn\">\n            <span><\/span>\n            <span><\/span>\n            <span><\/span>\n        <\/div>\n    <\/header>\n\n    <div class=\"menu-overlay\" id=\"menuOverlay\"><\/div>\n    <div class=\"mobile-menu\" id=\"mobileMenu\">\n        <div class=\"mobile-menu-header\">\n            <div class=\"mobile-menu-logo\">\n                <div class=\"logo-icon\"><\/div>\n                <div class=\"logo-text\">\n                    <span class=\"logo-main\">StreamEZ<\/span>\n                    <span class=\"logo-tagline\">PREMIUM IPTV<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n        <nav>\n            <a href=\"https:\/\/buyiptv-subscribe.com\/en\/\">Home<\/a>\n            <a href=\"https:\/\/buyiptv-subscribe.com\/en\/pricing\/\">Pricing<\/a>\n            <a href=\"https:\/\/buyiptv-subscribe.com\/en\/faq\/\">FAQ<\/a>\n            <a href=\"https:\/\/buyiptv-subscribe.com\/en\/iptv-guide\/\">Guide<\/a>\n            <a href=\"https:\/\/buyiptv-subscribe.com\/en\/channels-list\/\">Channels<\/a>\n            <a href=\"https:\/\/buyiptv-subscribe.com\/en\/contact\/\">Support<\/a>\n        <\/nav>\n    <\/div>\n\n    <script>\n        \/\/ Gooey Navigation\n        class GooeyNav {\n            constructor(container, options = {}) {\n                this.container = container;\n                this.nav = container.querySelector('nav ul');\n                this.filterEffect = container.querySelector('.effect.filter');\n                this.textEffect = container.querySelector('.effect.text');\n                this.items = Array.from(this.nav.querySelectorAll('li'));\n                \n                this.options = {\n                    animationTime: options.animationTime || 600,\n                    particleCount: options.particleCount || 15,\n                    particleDistances: options.particleDistances || [90, 10],\n                    particleR: options.particleR || 100,\n                    timeVariance: options.timeVariance || 300,\n                    colors: options.colors || [1, 2, 3, 1, 2, 3, 1, 4],\n                    initialActiveIndex: options.initialActiveIndex || 0\n                };\n                \n                this.activeIndex = this.options.initialActiveIndex;\n                this.init();\n            }\n            \n            init() {\n                this.items.forEach((item, index) => {\n                    item.addEventListener('click', (e) => this.handleClick(e, index));\n                });\n                \n                const activeItem = this.items[this.activeIndex];\n                if (activeItem) {\n                    this.updateEffectPosition(activeItem);\n                    this.textEffect.classList.add('active');\n                }\n                \n                window.addEventListener('resize', () => {\n                    const currentActive = this.items[this.activeIndex];\n                    if (currentActive) {\n                        this.updateEffectPosition(currentActive);\n                    }\n                });\n            }\n            \n            noise(n = 1) {\n                return n \/ 2 - Math.random() * n;\n            }\n            \n            getXY(distance, pointIndex, totalPoints) {\n                const angle = ((360 + this.noise(8)) \/ totalPoints) * pointIndex * (Math.PI \/ 180);\n                return [distance * Math.cos(angle), distance * Math.sin(angle)];\n            }\n            \n            createParticle(i, t, d, r) {\n                let rotate = this.noise(r \/ 10);\n                return {\n                    start: this.getXY(d[0], this.options.particleCount - i, this.options.particleCount),\n                    end: this.getXY(d[1] + this.noise(7), this.options.particleCount - i, this.options.particleCount),\n                    time: t,\n                    scale: 1 + this.noise(0.2),\n                    color: this.options.colors[Math.floor(Math.random() * this.options.colors.length)],\n                    rotate: rotate > 0 ? (rotate + r \/ 20) * 10 : (rotate - r \/ 20) * 10\n                };\n            }\n            \n            makeParticles(element) {\n                const d = this.options.particleDistances;\n                const r = this.options.particleR;\n                const bubbleTime = this.options.animationTime * 2 + this.options.timeVariance;\n                element.style.setProperty('--time', `${bubbleTime}ms`);\n                \n                for (let i = 0; i < this.options.particleCount; i++) {\n                    const t = this.options.animationTime * 2 + this.noise(this.options.timeVariance * 2);\n                    const p = this.createParticle(i, t, d, r);\n                    element.classList.remove('active');\n                    \n                    setTimeout(() => {\n                        const particle = document.createElement('span');\n                        const point = document.createElement('span');\n                        particle.classList.add('particle');\n                        particle.style.setProperty('--start-x', `${p.start[0]}px`);\n                        particle.style.setProperty('--start-y', `${p.start[1]}px`);\n                        particle.style.setProperty('--end-x', `${p.end[0]}px`);\n                        particle.style.setProperty('--end-y', `${p.end[1]}px`);\n                        particle.style.setProperty('--time', `${p.time}ms`);\n                        particle.style.setProperty('--scale', `${p.scale}`);\n                        particle.style.setProperty('--color', `var(--color-${p.color}, white)`);\n                        particle.style.setProperty('--rotate', `${p.rotate}deg`);\n                        \n                        point.classList.add('point');\n                        particle.appendChild(point);\n                        element.appendChild(particle);\n                        \n                        requestAnimationFrame(() => {\n                            element.classList.add('active');\n                        });\n                        \n                        setTimeout(() => {\n                            try {\n                                element.removeChild(particle);\n                            } catch {}\n                        }, t);\n                    }, 30);\n                }\n            }\n            \n            updateEffectPosition(element) {\n                const containerRect = this.container.getBoundingClientRect();\n                const pos = element.getBoundingClientRect();\n                \n                const styles = {\n                    left: `${pos.x - containerRect.x}px`,\n                    top: `${pos.y - containerRect.y}px`,\n                    width: `${pos.width}px`,\n                    height: `${pos.height}px`\n                };\n                \n                Object.assign(this.filterEffect.style, styles);\n                Object.assign(this.textEffect.style, styles);\n                this.textEffect.innerText = element.innerText;\n            }\n            \n            handleClick(e, index) {\n                const liEl = e.currentTarget;\n                const link = liEl.querySelector('a');\n                \n                if (this.activeIndex === index) {\n                    if (link) {\n                        window.location.href = link.getAttribute('href');\n                    }\n                    return;\n                }\n                \n                this.items[this.activeIndex].classList.remove('active');\n                this.items[index].classList.add('active');\n                this.activeIndex = index;\n                \n                this.updateEffectPosition(liEl);\n                \n                const particles = this.filterEffect.querySelectorAll('.particle');\n                particles.forEach(p => this.filterEffect.removeChild(p));\n                \n                this.textEffect.classList.remove('active');\n                void this.textEffect.offsetWidth;\n                this.textEffect.classList.add('active');\n                \n                this.makeParticles(this.filterEffect);\n                \n                setTimeout(() => {\n                    if (link) {\n                        window.location.href = link.getAttribute('href');\n                    }\n                }, 300);\n            }\n        }\n        \n        const gooeyNavContainer = document.getElementById('gooeyNav');\n        if (gooeyNavContainer) {\n            new GooeyNav(gooeyNavContainer, {\n                particleCount: 15,\n                particleDistances: [90, 10],\n                particleR: 100,\n                initialActiveIndex: 0,\n                animationTime: 600,\n                timeVariance: 300,\n                colors: [1, 2, 3, 1, 2, 3, 1, 4]\n            });\n        }\n\n        \/\/ Mobile menu\n        const menuBtn = document.getElementById('menuBtn');\n        const mobileMenu = document.getElementById('mobileMenu');\n        const menuOverlay = document.getElementById('menuOverlay');\n\n        menuBtn.onclick = function() {\n            menuBtn.classList.toggle('active');\n            mobileMenu.classList.toggle('active');\n            menuOverlay.classList.toggle('active');\n            document.body.style.overflow = mobileMenu.classList.contains('active') ? 'hidden' : '';\n        };\n\n        menuOverlay.onclick = function() {\n            menuBtn.classList.remove('active');\n            mobileMenu.classList.remove('active');\n            menuOverlay.classList.remove('active');\n            document.body.style.overflow = '';\n        };\n\n        \/\/ Scroll effect\n        window.addEventListener('scroll', () => {\n            const header = document.getElementById('header');\n            if (window.scrollY > 50) {\n                header.classList.add('scrolled');\n            } else {\n                header.classList.remove('scrolled');\n            }\n        });\n    <\/script>\n    <\/section>\n    \n    <section id=\"page2\">\n            <section class=\"about-hero\">\n        <h1>Redefining <span class=\"gradient-text\">Entertainment<\/span><\/h1>\n        <p>We&#8217;re on a mission to make premium streaming accessible to everyone, everywhere. Join over 500,000 satisfied customers experiencing the future of television.<\/p>\n    <\/section>\n\n    <section class=\"stats-section\">\n        <div class=\"stat-box\">\n            <div class=\"stat-number\">500K+<\/div>\n            <div class=\"stat-label\">Happy Customers<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n            <div class=\"stat-number\">30K+<\/div>\n            <div class=\"stat-label\">Live Channels<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n            <div class=\"stat-number\">99.9%<\/div>\n            <div class=\"stat-label\">Uptime<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n            <div class=\"stat-number\">24\/7<\/div>\n            <div class=\"stat-label\">Support<\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"story-section\">\n        <div class=\"story-content\">\n            <div class=\"story-text\">\n                <h2>Our <span class=\"gradient-text\">Story<\/span><\/h2>\n                <p>Founded in 2018, StreamEZ was born from a simple frustration: traditional cable TV was too expensive, too limited, and too complicated.<\/p>\n                <p>We believed everyone deserved access to quality entertainment without breaking the bank. So we built a platform that combines cutting-edge technology with an extensive content library, all at a price that makes sense.<\/p>\n            <\/div>\n            <div class=\"story-image\">\n                <svg viewBox=\"0 0 200 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <defs>\n                        <linearGradient id=\"tvGrad\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\">\n                            <stop offset=\"0%\" style=\"stop-color:#00a8ff\"\/>\n                            <stop offset=\"100%\" style=\"stop-color:#00e0ff\"\/>\n                        <\/linearGradient>\n                    <\/defs>\n                    <rect x=\"30\" y=\"40\" width=\"140\" height=\"100\" rx=\"10\" fill=\"url(#tvGrad)\" opacity=\"0.3\"\/>\n                    <rect x=\"40\" y=\"50\" width=\"120\" height=\"80\" rx=\"8\" fill=\"#0066ff\"\/>\n                    <circle cx=\"100\" cy=\"90\" r=\"25\" fill=\"url(#tvGrad)\" opacity=\"0.5\"\/>\n                    <polygon points=\"90,80 90,100 110,90\" fill=\"#fff\"\/>\n                    <rect x=\"70\" y=\"140\" width=\"60\" height=\"10\" rx=\"5\" fill=\"url(#tvGrad)\"\/>\n                <\/svg>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"values-section\">\n        <div class=\"values-header\">\n            <h2>Our <span class=\"gradient-text\">Values<\/span><\/h2>\n        <\/div>\n        <div class=\"values-grid\">\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 6v6l4 2\"\/><\/svg>\n                <\/div>\n                <h3>Quality First<\/h3>\n                <p>We never compromise on streaming quality. Every channel, every movie, every series is delivered in the best possible resolution with zero buffering.<\/p>\n            <\/div>\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>\n                <\/div>\n                <h3>Fair Pricing<\/h3>\n                <p>Premium entertainment shouldn&#8217;t cost a fortune. We offer unbeatable value with transparent pricing and no hidden fees.<\/p>\n            <\/div>\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\/><circle cx=\"12\" cy=\"7\" r=\"4\"\/><\/svg>\n                <\/div>\n                <h3>Customer Focus<\/h3>\n                <p>Your satisfaction is our priority. Our 24\/7 support team is always ready to help, ensuring you have the best experience possible.<\/p>\n            <\/div>\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5M2 12l10 5 10-5\"\/><\/svg>\n                <\/div>\n                <h3>Innovation<\/h3>\n                <p>We continuously improve our platform with the latest technology, bringing you new features and better performance.<\/p>\n            <\/div>\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><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\"\/><\/svg>\n                <\/div>\n                <h3>Global Access<\/h3>\n                <p>Entertainment has no borders. We provide content from around the world, making it easy to stay connected to your culture.<\/p>\n            <\/div>\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewBox=\"0 0 24 24\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n                <\/div>\n                <h3>Reliability<\/h3>\n                <p>99.9% uptime guarantee. When you want to watch, we&#8217;re there. No excuses, no downtime, just seamless streaming.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"team-section\">\n        <div class=\"team-header\">\n            <h2>Meet Our <span class=\"gradient-text\">Team<\/span><\/h2>\n        <\/div>\n\n        <div class=\"ceo-card\">\n            <div class=\"profile-card\">\n                <div class=\"profile-card-inner\"><\/div>\n                <div class=\"profile-card-avatar\">\n                    <img decoding=\"async\" src=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/10\/Adam-Collins-\u2013-Founder-CEO.webp\" alt=\"Adam Collins\">\n                    <div class=\"profile-card-blur\"><\/div>\n                <\/div>\n                <div class=\"profile-card-content\">\n                    <h3>Adam Collins<\/h3>\n                    <p>Founder &#038; CEO<\/p>\n                <\/div>\n                <div class=\"profile-card-info\">\n                    <div class=\"profile-card-user\">\n                        <div class=\"profile-card-mini-avatar\">\n                            <img decoding=\"async\" src=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/10\/Adam-Collins-\u2013-Founder-CEO.webp\" alt=\"Adam Collins\">\n                        <\/div>\n                        <div class=\"profile-card-text\">\n                            <div class=\"profile-card-handle\">@adamcollins<\/div>\n                            <div class=\"profile-card-status\">Leading Innovation<\/div>\n                        <\/div>\n                    <\/div>\n                    <button class=\"profile-card-btn\">Contact<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"team-grid\">\n            <div class=\"profile-card\">\n                <div class=\"profile-card-inner\"><\/div>\n                <div class=\"profile-card-avatar\">\n                    <img decoding=\"async\" src=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/Sofia-Reyes-\u2013-Marketing-Manager.webp\" alt=\"Sofia Reyes\">\n                    <div class=\"profile-card-blur\"><\/div>\n                <\/div>\n                <div class=\"profile-card-content\">\n                    <h3>Sofia Reyes<\/h3>\n                    <p>Marketing Manager<\/p>\n                <\/div>\n                <div class=\"profile-card-info\">\n                    <div class=\"profile-card-user\">\n                        <div class=\"profile-card-mini-avatar\">\n                            <img decoding=\"async\" src=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/Sofia-Reyes-\u2013-Marketing-Manager.webp\" alt=\"Sofia Reyes\">\n                        <\/div>\n                        <div class=\"profile-card-text\">\n                            <div class=\"profile-card-handle\">@sofiareyes<\/div>\n                            <div class=\"profile-card-status\">Growing Our Brand<\/div>\n                        <\/div>\n                    <\/div>\n                    <button class=\"profile-card-btn\">Contact<\/button>\n                <\/div>\n            <\/div>\n\n            <div class=\"profile-card\">\n                <div class=\"profile-card-inner\"><\/div>\n                <div class=\"profile-card-avatar\">\n                    <img decoding=\"async\" src=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/Liam-Novak-\u2013-Technical-Product-Lead.webp\" alt=\"Liam Novak\">\n                    <div class=\"profile-card-blur\"><\/div>\n                <\/div>\n                <div class=\"profile-card-content\">\n                    <h3>Liam Novak<\/h3>\n                    <p>Technical &#038; Product Lead<\/p>\n                <\/div>\n                <div class=\"profile-card-info\">\n                    <div class=\"profile-card-user\">\n                        <div class=\"profile-card-mini-avatar\">\n                            <img decoding=\"async\" src=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/Liam-Novak-\u2013-Technical-Product-Lead.webp\" alt=\"Liam Novak\">\n                        <\/div>\n                        <div class=\"profile-card-text\">\n                            <div class=\"profile-card-handle\">@liamnovak<\/div>\n                            <div class=\"profile-card-status\">Building Solutions<\/div>\n                        <\/div>\n                    <\/div>\n                    <button class=\"profile-card-btn\">Contact<\/button>\n                <\/div>\n            <\/div>\n\n            <div class=\"profile-card\">\n                <div class=\"profile-card-inner\"><\/div>\n                <div class=\"profile-card-avatar\">\n                    <img decoding=\"async\" src=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/Emma-Blake-\u2013-Customer-Support-Specialist.webp\" alt=\"Emma Blake\">\n                    <div class=\"profile-card-blur\"><\/div>\n                <\/div>\n                <div class=\"profile-card-content\">\n                    <h3>Emma Blake<\/h3>\n                    <p>Customer Support Specialist<\/p>\n                <\/div>\n                <div class=\"profile-card-info\">\n                    <div class=\"profile-card-user\">\n                        <div class=\"profile-card-mini-avatar\">\n                            <img decoding=\"async\" src=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/Emma-Blake-\u2013-Customer-Support-Specialist.webp\" alt=\"Emma Blake\">\n                        <\/div>\n                        <div class=\"profile-card-text\">\n                            <div class=\"profile-card-handle\">@emmablake<\/div>\n                            <div class=\"profile-card-status\">Always Here to Help<\/div>\n                        <\/div>\n                    <\/div>\n                   <a href=\"https:\/\/buyiptv-subscribe.com\/en\/contact\/\" class=\"profile-card-btn\">Connect<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-section\">\n        <h2>Ready to Join Us?<\/h2>\n        <p>Experience the difference with StreamEZ. Start your free trial today and see why half a million customers trust us for their entertainment.<\/p>\n        <a href=\"https:\/\/wa.me\/212688196707?text=Hi!%20I%27d%20like%20to%20start%20my%20free%20trial%20with%20Easy%20IPTV\" class=\"cta-button\">\n            <span>Start Free Trial<\/span>\n            <span>\u2192<\/span>\n        <\/a>\n    <\/section>\n\n    <script>\n        \/\/ Profile card hover effects\n        document.querySelectorAll('.profile-card').forEach(card => {\n            card.addEventListener('mousemove', (e) => {\n                const rect = card.getBoundingClientRect();\n                const x = e.clientX - rect.left;\n                const y = e.clientY - rect.top;\n                const centerX = rect.width \/ 2;\n                const centerY = rect.height \/ 2;\n                const rotateX = ((y - centerY) \/ centerY) * 10;\n                const rotateY = ((x - centerX) \/ centerX) * 10;\n                card.style.transform = `rotateX(${-rotateX}deg) rotateY(${rotateY}deg) scale(1.02)`;\n            });\n\n            card.addEventListener('mouseleave', () => {\n                card.style.transform = 'rotateX(0deg) rotateY(0deg) scale(1)';\n            });\n        });\n    <\/script>\n    <\/section>\n    \n    <section id=\"page3\">\n           <footer>\n        <div class=\"footer-content\">\n            <div class=\"footer-grid\">\n                <div class=\"footer-brand\">\n                    <div class=\"logo\">\n                        <div class=\"logo-icon\"><\/div>\n                        <div class=\"logo-text\">\n                            <span class=\"logo-main\">StreamEZ<\/span>\n                            <span class=\"logo-tagline\">PREMIUM IPTV<\/span>\n                        <\/div>\n                    <\/div>\n                    <p class=\"footer-description\">\n                        Stream 30,000+ live channels and 105,000+ movies &#038; series in stunning 4K quality. Your ultimate entertainment destination on any device, anytime, anywhere.\n                    <\/p>\n                    <div class=\"social-links\">\n                        <a href=\"https:\/\/x.com\/iptv_kaufen\" class=\"social-link\" aria-label=\"X (Twitter)\" target=\"_blank\">\n                            <svg width=\"18\" height=\"18\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z\"\/><\/svg>\n                        <\/a>\n                        <a href=\"https:\/\/www.pinterest.com\/KoopIPTV\/\" class=\"social-link\" aria-label=\"Pinterest\" target=\"_blank\">\n                            <svg width=\"18\" height=\"18\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z\"\/><\/svg>\n                        <\/a>\n                        <a href=\"https:\/\/web.whatsapp.com\/send?phone=212688196707\" class=\"social-link\" aria-label=\"WhatsApp\" target=\"_blank\">\n                            <svg width=\"18\" height=\"18\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/><\/svg>\n                        <\/a>\n                        <a href=\"https:\/\/t.me\/IPTVSubscription\" class=\"social-link\" aria-label=\"Telegram\" target=\"_blank\">\n                            <svg width=\"18\" height=\"18\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z\"\/><\/svg>\n                        <\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"footer-column\">\n                    <h3>Quick Links<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/\">Home<\/a><\/li>\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/about\/\">About Us<\/a><\/li>\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/faq\/\">FAQ<\/a><\/li>\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/contact\/\">Contact Us<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"footer-column\">\n                    <h3>Services<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/pricing\/\">Pricing<\/a><\/li>\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/Channels-list\/\">Channels List<\/a><\/li>\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/iptv-guide\/\">IPTV Guide<\/a><\/li>\n                        <li><a href=\"https:\/\/web.whatsapp.com\/send?phone=212688196707\" target=\"_blank\">Free Trial<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"footer-column\">\n                    <h3>Partnership<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/reseller-program\/\">Reseller Program<\/a><\/li>\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/affiliate-program\/\">Affiliate Program<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"footer-column\">\n                    <h3>Legal<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/terms-of-service\/\">Terms of Service<\/a><\/li>\n                        <li><a href=\"https:\/\/buyiptv-subscribe.com\/en\/privacy-policy\/\">Privacy Policy<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"newsletter-section\">\n                    <h3>Subscribe<\/h3>\n                    <p>Get updates and exclusive offers delivered to your inbox!<\/p>\n                    <a href=\"https:\/\/buyiptv-subscribe.com\/en\/pricing\/\" class=\"newsletter-button\" style=\"display: block; text-align: center; text-decoration: none; padding: 0.9rem; border-radius: 10px; background: linear-gradient(135deg, #0066ff, #c0c0c0); color: #fff; font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;\">Subscribe<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"footer-bottom\">\n            <p class=\"copyright\">\u00a9 2025 StreamEZ. All rights reserved.<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Smooth scroll for footer links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n\n        \/\/ Track mouse position for interactive effects\n        const footerBrand = document.querySelector('.footer-brand');\n        if (footerBrand) {\n            footerBrand.addEventListener('mousemove', (e) => {\n                const rect = footerBrand.getBoundingClientRect();\n                const x = ((e.clientX - rect.left) \/ rect.width) * 100;\n                const y = ((e.clientY - rect.top) \/ rect.height) * 100;\n                footerBrand.style.setProperty('--x', `${x}%`);\n                footerBrand.style.setProperty('--y', `${y}%`);\n            });\n        }\n\n        \/\/ Add stagger animation on scroll\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.animationPlayState = 'running';\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.footer-column').forEach(column => {\n            column.style.animationPlayState = 'paused';\n            observer.observe(column);\n        });\n    <\/script>\n    <\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; StreamEZ StreamEZ PREMIUM IPTV Home Pricing FAQ Guide Channels Support \ud83c\udf81 Free Trial Subscribe Now StreamEZ PREMIUM IPTV Home Pricing FAQ Guide Channels Support Redefining Entertainment We&#8217;re on a mission to make premium streaming accessible to everyone, everywhere. Join over 500,000 satisfied customers experiencing the future of television. 500K+ Happy Customers 30K+ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":402,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-32","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>About StreamEZ | Reliable IPTV Provider With Fast Activation<\/title>\n<meta name=\"description\" content=\"Learn who runs StreamEZ and how we deliver stable IPTV service worldwide. Trusted provider with premium channels and fast support.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/buyiptv-subscribe.com\/en\/about\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About\" \/>\n<meta property=\"og:description\" content=\"Learn who runs StreamEZ and how we deliver stable IPTV service worldwide. Trusted provider with premium channels and fast support.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/buyiptv-subscribe.com\/en\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"StreamEZ\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T18:14:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/streamez-about-us-trusted-iptv-provider.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/about\\\/\",\"url\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/about\\\/\",\"name\":\"About StreamEZ | Reliable IPTV Provider With Fast Activation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/about\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/about\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/streamez-about-us-trusted-iptv-provider.webp\",\"datePublished\":\"2025-10-26T15:31:22+00:00\",\"dateModified\":\"2025-11-25T18:14:53+00:00\",\"description\":\"Learn who runs StreamEZ and how we deliver stable IPTV service worldwide. Trusted provider with premium channels and fast support.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/about\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/about\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/about\\\/#primaryimage\",\"url\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/streamez-about-us-trusted-iptv-provider.webp\",\"contentUrl\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/streamez-about-us-trusted-iptv-provider.webp\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/about\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/\",\"name\":\"StreamEZ\",\"description\":\"StreamEZ Website\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/buyiptv-subscribe.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"About StreamEZ | Reliable IPTV Provider With Fast Activation","description":"Learn who runs StreamEZ and how we deliver stable IPTV service worldwide. Trusted provider with premium channels and fast support.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/buyiptv-subscribe.com\/en\/about\/","og_locale":"en_US","og_type":"article","og_title":"About","og_description":"Learn who runs StreamEZ and how we deliver stable IPTV service worldwide. Trusted provider with premium channels and fast support.","og_url":"https:\/\/buyiptv-subscribe.com\/en\/about\/","og_site_name":"StreamEZ","article_modified_time":"2025-11-25T18:14:53+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/streamez-about-us-trusted-iptv-provider.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/buyiptv-subscribe.com\/en\/about\/","url":"https:\/\/buyiptv-subscribe.com\/en\/about\/","name":"About StreamEZ | Reliable IPTV Provider With Fast Activation","isPartOf":{"@id":"https:\/\/buyiptv-subscribe.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/buyiptv-subscribe.com\/en\/about\/#primaryimage"},"image":{"@id":"https:\/\/buyiptv-subscribe.com\/en\/about\/#primaryimage"},"thumbnailUrl":"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/streamez-about-us-trusted-iptv-provider.webp","datePublished":"2025-10-26T15:31:22+00:00","dateModified":"2025-11-25T18:14:53+00:00","description":"Learn who runs StreamEZ and how we deliver stable IPTV service worldwide. Trusted provider with premium channels and fast support.","breadcrumb":{"@id":"https:\/\/buyiptv-subscribe.com\/en\/about\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/buyiptv-subscribe.com\/en\/about\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/buyiptv-subscribe.com\/en\/about\/#primaryimage","url":"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/streamez-about-us-trusted-iptv-provider.webp","contentUrl":"https:\/\/buyiptv-subscribe.com\/en\/wp-content\/uploads\/2025\/11\/streamez-about-us-trusted-iptv-provider.webp","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/buyiptv-subscribe.com\/en\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/buyiptv-subscribe.com\/en\/"},{"@type":"ListItem","position":2,"name":"About"}]},{"@type":"WebSite","@id":"https:\/\/buyiptv-subscribe.com\/en\/#website","url":"https:\/\/buyiptv-subscribe.com\/en\/","name":"StreamEZ","description":"StreamEZ Website","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/buyiptv-subscribe.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/buyiptv-subscribe.com\/en\/wp-json\/wp\/v2\/pages\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buyiptv-subscribe.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/buyiptv-subscribe.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/buyiptv-subscribe.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/buyiptv-subscribe.com\/en\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":0,"href":"https:\/\/buyiptv-subscribe.com\/en\/wp-json\/wp\/v2\/pages\/32\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/buyiptv-subscribe.com\/en\/wp-json\/wp\/v2\/media\/402"}],"wp:attachment":[{"href":"https:\/\/buyiptv-subscribe.com\/en\/wp-json\/wp\/v2\/media?parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}