html {
  overflow-x: hidden;
  min-height: 100%;
  min-height: 100dvh;
  background: #f4f5f7;
}

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

body.ln-body {
  margin: 0;
  min-height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  color: #0e1116;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  background: #f4f5f7;
  overflow-x: visible;
}

body.ln-body > .ln-sticky {
  flex-shrink: 0;
}

body.ln-body > main {
  flex: 1 0 auto;
  width: 100%;
}

body.ln-body > .ln-foot {
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
}

body.ln-body > #mob-menu {
  flex: none;
  order: 99;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #1a6bff;
  text-decoration: none;
}

a:hover {
  color: #0e4fd6;
}

.ln-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ln-sticky {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 245, 247, 0.96);
  border-bottom: 1px solid rgba(14, 17, 22, 0.08);
  backdrop-filter: blur(10px);
}

/* activity-bar.css pulls main up — disable that for the ln layout */
.index-page #main-content {
  margin-top: 0 !important;
}

.index-page .main {
  padding-top: 0 !important;
}

.ln-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
}

.ln-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0e1116;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.ln-brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ln-nav {
  display: flex;
  gap: 26px;
}

.ln-nav a {
  color: #3a4250;
  font-weight: 600;
  font-size: 0.92rem;
}

.ln-nav a:hover {
  color: #1a6bff;
}

.ln-top__cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ln-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(14, 17, 22, 0.14);
  background: #fff;
  color: #0e1116;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.15rem;
}

.ln-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 4px;
  background: #1a6bff;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
}

.ln-btn:hover {
  background: #0e4fd6;
  color: #fff;
}

.ln-btn--ghost {
  background: transparent;
  color: #0e1116;
  border: 1px solid rgba(14, 17, 22, 0.2);
}

.ln-btn--ghost:hover {
  border-color: #1a6bff;
  color: #1a6bff;
}

.ln-form .ln-btn {
  width: 100%;
}

.ln-activity {
  padding: 6px 0 10px;
  border-top: 1px solid rgba(14, 17, 22, 0.06);
}

/* Activity bar on light sticky: readable text even when dimmed */
.ln-activity .activity-bar {
  background: #ffffff;
  border-color: rgba(14, 17, 22, 0.1);
  box-shadow: 0 4px 18px rgba(14, 17, 22, 0.06);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.ln-activity .activity-bar__live {
  border-right-color: rgba(14, 17, 22, 0.1);
}

.ln-activity .activity-bar__live-text {
  color: #6b7280;
}

.ln-activity .activity-bar__item + .activity-bar__item {
  border-left-color: rgba(14, 17, 22, 0.08);
}

.ln-activity .activity-bar__item-icon {
  color: #6b7280;
}

.ln-activity .activity-bar__name {
  color: #0e1116;
}

.ln-activity .activity-bar__suffix {
  color: #6b7280;
}

.ln-activity .activity-bar.activity-bar--dim {
  opacity: 1;
  background: #ffffff;
  border-color: rgba(14, 17, 22, 0.12);
  box-shadow: 0 4px 16px rgba(14, 17, 22, 0.08);
}

.ln-activity .activity-bar.activity-bar--dim .activity-bar__name {
  color: #0e1116;
}

.ln-activity .activity-bar.activity-bar--dim .activity-bar__suffix,
.ln-activity .activity-bar.activity-bar--dim .activity-bar__live-text {
  color: #5b6472;
}

.ln-activity .activity-bar.activity-bar--scroll-blur:not(:hover) {
  -webkit-filter: none;
  filter: none;
  opacity: 0.98;
}

.ln-activity .activity-bar:hover,
.ln-activity .activity-bar.activity-bar--dim:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  background: #fff;
  border-color: rgba(26, 107, 255, 0.35);
  box-shadow: 0 8px 24px rgba(14, 17, 22, 0.1);
}

.ln-activity .activity-bar__item--you {
  background: rgba(26, 107, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(26, 107, 255, 0.25);
}

.ln-activity .activity-bar__item--you .activity-bar__name {
  color: #0e4fd6;
}

#mob-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(14, 17, 22, 0.45);
}

#mob-menu.is-open {
  display: block;
}

.ln-drawer {
  width: min(300px, 88vw);
  height: 100%;
  margin-left: auto;
  background: #f4f5f7;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-left: 1px solid rgba(14, 17, 22, 0.08);
}

.ln-drawer a {
  color: #0e1116;
  font-weight: 700;
  font-size: 1.05rem;
}

/* —— HERO: copy left / form right ~50/50 —— */
.ln-hero {
  padding: 40px 0 56px;
  background:
    linear-gradient(180deg, #eef0f4 0%, #f4f5f7 55%, #f4f5f7 100%);
  scroll-margin-top: 140px;
}

.ln-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.ln-kicker {
  margin: 0 0 10px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a6bff;
}

.ln-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0e1116;
}

.ln-lead {
  margin: 0 0 18px;
  max-width: 42ch;
  color: #4a5568;
  font-size: 1.05rem;
}

.ln-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.ln-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid rgba(14, 17, 22, 0.1);
  border-radius: 4px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  color: #3a4250;
}

/* Scan console mock — flat panel, no window chrome */
.ln-scan {
  margin-top: 8px;
  background: #fff;
  border: 1px solid rgba(14, 17, 22, 0.1);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(14, 17, 22, 0.05);
}

.ln-scan__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #0e1116;
  color: #f4f5f7;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.ln-scan__live {
  color: #5ad18a;
}

.ln-scan__body {
  padding: 14px;
  display: grid;
  gap: 12px;
}

.ln-scan__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
}

.ln-scan__label {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ln-scan__track {
  height: 10px;
  background: #e8eaef;
  border-radius: 2px;
  overflow: hidden;
}

.ln-scan__bar {
  display: block;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #1a6bff, #4d8dff);
}

.ln-panel {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(14, 17, 22, 0.1);
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(14, 17, 22, 0.06);
}

.ln-hero .ln-panel {
  margin-top: 0;
}

.ln-form-title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ln-form-note {
  margin: 0 0 16px;
  color: #6b7280;
  font-size: 0.9rem;
}

.ln-field {
  margin-bottom: 12px;
}

.ln-field input,
.ln-field textarea,
.ln-form .form-input {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(14, 17, 22, 0.16);
  border-radius: 4px;
  background: #fafbfc;
  color: #0e1116;
  font-family: inherit;
  font-size: 0.95rem;
}

.ln-field textarea {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}

.ln-field input:focus,
.ln-field textarea:focus {
  outline: 2px solid rgba(26, 107, 255, 0.35);
  border-color: #1a6bff;
  background: #fff;
}

.ln-legal {
  margin: 12px 0 0;
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.45;
}

.ln-legal a {
  color: #1a6bff;
  text-decoration: underline;
}

/* —— Sections —— */
.ln-sec {
  padding: 64px 0;
}

.ln-sec--alt {
  background: #eef0f4;
}

.ln-sec--panel {
  background: #fff;
  border-top: 1px solid rgba(14, 17, 22, 0.06);
  border-bottom: 1px solid rgba(14, 17, 22, 0.06);
}

.ln-head {
  margin-bottom: 28px;
  max-width: 640px;
}

.ln-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #0e1116;
}

.ln-head p {
  margin: 0;
  color: #4a5568;
}

.ln-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.ln-split--flip > :first-child {
  order: 2;
}

.ln-split--flip > :last-child {
  order: 1;
}

.ln-media {
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(14, 17, 22, 0.08);
  background: #eceef2;
  box-shadow: 0 12px 28px rgba(14, 17, 22, 0.05);
}

.ln-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.ln-about-split .ln-media {
  padding: 24px;
  align-self: start;
}

.ln-copy p {
  margin: 0 0 12px;
  color: #3a4250;
}

.ln-copy p:last-child {
  margin-bottom: 0;
}

/* Intelligence — signal stack (full-width rows, not 3 equal columns) */
.ln-stack {
  display: grid;
  gap: 10px;
}

.ln-stack__row {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: 20px 28px;
  align-items: start;
  padding: 20px 22px;
  background: #0e1116;
  color: #f4f5f7;
  border-radius: 4px;
  border-left: 3px solid #1a6bff;
}

.ln-stack__row:nth-child(2) {
  background: #151a22;
  border-left-color: #5b8cff;
}

.ln-stack__row:nth-child(3) {
  background: #1a2230;
  border-left-color: #8eb0ff;
}

.ln-stack__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2px;
}

.ln-stack__code {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(244, 245, 247, 0.45);
}

.ln-stack__chip {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0e1116;
  background: #7eb6ff;
  border-radius: 2px;
}

.ln-stack__body h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
  color: #fff;
}

.ln-stack__body p {
  margin: 0;
  color: rgba(244, 245, 247, 0.72);
  font-size: 0.94rem;
  max-width: 62ch;
}

/* Features → vertical timeline */
.ln-timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 28px;
}

.ln-timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(26, 107, 255, 0.35);
}

.ln-timeline__item {
  position: relative;
  padding: 0 0 28px 18px;
}

.ln-timeline__item:last-child {
  padding-bottom: 0;
}

.ln-timeline__item::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1a6bff;
  box-shadow: 0 0 0 4px rgba(26, 107, 255, 0.18);
}

.ln-timeline__item h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.ln-timeline__item p {
  margin: 0;
  color: #4a5568;
}

/* Principles — single bordered definition plate */
.ln-plate {
  border: 1px solid rgba(14, 17, 22, 0.14);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.ln-plate__intro {
  padding: 24px 26px 8px;
}

.ln-plate__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  letter-spacing: -0.02em;
}

.ln-plate__intro p {
  margin: 0 0 12px;
  color: #4a5568;
}

.ln-defs {
  margin: 0;
}

.ln-defs__row {
  display: grid;
  grid-template-columns: minmax(160px, 0.4fr) 1fr;
  gap: 16px;
  padding: 18px 26px;
  border-top: 1px solid rgba(14, 17, 22, 0.1);
}

.ln-defs__row dt {
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a6bff;
}

.ln-defs__row dd {
  margin: 0;
  color: #3a4250;
}

.ln-plate__cta {
  padding: 8px 26px 24px;
}

/* Tools */
.ln-tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ln-tool {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(14, 17, 22, 0.1);
  border-radius: 4px;
}

.ln-tool__idx {
  display: block;
  margin-bottom: 10px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a6bff;
}

.ln-tool p {
  margin: 0;
  color: #3a4250;
  font-size: 0.94rem;
}

/* Metrics — compact key-value grid */
.ln-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(14, 17, 22, 0.1);
  border: 1px solid rgba(14, 17, 22, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.ln-metric {
  display: grid;
  gap: 8px;
  padding: 18px 16px;
  background: #fff;
}

.ln-metric__key {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.ln-metric__val {
  margin: 0;
  color: #0e1116;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* Expert board */
.ln-board {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  background: #0e1116;
  color: #f4f5f7;
  border-radius: 6px;
}

.ln-board h2 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  letter-spacing: -0.02em;
  color: #fff;
}

.ln-board p {
  margin: 0 0 12px;
  color: rgba(244, 245, 247, 0.78);
}

.ln-board p:last-child {
  margin-bottom: 0;
}

.ln-board .ln-media {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

/* Reviews — stacked magazine rows */
.seo-reviews {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(14, 17, 22, 0.12);
}

.seo-review {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(14, 17, 22, 0.12);
  background: transparent;
}

.ln-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.seo-review__rating {
  margin: 0 0 6px;
  color: #1a6bff;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.seo-review__body {
  margin: 0 0 8px;
  color: #3a4250;
  font-size: 1.02rem;
}

.seo-review footer {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0e1116;
}

/* FAQ */
.seo-faq {
  max-width: 720px;
  margin: 0 auto;
}

.seo-faq__item {
  border-bottom: 1px solid rgba(14, 17, 22, 0.12);
  padding: 6px 0;
}

.seo-faq__question {
  cursor: pointer;
  font-weight: 700;
  color: #0e1116;
  list-style: none;
  padding: 12px 0;
}

.seo-faq__question::-webkit-details-marker {
  display: none;
}

.seo-faq__question::after {
  content: "+";
  float: right;
  color: #1a6bff;
  font-weight: 700;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}

.seo-faq__item[open] .seo-faq__question::after {
  content: "–";
}

.seo-faq__answer {
  max-height: 220px;
  overflow: auto;
  margin: 0 0 14px;
  color: #4a5568;
}

/* Highlights table */
.ln-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(14, 17, 22, 0.12);
  border-radius: 4px;
  background: #fff;
}

.ln-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.ln-table th,
.ln-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(14, 17, 22, 0.08);
  vertical-align: top;
}

.ln-table th {
  width: 38%;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  background: #fafbfc;
}

.ln-table td {
  color: #0e1116;
  font-weight: 600;
}

.ln-table tr:last-child th,
.ln-table tr:last-child td {
  border-bottom: 0;
}

/* Join CTA */
.ln-join {
  padding: 56px 0 72px;
  background:
    linear-gradient(180deg, #eef0f4 0%, #e4e7ed 100%);
  scroll-margin-top: 140px;
}

.ln-join__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.ln-join h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: -0.025em;
}

.ln-join > .ln-wrap > .ln-join__inner > div:first-child p {
  margin: 0;
  max-width: 46ch;
  color: #4a5568;
}

.ln-join .ln-panel {
  margin-left: 0;
}

/* Footer */
.ln-foot {
  padding: 28px 0 36px;
  border-top: 1px solid rgba(14, 17, 22, 0.1);
  background: #fff;
}

.ln-foot__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
}

.ln-foot nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.ln-foot a {
  color: #3a4250;
  font-size: 0.88rem;
}

.ln-foot a:hover {
  color: #1a6bff;
}

/* Inner pages */
.ln-page {
  padding: 36px 0 64px;
  background: #f4f5f7;
  color: #0e1116;
}

.ln-crumb {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 0.85rem;
  color: #6b7280;
}

.ln-crumb a {
  color: #1a6bff;
}

.ln-page h1 {
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}

.ln-page h2 {
  color: #0e1116;
}

.ln-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

.ln-about-card {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(14, 17, 22, 0.1);
  border-radius: 4px;
}

.ln-about-card h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.ln-about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  margin: 28px 0;
}

.ln-legal-doc {
  background: #fff;
  padding: 28px;
  border-radius: 4px;
  border: 1px solid rgba(14, 17, 22, 0.1);
  color: #0e1116;
}

.ln-legal-doc a {
  color: #1a6bff;
}

.ln-legal-doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 20px;
}

.ln-legal-doc td {
  border: 1px solid rgba(14, 17, 22, 0.12);
  padding: 8px 10px;
  vertical-align: top;
}

.ln-contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 20px;
}

.ln-map {
  margin-top: 28px;
}

.ln-map iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 4px;
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(14, 17, 22, 0.5);
  align-items: center;
  justify-content: center;
}

.popup-content {
  width: min(480px, calc(100% - 32px));
  background: #fff;
  color: #0e1116;
  padding: 24px;
  border-radius: 6px;
}

.ln-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ln-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .ln-nav,
  .ln-top__cta .ln-btn {
    display: none;
  }

  .ln-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ln-hero__grid,
  .ln-split,
  .ln-split--flip,
  .ln-stack__row,
  .ln-tools,
  .ln-metrics,
  .ln-board,
  .ln-join__inner,
  .ln-about-grid,
  .ln-about-split,
  .ln-contact-grid,
  .ln-defs__row {
    grid-template-columns: 1fr;
  }

  .ln-split--flip > :first-child,
  .ln-split--flip > :last-child {
    order: unset;
  }

  .ln-panel {
    max-width: none;
    margin-left: 0;
  }

  .ln-stack__meta {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .seo-review {
    grid-template-columns: 64px 1fr;
  }
}

@media (max-width: 640px) {
  .ln-wrap {
    width: calc(100% - 24px);
  }

  .ln-scan__row {
    grid-template-columns: 72px 1fr;
  }

  .ln-metrics {
    grid-template-columns: 1fr;
  }

  .ln-hero {
    padding: 28px 0 40px;
  }

  .ln-sec {
    padding: 48px 0;
  }
}
