.elementor-20 .elementor-element.elementor-element-2b50d60{--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-f36fd2f */.lkma-page {
  --lkma-ink: #080b07;
  --lkma-ink-2: #10160d;
  --lkma-ink-3: #182113;
  --lkma-olive: #2b391d;
  --lkma-moss: #7f9062;
  --lkma-acid: #d4ff3f;
  --lkma-orange: #ff6a1a;
  --lkma-orange-soft: #ff934d;
  --lkma-sand: #e8d7ad;
  --lkma-paper: #f4efdf;
  --lkma-paper-2: #fffaf0;
  --lkma-white: #ffffff;
  --lkma-line: rgba(244, 239, 223, 0.15);
  --lkma-dark-line: rgba(9, 11, 8, 0.13);
  --lkma-shell: 1240px;
  --lkma-radius: 32px;
  --lkma-shadow: 0 35px 100px rgba(0, 0, 0, 0.34);
  --lkma-shadow-soft: 0 28px 70px rgba(24, 30, 18, 0.14);
  --lkma-font:
    Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --lkma-display:
    "Arial Black", "Inter Tight", Inter, ui-sans-serif, system-ui, sans-serif;
  --lkma-scroll: 0px;

  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--lkma-paper);
  background: var(--lkma-ink);
  font-family: var(--lkma-font);
  font-size: 16px;
  line-height: 1.6;
  isolation: isolate;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.lkma-page,
.lkma-page *,
.lkma-page *::before,
.lkma-page *::after {
  box-sizing: border-box;
}

.lkma-page :where(h1, h2, h3, p, figure, ol) {
  margin: 0;
}

.lkma-page ol {
  padding: 0;
  list-style: none;
}

.lkma-page a {
  color: inherit;
  text-decoration: none;
}

.lkma-page button,
.lkma-page input {
  color: inherit;
  font: inherit;
}

.lkma-page img,
.lkma-page svg {
  display: block;
}

.lkma-page img {
  max-width: 100%;
}

.lkma-page svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lkma-page [hidden] {
  display: none !important;
}

.lkma-page :where(section[id]) {
  scroll-margin-top: 110px;
}

.lkma-page :where(a, button, input, summary):focus-visible {
  outline: 3px solid var(--lkma-acid);
  outline-offset: 4px;
}

.lkma-shell {
  width: min(var(--lkma-shell), calc(100% - 48px));
  margin-inline: auto;
}

.lkma-section {
  position: relative;
  padding: clamp(100px, 10vw, 156px) 0;
}

.lkma-skip-link {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #080b07;
  background: #d4ff3f;
  font-family: Inter, sans-serif;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.lkma-skip-link:focus {
  transform: translateY(0);
}

.lkma-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lkma-progress {
  position: fixed;
  z-index: 10020;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.lkma-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--lkma-orange), var(--lkma-acid));
  box-shadow: 0 0 18px rgba(212, 255, 63, 0.55);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.lkma-pointer {
  position: fixed;
  z-index: 9990;
  top: -185px;
  left: -185px;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  opacity: 0.18;
  background: radial-gradient(circle, rgba(212, 255, 63, 0.2), transparent 67%);
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: transform;
}

.lkma-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.lkma-js .lkma-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.7s ease var(--lkma-delay, 0ms),
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) var(--lkma-delay, 0ms);
}

.lkma-js .lkma-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.lkma-kicker,
.lkma-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--lkma-orange);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lkma-kicker {
  color: var(--lkma-acid);
}

.lkma-kicker i {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(212, 255, 63, 0.12);
}

.lkma-kicker i::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  animation: lkmaPulse 2s ease-out infinite;
}

.lkma-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.lkma-heading {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(50px, 7vw, 82px);
}

.lkma-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  align-items: end;
  gap: clamp(42px, 8vw, 110px);
}

.lkma-heading h2,
.lkma-logistics__copy h2,
.lkma-faq__intro h2,
.lkma-final h2 {
  margin-top: 18px;
  color: var(--lkma-ink);
  font-family: var(--lkma-display);
  font-size: clamp(44px, 5.3vw, 78px);
  font-weight: 950;
  letter-spacing: -0.064em;
  line-height: 0.98;
}

.lkma-heading h2 em,
.lkma-logistics__copy h2 em,
.lkma-faq__intro h2 em,
.lkma-final h2 em {
  color: var(--lkma-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.lkma-heading > p {
  max-width: 570px;
  color: rgba(9, 11, 8, 0.65);
  font-size: 17px;
  line-height: 1.75;
}

.lkma-heading--light h2 {
  color: var(--lkma-paper);
}

.lkma-heading--light h2 em {
  color: var(--lkma-acid);
}

.lkma-heading--light > p {
  color: rgba(244, 239, 223, 0.62);
}

.lkma-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 950;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.lkma-button:hover {
  transform: translateY(-2px);
}

.lkma-button svg {
  width: 20px;
  height: 20px;
}

html body .lkma-page :is(a, button).lkma-button--hot,
html body .elementor .lkma-page :is(a, button).lkma-button--hot {
  color: #090b08 !important;
  border-color: #d4ff3f !important;
  background-color: #d4ff3f !important;
  background-image: none !important;
  box-shadow: 0 15px 45px rgba(212, 255, 63, 0.22) !important;
  opacity: 1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #090b08 !important;
}

html body .lkma-page :is(a, button).lkma-button--hot:hover,
html body .lkma-page :is(a, button).lkma-button--hot:focus-visible,
html body .elementor .lkma-page :is(a, button).lkma-button--hot:hover,
html body .elementor .lkma-page :is(a, button).lkma-button--hot:focus-visible {
  color: #090b08 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow: 0 20px 55px rgba(212, 255, 63, 0.28) !important;
  -webkit-text-fill-color: #090b08 !important;
}

html body .lkma-page :is(a, button).lkma-button--hot :is(span, svg, path),
html body .elementor .lkma-page :is(a, button).lkma-button--hot :is(span, svg, path) {
  color: #090b08 !important;
  stroke: #090b08 !important;
  -webkit-text-fill-color: #090b08 !important;
}

html body .lkma-page :is(a, button).lkma-button--glass,
html body .elementor .lkma-page :is(a, button).lkma-button--glass {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  background-color: rgba(255, 255, 255, 0.09) !important;
  background-image: none !important;
  backdrop-filter: blur(12px);
  opacity: 1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-backdrop-filter: blur(12px);
  -webkit-text-fill-color: #ffffff !important;
}

html body .lkma-page :is(a, button).lkma-button--glass:hover,
html body .lkma-page :is(a, button).lkma-button--glass:focus-visible,
html body .elementor .lkma-page :is(a, button).lkma-button--glass:hover,
html body .elementor .lkma-page :is(a, button).lkma-button--glass:focus-visible {
  color: #090b08 !important;
  border-color: #f4efdf !important;
  background-color: #f4efdf !important;
  background-image: none !important;
  -webkit-text-fill-color: #090b08 !important;
}

html body .lkma-page :is(a, button).lkma-button--glass :is(span, svg, path),
html body .elementor .lkma-page :is(a, button).lkma-button--glass :is(span, svg, path) {
  color: currentColor !important;
  stroke: currentColor !important;
  -webkit-text-fill-color: currentColor !important;
}

.lkma-hero {
  position: relative;
  min-height: 930px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 170px 0 120px;
  background: var(--lkma-ink);
}

.lkma-hero__media,
.lkma-hero__wash {
  position: absolute;
  inset: 0;
}

.lkma-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(0.56) contrast(1.08) brightness(0.58);
  transform: scale(1.025);
}

.lkma-hero__wash {
  z-index: 1;
  background:
    radial-gradient(circle at 78% 42%, rgba(109, 136, 69, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(4, 7, 3, 0.99) 0%, rgba(4, 7, 3, 0.94) 39%, rgba(4, 7, 3, 0.66) 68%, rgba(4, 7, 3, 0.74) 100%),
    linear-gradient(0deg, var(--lkma-ink), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.45));
}

.lkma-hero > .lkma-grid-bg {
  z-index: 2;
  opacity: 0.7;
  -webkit-mask-image: linear-gradient(90deg, black, transparent 77%);
  mask-image: linear-gradient(90deg, black, transparent 77%);
}

.lkma-hero__layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

.lkma-hero__copy h1 {
  max-width: 820px;
  margin-top: 28px;
  color: var(--lkma-white);
  font-family: var(--lkma-display);
  font-size: clamp(59px, 7vw, 98px);
  font-weight: 950;
  letter-spacing: -0.072em;
  line-height: 0.91;
}

.lkma-hero__copy h1 em {
  display: block;
  margin-top: 14px;
  color: var(--lkma-acid);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82em;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.lkma-hero__copy > p {
  max-width: 680px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.78;
}

.lkma-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}

.lkma-hero__actions .lkma-button--glass > svg {
  fill: currentColor;
  stroke: none;
}

.lkma-hero__micro {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 24px;
}

.lkma-hero__micro span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 800;
}

.lkma-hero__micro i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lkma-acid);
  background: rgba(212, 255, 63, 0.1);
  font-size: 10px;
  font-style: normal;
}

.lkma-coverage-card {
  --lkma-tilt-x: 0deg;
  --lkma-tilt-y: 0deg;
  --lkma-mx: 50%;
  --lkma-my: 50%;
  position: relative;
  min-width: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(212, 255, 63, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at var(--lkma-mx) var(--lkma-my), rgba(212, 255, 63, 0.11), transparent 31%),
    rgba(9, 13, 7, 0.9);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: perspective(1000px) rotateX(var(--lkma-tilt-x)) rotateY(var(--lkma-tilt-y));
  transition:
    transform 0.2s ease,
    opacity 0.7s ease var(--lkma-delay, 0ms);
  transform-style: preserve-3d;
}

.lkma-js .lkma-coverage-card.lkma-reveal:not(.is-visible) {
  transform: perspective(1000px) translateY(25px);
}

.lkma-js .lkma-coverage-card.lkma-reveal.is-visible {
  transform: perspective(1000px) rotateX(var(--lkma-tilt-x)) rotateY(var(--lkma-tilt-y));
}

.lkma-coverage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 80px rgba(212, 255, 63, 0.025);
  pointer-events: none;
}

.lkma-coverage-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 5px 15px;
}

.lkma-coverage-card__top span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lkma-coverage-card__top span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lkma-acid);
  box-shadow: 0 0 14px rgba(212, 255, 63, 0.7);
}

.lkma-coverage-card__top strong {
  color: var(--lkma-acid);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.lkma-map {
  position: relative;
  min-height: 335px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(212, 255, 63, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 255, 63, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.025);
  background-size: 28px 28px;
}

.lkma-map__label {
  position: absolute;
  top: 19px;
  left: 20px;
  color: rgba(255, 255, 255, 0.13);
  font-family: var(--lkma-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -0.07em;
}

.lkma-map > svg {
  width: 94%;
  height: auto;
  overflow: visible;
}

.lkma-map__shape {
  fill: rgba(212, 255, 63, 0.06);
  stroke: rgba(212, 255, 63, 0.58);
  stroke-width: 2;
}

.lkma-map__route {
  stroke: var(--lkma-orange-soft);
  stroke-width: 2;
  stroke-dasharray: 8 8;
  animation: lkmaRoute 14s linear infinite;
}

.lkma-map circle {
  fill: var(--lkma-acid);
  stroke: rgba(9, 11, 8, 0.75);
  stroke-width: 5;
  filter: drop-shadow(0 0 9px rgba(212, 255, 63, 0.75));
}

.lkma-map__budapest rect {
  fill: rgba(7, 10, 6, 0.96);
  stroke: rgba(212, 255, 63, 0.32);
  stroke-width: 1;
}

.lkma-map__budapest text {
  fill: var(--lkma-paper);
  stroke: none;
  font-family: var(--lkma-font);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-anchor: middle;
}

.lkma-map__pin {
  position: absolute;
  padding: 7px 9px;
  border: 1px solid rgba(212, 255, 63, 0.2);
  border-radius: 8px;
  color: var(--lkma-paper);
  background: rgba(7, 10, 6, 0.86);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lkma-map__pin--two {
  right: 5%;
  bottom: 12%;
}

.lkma-coverage-card__numbers {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1.35fr;
  gap: 1px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.09);
}

.lkma-coverage-card__numbers > div,
.lkma-coverage-card__numbers > a {
  min-height: 82px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 13px;
  background: #11170e;
}

.lkma-coverage-card__numbers > div span {
  color: var(--lkma-white);
  font-family: var(--lkma-display);
  font-size: 27px;
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
}

.lkma-coverage-card__numbers small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.lkma-coverage-card__numbers > a {
  align-items: center;
  flex-direction: row;
  gap: 10px;
  color: var(--lkma-ink);
  background: var(--lkma-acid);
  font-size: 10px;
  font-weight: 950;
  transition: background 0.2s ease;
}

.lkma-coverage-card__numbers > a:hover {
  background: var(--lkma-white);
}

.lkma-coverage-card__numbers > a i {
  font-size: 17px;
  font-style: normal;
}

.lkma-proof {
  position: relative;
  z-index: 3;
  color: var(--lkma-ink);
  background: var(--lkma-paper);
  border-bottom: 1px solid var(--lkma-dark-line);
}

.lkma-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lkma-proof__grid > div {
  min-height: 145px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 25px clamp(20px, 3vw, 40px);
  border-left: 1px solid var(--lkma-dark-line);
}

.lkma-proof__grid > div:last-child {
  border-right: 1px solid var(--lkma-dark-line);
}

.lkma-proof__grid strong {
  font-family: var(--lkma-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

.lkma-proof__grid span {
  margin-top: 8px;
  color: rgba(9, 11, 8, 0.55);
  font-size: 10px;
  font-weight: 850;
}

.lkma-regions {
  color: var(--lkma-ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 106, 26, 0.09), transparent 26%),
    var(--lkma-paper-2);
}

.lkma-regions::before {
  content: "19";
  position: absolute;
  top: 35px;
  right: -2vw;
  color: rgba(9, 11, 8, 0.025);
  font-family: var(--lkma-display);
  font-size: clamp(210px, 28vw, 440px);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.75;
  pointer-events: none;
}

.lkma-budapest-feature {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(9, 11, 8, 0.12);
  border-radius: 26px;
  color: var(--lkma-paper);
  background:
    radial-gradient(circle at 94% 10%, rgba(212, 255, 63, 0.15), transparent 25%),
    linear-gradient(120deg, #10160d, #202b16);
  box-shadow: var(--lkma-shadow-soft);
}

.lkma-budapest-feature::after {
  content: "BUDAPEST";
  position: absolute;
  right: -12px;
  bottom: -29px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--lkma-display);
  font-size: clamp(70px, 11vw, 145px);
  font-weight: 950;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.lkma-budapest-feature__number {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 255, 63, 0.35);
  border-radius: 22px;
  color: var(--lkma-acid);
  background: rgba(212, 255, 63, 0.06);
  font-family: var(--lkma-display);
  font-size: 25px;
  font-weight: 950;
}

.lkma-budapest-feature > div:nth-child(2) {
  position: relative;
  z-index: 2;
}

.lkma-budapest-feature > div:nth-child(2) > span {
  color: var(--lkma-orange-soft);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lkma-budapest-feature h3 {
  margin-top: 8px;
  color: var(--lkma-white);
  font-family: var(--lkma-display);
  font-size: clamp(25px, 3vw, 39px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.lkma-budapest-feature p {
  max-width: 620px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  line-height: 1.7;
}

.lkma-budapest-feature__actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 9px;
}

.lkma-budapest-feature__actions a {
  min-width: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.73);
  background: rgba(255, 255, 255, 0.045);
  font-size: 9px;
  font-weight: 900;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.lkma-budapest-feature__actions a:hover {
  color: var(--lkma-ink);
  border-color: var(--lkma-acid);
  background: var(--lkma-acid);
}

.lkma-search {
  position: relative;
  z-index: 3;
  min-height: 72px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid var(--lkma-dark-line);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 16px 50px rgba(20, 25, 16, 0.07);
}

.lkma-search label {
  display: grid;
  place-items: center;
}

.lkma-search label svg {
  width: 22px;
  height: 22px;
  color: rgba(9, 11, 8, 0.55);
}

.lkma-search input {
  width: 100%;
  height: 54px;
  padding: 0 9px;
  border: 0;
  outline: 0;
  color: var(--lkma-ink);
  background: transparent;
  font-size: 14px;
  font-weight: 750;
}

.lkma-search input::placeholder {
  color: rgba(9, 11, 8, 0.42);
}

.lkma-search > span {
  padding: 10px 13px;
  border-radius: 11px;
  color: var(--lkma-paper);
  background: var(--lkma-ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  white-space: nowrap;
}

.lkma-region-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.lkma-region-grid a {
  position: relative;
  min-width: 0;
  min-height: 126px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  gap: 5px 12px;
  padding: 19px;
  overflow: hidden;
  border: 1px solid var(--lkma-dark-line);
  border-radius: 17px;
  color: var(--lkma-ink);
  background: rgba(255, 255, 255, 0.54);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.lkma-region-grid a::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(9, 11, 8, 0.07);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.lkma-region-grid a:hover {
  color: var(--lkma-paper);
  border-color: var(--lkma-ink);
  background: var(--lkma-ink);
  box-shadow: 0 18px 42px rgba(20, 25, 16, 0.16);
  transform: translateY(-4px);
}

.lkma-region-grid a:hover::before {
  border-color: rgba(212, 255, 63, 0.17);
  transform: scale(1.35);
}

.lkma-region-grid a > span {
  grid-row: 1 / -1;
  align-self: start;
  color: var(--lkma-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
}

.lkma-region-grid a > strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.lkma-region-grid a > small {
  grid-column: 2;
  color: rgba(9, 11, 8, 0.48);
  font-size: 9px;
  transition: color 0.25s ease;
}

.lkma-region-grid a:hover > small {
  color: rgba(255, 255, 255, 0.48);
}

.lkma-region-grid a > i {
  grid-column: 3;
  grid-row: 1 / -1;
  color: var(--lkma-orange);
  font-size: 16px;
  font-style: normal;
  opacity: 0.6;
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.lkma-region-grid a:hover > i {
  color: var(--lkma-acid);
  opacity: 1;
  transform: translate(2px, -2px);
}

.lkma-empty {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  padding: 23px;
  border: 1px dashed rgba(9, 11, 8, 0.22);
  border-radius: 16px;
  color: rgba(9, 11, 8, 0.62);
  background: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-size: 13px;
}

.lkma-budapest {
  overflow: hidden;
  color: var(--lkma-paper);
  background:
    radial-gradient(circle at 12% 10%, rgba(78, 100, 48, 0.33), transparent 29%),
    #0b1008;
}

.lkma-budapest > .lkma-grid-bg {
  opacity: 0.7;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 90%);
  mask-image: linear-gradient(180deg, black, transparent 90%);
}

.lkma-budapest__orb {
  position: absolute;
  top: -230px;
  right: -180px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(212, 255, 63, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(212, 255, 63, 0.015),
    0 0 0 160px rgba(212, 255, 63, 0.009);
}

.lkma-search--dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lkma-search--dark label svg {
  color: rgba(255, 255, 255, 0.55);
}

.lkma-search--dark input {
  color: var(--lkma-paper);
}

.lkma-search--dark input::placeholder {
  color: rgba(255, 255, 255, 0.37);
}

.lkma-search--dark > span {
  color: var(--lkma-ink);
  background: var(--lkma-acid);
}

.lkma-district-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.lkma-district-grid a {
  position: relative;
  min-width: 0;
  min-height: 118px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 5px 11px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.04);
  transition:
    color 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease;
}

.lkma-district-grid a::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -32px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(212, 255, 63, 0.08);
  border-radius: 50%;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.lkma-district-grid a:hover {
  color: var(--lkma-ink);
  border-color: var(--lkma-acid);
  background: var(--lkma-acid);
  transform: translateY(-4px);
}

.lkma-district-grid a:hover::after {
  background: rgba(9, 11, 8, 0.08);
  transform: scale(1.25);
}

.lkma-district-grid a > span {
  grid-row: 1 / -1;
  align-self: start;
  color: var(--lkma-orange-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
}

.lkma-district-grid a > strong {
  min-width: 0;
  color: var(--lkma-white);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  transition: color 0.24s ease;
}

.lkma-district-grid a > small {
  grid-column: 2;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  line-height: 1.35;
  text-overflow: ellipsis;
  transition: color 0.24s ease;
}

.lkma-district-grid a > i {
  grid-column: 3;
  grid-row: 1 / -1;
  color: var(--lkma-acid);
  font-size: 15px;
  font-style: normal;
  opacity: 0.55;
  transition:
    color 0.24s ease,
    opacity 0.24s ease,
    transform 0.24s ease;
}

.lkma-district-grid a:hover > :where(strong, small, i, span) {
  color: var(--lkma-ink);
}

.lkma-district-grid a:hover > small {
  opacity: 0.58;
}

.lkma-district-grid a:hover > i {
  opacity: 1;
  transform: translate(2px, -2px);
}

.lkma-empty--dark {
  color: rgba(255, 255, 255, 0.57);
  border-color: rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.035);
}

.lkma-logistics {
  color: var(--lkma-ink);
  background:
    linear-gradient(rgba(9, 11, 8, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 11, 8, 0.045) 1px, transparent 1px),
    var(--lkma-paper-2);
  background-size: 72px 72px;
}

.lkma-logistics__layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(60px, 10vw, 145px);
}

.lkma-logistics__visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--lkma-ink);
  box-shadow: var(--lkma-shadow-soft);
}

.lkma-logistics__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 6, 3, 0.87), transparent 53%);
  pointer-events: none;
}

.lkma-logistics__visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.lkma-logistics__visual:hover img {
  transform: scale(1.035);
}

.lkma-logistics__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lkma-logistics__visual figcaption span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  border: 1px solid var(--lkma-acid);
  border-radius: 50%;
  color: var(--lkma-acid);
  background: rgba(9, 11, 8, 0.55);
  font-family: var(--lkma-display);
  font-size: 13px;
}

.lkma-logistics__copy h2 {
  max-width: 720px;
  margin-top: 20px;
}

.lkma-logistics__copy > p {
  max-width: 650px;
  margin-top: 26px;
  color: rgba(9, 11, 8, 0.62);
  font-size: 16px;
  line-height: 1.75;
}

.lkma-steps {
  margin-top: 37px;
  border-top: 1px solid var(--lkma-dark-line);
}

.lkma-steps li {
  min-height: 108px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--lkma-dark-line);
}

.lkma-steps li > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(9, 11, 8, 0.15);
  border-radius: 50%;
  color: var(--lkma-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
}

.lkma-steps strong {
  color: var(--lkma-ink);
  font-family: var(--lkma-display);
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.lkma-steps p {
  margin-top: 5px;
  color: rgba(9, 11, 8, 0.52);
  font-size: 11px;
}

.lkma-text-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  margin-top: 32px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--lkma-ink);
  color: var(--lkma-ink);
  font-size: 12px;
  font-weight: 950;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.lkma-text-link:hover {
  color: var(--lkma-orange);
  border-color: var(--lkma-orange);
}

.lkma-text-link span {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.lkma-text-link:hover span {
  transform: translateX(4px);
}

.lkma-faq {
  color: var(--lkma-ink);
  background:
    radial-gradient(circle at 13% 23%, rgba(255, 147, 77, 0.17), transparent 24%),
    var(--lkma-sand);
}

.lkma-faq__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(60px, 11vw, 155px);
}

.lkma-faq__intro {
  position: sticky;
  top: 135px;
}

.lkma-faq__intro h2 {
  max-width: 480px;
}

.lkma-faq__intro > p {
  max-width: 450px;
  margin-top: 25px;
  color: rgba(9, 11, 8, 0.6);
  font-size: 14px;
  line-height: 1.75;
}

.lkma-faq__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--lkma-ink);
  font-size: 11px;
  font-weight: 950;
}

.lkma-faq__intro > a:hover {
  color: var(--lkma-orange);
  border-color: var(--lkma-orange);
}

.lkma-faq__list {
  border-top: 1px solid rgba(9, 11, 8, 0.18);
}

.lkma-faq__list details {
  border-bottom: 1px solid rgba(9, 11, 8, 0.18);
}

.lkma-faq__list summary {
  min-height: 100px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  color: var(--lkma-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 950;
  list-style: none;
}

.lkma-faq__list summary::-webkit-details-marker {
  display: none;
}

.lkma-faq__list summary > span {
  color: var(--lkma-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}

.lkma-faq__list summary > i {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(9, 11, 8, 0.2);
  border-radius: 50%;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.25s ease;
}

.lkma-faq__list summary > i::before,
.lkma-faq__list summary > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.lkma-faq__list summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.22s ease;
}

.lkma-faq__list details[open] summary > i {
  color: var(--lkma-ink);
  border-color: var(--lkma-acid);
  background: var(--lkma-acid);
}

.lkma-faq__list details[open] summary > i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.lkma-faq__list details > p {
  max-width: 690px;
  padding: 0 55px 30px 53px;
  color: rgba(9, 11, 8, 0.61);
  font-size: 13px;
  line-height: 1.78;
}

.lkma-final {
  position: relative;
  overflow: hidden;
  padding: clamp(85px, 9vw, 130px) 0;
  background:
    radial-gradient(circle at 90% 50%, rgba(212, 255, 63, 0.14), transparent 25%),
    var(--lkma-ink);
}

.lkma-final > .lkma-grid-bg {
  opacity: 0.65;
  -webkit-mask-image: linear-gradient(90deg, black, transparent 80%);
  mask-image: linear-gradient(90deg, black, transparent 80%);
}

.lkma-final__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  align-items: end;
  gap: 60px;
}

.lkma-final__inner > div:first-child > span {
  color: var(--lkma-orange-soft);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lkma-final h2 {
  max-width: 950px;
  color: var(--lkma-white);
}

.lkma-final h2 em {
  color: var(--lkma-acid);
}

.lkma-final__actions {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

.lkma-final__actions > .lkma-button,
.lkma-final__phone {
  width: 220px;
}

html body .lkma-page a.lkma-final__phone,
html body .elementor .lkma-page a.lkma-final__phone {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 18px;
  border: 1px solid #f4efdf !important;
  border-radius: 14px;
  color: #090b08 !important;
  background-color: #f4efdf !important;
  background-image: none !important;
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.2) !important;
  font-size: 12px;
  font-weight: 950;
  opacity: 1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #090b08 !important;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

html body .lkma-page .lkma-final__phone :is(span, svg, path),
html body .elementor .lkma-page .lkma-final__phone :is(span, svg, path) {
  color: #090b08 !important;
  -webkit-text-fill-color: #090b08 !important;
}

.lkma-final__phone svg {
  width: 19px;
  height: 19px;
  fill: #090b08 !important;
  stroke: none !important;
}

html body .lkma-page a.lkma-final__phone:hover,
html body .lkma-page a.lkma-final__phone:focus-visible,
html body .elementor .lkma-page a.lkma-final__phone:hover,
html body .elementor .lkma-page a.lkma-final__phone:focus-visible {
  color: #090b08 !important;
  border-color: #d4ff3f !important;
  background-color: #d4ff3f !important;
  background-image: none !important;
  -webkit-text-fill-color: #090b08 !important;
  transform: translateY(-2px);
}

@keyframes lkmaPulse {
  0% {
    opacity: 0.75;
    transform: scale(0.65);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes lkmaRoute {
  to {
    stroke-dashoffset: -160;
  }
}

@media (max-width: 1160px) {
  .lkma-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 48px;
  }

  .lkma-hero__copy h1 {
    font-size: clamp(56px, 7vw, 82px);
  }

  .lkma-region-grid,
  .lkma-district-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lkma-logistics__layout {
    grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
    gap: 60px;
  }
}

@media (max-width: 920px) {
  .lkma-hero {
    min-height: 0;
    padding: 145px 0 100px;
  }

  .lkma-hero__media img {
    object-position: 72% center;
  }

  .lkma-hero__wash {
    background:
      linear-gradient(180deg, rgba(4, 7, 3, 0.94), rgba(4, 7, 3, 0.82) 52%, var(--lkma-ink) 100%),
      rgba(4, 7, 3, 0.68);
  }

  .lkma-hero__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .lkma-hero__copy {
    max-width: 760px;
  }

  .lkma-coverage-card {
    width: min(720px, 100%);
  }

  .lkma-heading--split,
  .lkma-final__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lkma-heading > p {
    max-width: 740px;
  }

  .lkma-budapest-feature {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lkma-budapest-feature__actions {
    grid-column: 1 / -1;
    align-items: stretch;
    flex-direction: row;
    padding-left: 98px;
  }

  .lkma-budapest-feature__actions a {
    min-width: 0;
    flex: 1;
  }

  .lkma-logistics__layout,
  .lkma-faq__layout {
    grid-template-columns: 1fr;
  }

  .lkma-logistics__visual {
    min-height: 560px;
  }

  .lkma-logistics__copy {
    max-width: 760px;
  }

  .lkma-faq__intro {
    position: static;
    max-width: 680px;
  }

  .lkma-final__actions {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .lkma-shell {
    width: min(100% - 28px, var(--lkma-shell));
  }

  .lkma-section {
    padding: 90px 0;
  }

  .lkma-pointer {
    display: none;
  }

  .lkma-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lkma-proof__grid > div {
    min-height: 120px;
    border-bottom: 1px solid var(--lkma-dark-line);
  }

  .lkma-proof__grid > div:nth-child(2n) {
    border-right: 1px solid var(--lkma-dark-line);
  }

  .lkma-region-grid,
  .lkma-district-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lkma-logistics__visual {
    min-height: 500px;
  }
}

@media (max-width: 560px) {
  .lkma-page {
    --lkma-radius: 24px;
  }

  .lkma-shell {
    width: calc(100% - 22px);
  }

  .lkma-section {
    padding: 76px 0;
  }

  .lkma-hero {
    padding: 125px 0 76px;
  }

  .lkma-kicker,
  .lkma-eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .lkma-hero__copy h1 {
    margin-top: 23px;
    font-size: clamp(47px, 15vw, 65px);
  }

  .lkma-hero__copy > p {
    margin-top: 24px;
    font-size: 14px;
  }

  .lkma-hero__actions,
  .lkma-hero__actions .lkma-button {
    width: 100%;
  }

  .lkma-hero__micro {
    align-items: flex-start;
    flex-direction: column;
  }

  .lkma-coverage-card {
    padding: 10px;
    border-radius: 23px;
  }

  .lkma-map {
    min-height: 260px;
    border-radius: 17px;
  }

  .lkma-coverage-card__numbers {
    grid-template-columns: repeat(2, 1fr);
  }

  .lkma-coverage-card__numbers > a {
    min-height: 62px;
    grid-column: 1 / -1;
  }

  .lkma-heading {
    margin-bottom: 43px;
  }

  .lkma-heading h2,
  .lkma-logistics__copy h2,
  .lkma-faq__intro h2,
  .lkma-final h2 {
    font-size: clamp(38px, 12vw, 53px);
  }

  .lkma-heading > p {
    font-size: 14px;
  }

  .lkma-budapest-feature {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }

  .lkma-budapest-feature__number {
    width: 60px;
    height: 60px;
    border-radius: 17px;
    font-size: 20px;
  }

  .lkma-budapest-feature__actions {
    grid-column: 1;
    flex-direction: column;
    padding-left: 0;
  }

  .lkma-search {
    min-height: 66px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    padding: 7px 9px;
  }

  .lkma-search input {
    height: 48px;
    font-size: 12px;
  }

  .lkma-search > span {
    padding: 9px;
    font-size: 8px;
  }

  .lkma-region-grid,
  .lkma-district-grid {
    grid-template-columns: 1fr;
  }

  .lkma-region-grid a,
  .lkma-district-grid a {
    min-height: 104px;
  }

  .lkma-logistics__visual {
    min-height: 460px;
    border-radius: 23px;
  }

  .lkma-logistics__visual figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    font-size: 8px;
  }

  .lkma-steps strong {
    font-size: 17px;
  }

  .lkma-faq__list summary {
    min-height: 88px;
    grid-template-columns: 26px minmax(0, 1fr) 38px;
    gap: 10px;
    font-size: 13px;
  }

  .lkma-faq__list details > p {
    padding: 0 10px 26px 36px;
    font-size: 12px;
  }

  .lkma-final__actions,
  .lkma-final__actions .lkma-button,
  .lkma-final__phone {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lkma-page *,
  .lkma-page *::before,
  .lkma-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .lkma-progress,
  .lkma-pointer,
  .lkma-hero__media,
  .lkma-hero__actions,
  .lkma-final {
    display: none !important;
  }

  .lkma-page,
  .lkma-hero,
  .lkma-budapest,
  .lkma-regions,
  .lkma-logistics,
  .lkma-faq {
    color: #000 !important;
    background: #fff !important;
  }

  .lkma-page a {
    color: #000 !important;
  }
}/* End custom CSS */