:root{--primary-color: #3a86ff;--primary-dark: #2563eb;--secondary-color: #ff006e;--accent-color: #8338ec;--success-color: #10b981;--warning-color: #fbbf24;--danger-color: #ef4444;--light-color: #f9fafb;--dark-color: #111827;--gray-color: #6b7280;--gray-light: #e5e7eb;--gray-dark: #374151;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-heading: "Montserrat", var(--font-primary);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--border-radius: .375rem;--border-radius-lg: .5rem;--border-radius-xl: 1rem;--border-radius-full: 9999px}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:var(--font-primary);color:var(--dark-color);background-color:var(--light-color);line-height:1.6;font-size:16px;scroll-behavior:smooth;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--primary-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;transition:all .2s ease-in-out;cursor:pointer;border:none;font-size:1rem;text-align:center}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);color:#fff}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:#e00062;color:#fff}.btn-accent{background-color:var(--accent-color);color:#fff}.btn-accent:hover{background-color:#7030d0;color:#fff}.btn-outline{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-subtitle{text-align:center;color:var(--gray-color);font-size:1.25rem;margin-top:-2rem;margin-bottom:3rem}.card{background-color:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem}@media (max-width: 1200px){.container{max-width:960px}}@media (max-width: 992px){.container{max-width:720px}h1{font-size:3rem}h2{font-size:2.25rem}}@media (max-width: 768px){.container{max-width:540px}h1{font-size:2.5rem}h2{font-size:2rem}.grid{grid-template-columns:repeat(6,1fr)}}@media (max-width: 576px){.container{max-width:100%}h1{font-size:2rem}h2{font-size:1.75rem}.grid{grid-template-columns:repeat(4,1fr)}}.cookie-banner.svelte-p5on4{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 20px #0000001a;z-index:1000;padding:1.5rem}.cookie-content.svelte-p5on4{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-text.svelte-p5on4{flex:1}.cookie-text.svelte-p5on4 h3:where(.svelte-p5on4){margin:0 0 .5rem;font-size:1.125rem;color:var(--dark-color)}.cookie-text.svelte-p5on4 p:where(.svelte-p5on4){margin:0;color:var(--gray-dark);font-size:.875rem;line-height:1.4}.cookie-actions.svelte-p5on4{display:flex;gap:.75rem;flex-shrink:0}.cookie-preferences.svelte-p5on4{flex:1;max-width:600px}.preference-group.svelte-p5on4{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4){display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) input[type=checkbox]:where(.svelte-p5on4){display:none}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) .checkmark:where(.svelte-p5on4){width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;position:relative;flex-shrink:0;margin-top:2px;transition:all .2s ease}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) .checkmark:where(.svelte-p5on4).essential{background:var(--primary-color);border-color:var(--primary-color)}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) .checkmark:where(.svelte-p5on4).essential:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) input:where(.svelte-p5on4):checked+.checkmark:where(.svelte-p5on4){background:var(--primary-color);border-color:var(--primary-color)}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) input:where(.svelte-p5on4):checked+.checkmark:where(.svelte-p5on4):after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) input:where(.svelte-p5on4):disabled+.checkmark:where(.svelte-p5on4){opacity:.6;cursor:not-allowed}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) .preference-info:where(.svelte-p5on4) strong:where(.svelte-p5on4){display:block;font-size:.875rem;color:var(--dark-color);margin-bottom:.25rem}.preference-item.svelte-p5on4 .preference-label:where(.svelte-p5on4) .preference-info:where(.svelte-p5on4) small:where(.svelte-p5on4){font-size:.75rem;color:var(--gray-color);line-height:1.3}.preference-actions.svelte-p5on4{display:flex;align-items:center;justify-content:space-between}.preference-actions.svelte-p5on4 .cookie-link:where(.svelte-p5on4){color:var(--primary-color);text-decoration:underline;font-size:.875rem}.preference-actions.svelte-p5on4 .cookie-link:where(.svelte-p5on4):hover{color:var(--primary-dark)}@media (max-width: 992px){.cookie-content.svelte-p5on4{flex-direction:column;align-items:stretch;gap:1.5rem}.cookie-actions.svelte-p5on4{justify-content:center}.preference-group.svelte-p5on4{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 768px){.cookie-banner.svelte-p5on4{padding:1rem}.cookie-actions.svelte-p5on4{flex-direction:column}.preference-actions.svelte-p5on4{flex-direction:column;gap:1rem;align-items:stretch}}header.svelte-w79ar7{position:sticky;top:0;z-index:100;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);padding:1rem 0}nav.svelte-w79ar7{display:flex;align-items:center;justify-content:space-between}.logo.svelte-w79ar7{display:flex;align-items:center}.logo-image.svelte-w79ar7{height:40px;width:auto}.nav-links.svelte-w79ar7{display:flex;list-style:none;margin:0;padding:0}.nav-links.svelte-w79ar7 li:where(.svelte-w79ar7){margin:0 1rem}.nav-links.svelte-w79ar7 li:where(.svelte-w79ar7) a:where(.svelte-w79ar7){color:var(--dark-color);font-weight:500;position:relative}.nav-links.svelte-w79ar7 li:where(.svelte-w79ar7) a:where(.svelte-w79ar7):after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-links.svelte-w79ar7 li:where(.svelte-w79ar7) a:where(.svelte-w79ar7):hover{color:var(--primary-color)}.nav-links.svelte-w79ar7 li:where(.svelte-w79ar7) a:where(.svelte-w79ar7):hover:after{width:100%}.nav-buttons.svelte-w79ar7{display:flex;gap:.75rem}.btn-pilot.svelte-w79ar7{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:2px solid transparent;font-weight:600;padding:.625rem 1.25rem;box-shadow:0 4px 12px #10b9814d;transition:all .3s ease}.btn-pilot.svelte-w79ar7:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 6px 16px #10b98166}.menu-toggle.svelte-w79ar7{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;background:none;border:none;padding:0}.menu-toggle.svelte-w79ar7 span:where(.svelte-w79ar7){display:block;height:3px;width:100%;background-color:var(--dark-color);border-radius:3px;transition:all .3s ease}main.svelte-w79ar7{min-height:calc(100vh - 470px)}footer.svelte-w79ar7{background-color:var(--dark-color);color:#fff;padding:4rem 0 2rem}footer.svelte-w79ar7 a:where(.svelte-w79ar7){color:var(--gray-light)}footer.svelte-w79ar7 a:where(.svelte-w79ar7):hover{color:#fff}.footer-grid.svelte-w79ar7{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:2rem;margin-bottom:3rem}.footer-brand.svelte-w79ar7 .logo:where(.svelte-w79ar7){font-size:1.5rem;font-weight:800;margin-bottom:1rem}.footer-brand.svelte-w79ar7 p:where(.svelte-w79ar7){margin-bottom:1.5rem;opacity:.8}.footer-links.svelte-w79ar7 h5:where(.svelte-w79ar7){color:#fff;margin-bottom:1.5rem}.footer-links.svelte-w79ar7 ul:where(.svelte-w79ar7){list-style:none;padding:0;margin:0}.footer-links.svelte-w79ar7 li:where(.svelte-w79ar7){margin-bottom:.75rem}.footer-newsletter.svelte-w79ar7 h5:where(.svelte-w79ar7){color:#fff;margin-bottom:1rem}.footer-newsletter.svelte-w79ar7 p:where(.svelte-w79ar7){margin-bottom:1rem;opacity:.8}.footer-newsletter.svelte-w79ar7 form:where(.svelte-w79ar7){display:flex}.footer-newsletter.svelte-w79ar7 input:where(.svelte-w79ar7){flex:1;padding:.75rem;border:none;border-radius:var(--border-radius) 0 0 var(--border-radius);outline:none}.footer-newsletter.svelte-w79ar7 button:where(.svelte-w79ar7){border-radius:0 var(--border-radius) var(--border-radius) 0}.newsletter-success.svelte-w79ar7{color:#10b981;font-weight:500}.newsletter-error.svelte-w79ar7{color:#ef4444;font-size:.875rem;margin-top:.5rem}.footer-bottom.svelte-w79ar7{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom.svelte-w79ar7 p:where(.svelte-w79ar7){margin:0;opacity:.6}.footer-bottom-links.svelte-w79ar7{display:flex;gap:1.5rem}.footer-bottom-links.svelte-w79ar7 a:where(.svelte-w79ar7){opacity:.6}.footer-bottom-links.svelte-w79ar7 a:where(.svelte-w79ar7):hover{opacity:1}.nav-links.active.svelte-w79ar7{right:0}@media (max-width: 992px){.footer-grid.svelte-w79ar7{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand.svelte-w79ar7,.footer-newsletter.svelte-w79ar7{grid-column:1 / -1}}@media (max-width: 768px){.menu-toggle.svelte-w79ar7{display:flex;z-index:101}.nav-links.svelte-w79ar7{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#fff;flex-direction:column;align-items:center;justify-content:center;transition:right .3s ease;box-shadow:var(--shadow-lg)}.nav-links.svelte-w79ar7 li:where(.svelte-w79ar7){margin:1.5rem 0}.nav-buttons.svelte-w79ar7{display:none}.footer-grid.svelte-w79ar7{grid-template-columns:1fr}.footer-bottom.svelte-w79ar7{flex-direction:column;gap:1rem;text-align:center}}
