.Header-module__PWtPSW__header{width:100%;height:var(--header-height);z-index:100;transition:background-color var(--transition-normal), border-bottom var(--transition-normal);background-color:#0000;border-bottom:1px solid #0000;position:fixed;top:0;left:0}.Header-module__PWtPSW__scrolled{-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--aurelo-border);background-color:#00000080}@media (prefers-color-scheme:dark){.Header-module__PWtPSW__scrolled{background-color:#00000080}}.Header-module__PWtPSW__headerContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__PWtPSW__logoLink{align-items:center;gap:var(--space-2);display:flex}.Header-module__PWtPSW__logoText{font-family:var(--font-header);letter-spacing:.1em;font-size:1.25rem;font-weight:700}.Header-module__PWtPSW__desktopNav{align-items:center;gap:var(--space-6);display:none}@media (min-width:1024px){.Header-module__PWtPSW__desktopNav{display:flex}}.Header-module__PWtPSW__navLinks{gap:var(--space-6);display:flex}.Header-module__PWtPSW__navLink{color:var(--aurelo-text);opacity:.8;transition:opacity var(--transition-fast), color var(--transition-fast);font-size:.875rem;font-weight:500}.Header-module__PWtPSW__navLink:hover{opacity:1;color:var(--aurelo-primary)}.Header-module__PWtPSW__ctaButton,.Header-module__PWtPSW__mobileCtaButton{font-family:var(--font-accent);background-color:var(--aurelo-primary);color:var(--aurelo-white);border-radius:var(--radius-full);transition:background-color var(--transition-fast), transform var(--transition-fast);padding:.5rem 1.25rem;font-size:1.125rem}.Header-module__PWtPSW__ctaButton:hover,.Header-module__PWtPSW__mobileCtaButton:hover{background-color:var(--aurelo-primary-dark);color:var(--aurelo-white);transform:translateY(-1px)}.Header-module__PWtPSW__mobileMenuButton{z-index:101;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (min-width:1024px){.Header-module__PWtPSW__mobileMenuButton{display:none}}.Header-module__PWtPSW__hamburger{background-color:var(--aurelo-text);width:24px;height:2px;transition:background-color var(--transition-fast);position:relative}.Header-module__PWtPSW__hamburger:before,.Header-module__PWtPSW__hamburger:after{content:"";background-color:var(--aurelo-text);width:100%;height:2px;transition:transform var(--transition-normal);position:absolute;left:0}.Header-module__PWtPSW__hamburger:before{transform:translateY(-6px)}.Header-module__PWtPSW__hamburger:after{transform:translateY(6px)}.Header-module__PWtPSW__hamburger.Header-module__PWtPSW__open{background-color:#0000}.Header-module__PWtPSW__hamburger.Header-module__PWtPSW__open:before{transform:rotate(45deg)}.Header-module__PWtPSW__hamburger.Header-module__PWtPSW__open:after{transform:rotate(-45deg)}.Header-module__PWtPSW__mobileNav{background-color:var(--aurelo-surface);z-index:100;width:100%;height:100vh;transition:right var(--transition-normal);padding:var(--space-8) var(--space-4);flex-direction:column;justify-content:center;display:flex;position:fixed;top:0;right:-100%}.Header-module__PWtPSW__mobileNavOpen{right:0}@media (min-width:1024px){.Header-module__PWtPSW__mobileNav{display:none}}.Header-module__PWtPSW__mobileNavLinks{gap:var(--space-6);text-align:center;flex-direction:column;display:flex}.Header-module__PWtPSW__mobileNavLink{font-family:var(--font-header);font-size:2rem;font-weight:700}.Header-module__PWtPSW__mobileCtaButton{margin-top:var(--space-4);padding:.75rem 2rem;font-size:1.5rem;display:inline-block}
.Hero-module__lbpF8G__heroSection{min-height:100vh;padding-top:var(--header-height);background-color:var(--aurelo-surface);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__lbpF8G__patternBackground{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__lbpF8G__heroContainer{z-index:1;width:100%;position:relative}.Hero-module__lbpF8G__content{max-width:800px;animation:Hero-module__lbpF8G__fadeUp var(--transition-slow) forwards}.Hero-module__lbpF8G__eyebrow{font-family:var(--font-accent);letter-spacing:.15em;color:var(--aurelo-primary);margin-bottom:var(--space-4);font-size:1.25rem;display:block}.Hero-module__lbpF8G__headline{margin-bottom:var(--space-6)}.Hero-module__lbpF8G__description{color:var(--aurelo-muted);max-width:600px;margin-bottom:var(--space-8);font-size:1.125rem;line-height:1.8}@media (min-width:768px){.Hero-module__lbpF8G__description{font-size:1.25rem}}.Hero-module__lbpF8G__ctaGroup{gap:var(--space-4);flex-direction:column;display:flex}@media (min-width:480px){.Hero-module__lbpF8G__ctaGroup{flex-direction:row;align-items:center}}.Hero-module__lbpF8G__primaryCta,.Hero-module__lbpF8G__secondaryCta{font-family:var(--font-accent);border-radius:var(--radius-full);text-align:center;transition:all var(--transition-fast);padding:.75rem 2rem;font-size:1.25rem}.Hero-module__lbpF8G__primaryCta{background-color:var(--aurelo-primary);color:var(--aurelo-white)}.Hero-module__lbpF8G__primaryCta:hover{background-color:var(--aurelo-primary-dark);color:var(--aurelo-white);transform:translateY(-2px)}.Hero-module__lbpF8G__secondaryCta{color:var(--aurelo-text);border:1px solid var(--aurelo-border);background-color:#0000}.Hero-module__lbpF8G__secondaryCta:hover{border-color:var(--aurelo-text)}@keyframes Hero-module__lbpF8G__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Hero-module__lbpF8G__content{opacity:1;animation:none;transform:translateY(0)}}
.Intro-module__VWvBgG__introSection{background-color:var(--aurelo-surface-alt);text-align:center}.Intro-module__VWvBgG__introContainer{justify-content:center;display:flex}.Intro-module__VWvBgG__heading{font-family:var(--font-header);color:var(--aurelo-text);max-width:900px;margin:0 auto;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:500;line-height:1.4}@media (prefers-color-scheme:dark){.Intro-module__VWvBgG__heading{color:var(--aurelo-text-light)}}
.Companies-module__4vNxbW__companiesSection{background-color:var(--aurelo-surface)}.Companies-module__4vNxbW__cardsGrid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.Companies-module__4vNxbW__cardsGrid{gap:var(--space-8);grid-template-columns:1fr 1fr}}.Companies-module__4vNxbW__companyCard{border:1px solid var(--aurelo-border);border-radius:var(--radius-sm);padding:var(--space-8);transition:transform var(--transition-normal), border-color var(--transition-normal);background-color:var(--aurelo-surface);flex-direction:column;display:flex;position:relative;overflow:hidden}.Companies-module__4vNxbW__companyCard:before{content:"";background-color:var(--aurelo-primary);width:4px;height:0;transition:height var(--transition-normal);position:absolute;top:0;left:0}.Companies-module__4vNxbW__companyCard:hover{border-color:var(--aurelo-text);transform:translateY(-4px)}.Companies-module__4vNxbW__companyCard:hover:before{height:100%}.Companies-module__4vNxbW__cardHeader{margin-bottom:var(--space-6)}.Companies-module__4vNxbW__categoryLabel{font-family:var(--font-accent);letter-spacing:.1em;color:var(--aurelo-primary);text-transform:uppercase;margin-bottom:var(--space-2);font-size:1rem;display:block}.Companies-module__4vNxbW__companyName{margin-bottom:0;font-size:2rem}.Companies-module__4vNxbW__cardBody{margin-bottom:var(--space-8);flex-grow:1}.Companies-module__4vNxbW__description{color:var(--aurelo-muted);font-size:1.125rem;line-height:1.6}.Companies-module__4vNxbW__featuredProduct{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--aurelo-border)}.Companies-module__4vNxbW__featuredLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--aurelo-muted);margin-bottom:var(--space-1);font-size:.875rem;display:block}.Companies-module__4vNxbW__productName{font-family:var(--font-header);margin-bottom:var(--space-2);font-size:1.5rem}.Companies-module__4vNxbW__productLink{font-family:var(--font-accent);color:var(--aurelo-primary);font-size:1.125rem}.Companies-module__4vNxbW__productLink:hover{color:var(--aurelo-primary-dark)}.Companies-module__4vNxbW__cardFooter{margin-top:auto}.Companies-module__4vNxbW__exploreLink{font-family:var(--font-accent);color:var(--aurelo-text);align-items:center;gap:var(--space-2);font-size:1.25rem;display:inline-flex}.Companies-module__4vNxbW__exploreLink:hover{color:var(--aurelo-primary)}
.Products-module__X_lfYG__productsSection{background-color:var(--aurelo-surface-dark);color:var(--aurelo-text-light)}.Products-module__X_lfYG__productHeader{margin-bottom:var(--space-8);text-align:center}@media (min-width:768px){.Products-module__X_lfYG__productHeader{text-align:left}}.Products-module__X_lfYG__parentCompany{font-family:var(--font-accent);letter-spacing:.15em;color:var(--aurelo-muted-light);margin-bottom:var(--space-2);font-size:1.125rem;display:block}.Products-module__X_lfYG__productName{color:var(--aurelo-white);letter-spacing:-.02em;margin-bottom:0;font-size:clamp(2.5rem,6vw,4rem)}.Products-module__X_lfYG__productContent{gap:var(--space-8);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Products-module__X_lfYG__productContent{gap:var(--space-12);grid-template-columns:1fr 1fr}}.Products-module__X_lfYG__productInfo{flex-direction:column;align-items:flex-start;display:flex}.Products-module__X_lfYG__description{color:var(--aurelo-muted-light);margin-bottom:var(--space-8);font-size:1.25rem;line-height:1.6}.Products-module__X_lfYG__visitCta{font-family:var(--font-accent);background-color:var(--aurelo-primary);color:var(--aurelo-white);border-radius:var(--radius-full);transition:background-color var(--transition-fast), transform var(--transition-fast);padding:.75rem 2.5rem;font-size:1.25rem}.Products-module__X_lfYG__visitCta:hover{background-color:var(--aurelo-primary-dark);color:var(--aurelo-white);transform:translateY(-2px)}.Products-module__X_lfYG__capabilitiesGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-content:start;display:grid}.Products-module__X_lfYG__capabilityItem{align-items:center;gap:var(--space-3);color:var(--aurelo-white);font-size:1rem;display:flex}.Products-module__X_lfYG__bullet{background-color:var(--aurelo-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}
.Ecosystem-module__Egnv1G__ecosystemSection{background-color:var(--aurelo-surface-alt);padding:var(--space-16) 0;overflow:hidden}.Ecosystem-module__Egnv1G__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Ecosystem-module__Egnv1G__diagram{font-family:var(--font-accent);letter-spacing:.1em;color:var(--aurelo-text);flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;font-size:1.25rem;display:flex}.Ecosystem-module__Egnv1G__boxMain{padding:var(--space-3) var(--space-6);border:2px solid var(--aurelo-text);background-color:var(--aurelo-surface);border-radius:var(--radius-sm);z-index:2;font-size:2rem;position:relative}.Ecosystem-module__Egnv1G__branchLine{background-color:var(--aurelo-border);width:2px;height:40px}.Ecosystem-module__Egnv1G__horizontalLine{background-color:var(--aurelo-border);width:100%;max-width:600px;height:2px}.Ecosystem-module__Egnv1G__nodesMiddle{justify-content:space-between;width:100%;max-width:600px;display:flex}.Ecosystem-module__Egnv1G__branchLeft,.Ecosystem-module__Egnv1G__branchRight{flex-direction:column;align-items:center;width:50%;display:flex}.Ecosystem-module__Egnv1G__verticalLine{background-color:var(--aurelo-border);width:2px;height:40px}.Ecosystem-module__Egnv1G__verticalLineDotted{background-image:linear-gradient(to bottom, var(--aurelo-border) 50%, transparent 50%);background-size:100% 8px;width:2px;height:40px}.Ecosystem-module__Egnv1G__boxBranch{padding:var(--space-3) var(--space-4);border:1px solid var(--aurelo-border);background-color:var(--aurelo-surface);text-align:center;width:90%;max-width:280px}.Ecosystem-module__Egnv1G__boxProduct{padding:var(--space-2) var(--space-4);background-color:var(--aurelo-primary);color:var(--aurelo-white);border-radius:var(--radius-full)}.Ecosystem-module__Egnv1G__boxCapability{color:var(--aurelo-muted);text-align:center;padding:var(--space-2);font-size:1rem}@media (max-width:767px){.Ecosystem-module__Egnv1G__horizontalLine{display:none}.Ecosystem-module__Egnv1G__nodesMiddle{align-items:center;gap:var(--space-8);flex-direction:column}.Ecosystem-module__Egnv1G__branchLeft,.Ecosystem-module__Egnv1G__branchRight{width:100%}.Ecosystem-module__Egnv1G__branchLeft:before,.Ecosystem-module__Egnv1G__branchRight:before{content:"";background-color:var(--aurelo-border);width:2px;height:40px;display:block}.Ecosystem-module__Egnv1G__branchLine{display:none}}
.Infrastructure-module__FB34qq__infraSection{background-color:var(--aurelo-surface);border-top:1px solid var(--aurelo-border)}.Infrastructure-module__FB34qq__infraContainer{gap:var(--space-8);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.Infrastructure-module__FB34qq__infraContainer{gap:var(--space-12);grid-template-columns:1fr 1fr;align-items:center}}.Infrastructure-module__FB34qq__textContent{max-width:600px}.Infrastructure-module__FB34qq__headline{margin-bottom:var(--space-6)}.Infrastructure-module__FB34qq__description{color:var(--aurelo-muted);font-size:1.125rem;line-height:1.6}.Infrastructure-module__FB34qq__pillarsGrid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Infrastructure-module__FB34qq__pillarsGrid{grid-template-columns:1fr 1fr}}.Infrastructure-module__FB34qq__pillar{padding-left:var(--space-4);position:relative}.Infrastructure-module__FB34qq__pillarLine{background-color:var(--aurelo-border);width:2px;height:100%;transition:background-color var(--transition-normal);position:absolute;top:0;left:0}.Infrastructure-module__FB34qq__pillar:hover .Infrastructure-module__FB34qq__pillarLine{background-color:var(--aurelo-primary)}.Infrastructure-module__FB34qq__pillarTitle{font-family:var(--font-header);margin-bottom:var(--space-2);font-size:1.25rem}.Infrastructure-module__FB34qq__pillarDesc{color:var(--aurelo-muted);font-size:.95rem;line-height:1.5}
.Contact-module__DjALSa__contactSection{background-color:var(--aurelo-surface-alt);text-align:center}.Contact-module__DjALSa__contactContainer{flex-direction:column;align-items:center;display:flex}.Contact-module__DjALSa__headline{margin-bottom:var(--space-4);font-size:clamp(2.5rem,5vw,4rem)}.Contact-module__DjALSa__description{color:var(--aurelo-muted);max-width:600px;margin-bottom:var(--space-8);font-size:1.25rem}.Contact-module__DjALSa__linksWrapper{gap:var(--space-4);flex-direction:column;align-items:center;display:flex}@media (min-width:640px){.Contact-module__DjALSa__linksWrapper{gap:var(--space-8);flex-direction:row}}.Contact-module__DjALSa__contactLink{font-family:var(--font-accent);color:var(--aurelo-text);border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:1.25rem}.Contact-module__DjALSa__contactLink:hover{color:var(--aurelo-primary);border-bottom-color:var(--aurelo-primary)}.Contact-module__DjALSa__emailLink{font-family:var(--font-accent);background-color:var(--aurelo-text);color:var(--aurelo-surface);border-radius:var(--radius-full);padding:.75rem 2rem;font-size:1.25rem}.Contact-module__DjALSa__emailLink:hover{background-color:var(--aurelo-primary);color:var(--aurelo-white)}@media (prefers-color-scheme:dark){.Contact-module__DjALSa__emailLink{color:var(--aurelo-surface-dark)}}
.Footer-module__3ubeQa__footer{background-color:var(--aurelo-black);color:var(--aurelo-white);padding-top:var(--space-12)}.Footer-module__3ubeQa__footerContainer{gap:var(--space-8);margin-bottom:var(--space-12);flex-direction:column;display:flex}@media (min-width:768px){.Footer-module__3ubeQa__footerContainer{flex-direction:row;justify-content:space-between}}.Footer-module__3ubeQa__brandCol{flex-shrink:0}.Footer-module__3ubeQa__logoLink{align-items:center;gap:var(--space-2);display:inline-flex}.Footer-module__3ubeQa__logoText{font-family:var(--font-header);letter-spacing:.1em;font-size:1.5rem;font-weight:700}.Footer-module__3ubeQa__linksGrid{gap:var(--space-8);grid-template-columns:1fr;width:100%;display:grid}@media (min-width:480px){.Footer-module__3ubeQa__linksGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.Footer-module__3ubeQa__linksGrid{grid-template-columns:repeat(3,1fr);max-width:600px}}.Footer-module__3ubeQa__groupTitle{color:var(--aurelo-muted-light);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-family:var(--font-body)}.Footer-module__3ubeQa__linkList{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__3ubeQa__linkList a{color:var(--aurelo-text-light);opacity:.8;font-size:1.125rem}.Footer-module__3ubeQa__linkList a:hover{opacity:1;color:var(--aurelo-primary)}.Footer-module__3ubeQa__bottomBar{border-top:1px solid var(--aurelo-border-dark);padding:var(--space-6) var(--space-4);text-align:center}@media (min-width:768px){.Footer-module__3ubeQa__bottomBar{text-align:left}}.Footer-module__3ubeQa__copyright{color:var(--aurelo-muted);font-size:.875rem}
