@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{min-width:320px;min-height:100%}.app-shell{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);z-index:1000;background:#f8fbffe0;position:sticky;top:0}.navbar__container{max-width:var(--max-w);justify-content:space-between;align-items:center;gap:2rem;height:76px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar__logo{cursor:pointer;appearance:none;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.8rem;padding:0;display:flex}.navbar__logo-icon{background:linear-gradient(180deg, var(--primary), var(--primary-deep));width:42px;height:42px;color:var(--white);font-family:var(--font-display);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;box-shadow:0 14px 28px #2f6fed2e}.navbar__logo-text{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}.navbar__logo-brand{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);font-size:1.15rem;font-weight:700}.navbar__logo-tagline{font-family:var(--font-body);letter-spacing:0;color:var(--muted);text-transform:uppercase;font-size:.76rem}.navbar__links{flex:1;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.navbar__links button{font-family:var(--font-body);letter-spacing:-.01em;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.65rem .95rem;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.navbar__links button:after{content:"";background:var(--primary);height:2px;transition:transform .2s;position:absolute;bottom:.3rem;left:.95rem;right:.95rem;transform:scaleX(0)}.navbar__links button:hover{color:var(--text)}.navbar__links button:hover:after{transform:scaleX(1)}.navbar__links button:focus-visible{outline:2px solid var(--primary-soft);outline-offset:4px}.navbar__cta{flex-shrink:0}.navbar__toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;width:26px;height:16px;padding:0;display:none}.navbar__toggle span{background:var(--text);transform-origin:50%;width:100%;height:2px;transition:all .3s}.navbar__toggle--active span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle--active span:nth-child(2){opacity:0}.navbar__toggle--active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile-cta{display:none}@media (width<=900px){.navbar__container{height:70px}.navbar__toggle{display:flex}.navbar__cta{display:none}.navbar__links{border-left:1px solid var(--border);z-index:1002;background:#fffffffa;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:min(320px,100vw);height:calc(100vh - 70px);padding:1.5rem;transition:transform .3s;position:fixed;top:70px;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-24px 0 40px #0f172a14}.navbar__links--open{transform:translate(0)}.navbar__links button{color:var(--text);border-bottom:1px solid var(--border);text-align:left;padding:.95rem 0;font-size:1rem}.navbar__links button:after{display:none}.navbar__links button:hover{color:var(--primary)}.navbar__links button:last-child{border-bottom:none}.navbar__mobile-cta{width:100%;margin-top:1.5rem;display:inline-flex}}.navbar__overlay{display:none}.navbar__overlay--open{z-index:1001;background:#0f172a2e;display:block;position:fixed;inset:70px 0 0}@media (width<=480px){.navbar__links{width:100%}}.footer{background:var(--white);border-top:1px solid var(--border);padding:3.5rem 0 0}.footer__grid{border-bottom:1px solid var(--border);grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;display:grid}.footer__brand-lockup{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.footer__brand-icon{background:linear-gradient(180deg, var(--primary), var(--primary-deep));width:40px;height:40px;font-family:var(--font-display);color:var(--white);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.footer__brand-name{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);font-size:1.15rem;font-weight:700}.footer__brand-tagline{color:var(--muted);font-size:.82rem}.footer__brand-desc{color:var(--muted);max-width:24rem;font-size:.98rem;line-height:1.8}.footer__col-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin-bottom:1rem;font-size:.8rem;font-weight:700}.footer__links{flex-direction:column;gap:.55rem;display:flex}.footer__links button{cursor:pointer;font-family:var(--font-body);color:var(--muted);text-align:left;background:0 0;border:none;padding:0;font-size:.95rem;transition:color .2s}.footer__links button:hover{color:var(--primary)}.footer__contact-item{color:var(--muted);align-items:flex-start;gap:.9rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.5;display:flex}.footer__contact-item span:first-child{letter-spacing:.12em;text-transform:uppercase;min-width:3.2rem;color:var(--text-soft);font-size:.76rem;font-weight:700}.footer__contact-item a{color:var(--muted);transition:color .2s}.footer__contact-item a:hover{color:var(--primary)}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.footer__copy{color:var(--muted);font-size:.88rem}@media (width<=820px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=480px){.footer__grid{grid-template-columns:1fr}.footer{padding-top:2.75rem}}:root{--primary:#2f6fed;--primary-deep:#1f5ad2;--primary-soft:#2f6fed24;--text:#10203a;--text-soft:#42526b;--muted:#617086;--white:#fff;--background:#f5f8fc;--surface:#ffffffe6;--surface-alt:#eef4fb;--border:#10203a1a;--shadow:0 24px 50px #0f172a14;--shadow-soft:0 16px 34px #0f172a0d;--max-w:1180px;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--section-pad:clamp(4.5rem, 8vw, 7rem) 1.5rem;--font-display:"Sora", sans-serif;--font-body:"Manrope", sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);font-family:var(--font-body);background:radial-gradient(circle at 0 0,#2f6fed14,#0000 30%),linear-gradient(#fbfdff 0%,#f4f8fc 100%);margin:0}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}ul{margin:0;padding:0;list-style:none}.staffy-page{overflow:clip}.container{width:min(100%, var(--max-w));margin:0 auto}.section{padding:var(--section-pad)}.section--soft{background:#ffffff8c}.section--tinted{background:linear-gradient(#2f6fed0a,#ffffffa6)}.scroll-section{scroll-margin-top:100px}.card-surface{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7}.eyebrow{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.9rem;font-size:.78rem;font-weight:800;display:inline-block}.section-heading{max-width:760px;margin-bottom:2.5rem}.section-heading--centered{text-align:center;margin-inline:auto}.section-title,.hero__title{font-family:var(--font-display);letter-spacing:-.05em;color:var(--text);margin:0;font-weight:700;line-height:1.04}.hero__title{max-width:12ch;font-size:clamp(3rem,7vw,5.55rem)}.section-title{font-size:clamp(2rem,4vw,3.35rem)}h3{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);margin:0;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.2}p{color:var(--muted);margin:0;font-size:1rem;line-height:1.75}.section-copy,.hero__text{margin-top:1.25rem;font-size:1.05rem;line-height:1.85}.section-copy--wide{max-width:62ch;margin-inline:auto}.btn-primary,.btn-secondary{cursor:pointer;letter-spacing:-.01em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:.9rem 1.35rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s,background-color .2s,color .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 18px 30px #2f6fed38}.btn-primary:hover{background:var(--primary-deep);transform:translateY(-1px)}.btn-secondary{color:var(--text);border-color:var(--border);background:#ffffffb3}.btn-secondary:hover{color:var(--primary);border-color:#2f6fed38;transform:translateY(-1px)}.hero{padding:clamp(5.75rem,9vw,8rem) 1.5rem 4.5rem}.hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(2rem,4vw,4.5rem);display:grid}.hero__content{max-width:630px}.hero__actions{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.hero__note-row{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero__note-card{border:1px solid var(--border);min-width:220px;box-shadow:var(--shadow-soft);background:#ffffffad;border-radius:22px;padding:1rem 1.15rem}.hero__note-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin-bottom:.45rem;font-size:.78rem;font-weight:800;display:block}.hero__note-card strong{color:var(--text);font-size:1rem}.hero__preview{position:relative}.hero__preview-window{padding:1.4rem}.hero__preview-topbar{border-bottom:1px solid var(--border);letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;font-size:.82rem;font-weight:700;display:flex}.hero__preview-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.hero__preview-summary div,.hero__preview-item{background:var(--surface-alt);border-radius:22px;padding:1rem}.hero__preview-summary span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin-bottom:.4rem;font-size:.76rem;font-weight:700;display:block}.hero__preview-summary strong{font-family:var(--font-display);color:var(--text);font-size:1.25rem;line-height:1.2}.hero__preview-list{gap:.9rem;display:grid}.hero__preview-item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.hero__preview-name{color:var(--text);font-weight:800}.hero__preview-meta{margin-top:.25rem;font-size:.92rem}.status-pill{color:var(--text-soft);white-space:nowrap;background:#10203a0f;border-radius:999px;justify-content:center;align-items:center;padding:.5rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.status-pill--good{color:#14795a;background:#11b9811f}.status-pill--alert{color:#8c5a04;background:#f59e0b29}.operations-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.operations-card{padding:1.5rem}.operations-card__index{color:var(--primary);letter-spacing:.1em;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:inline-flex}.operations-card h3{margin-bottom:.75rem}::selection{background:#2f6fed2e}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#edf2f8}::-webkit-scrollbar-thumb{background:#10203a2e;border-radius:999px}@media (width<=960px){.hero__grid,.operations-grid{grid-template-columns:1fr}}@media (width<=640px){.section,.hero{padding-inline:1rem}.hero__preview-summary{grid-template-columns:1fr}.hero__preview-item{flex-direction:column;align-items:flex-start}.hero__note-row,.hero__actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.what-staffy-does__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(2rem,4vw,4rem);display:grid}.what-staffy-does__outcomes{gap:.9rem;margin-top:2rem;display:grid}.what-staffy-does__outcome{align-items:flex-start;gap:.9rem;padding:1rem 1.1rem;display:flex}.what-staffy-does__outcome p{margin:0}.what-staffy-does__dot{background:var(--primary);border-radius:999px;flex-shrink:0;width:.7rem;height:.7rem;margin-top:.45rem}.what-staffy-does__visual{padding:1.5rem}.what-staffy-does__visual-head{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);justify-content:space-between;gap:1rem;margin-bottom:1.25rem;font-size:.78rem;font-weight:700;display:flex}.what-staffy-does__visual-layout{gap:1rem;display:grid}.what-staffy-does__panel{border:1px solid var(--border);background:var(--surface-alt);border-radius:22px;padding:1.3rem}.what-staffy-does__panel--primary{background:linear-gradient(#2f6fed1a,#2f6fed0a);border-color:#2f6fed2e}.what-staffy-does__panel-label{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.5rem;font-size:.78rem;font-weight:700}.what-staffy-does__panel strong{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);margin-bottom:.45rem;font-size:1.3rem;line-height:1.2;display:block}.what-staffy-does__panel span{color:var(--muted);line-height:1.7}.what-staffy-does__stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (width<=820px){.what-staffy-does__grid,.what-staffy-does__stack{grid-template-columns:1fr}}.staffy-benefits__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.staffy-benefits__card{padding:1.5rem}.staffy-benefits__marker{background:#2f6fed1a;border-radius:16px;width:2.6rem;height:2.6rem;margin-bottom:1.2rem;display:inline-flex;position:relative}.staffy-benefits__marker:after{content:"";background:var(--primary);border-radius:999px;width:.9rem;height:.9rem;margin:auto;position:absolute;inset:0}.staffy-benefits__card h3{margin-bottom:.75rem}.staffy-benefits__card p{margin:0}@media (width<=960px){.staffy-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.staffy-benefits__grid{grid-template-columns:1fr}}.staffy-subscriptions__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.staffy-subscriptions__card{padding:1.6rem;position:relative}.staffy-subscriptions__card--featured{background:linear-gradient(#2f6fed1a,#fffffffa);border-color:#2f6fed3d}.staffy-subscriptions__card--emphasized{box-shadow:0 24px 40px #0f172a14}.staffy-subscriptions__tag{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;background:#2f6fed1f;border-radius:999px;margin-bottom:1rem;padding:.45rem .75rem;font-size:.72rem;font-weight:700;display:inline-flex}.staffy-subscriptions__tag--subtle{color:var(--text-soft);background:#0f172a0f}.staffy-subscriptions__plan{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin-bottom:.85rem;font-size:.8rem;font-weight:700}.staffy-subscriptions__card h3{margin-bottom:.4rem}.staffy-subscriptions__employees{color:var(--primary);margin-bottom:1rem;font-weight:700}.staffy-subscriptions__description{margin-bottom:1.2rem}.staffy-subscriptions__list{gap:.75rem;display:grid}.staffy-subscriptions__list li{color:var(--muted);align-items:flex-start;gap:.7rem;line-height:1.6;display:flex}.staffy-subscriptions__list li:before{content:"";background:var(--primary);border-radius:999px;flex-shrink:0;width:.65rem;height:.65rem;margin-top:.45rem}@media (width<=1100px){.staffy-subscriptions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.staffy-subscriptions__grid{grid-template-columns:1fr}}.download-staffy__panel{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:clamp(1.5rem,3vw,3rem);padding:clamp(1.75rem,3vw,2.5rem);display:grid}.download-staffy__supporting-copy{color:var(--text-soft);margin-top:1rem}.download-staffy__actions{justify-items:start;gap:1rem;display:grid}.download-staffy__meta{flex-wrap:wrap;gap:.75rem;display:flex}.download-staffy__meta span{border:1px solid var(--border);color:var(--text-soft);background:#ffffffb8;border-radius:999px;padding:.65rem .9rem;font-size:.88rem;display:inline-flex}@media (width<=760px){.download-staffy__panel{grid-template-columns:1fr}.download-staffy__actions{justify-items:stretch}}.faq-section__grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:start;gap:clamp(1.75rem,4vw,4rem);display:grid}.faq-section__items{gap:1rem;display:grid}.faq-item{padding:1.2rem 1.3rem}.faq-item summary{cursor:pointer;font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);padding-right:2rem;font-size:1.15rem;line-height:1.35;list-style:none;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--primary);font-size:1.5rem;line-height:1;position:absolute;top:0;right:0}.faq-item[open] summary:after{content:"-"}.faq-item p{margin-top:.9rem;margin-bottom:0}@media (width<=820px){.faq-section__grid{grid-template-columns:1fr}}.contact-section__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(1.75rem,4vw,4rem);display:grid}.contact-section__panel{padding:clamp(1.5rem,3vw,2.2rem)}.contact-section__label,.contact-section__detail-label{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);font-size:.78rem;font-weight:700}.contact-section__block h3{margin:.55rem 0 .8rem}.contact-section__block p{margin-bottom:0}.contact-section__actions{flex-wrap:wrap;gap:.85rem;margin:1.5rem 0;display:flex}.contact-section__details{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-top:1.25rem;display:grid}.contact-section__details p{margin-top:.4rem;margin-bottom:0}@media (width<=820px){.contact-section__grid,.contact-section__details{grid-template-columns:1fr}}
