/* Keep the source fixed header and both original account CTAs. */
body .site-header{gap:14px}
body .site-header>.ai-network{flex:none;border:0}
#ai-network-trigger{letter-spacing:normal}
@media(min-width:901px) and (max-width:1200px){
 body .site-header{display:grid;height:112px;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:48px 32px;gap:8px 14px;padding:11px 16px;border-radius:24px}
 body .site-header>.brand{grid-column:1;grid-row:1}
 body .site-header>.ai-network{grid-column:2;grid-row:1;justify-self:end}
 body .site-header>.header-actions{grid-column:3;grid-row:1}
 body .site-header>nav{grid-column:1/-1;grid-row:2;justify-content:center}
}
@media(max-width:900px){
 body .site-header{display:grid;height:112px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:40px 44px;gap:8px;padding:9px 10px;border-radius:20px}
 body .site-header>.brand{grid-column:1;grid-row:1;gap:7px;font-size:14px}
 body .site-header>.brand>span:last-child{display:inline}
 body .site-header>.ai-network{grid-column:2;grid-row:1;justify-self:end}
 body .site-header>.header-actions{grid-column:1/-1;grid-row:2;justify-self:stretch;justify-content:space-between}
 body .site-header .button{min-height:44px}
}
@media(max-width:1200px){
 html{scroll-padding-top:150px}
 body .hero,body .seo-hero{padding-top:160px}
}
body>header[data-ai-network-service-header]{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:64px;padding:12px;box-sizing:border-box;background:var(--paper,#fff)}
body>header[data-ai-network-service-header]>.ai-network{border:0}
