:root{--color-background: #FFFBFF;--color-surface: #FFFFFF;--color-surface-variant: #F0F4F8;--color-surface-warm: #F7F2F4;--color-on-background: #3E0021;--color-on-surface: #40484C;--color-on-surface-dark: #001E2B;--color-primary: #006686;--color-primary-dark: #004D66;--color-primary-darkest: #001E2B;--color-primary-container: #C0E8FF;--color-primary-accent: #70D2FF;--color-secondary: #704D9F;--color-secondary-container: #EDDCFF;--color-tertiary: #006D3E;--color-tertiary-container: #8FF8B5;--color-error: #BA1A1A;--color-error-container: #FFDAD6;--color-outline: #DCE3E9;--color-divider: #E0E0E0;--radius-sm: 12px;--radius-md: 20px;--radius-pill: 50px;--section-padding-block: 5rem;--section-padding-inline: 1.5rem;--max-width-narrow: 520px;--max-width-content: 640px;--max-width-wide: 960px;--max-width-full: 1060px;--font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-family);background:var(--color-background);color:var(--color-on-background);scroll-behavior:smooth}body{overflow-x:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--color-primary-accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.icon-container{display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .3s ease}.icon-container:hover{transform:scale(1.1)}.icon-error{width:64px;height:64px;background:var(--color-error-container);margin:0 auto 1.25rem}.icon-error .material-symbols-outlined{font-size:32px;color:var(--color-error)}.icon-lg{width:72px;height:72px;margin:0 auto 1rem}.icon-primary{background:var(--color-primary-container)}.icon-primary .material-symbols-outlined{font-size:36px;color:var(--color-primary)}.icon-secondary{background:var(--color-secondary-container)}.icon-secondary .material-symbols-outlined{font-size:36px;color:var(--color-secondary)}.icon-tertiary{background:var(--color-tertiary-container)}.icon-tertiary .material-symbols-outlined{font-size:36px;color:var(--color-tertiary)}.icon-primary-flat,.icon-secondary-flat,.icon-tertiary-flat{width:48px;height:48px;background:transparent;margin-bottom:1rem;border-radius:50%}.icon-primary-flat .material-symbols-outlined{font-size:32px;color:var(--color-primary)}.icon-secondary-flat .material-symbols-outlined{font-size:32px;color:var(--color-secondary)}.icon-tertiary-flat .material-symbols-outlined{font-size:32px;color:var(--color-tertiary)}.icon-signup{width:72px;height:72px;background:#ffffff26;border:2px solid rgba(255,255,255,.3);margin:0 auto 1.5rem}.icon-signup .material-symbols-outlined{font-size:36px;color:#fff}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #fff6}50%{box-shadow:0 0 0 12px #fff0}}@keyframes float{0%,to{transform:translate(0)}25%{transform:translate(10px,-15px)}50%{transform:translate(-5px,-25px)}75%{transform:translate(-15px,-10px)}}@keyframes thresholdFill{0%{width:0%}70%{width:100%}85%{width:100%}to{width:0%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.floating-shapes[data-astro-cid-pyureleg]{position:absolute;inset:0;pointer-events:none;overflow:hidden}.floating-shape[data-astro-cid-pyureleg]{position:absolute;border-radius:50%;opacity:.12;background:#fff}@media(max-width:768px){.floating-shape[data-astro-cid-pyureleg]:nth-child(3),.floating-shape[data-astro-cid-pyureleg]:nth-child(5){display:none}}.hero[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,#006686a6,#004d66b3,#001e2bbf),url(/hero-bg.jpg) center/cover no-repeat;color:#fff;text-align:center;padding:0;position:relative;overflow:hidden}.hero-nav[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;padding:.75rem 2rem;text-align:left}.hero-content[data-astro-cid-bbe6dxrz]{max-width:760px;margin:0 auto;padding:.5rem var(--section-padding-inline) 5rem;position:relative;z-index:1}.logo[data-astro-cid-bbe6dxrz]{width:320px;height:auto;animation:fadeUp .8s ease-out both}.eyebrow[data-astro-cid-bbe6dxrz]{font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.75rem;animation:fadeUp .8s ease-out .05s both}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:3.5rem;font-weight:800;line-height:1.12;margin-bottom:1.5rem;animation:fadeUp .8s ease-out .15s both}.subheadline[data-astro-cid-bbe6dxrz]{font-size:1.35rem;line-height:1.6;color:#ffffffd9;max-width:600px;margin:0 auto 1.25rem;animation:fadeUp .8s ease-out .25s both}.credibility-line[data-astro-cid-bbe6dxrz]{font-size:1rem;color:#fff9;margin-bottom:2.5rem;animation:fadeUp .8s ease-out .3s both}.cta-button[data-astro-cid-bbe6dxrz]{display:inline-block;padding:1rem 2.5rem;font-size:1.15rem;font-weight:700;color:var(--color-primary);background:var(--color-surface);border-radius:var(--radius-pill);text-decoration:none;transition:transform .2s,box-shadow .2s;animation:fadeUp .8s ease-out .35s both,pulse 2.5s ease-in-out 1.5s infinite}.cta-button[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 28px #00000040,0 0 20px #fff3}.cta-button[data-astro-cid-bbe6dxrz]:focus-visible{outline-color:#fff}.hero-decoration[data-astro-cid-bbe6dxrz]{position:relative;margin-top:-1px}.wave[data-astro-cid-bbe6dxrz]{display:block;width:100%;height:80px}@media(max-width:768px){.hero-nav[data-astro-cid-bbe6dxrz]{padding:.75rem 1.25rem;text-align:center}.hero-content[data-astro-cid-bbe6dxrz]{padding:.5rem var(--section-padding-inline) 4rem}.logo[data-astro-cid-bbe6dxrz]{width:240px}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:2.5rem}.subheadline[data-astro-cid-bbe6dxrz]{font-size:1.15rem}}@media(max-width:480px){.logo[data-astro-cid-bbe6dxrz]{width:200px}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:2rem}.cta-button[data-astro-cid-bbe6dxrz]{padding:.85rem 2rem;font-size:1rem}}.problem-card[data-astro-cid-swd66yht]{background:var(--color-background);border:1px solid var(--color-error-container);border-radius:var(--radius-md);padding:2.5rem 1.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .6s ease-out both}.problem-card[data-astro-cid-swd66yht]:hover{transform:translateY(-6px);box-shadow:0 12px 32px #ba1a1a1a}.problem-card[data-astro-cid-swd66yht] p[data-astro-cid-swd66yht]{font-size:1.05rem;line-height:1.6;color:var(--color-on-surface)}.problem-card[data-astro-cid-swd66yht] strong[data-astro-cid-swd66yht]{color:var(--color-error)}.prevention[data-astro-cid-swd66yht]{font-size:.9rem;color:var(--color-tertiary);margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-divider);line-height:1.5}.problems[data-astro-cid-jcz3vx4h]{padding:var(--section-padding-block) var(--section-padding-inline);max-width:var(--max-width-wide);margin:0 auto;text-align:center}.problems[data-astro-cid-jcz3vx4h] h2[data-astro-cid-jcz3vx4h]{font-size:2.25rem;font-weight:700;color:var(--color-on-background);margin-bottom:2.5rem}.problems-grid[data-astro-cid-jcz3vx4h]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;padding:0}.problems-grid[data-astro-cid-jcz3vx4h] li[data-astro-cid-jcz3vx4h]{list-style:none}@media(max-width:768px){.problems[data-astro-cid-jcz3vx4h] h2[data-astro-cid-jcz3vx4h]{font-size:1.85rem}.problems-grid[data-astro-cid-jcz3vx4h]{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.divider[data-astro-cid-5baqliqx]{margin-top:-1px;line-height:0}.divider[data-astro-cid-5baqliqx] svg[data-astro-cid-5baqliqx]{display:block;width:100%;height:60px}.divider-flip[data-astro-cid-5baqliqx]{transform:scaleX(-1)}.step-connector[data-astro-cid-afpvpqi3]{display:flex;align-items:center;padding-top:24px;min-width:48px}.connector-h[data-astro-cid-afpvpqi3]{display:block;width:48px;height:16px}.connector-v[data-astro-cid-afpvpqi3]{display:none}@media(max-width:768px){.step-connector[data-astro-cid-afpvpqi3]{padding-top:0;justify-content:center;min-width:auto;padding:.5rem 0}.connector-h[data-astro-cid-afpvpqi3]{display:none}.connector-v[data-astro-cid-afpvpqi3]{display:block;width:16px;height:48px}}.how-it-works[data-astro-cid-cmgpsf2k]{background:var(--color-surface-variant);padding:var(--section-padding-block) var(--section-padding-inline);text-align:center}.how-it-works[data-astro-cid-cmgpsf2k] h2[data-astro-cid-cmgpsf2k]{font-size:2.25rem;font-weight:700;color:var(--color-on-background);margin-bottom:1.5rem}.threshold-bar-wrapper[data-astro-cid-cmgpsf2k]{max-width:400px;margin:0 auto 3rem}.threshold-bar[data-astro-cid-cmgpsf2k]{height:8px;background:var(--color-outline);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.threshold-fill[data-astro-cid-cmgpsf2k]{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-tertiary));border-radius:4px;animation:thresholdFill 4s ease-in-out infinite}.threshold-label[data-astro-cid-cmgpsf2k]{font-size:.8rem;color:var(--color-on-surface);text-transform:uppercase;letter-spacing:.05em}.steps[data-astro-cid-cmgpsf2k]{display:flex;align-items:flex-start;justify-content:center;max-width:var(--max-width-full);margin:0 auto}.step-group[data-astro-cid-cmgpsf2k]{display:flex;align-items:flex-start}.step[data-astro-cid-cmgpsf2k]{flex:1;max-width:220px;padding:0 .5rem}.step[data-astro-cid-cmgpsf2k] h3[data-astro-cid-cmgpsf2k]{font-size:1rem;font-weight:700;color:var(--color-on-surface-dark);margin-bottom:.5rem}.step[data-astro-cid-cmgpsf2k] p[data-astro-cid-cmgpsf2k]{font-size:.92rem;color:var(--color-on-surface);line-height:1.5}@media(max-width:768px){.how-it-works[data-astro-cid-cmgpsf2k] h2[data-astro-cid-cmgpsf2k]{font-size:1.85rem}.steps[data-astro-cid-cmgpsf2k]{flex-direction:column;align-items:center;gap:0}.step-group[data-astro-cid-cmgpsf2k]{flex-direction:column;align-items:center}.step[data-astro-cid-cmgpsf2k]{max-width:320px}}.great-for[data-astro-cid-utcn7fux]{background:var(--color-background);padding:3rem var(--section-padding-inline);text-align:center}.great-for-content[data-astro-cid-utcn7fux]{max-width:800px;margin:0 auto}.great-for[data-astro-cid-utcn7fux] h2[data-astro-cid-utcn7fux]{font-size:1.5rem;font-weight:700;color:var(--color-on-background);margin-bottom:1.5rem}.event-types[data-astro-cid-utcn7fux]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;list-style:none;padding:0}.event-type[data-astro-cid-utcn7fux]{display:inline-block;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;color:var(--color-primary);background:var(--color-primary-container);border-radius:var(--radius-pill)}@media(max-width:768px){.event-types[data-astro-cid-utcn7fux]{gap:.5rem}.event-type[data-astro-cid-utcn7fux]{font-size:.85rem;padding:.4rem 1rem}}.feature-card[data-astro-cid-lxmfzltz]{background:var(--color-surface);border:1px solid var(--color-outline);border-radius:var(--radius-md);padding:2rem;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp .6s ease-out both}.feature-card[data-astro-cid-lxmfzltz]:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001a}.feature-card[data-astro-cid-lxmfzltz] h3[data-astro-cid-lxmfzltz]{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.feature-card[data-astro-cid-lxmfzltz] p[data-astro-cid-lxmfzltz]{font-size:.95rem;color:var(--color-on-surface);line-height:1.6}.features[data-astro-cid-vnivfuh2]{padding:var(--section-padding-block) var(--section-padding-inline);max-width:var(--max-width-full);margin:0 auto;text-align:center}.features[data-astro-cid-vnivfuh2] h2[data-astro-cid-vnivfuh2]{font-size:2.25rem;font-weight:700;color:var(--color-on-background);margin-bottom:2.5rem}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left;list-style:none;padding:0}.features-grid[data-astro-cid-vnivfuh2] li[data-astro-cid-vnivfuh2]{list-style:none}@media(max-width:768px){.features[data-astro-cid-vnivfuh2] h2[data-astro-cid-vnivfuh2]{font-size:1.85rem}.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.community[data-astro-cid-x6ewki5y]{background:var(--color-surface-warm);padding:var(--section-padding-block) var(--section-padding-inline);text-align:center;position:relative;overflow:hidden}.community-content[data-astro-cid-x6ewki5y]{max-width:var(--max-width-content);margin:0 auto;position:relative}.community[data-astro-cid-x6ewki5y] h2[data-astro-cid-x6ewki5y]{font-size:2rem;font-weight:700;color:var(--color-on-background);margin-bottom:1.5rem}.community[data-astro-cid-x6ewki5y] p[data-astro-cid-x6ewki5y]{font-size:1.1rem;line-height:1.7;color:var(--color-on-surface);margin-bottom:1rem}.community-crystallizer[data-astro-cid-x6ewki5y]{font-weight:700;font-style:italic;color:var(--color-on-background);font-size:1.15rem;margin-top:.5rem}.community-tagline[data-astro-cid-x6ewki5y]{font-weight:700;color:var(--color-primary);font-size:1.2rem;margin-top:.5rem}@media(max-width:480px){.community[data-astro-cid-x6ewki5y] h2[data-astro-cid-x6ewki5y]{font-size:1.6rem}}.signup[data-astro-cid-6vitey3w]{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 50%,var(--color-primary-darkest) 100%);color:#fff;text-align:center;padding:0 0 var(--section-padding-block);position:relative}.signup-decoration[data-astro-cid-6vitey3w]{line-height:0}.wave-top[data-astro-cid-6vitey3w]{display:block;width:100%;height:80px}.signup-content[data-astro-cid-6vitey3w]{max-width:var(--max-width-narrow);margin:0 auto;padding:2rem var(--section-padding-inline) 0}.signup[data-astro-cid-6vitey3w] h2[data-astro-cid-6vitey3w]{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.signup-sub[data-astro-cid-6vitey3w]{font-size:1.15rem;color:#ffffffd9;margin-bottom:2rem;line-height:1.6}.signup-microcopy[data-astro-cid-6vitey3w]{font-size:.85rem;color:#ffffff80;margin-top:1rem}.signup-organizer[data-astro-cid-6vitey3w]{font-size:.95rem;color:#ffffffb3;margin-top:1.5rem}.organizer-link[data-astro-cid-6vitey3w]{color:#fff;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.organizer-link[data-astro-cid-6vitey3w]:hover{color:var(--color-primary-accent)}.organizer-nudge[data-astro-cid-6vitey3w]{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-sm);padding:.6rem 1.25rem;font-size:.9rem;color:#ffffffe6;max-width:460px;margin:0 auto 1rem;animation:fadeInUp .3s ease-out both}.signup-error[data-astro-cid-6vitey3w]{color:var(--color-error-container);font-size:.95rem;margin-top:1rem}.signup-success-state[data-astro-cid-6vitey3w] h2[data-astro-cid-6vitey3w]{margin-bottom:.75rem}.email-form[data-astro-cid-6vitey3w]{display:flex;gap:.75rem;max-width:460px;margin:0 auto}.email-form[data-astro-cid-6vitey3w] input[data-astro-cid-6vitey3w][type=email]{flex:1;padding:.9rem 1.25rem;font-size:1rem;border:2px solid transparent;border-radius:var(--radius-pill);outline:none;transition:border-color .2s}.email-form[data-astro-cid-6vitey3w] input[data-astro-cid-6vitey3w][type=email]:focus{border-color:var(--color-primary-accent)}.email-form[data-astro-cid-6vitey3w] button[data-astro-cid-6vitey3w]{padding:.9rem 2rem;font-size:1rem;font-weight:700;color:var(--color-primary);background:var(--color-surface);border:none;border-radius:var(--radius-pill);cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap;animation:pulse 2.5s ease-in-out 2s infinite}.email-form[data-astro-cid-6vitey3w] button[data-astro-cid-6vitey3w]:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 4px 16px #0003,0 0 16px #ffffff26}.email-form[data-astro-cid-6vitey3w] button[data-astro-cid-6vitey3w]:focus-visible{outline-color:#fff}@media(max-width:768px){.signup[data-astro-cid-6vitey3w] h2[data-astro-cid-6vitey3w]{font-size:1.85rem}}@media(max-width:480px){.email-form[data-astro-cid-6vitey3w]{flex-direction:column}.email-form[data-astro-cid-6vitey3w] input[data-astro-cid-6vitey3w][type=email],.email-form[data-astro-cid-6vitey3w] button[data-astro-cid-6vitey3w]{border-radius:var(--radius-sm)}}footer[data-astro-cid-sz7xmlte]{background:var(--color-primary-darkest);color:#ffffff80;text-align:center;padding:2.5rem var(--section-padding-inline)}.footer-logo[data-astro-cid-sz7xmlte]{width:100px;height:auto;margin-bottom:.75rem;opacity:.4}footer[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.85rem}
