/* /safety page styles. */


body {
    font-family: var(--font-body);
    background: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.page-header { background: radial-gradient(720px 380px at 88% -20%, rgba(223,143,171,0.14), transparent 60%), linear-gradient(160deg, #d6e9f8 0%, #eaf3fb 50%, #FBFAFE 80%); border-bottom: 1px solid var(--color-border); }
.page-header-inner { max-width: var(--max-width); margin: 0 auto; padding: 4.5rem 2rem 3.5rem; }
.page-header h1 { font-family: var(--font-display); font-size: 2.8rem; letter-spacing: -0.02em; margin-bottom: 1rem; }
.page-header .subtitle { font-size: 1.15rem; color: var(--color-text-secondary); max-width: 620px; line-height: 1.7; }

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

.crisis-banner {
    background: var(--color-accent-soft);
    border: 1px solid #cfe4f6;
    border-radius: 16px;
    padding: 2rem 2.25rem;
    margin-bottom: 2.75rem;
}
.crisis-banner h2 { font-family: var(--font-display); font-size: 1.35rem; margin-bottom: 0.75rem; }
.crisis-banner p { font-size: 1rem; color: var(--color-text-secondary); line-height: 1.7; margin-bottom: 0.6rem; }
.crisis-banner p:last-child { margin-bottom: 0; }
.crisis-banner strong { color: var(--color-text); }
.crisis-banner a { color: var(--color-accent-strong); text-decoration: none; font-weight: 600; }
.crisis-banner a:hover { text-decoration: underline; }

.safety-section { margin-bottom: 2.75rem; }
.safety-section h2 { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 1rem; letter-spacing: -0.01em; }
.safety-section p { font-size: 0.98rem; color: var(--color-text-secondary); line-height: 1.75; margin-bottom: 0.9rem; }
.safety-section ul { margin: 0 0 0.9rem 1.25rem; }
.safety-section li { font-size: 0.98rem; color: var(--color-text-secondary); line-height: 1.75; margin-bottom: 0.55rem; }
.safety-section strong { color: var(--color-text); font-weight: 600; }
.safety-section a { color: var(--color-accent-strong); text-decoration: none; font-weight: 500; }
.safety-section a:hover { text-decoration: underline; }

.updated-note { font-size: 0.85rem; color: var(--color-text-tertiary); margin-top: 3rem; }

@media (max-width: 768px) {
    .page-header-inner { padding: 3rem 1.5rem 2.5rem; }
    .page-header h1 { font-size: 2.1rem; }
    .content { padding: 2.5rem 1.5rem 3rem; }
    .nav-inner { padding: 0.9rem 1.5rem; }
    .nav-links { gap: 1.25rem; }
}
@media (max-width: 480px) {
    .nav-links { gap: 0.85rem; }
    .nav-links a { font-size: 0.82rem; }
}
