/* ============================================================
   LoPiQ Landing Page — Custom Styles for Material for MkDocs
   ============================================================ */

/* --- Hero Section --- */
.lp-hero {
  text-align: center;
  padding: 3rem 1rem 2.5rem;
}

.lp-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
  letter-spacing: -0.02em;
}

.lp-hero .lp-subtitle {
  font-size: 1.05rem;
  opacity: 0.65;
  margin-bottom: 1rem;
  font-weight: 400;
}

.lp-hero .lp-tagline {
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 2rem;
  opacity: 0.88;
}

.lp-hero .lp-tagline strong {
  /* Use theme accent color via CSS custom property */
  color: var(--md-accent-fg-color);
}

/* CTA buttons row */
.lp-cta {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

/* --- Section headings --- */
.lp-section-title {
  text-align: center;
  margin: 3rem 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}

/* --- "Who is this for?" badges --- */
.lp-usecases {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.lp-usecase-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 1rem;
  border-radius: 2rem;
  font-size: 0.88rem;
  font-weight: 500;
  background: var(--md-code-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
}

/* --- Comparison section --- */
.lp-comparison {
  max-width: 700px;
  margin: 0 auto 2.5rem;
}

.lp-comparison table {
  width: 100%;
}

/* --- Specs list (quick facts) --- */
.lp-specs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5rem 0 2.5rem;
}

.lp-spec {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.85rem;
  border-radius: 0.35rem;
  font-size: 0.82rem;
  background: var(--md-code-bg-color);
  border: 1px solid var(--md-default-fg-color--lightest);
  white-space: nowrap;
}

/* --- Bottom CTA --- */
.lp-bottom-cta {
  text-align: center;
  padding: 2.5rem 1rem 1rem;
  margin-top: 1rem;
  border-top: 1px solid var(--md-default-fg-color--lightest);
}

.lp-bottom-cta p {
  opacity: 0.7;
  font-size: 0.92rem;
  margin-bottom: 1.5rem;
}

/* --- Responsive tweaks --- */
@media (max-width: 600px) {
  .lp-hero h1 {
    font-size: 2rem;
  }
  .lp-hero .lp-tagline {
    font-size: 1.05rem;
  }
}
