/* =========================================================
   TORIVA - ÚJ SZEKCIÓK CSS (eddig kell)
   - Scroll cue
   - Bridge átvezető
   - Intro-dark szekció + mackó
   - Anchor fix headerrel
   ========================================================= */


/* ====== Alap változók ====== */
:root{
  /* ÁLLÍTSD be a fix menü magasságára, ha más: */
  --header-h: 78px;
}


/* ====== Anchor ugrások: ne csússzon a fix menü alá ====== */
#portfolio, #cases, #contact, #about, #next{
  scroll-margin-top: calc(var(--header-h) + 16px);
}


/* =========================================================
   1) Scroll cue ("Lapozz tovább")
   - Ezt a HERO/Videós headeren belül használd
   - A hero konténerének position:relative kell
   ========================================================= */

/* Biztosítsd, hogy a hero konténer relatív legyen:
   Ha nálad más a hero class neve, ide vedd fel. */
.hero, .hero-video, header.hero, .video-hero, .header-hero{
  position: relative;
}

/* Maga a cue link */
.scroll-cue{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  user-select:none;
  -webkit-tap-highlight-color: transparent;
}

.scroll-cue img{
  width:min(560px, 88vw);
  height:auto;
  display:block;
  opacity:.92;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.45));
  animation: cueFloat 1.8s ease-in-out infinite;
  pointer-events:none;
}

.scroll-cue:hover img{ opacity:1; }

@keyframes cueFloat{
  0%,100%{ transform:translateY(0); }
  50%{ transform:translateY(10px); }
}

@media (max-width: 480px){
  .scroll-cue{ bottom:10px; }
  .scroll-cue img{ width:min(420px, 92vw); }
}

@media (prefers-reduced-motion: reduce){
  .scroll-cue img{ animation:none; }
}


/* =========================================================
   2) Bridge (átvezető a hero és intro között)
   - Kompakt, sötét, finom színfoltok
   - Nem csinál nagy üres sávot
   ========================================================= */

.section-bridge{
  position: relative;
  padding: 14px 0 0;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,.55) 0%,
      rgba(10,12,18,1) 70%,
      rgba(10,12,18,1) 100%);
  overflow: hidden;

  /* opcionális: ráúszik a hero aljára, hogy "folyjon át" */
  margin-top: -40px;
  padding-top: 54px;
}

.section-bridge::before{
  content:"";
  position:absolute;
  left:0; right:0; top:-80px;
  height:160px;
  background:
    radial-gradient(260px 160px at 22% 70%, rgba(124,58,237,.20), transparent 65%),
    radial-gradient(280px 170px at 78% 55%, rgba(6,182,212,.16), transparent 65%);
  filter: blur(16px);
  opacity: .9;
  pointer-events:none;
}

.bridge-inner{
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 20px 10px;
  text-align: center;
}

.bridge-kicker{
  margin: 0 0 6px;
  color: rgba(255,255,255,.68);
  font-size: .95rem;
}

.bridge-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  color: rgba(255,255,255,.92);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.bridge-link:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.18);
}

.bridge-arrow{
  display:inline-block;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  color: #0b0f18;
  line-height: 28px;
  text-align: center;
  font-weight: 900;
  box-shadow: 0 14px 40px rgba(124,58,237,.22);
  animation: bridgeBounce 1.4s ease-in-out infinite;
}

@keyframes bridgeBounce{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(6px); }
}

.bridge-wave{
  display:block;
  width: 100%;
  height: 46px;
}

.bridge-wave path{
  fill: rgba(10,12,18,1);
}

@media (prefers-reduced-motion: reduce){
  .bridge-arrow{ animation:none; }
  .bridge-link{ transition:none; }
}


/* =========================================================
   3) Intro-dark szekció (2. szekció)
   - Sötét téma
   - Desktopon 1 képernyő
   - Finom színfoltok
   - Mackó kibújik + integet
   ========================================================= */

/* Általános container (ha neked már van, ez nem fog ártani) */
.container{
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}

.intro-dark{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: rgba(255,255,255,.92);

  background:
    radial-gradient(900px 520px at 18% 30%, rgba(124,58,237,.20), transparent 55%),
    radial-gradient(760px 480px at 82% 38%, rgba(6,182,212,.16), transparent 56%),
    radial-gradient(820px 520px at 55% 98%, rgba(245,158,11,.12), transparent 58%),
    linear-gradient(180deg, rgba(10,12,18,1) 0%, rgba(9,11,16,1) 100%);
}

/* Ha úgy érzed, hogy még mindig túl hirtelen a váltás, ez segít:
   (De a bridge már önmagában is átvezet.) */
.intro-dark::before{
  content:"";
  position:absolute;
  left:0; right:0; top:-1px;
  height:70px;
  opacity:.55;
  background: linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,0));
  z-index:0;
}

.intro-dark .container{
  position: relative;
  z-index: 1;
}

.intro-dark-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}

.intro-dark-copy h2{
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.12;
  margin: 0 0 12px;
}

/* Intro-dark mobile fix */
.intro-dark-copy h2{
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 980px){
  .intro-dark-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .intro-dark-copy h2{
    font-size: clamp(1.55rem, 7vw, 2.05rem);
  }
}

.intro-lead{
  margin: 0 0 16px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255,255,255,.78);
  max-width: 62ch;
}

.intro-micro{
  margin-top: 12px;
  font-size: .95rem;
  color: rgba(255,255,255,.62);
}

.intro-actions{
  display:flex;
  gap:12px;
  flex-wrap: wrap;
}

/* Gombok (csak ehhez a részhez, nem muszáj globálisan használnod) */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.btn-accent{
  color: #0b0f18;
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  box-shadow: 0 18px 45px rgba(124,58,237,.22);
}

.btn-accent:hover{
  transform: translateY(-1px);
  box-shadow: 0 24px 60px rgba(124,58,237,.28);
}

.btn-ghost{
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
}

.btn-ghost:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
}

/* Jobb oldali kártyák */
.intro-dark-cards{
  position: relative;
  display: grid;
  gap: 12px;
}

.icard{
  position: relative;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 14px 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.icard:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.16);
}

.icard h3{
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.icard p{
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.6;
  font-size: .98rem;
}

/* ===== Brand marquee (logó szalag) ===== */
.brand-marquee{
  position: relative;
  padding: 26px 0;
  overflow: hidden;

  /* a hero és a következő rész közé passzoló háttér */
  background: linear-gradient(
    to bottom,
    rgba(9, 14, 22, 0) 0%,
    rgba(9, 14, 22, 0.55) 35%,
    rgba(9, 14, 22, 0.85) 70%,
    rgba(9, 14, 22, 0.95) 100%
  );
}

/* “szélek” finom elhalása, hogy a futó logók ne vágódjanak le csúnyán */
.brand-marquee::before,
.brand-marquee::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width: 120px;
  pointer-events:none;
  z-index: 3;
}

.brand-marquee::before{
  left:0;
  background: linear-gradient(to right, rgba(9,14,22,0.95), rgba(9,14,22,0));
}
.brand-marquee::after{
  right:0;
  background: linear-gradient(to left, rgba(9,14,22,0.95), rgba(9,14,22,0));
}


.brand-title{
  margin: 0 0 10px;
  color: rgba(255,255,255,.72);
  font-size: .95rem;
}

/* a “szalag” maszkja: széleken elhalványít */
.marquee{
  position: relative;
  overflow: hidden;
  padding: 6px 0;
}

.marquee-track{
  display: inline-flex;
  gap: 12px;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  animation: marqueeScroll 22s linear infinite;
}

/* Hoverre álljon meg, mert az ember olvasni próbál */
.marquee:hover .marquee-track{
  animation-play-state: paused;
}

@keyframes marqueeScroll{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

/* Placeholder “logók” (pill) */
.brand-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .92rem;
  letter-spacing: .02em;
}

/* Ha később képes logókat raksz */
.brand-logo{
  height: 28px;
  width: auto;
  opacity: .8;
  filter: grayscale(1);
  transition: opacity .18s ease, filter .18s ease, transform .18s ease;
}
.brand-logo:hover{
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-1px);
}

/* Motion safety */
@media (prefers-reduced-motion: reduce){
  .marquee-track{ animation: none; transform: none; }
}

/*  */
/* ===== Work teaser (kiemelt munkák) ===== */
.work-teaser{
  padding: 84px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.work-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.work-kicker{
  margin:0 0 6px;
  color: rgba(255,255,255,.68);
  font-size: .95rem;
}

.work-teaser h2{
  margin:0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.12;
  color: rgba(255,255,255,.92);
}

.work-lead{
  margin:0;
  max-width: 68ch;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

/* Chipek */
.work-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.chip{
  cursor:pointer;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: .92rem;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.chip:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.18);
}

.chip.is-active{
  color:#0b0f18;
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  border-color: transparent;
  box-shadow: 0 16px 45px rgba(124,58,237,.20);
}

/* Grid */
.work-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.work-card{
  text-decoration:none;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.work-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.work-thumb{
  position:relative;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.work-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.55) 100%);
}

.work-badge{
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .82rem;
  color: rgba(255,255,255,.92);
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

.work-meta{
  padding: 14px 14px 16px;
}

.work-meta h3{
  margin:0 0 6px;
  color: rgba(255,255,255,.92);
  font-size: 1.02rem;
}

.work-meta p{
  margin:0;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
  font-size: .95rem;
}

.work-footer{
  margin-top: 18px;
  display:flex;
  justify-content:center;
}

/* Filter animáció */
.work-card.is-hidden{
  display:none;
}

/* Responsive */
@media (max-width: 980px){
  .work-grid{ grid-template-columns: repeat(2, 1fr); }
  .work-head{ flex-direction: column; align-items:flex-start; }
  .work-chips{ justify-content:flex-start; }
}

@media (max-width: 520px){
  .work-grid{ grid-template-columns: 1fr; }
  .work-thumb{ height: 200px; }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce){
  .chip, .work-card{ transition:none; }
  .chip:hover, .work-card:hover{ transform:none; }
}

/* nagyobb jobb oldali rész */
.proof-note{
  padding: 0;                 /* nincs “kártya” feeling */
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* cím nagyobb */
.proof-note h3{
  font-size: clamp(24px, 2.2vw, 32px);
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}

/* pontok egymás mellett */
.proof-points-inline{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 oszlop desktopon */
  gap: 18px 26px;
  margin: 0 0 22px;
}

/* egy pont: nincs háttér, nincs keret */
.ppoint{
  padding: 0;
}

/* nagy, erős cím */
.pp-title{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 6px;
}

/* nagyobb leírás */
.pp-desc{
  font-size: 17px;
  line-height: 1.45;
  opacity: 0.9;
}
/* a két blokk legyen egymás mellett */
.proof-grid{
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* bal nagyobb, jobb kicsit kisebb */
  gap: 28px;
  align-items: start;
}

/* mobilon egymás alá, mert különben szétesik */
@media (max-width: 980px){
  .proof-grid{
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px){
  #proof, #portfolio, #about{
    min-height: 92vh;
    padding: 80px 0;     /* hogy ne tapadjon a tetejére */
  }
}


/* A proof grid legyen pozicionálható */
#proof .proof-grid{
  position: relative;
}

/* A felirat oda ül, ahova a képen képzeled */
.scroll-scribble{
  position: absolute;
  right: 40px;
  bottom: -10px;          /* kicsit lejjebb, hogy az üres részt töltse */
  display: flex;
  align-items: center;
  gap: 18px;
  pointer-events: none;
  user-select: none;
  opacity: 0.95;
}

/* “kézírás” feeling: ha nincs kézírás fontod, akkor simán dőlt */
.scroll-scribble__text{
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.01em;
  position: relative;
  transform: rotate(-2deg);
}

/* aláhúzás */
.scroll-scribble__text::after{
  content:"";
  position:absolute;
  left: 6px;
  right: -10px;
  bottom: -6px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  transform: rotate(-2deg);
}

/* nyíl */
.scroll-scribble__arrow{
  width: 220px;
  height: 70px;
  overflow: visible;
}

/* vonal stílus */
.scroll-scribble__arrow path{
  stroke: rgba(255,255,255,0.9);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* “kirajzolós” animáció */
.scroll-scribble__arrow path{
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: draw-line 1.6s ease-in-out infinite;
}

/* a nyíl feje később induljon */
.scroll-scribble__arrow path:last-child{
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation-delay: 0.15s;
}

@keyframes draw-line{
  0%   { stroke-dashoffset: 420; opacity: 0.2; transform: translateY(0); }
  35%  { opacity: 1; }
  60%  { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 0; opacity: 1; transform: translateY(8px); }
}

/* desktopon oké, mobilon inkább ne */
@media (max-width: 980px){
  .scroll-scribble{ display: none; }
}

/* motion-érzékenyeknek pihenő */
@media (prefers-reduced-motion: reduce){
  .scroll-scribble__arrow path{ animation: none; stroke-dashoffset: 0; }
}



/* gomb nagyobb */
.proof-note .btn{
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.16em;
}


/* mobilon 1 oszlop */
@media (max-width: 720px){
  .proof-points-inline{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
/* jobb oldal: semmi kártya */
.proof-note{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* cím nagyobb */
.proof-note h3{
  font-size: clamp(24px, 2.2vw, 34px);
  margin: 0 0 18px;
}

/* EZ A LÉNYEG: egy sorban */
.proof-points-row{
  display: flex;
  flex-wrap: nowrap;          /* ne törjön sorba desktopon */
  gap: 28px;                  /* térköz a pontok között */
  align-items: flex-start;
  margin: 0 0 22px;
}

/* pontok: nincs háttér, nincs keret, nincs box */
.ppoint{
  flex: 1 1 0;                /* szépen elosztja a helyet */
  min-width: 180px;           /* hogy ne roppanjon össze */
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* nagyobb tipó */
.pp-title{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 6px;
}
.pp-desc{
  font-size: 17px;
  line-height: 1.45;
  opacity: 0.9;
}

/* gomb nagyobb */
.proof-note .btn{
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.16em;
}

/* mobilon inkább törjön (különben szétesik) */
@media (max-width: 900px){
  .proof-points-row{
    flex-wrap: wrap;
    gap: 16px 18px;
  }
  .ppoint{
    min-width: 220px;
  }
}


/* ---- Before/After slider ---- */
.ba{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}

.ba-label{
  font-weight: 900;
  color: rgba(255,255,255,.86);
  margin-bottom: 10px;
}

.ba-frame{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: 320px;
  background: rgba(0,0,0,.35);
}

.ba-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
}

.ba-after{
  position:absolute;
  inset:0;
  width:55%;
  overflow:hidden;
}

.ba-handle{
  position:absolute;
  top:0;
  left:55%;
  width:2px;
  height:100%;
  background: rgba(255,255,255,.75);
  box-shadow: 0 0 0 10px rgba(255,255,255,.04);
  transform: translateX(-1px);
}

.ba-handle::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:34px;
  height:34px;
  border-radius: 999px;
  transform: translate(-50%,-50%);
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  box-shadow: 0 18px 45px rgba(124,58,237,.22);
}

.ba-range{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor: ew-resize;
}

.ba-note{
  margin: 10px 0 0;
  color: rgba(255,255,255,.60);
  font-size: .95rem;
}

/* ---- Videó proof cards ---- */
.vproof{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}

.vproof-label{
  font-weight: 900;
  color: rgba(255,255,255,.86);
  margin-bottom: 10px;
}

.vproof-cards{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.vcard2{
  position:relative;
  text-decoration:none;
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.vcard2:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
}

.vcard2 .thumb{
  height: 160px;
  background-size: cover;
  background-position: center;
}

.vcard2 .meta{
  padding: 12px 12px 14px;
}

.vcard2 h3{
  margin:0 0 6px;
  color: rgba(255,255,255,.92);
  font-size: 1.02rem;
}

.vcard2 p{
  margin:0;
  color: rgba(255,255,255,.72);
  line-height:1.55;
  font-size: .95rem;
}

.tag{
  position:absolute;
  top:10px;
  left:10px;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .82rem;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}
.tag.bad{ background: rgba(0,0,0,.55); color: rgba(255,255,255,.86); }
.tag.good{ background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1)); color: #0b0f18; border-color: transparent; }

@media (max-width: 980px){
  .proof-grid{ grid-template-columns: 1fr; }
  .ba-frame{ height: 300px; }
}

@media (prefers-reduced-motion: reduce){
  .vcard2{ transition:none; }
  .vcard2:hover{ transform:none; }
}
.stats{
  padding: 72px 0;
  background: linear-gradient(180deg, rgba(8,10,14,1), rgba(9,11,16,1));
}

.stats-head h2{
  margin:0 0 8px;
  color: rgba(255,255,255,.92);
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
}
.stats-head p{
  margin:0;
  color: rgba(255,255,255,.70);
}

.stats-grid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.stat{
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  padding: 18px 16px;
  box-shadow: 0 18px 55px rgba(0,0,0,.20);
  text-align:center;
}

.stat .num{
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 1000;
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat .label{
  margin-top: 6px;
  color: rgba(255,255,255,.72);
  font-weight: 800;
}

@media (max-width: 980px){
  .stats-grid{ grid-template-columns: 1fr; }
}
/* ===== Cases (esettanulmányok) ===== */
/* --- CASE STUDY SECTION --- */
.case{
  padding: 80px 0;
  min-height: 92vh; /* ugyanaz a “hero érzet” mint a short form résznél */
  display: flex;
  align-items: center;
}

/* Full szélesség desktopon (mint amit korábban akartál) */
@media (min-width: 1024px){
  .case .container{
    max-width: none;
    width: 100%;
    padding-left: clamp(24px, 4vw, 64px);
    padding-right: clamp(24px, 4vw, 64px);
  }
}

.case-wrap{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
}

/* mobil */
@media (max-width: 980px){
  .case{
    min-height: auto;
    padding: 60px 0;
  }
  .case-wrap{
    grid-template-columns: 1fr;
  }
}

.case-kicker{
  display: inline-block;
  opacity: 0.7;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.case-title{
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.case-lead{
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 64ch;
  margin: 0 0 18px;
}

/* pontok */
.case-points{
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}

.case-point{
  display: grid;
  gap: 6px;
}

.case-tag{
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}

.case-text{
  font-size: 16px;
  line-height: 1.55;
  opacity: 0.9;
}

/* gombok */
.case-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* jobb oldali kép blokk */
.case-media{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 20px 70px rgba(0,0,0,0.45);
  min-height: 420px;
}

.case-media img,
.case-media video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* kitölti */
}

.case-media-caption{
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 13px;
  opacity: 0.9;
}

.reveal{
  opacity: 1;
  transform: none;
}

/* Csak akkor induljon animációs "rejtés", ha JS tényleg aktív */
html.js .reveal{
  opacity: 0;
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform;
}

html.js .reveal-left{ transform: translateX(-40px); }
html.js .reveal-right{ transform: translateX(40px); }

html.js .reveal.is-visible{
  opacity: 1;
  transform: translateX(0);
}

/* aki nem kér animációt */
@media (prefers-reduced-motion: reduce){
  html.js .reveal{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ===== Proof tabs ===== */
.proof-tabs{
  margin-top: 18px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ptab{
  cursor:pointer;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.86);
  font-weight: 900;
  font-size: .92rem;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.ptab:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.18);
}



/* Panels */
.ppanel{
  margin-top: 16px;
}

@media (prefers-reduced-motion: reduce){
  .ptab{ transition:none; }
  .ptab:hover{ transform:none; }
}
/* ===== Single featured case: Miskolc Leves (teaser) ===== */
.case-one{
  padding: 78px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.case-one-head{
  margin-bottom: 18px;
}

.case-one-kicker{
  margin:0 0 6px;
  color: rgba(255,255,255,.68);
  font-size: .95rem;
}

.case-one h2{
  margin:0 0 10px;
  color: rgba(255,255,255,.92);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.case-one-lead{
  margin:0;
  color: rgba(255,255,255,.72);
  max-width: 78ch;
  line-height: 1.65;
}

/* Grid */
.case-one-grid{
  display:grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 16px;
  align-items: stretch;
}

/* Media side */
.case-one-media{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.case-one-thumb{
  position: relative;
  height: 170px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.case-one-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.62) 100%);
}

.case-one-thumb:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.16);
}

.badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .82rem;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

.badge.bad{
  background: rgba(0,0,0,.55);
  color: rgba(255,255,255,.86);
}

.badge.good{
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  color: #0b0f18;
  border-color: transparent;
}

/* Body side */
.case-one-body{
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  padding: 16px;
  box-shadow: 0 18px 55px rgba(0,0,0,.20);
}

.case-one-row{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.case-one-row:last-of-type{
  border-bottom: none;
}

.step{
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 1000;
  color: #0b0f18;
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  box-shadow: 0 16px 45px rgba(124,58,237,.20);
}

.case-one-row h3{
  margin:0 0 6px;
  color: rgba(255,255,255,.92);
  font-size: 1.03rem;
}

.case-one-row p{
  margin:0;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
  font-size: .95rem;
}

/* Result chips */
.case-one-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 12px;
}

.rchip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.84);
  font-weight: 900;
  font-size: .9rem;
}

/* Actions */
.case-one-actions{
  margin-top: 14px;
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
}

/* Responsive */
@media (max-width: 980px){
  .case-one-grid{
    grid-template-columns: 1fr;
  }
  .case-one-thumb{
    height: 190px;
  }
}

@media (prefers-reduced-motion: reduce){
  .case-one-thumb{ transition:none; }
  .case-one-thumb:hover{ transform:none; }
}
/* ===== Services ===== */
.services{
  padding: 84px 0;
  background: linear-gradient(180deg, rgba(8,10,14,1), rgba(9,11,16,1));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.services-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.services-kicker{
  margin:0 0 6px;
  color: rgba(255,255,255,.68);
  font-size: .95rem;
}

.services h2{
  margin:0 0 10px;
  color: rgba(255,255,255,.92);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.services-lead{
  margin:0;
  color: rgba(255,255,255,.72);
  max-width: 78ch;
  line-height: 1.65;
}

.services-actions{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
}

/* Grid */
.services-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.svc{
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  padding: 16px;
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.svc:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.svc-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.svc-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 1000;
  font-size: .82rem;
  color: #0b0f18;
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  box-shadow: 0 16px 45px rgba(124,58,237,.20);
}

.svc-mini{
  color: rgba(255,255,255,.62);
  font-weight: 800;
  font-size: .88rem;
}

.svc h3{
  margin: 0 0 8px;
  color: rgba(255,255,255,.92);
  font-size: 1.08rem;
}

.svc p{
  margin:0 0 12px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
  font-size: .95rem;
}

.svc-list{
  margin:0 0 14px;
  padding-left: 18px;
  color: rgba(255,255,255,.74);
  line-height: 1.55;
  font-size: .95rem;
}

.svc-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-weight: 1000;
  color: rgba(255,255,255,.90);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.svc-cta:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
}

/* Usecases chips */
.usecases{
  margin-top: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  padding: 14px 14px 16px;
}

.usecases-title{
  margin: 0 0 10px;
  color: rgba(255,255,255,.70);
  font-weight: 900;
}

.usecases-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.uchip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.84);
  font-weight: 900;
  font-size: .9rem;
}

/* Responsive */
@media (max-width: 980px){
  .services-head{ flex-direction:column; align-items:flex-start; }
  .services-grid{ grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce){
  .svc, .svc-cta{ transition:none; }
  .svc:hover, .svc-cta:hover{ transform:none; }
}
/* ===== Footer ===== */
.site-footer{
  background: linear-gradient(180deg, rgba(8,10,14,1), rgba(6,8,12,1));
  border-top: 1px solid rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  padding: 64px 0 22px;
  overflow: hidden;
  position: relative;
}

.site-footer::before{
  content:"";
  position:absolute;
  left:-20%;
  top:-120px;
  width:60%;
  height:260px;
  background:
    radial-gradient(280px 170px at 25% 60%, rgba(124,58,237,.16), transparent 65%),
    radial-gradient(320px 190px at 70% 45%, rgba(6,182,212,.12), transparent 65%);
  filter: blur(18px);
  opacity:.9;
  pointer-events:none;
}

.footer-grid{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 18px;
  align-items: start;
}

.footer-logo{
  display:inline-block;
  text-decoration:none;
  font-weight: 1000;
  font-size: 1.35rem;
  color: rgba(255,255,255,.92);
  letter-spacing: .02em;
}

.footer-logo span{
  background: linear-gradient(135deg, rgba(124,58,237,1), rgba(6,182,212,1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-desc{
  margin: 10px 0 12px;
  color: rgba(255,255,255,.70);
  line-height: 1.65;
  max-width: 52ch;
}

.footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.fbadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.84);
  font-weight: 900;
  font-size: .9rem;
}

/* Links */
.footer-links h3,
.footer-contact h3{
  margin: 0 0 10px;
  color: rgba(255,255,255,.92);
  font-size: 1.02rem;
}

.footer-links ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 8px;
}

.footer-links a{
  text-decoration:none;
  color: rgba(255,255,255,.76);
  font-weight: 800;
  transition: color .18s ease, transform .18s ease;
  display:inline-flex;
}

.footer-links a:hover{
  color: rgba(255,255,255,.92);
  transform: translateX(2px);
}

.footer-contact-line{
  margin:0 0 12px;
  color: rgba(255,255,255,.70);
  line-height: 1.65;
}

.footer-cta{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-bottom: 12px;
}

/* Social */
.footer-social{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

.social-btn{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.social-btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
}

/* Bottom */
.footer-bottom{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  flex-wrap:wrap;
  color: rgba(255,255,255,.62);
  position: relative;
  z-index: 1;
}

.footer-legal{
  display:flex;
  align-items:center;
  gap: 10px;
}

.footer-legal a{
  color: rgba(255,255,255,.70);
  text-decoration:none;
  font-weight: 800;
  transition: color .18s ease;
}

.footer-legal a:hover{
  color: rgba(255,255,255,.92);
}

.sep{
  opacity: .55;
}

/* Responsive */
@media (max-width: 980px){
  .footer-grid{
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce){
  .footer-links a, .social-btn{ transition:none; }
  .footer-links a:hover, .social-btn:hover{ transform:none; }
}
/* Állítsd be a következő szekció háttérszínét (ami nálad ez a sötét/blur cardos rész) */
:root{
  --section-bg: #0b1016; /* állítsd a valódi háttérszínedhez */
}

/* A két szekció ne legyen “szétszakítva” túl nagy térközzel */
section {
  margin: 0;
}

/* A második szekció (amibe belefutsz görgetéskor) */
.section-2 {
  position: relative;
  background: var(--section-bg);
  /* opcionális: picit húzd fel, hogy legyen átfedés */
  margin-top: -60px; /* állítsd 0..120px között ízlés szerint */
  padding-top: 80px; /* hogy a tartalom ne csússzon fel túlzottan */
  z-index: 1;
}

/* A “fade” átmenet */
.section-2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;          /* mennyire nyúljon fel az átmenet */
  height: 140px;        /* átmenet magassága */
  pointer-events: none;
  z-index: 2;

  /* felül átlátszó, alul a szekció bg-be olvad */
  background: linear-gradient(
    to bottom,
    rgba(11, 16, 22, 0) 0%,
    rgba(11, 16, 22, 0.25) 35%,
    rgba(11, 16, 22, 0.65) 70%,
    rgba(11, 16, 22, 1) 100%
  );
}
.section-2{
  position: relative;
  background: var(--section-bg);
}

.section-2 .divider{
  position: absolute;
  left: 0;
  right: 0;
  top: -79px;
  height: 80px;
  overflow: hidden;
  pointer-events: none;      
}

.section-2 .divider svg{
  width: 100%;
  height: 100%;
  display: block;
}

.section-2 .divider path{
  fill: var(--section-bg);
}

.brand-pill{
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 56px;
  width: 120px;            /* egységes “logo tile” méret */
  padding: 0 16px;
  border-radius: 999px;

  overflow: hidden;        /* fontos: ne lógjon ki semmi */
}

/* Logós pill: ne látszódjon semmilyen szöveg */
.brand-pill.has-logo{
  font-size: 0;            /* eltünteti a “Miskolc Leves” jellegű text node-okat */
  padding: 0 18px;
}

/* A logó MÉRETEZÉSE: ettől nem lesz Godzilla */
.brand-pill img{
  display: block;
  max-height: 48px;        /* állítsd 28..40px között */
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: rotate(-6deg);
  transform-origin: center;
  transition: transform 220ms ease;
}
.brand-pill.has-logo:hover img{
  transform: rotate(0deg) scale(1.02);
}


        /* Alap stílusok */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
        }
        
        :root {
            --dark: #0E1012;
            --dark-lighter: #1a1d21;
            --light: #f8f7fa;
            --text-light: #f5f5f5;
            --text-dark: #0E1012;
            --accent: #d4af37;
            --transition-speed: 600ms;
            --section-padding: clamp(80px, 12vw, 160px);
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        body {
            background-color: var(--dark);
            color: var(--text-light);
            line-height: 1.6;
            overflow-x: hidden;
            font-weight: 300;
        }
        
        a {
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
        }
        
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 32px;
            border: 1px solid currentColor;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 12px;
            font-weight: 400;
            transition: all 0.4s;
            position: relative;
            overflow: hidden;
            z-index: 1;
            background: transparent;
            cursor: pointer;
        }
        
        .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: currentColor;
            transition: all 0.5s ease;
            z-index: -1;
        }
        
        .btn:hover::before {
            left: 0;
        }
        
        .btn:hover {
            color: var(--dark);
        }

        .btn-accent {
            border-color: var(--accent);
            color: var(--accent);
        }

        .btn-accent:hover {
            color: var(--dark);
        }

        /* Header */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            padding: 24px 0;
            transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
            background: transparent;
            mix-blend-mode: difference;
        }
        
        header.scrolled {
            background: rgba(14, 16, 18, 0.95);
            backdrop-filter: blur(10px);
            padding: 16px 0;
            mix-blend-mode: normal;
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--text-light);
        }
        
        nav ul {
            display: flex;
            list-style: none;
            gap: 40px;
        }
        
        nav ul li {
            position: relative;
        }
        
        nav ul li a {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 8px 0;
            font-weight: 400;
        }
        
        nav ul li::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1px;
            background-color: currentColor;
            transition: width 0.3s ease;
        }
        
        nav ul li:hover::after {
            width: 100%;
        }
        
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: currentColor;
            z-index: 1001;
        }
        
        /* Hero section */
        .hero {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            overflow: hidden;

          }
        
        .hero-content {
            max-width: 900px;
            padding: 0 20px;
            z-index: 2;
            position: relative;
        }
        
        .hero-title {
            font-size: clamp(48px, 8vw, 120px);
            font-weight: 300;
            margin-bottom: 24px;
            letter-spacing: 2px;
            line-height: 1.1;
            text-transform: uppercase;
        }
        
        .hero-title span {
            display: block;
            font-size: clamp(20px, 3vw, 32px);
            letter-spacing: 4px;
            margin-top: 16px;
            font-weight: 300;
            opacity: 0.8;
        }
        
        .hero-subtitle {
            font-size: clamp(16px, 2vw, 20px);
            margin-bottom: 48px;
            font-weight: 300;
            letter-spacing: 1px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.9;
        }
        
        .hero-scroll {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            opacity: 0.7;
            transition: opacity 0.3s;
            z-index: 2;
        }
        
        .hero-scroll:hover {
            opacity: 1;
        }
        
        .hero-scroll::after {
            content: '';
            width: 1px;
            height: 40px;
            background: currentColor;
            animation: scrollBounce 2s infinite;
        }
        
        @keyframes scrollBounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(10px); }
        }
        
        .hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            
        }
        
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
            z-index: 1;
        }
        
        /* About section */
        .about {
            padding: var(--section-padding) 0;
            background-color: var(--dark);
        }
        
        .about-container {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .about-title {
            font-size: clamp(28px, 4vw, 42px);
            font-weight: 300;
            margin-bottom: 40px;
            letter-spacing: 1px;
            line-height: 1.4;
        }
        
        .about-text {
            font-size: 18px;
            margin-bottom: 40px;
            line-height: 1.8;
            color: #ccc;
            font-weight: 300;
        }
        
        .about-text strong {
            color: var(--text-light);
            font-weight: 500;
        }
        
        .instalink {
            background: linear-gradient(90deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
            background-size: 200% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            transition: background-position 0.5s ease;
            font-weight: 500;
        }
        
        .instalink:hover {
            background-position: 100% 0;
        }
        
        /* Photo Section */
        .photo-section {
            padding: var(--section-padding) 0;
            position: relative;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }
        
        .section-title {
            font-size: clamp(32px, 5vw, 56px);
            font-weight: 300;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 16px;
            position: relative;
            display: inline-block;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 1px;
            background-color: var(--accent);
        }
        
        .section-subtitle {
            font-size: 16px;
            color: #aaa;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: 300;
        }
        
        .photo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }
        
        .photo-item {
            position: relative;
            overflow: hidden;
            aspect-ratio: 4/5;
            border-radius: 4px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        
        .photo-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }
        
        .image-container {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .photo-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s ease;
        }
        
        .photo-item:hover img {
            transform: scale(1.05);
        }
        
        .photo-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.8) 100%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 30px;
            color: var(--text-light);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        
        .photo-item:hover .photo-overlay {
            opacity: 1;
        }
        
        .photo-meta {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s ease 0.1s;
        }
        
        .photo-item:hover .photo-meta {
            opacity: 1;
            transform: translateY(0);
        }
        
        .photo-title {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 20px;
            letter-spacing: 1px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s ease 0.2s;
        }
        
        .photo-item:hover .photo-title {
            opacity: 1;
            transform: translateY(0);
        }
        
        .photo-section .btn {
            align-self: flex-start;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s ease 0.3s;
        }
        
        .photo-item:hover .btn {
            opacity: 1;
            transform: translateY(0);
        }
        
        .section-footer {
            text-align: center;
        }
        
        .view-all-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 32px;
            border: 1px solid currentColor;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 12px;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            z-index: 1;
            background: transparent;
        }
        
        .view-all-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: currentColor;
            transition: all 0.5s ease;
            z-index: -1;
        }
        
        .view-all-btn:hover::before {
            left: 0;
        }
        
        .view-all-btn:hover {
            color: var(--dark);
        }
        
        /* Motion Section */
        .motion-section {
            padding: var(--section-padding) 0;
            background-color: var(--dark-lighter);
        }
        
        .motion-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }
        
        .motion-item {
            position: relative;
            overflow: hidden;
            aspect-ratio: 16/9;
            border-radius: 4px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        
        .motion-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }
        
        .video-container {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .motion-item video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s ease;
        }
        
        .motion-item:hover video {
            transform: scale(1.05);
        }
        
        .motion-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0,0,0,0.4);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        
        .motion-item:hover .motion-overlay {
            opacity: 1;
        }
        
        .motion-content {
            text-align: center;
            color: white;
            transform: translateY(20px);
            transition: transform 0.4s ease;
        }
        
        .motion-item:hover .motion-content {
            transform: translateY(0);
        }
        
        .motion-title {
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }
        
        .motion-description {
            font-size: 14px;
            margin-bottom: 20px;
            color: #ddd;
            font-weight: 300;
        }
        
        .play-icon {
            font-size: 48px;
            color: white;
            opacity: 0.8;
            transition: all 0.3s ease;
        }
        
        .motion-item:hover .play-icon {
            transform: scale(1.2);
            opacity: 1;
        }
        
        /* Contact Section */
        .contact-section {
            padding: var(--section-padding) 0;
            background-color: var(--dark);
        }
        
        .contact-container {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .contact-title {
            font-size: clamp(32px, 5vw, 56px);
            font-weight: 300;
            margin-bottom: 20px;
            letter-spacing: 2px;
        }
        
        .contact-text {
            font-size: 18px;
            margin-bottom: 40px;
            color: #ccc;
            line-height: 1.6;
        }
        
        .contact-links {
            display: flex;
            justify-content: center;
            gap: 40px;
            flex-wrap: wrap;
            margin-bottom: 60px;
        }
        
        .contact-link {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            padding: 20px;
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 4px;
            transition: all 0.3s ease;
            min-width: 160px;
        }
        
        .contact-link:hover {
            border-color: var(--accent);
            transform: translateY(-5px);
        }
        
        .contact-icon {
            font-size: 24px;
            margin-bottom: 10px;
        }
        
        .contact-label {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 5px;
        }
        
        .contact-value {
            font-size: 16px;
            font-weight: 400;
        }
        
        /* Footer */
        footer {
            background-color: var(--dark-lighter);
            padding: 60px 0 30px;
            text-align: center;
        }
        
        .footer-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 40px;
        }
        
        .footer-logo {
            font-size: 24px;
            font-weight: 400;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
        
        .footer-links {
            display: flex;
            gap: 40px;
            margin-bottom: 40px;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .footer-links a {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            font-weight: 400;
        }
        
        .footer-links a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: currentColor;
            transition: width 0.3s ease;
        }
        
        .footer-links a:hover::after {
            width: 100%;
        }
        
        .copyright {
            font-size: 12px;
            color: #999;
            letter-spacing: 1px;
        }
        
        /* Animációk */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        /* Scroll animációk */
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }
        
        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Grain texture */
        .grain {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 100;
            opacity: 0.018;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
            animation: 6s steps(1) infinite noise;
        }
        
        @keyframes noise {
            0%, 100% { background-position: 0 0; }
            10% { background-position: -5% -10%; }
            20% { background-position: -15% 5%; }
            30% { background-position: 7% -25%; }
            40% { background-position: 20% 25%; }
            50% { background-position: -25% 10%; }
            60% { background-position: 15% 5%; }
            70% { background-position: 0% 15%; }
            80% { background-position: 25% 35%; }
            90% { background-position: -10% 10%;}
        }
        
        /* Responsive design */
        @media (max-width: 992px) {
            .photo-grid,
            .motion-grid {
                grid-template-columns: 1fr;
            }
            
            .motion-grid {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            }
            
            .contact-links {
                gap: 20px;
            }
            
            .contact-link {
                min-width: 140px;
            }
        }
        
        @media (max-width: 768px) {
  .mobile-menu-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.92);
  }

  nav{ position: relative; }

  nav ul{
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(320px, calc(100vw - 40px));
    padding: 14px;
    margin: 0;
    list-style: none;
    border-radius: 16px;
    background: rgba(10,12,18,.92);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 60px rgba(0,0,0,.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 14px;
    z-index: 999;
  }

  nav ul.active{
    display: flex;
  }

  nav ul a{
    display: block;
    padding: 10px 10px;
    border-radius: 12px;
  }

  nav ul a:hover{
    background: rgba(255,255,255,.06);
  }

  .hero-title {
    font-size: clamp(36px, 10vw, 60px);
  }

  .footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .contact-links {
    flex-direction: column;
    align-items: center;
  }

  .contact-link {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 576px) {
            .photo-grid {
                grid-template-columns: 1fr;
            }
            
            .section-header {
                margin-bottom: 60px;
            }
            
            .hero-scroll {
                bottom: 20px;
            }
        }
        

.services{
  padding: 90px 0;
}

.services-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 34px;
}

.services .kicker{
  display: inline-block;
  opacity: 0.75;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.services h2{
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.services .lead{
  max-width: 60ch;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.88;
  margin: 0;
}

.services-cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

/* 3 kártya */
.services-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

/* kártya: kevés border, több levegő */
.service-card{
  padding: 26px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 60px rgba(0,0,0,0.30);
}

.service-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.pill{
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(120,100,255,0.18);
  border: 1px solid rgba(120,100,255,0.30);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.service-meta{
  font-size: 13px;
  opacity: 0.7;
  white-space: nowrap;
}

.service-card h3{
  font-size: 22px;
  margin: 0 0 8px;
}

.service-one{
  font-size: 16px;
  line-height: 1.55;
  opacity: 0.9;
  margin: 0 0 14px;
}

/* max 3 bullet, légiesebb */
.service-list{
  margin: 0 0 18px;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  opacity: 0.9;
}

.service-link{
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.92;
}

.service-link:hover{
  opacity: 1;
  text-decoration: underline;
}

/* reszponzív */
@media (max-width: 980px){
  .services-head{
    flex-direction: column;
    align-items: flex-start;
  }
  .services-grid{
    grid-template-columns: 1fr;
  }
  .service-meta{ white-space: normal; }
}
.services-quote{
  position: relative;
  border-radius: 22px;
  padding: 26px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 70px rgba(0,0,0,0.35);
}

/* kis karakter: accent csík */
.services-quote::before{
  content:"";
  position: absolute;
  left: 14px;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(120,100,255,0.9), rgba(60,160,255,0.6));
  opacity: 0.85;
}

/* EGYSOROS LAYOUT */
.services-quote--row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

/* bal oldal: monológ */
.services-quote__mono{
  margin: 0;
  padding-left: 18px; /* a csík miatt */
  font-size: 18px;
  line-height: 1.65;
  opacity: 0.92;
  max-width: 60ch;
  flex: 1 1 auto;
}

/* jobb oldal: CTA blokk */
.services-quote__right{
  flex: 0 0 280px;      /* gomb szélesség */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

/* gomb */
.services-quote__cta{
  width: 100%;
  justify-content: center;
  padding: 14px 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* meta */
.services-quote__meta{
  font-size: 13px;
  opacity: 0.7;
  padding-left: 18px; /* vizuálisan illeszkedjen */
  text-align: right;
}

/* mobilon menjen egymás alá, mert muszáj */
@media (max-width: 980px){
  .services-quote--row{
    flex-direction: column;
    align-items: stretch;
  }
  .services-quote__right{
    flex: 1 1 auto;
    align-items: stretch;
  }
  .services-quote__meta{
    text-align: left;
  }
}
/* --- Micro-anim: accent csík "lélegzik" --- */
.services-quote::before{
  /* a te csíkod megmarad, csak animáljuk picit */
  animation: accentPulse 2.8s ease-in-out infinite;
}

@keyframes accentPulse{
  0%, 100% { opacity: 0.55; filter: blur(0px); }
  50%      { opacity: 1;    filter: blur(0.6px); }
}

/* --- Micro-anim: a blokk nagyon finoman él --- */
.services-quote--row{
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.services-quote--row:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 85px rgba(0,0,0,0.42);
}

/* --- CTA gomb: csillanás (shimmer) --- */
.services-quote__cta{
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.services-quote__cta::after{
  content:"";
  position:absolute;
  top: -20%;
  left: -60%;
  width: 60%;
  height: 140%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.35) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-18deg);
  opacity: 0.65;
  animation: ctaSheen 3.6s ease-in-out infinite;
}

@keyframes ctaSheen{
  0%, 55% { transform: translateX(0) skewX(-18deg); opacity: 0; }
  65%     { opacity: 0.65; }
  100%    { transform: translateX(300%) skewX(-18deg); opacity: 0; }
}

/* Hoverre kicsit “kattanjon” */
.services-quote__cta:hover{
  transform: translateY(-1px);
}

/* Akadálymentesség: aki nem kér mozgást, annak nincs */
@media (prefers-reduced-motion: reduce){
  .services-quote::before,
  .services-quote__cta::after{
    animation: none !important;
  }
  .services-quote--row,
  .services-quote__cta{
    transition: none !important;
  }
}
.services-quote{ position: relative; overflow: hidden; }

.cute-buddy{
  position: absolute;
  right: 14px;
  top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  opacity: 0.95;
}

.cute-buddy__bubble{
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0.9;
}

.cute-buddy__cam{
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
  animation: buddyFloat 2.8s ease-in-out infinite;
}

/* “lencse” */
.cute-buddy__cam::before{
  content:"";
  position:absolute;
  inset: 9px;
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.18);
}

/* “pislogó” fény pötty */
.cute-buddy__cam::after{
  content:"";
  position:absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  right: 8px;
  top: 8px;
  background: rgba(120,100,255,0.95);
  animation: blink 3.6s ease-in-out infinite;
}

@keyframes buddyFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(6px); }
}

@keyframes blink{
  0%, 88%, 100% { transform: scale(1); opacity: 0.95; }
  92%           { transform: scale(0.2); opacity: 0.35; }
  96%           { transform: scale(1); opacity: 0.95; }
}

@media (prefers-reduced-motion: reduce){
  .cute-buddy__cam{ animation: none; }
  .cute-buddy__cam::after{ animation: none; }
}
.mini-portfolio{
  padding: 90px 0;
}

.mp-head h2{
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.mp-head .lead{
  margin-top: 8px;
  max-width: 62ch;
}

/* grid */
.mp-grid{
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr; /* a videó legyen nagyobb */
  gap: 18px;
  align-items: stretch;
}

/* card */
.mp-card{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  display: block;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 70px rgba(0,0,0,0.35);
  min-height: 320px;
  transform: translateZ(0);
  text-decoration: none;
}

.mp-card img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

/* overlay + caption */
.mp-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.05) 0%,
    rgba(0,0,0,0.25) 45%,
    rgba(0,0,0,0.60) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  gap: 12px;
  opacity: 1;
}

.mp-caption{
  display: grid;
  gap: 4px;
}

.mp-title{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.mp-sub{
  font-size: 13px;
  opacity: 0.78;
}

/* play ikon csak a videós kártyán */
.mp-play{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  align-self: flex-start;
}

.mp-play::before{
  content:"";
  width: 0;
  height: 0;
  border-left: 12px solid rgba(255,255,255,0.9);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

/* hover: kicsi zoom + lift */
.mp-card{
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.mp-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 90px rgba(0,0,0,0.48);
  border-color: rgba(255,255,255,0.16);
}

.mp-card:hover img{
  transform: scale(1.08);
}

/* bottom line + CTA */
.mp-bottom{
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.mp-proofline{
  font-size: 14px;
  opacity: 0.8;
  letter-spacing: 0.02em;
}

.mp-cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* responsive */
@media (max-width: 980px){
  .mp-grid{
    grid-template-columns: 1fr;
  }
  .mp-card{
    min-height: 260px;
  }
}
.faq-mini{
  padding: 80px 0;
}

.faq-mini__head h2{
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.faq-mini__head .lead{
  margin-top: 8px;
  max-width: 62ch;
}

/* lista */
.faq-mini__list{
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

/* item */
.faq-mini__item{
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 45px rgba(0,0,0,0.22);
}

/* summary */
.faq-mini__item summary{
  cursor: pointer;
  font-weight: 850;
  font-size: 16px;
  list-style: none;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.faq-mini__item summary::-webkit-details-marker{ display:none; }

/* plus ikon */
.faq-mini__item summary::after{
  content:"+";
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  opacity: 0.85;
  font-weight: 900;
  flex: 0 0 auto;
  transition: transform 200ms ease, opacity 200ms ease;
}

.faq-mini__item[open] summary::after{
  transform: rotate(45deg);
  opacity: 1;
}

/* body */
.faq-mini__body{
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.88;
  max-width: 75ch;
}

/* bottom bar */
.faq-mini__bottom{
  margin-top: 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.faq-mini__note{
  font-size: 14px;
  opacity: 0.85;
}

/* mobile */
@media (max-width: 980px){
  .faq-mini__bottom{
    flex-direction: column;
    align-items: stretch;
  }
}
/* =========================================================
   MOBILE HOTFIX PACK (telefonos négyzet)
   - nincs vízszintes kilógás
   - Short-form cím nem csúszik ki
   - mobil menü nem full-screen, hanem panel + backdrop
   ========================================================= */

/* 0) Globál: nincs oldalirányú kilógás */
html, body{
  width: 100%;
  overflow-x: hidden;
}
*, *::before, *::after{ box-sizing: border-box; }
img, video, svg{ max-width: 100%; height: auto; }

/* 1) Container mobilon kicsit szellősebb, de biztonságos */
@media (max-width: 520px){
  .container{ padding-left: 16px; padding-right: 16px; }
}

/* 2) Short-form (intro-dark) NE LÓGJON KI MOBILON */
.intro-dark-copy h2,
.intro-dark-copy h1{
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

@media (max-width: 980px){
  .intro-dark-grid{
    grid-template-columns: 1fr;   /* ne maradjon két oszlop */
    gap: 18px;
  }

  .intro-dark-cards{
    padding-left: 0;              /* a mackó miatt ne tolja ki */
  }

  /* a mackó ne lógjon túl balra */
  .bear{
    left: -10px;
    transform: scale(.9);
  }
}

/* 3) BEFORE/AFTER blokk mobilon ne hagyjon “fura” széleket */
@media (max-width: 520px){
  .ba, .ba-frame{ width: 100%; }
  .ba-frame{
    border-radius: 16px; /* szebb mobilon */
  }
}

/* 4) Mobil menü: normális dropdown panel + backdrop (nem full-screen) */
.nav-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 1100;
}

body.nav-open .nav-backdrop{
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px){
  /* a fix header miatt legyen kattintható */
  header{ mix-blend-mode: normal; }

  .mobile-menu-btn{
    display: block;
    position: relative;
    z-index: 1301; /* a panel fölött is biztos */
  }

  nav{ position: relative; }

  nav ul{
    /* nem full-screen */
    display: block;               /* ne a display none/flex logikán múljon */
    position: fixed;
    top: 78px;                    /* header alá */
    right: 12px;
    left: 12px;

    width: auto;
    max-width: 520px;
    margin-left: auto;

    height: auto;
    max-height: calc(100vh - 110px);
    overflow: auto;

    padding: 14px;
    border-radius: 18px;
    background: rgba(14,16,18,0.96);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 22px 70px rgba(0,0,0,0.55);

    /* zárt állapot */
    opacity: 0;
    transform: translateY(-8px) scale(.98);
    pointer-events: none;

    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 1200;

    /* mobilon oszlop */
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  nav ul.active{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  nav ul li a{
    display: block;
    padding: 12px 12px;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: 2px;
  }

  nav ul li a:hover{
    background: rgba(255,255,255,0.06);
  }

  /* a hover aláhúzás mobilon csak zavart kelt */
  nav ul li::after{ display: none; }
}

/* 5) iOS safe-area apróságok */
@supports (padding: max(0px)){
  @media (max-width: 768px){
    nav ul{
      right: max(12px, env(safe-area-inset-right));
      left:  max(12px, env(safe-area-inset-left));
    }
  }
}
/* ====== GRAIN / NOISE OFF ====== */
.grain,
.noise,
.tv-noise{
  display: none !important;
}

body::before,
body::after{
  /* ha a zaj pseudo-elementtel volt megoldva */
  animation: none !important;
}


/* ====== FOOTER LINKS VISIBLE ====== */
footer a,
.footer a{
  color: rgba(255,255,255,0.92) !important;
  opacity: 1 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255,255,255,0.35);
}

footer a:hover,
.footer a:hover{
  text-decoration-color: rgba(255,255,255,0.7);
}

footer,
.footer{
  position: relative;
  z-index: 2;
}
/* ====== NAV OPEN: NO BLUR, MENU CRISP ====== */
.nav-backdrop{
  /* ha használsz backdrop-et */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: rgba(0,0,0,0.18) !important; /* csak enyhe sötétítés */
}

/* maga a menü panel legyen nagyon kontrasztos */
@media (max-width: 768px){
  nav ul{
    background: rgba(10,12,14,0.98) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    box-shadow: 0 22px 70px rgba(0,0,0,0.65) !important;
  }

  nav ul li a{
    color: rgba(255,255,255,0.92) !important;
  }
}
.brand-marquee{
  padding: 22px 0;
  overflow: hidden;
}

.marquee{
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.marquee-track{
  display:flex;
  align-items:center;
  gap: 28px;
  width:max-content;
  animation: marquee 22s linear infinite;
  will-change: transform;
}

/* csak “doboz”, de se háttér, se keret */
.brand-pill{
  height: 90px;                 /* ettől lesz nagyobb a sáv */
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
  padding: 0;                   /* nincs keretezés */
}

.brand-pill img{
  height: 60px;                 /* EZ a fő méret */
  width: auto;
  max-width: 220px;             /* széles logók ne nyúljanak el */
  object-fit: contain;
  display:block;
  opacity: .92;
  transform: translateZ(0);
  transition: transform .18s ease, opacity .18s ease, filter .18s ease;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.28));
}

/* finom “élet” hoverre, háttér nélkül */
.brand-pill:hover img{
  opacity: 1;
  transform: scale(1.06);
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.38));
}

/* végtelen szalag */
@keyframes marquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); } /* kell a duplikált tartalom */
}

/* hoverre álljon meg */
.brand-marquee:hover .marquee-track{
  animation-play-state: paused;
}

@media (max-width: 768px){
  .brand-pill{ height: 76px; }
  .brand-pill img{ height: 48px; max-width: 170px; }
  .marquee-track{ gap: 18px; animation-duration: 18s; }
}
