.elementor-18 .elementor-element.elementor-element-7e69d00{--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-d8f1822 *//* =========================================================
   LOMTALANÍTÓKOMMANDÓ – RÓLUNK OLDAL
   Minden stílus az .lk-about-page elemen belül marad
========================================================= */

.lk-about-page {
  --lk-ink: #071713;
  --lk-ink-soft: #0d2520;
  --lk-dark: #081d18;
  --lk-dark-2: #0b2922;
  --lk-dark-3: #103a30;
  --lk-green: #075f4e;
  --lk-accent: #19d6b3;
  --lk-accent-strong: #00efc3;
  --lk-lime: #baff5d;
  --lk-white: #ffffff;
  --lk-cream: #f5f5ef;
  --lk-mist: #edf7f4;
  --lk-muted: #5c716a;
  --lk-line: rgba(7, 95, 78, 0.13);
  --lk-shadow: 0 30px 80px rgba(4, 31, 25, 0.13);
  --lk-shadow-dark: 0 35px 100px rgba(0, 0, 0, 0.34);
  --lk-radius-sm: 16px;
  --lk-radius-md: 24px;
  --lk-radius-lg: 36px;
  --lk-container: 1240px;
  --lk-pointer-x: 50%;
  --lk-pointer-y: 20%;

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

.lk-about-page *,
.lk-about-page *::before,
.lk-about-page *::after {
  box-sizing: border-box;
}

.lk-about-page img {
  display: block;
  max-width: 100%;
}

.lk-about-page a {
  color: inherit;
  text-decoration: none;
}

.lk-about-page button,
.lk-about-page a {
  -webkit-tap-highlight-color: transparent;
}

.lk-about-page::after {
  content: "";
  position: fixed;
  z-index: 999;
  top: var(--lk-pointer-y);
  left: var(--lk-pointer-x);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(25, 214, 179, 0.055),
    transparent 67%
  );
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: multiply;
}

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


/* =========================================================
   SCROLL PROGRESS
========================================================= */

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

.lk-scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--lk-accent),
    var(--lk-lime)
  );
  box-shadow: 0 0 18px rgba(25, 214, 179, 0.65);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}


/* =========================================================
   SHARED TYPOGRAPHY
========================================================= */

.lk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--lk-green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lk-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background: var(--lk-accent);
}

.lk-eyebrow--light {
  color: var(--lk-accent);
}

.lk-eyebrow__pulse {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--lk-lime);
  box-shadow: 0 0 0 0 rgba(186, 255, 93, 0.45);
  animation: lkPulse 2.2s infinite;
}

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

.lk-section-title {
  max-width: 780px;
  margin: 0;
  color: var(--lk-ink);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.lk-section-title span {
  display: block;
  color: var(--lk-green);
}

.lk-section-title--light {
  color: var(--lk-white);
}

.lk-section-title--light span {
  color: var(--lk-accent);
}

.lk-section-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--lk-muted);
  font-size: 17px;
  line-height: 1.85;
}

.lk-section-index {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
  color: var(--lk-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.lk-section-index span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(7, 95, 78, 0.18);
  border-radius: 50%;
  color: var(--lk-green);
  background: rgba(255, 255, 255, 0.55);
}

.lk-section-index--light {
  color: rgba(255, 255, 255, 0.58);
}

.lk-section-index--light span {
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--lk-accent);
  background: rgba(255, 255, 255, 0.05);
}


/* =========================================================
   BUTTONS
========================================================= */

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

.lk-button--primary {
  color: var(--lk-ink);
  background: linear-gradient(
    135deg,
    var(--lk-accent-strong),
    var(--lk-lime)
  );
  box-shadow:
    0 14px 35px rgba(25, 214, 179, 0.21),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.lk-button--primary:hover {
  box-shadow:
    0 20px 45px rgba(25, 214, 179, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.lk-button--outline {
  color: var(--lk-white);
  border-color: rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.lk-button--outline:hover {
  border-color: rgba(25, 214, 179, 0.8);
  background: rgba(25, 214, 179, 0.11);
}

.lk-button--white {
  color: var(--lk-ink);
  background: var(--lk-white);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.lk-button--white:hover {
  color: var(--lk-green);
  background: var(--lk-mist);
}

.lk-button__icon {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
}

.lk-button__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}


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

.lk-about-hero {
  position: relative;
  min-height: min(920px, 94vh);
  padding: 115px 0 0;
  overflow: hidden;
  color: var(--lk-white);
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(25, 214, 179, 0.15),
      transparent 27%
    ),
    radial-gradient(
      circle at 85% 12%,
      rgba(186, 255, 93, 0.1),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #06130f 0%,
      #09231d 48%,
      #05130f 100%
    );
}

.lk-about-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(25, 214, 179, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 214, 179, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(
    to bottom,
    black,
    rgba(0, 0, 0, 0.35),
    transparent
  );
}

.lk-about-hero__grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(25, 214, 179, 0.07),
    transparent
  );
  transform: translateX(-100%);
  animation: lkGridScan 8s linear infinite;
}

.lk-about-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

.lk-about-hero__glow--one {
  top: 10%;
  left: -180px;
  width: 500px;
  height: 500px;
  background: rgba(25, 214, 179, 0.11);
}

.lk-about-hero__glow--two {
  right: -220px;
  bottom: 5%;
  width: 600px;
  height: 600px;
  background: rgba(186, 255, 93, 0.07);
}

.lk-about-hero__monogram {
  position: absolute;
  right: -0.08em;
  bottom: -0.13em;
  color: transparent;
  font-size: clamp(340px, 42vw, 750px);
  font-weight: 950;
  line-height: 0.75;
  letter-spacing: -0.14em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
  user-select: none;
}

.lk-about-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.75fr);
  align-items: center;
  gap: 80px;
  min-height: 690px;
  padding-bottom: 95px;
}

.lk-about-hero__content {
  position: relative;
  z-index: 3;
}

.lk-about-hero__title {
  max-width: 780px;
  margin: 0;
  color: var(--lk-white);
  font-size: clamp(54px, 6.7vw, 102px);
  font-weight: 950;
  line-height: 0.89;
  letter-spacing: -0.068em;
}

.lk-about-hero__title span {
  display: block;
  margin-top: 10px;
  color: var(--lk-accent);
}

.lk-about-hero__lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.7;
}

.lk-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.lk-about-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin-top: 34px;
}

.lk-about-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 750;
}

.lk-trust-check {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--lk-ink);
  background: var(--lk-accent);
  font-size: 12px;
  font-weight: 950;
}

.lk-about-hero__visual {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  padding: 72px 0;
}

.lk-founder-card {
  position: relative;
  z-index: 5;
  width: min(100%, 390px);
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.055)
    );
  box-shadow:
    0 45px 100px rgba(0, 0, 0, 0.43),
    inset 0 1px 0 rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  transition: transform 0.22s ease;
}

.lk-founder-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(25, 214, 179, 0.65),
    transparent 33%,
    transparent 67%,
    rgba(186, 255, 93, 0.22)
  );
  opacity: 0.5;
}

.lk-founder-card__status {
  position: absolute;
  z-index: 4;
  top: 27px;
  left: 27px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(3, 19, 15, 0.62);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lk-founder-card__status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lk-lime);
  box-shadow: 0 0 14px rgba(186, 255, 93, 0.7);
}

.lk-founder-card__image-wrap {
  position: relative;
  height: 460px;
  overflow: hidden;
  border-radius: 21px;
  background: #d9dfdc;
}

.lk-founder-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(4, 22, 17, 0.33), transparent 42%),
    linear-gradient(
      145deg,
      rgba(25, 214, 179, 0.08),
      transparent 42%
    );
  pointer-events: none;
}

.lk-founder-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  filter: grayscale(100%) contrast(1.06);
  transition:
    filter 0.45s ease,
    transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lk-founder-card:hover .lk-founder-card__image {
  filter: grayscale(15%) contrast(1.04);
  transform: scale(1.025);
}

.lk-founder-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 13px 9px;
}

.lk-founder-card__role {
  display: block;
  margin-bottom: 5px;
  color: var(--lk-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lk-founder-card__body h2 {
  margin: 0;
  color: var(--lk-white);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.lk-founder-card__signature {
  width: 104px;
  max-height: 51px;
  object-fit: contain;
  filter: invert(1) brightness(2);
  opacity: 0.78;
}

.lk-radar {
  position: absolute;
  z-index: 1;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  opacity: 0.72;
}

.lk-radar__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(25, 214, 179, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lk-radar__ring--one {
  width: 33%;
  height: 33%;
}

.lk-radar__ring--two {
  width: 66%;
  height: 66%;
}

.lk-radar__ring--three {
  width: 100%;
  height: 100%;
}

.lk-radar::before,
.lk-radar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(25, 214, 179, 0.1);
}

.lk-radar::after {
  transform: rotate(90deg);
}

.lk-radar__sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  overflow: hidden;
  transform-origin: 0 0;
  animation: lkRadarSweep 7s linear infinite;
}

.lk-radar__sweep::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: conic-gradient(
    from 85deg,
    transparent,
    rgba(25, 214, 179, 0.02),
    rgba(25, 214, 179, 0.22)
  );
}

.lk-radar__dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lk-lime);
  box-shadow:
    0 0 0 7px rgba(186, 255, 93, 0.07),
    0 0 20px rgba(186, 255, 93, 0.7);
  animation: lkRadarDot 2.6s ease-in-out infinite;
}

.lk-radar__dot--one {
  top: 20%;
  left: 58%;
}

.lk-radar__dot--two {
  top: 65%;
  left: 18%;
  animation-delay: -0.8s;
}

.lk-radar__dot--three {
  right: 10%;
  bottom: 27%;
  animation-delay: -1.6s;
}

.lk-floating-badge {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(5, 24, 19, 0.72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  font-size: 11px;
  font-weight: 800;
  animation: lkFloating 4.5s ease-in-out infinite;
}

.lk-floating-badge--top {
  top: 10px;
  left: 50%;
  right: auto;
  translate: -50% 0;
}

.lk-floating-badge--bottom {
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  animation-delay: -2.2s;
}

.lk-floating-badge--top,
.lk-floating-badge--bottom {
  pointer-events: none;
  white-space: nowrap;
}

.lk-floating-badge__icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: var(--lk-ink);
  background: var(--lk-accent);
  font-size: 11px;
  font-weight: 950;
}

.lk-about-hero__bottom {
  position: relative;
  z-index: 5;
}

.lk-about-hero__ticker {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
}

.lk-about-hero__ticker-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  padding: 22px 0;
  animation: lkTicker 35s linear infinite;
}

.lk-about-hero__ticker-track span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

.lk-about-hero__ticker-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lk-accent);
  box-shadow: 0 0 13px rgba(25, 214, 179, 0.75);
}


/* =========================================================
   MANIFESTO
========================================================= */

.lk-manifesto-section {
  position: relative;
  padding: 115px 0 95px;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(25, 214, 179, 0.08),
      transparent 28%
    ),
    var(--lk-cream);
}

.lk-manifesto {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 55px;
  padding: 58px 60px;
  border: 1px solid var(--lk-line);
  border-radius: var(--lk-radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--lk-shadow);
  backdrop-filter: blur(18px);
}

.lk-manifesto__number {
  color: transparent;
  font-size: 82px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 1px rgba(7, 95, 78, 0.24);
}

.lk-manifesto__content h2 {
  max-width: 830px;
  margin: 0;
  color: var(--lk-ink);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.lk-manifesto__content h2 span {
  color: var(--lk-green);
}

.lk-manifesto__content p {
  max-width: 790px;
  margin: 26px 0 0;
  color: var(--lk-muted);
  font-size: 16px;
  line-height: 1.85;
}

.lk-manifesto__seal {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border: 1px solid rgba(7, 95, 78, 0.16);
  border-radius: 50%;
  background: rgba(237, 247, 244, 0.72);
}

.lk-manifesto__seal::before {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px dashed rgba(7, 95, 78, 0.22);
  border-radius: 50%;
}

.lk-manifesto__seal strong {
  position: relative;
  z-index: 2;
  color: var(--lk-green);
  font-size: 47px;
  font-weight: 950;
  letter-spacing: -0.09em;
}

.lk-manifesto__seal-text {
  position: absolute;
  inset: 0;
  animation: lkSealRotate 24s linear infinite;
}

.lk-manifesto__seal-text span {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: var(--lk-green);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.25em;
  text-align: center;
}


/* =========================================================
   STORY / TIMELINE
========================================================= */

.lk-story-section {
  position: relative;
  padding: 120px 0;
  background:
    linear-gradient(
      90deg,
      rgba(25, 214, 179, 0.04),
      transparent 30%
    ),
    #ffffff;
}

.lk-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(510px, 1fr);
  align-items: start;
  gap: 100px;
}

.lk-story-intro {
  position: sticky;
  top: 110px;
}

.lk-story-quote {
  position: relative;
  margin-top: 45px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid rgba(7, 95, 78, 0.12);
  border-radius: 25px;
  background:
    linear-gradient(
      135deg,
      rgba(25, 214, 179, 0.09),
      rgba(255, 255, 255, 0.9)
    );
}

.lk-story-quote__mark {
  position: absolute;
  top: -19px;
  right: 20px;
  color: rgba(7, 95, 78, 0.07);
  font-size: 150px;
  font-family: Georgia, serif;
  line-height: 1;
}

.lk-story-quote > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--lk-ink);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.lk-story-quote__author {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
}

.lk-story-quote__author img {
  width: 100px;
  max-height: 45px;
  object-fit: contain;
}

.lk-story-quote__author span {
  color: var(--lk-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.lk-story-quote__author small {
  color: var(--lk-muted);
  font-size: 10px;
  font-weight: 700;
}

.lk-timeline {
  position: relative;
}

.lk-timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--lk-accent),
    rgba(7, 95, 78, 0.12)
  );
}

.lk-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  padding-bottom: 25px;
}

.lk-timeline-item:last-child {
  padding-bottom: 0;
}

.lk-timeline-item__marker {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.lk-timeline-item__marker span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 6px solid #ffffff;
  border-radius: 50%;
  color: var(--lk-green);
  background: var(--lk-mist);
  box-shadow: 0 0 0 1px rgba(7, 95, 78, 0.12);
  font-size: 10px;
  font-weight: 950;
}

.lk-timeline-item__card {
  padding: 34px 36px;
  border: 1px solid rgba(7, 95, 78, 0.11);
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(5, 44, 35, 0.065);
  transform-style: preserve-3d;
  transition:
    transform 0.22s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.lk-timeline-item__card:hover {
  border-color: rgba(25, 214, 179, 0.55);
  box-shadow: 0 25px 70px rgba(5, 44, 35, 0.11);
}

.lk-timeline-item__card--active {
  color: var(--lk-white);
  border-color: rgba(25, 214, 179, 0.24);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(186, 255, 93, 0.11),
      transparent 30%
    ),
    linear-gradient(135deg, var(--lk-dark-2), var(--lk-dark));
  box-shadow: 0 30px 75px rgba(5, 44, 35, 0.21);
}

.lk-timeline-item__label {
  display: block;
  margin-bottom: 11px;
  color: var(--lk-green);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lk-timeline-item__card--active .lk-timeline-item__label {
  color: var(--lk-accent);
}

.lk-timeline-item__card h3 {
  margin: 0;
  color: var(--lk-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.lk-timeline-item__card--active h3 {
  color: var(--lk-white);
}

.lk-timeline-item__card p {
  margin: 16px 0 0;
  color: var(--lk-muted);
  font-size: 14px;
  line-height: 1.8;
}

.lk-timeline-item__card--active p {
  color: rgba(255, 255, 255, 0.62);
}


/* =========================================================
   PRINCIPLES
========================================================= */

.lk-principles-section {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    var(--lk-dark);
  background-size: 55px 55px;
}

.lk-principles-section__glow {
  position: absolute;
  top: -250px;
  left: 50%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(25, 214, 179, 0.09);
  filter: blur(60px);
  transform: translateX(-50%);
}

.lk-section-header {
  max-width: 850px;
  margin: 0 auto 65px;
  text-align: center;
}

.lk-section-header .lk-eyebrow {
  justify-content: center;
}

.lk-section-header--light p {
  max-width: 650px;
  margin: 25px auto 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.75;
}

.lk-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lk-principle-card {
  position: relative;
  min-height: 335px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 25px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.17);
  transform-style: preserve-3d;
  transition:
    transform 0.22s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.lk-principle-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(25, 214, 179, 0.07);
  filter: blur(5px);
  transition: transform 0.5s ease;
}

.lk-principle-card:hover {
  border-color: rgba(25, 214, 179, 0.35);
  background:
    linear-gradient(
      145deg,
      rgba(25, 214, 179, 0.12),
      rgba(255, 255, 255, 0.04)
    );
}

.lk-principle-card:hover::after {
  transform: scale(1.35);
}

.lk-principle-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lk-principle-card__number {
  color: rgba(255, 255, 255, 0.28);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.lk-principle-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(25, 214, 179, 0.27);
  border-radius: 17px;
  color: var(--lk-ink);
  background: linear-gradient(
    135deg,
    var(--lk-accent),
    var(--lk-lime)
  );
  box-shadow: 0 12px 30px rgba(25, 214, 179, 0.14);
}

.lk-principle-card__icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.lk-principle-card h3 {
  position: relative;
  z-index: 2;
  margin: 52px 0 0;
  color: var(--lk-white);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.lk-principle-card p {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   PROMISE NUMBERS
========================================================= */

.lk-promise-section {
  position: relative;
  padding: 82px 0;
  background: var(--lk-mist);
}

.lk-promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lk-promise-card {
  position: relative;
  min-height: 235px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(7, 95, 78, 0.11);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 17px 45px rgba(5, 44, 35, 0.06);
}

.lk-promise-card strong {
  display: block;
  color: var(--lk-green);
  font-size: 65px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.07em;
}

.lk-promise-card > span {
  display: block;
  margin-top: 12px;
  color: var(--lk-ink);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.lk-promise-card p {
  margin: 17px 0 0;
  color: var(--lk-muted);
  font-size: 13px;
  line-height: 1.7;
}

.lk-promise-card--highlight {
  color: var(--lk-white);
  border-color: transparent;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(186, 255, 93, 0.2),
      transparent 35%
    ),
    var(--lk-green);
}

.lk-promise-card--highlight strong,
.lk-promise-card--highlight > span {
  color: var(--lk-white);
}

.lk-promise-card--highlight p {
  color: rgba(255, 255, 255, 0.65);
}

.lk-promise-card__pulse {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lk-lime);
  box-shadow: 0 0 0 0 rgba(186, 255, 93, 0.45);
  animation: lkPulse 2.2s infinite;
}


/* =========================================================
   PROCESS
========================================================= */

.lk-process-section {
  position: relative;
  padding: 125px 0 140px;
  background: #ffffff;
}

.lk-process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 75px;
}

.lk-process-heading > p {
  margin: 0 0 5px;
  color: var(--lk-muted);
  font-size: 16px;
  line-height: 1.8;
}

.lk-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lk-process-track__line {
  position: absolute;
  z-index: 0;
  top: 40px;
  bottom: 0;
  left: 39px;
  width: 2px;
  overflow: hidden;
  background: rgba(7, 95, 78, 0.09);
}

.lk-process-track__line span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--lk-accent),
    var(--lk-lime)
  );
  transform: scaleY(0);
  transform-origin: top;
}

.lk-process-step {
  position: relative;
  z-index: 1;
}

.lk-process-step__number {
  position: relative;
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  border: 10px solid #ffffff;
  border-radius: 24px;
  color: var(--lk-ink);
  background: linear-gradient(
    135deg,
    var(--lk-accent),
    var(--lk-lime)
  );
  box-shadow: 0 14px 35px rgba(25, 214, 179, 0.2);
  font-size: 16px;
  font-weight: 950;
}

.lk-process-step__content {
  min-height: 260px;
  margin-top: 25px;
  padding: 30px;
  border: 1px solid rgba(7, 95, 78, 0.1);
  border-radius: 23px;
  background: var(--lk-cream);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.lk-process-step:hover .lk-process-step__content {
  border-color: rgba(25, 214, 179, 0.5);
  box-shadow: 0 23px 60px rgba(5, 44, 35, 0.09);
  transform: translateY(-7px);
}

.lk-process-step__content > span {
  display: block;
  color: var(--lk-green);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lk-process-step__content h3 {
  margin: 15px 0 0;
  color: var(--lk-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.lk-process-step__content p {
  margin: 17px 0 0;
  color: var(--lk-muted);
  font-size: 13px;
  line-height: 1.75;
}


/* =========================================================
   COVERAGE RADAR
========================================================= */

.lk-coverage-section {
  position: relative;
  padding: 125px 0;
  overflow: hidden;
  color: var(--lk-white);
  background:
    radial-gradient(
      circle at 15% 60%,
      rgba(25, 214, 179, 0.11),
      transparent 36%
    ),
    linear-gradient(135deg, var(--lk-dark), #06140f);
}

.lk-coverage-layout {
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(0, 0.83fr);
  align-items: center;
  gap: 100px;
}

.lk-coverage-visual {
  position: relative;
  min-height: 610px;
}

.lk-coverage-radar {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 214, 179, 0.17);
  border-radius: 35px;
  background:
    radial-gradient(
      circle at center,
      rgba(25, 214, 179, 0.08),
      transparent 55%
    ),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    inset 0 0 70px rgba(25, 214, 179, 0.035),
    0 40px 90px rgba(0, 0, 0, 0.28);
}

.lk-coverage-radar__grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(25, 214, 179, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 214, 179, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
}

.lk-coverage-radar__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(25, 214, 179, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lk-coverage-radar__circle--one {
  width: 180px;
  height: 180px;
}

.lk-coverage-radar__circle--two {
  width: 350px;
  height: 350px;
}

.lk-coverage-radar__circle--three {
  width: 540px;
  height: 540px;
}

.lk-coverage-radar::before,
.lk-coverage-radar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(25, 214, 179, 0.1);
}

.lk-coverage-radar::after {
  transform: rotate(90deg);
}

.lk-coverage-radar__scan {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48%;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--lk-accent),
    transparent
  );
  box-shadow: 0 0 15px rgba(25, 214, 179, 0.4);
  transform-origin: left center;
  animation: lkRadarSweep 6s linear infinite;
}

.lk-coverage-radar__scan::after {
  content: "";
  position: absolute;
  top: -160px;
  left: 0;
  width: 280px;
  height: 320px;
  background: conic-gradient(
    from -5deg at 0 50%,
    rgba(25, 214, 179, 0.14),
    transparent 27%
  );
}

.lk-coverage-radar__center {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border: 1px solid rgba(25, 214, 179, 0.4);
  border-radius: 50%;
  background: rgba(4, 25, 19, 0.85);
  box-shadow:
    0 0 0 15px rgba(25, 214, 179, 0.035),
    0 0 50px rgba(25, 214, 179, 0.15);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(15px);
}

.lk-coverage-radar__center strong {
  color: var(--lk-accent);
  font-size: 33px;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.lk-coverage-radar__center small {
  position: absolute;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.lk-coverage-radar__center-dot {
  position: absolute;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lk-lime);
  box-shadow: 0 0 14px rgba(186, 255, 93, 0.8);
}

.lk-coverage-point {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(4, 24, 18, 0.7);
  backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.lk-coverage-point i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lk-accent);
  box-shadow: 0 0 12px rgba(25, 214, 179, 0.7);
  animation: lkRadarDot 2.5s infinite;
}

.lk-coverage-point--one {
  top: 18%;
  left: 21%;
}

.lk-coverage-point--two {
  top: 31%;
  right: 12%;
}

.lk-coverage-point--three {
  right: 18%;
  bottom: 16%;
}

.lk-coverage-point--four {
  left: 13%;
  bottom: 25%;
}

.lk-coverage-content > p {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.8;
}

.lk-coverage-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 20px;
  margin: 34px 0;
}

.lk-coverage-services span {
  color: rgba(255, 255, 255, 0.79);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}


/* =========================================================
   FOUNDER MESSAGE
========================================================= */

.lk-founder-message-section {
  padding: 125px 0;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(25, 214, 179, 0.1),
      transparent 30%
    ),
    var(--lk-mist);
}

.lk-founder-message {
  position: relative;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  align-items: center;
  gap: 65px;
  padding: 25px 75px 25px 25px;
  overflow: hidden;
  border: 1px solid rgba(7, 95, 78, 0.12);
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.83);
  box-shadow: var(--lk-shadow);
  backdrop-filter: blur(15px);
}

.lk-founder-message__portrait {
  height: 500px;
  overflow: hidden;
  border-radius: 25px;
  background: #dde5e1;
}

.lk-founder-message__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  filter: grayscale(100%) contrast(1.06);
  transition:
    filter 0.45s ease,
    transform 0.7s ease;
}

.lk-founder-message:hover .lk-founder-message__portrait img {
  filter: grayscale(10%) contrast(1.03);
  transform: scale(1.025);
}

.lk-founder-message__content {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

.lk-founder-message__content h2 {
  margin: 0;
  color: var(--lk-ink);
  font-size: clamp(38px, 4.3vw, 63px);
  font-weight: 950;
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.lk-founder-message__content h2 span {
  display: block;
  color: var(--lk-green);
}

.lk-founder-message__content > p {
  margin: 23px 0 0;
  color: var(--lk-muted);
  font-size: 15px;
  line-height: 1.82;
}

.lk-founder-message__signature-row {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 32px;
}

.lk-founder-message__signature-row img {
  width: 130px;
  max-height: 55px;
  object-fit: contain;
}

.lk-founder-message__signature-row span {
  color: var(--lk-muted);
  font-size: 11px;
  line-height: 1.55;
}

.lk-founder-message__signature-row strong {
  display: block;
  color: var(--lk-ink);
  font-size: 14px;
}

.lk-founder-message__stamp {
  position: absolute;
  right: -24px;
  bottom: -24px;
  display: grid;
  width: 170px;
  height: 170px;
  place-items: center;
  border: 1px solid rgba(7, 95, 78, 0.13);
  border-radius: 50%;
  color: rgba(7, 95, 78, 0.32);
  transform: rotate(-11deg);
}

.lk-founder-message__stamp::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(7, 95, 78, 0.17);
  border-radius: 50%;
}

.lk-founder-message__stamp span,
.lk-founder-message__stamp small {
  position: absolute;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.lk-founder-message__stamp span {
  top: 36px;
}

.lk-founder-message__stamp small {
  bottom: 37px;
}

.lk-founder-message__stamp strong {
  font-size: 39px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.lk-final-cta-section {
  padding: 40px 0 120px;
  background: var(--lk-mist);
}

.lk-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 70px;
  min-height: 390px;
  padding: 65px 75px;
  overflow: hidden;
  border-radius: 38px;
  color: var(--lk-white);
  background:
    radial-gradient(
      circle at 15% 80%,
      rgba(25, 214, 179, 0.24),
      transparent 35%
    ),
    linear-gradient(135deg, var(--lk-green), var(--lk-dark));
  box-shadow: var(--lk-shadow-dark);
}

.lk-final-cta__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.19;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(90deg, black, transparent 80%);
}

.lk-final-cta__glow {
  position: absolute;
  top: -170px;
  right: -140px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(186, 255, 93, 0.12);
  filter: blur(20px);
}

.lk-final-cta__content {
  position: relative;
  z-index: 2;
}

.lk-final-cta__content h2 {
  max-width: 750px;
  margin: 0;
  color: var(--lk-white);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.lk-final-cta__content h2 span {
  display: block;
  color: var(--lk-accent);
}

.lk-final-cta__content p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.lk-final-cta__actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 13px;
}

.lk-final-phone {
  display: block;
  padding: 21px 23px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
  will-change: transform;
}

.lk-final-phone:hover {
  border-color: rgba(25, 214, 179, 0.7);
  background: rgba(25, 214, 179, 0.11);
}

.lk-final-phone span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lk-final-phone strong {
  color: var(--lk-white);
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -0.035em;
}


/* =========================================================
   REVEAL ANIMATIONS
========================================================= */

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

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

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

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

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


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

@keyframes lkPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(186, 255, 93, 0.42);
  }

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

  100% {
    box-shadow: 0 0 0 0 rgba(186, 255, 93, 0);
  }
}

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

@keyframes lkRadarDot {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.75);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@keyframes lkFloating {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

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

@keyframes lkTicker {
  to {
    transform: translateX(-50%);
  }
}

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


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

@media (max-width: 1120px) {

  .lk-about-hero__inner {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 45px;
  }

  .lk-about-hero__title {
    font-size: clamp(53px, 7vw, 82px);
  }

  .lk-about-hero__visual {
    min-height: 690px;
    padding-block: 68px;
  }

  .lk-manifesto {
    grid-template-columns: 75px minmax(0, 1fr);
  }

  .lk-manifesto__seal {
    display: none;
  }

  .lk-story-layout {
    gap: 60px;
  }

  .lk-principles-grid,
  .lk-promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lk-process-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .lk-process-track__line {
    display: none;
  }

  .lk-coverage-layout {
    gap: 55px;
  }

}


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

@media (max-width: 900px) {

  .lk-about-page::after {
    display: none;
  }

  .lk-about-hero {
    padding-top: 90px;
  }

  .lk-about-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 35px;
    padding-bottom: 75px;
  }

  .lk-about-hero__content {
    max-width: 740px;
  }

  .lk-about-hero__visual {
    min-height: 580px;
    padding: 0;
  }

  .lk-floating-badge {
    display: none;
  }

  .lk-radar {
    width: 560px;
    height: 560px;
  }

  .lk-story-layout {
    grid-template-columns: 1fr;
  }

  .lk-story-intro {
    position: relative;
    top: auto;
  }

  .lk-timeline {
    max-width: 720px;
  }

  .lk-process-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lk-coverage-layout {
    grid-template-columns: 1fr;
  }

  .lk-coverage-visual {
    min-height: 560px;
    order: 2;
  }

  .lk-coverage-content {
    order: 1;
  }

  .lk-founder-message {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    padding-right: 40px;
  }

  .lk-founder-message__portrait {
    height: 450px;
  }

  .lk-founder-message__stamp {
    opacity: 0.4;
  }

  .lk-final-cta {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lk-final-cta__actions {
    max-width: 420px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 680px) {

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

  .lk-scroll-progress {
    height: 3px;
  }

  .lk-about-hero {
    min-height: auto;
    padding-top: 70px;
  }

  .lk-about-hero__grid {
    background-size: 38px 38px;
  }

  .lk-about-hero__inner {
    gap: 20px;
    padding-bottom: 55px;
  }

  .lk-about-hero__title {
    font-size: clamp(48px, 14vw, 67px);
    line-height: 0.92;
  }

  .lk-about-hero__lead {
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.7;
  }

  .lk-about-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lk-about-hero__actions .lk-button {
    width: 100%;
  }

  .lk-about-hero__trust {
    display: grid;
    gap: 11px;
  }

  .lk-about-hero__visual {
    min-height: 500px;
  }

  .lk-founder-card {
    width: min(100%, 345px);
  }

  .lk-founder-card__image-wrap {
    height: 390px;
  }

  .lk-founder-card__status {
    top: 23px;
    left: 23px;
  }

  .lk-founder-card__body {
    gap: 12px;
  }

  .lk-founder-card__body h2 {
    font-size: 22px;
  }

  .lk-founder-card__signature {
    width: 88px;
  }

  .lk-radar {
    width: 470px;
    height: 470px;
  }


  .lk-about-hero__ticker-track {
    padding: 17px 0;
  }

  .lk-manifesto-section,
  .lk-story-section,
  .lk-principles-section,
  .lk-process-section,
  .lk-coverage-section,
  .lk-founder-message-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lk-manifesto {
    display: block;
    padding: 34px 25px;
    border-radius: 25px;
  }

  .lk-manifesto__number {
    margin-bottom: 25px;
    font-size: 59px;
  }

  .lk-manifesto__content h2 {
    font-size: 37px;
    line-height: 1.04;
  }

  .lk-manifesto__content p {
    font-size: 14px;
  }

  .lk-section-title {
    font-size: 42px;
    line-height: 1;
  }

  .lk-section-lead {
    font-size: 15px;
  }

  .lk-story-quote {
    padding: 26px 22px;
  }

  .lk-story-quote > p {
    font-size: 17px;
  }

  .lk-timeline::before {
    left: 23px;
  }

  .lk-timeline-item {
    grid-template-columns: 47px 1fr;
    gap: 14px;
  }

  .lk-timeline-item__marker {
    justify-content: flex-start;
  }

  .lk-timeline-item__marker span {
    width: 46px;
    height: 46px;
    border-width: 6px;
  }

  .lk-timeline-item__card {
    padding: 26px 22px;
  }

  .lk-timeline-item__card h3 {
    font-size: 20px;
  }

  .lk-principles-grid,
  .lk-promise-grid,
  .lk-process-track {
    grid-template-columns: 1fr;
  }

  .lk-principle-card {
    min-height: auto;
  }

  .lk-principle-card h3 {
    margin-top: 40px;
  }

  .lk-promise-card {
    min-height: 205px;
  }

  .lk-process-heading {
    margin-bottom: 50px;
  }

  .lk-process-step {
    display: grid;
    grid-template-columns: 61px 1fr;
    gap: 15px;
  }

  .lk-process-step__number {
    width: 61px;
    height: 61px;
    border-width: 7px;
    border-radius: 18px;
  }

  .lk-process-step__content {
    min-height: auto;
    margin-top: 0;
    padding: 25px 21px;
  }

  .lk-coverage-visual {
    min-height: 420px;
  }

  .lk-coverage-radar {
    border-radius: 27px;
  }

  .lk-coverage-radar__circle--one {
    width: 130px;
    height: 130px;
  }

  .lk-coverage-radar__circle--two {
    width: 250px;
    height: 250px;
  }

  .lk-coverage-radar__circle--three {
    width: 390px;
    height: 390px;
  }

  .lk-coverage-radar__center {
    width: 90px;
    height: 90px;
  }

  .lk-coverage-radar__center strong {
    font-size: 28px;
  }

  .lk-coverage-radar__center small {
    bottom: 16px;
  }

  .lk-coverage-point {
    padding: 7px 8px;
    font-size: 7px;
  }

  .lk-coverage-point--one {
    top: 13%;
    left: 7%;
  }

  .lk-coverage-point--two {
    top: 24%;
    right: 4%;
  }

  .lk-coverage-point--three {
    right: 6%;
    bottom: 13%;
  }

  .lk-coverage-point--four {
    left: 4%;
    bottom: 18%;
  }

  .lk-coverage-services {
    grid-template-columns: 1fr;
  }

  .lk-founder-message {
    display: block;
    padding: 15px 15px 35px;
    border-radius: 27px;
  }

  .lk-founder-message__portrait {
    height: 390px;
    margin-bottom: 34px;
  }

  .lk-founder-message__content {
    padding: 0 10px;
  }

  .lk-founder-message__content h2 {
    font-size: 39px;
  }

  .lk-founder-message__signature-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .lk-founder-message__stamp {
    display: none;
  }

  .lk-final-cta-section {
    padding: 20px 0 80px;
  }

  .lk-final-cta {
    min-height: auto;
    padding: 45px 25px;
    border-radius: 28px;
  }

  .lk-final-cta__content h2 {
    font-size: 42px;
  }

  .lk-final-phone strong {
    font-size: 22px;
  }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

  .lk-about-hero__title {
    font-size: 45px;
  }

  .lk-about-hero__visual {
    min-height: 470px;
  }

  .lk-founder-card__image-wrap {
    height: 360px;
  }


  .lk-section-title,
  .lk-manifesto__content h2,
  .lk-founder-message__content h2,
  .lk-final-cta__content h2 {
    font-size: 36px;
  }

  .lk-timeline-item {
    grid-template-columns: 1fr;
  }

  .lk-timeline::before,
  .lk-timeline-item__marker {
    display: none;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

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

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

  .lk-about-page [data-reveal] {
    opacity: 1;
    transform: none;
  }

}
/* =========================================================
   LOMTALANÍTÓKOMMANDÓ – VÉGLEGES SZÍN- ÉS STÍLUSJAVÍTÁS
   Az eredeti CSS LEGALJÁRA kerüljön
========================================================= */

.lk-about-page {
  --lkm-ink: #090b08;
  --lkm-ink-2: #10150d;
  --lkm-ink-3: #192015;
  --lkm-olive: #2c381d;
  --lkm-olive-2: #52623a;
  --lkm-moss: #89986a;
  --lkm-acid: #d4ff3f;
  --lkm-orange: #ff6a1a;
  --lkm-orange-2: #ff934d;
  --lkm-sand: #e8d7ad;
  --lkm-paper: #f4efdf;
  --lkm-paper-2: #fffaf0;
  --lkm-white: #ffffff;
  --lkm-muted: rgba(244, 239, 223, 0.68);
  --lkm-line: rgba(244, 239, 223, 0.15);
  --lkm-dark-line: rgba(9, 11, 8, 0.13);
  --lkm-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  --lkm-shadow-soft: 0 28px 70px rgba(23, 28, 18, 0.13);

  /* A régi változókat is átirányítjuk */
  --lk-ink: var(--lkm-ink);
  --lk-ink-soft: var(--lkm-ink-2);
  --lk-dark: var(--lkm-ink);
  --lk-dark-2: var(--lkm-ink-2);
  --lk-dark-3: var(--lkm-ink-3);
  --lk-green: var(--lkm-olive);
  --lk-accent: var(--lkm-acid);
  --lk-accent-strong: var(--lkm-acid);
  --lk-lime: var(--lkm-acid);
  --lk-white: var(--lkm-white);
  --lk-cream: var(--lkm-paper);
  --lk-mist: var(--lkm-paper-2);
  --lk-muted: #6c7063;
  --lk-line: var(--lkm-dark-line);
  --lk-shadow: var(--lkm-shadow-soft);
  --lk-shadow-dark: var(--lkm-shadow);

  color: var(--lkm-ink);
  background: var(--lkm-paper);
}


/* =========================================================
   OLDALSZINTŰ FÉNYEK ÉS PROGRESS BAR
========================================================= */

.lk-about-page::after {
  background:
    radial-gradient(
      circle,
      rgba(212, 255, 63, 0.055),
      transparent 68%
    );
  mix-blend-mode: normal;
}

.lk-scroll-progress__bar {
  background:
    linear-gradient(
      90deg,
      var(--lkm-acid) 0%,
      var(--lkm-acid) 68%,
      var(--lkm-orange) 100%
    );

  box-shadow:
    0 0 18px rgba(212, 255, 63, 0.52);
}


/* =========================================================
   CÍMEK ÉS KIS FELIRATOK
========================================================= */

.lk-eyebrow {
  color: var(--lkm-orange);
}

.lk-eyebrow::before {
  background: var(--lkm-orange);
}

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

.lk-eyebrow--light::before {
  background: var(--lkm-acid);
}

.lk-eyebrow__pulse {
  background: var(--lkm-acid);
  box-shadow: 0 0 0 0 rgba(212, 255, 63, 0.42);
}

.lk-section-index {
  color: #77796f;
}

.lk-section-index span {
  color: var(--lkm-orange);
  border-color: rgba(255, 106, 26, 0.28);
  background: var(--lkm-paper-2);
}

.lk-section-index--light {
  color: rgba(244, 239, 223, 0.54);
}

.lk-section-index--light span {
  color: var(--lkm-acid);
  border-color: rgba(212, 255, 63, 0.22);
  background: rgba(212, 255, 63, 0.045);
}

.lk-section-title {
  color: var(--lkm-ink);
}

.lk-section-title span,
.lk-manifesto__content h2 span,
.lk-founder-message__content h2 span {
  color: var(--lkm-orange);
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.lk-section-title--light {
  color: var(--lkm-paper);
}

.lk-section-title--light span,
.lk-principles-section .lk-section-title span,
.lk-coverage-section .lk-section-title span,
.lk-final-cta .lk-section-title span {
  color: var(--lkm-acid);
}

.lk-section-lead {
  color: #707267;
}


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

.lk-button--primary {
  color: var(--lkm-ink);
  border-color: var(--lkm-acid);

  background:
    linear-gradient(
      135deg,
      var(--lkm-acid),
      #c2f51e
    );

  box-shadow:
    0 15px 40px rgba(212, 255, 63, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.lk-button--primary:hover {
  background: var(--lkm-white);

  box-shadow:
    0 20px 50px rgba(212, 255, 63, 0.26);
}

.lk-button--outline {
  color: var(--lkm-paper);
  border-color: rgba(244, 239, 223, 0.25);
  background: rgba(244, 239, 223, 0.055);
}

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

.lk-button--white {
  color: var(--lkm-ink);
  background: var(--lkm-paper-2);
}

.lk-button--white:hover {
  color: var(--lkm-white);
  background: var(--lkm-orange);
}


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

.lk-about-hero {
  color: var(--lkm-paper);

  background:
    radial-gradient(
      circle at 13% 24%,
      rgba(255, 106, 26, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 84% 12%,
      rgba(212, 255, 63, 0.09),
      transparent 25%
    ),
    linear-gradient(
      120deg,
      var(--lkm-ink) 0%,
      var(--lkm-ink-2) 48%,
      #080a07 100%
    );
}

.lk-about-hero__grid {
  opacity: 0.17;

  background-image:
    linear-gradient(
      rgba(212, 255, 63, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(212, 255, 63, 0.06) 1px,
      transparent 1px
    );
}

.lk-about-hero__grid::after {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(212, 255, 63, 0.075),
      transparent
    );
}

.lk-about-hero__glow--one {
  background: rgba(255, 106, 26, 0.11);
}

.lk-about-hero__glow--two {
  background: rgba(212, 255, 63, 0.075);
}

.lk-about-hero__monogram {
  -webkit-text-stroke:
    1px rgba(212, 255, 63, 0.045);
}

.lk-about-hero__title {
  color: var(--lkm-paper);
}

.lk-about-hero__title span {
  color: var(--lkm-acid);
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.065em;
}

.lk-about-hero__lead {
  color: rgba(244, 239, 223, 0.68);
}

.lk-about-hero__trust-item {
  color: rgba(244, 239, 223, 0.68);
}

.lk-trust-check {
  color: var(--lkm-ink);
  background: var(--lkm-acid);
}


/* =========================================================
   ALAPÍTÓI KÁRTYA
========================================================= */

.lk-founder-card {
  border-color: rgba(244, 239, 223, 0.15);

  background:
    linear-gradient(
      145deg,
      rgba(44, 56, 29, 0.88),
      rgba(16, 21, 13, 0.9)
    );

  box-shadow:
    0 45px 110px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(244, 239, 223, 0.13);
}

.lk-founder-card::before {
  background:
    linear-gradient(
      145deg,
      rgba(212, 255, 63, 0.72),
      transparent 29%,
      transparent 72%,
      rgba(255, 106, 26, 0.45)
    );

  opacity: 0.45;
}

.lk-founder-card__status {
  color: var(--lkm-paper);
  border-color: rgba(244, 239, 223, 0.16);
  background: rgba(9, 11, 8, 0.76);
}

.lk-founder-card__status span {
  background: var(--lkm-acid);
  box-shadow: 0 0 15px rgba(212, 255, 63, 0.7);
}

.lk-founder-card__image-wrap {
  background: var(--lkm-sand);
}

.lk-founder-card__image {
  filter:
    grayscale(100%)
    sepia(12%)
    contrast(1.07);
}

.lk-founder-card:hover .lk-founder-card__image {
  filter:
    grayscale(18%)
    sepia(8%)
    contrast(1.04);
}

.lk-founder-card__role {
  color: var(--lkm-acid);
}

.lk-founder-card__body h2 {
  color: var(--lkm-paper);
}


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

.lk-radar__ring {
  border-color: rgba(212, 255, 63, 0.15);
}

.lk-radar::before,
.lk-radar::after {
  background: rgba(212, 255, 63, 0.085);
}

.lk-radar__sweep::before {
  background:
    conic-gradient(
      from 85deg,
      transparent,
      rgba(212, 255, 63, 0.025),
      rgba(212, 255, 63, 0.21)
    );
}

.lk-radar__dot {
  background: var(--lkm-orange);

  box-shadow:
    0 0 0 7px rgba(255, 106, 26, 0.08),
    0 0 20px rgba(255, 106, 26, 0.7);
}

.lk-floating-badge {
  color: rgba(244, 239, 223, 0.82);
  border-color: rgba(244, 239, 223, 0.13);
  background: rgba(9, 11, 8, 0.82);
}

.lk-floating-badge__icon {
  color: var(--lkm-ink);
  background: var(--lkm-acid);
}


/* =========================================================
   VÉGTELEN MOZGÓ SÁV
========================================================= */

.lk-about-hero__ticker {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(244, 239, 223, 0.12);

  background:
    linear-gradient(
      90deg,
      var(--lkm-ink-2),
      #132013,
      var(--lkm-ink-2)
    );
}

.lk-about-hero__ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  min-width: max-content;
  padding: 0;

  animation:
    lkmTickerInfinite 32s linear infinite;

  will-change: transform;
}

.lk-about-hero__ticker-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-around;
  gap: 34px;

  min-width: 100vw;
  padding: 21px 34px 21px 0;
}

.lk-about-hero__ticker-group span {
  flex: 0 0 auto;
  color: rgba(244, 239, 223, 0.66);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.21em;
  white-space: nowrap;
}

.lk-about-hero__ticker-group i {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;

  background: var(--lkm-acid);

  box-shadow:
    0 0 14px rgba(212, 255, 63, 0.75);
}

.lk-about-hero__ticker:hover
.lk-about-hero__ticker-track {
  animation-play-state: paused;
}

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

  to {
    transform: translate3d(-50%, 0, 0);
  }
}


/* A régi ticker animáció felülírása */

.lk-about-hero__ticker-track {
  animation-name: lkmTickerInfinite;
}


/* =========================================================
   MANIFESTO
========================================================= */

.lk-manifesto-section {
  background:
    radial-gradient(
      circle at 77% 16%,
      rgba(212, 255, 63, 0.1),
      transparent 30%
    ),
    radial-gradient(
      circle at 15% 80%,
      rgba(255, 106, 26, 0.06),
      transparent 25%
    ),
    var(--lkm-paper);
}

.lk-manifesto {
  border-color: var(--lkm-dark-line);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: var(--lkm-shadow-soft);
}

.lk-manifesto__number {
  -webkit-text-stroke:
    1px rgba(255, 106, 26, 0.28);
}

.lk-manifesto__content h2 {
  color: var(--lkm-ink);
}

.lk-manifesto__content p {
  color: #6d7064;
}


/* Régi, hibásan tördelődő szöveg eltüntetése */

.lk-manifesto__seal-text {
  display: none !important;
}


/* Új SVG körbélyegző */

.lk-manifesto__seal {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  overflow: visible;

  border: 1px solid rgba(44, 56, 29, 0.2);
  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(212, 255, 63, 0.11),
      transparent 67%
    ),
    var(--lkm-paper);
}

.lk-manifesto__seal::before {
  inset: 21px;
  border-color: rgba(44, 56, 29, 0.23);
}

.lk-manifesto__seal-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;

  animation:
    lkmSealRotation 28s linear infinite;
}

.lk-manifesto__seal-svg text {
  fill: var(--lkm-olive);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.lk-manifesto__seal strong {
  position: relative;
  z-index: 3;
  color: var(--lkm-olive);
  font-size: 47px;
  font-weight: 950;
  letter-spacing: -0.09em;
}

.lk-manifesto__seal small {
  position: absolute;
  z-index: 3;
  bottom: 45px;

  color: var(--lkm-orange);
  font-size: 6px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

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


/* =========================================================
   TÖRTÉNET / IDŐVONAL
========================================================= */

.lk-story-section {
  background:
    linear-gradient(
      90deg,
      rgba(255, 106, 26, 0.045),
      transparent 31%
    ),
    var(--lkm-paper-2);
}

.lk-story-quote {
  border-color: rgba(44, 56, 29, 0.15);

  background:
    linear-gradient(
      135deg,
      rgba(232, 215, 173, 0.48),
      rgba(255, 250, 240, 0.95)
    );
}

.lk-story-quote__mark {
  color: rgba(255, 106, 26, 0.08);
}

.lk-story-quote > p {
  color: var(--lkm-ink);
}

.lk-timeline::before {
  background:
    linear-gradient(
      to bottom,
      var(--lkm-orange),
      rgba(44, 56, 29, 0.14)
    );
}

.lk-timeline-item__marker span {
  color: var(--lkm-ink);
  border-color: var(--lkm-paper-2);
  background: var(--lkm-acid);

  box-shadow:
    0 0 0 1px rgba(44, 56, 29, 0.15);
}

.lk-timeline-item__card {
  border-color: var(--lkm-dark-line);
  background: var(--lkm-paper-2);
}

.lk-timeline-item__card:hover {
  border-color: rgba(255, 106, 26, 0.52);
}

.lk-timeline-item__label {
  color: var(--lkm-orange);
}

.lk-timeline-item__card--active {
  border-color: rgba(212, 255, 63, 0.19);

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(212, 255, 63, 0.1),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      var(--lkm-olive),
      var(--lkm-ink-2)
    );
}

.lk-timeline-item__card--active
.lk-timeline-item__label {
  color: var(--lkm-acid);
}

.lk-timeline-item__card--active h3 {
  color: var(--lkm-paper);
}

.lk-timeline-item__card--active p {
  color: var(--lkm-muted);
}


/* =========================================================
   ALAPELVEK
========================================================= */

.lk-principles-section {
  background:
    linear-gradient(
      rgba(244, 239, 223, 0.022) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(244, 239, 223, 0.022) 1px,
      transparent 1px
    ),
    linear-gradient(
      135deg,
      var(--lkm-ink),
      var(--lkm-ink-2)
    );

  background-size:
    55px 55px,
    55px 55px,
    auto;
}

.lk-principles-section__glow {
  background: rgba(212, 255, 63, 0.075);
}

.lk-section-header--light p {
  color: var(--lkm-muted);
}

.lk-principles-section .lk-section-title,
.lk-section-header--light .lk-section-title {
  color: var(--lkm-paper);
}

.lk-principle-card {
  border-color: rgba(244, 239, 223, 0.1);

  background:
    linear-gradient(
      145deg,
      rgba(44, 56, 29, 0.53),
      rgba(16, 21, 13, 0.82)
    );
}

.lk-principle-card::after {
  background: rgba(212, 255, 63, 0.06);
}

.lk-principle-card:hover {
  border-color: rgba(212, 255, 63, 0.4);

  background:
    linear-gradient(
      145deg,
      rgba(82, 98, 58, 0.58),
      rgba(16, 21, 13, 0.89)
    );
}

.lk-principle-card__number {
  color: var(--lkm-orange-2);
}

.lk-principle-card__icon {
  color: var(--lkm-ink);
  border-color: rgba(212, 255, 63, 0.44);
  background: var(--lkm-acid);

  box-shadow:
    0 12px 30px rgba(212, 255, 63, 0.14);
}

.lk-principle-card h3 {
  color: var(--lkm-paper);
}

.lk-principle-card p {
  color: var(--lkm-muted);
}


/* =========================================================
   SZÁMOK / ÍGÉRETEK
========================================================= */

.lk-promise-section {
  background:
    linear-gradient(
      90deg,
      rgba(232, 215, 173, 0.28),
      transparent 45%
    ),
    var(--lkm-paper);
}

.lk-promise-card {
  border-color: var(--lkm-dark-line);
  background: var(--lkm-paper-2);

  box-shadow:
    0 17px 45px rgba(23, 28, 18, 0.07);
}

.lk-promise-card strong {
  color: var(--lkm-orange);
}

.lk-promise-card > span {
  color: var(--lkm-ink);
}

.lk-promise-card p {
  color: #6d7064;
}

.lk-promise-card--highlight {
  border-color: transparent;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(212, 255, 63, 0.19),
      transparent 36%
    ),
    var(--lkm-olive);
}

.lk-promise-card--highlight strong {
  color: var(--lkm-acid);
}

.lk-promise-card--highlight > span {
  color: var(--lkm-paper);
}

.lk-promise-card--highlight p {
  color: var(--lkm-muted);
}


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

.lk-process-section {
  background: var(--lkm-paper-2);
}

.lk-process-heading > p {
  color: #6d7064;
}

.lk-process-track__line {
  background: rgba(44, 56, 29, 0.13);
}

.lk-process-track__line span {
  background:
    linear-gradient(
      to bottom,
      var(--lkm-orange),
      var(--lkm-acid)
    );
}

.lk-process-step__number {
  color: var(--lkm-ink);
  border-color: var(--lkm-paper-2);
  background: var(--lkm-acid);

  box-shadow:
    0 14px 35px rgba(212, 255, 63, 0.18);
}

.lk-process-step__content {
  border-color: var(--lkm-dark-line);
  background: var(--lkm-paper);
}

.lk-process-step:hover
.lk-process-step__content {
  border-color: rgba(255, 106, 26, 0.48);
}

.lk-process-step__content > span {
  color: var(--lkm-orange);
}

.lk-process-step__content h3 {
  color: var(--lkm-ink);
}

.lk-process-step__content p {
  color: #6d7064;
}


/* =========================================================
   ORSZÁGOS LEFEDETTSÉG
========================================================= */

.lk-coverage-section {
  color: var(--lkm-paper);

  background:
    radial-gradient(
      circle at 14% 58%,
      rgba(212, 255, 63, 0.09),
      transparent 37%
    ),
    radial-gradient(
      circle at 95% 0%,
      rgba(255, 106, 26, 0.065),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      var(--lkm-ink),
      var(--lkm-ink-2)
    );
}

.lk-coverage-radar {
  border-color: rgba(212, 255, 63, 0.17);

  background:
    radial-gradient(
      circle at center,
      rgba(212, 255, 63, 0.075),
      transparent 56%
    ),
    rgba(44, 56, 29, 0.18);

  box-shadow:
    inset 0 0 70px rgba(212, 255, 63, 0.025),
    0 40px 90px rgba(0, 0, 0, 0.32);
}

.lk-coverage-radar__grid {
  background-image:
    linear-gradient(
      rgba(212, 255, 63, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(212, 255, 63, 0.07) 1px,
      transparent 1px
    );
}

.lk-coverage-radar__circle {
  border-color: rgba(212, 255, 63, 0.17);
}

.lk-coverage-radar::before,
.lk-coverage-radar::after {
  background: rgba(212, 255, 63, 0.09);
}

.lk-coverage-radar__scan {
  background:
    linear-gradient(
      90deg,
      var(--lkm-acid),
      transparent
    );

  box-shadow:
    0 0 15px rgba(212, 255, 63, 0.35);
}

.lk-coverage-radar__scan::after {
  background:
    conic-gradient(
      from -5deg at 0 50%,
      rgba(212, 255, 63, 0.13),
      transparent 27%
    );
}

.lk-coverage-radar__center {
  border-color: rgba(212, 255, 63, 0.42);
  background: rgba(9, 11, 8, 0.9);

  box-shadow:
    0 0 0 15px rgba(212, 255, 63, 0.035),
    0 0 50px rgba(212, 255, 63, 0.13);
}

.lk-coverage-radar__center strong {
  color: var(--lkm-acid);
}

.lk-coverage-radar__center-dot {
  background: var(--lkm-orange);
  box-shadow: 0 0 14px rgba(255, 106, 26, 0.75);
}

.lk-coverage-point {
  color: rgba(244, 239, 223, 0.72);
  border-color: rgba(244, 239, 223, 0.11);
  background: rgba(9, 11, 8, 0.82);
}

.lk-coverage-point i {
  background: var(--lkm-acid);
  box-shadow: 0 0 12px rgba(212, 255, 63, 0.7);
}

.lk-coverage-content > p {
  color: var(--lkm-muted);
}

.lk-coverage-services span {
  color: rgba(244, 239, 223, 0.8);
}

.lk-coverage-content {
  position: relative;
  z-index: 4;
}

.lk-coverage-content .lk-button {
  position: relative;
  z-index: 5;
}


/* =========================================================
   DANI TAMÁS ÜZENETE
========================================================= */

.lk-founder-message-section {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(212, 255, 63, 0.1),
      transparent 31%
    ),
    radial-gradient(
      circle at 10% 80%,
      rgba(255, 106, 26, 0.055),
      transparent 27%
    ),
    var(--lkm-paper);
}

.lk-founder-message {
  border-color: var(--lkm-dark-line);
  background: rgba(255, 250, 240, 0.95);
  box-shadow: var(--lkm-shadow-soft);
}

.lk-founder-message__portrait {
  background: var(--lkm-sand);
}

.lk-founder-message__portrait img {
  filter:
    grayscale(100%)
    sepia(13%)
    contrast(1.07);
}

.lk-founder-message:hover
.lk-founder-message__portrait img {
  filter:
    grayscale(15%)
    sepia(7%)
    contrast(1.04);
}

.lk-founder-message__content h2 {
  color: var(--lkm-ink);
}

.lk-founder-message__content > p {
  color: #6d7064;
}

.lk-founder-message__stamp {
  color: rgba(255, 106, 26, 0.32);
  border-color: rgba(255, 106, 26, 0.19);
}

.lk-founder-message__stamp::before {
  border-color: rgba(255, 106, 26, 0.2);
}


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

.lk-final-cta-section {
  background: var(--lkm-paper);
}

.lk-final-cta {
  color: var(--lkm-paper);

  background:
    radial-gradient(
      circle at 12% 85%,
      rgba(255, 106, 26, 0.17),
      transparent 36%
    ),
    radial-gradient(
      circle at 95% 10%,
      rgba(212, 255, 63, 0.1),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--lkm-olive),
      var(--lkm-ink)
    );

  box-shadow: var(--lkm-shadow);
}

.lk-final-cta__pattern {
  background-image:
    linear-gradient(
      rgba(244, 239, 223, 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(244, 239, 223, 0.055) 1px,
      transparent 1px
    );
}

.lk-final-cta__glow {
  background: rgba(212, 255, 63, 0.1);
}

.lk-final-cta__content h2 {
  color: var(--lkm-paper);
}

.lk-final-cta__content h2 span {
  color: var(--lkm-acid);
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.lk-final-cta__content p {
  color: var(--lkm-muted);
}

.lk-final-phone {
  border-color: rgba(244, 239, 223, 0.15);
  background: rgba(244, 239, 223, 0.06);
}

.lk-final-phone:hover {
  border-color: var(--lkm-acid);
  background: rgba(212, 255, 63, 0.09);
}

.lk-final-phone span {
  color: rgba(244, 239, 223, 0.5);
}

.lk-final-phone strong {
  color: var(--lkm-paper);
}


/* =========================================================
   ANIMÁCIÓK SZÍNE
========================================================= */

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

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

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


/* =========================================================
   MOBIL MOZGÓ SÁV
========================================================= */

@media (max-width: 680px) {

  .lk-about-hero__ticker-group {
    min-width: max-content;
    justify-content: flex-start;
    gap: 25px;
    padding:
      17px
      25px
      17px
      0;
  }

  .lk-about-hero__ticker-group span {
    font-size: 9px;
    letter-spacing: 0.17em;
  }

  .lk-about-hero__ticker-group i {
    flex-basis: 6px;
    width: 6px;
    height: 6px;
  }

  .lk-manifesto__seal {
    display: none;
  }

}
/* =========================================================
   RÓLUNK OLDAL – MOBIL/TABLET ÉS KONTRASZT JAVÍTÁS
   A MEGLÉVŐ CSS LEGVÉGÉRE KERÜLJÖN
========================================================= */


/* =========================================================
   ÁLTALÁNOS TÚLCSORDULÁS-JAVÍTÁS
========================================================= */

.lk-about-page {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  .lk-about-page {
    overflow-x: hidden !important;
  }
}

.lk-about-page section,
.lk-about-page .lk-about-hero__inner,
.lk-about-page .lk-about-hero__content,
.lk-about-page .lk-about-hero__visual,
.lk-about-page .lk-coverage-layout,
.lk-about-page .lk-coverage-visual,
.lk-about-page .lk-coverage-content,
.lk-about-page .lk-final-cta,
.lk-about-page .lk-final-cta__content,
.lk-about-page .lk-final-cta__actions {
  min-width: 0 !important;
  max-width: 100%;
}

.lk-about-page .lk-container {
  width: calc(100% - 48px) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* =========================================================
   HERO – SZÖVEG, GOMBOK ÉS BIZALMI SOR
========================================================= */

.lk-about-page .lk-about-hero__lead {
  width: 100%;
  max-width: 680px;
  color: rgba(244, 239, 223, 0.82) !important;
  overflow-wrap: anywhere;
}

.lk-about-page .lk-about-hero__actions {
  max-width: 100%;
}

.lk-about-page .lk-about-hero__actions .lk-button {
  min-width: 0;
  white-space: normal;
  text-align: center;
}

/* Zöld gombon mindig sötét, jól olvasható felirat */

.lk-about-page .lk-button--primary,
.lk-about-page .lk-button--primary:visited,
.lk-about-page .lk-button--primary:hover,
.lk-about-page .lk-button--primary:focus,
.lk-about-page .lk-button--primary:active,
.lk-about-page .lk-button--primary *,
.lk-about-page .lk-button--primary svg {
  color: #090b08 !important;
  -webkit-text-fill-color: #090b08 !important;
}

.lk-about-page .lk-button--primary svg {
  fill: currentColor !important;
}

/* Körvonalas gomb felirata */

.lk-about-page .lk-button--outline,
.lk-about-page .lk-button--outline:visited {
  color: #f4efdf !important;
  -webkit-text-fill-color: #f4efdf !important;
}

.lk-about-page .lk-button--outline:hover,
.lk-about-page .lk-button--outline:focus {
  color: #090b08 !important;
  -webkit-text-fill-color: #090b08 !important;
  background: #d4ff3f !important;
  border-color: #d4ff3f !important;
}

.lk-about-page .lk-about-hero__trust {
  width: 100%;
  max-width: 100%;
}

.lk-about-page .lk-about-hero__trust-item {
  min-width: 0;
  color: rgba(244, 239, 223, 0.82) !important;
  overflow-wrap: anywhere;
}


/* =========================================================
   LEFEDETTSÉGI RADAR – MÉRET ÉS MOZGÓ ELEM
========================================================= */

.lk-about-page .lk-coverage-radar {
  max-width: 100%;
}

/* A túl nagy, sötét radarháromszög visszafogása */

.lk-about-page .lk-coverage-radar__scan::after {
  top: -115px !important;
  width: 225px !important;
  height: 230px !important;
  opacity: 0.32 !important;
}

/* Radar címkék olvashatósága */

.lk-about-page .lk-coverage-point {
  color: rgba(244, 239, 223, 0.88) !important;
  white-space: nowrap;
}


/* =========================================================
   VÉGSŐ CTA – FEHÉR GOMB FELIRATÁNAK JAVÍTÁSA
========================================================= */

.lk-about-page .lk-final-cta__actions .lk-button--white,
.lk-about-page .lk-final-cta__actions .lk-button--white:visited {
  color: #090b08 !important;
  -webkit-text-fill-color: #090b08 !important;
  background: #fffaf0 !important;
  border-color: #fffaf0 !important;
  text-shadow: none !important;
}

.lk-about-page .lk-final-cta__actions .lk-button--white:hover,
.lk-about-page .lk-final-cta__actions .lk-button--white:focus,
.lk-about-page .lk-final-cta__actions .lk-button--white:active {
  color: #090b08 !important;
  -webkit-text-fill-color: #090b08 !important;
  background: #d4ff3f !important;
  border-color: #d4ff3f !important;
}

.lk-about-page .lk-final-phone span {
  color: rgba(244, 239, 223, 0.72) !important;
}

.lk-about-page .lk-final-phone strong {
  color: #fffaf0 !important;
  -webkit-text-fill-color: #fffaf0 !important;
}


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

@media (max-width: 900px) {

  .lk-about-page .lk-about-hero__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100% - 40px) !important;
    max-width: 760px !important;
    gap: 36px !important;
  }

  .lk-about-page .lk-about-hero__content,
  .lk-about-page .lk-about-hero__visual {
    width: 100% !important;
    max-width: 100% !important;
  }

  .lk-about-page .lk-about-hero__trust {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 22px !important;
  }

  /* Mobilon ne oldalirányból érkezzenek az elemek,
     mert Safari alatt levágást okozhat */

  .lk-about-page [data-reveal="left"],
  .lk-about-page [data-reveal="right"] {
    transform: translateY(30px);
  }

  .lk-about-page [data-reveal].is-visible {
    transform: none;
  }

  .lk-about-page .lk-coverage-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 55px !important;
  }

  .lk-about-page .lk-coverage-visual {
    width: 100% !important;
    max-width: 620px !important;
    min-height: 0 !important;
    aspect-ratio: 1.08 / 1;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lk-about-page .lk-coverage-radar__scan::after {
    opacity: 0.16 !important;
  }

  .lk-about-page .lk-final-cta {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .lk-about-page .lk-final-cta__actions {
    width: 100% !important;
    max-width: 440px !important;
  }

  .lk-about-page .lk-final-cta__actions > a {
    width: 100% !important;
  }

}


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

@media (max-width: 680px) {

  .lk-about-page .lk-container,
  .lk-about-page .lk-about-hero__inner {
    width: calc(100% - 28px) !important;
    max-width: none !important;
  }

  .lk-about-page .lk-about-hero__inner {
    gap: 24px !important;
  }

  .lk-about-page .lk-about-hero__content {
    overflow: visible !important;
  }

  .lk-about-page .lk-about-hero__lead {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .lk-about-page .lk-about-hero__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .lk-about-page .lk-about-hero__actions .lk-button {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .lk-about-page .lk-about-hero__trust {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .lk-about-page .lk-about-hero__trust-item {
    width: 100%;
    font-size: 12px !important;
  }

  .lk-about-page .lk-coverage-visual {
    width: 100% !important;
    max-width: 480px !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
  }

  /* Telefonon csak a radarvonal forogjon,
     a nagy háromszög ne takarja ki a grafikát */

  .lk-about-page .lk-coverage-radar__scan::after {
    display: none !important;
  }

  .lk-about-page .lk-coverage-point {
    max-width: 42%;
    padding: 7px 9px !important;
    font-size: 8px !important;
    line-height: 1.2;
  }

  .lk-about-page .lk-final-cta {
    width: 100% !important;
    padding: 42px 22px !important;
  }

  .lk-about-page .lk-final-cta__actions {
    width: 100% !important;
    max-width: none !important;
  }

  .lk-about-page .lk-final-phone,
  .lk-about-page .lk-final-cta__actions .lk-button {
    width: 100% !important;
  }

}


/* =========================================================
   KESKENY TELEFON
========================================================= */

@media (max-width: 400px) {

  .lk-about-page .lk-about-hero__actions .lk-button {
    font-size: 13px !important;
  }

  .lk-about-page .lk-coverage-point {
    font-size: 7px !important;
  }

  .lk-about-page .lk-final-phone strong {
    font-size: 20px !important;
  }

}/* End custom CSS */