.site-footer { padding: 84px 9vw 44px 5vw; background: linear-gradient(180deg, rgba(3,17,34,.98) 0%, rgba(3,17,34,.92) 100%); color: rgba(255,255,255,.92); border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.2fr; gap: 38px; align-items: start; max-width: 1240px; margin: 0 auto; }
.footer-col { min-width: 200px; }
.footer-branding { text-align: left; }
.footer-nav { text-align: center; }
.footer-contact { text-align: center; }
.footer-attendance { text-align: right; }
.footer-brand { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.footer-branding strong { display: block; margin: 0 0 10px; font: 600 24px var(--serif); color: #fff; letter-spacing: .02em; }
.footer-branding small { display: block; margin-bottom: 24px; color: var(--gold); font: 12px var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.footer-branding p { margin: 0; max-width: 440px; color: rgba(255,255,255,.72); line-height: 1.95; }
.footer-heading { margin: 0 0 22px; color: var(--gold); font: 600 13px var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-list li { font-size: 14px; line-height: 1.9; }
.footer-list a { color: rgba(255,255,255,.84); text-decoration: none; transition: color .25s ease; }
.footer-list a:hover { color: var(--gold-light); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.78); min-width: 0; }
.footer-contact-item span { display: inline-flex; align-items: center; justify-content: center; width: 32px; min-width: 32px; height: 32px; color: var(--gold); font-size: 16px; }
.footer-contact-item a, .footer-contact-item span + span { color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.9; word-break: break-word; overflow-wrap: anywhere; flex: 1 1 0; min-width: 0; }
.footer-contact-item a { display: inline-flex; align-items: center; }
.footer-attendance-list { gap: 10px; }
.footer-attendance-list li { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.9; }
.footer-btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 18px; padding: 14px 22px; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #fff; font-weight: 700; letter-spacing: .01em; transition: background .25s ease, border-color .25s ease, color .25s ease; }
.footer-btn:hover { background: rgba(255,255,255,.1); border-color: var(--gold-light); color: var(--gold-light); }
.footer-bottom { margin-top: 46px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.66); }
.footer-bottom span { min-width: 220px; }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-end; }
.footer-bottom-links a { color: rgba(255,255,255,.74); text-decoration: none; transition: color .25s ease; }
.footer-bottom-links a:hover { color: var(--gold-light); }
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-branding { grid-column: 1 / -1; }
  .footer-bottom { justify-content: space-between; }
}
@media (max-width: 680px) {
  .site-footer { padding: 60px 5vw 32px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-branding { text-align: center; }
  .footer-attendance { align-items: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-btn { width: 100%; }
  .footer-bottom-links { justify-content: center; }
}
