@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@600;700&family=Inter:wght@400;500;600;700&family=Kumbh+Sans:wght@700&family=Poppins:wght@500&family=Public+Sans:wght@400&display=swap");

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

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

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

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

/* Apply consistent gutters to all landing sections */
.transgo-section,
#hero,
#layanan,
#kriteria-driver,
#rental-fee,
#maintenance,
#news,
#services,
#documentation,
#harga-sewa,
#pengguna-kami,
#peta-area,
#faq,
#safety-tools,
#workforce-management,
.cta-transgo-section,
.layanan-section,
.fasilitas-section,
.about-us-section,
.why-us-section,
.unit-preview-section,
.unit-catalog-section,
.hero-unit-section,
.investasi-growing-section,
.investasi-section,
.testimonial-content {
    padding-left: var(--transgo-page-gutter-desktop);
    padding-right: var(--transgo-page-gutter-desktop);
}

.transgo-section .container,
#hero .container,
#layanan .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,
#faq .container,
#cta-kka .container,
#safety-tools .container,
#workforce-management .container,
.cta-transgo-section .container,
.fasilitas-section .container,
.hero-unit-section .container,
.investasi-section .container,
.investasi-growing-section .container .layanan-driver-section .container {
    width: 100%;
    max-width: var(--transgo-max-container);
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1024px) {
    .kka-section,
    #hero,
    #kriteria-driver,
    #rental-fee,
    #maintenance,
    #news,
    #services,
    #tentang-kka,
    #documentation,
    #harga-sewa,
    #pengguna-kami,
    #peta-area,
    #faq,
    #cta-kka,
    #safety-tools,
    #workforce-management,
    .cta-transgo-section,
    .layanan-section,
    .why-us-section,
    .unit-preview-section,
    .about-us-section,
    .fasilitas-section,
    .unit-catalog-section,
    .hero-unit-section,
    .investasi-section,
    .investasi-growing-section,
    .testimonial-content {
        padding-left: var(--transgo-page-gutter-tablet);
        padding-right: var(--transgo-page-gutter-tablet);
    }
}

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

    .kka-section,
    #hero,
    #kriteria-driver,
    #rental-fee,
    #maintenance,
    #news,
    #services,
    #tentang-kka,
    #documentation,
    #harga-sewa,
    #pengguna-kami,
    #peta-area,
    #faq,
    #cta-kka,
    #safety-tools,
    #workforce-management,
    .cta-transgo-section,
    .fasilitas-section,
    .layanan-section,
    .why-us-section,
    .about-us-section,
    .unit-preview-section,
    .unit-catalog-section,
    .hero-unit-section,
    .investasi-section,
    .investasi-growing-section,
    .testimonial-content {
        padding-left: var(--transgo-page-gutter-mobile);
        padding-right: var(--transgo-page-gutter-mobile);
    }
}

/* ===== 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-transgo,
.btn-cta-transgo,
.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: #003f66 !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-transgo,
    .btn-cta-transgo,
    .hs-btn-hubungi {
        font-size: 13px;
        padding: 8px 16px;
    }
}

header a.btn-purple:hover,
.tpoffcanvas a.btn-purple:hover {
    background: #002d4a !important;
    box-shadow: 0px 8px 24px rgba(0, 63, 102, 0.28);
    transform: translateY(-2px);
    color: #ffffff !important;
}

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

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

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

/* ===== Facilities Section ===== */
.facilities-section {
    width: 100%;
    min-height: 942px;
    padding-top: 120px;
    padding-bottom: 80px;
}

.facilities-header {
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    margin-bottom: 56px;
}

.facilities-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    color: #0247b2;
}

.facilities-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #1c252e;
}

.facilities-cards {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
}

.facilities-card {
    width: 100%;
    min-height: 478px;
    border-radius: 48px;
    padding: 32px 48px;
    background:
        linear-gradient(
            180deg,
            rgba(243, 246, 250, 0.98) 0%,
            rgba(236, 242, 248, 0.98) 100%
        ),
        url("../img/footer/bg-cta-pattern.png");
    background-size: cover;
    background-position: center;
    border: 1px solid #d9e3ec;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
}

.facilities-card-inner {
    width: 100%;
    max-width: 476px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.facilities-card-title {
    margin: 0;
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #003f66;
}

.facilities-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.facilities-item {
    width: 100%;
    min-height: 76px;
    border-radius: 20px;
    border: 1px solid #b0c3d0;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.74);
}

.facilities-icon-shell {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 8px;
    background: #0000000d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.facilities-icon-core {
    width: 44px;
    height: 44px;
    border-radius: 100px;
    padding: 10px;
    background: #003f66;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.facilities-icon-core img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.facilities-item-text {
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #2f2f2f;
}

/* ===== Rental Fee Section ===== */
.rental-fee-section {
    width: 100%;
    min-height: 706.43px;
    padding-top: 92px;
    padding-bottom: 92px;
    background-image:
        linear-gradient(0deg, rgba(0, 54, 93, 0.74), rgba(0, 54, 93, 0.74)),
        url("../img/service/sv-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.rental-fee-inner {
    width: 100%;
    min-height: 522.43px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.rental-fee-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0;
    text-align: center;
}

.rental-fee-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    color: #ffffff;
}

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

.rental-fee-points-grid {
    width: 100%;
    min-height: 367.43px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 32px;
}

.rental-fee-point-item {
    width: 100%;
    min-height: 67.86px;
    border-radius: 12px;
    padding: 19px 26px;
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 29px 0px #0000001f;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    gap: 14px;
}

.rental-fee-point-item-center {
    grid-column: 1 / -1;
    max-width: 546px;
    margin: 0 auto;
}

.rental-fee-point-icon {
    width: 28px;
    height: 29.857px;
    flex: 0 0 28px;
    object-fit: contain;
}

.rental-fee-point-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}

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

    .rental-fee-inner {
        max-width: 100%;
        gap: 32px;
    }

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

    .rental-fee-points-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
        column-gap: 0;
    }

    .rental-fee-point-item,
    .rental-fee-point-item-center {
        grid-column: auto;
        max-width: 100%;
    }
}

@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-eyebrow {
        font-size: 16px;
        line-height: 24px;
    }

    .rental-fee-point-item {
        min-height: 58px;
        padding: 14px 16px;
        gap: 10px;
    }

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

    .rental-fee-point-icon {
        width: 24px;
        height: 25.6px;
        flex-basis: 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: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    /* 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;
    }
}

/* ===== Best Offering Section (replaces maintenance content) ===== */
.maintenance-section.partner-offer-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background:
        linear-gradient(
            180deg,
            rgba(248, 248, 248, 0.98) 0%,
            rgba(243, 243, 243, 0.98) 100%
        ),
        url("../img/service/service-3-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.partner-offer-inner {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.partner-offer-head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid #bbbbbb;
}

.partner-offer-title {
    margin: 0;
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #003f66;
}

.partner-offer-subtitle {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #111111;
    opacity: 0.7;
    text-align: right;
}

.partner-offer-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.partner-offer-row-top {
    min-height: unset;
}

.partner-offer-row-sweep-wrap {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    padding-bottom: 0;
}

.partner-offer-row-sweep {
    min-width: 0;
}

.partner-offer-card {
    width: 100%;
    min-height: unset;
    border-radius: 32px;
    padding: 8px;
    background: #ffffff;
    box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.partner-offer-car-image {
    width: 100%;
    height: 194px;
    object-fit: contain;
    border-radius: 24px;
    background: #f7f7f7;
}

.partner-offer-card-body {
    width: 100%;
    padding: 8px;
    display: grid;
    grid-template-rows: auto auto auto;
    row-gap: 10px;
}

.partner-offer-car-title {
    width: 100%;
    max-width: 320px;
    margin: 0;
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #222222;
}

.partner-offer-car-desc {
    width: 100%;
    max-width: none;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #474747;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
}

.partner-offer-price-row {
    width: 100%;
    max-width: none;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.partner-offer-price-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.partner-offer-discount {
    width: 37px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 2px 2.55px;
    background: #cd222833;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #cd2228;
}

.partner-offer-price-old {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    color: #11111147;
    text-decoration: line-through;
}

.partner-offer-price-new {
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #222222;
}

.partner-offer-rent-btn {
    min-width: 72px;
    height: 42px;
    border-radius: 10px;
    background: #003f66;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.partner-offer-nav {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 12px;
}

.partner-offer-nav-line {
    width: 100%;
    max-width: 72px;
    height: 2px;
    background: #ffffff;
    opacity: 0.9;
    border-radius: 999px;
}

.partner-offer-nav-buttons {
    width: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.partner-offer-nav-btn {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    padding: 10px;
    background: #ffffff;
    color: #003f66;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ===== Testimonials Section ===== */
.testimonial-transgo-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #084a75;
}

.testimonial-transgo-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 46px;
}

.testimonial-transgo-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 8px 18px;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #384885;
}

.testimonial-transgo-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
}

.testimonial-transgo-subtitle {
    width: 100%;
    max-width: 894px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #e8e8e8;
}

.testimonial-transgo-carousel {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.testimonial-transgo-track {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.testimonial-transgo-card {
    width: 100%;
    min-height: 277px;
    border-radius: 24px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 4px 25px 0px #0000000f;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-transgo-card-head {
    width: 100%;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.testimonial-transgo-name {
    margin: 0;
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #17172d;
}

.testimonial-transgo-quote-icon {
    width: 50px;
    height: 37px;
    object-fit: contain;
}

.testimonial-transgo-stars {
    width: 100%;
    min-height: 28px;
    display: flex;
    align-items: center;
    gap: 3.9px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.testimonial-transgo-stars img {
    width: 18px;
    height: 16px;
    object-fit: contain;
}

.testimonial-transgo-text {
    margin: 0;
    font-family: "Kumbh Sans", "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #585858;
}

.testimonial-transgo-nav {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 1.5px solid #d5e4ef;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
}

/* ===== Why Us Section ===== */
.why-us-section {
    width: 100%;
    height: 620px;
    background-image: url("../img/landing-page/bg-why-us.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-left: var(--transgo-page-gutter-desktop);
    padding-right: 0;
}

.why-us-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.why-us-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #606060;
}

.why-us-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-us-eyebrow {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    color: #ffffff;
}

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

.why-us-list {
    display: flex;
    gap: 24px;
}

.why-us-list-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-us-list-item {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-us-list-item img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.why-us-image-wrapper {
    flex-shrink: 0;
    align-self: flex-end;
    margin-left: auto;
    display: none;
}

.why-us-image {
    width: 617px;
    height: 430px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #336585;
    box-shadow: -8px 0px 36px -12px #0c45b5;
    object-fit: cover;
}

/* Show image only at 1280px and above */
@media (min-width: 1280px) {
    .why-us-image-wrapper {
        display: block;
    }

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

@media (max-width: 1024px) {
    .why-us-section {
        height: auto;
        min-height: 620px;
        padding: 60px 0;
    }

    .why-us-section .container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .why-us-content {
        max-width: 100%;
    }

    .why-us-image {
        width: 100%;
        max-width: 500px;
        height: auto;
        aspect-ratio: 617/430;
    }

    .why-us-list {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 400px;
        margin: 0 auto;
    }

    .why-us-title {
        font-size: 32px;
        line-height: 40px;
    }

    .why-us-eyebrow {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .why-us-section {
        min-height: auto;
    }

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

    .why-us-eyebrow {
        font-size: 16px;
        line-height: 24px;
    }

    .why-us-list-item {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 16px;
    }

    .why-us-list {
        gap: 12px;
        max-width: 100%;
    }

    .why-us-image {
        max-width: 100%;
        border-radius: 40px;
    }
}

@media (max-width: 480px) {
    .why-us-title {
        font-size: 24px;
        line-height: 32px;
    }

    .why-us-eyebrow {
        font-size: 14px;
        line-height: 20px;
    }

    .why-us-list-item {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 12px;
    }

    .why-us-list-item img {
        width: 16px;
        height: 16px;
    }

    .why-us-list {
        gap: 8px;
    }

    .why-us-header {
        gap: 8px;
        margin-bottom: 24px;
    }

    .why-us-image {
        max-width: 100%;
        height: auto;
        aspect-ratio: 1;
        object-position: center;
    }
}

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

.layanan-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.layanan-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    color: #0247b2;
    text-transform: uppercase;
}

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

.layanan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.layanan-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.layanan-card.col-span-2 {
    grid-column: span 2;
}

.layanan-card-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #004ba8;
    border-radius: 24px 24px 0 0;
    padding: 12px 0;
}

.layanan-card-icon {
    object-fit: contain;
    flex-shrink: 0;
}

.layanan-card-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: white;
}

.layanan-card-description {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
    padding: 0;
    text-align: center;
    transition:
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    border: none;
}

.layanan-card.active .layanan-card-description {
    padding: 12px 24px;
    border-top: 1px solid #e5e7eb;
    max-height: 200px;
    opacity: 1;
}

.layanan-card-link {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
    text-align: center;
    text-decoration: none;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    border-top: 1px solid #e5e7eb;
}

.layanan-arrow-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .layanan-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .layanan-card.col-span-2 {
        grid-column: span 1;
    }

    .layanan-title {
        font-size: 32px;
        line-height: 40px;
    }

    .layanan-eyebrow {
        font-size: 16px;
        line-height: 24px;
    }

    .layanan-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .layanan-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .layanan-card {
        border-radius: 16px;
    }

    .layanan-card-header {
        padding: 16px 0;
        border-radius: 16px 16px 0 0;
    }

    .layanan-card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .layanan-card-description {
        font-size: 14px;
        line-height: 22px;
    }

    .layanan-card.active .layanan-card-description {
        padding: 16px 20px;
        max-height: 300px;
    }

    .layanan-card-link {
        font-size: 13px;
        padding: 16px 20px;
    }

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

    .layanan-eyebrow {
        font-size: 14px;
        line-height: 20px;
    }

    .layanan-header {
        margin-bottom: 32px;
        gap: 8px;
    }

    .layanan-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .layanan-card-icon {
        width: 24px;
        height: 24px;
    }

    .layanan-card-header {
        gap: 8px;
        padding: 12px 0;
    }

    .layanan-card-title {
        font-size: 15px;
        line-height: 22px;
    }

    .layanan-card-description {
        font-size: 13px;
        line-height: 20px;
    }

    .layanan-card.active .layanan-card-description {
        padding: 12px 16px;
        max-height: 250px;
    }

    .layanan-card-link {
        font-size: 12px;
        padding: 12px 16px;
    }

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

    .layanan-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

/* ===== Investasi Section ===== */
.investasi-section {
    width: 100%;
    background:
        url("../img/about-us/bg-investasi.png"),
        linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
    background-size:
        cover,
        100% 100%;
    background-position: center, center;
    background-repeat: no-repeat;
    position: relative;
}

.faq-transgo-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.faq-transgo-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 8px 18px;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #384885;
}

.faq-transgo-title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0f0d1d;
}

.faq-transgo-inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    align-items: start;
    gap: 24px;
}

.faq-transgo-card {
    width: 100%;
    min-height: 64px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px #0000001a;
    overflow: hidden;
}

.faq-transgo-card > summary {
    list-style: none;
}

.faq-transgo-card > summary::-webkit-details-marker {
    display: none;
}

.faq-transgo-question {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #17172d;
    user-select: none;
}

.faq-transgo-question:hover {
    color: #004ba8;
}

.faq-transgo-card.active .faq-transgo-question {
    color: #004ba8;
}

.faq-transgo-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 18px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-transgo-card.active .faq-transgo-icon {
    transform: rotate(180deg);
}

.faq-transgo-answer {
    padding: 0 32px 24px;
    margin-top: -2px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #5e6282;
    overflow: hidden;
    transition:
        height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-transgo-card.active .faq-transgo-answer {
    padding: 8px 32px 24px;
}

/* ===== Partner & Client Section ===== */
.partner-client-section,
.faq-transgo-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff;
}

.partner-client-section .container {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.partner-client-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.partner-client-row-reverse {
    flex-direction: row-reverse;
}

.partner-client-text-block {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 320px;
    flex-shrink: 0;
}

.partner-client-text-block-right {
    flex-direction: row-reverse;
}

.partner-client-rectangle {
    width: 10px;
    height: 155px;
    background: #004ba8;
    flex-shrink: 0;
}

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

.partner-client-copy-left {
    text-align: left;
}

.partner-client-copy-right {
    text-align: right;
}

.partner-client-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #004ba8;
    margin: 0;
}

.partner-client-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #585858;
    margin: 0;
}

.partner-client-logos-scroll {
    display: flex;
    animation: scroll-logos 20s linear infinite;
}

.partner-client-logos-scroll-reverse {
    animation: scroll-logos-reverse 20s linear infinite;
}

.partner-client-logos-wrapper {
    flex: 1;
    overflow: hidden;
    width: 100vw;
}

.partner-client-logos-wrapper-left {
    margin-left: calc(-1 * var(--transgo-page-gutter-desktop));
}

.partner-client-logos-wrapper-right {
    margin-right: calc(-1 * var(--transgo-page-gutter-desktop));
}

.partner-client-logos {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.partner-client-logo-item {
    width: 115px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.partner-client-logo-item img {
    max-height: 48px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

/* Infinite scroll animation */
@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-logos-reverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

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

    .partner-offer-inner {
        gap: 32px;
    }

    .partner-offer-head {
        flex-direction: column;
        gap: 14px;
        padding-bottom: 24px;
    }

    .partner-offer-title {
        font-size: 32px;
        line-height: 40px;
    }

    .partner-offer-subtitle {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }

    .partner-offer-row,
    .partner-offer-row-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: unset;
    }

    .partner-offer-row-sweep {
        min-width: 0;
    }

    .partner-offer-nav-line {
        max-width: 48px;
    }

    .testimonial-kka-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testimonial-kka-title {
        font-size: 32px;
        line-height: 40px;
    }

    .testimonial-kka-carousel {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .testimonial-kka-nav {
        width: 52px;
        height: 52px;
        font-size: 28px;
    }

    .testimonial-kka-track {
        grid-template-columns: 1fr;
    }

    .testimonial-transgo-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testimonial-transgo-title {
        font-size: 32px;
        line-height: 40px;
    }

    .testimonial-transgo-carousel {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .testimonial-transgo-nav {
        width: 52px;
        height: 52px;
        font-size: 28px;
    }

    .testimonial-transgo-track {
        grid-template-columns: 1fr;
    }

    .faq-transgo-section {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .faq-transgo-title {
        font-size: 38px;
        line-height: 46px;
    }

    .faq-transgo-inner {
        max-width: 100%;
        grid-template-columns: 1fr;
    }

    .faq-transgo-question {
        font-size: 16px;
        line-height: 1.5;
    }

    .faq-transgo-answer {
        font-size: 15px;
        line-height: 1.6;
    }

    .testimonial-kka-card {
        padding: 28px 24px;
    }

    .partner-client-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .partner-client-row {
        flex-direction: column;
        gap: 32px;
    }

    .partner-client-row-reverse {
        flex-direction: column;
    }

    .partner-client-text-block,
    .partner-client-text-block-right {
        max-width: 100%;
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }

    .partner-client-copy {
        text-align: center;
    }

    .partner-client-copy-right {
        text-align: center;
    }

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

    .partner-client-desc {
        font-size: 15px;
        line-height: 24px;
        max-width: 400px;
        margin: 0 auto;
    }

    .partner-client-logos-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .partner-client-logos-wrapper-left {
        margin-left: calc(-1 * var(--transgo-page-gutter-tablet));
    }

    .partner-client-logos-wrapper-right {
        margin-right: calc(-1 * var(--transgo-page-gutter-tablet));
    }

    .partner-client-logos {
        justify-content: center;
        gap: 24px;
    }
}

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

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

    .partner-offer-subtitle {
        font-size: 15px;
        line-height: 24px;
    }

    .partner-offer-row,
    .partner-offer-row-top,
    .partner-offer-row-sweep {
        grid-template-columns: 1fr;
    }

    .partner-offer-card {
        border-radius: 24px;
    }

    .partner-offer-car-image {
        border-radius: 18px;
    }

    .testimonial-kka-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

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

    .testimonial-kka-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial-kka-card {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .faq-transgo-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

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

    .faq-transgo-header {
        margin-bottom: 28px;
    }

    .faq-transgo-question {
        padding: 16px 18px;
        font-size: 15px;
        line-height: 1.45;
    }

    .faq-transgo-answer {
        padding: 0 18px 16px;
        font-size: 15px;
        line-height: 1.55;
    }

    .testimonial-transgo-name {
        font-size: 20px;
        line-height: 28px;
    }

    .testimonial-transgo-text {
        font-size: 15px;
        line-height: 24px;
    }

    .partner-client-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .partner-client-row {
        flex-direction: column;
        gap: 24px;
    }

    .partner-client-row-reverse {
        flex-direction: column;
    }

    .partner-client-text-block,
    .partner-client-text-block-right {
        align-items: center;
        gap: 12px;
    }

    .partner-client-copy {
        text-align: center;
    }

    .partner-client-copy-right {
        text-align: center;
    }

    .partner-client-title {
        font-size: 22px;
        line-height: 30px;
    }

    .partner-client-desc {
        font-size: 14px;
        line-height: 22px;
        max-width: 300px;
        margin: 0 auto;
    }

    .partner-client-logos {
        gap: 12px;
    }

    .partner-client-logo-item {
        width: 90px;
        height: 80px;
    }

    .partner-client-logo-item img {
        max-height: 32px;
    }

    .partner-client-logos-wrapper-left {
        margin-left: calc(-1 * var(--transgo-page-gutter-mobile));
    }

    .partner-client-logos-wrapper-right {
        margin-right: calc(-1 * var(--transgo-page-gutter-mobile));
    }
}

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

    .facilities-header {
        max-width: 100%;
        gap: 16px;
        margin-bottom: 32px;
    }

    .facilities-title {
        font-size: 32px;
        line-height: 40px;
    }

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

    .facilities-cards {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 760px;
    }

    .facilities-card {
        min-height: unset;
        padding: 28px 24px;
        border-radius: 32px;
    }

    .facilities-card-inner {
        max-width: 100%;
    }

    .facilities-item {
        min-height: 72px;
    }

    .facilities-item-text {
        font-size: 17px;
        line-height: 26px;
    }
}

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

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

    .facilities-card {
        padding: 20px 16px;
        border-radius: 24px;
    }

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

    .facilities-item {
        min-height: 64px;
        padding: 6px 12px;
        border-radius: 16px;
    }

    .facilities-icon-shell {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        padding: 6px;
    }

    .facilities-icon-core {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .facilities-icon-core img {
        width: 20px;
        height: 20px;
    }

    .facilities-item-text {
        font-size: 15px;
        line-height: 22px;
    }
}

.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;
}

/* Services Section */
.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-size: 16px;
    line-height: 24px;
}

/* 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-services h5 {
        font-size: 16px;
    }

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

#hero {
    width: 100%;
    min-height: 100vh;
    background-image:
        linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
        url("../img/service/sv-bg.jpg");
    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(--transgo-page-gutter-desktop);
    padding-right: var(--transgo-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: 100px 0 60px 0;
    justify-content: center;
}

.hero-text-container {
    width: 100%;
    max-width: 1088px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 1;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.hero-eyebrow {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0, 63, 102, 0.85);
    border-radius: 12px;
    padding: 4px 12px;
}

.hero-title {
    color: #ffffff;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0%;
    margin: 0;
    width: 100%;
    max-width: 1088px;
    overflow-wrap: anywhere;
    text-align: center;
}

.hero-desc {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    max-width: 906px;
    margin: 0;
    text-align: center;
    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-transgo {
    width: 181px;
    height: 52px;
    padding: 15px 25px;
    border-radius: 100px;
    background: #003f66;
    color: #ffffff;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-hero-transgo:hover {
    background: #005180;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 63, 102, 0.35);
    color: #ffffff;
}

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

.btn-hero-transgo:active {
    background: #00334f;
    color: #ffffff;
    transform: translateY(0);
}

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

@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(--transgo-page-gutter-tablet);
        padding-right: var(--transgo-page-gutter-tablet);
        min-height: auto;
    }

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

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

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

    .hero-desc {
        font-size: 18px;
        line-height: 28px;
        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(--transgo-page-gutter-mobile);
        padding-right: var(--transgo-page-gutter-mobile);
    }

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

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

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

    .hero-eyebrow {
        font-size: 16px;
        line-height: 24px;
    }

    .btn-hero-transgo {
        width: auto;
        min-width: 181px;
        height: 52px;
        padding: 15px 25px;
        font-size: 18px;
        line-height: 22px;
    }

    .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(--transgo-page-gutter-tablet);
    }
}

@media (max-width: 767.98px) {
    #safety-tools {
        padding: 0 var(--transgo-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: #f9fafb;
    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: 265px;
    height: 185px;
    object-fit: contain;
    display: block;
}

.footer-tpb-brand-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #111827;
    margin: 0;
}

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

.footer-tpb-title {
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
    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;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
    z-index: 6;
}

/* Footer link styles */
.footer-tpb-link {
    text-decoration: none;
    color: #333333;
    transition: color 0.2s ease;
}

.footer-tpb-link:hover {
    color: #15944b;
    text-decoration: underline;
}

.footer-tpb-item-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

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

.footer-tpb-copyright-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
}

/* 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: #333333 !important;
    opacity: 1 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 0% !important;
}

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

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

    .footer-tpb-logo {
        width: 200px;
        height: 140px;
    }

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

    .footer-tpb-title {
        font-size: 18px;
        line-height: 22px;
    }

    .footer-tpb-brand-name {
        font-size: 16px;
        line-height: 26px;
    }
}

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

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

    .footer-tpb-logo {
        width: 150px;
        height: 105px;
        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: 14px;
        line-height: 22px;
    }

    .footer-tpb-copyright-text {
        font-size: 12px;
        line-height: 20px;
    }

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

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

    .footer-tpb-brand-name {
        font-size: 14px;
        line-height: 22px;
    }
}

/* 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-transgo-wrapper {
    padding-left: var(--transgo-page-gutter-desktop);
    padding-right: var(--transgo-page-gutter-desktop);
}

.header-transgo-wrapper .container-fluid > .row {
    min-height: 4.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 1024px) {
    .header-transgo-wrapper .container-fluid > .row {
        min-height: 3.5rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
}

@media (max-width: 767px) {
    .header-transgo-wrapper .container-fluid > .row {
        min-height: 3rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}

/* Header Menu - Prevent wrapping on desktop */
.header-transgo-wrapper .header-bottom__main-menu nav ul {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 3.2vw, 42px);
    flex-wrap: nowrap;
}

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

.header-transgo-wrapper .header-bottom__main-menu nav ul li a {
    padding: clamp(16px, 2.1vh, 24px) 0;
    white-space: nowrap;
    color: #414141;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: clamp(14px, 0.95vw, 15px);
}

.header-transgo-wrapper .header-bottom__main-menu nav ul li a:hover {
    color: #c0a6a6;
}

.header-transgo-wrapper .header-bottom__main-menu nav ul li a:active {
    color: #004ba8;
}

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

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

.header-transgo-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: var(--transgo-max-container);
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

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

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

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

    .header-transgo-wrapper {
        padding-left: var(--transgo-page-gutter-mobile);
        padding-right: var(--transgo-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(--transgo-page-gutter-tablet);
        padding-right: var(--transgo-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(--transgo-page-gutter-mobile);
        padding-right: var(--transgo-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(--transgo-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(--transgo-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;
    justify-content: center;
    width: 181px;
    height: 52px;
    padding: 12px 28px;
    gap: 8px;
    background: #15944b;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 48px;
    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-transgo {
    background: #ffffff;
    color: #15944b;
    font-family: "Inter", sans-serif;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

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

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

.btn-cta-transgo: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;
    }

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

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

    .target-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;
    }
}

/* === ABOUT US TRANSGO SECTION === */
.about-us-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 80px;
    background: transparent;
}

.about-us-content-container {
    width: 100%;
}

.about-us-stats-container {
    width: 100%;
    margin-top: 80px;
}

.about-us-wrapper {
    display: flex;
    width: 100%;
    gap: 80px;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .about-us-wrapper {
        gap: 40px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.about-us-left {
    width: 355px;
    height: 130px;
    flex: 0 0 355px;
}

.about-us-logo {
    width: 100%;
    height: auto;
    max-width: 355px;
    object-fit: contain;
}

.about-us-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-us-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    color: #0247b2;
}

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

.about-us-desc {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
}

.about-us-desc p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4b5563;
    margin: 0;
}

.btn-about-us {
    display: inline-flex;
    align-items: center;
    color: #004ba8;
    font-family: "Public Sans", "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition:
        background-color 0.3s ease,
        transform 0.2s ease;
    gap: 8px;
}

.btn-about-us:hover {
    transform: scale(1.05);
    color: #004ba8;
}

/* Stats Card */
.about-us-stats-card {
    width: 100%;
    min-height: 243.12px;
    background: linear-gradient(208.04deg, #004ba8 11.12%, #031c2c 126.15%);
    box-shadow: 0px 4px 25px 0px #00000040;
    border-radius: 40px;
    padding: 80px 80.02px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1200px) {
    .about-us-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .about-us-content-container,
    .about-us-stats-container {
        max-width: 100% !important;
    }

    .about-us-stats-container {
        margin-top: 60px;
    }

    .about-us-left,
    .about-us-logo {
        width: 240px;
        height: auto;
    }

    .about-us-right,
    .about-us-desc {
        width: 100%;
    }

    .about-us-stats-card {
        padding: 40px;
        border-radius: 28px;
    }

    .stat-number {
        font-size: 24px !important;
    }
}

@media (max-width: 991px) {
    .about-us-stats-card {
        flex-direction: column;
        gap: 32px;
        padding: 40px 24px;
        border-radius: 24px;
    }
}

.stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    max-width: 220px;
    width: 100%;
}

@media (max-width: 991px) {
    .stat-item {
        width: 100%;
        justify-content: center;
    }
}

.stat-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.stat-text {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.stat-number {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.stat-label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 0.9;
}

.stat-divider {
    width: 0;
    height: 83.12px;
    border-right: 0.84px solid #ffffff80;
}

@media (max-width: 991px) {
    .stat-divider {
        width: 100%;
        height: 1px;
        border-right: none;
        border-top: 1px solid #d2d2d2;
    }
}

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

    .about-us-left {
        width: 100%;
        max-width: 200px;
        height: auto;
        flex: 0 0 auto;
    }

    .about-us-logo {
        width: 100%;
        height: auto;
    }

    .about-us-eyebrow {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.08em;
    }

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

    .about-us-desc p {
        font-size: 16px;
        line-height: 26px;
    }

    .btn-about-us {
        width: 100%;
        max-width: 240px;
    }

    .about-us-stats-container {
        margin-top: 40px;
    }

    .about-us-stats-card {
        padding: 28px 24px;
    }

    .stat-item {
        justify-content: center;
        flex-direction: row;
    }
}

.btn-whatsapp {
    background-color: #004ba8;
    color: white;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 24px;
    gap: 8px;
    transition: transform 0.2s ease;
}

.btn-whatsapp:hover {
    transform: scale(1.05);
}

/* ===== CTA Transgo Section (Blue gradient with car) ===== */
.cta-transgo-section {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    background-image: url("../img/cta/bg_cta.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.cta-transgo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.cta-transgo-content {
    flex: 1;
    max-width: 750px;
    position: relative;
    z-index: 2;
}

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

.cta-transgo-desc {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0 0 32px 0;
}

.btn-sewa-sekarang-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 52px;
    padding: 15px 25px;
    gap: 8px;
    background-color: #ffffff;
    color: #002d48;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    border-radius: 100px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-sewa-sekarang-cta:hover {
    background-color: #f0f4f8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #002d48;
}

.cta-transgo-car {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 565px;
    height: 380px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.cta-car-image {
    width: 565px;
    height: 380px;
    object-fit: contain;
}

@media (max-width: 1280px) {
    .cta-transgo-content {
        max-width: 600px;
        padding-bottom: 20px;
    }

    .cta-car-image {
        width: 450px;
        height: 300px;
    }
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .cta-transgo-wrapper {
        flex-direction: column;
        gap: 32px;
        text-align: center;
        align-items: center;
    }

    .cta-transgo-content {
        max-width: 100%;
        padding-bottom: 0;
        order: 2;
    }

    .cta-transgo-car {
        position: static;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

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

    .cta-transgo-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .cta-car-image {
        width: 350px;
        height: 235px;
        margin: 0;
    }

    .btn-sewa-sekarang-cta {
        width: 170px;
        height: 48px;
        font-size: 16px;
        padding: 12px 24px;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .cta-transgo-wrapper {
        gap: 24px;
    }

    .cta-transgo-car {
        margin-bottom: 16px;
    }

    .cta-transgo-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .cta-transgo-desc {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .btn-sewa-sekarang-cta {
        width: 100%;
        max-width: 200px;
        height: 44px;
        padding: 10px 20px;
        font-size: 15px;
    }

    .cta-car-image {
        width: 280px;
        height: 190px;
    }
}

@media (max-width: 480px) {
    .cta-transgo-wrapper {
        gap: 20px;
    }

    .cta-transgo-title {
        font-size: 20px;
        line-height: 28px;
    }

    .cta-transgo-desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .btn-sewa-sekarang-cta {
        height: 40px;
        font-size: 14px;
        padding: 8px 16px;
    }

    .cta-car-image {
        width: 240px;
        height: 160px;
    }
}

/* ===== Terms and Conditions Section ===== */
.terms-conditions-section {
    padding: 130px var(--transgo-page-gutter-desktop);
    background-color: #ffffff;
    min-height: calc(100vh - 400px);
}

.terms-conditions-section .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.terms-conditions-wrapper {
    margin: 0 auto;
}

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

.terms-conditions-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.terms-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.terms-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

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

.terms-list {
    list-style: disc;
    list-style-type: disc;
    padding-left: 24px;
    margin: 0;
    display: block;
}

.terms-list li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #637381;
    margin: 0 0 8px 0;
    display: list-item;
}

.terms-list li:last-child {
    margin-bottom: 0;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .terms-conditions-section {
        padding: 60px var(--transgo-page-gutter-tablet);
    }

    .terms-conditions-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .terms-conditions-content {
        gap: 28px;
    }

    .terms-subtitle {
        font-size: 17px;
        line-height: 24px;
    }

    .terms-text,
    .terms-list li {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .terms-conditions-section {
        padding: 40px var(--transgo-page-gutter-mobile);
    }

    .terms-conditions-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .terms-conditions-content {
        gap: 24px;
    }

    .terms-section {
        gap: 10px;
    }

    .terms-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .terms-text,
    .terms-list li {
        font-size: 15px;
        line-height: 24px;
    }

    .terms-list {
        padding-left: 20px;
    }
}

/* ===== Hero About Section ===== */
.hero-about-section {
    background: linear-gradient(201.8deg, #004ba8 9.14%, #031c2c 92%);
    width: 100%;
    min-height: 635px;
}

.hero-about-section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.hero-about-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    min-height: 635px;
}

.hero-about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 120px 56px 120px 120px;
    max-width: 700px;
}

.hero-about-label {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    color: #ffffff;
    text-transform: uppercase;
}

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

.hero-about-divider {
    width: 950px;
    max-width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 8px 0;
}

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

.hero-about-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
}

.hero-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 28px;
    border: 1.5px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    margin-top: 0;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.hero-about-btn:hover {
    transform: translateY(-1px);
}

.hero-about-btn-preview {
    background: #ffffff;
    border-color: #ffffff;
}

.hero-about-btn-download {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.85);
}

.hero-about-btn-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.hero-about-btn span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #031c2c;
    white-space: nowrap;
}

.hero-about-btn-preview span {
    color: #0c4ea3;
}

.hero-about-btn-download span {
    color: #ffffff;
}

.hero-about-btn-download .hero-about-btn-icon {
    filter: brightness(0) invert(1);
}

.hero-about-image-wrapper {
    position: relative;
    width: 50%;
    height: auto;
    align-self: stretch;
    overflow: hidden;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -60px;
}

.hero-about-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000080;
    pointer-events: none;
}

.hero-about-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-about-slash {
    width: 3px;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-15deg);
    flex-shrink: 0;
    margin-left: -2px;
    z-index: 2;
}

/* Responsive for Hero About Section */
@media (max-width: 1279px) {
    .hero-about-image-wrapper {
        display: none;
    }

    .hero-about-content {
        padding: 80px 40px 80px 80px;
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .hero-about-divider {
        width: 80%;
        margin: 8px auto;
    }
}

@media (max-width: 1200px) {
    .hero-about-content {
        padding: 60px 40px;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .hero-about-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .hero-about-section {
        min-height: 500px;
    }

    .hero-about-content {
        padding: 140px 30px 50px 30px;
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .hero-about-divider {
        width: 80%;
        margin: 8px auto;
    }

    .hero-about-image-wrapper {
        width: 100%;
        height: 400px;
        margin-left: 0;
        clip-path: none;
    }

    .hero-about-image {
        mask-image: linear-gradient(to top, transparent, black 40%);
        -webkit-mask-image: linear-gradient(to top, transparent, black 40%);
    }

    .hero-about-slash {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-about-content {
        padding: 100px 16px 50px 16px;
        gap: 16px;
    }

    .hero-about-label {
        font-size: 14px;
        line-height: 20px;
    }

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

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

    .hero-about-image-wrapper {
        height: 250px;
    }

    .hero-about-actions {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-about-btn {
        width: 100%;
        max-width: 320px;
        min-height: 50px;
        padding: 0 20px;
    }

    .hero-about-btn span {
        font-size: 14px;
    }

    .hero-about-divider {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-about-section {
        min-height: auto;
    }

    .hero-about-title {
        font-size: 20px;
        line-height: 28px;
    }

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

    .hero-about-image-wrapper {
        height: 200px;
    }
}

/* ===== Layanan Driver Section ===== */
.layanan-driver-section {
    width: 100%;
    min-height: 450px;
    padding: 80px 0;
    background: #ffffff;
}

.layanan-driver-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
    text-align: center;
}

.layanan-driver-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0247b2;
    margin: 0;
}

.layanan-driver-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: #1c252e;
    margin: 0;
}

.layanan-driver-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #637381;
    margin: 0;
}

/* Responsive for Layanan Driver Section */
@media (max-width: 1200px) {
    .layanan-driver-section {
        padding: 60px 40px;
        min-height: auto;
    }

    .layanan-driver-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 1024px) {
    .layanan-driver-section {
        padding: 50px 24px;
        min-height: auto;
    }

    .layanan-driver-wrapper {
        gap: 20px;
    }

    .layanan-driver-title {
        font-size: 30px;
        line-height: 38px;
    }

    .layanan-driver-desc {
        font-size: 16px;
        line-height: 26px;
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .layanan-driver-section {
        padding: 40px 20px;
    }

    .layanan-driver-wrapper {
        gap: 16px;
    }

    .layanan-driver-eyebrow {
        font-size: 15px;
        line-height: 22px;
    }

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

    .layanan-driver-desc {
        font-size: 15px;
        line-height: 24px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .layanan-driver-section {
        padding: 32px 16px;
    }

    .layanan-driver-wrapper {
        gap: 12px;
    }

    .layanan-driver-eyebrow {
        font-size: 14px;
        line-height: 20px;
    }

    .layanan-driver-title {
        font-size: 20px;
        line-height: 28px;
    }

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

/* ===== Investasi Section ===== */
.investasi-section {
    width: 100%;
    background:
        url("../img/about-us/bg-investasi.png"),
        linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
    background-size:
        cover,
        100% 100%;
    background-position: center, center;
    background-repeat: no-repeat;
    min-height: 340px;
}

.investasi-card {
    width: 100%;
    padding: 60px 56px;
    background: #004ba8;
    border-radius: 48px;
    box-shadow: 0px 8px 25px 0px #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
}

.investasi-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.investasi-eyebrow {
    font-family: "Nunito Sans", "Inter", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 15.6px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

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

.investasi-desc {
    font-family: "Open Sans", "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0 0 24px 0;
}

.investasi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 52px;
    padding: 15px 25px;
    gap: 8px;
    background: #ffffff;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #002d48;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.investasi-btn:hover {
    transform: scale(1.05);
}

.investasi-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.investasi-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    height: 52px;
    padding: 15px 25px;
    gap: 8px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
}

.investasi-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}

/* Responsive for Investasi Section */
@media (max-width: 1024px) {
    .investasi-card {
        padding: 48px 32px;
        border-radius: 36px;
    }

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

    .investasi-desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .investasi-card {
        padding: 40px 24px;
        border-radius: 24px;
        min-height: auto;
    }

    .investasi-eyebrow {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 1.5px;
    }

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

    .investasi-desc {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .investasi-btn {
        width: 100%;
        max-width: 200px;
    }

    .investasi-buttons {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .investasi-btn-secondary {
        width: 100%;
        max-width: 216px;
    }
}

/* ===== Peta Operasi Section ===== */
.peta-operasi-section {
    width: 100%;
    height: 325px;
    background: #004ba8;
    border-top: 2px solid #004ba8;
    border-bottom: 2px solid #004ba8;
    display: flex;
    align-items: center;
}

.peta-operasi-section .container {
    width: 100%;
    max-width: var(--transgo-max-container);
    margin-left: auto;
    margin-right: auto;
}

.peta-operasi-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.peta-image-wrapper {
    flex-shrink: 0;
}

.peta-image {
    width: 600px;
    height: 245px;
    object-fit: contain;
}

.peta-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.peta-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    color: #e2e8f0;
    margin: 0;
}

.peta-highlight {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #ffffff;
}

/* Responsive for Peta Operasi Section */
@media (max-width: 1200px) {
    .peta-operasi-section {
        height: auto;
        padding: 60px 40px;
    }

    .peta-image {
        width: 450px;
        height: 184px;
    }
}

@media (max-width: 1024px) {
    .peta-operasi-section {
        height: auto;
        padding: 50px 24px;
    }

    .peta-operasi-content {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .peta-image-wrapper {
        order: 2;
    }

    .peta-text-wrapper {
        order: 1;
        align-items: center;
    }

    .peta-image {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

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

    .peta-highlight {
        font-size: 20px;
        line-height: 30px;
    }
}

/* ===== Kontak Section ===== */
.kontak-section {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
}

.kontak-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
}

.kontak-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0247b2;
    margin: 0;
}

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

.kontak-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1132px;
    margin: 0 auto;
}

.kontak-card {
    width: 364px;
    height: 151px;
    border-radius: 20px;
    padding: 30px;
    background: #004ba8;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.kontak-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 75, 168, 0.25);
}

.kontak-icon-wrapper {
    width: 55px;
    height: 55px;
    border-radius: 27.5px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kontak-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.kontak-card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kontak-card-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 29.33px;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0;
}

.kontak-card-text {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0;
}

/* Responsive for Kontak Section */
@media (max-width: 1200px) {
    .kontak-section {
        padding: 60px 40px;
    }

    .kontak-cards {
        gap: 16px;
        justify-content: center;
    }

    .kontak-card {
        width: 320px;
        height: auto;
        min-height: 140px;
    }
}

@media (max-width: 1024px) {
    .kontak-section {
        padding: 50px 24px;
    }

    .kontak-header {
        margin-bottom: 32px;
    }

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

    .kontak-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .kontak-card {
        width: 100%;
        max-width: 400px;
        height: auto;
        min-height: 120px;
        padding: 24px;
    }

    .kontak-icon-wrapper {
        width: 48px;
        height: 48px;
        border-radius: 24px;
    }

    .kontak-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .kontak-section {
        padding: 40px 20px;
    }

    .kontak-header {
        margin-bottom: 24px;
        gap: 6px;
    }

    .kontak-eyebrow {
        font-size: 15px;
        line-height: 22px;
    }

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

    .kontak-cards {
        gap: 16px;
        width: 100%;
    }

    .kontak-card {
        width: 100%;
        max-width: 350px;
        height: auto;
        min-height: 110px;
        padding: 20px;
        gap: 16px;
    }

    .kontak-icon-wrapper {
        width: 44px;
        height: 44px;
        border-radius: 22px;
    }

    .kontak-icon {
        width: 18px;
        height: 18px;
    }

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

    .kontak-card-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .kontak-section {
        padding: 32px 16px;
    }

    .kontak-header {
        margin-bottom: 20px;
    }

    .kontak-eyebrow {
        font-size: 14px;
        line-height: 20px;
    }

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

    .kontak-cards {
        gap: 12px;
    }

    .kontak-card {
        padding: 16px;
        gap: 12px;
        min-height: 100px;
    }

    .kontak-icon-wrapper {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }

    .kontak-icon {
        width: 16px;
        height: 16px;
    }

    .kontak-card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .kontak-card-text {
        font-size: 13px;
        line-height: 20px;
    }
}

/* ===== News Card Component ===== */
.news-card {
    width: 100%;
    height: 561.19px;
    border-radius: 32px;
    border: 1px solid rgba(3, 34, 27, 0.1);
    background: #ffffff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.news-card-image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.news-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.news-card-date {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    color: #637381;
    margin: 0;
}

.news-card-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #03221b;
    margin: 0;
    min-height: 84px;
}

.news-card-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #727272;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 52px;
}

.news-card-link {
    width: 173px;
    height: 48px;
    min-width: 64px;
    border-radius: 100px;
    color: #004ba8;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.news-card-link:hover {
    gap: 12px;
}

.news-card-arrow {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Responsive for News Card */
@media (max-width: 767px) {
    .news-card {
        width: 100%;
        max-width: 358.67px;
        height: auto;
    }

    .news-card-image-wrapper {
        width: 100%;
        height: 220px;
    }

    .news-card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .news-card-description {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ===== News Section ===== */
.news-section {
    width: 100%;
    padding: 100px 0 140px;
    background: #ffffff;
}

.news-section .container {
    width: 100%;
    max-width: var(--transgo-max-container);
    margin-left: auto;
    margin-right: auto;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    gap: 24px;
}

.news-header-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0247b2;
    margin: 0;
    margin-bottom: 10px;
}

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

.btn-lihat-semua {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 170px;
    min-width: 64px;
    height: 48px;
    padding: 0 24px;
    background: #004ba8;
    border-radius: 100px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
    flex-shrink: 0;
}

.btn-lihat-semua:hover {
    background: #003d8f;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.news-cards-wrapper {
    width: 100%;
}

/* Responsive for News Section */
@media (max-width: 1024px) {
    .news-section {
        padding: 60px 24px;
    }

    .news-header {
        margin-bottom: 40px;
    }

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

@media (max-width: 767px) {
    .news-section {
        padding: 40px 16px;
    }

    .news-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
        gap: 16px;
    }

    .news-eyebrow {
        font-size: 16px;
        line-height: 24px;
    }

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

    .btn-lihat-semua {
        width: 100%;
        max-width: 170px;
        height: 44px;
    }
}

/* ===== Vehicle Card Component ===== */
.vehicle-card {
    width: 364px;
    height: 331px;
    border-radius: 32px;
    padding: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vehicle-card-image-wrapper {
    width: 348px;
    height: 194px;
    overflow: hidden;
    border-radius: 24px;
}

.vehicle-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vehicle-card-body {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vehicle-card-title {
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.vehicle-card-price-original {
    font-family: "Poppins", "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 10.21px;
    letter-spacing: 0px;
    color: rgba(17, 17, 17, 0.28);
    text-decoration: line-through;
    margin: 0;
}

.vehicle-card-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.vehicle-card-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vehicle-card-price-label {
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #777777;
}

.vehicle-card-price-discounted {
    font-family: "Instrument Sans", "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.vehicle-card-button {
    width: 63px;
    height: 34px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #004ba8;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.vehicle-card-button:hover {
    background: #003d8f;
}

/* Responsive for Vehicle Card */
@media (max-width: 767px) {
    .vehicle-card {
        width: 100%;
        max-width: 364px;
        height: auto;
    }

    .vehicle-card-image-wrapper {
        width: 100%;
        height: 180px;
    }

    .vehicle-card-title {
        font-size: 16px;
    }

    .vehicle-card-price-discounted {
        font-size: 16px;
    }
}

/* ===== Hero Section with Background Image ===== */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-wrapper {
    position: relative;
    z-index: 2;
    padding: 170px 0 60px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text-container {
    width: 100%;
    max-width: 1088px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Eyebrow */
.hero-eyebrow {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0, 63, 102, 0.5);
    padding: 0 11.25px;
    border-radius: 8px;
    display: inline-block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Title */
.hero-title {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}

/* Hero Description */
.hero-desc {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Buttons */
.btn-hero {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.btn-sewa {
    width: 181px;
    height: 52px;
    padding: 15px 25px;
    border-radius: 100px;
    background: #ffffff;
    color: #004ba8;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-sewa:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
    color: #004ba8;
}

.btn-investasi {
    width: 175px;
    height: 52px;
    padding: 15px 25px;
    border-radius: 100px;
    background: transparent;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.btn-investasi:hover {
    background: #ffffff;
    color: #004ba8;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

/* Responsive Hero */
@media (max-width: 1024px) {
    .hero-wrapper {
        padding: 120px 0 60px 0;
        min-height: auto;
    }

    .hero-title {
        font-size: 48px;
        line-height: 58px;
    }

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

    .btn-hero {
        flex-direction: column;
        gap: 12px;
    }

    .btn-sewa,
    .btn-investasi {
        width: auto;
        min-width: 181px;
    }
}

@media (max-width: 768px) {
    .hero-wrapper {
        padding: 100px 0 40px 0;
    }

    .hero-title {
        font-size: 36px;
        line-height: 44px;
    }

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

    .hero-eyebrow {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .hero-wrapper {
        padding: 80px 0 40px 0;
    }

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

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

    .hero-eyebrow {
        font-size: 14px;
        line-height: 20px;
    }

    .btn-sewa,
    .btn-investasi {
        width: 100%;
        max-width: 300px;
    }
}

/* Testimonial Section */
.testimonial-section {
    background-color: #004ba8;
    padding: 80px 0;
}

.testimonial-header {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 12%;
    color: white;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.testimonial-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    margin: 0 0 32px 0;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.rating-stars {
    display: flex;
    gap: 4px;
}

.star-icon {
    width: 24px;
    height: 24px;
}

.rating-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: white;
}

.rating-border {
    width: 100px;
    height: 1px;
    background: var(--Neutral-300, #d2d2d2);
    margin: 0 auto;
}

.testimonial-content {
    position: relative;
}

.testimonial-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
}

.testimonial-nav {
    width: 50px;
    height: 50px;
    padding: 15px 1px 14px 1px;
    border-radius: 25px;
    border: 1px solid #e6ecf0;
    background: #003f8d;
    color: #e6ecf0;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-nav:hover {
    transform: scale(1.05);
}

.testimonial-nav:disabled {
    border: 1px solid #ffffff;
    opacity: 0.5;
    cursor: not-allowed;
}

.testimonial-nav:disabled:hover {
    transform: none;
}

.testimonial-nav-prev {
    position: absolute;
    left: -24px;
}

.testimonial-nav-next {
    position: absolute;
    right: -24px;
}

.testimonial-cards {
    display: flex;
    gap: 24px;
    max-width: 1200px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 20px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.testimonial-cards::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    flex: 0 0 auto;
    min-width: 350px;
    max-width: 350px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
    display: flex;
    flex-direction: column;
}

.testimonial-header-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-header-card > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quote-icon {
    width: 24px;
    height: 24px;
    opacity: 0.6;
}

.testimonial-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin: 0;
}

.testimonial-stars {
    display: flex;
    gap: 2px;
}

.star-icon-small {
    width: 16px;
    height: 16px;
}

.testimonial-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin: 0;
}

.testimonial-footer {
    text-align: center;
    margin-top: 48px;
}

.testimonial-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 16px 32px;
    border-radius: 100px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-btn:hover {
    background: white;
    color: #004ba8;
}

/* Responsive Testimonial */
@media (max-width: 1024px) {
    .testimonial-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0;
    }

    .testimonial-card {
        max-width: 600px;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }

    .testimonial-nav-prev,
    .testimonial-nav-next {
        display: none;
    }

    .testimonial-slider {
        gap: 0;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-header {
        margin-bottom: 40px;
    }

    .testimonial-title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 24px 0;
    }

    .testimonial-eyebrow {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .testimonial-rating {
        margin-bottom: 20px;
        gap: 8px;
    }

    .rating-text {
        font-size: 20px;
    }

    .star-icon {
        width: 20px;
        height: 20px;
    }

    .testimonial-card {
        padding: 24px;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

    .testimonial-header-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
    }

    .testimonial-name {
        font-size: 18px;
    }

    .quote-icon {
        width: 20px;
        height: 20px;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 22px;
    }

    .testimonial-footer {
        margin-top: 40px;
    }

    .testimonial-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-header {
        margin-bottom: 32px;
    }

    .testimonial-eyebrow {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 8%;
    }

    .testimonial-title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 20px 0;
    }

    .testimonial-rating {
        margin-bottom: 16px;
        flex-direction: column;
        gap: 8px;
    }

    .rating-text {
        font-size: 18px;
    }

    .star-icon {
        width: 18px;
        height: 18px;
    }

    .rating-stars {
        gap: 2px;
    }

    .testimonial-card {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
    }

    .testimonial-header-card {
        margin-bottom: 12px;
        gap: 8px;
    }

    .testimonial-name {
        font-size: 16px;
    }

    .quote-icon {
        width: 16px;
        height: 16px;
    }

    .star-icon-small {
        width: 12px;
        height: 12px;
    }

    .testimonial-stars {
        gap: 1px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 20px;
    }

    .testimonial-footer {
        margin-top: 32px;
    }

    .testimonial-btn {
        padding: 12px 24px;
        font-size: 14px;
        border-radius: 50px;
    }
}

/* Unit Bisnis Section */
.unit-bisnis-section {
    padding: 80px 0;
    background: #ffffff;
}

.unit-bisnis-header {
    text-align: center;
    margin-bottom: 60px;
}

.unit-bisnis-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 0 24px 0;
}

.unit-bisnis-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.unit-bisnis-content {
    position: relative;
}

.unit-bisnis-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.unit-bisnis-card {
    width: 358.67px;
    display: flex;
    flex-direction: column;
    border-radius: 56px;
    border: 1px solid #e5eaf2;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    flex: 0 0 auto;
    background: white;
    min-height: 200px;
}

.unit-bisnis-card:hover {
    transform: translateY(-12px);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.12);
    border-color: #004ba8;
}

.unit-bisnis-card-image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.unit-bisnis-card-image img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}

.unit-bisnis-card-content {
    position: relative;
    padding: 20px 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    background: linear-gradient(180deg, #004ba8 0%, #00377b 100%);
    /* Lengkungan smooth seperti di gambar 1 */
    border-radius: 50% 50% 0 0 / 12% 12% 0 0;
    margin-top: 0;
    width: 100%;
}

/* Pseudo-element untuk memperkuat efek lengkungan */
.unit-bisnis-card-content::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -5%;
    width: 110%;
    height: 48px;
    background: linear-gradient(180deg, #004ba8 0%, #004ba8 100%);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 0;
}

.unit-bisnis-card-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: white;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.unit-bisnis-card-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 1280px) {
    .unit-bisnis-card-content {
        height: 100%;
    }
}

/* Responsive Unit Bisnis */
@media (max-width: 1024px) {
    .unit-bisnis-cards {
        gap: 20px;
        padding: 0 24px;
    }

    .unit-bisnis-card {
        width: 300px;
        border-radius: 20px;
    }

    .unit-bisnis-card-image {
        height: 160px;
    }

    .unit-bisnis-card-content {
        padding: 40px 24px 40px;
        min-height: 150px;
        height: 100%;
        border-radius: 50% 50% 0 0 / 10% 10% 0 0;
    }

    .unit-bisnis-card-content::before {
        height: 40px;
    }

    .unit-bisnis-card-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .unit-bisnis-card-desc {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .unit-bisnis-section {
        padding: 60px 0;
    }

    .unit-bisnis-cards {
        flex-wrap: wrap;
        gap: 24px;
    }

    .unit-bisnis-card {
        width: 340px;
        border-radius: 20px;
    }

    .unit-bisnis-card-image {
        height: 150px;
    }

    .unit-bisnis-card-content {
        padding: 36px 24px 40px;
        min-height: 100px;
        border-radius: 50% 50% 0 0 / 10% 10% 0 0;
    }

    .unit-bisnis-card-content::before {
        height: 36px;
    }
}

@media (max-width: 480px) {
    .unit-bisnis-card {
        width: 100%;
        max-width: 320px;
        border-radius: 18px;
    }

    .unit-bisnis-card-content {
        padding: 32px 20px 36px;
        height: 100%;
        min-height: 50px;
        border-radius: 50% 50% 0 0 / 8% 8% 0 0;
    }

    .unit-bisnis-card-content::before {
        height: 32px;
    }

    .unit-bisnis-card-title {
        font-size: 16px;
    }
}

/* Fasilitas Section */
.fasilitas-section {
    background-image: url('{{ asset("img/landing-page/bg_fasilitas_section.png") }}');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.fasilitas-section .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fasilitas-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.fasilitas-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 12%;
    color: white;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.fasilitas-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    margin: 0;
}

.fasilitas-content {
    position: relative;
    z-index: 2;
}

.fasilitas-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.fasilitas-card {
    width: 261px;
    height: 222px;
    border-radius: 20px;
    background: #f8fafc;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fasilitas-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.fasilitas-icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 166.67px;
    background: rgba(0, 0, 0, 0.05);
    padding: 13.33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16.67px;
    transition: all 0.3s ease;
}

.fasilitas-card:hover .fasilitas-icon-wrapper {
    background: rgba(0, 75, 168, 0.1);
}

.fasilitas-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.fasilitas-card-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fasilitas-card-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
    color: #232323;
    margin: 0;
    vertical-align: middle;
}

/* Responsive Fasilitas */
@media (max-width: 1024px) {
    .fasilitas-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 600px;
    }

    .fasilitas-card {
        width: 100%;
        height: 200px;
        padding: 16px;
    }

    .fasilitas-icon-wrapper {
        width: 80px;
        height: 80px;
        padding: 10px;
        margin-bottom: 12px;
    }

    .fasilitas-card-title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .fasilitas-section {
        padding: 60px 0;
    }

    .fasilitas-header {
        margin-bottom: 40px;
    }

    .fasilitas-eyebrow {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }

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

    .fasilitas-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-width: 500px;
    }

    .fasilitas-card {
        height: 180px;
        padding: 12px;
    }

    .fasilitas-icon-wrapper {
        width: 70px;
        height: 70px;
        padding: 8px;
        margin-bottom: 10px;
    }

    .fasilitas-card-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .fasilitas-section {
        padding: 40px 0;
    }

    .fasilitas-header {
        margin-bottom: 32px;
    }

    .fasilitas-eyebrow {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 8%;
        margin-bottom: 10px;
    }

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

    .fasilitas-cards {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 300px;
    }

    .fasilitas-card {
        height: 160px;
        padding: 16px;
    }

    .fasilitas-icon-wrapper {
        width: 60px;
        height: 60px;
        padding: 6px;
        margin-bottom: 8px;
    }

    .fasilitas-card-title {
        font-size: 15px;
        line-height: 22px;
    }
}

/* ===== Unit Preview Section (Landing Page) ===== */
.unit-preview-section {
    min-height: 800px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Header Row Layout */
.unit-preview-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.unit-preview-title-left {
    flex: 1;
}

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

.unit-preview-subtitle-right {
    flex: 1;
    text-align: right;
}

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

/* Divider */
.unit-preview-divider {
    width: 100%;
    height: 1px;
    background: #e4e7ec;
    margin-bottom: 32px;
}

.unit-preview-header {
    text-align: center;
    margin-bottom: 48px;
}

.unit-preview-eyebrow {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0247b2;
    display: block;
    margin-bottom: 12px;
}

.unit-preview-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1c252e;
    margin: 0 0 16px 0;
}

.unit-preview-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #637381;
    margin: 0;
}

/* Tabs */
.unit-preview-tabs {
    display: flex;
    margin: 0 auto 40px;
    background: #ffffff;
    border-radius: 50px;
    padding: 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e4e7ec;
}

.unit-preview-tab-btn {
    flex: 1;
    padding: 12px 24px;
    border: none;
    background: transparent;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #667085;
    cursor: pointer;
    transition: all 0.3s ease;
}

.unit-preview-tab-btn:hover:not(.active) {
    background: #f0f4fa;
    color: #0247b2;
}

.unit-preview-tab-btn.active {
    background: #0247b2;
    color: #ffffff;
    box-shadow: 0px 2px 8px rgba(2, 71, 178, 0.3);
}

.unit-preview-cards {
    display: none;
}

.unit-preview-cards.active {
    display: block;
}

.unit-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

/* Card */
.unit-preview-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e4e7ec;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.unit-preview-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
}

.unit-preview-card-image-wrapper {
    width: 100%;
    height: 180px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.unit-preview-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.unit-preview-card-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
}

.unit-preview-card-body {
    padding: 20px 24px 24px;
}

.unit-preview-card-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1c252e;
    margin: 0 0 16px 0;
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.unit-preview-card-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.unit-preview-card-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.unit-preview-card-price-label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}

.unit-preview-card-price {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #0247b2;
    margin: 0;
}

.unit-preview-card-price-period {
    font-weight: 400;
    font-size: 14px;
    color: #667085;
}

.unit-preview-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 12px;
    background: #0247b2;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.unit-preview-card-button:hover {
    background: #003d8f;
    color: #ffffff;
}

/* CTA Section */
.unit-preview-cta {
    text-align: center;
    margin-top: 48px;
}

.unit-preview-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 100px;
    background: #ffffff;
    border: 2px solid #0247b2;
    color: #0247b2;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.unit-preview-btn:hover {
    background: #0247b2;
    color: #ffffff;
}

.unit-preview-btn svg {
    width: 20px;
    height: 20px;
}

/* Loading & Error States */
.unit-preview-loading,
.unit-preview-error,
.unit-preview-empty {
    text-align: center;
    padding: 40px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #667085;
}

.unit-preview-error {
    color: #dc2626;
}

/* Responsive */
@media (max-width: 1024px) {
    .unit-preview-main-title {
        font-size: 30px;
        line-height: 38px;
    }

    .unit-preview-subtitle-text {
        font-size: 16px;
        line-height: 24px;
    }

    .unit-preview-grid {
        gap: 20px;
    }

    .unit-preview-card-image-wrapper {
        height: 160px;
    }

    .unit-preview-card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .unit-preview-card-price {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .unit-preview-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px;
    }

    .unit-preview-subtitle-right {
        text-align: left;
    }

    .unit-preview-main-title {
        font-size: 26px;
        line-height: 34px;
    }

    .unit-preview-subtitle-text {
        font-size: 15px;
        line-height: 22px;
    }

    .unit-preview-tabs {
        margin-left: auto;
        margin-right: auto;
    }

    .unit-preview-tab-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .unit-preview-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .unit-preview-card-image-wrapper {
        height: 140px;
    }

    .unit-preview-card-body {
        padding: 16px 16px 20px;
    }

    .unit-preview-card-title {
        font-size: 15px;
        line-height: 22px;
        min-height: 44px;
    }

    .unit-preview-card-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .unit-preview-card-button {
        width: 100%;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .unit-preview-main-title {
        font-size: 24px;
        line-height: 32px;
    }

    .unit-preview-subtitle-text {
        font-size: 14px;
        line-height: 20px;
    }

    .unit-preview-tabs {
        width: 100%;
    }

    .unit-preview-tab-btn {
        flex: 1;
        padding: 10px 24px;
        font-size: 14px;
    }

    .unit-preview-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .unit-preview-card-image-wrapper {
        height: 180px;
    }

    .unit-preview-card-title {
        font-size: 16px;
        min-height: auto;
    }

    .unit-preview-card-price {
        font-size: 18px;
    }
}
