*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{color:#2563eb;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-links a:hover{color:#2563eb}.main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.hero{text-align:center;padding:4rem 0}.hero h2{font-size:3rem;margin-bottom:1rem;color:#1f2937}.hero p{font-size:1.2rem;color:#6b7280;margin-bottom:2rem}.contact-info{background:#f8fafc;padding:2rem;border-radius:10px;margin:2rem 0}.contact-info h3{color:#2563eb;margin-bottom:1rem}.contact-info a{color:#2563eb;text-decoration:none;font-weight:500}.apps-section{margin:3rem 0}.app-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:2rem;margin:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.05)}.app-card h3{color:#2563eb;margin-bottom:1rem}.app-links{display:flex;gap:1rem;margin-top:1rem}.btn{display:inline-block;padding:.75rem 1.5rem;background:#2563eb;color:white;text-decoration:none;border-radius:5px;font-weight:500;transition:background .3s}.btn:hover{background:#1d4ed8}.btn-secondary{background:#6b7280}.btn-secondary:hover{background:#4b5563}.footer{background:#1f2937;color:white;text-align:center;padding:2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer a{color:#60a5fa;text-decoration:none}.legal-content{max-width:800px;margin:0 auto}.legal-content h1{color:#2563eb;margin-bottom:2rem}.legal-content h2{color:#1f2937;margin:2rem 0 1rem}.legal-content p{margin-bottom:1rem;text-align:justify}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero h2{font-size:2rem}.main{padding:1rem}.app-links{flex-direction:column}}