.editorial-page {
  width: 100%;
  max-width: 64rem;
  color: var(--brand-text-body);
}

.editorial-hero {
  padding: clamp(0.75rem, 2vw, 1.4rem) 0 clamp(1.6rem, 4vw, 2.6rem);
}

.editorial-hero .tool-eyebrow {
  margin-bottom: 0.9rem;
}

.editorial-hero h1 {
  margin: 0;
  color: var(--brand-text-strong);
  font-size: clamp(2.25rem, 5vw, 4.15rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.editorial-hero p {
  max-width: 60ch;
  margin: 1rem 0 0;
  color: var(--brand-text-subtle);
  font-size: clamp(1.02rem, 2vw, 1.14rem);
  line-height: 1.75;
}

.editorial-updated {
  color: var(--brand-copy-muted) !important;
  font-size: 0.92rem !important;
  font-weight: 650;
}

.editorial-section {
  padding: clamp(1.15rem, 3vw, 1.85rem) 0;
  border-top: 1px solid rgba(148, 163, 184, 0.26);
}

.editorial-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.editorial-section h2 {
  margin: 0 0 0.85rem;
  color: var(--brand-text-strong);
  font-size: clamp(1.28rem, 2.5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.editorial-section p,
.editorial-section li {
  font-size: 1rem;
  line-height: 1.75;
}

.editorial-section p {
  margin: 0;
}

.editorial-section p + p,
.editorial-section ul + p,
.editorial-section p + ul {
  margin-top: 0.85rem;
}

.editorial-section ul {
  display: grid;
  gap: 0.5rem;
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
}

.editorial-section li::marker {
  color: var(--brand-primary);
}

.editorial-section a {
  color: var(--brand-primary);
  font-weight: 650;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.editorial-section a:hover,
.editorial-section a:focus {
  color: var(--brand-primary-hover);
}

.editorial-faq-list {
  display: grid;
  gap: 0;
}

.editorial-faq-item {
  padding: 1rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.editorial-faq-item:first-child {
  padding-top: 0.25rem;
  border-top: 0;
}

.editorial-faq-item h3 {
  margin: 0 0 0.35rem;
  color: var(--brand-text-strong);
  font-size: 1.04rem;
  font-weight: 760;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.editorial-faq-item p {
  color: var(--brand-text-subtle);
}

@media (max-width: 575px) {
  .editorial-page {
    max-width: 100%;
  }
}
