.mhd-landing {
    --navy: #183650;
    --navy-dark: #14253c;
    --green: #2cdd2f;
    --gray: #808080;
    --light-gray: #f7f7f7;
    --border: #e6e6e6;
    --white: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: var(--gray);
    font-size: 16px;
    line-height: 1.7;
    background-color: var(--white);
}
.mhd-landing *, .mhd-landing *::before, .mhd-landing *::after { box-sizing: border-box; }
.mhd-landing h1, .mhd-landing h2, .mhd-landing h3, .mhd-landing h4 { font-family: 'Titillium Web', sans-serif; color: var(--navy); margin: 0 0 20px; font-weight: 600; line-height: 1.2; }
.mhd-landing h2 { font-size: 32px; position: relative; display: inline-block; }
.mhd-landing h2::after { content: ''; display: block; width: 50px; height: 3px; background: var(--green); margin-top: 15px; border-radius: 2px; }
.mhd-landing .text-center { text-align: center; }
.mhd-landing .text-center h2::after { margin-left: auto; margin-right: auto; }
.mhd-landing p { margin: 0 0 15px; }
.mhd-landing .container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.mhd-landing .section-pad { padding: 80px 0; }
.mhd-landing .section-pad.tight { padding: 60px 0; }

.mhd-landing .reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }
.mhd-landing .reveal.active { opacity: 1; transform: translateY(0); }

.mhd-landing .topbar {
    background: var(--navy-dark);
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 0.2px;
}
.mhd-landing .topbar strong { color: var(--green); }

.mhd-landing .hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: var(--white);
    background: linear-gradient(115deg, rgba(15, 42, 67, 0.94) 35%, rgba(15, 42, 67, 0.55)), url('https://mhdexpress.co.id/wp-content/uploads/2024/04/towing-service.webp') no-repeat center center/cover;
    background-attachment: fixed;
}
.mhd-landing .hero-content { z-index: 2; padding: 0 20px; max-width: 720px; }
.mhd-landing .hero-eyebrow-row { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.mhd-landing .hero-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(44,221,47,0.2); flex-shrink: 0; }
.mhd-landing .hero-eyebrow-row span { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.85); }
.mhd-landing .hero h1 { font-size: 3.4rem; margin-bottom: 20px; color: var(--white); letter-spacing: -1px; max-width: 620px; }
.mhd-landing .hero h1::after { display: none; }
.mhd-landing .hero p { font-size: 1.15rem; margin-bottom: 36px; opacity: 0.92; font-weight: 300; max-width: 520px; }
.mhd-landing .hero-cta-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.mhd-landing .hero-stats { display: flex; gap: 36px; margin-top: 56px; flex-wrap: wrap; }
.mhd-landing .hero-stat h3 { color: var(--white); font-size: 30px; margin-bottom: 2px; }
.mhd-landing .hero-stat span { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 600; }

.mhd-landing .wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--green);
    color: var(--navy);
    padding: 18px 45px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(44, 221, 47, 0.4);
    transition: all 0.3s ease;
    font-family: 'Titillium Web', sans-serif;
}
.mhd-landing .wa-btn:hover { background: var(--white); color: var(--navy); transform: translateY(-3px); }
.mhd-landing .wa-btn svg { width: 22px; height: 22px; fill: currentColor; }
.mhd-landing .wa-btn.ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.5); box-shadow: none; padding: 17px 32px; }
.mhd-landing .wa-btn.ghost:hover { background: rgba(255,255,255,0.1); color: var(--white); border-color: var(--white); }

.mhd-landing .sticky-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--navy-dark);
    color: var(--white);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    z-index: 999;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.2);
    transform: translateY(100%);
    transition: transform 0.4s ease;
}
.mhd-landing .sticky-cta.show { transform: translateY(0); }
.mhd-landing .sticky-cta p { margin: 0; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.9); }
.mhd-landing .sticky-cta .wa-btn { padding: 12px 26px; font-size: 14px; white-space: nowrap; }

.mhd-landing .route-section { background: var(--light-gray); padding: 60px 0; }
.mhd-landing .route-card {
    background: var(--white);
    border: 1px solid var(--border);
    padding: 50px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 5px solid var(--green);
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 30px;
}
.mhd-landing .route-points { display: flex; align-items: center; gap: 20px; flex: 1; min-width: 300px; }
.mhd-landing .point h3 { font-size: 28px; margin: 0; color: var(--navy); }
.mhd-landing .point span { color: var(--gray); font-size: 14px; font-weight: 600; }
.mhd-landing .arrow-icon { color: var(--green); }
.mhd-landing .arrow-icon svg { width: 40px; height: 40px; stroke: var(--green); }
.mhd-landing .price-details { text-align: right; flex: 1; min-width: 300px; }
.mhd-landing .price-label { color: var(--gray); font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.mhd-landing .price-tag { font-size: 42px; color: var(--navy); font-weight: 700; font-family: 'Titillium Web', sans-serif; margin: 0; line-height: 1; }
.mhd-landing .meta-info { display: flex; justify-content: flex-end; gap: 20px; margin-top: 15px; color: var(--gray); font-size: 14px; font-weight: 600; }
.mhd-landing .meta-info span { display: flex; align-items: center; gap: 5px; }

.mhd-landing .process-wrap { position: relative; margin-top: 60px; }
.mhd-landing .process-line { position: absolute; top: 34px; left: 60px; right: 60px; height: 2px; background: var(--border); z-index: 0; }
.mhd-landing .process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; position: relative; z-index: 1; }
.mhd-landing .process-step { text-align: left; }
.mhd-landing .process-num {
    width: 68px; height: 68px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--navy);
    color: var(--navy);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 26px; font-weight: 700;
    margin-bottom: 20px;
}
.mhd-landing .process-step:nth-child(4) .process-num { background: var(--navy); color: var(--white); border-color: var(--navy); }
.mhd-landing .process-step h4 { font-size: 17px; margin-bottom: 8px; }
.mhd-landing .process-step p { font-size: 14px; margin: 0; }

.mhd-landing .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; }
.mhd-landing .card {
    background: var(--white);
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border);
}
.mhd-landing .card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.mhd-landing .icon-box {
    width: 55px; height: 55px;
    background: var(--navy);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.mhd-landing .icon-box svg { width: 28px; height: 28px; stroke: var(--green); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mhd-landing .card h4 { font-size: 18px; margin-bottom: 10px; color: var(--navy); }
.mhd-landing .card p { font-size: 14px; margin: 0; }

.mhd-landing .intro-block { max-width: 760px; }
.mhd-landing .intro-block p { font-size: 15.5px; color: var(--gray); }
.mhd-landing .intro-block strong { color: var(--navy); }

.mhd-landing .vehicle-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }
.mhd-landing .vehicle-card { background: var(--light-gray); border-radius: 8px; padding: 26px; text-align: center; }
.mhd-landing .vehicle-card h4 { font-size: 16px; margin-bottom: 6px; }
.mhd-landing .vehicle-card span { font-size: 13px; color: var(--gray); font-weight: 600; }

.mhd-landing .area-section { background: var(--light-gray); }
.mhd-landing .area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.mhd-landing .area-col { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 32px; }
.mhd-landing .area-col h4 { font-size: 15px; text-transform: none; color: var(--navy); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.mhd-landing .area-col ul { margin: 0; padding: 0; list-style: none; }
.mhd-landing .area-col li { padding: 6px 0; font-size: 14.5px; color: var(--gray); display: flex; align-items: center; gap: 10px; }
.mhd-landing .area-col li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }

.mhd-landing .compare-table-wrap { overflow-x: auto; margin-top: 40px; }
.mhd-landing table.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.mhd-landing table.compare-table th, .mhd-landing table.compare-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.mhd-landing table.compare-table thead th { font-family: 'Titillium Web', sans-serif; color: var(--navy); font-weight: 700; font-size: 14px; background: var(--light-gray); }
.mhd-landing table.compare-table td:first-child, .mhd-landing table.compare-table th:first-child { color: var(--navy); font-weight: 600; }
.mhd-landing table.compare-table tbody tr.highlight td { background: rgba(44,221,47,0.06); }
.mhd-landing .compare-note { margin-top: 18px; font-size: 14px; color: var(--gray); }
.mhd-landing .compare-note strong { color: var(--navy); }

.mhd-landing .testi-section { background: var(--white); }
.mhd-landing .testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 50px; }
.mhd-landing .testi-card { background: var(--light-gray); padding: 32px; border-radius: 8px; position: relative; }
.mhd-landing .testi-stars { color: var(--green); font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
.mhd-landing .testi-quote { color: var(--navy); font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
.mhd-landing .testi-person { display: flex; align-items: center; gap: 12px; }
.mhd-landing .testi-avatar {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700; font-size: 15px;
}
.mhd-landing .testi-name { color: var(--navy); font-weight: 700; font-size: 14px; margin: 0; }
.mhd-landing .testi-loc { font-size: 13px; color: var(--gray); margin: 0; }

.mhd-landing .objection-section { background: var(--navy); color: var(--white); }
.mhd-landing .objection-section h2 { color: var(--white); }
.mhd-landing .objection-section h2::after { background: var(--green); }
.mhd-landing .objection-section > .container > p.text-center-sub { color: rgba(255,255,255,0.6); }
.mhd-landing .obj-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 36px; margin-top: 50px; }
.mhd-landing .obj-item { display: flex; flex-direction: column; gap: 10px; }
.mhd-landing .obj-row { display: flex; align-items: flex-end; gap: 10px; }
.mhd-landing .obj-row.q { flex-direction: row-reverse; }
.mhd-landing .obj-avatar { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mhd-landing .obj-avatar svg { width: 15px; height: 15px; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.mhd-landing .obj-avatar.q { background: rgba(255,255,255,0.15); }
.mhd-landing .obj-avatar.q svg { stroke: var(--white); }
.mhd-landing .obj-avatar.a { background: var(--green); }
.mhd-landing .obj-avatar.a svg { stroke: var(--navy); }
.mhd-landing .obj-bubble { padding: 12px 16px; border-radius: 14px; font-size: 14px; line-height: 1.55; margin: 0; }
.mhd-landing .obj-bubble.q { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.9); border-bottom-right-radius: 4px; font-weight: 600; }
.mhd-landing .obj-bubble.a { background: rgba(44,221,47,0.14); color: rgba(255,255,255,0.85); border-bottom-left-radius: 4px; }

.mhd-landing .faq-header { max-width: 620px; margin: 0 auto 44px; text-align: center; }
.mhd-landing .faq-header p { font-size: 15.5px; }
.mhd-landing .faq-header a { color: var(--green); font-weight: 700; text-decoration: underline; }
.mhd-landing .faq-list { max-width: 760px; margin: 0 auto; }
.mhd-landing .faq-item { border-bottom: 1px solid var(--border); }
.mhd-landing .faq-item:first-child { border-top: 1px solid var(--border); }
.mhd-landing .faq-item summary {
    padding: 24px 0; cursor: pointer; list-style: none;
    display: flex; align-items: center; gap: 16px;
}
.mhd-landing .faq-item summary::-webkit-details-marker { display: none; }
.mhd-landing .faq-icon {
    width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
    background: var(--light-gray); border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
}
.mhd-landing .faq-icon svg { width: 20px; height: 20px; stroke: var(--navy); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mhd-landing .faq-question { flex: 1; font-family: 'Titillium Web', sans-serif; font-weight: 700; color: var(--navy); font-size: 16.5px; }
.mhd-landing .faq-chevron { flex-shrink: 0; width: 18px; height: 18px; stroke: var(--gray); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s ease, stroke 0.25s ease; }
.mhd-landing .faq-item[open] .faq-chevron { transform: rotate(180deg); stroke: var(--green); }
.mhd-landing .faq-item[open] .faq-icon { border-color: var(--green); }
.mhd-landing .faq-content { padding: 0 0 26px 58px; color: var(--gray); font-size: 14.5px; line-height: 1.7; }
.mhd-landing .faq-content a { color: var(--green); font-weight: 700; text-decoration: underline; }

.mhd-landing .cta-bottom {
    position: relative;
    padding: 100px 0 90px;
    background: radial-gradient(ellipse 60% 55% at 50% 0%, rgba(44,221,47,0.14), transparent 72%), var(--navy);
    text-align: center;
}
.mhd-landing .cta-bottom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 560px;
}
.mhd-landing .cta-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
    font-size: 13px; font-weight: 600;
    padding: 8px 18px; border-radius: 30px;
    margin-bottom: 28px;
}
.mhd-landing .cta-eyebrow .cta-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.mhd-landing .cta-bottom h2 { color: var(--white); font-size: 2.6rem; margin-bottom: 20px; }
.mhd-landing .cta-bottom h2::after { background: var(--green); margin-left: auto; margin-right: auto; }
.mhd-landing .cta-bottom > .container > p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 40px; }
.mhd-landing .cta-bottom .wa-btn {
    padding: 20px 52px;
    font-size: 1.15rem;
    border-radius: 50px;
    box-shadow: 0 14px 34px rgba(44,221,47,0.4);
    margin-bottom: 34px;
    animation: mhdGlowPulse 2.6s ease-in-out infinite;
}
.mhd-landing .cta-bottom .wa-btn svg { width: 24px; height: 24px; }
.mhd-landing .cta-trust-row {
    display: flex; align-items: center; justify-content: center; gap: 28px;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.65);
    font-size: 13.5px; font-weight: 600;
}
.mhd-landing .cta-trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.mhd-landing .cta-trust-row svg { width: 16px; height: 16px; stroke: var(--green); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

@keyframes mhdGlowPulse {
    0%, 100% { box-shadow: 0 14px 34px rgba(44,221,47,0.4); }
    50% { box-shadow: 0 14px 46px rgba(44,221,47,0.7); }
}

.mhd-landing .journey-section { padding: 90px 0 100px; background: var(--white); }
.mhd-landing .journey-caption { max-width: 520px; margin: 0 auto 10px; }
.mhd-landing .journey-visual { max-width: 900px; margin: 50px auto 0; overflow-x: auto; }
.mhd-landing .journey-svg { width: 100%; height: auto; display: block; min-width: 640px; }
.mhd-landing .mhd-route-base { stroke: var(--border); }
.mhd-landing .mhd-route-flow { stroke: var(--green); stroke-dasharray: 3 15; animation: mhdDashFlow 1.8s linear infinite; }
@keyframes mhdDashFlow { to { stroke-dashoffset: -36; } }
.mhd-landing .mhd-route-mover circle { fill: var(--white); stroke: var(--green); stroke-width: 3; }
.mhd-landing .mhd-route-label { font-family: 'Titillium Web', sans-serif; font-size: 15px; font-weight: 700; fill: var(--navy); }
.mhd-landing .mhd-route-sub { font-family: 'Open Sans', sans-serif; font-size: 11.5px; font-weight: 600; fill: var(--gray); text-transform: none; }
@media (prefers-reduced-motion: reduce) {
    .mhd-landing .mhd-route-flow, .mhd-landing .mhd-route-mover animateMotion, .mhd-landing .cta-bottom .wa-btn { animation: none; }
}

@media (max-width: 768px) {
    .mhd-landing .hero { text-align: center; background-attachment: scroll; }
    .mhd-landing .hero-content { max-width: 100%; }
    .mhd-landing .hero h1 { font-size: 2.2rem; max-width: 100%; }
    .mhd-landing .hero p { max-width: 100%; margin-left: auto; margin-right: auto; }
    .mhd-landing .hero-eyebrow-row, .mhd-landing .hero-cta-row { justify-content: center; }
    .mhd-landing .hero-stats { justify-content: center; }
    .mhd-landing h2 { font-size: 26px; }
    .mhd-landing .route-card { flex-direction: column; text-align: center; }
    .mhd-landing .route-points { flex-direction: column; gap: 10px; }
    .mhd-landing .price-details { text-align: center; }
    .mhd-landing .meta-info { justify-content: center; }
    .mhd-landing .process-line { display: none; }
    .mhd-landing .sticky-cta { flex-direction: column; text-align: center; }
    .mhd-landing .area-grid { grid-template-columns: 1fr; }
    .mhd-landing .cta-bottom h2 { font-size: 2rem; }
    .mhd-landing .cta-trust-row { gap: 16px; }
    .mhd-landing .card { padding: 28px; }
    .mhd-landing .faq-icon { width: 36px; height: 36px; }
    .mhd-landing .faq-icon svg { width: 17px; height: 17px; }
    .mhd-landing .faq-question { font-size: 15px; }
    .mhd-landing .faq-content { padding-left: 0; margin-top: 6px; }
    .mhd-landing .obj-bubble { max-width: 78vw; }
    .mhd-landing .journey-caption { padding: 0 4px; }
}
/* Fix: judul halaman panjang (2 baris) numpuk ke menu navigasi di header tema */
#header .page_title h1 {
    padding: 40px 0;
    line-height: 1.3;
}
@media (max-width: 768px) {
    #header .page_title h1 {
        font-size: 26px;
        padding: 30px 0;
        line-height: 1.3;
    }
}

body:has(.mhd-landing) .page_title,
body:has(.mhd-landing) .breadcrumbs {
    display: none !important;
}

body:has(.mhd-landing) article > .container,
body:has(.mhd-landing) article > .container > .wpb_text_column {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.mhd-landing h1::before, .mhd-landing h1::after,
.mhd-landing h2::before,
.mhd-landing h3::before, .mhd-landing h3::after,
.mhd-landing h4::before, .mhd-landing h4::after {
    display: none !important;
    content: none !important;
}

.mhd-landing h2::after {
    content: '' !important;
    display: block !important;
    width: 50px !important;
    height: 3px !important;
    background: var(--green) !important;
    margin-top: 15px !important;
    border-radius: 2px !important;
}
.mhd-landing .text-center h2::after {
    margin-left: auto !important;
    margin-right: auto !important;
}