:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7fb;--surface:#fff;--surface-alt:#edf3f8;--surface-strong:#e6eef6;--text:#1f2a37;--muted:#526274;--border:#d6e0ea;--primary:#1c5a8a;--primary-dark:#16486e;--accent:#1e8b83;--max-width:1120px;--radius:18px;--shadow:0 18px 48px #12263f14;--header-offset:5.5rem}html{scroll-behavior:smooth}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.site-shell{min-height:100vh}.container{width:min(100% - 2rem, var(--max-width));margin:0 auto}.section{padding:4.75rem 0}section[id]{scroll-margin-top:calc(var(--header-offset) + 1rem)}.section-alt{background:var(--surface-alt)}.section-heading{max-width:720px;margin-bottom:2rem}.section-heading h2{margin:.4rem 0 1rem;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.15}.section-heading p{color:var(--muted);margin:0}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.9rem;font-weight:700}.site-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f7fbf5;border-bottom:1px solid #d6e0eae6;position:sticky;top:0;box-shadow:0 10px 30px #12263f0a}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;padding:.9rem 0;display:flex}.brand{color:var(--text);min-width:0;font-weight:700;text-decoration:none}.brand-name{font-size:1rem;line-height:1.2;display:inline-block}.site-nav{display:flex}.header-cta{min-height:2.75rem;color:var(--primary);white-space:nowrap;background:#1c5a8a14;border:1px solid #1c5a8a26;border-radius:999px;justify-content:center;align-items:center;padding:.65rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.menu-toggle{border:1px solid var(--border);background:var(--surface);width:2.85rem;height:2.85rem;color:var(--text);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:0;display:none}.menu-toggle-bar{background:currentColor;border-radius:999px;width:1.1rem;height:2px}.nav-list{align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{min-height:2.5rem;color:var(--muted);border-radius:999px;align-items:center;padding:.35rem .75rem;font-weight:600;text-decoration:none;display:inline-flex}.nav-list a:hover,.nav-list a:focus-visible,.header-cta:hover,.header-cta:focus-visible,.brand:hover,.brand:focus-visible{color:var(--primary)}.nav-list a:hover,.nav-list a:focus-visible{background:#1c5a8a14}.hero-section{padding:5rem 0 4.25rem}.hero-layout,.split-layout{align-items:start;gap:2rem;display:grid}.hero-layout{grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:1.75rem}.hero-copy h1{margin:.5rem 0 1rem;font-size:clamp(2.5rem,5vw,4.4rem);line-height:1.02}.hero-text{max-width:760px;color:var(--muted);margin:0 0 1.7rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:.8rem 1.25rem;font-weight:700;text-decoration:none;transition:background-color .16s,color .16s,border-color .16s,transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 10px 24px #12263f14}.button-primary{background:var(--primary);color:#fff}.button-primary:hover,.button-primary:focus-visible{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 14px 28px #16486e2e}.button-secondary{border:1px solid var(--border);color:var(--text);background:0 0}.button-secondary:hover,.button-secondary:focus-visible{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.hero-panel,.detail-panel,.contact-panel,.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-panel,.detail-panel,.contact-panel{padding:1.75rem}.hero-panel h2,.card h3,.detail-panel h3{margin-top:0;line-height:1.2}.hero-list,.feature-list,.tag-list{margin:0;padding-left:1.25rem}.feature-list li,.hero-list li{margin-bottom:.8rem}.card-grid{gap:1.25rem;display:grid}.service-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.capability-grid,.engagement-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{padding:1.5rem}.card p{color:var(--muted);margin-bottom:0}.compact-card h3{margin-bottom:.65rem}.tag-list{flex-wrap:wrap;gap:.6rem;padding:0;list-style:none;display:flex}.tag-list li{background:var(--surface-alt);color:var(--text);border-radius:999px;padding:.45rem .75rem;font-size:.95rem}.split-layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}.contact-panel{background:linear-gradient(180deg, #fffffff5, #e6eef6f2), var(--surface);justify-content:space-between;align-items:center;gap:2rem;display:flex}.contact-actions{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.contact-email{color:var(--primary);font-weight:600;text-decoration:none}.contact-email:hover,.contact-email:focus-visible{text-decoration:underline}.site-footer{border-top:1px solid var(--border);background:#eef2f6;padding:2rem 0 3rem}.footer-inner{flex-direction:column;gap:.35rem;display:flex}.footer-inner p{color:var(--muted);margin:0}a:focus-visible,button:focus-visible{outline-offset:3px;outline:3px solid #1e8b8359}@media (width<=900px){:root{--header-offset:5rem}.hero-layout,.split-layout{grid-template-columns:1fr}}@media (width<=980px){.hero-layout{grid-template-columns:1fr}}@media (width<=860px){:root{--header-offset:4.75rem}.header-inner{gap:.75rem;padding:.7rem 0;position:relative}.brand-name{max-width:calc(100% - 4rem);font-size:.95rem}.menu-toggle{flex-shrink:0;margin-left:auto;display:inline-flex}.header-cta{display:none}.site-nav{border:1px solid var(--border);box-shadow:var(--shadow);background:#fffffffa;border-radius:16px;padding:.4rem;display:none;position:absolute;top:calc(100% + .45rem);left:0;right:0}.site-nav-open{display:block}.nav-list{flex-direction:column;align-items:stretch;gap:.2rem}.nav-list a{border-radius:12px;padding:.7rem .85rem;display:block}.nav-list a:hover,.nav-list a:focus-visible{background:var(--surface-alt)}.contact-panel{flex-direction:column;align-items:flex-start}}@media (width<=640px){:root{--header-offset:4.5rem}.section{padding:3.6rem 0}.hero-section{padding:3.8rem 0 3.4rem}.container{width:min(100% - 1.25rem, var(--max-width))}.hero-copy h1{margin-bottom:.85rem;font-size:2.1rem;line-height:1.03}.hero-text{margin-bottom:1.35rem;font-size:1rem}.hero-panel h2{margin-bottom:.85rem;font-size:1.2rem}.button,.header-cta{width:100%}.hero-actions{flex-direction:column}.feature-list li,.hero-list li{margin-bottom:.6rem}}
