@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/oxygen-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/oxygen-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/oxygen-700.woff2') format('woff2');
}

:root {
  --blue: #053c66;
  --blue-2: #004d87;
  --rule: #004d87;
  --text: #222;
  --muted: #55606a;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: 'Oxygen', sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

a { color: var(--blue-2); }
a:hover { color: var(--blue); }

.wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.site-header {
  text-align: center;
  padding: 40px 0 22px;
  border-bottom: 2px solid var(--rule);
  box-shadow: 0 10px 12px -10px rgba(0, 0, 0, 0.38);
}

.site-title {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--blue);
  line-height: 1.1;
}
.site-title a { color: inherit; text-decoration: none; }

.site-title .site-cimer {
  height: 0.72em;
  width: auto;
  vertical-align: baseline;
  margin-right: 0.18em;
}

.site-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 14px 0 0;
  font-size: 1.05rem;
}
.site-sub a { color: var(--blue-2); text-decoration: none; }
.site-sub a:hover { text-decoration: underline; }
.site-sub a + a {
  border-left: 1px solid #b9c4cf;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}

.site-main { padding-top: 34px; }

.home .lead { font-size: 1.12rem; }
.home h2 {
  color: var(--blue);
  font-size: 1.35rem;
  margin-top: 1.9em;
  border-bottom: 1px solid #d5dce3;
  padding-bottom: 6px;
}
.home h3 { color: #043356; }
.home ul { padding-left: 1.25em; }
.home li { margin: 0.25em 0; }

/* Állásajánlatok */
.allasajanlatok h2 {
  color: var(--blue);
  font-size: 1.35rem;
  margin-top: 0;
  border-bottom: 1px solid #d5dce3;
  padding-bottom: 6px;
}

/* Kapcsolat */
.kapcsolat h2 {
  color: var(--blue);
  font-size: 1.35rem;
  margin-top: 0;
  border-bottom: 1px solid #d5dce3;
  padding-bottom: 6px;
}
.kapcsolat-lista {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 0 2.5rem;
  margin: 1.2em 0 0;
}
.kapcsolat-sor { margin-top: 1.1em; }
.kapcsolat-sor dt {
  font-weight: 700;
  color: #043356;
}
.kapcsolat-sor dd { margin: 0.15em 0 0; }
@media (max-width: 640px) {
  .kapcsolat-lista { grid-template-columns: 1fr; }
}

/* Kapcsolat – levélküldő űrlap */
.kapcsolat-urlap {
  margin-top: 2.6em;
  border-top: 1px solid #d5dce3;
  padding-top: 1.4em;
}
.kapcsolat-urlap h3 {
  color: var(--blue);
  font-size: 1.15rem;
  margin: 0 0 0.4em;
}
.kapcsolat-urlap-lead { margin: 0 0 1.2em; }
.sendemail-info { display: none; }
.sendemail-mezo { margin: 0 0 1em; }
.sendemail-mezo label {
  display: block;
  font-weight: 700;
  color: #043356;
  margin-bottom: 0.25em;
}
.sendemail-mezo input,
.sendemail-mezo textarea {
  width: 100%;
  font: inherit;
  color: var(--text);
  padding: 0.5em 0.6em;
  border: 1px solid #b9c4cf;
  border-radius: 3px;
  background: #fff;
}
.sendemail-mezo input:focus,
.sendemail-mezo textarea:focus {
  outline: 2px solid var(--blue-2);
  outline-offset: 1px;
  border-color: var(--blue-2);
}
.sendemail-mezo textarea { resize: vertical; min-height: 120px; }
.requiedmark { color: #b00020; }
.sendemail-gomb { margin: 1.2em 0 0; }
.sendemail-gomb button {
  font: inherit;
  font-weight: 700;
  color: #fff;
  background: var(--blue-2);
  border: 0;
  border-radius: 3px;
  padding: 0.6em 1.6em;
  cursor: pointer;
}
.sendemail-gomb button:hover { background: var(--blue); }
.sendemail-gomb button:disabled { opacity: 0.6; cursor: default; }
.sendemail-status { margin: 1em 0 0; font-weight: 700; min-height: 1.2em; }
.sendemail-status.is-success { color: #1b6b2f; }
.sendemail-status.is-error { color: #b00020; }

/* Közérdekű adatok */
.kozerdeku-toc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0 0 10px;
}
@media (max-width: 780px) {
  .kozerdeku-toc { grid-template-columns: 1fr; }
}
.kozerdeku-toc-title { margin: 0 0 8px; }
.kozerdeku-toc-title a { color: var(--blue); font-weight: 700; text-decoration: none; }
.kozerdeku-toc ul { list-style: none; margin: 0; padding: 0; }
.kozerdeku-toc li { margin: 0 0 7px; font-size: 0.95rem; }
.kozerdeku-toc li a { color: var(--blue-2); text-decoration: none; }
.kozerdeku-toc li a:hover { text-decoration: underline; }

.kozerdeku-unit h3 {
  color: #043356;
  font-size: 1.2rem;
  margin-top: 0;
}
.kozerdeku-body { margin-top: 1em; }

.kozerdeku-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid transparent;
}
.kozerdeku-status--nem-relevans { color: #4a5560; background: #e8eaed; border-color: #c5c9ce; }
.kozerdeku-status--nincs { color: #1f4e6b; background: #e6f0f7; border-color: #9db8c9; }
.kozerdeku-status--feltoltes { color: #6b4a00; background: #fff3c4; border-color: #e0b84a; }

.kozerdeku-back { margin-top: 2.5em; }

.kozerdeku-kozadat {
  margin-top: 3em;
  border-top: 1px solid #d5dce3;
  padding-top: 1.2em;
}
.kozerdeku-kozadat-head h2 { padding: 0; }
.kozadat-emblem { height: 2.2em; vertical-align: middle; margin-right: 0.5em; }
.kozadat-wordmark { height: 1.6em; vertical-align: middle; }

.site-footer {
  margin-top: 60px;
  padding-top: 16px;
  border-top: 1px solid #e1e5ea;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}
