﻿
.section-desc {
    max-width: 100%;
    font-size: 16px;
    color: var(--muted);
    text-align: justify;
}

.section-desc-milestone {
    max-width: 500px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.5;
}

.section-desc-culture {
    max-width: 600px;
    font-size: 15px;
    color: var(--muted);
    line-height: 1.5 !important;
}

/* Tabs */
.aboutus-tabs {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.section-light {
    background: var(--bg);
}

/* hero */
.about-hero-page {
    position: relative;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.50) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 36px;
}

    .hero-content h1 {
        margin: 0;
        font-size: 40px;
        font-weight: 700;
        padding-left: 40px;
    }

/* breadcrumb */
.breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.breadcrumb-wrap {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 14px;
}

    .breadcrumb-wrap .current {
        color: var(--text);
        font-weight: 600;
    }

/* common */
.section-title h2,
.text-section h2,
.ecosystem-text h2,
.awards-head h2,
.section-center-title h2,
.milestone-list h2,
.leader-text h2 {
    margin: 0 0 12px;
    font-size: 34px;
}

.section-title p,
.text-section p,
.ecosystem-text p,
.leader-text p,
.director-text p {
    color: var(--muted);
    line-height: 1.8;
}

.mt-40 {
    margin-top: 40px;
}

.check-list {
    margin: 18px 0 0;
    padding-left: 10px;
    list-style: none;
}

    .check-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 7px;
        line-height: 1.5;
        max-width: 480px;
        color: var(--muted);
        font-size: 14px !important;
    }

        .check-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border-radius: 999px; /* round */
            background: rgba(12, 138, 82, .08); /* opsional */
            color: var(--primary);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
        }

.section-title .vision-statement {
    font-weight: 700;
    max-width: 700px;
    color: black;
}

/* VM */
.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
}

.vm-right img {
    width: 100%;
    border-radius: 16px;
    min-height: 500px;
    min-width: 500px;
    margin-top: 40px;
}

/* Culture */
.culture-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 40px;
    align-items: center;
}

.culture-color-h3 {
    color: var(--muted);
}

.culture-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 28px;
    position: relative; /* penting untuk absolute badge */
}

.culture-card {
    background: #FFFBFA;
    border-radius: 14px;
    border: 1px solid var(--line);
    padding: 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    margin-top: 22px;
    position: relative;
}

.culture-card-red {
    border-bottom: 5px solid #ff4d4d;
}

.culture-card-blue {
    border-bottom: 5px solid #6b7280;
}

.culture-card-orange {
    border-bottom: 5px solid #f5a623;
}

.culture-card-green {
    border-bottom: 5px solid #27ae60;
}


.culture-card h3 {
    margin: 12px 0 8px;
    font-size: 18px;
}

.culture-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.35;
    font-size: 12px;
}

.badge {
    position: absolute;
    top: -17px;
    left: 24px;
    display: flex;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    box-shadow: 0 0 0 1px var(--line);
}

    .badge.red {
        color: #f04a3a;
        background: #ffe9e5;
    }

    .badge.yellow {
        color: #6b7280;
        background: #f3f4f6;
    }

    .badge.blue {
        color: #f5a623;
        background: #fff4dd;
    }

    .badge.green {
        color: #27ae60;
        background: #eaf8ef;
    }

.culture-right img {
    width: 100%;
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    border-radius: 50%;
}

/* text section */
.text-section {
    max-width: 980px;
}

/* milestones */
.milestone-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    align-items: start;
}

.milestone-image img {
    width: 100%;
    border-radius: 16px;
    min-height: 300px;
    min-width: 600px;
    object-fit: cover;
}

.milestone-list-outer {
    display: flex;
    flex-direction: column;
}

.milestone-list-scroll {
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .milestone-list-scroll::-webkit-scrollbar {
        display: none;
    }

.milestone-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.milestone-item {
    background: linear-gradient( 45deg, #FFFFFF 0%, #FFFFFF 35%, #F8F8F4 50%, #F5F4E4 65%, #E5EEDD 82%, #D0E7D9 100% );
    border-radius: 12px;
    padding: 18px 20px;
}

    .milestone-item h3 {
        margin: 0 0 8px;
        font-size: 24px;
    }

    .milestone-item p {
        margin: 0;
        color: var(--muted);
        line-height: 1.7;
    }

/* leaders */
#boc {
    padding-bottom: 0;
}

.leader-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

.leader-grid-main {
    align-items: start;
}

#boc-content {
    min-height: 280px;
    font-size: 13px;
    text-align: justify;
}

.mini-leaders-wrap {
    width: 80%;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 10px 10px 10px 35px;
    background: #fff;
    font-weight:500;
}

.leader-text h3,
.director-text h3 {
    font-size: 28px;
    display:contents;
    text-align: justify;
}

.leader-role {
    margin-top: 10px;
    font-weight: 300;
    font-size: 17px !important;
}

.leader-image img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.director-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.no-card img {
    height: 560px;
    width: 100%;
    max-width: 420px;
    object-fit: cover;
    object-position: top;
}

.mini-leaders {
    display: flex;
    gap: 50px;
    margin-top: 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.mini-leader {
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
}

    .mini-leader:hover,
    .mini-leader.active {
        opacity: 1;
    }

        .mini-leader.active img {
            border-color: var(--primary, #e8a020) !important;
        }

    .mini-leader img {
        width: 72px;
        height: 72px;
        object-fit: cover;
        border-radius: 50%;
        margin: 0 auto 8px;
        border: 3px solid #fff;
        box-shadow: var(--shadow);
    }

    .mini-leader span {
        font-size: 13px;
        font-weight: 700;
    }

    .mini-leader h6 {
        margin: 2px 0 0;
        font-size: 11px;
        font-weight: 400;
        color: var(--muted);
    }

    .mini-leader span-desc {
        font-size: 5px;
        font-weight: 100;
        color:var(--muted);
    }

.section-center-title {
    text-align: center;
    margin-bottom: 32px;
}

/* directors */
.director-row {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 36px;
    align-items: center;
    margin-bottom: 44px;
}

    .director-row.reverse {
        grid-template-columns: 420px 1fr;
    }

.director-photo {
    background: #fff;
    border-radius: 16px;
    padding-bottom: 0;
    padding-top: 0px;
    width: 400px;
    height: 400px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

#director-photo-a {
    padding-top: 0px;
}

#director-photo-b {
    padding-top: 105px;
}

#director-photo-c {
    padding-top: 145px;
}

/* ecosystem */
.ecosystem-grid {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    gap: 15px;
    grid-row-gap: 60px;
    align-items: center;
}

.ecosystem-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    width: 100%;
    height:100%;
    grid-column: 1 / -1;
    justify-items: center;
}

.eco-logo {
    background: #F2F4F7;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

    .eco-logo:hover {
        transform: scale(1.07);
        box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    }

    .eco-logo img {
        max-width: 130px;
        max-height: 130px;
        transition: transform .3s ease;
    }

    .eco-logo:hover img {
        transform: scale(1.1);
    }

/* awards */
.awards-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.awards-head__right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.select-wrap {
    position: relative;
    display: inline-block;
}

    .select-wrap select {
        -webkit-appearance: none;
        appearance: none;
        width: 140px;
        padding: 12px 44px 12px 18px;
        background: #fff;
        border: 1px solid #E5E7EB;
        border-radius: 6px;
        color: #1F2937;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        cursor: pointer;
    }

    .select-wrap::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right: 2px solid #111827;
        border-bottom: 2px solid #111827;
        transform: translateY(-60%) rotate(45deg);
        pointer-events: none;
    }

.awards-nav {
    display: flex;
    gap: 10px;
}

    .awards-nav button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #d1d5db;
        background: #fff;
        cursor: pointer;
    }

.awards-slider-wrapper {
    overflow: hidden;
}

.awards-grid {
    display: flex;
    gap: 18px;
    transition: transform 0.4s ease;
    will-change: transform;
}

.award-card {
    flex: 0 0 calc(25% - 13.5px);
    background: #F2F4F7;
    border-radius: 14px;
    border: 1px solid var(--line);
    padding: 18px;
}

.awards-nav button:disabled {
    opacity: 0.35;
    cursor: default;
}

.award-card img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 14px;
    height: 160px;
    object-fit: contain;
}

.award-icon {
    font-size: 18px; /* ubah sesuai kebutuhan */
    color: #6b7280; /* warna ikon */
    line-height: 1;
    margin-bottom: 15px;
}

.award-text {
    font-size: 14px; /* ubah sesuai kebutuhan */
    color: #6b7280; /* warna teks */
    line-height: 1;
}

.award-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.award-card p {
    margin: 0;
    
    line-height: 1.7;
    font-size: 14px;
}

/* CTA */
.cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@keyframes ctaFadeUp {
    from {
        opacity: 0;
        transform: translateY(36px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-card {
    position: relative;
    min-height: 220px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    box-shadow: var(--shadow);
    opacity: 0;
}

    .cta-card.is-visible {
        animation: ctaFadeUp 0.6s ease both;
    }

    .cta-card:nth-child(2).is-visible {
        animation-delay: 0.15s;
    }

.cta-bg,
.cta-bg-hover {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.cta-bg-hover {
    opacity: 0;
}

.cta-card:hover .cta-bg {
    transform: scale(1.07);
}

.cta-card:hover .cta-bg-hover {
    opacity: 1;
    transform: scale(1.07);
}

.cta-overlay {
    position: absolute;
    inset: 0;
    transition: opacity 0.5s ease;
}

.cta-card:hover .cta-overlay {
    opacity: 0;
}

.cta-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 24px;
    width: 100%;
}

    .cta-content h3 {
        margin: 0 0 8px;
        font-size: 34px;
        line-height: 1.1;
    }

    .cta-content span {
        font-size: 14px;
        font-weight: 600;
    }

.cta-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .cta-learn-more .material-icons {
        font-size: 18px;
        transition: transform 0.3s ease;
    }

.cta-card:hover .cta-learn-more .material-icons {
    transform: translateX(5px);
}

/* responsive */
@media (max-width: 1100px) {
    .award-card {
        flex: 0 0 calc(50% - 9px);
    }

    .ecosystem-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .eco-logo {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 992px) {
    .vm-grid,
    .culture-grid,
    .milestone-grid,
    .leader-grid,
    .director-row,
    .director-row.reverse,
    .ecosystem-grid {
        grid-template-columns: 1fr;
    }

    .culture-right img {
        margin: 0 auto;
    }

    .director-photo img,
    .leader-image img {
        max-width: 320px;
    }

    .vm-right img {
        min-width: 0;
        min-height: 0;
        width: 100%;
    }

    .milestone-image img {
        min-width: 0;
        width: 100%;
    }

    .director-photo {
        width: 100%;
        max-width: 400px;
        height: 340px;
        margin: 0 auto;
    }

    .no-card img {
        max-width: 320px;
        height: 420px;
        margin: 0 auto;
    }

    .mini-leaders-wrap {
        width: 100%;
        padding: 10px 16px;
    }

    .ecosystem-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .eco-logo {
        width: 160px;
        height: 160px;
    }

    .section-title h2,
    .text-section h2,
    .ecosystem-text h2,
    .awards-head h2,
    .section-center-title h2,
    .milestone-list h2,
    .leader-text h2 {
        font-size: 28px;
    }

    .mini-leaders {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .culture-cards
    .cta-grid{
        grid-template-columns: 1fr;
    }

    .director-photo {
        height: 300px;
    }

    .eco-logo {
        width: 130px;
        height: 130px;
    }

    .eco-logo img {
        max-width: 80px;
        max-height: 80px;
    }

    .section-title h2,
    .text-section h2,
    .ecosystem-text h2,
    .awards-head h2,
    .section-center-title h2,
    .milestone-list h2,
    .leader-text h2 {
        font-size: 24px;
    }

    .awards-head {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .award-card {
        flex: 0 0 calc(50% - 9px);
    }

    .cta-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .container {
        width: min(100% - 32px, var(--container));
    }

    .cta-grid {
        grid-template-columns: 1fr;
    }

    .cta-content h3 {
        font-size: 20px;
    }

    .about-hero-page {
        min-height: 200px;
    }

    .hero-content h1 {
        font-size: 22px;
        padding-left: 16px;
    }

    .culture-cards {
        grid-template-columns: 1fr;
    }

    .awards-grid {
        flex-wrap: wrap;
    }

    .award-card {
        flex: 0 0 100%;
    }

    .ecosystem-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .eco-logo {
        width: 100px;
        height: 100px;
    }

    .eco-logo img {
        max-width: 62px;
        max-height: 62px;
    }

    .section-title h2,
    .text-section h2,
    .awards-head h2,
    .section-center-title h2,
    .milestone-list h2,
    .leader-text h2 {
        font-size: 20px;
    }

    .milestone-item h3 {
        font-size: 17px;
    }

    .awards-head {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .director-photo {
        width: 100%;
        height: 240px;
    }

    .no-card img {
        max-width: 100%;
        height: 320px;
    }

    .mini-leaders {
        gap: 14px;
    }

    .mini-leader img {
        width: 54px;
        height: 54px;
    }

    .leader-text h3,
    .director-text h3 {
        font-size: 18px;
    }

    .section-desc-milestone {
        max-width: 100%;
    }

    .check-list li {
        max-width: 100%;
    }

    .vm-right img {
        min-height: 0;
        height: auto;
    }
}
