/*--------------------------------------------------------------
  custom.css — Modern upgrade az eredeti Lumia template fölé
  Az eredeti structure/classok megmaradnak, csak vizuálisan modernizálunk
--------------------------------------------------------------*/

/* ---- Google Font: Playfair Display a headingekhez (elegáns serif) ---- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap');

/*--------------------------------------------------------------
  # Általános
--------------------------------------------------------------*/
html {
  /* Vízszintes elcsúszás/túlcsordulás megakadályozása mobilon.
     A clip (nem hidden) nem hoz létre görgetési konténert, ezért a
     position: sticky (pl. árlista menü) továbbra is működik. */
  overflow-x: clip;
}

body {
  font-family: 'Inter', 'Open Sans', sans-serif;
  color: #2d2d2d;
  background: url('/images/marble.jpg') center center / cover fixed;
  overflow-x: hidden; /* mobilon ne csússzon ki semmi */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Raleway', serif;
}

a {
  color: #5a5a5a;
  transition: color 0.25s;
}

a:hover {
  color: #1a1a1a;
}

/*--------------------------------------------------------------
  # Header — glassmorphism + kisebb magasság
  FONTOS: backdrop-filter NEM lehet közvetlenül a #header-en,
  mert Chromium-ban a backdrop-filter "containing block"-ká teszi
  az elemet a position:fixed gyermekek számára. Így a .navbar-mobile
  overlay (position:fixed) csak a 72px header területére vonatkoznék
  a teljes viewport helyett. Ezért ::before pseudo-elemen alkalmazzuk.
--------------------------------------------------------------*/
#header {
  height: 72px;
  background: transparent;
  box-shadow: 0 1px 0 rgba(0,0,0,0.07);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Glassmorphism effekt pseudo-elemen keresztül */
#header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
  z-index: 0;
}

/* A header tartalma a blur-réteg felett legyen */
#header .container {
  position: relative;
  z-index: 1;
}

#header .logo h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
}

#header .logo h3 a,
#header .logo h3 a:hover {
  color: #1a1a1a;
}

/*--------------------------------------------------------------
  # Navigáció
--------------------------------------------------------------*/
.navbar a,
.navbar a:focus {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #7e7e7e;
  padding: 10px 0 10px 24px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #1a1a1a;
}

.navbar .dropdown ul {
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.06);
  top: calc(100% + 10px);
}

.navbar .dropdown ul a {
  font-size: 13px;
  padding: 10px 20px;
  color: #6b6b6b;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a {
  color: #1a1a1a;
  background: #f2f2f2;
}

.navbar .dropdown:hover > ul {
  top: 100%;
}

.header-social-links a {
  color: #888;
  font-size: 16px;
  transition: color 0.25s;
}

.header-social-links a:hover {
  color: #1a1a1a;
}

/*--------------------------------------------------------------
  # Tartalom zoom — 80% (navbar marad 100%)
  A header fix-pozícionált és nincs zoom alá vonva.
  Mobilon (max-width: 991px) visszavonjuk, hogy ne legyen kettős skálázás.
--------------------------------------------------------------*/
#hero,
#main,
footer#footer {
  zoom: 0.8;
}

@media (max-width: 991px) {
  #hero,
  #main,
  footer#footer {
    zoom: 1;
  }
}

/*--------------------------------------------------------------
  # Hero — nagyobb, elegánsabb
--------------------------------------------------------------*/
#hero {
  height: 90vh;
  min-height: 600px;
  max-height: 1000px;
  margin-top: 0;
  background: url("images/marble.jpg") center center / cover no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

#hero:before {
  background: rgba(255, 255, 255, 0.50);
}

#hero .container {
  text-align: center !important;
}

#hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

#hero h1 span {
  border-bottom: none;
}

#hero h1 span:not(.hero-line) {
  border-bottom: 1px solid rgba(0,0,0,0.45);
  font-style: italic;
  font-weight: 600;
}

#hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.3px;
  text-transform: none;
  color: rgba(0,0,0,0.68);
  line-height: 1.5;
  margin-bottom: 16px;
}

/*--------------------------------------------------------------
  # Sections általános
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-title {
  padding-bottom: 48px;
}

.contact .section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.section-title h2::before {
  width: 60px;
  left: calc(50% - 30px);
  background: #e8e5e0;
  bottom: 1px;
}

.section-title h2::after {
  width: 0;
  left: calc(50% - 15px);
  height: 2px;
  background: #1a1a1a;
  bottom: 0;
  transition: width 0.55s ease 0.2s;
}

.section-title.line-revealed h2::after {
  width: 30px;
}

.section-title p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  font-weight: 500;
}

/*--------------------------------------------------------------
  # About (Rólunk)
--------------------------------------------------------------*/
.about {
  padding: 80px 0;
  background: rgba(246,246,246,0.90);
  position: relative;
}

.about img {
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.13);
  width: 100%;
  object-fit: cover;
}

/* Kép wrapper — dekoratív offset keret */
.about .about-img-wrap {
  position: relative;
  padding: 0 0 24px 24px;
  max-width: 80%;
}

.about .about-img-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 2px solid #d0d0d0;
  border-radius: 12px;
  z-index: 0;
}

.about .about-img-wrap img {
  position: relative;
  z-index: 1;
}

/* Lista — kártyaszerű elemek bal accent csíkkal */
.about ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.about ul li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border-left: 3px solid #1a1a1a;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.about ul li i {
  font-size: 20px;
  color: #1a1a1a;
  flex-shrink: 0;
  margin-top: 2px;
}

.about ul li h4 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

/* Diploma kártya */
.about .icon-boxes {
  margin-top: 8px;
}

.about .icon-boxes .col-md-6 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  min-height: 90px;
}

.about .icon-boxes i {
  font-size: 32px;
  color: #888;
  flex-shrink: 0;
}

.about .icon-boxes h5 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #555;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

/*--------------------------------------------------------------
  # Szolgáltatások (What We Do)
--------------------------------------------------------------*/
.what-we-do {
  background: rgba(245,245,245,0.82);
  position: relative;
}

.what-we-do .icon-box {
  position: relative;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-top: 3px solid transparent;
  border-radius: 12px;
  padding: 40px 28px 32px;
  transition: all 0.35s ease;
  height: 100%;
  overflow: hidden;
}

.what-we-do .icon-box::after {
  content: '→';
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 18px;
  color: #ccc;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.what-we-do .icon-box:hover {
  border-top-color: #1a1a1a;
  box-shadow: 0 16px 48px rgba(0,0,0,0.10);
  transform: translateY(-5px);
}

.what-we-do .icon-box:hover::after {
  color: #1a1a1a;
  right: 18px;
}

.what-we-do .icon-box .icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 28px;
  border: 1px solid #e2e2e2;
  transition: all 0.3s ease;
}

.what-we-do .icon-box .icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.what-we-do .icon-box .icon i {
  font-size: 32px;
  color: #1a1a1a;
}

.what-we-do .icon-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

a.icon-box {
  display: block;
  color: inherit;
  cursor: pointer;
}

a.icon-box:hover {
  color: inherit;
  text-decoration: none;
}

.what-we-do .icon-box p {
  font-size: 12px;
  color: #bbb;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
  # Galéria (Portfolio)
--------------------------------------------------------------*/
.portfolio {
  background: rgba(255,255,255,0.97);
  position: relative;
  padding: 80px 0;
}

/* Önálló galéria oldal: térköz a fixed fejléc és a "Galéria" felirat között */
.portfolio.galeria-page { padding-top: 140px; }
@media (max-width: 991px) {
  .portfolio.galeria-page { padding-top: 108px; }
}

.portfolio .portfolio-item {
  height: auto !important;
  padding: 14px;
}

.portfolio .portfolio-item figure {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin: 0;
  background: transparent !important;
  height: auto !important;
}

.portfolio .portfolio-item figure img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.portfolio .portfolio-wrap:hover figure img {
  transform: scale(1.05);
  opacity: 1 !important;
}

.portfolio-more-btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1a1a1a;
  border: 1.5px solid #1a1a1a;
  border-radius: 50px;
  padding: 12px 32px;
  text-decoration: none;
  transition: all 0.25s;
}

.portfolio-more-btn:hover {
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
}

.portfolio #portfolio-flters li {
  background: #fff;
  border: 1px solid #e0ddd8;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 20px;
  color: #666;
  transition: all 0.25s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.portfolio .portfolio-wrap {
  border-radius: 10px;
  /* overflow: hidden removed — was clipping box-shadow visually in some browsers */
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  background: #fff;
  padding: 0;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  transform: translateY(-3px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 14px 14px 18px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.portfolio .portfolio-item .portfolio-info p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #777;
  text-transform: none;
  font-weight: 500;
  margin: 0;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  outline: none;
}

.portfolio .portfolio-item figure .link-preview:focus,
.portfolio .portfolio-item figure .link-details:focus {
  outline: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.portfolio .portfolio-wrap a,
.portfolio .portfolio-wrap a:focus,
.portfolio .portfolio-wrap a:active {
  outline: none;
  text-decoration: none;
}

/*--------------------------------------------------------------
  # Csapatunk (Team)
--------------------------------------------------------------*/
.team {
  background: rgba(252,252,252,0.93);
  position: relative;
}

.team .member {
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team .member:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
}

.team .member img {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  margin: 0;
  height: 320px;
  object-fit: cover;
  object-position: top;
}

/* Semleges profilkép-placeholder (kép hiányában vagy betöltési hiba esetén) */
.team .member .munkatars-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  background: linear-gradient(155deg, #efece7 0%, #e2ddd5 100%);
  color: #b7afa2;
}
.team .member .munkatars-placeholder i {
  font-size: 94px;
  line-height: 1;
}

.team .member h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 20px 20px 4px;
  text-align: center;
}

.team .member p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  color: #999;
  letter-spacing: 0.5px;
  padding-top: 0;
  margin: 0 20px 16px;
  text-align: center;
}

.team .member .social {
  margin: 0 20px 20px;
  text-align: center;
}

.team .member .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #ebebeb;
  border-radius: 50%;
  margin-right: 6px;
  color: #555;
  transition: all 0.25s;
}

.team .member .social a:hover {
  background: #1a1a1a;
  color: #fff;
}

.team .member .social i {
  font-size: 15px;
  margin: 0;
}

/*--------------------------------------------------------------
  # Elérhetőségek (Contact)
--------------------------------------------------------------*/
.contact {
  background: rgba(244,244,244,0.92) !important;
  position: relative;
}

.contact .info-wrap {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  padding: 56px 48px;
}

.contact .info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.25s;
}

.contact .info i {
  float: none !important;
  background: #ebebeb;
  color: #1a1a1a;
  border-radius: 14px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  font-size: 28px;
  flex-shrink: 0;
}

.contact .info:hover i {
  background: #1a1a1a;
  color: #fff;
}

.contact .info-text {
  display: flex;
  flex-direction: column;
}

.contact .info h4 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 8px;
  padding: 0;
}

.contact .info p,
.contact .info p a {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #2d2d2d;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 0;
}

.contact .info p a:hover {
  color: #555;
}

#map {
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

#map iframe {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

/* Árlista táblák — az eredeti style.css-t hagyjuk érvényben */

/*--------------------------------------------------------------
  # Szolgáltatás részlet oldal
--------------------------------------------------------------*/

/* ── Fejléc — márvány háttér ── */
.szolg-page-header {
  background: rgba(255,255,255,0.88);
  position: relative;
  margin-top: 0;
  padding: 108px 0 44px;
  overflow: hidden;
}
.szolg-page-header .container { position: relative; z-index: 2; }

.szolgaltatas-breadcrumb {
  font-family: 'Poppins', sans-serif;
  font-size: 11px; letter-spacing: 0.5px;
  color: #aaa; margin-bottom: 12px;
}
.szolgaltatas-breadcrumb a { color: #aaa; transition: color 0.2s; }
.szolgaltatas-breadcrumb a:hover { color: #1a1a1a; }
.szolgaltatas-breadcrumb span { margin: 0 8px; }

.szolgaltatas-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400; color: #1a1a1a; margin: 0 0 24px;
  letter-spacing: -0.5px;
}

.blog-lead {
  max-width: 640px;
  margin: -8px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #6b6b6b;
}

/* ── Gyors tények ── */
.szolg-quickfacts { display: flex; gap: 10px; flex-wrap: wrap; }
.szolg-qf-card {
  background: #fff; border-radius: 10px;
  padding: 14px 18px; flex: 1 1 160px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  display: flex; align-items: center; gap: 12px;
}
.szolg-qf-card i { font-size: 19px; color: #1a1a1a; flex-shrink: 0; }
.szolg-qf-value { font-family: 'Playfair Display', serif; font-size: 17px; color: #1a1a1a; line-height: 1.15; }
.szolg-qf-label { font-family: 'Poppins', sans-serif; font-size: 10px; letter-spacing: 0.4px; color: #999; text-transform: uppercase; margin-top: 2px; }

/* ── Oldal tartalom ── */
.portfolio-details {
  padding: 60px 0 80px;
  background: rgba(252,252,252,0.96);
  position: relative;
}
.portfolio-details .container { max-width: 1240px; }

/* ── Cikk-szerű elrendezés ── */
.szolg-article { max-width: 1180px; margin: 0 auto; }
.szolg-clear { clear: both; }

/* ── Szakasz-sorok: szöveg és kép egymás mellett (cikk-cakk) ── */
.szolg-feature-row {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 52px;
  align-items: center;
  padding: 56px 0;
  border-top: 1px solid #e4e4e4;
}
.szolg-feature-row:first-child { border-top: none; padding-top: 0; }
.szolg-feature-row-reverse { grid-template-columns: 580px 1fr; }
.szolg-feature-row-reverse .szolg-feature-content { order: 2; }
.szolg-feature-row-reverse .szolg-figure { order: 1; }
.szolg-feature-content { min-width: 0; }

/* ── Hero (átfogó) sor: egy oszlop — szöveg, alatta középre a kép ── */
.szolg-feature-row-hero {
  display: block;
}
.szolg-feature-row-hero .szolg-feature-content {
  max-width: 940px;
  margin: 0 auto;
}
.szolg-feature-row-hero .szolg-figure {
  max-width: 760px;
  margin: 30px auto 0;
}

/* Szakaszszámozás a cím előtt */
.szolg-feature-num {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-style: italic; font-size: 15px; font-weight: 600;
  color: #aaa; letter-spacing: 0.5px;
  margin-right: 10px;
}

/* Kép — a keret a képre simul, nincs fehér sáv körülötte */
.szolg-feature-img {
  display: block; min-width: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.szolg-feature-img img { width: 100%; height: auto; display: block; }

/* ── Láblécezhető kép (szakaszsorban tölti az oszlopot, hero-ban középen) ── */
.szolg-figure {
  margin: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.08);
  overflow: hidden;
}
.szolg-figcaption {
  padding: 12px 20px 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; line-height: 1.5; color: #6a6a6a;
  font-style: italic;
  text-align: center;
}

/* ── Hero sor — egyedi, markánsabb kezdő megjelenés ── */
.szolg-hero-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 1.6px;
  text-transform: uppercase; color: #999;
  margin-bottom: 14px;
}
.szolg-hero-text p:first-of-type::first-letter {
  font-family: 'Playfair Display', serif;
  font-size: 68px; font-weight: 700; font-style: normal;
  float: left; line-height: 0.82;
  padding: 4px 8px 0 0;
  color: #1a1a1a;
}

/* ── Leírás — magazine stílus ── */
.szolg-leiras, .szolg-kiemelt-leiras {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; line-height: 2; color: #3a3a3a;
}
.szolg-kiemelt-leiras { margin-top: 8px; }
.szolg-leiras p, .szolg-kiemelt-leiras p {
  margin-bottom: 22px; font-size: 18px;
  line-height: 2; color: #3a3a3a;
}
.szolg-leiras p:last-child, .szolg-kiemelt-leiras p:last-child { margin-bottom: 0; }
.szolg-leiras h3, .szolg-leiras h4,
.szolg-kiemelt-leiras h3, .szolg-kiemelt-leiras h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600; color: #1a1a1a;
  margin-top: 32px; margin-bottom: 14px;
  clear: both;
}
.szolg-leiras h3, .szolg-kiemelt-leiras h3 { font-size: 24px; }
.szolg-leiras h4, .szolg-kiemelt-leiras h4 { font-size: 20px; }
.szolg-leiras ol, .szolg-kiemelt-leiras ol { padding-left: 22px; margin-bottom: 22px; }
.szolg-leiras ul, .szolg-kiemelt-leiras ul {
  list-style: none; padding-left: 0; margin: 0 0 26px;
  display: flex; flex-direction: column; gap: 12px;
}
.szolg-leiras li, .szolg-kiemelt-leiras li { font-size: 18px; line-height: 1.75; color: #3a3a3a; margin-bottom: 8px; }
.szolg-leiras ul li, .szolg-kiemelt-leiras ul li {
  position: relative; padding-left: 34px; margin-bottom: 0;
}
.szolg-leiras ul li::before, .szolg-kiemelt-leiras ul li::before {
  content: '\F633';
  font-family: 'bootstrap-icons';
  position: absolute; left: 0; top: 2px;
  width: 22px; height: 22px; border-radius: 50%;
  background: #1a1a1a; color: #fff;
  font-size: 12px; line-height: 22px; text-align: center;
}
.szolg-leiras strong, .szolg-kiemelt-leiras strong { color: #1a1a1a; font-weight: 600; }
.szolg-leiras a, .szolg-kiemelt-leiras a { color: #1a1a1a; }

/* ── Foglalás CTA sáv — sötét, teljes szélességű törés a sorok között ── */
/* ── Anatómikus cirkon korona blokk (Fogpótlás oldal) ── */
.cirkon-info {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 34px 38px;
  margin: 8px 0 44px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.cirkon-info-head { max-width: 760px; margin-bottom: 26px; }
.cirkon-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 1.4px; text-transform: uppercase; color: #8a8a8a;
  margin-bottom: 10px;
}
.cirkon-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.4vw, 30px); font-weight: 600;
  color: #1a1a1a; margin: 0 0 12px;
}
.cirkon-lead {
  font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 1.7; color: #4a4a4a;
  margin: 0;
}
.cirkon-info-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
  padding: 26px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee;
}
.cirkon-col h3 {
  font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: 0.3px; color: #1a1a1a; margin: 0 0 10px;
}
.cirkon-col p {
  font-family: 'Open Sans', sans-serif; font-size: 13.5px; line-height: 1.65; color: #5a5a5a; margin: 0;
}
.cirkon-list { list-style: none; margin: 0; padding: 0; }
.cirkon-list li {
  position: relative; padding-left: 22px; margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif; font-size: 13.5px; line-height: 1.55; color: #5a5a5a;
}
.cirkon-list li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 7px; height: 7px; border-radius: 50%; background: #1a1a1a;
}
.cirkon-note {
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 1.65;
  color: #6b6b6b; font-style: italic; margin: 22px 0 24px; max-width: 760px;
}
.cirkon-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.cirkon-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1a1a1a; color: #fff !important;
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.4px;
  padding: 13px 22px; border-radius: 6px;
  text-decoration: none !important; transition: all 0.22s;
}
.cirkon-btn:hover { background: #333; transform: translateY(-2px); }
.cirkon-btn i { font-size: 14px; }
.cirkon-btn-ghost {
  background: transparent; color: #1a1a1a !important; border: 1.5px solid #d4d4d4;
}
.cirkon-btn-ghost:hover { background: #f4f4f4; border-color: #1a1a1a; }

@media (max-width: 768px) {
  .cirkon-info { padding: 26px 22px; }
  .cirkon-info-grid { grid-template-columns: 1fr; gap: 22px; padding: 22px 0; }
}

.szolg-cta-band {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 34px 40px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  margin: 8px 0 44px;
}
.szolg-cta-title { font-family: 'Playfair Display', serif; font-size: 18px; color: #fff; margin-bottom: 6px; }
.szolg-cta-sub { font-family: 'Open Sans', sans-serif; font-size: 13px; color: rgba(255,255,255,0.55); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.szolg-cta-sub i { font-size: 12px; color: rgba(255,255,255,0.4); }
.szolg-cta-dot { margin: 0 4px; color: rgba(255,255,255,0.3); }
.szolg-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.szolg-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #1a1a1a !important;
  font-family: 'Poppins', sans-serif; font-size: 13px;
  font-weight: 600; letter-spacing: 0.4px; padding: 13px 22px;
  border-radius: 6px;
  text-decoration: none !important; transition: all 0.22s;
}
.szolg-cta-btn:hover { background: #eee; color: #1a1a1a !important; transform: translateY(-2px); }
.szolg-cta-btn-ghost { background: transparent; color: #fff !important; border: 1.5px solid rgba(255,255,255,0.3); }
.szolg-cta-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff !important; border-color: rgba(255,255,255,0.5); }
.szolg-cta-btn i { font-size: 14px; }

/* ── Galéria sáv (extra képek) — végtelenített, körbeforgó ── */
.szolg-gallery-strip {
  overflow: hidden;
  margin: 0 0 40px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.szolg-gallery-track {
  display: flex; gap: 14px; width: max-content;
  animation: szolg-strip-scroll 32s linear infinite;
}
.szolg-gallery-strip:hover .szolg-gallery-track { animation-play-state: paused; }
.szolg-gallery-track a {
  flex: 0 0 auto; display: block;
  width: 230px; height: 172px;
  border-radius: 10px; overflow: hidden;
  border: 1px solid #e4e4e4;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
.szolg-gallery-track a:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.szolg-gallery-track img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes szolg-strip-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .szolg-gallery-track { animation: none; }
}

/* ── GYIK ── */
.szolg-faq { margin-bottom: 44px; padding-top: 36px; border-top: 1px solid #e4e4e4; }
.szolg-faq h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px;
}
.szolg-faq-accordion .accordion-item {
  background: transparent; border: none;
  border-bottom: 1px solid #e4e4e4; border-radius: 0 !important;
}
.szolg-faq-accordion .accordion-item:last-child { border-bottom: none; }
.szolg-faq-accordion .accordion-button {
  background: transparent; box-shadow: none;
  font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 500;
  color: #1a1a1a; padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.szolg-faq-accordion .accordion-button:not(.collapsed) { background: transparent; color: #1a1a1a; }
.szolg-faq-accordion .accordion-button::after { display: none; }
.szolg-faq-accordion .accordion-button:focus { box-shadow: none; }
.szolg-faq-icon { font-size: 17px; color: #999; flex-shrink: 0; transition: transform 0.3s ease-out; }
.szolg-faq-accordion .accordion-button:not(.collapsed) .szolg-faq-icon { transform: rotate(45deg); }
.szolg-faq-accordion .accordion-body {
  padding: 0 0 22px; font-family: 'Open Sans', sans-serif;
  font-size: 15px; line-height: 1.85; color: #666;
}

/* ── Egyéb szolgáltatások ── */
.szolg-egyeb { padding-top: 44px; border-top: 1px solid #e4e4e4; }
.szolg-egyeb h5 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 600; color: #1a1a1a; margin-bottom: 20px;
}
.szolg-egyeb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.szolg-egyeb-item {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid #e0e0e0;
  border-radius: 12px; padding: 14px 16px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none; transition: all 0.25s ease-out;
}
.szolg-egyeb-item:hover {
  border-color: #1a1a1a;
  transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.szolg-egyeb-icon {
  width: 38px; height: 38px; background: #f5f5f5;
  border-radius: 9px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 16px; color: #1a1a1a;
}
.szolg-egyeb-icon img { width: 20px; height: 20px; object-fit: contain; }
.szolg-egyeb-nev { font-size: 14px; font-weight: 500; color: #1a1a1a; flex: 1; }
.szolg-egyeb-arrow { font-size: 13px; color: #bbb; transition: transform 0.25s ease-out; }
.szolg-egyeb-item:hover .szolg-egyeb-arrow { transform: translateX(4px); color: #1a1a1a; }

/* ── Reszponzív ── */
@media (max-width: 991px) {
  .szolg-page-header { padding: 90px 0 28px; }
  .szolgaltatas-title { font-size: 26px; margin-bottom: 18px; }
  .portfolio-details { padding: 36px 0 52px; }
  .portfolio-details .container { max-width: 100%; }
  .szolg-feature-row { grid-template-columns: 1fr 360px; gap: 32px; padding: 44px 0; }
  .szolg-feature-row-reverse { grid-template-columns: 360px 1fr; }
  .szolg-leiras, .szolg-kiemelt-leiras { font-size: 17px; }
  .szolg-leiras p, .szolg-kiemelt-leiras p { font-size: 17px; }
}

@media (max-width: 767px) {
  /* Szakaszsorok mobilon egy oszlopba: szöveg felül, kép alatta */
  .szolg-feature-row, .szolg-feature-row-reverse {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 0;
  }
  .szolg-feature-row-reverse .szolg-feature-content,
  .szolg-feature-row-reverse .szolg-figure { order: initial; }
}

@media (max-width: 575px) {
  /* Fejléc */
  .szolg-page-header { padding: 78px 0 20px; }
  .szolgaltatas-title { font-size: 22px; line-height: 1.3; letter-spacing: 0; margin-bottom: 16px; }
  .szolgaltatas-breadcrumb { font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }

  .szolg-quickfacts { gap: 8px; }
  .szolg-qf-card { padding: 12px 14px; flex: 1 1 100%; }

  /* Tartalom */
  .portfolio-details { padding: 24px 0 40px; }

  .szolg-feature-row, .szolg-feature-row-reverse { padding: 24px 0; }
  .szolg-hero-text p:first-of-type::first-letter { font-size: 48px; padding: 2px 6px 0 0; }

  /* Galéria sáv mobilon kisebb elemekkel */
  .szolg-gallery-track a { width: 160px; height: 120px; }

  /* Leírás */
  .szolg-leiras, .szolg-kiemelt-leiras { font-size: 16px; line-height: 1.8; }
  .szolg-leiras p, .szolg-kiemelt-leiras p { font-size: 16px; margin-bottom: 16px; }
  .szolg-leiras h3, .szolg-kiemelt-leiras h3 { font-size: 20px; margin-top: 24px; }
  .szolg-leiras h4, .szolg-kiemelt-leiras h4 { font-size: 17px; }
  .szolg-leiras li, .szolg-kiemelt-leiras li { font-size: 16px; }

  .szolg-cta-band { padding: 22px 20px; flex-direction: column; align-items: flex-start; }
  .szolg-cta-actions { width: 100%; }
  .szolg-cta-btn { flex: 1; justify-content: center; padding: 14px 16px; font-size: 12px; }

  /* Egyéb szolgáltatások */
  .szolg-egyeb { padding-top: 24px; }
  .szolg-egyeb h5 { font-size: 17px; margin-bottom: 12px; }
  .szolg-egyeb-grid { grid-template-columns: 1fr; gap: 8px; }
}

/*--------------------------------------------------------------
  # Footer — világos szürke
--------------------------------------------------------------*/
#footer {
  background: #f0f0f0;
  color: #444;
  font-size: 14px;
}

#footer .footer-top {
  background: #f0f0f0;
  padding: 60px 0 30px;
  border-top: 1px solid #ddd;
}

#footer .footer-top h3,
#footer .footer-top h4 {
  font-family: 'Playfair Display', serif;
  color: #1a1a1a;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 16px;
}

#footer .footer-top .footer-contact p {
  color: #555;
  font-family: 'Inter', sans-serif;
  line-height: 1.9;
}

#footer .footer-top .footer-contact a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}

#footer .footer-top .footer-contact a:hover { color: #555; }

#footer .footer-top .footer-links ul i {
  color: #888;
}

#footer .footer-top .footer-links ul a {
  color: #555;
  font-family: 'Inter', sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1a1a1a;
}

#footer .social-links a {
  background: #d0d0d0;
  color: #1a1a1a;
  transition: all 0.25s;
}

#footer .social-links a:hover {
  background: #1a1a1a;
  color: #fff;
}

#footer .container.d-md-flex {
  border-top: 1px solid #ddd;
  color: #777;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}

#footer .copyright {
  color: #777;
}

/*--------------------------------------------------------------
  # Back to top
--------------------------------------------------------------*/
.back-to-top {
  background: #1a1a1a;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  right: calc(15px + env(safe-area-inset-right, 0px));
  bottom: calc(15px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 6px 20px rgba(0,0,0,0.28);
  transition: background 0.22s ease, transform 0.22s ease, opacity 0.4s, visibility 0.4s;
}

.back-to-top i {
  font-size: 26px;
}

.back-to-top:hover {
  background: #333;
  transform: translateY(-2px);
}

.back-to-top:focus-visible {
  outline: 3px solid #1a1a1a;
  outline-offset: 3px;
}

/*--------------------------------------------------------------
  # Globális sticky telefon gomb
--------------------------------------------------------------*/
.tel-fab {
  position: fixed;
  left: calc(15px + env(safe-area-inset-left, 0px));
  bottom: calc(15px + env(safe-area-inset-bottom, 0px));
  z-index: 995;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tel-fab-btn {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  transition: transform 0.22s ease, background 0.22s ease;
}

.tel-fab-btn i {
  font-size: 22px;
  line-height: 0;
}

.tel-fab-btn:hover {
  background: #333;
  transform: translateY(-2px);
}

.tel-fab-btn:focus-visible {
  outline: 3px solid #1a1a1a;
  outline-offset: 3px;
}

.tel-fab-panel {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px) scale(0.96);
  transform-origin: left center;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  order: 2;
}

.tel-fab.is-open .tel-fab-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}

.tel-fab-panel-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #999;
}

.tel-fab-number {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a !important;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.tel-fab-number i {
  font-size: 14px;
  color: #1a1a1a;
}

.tel-fab-number:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .tel-fab-btn { width: 48px; height: 48px; }
  .tel-fab-btn i { font-size: 20px; }
  .tel-fab-number { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .tel-fab-btn,
  .tel-fab-panel {
    transition: none;
  }
  .tel-fab-btn:hover { transform: none; }
}

/*--------------------------------------------------------------
  # Árlista oldal
--------------------------------------------------------------*/
.arlista-main {
  background: rgba(250,250,250,0.94);
  position: relative;
  min-height: 80vh;
}

/*--------------------------------------------------------------
  # Árlista gyors-navigáció
--------------------------------------------------------------*/
.arlista-main .section-title {
  padding-bottom: 0;
}

.arlista-intro {
  max-width: 1040px;
  margin: 0 auto 34px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1.65;
  color: #5a5a5a;
}

.arlista-intro-tel {
  display: block;
  margin-top: 14px;
  white-space: nowrap;
  font-size: 25px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}

.arlista-intro-tel:hover { color: #333; }

.arlista-nav {
  position: sticky;
  top: 90px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  background: transparent;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

/* Görgetéskor a vízszintes sáv balra kicsúszik */
.arlista-nav.is-hidden {
  transform: translateX(-160%);
  opacity: 0;
  pointer-events: none;
}

/* Dokkolt (fix) változat: balról becsúszik a fejléc alá */
.arlista-nav-docked {
  position: fixed;
  top: 110px;
  left: 24px;
  z-index: 1020;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateX(-180%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.arlista-nav-docked.is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.arlista-nav-docked-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

/* A hamburger gomb csak mobilon jelenik meg */
.arlista-nav-toggle {
  display: none;
}

/* Kereső */
.arlista-search {
  display: flex;
  justify-content: center;
}

.arlista-nav .arlista-search {
  flex-basis: 100%;
  margin-bottom: 4px;
}

/* Szűk, relatív doboz: az ikon az inputhoz képest pozicionál */
.arlista-search-box {
  position: relative;
  display: flex;
  align-items: center;
}

/* Horizontális sávban a kereső szélessége responsive */
.arlista-nav .arlista-search-box {
  width: clamp(180px, 60%, 460px);
  max-width: 100%;
}

.arlista-search-box .bi {
  position: absolute;
  left: 16px;
  color: #999;
  font-size: 15px;
  pointer-events: none;
  z-index: 1;
}

.arlista-search-input {
  width: 100%;
  max-width: 100%;
  padding: 9px 18px 9px 40px;
  background: #fff;
  color: #1a1a1a;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 999px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.arlista-search-input::placeholder {
  color: #999;
}

.arlista-search-input:focus {
  border-color: #1a1a1a;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* A dokkolt oszlop a legszélesebb gombhoz (pl. „Fogszabályozás") zsugorodik */
.arlista-nav-docked-list {
  width: max-content;
}

.arlista-nav-docked-list .arlista-search {
  align-self: stretch;
  width: 100%;
  margin-bottom: 4px;
}

.arlista-nav-docked-list .arlista-nav-link {
  text-align: center;
}

.arlista-nav-docked-list .arlista-search-box {
  width: 100%;
}

.arlista-nav-docked-list .arlista-search-input {
  width: 100%;
}

.arlista-no-results {
  width: 100%;
  text-align: center;
  color: #888;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 30px 0;
}

.arlista-nav-link {
  display: inline-block;
  padding: 8px 22px;
  background: #fff;
  color: #1a1a1a;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.arlista-nav-link:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

/*--------------------------------------------------------------
  # GSAP animációk — alap kezdőállapotok és segédosztályok
--------------------------------------------------------------*/

/* Scroll progress bar */
#progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: #1a1a1a;
  z-index: 9999;
  width: 0%;
  pointer-events: none;
}

/* Hero sorok — kezdőállapot (GSAP állítja be) */
.hero-line {
  display: block;
}

/* Hero scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
}

.hero-scroll-hint span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent);
}

/* Scroll reveal animáció alap osztályok — GSAP indításhoz */
.fade-up    { opacity: 0; transform: translateY(40px); }
.fade-left  { opacity: 0; transform: translateX(-50px); }
.fade-right { opacity: 0; transform: translateX(50px); }
.fade-scale { opacity: 0; transform: scale(0.92); }

/* smooth scroll offset a fix navbarhoz + sticky kategória-sávhoz */
[id^="kat-"] {
  scroll-margin-top: 140px;
}

/* Natív böngésző horgony-görgetés offset a fő szekciókhoz */
#about, #what-we-do, #portfolio, #team, #contact {
  scroll-margin-top: 92px;
}

.arlista-muveletnev {
  font-weight: 400;
  color: inherit;
}

/* Kategória fejléc kiemelés */
#main table:has(h3) {
  margin-top: 36px;
  margin-bottom: 0;
}

#main table:has(h3) h3 {
  font-weight: 700;
}

/* Árlista — egységes közök */
#main .row table {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

#main .row table tr td {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  font-size: 19px;
}

/*--------------------------------------------------------------
  # Breadcrumbs — az eredeti style.css-t hagyjuk érvényben
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Responsive kis igazítások
--------------------------------------------------------------*/
@media (max-width: 991px) {
  #hero {
    height: 70vh;
    min-height: 400px;
    margin-top: 72px;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #2d2d2d;
  }

  /* A JS syncSliderHeight mobilon a szöveges oszlop magasságát adja
     a slidernek (akár 1000px+), ami mobilon teljesen hibás.
     CSS !important-tal felülírjuk az inline style-t. */
  .portfolio-details-slider {
    height: 300px !important;
  }

  .portfolio-details-slider .swiper-slide {
    min-height: 300px;
    height: 300px !important;
  }

  .portfolio-details-slider img {
    height: 300px;
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  /* Árlista oldal padding mobilon */
  #main > div.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #main .row {
    margin-left: 0;
    margin-right: 0;
  }

  #main table {
    width: 100%;
  }

  .hero-slide-title {
    font-size: clamp(20px, 5vw, 28px) !important;
    line-height: 1.6 !important;
  }
  .hero-infocard { display: none; }
  .hero-bottom { padding: 0 20px; }

  .team .member img,
  .team .member .munkatars-placeholder {
    height: 260px;
  }
}

/*--------------------------------------------------------------
  # Hero Carousel
--------------------------------------------------------------*/
#hero {
  display: block !important;  /* Bootstrap d-flex felülírása */
}

/* Slide alapstílus */
.hero-slide {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 80px 24px 100px;
  opacity: 0; pointer-events: none;
  transition: opacity .85s ease;
  z-index: 2;
}
.hero-slide.active  { opacity: 1; pointer-events: all; }
.hero-slide.leaving { opacity: 0; transition-duration: .3s; }

/* Főcím */
.hero-slide-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 400; line-height: 1.5;
  color: #1a1a1a; max-width: 920px;
  margin-bottom: 16px;
}
.hero-slide-title em {
  font-style: italic; font-weight: 600;
  border-bottom: 1px solid rgba(0,0,0,0.45);
}

/* Al-szöveg */
.hero-slide-sub {
  font-family: 'Playfair Display', serif;
  font-size: 19px; font-style: italic; font-weight: 400;
  color: rgba(0,0,0,0.62); line-height: 1.85;
  max-width: 620px; margin-bottom: 32px;
}

/* Gombok */
.hero-slide-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1a1a1a; color: #fff;
  padding: 13px 26px; border-radius: 5px;
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
  text-decoration: none; transition: all .25s; letter-spacing: .3px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.22);
}
.hero-btn-primary:hover {
  background: #333; color: #fff; transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
}

.hero-btn-contact {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.70); color: #1a1a1a;
  padding: 13px 22px; border-radius: 5px;
  border: 1.5px solid rgba(0,0,0,0.2);
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 500;
  text-decoration: none; transition: all .25s;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
}
.hero-btn-contact:hover {
  background: rgba(255,255,255,0.92); color: #1a1a1a;
  border-color: rgba(0,0,0,0.4); transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.14);
}

/* Info kártya (jobb oldal) */
.hero-infocard {
  position: absolute; right: 6%; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.82); backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0,0,0,0.09); border-radius: 18px;
  padding: 32px 36px; min-width: 230px;
  box-shadow: 0 12px 50px rgba(0,0,0,0.12);
  text-align: left;
}
.hic-row {
  margin-bottom: 20px; padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.hic-row:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.hic-num {
  font-family: 'Playfair Display', serif;
  font-size: 36px; font-weight: 700; color: #1a1a1a; line-height: 1;
}
.hic-num sup {
  font-size: 14px; font-family: 'Poppins', sans-serif;
  font-weight: 400; color: #888;
}
.hic-text { font-size: 22px; font-style: italic; }
.hic-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px; color: #999; text-transform: uppercase;
  letter-spacing: 1.3px; margin-top: 5px;
}

/* Cím sor alul */
.hero-address {
  position: absolute; bottom: 110px; left: 50%; transform: translateX(-50%);
  z-index: 10; white-space: nowrap;
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 400; font-style: italic;
  color: rgba(0,0,0,0.6); letter-spacing: 0.3px;
  text-align: center; margin: 0;
  max-width: 100vw;
}

@media (max-width: 768px) {
  .hero-address {
    white-space: normal;
    font-size: 13px;
    width: 90%;
    left: 5%; right: 5%;
    transform: none;
    bottom: 80px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

/* Bottom vezérlők */
.hero-bottom {
  position: absolute; bottom: 22px; left: 0; right: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px;
}
.hero-dots { display: flex; gap: 8px; align-items: center; }
.hero-dot {
  height: 2px; border-radius: 2px; width: 20px;
  background: rgba(0,0,0,0.18); cursor: pointer;
  transition: all .4s;
}
.hero-dot.active { width: 38px; background: #1a1a1a; }

.hero-arrows { display: flex; gap: 8px; }
.hero-arrow-btn {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.65); backdrop-filter: blur(8px);
  border: 1px solid rgba(0,0,0,0.14);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #1a1a1a; font-size: 13px;
  transition: all .22s;
}
.hero-arrow-btn:hover { background: rgba(255,255,255,0.95); transform: scale(1.07); }

/* Progress bar — láthatatlan */
.hero-progress-bar { display: none; }
.hero-progress-inner { display: none; }

/*--------------------------------------------------------------
  # Rólunk — kombó design (D2 + D4)
--------------------------------------------------------------*/
.rolunk-section {
  padding: 100px 0;
  background: rgba(255,255,255,0.95);
  position: relative;
}
.rolunk-section .container { position: relative; z-index: 2; }

.rolunk-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}

/* ── Bal: Fotó oszlop ── */
.rolunk-photo-col {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px 70px 30px 20px; /* jobb oldal: stat kártyáknak hely */
}

/* Keretdekor mögötte */
.rolunk-photo-frame-deco {
  position: absolute;
  bottom: 4px; right: 24px;
  width: 65%; height: 65%;
  border: 1.5px solid rgba(0,0,0,0.09);
  border-radius: 4px 56px 4px 56px;
  z-index: 1;
}

/* Aszimmetrikus fotó keret */
.rolunk-photo {
  position: relative; z-index: 2;
  width: min(360px, 100%);
  height: clamp(340px, 40vw, 460px);
  border-radius: 4px 80px 4px 80px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.14);
}
.rolunk-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Lebegő stat kártyák */
.rolunk-stat-card {
  position: absolute; z-index: 5;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 14px 20px;
  text-align: center;
  min-width: 90px;
}
.rolunk-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700;
  color: #1a1a1a; line-height: 1;
}
.rolunk-stat-num sup {
  font-size: 14px; font-weight: 600;
  color: #444; vertical-align: super; margin-left: 1px;
}
.rolunk-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 9px; color: #aaa;
  text-transform: uppercase; letter-spacing: 1.2px;
  margin-top: 5px;
}
.stat-top    { top: 10px;  right: 0; }
.stat-mid    { top: 50%;   right: -10px; transform: translateY(-50%); }
.stat-bottom { bottom: 20px; left: -10px; }

/* ── Jobb: Tartalom ── */
.rolunk-content { padding-top: 10px; }

.rolunk-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 2.8vw, 42px); font-weight: 400;
  color: #1a1a1a; line-height: 1.25; margin-bottom: 28px;
  letter-spacing: -0.5px;
}
.rolunk-heading em { font-style: italic; }

.rolunk-bio {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; color: rgba(0,0,0,0.65);
  line-height: 1.9; margin-bottom: 20px;
}

/* Timeline */
.rolunk-timeline {
  display: flex; flex-direction: column; gap: 14px;
  margin-bottom: 32px; padding-bottom: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.09);
}
.rolunk-tl-item {
  display: flex; align-items: flex-start; gap: 14px;
}
.rolunk-tl-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #444; flex-shrink: 0; margin-top: 7px;
}
.rolunk-tl-text {
  font-size: 15px; color: #555; line-height: 1.7;
}
.rolunk-tl-text strong { color: #1a1a1a; }

/* Aláírás blokk */
.rolunk-sig-block { display: flex; flex-direction: column; gap: 4px; }
.rolunk-sig-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-style: italic; font-weight: 600; color: #1a1a1a;
}
.rolunk-sig-role {
  font-family: 'Poppins', sans-serif;
  font-size: 10px; color: #aaa;
  text-transform: uppercase; letter-spacing: 1.2px;
}

/* ═══════════════════════════════════════════════════════════════
   RESZPONZÍV — TABLET (max-width: 991px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {

  /* Rólunk */
  .rolunk-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rolunk-photo-col {
    justify-content: center;
    padding: 20px 80px 20px 80px;
  }
  .rolunk-photo-frame-deco { display: none; }
  .rolunk-section { padding: 60px 0; }

  /* Stat kártyák tablet */
  .stat-top    { top: 6px;  right: 20px; }
  .stat-mid    { top: 50%;  right: 8px; }
  .stat-bottom { bottom: 12px; left: 8px; }

  /* Kontakt */
  .contact .info-wrap { padding: 36px 28px; }

  /* Szekciók padding */
  section { padding: 60px 0; }

  /* Árlista */
  #main .row table tr td { font-size: 16px; padding-top: 10px !important; padding-bottom: 10px !important; }
}

/* ═══════════════════════════════════════════════════════════════
   RESZPONZÍV — MOBIL (max-width: 575px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 575px) {

  /* ── Általános ── */
  section { padding: 48px 0; }
  .section-title { padding-bottom: 32px; }
  .section-title h2 { font-size: 28px; }

  /* ── Header / Logo ── */
  #header .logo h3 { font-size: 17px; }
  #header { height: 62px; }

  /* ── Hero ── */
  #hero { margin-top: 62px; }
  .hero-slide { padding: 40px 20px 90px; }
  .hero-slide-title { font-size: clamp(20px, 6vw, 28px); line-height: 1.4; }
  .hero-slide-sub { font-size: 14px; margin-bottom: 20px; }
  .hero-btn-primary, .hero-btn-contact { font-size: 12px; padding: 11px 18px; }
  .hero-address { font-size: 14px; bottom: 80px; }
  .hero-bottom { padding: 0 20px; bottom: 14px; }
  .hero-infocard { display: none; }

  /* ── Rólunk ── */
  .rolunk-section { padding: 48px 0; }
  .rolunk-wrap { gap: 32px; }
  .rolunk-photo-col {
    padding: 16px 64px 16px 24px;
  }
  .rolunk-photo {
    width: 100%;
    max-width: 300px;
    height: 380px;
  }
  .rolunk-stat-card { padding: 10px 14px; min-width: 72px; }
  .rolunk-stat-num { font-size: 22px; }
  .rolunk-stat-label { font-size: 8px; }
  .stat-top    { top: 4px;   right: 12px; }
  .stat-mid    { top: 50%;   right: 0px; }
  .stat-bottom { bottom: 8px; left: 0px; }
  .rolunk-heading { font-size: clamp(22px, 6vw, 30px); margin-bottom: 16px; }
  .rolunk-bio { font-size: 15px; }

  /* ── Szolgáltatások ── */
  .what-we-do .icon-box { padding: 28px 20px 24px; }
  .what-we-do .icon-box h4 { font-size: 17px; }

  /* ── Galéria ── */
  .portfolio .portfolio-item {
    padding: 8px;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .portfolio .portfolio-item figure img { height: 150px; }
  .portfolio .portfolio-item .portfolio-info { padding: 10px 10px 14px; }
  .portfolio .portfolio-item .portfolio-info h4 { font-size: 13px; margin-bottom: 2px; }
  .portfolio .portfolio-item .portfolio-info p { font-size: 11px; }
  .portfolio-more-btn { font-size: 12px; padding: 10px 24px; }
  /* Szűrő gombok mobilon */
  #portfolio-flters {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 !important;
  }
  #portfolio-flters li {
    font-size: 10px !important;
    padding: 6px 14px !important;
    white-space: nowrap;
  }

  /* ── Csapatunk ── */
  .team .member img,
  .team .member .munkatars-placeholder { height: 220px; }

  /* ── Elérhetőségek ── */
  .contact .info-wrap { padding: 24px 20px; }
  .contact .info i {
    width: 48px; height: 48px; min-width: 48px; font-size: 20px;
  }
  .contact .info p, .contact .info p a { font-size: 15px; }
  #map { height: 300px; margin-top: 20px; }

  /* ── Árlista ── */
  .arlista-nav { top: 78px; gap: 8px; margin-bottom: 28px; }
  .arlista-nav-link { font-size: 13px; padding: 6px 14px; }
  [id^="kat-"] { scroll-margin-top: 128px; }

  /* Dokkolt sáv mobilon: hamburger menüvé alakul */
  .arlista-nav-docked { top: 74px; left: 14px; }
  .arlista-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  }
  .arlista-nav-docked-list {
    position: absolute;
    top: 56px;
    left: 0;
    padding: 10px;
    background: #fff;
    border: 0.5px solid #ddd;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.25s ease;
  }
  .arlista-nav-docked.open .arlista-nav-docked-list {
    max-height: 70vh;
    overflow: auto;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  #main .row table tr td { font-size: 14px; padding-top: 9px !important; padding-bottom: 9px !important; }

  /* ── Footer ── */
  #footer .footer-top { padding: 40px 0 20px; }
  #footer .footer-top h3 { font-size: 18px; }

  /* ── Back to top ── */
  .back-to-top { width: 48px; height: 48px; }
  .back-to-top i { font-size: 24px; }
}

/*--------------------------------------------------------------
  # Blog (lista + bejegyzés) — a főoldal designrendszeréhez igazítva
--------------------------------------------------------------*/
.blog-lista-section {
  padding: 56px 0 80px;
  background: rgba(252,252,252,0.96);
}
.blog-lista-ures {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #8a8a8a;
  padding: 60px 0;
}

/* ── Blogkártya ── */
.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 44px rgba(0,0,0,0.11);
}
.blog-card:focus-visible {
  outline: 3px solid #1a1a1a;
  outline-offset: 3px;
}
.blog-card-img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fff;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.04); }

.blog-borito-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #efece7 0%, #e2ddd5 100%);
  color: #c3bbae;
}
.blog-borito-ph i { font-size: 54px; line-height: 1; }

.blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 22px 24px 24px;
}
.blog-card-date {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #a79e90;
  margin: 0 0 10px;
}
.blog-card-cim {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-bevezeto {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-tovabb {
  margin-top: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-card-tovabb i { transition: transform 0.25s ease; }
.blog-card:hover .blog-card-tovabb i { transform: translateX(4px); }

/* ── Blogbejegyzés ── */
.blog-cikk-section {
  padding: 48px 0 64px;
  background: rgba(252,252,252,0.96);
}
.blog-cikk-section .container { max-width: 940px; }

.blog-cikk-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #a79e90;
  margin-bottom: 24px;
}
.blog-cikk-boritekep {
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  background: #fff; /* a kép melletti üres részt fehér tölti ki */
}
/* A teljes kép látszik (nem vágjuk le); ami kimarad, azt kétoldalt fehér tölti ki. */
.blog-cikk-boritekep img { width: 100%; height: 100%; object-fit: contain; display: block; }

.blog-cikk-tartalom {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 2;
  color: #3a3a3a;
}
.blog-cikk-tartalom > *:first-child { margin-top: 0; }
.blog-cikk-tartalom p { margin: 0 0 22px; }
.blog-cikk-tartalom h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 40px 0 14px;
}
.blog-cikk-tartalom h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  margin: 32px 0 12px;
}
.blog-cikk-tartalom ul,
.blog-cikk-tartalom ol { margin: 0 0 20px; padding-left: 24px; }
.blog-cikk-tartalom li { margin-bottom: 8px; }
.blog-cikk-tartalom a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #bdbdbd;
  transition: text-decoration-color 0.2s;
}
.blog-cikk-tartalom a:hover { text-decoration-color: #1a1a1a; }
.blog-cikk-tartalom strong { color: #1a1a1a; }
.blog-cikk-tartalom blockquote {
  border-left: 3px solid #1a1a1a;
  margin: 26px 0;
  padding: 4px 0 4px 20px;
  font-style: italic;
  color: #555;
}
.blog-cikk-tartalom img { display: block; max-width: 520px; width: 100%; height: auto; border-radius: 10px; margin: 24px auto; }
.blog-cikk-tartalom figure { margin: 24px 0; }
.blog-cikk-tartalom figcaption { font-size: 13px; color: #999; text-align: center; margin-top: 8px; }

.blog-table-wrap { overflow-x: auto; margin: 24px 0; -webkit-overflow-scrolling: touch; }
.blog-cikk-tartalom table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.blog-cikk-tartalom th,
.blog-cikk-tartalom td { border: 1px solid #e6e6e6; padding: 10px 14px; text-align: left; }
.blog-cikk-tartalom th {
  background: #f6f4f1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}

.blog-cikk-cta {
  margin-top: 40px;
  padding: 34px 30px;
  background: #1a1a1a;
  border-radius: 16px;
  text-align: center;
}
.blog-cikk-cta p {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  color: #fff;
  margin: 0 0 18px;
}
.blog-cikk-vissza { margin-top: 28px; }
.blog-cikk-vissza a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}
.blog-cikk-vissza a:hover { color: #555; }

/* ── Megosztás ── */
.blog-megosztas {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 34px 0 6px;
  padding-top: 26px;
  border-top: 1px solid #eee;
}
.blog-megosztas-cimke {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #a79e90;
  margin-right: 4px;
}
.blog-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f2ee;
  color: #1a1a1a;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 17px;
  line-height: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.blog-share-btn:hover { background: #1a1a1a; color: #fff; transform: translateY(-2px); }
.blog-share-btn:focus-visible { outline: 3px solid #1a1a1a; outline-offset: 2px; }
.blog-share-copy.is-copied { background: #1a1a1a; color: #fff; }

/* Megosztás felugró ablak (a másolandó leírással) */
.blog-share-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.blog-share-modal.is-open { opacity: 1; }
.blog-share-modal[hidden] { display: none; }
.blog-share-modal-overlay { position: absolute; inset: 0; background: rgba(26, 26, 26, 0.55); }
.blog-share-modal-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(8px) scale(0.98);
  transition: transform 0.25s ease;
}
.blog-share-modal.is-open .blog-share-modal-box { transform: none; }
.blog-share-modal-x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  color: #999;
  cursor: pointer;
  border-radius: 50%;
  font-size: 15px;
  line-height: 0;
}
.blog-share-modal-x:hover { background: #f2f2f2; color: #1a1a1a; }
.blog-share-modal-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.blog-share-modal-lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 16px;
}
.blog-share-modal-szoveg {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background: #faf9f7;
  resize: vertical;
}
.blog-share-modal-szoveg:focus { outline: 2px solid #1a1a1a; outline-offset: 1px; }
.blog-share-modal-gombok { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.blog-share-modal-copy,
.blog-share-modal-fb {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.blog-share-modal-copy { background: #f0ede8; color: #1a1a1a; border: none; }
.blog-share-modal-copy:hover { background: #e6e1d9; }
.blog-share-modal-copy.is-copied { background: #1a1a1a; color: #fff; }
.blog-share-modal-fb { background: #1a1a1a; color: #fff; }
.blog-share-modal-fb:hover { background: #333; color: #fff; transform: translateY(-1px); }
.blog-share-modal-copy:focus-visible,
.blog-share-modal-fb:focus-visible { outline: 3px solid #1a1a1a; outline-offset: 2px; }

/* ── Kapcsolódó cikkek ── */
.blog-kapcsolodo-section {
  padding: 8px 0 72px;
  background: rgba(252,252,252,0.96);
}
.blog-kapcsolodo-cim {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .blog-cikk-tartalom { font-size: 16.5px; }
  .blog-cikk-tartalom h2 { font-size: 22px; }
  .blog-cikk-tartalom h3 { font-size: 19px; }
  .blog-card-cim { font-size: 18px; }
}

/*--------------------------------------------------------------
  # Észak-Magyarország landing — a főoldal designrendszeréhez igazítva
--------------------------------------------------------------*/
.eszak-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 44px;
  align-items: start;
}
.eszak-main { min-width: 0; }

.eszak-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.25;
  margin: 0 0 16px;
}
.eszak-h3 {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 34px 0 14px;
}
.eszak-lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0;
}

.eszak-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ececec;
  border-radius: 12px;
}
.eszak-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif;
  font-size: 14.5px;
}
.eszak-table th {
  background: #f6f4f1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
  padding: 12px 16px;
  white-space: nowrap;
}
.eszak-table td { padding: 11px 16px; border-top: 1px solid #eee; color: #555; }
.eszak-table tbody tr:hover { background: #faf9f7; }

.eszak-elonyok { list-style: none; margin: 0; padding: 0; }
.eszak-elonyok li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
}
.eszak-elonyok li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a1a1a;
}
.eszak-elonyok strong { color: #1a1a1a; }

.eszak-side { position: sticky; top: 100px; }
.eszak-card {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 28px 26px;
}
.eszak-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 18px;
}
.eszak-meta {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.8);
}
.eszak-meta i { color: rgba(255,255,255,0.5); font-size: 15px; margin-top: 2px; flex-shrink: 0; }
.eszak-meta a { color: #fff; text-decoration: none; word-break: break-word; }
.eszak-meta a:hover { text-decoration: underline; }

.eszak-card-actions { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.eszak-btn {
  flex: 1 1 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: #1a1a1a !important;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.eszak-btn:hover { background: #eee; transform: translateY(-2px); }
.eszak-btn i { font-size: 14px; }
.eszak-btn-ghost { background: transparent; color: #fff !important; border: 1.5px solid rgba(255,255,255,0.3); }
.eszak-btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5); }
.eszak-btn:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

.eszak-map {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  line-height: 0;
}
.eszak-map iframe { width: 100%; height: 280px; display: block; }

@media (max-width: 991px) {
  .eszak-grid { grid-template-columns: 1fr; gap: 32px; }
  .eszak-side { position: static; }
}

/*--------------------------------------------------------------
  # Mobil főnavigáció — az árlista menü stílusához igazítva
  (kerek sötét hamburger gomb + fehér, lekerekített dropdown kártya)
--------------------------------------------------------------*/
@media (max-width: 991px) {
  /* A magányos Facebook-ikon elrejtése a mobil fejlécből (kevésbé zsúfolt).
     A !important a Bootstrap .d-flex (display:flex !important) felülírásához kell. */
  #header .header-social-links { display: none !important; }

  /* Hamburger gomb (zárt állapot): háttér nélkül, sötét ikon a világos fejlécen */
  .mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    color: #1a1a1a;
    font-size: 27px;
    box-shadow: none;
  }

  /* Nyitott állapot: könnyű fátyol a teljes sötét overlay helyett */
  .navbar-mobile {
    background: rgba(26, 26, 26, 0.4);
  }

  /* A gomb nyitott állapotban is kerek sötét, a fejléc közelében marad */
  .navbar-mobile .mobile-nav-toggle {
    position: fixed;
    top: 13px;
    right: 16px;
    background: #1a1a1a;
    color: #fff;
    z-index: 1001;
  }

  /* Linklista: fehér, lekerekített dropdown kártya jobbra fent */
  .navbar-mobile ul {
    top: 68px;
    right: 14px;
    left: auto;
    bottom: auto;
    width: min(300px, calc(100vw - 28px));
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    padding: 10px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.22);
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 12px 16px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #1a1a1a;
    transition: background 0.2s, color 0.2s;
  }
  .navbar-mobile a:hover,
  .navbar-mobile li:hover > a,
  .navbar-mobile .active {
    background: #f4f2ee;
    color: #1a1a1a;
  }

  /* Szolgáltatásaink almenü a kártyán belül */
  .navbar-mobile .dropdown ul {
    margin: 4px 8px 6px 14px;
    padding: 4px 0;
    background: #faf9f7;
    border-radius: 10px;
    box-shadow: none;
  }
  .navbar-mobile .dropdown ul a { font-size: 14px; color: #555; }
  .navbar-mobile .dropdown ul a:hover { color: #1a1a1a; }
}
