/* =========================
   HERO
========================= */

.org-hero{

    padding:90px 0 50px;

    background:
    linear-gradient(
        135deg,
        #EAFBF8,
        #FFFFFF
    );

    text-align:center;
}

.org-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:999px;

    background:#0E9F8D;

    color:#fff;

    font-size:12px;

    font-weight:700;

    letter-spacing:.5px;
}

.org-hero h1{

    margin-top:18px;

    font-size:54px;

    font-weight:800;

    color:#111827;
}

.org-hero p{

    max-width:850px;

    margin:18px auto 0;

    color:#6B7280;

    line-height:1.9;
}


/* =========================
   PIMPINAN
========================= */

.org-section{

    padding:60px 0;
}

.org-chief{

    max-width:420px;

    margin:auto;

    text-align:center;
}

.org-chief-photo{

    width:140px;

    height:140px;

    margin:auto;

    border-radius:50%;

    background:#EAFBF8;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:
        0 15px 35px rgba(14,159,141,.15);
}

.org-chief-photo i{

    font-size:60px;

    color:#0E9F8D;
}

.org-chief h3{

    margin-top:24px;

    font-size:32px;

    font-weight:700;

    color:#111827;
}

.org-chief span{

    display:block;

    margin-top:8px;

    color:#6B7280;

    font-size:16px;
}
/* =========================
   STRUKTUR ORGANISASI
========================= */

.org-structure{

    padding:80px 0;
}

.org-chart{

    max-width:1200px;

    margin:auto;

    text-align:center;
}

/* BOX */

.org-box{

    background:#fff;

    border-radius:20px;

    padding:20px;

    box-shadow:
        0 10px 25px rgba(0,0,0,.05);
}

/* DIREKTUR UTAMA */

.org-main{

    width:280px;

    margin:auto;

    padding:20px;

    background:#0E9F8D;

    color:#fff;

    font-size:22px;

    font-weight:700;

    border-radius:20px;
}

.org-main-line{

    width:3px;

    height:40px;

    background:#0E9F8D;

    margin:auto;
}

/* DEWAN PENGAWAS */

.org-top-row{

    display:flex;

    justify-content:center;

    gap:80px;

    margin-bottom:30px;
}

.org-box.small{

    min-width:240px;

    font-weight:600;
}

/* GARIS TENGAH */

.org-line{

    width:3px;

    height:40px;

    background:#0E9F8D;

    margin:auto;
}

/* KOMITE */

.org-box.komite{

    width:260px;

    margin:auto;

    position:relative;
}

/* WRAPPER DIREKTUR */

.org-directors-wrapper{

    position:relative;

    margin-top:70px;
}

/* GARIS DARI KOMITE */

.org-directors-wrapper::before{

    content:'';

    position:absolute;

    width:3px;

    height:35px;

    background:#0E9F8D;

    top:-35px;

    left:50%;

    transform:translateX(-50%);
}

/* GARIS HORIZONTAL */

.org-directors-line{

    position:absolute;

    top:-35px;

    left:16.66%;

    right:16.66%;

    height:3px;

    background:#0E9F8D;
}

/* GRID */

.org-directors{

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:30px;
}

/* GARIS TURUN KE DIREKTUR */

.org-director{

    position:relative;
}

.org-director::before{

    content:'';

    position:absolute;

    width:3px;

    height:35px;

    background:#0E9F8D;

    top:-35px;

    left:50%;

    transform:translateX(-50%);
}

/* BOX DIREKTUR */

.org-box.director{

    min-height:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    line-height:1.5;

    font-weight:600;
}

/* CHILD */

.org-child{

    position:relative;

    margin-top:20px;

    padding:16px;

    border:1px solid #E5E7EB;

    border-radius:14px;

    background:#F8FAFC;
}

.org-child::before{

    content:'';

    position:absolute;

    width:3px;

    height:20px;

    background:#0E9F8D;

    top:-20px;

    left:50%;

    transform:translateX(-50%);
}
.org-directors{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:30px;
    border:3px solid red;
}

.org-structure{

    padding:80px 0;
}

.section-title-center{

    text-align:center;

    margin-bottom:30px;
}

.section-title-center span{

    color:#0E9F8D;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;
}

.section-title-center h2{

    margin-top:10px;

    font-size:42px;

    font-weight:800;
}

.section-title-center p{

    max-width:800px;

    margin:15px auto 0;

    color:#6B7280;
}

.pdf-preview{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:
        0 10px 30px rgba(0,0,0,.05);

    border:1px solid #E5E7EB;
}

.pdf-preview iframe{

    display:block;

    width:100%;

    min-height:600px;
}
.org-download{
    padding:30px 0 50px;
}

.download-box{

    background:linear-gradient(
        135deg,
        #0E9F8D,
        #18B8A3
    );

    color:#fff;

    text-align:center;

    padding:25px;

    border-radius:15px;
}

.download-box i{

    font-size:35px;

    margin-bottom:10px;
}

.download-box h3{

    margin-bottom:6px;

    font-size:15px;
}

.download-box p{

    margin-bottom:15px;

    opacity:.95;
}

.download-action{

    display:flex;

    justify-content:center;
}

.btn-download-org{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:9px 16px;

    background:#fff;

    color:#0E9F8D;

    text-decoration:none;

    border-radius:999px;

    font-weight:700;

    transition:.3s;
}

.btn-download-org:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(0,0,0,.15);

    color:#0E9F8D;
}
/* RESPONSIVE */

@media(max-width:992px){

    .org-directors{

        grid-template-columns:1fr;
    }

    .org-directors-line,
    .org-directors-wrapper::before,
    .org-director::before{

        display:none;
    }
}

@media(max-width:768px){

    .org-top-row{

        flex-direction:column;

        gap:20px;

        align-items:center;
    }

    .org-main{

        width:100%;

        max-width:320px;
    }
}
