@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.header{position:sticky;top:0;width:100%;background-color:#fff;box-shadow:0 2px 6px #0000001a;z-index:100;transition:all .3s ease;height:150px;display:flex;align-items:center}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%;padding:0 1.5rem;transition:all .3s ease}.header img.logo{height:250px;width:250px;margin-top:-40px;margin-bottom:-40px;transition:all .3s ease}.header.shrink{height:70px}.header.shrink img.logo{height:60px;width:60px;margin-top:0;margin-bottom:0}.header nav a{margin-left:1.5rem;color:#646cff;text-decoration:none;font-weight:500;transition:color .2s ease}.header nav a:hover{color:#535bf2}@media (max-width: 600px){.header{height:auto;padding-bottom:10px}.header-container{flex-direction:column;justify-content:center;gap:.25rem;padding:.5rem 0}.header img.logo{height:110px;width:110px;margin-top:-15px;margin-bottom:-15px}.header.shrink img.logo{height:60px;width:60px;margin:0}.header nav{margin-top:.5rem}.header nav a{margin-left:.75rem;margin-right:.75rem}}.hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;height:80vh;background-color:#555;background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff;padding:0 2rem;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0009,#141428cc);z-index:0}.hero-content{position:relative;z-index:1;max-width:800px}.hero h1{font-size:3rem;margin-bottom:1rem;color:#fff;text-shadow:0 0 10px #646cff,0 0 20px #535bf2,0 0 30px #3238a8;animation:glowPulse 2s infinite alternate}@keyframes glowPulse{0%{text-shadow:0 0 5px #646cff,0 0 10px #535bf2,0 0 15px #3238a8}to{text-shadow:0 0 20px #646cff,0 0 40px #535bf2,0 0 60px #3238a8}}.hero p{font-size:1.2rem;margin-bottom:2rem;color:#ddd}.cta-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#646cff,#535bf2);color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .3s,background .3s}.cta-button:hover{background:linear-gradient(135deg,#535bf2,#3238a8);transform:translateY(-3px)}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.cta-button{padding:.8rem 1.5rem}}.contact{padding:4rem 2rem;text-align:center}.contact form{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.contact input,.contact textarea,.contact select{padding:.8rem;border-radius:8px;border:none;resize:none;font-size:1rem}.contact select{background:#fff;cursor:pointer}.contact button{padding:.8rem;border-radius:8px;border:none;background-color:#646cff;color:#fff;font-weight:600;cursor:pointer;transition:background-color .3s ease}.contact button:hover{background-color:#535bf2}.footer{text-align:center;padding:2rem;background-color:#1a1a1a;color:#fff}@media (prefers-color-scheme: light){.footer{background-color:#f9f9f9;color:#213547}}.project-card{background-color:#1a1a1a;padding:1.5rem;border-radius:12px;width:300px;color:#fff;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease}.project-card img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.project-card h3{margin-top:0;font-size:1.4rem;color:#646cff}.projects{padding:4rem 2rem;text-align:center}.projects h2{font-size:2.5rem;margin-bottom:1rem;color:#646cff}.projects p{font-size:1.1rem;margin-bottom:2.5rem;color:#ccc}.project-highlights{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem}.highlight h3{font-size:2rem;color:#646cff;margin-bottom:.5rem}.highlight p{font-size:1rem;color:#aaa}.project-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.project-card{background:#1a1a1a;border-radius:12px;width:280px;padding:1.5rem;text-align:left;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000004d}.project-img{width:100%;height:160px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.project-card h3{margin:.5rem 0;color:#646cff}.project-card p{font-size:.95rem;color:#ddd}@media (max-width: 768px){.project-highlights,.project-cards{flex-direction:column;align-items:center}.project-card{width:90%}}.packages{padding:4rem 2rem;text-align:center}.packages h2{font-size:2.5rem;margin-bottom:1rem;color:#646cff}.packages p{font-size:1.1rem;margin-bottom:2.5rem;color:#ccc}.package-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.package-card{background-color:#1a1a1a;padding:2rem;border-radius:12px;width:260px;color:#fff;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease}.package-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000004d}.package-card h3{margin-top:0;margin-bottom:.5rem;font-size:1.4rem;color:#646cff}.package-card .price{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.package-card ul{list-style:none;padding:0;margin-bottom:1.5rem}.package-card li{margin-bottom:.5rem;font-size:.95rem}.package-card button{padding:.8rem 2rem;border-radius:8px;border:none;background-color:#646cff;color:#fff;font-weight:500;cursor:pointer;transition:background-color .3s}.package-card button:hover{background-color:#535bf2}@media (prefers-color-scheme: light){.package-card{background-color:#f0f0f0;color:#000;box-shadow:0 4px 12px #0000001a}.package-card:hover{box-shadow:0 8px 24px #00000026}.package-card h3{color:#535bf2}}@media (max-width: 768px){.package-cards{flex-direction:column;align-items:center}.package-card{width:90%}}.see-example{background-color:#f0f0f0;color:#333;border:1px solid #ccc;padding:.5rem 1rem;margin-bottom:.5rem;cursor:pointer}.see-example:hover{background-color:#e0e0e0}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:85vh;overflow-y:auto;padding:2.5rem 2rem;box-shadow:0 10px 25px #00000026;text-align:left;animation:fadeInScale .25s ease;position:relative}.modal-content h3{margin-bottom:1rem;font-size:1.4rem;color:#222}.modal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.2rem}.modal-content li{margin-bottom:.5rem}.modal-content button{background:#646cff;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;transition:.2s ease;margin-top:1rem}.modal-content button:hover{background:#535bf2}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 600px){.modal-content{max-width:90%;padding:1.5rem}}.modal-content form{display:flex;flex-direction:column;gap:1rem}.modal-content input,.modal-content textarea{width:100%;padding:.8rem 1rem;border-radius:8px;border:1px solid #ccc;font-size:1rem;outline:none;transition:border-color .2s ease}.modal-content input:focus,.modal-content textarea:focus{border-color:#646cff}.modal-content form button[type=submit]{background:#646cff;color:#fff;border:none;padding:.8rem 1.4rem;border-radius:8px;cursor:pointer;transition:background .2s ease;font-weight:500}.modal-content form button[type=submit]:hover{background:#535bf2}.form-status{margin-top:.5rem;font-size:.9rem}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:none}a:hover{color:#535bf2}button{font-family:inherit;cursor:pointer;transition:border-color .25s}h1{margin:0}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}body{font-family:Inter,sans-serif;line-height:1.6;color:#eee;background-color:#121212}.services{padding:4rem 2rem;text-align:center}.services h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700;color:#646cff;letter-spacing:.5px}.services p{font-size:1.1rem;margin-bottom:2.5rem;color:#ccc;font-weight:400}.service-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.card{background-color:#1a1a1a;padding:2.5rem 2rem;border-radius:16px;width:250px;color:#fff;box-shadow:0 6px 18px #0000004d;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0006}.card h3{margin-top:0;margin-bottom:.75rem;font-size:1.4rem;font-weight:600;color:#646cff}.card p{font-size:1rem;color:#ddd;line-height:1.5}.service-icon{width:120px;height:120px;object-fit:cover;margin-bottom:1rem;border-radius:12px}@media (prefers-color-scheme: light){body{color:#222;background-color:#fff}.card{background-color:#f0f0f0;color:#000;box-shadow:0 4px 12px #0000001a}.card:hover{box-shadow:0 8px 24px #00000026}.card h3{color:#535bf2}.card p{color:#333}}@media (max-width: 768px){.service-cards{flex-direction:column;align-items:center}.card{width:90%}}.card{position:relative;transition:transform .3s ease,box-shadow .3s ease}.card.hovered{transform:translateY(-8px) rotate(-1deg)}.fact-lava{position:absolute;top:-35px;left:50%;transform:translate(-50%) scale(0);background-color:#ffeb3b;color:#1a1a1a;padding:6px 12px;border-radius:6px;font-weight:700;white-space:nowrap;z-index:10;box-shadow:0 4px 12px #0000004d;animation:popLava .5s forwards}@keyframes popLava{0%{transform:translate(-50%) scale(0);opacity:0}50%{transform:translate(-50%) scale(1.2);opacity:1}to{transform:translate(-50%) scale(1);opacity:1}}
