.features-menu:where(.astro-k5qx6byr){position:relative;display:inline-flex}.features-menu__trigger:where(.astro-k5qx6byr){display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .875rem;background:transparent;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--color-text-secondary, #94a3b8);transition:color .18s ease,background .18s ease;outline-offset:2px}.features-menu__trigger:where(.astro-k5qx6byr):hover{color:var(--color-text, #e2e8f0);background:#ffffff0d}.features-menu__trigger:where(.astro-k5qx6byr):focus-visible{outline:2px solid var(--color-primary-light, #a78bfa);color:var(--color-text, #e2e8f0)}.features-menu__caret:where(.astro-k5qx6byr){font-size:.7em;transition:transform .2s ease;line-height:1}.features-menu:where(.astro-k5qx6byr).is-open .features-menu__caret:where(.astro-k5qx6byr){transform:rotate(180deg)}.features-menu__panel:where(.astro-k5qx6byr){position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);z-index:120;width:min(92vw,640px);padding:.75rem;background:#020617d9;border:1px solid var(--color-border, rgba(255, 255, 255, .08));border-radius:14px;box-shadow:0 24px 60px #00000073;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);animation:features-menu-in .16s ease forwards}.features-menu__panel:where(.astro-k5qx6byr)[hidden]{display:none}@keyframes features-menu-in{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.features-menu__grid:where(.astro-k5qx6byr){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;list-style:none;margin:0;padding:0}.features-menu__cell:where(.astro-k5qx6byr){margin:0}.features-menu__item:where(.astro-k5qx6byr){display:flex;flex-direction:column;gap:.2rem;padding:.7rem .85rem;border-radius:10px;text-decoration:none;transition:background .16s ease;outline-offset:2px}.features-menu__item:where(.astro-k5qx6byr):hover{background:#ffffff0d}.features-menu__item:where(.astro-k5qx6byr):focus-visible{outline:2px solid var(--color-primary-light, #a78bfa)}.features-menu__item-label:where(.astro-k5qx6byr){font-size:.9375rem;font-weight:600;color:var(--color-text, #e2e8f0)}.features-menu__item-desc:where(.astro-k5qx6byr){font-size:.8125rem;line-height:1.45;color:var(--color-text-secondary, #94a3b8)}@media(prefers-reduced-motion:reduce){.features-menu__trigger:where(.astro-k5qx6byr),.features-menu__caret:where(.astro-k5qx6byr),.features-menu__item:where(.astro-k5qx6byr){transition:none}.features-menu__panel:where(.astro-k5qx6byr){animation:none}}@media(max-width:767px){.features-menu:where(.astro-k5qx6byr){display:none}}.navbar:where(.astro-5blmo7yk){position:sticky;top:0;z-index:100;height:var(--navbar-height);background:transparent;border-bottom:1px solid transparent;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease}.navbar:where(.astro-5blmo7yk).scrolled{background:#020617d9;border-bottom-color:#ffffff0f;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%)}.navbar__inner:where(.astro-5blmo7yk){display:flex;align-items:center;gap:2rem;height:100%}.navbar__brand:where(.astro-5blmo7yk){display:flex;align-items:center;gap:var(--ff-space-3);flex-shrink:0}.navbar__tagline:where(.astro-5blmo7yk){display:none;font-family:var(--font-sans);font-size:13px;line-height:20px;font-weight:500;color:var(--color-text-secondary);white-space:nowrap}@media(min-width:1280px){.navbar__tagline:where(.astro-5blmo7yk){display:inline}}.navbar__logo:where(.astro-5blmo7yk){display:flex;align-items:center;gap:.625rem;flex-shrink:0;text-decoration:none;outline-offset:4px;border-radius:6px}.navbar__logo:where(.astro-5blmo7yk):focus-visible{outline:2px solid var(--color-primary-light)}.navbar__monogram:where(.astro-5blmo7yk){flex-shrink:0}.navbar__wordmark:where(.astro-5blmo7yk){font-family:var(--font-sans);font-size:1.125rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#fff 40%,var(--color-accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar__nav:where(.astro-5blmo7yk){flex:1;display:flex;justify-content:center}.navbar__links:where(.astro-5blmo7yk){display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.navbar__link:where(.astro-5blmo7yk){display:block;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);border-radius:8px;transition:color .18s ease,background .18s ease;text-decoration:none;outline-offset:2px}.navbar__link:where(.astro-5blmo7yk):hover{color:var(--color-text);background:#ffffff0d}.navbar__link:where(.astro-5blmo7yk):focus-visible{outline:2px solid var(--color-primary-light);color:var(--color-text)}.navbar__cta:where(.astro-5blmo7yk){flex-shrink:0}.navbar__hamburger:where(.astro-5blmo7yk){display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:transparent;border:1.5px solid rgba(255,255,255,.12);border-radius:8px;cursor:pointer;margin-left:auto;padding:0;transition:border-color .18s ease;outline-offset:2px}.navbar__hamburger:where(.astro-5blmo7yk):hover{border-color:#ffffff47}.navbar__hamburger:where(.astro-5blmo7yk):focus-visible{outline:2px solid var(--color-primary-light)}.navbar__bar:where(.astro-5blmo7yk){display:block;width:20px;height:2px;background:var(--color-text-secondary);border-radius:2px;transition:transform .26s ease,opacity .26s ease,width .26s ease;transform-origin:center}.navbar__hamburger:where(.astro-5blmo7yk).is-open .navbar__bar:where(.astro-5blmo7yk):nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger:where(.astro-5blmo7yk).is-open .navbar__bar:where(.astro-5blmo7yk):nth-child(2){opacity:0;width:0}.navbar__hamburger:where(.astro-5blmo7yk).is-open .navbar__bar:where(.astro-5blmo7yk):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__mobile-menu:where(.astro-5blmo7yk){background:#020617f7;border-top:1px solid rgba(255,255,255,.06);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1.25rem clamp(1rem,5vw,2.5rem) 1.75rem;animation:slideDown .22s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.navbar__mobile-menu:where(.astro-5blmo7yk):not([hidden]){display:block}.navbar__mobile-links:where(.astro-5blmo7yk){list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.navbar__mobile-link:where(.astro-5blmo7yk){display:block;width:100%;padding:.875rem 0;font-size:1.0625rem;font-weight:500;color:var(--color-text-secondary);border-bottom:1px solid rgba(255,255,255,.06);transition:color .16s ease;text-decoration:none;outline-offset:2px}.navbar__mobile-link:where(.astro-5blmo7yk):hover,.navbar__mobile-link:where(.astro-5blmo7yk):focus-visible{color:var(--color-text)}.navbar__mobile-link:where(.astro-5blmo7yk):focus-visible{outline:2px solid var(--color-primary-light);border-radius:4px}.navbar__mobile-features-toggle:where(.astro-5blmo7yk){display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer;font-family:inherit;text-align:left}.navbar__mobile-caret:where(.astro-5blmo7yk){font-size:.7em;transition:transform .2s ease}.navbar__mobile-features-toggle:where(.astro-5blmo7yk)[aria-expanded=true] .navbar__mobile-caret:where(.astro-5blmo7yk){transform:rotate(180deg)}.navbar__mobile-sublinks:where(.astro-5blmo7yk){list-style:none;margin:0;padding:.25rem 0 .25rem 1rem;display:flex;flex-direction:column}.navbar__mobile-sublinks:where(.astro-5blmo7yk)[hidden]{display:none}.navbar__mobile-sublink:where(.astro-5blmo7yk){display:block;padding:.6rem 0;font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;outline-offset:2px}.navbar__mobile-sublink:where(.astro-5blmo7yk):hover,.navbar__mobile-sublink:where(.astro-5blmo7yk):focus-visible{color:var(--color-text)}.navbar__mobile-sublink:where(.astro-5blmo7yk):focus-visible{outline:2px solid var(--color-primary-light);border-radius:4px}.navbar__mobile-cta:where(.astro-5blmo7yk){display:flex;margin-top:1.25rem;width:100%;text-align:center;justify-content:center}@media(max-width:767px){.navbar__nav:where(.astro-5blmo7yk),.navbar__cta:where(.astro-5blmo7yk){display:none}.navbar__hamburger:where(.astro-5blmo7yk){display:flex}}@media(min-width:768px){.navbar__mobile-menu:where(.astro-5blmo7yk){display:none!important}}@media(prefers-reduced-motion:reduce){.navbar:where(.astro-5blmo7yk),.navbar__link:where(.astro-5blmo7yk),.navbar__bar:where(.astro-5blmo7yk),.navbar__hamburger:where(.astro-5blmo7yk),.navbar__mobile-caret:where(.astro-5blmo7yk){transition:none}.navbar__mobile-menu:where(.astro-5blmo7yk){animation:none}}.nl:where(.astro-3fsy3vrh){display:flex;flex-direction:column;gap:var(--ff-space-3);min-width:0}.nl__heading:where(.astro-3fsy3vrh){align-self:flex-start;border:none;padding-inline:0}.nl__body:where(.astro-3fsy3vrh){margin:0;color:var(--ff-color-text-secondary);font-size:15px;line-height:24px;max-width:60ch}.nl__form:where(.astro-3fsy3vrh){display:flex;flex-direction:column;gap:var(--ff-space-2)}.nl__field:where(.astro-3fsy3vrh){display:flex;gap:var(--ff-space-2);flex-wrap:wrap}.nl__input:where(.astro-3fsy3vrh){flex:1 1 200px;min-width:0;background:var(--ff-color-surface);border:var(--ff-border-control);border-radius:var(--ff-radius-input);min-height:44px;padding-inline:var(--ff-space-3);color:var(--ff-color-text);font-family:var(--ff-font-body);font-size:16px;line-height:26px}.nl__input:where(.astro-3fsy3vrh)::placeholder{color:var(--ff-color-text-secondary)}.nl__input:where(.astro-3fsy3vrh):hover{border-color:var(--ff-color-text-secondary)}.nl__input:where(.astro-3fsy3vrh):focus-visible{outline:2px solid var(--ff-color-focus);outline-offset:2px;border-color:var(--ff-color-focus)}.nl__input:where(.astro-3fsy3vrh)[aria-invalid=true]{border-color:var(--ff-color-error)}.nl__btn:where(.astro-3fsy3vrh){flex:0 0 auto;min-height:44px;justify-content:center}.nl__btn:where(.astro-3fsy3vrh):focus-visible{outline:2px solid var(--ff-color-focus);outline-offset:2px}.nl__btn:where(.astro-3fsy3vrh):disabled{opacity:.55;cursor:not-allowed}.nl__note:where(.astro-3fsy3vrh){margin:0;color:var(--ff-color-text-secondary);font-size:13px;line-height:20px}.nl__note--resting:where(.astro-3fsy3vrh){margin-top:var(--ff-space-1)}.nl__note--privacy:where(.astro-3fsy3vrh){margin-top:var(--ff-space-1)}.nl__success:where(.astro-3fsy3vrh):focus{outline:none}.nl__error:where(.astro-3fsy3vrh){display:flex;align-items:flex-start;gap:var(--ff-space-2);margin:0;color:var(--ff-color-error);font-size:13px;line-height:20px}.nl__error:where(.astro-3fsy3vrh) svg:where(.astro-3fsy3vrh){flex-shrink:0;margin-top:2px}.nl__success:where(.astro-3fsy3vrh){display:flex;align-items:flex-start;gap:var(--ff-space-2);margin:0;color:var(--ff-color-good);font-size:15px;line-height:24px}.nl__success:where(.astro-3fsy3vrh)[hidden]{display:none}.nl__error:where(.astro-3fsy3vrh)[hidden]{display:none}.nl__success:where(.astro-3fsy3vrh) svg:where(.astro-3fsy3vrh){flex-shrink:0;margin-top:4px}@media(min-width:768px){.nl__field:where(.astro-3fsy3vrh){flex-wrap:nowrap}}.s12:where(.astro-sz7xmlte){background:var(--ff-color-surface);border-top:var(--ff-border-hairline);padding-block:var(--ff-space-8) var(--ff-space-7)}.s12__cols:where(.astro-sz7xmlte){display:grid;grid-template-columns:1fr;gap:var(--ff-space-6)}.s12__brand:where(.astro-sz7xmlte){display:flex;flex-direction:column;gap:var(--ff-space-3);min-width:0}.s12__logo:where(.astro-sz7xmlte){display:inline-flex;align-items:baseline;align-self:flex-start;min-height:44px;gap:1px;text-decoration:none}.s12__logo:where(.astro-sz7xmlte):focus-visible{outline:2px solid var(--ff-color-focus);outline-offset:4px;border-radius:var(--ff-radius-input)}.s12__logo-text:where(.astro-sz7xmlte){font-family:var(--ff-font-display);font-size:22px;font-weight:700;letter-spacing:-.025em;color:var(--ff-color-text)}.s12__logo-dot:where(.astro-sz7xmlte){font-family:var(--ff-font-display);font-size:28px;font-weight:700;line-height:1;color:var(--ff-color-accent)}.s12__tagline:where(.astro-sz7xmlte){margin:0;color:var(--ff-color-text-secondary);font-size:15px;line-height:24px}.s12__socials:where(.astro-sz7xmlte){display:flex;align-items:center;gap:var(--ff-space-2)}.s12__social:where(.astro-sz7xmlte){display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--ff-radius-btn);border:var(--ff-border-hairline);background:var(--ff-color-surface-raised);color:var(--ff-color-text-secondary);text-decoration:none;transition:color .12s var(--ff-ease-standard),border-color .12s var(--ff-ease-standard)}.s12__social:where(.astro-sz7xmlte):hover{color:var(--ff-color-text);border-color:var(--ff-color-border-control)}.s12__social:where(.astro-sz7xmlte):focus-visible{outline:2px solid var(--ff-color-focus);outline-offset:2px}.s12__col:where(.astro-sz7xmlte){display:flex;flex-direction:column;gap:var(--ff-space-2);min-width:0}.s12__col-heading:where(.astro-sz7xmlte){align-self:flex-start;border:none;padding-inline:0;margin:0;display:none}.s12__links:where(.astro-sz7xmlte){list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.s12__link:where(.astro-sz7xmlte){display:inline-flex;align-items:center;min-height:44px;min-width:44px;color:var(--ff-color-text-secondary);font-size:15px;line-height:24px;text-decoration:none;transition:color .12s var(--ff-ease-standard)}.s12__link:where(.astro-sz7xmlte):hover,.s12__link:where(.astro-sz7xmlte):focus-visible{color:var(--ff-color-text);text-decoration:underline;text-decoration-color:var(--ff-color-accent);text-underline-offset:3px}.s12__link:where(.astro-sz7xmlte):focus-visible{outline:2px solid var(--ff-color-focus);outline-offset:2px;border-radius:var(--ff-radius-input)}.s12__acc:where(.astro-sz7xmlte){display:block;border-bottom:var(--ff-border-hairline)}.s12__acc-trigger:where(.astro-sz7xmlte){display:flex;align-items:center;justify-content:space-between;min-height:44px;cursor:pointer;list-style:none;font-family:var(--ff-font-mono);font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ff-color-text-strong-alt)}.s12__acc-trigger:where(.astro-sz7xmlte)::-webkit-details-marker{display:none}.s12__acc-trigger:where(.astro-sz7xmlte):focus-visible{outline:2px solid var(--ff-color-focus);outline-offset:2px}.s12__chevron:where(.astro-sz7xmlte){flex-shrink:0;transition:transform .2s var(--ff-ease-standard)}.s12__acc:where(.astro-sz7xmlte)[open] .s12__chevron:where(.astro-sz7xmlte){transform:rotate(180deg)}.s12__links--desk:where(.astro-sz7xmlte){display:none}.s12__news:where(.astro-sz7xmlte){margin-top:var(--ff-space-5)}.s12__rule:where(.astro-sz7xmlte){border:none;height:1px;background:var(--ff-color-border);margin-block:var(--ff-space-5) 0}.s12__legal:where(.astro-sz7xmlte){display:flex;flex-direction:column;gap:var(--ff-space-2);margin-top:var(--ff-space-4)}.s12__entity:where(.astro-sz7xmlte){font-style:normal;display:flex;flex-direction:column;color:var(--ff-color-text-secondary);font-size:15px;line-height:24px}.s12__entity-name:where(.astro-sz7xmlte){color:var(--ff-color-text);font-weight:500}.s12__phone:where(.astro-sz7xmlte){display:inline-flex;align-items:center;align-self:flex-start;min-height:44px;color:var(--ff-color-text-secondary);text-decoration:none;transition:color .12s var(--ff-ease-standard)}.s12__phone:where(.astro-sz7xmlte):hover,.s12__phone:where(.astro-sz7xmlte):focus-visible{color:var(--ff-color-text);text-decoration:underline;text-decoration-color:var(--ff-color-accent);text-underline-offset:3px}.s12__phone:where(.astro-sz7xmlte):focus-visible{outline:2px solid var(--ff-color-focus);outline-offset:2px;border-radius:var(--ff-radius-input)}.s12__bottom:where(.astro-sz7xmlte){display:flex;flex-direction:column;gap:var(--ff-space-2)}.s12__copyright:where(.astro-sz7xmlte),.s12__filenum:where(.astro-sz7xmlte){margin:0;color:var(--ff-color-text-secondary);font-size:13px;line-height:20px}.s12__legal-links:where(.astro-sz7xmlte){display:flex;align-items:center;flex-wrap:wrap;gap:var(--ff-space-2);list-style:none;margin:0;padding:0}.s12__legal-links:where(.astro-sz7xmlte) li:where(.astro-sz7xmlte){display:flex;align-items:center;gap:var(--ff-space-2)}.s12__legal-links:where(.astro-sz7xmlte) li:where(.astro-sz7xmlte)+li:where(.astro-sz7xmlte):before{content:"·" / "";color:var(--ff-color-text-secondary)}.s12__link--legal:where(.astro-sz7xmlte){font-size:13px}@media(min-width:768px){.s12__cols:where(.astro-sz7xmlte){grid-template-columns:repeat(2,1fr);gap:var(--ff-space-6) var(--ff-space-7)}.s12__acc:where(.astro-sz7xmlte){display:none}.s12__col-heading:where(.astro-sz7xmlte){display:inline-flex}.s12__links--desk:where(.astro-sz7xmlte){display:flex}.s12__bottom:where(.astro-sz7xmlte){flex-direction:row;align-items:center;justify-content:space-between;gap:var(--ff-space-5)}}@media(min-width:1024px){.s12__cols:where(.astro-sz7xmlte){grid-template-columns:4fr 2fr 2fr 2fr 2fr;gap:var(--ff-space-7)}.s12__news:where(.astro-sz7xmlte){max-width:420px}}
