/* =============================================
   ForMátor Akadémia – Redesign 2.0
   gyergyoszentmiklos.kepzespont.com
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --zold-melyseg: #1a3d2b;
  --zold-fo:      #2d6a4f;
  --zold-kozep:   #40916c;
  --zold-vilag:   #52b788;
  --zold-pasztell:#d8f3dc;
  --zold-mint:    #b7e4c7;
  --sarga:        #f4c430;
  --feher:        #ffffff;
  --szurke-vilag: #f7faf8;
  --szoveg-fo:    #1a2e22;
  --szoveg-al:    #4a6358;
  --arnyek-s:     0 2px 12px rgba(26,61,43,0.10);
  --arnyek-m:     0 8px 32px rgba(26,61,43,0.13);
  --arnyek-l:     0 20px 60px rgba(26,61,43,0.16);
  --radius-s:     8px;
  --radius-m:     16px;
  --radius-l:     28px;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: var(--szoveg-fo);
  background: var(--feher);
  line-height: 1.65;
  overflow-x: hidden;
}

/* ══════════════════════════════════════════
   NAVIGÁCIÓ
══════════════════════════════════════════ */
#navbar {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(40,100,70,0.10);
  transition: box-shadow 0.3s;
}
#navbar.scrolled { box-shadow: var(--arnyek-m); }

.nav-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}

.logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.logo-jel {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--zold-fo), var(--zold-vilag));
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; box-shadow: 0 4px 12px rgba(45,106,79,0.35);
}
.logo-fo  { font-size: 15px; font-weight: 800; color: var(--zold-melyseg); display: block; }
.logo-al  { font-size: 11px; color: var(--szoveg-al); display: block; }

nav ul { list-style: none; display: flex; gap: 4px; align-items: center; }
nav ul li a {
  text-decoration: none; color: var(--szoveg-fo);
  font-size: 14px; font-weight: 500;
  padding: 8px 16px; border-radius: var(--radius-s);
  transition: all 0.2s;
}
nav ul li a:hover { background: var(--zold-pasztell); color: var(--zold-fo); }
.nav-cta {
  background: var(--zold-fo) !important; color: white !important;
  font-weight: 700 !important; padding: 10px 22px !important;
  box-shadow: 0 4px 14px rgba(45,106,79,0.4);
}
.nav-cta:hover { background: var(--zold-melyseg) !important; transform: translateY(-1px); }

.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:6px; background:none; border:none; }
.hamburger span { display:block; width:24px; height:2.5px; background:var(--zold-fo); border-radius:2px; transition:all 0.3s; }

/* ══════════════════════════════════════════
   HERO – Természetes, erős megjelenés
══════════════════════════════════════════ */
#hero {
  min-height: 100vh;
  background: linear-gradient(155deg, var(--zold-melyseg) 0%, var(--zold-fo) 55%, var(--zold-kozep) 100%);
  display: flex; align-items: center;
  padding-top: 70px; position: relative; overflow: hidden;
}

.hero-deko {
  position: absolute; inset: 0; pointer-events: none;
  overflow: hidden;
}
.hero-deko svg { position: absolute; }

.hero-inner {
  max-width: 1160px; margin: 0 auto; padding: 80px 28px;
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}

.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: white; padding: 7px 18px; border-radius: 100px;
  font-size: 13px; font-weight: 600; margin-bottom: 28px;
  backdrop-filter: blur(6px);
}

.hero-cim {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900; color: white; line-height: 1.08;
  margin-bottom: 24px; letter-spacing: -1px;
}
.hero-cim em {
  font-style: normal; color: var(--sarga);
  position: relative;
}

.hero-leiras {
  font-size: 18px; color: rgba(255,255,255,0.82);
  margin-bottom: 40px; line-height: 1.7; max-width: 480px;
}

.hero-gombok { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 52px; }

.btn-hero-fo {
  background: var(--sarga); color: var(--zold-melyseg);
  padding: 16px 32px; border-radius: var(--radius-s);
  text-decoration: none; font-weight: 800; font-size: 16px;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 6px 20px rgba(244,196,48,0.4);
}
.btn-hero-fo:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(244,196,48,0.5); background: #f7d050; }

.btn-hero-al {
  background: rgba(255,255,255,0.14); color: white;
  padding: 16px 28px; border-radius: var(--radius-s);
  text-decoration: none; font-weight: 600; font-size: 15px;
  border: 1.5px solid rgba(255,255,255,0.3);
  transition: all 0.2s; backdrop-filter: blur(4px);
}
.btn-hero-al:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }

.hero-trust {
  display: flex; gap: 32px; align-items: center;
  padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.15);
}
.trust-elem { text-align: center; }
.trust-szam { font-size: 30px; font-weight: 900; color: white; line-height: 1; }
.trust-cimke { font-size: 11px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.trust-elv { width: 1px; height: 40px; background: rgba(255,255,255,0.2); }

/* Hero jobb oldal – vizuális blokk */
.hero-vizual { position: relative; display: flex; justify-content: center; }

.hero-fo-kartya {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-l);
  padding: 32px;
  width: 100%; max-width: 400px;
}

.hero-fo-kartya-cim {
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.6);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px;
}

.kepzes-lista-mini { display: flex; flex-direction: column; gap: 12px; }

.kl-elem {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.1); border-radius: var(--radius-s);
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  transition: all 0.2s; cursor: default;
}
.kl-elem:hover { background: rgba(255,255,255,0.18); transform: translateX(4px); }

.kl-ikon { font-size: 26px; }
.kl-szoveg {}
.kl-nev { font-size: 14px; font-weight: 700; color: white; }
.kl-alap { font-size: 12px; color: rgba(255,255,255,0.6); }

.kl-elem.aktiv { background: rgba(244,196,48,0.2); border-color: rgba(244,196,48,0.4); }
.kl-elem.aktiv .kl-alap { color: var(--sarga); }

.hero-badge-uszalo {
  position: absolute; bottom: -16px; right: -16px;
  background: white; border-radius: var(--radius-m);
  padding: 16px 20px; box-shadow: var(--arnyek-l);
  display: flex; align-items: center; gap: 12px;
}
.hbu-ikon { font-size: 28px; }
.hbu-szoveg {}
.hbu-szam { font-size: 20px; font-weight: 900; color: var(--zold-fo); }
.hbu-cimke { font-size: 11px; color: var(--szoveg-al); }

/* ══════════════════════════════════════════
   HOGYAN MŰKÖDIK – 3 lépés
══════════════════════════════════════════ */
#hogyan {
  background: var(--szurke-vilag);
  padding: 90px 28px;
}
.container { max-width: 1160px; margin: 0 auto; }

.s-fejlec { text-align: center; margin-bottom: 60px; }
.s-tag {
  display: inline-block; font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--zold-fo); background: var(--zold-pasztell);
  padding: 6px 16px; border-radius: 100px; margin-bottom: 14px;
}
.s-cim {
  font-size: clamp(28px, 3.5vw, 42px); font-weight: 900;
  color: var(--szoveg-fo); line-height: 1.15; margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.s-al { font-size: 17px; color: var(--szoveg-al); max-width: 560px; margin: 0 auto; }

.lepesek-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 32px; position: relative;
}
.lepesek-grid::before {
  content: '';
  position: absolute; top: 52px; left: calc(16.6% + 28px); right: calc(16.6% + 28px);
  height: 2px; background: linear-gradient(90deg, var(--zold-mint), var(--zold-vilag), var(--zold-mint));
  z-index: 0;
}

.lepes-kartya {
  background: white; border-radius: var(--radius-m);
  padding: 36px 28px; text-align: center;
  box-shadow: var(--arnyek-s); border: 1px solid rgba(40,100,70,0.07);
  position: relative; z-index: 1;
  transition: all 0.3s;
}
.lepes-kartya:hover { transform: translateY(-6px); box-shadow: var(--arnyek-l); }

.lepes-szam {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--zold-fo), var(--zold-vilag));
  color: white; font-size: 22px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; box-shadow: 0 6px 18px rgba(45,106,79,0.35);
}
.lepes-cim { font-size: 17px; font-weight: 800; margin-bottom: 10px; color: var(--szoveg-fo); }
.lepes-szoveg { font-size: 14px; color: var(--szoveg-al); line-height: 1.7; }

/* ══════════════════════════════════════════
   KÉPZÉSEK
══════════════════════════════════════════ */
#kepzesek { padding: 90px 28px; background: white; }

.kepzesek-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 28px;
}

.k-kartya {
  border-radius: var(--radius-m); overflow: hidden;
  box-shadow: var(--arnyek-s); border: 1px solid rgba(40,100,70,0.08);
  transition: all 0.35s; display: flex; flex-direction: column;
  background: white;
}
.k-kartya:hover { transform: translateY(-8px); box-shadow: var(--arnyek-l); }

.k-fejlec {
  padding: 36px 32px 28px;
  position: relative; overflow: hidden;
  min-height: 160px; display: flex; flex-direction: column; justify-content: flex-end;
}
.k-fejlec::before {
  content: attr(data-emoji);
  position: absolute; right: -10px; top: -10px;
  font-size: 100px; opacity: 0.18; line-height: 1;
  filter: grayscale(0.2);
}
.k-statusz {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  padding: 5px 12px; border-radius: 100px; margin-bottom: 14px; width: fit-content;
}
.st-azonnali { background: rgba(255,255,255,0.25); color: white; border: 1px solid rgba(255,255,255,0.35); }
.st-tervezett { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.2); }

.k-cim { font-size: 22px; font-weight: 900; color: white; line-height: 1.2; }

.k-test { padding: 28px 32px 32px; flex: 1; display: flex; flex-direction: column; }
.k-leiras { font-size: 14px; color: var(--szoveg-al); line-height: 1.75; margin-bottom: 22px; flex: 1; }

.k-adatok {
  display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px;
  padding: 16px; background: var(--szurke-vilag);
  border-radius: var(--radius-s);
}
.k-adat {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--szoveg-al);
}
.k-adat strong { color: var(--szoveg-fo); font-weight: 700; }

.k-gomb {
  display: block; text-align: center;
  padding: 14px; border-radius: var(--radius-s);
  font-size: 15px; font-weight: 800; text-decoration: none;
  transition: all 0.2s;
}
.k-gomb-fo { background: var(--zold-fo); color: white; box-shadow: 0 4px 14px rgba(45,106,79,0.35); }
.k-gomb-fo:hover { background: var(--zold-melyseg); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(45,106,79,0.4); }
.k-gomb-al { background: var(--zold-pasztell); color: var(--zold-fo); }
.k-gomb-al:hover { background: var(--zold-mint); }

/* ══════════════════════════════════════════
   OKTATÓK
══════════════════════════════════════════ */
#oktatok { padding: 90px 28px; background: var(--szurke-vilag); }

.oktatok-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr));
  gap: 24px;
}

.o-kartya {
  background: white; border-radius: var(--radius-m);
  overflow: hidden; box-shadow: var(--arnyek-s);
  border: 1px solid rgba(40,100,70,0.07);
  transition: all 0.3s; text-align: center;
}
.o-kartya:hover { transform: translateY(-6px); box-shadow: var(--arnyek-m); }

.o-szalag { height: 8px; }
.o-test { padding: 28px 20px 24px; }

.o-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; font-weight: 900; color: white;
  margin: 0 auto 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.o-nev { font-size: 16px; font-weight: 800; color: var(--szoveg-fo); margin-bottom: 4px; }
.o-szak { font-size: 13px; font-weight: 700; color: var(--zold-fo); margin-bottom: 12px; }
.o-bio { font-size: 13px; color: var(--szoveg-al); line-height: 1.65; }

/* ══════════════════════════════════════════
   MIÉRT MI – Bizaloméptő
══════════════════════════════════════════ */
#miert {
  padding: 90px 28px;
  background: linear-gradient(155deg, var(--zold-melyseg), var(--zold-fo));
  position: relative; overflow: hidden;
}

.miert-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}

.miert-bal {}
.miert-bal .s-tag { background: rgba(255,255,255,0.15); color: white; }
.miert-bal .s-cim { color: white; text-align: left; }
.miert-bal .s-al { color: rgba(255,255,255,0.72); text-align: left; margin: 0 0 36px; }

.miert-pontok { display: flex; flex-direction: column; gap: 20px; }
.m-pont {
  display: flex; gap: 18px; align-items: flex-start;
}
.m-pont-ikon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-s);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.m-pont-cim { font-size: 15px; font-weight: 800; color: white; margin-bottom: 4px; }
.m-pont-szoveg { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.65; }

.miert-jobb {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.m-adat-kartya {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius-m); padding: 28px 24px;
  text-align: center; transition: all 0.3s;
}
.m-adat-kartya:hover { background: rgba(255,255,255,0.18); transform: scale(1.03); }
.m-adat-szam { font-size: 38px; font-weight: 900; color: var(--sarga); line-height: 1; margin-bottom: 8px; }
.m-adat-cimke { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.4; }

/* ══════════════════════════════════════════
   ISMERTETŐ ANYAGOK
══════════════════════════════════════════ */
#anyagok { padding: 90px 28px; background: white; }

.anyagok-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.a-kartya {
  display: flex; flex-direction: column;
  background: var(--szurke-vilag);
  border-radius: var(--radius-m); padding: 28px 24px;
  text-decoration: none; color: inherit;
  border: 2px solid transparent;
  transition: all 0.25s;
}
.a-kartya:hover { border-color: var(--zold-vilag); background: white; box-shadow: var(--arnyek-m); transform: translateY(-4px); }

.a-ikon { font-size: 36px; margin-bottom: 14px; }
.a-cim { font-size: 15px; font-weight: 800; color: var(--szoveg-fo); margin-bottom: 6px; }
.a-al { font-size: 13px; color: var(--szoveg-al); line-height: 1.6; margin-bottom: 16px; flex: 1; }
.a-link { font-size: 13px; font-weight: 700; color: var(--zold-fo); display: flex; align-items: center; gap: 6px; }

/* ══════════════════════════════════════════
   CTA SZALAG
══════════════════════════════════════════ */
#cta-szalag {
  background: var(--sarga); padding: 60px 28px;
  text-align: center;
}
.cta-cim { font-size: clamp(26px, 3.5vw, 40px); font-weight: 900; color: var(--zold-melyseg); margin-bottom: 14px; }
.cta-al { font-size: 17px; color: rgba(26,61,43,0.75); margin-bottom: 32px; }
.btn-cta {
  display: inline-block; background: var(--zold-melyseg); color: white;
  padding: 16px 36px; border-radius: var(--radius-s);
  text-decoration: none; font-size: 16px; font-weight: 800;
  box-shadow: 0 8px 24px rgba(26,61,43,0.35);
  transition: all 0.2s;
}
.btn-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(26,61,43,0.45); }

/* ══════════════════════════════════════════
   KAPCSOLAT
══════════════════════════════════════════ */
#kapcsolat { padding: 90px 28px; background: var(--szurke-vilag); }

.kapcsolat-grid {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 60px; align-items: start;
}

.k-info { display: flex; flex-direction: column; gap: 0; }
.k-info .s-fejlec { text-align: left; margin-bottom: 36px; }
.k-info .s-al { margin: 0; }

.info-elemek { display: flex; flex-direction: column; gap: 0; }
.info-elem {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid rgba(40,100,70,0.10);
}
.info-elem:last-child { border-bottom: none; }
.info-ikon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--zold-pasztell); border-radius: var(--radius-s);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.info-szoveg h4 { font-size: 14px; font-weight: 800; color: var(--szoveg-fo); margin-bottom: 3px; }
.info-szoveg p { font-size: 13px; color: var(--szoveg-al); line-height: 1.55; }

/* FORM */
.k-form-doboz {
  background: white; border-radius: var(--radius-l);
  padding: 40px; box-shadow: var(--arnyek-m);
  border: 1px solid rgba(40,100,70,0.08);
}
.form-cim { font-size: 22px; font-weight: 900; color: var(--szoveg-fo); margin-bottom: 28px; }

.form-sor { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-mezo { margin-bottom: 16px; }
.form-mezo label { display: block; font-size: 13px; font-weight: 700; color: var(--szoveg-fo); margin-bottom: 6px; }

.form-mezo input,
.form-mezo select,
.form-mezo textarea {
  width: 100%; padding: 12px 16px;
  background: var(--szurke-vilag);
  border: 2px solid rgba(40,100,70,0.12);
  border-radius: var(--radius-s);
  font-size: 14px; font-family: inherit; color: var(--szoveg-fo);
  outline: none; transition: border-color 0.2s, background 0.2s;
}
.form-mezo input:focus,
.form-mezo select:focus,
.form-mezo textarea:focus {
  border-color: var(--zold-vilag); background: white;
}
.form-mezo textarea { height: 110px; resize: vertical; }

.form-kuldgomb {
  width: 100%; padding: 15px;
  background: linear-gradient(135deg, var(--zold-fo), var(--zold-vilag));
  color: white; border: none; border-radius: var(--radius-s);
  font-size: 16px; font-weight: 800; cursor: pointer;
  font-family: inherit; transition: all 0.2s;
  box-shadow: 0 6px 20px rgba(45,106,79,0.35);
}
.form-kuldgomb:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(45,106,79,0.45); }

.form-siker {
  display: none; margin-top: 16px; padding: 16px 20px;
  background: var(--zold-pasztell); border: 1.5px solid var(--zold-mint);
  border-radius: var(--radius-s); color: var(--zold-fo); font-weight: 700; font-size: 14px;
  text-align: center;
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
footer {
  background: var(--zold-melyseg); color: rgba(255,255,255,0.65);
  padding: 56px 28px 28px;
}
.footer-grid {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 48px; margin-bottom: 40px;
}
.f-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 14px; }
.f-logo .logo-fo { color: white; }
.f-logo .logo-al { color: rgba(255,255,255,0.5); }
.f-leiras { font-size: 14px; line-height: 1.7; max-width: 280px; }

.f-col h4 { font-size: 13px; font-weight: 800; color: white; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.f-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.f-col ul li a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.f-col ul li a:hover { color: var(--zold-vilag); }

.footer-also {
  max-width: 1160px; margin: 0 auto;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px;
}
.footer-domain { color: var(--zold-vilag); font-weight: 700; }

/* ══════════════════════════════════════════
   TOP SZALAG
══════════════════════════════════════════ */
.top-szalag {
  background: var(--zold-melyseg); color: rgba(255,255,255,0.85);
  text-align: center; padding: 9px 24px; font-size: 13px; font-weight: 500;
}
.top-szalag a { color: var(--sarga); font-weight: 800; text-decoration: none; }
.top-szalag a:hover { text-decoration: underline; }

/* ══════════════════════════════════════════
   ANIMÁCIÓK
══════════════════════════════════════════ */
.fel {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fel.lathato { opacity: 1; transform: translateY(0); }
.fel-k1 { transition-delay: 0.1s; }
.fel-k2 { transition-delay: 0.2s; }
.fel-k3 { transition-delay: 0.3s; }
.fel-k4 { transition-delay: 0.4s; }

/* ══════════════════════════════════════════
   RESZPONZÍV
══════════════════════════════════════════ */
@media (max-width: 960px) {
  .hero-inner, .miert-grid, .kapcsolat-grid { grid-template-columns: 1fr; }
  .hero-vizual { display: none; }
  .hero-inner { text-align: center; }
  .hero-gombok { justify-content: center; }
  .hero-trust { justify-content: center; }
  .hero-leiras { margin: 0 auto 40px; }
  .kepzesek-grid { grid-template-columns: 1fr; }
  .miert-jobb { grid-template-columns: 1fr 1fr; }
  .k-info .s-fejlec { text-align: center; }
  .k-info .s-al { margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-also { flex-direction: column; gap: 8px; text-align: center; }
  .anyagok-grid { grid-template-columns: 1fr 1fr; }
  .lepesek-grid { grid-template-columns: 1fr; }
  .lepesek-grid::before { display: none; }
}

@media (max-width: 640px) {
  nav ul { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: white; padding: 12px 20px 20px; border-bottom: 1px solid rgba(40,100,70,0.1); box-shadow: var(--arnyek-m); gap: 4px; }
  nav ul.nyitva { display: flex; }
  nav ul li a { display: block; }
  .hamburger { display: flex; }
  .form-sor { grid-template-columns: 1fr; }
  .anyagok-grid { grid-template-columns: 1fr; }
  .miert-jobb { grid-template-columns: 1fr; }
  .k-form-doboz { padding: 24px; }
}
