:root{--primary-color: #2c3e50;--secondary-color: #3498db;--accent-color: #e74c3c;--text-color: #333;--light-bg: #f8f9fa}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background-color:var(--primary-color);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 5px #0000001a}.logo{color:#fff;font-size:1.5rem;font-weight:700}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:2rem}.nav-links a{color:#fff;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:var(--secondary-color)}.hero{height:100vh;background:linear-gradient(#2c3e50cc,#2c3e50cc),url(/assets/hero-Ef_gMwRV.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 20px}.hero-content{max-width:800px}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 2rem;background-color:var(--secondary-color);color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.cta-button:hover{background-color:#2980b9}section{padding:5rem 0}section h2{text-align:center;margin-bottom:3rem;color:var(--primary-color)}.about{background-color:var(--light-bg)}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{margin-bottom:1.5rem}.app-card{display:flex;flex-wrap:wrap;gap:2rem;background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.app-image{flex:1;min-width:300px}.app-image svg{width:auto;height:250px;border-radius:5px}.app-content{flex:2;min-width:300px}.app-content h3{color:var(--primary-color);margin-bottom:1rem}.app-content ul{margin:1rem 0;padding-left:1.5rem}.app-content li{margin-bottom:.5rem}.contact{background-color:var(--light-bg)}.contact-content{text-align:center;max-width:600px;margin:0 auto}.email-contact{margin-top:2rem;font-size:1.2rem}.email-contact a{color:var(--secondary-color);text-decoration:none;margin-left:1rem}.email-contact i{color:var(--primary-color)}footer{background-color:var(--primary-color);color:#fff;padding:2rem 0;text-align:center}@media (max-width: 768px){.navbar{flex-direction:column;padding:1rem}.nav-links{margin-top:1rem}.nav-links li{margin:0 1rem}.hero h1{font-size:2rem}.app-card{flex-direction:column}}
