:root{
  --main:#022847; 
  --bg:#ffffff; 
  --text:#0b0c0f; 
  --muted:#5a6472; 
  --border:#e6e8ee; 
  --radius:12px;
}

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
  line-height:1.65;
}

a{ color:var(--main); text-decoration:none; }
a:hover{ text-decoration:underline; }

/* Header */
.page-head{
  text-align:center;
  padding:30px 20px;
  border-bottom:1px solid var(--border);
  background:var(--bg);
}
.page-title{ margin:0; font-size:2rem; color:var(--main); }
.page-subtitle{ margin:.3rem 0; color:var(--muted); }
.page-updated{ font-size:.9rem; color:#7a8699; }

/* Məzmun */
.content{
  max-width:800px;
  margin:30px auto;
  padding:20px;
  background:var(--bg);
}
.content h2{
  margin-top:1.2rem;
  font-size:1.25rem;
  color:var(--main);
}
.content ul{ padding-left:1.2rem; }
.content section{ margin-bottom:1.5rem; }

/* Əlaqə */
address{ font-style:normal; margin-top:.6rem; }

/* Çap */
@media print{
  .page-head{ text-align:left; }
  a{ color:#000; text-decoration:underline; }
}
