@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f9f9f9;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}header{color:#fff;background-color:#004080;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}header img{max-height:60px}header nav a{color:#fff;margin-left:1rem;font-weight:500;text-decoration:none}header nav a:hover{text-decoration:underline}main{max-width:1200px;margin:0 auto;padding:2rem}h1,h2,h3,h4,h5,h6{color:#004080;margin-bottom:1rem}p{margin-bottom:1rem}img{max-width:100%;height:auto;margin-bottom:1rem;display:block}footer{color:#fff;text-align:center;background-color:#00264d;margin-top:2rem;padding:1rem 2rem;font-size:.9rem}footer a{color:#fff;text-decoration:underline}table{border-collapse:collapse;width:100%;margin-bottom:1rem}table th,table td{text-align:left;border:1px solid #ccc;padding:.5rem}table th{background-color:#e6f0ff}button{color:#fff;cursor:pointer;background-color:#004080;border:none;border-radius:4px;padding:.5rem 1rem}button:hover{background-color:#036}.hero{text-align:center;margin-bottom:2rem;position:relative}.hero-image{object-fit:cover;filter:brightness(.85);width:100%;max-height:400px}.hero-text{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-text h1{margin-bottom:.5rem;font-size:2.5rem}.hero-text p{font-size:1.2rem}.cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.card{color:#fff;text-align:center;background-color:#004080;border-radius:8px;padding:1.5rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}section h2{color:#004080;margin-bottom:1rem}
