*{box-sizing:border-box}body{margin:0;background:#f4f7f8;color:#183b48;font-family:system-ui,-apple-system,sans-serif;font-size:17px;line-height:1.7}header,footer{background:#013241;color:white}nav,main,.foot{max-width:900px;margin:auto;padding:24px}nav{display:flex;justify-content:space-between;gap:20px;align-items:center}.brand{font-size:29px;font-weight:900;letter-spacing:2px}nav a,footer a{color:white}main{background:white;margin:32px auto;border-radius:20px;padding:40px}h1{font-size:clamp(28px,5vw,42px);line-height:1.15;margin-top:8px}h2{font-size:23px;margin-top:36px;line-height:1.35}a{color:#075e7a;overflow-wrap:anywhere}.button{display:inline-block;background:#fc830a;color:#092f3e;border-radius:10px;padding:13px 22px;font-weight:750;text-decoration:none}.note{background:#edf5f7;border-left:4px solid #fc830a;padding:20px;border-radius:8px}li{margin:12px 0}:focus-visible{outline:3px solid #fc830a;outline-offset:4px}@media(max-width:600px){main{margin:12px;border-radius:12px;padding:24px}nav{flex-wrap:wrap;padding:18px}nav a{font-size:15px}}