/* ==========================================================================
   EMAROX LANDING PAGE - PHASE 1 & 2
   Deep Space Logistics Command Theme
   ========================================================================== */

:root {
    --obsidian: #020617;
    --cyan: #06b6d4;
    --cyan-glow: rgba(6, 182, 212, 0.4);
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --nav-bg: rgba(2, 6, 23, 0.8);
    --glass: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.1);
    --warning-red: #ef4444;
    --warning-bg: rgba(239, 68, 68, 0.1);
}

/* 1. Overlay Container */
#landing-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    z-index: 9999;
    background-color: transparent;
    /* Canvas handles background */
    color: var(--text-main);
    font-family: 'Inter', 'Roboto', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
    padding-bottom: 0;
    transition: opacity 0.5s ease;
}

#landing-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Global Container Constraints */
#landing-overlay .lp-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

/* 2. Sticky Navbar */
#landing-overlay .lp-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 10000;
}

#landing-overlay .lp-nav-content {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#landing-overlay .nav-logo {
    height: 150px;
    max-height: 150px;
    width: auto;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

#landing-overlay .nav-logo:hover {
    opacity: 0.8;
}

#landing-overlay .lp-logo {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#landing-overlay .lp-logo span {
    color: var(--cyan);
}

#landing-overlay .lp-nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Centered Language Switcher */
#landing-overlay .lp-lang-switcher {
    display: flex;
    gap: 0.75rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#landing-overlay .lp-lang-btn {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-muted);
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
}

#landing-overlay .lp-lang-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transform: translateY(-1px);
}

#landing-overlay .lp-lang-btn.active {
    background: var(--nav-bg);
    color: #fff;
    border-color: transparent;
    position: relative;
    z-index: 1;
}

/* --- STATIC PREMIUM BORDER --- */
#landing-overlay .lp-lang-btn.active::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 8px;
    padding: 2.2px;
    z-index: -2;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Real Flag Background Style */
#landing-overlay .lp-lang-btn.active::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 6px;
    opacity: 0.35;
    z-index: -1;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* 🇵🇱 POLAND */
#landing-overlay .lp-lang-btn#lang-pl.active::before {
    background: linear-gradient(to bottom, #ffffff 48%, #dc2626 52%);
}

#landing-overlay .lp-lang-btn#lang-pl.active::after {
    background-image: url('https://flagcdn.com/w160/pl.png');
}

#landing-overlay .lp-lang-btn#lang-pl.active {
    box-shadow:
        0 0 25px rgba(255, 255, 255, 0.4),
        0 0 55px rgba(220, 38, 38, 0.8),
        inset 0 0 15px rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 1), 0 0 15px rgba(220, 38, 38, 0.8);
    background: rgba(15, 23, 42, 0.9);
}

/* 🇩🇪 GERMANY */
#landing-overlay .lp-lang-btn#lang-de.active::before {
    background: linear-gradient(to bottom, #000000 33.3%, #dc2626 33.3%, #facc15 66.6%);
}

#landing-overlay .lp-lang-btn#lang-de.active::after {
    background-image: url('https://flagcdn.com/w160/de.png');
}

#landing-overlay .lp-lang-btn#lang-de.active {
    box-shadow:
        0 0 35px rgba(220, 38, 38, 0.6),
        0 0 75px rgba(250, 204, 21, 0.6),
        0 0 130px rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 1), 0 0 15px rgba(250, 204, 21, 0.8);
    background: rgba(15, 23, 42, 0.9);
}

/* 🇫🇷 FRANCE */
#landing-overlay .lp-lang-btn#lang-fr.active::before {
    background: linear-gradient(to right, #002395 33.3%, #ffffff 33.3%, #ed2939 66.6%);
}

#landing-overlay .lp-lang-btn#lang-fr.active::after {
    background-image: url('https://flagcdn.com/w160/fr.png');
}

#landing-overlay .lp-lang-btn#lang-fr.active {
    box-shadow:
        0 0 65px rgba(0, 35, 149, 0.9),
        0 0 125px rgba(237, 41, 57, 0.9),
        0 0 200px rgba(255, 255, 255, 0.35);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 1), 0 0 18px rgba(255, 255, 255, 0.8);
    background: rgba(15, 23, 42, 0.9);
}

/* 🇬🇧 UNITED KINGDOM */
#landing-overlay .lp-lang-btn#lang-en.active::before {
    background:
        /* 1. Red St. George's Cross */
        linear-gradient(to bottom, transparent 42%, #cf142b 42%, #cf142b 58%, transparent 58%),
        linear-gradient(to right, transparent 42%, #cf142b 42%, #cf142b 58%, transparent 58%),
        /* 2. White Border for Cross */
        linear-gradient(to bottom, transparent 38%, #ffffff 38%, #ffffff 62%, transparent 62%),
        linear-gradient(to right, transparent 38%, #ffffff 38%, #ffffff 62%, transparent 62%),
        /* 3. Deep Blue Background */
        #00247d;
}

#landing-overlay .lp-lang-btn#lang-en.active::after {
    background-image: url('https://flagcdn.com/w160/gb.png');
}

#landing-overlay .lp-lang-btn#lang-en.active {
    box-shadow:
        0 0 20px rgba(0, 36, 125, 0.6),
        0 0 40px rgba(207, 20, 43, 0.5);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 1);
    background: rgba(15, 23, 42, 0.9);
}

#landing-overlay .lp-hamburger {
    display: none;
    font-size: 1.8rem;
    color: var(--cyan);
    cursor: pointer;
    transition: 0.3s;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(6, 182, 212, 0.05);
    border: 1.5px solid rgba(6, 182, 212, 0.3);
}

#landing-overlay .lp-hamburger:hover {
    background: rgba(6, 182, 212, 0.15);
    border-color: var(--cyan);
    box-shadow: 0 0 15px var(--cyan-glow);
}

@media (max-width: 768px) {
    #landing-overlay .lp-hamburger {
        display: flex;
    }
    #landing-overlay .lp-nav-links, #landing-overlay .lp-lang-switcher {
        display: none; /* Controlled by JS via mobile-active class */
    }

    #landing-overlay .lp-navbar.mobile-active {
        height: auto;
        min-height: 100vh;
        background: rgba(2, 6, 23, 0.98);
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 20px;
    }

    #landing-overlay .nav-logo {
        height: 60px; /* Large logo as requested */
    }

    #landing-overlay .lp-navbar.mobile-active .lp-nav-content {
        flex-direction: column;
        gap: 3rem;
        width: 100%;
        height: auto;
    }

    #landing-overlay .lp-navbar.mobile-active .lp-nav-links,
    #landing-overlay .lp-navbar.mobile-active .lp-lang-switcher {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        width: 100%;
        position: static;
        transform: none;
    }

    #landing-overlay .lp-navbar.mobile-active .lp-lang-switcher {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    #landing-overlay .lp-navbar.mobile-active .lp-nav-link,
    #landing-overlay .lp-navbar.mobile-active .lp-login-btn {
        width: 80%;
        animation: slideUpFade 0.4s ease forwards;
        opacity: 0;
    }

    #landing-overlay .lp-navbar.mobile-active .lp-nav-link:nth-child(1) { animation-delay: 0.1s; }
    #landing-overlay .lp-navbar.mobile-active .lp-login-btn { animation-delay: 0.2s; }
    #landing-overlay .lp-navbar.mobile-active .lp-lang-switcher { animation: fadeIn 0.5s ease 0.3s forwards; opacity: 0; }

    @keyframes slideUpFade {
        from { transform: translateY(20px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }

    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    #landing-overlay .lp-hamburger {
        position: absolute;
        top: 38px;
        right: 20px;
    }
}

#landing-overlay .lp-nav-link {
    color: var(--text-main);
    background: rgba(6, 182, 212, 0.05);
    border: 1.5px solid rgba(6, 182, 212, 0.3);
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

#landing-overlay .lp-nav-link:hover {
    background: rgba(6, 182, 212, 0.15);
    border-color: var(--cyan);
    color: var(--cyan);
    transform: translateY(-1px);
}

#landing-overlay .lp-login-btn {
    background: linear-gradient(135deg, var(--cyan) 0%, #0891b2 100%);
    border: 1.5px solid var(--cyan);
    color: var(--obsidian);
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.25);
}

#landing-overlay .lp-login-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.4);
    background: linear-gradient(135deg, #0891b2 0%, var(--cyan) 100%);
}

/* 4. Intro Section (The Mission) */
#landing-overlay .lp-intro {
    width: 100%;
    padding: 100px 0;
    padding-bottom: 60px;
    text-align: center;
    flex-shrink: 0;
}

/* 2. Intro Section Redesign (Premium Typography) */
#landing-overlay .lp-intro {
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#landing-overlay .lp-mission-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem;
    background: radial-gradient(circle at center, rgba(0, 219, 255, 0.05) 0%, transparent 70%);
    border-radius: 40px;
    position: relative;
}

#landing-overlay .mission-preface {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--cyan);
    letter-spacing: 0.3em;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

#landing-overlay .lp-intro-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 3rem;
    color: #fff;
}

#landing-overlay .text-glow {
    color: var(--cyan);
    text-shadow: 0 0 20px rgba(0, 219, 255, 0.5);
}

#landing-overlay .mission-tagline {
    margin-top: 3.5rem;
    font-size: 1.5rem;
    font-weight: 800;
    /* Made slightly bolder to attract more attention */
    font-style: italic;
    color: #00d9ff;
    /* Electric Cyan - very attracting but non-pulsing */
    letter-spacing: 0.15em;
    /* Increased letter spacing for premium look */
    opacity: 1;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 217, 255, 0.8), 0 0 40px rgba(0, 217, 255, 0.4);
}

#landing-overlay .mission-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    text-align: left;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 3rem;
}

#landing-overlay .mission-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #94a3b8;
}

#landing-overlay .highlight-cyan {
    color: var(--cyan);
    font-weight: 700;
}

@media (max-width: 768px) {
    #landing-overlay .lp-navbar {
        height: 120px; /* Keep it similar to desktop height for the large logo */
    }
    #landing-overlay .nav-logo {
        height: 100px; /* Large-ish but fits 120px nav better than 150px */
        max-height: 100px;
    }
    #landing-overlay .lp-intro {
        padding: 40px 0;
    }
    #landing-overlay .lp-mission-box {
        padding: 1.5rem;
        border-radius: 20px;
        margin: 0 10px;
    }
    #landing-overlay .mission-preface {
        font-size: 0.7rem;
        letter-spacing: 0.2em;
    }
    #landing-overlay .lp-intro-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    #landing-overlay .mission-tagline {
        font-size: 1rem;
        margin-top: 2rem;
        letter-spacing: 0.05em;
    }
    #landing-overlay .mission-content {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-top: 2rem;
        margin-top: 1.5rem;
    }
    #landing-overlay .mission-content p {
        font-size: 0.95rem;
        text-align: center;
    }
}



/* 5. Feature Showcase Section (Zig-Zag) */
#landing-overlay .lp-showcase {
    width: 100%;
    padding: 100px 0;
    flex-shrink: 0;
}

/* 5. Feature Showcase Section (Zig-Zag) */
#landing-overlay .lp-showcase {
    width: 100%;
    padding: 100px 0;
    flex-shrink: 0;
}

#landing-overlay .showcase-row {
    display: flex;
    align-items: center;
    gap: 5rem;
    margin-bottom: 120px;
}

#landing-overlay .showcase-row.alternate {
    flex-direction: row-reverse;
}

#landing-overlay .showcase-row:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #landing-overlay .showcase-row, #landing-overlay .showcase-row.alternate {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 60px;
        text-align: center;
    }
    #landing-overlay .showcase-image {
        max-width: 100%;
    }
    #landing-overlay .showcase-text h2 {
        font-size: 1.4rem;
    }
}

#landing-overlay .showcase-image {
    flex: 1.2;
    max-width: 550px;
}

#landing-overlay .showcase-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(0, 219, 255, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    filter: drop-shadow(0 0 15px rgba(0, 219, 255, 0.15));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: zoom-in;
    /* Lupa on hover */
}

#landing-overlay .showcase-image img:hover {
    transform: scale(1.03) translateY(-10px);
    filter: drop-shadow(0 0 30px rgba(0, 219, 255, 0.4));
    border-color: var(--cyan);
}

#landing-overlay .showcase-text {
    flex: 1;
}

#landing-overlay .showcase-text h2 {
    font-size: 1.75rem;
    /* Further reduced from 2rem */
    font-weight: 800;
    margin-bottom: 1.25rem;
    color: var(--text-main);
    line-height: 1.2;
}

#landing-overlay .showcase-text p {
    font-size: 1rem;
    /* Further reduced from 1.1rem */
    color: #94a3b8;
    line-height: 1.7;
}

/* 🔍 LIGHTBOX STYLING */
.showcase-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 6, 23, 0.95);
    backdrop-filter: blur(15px);
    z-index: 200000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    cursor: zoom-out;
}

.showcase-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.showcase-lightbox img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 12px;
    border: 1px solid rgba(0, 219, 255, 0.3);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    opacity: 0;
}

.showcase-lightbox.active img {
    transform: scale(1);
    opacity: 1;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.lightbox-close:hover {
    color: var(--cyan);
    transform: rotate(90deg);
}

/* Utilities */
#landing-overlay .text-cyan {
    color: var(--cyan);
}

/* 6. Pricing Philosophy Section */
#landing-overlay .lp-pricing-philosophy {
    width: 100%;
    padding: 80px 0;
    background: rgba(5, 10, 20, 0.3);
    flex-shrink: 0;
}

#landing-overlay .lp-philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

#landing-overlay .lp-philosophy-col h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--cyan);
}

#landing-overlay .lp-philosophy-col p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

#landing-overlay .lp-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

#landing-overlay .lp-features-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    font-size: 1.1rem;
}

#landing-overlay .lp-features-list i {
    color: var(--cyan);
    font-size: 1.25rem;
}

#landing-overlay .lp-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid var(--cyan);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
}

#landing-overlay .lp-verified-badge i {
    color: var(--cyan);
    font-size: 1.5rem;
}

/* 7. Footer */
#landing-overlay .lp-footer {
    width: 100%;
    background: #020617; /* Solid background for complete "lock" look */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 60px 0;
    margin-top: auto;
    flex-shrink: 0;
    pointer-events: auto;
    position: relative;
    z-index: 10;
}

#landing-overlay .lp-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

#landing-overlay .lp-footer-copyright {
    color: var(--text-muted);
    font-size: 0.9rem;
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#landing-overlay .lp-footer-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

#landing-overlay .lp-footer-hq-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px 16px;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

#landing-overlay .lp-footer-hq-link i {
    opacity: 0.7;
    font-size: 0.9rem;
}

#landing-overlay .lp-footer-hq-link .arrow-icon {
    transition: transform 0.3s ease;
    font-size: 0.75rem;
    opacity: 0.5;
}

#landing-overlay .lp-footer-hq-link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

#landing-overlay .lp-footer-hq-link:hover i,
#landing-overlay .lp-footer-hq-link:hover .arrow-icon {
    opacity: 1;
}

#landing-overlay .lp-footer-hq-link:hover .arrow-icon {
    transform: translateX(3px);
}

#landing-overlay .footer-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0.5rem;
}

#landing-overlay .lp-footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

#landing-overlay .lp-footer-links a:hover {
    color: #fff;
}

/* 🍪 COOKIE BANNER STYLING */
.cookie-banner {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 800px;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 25px;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
}

.cookie-banner.active {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

.cookie-banner.hidden {
    bottom: -100px;
    opacity: 0;
    pointer-events: none;
}

.cookie-content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.cookie-icon {
    font-size: 2rem;
    color: var(--cyan);
}

.cookie-text p {
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}

.cookie-actions {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    border: 1px solid transparent;
}

.cookie-btn.primary {
    background: var(--cyan);
    color: #000;
}

.cookie-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px var(--cyan-glow);
}

.cookie-btn.secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.cookie-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
    #landing-overlay .lp-footer-content {
        flex-direction: column-reverse;
        text-align: center;
    }

    #landing-overlay .lp-footer-links {
        gap: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cookie-banner {
        flex-direction: column;
        text-align: center;
        width: 95%;
    }

    .cookie-content {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}

/* 7. License Section */
.lp-license-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    background: radial-gradient(circle at center, rgba(6, 182, 212, 0.05) 0%, transparent 70%);
}

.lp-license-card {
    width: 100%;
    max-width: 500px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.license-icon-shield {
    font-size: 3rem;
    color: var(--cyan);
    margin-bottom: 30px;
    filter: drop-shadow(0 0 15px var(--cyan-glow));
}

.lp-license-card h2 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #fff;
}

.lp-license-card p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.lp-license-input {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--glass-border);
    padding: 18px 25px;
    border-radius: 8px;
    color: #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.lp-license-input:focus {
    outline: none;
    border-color: var(--cyan);
    background: rgba(6, 182, 212, 0.05);
    box-shadow: 0 0 20px var(--cyan-glow);
}

.lp-error-msg {
    color: var(--warning-red);
    font-size: 0.85rem;
    height: 20px;
    margin-bottom: 25px;
}

.lp-license-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lp-btn-primary {
    background: var(--cyan);
    color: var(--obsidian);
    border: none;
    padding: 18px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px var(--cyan-glow);
}

.lp-btn-ghost {
    background: transparent;
    color: var(--text-muted);
    border: 1px solid var(--glass-border);
    padding: 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lp-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.lp-license-help {
    margin-top: 40px;
    font-size: 0.8rem !important;
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 968px) {
    #landing-overlay .lp-split-grid {
        grid-template-columns: 1fr;
    }

    #landing-overlay .lp-bento-grid {
        grid-template-columns: 1fr;
    }

    #landing-overlay .lp-card-wide,
    #landing-overlay .lp-card-tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    #landing-overlay .lp-hero h1 {
        font-size: 2.5rem;
    }

    #landing-overlay .lp-philosophy-grid {
        grid-template-columns: 1fr;
    }

    #landing-overlay .lp-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    #landing-overlay .lp-footer-brand {
        text-align: left;
        grid-column: 1 / -1;
    }

    #landing-overlay .lp-footer-social {
        justify-content: flex-start;
    }
}


/* 5. Why Us Section - Premium Text Block */
#landing-overlay .lp-why-us {
    padding: 120px 0;
    width: 100%;
    flex-shrink: 0;
}

#landing-overlay .why-us-box {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    padding: 60px 80px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

#landing-overlay .lp-why-us {
    margin-bottom: 80px;
}

#landing-overlay .why-us-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

#landing-overlay .why-us-headline {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 3rem;
    color: #fff;
    letter-spacing: -0.02em;
}

#landing-overlay .why-us-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#landing-overlay .why-us-final-hook {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 800;
    margin-top: 1.5rem;
    line-height: 1.6;
    text-align: center;
}

#landing-overlay .lp-cta-neon.lp-cta-start-today {
    margin-top: 30px;
}

#landing-overlay .lp-cta-neon {
    display: block;
    margin: 60px auto 0 auto;
    background: var(--cyan);
    color: var(--obsidian);
    border: none;
    padding: 18px 45px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 30px rgba(6, 182, 212, 0.3);
    position: relative;
    z-index: 10;
}

#landing-overlay .lp-cta-neon:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 0 50px rgba(6, 182, 212, 0.6);
    filter: brightness(1.05);
}

#landing-overlay .lp-cta-neon:active {
    transform: translateY(-1px) scale(0.98);
}

@media (max-width: 768px) {
    #landing-overlay .why-us-box {
        padding: 40px 20px;
    }

    #landing-overlay .why-us-headline {
        font-size: 2rem;
    }

    #landing-overlay .lp-cta-neon {
        width: 100%;
        padding: 16px 20px;
        font-size: 1rem;
    }
}

#landing-overlay .why-us-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #94a3b8;
    margin: 0;
}

#landing-overlay .highlight-cyan {
    color: var(--cyan);
    font-weight: 700;
    text-shadow: 0 0 10px rgba(6, 182, 212, 0.3);
}

@media (max-width: 992px) {
    #landing-overlay .why-us-box {
        padding: 40px 30px;
        margin: 0 20px;
    }

    #landing-overlay .why-us-headline {
        font-size: 2rem;
    }

    #landing-overlay .why-us-content p {
        font-size: 1.1rem;
    }
}

/* 🔒 SECURITY HARD-LOCK (F12 BYPASS PREVENTION) */
body.system-hard-locked #sidebar,
body.system-hard-locked #map,
body.system-hard-locked #main-header,
body.system-hard-locked #emarox-tools-panel,
body.system-hard-locked #mission-bar,
body.system-hard-locked #feedback-widget,
body.system-hard-locked #map-context-menu,
body.system-hard-locked #map-trash-zone {
    display: none !important;
}

body.system-hard-locked {
    background: #020617 !important;
    overflow: hidden !important;
}

/* ── SCROLL TO TOP ── */
#lp-scroll-top {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 56px;
    height: 56px;
    background: var(--cyan);
    border: none;
    border-radius: 16px;
    color: var(--obsidian);
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10000;
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.4);
}

#lp-scroll-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#lp-scroll-top:hover {
    background: #fff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(6, 182, 212, 0.6);
}

/* 🧪 EMAROX TESTIMONIALS (GLASSMORPHISM) */
#landing-overlay .lp-testimonials {
    padding: 100px 0;
    position: relative;
    z-index: 10;
}

#landing-overlay .section-title-glow {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 4rem;
    color: #fff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#landing-overlay .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#landing-overlay .testimonial-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

#landing-overlay .testimonial-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(6, 182, 212, 0.4);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

#landing-overlay .testi-icon {
    font-size: 1.8rem;
    color: var(--cyan);
    margin-bottom: 5px;
    opacity: 0.8;
}

#landing-overlay .testi-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #cbd5e1;
    font-style: italic;
    flex-grow: 1;
}

#landing-overlay .testi-author {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

#landing-overlay .testi-name {
    font-weight: 800;
    color: #fff;
    font-size: 1rem;
}

#landing-overlay .testi-role {
    font-size: 0.85rem;
    color: var(--cyan);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

/* 🛡️ TACTICAL Intelligence (FAQ Accordion) */
#landing-overlay .lp-faq {
    padding: 100px 0;
    position: relative;
    z-index: 10;
}

#landing-overlay .faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

#landing-overlay .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

#landing-overlay .faq-question {
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: left;
}

#landing-overlay .faq-question span {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    transition: color 0.3s ease;
}

#landing-overlay .faq-question i {
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

#landing-overlay .faq-question:hover span {
    color: var(--cyan);
}

#landing-overlay .faq-answer {
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    transition: all 0.4s ease;
}

#landing-overlay .faq-answer p {
    padding: 10px 20px 25px 20px;
    color: #94a3b8;
    line-height: 1.7;
    font-size: 1.1rem;
}

#landing-overlay .faq-item.active {
    background: rgba(6, 182, 212, 0.03);
    border-radius: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(6, 182, 212, 0.3);
    padding: 0 15px;
}

#landing-overlay .faq-item.active .faq-answer {
    max-height: 300px;
}

#landing-overlay .faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: var(--cyan);
}

#landing-overlay .faq-item.active .faq-question span {
    color: var(--cyan);
}

@media (max-width: 992px) {
    #landing-overlay .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #landing-overlay .testimonials-grid {
        grid-template-columns: 1fr;
    }

    #landing-overlay .section-title-glow {
        font-size: 1.8rem;
    }

    #landing-overlay .testimonial-card {
        padding: 30px;
    }
    
    #landing-overlay .faq-question span {
        font-size: 1.1rem;
        padding-right: 20px;
    }
}

/* ==========================================================================
   🖼️ PHOTO GALLERY STYLES
   ========================================================================== */

#landing-overlay .lp-gallery-entrance {
    padding: 100px 0;
    text-align: center;
}

#landing-overlay .gallery-cta-box {
    background: radial-gradient(circle at center, rgba(0, 219, 255, 0.03) 0%, transparent 70%);
    padding: 60px 20px;
    border-radius: 40px;
}

#landing-overlay .gallery-subtitle {
    color: var(--text-muted);
    font-size: 1.25rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#landing-overlay .gallery-trigger-btn {
    background: rgba(6, 182, 212, 0.05);
    border: 2px solid var(--cyan);
    color: #fff;
    padding: 20px 50px;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 30px rgba(6, 182, 212, 0.2);
}

#landing-overlay .gallery-trigger-btn:hover {
    transform: scale(1.05) translateY(-5px);
    background: rgba(6, 182, 212, 0.15);
    box-shadow: 0 0 60px rgba(6, 182, 212, 0.4);
    letter-spacing: 4px;
}

#landing-overlay .gallery-trigger-btn .btn-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: rotate(45deg);
    animation: btnShine 3s infinite;
}

@keyframes btnShine {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

/* 🖼️ GALLERY MODAL OVERLAY */
.gallery-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(2, 6, 23, 0.9);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    z-index: 200000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 40px;
}

.gallery-overlay.active {
    opacity: 1;
    visibility: visible;
}

.gallery-modal-container {
    width: 100%;
    max-width: 1600px;
    height: 90vh;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.8);
    transform: scale(0.95) translateY(20px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-overlay.active .gallery-modal-container {
    transform: scale(1) translateY(0);
}

.gallery-modal-header {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gallery-header-info h2 {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 5px;
}

.gallery-header-info p {
    font-size: 1rem;
    color: var(--text-muted);
}

.gallery-close {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-close:hover {
    background: var(--warning-red);
    border-color: var(--warning-red);
    transform: rotate(90deg);
}

.gallery-scroll-area {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--cyan) rgba(255, 255, 255, 0.05);
}

/* Custom Scrollbar */
.gallery-scroll-area::-webkit-scrollbar {
    width: 6px;
}
.gallery-scroll-area::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}
.gallery-scroll-area::-webkit-scrollbar-thumb {
    background: var(--cyan);
    border-radius: 10px;
}

.gallery-masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1200px) { .gallery-masonry-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .gallery-masonry-grid { grid-template-columns: 1fr; } }

.gallery-item {
    aspect-ratio: 16 / 10;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translateY(30px);
}

.gallery-overlay.active .gallery-item {
    animation: galleryItemIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes galleryItemIn {
    to { opacity: 1; transform: translateY(0); }
}

/* Stagger entrance */
.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.15s; }
.gallery-item:nth-child(3) { animation-delay: 0.2s; }
.gallery-item:nth-child(4) { animation-delay: 0.25s; }
.gallery-item:nth-child(5) { animation-delay: 0.3s; }
.gallery-item:nth-child(6) { animation-delay: 0.35s; }
.gallery-item:nth-child(7) { animation-delay: 0.4s; }
.gallery-item:nth-child(8) { animation-delay: 0.45s; }
.gallery-item:nth-child(9) { animation-delay: 0.5s; }
.gallery-item:nth-child(10) { animation-delay: 0.55s; }
.gallery-item:nth-child(11) { animation-delay: 0.6s; }
.gallery-item:nth-child(12) { animation-delay: 0.65s; }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item:hover {
    border-color: var(--cyan);
    box-shadow: 0 0 40px rgba(6, 182, 212, 0.3);
    transform: translateY(-5px);
}

.gallery-item:hover img {
    transform: scale(1.05);
    filter: brightness(1.2);
}

.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 182, 212, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

.gallery-item-overlay i {
    font-size: 2rem;
    color: #fff;
    transform: scale(0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-item:hover .gallery-item-overlay i {
    transform: scale(1);
}

@media (max-width: 768px) {
    .gallery-overlay {
        padding: 10px;
    }
    .gallery-modal-container {
        height: 98vh;
        border-radius: 15px;
    }
    .gallery-modal-header {
        padding: 20px;
    }
    .gallery-header-info h2 {
        font-size: 1.2rem;
    }
    .gallery-scroll-area {
        padding: 15px;
    }
    #landing-overlay .gallery-trigger-btn {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

/* 🔄 CAROUSEL NAVIGATION */
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
}

.lightbox-nav:hover {
    background: var(--cyan);
    border-color: var(--cyan);
    box-shadow: 0 0 30px rgba(6, 182, 212, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-nav.prev { left: 40px; }
.lightbox-nav.next { right: 40px; }

@media (max-width: 768px) {
    .lightbox-nav {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .lightbox-nav.prev { left: 15px; }
    .lightbox-nav.next { right: 15px; }
}