*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8fafc;--bg-alt:#fff;--surface:#fff;--surface-muted:#f1f5f9;--surface-hover:#e2e8f0;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text-muted:#64748b;--accent-blue:#2563eb;--accent-cyan:#0891b2;--accent-light:#eff6ff;--success:#059669;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 4px 16px #0f172a14;--shadow-lg:0 12px 40px #0f172a1a;--max-width:1200px;--font:"Outfit", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}#root{min-height:100vh}.layout{flex-direction:column;min-height:100vh;display:flex;position:relative}.main{flex:1;padding-top:5rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#0f172a0a 1px,#0000 1px),linear-gradient(90deg,#0f172a0a 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000,#0000);mask-image:radial-gradient(80% 60% at 50% 0,#000,#0000)}.bg-glow{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}.bg-glow--1{background:#2563eb14;width:500px;height:500px;top:-150px;right:-80px}.bg-glow--2{background:#0891b20f;width:400px;height:400px;bottom:10%;left:-100px}.layout>:not(.bg-grid):not(.bg-glow){z-index:1;position:relative}.gradient-text{background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.section{padding:5rem 0}.section--alt{background:var(--surface-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section__header{max-width:640px;margin-bottom:3rem}.section__header--center{text-align:center;margin-left:auto;margin-right:auto}.section__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-blue);margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:inline-block}.section__header h2{letter-spacing:-.02em;color:var(--text);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.section__header p{color:var(--text-muted);line-height:1.7}.page-hero{text-align:center;background:linear-gradient(180deg, var(--bg-alt) 0%, var(--bg) 100%);padding:4rem 0 3rem}.page-hero__content{max-width:760px;margin:0 auto}.page-hero h1{letter-spacing:-.03em;color:var(--text);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.page-hero p{color:var(--text-muted);font-size:1.15rem;line-height:1.7}.btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn svg{width:18px;height:18px}.btn--primary{color:#fff;background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));box-shadow:var(--shadow-sm)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.btn--ghost{color:var(--text);background:var(--bg-alt);border:1px solid var(--border-strong)}.btn--ghost:hover{background:var(--surface-muted);border-color:var(--accent-blue);color:var(--accent-blue)}.btn--lg{padding:1rem 2rem;font-size:1rem}.info-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem;transition:box-shadow .2s,border-color .2s}.info-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.info-card h3{color:var(--text);margin-bottom:.5rem;font-size:1.05rem}.info-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.nav{z-index:100;padding:1rem 0;position:fixed;top:0;left:0;right:0}.nav__inner{max-width:var(--max-width);border:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-md);background:#ffffffe6;border-radius:999px;justify-content:space-between;align-items:center;margin:0 auto;padding:.65rem 1.25rem;display:flex}.nav__brand{color:inherit;align-items:center;gap:.65rem;text-decoration:none;display:flex}.nav__brand-text{flex-direction:column;gap:.1rem;display:flex}.nav__product{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:600}.nav__logo{width:36px;height:36px}.nav__name{letter-spacing:-.02em;color:var(--text);font-size:1.15rem;font-weight:700}.nav__accent{background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));color:#0000;-webkit-background-clip:text;background-clip:text}.nav__links{align-items:center;gap:.25rem;display:flex}.nav__link{color:var(--text-muted);border-radius:999px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav__link:hover{color:var(--text);background:var(--surface-muted)}.nav__link--active{color:var(--accent-blue);background:var(--accent-light)}.nav__cta{color:#fff;background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));border-radius:999px;margin-left:.5rem;padding:.55rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.nav__cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2563eb4d}.nav__toggle{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.nav__toggle svg{width:24px;height:24px}.nav__backdrop{display:none}@media (width<=768px){.nav__toggle{display:flex}.nav__links{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;border-radius:1.25rem;flex-direction:column;align-items:stretch;padding:1rem;transition:opacity .25s,transform .25s,visibility .25s;position:fixed;top:5rem;left:1rem;right:1rem;transform:translateY(-8px)}.nav__links--open{opacity:1;visibility:visible;transform:translateY(0)}.nav__link{padding:.85rem 1rem}.nav__cta{text-align:center;margin:.5rem 0 0}.nav__backdrop{z-index:-1;cursor:pointer;background:#0f172a4d;border:none;display:block;position:fixed;inset:0}}.footer{border-top:1px solid var(--border);background:var(--bg-alt);margin-top:auto;padding:4rem 0 2rem}.footer__grid{grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;padding-bottom:3rem;display:grid}.footer__logo-link{color:var(--text);align-items:center;gap:.65rem;margin-bottom:1rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.footer__logo{width:32px;height:32px}.footer__tagline{max-width:300px;color:var(--text-muted);font-size:.9rem;line-height:1.6}.footer__product-label{color:var(--text-muted);margin-top:.75rem;font-size:.85rem}.footer__product-label strong{color:var(--accent-blue)}.footer__heading{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem;font-size:.8rem;font-weight:600}.footer__list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer__list a{color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.footer__list a:hover{color:var(--accent-blue)}.footer__bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.footer__mono{font-family:var(--font-mono);opacity:.8;font-size:.75rem}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=500px){.footer__grid{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}.dashboard{background:var(--bg-alt);border:1px solid var(--border);width:100%;max-width:640px;box-shadow:var(--shadow-lg);border-radius:1rem;animation:6s ease-in-out infinite float;overflow:hidden}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.dashboard__chrome{background:var(--surface-muted);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.dashboard__dot{border-radius:50%;width:10px;height:10px}.dashboard__dot--r{background:#ef4444}.dashboard__dot--y{background:#eab308}.dashboard__dot--g{background:#22c55e}.dashboard__title{color:var(--text-muted);margin-left:.5rem;font-size:.75rem;font-weight:500}.dashboard__body{min-height:280px;display:flex}.dashboard__sidebar{background:var(--surface-muted);border-right:1px solid var(--border);width:120px;padding:.75rem .5rem}.dashboard__nav-item{color:var(--text-muted);border-radius:6px;margin-bottom:.15rem;padding:.4rem .6rem;font-size:.65rem}.dashboard__nav-item--active{background:var(--accent-light);color:var(--accent-blue);font-weight:600}.dashboard__main{background:var(--bg-alt);flex:1;padding:.75rem}.dashboard__stats{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.75rem;display:grid}.dashboard__stat{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;padding:.5rem}.dashboard__stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.55rem;display:block}.dashboard__stat-value{color:var(--text);margin:.15rem 0;font-size:.85rem;font-weight:700;display:block}.dashboard__stat-trend{color:var(--success);font-size:.55rem;font-weight:500}.dashboard__table-header,.dashboard__row{grid-template-columns:1fr 1.2fr 1fr .8fr;gap:.5rem;padding:.4rem .5rem;font-size:.6rem;display:grid}.dashboard__table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border);font-weight:600}.dashboard__row{border-bottom:1px solid var(--border);color:var(--text)}.dashboard__badge{border-radius:4px;width:fit-content;padding:.15rem .4rem;font-size:.55rem;font-weight:600;display:inline-block}.dashboard__badge--in-progress{color:#1d4ed8;background:#dbeafe}.dashboard__badge--invoiced{color:#047857;background:#d1fae5}.dashboard__badge--completed{background:var(--surface-muted);color:var(--text-muted)}.feature-card{background:var(--bg-alt);border:1px solid var(--border);color:inherit;box-shadow:var(--shadow-sm);border-radius:1.25rem;flex-direction:column;padding:1.75rem;text-decoration:none;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.feature-card:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border));box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card__icon{background:color-mix(in srgb, var(--accent) 12%, white);width:48px;height:48px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.feature-card__icon svg{width:24px;height:24px}.feature-card__head{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.feature-card__title{color:var(--text);margin:0;font-size:1.15rem;font-weight:600}.feature-card__badge{text-transform:uppercase;letter-spacing:.04em;background:var(--accent-light);color:var(--accent-blue);border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.feature-card__tagline{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.feature-card__desc{color:var(--text-muted);flex:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.feature-card__link{color:var(--accent);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.feature-card__link svg{width:18px;height:18px;transition:transform .2s}.feature-card:hover .feature-card__link svg{transform:translate(4px)}.hero{background:linear-gradient(180deg, var(--bg-alt) 0%, var(--bg) 100%);align-items:center;min-height:85vh;padding:8rem 0 4rem;display:flex}.hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero__badge{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-blue);background:var(--accent-light);border:1px solid #bfdbfe;border-radius:999px;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero__title{letter-spacing:-.03em;color:var(--text);margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.1}.hero__subtitle{color:var(--text-muted);max-width:540px;margin-bottom:2rem;font-size:1.1rem;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero__purpose{grid-template-columns:1fr 1fr;gap:.5rem 1.5rem;list-style:none;display:grid}.hero__purpose li{color:var(--text-muted);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.4;display:flex}.hero__purpose svg{width:18px;height:18px;color:var(--success);flex-shrink:0;margin-top:.1rem}.hero__visual{justify-content:center;display:flex}.stats-bar{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.stats-bar__grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stats-bar__value{background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;display:block}.stats-bar__label{color:var(--text-muted);font-size:.9rem}.overview-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:2rem;display:grid}.overview-panel{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1.25rem;padding:2rem}.overview-panel h3{color:var(--text);margin-bottom:1.25rem;font-size:1.2rem}.overview-panel ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.overview-panel ul li{color:var(--text-muted);align-items:flex-start;gap:.65rem;font-size:.95rem;line-height:1.5;display:flex}.overview-panel ul li svg{width:18px;height:18px;color:var(--success);flex-shrink:0;margin-top:.15rem}.overview-panel__intro{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.lifecycle-list{counter-reset:lifecycle;list-style:none}.lifecycle-list li{border-bottom:1px solid var(--border);counter-increment:lifecycle;flex-direction:column;gap:.2rem;padding:.75rem 0;display:flex}.lifecycle-list li:last-child{border-bottom:none}.lifecycle-list li strong{color:var(--accent-blue);font-size:.9rem}.lifecycle-list li span{color:var(--text-muted);font-size:.85rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.industries-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.industry-card{background:var(--bg-alt);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem}.industry-card h3{color:var(--text);margin-bottom:.5rem;font-size:1rem}.industry-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.faq-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:960px;margin:0 auto;display:grid}.faq-item{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.75rem;padding:1.25rem 1.5rem}.faq-item summary{cursor:pointer;color:var(--text);font-size:.95rem;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--accent-blue);font-weight:700}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--text-muted);margin-top:.75rem;font-size:.9rem;line-height:1.65}.faq-more{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.95rem}.faq-more a{color:var(--accent-blue);font-weight:600;text-decoration:none}.faq-more a:hover{text-decoration:underline}.capabilities-table-wrap{border:1px solid var(--border);background:var(--bg-alt);box-shadow:var(--shadow-sm);border-radius:1rem;overflow-x:auto}.capabilities-table{border-collapse:collapse;width:100%;font-size:.9rem}.capabilities-table th,.capabilities-table td{text-align:left;border-bottom:1px solid var(--border);padding:.85rem 1.25rem}.capabilities-table th{background:var(--surface-muted);color:var(--text);font-weight:600}.capabilities-table td:first-child{color:var(--accent-blue);white-space:nowrap;width:180px;font-weight:600}.capabilities-table tbody tr:last-child td{border-bottom:none}.steps-list{list-style:none}.steps-list li{border-bottom:1px solid var(--border);gap:1rem;padding:.85rem 0;display:flex}.steps-list li:last-child{border-bottom:none}.steps-list__num{color:#fff;background:var(--accent-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.steps-list li strong{margin-bottom:.2rem;font-size:.95rem;display:block}.steps-list li span{color:var(--text-muted);font-size:.85rem;line-height:1.5}.benefits-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.benefit-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem}.benefit-card h3{color:var(--text);margin-bottom:.5rem;font-size:1rem}.benefit-card p{color:var(--text-muted);font-size:.85rem;line-height:1.55}.section-link-center{text-align:center;margin-top:2rem}.section-link-center a{color:var(--accent-blue);font-weight:600;text-decoration:none}.section-link-center a:hover{text-decoration:underline}.cta-banner{padding:5rem 0}.cta-banner__inner{text-align:center;background:linear-gradient(135deg, var(--accent-light), #ecfeff);box-shadow:var(--shadow-sm);border:1px solid #bfdbfe;border-radius:1.5rem;padding:4rem 2rem}.cta-banner__inner h2{color:var(--text);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem)}.cta-banner__inner p{color:var(--text-muted);max-width:520px;margin-bottom:2rem;margin-left:auto;margin-right:auto;line-height:1.7}@media (width<=1024px){.hero__grid{text-align:center;grid-template-columns:1fr}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__purpose{text-align:left;grid-template-columns:1fr;max-width:400px;margin:0 auto}.features-grid,.capabilities-grid{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr}.industries-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}}@media (width<=640px){.hero{padding-top:6rem}.features-grid,.capabilities-grid{grid-template-columns:1fr}.stats-bar__grid{grid-template-columns:1fr;gap:1.5rem}.industries-grid,.org-grid,.benefits-grid{grid-template-columns:1fr}}.module-summary{border-bottom:1px solid var(--border);padding:2.5rem 0}.module-summary:last-child{border-bottom:none}.module-summary__head{flex-wrap:wrap;align-items:flex-start;gap:1.25rem;margin-bottom:1rem;display:flex}.module-summary__icon{background:color-mix(in srgb, var(--accent) 12%, white);width:52px;height:52px;color:var(--accent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.module-summary__icon svg{width:26px;height:26px}.module-summary__head>div:nth-child(2){flex:1;min-width:200px}.module-summary__head h2{margin-bottom:.25rem;font-size:1.5rem}.module-summary__tagline{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:600}.module-summary__link{white-space:nowrap;margin-left:auto}.module-summary__desc{color:var(--text-muted);max-width:800px;margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.module-summary__cols{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.module-summary__cols h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.module-summary__cols ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.module-summary__cols li{color:var(--text-muted);padding-left:1rem;font-size:.9rem;line-height:1.5;position:relative}.module-summary__cols li:before{content:"•";color:var(--accent-blue);position:absolute;left:0}.workflow-section{background:var(--surface-muted)}.workflow-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.workflow-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem;position:relative}.workflow-card:before{content:"";background:linear-gradient(90deg, var(--accent-blue), var(--accent-cyan));border-radius:1rem 1rem 0 0;height:3px;position:absolute;top:0;left:0;right:0}.workflow-card__step{font-family:var(--font-mono);color:var(--accent-blue);margin-bottom:.75rem;font-size:.75rem;font-weight:500;display:block}.workflow-card h3{color:var(--text);margin-bottom:.5rem;font-size:1rem}.workflow-card p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.capabilities-grid--compact{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.integrations__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.integrations__inner h2{color:var(--text);margin:.75rem 0 1rem;font-size:clamp(1.75rem,3vw,2.25rem)}.integrations__inner p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.integrations__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.integrations__list li{background:var(--bg-alt);border:1px solid var(--border);color:var(--text);box-shadow:var(--shadow-sm);border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:500;display:flex}.integrations__list svg{width:20px;height:20px;color:var(--success);flex-shrink:0}.faq-grid--single{flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto;display:flex}.faq-grid--single .faq-item{background:var(--bg-alt);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem 1.5rem}.faq-grid--single .faq-item summary{cursor:pointer;font-weight:600;list-style:none}.faq-grid--single .faq-item p{color:var(--text-muted);margin-top:.75rem;font-size:.9rem;line-height:1.65}@media (width<=1100px){.workflow-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.workflow-grid{grid-template-columns:repeat(2,1fr)}.integrations__inner,.module-summary__cols,.capabilities-grid--compact{grid-template-columns:1fr}}.invoice-types-grid,.leave-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.lead-status-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:900px;margin:0 auto;display:grid}.lead-status-card{text-align:center;background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem}.lead-status-card strong{color:var(--accent-blue);margin-bottom:.5rem;font-size:1rem;display:block}.lead-status-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.exports-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.export-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem}.export-card__schedule{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-cyan);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.export-card h3{margin-bottom:.75rem;font-size:1.05rem}.export-card ul{flex-direction:column;gap:.4rem;list-style:none;display:flex}.export-card li{color:var(--text-muted);padding-left:1rem;font-size:.85rem;line-height:1.5;position:relative}.export-card li:before{content:"•";color:var(--accent-blue);position:absolute;left:0}.role-card h3{color:var(--text);margin-bottom:.35rem;font-size:1.05rem}@media (width<=900px){.invoice-types-grid,.leave-grid,.exports-grid,.roles-grid,.lead-status-grid{grid-template-columns:1fr}}@media (width<=500px){.workflow-grid{grid-template-columns:1fr}.module-summary__link{text-align:center;width:100%;margin-left:0}}.module-hero{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 6%, var(--bg-alt)), var(--bg));padding:8rem 0 3rem}.module-hero__back{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.module-hero__back:hover{color:var(--accent-blue)}.module-hero__icon{background:color-mix(in srgb, var(--accent) 12%, white);width:64px;height:64px;color:var(--accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.module-hero__icon svg{width:32px;height:32px}.module-hero__tagline{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.module-hero h1{color:var(--text);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.module-hero p{color:var(--text-muted);max-width:640px;font-size:1.1rem;line-height:1.7}.module-hero__badge{text-transform:uppercase;letter-spacing:.04em;background:var(--accent-light);color:var(--accent-blue);border-radius:999px;margin-top:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.extras-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width<=600px){.extras-grid{grid-template-columns:1fr}}.module-detail__intro p{color:var(--text-muted);max-width:800px;font-size:1.15rem;line-height:1.8}.module-detail__grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.module-detail__grid h2{color:var(--text);margin-bottom:1.25rem;font-size:1.35rem}.module-highlights{list-style:none}.module-highlights li{border-bottom:1px solid var(--border);color:var(--text);align-items:flex-start;gap:.75rem;padding:.85rem 0;font-size:.95rem;line-height:1.5;display:flex}.module-highlights svg{width:22px;height:22px;color:var(--success);flex-shrink:0;margin-top:.1rem}.module-capabilities{flex-direction:column;gap:.5rem;list-style:none;display:flex}.module-capabilities li{color:var(--text-muted);background:var(--bg-alt);border:1px solid var(--border);border-radius:.5rem;padding:.65rem 1rem;font-size:.9rem;line-height:1.5}.module-detail__heading{text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.use-cases-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.use-case-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;gap:.75rem;padding:1.5rem;display:flex}.use-case-card svg{width:22px;height:22px;color:var(--accent-blue);flex-shrink:0}.use-case-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.module-detail__footer-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.module-detail__panel{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1.25rem;padding:2rem}.module-detail__panel h3{color:var(--text);margin-bottom:.75rem;font-size:1.15rem}.module-detail__panel>p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.module-detail__related span{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:block}.module-detail__tags{flex-wrap:wrap;gap:.5rem;display:flex}.module-detail__tags a{color:var(--accent-blue);background:var(--accent-light);border-radius:999px;padding:.4rem .85rem;font-size:.85rem;text-decoration:none;transition:background .2s}.module-detail__tags a:hover{background:#dbeafe}.module-detail__cta-box{background:linear-gradient(135deg, var(--accent-light), #ecfeff);border:1px solid #bfdbfe;border-radius:1.25rem;padding:2rem}.module-detail__cta-box h3{color:var(--text);margin-bottom:.75rem;font-size:1.25rem}.module-detail__cta-box p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.module-detail__grid,.module-detail__footer-grid,.use-cases-grid{grid-template-columns:1fr}}.about-mission{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-mission__text h2{color:var(--text);margin-bottom:1.25rem;font-size:2rem}.about-mission__product-heading{color:var(--accent-blue);margin:1.5rem 0 .75rem;font-size:1.15rem}.about-mission__text p{color:var(--text-muted);margin-bottom:1rem;line-height:1.8}.about-mission__visual{justify-content:center;display:flex}.about-ring{width:300px;height:300px;position:relative}.about-ring__center{background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));color:#fff;width:88px;height:88px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-ring__node{background:var(--bg-alt);border:1px solid var(--border);white-space:nowrap;color:var(--text);box-shadow:var(--shadow-sm);transform:rotate(calc(var(--i) * 60deg)) translateY(-130px) rotate(calc(var(--i) * -60deg));border-radius:999px;padding:.35rem .65rem;font-size:.7rem;font-weight:600;position:absolute;top:50%;left:50%}.about-modules-list{flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto;list-style:none;display:flex}.about-modules-list a{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.75rem;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:block}.about-modules-list a:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-md)}.about-modules-list strong{color:var(--text);margin-bottom:.35rem;display:block}.about-modules-list span{color:var(--text-muted);font-size:.9rem;line-height:1.5}.lifecycle-timeline{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:960px;margin:0 auto;display:grid}.lifecycle-timeline__item{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;gap:1rem;padding:1.25rem;display:flex}.lifecycle-timeline__num{color:#fff;background:var(--accent-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.lifecycle-timeline__item strong{color:var(--text);margin-bottom:.35rem;font-size:.95rem;display:block}.lifecycle-timeline__item p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.about-values{background:var(--surface-muted)}.values-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.value-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:2rem}.value-card h3{color:var(--accent-blue);margin-bottom:.75rem;font-size:1.25rem}.value-card p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.about-industries{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.about-industries .industry-card{background:var(--bg-alt);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem}.about-industries .industry-card h3{margin-bottom:.5rem;font-size:1rem}.about-industries .industry-card p{color:var(--text-muted);font-size:.85rem}.capabilities-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;display:grid}.team-card{text-align:center;background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem;transition:border-color .2s}.team-card:hover{border-color:var(--accent-blue)}.team-card h3{color:var(--text);margin-bottom:.5rem;font-size:1rem}.team-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.about-cta{text-align:center;margin-top:3rem}.org-grid{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.org-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.75rem}.org-card h3{color:var(--accent-blue);margin-bottom:.75rem;font-size:1.1rem}.org-card p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.about-modules-list .badge{text-transform:uppercase;background:var(--accent-light);color:var(--accent-blue);vertical-align:middle;border-radius:4px;margin-left:.5rem;padding:.15rem .45rem;font-size:.65rem;font-weight:600;display:inline-block}.roles-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.role-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem}.role-card h3{margin-bottom:.35rem;font-size:1.05rem}.role-card__resp{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem;line-height:1.5}.role-card ul{color:var(--text-muted);font-size:.8rem;list-style:none}.role-card li{padding:.25rem 0 .25rem 1rem;position:relative}.role-card li:before{content:"✓";color:var(--success);font-size:.7rem;position:absolute;left:0}.workflows-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.workflow-role-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem}.workflow-role-card h3{color:var(--accent-blue);margin-bottom:.75rem;font-size:1rem}.workflow-role-card ol{color:var(--text-muted);padding-left:1.25rem;font-size:.875rem;line-height:1.6}.workflow-role-card li{margin-bottom:.35rem}.benefits-table-wrap{border:1px solid var(--border);background:var(--bg-alt);border-radius:1rem;overflow-x:auto}.benefits-table{border-collapse:collapse;width:100%;font-size:.9rem}.benefits-table th,.benefits-table td{text-align:left;border-bottom:1px solid var(--border);padding:.85rem 1.25rem}.benefits-table th{background:var(--surface-muted);font-weight:600}.benefits-table td:first-child{color:var(--text);white-space:nowrap;font-weight:600}.about-two-col{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.about-two-col h2{margin-bottom:1.25rem;font-size:1.35rem}.getting-started-list,.security-list,.requirements-list{list-style:none}.getting-started-list li{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1.25rem}.getting-started-list li:last-child{border-bottom:none}.getting-started-list strong{margin-bottom:.35rem;display:block}.getting-started-list p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.security-list li{color:var(--text-muted);gap:.65rem;margin-bottom:.65rem;font-size:.9rem;display:flex}.security-list svg{width:18px;height:18px;color:var(--success);flex-shrink:0}.requirements-list li{color:var(--text-muted);padding:.35rem 0 .35rem 1rem;font-size:.9rem;position:relative}.requirements-list li:before{content:"•";color:var(--accent-blue);position:absolute;left:0}.mt-lg{margin-top:2rem}@media (width<=900px){.about-mission,.values-grid,.capabilities-grid,.lifecycle-timeline{grid-template-columns:1fr}.team-grid,.about-industries{grid-template-columns:repeat(2,1fr)}.org-grid,.roles-grid,.workflows-grid,.about-two-col{grid-template-columns:1fr}}@media (width<=500px){.team-grid,.about-industries{grid-template-columns:1fr}}.contact-section{padding-bottom:6rem}.contact-grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:3rem;display:grid}.contact-info h2{color:var(--text);margin-bottom:1rem;font-size:1.75rem}.contact-info>p{color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.contact-topics{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.contact-topic-card{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.75rem;padding:1rem 1.25rem}.contact-topic-card h4{color:var(--text);margin-bottom:.35rem;font-size:.95rem}.contact-topic-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.contact-modules h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.contact-modules ul{grid-template-columns:1fr 1fr;gap:.4rem;list-style:none;display:grid}.contact-modules li{color:var(--text-muted);padding-left:1rem;font-size:.875rem;position:relative}.contact-modules li:before{content:"✓";color:var(--success);font-size:.75rem;position:absolute;left:0}.contact-form{background:var(--bg-alt);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:1.25rem;padding:2rem}.form-row{margin-bottom:1.25rem}.form-row label{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-row input,.form-row select,.form-row textarea{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border-strong);border-radius:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-row input::placeholder,.form-row textarea::placeholder{color:#94a3b8}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--accent-blue);outline:none;box-shadow:0 0 0 3px #2563eb1f}.form-row textarea{resize:vertical;min-height:100px}.btn--full{justify-content:center;width:100%}.contact-success{text-align:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:1.25rem;padding:3rem 2rem}.contact-success svg{width:48px;height:48px;color:var(--success);margin-bottom:1rem}.contact-success h3{color:var(--text);margin-bottom:.5rem;font-size:1.5rem}.contact-success p{color:var(--text-muted)}@media (width<=768px){.contact-grid,.contact-modules ul{grid-template-columns:1fr}}
