body {
  margin: 0;
  padding-top: 68px;
  background: #ffffff;
  color: #111827;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #0B1D36;
  color: #ffffff;
  transition: top 150ms ease;
}

.skip-link:focus {
  top: 1rem;
}

.page-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  color: #111827;
  font-family: var(--font-heading);
  line-height: 1.3;
}

.page-content h1 {
  margin-bottom: 0.5rem;
  font-size: 1.75rem !important;
}

.page-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #E5E7EB;
  font-size: 1.25rem;
}

.page-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.page-content p,
.page-content li,
.page-content td {
  color: #111827;
  font-size: 1rem;
}

.page-content p {
  margin-bottom: 0.875rem;
}

.page-content ul {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.page-content li {
  margin-bottom: 0.375rem;
}

.page-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

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

.page-content th {
  color: #6B7280;
  font-family: var(--font-heading);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page-content a {
  color: #0B1D36;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}

.page-content a:hover {
  color: #0A4D5E;
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 2rem;
  color: #6B7280;
  font-size: 0.8125rem;
}

.page-meta span,
.page-meta time {
  color: #6B7280;
  font-size: 0.8125rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1rem 0;
  border-bottom: 1px solid #E5E7EB;
}

.faq-item:first-child {
  border-top: 1px solid #E5E7EB;
}

.faq-item h3 {
  margin-top: 0;
}

.faq-item p {
  margin-bottom: 0;
}

.component-frame {
  display: block;
  width: 100%;
  border: 0;
  overflow: hidden;
}

.component-frame--nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  z-index: 1000;
  transition: height 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.component-frame--footer {
  min-height: 300px;
}

.component-shell {
  position: relative;
  width: 100%;
}

.component-shell--nav {
  height: 0;
}

.component-shell--footer {
  overflow: hidden;
}

@media (max-width: 768px) {
  body {
    padding-top: 64px;
  }

  .page-content {
    padding: 1.5rem;
  }

  .component-frame--nav {
    height: 64px;
  }
}
