.elementor-116 .elementor-element.elementor-element-8c99f53{--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-fbc01ce */.lkb-page,
.lkb-page *,
.lkb-page *::before,
.lkb-page *::after {
  box-sizing: border-box;
}

.lkb-page {
  --lkb-ink: #080b07;
  --lkb-deep: #0c120a;
  --lkb-panel: #121a0f;
  --lkb-moss: #2b3c20;
  --lkb-acid: #d4ff3f;
  --lkb-orange: #ff6a22;
  --lkb-paper: #f6f1e4;
  --lkb-paper-2: #ece4d2;
  --lkb-white: #ffffff;
  --lkb-line: rgba(255, 255, 255, 0.13);
  --lkb-dark-line: rgba(8, 11, 7, 0.13);
  --lkb-display: "Montserrat", "Arial Black", Arial, sans-serif;
  --lkb-body: "Montserrat", Arial, sans-serif;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: clip;
  color: var(--lkb-ink);
  background: var(--lkb-paper);
  font-family: var(--lkb-body);
  font-size: 16px;
  line-height: 1.55;
  isolation: isolate;
}

.lkb-page :where(h1, h2, h3, p, ul, ol, figure) { margin: 0; }
.lkb-page :where(ul, ol) { padding: 0; list-style: none; }
.lkb-page :where(img, svg) { display: block; max-width: 100%; }
.lkb-page :where(button, input) { font: inherit; }
.lkb-page [hidden] { display: none !important; }

.lkb-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.lkb-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 66px 66px;
  pointer-events: none;
}

.lkb-progress {
  position: fixed;
  z-index: 9992;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.lkb-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--lkb-orange), var(--lkb-acid));
  box-shadow: 0 0 20px rgba(212, 255, 63, 0.55);
  transform: scaleX(0);
  transform-origin: left;
}

.lkb-js .lkb-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.72s ease var(--lkb-delay, 0ms),
    transform 0.72s cubic-bezier(0.2, 0.72, 0.2, 1) var(--lkb-delay, 0ms);
}

.lkb-js .lkb-reveal.is-visible { opacity: 1; transform: none; }

.lkb-sr-only {
  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;
}

.lkb-kicker,
.lkb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lkb-orange);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lkb-kicker { color: var(--lkb-acid); }

.lkb-kicker i {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(212, 255, 63, 0.12);
}

.lkb-kicker i::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  animation: lkbPulse 2s ease-out infinite;
}

.lkb-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }

.lkb-page h1,
.lkb-page h2,
.lkb-page h3 { font-family: var(--lkb-display); }

.lkb-page h1 em,
.lkb-page h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.lkb-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.lkb-button:hover { transform: translateY(-2px); }

.lkb-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

html body .lkb-page a.lkb-button--hot,
html body .elementor .lkb-page a.lkb-button--hot {
  color: #080b07 !important;
  border-color: #d4ff3f !important;
  background-color: #d4ff3f !important;
  background-image: none !important;
  box-shadow: 0 17px 45px rgba(212, 255, 63, 0.2) !important;
  opacity: 1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #080b07 !important;
}

html body .lkb-page a.lkb-button--hot:hover,
html body .lkb-page a.lkb-button--hot:focus-visible,
html body .elementor .lkb-page a.lkb-button--hot:hover,
html body .elementor .lkb-page a.lkb-button--hot:focus-visible {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

html body .lkb-page a.lkb-button--glass,
html body .elementor .lkb-page a.lkb-button--glass {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.075) !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 .lkb-page a.lkb-button--glass:hover,
html body .lkb-page a.lkb-button--glass:focus-visible,
html body .elementor .lkb-page a.lkb-button--glass:hover,
html body .elementor .lkb-page a.lkb-button--glass:focus-visible {
  color: #080b07 !important;
  border-color: #f6f1e4 !important;
  background-color: #f6f1e4 !important;
  -webkit-text-fill-color: #080b07 !important;
}

html body .lkb-page a.lkb-button--paper,
html body .elementor .lkb-page a.lkb-button--paper {
  color: #080b07 !important;
  border-color: #f6f1e4 !important;
  background-color: #f6f1e4 !important;
  background-image: none !important;
  opacity: 1 !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #080b07 !important;
}

html body .lkb-page a.lkb-button--paper:hover,
html body .elementor .lkb-page a.lkb-button--paper:hover {
  border-color: #d4ff3f !important;
  background-color: #d4ff3f !important;
}

.lkb-hero {
  position: relative;
  min-height: 930px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--lkb-white);
  background: var(--lkb-ink);
}

.lkb-hero__media,
.lkb-hero__shade { position: absolute; inset: 0; }

.lkb-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.08);
  animation: lkbHeroZoom 16s ease-in-out infinite alternate;
}

.lkb-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 7, 3, 0.99) 0%, rgba(4, 7, 3, 0.94) 43%, rgba(4, 7, 3, 0.55) 75%, rgba(4, 7, 3, 0.75) 100%),
    linear-gradient(0deg, rgba(4, 7, 3, 0.87), transparent 50%);
}

.lkb-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -260px;
  left: -230px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(212, 255, 63, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(212, 255, 63, 0.02), 0 0 0 200px rgba(212, 255, 63, 0.012);
  pointer-events: none;
}

.lkb-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.68fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
  padding-block: 120px 105px;
}

.lkb-hero__copy { position: relative; z-index: 3; }

.lkb-hero h1 {
  max-width: 760px;
  margin-top: 25px;
  color: var(--lkb-white);
  font-size: clamp(61px, 6.4vw, 98px);
  font-weight: 950;
  letter-spacing: -0.072em;
  line-height: 0.86;
}

.lkb-hero h1 em {
  display: block;
  margin-top: 16px;
  color: var(--lkb-acid);
  font-size: 0.72em;
  letter-spacing: -0.06em;
  line-height: 0.93;
}

.lkb-hero__lead {
  max-width: 690px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
  line-height: 1.74;
}

.lkb-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.lkb-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 27px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 850;
}

.lkb-hero__checks li { display: flex; align-items: center; gap: 8px; }
.lkb-hero__checks span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--lkb-acid); background: rgba(212, 255, 63, 0.12); font-size: 10px; }

.lkb-dispatch {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(212, 255, 63, 0.25);
  border-radius: 28px;
  background: rgba(13, 19, 11, 0.9);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(13px);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
  -webkit-backdrop-filter: blur(13px);
}

.lkb-dispatch__head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border-bottom: 1px solid var(--lkb-line);
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lkb-dispatch__head span { display: flex; align-items: center; gap: 9px; }
.lkb-dispatch__head i { width: 7px; height: 7px; border-radius: 50%; background: var(--lkb-acid); box-shadow: 0 0 13px var(--lkb-acid); }
.lkb-dispatch__head strong { color: var(--lkb-acid); }

.lkb-dispatch__visual {
  position: relative;
  min-height: 260px;
  margin: 15px;
  overflow: hidden;
  border: 1px solid var(--lkb-line);
  border-radius: 19px;
  background:
    linear-gradient(rgba(212, 255, 63, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 255, 63, 0.05) 1px, transparent 1px),
    #0d150b;
  background-size: 32px 32px;
}

.lkb-radar { position: absolute; inset: 18px; display: grid; place-items: center; }
.lkb-radar__ring { position: absolute; border: 1px solid rgba(212, 255, 63, 0.25); border-radius: 50%; }
.lkb-radar__ring--one { width: 80px; height: 80px; }
.lkb-radar__ring--two { width: 150px; height: 150px; }
.lkb-radar__ring--three { width: 225px; height: 225px; }
.lkb-radar::before,
.lkb-radar::after { content: ""; position: absolute; background: rgba(212, 255, 63, 0.12); }
.lkb-radar::before { width: 230px; height: 1px; }
.lkb-radar::after { width: 1px; height: 230px; }

.lkb-radar__sweep {
  position: absolute;
  width: 112px;
  height: 112px;
  top: calc(50% - 112px);
  left: 50%;
  background: conic-gradient(from 270deg at 0 100%, rgba(212, 255, 63, 0.22), transparent 35%);
  transform-origin: 0 100%;
  animation: lkbRadar 5s linear infinite;
}

.lkb-radar__point { position: absolute; width: 9px; height: 9px; border: 2px solid var(--lkb-acid); border-radius: 50%; background: var(--lkb-ink); box-shadow: 0 0 14px var(--lkb-acid); }
.lkb-radar__point--one { top: 21%; left: 37%; }
.lkb-radar__point--two { top: 38%; right: 20%; }
.lkb-radar__point--three { right: 34%; bottom: 18%; }
.lkb-radar__point--four { bottom: 29%; left: 22%; }
.lkb-radar strong { position: relative; z-index: 2; padding: 7px 9px; border: 1px solid rgba(212, 255, 63, 0.4); border-radius: 7px; color: var(--lkb-white); background: var(--lkb-ink); font-size: 8px; letter-spacing: 0.1em; }

.lkb-dispatch__label { position: absolute; right: 14px; bottom: 14px; color: var(--lkb-acid); font-size: 7px; font-weight: 950; letter-spacing: 0.08em; text-transform: uppercase; }
.lkb-dispatch__body { padding: 7px 16px 17px; }
.lkb-dispatch__body > p { color: var(--lkb-orange); font-size: 8px; font-weight: 950; letter-spacing: 0.1em; text-transform: uppercase; }
.lkb-dispatch__body h2 { margin-top: 8px; color: var(--lkb-white); font-size: 26px; font-weight: 950; letter-spacing: -0.045em; line-height: 1; }
.lkb-dispatch__body ol { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; overflow: hidden; border: 1px solid var(--lkb-line); border-radius: 13px; }
.lkb-dispatch__body li { min-height: 69px; display: flex; justify-content: center; flex-direction: column; padding: 9px; }
.lkb-dispatch__body li + li { border-left: 1px solid var(--lkb-line); }
.lkb-dispatch__body li span { color: var(--lkb-acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; }
.lkb-dispatch__body li strong { margin-top: 5px; color: var(--lkb-white); font-size: 8px; }
.lkb-dispatch__body li small { margin-top: 2px; color: rgba(255, 255, 255, 0.39); font-size: 6px; }

html body .lkb-page .lkb-dispatch__body > a,
html body .elementor .lkb-page .lkb-dispatch__body > a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding: 0 16px;
  border-radius: 12px;
  color: var(--lkb-ink) !important;
  background: var(--lkb-acid);
  font-size: 10px;
  font-weight: 950;
  text-decoration: none !important;
  -webkit-text-fill-color: var(--lkb-ink) !important;
}

.lkb-scroll { position: absolute; z-index: 5; bottom: 24px; left: max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, 0.55) !important; font-size: 8px; font-weight: 950; letter-spacing: 0.12em; text-decoration: none !important; text-transform: uppercase; }
.lkb-scroll i { width: 75px; height: 1px; background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent); }

.lkb-marquee { position: relative; z-index: 5; overflow: hidden; color: var(--lkb-ink); background: var(--lkb-orange); }
.lkb-marquee__track { width: max-content; display: flex; animation: lkbMarquee 25s linear infinite; will-change: transform; }
.lkb-marquee__group { width: max-content; min-width: 100vw; min-height: 49px; display: flex; align-items: center; justify-content: space-around; flex: 0 0 auto; gap: 24px; padding-inline: 24px; }
.lkb-marquee span { font-size: 9px; font-weight: 950; letter-spacing: 0.13em; text-transform: uppercase; }
.lkb-marquee i { font-style: normal; font-weight: 950; }

.lkb-local {
  position: relative;
  overflow: hidden;
  padding: 130px 0 0;
  background: radial-gradient(circle at 88% 18%, rgba(255, 106, 34, 0.12), transparent 29%), var(--lkb-paper);
}

.lkb-ghost { position: absolute; top: 30px; right: -35px; color: rgba(8, 11, 7, 0.03); font-family: var(--lkb-display); font-size: clamp(100px, 16vw, 235px); font-weight: 950; letter-spacing: -0.08em; line-height: 1; white-space: nowrap; pointer-events: none; }
.lkb-local__intro,
.lkb-section-head,
.lkb-answers__head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr); align-items: end; gap: clamp(55px, 10vw, 145px); }

.lkb-local h2,
.lkb-section-head h2,
.lkb-answers h2,
.lkb-pricing h2,
.lkb-faq h2,
.lkb-final h2 { margin-top: 19px; color: var(--lkb-ink); font-size: clamp(48px, 5.3vw, 76px); font-weight: 950; letter-spacing: -0.067em; line-height: 0.96; }
.lkb-local h2 em,
.lkb-section-head h2 em,
.lkb-answers h2 em,
.lkb-pricing h2 em,
.lkb-faq h2 em,
.lkb-final h2 em { color: var(--lkb-orange); }
.lkb-local__intro > p,
.lkb-section-head > p { color: rgba(8, 11, 7, 0.57); font-size: 15px; line-height: 1.75; }

.lkb-local__cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid var(--lkb-dark-line); border-left: 1px solid var(--lkb-dark-line); }
.lkb-local-card { min-height: 255px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--lkb-dark-line); border-bottom: 1px solid var(--lkb-dark-line); transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease; }
.lkb-local-card:hover { color: var(--lkb-white); background: var(--lkb-ink); transform: translateY(-5px); }
.lkb-local-card > span { color: var(--lkb-orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; font-weight: 900; }
.lkb-local-card > i { width: 48px; height: 48px; display: grid; place-items: center; margin-top: 36px; border: 1px solid rgba(8, 11, 7, 0.18); border-radius: 14px; color: var(--lkb-moss); font-size: 20px; font-style: normal; transition: border-color 0.25s ease, color 0.25s ease; }
.lkb-local-card:hover > i { border-color: rgba(212, 255, 63, 0.48); color: var(--lkb-acid); }
.lkb-local-card h3 { margin-top: auto; font-size: 19px; font-weight: 950; letter-spacing: -0.04em; }
.lkb-local-card p { margin-top: 9px; color: rgba(8, 11, 7, 0.54); font-size: 10px; line-height: 1.65; transition: color 0.25s ease; }
.lkb-local-card:hover p { color: rgba(255, 255, 255, 0.5); }

.lkb-services { padding: 140px 0; background: #faf6ec; }
.lkb-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(310px, auto); gap: 15px; margin-top: 70px; }
.lkb-service { position: relative; min-width: 0; overflow: hidden; padding: 28px; border: 1px solid var(--lkb-dark-line); border-radius: 25px; }
.lkb-service--feature,
.lkb-service--image { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--lkb-white); background: var(--lkb-ink); }
.lkb-service--feature img,
.lkb-service--image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(0.75) contrast(1.05); transition: transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1); }
.lkb-service--feature:hover img,
.lkb-service--image:hover img { transform: scale(1.035); }
.lkb-service__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 11, 7, 0.95), rgba(8, 11, 7, 0.05) 75%); }
.lkb-service > span,
.lkb-service h3,
.lkb-service p,
.lkb-service > a,
.lkb-service > svg { position: relative; z-index: 2; }
.lkb-service > span { color: var(--lkb-orange); font-size: 8px; font-weight: 950; letter-spacing: 0.11em; text-transform: uppercase; }
.lkb-service h3 { margin-top: 12px; font-size: clamp(27px, 3vw, 39px); font-weight: 950; letter-spacing: -0.055em; line-height: 1; }
.lkb-service p { max-width: 510px; margin-top: 12px; color: rgba(255, 255, 255, 0.57); font-size: 11px; line-height: 1.65; }
.lkb-service > svg { width: 52px; height: 52px; margin-top: 54px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3; }

html body .lkb-page .lkb-service > a,
html body .elementor .lkb-page .lkb-service > a { width: fit-content; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: inherit !important; font-size: 9px; font-weight: 950; text-decoration: none !important; -webkit-text-fill-color: currentColor !important; }

.lkb-service--dark { color: var(--lkb-white); background: var(--lkb-ink); }
.lkb-service--acid { color: var(--lkb-ink); border-color: var(--lkb-acid); background: var(--lkb-acid); }
.lkb-service--dark p { color: rgba(255, 255, 255, 0.57); }
.lkb-service--acid p { color: rgba(8, 11, 7, 0.64); }
.lkb-service--acid > span { color: rgba(8, 11, 7, 0.62); }

.lkb-answers {
  padding: 140px 0;
  background:
    linear-gradient(rgba(8, 11, 7, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 11, 7, 0.04) 1px, transparent 1px),
    var(--lkb-paper-2);
  background-size: 66px 66px;
}

.lkb-answers__lead p { color: rgba(8, 11, 7, 0.62); font-size: 15px; line-height: 1.75; }
.lkb-page mark { display: inline; padding: 0.06em 0.2em; color: var(--lkb-ink); background: linear-gradient(transparent 18%, var(--lkb-acid) 18%, var(--lkb-acid) 88%, transparent 88%); font-weight: 900; }
.lkb-answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 70px; border-top: 1px solid var(--lkb-dark-line); border-left: 1px solid var(--lkb-dark-line); }
.lkb-answer { min-height: 300px; padding: 30px; border-right: 1px solid var(--lkb-dark-line); border-bottom: 1px solid var(--lkb-dark-line); background: rgba(255, 255, 255, 0.18); transition: background 0.25s ease, transform 0.25s ease; }
.lkb-answer:hover { background: rgba(255, 255, 255, 0.55); transform: translateY(-3px); }
.lkb-answer > span { color: var(--lkb-orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.lkb-answer h3 { max-width: 470px; margin-top: 28px; font-size: 25px; font-weight: 950; letter-spacing: -0.045em; line-height: 1.08; }
.lkb-answer p { max-width: 510px; margin-top: 18px; color: rgba(8, 11, 7, 0.6); font-size: 12px; line-height: 1.78; }

.lkb-definition { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; margin-top: 25px; padding: 24px; border: 1px solid var(--lkb-dark-line); border-radius: 20px; color: var(--lkb-white); background: var(--lkb-ink); }
.lkb-definition span { display: block; color: var(--lkb-orange); font-size: 8px; font-weight: 950; letter-spacing: 0.1em; text-transform: uppercase; }
.lkb-definition strong { display: block; margin-top: 7px; font-size: 14px; }
html body .lkb-page .lkb-definition a,
html body .elementor .lkb-page .lkb-definition a { display: flex; align-items: center; gap: 13px; color: var(--lkb-white) !important; font-size: 10px; font-weight: 950; text-decoration: none !important; -webkit-text-fill-color: var(--lkb-white) !important; }
.lkb-definition a i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--lkb-ink); background: var(--lkb-acid); font-style: normal; }

.lkb-districts { position: relative; overflow: hidden; padding: 140px 0; color: var(--lkb-white); background: radial-gradient(circle at 8% 25%, rgba(255, 106, 34, 0.14), transparent 28%), var(--lkb-ink); }
.lkb-section-head--dark h2 { color: var(--lkb-white); }
.lkb-section-head--dark h2 em { color: var(--lkb-acid); }
.lkb-section-head--dark > p { color: rgba(255, 255, 255, 0.55); }
.lkb-district-search { min-height: 68px; display: grid; grid-template-columns: 25px minmax(0, 1fr) auto; align-items: center; gap: 16px; margin-top: 66px; padding: 0 15px 0 22px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 18px; background: rgba(255, 255, 255, 0.07); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.lkb-district-search > svg { width: 22px; height: 22px; fill: none; stroke: rgba(255, 255, 255, 0.55); stroke-linecap: round; stroke-width: 1.6; }
.lkb-district-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--lkb-white); background: transparent; font-size: 13px; font-weight: 750; }
.lkb-district-search input::placeholder { color: rgba(255, 255, 255, 0.4); }
.lkb-district-search strong { min-height: 38px; display: inline-flex; align-items: center; padding: 0 12px; border-radius: 10px; color: var(--lkb-ink); background: var(--lkb-acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; }
.lkb-district-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }

html body .lkb-page .lkb-district-grid > a,
html body .elementor .lkb-page .lkb-district-grid > a { min-height: 88px; display: grid; grid-template-columns: 28px minmax(0, 1fr) 30px; align-items: center; gap: 11px; padding: 15px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 16px; color: var(--lkb-white) !important; background: rgba(255, 255, 255, 0.035); text-decoration: none !important; transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease; -webkit-text-fill-color: var(--lkb-white) !important; }
html body .lkb-page .lkb-district-grid > a:hover,
html body .elementor .lkb-page .lkb-district-grid > a:hover { color: var(--lkb-ink) !important; border-color: var(--lkb-acid); background: var(--lkb-acid); transform: translateY(-2px); -webkit-text-fill-color: var(--lkb-ink) !important; }
.lkb-district-grid > a > span { color: var(--lkb-orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; font-weight: 900; }
.lkb-district-grid strong,
.lkb-district-grid small { display: block; }
.lkb-district-grid strong { font-size: 12px; font-weight: 950; }
.lkb-district-grid small { margin-top: 4px; color: rgba(255, 255, 255, 0.4); font-size: 7px; transition: color 0.22s ease; }
.lkb-district-grid a:hover small { color: rgba(8, 11, 7, 0.58); }
.lkb-district-grid a > i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; font-style: normal; }
.lkb-district-grid a:hover > i { border-color: rgba(8, 11, 7, 0.2); }
.lkb-district-empty { margin-top: 22px; padding: 25px; border: 1px solid rgba(255, 106, 34, 0.4); border-radius: 16px; color: rgba(255, 255, 255, 0.65); background: rgba(255, 106, 34, 0.08); font-size: 12px; text-align: center; }

.lkb-process { padding: 140px 0; background: var(--lkb-moss); }
.lkb-process .lkb-section-head h2 { color: var(--lkb-white); }
.lkb-process .lkb-section-head h2 em { color: var(--lkb-acid); }
.lkb-process .lkb-section-head > p { color: rgba(255, 255, 255, 0.52); }
.lkb-process__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 70px; }
.lkb-process__grid li { min-height: 230px; display: grid; grid-template-columns: 42px 58px minmax(0, 1fr); align-items: center; gap: 20px; padding: 25px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 22px; color: var(--lkb-white); background: rgba(8, 11, 7, 0.22); transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease; }
.lkb-process__grid li:hover { border-color: rgba(212, 255, 63, 0.42); background: rgba(8, 11, 7, 0.4); transform: translateY(-3px); }
.lkb-process__grid li > span { align-self: start; color: var(--lkb-orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; font-weight: 900; }
.lkb-process__grid svg { width: 54px; height: 54px; fill: none; stroke: var(--lkb-acid); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.lkb-process__grid small { color: var(--lkb-acid); font-size: 7px; font-weight: 950; letter-spacing: 0.1em; text-transform: uppercase; }
.lkb-process__grid h3 { margin-top: 10px; font-size: 22px; font-weight: 950; letter-spacing: -0.045em; }
.lkb-process__grid p { margin-top: 9px; color: rgba(255, 255, 255, 0.48); font-size: 10px; line-height: 1.6; }

.lkb-pricing { padding: 140px 0; background: #faf6ec; }
.lkb-pricing__layout { display: grid; grid-template-columns: minmax(360px, 0.76fr) minmax(0, 1fr); align-items: center; gap: clamp(65px, 10vw, 145px); }
.lkb-pricing__visual { position: relative; min-height: 690px; overflow: hidden; border-radius: 29px; background: var(--lkb-ink); box-shadow: 0 35px 90px rgba(8, 11, 7, 0.15); }
.lkb-pricing__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 11, 7, 0.88), transparent 55%); }
.lkb-pricing__visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(0.78) contrast(1.05); }
.lkb-pricing__visual figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 13px; color: rgba(255, 255, 255, 0.7); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.lkb-pricing__visual figcaption span { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 58px; border: 1px solid var(--lkb-acid); border-radius: 50%; color: var(--lkb-acid); background: rgba(8, 11, 7, 0.55); font-family: var(--lkb-display); font-size: 16px; }
.lkb-pricing__copy > p:nth-of-type(2) { max-width: 650px; margin-top: 25px; color: rgba(8, 11, 7, 0.58); font-size: 14px; line-height: 1.75; }
.lkb-pricing__copy ol { margin-top: 30px; border-top: 1px solid var(--lkb-dark-line); }
.lkb-pricing__copy li { min-height: 95px; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 16px; border-bottom: 1px solid var(--lkb-dark-line); }
.lkb-pricing__copy li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(8, 11, 7, 0.16); border-radius: 50%; color: var(--lkb-orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; }
.lkb-pricing__copy strong,
.lkb-pricing__copy small { display: block; }
.lkb-pricing__copy strong { font-size: 14px; font-weight: 950; }
.lkb-pricing__copy small { margin-top: 5px; color: rgba(8, 11, 7, 0.52); font-size: 9px; }
.lkb-pricing__copy > .lkb-button { margin-top: 28px; }

.lkb-faq { padding: 140px 0; background: radial-gradient(circle at 12% 28%, rgba(255, 106, 34, 0.13), transparent 28%), var(--lkb-paper-2); }
.lkb-faq__layout { display: grid; grid-template-columns: minmax(310px, 0.62fr) minmax(0, 1fr); gap: clamp(65px, 10vw, 150px); }
.lkb-faq__intro > p:last-child { max-width: 410px; margin-top: 25px; color: rgba(8, 11, 7, 0.56); font-size: 14px; line-height: 1.7; }
.lkb-faq__list { border-top: 1px solid var(--lkb-dark-line); }
.lkb-faq__list details { border-bottom: 1px solid var(--lkb-dark-line); }
.lkb-faq__list summary { min-height: 94px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 42px; align-items: center; gap: 17px; cursor: pointer; font-family: var(--lkb-display); font-size: 15px; font-weight: 950; letter-spacing: -0.025em; list-style: none; }
.lkb-faq__list summary::-webkit-details-marker { display: none; }
.lkb-faq__list summary > span { color: var(--lkb-orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 8px; }
.lkb-faq__list summary i { position: relative; width: 38px; height: 38px; border: 1px solid rgba(8, 11, 7, 0.18); border-radius: 50%; }
.lkb-faq__list summary i::before,
.lkb-faq__list summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: currentColor; transform: translate(-50%, -50%); transition: transform 0.25s ease; }
.lkb-faq__list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.lkb-faq__list details[open] summary i { border-color: var(--lkb-acid); background: var(--lkb-acid); }
.lkb-faq__list details[open] summary i::after { transform: translate(-50%, -50%); }
.lkb-faq__list details > p { max-width: 680px; padding: 0 70px 28px 51px; color: rgba(8, 11, 7, 0.58); font-size: 12px; line-height: 1.72; }

.lkb-final { position: relative; overflow: hidden; padding: 115px 0; color: var(--lkb-white); background: radial-gradient(circle at 8% 50%, rgba(255, 106, 34, 0.17), transparent 30%), radial-gradient(circle at 90% 15%, rgba(212, 255, 63, 0.08), transparent 27%), var(--lkb-ink); }
.lkb-final::after { content: ""; position: absolute; top: -170px; right: 18%; width: 1px; height: 720px; background: rgba(212, 255, 63, 0.34); transform: rotate(17deg); }
.lkb-final__layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 75px; }
.lkb-final h2 { color: var(--lkb-white); }
.lkb-final h2 em { color: var(--lkb-acid); }
.lkb-final__layout > div:first-of-type > p:last-child { max-width: 650px; margin-top: 24px; color: rgba(255, 255, 255, 0.55); font-size: 14px; line-height: 1.75; }
.lkb-final__actions { width: 240px; display: flex; flex-direction: column; gap: 10px; }
.lkb-final__actions .lkb-button { width: 100%; }

@keyframes lkbPulse { 0% { opacity: 0.8; transform: scale(0.65); } 85%, 100% { opacity: 0; transform: scale(1.25); } }
@keyframes lkbHeroZoom { to { transform: scale(1.035); } }
@keyframes lkbRadar { to { transform: rotate(360deg); } }
@keyframes lkbMarquee { to { transform: translateX(-50%); } }

@media (max-width: 1080px) {
  .lkb-hero__layout { grid-template-columns: minmax(0, 1fr) 370px; gap: 43px; }
  .lkb-hero h1 { font-size: clamp(56px, 6.5vw, 78px); }
  .lkb-local__cards { grid-template-columns: repeat(2, 1fr); }
  .lkb-district-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .lkb-shell { width: min(100% - 34px, 680px); }
  .lkb-hero { min-height: auto; }
  .lkb-hero__shade { background: linear-gradient(0deg, rgba(4, 7, 3, 0.99), rgba(4, 7, 3, 0.88) 73%, rgba(4, 7, 3, 0.68)); }
  .lkb-hero__layout { grid-template-columns: 1fr; gap: 55px; padding-block: 95px 80px; }
  .lkb-dispatch { width: min(100%, 520px); }
  .lkb-scroll { display: none; }
  .lkb-local,
  .lkb-services,
  .lkb-answers,
  .lkb-districts,
  .lkb-process,
  .lkb-pricing,
  .lkb-faq { padding-block: 95px; }
  .lkb-local { padding-bottom: 0; }
  .lkb-local__intro,
  .lkb-section-head,
  .lkb-answers__head,
  .lkb-pricing__layout,
  .lkb-faq__layout,
  .lkb-final__layout { grid-template-columns: 1fr; gap: 36px; }
  .lkb-local__intro > p,
  .lkb-section-head > p,
  .lkb-answers__lead { max-width: 620px; }
  .lkb-service-grid,
  .lkb-answer-grid,
  .lkb-process__grid { grid-template-columns: 1fr; }
  .lkb-pricing__visual { min-height: 590px; }
  .lkb-final__actions { width: min(100%, 360px); }
}

@media (max-width: 600px) {
  .lkb-shell { width: calc(100% - 28px); }
  .lkb-grid { background-size: 42px 42px; }
  .lkb-hero__layout { padding-block: 76px 68px; }
  .lkb-hero h1 { margin-top: 19px; font-size: clamp(48px, 15.1vw, 66px); line-height: 0.9; }
  .lkb-hero__lead { margin-top: 24px; font-size: 14px; line-height: 1.68; }
  .lkb-actions,
  .lkb-actions .lkb-button { width: 100%; }
  .lkb-hero__checks { align-items: flex-start; flex-direction: column; }
  .lkb-dispatch__visual { min-height: 230px; margin: 10px; }
  .lkb-dispatch__body { padding: 6px 12px 13px; }
  .lkb-dispatch__body h2 { font-size: 23px; }
  .lkb-marquee__group { min-height: 44px; }
  .lkb-local,
  .lkb-services,
  .lkb-answers,
  .lkb-districts,
  .lkb-process,
  .lkb-pricing,
  .lkb-faq { padding-block: 75px; }
  .lkb-local { padding-bottom: 0; }
  .lkb-local h2,
  .lkb-section-head h2,
  .lkb-answers h2,
  .lkb-pricing h2,
  .lkb-faq h2,
  .lkb-final h2 { font-size: clamp(41px, 12vw, 57px); }
  .lkb-local__cards { grid-template-columns: 1fr; margin-top: 55px; }
  .lkb-local-card { min-height: 220px; }
  .lkb-service-grid { grid-auto-rows: auto; margin-top: 52px; }
  .lkb-service { min-height: 330px; padding: 22px; border-radius: 20px; }
  .lkb-service--feature,
  .lkb-service--image { min-height: 390px; }
  .lkb-answer-grid { margin-top: 52px; }
  .lkb-answer { min-height: auto; padding: 24px 21px; }
  .lkb-answer h3 { font-size: 22px; }
  .lkb-definition { grid-template-columns: 1fr; padding: 20px; }
  .lkb-definition a { justify-content: space-between; }
  .lkb-district-search { grid-template-columns: 22px minmax(0, 1fr); min-height: 62px; padding-inline: 16px; }
  .lkb-district-search > strong { grid-column: 1 / -1; min-height: 32px; margin: -5px 0 10px; justify-content: center; }
  .lkb-district-grid { grid-template-columns: 1fr; }
  .lkb-process__grid { margin-top: 52px; }
  .lkb-process__grid li { min-height: 225px; grid-template-columns: 30px 48px minmax(0, 1fr); gap: 12px; padding: 19px; }
  .lkb-process__grid svg { width: 46px; height: 46px; }
  .lkb-process__grid h3 { font-size: 19px; }
  .lkb-pricing__visual { min-height: 480px; border-radius: 22px; }
  .lkb-pricing__copy > .lkb-button { width: 100%; }
  .lkb-faq__list summary { min-height: 88px; grid-template-columns: 26px minmax(0, 1fr) 38px; gap: 10px; font-size: 13px; }
  .lkb-faq__list details > p { padding: 0 8px 25px 36px; font-size: 11px; }
  .lkb-final { padding-block: 80px; }
  .lkb-final__actions,
  .lkb-final__actions .lkb-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .lkb-page *,
  .lkb-page *::before,
  .lkb-page *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .lkb-js .lkb-reveal { opacity: 1; transform: none; }
}
/* =====================================================
   BEVETÉSI KÖZPONT – NAGYOBB, OLVASHATÓ BETŰK
   ===================================================== */

/* Felső fejléc */
.lkb-dispatch__head {
  font-size: 11px !important;
}

/* Narancssárga alcím */
.lkb-dispatch__body > p {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

/* Főcím */
.lkb-dispatch__body h2 {
  font-size: 32px !important;
  line-height: 1.06 !important;
}

/* 01 / 02 / 03 */
.lkb-dispatch__body li span {
  font-size: 10px !important;
}

/* Kerület / Fotók / Megközelítés */
.lkb-dispatch__body li strong {
  font-size: 13px !important;
  line-height: 1.25 !important;
}

/* Hol van a lom? / Mennyi és milyen? stb. */
.lkb-dispatch__body li small {
  font-size: 10px !important;
  line-height: 1.4 !important;
}

/* Alsó gomb */
html body .lkb-page .lkb-dispatch__body > a,
html body .elementor .lkb-page .lkb-dispatch__body > a {
  font-size: 14px !important;
}

/* Radar közepén Budapest */
.lkb-radar strong {
  font-size: 10px !important;
}

/* 23 kerület / teljes lefedettség */
.lkb-dispatch__label {
  font-size: 9px !important;
}


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

@media (max-width: 600px) {

  .lkb-dispatch__head {
    font-size: 10px !important;
  }

  .lkb-dispatch__body > p {
    font-size: 12px !important;
  }

  .lkb-dispatch__body h2 {
    font-size: 27px !important;
  }

  .lkb-dispatch__body li span {
    font-size: 9px !important;
  }

  .lkb-dispatch__body li strong {
    font-size: 11px !important;
  }

  .lkb-dispatch__body li small {
    font-size: 8px !important;
  }

  html body .lkb-page .lkb-dispatch__body > a,
  html body .elementor .lkb-page .lkb-dispatch__body > a {
    font-size: 13px !important;
  }
}

/* =====================================================
   FEJÉR MEGYE – KERESHETŐ TELEPÜLÉSLISTA KIEGÉSZÍTÉS
   A meglévő Budapest-oldal CSS végére illeszd.
   ===================================================== */

.lkb-location-group {
  margin-top: 52px;
}

.lkb-location-group + .lkb-location-group {
  margin-top: 72px;
}

.lkb-location-group__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.lkb-location-group__head span {
  color: var(--lkb-orange);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lkb-location-group__head h3 {
  color: var(--lkb-white);
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
  text-align: right;
}

.lkb-district-search input {
  font-size: 15px !important;
}

.lkb-district-search strong {
  font-size: 10px !important;
}

html body .lkb-page .lkb-district-grid > a,
html body .elementor .lkb-page .lkb-district-grid > a {
  min-height: 96px;
  grid-template-columns: 36px minmax(0, 1fr) 30px !important;
}

.lkb-district-grid > a > span {
  font-size: 9px !important;
}

.lkb-district-grid strong {
  font-size: 14px !important;
  line-height: 1.25;
}

.lkb-district-grid small {
  margin-top: 5px;
  font-size: 9px !important;
}

@media (max-width: 600px) {
  .lkb-location-group {
    margin-top: 42px;
  }

  .lkb-location-group + .lkb-location-group {
    margin-top: 56px;
  }

  .lkb-location-group__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .lkb-location-group__head h3 {
    font-size: 25px;
    text-align: left;
  }

  .lkb-location-group__head span {
    font-size: 10px;
  }

  html body .lkb-page .lkb-district-grid > a,
  html body .elementor .lkb-page .lkb-district-grid > a {
    grid-template-columns: 34px minmax(0, 1fr) 30px !important;
  }

  .lkb-district-grid strong {
    font-size: 14px !important;
  }

  .lkb-district-grid small {
    font-size: 9px !important;
  }
}
/* Hosszú településlisták: azonnali megjelenés */
.lkb-js .lkb-location-group,
.lkb-js .lkb-location-group.lkb-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}/* End custom CSS */