*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#2c3e50}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{font-family:inherit}ul,ol{list-style:none;padding:0;margin:0}.text-center{text-align:center}*:focus{outline:2px solid #3498db;outline-offset:2px}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:fixed;top:0;width:100%;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{text-decoration:none;color:#2c3e50;font-weight:700;font-size:1.5rem;display:flex;flex-direction:column;line-height:1.1}.logo-text{font-size:1.2rem;font-weight:700}.logo-subtext{font-size:.8rem;font-weight:400;color:#3498db;letter-spacing:1px}.nav-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{text-decoration:none;color:#2c3e50;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;position:relative}.nav-link:hover{color:#3498db;background:#3498db1a}.nav-link.active{color:#3498db;background:#3498db26}.nav-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.bar{width:25px;height:3px;background:#2c3e50;margin:3px 0;transition:.3s;border-radius:2px}@media screen and (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:calc(100vh - 70px);padding:2rem 0;gap:1rem;transition:.3s;border-top:1px solid rgba(0,0,0,.1)}.nav-menu.active{left:0}.nav-link{padding:1rem 2rem;width:100%;text-align:center;border-radius:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#ecf0f1;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#3498db;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.footer-logo{display:flex;flex-direction:column;line-height:1.1;margin-bottom:1rem}.footer-logo .logo-text{font-size:1.5rem;font-weight:700;color:#ecf0f1}.footer-logo .logo-subtext{font-size:1rem;font-weight:400;color:#3498db;letter-spacing:1px}.footer-description{color:#bdc3c7;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a,.footer-section li{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#3498db}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-links a{padding:.5rem 1rem;background:#3498db1a;border-radius:25px;border:1px solid rgba(52,152,219,.3);transition:all .3s ease}.social-links a:hover{background:#3498db33;border-color:#3498db;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#95a5a6}@media screen and (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.social-links{justify-content:center}}.home{padding-top:70px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;min-height:80vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content{z-index:2}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.title-main{display:block}.title-sub{display:block;color:#ffffffe6;font-size:2.5rem;font-weight:400}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 10px 25px #fff3}.hero-visual{display:flex;justify-content:center;align-items:center}.floating-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;width:300px;animation:float 6s ease-in-out infinite}.card-header{height:20px;background:linear-gradient(90deg,#fffc,#fff6);border-radius:10px;margin-bottom:1rem}.card-content .line{height:10px;background:#fff9;border-radius:5px;margin-bottom:.5rem}.card-content .line.short{width:60%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.services{padding:5rem 0;background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-card h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.service-card p{color:#7f8c8d;line-height:1.6}.why-choose{padding:5rem 0}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-choose-text h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:2rem}.features{display:flex;flex-direction:column;gap:1.5rem}.feature{display:flex;align-items:flex-start;gap:1rem}.feature-icon{background:#3498db;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0;margin-top:2px}.feature h4{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.feature p{color:#7f8c8d;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.stat{text-align:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;display:flex;flex-direction:column;gap:.5rem}.stat-number{font-size:2.5rem;font-weight:700}.cta{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:4rem 0;text-align:center}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media screen and (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.title-sub{font-size:1.8rem}.why-choose-content{grid-template-columns:1fr;gap:3rem}.hero-buttons{justify-content:center}.btn{min-width:200px}.stats-grid{grid-template-columns:1fr}}@media screen and (max-width: 480px){.hero{padding:3rem 0}.hero-title{font-size:2rem}.title-sub{font-size:1.5rem}.section-header h2,.why-choose-text h2,.cta-content h2{font-size:2rem}}.projects{padding-top:70px}.projects-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.projects-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.projects-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.projects-content{padding:4rem 0}.filter-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;background:transparent;border:2px solid #3498db;color:#3498db;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background:#3498db;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.project-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.project-image{position:relative;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-emoji{font-size:4rem;filter:drop-shadow(0 5px 10px rgba(0,0,0,.2))}.project-overlay{position:absolute;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.view-project-btn{padding:.75rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-project-btn:hover{background:#2980b9;transform:scale(1.05)}.project-info{padding:1.5rem}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-category{font-size:.9rem;color:#3498db;font-weight:600;text-transform:uppercase;letter-spacing:1px}.project-status{font-size:.8rem;padding:.25rem .75rem;border-radius:15px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project-status.completed{background:#27ae601a;color:#27ae60;border:1px solid rgba(39,174,96,.3)}.project-status.in-progress{background:#f1c40f1a;color:#f1c40f;border:1px solid rgba(241,196,15,.3)}.project-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem}.project-description{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{font-size:.8rem;padding:.4rem .8rem;background:#3498db1a;color:#3498db;border-radius:15px;border:1px solid rgba(52,152,219,.2);font-weight:500}.projects-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;margin-top:2rem}.projects-cta h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.projects-cta p{font-size:1.2rem;color:#7f8c8d;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.projects-hero h1{font-size:2.5rem}.projects-grid{grid-template-columns:1fr}.filter-buttons{justify-content:center}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem}.projects-cta h2{font-size:2rem}}@media screen and (max-width: 480px){.projects-hero h1{font-size:2rem}.projects-hero p{font-size:1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-info{padding:1rem}.projects-cta{padding:2rem 1rem}.projects-cta h2{font-size:1.8rem}}.about{padding-top:70px}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#7f8c8d;max-width:600px;margin:0 auto}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.about-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-hero p{font-size:1.2rem;opacity:.9}.story{padding:5rem 0}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:2rem}.story-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.timeline{position:relative;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(135deg,#667eea,#764ba2);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-item:before{content:"";position:absolute;left:50%;top:50%;width:12px;height:12px;background:#3498db;border-radius:50%;transform:translate(-50%,-50%);z-index:2}.year{font-size:1.2rem;font-weight:700;color:#3498db;background:#fff;padding:.5rem 1rem;border-radius:25px;border:2px solid #3498db;width:100px;text-align:center}.event{font-size:1rem;color:#2c3e50;background:#3498db1a;padding:.75rem 1.5rem;border-radius:25px;width:180px;text-align:center;font-weight:600}.values{padding:5rem 0;background:#f8f9fa}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.value-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.value-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.value-card h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.value-card p{color:#7f8c8d;line-height:1.6}.team{padding:5rem 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.team-card{background:#fff;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.team-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.team-avatar{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.avatar-emoji{font-size:2rem}.team-info h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.team-info h4{font-size:1rem;color:#3498db;font-weight:500;margin-bottom:1rem}.team-info p{color:#7f8c8d;line-height:1.6;font-size:.95rem}.mission{padding:5rem 0;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;text-align:center}.mission-content h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem}.mission-content p{font-size:1.2rem;line-height:1.8;max-width:800px;margin:0 auto 3rem;opacity:.9}.mission-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.about-cta{padding:4rem 0;background:#f8f9fa;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.cta-content p{font-size:1.2rem;color:#7f8c8d;margin-bottom:2rem}.btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;display:inline-block;text-align:center}.btn-primary:hover{background:transparent;color:#3498db;transform:translateY(-2px);box-shadow:0 10px 25px #3498db4d}@media screen and (max-width: 768px){.about-hero h1{font-size:2.5rem}.story-content{grid-template-columns:1fr;gap:3rem}.timeline:before{left:20px}.timeline-item{flex-direction:row!important;padding-left:50px}.timeline-item:before{left:20px}.year,.event{width:auto;min-width:120px}.section-header h2,.story-text h2,.mission-content h2,.cta-content h2{font-size:2rem}}@media screen and (max-width: 480px){.about-hero h1{font-size:2rem}.timeline-item{padding-left:40px}.timeline:before{left:15px}.timeline-item:before{left:15px}.mission-stats{grid-template-columns:1fr}.stat-number{font-size:2.5rem}}.contact{padding-top:70px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.contact-content{padding:5rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form-section h2{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.contact-form-section p{color:#7f8c8d;margin-bottom:2rem;line-height:1.6}.contact-form{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(0,0,0,.05)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 3px #3498db1a}.form-group textarea{resize:vertical;min-height:120px}.form-group:last-of-type{margin-bottom:2rem}.btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;display:inline-block;text-align:center;border:none;cursor:pointer;width:100%}.btn-primary{background:#3498db;color:#fff;border:2px solid #3498db}.btn-primary:hover{background:#2980b9;border-color:#2980b9;transform:translateY(-2px);box-shadow:0 10px 25px #3498db4d}.contact-info-section h2{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.contact-info-section p{color:#7f8c8d;margin-bottom:2rem;line-height:1.6}.contact-info-grid{display:grid;gap:1.5rem;margin-bottom:3rem}.contact-info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.info-icon{font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-content h3{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.info-details{font-size:1rem;font-weight:600;color:#3498db;margin-bottom:.25rem}.info-description{font-size:.9rem;color:#7f8c8d;margin:0}.faq-section{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 5px 15px #00000014;border:1px solid rgba(0,0,0,.05)}.faq-section h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.faq-item p{color:#7f8c8d;line-height:1.6;margin:0}.contact-cta{background:#fff;color:#fff;padding:4rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;opacity:.9;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.stat{display:flex;flex-direction:column;gap:.5rem}.stat-number{font-size:3rem;font-weight:700;color:#3498db}.stat-label{font-size:1rem;opacity:.9}@media screen and (max-width: 768px){.contact-hero h1{font-size:2.5rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.contact-form,.faq-section{padding:1.5rem}.contact-info-section h2,.contact-form-section h2{font-size:1.8rem}.cta-content h2{font-size:2rem}.cta-stats{grid-template-columns:1fr}}@media screen and (max-width: 480px){.contact-hero h1{font-size:2rem}.contact-info-card{padding:1rem}.info-icon{width:40px;height:40px;font-size:1.2rem}.stat-number{font-size:2.5rem}.cta-content h2{font-size:1.8rem}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-content{animation:fadeIn .5s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}
