.cta-band { position: relative; min-height: 180px; color: #fff; background-size: cover; background-position: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.52); }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 180px; }
.cta-inner h2 { margin: 0 0 8px; color: #fff; font-size: 34px; }
.cta-text p { margin: 0; }
.site-footer { width: 100%; padding: 48px 0; background: var(--blue); color: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { display: inline-flex; flex-direction: column; flex-shrink: 0; color: #fff; font-family: Georgia, serif; line-height: .9; }
.footer-brand span { font-size: 36px; }
.footer-brand small { margin-top: 8px; font-size: 11px; text-align: center; }
.footer-contact { display: flex; flex: 1; align-items: center; justify-content: space-around; gap: 26px; }
.footer-contact-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 15px; white-space: nowrap; }
.footer-contact-link img { width: 26px; height: 26px; object-fit: contain; flex: 0 0 26px; }
.footer-social { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; transition: .2s ease; }
.footer-social a:hover { background: #fff; color: var(--blue); }
.footer-social svg { display: block; width: 19px; height: 19px; }
.footer-social .youtube-play { fill: currentColor; }
