/* ==========================================================================
   EIDDI DISPATCH - GLOBAL STYLE ARCHITECTURE
   FINAL PRODUCTION BUILD - 2026.04.26
   ========================================================================== */

/* --- 1. GLOBAL RESET & BASE --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
}

/* --- 2. CINEMATIC VIDEO BACKGROUND --- */
.video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

#bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(0,0,0,0.6) 0%, 
        rgba(0,0,0,0.1) 50%, 
        rgba(0,0,0,0.8) 100%);
    z-index: -1;
}

/* --- 3. THE TRANSPARENT STACKED HEADER --- */
.main-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 65px;
    z-index: 9999;
    background: #050505 !important; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    display: flex;
    align-items: center;
}

.header-container {
    width: 100%;
    padding: 0 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-fixed {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;
}

.brand-logo {
    height: 65px;
    width: auto;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
}

.branding-stack {
    display: flex;
    flex-direction: column;
    line-height: 0.9;
}

.brand-main {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}

.brand-sub {
    color: #00d4ff;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-top: 5px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);
}

.nav-fixed a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 35px;
    opacity: 0.8;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    transition: 0.3s ease;
}

.nav-fixed a:hover {
    opacity: 1;
    color: #00d4ff;
}

/* --- 4. HERO CONTENT SECTION --- */
.container {
    flex: 1;
    position: relative;
    z-index: 10;
    padding: 240px 8% 50px !important;
}

.hero-title {
    font-size: clamp(40px, 7vw, 82px);
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.9);
}

.hero-title .highlight {
    color: #00d4ff;
    text-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
}

.hero-description {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.3px;
    margin-bottom: 50px;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 1);
}

.bold-white {
    color: #ffffff;
    font-weight: 700;
}

/* --- 5. BUTTONS --- */
.hero-btns {
    display: flex;
    gap: 20px;
}

.cta-btn {
    padding: 18px 45px;
    border: 1px solid #00d4ff;
    color: #00d4ff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: rgba(0, 212, 255, 0.05);
    transition: 0.4s ease;
}

.cta-btn:hover {
    background: #00d4ff;
    color: #000;
    box-shadow: 0 0 35px rgba(0, 212, 255, 0.5);
    transform: translateY(-2px);
}

.secondary-btn {
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    background: transparent;
}

/* --- 6. ULTRA-SLIM FOOTER --- */
footer {
    width: 100%;
    padding: 12px 8% 8px; 
    background: transparent !important; 
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    margin-top: auto;
}

.footer-col h4 {
    color: #00d4ff;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-bottom: none !important; 
}

.footer-col ul li a {
    color: rgba(255, 255, 255, 0.85); 
    text-decoration: none;
    font-size: 11px;
    line-height: 2.2;
    display: block;
    transition: 0.3s;
    font-weight: 500;
}

.footer-col ul li a:hover {
    color: #00d4ff;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.highlight-copyright {
    text-align: center;
    width: 100%;
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    color: #EBEBEB !important; 
    letter-spacing: 2px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

/* --- 7. FORM SYSTEM --- */
.service-form-container {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    border-top: 2px solid #00d4ff;
    margin-top: 20px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.form-header h2 {
    color: #00d4ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.glass-input option {
    background-color: #ffffff !important;
    color: #000000 !important; 
}

select.glass-input {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.trust-badge-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --- 8. COOKIE CONSENT BANNER (FIXED & ISOLATED) --- */
#cookie-banner {
    position: fixed !important;
    bottom: -150px; /* Hidden state */
    left: 0;
    right: 0;
    background: #0a0a0a !important; /* Solid dark background for visibility */
    border-top: 2px solid #00d4ff !important; 
    padding: 20px 8% !important;
    z-index: 100000 !important; /* Above everything */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: bottom 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.9);
}

#cookie-banner.show {
    bottom: 0 !important;
}

.cookie-text {
    font-size: 13px !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: none !important;
    max-width: 75%;
}

.cookie-btn {
    background: #00d4ff !important;
    color: #000 !important;
    border: none !important;
    padding: 10px 25px !important;
    font-family: 'Space Mono', monospace !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

/* --- 9. MOBILE RESPONSIVENESS (AUDIT FIXES) --- */
@media screen and (max-width: 768px) {
    .container {
        padding: 160px 5% 40px !important; /* Adjusted for smaller screens */
    }

    .hero-title {
        font-size: 36px !important;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 15px !important;
        margin-bottom: 30px;
    }

    .hero-btns {
        flex-direction: column;
        gap: 15px;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    /* Cookie Banner Mobile Stack */
    #cookie-banner {
        flex-direction: column !important;
        text-align: center !important;
        padding: 20px 5% !important;
    }

    .cookie-text {
        max-width: 100% !important;
        margin-bottom: 15px !important;
        font-size: 12px !important;
    }

    .cookie-btn {
        width: 100% !important;
    }

    /* Header adjustments */
    .header-container {
        padding: 0 5%;
    }

    .brand-main {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .brand-sub {
        font-size: 9px;
        letter-spacing: 4px;
    }

    .nav-fixed {
        display: none; /* Consider a hamburger menu for better UX */
    }
	
}
/* ... (Keep all your existing code above) ... */

/* --- 10. GLOBAL BULLET SYSTEM (FIXED OUTSIDE MEDIA QUERY) --- */
.process-list {
    list-style: none !important; /* Removes the "broken" default bullets */
    padding-left: 0;
    margin: 30px 0;
}

.process-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 16px;
    display: block; 
}

/* This creates a clean, circular bullet without using font characters */
.process-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px; 
    width: 8px;
    height: 8px;
    background-color: #00d4ff; /* EIDDI Cyan */
    border-radius: 50%; 
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.5); 
}