/* ============================================================
   landing.css – Karczagi General főoldal (landing page)
   ============================================================ */

/* ---------- Shared helpers ---------- */
.lp-kicker {
  display: inline-block;
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: .55rem;
  background: linear-gradient(90deg, #e6c877, #b58848);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}
.lp-section-head h2 {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 600;
  margin: .25rem 0 .75rem;
  color: var(--text);
}
.lp-section-head p {
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.65;
  margin: 0;
}
.lp-section-head--left { text-align: left; margin: 0 0 2rem; }

/* ---------- Buttons ---------- */
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .75rem 1.6rem;
  border-radius: 8px;
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: .95rem;
  letter-spacing: .04em;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform .15s, box-shadow .15s, opacity .15s;
  white-space: nowrap;
}
.lp-btn--primary {
  background: linear-gradient(135deg, #e6c877 0%, #c8a44d 52%, #b58848 100%);
  color: #241a06;
  box-shadow: 0 4px 16px rgba(200,164,77,.25), inset 0 1px 0 rgba(255,255,255,.35);
}
.lp-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(200,164,77,.42), inset 0 1px 0 rgba(255,255,255,.35); }
.lp-btn--ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}
.lp-btn--ghost:hover { border-color: var(--gold, #c8a44d); color: var(--gold, #c8a44d); }
.lp-btn--call {
  background: rgba(255,255,255,.08);
  color: var(--text);
  border: 1.5px solid var(--border);
}
.lp-btn--call:hover { background: rgba(255,255,255,.14); }
.lp-btn--lg { padding: .95rem 2.2rem; font-size: 1.05rem; }

/* Shine animáció */
.lp-btn--shine { position: relative; overflow: hidden; }
.lp-btn--shine::after {
  content: '';
  position: absolute;
  top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-15deg);
  animation: btn-shine 3s ease-in-out infinite;
}
@keyframes btn-shine {
  0%   { left: -75%; }
  40%, 100% { left: 130%; }
}

/* ---------- Pulsing dot ---------- */
.lp-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-right: .4rem;
}
.lp-dot--green {
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74,222,128,.6);
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0%   { box-shadow: 0 0 0 0 rgba(74,222,128,.6); }
  70%  { box-shadow: 0 0 0 7px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}

/* ============================================================
   HERO
   ============================================================ */
.lp-hero {
  position: relative;
  display: block;
  overflow: visible;
  padding: 4.5rem 0 4rem;
}

/* ── Fix, prémium ambient háttér (görgetéskor a helyén marad) ── */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(62% 48% at 84% 5%, rgba(200,164,77,.12), transparent 56%),
    radial-gradient(50% 42% at 5% 96%, rgba(167,172,180,.07), transparent 55%),
    radial-gradient(130% 95% at 50% 32%, rgba(24,28,34,.55), transparent 72%),
    linear-gradient(180deg, #0b0b0d 0%, #0a0a0c 55%, #050506 100%);
}
/* finom szemcse-textúra a mélységért */
.page-bg__grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.lp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(9,12,17,.7) 0%,
    rgba(9,12,17,.34) 52%,
    rgba(9,12,17,0) 100%
  );
  z-index: 1;
}

.lp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  width: 100%;
}
.lp-hero__content { max-width: 620px; }

/* ── Prémium hero-vizuál: alapító portré arany gyűrűben + lebegő trust-chipek ── */
.lp-hero__visual {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 1;
}
.lp-hero__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 7px;                          /* az arany gyűrű vastagsága */
  background: linear-gradient(145deg, #f6df97 0%, #c8a44d 42%, #8a6526 74%, #dcbb66 100%);
  box-shadow:
    0 0 0 1px rgba(0,0,0,.45),
    0 0 70px rgba(200,164,77,.22),
    0 34px 70px rgba(0,0,0,.55);
}
.lp-hero__photo::before {                /* meleg arany derengés a portré mögött */
  content: "";
  position: absolute;
  inset: -14%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 46%, rgba(200,164,77,.28), rgba(200,164,77,.05) 52%, transparent 70%);
  filter: blur(14px);
}
.lp-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1.02);                /* a kör-tartalom hézag nélkül kitölti a gyűrűt */
}
.lp-hero__fchip {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .62rem 1rem;
  border-radius: 14px;
  background: rgba(18,22,30,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(200,164,77,.38);
  box-shadow: 0 14px 34px rgba(0,0,0,.5);
  font-family: "Inter", sans-serif;
  font-size: .84rem;
  font-weight: 600;
  color: #eef0f2;
  white-space: nowrap;
}
.lp-hero__fchip svg { color: #e6c877; flex: 0 0 auto; }
.lp-hero__fchip--top { top: 4%; left: -7%; }

/* Lebegő valódi-munka fotó kártya (a portré bal-alsó sarkán) */
.lp-hero__workcard {
  position: absolute;
  z-index: 4;
  bottom: 3%;
  left: -11%;
  width: 46%;
  aspect-ratio: 4 / 3;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #f6df97, #c8a44d 55%, #8a6526);
  padding: 2px;                          /* vékony arany keret */
  box-shadow: 0 20px 44px rgba(0,0,0,.6), 0 0 26px rgba(200,164,77,.18);
}
.lp-hero__workcard img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.lp-hero__workcard figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  gap: .38rem;
  padding: .8rem .7rem .5rem;
  font-family: "Inter", sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.82) 10%, rgba(0,0,0,.35) 60%, transparent);
}
.lp-hero__workcard figcaption svg { color: #e6c877; flex: 0 0 auto; }

/* ── Prémium szolgáltatás-szalag ── */
.lp-hero__tagstrip {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem .6rem;
  margin-top: clamp(2rem, 4vw, 3.2rem);
  padding-top: clamp(1.4rem, 3vw, 2rem);
  border-top: 1px solid rgba(200,164,77,.16);
}
.lp-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .46rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(200,164,77,.28);
  background: rgba(200,164,77,.055);
  color: #cfd2d6;
  font-size: .82rem;
  letter-spacing: .015em;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.lp-hero__tag::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #e6c877;
  box-shadow: 0 0 8px rgba(230,200,119,.6);
}
.lp-hero__tag:hover {
  border-color: rgba(230,200,119,.6);
  background: rgba(200,164,77,.12);
  color: #fff;
  transform: translateY(-1px);
}

/* 3D szolgáltatás-csempe-oszlop az avatár MÖGÉ tolva (a szakember eltakarja a bal
   szélüket, a felirat jobbra kilóg és olvasható). Élethű mélység + erős perspektíva. */
/* Prémium 3D arany-keretes badge-oszlop az avatár jobb oldalán (referencia stílus) */
.lp-hero__tiles {
  position: absolute;
  z-index: 3;                      /* a portré-fotó ELÉ – arany fül-overlay a jobb szélén */
  top: 49%;
  right: 6.5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;           /* jobbra igazítva – az ív a badge VÉGÉN (jobb szél) rajzolódik ki */
  gap: .55rem;
  perspective: 1400px;
  perspective-origin: 100% 50%;
  pointer-events: auto;            /* a spot pointer-events:none-ját felülírjuk, hogy a hover működjön */
}
/* Külső elem = arany bevel-keret */
.lp-hero__tile {
  border-radius: 16px;
  padding: 2.5px;                       /* keret vastagsága */
  background: linear-gradient(135deg, #f4dd94 0%, #c8a44d 38%, #8a6526 72%, #d8b562 100%);
  box-shadow:
    0 0 22px rgba(200,164,77,.35),       /* arany glow */
    0 18px 34px rgba(0,0,0,.6);          /* mély árnyék */
  transform: translateX(var(--tx,0px)) rotateY(-13deg);
  transform-origin: right center;
  transition: transform .3s var(--ease), box-shadow .3s ease, filter .3s ease;
  cursor: pointer;
}
/* Egér-effekt: a badge kiegyenesedik és előrejön a néző felé, erős arany fény */
.lp-hero__tile:hover {
  transform: translateX(var(--tx,0px)) rotateY(0deg) translateZ(30px) scale(1.06);
  box-shadow:
    0 0 40px rgba(200,164,77,.65),
    0 26px 48px rgba(0,0,0,.65);
  filter: brightness(1.08);
  z-index: 4;
}
/* Belső = sötét karbon felület */
.lp-hero__tile__in {
  position: relative;
  overflow: hidden;                     /* a fény-átsuhanáshoz */
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .46rem .95rem .46rem .65rem;
  border-radius: 12px;
  white-space: nowrap;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.022) 0 2px, transparent 2px 5px),
    linear-gradient(150deg, #23262c 0%, #14161a 55%, #0c0d10 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,236,180,.18),   /* felső arany fény-csík */
    inset 0 -14px 26px rgba(0,0,0,.55),     /* belső mélység */
    inset 0 0 0 1px rgba(0,0,0,.5);
}
/* Fény-átsuhanás (shine sweep) hoverre */
.lp-hero__tile__in::after {
  content: "";
  position: absolute;
  top: 0; left: -60%;
  width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,240,200,.28), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}
.lp-hero__tile:hover .lp-hero__tile__in::after {
  animation: lpTileShine .7s ease;
}
@keyframes lpTileShine {
  from { left: -60%; }
  to   { left: 130%; }
}
.lp-hero__tile__ic {
  flex: 0 0 auto;
  width: 33px; height: 33px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #e2be5e;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.6)) drop-shadow(0 0 6px rgba(200,164,77,.35));
  transition: transform .3s var(--ease), color .3s ease, filter .3s ease;
}
/* Az ikon megnő + felfénylik hoverre */
.lp-hero__tile:hover .lp-hero__tile__ic {
  transform: scale(1.15);
  color: #f6d989;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.6)) drop-shadow(0 0 12px rgba(230,200,119,.7));
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero__tile:hover .lp-hero__tile__in::after { animation: none; }
}
.lp-hero__tile__t {
  font-family: "Cinzel","Inter",sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  /* ezüst emboss felirat */
  color: #cfd0d2;
  text-shadow: 0 1px 0 rgba(0,0,0,.7), 0 -1px 0 rgba(255,255,255,.12);
}

.lp-hero__badge {
  display: inline-flex;
  align-items: center;
  background: rgba(74,222,128,.1);
  border: 1px solid rgba(74,222,128,.25);
  color: #86efac;
  padding: .4rem 1rem;
  border-radius: 100px;
  font-size: .8rem;
  margin-bottom: 1.4rem;
  letter-spacing: .02em;
}

.lp-hero__h1 {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: clamp(1.85rem, 4.1vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin: 0 0 1.1rem;
  color: var(--text);
}
.lp-hero__h1--gold {
  background: linear-gradient(180deg, #e6c877 0%, #c8a44d 55%, #b58848 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Csillagos bizalmi sor */
.lp-hero__rating {
  display: flex;
  flex-direction: row;         /* Google-jelvény ÉS social egy sorban */
  align-items: center;
  flex-wrap: wrap;
  gap: .55rem .9rem;
  margin: 0 0 1rem;
}
.lp-hero__stars { color: #e6c877; letter-spacing: 2px; font-size: 1.05rem; }
.lp-hero__rating-sub { font-size: .86rem; color: var(--muted); }

/* Google értékelés-jelvény (kattintható, a Google-profilra visz) */
.lp-grev {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .42rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  text-decoration: none;
  color: var(--text);
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.lp-grev:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(200,164,77,.5);
  transform: translateY(-1px);
}
.lp-grev__g { display: inline-flex; background: #fff; border-radius: 50%; padding: 3px; line-height: 0; }
.lp-grev__stars { color: #e6c877; letter-spacing: 1px; font-size: .95rem; }
.lp-grev__txt { font-size: .86rem; }
.lp-grev__txt b { color: #cfd6dd; font-weight: 700; }
.lp-grev__arrow { color: var(--muted); font-size: .8rem; }

/* Prémium social-sor a hero-ban */
.lp-hero__social {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 0;               /* egy sorban a Google-jelvénnyel */
}
.lp-hero__social-label {
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--muted);
  margin-right: .2rem;
}
.lp-soc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--text);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(4px);
  transition: transform .18s var(--ease, ease), background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.lp-soc:hover {
  transform: translateY(-2px);
  color: #fff;
}
/* Márka-színes hover-glow csatornánként */
.lp-soc--fb:hover { background: #1877f2; border-color: #1877f2; box-shadow: 0 8px 22px rgba(24,119,242,.4); }
/* Az Instagram márkajele színátmenetes – ugyanazt a „kitöltött hover" mintát
   követi, mint a többi, csak tömör szín helyett a saját gradiensével. */
.lp-soc--ig:hover { background: linear-gradient(45deg,#f09433 0%,#dc2743 45%,#bc1888 100%); border-color: #dc2743; box-shadow: 0 8px 22px rgba(220,39,67,.4); }
.lp-soc--tt:hover { background: #111; border-color: #25f4ee; box-shadow: 0 8px 22px rgba(37,244,238,.35), inset 0 0 0 1px rgba(254,44,85,.6); }
.lp-soc--yt:hover { background: #ff0000; border-color: #ff0000; box-shadow: 0 8px 22px rgba(255,0,0,.4); }

.lp-hero__lead {
  font-size: clamp(.97rem, 2vw, 1.12rem);
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 1.6rem;
  max-width: 560px;
}

.lp-hero__pills {
  list-style: none;
  padding: 0; margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem .9rem;
}
.lp-hero__pills li {
  display: flex;
  align-items: center;
  gap: .35rem;
  font-size: .88rem;
  color: var(--muted);
}
.lp-hero__pills li svg { color: var(--gold, #c8a44d); flex-shrink: 0; }

.lp-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 1.4rem;
}

.lp-hero__micro {
  font-size: .8rem;
  color: rgba(234,240,246,.6);
}

/* Stats oldalsáv */
.lp-hero__stats {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.8rem 1.6rem;
  backdrop-filter: blur(8px);
  min-width: 160px;
}

.lp-stat__num {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold, #c8a44d);
  line-height: 1;
}
.lp-stat__num span { font-size: 1.1rem; opacity: .8; }
.lp-stat__lbl {
  font-size: .78rem;
  color: var(--muted);
  margin-top: .2rem;
}

/* Hero jobb oszlop: reflektoros maszkot + lebegő chipek */
.lp-hero__spot {
  position: absolute;
  z-index: 2500;                               /* mindenek fölött – a topbarra is ráérhet (kattintás átmegy) */
  top: -26px;                                  /* a sisak a menüszöveg ALÁ ér (y≈88), de még a topbaron van */
  bottom: auto;
  right: max(0.5%, calc(50% - 636px));
  width: 700px;
  max-width: 54vw;
  pointer-events: none;
  perspective: 1100px;                         /* a 3D csempékhez térhatás */
}
.lp-hero__figure {
  position: relative;
  z-index: 2;
  margin: 0;
  line-height: 0;
}
.lp-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 40px rgba(0,0,0,.55));
}

/* Valódi portré-fotó a hero-ban: a négyzetes fotó szélét elmossuk, hogy
   beleolvadjon a sötét háttérbe (mint egy kivágott alak), + meleg derengés. */
.lp-hero__figure--photo {
  width: 82%;
  max-width: 520px;
  margin-left: auto;                 /* jobbra igazítva a spot-on belül */
}
.lp-hero__figure--photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -8%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(200,164,77,.22), rgba(200,164,77,.05) 48%, transparent 66%);
  filter: blur(10px);
}
.lp-hero__figure--photo img {
  /* A fotó már kör alakúra vágott (fekete sarkokkal); a kör szélét lágyan
     elmossuk, hogy a fekete sarkok eltűnjenek és a kör beleolvadjon a háttérbe. */
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 46.5%, rgba(0,0,0,.5) 48.5%, transparent 50.5%);
          mask-image: radial-gradient(circle at 50% 50%, #000 46.5%, rgba(0,0,0,.5) 48.5%, transparent 50.5%);
  filter: drop-shadow(0 26px 42px rgba(0,0,0,.55));
}
.lp-hero__chip {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: .55rem .85rem;
  border-radius: 14px;
  background: rgba(20,26,33,.74);
  border: 1px solid rgba(200,164,77,.3);
  backdrop-filter: blur(9px);
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.lp-hero__chip b {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1.15rem;
  color: #e6c877;
  line-height: 1;
}
.lp-hero__chip span { font-size: .66rem; color: var(--muted); }
.lp-hero__chip--a { top: 21%; left: 2%;   animation-delay: 0s; }
.lp-hero__chip--b { top: 29%; right: 2%;  animation-delay: .6s; }
.lp-hero__chip--c { top: 42%; left: 12%;  animation-delay: 1.1s; }
@keyframes kg-hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* ============================================================
   SZOLGÁLTATÁSOK
   ============================================================ */
.lp-services {
  position: relative;
  padding: 5rem 0;
  background: radial-gradient(80% 60% at 100% 0%, rgba(200,164,77,.06), transparent 55%);
}

/* A "SZOLGÁLTATÁSOK / Amit vállalunk" fejléc balra, az avatár lába mellé, feljebb (desktop) */
@media (min-width: 861px) {
  .lp-services { padding-top: 3.5rem; }
  .lp-services .lp-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
  }
  .lp-services .lp-svc-grid { margin-top: 1rem; }
}

/* Szolgáltatás-bevezető: középre zárt, prémium pipás chip-sor */
.lp-svc-intro {
  list-style: none;
  margin: 1.5rem auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem .6rem;
  max-width: 640px;
}
.lp-svc-intro li {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: .4rem .95rem .4rem 2.15rem;
  border-radius: 999px;
  border: 1px solid rgba(200,164,77,.24);
  background: rgba(200,164,77,.055);
  color: var(--text);
  font-size: .86rem;
  line-height: 1.2;
  white-space: nowrap;
}
.lp-svc-intro li::before {
  content: "";
  position: absolute;
  left: .55rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%230b0f14' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 13px no-repeat,
    linear-gradient(135deg, #e6c877, #c8a44d);
}

.lp-svc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  max-width: 940px;
  margin: 0 auto 2.6rem;
}

.lp-svc-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 1.7rem 1.55rem;
  backdrop-filter: blur(6px);
  text-decoration: none;
  color: var(--text);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
/* felső arany hairline, hoverre felizzik */
.lp-svc-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,164,77,.65), transparent);
  opacity: .3;
  transition: opacity .22s ease;
}
.lp-svc-card:hover {
  border-color: rgba(200,164,77,.5);
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0,0,0,.42), 0 0 0 1px rgba(200,164,77,.14);
}
.lp-svc-card:hover::before { opacity: 1; }
.lp-svc-card--plain { cursor: default; }
.lp-svc-card--plain:hover { transform: none; box-shadow: none; }
.lp-svc-card--plain:hover::before { opacity: .3; }

.lp-svc-card__icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(200,164,77,.24), rgba(200,164,77,.07));
  border: 1px solid rgba(200,164,77,.28);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6c877;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: box-shadow .22s ease;
  flex-shrink: 0;
}

.lp-svc-card:hover .lp-svc-card__icon {
  box-shadow: 0 0 22px rgba(200,164,77,.30), inset 0 1px 0 rgba(255,255,255,.09);
}
.lp-svc-card__body strong {
  display: block;
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1.12rem;
  letter-spacing: .3px;
  margin-bottom: .4rem;
}
.lp-svc-card__body p {
  font-size: .88rem;
  color: var(--muted);
  margin: 0 0 .75rem;
  line-height: 1.55;
}
.lp-svc-card__body ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.lp-svc-card__body ul li {
  font-size: .82rem;
  color: var(--muted);
  padding-left: 1rem;
  position: relative;
}
.lp-svc-card__body ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold, #c8a44d);
  font-size: .75rem;
}

.lp-svc-card__arrow {
  margin-top: auto;
  font-size: .85rem;
  color: var(--gold, #c8a44d);
  font-weight: 500;
}
.lp-svc-card__arrow--muted { color: var(--muted); }

.lp-services__cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   IRÁNYÁRAK
   ============================================================ */
.lp-prices {
  padding: 5rem 0;
}

.lp-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
}

.lp-price-card {
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 1.6rem;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.lp-price-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200,164,77,.4);
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
}
.lp-price-card--cta {
  background: linear-gradient(135deg, rgba(200,164,77,.14), rgba(200,164,77,.09));
  border-color: rgba(200,164,77,.32);
  display: flex;
  flex-direction: column;
  gap: .9rem;
}

.lp-price-card__head {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .8rem;
}
.lp-price-card__icon { font-size: 1.4rem; }
.lp-price-card h3 {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1rem;
  margin: 0;
}

.lp-price-card__price {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1.35rem;
  color: var(--gold, #c8a44d);
  margin-bottom: .7rem;
}

.lp-price-card p {
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 .7rem;
}
.lp-price-card__sub {
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.55;
}
.lp-price-card ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.lp-price-card ul li {
  font-size: .82rem;
  color: var(--muted);
  padding-left: 1rem;
  position: relative;
}
.lp-price-card ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--gold, #c8a44d);
}

/* ============================================================
   FOLYAMAT – 3 lépés
   ============================================================ */
.lp-process {
  position: relative;
  padding: 5rem 0;
  background: radial-gradient(70% 60% at 0% 0%, rgba(200,164,77,.055), transparent 55%);
}

.lp-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 2.5rem;
}

.lp-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1.5rem;
}

.lp-step__num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6c877, #b58848);
  color: #0b0b0d;
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(200,164,77,.28), inset 0 1px 0 rgba(255,255,255,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  flex-shrink: 0;
}

.lp-step__body h3 {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1rem;
  margin: 0 0 .5rem;
}
.lp-step__body p {
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.lp-step__conn {
  flex-shrink: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold, #c8a44d), rgba(200,164,77,.3));
  margin-top: 26px;
  position: relative;
}

.lp-process__cta {
  display: flex;
  justify-content: center;
}

/* ============================================================
   BIZALMI JELEK
   ============================================================ */
.lp-trust {
  padding: 5rem 0;
}
.lp-trust__inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 4rem;
  align-items: start;
}

.lp-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.lp-trust-item {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 1.15rem;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.lp-trust-item:hover {
  transform: translateY(-3px);
  border-color: rgba(200,164,77,.4);
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
}
.lp-trust-item__icon {
  width: 42px; height: 42px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(200,164,77,.24), rgba(200,164,77,.07));
  border: 1px solid rgba(200,164,77,.28);
  color: #e6c877;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.lp-trust-item strong { display: block; font-size: .9rem; margin-bottom: .25rem; }
.lp-trust-item p { font-size: .82rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* Akció kártya */
.lp-promo-card {
  background: linear-gradient(135deg, rgba(200,164,77,.15), rgba(200,164,77,.1));
  border: 1px solid rgba(200,164,77,.35);
  border-radius: 16px;
  padding: 1.6rem;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.lp-promo-card__badge {
  display: inline-block;
  background: var(--gold, #c8a44d);
  color: #0b0b0d;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding: .2rem .7rem;
  border-radius: 100px;
  width: fit-content;
}
.lp-promo-card__title {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1.15rem;
  margin: 0;
}
.lp-promo-card__lead { font-size: .88rem; color: var(--muted); margin: 0; }

.lp-countdown {
  display: flex;
  align-items: center;
  gap: .6rem;
  background: rgba(0,0,0,.3);
  border-radius: 10px;
  padding: .7rem 1rem;
}
.lp-countdown__num {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold, #c8a44d);
  line-height: 1;
}
.lp-countdown__lbl { font-size: .8rem; color: var(--muted); }

/* CTA panel */
.lp-cta-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid rgba(200,164,77,.22);
  border-radius: 16px;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  backdrop-filter: blur(6px);
}
.lp-cta-panel::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,164,77,.7), transparent);
}
.lp-cta-panel__badge {
  display: inline-block;
  background: rgba(200,164,77,.15);
  color: var(--gold, #c8a44d);
  border: 1px solid rgba(200,164,77,.3);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding: .2rem .7rem;
  border-radius: 100px;
  width: fit-content;
}
.lp-cta-panel h3 {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1.15rem;
  margin: 0;
}
.lp-cta-panel p { font-size: .88rem; color: var(--muted); margin: 0; }
.lp-cta-panel__list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  border-top: 1px solid var(--border);
  padding-top: .9rem;
}
.lp-cta-panel__list li {
  font-size: .82rem;
  color: var(--muted);
  padding-left: 1rem;
  position: relative;
}
.lp-cta-panel__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold, #c8a44d);
  font-size: .75rem;
}

/* ============================================================
   REFERENCIA SLIDER
   ============================================================ */
.lp-refs {
  position: relative;
  padding: 5rem 0;
  background: radial-gradient(70% 55% at 100% 100%, rgba(200,164,77,.055), transparent 55%);
}

.lp-refs__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.lp-refs__head h2 {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: .2rem 0 0;
}
.lp-refs__head-ctas { display: flex; gap: .7rem; flex-wrap: wrap; }

/* ── Prémium referencia-fal (masonry) + lightbox ── */
.lp-refwall {
  columns: 3 250px;
  column-gap: 14px;
}
.lp-refwall__item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  break-inside: avoid;
  background: rgba(0,0,0,.35);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.lp-refwall__item img {
  width: 100%;
  display: block;
  transition: transform .45s ease;
}
.lp-refwall__item:hover {
  transform: translateY(-4px);
  border-color: rgba(200,164,77,.55);
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
}
.lp-refwall__item:hover img { transform: scale(1.06); }
.lp-refwall__zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(11,15,20,.15), rgba(11,15,20,.5));
  opacity: 0;
  transition: opacity .25s ease;
}
.lp-refwall__zoom svg {
  width: 44px; height: 44px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(200,164,77,.92);
  color: #0b0b0d;
  box-shadow: 0 6px 20px rgba(0,0,0,.4);
}
.lp-refwall__item:hover .lp-refwall__zoom,
.lp-refwall__item:focus-visible .lp-refwall__zoom { opacity: 1; }

/* Lightbox */
.lp-lbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(6,9,13,.93);
  backdrop-filter: blur(8px);
  animation: kg-lbox-in .18s ease;
}
.lp-lbox.is-open { display: flex; }
@keyframes kg-lbox-in { from { opacity: 0; } to { opacity: 1; } }
.lp-lbox__stage {
  margin: 0;
  max-width: 90vw;
  max-height: 86vh;
  display: flex;
}
.lp-lbox__img {
  max-width: 90vw;
  max-height: 86vh;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0,0,0,.6);
  border: 1px solid rgba(200,164,77,.18);
}
.lp-lbox__close,
.lp-lbox__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eef2f5;
  background: rgba(20,26,33,.7);
  border: 1px solid rgba(200,164,77,.3);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.lp-lbox__close:hover,
.lp-lbox__nav:hover { background: rgba(200,164,77,.85); color: #0b0b0d; }
.lp-lbox__close {
  top: 18px; right: 20px;
  width: 44px; height: 44px;
  border-radius: 12px;
}
.lp-lbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 50px; height: 50px;
  border-radius: 50%;
}
.lp-lbox__nav:hover { transform: translateY(-50%) scale(1.06); }
.lp-lbox__nav--prev { left: 20px; }
.lp-lbox__nav--next { right: 20px; }
.lp-lbox__counter {
  position: absolute;
  bottom: 20px; left: 50%;
  transform: translateX(-50%);
  font-size: .85rem;
  color: #cfd6dd;
  background: rgba(20,26,33,.7);
  border: 1px solid rgba(255,255,255,.1);
  padding: .3rem .9rem;
  border-radius: 30px;
  backdrop-filter: blur(6px);
}
@media (max-width: 720px) {
  .lp-refwall { columns: 2 150px; column-gap: 10px; }
  .lp-refwall__item { margin-bottom: 10px; }
  .lp-lbox__nav { width: 42px; height: 42px; }
  .lp-lbox__nav--prev { left: 8px; }
  .lp-lbox__nav--next { right: 8px; }
}

.kg-slider {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.kg-slider__viewport { overflow: hidden; border-radius: 14px; }
.kg-slider__track {
  display: flex;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.kg-slider__slide {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  height: 460px;
}
.kg-slider__slide img {
  width: 100%; height: 100%;
  object-fit: contain;
  background: rgba(0,0,0,.35);
  display: block;
}
.kg-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(11,15,20,.75);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border);
  color: var(--text);
  width: 42px; height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  z-index: 2;
}
.kg-slider__btn:hover { background: rgba(200,164,77,.25); }
.kg-slider__btn--prev { left: 12px; }
.kg-slider__btn--next { right: 12px; }
.kg-slider__dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1rem;
}
.kg-slider__dots .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.kg-slider__dots .dot.active {
  background: var(--gold, #c8a44d);
  transform: scale(1.3);
}

.lp-refs__empty {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 3rem;
  text-align: center;
  color: var(--muted);
}

/* ============================================================
   GALÉRIA
   ============================================================ */
.lp-gallery {
  padding: 5rem 0;
}
.lp-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: .8rem;
  margin-bottom: 1.5rem;
}
.lp-gallery__item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.lp-gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
  transition: transform .45s var(--ease, ease);
}
.lp-gallery__item:hover {
  transform: translateY(-3px);
  border-color: rgba(200,164,77,.5);
  box-shadow: 0 16px 40px rgba(0,0,0,.42);
}
.lp-gallery__item:hover img { transform: scale(1.06); }
.lp-gallery__item--large {
  grid-column: span 2;
}
.lp-gallery__item--large img { aspect-ratio: 16/9; }
.lp-gallery__cta { text-align: center; }

/* ============================================================
   FAQ
   ============================================================ */
.lp-faq {
  padding: 5rem 0;
  background: transparent;
}
.lp-faq__inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  align-items: start;
}
.lp-faq__cta {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin-top: 2rem;
}

/* Accordion – prémium üvegkártyák */
.lp-acc__item {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  margin-bottom: .7rem;
  padding: 0 1.15rem;
  transition: border-color .2s ease, background .2s ease;
}
.lp-acc__item:hover { border-color: rgba(200,164,77,.32); }
.lp-acc__btn {
  width: 100%;
  background: none;
  border: none;
  padding: 1.05rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text);
  font-size: .95rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  transition: color .15s;
}
.lp-acc__btn:hover { color: var(--gold, #c8a44d); }
.lp-acc__btn[aria-expanded="true"] { color: var(--gold, #c8a44d); }
.lp-acc__chev {
  flex-shrink: 0;
  transition: transform .25s;
  color: var(--muted);
}
.lp-acc__btn[aria-expanded="true"] .lp-acc__chev {
  transform: rotate(180deg);
  color: var(--gold, #c8a44d);
}
.lp-acc__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
}
.lp-acc__panel.open { max-height: 400px; }
.lp-acc__panel p,
.lp-acc__panel ul {
  padding-bottom: 1.1rem;
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
.lp-acc__panel ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.lp-acc__panel ul li { padding-left: 1.1rem; position: relative; }
.lp-acc__panel ul li::before { content: '→'; position: absolute; left: 0; color: var(--gold, #c8a44d); }

/* ============================================================
   VÉGSŐ CTA
   ============================================================ */
/* ============================================================
   RÓLUNK / ALAPÍTÓ
   ============================================================ */
.lp-about { padding: 5rem 0; }
.lp-about__inner {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 3.5rem;
  align-items: center;
}
.lp-about__media { margin: 0; line-height: 0; }
.lp-about__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(200,164,77,.28);
  background: rgba(0,0,0,.35);
  box-shadow: 0 26px 60px rgba(0,0,0,.45);
}
.lp-about__body h2 {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 600;
  margin: .25rem 0 1rem;
  color: var(--text);
}
.lp-about__lead {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.4rem;
}
.lp-about__lead strong { color: var(--text); }
.lp-about__points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.lp-about__points li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .92rem;
  color: var(--muted);
  line-height: 1.4;
}
.lp-about__points li svg { color: var(--gold, #c8a44d); flex-shrink: 0; margin-top: .1rem; }
.lp-about__foot {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.lp-about__sign {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.lp-about__sign strong {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: 1.05rem;
  letter-spacing: .02em;
  color: var(--text);
}
.lp-about__sign span {
  font-size: .8rem;
  color: var(--gold, #c8a44d);
}

.lp-final-cta {
  padding: 5rem 0;
  background: linear-gradient(135deg, rgba(200,164,77,.08) 0%, rgba(200,164,77,.06) 100%);
  border-top: 1px solid rgba(200,164,77,.2);
}
.lp-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.lp-final-cta__text h2 {
  font-family: "Cinzel", "Inter", sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  margin: 0 0 .7rem;
}
.lp-final-cta__text p {
  color: var(--muted);
  font-size: .97rem;
  margin: 0;
  max-width: 500px;
  line-height: 1.6;
}
.lp-final-cta__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.lp-final-cta__figure {
  margin: 0;
  line-height: 0;
  flex-shrink: 0;
}
.lp-final-cta__figure img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 42px rgba(0,0,0,.5));
}

/* ============================================================
   STICKY MOBILE CTA (meglévő osztályok)
   ============================================================ */
.kg-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  display: flex;
  background: rgba(11,15,20,.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  padding: .6rem .8rem env(safe-area-inset-bottom);
  gap: .6rem;
}
.kg-sticky-cta__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .8rem;
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
}
.kg-sticky-cta__btn--call {
  background: rgba(255,255,255,.08);
  color: var(--text);
  border: 1px solid var(--border);
}
.kg-sticky-cta__btn--quote {
  background: var(--gold, #c8a44d);
  color: #0b0b0d;
}
.kg-sticky-cta__icon { flex-shrink: 0; }

/* Desktop: sticky CTA elrejtve */
@media (min-width: 769px) {
  .kg-sticky-cta { display: none; }
}

/* ============================================================
   REVEAL animáció
   ============================================================ */
.lp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.lp-reveal.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   RESZPONZÍV
   ============================================================ */
@media (max-width: 1024px) {
  .lp-trust__inner { grid-template-columns: 1fr; }
  .lp-trust__right { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .lp-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .lp-gallery__item--large { grid-column: span 1; }
  .lp-gallery__item--large img { aspect-ratio: 4/3; }

  .kg-slider__slide { height: 380px; }

  .lp-about__inner { grid-template-columns: 1fr; gap: 2.4rem; justify-items: center; text-align: center; }
  .lp-about__media img { max-width: 420px; }
  .lp-about__points { text-align: left; display: inline-flex; }
  .lp-about__foot { justify-content: center; }
}

@media (max-width: 860px) {
  .lp-hero { min-height: auto; padding: 5.5rem 0 2.5rem; }
  /* egy oszlop: előbb a portré (vizuális horgony), alatta a szöveg */
  .lp-hero__inner { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .lp-hero__content { max-width: 100%; order: 2; }
  .lp-hero__visual { order: 1; max-width: 300px; margin: 0 auto; }
  .lp-hero__h1, .lp-hero__lead { margin-left: auto; margin-right: auto; }
  .lp-hero__badge, .lp-hero__pills, .lp-hero__ctas, .lp-hero__rating { justify-content: center; }
  .lp-hero__pills { display: inline-flex; }
  .lp-hero__fchip { font-size: .76rem; padding: .5rem .8rem; }
  .lp-hero__fchip--top { left: -3%; }
  .lp-hero__workcard { width: 50%; left: -6%; bottom: -4%; }
  .lp-hero__workcard figcaption { font-size: .68rem; }
  /* mobilon a szolgáltatás-fejléc középre */
  .lp-services { margin-top: 0; padding-top: 3rem; }
  .lp-services .lp-section-head { text-align: center; max-width: 680px; margin: 0 auto 2.4rem; }
  .lp-services .lp-svc-grid { margin-top: 0; }
}
@media (max-width: 768px) {

  .lp-steps { flex-direction: column; gap: 1.5rem; }
  .lp-step { align-items: flex-start; text-align: left; flex-direction: row; gap: 1rem; padding: 0; }
  .lp-step__num { margin-bottom: 0; }
  .lp-step__conn { display: none; }

  .lp-faq__inner { grid-template-columns: 1fr; }
  .lp-faq__left { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .lp-faq__cta { flex-direction: row; flex-wrap: wrap; }

  .lp-trust-grid { grid-template-columns: 1fr; }
  .lp-trust__right { grid-template-columns: 1fr; }

  .lp-final-cta__inner { flex-direction: column; text-align: center; }
  .lp-final-cta__btns { justify-content: center; }
  .lp-final-cta__figure { display: none; }

  .lp-gallery__grid { grid-template-columns: 1fr 1fr; }

  .lp-refs__head { flex-direction: column; align-items: flex-start; }
  .kg-slider__slide { height: 320px; }

  body { padding-bottom: 68px; }
  .kg-sticky-cta { display: flex; }
}

@media (max-width: 480px) {
  .lp-svc-grid { grid-template-columns: 1fr; }
  .lp-price-grid { grid-template-columns: 1fr; }
  .lp-gallery__grid { grid-template-columns: 1fr; }
  .lp-gallery__item--large { grid-column: span 1; }
  .lp-faq__left { grid-template-columns: 1fr; }
  .lp-faq__cta { flex-direction: column; }
  .lp-hero__stats { gap: .8rem; }
  .kg-slider__slide { height: 260px; }
}

/* ============================================================
   FŐOLDALI VIDEÓ BLOKKOK (facade + kiemelt + partnervideó)
   A /videok oldal a videok.css-t tölti; a főoldal önálló, minimál stílus.
   ============================================================ */
.lp-video { padding: 5rem 0; }
.lp-video__card {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 0;
  max-width: 1000px; margin: 2.2rem auto 0;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; overflow: hidden; box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.lp-video__body { padding: 26px 28px; display: flex; flex-direction: column; gap: 12px; }
.lp-video__badge {
  align-self: flex-start; font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  padding: 5px 10px; border-radius: 999px;
  border: 1px solid rgba(200,164,77,.32); background: rgba(200,164,77,.10); color: #c8a44d;
}
.lp-video__title { font-size: 1.4rem; line-height: 1.22; margin: 2px 0 0; }
.lp-video__desc { color: rgba(234,240,246,.72); margin: 0; }
.lp-video__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 6px; }

/* Partnervideó betekintés */
.lp-videopartners { padding: 5rem 0; }
.lp-videopartners__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px; max-width: 900px; margin: 2.2rem auto 0;
}
.lp-vpcard {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px; overflow: hidden;
}
.lp-vpcard__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; }
.lp-vpcard__title { font-size: 1.04rem; line-height: 1.28; margin: 0; }
.lp-vpcard__link { color: #c8a44d; font-weight: 600; text-decoration: none; font-size: .92rem; }
.lp-vpcard__link:hover { text-decoration: underline; }
.lp-videopartners__cta { display: flex; justify-content: center; margin-top: 1.8rem; }

/* Facade (a főoldalon; a .ytf a videok.css-ben van részletezve, itt a minimum kell) */
.lp-video .ytf, .lp-videopartners .ytf {
  position: relative; display: block; width: 100%; margin: 0; padding: 0; border: 0;
  cursor: pointer; background: #000; overflow: hidden; aspect-ratio: 16/9;
}
.lp-video__player .ytf { height: 100%; }
.lp-video .ytf__thumb, .lp-videopartners .ytf__thumb {
  width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease, opacity .3s ease;
}
.lp-video .ytf:hover .ytf__thumb, .lp-videopartners .ytf:hover .ytf__thumb { transform: scale(1.04); opacity: .85; }
.lp-video .ytf__play, .lp-videopartners .ytf__play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none;
}
.lp-video .ytf__play-bg, .lp-videopartners .ytf__play-bg { fill: #212121; opacity: .86; transition: fill .25s ease, opacity .25s ease; }
.lp-video .ytf:hover .ytf__play-bg, .lp-videopartners .ytf:hover .ytf__play-bg { fill: #c8a44d; opacity: 1; }
.lp-video .ytf.is-playing .ytf__thumb, .lp-video .ytf.is-playing .ytf__play,
.lp-videopartners .ytf.is-playing .ytf__thumb, .lp-videopartners .ytf.is-playing .ytf__play { opacity: 0; visibility: hidden; }
.lp-video .ytf__frame, .lp-videopartners .ytf__frame {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
/* Álló (9:16) videó a főoldalon – középre, magas keret */
.lp-video .ytf--portrait, .lp-videopartners .ytf--portrait {
  aspect-ratio: 9/16; max-width: 260px; margin-left: auto; margin-right: auto;
}
.lp-video__player .ytf--portrait { height: auto; margin: 18px auto; }

@media (max-width: 820px) {
  .lp-video__card { grid-template-columns: 1fr; max-width: 560px; }
}


/* Főoldali kiemelt videó, ha SAJÁT TÁRHELYES (álló, 9:16).
   Itt csak borítókép megy ki linkkel – a főoldal nem tölt le videót. */
.lp-video__helyi{
  position: relative; display: block; margin: 0 auto;
  max-width: 260px; aspect-ratio: 9/16;
  border-radius: 14px; overflow: hidden;
  background: #07090b; border: 1px solid rgba(200,164,77,.28);
}
.lp-video__helyi img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-video__play{
  position: absolute; inset: 0; margin: auto;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(8,10,13,.58); border: 1px solid rgba(255,255,255,.24);
  color: #fff;
}
.lp-video__play svg{ margin-left: 3px; }
.lp-video__helyi:hover .lp-video__play{ background: rgba(200,164,77,.85); color: #241a06; }

/* ==========================================================================
   FŐOLDALI REFERENCIA-KÁRTYÁK  (.lp-refcard)
   A korábbi „képfal + lightbox" helyett: a kártya a VALÓDI munkára visz a
   referencia-oldalon, ahol a teljes fotósorozat és a leírás is megvan.
   Egy kép önmagában nem mond semmit – a munka neve, típusa és helyszíne igen.
   ========================================================================== */
.lp-refwall--munkak {
  /* Nem masonry-oszlop, hanem rács: a kártyák alsó sávja így egy vonalban áll. */
  columns: auto;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.lp-refcard {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.035);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.lp-refcard:hover,
.lp-refcard:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(200,164,77,.55);
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
}
.lp-refcard:focus-visible { outline: 2px solid var(--primary, #c8a44d); outline-offset: 2px; }

.lp-refcard__kep {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background: rgba(0,0,0,.4);
  overflow: hidden;
}
.lp-refcard__kep img {
  width: 100%; height: 100%; display: block;
  /* Itt KIVÉTELESEN cover: a kártyák egyforma dobozúak, és a végeredmény-képek
     a lényeget középen hozzák. A teljes kép a referencia-oldalon látszik. */
  object-fit: cover;
  transition: transform .45s ease;
}
.lp-refcard:hover .lp-refcard__kep img { transform: scale(1.06); }

.lp-refcard__tipus {
  position: absolute; left: 10px; top: 10px;
  padding: 3px 10px; border-radius: 99px;
  background: rgba(8,10,13,.78);
  border: 1px solid rgba(200,164,77,.42);
  color: var(--primary, #c8a44d);
  font-size: .72rem; font-weight: 700; letter-spacing: .3px;
}

.lp-refcard__body {
  display: flex; flex-direction: column; gap: 6px;
  padding: 13px 15px 15px;
}
.lp-refcard__cim {
  color: var(--text, #e8eaed);
  font-size: .97rem; font-weight: 600; line-height: 1.35;
  text-wrap: balance;
}
.lp-refcard__hely {
  display: inline-flex; align-items: center; gap: 5px;
  color: var(--muted, #93a0ad); font-size: .8rem;
}
.lp-refcard__hely svg { flex: 0 0 auto; color: var(--primary, #c8a44d); }

.lp-refs__lab {
  margin: 20px auto 0; max-width: 62ch; text-align: center;
  color: var(--muted, #93a0ad); font-size: .93rem; line-height: 1.6;
}
.lp-refs__lab strong { color: var(--silver, #d5d3d0); }
.lp-refs__lab a { color: var(--primary, #c8a44d); }

@media (prefers-reduced-motion: reduce) {
  .lp-refcard, .lp-refcard__kep img { transition: none; }
  .lp-refcard:hover { transform: none; }
  .lp-refcard:hover .lp-refcard__kep img { transform: none; }
}

/* Az árkártyák mostantól LINKEK a tételes szolgáltatás-árlistára. */
a.lp-price-card { text-decoration: none; }
a.lp-price-card:focus-visible { outline: 2px solid var(--primary, #c8a44d); outline-offset: 3px; }
.lp-price-card__more {
  margin-top: auto; padding-top: 12px;
  color: var(--primary, #c8a44d);
  font-size: .85rem; font-weight: 600;
}
a.lp-price-card:hover .lp-price-card__more { text-decoration: underline; }
.lp-price-card__icon svg { display: block; }

/* ==========================================================================
   SZOLGÁLTATÁS-KÁRTYA VALÓDI MUNKAFOTÓVAL  (.lp-svc-card--foto)
   Az ikonos változat megmarad máshol; itt a fotó a lényeg: a látogató azt
   akarja látni, hogy tényleg csináltuk-e, nem egy vonalrajzot.
   ========================================================================== */
.lp-svc-card--foto {
  display: flex;
  flex-direction: column;
  padding: 0;                 /* a kép a kártya széléig ér */
  overflow: hidden;
  text-decoration: none;
}
.lp-svc-card__kep {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: rgba(0,0,0,.4);
  overflow: hidden;
}
.lp-svc-card__kep img {
  width: 100%; height: 100%; display: block;
  /* Egyforma dobozok miatt cover – a teljes kép a referencia-oldalon látszik. */
  object-fit: cover;
  transition: transform .45s ease;
}
.lp-svc-card--foto:hover .lp-svc-card__kep img { transform: scale(1.05); }

/* A fotó alsó sávjában a MUNKA neve: bizonyíték, hogy a kép a sajátunk. */
.lp-svc-card__ref {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 18px 12px 8px;
  background: linear-gradient(180deg, transparent, rgba(6,9,13,.86));
  color: var(--silver, #d5d3d0);
  font-size: .74rem; line-height: 1.35;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.lp-svc-card--foto .lp-svc-card__body {
  display: flex; flex-direction: column; gap: 6px;
  padding: 14px 16px 4px;
}
.lp-svc-card--foto .lp-svc-card__body strong {
  color: var(--text, #e8eaed); font-size: 1.02rem;
}
.lp-svc-card--foto .lp-svc-card__body p {
  margin: 0; color: var(--muted, #93a0ad); font-size: .88rem; line-height: 1.55;
}
.lp-svc-card--foto .lp-svc-card__arrow {
  margin-top: auto; padding: 10px 16px 15px;
  color: var(--primary, #c8a44d); font-size: .85rem; font-weight: 600;
}
.lp-svc-card--foto:hover .lp-svc-card__arrow { text-decoration: underline; }

@media (prefers-reduced-motion: reduce) {
  .lp-svc-card__kep img { transition: none; }
  .lp-svc-card--foto:hover .lp-svc-card__kep img { transform: none; }
}
