.council-page {
    padding: 32px 0 60px;
    background: #fff;
    direction: {{ $isAr ? 'rtl' : 'ltr' }};
}

/* ── Hero ── */
.hero-wrap {
    padding: 8px 0 16px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #b0a090;
    margin-bottom: 8px;
}
.hero-badge-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #b0a090;
}
.hero-sub {
    font-size: .9rem;
    color: #888;
    margin-top: 6px;
    margin-bottom: 0;
}

/* ── Section header ── */
.sec-label {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b0a090;
    margin-bottom: 6px;
}
.sec-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
}
.hero-sub {
    font-size: .9rem;
    color: #888;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center;
}
.hero-wrap { text-align: center; }
.sec-divider { display: none; }

/* ── Section label with icon ── */
.sec-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.sec-label-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px; height: 26px;
    border-radius: 7px;
    background: #f4f1ee;
    border: 1px solid #e8e3de;
    flex-shrink: 0;
}
.sec-label-icon svg { display: block; }

/* ── Definition ── */
.def-text {
    font-size: 1.05rem;
    line-height: 2;
    color: #444;
    max-width: 780px;
}

/* ── Vision / Mission ── */
.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    overflow: hidden;
}
@media(max-width:640px){ .vm-grid { grid-template-columns: 1fr; } }
.vm-cell {
    background: #fff;
    padding: 36px 32px;
}
.vm-cell-label {
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b0a090;
    margin-bottom: 12px;
}
.vm-cell p {
    font-size: .97rem;
    line-height: 1.85;
    color: #444;
    margin: 0;
}

/* ── List items ── */
.items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
@media(max-width:640px){ .items-grid { grid-template-columns: 1fr; } }
.item-pill {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    font-size: .93rem;
    color: #333;
    line-height: 1.5;
    transition: border-color .2s;
}
.item-pill:hover { border-color: #ccc; }
.item-pill-dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    background: #111;
    margin-top: 7px;
}

/* ── Two-col text ── */
.two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
@media(max-width:640px){ .two-col-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ── Brief ── */
.brief-text {
    font-size: 1.05rem;
    line-height: 2;
    color: #444;
    max-width: 780px;
    padding: 32px 36px;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    border-right: 4px solid #111;
}
[dir=ltr] .brief-text { border-right: 1px solid #ebebeb; border-left: 4px solid #111; }

/* ── Separator ── */
.council-sep { border: none; border-top: 1px solid #f0f0f0; margin: 16px 0; }

.container.community-container {
    max-width: 960px;
}

.def-text.def-text--pre {
    white-space: pre-line;
}
