.footer-2026{box-sizing:border-box;font-family:var(--font-body);padding:var(--space-24) var(--space-12) var(--space-8);position:relative;width:100%}.footer-2026--theme-light{--surface-page:var(--white);--text-body:var(--ink);--text-on-brand:var(--white);--text-soft:var(--ink-soft);--border-hairline:var(--line);--overlay-subtle:color-mix(in oklch,var(--ink) 6%,transparent);--overlay-strong:color-mix(in oklch,var(--ink) 12%,transparent);background:linear-gradient(-63.58deg,rgba(211,204,234,.5) 1%,hsla(0,0%,97.3%,.5) 99%) fixed,var(--surface-page);color:var(--text-body)}.footer-2026--theme-dark{--surface-page:var(--purple-950);--text-body:var(--off-white);--text-on-brand:var(--white);--text-soft:var(--purple-300);--border-hairline:var(--purple-800);--overlay-subtle:color-mix(in oklch,var(--white) 8%,transparent);--overlay-strong:color-mix(in oklch,var(--white) 16%,transparent);background:var(--surface-page);color:var(--text-on-brand)}.footer-2026--wedge{padding-top:160px}.footer-2026__wedge{background:inherit;clip-path:polygon(0 100%,0 0,100% 60%,100% 100%);height:80px;left:0;position:absolute;right:0;top:0}.footer-2026__inner{display:flex;flex-direction:column;gap:var(--space-12);margin:0 auto;max-width:var(--max-page)}.footer-2026__logo-link{align-items:center;color:inherit;display:inline-flex;width:fit-content}.footer-2026__logo{display:block;height:32px;width:auto}.footer-2026--theme-dark .footer-2026__logo{filter:brightness(0) invert(1)}.footer-2026__grid{align-items:start;display:grid;gap:var(--space-12);grid-template-columns:1fr}@media (min-width:992px){.footer-2026__grid{gap:var(--space-8);grid-template-columns:5fr 2fr 2fr 2fr 2fr}}.footer-2026__newsletter{display:flex;flex-direction:column;gap:var(--space-4);max-width:520px}@media (min-width:992px){.footer-2026__newsletter{grid-column:1/2;padding-right:var(--space-8)}}.footer-2026__eyebrow{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(-89deg,var(--brand-purple) 0,var(--white) 50%);font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:.04em;line-height:1;margin:0 0 -4px;text-transform:uppercase;-webkit-text-fill-color:transparent;color:transparent}.footer-2026--theme-light .footer-2026__eyebrow{background-image:linear-gradient(90deg,#0c0c0c 0,var(--brand-purple) 50% 50%)}.footer-2026__tagline{color:inherit;font-family:var(--font-body);font-size:18px;font-weight:400;letter-spacing:0;line-height:1.5;margin:0}.footer-2026__form{margin-top:var(--space-2)}.footer-2026__form-placeholder{font-size:13px;margin:0;opacity:.6}.footer-2026__form .hs-form-field{margin-bottom:var(--space-3)}.footer-2026__form label{display:block;font-family:var(--font-body);font-size:13px;font-weight:500;margin-bottom:var(--space-1);opacity:.85}.footer-2026__form .hs-form-required{color:var(--cta-pink);margin-left:2px}.footer-2026__form input[type=email],.footer-2026__form input[type=tel],.footer-2026__form input[type=text],.footer-2026__form select,.footer-2026__form textarea{background:transparent;border:1px solid var(--ft-input-border,var(--border-hairline));border-radius:var(--radius-sm);box-sizing:border-box;color:inherit;font-family:var(--font-body);font-size:15px;padding:12px 14px;transition:border-color var(--dur-fast) var(--ease-out);width:100%}.footer-2026--theme-dark .footer-2026__form input[type=email],.footer-2026--theme-dark .footer-2026__form input[type=tel],.footer-2026--theme-dark .footer-2026__form input[type=text],.footer-2026--theme-dark .footer-2026__form select,.footer-2026--theme-dark .footer-2026__form textarea{background:var(--overlay-subtle);border-color:hsla(0,0%,100%,.2);color:var(--text-on-brand)}.footer-2026__form input::placeholder,.footer-2026__form textarea::placeholder{color:var(--text-soft);opacity:1}.footer-2026--theme-dark .footer-2026__form input::placeholder,.footer-2026--theme-dark .footer-2026__form textarea::placeholder{color:hsla(0,0%,100%,.5)}.footer-2026__form input:focus,.footer-2026__form select:focus,.footer-2026__form textarea:focus{border-color:var(--brand-purple);outline:none}.footer-2026__form .hs-button,.footer-2026__form button[type=submit],.footer-2026__form input[type=submit]{background:var(--ft-btn-bg,var(--cta-pink));border:0;border-radius:var(--radius-btn);color:var(--ft-btn-text,var(--white));cursor:pointer;font-family:var(--font-body);font-size:15px;font-weight:700;margin-top:var(--space-2);padding:14px 28px;transition:background var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.footer-2026__form .hs-button:hover,.footer-2026__form button[type=submit]:hover,.footer-2026__form input[type=submit]:hover{background:var(--cta-pink-hover);transform:translateY(-1px)}.footer-2026__form .hs-error-msg,.footer-2026__form .hs-error-msgs label{color:var(--risk-red);font-size:13px;margin-top:var(--space-1)}.footer-2026__form .submitted-message{background:rgba(30,213,162,.12);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:14px;padding:var(--space-3)}.footer-2026__consent{font-family:var(--font-body);font-size:13px;line-height:1.5;margin-top:var(--space-2);opacity:.75}.footer-2026__consent p{margin:0}.footer-2026__consent a{color:inherit;font-weight:600;transition:color var(--dur-fast) var(--ease-out)}.footer-2026__consent a:focus-visible,.footer-2026__consent a:hover{color:var(--brand-purple)}.footer-2026--theme-dark .footer-2026__consent a:focus-visible,.footer-2026--theme-dark .footer-2026__consent a:hover{color:var(--purple-300)}.footer-2026__columns{display:grid;gap:var(--space-8) var(--space-6);grid-template-columns:repeat(2,1fr)}@media (min-width:992px){.footer-2026__columns{display:contents;grid-column:2/-1}.footer-2026__col{min-width:0}}.footer-2026__col{display:flex;flex-direction:column;gap:var(--space-3)}.footer-2026__col-heading{color:inherit;font-family:var(--font-display);font-size:15px;font-weight:700;letter-spacing:var(--tracking-wide);line-height:1;margin:0 0 var(--space-2);text-transform:uppercase}.footer-2026__col-links{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;margin:0;padding:0}.footer-2026__col-links a{color:inherit;font-family:var(--font-body);font-size:15px;line-height:1.4;opacity:.85;transition:opacity var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.footer-2026__col-links a:focus-visible,.footer-2026__col-links a:hover{color:var(--brand-purple);opacity:1}.footer-2026--theme-dark .footer-2026__col-links a:focus-visible,.footer-2026--theme-dark .footer-2026__col-links a:hover{color:var(--purple-300)}.footer-2026__socials{display:flex;flex-wrap:wrap;gap:var(--space-2);list-style:none;margin:0;padding:0}.footer-2026__social-link{align-items:center;background:transparent;border:0;border-radius:var(--radius-sm);color:inherit;display:inline-flex;height:40px;justify-content:center;opacity:.75;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out);width:40px}.footer-2026__social-link:focus-visible,.footer-2026__social-link:hover{background:var(--brand-purple);color:var(--white);opacity:1}.footer-2026--theme-dark .footer-2026__social-link:focus-visible,.footer-2026--theme-dark .footer-2026__social-link:hover{background:var(--brand-purple);color:var(--white)}.footer-2026__legal{border-top:1px solid var(--border-hairline);margin-top:var(--space-16);padding-top:var(--space-6)}.footer-2026--theme-dark .footer-2026__legal{border-top:1px solid var(--overlay-strong)}.footer-2026__legal-inner{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:space-between;margin:0 auto;max-width:var(--max-page)}.footer-2026__copyright{line-height:1.5;margin:0}.footer-2026__copyright,.footer-2026__legal-link{font-family:var(--font-body);font-size:13px;opacity:.7}.footer-2026__legal-link{color:inherit;transition:opacity var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.footer-2026__legal-link:focus-visible,.footer-2026__legal-link:hover{color:var(--brand-purple);opacity:1}.footer-2026--theme-dark .footer-2026__legal-link:focus-visible,.footer-2026--theme-dark .footer-2026__legal-link:hover{color:var(--purple-300)}.footer-2026__back-to-top{align-items:center;background:var(--brand-purple);border:0;border-radius:var(--radius-pill);bottom:24px;box-shadow:0 4px 16px rgba(13,2,32,.25);color:var(--white);cursor:pointer;display:inline-flex;height:48px;justify-content:center;position:fixed;right:24px;transition:background var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out);width:48px;z-index:40}.footer-2026__back-to-top:focus-visible,.footer-2026__back-to-top:hover{background:var(--purple-700);transform:translateY(-2px)}@media (max-width:991px){.footer-2026__grid{grid-template-columns:1fr}.footer-2026__newsletter{grid-column:auto;max-width:none;padding-right:0}.footer-2026__columns{display:grid;gap:var(--space-6);grid-template-columns:repeat(4,1fr)}.footer-2026__col{min-width:0}}@media (max-width:768px){.footer-2026{padding:var(--space-16) var(--space-6) var(--space-6)}.footer-2026--wedge{padding-top:120px}.footer-2026__newsletter{max-width:none}.footer-2026__columns{grid-template-columns:repeat(2,1fr)}.footer-2026__legal-inner{align-items:flex-start;flex-direction:column;gap:var(--space-2)}.footer-2026__legal{margin-top:var(--space-12)}}@media (max-width:420px){.footer-2026{padding:var(--space-12) var(--space-4) var(--space-4)}.footer-2026__socials{flex-wrap:wrap}.footer-2026__back-to-top{bottom:16px;height:42px;right:16px;width:42px}}