*{box-sizing:border-box;margin:0;padding:0}
html,body{
  overflow-x:hidden;
  overscroll-behavior-x:none;
  max-width:100vw;
}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:#f5f2ec;
  color:#1a1a1a;
  line-height:1.7;
  font-size:17px;
  touch-action:pan-y;
  -webkit-tap-highlight-color:rgba(212,175,55,.2);
}
.wrap{max-width:900px;margin:0 auto;padding:0 22px}
header{
  background:#0B1A33;
  color:#D4AF37;
  padding:18px 0;
  border-bottom:2px solid #A88A2A;
}
header .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
header .brand{
  display:inline-flex;
  align-items:center;
  transition:opacity .15s ease;
}
header .brand img{
  height:32px;
  width:auto;
  display:block;
}
header .brand:hover{opacity:.8}
footer .brand{
  display:inline-flex;
  align-items:center;
  margin-bottom:14px;
  transition:opacity .15s ease;
}
footer .brand img{
  height:32px;
  width:auto;
  display:block;
}
footer .brand:hover{opacity:.8}
nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px 20px}
nav a{
  color:#f5e6a3;
  text-decoration:none;
  font-size:15px;
  border-bottom:1px dotted transparent;
}
nav a:hover{border-bottom-color:#f5e6a3}
main{padding:40px 0 60px}
h1{
  font-size:32px;
  color:#0B1A33;
  margin-bottom:22px;
  line-height:1.25;
  border-bottom:2px solid #D4AF37;
  padding-bottom:12px;
}
h2{
  font-size:24px;
  color:#0B1A33;
  margin:32px 0 14px;
  line-height:1.3;
}
h3{
  font-size:19px;
  color:#2b3a5a;
  margin:22px 0 10px;
}
p{margin-bottom:16px;text-align:justify}
main ul,main ol{margin:12px 0 20px 28px}
main li{margin-bottom:8px}
footer{
  background:#0B1A33;
  color:#c8c8c8;
  padding:36px 0 28px;
  font-size:14px;
  border-top:2px solid #A88A2A;
}
footer nav{margin-bottom:20px}
footer nav ul{gap:6px 22px}
footer a{color:#c8c8c8}
footer a:hover{color:#D4AF37}
footer .copy{
  padding-top:18px;
  border-top:1px solid rgba(168,138,42,.25);
  color:#7a869a;
  font-size:13px;
  line-height:1.6;
}
@media(max-width:600px){
  body{font-size:16px}
  h1{font-size:26px}
  h2{font-size:21px}
  header{padding:12px 0}
  header .wrap{flex-direction:column;align-items:flex-start;gap:8px}
  header .brand img{height:26px}
  nav ul{gap:4px 14px}
  header nav a{font-size:13px}
  footer{padding:24px 0 20px}
  footer .brand img{height:26px}
  footer .brand{margin-bottom:10px}
  footer nav{margin-bottom:14px}
  footer nav a{font-size:13px}
  footer .copy{padding-top:12px;font-size:12px}
}
