.page-shell {
  max-width: 1100px;
  margin: 2rem auto 4rem;
  padding: 0 1.5rem;
}

.page-block {
  margin: 2.5rem 0;
}

.page-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  align-items: center;
}

.page-hero__media {
  width: 100%;
  min-height: 220px;
  border-radius: 12px;
  background: #f2f2f2;
  background-size: cover;
  background-position: center;
}

.page-cta,
.page-grid,
.page-features,
.page-faq,
.page-testimonials {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.5rem;
}

.page-grid__items,
.page-features__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.page-testimonials__items {
  display: grid;
  gap: 1rem;
}

.page-cta__actions a,
.page-hero__actions a {
  display: inline-block;
  margin-right: 0.75rem;
}

.page-faq__item {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 0;
}

.page-faq__item:first-child {
  border-top: none;
}

.page-paragraph p,
.page-quote blockquote,
.page-code pre,
.page-details details,
.page-table table,
.page-image img,
.page-list ul,
.page-list ol {
  margin: 0;
}

.page-heading h2,
.page-heading h3,
.page-heading h4 {
  margin: 0;
}

.page-list ul,
.page-list ol {
  padding-left: 1.25rem;
}

.page-quote blockquote {
  border-left: 4px solid #e5e5e5;
  padding-left: 1rem;
  color: #333;
}

.page-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  color: #666;
}

.page-code pre {
  background: #0f172a;
  color: #e2e8f0;
  padding: 1rem;
  border-radius: 10px;
  overflow-x: auto;
}

.page-details summary {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.page-table table {
  width: 100%;
  border-collapse: collapse;
}

.page-table th,
.page-table td {
  border: 1px solid #e5e5e5;
  padding: 0.5rem 0.75rem;
  text-align: left;
}

.page-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.page-image__caption {
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}

.page-separator hr {
  border: none;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 720px) {
  .page-shell {
    margin-top: 1.5rem;
  }
}
