﻿/* EskaviReon website styles adapted from the provided template structure. */
@charset "utf-8";
/* CSS Document */

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --cosmic-blue: #123c35;
            --stellar-purple: #6f2638;
            --nebula-pink: #9b3c4d;
            --solar-gold: #d8b25b;
            --cosmic-white: #fff8e8;
            --space-black: #080c0b;
            --star-silver: #eadfc8;
            --galaxy-violet: #0f5a4f;
            --deep-space: #101917;
            --walnut: #4b2d1c;
            --garnet: #6f2638;
            --ivory-muted: #cfc1a2;
        }

        body {
            font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
            background: radial-gradient(ellipse at center, #13231f 0%, #0f1715 45%, #080c0b 100%);
            color: var(--cosmic-white);
            overflow-x: hidden;
            position: relative;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            min-height: 100vh;
        }

        /* Starfield Background */
        #starfield {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        /* Floating cosmic particles */
        .cosmic-particle {
            position: absolute;
            background: radial-gradient(circle, var(--solar-gold) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite;
            pointer-events: none;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.3; }
            50% { transform: translateY(-20px) rotate(180deg); opacity: 0.8; }
        }

        /* Navigation */
        nav {
            position: fixed;
            top: 0;
            width: 100%;
            padding: 20px 50px;
            background: rgba(8, 12, 11, 0.88);
            backdrop-filter: blur(20px);
            z-index: 1000;
            transition: all 0.3s ease;
            border-bottom: 1px solid rgba(216, 178, 91, 0.28);
        }

        nav.scrolled {
            padding: 15px 50px;
            background: rgba(8, 12, 11, 0.96);
            box-shadow: 0 8px 32px rgba(216, 178, 91, 0.12);
        }

        .Nkict4uIR {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }

        /* Logo */
        .dZWlgJqDRP {
            display: flex;
            align-items: center;
            gap: 15px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .dZWlgJqDRP:hover {
            transform: scale(1.05);
        }

        .wT0NF0CW7 {
            width: 45px;
            height: 45px;
            position: relative;
        }

        .qKyYdyW6FjE {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.4rem;
            font-weight: 600;
            background: linear-gradient(135deg, var(--solar-gold), var(--galaxy-violet), var(--nebula-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        /* Navigation Menu */
        nav ul {
            list-style: none;
            display: flex;
            gap: 35px;
        }

        nav a {
            font-family: 'Rajdhani', sans-serif;
            color: var(--star-silver);
            text-decoration: none;
            position: relative;
            transition: all 0.3s ease;
            font-weight: 500;
            letter-spacing: 1px;
            padding: 8px 0;
            font-size: 1rem;
            text-transform: uppercase;
        }

        nav ul a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--solar-gold), var(--galaxy-violet));
            transition: width 0.3s ease;
            border-radius: 2px;
        }

        nav ul a:hover {
            color: var(--cosmic-white);
            text-shadow: 0 0 10px var(--galaxy-violet);
        }

        nav ul a:hover::after {
            width: 100%;
        }
		
		nav ul a.active {
			color: var(--cosmic-white);
			text-shadow: 0 0 10px var(--galaxy-violet);
		}
		
		nav ul a.active::after {
			width: 100%;
			background: linear-gradient(90deg, var(--solar-gold), var(--nebula-pink));
			box-shadow: 0 0 8px var(--galaxy-violet);
		}

        /* Mobile Menu */
        .RHnF2icMP {
            display: none;
            flex-direction: column;
            cursor: pointer;
            z-index: 1001;
        }

        .RHnF2icMP span {
            width: 30px;
            height: 3px;
            background: var(--solar-gold);
            margin: 3px 0;
            transition: all 0.3s ease;
            border-radius: 2px;
        }

        .RHnF2icMP.active span:nth-child(1) {
            transform: rotate(45deg) translate(8px, 8px);
        }

        .RHnF2icMP.active span:nth-child(2) {
            opacity: 0;
        }

        .RHnF2icMP.active span:nth-child(3) {
            transform: rotate(-45deg) translate(8px, -8px);
        }

        /* Hero Section */
        /* Enhanced Hero Section with Beautiful Space Background */
        .ZDuL5U1 {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 80px;
            overflow: hidden;
            background: 
                /* Aurora effect */
                radial-gradient(ellipse at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
                radial-gradient(ellipse at 40% 40%, rgba(255, 206, 84, 0.2) 0%, transparent 50%),
                radial-gradient(ellipse at 90% 70%, rgba(139, 92, 246, 0.3) 0%, transparent 40%),
                /* Base gradient */
                linear-gradient(to bottom, #0a0e27 0%, #1a1a2e 20%, #16213e 50%, #0f0f23 100%);
        }
		
		section#home {
			padding: 0;
			max-width: none;
			width: 100%;
			margin: 0;
		}
		
		section#home.ZDuL5U1 {
			margin-top: 80px; /* Keep this for navbar spacing */
		}

        /* Animated nebula clouds */
        .ZDuL5U1::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: 
                radial-gradient(circle at 20% 30%, rgba(236, 72, 153, 0.4) 0%, transparent 40%),
                radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.4) 0%, transparent 40%),
                radial-gradient(circle at 40% 70%, rgba(245, 158, 11, 0.3) 0%, transparent 40%),
                radial-gradient(circle at 70% 40%, rgba(124, 58, 237, 0.3) 0%, transparent 40%);
            animation: nebulaFloat 60s ease-in-out infinite;
            filter: blur(40px);
            z-index: 1;
        }

        @keyframes nebulaFloat {
            0%, 100% { transform: rotate(0deg) scale(1) translateX(0); }
            33% { transform: rotate(120deg) scale(1.1) translateX(-10%); }
            66% { transform: rotate(240deg) scale(0.9) translateX(10%); }
        }

        /* Cosmic dust overlay */
        .ZDuL5U1::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(2px 2px at 20% 30%, white, transparent),
                radial-gradient(2px 2px at 60% 70%, white, transparent),
                radial-gradient(1px 1px at 50% 50%, white, transparent),
                radial-gradient(1px 1px at 80% 20%, white, transparent),
                radial-gradient(2px 2px at 10% 90%, white, transparent);
            background-size: 300px 300px, 400px 400px, 250px 250px, 350px 350px, 450px 450px;
            background-position: 0 0, 100px 50px, 50px 100px, 200px 150px, 150px 200px;
            animation: cosmicDust 120s linear infinite;
            opacity: 0.4;
            z-index: 2;
        }

        @keyframes cosmicDust {
            from { transform: translateY(0); }
            to { transform: translateY(300px); }
        }

        /* CSS Stars Layer */
        .kuYPdSLcKo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .kuYPdSLcKo::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(1px 1px at 10% 20%, white, transparent),
                radial-gradient(1px 1px at 30% 40%, white, transparent),
                radial-gradient(2px 2px at 50% 60%, white, transparent),
                radial-gradient(1px 1px at 70% 80%, white, transparent),
                radial-gradient(1px 1px at 90% 10%, white, transparent),
                radial-gradient(2px 2px at 15% 85%, white, transparent),
                radial-gradient(1px 1px at 45% 15%, white, transparent),
                radial-gradient(1px 1px at 65% 35%, white, transparent),
                radial-gradient(1px 1px at 85% 55%, white, transparent),
                radial-gradient(2px 2px at 25% 75%, white, transparent);
            background-size: 200% 200%;
            animation: twinkle 8s ease-in-out infinite;
            opacity: 0.8;
        }

        @keyframes twinkle {
            0%, 100% { opacity: 0.8; }
            50% { opacity: 0.3; }
        }

        /* Floating orbs/planets */
        .qH0JUpg {
            position: absolute;
            border-radius: 50%;
            filter: blur(1px);
            opacity: 0.6;
            animation: orbitFloat 30s ease-in-out infinite;
        }

        .qH0JUpg:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 10%;
            left: 10%;
            background: radial-gradient(circle at 30% 30%, #ff6b9d, #c44569);
            animation-duration: 25s;
            animation-delay: 0s;
        }

        .qH0JUpg:nth-child(2) {
            width: 120px;
            height: 120px;
            top: 70%;
            right: 15%;
            background: radial-gradient(circle at 30% 30%, #667eea, #764ba2);
            animation-duration: 35s;
            animation-delay: -10s;
        }

        .qH0JUpg:nth-child(3) {
            width: 60px;
            height: 60px;
            bottom: 20%;
            left: 20%;
            background: radial-gradient(circle at 30% 30%, #f093fb, #f5576c);
            animation-duration: 40s;
            animation-delay: -20s;
        }

        .qH0JUpg:nth-child(4) {
            width: 100px;
            height: 100px;
            top: 40%;
            right: 30%;
            background: radial-gradient(circle at 30% 30%, #4facfe, #00f2fe);
            animation-duration: 30s;
            animation-delay: -5s;
        }

        @keyframes orbitFloat {
            0%, 100% { 
                transform: translateX(0) translateY(0) scale(1);
                opacity: 0.6;
            }
            25% { 
                transform: translateX(30px) translateY(-30px) scale(1.1);
                opacity: 0.8;
            }
            50% { 
                transform: translateX(-20px) translateY(20px) scale(0.9);
                opacity: 0.5;
            }
            75% { 
                transform: translateX(-40px) translateY(-10px) scale(1.05);
                opacity: 0.7;
            }
        }

        /* Shooting star */
        .br9AFo {
            position: absolute;
            width: 2px;
            height: 2px;
            background: white;
            border-radius: 50%;
            animation: shootingStarAnim 3s ease-in-out infinite;
            animation-delay: var(--delay);
            top: var(--top);
            left: var(--left);
        }

        .br9AFo::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100px;
            height: 2px;
            background: linear-gradient(90deg, white, transparent);
            transform: translateX(-100px);
            opacity: 0.5;
        }

        @keyframes shootingStarAnim {
            0% {
                transform: translateX(0) translateY(0);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateX(300px) translateY(300px);
                opacity: 0;
            }
        }

        .dbhixs7ec78 {
            text-align: center;
            z-index: 10;
            animation: fadeInUp 1.5s ease;
            position: relative;
        }

        .xBRe81 {
            font-family: 'Orbitron', sans-serif;
            font-size: 4.5rem;
            font-weight: 900;
            text-transform: uppercase;
            position: relative;
            color: var(--cosmic-white);
            letter-spacing: 6px;
            margin-bottom: 20px;
            text-shadow: 0 0 20px rgba(139, 92, 246, 0.6);
            animation: cosmicGlow 3s ease-in-out infinite alternate;
        }

        @keyframes cosmicGlow {
            0% { 
                text-shadow: 0 0 20px rgba(139, 92, 246, 0.6),
                           0 0 40px rgba(245, 158, 11, 0.4);
            }
            100% { 
                text-shadow: 0 0 30px rgba(139, 92, 246, 0.8),
                           0 0 60px rgba(245, 158, 11, 0.6),
                           0 0 80px rgba(236, 72, 153, 0.4);
            }
        }

        .yi8RcxhLHZ {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1.4rem;
            font-weight: 400;
            opacity: 0.9;
            background: linear-gradient(135deg, var(--solar-gold), var(--galaxy-violet), var(--nebula-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: 3px;
            text-transform: uppercase;
            animation: shimmer 4s ease-in-out infinite;
        }

        @keyframes shimmer {
            0%, 100% { opacity: 0.8; }
            50% { opacity: 1; }
        }

        /* Scroll Button */
        .qiaKhGN {
            position: absolute;
            bottom: 100px;
            left: 50%;
            transform: translateX(-50%);
            cursor: pointer;
            animation: orbit 4s ease-in-out infinite;
            z-index: 10;
        }

        .AjvGPHZE {
            width: 60px;
            height: 60px;
            border: 2px solid var(--solar-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(245, 158, 11, 0.1);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            position: relative;
        }

        .qiaKhGN:hover .AjvGPHZE {
            background: rgba(245, 158, 11, 0.2);
            transform: scale(1.1);
            box-shadow: 0 0 30px var(--solar-gold), inset 0 0 20px rgba(245, 158, 11, 0.2);
        }

        .qiaKhGN svg {
            width: 28px;
            height: 28px;
            stroke: var(--solar-gold);
            animation: pulse 2s infinite;
        }

        @keyframes orbit {
            0%, 100% { transform: translateX(-50%) translateY(0); }
            50% { transform: translateX(-50%) translateY(-15px); }
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
        }

        /* Sections */
        section {
            padding: 120px 50px;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .JXwouYQq {
            font-family: 'Orbitron', sans-serif;
            font-size: 3.2rem;
            font-weight: 700;
            margin-bottom: 60px;
            text-align: center;
            position: relative;
            display: inline-block;
            width: 100%;
            letter-spacing: 4px;
            text-transform: uppercase;
            background: linear-gradient(135deg, var(--cosmic-white), var(--galaxy-violet));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .JXwouYQq::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, var(--solar-gold), var(--galaxy-violet), var(--nebula-pink));
            border-radius: 2px;
            animation: titleUnderline 3s ease-in-out infinite;
        }

        @keyframes titleUnderline {
            0%, 100% { width: 120px; }
            50% { width: 180px; }
        }

        /* About Section - New Design */
        .UWNQqdF2b2o {
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.05), rgba(245, 158, 11, 0.05));
            border-radius: 8px;
            padding: 80px 60px;
            margin: 0 auto;
            max-width: 1400px;
            border: 1px solid rgba(139, 92, 246, 0.2);
        }

        .aCQOBaBcvDQ {
            text-align: center;
            margin-bottom: 80px;
        }

        .aCQOBaBcvDQ h3 {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 30px;
            background: linear-gradient(135deg, var(--solar-gold), var(--galaxy-violet));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .jSdIE7XC1DM {
            font-size: 1.3rem;
            line-height: 1.8;
            color: var(--star-silver);
            max-width: 800px;
            margin: 0 auto;
        }

        .erRDuMAkY9U {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 50px;
            margin-top: 60px;
        }

        .wxFOzl {
            background: rgba(139, 92, 246, 0.08);
            backdrop-filter: blur(15px);
            border-radius: 8px;
            padding: 40px 30px;
            border: 1px solid rgba(139, 92, 246, 0.3);
            transition: all 0.4s ease;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .wxFOzl::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.1), transparent);
            transition: left 0.5s ease;
        }

        .wxFOzl:hover::before {
            left: 100%;
        }

        .wxFOzl:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(139, 92, 246, 0.3);
            border-color: var(--solar-gold);
            background: rgba(139, 92, 246, 0.12);
        }

        .wMOqrkOcpWX {
            font-size: 3rem;
            margin-bottom: 20px;
            display: block;
        }

        .wxFOzl h4 {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--solar-gold);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .wxFOzl p {
            font-size: 1rem;
            line-height: 1.6;
            color: var(--star-silver);
        }

        .EDlhd1W {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 60px;
        }

        .NdjBboH {
            text-align: center;
            padding: 30px 20px;
            background: rgba(30, 58, 138, 0.1);
            border-radius: 8px;
            border: 1px solid rgba(245, 158, 11, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .NdjBboH::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--solar-gold), var(--galaxy-violet));
        }

        .NdjBboH:hover {
            transform: translateY(-5px);
            border-color: var(--solar-gold);
            box-shadow: 0 15px 30px rgba(245, 158, 11, 0.2);
            background: rgba(30, 58, 138, 0.15);
        }

        .b7QF4Mb {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.8rem;
            font-weight: 900;
            color: var(--solar-gold);
            margin-bottom: 8px;
            letter-spacing: 2px;
        }

        .Q0n2qTM {
            font-family: 'Rajdhani', sans-serif;
            font-size: 0.9rem;
            color: var(--star-silver);
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
        }

        /* Mission Tabs Section */
        .T5TTQiU2H {
            padding: 120px 0;
            background: linear-gradient(135deg, rgba(30, 58, 138, 0.05), rgba(139, 92, 246, 0.05));
        }

        .nik0ghzeaEb {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 50px;
        }

        .fdNFoWhOHR {
            display: flex;
            justify-content: center;
            margin-bottom: 60px;
            background: rgba(139, 92, 246, 0.1);
            border-radius: 8px;
            padding: 8px;
            backdrop-filter: blur(10px);
        }

        .mission-tab {
            flex: 1;
            padding: 20px 30px;
            background: transparent;
            border: none;
            color: var(--star-silver);
            font-family: 'Rajdhani', sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
            border-radius: 8px;
            position: relative;
        }

        .mission-tab.active {
            background: linear-gradient(135deg, var(--solar-gold), var(--galaxy-violet));
            color: var(--space-black);
            box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
        }

        .mission-tab:hover:not(.active) {
            background: rgba(245, 158, 11, 0.1);
            color: var(--cosmic-white);
        }

        .mission-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .mission-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .SfJaxaK {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .c1eM6IJ {
            background: rgba(139, 92, 246, 0.08);
            backdrop-filter: blur(15px);
            border-radius: 8px;
            padding: 35px;
            border: 1px solid rgba(139, 92, 246, 0.3);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .c1eM6IJ::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.1), transparent);
            transition: left 0.5s ease;
        }

        .c1eM6IJ:hover::before {
            left: 100%;
        }

        .c1eM6IJ:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(139, 92, 246, 0.3);
            border-color: var(--solar-gold);
            background: rgba(139, 92, 246, 0.12);
        }

        .c1eM6IJ h4 {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--solar-gold);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .c1eM6IJ p {
            font-size: 1rem;
            line-height: 1.7;
            color: var(--star-silver);
            margin-bottom: 20px;
        }

        .dRMfKJe {
            display: inline-block;
            padding: 8px 16px;
            background: rgba(245, 158, 11, 0.2);
            border: 1px solid var(--solar-gold);
            border-radius: 8px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--solar-gold);
        }

        /* Equipment */
        .LWb79De {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            justify-content: center;
        }

        .MkYKtK0zG {
            font-family: 'Rajdhani', sans-serif;
            width: 140px;
            height: 140px;
            background: rgba(139, 92, 246, 0.1);
            border: 2px solid var(--galaxy-violet);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.4s ease;
            cursor: pointer;
            font-weight: 600;
            font-size: 0.9rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-align: center;
        }

        .MkYKtK0zG::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            background: radial-gradient(circle, var(--solar-gold), transparent);
            opacity: 0;
            transition: all 0.4s ease;
            transform: scale(1.2);
        }

        .MkYKtK0zG:hover {
            transform: scale(1.08) rotate(5deg);
            border-color: var(--solar-gold);
            box-shadow: 0 0 40px rgba(245, 158, 11, 0.4);
            background: rgba(245, 158, 11, 0.1);
        }

        .MkYKtK0zG:hover::before {
            opacity: 0.2;
        }

        /* Contact */
        .contact-form {
            max-width: 600px;
            margin: 0 auto;
            background: rgba(139, 92, 246, 0.08);
            backdrop-filter: blur(15px);
            border-radius: 8px;
            padding: 50px;
            border: 1px solid rgba(139, 92, 246, 0.3);
        }

        .ocS3oV {
            margin-bottom: 30px;
        }

        .ocS3oV input,
        .ocS3oV textarea {
            width: 100%;
            padding: 18px;
            background: rgba(139, 92, 246, 0.05);
            border: 2px solid rgba(139, 92, 246, 0.3);
            border-radius: 8px;
            color: var(--cosmic-white);
            font-size: 16px;
            font-family: 'Space Grotesk', sans-serif;
            transition: all 0.3s ease;
        }

        .ocS3oV input:focus,
        .ocS3oV textarea:focus {
            outline: none;
            border-color: var(--solar-gold);
            box-shadow: 0 0 25px rgba(245, 158, 11, 0.3);
            background: rgba(245, 158, 11, 0.05);
        }

        .ocS3oV input::placeholder,
        .ocS3oV textarea::placeholder {
            color: var(--star-silver);
            opacity: 0.7;
        }

        .NSDo3PU {
            font-family: 'Rajdhani', sans-serif;
            background: linear-gradient(135deg, var(--solar-gold), var(--galaxy-violet));
            color: var(--space-black);
            padding: 18px 45px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .NSDo3PU::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(248, 250, 252, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.6s ease;
        }

        .NSDo3PU:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(245, 158, 11, 0.4);
        }

        .NSDo3PU:hover::before {
            width: 300px;
            height: 300px;
        }

        /* Footer */
        footer {
            background: rgba(8, 12, 11, 0.96);
            border-top: 1px solid rgba(139, 92, 246, 0.3);
            padding: 60px 50px 40px;
            margin-top: 120px;
            position: relative;
            z-index: 2;
        }

        .HcGhcXz2 {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .Dj6ABVo9eE h3 {
            font-family: 'Orbitron', sans-serif;
            color: var(--solar-gold);
            margin-bottom: 25px;
            font-size: 1.2rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .Dj6ABVo9eE ul {
            list-style: none;
        }

        .Dj6ABVo9eE ul li {
            margin-bottom: 12px;
        }

        .Dj6ABVo9eE a {
            color: var(--star-silver);
            text-decoration: none;
            transition: all 0.3s ease;
            font-family: 'Space Grotesk', sans-serif;
        }

        .Dj6ABVo9eE a:hover {
            color: var(--galaxy-violet);
            transform: translateX(8px);
            display: inline-block;
        }

        .qd1NVPnHyC {
            display: flex;
            gap: 20px;
            margin-top: 25px;
        }

        .qd1NVPnHyC a {
            width: 45px;
            height: 45px;
            border: 2px solid var(--galaxy-violet);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .qd1NVPnHyC a:hover {
            background: var(--galaxy-violet);
            transform: translateY(-5px) rotate(360deg);
            box-shadow: 0 15px 30px rgba(139, 92, 246, 0.4);
        }

        .TY7XvPx {
            font-family: 'Space Grotesk', sans-serif;
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid rgba(139, 92, 246, 0.2);
            color: var(--star-silver);
            font-size: 0.95rem;
            letter-spacing: 1px;
        }
		.TY7XvPx a {
			color: white;
			text-decoration: none;
		}

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Responsive */
        @media (max-width: 768px) {
            nav {
                padding: 15px 20px;
            }

            .qKyYdyW6FjE {
                font-size: 1.1rem;
            }

            .wT0NF0CW7 {
                width: 35px;
                height: 35px;
            }

            .Nkict4uIR {
                position: relative;
            }

            .RHnF2icMP {
                display: flex;
            }

            .nav-menu {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: rgba(15, 15, 35, 0.98);
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
                margin-top: 15px;
            }

            .nav-menu.active {
                max-height: 400px;
                border-top: 1px solid rgba(139, 92, 246, 0.3);
                box-shadow: 0 15px 40px rgba(15, 15, 35, 0.9);
            }

            nav ul {
                flex-direction: column;
                gap: 0;
                padding: 25px;
            }

            nav ul li {
                padding: 15px 0;
                border-bottom: 1px solid rgba(139, 92, 246, 0.1);
            }

            nav ul li:last-child {
                border-bottom: none;
            }

            .xBRe81 {
                font-size: 2.8rem;
                letter-spacing: 3px;
            }

            .ZDuL5U1 {
                margin-top: 70px;
            }

            .yi8RcxhLHZ {
                font-size: 1.1rem;
                letter-spacing: 2px;
            }
            
            section {
                padding: 90px 20px;
            }

            .UWNQqdF2b2o {
                padding: 40px 30px;
            }

            .erRDuMAkY9U {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .EDlhd1W {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .nik0ghzeaEb {
                padding: 0 20px;
            }

            .fdNFoWhOHR {
                flex-direction: column;
                gap: 8px;
            }

            .SfJaxaK {
                grid-template-columns: 1fr;
            }

            .MkYKtK0zG {
                width: 120px;
                height: 120px;
                font-size: 0.8rem;
            }

            .JXwouYQq {
                font-size: 2.4rem;
                letter-spacing: 2px;
            }

            .contact-form {
                padding: 30px;
            }

            .ocS3oV input,
            .ocS3oV textarea {
                font-size: 14px;
                padding: 15px;
            }

            .NSDo3PU {
                font-size: 14px;
                padding: 15px 35px;
            }

            .qd1NVPnHyC a {
                width: 40px;
                height: 40px;
            }

            .TY7XvPx {
                font-size: 0.85rem;
            }
        }
/* EskaviReon transformation layer */
body, body * {
    letter-spacing: 0 !important;
}

#starfield {
    opacity: 0.32;
}

.qKyYdyW6FjE {
    background: linear-gradient(135deg, var(--solar-gold), var(--cosmic-white), var(--garnet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: none;
}

.wT0NF0CW7 circle,
.wT0NF0CW7 path {
    vector-effect: non-scaling-stroke;
}

nav ul a:hover,
nav ul a.active {
    color: var(--cosmic-white);
    text-shadow: 0 0 12px rgba(216, 178, 91, 0.45);
}

nav ul a::after,
nav ul a.active::after,
.JXwouYQq::after,
.NdjBboH::before {
    background: linear-gradient(90deg, var(--solar-gold), var(--galaxy-violet), var(--garnet));
}

.ZDuL5U1 {
    min-height: calc(100vh - 80px);
    height: auto;
    padding: 120px 24px 150px;
    background:
        linear-gradient(90deg, rgba(8, 12, 11, 0.86), rgba(8, 12, 11, 0.48), rgba(8, 12, 11, 0.82)),
        linear-gradient(180deg, rgba(15, 90, 79, 0.32), rgba(111, 38, 56, 0.22)),
        url('../Qq8rnpyj/v3INo8l9.jpg') center/cover no-repeat;
}

.ZDuL5U1::before {
    background:
        radial-gradient(circle at 18% 28%, rgba(216, 178, 91, 0.22) 0%, transparent 34%),
        radial-gradient(circle at 82% 72%, rgba(15, 90, 79, 0.34) 0%, transparent 38%),
        radial-gradient(circle at 70% 30%, rgba(111, 38, 56, 0.24) 0%, transparent 38%);
    filter: blur(36px);
}

.qH0JUpg {
    background: transparent !important;
    border: 1px solid rgba(216, 178, 91, 0.28);
    filter: none;
    opacity: 0.32;
}

.br9AFo,
.br9AFo::before {
    background: var(--solar-gold);
}

.dbhixs7ec78 {
    max-width: 980px;
    padding: 0 18px;
}

.xBRe81 {
    color: var(--cosmic-white);
    text-transform: none;
    font-size: 4.5rem;
    line-height: 1.05;
    text-shadow: 0 0 28px rgba(216, 178, 91, 0.42);
}

.yi8RcxhLHZ {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.22rem;
    line-height: 1.8;
    text-transform: none;
    background: none;
    -webkit-text-fill-color: var(--star-silver);
    color: var(--star-silver);
}

.iDS6Vuq,
.Lvc8hGa36,
.dRMfKJe {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid rgba(216, 178, 91, 0.46);
    color: var(--solar-gold);
    background: rgba(8, 12, 11, 0.56);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.Lvc8hGa36 {
    margin-left: 10px;
}

.tFp9rvT5,
.IgDdfCrvbu {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 34px;
}

.MCdn5NZKKO,
.mrytV6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.MCdn5NZKKO {
    color: var(--space-black);
    background: linear-gradient(135deg, var(--solar-gold), #fff0b8);
}

.mrytV6 {
    color: var(--cosmic-white);
    border: 1px solid rgba(216, 178, 91, 0.48);
    background: rgba(8, 12, 11, 0.36);
}

.MCdn5NZKKO:hover,
.mrytV6:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 32px rgba(216, 178, 91, 0.18);
}

.seha14xA3 {
    min-height: 58vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    max-width: none;
    width: 100%;
    padding: 110px 24px 90px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(8, 12, 11, 0.88), rgba(8, 12, 11, 0.54)),
        url('../Qq8rnpyj/pcw0yTBDa.jpg') center/cover no-repeat;
}

body[data-page='contact'] .seha14xA3 {
    background:
        linear-gradient(90deg, rgba(8, 12, 11, 0.88), rgba(8, 12, 11, 0.52)),
        url('../Qq8rnpyj/LefouGSr.jpg') center/cover no-repeat;
}

body[data-page='privacy'] .seha14xA3,
body[data-page='terms'] .seha14xA3 {
    background:
        linear-gradient(90deg, rgba(8, 12, 11, 0.9), rgba(16, 25, 23, 0.72)),
        url('../Qq8rnpyj/S3VIPS.jpg') center/cover no-repeat;
}

.seha14xA3 .dbhixs7ec78 {
    text-align: center;
    z-index: 4;
}

.LdFWJs {
    max-width: 840px;
    margin: -28px auto 50px;
    text-align: center;
    color: var(--star-silver);
    font-size: 1.08rem;
    line-height: 1.8;
}

.UWNQqdF2b2o,
.contact-form,
.c1eM6IJ,
.wxFOzl,
.NdjBboH,
.KM0cAEJyh,
.mdQA1iIhO,
.faq-item,
.tJjOUVBT,
.Bepizo,
.PHxloU,
.ZinS03tJsD,
.IPueOWC {
    background: rgba(16, 25, 23, 0.78);
    border: 1px solid rgba(216, 178, 91, 0.24);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.UWNQqdF2b2o {
    padding: 70px 56px;
}

.aCQOBaBcvDQ h3,
.wxFOzl h4,
.c1eM6IJ h4,
.Dj6ABVo9eE h3 {
    color: var(--solar-gold);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.wMOqrkOcpWX {
    color: var(--solar-gold);
}

.tc8rcLpnB,
.HPOCJUxN {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid rgba(216, 178, 91, 0.28);
}

.y8pXHT {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 36px;
    align-items: stretch;
    margin-top: 44px;
}

.ZinS03tJsD,
.IPueOWC {
    border-radius: 8px;
    padding: 34px;
}

.ZinS03tJsD h3,
.KM0cAEJyh h3,
.tJjOUVBT h3,
.PHxloU h3,
.Bepizo h3 {
    font-family: 'Orbitron', sans-serif;
    color: var(--solar-gold);
    font-size: 1.35rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ZinS03tJsD p,
.KM0cAEJyh p,
.tJjOUVBT p,
.PHxloU p,
.Bepizo p,
.mdQA1iIhO p {
    color: var(--star-silver);
    line-height: 1.8;
}

.WVKIKf,
.tJjOUVBT ul {
    color: var(--star-silver);
    margin: 18px 0 0 20px;
    line-height: 1.8;
}

.WVKIKf li,
.tJjOUVBT li {
    margin-bottom: 10px;
}

.fdNFoWhOHR {
    border: 1px solid rgba(216, 178, 91, 0.18);
    background: rgba(8, 12, 11, 0.54);
}

.mission-tab.active,
.NSDo3PU {
    background: linear-gradient(135deg, var(--solar-gold), #f6dfa1);
    color: var(--space-black);
}

.MkYKtK0zG {
    border-color: rgba(216, 178, 91, 0.46);
    background: rgba(16, 25, 23, 0.74);
    cursor: default;
}

.MkYKtK0zG:hover {
    transform: translateY(-5px);
    border-color: var(--solar-gold);
    background: rgba(216, 178, 91, 0.1);
}

.FkkQROBHGP,
.pLxJ9ocYG2M,
.CmBmk0P {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.pLxJ9ocYG2M.wUeiL7wU7t {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.KM0cAEJyh,
.mdQA1iIhO {
    border-radius: 8px;
    padding: 30px;
}

.mdQA1iIhO cite {
    display: block;
    color: var(--solar-gold);
    margin-top: 18px;
    font-style: normal;
    font-weight: 700;
}

.QTKtEQsZ {
    max-width: 980px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    color: var(--cosmic-white);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
    padding: 22px 26px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.faq-question::after {
    content: '+';
    color: var(--solar-gold);
    font-size: 1.4rem;
    line-height: 1;
}

.faq-item.active .faq-question::after {
    content: '-';
}

.A1v55K {
    max-height: 0;
    overflow: hidden;
    padding: 0 26px;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .A1v55K {
    max-height: 340px;
    padding: 0 26px 24px;
}

.A1v55K p {
    color: var(--star-silver);
    line-height: 1.8;
}

.PHxloU {
    border-radius: 8px;
    padding: 42px;
    border-color: rgba(216, 178, 91, 0.4);
}

.pR3vScc010b {
    color: var(--cosmic-white);
    font-weight: 700;
    margin-top: 16px;
}

.kYmHErP0,
.HcbXHw {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 36px;
    align-items: start;
}

.RGvP3B9h {
    display: grid;
    gap: 18px;
}

.MdmQW3i {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.Bepizo {
    min-height: 340px;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(8, 12, 11, 0.86), rgba(18, 60, 53, 0.72)),
        repeating-linear-gradient(45deg, rgba(216, 178, 91, 0.09) 0 2px, transparent 2px 18px);
}

.mH20QXC {
    list-style: none;
    color: var(--star-silver);
    line-height: 2;
}

.tJjOUVBT {
    border-radius: 8px;
    padding: 46px;
    max-width: 980px;
    margin: 0 auto 28px;
}

.tJjOUVBT h2 {
    font-family: 'Orbitron', sans-serif;
    color: var(--solar-gold);
    font-size: 1.65rem;
    margin-bottom: 18px;
}

.tJjOUVBT h3 {
    margin-top: 28px;
}

.cookie-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: 1040px;
    margin: 0 auto;
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 8px;
    background: rgba(8, 12, 11, 0.96);
    border: 1px solid rgba(216, 178, 91, 0.34);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.cookie-banner.visible {
    display: flex;
}

.cookie-banner p {
    color: var(--star-silver);
    line-height: 1.6;
}

.cookie-banner .NSDo3PU {
    width: auto;
    min-width: 120px;
    padding: 12px 18px;
}

footer {
    background: rgba(8, 12, 11, 0.96);
    border-top: 1px solid rgba(216, 178, 91, 0.28);
}

.Dj6ABVo9eE p,
.TY7XvPx {
    color: var(--star-silver);
}

.TY7XvPx a,
.Dj6ABVo9eE a:hover {
    color: var(--solar-gold);
}

@media (max-width: 900px) {
    .y8pXHT,
    .kYmHErP0,
    .HcbXHw,
    .FkkQROBHGP,
    .pLxJ9ocYG2M,
    .pLxJ9ocYG2M.wUeiL7wU7t,
    .CmBmk0P {
        grid-template-columns: 1fr;
    }

    .xBRe81 {
        font-size: 3.1rem;
    }
}

@media (max-width: 768px) {
    .ZDuL5U1 {
        padding: 100px 18px 130px;
    }

    .xBRe81 {
        font-size: 2.6rem;
        line-height: 1.12;
    }

    .yi8RcxhLHZ {
        font-size: 1rem;
    }

    .UWNQqdF2b2o,
    .tJjOUVBT,
    .PHxloU,
    .ZinS03tJsD,
    .IPueOWC {
        padding: 30px 22px;
    }

    .MdmQW3i {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        flex-direction: column;
        align-items: stretch;
    }

    .tFp9rvT5,
    .IgDdfCrvbu {
        align-items: stretch;
        flex-direction: column;
    }

    .MCdn5NZKKO,
    .mrytV6 {
        width: 100%;
    }
}


/* Mobile overflow containment */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.cosmic-particle {
    position: fixed;
}
