/* ============================
   TENTANG KAMI PAGE
   ============================ */

.tentang-page {
    padding-top: 80px;
}

/* ============================
   HERO SECTION
   ============================ */
.tentang-hero {
    text-align: center;
    padding: 80px 120px;
    box-sizing: border-box;
}

.tentang-hero__title {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #6B594D;
    margin: 0 0 24px;
}

.tentang-hero__desc {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #606060;
    max-width: 800px;
    margin: 0 auto;
}

/* ============================
   LOGO + ABOUT WRAPPER
   ============================ */
.tentang-logo-about-wrapper {
    background: #E9E4D9;
}

/* ============================
   LOGO SECTION
   ============================ */
.tentang-logo {
    width: 100%;
    height: 450px;
    background: url('/img/img-background-tentang.png') center / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
    overflow: hidden;
}

.tentang-logo__img {
    width: 210px;
    height: 325px;
    opacity: 1;
}

/* ============================
   ABOUT SECTION
   ============================ */
.tentang-about {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    padding: 80px 120px;
    box-sizing: border-box;
}

.tentang-about__left {
    flex: 0 0 20%;
    min-width: 180px;
}

.tentang-about__heading {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    color: #6B594D;
    margin: 0;
}

.tentang-about__right {
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tentang-about__text {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #606060;
    margin: 0;
}

/* ============================
   VISI MISI WRAPPER
   ============================ */
.tentang-visi-misi-wrapper {
    background: #E9E4D9;
}

/* ============================
   VISI MISI SECTION
   ============================ */
.tentang-visi-misi {
    background: #F6F4F0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 600px;
    height: auto;
    width: 100%;
    padding: 80px 120px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    box-sizing: border-box;
}

.tentang-visi-misi__col {
    flex: 1;
    min-width: 320px;
}

.tentang-visi-misi__title {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #6B594D;
    text-align: center;
    margin: 0 0 24px;
}

.tentang-visi-misi__text {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #606060;
    margin: 0;
}

.tentang-visi-misi__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tentang-visi-misi__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.tentang-visi-misi__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 4px;
}

.tentang-visi-misi__item-text {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #606060;
}

/* ============================
   NILAI-NILAI SECTION
   ============================ */
.tentang-nilai {
    display: flex;
    flex-direction: row;
    background: linear-gradient(to right, #F6F4F0 30%, #E9E4D9 30%);
}

.tentang-nilai__image {
    min-width: 50%;
    background: url('/img/img-nilai-nilai-suta.png') center / cover no-repeat;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tentang-nilai__logo {
    width: 205px;
    height: 310px;
    opacity: 1;
}

.tentang-nilai__content {
    min-width: 50%;
    padding: 80px 120px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.tentang-nilai__title {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #6B594D;
    margin: 0 0 40px;
}

.tentang-nilai__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.tentang-nilai__label {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 28px;
    color: #6B594D;
    margin: 0 0 8px;
}

.tentang-nilai__desc {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #606060;
    margin: 0;
}

/* ============================
   KEUNGGULAN SECTION
   ============================ */
.tentang-keunggulan {
    display: flex;
    flex-direction: row;
    background: linear-gradient(to right, #F6F4F0 70%, #E9E4D9 70%);
}

.tentang-keunggulan__content {
    min-width: 50%;
    padding: 80px 80px 80px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.tentang-keunggulan__title {
    font-family: 'Wondar Quason Free', serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #6B594D;
    margin: 0 0 40px;
}

.tentang-keunggulan__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.tentang-keunggulan__label {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 28px;
    color: #6B594D;
    margin: 0 0 8px;
}

.tentang-keunggulan__desc {
    font-family: 'Afacad Flux', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #606060;
    margin: 0;
}

.tentang-keunggulan__image {
    min-width: 50%;
    background: url('/img/img-keunggulan-suta.png') center / cover no-repeat;
    border-bottom-left-radius: 120px;
}

/* CTA flush with previous section */
.tentang-page .cta-section {
    padding-top: 0;
}

/* ============================
   RESPONSIVE - Tablet
   ============================ */
@media (max-width: 991px) {
    .tentang-hero {
        padding: 60px 40px;
    }

    .tentang-hero__title {
        font-size: 40px;
    }

    .tentang-hero__desc {
        font-size: 22px;
    }

    .tentang-logo {
        height: 340px;
        border-bottom-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }

    .tentang-logo__img {
        width: 160px;
        height: 248px;
    }

    .tentang-about {
        padding: 60px 40px;
        gap: 40px;
    }

    .tentang-about__left {
        flex: 0 0 100%;
    }

    .tentang-about__heading {
        font-size: 48px;
    }

    .tentang-about__text {
        font-size: 22px;
    }

    .tentang-visi-misi {
        padding: 60px 40px;
        gap: 10px;
        height: auto;
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

    .tentang-visi-misi__title {
        font-size: 40px;
    }

    .tentang-visi-misi__text,
    .tentang-visi-misi__item-text {
        font-size: 22px;
    }

    .tentang-nilai {
        background: linear-gradient(to right, #F6F4F0 30%, #E9E4D9 30%);
    }

    .tentang-nilai__content {
        padding: 60px 40px 60px 60px;
    }

    .tentang-nilai__title {
        font-size: 40px;
    }

    .tentang-nilai__label {
        font-size: 26px;
    }

    .tentang-nilai__desc {
        font-size: 22px;
    }

    .tentang-nilai__image {
        height: 500px;
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }

    .tentang-nilai__logo {
        width: 150px;
        height: 227px;
    }

    .tentang-keunggulan__content {
        padding: 60px 60px 60px 40px;
    }

    .tentang-keunggulan__title {
        font-size: 40px;
    }

    .tentang-keunggulan__label {
        font-size: 26px;
    }

    .tentang-keunggulan__desc {
        font-size: 22px;
    }

    .tentang-keunggulan__image {
        height: 400px;
        border-bottom-left-radius: 80px;
    }
}

/* ============================
   RESPONSIVE - Mobile
   ============================ */
@media (max-width: 575px) {
    .tentang-hero {
        padding: 40px 20px;
    }

    .tentang-hero__title {
        font-size: 32px;
    }

    .tentang-hero__desc {
        font-size: 18px;
    }

    .tentang-logo {
        height: 240px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .tentang-logo__img {
        width: 120px;
        height: 186px;
    }

    .tentang-about {
        padding: 40px 20px;
        gap: 24px;
    }

    .tentang-about__heading {
        font-size: 36px;
    }

    .tentang-about__text {
        font-size: 18px;
    }

    .tentang-visi-misi {
        padding: 40px 20px;
        gap: 10px;
        height: auto;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .tentang-visi-misi__title {
        font-size: 32px;
    }

    .tentang-visi-misi__text,
    .tentang-visi-misi__item-text {
        font-size: 18px;
    }

    .tentang-nilai {
        background: linear-gradient(to right, #F6F4F0 30%, #E9E4D9 30%);
    }

    .tentang-nilai__content {
        padding: 40px 30px 40px 40px;
    }

    .tentang-nilai__title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .tentang-nilai__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .tentang-nilai__label {
        font-size: 22px;
    }

    .tentang-nilai__desc {
        font-size: 18px;
    }

    .tentang-nilai__image {
        height: 280px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .tentang-nilai__logo {
        width: 100px;
        height: 151px;
    }

    .tentang-keunggulan__content {
        padding: 40px 20px;
    }

    .tentang-keunggulan__title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .tentang-keunggulan__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .tentang-keunggulan__label {
        font-size: 22px;
    }

    .tentang-keunggulan__desc {
        font-size: 18px;
    }

    .tentang-keunggulan__image {
        height: 280px;
        border-bottom-left-radius: 50px;
    }
}

/* ============================
   ANIMATIONS
   ============================ */
.tentang-animate {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.tentang-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.tentang-animate.is-hidden {
    opacity: 0;
    transform: translateY(-12px);
}
