.elementor-269 .elementor-element.elementor-element-dc0cf80{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-eef6ffd *//* =========================================================
   LOMTALANÍTÓKOMMANDÓ – BUDAPEST KERÜLETI OLDAL
   A CSS MINDEN KERÜLETNÉL VÁLTOZATLAN MARADHAT
========================================================= */

.lkm-district-page {
  --lkm-ink: #090b08;
  --lkm-ink-2: #10150d;
  --lkm-ink-3: #192015;
  --lkm-olive: #2c381d;
  --lkm-olive-2: #52623a;
  --lkm-moss: #89986a;
  --lkm-acid: #d4ff3f;
  --lkm-orange: #ff6a1a;
  --lkm-orange-2: #ff934d;
  --lkm-sand: #e8d7ad;
  --lkm-paper: #f4efdf;
  --lkm-paper-2: #fffaf0;
  --lkm-white: #ffffff;
  --lkm-muted: rgba(244, 239, 223, 0.68);
  --lkm-line: rgba(244, 239, 223, 0.15);
  --lkm-dark-line: rgba(9, 11, 8, 0.13);
  --lkm-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  --lkm-shadow-soft: 0 28px 70px rgba(23, 28, 18, 0.13);
  --lkm-container: 1240px;
  --lkm-radius-sm: 16px;
  --lkm-radius-md: 25px;
  --lkm-radius-lg: 38px;
  --lkm-pointer-x: 72%;
  --lkm-pointer-y: 35%;
  --lkm-hero-shift: 0px;

  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--lkm-ink);
  background: var(--lkm-paper);
  font-family: inherit;
  isolation: isolate;
}

.lkm-district-page *,
.lkm-district-page *::before,
.lkm-district-page *::after {
  box-sizing: border-box;
}

.lkm-district-page img,
.lkm-district-page svg {
  display: block;
  max-width: 100%;
}

.lkm-district-page a {
  color: inherit;
  text-decoration: none;
}

.lkm-district-page button {
  color: inherit;
  font: inherit;
}

.lkm-district-page button,
.lkm-district-page a {
  -webkit-tap-highlight-color: transparent;
}

.lkm-district-container {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 48px), var(--lkm-container));
  margin-inline: auto;
}


/* =========================================================
   OLVASÁSI FOLYAMAT
========================================================= */

.lkm-district-progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
}

.lkm-district-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      var(--lkm-acid) 0%,
      var(--lkm-acid) 70%,
      var(--lkm-orange) 100%
    );
  box-shadow: 0 0 18px rgba(212, 255, 63, 0.55);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}


/* =========================================================
   KÖZÖS TIPOGRÁFIA
========================================================= */

.lkm-district-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 19px;
  color: var(--lkm-orange);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lkm-district-eyebrow::before {
  content: "";
  width: 25px;
  height: 2px;
  flex: 0 0 25px;
  border-radius: 20px;
  background: currentColor;
}

.lkm-district-eyebrow--acid {
  color: var(--lkm-acid);
}

.lkm-district-eyebrow:has(
  .lkm-district-eyebrow__pulse
)::before {
  display: none;
}

.lkm-district-eyebrow__pulse {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--lkm-acid);
  box-shadow: 0 0 0 0 rgba(212, 255, 63, 0.45);
  animation: lkmDistrictPulse 2.2s infinite;
}

.lkm-district-section-index {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
  color: #797a70;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lkm-district-section-index span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 106, 26, 0.25);
  border-radius: 50%;
  color: var(--lkm-orange);
  background: var(--lkm-paper-2);
}

.lkm-district-section-title {
  max-width: 800px;
  margin: 0;
  color: var(--lkm-ink);
  font-size: clamp(42px, 5.2vw, 70px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.lkm-district-section-title em {
  display: block;
  color: var(--lkm-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.065em;
}

.lkm-district-section-lead {
  max-width: 680px;
  margin: 25px 0 0;
  color: #6d7064;
  font-size: 16px;
  line-height: 1.85;
}


/* =========================================================
   GOMBOK
========================================================= */

.lkm-district-button {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 25px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;
}

.lkm-district-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lkm-district-button--acid {
  color: var(--lkm-ink);
  border-color: var(--lkm-acid);
  background:
    linear-gradient(
      135deg,
      var(--lkm-acid),
      #c4f521
    );
  box-shadow:
    0 15px 40px rgba(212, 255, 63, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.lkm-district-button--acid:hover {
  background: var(--lkm-white);
  box-shadow:
    0 20px 55px rgba(212, 255, 63, 0.25);
}

.lkm-district-button--glass {
  color: var(--lkm-paper);
  border-color: rgba(244, 239, 223, 0.25);
  background: rgba(244, 239, 223, 0.065);
  backdrop-filter: blur(14px);
}

.lkm-district-button--glass svg {
  fill: currentColor;
  stroke: none;
}

.lkm-district-button--glass:hover {
  color: var(--lkm-ink);
  border-color: var(--lkm-acid);
  background: var(--lkm-acid);
}


/* =========================================================
   HERO
========================================================= */

.lkm-district-hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  color: var(--lkm-paper);
  background: var(--lkm-ink);
  --lkm-pointer-x: 72%;
  --lkm-pointer-y: 35%;
}

.lkm-district-hero__slides,
.lkm-district-slide {
  position: absolute;
  inset: 0;
}

.lkm-district-slide {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1.15s ease,
    visibility 1.15s ease;
}

.lkm-district-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.lkm-district-slide img {
  width: 100%;
  height: calc(100% + 70px);
  object-fit: cover;
  object-position: center;
  transform:
    translate3d(0, var(--lkm-hero-shift), 0)
    scale(1.035);
  filter:
    saturate(0.84)
    contrast(1.04)
    brightness(0.82)
    sepia(0.09);
  backface-visibility: hidden;
  will-change: transform;
}

/* Látványos, de GPU-barát Ken Burns zoom minden képnél. */
.lkm-district-slide.is-active img.is-animating {
  animation:
    lkmDistrictHeroZoomIn 7.2s
    cubic-bezier(0.18, 0.72, 0.2, 1)
    both;
}

.lkm-district-slide:nth-child(2).is-active img.is-animating {
  animation-name: lkmDistrictHeroZoomOut;
}

.lkm-district-slide:nth-child(3).is-active img.is-animating {
  animation-name: lkmDistrictHeroPanZoom;
}

.lkm-district-hero__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(9, 11, 8, 0.84) 0%,
      rgba(9, 11, 8, 0.72) 34%,
      rgba(9, 11, 8, 0.34) 66%,
      rgba(9, 11, 8, 0.42) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(9, 11, 8, 0.08) 0%,
      rgba(9, 11, 8, 0.22) 55%,
      rgba(9, 11, 8, 0.58) 100%
    );
}

.lkm-district-hero__grid {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(
      rgba(212, 255, 63, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(212, 255, 63, 0.08) 1px,
      transparent 1px
    );
  background-size: 56px 56px;
  mask-image:
    linear-gradient(
      to bottom,
      black,
      rgba(0, 0, 0, 0.55),
      transparent
    );
}

.lkm-district-hero__grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(212, 255, 63, 0.065),
      transparent
    );
  transform: translateX(-100%);
  animation: lkmDistrictGridScan 9s linear infinite;
}

.lkm-district-hero__spotlight {
  position: absolute;
  z-index: 2;
  top: var(--lkm-pointer-y);
  left: var(--lkm-pointer-x);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(212, 255, 63, 0.11),
      transparent 67%
    );
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition:
    top 0.15s ease-out,
    left 0.15s ease-out;
}

.lkm-district-hero__district-mark {
  position: absolute;
  z-index: 2;
  right: -0.08em;
  bottom: -0.16em;
  color: transparent;
  font-size: clamp(360px, 42vw, 760px);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.13em;
  -webkit-text-stroke:
    1px rgba(212, 255, 63, 0.04);
  user-select: none;
}

.lkm-district-hero__container {
  min-height: 880px;
  padding-top: 42px;
  padding-bottom: 100px;
}

.lkm-district-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(244, 239, 223, 0.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lkm-district-breadcrumb a {
  transition: color 0.25s ease;
}

.lkm-district-breadcrumb a:hover {
  color: var(--lkm-acid);
}

.lkm-district-breadcrumb strong {
  color: var(--lkm-acid);
}

.lkm-district-hero__layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(390px, 0.67fr);
  align-items: center;
  gap: 100px;
  min-height: 700px;
  padding-top: 45px;
}

.lkm-district-hero__content {
  position: relative;
  z-index: 4;
}

.lkm-district-hero__title {
  max-width: 780px;
  margin: 0;
  color: var(--lkm-paper);
  font-size: clamp(60px, 7vw, 106px);
  font-weight: 950;
  line-height: 0.87;
  letter-spacing: -0.072em;
}

.lkm-district-hero__title span {
  display: block;
  margin-top: 15px;
  color: var(--lkm-acid);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76em;
  font-style: italic;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.lkm-district-hero__subtitle {
  max-width: 720px;
  margin: 32px 0 0;
  color: rgba(244, 239, 223, 0.7);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.75;
}

.lkm-district-hero__subtitle strong {
  color: var(--lkm-paper);
  font-weight: 750;
}

.lkm-district-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.lkm-district-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 28px;
  margin-top: 32px;
}

.lkm-district-hero__trust > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(244, 239, 223, 0.65);
  font-size: 11px;
  font-weight: 800;
}

.lkm-district-hero__trust i {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--lkm-ink);
  background: var(--lkm-acid);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}


/* =========================================================
   HERO BEVETÉSI KÁRTYA
========================================================= */

.lkm-district-dispatch {
  position: relative;
  z-index: 5;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(212, 255, 63, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(212, 255, 63, 0.08),
      transparent 35%
    ),
    rgba(16, 21, 13, 0.88);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.43),
    inset 0 1px 0 rgba(244, 239, 223, 0.11);
  backdrop-filter: blur(20px);
}

.lkm-district-dispatch::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(
      rgba(212, 255, 63, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(212, 255, 63, 0.08) 1px,
      transparent 1px
    );
  background-size: 28px 28px;
  pointer-events: none;
}

.lkm-district-dispatch__top,
.lkm-district-dispatch__district,
.lkm-district-dispatch__steps,
.lkm-district-dispatch__cta,
.lkm-district-dispatch__line {
  position: relative;
  z-index: 2;
}

.lkm-district-dispatch__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lkm-district-dispatch__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(244, 239, 223, 0.62);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lkm-district-dispatch__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lkm-acid);
  box-shadow: 0 0 14px rgba(212, 255, 63, 0.75);
  animation: lkmDistrictPulse 2.2s infinite;
}

.lkm-district-dispatch__top > strong {
  color: var(--lkm-acid);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.lkm-district-dispatch__district {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 36px;
}

.lkm-district-dispatch__district > span {
  color: var(--lkm-acid);
  font-size: 93px;
  font-weight: 950;
  line-height: 0.78;
  letter-spacing: -0.1em;
}

.lkm-district-dispatch__district small {
  display: block;
  margin-bottom: 5px;
  color: var(--lkm-orange-2);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lkm-district-dispatch__district strong {
  color: var(--lkm-paper);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.lkm-district-dispatch__line {
  height: 1px;
  margin: 29px 0;
  overflow: hidden;
  background: rgba(244, 239, 223, 0.12);
}

.lkm-district-dispatch__line span {
  display: block;
  width: 42%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      var(--lkm-orange),
      var(--lkm-acid)
    );
  animation: lkmDistrictDispatchLine 4s ease-in-out infinite;
}

.lkm-district-dispatch__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(244, 239, 223, 0.12);
  border-radius: 14px;
  background: rgba(244, 239, 223, 0.045);
}

.lkm-district-dispatch__steps > div {
  min-width: 0;
  padding: 18px 13px;
  border-right: 1px solid rgba(244, 239, 223, 0.1);
}

.lkm-district-dispatch__steps > div:last-child {
  border-right: 0;
}

.lkm-district-dispatch__steps span {
  display: block;
  margin-bottom: 18px;
  color: var(--lkm-acid);
  font-size: 8px;
  font-weight: 950;
}

.lkm-district-dispatch__steps strong {
  display: block;
  overflow: hidden;
  color: var(--lkm-paper);
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lkm-district-dispatch__steps small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: rgba(244, 239, 223, 0.45);
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lkm-district-dispatch__cta {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 16px 19px;
  border-radius: 12px;
  color: var(--lkm-ink);
  background: var(--lkm-acid);
  font-size: 12px;
  font-weight: 900;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.lkm-district-dispatch__cta:hover {
  background: var(--lkm-white);
  transform: translateY(-2px);
}

.lkm-district-dispatch__cta span {
  font-size: 21px;
}


/* =========================================================
   SLIDESHOW VEZÉRLŐ
========================================================= */

.lkm-district-slider-controls {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.lkm-district-slider-controls button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  color: rgba(244, 239, 223, 0.4);
  background: transparent;
  cursor: pointer;
}

.lkm-district-slider-controls button > span {
  position: relative;
  display: block;
  width: 35px;
  height: 2px;
  overflow: hidden;
  background: rgba(244, 239, 223, 0.18);
}

.lkm-district-slider-controls button > span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--lkm-acid);
  transform: scaleX(0);
  transform-origin: left center;
}

.lkm-district-slider-controls button.is-active > span {
  width: 66px;
}

.lkm-district-slider-controls button.is-active > span::after {
  animation:
    lkmDistrictSlideProgress 6.5s linear forwards;
}

.lkm-district-slider-controls small {
  font-size: 8px;
  font-weight: 900;
}

.lkm-district-slider-controls button.is-active small {
  color: var(--lkm-acid);
}


/* =========================================================
   GYORS TÉNYEK
========================================================= */

.lkm-district-facts {
  position: relative;
  border-bottom: 1px solid var(--lkm-dark-line);
  background: var(--lkm-paper);
}

.lkm-district-facts__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.65fr);
}

.lkm-district-facts__grid > div {
  min-height: 145px;
  padding: 31px 34px;
  border-right: 1px solid var(--lkm-dark-line);
}

.lkm-district-facts__grid > div:last-child {
  border-right: 0;
}

.lkm-district-facts__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lkm-district-facts__intro span {
  color: #969487;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.19em;
}

.lkm-district-facts__intro strong {
  margin-top: 13px;
  color: var(--lkm-ink);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.lkm-district-fact strong {
  display: block;
  color: var(--lkm-ink);
  font-size: 48px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.065em;
}

.lkm-district-fact span {
  display: block;
  margin-top: 12px;
  color: #73756b;
  font-size: 9px;
  font-weight: 800;
}


/* =========================================================
   MOZGÓ SÁV – VALÓBAN VÉGTELEN, ULTRASZÉLES KIJELZŐN IS
========================================================= */

.lkm-district-marquee {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--lkm-ink);
  background: var(--lkm-orange);
  isolation: isolate;
}

.lkm-district-marquee::before,
.lkm-district-marquee::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 72px;
  pointer-events: none;
}

.lkm-district-marquee::before {
  left: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 106, 26, 0.98),
      rgba(255, 106, 26, 0)
    );
}

.lkm-district-marquee::after {
  right: 0;
  background:
    linear-gradient(
      270deg,
      rgba(255, 106, 26, 0.98),
      rgba(255, 106, 26, 0)
    );
}

.lkm-district-marquee__track {
  display: flex;
  width: max-content;
  min-width: max-content;
  transform: translate3d(0, 0, 0);
  animation:
    lkmDistrictMarquee
    var(--lkm-marquee-duration, 36s)
    linear
    infinite;
  will-change: transform;
}

.lkm-district-marquee__group {
  display: flex;
  min-width: max-content;
  flex: 0 0 auto;
  align-items: center;
  gap: 28px;
  padding: 17px 28px 17px 0;
}

.lkm-district-marquee__group span {
  flex: 0 0 auto;
  color: var(--lkm-ink) !important;
  -webkit-text-fill-color: var(--lkm-ink) !important;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.21em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.lkm-district-marquee__group i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--lkm-ink);
}

.lkm-district-marquee:hover
.lkm-district-marquee__track {
  animation-play-state: paused;
}


/* =========================================================
   ÖSSZEFOGLALÓ
========================================================= */

.lkm-district-summary-section {
  padding: 105px 0;
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(212, 255, 63, 0.11),
      transparent 31%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(255, 106, 26, 0.055),
      transparent 28%
    ),
    var(--lkm-paper);
}

.lkm-district-summary {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr) 230px;
  align-items: center;
  gap: 50px;
  padding: 58px 62px;
  border: 1px solid var(--lkm-dark-line);
  border-radius: var(--lkm-radius-lg);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: var(--lkm-shadow-soft);
}

.lkm-district-summary__index {
  color: transparent;
  font-size: 84px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
  -webkit-text-stroke:
    1px rgba(255, 106, 26, 0.3);
}

.lkm-district-summary__content h2 {
  max-width: 820px;
  margin: 0;
  color: var(--lkm-ink);
  font-size: clamp(38px, 4.2vw, 59px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.058em;
}

.lkm-district-summary__content h2 em {
  color: var(--lkm-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.lkm-district-summary__content p {
  max-width: 850px;
  margin: 25px 0 0;
  color: #6d7064;
  font-size: 15px;
  line-height: 1.85;
}

.lkm-district-parent-link {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--lkm-dark-line);
  border-radius: 21px;
  background: var(--lkm-paper);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.lkm-district-parent-link:hover {
  color: var(--lkm-paper);
  background: var(--lkm-olive);
  transform: translateY(-5px);
}

.lkm-district-parent-link span {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
}

.lkm-district-parent-link strong {
  color: var(--lkm-orange);
  font-size: 29px;
}


/* =========================================================
   HELYI SAJÁTOSSÁGOK
========================================================= */

.lkm-district-local-section {
  padding: 125px 0;
  background: var(--lkm-paper-2);
}

.lkm-district-local__layout {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(480px, 0.75fr);
  align-items: center;
  gap: 100px;
}

.lkm-district-local__checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 38px;
}

.lkm-district-local__checks span {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--lkm-dark-line);
  border-radius: 13px;
  color: var(--lkm-ink);
  background: var(--lkm-paper);
  font-size: 11px;
  font-weight: 800;
}

.lkm-district-local__checks i {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 9px;
  color: var(--lkm-ink);
  background: var(--lkm-acid);
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
}


/* =========================================================
   KERÜLETI VIZUÁLIS KÁRTYA
========================================================= */

.lkm-district-zone-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(212, 255, 63, 0.22);
  border-radius: 34px;
  color: var(--lkm-paper);
  background:
    radial-gradient(
      circle at center,
      rgba(212, 255, 63, 0.11),
      transparent 56%
    ),
    var(--lkm-ink-2);
  box-shadow: var(--lkm-shadow);
}

.lkm-district-zone-card__grid {
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(
      rgba(212, 255, 63, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(212, 255, 63, 0.08) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
}

.lkm-district-zone-card__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(212, 255, 63, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lkm-district-zone-card__circle::before,
.lkm-district-zone-card__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(212, 255, 63, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lkm-district-zone-card__circle::before {
  width: 300px;
  height: 300px;
}

.lkm-district-zone-card__circle::after {
  width: 150px;
  height: 150px;
}

.lkm-district-zone-card__scan {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 46%;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      var(--lkm-acid),
      transparent
    );
  transform-origin: left center;
  animation: lkmDistrictRadar 7s linear infinite;
}

.lkm-district-zone-card__scan::after {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  width: 270px;
  height: 280px;
  background:
    conic-gradient(
      from -6deg at 0 50%,
      rgba(212, 255, 63, 0.12),
      transparent 28%
    );
}

.lkm-district-zone-card__top,
.lkm-district-zone-card__bottom,
.lkm-district-zone-card__center,
.lkm-district-zone-point {
  position: absolute;
  z-index: 3;
}

.lkm-district-zone-card__top {
  top: 27px;
  right: 27px;
  left: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lkm-district-zone-card__top span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(244, 239, 223, 0.58);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lkm-district-zone-card__top span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lkm-acid);
  box-shadow: 0 0 14px rgba(212, 255, 63, 0.75);
}

.lkm-district-zone-card__top strong {
  color: var(--lkm-orange);
  font-size: 12px;
  font-weight: 950;
}

.lkm-district-zone-card__center {
  top: 50%;
  left: 50%;
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  border: 1px solid rgba(212, 255, 63, 0.43);
  border-radius: 50%;
  background: rgba(9, 11, 8, 0.92);
  box-shadow:
    0 0 0 17px rgba(212, 255, 63, 0.035),
    0 0 60px rgba(212, 255, 63, 0.15);
  transform: translate(-50%, -50%);
}

.lkm-district-zone-card__center span {
  color: var(--lkm-acid);
  font-size: 51px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
}

.lkm-district-zone-card__center small {
  position: absolute;
  bottom: 25px;
  color: rgba(244, 239, 223, 0.4);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.lkm-district-zone-point {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(244, 239, 223, 0.12);
  border-radius: 10px;
  color: rgba(244, 239, 223, 0.75);
  background: rgba(9, 11, 8, 0.84);
  font-size: 9px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.lkm-district-zone-point i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lkm-acid);
  box-shadow: 0 0 12px rgba(212, 255, 63, 0.65);
}

.lkm-district-zone-point--one {
  top: 25%;
  left: 15%;
}

.lkm-district-zone-point--two {
  top: 31%;
  right: 11%;
}

.lkm-district-zone-point--three {
  right: 15%;
  bottom: 22%;
}

.lkm-district-zone-point--four {
  left: 11%;
  bottom: 26%;
}

.lkm-district-zone-card__bottom {
  right: 27px;
  bottom: 27px;
  left: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 19px;
  border-top: 1px solid rgba(244, 239, 223, 0.12);
}

.lkm-district-zone-card__bottom span {
  color: rgba(244, 239, 223, 0.48);
  font-size: 9px;
  font-weight: 800;
}

.lkm-district-zone-card__bottom strong {
  color: var(--lkm-acid);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* =========================================================
   SZOLGÁLTATÁSOK
========================================================= */

.lkm-district-services-section {
  position: relative;
  padding: 125px 0;
  background:
    radial-gradient(
      circle at 85% 25%,
      rgba(255, 106, 26, 0.08),
      transparent 29%
    ),
    var(--lkm-paper);
}

.lkm-district-services__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: end;
  gap: 80px;
  margin-bottom: 65px;
}

.lkm-district-services__heading > p {
  margin: 0 0 8px;
  color: #6d7064;
  font-size: 16px;
  line-height: 1.8;
}

.lkm-district-services__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.lkm-district-service-card {
  position: relative;
  grid-column: span 4;
  min-height: 330px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--lkm-dark-line);
  border-radius: 25px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.lkm-district-service-card:hover {
  border-color: rgba(255, 106, 26, 0.48);
  box-shadow: 0 24px 65px rgba(23, 28, 18, 0.13);
  transform: translateY(-7px);
}

.lkm-district-service-card--dark {
  color: var(--lkm-paper);
  border-color: rgba(212, 255, 63, 0.15);
  background: var(--lkm-ink-2);
}

.lkm-district-service-card--sand {
  background: var(--lkm-sand);
}

.lkm-district-service-card--paper {
  background: var(--lkm-paper-2);
}

.lkm-district-service-card--olive {
  color: var(--lkm-paper);
  border-color: rgba(244, 239, 223, 0.12);
  background: var(--lkm-olive);
}

.lkm-district-service-card--orange {
  color: var(--lkm-ink);
  border-color: rgba(9, 11, 8, 0.11);
  background: var(--lkm-orange);
}

.lkm-district-service-card__number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(9, 11, 8, 0.35);
  font-size: 8px;
  font-weight: 950;
}

.lkm-district-service-card--dark
.lkm-district-service-card__number,
.lkm-district-service-card--olive
.lkm-district-service-card__number {
  color: rgba(244, 239, 223, 0.35);
}

.lkm-district-service-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 15px;
  opacity: 0.8;
}

.lkm-district-service-card__icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.lkm-district-service-card h3 {
  margin: 54px 0 0;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.13;
  letter-spacing: -0.045em;
}

.lkm-district-service-card p {
  margin: 17px 0 0;
  opacity: 0.68;
  font-size: 13px;
  line-height: 1.75;
}

.lkm-district-service-card > a {
  position: absolute;
  right: 29px;
  bottom: 27px;
  left: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid currentColor;
  font-size: 10px;
  font-weight: 900;
  opacity: 0.72;
}

.lkm-district-service-card > a:hover {
  opacity: 1;
}

.lkm-district-service-card > a span {
  font-size: 17px;
}


/* =========================================================
   TIPIKUS HELYZETEK
========================================================= */

.lkm-district-situations-section {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
  color: var(--lkm-paper);
  background:
    linear-gradient(
      rgba(244, 239, 223, 0.024) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(244, 239, 223, 0.024) 1px,
      transparent 1px
    ),
    var(--lkm-ink);
  background-size: 54px 54px;
}

.lkm-district-situations__glow {
  position: absolute;
  top: -300px;
  left: 50%;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background: rgba(212, 255, 63, 0.065);
  filter: blur(60px);
  transform: translateX(-50%);
}

.lkm-district-situations__heading {
  max-width: 850px;
  margin: 0 auto 75px;
  text-align: center;
}

.lkm-district-situations__heading
.lkm-district-eyebrow {
  justify-content: center;
}

.lkm-district-situations__heading h2 {
  margin: 0;
  color: var(--lkm-paper);
  font-size: clamp(45px, 6vw, 76px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.lkm-district-situations__heading h2 em {
  color: var(--lkm-acid);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.lkm-district-situations__heading p {
  max-width: 680px;
  margin: 25px auto 0;
  color: var(--lkm-muted);
  font-size: 15px;
  line-height: 1.8;
}

.lkm-district-situations__list {
  border-top: 1px solid var(--lkm-line);
}

.lkm-district-situation {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr) 290px;
  align-items: center;
  gap: 45px;
  padding: 42px 0;
  border-bottom: 1px solid var(--lkm-line);
}

.lkm-district-situation__index {
  align-self: start;
  color: var(--lkm-orange);
  font-size: 9px;
  font-weight: 950;
}

.lkm-district-situation__content small {
  color: var(--lkm-moss);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.lkm-district-situation__content h3 {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--lkm-paper);
  font-size: clamp(27px, 3.3vw, 43px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.055em;
}

.lkm-district-situation__content p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--lkm-muted);
  font-size: 13px;
  line-height: 1.75;
}

.lkm-district-situation__visual {
  display: flex;
  min-height: 155px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(212, 255, 63, 0.14);
  border-radius: 21px;
  background:
    linear-gradient(
      145deg,
      rgba(44, 56, 29, 0.7),
      rgba(16, 21, 13, 0.92)
    );
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
}

.lkm-district-situation:hover
.lkm-district-situation__visual {
  border-color: rgba(212, 255, 63, 0.45);
  transform: translateX(-6px);
}

.lkm-district-situation__visual span {
  color: rgba(244, 239, 223, 0.6);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.lkm-district-situation__visual strong {
  color: var(--lkm-acid);
  font-size: 30px;
  font-weight: 950;
}


/* =========================================================
   FOLYAMAT
========================================================= */

.lkm-district-process-section {
  padding: 125px 0;
  background: var(--lkm-paper-2);
}

.lkm-district-process__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: end;
  gap: 80px;
  margin-bottom: 65px;
}

.lkm-district-process__heading > p {
  margin: 0 0 7px;
  color: #6d7064;
  font-size: 16px;
  line-height: 1.8;
}

.lkm-district-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--lkm-dark-line);
  border-radius: 25px;
  background: var(--lkm-paper);
}

.lkm-district-process-step {
  position: relative;
  min-height: 360px;
  padding: 28px;
  border-right: 1px solid var(--lkm-dark-line);
  transition: background 0.3s ease;
}

.lkm-district-process-step:last-child {
  border-right: 0;
}

.lkm-district-process-step:hover {
  background: var(--lkm-sand);
}

.lkm-district-process-step__index {
  color: var(--lkm-orange);
  font-size: 8px;
  font-weight: 950;
}

.lkm-district-process-step__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-top: 57px;
  place-items: center;
  color: var(--lkm-olive);
}

.lkm-district-process-step__icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.lkm-district-process-step h3 {
  margin: 50px 0 0;
  color: var(--lkm-ink);
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.lkm-district-process-step p {
  margin: 14px 0 0;
  color: #73756b;
  font-size: 12px;
  line-height: 1.7;
}

.lkm-district-process__cta {
  display: flex;
  min-height: 95px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 17px;
  padding: 20px 25px;
  border: 1px solid var(--lkm-dark-line);
  border-radius: 20px;
  background: var(--lkm-paper);
}

.lkm-district-process__cta small {
  display: block;
  margin-bottom: 7px;
  color: var(--lkm-orange);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.lkm-district-process__cta strong {
  color: var(--lkm-ink);
  font-size: 14px;
  font-weight: 900;
}

.lkm-district-process__cta a {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 34px;
  padding: 14px 20px;
  border-radius: 12px;
  color: var(--lkm-ink);
  background: var(--lkm-acid);
  font-size: 11px;
  font-weight: 900;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.lkm-district-process__cta a:hover {
  background: var(--lkm-white);
  transform: translateY(-2px);
}


/* =========================================================
   VÁROSRÉSZEK
========================================================= */

.lkm-district-areas-section {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(212, 255, 63, 0.18),
      transparent 30%
    ),
    var(--lkm-paper);
}

.lkm-district-areas__mark {
  position: absolute;
  top: -0.14em;
  right: -0.03em;
  color: rgba(9, 11, 8, 0.025);
  font-size: clamp(300px, 38vw, 650px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.13em;
  user-select: none;
}

.lkm-district-areas__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.lkm-district-areas__heading-right p {
  margin: 0;
  color: #6d7064;
  font-size: 15px;
  line-height: 1.8;
}

.lkm-district-areas__heading-right > a {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  margin-top: 25px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--lkm-ink);
  color: var(--lkm-ink);
  font-size: 11px;
  font-weight: 900;
}

.lkm-district-areas__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.lkm-district-areas__grid article {
  position: relative;
  min-height: 150px;
  padding: 23px;
  border: 1px solid var(--lkm-dark-line);
  border-radius: 19px;
  background: var(--lkm-paper-2);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.lkm-district-areas__grid article:hover {
  border-color: rgba(255, 106, 26, 0.46);
  background: var(--lkm-sand);
  transform: translateY(-5px);
}

.lkm-district-areas__grid article > span {
  display: block;
  color: var(--lkm-orange);
  font-size: 8px;
  font-weight: 950;
}

.lkm-district-areas__grid article > strong {
  display: block;
  margin-top: 32px;
  color: var(--lkm-ink);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.lkm-district-areas__grid article > small {
  display: block;
  margin-top: 7px;
  color: #77796f;
  font-size: 9px;
}

.lkm-district-areas__grid
.lkm-district-areas__all {
  color: var(--lkm-paper);
  border-color: rgba(212, 255, 63, 0.2);
  background: var(--lkm-olive);
}

.lkm-district-areas__grid
.lkm-district-areas__all:hover {
  border-color: var(--lkm-acid);
  background: var(--lkm-ink-2);
}

.lkm-district-areas__grid
.lkm-district-areas__all > span {
  color: var(--lkm-acid);
  font-size: 18px;
}

.lkm-district-areas__grid
.lkm-district-areas__all > strong {
  color: var(--lkm-paper);
}

.lkm-district-areas__grid
.lkm-district-areas__all > small {
  color: var(--lkm-muted);
}


/* =========================================================
   FAQ
========================================================= */

.lkm-district-faq-section {
  padding: 125px 0;
  background: var(--lkm-sand);
}

.lkm-district-faq__layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.64fr) minmax(0, 1fr);
  align-items: start;
  gap: 95px;
}

.lkm-district-faq__intro {
  position: sticky;
  top: 110px;
}

.lkm-district-faq__intro > p {
  max-width: 470px;
  margin: 25px 0 0;
  color: #6d6655;
  font-size: 14px;
  line-height: 1.8;
}

.lkm-district-faq__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  margin-top: 25px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--lkm-ink);
  color: var(--lkm-ink);
  font-size: 11px;
  font-weight: 900;
}

.lkm-district-faq {
  border-top: 1px solid rgba(9, 11, 8, 0.16);
}

.lkm-district-faq-item {
  border-bottom: 1px solid rgba(9, 11, 8, 0.16);
}

.lkm-district-faq-item button {
  display: grid;
  width: 100%;
  grid-template-columns: 35px 1fr 42px;
  align-items: center;
  gap: 15px;
  padding: 26px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.lkm-district-faq-item button > span {
  color: var(--lkm-orange);
  font-size: 8px;
  font-weight: 950;
}

.lkm-district-faq-item button > strong {
  color: var(--lkm-ink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

.lkm-district-faq-item button > i {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(9, 11, 8, 0.24);
  border-radius: 50%;
}

.lkm-district-faq-item button > i::before,
.lkm-district-faq-item button > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--lkm-ink);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.lkm-district-faq-item button > i::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}

.lkm-district-faq-item.is-open button > i {
  border-color: var(--lkm-acid);
  background: var(--lkm-acid);
}

.lkm-district-faq-item.is-open
button > i::after {
  transform:
    translate(-50%, -50%)
    rotate(0);
}

.lkm-district-faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.4s ease;
}

.lkm-district-faq-item__answer > p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: #6d6655;
  font-size: 13px;
  line-height: 1.8;
}

.lkm-district-faq-item.is-open
.lkm-district-faq-item__answer {
  grid-template-rows: 1fr;
}

.lkm-district-faq-item.is-open
.lkm-district-faq-item__answer > p {
  padding: 0 55px 26px 50px;
}


/* =========================================================
   VÉGSŐ CTA
========================================================= */

.lkm-district-final-section {
  padding: 105px 0 65px;
  color: var(--lkm-paper);
  background: var(--lkm-ink);
}

.lkm-district-final {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 85px;
  min-height: 470px;
  padding: 70px;
  overflow: hidden;
  border: 1px solid rgba(212, 255, 63, 0.16);
  border-radius: var(--lkm-radius-lg);
  background:
    radial-gradient(
      circle at 10% 85%,
      rgba(255, 106, 26, 0.16),
      transparent 35%
    ),
    radial-gradient(
      circle at 95% 5%,
      rgba(212, 255, 63, 0.1),
      transparent 30%
    ),
    var(--lkm-ink-2);
  box-shadow: var(--lkm-shadow);
}

.lkm-district-final__grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(
      rgba(244, 239, 223, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(244, 239, 223, 0.05) 1px,
      transparent 1px
    );
  background-size: 49px 49px;
  mask-image:
    linear-gradient(
      90deg,
      black,
      transparent 86%
    );
}

.lkm-district-final__glow {
  position: absolute;
  top: -190px;
  right: -140px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(212, 255, 63, 0.09);
  filter: blur(30px);
}

.lkm-district-final__number {
  position: absolute;
  right: -0.06em;
  bottom: -0.22em;
  color: transparent;
  font-size: 360px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.13em;
  -webkit-text-stroke:
    1px rgba(212, 255, 63, 0.055);
  user-select: none;
}

.lkm-district-final__content,
.lkm-district-final__actions {
  position: relative;
  z-index: 3;
}

.lkm-district-final__content h2 {
  max-width: 720px;
  margin: 0;
  color: var(--lkm-paper);
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.068em;
}

.lkm-district-final__content h2 em {
  display: block;
  color: var(--lkm-acid);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.lkm-district-final__content p {
  max-width: 650px;
  margin: 27px 0 0;
  color: var(--lkm-muted);
  font-size: 15px;
  line-height: 1.8;
}

.lkm-district-final__actions {
  display: grid;
  gap: 12px;
}

.lkm-district-final__contact {
  display: grid;
  grid-template-columns: 48px 1fr 20px;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 13px;
  border: 1px solid rgba(244, 239, 223, 0.14);
  border-radius: 15px;
  background: rgba(244, 239, 223, 0.045);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.lkm-district-final__contact:hover {
  border-color: rgba(212, 255, 63, 0.55);
  background: rgba(212, 255, 63, 0.07);
  transform: translateX(5px);
}

.lkm-district-final__contact-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  color: var(--lkm-ink);
  background: var(--lkm-acid);
  font-size: 17px;
}

.lkm-district-final__contact small {
  display: block;
  margin-bottom: 5px;
  color: rgba(244, 239, 223, 0.45);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lkm-district-final__contact strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--lkm-paper);
  font-size: 12px;
  font-weight: 900;
}

.lkm-district-final__contact > i {
  color: var(--lkm-acid);
  font-style: normal;
}

.lkm-district-back-to-budapest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px 5px 0;
}

.lkm-district-back-to-budapest div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--lkm-orange);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lkm-district-back-to-budapest div > strong {
  color: var(--lkm-paper);
  font-size: 15px;
  font-weight: 850;
}

.lkm-district-back-to-budapest > a {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(244, 239, 223, 0.45);
  color: var(--lkm-paper);
  font-size: 11px;
  font-weight: 900;
}

.lkm-district-back-to-budapest > a:hover {
  color: var(--lkm-acid);
  border-color: var(--lkm-acid);
}


/* =========================================================
   HELYI ÚTMUTATÓ – RÉSZLETES KERÜLETI TARTALOM
========================================================= */

.lkm-district-guide-section {
  position: relative;
  padding: 125px 0;
  background:
    radial-gradient(
      circle at 84% 12%,
      rgba(212, 255, 63, 0.11),
      transparent 29%
    ),
    radial-gradient(
      circle at 9% 90%,
      rgba(255, 106, 26, 0.06),
      transparent 28%
    ),
    var(--lkm-paper-2);
}

.lkm-district-guide__heading {
  max-width: 940px;
  margin-bottom: 65px;
}

.lkm-district-guide__heading > p {
  max-width: 900px;
  margin: 28px 0 0;
  color: #686b60;
  font-size: 16px;
  line-height: 1.9;
}

.lkm-district-guide__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lkm-district-guide__article,
.lkm-district-guide__answer-card {
  position: relative;
  padding: 38px;
  border: 1px solid var(--lkm-dark-line);
  border-radius: 25px;
  background: var(--lkm-paper);
  box-shadow: 0 18px 50px rgba(23, 28, 18, 0.055);
}

.lkm-district-guide__article {
  transition:
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.lkm-district-guide__article:hover {
  border-color: rgba(255, 106, 26, 0.42);
  box-shadow: 0 25px 65px rgba(23, 28, 18, 0.1);
  transform: translateY(-5px);
}

.lkm-district-guide__article h3,
.lkm-district-guide__answer-card h3 {
  margin: 0;
  color: var(--lkm-ink);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.lkm-district-guide__article p,
.lkm-district-guide__answer-card p {
  margin: 21px 0 0;
  color: #686b60;
  font-size: 14px;
  line-height: 1.88;
}

.lkm-district-guide__article strong {
  color: var(--lkm-ink);
  font-weight: 900;
}

.lkm-district-guide__article a,
.lkm-district-guide__article a:visited {
  color: var(--lkm-olive) !important;
  -webkit-text-fill-color: var(--lkm-olive) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--lkm-orange) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
}

.lkm-district-guide__article a:hover {
  color: var(--lkm-orange) !important;
  -webkit-text-fill-color: var(--lkm-orange) !important;
}

.lkm-district-guide__answer-card {
  grid-row: span 2;
  overflow: hidden;
  color: var(--lkm-paper);
  border-color: rgba(212, 255, 63, 0.2);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(212, 255, 63, 0.13),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      var(--lkm-olive),
      var(--lkm-ink-2)
    );
  box-shadow: var(--lkm-shadow);
}

.lkm-district-guide__answer-card::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(212, 255, 63, 0.13);
  border-radius: 50%;
}

.lkm-district-guide__answer-card::after {
  content: "I.";
  position: absolute;
  right: 25px;
  bottom: -0.18em;
  color: transparent;
  font-size: 180px;
  font-weight: 950;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(212, 255, 63, 0.08);
}

.lkm-district-guide__answer-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 11px;
  border: 1px solid rgba(212, 255, 63, 0.25);
  border-radius: 999px;
  color: var(--lkm-acid);
  background: rgba(212, 255, 63, 0.06);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lkm-district-guide__answer-card h3 {
  position: relative;
  z-index: 2;
  color: var(--lkm-paper);
}

.lkm-district-guide__answer-card p {
  position: relative;
  z-index: 2;
  color: var(--lkm-muted);
}

.lkm-district-guide__answer-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.lkm-district-guide__answer-card li {
  position: relative;
  padding-left: 28px;
  color: rgba(244, 239, 223, 0.82);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
}

.lkm-district-guide__answer-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--lkm-ink);
  background: var(--lkm-acid);
  font-size: 10px;
  font-weight: 950;
}

.lkm-district-guide__footer {
  display: flex;
  min-height: 115px;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 18px;
  padding: 25px 30px;
  border: 1px solid var(--lkm-dark-line);
  border-radius: 22px;
  background: var(--lkm-sand);
}

.lkm-district-guide__footer div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--lkm-orange);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lkm-district-guide__footer div > strong {
  color: var(--lkm-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}


/* =========================================================
   MINDEN CTA-GOMB – ERŐS KONTRASZT, ELEMENTOR-BIZTOS
========================================================= */

.lkm-district-page a.lkm-district-button,
.lkm-district-page a.lkm-district-button:link,
.lkm-district-page a.lkm-district-button:visited,
.lkm-district-page a.lkm-district-dispatch__cta,
.lkm-district-page a.lkm-district-dispatch__cta:link,
.lkm-district-page a.lkm-district-dispatch__cta:visited,
.lkm-district-page .lkm-district-process__cta > a,
.lkm-district-page .lkm-district-process__cta > a:link,
.lkm-district-page .lkm-district-process__cta > a:visited {
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  isolation: isolate;
}

.lkm-district-page a.lkm-district-button::before,
.lkm-district-page a.lkm-district-button::after,
.lkm-district-page a.lkm-district-dispatch__cta::before,
.lkm-district-page a.lkm-district-dispatch__cta::after,
.lkm-district-page .lkm-district-process__cta > a::before,
.lkm-district-page .lkm-district-process__cta > a::after {
  content: none !important;
  display: none !important;
}

.lkm-district-page a.lkm-district-button > *,
.lkm-district-page a.lkm-district-dispatch__cta > *,
.lkm-district-page .lkm-district-process__cta > a > * {
  position: relative;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  filter: none !important;
}

.lkm-district-page a.lkm-district-button--acid,
.lkm-district-page a.lkm-district-button--acid:link,
.lkm-district-page a.lkm-district-button--acid:visited,
.lkm-district-page a.lkm-district-button--acid:hover,
.lkm-district-page a.lkm-district-button--acid:focus,
.lkm-district-page a.lkm-district-button--acid > *,
.lkm-district-page a.lkm-district-dispatch__cta,
.lkm-district-page a.lkm-district-dispatch__cta:link,
.lkm-district-page a.lkm-district-dispatch__cta:visited,
.lkm-district-page a.lkm-district-dispatch__cta:hover,
.lkm-district-page a.lkm-district-dispatch__cta:focus,
.lkm-district-page a.lkm-district-dispatch__cta > *,
.lkm-district-page .lkm-district-process__cta > a,
.lkm-district-page .lkm-district-process__cta > a:link,
.lkm-district-page .lkm-district-process__cta > a:visited,
.lkm-district-page .lkm-district-process__cta > a:hover,
.lkm-district-page .lkm-district-process__cta > a:focus,
.lkm-district-page .lkm-district-process__cta > a > * {
  color: var(--lkm-ink) !important;
  -webkit-text-fill-color: var(--lkm-ink) !important;
}

.lkm-district-page a.lkm-district-button--glass,
.lkm-district-page a.lkm-district-button--glass:link,
.lkm-district-page a.lkm-district-button--glass:visited,
.lkm-district-page a.lkm-district-button--glass > * {
  color: var(--lkm-paper) !important;
  -webkit-text-fill-color: var(--lkm-paper) !important;
}

.lkm-district-page a.lkm-district-button--glass:hover,
.lkm-district-page a.lkm-district-button--glass:focus,
.lkm-district-page a.lkm-district-button--glass:hover > *,
.lkm-district-page a.lkm-district-button--glass:focus > * {
  color: var(--lkm-ink) !important;
  -webkit-text-fill-color: var(--lkm-ink) !important;
}

.lkm-district-page .lkm-district-button__label,
.lkm-district-page .lkm-district-dispatch__cta-label,
.lkm-district-page .lkm-district-process__cta-label {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font: inherit !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  white-space: normal;
}

.lkm-district-page .lkm-district-button__arrow,
.lkm-district-page .lkm-district-dispatch__cta-arrow,
.lkm-district-page .lkm-district-process__cta-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: 19px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.lkm-district-page a.lkm-district-button--acid svg,
.lkm-district-page a.lkm-district-button--acid svg * {
  fill: none !important;
  stroke: var(--lkm-ink) !important;
}

.lkm-district-page a.lkm-district-button--glass svg,
.lkm-district-page a.lkm-district-button--glass svg * {
  fill: var(--lkm-paper) !important;
  stroke: none !important;
}

.lkm-district-page a.lkm-district-button--glass:hover svg,
.lkm-district-page a.lkm-district-button--glass:hover svg *,
.lkm-district-page a.lkm-district-button--glass:focus svg,
.lkm-district-page a.lkm-district-button--glass:focus svg * {
  fill: var(--lkm-ink) !important;
}

/* Szolgáltatáskártyák és szöveges hivatkozások */
.lkm-district-page .lkm-district-service-card > a,
.lkm-district-page .lkm-district-service-card > a:visited,
.lkm-district-page .lkm-district-service-card > a > *,
.lkm-district-page .lkm-district-parent-link,
.lkm-district-page .lkm-district-parent-link:visited,
.lkm-district-page .lkm-district-areas__heading-right > a,
.lkm-district-page .lkm-district-areas__heading-right > a:visited,
.lkm-district-page .lkm-district-faq__intro > a,
.lkm-district-page .lkm-district-faq__intro > a:visited {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: currentColor !important;
}

/* Végső kapcsolat-kártyák */
.lkm-district-page .lkm-district-final__contact,
.lkm-district-page .lkm-district-final__contact:link,
.lkm-district-page .lkm-district-final__contact:visited,
.lkm-district-page .lkm-district-final__contact * {
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
}

.lkm-district-final__contact-icon {
  color: var(--lkm-ink) !important;
  -webkit-text-fill-color: var(--lkm-ink) !important;
}

.lkm-district-final__contact-icon svg {
  width: 21px;
  height: 21px;
  fill: var(--lkm-ink) !important;
}

.lkm-district-final__contact-icon svg * {
  fill: var(--lkm-ink) !important;
}

.lkm-district-final__contact-text {
  min-width: 0;
}

.lkm-district-final__contact-text small {
  color: rgba(244, 239, 223, 0.55) !important;
  -webkit-text-fill-color: rgba(244, 239, 223, 0.55) !important;
}

.lkm-district-final__contact-text strong {
  color: var(--lkm-paper) !important;
  -webkit-text-fill-color: var(--lkm-paper) !important;
}

.lkm-district-final__contact-arrow {
  color: var(--lkm-acid) !important;
  -webkit-text-fill-color: var(--lkm-acid) !important;
  font-size: 18px;
  font-weight: 950;
}


/* =========================================================
   BELÉPŐ ANIMÁCIÓK
========================================================= */

.lkm-district-page [data-lkm-reveal] {
  opacity: 0;
  transition:
    opacity 0.75s ease var(--lkm-reveal-delay, 0ms),
    transform 0.85s
      cubic-bezier(0.2, 0.75, 0.25, 1)
      var(--lkm-reveal-delay, 0ms);
}

.lkm-district-page [data-lkm-reveal="up"] {
  transform: translateY(42px);
}

.lkm-district-page [data-lkm-reveal="left"] {
  transform: translateX(-42px);
}

.lkm-district-page [data-lkm-reveal="right"] {
  transform: translateX(42px);
}

.lkm-district-page [data-lkm-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}


/* =========================================================
   KEYFRAMES
========================================================= */

@keyframes lkmDistrictHeroZoomIn {
  0% {
    transform:
      translate3d(0, var(--lkm-hero-shift), 0)
      scale(1.035);
  }

  100% {
    transform:
      translate3d(-1.2%, var(--lkm-hero-shift), 0)
      scale(1.145);
  }
}

@keyframes lkmDistrictHeroZoomOut {
  0% {
    transform:
      translate3d(1.2%, var(--lkm-hero-shift), 0)
      scale(1.15);
  }

  100% {
    transform:
      translate3d(0, var(--lkm-hero-shift), 0)
      scale(1.045);
  }
}

@keyframes lkmDistrictHeroPanZoom {
  0% {
    transform:
      translate3d(-1.6%, var(--lkm-hero-shift), 0)
      scale(1.055);
  }

  100% {
    transform:
      translate3d(1.3%, var(--lkm-hero-shift), 0)
      scale(1.145);
  }
}

@keyframes lkmDistrictPulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(212, 255, 63, 0.45);
  }

  70% {
    box-shadow:
      0 0 0 12px rgba(212, 255, 63, 0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(212, 255, 63, 0);
  }
}

@keyframes lkmDistrictGridScan {
  to {
    transform: translateX(100%);
  }
}

@keyframes lkmDistrictSlideProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes lkmDistrictDispatchLine {
  0%,
  100% {
    transform: translateX(-30%);
  }

  50% {
    transform: translateX(160%);
  }
}

@keyframes lkmDistrictMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(
      calc(var(--lkm-marquee-distance, 1200px) * -1),
      0,
      0
    );
  }
}

@keyframes lkmDistrictRadar {
  to {
    transform: rotate(360deg);
  }
}


/* =========================================================
   NAGYOBB TABLET
========================================================= */

@media (max-width: 1120px) {

  .lkm-district-hero__layout {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(350px, 0.65fr);
    gap: 50px;
  }

  .lkm-district-hero__title {
    font-size: clamp(58px, 7vw, 87px);
  }

  .lkm-district-summary {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .lkm-district-parent-link {
    display: none;
  }

  .lkm-district-local__layout {
    gap: 55px;
  }

  .lkm-district-service-card {
    grid-column: span 6;
  }

  .lkm-district-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lkm-district-process-step:nth-child(2) {
    border-right: 0;
  }

  .lkm-district-process-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lkm-dark-line);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .lkm-district-hero {
    min-height: auto;
  }

  .lkm-district-hero__container {
    min-height: auto;
    padding-top: 35px;
    padding-bottom: 105px;
  }

  .lkm-district-hero__layout {
    grid-template-columns: 1fr;
    gap: 55px;
    min-height: auto;
    padding-top: 85px;
  }

  .lkm-district-hero__content {
    max-width: 760px;
  }

  .lkm-district-dispatch {
    width: min(100%, 560px);
  }

  .lkm-district-slider-controls {
    right: auto;
    left: 0;
    bottom: 37px;
  }

  .lkm-district-facts__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lkm-district-facts__grid > div {
    border-bottom: 1px solid var(--lkm-dark-line);
  }

  .lkm-district-facts__grid > div:nth-child(2n) {
    border-right: 0;
  }

  .lkm-district-facts__grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .lkm-district-local__layout,
  .lkm-district-services__heading,
  .lkm-district-process__heading,
  .lkm-district-areas__heading,
  .lkm-district-faq__layout,
  .lkm-district-final {
    grid-template-columns: 1fr;
  }

  .lkm-district-local__content {
    max-width: 760px;
  }

  .lkm-district-zone-card {
    min-height: 560px;
  }

  .lkm-district-services__heading,
  .lkm-district-process__heading,
  .lkm-district-areas__heading {
    gap: 28px;
  }

  .lkm-district-situation {
    grid-template-columns: 45px minmax(0, 1fr);
  }

  .lkm-district-situation__visual {
    display: none;
  }

  .lkm-district-faq__layout {
    gap: 55px;
  }

  .lkm-district-faq__intro {
    position: relative;
    top: auto;
  }

  .lkm-district-final {
    gap: 50px;
  }

  .lkm-district-final__actions {
    max-width: 520px;
  }

}


/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 680px) {

  .lkm-district-container {
    width: min(
      calc(100% - 28px),
      var(--lkm-container)
    );
  }

  .lkm-district-progress {
    height: 3px;
  }

  .lkm-district-hero__spotlight {
    display: none;
  }

  .lkm-district-hero__container {
    padding-top: 25px;
    padding-bottom: 95px;
  }

  .lkm-district-breadcrumb {
    gap: 7px;
    font-size: 8px;
    line-height: 1.5;
  }

  .lkm-district-hero__layout {
    gap: 40px;
    padding-top: 62px;
  }

  .lkm-district-hero__title {
    font-size: clamp(49px, 14vw, 68px);
    line-height: 0.9;
  }

  .lkm-district-hero__title span {
    font-size: 0.76em;
  }

  .lkm-district-hero__subtitle {
    margin-top: 24px;
    font-size: 15px;
  }

  .lkm-district-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lkm-district-hero__actions
  .lkm-district-button {
    width: 100%;
  }

  .lkm-district-hero__trust {
    display: grid;
    gap: 11px;
  }

  .lkm-district-dispatch {
    padding: 19px;
    border-radius: 23px;
  }

  .lkm-district-dispatch__district > span {
    font-size: 74px;
  }

  .lkm-district-dispatch__district strong {
    font-size: 21px;
  }

  .lkm-district-dispatch__steps {
    grid-template-columns: 1fr;
  }

  .lkm-district-dispatch__steps > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    padding: 13px;
    border-right: 0;
    border-bottom:
      1px solid rgba(244, 239, 223, 0.1);
  }

  .lkm-district-dispatch__steps > div:last-child {
    border-bottom: 0;
  }

  .lkm-district-dispatch__steps span {
    grid-row: span 2;
    margin: 0;
  }

  .lkm-district-slider-controls
  button > span {
    width: 25px;
  }

  .lkm-district-slider-controls
  button.is-active > span {
    width: 45px;
  }

  .lkm-district-facts__grid {
    grid-template-columns: 1fr;
  }

  .lkm-district-facts__grid > div,
  .lkm-district-facts__grid > div:nth-child(2n),
  .lkm-district-facts__grid
  > div:nth-last-child(-n + 2) {
    min-height: auto;
    padding: 24px 20px;
    border-right: 0;
    border-bottom:
      1px solid var(--lkm-dark-line);
  }

  .lkm-district-facts__grid > div:last-child {
    border-bottom: 0;
  }

  .lkm-district-fact strong {
    font-size: 38px;
  }

  .lkm-district-summary-section,
  .lkm-district-local-section,
  .lkm-district-services-section,
  .lkm-district-situations-section,
  .lkm-district-process-section,
  .lkm-district-areas-section,
  .lkm-district-faq-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lkm-district-summary {
    display: block;
    padding: 32px 24px;
    border-radius: 25px;
  }

  .lkm-district-summary__index {
    margin-bottom: 28px;
    font-size: 58px;
  }

  .lkm-district-summary__content h2 {
    font-size: 36px;
  }

  .lkm-district-summary__content p {
    font-size: 14px;
  }

  .lkm-district-section-title {
    font-size: 42px;
  }

  .lkm-district-local__checks {
    grid-template-columns: 1fr;
  }

  .lkm-district-zone-card {
    min-height: 440px;
    border-radius: 26px;
  }

  .lkm-district-zone-card__circle {
    width: 370px;
    height: 370px;
  }

  .lkm-district-zone-card__circle::before {
    width: 245px;
    height: 245px;
  }

  .lkm-district-zone-card__circle::after {
    width: 125px;
    height: 125px;
  }

  .lkm-district-zone-card__center {
    width: 105px;
    height: 105px;
  }

  .lkm-district-zone-card__center span {
    font-size: 42px;
  }

  .lkm-district-zone-card__center small {
    bottom: 19px;
  }

  .lkm-district-zone-point {
    padding: 7px 9px;
    font-size: 7px;
  }

  .lkm-district-zone-point--one {
    top: 24%;
    left: 6%;
  }

  .lkm-district-zone-point--two {
    top: 30%;
    right: 5%;
  }

  .lkm-district-zone-point--three {
    right: 7%;
    bottom: 22%;
  }

  .lkm-district-zone-point--four {
    left: 5%;
    bottom: 25%;
  }

  .lkm-district-services__grid {
    grid-template-columns: 1fr;
  }

  .lkm-district-service-card {
    grid-column: auto;
    min-height: 315px;
  }

  .lkm-district-situations__heading h2 {
    font-size: 43px;
  }

  .lkm-district-situation {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 35px 0;
  }

  .lkm-district-situation__content h3 {
    font-size: 30px;
  }

  .lkm-district-process__grid {
    grid-template-columns: 1fr;
  }

  .lkm-district-process-step,
  .lkm-district-process-step:nth-child(2),
  .lkm-district-process-step:nth-child(-n + 2) {
    min-height: auto;
    padding: 27px;
    border-right: 0;
    border-bottom:
      1px solid var(--lkm-dark-line);
  }

  .lkm-district-process-step:last-child {
    border-bottom: 0;
  }

  .lkm-district-process-step__icon {
    margin-top: 32px;
  }

  .lkm-district-process-step h3 {
    margin-top: 30px;
  }

  .lkm-district-process__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .lkm-district-process__cta a {
    width: 100%;
    justify-content: space-between;
  }

  .lkm-district-areas__grid {
    grid-template-columns: 1fr;
  }

  .lkm-district-areas__grid article {
    min-height: 135px;
  }

  .lkm-district-faq-item button {
    grid-template-columns: 26px 1fr 35px;
    gap: 10px;
  }

  .lkm-district-faq-item button > strong {
    font-size: 14px;
  }

  .lkm-district-faq-item.is-open
  .lkm-district-faq-item__answer > p {
    padding: 0 10px 24px 36px;
  }

  .lkm-district-final-section {
    padding: 70px 0 45px;
  }

  .lkm-district-final {
    min-height: auto;
    padding: 42px 24px;
    border-radius: 27px;
  }

  .lkm-district-final__content h2 {
    font-size: 43px;
  }

  .lkm-district-final__contact {
    grid-template-columns: 43px 1fr 16px;
  }

  .lkm-district-final__contact strong {
    font-size: 10px;
  }

  .lkm-district-back-to-budapest {
    align-items: flex-start;
    flex-direction: column;
  }

}


/* =========================================================
   EXTRA KICSI MOBIL
========================================================= */

@media (max-width: 400px) {

  .lkm-district-hero__title {
    font-size: 45px;
  }

  .lkm-district-dispatch__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .lkm-district-summary__content h2,
  .lkm-district-section-title,
  .lkm-district-final__content h2 {
    font-size: 36px;
  }

  .lkm-district-zone-point--four {
    display: none;
  }

}




/* =========================================================
   HELYI ÚTMUTATÓ ÉS CTA – RESZPONZÍV KIEGÉSZÍTÉSEK
========================================================= */

@media (max-width: 900px) {
  .lkm-district-guide__content {
    grid-template-columns: 1fr;
  }

  .lkm-district-guide__answer-card {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .lkm-district-guide-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lkm-district-guide__heading {
    margin-bottom: 45px;
  }

  .lkm-district-guide__heading > p {
    font-size: 14px;
  }

  .lkm-district-guide__article,
  .lkm-district-guide__answer-card {
    padding: 27px 23px;
    border-radius: 21px;
  }

  .lkm-district-guide__article h3,
  .lkm-district-guide__answer-card h3 {
    font-size: 26px;
  }

  .lkm-district-guide__article p,
  .lkm-district-guide__answer-card p {
    font-size: 13px;
  }

  .lkm-district-guide__footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .lkm-district-guide__footer
  .lkm-district-button {
    width: 100%;
  }

  .lkm-district-marquee::before,
  .lkm-district-marquee::after {
    width: 32px;
  }

  .lkm-district-marquee__group {
    gap: 22px;
    padding: 15px 22px 15px 0;
  }

  .lkm-district-marquee__group span {
    font-size: 8px;
    letter-spacing: 0.17em;
  }
}


/* =========================================================
   CSÖKKENTETT MOZGÁS
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .lkm-district-page *,
  .lkm-district-page *::before,
  .lkm-district-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .lkm-district-page [data-lkm-reveal] {
    opacity: 1;
    transform: none;
  }

  .lkm-district-slide img,
  .lkm-district-slide.is-active img.is-animating {
    animation: none !important;
    transform: none;
  }

}

/* =========================================================
   ELEMENTOR SZERKESZTŐ – BIZTONSÁGOS ELŐNÉZET
========================================================= */

.lkm-district-page.is-elementor-editor
.lkm-district-marquee__track {
  animation: none !important;
  transform: none !important;
}

.lkm-district-page.is-elementor-editor
[data-lkm-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.lkm-district-page.is-elementor-editor
.lkm-district-slide:not(.is-active) {
  display: none !important;
}

.lkm-district-page.is-elementor-editor
.lkm-district-hero__grid::after,
.lkm-district-page.is-elementor-editor
.lkm-district-zone-card__scan,
.lkm-district-page.is-elementor-editor
.lkm-district-dispatch__line span {
  animation: none !important;
}/* End custom CSS */