@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;700&display=swap";body,html,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background-color:#050505}input,textarea,button,select{font-family:Inter,sans-serif!important}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;background-color:#050505;color:#fff;font-family:Inter,sans-serif;overflow:hidden}.main-container{position:absolute;top:0;left:0;width:100vw;height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;touch-action:pan-y;overscroll-behavior:none;z-index:10}.main-container::-webkit-scrollbar{display:none}.main-container{-ms-overflow-style:none;scrollbar-width:none}.canvas-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;pointer-events:none}.section{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;padding-left:5%;padding-right:0;scroll-snap-align:start;position:relative;z-index:1;pointer-events:auto}.section h1{font-size:3rem;text-transform:uppercase;width:500px;max-width:90vw;text-shadow:2px 2px 4px rgba(0,0,0,.8);pointer-events:none;margin-bottom:15px}.section p{font-size:1.2rem;color:#f0f0f0;width:500px;max-width:90vw;line-height:1.5;background:transparent;border-left:3px solid #ffcc00;padding:0 0 0 15px;text-shadow:1px 1px 3px rgba(0,0,0,.9);pointer-events:none}.header{position:fixed;top:0;left:0;width:100%;padding:10px 10%;display:flex;justify-content:space-between;align-items:center;z-index:999;pointer-events:none;background-color:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.header *{pointer-events:auto}.nav-dots{position:fixed;right:50px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:25px;z-index:100;align-items:flex-end;pointer-events:none}.nav-item{display:flex;align-items:center;gap:15px;position:relative;pointer-events:none}.dot{width:10px;height:10px;border-radius:50%;border:1px solid #ffcc00;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:#00000080;flex-shrink:0;pointer-events:auto;cursor:pointer}.dot.active{background:#fc0;box-shadow:0 0 15px #fc0;transform:scale(1.5)}.glass-label{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-left:2px solid #ffcc00;padding:8px 16px;border-radius:8px;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;box-shadow:0 4px 15px #0000004d;opacity:0;transform:translate(20px);transition:all .3s ease-out;pointer-events:none}.nav-item:hover .glass-label{opacity:1;transform:translate(0)}.nav-item:hover .dot{background:#ffcc0080;border-color:#fc0}.site-logo{height:50px;width:auto;transition:opacity .3s;cursor:pointer}.site-logo:hover{opacity:.8}.home-logo{width:400px;height:auto;max-width:80vw;margin-bottom:20px;pointer-events:none;display:block}.overlay-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-out}.glass-panel{width:90%;max-width:950px;background:#0c0c0cf2;border:1px solid rgba(255,255,255,.1);box-shadow:0 50px 100px #000c;border-radius:12px;position:relative;overflow:hidden;display:flex;flex-direction:column}.panel-header-center{text-align:center;padding:40px 20px 20px;border-bottom:1px solid rgba(255,255,255,.05);background:linear-gradient(to bottom,rgba(255,255,255,.02),transparent)}.panel-header-center h2{font-size:2.5rem;color:#fff;margin-bottom:10px;white-space:nowrap}@media(max-width:600px){.panel-header-center h2{white-space:normal;font-size:1.8rem}}.panel-header-center p{color:#888;font-size:1.1rem}.panel-content{display:flex;flex-direction:row}.panel-left{flex:1;padding:40px;border-right:1px solid rgba(255,255,255,.05)}.contact-list{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.contact-row .label{font-size:.7rem;color:#fc0;letter-spacing:2px;font-weight:700;display:block;margin-bottom:4px}.contact-row .value{font-size:1.1rem;color:#ddd;line-height:1.4}.map-container{width:100%;height:180px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);filter:grayscale(100%) invert(92%);transition:.3s}.panel-right{flex:1;padding:40px;background:#ffffff05;display:flex;align-items:center;justify-content:center}.form-mockup{width:100%;max-width:350px;display:flex;flex-direction:column;gap:15px}.form-mockup h3{color:#fff;margin-bottom:10px}.input-field{width:100%;padding:12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-family:inherit;font-size:.9rem;outline:none;transition:.2s}.input-field:focus{border-color:#fc0;background:#00000080}.cta-button{background:#fc0;color:#050505;border:none;width:100%;padding:15px 30px;margin-top:20px;border-radius:4px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #fc03}.cta-button:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.response-time{text-align:center;font-size:.8rem;color:#666;margin-top:10px}@media(max-width:850px){.panel-content{flex-direction:column}.panel-left,.panel-right{padding:30px;border:none}.map-container{height:150px}}.panel-content{display:flex;flex-direction:row;min-height:400px}.panel-left{flex:1.5;padding:60px;border-right:1px solid rgba(255,255,255,.05);text-align:left}.panel-left h2{font-size:2.5rem;font-weight:800;margin-bottom:10px;color:#fff;letter-spacing:-1px}.panel-subtitle{color:#888;margin-bottom:40px;font-size:1.1rem}.contact-list{display:flex;flex-direction:column;gap:25px}.contact-row{display:flex;flex-direction:column}.contact-row .label{font-size:.7rem;color:#fc0;letter-spacing:2px;margin-bottom:5px;font-weight:700}.contact-row .value{font-size:1.2rem;color:#fff}.panel-right{flex:1;background:#ffffff08;padding:60px;display:flex;align-items:center;justify-content:center}.action-box{text-align:center;width:100%}.action-box h3{font-size:1.5rem;margin-bottom:10px}.action-box p{color:#666;margin-bottom:30px;font-size:.9rem}.cta-button{background:#fc0;color:#000;border:none;padding:18px 40px;font-size:1rem;font-weight:800;letter-spacing:1px;cursor:pointer;width:100%;transition:.3s}.cta-button:hover{background:#fff;transform:translateY(-2px)}.close-btn{position:absolute;top:20px;right:20px;background:none;border:none;color:#666;font-size:2rem;line-height:1;cursor:pointer;z-index:10;transition:all .3s ease}.close-btn:hover{color:#fc0;transform:rotate(90deg)}@media(max-width:768px){.panel-content{flex-direction:column}.panel-left,.panel-right{padding:30px;border:none}.panel-left h2{font-size:1.8rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header-link{color:#fff;cursor:pointer;transition:color .3s ease;text-decoration:none}.header-link:hover{color:#fc0}.map-container{margin-top:30px;width:100%;height:200px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.2);filter:grayscale(100%) invert(92%);transition:all .3s ease}.map-container:hover{filter:none;border-color:#fc0}.about-panel .panel-content{min-height:450px}.about-left{flex:1;padding:0;display:flex;justify-content:center;align-items:center;background:#ffffff05;border-right:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.about-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a,#050505);display:flex;justify-content:center;align-items:center;color:#333;font-weight:900;font-size:2rem;letter-spacing:5px}.about-right{flex:1.2;padding:50px;text-align:left;display:flex;flex-direction:column;justify-content:center}.about-right h2{font-size:2.2rem;color:#fff;margin-bottom:5px}.about-subtitle{color:#fc0;font-size:1rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.about-text{color:#ccc;line-height:1.6;font-size:1rem;margin-bottom:30px}.stats-grid{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:30px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.stat-number{font-size:1.8rem;font-weight:800;color:#fff;line-height:1.2}.stat-label{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:1px;margin-top:5px}@media(max-width:850px){.about-left{height:200px;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}}.star-center-image img{width:300px;height:auto;opacity:.9;animation:floatImage 3s ease-in-out infinite alternate}.section-footer{height:100vh;display:flex;flex-direction:column;padding:0!important;background:linear-gradient(to top,rgba(0,0,0,.9),transparent)}.star-center-image{flex:1;display:flex;align-items:center;justify-content:center;pointer-events:none}.star-center-image img{width:50vw;height:auto;opacity:.9;animation:floatImage 3s ease-in-out infinite alternate}@keyframes floatImage{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.site-footer{width:100%;padding:0 10% 40px;flex-shrink:0}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col h3{color:#fff;margin-bottom:15px;font-size:1.5rem}.footer-col h4{color:#fc0;margin-bottom:15px;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.footer-col p{color:#888;font-size:.9rem;max-width:300px;border:none;padding:0}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:10px;color:#ccc;font-size:.9rem;cursor:pointer;transition:.2s}.footer-col li:hover{color:#fff}.racius-link{color:#888;text-decoration:none;border-bottom:1px dotted #888;font-size:.8rem}.racius-link:hover{color:#fc0;border-color:#fc0}.footer-bottom{padding-top:20px;display:flex;justify-content:space-between;color:#555;font-size:.8rem}@media(max-width:768px){.footer-content{flex-direction:column;gap:30px}.section-footer{justify-content:flex-end;padding-bottom:80px}}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#050505;z-index:99999;display:flex;justify-content:center;align-items:center;transition:opacity .6s ease-out,visibility .6s}.loading-overlay.fade-out{opacity:0;visibility:hidden;pointer-events:none}.loading-pulse-image{width:50vw;height:auto;animation:pulseFade 2s ease-in-out infinite}@keyframes pulseFade{0%{opacity:.3;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}to{opacity:.3;transform:scale(.98)}}@media(max-width:768px){.loading-pulse-image{width:70vw}}@media(max-width:850px){.section{flex-direction:column;justify-content:flex-end;padding-bottom:100px;padding-left:20px!important;padding-right:20px!important;text-align:center;background:linear-gradient(to top,rgba(0,0,0,.9) 10%,transparent 60%)}.section h1{font-size:2rem;width:100%;margin-bottom:10px}.section p{font-size:1rem;width:100%;max-width:600px;margin:0 auto;border-left:none;border-bottom:2px solid #ffcc00;padding-left:0;padding-bottom:15px}.header{padding:10px 15px;background-color:#000c}.site-logo{height:30px}.header div{gap:15px!important;font-size:13px!important}.nav-dots{display:none}.glass-panel{width:90%!important;max-height:85vh;overflow-y:auto;margin-top:20px}.panel-content{flex-direction:column}.panel-left,.panel-right,.about-left,.about-right{width:100%;padding:20px;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.about-left{display:none}.star-center-image{margin-top:80px;display:flex;justify-content:center;align-items:flex-start}.loading-pulse-image,.star-center-image img{width:60vw!important}}.mobile-progress-container{display:none}@media(max-width:850px){.mobile-progress-container{display:block;position:fixed;bottom:0;left:0;width:100%;height:6px;background-color:#ffffff1a;z-index:1000}.mobile-progress-bar{height:100%;background-color:#fc0;transition:width .5s ease-out;box-shadow:0 0 10px #ffcc0080}}.budget-btn{margin-top:25px;width:fit-content;background:#ffcc000d;border:1px solid rgba(255,204,0,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fc0;padding:12px 30px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;cursor:pointer;border-radius:4px;transition:all .3s ease;pointer-events:auto;box-shadow:0 4px 10px #0000004d}.budget-btn:hover{background:#fc0;color:#000;border-color:#fc0;box-shadow:0 0 20px #fc09;transform:translateY(-2px)}@media(max-width:600px){.budget-btn{width:100%;text-align:center;background:#000c}}.budget-page-full{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#050505f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:999999;display:flex;justify-content:center;align-items:center;padding:20px;animation:fadeIn .3s ease-out}.budget-container{width:100%;max-width:600px;background:#111;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #000c;border-radius:12px;padding:40px;position:relative;max-height:90vh;overflow-y:auto}.budget-close-x{position:absolute;top:20px;right:20px;background:none;border:none;color:#666;font-size:2rem;line-height:1;cursor:pointer;transition:.3s;z-index:10}.budget-close-x:hover{color:#fc0;transform:rotate(90deg)}@media(max-width:600px){.budget-container{padding:25px;height:100%;max-height:100vh;border:none;border-radius:0}.budget-btn{width:100%;text-align:center;background:#000c}}.budget-container{width:100%;max-width:700px;background:#111;border:1px solid #333;border-radius:12px;padding:40px;box-shadow:0 10px 40px #00000080}.budget-header h2{font-size:2rem;color:#fc0;margin-bottom:10px}.budget-header p{color:#ccc;margin-bottom:30px;border:none;padding:0}.budget-form-wrapper{display:flex;flex-direction:column;gap:20px}.input-group label{display:block;color:#888;font-size:.8rem;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.budget-input{width:100%;padding:15px;background:#1a1a1a;border:1px solid #333;color:#fff;border-radius:6px;font-size:1rem;outline:none}.budget-input:focus{border-color:#fc0;background:#222}.budget-input.locked{background:#222;color:#fc0;font-weight:700;border-color:#444;cursor:not-allowed}.row-inputs{display:flex;gap:20px}.row-inputs .input-group{flex:1}.budget-submit-btn{margin-top:20px;padding:15px;background:#fc0;color:#000;font-weight:700;font-size:1.1rem;border:none;border-radius:6px;cursor:pointer;transition:.3s}.budget-submit-btn:hover{background:#fff;transform:translateY(-2px)}@media(max-width:600px){.budget-container{padding:20px;border:none;background:transparent}.row-inputs{flex-direction:column;gap:20px}.budget-close-btn{margin-left:0}.budget-page-full{padding:10px}}.privacy-page-full{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999999;display:flex;justify-content:center;align-items:center;padding:20px;animation:fadeIn .3s ease-out}.privacy-container{width:100%;max-width:900px;max-height:90vh;overflow-y:auto;background:#0a0a0af2;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 60px #000000e6;border-radius:12px;padding:60px;position:relative}.privacy-container::-webkit-scrollbar{width:8px}.privacy-container::-webkit-scrollbar-track{background:#ffffff05}.privacy-container::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.privacy-container::-webkit-scrollbar-thumb:hover{background:#fc0}@media(max-width:600px){.privacy-container{padding:30px;max-height:100vh;border-radius:0;border:none}}.privacy-header{border-bottom:1px solid #333;padding-bottom:20px;margin-bottom:30px}.privacy-header h2{color:#fc0;font-size:2rem;margin-bottom:10px}.privacy-header p{color:#666;font-size:.9rem}.download-btn{display:inline-block;margin-top:15px;padding:10px 20px;background:#222;border:1px solid #444;color:#fff;text-decoration:none;border-radius:4px;font-size:.9rem;transition:.3s}.download-btn:hover{border-color:#fc0;color:#fc0}.privacy-content h3{color:#fff;margin-top:30px;margin-bottom:10px;font-size:1.2rem}.privacy-content p{color:#ccc;line-height:1.6;margin-bottom:15px;text-align:justify;font-size:1rem;border:none;padding:0}.privacy-content ul{list-style:disc;padding-left:20px;margin-bottom:20px;color:#ccc}.privacy-content li{margin-bottom:5px}@media(max-width:600px){.privacy-container{padding:25px;border:none}.privacy-header h2{font-size:1.5rem}}.site-footer{position:relative!important;z-index:9999!important;pointer-events:auto!important;background:transparent}.site-footer .footer-col ul li,.site-footer a{position:relative!important;z-index:10000!important;cursor:pointer!important;pointer-events:auto!important}.section-footer{z-index:50!important;pointer-events:auto!important}.site-footer li:hover,.site-footer a:hover{color:#fc0!important;text-shadow:0 0 10px rgba(255,204,0,.5)}
