:root{--navy:#092759;--red:#c91519;--gold:#f4bd45;--light:#f5f8fc}body{font-family:Arial,Helvetica,sans-serif;color:#0c2245}.navbar{background:var(--navy)}.hero{background:linear-gradient(90deg,rgba(7,34,77,.95),rgba(201,21,25,.82)),url('../img/poster.jpeg') center/cover;min-height:560px;display:flex;align-items:center;color:#fff}.hero h1{font-size:clamp(2.4rem,6vw,5rem);font-weight:900;line-height:1}.btn-red{background:var(--red);color:#fff;border:none}.btn-red:hover{background:#a50f13;color:#fff}.section-title{font-weight:900;color:var(--navy)}.card-hover{transition:.25s;border:0;box-shadow:0 10px 30px rgba(0,0,0,.08)}.card-hover:hover{transform:translateY(-6px)}.icon-circle{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:1.5rem}.rank-box{background:var(--navy);color:#fff;border:3px solid var(--gold);border-radius:24px}.footer{background:var(--navy);color:#fff}.floating-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:1.7rem;z-index:99;text-decoration:none}.country-img,.dept-img{height:180px;object-fit:cover;background:#e7edf6}.badge-red{background:var(--red)}
