:root{--ctp-rosewater: #f5e0dc;--ctp-flamingo: #f2cdcd;--ctp-pink: #f5c2e7;--ctp-mauve: #cba6f7;--ctp-red: #f38ba8;--ctp-maroon: #eba0ac;--ctp-peach: #fab387;--ctp-yellow: #f9e2af;--ctp-green: #a6e3a1;--ctp-teal: #94e2d5;--ctp-sky: #89dceb;--ctp-sapphire: #74c7ec;--ctp-blue: #89b4fa;--ctp-lavender: #b4befe;--ctp-text: #cdd6f4;--ctp-subtext1: #bac2de;--ctp-subtext0: #a6adc8;--ctp-overlay2: #9399b2;--ctp-overlay1: #7f849c;--ctp-overlay0: #6c7086;--ctp-surface2: #585b70;--ctp-surface1: #45475a;--ctp-surface0: #313244;--ctp-base: #1e1e2e;--ctp-mantle: #181825;--ctp-crust: #11111b}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--ctp-base);color:var(--ctp-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}::selection{background-color:var(--ctp-mauve);color:var(--ctp-base)}.hero[data-astro-cid-bbe6dxrz]{padding:10rem 2rem 6rem;display:flex;justify-content:center;text-align:center}.content[data-astro-cid-bbe6dxrz]{max-width:720px;width:100%}.badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:999px;font-size:.85rem;font-weight:500;color:var(--ctp-mauve);background-color:var(--ctp-surface0);border:1.5px solid var(--ctp-surface1);margin-bottom:2.5rem}.badge-dot[data-astro-cid-bbe6dxrz]{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--ctp-mauve);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}h1[data-astro-cid-bbe6dxrz]{font-size:4rem;font-weight:700;color:var(--ctp-text);margin-bottom:1rem;letter-spacing:-.02em}.tagline[data-astro-cid-bbe6dxrz]{font-size:1.25rem;color:var(--ctp-subtext0);margin-bottom:2rem;line-height:1.7}.description[data-astro-cid-bbe6dxrz]{font-size:1rem;color:var(--ctp-overlay1);margin-bottom:1rem;line-height:1.7}.description[data-astro-cid-bbe6dxrz]:last-of-type{margin-bottom:2.5rem}.eu-badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.2rem;border-radius:999px;font-size:.85rem;color:var(--ctp-overlay2);background-color:var(--ctp-surface0);border:1.5px solid var(--ctp-surface1)}@media(max-width:600px){.hero[data-astro-cid-bbe6dxrz]{padding:6rem 2rem 3rem}h1[data-astro-cid-bbe6dxrz]{font-size:2.5rem}.tagline[data-astro-cid-bbe6dxrz]{font-size:1.1rem}}.wave-container[data-astro-cid-5baqliqx]{width:100%;padding:3rem 2rem;display:flex;justify-content:center}.wave-wrapper[data-astro-cid-5baqliqx]{max-width:600px;width:100%;height:40px;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.wave[data-astro-cid-5baqliqx]{width:300%;height:100%;position:absolute;left:-100%}.wave-path[data-astro-cid-5baqliqx]{vector-effect:non-scaling-stroke}.wave-slide-left[data-astro-cid-5baqliqx]{animation:wave-slide-left var(--wave-speed) linear infinite}.wave-slide-right[data-astro-cid-5baqliqx]{animation:wave-slide-right var(--wave-speed) linear infinite}@keyframes wave-slide-left{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@keyframes wave-slide-right{0%{transform:translate(-33.33%)}to{transform:translate(0)}}@media(max-width:600px){.wave-container[data-astro-cid-5baqliqx]{padding:2rem 1rem}}.features[data-astro-cid-vnivfuh2]{padding:6rem 2rem;display:flex;justify-content:center}.content[data-astro-cid-vnivfuh2]{max-width:800px;width:100%}.section-label[data-astro-cid-vnivfuh2]{text-align:center;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--ctp-mauve);margin-bottom:.75rem}.section-title[data-astro-cid-vnivfuh2]{text-align:center;font-size:2rem;font-weight:600;color:var(--ctp-text);margin-bottom:.75rem}.section-subtitle[data-astro-cid-vnivfuh2]{text-align:center;font-size:1rem;color:var(--ctp-overlay1);margin-bottom:3rem}.feature-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.feature-card[data-astro-cid-vnivfuh2]{padding:2rem;background-color:var(--ctp-surface0);border:2px solid var(--ctp-surface1);border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.feature-card[data-astro-cid-vnivfuh2]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background-color:var(--feature-color);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.feature-card[data-astro-cid-vnivfuh2]:hover:before{transform:scaleX(1)}.feature-card[data-astro-cid-vnivfuh2]:hover{border-color:var(--feature-color);transform:translateY(-2px)}.feature-icon[data-astro-cid-vnivfuh2]{font-size:1.5rem;display:block;margin-bottom:.75rem}.feature-name[data-astro-cid-vnivfuh2]{font-size:1.1rem;font-weight:600;color:var(--ctp-text);margin-bottom:.5rem}.feature-description[data-astro-cid-vnivfuh2]{font-size:.9rem;color:var(--ctp-overlay1);line-height:1.6}@media(max-width:600px){.features[data-astro-cid-vnivfuh2]{padding:4rem 2rem}.section-title[data-astro-cid-vnivfuh2]{font-size:1.5rem}.feature-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr}.feature-card[data-astro-cid-vnivfuh2]{padding:1.5rem}}.audience[data-astro-cid-z2nwgh7l]{padding:6rem 2rem;display:flex;justify-content:center}.content[data-astro-cid-z2nwgh7l]{max-width:800px;width:100%}.section-label[data-astro-cid-z2nwgh7l]{text-align:center;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--ctp-mauve);margin-bottom:.75rem}.section-title[data-astro-cid-z2nwgh7l]{text-align:center;font-size:2rem;font-weight:600;color:var(--ctp-text);margin-bottom:3rem}.audience-grid[data-astro-cid-z2nwgh7l]{display:flex;flex-direction:column;gap:1.25rem}.audience-card[data-astro-cid-z2nwgh7l]{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 2rem;background-color:var(--ctp-surface0);border:2px solid var(--card-color);border-radius:12px;text-decoration:none;color:var(--ctp-text);transition:all .3s ease;position:relative;overflow:hidden;cursor:default}.audience-card[data-astro-cid-z2nwgh7l]:before{content:"";position:absolute;inset:-1px;background-color:var(--card-color);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:0}.audience-card[data-astro-cid-z2nwgh7l]:hover:before{transform:scaleX(1)}.audience-card[data-astro-cid-z2nwgh7l]:hover{transform:translate(8px)}.audience-icon[data-astro-cid-z2nwgh7l]{font-size:2rem;z-index:1;flex-shrink:0;margin-top:.15rem}.audience-name[data-astro-cid-z2nwgh7l]{font-size:1.25rem;font-weight:600;z-index:1;transition:color .3s ease;display:none}.audience-description[data-astro-cid-z2nwgh7l]{flex:1;font-size:1rem;color:var(--ctp-subtext0);z-index:1;transition:color .3s ease;line-height:1.6}.audience-card[data-astro-cid-z2nwgh7l]:hover .audience-name[data-astro-cid-z2nwgh7l],.audience-card[data-astro-cid-z2nwgh7l]:hover .audience-description[data-astro-cid-z2nwgh7l]{color:var(--ctp-base)}@media(min-width:601px){.audience-card[data-astro-cid-z2nwgh7l]{align-items:center}.audience-name[data-astro-cid-z2nwgh7l]{display:inline;min-width:180px}}@media(max-width:600px){.audience[data-astro-cid-z2nwgh7l]{padding:4rem 2rem}.section-title[data-astro-cid-z2nwgh7l]{font-size:1.5rem;margin-bottom:2rem}.audience-card[data-astro-cid-z2nwgh7l]{padding:1.25rem 1.5rem}}.cta[data-astro-cid-pfpedfeb]{padding:6rem 2rem;display:flex;justify-content:center;text-align:center}.content[data-astro-cid-pfpedfeb]{max-width:560px;width:100%}h2[data-astro-cid-pfpedfeb]{font-size:2rem;font-weight:600;color:var(--ctp-text);margin-bottom:1rem}.description[data-astro-cid-pfpedfeb]{font-size:1rem;color:var(--ctp-overlay1);line-height:1.7;margin-bottom:2rem}.eu-badge[data-astro-cid-pfpedfeb]{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.2rem;border-radius:999px;font-size:.85rem;color:var(--ctp-overlay2);background-color:var(--ctp-surface0);border:1.5px solid var(--ctp-surface1)}@media(max-width:600px){.cta[data-astro-cid-pfpedfeb]{padding:4rem 2rem}h2[data-astro-cid-pfpedfeb]{font-size:1.5rem}}.footer[data-astro-cid-sz7xmlte]{padding:2rem;display:flex;justify-content:center;border-top:1px solid var(--ctp-surface0)}.content[data-astro-cid-sz7xmlte]{max-width:600px;width:100%;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--ctp-overlay0)}@media(max-width:600px){.content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.5rem;text-align:center}}
