.header{background:#1a2332;padding:1rem 0;position:sticky;top:0;z-index:100}.nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{text-decoration:none;color:#fff}.logo-text{font-size:1.75rem;font-weight:700;font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;text-transform:none}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-links a{color:#f8f9fa;text-decoration:none;font-weight:600;font-size:.95rem;letter-spacing:-.01em;transition:color .3s ease}.nav-links a:hover{color:#2196f3}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.hamburger span{display:block;height:3px;width:25px;background:#fff;margin-bottom:4px;transition:all .3s ease}.hamburger span:last-child{margin-bottom:0}@media (max-width: 768px){.nav{flex-direction:row;gap:0}.hamburger{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background:#1a2332;flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 2px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links-open{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{margin:0}.nav-links a{display:block;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);font-size:1rem}.nav-links a:hover{background:#2196f31a}}.footer{background:#1a2332;color:#f8f9fa;padding:2rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-info{margin-top:1.5rem}.footer-info p{margin:.5rem 0;color:#adb5bd;font-size:.9rem}.footer-links{display:flex;justify-content:center;gap:3rem;padding-bottom:1.5rem;border-bottom:1px solid #495057;flex-wrap:wrap}.footer-links a{color:#adb5bd;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width: 768px){.footer{padding:1rem 0 .5rem}.footer-content{padding:0 1rem}.footer-links{gap:1.5rem;padding-bottom:.75rem;font-size:.8rem;margin-bottom:0}.footer-links a{font-size:.8rem}.footer-info{margin-top:.75rem;margin-bottom:0}.footer-info p{font-size:.75rem;white-space:nowrap;margin:0}}.App{min-height:100vh;display:flex;flex-direction:column}.success-notification{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.success-content{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 8px 32px #0000004d;text-align:center;max-width:400px;position:relative;border-top:4px solid #4CAF50}.success-icon{font-size:3rem;color:#4caf50;margin-bottom:1rem;font-weight:700}.success-content h4{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.success-content p{color:#495057;line-height:1.6;margin-bottom:0}.success-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.success-close:hover{color:#495057}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e0e0e0;margin-bottom:1.5rem}.modal-header h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0;padding-bottom:1rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;line-height:1;border-radius:.25rem;transition:background-color .2s ease}.modal-close:hover{background:#f0f0f0;color:#333}.contact-form{padding:0 1.5rem 1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.9rem;text-align:left}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.form-group textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.btn-primary{background:#2196f3;color:#fff;border-color:#2196f3}.btn-primary:hover:not(:disabled){background:#1976d2;border-color:#1976d2;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#f0f8ff;color:#2196f3;border-color:#2196f3}.btn-secondary:hover{background:#e3f2fd}.modal-success{padding:2rem 1.5rem;text-align:center}.success-icon{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.modal-success h4{font-family:var(--font-heading);color:#2c3e50;margin-bottom:.5rem}.modal-success p{color:#666;font-size:.95rem}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-content{max-height:95vh}.modal-header{padding:1rem 1rem 0;margin-bottom:1rem}.modal-header h3{font-size:1.3rem}.contact-form{padding:0 1rem 1rem}.form-row{grid-template-columns:1fr;gap:0}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}}.cta-buttons{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row}.cta-primary,.cta-secondary{padding:.75rem 1rem;border-radius:.5rem;font-weight:600;font-family:var(--font-heading);text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent;font-size:.9rem;white-space:nowrap;flex-shrink:0;letter-spacing:-.01em}.cta-primary{background:#212121;color:#fff;border-color:#212121;box-shadow:0 4px 12px #0000004d;border:2px solid #212121}.cta-primary:hover{background:#4a90e2;color:#fff;border:none;transform:translateY(-2px);box-shadow:0 8px 24px #4a90e266}.cta-secondary{background:#000;color:#fff;border:2px solid #000000;box-shadow:0 4px 12px #000c}.cta-section .cta-secondary,.footer .cta-secondary,.about-cta .cta-secondary,.contact-cta .cta-secondary,.services-cta .cta-secondary,.experience-cta .cta-secondary{background:#fff!important;color:#2196f3!important;border:2px solid #2196F3!important}.cta-secondary:hover{background:#333;color:#fff;border-color:#333;transform:translateY(-2px);box-shadow:0 6px 16px #0006}.cta-secondary.hero-secondary{background:transparent;color:#fff;border:2px solid #ffffff;box-shadow:0 4px 12px #ffffff4d}.cta-secondary.hero-secondary:hover{background:#fff3;color:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #fff6}@media (max-width: 768px){.cta-buttons{flex-direction:row!important;flex-wrap:nowrap!important;gap:.5rem}.cta-primary,.cta-secondary{font-size:.85rem;padding:.6rem .8rem;flex:1;max-width:45%}}.hero{background:linear-gradient(135deg,#4a90e2,#2e7ce4,#1565c0);color:#fff;padding:2rem;min-height:60vh;display:flex;align-items:center}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;align-items:center;text-align:center}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;padding:0;margin:0 -2rem}.hero-title{font-family:var(--font-heading);font-size:6rem;font-weight:700;line-height:1.4;margin-bottom:3rem;color:#fff;letter-spacing:-.02em;transition:font-size .2s ease}.hero-text{display:flex;flex-direction:column;gap:2rem}.mobile-only{display:none}.desktop-only{display:block}.hero-subtitle{font-size:1.75rem;line-height:1.6;color:#ecf0f1;margin-bottom:2rem}.tracking-demo{position:relative;width:320px;height:320px;background:#000;border:2px solid #ffffff;border-radius:50%;overflow:hidden;flex-shrink:0}.world-grid{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.4) 1px,transparent 1px);background-size:20px 20px;animation:gridMove 10s linear infinite}.aircraft{position:absolute;width:12px;height:12px;background:#fff;border:2px solid #ffeb3b;border-radius:50%;box-shadow:0 0 8px #ffeb3bcc}.aircraft-1{top:20%;left:30%;animation:flyPath1 8s ease-in-out infinite}.aircraft-2{top:60%;right:20%;animation:flyPath2 6s ease-in-out infinite}.aircraft-3{bottom:25%;left:15%;animation:flyPath3 10s ease-in-out infinite}.sight-line{position:absolute;height:2px;background:linear-gradient(90deg,transparent,#ffffff,transparent);animation:sightSweep 4s ease-in-out infinite}.line-1{top:30%;left:10%;width:80%;transform:rotate(15deg)}.line-2{top:70%;left:5%;width:90%;transform:rotate(-25deg);animation-delay:2s}.zoom-window{position:absolute;top:10px;right:-60px;width:80px;height:80px;border:2px solid #f39c12;border-radius:8px;background:#1a2332e6;display:flex;align-items:center;justify-content:center}.target{width:20px;height:20px;border:2px solid #f39c12;border-radius:50%;position:relative}.target:before,.target:after{content:"";position:absolute;background:#f39c12}.target:before{width:2px;height:100%;left:50%;top:0;transform:translate(-50%)}.target:after{height:2px;width:100%;top:50%;left:0;transform:translateY(-50%)}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(20px,20px)}}@keyframes flyPath1{0%,to{transform:translate(0)}50%{transform:translate(40px,-20px)}}@keyframes flyPath2{0%,to{transform:translate(0)}50%{transform:translate(-30px,25px)}}@keyframes flyPath3{0%,to{transform:translate(0)}50%{transform:translate(35px,-15px)}}@keyframes sightSweep{0%,to{opacity:.3}50%{opacity:1}}@media (max-width: 768px){.hero-content{display:flex;flex-direction:column;text-align:center;gap:2rem;grid-template-columns:none}.hero-text{order:1}.hero-visual{order:2;height:300px}.hero-description{order:3}.hero-cta{order:5}.mobile-only{display:block}.desktop-only{display:none}.hero-text .hero-title{margin-bottom:0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.tracking-demo{width:250px;height:250px}.zoom-window{right:-50px;width:60px;height:60px}}.services-section{padding:4rem 2rem;background:#f8f9fa}.services-title{font-size:2.5rem;font-weight:700;text-align:center;color:#2c3e50;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.service-tile{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease;text-align:center}.service-tile:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.service-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.service-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.service-description{color:#495057;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.services-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.service-tile{padding:1.5rem}}.why-section{padding:4rem 2rem;background:#fff}.why-container{max-width:900px;margin:0 auto;text-align:center}.why-section h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:3rem;letter-spacing:-.025em}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-item{padding:2rem;background:#f8f9fa;border-radius:.75rem;border-left:4px solid #2196F3}.why-item h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;letter-spacing:-.02em}.why-item p{color:#495057;line-height:1.6;font-size:1.1rem}.gov-ready-section{padding:3rem 2rem;background:#2c3e50;color:#fff}.gov-ready-container{max-width:800px;margin:0 auto;text-align:center}.gov-ready-section h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:2.5rem;font-weight:600;margin-bottom:2rem;color:#fff;letter-spacing:-.025em}.gov-ready-content p{font-size:1.2rem;line-height:1.7;color:#ecf0f1;margin-bottom:1.5rem}.compliance-list{list-style:none;padding:0;text-align:left;max-width:600px;margin:0 auto}.compliance-list li{font-size:1.1rem;line-height:1.6;color:#ecf0f1;padding:.5rem 0 .5rem 1.5rem;text-indent:-1.5rem}.vision-section{padding:4rem 2rem;background:#f8f9fa}.vision-container{max-width:800px;margin:0 auto;text-align:center}.vision-section h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:2rem;letter-spacing:-.025em}.vision-content p{font-size:1.2rem;line-height:1.7;color:#495057}.cta-section{padding:4rem 2rem;background:#fff}.cta-container{max-width:600px;margin:0 auto;text-align:center}.cta-section h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:2rem;letter-spacing:-.025em}@media (max-width: 768px){.why-section h2,.gov-ready-section h2,.vision-section h2,.cta-section h2{font-size:2rem}.why-grid{grid-template-columns:1fr}.why-item{padding:1.5rem}.gov-ready-content p,.vision-content p{font-size:1.1rem}.compliance-list{padding-left:1.5rem}.compliance-list li{padding-left:2.5rem;text-indent:-1.5rem;font-size:1rem;line-height:1.5}}.services-page{min-height:100vh}.services-hero{background:linear-gradient(135deg,#4a90e2,#2e7ce4,#1565c0);color:#fff;padding:4rem 2rem;text-align:center}.services-hero-content{max-width:800px;margin:0 auto}.services-hero h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.025em}.services-hero p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:400;color:#fff;letter-spacing:-.015em}.detailed-services{padding:4rem 2rem;background:#f8f9fa}.services-container{max-width:900px;margin:0 auto}.detailed-service{background:#fff;padding:3rem;margin-bottom:3rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014;border-left:4px solid var(--service-color, #2196F3);text-align:center;position:relative;overflow:hidden}.detailed-service:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--service-color, #2196F3) 0%,transparent 100%)}.service-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.service-icon{font-size:2.5rem;opacity:.8;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.detailed-service h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:1.75rem;font-weight:600;color:#2c3e50;margin:0;letter-spacing:-.025em}.service-desc{font-size:1.1rem;color:#495057;line-height:1.6;margin-bottom:2rem}.service-details{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem}.detail-section h4{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:#0d47a1;margin-bottom:.75rem;letter-spacing:-.01em}.detail-section ul{list-style:none;padding:0;margin:0}.detail-section li{padding:.25rem 0;color:#495057}.detail-section p{color:#495057;line-height:1.6;margin:0}.outcome{margin-bottom:1rem!important;font-style:italic;color:#2c3e50}.tech-stack{margin-top:1rem!important;font-size:.9rem;color:#6c757d}.engagement-models{padding:4rem 2rem;background:#fff}.engagement-container{max-width:1000px;margin:0 auto;text-align:center}.engagement-models h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:3rem;letter-spacing:-.02em}.engagement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.engagement-item{padding:2rem;background:#f8f9fa;border-radius:.75rem;border-top:4px solid #2196F3}.engagement-item h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;letter-spacing:-.01em}.engagement-item p{color:#495057;line-height:1.6}.services-cta{padding:4rem 2rem;background:#2c3e50;color:#fff;text-align:center}.services-cta-content{max-width:600px;margin:0 auto}.services-cta h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.services-cta p{font-size:1.2rem;color:#ecf0f1;margin-bottom:2rem}@media (max-width: 768px){.services-hero h1{font-size:2.5rem}.services-hero p{font-size:1.2rem}.detailed-service{padding:2rem}.service-details{grid-template-columns:1fr;gap:1.5rem}.engagement-models h2,.services-cta h2{font-size:2rem}}.experience-page{min-height:100vh}.experience-hero{background:linear-gradient(135deg,#4a90e2,#2e7ce4,#1565c0);color:#fff;padding:4rem 2rem;text-align:center}.experience-hero-content{max-width:800px;margin:0 auto}.experience-hero h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.025em}.experience-hero p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:400;color:#fff;letter-spacing:-.015em}.experience-overview{padding:3rem 2rem;background:#2196f3;color:#fff}.overview-text p{font-size:1.4rem;line-height:1.7;font-weight:500}.experience-domains{padding:4rem 2rem;background:#f8f9fa}.domains-container{max-width:1200px;margin:0 auto}.experience-domains h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.domains-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.domain-item{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014;border-left:4px solid #2196F3;transition:transform .3s ease;text-align:center}.domain-item:hover{transform:translateY(-4px)}.domain-item h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.domain-item p{color:#495057;line-height:1.6;font-size:1rem}.technical-achievements{padding:4rem 2rem;background:#fff}.achievements-container{max-width:1200px;margin:0 auto}.technical-achievements h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.achievements-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.achievement{display:flex;flex-direction:column;background:#fff;border-radius:.75rem;border-top:4px solid #2196F3;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease;text-align:center;padding:2rem}.achievement:hover{transform:translateY(-4px)}.achievement h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;line-height:1.3}.achievement-image{width:100%;height:200px;overflow:hidden;border-radius:.5rem;margin-bottom:1.5rem;background:#f8f9fa}.achievement-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease,filter .3s ease;filter:brightness(.9) contrast(1.1)}.achievement:hover .achievement-img{transform:scale(1.03);filter:brightness(1) contrast(1.15)}.achievement p{color:#495057;line-height:1.7;font-size:1rem;margin:0;text-align:left}.experience-cta{padding:4rem 2rem;background:#2c3e50;color:#fff;text-align:center}.experience-cta-content{max-width:600px;margin:0 auto}.experience-cta h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.experience-cta p{font-size:1.2rem;color:#ecf0f1;margin-bottom:2rem}@media (max-width: 768px){.experience-hero h1{font-size:2.5rem}.experience-hero p,.overview-text p{font-size:1.2rem}.domains-grid{grid-template-columns:1fr}.achievements-content{grid-template-columns:1fr;gap:2rem}.achievement{padding:1.5rem}.achievement-image{height:180px;margin-bottom:1rem}.domain-item{padding:1.5rem}.experience-domains h2,.technical-achievements h2,.experience-cta h2{font-size:2rem}.cta-buttons{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%;max-width:200px;text-align:center}}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#4a90e2,#2e7ce4,#1565c0);color:#fff;padding:4rem 2rem;text-align:center}.about-hero-content{max-width:800px;margin:0 auto}.about-hero h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.025em}.about-hero p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:400;color:#ecf0f1;letter-spacing:-.015em}.founder-section{display:flex;align-items:center;gap:3rem}.founder-photo{flex-shrink:0}.founder-headshot{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #ffffff;box-shadow:0 4px 12px #0003}.photo-fallback{width:120px;height:120px;border-radius:50%;background:#2196f3;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;border:3px solid #ffffff;box-shadow:0 4px 12px #0003}.founder-info h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.founder-intro{font-size:1.4rem;color:#fff;line-height:1.5}.founder-bio{padding:4rem 2rem;background:#f8f9fa}.bio-container{max-width:800px;margin:0 auto}.founder-header{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem}.founder-info{display:flex;flex-direction:column;align-items:center;text-align:center}.founder-info h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem}.founder-info h3{font-size:1.5rem;font-weight:500;color:#2196f3;margin:0}.bio-content p{font-size:1.2rem;line-height:1.7;color:#495057;margin-bottom:1.5rem}.company-approach{padding:4rem 2rem;background:#fff}.approach-container{max-width:900px;margin:0 auto}.company-approach h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.approach-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2rem}.approach-item{padding:2rem;background:#f8f9fa;border-radius:.75rem;border-left:4px solid #2196F3;transition:transform .3s ease;text-align:center}.approach-item:hover{transform:translateY(-4px)}.approach-item h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.approach-item p{color:#495057;line-height:1.6;font-size:1rem}.technical-philosophy{padding:4rem 2rem;background:#f8f9fa}.philosophy-container{max-width:900px;margin:0 auto}.technical-philosophy h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.philosophy-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2rem}.philosophy-point{padding:2rem;background:#fff;border-radius:.75rem;border-top:4px solid #2196F3;box-shadow:0 4px 12px #00000014;text-align:center}.philosophy-point h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.philosophy-point p{color:#495057;line-height:1.7;font-size:1.1rem}.about-cta{padding:4rem 2rem;background:#2c3e50;color:#fff;text-align:center}.about-cta-content{max-width:600px;margin:0 auto}.about-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-cta p{font-size:1.2rem;color:#ecf0f1;margin-bottom:2rem}.cta-secondary{background:transparent;color:#2196f3;border-color:#2196f3}.key-achievements{padding:4rem 2rem 1rem;background:#f8f9fa}.achievements-container{max-width:900px;margin:0 auto}.key-achievements h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.achievements-content{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;gap:2rem}.achievement-item{padding:2rem;background:#fff;border-radius:.75rem;border-left:4px solid #e67e22;transition:transform .3s ease;box-shadow:0 4px 12px #00000014;text-align:center;display:flex;flex-direction:column;min-height:250px}.achievement-emoji{font-size:2.5rem;margin-bottom:1rem;flex-shrink:0}.achievement-item h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.3;flex-shrink:0}.achievement-item p{color:#495057;line-height:1.6;font-size:1rem;margin:0;flex-grow:1}.achievement-item:hover{transform:translateY(-4px)}@media (max-width: 768px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.2rem}.founder-header{flex-direction:column;gap:1rem}.founder-headshot{width:100px;height:100px}.founder-bio h2,.company-approach h2,.key-achievements h2,.technical-philosophy h2,.about-cta h2{font-size:2rem}.bio-content p{font-size:1.1rem}.approach-grid,.achievements-content,.philosophy-content{grid-template-columns:1fr}.approach-item,.achievement-item,.philosophy-point{padding:1.5rem}.cta-buttons{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%;max-width:200px;text-align:center}}.research-page{min-height:100vh}.research-hero{background:linear-gradient(135deg,#4a90e2,#2e7ce4,#1565c0);color:#fff;padding:4rem 2rem;text-align:center}.research-hero-content{max-width:800px;margin:0 auto}.research-hero h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.025em}.research-hero p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:400;color:#ecf0f1;letter-spacing:-.015em}.research-overview{padding:3rem 2rem;background:#2196f3;color:#fff}.overview-container{max-width:900px;margin:0 auto;text-align:center}.research-overview h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.overview-text{font-size:1.3rem;line-height:1.7;font-weight:500}.research-areas{padding:4rem 2rem;background:#f8f9fa}.areas-container{max-width:1000px;margin:0 auto}.research-areas h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.area-item{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014;border-left:4px solid #2196F3;transition:transform .3s ease;text-align:center}.area-item:hover{transform:translateY(-4px)}.area-item h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.area-item p{color:#495057;line-height:1.6;font-size:1rem}.target-agencies{padding:4rem 2rem;background:#fff}.agencies-container{max-width:1000px;margin:0 auto}.target-agencies h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.agencies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.agency-item{background:#f8f9fa;padding:2rem;border-radius:.75rem;border-top:4px solid #3498db;text-align:center}.agency-item h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.agency-item p{color:#495057;line-height:1.5;font-size:.95rem}.example-topics{padding:4rem 2rem;background:#f8f9fa}.topics-container{max-width:1000px;margin:0 auto}.example-topics h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.topics-list{display:flex;flex-direction:column;gap:2rem}.topic-item{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014;border-left:4px solid #e74c3c;text-align:center}.topic-item h4{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.topic-item p{color:#495057;line-height:1.6;font-size:1rem}.partnership-benefits{padding:4rem 2rem;background:#fff}.benefits-container{max-width:1000px;margin:0 auto}.partnership-benefits h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.benefit-item{background:#f8f9fa;padding:2rem;border-radius:.75rem;border-top:4px solid #f39c12;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:250px}.benefit-emoji{font-size:2.5rem;margin-bottom:1rem;flex-shrink:0}.benefit-item h3{flex-shrink:0;margin-bottom:1rem}.benefit-item p{display:flex;align-items:center;flex-grow:1;margin:0}.benefit-item h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.benefit-item p{color:#495057;line-height:1.5;font-size:.95rem}.defense-compliance{padding:4rem 2rem;background:#f8f9fa}.compliance-container{max-width:900px;margin:0 auto;text-align:center}.defense-compliance h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:2rem}.compliance-text{font-size:1.2rem;color:#495057;line-height:1.7;font-weight:500}.research-cta{padding:4rem 2rem;background:#2c3e50;color:#fff;text-align:center}.research-cta-content{max-width:600px;margin:0 auto}.research-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.research-cta p{font-size:1.2rem;color:#ecf0f1;margin-bottom:2rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.research-hero h1{font-size:2.5rem}.research-hero p{font-size:1.2rem}.research-overview h2{font-size:2rem}.overview-text{font-size:1.1rem}.areas-grid{grid-template-columns:1fr}.area-item,.topic-item{padding:1.5rem}.agencies-grid,.benefits-grid,.compliance-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.research-areas h2,.target-agencies h2,.example-topics h2,.partnership-benefits h2,.defense-compliance h2,.research-cta h2{font-size:2rem}.compliance-intro{font-size:1.1rem}.cta-buttons{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%;max-width:200px;text-align:center}}.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#4a90e2,#2e7ce4,#1565c0);color:#fff;padding:4rem 2rem;text-align:center}.contact-hero-content{max-width:800px;margin:0 auto}.contact-hero h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,SF Pro Display,system-ui,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.025em}.contact-hero p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:400;color:#fff;letter-spacing:-.015em}.contact-methods{padding:4rem 2rem;background:#f8f9fa}.contact-container{max-width:800px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-method{background:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014;text-align:center;border-left:4px solid #2196F3;display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.primary-method{border-left-color:#2196f3;transform:scale(1.02)}.contact-method h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.contact-method p{color:#495057;line-height:1.6;margin-bottom:2rem;font-size:1rem}.contact-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent;font-size:1rem;width:100%}.contact-button.primary{background:#2196f3;color:#fff}.contact-button.primary:hover{background:#1976d2;transform:translateY(-1px)}.contact-button.secondary{background:#f0f8ff!important;color:#2196f3;border-color:#2196f3}.contact-button.secondary:hover{background:#2196f3!important;color:#fff;transform:translateY(-1px)}.contact-info{padding:3rem 2rem;background:#fff}.info-container{max-width:1000px;margin:0 auto}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.info-item{padding:2rem;background:#f8f9fa;border-radius:.75rem;text-align:center;border-top:4px solid #3498db;display:flex;flex-direction:column;min-height:200px}.info-item h3{flex-shrink:0}.info-item p{display:flex;align-items:center;justify-content:center;flex-grow:1;margin:0}.info-item h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.info-item p{color:#495057;line-height:1.6}.info-item a{color:#2196f3;text-decoration:none;font-weight:500}.info-item a:hover{color:#27ae60;transform:translateY(-1px)}.response-expectations{padding:4rem 2rem;background:#f8f9fa}.expectations-container{max-width:1000px;margin:0 auto}.response-expectations h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.expectations-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2rem}.expectation-item{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014;text-align:center}.expectation-item h4{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.expectation-item p{color:#495057;line-height:1.5;font-size:.95rem}.engagement-types{padding:4rem 2rem;background:#fff}.engagement-container{max-width:1000px;margin:0 auto}.engagement-types h2{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.engagement-options{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2rem}.option-item{background:#f8f9fa;padding:2rem;border-radius:.75rem;border-left:4px solid #e74c3c;text-align:center}.option-item h4{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.option-item p{color:#495057;line-height:1.5;font-size:.95rem}.contact-cta{padding:4rem 2rem;background:#2c3e50;color:#fff;text-align:center}.contact-cta-content{max-width:600px;margin:0 auto}.contact-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-cta p{font-size:1.2rem;color:#ecf0f1;margin-bottom:2rem;line-height:1.6}.final-cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent;font-size:1rem}.cta-primary{background:#2196f3;color:#fff}.cta-primary:hover{background:#4a90e2;transform:translateY(-2px);box-shadow:0 8px 24px #4a90e266}.cta-secondary{background:#fff;color:#2196f3;border-color:#2196f3}.cta-secondary:hover{background:#2196f3;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #2196f366}@media (max-width: 768px){.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.2rem}.contact-grid{grid-template-columns:1fr}.primary-method{transform:none}.contact-method{padding:2rem}.info-grid,.expectations-grid,.engagement-options{grid-template-columns:1fr;grid-template-rows:none}.response-expectations h2,.engagement-types h2,.contact-cta h2{font-size:2rem}.final-cta-buttons{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%;max-width:200px;text-align:center}}.legal-page{min-height:100vh;background:#f8f9fa}.legal-hero{background:#2c3e50;color:#fff;padding:3rem 2rem;text-align:center}.legal-hero-content{max-width:800px;margin:0 auto}.legal-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.legal-hero p{font-size:1.1rem;color:#ecf0f1}.legal-content{padding:4rem 2rem}.content-container{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:.75rem;box-shadow:0 4px 12px #00000014}.section{margin-bottom:3rem}.section:last-child{margin-bottom:0}.section h2{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2196F3}.section h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;margin-top:1.5rem}.section p{color:#495057;line-height:1.7;margin-bottom:1rem;font-size:1rem}.section ul{margin-bottom:1rem;padding-left:2rem}.section li{color:#495057;line-height:1.7;margin-bottom:.5rem}.section a{color:#2196f3;text-decoration:none;font-weight:500}.section a:hover{color:#27ae60;transform:translateY(-1px)}.contact-details{background:#f8f9fa;padding:1.5rem;border-radius:.5rem;border-left:4px solid #2196F3;margin-top:1rem}.contact-details p{margin:0;line-height:1.6}@media (max-width: 768px){.legal-hero h1{font-size:2rem}.content-container{padding:2rem;margin:0 1rem}.section h2{font-size:1.5rem}.section h3{font-size:1.2rem}.section ul{padding-left:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:SF Pro Text,Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-heading: "SF Pro Display", "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono: "SF Mono", "Consolas", "Monaco", "Roboto Mono", monospace;--color-primary: #2196F3;--color-primary-dark: #1976D2;--color-primary-light: #BBDEFB;--color-secondary: #03A9F4;--color-secondary-light: #E1F5FE;--color-sky-light: #F0F8FF;--color-sky-medium: #87CEEB;--color-sky-dark: #4682B4;--color-cloud: #F8F8FF;--color-text: #2C3E50;--color-text-light: #5D6D7E;--color-light: #F8FBFF;--color-white: #FFFFFF;--color-border: #E3F2FD}body{margin:0;min-height:100vh;color:var(--color-text);background-color:var(--color-white);font-size:16px}#root,.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark);filter:brightness(1.1)}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-dark);letter-spacing:-.02em}p{line-height:1.6}img{max-width:100%;height:auto}ul{list-style:none}@media (max-width: 768px){body{font-size:14px}}
