:root{--ae-black: #1a1a1a;--ae-black-light: #2a2a2a;--ae-orange: #f26522;--ae-orange-dark: #d9551a;--ae-orange-light: #ff7a3d;--ae-gradient: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);--ae-gradient-card: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);--ae-white: #ffffff;--ae-gray-50: #f8f8f8;--ae-gray-100: #f0f0f0;--ae-gray-200: #e0e0e0;--ae-gray-300: #c0c0c0;--ae-gray-500: #6b7280;--ae-gray-700: #374151;--ae-gray-900: #111827;--ae-success: #10b981;--ae-warning: #f59e0b;--ae-font: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--ae-radius: 12px;--ae-radius-lg: 16px;--ae-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--ae-shadow-lg: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);--ae-shadow-xl: 0 25px 50px -12px rgba(0,0,0,.25);--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--ae-font);background:var(--ae-gray-50);color:var(--ae-gray-900);line-height:1.6;-webkit-font-smoothing:antialiased}.site-header{background:var(--ae-black);padding:0 2rem;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ae-white)}.header-logo img{height:32px}.header-logo span{font-size:.85rem;font-weight:500;opacity:.9;border-left:1px solid rgba(255,255,255,.3);padding-left:12px}.header-nav{display:flex;gap:2rem;align-items:center}.header-nav a{color:#fffc;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.header-nav a:hover,.header-nav a.active{color:var(--ae-orange)}.header-nav .btn-contact{background:var(--ae-orange);color:var(--ae-white)!important;padding:8px 20px;border-radius:6px;font-weight:600;transition:background .2s,transform .2s}.header-nav .btn-contact:hover{background:var(--ae-orange-dark);transform:translateY(-1px)}.hero{background:linear-gradient(#1a1a1abf,#1a1a1ad9),url(https://www.ae.be/hubfs/ae-2025/Branding%20AE-158.jpg);background-size:cover;background-position:center;padding:6rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(242,101,34,.08) 0%,transparent 70%);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(242,101,34,.06) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#f265221a;border:1px solid rgba(242,101,34,.3);padding:6px 16px;border-radius:50px;font-size:.8rem;font-weight:600;color:var(--ae-orange);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.hero h1{font-size:3.2rem;font-weight:800;color:var(--ae-white);line-height:1.15;margin-bottom:1.25rem}.hero h1 .highlight{background:linear-gradient(90deg,var(--ae-orange),var(--ae-orange-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.2rem;color:#ffffffb3;max-width:600px;margin:0 auto 2rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--ae-orange);color:var(--ae-white);padding:14px 32px;border-radius:8px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{background:var(--ae-orange-dark);transform:translateY(-2px);box-shadow:0 8px 25px #f265224d}.btn-secondary{background:transparent;color:var(--ae-white);padding:14px 32px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;border:1px solid rgba(255,255,255,.3);transition:all .2s}.btn-secondary:hover{border-color:var(--ae-orange);color:var(--ae-orange)}.section{padding:5rem 2rem;max-width:var(--max-width);margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.2rem;font-weight:700;color:var(--ae-gray-900);margin-bottom:.75rem}.section-header p{font-size:1.1rem;color:var(--ae-gray-500);max-width:600px;margin:0 auto}.phase-header{margin:3rem 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--ae-gray-200)}.phase-header h3{font-size:1.3rem;font-weight:700;color:var(--ae-black);display:flex;align-items:center;gap:10px}.phase-number{background:var(--ae-orange);color:var(--ae-white);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.labs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.lab-card{background:var(--ae-white);border-radius:var(--ae-radius);padding:2rem;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--ae-gray-200);display:flex;flex-direction:column;position:relative;overflow:hidden}.lab-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--ae-orange);transform:scaleX(0);transition:transform .3s}.lab-card:hover{transform:translateY(-4px);box-shadow:var(--ae-shadow-lg);border-color:#f265224d}.lab-card:hover:before{transform:scaleX(1)}.lab-card-icon{width:48px;height:48px;margin-bottom:1.25rem}.lab-card-icon img{width:100%;height:100%;object-fit:contain}.lab-card-number{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.lab-card-number span{font-size:.75rem;font-weight:700;color:var(--ae-orange);text-transform:uppercase;letter-spacing:.05em}.lab-card-duration{font-size:.75rem;color:var(--ae-gray-500);background:var(--ae-gray-100);padding:3px 10px;border-radius:50px;font-weight:500}.lab-card h4{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:var(--ae-gray-900);line-height:1.3}.lab-card p{font-size:.9rem;color:var(--ae-gray-500);flex:1;line-height:1.6}.lab-card-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--ae-gray-100);display:flex;align-items:center;justify-content:flex-end}.lab-card-arrow{color:var(--ae-gray-300);transition:color .2s,transform .2s}.lab-card:hover .lab-card-arrow{color:var(--ae-orange);transform:translate(3px)}.lab-detail{max-width:860px;margin:0 auto;padding:3rem 2rem 5rem}.lab-detail-header{margin-bottom:2.5rem}.lab-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:1.5rem;font-size:.85rem}.lab-breadcrumb a{color:var(--ae-orange-dark);text-decoration:none;font-weight:500}.lab-breadcrumb a:hover{text-decoration:underline}.lab-breadcrumb span{color:var(--ae-gray-500)}.lab-detail-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.lab-detail-meta .meta-item{font-size:.85rem;color:var(--ae-gray-500);display:flex;align-items:center;gap:5px;background:var(--ae-gray-100);padding:5px 12px;border-radius:50px;font-weight:500}.lab-detail h1{font-size:2.4rem;font-weight:800;color:var(--ae-gray-900);line-height:1.2}.lab-content{background:var(--ae-white);border-radius:var(--ae-radius-lg);padding:3rem;border:1px solid var(--ae-gray-200);box-shadow:var(--ae-shadow)}.lab-content h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--ae-gray-900);padding-bottom:.5rem;border-bottom:1px solid var(--ae-gray-100)}.lab-content h2:first-child{margin-top:0}.lab-content h3{font-size:1.2rem;font-weight:600;margin:2rem 0 .75rem;color:var(--ae-gray-700)}.lab-content p{margin-bottom:1rem;line-height:1.8;color:var(--ae-gray-700)}.lab-content ul,.lab-content ol{margin-bottom:1rem;padding-left:1.5rem}.lab-content li{margin-bottom:.5rem;line-height:1.7;color:var(--ae-gray-700)}.lab-content pre{background:var(--ae-black);color:#e2e8f0;padding:1.25rem 1.5rem;border-radius:var(--ae-radius);overflow-x:auto;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.lab-content code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em}.lab-content p code,.lab-content li code{background:var(--ae-gray-100);padding:2px 7px;border-radius:4px;font-size:.85em;color:var(--ae-orange-dark)}.lab-content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.9rem}.lab-content th,.lab-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--ae-gray-200)}.lab-content th{font-weight:600;color:var(--ae-gray-900);background:var(--ae-gray-50)}.lab-content a{color:var(--ae-orange-dark);text-decoration:none;font-weight:500}.lab-content a:hover{text-decoration:underline}.lab-content blockquote{border-left:4px solid var(--ae-orange);padding:1rem 1.5rem;margin:1.5rem 0;background:#f265220a;border-radius:0 var(--ae-radius) var(--ae-radius) 0}.lab-content blockquote p{margin:0;color:var(--ae-gray-700)}.lab-content hr{border:none;border-top:1px solid var(--ae-gray-200);margin:2.5rem 0}.lab-nav{display:flex;justify-content:space-between;margin-top:3rem;gap:1rem}.lab-nav a{display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--ae-white);border:1px solid var(--ae-gray-200);border-radius:var(--ae-radius);text-decoration:none;color:var(--ae-gray-700);font-weight:500;font-size:.9rem;transition:all .2s}.lab-nav a:hover{border-color:var(--ae-orange);color:var(--ae-orange-dark);box-shadow:var(--ae-shadow)}.contact-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.contact-card{background:var(--ae-white);border-radius:var(--ae-radius-lg);padding:4rem;max-width:600px;box-shadow:var(--ae-shadow-xl);border:1px solid var(--ae-gray-200)}.contact-card h1{font-size:2rem;font-weight:800;margin-bottom:1rem;color:var(--ae-gray-900)}.contact-card p{color:var(--ae-gray-500);font-size:1.1rem;margin-bottom:2rem;line-height:1.7}.contact-card .btn-primary{font-size:1.1rem;padding:16px 40px}.site-footer{background:var(--ae-black);padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-inner p{color:#ffffff80;font-size:.85rem}.footer-inner a{color:var(--ae-orange);text-decoration:none;font-size:.85rem;font-weight:500}.footer-inner a:hover{text-decoration:underline}@media(max-width:768px){.hero h1{font-size:2.2rem}.hero p{font-size:1rem}.labs-grid{grid-template-columns:1fr}.header-nav{gap:1rem}.header-logo span{display:none}.lab-content{padding:1.5rem}.lab-detail h1{font-size:1.8rem}.contact-card{padding:2rem}.footer-inner{flex-direction:column}}
