@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{--dark-blue: #0a192f;--light-grey: #f8f9fa;--accent-red: #e63946;--text-primary: #1d3557;--text-secondary: #457b9d;--white: #ffffff;--font-sans: "Roboto", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--light-grey);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{display:flex;flex-direction:column;min-height:100vh;opacity:0;transition:opacity 2s ease-in-out}.App.loaded{opacity:1}main{flex-grow:1}section{padding:80px 5%;max-width:1200px;margin:0 auto}h1,h2,h3{font-weight:700;color:var(--dark-blue);line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem);text-align:center;margin-bottom:40px}h3{font-size:1.5rem;margin-bottom:1rem}p{margin-bottom:1rem;max-width:75ch}.cta-button{display:inline-block;background-color:var(--accent-red);color:var(--white);padding:12px 28px;border:none;border-radius:5px;text-decoration:none;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000026}.cta-button-secondary{background-color:transparent;color:var(--text-primary);border:1px solid var(--text-secondary);padding:8px 20px}.header{background-color:var(--light-grey);padding:20px 5%;position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0}.logo{font-size:1.5rem;font-weight:700;color:var(--dark-blue);text-decoration:none}.language-selector button{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:1rem;padding:5px 10px;margin-left:5px;border-radius:4px}.language-selector button.active{color:var(--accent-red);font-weight:700;background-color:#fce8e6}.hero{background:linear-gradient(#0a192fb3,#0a192fb3),url(/hero-background.png);background-size:cover;background-position:center;color:var(--light-grey);text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:70vh}.hero h1{color:var(--white);font-weight:600}.hero h2{color:var(--light-grey);font-size:1.25rem;font-weight:400;max-width:600px;margin:20px auto 30px}.sweet-spot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;text-align:center}.icon-box{background-color:var(--white);padding:30px;border-radius:8px;box-shadow:0 4px 15px #0000000d}.icon-box svg{color:var(--accent-red);margin-bottom:15px}.icon-box h3{font-size:1.25rem}#copilot-methodik{background-image:url(/copilot.png);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.copilot-intro-box{background-color:#fffffff2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:30px;border-radius:8px;margin-bottom:40px;text-align:center}.copilot-intro-box p{margin:0 auto}.copilot-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.copilot-column{padding:30px;border-radius:8px;display:flex;flex-direction:column}.copilot-column.problem{background-color:#e9eceff2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.copilot-column.solution{background-color:#fffffff2;box-shadow:0 4px 15px #0000000d;border:1px solid #dee2e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.about-content{display:grid;grid-template-columns:200px 1fr;gap:40px;align-items:center;max-width:900px;margin:0 auto}.about-photo{width:200px;height:200px;border-radius:50%;background-color:var(--text-secondary);object-fit:cover}#contact{background-color:var(--white)}.contact-text{text-align:center;max-width:600px;margin:0 auto 40px}.hubspot-form-container{max-width:600px;margin:0 auto}.footer{background-color:var(--dark-blue);color:var(--light-grey);text-align:center;padding:40px 5%}.footer p{margin:0;opacity:.8}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:var(--dark-blue);color:var(--light-grey);padding:20px;display:flex;justify-content:center;align-items:center;box-shadow:0 -2px 10px #0003;z-index:1000}.cookie-banner-text{margin:0 20px 0 0;font-size:.9rem}.cookie-banner-button{background-color:var(--accent-red);color:var(--white);border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:600}@media(max-width:768px){.copilot-grid,.about-content{grid-template-columns:1fr}.about-photo{margin:0 auto}.cookie-banner{flex-direction:column;text-align:center}.cookie-banner-text{margin:0 0 15px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
