.text-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
}

.text-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.text-page h1 {
  margin-bottom: 0.5rem;
}

.text-page__meta {
  font-size: 0.8rem;
  color: var(--color-muted);
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-border);
}

.text-page h2 {
  font-size: 1.2rem;
  margin-top: 2.5rem;
  margin-bottom: 0.85rem;
  color: var(--color-white);
}

.text-page h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.65rem;
  color: var(--color-white);
}

.text-page p {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.1rem;
}

.text-page p a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-page p a:hover {
  opacity: 0.8;
}

.text-page ul,
.text-page ol {
  padding-left: 1.4rem;
  margin-bottom: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.text-page li {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.text-page strong {
  color: var(--color-white);
  font-weight: 600;
}

.text-page .notice {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  margin: 1.5rem 0;
  line-height: 1.6;
  background: rgba(247,147,26,0.08);
  color: #fbbf24;
}

.text-page .notice svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--color-primary);
}
