@import"https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Fragment+Mono&display=swap";.page-overlay{position:fixed;inset:0;background:#0000;pointer-events:none;z-index:1000;animation:fadeInOverlay .5s forwards}.page-overlay.active{pointer-events:all}@keyframes fadeInOverlay{0%{background:#0000;opacity:0}to{background:#00000080;opacity:1}}.page-slide{position:fixed;inset:0;background:#0f0f0f;display:flex;flex-direction:column;z-index:1010;overflow-y:auto;padding:40px 60px;opacity:0;transform:translateY(50px)}.page-slide.active{animation:slideFadeIn .5s ease forwards}@keyframes slideFadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.slide-header{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.slide-header h1{margin:0 0 15px;text-align:center}.close-btn{position:absolute;top:60px;right:0;background:transparent;color:#fff;border:2px solid #ffffff;border-radius:9999px;padding:.4rem .8rem;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease}.close-btn:hover{transform:scale(1.1);border-color:#4db38c;color:#4db38c}.slide-content-container{flex:1;overflow-y:auto;padding-bottom:40px;max-width:900px;margin:0 auto}.slide-content{font-family:Unbounded,sans-serif;font-size:16px;line-height:1.6;color:#fff;text-align:left}.slide-content h2,.slide-content h3{margin-top:1.5rem;margin-bottom:.5rem}.slide-content p{margin-bottom:1rem}.slide-content ul{margin:.5rem 0 1rem 1.5rem}.BuildPage{min-height:100vh;width:100%;background:#0f0f0f;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Unbounded,sans-serif;padding:20px;text-align:center;color:#fff}.BuildPage .content{max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center}.BuildPage h1{font-size:3rem;margin-bottom:1rem;letter-spacing:.05em}.BuildPage p{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;opacity:.85}.BuildPage .contact-info{margin:2rem 0;font-size:1rem;display:flex;flex-direction:column;align-items:center}.BuildPage .contact-info h2{margin-bottom:.8rem;font-size:1.3rem}.BuildPage .contact-info p{margin:3px 0}.BuildPage .contact-info p a{color:#4db38c;text-decoration:underline}.BuildPage .contact-info p a:hover{opacity:.8}.BuildPage .hint{font-size:.95rem;opacity:.6;letter-spacing:.05em}.h1,.hero h1,h1{font-family:Unbounded,sans-serif;font-weight:900;font-size:clamp(2.8rem,6vw,5.5rem);line-height:1.1;letter-spacing:-.01em}.h2,h2{font-family:Unbounded,sans-serif;font-weight:700;font-size:clamp(2rem,4vw,3.5rem);line-height:1.15}.h3,h3{font-family:Unbounded,sans-serif;font-weight:600;font-size:clamp(1.4rem,3vw,2.1rem);line-height:1.2}.h4,h4{font-family:Unbounded,sans-serif;font-weight:500;font-size:clamp(1.2rem,2vw,1.5rem)}.body,p{font-family:Unbounded,sans-serif;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.6}.mono{font-family:Fragment Mono,monospace;font-size:.95rem}body{margin:0;padding:0;background:#1b1919;color:#fff;font-family:Unbounded,sans-serif;font-weight:400;line-height:1.6}.header{position:fixed;top:0;left:0;width:97.75%;height:4rem;display:flex;align-items:center;justify-content:space-between;padding:0 .8rem;z-index:2000;pointer-events:none}.header .logo{font-family:Unbounded,sans-serif;font-weight:700;font-size:1.5rem;color:#fff;pointer-events:auto}.header .header-buttons{display:flex;align-items:center;margin-left:auto;gap:.5rem;pointer-events:auto;position:fixed;top:5;right:0}.header .header-buttons .lang-button,.header .header-buttons .menu-button{background:transparent;color:#fff;border:2px solid #ffffff;border-radius:9999px;padding:.4rem .8rem;cursor:pointer;font-weight:700;font-size:1rem;transition:transform .2s ease,border-color .2s ease}.header .header-buttons .lang-button:hover,.header .header-buttons .menu-button:hover{transform:scale(1.1);border-color:#4db38c;color:#4db38c}.header .header-buttons .menu-button{font-size:1rem;padding:.4rem .6rem}.overlay-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:#1b1919f2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none;opacity:0;transition:opacity .5s ease;z-index:1000}.overlay-menu.open{opacity:1;pointer-events:all}.overlay-menu nav{display:flex;flex-direction:column;gap:2rem}.overlay-menu nav .menu-item{background:none!important;border:none!important;color:#fff;font-family:Unbounded,sans-serif;font-weight:700;font-size:3rem;text-decoration:none;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:color .2s ease}.overlay-menu nav .menu-item:hover{color:#4db38c}.overlay-menu .socials{margin-top:3rem;display:flex;gap:2rem}.overlay-menu .socials a{color:#fff;font-family:Unbounded,sans-serif;font-size:1.2rem;text-decoration:none;transition:color .2s ease}.overlay-menu .socials a:hover{color:#4db38c}.overlay-menu .overlay-logo{position:absolute;bottom:2rem;font-size:2rem;font-weight:700;color:#fff;letter-spacing:4px;font-family:Unbounded,sans-serif}@media only screen and (max-width:600px){.logo{display:none}}.hero{width:100%;padding:6rem 0;display:flex;align-items:center;justify-content:center;text-align:center}.hero .hero-inner{max-width:800px;padding:0 2rem}.hero h1{margin-bottom:1rem}.hero p{opacity:.85;font-size:1.2rem;max-width:640px;margin:0 auto}.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.services{padding:clamp(3rem,8vw,8rem) 4rem}.services .grid{margin-top:3rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.services .card{padding:2rem;background:#ffffff0d;border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.services-footer{font-family:Unbounded,sans-serif;text-align:center;margin-top:2rem;font-size:1rem;color:#fff}.cases{padding:clamp(3rem,8vw,8rem) 4rem}.layout-footer{display:grid;grid-template-areas:"logo top-right" "subtitle social" "bottom-left bottom-right";grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:2rem;padding:2rem;background-color:#111;color:#fff}.layout-footer .footer-logo{grid-area:logo}.layout-footer .footer-logo img{max-width:120px}.layout-footer .footer-subtitle{grid-area:subtitle;font-size:1rem}.layout-footer .footer-top-right{grid-area:top-right;display:flex;justify-content:flex-end}.layout-footer .footer-top-right ul{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}.layout-footer .footer-top-right ul li a{color:#fff;text-decoration:none}.layout-footer .footer-top-right ul li a:hover{color:#00ff7f}.layout-footer .footer-social{grid-area:social;display:flex;flex-direction:row;justify-content:flex-end;gap:1.5rem}.layout-footer .footer-social a{color:#fff;text-decoration:none;font-size:1.2rem}.layout-footer .footer-social a:hover{color:#00ff7f}.layout-footer .footer-bottom-right{grid-area:bottom-right;display:flex;justify-content:flex-end;gap:1rem}.layout-footer .footer-bottom-right a{color:#fff;text-decoration:none}.layout-footer .footer-bottom-right a:hover{color:#00ff7f}.layout-footer .footer-bottom-left{grid-area:bottom-left;font-size:.9rem}
