:root{--bg:#f3f5f7;--bg2:#e9edf1;--surface:#fff;--panel:#f8f9fa;--text:#111419;--muted:#545d68;--border:#d1d7de;--red:#d80010;--red2:#f20d1d;--shadow:0 20px 50px rgba(20,28,38,.1)}[data-theme=dark]{--bg:#050505;--bg2:#0b0d10;--surface:#171b20;--panel:#111419;--text:#f4f6f8;--muted:#aeb5be;--border:#30353d;--red:#e30613;--red2:#ff1726;--shadow:0 20px 50px rgba(0,0,0,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;left:1rem;top:-5rem;background:var(--red);color:#fff;padding:.7rem 1rem;z-index:100}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-inner,.container{width:min(1180px,calc(100% - 2rem));margin:auto}.header-inner{min-height:86px;display:flex;align-items:center;gap:1.5rem}.brand{display:block;flex:0 0 auto}.brand img{width:250px;display:block}.desktop-nav{display:flex;gap:1.1rem;margin-left:auto;font-size:.92rem}.desktop-nav a{padding:.55rem 0}.desktop-nav .active,.desktop-nav a:hover{color:var(--red);text-decoration:none}.header-actions{display:flex;align-items:center;gap:.7rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:46px;padding:.7rem 1rem;border:1px solid var(--red);font-weight:750;text-decoration:none!important}.button-primary,.header-actions .button{background:var(--red);color:#fff}.button-primary:hover,.header-actions .button:hover{background:var(--red2)}.button-secondary{border-color:var(--border);background:var(--surface)}.button-small{min-height:38px;padding:.45rem .7rem;font-size:.85rem}.theme-control{position:relative}.theme-button,.theme-menu button{border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.48rem .65rem}.theme-menu{position:absolute;right:0;top:calc(100% + .5rem);width:120px;background:var(--surface);padding:.35rem;box-shadow:var(--shadow);border:1px solid var(--border)}.theme-menu button{display:block;width:100%;text-align:left;border:0}.menu-toggle{display:none;min-height:44px;background:transparent;border:1px solid var(--border);color:var(--text)}.mobile-menu{border-top:1px solid var(--border);background:var(--bg);padding:1rem}.mobile-menu nav{display:grid;gap:.6rem}.mobile-menu a,.mobile-services button{padding:.65rem 0;border:0;background:none;color:var(--text);text-align:left}.mobile-services>div{padding-left:1rem;display:grid}.hero{position:relative;overflow:hidden;padding:clamp(4rem,9vw,8rem) 0 5rem;background:linear-gradient(120deg,var(--bg2),var(--bg));border-bottom:1px solid var(--border)}.hero:after{content:"";position:absolute;width:60vw;height:1px;background:var(--red);transform:rotate(-13deg);right:-15vw;top:30%;opacity:.8}.eyebrow{color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.hero h1,.page-hero h1{font-size:clamp(2.45rem,6vw,5.7rem);line-height:.98;letter-spacing:-.055em;margin:.4rem 0 1.25rem;max-width:850px}.hero p{font-size:clamp(1.05rem,2vw,1.3rem);max-width:670px;color:var(--muted)}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.75rem 0}.capability{font-weight:700;color:var(--muted);font-size:.9rem}.hero-visual{min-height:330px;background:linear-gradient(135deg,#10151c,#252c35);border:1px solid var(--border);box-shadow:var(--shadow);position:relative;clip-path:polygon(10% 0,100% 0,100% 85%,90% 100%,0 100%,0 12%)}.hero-visual:before{content:"INVENTORY / CONVERSATION / OUTCOME";position:absolute;bottom:2rem;left:2rem;color:#fff;font-weight:800;letter-spacing:.12em;font-size:.85rem}.hero-visual:after{content:"";position:absolute;inset:20% 7%;border:1px solid #e30613;transform:skewY(-10deg);opacity:.8}section{padding:clamp(3.5rem,7vw,6rem) 0}.section-head{max-width:760px;margin-bottom:2rem}.section-head h2,.related h2{font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.08;letter-spacing:-.04em;margin:.35rem 0}.section-head p{color:var(--muted)}.band{background:var(--bg2);border-block:1px solid var(--border)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card{background:var(--surface);border:1px solid var(--border);padding:1.4rem;box-shadow:0 8px 25px rgba(0,0,0,.04)}.card h3{margin:.2rem 0 .5rem;font-size:1.2rem}.card p{color:var(--muted);margin:0}.card a{display:block}.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem}.flow div{background:var(--surface);border:1px solid var(--border);padding:1rem;position:relative;font-weight:700}.flow div:not(:last-child):after{content:"→";position:absolute;right:-.55rem;color:var(--red);z-index:1}.page-hero{padding:4rem 0 2.5rem;background:var(--bg2);border-bottom:1px solid var(--border)}.page-hero h1{font-size:clamp(2.3rem,5vw,4.5rem);max-width:900px}.page-hero p{max-width:760px;color:var(--muted);font-size:1.15rem}.breadcrumbs{font-size:.86rem;color:var(--muted);margin-bottom:1rem}.breadcrumbs span{padding:0 .5rem}.prose{width:min(800px,100%);margin-inline:auto}.prose h2{font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.15;margin-top:2.7rem}.prose h3{margin-top:1.8rem}.prose p,.prose li{color:var(--muted)}.prose ul{padding-left:1.25rem}.service-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:3rem}.service-aside{align-self:start;position:sticky;top:110px;background:var(--surface);border:1px solid var(--border);padding:1.25rem}.notice{border-left:3px solid var(--red);background:var(--panel);padding:1rem}.related{padding-top:1rem}.link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.link-grid a{display:flex;justify-content:space-between;border:1px solid var(--border);padding:1rem;background:var(--surface);font-weight:700}.faq details{border-top:1px solid var(--border);padding:1rem 0}.faq summary{font-weight:750;cursor:pointer}.faq p{color:var(--muted)}.site-footer{background:#0b0d10;color:#f4f6f8;padding:3.5rem max(1rem,calc((100% - 1180px)/2)) 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:2rem}.footer-brand img{width:220px}.site-footer p{color:#aeb5be}.site-footer h2{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:#fff}.site-footer a{display:block;color:#c8cdd3;margin:.35rem 0}.footer-bottom{border-top:1px solid #30353d;margin-top:2rem;padding-top:1rem;display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap;font-size:.86rem;color:#aeb5be}.footer-bottom a{display:inline}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.field{display:grid;gap:.35rem}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{padding:.75rem;border:1px solid var(--border);background:var(--surface);color:var(--text);min-height:44px}.field textarea{min-height:130px}.error{color:#c62835;font-weight:700}.alert{padding:1rem;border-left:4px solid var(--red);background:var(--panel)}.honeypot{position:absolute;left:-9999px}.back-top{position:fixed;right:1rem;bottom:1rem;background:var(--surface);border:1px solid var(--border);padding:.6rem;box-shadow:var(--shadow);z-index:10}.mobile-cta{display:none}@media(max-width:900px){.desktop-nav,.header-actions>.button{display:none}.menu-toggle{display:block}.header-inner{min-height:72px}.brand img{width:205px}.grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.service-layout{grid-template-columns:1fr}.hero-visual{min-height:220px}.service-aside{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.flow{grid-template-columns:repeat(2,1fr)}.flow div:after{display:none}.link-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){body{padding-bottom:62px}.header-inner,.container{width:min(100% - 1.25rem,1180px)}.brand img{width:180px}.theme-button{font-size:.8rem}.hero{padding-top:3.5rem}.hero h1{font-size:clamp(2.2rem,12vw,3.2rem)}.grid,.footer-grid,.form-grid,.link-grid{grid-template-columns:1fr}.card{padding:1.15rem}.flow{grid-template-columns:1fr}.mobile-cta{position:fixed;display:grid;grid-template-columns:1fr 1.4fr;gap:.5rem;bottom:0;left:0;right:0;padding:.45rem;background:var(--bg);border-top:1px solid var(--border);z-index:20}.mobile-cta>a{display:flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--border);font-weight:700}.mobile-cta .button{min-height:44px;padding:.5rem}.footer-bottom{display:grid}.hero-visual{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
