.pengurus-section{

padding:110px 20px;

background:
linear-gradient(
180deg,
#f8fafc,
#eef4f9
);

}


.judul-section{

text-align:center;

max-width:850px;

margin:auto auto 70px;

}

.judul-section span{

display:inline-block;

padding:8px 20px;

border-radius:40px;

background:#dbeafe;

color:#2563eb;

font-size:14px;

font-weight:600;

margin-bottom:20px;

}

.judul-section h2{

font-size:42px;

margin-bottom:20px;

color:#0f172a;

}

.judul-section p{

font-size:18px;

line-height:1.8;

color:#64748b;

}


.kategori{

margin-bottom:70px;

}


.kategori h3{

font-size:28px;

margin-bottom:30px;

color:#0f172a;

padding-left:20px;

border-left:5px solid #2563eb;

}


.pengurus-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(280px,1fr));

gap:25px;

}


.pengurus-card{
background:white;
padding:30px;
border-radius:24px;
box-shadow:
0 10px 40px rgba(0,0,0,.06);
transition:.4s;
border:1px solid #e5e7eb;
position:relative;
overflow:hidden;
display:flex;
flex-direction:column;
justify-content:space-between;
}


.pengurus-card::before{

content:"";

position:absolute;

top:0;
left:0;

width:100%;
height:5px;

background:
linear-gradient(
90deg,
#2563eb,
#38bdf8
);

}


.pengurus-card:hover{

transform:translateY(-8px);

box-shadow:
0 20px 50px rgba(0,0,0,.1);

}


.utama{

background:
linear-gradient(
135deg,
#0f172a,
#1e3a8a
);

color:white;

}


.utama .jabatan{

color:#93c5fd;

}


.jabatan{

font-size:14px;

font-weight:600;

color:#2563eb;

margin-bottom:12px;

line-height:1.6;

}


.nama{

font-size:24px;

font-weight:700;

margin-bottom:10px;

}


.multi{

font-size:18px;

line-height:2;

font-weight:600;

}


small{

opacity:.8;

}


@media(max-width:768px){

.judul-section h2{

font-size:32px;

}

.nama{

font-size:20px;

}

}


/* PERIODE KEPENGURUSAN */

.periode-section{

margin-top:-45px;
position:relative;
z-index:20;

padding:0 20px 60px;

}

.periode-box{

background:white;

border-radius:30px;

padding:35px;

box-shadow:
0 20px 60px rgba(0,0,0,.08);

display:flex;

justify-content:space-between;

align-items:center;

gap:30px;

}


.periode-title{

max-width:500px;

}


.periode-title h3{

font-size:28px;

margin-bottom:12px;

color:#0f172a;

}


.periode-title p{

line-height:1.8;

color:#64748b;

}


.periode-list{

display:flex;

gap:18px;

flex-wrap:wrap;

}


.periode-card{

min-width:180px;

padding:22px;

background:#f8fafc;

border:1px solid #e2e8f0;

border-radius:20px;

text-decoration:none;

transition:.4s;

display:flex;

flex-direction:column;

align-items:center;

}


.periode-card:hover{

transform:translateY(-6px);

box-shadow:
0 15px 30px rgba(0,0,0,.08);

}


.periode-card .tahun{

font-size:24px;

font-weight:700;

color:#0f172a;

margin-bottom:5px;

}


.periode-card small{

color:#64748b;

}


.periode-card.active{

background:
linear-gradient(
135deg,
#0f2d46,
#2563eb
);

color:white;

border:none;

}


.periode-card.active .tahun,
.periode-card.active small{

color:white;

}


@media(max-width:768px){

.periode-box{

flex-direction:column;

text-align:center;

}

.periode-list{

justify-content:center;

}

}

.pengurus-section{
    padding:100px 8%;
    background:#f8fafc;
}

.pengurus-section .container{
    max-width:1200px;
    margin:auto;
}

.subjudul{
    color:#e53935;
    font-weight:700;
    letter-spacing:2px;
}

.pengurus-section h2{
    font-size:36px;
    line-height:1.4;
    margin-top:10px;
    margin-bottom:60px;
    color:#1e293b;
}

.kategori{
    margin-bottom:70px;
}

.kategori h3{
    font-size:28px;
    margin-bottom:30px;
    color:#003b80;
    border-left:5px solid #e53935;
    padding-left:15px;
}

.grid-pengurus{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.card-pengurus{
    background:white;
    padding:30px;
    border-radius:20px;
    box-shadow:
    0 10px 25px rgba(0,0,0,.08);

    transition:.3s;
}

.card-pengurus:hover{
    transform:translateY(-8px);
}

.card-pengurus span{
    color:#e53935;
    font-weight:700;
    font-size:14px;
}

.card-pengurus h4{
    margin-top:12px;
    font-size:24px;
    color:#111827;
}

.card-pengurus p{
    margin-top:10px;
    color:#64748b;
}

.utama{
    background:linear-gradient(
    135deg,
    #003b80,
    #0a5bd8
    );

    color:white;
}

.utama h4,
.utama span{
    color:white;
}

.presidential-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:40px;
}

.president-box{
    background:linear-gradient(
    135deg,
    #0b1d4d,
    #123d92
    );

    color:white;
    width:420px;
    padding:30px;
    text-align:center;
    border-radius:20px;

    box-shadow:
    0 15px 35px rgba(0,0,0,.15);
}

.president-box span{
    font-size:14px;
    opacity:.8;
}

.president-box h4{
    margin-top:10px;
    font-size:34px;
}

.line{
    width:4px;
    height:45px;
    background:#2563eb;
}

.officer-grid{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    justify-content:center;
}

.officer-card{
    width:300px;
    background:white;
    padding:25px;

    border-radius:18px;

    box-shadow:
    0 8px 20px rgba(0,0,0,.08);

    text-align:center;

    transition:.3s;
}

.officer-card:hover{
    transform:translateY(-8px);
}

.officer-card span{
    color:#2563eb;
    font-size:14px;
    font-weight:600;
}

.officer-card h4{
    margin-top:10px;
    font-size:25px;
}

@media(max-width:768px){

.president-box{
    width:100%;
}

.officer-card{
    width:100%;
}

}