{"id":100,"date":"2026-04-27T03:14:48","date_gmt":"2026-04-27T03:14:48","guid":{"rendered":"https:\/\/globalintune.com\/?page_id=100"},"modified":"2026-04-27T05:28:54","modified_gmt":"2026-04-27T05:28:54","slug":"100-2","status":"publish","type":"page","link":"https:\/\/globalintune.com\/","title":{"rendered":"New Tech App"},"content":{"rendered":"\n<p><\/p>\n\n\n\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>Global Intune | The New Standard for IT Operations<\/title>\n    \n    <style>\n        \/* 1. LOAD YOUR CUSTOM FONTS *\/\n        \n        \/* Saans Mono - Regular *\/\n        @font-face {\n            font-family: 'Saans Mono';\n            src: url('https:\/\/globalintune.com\/wp-content\/uploads\/2026\/04\/97a0c5ec2b88ceed-s.p.otf') format('opentype');\n            font-weight: 400;\n            font-style: normal;\n        }\n\n        \/* Saans Mono - Medium *\/\n        @font-face {\n            font-family: 'Saans Mono';\n            src: url('https:\/\/globalintune.com\/wp-content\/uploads\/2026\/04\/1ea0f6a5584ea0e2-s.p.otf') format('opentype');\n            font-weight: 500;\n            font-style: normal;\n        }\n\n        \/* Druk Text Wide - Medium *\/\n        @font-face {\n            font-family: 'Druk Text Wide';\n            src: url('https:\/\/globalintune.com\/wp-content\/uploads\/2026\/04\/b580653d657c1ef4-s.p.ttf') format('truetype'),\n                 url('https:\/\/globalintune.com\/wp-content\/uploads\/2026\/04\/d16a31e96667892d-s.p.ttf') format('truetype'),\n                 url('https:\/\/globalintune.com\/wp-content\/uploads\/2026\/04\/f76e494647633bde-s.p.ttf') format('truetype');\n            font-weight: 500;\n            font-style: normal;\n        }\n\n        \/* 2. CORE VARIABLES *\/\n        :root {\n            --bg-color: #030303;\n            --surface-color: #0f0f11;\n            --surface-hover: #1a1a1c;\n            --border-color: #222225;\n            --text-primary: #ffffff;\n            --text-secondary: #888890;\n            --accent-color: #ffffff;\n            \n            \/* Font Assignments *\/\n            --font-main: 'Saans Mono', monospace;\n            --font-heading: 'Druk Text Wide', sans-serif;\n            \n            --spacing-section: 8rem;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background-color: var(--bg-color);\n            color: var(--text-primary);\n            \/* Added !important to force Saans Mono everywhere *\/\n            font-family: var(--font-main) !important;\n            line-height: 1.6;\n            -webkit-font-smoothing: antialiased;\n            overflow-x: hidden;\n        }\n\n        \/* Abstract Tech Background Elements *\/\n        .bg-grid {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-size: 50px 50px;\n            background-image: \n                linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),\n                linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);\n            z-index: -2;\n            mask-image: linear-gradient(to bottom, black 20%, transparent 80%);\n            -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 80%);\n        }\n\n        .bg-glow {\n            position: absolute;\n            top: -20%;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80vw;\n            height: 80vh;\n            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 60%);\n            z-index: -1;\n            pointer-events: none;\n        }\n\n        \/* Hero Video Background - STRETCH FIX APPLIED *\/\n        .hero-video {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            min-width: 100vw;\n            min-height: 100vh;\n            width: auto;\n            height: auto;\n            transform: translate(-50%, -50%);\n            object-fit: cover !important;\n            z-index: -3; \n            opacity: 0.4; \n            pointer-events: none; \n        }\n\n        \/* Typography - ADDED !important TO BEAT WORDPRESS THEME *\/\n        h1, h2, h3, h4, .logo {\n            font-family: var(--font-heading) !important;\n            font-weight: 500 !important;\n            letter-spacing: 0em;\n            line-height: 1.1;\n        }\n\n        .kicker {\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            color: var(--text-secondary);\n            margin-bottom: 1.5rem;\n            display: block;\n            font-family: var(--font-main) !important;\n        }\n\n        .container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }\n\n        section {\n            padding: var(--spacing-section) 0;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        \/* Navigation *\/\n        nav {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            background: rgba(3, 3, 3, 0.8);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border-bottom: 1px solid var(--border-color);\n            z-index: 100;\n            transition: all 0.3s ease;\n        }\n\n        .nav-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            width: 100%;\n            height: 80px;\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }\n\n        .logo {\n            font-size: 1.25rem;\n            text-decoration: none;\n            color: var(--text-primary);\n            white-space: nowrap;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 1.5rem;\n            align-items: center;\n            margin-left: auto;\n        }\n\n        .nav-links a {\n            text-decoration: none;\n            color: var(--text-secondary);\n            font-size: 0.875rem;\n            font-weight: 500;\n            transition: color 0.2s ease;\n        }\n\n        .nav-links a:hover {\n            color: var(--text-primary);\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 0.75rem 1.5rem;\n            background: var(--text-primary);\n            color: var(--bg-color);\n            text-decoration: none;\n            font-size: 0.875rem;\n            font-weight: 500;\n            transition: all 0.3s ease;\n            border: 1px solid var(--text-primary);\n            white-space: nowrap;\n        }\n\n        .btn:hover {\n            background: transparent;\n            color: var(--text-primary);\n        }\n\n        .btn-outline {\n            background: transparent;\n            color: var(--text-primary);\n        }\n\n        .btn-outline:hover {\n            background: var(--text-primary);\n            color: var(--bg-color);\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            position: relative;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            padding-top: 80px;\n            border-bottom: 1px solid var(--border-color);\n            overflow: hidden;\n        }\n\n        .hero h1 {\n            font-size: clamp(3rem, 6vw, 6rem);\n            margin-bottom: 1.5rem;\n            max-width: 900px;\n        }\n\n        .hero p {\n            font-size: 1.25rem;\n            color: var(--text-secondary);\n            max-width: 600px;\n            margin-bottom: 3rem;\n        }\n\n        \/* Problem Section *\/\n        .problem-section {\n            text-align: center;\n        }\n\n        .problem-section h2 {\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            max-width: 900px;\n            margin: 0 auto;\n            color: var(--text-secondary);\n        }\n\n        .problem-section h2 span {\n            color: var(--text-primary);\n        }\n\n        \/* New Model Section *\/\n        .grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n\n        .abstract-visual {\n            width: 100%;\n            height: 500px;\n            background: var(--surface-color);\n            border: 1px solid var(--border-color);\n            position: relative;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .abstract-visual::before {\n            content: '';\n            position: absolute;\n            width: 200%;\n            height: 1px;\n            background: var(--border-color);\n            transform: rotate(45deg);\n        }\n        \n        .abstract-visual::after {\n            content: '';\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 70%);\n        }\n\n        \/* Capabilities & Services *\/\n        .grid-4 {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 4rem;\n        }\n\n        .capability-block {\n            border-top: 1px solid var(--border-color);\n            padding-top: 1.5rem;\n        }\n\n        .capability-block h3 {\n            font-size: 1.25rem;\n            margin-bottom: 1rem;\n        }\n\n        .capability-block p {\n            color: var(--text-secondary);\n            font-size: 0.95rem;\n        }\n\n        .service-card {\n            background: var(--surface-color);\n            border: 1px solid var(--border-color);\n            padding: 2.5rem;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .service-card:hover {\n            border-color: #444;\n            transform: translateY(-5px);\n            background: var(--surface-hover);\n        }\n\n        .service-card .visual-placeholder {\n            height: 120px;\n            background: linear-gradient(135deg, #111, #1a1a1c);\n            margin-bottom: 2rem;\n            border: 1px solid var(--border-color);\n        }\n\n        \/* Trust Section *\/\n        .trust-section {\n            background: var(--surface-color);\n            text-align: center;\n            padding: 4rem 0;\n        }\n\n        .trust-logos {\n            display: flex;\n            justify-content: center;\n            gap: 4rem;\n            margin-top: 3rem;\n            flex-wrap: wrap;\n            opacity: 0.5;\n        }\n\n        .trust-logos span {\n            font-family: var(--font-heading) !important;\n            font-size: 1.25rem;\n        }\n\n        \/* Mission Section *\/\n        .mission-section {\n            text-align: center;\n            padding: 12rem 0;\n            background: radial-gradient(circle at center, #111111 0%, var(--bg-color) 70%);\n        }\n\n        .mission-section h2 {\n            font-size: clamp(2.5rem, 5vw, 4.5rem);\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        \/* Resources Section *\/\n        .resource-card {\n            display: block;\n            text-decoration: none;\n            color: inherit;\n            border-bottom: 1px solid var(--border-color);\n            padding: 2rem 0;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: padding-left 0.3s ease;\n        }\n\n        .resource-card:hover {\n            padding-left: 1rem;\n            border-bottom-color: var(--text-primary);\n        }\n\n        .resource-meta {\n            color: var(--text-secondary);\n            font-size: 0.875rem;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Footer *\/\n        footer {\n            padding: 6rem 0 3rem;\n            background: var(--bg-color);\n        }\n\n        .footer-grid {\n            display: grid;\n            grid-template-columns: 2fr 1fr 1fr 1fr;\n            gap: 4rem;\n            margin-bottom: 6rem;\n        }\n\n        .footer-col h4 {\n            margin-bottom: 1.5rem;\n            font-size: 1rem;\n        }\n\n        .footer-col ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .footer-col ul li {\n            margin-bottom: 0.75rem;\n        }\n\n        .footer-col ul a {\n            color: var(--text-secondary);\n            text-decoration: none;\n            transition: color 0.2s ease;\n        }\n\n        .footer-col ul a:hover {\n            color: var(--text-primary);\n        }\n\n        .footer-bottom {\n            border-top: 1px solid var(--border-color);\n            padding-top: 2rem;\n            display: flex;\n            justify-content: space-between;\n            color: var(--text-secondary);\n            font-size: 0.875rem;\n        }\n\n        \/* Animation Classes *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n\n        .fade-in.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 900px) {\n            .grid-2 { grid-template-columns: 1fr; gap: 2rem; }\n            .footer-grid { grid-template-columns: 1fr 1fr; }\n            .nav-links { display: none; } \n        }\n        @media (max-width: 600px) {\n            .footer-grid { grid-template-columns: 1fr; }\n            :root { --spacing-section: 5rem; }\n            .resource-card { flex-direction: column; align-items: flex-start; gap: 1rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <nav>\n        <div class=\"nav-container\">\n            <a href=\"#\" class=\"logo\">GLOBAL INTUNE<\/a>\n            <div class=\"nav-links\">\n                <a href=\"#services\">Services<\/a>\n                <a href=\"#solutions\">Solutions<\/a>\n                <a href=\"#mission\">Mission<\/a>\n                <a href=\"#resources\">Resources<\/a>\n                <a href=\"#contact\" class=\"btn\">Talk to Us<\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <section class=\"hero\">\n        \n        <video class=\"hero-video\" autoplay loop muted playsinline>\n            <source src=\"https:\/\/globalintune.com\/wp-content\/uploads\/2026\/04\/video.mp4\" type=\"video\/mp4\">\n        <\/video>\n\n        <div class=\"bg-grid\"><\/div>\n        <div class=\"bg-glow\"><\/div>\n        <div class=\"container fade-in\">\n            <span class=\"kicker\">Systems Architecture &#038; Managed Services<\/span>\n            <h1>Global Intune<\/h1>\n            <p>Global Intune delivers managed IT, cybersecurity, cloud, and infrastructure solutions that help modern organizations scale securely and operate without interruption.<\/p>\n            <div style=\"display: flex; gap: 1rem;\">\n                <a href=\"#services\" class=\"btn\">Explore Capabilities<\/a>\n                <a href=\"#contact\" class=\"btn btn-outline\">Contact Sales<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"problem-section\">\n        <div class=\"container fade-in\">\n            <h2>At Global Intune, we specialize in Intune training and deployment, as well as developing applications, including mobile apps for InTune and Android. <br><span>We assist with publishing and delivering your applications across various platforms and create custom solutions tailored to your organizational and business needs. .<\/span><\/h2>\n        <\/div>\n    <\/section>\n\n    <section id=\"solutions\">\n        <div class=\"container grid-2 fade-in\">\n            <div>\n                <span class=\"kicker\">Operational Paradigm<\/span>\n                <h2>A New Model for Managed IT.<\/h2>\n                <p style=\"color: var(--text-secondary); font-size: 1.1rem; margin: 1.5rem 0 2.5rem;\">\n                    We replace chaotic, reactive break-fix management with proactive, security-first architecture. Our automated systems, constant monitoring, and strategic guidance forge a long-term partnership built on absolute reliability.\n                <\/p>\n                <a href=\"#\" class=\"btn btn-outline\">Learn About Our Process<\/a>\n            <\/div>\n            <div class=\"abstract-visual\">\n                <div style=\"width: 60%; height: 60%; border: 1px solid var(--border-color); position: absolute; transform: rotate(15deg);\"><\/div>\n                <div style=\"width: 40%; height: 40%; border: 1px solid #444; position: absolute; transform: rotate(-10deg);\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"container grid-4 fade-in\">\n            <div class=\"capability-block\">\n                <h3>Security<\/h3>\n                <p>Advanced threat protection, zero-trust identity controls, active monitoring, and rapid incident response.<\/p>\n            <\/div>\n            <div class=\"capability-block\">\n                <h3>Cloud<\/h3>\n                <p>Microsoft 365 integration, Azure ecosystems, secure backups, migrations, and architecture modernization.<\/p>\n            <\/div>\n            <div class=\"capability-block\">\n                <h3>Infrastructure<\/h3>\n                <p>Resilient networks, servers, endpoints, wireless deployments, and comprehensive business continuity.<\/p>\n            <\/div>\n            <div class=\"capability-block\">\n                <h3>Support<\/h3>\n                <p>Responsive US-based help desk, onsite technical operations, vendor coordination, and strategic IT planning.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"services\" style=\"background: #080808;\">\n        <div class=\"container fade-in\">\n            <span class=\"kicker\">Core Deliverables<\/span>\n            <h2 style=\"font-size: 3rem; margin-bottom: 3rem;\">What We Deliver.<\/h2>\n            \n            <div class=\"grid-4\">\n                <div class=\"service-card\">\n                    <div class=\"visual-placeholder\"><\/div>\n                    <h3>Managed IT Services<\/h3>\n                    <p style=\"color: var(--text-secondary); margin-top: 1rem; font-size: 0.95rem;\">\n                        Empower your workforce with frictionless technology. We handle device management, patching, and end-user support so your team can focus on execution.\n                    <\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"visual-placeholder\"><\/div>\n                    <h3>Cybersecurity<\/h3>\n                    <p style=\"color: var(--text-secondary); margin-top: 1rem; font-size: 0.95rem;\">\n                        Protect your critical assets from evolving threats. We deploy military-grade endpoint protection, perimeter defense, and continuous vulnerability scanning.\n                    <\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"visual-placeholder\"><\/div>\n                    <h3>Cloud &#038; Microsoft 365<\/h3>\n                    <p style=\"color: var(--text-secondary); margin-top: 1rem; font-size: 0.95rem;\">\n                        Transition to a boundaryless enterprise. We architect and secure your cloud infrastructure for maximum uptime, collaboration, and data sovereignty.\n                    <\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"visual-placeholder\"><\/div>\n                    <h3>Network &#038; Infrastructure<\/h3>\n                    <p style=\"color: var(--text-secondary); margin-top: 1rem; font-size: 0.95rem;\">\n                        Build upon unshakeable grounds. From fiber routing to switch configuration, we design high-availability networks that eliminate operational bottlenecks.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"trust-section\">\n        <div class=\"container fade-in\">\n            <span class=\"kicker\">Built for Compliance &#038; Scale<\/span>\n            <h3>Trusted by modern enterprises in high-stakes industries.<\/h3>\n            <div class=\"trust-logos\">\n                <span>HEALTHCARE<\/span>\n                <span>DEFENSE CONTRACTING<\/span>\n                <span>FINANCE<\/span>\n                <span>LEGAL<\/span>\n                <span>MANUFACTURING<\/span>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"mission\" class=\"mission-section\">\n        <div class=\"container fade-in\">\n            <span class=\"kicker\">Our Purpose<\/span>\n            <h2>Enabling the future of business through secure, dependable technology.<\/h2>\n        <\/div>\n    <\/section>\n\n    <section id=\"resources\">\n        <div class=\"container fade-in\">\n            <span class=\"kicker\">Insights &#038; Briefings<\/span>\n            <h2 style=\"margin-bottom: 3rem; font-size: 2.5rem;\">Latest Resources.<\/h2>\n            \n            <div style=\"border-top: 1px solid var(--border-color);\">\n                <a href=\"#\" class=\"resource-card\">\n                    <div>\n                        <div class=\"resource-meta\">Report \u2022 Cybersecurity<\/div>\n                        <h3>Q3 Threat Landscape &#038; Zero-Trust Architecture<\/h3>\n                    <\/div>\n                    <span style=\"color: var(--text-secondary);\">Read Briefing &rarr;<\/span>\n                <\/a>\n                <a href=\"#\" class=\"resource-card\">\n                    <div>\n                        <div class=\"resource-meta\">Case Study \u2022 Infrastructure<\/div>\n                        <h3>Modernizing Legacy Networks for a 500-User Enterprise<\/h3>\n                    <\/div>\n                    <span style=\"color: var(--text-secondary);\">Read Case Study &rarr;<\/span>\n                <\/a>\n                <a href=\"#\" class=\"resource-card\">\n                    <div>\n                        <div class=\"resource-meta\">Update \u2022 Cloud Operations<\/div>\n                        <h3>Optimizing Microsoft Azure for Cost and Resilience<\/h3>\n                    <\/div>\n                    <span style=\"color: var(--text-secondary);\">Read Update &rarr;<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"contact\" style=\"border-bottom: none;\">\n        <div class=\"container grid-2 fade-in\" style=\"align-items: flex-start;\">\n            <div>\n                <h2 style=\"font-size: 3.5rem; margin-bottom: 1rem;\">Secure Your Operations.<\/h2>\n                <p style=\"color: var(--text-secondary); font-size: 1.1rem; max-width: 400px;\">\n                    Partner with Global Intune to build a resilient, scalable, and secure IT foundation. Contact our engineering team today.\n                <\/p>\n                \n                <div style=\"margin-top: 4rem;\">\n                    <div style=\"margin-bottom: 2rem;\">\n                        <h4 style=\"color: var(--text-secondary); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 0.5rem; font-family: var(--font-main);\">Headquarters<\/h4>\n                        <address style=\"font-style: normal; color: var(--text-primary); line-height: 1.6; font-size: 1.1rem;\">\n                            3912 Madrid Ave<br>\n                            Bakersfield CA 93309\n                        <\/address>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: var(--text-secondary); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 0.5rem; font-family: var(--font-main);\">Direct Line<\/h4>\n                        <a href=\"tel:+18005550199\" style=\"color: var(--text-primary); text-decoration: none; font-size: 1.25rem; font-weight: 500;\">+1 (323) 400-0143<\/a>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <div>\n                <form style=\"display: flex; flex-direction: column; gap: 1.5rem; background: var(--surface-color); padding: 3rem; border: 1px solid var(--border-color);\">\n                    <div>\n                        <label style=\"display: block; font-size: 0.875rem; margin-bottom: 0.5rem; color: var(--text-secondary);\">Work Email<\/label>\n                        <input type=\"email\" style=\"width: 100%; padding: 1rem; background: var(--bg-color); border: 1px solid var(--border-color); color: white; font-family: var(--font-main);\" placeholder=\"name@company.com\">\n                    <\/div>\n                    <div>\n                        <label style=\"display: block; font-size: 0.875rem; margin-bottom: 0.5rem; color: var(--text-secondary);\">How can we help?<\/label>\n                        <textarea rows=\"4\" style=\"width: 100%; padding: 1rem; background: var(--bg-color); border: 1px solid var(--border-color); color: white; font-family: var(--font-main); resize: none;\"><\/textarea>\n                    <\/div>\n                    <button type=\"button\" class=\"btn\" style=\"cursor: pointer; width: 100%; margin-top: 1rem;\">Initiate Contact<\/button>\n                <\/form>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"container\">\n            <div class=\"footer-grid\">\n                \n                <div class=\"footer-col\">\n                    <a href=\"#\" class=\"logo\">GLOBAL INTUNE<\/a>\n                    <address style=\"color: var(--text-secondary); font-size: 0.875rem; margin-top: 1.5rem; max-width: 250px; font-style: normal; line-height: 1.8;\">\n                        3912 Madrid Ave<br>\n                        Bakersfield CA 93309<br><br>\n                        <a href=\"tel:+1-323-400-0143\" style=\"color: var(--text-primary); text-decoration: none;\">+1 (323) 400-0143<\/a><br>\n                        <a href=\"mailto:contact@globalintune.com\" style=\"color: var(--text-primary); text-decoration: none;\">contact@globalintune.com<\/a>\n                    <\/address>\n                <\/div>\n\n                <div class=\"footer-col\">\n                    <h4>Solutions<\/h4>\n                    <ul>\n                        <li><a href=\"#\">Managed IT<\/a><\/li>\n                        <li><a href=\"#\">Cybersecurity<\/a><\/li>\n                        <li><a href=\"#\">Cloud Migration<\/a><\/li>\n                        <li><a href=\"#\">Infrastructure<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h4>Company<\/h4>\n                    <ul>\n                        <li><a href=\"#\">Mission<\/a><\/li>\n                        <li><a href=\"#\">Careers<\/a><\/li>\n                        <li><a href=\"#\">System Status<\/a><\/li>\n                        <li><a href=\"#\">Contact<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h4>Legal<\/h4>\n                    <ul>\n                        <li><a href=\"#\">Privacy Policy<\/a><\/li>\n                        <li><a href=\"#\">Terms of Service<\/a><\/li>\n                        <li><a href=\"#\">Compliance<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"footer-bottom\">\n                <span>&copy; 2026 Global Intune. All rights reserved.<\/span>\n                <span>SOC 2 Type II Certified<\/span>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Cinematic Scroll Intersections\n        const observerOptions = {\n            root: null,\n            rootMargin: '0px',\n            threshold: 0.15\n        };\n\n        const observer = new IntersectionObserver((entries, observer) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.fade-in').forEach(section => {\n            observer.observe(section);\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Global Intune | The New Standard for IT Operations GLOBAL INTUNE Services Solutions Mission Resources Talk to Us Systems Architecture &#038; Managed Services Global Intune Global Intune delivers managed IT, cybersecurity, cloud, and infrastructure solutions that help modern organizations scale securely and operate without interruption. Explore Capabilities Contact Sales At Global Intune, we specialize in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-100","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/globalintune.com\/index.php?rest_route=\/wp\/v2\/pages\/100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/globalintune.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/globalintune.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/globalintune.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/globalintune.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=100"}],"version-history":[{"count":5,"href":"https:\/\/globalintune.com\/index.php?rest_route=\/wp\/v2\/pages\/100\/revisions"}],"predecessor-version":[{"id":133,"href":"https:\/\/globalintune.com\/index.php?rest_route=\/wp\/v2\/pages\/100\/revisions\/133"}],"wp:attachment":[{"href":"https:\/\/globalintune.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}