/* ==========================================================================
   Premium Residence Dental — design system
   Arany + fehér + #faf8f5 prémium fogorvosi rendelő
   ========================================================================== */

:root {
  /* Paletta */
  --gold: #b8892f;
  --gold-600: #9a7126;
  --gold-700: #7c5a1f;
  --gold-400: #d9b061;
  --gold-300: #e5c986;
  --gold-200: #ecd9ab;
  --gold-100: #f4ecd8;
  --cream: #faf8f5;
  --cream-2: #f3ede2;
  --white: #ffffff;
  --ink: #201d19;
  --ink-soft: #433e37;
  --muted: #7a736a;
  --line: #e9e0cf;
  --success: #4f7a52;

  /* Tipográfia */
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Egyéb */
  --radius: 4px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 10px rgba(32, 29, 25, 0.06);
  --shadow: 0 12px 40px rgba(32, 29, 25, 0.10);
  --shadow-lg: 0 24px 70px rgba(32, 29, 25, 0.16);
  --gold-gradient: linear-gradient(135deg, #d9b061 0%, #b8892f 55%, #9a7126 100%);
  --section-pad: clamp(4rem, 9vw, 7.5rem);
}

/* ---------- Alapok ---------- */
* { -webkit-tap-highlight-color: transparent; }

html { scroll-behavior: smooth; }

html, body { overflow-x: clip; }

body {
  font-family: var(--font-body);
  color: var(--ink-soft);
  background-color: var(--cream);
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

a { color: var(--gold-600); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--gold); }

p { margin-bottom: 1rem; }
img { max-width: 100%; height: auto; }

::selection { background: var(--gold-300); color: var(--ink); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.container { --bs-gutter-x: 1.5rem; }

/* ---------- Tipográfiai segédek ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: var(--gold);
}
.eyebrow.eyebrow-center::after {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: var(--gold);
}

.display-1, .display-2 {
  font-weight: 600;
  color: var(--ink);
}
.lead { color: var(--muted); font-weight: 300; }

.section-title { max-width: 40rem; }
.section-title.center { margin-inline: auto; text-align: center; }
.section-title h2 {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  margin-bottom: 1rem;
}
.section-title p { color: var(--muted); font-weight: 300; }

.text-gold { color: var(--gold-600) !important; }
.bg-cream { background-color: var(--cream) !important; }
.bg-cream-2 { background-color: var(--cream-2) !important; }
.bg-ink { background-color: var(--ink) !important; }
.bg-white { background-color: var(--white) !important; }

/* ---------- Gombok ---------- */
.btn {
  --bs-btn-border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: .04em;
  padding: .8rem 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.btn:active { transform: translateY(1px); }

.btn-gold {
  background: var(--gold-gradient);
  color: var(--ink);
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(184, 137, 47, .28);
}
.btn-gold:hover, .btn-gold:focus {
  color: var(--ink);
  background: linear-gradient(135deg, #e5c986 0%, #c2923a 55%, #a67a28 100%);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(184, 137, 47, .36);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold-600);
  border: 1px solid var(--gold);
}
.btn-outline-gold:hover {
  background: var(--gold-100);
  color: var(--gold-700);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.btn-ink {
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
}
.btn-ink:hover { background: #342f28; color: var(--white); transform: translateY(-2px); }

.btn-light {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-light:hover { background: var(--cream); color: var(--ink); }

.btn-lg { padding: 1rem 2.4rem; font-size: 1rem; }
.btn-sm { padding: .55rem 1.3rem; font-size: .85rem; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 500;
  color: var(--gold-600);
  letter-spacing: .03em;
}
.link-arrow i { transition: transform .25s ease; }
.link-arrow:hover i { transform: translateX(4px); }

/* ==========================================================================
   Fejléc
   ========================================================================== */
.header-top {
  background: var(--ink);
  color: rgba(255, 255, 255, .82);
  font-size: .85rem;
  padding: .55rem 0;
}
.header-top a { color: rgba(255, 255, 255, .82); }
.header-top a:hover { color: var(--gold-300); }
.header-top .top-contact { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.header-top .top-contact span { display: inline-flex; align-items: center; gap: .5rem; }
.header-top .top-contact i { color: var(--gold-300); }
.header-top .top-social { display: flex; gap: .2rem; justify-content: flex-end; }
.header-top .top-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.header-top .top-social a:hover { background: rgba(255, 255, 255, .08); color: var(--gold-300); }

.site-header {
  background: rgba(250, 248, 245, .88);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease, background-color .3s ease;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  backdrop-filter: saturate(160%) blur(12px);
}
.site-header.scrolled {
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-sm);
}

.brand { display: inline-flex; align-items: center; gap: .7rem; }
.navbar .navbar-brand { margin-right: 4.5rem; }
.brand img { height: 3.4rem; width: auto; }
.brand .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand .brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .02em;
}
.brand .brand-sub {
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-600);
  font-weight: 500;
}

.navbar { padding-block: .9rem; }

.navbar-nav { gap: .2rem; }
.navbar-nav .nav-link {
  font-family: var(--font-body);
  font-size: .94rem;
  font-weight: 500;
  letter-spacing: .03em;
  color: var(--ink-soft);
  padding: .5rem .5rem !important;
  position: relative;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: .5rem;
  right: .5rem;
  bottom: .2rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus { color: var(--gold-600); }
.navbar-nav .nav-link:hover::after { transform: scaleX(1); }
.navbar-nav .nav-link.active { color: var(--gold-600); }
.navbar-nav .nav-link.active::after { transform: scaleX(1); }

/* Dropdown (desktop) */
.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: .7rem;
  margin-top: .95rem;
  background: var(--white);
  min-width: 15rem;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 1.7rem;
  width: 10px;
  height: 10px;
  background: var(--white);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  transform: rotate(45deg);
}
.dropdown-divider { border-top: 1px solid var(--line); opacity: 1; margin: .4rem 0; }
.dropdown-item {
  font-size: .92rem;
  font-weight: 400;
  color: var(--ink-soft);
  border-radius: var(--radius);
  padding: .6rem .95rem;
  transition: background .2s ease, color .2s ease, padding-left .2s ease;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: var(--gold-100);
  color: var(--gold-700);
  padding-left: 1.2rem;
}
.dropdown-item.active, .dropdown-item:active { background: var(--gold); color: var(--ink); }

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu { display: block; }
  .navbar .dropdown-toggle::after { margin-left: .4rem; font-size: .7rem; }
  /* Hover-áthidaló sáv a li-n: az egér a résen áthaladva sem szakítja meg a hover-t */
  .navbar .nav-item.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: .95rem;
    background: transparent;
  }
}

/* CTA a fejlécben */
.header-cta-btn { white-space: nowrap; }

/* Mobil offcanvas */
.navbar-toggler {
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.navbar-toggler:hover { border-color: var(--gold); }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: var(--ink);
  border-radius: 2px;
  position: relative;
  transition: background-color .3s ease;
}
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--ink);
  border-radius: 2px;
  transition: transform .3s ease, top .3s ease;
}
.navbar-toggler .navbar-toggler-icon::before { top: -6px; }
.navbar-toggler .navbar-toggler-icon::after { top: 6px; }
.navbar-toggler.is-open .navbar-toggler-icon { background-color: transparent; }
.navbar-toggler.is-open .navbar-toggler-icon::before { top: 0; transform: rotate(45deg); }
.navbar-toggler.is-open .navbar-toggler-icon::after { top: 0; transform: rotate(-45deg); }

/* Mobil offcanvas felülírások — csak mobil nézetben (<992px) */
@media (max-width: 991.98px) {
  .offcanvas {
    border-left: 1px solid var(--line);
    max-width: 82vw;
  }
  .offcanvas .offcanvas-header { border-bottom: 1px solid var(--line); }
  .offcanvas-body .navbar-nav { width: 100%; }
  .offcanvas-body .nav-link { font-size: 1.05rem; padding: .7rem 0 !important; border-bottom: 1px solid var(--line); }
  .offcanvas-body .nav-link::after { display: none; }
  .offcanvas-body .dropdown-menu {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0 0 .4rem 1rem;
    background: transparent;
    min-width: 0;
  }
  .offcanvas-body .dropdown-menu::before { display: none; }
  .offcanvas-body .dropdown-item { font-size: .95rem; padding: .55rem 0; border-radius: 0; }
  .offcanvas-body .dropdown-item:hover, .offcanvas-body .dropdown-item:focus { background: transparent; padding-left: 0; color: var(--gold-600); }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  padding: clamp(3rem, 6vw, 5.5rem) 0 0;
  overflow: hidden;
  background:
    radial-gradient(60rem 40rem at 85% -10%, rgba(217, 176, 97, .18), transparent 60%),
    radial-gradient(50rem 40rem at -10% 110%, rgba(217, 176, 97, .14), transparent 55%),
    var(--cream);
}
.hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--gold-100);
  border: 1px solid var(--gold-200);
  color: var(--gold-700);
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
  padding: .45rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.4rem;
}
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  font-weight: 600;
  line-height: 1.04;
  margin-bottom: 1.4rem;
}
.hero h1 .accent {
  font-style: italic;
  color: var(--gold-600);
}
.hero .lead { font-size: 1.15rem; max-width: 34rem; }
.hero .hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.hero .hero-features .feat { display: flex; align-items: center; gap: .6rem; color: var(--ink-soft); font-size: .92rem; }
.hero .hero-features .feat i { color: var(--gold-600); font-size: 1.15rem; }

.hero-media { position: relative; }
.hero-media .frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-media .frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-media .frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--radius-lg);
  pointer-events: none;
}
.hero-media .gold-ring {
  position: absolute;
  inset: -1.2rem auto auto -1.2rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid var(--gold-300);
  border-radius: 50%;
  opacity: .6;
}
.hero-media .float-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.hero-media .float-card .fc-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  flex: none;
}
.hero-media .float-card .fc-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}
.hero-media .float-card .fc-label { font-size: .78rem; color: var(--muted); }
.float-card.fc-1 { bottom: 18%; left: -2rem; animation: float 6s ease-in-out infinite; }
.float-card.fc-2 { top: 12%; right: -1.2rem; animation: float 7s ease-in-out infinite reverse; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--muted);
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 3rem;
}
.hero-scroll i { animation: nudge 2s ease-in-out infinite; }
@keyframes nudge { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

/* ==========================================================================
   Szekciók, kártyák
   ========================================================================== */
.section { padding-block: var(--section-pad); }
.section-tight { padding-block: clamp(2.5rem, 5vw, 4.5rem); }

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  background: var(--white);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold-200); }

/* Szolgáltatás kártya */
.service-card { height: 100%; padding: 2rem 1.9rem; text-align: left; }
.service-card .icon-box {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: var(--radius);
  background: var(--gold-100);
  color: var(--gold-600);
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
  transition: background .3s ease, color .3s ease;
}
.service-card:hover .icon-box { background: var(--gold-gradient); color: var(--ink); }
.service-card h3 { font-size: 1.55rem; margin-bottom: .6rem; }
.service-card h3 a { color: var(--ink); }
.service-card h3 a:hover { color: var(--gold-600); }
.service-card p { color: var(--muted); font-size: .98rem; margin-bottom: 1rem; }
.service-card .card-link { font-weight: 500; font-size: .9rem; }

/* Kiemelő sáv (statisztika) */
.stats-band {
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(50rem 30rem at 20% 0%, rgba(217, 176, 97, .16), transparent 60%);
}
.stat-item { text-align: center; padding: 1.5rem 0; }
.stat-item .stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 700;
  color: var(--gold-300);
  line-height: 1;
}
.stat-item .stat-label { color: rgba(255, 255, 255, .72); font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; margin-top: .5rem; }

/* Orvos kártya */
.doctor-card { overflow: hidden; }
.doctor-card .doctor-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 5; }
.doctor-card .doctor-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.doctor-card:hover .doctor-photo img { transform: scale(1.06); }
.doctor-card .doctor-body { padding: 1.4rem 1.6rem 1.6rem; text-align: center; }
.doctor-card h3 { font-size: 1.5rem; margin-bottom: .15rem; }
.doctor-card .doctor-role { color: var(--gold-600); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.doctor-card .doctor-social { display: flex; justify-content: center; gap: .4rem; margin-top: .9rem; }
.doctor-card .doctor-social a {
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: .85rem;
}
.doctor-card .doctor-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* Rólunk / imázs kompozíció */
.image-stack { position: relative; }
.image-stack .img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.image-stack .img-main img { width: 100%; object-fit: cover; display: block; }
.image-stack .img-accent {
  position: absolute;
  right: -1rem;
  bottom: -2.5rem;
  width: 46%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 6px solid var(--cream);
  box-shadow: var(--shadow-lg);
}
.image-stack .exp-badge {
  position: absolute;
  top: 1.4rem;
  left: -1.4rem;
  background: var(--gold-gradient);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.4rem;
  text-align: center;
  box-shadow: var(--shadow);
}
.image-stack .exp-badge .num { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; line-height: 1; }
.image-stack .exp-badge .lbl { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; }

/* Lista ikonokkal */
.icon-list { list-style: none; padding: 0; margin: 0; }
.icon-list li { display: flex; gap: .8rem; margin-bottom: .8rem; }
.icon-list li i { color: var(--gold-600); margin-top: .2rem; flex: none; }

/* ==========================================================================
   Árlista
   ========================================================================== */
.price-card { height: 100%; padding: 2.4rem 2rem; text-align: left; }
.price-card.featured {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.price-card.featured h3, .price-card.featured .price { color: var(--white); }
.price-card .price-tag { display: inline-block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-600); font-weight: 500; }
.price-card h3 { margin: .4rem 0 1rem; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 1.4rem; }
.price-card ul li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: .95rem;
}
.price-card.featured ul li { border-color: rgba(255,255,255,.14); }
.price-card ul li .p { font-family: var(--font-display); font-weight: 700; color: var(--gold-600); white-space: nowrap; }
.price-card.featured ul li .p { color: var(--gold-300); }
.price-note { font-size: .85rem; color: var(--muted); }

/* Árjegyzék lista */
.price-group { margin-bottom: 2rem; }
.price-group:last-child { margin-bottom: 0; }
.price-group h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold-700);
  margin-bottom: .6rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid var(--line);
}
.price-list { list-style: none; padding: 0; margin: 0; }
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.2rem;
  padding: .55rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: .95rem;
}
.price-list li:last-child { border-bottom: none; }
.price-list li span:first-child { color: var(--ink-soft); }
.price-list li .p {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--gold-600);
  white-space: nowrap;
  font-size: 1.02rem;
}

/* ==========================================================================
   Vélemények
   ========================================================================== */
.testimonial-card { height: 100%; padding: 2.2rem; }
.testimonial-card .quote { font-size: 3rem; line-height: 1; color: var(--gold-200); font-family: var(--font-display); }
.testimonial-card .stars { color: var(--gold-400); font-size: .9rem; margin-bottom: .8rem; }
.testimonial-card p { font-style: italic; color: var(--ink-soft); }
.testimonial-card .who { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; }
.testimonial-card .avatar {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--gold-100);
  color: var(--gold-600);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
}
.testimonial-card .who strong { display: block; color: var(--ink); }
.testimonial-card .who span { font-size: .82rem; color: var(--muted); }

/* ==========================================================================
   GYIK (accordion)
   ========================================================================== */
.accordion { --bs-accordion-border-color: var(--line); --bs-accordion-border-radius: var(--radius); }
.accordion-item { border: 1px solid var(--line); margin-bottom: .8rem; border-radius: var(--radius) !important; overflow: hidden; background: var(--white); }
.accordion-button {
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--ink);
  font-size: 1.02rem;
  padding: 1.1rem 1.3rem;
  background: var(--white);
}
.accordion-button:not(.collapsed) { background: var(--gold-100); color: var(--gold-700); box-shadow: none; }
.accordion-button:focus { box-shadow: none; border-color: var(--gold-200); }
.accordion-button::after { filter: none; background-image: none; content: "+"; font-size: 1.6rem; font-weight: 300; line-height: 1; width: auto; height: auto; color: var(--gold-600); }
.accordion-button:not(.collapsed)::after { content: "\2013"; }
.accordion-body { color: var(--muted); }

/* ==========================================================================
   Galéria
   ========================================================================== */
.gallery-item { position: relative; display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item::after {
  content: "\F1C5";
  font-family: "bootstrap-icons";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.8rem;
  background: rgba(32, 29, 25, .4);
  opacity: 0;
  transition: opacity .3s ease;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover img { transform: scale(1.05); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(20, 17, 14, .92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.lightbox .lb-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  color: #fff;
  font-size: 2rem;
  background: none;
  border: none;
}
.lightbox .lb-prev, .lightbox .lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.1);
  border: none;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.4rem;
}
.lightbox .lb-prev { left: 1.5rem; }
.lightbox .lb-next { right: 1.5rem; }
.lightbox .lb-prev:hover, .lightbox .lb-next:hover { background: var(--gold); color: var(--ink); }

/* ==========================================================================
   CTA sáv
   ========================================================================== */
.cta-band {
  background:
    radial-gradient(40rem 24rem at 100% 0%, rgba(217, 176, 97, .22), transparent 60%),
    var(--ink);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(2.4rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: var(--white); font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.cta-band p { color: rgba(255, 255, 255, .72); }

/* ==========================================================================
   Űrlap
   ========================================================================== */
.form-label { font-weight: 500; color: var(--ink); font-size: .92rem; }
.form-control, .form-select {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .8rem 1rem;
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.form-control:focus, .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 .2rem rgba(184, 137, 47, .15);
}
.form-control::placeholder { color: #b3ab9f; }
textarea.form-control { min-height: 9rem; }
.form-check-input { border-color: var(--gold-300); }
.form-check-input:checked { background-color: var(--gold); border-color: var(--gold); }
.form-check-input:focus { box-shadow: 0 0 0 .2rem rgba(184, 137, 47, .15); }

.contact-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: clamp(1.6rem, 3vw, 2.6rem);
}

.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-info-item .ci-icon {
  width: 3rem;
  height: 3rem;
  flex: none;
  border-radius: 50%;
  background: var(--gold-100);
  color: var(--gold-600);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
}
.contact-info-item h5 { font-family: var(--font-body); font-size: .95rem; font-weight: 600; margin-bottom: .2rem; }
.contact-info-item p { color: var(--muted); font-size: .95rem; margin: 0; }

.form-status {
  display: none;
  padding: 1rem 1.2rem;
  border-radius: var(--radius);
  margin-bottom: 1.2rem;
  font-size: .95rem;
}
.form-status.show { display: block; }
.form-status.success { background: #eef5ee; color: #2f5d33; border: 1px solid #cfe3d0; }
.form-status.error { background: #fbeef0; color: #9b3d45; border: 1px solid #f0d2d6; }

/* ==========================================================================
   Lábléc
   ========================================================================== */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .7);
  font-size: .95rem;
}
.site-footer a { color: rgba(255, 255, 255, .7); }
.site-footer a:hover { color: var(--gold-300); }
.site-footer .footer-heading {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 1.2rem;
  font-family: var(--font-body);
}
.site-footer .footer-links { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-links li { margin-bottom: .55rem; }
.site-footer .footer-links a { display: inline-flex; align-items: center; gap: .5rem; }
.site-footer .footer-links a i { color: var(--gold-300); font-size: .7rem; }
.site-footer .footer-contact { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-contact li { display: flex; gap: .8rem; margin-bottom: .9rem; }
.site-footer .footer-contact i { color: var(--gold-300); margin-top: .2rem; }
.site-footer .footer-brand { color: var(--white); font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; }
.site-footer .footer-social { display: flex; gap: .5rem; margin-top: 1.2rem; }
.site-footer .footer-social a {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .8);
}
.site-footer .footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 1.3rem 0;
  font-size: .85rem;
  color: rgba(255, 255, 255, .55);
}

/* ==========================================================================
   Belső oldalak
   ========================================================================== */
.page-hero {
  background:
    radial-gradient(50rem 30rem at 90% -20%, rgba(217, 176, 97, .2), transparent 60%),
    var(--cream-2);
  border-bottom: 1px solid var(--line);
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.4rem, 5vw, 3.6rem);
}
.page-hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); margin-bottom: .5rem; }
.breadcrumb { --bs-breadcrumb-divider-color: var(--gold-300); font-size: .88rem; }
.breadcrumb a { color: var(--gold-600); }
.breadcrumb .active { color: var(--muted); }

/* Szolgáltatás aloldal */
.service-hero-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.service-hero-img img { width: 100%; object-fit: cover; }
.sidebar-card { padding: 1.6rem; }
.sidebar-card .nav { gap: .2rem; }
.sidebar-card .nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem .9rem;
  color: var(--ink-soft);
  border-radius: var(--radius);
  font-size: .95rem;
}
.sidebar-card .nav a:hover { background: var(--gold-100); color: var(--gold-700); }
.sidebar-card .nav a.active { background: var(--gold-gradient); color: var(--ink); font-weight: 500; }

/* ==========================================================================
   Animációk (reveal)
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   Vissza a tetejére
   ========================================================================== */
.scroll-top {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1500;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  border: none;
  background: var(--gold-gradient);
  color: var(--ink);
  font-size: 1.15rem;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.scroll-top.show { opacity: 1; visibility: visible; transform: none; }

/* ==========================================================================
   Reszponzív finomítások
   ========================================================================== */
@media (max-width: 991.98px) {
  .hero { padding-top: 2rem; }
  .hero-media { margin-top: 2.5rem; }
  .float-card.fc-1 { left: .5rem; bottom: -1rem; }
  .float-card.fc-2 { right: .5rem; top: -1rem; }
  .image-stack .img-accent { bottom: -1.5rem; }
  .image-stack .exp-badge { left: .5rem; }
}

@media (max-width: 575.98px) {
  .hero h1 { font-size: 2.4rem; }
  .btn { padding: .75rem 1.5rem; }
  .header-top .top-contact { justify-content: center; gap: 1rem; }
  .image-stack .img-accent { display: none; }
}
