.company-page {
    --sasa-red: #fb0a01;
    --sasa-green: #07733d;
    overflow-x: hidden;
}

.company-hero {
    position: relative;
    height: 100vh;
}

.company-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(81, 26, 26, 0.3);
}

.company-hero__title {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 6rem;
    font-family: zlb;
    width: 100%;
    text-align: center;
}

.company-hero .wrap-text {
    position: absolute;
    bottom: 30px;
    left: 50px;
    right: 50px;
}

.company-hero__text b {
    color: #fb0a01;
}

.company-hero__text {
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    font-family: zlb;
    margin-bottom: 0;
}

.company-hero__text__second {
    position: relative;
    color: #fff;
    font-size: 0.8rem;
    font-family: zlb;
    margin-bottom: 0;
}

.company-hero__scroll {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    border: none;
    background: #ff0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: company-bounce 1.6s infinite;
}

@keyframes company-bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
}

.company-sejarah {
    position: relative;
    background: #fb0a01;
    padding: 4rem 0 3rem;
    overflow: hidden;
}

.company-sejarah__curve {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

.company-section-title {
    font-size: 3rem;
    font-family: zlb;
    color: #fff;
}

.sejarah-swiper-wrap {
    position: relative;
    margin-top: 3rem;
}

.sejarahSwiper {
    overflow: hidden;
}

.sejarah-slide {
    position: relative;
    height: 420px;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 0 2rem;
    gap: 1rem;
}

.sejarah-slide__number {
    font-size: 18rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
    text-stroke: 2px rgba(255, 255, 255, 0.9);
    letter-spacing: 0.02em;
    user-select: none;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-family: jkt;
}

.sejarah-slide__photo {
    height: 100%;
}

.sejarah-slide__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sejarah-slide__events {
    width: 30%;
}

.sejarah-slide__events .event {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.sejarah-slide__events .event p {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

/* Next arrow button */
.sejarah-nav-btn {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    z-index: 5;
    transition: background 0.2s ease;
}

.sejarah-nav-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.sejarah-years {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.sejarah-years__item {
    color: #e6e6e6;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.2s ease;
    font-family: jkt;
}

.sejarah-years__item:hover {
    color: rgba(255, 255, 255, 0.9);
}

.sejarah-years__item.active {
    color: #fff;
    font-weight: 700;
}

.company-fakta {
    background: var(--sasa-green);
    padding: 2rem 0;
}

.company-fakta__inner {
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.company-fakta__eyebrow {
    font-size: 1.25rem;
    color: #fff;
    font-family: zlb;
}

.company-fakta__logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 1rem;
}

.company-fakta__text {
    color: #fff;
    font-size: 1.25rem;
    font-family: jkt;
    margin-top: 1rem;
}

.company__btn {
    font-size: 1rem;
    color: #fff;
    text-decoration: underline;
    font-family: jkt;
    margin-top: 1rem;
}

.company__btn:hover {
    color: #fff;
    text-decoration: none;
}

.company-visimisi {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.vm-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 65vh;
}

.vm-block {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-position: center;
}

.vm-block.vision {
    background-image: url(../img/about-us/bg-visi.png);
    background-size: cover;
}
.vm-block.mission {
    background-image: url(../img/about-us/bg-misi.png);
    background-size: cover;
}

.vm-block .content {
    padding: 40px;
    width: 400px;
}

.vm-block.vision .content {
    background: #fff;
    color: #ff0000;
    height: 100vh;
    position: absolute;
    right: 33%;
    top: 65%;
    transform: translateY(-50%);
    rotate: 25deg;
    z-index: 2;
}

.vm-block.vision .text {
    position: absolute;
    right: 60px;
    top: 50%;
    width: 300px;
    text-align: center;
    transform: translateY(-50%);
    color: #ff0000;
    z-index: 3;
}

.vm-block h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    font-family: zlb;
}

.vm-block p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
    font-family: jkt;
}

.vm-block.mission .content {
    background: #ff0000;
    height: 100vh;
    left: -12%;
    top: 15%;
    rotate: 25deg;
}

.vm-block.mission .content,
.vm-block.mission .text {
    position: absolute;
    color: #fff;
    transform: translateY(-50%);
}

.vm-block.mission .text {
    left: 60px;
    top: 50%;
    width: 300px;
    text-align: center;
}

.vm-block.mission .content,
.vm-block.mission .text {
    position: absolute;
    color: #fff;
    transform: translateY(-50%);
}

.company-nilai {
    position: relative;
    background: #fff;
    padding: 2rem 0;
    overflow: hidden;
}

.company-section-title--red {
    color: var(--sasa-red);
}

.company-nilai__intro {
    color: #606060;
    max-width: 30%;
    font-size: 1rem;
    font-family: jkt;
}

.nilai-curve {
    position: absolute;
    top: 15px;
    right: -100px;
    width: 80%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

.left-wheel {
    justify-content: end;
    align-items: end;
    display: flex;
}

.company-nilai__photo {
    width: 300px;
    height: 300px;
}

.company-nilai__photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 15px solid #16356e;
}

.wrapper-wheel {
    margin-top: 2rem;
    align-items: center;
}

.nilai-wheel-wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.nilai-wheel {
    position: relative;
    width: 320px;
    height: 320px;
    flex-shrink: 0;
}

.nilai-wheel__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 50% 50%;
}

.nilai-wheel__hotspots {
    position: absolute;
    inset: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 50% 50%;
}

.nilai-wheel__hotspot {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transform: rotate(var(--seg-rotate));
    transform-origin: 0% 100%;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.nilai-wheel__pointer {
    position: absolute;
    top: 50%;
    right: -4px;
    width: 14px;
    height: 14px;
    background: #003d79;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 4;
    box-shadow: 0 0 0 4px #fff;
}

.nilai-wheel__detail {
    flex: 1 1 240px;
    min-width: 220px;
}

.nilai-wheel__count {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #4d4d4d;
    margin-bottom: 0.4rem;
    font-family: jkt;
}

.nilai-wheel__detail h3 {
    color: #003d79;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-family: zlb;
}

.nilai-wheel__detail p {
    color: #4d4d4d;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-family: jkt;
}

.nilai-wheel__nav {
    display: flex;
    gap: 0.6rem;
}

.nilai-wheel__nav button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #003d79;
    background: transparent;
    color: #16356e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.nilai-wheel__nav button:hover {
    background: #16356e;
    color: #fff;
}

.company-hero__scroll__mobile {
    display: none;
}

.company-fakta {
    background: var(--sasa-green);
    padding: 2rem 0;
}

.company-fakta__eyebrow {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #fff;
    font-family: zlb;
    margin-bottom: 0;
}

.company-fakta__logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 1rem;
}

.fakta-swiper-wrap {
    margin-top: 1rem;
}

.faktaSwiper {
    overflow: hidden;
}

.company-fakta__text {
    color: #fff;
    font-size: clamp(0.85rem, 1.2vw, 1.25rem);
    font-family: jkt;
    line-height: 1.5;
}

.fakta-pagination {
    position: relative;
    margin-top: 1rem;
}

.fakta-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.fakta-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

#history {
    scroll-margin-top: 4rem;
}

@media (max-width: 768px) {
    .company-hero__title {
        font-size: 2.8rem;
        top: 150px;
        text-align: left;
        padding: 0 1rem;
    }

    .company-hero .wrap-text {
        left: 1rem;
        right: 1rem;
    }

    .company-hero .wrap-text .row {
        flex-direction: column;
        gap: 0.75rem;
    }

    .company-hero .wrap-text .col-md-4 {
        width: 100%;
    }

    .company-hero .wrap-text .col-md-4:nth-child(2) {
        display: none;
    }

    .company-hero__scroll__mobile {
        margin-top: 1rem;
        display: block;
    }

    .company-hero__text {
        font-size: 1rem;
    }

    .company-hero__text__second {
        font-size: 0.75rem;
    }

    .company-sejarah {
        padding: 3rem 0 2rem;
    }

    .company-sejarah__curve {
        top: -40px;
        left: 0;
        width: 120%;
        height: 100%;
    }

    .company-section-title {
        font-size: 1.5rem;
        text-align: center;
    }

    .sejarah-swiper-wrap {
        margin-top: 1.5rem;
    }

    .sejarah-slide {
        height: 210px;
    }

    .sejarah-slide__number {
        font-size: 7rem;
        text-align: center;
        line-height: 1;
    }

    .sejarah-slide__photo {
        width: 100%;
        height: 180px;
    }

    .sejarah-slide__events .event p {
        font-size: 0.5rem;
    }

    .sejarah-slide__photo img {
        border-radius: 8px;
    }

    .sejarah-slide__events {
        width: 100%;
    }

    .sejarah-nav-btn {
        display: none;
    }

    .sejarah-years {
        gap: 8px;
        padding: 0 1rem;
        justify-content: center;
        overflow-x: auto;
        flex-wrap: wrap;
        padding-bottom: 0.5rem;
    }

    .sejarah-years::-webkit-scrollbar {
        display: none;
    }

    .sejarah-years__item {
        font-size: 0.85rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .company-fakta {
        padding: 2rem 1rem;
    }

    .company-fakta__eyebrow {
        font-size: 1rem;
    }

    .company-fakta__text {
        font-size: 0.8rem;
    }

    .vm-wrapper {
        flex-direction: column;
        height: auto;
    }

    .vm-block {
        width: 100%;
        min-height: 280px;
        padding: 3rem 2rem;
        overflow: hidden;
    }

    .vm-block.vision .content {
        right: auto;
        left: -45%;
        top: 50%;
        width: 300px;
        height: 120vh;
    }

    .vm-block.vision .text {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
    }

    .vm-block.mission .content {
        left: -25%;
        top: 15%;
        width: 300px;
    }

    .vm-block.mission .text {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
    }

    .vm-block h3 {
        font-size: 1.6rem;
    }

    .vm-block p {
        font-size: 0.9rem;
    }

    .company-nilai {
        padding: 2rem 0 3rem;
    }

    .company-section-title--red {
        padding: 0 1rem;
        text-align: left;
        font-size: 2rem;
    }

    .company-nilai__intro {
        max-width: 90%;
        font-size: 0.9rem;
        padding: 0 1rem;
    }

    .nilai-curve {
        right: 0;
        width: 150%;
        top: -50px;
    }

    .wrapper-wheel {
        flex-direction: column;
        align-items: center;
        margin-top: 1.5rem;
        gap: 1.5rem;
    }

    .left-wheel,
    .right-wheel {
        width: 100%;
        justify-content: center;
    }

    .company-nilai__photo {
        width: 200px;
        height: 200px;
    }

    .nilai-wheel-wrap {
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
        gap: 1.5rem;
    }

    .nilai-wheel {
        width: 260px;
        height: 260px;
    }

    .nilai-wheel__detail {
        text-align: center;
        min-width: unset;
        width: 100%;
        padding: 0 1rem;
    }

    .nilai-wheel__nav {
        justify-content: center;
    }

    .nilai-wheel__detail h3 {
        font-size: 1.2rem;
    }

    .nilai-wheel__detail p {
        font-size: 0.9rem;
    }

    .company-fakta {
        padding: 2rem 1rem;
    }
}
