.elementor-106493 .elementor-element.elementor-element-3977d3f{--display:flex;}.elementor-106493 .elementor-element.elementor-element-fe293ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-106493 .elementor-element.elementor-element-a52102f .elementor-icon-box-wrapper{align-items:center;text-align:start;gap:8px;}.elementor-106493 .elementor-element.elementor-element-a52102f.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-tmpcoderprimarycolor );}.elementor-106493 .elementor-element.elementor-element-a52102f.elementor-view-framed .elementor-icon, .elementor-106493 .elementor-element.elementor-element-a52102f.elementor-view-default .elementor-icon{fill:var( --e-global-color-tmpcoderprimarycolor );color:var( --e-global-color-tmpcoderprimarycolor );border-color:var( --e-global-color-tmpcoderprimarycolor );}.elementor-106493 .elementor-element.elementor-element-a52102f .elementor-icon{font-size:26px;}.elementor-106493 .elementor-element.elementor-element-a52102f .elementor-icon-box-title{color:var( --e-global-color-tmpcodersecondarycolor );}.elementor-106493 .elementor-element.elementor-element-a52102f > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-106493 .elementor-element.elementor-element-a52102f{width:initial;max-width:initial;}.elementor-106493 .elementor-element.elementor-element-a52102f.elementor-element{--align-self:center;}.elementor-106493 .elementor-element.elementor-element-14ceecc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-106493 .elementor-element.elementor-element-dedf94e .elementor-post__meta-data span + span:before{content:"•";}.elementor-106493 .elementor-element.elementor-element-dedf94e{--grid-column-gap:31px;--grid-row-gap:40px;width:auto;max-width:auto;}.elementor-106493 .elementor-element.elementor-element-dedf94e .elementor-post__card{border-width:0px;}.elementor-106493 .elementor-element.elementor-element-dedf94e .elementor-post__title, .elementor-106493 .elementor-element.elementor-element-dedf94e .elementor-post__title a{font-weight:bold;}.elementor-106493 .elementor-element.elementor-element-dedf94e .elementor-post__title{margin-bottom:14px;}.elementor-106493 .elementor-element.elementor-element-dedf94e > .elementor-widget-container{margin:0px 25px 0px 25px;}.elementor-106493 .elementor-element.elementor-element-f161a8e{--display:flex;}.elementor-106493 .elementor-element.elementor-element-aa306e5{--spacer-size:50px;}@media(max-width:767px){.elementor-106493 .elementor-element.elementor-element-a52102f .elementor-icon{font-size:24px;}.elementor-106493 .elementor-element.elementor-element-a52102f > .elementor-widget-container{margin:0px 0px 10px 0px;}}/* Start custom CSS for html, class: .elementor-element-972aecc *//* Import Font Premium: 'Inter' & 'Playfair Display' */
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Playfair+Display:wght@600;700&display=swap');

    /* --- Variabel Sistem Desain LPPM --- */
    .lppm-psu-wrapper {
        --primary-navy: #0f172a; 
        --secondary-navy: #1e293b;
        --accent-gold: #b45309; 
        --accent-blue: #2563eb;
        --text-main: #334155; 
        --text-muted: #64748b; 
        --bg-white: #ffffff; 
        --bg-light: #f8fafc; 
        
        --font-heading: 'Playfair Display', serif;
        --font-body: 'Inter', sans-serif;
        
        font-family: var(--font-body);
        color: var(--text-main);
        line-height: 1.8;
        background-color: var(--bg-white);
        margin: 0;
        padding: 0;
    }

    .lppm-psu-wrapper * {
        box-sizing: border-box;
    }

    /* --- HERO SECTION --- */
    .lppm-hero {
        position: relative;
        width: 100%;
        height: 500px;
        overflow: hidden;
        border-radius: 0 0 24px 24px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        margin-bottom: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .lppm-hero img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 1;
    }

    .lppm-hero-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.85));
        z-index: 2;
    }

    .lppm-hero-content {
        position: relative;
        z-index: 3;
        max-width: 800px;
        padding: 0 30px;
    }

    .lppm-badge {
        display: inline-block;
        padding: 8px 20px;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(4px);
        color: #f8fafc;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 0.9rem;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        border-radius: 50px;
        margin-bottom: 20px;
    }

    .lppm-hero-title {
        font-family: var(--font-heading);
        font-size: 3.2rem;
        color: var(--bg-white);
        margin: 0 0 15px 0;
        line-height: 1.2;
    }

    .lppm-hero-subtitle {
        font-size: 1.2rem;
        color: #cbd5e1;
        font-weight: 300;
        margin: 0;
    }

    /* --- KONTAINER UTAMA --- */
    .lppm-container {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 30px 80px 30px;
    }

    .lppm-section-title {
        font-family: var(--font-heading);
        font-size: 2.2rem;
        color: var(--primary-navy);
        margin-bottom: 25px;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }

    .lppm-section-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background-color: var(--accent-gold);
    }

    /* --- TENTANG LPPM --- */
    .lppm-about-section {
        text-align: center;
        max-width: 850px;
        margin: 0 auto 70px auto;
    }

    .lppm-about-text {
        font-size: 1.1rem;
        color: var(--text-main);
        text-align: justify;
    }

    /* --- VISI & MISI --- */
    .lppm-vm-grid {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 40px;
        margin-bottom: 80px;
        align-items: stretch;
    }

    .lppm-vm-card {
        background: var(--bg-light);
        padding: 40px;
        border-radius: 16px;
        border-left: 5px solid var(--primary-navy);
        box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    }

    .lppm-vm-card.misi {
        border-left-color: var(--accent-gold);
    }

    .lppm-vm-title {
        font-family: var(--font-heading);
        font-size: 1.8rem;
        color: var(--primary-navy);
        margin-top: 0;
        margin-bottom: 20px;
    }

    .lppm-vm-card p, .lppm-misi-list li {
        font-size: 1.05rem;
        text-align: justify;
    }

    .lppm-misi-list {
        padding-left: 20px;
        margin: 0;
    }

    /* --- DIVISI / FOKUS UTAMA --- */
    .lppm-pillars-wrapper {
        background-color: var(--bg-light);
        padding: 60px 40px;
        border-radius: 20px;
        margin-bottom: 80px;
    }

    .lppm-pillars-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 40px;
    }

    .lppm-pillar-card {
        background-color: var(--bg-white);
        padding: 35px 25px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0,0,0,0.04);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .lppm-pillar-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
    }

    .lppm-icon-wrapper {
        width: 60px;
        height: 60px;
        background-color: rgba(15, 23, 42, 0.05);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px auto;
        color: var(--primary-navy);
    }

    .lppm-icon-wrapper svg {
        width: 30px;
        height: 30px;
    }

    .lppm-pillar-title {
        font-size: 1.3rem;
        color: var(--primary-navy);
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .lppm-pillar-desc {
        font-size: 0.95rem;
        color: var(--text-muted);
        margin: 0;
    }

    /* --- KATALOG BUKU / MONOGRAF (NEW SECTION) --- */
    .lppm-books-section {
        margin-bottom: 60px;
    }

    .lppm-books-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .lppm-books-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 30px;
    }

    .lppm-book-card {
        background: var(--bg-white);
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .lppm-book-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
        border-color: #cbd5e1;
    }

    .lppm-book-cover {
        margin-bottom: 20px;
    }

    .lppm-book-cover img {
        width: 100%;
        max-width: 160px;
        height: 230px;
        object-fit: cover;
        border-radius: 4px;
        /* Efek bayangan seperti buku fisik 3D */
        box-shadow: -4px 0 2px -2px rgba(0,0,0,0.1) inset, 4px 6px 12px rgba(0,0,0,0.15); 
        margin: 0 auto;
        display: block;
    }

    .lppm-book-info {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .lppm-book-title {
        font-family: var(--font-body);
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--primary-navy);
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .lppm-book-author {
        font-size: 0.9rem;
        color: var(--text-muted);
        margin-bottom: 20px;
        flex-grow: 1; /* Mendorong tombol ke posisi paling bawah */
    }

    .lppm-book-btn {
        display: inline-block;
        padding: 10px 0;
        background-color: var(--bg-light);
        color: var(--primary-navy);
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        border-radius: 6px;
        border: 1px solid #e2e8f0;
        transition: all 0.2s ease;
        width: 100%;
    }

    .lppm-book-btn:hover {
        background-color: var(--primary-navy);
        color: var(--bg-white);
        border-color: var(--primary-navy);
    }

    /* --- OPTIMASI MOBILE --- */
    @media (max-width: 992px) {
        .lppm-vm-grid {
            grid-template-columns: 1fr;
        }
        .lppm-pillars-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .lppm-hero {
            height: 380px;
            border-radius: 0 0 16px 16px;
        }
        .lppm-hero-title {
            font-size: 2rem;
        }
        .lppm-about-text, .lppm-vm-card p, .lppm-misi-list li {
            text-align: left; 
        }
        .lppm-pillars-grid {
            grid-template-columns: 1fr;
        }
        
        /* Grid Buku di Mobile (Menjadi 2 Kolom) */
        .lppm-books-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        .lppm-book-card {
            padding: 15px;
        }
        .lppm-book-cover img {
            max-width: 120px;
            height: 170px;
        }
        .lppm-book-title {
            font-size: 0.95rem;
        }
        .lppm-book-btn {
            font-size: 0.85rem;
            padding: 8px 0;
        }
    }

    @media (max-width: 480px) {
        /* Untuk layar HP yang sangat kecil (opsional) */
        .lppm-books-grid {
            grid-template-columns: 1fr;
        }
        .lppm-book-cover img {
            max-width: 140px;
            height: 200px;
        }
    }/* End custom CSS */
/* Start custom CSS for icon-box, class: .elementor-element-a52102f */.elementor-icon-box-icon svg {
    display: block !important;
}/* End custom CSS */