﻿/* ---- Homepage (from home.php) ---- */
.lk-shell:has(.lk-home),
.lk-shell .main:has(.lk-home),
.lk-shell .main-inner:has(> .lk-home) {
  max-width: 100%;
  min-width: 0;
}
.lk-shell .main:has(.lk-home),
.lk-shell .main-inner:has(> .lk-home) {
  overflow-x: hidden;
}
.lk-shell .main-inner:has(> .lk-home) {
  width: 100%;
  max-width: 1240px;
}
.lk-home {
  --lk-home-ink: #101820;
  --lk-home-soft: #42515c;
  --lk-home-muted: #52616d;
  --lk-home-line: #dfe8e3;
  --lk-home-card: #ffffff;
  --lk-home-primary: #143a2d;
  --lk-home-primary-strong: #0b261d;
  --lk-home-lime: #b9f46d;
  --lk-home-lemon: #ffd84d;
  --lk-home-leaf: #1f6b4b;
  --lk-home-soft-surface: #f0f8ee;
  --lk-home-shadow: 0 18px 48px rgba(15, 35, 25, .12);
  --lk-home-ring: rgba(185, 244, 109, .34);

  width: 100%;
  max-width: min(1180px, 100%);
  min-width: 0;
  margin: 0 auto;
  padding: 12px 0 28px;
  color: var(--lk-home-ink);
  box-sizing: border-box;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .lk-home {
    overflow-x: hidden;
  }
}
.lk-home *,
.lk-home *::before,
.lk-home *::after {
  box-sizing: border-box;
}
.lk-home a {
  color: inherit;
}
.lk-home img {
  max-width: 100%;
}
.lk-home h1,
.lk-home h2,
.lk-home h3,
.lk-home p {
  margin-top: 0;
}
.lk-home p {
  color: var(--lk-home-muted);
  line-height: 1.6;
}
.lk-home .lk-home-shell {
  display: grid;
  gap: 16px;
  min-width: 0;
}
.lk-home .lk-home-hero,
.lk-home .lk-home-section,
.lk-home .lk-home-cta,
.lk-home .lk-home-promise,
.lk-home .lk-home-hero-copy,
.lk-home .lk-home-shortener {
  max-width: 100%;
  min-width: 0;
}
.lk-home .lk-home-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  min-height: clamp(470px, 52vw, 620px);
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid rgba(15, 35, 25, .12);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(7, 42, 31, .98), rgba(17, 73, 51, .93) 54%, rgba(11, 38, 29, .97)),
    url('/lyn_header.png') center/cover no-repeat;
  box-shadow: var(--lk-home-shadow);
  color: #ffffff;
}
.lk-home .lk-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(185, 244, 109, .13) 44%, rgba(255, 216, 77, .15) 49%, transparent 58%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 42px);
  background-size: 220% 100%, auto;
  opacity: .85;
  pointer-events: none;
  animation: lkHomeSheen 12s ease-in-out infinite;
}
.lk-home .lk-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 38, 29, .86), rgba(11, 38, 29, .50)),
    radial-gradient(680px 220px at 78% 18%, rgba(255, 216, 77, .22), transparent 65%);
  pointer-events: none;
}
.lk-home .lk-home-hero > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 920px) {
  .lk-home .lk-home-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 460px);
    align-items: center;
    gap: clamp(20px, 3.4vw, 46px);
  }
  .lk-home .lk-home-hero-copy {
    grid-column: 1;
  }
  .lk-home .lk-home-shortener {
    grid-column: 2;
    align-self: center;
  }
}
.lk-home .lk-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .90);
  font-size: .86rem;
  font-weight: 850;
}
.lk-home .lk-home-kicker img {
  width: 20px;
  height: 25px;
}
.lk-home .lk-home-title {
  max-width: 760px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  line-height: .97;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.lk-home .lk-home-lead {
  max-width: 690px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}
.lk-home .lk-home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lk-home .lk-home-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .84);
  font-size: .88rem;
  font-weight: 760;
}
.lk-home .lk-home-shortener {
  container-type: inline-size;
  width: min(100%, 520px);
  justify-self: stretch;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 252, 248, .97));
  box-shadow:
    0 28px 72px rgba(0, 0, 0, .26),
    0 0 0 1px rgba(185, 244, 109, .16);
  color: var(--lk-home-ink);
}
@media (min-width: 920px) {
  .lk-home .lk-home-shortener {
    justify-self: end;
    width: 100%;
  }
}
@media (max-width: 919px) {
  .lk-home .lk-home-shortener {
    justify-self: start;
  }
}
.lk-home .lk-home-shortener h2 {
  margin-bottom: 6px;
  color: var(--lk-home-ink);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.lk-home .lk-home-shortener p {
  margin-bottom: 14px;
}
.lk-home .lk-home-short-form {
  display: grid;
  gap: 10px;
}
.lk-home .lk-home-field {
  display: grid;
  gap: 7px;
}
.lk-home .lk-home-field label {
  color: var(--lk-home-soft);
  font-size: .86rem;
  font-weight: 850;
}
.lk-home .lk-home-url-row {
  display: grid;
  gap: 9px;
}
@media (min-width: 620px) {
  .lk-home .lk-home-url-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
.lk-home .lk-home-url-row input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--lk-home-line);
  border-radius: 10px;
  color: var(--lk-home-ink);
  font: inherit;
  font-weight: 650;
}
.lk-home .lk-home-url-row input:focus-visible,
.lk-home .lk-home-button:focus-visible,
.lk-home .lk-home-link:focus-visible,
.lk-home .lk-home-copy:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px var(--lk-home-ring);
  border-color: rgba(185, 244, 109, .80);
}
.lk-home .lk-home-button,
.lk-home .lk-home-link,
.lk-home .lk-home-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lk-home-primary), var(--lk-home-primary-strong));
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}
.lk-home .lk-home-button {
  min-height: 52px;
}
.lk-home .lk-home-button:hover,
.lk-home .lk-home-link:hover,
.lk-home .lk-home-copy:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 35, 25, .15);
}
.lk-home .lk-home-button[disabled] {
  cursor: wait;
  opacity: .72;
  transform: none;
  box-shadow: none;
}
.lk-home .lk-home-link.is-secondary,
.lk-home .lk-home-copy {
  border-color: var(--lk-home-line);
  background: #ffffff;
  color: var(--lk-home-ink);
}
.lk-home .lk-home-note {
  margin: 0;
  color: var(--lk-home-muted);
  font-size: .9rem;
}
.lk-home .lk-home-status {
  display: none;
  margin-top: 12px;
  padding: 10px 11px;
  border: 1px solid #c7d6cf;
  border-radius: 10px;
  background: #f0f8ee;
  color: #143a2d;
  font-weight: 760;
}
.lk-home .lk-home-status.is-error {
  display: block;
  border-color: #fecaca;
  background: #fff1f2;
  color: #991b1b;
}
.lk-home .lk-home-status.is-info {
  display: block;
}
.lk-home .lk-home-result {
  position: relative;
  display: none;
  margin-top: 14px;
  border: 1px solid rgba(185, 244, 109, .28);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(155deg, #06271c, #0b3325 64%, #123d2e);
  box-shadow:
    0 20px 44px rgba(11, 38, 29, .22),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  color: #e7f8ef;
}
.lk-home .lk-home-result.is-visible {
  display: block;
}
.lk-home .lk-home-result::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 32%, rgba(185, 244, 109, .10) 45%, transparent 58%);
  pointer-events: none;
  transform: translateX(-100%);
}
.lk-home .lk-home-result.is-visible::before {
  animation: lkHomeResultGlow 2.8s ease-out 1;
}
.lk-home .lk-home-result > * {
  position: relative;
  z-index: 1;
}
.lk-home .lk-home-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #f6ffe8;
  font-size: .82rem;
  font-weight: 900;
}
.lk-home .lk-home-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.lk-home .lk-home-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lk-home-lime);
  box-shadow: 0 0 0 0 rgba(185, 244, 109, .42);
  animation: lkHomePulse 2.4s ease-out infinite;
}
.lk-home .lk-home-json {
  margin: 0;
  padding: 12px;
  overflow-x: auto;
  color: #d9f99d;
  font-size: .92rem;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  cursor: copy;
  transition: background .12s ease;
}
.lk-home .lk-home-json:hover {
  background: rgba(185, 244, 109, .06);
}
.lk-home .lk-home-json:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 3px var(--lk-home-ring);
}
.lk-home .lk-home-json b {
  color: #fef3c7;
  font-weight: 850;
}
.lk-home .lk-home-result-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  align-items: center;
  gap: 8px;
  padding: 0 12px 12px;
}
.lk-home .lk-home-result-actions .lk-home-link,
.lk-home .lk-home-result-actions .lk-home-copy {
  min-height: 40px;
  border-color: rgba(255, 255, 255, .18);
}
.lk-home .lk-home-result-actions .lk-home-link.is-secondary {
  grid-column: 1 / -1;
  justify-self: start;
}
.lk-home .lk-home-section,
.lk-home .lk-home-cta,
.lk-home .lk-home-promise {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--lk-home-line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 35, 25, .06);
}
.lk-home .lk-home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .lk-home .lk-home-section-head {
    display: block;
  }
}
.lk-home .lk-home-eyebrow {
  margin-bottom: 6px;
  color: #12805c;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.lk-home .lk-home-section h2,
.lk-home .lk-home-cta h2,
.lk-home .lk-home-promise h2 {
  margin-bottom: 8px;
  color: var(--lk-home-ink);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.lk-home .lk-home-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 760px) {
  .lk-home .lk-home-trust {
    grid-template-columns: repeat(4, 1fr);
  }
}
.lk-home .lk-home-trust-item,
.lk-home .lk-home-tool,
.lk-home .lk-home-demo,
.lk-home .lk-home-update,
.lk-home .lk-home-promise-item {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--lk-home-line);
  border-radius: 10px;
  background: #f8fbf7;
}
.lk-home .lk-home-trust-item strong,
.lk-home .lk-home-tool strong,
.lk-home .lk-home-demo strong,
.lk-home .lk-home-update strong,
.lk-home .lk-home-promise-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--lk-home-ink);
  font-size: 1rem;
}
.lk-home .lk-home-trust-item span,
.lk-home .lk-home-tool p,
.lk-home .lk-home-demo p,
.lk-home .lk-home-update span,
.lk-home .lk-home-promise-item span {
  margin: 0;
  color: var(--lk-home-muted);
  line-height: 1.5;
}
.lk-home .lk-home-tool-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 760px) {
  .lk-home .lk-home-tool-grid.is-core {
    grid-template-columns: repeat(3, 1fr);
  }
  .lk-home .lk-home-tool-grid.is-secondary {
    grid-template-columns: repeat(4, 1fr);
  }
}
.lk-home .lk-home-tool {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fbf7);
}
.lk-home .lk-home-tool-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #dff4e7;
  color: #143a2d;
  font-weight: 950;
}
.lk-home .lk-home-card-action {
  margin-top: auto;
  color: #143a2d;
  font-weight: 900;
  text-decoration: none;
}
.lk-home .lk-home-card-action:hover {
  text-decoration: underline;
}
.lk-home .lk-home-demos {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
}
.lk-home .lk-home-demo-scroll {
  position: relative;
  max-width: 100%;
  min-width: 0;
}
.lk-home .lk-home-demo-nav {
  display: none;
}
.lk-home .lk-home-demo {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  background: #ffffff;
}
.lk-home .lk-home-demo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
}
.lk-home .lk-home-demo-actions .lk-home-link {
  min-height: 48px;
  padding-inline: 18px;
  border-radius: 12px;
  white-space: nowrap;
  box-shadow:
    0 12px 24px rgba(15, 35, 25, .12),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}
.lk-home .lk-home-demo-actions .lk-home-link.is-secondary {
  border-color: #d8e4de;
  background: linear-gradient(180deg, #ffffff, #fbfdfb);
  color: #101820;
  box-shadow: 0 8px 18px rgba(15, 35, 25, .06);
}
.lk-home .lk-home-demo-actions .lk-home-link:not(.is-secondary) {
  border-color: rgba(11, 38, 29, .18);
  background:
    linear-gradient(135deg, #164734, #0b261d);
  box-shadow:
    0 14px 26px rgba(11, 38, 29, .20),
    inset 0 1px 0 rgba(255, 255, 255, .14);
}
.lk-home .lk-home-updates {
  display: grid;
  gap: 12px;
}
@media (min-width: 760px) {
  .lk-home .lk-home-updates {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lk-home .lk-home-update {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding-right: 68px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border-color: rgba(20, 58, 45, .18);
  background:
    linear-gradient(135deg, rgba(223, 244, 231, .90), rgba(255, 248, 209, .60));
  box-shadow:
    0 12px 24px rgba(15, 35, 25, .08),
    inset 0 1px 0 rgba(255, 255, 255, .62);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.lk-home .lk-home-update::after {
  content: "\2192";
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff5b8 0%, #ffd84d 52%, #b9f46d 100%);
  color: #0b261d;
  font-weight: 950;
  box-shadow:
    0 0 0 4px rgba(255, 216, 77, .16),
    0 12px 22px rgba(15, 35, 25, .14);
  transition: transform .14s ease, box-shadow .14s ease;
}
.lk-home .lk-home-update:hover,
.lk-home .lk-home-update:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(20, 58, 45, .42);
  box-shadow:
    0 18px 34px rgba(15, 35, 25, .14),
    inset 0 1px 0 rgba(255, 255, 255, .70);
}
.lk-home .lk-home-update:hover::after,
.lk-home .lk-home-update:focus-visible::after {
  transform: translateX(3px) scale(1.04);
  box-shadow:
    0 0 0 5px rgba(255, 216, 77, .20),
    0 16px 26px rgba(15, 35, 25, .18);
}
.lk-home .lk-home-update:focus-visible {
  outline: 0;
}
.lk-home .lk-home-promise-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 760px) {
  .lk-home .lk-home-promise-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lk-home .lk-home-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  align-items: center;
  border-color: rgba(255, 216, 77, .28);
  background:
    linear-gradient(115deg, rgba(255, 216, 77, .20), transparent 34%),
    linear-gradient(285deg, rgba(185, 244, 109, .15), transparent 42%),
    linear-gradient(135deg, #143a2d, #0b261d 58%, #1f4f35);
  box-shadow:
    0 20px 54px rgba(15, 35, 25, .16),
    inset 0 1px 0 rgba(255, 255, 255, .10);
  color: #ffffff;
}
.lk-home .lk-home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, .12) 48%, transparent 56%);
  pointer-events: none;
}
.lk-home .lk-home-cta > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 860px) {
  .lk-home .lk-home-cta {
    grid-template-columns: 1fr auto;
  }
}
.lk-home .lk-home-cta h2,
.lk-home .lk-home-cta p {
  color: #ffffff;
}
.lk-home .lk-home-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
}
.lk-home .lk-home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lk-home .lk-home-cta .lk-home-link {
  border-color: rgba(255, 216, 77, .70);
  background: linear-gradient(135deg, #fff5b8 0%, #ffd84d 52%, #b9f46d 100%);
  color: #0b261d;
  box-shadow:
    0 14px 30px rgba(255, 216, 77, .26),
    inset 0 1px 0 rgba(255, 255, 255, .62);
}
.lk-home .lk-home-cta .lk-home-link.is-secondary {
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .22);
}
@media (max-width: 560px) {
  .lk-home .lk-home-hero,
  .lk-home .lk-home-section,
  .lk-home .lk-home-cta,
  .lk-home .lk-home-promise {
    border-radius: 12px;
  }
  .lk-home .lk-home-hero {
    min-height: auto;
    padding: 18px;
  }
  .lk-home .lk-home-title {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }
  .lk-home .lk-home-proof span {
    flex: 1 1 145px;
  }
  .lk-home .lk-home-url-row {
    grid-template-columns: 1fr;
  }
  .lk-home .lk-home-button,
  .lk-home .lk-home-link,
  .lk-home .lk-home-copy {
    width: 100%;
  }
  .lk-home .lk-home-json {
    font-size: .84rem;
  }
  .lk-home .lk-home-result-actions {
    grid-template-columns: 1fr;
  }
  .lk-home .lk-home-result-actions .lk-home-link.is-secondary {
    grid-column: auto;
    justify-self: stretch;
  }
}
@media (max-width: 900px) {
  .lk-home .lk-home-demo-scroll.is-scrollable {
    margin-inline: -4px;
  }
  .lk-home .lk-home-demo-scroll.is-scrollable .lk-home-demos {
    padding-inline: 42px;
    scroll-padding-inline: 42px;
  }
  .lk-home .lk-home-demo-scroll.is-scrollable .lk-home-demo-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 48px;
    border: 1px solid rgba(255, 216, 77, .78);
    border-radius: 999px;
    background: linear-gradient(180deg, #fff7bf, #ffd84d);
    color: #0b261d;
    font: inherit;
    font-size: 1.4rem;
    font-weight: 950;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow:
      0 0 0 4px rgba(255, 216, 77, .16),
      0 0 24px rgba(255, 216, 77, .58),
      0 10px 22px rgba(11, 38, 29, .18);
    animation: lkHomeDemoArrowGlow 1.8s ease-in-out infinite;
  }
  .lk-home .lk-home-demo-scroll.is-scrollable .lk-home-demo-nav:hover {
    transform: translateY(-50%) scale(1.04);
  }
  .lk-home .lk-home-demo-scroll.is-scrollable .lk-home-demo-nav[disabled] {
    opacity: .42;
    cursor: default;
    animation: none;
  }
  .lk-home .lk-home-demo-scroll.is-scrollable .lk-home-demo-nav.is-prev {
    left: 0;
  }
  .lk-home .lk-home-demo-scroll.is-scrollable .lk-home-demo-nav.is-next {
    right: 0;
  }
}
@container (max-width: 520px) {
  .lk-home .lk-home-url-row {
    grid-template-columns: 1fr;
  }
  .lk-home .lk-home-button,
  .lk-home .lk-home-link,
  .lk-home .lk-home-copy {
    width: 100%;
  }
  .lk-home .lk-home-result-actions {
    grid-template-columns: 1fr;
  }
  .lk-home .lk-home-result-actions .lk-home-link.is-secondary {
    grid-column: auto;
    justify-self: stretch;
  }
}
@keyframes lkHomeSheen {
  0%,
  38% {
    background-position: 140% 0, 0 0;
  }
  78%,
  100% {
    background-position: -70% 0, 0 0;
  }
}
@keyframes lkHomeResultGlow {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes lkHomeDemoArrowGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 4px rgba(255, 216, 77, .14),
      0 0 18px rgba(255, 216, 77, .42),
      0 10px 22px rgba(11, 38, 29, .18);
  }
  50% {
    box-shadow:
      0 0 0 7px rgba(255, 216, 77, .22),
      0 0 32px rgba(255, 216, 77, .72),
      0 10px 22px rgba(11, 38, 29, .18);
  }
}
@keyframes lkHomePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(185, 244, 109, .42);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(185, 244, 109, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(185, 244, 109, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lk-home .lk-home-hero::before,
  .lk-home .lk-home-demo-nav,
  .lk-home .lk-home-result.is-visible::before,
  .lk-home .lk-home-dot::before {
    animation: none;
  }
}

