:root{--color-plum: #89457f;--color-indigo: #454a89;--color-green: #56a36b;--color-teal: #438789;--color-violet: #8b55a3;--color-white: #ffffff;--color-off-white: #f7f5f9;--color-lilac: #f1eaf6;--color-dark: #1a1220}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",sans-serif;font-size:1.125rem;line-height:1.72;color:#1a1220;background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}p{margin-bottom:1.2rem}p:last-child{margin-bottom:0}a{color:#35696b;text-decoration:none;transition:color 0.2s ease}a:hover{color:#3e754d}h1,h2,h3,h4{font-family:"Libre Baskerville",serif;font-weight:400;line-height:1.15}h1{font-size:clamp(3rem, 6.5vw, 5rem)}h2{font-size:clamp(2.2rem, 4vw, 3.4rem)}h3{font-size:clamp(1.3rem, 2.2vw, 1.75rem)}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.skip-link{position:absolute;top:-100%;left:1rem;padding:0.5rem 1.1rem;background:#89457f;color:#fff;font-weight:700;font-size:0.9rem;z-index:9999;border-radius:0 0 4px 4px;text-decoration:none}.skip-link:focus{top:0}:focus-visible{outline:3px solid #56a36b;outline-offset:3px}.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}.btn{display:inline-flex;align-items:center;gap:0.4em;padding:0.875rem 2rem;font-family:"Inter",sans-serif;font-size:1rem;font-weight:600;letter-spacing:0.025em;border-radius:3px;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.15s}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn--primary{background:#3e754d;color:#fff;border-color:#3e754d}.btn--primary:hover{background:#325e3e;border-color:#325e3e;color:#fff}.btn--outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,0.5)}.btn--outline-light:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.7);color:#fff}.btn--outline{background:transparent;color:#89457f;border-color:rgba(137,69,127,0.4)}.btn--outline:hover{background:rgba(137,69,127,0.06);border-color:#89457f;color:#89457f}.site-nav{position:fixed;top:0;left:0;right:0;z-index:500;background:rgba(255,255,255,0.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(137,69,127,0.2);padding:0.40rem 0;transform:translateY(-100%);transition:transform 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.site-nav.site-nav--visible{transform:translateY(0)}.site-nav .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-nav .nav-brand{display:flex;align-items:center;gap:0.6rem;font-family:"Libre Baskerville",serif;font-size:1.1rem;color:#89457f;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:color 0.2s}.site-nav .nav-brand:hover{color:#673460}.site-nav .nav-logo{width:60px;height:60px;flex-shrink:0}.site-nav .nav-panel{display:flex;align-items:center;gap:1.5rem}.site-nav .nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;background:none;border:none;border-radius:4px;cursor:pointer;flex-shrink:0}.site-nav .nav-toggle:hover{background:rgba(137,69,127,0.08)}.site-nav .nav-toggle-bar{display:block;width:20px;height:2px;background:#89457f;border-radius:2px;transition:transform 0.2s ease, opacity 0.2s ease}.site-nav .nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-nav .nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(2){opacity:0}.site-nav .nav-toggle[aria-expanded='true'] .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-nav .nav-links{list-style:none;display:flex;align-items:center;gap:2rem;margin:0}.site-nav .nav-links a{color:rgba(26,18,32,0.6);font-size:0.9rem;font-weight:600;letter-spacing:0.03em;transition:color 0.2s;text-decoration:none}.site-nav .nav-links a:hover{color:#89457f}.site-nav .nav-links a.is-active{color:#89457f;font-weight:700}.site-nav .has-menu{position:relative}.site-nav .has-menu.is-open .nav-menu{display:flex}.site-nav .nav-menu-trigger{display:flex;align-items:center;gap:0.35rem;background:none;border:none;padding:0;color:rgba(26,18,32,0.6);font-family:"Inter",sans-serif;font-size:0.9rem;font-weight:600;letter-spacing:0.03em;cursor:pointer;transition:color 0.2s}.site-nav .nav-menu-trigger::after{content:'';width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 0.2s}.site-nav .nav-menu-trigger:hover{color:#89457f}.site-nav .nav-menu-trigger[aria-expanded='true']{color:#89457f}.site-nav .nav-menu-trigger[aria-expanded='true']::after{transform:rotate(-135deg)}.site-nav .nav-menu-trigger.is-active{color:#89457f;font-weight:700}.site-nav .nav-menu{display:none;position:absolute;top:calc(100% + 1rem);left:50%;transform:translateX(-50%);gap:2rem;background:#fff;border:1px solid rgba(137,69,127,0.15);border-radius:6px;box-shadow:0 12px 32px rgba(26,18,32,0.12);padding:1.25rem 1.5rem;white-space:nowrap}.site-nav .nav-menu .menu-heading{margin:0 0 0.6rem;color:rgba(26,18,32,0.6);font-size:0.7rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.site-nav .nav-menu ul{list-style:none;margin:0;display:flex;flex-direction:column;gap:0.5rem}.site-nav .nav-menu a{color:rgba(26,18,32,0.75);font-size:0.9rem;font-weight:500;text-decoration:none;transition:color 0.2s}.site-nav .nav-menu a:hover{color:#89457f}.site-nav .nav-menu a.is-active{color:#89457f;font-weight:700}.site-nav .nav-cta{display:inline-block;padding:0.5rem 1.25rem;background:#3e754d;color:#fff;font-size:0.875rem;font-weight:700;border-radius:3px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background 0.2s, transform 0.15s}.site-nav .nav-cta:hover{background:#325e3e;color:#fff;transform:translateY(-1px)}.site-footer{background:#1a1220;color:rgba(255,255,255,0.62);padding:4.5rem 0 2rem}.site-footer .footer-grid{display:grid;grid-template-columns:2fr 2.25fr 1.5fr;gap:3rem;margin-bottom:3rem}.site-footer .footer-project-name{display:block;font-family:"Libre Baskerville",serif;font-size:1.4rem;color:#fff;margin-bottom:0.65rem}.site-footer .footer-tagline{font-size:0.9rem;color:rgba(255,255,255,0.5);margin:0}.site-footer .footer-info p{font-size:0.875rem;margin-bottom:0.45rem;color:rgba(255,255,255,0.62)}.site-footer .footer-info p:last-child{margin-bottom:0}.site-footer .footer-funding{font-size:0.8rem !important;color:rgba(255,255,255,0.5) !important;margin-top:0.35rem}.site-footer a{color:rgba(255,255,255,0.62);text-decoration:none;transition:color 0.2s}.site-footer a:hover{color:#56a36b}.site-footer .footer-links-heading{font-family:"Inter",sans-serif;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:rgba(255,255,255,0.5);margin-bottom:1rem}.site-footer .footer-link-list{list-style:none}.site-footer .footer-link-list li{margin-bottom:0.5rem}.site-footer .footer-link-list a{font-size:0.875rem}.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,0.07);padding-top:1.5rem;font-size:0.82rem;color:rgba(255,255,255,0.5)}.site-footer .footer-bottom p{margin:0}.site-footer .footer-bottom a{font-size:0.845rem;font-weight:600;color:#f1eaf6;text-decoration:underline;text-underline-offset:3px}.site-footer .footer-bottom a:hover{color:#fff}.findout-accordion{display:grid;gap:0.9rem}.findout-item{background:#fff;border:1px solid rgba(26,18,32,0.08);border-radius:6px;overflow:hidden}.findout-item.is-open{border-color:rgba(67,135,137,0.35)}.findout-item.is-open .findout-item-icon::before{transform:translate(-50%, -50%) rotate(90deg)}.findout-item .findout-item-trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;appearance:none;-webkit-appearance:none;font-family:inherit}.findout-item .findout-item-trigger:hover .findout-item-title{color:#35696b}.findout-item .findout-item-title{font-family:"Libre Baskerville",serif;font-size:1.15rem;color:#1a1220;transition:color 0.2s;cursor:pointer}.findout-item .findout-item-icon{position:relative;flex-shrink:0;width:20px;height:20px;cursor:pointer}.findout-item .findout-item-icon::before,.findout-item .findout-item-icon::after{content:'';position:absolute;top:50%;left:50%;background:#438789;transform:translate(-50%, -50%)}.findout-item .findout-item-icon::before{width:2px;height:12px;transition:transform 0.25s ease}.findout-item .findout-item-icon::after{width:12px;height:2px}.findout-item .findout-item-panel{overflow:hidden;max-height:0;opacity:0;visibility:hidden;transition:max-height 0.3s ease, opacity 0.25s ease, visibility 0s linear 0.3s}.findout-item .findout-item-body{padding:0 1.5rem;transition:padding 0.3s ease}.findout-item .findout-item-body p{font-size:0.975rem;line-height:1.72;color:#4a4060;margin:0}.findout-item.is-open .findout-item-panel{max-height:1400px;opacity:1;visibility:visible;transition:max-height 0.3s ease, opacity 0.25s ease, visibility 0s}.findout-item.is-open .findout-item-body{padding:0 1.5rem 1.5rem}.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.65s ease, transform 0.65s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal.reveal--delay-1{transition-delay:0.12s}.reveal.reveal--delay-2{transition-delay:0.24s}.reveal.reveal--delay-3{transition-delay:0.36s}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}}#register{background:#f7f5f9;padding:5.5rem 0 6rem}#register h2{color:#454a89;text-align:center;margin-bottom:3rem}#register h2::after{content:'';display:block;width:56px;height:3px;background:#438789;margin:0.9rem auto 0;border-radius:2px}#register .register-layout{display:grid;grid-template-columns:1.08fr 1fr;gap:3.5rem;align-items:start}#register .register-pitch{display:flex;flex-direction:column;gap:1.375rem}#register .register-pitch .register-pitch-heading{margin:0;color:#1a1220;font-size:clamp(1.375rem, 2.4vw, 1.75rem);line-height:1.2}#register .register-pitch .register-lead{margin:0;font-size:1.09rem;line-height:1.65;color:#4a3a48;text-wrap:pretty}#register .register-action{display:flex;flex-direction:column;gap:0.625rem}#register .register-action .btn--primary{align-self:flex-start;padding:1rem 1.875rem;font-size:1.03rem}#register .register-action .register-action-note{margin:0;font-size:0.9rem;line-height:1.55;color:#6b6478}#register .register-preview{background:#fff;border:1px solid rgba(26,18,32,0.09);border-radius:8px;padding:1.75rem 1.875rem;display:flex;flex-direction:column;gap:1.25rem}#register .register-preview .register-preview-label{font-size:0.78rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#35696b}#register .register-preview ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.875rem}#register .register-preview li{display:flex;gap:0.875rem;align-items:baseline}#register .register-preview .register-preview-num{flex:none;font-size:0.8rem;font-weight:700;color:#89457f}#register .register-preview li span:last-child{font-size:0.97rem;line-height:1.5;color:#4a4060}#register .register-preview .register-preview-trust{border-top:1px solid rgba(26,18,32,0.09);padding-top:1.125rem;display:flex;flex-direction:column;gap:0.6875rem}#register .register-preview .register-preview-trust div{display:flex;gap:0.6875rem;align-items:baseline}#register .register-preview .register-preview-trust .register-tick{flex:none;color:#35696b}#register .register-preview .register-preview-trust span:last-child{font-size:0.9rem;line-height:1.5;color:#4a4060}.register-band-section{padding:0 0 5.5rem}.register-band{background:#f1eaf6;border-radius:8px;padding:2rem 2.25rem;margin-top:5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.register-band .register-band-text{display:flex;flex-direction:column;gap:0.5rem;max-width:520px}.register-band .register-band-text h2{margin:0;font-size:1.5625rem;line-height:1.25;color:#1a1220}.register-band .register-band-text p{margin:0;font-size:0.97rem;line-height:1.6;color:#4a4060;text-wrap:pretty}.register-band .register-band-action{display:flex;flex-direction:column;gap:0.5625rem}.register-band .register-band-action .btn--primary{white-space:nowrap}.register-band .register-band-action span{font-size:0.845rem;color:#6b6478;white-space:nowrap}.register-modal{position:fixed;inset:0;z-index:900;background:rgba(26,18,32,0.55);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:1.75rem;animation:register-fade 0.16s ease-out}.register-modal[hidden]{display:none}.register-modal-panel{width:100%;max-width:820px;height:100%;max-height:900px;background:#fff;border-radius:10px;box-shadow:0 24px 60px rgba(26,18,32,0.34);display:flex;flex-direction:column;overflow:hidden;outline:none;animation:register-rise 0.2s ease-out}.register-modal-panel>header{flex:none;padding:1.25rem 1.625rem;border-bottom:1px solid rgba(26,18,32,0.1);display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.register-modal-panel>header h2{margin:0;font-size:1.3125rem;color:#89457f}.register-modal-panel>header p{margin:0.3125rem 0 0;font-size:0.845rem;line-height:1.5;color:#6b6478}.register-modal-panel .register-modal-close{flex:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#4a4060;background:none;border:1px solid rgba(26,18,32,0.14);border-radius:6px;cursor:pointer}.register-modal-panel .register-modal-close:hover{background:#f7f5f9}.register-modal-panel .register-modal-body{flex:1;min-width:0;min-height:0;position:relative;background:#fff}.register-modal-panel .register-modal-body iframe{width:100%;height:100%;border:none;display:block}.register-modal-panel .register-modal-loading{position:absolute;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:0.9rem;color:#6b6478}.register-modal-panel .register-modal-loading[hidden]{display:none}.register-modal-panel>footer{flex:none;padding:0.875rem 1.625rem;border-top:1px solid rgba(26,18,32,0.1);background:#faf8fb;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.875rem}.register-modal-panel>footer a{font-size:0.875rem;font-weight:600}.register-modal-panel>footer span{font-size:0.845rem;color:#6b6478}@keyframes register-fade{from{opacity:0}to{opacity:1}}@keyframes register-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.register-modal,.register-modal-panel{animation:none}}.booking-modal{position:fixed;inset:0;z-index:900;background:rgba(26,18,32,0.55);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:1.75rem;animation:register-fade 0.16s ease-out}.booking-modal[hidden]{display:none}.booking-modal-panel{width:100%;max-width:820px;height:100%;max-height:900px;background:#fff;border-radius:10px;box-shadow:0 24px 60px rgba(26,18,32,0.34);display:flex;flex-direction:column;overflow:hidden;outline:none;animation:register-rise 0.2s ease-out}.booking-modal-panel>header{flex:none;padding:1.25rem 1.625rem;border-bottom:1px solid rgba(26,18,32,0.1);display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.booking-modal-panel>header h2{margin:0;font-size:1.3125rem;color:#89457f}.booking-modal-panel>header p{margin:0.3125rem 0 0;font-size:0.845rem;line-height:1.5;color:#6b6478}.booking-modal-panel .booking-modal-close{flex:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#4a4060;background:none;border:1px solid rgba(26,18,32,0.14);border-radius:6px;cursor:pointer}.booking-modal-panel .booking-modal-close:hover{background:#f7f5f9}.booking-modal-panel .booking-modal-body{flex:1;min-width:0;min-height:0;position:relative;background:#fff}.booking-modal-panel .booking-modal-body iframe{width:100%;height:100%;border:none;display:block}.booking-modal-panel .booking-modal-loading{position:absolute;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;font-size:0.9rem;color:#6b6478}.booking-modal-panel .booking-modal-loading[hidden]{display:none}.booking-modal-panel>footer{flex:none;padding:0.875rem 1.625rem;border-top:1px solid rgba(26,18,32,0.1);background:#faf8fb;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.875rem}.booking-modal-panel>footer a{font-size:0.875rem;font-weight:600}.booking-modal-panel>footer span{font-size:0.845rem;color:#6b6478}@media (prefers-reduced-motion: reduce){.booking-modal,.booking-modal-panel{animation:none}}.hero{position:relative;background:radial-gradient(ellipse at 15% 60%, rgba(139,85,163,0.45) 0%, transparent 55%),linear-gradient(140deg, #89457f 0%, #6a4887 50%, #454a89 100%);color:#fff;padding:7.5rem 0 calc(5.5rem + 80px);overflow:hidden}.hero::before{content:'';position:absolute;top:-180px;right:-180px;width:650px;height:650px;border-radius:50%;background:rgba(255,255,255,0.035);pointer-events:none}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C480,0 960,90 1440,50 L1440,80 L0,80 Z' fill='%23f7f5f9'/%3E%3C/svg%3E") no-repeat bottom;background-size:100% 100%;pointer-events:none}.hero canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hero .container{position:relative;z-index:1}.hero .hero-badge{display:inline-block;padding:0.35rem 0.9rem;border:1px solid rgba(255,255,255,0.32);border-radius:2px;font-size:0.78rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.85);margin-bottom:1.75rem}.hero h1{color:#fff;max-width:760px;margin-bottom:1.25rem;text-shadow:0 2px 24px rgba(0,0,0,0.18)}.hero .hero-tagline{font-size:clamp(1.1rem, 2.5vw, 1.35rem);font-weight:300;color:rgba(255,255,255,0.9);max-width:580px;margin-bottom:0.65rem;line-height:1.55}.hero .hero-sub{font-size:0.975rem;color:rgba(255,255,255,0.85);max-width:550px;margin-bottom:2.75rem;line-height:1.62}.hero .hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem}.hero .hero-stats{display:flex;flex-wrap:wrap;gap:0;border-top:1px solid rgba(255,255,255,0.12);padding-top:2rem;margin-top:0.5rem}.hero .hero-stat{display:flex;flex-direction:column;gap:0.2rem;padding:0 2.5rem 0 0;margin-right:2.5rem;border-right:1px solid rgba(255,255,255,0.12)}.hero .hero-stat:last-child{border-right:none;margin-right:0}.hero .hero-stat-value{font-family:"Libre Baskerville",serif;font-size:clamp(1.75rem, 3vw, 2.4rem);color:#fff;line-height:1;letter-spacing:-0.01em}.hero .hero-stat-label{font-size:0.78rem;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;color:rgba(255,255,255,0.85)}.hero .hero-funding{font-size:0.83rem;color:rgba(255,255,255,0.8);margin-top:1.25rem}.hero .hero-funding strong{color:rgba(255,255,255,0.95);font-weight:600}.about{position:relative;background:#f7f5f9;padding:5.5rem 0 calc(4.5rem + 80px)}.about::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C480,90 960,0 1440,50 L1440,80 L0,80 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat bottom;background-size:100% 100%;pointer-events:none}.about h2{color:#89457f;margin-bottom:1.5rem}.about .about-inner{max-width:800px}.about .about-lead{font-size:1.15rem;line-height:1.65;color:#4a3a48;margin-bottom:1.2rem}.about .about-callout{margin-top:2.25rem;padding:1.4rem 1.75rem;background:rgba(67,135,137,0.07);border-left:3px solid #438789;border-radius:0 4px 4px 0}.about .about-callout p{font-style:italic;color:#3d5d5e;margin:0}.how-it-works{position:relative;background:#fff;padding:5.5rem 0 calc(4.5rem + 80px)}.how-it-works::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C480,0 960,90 1440,50 L1440,80 L0,80 Z' fill='%23f7f5f9'/%3E%3C/svg%3E") no-repeat bottom;background-size:100% 100%;pointer-events:none}.how-it-works h2{color:#454a89;text-align:center;margin-bottom:3.5rem}.how-it-works h2::after{content:'';display:block;width:56px;height:3px;background:#438789;margin:0.9rem auto 0;border-radius:2px}.how-it-works .features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.75rem}.how-it-works .feature-card{padding:2rem 1.75rem 2.25rem;background:#f7f5f9;border-radius:4px;border:1px solid rgba(69,74,137,0.09);transition:transform 0.25s ease, box-shadow 0.25s ease}.how-it-works .feature-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px rgba(26,18,32,0.1)}.how-it-works .feature-card .feature-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.how-it-works .feature-card .feature-icon svg{width:24px;height:24px}.how-it-works .feature-card:nth-child(1) .feature-icon{background:rgba(137,69,127,0.1);color:#89457f}.how-it-works .feature-card:nth-child(2) .feature-icon{background:rgba(67,135,137,0.1);color:#438789}.how-it-works .feature-card:nth-child(3) .feature-icon{background:rgba(69,74,137,0.1);color:#454a89}.how-it-works .feature-card h3{color:#1a1220;margin-bottom:0.75rem}.how-it-works .feature-card p{font-size:0.925rem;line-height:1.68;color:#4a4060;margin:0}.partners{position:relative;background:#f7f5f9;padding:5.5rem 0 calc(4.5rem + 80px)}.partners::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C480,90 960,0 1440,50 L1440,80 L0,80 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat bottom;background-size:100% 100%;pointer-events:none}.partners h2{color:#438789;text-align:center;margin-bottom:3rem}.partners h2::after{content:'';display:block;width:56px;height:3px;background:#89457f;margin:0.9rem auto 0;border-radius:2px}.partners .partners-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}.partners .partner-card{background:#fff;border:1px solid rgba(26,18,32,0.07);border-radius:4px;min-height:84px;display:flex;align-items:center;justify-content:center;padding:1.5rem 1.25rem;transition:box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease}.partners .partner-card:hover{box-shadow:0 6px 20px rgba(26,18,32,0.08);border-color:rgba(137,69,127,0.2);transform:translateY(-2px)}.partners .partner-card a{display:flex;align-items:center;justify-content:center;width:100%;color:#1a1220;text-decoration:none;transition:color 0.2s}.partners .partner-card a:hover{color:#89457f}.partners .partner-card .partner-name{font-size:0.875rem;font-weight:600;line-height:1.3;text-align:center;color:inherit}.partners .partner-card img{max-height:calc(48px * var(--logo-scale, 1));max-width:calc(140px * var(--logo-scale, 1));width:auto;margin:0 auto}.partners .partner-card img.partner-logo--invert{filter:invert(1)}.audience{position:relative;background:#fff;padding:5.5rem 0 calc(4.5rem + 80px)}.audience::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C480,0 960,90 1440,50 L1440,80 L0,80 Z' fill='%23f7f5f9'/%3E%3C/svg%3E") no-repeat bottom;background-size:100% 100%;pointer-events:none}.audience h2{color:#89457f;text-align:center;margin-bottom:0.85rem}.audience h2::after{content:'';display:block;width:56px;height:3px;background:#56a36b;margin:0.9rem auto 0;border-radius:2px}.audience .audience-intro{text-align:center;font-size:1.05rem;color:#4a4060;max-width:600px;margin:0 auto 3.5rem}.audience .audience-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}.audience .audience-card{padding:2rem 1.5rem;background:#f7f5f9;border-radius:6px;border:1px solid rgba(26,18,32,0.07);text-align:center;transition:transform 0.25s ease, box-shadow 0.25s ease}.audience .audience-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px rgba(26,18,32,0.09)}.audience .audience-card .audience-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.audience .audience-card .audience-icon svg{width:28px;height:28px}.audience .audience-card:nth-child(1) .audience-icon{background:rgba(137,69,127,0.1);color:#89457f}.audience .audience-card:nth-child(2) .audience-icon{background:rgba(67,135,137,0.1);color:#438789}.audience .audience-card:nth-child(3) .audience-icon{background:rgba(69,74,137,0.1);color:#454a89}.audience .audience-card:nth-child(4) .audience-icon{background:rgba(86,163,107,0.1);color:#56a36b}.audience .audience-card h3{font-size:1.15rem;color:#1a1220;margin-bottom:0.7rem}.audience .audience-card p{font-size:0.9rem;line-height:1.65;color:#4a4060;margin:0}.timeline{background:#f7f5f9;padding:5.25rem 0}.timeline h2{margin:0;color:#454a89;font-size:clamp(2rem, 4vw, 2.85rem);line-height:1.2}.timeline .timeline-lede{margin:1rem 0 0;max-width:600px;font-size:1.06rem;line-height:1.65;color:#4a3a48;text-wrap:pretty}.timeline .timeline-rows{margin-top:3rem}.timeline .timeline-row{display:flex;align-items:stretch}.timeline .timeline-when{flex:none;width:112px;box-sizing:border-box;padding-right:1.375rem;text-align:right}.timeline .timeline-when .timeline-years{display:block;font-family:"Libre Baskerville",serif;font-size:1.1875rem;line-height:1.15;color:#89457f}.timeline .timeline-when .timeline-index{display:block;margin-top:0.375rem;font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#6b6478}.timeline .timeline-when--mobile{display:none}.timeline .timeline-rail{flex:none;width:15px;position:relative}.timeline .timeline-line{position:absolute;left:6px;top:9px;bottom:0;width:2px;background:rgba(137,69,127,0.28);transform-origin:top}.timeline .timeline-dot{position:absolute;left:0;top:3px;width:14px;height:14px;border-radius:50%;background:#89457f}.timeline .timeline-row:last-child .timeline-line{display:none}.timeline .timeline-row:last-child .timeline-body{padding-bottom:0}.timeline .timeline-body{flex:1;min-width:0;padding:0 0 3.25rem 1.875rem;display:flex;flex-direction:column;gap:0.625rem}.timeline .timeline-body h3{margin:0;font-size:1.375rem;line-height:1.3;color:#1a1220}.timeline .timeline-body p{margin:0;max-width:620px;font-size:1.03rem;line-height:1.6;color:#4a4060;text-wrap:pretty}.timeline .timeline-task{margin-top:0.375rem;padding-top:0.875rem;border-top:1px solid rgba(26,18,32,0.12);max-width:620px;display:flex;flex-direction:column;gap:0.4375rem}.timeline .timeline-task .timeline-task-label{font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#35696b}.timeline .timeline-task p{font-size:0.97rem}.timeline .timeline-more{margin:0.5rem 0 0 142px;font-size:1rem;line-height:1.7;color:#4a4060}.timeline .timeline-more a{font-weight:600}.timeline [data-anim]{animation-play-state:paused}@keyframes tl-rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes tl-draw{from{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes tl-pop{from{opacity:0;transform:scale(0.5)}60%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.timeline h2[data-anim]{animation:tl-rise 500ms cubic-bezier(0.2, 0.7, 0.3, 1) 0ms both}.timeline .timeline-lede[data-anim]{animation:tl-rise 500ms cubic-bezier(0.2, 0.7, 0.3, 1) 80ms both}.timeline .timeline-more[data-anim]{animation:tl-rise 500ms cubic-bezier(0.2, 0.7, 0.3, 1) 580ms both}.timeline .timeline-row:nth-child(1) .timeline-when,.timeline .timeline-row:nth-child(1) .timeline-body{animation:tl-rise 500ms cubic-bezier(0.2, 0.7, 0.3, 1) 160ms both}.timeline .timeline-row:nth-child(1) .timeline-line{animation:tl-draw 620ms cubic-bezier(0.4, 0.1, 0.3, 1) 200ms both}.timeline .timeline-row:nth-child(1) .timeline-dot{animation:tl-pop 320ms cubic-bezier(0.2, 0.8, 0.3, 1) 160ms both}.timeline .timeline-row:nth-child(2) .timeline-when,.timeline .timeline-row:nth-child(2) .timeline-body{animation:tl-rise 500ms cubic-bezier(0.2, 0.7, 0.3, 1) 270ms both}.timeline .timeline-row:nth-child(2) .timeline-line{animation:tl-draw 620ms cubic-bezier(0.4, 0.1, 0.3, 1) 310ms both}.timeline .timeline-row:nth-child(2) .timeline-dot{animation:tl-pop 320ms cubic-bezier(0.2, 0.8, 0.3, 1) 270ms both}.timeline .timeline-row:nth-child(3) .timeline-when,.timeline .timeline-row:nth-child(3) .timeline-body{animation:tl-rise 500ms cubic-bezier(0.2, 0.7, 0.3, 1) 380ms both}.timeline .timeline-row:nth-child(3) .timeline-line{animation:tl-draw 620ms cubic-bezier(0.4, 0.1, 0.3, 1) 420ms both}.timeline .timeline-row:nth-child(3) .timeline-dot{animation:tl-pop 320ms cubic-bezier(0.2, 0.8, 0.3, 1) 380ms both}@media (prefers-reduced-motion: reduce){.timeline [data-anim]{animation:none !important;opacity:1 !important;transform:none !important}}.no-js .timeline [data-anim],.no-io .timeline [data-anim]{animation:none;opacity:1;transform:none}.thank-you-page{min-height:75vh;display:flex;align-items:center;padding:5rem 0;background:#f7f5f9}.thank-you-page .container{text-align:center}.thank-you-page .thank-you-icon{width:76px;height:76px;border-radius:50%;background:rgba(86,163,107,0.12);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:#56a36b}.thank-you-page .thank-you-icon svg{width:38px;height:38px}.thank-you-page h1{color:#89457f;margin-bottom:1.25rem;font-size:clamp(1.8rem, 3.5vw, 2.5rem)}.thank-you-page p{font-size:1.1rem;color:#4a4060;max-width:520px;margin:0 auto 2.5rem;line-height:1.65}.findout-more{background:#f7f5f9;padding:calc(3.5rem + 80px) 0 5.5rem}.findout-more h1{color:#89457f;max-width:860px;margin-bottom:0;font-size:clamp(2rem, 4vw, 2.85rem);line-height:1.14}.findout-more .findout-standfirst{max-width:720px;margin:1.4rem 0 0;font-size:1.125rem;line-height:1.65;color:#4a3a48}.findout-more .findout-layout{display:grid;grid-template-columns:220px 1fr;gap:3.25rem;align-items:start;margin-top:2.75rem}.findout-more .findout-toc{position:sticky;top:96px;display:flex;flex-direction:column;gap:0.875rem}.findout-more .findout-toc .findout-toc-label{font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#6b6478}.findout-more .findout-toc nav{display:flex;flex-direction:column;gap:2px;border-left:1px solid rgba(26,18,32,0.12)}.findout-more .findout-toc a{font-size:0.875rem;line-height:1.4;color:#4a4060;text-decoration:none;padding:0.44rem 0 0.44rem 0.875rem;margin-left:-1px;border-left:2px solid transparent}.findout-more .findout-toc a:hover{color:#89457f}.findout-more .findout-toc a.is-active{color:#1a1220;border-left-color:#89457f}.findout-more .findout-toc .findout-toc-card{margin-top:0.625rem;padding:1rem;background:#f1eaf6;border-radius:6px}.findout-more .findout-toc .findout-toc-card p{margin:0 0 0.5rem;font-size:0.845rem;line-height:1.5;color:#4a4060}.findout-more .findout-toc .findout-toc-card a{padding:0;border:none;font-weight:600;color:#89457f}.findout-more .findout-body{max-width:780px;display:flex;flex-direction:column;gap:2.75rem}.findout-more .findout-body h2{font-size:1.5rem;color:#454a89;margin:0;padding-bottom:0.625rem;border-bottom:1px solid rgba(26,18,32,0.12)}.findout-more .findout-body h3{font-size:1.2rem;color:#1a1220;margin:0}.findout-more .findout-body p{font-size:1rem;line-height:1.75;color:#4a4060;margin:0;text-wrap:pretty}.findout-more .findout-body>section{display:flex;flex-direction:column;gap:0.875rem;scroll-margin-top:96px}.findout-more .findout-approach{gap:0.375rem}.findout-more .findout-approach h2{border-bottom:none;padding-bottom:0}.findout-more .findout-strand{border-left:2.5px solid #89457f;padding-left:1.375rem}.findout-more .findout-strand h3{font-size:1.3125rem;line-height:1.35}.findout-more .findout-strand .findout-strand-eyebrow{font-size:0.69rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#35696b}.findout-more #run{gap:1.625rem}.findout-more #run .findout-run-item{display:flex;flex-direction:column;gap:0.625rem;scroll-margin-top:96px}.findout-more .findout-callout{margin-top:0.375rem;padding:1.375rem 1.625rem;background:rgba(67,135,137,0.07);border-left:3px solid #438789;border-radius:0 6px 6px 0}.findout-more .findout-callout p{font-size:0.97rem;color:#3d5d5e}.findout-more .findout-callout strong{color:#35696b}.findout-more .findout-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:0.25rem}.industry{background:#f7f5f9;padding:calc(3.5rem + 80px) 0 5.5rem}.industry .industry-badge{display:inline-block;padding:0.35rem 0.9rem;border:1px solid rgba(137,69,127,0.3);border-radius:2px;font-size:0.78rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#89457f;margin-bottom:1.5rem}.industry h1{color:#89457f;max-width:820px;margin-bottom:2rem;font-size:clamp(2rem, 4vw, 2.85rem)}.industry .industry-intro{max-width:780px}.industry .industry-intro p{font-size:1.05rem;line-height:1.7;color:#4a3a48}.industry .industry-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem}.faqs{background:#f7f5f9;padding:calc(3.5rem + 80px) 0 5.5rem}.faqs .faqs-header{margin-bottom:2.5rem}.faqs h1{font-family:"Libre Baskerville",serif;color:#89457f;max-width:820px;margin:0;font-size:clamp(2rem, 4vw, 2.85rem)}.faqs .faqs-intro{font-size:1.0625rem;line-height:1.65;color:#4a4060;max-width:620px;margin:1.125rem 0 0;text-wrap:pretty}.faqs .faqs-intro a{color:#89457f}.faqs .faqs-layout{display:grid;grid-template-columns:220px 1fr;gap:3.25rem;align-items:start}.faqs .faqs-body{max-width:780px}.faqs .faqs-toc{position:sticky;top:5.5rem}.faqs .faqs-toc .faqs-toc-label{font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:rgba(26,18,32,0.65);margin:0 0 0.875rem}.faqs .faqs-toc ul{margin:0;padding:0;list-style:none;border-left:1px solid rgba(26,18,32,0.12)}.faqs .faqs-toc a{display:block;font-size:0.875rem;line-height:1.4;padding:0.4375rem 0 0.4375rem 0.875rem;border-left:2px solid transparent;margin-left:-1px;color:rgba(26,18,32,0.72);text-decoration:none}.faqs .faqs-toc a:hover{color:#89457f}.faqs .faqs-toc a.is-active{color:#1a1220;border-left-color:#89457f}.faqs .faqs-toc .faqs-toc-card{background:#f1eaf6;border-radius:6px;padding:1rem;margin-top:1.25rem}.faqs .faqs-toc .faqs-toc-card p{font-size:0.84rem;line-height:1.5;color:rgba(26,18,32,0.75);margin:0 0 0.5rem}.faqs .faqs-toc .faqs-toc-card a{display:inline-block;font-size:0.84rem;font-weight:600;color:#89457f;text-decoration:none}.faqs .faqs-toc .faqs-toc-card a:hover{text-decoration:underline}.faqs .faqs-group{scroll-margin-top:6rem}.faqs .faqs-group+.faqs-group{margin-top:2.75rem}.faqs .faqs-group>h2{font-family:"Libre Baskerville",serif;font-size:1.375rem;font-weight:400;color:#454a89;margin:0 0 0.875rem;padding-bottom:0.625rem;border-bottom:1px solid rgba(26,18,32,0.12)}.faqs .findout-item{scroll-margin-top:6rem}.faqs .faq-projects{display:flex;flex-direction:column;gap:1.75rem}.faqs .faq-projects-lede{margin:0 0 0.25rem}.faqs .faq-project{border-left:2.5px solid #89457f;padding-left:1.25rem;display:flex;flex-direction:column;gap:0.875rem}.faqs .faq-project h4{font-family:"Libre Baskerville",serif;font-weight:400;font-size:1.0625rem;line-height:1.45;color:#454a89;margin:0}.faqs .faq-project p{font-size:0.9375rem;line-height:1.7;color:#4a4060;margin:0}.faqs .faq-field-label{display:block;font-size:0.6875rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:rgba(26,18,32,0.65);margin-bottom:0.3125rem}.faqs .faq-audience-split{display:grid;grid-template-columns:1fr 1fr;gap:0.875rem;margin-top:0.5rem}.faqs .faq-audience{border-radius:5px;padding:0.875rem 1rem}.faqs .faq-audience p{font-size:0.90625rem;line-height:1.65}.faqs .faq-audience .faq-audience-label{display:block;font-size:0.6875rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.375rem}.faqs .faq-audience--pwle{background:rgba(137,69,127,0.07)}.faqs .faq-audience--pwle .faq-audience-label{color:#89457f}.faqs .faq-audience--clinician{background:rgba(67,135,137,0.08)}.faqs .faq-audience--clinician .faq-audience-label{color:#35696b}.faqs .faqs-cta{margin-top:2.5rem;padding:1.75rem 2rem;background:#fff;border:1px solid rgba(26,18,32,0.08);border-radius:6px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.faqs .faqs-cta h3{font-family:"Libre Baskerville",serif;font-size:1.25rem;font-weight:400;color:#1a1220;margin:0 0 0.375rem}.faqs .faqs-cta p{font-size:0.90625rem;line-height:1.6;color:#4a4060;margin:0;max-width:24rem}.faqs .faqs-cta .faqs-cta-actions{display:flex;flex-wrap:wrap;gap:0.75rem}.work-with-us{background:#fff;padding:64px 0}.work-with-us .work-with-us-grid{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}.work-with-us .work-with-us-text{max-width:52ch;flex:1 1 420px}.work-with-us .work-with-us-text h2{font-size:clamp(2rem, 4vw, 2.85rem);color:#454a89;margin-bottom:0.75rem}.work-with-us .work-with-us-lead{font-size:16px;font-weight:400;line-height:1.5;color:#4a3a48}.work-with-us .work-with-us-detail{font-size:14px;font-weight:400;line-height:1.5;color:#7a7090;margin-top:0.5rem}.work-with-us .work-with-us-actions{flex:0 1 320px;max-width:320px}.work-with-us .work-with-us-btn{width:100%;height:46px;padding:0 18px;justify-content:space-between;font-size:15px;font-weight:500;margin-top:14px}.work-with-us .work-with-us-btn:first-child{margin-top:0}.work-with-us .work-with-us-btn--outline{background:transparent;color:#3e754d;border-color:#3e754d}.work-with-us .work-with-us-btn--outline:hover{background:rgba(62,117,77,0.08);border-color:#3e754d;color:#3e754d}.work-with-us .work-with-us-icon{width:17px;height:17px;flex-shrink:0}.work-with-us .work-with-us-email{margin-top:10px;font-size:12px;color:#7a7090;word-break:break-all}.team-intro{background:#fff;padding:calc(3.5rem + 80px) 0 clamp(24px, 4vw, 40px)}.team-intro h1{color:#89457f;max-width:720px;margin-bottom:1.75rem;font-size:clamp(2rem, 4vw, 2.85rem)}.team-intro .team-lead{max-width:720px;font-size:1.05rem;line-height:1.6;color:#4a3a48}.team-grid-section{background:#f7f5f9;padding:clamp(40px, 6vw, 64px) 0 clamp(24px, 4vw, 40px)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 240px), 1fr));gap:clamp(32px, 5vw, 56px) clamp(24px, 3.5vw, 40px)}.team-card{display:flex;flex-direction:column;gap:14px}.team-photo{aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;background:#f1eaf6}.team-photo img{width:100%;height:100%;object-fit:cover;display:block}.team-photo--empty{display:grid;place-items:center;font-family:ui-monospace, SFMono-Regular, Menlo, monospace;font-size:0.75rem;color:#89457f;background:repeating-linear-gradient(45deg, #f1eaf6 0 6px, #e8dcf0 6px 12px)}.team-card-text{display:flex;flex-direction:column;gap:6px}.team-card h3{font-family:"Libre Baskerville",serif;font-weight:400;font-size:1.25rem;line-height:1.25;color:#1a1220}.team-role-label{font-size:0.75rem;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;color:#35696b}.team-role{font-size:0.9rem;line-height:1.6;color:#6b5f74}.team-lived{background:#fff;padding:clamp(24px, 4vw, 40px) 0 clamp(56px, 9vw, 104px)}.team-lived-box{border:1px solid rgba(137,69,127,0.28);border-radius:4px;padding:clamp(28px, 4.5vw, 48px) clamp(22px, 3.6vw, 40px);display:flex;flex-wrap:wrap;align-items:flex-start;gap:clamp(28px, 4.5vw, 56px)}.team-lived-text{flex:1 1 380px;max-width:520px;display:flex;flex-direction:column;gap:16px}.team-lived-text h2{font-family:"Libre Baskerville",serif;font-weight:400;font-size:clamp(1.7rem, 3vw, 2.2rem);color:#89457f;line-height:1.2}.team-lived-text p{font-size:1rem;line-height:1.7;color:#4a3a48}.team-lived-actions{flex:0 1 320px;min-width:min(100%, 280px);align-self:center;display:flex;flex-direction:column;gap:14px}.team-lived-note{font-size:0.85rem;line-height:1.5;color:#6b5f74}.glossary{background:#f7f5f9;padding:calc(3.5rem + 80px) 0 5.5rem}.glossary h1{color:#89457f;margin:0;font-size:clamp(2rem, 4vw, 2.85rem);line-height:1.14}.glossary .glossary-intro{max-width:640px;margin:1.25rem 0 0;font-size:1.125rem;line-height:1.65;color:#4a3a48}.glossary .glossary-intro a{font-weight:600}.glossary .glossary-search{position:relative;margin-top:2.25rem}.glossary .glossary-search input{width:100%;box-sizing:border-box;padding:0.9375rem 1.125rem 0.9375rem 2.875rem;font-family:"Inter",sans-serif;font-size:1rem;color:#1a1220;background:#fff;border:1px solid rgba(26,18,32,0.15);border-radius:6px}.glossary .glossary-search input:focus{outline:none;border-color:#89457f}.glossary .glossary-search input::placeholder{color:#8d859c}.glossary .glossary-search::before{content:"\2315";position:absolute;left:1.125rem;top:50%;transform:translateY(-50%);font-size:1rem;color:#8d859c;pointer-events:none}.glossary .glossary-layout{display:grid;grid-template-columns:126px 1fr;gap:2.5rem;align-items:start;margin-top:2rem}.glossary .glossary-rail{position:sticky;top:96px;display:flex;flex-direction:column;gap:0.625rem}.glossary .glossary-rail .glossary-rail-label{font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#6b6478}.glossary .glossary-rail nav{display:flex;flex-wrap:wrap;gap:4px}.glossary .glossary-rail a,.glossary .glossary-rail span{width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:0.845rem;font-weight:600;border-radius:4px;text-decoration:none}.glossary .glossary-rail a{color:#89457f;background:#fff}.glossary .glossary-rail a:hover{background:#f1eaf6}.glossary .glossary-rail span{color:#c9c5be}.glossary .glossary-list{max-width:780px;display:flex;flex-direction:column;gap:2.25rem}.glossary .glossary-count{margin:0;font-size:0.875rem;color:#6b6478}.glossary .glossary-group{display:flex;flex-direction:column;gap:1.25rem;scroll-margin-top:96px}.glossary .glossary-group h2{font-size:1.5rem;color:#454a89;margin:0;padding-bottom:0.5rem;border-bottom:1px solid rgba(26,18,32,0.12)}.glossary .glossary-group.is-hidden{display:none}.glossary .glossary-term{display:flex;flex-direction:column;gap:0.4375rem;scroll-margin-top:96px}.glossary .glossary-term h3{font-size:1.1875rem;line-height:1.35;color:#1a1220;margin:0}.glossary .glossary-term p{margin:0;font-size:1rem;line-height:1.7;color:#4a4060;text-wrap:pretty}.glossary .glossary-term:target h3{color:#89457f}.glossary .glossary-term.is-hidden{display:none}.glossary .glossary-see{font-size:0.875rem !important;line-height:1.5 !important;color:#6b6478 !important}.glossary .glossary-see a{font-weight:600}.glossary .glossary-empty{background:#fff;border:1px solid rgba(26,18,32,0.08);border-radius:6px;padding:2rem;text-align:center}.glossary .glossary-empty p{margin:0;font-size:1rem;color:#1a1220}.glossary .glossary-empty p+p{margin-top:0.5rem;font-size:0.9375rem;line-height:1.6;color:#4a4060}.glossary .glossary-suggest{margin:2rem 0 0;font-size:0.97rem;line-height:1.6;color:#6b6478}.glossary .glossary-suggest a{color:#89457f;font-weight:600;text-decoration:underline}.glossary-link{color:inherit;text-decoration:underline dotted rgba(137,69,127,0.6);text-underline-offset:3px}.glossary-link:hover{color:#89457f;text-decoration-style:solid}.accessibility{background:#f7f5f9;padding:calc(3.5rem + 80px) 0 5.5rem}.accessibility .a11y-header{margin-bottom:2.75rem}.accessibility h1{color:#89457f;max-width:820px;margin:0;font-size:clamp(2rem, 4vw, 2.85rem)}.accessibility .a11y-intro{font-size:1.0625rem;line-height:1.65;color:#4a4060;max-width:680px;margin:1.125rem 0 0;text-wrap:pretty}.accessibility .a11y-aim,.accessibility .a11y-detail,.accessibility .a11y-meta{max-width:780px}.accessibility .a11y-aim{display:flex;flex-direction:column;gap:1rem}.accessibility .a11y-aim h2{font-size:1.5rem;color:#454a89;margin:0 0 0.25rem}.accessibility .a11y-aim p{font-size:1rem;line-height:1.75;color:#4a4060;margin:0;text-wrap:pretty}.accessibility .a11y-report{margin-top:0.5rem;padding:1.5rem 1.75rem;background:#fff;border:1px solid rgba(86,163,107,0.35);border-left:3px solid #56a36b;border-radius:0 6px 6px 0}.accessibility .a11y-report h3{font-size:1.125rem;color:#1a1220;margin:0 0 0.5rem}.accessibility .a11y-report p{font-size:0.9375rem;line-height:1.7;color:#4a4060;margin:0 0 0.75rem}.accessibility .a11y-report a{display:inline-block;font-weight:600;font-size:0.9375rem;color:#3e754d}.accessibility .a11y-report a:hover{color:#35696b}.accessibility .a11y-detail{margin-top:3.5rem}.accessibility .a11y-detail-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.accessibility .a11y-detail-head h2{font-size:1.5rem;color:#454a89;margin:0}.accessibility .a11y-toggle-all{flex-shrink:0;background:none;border:1px solid rgba(67,135,137,0.4);border-radius:999px;padding:0.5rem 1.1rem;font-family:"Inter",sans-serif;font-size:0.845rem;font-weight:600;color:#35696b;cursor:pointer;transition:background 0.2s, border-color 0.2s}.accessibility .a11y-toggle-all:hover{background:rgba(67,135,137,0.08);border-color:#438789}.accessibility .a11y-links{list-style:none;margin:0.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:0.4rem}.accessibility .a11y-links a{font-weight:600}.accessibility .a11y-meta{margin-top:2.5rem}.accessibility .a11y-meta p{font-size:0.875rem;line-height:1.6;color:#6b6478;margin:0}.accessibility .a11y-meta a{color:#6b6478;text-decoration:underline;text-underline-offset:3px}.accessibility .a11y-meta a:hover{color:#1a1220}@media (max-width: 1024px){.audience .audience-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 1023px){.work-with-us .work-with-us-grid{gap:24px}}@media (max-width: 960px){.faqs .faqs-layout{display:flex;flex-direction:column}.faqs .faqs-toc{display:contents}.faqs .faqs-toc nav{order:1;margin-bottom:2rem}.faqs .faqs-toc .faqs-toc-label{width:100%}.faqs .faqs-toc ul{display:flex;flex-wrap:wrap;gap:0.5rem;border-left:none}.faqs .faqs-toc a{border:1px solid rgba(26,18,32,0.15);border-radius:999px;padding:0.375rem 0.75rem;margin-left:0}.faqs .faqs-toc a.is-active{border-color:#89457f}.faqs .faqs-body{order:2}.faqs .faqs-toc .faqs-toc-card{order:3;margin-top:2.5rem}}@media (max-width: 900px){.findout-more .findout-layout{grid-template-columns:1fr;gap:2rem}.findout-more .findout-toc{position:static}.findout-more .findout-toc nav{flex-flow:row wrap;border-left:none;gap:0.5rem 1.25rem}.findout-more .findout-toc a{padding:0;border-left:none}.findout-more .findout-toc a.is-active{border-left:none;text-decoration:underline}.findout-more .findout-toc .findout-toc-card{display:none}.how-it-works .features-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}.partners .partners-grid{grid-template-columns:repeat(2, 1fr)}.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.site-nav .nav-toggle{display:flex}.site-nav .nav-panel{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;max-height:80vh;overflow-y:auto;background:#fff;border-top:1px solid rgba(137,69,127,0.15);box-shadow:0 12px 32px rgba(26,18,32,0.12)}.site-nav.site-nav--menu-open .nav-panel{display:flex}.site-nav .nav-links{flex-direction:column;align-items:stretch;gap:0;width:100%;padding:0.5rem 0}.site-nav .nav-links>li{width:100%}.site-nav .nav-links>li>a{display:block;padding:0.85rem 1.5rem}.site-nav .has-menu{width:100%}.site-nav .nav-menu-trigger{width:100%;justify-content:space-between;padding:0.85rem 1.5rem}.site-nav .nav-menu{display:none;position:static;transform:none;width:100%;border:none;border-radius:0;box-shadow:none;background:rgba(247,245,249,0.6);padding:0.5rem 1.5rem 1rem;gap:1.25rem}.site-nav .has-menu.is-open .nav-menu{display:flex}.site-nav .nav-cta{margin:0.75rem 1.5rem 1.25rem;text-align:center}}@media (max-width: 767px){.work-with-us{padding:40px 0}.work-with-us .work-with-us-grid{flex-direction:column;align-items:flex-start;gap:24px}.work-with-us .work-with-us-text,.work-with-us .work-with-us-actions{max-width:none;width:100%}.work-with-us-text h2{font-size:26px}}@media (max-width: 720px){.faqs .faq-audience-split{grid-template-columns:1fr}.faqs .faq-project{padding-left:1rem}}@media (max-width: 640px){.hero{padding:5rem 0 calc(4rem + 80px)}.hero .hero-actions{flex-direction:column;align-items:flex-start}.hero .hero-stats{gap:1.5rem;flex-direction:column;border-top:none;padding-top:0}.hero .hero-stat{border-right:none;padding-right:0;margin-right:0;flex-direction:row;align-items:baseline;gap:0.75rem}.hero .hero-stat-value{font-size:1.8rem}.audience .audience-grid{grid-template-columns:1fr 1fr}.site-footer .footer-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 560px){.faqs .faqs-cta{flex-direction:column;align-items:flex-start}.faqs .faqs-cta-actions{width:100%}.faqs .faqs-cta-actions .btn{flex:1;justify-content:center}}@media (max-width: 440px){.audience .audience-grid{grid-template-columns:1fr}.partners .partners-grid{grid-template-columns:1fr}}@media (max-width: 900px){#register .register-layout{grid-template-columns:1fr;gap:2rem}#register .register-preview{order:2}.register-band{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.register-modal{padding:0}.register-modal-panel{max-width:none;max-height:none;border-radius:0}}@media (max-width: 720px){.timeline{padding:3.5rem 0}.timeline .timeline-when{display:none}.timeline .timeline-when--mobile{display:block;width:auto;text-align:left;padding-right:0;margin-bottom:0.375rem}.timeline .timeline-when--mobile .timeline-years,.timeline .timeline-when--mobile .timeline-index{display:inline}.timeline .timeline-when--mobile .timeline-index{margin-top:0;margin-left:0.625rem}.timeline .timeline-row{position:relative}.timeline .timeline-body{padding:0 0 2.5rem 1.25rem}.timeline .timeline-more{margin-left:0}}@media (max-width: 520px){.accessibility .a11y-detail-head{flex-direction:column;align-items:flex-start;gap:0.75rem}.findout-item .findout-item-trigger{padding:1rem 1.15rem}}@media (max-width: 780px){.glossary .glossary-layout{grid-template-columns:1fr;gap:1.5rem}.glossary .glossary-rail{position:static}.glossary .glossary-rail nav{gap:3px}}
