/* ===== Global Section Spacing ===== */
section {
    margin-bottom: 50px;
}

section:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    section {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    section {
        margin-bottom: 48px;
    }
}

/* ===== Layout (Match Header & Footer) ===== */
:root {
    --kka-page-gutter-desktop: 110px;
    --kka-page-gutter-tablet: 24px;
    --kka-page-gutter-mobile: 24px;
    --kka-max-container: 1320px;
}

/* Apply the same left/right gutters to all landing sections */
#hero,
#why-us,
#kriteria-driver,
#rental-fee,
#maintenance,
#news,
#services,
#tentang-kka,
#documentation,
#harga-sewa,
#pengguna-kami,
#peta-area,
#cta-kka,
#safety-tools,
#workforce-management {
    padding-left: var(--kka-page-gutter-desktop);
    padding-right: var(--kka-page-gutter-desktop);
}

@media (max-width: 1024px) {
    #hero,
    #why-us,
    #kriteria-driver,
    #rental-fee,
    #maintenance,
    #news,
    #services,
    #tentang-kka,
    #documentation,
    #harga-sewa,
    #pengguna-kami,
    #peta-area,
    #cta-kka,
    #safety-tools,
    #workforce-management {
        padding-left: var(--kka-page-gutter-tablet);
        padding-right: var(--kka-page-gutter-tablet);
    }
}

@media (max-width: 767.98px) {
    #hero,
    #why-us,
    #kriteria-driver,
    #rental-fee,
    #maintenance,
    #news,
    #services,
    #tentang-kka,
    #documentation,
    #harga-sewa,
    #pengguna-kami,
    #peta-area,
    #cta-kka,
    #safety-tools,
    #workforce-management {
        padding-left: var(--kka-page-gutter-mobile);
        padding-right: var(--kka-page-gutter-mobile);
    }
}

/* Normalize containers inside landing sections to match header/footer container */
#hero .container,
#why-us .container,
#kriteria-driver .container,
#rental-fee .container,
#maintenance .container,
#news .container,
#services .container,
#tentang-kka .container,
#documentation .container,
#harga-sewa .container,
#pengguna-kami .container,
#peta-area .container,
#cta-kka .container,
#safety-tools .container,
#workforce-management .container {
    width: 100%;
    max-width: var(--kka-max-container);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* ===== Hero Section ===== */
.content-hero {
    color: #bbbbbb;
    padding: 3rem 7rem;
}

.hero-wrapper .content-hero {
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .content-hero {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 0px;
    }
}

@media (max-width: 767.98px) {
    .content-hero {
        padding: 2rem 1.5rem;
        text-align: center;
        margin-bottom: 0px;
    }
}

.text-content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    color: #5e6282;
}

.text-content h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.text-content h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.text-content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.content-image {
    background-image: url("../img/footer/bg-cta-pattern.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-image img {
    padding-left: 0;
    width: 100%;
}

@media (max-width: 991.98px) {
    .text-content h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .text-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .text-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .content-image img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .text-content h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .text-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .text-content p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .content-image {
        display: none;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .text-md-justify {
        text-align: justify !important;
    }
}

.text-gradient {
    background: linear-gradient(90deg, #a9639f, #450c3d, #7e166f, #a9639f);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.btn-purple {
    background: #15944b;
    border-radius: 20px;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 0;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        background-color 0.15s ease;
}

/* Align sizes across all primary CTAs (match header button) */
.btn-purple,
.btn-hero-kka,
.btn-cta-kka,
.hs-btn-hubungi {
    border-radius: 20px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    border: 0;
}

/* Mobile sidebar close button: match sidebar background and keep the icon white */
.tpoffcanvas#mobileMenu .tpoffcanvas__close-btn button {
    background-color: transparent;
    color: #15944b;
}

.tpoffcanvas#mobileMenu .tpoffcanvas__close-btn button i {
    color: #15944b;
}

/* Mobile sidebar (white background) must not inherit white text from theme offcanvas */
.tpoffcanvas#mobileMenu {
    color: #333333;
}

.tpoffcanvas#mobileMenu .tpoffcanvas__content p,
.tpoffcanvas#mobileMenu .tpoffcanvas__content span,
.tpoffcanvas#mobileMenu .tpoffcanvas__info .offcanva-title,
.tpoffcanvas#mobileMenu .tpoffcanvas__info a {
    color: #333333;
}

/* MeanMenu items (generated into .mobile-menu) */
.tpoffcanvas#mobileMenu .mobile-menu .sidebar-title h3,
.tpoffcanvas#mobileMenu .mobile-menu .sidebar-list li {
    color: #333333;
}

.tpoffcanvas#mobileMenu .mean-container .mean-nav ul li a {
    color: #333333;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 15px;
}

.tpoffcanvas#mobileMenu .mean-container .mean-nav ul li a:hover {
    color: #15944b;
}

.tpoffcanvas#mobileMenu .mean-container .mean-nav ul li a.mean-expand {
    color: #333333;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

.tpoffcanvas#mobileMenu
    .mean-container
    .mean-nav
    ul
    li
    a.mean-expand.mean-clicked
    i {
    color: #333333;
}

.btn-white {
    background: #ffffff;
    border-radius: 20px;
    color: #002ad1;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn-purple:hover {
    box-shadow: 0px 8px 24px rgba(21, 148, 75, 0.3);
    transform: translateY(-2px);
    color: #fff;
    background: #0f6c34;
}

header a.btn-purple,
.tpoffcanvas a.btn-purple {
    background: #15944b !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header a.btn-purple,
    .btn-hero-kka,
    .btn-cta-kka,
    .hs-btn-hubungi {
        font-size: 13px;
        padding: 8px 16px;
    }
}

header a.btn-purple:hover,
.tpoffcanvas a.btn-purple:hover {
    background: #0f6c34 !important;
    box-shadow: 0px 8px 24px rgba(21, 148, 75, 0.25);
    transform: translateY(-2px);
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .btn-purple,
    .btn-white,
    .btn-hero-kka,
    .btn-cta-kka,
    .hs-btn-hubungi {
        font-size: 13px;
        padding: 7px 14px;
    }
}

@media (max-width: 768px) {
    .btn-purple,
    .btn-white,
    .btn-hero-kka,
    .btn-cta-kka,
    .hs-btn-hubungi {
        font-size: 13px;
        padding: 8px 16px;
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .btn-purple,
    .btn-white,
    .btn-hero-kka,
    .btn-cta-kka,
    .hs-btn-hubungi {
        font-size: 13px;
        padding: 8px 16px;
    }
}

#why-us .container {
    padding-left: 0;
    padding-right: 0;
}

/* ===== Kriteria Driver Section ===== */
.kriteria-driver-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.kriteria-header {
    display: grid;
    grid-template-columns: minmax(280px, auto) minmax(0, 1fr);
    align-items: start;
    column-gap: 48px;
    row-gap: 12px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(90deg, #138744 0%, #ffffff 100%);
    border-image-slice: 1;
}

.kriteria-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
    white-space: nowrap;
}

.kriteria-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
    max-width: 800px;
    text-align: left;
    justify-self: end;
    align-self: start;
}

.kriteria-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
}

.kriteria-card {
    min-height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    padding: 24px 12px;
    background: #ffffff;
    border: none;
    border-radius: 0;
}

.kriteria-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 0;
    border-right: 1px solid var(--Neutral-300, #d2d2d2);
}

.kriteria-icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
    flex-shrink: 0;
}

.kriteria-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 344px;
}

.kriteria-card-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #333333;
    margin: 0;
}

.kriteria-card-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #4b5563;
    margin: 0;
}

/* ===== Rental Fee Section ===== */
.rental-fee-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0b4825;
    background-image: url("../img/asset_3_pemuda/background_rental-section.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.rental-fee-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto 48px auto;
    text-align: center;
}

.rental-fee-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    margin: 0;
    color: #ffffff;
}

.rental-fee-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.rental-fee-body {
    max-width: 1106px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 80px;
    align-items: start;
}

.rental-fee-divider {
    width: 0;
    height: 320px;
    border-left: 1px solid var(--Neutral-300, #d2d2d2);
    opacity: 1;
}

.rental-fee-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.rental-fee-card {
    width: 100%;
    min-height: 192px;
    border-radius: 48px;
    padding: 36px 24px;
    background:
        linear-gradient(180deg, #e8f4ed 0%, #b6dec7 100%) padding-box,
        linear-gradient(180deg, #e8f4ed 0%, #b6dec7 100%) border-box;
    border: 3px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.25),
        0px 0px 24px 0px #ffffff99;
}

.rental-fee-percent {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0%;
    color: #093e20;
}

.rental-fee-role {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #093e20;
}

.rental-fee-points {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.rental-fee-points li {
    display: block;
    position: relative;
    padding-left: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 12px;
}

.rental-fee-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85em;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
}

.rental-fee-points li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .rental-fee-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .rental-fee-header {
        margin-bottom: 32px;
    }

    .rental-fee-title {
        font-size: 28px;
        line-height: 36px;
    }

    .rental-fee-subtitle {
        font-size: 16px;
        line-height: 28px;
    }

    .rental-fee-body {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rental-fee-divider {
        display: none;
    }

    .rental-fee-card {
        border-radius: 36px;
    }

    .rental-fee-percent {
        font-size: 48px;
        line-height: 56px;
    }

    .rental-fee-role {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 767.98px) {
    .rental-fee-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rental-fee-title {
        font-size: 24px;
        line-height: 32px;
    }

    .rental-fee-subtitle {
        font-size: 15px;
        line-height: 24px;
    }

    .rental-fee-card {
        border-radius: 24px;
        padding: 24px 20px;
    }

    .rental-fee-percent {
        font-size: 40px;
        line-height: 48px;
    }

    .rental-fee-role {
        font-size: 24px;
        line-height: 32px;
    }

    .rental-fee-points li {
        font-size: 15px;
        line-height: 24px;
    }
}

/* ===== Asuransi Section ===== */
.asuransi-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.asuransi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.asuransi-image-frame {
    width: 100%;
    max-width: 680px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* Temporarily remove any background/glow layers behind the car image */
.asuransi-image-frame::before,
.asuransi-image-frame::after {
    content: none;
    display: none;
}

.asuransi-car {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    border: none;
    background: transparent;
}

.asuransi-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.asuransi-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.asuransi-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    margin: 0;
    color: #333333;
}

.asuransi-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    margin: 0;
    color: #606060;
}

.asuransi-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.asuransi-item {
    position: relative;
    width: 100%;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid transparent;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(180deg, #15944b 0%, #0c5129 100%) border-box;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding-left: 44px;
}

.asuransi-item::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #15944b;
}

@media (max-width: 1024px) {
    .asuransi-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .asuransi-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* Title (asuransi-right) always on top when stacked */
    .asuransi-right {
        order: 1;
    }

    .asuransi-left {
        order: 2;
    }

    .asuransi-image-frame {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .asuransi-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 767.98px) {
    .asuransi-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .asuransi-grid {
        text-align: center;
    }

    .asuransi-image-frame {
        max-width: 100%;
        margin: 0 auto;
    }

    .asuransi-title {
        font-size: 24px;
        line-height: 32px;
    }

    .asuransi-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .asuransi-item {
        font-size: 15px;
        line-height: 24px;
    }
}

/* ===== Target Section ===== */
.target-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Simple decoration above Target section (pseudo-element only) */
#target {
    position: relative;
    overflow-x: clip;
}

#target .container {
    position: relative;
    z-index: 1;
}

#target::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 30%;
    width: 600px;
    height: 700px;
    background: url("../img/asset_3_pemuda/dekor_buletan_ijo.png") no-repeat
        center;
    background-size: contain;
    opacity: 1;
    transform: scale(2.5);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

@media (max-width: 1024px) {
    #target::before {
        width: 560px;
        height: 560px;
        top: -160px;
    }
}

.target-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 32px 48px;
    border-radius: 32px;
    border: 1px solid #0f6935;
    background: linear-gradient(180deg, #15944b 0%, #0c5129 100%);
    box-shadow: 0px 0px 48px 4px #44a96f;
    box-sizing: border-box;
}

.target-left {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 429px;
}

.target-icon {
    width: 50px;
    height: 48px;
    flex: 0 0 auto;
}

.target-left-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.target-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0;
}

.target-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #ffffff;
    opacity: 0.92;
    margin: 0;
}

.target-slash {
    width: 148px;
    height: 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.85);
    transform: rotate(-72.49deg);
    flex: 0 0 auto;
}

.target-right {
    width: 100%;
    max-width: 450px;
    display: flex;
    align-items: center;
}

.target-right-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0;
}

.target-right-text strong {
    font-weight: 700;
}

@media (max-width: 1024px) {
    .target-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .target-card {
        padding: 28px 32px;
        gap: 28px;
    }

    .target-title {
        font-size: 28px;
        line-height: 36px;
    }

    .target-right-text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .target-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #target::before {
        top: -100px;
        width: 400px;
        height: 400px;
    }

    .target-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
        border-radius: 24px;
        gap: 16px;
    }

    .target-left {
        max-width: 100%;
    }

    .target-slash {
        display: none;
    }

    .target-right {
        max-width: 100%;
    }

    .target-title {
        font-size: 24px;
        line-height: 32px;
    }

    .target-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .target-right-text {
        font-size: 15px;
        line-height: 24px;
    }
}

/* ===== Maintenance Kendaraan Section ===== */
.maintenance-section {
    padding-top: 120px;
    padding-bottom: 120px;
    /* Avoid horizontal "offside"/scrollbars caused by full-bleed image offsets (esp. when zooming) */
    overflow-y: visible;
    overflow-x: hidden;
    position: relative;
}

@supports (overflow-x: clip) {
    .maintenance-section {
        overflow-x: clip;
    }
}

/* Desktop: text aligned to container, image bleeds to the right edge */
.maintenance-layout {
    width: 100%;
}

.maintenance-left-wrap {
    width: 100%;
}

@media (min-width: 1025px) {
    #maintenance .maintenance-layout {
        /* Keep left content aligned with other sections */
        max-width: var(--kka-max-container);
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
        /* Reserve space for the pinned right image so text never overlaps */
        padding-right: calc(clamp(320px, 36vw, 560px) + 32px);
    }

    #maintenance .maintenance-left-wrap {
        flex: 1 1 auto;
        min-width: 0;
    }

    /* Do not re-center the inner .container; the outer layout already acts as the container */
    #maintenance .maintenance-left-wrap > .container {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    #maintenance .maintenance-right {
        /* Pin the image to the section/viewport right edge (desktop) */
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: flex-end;
        /* Keep the image from being forced larger than needed */
        width: clamp(320px, 36vw, 560px);
        margin-top: 0;
        align-self: auto;
    }

    #maintenance .maintenance-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        /* Keep image height stable across zoom/viewport changes */
        max-height: min(560px, 70vh);
        object-fit: contain;
        border-radius: 0;
    }
}

/* (Legacy) .maintenance-grid kept for backwards compatibility */
.maintenance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.maintenance-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.maintenance-copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.maintenance-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    margin: 0;
    color: #333333;
}

.maintenance-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    margin: 0;
    color: #606060;
}

.maintenance-points {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}

.maintenance-point {
    position: relative;
    width: 100%;
    align-self: stretch;
    min-height: 80px;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1.5px solid transparent;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(180deg, #15944b 0%, #0c5129 100%) border-box;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 44px;
    box-sizing: border-box;
}

.maintenance-point::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #15944b;
}

.maintenance-point-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
}

.maintenance-point-text strong {
    font-weight: 600;
}

.maintenance-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
}

.maintenance-image {
    display: block;
    width: 100%;
    max-width: 680px;
    height: auto;
    /* Keep the full image visible (avoid cropping) */
    object-fit: contain;
    object-position: right center;
    /* No radius on desktop — radius applied only on mobile below */
    border-radius: 0;
    border: none;
    box-shadow: none;
}

/* Desktop: show original, hide mobile variant */
.maintenance-image-mobile {
    display: none;
}
.maintenance-image-desktop {
    display: block;
}

@media (max-width: 1024px) {
    .maintenance-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .maintenance-layout {
        display: block;
    }

    .maintenance-right {
        margin-right: 0;
        justify-content: flex-start;
        margin-top: 28px;
    }

    .maintenance-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .maintenance-left {
        max-width: 100%;
    }

    .maintenance-right {
        justify-content: flex-start;
    }

    .maintenance-title {
        font-size: 28px;
        line-height: 36px;
    }

    .maintenance-image {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .maintenance-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* Mobile: stack image ABOVE text in a column */
    #maintenance .maintenance-layout {
        display: flex;
        flex-direction: column;
    }

    /* Push image to the top slot */
    #maintenance .maintenance-right {
        order: -1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 24px;
    }

    /* Center only the heading + subheading on mobile */
    #maintenance .maintenance-copy {
        text-align: center;
        align-items: center;
    }

    #maintenance .maintenance-title,
    #maintenance .maintenance-desc {
        text-align: center;
    }

    .maintenance-title {
        font-size: 24px;
        line-height: 32px;
    }

    .maintenance-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .maintenance-point-text {
        font-size: 15px;
        line-height: 24px;
    }

    /* Mobile: swap to mobile image */
    .maintenance-image-desktop {
        display: none !important;
    }
    .maintenance-image-mobile {
        display: block !important;
        border-radius: 40px;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .kriteria-driver-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .kriteria-header {
        grid-template-columns: minmax(220px, auto) minmax(0, 1fr);
        column-gap: 24px;
    }

    .kriteria-subtitle {
        text-align: left;
    }

    .kriteria-title {
        font-size: 28px;
        line-height: 36px;
    }

    .kriteria-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .kriteria-card {
        height: auto;
    }

    .kriteria-card::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .kriteria-driver-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* Mobile: stack title and subtitle vertically (top/bottom), not left/right columns */
    #kriteria-driver .kriteria-header {
        grid-template-columns: 1fr !important;
        column-gap: 0 !important;
        row-gap: 10px;
        align-items: start;
        justify-items: stretch;
        text-align: left;
    }

    #kriteria-driver .kriteria-title {
        text-align: left !important;
        white-space: normal !important;
        width: 100% !important;
        font-size: 24px;
        line-height: 32px;
    }

    #kriteria-driver .kriteria-subtitle {
        text-align: left !important;
        justify-items: stretch;
        width: 100% !important;
        align-items: start !important;
        font-size: 15px;
        line-height: 1.5;
    }

    .kriteria-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .kriteria-card {
        min-height: auto;
        gap: 16px;
    }

    .kriteria-card-title {
        font-size: 22px;
        line-height: 28px;
    }

    .kriteria-card-desc {
        font-size: 15px;
        line-height: 24px;
    }
}

.bg-achievement {
    background: none;
}

/* partner-container-start */
.partner-container {
    display: flex;
    padding: 30px 0;
    align-items: center;
}

.partner-section {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 0 50px;
}

@media (min-width: 768px) and (max-width: 1278.9px) {
    .partner-section {
        display: grid;
        grid-template-columns: repeat(3, max-content);
        gap: 20px;
        padding: 0;
    }

    .partner-card:nth-child(4) {
        grid-row: 2;
        grid-column: 1 / 3;
        justify-self: center;
    }

    .partner-card:nth-child(5) {
        grid-row: 2;
        grid-column: 2 / 4;
        justify-self: center;
    }
}

@media (max-width: 767.9px) {
    .partner-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        justify-items: center;
    }

    .partner-card:nth-child(5) {
        grid-column: 1 / -1;
        justify-self: center;
    }
}

.tp-integration-slider-wrapper {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: slide 100s linear infinite;
    will-change: transform;
}

.partner-card {
    position: relative;
    border-radius: 28px;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    width: 203px;
    height: 96px;
    padding: 24px 12px;
    border: 1px solid #b0bdf1;
}

.partner-card img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .partner-container {
        margin-top: 10px;
    }
    .partner-card {
        width: 150px;
        height: 90px;
    }

    .tp-integration-slider-wrapper {
        gap: 15px;
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* partnert-container-end */

#news .container {
    padding-left: 0;
    padding-right: 0;
}

.news-card {
    width: 100%;
    height: 650px;
    border-radius: 36px;
    overflow: hidden;
    border: 1px solid #b0bdf1;

    background-image: url("/img/landing-page/bg-news.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.news-body {
    flex: 1;
    height: 80%;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}

.news-image {
    padding: 20px 20px 0 20px;
}

.news-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 36px;
}

.news-content {
    padding: 10px 36px 36px 36px;
    display: flex;
    flex-direction: column;
}

.news-body {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.news-date {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1.5%;
    color: #000000;
    opacity: 0.5;
    text-align: justify;
}

.news-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.5%;
    color: #000000;
    text-align: start;
}

.news-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1.5%;
    color: #333333;
    text-align: justify;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-link {
    width: 100%;
    padding: 16px 28px;
    background: #001e94;
    color: #ffffff;
    border-radius: 0 0 36px 36px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.news-link:hover {
    color: #d762d5;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .news-card {
        margin-bottom: 16px;
        height: 600px;
    }
}

@media (max-width: 992px) {
    .news-card {
        margin-bottom: 16px;
        height: 530px;
    }

    .news-image img {
        height: 200px;
    }

    .news-content {
        padding: 16px;
    }

    .news-title {
        font-size: 17px;
    }

    .news-desc {
        font-size: 14px;
    }

    .news-date {
        font-size: 16px;
    }
}

@media (max-width: 767.9px) {
    #news .d-flex.flex-md-row {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #news .d-flex.flex-md-row h1,
    #news .d-flex.flex-md-row p {
        text-align: center !important;
    }

    .news-card {
        margin-bottom: 16px;
        height: 500px;
    }

    .news-image img {
        height: 180px;
    }

    .news-content {
        padding: 14px;
        text-align: center;
    }

    .news-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .news-desc {
        font-size: 13px;
        text-align: justify;
        word-spacing: -3px;
    }

    .news-date {
        font-size: 14px;
    }

    .news-link {
        font-size: 14px;
        padding: 16px 28px;
    }
}

.arrow {
    font-size: 18px;
    line-height: 1;
}

.card-certificate-image img {
    display: block;
}

@media (max-width: 767px) {
    .card-certificate-image img {
        display: none !important;
    }
}

.card-certificate {
    background: linear-gradient(90deg, #212121 0%, #080808 100%);
    padding: 22px 42px;
    border-radius: 48px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.card-certificate-content p {
    text-align: start;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
}

.card-certificate-content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: start;
    color: #fff;
}

@media (max-width: 1023px) {
    .card-certificate-content h4 {
        font-size: 16px;
        line-height: 24px;
        text-align: start;
    }

    .card-certificate-content p {
        font-size: 12px;
        line-height: 20px;
        text-align: start;
    }

    .card-certificate {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .card-certificate-image img {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .card-certificate-content h4 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .card-certificate-content p {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .card-certificate {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

    .card-certificate-image img {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .card-certificate {
        flex-direction: column;
        padding: 20px 24px;
        border-radius: 24px;
        gap: 16px;
    }

    .card-certificate-content h4,
    .card-certificate-content p {
        text-align: center;
    }

    .card-certificate-col {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-certificate {
        flex-direction: row;
        padding: 20px 24px;
        border-radius: 32px;
        gap: 12px;
    }

    .card-certificate-col {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 300px;
        width: 100%;
    }
}

.card-container-service {
    border: 1px #000;
    border-radius: 36px;
    background-color: #35092f;
    transition: all 0.3s ease;
}

.card-container-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.card-top {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.card-service {
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
    min-height: 120px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.card-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.icon-wrapper {
    background-color: #60215a;
    border-radius: 32px;
    width: 60px;
    height: 60px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon-img {
    width: 100%;
    height: auto;
    max-width: 32px;
}

.btn-view-full {
    width: 100%;
    background-color: #450c3d;
    color: #fff;
    border: none;
    border-radius: 0 0 36px 36px;
    padding: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-view-full img {
    transition: transform 0.3s ease;
}

.btn-view-full[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.btn-view:hover {
    opacity: 0.8;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item .icon {
    width: 24px !important;
    height: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-item .text p {
    color: #bbbbbb;
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 992px) {
    #services {
        padding-left: var(--kka-page-gutter-tablet);
        padding-right: var(--kka-page-gutter-tablet);
    }

    .card-container-service {
        border-radius: 28px;
    }

    .card-top {
        padding: 16px;
    }

    .text-content h1 {
        font-size: 28px;
    }

    .text-content p {
        font-size: 16px !important;
    }

    /* .row {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .col {
        flex: 1 1 45%;
        margin-bottom: 16px;
    } */
}

/* Services: spacing between title/description and the cards */
#services .row.align-items-center {
    row-gap: 12px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    #services .row.align-items-center {
        margin-bottom: 24px;
    }
}

@media (max-width: 576px) {
    #services {
        margin-top: 40px !important;
    }

    .text-content h1 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .text-content p {
        font-size: 14px !important;
        line-height: 1.6;
    }

    .card-container-service {
        border-radius: 20px;
        padding: 0;
    }

    .card-top {
        padding: 12px;
    }

    .card-services h5 {
        font-size: 16px;
    }

    .btn-view-full {
        font-size: 14px;
        padding: 10px;
    }

    .feature-col {
        flex: 1 1 100%;
        margin-bottom: 0px;
    }
}

.text-responsive-align {
    text-align: start !important;
}

@media (min-width: 1024px) {
    .text-responsive-align {
        text-align: justify !important;
    }
}

.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found h2 {
    color: #333333;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
}

.not-found p {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

.text-more {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

#hero {
    width: 100%;
    min-height: 100vh;
    background-image: url("../img/asset_3_pemuda/hero_background_tiga_pemuda.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: var(--kka-page-gutter-desktop);
    padding-right: var(--kka-page-gutter-desktop);
    font-family: "Inter", sans-serif;
    overflow: hidden;
    position: relative;
}

/* Tablet (iPad) should follow the mobile-like Hero alignment */
@media (max-width: 1024px) {
    #hero .text-lg-start {
        text-align: center !important;
    }

    #hero .hero-title,
    #hero .hero-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #hero .btn-hero {
        text-align: center;
    }

    #hero .hero-car-wrapper {
        justify-content: center;
    }

    #hero .hero-car-image {
        right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

#hero .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    position: relative;
    z-index: 2;
}

.hero-wrapper {
    padding: 210px 0 20px 0;
}

.hero-text-container {
    width: 100%;
    max-width: 459px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 1;
}

.hero-title {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    margin: 0;
    width: 100%;
    max-width: 459px;
    overflow-wrap: anywhere;
}

.hero-desc {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    overflow-wrap: anywhere;
}

.hero-car-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-car-image {
    width: 120%;
    height: auto;
    max-width: none;
    position: relative;
    right: -5%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    transform: translateX(0);
    border-left: 1px;
    border-style: none;
    padding-left: 20px;
}

.btn-hero-kka {
    background: #15944b;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    transition: all 0.3s ease;
}

.btn-hero-kka:hover {
    background: #0f6c34;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(21, 148, 75, 0.2);
    color: #ffffff;
}

.btn-hero-kka:visited {
    color: #ffffff;
}

.btn-hero-kka:active {
    background: #0a4820;
    color: #ffffff;
    transform: translateY(0);
}

/* ===== Hero Download Button ===== */
.btn-hero {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .btn-hero {
        justify-content: center;
    }
}

.btn-hero-unduh {
    background: #ffffff;
    color: #15944b;
    font-family: "Inter", sans-serif;
    border-radius: 20px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    border: 1.5px solid #15944b;
}

#hero .btn-hero-unduh,
#hero .btn-hero-unduh:hover,
#hero .btn-hero-unduh:focus,
#hero .btn-hero-unduh:active,
#hero .btn-hero-unduh:visited {
    background: #ffffff;
    color: #15944b;
    border-color: #15944b;
    box-shadow: none;
    transform: none;
    outline: none;
}

#hero #hero-download-btn,
#hero #hero-download-btn:hover,
#hero #hero-download-btn:focus,
#hero #hero-download-btn:active,
#hero #hero-download-btn:visited {
    background: #ffffff !important;
    color: #15944b !important;
    border: 1.5px solid #15944b !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    .btn-hero-unduh {
        font-size: 13px;
        padding: 7px 14px;
    }
}

@media (max-width: 767.98px) {
    .btn-hero-unduh {
        font-size: 13px;
        padding: 8px 16px;
        border-radius: 18px;
    }
}

@media (max-width: 991.98px) {
    #hero {
        /* Extra space so Hero text doesn’t clash with the fixed header on responsive screens */
        padding-top: 112px;
        padding-bottom: 60px;
        padding-left: var(--kka-page-gutter-tablet);
        padding-right: var(--kka-page-gutter-tablet);
        min-height: auto;
    }

    #hero .container {
        padding-top: 8px;
    }

    .hero-text-container {
        width: 100%;
        height: auto;
        gap: 12px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-hero {
        text-align: center;
    }

    .hero-car-image {
        width: 150%;
        right: -20%;
    }

    .hero-decoration-abstract {
        width: 600px;
        left: -200px;
        top: -50px;
    }
}

@media (max-width: 767.98px) {
    #hero {
        /* Keep a clear gap below the navbar on mobile */
        padding-top: 104px;
        padding-bottom: 40px;
        padding-left: var(--kka-page-gutter-mobile);
        padding-right: var(--kka-page-gutter-mobile);
    }

    .hero-text-container {
        width: 100%;
        height: auto;
        gap: 12px;
    }

    .hero-title {
        font-size: 24px;
        line-height: 32px;
        width: 100%;
        height: auto;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .hero-car-wrapper {
        justify-content: flex-end;
        margin-bottom: 30px;
    }

    .hero-car-image {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        position: relative;
        border-left: none;
        border-style: no;
        padding-right: 0;
        padding-left: 0;
    }

    .hero-decoration-abstract {
        width: 400px;
        left: -60px;
        top: -30px;
    }
}

#safety-tools {
    padding: 0 110px;
}

@media (max-width: 1024px) {
    #safety-tools {
        padding: 0 var(--kka-page-gutter-tablet);
    }
}

@media (max-width: 767.98px) {
    #safety-tools {
        padding: 0 var(--kka-page-gutter-mobile);
    }
}

.safety-tools-text h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.safety-tools-text h1 span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: rgba(190, 0, 0, 1);
}

.safety-tools-text p {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;

    line-height: 28px;
    color: rgba(96, 96, 96, 1);
}

@media (max-width: 1024px) {
    .safety-tools-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.cta-content {
    position: relative;
}

.cta-security-text h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
}

.cta-security-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 1024px) {
    #cta-security .container {
        background-image: url("../img/footer/bg-cta-pattern.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 30px;
    }

    .cta-security-text h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .cta-security-text p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .cta-security-text h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center; /* biar rapi di layar kecil */
    }

    .cta-security-text p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
}

.tp-footer__pl-pr {
    background-color: #ffffff;
    padding-left: 110px;
    padding-right: 110px;
}

/* Footer (Tiga Pemuda Bersama) */
.footer-tpb-area {
    padding-top: 48px;
    padding-bottom: 32px;
}

.footer-tpb-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 64px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d1d5db;
}

.footer-tpb-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-width: 180px;
}

.footer-tpb-logo {
    width: 170px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.footer-tpb-brand-name {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #111827;
    text-align: left;
}

.footer-tpb-contact {
    flex: 1;
    max-width: none;
}

.footer-tpb-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #15944b;
    margin: 0 0 18px 0;
}

.footer-tpb-contact-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-tpb-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.footer-tpb-icon {
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.footer-tpb-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.footer-tpb-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #374151;
    margin: 0;
    z-index: 6;
}

.footer-tpb-copyright {
    padding-top: 22px;
    padding-bottom: 28px;
}

.footer-tpb-copyright-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #111827;
}

/* Override theme default that makes copyright text too light on white background */
.footer-tpb-copyright .tp-copyright__text span,
.footer-tpb-copyright .tp-copyright__text .footer-tpb-copyright-text {
    color: #111827 !important;
    opacity: 1 !important;
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
}

.footer-tpb-copyright .tp-copyright__text {
    text-align: center;
}

@media (max-width: 1024px) {
    .footer-tpb-top {
        gap: 40px;
    }

    .footer-tpb-logo {
        width: 120px;
    }

    .footer-tpb-text,
    .footer-tpb-copyright-text {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .footer-tpb-top {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .footer-tpb-brand {
        align-items: center;
    }

    .footer-tpb-logo {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-tpb-contact {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .footer-tpb-item {
        justify-content: flex-start;
    }

    .footer-tpb-title,
    .footer-tpb-text {
        text-align: left;
    }

    .footer-tpb-text {
        font-size: 15px;
        line-height: 24px;
    }

    .footer-tpb-copyright-text {
        font-size: 14px;
        line-height: 22px;
    }

    .footer-tpb-copyright .tp-copyright__text span,
    .footer-tpb-copyright .tp-copyright__text .footer-tpb-copyright-text {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .footer-tpb-title {
        font-size: 20px;
        line-height: 28px;
    }

    .footer-tpb-brand-name {
        font-size: 20px;
        line-height: 24px;
    }
}

/* Footer Wrapper - Match Header's fixed max-width container */
.tp-footer__pl-pr .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

/* Header Wrapper - Match Landing Page Padding */
.header-kka-wrapper {
    padding-left: 110px;
    padding-right: 110px;
}

/* Header Menu - Prevent wrapping on desktop */
.header-kka-wrapper .header-bottom__main-menu nav ul {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: nowrap;
}

.header-kka-wrapper .header-bottom__main-menu nav ul li {
    margin: 0;
}

.header-kka-wrapper .header-bottom__main-menu nav ul li a {
    padding: 26px 0;
    white-space: nowrap;
    color: #15944b;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.header-kka-wrapper .header-bottom__main-menu nav ul li a:hover {
    color: #0f6c34;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-kka-wrapper .header-bottom__main-menu nav ul {
        gap: 20px;
    }

    .header-kka-wrapper .header-bottom__main-menu nav ul li a {
        font-size: 14px;
        padding: 24px 0;
    }
}

.header-kka-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .tp-footer__pl-pr {
        padding-left: var(--kka-page-gutter-tablet);
        padding-right: var(--kka-page-gutter-tablet);
    }

    .header-kka-wrapper {
        padding-left: var(--kka-page-gutter-tablet);
        padding-right: var(--kka-page-gutter-tablet);
    }

    /* Tablet should feel mobile-like: use hamburger/drawer, avoid cramped desktop menu */
    .header-kka-wrapper .col-lg-8.d-none.d-lg-block {
        display: none !important;
    }

    .header-kka-wrapper .header-bottom__main-menu {
        display: none !important;
    }

    .header-kka-wrapper .tp-menu-bar {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .header-kka-wrapper .btn-purple.d-none.d-lg-block {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tp-footer__pl-pr {
        padding-left: var(--kka-page-gutter-mobile);
        padding-right: var(--kka-page-gutter-mobile);
    }

    .header-kka-wrapper {
        padding-left: var(--kka-page-gutter-mobile);
        padding-right: var(--kka-page-gutter-mobile);
    }

    .tp-footer__logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .tp-footer__logo-section p {
        text-align: center;
        font-size: 16px !important;
    }

    .tp-footer__logo-section {
        align-items: center !important;
    }

    .tp-footer__logo-section .d-flex {
        justify-content: center;
    }

    .tp-footer__logo-section img {
        width: 20px;
    }
}

#workforce-management {
    padding: 50px 110px;
}

.workforce-management-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.workforce-management-texts h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333333;
}

.workforce-management-texts h1 span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #be0000;
}

.workforce-management-texts p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #414141;
}

@media (max-width: 1024px) {
    #workforce-management {
        padding: 50px 24px;
    }
}

@media (max-width: 767.98px) {
    #workforce-management {
        padding: 20px 16px;
    }

    .workforce-management-texts h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        color: #333333;
    }

    .workforce-management-texts h1 span {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        color: #be0000;
    }

    .workforce-management-texts p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: #414141;
    }
}

#services .container {
    padding-left: 0;
    padding-right: 0;
}

/* Services Header */
.services-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #15944b;
    margin-bottom: 16px;
}

.services-desc {
    font-size: 16px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Service Card New Style */
.service-card-new {
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(21, 148, 75, 0.15);
}

.service-card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f0f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
}

.service-card-content {
    background: linear-gradient(135deg, #15944b 0%, #0f6c34 100%);
    padding: 32px 24px;
    color: #ffffff;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.service-card-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.service-card-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.95;
    margin: 0;
}

@media (max-width: 1024px) {
    .services-header h1 {
        font-size: 28px;
    }

    .service-card-image {
        height: 240px;
    }

    .service-card-content {
        padding: 28px 20px;
    }

    .service-card-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .services-header h1 {
        font-size: 24px;
    }

    .services-desc {
        font-size: 15px;
    }

    .service-card-image {
        height: 220px;
    }

    .service-card-content {
        padding: 24px 20px;
    }

    .service-card-content h3 {
        font-size: 18px;
    }

    .service-card-content p {
        font-size: 14px;
    }
}

#tentang-kka .container {
    padding-left: 0;
    padding-right: 0;
}

/* ===== Company Highlight Section ===== */
.company-highlight-section {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 120px;
    padding-right: 120px;
    min-height: 452px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.company-highlight-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.company-highlight-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
    margin: 0;
    width: 100%;
}

.company-highlight-logo {
    width: 180px;
    height: 180px;
    object-fit: contain;
    opacity: 1;
}

.company-highlight-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
    margin: 0;
    width: 100%;
}

@media (max-width: 991.98px) {
    .company-highlight-section {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: var(--kka-page-gutter-tablet);
        padding-right: var(--kka-page-gutter-tablet);
        min-height: unset;
    }

    .company-highlight-title {
        font-size: 28px;
        line-height: 36px;
    }

    .company-highlight-desc {
        font-size: 17px;
        line-height: 28px;
    }
}

@media (max-width: 767.98px) {
    .company-highlight-section {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: var(--kka-page-gutter-mobile);
        padding-right: var(--kka-page-gutter-mobile);
        min-height: unset;
    }

    .company-highlight-title {
        font-size: 24px;
        line-height: 32px;
    }

    .company-highlight-desc {
        font-size: 15px;
        line-height: 24px;
    }
}

/* Documentation section */
#documentation {
    padding: 0 110px;
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 20px;
}

.docs-grid .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    #documentation {
        padding: 0 var(--kka-page-gutter-tablet);
    }

    .docs-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 kolom */
        grid-auto-rows: 200px;
    }
}

@media (max-width: 767.98px) {
    #documentation {
        padding: 0 var(--kka-page-gutter-mobile);
    }

    .docs-grid {
        grid-template-columns: repeat(1, 1fr); /* 1 kolom */
        grid-auto-rows: 180px;
    }
}

/* ===== Section titles on Mobile/Tablet (mobile-like) ===== */
@media (max-width: 1024px) {
    /* Make section headings consistent: 30px */
    .hero-title,
    #why-us h1,
    #peta-area h1,
    #harga-sewa h1,
    #pengguna-kami h1,
    #news h1,
    #documentation h1,
    #safety-tools .safety-tools-text h1,
    #cta-security .cta-security-text h1,
    #cta-kka h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
}

/* ===== Harga Sewa Section ===== */
#harga-sewa .container {
    padding-left: 0;
    padding-right: 0;
}

/* Header */
.harga-sewa-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 96px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 32px;
}

.harga-sewa-header-title {
    flex: 0 0 auto;
}

.harga-sewa-header-title h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #333333;
    margin: 0;
    white-space: nowrap;
}

.harga-sewa-header-desc {
    flex: 1;
    display: flex;
    align-items: center;
}

.harga-sewa-header-desc p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* Tabs */
.harga-sewa-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    border: 1px solid #b2c0dd;
    border-radius: 48px;
    padding: 8px;
    margin-bottom: 24px;
    background: #ffffff;
    box-sizing: border-box;
}

.hs-tab-btn {
    flex: 1;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #4b5563;
    background: transparent;
    border: none;
    border-radius: 40px;
    padding: 10px 28px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.hs-tab-btn:hover {
    color: #000000;
    background: #f0f4ff;
}

.hs-tab-btn.active {
    background: #15944b;
    color: #ffffff;
    font-weight: 600;
}

/* Cards */
.hs-card-wrapper {
    width: 100%;
    position: relative;
    min-height: 436px;
}

.hs-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 48px;
    padding: 40px 80px;
    box-shadow: #0000001a 0px 2px 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    min-height: 436px;

    opacity: 0;
    visibility: hidden;
    transform: translateX(6%);
    pointer-events: none;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        visibility 0s linear 0.35s;
    isolation: isolate;
}

.hs-card.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    pointer-events: auto;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.hs-car-image {
    flex: 0 0 auto;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hs-car-image img {
    width: 588.5px;
    height: 353.1px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
    animation: slideInCarFromLeft 0.6s ease-out forwards;
}

@keyframes slideInCarFromLeft {
    from {
        opacity: 0;
        transform: translateX(-10%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.hs-car-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1;
}

.hs-car-detail h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #111827;
    margin: 0;
}

.hs-label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #3d3f44;
    margin: 0;
}

.hs-price {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;

    color: #494f5e;
    margin: 0;
}

.hs-price-value {
    font-weight: 700;
    padding: 10px 0 0 0;
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-style: bold;
}

.hs-btn-hubungi {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #15944b;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 48px;
    padding: 12px 28px;
    text-decoration: none;
    width: fit-content;
    margin-top: 8px;
    transition: all 0.2s ease;
}

.hs-btn-hubungi:hover {
    background: #0f6c34;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(21, 148, 75, 0.25);
    transform: translateY(-2px);
}

.hs-btn-hubungi:visited {
    color: #ffffff;
}

.hs-btn-hubungi:active {
    background: #0a4820;
    color: #ffffff;
    transform: translateY(0);
}

.hs-decoration {
    position: absolute;
    right: -28%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.18;
    z-index: 0;
    filter: blur(1px);
}

.hs-decoration img {
    width: clamp(420px, 70vw, 900px);
    height: auto;
    max-width: none;
}

/* Responsive */
@media (max-width: 1024px) {
    .harga-sewa-header {
        gap: 40px;
    }

    .harga-sewa-header-title h1 {
        font-size: 28px;
    }

    .hs-card {
        padding: 32px 40px;
        gap: 32px;
        min-height: auto;
    }

    .hs-card-wrapper {
        min-height: 0;
    }

    .hs-car-image {
        width: 48%;
    }

    .hs-car-image img {
        width: 100%;
        height: auto;
        max-width: 450px;
    }
}

@media (max-width: 767.98px) {
    .harga-sewa-header {
        flex-direction: column;
        gap: 16px;
        padding-bottom: 24px;
        align-items: center;
    }

    .harga-sewa-header-title {
        width: 100%;
        max-width: 100%;
    }

    .harga-sewa-header-title h1 {
        font-size: 22px;
        white-space: normal;
        text-align: center;
        line-height: 1.3;
        max-width: 320px;
        margin: 0 auto;
    }

    .harga-sewa-header-desc {
        text-align: center;
    }

    .harga-sewa-tabs {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hs-tab-btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .hs-card {
        flex-direction: column;
        padding: 24px 20px;
        gap: 24px;
        border-radius: 24px;
        text-align: center;
        min-height: auto;
    }

    .hs-car-image {
        width: 100%;
    }

    .hs-car-image img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    .hs-btn-hubungi {
        margin: 0 auto;
    }

    .hs-decoration {
        display: none;
    }
}

/* ===== Pengguna Kami Section ===== */
#pengguna-kami .container {
    padding-left: 0;
    padding-right: 0;
}

.pengguna-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    width: 100%;
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 48px;
    border: none;
    overflow: hidden;
    height: 320px;
    background: #15944b;
    box-shadow: 0 0 0 2px #e5e7eb;
}

.pengguna-photo {
    width: 100%;
    height: 220px;
    flex-shrink: 0;
    border-radius: 48px 48px 0 0;
    overflow: hidden;
    border: none;
    background: #15944b;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.pengguna-photo img {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: calc(100% + 6px);
    object-fit: cover;
    object-position: top center;
    display: block;
    z-index: 2;
    vertical-align: top;
    transform: none;
}

.pengguna-label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: transparent;
    padding: 0px 12px 12px;
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 62px;
}

.pengguna-label span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;

    color: #ffffff;
}

@media (max-width: 1024px) {
    .pengguna-card {
        height: 282px;
        max-width: none;
    }

    .pengguna-photo {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .pengguna-card {
        height: 320px;
        max-width: 100%;
    }

    .pengguna-photo {
        height: 220px;
    }

    .pengguna-label {
        padding: 20px 12px;
        min-height: 100px;
    }

    .pengguna-label span {
        font-size: 18px;
    }
}

/* ===== Peta Area Section ===== */
#peta-area {
    padding-top: 72px;
    padding-bottom: 72px;
}

@media (min-width: 992px) {
    #peta-area img.img-fluid {
        width: 100%;
        height: auto;
        max-height: 340px;
        object-fit: contain;
    }
}

/* Override warna judul khusus Peta Area */
#peta-area .safety-tools-text h1 .text-peta-title {
    color: #333333;
}

#peta-area .text-jabodetabek {
    color: #15944b;
}

/* Gap antara gambar peta dan konten (desktop) */
@media (min-width: 1200px) {
    #peta-area .row.align-items-center {
        --bs-gutter-x: 120px;
    }
}

@media (max-width: 1024px) {
    #peta-area {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media (max-width: 767.98px) {
    #peta-area {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

#peta-area .container {
    padding-left: 0;
    padding-right: 0;
}

/* ===== CTA Section ===== */
#cta-kka {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #072f18;
    background-image: url("../img/asset_3_pemuda/bg-cta-tiga-pemuda.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#cta-kka .container {
    padding-left: 0;
    padding-right: 0;
}

.cta-kka-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
}

.cta-kka-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    margin: 0;
    color: #ffffff;
}

.btn-cta-kka {
    background: #ffffff;
    color: #15944b;
    font-family: "Inter", sans-serif;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.btn-cta-kka:hover {
    background: #f3f4f6;
    color: #15944b;
    transform: translateY(-1px);
}

.btn-cta-kka:visited {
    color: #15944b;
}

.btn-cta-kka:active {
    background: #e5e7eb;
    color: #15944b;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    #cta-kka {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cta-kka-title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767.98px) {
    #cta-kka {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cta-kka-title {
        font-size: 24px;
        line-height: 32px;
    }
}

/* ===== Extra-small screens (<=480px) ===== */
@media (max-width: 480px) {
    .hero-title {
        font-size: 22px;
        line-height: 30px;
    }

    .hero-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .kriteria-title {
        font-size: 22px;
        line-height: 28px;
    }

    .kriteria-card-title {
        font-size: 20px;
        line-height: 26px;
    }

    .kriteria-card-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .rental-fee-percent {
        font-size: 36px;
        line-height: 44px;
    }

    .rental-fee-role {
        font-size: 20px;
        line-height: 28px;
    }

    .asuransi-title {
        font-size: 22px;
        line-height: 28px;
    }

    .target-card {
        padding: 20px 16px;
    }

    .target-title {
        font-size: 22px;
        line-height: 28px;
    }

    .maintenance-title {
        font-size: 22px;
        line-height: 28px;
    }

    .cta-kka-title {
        font-size: 22px;
        line-height: 28px;
    }

    .company-highlight-title {
        font-size: 22px;
        line-height: 28px;
    }

    .company-highlight-desc {
        font-size: 14px;
        line-height: 22px;
    }
}
