*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--primary-blue: #0066cc;--primary-dark: #003d7a;--secondary-blue: #0099ff;--accent-cyan: #00bfff;--dark-bg: #0a1628;--darker-bg: #050d1a;--light-text: #ffffff;--gray-text: #b0c4de;--card-bg: rgba(15, 30, 60, .6);--border-color: rgba(0, 102, 204, .3);font-family:Inter,Segoe UI,Roboto,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--light-text);background-color:var(--dark-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%}a{color:var(--secondary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-cyan)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--light-text)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{color:var(--gray-text);line-height:1.8;font-size:1.1rem}button{border-radius:8px;border:2px solid var(--primary-blue);padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background:linear-gradient(135deg,var(--primary-blue),var(--primary-dark));color:var(--light-text);cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #06c6;border-color:var(--secondary-blue)}button:active{transform:translateY(0)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--darker-bg)}::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-blue)}.logo{font-size:1.5rem;font-weight:700;color:var(--light-text);display:flex;align-items:center;gap:.5rem;text-decoration:none}.nav-links a{color:var(--gray-text);font-weight:500;transition:color .3s ease;text-decoration:none}.dropdown{position:relative}.dropdown>a{cursor:pointer}.dropdown-content{display:none;position:absolute;top:100%;left:0;background:#1a1a2efa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:200px;box-shadow:0 8px 16px #0003;border-radius:8px;margin-top:0;padding:.5rem 0;z-index:1001}.dropdown:hover .dropdown-content{display:block}.dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:.5rem}.dropdown-content a{color:var(--gray-text);padding:.75rem 1.5rem;text-decoration:none;display:block;transition:background .3s ease,color .3s ease}.dropdown-content a:hover{background:#60a5fa1a;color:var(--light-text)}@media(max-width:768px){.nav-links{gap:1rem;font-size:.9rem}.dropdown-content{min-width:150px}}@media(max-width:480px){.logo{font-size:1.2rem}.nav-links{gap:.5rem;font-size:.8rem}.dropdown-content{min-width:120px}.dropdown-content a{padding:.5rem 1rem}}.footer{background:var(--darker-bg);border-top:1px solid var(--border-color);padding:3rem 2rem 2rem}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;text-align:left}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-section h4{color:var(--light-text);font-size:1.1rem;margin-bottom:.5rem}.footer-section a{color:var(--gray-text);text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section a:hover{color:var(--secondary-blue)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border-color)}.footer-bottom p{color:var(--gray-text);margin-bottom:.5rem}@media(max-width:768px){.footer-top{grid-template-columns:1fr;text-align:center}.footer-section{align-items:center}}.section-title{margin-bottom:1rem;color:var(--secondary-blue);font-size:clamp(2rem,4vw,3rem)}.section-description{max-width:800px;margin:0 auto;font-size:1.15rem;color:var(--gray-text);line-height:1.7}.capability-card p{color:var(--gray-text);line-height:1.6}.feature-item h3{margin-bottom:1rem;color:var(--secondary-blue);font-size:1.5rem}.feature-item-icon{font-size:1.75rem;display:block;margin-bottom:.5rem}.feature-item p{color:var(--gray-text);line-height:1.7}@media(max-width:768px){.hero{padding:5rem 1rem 2rem}.section{padding:4rem 1rem}.nextgen-grid,.capabilities-grid,.features-list{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-button{width:100%}}.umay-ana-page{min-height:100vh;width:100%}.umay-hero{min-height:60vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--darker-bg) 0%,#0a1525 50%,var(--darker-bg) 100%);position:relative;overflow:hidden;padding:8rem 2rem 4rem;border-bottom:2px solid var(--accent-cyan)}.umay-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 40%,rgba(0,191,255,.15) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(0,153,255,.1) 0%,transparent 50%);pointer-events:none}.umay-hero-content{max-width:1000px;text-align:center;position:relative;z-index:1}.umay-hero h1{font-size:clamp(3rem,6vw,5rem);margin-bottom:1.5rem;background:linear-gradient(135deg,var(--light-text) 0%,var(--accent-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.umay-hero-subtitle{font-size:clamp(1.5rem,3vw,2rem);color:var(--accent-cyan);font-weight:600;margin-bottom:1.5rem}.umay-hero-description{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--gray-text);max-width:800px;margin:0 auto;line-height:1.8}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.umay-overview{padding:6rem 0;background:var(--dark-bg)}.umay-overview h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem;color:var(--accent-cyan)}.overview-lead{font-size:1.25rem;text-align:center;max-width:900px;margin:0 auto 4rem;color:var(--gray-text);line-height:1.8}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.overview-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2.5rem;transition:all .3s ease}.overview-card:hover{transform:translateY(-5px);border-color:var(--accent-cyan);box-shadow:0 10px 30px #00bfff33}.overview-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary-blue)}.overview-card p{color:var(--gray-text);line-height:1.7}.umay-vws{padding:6rem 0;background:var(--darker-bg);border-top:2px solid var(--accent-cyan);border-bottom:2px solid var(--accent-cyan)}.umay-vws h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem;color:var(--accent-cyan)}.vws-lead{font-size:1.25rem;text-align:center;max-width:900px;margin:0 auto 4rem;color:var(--gray-text);line-height:1.8}.vws-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.vws-feature{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2.5rem;transition:all .3s ease}.vws-feature:hover{transform:translateY(-5px);border-color:var(--accent-cyan);box-shadow:0 10px 30px #00bfff40}.vws-feature h3{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary-blue)}.vws-feature p{color:var(--gray-text);line-height:1.7}.umay-capabilities{padding:6rem 0;background:linear-gradient(180deg,var(--darker-bg) 0%,var(--dark-bg) 100%)}.umay-capabilities h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;color:var(--accent-cyan)}.capabilities-list{display:flex;flex-direction:column;gap:3rem}.capability-item{display:flex;gap:2rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2.5rem;transition:all .3s ease}.capability-item:hover{border-color:var(--accent-cyan);box-shadow:0 5px 20px #00bfff26}.capability-icon{font-size:4rem;flex-shrink:0;width:80px;text-align:center}.capability-content{flex:1}.capability-content h3{font-size:1.75rem;margin-bottom:1rem;color:var(--accent-cyan)}.capability-content p{color:var(--gray-text);line-height:1.7;margin-bottom:1.5rem}.capability-content ul{list-style:none;padding:0}.capability-content ul li{color:var(--light-text);padding:.5rem 0 .5rem 1.5rem;position:relative}.capability-content ul li:before{content:"▸";position:absolute;left:0;color:var(--accent-cyan);font-weight:700}.umay-technical{padding:6rem 0;background:var(--dark-bg)}.umay-technical h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;color:var(--accent-cyan)}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.tech-category{background:var(--card-bg);border:1px solid var(--border-color);border-left:4px solid var(--accent-cyan);border-radius:8px;padding:2rem;transition:all .3s ease}.tech-category:hover{background:#0f1e3ccc;border-left-color:var(--secondary-blue)}.tech-category h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--secondary-blue)}.tech-category ul{list-style:none;padding:0}.tech-category ul li{color:var(--gray-text);padding:.75rem 0;line-height:1.6;border-bottom:1px solid rgba(255,255,255,.05)}.tech-category ul li:last-child{border-bottom:none}.tech-category ul li strong{color:var(--light-text);font-weight:600}.umay-use-cases{padding:6rem 0;background:linear-gradient(180deg,var(--darker-bg) 0%,var(--dark-bg) 100%)}.umay-use-cases h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;color:var(--accent-cyan)}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.use-case-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease;text-align:center}.use-case-card:hover{transform:scale(1.05);border-color:var(--secondary-blue);box-shadow:0 10px 30px #0066cc40}.use-case-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary-blue)}.use-case-card p{color:var(--gray-text);line-height:1.7}.umay-benefits{padding:6rem 0;background:var(--dark-bg)}.umay-benefits h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:4rem;color:var(--accent-cyan)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.benefit-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2.5rem;text-align:center;transition:all .3s ease}.benefit-item:hover{transform:translateY(-5px);border-color:var(--accent-cyan);box-shadow:0 10px 30px #00bfff33}.benefit-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.benefit-item h3{font-size:1.5rem;margin-bottom:1rem;color:var(--accent-cyan)}.benefit-item p{color:var(--gray-text);line-height:1.7}.umay-cta{padding:6rem 0;background:linear-gradient(135deg,var(--darker-bg) 0%,#0a1525 100%);text-align:center;border-top:2px solid var(--accent-cyan)}.umay-cta h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem;color:var(--light-text)}.umay-cta p{font-size:1.25rem;max-width:800px;margin:0 auto 2.5rem;color:var(--gray-text);line-height:1.8}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;border-radius:8px;border:2px solid var(--accent-cyan);background:linear-gradient(135deg,var(--accent-cyan),#0088cc);color:var(--light-text);font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00bfff66;border-color:var(--light-text);color:var(--light-text)}.cta-button-secondary:hover{background:var(--primary-blue);border-color:var(--primary-blue)}@media(max-width:768px){.umay-hero{padding:6rem 1.5rem 3rem}.section-container{padding:0 1.5rem}.umay-overview,.umay-vws,.umay-capabilities,.umay-technical,.umay-use-cases,.umay-benefits,.umay-cta{padding:4rem 0}.overview-grid,.vws-features,.tech-grid,.use-cases-grid,.benefits-grid{grid-template-columns:1fr}.capability-item{flex-direction:column;text-align:center}.capability-icon{width:100%;margin-bottom:1rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button{width:100%}}@media(max-width:480px){.umay-hero h1{font-size:2.5rem}.umay-hero-subtitle{font-size:1.25rem}.capability-content ul li{padding-left:1rem;font-size:.95rem}}.interactive-demos-page{min-height:100vh}.demos-hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:8rem 2rem 4rem;text-align:center}.demos-hero-content{max-width:1200px;margin:0 auto}.demos-hero h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.demos-hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#60a5fa}.demos-hero-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;max-width:800px;margin:0 auto}.demo-section{padding:4rem 2rem}.demo-section-alt{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.demo-section h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a2e}.demo-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}.demo-viewer{background:#1a1a2e;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0003}.webgl-placeholder{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#334155);position:relative}.placeholder-content{text-align:center;color:#fff;padding:2rem}.globe-icon{font-size:4rem;margin-bottom:1rem;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.placeholder-content h3{font-size:1.8rem;margin-bottom:.5rem}.placeholder-content p{color:#fffc;margin-bottom:1.5rem}.demo-features{list-style:none;padding:0;margin:1.5rem 0;text-align:left;display:inline-block}.demo-features li{margin:.5rem 0;color:#60a5fa}.demo-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.demo-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.demo-info{display:flex;flex-direction:column;gap:1rem}.demo-info h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:1rem}.capability-list{display:flex;flex-direction:column;gap:1.5rem}.capability-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--card-bg);border-radius:8px;box-shadow:0 2px 8px #0000001a}.capability-item .icon{font-size:2rem;flex-shrink:0}.capability-item h4{margin:0 0 .5rem;color:var(--secondary-blue);font-size:1.1rem}.capability-item p{margin:0;color:var(--gray-text);font-size:.9rem}.data-stream-container{margin-top:2rem}.stream-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.stream-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s}.stream-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026}.stream-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.stream-icon{font-size:2rem}.stream-header h3{flex:1;margin:0;font-size:1.3rem;color:#1a1a2e}.status-indicator{padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.status-indicator.live{background:#10b981;color:#fff;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.stream-data{display:flex;flex-direction:column;gap:1rem}.data-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.data-item .label{color:#64748b;font-weight:500}.data-item .value{color:#1a1a2e;font-weight:600}.data-chart{display:flex;align-items:flex-end;justify-content:space-around;height:80px;gap:.5rem;margin-top:1rem}.chart-bar{flex:1;background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:4px 4px 0 0;animation:growBar 1s ease-out}@keyframes growBar{0%{height:0}}.weather-visualization{text-align:center;padding:1rem;background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-radius:8px;margin-top:1rem}.weather-icon{font-size:3rem;margin-bottom:.5rem}.weather-condition{font-weight:600;color:#1e40af}.sync-animation{display:flex;justify-content:center;align-items:center;height:80px;margin-top:1rem}.sync-pulse{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);animation:syncPulse 2s infinite}@keyframes syncPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:1}}.nato-demo-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.nato-map{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.map-placeholder{text-align:center}.map-placeholder h3{color:#1a1a2e;margin-bottom:2rem}.symbol-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0}.military-symbol{display:flex;flex-direction:column;align-items:center;gap:.5rem}.symbol-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;border-radius:8px;border:3px solid}.symbol-icon.friendly{color:#3b82f6;border-color:#3b82f6;background:#3b82f61a}.symbol-icon.hostile{color:#ef4444;border-color:#ef4444;background:#ef44441a}.symbol-icon.neutral{color:#10b981;border-color:#10b981;background:#10b9811a}.symbol-icon.unknown{color:#f59e0b;border-color:#f59e0b;background:#f59e0b1a}.map-legend{margin-top:2rem;padding:1rem;background:#f8fafc;border-radius:8px}.map-legend p{margin:.5rem 0;color:#64748b}.hla-dis-diagram{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.hla-dis-diagram h3{color:#1a1a2e;margin-bottom:2rem;text-align:center}.data-flow{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem 0;flex-wrap:wrap}.flow-node{background:linear-gradient(135deg,#e0f2fe,#dbeafe);border:2px solid #3b82f6;border-radius:12px;padding:1.5rem;text-align:center;min-width:150px}.flow-node.federation{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.node-icon{font-size:2rem;display:block;margin-bottom:.5rem}.flow-node p{margin:0;font-weight:600;color:#1a1a2e;font-size:.9rem}.flow-arrow{font-size:2rem;color:#3b82f6;font-weight:700}.protocol-badges{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.badge{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.ai-demo-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.ai-visualization{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a}.ai-map{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:8px;padding:2rem;min-height:400px;position:relative}.map-grid{position:relative;height:100%}.route{position:relative;display:flex;align-items:center;justify-content:space-around;height:100%}.route-point{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.2rem;z-index:2;box-shadow:0 4px 12px #0003}.route-point.start{background:#10b981}.route-point.waypoint{background:#3b82f6}.route-point.end{background:#8b5cf6}.route-line{flex:1;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);margin:0 -10px}.threat-indicators{position:absolute;inset:0}.threat{position:absolute;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:threatPulse 2s infinite}.threat.high{background:#ef44444d;border:2px solid #ef4444}.threat.medium{background:#f59e0b4d;border:2px solid #f59e0b}.threat.low{background:#eab3084d;border:2px solid #eab308}@keyframes threatPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.threat-icon{font-size:1.5rem}.ai-analysis{display:flex;flex-direction:column;gap:1.5rem}.ai-analysis h3{color:#1a1a2e;margin-bottom:1rem}.analysis-cards{display:flex;flex-direction:column;gap:1.5rem}.analysis-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000001a}.analysis-card h4{color:#1a1a2e;margin-bottom:1rem}.analysis-card p{margin:.5rem 0;color:#64748b;font-size:.95rem}.confidence-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin:1rem 0 .5rem}.confidence-fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:4px;transition:width 1s ease-out}.confidence-label{font-size:.85rem;color:#10b981;font-weight:600}.threat-list{display:flex;flex-direction:column;gap:.75rem}.threat-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;border-left:4px solid}.threat-item.high{background:#ef44441a;border-color:#ef4444}.threat-item.medium{background:#f59e0b1a;border-color:#f59e0b}.threat-item.low{background:#eab3081a;border-color:#eab308}.threat-item .priority{font-weight:700;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;background:#0000001a}.recommendations{list-style:none;padding:0;margin:0}.recommendations li{padding:.75rem;margin:.5rem 0;background:#3b82f60d;border-left:3px solid #3b82f6;border-radius:4px;color:#1e40af}.demos-cta{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:4rem 2rem;text-align:center}.demos-cta h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.demos-cta p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.cta-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s}@media(max-width:768px){.demos-hero{padding:6rem 1rem 3rem}.demos-hero h1{font-size:2rem}.demos-hero-subtitle{font-size:1.2rem}.demo-section h2{font-size:1.8rem}.demo-container,.nato-demo-container,.ai-demo-container,.stream-grid{grid-template-columns:1fr}.data-flow{flex-direction:column}.flow-arrow{transform:rotate(90deg)}.symbol-grid{grid-template-columns:1fr}}.module-catalog-page{min-height:100vh}.catalog-hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:8rem 2rem 4rem;text-align:center}.catalog-hero-content{max-width:1200px;margin:0 auto}.catalog-hero h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.catalog-hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#60a5fa}.catalog-hero-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;max-width:800px;margin:0 auto}.catalog-section{padding:4rem 2rem}.catalog-section-alt{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.catalog-section h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a2e}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.module-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.module-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026}.module-card.featured{border:2px solid #3b82f6;background:linear-gradient(135deg,#fff,#f0f9ff)}.module-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.module-icon{font-size:2.5rem;flex-shrink:0}.module-header h3{margin:0;font-size:1.5rem;color:#1a1a2e}.module-badge{display:inline-block;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-top:.25rem}.module-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem;flex:1}.module-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background:#e0f2fe;color:#0369a1;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:500}.module-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.stat{text-align:center}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:#1a1a2e}.stat-label{display:block;font-size:.85rem;color:#64748b;margin-top:.25rem}.module-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;width:100%}.module-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.module-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem}.module-price{font-weight:600;color:#3b82f6;font-size:1.1rem}.module-button-small{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.module-button-small:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.category-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s;cursor:pointer}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.category-icon{font-size:3rem;display:block;margin-bottom:1rem}.category-card h3{color:#1a1a2e;margin-bottom:.5rem;font-size:1.2rem}.category-card p{color:#64748b;font-size:.95rem;margin:0}.developer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.developer-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.developer-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026}.developer-card h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:1rem}.developer-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.dev-button{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.dev-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.catalog-cta{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:4rem 2rem;text-align:center}.catalog-cta h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.catalog-cta p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}@media(max-width:768px){.catalog-hero{padding:6rem 1rem 3rem}.catalog-hero h1{font-size:2rem}.catalog-hero-subtitle{font-size:1.2rem}.catalog-section h2{font-size:1.8rem}.modules-grid,.catalog-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}.developer-grid{grid-template-columns:1fr}.module-stats{grid-template-columns:repeat(3,1fr);gap:.5rem}.stat-value{font-size:1.2rem}.stat-label{font-size:.75rem}}.investor-portal-page{min-height:100vh}.investor-hero{background:linear-gradient(135deg,#1e40af,#7c3aed);color:#fff;padding:8rem 2rem 4rem;text-align:center}.investor-hero-content{max-width:1200px;margin:0 auto}.investor-hero h1{font-size:3rem;margin-bottom:1rem}.investor-hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#bfdbfe}.investor-hero-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;max-width:800px;margin:0 auto}.investor-section{padding:4rem 2rem}.investor-section-alt{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.investor-section h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a2e}.opportunities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-top:2rem}.opportunity-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000001a;border:2px solid #3b82f6}.opportunity-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.opportunity-icon{font-size:3rem}.opportunity-header h3{font-size:1.8rem;color:#1a1a2e;margin:0}.opportunity-details{background:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.detail-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#64748b;font-weight:500}.detail-item .value{color:#1a1a2e;font-weight:600}.opportunity-highlights{list-style:none;padding:0;margin:1.5rem 0}.opportunity-highlights li{padding:.75rem 0;color:#1e40af;font-weight:500}.opportunity-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;width:100%;margin-top:1rem}.opportunity-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.market-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s}.market-card:hover{transform:translateY(-5px)}.market-value{display:block;font-size:3rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.market-card h3{color:#1a1a2e;margin-bottom:.5rem;font-size:1.3rem}.market-card p{color:#64748b;font-size:.95rem;margin:0}.criteria-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.criteria-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s}.criteria-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.criteria-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.criteria-card h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.3rem}.criteria-card p{color:#64748b;line-height:1.6;margin:0}.ecosystem-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.ecosystem-column h3{color:#1a1a2e;margin-bottom:1.5rem;font-size:1.5rem}.tech-list{display:flex;flex-direction:column;gap:1.5rem}.tech-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.tech-icon{font-size:2rem;flex-shrink:0}.tech-item h4{margin:0 0 .25rem;color:#1a1a2e;font-size:1.1rem}.tech-item p{margin:0;color:#64748b;font-size:.9rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.benefit-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;transition:transform .3s}.benefit-card:hover{transform:translateY(-5px)}.benefit-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.benefit-icon{font-size:2rem}.benefit-header h3{margin:0;color:#1a1a2e;font-size:1.3rem}.benefit-card p{color:#64748b;line-height:1.6;margin:0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.contact-card{background:#fff;border-radius:12px;padding:2.5rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s}.contact-card:hover{transform:translateY(-5px)}.contact-icon{font-size:3rem;display:block;margin-bottom:1rem}.contact-card h3{color:#1a1a2e;margin-bottom:.75rem;font-size:1.4rem}.contact-card p{color:#64748b;margin-bottom:1.5rem}.contact-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.875rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block;border:none;cursor:pointer;font-size:1rem}.contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.investor-cta{background:linear-gradient(135deg,#1e40af,#7c3aed);color:#fff;padding:4rem 2rem;text-align:center}.investor-cta h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.investor-cta p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.cta-button{background:#fff;color:#1e40af;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block}@media(max-width:768px){.investor-hero{padding:6rem 1rem 3rem}.investor-hero h1{font-size:2rem}.investor-hero-subtitle{font-size:1.2rem}.investor-section h2{font-size:1.8rem}.opportunities-grid,.ecosystem-container{grid-template-columns:1fr}.market-value{font-size:2.5rem}}.vr-experience-page{min-height:100vh}.vr-hero{background:linear-gradient(135deg,#7c3aed,#c026d3);color:#fff;padding:8rem 2rem 4rem;text-align:center}.vr-hero-content{max-width:1200px;margin:0 auto}.vr-hero h1{font-size:3rem;margin-bottom:1rem}.vr-hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#e9d5ff}.vr-hero-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;max-width:800px;margin:0 auto}.vr-section{padding:4rem 2rem}.vr-section-alt{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.vr-section h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a2e}.section-lead{font-size:1.2rem;line-height:1.8;color:#4a5568;margin-bottom:3rem;max-width:900px}.devices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.device-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s;text-align:center}.device-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026}.device-card.featured{border:2px solid #8b5cf6;background:linear-gradient(135deg,#fff,#faf5ff)}.device-image{font-size:4rem;margin-bottom:1rem}.device-card h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:.5rem}.device-type{color:#8b5cf6;font-weight:600;margin-bottom:1.5rem;font-size:.9rem}.device-specs{list-style:none;padding:0;margin:1.5rem 0;text-align:left}.device-specs li{padding:.5rem 0;color:#64748b;font-size:.95rem}.device-status{display:inline-block;background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-top:1rem}.experiences-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.experience-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s}.experience-card:hover{transform:translateY(-5px)}.experience-icon{font-size:3rem;margin-bottom:1rem}.experience-card h3{font-size:1.4rem;color:#1a1a2e;margin-bottom:1rem}.experience-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.experience-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-badge{background:#ede9fe;color:#7c3aed;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:500}.features-grid{display:grid;gap:2rem;margin-top:2rem}.feature-item{gap:1.5rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #0000001a}.feature-icon{font-size:2.5rem;flex-shrink:0}.feature-content h3{color:#1a1a2e;margin-bottom:.75rem;font-size:1.3rem}.feature-content p{color:#64748b;line-height:1.6;margin:0}.use-cases-list{display:grid;gap:1.5rem;margin-top:2rem}.use-case-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #0000001a;border-left:4px solid #8b5cf6}.use-case-item h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.3rem}.use-case-item p{color:#64748b;line-height:1.6;margin:0}.vr-demo-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:4rem 2rem}.vr-demo-section h2{font-size:2.5rem;color:#1a1a2e;text-align:center;margin-bottom:1rem}.demo-lead{font-size:1.2rem;line-height:1.8;color:#4a5568;text-align:center;max-width:800px;margin:0 auto 3rem}.demo-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.demo-option{background:#fff;border-radius:12px;padding:2.5rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s}.demo-option:hover{transform:translateY(-5px)}.demo-option h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:1rem}.demo-option p{color:#64748b;margin-bottom:1.5rem}.demo-button{background:linear-gradient(135deg,#8b5cf6,#c026d3);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;width:100%}.demo-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666}.vr-cta{background:linear-gradient(135deg,#7c3aed,#c026d3);color:#fff;padding:4rem 2rem;text-align:center}.vr-cta h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.vr-cta p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.cta-button{background:#fff;color:#7c3aed;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffffff4d}.cta-button-secondary{background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.vr-hero{padding:6rem 1rem 3rem}.vr-hero h1{font-size:2rem}.vr-hero-subtitle{font-size:1.2rem}.vr-section h2{font-size:1.8rem}.devices-grid,.experiences-grid{grid-template-columns:1fr}.feature-item{flex-direction:column}.demo-options{grid-template-columns:1fr}}.roadmap-page{min-height:100vh}.roadmap-hero{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:8rem 2rem 4rem;text-align:center}.roadmap-hero-content{max-width:1200px;margin:0 auto}.roadmap-hero h1{font-size:3rem;margin-bottom:1rem}.roadmap-hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#60a5fa}.roadmap-hero-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;max-width:800px;margin:0 auto}.timeline-section{padding:4rem 2rem;background:#f8fafc}.section-container{max-width:1200px;margin:0 auto}.timeline-section h2{font-size:2.5rem;margin-bottom:3rem;color:#1a1a2e;text-align:center}.timeline{position:relative;padding:2rem 0}.timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#10b981,#3b82f6,#8b5cf6)}.timeline-item{position:relative;padding-left:80px;margin-bottom:3rem}.timeline-marker{position:absolute;left:18px;top:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1rem;z-index:2}.timeline-item.past .timeline-marker{background:#10b981;box-shadow:0 0 0 4px #10b98133}.timeline-item.current .timeline-marker{background:#3b82f6;box-shadow:0 0 0 4px #3b82f633;animation:pulse 2s infinite}.timeline-item.future .timeline-marker{background:#8b5cf6;box-shadow:0 0 0 4px #8b5cf633}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.timeline-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s}.timeline-content:hover{transform:translate(5px);box-shadow:0 8px 30px #00000026}.timeline-date{display:inline-block;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#1e40af;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.timeline-content h3{font-size:1.8rem;color:#1a1a2e;margin-bottom:.5rem}.timeline-phase{color:#64748b;font-style:italic;margin-bottom:1rem}.timeline-achievements{list-style:none;padding:0;margin:1.5rem 0}.timeline-achievements li{padding:.5rem 0;color:#475569;font-size:.95rem}.timeline-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tag{background:#e0f2fe;color:#0369a1;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:500}.milestones-section{padding:4rem 2rem;background:#fff}.milestones-section h2{font-size:2.5rem;margin-bottom:3rem;color:#1a1a2e;text-align:center}.milestones-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.milestone-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;border-top:4px solid;transition:transform .3s}.milestone-card:hover{transform:translateY(-5px)}.milestone-card.achieved{border-color:#10b981}.milestone-card.in-progress{border-color:#3b82f6}.milestone-card.planned{border-color:#8b5cf6}.milestone-card.vision{border-color:#f59e0b}.milestone-status{display:inline-block;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.milestone-card.achieved .milestone-status{background:#10b9811a;color:#10b981}.milestone-card.in-progress .milestone-status{background:#3b82f61a;color:#3b82f6}.milestone-card.planned .milestone-status{background:#8b5cf61a;color:#8b5cf6}.milestone-card.vision .milestone-status{background:#f59e0b1a;color:#f59e0b}.milestone-card h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:.5rem}.milestone-date{color:#64748b;font-weight:600;margin-bottom:1rem;display:block}.milestone-card p{color:#64748b;line-height:1.6;margin:0}.releases-section{padding:4rem 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.releases-section h2{font-size:2.5rem;margin-bottom:3rem;color:#1a1a2e;text-align:center}.releases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.release-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s}.release-card:hover{transform:translateY(-5px)}.release-version{display:inline-block;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:1.1rem;margin-bottom:1rem}.release-card h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:1.5rem}.release-features{list-style:none;padding:0;margin:0}.release-features li{padding:.75rem 0;border-bottom:1px solid #e2e8f0;color:#475569}.release-features li:last-child{border-bottom:none}.research-section{padding:4rem 2rem;background:#fff}.research-section h2{font-size:2.5rem;margin-bottom:3rem;color:#1a1a2e;text-align:center}.research-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.research-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.research-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.research-icon{font-size:3rem;display:block;margin-bottom:1rem}.research-card h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:1rem}.research-card p{color:#64748b;line-height:1.6;margin:0}.roadmap-cta{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:4rem 2rem;text-align:center}.roadmap-cta h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.roadmap-cta p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.cta-button-secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.roadmap-hero{padding:6rem 1rem 3rem}.roadmap-hero h1{font-size:2rem}.roadmap-hero-subtitle{font-size:1.2rem}.timeline-section h2,.milestones-section h2,.releases-section h2,.research-section h2{font-size:1.8rem}.timeline:before{left:15px}.timeline-item{padding-left:60px}.timeline-marker{left:3px}.milestones-grid,.releases-grid,.research-grid{grid-template-columns:1fr}}.app{min-height:100vh;width:100%}.navbar{position:fixed;top:0;width:100%;background:#0a1628f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.25rem 2rem;z-index:1000;border-bottom:1px solid var(--border-color)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--light-text);display:flex;align-items:center;gap:.5rem}.logo-highlight{color:var(--secondary-blue)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--gray-text);font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--light-text)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--darker-bg) 0%,var(--dark-bg) 100%);position:relative;overflow:hidden;padding:6rem 2rem 2rem}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(0,102,204,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,153,255,.1) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:1200px;text-align:center;position:relative;z-index:1}.hero h1{margin-bottom:1.5rem;background:linear-gradient(135deg,var(--light-text) 0%,var(--secondary-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.25rem,2.5vw,1.75rem);color:var(--secondary-blue);font-weight:600;margin-bottom:1rem}.hero p{font-size:clamp(1rem,2vw,1.25rem);max-width:800px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.cta-button{display:inline-block;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;border:2px solid var(--primary-blue);background:linear-gradient(135deg,var(--primary-blue),var(--primary-dark));color:var(--light-text);font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #06c6;border-color:var(--secondary-blue);color:var(--light-text)}.cta-button:active{transform:translateY(0)}.cta-button-secondary{background:transparent;border:2px solid var(--primary-blue)}.cta-button-secondary:hover{background:var(--primary-blue)}.section{padding:6rem 2rem;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;color:var(--secondary-blue)}.section-description{max-width:800px;margin:0 auto;font-size:1.15rem}.nextgen-section{background:linear-gradient(180deg,var(--dark-bg) 0%,var(--darker-bg) 100%)}.nextgen-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:var(--secondary-blue);box-shadow:0 10px 30px #0066cc4d}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:1rem;color:var(--secondary-blue)}.umay-section{background:var(--darker-bg)}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.capability-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.capability-card:hover{transform:scale(1.05);border-color:var(--accent-cyan);box-shadow:0 10px 30px #00bfff33}.capability-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.capability-card h3{margin-bottom:1rem;color:var(--accent-cyan);font-size:1.5rem}.features-section{background:linear-gradient(180deg,var(--darker-bg) 0%,var(--dark-bg) 100%)}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.feature-item{background:var(--card-bg);border-left:4px solid var(--primary-blue);padding:2rem;border-radius:8px;transition:all .3s ease}.feature-item:hover{border-left-color:var(--accent-cyan);background:#0f1e3ccc}.feature-item h3{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--secondary-blue)}.feature-item-icon{font-size:1.75rem}.footer{background:var(--darker-bg);border-top:1px solid var(--border-color);padding:3rem 2rem 2rem;text-align:center}.footer-content{max-width:1400px;margin:0 auto}.footer p{color:var(--gray-text);margin-bottom:.5rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}@media(max-width:768px){.nav-links{gap:1rem;font-size:.9rem}.hero{padding:5rem 1rem 2rem}.section{padding:4rem 1rem}.nextgen-grid,.capabilities-grid,.features-list{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-button{width:100%}}@media(max-width:480px){.logo{font-size:1.2rem}.nav-links{gap:.5rem;font-size:.8rem}}
