.navigation{display:flex}.nav-list{display:flex;gap:3rem;list-style:none;margin:0;padding:0}.nav-link{color:#a0a0a0;font-weight:700;padding:.5rem 0;border-bottom:3px solid transparent;transition:all .3s ease;position:relative;font-size:.95rem;text-transform:uppercase;letter-spacing:2px;font-family:Courier New,monospace}.nav-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:3px;background:linear-gradient(90deg,#0f8,#00d4ff);transition:width .3s ease;box-shadow:0 0 10px #0f8}.nav-link:hover{color:#0f8;text-shadow:0 0 10px #00ff88}.nav-link:hover:after{width:100%}.nav-link.active{color:#0f8;text-shadow:0 0 10px #00ff88}.nav-link.active:after{width:100%}@media (max-width: 768px){.navigation{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#0a0e27fa,#1a1f3afa);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid rgba(0,255,136,.3);max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 10px 40px #00ff881a}.navigation.open{max-height:400px}.nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-link{border-bottom:none;border-left:4px solid transparent;padding:1rem 2rem 1rem 1.5rem;display:block;color:#a0a0a0}.nav-link:hover,.nav-link.active{background-color:#00ff881a;border-left-color:#0f8;border-bottom:none;color:#0f8;text-shadow:0 0 10px #00ff88}.nav-link:after{display:none}}.header{background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.header:hover{box-shadow:0 4px 12px #00000014}.header-container{max-width:1400px;margin:0 auto;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem;transition:all .3s ease}.logo:hover{transform:scale(1.01)}.logo-img{height:50px;width:auto;object-fit:contain;filter:drop-shadow(0 1px 3px rgba(0,0,0,.1));transition:all .3s ease}.logo-img:hover{filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}.mobile-menu-btn{display:none;background:none;font-size:1.5rem;color:#333;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;border:2px solid transparent;font-weight:700}.mobile-menu-btn:hover{background-color:#0000000d;color:#ff6b35;border-color:#ff6b35}@media (max-width: 768px){.header-container{padding:1rem}.logo h1{font-size:1.5rem}.mobile-menu-btn{display:block}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem;margin-top:6rem;border-top:4px solid #ff6b35}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{width:100%}.footer-links-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(255,107,53,.2)}.footer-column h4{color:#ff6b35;font-size:1.1rem;margin-bottom:1rem;letter-spacing:.5px;font-weight:700;font-family:Segoe UI,Roboto,sans-serif}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#ccc;text-decoration:none;transition:all .3s ease;font-size:.95rem;font-family:Segoe UI,Roboto,sans-serif}.footer-column a:hover{color:#ff6b35;padding-left:.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;text-align:center}.footer-bottom p{margin:0;color:#999;font-size:.9rem;flex:1;font-family:Segoe UI,Roboto,sans-serif}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #ff6b35;border-radius:50%;color:#ff6b35;text-decoration:none;transition:all .3s ease;font-weight:700;font-size:1.2rem}.social-links a:hover{background:#ff6b35;color:#fff;box-shadow:0 0 15px #ff6b3566}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem}.contact-icon{display:inline-flex;align-items:center;justify-content:center;min-width:24px;font-size:1.2rem;flex-shrink:0}.contact-text{color:#ccc;line-height:1.4;font-family:Segoe UI,Roboto,sans-serif}.contact-list a{color:#ccc;text-decoration:none;transition:all .3s ease;line-height:1.4;font-family:Segoe UI,Roboto,sans-serif}.contact-list a:hover{color:#ff6b35}@media (max-width: 768px){.footer{padding:2rem 0 1rem;margin-top:3rem}.footer-container{padding:0 1rem}.footer-links-section{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom{flex-direction:column;gap:1rem}.footer-bottom p{font-size:.85rem}.social-links{gap:1rem}.social-links a{width:35px;height:35px;font-size:1rem}}.layout{display:flex;flex-direction:column;min-height:100vh;background-color:var(--white)}.layout-main{flex:1;padding:2rem 0;animation:fadeIn .3s ease}@media (max-width: 768px){.layout-main{padding:1.5rem 0}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #ff6b35;--secondary: #f7931e;--accent: #00d4ff;--dark-bg: #ffffff;--dark-secondary: #f5f5f5;--dark-tertiary: #eeeeee;--text-primary: #1a1a1a;--text-secondary: #666666;--border-color: rgba(255, 107, 53, .2);--glass-bg: rgba(255, 255, 255, .95);--glass-border: rgba(255, 107, 53, .1)}html{scroll-behavior:smooth}body{font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background:#fff;background-attachment:fixed;line-height:1.6;min-height:100vh;overflow-x:hidden;font-size:16px;font-weight:400}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5rem;font-family:Segoe UI,Roboto,sans-serif;letter-spacing:.5px;color:#1a1a1a}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.8rem;font-weight:700}h3{font-size:1.8rem;font-weight:700}h4{font-size:1.4rem;font-weight:600}h5{font-size:1.2rem;font-weight:600}h6{font-size:1rem;font-weight:600}p{margin-bottom:1rem;color:#555;line-height:1.8;font-size:1rem}a{color:#ff6b35;text-decoration:none;transition:all .3s ease;font-weight:500}a:hover{color:#f7931e;text-decoration:underline}button{cursor:pointer;border:none;font-family:inherit;transition:all .3s ease}input,textarea,select{font-family:Segoe UI,Roboto,sans-serif;font-size:1rem;background:#f9f9f9;border:2px solid #e0e0e0;color:#333;padding:.75rem;border-radius:8px}input:focus,textarea:focus,select:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 10px #ff6b3533;background:#fff}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{max-width:1400px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#f7931e}@keyframes glow{0%,to{color:#ff6b35}50%{color:#f7931e}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
