/* ================= GLOBAL ================= */
.profil-container{
    width:100%;
    max-width:1400px;
    margin:auto;
}

/* ================= HERO ================= */
.profil-hero{
    height:560px;
    position:relative;
    overflow:hidden;
    background-image:url("/static/img/profil/hero.jpg");
    background-size:cover;
    background-position:right center;
    display:flex;
    align-items:center;
    z-index: 1;
}

.profil-hero .container {
    padding-left:80px;
}

/* RED GRADIENT */
.profil-hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(190,0,0,0.95) 0%,
        rgba(205,0,0,0.75) 35%,
        rgba(205,0,0,0.25) 70%,
        rgba(252, 251, 251, 0.05)
    );
}

/* DOT */
.profil-hero::before{
    content:"";
    position:absolute;
    top:25px;
    left:35px;
    width:120px;
    height:120px;
    background-image:
    radial-gradient(
        rgba(255,255,255,.8) 2px,
        transparent 2px
    );
    background-size:16px 16px;
    opacity:.5;
    z-index:3;
}

/* CONTENT */
.profil-hero-container{
    position:relative;
    z-index:2;
    width:100%;
}

.profil-hero-content{
    max-width:800px;
    color:white;
    transform:translateY(20px);
    padding-left:100px;
    padding-bottom: 110px;
}

.profil-label{
    color:#ffd166;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    display:block;
    margin-bottom: 18px;
}

.profil-hero h1{
    color:white;
    font-size:52px;
    font-weight:700;
    margin:15px 0;
    margin-bottom:16px;
    line-height:1.15;
}

.profil-hero p{
    font-size:18px;
    line-height:1.6;
    color:white;
    max-width: 620px;
    margin-bottom: 0;
}

/* ================= HERO STAT ================= */
.profil-hero-stats{
    display:flex;
    gap:18px;
    margin-top:5px;
}

.profil-hero-wave {
    height:95px;
}

.hero-stat{
    width:150px;
    padding:18px;
    text-align:center;
    border-radius:18px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(5px);
}

.hero-stat strong{
    display:block;
    font-size:28px;
    color:white;
    font-weight:700;
}

.hero-stat span{
    font-size:14px;
    color:white;
}

/* ================= WAVE ================= */
.hero-wave{
    position:absolute;
    bottom:0px;
    left:0;
    width:100%;
    height:120px;
}

.hero-wave svg{
    width:100%;
    height:100%;
    display:block;
}

/* ================= INTRO ================= */
.profil-intro{
    position:relative;
    padding-top:40px;
    padding-bottom: 10px;
    z-index: 1;
}

.intro-grid{
    display:grid;
    grid-template-columns:2.2fr 1fr 1.4fr;
    gap:20px;
}

.intro-about,
.intro-visi,
.intro-misi{
    background:white;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.intro-about{
    display:flex;
    padding:25px;
    gap:25px;
}

.intro-image{
    width:45%;
    position:relative;
}

.intro-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:15px;
}

.intro-dots{
    position:absolute;
    top:-20px;
    left:-15px;
    width:90px;
    height:90px;
    background-image:
    radial-gradient(
        #d00000 2px,
        transparent 2px
        );
    background-size:12px 12px;
}

.intro-red-box{
    position:absolute;
    width:40px;
    height:40px;
    background:#d00000;
    border-radius:8px;
}

.intro-about-text{
    width:55%;
}

.intro-about-text span,
.intro-visi h3,
.intro-misi h3{
    color:#d00000;
    font-weight:800;
    letter-spacing:2px;
}

.intro-about-text h2{
    font-size:30px;
}

.intro-visi,
.intro-misi{
    padding:30px;
}

.visi-icon{
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#ffe5e5;
    color:#d00000;
    font-size:25px;
    margin-bottom:20px;
}

.intro-misi ul{
    list-style:none;
    padding:0;
}

.intro-misi li{
    display:flex;
    gap:12px;
    margin-bottom:18px;
}

.intro-misi li span{
    background:#d00000;
    color:white;
    width:22px;
    height:22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

/* ================= NUMBER ================= */
.profil-number{
    padding-bottom:30px;
    padding-top: 10px;
    text-align:center;
}

.number-grid{
    margin-top:30px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.number-grid div{
    padding:30px;
    background:white;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.number-grid strong{
    display:block;
    color:#d00000;
    font-size:35px;
}

.number-grid span{
    color:#555;
}

/* ================= MOTTO ================= */


.profil-motto{


    background:

    linear-gradient(
        90deg,
        #b80000,
        #df2020
    );


    padding:45px;

    text-align:center;

    color:white;

}



.profil-motto h2{

    color:white;

    font-size:36px;

}







/* ================= HISTORY ================= */


.profil-history{

    padding:70px 0;

}



.timeline div{

    margin-bottom:30px;

    border-left:5px solid #d00000;

    padding-left:25px;

}



.timeline strong{

    color:#d00000;

    font-size:25px;

}







/* ================= STRUKTUR ================= */


.struktur{

    padding:50px 0;

}



.struktur-card{

    background:white;

    padding:30px;

    border-radius:20px;

    box-shadow:

    0 10px 30px rgba(0,0,0,.08);

}



.struktur-card img{

    width:100%;

}

/* ================= MOBILE ================= */
@media(max-width:768px){
    .profil-hero{
        height:650px;
    }

    .profil-hero .container {
        padding-left:20px;
    }

    .profil-hero h1{
        font-size:36px;
    }

    .profil-hero-stats{
        flex-direction:column;
    }

    .about-card,
    .vm-grid{
        grid-template-columns:1fr;
    }

    .number-grid{
        grid-template-columns:1fr;
    }

    .about-text{
        padding:30px;
    }
}