/* =========================================================
   KEBIJAKAN PRIVASI
========================================================= */

.privacy-page {
    background: #f6f8f7;
    color: #17352f;
}


/* =========================================================
   HERO
========================================================= */

.privacy-hero {
    position: relative;
    min-height: 460px;
    height: 460px;
    overflow: hidden;
    color: #ffffff;
}

.privacy-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.privacy-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.privacy-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(8, 38, 31, 0.82) 0%,
            rgba(8, 38, 31, 0.64) 42%,
            rgba(8, 38, 31, 0.28) 75%,
            rgba(8, 38, 31, 0.16) 100%
        );
}

.privacy-hero-container {
    width: min(1180px, calc(100% - 48px));
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.privacy-hero-content {
    width: 100%;
    max-width: 900px;
    padding: 50px 0;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.privacy-breadcrumb {
    margin-bottom: 25px;
}

.privacy-breadcrumb ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.privacy-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.privacy-breadcrumb a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}

.privacy-breadcrumb a:hover {
    color: #01ff00;
}

.privacy-breadcrumb span {
    color: rgba(255, 255, 255, 0.55);
}

.privacy-breadcrumb li:last-child span {
    color: #ffffff;
    font-weight: 600;
}


/* =========================================================
   EYEBROW
========================================================= */

.privacy-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #ff6500;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.privacy-hero-eyebrow::before {
    content: "";
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: #01ff00;
}


/* =========================================================
   HERO TITLE
========================================================= */

.privacy-hero h1 {
    margin: 0;
    max-width: 850px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.privacy-hero-content > p {
    max-width: 820px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.75;
}


/* =========================================================
   CONTENT SECTION
========================================================= */

.privacy-content-section {
    padding: 34px 0 90px;
    background: #f6f8f7;
}

.privacy-container {
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   CONTENT CARD
========================================================= */

.privacy-content {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(23, 53, 47, 0.06);
    border-radius: 24px;
    padding: 48px 58px 54px;
    box-shadow:
        0 15px 40px rgba(23, 53, 47, 0.06),
        0 2px 8px rgba(23, 53, 47, 0.025);
}


/* Aksen hijau */

.privacy-content::before {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin-bottom: 25px;
    border-radius: 999px;
    background: #01ff00;
}


/* =========================================================
   CMS TYPOGRAPHY
========================================================= */

.privacy-content > *:first-child {
    margin-top: 0;
}

.privacy-content > *:last-child {
    margin-bottom: 0;
}

.privacy-content h2 {
    margin: 38px 0 16px;
    color: #17352f;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.privacy-content h2:first-child {
    margin-top: 0;
}

.privacy-content h3 {
    margin: 30px 0 13px;
    color: #23483f;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 750;
}

.privacy-content h4 {
    margin: 25px 0 10px;
    color: #23483f;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.privacy-content p {
    margin: 0 0 18px;
    color: #4f6962;
    font-size: 16px;
    line-height: 1.85;
}

.privacy-content strong {
    color: #17352f;
    font-weight: 700;
}

.privacy-content em {
    color: #58716a;
}

.privacy-content a {
    color: #e85d00;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.privacy-content a:hover {
    color: #17352f;
}


/* =========================================================
   LIST
========================================================= */

.privacy-content ul,
.privacy-content ol {
    margin: 12px 0 24px;
    padding-left: 27px;
    color: #4f6962;
}

.privacy-content li {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 1.75;
}

.privacy-content li::marker {
    color: #ff6500;
    font-weight: 700;
}


/* =========================================================
   BLOCKQUOTE
========================================================= */

.privacy-content blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border-left: 4px solid #ff6500;
    border-radius: 0 12px 12px 0;
    background: #f7faf8;
    color: #49635b;
}

.privacy-content blockquote p {
    margin-bottom: 0;
}


/* =========================================================
   TABLE
========================================================= */

.privacy-content table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    border: 1px solid #e1e9e5;
}

.privacy-content th,
.privacy-content td {
    padding: 13px 15px;
    border: 1px solid #e1e9e5;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.6;
}

.privacy-content th {
    background: #f2f7f4;
    color: #17352f;
    font-weight: 700;
}

.privacy-content td {
    color: #4f6962;
}


/* =========================================================
   CTA
========================================================= */

.privacy-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin-top: 38px;
    padding: 35px 40px;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            #17352f 0%,
            #245047 100%
        );
    box-shadow: 0 18px 40px rgba(23, 53, 47, 0.14);
}

.privacy-cta-content {
    max-width: 700px;
}

.privacy-cta-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: #01ff00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.privacy-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
}

.privacy-cta p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.privacy-cta-action {
    flex-shrink: 0;
}

.privacy-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 25px;
    border-radius: 999px;
    background: #ff6500;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(255, 101, 0, 0.25);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.privacy-cta-button:hover {
    background: #e85d00;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(255, 101, 0, 0.3);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .privacy-hero-container {
        width: min(1180px, calc(100% - 40px));
    }

    .privacy-content {
        padding: 42px 40px;
    }

    .privacy-cta {
        padding: 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .privacy-hero {
        min-height: 420px;
        height: 420px;
    }

    .privacy-hero-container,
    .privacy-container {
        width: min(100% - 32px, 680px);
    }

    .privacy-hero-media img {
        object-position: center center;
    }

    .privacy-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(8, 38, 31, 0.78) 0%,
                rgba(8, 38, 31, 0.52) 100%
            );
    }

    .privacy-hero-content {
        padding: 42px 0 48px;
    }

    .privacy-breadcrumb {
        margin-bottom: 6px;
        padding-top:32px;
    }
    .privacy-hero-content > p {
        font-size:16px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .privacy-hero-container,
    .privacy-container {
        width: min(100% - 24px, 680px);
    }

    .privacy-hero-content {
        padding: 34px 0 40px;
    }

    .privacy-hero h1 {
        font-size: 33px;
    }

    .privacy-content {
        padding: 25px 19px;
        border-radius: 16px;
    }

    .privacy-content h2 {
        font-size: 23px;
    }

    .privacy-content h3 {
        font-size: 19px;
    }

    .privacy-content p,
    .privacy-content li {
        font-size: 14.5px;
    }

    .privacy-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding: 25px 20px;
    }

    .privacy-cta-content {
        width: 100%;
        max-width: none;
    }

    .privacy-cta-action {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

}