:root{--navy:#071b3a;--red:#d71920;--white:#fff}.bg-navy{background:var(--navy)!important}.text-navy{color:var(--navy)}.btn-red{background:var(--red);color:white;border:0}.btn-red:hover{background:#b91218;color:white}.hero{background:linear-gradient(100deg,var(--navy),#0d3470);color:white;padding:50px 0}.card-img-top{height:180px;object-fit:cover}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media(max-width:1200px){.grid-5{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.grid-5{grid-template-columns:repeat(1,1fr)}}.live-box iframe,.live-box video{width:100%;height:480px;background:#000}.badge-red{background:var(--red)}
