body.lst-page {
    background: #000000;
    color: var(--text);
  }
  body.lst-page header.site-header {
    background: rgba(4, 12, 20, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom-color: rgba(255, 255, 255, 0.07);
  }
  /* Match Site settings → Content box width (--max), same as pages/posts/blog */
  body.lst-page main {
    max-width: var(--max);
  }
  .lst-wrap {
    --lst-edge: rgba(255, 255, 255, 0.08);
    --lst-soft: 0 12px 40px rgba(0, 0, 0, 0.35);
    padding: 2.5rem 1.25rem 4rem;
  }
  .lst-hero h1 {
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin-bottom: 0.85rem;
    color: #f2f4f8;
  }
  .lst-em {
    color: var(--accent);
  }
  .lst-lead {
    font-size: 1.05rem;
    color: #a8b0c0;
    line-height: 1.65;
    max-width: 40rem;
    margin: 0 0 2rem;
  }
  .lst-hero-card {
    padding: 0;
    margin-bottom: 0;
  }
  .lst-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.7rem;
  }
  .lst-panel {
    background: rgba(18, 21, 28, 0.92);
    border: 1px solid var(--lst-edge);
    border-radius: 14px;
    padding: 2rem 1.9rem;
    box-shadow: var(--lst-soft);
    margin-bottom: 1.25rem;
    border-color: rgba(0, 153, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(0, 153, 255, 0.14), 0 16px 46px rgba(0, 0, 0, 0.4);
  }
  .lst-field label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b94a5;
    margin-bottom: 0.55rem;
  }
  .lst-field input {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    color: var(--text);
    font-size: 1.05rem;
    font-family: inherit;
    box-sizing: border-box;
  }
  .lst-field input:focus {
    outline: 2px solid rgba(0, 153, 255, 0.45);
    outline-offset: 1px;
  }
  .lst-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.15rem;
  }
  .lst-btn {
    padding: 0.8rem 1.35rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-weight: 700;
    font-size: 0.98rem;
    cursor: pointer;
    font-family: inherit;
  }
  .lst-btn--primary {
    background: linear-gradient(180deg, #1aa8ff 0%, var(--accent) 100%);
    border-color: transparent;
  }
  .lst-status {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #9aa3b3;
    min-height: 1.2em;
  }
  .lst-status--ok {
    color: #9ad8b8;
  }
  .lst-status--err {
    color: #e8b4bc;
    line-height: 1.55;
    max-width: 42rem;
  }
  .lst-sections {
    margin-top: 2rem;
  }
  .lst-cards-grid {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-bottom: 1.1rem;
  }
  .lst-card {
    background: rgba(18, 21, 28, 0.92);
    border: 1px solid var(--lst-edge);
    border-radius: 15px;
    padding: 1.3rem 1.2rem;
    box-shadow: var(--lst-soft);
  }
  .lst-card h2 {
    font-size: 1.12rem;
    margin-bottom: 0.55rem;
    color: #eef1f6;
  }
  .lst-card p {
    color: #aeb6c4;
    line-height: 1.65;
    margin: 0 0 0.75rem;
  }
  .lst-card p:last-child {
    margin-bottom: 0;
  }
  .lst-card h3 {
    color: #e8edf6;
    margin: 1rem 0 0.45rem;
    font-size: 1rem;
  }
  .lst-list {
    margin: 0.4rem 0 0;
    padding-left: 1.15rem;
    color: #aeb6c4;
  }
  .lst-list li {
    margin-bottom: 0.35rem;
  }
  .lst-reco {
    display: none;
    border-color: rgba(0, 153, 255, 0.35);
    background: rgba(0, 153, 255, 0.08);
    margin-top: 0.9rem;
  }
  .lst-reco.is-visible {
    display: block;
  }
  .lst-reco-title {
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #eef1f6;
  }
  .lst-reco a {
    display: inline-block;
    margin-top: 0.65rem;
    font-weight: 700;
  }
  .lst-callout {
    border-color: rgba(0, 153, 255, 0.32);
    background: rgba(0, 153, 255, 0.08);
    text-align: center;
    padding: 2.6rem 1.2rem;
  }
  .lst-callout a {
    font-weight: 700;
    text-decoration: none;
  }
  .lst-callout h2 {
    font-size: clamp(1.7rem, 3.4vw, 2.1rem);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
  }
  .lst-callout p {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    color: #a6b1c2;
  }
  .lst-callout .lst-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 0.72rem 1.35rem;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #1aa8ff 0%, var(--accent) 100%);
    color: #fff !important;
    font-size: 0.9rem;
    box-shadow: 0 6px 22px rgba(0, 153, 255, 0.32);
  }
  .lst-callout .lst-cta-btn:hover {
    filter: brightness(1.06);
  }
  .lst-faq {
    background: #0b0d12;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 1.15rem;
  }
  @media (min-width: 980px) {
    .lst-faq {
      padding: 1.4rem;
    }
  }
  .lst-faq__body {
    background: #0f1117;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1rem;
  }
  .lst-faq__kicker {
    display: inline-block;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #27d3a2;
    border: 1px solid rgba(39, 211, 162, 0.35);
    border-radius: 6px;
    padding: 0.18rem 0.4rem;
    margin-bottom: 0.75rem;
  }
  .lst-faq__title {
    font-size: clamp(1.45rem, 3.4vw, 2.2rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #f2f4f8;
    margin: 0 0 0.85rem;
  }
  .lst-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.15rem 0;
  }
  .lst-faq-item:last-child {
    border-bottom: none;
  }
  .lst-faq-item summary {
    list-style: none;
    cursor: pointer;
    color: #e6eaf2;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.82rem 1.25rem 0.82rem 0;
    position: relative;
  }
  .lst-faq-item summary::-webkit-details-marker {
    display: none;
  }
  .lst-faq-item summary::after {
    content: "›";
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #96a0b2;
    font-size: 1.1rem;
    transition: transform 0.15s ease;
  }
  .lst-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .lst-faq-answer {
    color: #adb5c3;
    font-size: 0.92rem;
    line-height: 1.7;
    padding: 0 0 0.95rem;
  }
  .lst-faq-answer p {
    margin: 0;
  }
