@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap";*,:before,:after{box-sizing:border-box}:root{--blue-50:#eef4fd;--blue-100:#d8e7fb;--blue-200:#b0ccf4;--blue-300:#82aeec;--blue-400:#4f8fe6;--blue-500:#2f7fe0;--blue-600:#1a66cc;--blue-700:#0f4ea8;--blue-800:#0d3f87;--blue-900:#0c2f63;--ink-0:#fff;--ink-25:#f7f9fb;--ink-50:#f1f4f8;--ink-100:#e6ebf1;--ink-200:#d4dce5;--ink-300:#b9c4d1;--ink-400:#8c99a8;--ink-500:#647082;--ink-600:#46515f;--ink-700:#2f3a45;--ink-800:#232a31;--ink-900:#15202b;--ink-950:#0d1217;--green-50:#e8f6ee;--green-500:#1f9d5b;--green-600:#16804a;--amber-50:#fdf3e3;--amber-500:#e08a1a;--amber-600:#b86d0e;--red-50:#fbecec;--red-500:#d23b3b;--red-600:#ab2c2c;--gradient-blue:linear-gradient(135deg, #2f7fe0 0%, #0f4ea8 100%);--gradient-ink:linear-gradient(135deg, #232a31 0%, #0d1217 100%);--brand:var(--blue-600);--brand-strong:var(--blue-700);--brand-bright:var(--blue-500);--brand-ink:var(--ink-950);--surface-page:var(--ink-25);--surface-card:var(--ink-0);--surface-sunken:var(--ink-50);--surface-raised:var(--ink-0);--surface-inverse:var(--ink-950);--surface-brand:var(--blue-600);--surface-brand-soft:var(--blue-50);--text-strong:var(--ink-950);--text-body:var(--ink-800);--text-muted:var(--ink-500);--text-faint:var(--ink-400);--text-on-brand:var(--ink-0);--text-on-inverse:var(--ink-100);--text-link:var(--blue-600);--border-subtle:var(--ink-100);--border-default:var(--ink-200);--border-strong:var(--ink-300);--border-brand:var(--blue-600);--focus-ring:color-mix(in srgb, var(--blue-500) 45%, transparent);--success:var(--green-500);--success-soft:var(--green-50);--warning:var(--amber-500);--warning-soft:var(--amber-50);--danger:var(--red-500);--danger-soft:var(--red-50);--info:var(--blue-600);--info-soft:var(--blue-50);--font-sans:"Poppins", "Helvetica Neue", Arial, sans-serif;--font-display:"Poppins", "Helvetica Neue", Arial, sans-serif;--font-mono:"SFMono-Regular", "Consolas", ui-monospace, monospace;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--weight-black:900;--text-2xs:.6875rem;--text-xs:.75rem;--text-sm:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--text-4xl:3rem;--text-5xl:3.75rem;--text-6xl:4.75rem;--leading-tight:1.1;--leading-snug:1.25;--leading-normal:1.5;--leading-relaxed:1.65;--tracking-tighter:-.02em;--tracking-tight:-.01em;--tracking-normal:0;--tracking-wide:.04em;--tracking-overline:.14em;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-9:4rem;--space-10:5rem;--space-12:7rem;--radius-xs:3px;--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--radius-xl:18px;--radius-pill:999px;--border-width:1px;--border-width-strong:2px;--shadow-xs:0 1px 2px #0d12170f;--shadow-sm:0 1px 3px #0d121714, 0 1px 2px #0d12170d;--shadow-md:0 4px 12px #0d121714, 0 2px 4px #0d12170d;--shadow-lg:0 12px 28px #0d12171f, 0 4px 8px #0d12170f;--shadow-xl:0 24px 56px #0d121729;--shadow-brand:0 8px 22px #0f4ea847;--shadow-inset:inset 0 1px 2px #0d121714;--ease-standard:cubic-bezier(.2, 0, .2, 1);--ease-emphasized:cubic-bezier(.16, 1, .3, 1);--duration-fast:.12s;--duration-base:.18s;--duration-slow:.28s;--container-max:1200px;--container-narrow:760px}body{font-family:var(--font-sans);font-size:var(--text-md);font-weight:var(--weight-regular);line-height:var(--leading-normal);color:var(--text-body);background:var(--surface-page);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-strong);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);font-weight:var(--weight-bold);text-wrap:balance;margin:0}p{text-wrap:pretty;margin:0}a{color:var(--text-link);text-decoration:none}a:hover{text-decoration:underline}.eyebrow{font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-overline);text-transform:uppercase;color:var(--brand)}:focus-visible{outline:2px solid var(--brand-bright);outline-offset:2px}::selection{background:var(--blue-200);color:var(--ink-950)}.aec-modal-backdrop{z-index:1000;background:#0d121799;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}@keyframes aecpop{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=1024px){:root{--container-max:960px}}@media (width<=768px){:root{--text-6xl:3rem;--text-5xl:2.5rem;--text-4xl:2.25rem;--text-3xl:1.75rem;--text-2xl:1.5rem}.aec-header-nav,.aec-header-cta{display:none!important}.aec-mobile-menu-btn{display:flex!important}.aec-mobile-menu{background:var(--surface-card);border-bottom:1px solid var(--border-default);box-shadow:var(--shadow-lg);z-index:99;flex-direction:column;padding:12px 0 20px;position:absolute;top:68px;left:0;right:0;display:flex!important}.aec-mobile-menu a,.aec-mobile-menu button{text-align:left;font-size:var(--text-md);padding:12px 24px}.aec-hero-grid{text-align:center;grid-template-columns:1fr!important;gap:32px!important;padding:48px 20px 56px!important}.aec-hero-grid>div:last-child{display:none}.aec-hero-btns{justify-content:center!important}.aec-stats-strip{grid-template-columns:repeat(2,1fr)!important;gap:0!important}.aec-stats-strip>div{border-bottom:1px solid var(--border-subtle);border-right:none!important}.aec-categories-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.aec-products-grid,.aec-services-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.aec-catalog-layout{grid-template-columns:1fr!important}.aec-catalog-sidebar{border-bottom:1px solid var(--border-subtle);border-right:none!important;padding-bottom:20px!important;position:static!important}.aec-catalog-product-grid{grid-template-columns:repeat(2,1fr)!important}.aec-product-layout{grid-template-columns:1fr!important;gap:24px!important}.aec-values-grid,.aec-industries-grid,.aec-team-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.aec-about-story{grid-template-columns:1fr!important;gap:40px!important}.aec-about-hero-grid{grid-template-columns:1fr!important;gap:36px!important}.aec-about-hero-stats{grid-template-columns:repeat(2,1fr)!important}.aec-services-detail{grid-template-columns:1fr!important;gap:24px!important}.aec-contact-layout{grid-template-columns:1fr!important;gap:24px!important;padding:32px 16px 48px!important}.aec-contact-hero{padding:36px 16px 44px!important}.aec-contact-layout>*{width:100%;min-width:0}.aec-popup-btns{flex-wrap:wrap!important}.aec-quote-layout{grid-template-columns:1fr!important;gap:24px!important}.aec-quote-summary{max-width:100%!important;position:static!important}.aec-footer-outer{grid-template-columns:1fr 1fr!important;gap:0!important;padding:36px 20px 24px!important}.aec-footer-brand{text-align:center;border-bottom:1px solid #ffffff14;grid-column:1/-1;margin-bottom:28px;padding-bottom:28px}.aec-footer-brand img{margin:0 auto 16px!important}.aec-footer-brand p{max-width:360px;margin:0 auto 20px!important}.aec-footer-brand span,.aec-footer-brand a{justify-content:center}.aec-footer-links{display:contents!important}.aec-footer-bottom{text-align:center;flex-direction:column!important;justify-content:center!important;gap:6px!important}.aec-cta-banner{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:20px!important;padding:40px 20px!important}section{padding-left:20px;padding-right:20px}}@media (width<=480px){:root{--text-6xl:2.25rem;--text-5xl:2rem;--text-4xl:1.75rem;--text-3xl:1.5rem}.aec-categories-grid,.aec-products-grid,.aec-services-grid,.aec-catalog-product-grid,.aec-values-grid,.aec-industries-grid,.aec-team-grid{grid-template-columns:1fr!important}.aec-about-hero-stats,.aec-stats-strip{grid-template-columns:repeat(2,1fr)!important}.aec-hero-grid{padding:36px 16px 44px!important}}@media (width<=768px){.aec-topbar{display:none!important}}
