.aiandme-footer {
	background: #07101f;
	color: #91a0b8;
	font-family: Geist, sans-serif;
	font-size: 15px;
	line-height: 1.8;
}
.aiandme-footer *, .aiandme-footer *::before, .aiandme-footer *::after { box-sizing: border-box; }
.aiandme-footer__inner { max-width: 1280px; margin-inline: auto; padding: 42px 30px 20px; }
.aiandme-footer__upper { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 32px; }
.aiandme-footer__upper > * { min-width: 0; }
.aiandme-footer p, .aiandme-footer ul { margin: 0; padding: 0; }
.aiandme-footer ul { list-style: none; }
.aiandme-footer a { color: inherit; text-decoration: none; transition: none; }
.aiandme-footer a:hover { color: #20c8e6; }
.aiandme-footer a:focus-visible, .aiandme-footer button:focus-visible {
	outline: 2px solid #20c8e6 !important;
	outline-offset: 4px !important;
	border-radius: 4px;
}
.aiandme-footer__logo { display: inline-flex; margin-bottom: 20px; }
.aiandme-footer__logo img { display: block; width: 150px; height: auto; border-radius: 6px; }
.aiandme-footer .aiandme-footer__tagline { margin-bottom: 14px; font-size: 14px; line-height: 1.8; }
.aiandme-footer__social { display: flex; flex-wrap: wrap; gap: 8px; }
.aiandme-footer__social a {
	display: flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 7px;
	background: #17243a; color: #f4f8ff; cursor: pointer;
}
.aiandme-footer__social a:hover { background: #20c8e6; color: #07101f; }
.aiandme-footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.aiandme-footer__group h2 {
	margin: 0 0 13px; color: #f7faff; font-family: inherit;
	font-size: 13px; font-weight: 400; line-height: 1.4;
	letter-spacing: 2px; text-transform: uppercase;
}
.aiandme-footer__group a, .aiandme-footer__unlinked { display: inline-flex; align-items: center; min-height: 36px; }
.aiandme-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; border-top: 1px solid #1a2940; padding-top: 20px; }
.aiandme-footer__copyright, .aiandme-footer__legal { font-size: 13px; font-weight: 500; text-transform: uppercase; }
.aiandme-footer__copyright { letter-spacing: 2px; }
.aiandme-footer__legal { display: flex; flex-wrap: wrap; gap: 0 20px; letter-spacing: 1px; }
.aiandme-footer__legal a { display: inline-flex; align-items: center; min-height: 44px; }
.aiandme-footer__actions { display: flex; align-items: center; gap: 12px; }
.aiandme-footer__top {
	display: inline-flex; align-items: center; justify-content: center;
	flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border: 1px solid #1a2940;
	border-radius: 6px; background: #17243a; color: #f4f8ff; cursor: pointer;
}
.aiandme-footer__top[hidden] { display: none; }
.aiandme-footer__top:hover { background: #20c8e6; color: #07101f; }
.aiandme-footer__top svg { width: 24px; height: 24px; }
@media (max-width: 1024px) {
	.aiandme-footer__inner { padding: 40px 28px 24px; }
	.aiandme-footer__upper { grid-template-columns: 1fr 1fr; gap: 32px; }
	.aiandme-footer__brand { grid-column: 1 / -1; }
	.aiandme-footer__logo img { width: 145px; }
	.aiandme-footer__bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
	.aiandme-footer__inner { padding: 34px 20px 22px; }
	.aiandme-footer__upper { grid-template-columns: 1fr; gap: 28px; padding-bottom: 24px; }
	.aiandme-footer__brand { grid-column: auto; }
	.aiandme-footer__logo img { width: 138px; }
	.aiandme-footer__linebreak { display: none; }
	.aiandme-footer__group a, .aiandme-footer__unlinked { min-height: 44px; }
	.aiandme-footer__copyright, .aiandme-footer__legal { font-size: 14px; letter-spacing: 1px; }
	.aiandme-footer__legal { gap: 0 18px; }
}
@media (max-width: 359px) {
	.aiandme-footer__social { gap: 3px; }
}
