*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#eef3f8;color:#243746}
.hero{background:#0b4f8a;color:#fff;padding:24px 0}
.hero-inner{max-width:1100px;margin:auto;padding:0 24px;display:flex;align-items:center;gap:28px}
.logo{width:140px;height:auto}
.titles h1{margin:0;font-size:2rem}.titles p{margin:.4rem 0 0;opacity:.95}
.container{max-width:1100px;margin:24px auto;padding:0 24px}
.panel{background:#fff;border-radius:12px;padding:24px;margin-bottom:22px;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.alert{display:flex;align-items:center;gap:24px;border-left:6px solid #c62828}
.warning{width:72px;height:auto}
table{width:100%;border-collapse:collapse}
th,td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left}
th{width:240px;background:#f8fafc}
ul,ol{padding-left:22px;line-height:1.8}
.footer{text-align:center}
.footer-logo{width:120px;height:auto;margin-bottom:12px}
@media(max-width:768px){.hero-inner,.alert{flex-direction:column;text-align:center}th{width:auto;display:block}td{display:block}}
