/* LSP purchase conditions, VDS comparison and sequential installation guide. */
.storefront-theme #lsp .lsp-detail-icon {
  width: 28px;
  height: 28px;
  flex: none;
  color: var(--site-green);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.storefront-theme #lsp .lsp-info-grid { gap: 16px; }
.storefront-theme #lsp .lsp-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  border: 0;
  border-radius: 12px;
  background: var(--site-paper);
}
.storefront-theme #lsp .lsp-info-item p { margin: 0; line-height: 1.75; color: var(--site-muted); }
.storefront-theme #lsp .lsp-info-item strong { color: var(--site-ink); font-weight: 700; }
.storefront-theme #lsp .lsp-info-item:nth-child(-n+2) { background: var(--site-dark); }
.storefront-theme #lsp .lsp-info-item:nth-child(-n+2) p { color: #dcece2; }
.storefront-theme #lsp .lsp-info-item:nth-child(-n+2) strong { color: #fff; }
.storefront-theme #lsp .lsp-info-item:nth-child(-n+2) .lsp-detail-icon { color: #a5d9b9; }
.storefront-theme #lsp .lsp-info-meta { margin-top: 24px; }

.storefront-theme #lsp .lsp-knowledge-intro {
  max-width: 800px;
  margin-bottom: 32px;
  text-align: center;
}
.storefront-theme #lsp .lsp-knowledge-intro > strong { display: block; margin-bottom: 8px; font-size: 1.15rem; }
.storefront-theme #lsp .lsp-knowledge-grid { gap: 16px; }
.storefront-theme #lsp .lsp-knowledge-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-content: start;
  align-items: center;
  gap: 16px;
  padding: 28px;
  border: 0;
  border-radius: 12px;
  background: var(--site-paper);
}
.storefront-theme #lsp .lsp-knowledge-item > strong { margin: 0; font-size: 1.05rem; line-height: 1.5; }
.storefront-theme #lsp .lsp-knowledge-item > span { grid-column: 1 / -1; line-height: 1.75; }

.storefront-theme #lsp .lsp-step-grid--guide {
  display: block;
  max-width: 920px;
  margin-inline: auto;
  padding: 8px 32px;
  border: 1px solid var(--site-line);
  border-radius: 16px;
  background: var(--site-paper);
}
.storefront-theme #lsp .lsp-step-grid--guide .lsp-step-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid var(--site-line);
}
.storefront-theme #lsp .lsp-step-grid--guide .lsp-step-card:last-child { border-bottom: 0; }
.storefront-theme #lsp .lsp-step-card__num { width: 44px; height: 44px; font-size: 1.1rem; }
.storefront-theme #lsp .lsp-step-card__body > strong { display: block; margin: 6px 0 8px; font-size: 1.1rem; line-height: 1.5; }
.storefront-theme #lsp .lsp-step-card__body > span { display: block; max-width: 72ch; line-height: 1.7; }
.storefront-theme #lsp .lsp-step-card .lsp-copy-command {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 20px;
  text-align: left;
}
.storefront-theme #lsp .lsp-step-card .lsp-copy-command--compact { width: min(100%, 320px); }
.storefront-theme #lsp .lsp-copy-command__label { margin: 0; font: 500 .75rem/1.5 Montserrat, sans-serif; letter-spacing: 0; text-transform: none; }
.storefront-theme #lsp .lsp-copy-command code { font-size: .85rem; line-height: 1.7; white-space: normal; }
.storefront-theme #lsp .lsp-install-shell > :is(.lsp-install-side__facts, .lsp-install-side__cta) { max-width: 920px; margin-inline: auto; }

@media (max-width: 1000px) {
  .storefront-theme #lsp .lsp-knowledge-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .storefront-theme #lsp :is(.lsp-info-grid, .lsp-knowledge-grid) { grid-template-columns: 1fr; gap: 12px; }
  .storefront-theme #lsp :is(.lsp-info-item, .lsp-knowledge-item) { padding: 24px; gap: 16px; }
  .storefront-theme #lsp .lsp-step-grid--guide { padding: 0 20px; }
  .storefront-theme #lsp .lsp-step-grid--guide .lsp-step-card { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding: 24px 0; }
  .storefront-theme #lsp .lsp-step-card__num { width: 32px; height: 32px; font-size: .9rem; }
  .storefront-theme #lsp .lsp-step-card__body > strong { margin-top: 2px; font-size: 1rem; }
  .storefront-theme #lsp .lsp-step-card .lsp-copy-command { padding: 12px; }
}
