@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Orbitron:wght@500;700;900&display=swap";:root{--primary: #00f3ff;--secondary: #ff00ea;--bg-dark: rgba(10, 10, 12, .85);--text-light: #f0f0f0}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:Inter,sans-serif;color:var(--text-light);background-color:#020202;overflow-x:hidden}.canvas-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1}.ui-container{width:100vw;position:relative;z-index:10}.animated-header{position:fixed;top:3vh;left:5vw;display:flex;align-items:center;gap:1.5rem;z-index:1000;transform-origin:left top;pointer-events:none}.logo-img{height:60px;width:auto;filter:drop-shadow(0 0 15px rgba(0,243,255,.5))}.logo-text{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:900;background:linear-gradient(90deg,var(--primary),#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:2px}.content-flow{display:flex;flex-direction:column;padding-top:15vh}.hero-section{width:100%;min-height:85vh;display:flex;align-items:center;padding:0 10vw}.hero-content{text-shadow:0 2px 10px rgba(0,0,0,1),0 0 20px rgba(0,0,0,1);background:#0000004d;padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(0,243,255,.1)}.metier-tag{font-family:Orbitron,sans-serif;font-size:1rem;color:var(--secondary);letter-spacing:3px;margin-bottom:.5rem;font-weight:700}.hero-section .subtitle{font-size:1.2rem;line-height:1.6;max-width:600px;margin-bottom:3rem;color:#fff}.section-wrapper{width:100%;display:flex;padding:0 10vw;margin-bottom:10vh}.spacer{height:0}.center-align{justify-content:center;text-align:center}.left-align{justify-content:flex-start}.right-align{justify-content:flex-end}.section{width:100%;max-width:650px;background:var(--bg-dark);padding:3rem;border-radius:20px;border:1px solid rgba(0,243,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 50px #00000080}.section.right{border-right:4px solid var(--primary)}.section.left{border-left:4px solid var(--primary)}.section.center{border-bottom:4px solid var(--primary)}.section-title{font-family:Orbitron,sans-serif;font-size:2.2rem;color:var(--primary);margin-bottom:.5rem;text-transform:uppercase}.section-title.glow{text-shadow:0 0 20px var(--primary)}.section-subtitle{font-size:1.1rem;color:#aaa;margin-bottom:2rem;font-weight:400}.section-text{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#ccc}.section-text strong{color:#fff}.scroll-indicator{font-family:Orbitron,sans-serif;font-size:.9rem;color:var(--primary);letter-spacing:2px;animation:pulse 2s infinite;margin-top:2rem}@keyframes pulse{0%{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}to{opacity:.5;transform:translateY(0)}}.glitch-text{font-family:Orbitron,sans-serif;font-size:3.5rem;font-weight:900;position:relative;margin-bottom:1rem;color:#fff}.glitch-text:before,.glitch-text:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}.glitch-text:before{left:2px;text-shadow:-2px 0 red;clip:rect(24px,550px,90px,0);animation:glitch-anim 3s infinite linear alternate-reverse}.glitch-text:after{left:-2px;text-shadow:-2px 0 blue;clip:rect(85px,550px,140px,0);animation:glitch-anim 2s infinite linear alternate-reverse}@keyframes glitch-anim{0%{clip:rect(10px,9999px,31px,0)}20%{clip:rect(65px,9999px,95px,0)}40%{clip:rect(12px,9999px,120px,0)}60%{clip:rect(45px,9999px,5px,0)}80%{clip:rect(89px,9999px,80px,0)}to{clip:rect(20px,9999px,15px,0)}}.glass-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1.5rem;margin-bottom:1rem}.glass-card h4{color:var(--primary);margin-bottom:.5rem}.glass-card ul{list-style:none;padding-left:0}.glass-card li{margin-bottom:.5rem;color:#ccc}.case-studies{display:flex;flex-direction:column;gap:.5rem}.case-study p{font-size:.95rem;margin-bottom:0}.cyber-button{background:transparent;color:var(--primary);font-family:Orbitron,sans-serif;font-size:1.2rem;font-weight:700;padding:1rem 2.5rem;border:2px solid var(--primary);border-radius:4px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin-top:1rem}.cyber-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--primary);transition:all .3s ease;z-index:-1}.cyber-button:hover{color:#000}.cyber-button:hover:before{left:0}.footer{margin-top:4rem;font-size:.8rem;color:#555}@media (max-width: 768px){.animated-header{top:2vh;left:5vw}.logo-text{font-size:1.2rem}.logo-img{height:40px}.metier-tag{font-size:.8rem;letter-spacing:1px}.glitch-text{font-size:2.2rem}.hero-section,.section-wrapper{padding:0 5vw;align-items:center;justify-content:center}.section{padding:1.5rem}}
