@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--text-dark:#101c2b;--text-light:#3b4e63;--bg-overlay:#ffffffbf;--border-light:#ffffffd9;--glass-blur:blur(24px);--btn-glass:#fffc;--btn-glass-hover:#fffffff2;--accent-orange:#f37021}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:#e5ebf0;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.app-wrapper{background-image:linear-gradient(#08142380,#08142380),url(/building_bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:2rem;display:flex;position:relative}@keyframes cinematicZoomIn{0%{opacity:0;transform:scale(.65)translateY(50px)}5%{opacity:1;transform:scale(.65)translateY(0)}75%{opacity:1;transform:scale(.65)translateY(0)}to{opacity:1;transform:scale(1)translateY(0)}}.glass-interface{background:var(--bg-overlay);width:90%;max-width:1050px;-webkit-backdrop-filter:var(--glass-blur);border:1.5px solid var(--border-light);border-radius:20px;flex-direction:column;margin:1rem auto;animation:3s ease-in-out forwards cinematicZoomIn;display:flex;overflow:hidden;box-shadow:0 25px 50px #00000026,inset 0 0 0 1px #ffffff4d}.header{border-bottom:1px solid var(--border-light);z-index:10;justify-content:space-between;align-items:center;padding:1.2rem 2.5rem;display:flex;position:relative}.logo{flex-direction:column;display:flex}.logo h1{letter-spacing:-.5px;color:var(--text-dark);font-size:1.6rem;font-weight:700;line-height:1.1}.logo span{color:var(--text-light);font-size:.8rem;font-weight:500}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--text-dark);font-size:.85rem;font-weight:600;transition:opacity .2s}.nav-links a:hover{opacity:.7}.header-actions{align-items:center;gap:1.2rem;display:flex}.btn-glass{border:1px solid var(--border-light);color:var(--text-dark);cursor:pointer;background:#fff3;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .3s}.btn-glass:hover{background:var(--border-light)}.lang-switch{letter-spacing:1px;cursor:pointer;font-size:.85rem;font-weight:600}.hero{border-bottom:1px solid var(--border-light);min-height:380px;padding:3rem 2.5rem;display:flex;position:relative}.hero-content{z-index:10;flex-direction:column;flex:.6;justify-content:center;max-width:550px;display:flex;position:relative}.hero h2{color:var(--text-dark);margin-bottom:1.2rem;font-size:2.6rem;font-weight:700;line-height:1.2}.hero p{color:var(--text-dark);max-width:95%;margin-bottom:2rem;font-size:1rem;font-weight:500;line-height:1.5}.btn-primary{color:var(--text-dark);cursor:pointer;background:#ffffff80;border:1px solid #fff;border-radius:8px;width:fit-content;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .3s;box-shadow:0 4px 15px #0000000d}.btn-primary:hover{background:#fffc}.hero-visual{z-index:1;pointer-events:none;background:radial-gradient(circle at 100%,#0a142366 0%,#0000 60%);justify-content:center;align-items:center;width:60%;height:100%;display:flex;position:absolute;top:0;right:-5%}@keyframes float{0%{transform:translateY(0%)scaleX(-1)}50%{transform:translateY(-3%)scaleX(-1)}to{transform:translateY(0%)scaleX(-1)}}@keyframes pulseGlow{0%{opacity:.6;filter:drop-shadow(0 0 5px #2de4ff)}50%{opacity:1;filter:drop-shadow(0 0 15px #2de4ff)}to{opacity:.6;filter:drop-shadow(0 0 5px #2de4ff)}}@keyframes dashFlow{0%{stroke-dashoffset:200px}to{stroke-dashoffset:0}}.hero-visual .ar-man{object-fit:cover;filter:drop-shadow(0 0 20px #0ff3);opacity:.95;mix-blend-mode:screen;height:130%;animation:6s ease-in-out infinite float;transform:scaleX(-1);-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 70%);mask-image:radial-gradient(circle,#000 30%,#0000 70%)}.holographic-wrapper{z-index:3;animation:6s ease-in-out infinite reverse float;position:absolute;top:40%;left:-15%;transform:translateY(-50%)}.holo-network .neon-path{stroke-dasharray:200;filter:drop-shadow(0 0 4px #2de4ff);animation:4s linear infinite dashFlow}.holo-network .neon-path-glow{stroke-dasharray:200;animation:3s linear infinite reverse dashFlow,2s ease-in-out infinite pulseGlow}.hero-caption{color:#1f3653;z-index:2;text-shadow:0 1px 3px #fffc;font-size:.85rem;font-weight:600;position:absolute;bottom:1.5rem;right:2.5rem}.partners-stripe{z-index:10;border-bottom:1px solid var(--border-light);background:#fff6;justify-content:space-between;align-items:center;padding:1.2rem 2.5rem;display:flex;position:relative}.partner-item{color:var(--text-dark);opacity:.85;align-items:center;gap:.6rem;font-size:.75rem;font-weight:600;display:flex}.partner-item img,.partner-item .icon{width:22px;height:22px}.approach-section{text-align:center;border-bottom:1px solid var(--border-light);padding:2.5rem}.approach-section h3{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.cards-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.glass-card{text-align:center;background:#ffffffb3;border:1px solid #fff;border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem 1.2rem;transition:transform .3s,background .3s;display:flex;position:relative;box-shadow:inset 0 0 0 1px #fff9}.glass-card:hover{background:#ffffffd9;transform:translateY(-5px)}.card-icon{width:70px;height:70px;color:var(--text-dark);margin-bottom:1rem}.card-title{margin-bottom:.6rem;font-size:.95rem;font-weight:700}.card-desc{color:#2a3f58;flex-grow:1;margin-bottom:1.2rem;font-size:.8rem;line-height:1.5}.btn-secondary{border:1px solid var(--text-dark);cursor:pointer;color:var(--text-dark);background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}.btn-secondary:hover{background:var(--text-dark);color:#fff}.share-icon{opacity:.4;cursor:pointer;width:14px;height:14px;position:absolute;top:.8rem;right:.8rem}.footer{-webkit-backdrop-filter:blur(16px);color:#ffffffe6;background:linear-gradient(#232d37d9 0%,#14191ef2 100%);border-top:1px solid #ffffff1a;justify-content:space-between;padding:2rem 2.5rem;display:flex}.footer .logo h1{color:#fff}.footer .logo span{color:#ffffffb3}.footer-col{flex-direction:column;gap:.6rem;display:flex}.footer-col h4{color:#fff;margin-bottom:.2rem;font-size:.9rem;font-weight:600}.footer-col p,.footer-col a{color:#ffffffbf;align-items:flex-start;gap:.6rem;font-size:.8rem;line-height:1.4;display:flex}.footer-col a:hover{color:#fff}.social-links{gap:1rem;margin-top:.2rem;display:flex}.newsletter-form{margin-top:.5rem;display:flex}.newsletter-form input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-right:none;border-radius:4px 0 0 4px;outline:none;width:220px;padding:.6rem .8rem;font-family:inherit;font-size:.8rem;transition:background .2s}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form input:focus{background:#ffffff26}.newsletter-form button{background:var(--accent-orange);color:#fff;cursor:pointer;border:none;border-radius:0 4px 4px 0;padding:.6rem 1rem;font-size:.8rem;font-weight:600;transition:filter .2s}.newsletter-form button:hover{filter:brightness(1.1)}@media (width<=1024px){.hero{flex-direction:column;min-height:auto;padding:2.5rem 2rem}.hero-content{text-align:center;align-items:center;max-width:100%}.hero h2{font-size:2.2rem}.hero p{text-align:center;margin:0 auto 2rem}.hero-visual{background:radial-gradient(circle,#0a142366 0%,#0000 70%);width:100%;height:350px;position:relative}.cards-grid{grid-template-columns:1fr}.footer{flex-direction:column;gap:2rem}.nav-links{display:none}.holographic-wrapper{left:50%;transform:translate(-50%)translateY(-50%)scale(.8)}}@media (width<=768px){.header{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem}.header-actions{justify-content:center;width:100%}.hero h2{font-size:1.8rem}.hero-caption{text-align:center;width:100%;bottom:.5rem;right:50%;transform:translate(50%)}.partners-stripe{flex-wrap:wrap;justify-content:center;gap:1.2rem;padding:1.5rem}.newsletter-form{flex-direction:column;width:100%}.newsletter-form input{border-right:1px solid #fff3;border-radius:4px;width:100%;margin-bottom:.5rem}.newsletter-form button{border-radius:4px;width:100%}.glass-interface{width:95%;margin:.5rem auto}}
