:root{
  --bg:#0a0a08;
  --ink:#12110f;
  --muted:#777066;
  --paper:#f7f3ec;
  --paper2:#ece6da;
  --gold:#b99a62;
  --gold2:#dac79e;
  --line:rgba(18,17,15,.13);
  --white:#fffaf0;
  --shadow:0 36px 100px rgba(0,0,0,.30);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.page-progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--gold),var(--gold2));z-index:1000;box-shadow:0 0 22px rgba(185,154,98,.45)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:900;height:92px;display:flex;align-items:flex-start;justify-content:flex-end;padding:0 clamp(24px,4.4vw,68px);color:#fff;transition:background .35s ease, height .35s ease, backdrop-filter .35s ease, box-shadow .35s ease}
.site-header.scrolled{height:74px;background:rgba(9,9,8,.70);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(0,0,0,.16)}
.brand{position:absolute;left:50%;top:14px;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;margin:0;z-index:3}
.brand img{width:clamp(88px,9vw,142px);max-width:100%;height:auto;display:block;object-fit:contain;filter:none}
.site-header.scrolled .brand{top:10px}
.main-nav{margin-top:28px;margin-left:auto;position:relative;z-index:2}
.main-nav{display:flex;gap:clamp(14px,2.2vw,34px);font-size:12px;text-transform:uppercase;letter-spacing:.14em;align-items:center}
.main-nav a{opacity:.86;position:relative;padding:8px 0}.main-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);transition:.25s}.main-nav a:hover:after{width:100%}.main-nav a:hover{opacity:1}
.hero{min-height:100svh;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden;background:#090907}
.hero-bg{position:absolute;inset:0;overflow:hidden}
.hero-slide{position:absolute;inset:0;opacity:0;background-position:center;background-size:cover;background-repeat:no-repeat;filter:saturate(.94) contrast(1.04);transform:scale(1.045);transition:opacity 1.8s ease, transform 7.2s ease;will-change:opacity,transform}
.hero-slide:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.46) 47%,rgba(0,0,0,.12))}
.hero-slide.active{opacity:1;transform:scale(1.09)}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 43%,rgba(185,154,98,.16),transparent 28%),linear-gradient(0deg,rgba(10,10,8,.95),transparent 35%)}
.hero-content{position:relative;z-index:2;width:min(780px,88vw);margin-left:clamp(24px,8vw,122px);padding-top:50px}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;color:var(--gold2);font-weight:800;margin:0 0 18px}.eyebrow.dark{color:#8a724d}
h1,h2,h3{font-family:var(--serif);font-weight:400;margin:0}h1{font-size:clamp(52px,8vw,118px);line-height:.94;letter-spacing:-.055em;max-width:950px}h2{font-size:clamp(36px,5.8vw,78px);line-height:1;letter-spacing:-.045em}h3{font-size:clamp(28px,3.6vw,52px);letter-spacing:-.035em}.hero-content p:not(.eyebrow){font-size:clamp(17px,1.5vw,22px);line-height:1.7;color:rgba(255,255,255,.80);max-width:660px;margin:28px 0 0}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:12px;transition:.25s ease;border:1px solid transparent}.btn.primary{background:linear-gradient(135deg,var(--gold),#e5cf9f);color:#17130c;box-shadow:0 18px 45px rgba(185,154,98,.22)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 22px 60px rgba(185,154,98,.3)}.btn.ghost{border-color:rgba(255,255,255,.36);color:#fff;background:rgba(255,255,255,.05)}.btn.ghost:hover{border-color:var(--gold);background:rgba(185,154,98,.12)}
.scroll-cue{position:absolute;z-index:4;left:50%;bottom:26px;transform:translateX(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center}.scroll-cue span{width:10px;height:10px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg) translate(-2px,-2px);animation:bounce 1.4s infinite}@keyframes bounce{50%{transform:rotate(45deg) translate(2px,2px)}}
.quick-info{padding:clamp(70px,8vw,120px) clamp(22px,5vw,82px);background:linear-gradient(180deg,#fffaf1,var(--paper));position:relative}.quick-copy{max-width:1060px;margin:0 auto 36px;text-align:center}.quick-copy p:not(.eyebrow){font-size:18px;line-height:1.8;color:var(--muted);max-width:780px;margin:22px auto 0}.info-cards{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.info-cards article{
  text-align:center;
  padding:24px 18px 22px;
  border-radius:26px;
  background:rgba(255,255,255,.55);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}.info-cards span{display:block;color:var(--gold);font-family:var(--serif);font-size:28px;margin-bottom:16px}.info-cards strong{
  font-size:16px;
  line-height:1.28;
  min-height:42px;
  color:#464646;
  font-weight:600;
}
.info-cards p{
  font-size:14px;
  line-height:1.58;
  color:#5B5B5B;
}
.category-stack{background:#0b0b09;color:#fff}.category-section{min-height:100svh;padding:clamp(70px,8vw,122px) clamp(20px,5vw,82px);position:relative;border-top:1px solid rgba(255,255,255,.08);overflow:hidden}.category-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(185,154,98,.16),transparent 24%),linear-gradient(180deg,#10100e,#090908);opacity:.95}.category-copy{position:relative;z-index:2;max-width:980px;margin:0 auto 22px;text-align:center}.category-copy .eyebrow.dark{color:var(--gold2)}.category-copy h2{color:#fff}.category-copy p:not(.eyebrow){font-size:18px;line-height:1.75;color:rgba(255,255,255,.66);max-width:760px;margin:18px auto 0}
/* A lapozós rész v4 logikája maradt: középső nagy, szélsők kisebbek, perspektívikus elrendezés. */
.carousel-wrap{position:relative;z-index:4;max-width:1500px;margin:16px auto 0;height:clamp(510px,62vw,720px);display:flex;align-items:center;justify-content:center;perspective:1500px}.carousel-stage{position:relative;width:100%;height:100%;outline:none;touch-action:pan-y}.slide-card{position:absolute;left:50%;top:50%;width:clamp(260px,38vw,620px);height:clamp(390px,50vw,620px);border-radius:38px;overflow:hidden;transform-style:preserve-3d;transition:transform .72s cubic-bezier(.2,.8,.2,1), opacity .45s ease, filter .45s ease;box-shadow:0 32px 90px rgba(0,0,0,.44);background:none;border:0;user-select:none}.slide-card img{width:100%;height:100%;object-fit:cover;object-position:center top;background:none;display:block}.slide-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.00),rgba(0,0,0,.02) 45%,rgba(0,0,0,.78));pointer-events:none}.slide-card.center{box-shadow:0 55px 130px rgba(0,0,0,.62)}.slide-content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.32));color:#fff}.slide-content small{display:inline-block;text-transform:uppercase;letter-spacing:.17em;font-weight:800;color:var(--gold2);font-size:11px;margin-bottom:10px}.slide-content h3{font-family:var(--serif);font-size:clamp(32px,4vw,56px);line-height:.96;margin-bottom:18px}.data-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.data-cell{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);border-radius:16px;padding:10px}.data-cell span{display:block;color:rgba(255,255,255,.55);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.data-cell strong{font-size:13px;line-height:1.35;font-weight:600}.nav-btn{position:absolute;z-index:20;top:50%;transform:translateY(-50%);width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:#fff;font-size:44px;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(18px);transition:.25s}.nav-btn:hover{background:var(--gold);color:#15120d;transform:translateY(-50%) scale(1.07)}.nav-btn.prev{left:clamp(6px,3vw,42px)}.nav-btn.next{right:clamp(6px,3vw,42px)}.carousel-dots{position:relative;z-index:5;display:flex;justify-content:center;gap:8px;margin:0 auto 24px;max-width:min(920px,86vw);overflow-x:auto;padding:8px 4px;scrollbar-width:thin}.dot{width:32px;height:4px;border-radius:999px;background:rgba(255,255,255,.20);border:0;cursor:pointer;padding:0}.dot.active{background:var(--gold)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease, transform .75s ease}.reveal.in-view{opacity:1;transform:none}
@media (max-width:980px){.main-nav{display:none}.info-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header{height:80px;padding:0 18px;justify-content:center}.brand{left:50%;top:16px;transform:translateX(-50%);margin:0;padding:0}.brand img{width:106px}.site-header.scrolled .brand{top:11px}.carousel-wrap{height:650px}.slide-card{width:min(78vw,440px);height:min(96vw,560px)}.data-grid{grid-template-columns:1fr}.slide-content{padding:20px}.nav-btn{width:50px;height:50px}.nav-btn.prev{left:2px}.nav-btn.next{right:2px}}
@media (max-width:620px){h1{font-size:52px}.hero-content{margin-left:22px}.hero-actions{gap:10px}.btn{width:100%;padding:14px 18px}.quick-info,.category-section{padding-left:16px;padding-right:16px}.info-cards{grid-template-columns:1fr}.carousel-wrap{height:590px;margin-top:4px}.slide-card{width:78vw;height:500px;border-radius:28px}.slide-content h3{font-size:32px}.data-cell{padding:8px;border-radius:13px}.data-cell strong{font-size:12px}.dot{width:22px}.category-copy p:not(.eyebrow){font-size:16px}.quick-copy p:not(.eyebrow){font-size:16px}}

.slide-card.center{cursor:zoom-in}
.slide-card:not(.center){cursor:pointer}
.image-modal{position:fixed;inset:0;background:rgba(6,6,6,.88);backdrop-filter:blur(16px);z-index:1200;display:grid;place-items:center;padding:22px}
.image-modal[hidden]{display:none}
.modal-dialog{position:relative;max-width:min(1600px,96vw);max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:12px}
.modal-image{max-width:96vw;max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:20px;box-shadow:0 30px 90px rgba(0,0,0,.55);background:#111}
.modal-caption{color:#f2ecde;font-size:14px;letter-spacing:.05em;text-transform:uppercase;opacity:.86}
.modal-close{position:fixed;top:18px;right:18px;width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;font-size:36px;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(12px)}
.modal-close:hover{background:rgba(185,154,98,.26);border-color:rgba(185,154,98,.4)}
@media (max-width:680px){.modal-image{max-height:76vh}.modal-caption{font-size:12px}}

/* V6.6: elfogadott új hero + középre rendezett tájékoztató ikonokkal */
.hero-note{
  font-family:var(--serif);
  color:rgba(255,250,240,.92)!important;
  font-size:clamp(18px,1.8vw,26px)!important;
  line-height:1.45!important;
  margin-top:18px!important;
}
.info-cards{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.info-cards article{
  text-align:center;
  padding:24px 18px 22px;
  border-radius:26px;
  background:rgba(255,255,255,.55);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.info-cards article:hover{
  transform:translateY(-3px);
  border-color:rgba(120,120,120,.22);
  box-shadow:0 18px 50px rgba(60,60,60,.08);
}
.info-icon{
  width:74px;
  height:74px;
  margin:0 auto 16px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:none;
  background:transparent;
  box-shadow:none;
}
.info-cards strong{
  font-size:16px;
  line-height:1.28;
  min-height:42px;
  color:#464646;
  font-weight:600;
}

.info-cards p{
  font-size:14px;
  line-height:1.58;
  color:#5B5B5B;
}

@media (max-width:980px){
  .info-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  .info-cards{grid-template-columns:1fr}
  .info-icon{
  width:74px;
  height:74px;
  margin:0 auto 16px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:none;
  background:transparent;
  box-shadow:none;
}
  .info-icon svg{width:38px;height:38px}
}

/* V6.8: finomított, referenciára emlékeztető ikonok */
.info-icon img{width:72px;height:72px;display:block;object-fit:contain;opacity:.98} 
@media (max-width:620px){.info-icon img{width:40px;height:40px}}


/* V6.9: felhasználó által jóváhagyott ikonirány a feltöltött ikonokkal */
.info-icon{
  width:110px;
  height:110px;
  margin:0 auto 14px;
  border-radius:0;
  display:grid;
  place-items:center;
  background:transparent;
  box-shadow:none;
}
.info-icon img{
  width:100px;
  height:100px;
  display:block;
  object-fit:contain;
  opacity:1;
}
.info-cards article{
  background:rgba(255,255,255,.62);
}
@media (max-width:620px){
  .info-icon{width:84px;height:84px}
  .info-icon img{width:76px;height:76px}
}


/* V6.13: felső sötét átmenet + görgetéskor kisebb, fejlécbe illeszkedő logó */
.hero::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:260px;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.82) 0%,
    rgba(0,0,0,.58) 34%,
    rgba(0,0,0,.24) 68%,
    rgba(0,0,0,0) 100%
  );
}
.site-header .brand,
.site-header .brand img{
  transition:top .78s cubic-bezier(.22,1,.36,1), width .78s cubic-bezier(.22,1,.36,1), transform .78s cubic-bezier(.22,1,.36,1), opacity .78s cubic-bezier(.22,1,.36,1);
}
.site-header:not(.scrolled) .brand{
  top:18px;
}
.site-header:not(.scrolled) .brand img{
  width:clamp(82px,8.2vw,128px);
}
.site-header.scrolled .brand{
  top:7px;
}
.site-header.scrolled .brand img{
  width:clamp(64px,5.6vw,88px);
}
.site-header.scrolled{
  overflow:hidden;
}
.site-header.scrolled .main-nav{
  margin-top:27px;
}
@media (max-width:980px){
  .hero::before{height:220px}
  .site-header:not(.scrolled) .brand{top:18px}
  .site-header:not(.scrolled) .brand img{width:100px}
  .site-header.scrolled .brand{top:8px}
  .site-header.scrolled .brand img{width:76px}
}
@media (max-width:620px){
  .hero::before{height:190px}
  .site-header:not(.scrolled) .brand img{width:92px}
  .site-header.scrolled .brand img{width:70px}
}


/* V6.19: több menüpont miatt kompaktabb fejléc-navigáció */
.main-nav{gap:clamp(12px,1.45vw,26px)}
.main-nav a{font-size:clamp(11px,.82vw,13px);white-space:nowrap}


/* V6.20: logó 3 cm-rel balra + fejlettebb nagyított kép nézet */
@media (min-width:981px){
  .brand{left:calc(50% - 3cm)}
}

.image-modal{padding:18px;grid-template-rows:1fr;background:rgba(6,6,6,.91)}
.modal-dialog{width:min(1640px,96vw);height:min(900px,92vh);max-width:96vw;max-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;position:relative}
.modal-viewport{width:100%;max-width:96vw;max-height:78vh;overflow:auto;border-radius:20px;background:#111;box-shadow:0 30px 90px rgba(0,0,0,.55);overscroll-behavior:contain;scrollbar-color:rgba(185,154,98,.65) rgba(255,255,255,.08);scrollbar-width:thin}
.modal-image{max-width:96vw;max-height:78vh;width:auto;height:auto;object-fit:contain;border-radius:20px;box-shadow:none;background:#111;margin:0 auto;display:block;transition:width .22s ease, opacity .2s ease;cursor:zoom-in}
.modal-image.is-zoomed{cursor:zoom-out;max-height:none;border-radius:12px}
.modal-caption{min-height:18px;text-align:center;max-width:86vw}
.modal-toolbar{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px;backdrop-filter:blur(16px);box-shadow:0 18px 55px rgba(0,0,0,.28)}
.modal-toolbar button{min-width:46px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0 14px}
.modal-toolbar button:hover{background:rgba(185,154,98,.28);border-color:rgba(185,154,98,.48)}
.modal-zoom-reset{font-size:13px!important;letter-spacing:.06em;min-width:76px!important}
.modal-help{font-size:12px;color:rgba(255,255,255,.62);letter-spacing:.04em;text-align:center;line-height:1.4}
.modal-nav{position:fixed;top:50%;transform:translateY(-50%);z-index:1202;width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.09);color:#fff;font-size:48px;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(16px);transition:background .2s ease, transform .2s ease, color .2s ease}
.modal-nav:hover{background:var(--gold);color:#15120d;transform:translateY(-50%) scale(1.06)}
.modal-prev{left:18px}.modal-next{right:18px}
.modal-close{z-index:1203}
@media (max-width:980px){
  .modal-dialog{height:min(820px,91vh)}
  .modal-viewport{max-height:74vh}
  .modal-image{max-height:74vh}
  .modal-nav{width:48px;height:48px;font-size:40px;top:auto;bottom:88px;transform:none}
  .modal-nav:hover{transform:scale(1.04)}
  .modal-prev{left:18px}.modal-next{right:18px}
  .modal-help{display:none}
}
@media (max-width:620px){
  .modal-toolbar{padding:6px;gap:6px}.modal-toolbar button{height:38px;min-width:42px}.modal-zoom-reset{min-width:70px!important}
}


/* V6.21: logó további balra igazítása */
.site-header .brand{
  transform:translateX(calc(-50% - 5cm)) !important;
}
@media (max-width:980px){
  .site-header .brand{
    transform:translateX(calc(-50% - 2.2cm)) !important;
  }
}
@media (max-width:620px){
  .site-header .brand{
    transform:translateX(calc(-50% - 1.2cm)) !important;
  }
}
.modal-image{
  cursor:zoom-in;
}
.modal-image.zoomed{
  cursor:zoom-out;
}


/* V6.22: fejléc logó végig a kisebb, görgetés utáni méretben */
.site-header:not(.scrolled) .brand img,
.site-header.scrolled .brand img{
  width:clamp(64px,5.6vw,88px) !important;
}

/* V6.22: hero fő üzenet melletti elegáns logó */
.hero-content{
  width:min(1120px,88vw);
}
.hero-title-lockup{
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(118px,10vw,172px);
  align-items:center;
  gap:clamp(30px,5.5vw,92px);
  max-width:1120px;
}
.hero-title-lockup h1{
  max-width:860px;
}
.hero-inline-logo{
  width:130%;
  max-width:none;
  height:auto;
  object-fit:contain;
  opacity:1;
  filter:brightness(0) invert(1) drop-shadow(0 20px 45px rgba(0,0,0,.42));
  justify-self:center;
  align-self:center;
  pointer-events:none;
}
@media (max-width:980px){
  .site-header:not(.scrolled) .brand img,
  .site-header.scrolled .brand img{
    width:76px !important;
  }
  .hero-content{
    width:min(780px,88vw);
  }
  .hero-title-lockup{
    display:block;
  }
  .hero-inline-logo{
  width:130%;
  max-width:none;
  height:auto;
  object-fit:contain;
  opacity:1;
  filter:brightness(0) invert(1) drop-shadow(0 20px 45px rgba(0,0,0,.42));
  justify-self:center;
  align-self:center;
  pointer-events:none;
}
}
@media (max-width:620px){
  .site-header:not(.scrolled) .brand img,
  .site-header.scrolled .brand img{
    width:70px !important;
  }
}


/* V6.24: központi lábléc és jogi oldalak */
.site-footer{
  position:relative;
  z-index:3;
  background:linear-gradient(180deg,#11110f 0%,#080807 100%);
  color:rgba(255,255,255,.82);
  padding:clamp(54px,7vw,88px) clamp(22px,5vw,74px) 28px;
}
.footer-inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.35fr .9fr 1.05fr 1fr;
  gap:clamp(28px,4vw,62px);
  align-items:start;
}
.footer-brand img{
  width:clamp(116px,12vw,178px);
  height:auto;
  display:block;
  margin-bottom:22px;
  filter:drop-shadow(0 18px 44px rgba(0,0,0,.35));
}
.footer-brand p,
.footer-col p{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.70);
}
.footer-b2b{
  color:rgba(255,255,255,.88)!important;
  border-left:1px solid rgba(207,178,123,.55);
  padding-left:16px;
}
.footer-col h2{
  margin:0 0 16px;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d7bd84;
  font-weight:600;
}
.footer-col a{
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.20);
  transition:border-color .22s ease, color .22s ease;
}
.footer-col a:hover{
  color:#e5c985;
  border-color:rgba(229,201,133,.85);
}
.footer-col nav{
  display:grid;
  gap:10px;
}
.footer-phone span,
.footer-small{
  color:rgba(255,255,255,.55)!important;
  font-size:12px!important;
}
.footer-bottom{
  width:min(1180px,100%);
  margin:48px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  gap:18px;
  font-size:12px;
  line-height:1.5;
  color:rgba(255,255,255,.48);
}

.legal-page{
  background:#f6f2ea;
  color:#25231f;
}
.legal-page .site-header{
  background:rgba(9,9,8,.84);
  backdrop-filter:blur(18px);
  box-shadow:0 12px 40px rgba(0,0,0,.16);
}
.legal-main{
  width:min(980px,88vw);
  margin:0 auto;
  padding:140px 0 80px;
}
.legal-hero{
  margin-bottom:42px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(60,45,25,.16);
}
.legal-hero .eyebrow{
  color:#7a6239;
  text-shadow:none;
}
.legal-hero h1{
  margin:8px 0 14px;
  font-size:clamp(34px,5vw,64px);
  line-height:.98;
  letter-spacing:-.05em;
  color:#161510;
}
.legal-hero p{
  max-width:760px;
  color:#5c574d;
  line-height:1.7;
}
.legal-content{
  display:grid;
  gap:28px;
}
.legal-section{
  padding:28px;
  border-radius:28px;
  background:rgba(255,255,255,.64);
  box-shadow:0 20px 70px rgba(60,44,20,.08);
  border:1px solid rgba(80,60,30,.09);
}
.legal-section h2{
  margin:0 0 14px;
  font-size:22px;
  letter-spacing:-.02em;
}
.legal-section h3{
  margin:20px 0 10px;
  font-size:17px;
}
.legal-section p,
.legal-section li{
  color:#49443b;
  line-height:1.72;
  font-size:15px;
}
.legal-section ul{
  margin:10px 0 0 20px;
  padding:0;
}
.legal-section a{
  color:#5d4721;
  text-decoration:none;
  border-bottom:1px solid rgba(93,71,33,.28);
}
.legal-table{
  display:grid;
  gap:10px;
}
.legal-row{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:18px;
  padding:12px 0;
  border-bottom:1px solid rgba(80,60,30,.10);
}
.legal-row strong{
  color:#1d1b17;
}
.legal-note{
  padding:18px 20px;
  border-radius:20px;
  background:#f2eadb;
  color:#433b2f;
}

@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr 1fr;
  }
  .footer-bottom{
    flex-direction:column;
  }
  .legal-row{
    grid-template-columns:1fr;
    gap:4px;
  }
}
@media (max-width:640px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .site-footer{
    padding-inline:22px;
  }
  .legal-main{
    padding-top:118px;
    width:min(92vw,980px);
  }
  .legal-section{
    padding:22px;
    border-radius:22px;
  }
}


/* V6.27: többnyelvű nyelvválasztó a felső menü bal oldalán */
.language-switcher{
  margin-top:28px;
  margin-right:clamp(14px,2.1vw,28px);
  display:flex;
  align-items:center;
  gap:6px;
  position:relative;
  z-index:2;
  font-size:12px;
  font-weight:800;
  letter-spacing:.10em;
  color:rgba(255,255,255,.72);
  white-space:nowrap;
}
.language-switcher a{
  padding:8px 5px;
  color:rgba(255,255,255,.72);
  text-decoration:none;
  border-bottom:1px solid transparent;
}
.language-switcher a:not(:last-child)::after{
  content:"|";
  margin-left:10px;
  color:rgba(255,255,255,.30);
}
.language-switcher a.active,
.language-switcher a:hover{
  color:#fff;
  border-bottom-color:var(--gold);
}
@media (max-width:980px){
  .language-switcher{
    position:absolute;
    left:18px;
    top:22px;
    margin:0;
    font-size:11px;
    gap:3px;
  }
  .language-switcher a:not(:last-child)::after{margin-left:7px}
}
@media (max-width:620px){
  .language-switcher{
    max-width:calc(100vw - 132px);
    overflow-x:auto;
    scrollbar-width:none;
  }
}


/* V6.30: SEO-kategóriaoldalak, változatlan prémium lapozós irány megtartásával */
.category-title-link{
  color:inherit;
  text-decoration:none;
  display:inline-block;
  position:relative;
}
.category-title-link::after{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  bottom:-8px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:.45;
  transform:scaleX(.55);
  transition:opacity .24s ease, transform .24s ease;
}
.category-title-link:hover::after{
  opacity:1;
  transform:scaleX(1);
}
.category-landing{
  min-height:62svh;
  position:relative;
  display:flex;
  align-items:flex-end;
  color:#fff;
  padding:150px clamp(22px,5vw,82px) 70px;
  overflow:hidden;
  background:#090907;
}
.category-landing::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.48) 52%,rgba(0,0,0,.16)),
    radial-gradient(circle at 78% 26%,rgba(185,154,98,.22),transparent 28%),
    url('../../kepek/honlap-kepek/hero-1.jpg');
  background-size:cover;
  background-position:center;
  transform:scale(1.03);
  filter:saturate(.92) contrast(1.04);
}
.category-landing::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#0b0b09 0%,rgba(11,11,9,.42) 28%,rgba(11,11,9,0) 66%);
}
.category-landing-inner{
  position:relative;
  z-index:2;
  width:min(1100px,92vw);
  margin:0 auto;
}
.category-landing h1{
  max-width:940px;
}
.category-landing p:not(.eyebrow){
  max-width:780px;
  color:rgba(255,255,255,.80);
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.7;
  margin:24px 0 0;
}
.category-seo-content{
  background:linear-gradient(180deg,var(--paper),#fffaf1);
  color:var(--ink);
  padding:clamp(58px,7vw,94px) clamp(22px,5vw,82px);
}
.category-seo-inner{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  gap:28px;
}
.category-seo-content h2{
  font-size:clamp(34px,4.8vw,62px);
}
.category-seo-content p{
  color:var(--muted);
  line-height:1.78;
  font-size:17px;
  max-width:840px;
}
.seo-product-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:4px;
}
.seo-product-item{
  border:1px solid var(--line);
  background:rgba(255,255,255,.55);
  border-radius:22px;
  padding:18px 18px 16px;
  box-shadow:0 12px 40px rgba(60,44,20,.06);
}
.seo-product-item h3{
  font-family:var(--sans);
  font-size:17px;
  font-weight:700;
  letter-spacing:0;
  margin:0 0 10px;
}
.seo-product-item dl{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:6px 12px;
  margin:0;
  font-size:14px;
  line-height:1.48;
  color:#5d584f;
}
.seo-product-item dt{
  color:#8a724d;
  font-weight:700;
}
.seo-product-item dd{
  margin:0;
}
.seo-noscript{
  display:block;
  background:#fffaf1;
  color:#1e1b16;
  padding:30px;
}
@media (max-width:760px){
  .seo-product-list{
    grid-template-columns:1fr;
  }
  .seo-product-item dl{
    grid-template-columns:1fr;
  }
  .category-landing{
    min-height:58svh;
    padding-top:128px;
  }
}
