/* GPC New Wave Miskolc — Iroda Brand CSS v1
   Paletta: piros #c02425 (GPC logó akcent) | arany #dbab32 (New Wave brand)
             bézs/homok #f0e8d8 (GPC site háttér) | sötét #1b1b1b
   Hangvétel: prémium pénzügyi, bizalmi — érettebb az iroda-site, mint a karrieroldal
   Fontok: Playfair Display (prémium headline serif) + Poppins (body)
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap');

:root {
  --red: #c02425;
  --red-dark: #991d1e;
  --red-light: #d94445;
  --gold: #dbab32;
  --gold-light: #f0c84a;
  --gold-dark: #b8902a;
  --beige: #f0e8d8;
  --beige-dark: #e2d5bd;
  --sand: #c8b89a;
  --dark: #1b1b1b;
  --dark-2: #252525;
  --dark-3: #2f2f2f;
  --dark-4: #3a3a3a;
  --text-dark: #1e1e1e;
  --text-body: #3a3a3a;
  --text-muted: #6b6b6b;
  --text-light: #e8e8e8;
  --white: #ffffff;

  /* AA-KONFORM SZÖVEG-VARIÁNS TOKENEK (B1 redesign, 2026-08-11) — a kanonikus
     készlet a projekt-szintű brand/brand-tokens.css-ben van dokumentálva és
     mérve; ide, az élő iroda/ CSS :root blokkjába BYTE-AZONOS értékkel kell
     átemelni, mert ez a fájl (nem a brand-tokens.css) van ténylegesen
     importálva minden iroda/ + indulo-csomag/ oldalon. Módszertan: --gold és
     --red DEKORATÍV használata (vonal, ikon, badge-háttér, keret) VÁLTOZATLAN
     marad; ha a szín OLVASANDÓ SZÖVEG, az alábbi variáns kell helyette. */
  --gold-text-on-light: #836417;  /* fehér: 5.53:1 · --beige #f0e8d8: 4.54:1 — AA normál-szöveg felett */
  --red-text-on-dark: #f87171;    /* --dark #1b1b1b: 6.23:1 · --dark-2 #252525: 5.54:1 — AA normál-szöveg felett */
  --gray-text-on-dark: #a0a0a0;   /* --dark #1b1b1b: 6.59:1 — AA normál-szöveg felett (jelenleg e batch-ben nincs élő felhasználása, B3/B4-nek) */
}

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

body {
  background: var(--white) !important;
  color: var(--text-body) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--text-dark) !important;
}

h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  color: var(--text-dark) !important;
}

/* NAV */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(192,36,37,0.12);
  box-shadow: 0 1px 16px rgba(0,0,0,0.06);
  transition: background 0.3s;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.nav-logo img { height: 38px; width: auto; }

.nav-logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.nav-links a {
  color: var(--text-body);
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0; right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.2s;
}

.nav-links a:hover { color: var(--red); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--red); }
.nav-links a.active::after { transform: scaleX(1); }

.nav-cta {
  background: var(--red) !important;
  color: var(--white) !important;
  padding: 0.5rem 1.25rem !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  transition: background 0.2s, transform 0.15s !important;
  white-space: nowrap;
}

.nav-cta:hover { background: var(--red-dark) !important; transform: translateY(-1px); }
.nav-cta::after { display: none !important; }

.nav-karrierlink {
  /* AA-FIX 2026-08-11 (B1 batch): var(--gold-dark) csak 2.97:1 fehér navon —
     WCAG AA-t bukik szövegként. var(--gold-text-on-light) = 5.53:1 (brand-tokens.css). */
  color: var(--gold-text-on-light) !important;
  font-size: 0.8rem !important;
  font-style: italic;
}

.nav-karrierlink:hover { color: var(--gold-text-on-light) !important; }
.nav-karrierlink::after { background: var(--gold) !important; }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  transition: all 0.3s;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: var(--white);
  border-bottom: 1px solid var(--beige-dark);
  padding: 1.5rem;
  z-index: 99;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  color: var(--text-body);
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--beige-dark);
  transition: color 0.2s;
}

.mobile-menu a:hover { color: var(--red); }

/* BUTTONS */
.btn-primary {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.875rem 2rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  letter-spacing: 0.02em;
}

.btn-primary:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(192,36,37,0.25);
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--red);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.875rem 2rem;
  border-radius: 4px;
  border: 2px solid var(--red);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-secondary:hover { background: var(--red); color: var(--white); }

.btn-gold {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.03em;
}

.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }

/* SECTION */
.section { padding: 5rem 1.5rem; }
.section-beige { background: var(--beige); }
.section-dark { background: var(--dark); color: var(--text-light); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--text-light) !important; }
.container { max-width: 1200px; margin: 0 auto; }

/* LINES */
.red-line { display: block; width: 48px; height: 3px; background: var(--red); margin-bottom: 1rem; }
.gold-line { display: block; width: 48px; height: 3px; background: var(--gold); margin-bottom: 1rem; }

/* CARDS */
.card {
  background: var(--white);
  border: 1px solid #e8e0d0;
  border-radius: 8px;
  padding: 2rem;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.card:hover {
  border-color: rgba(192,36,37,0.25);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.service-icon {
  width: 52px;
  height: 52px;
  background: rgba(192,36,37,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--red);
}

/* TAG */
.tag {
  display: inline-block;
  background: rgba(192,36,37,0.07);
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(192,36,37,0.2);
  margin-bottom: 1rem;
}

.tag-gold {
  background: rgba(219,171,50,0.1);
  /* AA-FIX 2026-08-11 (B1 batch): var(--gold-dark) 2.44-2.97:1 a jellemző
     világos hátterein — WCAG AA-t bukik szövegként. var(--gold-text-on-light)
     = 5.39-5.53:1 (brand-tokens.css). A csomópont domináns használata
     (szolgaltatasok.html, indulo-csomag/index.html) világos/krém kártyán fut.
     KIVÉTEL: ha egy oldal .tag-gold-ot SÖTÉT kártyán használ, ott explicit
     inline style="color:var(--gold)" felülírás szükséges (lásd
     indulo-csomag/index.html "Brand-igazítás" badge). */
  color: var(--gold-text-on-light);
  border-color: rgba(219,171,50,0.3);
}

/* STAT */
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #1a0606 0%, #1b1b1b 50%, #1f1a0e 100%);
  padding: 9rem 1.5rem 6rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(192,36,37,0.08) 0%, transparent 65%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -20%; left: -5%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(219,171,50,0.05) 0%, transparent 65%);
  pointer-events: none;
}

.page-hero {
  background: linear-gradient(135deg, var(--dark) 0%, #2a1010 100%);
  padding: 8rem 1.5rem 4rem;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -30%; right: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(192,36,37,0.1) 0%, transparent 65%);
  pointer-events: none;
}

/* HERO GYORSTESZT PREVIEW KÁRTYA (Barni-döntés, 2026-07-23) — kétoszlopos hero, jobb oldali kvíz-mockup */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 3rem;
  align-items: center;
}
.hero-content { max-width: 680px; }
.hero-preview-wrap { display: flex; justify-content: center; }
.hero-preview-card {
  display: block;
  width: 100%;
  max-width: 360px;
  background: linear-gradient(160deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(219,171,50,0.28);
  border-radius: 16px;
  padding: 1.85rem 1.6rem;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
  backdrop-filter: blur(8px);
  text-decoration: none;
  transform: rotate(1.5deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.hero-preview-card:hover {
  transform: rotate(0deg) translateY(-5px);
  box-shadow: 0 32px 72px rgba(0,0,0,0.5);
  border-color: rgba(219,171,50,0.5);
}
.hero-preview-badge {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(219,171,50,0.12);
  border: 1px solid rgba(219,171,50,0.3);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  margin-bottom: 1.1rem;
}
.hero-preview-q {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #f2ede2;
  margin-bottom: 1.1rem;
}
.hero-preview-qnum { color: var(--gold); font-weight: 700; margin-right: 0.3rem; }
.hero-preview-input {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  color: rgba(232,232,232,0.45);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1.35rem;
}
.hero-preview-dots { display: flex; gap: 0.5rem; margin-bottom: 1.4rem; }
.hero-preview-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(219,171,50,0.25); }
.hero-preview-dots .dot.active { background: var(--gold); box-shadow: 0 0 0 3px rgba(219,171,50,0.2); }
.hero-preview-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}
.hero-preview-cta svg { transition: transform 0.2s ease; }
.hero-preview-card:hover .hero-preview-cta svg { transform: translateX(3px); }

/* FOOTER */
.site-footer {
  background: var(--dark);
  color: var(--text-light);
  padding: 3.5rem 1.5rem 1.5rem;
}

.footer-inner { max-width: 1200px; margin: 0 auto; }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand img { height: 36px; width: auto; margin-bottom: 1rem; } /* FOOTER-LOGO-FIX 2026-08-12: width hiányzott, ezért a HTML width="300" attribútum nyerte a képpont-szélességet CSS-height mellett (300x36 = torz, "elcsúszott" logó) — a .nav-logo img { width:auto } mintáját követve javítva */
.footer-brand p { color: #888; font-size: 0.875rem; line-height: 1.6; margin-top: 0.75rem; }

.footer-col h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold) !important; /* KONTRASZT-FIX 2026-07-23: a globális "h4,h5,h6{color:var(--text-dark)!important}" (44. sor) !important-tal felülírta ezt a nem-important gold színt a sötét footeren (var(--dark)) — minden oldal footer-oszlopcíme (Szolgáltatások/Iroda/Egyéb) érintett volt */
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.footer-col a {
  display: block;
  color: #888;
  text-decoration: none;
  font-size: 0.875rem;
  margin-bottom: 0.6rem;
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--text-light); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-bottom p { color: #666; font-size: 0.8rem; }

.footer-badge {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  font-size: 0.75rem;
  color: #888;
}

/* FORM */
.form-group { margin-bottom: 1.25rem; }

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-body);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--white);
  border: 1.5px solid #d8d0c0;
  border-radius: 4px;
  color: var(--text-dark);
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(192,36,37,0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: #aaa; }

/* ACCORDION */
.accordion-item {
  border: 1px solid #e0d8c8;
  border-radius: 6px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: border-color 0.2s;
}

.accordion-item.open { border-color: rgba(192,36,37,0.3); }

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  background: var(--beige);
  transition: background 0.2s;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: var(--text-dark);
  border: none;
  width: 100%;
  text-align: left;
  gap: 1rem;
}

.accordion-header:hover { background: var(--beige-dark); }

.accordion-icon {
  flex-shrink: 0;
  width: 20px; height: 20px;
  color: var(--red);
  transition: transform 0.3s;
}

.accordion-item.open .accordion-icon { transform: rotate(45deg); }

.accordion-body {
  display: none;
  padding: 1.25rem 1.5rem;
  background: var(--white);
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.7;
  border-top: 1px solid #e8e0d0;
}

.accordion-item.open .accordion-body { display: block; }

/* TESTIMONIAL */
.testimonial-card {
  background: var(--white);
  border: 1px solid #e8e0d0;
  border-radius: 8px;
  padding: 2rem;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(192,36,37,0.07);
  position: absolute;
  top: 0.75rem;
  left: 1.25rem;
  pointer-events: none;
}

.testimonial-card blockquote {
  font-style: italic;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

/* PARTNER MARQUEE */
.partner-marquee-wrap {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.partner-marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}
.partner-marquee-wrap:hover .partner-marquee-track {
  animation-play-state: paused;
}
.partner-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo-item img {
  height: 44px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.45);
  transition: filter 0.3s ease;
}
.partner-logo-item img:hover,
.partner-marquee-wrap:hover .partner-logo-item img {
  filter: grayscale(0%) opacity(1);
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .partner-marquee-track {
    animation: none !important;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    gap: 1.5rem 2.5rem;
  }
  .partner-marquee-wrap {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
/* legacy badge (fallback, nem használjuk) */
.partner-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: var(--beige);
  border: 1px solid var(--beige-dark);
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* INFO BOX */
.info-box {
  background: rgba(192,36,37,0.04);
  border: 1px solid rgba(192,36,37,0.15);
  border-left: 3px solid var(--red);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
}

.info-box-gold {
  background: rgba(219,171,50,0.06);
  border-color: rgba(219,171,50,0.3);
  border-left-color: var(--gold);
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.animate-fadeup { opacity: 0; animation: fadeUp 0.7s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

/* CUSTOM CHECKBOX */
.custom-checkbox { display: flex; align-items: flex-start; gap: 0.75rem; cursor: pointer; }
.custom-checkbox input[type="checkbox"] { width: 18px; height: 18px; min-width: 18px; accent-color: var(--red); cursor: pointer; margin-top: 2px; }
.custom-checkbox span { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; }
.custom-checkbox a { color: var(--red); text-decoration: underline; }

/* MOBILE GRID HELPERS — minden inline style grid mobilra 1 oszlopra esik */
/* Ezek a class-ok az inline style-t felülírják mobilon */

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .section { padding: 3.5rem 1rem; }
  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.6rem !important; }

  /* Prevent grids from creating horizontal overflow */
  .container { width: 100%; }
  img { max-width: 100%; height: auto; }

  /* Mobile menu link min tap target */
  .mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  /* Hero gomb-sor vertikálisan */
  .hero .animate-fadeup[style*="display:flex"][style*="gap:1rem"] {
    flex-direction: column;
  }

  /* Gyorsteszt preview kártya: mobilon elrejtve, a hero visszaesik 1 oszlopra (Barni-döntés, 2026-07-23) */
  .hero-grid { display: block; }
  .hero-content { max-width: 100%; }
  .hero-preview-wrap { display: none; }

  /* 3-oszlopos gridek → 1 oszlop mobilon */
  .grid-3col {
    grid-template-columns: 1fr !important;
  }

  /* 2-oszlopos nagy gridek → 1 oszlop mobilon */
  .grid-2col {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  /* 2 egyenlő oszlopos kártyarács → 1 oszlop mobilon */
  .grid-2col-eq {
    grid-template-columns: 1fr !important;
  }

  /* Statisztika kártyák 2x2 maradnak mobilon */
  .grid-2col-stats {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }

  /* Kontakt form felső 2 mező → 1 oszlop */
  .grid-form-2col {
    grid-template-columns: 1fr !important;
  }

  /* Visszahívás checkbox + gomb sor vertikálisan */
  #contactForm > div:last-of-type,
  #contactForm .custom-checkbox + * {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Buttons legalább 44px touch target */
  .btn-primary, .btn-secondary, .btn-gold {
    min-height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  /* Form input touch target */
  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 48px;
  }

  /* Info box gold mobilon se lógjon ki */
  .info-box-gold {
    flex-direction: column;
    gap: .75rem;
  }
  .info-box-gold a {
    margin-left: 0 !important;
    display: block;
    margin-top: .5rem;
  }

  /* Karrier cross-link szekció */
  [style*="display:inline-flex"][href*="karrier"] {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 3rem 1rem; }
  .grid-2col-stats { grid-template-columns: 1fr 1fr !important; }
  .hero-trust-row { gap: 1rem 1.5rem !important; }
  .stat-number { font-size: 2.2rem !important; }
}

/* LEAD-CAPTURE MODAL — a gpc.hu-ra mutató külső CTA-k helyett (Barni kérés, 2026-07-14) */
.lead-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(27,27,27,0.6);
  backdrop-filter: blur(3px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.lead-modal-overlay.open { display: flex; }
.lead-modal-box {
  background: var(--white);
  border-radius: 10px;
  padding: 2.5rem;
  max-width: 460px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 24px 64px rgba(0,0,0,0.3);
  animation: fadeUp 0.3s ease forwards;
}
.lead-modal-close {
  position: absolute;
  top: 1rem; right: 1rem;
  width: 32px; height: 32px;
  border: none;
  background: var(--beige);
  color: var(--text-body);
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.lead-modal-close:hover { background: var(--beige-dark); }
@media (max-width: 480px) {
  .lead-modal-box { padding: 1.75rem; max-height: 85vh; }
}
