@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:#18181b;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%}.nav{display:flex;justify-content:space-between;align-items:center;padding:24px 120px;background:#0b0b0e}.nav-logo{font-family:Inter,sans-serif;font-size:48px;font-weight:600;letter-spacing:-1.5px;color:#fafaf9}.nav-cta{display:inline-flex;padding:10px 24px;border-radius:6px;background:#fafaf9;color:#0b0b0e;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s}.nav-cta:hover{opacity:.9}.hero{display:flex;align-items:center;gap:64px;padding:80px 120px;background:#0b0b0e}.hero-content{flex:1;display:flex;flex-direction:column;gap:24px}.hero-badge{font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:1.5px;color:#71717a;padding:6px 14px;border:1px solid #2A2A2E;border-radius:100px;width:fit-content}.hero h1{font-size:48px;font-weight:600;letter-spacing:-1.5px;line-height:1.15;color:#fafaf9}.hero-sub{font-size:18px;color:#8e8e93;line-height:1.6}.btn-primary{display:inline-flex;padding:16px 32px;border-radius:8px;background:#fafaf9;color:#0b0b0e;font-size:15px;font-weight:600;text-decoration:none;width:fit-content;transition:opacity .15s}.btn-primary:hover{opacity:.9}.hero-image{width:500px;height:380px;flex-shrink:0;border-radius:12px;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.problem{padding:80px 120px;display:flex;flex-direction:column;gap:48px}.problem-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.problem-header h2{font-size:36px;font-weight:700;letter-spacing:-1px;max-width:800px}.problem-header p{font-size:16px;color:#71717a;line-height:1.6;max-width:680px}.problem-cards{display:flex;gap:24px}.problem-card{flex:1;display:flex;flex-direction:column;gap:12px;padding:28px;border-radius:12px;border:1px solid #E4E4E7}.problem-card svg{color:#e85a4f}.problem-card h3{font-size:18px;font-weight:600}.problem-card p{font-size:14px;color:#71717a;line-height:1.6}.guide{padding:80px 120px;background:#f8f8fa;display:flex;flex-direction:column;gap:48px}.guide-header{display:flex;flex-direction:column;gap:16px}.guide-badge{font-size:11px;font-weight:600;letter-spacing:1.5px;color:#2563eb;padding:4px 12px;background:#eff6ff;border-radius:100px;width:fit-content}.guide-header h2{font-size:36px;font-weight:700;letter-spacing:-1px;max-width:700px}.guide-header p{font-size:16px;color:#71717a;line-height:1.7;max-width:700px}.track-record{display:flex;gap:20px}.track-card{flex:1;display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:12px;background:#fff}.track-logo{height:40px;width:120px;object-fit:contain;object-position:center;align-self:center;margin-bottom:4px}.track-logo--schiphol{width:180px;height:56px}.track-label{font-size:12px;font-weight:600;letter-spacing:1px;color:#2563eb}.track-card h3{font-size:18px;font-weight:600}.track-card p{font-size:14px;color:#71717a;line-height:1.6}.plan{padding:80px 120px;display:flex;flex-direction:column;align-items:center;gap:48px}.plan h2{font-size:36px;font-weight:700;letter-spacing:-1px;text-align:center}.plan-steps{display:flex;gap:32px;width:100%}.plan-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px;border-radius:16px;background:#0b0b0e;text-align:center}.step-number{width:48px;height:48px;border-radius:100px;background:#fafaf9;color:#0b0b0e;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center}.plan-step h3{font-size:20px;font-weight:600;color:#fafaf9}.plan-step p{font-size:14px;color:#8e8e93;line-height:1.6}.transformation{display:flex;align-items:center;gap:64px;padding:80px 120px;background:#f8f8fa}.transformation-image{width:480px;height:360px;flex-shrink:0;border-radius:16px;background:url(/stock_image_it_ot.jpg) center/cover no-repeat}.transformation-text{flex:1;display:flex;flex-direction:column;gap:20px}.transformation-text h2{font-size:32px;font-weight:700;letter-spacing:-.8px}.transformation-text p{font-size:16px;color:#71717a;line-height:1.7}.transformation-text .highlight{font-weight:600;color:#18181b}.final-cta{padding:100px 120px;background:#0b0b0e;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.final-cta h2{font-size:40px;font-weight:700;letter-spacing:-1.2px;color:#fafaf9}.final-cta p{font-size:18px;color:#8e8e93;max-width:600px}.btn-primary-dark{display:inline-flex;padding:18px 40px;border-radius:8px;background:#fafaf9;color:#0b0b0e;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .15s}.btn-primary-dark:hover{opacity:.9}@media(max-width:1024px){.nav{padding:20px 40px}.hero{padding:60px 40px;flex-direction:column}.hero-image{width:100%;height:300px}.problem{padding:60px 40px}.problem-cards{flex-direction:column}.guide{padding:60px 40px}.track-record{flex-wrap:wrap}.track-card{min-width:calc(50% - 10px)}.plan{padding:60px 40px}.plan-steps{flex-direction:column}.transformation{padding:60px 40px;flex-direction:column}.transformation-image{width:100%;height:280px}.final-cta{padding:80px 40px}}@media(max-width:640px){.nav{padding:16px 20px}.hero{padding:40px 20px;gap:32px}.hero h1{font-size:32px}.hero-sub{font-size:16px}.problem{padding:48px 20px}.problem-header h2{font-size:28px}.guide{padding:48px 20px}.guide-header h2{font-size:28px}.track-record{flex-direction:column}.track-card{min-width:100%}.plan{padding:48px 20px}.plan h2{font-size:28px}.transformation{padding:48px 20px}.transformation-text h2{font-size:24px}.final-cta{padding:60px 20px}.final-cta h2{font-size:28px}}
