.homepage{width:100%;min-height:100vh;background:#000;color:#fff}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo .logo-text{font-size:1.5rem;font-weight:700;letter-spacing:2px;color:#fff}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:#fffc;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#fff}.nav-cta{background:#fff;color:#000;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-cta:hover{background:#ffffffe6;transform:translateY(-1px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;overflow:hidden}.hero-content{max-width:1400px;width:100%;z-index:2;text-align:center}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:#ffffffb3;max-width:700px;margin:0 auto 3rem;line-height:1.6}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:#000;border:none;padding:1rem 2.5rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:#ffffffe6;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2.5rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{border-color:#fff9;background:#ffffff0d}.hero-visual{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.hero-gradient{width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.capabilities{padding:8rem 2rem;background:#000}.section-container{max-width:1400px;margin:0 auto}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;text-align:center;margin-bottom:4rem;letter-spacing:-.02em}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.capability-card{padding:2.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.capability-card:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-4px)}.capability-icon{font-size:3rem;margin-bottom:1.5rem}.capability-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.capability-card p{color:#ffffffb3;line-height:1.6}.mission{padding:8rem 2rem;background:#000}.mission-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mission-text h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.mission-text p{font-size:1.2rem;color:#ffffffb3;line-height:1.8;margin-bottom:2rem}.mission-visual{position:relative;height:400px;border-radius:8px;overflow:hidden}.mission-gradient{width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.news{padding:8rem 2rem;background:#000}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.news-card{padding:2.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.news-card:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-4px)}.news-date{color:#ffffff80;font-size:.9rem;margin-bottom:1rem}.news-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.news-card p{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.news-link{color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}.news-link:hover{color:#fffc}.footer{padding:4rem 2rem 2rem;background:#000;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:1.5rem;color:#ffffffe6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-logo{font-size:1.5rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem}.footer-copyright{color:#ffffff80;font-size:.85rem}@media (max-width: 768px){.nav-links{display:none}.mission-content{grid-template-columns:1fr}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
