/* AI Kids Cafe — canonical marketing footer (kid-cafe playful, warm) */
.aikc-footer {
  background: var(--cream-50, #fbf6ec);
  color: #2c2a26;
  padding: 56px 0 32px;
  margin-top: 72px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
}
.aikc-footer .aikc-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.aikc-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 40px;
  align-items: start;
}
.aikc-footer__brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.aikc-footer__brand-row img { width: 44px; height: 44px; border-radius: 10px; }
.aikc-footer__brand-name {
  font-family: var(--font-display, "Plus Jakarta Sans", system-ui, sans-serif);
  font-weight: 800;
  font-size: 1.15rem;
  color: #1a1817;
  letter-spacing: -0.01em;
}
/* P1 a11y: use darker amber (--amber-700 #b45309) for WCAG AA 4.5:1 on cream bg */
.aikc-footer__brand-name .ai { color: var(--amber-700, #b45309); }
.aikc-footer__tagline {
  margin: 14px 0 0;
  color: #5a544c;
  font-size: 0.95rem;
  max-width: 320px;
  line-height: 1.5;
}
.aikc-footer h4 {
  font-family: var(--font-display, "Plus Jakarta Sans", system-ui, sans-serif);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1817;
  margin: 0 0 14px;
  font-weight: 800;
}
.aikc-footer ul { list-style: none; padding: 0; margin: 0; }
.aikc-footer li { margin-bottom: 10px; }
.aikc-footer a {
  color: #3a352e;
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 0;
  border-radius: 6px;
  transition: color 0.15s ease;
}
.aikc-footer a:hover { color: var(--amber-600, #d97706); text-decoration: underline; text-underline-offset: 4px; }
.aikc-footer a:focus-visible { outline: 2px solid var(--amber-500, #ffb31a); outline-offset: 3px; }
.aikc-footer__builtby p { margin: 0 0 8px; font-size: 0.92rem; color: #4a443c; line-height: 1.55; }
.aikc-footer__copy {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
  color: #6b6258;
}
.aikc-footer__copy .heart { color: var(--rose-500, #f5577a); }
@media (max-width: 880px) {
  .aikc-footer { padding: 40px 0 24px; margin-top: 48px; }
  .aikc-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .aikc-footer__copy { flex-direction: column; text-align: center; }
}
