/* KS Automate brand logo: inline wordmark (Outfit) + gear-O + arrow-through-E + width-matched tagline.
   Self-contained: imports its own fonts and carries color fallbacks so it renders correctly on any page.
   Canonical copy of the rules that also live inline in index.html. Keep the two in sync if edited. */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@600&family=Outfit:wght@700&display=swap');

.brandlogo { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 3px; font-family: 'Outfit', sans-serif; font-weight: 700; line-height: 1; letter-spacing: -0.01em; text-decoration: none; white-space: nowrap; filter: drop-shadow(0 1.5px 2px rgba(27,48,91,0.26)); }
.brandlogo .bl-row { display: inline-flex; align-items: center; font-size: 38px; }
.brandlogo .bl-ks { color: var(--cyan-deep, #0284C7); margin-right: 0.04em; }
.brandlogo .bl-word { color: var(--headline, #1B305B); }
.brandlogo .bl-gear { height: 0.92em; width: 0.92em; fill: var(--headline, #1B305B); display: inline-block; vertical-align: middle; margin: 0 0.01em; }
.brandlogo .bl-earrow { height: 0.72em; width: auto; display: inline-block; vertical-align: middle; margin-left: 0.03em; position: relative; top: 0.015em; }
.brandlogo .bl-earrow .e-part { fill: var(--headline, #1B305B); }
.brandlogo .bl-earrow .a-part { fill: var(--cyan-deep, #0284C7); }
.brandlogo .bl-tag { font-family: 'Inter Tight', sans-serif; font-weight: 600; font-size: 10.5px; letter-spacing: 0.54em; text-transform: uppercase; color: var(--muted, #5C6070); margin-left: 4px; }
@media (max-width: 560px) { .brandlogo .bl-row { font-size: 28px; } .brandlogo .bl-tag { font-size: 8px; } }
footer .brandlogo .bl-row { font-size: 26px; }
footer .brandlogo .bl-word { color: #fff; }
footer .brandlogo .bl-gear { fill: #fff; }
footer .brandlogo .bl-ks { color: var(--cyan-soft, #38BDF8); }
footer .brandlogo .bl-earrow .e-part { fill: #fff; }
footer .brandlogo .bl-earrow .a-part { fill: var(--cyan-soft, #38BDF8); }
footer .brandlogo .bl-tag { color: rgba(247,244,238,0.6); }
