.elementor-549 .elementor-element.elementor-element-20f213a{--display:flex;--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2d721f1 */:root {
            --primary: #FF6B35;
            --primary-dark: #E65A2B;
            --navy-deep: #0A192F;
            --navy-surface: #112240;
            --light-surface: #F8F9FA;
            --light-container: #EDEEEF;
            --text-on-light: #191C1D;
            --text-on-dark: #FFFFFF;
            --text-muted: #55637D;
            --font-headline: 'Space Grotesk', sans-serif;
            --font-body: 'Plus Jakarta Sans', sans-serif;
        }

   

        /* Utility Classes for Elementor compatibility */
        .lv-section { padding: 100px 5%; max-width: 1440px; margin: 0 auto; }
        .lv-grid { display: grid; gap: 0; }
        .lv-uppercase { text-transform: uppercase; }
        .lv-tracking-tight { letter-spacing: -0.05em; }
        .lv-tracking-wide { letter-spacing: 0.2em; }
        .lv-no-radius { border-radius: 0 !important; }
        .lv-btn {
            display: inline-block;
            padding: 18px 40px;
            font-family: var(--font-headline);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            font-size: 14px;
        }
        .lv-btn-primary { background: var(--primary); color: white; }
        .lv-btn-primary:hover { background: var(--primary-dark); transform: scale(1.02); }
        .lv-btn-outline { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: white; }
        .lv-btn-outline:hover { background: rgba(255,255,255,0.1); }



        /* Hero */
        .hero {
            height: 100vh; background: var(--navy-deep); position: relative;
            display: flex; align-items: center; overflow: hidden;
        }
        .hero-img {
            position: absolute; inset: 0; width: 100%; height: 100%;
            object-cover: cover; opacity: 0.4; filter: grayscale(100%);
        }
        .hero-gradient {
            position: absolute; inset: 0;
            background: linear-gradient(90deg, var(--navy-deep) 30%, transparent 100%);
        }
        .hero-content { position: relative; z-index: 10; color: white; width: 100%; padding: 0 5%; }
        .hero-h1 { font-family: var(--font-headline); font-size: clamp(3rem, 8vw, 6rem); font-weight: 700; line-height: 0.9; margin-bottom: 30px; }
        .hero-h1 span { color: var(--primary); }

        /* Guest Experience Section */
        .guest-exp { background: white; color: var(--text-on-light); }
        .feature-card {
            background: var(--light-container); padding: 50px;
            display: flex; flex-direction: column; justify-content: space-between;
            min-height: 350px; transition: 0.5s; border-right: 1px solid rgba(0,0,0,0.05);
        }
        .feature-card:hover { background: var(--primary); color: white; }
        .feature-card:hover .material-symbols-outlined { color: white; }
        .feature-card:hover p { color: rgba(255,255,255,0.9); }
        .feature-card:hover h3 { color: white !important; }
        .feature-card .material-symbols-outlined { font-size: 48px; color: var(--primary); margin-bottom: 20px; }
        .feature-card h3 { font-family: var(--font-headline); font-size: 24px; margin-bottom: 15px; }

        /* Technical Excellence */
        .tech-section { background: var(--navy-deep); color: white; }
        .tech-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); background: rgba(255,255,255,0.05); }
        .tech-stat { padding: 40px; border: 0.5px solid rgba(255,255,255,0.1); }
        .tech-stat-val { font-family: var(--font-headline); font-size: 42px; font-weight: 700; color: white; }
        .tech-stat-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--primary); font-weight: 700; }

        /* Channel Grid */
        .channel-matrix { background: #050b16; border-top: 1px solid rgba(255,255,255,0.1); }
        .channel-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
        .channel-item { 
            aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; 
            border: 0.5px solid rgba(255,255,255,0.05); padding: 20px; filter: grayscale(100%); transition: 0.3s;
        }
        .channel-item:hover { filter: grayscale(0%); background: rgba(255,255,255,0.02); }
        .channel-item img { max-width: 80%; max-height: 40px; opacity: 0.6; }

        /* Management Portal Section */
        .mgmt-split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
        @media (max-width: 991px) { .mgmt-split { grid-template-columns: 1fr; } }
        .mgmt-text { padding: 80px; background: white; }
        .mgmt-visual { position: relative; background: #000; overflow: hidden; min-height: 500px; }
        .mgmt-visual img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
        .mgmt-badge { position: absolute; bottom: 40px; left: 40px; background: var(--primary); color: white; padding: 30px; max-width: 300px; }

        /* Final CTA */
        .monolith-cta { background: var(--primary); text-align: center; padding: 120px 5%; position: relative; overflow: hidden; }
        .monolith-bg-text { 
            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
            font-size: 25vw; font-weight: 900; font-family: var(--font-headline);
            color: white; opacity: 0.05; white-space: nowrap; pointer-events: none;
        }

        footer { background: #020617; padding: 60px 5%; color: #94A3B8; font-size: 12px; display: flex; justify-content: space-between; align-items: center; }
        .footer-links a { color: #475569; text-decoration: none; margin-left: 25px; text-transform: uppercase; letter-spacing: 0.1em; transition: 0.3s; }
        .footer-links a:hover { color: white; }

        .section-tag { font-family: var(--font-headline); color: var(--primary); text-transform: uppercase; letter-spacing: 0.3em; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
        .section-tag::before { content: ''; display: block; width: 40px; height: 1px; background: var(--primary); }/* End custom CSS */