/*
Theme Name: 21Productions 2026
Theme URI: https://21productions.hu/
Author: SZTVM
Author URI: https://sztvm.hu
Description: Egyedi WordPress téma a Twenty One Productions (21Productions) oldalához – esküvői és rendezvény DJ, hangosítás, fény- és színpadtechnika. Klasszikus téma, page builder nélkül: sötét, energikus, ajánlatkérésre optimalizált.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: p21
*/

/* ==========================================================================
   1. Alapok, design tokenek
   ==========================================================================
   Az arculat a meglévő 21Productions neon logóból jön: magenta -> kék-lila
   színátmenet mélyfekete alapon. A teljes oldal SÖTÉT – a rendezvénytechnika
   szakmában ez az elvárás, és a fotók is így érvényesülnek.
   ========================================================================== */

:root {
	--bg:        #07070d; /* legsötétebb alap */
	--bg-2:      #0d0d17; /* szekció-váltás */
	--bg-3:      #14142099; /* kártya (áttetsző) */
	--card:      #12121d;
	--line:      #23233a;
	--line-2:    #2f2f4c;

	--txt:       #e8e9f2; /* fő szöveg */
	--txt-2:     #a8abc4; /* halvány szöveg */
	--txt-3:     #767a96; /* még halványabb */

	--mag:       #ff2bab; /* neon magenta – a logóból */
	--blue:      #5b6bff; /* elektromos kék-lila – a logóból */
	--mag-soft:  #ff6ac6;
	--grad:      linear-gradient(120deg, #5b6bff 0%, #a13cff 50%, #ff2bab 100%);
	--grad-soft: linear-gradient(120deg, rgba(91,107,255,.18), rgba(255,43,171,.18));

	--wrap:      1180px;
	--radius:    16px;
	--radius-s:  10px;
	--shadow:    0 2px 6px rgba(0,0,0,.4), 0 14px 40px rgba(0,0,0,.45);
	--glow:      0 0 0 1px rgba(255,43,171,.25), 0 10px 40px rgba(255,43,171,.22);

	--font:      "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--ease:      cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body {
	margin: 0;
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.68;
	color: var(--txt-2);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--txt); text-decoration-color: var(--mag); text-underline-offset: 3px; }
a:hover { color: var(--mag-soft); }

h1, h2, h3, h4 {
	margin: 0 0 .5em;
	color: #fff;
	line-height: 1.14;
	letter-spacing: -.025em;
	font-weight: 800;
}
h1 { font-size: clamp(2.05rem, 1.25rem + 3.1vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 1.15rem + 1.9vw, 2.5rem); }
h3 { font-size: clamp(1.14rem, 1rem + .62vw, 1.42rem); }
p  { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.3em; }
li { margin-bottom: .38em; }
strong, b { color: #fff; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
@media (max-width: 600px) { .wrap { width: calc(100% - 32px); } }

.section { padding: clamp(58px, 7vw, 108px) 0; position: relative; }
.section--tint { background: var(--bg-2); }
.section--line { border-top: 1px solid var(--line); }

/* Halvány neon-derengés a szekciók mögé (nem kép, csak CSS). */
.section--glow::before {
	content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
	background:
		radial-gradient(60% 55% at 15% 0%, rgba(91,107,255,.16), transparent 70%),
		radial-gradient(55% 50% at 88% 100%, rgba(255,43,171,.14), transparent 70%);
}
.section--glow > * { position: relative; z-index: 1; }

.eyebrow {
	display: inline-flex; align-items: center; gap: .55em;
	font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
	color: var(--mag-soft); margin-bottom: .95em;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 2px; background: var(--grad); }

.section-head { max-width: 740px; margin-bottom: clamp(32px, 4vw, 58px); }
.section-head.is-center { margin-inline: auto; text-align: center; }
.section-head.is-center .eyebrow { justify-content: center; }
.section-head p { color: var(--txt-2); font-size: 1.06rem; margin-bottom: 0; }

.lead { font-size: 1.12rem; color: var(--txt); }

/* Rácsok */
.grid { display: grid; gap: clamp(18px, 2.2vw, 28px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ==========================================================================
   2. Gombok
   ========================================================================== */

.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .55em;
	padding: 15px 28px; border: 2px solid transparent; border-radius: 999px;
	font-weight: 800; font-size: .98rem; line-height: 1; text-decoration: none;
	cursor: pointer; white-space: nowrap; font-family: inherit;
	transition: transform .18s var(--ease), box-shadow .22s, background .18s, border-color .18s, color .18s;
}
.btn svg { width: 1.05em; height: 1.05em; fill: currentColor; flex: none; }
.btn:active { transform: translateY(1px); }

.btn-grad {
	background: var(--grad); color: #fff; border-color: transparent;
	box-shadow: 0 6px 24px rgba(255,43,171,.32);
}
.btn-grad:hover { color: #fff; box-shadow: 0 10px 34px rgba(255,43,171,.5); transform: translateY(-2px); }

.btn-ghost { border-color: rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.03); }
.btn-ghost:hover { border-color: var(--mag); color: #fff; background: rgba(255,43,171,.1); }

.btn-outline { border-color: var(--line-2); background: transparent; color: var(--txt); }
.btn-outline:hover { border-color: var(--mag); color: #fff; }

.btn-lg { padding: 18px 34px; font-size: 1.04rem; }

/* ==========================================================================
   3. Fejléc
   ========================================================================== */

.topbar {
	background: #05050a; color: var(--txt-3); font-size: .86rem;
	border-bottom: 1px solid var(--line);
}
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 42px; flex-wrap: wrap; }
.topbar a { color: var(--txt-2); text-decoration: none; }
.topbar a:hover { color: var(--mag-soft); }
.topbar-items { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: .5em; }
.topbar-item svg { width: 15px; height: 15px; fill: var(--mag); flex: none; }
@media (max-width: 860px) { .topbar { display: none; } }

.site-header {
	position: sticky; top: 0; z-index: 90;
	background: rgba(7,7,13,.88);
	backdrop-filter: saturate(160%) blur(12px);
	border-bottom: 1px solid var(--line);
}
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; }
/* A fejléc és a felső sáv szélesebb, mint a tartalom: hét menüpont + telefon +
   CTA gomb nem fér el 1180 px-en. A tartalmi szekciók maradnak 1180-on. */
.site-header > .wrap, .topbar > .wrap { width: min(100% - 40px, 1320px); }

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: none; }
.brand-mark { width: 40px; height: 40px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.12; }
.brand-name { font-weight: 900; font-size: 1.16rem; letter-spacing: -.03em; color: #fff; }
.brand-tag { font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--txt-3); }

/* Fő menü – két szintű (eseménytípus-aloldalak a „Szolgáltatások” alatt). */
.nav { display: flex; align-items: center; gap: 2px; }
.nav ul { list-style: none; margin: 0; padding: 0; }
.nav li { list-style: none; margin: 0; position: relative; }
.nav > li > a, .nav a {
	display: block; padding: 10px 13px; border-radius: 999px; text-decoration: none;
	font-weight: 700; font-size: .93rem; color: var(--txt-2); transition: background .16s, color .16s;
}
.nav a:hover { background: rgba(255,255,255,.06); color: #fff; }
.nav .current-menu-item > a,
.nav .current_page_item > a,
.nav .current-menu-ancestor > a { color: #fff; background: rgba(255,43,171,.14); }

.nav .menu-item-has-children > a::after {
	content: ""; display: inline-block; width: 6px; height: 6px; margin-left: .5em; vertical-align: 2px;
	border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg);
}
.nav .sub-menu {
	position: absolute; top: calc(100% + 8px); left: 0; min-width: 260px; padding: 8px;
	background: #10101c; border: 1px solid var(--line-2); border-radius: var(--radius-s);
	box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-6px);
	transition: opacity .18s, transform .18s, visibility .18s;
}
.nav li:hover > .sub-menu, .nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nav .sub-menu a { border-radius: 8px; font-size: .93rem; white-space: nowrap; }

.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .btn { padding: 12px 20px; font-size: .9rem; }

.nav-toggle {
	display: none; width: 46px; height: 46px; border: 1px solid var(--line-2); background: transparent;
	border-radius: 12px; cursor: pointer; padding: 0; align-items: center; justify-content: center;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; position: relative; transition: background .16s; }
.nav-toggle span::before, .nav-toggle span::after {
	content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: #fff; transition: transform .2s var(--ease);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1280px) {
	.nav-toggle { display: inline-flex; }
	.header-cta .btn-outline { display: none; }
	.nav {
		position: absolute; inset: 100% 0 auto; flex-direction: column; align-items: stretch; gap: 2px;
		background: #0b0b14; border-bottom: 1px solid var(--line); padding: 10px 20px 20px;
		box-shadow: var(--shadow); display: none; max-height: calc(100vh - 78px); overflow-y: auto;
	}
	.nav.is-open { display: flex; }
	.nav li { width: 100%; }
	.nav a { padding: 13px 14px; font-size: 1.01rem; }
	/* Mobilon a legördülő kibontva, beljebb húzva jelenik meg. */
	.nav .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none; min-width: 0;
		background: transparent; border: 0; border-left: 2px solid var(--line-2); border-radius: 0;
		box-shadow: none; margin: 0 0 6px 14px; padding: 0 0 0 8px;
	}
	.nav .menu-item-has-children > a::after { display: none; }
}

/* A legkisebb kijelzőn a fejléc-CTA elhagyható: a képernyő alján ülő
   hívósáv úgyis hozza. Enélkül a nowrap gomb + márka szélesebb a viewportnál. */
@media (max-width: 620px) {
	.header-cta .btn-grad { display: none; }
	.header-in { min-height: 64px; gap: 12px; }
	.brand-mark { width: 34px; height: 34px; }
	.brand-name { font-size: 1.02rem; }
	.brand-tag { font-size: .62rem; }
	.nav { max-height: calc(100vh - 64px); }
}

/* ==========================================================================
   4. Hero
   ==========================================================================
   A háttér nem nagy fotóra épül (a meglévő referencia-fotók kis felbontásúak),
   hanem CSS-fényfoltokra + a márka neon-képére – így gyors és mindig éles.
   ========================================================================== */

.hero { position: relative; overflow: hidden; background: #05050b; isolation: isolate; }
.hero-art { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; opacity: .3; filter: saturate(1.15) contrast(1.05); }

/* Mozgó neon fényfoltok – „fénytechnika” hangulat, kép nélkül. */
.hero-lights { position: absolute; inset: -20%; z-index: 1; pointer-events: none; filter: blur(60px); }
.hero-lights i {
	position: absolute; display: block; border-radius: 50%; mix-blend-mode: screen;
	animation: p21float 18s var(--ease) infinite alternate;
}
.hero-lights i:nth-child(1) { width: 46vw; height: 46vw; left: 4%;  top: 8%;  background: rgba(91,107,255,.55); animation-duration: 21s; }
.hero-lights i:nth-child(2) { width: 38vw; height: 38vw; right: 6%; top: 24%; background: rgba(255,43,171,.5);  animation-duration: 17s; animation-delay: -4s; }
.hero-lights i:nth-child(3) { width: 30vw; height: 30vw; left: 38%; bottom: 0; background: rgba(161,60,255,.45); animation-duration: 25s; animation-delay: -9s; }
@keyframes p21float {
	from { transform: translate3d(0, 0, 0) scale(1); }
	to   { transform: translate3d(6vw, -5vh, 0) scale(1.22); }
}

.hero::after {
	content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
	background:
		linear-gradient(100deg, rgba(5,5,11,.94) 0%, rgba(5,5,11,.78) 48%, rgba(5,5,11,.5) 100%),
		linear-gradient(to top, rgba(5,5,11,.95), transparent 45%);
}

.hero-in { position: relative; z-index: 3; padding: clamp(74px, 9vw, 140px) 0 clamp(52px, 6vw, 92px); max-width: 810px; }
.hero h1 { color: #fff; margin-bottom: .45em; }
.hero h1 em {
	font-style: normal;
	background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { font-size: clamp(1.03rem, .96rem + .42vw, 1.22rem); color: #c6cade; max-width: 640px; margin-bottom: 2em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-mini { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 2em; font-size: .92rem; color: var(--txt-2); }
.hero-mini span { display: inline-flex; align-items: center; gap: .5em; }
.hero-mini svg { width: 16px; height: 16px; fill: none; stroke: var(--mag); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.hero-facts {
	position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 1px; background: var(--line); border-top: 1px solid var(--line);
}
.hero-fact { background: rgba(7,7,13,.9); padding: 24px 22px; }
.hero-fact b {
	display: block; font-size: 1.62rem; font-weight: 900; line-height: 1; margin-bottom: .34em;
	background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-fact span { font-size: .87rem; color: var(--txt-3); }
@media (max-width: 880px) { .hero-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .hero-fact { padding: 18px 16px; } .hero-fact b { font-size: 1.4rem; } }

/* ==========================================================================
   5. Szolgáltatás-kártyák
   ========================================================================== */

.svc {
	position: relative; display: block; text-decoration: none; color: inherit; overflow: hidden;
	background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 30px 26px 28px;
	transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s, background .22s;
}
.svc::before {
	content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--grad);
	transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.svc:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: var(--shadow); color: inherit; background: #15152300; }
.svc:hover::before { transform: scaleX(1); }
.svc-ico {
	width: 54px; height: 54px; border-radius: 14px; background: var(--grad-soft);
	border: 1px solid var(--line-2);
	display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.svc-ico svg { width: 26px; height: 26px; fill: none; stroke: var(--mag-soft); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svc h3 { margin-bottom: .45em; }
.svc p { color: var(--txt-2); font-size: .97rem; margin-bottom: 0; }
.svc-tovabb { display: inline-flex; align-items: center; gap: .4em; margin-top: 1em; font-weight: 800; font-size: .9rem; color: var(--mag-soft); }
.svc-tovabb svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

/* Váltakozó szöveg+kép blokk */
.svc-row { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 62px); align-items: center; }
.svc-row + .svc-row { margin-top: clamp(48px, 6vw, 88px); }
.svc-row:nth-child(even) .svc-row-media { order: -1; }
.svc-row-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; border: 1px solid var(--line); }
.svc-row ul { list-style: none; padding: 0; margin-top: 1.2em; }
.svc-row ul li { position: relative; padding-left: 30px; margin-bottom: .6em; }
.svc-row ul li::before {
	content: ""; position: absolute; left: 0; top: .5em; width: 18px; height: 18px; border-radius: 50%;
	background: var(--grad) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;
}
@media (max-width: 880px) {
	.svc-row { grid-template-columns: 1fr; }
	.svc-row:nth-child(even) .svc-row-media { order: 0; }
}

/* Eseménytípus-csempék (nagy, fotós) */
/* Négy eseménytípus -> négy oszlop, hogy egy sorban, egy pillantással
   látszódjon mind. Háromoszlopos rácsban a negyedik árván maradna. */
.evt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 20px); }
@media (max-width: 1100px) { .evt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .evt-grid { grid-template-columns: 1fr; } }
.evt {
	position: relative; display: flex; flex-direction: column; justify-content: flex-end;
	min-height: 300px; padding: 24px 22px; border-radius: var(--radius); overflow: hidden;
	text-decoration: none; color: #fff; border: 1px solid var(--line); background: var(--card);
	transition: transform .24s var(--ease), box-shadow .24s var(--ease);
}
/* A z-index KÖTELEZŐ itt: a lenti „.evt > *” szabály a képre is z-index:2-t
   tenne, és akkor a fotó elfedné a szöveg alatti sötétítő fátylat. */
.evt img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; z-index: 0; transition: transform .6s var(--ease), opacity .3s; }
/* Erős alsó fátyol: a világos fotókon (esküvő, ballagás) a szöveg enélkül
   beleolvad a képbe. Két réteg – egy lineáris és egy tompító alapszín. */
.evt::after {
	content: ""; position: absolute; inset: 0; z-index: 1;
	background:
		linear-gradient(to top, rgba(5,5,11,.96) 0%, rgba(5,5,11,.86) 34%, rgba(5,5,11,.46) 68%, rgba(5,5,11,.2) 100%);
}
.evt > * { position: relative; z-index: 2; }
.evt:hover { transform: translateY(-5px); box-shadow: var(--shadow); color: #fff; }
.evt:hover img { transform: scale(1.06); opacity: .58; }
.evt h3 { margin-bottom: .3em; font-size: 1.2rem; }
.evt p { margin: 0; color: #cfd3e6; font-size: .9rem; }
.evt .evt-tag {
	position: absolute; top: 18px; left: 22px; z-index: 2;
	font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
	padding: 6px 12px; border-radius: 999px; background: rgba(255,43,171,.2); border: 1px solid rgba(255,43,171,.45); color: #ffa8de;
}

/* ==========================================================================
   6. Folyamat, eszközpark, vélemények
   ========================================================================== */

.steps { counter-reset: step; }
.step { position: relative; padding-left: 68px; }
.step::before {
	counter-increment: step; content: counter(step, decimal-leading-zero);
	position: absolute; left: 0; top: -4px; font-size: 1.4rem; font-weight: 900; color: var(--mag-soft);
	width: 50px; height: 50px; border: 2px solid var(--line-2); border-radius: 50%;
	display: flex; align-items: center; justify-content: center; background: var(--card);
}
.step h3 { margin-bottom: .3em; font-size: 1.1rem; }
.step p { color: var(--txt-2); font-size: .95rem; margin-bottom: 0; }

/* Eszközpark-lista */
.kit { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 26px); }
@media (max-width: 820px) { .kit { grid-template-columns: 1fr; } }
.kit-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.kit-box h3 { display: flex; align-items: center; gap: .6em; font-size: 1.1rem; }
.kit-box h3 svg { width: 22px; height: 22px; fill: none; stroke: var(--mag); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.kit-box ul { list-style: none; padding: 0; margin: 0; }
.kit-box li { position: relative; padding-left: 20px; font-size: .96rem; }
.kit-box li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--grad); }

/* Vélemények */
.rev { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; }
.rev-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.rev-stars svg { width: 17px; height: 17px; fill: #ffc53d; }
.rev p { font-size: 1rem; color: var(--txt); margin-bottom: 1.2em; }
.rev-who { margin-top: auto; font-size: .9rem; color: var(--txt-3); }
.rev-who b { display: block; color: #fff; font-size: .98rem; }

/* GYIK */
.faq-lista { max-width: 860px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px;
	padding: 22px 0; background: none; border: 0; cursor: pointer; text-align: left;
	font-family: inherit; font-size: 1.06rem; font-weight: 700; color: #fff;
}
.faq-q::after {
	content: ""; flex: none; width: 11px; height: 11px; border-right: 2.4px solid var(--mag); border-bottom: 2.4px solid var(--mag);
	transform: rotate(45deg) translateY(-3px); transition: transform .22s var(--ease);
}
.faq-item.is-open .faq-q::after { transform: rotate(-135deg) translateY(-3px); }
.faq-a { display: none; padding: 0 0 22px; color: var(--txt-2); max-width: 760px; }
.faq-item.is-open .faq-a { display: block; }
.faq-a p:last-child { margin-bottom: 0; }

/* ==========================================================================
   7. Galéria
   ========================================================================== */

.gal-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.gal-chip {
	border: 1px solid var(--line-2); background: transparent; color: var(--txt-2);
	padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: .92rem; cursor: pointer;
	font-family: inherit; transition: background .16s, border-color .16s, color .16s;
}
.gal-chip:hover { border-color: var(--mag); color: #fff; }
.gal-chip.is-active { background: var(--grad); border-color: transparent; color: #fff; }
.gal-chip span { opacity: .65; font-weight: 600; margin-left: .35em; }

/* A meglévő referencia-fotók 360x270 px-esek, ezért 4:3 arányú, nem túl nagy
   cellákban jelennek meg – így nem látszik a felbontás hiánya. */
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 1000px) { .gal-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

.gal-item {
	position: relative; display: block; border-radius: var(--radius-s); overflow: hidden;
	background: var(--card); aspect-ratio: 4/3; cursor: zoom-in; border: 1px solid var(--line); padding: 0;
}
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.gal-item:hover img { transform: scale(1.07); }
.gal-item::after {
	content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(255,43,171,.3), transparent 55%);
	opacity: 0; transition: opacity .25s;
}
.gal-item:hover::after { opacity: 1; }
.gal-item.is-hidden { display: none; }
.gal-more { text-align: center; margin-top: 34px; }

/* Lightbox */
.lb { position: fixed; inset: 0; z-index: 200; background: rgba(3,3,7,.96); display: none; align-items: center; justify-content: center; }
.lb.is-open { display: flex; }
/* A max-width szándékosan visszafogott: a forrásképek kis felbontásúak,
   teljes képernyőre nagyítva pixelesek lennének. */
.lb img { max-width: min(92vw, 860px); max-height: 82vh; border-radius: 8px; object-fit: contain; border: 1px solid var(--line-2); }
.lb-btn {
	position: absolute; background: rgba(255,255,255,.08); border: 0; color: #fff; cursor: pointer;
	width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background .16s;
}
.lb-btn:hover { background: var(--mag); }
.lb-btn svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.lb-close { top: 22px; right: 22px; }
.lb-prev  { left: 22px;  top: 50%; transform: translateY(-50%); }
.lb-next  { right: 22px; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: var(--txt-3); font-size: .9rem; }
@media (max-width: 700px) {
	.lb-btn { width: 44px; height: 44px; }
	.lb-prev { left: 8px; } .lb-next { right: 8px; } .lb-close { top: 12px; right: 12px; }
}

/* ==========================================================================
   8. Űrlap / kapcsolat
   ========================================================================== */

.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(30px, 4vw, 58px); align-items: start; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 38px); box-shadow: var(--shadow); }

.cdata { list-style: none; padding: 0; margin: 0; }
.cdata li { display: flex; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.cdata li:last-child { border-bottom: 0; }
.cdata .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--grad-soft); border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; flex: none; }
.cdata .ico svg { width: 20px; height: 20px; fill: none; stroke: var(--mag-soft); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cdata b { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--txt-3); font-weight: 800; }
.cdata a { font-weight: 700; text-decoration: none; font-size: 1.05rem; color: #fff; }
.cdata a:hover { color: var(--mag-soft); }
.cdata .ertek { font-weight: 700; font-size: 1.04rem; color: #fff; }

.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: .89rem; margin-bottom: 7px; color: var(--txt); }
.field .req { color: var(--mag); }
.field input, .field select, .field textarea {
	width: 100%; padding: 14px 16px; border: 1px solid var(--line-2); border-radius: var(--radius-s);
	font-family: inherit; font-size: 1rem; color: #fff; background: #0b0b14;
	transition: border-color .16s, box-shadow .16s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #5d6180; }
.field input:focus, .field select:focus, .field textarea:focus {
	outline: 0; border-color: var(--mag); box-shadow: 0 0 0 4px rgba(255,43,171,.2);
}
/* A dátum-/időmező natív ikonja sötét alapon láthatatlan lenne. */
.field input[type="date"]::-webkit-calendar-picker-indicator,
.field input[type="time"]::-webkit-calendar-picker-indicator { filter: invert(1) opacity(.65); cursor: pointer; }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .field-2 { grid-template-columns: 1fr; } }
.field-sugo { margin: 7px 0 0; font-size: .85rem; color: var(--txt-3); }

/* Jelölőnégyzet-csoport („mire kér ajánlatot?”) */
.checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 16px; margin: 0 0 6px; }
@media (max-width: 560px) { .checks { grid-template-columns: 1fr; } }
.checks label { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: .95rem; color: var(--txt-2); cursor: pointer; margin: 0; }
.checks input { width: 18px; height: 18px; flex: none; accent-color: #ff2bab; }

.consent { display: flex; gap: 11px; align-items: flex-start; font-size: .89rem; color: var(--txt-3); margin: 18px 0 20px; }
.consent input { width: 19px; height: 19px; flex: none; margin-top: 2px; accent-color: #ff2bab; }
.consent a { color: var(--mag-soft); }

.hp-wrap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.notice { padding: 15px 18px; border-radius: var(--radius-s); margin-bottom: 22px; font-size: .96rem; }
.notice-ok  { background: rgba(31,146,84,.14); border: 1px solid rgba(60,200,120,.4); color: #86e9b0; }
.notice-err { background: rgba(211,51,51,.14); border: 1px solid rgba(240,90,90,.4); color: #ffa8a8; }

.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); line-height: 0; }
.map-embed iframe { width: 100%; height: 320px; border: 0; filter: invert(.92) hue-rotate(180deg) saturate(.7); }

/* ==========================================================================
   9. CTA sáv, lábléc, mobil hívósáv, süti-sáv
   ========================================================================== */

.cta-band { position: relative; overflow: hidden; background: #0a0a14; border-top: 1px solid var(--line); }
.cta-band::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(70% 140% at 20% 0%, rgba(91,107,255,.3), transparent 65%),
	            radial-gradient(60% 130% at 85% 100%, rgba(255,43,171,.28), transparent 65%);
}
.cta-band-in { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: clamp(36px, 4.5vw, 58px) 0; flex-wrap: wrap; }
.cta-band h2 { margin-bottom: .25em; }
.cta-band p { margin-bottom: 0; color: var(--txt-2); }

.site-footer { background: #05050a; color: var(--txt-3); padding: clamp(48px, 6vw, 72px) 0 0; font-size: .95rem; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(24px, 3vw, 44px); padding-bottom: 46px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-size: .88rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1.3em; }
.site-footer a { color: var(--txt-2); text-decoration: none; }
.site-footer a:hover { color: var(--mag-soft); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .6em; }
.footer-brand .brand-name { color: #fff; display: block; font-weight: 900; font-size: 1.18rem; margin-bottom: .4em; }
.footer-bottom {
	border-top: 1px solid var(--line); padding: 22px 0 26px; display: flex;
	justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .86rem; color: #5f6480;
}

.callbar { display: none; }
@media (max-width: 860px) {
	.callbar {
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: grid; grid-template-columns: 1fr 1fr;
		border-top: 1px solid var(--line-2); background: #0b0b14; box-shadow: 0 -4px 22px rgba(0,0,0,.6);
	}
	.callbar a { display: flex; align-items: center; justify-content: center; gap: .5em; padding: 15px 8px; font-weight: 800; font-size: .95rem; text-decoration: none; color: #fff; }
	.callbar a + a { background: var(--grad); }
	.callbar svg { width: 18px; height: 18px; fill: currentColor; }
	body { padding-bottom: 56px; }
}

.cookiebar {
	position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 120; display: none;
	background: #10101c; color: var(--txt-2); border: 1px solid var(--line-2); border-radius: var(--radius);
	padding: 18px 22px; box-shadow: var(--shadow); align-items: center; gap: 18px; flex-wrap: wrap;
	font-size: .92rem; max-width: 760px; margin-inline: auto;
}
.cookiebar.is-visible { display: flex; }
.cookiebar a { color: var(--mag-soft); }
.cookiebar .btn { padding: 11px 22px; font-size: .9rem; }
@media (max-width: 860px) { .cookiebar { bottom: 70px; } }

/* ==========================================================================
   10. Belső oldal fejléc, szövegtörzs, 404
   ========================================================================== */

.page-hero { position: relative; overflow: hidden; background: #08080f; padding: clamp(48px, 6vw, 88px) 0 clamp(42px, 5vw, 68px); }
.page-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.page-hero::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(5,5,11,.95), rgba(5,5,11,.7)),
	            radial-gradient(70% 100% at 80% 0%, rgba(255,43,171,.2), transparent 70%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: .25em; }
.page-hero p { color: #b9bed6; max-width: 660px; margin-bottom: 0; }
.crumbs { font-size: .85rem; color: var(--txt-3); margin-bottom: 1em; }
.crumbs a { color: var(--txt-2); text-decoration: none; }
.crumbs a:hover { color: var(--mag-soft); }

.prose { max-width: 820px; }
.prose h2 { margin-top: 1.7em; }
.prose h3 { margin-top: 1.4em; }
.prose a { color: var(--mag-soft); }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: 1.4em; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; font-size: .94rem; vertical-align: top; }
.prose th { background: var(--card); color: #fff; }
.prose blockquote {
	margin: 1.4em 0; padding: 16px 22px; border-left: 3px solid var(--mag);
	background: var(--card); border-radius: 0 var(--radius-s) var(--radius-s) 0;
}
.prose blockquote p:last-child { margin-bottom: 0; }
.prose-wide { max-width: none; }

.skip-link {
	position: absolute; left: -9999px; top: 0; background: var(--mag); color: #fff;
	padding: 12px 20px; font-weight: 800; z-index: 300; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* Táblázatok mobilon: ne csorduljon ki az oldal, hanem a táblázat gördüljön. */
.table-scroll { overflow-x: auto; }
