.guide-root {
  padding: 16px 0 48px;
}

.guide-shell {
  max-width: 860px;
  margin: 0 auto;
}

/* ── Typography ─────────────────────────────────────────── */
.guide-shell h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--lp-fg);
  margin: 0 0 20px;
}

.guide-shell h2 {
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 650;
  color: var(--lp-fg);
  margin: 40px 0 12px;
}

.guide-shell h3 {
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--lp-fg);
  margin: 28px 0 8px;
}

.guide-shell p {
  line-height: 1.72;
  color: var(--lp-muted);
  margin: 0 0 16px;
}

.guide-shell strong,
.guide-shell b {
  color: var(--lp-fg);
  font-weight: 650;
}

.guide-shell a {
  color: var(--lp-primary);
  text-decoration: none;
}

.guide-shell a:hover {
  text-decoration: underline;
}

/* ── Product cards / sections ────────────────────────────── */
.guide-shell .lp-product,
.guide-shell .product-block {
  background: #ffffff;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
  box-shadow: var(--lp-card-shadow);
}

.guide-shell .lp-product img,
.guide-shell .product-block img {
  max-width: 100%;
  border-radius: 8px;
}

/* ── FAQ / minor pages ───────────────────────────────────── */
.guide-shell .faq-section {
  margin-top: 48px;
  border-top: 1px solid var(--lp-border);
  padding-top: 32px;
}

.guide-shell .faq-item {
  margin-bottom: 28px;
}

.guide-shell .faq-item h3,
.guide-shell .faq-question {
  font-size: 1rem;
  font-weight: 650;
  color: var(--lp-fg);
  margin: 0 0 8px;
}

.guide-shell .faq-answer {
  color: var(--lp-muted);
  line-height: 1.7;
}

/* ── Lists ───────────────────────────────────────────────── */
.guide-shell ul,
.guide-shell ol {
  padding-left: 22px;
  margin: 0 0 16px;
  color: var(--lp-muted);
  line-height: 1.72;
}

.guide-shell li {
  margin-bottom: 6px;
}

/* ── JSON-LD / hidden ────────────────────────────────────── */
.guide-shell script {
  display: none;
}
