:root{--club-red:#d91820;--club-dark-red:#a90008}
body{color:#202124}
.bg-club{background:linear-gradient(90deg,var(--club-dark-red),var(--club-red))}
.navbar-logo{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:12px;padding:3px}
.navbar .nav-link{border-radius:.5rem;margin-inline:.1rem}
.navbar .nav-link.active,.navbar .nav-link:hover{background:rgba(255,255,255,.14)}
.hero-public{min-height:72vh;background-image:var(--hero-image);background-position:center;background-size:cover;background-color:#222}
.hero-overlay{min-height:72vh;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.24))}
.hero-content{max-width:760px}
.footer-public{background:#181818;color:#eee}
.footer-public a{color:#fff;text-decoration:none}
.footer-logo{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:14px;padding:4px}
.card{border-radius:1rem}
@media(max-width:1199.98px){.navbar .btn{margin-top:.75rem;width:100%}}
@media(max-width:767.98px){.hero-public,.hero-overlay{min-height:620px}.hero-overlay{background:rgba(0,0,0,.62)}}
