.brand{align-items:center;gap:.75rem;display:flex}.brand__icon{height:1.75rem}.brand__name{font-size:1.25rem}.site-header{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;transition:transform .22s;position:sticky;top:0}.site-header--hidden{transform:translateY(-100%)}.site-header__inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:24px;display:flex}.site-header__nav{gap:48px;display:flex}.site-header__nav a,.brand-link{text-decoration:none}.site-header__nav a{color:var(--green-darker)}.site-header__nav a:hover{text-underline-offset:4px;text-decoration:underline}.site-header__menu-button{width:44px;height:44px;color:var(--green-dark);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:none}@media (width<=680px){.site-header__menu-button{z-index:1;display:inline-flex}.site-header__nav{max-height:0;padding:0 max(14px, calc((100% - var(--shell)) / 2));visibility:hidden;border-top:1px solid var(--border);background:var(--off-white);pointer-events:none;flex-direction:column;align-items:center;gap:8px;transition:max-height .24s,padding .24s,opacity .18s,transform .24s,visibility 0s linear .24s;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;transform:translateY(-8px)}.site-header__nav--open{visibility:visible;pointer-events:auto;max-height:300px;padding-block:24px;transition-delay:0s;transform:translateY(0)}.site-header__nav a{padding:14px 6px}}.hero{background:var(--white);height:calc(100vh - var(--header-height));padding:16px 0}.hero__layout{grid-template-columns:minmax(400px,1fr) minmax(460px,1fr);align-items:stretch;gap:8px;height:100%;padding-bottom:32px;display:grid}.hero__layout>*{min-height:0}.hero__graphics{grid-template-rows:2fr 3fr;gap:8px;display:grid}.hero__graphics>*{min-height:0}.hero__copy{flex-direction:column;justify-content:center;gap:4rem;display:flex}.hero__text{flex-direction:column;gap:2rem;display:flex}.hero__title{flex-direction:column;display:flex}.hero__title h1{font-size:clamp(3rem,8vw,4.5rem)}.hero__lead{width:clamp(300px,100%,420px);color:var(--charcoal);font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:clamp(1.75rem,2.5vw,2.25rem)}.hero__action{flex-direction:column;gap:16px;display:flex}.hero__action .button{width:264px}.hero__action a{text-decoration:none}.hero__preview{grid-template-columns:1fr 1fr;gap:8px;display:grid}.hero__photo{object-fit:cover;border-radius:32px;width:100%;height:100%}@media (width<=1000px){.hero{height:auto}.hero__layout{grid-template-rows:auto auto;grid-template-columns:1fr;gap:3rem;height:auto}.hero__text{gap:2rem}.hero__graphics{grid-template-rows:1fr;grid-template-columns:1fr 1fr;height:400px}.hero__preview{grid-template-rows:1fr 2fr;grid-template-columns:1fr}.hero__copy{flex-direction:row;justify-content:flex-end;gap:1rem}.hero__action{justify-content:flex-end;align-items:center}}@media (width<=680px){.hero__graphics{grid-template-columns:1fr 1fr;height:400px}.hero__copy{flex-direction:column;justify-content:center}.hero__text{text-align:center;align-items:center}}.hero-bubble-preview{background-color:var(--green);border-radius:32px;min-height:0;position:relative;overflow:hidden}.hero-bubble-preview__list{max-width:300px;height:100%;margin:0 auto;position:relative}.hero-bubble-preview .hero__bubble{z-index:0;opacity:0;background-color:var(--white);border-radius:16px;justify-content:center;align-items:center;gap:4px;width:calc(100% - 32px);margin:0;padding:20px 16px;transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .65s;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(.65)}.hero-bubble-preview .hero__bubble img{width:24px}.hero-bubble-preview .hero__bubble p{white-space:nowrap;text-align:center;color:var(--green-darker);font-size:clamp(.8rem,3vw,.9rem)}.hero-bubble-preview .hero__bubble[data-position="0"]{z-index:2;opacity:1;transform:translate(-50%,-50%)scale(1)}.hero-bubble-preview .hero__bubble[data-position="-1"]{z-index:1;opacity:.75;transform:translate(-50%,calc(-50% - 56px))scale(.87)}.hero-bubble-preview .hero__bubble[data-position="1"]{z-index:1;opacity:.75;transform:translate(-50%,calc(56px - 50%))scale(.87)}.hero-bubble-preview .hero__bubble[data-position="-2"]{opacity:.45;transform:translate(-50%,calc(-50% - 105px))scale(.73)}.hero-bubble-preview .hero__bubble[data-position="2"]{opacity:.45;transform:translate(-50%,calc(105px - 50%))scale(.73)}.hero-bubble-preview .hero__bubble[data-position="-3"]{transform:translate(-50%,calc(-50% - 188px))scale(.6)}.hero-bubble-preview .hero__bubble[data-position="3"]{transform:translate(-50%,calc(188px - 50%))scale(.6)}@media (prefers-reduced-motion:reduce){.hero-bubble-preview .hero__bubble{transition:none}}@media (width<=500px){.hero-bubble-preview .hero__bubble{width:calc(100% - 16px);transform:translate(-50%,-50%)scale(.5)}}.phone_preview{background-color:#d4efd5;border-radius:32px;position:relative;overflow:hidden}.phone_preview__phone{width:180px;margin:24px auto}.benefits{background-image:linear-gradient(#00000040,#00000080),url(/assets/zoe-richardson-kmfJh7RZUCE-unsplash.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.benefits h2{color:var(--white)}.benefits__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:64px;display:grid}.benefits__card{background:var(--white);border-radius:var(--radius-medium);flex-direction:column;align-items:center;width:100%;padding:32px;display:flex}.benefits__card p{text-align:center;margin-top:1rem;font-size:1.18rem;font-weight:500}.benefits__icon{object-fit:contain;width:64px;height:64px}@media (width<=1000px){.benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefits__card{height:200px;padding-top:32px}}@media (width<=680px){.benefits__card{min-height:auto}}@media (width<=460px){.benefits{background-attachment:scroll}.benefits__grid{grid-template-columns:1fr;gap:8px}}.access{background:var(--green-soft)}.access__platform{gap:2rem;display:flex}.access__card_wrapper{background:var(--white);border-radius:32px;flex-direction:column;align-items:center;gap:2rem;width:100%;margin-top:4rem;display:flex}.access__card_header{flex-direction:column;align-items:center;gap:8px;padding-top:32px;display:flex}.access__card_text_steps{gap:8rem;margin:4rem 0 0;padding:0;list-style:none;display:flex}.access__card_text_steps_item{flex-direction:column;gap:16px;width:100%;display:flex}.step_number{background:var(--green-dark);width:32px;height:32px;color:var(--white);border-radius:999px;flex:0 0 32px;justify-content:center;align-items:center;display:flex}.step{line-height:1.5}.access__card_text_badge{width:fit-content}.access__card_text_badge img{height:48px}.access__qr_code{width:100%;height:280px;position:relative;overflow:hidden}.access__device{width:240px;margin-inline:auto;position:absolute;top:0;left:0;right:0}@media (width<=1000px){.access__card_text_steps{gap:4rem}}@media (width<=640px){.access__platform{flex-direction:column;gap:0}.access__card_wrapper{margin-top:2rem}.access__card_text_steps{flex-direction:column;gap:2rem}.access__card_text_steps_item{flex-direction:row}}.details{background:var(--green-darker);overflow:clip}.button__link{white-space:nowrap}.details .eyebrow,.details h2,.details p{color:var(--white)}.details__grid{grid-template-columns:minmax(0,.8fr) minmax(460px,1.2fr);align-items:center;gap:114px;display:grid}@media (width<=1000px){.details__grid{grid-template-columns:1fr;gap:42px}}@media (width<=680px){.details button{margin:0 auto}}.app-feature-orbit{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;width:min(100%,720px);height:clamp(400px,48vw,580px);margin-inline:auto;position:relative;overflow:hidden}.app-feature-orbit:active{cursor:grabbing}.app-feature-orbit__renderer{pointer-events:none;position:absolute;inset:0}.app-feature-orbit__phone{pointer-events:none;width:clamp(180px,24vw,280px);max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-feature-orbit__card{box-sizing:border-box;width:140px;height:180px;color:var(--charcoal);background:var(--green-soft);box-shadow:var(--shadow);backface-visibility:hidden;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;padding:18px;font:400 14px/1.25 Inter,ui-sans-serif,system-ui,sans-serif;display:flex}.app-feature-orbit__card:nth-child(2n){background:var(--green-light)}.app-feature-orbit__card img{width:22px;height:22px}@media (width<=1000px){.app-feature-orbit{height:540px}.app-feature-orbit__phone{width:auto;height:clamp(180px,70vw,540px)}}@media (width<=680px){.app-feature-orbit{height:360px}.app-feature-orbit__phone{width:auto;height:clamp(240px,80vw,360px)}.app-feature-orbit__card{width:140px;height:180px;padding:14px;font-size:14px}}.about{align-items:center;gap:112px;display:flex}.nfmha_logo_card{border-radius:var(--radius-large);place-items:center;max-width:480px;min-height:280px;display:grid;overflow:hidden}.nfmha_logo_card img{width:100%;height:auto}@media (width<=1000px){.about{gap:42px}.nfmha_logo_card{max-width:340px;min-height:200px}}@media (width<=680px){.about{flex-direction:column}.section__content a{margin:0 auto}}.feedback{background-image:linear-gradient(#00000040,#00000080),url(/assets/brooke-cagle-mb9VOpMH-4c-unsplash.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.feedback .eyebrow,.feedback h2,.feedback p{color:var(--white)}.feedback__inner{flex-direction:column;align-items:flex-start}.feedback__inner>div{max-width:760px}.footer{color:var(--white);background:var(--charcoal);padding:42px 0 28px}.footer .brand{color:var(--white)}.footer p,.footer a{color:#ffffffd1}.footer__grid{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.footer__brand{flex-direction:column;gap:16px;display:flex}.footer__brand p{margin-bottom:0}.footer__links{white-space:nowrap;gap:18px;display:flex}.footer__links a{text-decoration:none}.footer__links a:hover{text-decoration:underline}@media (width<=680px){.footer__links{flex-direction:column;align-items:flex-end}}@media (width<=460px){.footer__grid{flex-direction:column;align-items:center}.footer__brand{align-items:center}.footer__links{align-items:center;width:100%}}:root{--green:#43b546;--green-dark:green;--green-darker:#1b4d1d;--green-light:#a8deaa;--green-soft:#e7f5e8;--charcoal:#1f1f1f;--muted:#1d2b1d;--white:#fff;--off-white:#f0f2f0;--border:#d9e2d5;--focus:#184d8a;--shadow:0 8px 24px #2b3f2a1a;--radius-large:28px;--radius-medium:18px;--shell:1120px;--header-height:64px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--charcoal);background:var(--white);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}h1,h2,h3{color:var(--charcoal);margin:0}h1{font-size:4.5rem}h2{font-size:clamp(2rem,4vw,3.25rem)}h3{font-size:1.3rem}p{color:var(--muted);margin:0;font-size:1.06rem}.shell{width:min(var(--shell), calc(100% - 80px));margin-inline:auto}.section{padding:128px 0}.section__content{flex-direction:column;gap:1rem;min-width:360px;max-width:640px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{color:var(--green-dark);letter-spacing:.1em;text-transform:uppercase;font-size:1rem;font-weight:500}.eyebrow-white{color:var(--white)}.description{max-width:480px;margin-top:1rem;margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem}.button{cursor:pointer;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;width:fit-content;height:44px;padding:12px 24px;text-decoration:none;display:inline-flex}.button__icon{gap:8px}.button__primary{color:var(--white);background:var(--green-dark);border:none}.button__primary:hover{background:var(--green)}.button__outline{color:var(--green-dark);border:1.5px solid var(--green-dark);background:0 0;font-weight:500}.button__secondary{color:var(--green-darker);background:var(--off-white);border:none}.button__outline:hover,.button__secondary:hover{background:var(--green-soft)}@media (width<=1000px){.section{padding:66px 0}}@media (width<=680px){.shell{width:min(var(--shell), calc(100% - 28px))}.section{padding:52px 0}h1{font-size:3.5rem}h2{font-size:clamp(1.9rem,10vw,2.7rem)}.button{height:48px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.promo{background:var(--green-darker);position:relative;overflow:hidden}.promo__content{z-index:1;position:relative}.promo__content p,.promo__content h2{color:var(--white)}.promo__wrapper{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.promo__code{background:var(--white);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;gap:18px;width:min(520px,100%);padding:14px 14px 14px 24px;display:flex}.promo__code strong{color:var(--green-dark);letter-spacing:.25em;font-size:1rem}.promo-reminder{width:min(520px,100%)}.leaf{z-index:0;pointer-events:none;width:1024px;position:absolute;top:-30%;right:-30%}@media (width<=680px){.promo__code{width:100%}.promo__code strong{letter-spacing:.1em}.leaf{top:-30%}}@media (width<=400px){.promo__code{flex-direction:column}}
