.cl-icon { width: 16px; height: 16px; stroke-width: 1.9; }

.lx-page-hero {
  padding: 0 32px;
  background: #f7f7f8;
  border-bottom: 1px solid #e5e7eb;
}

.lx-page-hero-desktop {
  min-height: 207px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 0 34px;
}

.lx-page-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 11px;
  border: 1px solid #dcdfe4;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.lx-page-pill span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
}

.lx-page-hero h1 {
  margin: 18px 0 0;
  font: 800 clamp(30px, 3.2vw, 42px)/1.08 Manrope, Inter, sans-serif;
  letter-spacing: -.045em;
}

.lx-page-hero p {
  max-width: 720px;
  margin: 11px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.lx-page-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lx-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid #e2e5e9;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}

.lx-btn:hover { background: #f8f8f9; }

.lx-btn.dark {
  background: #0a0a0a;
  color: #fff;
  border-color: #0a0a0a;
}

.lx-btn.dark:hover { background: #242426; }

.lx-btn svg { width: 16px; height: 16px; }

@media (max-width: 1023px) {
  .lx-page-hero {
    padding: 0 14px;
    border-bottom: 0;
  }

  .lx-page-hero-desktop {
    min-height: auto;
    display: none;
  }

  .lx-mobile-hello {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 12px 16px;
  }

  .lx-mobile-hello h1 {
    margin: 0;
    font: 800 19px/1.2 Manrope, Inter, sans-serif;
    letter-spacing: -.02em;
  }

  .lx-mobile-hello p {
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 11px;
  }

  .lx-mobile-hello button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #ececee;
    border-radius: 12px;
    background: #fff;
  }

  .lx-mobile-hello button svg { width: 17px; height: 17px; }
}
