/* Shared footer: clear navigation and direct, recognizable contact links. */
.neuro-footer { background: #0d1f4c; color: #fcf8ed; border-top: 3px solid #ffd915; padding: 68px max(24px, 5vw) 26px; }
.neuro-footer__inner { width: 100%; max-width: 1440px; margin-inline: auto; }
.neuro-footer__grid { display: grid; grid-template-columns: 1.1fr .65fr 1fr; gap: 60px; }
.neuro-footer p { margin: 0; }
.neuro-footer__logo { display: inline-flex; width: 230px; max-width: 100%; min-height: 48px; align-items: center; }
.neuro-footer .neuro-footer__logo img { width: 100%; height: auto; }
.neuro-footer .neuro-footer__tagline { margin-top: 25px; max-width: 280px; color: #c5cedf; font-size: 16px; line-height: 1.7; }
.neuro-footer .neuro-footer__label { color: #ffd915; font-size: 10px; font-weight: 700; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 20px; }
.neuro-footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; align-content: start; }
.neuro-footer__nav .neuro-footer__label { grid-column: 1 / -1; }
.neuro-footer__nav a { display: flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 500; }
.neuro-footer__nav a:hover { color: #ffd915; text-decoration: underline; text-underline-offset: 5px; }
.neuro-footer__social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.neuro-footer__social a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 10px 12px; border: 1px solid #516080; font-size: 12px; transition: background .2s, color .2s; }
.neuro-footer__social a:hover { background: #ffd915; border-color: #ffd915; color: #0d1f4c; }
.neuro-footer svg { width: 21px; height: 21px; flex-shrink: 0; }
.neuro-footer__contact { min-width: 0; }
.neuro-footer__contact > a { display: flex; align-items: center; gap: 16px; min-height: 78px; padding: 14px 0; border-bottom: 1px solid #405173; }
.neuro-footer__contact > a:hover .neuro-footer__contact-value { color: #ffd915; }
.neuro-footer__contact-icon { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid #516080; border-radius: 50%; color: #ffd915; }
.neuro-footer__contact-copy { min-width: 0; }
.neuro-footer__contact-copy small { display: block; color: #b8c4db; font-size: 11px; line-height: 1.5; margin-bottom: 5px; }
.neuro-footer__contact-value { display: block; font-size: clamp(14px, 1.3vw, 18px); font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.neuro-footer__bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 28px; border-top: 1px solid #405173; margin-top: 52px; padding-top: 22px; color: #b8c4db; font-size: 11px; line-height: 1.6; }
.neuro-footer__bottom > span { margin-right: auto; }
.neuro-footer__bottom a, .neuro-footer__bottom button { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; font-size: 11px; color: inherit; }
.neuro-footer__bottom a:hover, .neuro-footer__bottom button:hover { color: #ffd915; }
.neuro-footer__bottom svg { width: 16px; height: 16px; }
.has-reading-controls .neuro-footer { padding-bottom: calc(98px + env(safe-area-inset-bottom, 0px)); }
@media (max-width: 1000px) {
  .neuro-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .neuro-footer__brand { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; column-gap: 36px; }
  .neuro-footer__brand .neuro-footer__tagline { margin-top: 12px; grid-column: 1; }
  .neuro-footer__social { grid-column: 2; grid-row: 1 / 3; margin: 0; }
}
@media (max-width: 600px) {
  .neuro-footer { padding: 44px 24px 20px; }
  .neuro-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .neuro-footer__brand { display: block; }
  .neuro-footer__logo { width: 210px; }
  .neuro-footer .neuro-footer__tagline { max-width: 310px; font-size: 15px; margin-top: 18px; }
  .neuro-footer__social { margin-top: 22px; }
  .neuro-footer__nav { gap: 0 24px; }
  .neuro-footer .neuro-footer__label { margin-bottom: 14px; }
  .neuro-footer__contact-value { font-size: 16px; }
  .neuro-footer__bottom { margin-top: 36px; gap: 6px 18px; padding-top: 20px; }
  .neuro-footer__bottom > span { flex-basis: 100%; margin: 0 0 8px; }
  .neuro-footer__bottom > a { margin-left: auto; }
  .has-reading-controls .neuro-footer { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
}
@media print { .neuro-footer { padding: 24px; } }
