:root{--primary:#0c2d57;--primary-dark:#005fa3;--bg:#efecec;--text:#181a1b;--section-bg:#fff;--border:#e0e0e0;--radius:0.75em}html{scroll-behavior:smooth;color:var(--text)}body{font-family:Georgia,times new roman,Times,serif;font-size:1.2em;line-height:1.7;margin:0;min-height:100vh;display:flex;flex-direction:column}header{padding:2em 0 1em;text-align:center;background:var(--section-bg);border-bottom:1px solid var(--border)}header h1{margin:0;font-size:2em;letter-spacing:.01em}main{flex:1 0 auto;width:100%;max-width:600px;margin:0 auto;padding:2em 1em 1em;display:flex;flex-direction:column;gap:2em}section{background:var(--section-bg);border-radius:var(--radius);border:1px solid var(--border);padding:1.5em 1.2em 1.2em;box-shadow:0 2px 8px rgba(0,0,0,3%)}section h2{margin-top:0;font-size:1.2em;border-bottom:1px solid var(--border);padding-bottom:.4em;margin-bottom:1em}ul{list-style:none;padding:0;margin:0}li{margin-bottom:.8em}li:last-child{margin-bottom:0}a{color:var(--primary);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:color .2s,border .2s}a:focus-visible,a:hover{color:var(--primary-dark);border-bottom:1.5px solid var(--primary-dark);outline:none}a:active{color:var(--primary-dark)}footer{width:100%;background:var(--section-bg);border-top:1px solid var(--border);text-align:center;padding:1.2em 0 1.5em;font-size:1em}footer a{color:var(--primary);text-decoration:underline;transition:color .2s}footer a:focus-visible,footer a:hover{color:var(--primary-dark);outline:none}@media(max-width:700px){main{padding:1em .2em .5em;max-width:100%;gap:1em}section{padding:1em .7em .7em}header h1{font-size:1.2em}}