*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-primary, system-ui, -apple-system, sans-serif);line-height:1.5;color:var(--color-navy);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}:root{--font-primary: "DM Sans", system-ui, -apple-system, sans-serif;--color-lime: #7AC943;--color-navy: #1F3A5F;--color-baby-blue: #d8e7ff;--color-white: #ffffff;--color-text: #1F3A5F;--color-text-muted: #3d6080}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:clamp(2.25rem,6vw,3.5rem)}h2{font-size:clamp(1.75rem,5vw,2.75rem)}h3{font-size:clamp(1.375rem,3.5vw,1.75rem)}p{font-size:clamp(.9375rem,2vw,1rem);max-width:65ch}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.section{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1024px){.section{padding-top:5rem;padding-bottom:5rem}}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:.5rem;transition:transform .2s,box-shadow .2s}.btn:active{transform:scale(.98)}.btn-primary{background-color:var(--color-lime);color:var(--color-white)}.btn-primary:hover{box-shadow:0 4px 12px #7ac94366}.btn-secondary{background-color:var(--color-navy);color:var(--color-white)}.btn-secondary:hover{box-shadow:0 4px 12px #1f3a5f66}.btn-outline{background-color:transparent;color:var(--color-navy);border:2px solid var(--color-navy)}.btn-outline:hover{background-color:var(--color-navy);color:var(--color-white)}.navbar{position:sticky;top:0;z-index:100;background-color:var(--color-white);border-bottom:1px solid var(--color-baby-blue)}.navbar__inner{display:flex;align-items:center;min-height:4rem;padding-left:1.5rem;padding-right:1.5rem}.navbar__logo{flex-shrink:0}.navbar__logo-img{height:2rem;width:auto;display:block}.navbar__nav{display:none;gap:1.5rem}.navbar__nav--open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:var(--color-white);padding:1.5rem;border-bottom:1px solid var(--color-baby-blue);box-shadow:0 4px 12px #1f3a5f14}.navbar__link{font-weight:500;color:var(--color-navy);padding:.5rem 0;transition:color .2s}.navbar__link:hover,.navbar__link--active{color:var(--color-lime)}.navbar__cta--mobile{margin-top:.5rem;text-align:center;padding:.625rem 1.25rem;font-size:.9375rem}.navbar__cta--desktop{display:none}.navbar__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;padding:.25rem;margin-left:auto}.navbar__hamburger-line{display:block;width:100%;height:2px;background-color:var(--color-navy);border-radius:4px;transition:transform .2s,opacity .2s}.navbar__hamburger[aria-expanded=true] .navbar__hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger[aria-expanded=true] .navbar__hamburger-line:nth-child(2){opacity:0}.navbar__hamburger[aria-expanded=true] .navbar__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:768px){.navbar__inner{padding-left:2rem;padding-right:2rem}.navbar__nav{display:flex;flex-direction:row;align-items:center;position:static;padding:0;border:none;box-shadow:none;flex:1;justify-content:center;gap:1.75rem}.navbar__nav--open{position:static;padding:0;border:none;box-shadow:none}.navbar__cta--mobile{display:none}.navbar__cta--desktop{display:inline-flex;flex-shrink:0;padding:.625rem 1.25rem;font-size:.9375rem;white-space:nowrap}.navbar__hamburger{display:none}}.footer{background-color:#1f3a5f;color:var(--color-white);padding:2rem 0 1rem;border-top:1px solid rgba(216,231,255,.35)}.footer .container{max-width:1400px}.footer__inner{display:grid;grid-template-columns:1fr;gap:1.25rem;text-align:left}.footer__brand{display:flex;flex-direction:column;gap:.75rem}.footer__logo-img{height:3rem;width:auto;display:block;filter:brightness(0) invert(1)}.footer__member-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;white-space:nowrap}.footer__member-phone{font-size:.875rem;color:var(--color-baby-blue);transition:color .2s}.footer__member-phone:hover{color:var(--color-white)}.footer__nav{display:flex;flex-direction:column;gap:.375rem}.footer__heading{font-size:1rem;margin-bottom:.4rem}.footer__contact p{margin:.15rem 0;color:var(--color-baby-blue)}.footer__social{display:flex;flex-direction:column;gap:.35rem}.footer__link{font-size:.95rem;color:var(--color-baby-blue);transition:color .2s;display:inline-flex;align-items:center;gap:.4rem}.footer__link:hover{color:var(--color-white)}.footer__icon{width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(216,231,255,.6);background-color:#d8e7ff1f}.footer__icon svg{width:1rem;height:1rem;fill:currentColor}.footer__copyright{font-size:.875rem;color:var(--color-baby-blue);opacity:.9}.footer__bottom{margin-top:1.5rem;padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.footer__legal{display:flex;gap:1rem;flex-wrap:wrap}.footer__disclaimer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(216,231,255,.15)}.footer__disclaimer-text{font-size:.8125rem;color:var(--color-baby-blue);opacity:.7;line-height:1.5;max-width:100%}@media(min-width:768px){.footer__inner{grid-template-columns:1fr auto auto auto;align-items:start;gap:2rem 3rem}.footer__nav,.footer__contact,.footer__social{justify-self:end}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.columbus-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--color-navy),#2a4f7a);border:3px solid var(--color-lime);padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #1f3a5f59,0 0 #7ac94366;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;overflow:hidden}.columbus-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px #1f3a5f73,0 0 0 6px #7ac94326}.columbus-fab:active{transform:scale(1.02)}.columbus-fab--active{transform:scale(.9);opacity:0;pointer-events:none}.columbus-fab__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;pointer-events:none}.columbus-fab__pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--color-lime);animation:columbus-pulse 2.5s ease-out infinite;pointer-events:none}@keyframes columbus-pulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.35);opacity:0}to{transform:scale(1.35);opacity:0}}.columbus-tooltip{position:fixed;bottom:6rem;right:1.5rem;z-index:9998;background:var(--color-white);color:var(--color-navy);padding:.75rem 1rem;border-radius:1rem;box-shadow:0 4px 20px #1f3a5f26;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;animation:columbus-tooltip-in .4s cubic-bezier(.34,1.56,.64,1);max-width:220px}.columbus-tooltip:after{content:"";position:absolute;bottom:-6px;right:24px;width:12px;height:12px;background:var(--color-white);transform:rotate(45deg);box-shadow:2px 2px 4px #1f3a5f14}.columbus-tooltip__close{background:none;border:none;color:var(--color-text-muted);font-size:1.125rem;cursor:pointer;padding:0;line-height:1;flex-shrink:0}@keyframes columbus-tooltip-in{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.columbus-chat{position:fixed;bottom:1.5rem;right:1.5rem;z-index:10000;width:400px;max-width:calc(100vw - 2rem);height:600px;max-height:calc(100vh - 6rem);background:var(--color-white);border-radius:1.25rem;box-shadow:0 12px 48px #1f3a5f33,0 0 0 1px #1f3a5f0f;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);transform-origin:bottom right;pointer-events:none;transition:opacity .3s ease,transform .35s cubic-bezier(.34,1.56,.64,1)}.columbus-chat--open{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.columbus-chat__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,var(--color-navy),#2a4f7a);color:var(--color-white);flex-shrink:0}.columbus-chat__header-left{display:flex;align-items:center;gap:.75rem}.columbus-chat__header-avatar{width:40px;height:40px;border-radius:50%;border:2px solid rgba(122,201,67,.5);object-fit:cover}.columbus-chat__header-name{font-weight:600;font-size:1rem;display:block;line-height:1.2}.columbus-chat__header-status{font-size:.75rem;opacity:.8;display:flex;align-items:center;gap:.35rem}.columbus-chat__status-dot{width:7px;height:7px;border-radius:50%;background:var(--color-lime);display:inline-block;animation:columbus-status-blink 3s ease-in-out infinite}@keyframes columbus-status-blink{0%,to{opacity:1}50%{opacity:.4}}.columbus-chat__close{background:#ffffff1a;border:none;color:var(--color-white);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.columbus-chat__close:hover{background:#fff3}.columbus-chat__body{flex:1;overflow-y:auto;padding:1rem 1rem .5rem;display:flex;flex-direction:column;gap:.75rem;scroll-behavior:smooth;overscroll-behavior:contain}.columbus-chat__body::-webkit-scrollbar{width:5px}.columbus-chat__body::-webkit-scrollbar-track{background:transparent}.columbus-chat__body::-webkit-scrollbar-thumb{background:var(--color-baby-blue);border-radius:3px}.columbus-msg{display:flex;gap:.5rem;max-width:88%;animation:columbus-msg-in .3s ease}@keyframes columbus-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.columbus-msg--bot{align-self:flex-start}.columbus-msg--user{align-self:flex-end;flex-direction:row-reverse}.columbus-msg__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0;margin-top:2px}.columbus-msg__bubble{padding:.75rem 1rem;border-radius:1rem;font-size:.875rem;line-height:1.55;word-break:break-word;position:relative}.columbus-msg--bot .columbus-msg__bubble{background:#f0f5ff;color:var(--color-navy);border-bottom-left-radius:.25rem}.columbus-msg--user .columbus-msg__bubble{background:var(--color-navy);color:var(--color-white);border-bottom-right-radius:.25rem}.columbus-msg--error .columbus-msg__bubble{background:#fff5f5;color:#8b3a3a}.columbus-link{color:var(--color-lime);font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s}.columbus-link:hover{opacity:.8}.columbus-link--internal{display:inline-block;background:var(--color-lime);color:var(--color-white);text-decoration:none;padding:.25rem .75rem;border-radius:.375rem;font-size:.8125rem;margin-top:.25rem;transition:box-shadow .2s,transform .2s}.columbus-link--internal:hover{box-shadow:0 2px 8px #7ac94366;transform:translateY(-1px);opacity:1;color:var(--color-white)}.columbus-bullet,.columbus-number{color:var(--color-lime);font-weight:600}.columbus-typing{display:flex;align-items:center;gap:4px;padding:.125rem 0}.columbus-typing__dot{width:7px;height:7px;border-radius:50%;background:var(--color-navy);opacity:.4;animation:columbus-typing-bounce 1.4s ease-in-out infinite}.columbus-typing__dot:nth-child(2){animation-delay:.2s}.columbus-typing__dot:nth-child(3){animation-delay:.4s}@keyframes columbus-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.columbus-cursor{display:inline-block;width:2px;height:1em;background:var(--color-navy);margin-left:2px;vertical-align:text-bottom;animation:columbus-blink .8s step-end infinite}@keyframes columbus-blink{0%,to{opacity:1}50%{opacity:0}}.columbus-suggestions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.25rem 0 .5rem}.columbus-suggestions__btn{background:var(--color-white);border:1.5px solid var(--color-baby-blue);color:var(--color-navy);padding:.5rem .875rem;border-radius:1.25rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,transform .15s,box-shadow .2s;line-height:1.3;text-align:left}.columbus-suggestions__btn:hover{background:#f0f5ff;border-color:var(--color-navy);transform:translateY(-1px);box-shadow:0 2px 8px #1f3a5f1a}.columbus-suggestions__btn:active{transform:translateY(0)}.columbus-chat__footer{padding:.75rem 1rem;border-top:1px solid #eef2f8;flex-shrink:0;background:var(--color-white)}.columbus-chat__input-row{display:flex;gap:.5rem;align-items:center}.columbus-chat__input{flex:1;padding:.625rem .875rem;border:1.5px solid var(--color-baby-blue);border-radius:1.5rem;font-size:.875rem;font-family:inherit;color:var(--color-navy);background:#f8faff;outline:none;transition:border-color .2s,box-shadow .2s}.columbus-chat__input:focus{border-color:var(--color-navy);box-shadow:0 0 0 3px #1f3a5f14}.columbus-chat__input::placeholder{color:#8ba3c0}.columbus-chat__input:disabled{opacity:.6}.columbus-chat__send{width:38px;height:38px;border-radius:50%;background:var(--color-lime);color:var(--color-white);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s,transform .15s,box-shadow .2s}.columbus-chat__send:hover:not(:disabled){background:#6bb838;transform:scale(1.05);box-shadow:0 2px 10px #7ac94366}.columbus-chat__send:active:not(:disabled){transform:scale(.95)}.columbus-chat__send:disabled{opacity:.4;cursor:not-allowed}.columbus-chat__disclaimer{font-size:.6875rem;color:#8ba3c0;text-align:center;margin-top:.375rem;max-width:none}@media(max-width:768px){.columbus-fab{bottom:1rem;right:1rem;width:56px;height:56px}.columbus-fab__avatar{width:40px;height:40px}.columbus-tooltip{bottom:5rem;right:1rem;max-width:180px;font-size:.8125rem}.columbus-backdrop{display:none}.columbus-chat{position:fixed;top:0;left:0;width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;transform-origin:bottom center;box-shadow:none;display:flex;flex-direction:column;overflow:hidden;will-change:height,transform}.columbus-chat--open{z-index:99999}.columbus-chat__header{flex:0 0 auto;padding:.75rem 1rem;padding-top:max(.75rem,env(safe-area-inset-top));border-radius:0;z-index:1}.columbus-chat__header-avatar{width:32px;height:32px}.columbus-chat__header-name{font-size:.9375rem}.columbus-chat__header-status{font-size:.6875rem}.columbus-chat__close{width:32px;height:32px}.columbus-chat__body{flex:1 1 0;min-height:0;max-height:none;padding:.75rem .75rem .5rem;gap:.5rem;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.columbus-msg{max-width:92%}.columbus-msg__avatar{width:24px;height:24px;margin-top:1px}.columbus-msg__bubble{padding:.5rem .75rem;font-size:.875rem;line-height:1.45}.columbus-suggestions{padding:.125rem 0 .25rem;gap:.375rem}.columbus-suggestions__btn{padding:.375rem .75rem;font-size:.8125rem}.columbus-chat__footer{flex:0 0 auto;padding:.5rem .75rem max(.5rem,env(safe-area-inset-bottom));border-top:1px solid #eef2f8;background:var(--color-white);border-radius:0}.columbus-chat__input-row{gap:.375rem}.columbus-chat__input{padding:.625rem .875rem;font-size:16px;border-radius:1.5rem}.columbus-chat__send{width:40px;height:40px;flex-shrink:0}.columbus-chat__disclaimer{display:none}}@media(prefers-reduced-motion:reduce){.columbus-fab__pulse,.columbus-typing__dot,.columbus-cursor,.columbus-chat__status-dot{animation:none}.columbus-chat{transition:opacity .15s ease;transform:none!important}.columbus-msg{animation:none}}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:flex-start;padding:4rem 0;overflow:hidden}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:0}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to right,#d8e7ffeb,#d8e7ffd9 40%,#ffffff73 75%,#ffffff40);z-index:0}.hero__content{position:relative;z-index:1;max-width:640px;margin:0 auto;text-align:center}.hero__headline{font-size:clamp(2rem,6vw,3.5rem);color:var(--color-navy);margin-bottom:1rem;letter-spacing:-.02em}.hero__subheadline{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.hero__cta-group{display:flex;flex-direction:column;gap:1rem;align-items:center}.hero__btn{width:100%;min-height:3rem;font-size:1.0625rem}.hero__link{display:block;text-align:center;font-weight:600;color:var(--color-navy);padding:.75rem;transition:color .2s}.hero__link:hover{color:var(--color-lime)}@media(min-width:768px){.hero{min-height:80vh}.hero__content{margin-left:8%;margin-right:auto;text-align:left}.hero__bg{background-size:180%;background-position:12% 40%}.hero__cta-group{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:1rem}.hero__btn{width:auto;min-width:180px}.hero__btn--primary{order:1}.hero__btn--secondary{order:2}.hero__btn--member{order:3}}.proof-bar{position:relative;overflow:hidden;background-color:#eef5ff;padding:2rem 0;border-top:1px solid rgba(31,58,95,.08);border-bottom:1px solid rgba(31,58,95,.08)}.proof-bar:after{content:"";position:absolute;top:-10rem;right:-8rem;width:400px;height:400px;border-radius:50%;background-color:#d8e7ff80;pointer-events:none;z-index:0}.proof-bar__inner{position:relative;z-index:1;display:flex;justify-content:center}.proof-bar__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.proof-bar__stat{text-align:center}.proof-bar__value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-navy)}.proof-bar__label{font-size:.875rem;color:var(--color-text-muted)}@media(min-width:768px){.proof-bar__stats{grid-template-columns:repeat(4,1fr);gap:2rem}.proof-bar__value{font-size:1.75rem}}.what-is{background-color:#fff}.what-is__title{text-align:center;color:var(--color-navy);margin-bottom:1rem}.what-is__subtitle{text-align:center;max-width:680px;margin:0 auto 2.5rem;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7}.what-is__subtitle strong{color:var(--color-navy);font-weight:700}.what-is__pillars{display:flex;justify-content:center;gap:1.25rem;margin-bottom:2rem;flex-wrap:wrap}.what-is__pillar{text-align:center;width:9rem;height:9rem;padding:1rem;background:none;border-radius:50%;border:1px solid rgba(31,58,95,.1);box-shadow:0 4px 16px #1f3a5f0d;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}.what-is__pillar:hover{transform:translateY(-3px);box-shadow:0 8px 28px #1f3a5f1a}.what-is__pillar-icon{width:2rem;height:2rem;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center;background:none;padding:0;color:var(--color-navy)}.what-is__pillar-icon svg{width:100%;height:100%}.what-is__pillar h3{color:var(--color-navy);margin-bottom:0;font-size:.8125rem;line-height:1.3}.what-is__pillar p{display:none}.what-is__disclaimer{text-align:center;font-size:.8125rem;color:var(--color-text-muted);max-width:660px;margin:0 auto 4rem;line-height:1.6;opacity:.85;padding-top:1.5rem;border-top:1px solid var(--color-baby-blue)}.what-is__how-it-works{padding-top:1rem}.what-is__how-subtitle{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1rem;color:var(--color-text-muted);line-height:1.7}.what-is__split{display:flex;flex-direction:column;gap:0;max-width:920px;margin:0 auto;border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 32px #1f3a5f14}.what-is__half{padding:2rem 1.5rem 2.5rem;position:relative}.what-is__half--tpa{background:linear-gradient(160deg,#eef5ff,#dbe8fc)}.what-is__half--share{background:linear-gradient(160deg,#eef8e6,#dff0d2)}.what-is__half-header{text-align:center;margin-bottom:1.5rem}.what-is__half-label{display:inline-block;font-size:1.125rem;font-weight:700;letter-spacing:-.01em;padding:.5rem 1.25rem;border-radius:2rem}.what-is__half--tpa .what-is__half-label{color:var(--color-navy);background:#ffffffb3}.what-is__half--share .what-is__half-label{color:#2d6e0e;background:#ffffffb3}.what-is__item-list{list-style:none;padding:0;margin:0;display:grid;gap:.875rem}.what-is__item{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;background:#ffffffa6;border-radius:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease,transform .2s ease}.what-is__item:hover{background:#ffffffe6;transform:translate(4px)}.what-is__item-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:.45rem}.what-is__item-icon svg{width:100%;height:100%}.what-is__item-icon--tpa{background:var(--color-navy);color:#fff}.what-is__item-icon--share{background:var(--color-lime);color:#fff}.what-is__item-label{font-size:1rem;font-weight:600;color:var(--color-navy)}.what-is__half--share .what-is__item-label{color:#1a4a0a}.what-is__center-divider{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 0;background:linear-gradient(90deg,#dbe8fc,#dff0d2)}.what-is__center-line{height:2px;flex:1;max-width:80px;background:#1f3a5f26;border-radius:1px}.what-is__center-plus{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;font-size:1.25rem;font-weight:700;color:var(--color-navy);box-shadow:0 2px 12px #1f3a5f1f;flex-shrink:0}.what-is__split-note{text-align:center;font-size:.8125rem;color:var(--color-text-muted);margin-top:1.5rem;opacity:.85;font-style:italic;max-width:none}@media(min-width:768px){.what-is__pillars{gap:2rem}.what-is__pillar{width:12rem;height:12rem;padding:1.5rem}.what-is__pillar h3{font-size:.9375rem}.what-is__split{flex-direction:row;border-radius:1.5rem}.what-is__half{flex:1;padding:2.5rem 2rem 3rem}.what-is__half--tpa{border-radius:1.5rem 0 0 1.5rem}.what-is__half--share{border-radius:0 1.5rem 1.5rem 0}.what-is__center-divider{flex-direction:column;padding:2rem 0;width:3.5rem;flex-shrink:0;background:linear-gradient(180deg,#dbe8fc,#e2edd9,#dff0d2)}.what-is__center-line{width:2px;height:auto;flex:1;max-width:none}.what-is__item-list{gap:1rem}.what-is__item{padding:.875rem 1.25rem}}@media(min-width:1024px){.what-is__half{padding:3rem 2.5rem 3.5rem}.what-is__item-list{gap:1rem}.what-is__item{padding:1rem 1.5rem}.what-is__item-icon{width:2.75rem;height:2.75rem}.what-is__item-label{font-size:1.0625rem}}.comparison{background-color:#eef5ff}.comparison__title{text-align:center;color:var(--color-navy);margin-bottom:2rem}.comparison__grid{display:grid;gap:2rem;max-width:720px;margin:0 auto}.comparison__column{padding:2rem 1.5rem;background-color:var(--color-white);border-radius:.5rem;border:1px solid rgba(31,58,95,.1)}.comparison__column--mightywell{border-color:var(--color-lime);border-width:2px}.comparison__column-title{font-size:1.125rem;color:var(--color-navy);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-baby-blue)}.comparison__column--mightywell .comparison__column-title{color:var(--color-lime);border-bottom-color:#7ac9434d}.comparison__list{display:flex;flex-direction:column;gap:.75rem}.comparison__item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--color-text-muted)}.comparison__bullet{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:50%;margin-top:.125rem}.comparison__bullet--minus{background-color:#e5e7eb}.comparison__bullet--plus{background-color:var(--color-lime)}@media(min-width:768px){.comparison__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}.individual-plans{position:relative;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;border-top:none;border-bottom:none;padding-top:0;padding-bottom:0}.individual-plans__wave{position:relative;z-index:1;width:100%;line-height:0;margin-top:-1px;margin-bottom:1.5rem}.individual-plans__wave svg{display:block;width:100%;height:60px}@media(min-width:768px){.individual-plans__wave svg{height:80px}}@media(min-width:1024px){.individual-plans__wave svg{height:100px}}.individual-plans:before{content:"";position:absolute;inset:0;background:#ffffffb3;z-index:0}.individual-plans .container{position:relative;z-index:1}.individual-plans__intro{text-align:center;margin:0 auto 2rem;max-width:760px}.individual-plans__intro h2{color:var(--color-navy);margin-bottom:.75rem}.individual-plans__intro p{color:var(--color-text-muted);margin:0 auto}.individual-plans__cards{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap}.individual-plans__card{width:10rem;height:10rem;border-radius:50%;background-color:#f9fcffa6;border:1px solid rgba(31,58,95,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}.individual-plans__icon{width:2rem;height:2rem;margin-bottom:.5rem}.individual-plans__icon-svg{width:100%;height:100%;color:var(--color-navy)}.individual-plans__card h3{color:var(--color-navy);font-size:.8125rem;margin-bottom:.25rem;line-height:1.2}.individual-plans__card p{display:none}.individual-plans__fit{margin-top:1.75rem;padding:1.25rem;border-radius:.75rem;background-color:#f9fcffa6;border:1px solid rgba(31,58,95,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:640px;width:100%;margin-left:auto;margin-right:auto}.individual-plans__fit h3{color:var(--color-navy);margin-bottom:.75rem}.individual-plans__fit ul{display:grid;gap:.5rem}.individual-plans__fit li{color:var(--color-text-muted);padding-left:1rem;position:relative}.individual-plans__fit li:before{content:"";position:absolute;left:0;top:.5rem;width:.4rem;height:.4rem;border-radius:50%;background-color:var(--color-lime)}.individual-plans__cta{margin-top:1.5rem;display:flex;justify-content:center}.individual-plans__wave-bottom{position:relative;z-index:1;width:100%;line-height:0;margin-top:1.5rem;margin-bottom:-1px}.individual-plans__wave-bottom svg{display:block;width:100%;height:60px}@media(min-width:768px){.individual-plans__wave-bottom svg{height:80px}}@media(min-width:1024px){.individual-plans__wave-bottom svg{height:100px}}@media(min-width:640px){.individual-plans__card{width:13rem;height:13rem;padding:1.25rem}.individual-plans__icon{width:2.5rem;height:2.5rem}.individual-plans__card h3{font-size:.9375rem}.individual-plans__card p{display:block;font-size:.6875rem;color:var(--color-text-muted);line-height:1.3;max-width:16ch}}@media(min-width:768px){.individual-plans__cards{gap:2rem}.individual-plans__card{width:15rem;height:15rem;padding:1.5rem}.individual-plans__icon{width:3rem;height:3rem;margin-bottom:.625rem}.individual-plans__card h3{font-size:1.0625rem;margin-bottom:.375rem}.individual-plans__card p{font-size:.8125rem;max-width:20ch;line-height:1.4}}@media(max-width:767px){.individual-plans{background-attachment:scroll}}.workforce{background-color:#eef5ff;padding-top:0;padding-bottom:0}.workforce__wave-bottom{position:relative;width:100%;line-height:0;margin-top:1.5rem;margin-bottom:-1px}.workforce__wave-bottom svg{display:block;width:100%;height:60px}@media(min-width:768px){.workforce__wave-bottom svg{height:80px}}@media(min-width:1024px){.workforce__wave-bottom svg{height:100px}}.workforce__intro{text-align:center;margin:0 auto 2rem;max-width:760px}.workforce__intro h2{color:var(--color-navy);margin-bottom:.75rem}.workforce__intro p{color:var(--color-text-muted);margin:0 auto}.workforce__grid{display:grid;gap:1.5rem}.workforce__column{display:flex;flex-direction:column;align-items:center}.workforce__card{border:1px solid rgba(31,58,95,.14);border-radius:.75rem;padding:1.25rem;background-color:#fff;width:100%}.workforce__card h3{color:var(--color-navy);margin-bottom:.75rem}.workforce__card ul{display:grid;gap:.55rem}.workforce__card li{color:var(--color-text-muted);padding-left:1rem;position:relative}.workforce__card li:before{content:"";position:absolute;left:0;top:.5rem;width:.4rem;height:.4rem;border-radius:50%;background-color:var(--color-lime)}.workforce__card-cta{margin-top:1.25rem;text-align:center}@media(min-width:768px){.workforce__grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.partners-bar{background-color:#fff;padding:2rem 0;border-top:1px solid var(--color-baby-blue);border-bottom:1px solid rgba(31,58,95,.08)}.partners-bar__inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.partners-bar__label{font-size:.875rem;color:var(--color-text-muted);text-align:center}.partners-bar__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 2rem;width:100%}.partners-bar__link{display:flex;align-items:center;justify-content:center;flex:0 0 auto;height:42px;padding:0 .2rem;transition:opacity .2s}.partners-bar__link:hover{opacity:.9}.partners-bar__logo{width:auto;height:42px;object-fit:contain;object-position:center;filter:grayscale(100%);opacity:.8}.partners-bar__link:hover .partners-bar__logo{filter:grayscale(0%);opacity:1}@media(min-width:1024px){.partners-bar__logos{justify-content:space-evenly;gap:1rem}}.testimonials{position:relative;overflow:hidden;background-color:#f4f9ff}.testimonials__title{text-align:center;color:var(--color-navy);margin-bottom:2rem}.testimonials__carousel{position:relative;overflow:hidden;padding-bottom:.4rem}.testimonials__track{display:flex;transition:transform .4s ease}.testimonials__slide{flex:0 0 100%;min-width:0;padding:2rem 3rem;text-align:center;margin:0}.testimonials__stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:1rem}.testimonials__star{color:#f4b400;font-size:1.25rem}.testimonials__quote{font-size:1.125rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:1.25rem;font-style:italic;text-align:center;max-width:820px;margin-left:auto;margin-right:auto}.testimonials__author{display:flex;flex-direction:column;gap:.25rem}.testimonials__author strong{color:var(--color-navy)}.testimonials__author span{font-size:.875rem;color:var(--color-text-muted)}.testimonials__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:50%;background:var(--color-white);border:1px solid var(--color-baby-blue);display:flex;align-items:center;justify-content:center;z-index:2;cursor:pointer;transition:background-color .2s,border-color .2s}.testimonials__arrow:hover{background-color:var(--color-baby-blue);border-color:var(--color-navy)}.testimonials__arrow svg{width:1.25rem;height:1.25rem;color:var(--color-navy)}.testimonials__arrow--prev{left:.5rem}.testimonials__arrow--next{right:.5rem}.testimonials__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.testimonials__dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--color-baby-blue);transition:background-color .2s,transform .2s}.testimonials__dot:hover{background-color:var(--color-navy)}.testimonials__dot--active{background-color:var(--color-navy);transform:scale(1.25)}.testimonials:after{content:"";position:absolute;bottom:-8rem;left:-6rem;width:320px;height:320px;border-radius:50%;background-color:#7ac9430d;pointer-events:none;z-index:0}@media(max-width:767px){.testimonials__arrow{display:none}.testimonials__slide{padding:2rem 1rem}}.final-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#2a4f7a,#1f3a5f);color:var(--color-white)}.final-cta__accent{position:absolute;top:-8rem;right:-6rem;width:24rem;height:24rem;border-radius:50%;background-color:#ffffff0f;pointer-events:none;z-index:0}.final-cta__inner{position:relative;z-index:1;text-align:center;max-width:560px;margin:0 auto}.final-cta__title{color:var(--color-white);margin-bottom:.75rem}.final-cta__subtitle{color:var(--color-baby-blue);margin-bottom:2rem;line-height:1.6}.final-cta__buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.final-cta__btn{width:100%;max-width:fit-content;min-height:3rem;white-space:nowrap;padding-left:2rem;padding-right:2rem}.final-cta__btn.btn-outline{color:var(--color-white);border-color:var(--color-white)}.final-cta__btn.btn-outline:hover{background-color:var(--color-white);color:var(--color-navy)}@media(min-width:768px){.final-cta__buttons{flex-direction:row;justify-content:center}.final-cta__accent{width:32rem;height:32rem;top:-10rem;right:-8rem}}.home-app{background-color:var(--color-navy);padding:3rem 0}.home-app__layout{display:flex;flex-direction:column;gap:2.5rem;align-items:center}.home-app__phone{width:100%;max-width:260px}.home-app__phone-img{width:100%;max-height:420px;object-fit:contain;display:block}.home-app__content{width:100%}.home-app__title{color:var(--color-white);margin-bottom:.75rem}.home-app__subtitle{color:#d8e7ffcc;font-size:1.0625rem;line-height:1.6;margin-bottom:2rem;max-width:100%}.home-app__features{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2rem}.home-app__feature{display:flex;align-items:flex-start;gap:1rem}.home-app__feature-icon{width:2.5rem;height:2.5rem;flex-shrink:0;color:var(--color-lime);margin-top:.125rem}.home-app__feature-icon svg{width:100%;height:100%}.home-app__feature-title{color:var(--color-white);font-size:1rem;margin-bottom:.2rem}.home-app__feature-desc{color:#d8e7ffbf;font-size:.9375rem;line-height:1.55;max-width:100%}.home-app__store-links{display:flex;gap:.75rem;flex-wrap:wrap}.home-app__store-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;background:var(--color-lime);color:var(--color-white);font-size:.9375rem;font-weight:600;transition:box-shadow .2s,transform .2s;text-decoration:none;border:none}.home-app__store-btn:hover{box-shadow:0 4px 12px #7ac94366;transform:translateY(-1px)}.home-app__store-btn svg{width:1.25rem;height:1.25rem;flex-shrink:0}@media(min-width:768px){.home-app{padding:4rem 0}.home-app__layout{flex-direction:row;gap:3rem;align-items:center}.home-app__phone{flex:0 0 30%;max-width:280px}.home-app__content{flex:1}.home-app__features{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.home-app{padding:5rem 0}.home-app__layout{gap:4rem}.home-app__phone{flex:0 0 32%;max-width:300px}.home-app__feature-icon{width:2.75rem;height:2.75rem}}.section-divider{position:relative;z-index:2;width:100%;line-height:0;margin-top:-1px;margin-bottom:-2px;overflow:hidden}.section-divider svg{display:block;width:100%;height:60px}@media(min-width:768px){.section-divider svg{height:80px}}@media(min-width:1024px){.section-divider svg{height:100px}}
