/* =========================================
   PATIK AUTÓRUGÓ – Premium Design System
   Corporate Minimalist | Mobile-First
   ========================================= */

/* Inter font family */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/inter-v20-latin_latin-ext-300.woff2') format('woff2'),
       url('assets/fonts/inter-v20-latin_latin-ext-300.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2'),
       url('assets/fonts/inter-v20-latin_latin-ext-regular.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/inter-v20-latin_latin-ext-500.woff2') format('woff2'),
       url('assets/fonts/inter-v20-latin_latin-ext-500.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/inter-v20-latin_latin-ext-600.woff2') format('woff2'),
       url('assets/fonts/inter-v20-latin_latin-ext-600.woff') format('woff');
}

/* Outfit font family */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/outfit-v15-latin_latin-ext-300.woff2') format('woff2'),
       url('assets/fonts/outfit-v15-latin_latin-ext-300.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/outfit-v15-latin_latin-ext-regular.woff2') format('woff2'),
       url('assets/fonts/outfit-v15-latin_latin-ext-regular.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/outfit-v15-latin_latin-ext-500.woff2') format('woff2'),
       url('assets/fonts/outfit-v15-latin_latin-ext-500.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/outfit-v15-latin_latin-ext-600.woff2') format('woff2'),
       url('assets/fonts/outfit-v15-latin_latin-ext-600.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/outfit-v15-latin_latin-ext-700.woff2') format('woff2'),
       url('assets/fonts/outfit-v15-latin_latin-ext-700.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/outfit-v15-latin_latin-ext-800.woff2') format('woff2'),
       url('assets/fonts/outfit-v15-latin_latin-ext-800.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/outfit-v15-latin_latin-ext-900.woff2') format('woff2'),
       url('assets/fonts/outfit-v15-latin_latin-ext-900.woff') format('woff');
}

/* ─── Design Tokens ─────────────────────── */
:root {
  --orange:        #E8500A;
  --orange-hover:  #C94208;
  --orange-light:  #FF6B1A;
  --orange-tint:   rgba(232, 80, 10, .07);
  --orange-border: rgba(232, 80, 10, .18);

  --ink:     #0E0E0E;
  --ink-80:  #2A2A2A;
  --ink-60:  #525252;
  --ink-40:  #7A7A7A;
  --ink-20:  #ABABAB;
  --ink-10:  #D4D4D4;
  --ink-05:  #F0F0EE;
  --ink-02:  #F8F8F7;

  --white: #FFFFFF;
  --gray:  #F9F9F9;

  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --r-full: 9999px;

  --sh-xs: 0 1px 2px rgba(0,0,0,.06);
  --sh-sm: 0 2px 8px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.04);
  --sh-md: 0 6px 24px rgba(0,0,0,.09), 0 2px 6px rgba(0,0,0,.04);
  --sh-lg: 0 16px 48px rgba(0,0,0,.11), 0 4px 12px rgba(0,0,0,.05);
  --sh-orange: 0 8px 28px rgba(232,80,10,.28);

  --nav-h: 68px;
  --ease: cubic-bezier(.4,0,.2,1);
  --t: .22s;
  --nav-bg-solid: rgba(255,255,255,.95);
}

/* ─── Sötét Mód Változók ────────────────── */
[data-theme="dark"] {
  --white: #121212;
  --gray:  #1C1C1E;
  
  --ink:     #F5F5F7;
  --ink-80:  #E5E5EA;
  --ink-60:  #AEAEB2;
  --ink-40:  #8E8E93;
  --ink-20:  #48484A;
  --ink-10:  rgba(245, 245, 247, .08);
  --ink-05:  rgba(245, 245, 247, .04);
  --ink-02:  rgba(245, 245, 247, .02);

  --orange-tint: rgba(232, 80, 10, .15);
  --orange-border: rgba(232, 80, 10, .3);
  --nav-bg-solid: rgba(18,18,18,.95);

  --sh-xs: 0 1px 2px rgba(0,0,0,.5);
  --sh-sm: 0 2px 8px rgba(0,0,0,.6);
  --sh-md: 0 6px 24px rgba(0,0,0,.7);
  --sh-lg: 0 16px 48px rgba(0,0,0,.8);
}

/* ─── Reset ─────────────────────────────── */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
*:focus { outline:none; }
*:focus-visible { outline:2px solid var(--orange); outline-offset:2px; }
/* Kék kattintás-kiemelés eltávolítása mobilon és asztali gépen */
* { -webkit-tap-highlight-color:transparent; }
::selection { background:rgba(232,80,10,.25); color:inherit; }
html {
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}
body {
  font-family:'Inter',system-ui,sans-serif;
  font-size:16px;
  line-height:1.6;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transition:color var(--t) var(--ease), background var(--t) var(--ease);
  min-height:100vh;
}
main {
  overflow-x:clip;
}

img,svg { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
ul,ol { list-style:none; }
button { cursor:pointer; font:inherit; border:none; background:none; }

/* ─── Layout ─────────────────────────────  */
.container {
  width:100%;
  max-width:1140px;
  margin:0 auto;
  padding:0 20px;
}
@media(min-width:640px){ .container{ padding:0 32px; } }
@media(min-width:1200px){ .container{ padding:0 24px; } }
.container--narrow {
  max-width:720px;
}

/* ─── Typography helpers ─────────────────  */
.label {
  font-family:'Outfit',sans-serif;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--orange);
  display:flex;
  align-items:center;
  gap:10px;
}
.label::before {
  content:'';
  display:block;
  width:24px;
  height:2px;
  background:var(--orange);
  border-radius:2px;
  flex-shrink:0;
}
.heading-xl {
  font-family:'Outfit',sans-serif;
  font-size:clamp(2.4rem,6vw,4.8rem);
  font-weight:900;
  line-height:1.06;
  letter-spacing:-.035em;
  color:var(--ink);
}
.heading-lg {
  font-family:'Outfit',sans-serif;
  font-size:clamp(1.8rem,4vw,3.2rem);
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.028em;
  color:var(--ink);
}
.heading-md {
  font-family:'Outfit',sans-serif;
  font-size:clamp(1.25rem,2.5vw,1.6rem);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.018em;
  color:var(--ink);
}
.heading-sm {
  font-family:'Outfit',sans-serif;
  font-size:1.05rem;
  font-weight:700;
  letter-spacing:-.01em;
  color:var(--ink);
}
.body-lg { font-size:1.0625rem; line-height:1.72; color:var(--ink-60); }
.body-md { font-size:.9375rem; line-height:1.65; color:var(--ink-60); }
.body-sm { font-size:.8125rem; line-height:1.55; color:var(--ink-40); }
.accent { color:var(--orange); }
.white { color:var(--white); }

/* ─── Buttons ────────────────────────────  */
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-family:'Outfit',sans-serif;
  font-weight:600;
  font-size:.9375rem;
  letter-spacing:.005em;
  border-radius:var(--r-sm);
  padding:13px 24px;
  transition:background var(--t) var(--ease),
             color var(--t) var(--ease),
             border-color var(--t) var(--ease),
             box-shadow var(--t) var(--ease),
             transform var(--t) var(--ease);
  white-space:nowrap;
  line-height:1;
}
.btn-primary {
  background:var(--orange);
  color:var(--white);
}
.btn-primary:hover {
  background:var(--orange-hover);
  transform:translateY(-1px);
  box-shadow:var(--sh-orange);
}
.btn-primary:active { transform:translateY(0); box-shadow:none; }

.btn-secondary {
  background:transparent;
  color:var(--ink);
  border:1.5px solid var(--ink-10);
}
.btn-secondary:hover {
  border-color:var(--orange);
  color:var(--orange);
  background:var(--orange-tint);
}
.btn-ghost {
  background:transparent;
  color:var(--orange);
  padding:11px 0;
  gap:6px;
}
.btn-ghost .btn-arrow { transition:transform var(--t) var(--ease); }
.btn-ghost:hover .btn-arrow { transform:translateX(4px); }

.btn-lg { font-size:1rem; padding:16px 32px; }
.btn-sm { font-size:.8125rem; padding:9px 16px; }

/* ─── Icon helper ────────────────────────  */
.icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

/* ═══════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════ */
.nav {
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:900;
  height:var(--nav-h);
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition:background var(--t) var(--ease),
             box-shadow var(--t) var(--ease),
             backdrop-filter var(--t) var(--ease);
}
.nav .container {
  height:100%;
}
.nav.solid {
  background:var(--nav-bg-solid);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 1px 0 var(--ink-10);
}
.nav__inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.nav__logo img {
  height:38px;
  width:auto;
  transition: filter var(--t) var(--ease);
}
.nav__logo { flex-shrink:0; }

/* Átlátszó fejléc A FŐOLDALON (oldal tetején a hero slider felett) - világos módban fehér logó és kontrasztos elemek */
.nav.nav--home:not(.solid) .nav__logo img {
  filter: brightness(0) invert(1);
}
.nav.nav--home:not(.solid) .nav__link {
  color: rgba(255, 255, 255, 0.85);
}
.nav.nav--home:not(.solid) .nav__link:hover,
.nav.nav--home:not(.solid) .nav__link--active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
}
.nav.nav--home:not(.solid) .theme-toggle {
  color: rgba(255, 255, 255, 0.85);
}
.nav.nav--home:not(.solid) .theme-toggle:hover {
  color: #FFFFFF;
}
.nav.nav--home:not(.solid) .nav__burger {
  color: #FFFFFF;
}
.nav.nav--home:not(.solid) .nav__burger svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}

.nav__menu {
  display:none;
  align-items:center;
  gap:2px;
}
@media(min-width:900px){ .nav__menu{ display:flex; } }

.nav__link {
  font-family:'Outfit',sans-serif;
  font-size:.875rem;
  font-weight:500;
  color:var(--ink-60);
  padding:6px 12px;
  border-radius:var(--r-xs);
  transition:color var(--t) var(--ease),background var(--t) var(--ease);
  letter-spacing:.01em;
}
.nav__link:hover,
.nav__link--active {
  color:var(--ink);
  background:var(--ink-05);
}
.nav__cta {
  margin-left:8px;
  font-family:'Outfit',sans-serif;
  font-size:.875rem;
  font-weight:600;
  background:var(--orange);
  color:var(--white);
  padding:9px 20px;
  border-radius:var(--r-sm);
  letter-spacing:.01em;
  transition:background var(--t) var(--ease),box-shadow var(--t) var(--ease),transform var(--t) var(--ease);
}
.nav__cta:hover {
  background:var(--orange-hover);
  transform:translateY(-1px);
  box-shadow:var(--sh-orange);
}

/* hamburger */
.nav__burger {
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:40px;
  height:40px;
  border-radius:var(--r-xs);
  padding:8px;
  transition:background var(--t) var(--ease);
}
.nav__burger:hover { background:var(--ink-05); }
.nav__burger span {
  display:block;
  height:1.5px;
  background:var(--ink);
  border-radius:2px;
  transform-origin:center;
  transition:transform var(--t) var(--ease),opacity var(--t) var(--ease);
}
.nav__burger[aria-expanded=true] span:nth-child(1){ transform:translateY(6.5px) rotate(45deg); }
.nav__burger[aria-expanded=true] span:nth-child(2){ opacity:0; }
.nav__burger[aria-expanded=true] span:nth-child(3){ transform:translateY(-6.5px) rotate(-45deg); }
@media(min-width:900px){ .nav__burger{ display:none; } }

/* mobile drawer */
.nav__drawer {
  position:fixed;
  inset:var(--nav-h) 0 0 0;
  background:var(--white);
  z-index:899;
  padding:8px 16px 32px;
  display:flex;
  flex-direction:column;
  gap:2px;
  transform:translateY(-12px);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s var(--ease),transform .25s var(--ease);
  border-top:1px solid var(--ink-05);
  box-shadow:var(--sh-lg);
  overflow-y:auto;
}
.nav__drawer.open {
  transform:translateY(0);
  opacity:1;
  pointer-events:all;
}
/* Drawer telefonszám gomb */
.nav__drawer-tel {
  font-family:'Outfit',sans-serif;
  font-size:1.1rem;
  font-weight:700;
  color:var(--orange);
  background:var(--orange-tint);
  border:1.5px solid rgba(230,81,0,0.25);
  border-radius:var(--r-sm);
  padding:14px 20px;
  margin:10px 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  transition:all .2s var(--ease);
  min-height:52px;
}
.nav__drawer-tel:hover,
.nav__drawer-tel:active {
  background:var(--orange);
  color:var(--white);
  border-color:var(--orange);
}
.nav__drawer-tel:hover svg,
.nav__drawer-tel:active svg {
  color:var(--white);
  stroke:var(--white);
}
.nav__drawer-tel svg {
  width:20px;
  height:20px;
  color:var(--orange);
  flex-shrink:0;
}
[data-theme="dark"] .nav__drawer-tel {
  background:rgba(245,124,0,0.15);
  color:#ff9800;
  border-color:rgba(245,124,0,0.35);
}
[data-theme="dark"] .nav__drawer-tel svg {
  color:#ff9800;
}
[data-theme="dark"] .nav__drawer-tel:hover,
[data-theme="dark"] .nav__drawer-tel:active {
  background:#ff9800;
  color:#121212;
  border-color:#ff9800;
}
[data-theme="dark"] .nav__drawer-tel:hover svg,
[data-theme="dark"] .nav__drawer-tel:active svg {
  color:#121212;
  stroke:#121212;
}
/* Drawer nav linkek */
.nav__drawer .nav__link {
  font-size:1rem;
  padding:14px 12px;
  border-radius:var(--r-sm);
  min-height:52px;
  display:flex;
  align-items:center;
}
.nav__drawer .nav__link--active {
  background:var(--orange-tint);
  color:var(--orange);
}
.nav__drawer .nav__cta {
  margin:12px 0 0;
  text-align:center;
  padding:15px 20px;
  border-radius:var(--r-sm);
  display:block;
  min-height:52px;
  line-height:1.2;
}
/* Drawer aljzat */
.nav__drawer-footer {
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid var(--ink-10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.nav__drawer-address {
  font-size:.78rem;
  color:var(--ink-40);
  line-height:1.4;
}
[data-theme="dark"] .nav__drawer {
  background: #121212;
  border-top-color: rgba(255,255,255,.08);
}
[data-theme="dark"] .nav__burger {
  color: #FFFFFF;
}
[data-theme="dark"] .nav__burger svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
@media(max-width:899px) {
  [data-theme="dark"] .nav {
    color: #FFFFFF;
  }
  [data-theme="dark"] .nav.solid {
    background: rgba(18,18,18,.95);
  }
  [data-theme="dark"] .nav:not(.solid) {
    background: rgba(18,18,18,.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero {
  min-height: 100svh;
  padding-top: var(--nav-h);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  background: #0E0E0E;
}

/* Background Slider Layer */
.hero__bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__bg-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.85);
}

/* Dark Gradient Overlay for optimal legibility */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: 
    linear-gradient(135deg, rgba(10, 10, 10, 0.90) 0%, rgba(10, 10, 10, 0.72) 45%, rgba(10, 10, 10, 0.45) 100%),
    linear-gradient(to top, rgba(10, 10, 10, 0.95) 0%, transparent 40%);
  pointer-events: none;
}

.hero__container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
}

.hero__inner {
  position: relative;
  z-index: 2;
  padding: 48px 0 36px;
  max-width: 780px;
}
@media(min-width:640px){
  .hero__inner { padding: 64px 0 48px; }
}
@media(min-width:900px){
  .hero__inner { padding: 72px 0 56px; }
}

/* ─── Hero Slider Section (Hero Alatt) ───────────────── */
.hero-slider-section {
  padding: 0 0 64px 0;
  background: var(--white);
}

.hero-slider {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  background: var(--gray);
  border: 1px solid var(--ink-10);
}

.hero-slider__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8;
  max-height: 520px;
  min-height: 280px;
  overflow: hidden;
  background: #000;
}

@media(min-width: 900px) {
  .hero-slider__stage {
    aspect-ratio: 21 / 9;
    max-height: 500px;
  }
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px 28px 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 60%, transparent 100%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}

.hero-slider__badge {
  display: inline-flex;
  align-self: flex-start;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--orange);
  color: #FFFFFF;
  padding: 4px 12px;
  border-radius: var(--r-full);
}

.hero-slider__desc {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

/* Arrow buttons */
.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #0E0E0E;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-md);
  transition: all var(--t) var(--ease);
}

[data-theme="dark"] .hero-slider__arrow {
  background: rgba(30, 30, 30, 0.88);
  color: #FFFFFF;
}

.hero-slider__arrow:hover {
  background: var(--orange);
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.08);
}

.hero-slider__arrow--prev { left: 16px; }
.hero-slider__arrow--next { right: 16px; }

/* Controls bar below image */
.hero-slider__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  background: var(--white);
  border-top: 1px solid var(--ink-10);
}

@media(max-width: 639px) {
  .hero-slider__bar {
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.hero-slider__counter {
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink-80);
  display: flex;
  align-items: center;
  gap: 4px;
}

.hero-slider__counter .current { color: var(--orange); }
.hero-slider__counter .separator { color: var(--ink-40); margin: 0 2px; }
.hero-slider__counter .total { color: var(--ink-60); }

.hero-slider__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: var(--r-full);
  background: var(--ink-20);
  transition: all var(--t) var(--ease);
}

.hero-slider__dot.active {
  width: 28px;
  background: var(--orange);
}

.hero-slider__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--orange);
  transition: gap var(--t) var(--ease);
}

.hero-slider__link:hover {
  gap: 10px;
}
.hero-slider__arrow--hero {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(18, 18, 18, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: all var(--t) var(--ease);
  cursor: pointer;
}

.hero-slider__arrow--hero:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.1);
}

.hero-slider__arrow--prev.hero-slider__arrow--hero { left: 24px; }
.hero-slider__arrow--next.hero-slider__arrow--hero { right: 24px; }

@media(max-width: 767px) {
  .hero-slider__arrow--prev.hero-slider__arrow--hero { left: 8px; width: 38px; height: 38px; }
  .hero-slider__arrow--next.hero-slider__arrow--hero { right: 8px; width: 38px; height: 38px; }
}

/* Controls bar embedded at bottom of Hero */
.hero-slider__bar--hero {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: rgba(12, 12, 12, 0.75);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media(max-width: 767px) {
  .hero-slider__bar--hero {
    padding: 12px 16px;
    gap: 12px;
  }
}

.hero-slider__bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-slider__bar--hero .hero-slider__counter {
  color: rgba(255, 255, 255, 0.9);
}

.hero-slider__bar--hero .hero-slider__counter .current { color: #FF7B39; }
.hero-slider__bar--hero .hero-slider__counter .separator { color: rgba(255, 255, 255, 0.35); }
.hero-slider__bar--hero .hero-slider__counter .total { color: rgba(255, 255, 255, 0.6); }

.hero-slider__bar--hero .hero-slider__dot {
  background: rgba(255, 255, 255, 0.25);
}

.hero-slider__bar--hero .hero-slider__dot.active {
  background: #FF7B39;
}

.hero-slider__caption--hero {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: none;
}

@media(max-width: 639px) {
  .hero-slider__caption--hero {
    display: none;
  }
}

.hero-slider__caption--hero .hero-slider__badge {
  font-size: 0.72rem;
  padding: 4px 12px;
  background: rgba(232, 80, 10, 0.25);
  border: 1px solid rgba(232, 80, 10, 0.5);
  color: #FF7B39;
  border-radius: var(--r-full);
}

.hero-slider__caption--hero .hero-slider__desc {
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 340px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.hero-slider__link--hero {
  color: #FF7B39;
}

.hero-slider__link--hero:hover {
  color: #FFA375;
}

.hero__badge {
  display:inline-flex;
  align-items:center;
  gap:10px;
  background: rgba(232, 80, 10, 0.18);
  border: 1px solid rgba(232, 80, 10, 0.45);
  color: #FF7B39;
  font-family:'Outfit',sans-serif;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:7px 14px;
  border-radius:var(--r-full);
  margin-bottom:20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media(min-width:640px){ .hero__badge{ margin-bottom:28px; } }
.hero__badge-dot {
  width:6px;
  height:6px;
  background:var(--orange);
  border-radius:50%;
  animation:pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100%{ opacity:1; transform:scale(1); }
  50%{ opacity:.5; transform:scale(.8); }
}

.hero__title {
  margin-bottom:20px;
  color: #FFFFFF;
}
.hero__title .accent {
  color: #FF7B39;
}
@media(min-width:640px){ .hero__title{ margin-bottom:24px; } }
.hero__lead {
  max-width:560px;
  margin-bottom:32px;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media(min-width:640px){ .hero__lead{ margin-bottom:40px; } }

/* ═══════════════════════════════════════════
   STATS SECTION (KÜLÖN SZEKCIÓ HERO ALATT)
═══════════════════════════════════════════ */
.stats-section {
  background: var(--white);
  border-bottom: 1px solid var(--ink-10);
  padding: 36px 0;
}
[data-theme="dark"] .stats-section {
  background: #161616;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media(min-width:480px){ .stats-grid{ grid-template-columns: repeat(4, 1fr); } }

.stats-section .hero__stat {
  padding: 0 16px 0 0;
  border-right: 1px solid var(--ink-10);
}
[data-theme="dark"] .stats-section .hero__stat {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.stats-section .hero__stat:first-child { padding-left: 0; }
.stats-section .hero__stat:last-child { border-right: none; }

@media(max-width:479px){
  .stats-section .hero__stat:nth-child(odd){
    padding-left:0;
    padding-right:16px;
    border-right:1px solid var(--ink-10);
  }
  .stats-section .hero__stat:nth-child(even){
    padding-left:16px;
    padding-right:0;
    border-right:none;
  }
  .stats-section .hero__stat:nth-child(1),
  .stats-section .hero__stat:nth-child(2){
    padding-top:0;
    padding-bottom:12px;
  }
  .stats-section .hero__stat:nth-child(3),
  .stats-section .hero__stat:nth-child(4){
    padding-top:12px;
    padding-bottom:0;
  }
}
@media(min-width:480px){
  .stats-section .hero__stat { padding:0 20px; }
  .stats-section .hero__stat:first-child { padding-left:0; }
  .stats-section .hero__stat:last-child { padding-right:0; border-right:none; }
}
@media(min-width:640px){
  .stats-section .hero__stat { padding:0 28px; }
  .stats-section .hero__stat:first-child { padding-left:0; }
  .stats-section .hero__stat:last-child { padding-right:0; }
}

.stats-section .hero__stat-val {
  font-family: 'Outfit', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  color: var(--orange);
  letter-spacing: -.04em;
  margin-bottom: 4px;
  text-shadow: none;
}
@media(min-width:640px){ .stats-section .hero__stat-val{ font-size: 2.2rem; } }

.stats-section .hero__stat-lbl {
  font-size: .78rem;
  font-weight: 600;
  color: var(--ink-60);
  line-height: 1.3;
}
[data-theme="dark"] .stats-section .hero__stat-lbl {
  color: rgba(255, 255, 255, 0.7);
}

.hero__btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #FFFFFF;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all var(--t) var(--ease);
}

.hero__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.45);
  color: #FFFFFF;
}

.hero__actions {
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:48px;
}
@media(min-width:480px){
  .hero__actions { flex-direction:row; flex-wrap:wrap; margin-bottom:56px; }
}
@media(min-width:640px){ .hero__actions{ margin-bottom:64px; } }
.hero__actions .btn {
  width:100%;
  justify-content:center;
}
@media(min-width:480px){ .hero__actions .btn{ width:auto; } }

/* stats bar */
.hero__stats {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;
  border-top:1px solid rgba(255, 255, 255, 0.18);
  padding-top:28px;
}
@media(min-width:480px){ .hero__stats{ grid-template-columns:repeat(4,1fr); padding-top:36px; } }
@media(min-width:640px){ .hero__stats{ padding-top:40px; } }

.hero__stat {
  padding:0 16px 0 0;
  border-right:1px solid rgba(255, 255, 255, 0.18);
}
.hero__stat:first-child { padding-left:0; }
.hero__stat:last-child { border-right:none; }
@media(max-width:479px){
  .hero__stat:nth-child(odd){
    padding-left:0;
    padding-right:16px;
    border-right:1px solid rgba(255, 255, 255, 0.18);
  }
  .hero__stat:nth-child(even){
    padding-left:16px;
    padding-right:0;
    border-right:none;
  }
  .hero__stat:nth-child(1),
  .hero__stat:nth-child(2){
    padding-top:0;
    padding-bottom:12px;
  }
  .hero__stat:nth-child(3),
  .hero__stat:nth-child(4){
    padding-top:12px;
    padding-bottom:0;
  }
}
@media(min-width:480px){
  .hero__stat { padding:0 20px; }
  .hero__stat:first-child { padding-left:0; }
  .hero__stat:last-child { padding-right:0; border-right:none; }
}
@media(min-width:640px){
  .hero__stat { padding:0 28px; }
  .hero__stat:first-child { padding-left:0; }
  .hero__stat:last-child { padding-right:0; }
}
.hero__stat-val {
  font-family:'Outfit',sans-serif;
  font-size:1.75rem;
  font-weight:900;
  line-height:1;
  color:#FF7B39;
  letter-spacing:-.04em;
  margin-bottom:4px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
@media(min-width:640px){ .hero__stat-val{ font-size:2rem; } }
.hero__stat-lbl {
  font-size:.75rem;
  font-weight:500;
  color:rgba(255, 255, 255, 0.72);
  line-height:1.3;
}
@media(min-width:640px){ .hero__stat-lbl{ font-size:.8rem; } }

/* ═══════════════════════════════════════════
   SECTION BASE
═══════════════════════════════════════════ */
.section { padding:52px 0; }
@media(min-width:640px){ .section{ padding:68px 0; } }
@media(min-width:900px){ .section{ padding:80px 0; } }
.section--sm { padding:36px 0; }
@media(min-width:640px){ .section--sm{ padding:44px 0; } }
@media(min-width:900px){ .section--sm{ padding:56px 0; } }
.section--lg { padding:72px 0; }
@media(min-width:640px){ .section--lg{ padding:88px 0; } }
@media(min-width:900px){ .section--lg{ padding:112px 0; } }
.section--gray { background:var(--ink-02); }
.section--light { background:var(--white); }
[data-theme="dark"] .section--light { background:var(--gray); }
.section--dark { background:var(--ink); }
.section--dark .heading-lg,
.section--dark .heading-md { color:var(--white); }

.section__header { margin-bottom:32px; }
@media(min-width:640px){ .section__header{ margin-bottom:40px; } }
@media(min-width:900px){ .section__header{ margin-bottom:48px; } }
.section__header .label { margin-bottom:12px; }
.section__header .heading-lg { margin-bottom:14px; }
.section__header .body-lg { max-width:520px; }
.section__header--center {
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.section__header--center .body-lg { max-width:480px; }

/* ═══════════════════════════════════════════
   SERVICE CARDS
═══════════════════════════════════════════ */
.services-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
@media(min-width:640px){ .services-grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:960px){ .services-grid{ grid-template-columns:repeat(3,1fr); } }

.card {
  background:var(--white);
  border:1px solid var(--ink-10);
  border-radius:var(--r-lg);
  padding:32px 28px;
  display:flex;
  flex-direction:column;
  gap:0;
  position:relative;
  transition:border-color var(--t) var(--ease),
             box-shadow .3s var(--ease),
             transform .3s var(--ease);
}
.card:hover {
  border-color:var(--orange-border);
  box-shadow:0 14px 36px -8px rgba(0,0,0,.07), 0 4px 16px rgba(232,80,10,.06);
  transform:translateY(-5px);
}
.card__icon-wrap {
  width:48px;
  height:48px;
  border-radius:var(--r-md);
  background:var(--orange-tint);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  transition:background var(--t) var(--ease),
             transform var(--t) var(--ease),
             box-shadow var(--t) var(--ease);
}
.card__icon-wrap svg { color:var(--orange); transition:color var(--t) var(--ease); }
.card:hover .card__icon-wrap {
  background:var(--orange);
  transform:scale(1.05);
  box-shadow:0 6px 16px rgba(232,80,10,.3);
}
.card:hover .card__icon-wrap svg { color:var(--white); }
.card .heading-sm { margin-bottom:10px; }
.card .body-md { flex:1; }
.card__link {
  font-family:'Outfit',sans-serif;
  font-size:.875rem;
  font-weight:600;
  color:var(--orange);
  margin-top:20px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:fit-content;
  position:relative;
  transition:gap var(--t) var(--ease);
}
.card__link::after {
  content:'';
  position:absolute;
  bottom:-2px;
  left:0;
  width:0;
  height:1.5px;
  background:var(--orange);
  border-radius:1px;
  transition:width var(--t) var(--ease);
}
.card__link .btn-arrow {
  transition:transform var(--t) var(--ease);
}
.card:hover .card__link { gap:10px; }
.card:hover .card__link::after { width:calc(100% - 22px); }
.card:hover .card__link .btn-arrow { transform:translateX(3px); }

/* ═══════════════════════════════════════════
   ABOUT / SPLIT LAYOUT
═══════════════════════════════════════════ */
.split {
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  align-items:center;
}
@media(min-width:640px){ .split{ gap:48px; } }
@media(min-width:900px){
  .split { grid-template-columns:1fr 1fr; gap:80px; }
  .split--reverse .split__media { order:-1; }
}

.split__media {
  position:relative;
  /* Extra bottom padding mobilon, hogy a badge ne lógjon ki */
  padding-bottom:32px;
}
@media(min-width:900px){ .split__media{ padding-bottom:0; margin-bottom:28px; } }
.split__img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:var(--r-xl);
  display:block;
}
.split__badge {
  position:absolute;
  bottom:0;
  right:12px;
  background:var(--orange);
  color:var(--white);
  border-radius:var(--r-lg);
  padding:16px 18px;
  box-shadow:var(--sh-orange);
  text-align:center;
  min-width:100px;
}
@media(min-width:640px){
  .split__badge { bottom:-8px; right:0; padding:18px 20px; min-width:106px; }
}
@media(min-width:900px){ .split__badge{ bottom:-28px; right:-28px; padding:20px 22px; min-width:110px; } }
.split__badge-val {
  font-family:'Outfit',sans-serif;
  font-size:2.2rem;
  font-weight:900;
  line-height:1;
  letter-spacing:-.04em;
}
.split__badge-lbl {
  font-size:.78rem;
  font-weight:600;
  opacity:.9;
  margin-top:4px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.split__content .label { margin-bottom:14px; }
.split__content .heading-lg { margin-bottom:20px; }
.split__content .body-lg { margin-bottom:32px; }

.feature-list {
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-bottom:36px;
}
.feature {
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.feature__icon {
  width:38px;
  height:38px;
  border-radius:var(--r-sm);
  background:var(--ink-05);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  margin-top:1px;
}
.feature__icon svg { color:var(--orange); }
.feature__title {
  font-family:'Outfit',sans-serif;
  font-size:.9375rem;
  font-weight:700;
  color:var(--ink);
  margin-bottom:3px;
  letter-spacing:-.005em;
}
.feature__desc { font-size:.875rem; color:var(--ink-60); line-height:1.55; }

/* ─── Price Tables ───────────────────────  */
.price-notice {
  border:1px solid var(--orange-border);
  background:var(--orange-tint);
  border-radius:var(--r-md);
  padding:16px 18px;
  margin-bottom:36px;
  font-size:.875rem;
  color:var(--ink-80);
  line-height:1.65;
}
@media(min-width:640px){ .price-notice{ padding:20px 22px; margin-bottom:48px; font-size:.9rem; } }
.price-notice strong { color:var(--orange); }
.price-notice ul {
  margin-top:10px;
  padding-left:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.price-notice ul li {
  display:flex;
  align-items:baseline;
  gap:8px;
  font-size:.875rem;
}
.price-notice ul li::before {
  content:'';
  display:block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--orange);
  flex-shrink:0;
  margin-top:6px;
}

.price-block { margin-bottom:40px; }
@media(min-width:640px){ .price-block{ margin-bottom:56px; } }
.price-block__title {
  font-family:'Outfit',sans-serif;
  font-size:1.25rem;
  font-weight:800;
  color:var(--ink);
  letter-spacing:-.02em;
  margin-bottom:4px;
}
@media(min-width:640px){ .price-block__title{ font-size:1.4rem; } }
.price-block__sub {
  font-size:.875rem;
  color:var(--ink-40);
  margin-bottom:16px;
}
@media(min-width:640px){ .price-block__sub{ margin-bottom:20px; } }

.price-cat {
  font-family:'Outfit',sans-serif;
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--orange);
  padding:10px 0 8px;
  border-bottom:2px solid var(--orange-tint);
  margin-bottom:0;
}
/* Mobilon a price-table teljesen illeszkedik az oldal szélességéhez */
.price-table-wrap {
  width:100%;
  overflow-x:visible;
  margin:0;
  padding:0;
}
.price-table {
  width:100%;
  min-width:0;
  border-collapse:collapse;
  margin-bottom:8px;
  table-layout:auto;
}
.price-table tr { border-bottom:1px solid var(--ink-05); }
.price-table tr:last-child { border-bottom:none; }
.price-table tr { transition:background var(--t) var(--ease); }
.price-table tr:hover { background:var(--ink-02); }
.price-table td {
  padding:10px 4px;
  font-size:.85rem;
  color:var(--ink-80);
  vertical-align:middle;
  overflow-wrap:break-word;
  word-break:normal;
}
@media(min-width:640px){ .price-table td{ padding:13px 12px; font-size:.9rem; } }
.price-table td:first-child { padding-left:0; }
.price-table td:last-child {
  text-align:right;
  font-family:'Outfit',sans-serif;
  font-weight:700;
  color:var(--ink);
  font-size:.85rem;
  white-space:nowrap;
  padding-right:0;
  padding-left:8px;
}
@media(min-width:640px){ .price-table td:last-child{ font-size:.9rem; padding-left:16px; } }
@media(max-width:380px){
  .price-table td { font-size:.8rem; padding:9px 2px; }
  .price-table td:last-child { font-size:.8rem; padding-left:6px; }
}
.price-table td small {
  display:block;
  font-size:.78rem;
  color:var(--ink-40);
  font-weight:400;
  margin-top:2px;
  font-family:'Inter',sans-serif;
}
.price-divider {
  border:none;
  border-top:1px solid var(--ink-10);
  margin:36px 0;
}
@media(min-width:640px){ .price-divider{ margin:48px 0; } }

/* ═══════════════════════════════════════════
   FAQ ACCORDION
═══════════════════════════════════════════ */
.faq { max-width:720px; margin:0 auto; }
.faq-item {
  border-bottom:1px solid var(--ink-10);
}
.faq-item:first-child { border-top:1px solid var(--ink-10); }
.faq-btn {
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:22px 0;
  font-family:'Outfit',sans-serif;
  font-size:1rem;
  font-weight:600;
  color:var(--ink);
  text-align:left;
  transition:color var(--t) var(--ease);
}
.faq-btn:hover { color:var(--orange); }
.faq-item.is-open .faq-btn { color:var(--orange); }

.faq-icon {
  width:30px;
  height:30px;
  border-radius:50%;
  border:1.5px solid var(--ink-10);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  transition:border-color var(--t) var(--ease),
             background var(--t) var(--ease),
             transform var(--t) var(--ease);
}
.faq-item.is-open .faq-icon {
  border-color:var(--orange);
  background:var(--orange);
  transform:rotate(45deg);
}
.faq-icon svg { color:var(--ink-40); transition:color var(--t) var(--ease); }
.faq-item.is-open .faq-icon svg { color:var(--white); }

.faq-body {
  overflow:hidden;
  max-height:0;
  transition:max-height .38s var(--ease);
}
.faq-item.is-open .faq-body { max-height:800px; }
.faq-body__inner {
  padding:0 0 22px;
  font-size:.9375rem;
  color:var(--ink-60);
  line-height:1.72;
}
.faq-body__inner ul {
  margin-top:10px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.faq-body__inner ul li {
  display:flex;
  align-items:baseline;
  gap:8px;
}
.faq-body__inner ul li::before {
  content:'';
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--ink-20);
  flex-shrink:0;
  margin-top:6px;
}
.faq-body__inner a { color:var(--orange); }

/* ═══════════════════════════════════════════
   GALLERY
═══════════════════════════════════════════ */
.gallery-filter {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:28px;
}
.filter-btn {
  font-family:'Outfit',sans-serif;
  font-size:.8125rem;
  font-weight:600;
  color:var(--ink-60);
  padding:7px 16px;
  border-radius:var(--r-full);
  border:1.5px solid var(--ink-10);
  background:var(--white);
  transition:all var(--t) var(--ease);
  letter-spacing:.01em;
}
.filter-btn:hover,
.filter-btn.is-active {
  background:var(--orange);
  border-color:var(--orange);
  color:var(--white);
}

.gallery-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
@media(min-width:640px){ .gallery-grid{ grid-template-columns:repeat(3,1fr); } }
@media(min-width:960px){ .gallery-grid{ grid-template-columns:repeat(4,1fr); gap:12px; } }

.gallery-item {
  position:relative;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:var(--r-md);
  cursor:pointer;
  background:var(--ink-05);
}
.gallery-item img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s var(--ease);
}
.gallery-item:hover img { transform:scale(1.07); }
.gallery-item__overlay {
  position:absolute;
  inset:0;
  background:rgba(14,14,14,0);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background var(--t) var(--ease);
}
.gallery-item:hover .gallery-item__overlay { background:rgba(14,14,14,.42); }
.gallery-item__overlay svg {
  color:var(--white);
  opacity:0;
  transform:scale(.85);
  transition:opacity var(--t) var(--ease),transform var(--t) var(--ease);
}
.gallery-item:hover .gallery-item__overlay svg {
  opacity:1;
  transform:scale(1);
}

/* lightbox */
.lb {
  display:none;
  position:fixed;
  inset:0;
  background:rgba(10,10,10,.95);
  z-index:1000;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  padding:16px;
  gap:12px;
}
.lb.is-open { display:flex; }
.lb__img {
  max-width:min(90vw,1100px);
  max-height:80svh;
  object-fit:contain;
  border-radius:var(--r-md);
  display:block;
}
.lb__caption {
  color:var(--white);
  font-size:15px;
  font-weight:500;
  text-align:center;
  background:rgba(0,0,0,0.6);
  padding:8px 16px;
  border-radius:var(--r-md);
  max-width:min(90vw,800px);
  line-height:1.4;
  backdrop-filter:blur(4px);
}
.lb__caption:empty {
  display:none;
}
.lb__btn {
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  color:var(--white);
  transition:background var(--t) var(--ease);
  border:none;
}
.lb__btn:hover { background:rgba(255,255,255,.22); }
.lb__close { top:16px; right:16px; }
.lb__prev { left:16px; top:50%; transform:translateY(-50%); }
.lb__next { right:16px; top:50%; transform:translateY(-50%); }

/* ═══════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════
   CONTACT – mobile-first
═══════════════════════════════════════════ */
.contact-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
@media(min-width:640px){ .contact-grid{ gap:32px; } }
@media(min-width:900px){
  .contact-grid{
    grid-template-columns:1.05fr 0.95fr;
    gap:56px;
    align-items:start;
  }
}

/* Info kártya */
.contact-card {
  background:var(--ink-02);
  border-radius:var(--r-xl);
  padding:16px;
}
@media(min-width:400px){ .contact-card{ padding:20px; } }
@media(min-width:640px){ .contact-card{ padding:28px; } }
@media(min-width:900px){ .contact-card{ padding:32px; } }

/* Sorok */
.contact-row {
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid var(--ink-05);
  min-width:0;
}
@media(min-width:480px){ .contact-row{ gap:16px; padding:18px 0; } }
.contact-row:first-child { padding-top:0; }
.contact-row:last-child  { border-bottom:none; padding-bottom:0; }

/* A szöveges részt tartalmazó div */
.contact-row > div:last-child {
  min-width:0;
  flex:1;
  overflow:hidden;
}

/* Ikon */
.contact-row__icon {
  width:36px;
  height:36px;
  border-radius:var(--r-sm);
  background:var(--white);
  box-shadow:var(--sh-xs);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
@media(min-width:480px){ .contact-row__icon{ width:40px; height:40px; } }
.contact-row__icon svg { color:var(--orange); }

/* Cím-label */
.contact-row__label {
  font-family:'Outfit',sans-serif;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--ink-40);
  margin-bottom:3px;
}

/* Érték */
.contact-row__val {
  font-family:'Outfit',sans-serif;
  font-size:.875rem;
  font-weight:600;
  color:var(--ink);
  line-height:1.45;
  word-break:break-word;
  overflow-wrap:anywhere;
  min-width:0;
}
@media(min-width:480px){ .contact-row__val{ font-size:.9375rem; } }
.contact-row__val a { color:var(--ink); transition:color var(--t) var(--ease); }
.contact-row__val a:hover { color:var(--orange); }

/* Nyitvatartás */
.hours-card {
  background:var(--orange);
  color:var(--white);
  border-radius:var(--r-md);
  padding:16px 20px;
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:14px;
}
@media(min-width:480px){ .hours-card{ padding:20px 24px; margin-top:20px; gap:16px; } }
.hours-card svg { flex-shrink:0; }
.hours-card__label {
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  opacity:.8;
  margin-bottom:4px;
}
.hours-card__val {
  font-family:'Outfit',sans-serif;
  font-size:.9rem;
  font-weight:800;
  letter-spacing:-.01em;
}
@media(min-width:400px){ .hours-card__val{ font-size:1rem; } }
@media(min-width:640px){ .hours-card__val{ font-size:1.15rem; } }

/* Megközelítés */
.direction-box {
  border:1px solid var(--orange-border);
  background:var(--orange-tint);
  border-radius:var(--r-md);
  padding:16px 18px;
  margin-top:16px;
  font-size:.875rem;
  color:var(--ink-80);
  line-height:1.65;
}
@media(min-width:480px){ .direction-box{ padding:20px 22px; margin-top:20px; } }
.direction-box__title {
  font-family:'Outfit',sans-serif;
  font-weight:700;
  font-size:.85rem;
  color:var(--orange);
  margin-bottom:8px;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

/* Jogi adatok */
.legal-info {
  margin-top:16px;
  font-size:.78rem;
  color:var(--ink-40);
  line-height:1.7;
}
@media(min-width:480px){ .legal-info{ margin-top:20px; font-size:.8rem; } }
.legal-info strong { color:var(--ink-60); }

/* Hívás gombok */
.contact-actions {
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:20px;
}
@media(min-width:480px){
  .contact-actions{ flex-direction:row; flex-wrap:wrap; }
}
.contact-actions .btn {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-width:0;
  white-space:normal;
  text-align:center;
}
@media(min-width:480px){
  .contact-actions .btn{ width:auto; flex:1; white-space:nowrap; }
}

/* Térkép */
.contact-map-wrapper {
  display:flex;
  flex-direction:column;
}
.contact-map {
  width:100%;
  border-radius:var(--r-xl);
  overflow:hidden;
  box-shadow:var(--sh-md);
  aspect-ratio:4/3;
  background:var(--ink-05);
  border:1px solid var(--ink-10);
}
@media(min-width:480px){ .contact-map{ aspect-ratio:16/9; } }
@media(min-width:900px){
  .contact-map-wrapper{
    position:sticky;
    top:calc(var(--nav-h) + 24px);
    align-self:start;
  }
  .contact-map{
    aspect-ratio:auto;
    height:calc(100vh - var(--nav-h) - 120px);
    max-height:520px;
    min-height:360px;
  }
}
.contact-map iframe {
  width:100%;
  height:100%;
  display:block;
  border:0;
}

/* Contact Form styles */
.contact-form {
  background:var(--white);
  border:1px solid var(--ink-10);
  border-radius:var(--r-xl);
  padding:20px;
  box-shadow:var(--sh-sm);
}
@media(min-width:480px){ .contact-form{ padding:28px; } }
@media(min-width:640px){ .contact-form{ padding:32px; } }
[data-theme="dark"] .contact-form {
  background:var(--gray);
  border-color:var(--ink-10);
}
.form-row-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  margin-bottom:20px;
}
@media(min-width:600px){
  .form-row-grid {
    grid-template-columns:1fr 1fr;
  }
}
.form-label {
  display:block;
  margin-bottom:8px;
  font-weight:600;
  font-size:.875rem;
  color:var(--ink);
}
.form-control {
  width:100%;
  padding:12px 16px;
  border:1px solid var(--ink-20);
  border-radius:var(--r-sm);
  background-color:var(--ink-02);
  color:var(--ink);
  font-family:inherit;
  font-size:.9375rem;
  transition:border-color var(--t) var(--ease), box-shadow var(--t) var(--ease), background var(--t) var(--ease);
}
.form-control:focus {
  outline:none;
  border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(232, 80, 10, 0.15);
  background-color:var(--white);
}
[data-theme="dark"] .form-control:focus {
  background-color:var(--gray);
}

/* ═══════════════════════════════════════════
   PAGE HERO (inner pages)
═══════════════════════════════════════════ */
.page-hero {
  background:var(--ink-02);
  border-bottom:1px solid var(--ink-05);
  padding-top:calc(var(--nav-h) + 28px);
  padding-bottom:32px;
}
@media(min-width:640px){
  .page-hero { padding-top:calc(var(--nav-h) + 40px); padding-bottom:44px; }
}
@media(min-width:900px){
  .page-hero { padding-top:calc(var(--nav-h) + 52px); padding-bottom:52px; }
}
.page-hero .label { margin-bottom:10px; }
@media(min-width:640px){ .page-hero .label{ margin-bottom:12px; } }
.page-hero .heading-lg { margin-bottom:10px; }
@media(min-width:640px){ .page-hero .heading-lg{ margin-bottom:12px; } }
.page-hero .body-lg { max-width:500px; }

.breadcrumb {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.8rem;
  color:var(--ink-40);
  margin-bottom:20px;
  font-family:'Outfit',sans-serif;
  font-weight:500;
}
.breadcrumb a { color:var(--orange); }
.breadcrumb__sep { color:var(--ink-20); }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.footer {
  background:#0E0E0E;
  color:rgba(255,255,255,.55);
  padding:64px 0 40px;
}
.footer__grid {
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  margin-bottom:52px;
}
@media(min-width:640px){ .footer__grid{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:960px){ .footer__grid{ grid-template-columns:1.5fr 1fr 1fr; gap:56px; } }

.footer__brand img {
  height:36px;
  margin-bottom:16px;
  filter:brightness(0) invert(1);
}
.footer__brand p {
  font-size:.875rem;
  line-height:1.65;
  max-width:280px;
}

.footer__col-title {
  font-family:'Outfit',sans-serif;
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.9);
  margin-bottom:16px;
}
.footer__link {
  display:block;
  font-size:.875rem;
  color:rgba(255,255,255,.45);
  padding:5px 0;
  transition:color var(--t) var(--ease);
}
.footer__link:hover { color:var(--orange); }

.footer__bottom {
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:10px;
}
@media(min-width:640px){
  .footer__bottom {
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    text-align:left;
  }
  .footer__badge-wrap {
    flex: 0 0 100%;
    display:flex;
    justify-content:center;
  }
}

.footer__copy {
  font-size:.8rem;
  color:rgba(255,255,255,.3);
}
.footer__copy a { color:rgba(255,255,255,.45); transition:color var(--t) var(--ease); }
.footer__copy a:hover { color:var(--orange); }

/* ═══════════════════════════════════════════
   ANIMATIONS / REVEAL
═══════════════════════════════════════════ */
.reveal {
  opacity:0;
  transform:translateY(20px);
}
.reveal.is-visible {
  animation:revealUp .6s var(--ease) forwards;
}
@keyframes revealUp {
  to { opacity:1; transform:translateY(0); }
}

/* ═══════════════════════════════════════════
   PREMIUM UX ADDITIONS: THEME TOGGLE, BACK-TO-TOP & COOKIE CONSENT
═══════════════════════════════════════════ */

/* Sötét mód igazítások */
[data-theme="dark"] img {
  filter: brightness(.95) contrast(1.05);
}
[data-theme="dark"] .nav__logo img,
[data-theme="dark"] .footer__brand img {
  filter: brightness(0) invert(1);
}
[data-theme="dark"] .split__img,
[data-theme="dark"] .gallery-item img {
  filter: brightness(.85);
}
[data-theme="dark"] .nav__drawer {
  background: #121212;
}

/* Theme toggle button in header */
.theme-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--ink-60);
  padding: 8px;
  border-radius: var(--r-xs);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color var(--t) var(--ease), background var(--t) var(--ease);
  margin-right: 12px;
  vertical-align: middle;
}
.theme-toggle:hover {
  color: var(--ink);
  background: var(--ink-05);
}
.theme-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.theme-toggle .sun-icon { display: none; }
.theme-toggle .moon-icon { display: block; }
[data-theme="dark"] .theme-toggle .sun-icon { display: block; }
[data-theme="dark"] .theme-toggle .moon-icon { display: none; }

/* Floating Phone Call Button (Always visible at bottom-right) */
.floating-call-btn {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #22c55e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 850;
  box-shadow: 0 4px 18px rgba(34, 197, 94, 0.45);
  transition: transform var(--t) var(--ease), background var(--t) var(--ease), box-shadow var(--t) var(--ease);
  text-decoration: none;
  animation: pulseCall 2.5s infinite;
}

.floating-call-btn:hover {
  background: #16a34a;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 22px rgba(34, 197, 94, 0.55);
}

.floating-call-btn:active {
  transform: translateY(0) scale(0.98);
}

.floating-call-btn svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

@keyframes pulseCall {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

/* Back to top button (Appears above call button on scroll) */
.back-to-top {
  position: fixed;
  bottom: calc(1.25rem + 54px + 12px);
  right: 1.25rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--surface-1, #ffffff);
  color: var(--ink, #1a1a1a);
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 850;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease), visibility var(--t) var(--ease), background var(--t) var(--ease), color var(--t) var(--ease), box-shadow var(--t) var(--ease);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #ffffff;
  color: var(--orange, #e8500a);
  transform: translateY(-3px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
}

.back-to-top:active {
  transform: translateY(0);
}

[data-theme="dark"] .back-to-top {
  background: #242426;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .back-to-top:hover {
  background: #323236;
  color: var(--orange, #e8500a);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6);
}

.back-to-top svg {
  width: 26px;
  height: 26px;
  stroke-width: 2.5;
  transition: transform 0.2s var(--ease);
}

.back-to-top:hover svg {
  transform: translateY(-2px);
}

@media (min-width: 640px) {
  .floating-call-btn {
    bottom: 1.75rem;
    right: 1.75rem;
    width: 58px;
    height: 58px;
  }
  .floating-call-btn svg {
    width: 28px;
    height: 28px;
  }
  .back-to-top {
    bottom: calc(1.75rem + 58px + 14px);
    right: 1.75rem;
    width: 58px;
    height: 58px;
  }
  .back-to-top svg {
    width: 30px;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top, .floating-call-btn {
    transition: none;
    animation: none;
  }
}


/* ═══════════════════════════════════════════
   IMPRESSZUM / JOGI ALOLDALAK
═══════════════════════════════════════════ */

/* Impresszum grid */
.impresszum-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .impresszum-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.impresszum-section-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -.01em;
}
.impresszum-section-title svg {
  color: var(--orange);
  flex-shrink: 0;
}

.impresszum-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.impresszum-info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: var(--ink-02);
  border-radius: var(--r-md);
  border: 1px solid var(--ink-05);
  transition: background var(--t) var(--ease), border-color var(--t) var(--ease);
}
.impresszum-info-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.impresszum-info-card-link:hover .impresszum-info-card {
  background: var(--orange-tint);
  border-color: var(--orange-border);
}

.impresszum-info-card__icon {
  width: 34px;
  height: 34px;
  border-radius: var(--r-sm);
  background: var(--orange-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.impresszum-info-card__icon svg {
  color: var(--orange);
  width: 16px;
  height: 16px;
}

.impresszum-info-card__label {
  font-size: .75rem;
  font-weight: 600;
  color: var(--ink-40);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 3px;
}
.impresszum-info-card__value {
  font-size: .9rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.4;
}

.impresszum-legal {
  grid-column: 1 / -1;
}

/* ─── Legal Content (Adatkezelés / Sütik) ── */
.legal-content {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legal-section {
  gap: 0;
}

.legal-text {
  color: var(--ink-60);
  line-height: 1.75;
}

.legal-info-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.legal-info-item {
  font-size: .9rem;
  color: var(--ink-60);
  padding: 10px 14px;
  background: var(--ink-02);
  border-radius: var(--r-sm);
  border: 1px solid var(--ink-05);
  line-height: 1.5;
}
.legal-info-label {
  font-weight: 600;
  color: var(--ink);
  margin-right: 6px;
}
.legal-link {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--t) var(--ease);
}
.legal-link:hover {
  color: var(--orange-hover);
}

/* Legal list */
.legal-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}
.legal-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .9rem;
  color: var(--ink-60);
  line-height: 1.6;
}
.legal-list-icon {
  color: var(--orange);
  flex-shrink: 0;
  margin-top: 2px;
}

.legal-plain-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}
.legal-plain-list li {
  font-size: .9rem;
  color: var(--ink-60);
  padding: 8px 12px;
  border-left: 3px solid var(--orange-border);
  background: var(--ink-02);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  line-height: 1.5;
}

/* Legal alert box */
.legal-alert {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--orange-tint);
  border-color: var(--orange-border);
}
.legal-alert > div {
  flex: 1;
}
.legal-alert strong {
  font-family: 'Outfit', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
}

/* Legal table */
.legal-table-wrap {
  overflow-x: auto;
  margin-top: 16px;
  border-radius: var(--r-md);
  border: 1px solid var(--ink-10);
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .875rem;
  min-width: 480px;
}
.legal-table th {
  background: var(--ink-05);
  color: var(--ink-60);
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid var(--ink-10);
}
.legal-table td {
  padding: 13px 16px;
  color: var(--ink-60);
  border-bottom: 1px solid var(--ink-05);
  line-height: 1.5;
  vertical-align: top;
}
.legal-table tr:last-child td {
  border-bottom: none;
}
.legal-table tbody tr:hover td {
  background: var(--ink-02);
}

/* ─── Cookie cards ───────────────────────── */
.cookie-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-card {
  padding: 0;
  overflow: hidden;
}
.cookie-card.is-open {
  border-color: var(--orange-border);
}

.cookie-card__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  background: transparent;
  cursor: pointer;
  transition: background var(--t) var(--ease);
  gap: 16px;
}
.cookie-card__header:hover {
  background: var(--ink-02);
}

.cookie-card__header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cookie-card__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  background: var(--orange-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cookie-card__icon svg {
  color: var(--orange);
}

.cookie-card__name {
  font-family: 'Outfit', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.cookie-card__body {
  padding: 0 24px 24px;
  border-top: 1px solid var(--ink-05);
}

/* Badges */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--r-full);
}
.badge--required {
  background: rgba(34, 197, 94, .1);
  color: #16a34a;
  border: 1px solid rgba(34, 197, 94, .2);
}
[data-theme="dark"] .badge--required {
  color: #4ade80;
  background: rgba(74, 222, 128, .1);
  border-color: rgba(74, 222, 128, .2);
}
.badge--optional {
  background: var(--ink-05);
  color: var(--ink-40);
  border: 1px solid var(--ink-10);
}

/* Orest Bida Cookie Consent v3 Customization */
#cc-main {
  --cc-font-family: 'Inter', system-ui, sans-serif;
  --cc-bg: var(--white);
  --cc-text: var(--ink);
  --cc-btn-primary-bg: var(--orange);
  --cc-btn-primary-text: var(--white);
  --cc-btn-primary-hover-bg: var(--orange-hover);
  --cc-btn-secondary-bg: var(--ink-05);
  --cc-btn-secondary-text: var(--ink-80);
  --cc-btn-secondary-hover-bg: var(--ink-10);
  --cc-toggle-on-bg: var(--orange);
  --cc-cookie-category-block-bg: var(--gray);
  --cc-layer-img-filter: brightness(1);
}
[data-theme="dark"] #cc-main {
  --cc-bg: #1c1c1e;
  --cc-text: #f5f5f7;
  --cc-btn-secondary-bg: rgba(255, 255, 255, 0.06);
  --cc-btn-secondary-text: #aeaeb2;
  --cc-btn-secondary-hover-bg: rgba(255, 255, 255, 0.12);
  --cc-cookie-category-block-bg: #121212;
  --cc-layer-img-filter: brightness(0.9);
}

/* ═══════════════════════════════════════════════
   REVIEWS – Vélemények aloldal
   ═══════════════════════════════════════════════ */

/* ─── Reviews Hero ─────────────────────────── */
.reviews-hero {
  position: relative;
  padding-top: calc(var(--nav-h) + 72px);
  padding-bottom: 80px;
  overflow: hidden;
}
.reviews-hero__inner {
  max-width: 680px;
}
.reviews-hero__title {
  margin-top: 18px;
  margin-bottom: 20px;
}
.reviews-hero__lead {
  margin-bottom: 40px;
  max-width: 560px;
}
.reviews-hero__bg-accent {
  position: absolute;
  top: -120px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at center, var(--orange-tint) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.reviews-hero__inner { position: relative; z-index: 1; }

/* Összesített értékelés doboz */
.reviews-hero__summary {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: var(--ink-02);
  border: 1px solid var(--ink-10);
  border-radius: var(--r-lg);
  padding: 20px 28px;
}
.reviews-hero__score {
  font-family: 'Outfit', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -.04em;
  color: var(--ink);
  line-height: 1;
}
.reviews-hero__stars {
  display: flex;
  gap: 3px;
  color: #F59E0B;
  margin-bottom: 6px;
}
.reviews-hero__count {
  font-size: .82rem;
  color: var(--ink-40);
  font-weight: 500;
}

/* ─── Reviews Grid ──────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 640px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ─── Review Card ───────────────────────────── */
.review-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--ink-10);
  border-radius: var(--r-lg);
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--sh-sm);
  transition: box-shadow var(--t) var(--ease), border-color var(--t) var(--ease), transform var(--t) var(--ease);
  cursor: default;
}
.review-card:hover {
  box-shadow: var(--sh-md);
  border-color: var(--orange-border);
}

.review-card__quote-icon {
  color: var(--orange);
  opacity: .55;
  margin-bottom: -4px;
}

/* Csillagok */
.review-stars {
  display: flex;
  gap: 3px;
  color: #F59E0B;
  flex-shrink: 0;
}

/* Szöveg */
.review-card__text {
  font-size: .9375rem;
  line-height: 1.65;
  color: var(--ink-60);
  flex: 1;
}
.review-card__toggle {
  background: none;
  border: none;
  color: var(--orange);
  font-size: .9375rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-left: 2px;
  transition: opacity var(--t) var(--ease);
}
.review-card__toggle:hover { opacity: .75; }

/* Footer – avatar + meta */
.review-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--ink-10);
}
.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange-tint);
  border: 1.5px solid var(--orange-border);
  color: var(--orange);
  font-family: 'Outfit', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: .03em;
}
.review-card__name {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: .9375rem;
  color: var(--ink);
  line-height: 1.2;
}
.review-card__date {
  font-size: .78rem;
  color: var(--ink-40);
  margin-top: 2px;
}

/* ─── Reviews CTA ───────────────────────────── */
.reviews-cta {
  margin-top: 64px;
  padding: 48px 40px;
  background: var(--orange-tint);
  border: 1px solid var(--orange-border);
  border-radius: var(--r-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media (min-width: 640px) {
  .reviews-cta {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
  .reviews-cta .body-lg { margin-bottom: 0; }
}
.reviews-cta .body-lg { color: var(--ink-80); font-weight: 500; max-width: 480px; }

/* ─── Home Reviews Slider ───────────────────── */
.reviews-slider-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  padding: 8px 4px 16px;
}

.reviews-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.reviews-slider-item {
  flex: 0 0 100%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .reviews-slider-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (min-width: 1024px) {
  .reviews-slider-item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

.reviews-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 16px;
}

.reviews-slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviews-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink-20);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all var(--t) var(--ease);
}

.reviews-slider-dot:hover {
  background: var(--ink-40);
}

.reviews-slider-dot.is-active {
  background: var(--orange);
  width: 24px;
  border-radius: var(--r-full);
}

.reviews-slider-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviews-slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--ink-10);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--t) var(--ease);
  box-shadow: var(--sh-sm);
}

.reviews-slider-btn:hover {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 80, 10, 0.3);
}

.reviews-slider-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ─── Gallery Preview & Lightbox Section ─── */
.gallery-preview {
  padding: 80px 0;
}

.gallery-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.gallery-preview__item {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--ink-10);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-shadow: var(--sh-sm);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}

.gallery-preview__item:hover {
  box-shadow: var(--sh-lg);
  border-color: var(--orange-border);
}

.gallery-preview__img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #121417;
}

.gallery-preview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}

.gallery-preview__item:hover .gallery-preview__img {
  transform: scale(1.07);
}

.gallery-preview__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.15) 60%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}

.gallery-preview__item:hover .gallery-preview__overlay {
  opacity: 1;
}

.gallery-preview__icon {
  align-self: flex-end;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-md);
  transition: transform 0.2s ease;
}

.gallery-preview__item:hover .gallery-preview__icon {
  transform: scale(1.1);
  background: var(--orange);
  color: var(--white);
}

.gallery-preview__cat {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: var(--r-full);
  background: var(--orange);
  color: var(--white);
}

.gallery-preview__caption {
  padding: 14px 16px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  border-top: 1px solid var(--ink-05);
  background: var(--white);
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.gallery-preview__cta-simple {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 32px 24px;
  text-align: center;
}

.gallery-preview__cta-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
}

[data-theme="dark"] .gallery-preview__cta-title {
  color: var(--ink);
}

.gallery-preview__cta-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Lightbox Modal */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 12, 16, 0.93);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 16px 16px;
}

.gallery-lightbox__dialog {
  position: relative;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Lightbox Modal Toolbar & Zoom Controls */
.gallery-lightbox__toolbar {
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.gallery-lightbox__counter {
  position: static;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.gallery-lightbox__zoom-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: var(--r-full);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

.gallery-lightbox__tool-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-lightbox__tool-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.2);
  color: var(--orange);
}

.gallery-lightbox__tool-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.gallery-lightbox__close {
  position: static;
  top: auto;
  right: auto;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-lightbox__close:hover {
  background: var(--orange);
  border-color: var(--orange);
  transform: rotate(90deg);
}

.gallery-lightbox__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.gallery-lightbox__nav {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.gallery-lightbox__nav:hover {
  background: var(--orange);
  border-color: var(--orange);
  transform: scale(1.08);
}

.gallery-lightbox__img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 80vh;
  max-width: 850px;
  flex: 1;
  min-width: 0;
}

.gallery-lightbox__img {
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: var(--r-sm);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

.gallery-lightbox__info {
  margin-top: 16px;
  color: #f1f5f9;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 18px;
  border-radius: var(--r-full);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .gallery-preview__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-preview__cta-simple {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .gallery-preview {
    padding: 50px 0;
  }
  .gallery-preview__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 28px;
  }
  .gallery-lightbox {
    padding: 56px 12px 12px;
  }
  .gallery-lightbox__stage {
    gap: 0;
  }
  .gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  .gallery-lightbox__nav--prev {
    left: 6px;
  }
  .gallery-lightbox__nav--next {
    right: 6px;
  }
  .gallery-lightbox__img-container {
    width: 100%;
    max-width: 100%;
    max-height: 75vh;
  }
  .gallery-lightbox__img {
    max-height: 65vh;
    width: 100%;
  }
  .gallery-lightbox__close {
    top: -46px;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 640px) {
  .gallery-preview__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .gallery-preview__cta-simple {
    grid-column: span 2;
    padding: 20px 16px;
    gap: 14px;
  }
  .gallery-preview__cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================
   Cookie Consent Glassmorphism Design
   ========================================= */
:root {
  --cc-font-family: 'Inter', system-ui, -apple-system, sans-serif;
  --cc-modal-border-radius: 20px;
  --cc-btn-border-radius: 12px;
  --cc-bg: rgba(255, 255, 255, 0.82);
  --cc-primary-color: #0E0E0E;
  --cc-secondary-color: #525252;
  --cc-btn-primary-bg: var(--orange);
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-border-color: var(--orange);
  --cc-btn-primary-hover-bg: var(--orange-hover);
  --cc-btn-primary-hover-color: #ffffff;
  --cc-btn-primary-hover-border-color: var(--orange-hover);
  --cc-btn-secondary-bg: rgba(0, 0, 0, 0.05);
  --cc-btn-secondary-color: #0E0E0E;
  --cc-btn-secondary-hover-bg: rgba(0, 0, 0, 0.09);
  --cc-toggle-on-bg: var(--orange);
}

.cc--darkmode, [data-theme="dark"] #cc-main {
  --cc-bg: rgba(20, 24, 28, 0.85);
  --cc-primary-color: #F8F8F7;
  --cc-secondary-color: #ABABAB;
  --cc-btn-primary-bg: var(--orange);
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-border-color: var(--orange);
  --cc-btn-primary-hover-bg: var(--orange-hover);
  --cc-btn-primary-hover-color: #ffffff;
  --cc-btn-secondary-bg: rgba(255, 255, 255, 0.08);
  --cc-btn-secondary-color: #F8F8F7;
  --cc-btn-secondary-hover-bg: rgba(255, 255, 255, 0.14);
}

#cc-main .cm,
#cc-main .pm {
  background: var(--cc-bg) !important;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

[data-theme="dark"] #cc-main .cm,
[data-theme="dark"] #cc-main .pm {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

#cc-main .cm__title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: -0.01em;
}

#cc-main .cm__btn,
#cc-main .pm__btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}


