/* ===== Βασικά για εκτύπωση A4 ===== */
@page {
  size: A4;
  margin: 14mm 14mm 16mm 14mm;
}
:root{
  --text:#0b1220; --muted:#667085; --border:#e3e8ef; --accent:#2a6df6;
}
*{box-sizing:border-box}
html,body{height:auto}
body{
  margin:0; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text); background:#fff; -webkit-print-color-adjust: exact; print-color-adjust: exact;
}
h1,h2,h3{line-height:1.2; margin:0 0 8px}
p{margin:0 0 8px}
img{max-width:100%; height:auto; display:block; border-radius:8px; border:1px solid var(--border)}
.muted{color:var(--muted)}
.sheet{width:210mm; min-height:297mm; margin:0 auto; padding:0}
.A4{padding:0}

/* ===== Επικεφαλίδα ===== */
.head{
  display:flex; justify-content:space-between; gap:16px; align-items:flex-start;
  padding-bottom:10px; border-bottom:2px solid var(--border); margin-bottom:10px;
}
.subtitle{color:var(--muted)}
.contact p{margin:0}

/* ===== Ενότητες ===== */
section{margin:12px 0 10px}
section h2{
  font-size:1.05rem; letter-spacing:.3px; margin-bottom:6px;
  border-left:3px solid var(--accent); padding-left:8px;
}

/* ===== Δίστηλο ===== */
.two-col{display:grid; grid-template-columns:1fr 1fr; gap:12px}

/* ===== Tags / Skills ===== */
.tags{list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; gap:6px}
.tags li{
  border:1px solid var(--border); border-radius:999px; padding:4px 8px; font-size:.9rem;
  background: #f6f8fb;
}

/* ===== Projects ===== */
.project{margin:10px 0 8px; page-break-inside: avoid;}
.p-head{display:flex; justify-content:space-between; align-items:baseline; gap:10px}
.p-head h3{margin:0}
.meta{color:var(--muted); font-size:.95rem}
.shots{margin:6px 0 6px; display:grid; grid-template-columns:repeat(3, 1fr); gap:6px}
.shots figure{margin:0}
.shots figcaption{font-size:.78rem; color:var(--muted); margin-top:2px}

/* bullets */
.bullets{margin:0; padding-left:16px}
.bullets li{margin:2px 0}

/* Συστάσεις */
.list{margin:0; padding-left:16px}
.list li{margin:2px 0}

/* ===== Υποσέλιδο ===== */
.foot{
  border-top:1px solid var(--border); margin-top:12px; padding-top:8px;
  color:var(--muted); font-size:.95rem;
}

/* ===== Οθόνη (προεπισκόπηση) ===== */
@media screen {
  body{background:#f3f5f8}
  .sheet{box-shadow:0 10px 30px #0001; border:1px solid #e8ecf2; padding:14mm}
}
