
body {font-family:'Lato',Arial,sans-serif;background:#fff;margin:0;padding:40px;color:#000;}
.container{max-width:900px;margin:auto;}
.header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:30px;}
.logo-box img{width:100%;height:auto;max-height:70px;object-fit:contain;background:white;padding:5px;border-radius:6px;}
.main-title{flex:1;text-align:center;font-size:2.4em;color:#9B0014;min-width:200px;}
.section{background:#9B0014;color:white;padding:20px;border-radius:8px;margin-bottom:25px;}
.section-title{font-size:1.6em;margin:0 0 10px 0;font-weight:700;}
.section a{color:#fff;text-decoration:underline;font-weight:600;}
