.elementor-24 .elementor-element.elementor-element-fd6809e{--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-a2081c8 */.lkr-page,
.lkr-page *,
.lkr-page *::before,
.lkr-page *::after {
  box-sizing: border-box;
}

.lkr-page {
  --lkr-ink: #080b07;
  --lkr-deep: #0d130b;
  --lkr-panel: #121a0f;
  --lkr-moss: #2b3b1f;
  --lkr-acid: #d4ff3f;
  --lkr-orange: #ff6a22;
  --lkr-paper: #f5f0e3;
  --lkr-paper-2: #ece4d2;
  --lkr-white: #ffffff;
  --lkr-line: rgba(255, 255, 255, 0.13);
  --lkr-dark-line: rgba(8, 11, 7, 0.13);
  --lkr-display: "Montserrat", "Arial Black", Arial, sans-serif;
  --lkr-body: "Montserrat", Arial, sans-serif;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: clip;
  color: var(--lkr-ink);
  background: var(--lkr-paper);
  font-family: var(--lkr-body);
  font-size: 16px;
  line-height: 1.55;
  isolation: isolate;
}

.lkr-page :where(h1, h2, h3, p, ul, ol, figure) {
  margin: 0;
}

.lkr-page :where(ul, ol) {
  padding: 0;
  list-style: none;
}

.lkr-page :where(img, svg) {
  display: block;
  max-width: 100%;
}

.lkr-page :where(button, input) {
  font: inherit;
}

.lkr-page button {
  border: 0;
  cursor: pointer;
}

.lkr-page [hidden] {
  display: none !important;
}

.lkr-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.lkr-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;
}

.lkr-progress {
  position: fixed;
  z-index: 9992;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.lkr-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--lkr-orange), var(--lkr-acid));
  box-shadow: 0 0 20px rgba(212, 255, 63, 0.55);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.lkr-js .lkr-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.72s ease var(--lkr-delay, 0ms),
    transform 0.72s cubic-bezier(0.2, 0.72, 0.2, 1) var(--lkr-delay, 0ms);
}

.lkr-js .lkr-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.lkr-kicker,
.lkr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lkr-orange);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lkr-kicker {
  color: var(--lkr-acid);
}

.lkr-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);
}

.lkr-kicker i::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  animation: lkrPulse 2s ease-out infinite;
}

.lkr-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.lkr-page h1,
.lkr-page h2,
.lkr-page h3 {
  font-family: var(--lkr-display);
}

.lkr-page h1 em,
.lkr-page h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.lkr-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;
}

.lkr-button:hover {
  transform: translateY(-2px);
}

.lkr-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

html body .lkr-page a.lkr-button--hot,
html body .elementor .lkr-page a.lkr-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 .lkr-page a.lkr-button--hot:hover,
html body .lkr-page a.lkr-button--hot:focus-visible,
html body .elementor .lkr-page a.lkr-button--hot:hover,
html body .elementor .lkr-page a.lkr-button--hot:focus-visible {
  color: #080b07 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  -webkit-text-fill-color: #080b07 !important;
}

html body .lkr-page a.lkr-button--glass,
html body .elementor .lkr-page a.lkr-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 .lkr-page a.lkr-button--glass:hover,
html body .lkr-page a.lkr-button--glass:focus-visible,
html body .elementor .lkr-page a.lkr-button--glass:hover,
html body .elementor .lkr-page a.lkr-button--glass:focus-visible {
  color: #080b07 !important;
  border-color: #f5f0e3 !important;
  background-color: #f5f0e3 !important;
  -webkit-text-fill-color: #080b07 !important;
}

html body .lkr-page a.lkr-button--paper,
html body .elementor .lkr-page a.lkr-button--paper {
  color: #080b07 !important;
  border-color: #f5f0e3 !important;
  background-color: #f5f0e3 !important;
  background-image: none !important;
  opacity: 1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #080b07 !important;
}

html body .lkr-page a.lkr-button--paper:hover,
html body .lkr-page a.lkr-button--paper:focus-visible,
html body .elementor .lkr-page a.lkr-button--paper:hover,
html body .elementor .lkr-page a.lkr-button--paper:focus-visible {
  border-color: #d4ff3f !important;
  background-color: #d4ff3f !important;
}

.lkr-hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--lkr-white);
  background: var(--lkr-ink);
}

.lkr-hero__slides,
.lkr-hero__slide,
.lkr-hero__shade {
  position: absolute;
  inset: 0;
}

.lkr-hero__slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.07);
  animation: lkrHeroSlide 24s infinite ease-in-out;
}

.lkr-hero__slide--one {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-Oct-20-2025-08_33_12-PM-1.webp");
}

.lkr-hero__slide--two {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-Oct-20-2025-05_59_32-PM-1.webp");
  animation-delay: 8s;
}

.lkr-hero__slide--three {
  background-image: url("https://mesterlomtalanitas.hu/wp-content/uploads/2026/05/ChatGPT-Image-May-18-2026-01_28_36-PM.webp");
  animation-delay: 16s;
}

.lkr-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 7, 3, 0.98) 0%, rgba(4, 7, 3, 0.92) 42%, rgba(4, 7, 3, 0.56) 72%, rgba(4, 7, 3, 0.7) 100%),
    linear-gradient(0deg, rgba(4, 7, 3, 0.86), transparent 48%);
}

.lkr-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -240px;
  left: -210px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(212, 255, 63, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(212, 255, 63, 0.022), 0 0 0 180px rgba(212, 255, 63, 0.015);
  pointer-events: none;
}

.lkr-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
  padding-block: 120px 110px;
}

.lkr-hero__copy {
  position: relative;
  z-index: 3;
}

.lkr-hero h1 {
  max-width: 740px;
  margin-top: 25px;
  color: var(--lkr-white);
  font-size: clamp(58px, 6.35vw, 96px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.88;
}

.lkr-hero h1 em {
  display: block;
  margin-top: 13px;
  color: var(--lkr-acid);
  font-size: 0.84em;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.lkr-hero__lead {
  max-width: 690px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.75;
}

.lkr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.lkr-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 27px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 850;
}

.lkr-hero__checks li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lkr-hero__checks span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lkr-acid);
  background: rgba(212, 255, 63, 0.12);
  font-size: 10px;
}

.lkr-hero-card {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border: 1px solid rgba(212, 255, 63, 0.24);
  border-radius: 28px;
  background: rgba(13, 19, 11, 0.89);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lkr-hero-card__head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid var(--lkr-line);
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lkr-hero-card__head span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.lkr-hero-card__head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lkr-acid);
  box-shadow: 0 0 13px var(--lkr-acid);
}

.lkr-hero-card__head strong {
  color: var(--lkr-acid);
}

.lkr-hero-card__visual {
  position: relative;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  margin: 16px;
  border-radius: 18px;
  background: var(--lkr-ink);
}

.lkr-hero-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 7, 3, 0.7), transparent 55%);
  pointer-events: none;
}

.lkr-hero-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}

.lkr-hero-card__scan {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--lkr-acid);
  box-shadow: 0 0 18px 5px rgba(212, 255, 63, 0.4);
  animation: lkrScan 4s ease-in-out infinite;
}

.lkr-tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--lkr-acid);
  color: var(--lkr-acid);
  background: rgba(8, 11, 7, 0.8);
  font-size: 7px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lkr-tag--before { top: 16px; left: 16px; }
.lkr-tag--ready { right: 16px; bottom: 16px; }

.lkr-hero-card__body {
  padding: 8px 18px 18px;
}

.lkr-hero-card__body > p {
  color: var(--lkr-orange);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lkr-hero-card__body h2 {
  margin-top: 9px;
  color: var(--lkr-white);
  font-size: clamp(24px, 2.25vw, 32px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
}

.lkr-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--lkr-line);
  border-radius: 14px;
}

.lkr-mini-stats div {
  min-height: 74px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 12px 14px;
}

.lkr-mini-stats div + div {
  border-left: 1px solid var(--lkr-line);
}

.lkr-mini-stats strong {
  color: var(--lkr-white);
  font-family: var(--lkr-display);
  font-size: 26px;
  line-height: 1;
}

.lkr-mini-stats span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  font-weight: 800;
}

.lkr-scroll {
  position: absolute;
  z-index: 5;
  bottom: 25px;
  left: max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.lkr-scroll i {
  width: 76px;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
}

.lkr-marquee {
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: var(--lkr-ink);
  background: var(--lkr-orange);
}

.lkr-marquee__track {
  width: max-content;
  display: flex;
  animation: lkrMarquee 27s linear infinite;
  will-change: transform;
}

.lkr-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;
}

.lkr-marquee span {
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lkr-marquee i {
  font-style: normal;
  font-weight: 950;
}

.lkr-intro {
  position: relative;
  overflow: hidden;
  padding: 125px 0 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 106, 34, 0.12), transparent 30%),
    var(--lkr-paper);
}

.lkr-ghost {
  position: absolute;
  top: 28px;
  right: -30px;
  color: rgba(8, 11, 7, 0.028);
  font-family: var(--lkr-display);
  font-size: clamp(95px, 15vw, 230px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.lkr-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.65fr);
  align-items: end;
  gap: clamp(60px, 10vw, 150px);
}

.lkr-intro h2,
.lkr-section-head h2,
.lkr-process h2,
.lkr-faq h2,
.lkr-final h2 {
  margin-top: 19px;
  color: var(--lkr-ink);
  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 950;
  letter-spacing: -0.067em;
  line-height: 0.96;
}

.lkr-intro h2 em,
.lkr-section-head h2 em,
.lkr-process h2 em,
.lkr-faq h2 em,
.lkr-final h2 em {
  color: var(--lkr-orange);
}

.lkr-intro__copy > p {
  color: rgba(8, 11, 7, 0.62);
  font-size: 17px;
  line-height: 1.78;
}

.lkr-intro__seal {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 17px;
  border: 1px solid rgba(8, 11, 7, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.35);
}

.lkr-intro__seal > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border-radius: 50%;
  color: var(--lkr-ink);
  background: var(--lkr-acid);
  font-weight: 950;
}

.lkr-intro__seal strong,
.lkr-intro__seal small {
  display: block;
}

.lkr-intro__seal strong {
  font-size: 12px;
  font-weight: 950;
}

.lkr-intro__seal small {
  margin-top: 4px;
  color: rgba(8, 11, 7, 0.55);
  font-size: 9px;
}

.lkr-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 95px;
  border-top: 1px solid var(--lkr-dark-line);
  border-left: 1px solid var(--lkr-dark-line);
}

.lkr-metric {
  min-height: 190px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--lkr-dark-line);
  border-bottom: 1px solid var(--lkr-dark-line);
}

.lkr-metric > span {
  color: var(--lkr-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
}

.lkr-metric strong {
  margin-top: 18px;
  font-family: var(--lkr-display);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.lkr-metric p {
  margin-top: 11px;
  color: rgba(8, 11, 7, 0.52);
  font-size: 10px;
  font-weight: 800;
}

.lkr-gallery {
  padding: 135px 0;
  background:
    linear-gradient(rgba(8, 11, 7, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 11, 7, 0.035) 1px, transparent 1px),
    #faf6ec;
  background-size: 66px 66px;
}

.lkr-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: clamp(55px, 10vw, 145px);
}

.lkr-section-head > p {
  padding-bottom: 5px;
  color: rgba(8, 11, 7, 0.56);
  font-size: 15px;
  line-height: 1.75;
}

.lkr-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 65px;
  padding: 10px;
  border: 1px solid var(--lkr-dark-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 50px rgba(8, 11, 7, 0.055);
}

.lkr-filter button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: rgba(8, 11, 7, 0.58);
  background: transparent;
  font-size: 10px;
  font-weight: 950;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.lkr-filter button:hover {
  color: var(--lkr-ink);
  transform: translateY(-1px);
}

.lkr-filter button[aria-pressed="true"] {
  color: var(--lkr-ink);
  background: var(--lkr-acid);
  box-shadow: 0 8px 24px rgba(212, 255, 63, 0.22);
}

.lkr-filter button span {
  min-width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  color: rgba(8, 11, 7, 0.65);
  background: rgba(8, 11, 7, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
}

.lkr-results {
  margin-top: 20px;
  color: rgba(8, 11, 7, 0.46);
  font-size: 10px;
  font-weight: 850;
  text-align: right;
}

.lkr-results strong {
  color: var(--lkr-orange);
}

.lkr-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 25px;
}

.lkr-project {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 11, 7, 0.12);
  border-radius: 26px;
  background: var(--lkr-paper);
  box-shadow: 0 24px 70px rgba(8, 11, 7, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.lkr-project:hover {
  box-shadow: 0 34px 90px rgba(8, 11, 7, 0.13);
  transform: translateY(-4px);
}

.lkr-compare {
  --lkr-position: 50%;
  position: relative;
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  background: var(--lkr-ink);
  touch-action: pan-y;
}

.lkr-compare figure {
  position: absolute;
  inset: 0;
}

.lkr-compare__after {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--lkr-position)) 0 0);
}

.lkr-compare img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.lkr-project:hover .lkr-compare img {
  transform: scale(1.025);
}

.lkr-compare figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 11, 7, 0.58), transparent 45%);
  pointer-events: none;
}

.lkr-compare figcaption {
  position: absolute;
  z-index: 4;
  bottom: 17px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 7px;
  color: var(--lkr-white);
  background: rgba(8, 11, 7, 0.7);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.lkr-compare__before figcaption { right: 17px; }
.lkr-compare__after figcaption { left: 17px; color: var(--lkr-ink); border-color: var(--lkr-acid); background: var(--lkr-acid); }

.lkr-compare input[type="range"] {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.lkr-compare__line {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--lkr-position);
  width: 2px;
  background: var(--lkr-acid);
  box-shadow: 0 0 18px rgba(212, 255, 63, 0.7);
  pointer-events: none;
  transform: translateX(-1px);
}

.lkr-compare__line i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--lkr-acid);
  border-radius: 50%;
  color: var(--lkr-ink);
  background: var(--lkr-acid);
  box-shadow: 0 10px 35px rgba(8, 11, 7, 0.35);
  font-size: 16px;
  font-style: normal;
  font-weight: 950;
  transform: translate(-50%, -50%);
}

.lkr-project__open {
  position: absolute;
  z-index: 8;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.27) !important;
  border-radius: 50%;
  color: var(--lkr-white);
  background: rgba(8, 11, 7, 0.72);
  font-size: 0;
  line-height: 0;
  font-weight: 900;
  backdrop-filter: blur(10px);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.lkr-project__open::before,
.lkr-fleet-stage__open::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-50%, -50%);
}

.lkr-project__open::after,
.lkr-fleet-stage__open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}

.lkr-project__open:hover {
  color: var(--lkr-ink);
  background: var(--lkr-acid);
  transform: rotate(5deg);
}

.lkr-project__content {
  position: relative;
  min-height: 176px;
  padding: 25px 27px 28px;
}

.lkr-project__content > span {
  color: var(--lkr-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lkr-project__content h3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.lkr-project__content p {
  max-width: 490px;
  margin-top: 12px;
  color: rgba(8, 11, 7, 0.57);
  font-size: 12px;
  line-height: 1.65;
}

.lkr-gallery-note {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(8, 11, 7, 0.12);
  border-radius: 20px;
  background: var(--lkr-paper-2);
}

.lkr-gallery-note > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lkr-ink);
  background: var(--lkr-acid);
  font-weight: 950;
}

.lkr-gallery-note strong {
  font-size: 12px;
  font-weight: 950;
}

.lkr-gallery-note p {
  margin-top: 4px;
  color: rgba(8, 11, 7, 0.54);
  font-size: 10px;
}

html body .lkr-page .lkr-gallery-note a,
html body .elementor .lkr-page .lkr-gallery-note a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lkr-ink) !important;
  font-size: 10px;
  font-weight: 950;
  text-decoration: none !important;
  -webkit-text-fill-color: var(--lkr-ink) !important;
}

.lkr-gallery-note a b {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lkr-acid);
  font-size: 14px;
}

.lkr-fleet {
  position: relative;
  overflow: hidden;
  padding: 145px 0;
  color: var(--lkr-white);
  background:
    radial-gradient(circle at 6% 25%, rgba(255, 106, 34, 0.15), transparent 29%),
    radial-gradient(circle at 95% 75%, rgba(212, 255, 63, 0.08), transparent 27%),
    var(--lkr-ink);
}

.lkr-fleet::before {
  content: "JÃRMÅ°PARK";
  position: absolute;
  top: 20px;
  right: -35px;
  color: rgba(255, 255, 255, 0.022);
  font-family: var(--lkr-display);
  font-size: clamp(100px, 15vw, 220px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.lkr-fleet__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.52fr);
  align-items: end;
  gap: clamp(55px, 10vw, 145px);
}

.lkr-fleet__head h2 {
  margin-top: 19px;
  color: var(--lkr-white);
  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 950;
  letter-spacing: -0.067em;
  line-height: 0.96;
}

.lkr-fleet__head h2 em {
  color: var(--lkr-acid);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.lkr-fleet__intro > span {
  display: block;
  color: var(--lkr-orange);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lkr-fleet__intro p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.75;
}

.lkr-fleet-console {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 13px;
  margin-top: 68px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.3);
}

.lkr-fleet-stage {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--lkr-panel);
}

.lkr-fleet-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 11, 7, 0.96) 0%, rgba(8, 11, 7, 0.18) 58%, rgba(8, 11, 7, 0.38) 100%),
    linear-gradient(90deg, rgba(8, 11, 7, 0.35), transparent 45%);
  pointer-events: none;
}

.lkr-fleet-stage__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.06);
  transition: opacity 0.22s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.lkr-fleet-stage.is-changing .lkr-fleet-stage__image {
  opacity: 0.28;
  transform: scale(1.035);
}

.lkr-fleet-stage__hud {
  position: absolute;
  z-index: 2;
  inset: 19px;
  pointer-events: none;
}

.lkr-fleet-stage__hud i {
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: var(--lkr-acid);
  border-style: solid;
  opacity: 0.72;
}

.lkr-fleet-stage__hud i:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.lkr-fleet-stage__hud i:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.lkr-fleet-stage__hud i:nth-child(3) { right: 0; bottom: 0; border-width: 0 1px 1px 0; }
.lkr-fleet-stage__hud i:nth-child(4) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }

.lkr-fleet-stage__status {
  position: absolute;
  z-index: 3;
  top: 29px;
  left: 29px;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid rgba(212, 255, 63, 0.45);
  border-radius: 99px;
  color: var(--lkr-acid);
  background: rgba(8, 11, 7, 0.72);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.lkr-fleet-stage__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lkr-acid);
  box-shadow: 0 0 12px var(--lkr-acid);
}

.lkr-fleet-stage figcaption {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 29px;
  left: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
}

.lkr-fleet-stage figcaption span {
  color: var(--lkr-acid);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lkr-fleet-stage figcaption h3 {
  max-width: 650px;
  margin-top: 10px;
  color: var(--lkr-white);
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 950;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.lkr-fleet-stage__open {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50%;
  color: var(--lkr-ink);
  background: var(--lkr-acid);
  font-size: 0;
  line-height: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lkr-fleet-stage__open:hover {
  background: var(--lkr-white);
  transform: rotate(5deg);
}

.lkr-fleet-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lkr-fleet-option {
  min-height: 142px;
  display: grid;
  grid-template-columns: 30px 92px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 18px;
  color: var(--lkr-white);
  background: rgba(255, 255, 255, 0.04);
  text-align: left;
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.lkr-fleet-option:hover {
  border-color: rgba(212, 255, 63, 0.42) !important;
  transform: translateX(-3px);
}

.lkr-fleet-option[aria-pressed="true"] {
  color: var(--lkr-ink);
  border-color: var(--lkr-acid) !important;
  background: var(--lkr-acid);
  box-shadow: 0 16px 45px rgba(212, 255, 63, 0.1);
}

.lkr-fleet-option > span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
  opacity: 0.58;
}

.lkr-fleet-option img {
  width: 92px;
  height: 105px;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(0.72) contrast(1.06);
}

.lkr-fleet-option small,
.lkr-fleet-option strong {
  display: block;
}

.lkr-fleet-option small {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.56;
  text-transform: uppercase;
}

.lkr-fleet-option strong {
  margin-top: 7px;
  font-family: var(--lkr-display);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lkr-fleet-option > i {
  font-size: 16px;
  font-style: normal;
  opacity: 0.65;
}

.lkr-fleet-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
}

.lkr-fleet-facts li {
  min-height: 118px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-content: center;
  gap: 5px 13px;
  padding: 20px 24px;
}

.lkr-fleet-facts li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.lkr-fleet-facts span {
  grid-row: 1 / 3;
  color: var(--lkr-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 900;
}

.lkr-fleet-facts strong {
  color: var(--lkr-white);
  font-size: 11px;
  font-weight: 950;
}

.lkr-fleet-facts i {
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
  font-style: normal;
}

.lkr-process {
  position: relative;
  overflow: hidden;
  padding: 145px 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(--lkr-paper-2);
  background-size: 66px 66px;
}

.lkr-process__ghost {
  position: absolute;
  top: 32px;
  left: -25px;
  color: rgba(8, 11, 7, 0.035);
  font-family: var(--lkr-display);
  font-size: clamp(90px, 14vw, 200px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.lkr-process__layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.67fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(65px, 9vw, 125px);
}

.lkr-process__intro {
  position: sticky;
  top: 130px;
}

.lkr-process h2 {
  margin-top: 19px;
  color: var(--lkr-ink);
  font-size: clamp(48px, 5.2vw, 74px);
  font-weight: 950;
  letter-spacing: -0.067em;
  line-height: 0.96;
}

.lkr-process h2 em {
  color: var(--lkr-orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.lkr-process__intro > p:nth-of-type(2) {
  max-width: 490px;
  margin-top: 27px;
  color: rgba(8, 11, 7, 0.59);
  font-size: 14px;
  line-height: 1.75;
}

.lkr-process__promise {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 27px;
  padding: 15px;
  border: 1px solid rgba(8, 11, 7, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.42);
}

.lkr-process__promise > span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  flex: 0 0 60px;
  border-radius: 50%;
  color: var(--lkr-ink);
  background: var(--lkr-acid);
  font-family: var(--lkr-display);
  font-size: 11px;
  font-weight: 950;
}

.lkr-process__promise strong,
.lkr-process__promise small {
  display: block;
}

.lkr-process__promise strong {
  font-size: 11px;
  font-weight: 950;
}

.lkr-process__promise small {
  margin-top: 4px;
  color: rgba(8, 11, 7, 0.52);
  font-size: 8px;
}

.lkr-process__intro > .lkr-button {
  margin-top: 15px;
}

.lkr-route {
  position: relative;
  min-width: 0;
}

.lkr-route__list {
  position: relative;
  z-index: 2;
}

.lkr-route__step {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
}

.lkr-route__step + .lkr-route__step {
  margin-top: 18px;
}

.lkr-route__node {
  position: relative;
  z-index: 3;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 7px solid var(--lkr-paper-2);
  border-radius: 50%;
  color: var(--lkr-paper);
  background: var(--lkr-ink);
  box-shadow: 0 0 0 1px rgba(8, 11, 7, 0.14);
}

.lkr-route__node span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 900;
}

.lkr-route__card {
  position: relative;
  min-height: 206px;
  overflow: hidden;
  padding: 26px 27px;
  border: 1px solid rgba(8, 11, 7, 0.12);
  border-radius: 23px;
  box-shadow: 0 24px 70px rgba(8, 11, 7, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lkr-route__card:hover {
  box-shadow: 0 30px 85px rgba(8, 11, 7, 0.16);
  transform: translateX(5px);
}

.lkr-route__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lkr-route__top i {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid currentColor;
  border-radius: 99px;
  font-style: normal;
  opacity: 0.65;
}

.lkr-route__card > svg {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 58px;
  right: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  opacity: 0.66;
}

.lkr-route__card h3 {
  max-width: calc(100% - 70px);
  margin-top: 48px;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.lkr-route__card p {
  max-width: 470px;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.6;
  opacity: 0.62;
}

.lkr-route__card--acid {
  color: var(--lkr-ink);
  border-color: var(--lkr-acid);
  background: var(--lkr-acid);
}

.lkr-route__card--dark {
  color: var(--lkr-white);
  border-color: var(--lkr-ink);
  background:
    radial-gradient(circle at 90% 0%, rgba(212, 255, 63, 0.11), transparent 32%),
    var(--lkr-ink);
}

.lkr-route__card--paper {
  color: var(--lkr-ink);
  background: #fffdf7;
}

.lkr-route__card--orange {
  color: var(--lkr-ink);
  border-color: var(--lkr-orange);
  background: var(--lkr-orange);
}

.lkr-route__line {
  position: absolute;
  z-index: 1;
  top: 29px;
  bottom: 29px;
  left: 28px;
  width: 2px;
  overflow: hidden;
  background: rgba(8, 11, 7, 0.12);
}

.lkr-route__line i {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(var(--lkr-orange), var(--lkr-acid), var(--lkr-orange));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.45s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.lkr-route.is-live .lkr-route__line i {
  transform: scaleY(1);
}

.lkr-faq {
  padding: 135px 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(255, 106, 34, 0.13), transparent 28%),
    var(--lkr-paper-2);
}

.lkr-faq__grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.62fr) minmax(0, 1fr);
  gap: clamp(65px, 10vw, 150px);
}

.lkr-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;
}

.lkr-faq__list {
  border-top: 1px solid var(--lkr-dark-line);
}

.lkr-faq__list details {
  border-bottom: 1px solid var(--lkr-dark-line);
}

.lkr-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(--lkr-display);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.025em;
  list-style: none;
}

.lkr-faq__list summary::-webkit-details-marker { display: none; }

.lkr-faq__list summary > span {
  color: var(--lkr-orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
}

.lkr-faq__list summary i {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(8, 11, 7, 0.18);
  border-radius: 50%;
}

.lkr-faq__list summary i::before,
.lkr-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;
}

.lkr-faq__list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lkr-faq__list details[open] summary i {
  color: var(--lkr-ink);
  border-color: var(--lkr-acid);
  background: var(--lkr-acid);
}

.lkr-faq__list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.lkr-faq__list details > p {
  max-width: 670px;
  padding: 0 70px 28px 51px;
  color: rgba(8, 11, 7, 0.58);
  font-size: 12px;
  line-height: 1.72;
}

.lkr-final {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  color: var(--lkr-white);
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 106, 34, 0.17), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(212, 255, 63, 0.08), transparent 26%),
    var(--lkr-ink);
}

.lkr-final::after {
  content: "";
  position: absolute;
  top: -160px;
  right: 18%;
  width: 1px;
  height: 720px;
  background: rgba(212, 255, 63, 0.35);
  transform: rotate(17deg);
}

.lkr-final__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 70px;
}

.lkr-final h2 {
  color: var(--lkr-white);
}

.lkr-final h2 em {
  color: var(--lkr-acid);
}

.lkr-final__copy > p:last-child {
  max-width: 660px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 1.75;
}

.lkr-final__actions {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lkr-final__actions .lkr-button {
  width: 100%;
}

.lkr-lightbox[hidden] {
  display: none !important;
}

.lkr-lightbox {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lkr-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 3, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.lkr-lightbox__dialog {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 25px;
  color: var(--lkr-white);
  background: var(--lkr-deep);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}

.lkr-lightbox__top,
.lkr-lightbox__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 19px;
}

.lkr-lightbox__top {
  border-bottom: 1px solid var(--lkr-line);
}

.lkr-lightbox__top span {
  display: block;
  color: var(--lkr-orange);
  font-size: 7px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lkr-lightbox__top h2 {
  margin-top: 4px;
  color: var(--lkr-white);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.lkr-lightbox__top button,
.lkr-lightbox__stage button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50%;
  color: var(--lkr-white);
  background: rgba(255, 255, 255, 0.07);
  font-size: 22px;
  transition: color 0.2s ease, background 0.2s ease;
}

.lkr-lightbox__top button:hover,
.lkr-lightbox__stage button:hover {
  color: var(--lkr-ink);
  background: var(--lkr-acid);
}

.lkr-lightbox__stage {
  position: relative;
  height: min(68vh, 680px);
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #080b07;
  background-size: 50px 50px;
}

.lkr-lightbox__stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lkr-lightbox__stage button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lkr-lightbox__prev { left: 16px; }
.lkr-lightbox__next { right: 16px; }

.lkr-lightbox__bottom {
  min-height: 56px;
  border-top: 1px solid var(--lkr-line);
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lkr-lightbox__state {
  color: var(--lkr-acid);
}

html.lkr-lock {
  overflow: hidden;
}

@keyframes lkrPulse {
  0% { opacity: 0.8; transform: scale(0.65); }
  85%, 100% { opacity: 0; transform: scale(1.25); }
}

@keyframes lkrHeroSlide {
  0% { opacity: 0; transform: scale(1.07); }
  8%, 30% { opacity: 1; }
  37%, 100% { opacity: 0; transform: scale(1.015); }
}

@keyframes lkrScan {
  0%, 100% { top: 8%; opacity: 0; }
  15%, 85% { opacity: 1; }
  50% { top: 88%; }
}

@keyframes lkrMarquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 1080px) {
  .lkr-hero__layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 42px;
  }

  .lkr-hero h1 {
    font-size: clamp(54px, 6.4vw, 76px);
  }

  .lkr-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .lkr-fleet-console {
    grid-template-columns: minmax(0, 1.15fr) 355px;
  }

  .lkr-fleet-option {
    grid-template-columns: 25px 76px minmax(0, 1fr) 20px;
    gap: 10px;
  }

  .lkr-fleet-option img {
    width: 76px;
  }

  .lkr-process__layout {
    gap: 60px;
  }
}

@media (max-width: 820px) {
  .lkr-shell {
    width: min(100% - 34px, 680px);
  }

  .lkr-hero {
    min-height: auto;
  }

  .lkr-hero__shade {
    background:
      linear-gradient(0deg, rgba(4, 7, 3, 0.98) 0%, rgba(4, 7, 3, 0.91) 70%, rgba(4, 7, 3, 0.7) 100%);
  }

  .lkr-hero__layout {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-block: 95px 88px;
  }

  .lkr-hero__copy {
    max-width: 680px;
  }

  .lkr-hero-card {
    width: min(100%, 520px);
  }

  .lkr-scroll {
    display: none;
  }

  .lkr-intro,
  .lkr-gallery,
  .lkr-fleet,
  .lkr-process,
  .lkr-faq {
    padding-block: 95px;
  }

  .lkr-intro {
    padding-bottom: 0;
  }

  .lkr-intro__grid,
  .lkr-section-head,
  .lkr-fleet__head,
  .lkr-process__layout,
  .lkr-faq__grid,
  .lkr-final__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .lkr-intro__copy {
    max-width: 610px;
  }

  .lkr-section-head > p {
    max-width: 610px;
  }

  .lkr-fleet__intro {
    max-width: 610px;
  }

  .lkr-fleet-console {
    grid-template-columns: 1fr;
  }

  .lkr-fleet-stage {
    min-height: 520px;
  }

  .lkr-fleet-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lkr-fleet-option {
    grid-template-columns: 25px 74px minmax(0, 1fr);
    min-height: 122px;
  }

  .lkr-fleet-option img {
    width: 74px;
    height: 94px;
  }

  .lkr-fleet-option > i {
    display: none;
  }

  .lkr-process__intro {
    position: static;
    max-width: 640px;
  }

  .lkr-route {
    max-width: 680px;
  }

  .lkr-projects {
    grid-template-columns: 1fr;
  }

  .lkr-project {
    max-width: 680px;
  }

  .lkr-gallery-note {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .lkr-gallery-note a {
    grid-column: 2;
    justify-self: start;
  }

  .lkr-final__actions {
    width: min(100%, 360px);
  }
}

@media (max-width: 600px) {
  .lkr-shell {
    width: calc(100% - 28px);
  }

  .lkr-grid {
    background-size: 42px 42px;
  }

  .lkr-hero__layout {
    padding-block: 76px 70px;
  }

  .lkr-hero h1 {
    margin-top: 19px;
    font-size: clamp(47px, 15.2vw, 67px);
    line-height: 0.91;
  }

  .lkr-hero__lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.68;
  }

  .lkr-actions,
  .lkr-actions .lkr-button {
    width: 100%;
  }

  .lkr-hero__checks {
    align-items: flex-start;
    flex-direction: column;
  }

  .lkr-hero-card__head {
    min-height: 50px;
  }

  .lkr-hero-card__visual {
    margin: 11px;
    border-radius: 14px;
  }

  .lkr-hero-card__body {
    padding: 7px 14px 15px;
  }

  .lkr-marquee__group {
    min-height: 44px;
  }

  .lkr-intro,
  .lkr-gallery,
  .lkr-fleet,
  .lkr-process,
  .lkr-faq {
    padding-block: 75px;
  }

  .lkr-intro {
    padding-bottom: 0;
  }

  .lkr-intro h2,
  .lkr-section-head h2,
  .lkr-fleet__head h2,
  .lkr-process h2,
  .lkr-faq h2,
  .lkr-final h2 {
    font-size: clamp(41px, 12vw, 58px);
  }

  .lkr-intro__copy > p {
    font-size: 14px;
  }

  .lkr-metrics {
    grid-template-columns: 1fr 1fr;
    margin-top: 62px;
  }

  .lkr-metric {
    min-height: 150px;
    padding: 19px;
  }

  .lkr-metric strong {
    font-size: 39px;
  }

  .lkr-metric p {
    font-size: 8px;
  }

  .lkr-filter {
    flex-wrap: nowrap;
    margin-right: -14px;
    margin-left: -14px;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    scrollbar-width: none;
  }

  .lkr-filter::-webkit-scrollbar { display: none; }

  .lkr-filter button {
    flex: 0 0 auto;
  }

  .lkr-results {
    text-align: left;
  }

  .lkr-projects {
    gap: 16px;
  }

  .lkr-project {
    border-radius: 20px;
  }

  .lkr-compare {
    aspect-ratio: 1.08 / 1;
  }

  .lkr-compare__line i {
    width: 43px;
    height: 43px;
  }

  .lkr-project__content {
    min-height: auto;
    padding: 21px;
  }

  .lkr-project__content h3 {
    font-size: 21px;
  }

  .lkr-gallery-note {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .lkr-gallery-note a {
    grid-column: 1;
  }

  .lkr-fleet-console {
    margin-top: 46px;
    padding: 8px;
    border-radius: 22px;
  }

  .lkr-fleet-stage {
    min-height: 430px;
    border-radius: 16px;
  }

  .lkr-fleet-stage__hud {
    inset: 12px;
  }

  .lkr-fleet-stage__status {
    top: 20px;
    left: 20px;
  }

  .lkr-fleet-stage figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lkr-fleet-stage figcaption h3 {
    font-size: 27px;
  }

  .lkr-fleet-stage__open {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .lkr-fleet-options {
    grid-template-columns: 1fr;
  }

  .lkr-fleet-option {
    grid-template-columns: 25px 76px minmax(0, 1fr) 22px;
  }

  .lkr-fleet-option img {
    width: 76px;
  }

  .lkr-fleet-option > i {
    display: block;
  }

  .lkr-fleet-facts {
    grid-template-columns: 1fr;
  }

  .lkr-fleet-facts li {
    min-height: 95px;
  }

  .lkr-fleet-facts li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .lkr-process__intro > .lkr-button {
    width: 100%;
  }

  .lkr-route__step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }

  .lkr-route__node {
    width: 44px;
    height: 44px;
    border-width: 5px;
  }

  .lkr-route__card {
    min-height: 190px;
    padding: 20px;
    border-radius: 18px;
  }

  .lkr-route__card > svg {
    top: 52px;
    right: 20px;
    width: 35px;
    height: 35px;
  }

  .lkr-route__card h3 {
    margin-top: 43px;
    font-size: 20px;
  }

  .lkr-route__line {
    top: 22px;
    bottom: 22px;
    left: 21px;
  }

  .lkr-faq__list summary {
    min-height: 86px;
    grid-template-columns: 25px minmax(0, 1fr) 38px;
    gap: 10px;
    font-size: 13px;
  }

  .lkr-faq__list details > p {
    padding: 0 8px 25px 35px;
    font-size: 11px;
  }

  .lkr-final {
    padding-block: 80px;
  }

  .lkr-final__actions,
  .lkr-final__actions .lkr-button {
    width: 100%;
  }

  .lkr-lightbox {
    padding: 10px;
  }

  .lkr-lightbox__dialog {
    max-height: calc(100vh - 20px);
    border-radius: 18px;
  }

  .lkr-lightbox__stage {
    height: 62vh;
  }

  .lkr-lightbox__stage button {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lkr-page *,
  .lkr-page *::before,
  .lkr-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .lkr-js .lkr-reveal {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */