/* =========================================================
   ABOUT PAGE
   PT KROMO SAKTI MANDRAGUNA
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

.about-section {
    padding: 95px 0;
    background: #ffffff;
}

.about-section:nth-of-type(even) {
    background: #f7f9f7;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.about-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 16px;

    color: #1b5e20;

    font-size: 0.76rem;

    font-weight: 700;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}

.about-eyebrow::before {
    content: "";

    width: 34px;

    height: 2px;

    background: #8bcf2f;
}

.about-eyebrow-light {
    color: #d4efc6;
}

.about-eyebrow-light::before {
    background: #8bcf2f;
}


/* =========================================================
   HERO
   ========================================================= */

.about-hero {
    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background-image: url("poster/about.png");

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;
}

.about-hero::after {
    content: "";

    position: absolute;

    width: 430px;

    height: 430px;

    right: -150px;

    top: -145px;

    border-radius: 50%;

    border: 1px solid
        rgba(
            139,
            207,
            47,
            0.22
        );

    box-shadow:
        0 0 0 65px
        rgba(
            139,
            207,
            47,
            0.03
        ),
        0 0 0 130px
        rgba(
            139,
            207,
            47,
            0.02
        );

    pointer-events: none;
}

.about-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4, 18, 9, 0.88) 0%,
            rgba(4, 18, 9, 0.68) 38%,
            rgba(4, 18, 9, 0.28) 72%,
            rgba(4, 18, 9, 0.12) 100%
        );

    z-index: 1;

    pointer-events: none;
}

.about-hero-content {
    position: relative;

    z-index: 2;

    max-width: 720px;

    /*
     * Headline digeser sedikit ke kiri
     * agar lebih pas dengan komposisi poster.
     */
    margin-left: -28px;

    padding: 65px 0;
}

.about-hero h1 {
    max-width: 720px;

    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            2.5rem,
            4vw,
            3.7rem
        );

    line-height: 1.08;

    letter-spacing: -0.035em;

    font-weight: 700;
}

.about-hero-content p {
    max-width: 650px;

    margin: 20px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            0.82
        );

    font-size: 0.95rem;

    line-height: 1.7;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.about-section-heading {
    max-width: 760px;

    margin-bottom: 50px;
}

.about-section-heading.center {
    margin-left: auto;

    margin-right: auto;

    text-align: center;
}

.about-section-heading.center
.about-eyebrow {
    justify-content: center;
}

.about-section-heading h2,
.about-location-heading h2 {
    margin: 0;

    color: #101713;

    font-size:
        clamp(
            2rem,
            4vw,
            3.5rem
        );

    line-height: 1.08;

    letter-spacing: -0.035em;
}

.about-section-heading p {
    max-width: 680px;

    margin: 18px 0 0;

    color: #68716b;

    font-size: 0.98rem;

    line-height: 1.8;
}


/* =========================================================
   VISION / MISSION
   ========================================================= */

.about-vision-section {
    background:
        linear-gradient(
            135deg,
            #f4f8f4,
            #ffffff
        );
}

.about-vision-grid {
    display: grid;

    gap: 16px;
}

.about-vision-card {
    display: grid;

    grid-template-columns:
        82px
        minmax(0, 1fr);

    gap: 30px;

    align-items: start;

    padding:
        30px 32px;

    background: #ffffff;

    border:
        1px solid #dfe8e1;

    border-radius: 14px;

    box-shadow:
        0 8px 25px
        rgba(
            15,
            23,
            42,
            0.04
        );

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.about-vision-card:hover {
    transform:
        translateY(-4px);

    border-color:
        #b9d7bd;

    box-shadow:
        0 15px 30px
        rgba(
            15,
            23,
            42,
            0.06
        );
}

.about-vision-number {
    color: #8bcf2f;

    font-size: 2.55rem;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -0.04em;
}

.about-card-label {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 9px;

    color: #168138;

    font-size: 0.7rem;

    font-weight: 700;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.about-card-label::before {
    content: "";

    width: 22px;

    height: 2px;

    background: #8bcf2f;
}

.about-vision-card h3 {
    margin: 0 0 11px;

    color: #17201a;

    font-size:
        clamp(
            1.25rem,
            2.2vw,
            1.8rem
        );

    line-height: 1.24;

    letter-spacing: -0.02em;
}

.about-vision-card p {
    max-width: 880px;

    margin: 0;

    color: #68716b;

    font-size: 0.86rem;

    line-height: 1.8;
}


/* =========================================================
   WHO WE ARE
   ========================================================= */

.about-overview {
    background: #ffffff;
}

.about-overview-header {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 85px;

    align-items: end;

    margin-bottom: 0;
}

.about-overview-title h2 {
    max-width: 630px;

    margin: 0;

    color: #101713;

    font-size:
        clamp(
            2.4rem,
            4.6vw,
            4rem
        );

    line-height: 1.03;

    letter-spacing: -0.045em;
}

.about-overview-description {
    padding-bottom: 3px;
}

.about-overview-description p {
    max-width: 700px;

    margin: 0 0 18px;

    color: #56615a;

    font-size: 1rem;

    line-height: 1.9;
}

.about-overview-description
.about-accent-line {
    width: 70px;

    height: 3px;

    margin-top: 25px;

    background:
        linear-gradient(
            90deg,
            #8bcf2f,
            #168138
        );
}


/* =========================================================
   WHAT WE PROVIDE
   ========================================================= */

.about-provide {
    background: #f7f9f7;
}

.about-provide-header {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 0.85fr);

    gap: 70px;

    align-items: end;

    margin-bottom: 42px;
}

.about-provide-header h2 {
    max-width: 650px;

    margin: 0;

    color: #101713;

    font-size:
        clamp(
            2.15rem,
            4vw,
            3.4rem
        );

    line-height: 1.05;

    letter-spacing: -0.04em;
}

.about-provide-header > p {
    max-width: 590px;

    margin: 0;

    color: #68716b;

    font-size: 0.9rem;

    line-height: 1.8;
}

.about-provide-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 15px;
}

.about-provide-card {
    display: flex;

    flex-direction: column;

    justify-content: space-between;

    min-height: 255px;

    padding: 24px;

    background: #ffffff;

    border:
        1px solid #dfe8e1;

    border-radius: 14px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.about-provide-card:hover {
    transform:
        translateY(-5px);

    border-color:
        #b9d7bd;

    box-shadow:
        0 16px 34px
        rgba(
            15,
            23,
            42,
            0.07
        );
}

.about-provide-top {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.about-provide-top > span:first-child {
    color: #8bcf2f;

    font-size: 2rem;

    font-weight: 700;

    letter-spacing: -0.04em;
}

.about-provide-arrow {
    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #d7e2d9;

    border-radius: 50%;

    color: #168138;
}

.about-provide-label {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 8px;

    color: #7a847d;

    font-size: 0.62rem;

    font-weight: 700;

    letter-spacing: 0.12em;
}

.about-provide-label::before {
    content: "";

    width: 18px;

    height: 2px;

    background: #8bcf2f;
}

.about-provide-card h3 {
    margin: 0 0 10px;

    color: #17201a;

    font-size: 1.35rem;

    line-height: 1.2;

    letter-spacing: -0.02em;
}

.about-provide-card p {
    margin: 0;

    color: #69736c;

    font-size: 0.8rem;

    line-height: 1.75;
}


/* =========================================================
   WHY CHOOSE US
   ========================================================= */

.about-why {
    background: #f5f8f5;
}

.about-why-header {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 70px;

    align-items: end;

    margin-bottom: 42px;
}

.about-why-heading h2 {
    max-width: 650px;

    margin: 0;

    color: #101713;

    font-size:
        clamp(
            2.2rem,
            4.2vw,
            3.55rem
        );

    line-height: 1.03;

    letter-spacing: -0.045em;
}

.about-why-description p {
    max-width: 640px;

    margin: 0;

    color: #68716b;

    font-size: 0.9rem;

    line-height: 1.8;
}

.about-why-grid {
    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    gap: 15px;
}

.about-why-card {
    position: relative;

    display: grid;

    grid-template-columns:
        62px
        minmax(0, 1fr)
        40px;

    gap: 20px;

    align-items: start;

    min-height: 180px;

    padding: 26px;

    overflow: hidden;

    background: #ffffff;

    border:
        1px solid #dde7df;

    border-radius: 14px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.about-why-card::after {
    content: "";

    position: absolute;

    width: 145px;

    height: 145px;

    right: -72px;

    bottom: -72px;

    border-radius: 50%;

    background:
        rgba(
            139,
            207,
            47,
            0.06
        );

    pointer-events: none;
}

.about-why-card:hover {
    transform:
        translateY(-5px);

    border-color:
        #b8d5bc;

    box-shadow:
        0 16px 34px
        rgba(
            15,
            23,
            42,
            0.07
        );
}

.about-why-number {
    color: #8bcf2f;

    font-size: 2.2rem;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -0.04em;
}

.about-why-card-content {
    position: relative;

    z-index: 2;
}

.about-why-label {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 8px;

    color: #7a847d;

    font-size: 0.62rem;

    font-weight: 700;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.about-why-label::before {
    content: "";

    width: 20px;

    height: 2px;

    background: #8bcf2f;
}

.about-why-card-content h3 {
    margin: 0 0 8px;

    color: #17201a;

    font-size:
        clamp(
            1.2rem,
            2vw,
            1.55rem
        );

    line-height: 1.2;
}

.about-why-card-content p {
    max-width: 450px;

    margin: 0;

    color: #69736c;

    font-size: 0.8rem;

    line-height: 1.75;
}

.about-why-card-arrow {
    position: relative;

    z-index: 2;

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #d7e2d9;

    border-radius: 50%;

    color: #168138;

    transition: 0.2s ease;
}

.about-why-card:hover
.about-why-card-arrow {
    background: #168138;

    border-color: #168138;

    color: #ffffff;

    transform:
        translateX(4px);
}

.about-why-footer {
    display: flex;

    align-items: center;

    gap: 16px;

    margin-top: 26px;
}

.about-why-footer-line {
    width: 45px;

    height: 3px;

    flex-shrink: 0;

    background:
        linear-gradient(
            90deg,
            #8bcf2f,
            #168138
        );
}

.about-why-footer p {
    max-width: 800px;

    margin: 0;

    color: #7a847d;

    font-size: 0.75rem;

    line-height: 1.7;
}


/* =========================================================
   OUR APPROACH
   ========================================================= */

.about-approach {
    background: #ffffff;
}

.about-approach-header {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 0.85fr);

    gap: 70px;

    align-items: end;

    margin-bottom: 42px;
}

.about-approach-header h2 {
    max-width: 680px;

    margin: 0;

    color: #101713;

    font-size:
        clamp(
            2.15rem,
            4vw,
            3.4rem
        );

    line-height: 1.05;

    letter-spacing: -0.04em;
}

.about-approach-header p {
    max-width: 600px;

    margin: 0;

    color: #68716b;

    font-size: 0.9rem;

    line-height: 1.8;
}

.about-approach-track {
    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr
        auto
        1fr;

    gap: 14px;

    align-items: center;
}

.about-approach-step {
    min-height: 190px;

    padding: 24px;

    background: #f7f9f7;

    border:
        1px solid #dfe8e1;

    border-radius: 14px;
}

.about-approach-step > span {
    color: #8bcf2f;

    font-size: 1.7rem;

    font-weight: 700;
}

.about-approach-step h3 {
    margin: 25px 0 8px;

    color: #17201a;

    font-size: 1.25rem;
}

.about-approach-step p {
    margin: 0;

    color: #69736c;

    font-size: 0.78rem;

    line-height: 1.7;
}

.about-approach-connector {
    color: #8bcf2f;

    font-size: 1.35rem;

    font-weight: 700;
}


/* =========================================================
   BUSINESS MODEL
   ========================================================= */

.about-business {
    background: #ffffff;
}

.about-business-header {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 0.75fr);

    gap: 60px;

    align-items: end;

    margin-bottom: 42px;
}

.about-business-heading h2 {
    max-width: 620px;

    margin: 0;

    color: #101713;

    font-size:
        clamp(
            2rem,
            3.6vw,
            3.3rem
        );

    line-height: 1.04;

    letter-spacing: -0.04em;
}

.about-business-description p {
    max-width: 500px;

    margin: 0;

    color: #68716b;

    font-size: 0.88rem;

    line-height: 1.75;
}

.business-model-list {
    border-top:
        1px solid #dfe7e1;
}

.business-model-item {
    display: grid;

    grid-template-columns:
        72px
        minmax(0, 1fr)
        48px;

    gap: 24px;

    align-items: start;

    padding: 25px 0;

    border-bottom:
        1px solid #dfe7e1;

    transition:
        padding 0.25s ease,
        background 0.25s ease;
}

.business-model-item:hover {
    padding-left: 10px;

    padding-right: 10px;

    background:
        rgba(
            139,
            207,
            47,
            0.03
        );
}

.business-model-item-number {
    color: #8bcf2f;

    font-size: 2.2rem;

    line-height: 1;

    font-weight: 700;

    letter-spacing: -0.04em;
}

.business-model-item-main {
    min-width: 0;
}

.business-model-item-label {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 7px;

    color: #7a847d;

    font-size: 0.63rem;

    font-weight: 700;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.business-model-item-label::before {
    content: "";

    width: 20px;

    height: 2px;

    background: #8bcf2f;
}

.business-model-item-main h3 {
    margin: 0 0 7px;

    color: #17201a;

    font-size:
        clamp(
            1.25rem,
            2vw,
            1.65rem
        );

    line-height: 1.15;

    letter-spacing: -0.02em;
}

.business-model-item-main p {
    max-width: 650px;

    margin: 0;

    color: #69736c;

    font-size: 0.82rem;

    line-height: 1.7;
}

.business-model-item-arrow {
    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #d5dfd7;

    border-radius: 50%;

    color: #168138;

    font-size: 0.9rem;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.business-model-item:hover
.business-model-item-arrow {
    background: #168138;

    border-color: #168138;

    color: #ffffff;

    transform:
        translateX(4px);
}

.about-business-summary {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 26px;
}

.about-business-summary-line {
    width: 44px;

    height: 3px;

    flex-shrink: 0;

    background: #8bcf2f;
}

.about-business-summary p {
    max-width: 780px;

    margin: 0;

    color: #7a847d;

    font-size: 0.74rem;

    line-height: 1.65;
}


/* =========================================================
   CLIENTS & PARTNERS
   ========================================================= */

.about-partners {
    background: #ffffff;

    overflow: hidden;

    padding-top: 80px;

    padding-bottom: 85px;
}

.about-partners .about-section-heading {
    max-width: 760px;

    margin:
        0 auto 45px;

    text-align: center;
}

.about-partners
.about-section-heading
.about-eyebrow {
    justify-content: center;
}

.about-partners
.about-section-heading
h2 {
    max-width: 760px;

    margin-left: auto;

    margin-right: auto;

    color: #101713;

    font-size:
        clamp(
            2rem,
            4vw,
            3.25rem
        );

    line-height: 1.08;

    letter-spacing: -0.035em;
}

.about-partners
.about-section-heading
p {
    max-width: 650px;

    margin:
        16px auto 0;

    color: #68716b;

    font-size: 0.9rem;

    line-height: 1.8;
}


/* =========================================================
   MARQUEE
   ========================================================= */

.about-partners-marquee {
    position: relative;

    width: 100%;

    overflow: hidden;

    padding: 8px 0;
}

.about-partners-marquee::before,
.about-partners-marquee::after {
    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    width: 150px;

    z-index: 3;

    pointer-events: none;
}

.about-partners-marquee::before {
    left: 0;

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            rgba(
                255,
                255,
                255,
                0
            ) 100%
        );
}

.about-partners-marquee::after {
    right: 0;

    background:
        linear-gradient(
            270deg,
            #ffffff 0%,
            rgba(
                255,
                255,
                255,
                0
            ) 100%
        );
}


/* =========================================================
   TRACK
   ========================================================= */

.about-partners-track {
    display: flex;

    align-items: center;

    width: max-content;

    animation:
        aboutPartnersScroll
        42s
        linear
        infinite;

    will-change:
        transform;
}

.about-partners-marquee:hover
.about-partners-track {
    animation-play-state:
        paused;
}


/* =========================================================
   PARTNER ITEM
   ========================================================= */

.about-partner-item {
    width: 190px;

    height: 88px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    margin:
        0 14px;

    padding:
        14px 18px;

    background:
        #ffffff;

    border:
        1px solid #e3ebe5;

    border-radius:
        10px;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;

    box-sizing:
        border-box;
}

.about-partner-item:hover {
    transform:
        translateY(-4px);

    border-color:
        #c6dacb;

    box-shadow:
        0 10px 24px
        rgba(
            23,
            32,
            26,
            0.08
        );
}

.about-partner-item img {
    display:
        block;

    width:
        auto;

    height:
        auto;

    max-width:
        150px;

    max-height:
        52px;

    object-fit:
        contain;

    filter:
        none;

    transition:
        transform 0.25s ease;
}

.about-partner-item:hover img {
    transform:
        scale(1.04);
}


/* =========================================================
   CONTINUOUS ANIMATION
   ========================================================= */

@keyframes aboutPartnersScroll {

    from {
        transform:
            translateX(0);
    }

    to {
        transform:
            translateX(-50%);
    }

}


/* =========================================================
   PARTNERS RESPONSIVE
   ========================================================= */

@media (max-width: 850px) {

    .about-partners {
        padding-top:
            65px;

        padding-bottom:
            70px;
    }

    .about-partners-marquee::before,
    .about-partners-marquee::after {
        width:
            90px;
    }

    .about-partner-item {
        width:
            165px;

        height:
            80px;

        margin:
            0 10px;

        padding:
            12px 14px;
    }

    .about-partner-item img {
        max-width:
            130px;

        max-height:
            46px;
    }

}


@media (max-width: 600px) {

    .about-partners {
        padding-top:
            55px;

        padding-bottom:
            60px;
    }

    .about-partners
    .about-section-heading
    h2 {
        font-size:
            2.15rem;
    }

    .about-partners
    .about-section-heading
    p {
        font-size:
            0.82rem;
    }

    .about-partners-marquee::before,
    .about-partners-marquee::after {
        width:
            50px;
    }

    .about-partner-item {
        width:
            145px;

        height:
            72px;

        margin:
            0 8px;

        padding:
            10px 12px;
    }

    .about-partner-item img {
        max-width:
            115px;

        max-height:
            42px;
    }

}


/* =========================================================
   LOCATION
   ========================================================= */

.about-location {
    background: #f5f8f5;
}


/* =========================================================
   LOCATION HEADING
   ========================================================= */

.about-location-heading {
    max-width: 700px;

    margin-bottom: 42px;
}

.about-location-heading h2 {
    max-width: 650px;

    margin: 0;

    color: #101713;

    font-size:
        clamp(
            2rem,
            4vw,
            3.3rem
        );

    line-height: 1.08;

    letter-spacing: -0.035em;
}

.about-location-heading p {
    max-width: 620px;

    margin: 16px 0 0;

    color: #68716b;

    font-size: 0.9rem;

    line-height: 1.8;
}


/* =========================================================
   LOCATION GRID
   ========================================================= */

.about-location-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(0, 0.75fr);

    gap: 18px;

    align-items: stretch;
}


/* =========================================================
   MAP
   ========================================================= */

.about-map {
    min-height: 420px;

    overflow: hidden;

    background: #e5ece6;

    border:
        1px solid #dfe8e1;

    border-radius: 14px;

    box-shadow:
        0 12px 30px
        rgba(
            15,
            23,
            42,
            0.055
        );
}

.about-map iframe {
    display: block;

    width: 100%;

    height: 100%;

    min-height: 420px;

    border: 0;
}


/* =========================================================
   OFFICE INFO
   ========================================================= */

.about-location-info {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 36px;

    background: #ffffff;

    border:
        1px solid #dfe8e1;

    border-radius: 14px;

    box-shadow:
        0 12px 30px
        rgba(
            15,
            23,
            42,
            0.055
        );
}

.about-location-label {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    width: fit-content;

    margin-bottom: 12px;

    color: #168138;

    font-size: 0.7rem;

    font-weight: 700;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.about-location-label::before {
    content: "";

    width: 24px;

    height: 2px;

    background:
        #8bcf2f;
}

.about-location-info h3 {
    max-width: 300px;

    margin: 0 0 26px;

    color: #17201a;

    font-size: 1.55rem;

    line-height: 1.25;

    letter-spacing: -0.02em;
}


/* =========================================================
   DETAILS
   ========================================================= */

.about-location-detail {
    padding:
        17px 0;

    border-top:
        1px solid #e1e9e2;
}

.about-location-detail span {
    display: block;

    margin-bottom: 7px;

    color: #7a847d;

    font-size: 0.68rem;

    font-weight: 700;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}

.about-location-detail p {
    margin: 0;

    color: #59645c;

    font-size: 0.82rem;

    line-height: 1.75;
}


/* =========================================================
   MAP BUTTON
   ========================================================= */

.about-map-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: fit-content;

    min-height: 44px;

    margin-top: 18px;

    padding:
        0 18px;

    border:
        1px solid #168138;

    border-radius: 7px;

    background: #ffffff;

    color: #168138;

    font-size: 0.8rem;

    font-weight: 700;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.about-map-button:hover {
    background:
        #168138;

    color:
        #ffffff;

    transform:
        translateY(-2px);
}


/* =========================================================
   LOCATION RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .about-location-grid {
        grid-template-columns:
            1fr;
    }

    .about-map,
    .about-map iframe {
        min-height:
            380px;
    }

    .about-location-info {
        min-height:
            auto;
    }

}


@media (max-width: 600px) {

    .about-location {
        padding-top:
            60px;

        padding-bottom:
            60px;
    }

    .about-location-heading {
        margin-bottom:
            32px;
    }

    .about-location-heading h2 {
        font-size:
            2.2rem;
    }

    .about-location-heading p {
        font-size:
            0.82rem;
    }

    .about-map,
    .about-map iframe {
        min-height:
            320px;
    }

    .about-location-info {
        padding:
            28px;
    }

    .about-location-info h3 {
        font-size:
            1.35rem;
    }

}


/* =========================================================
   CTA
   ========================================================= */

.about-cta {
    padding:
        75px 0;

    background:
        linear-gradient(
            120deg,
            #0a2913,
            #176f2d
        );
}

.about-cta-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}

.about-cta-inner h2 {
    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            2rem,
            4vw,
            3.2rem
        );

    line-height: 1.08;

    letter-spacing: -0.035em;
}

.about-cta-inner p {
    max-width: 630px;

    margin:
        14px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            0.76
        );

    font-size: 0.94rem;

    line-height: 1.7;
}

.about-cta-button {
    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    padding:
        0 22px;

    border-radius: 8px;

    background: #ffffff;

    color: #0b6623;

    font-size: 0.84rem;

    font-weight: 700;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.about-cta-button:hover {
    color: #0b6623;

    transform:
        translateY(-2px);

    box-shadow:
        0 12px 28px
        rgba(
            0,
            0,
            0,
            0.14
        );
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {

    .about-two-column,
    .about-why-layout {
        gap: 55px;
    }

    .about-location-grid {
        grid-template-columns:
            1fr;
    }

    .about-location-info {
        min-height:
            360px;
    }

}


@media (max-width: 850px) {

    .about-section {
        padding:
            75px 0;
    }

    .about-hero {
        min-height:
            400px;
    }

    .about-hero-content {
        padding:
            55px 0;

        margin-left:
            0;
    }

    .about-two-column,
    .about-why-layout,
    .about-vision-grid,
    .business-model-grid {
        grid-template-columns:
            1fr;
    }

    .about-two-column,
    .about-why-layout {
        gap:
            40px;
    }

    .about-vision-card {
        grid-template-columns:
            58px
            minmax(0, 1fr);
    }

    .business-model-card {
        min-height:
            310px;
    }

    .about-cta-inner {
        align-items:
            flex-start;

        flex-direction:
            column;
    }

}


/* =========================================================
   FINAL RESPONSIVE OVERRIDES
   ========================================================= */

@media (max-width: 1050px) {

    .about-overview-header,
    .about-provide-header,
    .about-business-header,
    .about-why-header,
    .about-approach-header {
        gap:
            40px;
    }

    .about-provide-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    .about-location-grid {
        grid-template-columns:
            1fr;
    }

    .about-approach-track {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    .about-approach-connector {
        display:
            none;
    }

}


@media (max-width: 900px) {

    .about-overview-header,
    .about-provide-header,
    .about-business-header,
    .about-why-header,
    .about-approach-header {
        grid-template-columns:
            1fr;

        gap:
            22px;
    }

    .about-why-grid {
        grid-template-columns:
            1fr;
    }

    .about-approach-track {
        grid-template-columns:
            1fr;
    }

    .about-approach-connector {
        display:
            flex;

        transform:
            rotate(90deg);

        justify-self:
            center;
    }

}


@media (max-width: 850px) {

    .about-section {
        padding:
            72px 0;
    }

    .about-hero {
        min-height:
            400px;
    }

    .about-hero-content {
        padding:
            50px 0;

        margin-left:
            0;
    }

    .about-vision-card {
        grid-template-columns:
            65px
            minmax(0, 1fr);

        gap:
            24px;
    }

    .business-model-item {
        grid-template-columns:
            58px
            minmax(0, 1fr)
            42px;

        gap:
            18px;

        padding:
            23px 0;
    }

    .about-location-grid {
        grid-template-columns:
            1fr;
    }

    .about-map,
    .about-map iframe {
        min-height:
            380px;
    }

    .about-cta-inner {
        align-items:
            flex-start;

        flex-direction:
            column;
    }

}


@media (max-width: 600px) {

    .about-section {
        padding:
            58px 0;
    }

    .about-hero {
        min-height:
            340px;
    }

    .about-hero-content {
        padding:
            42px 0;

        margin-left:
            0;
    }

    .about-hero h1 {
        font-size:
            2.15rem;
    }

    .about-hero-content p {
        font-size:
            0.82rem;
    }

    .about-overview-title h2,
    .about-provide-header h2,
    .about-business-heading h2,
    .about-why-heading h2,
    .about-approach-header h2,
    .about-section-heading h2,
    .about-location-heading h2 {
        font-size:
            2.15rem;
    }

    .about-provide-grid {
        grid-template-columns:
            1fr;
    }

    .about-provide-card {
        min-height:
            220px;
    }

    .about-vision-card {
        grid-template-columns:
            1fr;

        gap:
            14px;

        padding:
            24px;
    }

    .about-vision-number {
        font-size:
            1.85rem;
    }

    .business-model-item {
        grid-template-columns:
            42px
            minmax(0, 1fr);

        gap:
            14px;

        padding:
            20px 0;
    }

    .business-model-item-arrow {
        grid-column:
            2;

        margin-top:
            8px;
    }

    .business-model-item-number {
        font-size:
            1.65rem;
    }

    .about-business-summary {
        align-items:
            flex-start;
    }

    .about-partners {
        padding-top:
            58px;

        padding-bottom:
            60px;
    }

    .about-partners-marquee::before,
    .about-partners-marquee::after {
        width:
            50px;
    }

    .about-partner-item {
        width:
            145px;

        height:
            72px;

        margin:
            0 8px;

        padding:
            10px 12px;
    }

    .about-partner-item img {
        max-width:
            115px;

        max-height:
            42px;
    }

    .about-map,
    .about-map iframe {
        min-height:
            320px;
    }

    .about-location-info {
        padding:
            26px;
    }

    .about-cta {
        padding:
            56px 0;
    }

    .about-cta-inner h2 {
        font-size:
            2rem;
    }

    .about-cta-button {
        width:
            100%;
    }

}




/* =========================================================
   ABOUT HERO — POSTER RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {

    .about-hero {
        min-height:
            430px;

        background-position:
            center center;
    }

    .about-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4, 18, 9, 0.88) 0%,
                rgba(4, 18, 9, 0.62) 100%
            );
    }

    .about-hero-content {
        padding:
            55px 20px;

        margin-left:
            0;
    }

    .about-hero h1 {
        font-size:
            clamp(
                2.2rem,
                9vw,
                3.2rem
            );
    }

    .about-hero-content p {
        font-size:
            0.88rem;
    }




/* =========================================================
   LOCATION — JARAK ANTAR PETA
   OFFICE → WORKSHOP → SHENZHEN
   ========================================================= */

.about-location .about-location-grid + .about-location-grid {
    margin-top: 32px !important;
}


/* TABLET */
@media (max-width: 900px) {
    .about-location .about-location-grid + .about-location-grid {
        margin-top: 32px !important;
    }
}


/* HP */
@media (max-width: 600px) {
    .about-location .about-location-grid + .about-location-grid {
        margin-top: 24px !important;
    }
}

/* FORCE JARAK ANTAR MAP */
html body .about-location .about-location-grid + .about-location-grid {
    margin-top: 40px !important;
}

@media screen and (max-width: 900px) {
    html body .about-location .about-location-grid + .about-location-grid {
        margin-top: 32px !important;
    }
}

@media screen and (max-width: 600px) {
    html body .about-location .about-location-grid + .about-location-grid {
        margin-top: 24px !important;
    }
}

/* =========================================================
   FORCE GAP ANTAR MAP - FINAL
   OFFICE → WORKSHOP → SHENZHEN
   ========================================================= */

/* WORKSHOP */
html body .about-location .about-location-grid:nth-of-type(3) {
    position: relative !important;
    transform: translateY(40px) !important;
    margin-bottom: 40px !important;
}


/* SHENZHEN */
html body .about-location .about-location-grid:nth-of-type(4) {
    position: relative !important;
    transform: translateY(40px) !important;
    margin-bottom: 40px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 900px) {

    html body .about-location .about-location-grid:nth-of-type(3),
    html body .about-location .about-location-grid:nth-of-type(4) {
        transform: translateY(32px) !important;
        margin-bottom: 32px !important;
    }

}


/* =========================================================
   HP
   ========================================================= */

@media screen and (max-width: 600px) {

    html body .about-location .about-location-grid:nth-of-type(3),
    html body .about-location .about-location-grid:nth-of-type(4) {
        transform: translateY(24px) !important;
        margin-bottom: 24px !important;
    }

}
}