/* =========================================================
   DONOR YUK
   HALAMAN SEMUA INFORMASI
   PREMIUM / MODERN / ELEGANT
========================================================= */

.informasi-page {
    min-height: 100vh;

    background:
        radial-gradient(
            circle at 85% 5%,
            rgba(239, 68, 68, .055),
            transparent 28%
        ),
        radial-gradient(
            circle at 5% 40%,
            rgba(37, 99, 235, .035),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #f8fafc 0%,
            #ffffff 55%,
            #f8fafc 100%
        );
}


/* =========================================================
   HERO HEADER
========================================================= */

.informasi-hero {
    position: relative;

    padding:
        118px 0
        70px;

    overflow: hidden;
}


/* decorative circle */

.informasi-hero::before {
    content: "";

    position: absolute;

    width: 460px;
    height: 460px;

    top: -300px;
    right: -120px;

    border-radius: 50%;

    background:
        rgba(239, 68, 68, .055);

    pointer-events: none;
}


.informasi-hero::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    bottom: -220px;
    left: -130px;

    border-radius: 50%;

    background:
        rgba(37, 99, 235, .035);

    pointer-events: none;
}


/* =========================================================
   HERO INNER
========================================================= */

.informasi-hero-inner {
    position: relative;

    z-index: 2;

    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   BACK BUTTON
========================================================= */

.informasi-back {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 27px;

    padding: 8px 14px;

    border:
        1px solid
        #e2e8f0;

    border-radius: 999px;

    background:
        rgba(255,255,255,.82);

    color: #64748b;

    font-family:
        "Inter",
        sans-serif;

    font-size: 11px;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 5px 18px
        rgba(15,23,42,.045);

    backdrop-filter:
        blur(10px);

    transition:
        transform .25s ease,
        color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}


.informasi-back:hover {
    color: #dc2626;

    border-color:
        #fecaca;

    transform:
        translateX(-3px);

    box-shadow:
        0 8px 22px
        rgba(15,23,42,.08);
}


.informasi-back i {
    font-size: 10px;
}


/* =========================================================
   BADGE
========================================================= */

.informasi-badge {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 8px 14px;

    border-radius: 999px;

    background:
        #fef2f2;

    border:
        1px solid
        #fee2e2;

    color:
        #b91c1c;

    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing:
        .12em;

    text-transform:
        uppercase;
}


.informasi-badge i {
    font-size: 11px;
}


/* =========================================================
   TITLE
========================================================= */

.informasi-title {
    margin:
        20px 0 16px;

    color:
        #0f172a;

    font-family:
        "Plus Jakarta Sans",
        sans-serif;

    font-size:
        clamp(32px, 4vw, 52px);

    line-height:
        1.12;

    font-weight:
        800;

    letter-spacing:
        -.045em;
}


.informasi-title span {
    display: inline-block;

    color:
        #dc2626;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.informasi-description {
    max-width: 650px;

    margin:
        0 auto;

    color:
        #64748b;

    font-family:
        "Inter",
        sans-serif;

    font-size:
        14px;

    line-height:
        1.8;
}


/* =========================================================
   CONTENT AREA
========================================================= */

.informasi-content {
    position: relative;

    padding:
        0 0 90px;
}


/* =========================================================
   TOOLBAR
========================================================= */

.informasi-toolbar {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 25px;

    padding:
        17px 20px;

    border:
        1px solid
        #e8edf3;

    border-radius:
        18px;

    background:
        rgba(255,255,255,.88);

    box-shadow:
        0 8px 28px
        rgba(15,23,42,.045);

    backdrop-filter:
        blur(12px);
}


.informasi-toolbar-left {
    display: flex;

    align-items: center;

    gap: 11px;
}


.informasi-toolbar-icon {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background:
        #fef2f2;

    color:
        #dc2626;

    font-size: 14px;
}


.informasi-toolbar-title {
    margin: 0;

    color:
        #0f172a;

    font-family:
        "Plus Jakarta Sans",
        sans-serif;

    font-size: 14px;

    font-weight: 800;
}


.informasi-toolbar-subtitle {
    margin: 2px 0 0;

    color:
        #94a3b8;

    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;
}


.informasi-total {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding:
        7px 11px;

    border-radius:
        999px;

    background:
        #f8fafc;

    border:
        1px solid
        #e2e8f0;

    color:
        #64748b;

    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;

    font-weight: 800;
}


.informasi-total strong {
    color:
        #dc2626;
}


/* =========================================================
   GRID
========================================================= */

.informasi-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 23px;
}


/* =========================================================
   CARD
========================================================= */

.informasi-card {
    position: relative;

    display: flex;

    flex-direction: column;

    overflow: hidden;

    min-width: 0;

    border:
        1px solid
        #e5e7eb;

    border-radius:
        22px;

    background:
        #ffffff;

    box-shadow:
        0 9px 30px
        rgba(15,23,42,.055);

    transition:
        transform .35s cubic-bezier(.22,.61,.36,1),
        box-shadow .35s ease,
        border-color .35s ease;
}


.informasi-card:hover {
    transform:
        translateY(-7px);

    border-color:
        #fecaca;

    box-shadow:
        0 22px 50px
        rgba(15,23,42,.105);
}


/* =========================================================
   IMAGE
========================================================= */

.informasi-card-image {
    position: relative;

    height: 215px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #f1f5f9,
            #e2e8f0
        );
}


.informasi-card-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .65s
        cubic-bezier(.22,.61,.36,1);
}


.informasi-card:hover
.informasi-card-image img {
    transform:
        scale(1.055);
}


/* image overlay */

.informasi-card-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(15,23,42,.02) 30%,
            rgba(15,23,42,.20) 100%
        );

    pointer-events: none;
}


/* =========================================================
   EMPTY IMAGE
========================================================= */

.informasi-card-empty {
    width: 100%;
    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 9px;

    color:
        #94a3b8;
}


.informasi-card-empty i {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background:
        #ffffff;

    font-size: 21px;

    box-shadow:
        0 7px 20px
        rgba(15,23,42,.06);
}


.informasi-card-empty span {
    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;

    font-weight: 600;
}


/* =========================================================
   STATUS
========================================================= */

.informasi-status {
    position: absolute;

    top: 14px;
    left: 14px;

    z-index: 3;

    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding:
        7px 10px;

    border-radius:
        999px;

    background:
        rgba(15,23,42,.76);

    color:
        #ffffff;

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;

    font-weight: 800;

    letter-spacing:
        .09em;

    backdrop-filter:
        blur(10px);
}


.informasi-status-dot {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background:
        #4ade80;

    box-shadow:
        0 0 0 3px
        rgba(74,222,128,.13);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.informasi-card-content {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding:
        20px 20px 18px;
}


/* =========================================================
   DATE
========================================================= */

.informasi-card-date {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 9px;

    color:
        #94a3b8;

    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;

    font-weight: 600;
}


.informasi-card-date i {
    color:
        #ef4444;
}


/* =========================================================
   TITLE
========================================================= */

.informasi-card-title {
    margin:
        0 0 10px;

    color:
        #0f172a;

    font-family:
        "Plus Jakarta Sans",
        sans-serif;

    font-size:
        17px;

    line-height:
        1.4;

    font-weight:
        800;

    letter-spacing:
        -.018em;

    display:
        -webkit-box;

    -webkit-box-orient:
        vertical;

    -webkit-line-clamp:
        2;

    overflow:
        hidden;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.informasi-card-description {
    margin:
        0 0 17px;

    color:
        #64748b;

    font-family:
        "Inter",
        sans-serif;

    font-size:
        12px;

    line-height:
        1.7;

    display:
        -webkit-box;

    -webkit-box-orient:
        vertical;

    -webkit-line-clamp:
        3;

    overflow:
        hidden;
}


/* =========================================================
   CARD FOOTER
========================================================= */

.informasi-card-footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 12px;

    margin-top: auto;

    padding-top:
        14px;

    border-top:
        1px solid
        #f1f5f9;
}


.informasi-card-brand {
    display: flex;

    align-items: center;

    gap: 7px;

    color:
        #94a3b8;

    font-family:
        "Inter",
        sans-serif;

    font-size:
        9px;

    font-weight:
        800;

    letter-spacing:
        .07em;
}


.informasi-card-brand i {
    color:
        #dc2626;
}


.informasi-card-arrow {
    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius:
        50%;

    background:
        #fef2f2;

    color:
        #dc2626;

    font-size:
        10px;

    transition:
        transform .25s ease,
        background .25s ease;
}


.informasi-card:hover
.informasi-card-arrow {
    transform:
        translateX(4px);

    background:
        #fee2e2;
}


/* =========================================================
   EMPTY STATE
========================================================= */

.informasi-empty {
    padding:
        75px 30px;

    text-align:
        center;

    border:
        1px dashed
        #cbd5e1;

    border-radius:
        24px;

    background:
        rgba(255,255,255,.75);
}


.informasi-empty-icon {
    width: 68px;
    height: 68px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin:
        0 auto 18px;

    border-radius:
        20px;

    background:
        #fef2f2;

    color:
        #dc2626;

    font-size:
        25px;
}


.informasi-empty h3 {
    margin:
        0 0 8px;

    color:
        #0f172a;

    font-family:
        "Plus Jakarta Sans",
        sans-serif;

    font-size:
        20px;

    font-weight:
        800;
}


.informasi-empty p {
    max-width:
        430px;

    margin:
        0 auto;

    color:
        #64748b;

    font-family:
        "Inter",
        sans-serif;

    font-size:
        13px;

    line-height:
        1.7;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 1050px) {

    .informasi-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 680px) {

    .informasi-hero {
        padding:
            95px 0 55px;
    }


    .informasi-title {
        font-size:
            34px;
    }


    .informasi-description {
        padding:
            0 15px;

        font-size:
            13px;
    }


    .informasi-content {
        padding-bottom:
            60px;
    }


    .informasi-toolbar {
        align-items:
            flex-start;

        padding:
            15px;

        border-radius:
            16px;
    }


    .informasi-total {
        white-space:
            nowrap;
    }


    .informasi-grid {
        grid-template-columns:
            1fr;

        gap:
            16px;
    }


    .informasi-card-image {
        height:
            205px;
    }


    .informasi-card-content {
        padding:
            18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .informasi-hero {
        padding-top:
            85px;
    }


    .informasi-title {
        font-size:
            29px;
    }


    .informasi-badge {
        font-size:
            9px;
    }


    .informasi-toolbar-left {
        gap:
            8px;
    }


    .informasi-toolbar-icon {
        width:
            34px;

        height:
            34px;
    }

}