:root {
    --bg-color: #05070a;
    --navy: #0d121d;
    --neon-blue: #00d2ff;
    --neon-red: #ff3e3e;
    --steel: #b0c4de;
    --text-main: #e0e6ed;
    --glass-bg: rgba(13, 18, 29, 0.8);
    --glass-border: rgba(0, 210, 255, 0.2);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-color);
    background-image: 
        radial-gradient(circle at 15% 50%, rgba(0, 210, 255, 0.08), transparent 40%),
        radial-gradient(circle at 85% 30%, rgba(255, 62, 62, 0.05), transparent 40%);
    background-attachment: fixed;
    color: var(--text-main);
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .nav-logo {
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

/* Glassmorphism Panel */
.glass-panel {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
}

/* Navigation */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    border-bottom: 1px solid var(--glass-border);
    transition: var(--transition);
}

nav.scrolled {
    padding: 0.5rem 5%;
    background: rgba(5, 7, 10, 0.95);
}

.nav-logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.nav-logo-img {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 5px rgba(0, 210, 255, 0.5));
}

.nav-logo {
    font-size: 1.2rem;
}

.nav-links {
    display: flex;
    align-items: center;
}

.nav-links a {
    color: var(--text-main);
    text-decoration: none;
    margin-left: 2rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    transition: var(--transition);
    opacity: 0.8;
    position: relative;
}

.nav-links a:hover {
    opacity: 1;
    color: var(--neon-blue);
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.3);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 2001;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--neon-blue);
    transition: var(--transition);
}

/* Hero Section */
.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5%;
    position: relative;
    background: radial-gradient(circle at center, transparent, var(--bg-color)),
                url('https://images.unsplash.com/photo-1462331940025-496dfbfc7564?q=80&w=2048&auto=format&fit=crop') center/cover;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-logo {
    width: clamp(120px, 20vw, 200px);
    margin-bottom: 2rem;
    filter: drop-shadow(0 0 20px rgba(0, 210, 255, 0.4));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 0 0 20px rgba(0, 210, 255, 0.6);
    color: #fff;
}

.hero p {
    font-size: clamp(1rem, 2vw, 1.4rem);
    max-width: 800px;
    margin: 0 auto 2.5rem;
    font-family: 'Rajdhani', sans-serif;
    color: var(--steel);
    letter-spacing: 1px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 35px;
    background: transparent;
    color: var(--neon-blue);
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    text-decoration: none;
    border: 1px solid var(--neon-blue);
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 10px;
}

.btn:hover {
    background: rgba(0, 210, 255, 0.1);
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.3);
    transform: translateY(-2px);
}

.btn-primary {
    background: rgba(0, 210, 255, 0.15);
    border-color: var(--neon-blue);
}

.btn-primary:hover {
    background: var(--neon-blue);
    color: #000;
}

/* Sections */
section {
    padding: 100px 10%;
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    color: var(--neon-blue);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 3rem;
    border-left: 4px solid var(--neon-red);
    padding-left: 20px;
}

/* Manifesto */
.manifesto-content {
    padding: 50px;
    font-size: 1.2rem;
    line-height: 1.8;
}

/* Career Section */
.division-header {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    margin: 3rem 0 1.5rem;
    color: var(--neon-red);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--glass-border);
}

.division-header.engineering { color: var(--neon-blue); }
.division-header.support { color: #27ae60; }

.career-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.career-card {
    padding: 25px;
    transition: var(--transition);
}

.career-card h4 {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Rajdhani', sans-serif;
}

.career-card p {
    color: var(--steel);
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.career-card .req {
    font-size: 0.85rem;
    color: var(--neon-blue);
    font-weight: 700;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    .menu-toggle { display: flex; }
    .nav-links {
        position: fixed;
        top: 0; right: -100%;
        width: 100%; height: 100vh;
        background: var(--bg-color);
        flex-direction: column;
        justify-content: center;
        transition: var(--transition);
        z-index: 1000;
    }
    .nav-links.active { right: 0; }
    .nav-links a { margin: 1.5rem 0; font-size: 1.5rem; }
    section { padding: 80px 5%; }
    .hero h1 { font-size: 2.5rem; }
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 150px 5%;
}

.btn-massive {
    font-size: 1.2rem;
    padding: 20px 50px;
}

/* Footer & Social Links */
footer {
    text-align: center;
    padding: 60px 20px;
    border-top: 1px solid var(--glass-border);
    background: rgba(5, 7, 10, 0.5);
}

footer .nav-logo {
    margin-bottom: 15px;
    color: var(--neon-blue);
    font-size: 1.5rem;
}

footer p {
    font-size: 0.9rem;
    color: var(--steel);
    opacity: 0.7;
}

.social-links {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.social-links a {
    color: var(--steel);
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    transition: var(--transition);
    opacity: 0.8;
}

.social-links a:hover {
    color: var(--neon-blue);
    opacity: 1;
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.4);
}
