/*
  ╔═════════════════════════════════════════════════════╗
  ║  Készítette: KexDesign – www.kexdesign.hu           ║
  ║  Weboldal készítés és szerver szolgáltatás, Siófok  ║
  ║                                                     ║
  ║  © 2026 KexDesign. Minden jog fenntartva.           ║
  ║  E forráskód szerzői jogi védelem alatt áll.        ║
  ║  Másolása, módosítása, újrafelhasználása kizárólag  ║
  ║  a KexDesign írásos engedélyével lehetséges.        ║
  ╚═════════════════════════════════════════════════════╝
*/

/* ==========================================================================
   SZOLTERV Kft. — szolterv.hu
   Stíluslap | Verzió 2.0
   Színek: #03153E (kék) · #b7b8ba (szürke) · #ffffff (fehér)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokenek
   -------------------------------------------------------------------------- */
:root {
  /* Alapszínek – a megrendelő által megadott paletta */
  --kek: #03153E;
  --szurke: #b7b8ba;
  --feher: #ffffff;

  /* Származtatott árnyalatok (ugyanabból a kékből) */
  --kek-800: #071E52;
  --kek-700: #0D2A66;
  --kek-600: #143781;
  --kek-halvany: #E9ECF2;
  --kek-halvany-2: #F4F6F9;
  --vonal: #D7DBE3;

  /* Szöveg */
  --szoveg: #1B2540;
  --szoveg-halk: #4B5670;
  --szoveg-inv: #ffffff;
  --szoveg-inv-halk: #b7b8ba;

  /* Tipográfia */
  --f-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --f-body: "IBM Plex Sans", "Segoe UI", Roboto, Arial, sans-serif;
  --f-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;

  /* Ritmus */
  --max: 1240px;
  --gutter: 24px;
  --fejlec-h: 84px;
  --infosav-h: 40px;

  --arnyek-1: 0 2px 10px rgba(3, 21, 62, .08);
  --arnyek-2: 0 18px 48px rgba(3, 21, 62, .18);
  --atmenet: .28s cubic-bezier(.4, 0, .2, 1);
}

/* --------------------------------------------------------------------------
   2. Alapok
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--fejlec-h) + 12px);
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--szoveg);
  background: var(--feher);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(3, 21, 62, .12);
}

img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: var(--kek-600); text-decoration: none; transition: color var(--atmenet); }
a:hover { color: var(--kek); }

h1, h2, h3, h4, h5 {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--kek);
  letter-spacing: .012em;
  margin: 0 0 .5em;
  line-height: 1.12;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
h4 { font-size: 1.3rem; }
p { margin: 0 0 1.1em; }
strong, b { font-weight: 600; }

/* Fókusz – billentyűzetes navigáció */
:focus-visible {
  outline: 3px solid var(--kek-600);
  outline-offset: 3px;
  border-radius: 2px;
}
.szkipp {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--kek); color: #fff; padding: 12px 20px;
  font-family: var(--f-mono); font-size: .8rem;
}
.szkipp:focus { left: 8px; top: 8px; color: #fff; }

/* Konténer */
.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Szekció ritmus */
.szekcio { padding: clamp(64px, 8vw, 104px) 0; position: relative; }
.szekcio--kicsi { padding: clamp(48px, 5vw, 68px) 0; }
.szekcio--vilagos { background: var(--feher); }
.szekcio--halvany { background: var(--kek-halvany-2); }

/* --------------------------------------------------------------------------
   3. Aláírás-elemek: mérnöki rajz motívum
   -------------------------------------------------------------------------- */

/* Mono „szemöldök” felirat perjellel – műszaki rajz jelöléshez hasonló */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--kek-600);
  margin: 0 0 14px;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 2px;
  background: currentColor;
  flex: 0 0 28px;
}
.eyebrow--inv { color: var(--szurke); }

/* Cím alatti vékony vonalka */
.cim-blokk { margin-bottom: clamp(32px, 4vw, 52px); }
.cim-blokk h2 { margin-bottom: 14px; text-transform: uppercase; }
.cim-blokk .lead {
  font-size: 1.06rem;
  color: var(--szoveg-halk);
  max-width: 74ch;
  margin: 0;
}
.cim-blokk--kozep { text-align: center; }
.cim-blokk--kozep .eyebrow::before { display: none; }
.cim-blokk--kozep .lead { margin-inline: auto; }
.cim-blokk--inv h2 { color: #fff; text-shadow: 0 2px 16px rgba(3, 21, 62, .55); }
.cim-blokk--inv .lead { color: var(--szurke); text-shadow: 0 1px 10px rgba(3, 21, 62, .55); }

/* Sarok-keret (crop mark) – az aláírás-elem */
.keret { position: relative; }
.keret::before, .keret::after {
  content: "";
  position: absolute;
  width: 18px; height: 18px;
  border: 2px solid var(--szurke);
  opacity: .9;
  pointer-events: none;
  transition: var(--atmenet);
}
.keret::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.keret::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

/* Kékrajz-rács a hősképen */
.racs {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(183, 184, 186, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 184, 186, .10) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   4. Infósáv
   -------------------------------------------------------------------------- */
.infosav {
  background: var(--kek);
  color: var(--szurke);
  font-size: .82rem;
  line-height: 1.4;
  border-bottom: 1px solid rgba(183, 184, 186, .16);
}
.infosav__belso {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--infosav-h);
  padding-block: 7px;
  flex-wrap: wrap;
}
.infosav__bal, .infosav__jobb {
  display: flex;
  align-items: center;
  gap: 8px 22px;
  flex-wrap: wrap;
}
.infosav a, .infosav span.i-elem {
  color: var(--szurke);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: var(--f-mono);
  font-size: .76rem;
  letter-spacing: .04em;
}
.infosav a:hover { color: var(--feher); }
.infosav svg { width: 14px; height: 14px; flex: 0 0 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.infosav__jelvny {
  font-family: var(--f-mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid rgba(183, 184, 186, .38);
  padding: 3px 10px;
  color: var(--szurke);
}

/* --------------------------------------------------------------------------
   5. Fejléc / menü
   -------------------------------------------------------------------------- */
.fejlec {
  position: sticky;
  top: 0;
  z-index: 500;
  background: var(--feher);
  border-bottom: 1px solid var(--vonal);
  transition: box-shadow var(--atmenet);
}
.fejlec.tapad { box-shadow: var(--arnyek-1); }

.fejlec__belso {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: var(--fejlec-h);
}

.logo { flex: 0 0 auto; display: block; line-height: 0; }
.logo img {
  height: 54px;
  width: auto;
  max-width: none;
  object-fit: contain;
  display: block;
}

/* Fő menü (asztali) – jobbra igazítva, a hamburger elé */
.fejlec__belso > nav { margin-left: auto; }
.menu { display: flex; align-items: center; gap: 2px; justify-content: flex-end; }
.menu > li { list-style: none; position: relative; }
.menu ul { list-style: none; margin: 0; padding: 0; }
.menu, .menu > li { margin: 0; padding: 0; }

.menu > li > a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  font-family: var(--f-display);
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--kek);
  border: 1px solid transparent;
  white-space: nowrap;
  transition: background var(--atmenet), color var(--atmenet);
}
.menu > li > a:hover,
.menu > li:focus-within > a { background: var(--kek-halvany); color: var(--kek); }
.menu > li.aktiv > a { background: var(--szurke); color: var(--kek); }
.menu .nyil { width: 9px; height: 9px; stroke: currentColor; stroke-width: 2.2; fill: none; transition: transform var(--atmenet); }
.menu > li:hover .nyil, .menu > li:focus-within .nyil { transform: rotate(180deg); }

/* Lenyíló almenü */
.almenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 262px;
  background: var(--feher);
  border: 1px solid var(--vonal);
  border-top: 3px solid var(--kek);
  box-shadow: var(--arnyek-2);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--atmenet), transform var(--atmenet), visibility var(--atmenet);
  z-index: 20;
}
.menu > li:hover > .almenu,
.menu > li:focus-within > .almenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.almenu a {
  display: block;
  padding: 11px 20px;
  font-family: var(--f-body);
  font-size: .93rem;
  font-weight: 500;
  color: var(--kek);
  border-left: 3px solid transparent;
  transition: var(--atmenet);
}
.almenu a:hover { background: var(--kek-halvany); border-left-color: var(--kek); padding-left: 24px; }
.almenu li.aktiv > a { background: var(--szurke); border-left-color: var(--kek); }

/* Hamburger */
.hamburger {
  flex: 0 0 auto;
  width: 48px; height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: var(--feher);
  border: 1px solid var(--vonal);
  cursor: pointer;
  margin-left: 10px;
  padding: 0;
  transition: var(--atmenet);
}
.hamburger:hover { background: var(--kek); border-color: var(--kek); }
.hamburger span {
  display: block;
  width: 20px; height: 2px;
  background: var(--kek);
  transition: var(--atmenet);
}
.hamburger:hover span { background: var(--feher); }

/* Oldalsó (offcanvas) menü */
.fatyol {
  position: fixed; inset: 0;
  background: rgba(3, 21, 62, .62);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: var(--atmenet);
  z-index: 900;
}
.fatyol.nyit { opacity: 1; visibility: visible; }

.oldalmenu {
  position: fixed;
  top: 0; right: 0;
  height: 100%;
  height: 100dvh;
  width: min(340px, 88vw);
  background: var(--kek);
  z-index: 950;
  transform: translateX(102%);
  transition: transform .36s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  flex-direction: column;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}
.oldalmenu.nyit { transform: translateX(0); }
.oldalmenu__fej {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(183, 184, 186, .22);
  flex: 0 0 auto;
}
.oldalmenu__fej .cim {
  font-family: var(--f-mono);
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--szurke);
}
.zar {
  width: 40px; height: 40px;
  border: 1px solid rgba(183, 184, 186, .35);
  background: transparent;
  color: var(--szurke);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--atmenet);
  padding: 0;
}
.zar:hover { background: var(--szurke); color: var(--kek); }
.zar svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2; fill: none; }

.oldalmenu__test {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 30px;
}
.o-menu, .o-menu ul { list-style: none; margin: 0; padding: 0; }
.o-menu > li { border-bottom: 1px solid rgba(183, 184, 186, .14); }
.o-menu a {
  display: block;
  padding: 15px 22px;
  font-family: var(--f-display);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--feher);
}
.o-menu a:hover { background: rgba(183, 184, 186, .14); }
.o-menu li.aktiv > a, .o-menu li.aktiv > .o-sor > a { background: var(--szurke); color: var(--kek); }
.o-sor { display: flex; align-items: stretch; }
.o-sor > a { flex: 1 1 auto; }
.o-nyit {
  flex: 0 0 54px;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(183, 184, 186, .14);
  color: var(--szurke);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.o-nyit svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2.4; fill: none; transition: transform var(--atmenet); }
.o-nyit[aria-expanded="true"] svg { transform: rotate(180deg); }
.o-al {
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, .18);
  transition: max-height .34s ease;
}
.o-al.nyit { max-height: 320px; }
.o-al a {
  font-family: var(--f-body);
  font-size: .95rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding: 12px 22px 12px 38px;
  color: var(--szurke);
}
.o-al a:hover { color: var(--feher); }
.o-al li.aktiv > a { background: var(--szurke); color: var(--kek); }

.oldalmenu__lab {
  flex: 0 0 auto;
  padding: 20px 22px;
  border-top: 1px solid rgba(183, 184, 186, .22);
  font-family: var(--f-mono);
  font-size: .74rem;
  color: var(--szurke);
  line-height: 1.9;
}
.oldalmenu__lab a { color: var(--szurke); display: block; }
.oldalmenu__lab a:hover { color: var(--feher); }

/* --------------------------------------------------------------------------
   6. Gombok
   -------------------------------------------------------------------------- */
.gomb {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 14px 30px;
  font-family: var(--f-display);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  border: 2px solid var(--kek);
  background: var(--kek);
  color: var(--feher);
  cursor: pointer;
  transition: var(--atmenet);
  text-align: center;
}
.gomb:hover { background: var(--kek-700); border-color: var(--kek-700); color: var(--feher); transform: translateY(-2px); }
.gomb svg { width: 15px; height: 15px; stroke: currentColor; stroke-width: 2.2; fill: none; transition: transform var(--atmenet); }
.gomb:hover svg { transform: translateX(4px); }

.gomb--vonal { background: transparent; color: var(--kek); }
.gomb--vonal:hover { background: var(--kek); color: var(--feher); }

.gomb--feher { background: var(--feher); border-color: var(--feher); color: var(--kek); }
.gomb--feher:hover { background: var(--szurke); border-color: var(--szurke); color: var(--kek); }

.gomb--szellos { background: transparent; border-color: var(--szurke); color: var(--feher); }
.gomb--szellos:hover { background: var(--feher); border-color: var(--feher); color: var(--kek); }

/* --------------------------------------------------------------------------
   7. Hőskép / diavetítés
   -------------------------------------------------------------------------- */
.hos {
  position: relative;
  height: 78vh;
  min-height: 520px;
  max-height: 860px;
  overflow: hidden;
  background: var(--kek);
}
@supports (height: 100svh) {
  .hos { height: min(78svh, 860px); min-height: 520px; }
}

.dia {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  z-index: 1;
}
.dia.aktiv { opacity: 1; visibility: visible; z-index: 2; }

.dia__kep {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.06);
  transition: transform 8s linear;
}
.dia.aktiv .dia__kep { transform: scale(1); }

/* Sötétítő fólia – kicsit áttetszőbb, hogy a kép jobban látszódjon,
   de a szöveg még mindig biztosan olvasható marad */
.dia__folia {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(3, 21, 62, .82) 0%, rgba(3, 21, 62, .62) 42%, rgba(3, 21, 62, .28) 100%),
    linear-gradient(to top, rgba(3, 21, 62, .66) 0%, rgba(3, 21, 62, 0) 55%);
}

.hos__tartalom {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
.dia__doboz {
  max-width: 760px;
  color: var(--feher);
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease .25s, transform .8s ease .25s;
}
.dia.aktiv .dia__doboz { opacity: 1; transform: none; }

.dia__doboz h1,
.dia__doboz .h1 {
  color: var(--feher);
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(2.15rem, 5.1vw, 4rem);
  line-height: 1.04;
  margin: 0 0 20px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}
.dia__doboz p {
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  color: #E4E6EA;
  max-width: 60ch;
  margin: 0 0 30px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .4);
}

/* Vezérlők */
.hos__nyilak {
  position: absolute;
  z-index: 5;
  bottom: 34px;
  right: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
  display: flex;
  gap: 8px;
}
.hos__nyil {
  width: 50px; height: 50px;
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(3, 21, 62, .35);
  color: var(--feher);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--atmenet);
  padding: 0;
  backdrop-filter: blur(3px);
}
.hos__nyil:hover { background: var(--feher); color: var(--kek); border-color: var(--feher); }
.hos__nyil svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2; fill: none; }

.hos__pontok {
  position: absolute;
  z-index: 5;
  bottom: 48px;
  left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
  display: flex;
  align-items: center;
  gap: 14px;
}
.hos__pont {
  width: 44px; height: 3px;
  background: rgba(255, 255, 255, .32);
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: var(--atmenet);
}
.hos__pont::after {
  content: "";
  position: absolute;
  inset: -10px 0;
}
.hos__pont.aktiv { background: var(--feher); }

/* --------------------------------------------------------------------------
   8. Számadatok (teljes szélességű képen)
   -------------------------------------------------------------------------- */
.adatok {
  position: relative;
  background: var(--kek) center/cover no-repeat;
  color: var(--feher);
  padding: clamp(70px, 8vw, 104px) 0;
  overflow: hidden;
}
.adatok::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(3, 21, 62, .86) 0%, rgba(3, 21, 62, .70) 60%, rgba(3, 21, 62, .84) 100%);
}
.adatok > * { position: relative; z-index: 2; }

.adat-racs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.adat {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 20px;
  background: rgba(3, 21, 62, .38);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(183, 184, 186, .24);
  transition: var(--atmenet);
}
.adat:hover {
  background: rgba(3, 21, 62, .58);
  border-color: var(--szurke);
  transform: translateY(-3px);
}
.adat__ikon {
  flex: 0 0 46px;
  width: 46px; height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 184, 186, .32);
}
.adat__ikon img {
  width: 24px; height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.adat__szoveg { font-size: .95rem; line-height: 1.6; color: #E4E6EA; }
.adat__szoveg strong { color: var(--feher); font-weight: 600; }

/* --------------------------------------------------------------------------
   9. Szolgáltatás-kártyák (teljes szélességű képen)
   -------------------------------------------------------------------------- */
.szolg-hatter {
  position: relative;
  background: var(--kek) center/cover no-repeat;
  padding: clamp(70px, 8vw, 108px) 0;
  overflow: hidden;
}
.szolg-hatter::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3, 21, 62, .84) 0%, rgba(3, 21, 62, .74) 100%);
}
.szolg-hatter > * { position: relative; z-index: 2; }

.szolg-racs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.szolg {
  display: flex;
  flex-direction: column;
  background: var(--feher);
  border-top: 4px solid var(--kek);
  transition: var(--atmenet);
  height: 100%;
}
.szolg:hover { transform: translateY(-6px); box-shadow: var(--arnyek-2); border-top-color: var(--szurke); }
.szolg__kep {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--kek-halvany);
}
.szolg__kep img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.szolg:hover .szolg__kep img { transform: scale(1.06); }
.szolg__sorszam {
  position: absolute;
  top: 0; left: 0;
  background: var(--kek);
  color: var(--szurke);
  font-family: var(--f-mono);
  font-size: .72rem;
  letter-spacing: .14em;
  padding: 6px 12px;
}
.szolg__test {
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.szolg__test h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 12px;
}
.szolg__test p {
  color: var(--szoveg-halk);
  font-size: .95rem;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.tovabb {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-mono);
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--kek);
  align-self: flex-start;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--szurke);
  transition: var(--atmenet);
}
.tovabb svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2.2; fill: none; transition: transform var(--atmenet); }
.tovabb:hover { border-bottom-color: var(--kek); }
.tovabb:hover svg { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   10. Projectek
   -------------------------------------------------------------------------- */
.proj-racs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.proj {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--kek);
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-family: inherit;
  color: inherit;
}
.proj__kep {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.proj__kep img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .6, .2, 1), filter .5s ease;
}
.proj:hover .proj__kep img,
.proj:focus-visible .proj__kep img { transform: scale(1.07); }
.proj__folia {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(3, 21, 62, .95) 0%, rgba(3, 21, 62, .55) 40%, rgba(3, 21, 62, .10) 100%);
  transition: var(--atmenet);
}
.proj:hover .proj__folia { background: linear-gradient(to top, rgba(3, 21, 62, .97) 0%, rgba(3, 21, 62, .72) 50%, rgba(3, 21, 62, .30) 100%); }

.proj__info {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 24px;
  color: var(--feher);
  z-index: 2;
}
.proj__cimke {
  display: inline-block;
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--szurke);
  border: 1px solid rgba(183, 184, 186, .5);
  padding: 3px 9px;
  margin-bottom: 12px;
}
.proj__info h3 {
  color: var(--feher);
  font-size: 1.55rem;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.proj__info p {
  margin: 0;
  font-size: .88rem;
  color: var(--szurke);
  line-height: 1.5;
}
.proj__akcio {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  font-family: var(--f-mono);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--feher);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .4s ease, opacity .4s ease;
}
.proj:hover .proj__akcio,
.proj:focus-visible .proj__akcio { max-height: 40px; opacity: 1; }
.proj__akcio svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2.2; fill: none; }

/* Nagyító sarok */
.proj__nagyito {
  position: absolute;
  top: 16px; right: 16px;
  width: 42px; height: 42px;
  border: 1px solid rgba(255, 255, 255, .45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--feher);
  z-index: 2;
  opacity: 0;
  transform: translateY(-8px);
  transition: var(--atmenet);
}
.proj:hover .proj__nagyito,
.proj:focus-visible .proj__nagyito { opacity: 1; transform: none; }
.proj__nagyito svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2; fill: none; }

/* Világító doboz (lightbox) */
.lb {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(3, 21, 62, .97);
  display: none;
  flex-direction: column;
  padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom);
}
.lb.nyit { display: flex; }
.lb__fej {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(183, 184, 186, .2);
}
.lb__cim {
  font-family: var(--f-mono);
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--szurke);
}
.lb__szam { color: var(--feher); }
.lb__test {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 70px;
  min-height: 0;
}
.lb__kep {
  max-width: 100%;
  max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5);
}
.lb__nyil {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  border: 1px solid rgba(183, 184, 186, .4);
  background: rgba(3, 21, 62, .6);
  color: var(--feher);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--atmenet);
  padding: 0;
  z-index: 3;
}
.lb__nyil:hover { background: var(--feher); color: var(--kek); }
.lb__nyil svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 2; fill: none; }
.lb__nyil--balra { left: 12px; }
.lb__nyil--jobbra { right: 12px; }
.lb__csik {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid rgba(183, 184, 186, .2);
  scrollbar-width: thin;
}
.lb__bely {
  flex: 0 0 78px;
  width: 78px; height: 52px;
  border: 2px solid transparent;
  opacity: .45;
  cursor: pointer;
  padding: 0;
  background: none;
  transition: var(--atmenet);
}
.lb__bely img { width: 100%; height: 100%; object-fit: cover; }
.lb__bely.aktiv, .lb__bely:hover { opacity: 1; border-color: var(--szurke); }

/* --------------------------------------------------------------------------
   11. Oldalcím-fejléc (aloldalak)
   -------------------------------------------------------------------------- */
.oldalfej {
  position: relative;
  background: var(--kek) center/cover no-repeat;
  padding: clamp(64px, 8vw, 108px) 0 clamp(52px, 6vw, 76px);
  overflow: hidden;
}
.oldalfej::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(3, 21, 62, .95) 0%, rgba(3, 21, 62, .84) 55%, rgba(3, 21, 62, .68) 100%);
}
.oldalfej > * { position: relative; z-index: 2; }
.oldalfej h1 {
  color: var(--feher);
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: clamp(1.95rem, 4.4vw, 3.1rem);
}
.morzsa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--f-mono);
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--szurke);
}
.morzsa a { color: var(--szurke); }
.morzsa a:hover { color: var(--feher); }
.morzsa li + li::before { content: "/"; margin-right: 8px; opacity: .55; }
.morzsa li[aria-current] { color: var(--feher); }

/* --------------------------------------------------------------------------
   12. Tartalmi elrendezések
   -------------------------------------------------------------------------- */
.ketosztat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 66px);
  align-items: center;
}
.ketosztat--forditott .ketosztat__kep { order: 2; }
.ketosztat__kep { position: relative; }
.ketosztat__kep img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: var(--arnyek-2);
}
.ketosztat__kep .keret::before, .ketosztat__kep .keret::after { width: 26px; height: 26px; border-width: 3px; }
.ketosztat__kep .kepdoboz {
  position: relative;
  display: block;
}
.ketosztat__kep .kepdoboz::before {
  content: "";
  position: absolute;
  inset: -14px -14px 14px 14px;
  border: 1px solid var(--szurke);
  z-index: -1;
}
.ketosztat__szoveg p { color: var(--szoveg-halk); }
.ketosztat__szoveg p:last-child { margin-bottom: 0; }

/* Műszaki lista – pipával, mérnöki jelöléssel */
.lista {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.lista li {
  position: relative;
  padding: 11px 0 11px 40px;
  border-bottom: 1px solid var(--vonal);
  font-size: .96rem;
  color: var(--szoveg);
  line-height: 1.6;
}
.lista li::before {
  content: "";
  position: absolute;
  left: 6px; top: 20px;
  width: 12px; height: 2px;
  background: var(--kek);
}
.lista li::after {
  content: "";
  position: absolute;
  left: 0; top: 17px;
  width: 8px; height: 8px;
  border: 2px solid var(--szurke);
  border-radius: 50%;
  background: var(--feher);
}
.lista--ket { grid-template-columns: 1fr 1fr; gap: 2px 36px; }

/* Számozott lista – csak ott, ahol valódi sorrend van */
.lista--kod li { padding-left: 46px; }
.lista--kod li .kod {
  position: absolute;
  left: 0; top: 11px;
  font-family: var(--f-mono);
  font-size: .78rem;
  font-weight: 600;
  color: var(--kek-600);
  letter-spacing: .04em;
}
.lista--kod li::before, .lista--kod li::after { display: none; }

/* Jogosultság-kártyák */
.jog-racs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.jog {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  background: var(--kek-halvany-2);
  border-left: 3px solid var(--szurke);
  transition: var(--atmenet);
}
.jog:hover { border-left-color: var(--kek); background: var(--kek-halvany); }
.jog__kod {
  flex: 0 0 auto;
  font-family: var(--f-mono);
  font-size: .8rem;
  font-weight: 600;
  color: var(--kek);
  letter-spacing: .02em;
  white-space: nowrap;
  padding-top: 1px;
}
.jog__szoveg { font-size: .9rem; color: var(--szoveg-halk); line-height: 1.55; }

/* PDF hivatkozás doboz */
.pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px 16px 18px;
  border: 1px solid var(--vonal);
  border-left: 4px solid var(--kek);
  background: var(--feher);
  color: var(--kek);
  transition: var(--atmenet);
  margin-top: 8px;
}
.pdf-link:hover { background: var(--kek); color: var(--feher); border-color: var(--kek); }
.pdf-link:hover .pdf-link__alcim { color: var(--szurke); }
.pdf-link__ikon {
  flex: 0 0 34px;
  width: 34px; height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pdf-link__ikon svg { width: 22px; height: 26px; stroke: currentColor; stroke-width: 1.6; fill: none; }
.pdf-link__cim {
  display: block;
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.pdf-link__alcim {
  display: block;
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--szoveg-halk);
  margin-top: 3px;
  transition: var(--atmenet);
}

/* Minőségpolitika sáv */
.mp-sav {
  background: var(--kek-halvany-2);
  border-top: 1px solid var(--vonal);
  border-bottom: 1px solid var(--vonal);
  padding: 40px 0;
}
.mp-sav__belso {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
}
.mp-sav__szoveg h3 { margin: 0 0 4px; text-transform: uppercase; font-size: 1.5rem; }
.mp-sav__szoveg p { margin: 0; color: var(--szoveg-halk); font-size: .95rem; }

/* Állás-hivatkozások */
.allas-racs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.allas {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: var(--feher);
  border: 1px solid var(--vonal);
  border-left: 3px solid var(--szurke);
  color: var(--kek);
  transition: var(--atmenet);
}
.allas:hover {
  border-left-color: var(--kek);
  background: var(--kek);
  color: var(--feher);
  transform: translateX(4px);
}
.allas:hover .allas__meta { color: var(--szurke); }
.allas__ikon { flex: 0 0 26px; }
.allas__ikon svg { width: 22px; height: 26px; stroke: currentColor; stroke-width: 1.6; fill: none; }
.allas__cim {
  display: block;
  font-family: var(--f-display);
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.25;
}
.allas__meta {
  display: block;
  font-family: var(--f-mono);
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--szoveg-halk);
  margin-top: 2px;
  transition: var(--atmenet);
}

/* Partnerek */
.partner-racs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--vonal);
  border: 1px solid var(--vonal);
}
.partner {
  background: var(--feher);
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  transition: var(--atmenet);
}
.partner img {
  max-width: 100%;
  max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .68;
  transition: var(--atmenet);
}
.partner:hover { background: var(--kek-halvany-2); }
.partner:hover img { filter: none; opacity: 1; transform: scale(1.04); }

/* Kapcsolati kártyák */
.kapcs-racs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.kapcs {
  background: var(--feher);
  border: 1px solid var(--vonal);
  border-top: 4px solid var(--kek);
  padding: 34px 30px;
  transition: var(--atmenet);
}
.kapcs:hover { box-shadow: var(--arnyek-2); border-top-color: var(--szurke); }
.kapcs h3 {
  text-transform: uppercase;
  font-size: 1.45rem;
  margin-bottom: 6px;
}
.kapcs__cimke {
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--szoveg-halk);
  display: block;
  margin-bottom: 22px;
}
.kapcs__sor {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid var(--vonal);
}
.kapcs__sor svg {
  flex: 0 0 18px;
  width: 18px; height: 18px;
  stroke: var(--kek);
  stroke-width: 1.7;
  fill: none;
  margin-top: 3px;
}
.kapcs__sor a, .kapcs__sor span { font-size: .97rem; color: var(--szoveg); }
.kapcs__sor a:hover { color: var(--kek-600); text-decoration: underline; }
.kapcs__sor .tel { font-family: var(--f-mono); font-size: .92rem; letter-spacing: .02em; }

.terkep {
  position: relative;
  border: 1px solid var(--vonal);
  margin-top: 24px;
  background: var(--kek-halvany);
  line-height: 0;
}
.terkep iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

.szerver-info {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--vonal);
  text-align: center;
  font-family: var(--f-mono);
  font-size: .78rem;
  letter-spacing: .1em;
  color: var(--szoveg-halk);
}
.szerver-info a { color: var(--kek); font-weight: 600; }
.szerver-info a:hover { text-decoration: underline; }

/* Csapatkép */
.csapatkep {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vonal);
}
.csapatkep img { width: 100%; height: auto; display: block; }

/* --------------------------------------------------------------------------
   13. Lábléc előtti CTA-sáv (minden oldalon)
   -------------------------------------------------------------------------- */
.cta-sav {
  position: relative;
  background: var(--kek) center/cover no-repeat;
  padding: clamp(58px, 6.5vw, 88px) 0;
  overflow: hidden;
  border-top: 1px solid rgba(183, 184, 186, .18);
}
.cta-sav::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(3, 21, 62, .96) 0%, rgba(3, 21, 62, .86) 50%, rgba(3, 21, 62, .70) 100%);
}
.cta-sav > * { position: relative; z-index: 2; }
.cta-sav__belso {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}
.cta-sav__szoveg { flex: 1 1 440px; }
.cta-sav__szoveg h2 {
  color: var(--feher);
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
.cta-sav__szoveg p {
  margin: 0;
  color: var(--szurke);
  font-size: 1.02rem;
  max-width: 62ch;
}
.cta-sav__gombok {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

/* --------------------------------------------------------------------------
   14. Lábléc
   -------------------------------------------------------------------------- */
.lablec {
  background: var(--kek);
  color: var(--szurke);
  padding: 50px 0;
}
.lablec__belso {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.lablec__logo img {
  width: auto;
  height: 208px;
  max-width: 100%;
  object-fit: contain;
}
.lablec__iso { display: flex; align-items: center; justify-content: center; }
.lablec__iso img {
  width: auto;
  height: 140px;
  max-width: 100%;
  object-fit: contain;
}
.lablec__adat { text-align: right; }
.lablec__adat .nev {
  font-family: var(--f-display);
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--szurke);
  display: block;
  margin-bottom: 16px;
}
.lablec__adat p { margin: 0 0 14px; font-size: .93rem; line-height: 1.7; color: var(--szurke); }
.lablec__adat p:last-child { margin-bottom: 0; }
.lablec__adat a { color: var(--szurke); }
.lablec__adat a:hover { color: var(--feher); text-decoration: underline; }
.lablec__adat .tel { font-family: var(--f-mono); font-size: .88rem; }

.lablec-alj {
  background: var(--kek);
  border-top: 1px solid var(--szurke);
  padding: 18px 0;
}
.lablec-alj__belso {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--f-mono);
  font-size: .74rem;
  letter-spacing: .07em;
  color: var(--szurke);
}
.lablec-alj a { color: var(--szurke); }
.lablec-alj a:hover { color: var(--feher); }
.lablec-alj__menu { display: flex; gap: 18px; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   15. Vissza a tetejére
   -------------------------------------------------------------------------- */
.fel {
  position: fixed;
  right: 20px;
  right: calc(20px + env(safe-area-inset-right));
  bottom: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom));
  z-index: 800;
  width: 50px; height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--kek);
  color: var(--feher);
  border: 1px solid var(--kek);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: var(--atmenet);
  padding: 0;
  box-shadow: var(--arnyek-1);
}
.fel.lat { opacity: 1; visibility: visible; transform: none; }
.fel:hover { background: var(--feher); color: var(--kek); border-color: var(--kek); }
.fel svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2.2; fill: none; }

/* --------------------------------------------------------------------------
   16. Görgetésre felúszó elemek
   -------------------------------------------------------------------------- */
.uszo {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}
.uszo.lat { opacity: 1; transform: none; }
.uszo.k1 { transition-delay: .08s; }
.uszo.k2 { transition-delay: .16s; }
.uszo.k3 { transition-delay: .24s; }

/* --------------------------------------------------------------------------
   17. Reszponzív
   -------------------------------------------------------------------------- */
@media (max-width: 1400px) {
  .menu > li > a { padding: 10px 11px; font-size: 1.02rem; letter-spacing: .035em; }
  .logo img { height: 50px; }
}

@media (max-width: 1240px) {
  .menu > li > a { padding: 9px 8px; font-size: .97rem; letter-spacing: .02em; }
  .logo img { height: 46px; }
  .hamburger { margin-left: 6px; }
}

@media (max-width: 1100px) {
  :root { --fejlec-h: 74px; }
  .menu { display: none; }
}

@media (max-width: 1024px) {
  :root { --fejlec-h: 74px; }
  .adat-racs { grid-template-columns: repeat(2, 1fr); }
  .szolg-racs, .proj-racs { grid-template-columns: repeat(2, 1fr); }
  .proj-racs .proj:nth-child(3) { grid-column: 1 / -1; }
  .proj-racs .proj:nth-child(3) .proj__kep { aspect-ratio: 16 / 8; }
  .partner-racs { grid-template-columns: repeat(3, 1fr); }
  .lablec__belso { grid-template-columns: 1fr 1fr; gap: 28px; }
  .lablec__adat { grid-column: 1 / -1; text-align: left; }
  .lablec__iso { justify-content: flex-end; }
  .hos__pontok { left: var(--gutter); }
  .hos__nyilak { right: var(--gutter); }
}

@media (max-width: 860px) {
  .ketosztat { grid-template-columns: 1fr; gap: 34px; }
  .ketosztat--forditott .ketosztat__kep { order: 0; }
  .ketosztat__kep .kepdoboz::before { display: none; }
  .lista--ket { grid-template-columns: 1fr; }
  .jog-racs, .allas-racs, .kapcs-racs { grid-template-columns: 1fr; }
  .cta-sav__belso { flex-direction: column; align-items: flex-start; }
  .cta-sav__gombok { width: 100%; }
  .mp-sav__belso { flex-direction: column; align-items: flex-start; gap: 20px; }
}

@media (max-width: 700px) {
  :root { --gutter: 18px; }
  body { font-size: 16px; }

  .infosav { font-size: .76rem; }
  .infosav__belso { justify-content: center; gap: 6px 16px; padding-block: 8px; }
  .infosav__jobb { display: none; }
  .infosav__bal { justify-content: center; width: 100%; gap: 6px 16px; }
  .infosav a, .infosav span.i-elem { font-size: .72rem; }

  .logo img { height: 42px; }
  .fejlec__belso { justify-content: space-between; }
  .hamburger { margin-left: 0; }

  .hos { height: auto; min-height: 0; max-height: none; }
  @supports (height: 100svh) { .hos { height: auto; } }
  .hos .dia {
    position: relative;
    opacity: 0;
    visibility: hidden;
    display: none;
    height: min(80svh, 620px);
    min-height: 480px;
  }
  .hos .dia.aktiv { display: block; opacity: 1; visibility: visible; }
  .hos__tartalom { position: absolute; inset: 0; }
  .dia__doboz { padding-bottom: 76px; }
  .dia__doboz p { margin-bottom: 24px; font-size: 1rem; }
  .hos__pontok { bottom: 26px; gap: 10px; }
  .hos__pont { width: 32px; }
  .hos__nyilak { display: none; }

  .adat-racs { grid-template-columns: 1fr; gap: 12px; }
  .adat { padding: 18px 16px; }
  .szolg-racs, .proj-racs { grid-template-columns: 1fr; gap: 20px; }
  .proj-racs .proj:nth-child(3) .proj__kep { aspect-ratio: 4 / 3; }
  .proj__akcio { max-height: 40px; opacity: 1; }
  .proj__nagyito { opacity: 1; transform: none; }
  .partner-racs { grid-template-columns: repeat(2, 1fr); }

  .lablec__belso { grid-template-columns: 1fr; text-align: center; gap: 26px; }
  .lablec__logo { display: flex; justify-content: center; }
  .lablec__logo img { height: 168px; }
  .lablec__iso { justify-content: center; }
  .lablec__iso img { height: 118px; }
  .lablec__adat { text-align: center; }
  .lablec-alj__belso { justify-content: center; text-align: center; flex-direction: column; gap: 10px; }

  .gomb { padding: 13px 24px; font-size: .96rem; width: 100%; justify-content: center; }
  .cta-sav__gombok .gomb { width: 100%; }
  .dia__doboz .gomb { width: auto; }

  .lb__test { padding: 14px 12px; }
  .lb__nyil { width: 42px; height: 42px; }
  .lb__nyil--balra { left: 4px; }
  .lb__nyil--jobbra { right: 4px; }
  .lb__bely { flex: 0 0 62px; width: 62px; height: 42px; }

  .terkep iframe { height: 280px; }
  .fel { width: 44px; height: 44px; right: 14px; right: calc(14px + env(safe-area-inset-right)); bottom: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
}

@media (max-width: 420px) {
  .partner-racs { grid-template-columns: 1fr; }
  .dia__doboz .h1, .dia__doboz h1 { font-size: 1.95rem; }
}

/* Nagy képernyő */
@media (min-width: 1600px) {
  :root { --max: 1340px; }
}

/* --------------------------------------------------------------------------
   18. Csökkentett mozgás
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .uszo { opacity: 1; transform: none; }
  .dia__kep { transform: none; }
}

/* --------------------------------------------------------------------------
   19. Nyomtatás
   -------------------------------------------------------------------------- */
@media print {
  .infosav, .fejlec, .hos, .cta-sav, .fel, .oldalmenu, .fatyol, .lb { display: none !important; }
  body { color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; }
}
