*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#0a0a0a;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}#app{width:100%;height:100vh;position:relative}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0a0a0a33;border-bottom:1px solid #ffffff1a;width:100%;transition:all .3s;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo img{width:auto;height:130px}.navbar-nav{align-items:center;display:flex}.nav-menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:#fff;padding:.5rem 0;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:#64ffda}.nav-link:after{content:"";background:linear-gradient(45deg,#64ffda,#00d4ff);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav-link:hover:after{width:100%}.dropdown{position:relative}.dropdown-menu{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;visibility:hidden;pointer-events:none;background:#0a0a0a;border:1px solid #ffffff1a;border-radius:8px;width:max-content;min-width:200px;margin-top:.5rem;padding:.5rem 0;transition:opacity .25s,visibility .25s,transform .25s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 30px #0000004d}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown-menu li{opacity:0;list-style:none;transition:opacity .2s,transform .2s;transform:translateY(-5px)}.dropdown:hover .dropdown-menu li{opacity:1;transform:translateY(0)}.dropdown:hover .dropdown-menu li:first-child{transition-delay:50ms}.dropdown:hover .dropdown-menu li:nth-child(2){transition-delay:.1s}.dropdown:hover .dropdown-menu li:nth-child(3){transition-delay:.15s}.dropdown:hover .dropdown-menu li:nth-child(4){transition-delay:.2s}.dropdown:hover .dropdown-menu li:nth-child(5){transition-delay:.25s}.dropdown-menu a{color:#fff;border-left:3px solid #0000;padding:.75rem 1.5rem;font-size:.9rem;text-decoration:none;transition:background-color .2s,color .2s,border-left-color .2s;display:block}.dropdown-menu a:hover{color:#64ffda;background:#64ffda1a;border-left-color:#64ffda}.navbar-toggle{cursor:pointer;flex-direction:column;gap:4px;display:none}.navbar-toggle span{background:#fff;border-radius:2px;width:25px;height:3px;transition:all .3s}.navbar-toggle.active span:first-child{transform:rotate(45deg)translate(4px,3px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}@media (width<=768px){.navbar-toggle{display:flex}.navbar-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:1;visibility:hidden;background:#0a0a0a;border-top:1px solid #ffffff1a;width:100%;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-100%)}.navbar-nav.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-menu{flex-direction:column;gap:0;padding:1rem 0}.nav-item{width:100%}.nav-link{border-bottom:1px solid #ffffff1a;padding:1rem 2rem;display:block}.dropdown-menu{opacity:0;visibility:hidden;box-shadow:none;pointer-events:none;background:#0a0a0a;border:none;border-radius:0;max-height:0;margin-top:0;padding:0;transition:opacity .3s,visibility .3s,transform .3s,max-height .3s;position:static;overflow:hidden;transform:translateY(-10px)}.nav-item.dropdown.mobile-open .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;max-height:500px;transform:translateY(0)}.dropdown-menu li{opacity:0;transition:opacity .2s,transform .2s;transform:translateY(-5px)}.nav-item.dropdown.mobile-open .dropdown-menu li{opacity:1;transform:translateY(0)}.nav-item.dropdown.mobile-open .dropdown-menu li:first-child{transition-delay:50ms}.nav-item.dropdown.mobile-open .dropdown-menu li:nth-child(2){transition-delay:.1s}.nav-item.dropdown.mobile-open .dropdown-menu li:nth-child(3){transition-delay:.15s}.nav-item.dropdown.mobile-open .dropdown-menu li:nth-child(4){transition-delay:.2s}.nav-item.dropdown.mobile-open .dropdown-menu li:nth-child(5){transition-delay:.25s}.dropdown-menu a{border-left:3px solid #0000;padding:.75rem 3rem;font-size:.85rem}.dropdown-menu a:hover{color:#64ffda;background:#64ffda1a}}@media (width<=480px){.navbar-container{padding:0 1rem}.navbar-logo img{height:120px}}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.project-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:1.5rem;transition:all .3s}.project-item:hover{background:#64ffda1a;border-color:#64ffda4d;transform:translateY(-2px)}.project-item h3{color:#64ffda;margin-bottom:.5rem;font-size:1.2rem}.project-item p{color:#fffc;font-size:.9rem;line-height:1.5}.contact-info{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:2rem}.contact-info p{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.contact-info strong{color:#64ffda;min-width:120px}@media (width<=768px){.projects-grid{grid-template-columns:1fr;gap:1rem}.project-item{padding:1rem}.contact-info{padding:1.5rem}.contact-info p{flex-direction:column;align-items:flex-start;gap:.25rem}.contact-info strong{min-width:auto}}.contact-container{grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem;display:grid}.contact-info h3,.contact-map h3{color:#64ffda;text-align:center;margin-bottom:1.5rem;font-size:1.3rem}.contact-map iframe{border-radius:8px;box-shadow:0 10px 30px #0000004d}@media (width<=768px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-map iframe{height:300px}}#loading-screen{z-index:1000;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-out;display:flex;position:fixed;top:0;left:0}#loading-screen.hidden{opacity:1;pointer-events:none}.loading-content{text-align:center;max-width:400px;padding:2rem}.loading-spinner{border:3px solid #ffffff1a;border-top-color:#64ffda;border-radius:50%;width:60px;height:60px;margin:0 auto 2rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-content h2{background:linear-gradient(45deg,#64ffda,#00d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.loading-content p{color:#ffffffb3;font-size:1rem}#three-canvas{z-index:1;width:100%;height:100%;position:fixed;top:0;left:0}#scroll-container{z-index:2;padding-top:70px;position:relative}.scroll-section h1,.scroll-section h2,.scroll-section h3{text-align:center!important}.references-logos{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));place-items:center;gap:1.5rem;margin-top:2rem;padding:2rem 0;display:grid}.reference-logo-item{text-align:center;flex-direction:column;align-items:center;transition:all .3s;display:flex}.reference-logo-item:hover{transform:translateY(-5px)}.reference-logo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:250px;height:100px;margin-bottom:0;transition:all .3s;display:flex;overflow:hidden}.reference-logo:hover{background:#fff3;border-color:#64ffda;box-shadow:0 8px 25px #64ffda4d}.reference-logo img{object-fit:cover;width:100%;height:100%;transition:all .3s}.reference-logo:hover img{transform:scale(1.1)}.reference-name{display:none}@media screen and (width<=480px){.references-logos{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem}.reference-logo{width:150px;height:60px}}.logo-section{justify-content:center;align-items:center;height:200px;display:flex;position:fixed;top:0;left:0}.logo-section img{width:200px;height:200px}.text-background{background:linear-gradient(45deg,#64ffda,#00d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.services-container{align-items:center;gap:3rem;margin-top:2rem;display:flex}.services-container-reverse{flex-direction:row-reverse}.services-image{object-fit:cover;border-radius:8px;width:300px;height:300px;box-shadow:0 10px 30px #0000004d}@media screen and (width<=600px){.services-image{width:200px;height:200px}}.services-text-container{text-align:start;flex-direction:column;gap:16px;margin-left:60px;display:flex}@media screen and (width<=1200px){.services-text-container{margin-left:0}}.services-subheader{text-align:start!important;font-size:1.1rem!important;font-weight:600!important}.services-text{color:#fffc;font-size:16px;font-weight:400}.services-list{margin-left:20px;list-style-type:disc}.services-list li{color:#fffc;font-size:16px;font-weight:400}@media screen and (width<=1200px){.services-container{flex-direction:column}}.hero-section,.scroll-section{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.scroll-section{background:0 0}.section-content{text-align:center;opacity:1;max-width:1200px;padding:2rem;transition:all .8s ease-out;transform:translateY(0)}.section-content.visible{opacity:1;transform:translateY(0)}.section-content h2{text-align:center;background:linear-gradient(45deg,#64ffda,#00d4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.section-content p{color:#fffc;font-size:1.2rem;font-weight:300}.hero-content h1{background:linear-gradient(45deg,#64ffda,#00d4ff,#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:700;animation:2s ease-in-out infinite alternate glow}@keyframes glow{0%{text-shadow:0 0 20px #64ffda80}to{text-shadow:0 0 30px #64ffdacc,0 0 40px #00d4ff80}}.hero-content p{color:#fffc;font-size:1.4rem;font-weight:300}.hero-animated-sentences{justify-content:center;align-items:center;width:1200px;height:auto;min-height:8rem;margin-bottom:40px;display:flex;position:relative;overflow:visible}@media screen and (width<=1200px){.hero-animated-sentences{width:1000px}}@media screen and (width<=1000px){.hero-animated-sentences{width:800px}}@media screen and (width<=800px){.hero-animated-sentences{width:600px}}@media screen and (width<=600px){.hero-animated-sentences{width:400px}}@media screen and (width<=400px){.hero-animated-sentences{width:340px}}@media screen and (width<=1200px){.hero-sentence{font-size:3.5rem}}@media screen and (width<=800px){.hero-sentence{font-size:2.8rem;line-height:1.3}.hero-animated-sentences{min-height:7rem}}@media screen and (width<=600px){.hero-sentence{padding:0 15px;font-size:2.2rem;line-height:1.4}.hero-animated-sentences{min-height:6rem}}@media screen and (width<=400px){.hero-sentence{padding:0 10px;font-size:1.8rem;line-height:1.5}.hero-animated-sentences{min-height:5rem}}.hero-sentence{opacity:0;text-align:center;background:linear-gradient(45deg,#64ffda,#00d4ff,#ff6b6b);-webkit-text-fill-color:transparent;word-break:keep-all;-webkit-hyphens:none;hyphens:none;-webkit-background-clip:text;background-clip:text;margin:0;padding:0 20px;font-size:4rem;font-weight:700;line-height:1.2;transition:opacity .7s cubic-bezier(.77,0,.18,1),transform .7s cubic-bezier(.77,0,.18,1);animation:2s ease-in-out infinite alternate glow;position:absolute;top:0;left:0;right:0;transform:translateY(60px)}.hero-sentence.active{opacity:1;z-index:2;transform:translateY(0)}.hero-sentence.exit{opacity:0;z-index:1;transform:translateY(-60px)}.hero-sentence.enter{opacity:0;z-index:2;transform:translateY(60px)}#ui-overlay{pointer-events:none;z-index:10;width:100%;height:100%;position:fixed;top:0;left:0}.scroll-indicator{background:#ffffff1a;border-radius:2px;width:4px;height:100px;position:fixed;top:50%;right:30px;transform:translateY(-50%)}.scroll-progress{background:linear-gradient(#64ffda,#00d4ff);border-radius:2px;width:100%;height:0%;transition:height .1s ease-out}@media (width<=768px){.hero-content h1{font-size:2.5rem}.section-content h2{font-size:2rem}.section-content p,.hero-content p{font-size:1rem}.scroll-indicator{width:3px;height:80px;right:15px}}@media (width<=480px){.hero-content h1{font-size:2rem}.section-content h2{font-size:1.5rem}.section-content{padding:1rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:linear-gradient(#64ffda,#00d4ff);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#00d4ff,#64ffda)}.scroll-section .section-content{text-align:left;width:100%}.geovinci-description{text-align:center;margin-bottom:3rem}.geovinci-description p{color:#fffc;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6}.geovinci-form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;max-width:800px;margin:0 auto;padding:3rem}.geovinci-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#64ffda;margin-bottom:.5rem;font-size:.95rem;font-weight:500}.form-group input,.form-group textarea{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#ffffff14;border-color:#64ffda;outline:none;box-shadow:0 0 0 3px #64ffda1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.file-info{color:#fff9;margin-top:.5rem;font-size:.8rem}.submit-btn{color:#0a0a0a;cursor:pointer;background:linear-gradient(45deg,#64ffda,#00d4ff);border:none;border-radius:8px;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #64ffda66}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-loading{justify-content:center;align-items:center;gap:.5rem;display:flex}.btn-loading .loading-spinner{border:2px solid #0a0a0a33;border-top-color:#0a0a0a;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.toast-container{z-index:1000;flex-direction:column;gap:10px;display:flex;position:fixed;top:100px;right:30px}.toast{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;opacity:0;background:#0a0a0af2;border-left:4px solid;border-radius:8px;max-width:350px;padding:1rem 1.5rem;font-size:.95rem;transition:all .3s;transform:translate(100%);box-shadow:0 10px 30px #0000004d}.toast.show{opacity:1;transform:translate(0)}.toast.success{border-left-color:#64ffda}.toast.error{border-left-color:#ff6b6b}.toast.info{border-left-color:#00d4ff}@media (width<=768px){.geovinci-form-container{margin:0 1rem;padding:2rem}.form-row{grid-template-columns:1fr;gap:1rem}.toast-container{left:15px;right:15px}.toast{max-width:none}}@media (width<=480px){.geovinci-form-container{padding:1.5rem}.form-group input,.form-group textarea{padding:.8rem}.submit-btn{padding:.8rem 1.5rem}}@media (width<=768px){.navbar-nav.active .nav-item.dropdown .dropdown-menu{opacity:0;visibility:hidden;box-shadow:none;pointer-events:none;background:#0a0a0a;border:none;border-radius:0;max-height:0;margin-top:0;padding:0;transition:opacity .3s,visibility .3s,transform .3s,max-height .3s;position:static;overflow:hidden;transform:translateY(-10px)}.navbar-nav.active .nav-item.dropdown.mobile-open .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;max-height:500px;transform:translateY(0)}.dropdown-menu li{opacity:0;transition:opacity .2s,transform .2s;transform:translateY(-5px)}.nav-item.dropdown.mobile-open .dropdown-menu li{opacity:1;transform:translateY(0)}.nav-item.dropdown.mobile-open .dropdown-menu li:first-child{transition-delay:50ms}.nav-item.dropdown.mobile-open .dropdown-menu li:nth-child(2){transition-delay:.1s}.nav-item.dropdown.mobile-open .dropdown-menu li:nth-child(3){transition-delay:.15s}.nav-item.dropdown.mobile-open .dropdown-menu li:nth-child(4){transition-delay:.2s}.nav-item.dropdown.mobile-open .dropdown-menu li:nth-child(5){transition-delay:.25s}.dropdown-menu a{border-left:3px solid #0000;padding:.75rem 3rem;font-size:.85rem}.dropdown-menu a:hover{color:#64ffda;background:#64ffda1a}}.footer{color:#e2e8f0;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-top:1px solid #334155;margin-top:80px;padding:40px 0;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#0000,#3b82f6,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.footer-left p{color:#94a3b8;letter-spacing:.5px;margin:0;font-size:14px;font-weight:400}.footer-right{align-items:center;display:flex}.developer-logo{border-radius:8px;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.developer-logo:before{content:"";opacity:0;z-index:1;background:linear-gradient(45deg,#3b82f61a,#9333ea1a);transition:opacity .3s;position:absolute;inset:0}.developer-logo:hover:before{opacity:1}.developer-logo img{object-fit:contain;z-index:2;width:100px;height:20px;transition:transform .3s;position:relative}.developer-logo:hover img{transform:scale(1.05)}.developer-logo:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}@media (width<=768px){.footer{margin-top:60px;padding:30px 0}.footer-content{text-align:center;flex-direction:column;gap:15px}.footer-left p{font-size:13px}.developer-logo img{width:80px;height:16px}}@media (width<=480px){.footer{margin-top:40px;padding:25px 0}.footer-content{padding:0 15px}.footer-left p{font-size:12px;line-height:1.4}.developer-logo img{width:70px;height:14px}}@keyframes footerGlow{0%,to{box-shadow:0 0 20px #3b82f61a}50%{box-shadow:0 0 30px #3b82f633}}.footer{animation:4s ease-in-out infinite footerGlow}
