.profil-page {
    width: min(1320px, 96vw);
    margin: 0 auto;
    padding: 0 0 34px;
}
.profil-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    font-size: var(--text-sm);
    color: #7a8294;
    margin: 10px 0;
}
.profil-breadcrumb i { font-size: var(--text-xs); color: #a0a8b8; }
.profil-breadcrumb .current { color: var(--primary); font-weight: 700; }

.profil-hero {
    position: relative;
    border-radius: 0 0 0 26px;
    overflow: hidden;
    min-height: 168px;
    padding: 26px 28px;
    background:
        linear-gradient(96deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 40%, rgba(255,255,255,.55) 66%, rgba(255,255,255,.1) 92%),
        url("../images/hero.jpg") right center/cover no-repeat;
    border: 1px solid #eceff4;
}
.profil-hero::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 210px;
    height: 210px;
    border-radius: 30px;
    transform: rotate(34deg);
    background: linear-gradient(145deg, var(--primary), var(--primary-dark));
    z-index: 0;
    pointer-events: none;
}
.profil-hero-inner { position: relative; z-index: 1; max-width: 620px; }
.profil-hero h1 {
    margin: 0;
    font-size: var(--text-display);
    color: var(--primary);
    font-weight: 800;
}
.profil-hero p {
    margin: 10px 0 0;
    color: #40495d;
    line-height: var(--leading-relaxed);
    font-size: var(--text-md);
}

.profil-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 16px;
    align-items: start;
}

.profil-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px;
}
.profil-card h2 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 800;
    color: #1a1f2b;
    display: flex;
    align-items: center;
    gap: 8px;
}
.profil-card h2 i { color: #9aa3b5; font-size: 14px; }
.profil-intro {
    margin: 0 0 18px;
    color: #505a6e;
    line-height: 1.65;
    font-size: 14px;
}

.legal-list { display: grid; gap: 12px; }
.legal-item {
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 14px;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: start;
}
.legal-num {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fff2f3;
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    display: grid;
    place-items: center;
}
.legal-item h3 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.45;
    color: #1a1f2b;
}
.legal-item p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #5c6578;
    line-height: 1.55;
}
.legal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 11px;
}
.legal-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #727b8f;
}
.legal-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0d8e54;
    background: #edf9f3;
    border: 1px solid #c9eedc;
    border-radius: 999px;
    padding: 2px 8px;
    font-weight: 700;
}

.team-table-wrap { overflow-x: auto; }
.team-table {
    width: 100%;
    border-collapse: collapse;
}
.team-table th,
.team-table td {
    text-align: left;
    padding: 11px 12px;
    font-size: 13px;
    border-bottom: 1px solid #eef0f3;
}
.team-table th {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #7a8294;
    background: #fafbfc;
}
.team-table td { color: #303a4f; }
.team-table tbody tr:last-child td { border-bottom: 0; }
.team-role {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid #f0d5d8;
    background: #fff5f6;
    color: #9b2a30;
}

.org-tree { display: grid; gap: 10px; }
.org-level {
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 14px;
}
.org-level h3 {
    margin: 0 0 8px;
    font-size: 14px;
    color: var(--primary);
}
.org-level ul {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    color: #505a6e;
    line-height: 1.6;
}

.sop-steps { display: grid; gap: 10px; }
.sop-step {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    align-items: start;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 12px 14px;
}
.sop-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: grid;
    place-items: center;
}
.sop-step h3 {
    margin: 0 0 4px;
    font-size: 14px;
    color: #1a1f2b;
}
.sop-step p {
    margin: 0;
    font-size: 13px;
    color: #5c6578;
    line-height: 1.55;
}

.profil-note {
    margin-top: 16px;
    background: #fff8f0;
    border: 1px solid #f5e4cc;
    border-radius: 12px;
    padding: 14px;
    font-size: 13px;
    color: #6b5740;
    line-height: 1.55;
}
.profil-note strong { color: #4a3b2a; }

.side-stack { display: grid; gap: 12px; }

.download-card {
    background: linear-gradient(165deg, rgba(120, 8, 12, .94), rgba(178, 15, 21, .92)),
        url("../images/news-regulasi.jpg") center/cover no-repeat;
    border: 0;
    color: #fff;
    padding: 18px;
}
.download-card h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}
.download-card p {
    margin: 0 0 14px;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(255,255,255,.88);
}
.download-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 11px;
    color: rgba(255,255,255,.85);
}
.download-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.download-actions { display: grid; gap: 8px; }
.download-actions a,
.download-actions button {
    height: 40px;
    border-radius: 9px;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}
.btn-download-primary {
    border: 0;
    background: #fff;
    color: var(--primary);
}
.btn-download-outline {
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
    color: #fff;
}

.profil-muted {
    font-size: 12px;
    color: rgba(255,255,255,.75);
}

.nav-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}
.nav-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    color: #3a4256;
    border: 1px solid transparent;
}
.nav-card a:hover { background: #fafbfc; }
.nav-card a.active {
    background: #fff5f6;
    border-color: #f0d5d8;
    color: var(--primary);
}
.nav-card a i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #fff2f3;
    color: var(--primary);
    display: grid;
    place-items: center;
    font-size: 12px;
    flex-shrink: 0;
}

.info-card p {
    margin: 0;
    font-size: 13px;
    color: #5c6578;
    line-height: 1.6;
}
.info-card ul {
    margin: 10px 0 0;
    padding-left: 18px;
    font-size: 13px;
    color: #505a6e;
    line-height: 1.6;
}

@media (max-width: 960px) {
    .profil-grid { grid-template-columns: 1fr; }

    .profil-hero {
        padding: 20px 16px;
        min-height: 140px;
    }

    .profil-card {
        padding: 16px;
    }

    .team-table th,
    .team-table td {
        white-space: nowrap;
    }
}

