:root{--primary-color:#000;--text-color:#fff;--accent-color:#888;--gradient-green-blue:linear-gradient(45deg,#0f0,#00f);--gradient-pink-cyan:linear-gradient(45deg,#f0f,#0ff);--gradient-blue-purple:linear-gradient(45deg,#06f,#90f)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--primary-color);color:var(--text-color);font-family:Arial,sans-serif;overflow-x:hidden}h2{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}h3{font-size:1.5rem;margin-bottom:1rem}section{padding:4rem 2rem}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;z-index:10;background-color:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header .logo{font-size:1.5rem;font-weight:700}.header .logo img{width:50px;height:50px;border-radius:50%}.header .nav ul{display:flex;gap:1rem;list-style:none}.header .nav ul a{color:#fff;text-decoration:none;transition:color .3s}.header .nav ul a:hover{color:#ccc}.header .nav-toggle{display:none}.header .nav-toggle-label{display:none;cursor:pointer}.header .nav-toggle-label span,.header .nav-toggle-label span:after,.header .nav-toggle-label span:before{display:block;background:#fff;height:2px;width:2rem;position:relative}.header .nav-toggle-label span:after,.header .nav-toggle-label span:before{content:"";position:absolute}.header .nav-toggle-label span:before{bottom:7px}.header .nav-toggle-label span:after{top:7px}.hero-section{height:100vh;position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 2rem;margin-top:2rem}.hero-section .hero-content{flex:1 1;z-index:1}.hero-section .hero-title{font-size:3rem;margin-bottom:1rem}.hero-section .hero-title p{font-size:1.5rem;margin-top:1rem;color:var(--accent-color)}.hero-section .hero-image{flex:1 1;display:flex;justify-content:flex-end;align-items:center;position:relative;height:100%}.hero-section .hero-image img{max-height:80vh;width:auto;object-fit:contain}.partner-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;margin:5rem 0;padding:0 2rem}.partner-logos .partner-logo img{height:100px;width:100px;object-fit:contain}.about-section{text-align:center;position:relative;overflow:hidden}.about-section p{max-width:600px;margin:0 auto 2rem;color:var(--accent-color);font-size:1.5rem}.about-section .gradient-orbs{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.about-section .orb{width:200px;height:200px;border-radius:50%;filter:blur(50px)}.about-section .orb-green{background:var(--gradient-green-blue)}.about-section .orb-purple{background:var(--gradient-pink-cyan)}.projects-section .project-intro{margin-bottom:3rem}.projects-section .project-intro-card{background:#1a1a1a;padding:2rem;border-radius:10px;text-align:center}.projects-section .project-intro-card p{color:var(--accent-color);font-size:1rem}.projects-section .featured-project{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;text-align:center}.projects-section .project-logo{max-width:150px;height:auto}.projects-section .featured-project h3{font-size:1.5rem;max-width:600px}.projects-section .project-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.projects-section .project-image img{width:100%;height:auto;border-radius:10px;object-fit:cover}.projects-section .app-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.separator{width:100%;height:586px;position:relative}.help-section{position:relative;overflow:hidden}.help-section .gradient-blob{position:absolute;width:50%;height:50%;border-radius:50%;filter:blur(100px);opacity:.5;background:var(--gradient-green-blue)}.help-section .blob-left{left:-25%;bottom:-25%}.help-section .blob-right{right:-25%;bottom:-25%}.help-section .help-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;position:relative;z-index:1}.help-section .help-list{list-style:none;padding:0;font-size:1.5rem;flex:1 1}.help-section .help-list li{margin-bottom:1rem}.help-section .help-list-right{text-align:right}.help-section .help-image{flex:2 1;display:flex;justify-content:center}.help-section .help-image img{max-width:100%;height:auto;border-radius:10px}.about-us-section p{margin-bottom:2rem;color:var(--accent-color);font-size:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.about-us-section .team-members{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem}.about-us-section .team-member{text-align:center}.about-us-section .team-member img{width:150px;height:150px;border-radius:50%;margin-bottom:1rem;object-fit:cover}.about-us-section .team-member h3{font-size:1.2rem;text-transform:capitalize}.contact-section p{margin-bottom:2rem;color:var(--accent-color);font-size:1.5rem}.contact-section .email-link{display:flex;align-items:center;gap:1rem;font-size:1.5rem;color:var(--text-color);text-decoration:none;transition:color .3s}.contact-section .email-link:hover{color:#ccc}.footer{padding:2rem 0;text-align:center;color:var(--accent-color)}.app{min-height:100vh;width:100%}.privacy-container{padding:2rem;max-width:1200px;margin:0 auto;color:var(--text-color);background-color:var(--primary-color);min-height:100vh}.privacy-container h1{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;margin-top:3rem}.privacy-container h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;text-align:left}.privacy-content{max-width:800px;margin:0 auto}.privacy-content p{margin-bottom:1rem;line-height:1.6}.privacy-content ul{margin-left:2rem;margin-bottom:1rem}.privacy-content li{margin-bottom:.5rem;line-height:1.6}.privacy-content a{color:#3498db;text-decoration:none}.privacy-content a:hover{text-decoration:underline}.back-link{margin-bottom:2rem}.back-link a{color:var(--text-color);text-decoration:none;display:inline-flex;align-items:center;font-size:1rem;transition:color .3s}.back-link a:hover{color:#3498db}@media (max-width:768px){h2{font-size:2rem}h3{font-size:1.2rem}section{padding:3rem 1rem}.header .nav-toggle-label{display:flex;align-items:center;z-index:11}.header .nav{position:fixed;top:0;right:0;width:100%;height:100vh;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.header .nav ul{flex-direction:column;align-items:center;font-size:1.5rem}.header .nav-toggle:checked~.nav{transform:scale(1)}.hero-section{flex-direction:column;justify-content:center;text-align:center;height:auto;min-height:100vh;padding-top:5rem}.hero-section .hero-title{font-size:2.2rem}.hero-section .hero-title p{font-size:1.2rem}.hero-section .hero-image{width:100%;justify-content:center;margin-top:2rem}.hero-section .hero-image img{max-height:50vh}.partner-logos{gap:2rem;margin:3rem 0}.partner-logos .partner-logo img{height:60px;width:60px;border-radius:20px!important}.about-section p{font-size:1.2rem}.about-section .orb{width:120px;height:120px}.projects-section .project-gallery{grid-template-columns:1fr}.separator{height:300px}.help-section .help-content{flex-direction:column}.help-section .help-list{width:100%;text-align:center}.help-section .help-list-right{text-align:center}.about-us-section p{font-size:1.2rem}.about-us-section .team-members{gap:2rem}.about-us-section .team-member img{width:120px;height:120px}.contact-section .email-link,.contact-section p{font-size:1.2rem}.privacy-container{padding:1rem}.privacy-container h1{font-size:2rem;margin-top:2rem}.privacy-container h2{font-size:1.5rem}}