.elementor-7883 .elementor-element.elementor-element-7861272{--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-26f5517 *//* =========================================================
   DIGITALPARTNERS – LOMTALANÍTÓKOMMANDÓ REFERENCIAOLDAL
   Minden szabály a .dpref-lk gyökérelem alá van scope-olva.
========================================================= */

.dpref-lk {
  --lk-navy: #0b1220;
  --lk-navy-soft: #111c2d;
  --lk-night: #090d09;
  --lk-dark: #101610;
  --lk-olive: #4f5f36;
  --lk-olive-light: #778a55;
  --lk-signal: #c8ff3d;
  --lk-signal-soft: #e2ff95;
  --lk-sand: #e8e4d8;
  --lk-paper: #f5f4ee;
  --lk-white: #ffffff;
  --lk-ink: #161b16;
  --lk-muted: #687067;
  --lk-line: rgba(16, 22, 16, 0.13);
  --lk-radius-sm: 12px;
  --lk-radius-md: 22px;
  --lk-radius-lg: 34px;
  --lk-shadow: 0 28px 80px rgba(5, 10, 6, 0.2);
  --lk-shadow-strong: 0 42px 120px rgba(2, 6, 3, 0.48);
  --lk-container: 1240px;

  position: relative;
  width: 100%;
  overflow: clip;
  isolation: isolate;
  background: var(--lk-paper);
  color: var(--lk-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

.dpref-lk img { display: block; max-width: 100%; }
.dpref-lk a { color: inherit; text-decoration: none; }
.dpref-lk button, .dpref-lk a { -webkit-tap-highlight-color: transparent; }
.dpref-lk button { font: inherit; }

.dpref-lk h1,
.dpref-lk h2,
.dpref-lk h3,
.dpref-lk p,
.dpref-lk figure,
.dpref-lk blockquote,
.dpref-lk dl,
.dpref-lk dd { margin: 0; }

.dpref-lk h1,
.dpref-lk h2,
.dpref-lk h3 { line-height: .98; letter-spacing: -.052em; }

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

.dpref-lk__noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .027;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.95'/%3E%3C/svg%3E");
}

.dpref-lk__cursor-glow {
  --lk-x: 50%;
  --lk-y: 50%;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .45;
  background: radial-gradient(420px circle at var(--lk-x) var(--lk-y), rgba(200,255,61,.07), transparent 70%);
}

.dpref-lk [data-lk-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .78s cubic-bezier(.22,1,.36,1) var(--lk-delay,0ms), transform .78s cubic-bezier(.22,1,.36,1) var(--lk-delay,0ms);
}
.dpref-lk [data-lk-reveal].is-visible { opacity: 1; transform: none; }

.dpref-lk h1 {
  max-width: 760px;
  color: var(--lk-white);
  font-size: clamp(54px, 6.4vw, 98px);
  font-weight: 820;
  text-transform: uppercase;
}
.dpref-lk h1 span { display: block; color: var(--lk-signal); }

.dpref-lk h2 {
  max-width: 940px;
  font-size: clamp(42px, 5.1vw, 74px);
  font-weight: 790;
}
.dpref-lk h2 em { color: var(--lk-olive); font-style: normal; }
.dpref-lk__section-heading--light h2 em,
.dpref-lk__cta h2 em { color: var(--lk-signal); }

.dpref-lk__section-kicker,
.dpref-lk__cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--lk-olive);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.dpref-lk__section-kicker::before,
.dpref-lk__cta-kicker::before { content: ""; width: 30px; height: 2px; background: currentColor; }

/* Buttons */
.dpref-lk__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 840;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.dpref-lk__button span { font-size: 19px; transition: transform .25s ease; }
.dpref-lk__button:hover { transform: translateY(-3px); }
.dpref-lk__button:hover span { transform: translateX(3px); }
.dpref-lk__button--signal { background: var(--lk-signal); color: var(--lk-night); box-shadow: 0 20px 48px rgba(200,255,61,.17); }
.dpref-lk__button--signal:hover { background: var(--lk-signal-soft); color: var(--lk-night); }
.dpref-lk__button--ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.045); color: var(--lk-white); backdrop-filter: blur(12px); }
.dpref-lk__button--ghost:hover { border-color: rgba(200,255,61,.5); background: rgba(200,255,61,.08); color: var(--lk-white); }
.dpref-lk__button--large { min-height: 66px; padding-inline: 30px; }

/* Hero */
.dpref-lk__hero {
  position: relative;
  min-height: min(960px, 100svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 118px 0 92px;
  color: var(--lk-white);
  background:
    radial-gradient(circle at 83% 24%, rgba(119,138,85,.25), transparent 28%),
    radial-gradient(circle at 18% 90%, rgba(37,99,235,.12), transparent 34%),
    linear-gradient(135deg, #060a08 0%, #0b120e 44%, #0c1620 100%);
}
.dpref-lk__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(200,255,61,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(200,255,61,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 0, black 15%, black 76%, transparent 100%);
}
.dpref-lk__hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 130px;
  background: linear-gradient(to bottom, transparent, rgba(5,9,6,.88));
}
.dpref-lk__scanlines {
  position: absolute;
  inset: 0;
  opacity: .055;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(255,255,255,.2) 4px);
}
.dpref-lk__hero-orb { position: absolute; border-radius: 50%; filter: blur(18px); pointer-events: none; }
.dpref-lk__hero-orb--one { width: 480px; height: 480px; right: -180px; top: -150px; background: rgba(200,255,61,.08); }
.dpref-lk__hero-orb--two { width: 580px; height: 580px; left: 24%; bottom: -440px; background: rgba(37,99,235,.1); }

.dpref-lk__hero-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(480px,1.05fr); align-items: center; gap: clamp(48px,7vw,100px); }
.dpref-lk__hero-copy { position: relative; z-index: 4; }
.dpref-lk__backlink { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 34px; color: rgba(255,255,255,.66); font-size: 13px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.dpref-lk__backlink:hover { color: var(--lk-signal); }
.dpref-lk__backlink span { font-size: 19px; }
.dpref-lk__eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 24px; padding: 9px 13px; border: 1px solid rgba(200,255,61,.22); background: rgba(200,255,61,.06); color: var(--lk-signal-soft); font-size: 11px; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.dpref-lk__status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--lk-signal); box-shadow: 0 0 0 5px rgba(200,255,61,.1), 0 0 18px rgba(200,255,61,.75); animation: dprefLkPulse 2s ease-in-out infinite; }
@keyframes dprefLkPulse { 50% { opacity: .52; transform: scale(.84); } }
.dpref-lk__hero-lead { max-width: 670px; margin-top: 30px; color: rgba(255,255,255,.72); font-size: clamp(17px,1.4vw,20px); line-height: 1.78; }
.dpref-lk__hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.dpref-lk__hero-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; max-width: 660px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.dpref-lk__hero-meta div { padding-right: 20px; }
.dpref-lk__hero-meta div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.13); }
.dpref-lk__hero-meta strong, .dpref-lk__hero-meta span { display: block; }
.dpref-lk__hero-meta strong { color: var(--lk-white); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.dpref-lk__hero-meta span { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 11px; }

.dpref-lk__hero-visual { position: relative; min-height: 660px; display: flex; align-items: center; justify-content: center; z-index: 3; }
.dpref-lk__radar { position: absolute; width: 590px; height: 590px; border: 1px solid rgba(200,255,61,.12); border-radius: 50%; }
.dpref-lk__radar span { position: absolute; inset: 14%; border: 1px solid rgba(200,255,61,.1); border-radius: 50%; }
.dpref-lk__radar span:nth-child(2) { inset: 28%; }
.dpref-lk__radar span:nth-child(3) { inset: 42%; }
.dpref-lk__radar::before, .dpref-lk__radar::after { content: ""; position: absolute; background: rgba(200,255,61,.11); }
.dpref-lk__radar::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.dpref-lk__radar::after { top: 50%; left: 0; right: 0; height: 1px; }
.dpref-lk__radar i { position: absolute; left: 50%; top: 50%; width: 48%; height: 48%; transform-origin: 0 0; background: linear-gradient(42deg, rgba(200,255,61,.18), transparent 62%); animation: dprefLkRadar 7s linear infinite; }
@keyframes dprefLkRadar { to { transform: rotate(360deg); } }

.dpref-lk__browser { position: relative; z-index: 3; width: min(100%,650px); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; background: #0b100c; box-shadow: var(--lk-shadow-strong); transform-style: preserve-3d; transition: transform .22s ease-out; }
.dpref-lk__browser::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.dpref-lk__browser-bar { height: 48px; display: grid; grid-template-columns: 100px 1fr 100px; align-items: center; padding: 0 15px; background: rgba(13,19,14,.96); border-bottom: 1px solid rgba(255,255,255,.09); }
.dpref-lk__browser-dots { display: flex; gap: 6px; }
.dpref-lk__browser-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.22); }
.dpref-lk__browser-dots span:first-child { background: var(--lk-signal); }
.dpref-lk__browser-url { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: rgba(255,255,255,.5); text-align: center; font-size: 10px; letter-spacing: .06em; }
.dpref-lk__browser-live { display: flex; align-items: center; justify-content: flex-end; gap: 6px; color: var(--lk-signal); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dpref-lk__browser-live i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.dpref-lk__site-preview { position: relative; height: 460px; overflow: hidden; }
.dpref-lk__site-image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.08); }
.dpref-lk__site-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,6,.92) 0%, rgba(5,8,6,.56) 43%, rgba(5,8,6,.04) 78%), linear-gradient(to top, rgba(5,8,6,.72), transparent 50%); }
.dpref-lk__site-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(200,255,61,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(200,255,61,.1) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.dpref-lk__site-nav { position: absolute; left: 28px; right: 28px; top: 24px; display: flex; align-items: center; justify-content: space-between; }
.dpref-lk__site-logo { display: flex; align-items: center; gap: 9px; color: var(--lk-white); text-transform: uppercase; }
.dpref-lk__site-logo b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--lk-signal); color: var(--lk-signal); font-size: 12px; }
.dpref-lk__site-logo span { font-size: 8px; font-weight: 800; line-height: 1.15; letter-spacing: .08em; }
.dpref-lk__site-menu { display: flex; gap: 15px; color: rgba(255,255,255,.64); font-size: 7px; font-weight: 750; text-transform: uppercase; }
.dpref-lk__site-copy { position: absolute; left: 40px; bottom: 50px; max-width: 360px; color: var(--lk-white); }
.dpref-lk__site-copy small { display: block; margin-bottom: 13px; color: var(--lk-signal); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dpref-lk__site-copy strong { display: block; font-size: clamp(27px,3.1vw,43px); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.dpref-lk__site-cta { display: inline-flex; margin-top: 19px; padding: 10px 13px; background: var(--lk-signal); color: var(--lk-night); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.dpref-lk__site-command { position: absolute; right: 19px; bottom: 18px; padding: 10px 12px; border: 1px solid rgba(200,255,61,.24); background: rgba(8,13,9,.77); backdrop-filter: blur(9px); }
.dpref-lk__site-command span, .dpref-lk__site-command strong { display: block; }
.dpref-lk__site-command span { color: rgba(255,255,255,.52); font-size: 6px; text-transform: uppercase; }
.dpref-lk__site-command strong { display: flex; align-items: center; gap: 6px; margin-top: 3px; color: var(--lk-signal); font-size: 8px; }
.dpref-lk__site-command i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

.dpref-lk__floating-card { position: absolute; z-index: 5; padding: 16px 18px; border: 1px solid rgba(255,255,255,.13); background: rgba(10,16,11,.82); color: var(--lk-white); box-shadow: 0 20px 55px rgba(0,0,0,.32); backdrop-filter: blur(14px); animation: dprefLkFloat 5.5s ease-in-out infinite; }
.dpref-lk__floating-card small, .dpref-lk__floating-card strong, .dpref-lk__floating-card span { display: block; }
.dpref-lk__floating-card small { color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.dpref-lk__floating-card strong { margin-top: 4px; font-size: 13px; line-height: 1.25; }
.dpref-lk__floating-card--coverage { left: -22px; top: 116px; min-width: 190px; }
.dpref-lk__floating-card--coverage span { display: flex; align-items: center; gap: 6px; margin-top: 8px; color: var(--lk-signal); font-size: 8px; text-transform: uppercase; }
.dpref-lk__floating-card--coverage i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.dpref-lk__floating-card--quote { right: -28px; bottom: 86px; display: flex; gap: 10px; align-items: flex-start; animation-delay: -2.3s; }
.dpref-lk__quote-mark { color: var(--lk-signal) !important; font-family: Georgia,serif; font-size: 34px; line-height: .7; }
@keyframes dprefLkFloat { 50% { transform: translateY(-10px); } }

.dpref-lk__scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 24px; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateX(-50%); color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.dpref-lk__scroll-cue i { position: relative; width: 1px; height: 28px; overflow: hidden; background: rgba(255,255,255,.18); }
.dpref-lk__scroll-cue i::after { content: ""; position: absolute; left: 0; top: -100%; width: 1px; height: 100%; background: var(--lk-signal); animation: dprefLkScroll 2s ease-in-out infinite; }
@keyframes dprefLkScroll { to { top: 100%; } }

/* Ribbon */
.dpref-lk__ribbon { position: relative; z-index: 4; overflow: hidden; border-top: 1px solid rgba(200,255,61,.19); border-bottom: 1px solid rgba(200,255,61,.19); background: var(--lk-signal); color: var(--lk-night); transform: rotate(-1.2deg) scale(1.03); }
.dpref-lk__ribbon-track { display: flex; width: max-content; animation: dprefLkRibbon 32s linear infinite; }
.dpref-lk__ribbon-group { display: flex; align-items: center; flex-shrink: 0; }
.dpref-lk__ribbon span { padding: 15px 18px; font-size: 12px; font-weight: 880; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.dpref-lk__ribbon i { font-style: normal; font-size: 8px; }
@keyframes dprefLkRibbon { to { transform: translateX(-50%); } }

/* Common headings */
.dpref-lk__section-heading { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: start; margin-bottom: 68px; }
.dpref-lk__section-number { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 32px; border: 1px solid var(--lk-line); color: var(--lk-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.dpref-lk__section-heading--light { color: var(--lk-white); }
.dpref-lk__section-heading--light .dpref-lk__section-number { border-color: rgba(255,255,255,.17); color: rgba(255,255,255,.46); }
.dpref-lk__section-heading--light .dpref-lk__section-kicker { color: var(--lk-signal); }

/* Overview */
.dpref-lk__overview { position: relative; padding: 150px 0 130px; background: var(--lk-paper); }
.dpref-lk__overview-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px,8vw,110px); align-items: start; }
.dpref-lk__overview-story { max-width: 750px; }
.dpref-lk__overview-story p { color: var(--lk-muted); font-size: 17px; line-height: 1.9; }
.dpref-lk__overview-story p + p { margin-top: 24px; }
.dpref-lk__overview-story .dpref-lk__dropcap { color: var(--lk-ink); font-size: clamp(20px,2vw,26px); line-height: 1.65; }
.dpref-lk__dropcap::first-letter { float: left; margin: 6px 12px 0 0; color: var(--lk-olive); font-size: 74px; font-weight: 850; line-height: .72; }
.dpref-lk__project-card { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(79,95,54,.19); background: #111711; color: var(--lk-white); box-shadow: var(--lk-shadow); }
.dpref-lk__project-card::before { content: ""; position: absolute; right: -60px; top: -60px; width: 160px; height: 160px; border: 1px solid rgba(200,255,61,.12); border-radius: 50%; box-shadow: 0 0 0 32px rgba(200,255,61,.025),0 0 0 64px rgba(200,255,61,.018); }
.dpref-lk__project-card-top { position: relative; display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--lk-signal); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.dpref-lk__project-card-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--lk-signal); box-shadow: 0 0 14px var(--lk-signal); }
.dpref-lk__project-card dl { position: relative; }
.dpref-lk__project-card dl div { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.dpref-lk__project-card dt { color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; }
.dpref-lk__project-card dd { font-size: 13px; font-weight: 700; }
.dpref-lk__project-code { margin-top: 20px; color: rgba(255,255,255,.28); font: 10px/1 monospace; letter-spacing: .12em; }
.dpref-lk__scope-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 80px; }
.dpref-lk__scope-card { min-height: 250px; padding: 26px; border: 1px solid var(--lk-line); background: rgba(255,255,255,.55); transition: transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.dpref-lk__scope-card:hover { transform: translateY(-7px); border-color: rgba(79,95,54,.34); background: var(--lk-white); box-shadow: 0 20px 50px rgba(18,25,17,.09); }
.dpref-lk__scope-card > span { display: inline-flex; margin-bottom: 52px; color: var(--lk-olive); font-size: 11px; font-weight: 850; }
.dpref-lk__scope-card h3 { font-size: 23px; font-weight: 760; }
.dpref-lk__scope-card p { margin-top: 15px; color: var(--lk-muted); font-size: 14px; line-height: 1.7; }

/* Strategy */
.dpref-lk__strategy { position: relative; overflow: hidden; padding: 140px 0; color: var(--lk-white); background: linear-gradient(135deg,#080c08,#101810 52%,#0b1420); }
.dpref-lk__strategy::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(200,255,61,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(200,255,61,.07) 1px,transparent 1px); background-size: 76px 76px; }
.dpref-lk__strategy-bg { position: absolute; left: -1%; top: 44%; color: rgba(255,255,255,.025); font-size: clamp(90px,15vw,230px); font-weight: 900; line-height: .8; letter-spacing: -.08em; white-space: nowrap; transform: rotate(-4deg); }
.dpref-lk__strategy-grid { position: relative; display: grid; grid-template-columns: 1fr 110px 1fr; gap: 28px; align-items: stretch; }
.dpref-lk__strategy-panel { min-height: 520px; padding: clamp(30px,4vw,50px); border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); backdrop-filter: blur(14px); }
.dpref-lk__strategy-panel--solution { border-color: rgba(200,255,61,.22); background: linear-gradient(145deg,rgba(200,255,61,.075),rgba(255,255,255,.025)); }
.dpref-lk__panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.dpref-lk__panel-head b { color: var(--lk-signal); }
.dpref-lk__strategy-panel h3 { max-width: 470px; font-size: clamp(34px,3vw,50px); }
.dpref-lk__strategy-panel p { margin-top: 23px; color: rgba(255,255,255,.63); line-height: 1.8; }
.dpref-lk__strategy-panel ul { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.dpref-lk__strategy-panel li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 13px; }
.dpref-lk__strategy-panel li i { width: 7px; height: 7px; border: 1px solid var(--lk-signal); transform: rotate(45deg); }
.dpref-lk__strategy-arrow { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--lk-signal); }
.dpref-lk__strategy-arrow span { font-size: 54px; }
.dpref-lk__strategy-arrow small { writing-mode: vertical-rl; margin-top: 10px; color: rgba(255,255,255,.33); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.dpref-lk__mini-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 36px; }
.dpref-lk__mini-steps div { min-height: 145px; padding: 18px 14px; border: 1px solid rgba(200,255,61,.16); background: rgba(0,0,0,.13); }
.dpref-lk__mini-steps span,.dpref-lk__mini-steps strong,.dpref-lk__mini-steps small { display: block; }
.dpref-lk__mini-steps span { color: var(--lk-signal); font-size: 10px; font-weight: 850; }
.dpref-lk__mini-steps strong { margin-top: 32px; font-size: 15px; }
.dpref-lk__mini-steps small { margin-top: 4px; color: rgba(255,255,255,.4); font-size: 9px; }

/* Command */
.dpref-lk__command { padding: 145px 0; background: #ebeae2; }
.dpref-lk__command-shell { overflow: hidden; border: 1px solid rgba(18,25,18,.18); background: var(--lk-night); box-shadow: var(--lk-shadow-strong); }
.dpref-lk__command-topbar { display: flex; justify-content: space-between; align-items: center; min-height: 50px; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font: 9px/1 monospace; letter-spacing: .12em; }
.dpref-lk__command-topbar div:first-child { display: flex; align-items: center; gap: 10px; color: var(--lk-signal); }
.dpref-lk__command-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); min-height: 650px; }
.dpref-lk__command-tabs { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.1); }
.dpref-lk__command-tabs button { position: relative; min-height: 124px; display: grid; grid-template-columns: 35px 1fr; grid-template-rows: auto auto; gap: 1px 12px; align-content: center; width: 100%; padding: 20px; border: 0; border-bottom: 1px solid rgba(255,255,255,.09); background: transparent; color: rgba(255,255,255,.58); text-align: left; cursor: pointer; transition: background .22s ease,color .22s ease; }
.dpref-lk__command-tabs button::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--lk-signal); transform: scaleY(0); transition: transform .25s ease; }
.dpref-lk__command-tabs button span { grid-row: 1/3; color: rgba(255,255,255,.28); font: 10px/1 monospace; }
.dpref-lk__command-tabs button b { font-size: 14px; text-transform: uppercase; }
.dpref-lk__command-tabs button small { color: rgba(255,255,255,.32); font-size: 9px; }
.dpref-lk__command-tabs button:hover,.dpref-lk__command-tabs button.is-active { background: rgba(200,255,61,.07); color: var(--lk-white); }
.dpref-lk__command-tabs button.is-active::after { transform: scaleY(1); }
.dpref-lk__command-tabs button.is-active span { color: var(--lk-signal); }
.dpref-lk__command-panel { display: grid; grid-template-columns: minmax(370px,1.1fr) minmax(300px,.9fr); min-height: 600px; color: var(--lk-white); animation: dprefLkPanelIn .48s ease both; }
@keyframes dprefLkPanelIn { from { opacity:0; transform:translateY(12px); } }
.dpref-lk__panel-visual { position: relative; min-width: 0; display: grid; place-items: center; overflow: hidden; padding: 44px; border-right: 1px solid rgba(255,255,255,.09); background: radial-gradient(circle at 50% 50%,rgba(79,95,54,.18),transparent 58%),#0c110c; }
.dpref-lk__panel-visual::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(200,255,61,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(200,255,61,.08) 1px,transparent 1px); background-size: 44px 44px; }
.dpref-lk__panel-copy { align-self: center; padding: clamp(34px,5vw,65px); }
.dpref-lk__panel-label { display: inline-flex; margin-bottom: 20px; color: var(--lk-signal); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.dpref-lk__panel-copy h3 { font-size: clamp(34px,3.4vw,54px); }
.dpref-lk__panel-copy p { margin-top: 22px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.8; }
.dpref-lk__panel-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.dpref-lk__panel-copy li { padding: 8px 10px; border: 1px solid rgba(200,255,61,.18); color: rgba(255,255,255,.64); font-size: 9px; text-transform: uppercase; }
.dpref-lk__form-window { position: relative; z-index: 2; width: min(100%,470px); padding: 22px; border: 1px solid rgba(200,255,61,.18); background: rgba(14,21,14,.94); box-shadow: 0 30px 70px rgba(0,0,0,.38); }
.dpref-lk__form-head { display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; }
.dpref-lk__form-head b { color: var(--lk-signal); }
.dpref-lk__form-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin: 18px 0; }
.dpref-lk__form-progress i { height: 3px; background: rgba(255,255,255,.1); }
.dpref-lk__form-progress i:first-child { background: var(--lk-signal); }
.dpref-lk__form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.dpref-lk__form-fields span { min-height: 46px; padding: 14px; border: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.42); font-size: 9px; }
.dpref-lk__upload { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 70px; margin-top: 9px; border: 1px dashed rgba(200,255,61,.24); color: rgba(255,255,255,.48); font-size: 9px; }
.dpref-lk__upload b { color: var(--lk-signal); font-size: 20px; }
.dpref-lk__submit { display: flex; justify-content: space-between; margin-top: 10px; padding: 14px; background: var(--lk-signal); color: var(--lk-night); font-size: 9px; font-weight: 850; }
.dpref-lk__map-radar { position: relative; z-index: 2; width: min(80vw,390px); aspect-ratio:1; border:1px solid rgba(200,255,61,.18); border-radius:50%; }
.dpref-lk__map-radar i { position:absolute; inset:16%; border:1px solid rgba(200,255,61,.14); border-radius:50%; }
.dpref-lk__map-radar i:nth-child(2){inset:32%}.dpref-lk__map-radar i:nth-child(3){inset:47%}
.dpref-lk__map-radar::before,.dpref-lk__map-radar::after{content:"";position:absolute;background:rgba(200,255,61,.15)}
.dpref-lk__map-radar::before{left:50%;top:0;bottom:0;width:1px}.dpref-lk__map-radar::after{top:50%;left:0;right:0;height:1px}
.dpref-lk__map-radar span { position:absolute; left:51%; top:43%; width:11px; height:11px; border-radius:50%; background:var(--lk-signal); box-shadow:-72px 54px 0 -2px var(--lk-signal),84px 61px 0 -3px var(--lk-signal),-95px -63px 0 -3px var(--lk-signal),76px -82px 0 -2px var(--lk-signal),0 0 24px var(--lk-signal); }
.dpref-lk__map-stats { position:absolute; z-index:3; left:30px; right:30px; bottom:25px; display:grid; grid-template-columns:repeat(3,1fr); border:1px solid rgba(255,255,255,.1); background:rgba(7,11,8,.82); backdrop-filter:blur(10px); }
.dpref-lk__map-stats div { padding:12px; text-align:center; }
.dpref-lk__map-stats div+div{border-left:1px solid rgba(255,255,255,.1)}
.dpref-lk__map-stats strong,.dpref-lk__map-stats span{display:block}.dpref-lk__map-stats strong{color:var(--lk-signal);font-size:22px}.dpref-lk__map-stats span{color:rgba(255,255,255,.42);font-size:8px;text-transform:uppercase}
.dpref-lk__phone { position:relative; z-index:2; width:250px; height:500px; overflow:hidden; border:8px solid #171d17; border-radius:34px; background:#111; box-shadow:0 28px 65px rgba(0,0,0,.46); }
.dpref-lk__phone-notch { position:absolute; z-index:4; left:50%; top:6px; width:80px; height:18px; transform:translateX(-50%); border-radius:10px; background:#171d17; }
.dpref-lk__phone img { width:100%; height:100%; object-fit:cover; }
.dpref-lk__phone-overlay { position:absolute; inset:0; background:linear-gradient(to bottom,rgba(4,7,5,.38),rgba(4,7,5,.22) 34%,rgba(4,7,5,.86)); }
.dpref-lk__phone-copy { position:absolute; left:20px; right:20px; top:82px; color:#fff; }
.dpref-lk__phone-copy small{display:block;color:var(--lk-signal);font-size:7px;font-weight:800;text-transform:uppercase}.dpref-lk__phone-copy strong{display:block;margin-top:10px;font-size:30px;line-height:.95;text-transform:uppercase}.dpref-lk__phone-copy>span{display:inline-flex;margin-top:17px;padding:9px;background:var(--lk-signal);color:var(--lk-night);font-size:7px;font-weight:850;text-transform:uppercase}
.dpref-lk__phone-bar { position:absolute; left:0; right:0; bottom:0; display:grid; grid-template-columns:.7fr 1.3fr; height:44px; align-items:center; background:#0a0f0a; color:#fff; font-size:8px; text-align:center; }.dpref-lk__phone-bar b{display:grid;place-items:center;height:100%;background:var(--lk-signal);color:var(--lk-night)}
.dpref-lk__content-console { position:relative; z-index:2; width:min(100%,480px); border:1px solid rgba(200,255,61,.17); background:rgba(12,18,12,.93); }
.dpref-lk__content-head { display:flex;justify-content:space-between;padding:15px;border-bottom:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.45);font-size:9px;font-weight:800;letter-spacing:.12em}.dpref-lk__content-head b{display:flex;align-items:center;gap:6px;color:var(--lk-signal)}.dpref-lk__content-head i{width:5px;height:5px;border-radius:50%;background:currentColor}
.dpref-lk__content-row{display:grid;grid-template-columns:35px 1fr 20px;align-items:center;min-height:62px;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.08)}.dpref-lk__content-row span{color:var(--lk-signal);font:9px/1 monospace}.dpref-lk__content-row strong{font-size:11px}.dpref-lk__content-row small{color:rgba(255,255,255,.38)}.dpref-lk__content-sync{padding:13px;color:rgba(255,255,255,.25);font:8px/1 monospace;letter-spacing:.12em;text-align:right}

/* Design */
.dpref-lk__design { padding: 145px 0; color: var(--lk-white); background: linear-gradient(135deg,#0a0f0a,#172017); }
.dpref-lk__design-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.dpref-lk__palette,.dpref-lk__type-card,.dpref-lk__ui-card,.dpref-lk__brand-quote { min-height: 420px; padding: 30px; border:1px solid rgba(255,255,255,.11); background:rgba(255,255,255,.035); }
.dpref-lk__design-card-head { display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1);font-size:9px;text-transform:uppercase;letter-spacing:.12em}.dpref-lk__design-card-head span{color:var(--lk-signal)}.dpref-lk__design-card-head strong{color:rgba(255,255,255,.38);font-weight:600}
.dpref-lk__swatches { display:grid;grid-template-columns:repeat(2,1fr);gap:8px;height:300px; }
.dpref-lk__swatch { display:flex;flex-direction:column;justify-content:flex-end;padding:18px;min-width:0; }.dpref-lk__swatch span{font:9px/1 monospace}.dpref-lk__swatch b{margin-top:8px;font-size:13px}.dpref-lk__swatch--night{background:#0a0f0a;border:1px solid rgba(255,255,255,.1)}.dpref-lk__swatch--olive{background:#4f5f36}.dpref-lk__swatch--signal{background:#c8ff3d;color:#0a0f0a}.dpref-lk__swatch--sand{background:#e8e4d8;color:#161b16}
.dpref-lk__type-card { background:linear-gradient(145deg,rgba(79,95,54,.23),rgba(255,255,255,.03)); }
.dpref-lk__type-display { margin-top:55px;font-size:clamp(42px,5vw,72px);font-weight:900;line-height:.84;letter-spacing:-.065em;text-transform:uppercase}.dpref-lk__type-display em{color:var(--lk-signal);font-style:normal}.dpref-lk__type-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:42px}.dpref-lk__type-meta span{padding:8px 10px;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.45);font-size:8px;text-transform:uppercase}
.dpref-lk__ui-card { min-height:330px; }.dpref-lk__ui-samples{display:flex;flex-wrap:wrap;align-content:center;gap:12px;min-height:210px}.dpref-lk__ui-status,.dpref-lk__ui-tag,.dpref-lk__ui-button,.dpref-lk__ui-coord{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border:1px solid rgba(255,255,255,.13);font-size:9px;font-weight:800;letter-spacing:.1em}.dpref-lk__ui-status{color:var(--lk-signal)}.dpref-lk__ui-status i{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 12px currentColor}.dpref-lk__ui-button{background:var(--lk-signal);color:var(--lk-night);border-color:var(--lk-signal)}.dpref-lk__ui-coord{font-family:monospace;color:rgba(255,255,255,.38)}
.dpref-lk__brand-quote { position:relative;display:flex;flex-direction:column;justify-content:center;min-height:330px;overflow:hidden;background:var(--lk-signal);color:var(--lk-night) }.dpref-lk__brand-quote::after{content:"LK";position:absolute;right:-15px;bottom:-45px;font-size:190px;font-weight:900;line-height:1;color:rgba(10,15,10,.07)}.dpref-lk__brand-quote>span{font-family:Georgia,serif;font-size:65px;line-height:.6}.dpref-lk__brand-quote p{position:relative;z-index:2;margin-top:22px;font-size:clamp(32px,3.3vw,49px);font-weight:850;line-height:.98;letter-spacing:-.05em;text-transform:uppercase}.dpref-lk__brand-quote footer{position:relative;z-index:2;margin-top:28px;font-size:11px;font-weight:850;text-transform:uppercase}.dpref-lk__brand-quote footer small{font-weight:600;opacity:.58}

/* Coverage */
.dpref-lk__coverage { padding:145px 0;background:var(--lk-paper); }
.dpref-lk__coverage-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(60px,8vw,120px);align-items:center }.dpref-lk__coverage-copy h2{font-size:clamp(42px,4.6vw,68px)}.dpref-lk__coverage-copy p{max-width:560px;margin-top:25px;color:var(--lk-muted);font-size:17px;line-height:1.85}.dpref-lk__text-link{display:inline-flex;align-items:center;gap:12px;margin-top:28px;color:var(--lk-olive);font-size:13px;font-weight:850;text-transform:uppercase;border-bottom:1px solid rgba(79,95,54,.3);padding-bottom:5px}.dpref-lk__text-link span{font-size:18px}
.dpref-lk__coverage-board { position:relative;min-height:580px;overflow:hidden;border:1px solid rgba(16,22,16,.15);background:#111811;color:#fff;box-shadow:var(--lk-shadow) }.dpref-lk__coverage-board::before{content:"";position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(200,255,61,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(200,255,61,.08) 1px,transparent 1px);background-size:52px 52px}.dpref-lk__coverage-board-head{position:relative;z-index:3;display:flex;justify-content:space-between;padding:17px 20px;border-bottom:1px solid rgba(255,255,255,.1);font:9px/1 monospace;letter-spacing:.12em;color:rgba(255,255,255,.4)}.dpref-lk__coverage-board-head b{display:flex;align-items:center;gap:7px;color:var(--lk-signal)}.dpref-lk__coverage-board-head i{width:5px;height:5px;border-radius:50%;background:currentColor}.dpref-lk__coverage-rings{position:absolute;left:50%;top:48%;width:420px;max-width:80%;aspect-ratio:1;transform:translate(-50%,-50%);border:1px solid rgba(200,255,61,.16);border-radius:50%}.dpref-lk__coverage-rings i{position:absolute;inset:17%;border:1px solid rgba(200,255,61,.12);border-radius:50%}.dpref-lk__coverage-rings i:nth-child(2){inset:34%}.dpref-lk__coverage-rings i:nth-child(3){inset:47%}.dpref-lk__coverage-rings::before,.dpref-lk__coverage-rings::after{content:"";position:absolute;background:rgba(200,255,61,.14)}.dpref-lk__coverage-rings::before{left:50%;top:0;bottom:0;width:1px}.dpref-lk__coverage-rings::after{top:50%;left:0;right:0;height:1px}.dpref-lk__coverage-rings span{position:absolute;left:50%;top:50%;width:12px;height:12px;border-radius:50%;background:var(--lk-signal);box-shadow:0 0 25px var(--lk-signal)}
.dpref-lk__coverage-metrics{position:absolute;z-index:3;left:24px;right:24px;bottom:86px;display:grid;grid-template-columns:repeat(3,1fr);background:rgba(7,11,8,.85);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(12px)}.dpref-lk__coverage-metrics div{padding:20px;text-align:center}.dpref-lk__coverage-metrics div+div{border-left:1px solid rgba(255,255,255,.1)}.dpref-lk__coverage-metrics strong,.dpref-lk__coverage-metrics span{display:block}.dpref-lk__coverage-metrics strong{color:var(--lk-signal);font-size:42px;line-height:1}.dpref-lk__coverage-metrics span{margin-top:6px;color:rgba(255,255,255,.4);font-size:8px;text-transform:uppercase}.dpref-lk__coverage-log{position:absolute;z-index:3;left:24px;right:24px;bottom:22px;display:flex;justify-content:space-between;color:rgba(255,255,255,.28);font:7px/1 monospace;letter-spacing:.08em}

/* Ecosystem */
.dpref-lk__ecosystem { padding:145px 0;background:#e9e7de; }
.dpref-lk__ecosystem-stage { position:relative;min-height:720px;border:1px solid rgba(16,22,16,.13);background:rgba(255,255,255,.42);overflow:hidden }.dpref-lk__ecosystem-stage::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(79,95,54,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(79,95,54,.07) 1px,transparent 1px);background-size:58px 58px}.dpref-lk__ecosystem-core{position:absolute;z-index:4;left:50%;top:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:220px;height:220px;transform:translate(-50%,-50%);border:1px solid rgba(200,255,61,.4);border-radius:50%;background:#111811;color:#fff;box-shadow:0 0 0 26px rgba(79,95,54,.08),0 30px 70px rgba(16,22,16,.22)}.dpref-lk__ecosystem-core>span{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--lk-signal);color:var(--lk-signal);font-weight:900}.dpref-lk__ecosystem-core strong{margin-top:14px;font-size:21px;text-transform:uppercase}.dpref-lk__ecosystem-core small{max-width:130px;margin-top:5px;color:rgba(255,255,255,.38);font-size:8px;text-align:center;text-transform:uppercase}.dpref-lk__ecosystem-line{position:absolute;z-index:1;left:50%;top:50%;height:1px;background:rgba(79,95,54,.25);transform-origin:left center}.dpref-lk__ecosystem-line--one{width:31%;transform:rotate(-150deg)}.dpref-lk__ecosystem-line--two{width:34%;transform:rotate(-30deg)}.dpref-lk__ecosystem-line--three{width:34%;transform:rotate(30deg)}.dpref-lk__ecosystem-line--four{width:31%;transform:rotate(150deg)}
.dpref-lk__eco-node{position:absolute;z-index:3;width:250px;min-height:160px;padding:22px;border:1px solid rgba(16,22,16,.14);background:rgba(255,255,255,.86);box-shadow:0 16px 40px rgba(16,22,16,.07)}.dpref-lk__eco-node>span{color:var(--lk-olive);font-size:9px;font-weight:850}.dpref-lk__eco-node h3{margin-top:22px;font-size:23px}.dpref-lk__eco-node p{margin-top:9px;color:var(--lk-muted);font-size:12px;line-height:1.6}.dpref-lk__eco-node--one{left:5%;top:10%}.dpref-lk__eco-node--two{right:5%;top:10%}.dpref-lk__eco-node--three{left:4%;bottom:9%}.dpref-lk__eco-node--four{right:4%;bottom:9%}.dpref-lk__eco-node--five{left:50%;bottom:3%;transform:translateX(-50%);width:230px;min-height:135px}

/* Gallery */
.dpref-lk__gallery { padding:145px 0;background:#0a0f0a;color:#fff }.dpref-lk__gallery-head{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:55px}.dpref-lk__gallery-head .dpref-lk__section-kicker{color:var(--lk-signal)}.dpref-lk__gallery-head h2 em{color:var(--lk-signal)}.dpref-lk__gallery-head p{max-width:480px;color:rgba(255,255,255,.53);font-size:16px;line-height:1.8}.dpref-lk__gallery-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(2,300px);gap:14px}.dpref-lk__gallery-item{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.dpref-lk__gallery-item--wide{grid-row:1/3}.dpref-lk__gallery-item img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.08);transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .5s ease}.dpref-lk__gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,8,5,.78),transparent 55%)}.dpref-lk__gallery-item:hover img{transform:scale(1.045);filter:saturate(.95) contrast(1.05)}.dpref-lk__gallery-item figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}.dpref-lk__gallery-item figcaption span,.dpref-lk__gallery-item figcaption strong{display:block}.dpref-lk__gallery-item figcaption span{color:var(--lk-signal);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dpref-lk__gallery-item figcaption strong{margin-top:5px;font-size:18px}

/* Results */
.dpref-lk__results { padding:145px 0;background:var(--lk-paper) }.dpref-lk__results-shell{padding:clamp(38px,6vw,80px);border:1px solid rgba(16,22,16,.13);background:#fff}.dpref-lk__results-copy{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;padding-bottom:60px;border-bottom:1px solid var(--lk-line)}.dpref-lk__results-copy h2{font-size:clamp(42px,4.7vw,69px)}.dpref-lk__results-copy p{color:var(--lk-muted);font-size:16px;line-height:1.85}.dpref-lk__results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-top:25px}.dpref-lk__results-grid article{min-height:230px;padding:35px 38px;border-bottom:1px solid var(--lk-line)}.dpref-lk__results-grid article:nth-child(odd){border-right:1px solid var(--lk-line)}.dpref-lk__results-grid article:nth-last-child(-n+2){border-bottom:0}.dpref-lk__results-grid span{color:var(--lk-olive);font-size:10px;font-weight:850}.dpref-lk__results-grid h3{margin-top:30px;font-size:27px}.dpref-lk__results-grid p{margin-top:14px;color:var(--lk-muted);font-size:14px;line-height:1.7}

/* CTA */
.dpref-lk__cta{position:relative;overflow:hidden;padding:130px 0 30px;color:#fff;background:linear-gradient(135deg,#07100b,#0b1220 58%,#101b12)}.dpref-lk__cta-grid{position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(200,255,61,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(200,255,61,.08) 1px,transparent 1px);background-size:72px 72px}.dpref-lk__cta-orb{position:absolute;right:-120px;top:-140px;width:480px;height:480px;border-radius:50%;background:rgba(200,255,61,.08);filter:blur(12px)}.dpref-lk__cta-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end;padding-bottom:100px}.dpref-lk__cta-kicker{color:var(--lk-signal)}.dpref-lk__cta h2{font-size:clamp(48px,5.4vw,80px)}.dpref-lk__cta-copy p{max-width:720px;margin-top:28px;color:rgba(255,255,255,.62);font-size:17px;line-height:1.8}.dpref-lk__cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.dpref-lk__cta-phone small,.dpref-lk__cta-phone strong{display:block}.dpref-lk__cta-phone small{color:rgba(255,255,255,.4);font-size:10px;text-transform:uppercase}.dpref-lk__cta-phone strong{margin-top:5px;font-size:22px}.dpref-lk__cta-footer{position:relative;z-index:2;display:flex;justify-content:space-between;width:min(calc(100% - 48px),var(--lk-container));margin-inline:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.11);color:rgba(255,255,255,.28);font:8px/1 monospace;letter-spacing:.12em}

/* Responsive */
@media (max-width: 1120px) {
  .dpref-lk__hero { min-height:auto; padding-top:105px; }
  .dpref-lk__hero-grid { grid-template-columns:1fr; }
  .dpref-lk__hero-copy { max-width:850px; }
  .dpref-lk__hero-visual { width:min(100%,760px); margin-inline:auto; }
  .dpref-lk__scope-grid { grid-template-columns:repeat(2,1fr); }
  .dpref-lk__strategy-grid { grid-template-columns:1fr; }
  .dpref-lk__strategy-arrow { flex-direction:row; gap:10px; padding:2px 0; }
  .dpref-lk__strategy-arrow span { transform:rotate(90deg); }
  .dpref-lk__strategy-arrow small { writing-mode:initial; margin:0; }
  .dpref-lk__strategy-panel { min-height:auto; }
  .dpref-lk__command-layout { grid-template-columns:220px 1fr; }
  .dpref-lk__command-panel { grid-template-columns:1fr; }
  .dpref-lk__panel-visual { min-height:500px; border-right:0; border-bottom:1px solid rgba(255,255,255,.09); }
  .dpref-lk__coverage-grid { grid-template-columns:1fr; }
  .dpref-lk__coverage-copy { max-width:760px; }
  .dpref-lk__ecosystem-stage { min-height:800px; }
}

@media (max-width: 820px) {
  .dpref-lk__container { width:min(calc(100% - 32px),var(--lk-container)); }
  .dpref-lk h1 { font-size:clamp(46px,12vw,76px); }
  .dpref-lk h2 { font-size:clamp(37px,9vw,58px); }
  .dpref-lk__hero { padding:92px 0 78px; }
  .dpref-lk__hero-meta { grid-template-columns:1fr; gap:13px; }
  .dpref-lk__hero-meta div,.dpref-lk__hero-meta div+div { padding:0 0 13px; border-left:0; border-bottom:1px solid rgba(255,255,255,.1); }
  .dpref-lk__hero-visual { min-height:540px; }
  .dpref-lk__radar { width:480px; height:480px; }
  .dpref-lk__floating-card--coverage { left:0; top:65px; }
  .dpref-lk__floating-card--quote { right:0; bottom:30px; }
  .dpref-lk__site-preview { height:390px; }
  .dpref-lk__site-menu { display:none; }
  .dpref-lk__overview,.dpref-lk__strategy,.dpref-lk__command,.dpref-lk__design,.dpref-lk__coverage,.dpref-lk__ecosystem,.dpref-lk__gallery,.dpref-lk__results { padding:100px 0; }
  .dpref-lk__section-heading { grid-template-columns:1fr; margin-bottom:48px; }
  .dpref-lk__overview-grid { grid-template-columns:1fr; }
  .dpref-lk__scope-grid { grid-template-columns:1fr 1fr; }
  .dpref-lk__command-layout { grid-template-columns:1fr; }
  .dpref-lk__command-tabs { display:grid;grid-template-columns:repeat(2,1fr);border-right:0;border-bottom:1px solid rgba(255,255,255,.1); }
  .dpref-lk__command-tabs button { min-height:105px;border-right:1px solid rgba(255,255,255,.08); }
  .dpref-lk__command-tabs button::after { top:auto;right:0;width:auto;height:3px;transform:scaleX(0); }
  .dpref-lk__command-tabs button.is-active::after { transform:scaleX(1); }
  .dpref-lk__design-grid { grid-template-columns:1fr; }
  .dpref-lk__coverage-board { min-height:540px; }
  .dpref-lk__ecosystem-stage { min-height:auto; display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px; }
  .dpref-lk__ecosystem-core { position:relative;left:auto;top:auto;grid-column:1/3;width:190px;height:190px;margin:10px auto 30px;transform:none; }
  .dpref-lk__ecosystem-line { display:none; }
  .dpref-lk__eco-node { position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:auto!important;min-height:160px; }
  .dpref-lk__eco-node--five { grid-column:1/3; }
  .dpref-lk__gallery-head { grid-template-columns:1fr;gap:24px; }
  .dpref-lk__gallery-grid { grid-template-columns:1fr;grid-template-rows:440px 280px 280px; }
  .dpref-lk__gallery-item--wide { grid-row:auto; }
  .dpref-lk__results-copy { grid-template-columns:1fr;gap:28px; }
  .dpref-lk__cta-inner { grid-template-columns:1fr;gap:42px; }
}

@media (max-width: 580px) {
  .dpref-lk__container { width:min(calc(100% - 24px),var(--lk-container)); }
  .dpref-lk h1 { font-size:clamp(40px,12.2vw,56px); letter-spacing:-.06em; }
  .dpref-lk h2 { font-size:clamp(34px,10vw,48px); }
  .dpref-lk__backlink { margin-bottom:26px; }
  .dpref-lk__eyebrow { max-width:100%;font-size:9px;line-height:1.4; }
  .dpref-lk__hero-lead { margin-top:23px;font-size:16px;line-height:1.7; }
  .dpref-lk__hero-actions { display:grid;grid-template-columns:1fr; }
  .dpref-lk__button { width:100%;min-height:56px;padding-inline:18px;font-size:11px; }
  .dpref-lk__hero-visual { min-height:480px;margin-top:25px; }
  .dpref-lk__browser { border-radius:12px; }
  .dpref-lk__browser-bar { grid-template-columns:60px 1fr 64px;height:41px;padding:0 10px; }
  .dpref-lk__browser-live { font-size:7px; }
  .dpref-lk__site-preview { height:350px; }
  .dpref-lk__site-nav { left:16px;right:16px;top:16px; }
  .dpref-lk__site-copy { left:19px;right:19px;bottom:46px; }
  .dpref-lk__site-copy strong { font-size:27px; }
  .dpref-lk__site-command { right:10px;bottom:10px; }
  .dpref-lk__floating-card { padding:11px 12px; }
  .dpref-lk__floating-card--coverage { top:30px;left:-6px;min-width:150px; }
  .dpref-lk__floating-card--quote { right:-6px;bottom:8px; }
  .dpref-lk__floating-card strong { font-size:10px; }
  .dpref-lk__radar { width:390px;height:390px; }
  .dpref-lk__scroll-cue { display:none; }
  .dpref-lk__ribbon span { padding:12px 13px;font-size:9px; }
  .dpref-lk__overview,.dpref-lk__strategy,.dpref-lk__command,.dpref-lk__design,.dpref-lk__coverage,.dpref-lk__ecosystem,.dpref-lk__gallery,.dpref-lk__results { padding:78px 0; }
  .dpref-lk__section-heading { gap:14px;margin-bottom:38px; }
  .dpref-lk__overview-story .dpref-lk__dropcap { font-size:18px; }
  .dpref-lk__overview-story p { font-size:15px; }
  .dpref-lk__project-card { padding:20px; }
  .dpref-lk__project-card dl div { grid-template-columns:76px 1fr;gap:9px; }
  .dpref-lk__scope-grid { grid-template-columns:1fr;gap:10px;margin-top:50px; }
  .dpref-lk__scope-card { min-height:auto;padding:22px; }
  .dpref-lk__scope-card>span { margin-bottom:30px; }
  .dpref-lk__strategy-panel { padding:25px 20px; }
  .dpref-lk__panel-head { margin-bottom:45px; }
  .dpref-lk__mini-steps { grid-template-columns:1fr; }
  .dpref-lk__mini-steps div { min-height:105px; }
  .dpref-lk__mini-steps strong { margin-top:17px; }
  .dpref-lk__command-topbar { padding:0 10px;font-size:7px; }
  .dpref-lk__command-topbar div:last-child { display:none; }
  .dpref-lk__command-tabs { grid-template-columns:1fr 1fr; }
  .dpref-lk__command-tabs button { min-height:92px;padding:13px;grid-template-columns:24px 1fr;gap:1px 6px; }
  .dpref-lk__command-tabs button b { font-size:10px; }
  .dpref-lk__command-tabs button small { font-size:7px; }
  .dpref-lk__panel-visual { min-height:400px;padding:18px; }
  .dpref-lk__panel-copy { padding:30px 22px; }
  .dpref-lk__panel-copy h3 { font-size:34px; }
  .dpref-lk__form-window { padding:14px; }
  .dpref-lk__form-fields { grid-template-columns:1fr; }
  .dpref-lk__map-radar { width:300px;max-width:88%; }
  .dpref-lk__map-stats { left:12px;right:12px;bottom:12px; }
  .dpref-lk__map-stats div { padding:9px 4px; }
  .dpref-lk__map-stats strong { font-size:18px; }
  .dpref-lk__phone { width:220px;height:440px; }
  .dpref-lk__palette,.dpref-lk__type-card,.dpref-lk__ui-card,.dpref-lk__brand-quote { min-height:auto;padding:22px; }
  .dpref-lk__swatches { height:auto;grid-template-columns:1fr; }
  .dpref-lk__swatch { min-height:110px; }
  .dpref-lk__type-display { margin-top:40px;font-size:44px; }
  .dpref-lk__coverage-board { min-height:500px; }
  .dpref-lk__coverage-rings { max-width:88%; }
  .dpref-lk__coverage-metrics { left:12px;right:12px;bottom:65px; }
  .dpref-lk__coverage-metrics div { padding:14px 3px; }
  .dpref-lk__coverage-metrics strong { font-size:29px; }
  .dpref-lk__coverage-log { left:12px;right:12px;bottom:19px;display:grid;gap:5px; }
  .dpref-lk__ecosystem-stage { grid-template-columns:1fr;padding:12px; }
  .dpref-lk__ecosystem-core,.dpref-lk__eco-node--five { grid-column:auto; }
  .dpref-lk__eco-node { min-height:auto; }
  .dpref-lk__gallery-grid { grid-template-rows:380px 240px 240px; }
  .dpref-lk__results-shell { padding:24px 18px; }
  .dpref-lk__results-copy { padding-bottom:38px; }
  .dpref-lk__results-grid { grid-template-columns:1fr; }
  .dpref-lk__results-grid article,.dpref-lk__results-grid article:nth-child(odd),.dpref-lk__results-grid article:nth-last-child(-n+2) { min-height:auto;padding:28px 8px;border-right:0;border-bottom:1px solid var(--lk-line); }
  .dpref-lk__results-grid article:last-child { border-bottom:0; }
  .dpref-lk__cta { padding-top:85px; }
  .dpref-lk__cta-inner { padding-bottom:65px; }
  .dpref-lk__cta h2 { font-size:clamp(38px,10.6vw,50px); }
  .dpref-lk__cta-footer { width:min(calc(100% - 24px),var(--lk-container));display:grid;gap:8px;line-height:1.5; }
}

@media (prefers-reduced-motion: reduce) {
  .dpref-lk *, .dpref-lk *::before, .dpref-lk *::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .dpref-lk [data-lk-reveal] { opacity:1; transform:none; }
}

/* Inaktív interaktív panelek biztos elrejtése Elementor-környezetben is */
.dpref-lk .dpref-lk__command-panel[hidden] {
  display: none !important;
}/* End custom CSS */