/* ==================================================
   ASTRA JAYA TEKNIK PRIVACY POLICY
   UNIQUE PREFIX: ajtppx-
================================================== */

body.ajtppx-page {
    margin: 0;
    padding: 0;
    color: #14213a;
    background: #f4f7fc;
    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;
}

.ajtppx-page *,
.ajtppx-page *::before,
.ajtppx-page *::after {
    box-sizing: border-box;
}

.ajtppx-container {
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.ajtppx-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #07152b;
}

.ajtppx-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(100% - 40px, 1180px);
    min-height: 84px;
    margin: 0 auto;
}

.ajtppx-header__logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.ajtppx-header__logo {
    display: block;
    width: auto;
    max-width: 220px;
    height: 58px;
    object-fit: contain;
    object-position: left center;
}

.ajtppx-header__home-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.ajtppx-header__home-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}


/* ==================================================
   HERO
================================================== */

.ajtppx-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 96px;
    color: #ffffff;
    background:
        linear-gradient(
            125deg,
            #061326 0%,
            #092b63 56%,
            #0b4892 100%
        );
}

.ajtppx-hero__decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ajtppx-hero__decoration--one {
    top: -180px;
    left: -170px;
    width: 480px;
    height: 480px;
    background: rgba(25, 123, 255, 0.18);
    filter: blur(60px);
}

.ajtppx-hero__decoration--two {
    right: -170px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    background: rgba(255, 123, 0, 0.18);
    filter: blur(70px);
}

.ajtppx-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(420px, 0.92fr);
    align-items: center;
    gap: 58px;
}

.ajtppx-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
}

.ajtppx-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.ajtppx-breadcrumb a:hover {
    color: #ffffff;
}

.ajtppx-hero__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 18px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.ajtppx-hero__title {
    max-width: 680px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.ajtppx-hero__title span {
    color: transparent;
    background: linear-gradient(
        135deg,
        #f7fbff,
        #6bb8ff 48%,
        #ff9a25 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
}

.ajtppx-hero__description {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.85;
}

.ajtppx-hero__updated {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 27px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
}

.ajtppx-hero__updated-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #ff9200, #ff6200);
    font-size: 14px;
    font-weight: 900;
}

.ajtppx-hero__updated div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ajtppx-hero__updated strong {
    font-size: 12px;
}

.ajtppx-hero__updated div > span {
    color: rgba(255, 255, 255, 0.67);
    font-size: 11px;
}

.ajtppx-hero__image-frame {
    position: relative;
    overflow: hidden;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 35px 75px rgba(0, 0, 0, 0.3);
}

.ajtppx-hero__image {
    display: block;
    width: 100%;
    height: 410px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.ajtppx-hero__image-overlay {
    position: absolute;
    inset: 9px;
    border-radius: 20px;
    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(4, 20, 48, 0.65) 100%
        );
    pointer-events: none;
}

.ajtppx-hero__trust-card {
    position: absolute;
    right: 27px;
    bottom: 27px;
    left: 27px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    background: rgba(7, 23, 53, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ajtppx-hero__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #18bd62, #078e43);
    font-size: 15px;
    font-weight: 900;
}

.ajtppx-hero__trust-card div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ajtppx-hero__trust-card strong {
    color: #ffffff;
    font-size: 13px;
}

.ajtppx-hero__trust-card div span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    line-height: 1.45;
}


/* ==================================================
   POLICY LAYOUT
================================================== */

.ajtppx-policy {
    padding: 85px 0 105px;
}

.ajtppx-policy__layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
    gap: 35px;
}

.ajtppx-policy__sidebar {
    position: sticky;
    top: 22px;
}

.ajtppx-policy__toc {
    padding: 25px;
    border: 1px solid rgba(12, 58, 130, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(8, 35, 80, 0.07);
}

.ajtppx-policy__toc h2 {
    margin: 0 0 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e9eef6;
    color: #10294f;
    font-size: 16px;
}

.ajtppx-policy__toc nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ajtppx-policy__toc a {
    display: block;
    padding: 9px 11px;
    border-radius: 9px;
    color: #64748b;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.ajtppx-policy__toc a:hover {
    color: #0c50aa;
    background: #eef5ff;
    transform: translateX(3px);
}

.ajtppx-policy__article {
    padding: 42px;
    border: 1px solid rgba(12, 58, 130, 0.08);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(8, 35, 80, 0.08);
}

.ajtppx-policy__notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 42px;
    padding: 20px;
    border: 1px solid rgba(19, 93, 190, 0.15);
    border-radius: 16px;
    background: #eef6ff;
}

.ajtppx-policy__notice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #0a58bd, #1689eb);
    font-size: 15px;
    font-weight: 900;
}

.ajtppx-policy__notice p {
    margin: 0;
    color: #365675;
    font-size: 13px;
    line-height: 1.75;
}

.ajtppx-policy__section {
    position: relative;
    scroll-margin-top: 25px;
    padding: 0 0 42px 61px;
    margin-bottom: 42px;
    border-bottom: 1px solid #e9eef5;
}

.ajtppx-policy__section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.ajtppx-policy__number {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, #0b4fa9, #147ee0);
    box-shadow: 0 10px 24px rgba(14, 94, 198, 0.2);
    font-size: 11px;
    font-weight: 900;
}

.ajtppx-policy__section h2 {
    margin: 0 0 17px;
    color: #10294f;
    font-size: 24px;
    font-weight: 850;
    line-height: 1.35;
}

.ajtppx-policy__section p {
    margin: 0 0 16px;
    color: #56677d;
    font-size: 14px;
    line-height: 1.88;
}

.ajtppx-policy__section p:last-child {
    margin-bottom: 0;
}

.ajtppx-policy__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 21px 0;
    list-style: none;
}

.ajtppx-policy__list li {
    position: relative;
    padding: 13px 16px 13px 43px;
    border: 1px solid #edf1f7;
    border-radius: 12px;
    color: #526277;
    background: #f9fbfe;
    font-size: 13px;
    line-height: 1.65;
}

.ajtppx-policy__list li::before {
    content: "✓";
    position: absolute;
    top: 13px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    color: #ffffff;
    background: #0e68c9;
    font-size: 9px;
    font-weight: 900;
}


/* ==================================================
   CONTACT
================================================== */

.ajtppx-contact {
    margin-top: 25px;
    padding: 24px;
    border-radius: 19px;
    color: #ffffff;
    background:
        linear-gradient(
            130deg,
            #071a36,
            #0a3c7b
        );
}

.ajtppx-contact__identity {
    display: flex;
    align-items: center;
    gap: 17px;
}

.ajtppx-contact__identity img {
    display: block;
    width: 150px;
    height: 58px;
    padding: 6px;
    border-radius: 10px;
    background: #ffffff;
    object-fit: contain;
}

.ajtppx-contact__identity div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ajtppx-contact__identity strong {
    color: #ffffff;
    font-size: 16px;
}

.ajtppx-contact__identity span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
}

.ajtppx-contact__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.ajtppx-contact__whatsapp,
.ajtppx-contact__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.ajtppx-contact__whatsapp {
    color: #ffffff;
    background: linear-gradient(135deg, #20bd63, #078f43);
    box-shadow: 0 12px 27px rgba(8, 151, 70, 0.27);
}

.ajtppx-contact__phone {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.ajtppx-contact__whatsapp:hover,
.ajtppx-contact__phone:hover {
    transform: translateY(-2px);
}

.ajtppx-contact__phone:hover {
    background: rgba(255, 255, 255, 0.14);
}


/* ==================================================
   BOTTOM
================================================== */

.ajtppx-bottom {
    padding: 25px 0;
    color: #8291a8;
    background: #061225;
}

.ajtppx-bottom__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.ajtppx-bottom__content p {
    margin: 0;
    font-size: 12px;
}

.ajtppx-bottom__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ajtppx-bottom__links a {
    color: #9aabc1;
    text-decoration: none;
    font-size: 12px;
}

.ajtppx-bottom__links a:hover,
.ajtppx-bottom__links a[aria-current="page"] {
    color: #ffffff;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 950px) {

    .ajtppx-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .ajtppx-hero__content {
        order: 1;
    }

    .ajtppx-hero__visual {
        order: 2;
    }

    .ajtppx-hero__image {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .ajtppx-policy__layout {
        grid-template-columns: 1fr;
    }

    .ajtppx-policy__sidebar {
        position: static;
    }

    .ajtppx-policy__toc nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 650px) {

    .ajtppx-container {
        width: min(100% - 28px, 1180px);
    }

    .ajtppx-header__container {
        width: min(100% - 28px, 1180px);
        min-height: 72px;
    }

    .ajtppx-header__logo {
        max-width: 165px;
        height: 48px;
    }

    .ajtppx-header__home-link {
        min-height: 40px;
        padding: 9px 13px;
        font-size: 11px;
    }

    .ajtppx-hero {
        padding: 60px 0 68px;
    }

    .ajtppx-hero__title {
        font-size: 36px;
        letter-spacing: -0.8px;
    }

    .ajtppx-hero__description {
        font-size: 14px;
        line-height: 1.75;
    }

    .ajtppx-hero__image-frame {
        padding: 6px;
        border-radius: 20px;
    }

    .ajtppx-hero__image,
    .ajtppx-hero__image-overlay {
        border-radius: 15px;
    }

    .ajtppx-hero__image-overlay {
        inset: 6px;
    }

    .ajtppx-hero__trust-card {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 8px;
        border-radius: 13px;
    }

    .ajtppx-policy {
        padding: 58px 0 75px;
    }

    .ajtppx-policy__toc {
        padding: 20px;
    }

    .ajtppx-policy__toc nav {
        grid-template-columns: 1fr;
    }

    .ajtppx-policy__article {
        padding: 23px 18px;
        border-radius: 19px;
    }

    .ajtppx-policy__notice {
        padding: 16px;
    }

    .ajtppx-policy__section {
        padding: 58px 0 34px;
        margin-bottom: 34px;
    }

    .ajtppx-policy__number {
        width: 39px;
        height: 39px;
    }

    .ajtppx-policy__section h2 {
        font-size: 21px;
    }

    .ajtppx-policy__section p {
        font-size: 13px;
        line-height: 1.8;
    }

    .ajtppx-contact {
        padding: 19px;
    }

    .ajtppx-contact__identity {
        align-items: flex-start;
        flex-direction: column;
    }

    .ajtppx-contact__buttons {
        flex-direction: column;
    }

    .ajtppx-contact__whatsapp,
    .ajtppx-contact__phone {
        width: 100%;
    }

    .ajtppx-bottom__content {
        align-items: flex-start;
        flex-direction: column;
    }

}