/* ── Ethical Content Standard ── */

.ecs {
    font-family: 'Montserrat', sans-serif;
}

.ecs-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
}

.ecs-preamble {
    margin-bottom: 2.5rem;
}

.ecs-lead {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.7;
    color: #252a34;
    margin-bottom: 1.5rem;
}

.ecs-preamble p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1rem;
}

/* ── Table of contents ── */

.ecs-toc {
    background: #f5f7fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
}

.ecs-toc h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #252a34;
    margin-bottom: 1rem;
}

.ecs-toc ol {
    padding-left: 1.25rem;
    margin: 0;
}

.ecs-toc li {
    font-size: 0.9rem;
    line-height: 2;
    color: #444;
}

.ecs-toc a {
    color: #2157c4;
    text-decoration: none;
}

.ecs-toc a:hover {
    text-decoration: underline;
}

/* ── Sections ── */

.ecs-section {
    margin-bottom: 3rem;
    padding-top: 1rem;
}

.ecs-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #252a34;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e8984e;
}

.ecs-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #252a34;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.ecs-section p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1rem;
}

.ecs-section ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.ecs-section li {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0.25rem;
}

.ecs-section li strong {
    color: #252a34;
}

/* ── Callout box ── */

.ecs-callout {
    background: #fff3e6;
    border-left: 4px solid #e8984e;
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #333;
}

/* ── Checklist section ── */

.ecs-checklist h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #252a34;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.ecs-checklist ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

.ecs-checklist li {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #444;
}

/* ── Footer note ── */

.ecs-footer-note {
    border-top: 1px solid #e0e0e0;
    padding-top: 2rem;
    margin-top: 2rem;
}

.ecs-footer-note p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0.5rem;
}

.ecs-footer-note a {
    color: #2157c4;
    text-decoration: underline;
}

/* ── Responsive ── */

@media screen and (max-width: 768px) {
    .ecs-inner {
        padding: 2rem 1.5rem 3rem;
    }

    .ecs-section h2 {
        font-size: 1.3rem;
    }

    .ecs-lead {
        font-size: 1rem;
    }

    .ecs-toc {
        padding: 1.25rem 1.5rem;
    }
}
