:root{--na-blue:#1c2e69;--na-blue-rgb:28,46,105;--na-green:#66ab5c;--na-green-hover:#5a9950;--na-green-light:#8bc34a;--na-gray:#595959;--na-gray-light:#6b7280;--na-gray-dark:#374151;--na-gray-bg:#f5f5f5;--na-white:#fff;--na-red:#cf0000;--na-font-heading:"Poppins",-apple-system,BlinkMacSystemFont,sans-serif;--na-font-body:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--na-text-xs:13px;--na-text-sm:14px;--na-text-base:16px;--na-text-lg:18px;--na-text-xl:20px;--na-text-2xl:24px;--na-text-3xl:28px;--na-text-4xl:36px;--na-text-5xl:48px;--na-leading-tight:1.2;--na-leading-snug:1.375;--na-leading-normal:1.625;--na-leading-relaxed:1.75;--na-space-1:4px;--na-space-2:8px;--na-space-3:12px;--na-space-4:16px;--na-space-5:20px;--na-space-6:24px;--na-space-8:32px;--na-space-10:40px;--na-space-12:48px;--na-space-15:60px;--na-space-20:80px;--na-space-24:100px;--na-container-max:1280px;--na-container-padding:10px;--na-breakpoint-sm:599px;--na-breakpoint-md:799px;--na-breakpoint-lg:900px;--na-radius-sm:8px;--na-radius:12px;--na-radius-lg:16px;--na-radius-xl:24px;--na-radius-btn:30px;--na-radius-full:9999px;--na-shadow-sm:0 2px 8px rgba(0,0,0,.06);--na-shadow:0 2px 16px rgba(var(--na-blue-rgb),0.08);--na-shadow-md:0 4px 24px rgba(0,0,0,.12);--na-shadow-lg:0 8px 32px rgba(var(--na-blue-rgb),0.25);--na-transition:0.3s ease;--na-transition-slow:0.5s ease-out}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--na-white);color:var(--na-gray);font-family:var(--na-font-body);font-size:var(--na-text-base);font-weight:400;line-height:var(--na-leading-normal)}img,svg,video{display:block;height:auto;max-width:100%}a{color:var(--na-green);text-decoration:none}a:hover{color:var(--na-green-hover)}button{cursor:pointer;font-family:inherit}ol,ul{list-style:none}.container{margin-left:auto;margin-right:auto;max-width:var(--na-container-max);padding-left:var(--na-container-padding);padding-right:var(--na-container-padding)}.section{padding-bottom:var(--na-space-24);padding-top:var(--na-space-20)}.section--tight{padding-bottom:var(--na-space-12)}.section--sm,.section--tight{padding-top:var(--na-space-12)}.section--sm{padding-bottom:var(--na-space-15)}.grid,.grid-2{display:grid;gap:var(--na-space-6)}.grid-2{grid-template-columns:1fr 1fr}.grid-3{display:grid;gap:var(--na-space-6);grid-template-columns:repeat(3,1fr)}.stack{flex-direction:column;gap:var(--na-space-4)}.flex,.stack{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.gap-2{gap:var(--na-space-2)}.gap-3{gap:var(--na-space-3)}.gap-4{gap:var(--na-space-4)}.gap-6{gap:var(--na-space-6)}.gap-8{gap:var(--na-space-8)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mob{display:none}.pc{display:block}@media (min-width:800px){.mob{display:none}.pc{display:block}}@media (max-width:799px){.mob{display:block}.pc{display:none}.grid-2,.grid-3{grid-template-columns:1fr}}.h1,.heading-1{color:var(--na-blue);font-family:var(--na-font-heading);font-size:var(--na-text-5xl);font-weight:600;line-height:1.2}.h2,.heading-2{font-size:var(--na-text-4xl);line-height:1.26}.h2,.h3,.heading-2,.heading-3{color:var(--na-blue);font-family:var(--na-font-heading);font-weight:700}.h3,.heading-3{font-size:var(--na-text-xl);line-height:1.3}.h4,.heading-4{color:var(--na-blue);font-family:var(--na-font-heading);font-size:var(--na-text-lg);font-weight:700;line-height:1.4}.body-lg{font-size:var(--na-text-lg);line-height:var(--na-leading-relaxed)}.body,.body-lg,.body-md{color:var(--na-gray);font-family:var(--na-font-body)}.body,.body-md{font-size:var(--na-text-base);line-height:var(--na-leading-normal)}.body-sm{color:var(--na-gray);font-family:var(--na-font-body);font-size:var(--na-text-sm);line-height:1.5}.uppercase{text-transform:uppercase}.text-blue{color:var(--na-blue)}.text-green{color:var(--na-green)}.text-white{color:var(--na-white)}.text-gray{color:var(--na-gray)}.text-muted{color:var(--na-gray-light)}.bg-blue{background-color:var(--na-blue)}.bg-green{background-color:var(--na-green)}.bg-white{background-color:var(--na-white)}.bg-light{background-color:var(--na-gray-bg)}.bg-blue-light{background-color:#e8f4fd}.mt-1{margin-top:var(--na-space-1)}.mt-2{margin-top:var(--na-space-2)}.mt-3{margin-top:var(--na-space-3)}.mt-4{margin-top:var(--na-space-4)}.mt-6{margin-top:var(--na-space-6)}.mt-8{margin-top:var(--na-space-8)}.mb-1{margin-bottom:var(--na-space-1)}.mb-2{margin-bottom:var(--na-space-2)}.mb-3{margin-bottom:var(--na-space-3)}.mb-4{margin-bottom:var(--na-space-4)}.mb-6{margin-bottom:var(--na-space-6)}.mb-8{margin-bottom:var(--na-space-8)}.mb-0{margin-bottom:0}.mt-0{margin-top:0}.built-for__label,.how-it-works__label,.label,.na-label,.ready-cta__label,.use-cases__label{color:var(--na-green);display:block;font-family:var(--na-font-heading);font-size:var(--na-text-lg);font-weight:400;letter-spacing:0;line-height:var(--na-leading-relaxed);text-transform:uppercase}.label,.na-label{margin-bottom:var(--na-space-3)}.label--light{color:var(--na-green-light)}.use-cases__label{margin-bottom:var(--na-space-4)}.how-it-works__label{margin-bottom:var(--na-space-3)}.built-for__label{margin-bottom:var(--na-space-2)}.ready-cta__label{margin-bottom:var(--na-space-3)}.btn-primary,.how-it-works__cta,.ready-cta__btn,.use-case-card__cta{align-items:center;background:var(--na-green);border:none;border-radius:var(--na-radius-btn);color:#fff;cursor:pointer;display:inline-flex;font-family:var(--na-font-body);font-size:16px;font-weight:500;justify-content:center;letter-spacing:.02em;line-height:26px;padding:16px 36px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-primary:hover,.how-it-works__cta:hover,.ready-cta__btn:hover,.use-case-card__cta:hover{background:var(--na-green-hover);padding-right:52px}.btn-primary .link-arrow,.how-it-works__cta .link-arrow,.ready-cta__btn .link-arrow,.use-case-card__cta .link-arrow{height:14px;opacity:0;pointer-events:none;position:absolute;right:20px;transform:translateX(-10px);transition:all .3s ease;width:16px}.btn-primary:hover .link-arrow,.how-it-works__cta:hover .link-arrow,.ready-cta__btn:hover .link-arrow,.use-case-card__cta:hover .link-arrow{opacity:1;transform:translateX(0)}.btn-secondary{align-items:center;background:transparent;border:2px solid var(--na-blue);border-radius:var(--na-radius-btn);color:var(--na-blue);cursor:pointer;display:inline-flex;font-family:var(--na-font-body);font-size:var(--na-text-base);font-weight:500;justify-content:center;padding:14px 28px;text-decoration:none;transition:var(--na-transition)}.btn-secondary:hover{background:var(--na-blue);color:var(--na-white)}.card{background:var(--na-white);border-radius:var(--na-radius);box-shadow:var(--na-shadow-sm);padding:var(--na-space-6)}.card--bordered{border:2px solid var(--na-blue);box-shadow:none}.card__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:var(--na-text-xl);font-weight:700;line-height:1.3;margin-bottom:var(--na-space-3)}.card__body{font-size:var(--na-text-base);line-height:var(--na-leading-normal)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.banner-cta.section-in-view,.hero-section.section-in-view,.module-banner.section-in-view,.module-free-kickoff.section-in-view,.module-get.section-in-view,.module-split.section-in-view,.module-what.section-in-view{opacity:1;transform:translateY(0)}.banner-cta,.hero-section,.module-banner,.module-free-kickoff,.module-get,.module-split,.module-what{opacity:0;transform:translateY(16px);transition:opacity .5s ease-out,transform .5s ease-out}.hero-section{background:var(--na-white);padding:60px 10px 80px;position:relative}.hero-content{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.hero-badge{align-items:center;display:flex;gap:12px;margin-bottom:24px}.hero-logo{height:50px;max-width:200px;width:auto}.hero-event-name{font-size:28px;font-weight:400;letter-spacing:0;line-height:38px}.hero-event-name,.hero-title{color:var(--na-blue);font-family:var(--na-font-heading)}.hero-title{font-size:48px;font-weight:600;line-height:58px;margin-bottom:16px}.hero-eyebrow{color:var(--na-blue);font-family:var(--na-font-heading);font-size:40px;font-weight:400;line-height:50px;text-transform:uppercase}.hero-title-green,.highlight{color:var(--na-green)}.hero-subtitle,.hero-title-blue{color:var(--na-blue)}.hero-subtitle{font-family:var(--na-font-body);font-size:24px;font-weight:600;line-height:34px;margin-bottom:24px}.hero-description{color:var(--na-gray);font-family:var(--na-font-body);font-size:20px;font-weight:400;line-height:30px;margin-bottom:16px}.hero-description:first-of-type{font-size:20px;font-style:italic;font-weight:500;line-height:24px}.hero-description:last-of-type{margin-bottom:32px}.hero-support-box{border:1px solid var(--na-green);border-radius:var(--na-radius);color:var(--na-gray);font-family:var(--na-font-body);font-size:16px;line-height:26px;margin-top:24px;padding:20px 24px}.hero-support-box p{margin-bottom:8px}.hero-support-box p:last-child{margin-bottom:0}.hero-support-box strong{color:var(--na-gray);font-weight:700}.hero-illustration{align-items:center;display:flex;justify-content:center;width:100%}.hero-illustration .hero-visual{height:auto;max-width:100%}.list-check{list-style:none;margin:0 0 16px;padding:0}.list-check li{color:var(--na-gray);font-size:16px;line-height:26px;margin-bottom:10px;padding-left:28px;position:relative}.list-check li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%2366ab5c' d='M2.078 2.608C4.423.025 8.305-.64 11.444.616a1.105 1.105 0 0 1-.82 2.052c-2.378-.953-5.253-.402-6.912 1.425a5.8 5.8 0 0 0-.754 6.755A5.79 5.79 0 0 0 9.13 13.68c2.389-.476 4.2-2.65 4.684-5.076a1.103 1.103 0 1 1 2.164.434c-.619 3.097-2.968 6.12-6.418 6.808a8 8 0 0 1-8.523-3.91 8.01 8.01 0 0 1 1.041-9.328m12.008-.059a1.103 1.103 0 1 1 1.622 1.498l-6.621 7.18a1.105 1.105 0 0 1-1.592.031l-2.758-2.76a1.105 1.105 0 0 1 0-1.562 1.103 1.103 0 0 1 1.56 0l1.946 1.947z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:16px;left:0;position:absolute;top:4px;width:16px}.module-banner{border-left:1px solid hsla(0,0%,100%,.08);border-right:1px solid hsla(0,0%,100%,.08);border-top:1px solid hsla(0,0%,100%,.12);padding:60px 10px;position:relative}.module-banner--navy{background:#1d2b53}.module-banner__content{align-items:center;display:grid;gap:48px;grid-template-columns:.4fr 1fr;margin:0 auto;max-width:var(--na-container-max)}.module-banner__graphic{background-position:0;background-repeat:no-repeat;background-size:contain;min-height:280px}.module-banner__text .label--light{color:var(--na-green);margin-bottom:0}.module-banner__title{color:var(--na-white);font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin-bottom:16px;text-transform:none}.module-banner__body{color:var(--na-white);font-family:var(--na-font-body);font-size:16px;line-height:28px;margin:0}.module-banner__text{padding-bottom:20px;padding-left:143px}.module-split{background:var(--na-white);padding:80px 10px}.module-split__grid{display:flex;flex-direction:column;gap:64px}.module-split__block{align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr}.module-split__block--who .module-split__graphic{order:1}.module-split__block--who .module-split__copy{order:2}.module-split__block--why .module-split__copy{order:1}.module-split__block--why .module-split__graphic{order:2}.module-split__graphic{align-items:center;display:flex;justify-content:center}.module-split__graphic img{height:auto;max-width:100%}.module-split__heading{color:var(--na-green);font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin-bottom:16px}.module-split__intro{color:var(--na-blue);margin-bottom:16px}.module-split__body,.module-split__intro,.module-split__note{font-family:var(--na-font-body);font-size:16px;line-height:26px}.module-split__body,.module-split__note{color:var(--na-gray)}.module-split__note{margin:8px 0 0}.module-split__body{margin:16px 0 0}.module-what{background:#e8f4fd;padding:80px 10px}.module-what__header{margin-bottom:48px;text-align:center}.module-what__header .label{margin-bottom:0;text-align:center}.module-what__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin:0}.module-what__title-green{color:var(--na-green)}.module-what__title-blue{color:var(--na-blue)}.module-what__cards{display:grid;gap:24px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1264px}.card{background:#edf4fd;border:2px solid transparent;border-radius:16px;max-width:620px;padding:24px 28px;position:relative}.card--is{border-color:var(--na-green)}.card--not{border-color:#cf0000}.card__icon{height:37px;line-height:0;margin-bottom:12px;width:37px}.card__icon svg{display:block;height:37px;width:37px}.card__heading{color:var(--na-blue);font-family:var(--na-font-heading);font-size:20px;font-weight:700;line-height:28px;margin-bottom:12px}.card__body{color:var(--na-gray);font-family:var(--na-font-body);font-size:16px;line-height:26px;margin:0}.module-game-plan-placeholder{background:var(--na-white);min-height:480px;overflow:hidden;position:relative}.module-game-plan-placeholder__image-wrap{height:100%;inset:0;position:absolute;width:100%}.module-game-plan-placeholder__image-wrap img,.module-game-plan-placeholder__image-wrap picture{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.module-game-plan-placeholder__text{background:hsla(0,0%,100%,.95);border-radius:var(--na-radius);box-shadow:0 2px 12px rgba(0,0,0,.08);max-width:420px;padding:24px;position:absolute;right:24px;top:24px;z-index:1}.module-game-plan-placeholder__text .label{margin-bottom:0}.module-game-plan-placeholder__title{font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin:0 0 16px;text-transform:none}.module-game-plan-placeholder__title-grey{color:var(--na-gray)}.module-game-plan-placeholder__title-green{color:var(--na-green)}.module-game-plan-placeholder__intro{color:var(--na-gray);font-family:var(--na-font-body);font-size:16px;line-height:26px;margin:0 0 16px}.module-game-plan-placeholder__sequence{align-items:center;color:var(--na-gray);display:flex;flex-wrap:wrap;font-family:var(--na-font-body);font-size:14px;gap:6px 4px;line-height:22px}.module-game-plan-placeholder__sequence .module-game-plan-placeholder__arrow{display:inline-flex;flex-shrink:0}.module-game-plan-placeholder__sequence .module-game-plan-placeholder__arrow svg{height:15px;width:15px}.module-focus,.module-get{padding:80px 10px}.module-focus{background:var(--na-white)}.module-get{background:#fafafa}.module-focus__content,.module-get__content{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.module-focus__title,.module-get__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin-bottom:16px}.module-focus__intro,.module-get__body,.module-get__intro{color:var(--na-gray);font-family:var(--na-font-body);font-size:16px;line-height:26px}.module-get__body{margin-top:16px}.module-get__body strong{color:var(--na-blue);font-weight:700}.module-free-kickoff{background:#f5f5f5;padding:80px 10px}.module-free-kickoff__block{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:var(--na-container-max)}.module-free-kickoff__block+.module-free-kickoff__block{margin-top:64px}.module-free-kickoff__title{font-size:36px;line-height:46px;margin-bottom:24px}.module-free-kickoff__sub,.module-free-kickoff__title{color:var(--na-blue);font-family:var(--na-font-heading);font-weight:700}.module-free-kickoff__sub{font-size:18px;line-height:26px;margin:24px 0 12px}.module-free-kickoff__body,.module-free-kickoff__intro{color:var(--na-gray);font-family:var(--na-font-body);font-size:16px;line-height:26px}.module-free-kickoff__body{margin-bottom:24px}.module-free-kickoff__intro{margin-bottom:20px}.date-box,.time-box{border-radius:8px;display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:20px 24px}.date-box--green,.time-box{background:var(--na-white);border:1px solid var(--na-green)}.date-box__header,.time-box__header{align-items:center;display:flex;gap:12px}.date-box__icon,.time-box__icon{flex-shrink:0;line-height:0}.date-box__icon svg,.time-box__icon svg{display:block;height:27px;width:27px}.date-box__label,.time-box__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:20px;font-weight:600;letter-spacing:0;line-height:30px;margin:0;white-space:nowrap}.date-box__value{margin:0}.date-box__value,.time-box__body p,.time-box__body ul{color:var(--na-gray);font-family:var(--na-font-body);font-size:14px;line-height:22px}.time-box__body p,.time-box__body ul{margin:0 0 8px}.time-box__body ul{margin-bottom:0;padding-left:20px}.list-sessions{counter-reset:session;list-style:none;margin:0 0 24px;padding-left:0}.list-sessions li{color:var(--na-gray);counter-increment:session;font-family:var(--na-font-body);font-size:16px;line-height:26px;margin-bottom:20px;padding-left:56px;position:relative}.list-sessions li:before{background:var(--na-green);border-radius:50%;color:#fff;content:counter(session);font-family:var(--na-font-body);font-size:18px;font-weight:700;height:40px;left:0;line-height:40px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:40px}.list-sessions__title{color:var(--na-blue);display:block;font-weight:700;white-space:nowrap}.list-sessions__date{color:var(--na-gray);display:block;font-size:14px;font-weight:400;line-height:22px;margin-top:2px}.banner-cta{background-color:#1d2b53;border-radius:16px;margin:40px auto;max-width:var(--na-container-max);overflow:hidden;padding:0 10px;position:relative}.banner-cta__bg{background-position:0 0;background-repeat:no-repeat;background-size:cover;inset:0;opacity:.4;pointer-events:none;position:absolute}.banner-cta__inner{align-items:flex-end;display:grid;gap:48px;grid-template-columns:auto 1fr;min-height:280px;padding:40px 24px 0;position:relative}.banner-cta__media{align-items:flex-end;display:flex;justify-content:flex-start}.banner-cta__char{display:block;height:auto;max-width:280px;object-fit:contain;object-position:bottom left;width:100%}.banner-cta__content{padding-bottom:40px}.banner-cta__content .label--light{color:var(--na-green);margin-bottom:0}.banner-cta__title{color:var(--na-white);font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin-bottom:16px;text-transform:none}.banner-cta__text{color:var(--na-white);font-family:var(--na-font-body);font-size:16px;line-height:28px;margin-bottom:20px;max-width:520px}.banner-cta__text strong{font-weight:700}.banner-cta__content .btn-primary{margin-bottom:12px}.banner-cta__disclaimer{color:hsla(0,0%,100%,.9);font-family:var(--na-font-body);font-size:14px;line-height:1.4}.use-cases{background:var(--na-white);padding:80px 10px 100px}.use-cases__header{animation:fadeInUp .7s ease-out both;margin-bottom:40px;text-align:left}.use-cases__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin-bottom:12px}.use-cases__intro{color:var(--na-gray-light);font-family:var(--na-font-body);font-size:18px;line-height:28px;max-width:560px}.use-cases__grid{display:grid;gap:24px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1264px}.use-case-card{animation:fadeInUp .7s ease-out both;background:var(--na-white);border:2px solid var(--na-blue);border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.use-case-card:first-child{animation-delay:.1s}.use-case-card:nth-child(2){animation-delay:.2s}.use-case-card:nth-child(3){animation-delay:.3s}.use-case-card:nth-child(4){animation-delay:.4s}.use-case-card__top{align-items:center;background:var(--na-blue);display:grid;gap:24px;grid-template-columns:1fr auto;min-height:160px;padding:28px 24px;text-align:left}.use-case-card__copy{min-width:0}.use-case-card__title{color:var(--na-white);font-family:var(--na-font-heading);font-size:20px;font-weight:700;line-height:28px;margin-bottom:12px}.use-case-card__desc{color:var(--na-white);font-family:var(--na-font-body);font-size:14px;line-height:22px}.use-case-card__graphic{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end}.use-case-card__graphic .use-case-card__icon-placeholder{background:#e8ecf2;display:block;height:80px;object-fit:contain;width:80px}.use-case-card__graphic .use-case-card__icon-placeholder:not([src]),.use-case-card__graphic .use-case-card__icon-placeholder[src=""]{background:#e8ecf2;min-height:80px;min-width:80px}.use-case-card__body{background:var(--na-white);display:flex;flex:1;flex-direction:column;padding:28px 24px 32px;text-align:left}.use-case-card__list{flex:1;list-style:none;margin-bottom:24px}.use-case-card__list li{color:var(--na-gray-dark);font-family:var(--na-font-body);font-size:15px;line-height:26px;margin-bottom:14px;padding-left:32px;position:relative}.use-case-card__list li:last-child{margin-bottom:0}.use-case-card__list li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%234a91eb' d='M7 .748c0-.434-.354-.792-.786-.743C2.723.397 0 3.367 0 6.96c0 3.86 3.14 7 7 7 3.594 0 6.564-2.723 6.956-6.214.049-.432-.309-.786-.743-.786-.435 0-.782.355-.845.785A5.434 5.434 0 0 1 7 12.386 5.43 5.43 0 0 1 1.575 6.96a5.43 5.43 0 0 1 4.64-5.368c.43-.063.785-.41.785-.845m4.941 1.22a.8.8 0 0 0-1.124.124l-3.373 4.21a.8.8 0 0 1-1.131.12l-.802-.658a.8.8 0 0 0-1.125.11l-.152.186a.8.8 0 0 0 .11 1.126l2.147 1.76a.92.92 0 0 0 1.301-.135l4.46-5.569a.8.8 0 0 0-.124-1.125z'/%3E%3C/svg%3E") no-repeat 50%;background-size:14px 14px;content:"";height:14px;left:0;position:absolute;top:5px;width:14px}.use-case-card__cta{align-self:flex-start;margin-top:auto}.how-it-works{background:var(--na-blue);padding:80px 10px 100px}.how-it-works__header{animation:fadeInUp .7s ease-out both;text-align:left}.how-it-works__title{color:var(--na-white);font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin-bottom:16px}.how-it-works__subtitle{color:hsla(0,0%,100%,.85);font-family:var(--na-font-body);font-size:18px;line-height:28px;margin-bottom:48px;max-width:640px}.how-it-works__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:48px}.how-step{animation:fadeInUp .7s ease-out both;background:var(--na-white);border-radius:var(--na-radius);box-shadow:0 4px 24px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;padding:28px 24px 32px}.how-step:first-child{animation-delay:.1s}.how-step:nth-child(2){animation-delay:.2s}.how-step:nth-child(3){animation-delay:.3s}.how-step__header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.how-step__num{background:var(--na-green);border-radius:50%;color:var(--na-white);flex-shrink:0;font-size:20px;height:48px;line-height:48px;text-align:center;width:48px}.how-step__num,.how-step__title{font-family:var(--na-font-heading);font-weight:700}.how-step__title{color:var(--na-blue);font-size:18px;line-height:26px}.how-step__mockup{align-items:center;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:1px solid rgba(28,46,105,.1);border-radius:8px;color:var(--na-blue);display:flex;font-family:var(--na-font-body);font-size:13px;height:160px;justify-content:center;margin-bottom:20px}.how-step__mockup--dashboard{background:linear-gradient(180deg,#f5f5f5,#e0e0e0)}.how-step__mockup--placeholder{background:#e8e8e8;color:#888}.how-step__desc{color:#444;flex:1;font-family:var(--na-font-body);font-size:15px;line-height:24px}.how-it-works__cta-wrap{animation:fadeInUp .7s ease-out .4s both;text-align:center}.how-it-works__disclaimer{color:hsla(0,0%,100%,.7);font-family:var(--na-font-body);font-size:14px;line-height:22px;margin-top:16px;text-align:center}.built-for{background:var(--na-white);padding:80px 10px 100px}.built-for__inner{align-items:start;display:grid;gap:36px;grid-template-columns:1fr 1.5fr}.built-for__illus{align-items:center;animation:fadeInUp .7s ease-out both;display:flex;justify-content:center;min-height:380px;position:relative}.built-for__illus-bg{height:100%;opacity:.15;position:absolute;right:0;top:0;width:80%}.built-for__mascot-wrap{position:relative;z-index:1}.built-for__content{min-width:0}.built-for__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:36px;font-weight:700;line-height:46px;margin-bottom:4px}.built-for__title:last-of-type{margin-bottom:0}.built-for__title-accent{color:var(--na-green)}.built-for__cards{display:flex;flex-direction:column;gap:16px}.built-for__heading{animation:fadeInUp .7s ease-out .1s both;margin-bottom:0}.built-for__card{animation:fadeInUp .7s ease-out both;background:var(--na-white);border:1px solid #e8ecf2;border-radius:var(--na-radius);box-shadow:0 2px 16px rgba(28,46,105,.08);padding:20px}.built-for__card--1{animation-delay:.15s}.built-for__card--2{animation-delay:.25s}.built-for__card--3{animation-delay:.35s}.built-card__icon{color:var(--na-green);height:40px;margin-bottom:8px;width:40px}.built-card__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:18px;font-weight:700;line-height:26px;margin-bottom:8px}.built-card__desc{color:#606060;font-family:var(--na-font-body);font-size:15px;line-height:24px}.ready-cta-wrap{background:var(--na-white);padding:80px 10px 100px}.ready-cta{align-items:center;animation:fadeInUp .8s ease-out both;background:var(--na-blue);border-radius:24px;box-shadow:0 8px 32px rgba(28,46,105,.25);display:grid;gap:48px;grid-template-columns:1fr auto;overflow:hidden;padding:56px 48px;position:relative}.ready-cta__hex-pattern{height:140%;opacity:.2;pointer-events:none;position:absolute;right:-10%;top:-20%;width:50%}.ready-cta__content{max-width:520px;position:relative;z-index:1}.ready-cta__title{color:var(--na-white);font-family:var(--na-font-heading);font-size:32px;font-weight:700;line-height:42px;margin-bottom:16px}.ready-cta__text{color:var(--na-white);font-family:var(--na-font-body);font-size:17px;line-height:28px;margin-bottom:24px}.ready-cta__disclaimer{color:hsla(0,0%,100%,.85);font-family:var(--na-font-body);font-size:14px;line-height:22px;margin-top:12px}.ready-cta__illus{align-items:flex-end;display:flex;justify-content:flex-end;position:relative;z-index:1}.ready-cta__illus svg{display:block;height:auto;width:260px}.ready-cta__contact{animation:fadeInUp .7s ease-out .2s both;color:#333;font-family:var(--na-font-body);font-size:16px;line-height:26px;margin-top:32px;text-align:center}.ready-cta__contact a{color:var(--na-green);font-weight:600;text-decoration:underline}.ready-cta__contact a:hover{color:var(--na-green-hover)}.nonprofits-hero{background:var(--na-white);padding:100px 10px 80px}.nonprofits-hero__inner{align-items:center;display:grid;gap:56px;grid-template-columns:1.2fr 1fr}.nonprofits-hero__label{font-size:var(--na-text-lg);font-weight:400;line-height:var(--na-leading-relaxed);margin-bottom:var(--na-space-3)}.nonprofits-hero__eyebrow,.nonprofits-hero__label{color:var(--na-green);font-family:var(--na-font-heading);text-transform:uppercase}.nonprofits-hero__eyebrow{font-size:18px;font-weight:500;letter-spacing:.04em;line-height:28px;margin-bottom:12px}.nonprofits-hero__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:44px;font-weight:700;line-height:52px;margin-bottom:16px}.nonprofits-hero__subtitle{color:var(--na-gray);font-family:var(--na-font-body);font-size:18px;line-height:28px;margin-bottom:28px;max-width:560px}.nonprofits-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.nonprofits-hero__secondary{color:var(--na-gray-light);font-size:14px;line-height:22px;margin-top:8px}.nonprofits-hero__illustration{align-items:center;display:flex;justify-content:center;min-height:320px;position:relative}.nonprofits-hero__illustration img,.nonprofits-hero__illustration svg{height:auto;max-width:100%}.nonprofits-hero__inner{animation:fadeInUp .7s ease-out both}.nonprofits-solutions{background:var(--na-gray-bg);padding:80px 10px 90px}.nonprofits-solutions__header{animation:fadeInUp .7s ease-out both;margin-bottom:40px;text-align:left}.nonprofits-solutions__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:32px;font-weight:700;line-height:40px;margin-bottom:12px}.nonprofits-solutions__subtitle{color:var(--na-gray-light);font-family:var(--na-font-body);font-size:17px;line-height:26px;max-width:640px}.nonprofits-solutions__grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.nonprofits-solution-card{animation:fadeInUp .7s ease-out both;background:var(--na-white);border:1px solid #e5e7eb;border-radius:var(--na-radius);box-shadow:var(--na-shadow-sm);display:flex;flex-direction:column;padding:24px 22px 26px}.nonprofits-solution-card:first-child{animation-delay:.05s}.nonprofits-solution-card:nth-child(2){animation-delay:.1s}.nonprofits-solution-card:nth-child(3){animation-delay:.15s}.nonprofits-solution-card:nth-child(4){animation-delay:.2s}.nonprofits-solution-card:nth-child(5){animation-delay:.25s}.nonprofits-solution-card:nth-child(6){animation-delay:.3s}.nonprofits-solution-card__icon{align-items:center;display:flex;height:40px;justify-content:center;margin-bottom:14px;width:40px}.nonprofits-solution-card__icon img,.nonprofits-solution-card__icon svg{max-height:100%;max-width:100%}.nonprofits-solution-card__eyebrow{color:var(--na-green);font-family:var(--na-font-heading);font-size:13px;font-weight:500;letter-spacing:.12em;line-height:20px;margin-bottom:6px;text-transform:uppercase}.nonprofits-solution-card__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:18px;font-weight:700;line-height:26px;margin-bottom:8px}.nonprofits-solution-card__desc{color:var(--na-gray-dark);flex:1;font-family:var(--na-font-body);font-size:14px;line-height:22px;margin-bottom:12px}.nonprofits-solution-card__link{align-items:center;color:var(--na-green);display:inline-flex;font-family:var(--na-font-body);font-size:14px;font-weight:600;gap:4px;line-height:20px}.nonprofits-solution-card__link svg{height:14px;width:14px}.nonprofits-solution-card__link:hover{color:var(--na-green-hover)}.nonprofits-built{background:var(--na-white);padding:80px 10px 90px}.nonprofits-built__inner{align-items:center;display:grid;gap:56px;grid-template-columns:1.3fr 1fr}.nonprofits-built__copy{animation:fadeInUp .7s ease-out both}.nonprofits-built__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:32px;font-weight:700;line-height:42px;margin-bottom:16px}.nonprofits-built__subtitle{color:var(--na-gray);font-family:var(--na-font-body);font-size:17px;line-height:27px;margin-bottom:24px;max-width:640px}.nonprofits-built__list{display:grid;gap:16px;grid-template-columns:1fr;list-style:none}.nonprofits-built__item{align-items:flex-start;display:flex;gap:12px}.nonprofits-built__icon{align-items:center;background:rgba(var(--na-blue-rgb),.06);border-radius:999px;color:var(--na-green);display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.nonprofits-built__icon img,.nonprofits-built__icon svg{height:18px;width:18px}.nonprofits-built__item-title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:16px;font-weight:600;line-height:24px;margin-bottom:2px}.nonprofits-built__item-body{color:var(--na-gray-dark);font-family:var(--na-font-body);font-size:14px;line-height:22px}.nonprofits-built__illustration{align-items:center;animation:fadeInUp .7s ease-out .15s both;display:flex;justify-content:center;min-height:280px;position:relative}.nonprofits-built__illustration img,.nonprofits-built__illustration svg{height:auto;max-width:100%}.nonprofits-cta{background:var(--na-gray-bg);padding:80px 10px 100px}.nonprofits-cta__inner{align-items:center;animation:fadeInUp .8s ease-out both;background:var(--na-blue);border-radius:24px;box-shadow:var(--na-shadow-lg);display:grid;gap:40px;grid-template-columns:1.2fr auto;padding:48px 40px}.nonprofits-cta__content{max-width:540px}.nonprofits-cta__label{color:hsla(0,0%,100%,.8);font-family:var(--na-font-heading);font-size:13px;font-weight:500;letter-spacing:.14em;line-height:20px;margin-bottom:8px;text-transform:uppercase}.nonprofits-cta__title{color:var(--na-white);font-family:var(--na-font-heading);font-size:30px;font-weight:700;line-height:40px;margin-bottom:12px}.nonprofits-cta__text{color:hsla(0,0%,100%,.9);font-family:var(--na-font-body);font-size:16px;line-height:26px;margin-bottom:24px}.nonprofits-cta__illus{align-items:center;display:flex;justify-content:flex-end}.nonprofits-cta__illus img,.nonprofits-cta__illus svg{height:auto;max-width:260px}.nonprofits-cta__disclaimer{color:hsla(0,0%,100%,.7);font-family:var(--na-font-body);font-size:14px;line-height:22px;margin-top:12px}.platform-hero{background:var(--na-white);padding:100px 10px 80px}.platform-hero__inner{align-items:center;display:grid;gap:56px;grid-template-columns:1.1fr 1fr}.platform-hero__kicker{color:var(--na-green);font-family:var(--na-font-heading);font-size:13px;font-weight:500;letter-spacing:.18em;line-height:20px;margin-bottom:8px;text-transform:uppercase}.platform-hero__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:44px;font-weight:700;line-height:52px;margin-bottom:12px}.platform-hero__subtitle{color:var(--na-gray);font-family:var(--na-font-body);font-size:18px;line-height:28px;margin-bottom:24px;max-width:560px}.platform-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.platform-hero__illustration{align-items:center;display:flex;justify-content:center;min-height:320px;position:relative}.platform-hero__illustration img,.platform-hero__illustration svg{height:auto;max-width:100%}.platform-hero__inner{animation:fadeInUp .7s ease-out both}.platform-features{background:var(--na-gray-bg);padding:80px 10px 90px}.platform-features__header{animation:fadeInUp .7s ease-out both;margin-bottom:40px;text-align:left}.platform-features__eyebrow{color:var(--na-green);font-family:var(--na-font-heading);font-size:13px;font-weight:500;letter-spacing:.16em;line-height:20px;margin-bottom:6px;text-transform:uppercase}.platform-features__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:32px;font-weight:700;line-height:40px;margin-bottom:10px}.platform-features__subtitle{color:var(--na-gray-light);font-family:var(--na-font-body);font-size:16px;line-height:26px;max-width:640px}.platform-features__grid{display:grid;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr))}.platform-feature-card{animation:fadeInUp .7s ease-out both;background:var(--na-white);border:1px solid #e5e7eb;border-radius:var(--na-radius);box-shadow:var(--na-shadow-sm);display:flex;flex-direction:column;padding:22px 20px 24px}.platform-feature-card:first-child{animation-delay:.05s}.platform-feature-card:nth-child(2){animation-delay:.1s}.platform-feature-card:nth-child(3){animation-delay:.15s}.platform-feature-card:nth-child(4){animation-delay:.2s}.platform-feature-card__icon{align-items:center;display:flex;height:40px;justify-content:center;margin-bottom:12px;width:40px}.platform-feature-card__icon img,.platform-feature-card__icon svg{max-height:100%;max-width:100%}.platform-feature-card__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:18px;font-weight:700;line-height:26px;margin-bottom:6px}.platform-feature-card__subtitle{color:var(--na-gray-dark);font-family:var(--na-font-body);font-size:14px;line-height:22px;margin-bottom:10px}.platform-feature-card__link{align-items:center;color:var(--na-green);display:inline-flex;font-family:var(--na-font-body);font-size:14px;font-weight:600;gap:4px;line-height:20px;margin-top:auto}.platform-feature-card__link:hover{color:var(--na-green-hover)}.platform-managers{background:var(--na-white);padding:80px 10px 90px}.platform-managers__inner{align-items:center;display:grid;gap:56px;grid-template-columns:1.2fr 1fr}.platform-managers__copy{animation:fadeInUp .7s ease-out both}.platform-managers__kicker{color:var(--na-green);font-family:var(--na-font-heading);font-size:13px;font-weight:500;letter-spacing:.16em;line-height:20px;margin-bottom:8px;text-transform:uppercase}.platform-managers__title{color:var(--na-blue);font-family:var(--na-font-heading);font-size:32px;font-weight:700;line-height:40px;margin-bottom:12px}.platform-managers__subtitle{color:var(--na-gray);font-family:var(--na-font-body);font-size:16px;line-height:26px;margin-bottom:22px}.platform-managers__list{display:grid;gap:14px;grid-template-columns:1fr;list-style:none}.platform-managers__item{align-items:flex-start;display:flex;gap:10px}.platform-managers__bullet{background:var(--na-green);border-radius:999px;flex-shrink:0;height:18px;margin-top:4px;position:relative;width:18px}.platform-managers__bullet:after{background:var(--na-white);border-radius:999px;content:"";inset:4px;position:absolute}.platform-managers__item-text{color:var(--na-gray-dark);font-family:var(--na-font-body);font-size:14px;line-height:22px}.platform-managers__illustration{align-items:center;animation:fadeInUp .7s ease-out .15s both;display:flex;justify-content:center;min-height:280px;position:relative}.platform-managers__illustration img,.platform-managers__illustration svg{height:auto;max-width:100%}.platform-cta{background:var(--na-gray-bg);padding:80px 10px 100px}.platform-cta__inner{align-items:center;animation:fadeInUp .8s ease-out both;background:var(--na-blue);border-radius:24px;box-shadow:var(--na-shadow-lg);display:grid;gap:40px;grid-template-columns:1.2fr auto;padding:48px 40px}.platform-cta__content{max-width:540px}.platform-cta__kicker{color:hsla(0,0%,100%,.8);font-family:var(--na-font-heading);font-size:13px;font-weight:500;letter-spacing:.16em;line-height:20px;margin-bottom:8px;text-transform:uppercase}.platform-cta__title{color:var(--na-white);font-family:var(--na-font-heading);font-size:30px;font-weight:700;line-height:40px;margin-bottom:12px}.platform-cta__text{color:hsla(0,0%,100%,.9);font-family:var(--na-font-body);font-size:16px;line-height:26px;margin-bottom:24px}.platform-cta__illus{align-items:center;display:flex;justify-content:flex-end}.platform-cta__illus img,.platform-cta__illus svg{height:auto;max-width:260px}.platform-cta__note{color:hsla(0,0%,100%,.7);font-family:var(--na-font-body);font-size:14px;line-height:22px;margin-top:12px}@media (max-width:799px){.section{padding-bottom:var(--na-space-15);padding-top:var(--na-space-12)}.section--tight{padding-bottom:var(--na-space-8)}.section--sm,.section--tight{padding-top:var(--na-space-8)}.section--sm{padding-bottom:var(--na-space-10)}.h1,.heading-1{font-size:var(--na-text-4xl)}.h2,.heading-2{font-size:var(--na-text-3xl)}.h3,.heading-3{font-size:var(--na-text-xl)}.label,.na-label{font-size:var(--na-text-base)}.hero-content{gap:40px;grid-template-columns:1fr}.hero-illustration{order:1}.hero-title{font-size:40px;line-height:48px}.hero-eyebrow,.hero-subtitle{font-size:20px;line-height:28px}.module-banner__content{gap:32px;grid-template-columns:1fr}.module-banner__text{order:-1;padding-left:0}.module-banner__graphic{order:1}.module-banner__title{font-size:28px;line-height:36px}.module-split__block{grid-template-columns:1fr}.module-split__block--who .module-split__copy{order:-1}.module-split__block--who .module-split__graphic{order:1}.module-split__heading{font-size:28px;line-height:36px}.module-what__cards{grid-template-columns:1fr;justify-items:center}.module-what__title{font-size:28px;line-height:36px}.module-focus__content,.module-free-kickoff__block,.module-get__content{gap:40px;grid-template-columns:1fr}.module-get__illus{order:1}.module-focus__title,.module-free-kickoff__title,.module-get__title{font-size:28px;line-height:36px}.module-game-plan-placeholder{min-height:360px}.module-game-plan-placeholder__text{left:16px;max-width:none;padding:20px;right:16px;top:16px}.module-game-plan-placeholder__title{font-size:28px;line-height:36px}.banner-cta__inner{align-items:center;grid-template-columns:1fr;text-align:center}.banner-cta__media{justify-content:center;order:1}.banner-cta__char{object-position:center bottom}.banner-cta__content{order:2;padding-bottom:32px;text-align:left}.banner-cta__text{max-width:none}.use-cases{padding:48px 16px 64px}.use-cases__header{margin-bottom:36px}.use-cases__title{font-size:28px;line-height:38px}.use-cases__intro{font-size:16px;line-height:26px}.use-cases__grid{gap:20px;grid-template-columns:1fr}.use-case-card__top{grid-template-columns:1fr;min-height:auto;padding:24px 20px}.use-case-card__copy{text-align:left}.use-case-card__title{font-size:18px;line-height:26px}.use-case-card__desc{font-size:14px;line-height:22px}.use-case-card__graphic{justify-content:center}.use-case-card__body{padding:20px 20px 24px}.use-case-card__list li{font-size:14px;line-height:22px}.use-case-card__cta{align-self:stretch;max-width:100%;padding:14px 20px;text-align:center;width:100%}.how-it-works{padding:48px 16px 64px}.how-it-works__grid{gap:20px;grid-template-columns:1fr;margin-bottom:36px}.how-it-works__title{font-size:28px;line-height:38px}.how-it-works__subtitle{font-size:16px;line-height:26px;margin-bottom:36px}.how-step{padding:24px 20px 28px}.how-step__header{flex-wrap:wrap;gap:10px;margin-bottom:16px}.how-step__title{font-size:16px;line-height:24px}.how-step__mockup{height:140px;margin-bottom:16px}.how-it-works__cta{max-width:320px;padding:14px 24px;width:100%}.built-for{padding:48px 16px 64px}.built-for__inner{gap:40px;grid-template-columns:1fr}.built-for__content{order:-1}.built-for__illus{min-height:240px}.built-for__mascot-wrap svg{height:auto;max-width:260px;width:100%}.built-for__title{font-size:28px;line-height:38px}.built-for__cards{gap:14px}.built-card__title{font-size:17px;line-height:24px}.built-card__desc{font-size:15px;line-height:23px}.ready-cta-wrap{padding:48px 16px 64px}.ready-cta{border-radius:16px;grid-template-columns:1fr;padding:40px 24px 32px;text-align:center}.ready-cta__content{max-width:none}.ready-cta__title{font-size:26px;line-height:36px}.ready-cta__text{font-size:16px;line-height:26px}.ready-cta__btn{max-width:320px;padding:14px 24px;width:100%}.ready-cta__illus{justify-content:center}.ready-cta__illus svg{width:200px}.ready-cta__contact{font-size:15px;margin-top:24px}}@media (max-width:768px){.module-game-plan-placeholder{min-height:360px}}