:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}html[data-theme=dark]{--page-background:radial-gradient(circle at top, #5992ff2e, transparent 28%), linear-gradient(180deg, #081120 0%, #0f172a 52%, #111827 100%);--color-text:#e7ecf4;--color-heading:#f8fafc;--color-muted:#94a3b8;--color-muted-strong:#cbd5e1;--color-accent:#7dd3fc;--color-accent-soft:#60a5fa29;--color-accent-pill-border:#7dd3fc33;--color-accent-pill-background:#38bdf814;--color-accent-pill-text:#e0f2fe;--surface-header:#081120c2;--surface-card:#0f172ab8;--surface-card-strong:#0f172af0;--surface-section-muted:#0f172a47;--surface-control:#94a3b814;--surface-control-hover:#94a3b829;--surface-button-secondary:#94a3b81a;--border-color:#94a3b829;--border-strong:#94a3b83d;--border-subtle:#94a3b814;--shadow-color:#0f172a3d;--button-primary-text:#eff6ff;--button-secondary-text:#e2e8f0;--nav-link-color:#cbd5e1;--nav-link-active-color:#f8fafc;--text-link-color:#7dd3fc}html[data-theme=light]{--page-background:radial-gradient(circle at top, #3b82f629, transparent 24%), linear-gradient(180deg, #f8fbff 0%, #eef4ff 52%, #e2e8f0 100%);--color-text:#1e293b;--color-heading:#0f172a;--color-muted:#64748b;--color-muted-strong:#334155;--color-accent:#0369a1;--color-accent-soft:#0e74901f;--color-accent-pill-border:#0e74902e;--color-accent-pill-background:#0e749014;--color-accent-pill-text:#155e75;--surface-header:#f8fafcd1;--surface-card:#ffffffd1;--surface-card-strong:#fffffffa;--surface-section-muted:#e2e8f06b;--surface-control:#e2e8f0b8;--surface-control-hover:#cbd5e1e6;--surface-button-secondary:#e2e8f0cc;--border-color:#94a3b84d;--border-strong:#94a3b86b;--border-subtle:#94a3b838;--shadow-color:#0f172a1f;--button-primary-text:#eff6ff;--button-secondary-text:#0f172a;--nav-link-color:#334155;--nav-link-active-color:#0f172a;--text-link-color:#0f766e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--page-background);min-width:320px;min-height:100vh;color:var(--color-text);margin:0;transition:background .25s,color .25s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}#root,.site-shell{min-height:100vh}.page-content{display:block}.container{width:min(1120px,100% - 2rem);margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--surface-header);border-bottom:1px solid var(--border-color);position:sticky;top:0}.nav-row{justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.brand{align-items:center;gap:.9rem;min-width:0;display:inline-flex}.brand span{gap:.2rem;min-width:0;display:grid}.brand strong{color:var(--color-heading);font-size:1rem}.brand small{color:var(--color-muted)}.logo-mark{width:3rem;height:3rem}.nav-controls{align-items:center;gap:.75rem;margin-left:auto;display:flex}.site-nav{flex-wrap:wrap;align-items:center;gap:.5rem;display:inline-flex}.theme-toggle,.menu-toggle{border:1px solid var(--border-strong);background:var(--surface-control);min-height:3rem;color:var(--color-heading);cursor:pointer;border-radius:.45rem;justify-content:center;align-items:center;gap:.45rem;padding:0 1rem;transition:background-color .2s,border-color .2s,color .2s}.menu-toggle{flex-direction:column;gap:.3rem;width:3rem;padding:0;display:none}.theme-toggle:hover,.menu-toggle:hover{background:var(--surface-control-hover)}.theme-toggle__icon{font-size:1rem;line-height:1}.menu-toggle span{background:currentColor;border-radius:999px;width:1.1rem;height:2px}.nav-link{color:var(--nav-link-color);text-align:center;border-radius:.45rem;padding:.7rem 1rem;transition:background-color .2s,color .2s}.nav-link:hover,.nav-link.active{background:var(--color-accent-soft);color:var(--nav-link-active-color)}.hero-section,.section-block{padding:5rem 0}.section-tight{padding-top:0}.hero-grid,.two-column-grid,.contact-grid,.footer-grid,.testimonial-grid{gap:2rem;display:grid}.hero-grid{grid-template-columns:minmax(0,1.3fr) minmax(300px,.9fr);align-items:center}.hero-section h1,.page-section h1{letter-spacing:-.04em;margin:0 0 1.25rem;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.05}h2,h3,p{margin-top:0}h1,h2,h3{color:var(--color-heading)}h2{font-size:clamp(1.75rem,2.2vw,2.5rem);line-height:1.15}.lead,.section-heading p,.content-card p,.highlight-card p,.form-note,.site-footer p,li{color:var(--color-muted-strong)}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.9rem;font-size:.82rem;font-weight:700}.hero-actions,.cta-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero-proof-list{gap:.75rem;margin:1.5rem 0 0;padding-left:1.2rem;display:grid}.button{cursor:pointer;border:1px solid #0000;border-radius:.45rem;justify-content:center;align-items:center;max-width:100%;min-height:3rem;padding:.85rem 1.4rem;font-weight:600;transition:transform .2s,border-color .2s,background-color .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{color:var(--button-primary-text);background:linear-gradient(135deg,#38bdf8,#2563eb)}.button-secondary{background:var(--surface-button-secondary);border-color:var(--border-strong);color:var(--button-secondary-text)}.highlight-card,.content-card,.cta-panel,.contact-form,.trusted-strip{border:1px solid var(--border-color);background:var(--surface-card);box-shadow:0 20px 60px var(--shadow-color);border-radius:1.5rem}.highlight-card,.content-card,.contact-form,.trusted-strip{padding:1.75rem}.section-heading{max-width:52rem;margin-bottom:2rem}.left-aligned{margin-bottom:0}.card-grid,.split-card-grid,.metric-grid,.testimonial-grid{gap:1.5rem;display:grid}.card-grid,.split-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.5rem}.metric-grid strong{color:var(--color-heading);margin-bottom:.45rem;display:block}.metric-grid span{color:var(--color-muted);font-size:.95rem}.section-muted{background:var(--surface-section-muted);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.two-column-grid{grid-template-columns:minmax(0,1fr) minmax(0,.92fr);align-items:start}.outcome-list,.feature-list,.footer-list{margin:0;padding-left:1.25rem}.outcome-list li,.feature-list li,.footer-list li,.hero-proof-list li{margin-bottom:.85rem}.pill-grid{flex-wrap:wrap;gap:.85rem;display:flex}.pill,.trusted-item{border:1px solid var(--color-accent-pill-border);background:var(--color-accent-pill-background);min-height:2.4rem;color:var(--color-accent-pill-text);border-radius:999px;align-items:center;padding:.45rem .9rem;display:inline-flex}.trusted-strip{justify-content:space-between;align-items:center;gap:1rem;display:flex}.trusted-label{color:var(--color-muted);font-weight:600}.trusted-items{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.case-study-stats h3,.contact-options-panel h2{margin-bottom:1rem}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-card{gap:1rem;display:grid}.testimonial-quote{color:var(--color-heading);font-size:1.05rem}.testimonial-meta{color:var(--color-muted);font-size:.95rem}.cta-panel{justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem;display:flex}.page-section{padding-top:4rem}.narrow-stack{gap:1.5rem;display:grid}.prose-card{gap:1rem;display:grid}.contact-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);align-items:start}.contact-card-stack{gap:1rem;margin-top:1.5rem;display:grid}.contact-form{gap:1rem;display:grid}.contact-message-form{gap:1rem;margin-bottom:1.5rem;display:grid;position:relative}.contact-field{gap:.4rem;display:grid}.contact-field-label{color:var(--color-muted-strong);font-size:.88rem;font-weight:600}.contact-field-input{border:1px solid var(--border-strong);background:var(--surface-control);width:100%;color:var(--color-text);border-radius:.75rem;padding:.65rem .85rem}.contact-field-input:focus{outline:2px solid var(--color-accent);outline-offset:1px}.contact-field-textarea{resize:vertical;min-height:7rem}.contact-field-honeypot{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-form-feedback{margin:0;font-size:.95rem}.contact-form-feedback--error{color:#f87171}html[data-theme=light] .contact-form-feedback--error{color:#b91c1c}.contact-form-feedback--success{color:var(--color-accent)}.contact-alt-heading{margin-top:.5rem;margin-bottom:1rem}.contact-options-panel{align-content:start}.contact-options-panel .button{width:100%}.compact-list li{margin-bottom:.6rem}.text-link{color:var(--text-link-color);text-decoration:underline}.cookie-bar{z-index:25;padding:0 0 1rem;position:sticky;bottom:0}.cookie-bar__content{border:1px solid var(--border-color);background:var(--surface-card-strong);box-shadow:0 20px 60px var(--shadow-color);border-radius:1.25rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.cookie-bar__text{color:var(--color-muted-strong);margin-bottom:0}.cookie-bar__text a{color:var(--text-link-color)}.cookie-bar__button{flex-shrink:0}.site-footer{border-top:1px solid var(--border-color);padding:2rem 0 3rem}.footer-grid{grid-template-columns:minmax(0,1.15fr) repeat(2,minmax(0,.7fr));align-items:start}.footer-heading{color:var(--color-heading);margin-bottom:.9rem;font-weight:700}.footer-links{gap:.6rem;display:grid}.footer-legal-grid{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem;padding-top:1.25rem;display:grid}.footer-legal-grid p{color:var(--color-muted);margin-bottom:0;font-size:.92rem}.privacy-cookie-grid{margin:0}@media (width<=900px){.hero-grid,.two-column-grid,.contact-grid,.footer-grid,.footer-legal-grid,.card-grid,.split-card-grid,.metric-grid,.testimonial-grid{grid-template-columns:1fr}.cta-panel,.trusted-strip,.cookie-bar__content{flex-direction:column;align-items:flex-start}.site-nav,.trusted-items{justify-content:flex-start;width:100%}.cta-actions{width:100%}}@media (width<=640px){.hero-section,.section-block{padding:4rem 0}.container{width:min(100% - 2.25rem,1120px)}.nav-row{flex-wrap:wrap;align-items:center;gap:1rem}.brand{flex:1}.menu-toggle{flex-shrink:0;display:inline-flex}.site-nav{border:1px solid var(--border-color);background:var(--surface-card-strong);width:100%;box-shadow:0 20px 60px var(--shadow-color);border-radius:1rem;grid-template-columns:1fr;gap:.65rem;padding:.85rem;display:none}.site-nav--open{display:grid}.nav-link{width:100%}.hero-section h1,.page-section h1{font-size:clamp(2.1rem,9vw,3rem);line-height:1.08}.hero-actions,.cta-actions{gap:.75rem;width:100%}.hero-actions .button,.cta-actions .button{width:100%}.hero-proof-list,.outcome-list,.feature-list,.footer-list{padding-left:1rem}.highlight-card,.content-card,.contact-form,.cta-panel,.trusted-strip{padding:1.35rem}.brand small{display:none}.cookie-bar__button{width:100%}}@media (width<=480px){.theme-toggle span:last-child{display:none}.theme-toggle{width:3rem;padding:0}}
