* {margin: 0;padding: 0;box-sizing: border-box}body {font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Roboto, sans-serif;background: #0d1117;color: #f0f6fc;line-height: 1.5;overflow-x: hidden;scroll-behavior: smooth;will-change: scroll-position}h1,h2,h3,h4,h5,h6 {margin: 0}p {margin-bottom: 1rem}ul,ol {margin: 0;padding-left: 1.5rem}a {text-decoration: none;color: #58a6ff;transition: color 0.2s}a:hover {color: #a5a5ff}
button {cursor: pointer}img {max-width: 100%;height: auto}
hr {border: none;height: 1px;background: rgba(255, 255, 255, 0.1);margin: 1.5rem 0}
/* Utilities */
.container{max-width:1200px;margin:0 auto;padding:0 20px}.flex{display:flex}.grid{display:grid}.hidden{display:none}.text-center{text-align:center}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:0.25rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.p-0{padding:0}.p-1{padding:0.25rem}.p-2{padding:0.5rem}.p-3{padding:0.75rem}.p-4{padding:1rem}.rounded{border-radius:0.375rem}.shadow{box-shadow:0 1px 3px rgba(0,0,0,0.1)}.transition{transition:all 0.2s}
/* Navigation */
.navbar{position:fixed;top:0;width:100%;background:rgba(13,17,23,0.85);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(48,54,61,0.8);z-index:1000;transition:all 0.15s;will-change:transform,background}
.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:64px}
.nav-logo{display:flex;align-items:center;gap:10px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.35rem;font-weight:700;color:#f0f6fc}
.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white}
.nav-menu{display:flex;list-style:none;gap:1.5rem}
.nav-link{text-decoration:none;color:rgba(240,246,252,0.75);font-weight:500;font-size:0.85rem;transition:all 0.15s;position:relative;padding:6px 12px;border-radius:6px}
.nav-link:hover{color:#f0f6fc;background:rgba(255,255,255,0.04)}
.btn-nav{background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);color:white;border:none;padding:8px 16px;border-radius:16px;font-weight:600;font-size:0.8rem;cursor:pointer;transition:all 0.25s}
.btn-nav:hover{transform:translateY(-1px);box-shadow:0 2px 12px rgba(0,0,0,0.2)}
/* Hero Section */
.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:64px}
.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 35%,rgba(88,166,255,0.15) 0%,transparent 50%),radial-gradient(circle at 75% 15%,rgba(165,165,255,0.15) 0%,transparent 50%),radial-gradient(circle at 35% 75%,rgba(219,97,162,0.1) 0%,transparent 50%);filter:blur(32px);will-change:transform}
.gradient-orb{position:absolute;border-radius:50%;filter:blur(32px);animation:floatSmooth 8s ease-in-out infinite;will-change:transform}
.orb-1{width:240px;height:240px;background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);top:15%;left:8%;animation-delay:0s}
.orb-2{width:160px;height:160px;background:linear-gradient(135deg,#db61a2 0%,#a5a5ff 100%);top:55%;right:15%;animation-delay:2.5s}
.orb-3{width:120px;height:120px;background:linear-gradient(135deg,#56d364 0%,#a5a5ff 100%);bottom:15%;left:55%;animation-delay:5s}
@keyframes floatSmooth{0%,100%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}33%{transform:translate3d(-15px,-10px,0) rotate(120deg) scale(1.05)}66%{transform:translate3d(10px,-15px,0) rotate(240deg) scale(0.95)}}
.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);padding:6px 12px;border-radius:16px;font-size:0.75rem;font-weight:500;color:rgba(240,246,252,0.75);margin-bottom:1.5rem;transition:all 0.25s}
.hero-badge:hover{transform:translateY(-2px);background:rgba(255,255,255,0.08)}
.hero-title{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:3.6rem;font-weight:700;line-height:1.05;margin-bottom:1.2rem;color:#f0f6fc}
.highlight-gradient{background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-subtitle{font-size:1.1rem;color:rgba(240,246,252,0.75);margin-bottom:2.5rem;line-height:1.5;max-width:85%}
.hero-stats{display:flex;gap:1.5rem;margin-bottom:2.5rem}
.stat-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);padding:1.2rem;border-radius:12px;text-align:center;transition:all 0.25s;will-change:transform}
.stat-card:hover{transform:translateY(-3px);background:rgba(255,255,255,0.06)}
.stat-number{display:block;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.25rem;font-weight:700;color:#f0f6fc}
.stat-symbol{font-size:1rem;color:#58a6ff;margin-left:3px}
.stat-label{display:block;font-size:0.8rem;color:rgba(240,246,252,0.6);margin-top:3px}
.hero-buttons{display:flex;gap:0.8rem;align-items:center}
.btn{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;border-radius:24px;border:none;font-weight:600;font-size:0.9rem;cursor:pointer;transition:all 0.25s;will-change:transform}
.btn-primary{background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);color:white;box-shadow:0 2px 12px rgba(0,0,0,0.2)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 24px rgba(0,0,0,0.3)}
.btn-secondary{background:rgba(255,255,255,0.03);color:#f0f6fc;border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px)}
.btn-secondary:hover{background:rgba(255,255,255,0.06);transform:translateY(-2px)}

/* Dashboard Mockup */
.dashboard-mockup{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);border-radius:16px;padding:20px;backdrop-filter:blur(16px);box-shadow:0 4px 24px rgba(0,0,0,0.3);will-change:transform}
.mockup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(48,54,61,0.4)}
.mockup-controls{display:flex;gap:6px}
.control{width:10px;height:10px;border-radius:50%}
.control.red{background:#f85149}
.control.yellow{background:#f78166}
.control.green{background:#56d364}
.mockup-title{font-weight:600;color:#f0f6fc;font-size:0.9rem}
.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}
.analytics-card{background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);border-radius:8px;padding:12px}
.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.card-title{font-size:0.75rem;color:rgba(240,246,252,0.6)}
.metric-display{display:flex;align-items:baseline;gap:6px}
.metric-value{font-size:1.3rem;font-weight:700;color:#f0f6fc}
.metric-change{font-size:0.7rem;padding:1px 4px;border-radius:3px}
.metric-change.positive{background:rgba(86,211,100,0.15);color:#56d364}
.metric-change.stable{background:rgba(88,166,255,0.15);color:#58a6ff}
.progress-visualization{margin-top:12px}
.progress-bar-modern{width:100%;height:6px;background:rgba(255,255,255,0.08);border-radius:3px;overflow:hidden;margin-bottom:8px}
.progress-fill-modern{height:100%;background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);width:75%;border-radius:3px;animation:progressFlowSmooth 4s ease-in-out infinite;will-change:width}
@keyframes progressFlowSmooth{0%{width:65%}50%{width:85%}100%{width:75%}}
.progress-labels{display:flex;justify-content:space-between;font-size:0.65rem;color:rgba(240,246,252,0.4)}

/* Challenge Section */
.challenge-section{padding:100px 0;background:#010409;position:relative}
.section-header{text-align:center;margin-bottom:3rem}
.section-title{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.7rem;font-weight:700;margin-bottom:0.8rem;color:#f0f6fc}
.section-subtitle{font-size:1.1rem;color:rgba(240,246,252,0.75);max-width:540px;margin:0 auto}
.challenge-timeline{max-width:720px;margin:0 auto;position:relative}
.challenge-timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);transform:translateX(-50%)}
.timeline-item{display:flex;align-items:center;margin-bottom:3rem;position:relative;opacity:0;transform:translate3d(0,25px,0);transition:all 0.4s;will-change:transform,opacity}
.timeline-item.visible{opacity:1;transform:translate3d(0,0,0)}
.timeline-item:nth-child(even){flex-direction:row-reverse}
.timeline-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:white;position:relative;z-index:2;margin:0 1.5rem}
.timeline-icon.error{background:linear-gradient(135deg,#f78166 0%,#f85149 100%)}
.timeline-icon.warning{background:linear-gradient(135deg,#db61a2 0%,#a5a5ff 100%)}
.timeline-icon.critical{background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%)}
.timeline-content{flex:1;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);padding:1.5rem;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,0.3)}
.timeline-content h3{font-size:1.3rem;font-weight:600;margin-bottom:0.8rem;color:#f0f6fc}
.timeline-content p{color:rgba(240,246,252,0.75);margin-bottom:1.2rem;line-height:1.5;font-size:0.9rem}
.impact-metric{display:flex;align-items:baseline;gap:6px}
.metric{font-size:1.1rem;font-weight:700;color:#f78166}
.metric-label{font-size:0.8rem;color:rgba(240,246,252,0.6)}

/* Features Section */
.features-section{padding:100px 0;background:#0d1117}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.feature-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);padding:2rem;border-radius:20px;transition:all 0.25s;position:relative;overflow:hidden;will-change:transform}
.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);transform:scaleX(0);transition:transform 0.25s}
.feature-card:hover::before{transform:scaleX(1)}
.feature-card:hover{transform:translate3d(0,-6px,0);background:rgba(255,255,255,0.06);box-shadow:0 4px 24px rgba(0,0,0,0.3)}
.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.3rem;color:white}
.feature-card h3{font-size:1.3rem;font-weight:600;margin-bottom:0.8rem;color:#f0f6fc}
.feature-card p{color:rgba(240,246,252,0.75);line-height:1.5;font-size:0.9rem}

/* Why Choose SRAC Section */
.why-choose-section{padding:100px 0;background:#010409}
.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}
.advantage-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);padding:2rem;border-radius:20px;transition:all 0.25s;position:relative;overflow:hidden;will-change:transform}
.advantage-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;transition:all 0.25s}
.advantage-card.enterprise::before{background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%)}
.advantage-card.innovation::before{background:linear-gradient(135deg,#db61a2 0%,#a5a5ff 100%)}
.advantage-card.scalability::before{background:linear-gradient(135deg,#56d364 0%,#a5a5ff 100%)}
.advantage-card.integration::before{background:linear-gradient(135deg,#f78166 0%,#f85149 100%)}
.advantage-card:hover{transform:translate3d(0,-6px,0);background:rgba(255,255,255,0.06);box-shadow:0 4px 24px rgba(0,0,0,0.3)}
.advantage-icon{width:56px;height:56px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.3rem;color:#58a6ff}
.advantage-card h3{font-size:1.3rem;font-weight:600;margin-bottom:0.8rem;color:#f0f6fc}
.advantage-card>p{color:rgba(240,246,252,0.75);margin-bottom:1.2rem;line-height:1.5;font-size:0.9rem}
.feature-list{list-style:none}
.feature-list li{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:rgba(240,246,252,0.75);font-size:0.8rem}
.feature-list i{color:#56d364;font-size:0.7rem}

/* Comparison Section */
.comparison-section{padding:100px 0;background:#0d1117}
.comparison-table{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,0.3)}
.table-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:rgba(88,166,255,0.08);border-bottom:1px solid rgba(48,54,61,0.8)}
.header-cell{padding:1.2rem;font-weight:600;color:#f0f6fc;text-align:center;font-size:0.95rem}
.table-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid rgba(255,255,255,0.05);transition:all 0.15s}
.table-row:hover{background:rgba(255,255,255,0.015)}
.table-row:last-child{border-bottom:none}
.cell{padding:1.2rem;border-right:1px solid rgba(255,255,255,0.05);display:flex;align-items:center;font-size:0.85rem}
.cell:last-child{border-right:none}
.cell.criteria{font-weight:600;background:rgba(255,255,255,0.015);color:#f0f6fc}
.cell.srac{color:#56d364;font-weight:500}
.cell.manual{color:#f85149}

/* Performance Section */
.performance-section{padding:100px 0;background:#010409}
.performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.performance-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);padding:2rem;border-radius:20px;text-align:center;transition:all 0.25s;box-shadow:0 4px 24px rgba(0,0,0,0.3);will-change:transform}
.performance-card:hover{transform:translate3d(0,-6px,0);background:rgba(255,255,255,0.06);box-shadow:0 4px 24px rgba(0,0,0,0.3)}
.performance-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#f0f6fc}
.time-comparison{display:flex;align-items:center;justify-content:space-between;gap:0.8rem}
.manual-time,.srac-time{flex:1;padding:1.2rem;border-radius:12px;backdrop-filter:blur(8px)}
.manual-time{background:rgba(248,81,73,0.08);border:1px solid rgba(248,81,73,0.15);color:#f85149}
.srac-time{background:rgba(86,211,100,0.08);border:1px solid rgba(86,211,100,0.15);color:#56d364}
.vs{font-weight:700;color:rgba(240,246,252,0.75);font-size:0.8rem}
.label{display:block;font-size:0.75rem;font-weight:600;margin-bottom:6px;opacity:0.7}
.time{display:block;font-size:1.1rem;font-weight:700}

/* Enhanced About Section */
.about-section{padding:100px 0;background:#0d1117}
.about-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}
.story-content{display:flex;flex-direction:column;gap:1.5rem}
.vision-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);padding:2rem;border-radius:20px;margin-bottom:1.5rem}
.vision-header{display:flex;align-items:center;gap:0.8rem;margin-bottom:1.2rem}
.vision-icon{width:40px;height:40px;background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-size:1rem}
.vision-card h3{font-size:1.3rem;font-weight:600;color:#f0f6fc}
.vision-card p{color:rgba(240,246,252,0.75);line-height:1.6;font-size:0.95rem}
.mission-stats{display:flex;gap:1.5rem;margin:1.5rem 0}
.mission-stat{text-align:center}
.mission-stat .stat-number{display:block;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.8rem;font-weight:700;color:#58a6ff;margin-bottom:3px}
.mission-stat .stat-label{font-size:0.8rem;color:rgba(240,246,252,0.6)}
.technology-highlight{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);padding:1.5rem;border-radius:16px;margin-top:1.5rem}
.technology-highlight h4{font-size:1.1rem;font-weight:600;color:#f0f6fc;margin-bottom:1.2rem}
.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.8rem}
.tech-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0.8rem;background:rgba(255,255,255,0.02);border-radius:10px;transition:all 0.25s;will-change:transform}
.tech-item:hover{background:rgba(255,255,255,0.06);transform:translateY(-1px)}
.tech-item i{font-size:1.3rem;color:#58a6ff}
.tech-item span{font-size:0.75rem;color:rgba(240,246,252,0.75);font-weight:500}
.developer-showcase{display:flex;flex-direction:column;gap:1.5rem}
.developer-card-premium{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);border-radius:20px;overflow:hidden;position:relative;transition:all 0.25s;will-change:transform}
.developer-card-premium:hover{transform:translateY(-3px);box-shadow:0 4px 24px rgba(0,0,0,0.3)}
.developer-background{height:64px;background:linear-gradient(135deg,#58a6ff 0%,#a5a5ff 100%);position:relative;overflow:hidden}
.bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:0.2}
.developer-content{padding:0 1.5rem 1.5rem;text-align:center}
.developer-avatar{width:64px;height:64px;margin:-32px auto 1.2rem;position:relative;border-radius:16px;overflow:hidden;border:2px solid #0d1117}
.developer-avatar img{width:100%;height:100%;object-fit:cover}
.avatar-status{position:absolute;bottom:1px;right:1px;width:12px;height:12px;background:#56d364;border:1px solid #0d1117;border-radius:50%}
.developer-info h3{font-size:1.1rem;font-weight:600;color:#f0f6fc;margin-bottom:3px}
.developer-title{color:#58a6ff;font-weight:500;margin-bottom:0.8rem;font-size:0.85rem}
.developer-credentials{color:rgba(240,246,252,0.75);font-size:0.8rem;margin-bottom:1.2rem;line-height:1.4}
.expertise-tags{display:flex;justify-content:center;gap:6px;margin-bottom:1.2rem}
.tag{background:rgba(88,166,255,0.15);color:#58a6ff;padding:3px 8px;border-radius:8px;font-size:0.7rem;font-weight:500}
.social-links-premium{display:flex;justify-content:center;gap:8px}
.social-link{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all 0.25s;border:1px solid rgba(255,255,255,0.05);will-change:transform}
.social-link.github{background:rgba(255,255,255,0.03);color:rgba(240,246,252,0.75)}
.social-link.linkedin{background:rgba(0,119,181,0.15);color:#0077B5}
.social-link.email{background:rgba(247,129,102,0.15);color:#f78166}
.social-link:hover{transform:translateY(-1px);background:rgba(255,255,255,0.08)}
.quality-certification{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);backdrop-filter:blur(16px);border-radius:16px;padding:1.2rem}
.cert-badge{display:flex;align-items:center;gap:0.8rem}
.cert-icon{width:40px;height:40px;background:linear-gradient(135deg,#f78166 0%,#f85149 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;font-size:1rem}
.cert-content h4{font-size:0.95rem;font-weight:600;color:#f0f6fc;margin-bottom:3px}
.cert-content p{font-size:0.8rem;color:rgba(240,246,252,0.75);line-height:1.3}

/* Footer */
.footer{background:#161b22;border-top:1px solid rgba(255,255,255,0.1);padding:50px 0 25px}
.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:1.5rem}
.footer-logo{display:flex;align-items:center;gap:10px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:0.8rem;color:#f0f6fc}
.footer-logo i{color:#58a6ff}
.footer-section p{color:rgba(240,246,252,0.75);line-height:1.5;margin-bottom:0.8rem;font-size:0.85rem}
.footer-section h4{margin-bottom:0.8rem;color:#f0f6fc;font-weight:600;font-size:0.9rem}
.footer-section ul{list-style:none}
.footer-section ul li{margin-bottom:6px}
.footer-section a{color:rgba(240,246,252,0.75);text-decoration:none;transition:color 0.15s;font-size:0.8rem}
.footer-section a:hover{color:#58a6ff}
.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);color:rgba(240,246,252,0.75);font-size:0.8rem}

/* Mobile Navigation & Responsive */
@media (max-width:768px){.nav-menu{position:fixed;left:-100%;top:64px;flex-direction:column;background:rgba(13,17,23,0.95);backdrop-filter:blur(20px);width:100%;text-align:center;transition:all 0.25s;box-shadow:0 4px 24px rgba(0,0,0,0.3);padding:1.5rem 0;border-top:1px solid rgba(255,255,255,0.1)}.nav-menu.active{left:0}.nav-menu li{margin:0.8rem 0}.nav-link{font-size:1rem;padding:0.8rem;display:block}.hamburger{display:flex;flex-direction:column;cursor:pointer;z-index:1001}.hamburger span{width:20px;height:1.5px;background:#f0f6fc;margin:2.5px 0;transition:all 0.25s;border-radius:1px}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-4px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-4px,-5px)}.hero-container,.about-layout{grid-template-columns:1fr;gap:2.5rem}.hero-title{font-size:2.8rem}.hero-stats{flex-direction:column;gap:0.8rem}.hero-buttons{flex-direction:column}.section-title{font-size:2.2rem}.challenge-timeline::before{left:16px}.timeline-item{flex-direction:row!important;padding-left:48px}.timeline-item:nth-child(even){flex-direction:row!important}.timeline-icon{position:absolute;left:0;margin:0;width:48px;height:48px}.table-row,.table-header{grid-template-columns:1fr}.time-comparison{flex-direction:column}.footer-content{grid-template-columns:1fr;text-align:center}.mission-stats{justify-content:center}.tech-grid{grid-template-columns:repeat(2,1fr)}}

/* Advanced Space Background System */
.space-bg{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-1;background:radial-gradient(ellipse at 30% 20%,rgba(13,17,23,0.9) 0%,rgba(1,4,9,0.98) 40%,#000000 100%)}
.space-layer-1,.space-layer-2,.space-layer-3{position:absolute;width:300%;height:300%;top:-100%;left:-100%}
.space-layer-1{animation:spaceRotate 200s infinite linear;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><filter id="glow"><feGaussianBlur stdDeviation="2" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow)"><circle cx="100" cy="200" r="1.5" fill="rgba(255,255,255,0.8)"><animate attributeName="opacity" values="0.3;1;0.3" dur="4s" repeatCount="indefinite"/></circle><circle cx="300" cy="100" r="1" fill="rgba(88,166,255,0.7)"><animate attributeName="opacity" values="0.2;0.9;0.2" dur="6s" repeatCount="indefinite"/></circle><circle cx="500" cy="400" r="1.2" fill="rgba(165,165,255,0.6)"><animate attributeName="opacity" values="0.4;1;0.4" dur="3s" repeatCount="indefinite"/></circle><circle cx="700" cy="150" r="0.8" fill="rgba(219,97,162,0.5)"><animate attributeName="opacity" values="0.1;0.8;0.1" dur="5s" repeatCount="indefinite"/></circle><circle cx="150" cy="600" r="1.3" fill="rgba(247,129,102,0.6)"><animate attributeName="opacity" values="0.3;0.9;0.3" dur="7s" repeatCount="indefinite"/></circle><circle cx="800" cy="500" r="0.9" fill="rgba(86,211,100,0.4)"><animate attributeName="opacity" values="0.2;0.7;0.2" dur="4.5s" repeatCount="indefinite"/></circle><circle cx="400" cy="750" r="1.1" fill="rgba(255,255,255,0.5)"><animate attributeName="opacity" values="0.3;0.8;0.3" dur="3.5s" repeatCount="indefinite"/></circle><circle cx="600" cy="300" r="0.7" fill="rgba(88,166,255,0.6)"><animate attributeName="opacity" values="0.4;1;0.4" dur="6s" repeatCount="indefinite"/></circle><circle cx="250" cy="450" r="1.4" fill="rgba(165,165,255,0.7)"><animate attributeName="opacity" values="0.2;0.9;0.2" dur="5s" repeatCount="indefinite"/></circle><circle cx="900" cy="200" r="0.6" fill="rgba(219,97,162,0.4)"><animate attributeName="opacity" values="0.3;0.7;0.3" dur="4s" repeatCount="indefinite"/></circle></g></svg>') repeat}
.space-layer-2{animation:spaceRotateReverse 150s infinite linear;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"><defs><radialGradient id="galaxy" cx="50%" cy="50%"><stop offset="0%" stop-color="rgba(88,166,255,0.15)"/><stop offset="50%" stop-color="rgba(165,165,255,0.08)"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><circle cx="200" cy="200" r="30" fill="url(%23galaxy)" opacity="0.6"><animateTransform attributeName="transform" type="rotate" values="0 200 200;360 200 200" dur="20s" repeatCount="indefinite"/></circle><circle cx="600" cy="400" r="40" fill="url(%23galaxy)" opacity="0.4"><animateTransform attributeName="transform" type="rotate" values="360 600 400;0 600 400" dur="25s" repeatCount="indefinite"/></circle><circle cx="100" cy="600" r="25" fill="url(%23galaxy)" opacity="0.5"><animateTransform attributeName="transform" type="rotate" values="0 100 600;360 100 600" dur="30s" repeatCount="indefinite"/></circle></svg>') repeat}
.space-layer-3{animation:spaceFloat 100s infinite ease-in-out;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1200"><defs><radialGradient id="nebula1" cx="30%" cy="30%"><stop offset="0%" stop-color="rgba(219,97,162,0.12)"/><stop offset="70%" stop-color="rgba(247,129,102,0.06)"/><stop offset="100%" stop-color="transparent"/></radialGradient><radialGradient id="nebula2" cx="70%" cy="70%"><stop offset="0%" stop-color="rgba(88,166,255,0.08)"/><stop offset="60%" stop-color="rgba(165,165,255,0.04)"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><ellipse cx="300" cy="200" rx="80" ry="50" fill="url(%23nebula1)" transform="rotate(30 300 200)"><animate attributeName="opacity" values="0.3;0.7;0.3" dur="15s" repeatCount="indefinite"/></ellipse><ellipse cx="800" cy="600" rx="100" ry="60" fill="url(%23nebula2)" transform="rotate(-45 800 600)"><animate attributeName="opacity" values="0.2;0.6;0.2" dur="18s" repeatCount="indefinite"/></ellipse><ellipse cx="150" cy="800" rx="70" ry="40" fill="url(%23nebula1)" transform="rotate(60 150 800)"><animate attributeName="opacity" values="0.4;0.8;0.4" dur="12s" repeatCount="indefinite"/></ellipse></svg>') repeat}
@keyframes spaceRotate{0%{transform:translate3d(0,0,0) rotate(0deg)}100%{transform:translate3d(-33.33%,-33.33%,0) rotate(360deg)}}
@keyframes spaceRotateReverse{0%{transform:translate3d(0,0,0) rotate(360deg)}100%{transform:translate3d(-25%,-25%,0) rotate(0deg)}}
@keyframes spaceFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}25%{transform:translate3d(-2%,-1%,0) scale(1.02)}50%{transform:translate3d(-1%,-3%,0) scale(0.98)}75%{transform:translate3d(-3%,-2%,0) scale(1.01)}}

/* Cosmic Galaxy Clusters */
.galaxy-cluster {position: absolute;width: 200px;height: 200px;border-radius: 50%;background: radial-gradient(ellipse at center,rgba(88,166,255,0.08) 0%,rgba(165,165,255,0.05) 30%,rgba(219,97,162,0.03) 60%,transparent 80%);
    animation: galaxyClusterRotate 120s infinite linear;
    filter: blur(1px);
}

.galaxy-cluster::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 40%,
        rgba(88,166,255,0.12) 0%,
        rgba(165,165,255,0.06) 50%,
        transparent 70%
    );
    animation: galaxyClusterPulse 15s infinite ease-in-out;
}

.galaxy-cluster::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255,255,255,0.15) 0%,
        rgba(88,166,255,0.08) 40%,
        transparent 70%
    );
    animation: galaxyClusterCore 8s infinite ease-in-out;
}

/* Spiral Galaxy Arms */
.spiral-galaxy {
    position: absolute;
    width: 300px;
    height: 300px;
    transform-origin: center;
    animation: spiralGalaxyRotate 200s infinite linear;
}

.galaxy-arm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 150px;
    transform-origin: bottom center;
    background: linear-gradient(
        to top,
        transparent 0%,
        rgba(88,166,255,0.4) 20%,
        rgba(165,165,255,0.6) 50%,
        rgba(219,97,162,0.3) 80%,
        transparent 100%
    );
    border-radius: 2px;
    filter: blur(0.5px);
}

.galaxy-arm:nth-child(1) { transform: translate(-50%, -100%) rotate(0deg); }
.galaxy-arm:nth-child(2) { transform: translate(-50%, -100%) rotate(72deg); }
.galaxy-arm:nth-child(3) { transform: translate(-50%, -100%) rotate(144deg); }
.galaxy-arm:nth-child(4) { transform: translate(-50%, -100%) rotate(216deg); }
.galaxy-arm:nth-child(5) { transform: translate(-50%, -100%) rotate(288deg); }

/* Galaxy Dust Clouds */
.galaxy-dust {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center,
        rgba(247,129,102,0.06) 0%,
        rgba(219,97,162,0.04) 40%,
        transparent 70%
    );
    animation: galaxyDustFloat 80s infinite ease-in-out;
    filter: blur(2px);
}

.galaxy-dust:nth-child(odd) {
    animation-direction: reverse;
    background: radial-gradient(
        ellipse at center,
        rgba(86,211,100,0.05) 0%,
        rgba(88,166,255,0.03) 40%,
        transparent 70%
    );
}

/* Cosmic Nebula Clouds */
.cosmic-nebula {
    position: absolute;
    border-radius: 40% 60% 30% 70%;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(219,97,162,0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(88,166,255,0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 10%, rgba(165,165,255,0.06) 0%, transparent 40%);
    animation: cosmicNebulaShift 60s infinite ease-in-out;
    filter: blur(4px);
    box-shadow: inset 0 0 50px rgba(88, 166, 255, 0.1);
}

/* Stellar Nursery */
.stellar-nursery {
    position: absolute;
    width: 200px;
    height: 120px;
    background: 
        radial-gradient(ellipse at 30% 30%, rgba(247, 129, 102, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(219, 97, 162, 0.12) 0%, transparent 40%);
    border-radius: 60% 40% 70% 30%;
    animation: stellarNurseryGlow 25s infinite ease-in-out;
    filter: blur(2px);
}

.stellar-nursery::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 30%;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 
        12px 18px 0 2px rgba(88, 166, 255, 0.8),
        10px 15px 0 1px rgba(88, 166, 255, 0.6),
        -10px 12px 0 1px rgba(165, 165, 255, 0.7),
        -8px 8px 0 0.5px rgba(165, 165, 255, 0.5),
        18px -6px 0 1.5px rgba(219, 97, 162, 0.6),
        15px -3px 0 1px rgba(219, 97, 162, 0.4),
        -6px -12px 0 1px rgba(247, 129, 102, 0.7),
        -3px -8px 0 0.8px rgba(247, 129, 102, 0.5);
    animation: newStarTwinkle 4s infinite ease-in-out;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .navbar-modern .nav-menu-modern {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        width: 100%;
        text-align: center;
        transition: all 0.3s;
        padding: 2rem 0;
        border-top: 1px solid rgba(88, 166, 255, 0.2);
    }
    
    .nav-menu-modern.active {
        left: 0;
    }
    
    .hamburger-modern {
        display: flex;
    }
    
    .nav-actions {
        display: none;
    }
    
    .components-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .quick-actions {
        justify-content: center;
    }
}

/* Modern Navigation */
.navbar-modern {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(88, 166, 255, 0.2);
    z-index: 1000;
    transition: all 0.3s;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.nav-container-modern {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f0f6fc;
}

.logo-icon-modern {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #58a6ff 0%, #a5a5ff 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 15px rgba(88, 166, 255, 0.3);
}

.nav-menu-modern {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-link-modern {
    text-decoration: none;
    color: rgba(240, 246, 252, 0.75);
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s;
    position: relative;
    padding: 8px 16px;
    border-radius: 8px;
}

.nav-link-modern:hover,
.nav-link-modern.active {
    color: #58a6ff;
    background: rgba(88, 166, 255, 0.1);
}

.nav-link-modern.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #58a6ff;
    border-radius: 50%;
    box-shadow: 0 0 10px #58a6ff;
}

.nav-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.btn-download,
.btn-demo {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 20px;
    border: none;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-download {
    background: linear-gradient(135deg, #58a6ff 0%, #a5a5ff 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(88, 166, 255, 0.3);
}

.btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(88, 166, 255, 0.4);
}

.btn-demo {
    background: rgba(255, 255, 255, 0.05);
    color: #f0f6fc;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-demo:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.hamburger-modern {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s;
}

.hamburger-modern:hover {
    background: rgba(88, 166, 255, 0.1);
}

.hamburger-modern span {
    width: 22px;
    height: 2px;
    background: #f0f6fc;
    margin: 3px 0;
    transition: all 0.3s;
    border-radius: 2px;
}

.hamburger-modern.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-modern.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-modern.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Components Section */
.components-section {
    padding: 120px 0;
    background: #0d1117;
    position: relative;
}

.components-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.component-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.component-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s;
}

.component-card.primary::before { background: linear-gradient(90deg, #58a6ff, #a5a5ff); }
.component-card.secondary::before { background: linear-gradient(90deg, #db61a2, #a5a5ff); }
.component-card.accent::before { background: linear-gradient(90deg, #56d364, #58a6ff); }
.component-card.info::before { background: linear-gradient(90deg, #f78166, #db61a2); }
.component-card.success::before { background: linear-gradient(90deg, #56d364, #a5a5ff); }
.component-card.warning::before { background: linear-gradient(90deg, #f78166, #f85149); }

.component-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.component-icon {
    width: 60px;
    height: 60px;
    background: rgba(88, 166, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.5rem;
    color: #58a6ff;
}

.component-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f0f6fc;
}

.component-card p {
    color: rgba(240, 246, 252, 0.75);
    margin-bottom: 20px;
    line-height: 1.5;
}

.component-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-component {
    background: linear-gradient(135deg, #58a6ff 0%, #a5a5ff 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-component:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(88, 166, 255, 0.3);
}

.status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.active { background: rgba(86, 211, 100, 0.2); color: #56d364; }
.status-badge.maintenance { background: rgba(247, 129, 102, 0.2); color: #f78166; }
.status-badge.secure { background: rgba(88, 166, 255, 0.2); color: #58a6ff; }

.quick-access-panel {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 24px;
    margin-top: 32px;
}

.quick-access-panel h3 {
    margin-bottom: 16px;
    color: #f0f6fc;
}

.quick-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.quick-btn {
    background: rgba(255, 255, 255, 0.05);
    color: #f0f6fc;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.quick-btn:hover {
    background: rgba(88, 166, 255, 0.1);
    color: #58a6ff;
    transform: translateY(-1px);
}

/* Enhanced Galaxy Clusters */
.galaxy-cluster {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center,
        rgba(88, 166, 255, 0.15) 0%,
        rgba(165, 165, 255, 0.08) 30%,
        rgba(219, 97, 162, 0.05) 60%,
        transparent 80%
    );
    animation: galaxyClusterRotate 120s infinite linear;
    filter: blur(2px);
    opacity: 0.8;
}

.galaxy-cluster::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 40%,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(88, 166, 255, 0.15) 30%,
        rgba(165, 165, 255, 0.08) 60%,
        transparent 80%
    );
    animation: galaxyClusterPulse 15s infinite ease-in-out;
}

.galaxy-cluster::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(88, 166, 255, 0.2) 40%,
        rgba(165, 165, 255, 0.1) 70%,
        transparent 90%
    );
    animation: galaxyClusterCore 8s infinite ease-in-out;
    box-shadow: 0 0 20px rgba(88, 166, 255, 0.3);
}

.spiral-galaxy {
    position: absolute;
    width: 400px;
    height: 400px;
    transform-origin: center;
    animation: spiralGalaxyRotate 200s infinite linear;
    opacity: 0.6;
}

.galaxy-arm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 200px;
    transform-origin: bottom center;
    background: linear-gradient(
        to top,
        transparent 0%,
        rgba(88, 166, 255, 0.6) 20%,
        rgba(165, 165, 255, 0.8) 50%,
        rgba(219, 97, 162, 0.4) 80%,
        transparent 100%
    );
    border-radius: 3px;
    filter: blur(1px);
    box-shadow: 0 0 10px rgba(88, 166, 255, 0.4);
}

.cosmic-nebula {
    position: absolute;
    border-radius: 40% 60% 30% 70%;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(219, 97, 162, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(88, 166, 255, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 10%, rgba(165, 165, 255, 0.06) 0%, transparent 40%);
    animation: cosmicNebulaShift 60s infinite ease-in-out;
    filter: blur(4px);
    box-shadow: inset 0 0 50px rgba(88, 166, 255, 0.1);
}

.stellar-nursery {
    position: absolute;
    width: 200px;
    height: 120px;
    background: 
        radial-gradient(ellipse at 30% 30%, rgba(247, 129, 102, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(219, 97, 162, 0.12) 0%, transparent 40%);
    border-radius: 60% 40% 70% 30%;
    animation: stellarNurseryGlow 25s infinite ease-in-out;
    filter: blur(2px);
}

.stellar-nursery::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 30%;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 
        12px 18px 0 2px rgba(88, 166, 255, 0.8),
        10px 15px 0 1px rgba(88, 166, 255, 0.6),
        -10px 12px 0 1px rgba(165, 165, 255, 0.7),
        -8px 8px 0 0.5px rgba(165, 165, 255, 0.5),
        18px -6px 0 1.5px rgba(219, 97, 162, 0.6),
        15px -3px 0 1px rgba(219, 97, 162, 0.4),
        -6px -12px 0 1px rgba(247, 129, 102, 0.7),
        -3px -8px 0 0.8px rgba(247, 129, 102, 0.5);
    animation: newStarTwinkle 4s infinite ease-in-out;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav-container-modern {
        padding: 0 20px;
    }
    
    .navbar-modern .nav-menu-modern {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        width: 100%;
        text-align: center;
        transition: all 0.3s;
        padding: 2rem 0;
        border-top: 1px solid rgba(88, 166, 255, 0.2);
        height: calc(100vh - 70px);
        overflow-y: auto;
    }
    
    .nav-menu-modern.active {
        left: 0;
    }
    
    .nav-menu-modern li {
        margin: 10px 0;
    }
    
    .nav-link-modern {
        display: block;
        padding: 15px 20px;
        font-size: 1.1rem;
        border-radius: 8px;
        margin: 0 20px;
        transition: all 0.3s;
    }
    
    .nav-link-modern:hover {
        background: rgba(88, 166, 255, 0.1);
        color: #58a6ff;
    }
    
    .hamburger-modern {
        display: flex;
    }
    
    .nav-actions {
        display: none;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .components-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .quick-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Simple Star Animations - Guaranteed Visible */
@keyframes twinkle {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes colorTwinkle {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    25% { opacity: 0.8; transform: scale(1.1); }
    75% { opacity: 0.6; transform: scale(0.9); }
}

@keyframes shootAcross {
    0% { transform: translate3d(0, 0, 0) rotate(-20deg); opacity: 0; }
    5% { opacity: 1; }
    95% { opacity: 1; }
    100% { transform: translate3d(120vw, -80px, 0) rotate(-20deg); opacity: 0; }
}

/* Force visible stars */
.visible-star, .colored-star {
    z-index: 2 !important;
    display: block !important;
    visibility: visible !important;
}

/* Enhanced card glow when hovering */
.card-hover-glow {
    box-shadow: 0 8px 40px rgba(88,166,255,0.15), 0 0 20px rgba(88,166,255,0.1) !important;
    background: rgba(255,255,255,0.06) !important;
}

/* Ensure space background is visible */
.space-bg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}