/* Alerti legal document pages — shared styles */

.alerti-doc-hero { background-color: #f5f6fb; padding: 96px 0 56px; }
.alerti-doc-hero h2 { font-weight: 700; letter-spacing: -0.02em; color: #1f2a44; margin: 0 0 14px; }
.alerti-doc-hero .lead { color: #4a5568; font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
.alerti-doc-hero .meta { color: #6f7a90; font-size: 13.5px; margin-top: 4px; }
.alerti-doc-hero .meta span + span::before { content: " · "; margin: 0 4px; color: #c0c6d4; }
.alerti-doc-hero .eyebrow { font-size: 13px; color: #2c5b8b; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 10px; }
.alerti-doc-hero .hero-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 4px; }
.alerti-doc-hero .hero-top .eyebrow { margin-bottom: 0; }
.alerti-doc-hero .lang-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; background: #ffffff; border: 1px solid #d8dde7; border-radius: 20px; color: #2c5b8b; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.2s; line-height: 1; }
.alerti-doc-hero .lang-toggle:hover { background: #2c5b8b; color: #ffffff; border-color: #2c5b8b; text-decoration: none; }
.alerti-doc-hero .lang-toggle .icon { font-size: 13px; opacity: 0.85; }

.alerti-doc-body { padding: 56px 0 80px; background: #ffffff; }
.alerti-toc { background: #fafbff; border: 1px solid #e8ebf5; border-radius: 10px; padding: 24px 28px; margin-bottom: 48px; }
.alerti-toc h6 { font-weight: 600; margin: 0 0 14px; color: #1f2a44; font-size: 15px; letter-spacing: -0.01em; }
.alerti-toc ol { padding-left: 22px; margin: 0; columns: 2; column-gap: 32px; }
.alerti-toc ol li { margin-bottom: 8px; font-size: 14px; break-inside: avoid; line-height: 1.5; }
.alerti-toc ol li a { color: #2c5b8b; text-decoration: none; }
.alerti-toc ol li a:hover { text-decoration: underline; }

.alerti-doc article { color: #2a3245; }
.alerti-doc article > p { line-height: 1.85; color: #2a3245; margin-bottom: 14px; font-size: 15px; }
.alerti-doc article h4 { font-weight: 700; margin-top: 56px; margin-bottom: 18px; color: #1f2a44; padding-bottom: 10px; border-bottom: 2px solid #1f2a44; scroll-margin-top: 100px; font-size: 20px; letter-spacing: -0.01em; }
.alerti-doc article h5 { font-weight: 600; margin-top: 28px; margin-bottom: 12px; color: #2c3e60; font-size: 16.5px; }
.alerti-doc article ul, .alerti-doc article ol { line-height: 1.85; color: #2a3245; padding-left: 22px; margin-bottom: 14px; }
.alerti-doc article li { margin-bottom: 6px; font-size: 15px; }
.alerti-doc article strong { color: #1f2a44; font-weight: 600; }
.alerti-doc article a { color: #2c5b8b; }

.alerti-doc .highlight { background: #fff8e1; border-left: 4px solid #f0a500; padding: 14px 18px; margin: 18px 0; border-radius: 4px; font-size: 14.5px; line-height: 1.75; }
.alerti-doc .callout { background: #eef4ff; border-left: 4px solid #2c5b8b; padding: 14px 18px; margin: 18px 0; border-radius: 4px; font-size: 14.5px; line-height: 1.75; }
.alerti-doc .tbd { background: #fff3cd; color: #856404; padding: 1px 6px; border-radius: 3px; font-size: 0.92em; font-family: 'Menlo', 'Consolas', monospace; }

.alerti-doc article table { width: 100%; margin: 18px 0 22px; border-collapse: collapse; font-size: 14px; background: #fff; }
.alerti-doc article table thead th { background: #1f2a44; color: #fff; padding: 12px 16px; font-weight: 600; text-align: center; border: 1px solid #1f2a44; }
.alerti-doc article table td { padding: 12px 16px; border: 1px solid #e0e5ef; vertical-align: top; color: #2a3245; line-height: 1.65; }
.alerti-doc article table tr:nth-child(even) td { background: #f7f9fc; }

.alerti-doc-footer-note { margin-top: 56px; padding: 22px 26px; background: #f7f9fc; border-radius: 10px; font-size: 13.5px; color: #5a6478; line-height: 1.7; }
.alerti-doc-footer-note h6 { font-weight: 600; color: #1f2a44; margin-bottom: 8px; font-size: 14px; }
.alerti-doc-footer-note a { color: #2c5b8b; }
.alerti-doc-back { display: inline-flex; align-items: center; gap: 6px; margin-top: 32px; color: #2c5b8b; font-size: 14px; text-decoration: none; }
.alerti-doc-back:hover { text-decoration: underline; }

@media (max-width: 768px) {
  .alerti-doc-hero { padding: 72px 0 40px; }
  .alerti-doc-body { padding: 36px 0 60px; }
  .alerti-toc ol { columns: 1; }
  .alerti-doc article h4 { font-size: 18px; margin-top: 40px; }
  .alerti-doc article table { font-size: 13px; }
  .alerti-doc article table thead th, .alerti-doc article table td { padding: 10px 12px; }
}
