/* ==========================================================================
   Zárszerviz 24 — Hero (Secció 1) | fotó-központú, középre igazított
   ========================================================================== */

:root{
  --white:#ffffff;
  --ink:#141b2d;
  --muted:#5c6472;
  --red:#ce2939;
  --red-dark:#b21f2e;
  --green:#2e7d46;
  --green-dark:#256b3b;
  --gold:#f6b21b;
  --line:#e7eaf0;
  --shadow-sm:0 4px 14px rgba(20,27,45,.10);
  --shadow-md:0 16px 40px rgba(20,27,45,.16);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
section[id]{scroll-margin-top:72px}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);
  background:#ffffff;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  min-height:100vh;
  overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
ul{margin:0;padding:0;list-style:none}

.ic{width:22px;height:22px;flex:0 0 auto}
.ic--sm{width:15px;height:15px}

/* ---- Fejléc (vékony) ---- */
.topbar{
  display:flex;align-items:center;justify-content:space-between;
  max-width:640px;margin:0 auto;padding:14px 20px;
}
.brand{display:inline-flex;align-items:center;gap:9px;font-weight:800;letter-spacing:.02em}
.brand__badge{
  display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;
  background:var(--red);color:#fff;box-shadow:var(--shadow-sm)
}
.brand__logo{display:block;height:46px;width:auto}
.brand__text{font-size:1rem;color:var(--ink)}
.brand__text b{color:var(--red);margin-left:2px}
.pill-phone{
  display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;
  background:var(--red);color:#fff;box-shadow:var(--shadow-sm)
}
.pill-phone:active{transform:translateY(1px)}

/* ==========================================================================
   HERO — egy oszlop, középre
   ========================================================================== */
.hero{padding:6px 20px 40px}
.hero__col{
  max-width:600px;margin:0 auto;
  display:flex;flex-direction:column;align-items:center;text-align:center;
}

/* ---- Fotó felül (teljes szélesség, szélek a képernyőn túl) ---- */
.hero__photo{
  position:relative;z-index:1;
  width:100vw;margin-left:calc(50% - 50vw);
  display:flex;justify-content:center;
}
.hero__frame{position:relative;width:min(100vw,480px)}
.hero__frame img{
  width:100%;height:auto;
  filter:drop-shadow(0 18px 26px rgba(20,27,45,.12));
}

/* ---- Értékelés-badge: bal-alul a fotón ---- */
.rating{
  position:absolute;right:14px;bottom:16px;z-index:2;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  width:124px;height:112px;padding:12px 10px;
  background:var(--white);border:1px solid var(--line);border-radius:22px;
  box-shadow:var(--shadow-md);
}
.rating__stars{display:flex;gap:2px;color:var(--gold)}
.rating__stars .ic{width:15px;height:15px}
.rating__score{font-size:1.85rem;font-weight:800;line-height:1.05;margin-top:4px}
.rating__label{font-size:.68rem;font-weight:600;color:var(--muted);letter-spacing:.01em;margin-top:1px}

/* ---- Cím a fotó alatt: tömör piros keret, fehér szöveg ---- */
.hero__title{
  display:inline-block;
  margin:0 0 14px;padding:12px 24px;
  background:var(--red);color:#fff;border-radius:0;box-shadow:var(--shadow-md);
  font-size:2.15rem;line-height:1.12;font-weight:800;letter-spacing:-.015em;
}

/* ---- Rövid leírás ---- */
.hero__lead{
  margin:0 0 22px;font-size:1.06rem;color:var(--muted);max-width:30em
}
.hero__lead strong{color:var(--ink);font-weight:700}

/* ---- CTA (négyszögletes, kétsoros, nagyobb) ---- */
.cta{
  display:inline-flex;align-items:center;justify-content:center;gap:13px;white-space:nowrap;
  width:100%;max-width:460px;min-height:74px;padding:14px 26px;
  color:#fff;background:var(--red);border-radius:0;box-shadow:var(--shadow-md);
  transition:background .12s ease,transform .12s ease;
}
.cta .ic{width:28px;height:28px}
.cta__txt{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}
.cta__top{font-size:.86rem;font-weight:700;opacity:.95}
.cta__num{font-size:1.42rem;font-weight:800;letter-spacing:.01em}
.cta:hover{background:var(--red-dark)}
.cta:active{transform:translateY(1px)}

/* ---- Mini bizalmi sor ---- */
.mini{
  display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center;margin-top:16px
}
.mini li{display:inline-flex;align-items:center;gap:6px;font-size:.86rem;font-weight:600;color:var(--muted)}
.mini .ic{color:var(--green)}

/* ==========================================================================
   SZOLGÁLTATÁSOK
   ========================================================================== */
.services{padding:38px 20px 46px;background:#fff}
.section{max-width:1040px;margin:0 auto}
.sec-title{
  margin:0 0 8px;text-align:center;font-size:1.7rem;line-height:1.18;
  font-weight:800;letter-spacing:-.01em
}
.sec-lead{
  margin:0 auto 26px;text-align:center;max-width:40em;
  font-size:1.02rem;color:var(--muted)
}
.sec-lead strong{color:var(--ink);font-weight:700}

.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.svc{
  background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;
  box-shadow:0 3px 10px rgba(20,27,45,.05);
  transition:box-shadow .15s ease,transform .15s ease;
}
.svc:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.svc__img{aspect-ratio:16/10;background:#eef1f6}
.svc__img img{display:block;width:100%;height:100%;object-fit:cover}
.svc__body{padding:14px 14px 18px}
.svc__title{margin:0 0 6px;font-size:1.06rem;font-weight:800;overflow-wrap:break-word;hyphens:auto}
.svc__text{margin:0;font-size:.92rem;color:var(--muted);line-height:1.5}

.cta--center{display:flex;margin:30px auto 0}

/* ==========================================================================
   FOLYAMAT (Процесс)
   ========================================================================== */
.process{padding:8px 20px 46px;background:#fff}
.proc-photo{
  max-width:560px;margin:0 auto 28px;border-radius:16px;overflow:hidden;
  aspect-ratio:4/3;background:#eef1f6;border:1px solid var(--line)
}
.proc-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 20%}

.steps{list-style:none;margin:0 auto;padding:0;max-width:600px;display:flex;flex-direction:column;gap:20px}
.step{position:relative;display:flex;gap:15px;align-items:flex-start}
.step:not(:last-child)::before{
  content:"";position:absolute;left:19px;top:46px;bottom:-20px;width:2px;background:var(--line)
}
.step__num{
  position:relative;z-index:1;flex:0 0 auto;display:grid;place-items:center;
  width:40px;height:40px;border-radius:50%;background:var(--red);color:#fff;
  font-weight:800;font-size:1.1rem
}
.step__body{padding-top:3px}
.step__title{margin:0 0 4px;font-size:1.16rem;font-weight:800}
.step__text{margin:0;font-size:.98rem;color:var(--muted);line-height:1.5}
.step__text strong{color:var(--ink)}

/* ==========================================================================
   VÉLEMÉNYEK (Отзывы)
   ========================================================================== */
.reviews{padding:8px 20px 48px;background:#fff}
/* карусель отзывов: свайп + стрелки */
.rev-carousel{position:relative}
.rev-track{
  display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;padding:6px 2px 12px;
  scrollbar-width:none
}
.rev-track::-webkit-scrollbar{display:none}
.rev{
  flex:0 0 300px;width:300px;scroll-snap-align:center;margin:0;
  background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 20px 18px;
  box-shadow:0 3px 10px rgba(20,27,45,.05);display:flex;flex-direction:column;gap:12px
}
.rev-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;
  color:var(--ink);box-shadow:var(--shadow-md);display:grid;place-items:center;cursor:pointer;
  transition:background .12s ease,color .12s ease
}
.rev-arrow:hover{background:var(--red);color:#fff;border-color:var(--red)}
.rev-arrow .ic{width:22px;height:22px}
.rev-arrow--prev{left:-8px}
.rev-arrow--prev .ic{transform:rotate(180deg)}
.rev-arrow--next{right:-8px}
@media (max-width:520px){
  .rev-arrow{width:38px;height:38px}
  .rev-arrow--prev{left:2px}
  .rev-arrow--next{right:2px}
}
.rev__stars{display:flex;gap:2px;color:var(--gold)}
.rev__stars .ic{width:18px;height:18px}
.rev__text{margin:0;font-size:1rem;line-height:1.55;color:var(--ink)}
.rev__author{display:flex;align-items:center;gap:11px;margin-top:auto}
.rev__avatar{
  flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;
  background:var(--red);color:#fff;font-weight:800;font-size:1.05rem
}
.rev__who{display:flex;flex-direction:column;line-height:1.25}
.rev__name{font-weight:700;font-size:.98rem}
.rev__meta{font-size:.85rem;color:var(--muted)}

/* ==========================================================================
   ELLÁTOTT TERÜLETEK (Зоны выезда)
   ========================================================================== */
.areas{padding:8px 20px 48px;background:#fff}
.areas-grid{
  list-style:none;margin:0 auto;padding:0;max-width:840px;
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px
}
.area{
  font-size:.95rem;font-weight:600;color:var(--ink);
  background:#f5f7fa;border:1px solid var(--line);border-radius:999px;padding:9px 15px;
  transition:border-color .12s ease,background .12s ease
}
.area b{color:var(--red);font-weight:800;margin-right:2px}
.area:hover{background:#fff;border-color:var(--red)}
.areas-note{text-align:center;color:var(--muted);margin:18px 0 0;font-size:.95rem}

/* ==========================================================================
   RÉSZLETES SZOLGÁLTATÁSOK (детальные секции по услугам)
   ========================================================================== */
.svc-detail{padding:11px 20px;background:#fff}
.detail{
  display:flex;flex-direction:column;gap:16px;align-items:flex-start;
  background:#f6f8fb;border:1px solid var(--line);border-radius:20px;
  padding:16px 16px 22px;box-shadow:0 3px 10px rgba(20,27,45,.04)
}
.detail__media{width:100%}
.detail__media img{
  width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:14px
}
.detail__media--tall img{aspect-ratio:4/3;object-position:center 22%}
.detail__title{margin:0 0 10px;font-size:1.5rem;line-height:1.22;font-weight:800;letter-spacing:-.01em}
.detail__text{margin:0;font-size:1.04rem;line-height:1.62;color:var(--muted)}
.detail__text strong{color:var(--ink);font-weight:700}
.detail .cta--center{margin-top:22px}

/* статистика в секции быстрого выезда */
.arrival-stats{
  list-style:none;margin:18px 0 0;padding:0;
  display:flex;flex-wrap:wrap;gap:14px 26px
}
.arrival-stats li{display:flex;flex-direction:column;line-height:1.15}
.arrival-stats b{font-size:1.5rem;font-weight:800;color:var(--red)}
.arrival-stats span{font-size:.85rem;color:var(--muted);margin-top:2px}

/* секция качества/квалификации */
.quality{padding:11px 20px 48px;background:#fff}
.quality__box{
  background:#f6f8fb;border:1px solid var(--line);border-radius:20px;
  padding:26px 20px;box-shadow:0 3px 10px rgba(20,27,45,.04)
}
.quality__box .sec-lead{margin-bottom:22px}
.quality-points{
  list-style:none;margin:0 auto;padding:0;max-width:760px;
  display:grid;grid-template-columns:1fr;gap:12px
}
.quality-points li{
  display:flex;align-items:flex-start;gap:10px;
  font-size:1rem;font-weight:600;color:var(--ink);text-align:left
}
.quality-points .ic{width:22px;height:22px;color:var(--green);flex:0 0 auto;margin-top:1px}

/* секция инструментов/технологии */
.tools{padding:11px 20px 48px;background:#fff}
.tools .sec-title{margin-bottom:16px}
.tools__text{
  max-width:770px;margin:0 auto 18px;text-align:center;
  font-size:1.06rem;line-height:1.65;color:var(--muted)
}
.tools__text strong{color:var(--ink);font-weight:700}
.tools__note{
  max-width:770px;margin:0 auto;padding:15px 18px;
  background:#f6f8fb;border:1px solid var(--line);border-left:4px solid var(--red);border-radius:12px;
  font-size:.98rem;line-height:1.6;color:var(--ink)
}

/* ==========================================================================
   GYIK (FAQ)
   ========================================================================== */
.faq{padding:11px 20px 48px;background:#fff}
.faq__list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq__item{background:#f6f8fb;border:1px solid var(--line);border-radius:14px}
.faq__item summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:16px 18px;font-weight:700;font-size:1.04rem;color:var(--ink)
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary .ic{
  width:20px;height:20px;color:var(--red);flex:0 0 auto;
  transform:rotate(90deg);transition:transform .18s ease
}
.faq__item[open] summary .ic{transform:rotate(-90deg)}
.faq__a{padding:0 18px 16px;color:var(--muted);font-size:.98rem;line-height:1.6}
.faq__a strong{color:var(--ink);font-weight:700}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{background:var(--ink);color:#fff;margin-top:8px}
.footer__inner{display:flex;flex-direction:column;gap:22px;padding:34px 20px}
.footer__logo{font-size:1.25rem;font-weight:800;letter-spacing:.02em}
.footer__logo b{color:var(--red);margin-left:2px}
.footer__tag{margin:8px 0 0;color:rgba(255,255,255,.72);font-size:.96rem;line-height:1.55;max-width:34em}
.footer__phone{
  display:inline-flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;color:#fff
}
.footer__phone .ic{width:24px;height:24px;color:var(--red)}
.footer__hours{margin:8px 0 0;color:rgba(255,255,255,.72);font-size:.94rem}
.footer__hours strong{color:#fff}
.footer__nav{display:flex;flex-wrap:wrap;gap:10px 22px}
.footer__nav a{color:rgba(255,255,255,.8);font-size:.96rem;font-weight:600}
.footer__nav a:hover{color:#fff}
.footer__bottom{
  border-top:1px solid rgba(255,255,255,.12);text-align:center;
  padding:16px 20px;font-size:.85rem;color:rgba(255,255,255,.55)
}

/* ==========================================================================
   Nagyobb képernyő
   ========================================================================== */
@media (min-width:560px){
  .svc-grid{gap:16px}
  .svc__body{padding:16px 18px 20px}
  .svc__title{font-size:1.18rem}
  .svc__text{font-size:.96rem}
}
@media (min-width:640px){
  .hero__title{font-size:2.4rem}
  .hero__lead{font-size:1.14rem}
  .rating__score{font-size:2rem}
  .rating__stars .ic{width:16px;height:16px}
}

/* ==========================================================================
   Asztali gép — ideiglenes rendezés (a részletes desktop dizájn külön készül)
   Középre igazított, kompakt oszlop; a fotó NEM teljes szélességű
   ========================================================================== */
@media (min-width:900px){
  .hero{padding:10px 20px 48px}
  .hero__col{max-width:540px}

  /* fotó behatárolva, nem full-bleed */
  .hero__photo{width:auto;margin-left:0}
  .hero__frame{width:420px}

  .rating{width:130px;height:118px;right:16px;bottom:18px}
  .rating__score{font-size:1.95rem}

  .hero__title{font-size:2.3rem}

  .services{padding:56px 20px 64px}
  .sec-title{font-size:2.1rem}
  .sec-lead{font-size:1.1rem;margin-bottom:34px}
  .svc-grid{grid-template-columns:1fr 1fr 1fr;gap:18px}
  .svc__body{padding:18px 20px 22px}

  .process{padding:20px 20px 64px}
  .steps{flex-direction:row;max-width:none;gap:26px}
  .step{flex:1;flex-direction:column;align-items:center;text-align:center}
  .step:not(:last-child)::before{display:none}
  .step__body{padding-top:6px}

  .reviews{padding:20px 20px 64px}

  .quality{padding:16px 20px 64px}
  .quality__box{padding:40px 44px}
  .quality-points{grid-template-columns:1fr 1fr;gap:14px 34px}

  .faq{padding:16px 20px 64px}
  .footer__inner{flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:30px;padding:48px 20px}
  .footer__brand{flex:1 1 40%;min-width:260px}
  .footer__contact{flex:0 0 auto}
  .footer__nav{flex-direction:column;gap:10px}

  .svc-detail{padding:16px 20px}
  .detail{flex-direction:row;gap:40px;align-items:center;padding:30px 34px}
  .detail__media{flex:1 1 46%}
  .detail__body{flex:1 1 54%}
  .svc-detail--alt .detail{flex-direction:row-reverse}
  .detail__title{font-size:1.8rem}
  .detail .cta--center{margin-left:0;margin-right:auto}
}

@media (prefers-reduced-motion:reduce){
  .cta,.pill-phone{transition:none}
}
