.ent-shell { background: #f8fafc; }
.ent-hero  { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3157D5 100%); color: #fff; position: relative; overflow: hidden; }
.ent-hero::after {
    content: ""; position: absolute; top: -160px; right: -110px;
    width: 480px; height: 480px; border-radius: 50%;
    background: radial-gradient(circle, rgba(129,140,248,.4) 0%, transparent 65%);
    pointer-events: none;
}
.ent-hero .container { position: relative; z-index: 1; }
.ent-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px; padding: .4rem .95rem;
    font-size: .78rem; font-weight: 700; color: #e0e7ff; margin-bottom: .8rem;
}
.ent-eyebrow {
    font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
    font-weight: 800; color: #93c5fd; margin-bottom: 1rem;
}
.ent-hero h1 { font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 800; color: #fff; }
.ent-lead { color: #ffffff; font-size: 1.08rem; line-height: 1.55; max-width: 640px; }
.ent-cta-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.ent-info-card {
    background: #ffffff; border: 1px solid #e2e8f0; border-radius: 1.25rem;
    padding: 1.65rem; box-shadow: 0 12px 30px rgba(15,23,42,0.06);
    color: #1e293b;
}
.ent-info-card h3 {
    color: #0f172a;
    font-size: 1.22rem;
    font-weight: 800;
    margin-bottom: 0.85rem;
}
.ent-info-card p {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.6;
}
.ent-info-card ul {
    color: #334155;
    padding-left: 1.25rem;
    font-size: 0.92rem;
    line-height: 1.65;
}
.ent-info-card ul li {
    margin-bottom: 0.5rem;
    color: #334155;
}
.ent-hero-card {
    background: #ffffff;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.22);
}
.ent-hero-list {
    list-style: none;
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 0.5rem;
}
.ent-hero-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0 !important;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.45;
}
.ent-hero-list li i {
    color: #3157D5;
    font-size: 1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}
.ent-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 0.75rem;
    font-size: 1.05rem; margin-bottom: 0.75rem;
}
.ent-icon-blue   { background: #dbeafe; color: #1d4ed8; }
.ent-icon-green  { background: #dcfce7; color: #166534; }
.ent-icon-purple { background: #ede9fe; color: #7c3aed; }

/* ── Mandate banner ── */
.ent-mandate-section { padding: 2.5rem 0 0; }
.ent-mandate-card {
    background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 55%, #f0fdf4 100%);
    border: 2px solid #93c5fd;
    border-radius: 1.5rem;
    padding: 2.5rem 2.75rem;
    display: flex;
    gap: 2.5rem;
    align-items: center;
    box-shadow: 0 10px 40px rgba(49,87,213,0.12), 0 2px 8px rgba(15,23,42,0.05);
    transition: box-shadow 0.2s, transform 0.2s;
}
.ent-mandate-card:hover { box-shadow: 0 18px 56px rgba(49,87,213,0.18); transform: translateY(-3px); }
.ent-mandate-body { flex: 1; display: flex; flex-direction: column; gap: 1rem; }
.ent-badge-row { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.ent-govt-badge {
    display: inline-flex; align-items: center;
    background: #1e40af; color: #fff;
    border-radius: 999px; padding: 0.3rem 0.9rem;
    font-size: 0.72rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.08em;
}
.ent-tag {
    display: inline-block; border-radius: 999px;
    padding: 0.25rem 0.65rem; font-size: 0.72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.06em;
}
.ent-tag-blue  { background: #dbeafe; color: #1d4ed8; }
.ent-tag-green { background: #dcfce7; color: #166534; }
.ent-tag-amber { background: #fef3c7; color: #92400e; }
.ent-mandate-body h2 { font-size: clamp(1.3rem, 2.5vw, 1.75rem); font-weight: 800; color: #0f172a; line-height: 1.15; margin: 0; }
.ent-mandate-body p  { font-size: 0.95rem; color: #44403c; line-height: 1.65; margin: 0; }
.ent-mandate-body p strong { color: #0f172a; }
.ent-meta-row { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.ent-meta-pill {
    display: inline-flex; align-items: center;
    background: rgba(49,87,213,0.08);
    border: 1px solid rgba(49,87,213,0.25);
    border-radius: 999px; padding: 0.22rem 0.7rem;
    font-size: 0.76rem; font-weight: 600; color: #1e40af;
}
.ent-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.ent-btn-primary {
    background: #3157D5; color: #fff; border: none;
    font-weight: 700; font-size: 0.92rem;
    padding: 0.7rem 1.35rem; border-radius: 10px;
    box-shadow: 0 4px 14px rgba(49,87,213,0.35);
    transition: all 0.2s;
}
.ent-btn-primary:hover { background: #224bc2; color: #fff; transform: translateY(-2px); }
.ent-btn-secondary {
    background: #fff; color: #1d4ed8;
    border: 1.5px solid #bfdbfe; font-weight: 700;
    font-size: 0.92rem; padding: 0.7rem 1.35rem; border-radius: 10px;
    transition: all 0.2s;
}
.ent-btn-secondary:hover { background: #eff6ff; border-color: #93c5fd; color: #1e40af; transform: translateY(-2px); }
.ent-rbi-btn-sm {
    background: #f59e0b; color: #fff; border: none;
    font-weight: 700; font-size: 0.875rem; border-radius: 8px;
    transition: all 0.2s;
}
.ent-rbi-btn-sm:hover { background: #d97706; color: #fff; }
.ent-emblem-wrap { flex-shrink: 0; }
.ent-emblem {
    width: 110px; height: 110px; border-radius: 50%;
    background: linear-gradient(135deg, #3157D5 0%, #1e40af 100%);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: #fff;
    box-shadow: 0 8px 28px rgba(49,87,213,0.45);
}
.ent-emblem i { font-size: 2rem; line-height: 1; }
.ent-emblem span { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; }
.ent-emblem-sub { font-size: 0.6rem !important; letter-spacing: 0.18em !important; opacity: 0.8; }

/* Sections */
.section-light { background: #edf4ff; }
.ent-cta-panel {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3157D5 100%);
    color: #fff; border-radius: 1.5rem;
    padding: 2.5rem 3rem;
    display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.ent-eyebrow-light { color: #93c5fd; }
.ent-cta-panel h2 { font-size: 1.6rem; font-weight: 800; }
.ent-cta-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }

@media (max-width: 767px) {
    .ent-mandate-card { flex-direction: column; padding: 1.75rem; gap: 1.5rem; }
    .ent-emblem-wrap  { display: none; }
    .ent-cta-panel    { display: block; }
    .ent-cta-actions  { margin-top: 1rem; }
}
