/* ====================================================
   ABOUT PAGE — page-specific styles
   ====================================================
   Everything shared across pages (reveal, scroll-top-btn,
   card-glass, animate-float) lives in the global stylesheets
   loaded via styles.css — only this page's unique rules live here.
*/

/* Rich text content from Quill */
.about-rich-content p { margin: 0 0 0.5em; }
.about-rich-content p:last-child { margin-bottom: 0; }
.about-rich-content ul, .about-rich-content ol { padding-left: 1.25rem; margin: 0 0 0.5em; }
.about-rich-content ul { list-style: disc; }
.about-rich-content ol { list-style: decimal; }
.about-rich-content li { margin-bottom: 0.25em; }
.about-rich-content strong { font-weight: 700; color: #334155; }
.about-rich-content em { font-style: italic; }

/* Core values bullet styling */
.about-core-values-content ul { list-style: none; padding-left: 0; }
.about-core-values-content ul li { display: flex; align-items: baseline; gap: 0.5rem; }
.about-core-values-content ul li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #94a3b8; flex-shrink: 0; display: inline-block; margin-top: 0.4em; }
