@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;600;700;800&display=swap";:root{--primary: #00e5ff;--primary-dark: #0088cc;--secondary: #b052ff;--bg-dark: rgba(12, 14, 18, .85);--text-light: #f5f5f7;--text-muted: #a1a1aa}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-light);background-color:#050505;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:55px;width:auto;filter:drop-shadow(0 4px 10px rgba(0,229,255,.3))}.logo-text{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:800;color:#fff;letter-spacing:1px}.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{background:#0a0a0c66;padding:3rem;border-radius:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 40px #00000080}.metier-tag{font-family:Montserrat,sans-serif;font-size:.85rem;color:var(--primary);letter-spacing:2px;margin-bottom:1rem;font-weight:600;text-transform:uppercase}.hero-title{font-family:Montserrat,sans-serif;font-size:4rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.hero-section .subtitle{font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.7;max-width:600px;margin-bottom:3rem;color:#e2e8f0;font-weight:300}.section-wrapper{width:100%;display:flex;padding:0 10vw;margin-bottom:12vh}.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:3.5rem;border-radius:24px;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 25px 50px -12px #00000080}.section.right{border-top:4px solid var(--primary)}.section.left{border-top:4px solid var(--secondary)}.section.center{border-top:4px solid #ffffff}.section-title{font-family:Montserrat,sans-serif;font-size:2rem;color:#fff;margin-bottom:.5rem;font-weight:700;letter-spacing:-.5px}.section-title.glow{background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{font-family:Inter,sans-serif;font-size:1.15rem;color:var(--primary);margin-bottom:2rem;font-weight:500}.section-text{font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--text-muted);font-weight:300}.section-text strong{color:#fff;font-weight:600}.scroll-indicator{font-family:Montserrat,sans-serif;font-size:.85rem;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;margin-top:2rem;font-weight:500;opacity:.7}.glass-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.8rem;margin-bottom:1.2rem;transition:transform .3s ease,background .3s ease}.glass-card:hover{background:#ffffff0d;transform:translateY(-2px)}.glass-card h4{font-family:Montserrat,sans-serif;color:#fff;font-size:1.1rem;margin-bottom:.8rem;font-weight:600}.glass-card ul{list-style:none;padding-left:0}.glass-card li{margin-bottom:.8rem;color:var(--text-muted);font-size:1.05rem;line-height:1.5;font-weight:300}.case-studies{display:flex;flex-direction:column;gap:.5rem}.case-study p{font-size:1rem;margin-bottom:0;line-height:1.6;font-weight:300}.cyber-button{background:#fff;color:#000;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:1.2rem 3rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;margin-top:2rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 10px 20px #ffffff1a}.cyber-button:hover{background:var(--primary);color:#000;transform:translateY(-2px);box-shadow:0 15px 30px #00e5ff33}.footer{margin-top:5rem;font-family:Inter,sans-serif;font-size:.85rem;color:#666}@media (max-width: 768px){.animated-header{top:2vh;left:5vw}.logo-text{font-size:1.2rem}.logo-img{height:40px}.metier-tag{font-size:.75rem}.hero-title{font-size:2.5rem}.hero-section,.section-wrapper{padding:0 5vw;align-items:center;justify-content:center}.section{padding:2rem 1.5rem}}
