/* =========================================================
   home-extra.css – Főoldal landing extrák
   - 3 lépés blokk
   - FTP-s referencia slider
   - FAQ accordions
   - Callback modal (mini űrlap)
   - Sticky mobile CTA (alul)
   ========================================================= */

/* ---------- Helpers (safe) ---------- */
.btn--ghost{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(245,238,220,.92);
}
.btn--ghost:hover{
  background: rgba(255,255,255,.07);
}

/* =========================================================
   HERO CTA ROW (ha nincs külön a meglévő css-ben)
   ========================================================= */
.home-hero__cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 14px;
}

/* =========================================================
   3 STEPS
   ========================================================= */
.home-steps{
  padding: 18px 0 10px;
}
.home-steps__head{
  margin-bottom: 12px;
}
.home-steps__kicker{
  display:inline-block;
  font-family:"Oswald","Inter",system-ui,sans-serif;
  text-transform:uppercase;
  letter-spacing:.7px;
  font-weight:900;
  font-size:12px;
  color: rgba(245,238,220,.82);
}
.home-steps__title{
  margin: 8px 0 6px;
  font-size: 22px;
  line-height: 1.15;
  color: rgba(245,238,220,.95);
}
.home-steps__lead{
  margin:0;
  color: rgba(234,240,246,.78);
  font-weight: 700;
}
.home-steps__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.step{
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
}
.step__icon{
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.step__h{
  font-weight: 900;
  color: rgba(245,238,220,.95);
  margin-bottom: 6px;
  letter-spacing: .2px;
}
.step__p{
  margin:0;
  color: rgba(234,240,246,.78);
  font-weight: 650;
}

/* =========================================================
   REF SLIDER (FTP)
   ========================================================= */
.home-refstrip{
  padding: 22px 0 14px;
}

.home-refstrip__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.home-refstrip__kicker{
  display:inline-block;
  font-family: "Oswald","Inter",system-ui,sans-serif;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: rgba(245,238,220,.82);
}

.home-refstrip__title{
  margin: 6px 0 6px;
  font-size: 22px;
  line-height: 1.15;
  color: rgba(245,238,220,.95);
}

.home-refstrip__lead{
  margin: 0;
  color: rgba(234,240,246,.78);
  font-weight: 700;
}

.home-refstrip__cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.home-refstrip__empty{
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
}

.kg-slider{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow-card);
}

.kg-slider__viewport{
  overflow:hidden;
}

.kg-slider__track{
  display:flex;
  gap: 12px;
  padding: 12px;
  transform: translateX(0);
  transition: transform .42s ease;
  will-change: transform;
}

.kg-slider__slide{
  flex: 0 0 auto;
  width: 320px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

.kg-slider__slide img{
  width:100%;
  height: 210px;
  object-fit: cover;
  display:block;
  transform: scale(1);
  transition: transform .35s ease;
}
.kg-slider__slide:hover img{
  transform: scale(1.035);
}

/* Prev/Next */
.kg-slider__btn{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(11,15,20,.55);
  color: rgba(245,238,220,.95);
  font-size: 24px;
  line-height: 1;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index: 2;
  backdrop-filter: blur(8px);
}
.kg-slider__btn--prev{ left: 10px; }
.kg-slider__btn--next{ right: 10px; }
.kg-slider__btn:hover{ background: rgba(11,15,20,.72); }

/* dots */
.kg-slider__dots{
  position:absolute;
  left: 0; right: 0;
  bottom: 10px;
  display:flex;
  justify-content:center;
  gap: 8px;
  z-index: 2;
}
.kg-dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  cursor:pointer;
}
.kg-dot.is-active{
  background: rgba(64,140,255,.45);
  border-color: rgba(64,140,255,.55);
  box-shadow: 0 0 0 4px rgba(64,140,255,.12);
}

/* =========================================================
   FAQ (Accordion)
   ========================================================= */
.home-faq{
  padding: 22px 0 92px; /* sticky CTA miatt nagyobb bottom */
}
.home-faq__head{
  margin-bottom: 12px;
}
.home-faq__kicker{
  display:inline-block;
  font-family:"Oswald","Inter",system-ui,sans-serif;
  text-transform:uppercase;
  letter-spacing:.7px;
  font-weight:900;
  font-size:12px;
  color: rgba(245,238,220,.82);
}
.home-faq__title{
  margin: 8px 0 6px;
  font-size: 22px;
  line-height: 1.15;
  color: rgba(245,238,220,.95);
}
.home-faq__lead{
  margin:0;
  color: rgba(234,240,246,.78);
  font-weight: 700;
}
.home-faq__cta{
  margin-top: 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Accordion – ha már van global, ez csak finomít */
.kg-acc{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.kg-acc__btn{
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 14px 14px;
  background: rgba(255,255,255,.03);
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: rgba(245,238,220,.94);
  font-weight: 900;
  letter-spacing: .2px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
.kg-acc__btn:hover{
  background: rgba(255,255,255,.05);
}
.kg-acc__chev{
  opacity: .8;
  transition: transform .18s ease, opacity .18s ease;
}
.kg-acc__btn[aria-expanded="true"] .kg-acc__chev{
  transform: rotate(180deg);
  opacity: 1;
}
.kg-acc__panel{
  padding: 12px 14px 14px;
  color: rgba(234,240,246,.82);
  background: rgba(11,15,20,.22);
}
.kg-acc__panel p{ margin: 0; }
.kg-acc__list{
  margin: 0;
  padding-left: 18px;
}
.kg-acc__list li{
  margin: 6px 0;
}

/* =========================================================
   CALLBACK MODAL (mini űrlap) – külön a devModal-tól
   ========================================================= */
#callbackModal .kg-modal__dialog{
  max-width: 560px;
}
.cbform{
  margin-top: 10px;
  display:grid;
  gap: 10px;
}
.cbform__field{
  display:grid;
  gap: 6px;
}
.cbform__lbl{
  font-weight: 900;
  color: rgba(245,238,220,.92);
  letter-spacing: .2px;
}
.cbform__input{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: rgba(234,240,246,.92);
  outline: none;
}
.cbform__input:focus{
  border-color: rgba(64,140,255,.55);
  box-shadow: 0 0 0 4px rgba(64,140,255,.12);
}
.cbform__textarea{
  min-height: 92px;
  resize: vertical;
}
.cbform__actions{
  margin-top: 4px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.cbform__fine{
  margin-top: 6px;
}

/* =========================================================
   STICKY MOBILE CTA (alul)
   ========================================================= */
.kg-sticky-cta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display:none; /* csak mobilon */
  gap: 10px;
  padding: 10px 12px;
  background: rgba(11,15,20,.86);
  border-top: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.kg-sticky-cta__btn{
  flex: 1 1 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 16px;
  text-decoration:none;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(245,238,220,.95);
  font-weight: 950;
  cursor: pointer;
}

.kg-sticky-cta__btn--quote{
  border-color: rgba(198,90,46,.35);
  background: linear-gradient(180deg, rgba(198,90,46,.98), rgba(169,75,38,.98));
  color: #fff;
}
.kg-sticky-cta__btn--quote:hover{
  filter: brightness(1.03);
}

.kg-sticky-cta__btn--cb{
  background: rgba(255,255,255,.05);
}

.kg-sticky-cta__icon{ font-size: 16px; line-height: 1; }
.kg-sticky-cta__txt{ line-height: 1; }

@media (max-width: 980px){
  .home-steps__grid{
    grid-template-columns: 1fr;
  }
  .home-refstrip__head{
    align-items:flex-start;
    flex-direction: column;
  }
  .kg-slider__slide{
    width: 78vw;
  }
  .kg-slider__slide img{
    height: 220px;
  }
  .kg-sticky-cta{
    display:flex;
  }
}

/* desktopon ne zavarjon */
@media (min-width: 981px){
  .home-faq{
    padding-bottom: 26px;
  }
}
