:root {
    --km-orange: #f36c0a;
    --km-orange-deep: #c84d00;
    --km-ink: #17191c;
    --km-charcoal: #202326;
    --km-slate: #626871;
    --km-cream: #f7f3ed;
    --km-soft: #fbfaf8;
    --km-line: #e6dfd5;
    --km-green: #147a49;
    --km-whatsapp: #25d366;
    --km-whatsapp-dark: #075e54;
    --km-radius-sm: 14px;
    --km-radius: 24px;
    --km-radius-lg: 34px;
    --km-shadow: 0 24px 70px rgba(23, 25, 28, .1);
    --km-content-gutter: clamp(22px, 3vw, 44px);
    --km-hero-max: 1480px;
    --km-hero-gutter: clamp(24px, 4vw, 72px);
}

/* Persistent WhatsApp action */
.km-action-dock {
    position: fixed;
    z-index: 9991;
    right: 20px;
    bottom: 20px;
    display: block;
    width: auto;
    overflow: hidden;
    border: 1px solid rgba(7, 94, 84, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 45px rgba(12, 16, 22, .18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.km-action-dock__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    min-height: 68px;
    padding: 10px 16px 10px 12px;
    color: var(--km-ink) !important;
    font: 700 13px/1.15 "Avenir Next", "Segoe UI", sans-serif;
    text-decoration: none !important;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.km-action-dock__item:hover {
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(37, 211, 102, .24);
    transform: translateY(-2px);
}

.km-action-dock__mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--km-whatsapp);
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 211, 102, .26);
}

.km-action-dock__mark svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.km-action-dock__copy {
    display: block;
    white-space: nowrap;
}

.km-action-dock__copy small {
    display: block;
    margin-bottom: 4px;
    color: var(--km-whatsapp-dark);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.km-action-dock__whatsapp {
    min-width: 280px;
    color: var(--km-whatsapp-dark) !important;
}

.km-action-dock__copy strong {
    display: block;
    color: var(--km-whatsapp-dark);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.15;
}

.km-action-dock__item:focus-visible {
    outline: 3px solid rgba(37, 211, 102, .42);
    outline-offset: 3px;
}

/* Long-Distance page foundations */
body.page-id-6183 .main-content > .row {
    color: var(--km-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif;
}

body.page-id-6183 .main-content > .row *,
body.page-id-6183 .main-content > .row *::before,
body.page-id-6183 .main-content > .row *::after {
    box-sizing: border-box;
}

body.page-id-6183 .main-content > .row p,
body.page-id-6183 .main-content > .row li {
    font-size: 17px;
    line-height: 1.72;
}

body.page-id-6183 .main-content > .row :is(h1, h2, h3) {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif !important;
}

body.page-id-6183 .main-content > .row > .wpb_row {
    overflow: hidden;
}

/* One content boundary across every designed section. */
body.page-id-6183 :is(
    .km-ld-hero,
    .km-ld-services,
    .km-ld-process,
    .km-ld-routes,
    .km-ld-move-types,
    .km-ld-pricing,
    .km-ld-benefits,
    .km-ld-faq,
    .km-ld-final-cta
) > .row_col_wrap_12,
body.page-id-6183 .main-content > .row > .wpb_row:first-child
    > .row_col_wrap_12 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: var(--km-content-gutter) !important;
    padding-left: var(--km-content-gutter) !important;
}

body.page-id-6183 :is(
    .km-ld-services,
    .km-ld-process,
    .km-ld-routes,
    .km-ld-move-types,
    .km-ld-pricing,
    .km-ld-benefits,
    .km-ld-faq,
    .km-ld-final-cta
) {
    height: auto !important;
    min-height: 0 !important;
    padding-top: clamp(76px, 7vw, 108px) !important;
    padding-bottom: clamp(76px, 7vw, 108px) !important;
}

body.page-id-6183 :is(
    .km-ld-services,
    .km-ld-process,
    .km-ld-routes,
    .km-ld-move-types,
    .km-ld-pricing,
    .km-ld-benefits,
    .km-ld-faq,
    .km-ld-final-cta
) h2 {
    max-width: 840px;
    margin: 10px 0 24px !important;
    color: var(--km-ink) !important;
    font-size: clamp(42px, 4vw, 60px) !important;
    font-weight: 720 !important;
    line-height: 1.03 !important;
    letter-spacing: -.045em;
    text-align: left !important;
    text-wrap: balance;
}

body.page-id-6183 :is(
    .km-ld-services,
    .km-ld-process,
    .km-ld-routes,
    .km-ld-move-types,
    .km-ld-pricing,
    .km-ld-benefits,
    .km-ld-faq
) > .row_col_wrap_12 > .wpb_column:first-child
    .wpb_text_column > .wpb_wrapper > p:first-child {
    margin: 0 0 12px !important;
    color: var(--km-orange) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.4;
    text-align: left !important;
    text-transform: uppercase;
}

body.page-id-6183 :is(
    .km-ld-services,
    .km-ld-process,
    .km-ld-routes,
    .km-ld-move-types,
    .km-ld-pricing,
    .km-ld-benefits,
    .km-ld-faq
) .wpb_text_column {
    text-align: left !important;
}

body.page-id-6183 :is(
    .km-ld-services,
    .km-ld-process,
    .km-ld-routes,
    .km-ld-move-types,
    .km-ld-pricing,
    .km-ld-benefits,
    .km-ld-faq
) > .row_col_wrap_12 > .wpb_column:first-child .wpb_text_column {
    margin-bottom: 0 !important;
    text-align: left !important;
}

body.page-id-6183 :is(
    .km-ld-services,
    .km-ld-process,
    .km-ld-routes,
    .km-ld-move-types,
    .km-ld-pricing,
    .km-ld-benefits,
    .km-ld-faq
) > .row_col_wrap_12 > .wpb_column:first-child p {
    text-align: left !important;
}

/* Editorial split hero */
body.page-id-6183 .km-ld-hero,
body.page-id-6183 .main-content > .row > .wpb_row:first-child {
    position: relative;
    isolation: isolate;
    width: auto !important;
    max-width: none !important;
    min-height: 0;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding-top: clamp(56px, 5vw, 88px) !important;
    padding-bottom: clamp(56px, 5vw, 88px) !important;
    background: var(--km-cream) !important;
}

body.page-id-6183 .km-ld-hero > .row-bg-wrap,
body.page-id-6183 .main-content > .row > .wpb_row:first-child > .row-bg-wrap {
    display: none !important;
}

body.page-id-6183 .km-ld-hero::after,
body.page-id-6183 .main-content > .row > .wpb_row:first-child::after {
    display: none !important;
}

body.page-id-6183 .km-ld-hero::before,
body.page-id-6183 .main-content > .row > .wpb_row:first-child::before {
    display: none !important;
}

body.page-id-6183 .km-ld-hero > .row_col_wrap_12,
body.page-id-6183 .main-content > .row > .wpb_row:first-child > .row_col_wrap_12 {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: stretch;
    width: min(
        calc(100% - var(--km-hero-gutter) - var(--km-hero-gutter)),
        var(--km-hero-max)
    ) !important;
    max-width: var(--km-hero-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.page-id-6183 .km-ld-hero .vc_col-sm-8,
body.page-id-6183 .main-content > .row > .wpb_row:first-child .vc_col-sm-8 {
    align-self: center;
    flex: 0 0 48%;
    width: 48% !important;
    margin-left: 0 !important;
    padding-right: clamp(40px, 5vw, 88px) !important;
    padding-left: 0 !important;
}

body.page-id-6183 .km-ld-hero .vc_col-sm-4,
body.page-id-6183 .main-content > .row > .wpb_row:first-child .vc_col-sm-4 {
    position: relative;
    flex: 0 0 52%;
    width: 52% !important;
    min-height: clamp(580px, 70vh, 720px);
    margin-left: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: clamp(26px, 2.2vw, 34px);
    background:
        linear-gradient(180deg, rgba(18, 20, 22, .05), rgba(18, 20, 22, .25)),
        url("/wp-content/uploads/2026/07/kejamove-team-truck-faces-altered.webp")
        center 44% / cover no-repeat;
    box-shadow: var(--km-shadow);
}

body.page-id-6183 .km-ld-hero .vc_col-sm-4::before,
body.page-id-6183
    .main-content > .row > .wpb_row:first-child
    .vc_col-sm-4::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 14%;
    left: clamp(18px, 2.2vw, 32px);
    width: 6px;
    height: 72%;
    border-radius: 999px;
    background: var(--km-orange);
}

body.page-id-6183 .km-ld-hero .wpb_text_column {
    max-width: 620px;
}

body.page-id-6183 .km-ld-hero p:first-child {
    margin: 0 0 18px !important;
    color: var(--km-orange) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.page-id-6183 .km-ld-hero h1 {
    max-width: 690px;
    margin: 0 0 24px !important;
    color: var(--km-ink) !important;
    font-size: clamp(54px, 5vw, 74px) !important;
    font-weight: 760 !important;
    line-height: .98 !important;
    letter-spacing: -.055em;
}

body.page-id-6183 .km-ld-hero h1 span {
    display: block;
}

body.page-id-6183 .km-ld-hero h1 .km-hero-heading-accent {
    color: var(--km-orange);
}

body.page-id-6183 .km-ld-hero h1 + p {
    max-width: 600px;
    margin: 0 0 20px !important;
    color: var(--km-slate) !important;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.65;
}

body.page-id-6183 .km-ld-hero h1 + p + p {
    margin: 8px 0 32px !important;
    color: var(--km-ink) !important;
    font-size: 14px;
    line-height: 1.5;
}

body.page-id-6183 .km-ld-hero .nectar-button {
    min-height: 52px;
    margin: 0 12px 0 0 !important;
    padding: 15px 23px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 750 !important;
}

body.page-id-6183 .km-ld-hero .nectar-button[href*="#lfb_form"] {
    border-color: var(--km-orange) !important;
    background: var(--km-orange) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(243, 108, 10, .22);
}

body.page-id-6183 .km-ld-hero .nectar-button[href*="wa.me"] {
    border: 1px solid var(--km-ink) !important;
    background: transparent !important;
    color: var(--km-ink) !important;
}

body.page-id-6183 .main-content .nectar-button[href*="#lfb_form"] {
    border-color: var(--km-orange) !important;
    background: var(--km-orange) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(243, 108, 10, .2);
}

body.page-id-6183 .main-content .nectar-button[href*="#lfb_form"]:hover {
    border-color: var(--km-orange-deep) !important;
    background: var(--km-orange-deep) !important;
}

/* Compact proof strip */
body.page-id-6183 .km-ld-proof {
    padding: 0 !important;
    border-bottom: 1px solid var(--km-line);
    background: #fff !important;
}

body.page-id-6183 .km-ld-proof > .row-bg-wrap .row-bg {
    background: #fff !important;
}

body.page-id-6183 .km-ld-proof > .row_col_wrap_12 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-6183 .km-ld-proof > .row_col_wrap_12 > .wpb_column {
    width: auto !important;
    margin: 0 !important;
    padding: 28px 34px !important;
}

body.page-id-6183 .km-ld-proof > .row_col_wrap_12 > .wpb_column:not(:first-child) {
    border-left: 1px solid var(--km-line);
}

body.page-id-6183 .km-ld-proof p {
    margin: 0;
    color: var(--km-slate);
    font-size: 13px;
    line-height: 1.45;
}

body.page-id-6183 .km-ld-proof strong {
    display: block;
    margin-bottom: 3px;
    color: var(--km-ink);
    font-size: 19px;
}

/* Services */
body.page-id-6183 .km-ld-services,
body.page-id-6183 .km-ld-services > .row-bg-wrap .row-bg {
    background: #fff !important;
}

body.page-id-6183 .km-ld-services > .row_col_wrap_12 {
    display: grid !important;
    grid-template-columns: 3fr 2fr;
    gap: clamp(42px, 7vw, 100px);
    align-items: start;
}

body.page-id-6183 .km-ld-services > .row_col_wrap_12 > .wpb_column {
    width: auto !important;
    margin: 0 !important;
}

body.page-id-6183 .km-ld-services > .row_col_wrap_12 > .wpb_column:last-child {
    padding: clamp(28px, 4vw, 48px) !important;
    border: 1px solid var(--km-line);
    border-radius: var(--km-radius);
    background: var(--km-cream);
}

body.page-id-6183 .km-ld-services > .row_col_wrap_12 > .wpb_column:last-child
    > .vc_column-inner,
body.page-id-6183 .km-ld-move-types > .row_col_wrap_12
    > .wpb_column:not(:first-child) > .vc_column-inner,
body.page-id-6183 .km-ld-pricing > .row_col_wrap_12 > .wpb_column:last-child
    > .vc_column-inner,
body.page-id-6183 .km-ld-benefits > .row_col_wrap_12
    > .wpb_column:not(:first-child) > .vc_column-inner {
    padding: 0 !important;
}

body.page-id-6183 .km-ld-services h3 {
    margin-bottom: 16px;
    color: var(--km-ink) !important;
    font-size: 24px;
    line-height: 1.2;
}

body.page-id-6183 .km-ld-services ul {
    margin: 24px 0;
}

body.page-id-6183 .km-ld-services li {
    margin-bottom: 9px;
}

/* Process */
body.page-id-6183 .km-ld-process,
body.page-id-6183 .km-ld-process > .row-bg-wrap .row-bg {
    background: var(--km-cream) !important;
}

body.page-id-6183 .km-ld-process > .row_col_wrap_12 {
    display: block !important;
}

body.page-id-6183 .km-ld-process > .row_col_wrap_12 > .wpb_column {
    width: 100% !important;
    margin: 0 !important;
}

body.page-id-6183 .km-ld-process > .row_col_wrap_12 > .wpb_column:first-child {
    max-width: 850px;
    margin-bottom: 32px !important;
}

body.page-id-6183 .km-ld-process h2 {
    font-size: clamp(40px, 3.4vw, 52px) !important;
}

body.page-id-6183 .km-ld-process > .row_col_wrap_12 > .wpb_column:first-child p {
    max-width: 760px;
    text-align: left !important;
}

body.page-id-6183 .km-process-source {
    display: none !important;
}

body.page-id-6183 .km-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.page-id-6183 .km-process-step {
    min-height: 205px;
    padding: 26px;
    border: 1px solid var(--km-line);
    border-radius: var(--km-radius-sm);
    background: #fff;
}

body.page-id-6183 .km-process-step h3 {
    margin: 0 0 12px;
    color: var(--km-ink) !important;
    font-size: 20px;
    font-weight: 720;
    line-height: 1.25;
}

body.page-id-6183 .km-process-step h3 span {
    display: block;
    margin-bottom: 14px;
    color: var(--km-orange) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

body.page-id-6183 .km-process-step p {
    margin: 0;
    color: var(--km-slate) !important;
    font-size: 15px;
    line-height: 1.62;
}

/* Routes */
body.page-id-6183 .km-ld-routes,
body.page-id-6183 .km-ld-routes > .row-bg-wrap .row-bg {
    background: var(--km-charcoal) !important;
}

body.page-id-6183 .km-ld-routes > .row_col_wrap_12 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.page-id-6183 .km-ld-routes > .row_col_wrap_12 > .wpb_column {
    width: auto !important;
    margin: 0 !important;
}

body.page-id-6183 .km-ld-routes > .row_col_wrap_12 > .wpb_column:first-child,
body.page-id-6183 .km-ld-routes > .row_col_wrap_12 > .wpb_column:last-child {
    grid-column: 1 / -1;
}

body.page-id-6183 .km-ld-routes > .row_col_wrap_12 > .wpb_column:first-child {
    max-width: 850px;
    margin-bottom: 32px !important;
}

body.page-id-6183 .km-ld-routes h2 {
    color: #fff !important;
}

body.page-id-6183 .km-ld-routes p {
    color: rgba(255, 255, 255, .7) !important;
}

body.page-id-6183 .km-ld-routes ul {
    display: grid;
    gap: 12px;
    margin: 0;
}

body.page-id-6183 .km-ld-routes li {
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--km-radius-sm);
    background: rgba(255, 255, 255, .055);
    list-style: none;
}

body.page-id-6183 .km-ld-routes li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 16px 20px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 680;
    line-height: 1.3;
    text-decoration: none;
}

body.page-id-6183 .km-ld-routes li a::after {
    content: "→";
    margin-left: 18px;
    color: var(--km-orange);
    font-size: 18px;
}

body.page-id-6183 .km-ld-routes > .row_col_wrap_12 > .wpb_column:last-child {
    max-width: 760px;
    margin: 34px auto 0 !important;
    text-align: center !important;
}

/* Move types */
body.page-id-6183 .km-ld-move-types,
body.page-id-6183 .km-ld-move-types > .row-bg-wrap .row-bg {
    background: #fff !important;
}

body.page-id-6183 .km-ld-move-types > .row_col_wrap_12 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

body.page-id-6183 .km-ld-move-types > .row_col_wrap_12 > .wpb_column {
    width: auto !important;
    margin: 0 !important;
}

body.page-id-6183 .km-ld-move-types > .row_col_wrap_12 > .wpb_column:first-child {
    grid-column: 1 / -1;
    max-width: 860px;
    margin-bottom: 30px !important;
}

body.page-id-6183 .km-ld-move-types > .row_col_wrap_12 > .wpb_column:not(:first-child) {
    padding: clamp(30px, 4vw, 48px) !important;
    border: 1px solid var(--km-line);
    border-radius: var(--km-radius);
    background: var(--km-soft);
}

body.page-id-6183 .km-ld-move-types h3 {
    margin-bottom: 18px;
    color: var(--km-ink) !important;
    font-size: 25px;
    font-weight: 720;
}

body.page-id-6183 .km-ld-move-types p {
    color: var(--km-slate);
}

/* Pricing */
body.page-id-6183 .km-ld-pricing,
body.page-id-6183 .km-ld-pricing > .row-bg-wrap .row-bg {
    background: var(--km-cream) !important;
}

body.page-id-6183 .km-ld-pricing > .row_col_wrap_12 {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: start;
}

body.page-id-6183 .km-ld-pricing > .row_col_wrap_12 > .wpb_column {
    width: auto !important;
    margin: 0 !important;
}

body.page-id-6183 .km-ld-pricing > .row_col_wrap_12 > .wpb_column:last-child {
    padding: clamp(30px, 4vw, 48px) !important;
    border-radius: var(--km-radius);
    background: var(--km-ink);
    color: #fff;
}

body.page-id-6183 .km-ld-pricing h3 {
    color: #fff !important;
    font-size: 24px;
}

body.page-id-6183 .km-ld-pricing li {
    position: relative;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .78);
}

/* Benefits */
body.page-id-6183 .km-ld-benefits,
body.page-id-6183 .km-ld-benefits > .row-bg-wrap .row-bg {
    background: #fff !important;
}

body.page-id-6183 .km-ld-benefits > .row_col_wrap_12 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.page-id-6183 .km-ld-benefits > .row_col_wrap_12 > .wpb_column {
    width: auto !important;
    margin: 0 !important;
}

body.page-id-6183 .km-ld-benefits > .row_col_wrap_12 > .wpb_column:first-child {
    grid-column: 1 / -1;
    max-width: 900px;
    margin-bottom: 32px !important;
}

body.page-id-6183 .km-ld-benefits > .row_col_wrap_12 > .wpb_column:not(:first-child)
    .wpb_text_column {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--km-line);
    border-radius: var(--km-radius-sm);
    background: var(--km-soft);
}

body.page-id-6183 .km-ld-benefits h3 {
    margin-bottom: 12px;
    color: var(--km-ink) !important;
    font-size: 20px;
    font-weight: 720;
    line-height: 1.25;
}

body.page-id-6183 .km-ld-benefits p {
    margin: 0;
    color: var(--km-slate);
    font-size: 15px;
    line-height: 1.62;
}

/* FAQ accordion */
body.page-id-6183 .km-ld-faq,
body.page-id-6183 .km-ld-faq > .row-bg-wrap .row-bg {
    background: var(--km-cream) !important;
}

body.page-id-6183 .km-ld-faq > .row_col_wrap_12 {
    max-width: 980px;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.page-id-6183 .km-faq-list {
    margin-top: 42px;
    border-top: 1px solid var(--km-line);
}

body.page-id-6183 .km-faq-item {
    border-bottom: 1px solid var(--km-line);
}

body.page-id-6183 .km-faq-item summary {
    position: relative;
    padding: 24px 58px 24px 0;
    cursor: pointer;
    list-style: none;
}

body.page-id-6183 .km-faq-item summary::-webkit-details-marker {
    display: none;
}

body.page-id-6183 .km-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    color: var(--km-orange);
    font-size: 27px;
    font-weight: 400;
    transform: translateY(-50%);
}

body.page-id-6183 .km-faq-item[open] summary::after {
    content: "−";
}

body.page-id-6183 .km-faq-item h3 {
    margin: 0;
    color: var(--km-ink) !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

body.page-id-6183 .km-faq-answer {
    max-width: 830px;
    padding: 0 58px 26px 0;
}

body.page-id-6183 .km-faq-answer p {
    margin: 0 0 12px;
    color: var(--km-slate);
    font-size: 16px;
    line-height: 1.68;
}

/* Closing conversion panel */
body.page-id-6183 .km-ld-final-cta,
body.page-id-6183 .km-ld-final-cta > .row-bg-wrap .row-bg {
    background:
        radial-gradient(circle at 100% 0, rgba(243, 108, 10, .22), transparent 36%),
        var(--km-ink) !important;
}

body.page-id-6183 .km-ld-final-cta .wpb_text_column {
    max-width: 920px;
    margin: 0 auto;
    text-align: center !important;
}

body.page-id-6183 .km-ld-final-cta h2 {
    margin-right: auto;
    margin-left: auto;
    color: #fff !important;
    text-align: center !important;
}

body.page-id-6183 .km-ld-final-cta p {
    color: rgba(255, 255, 255, .76) !important;
}

body.page-id-6183 .km-ld-final-cta .nectar-button {
    border-radius: 999px !important;
}

body.page-id-6183 .km-ld-final-cta a[href="tel:+254723474252"] {
    border-color: var(--km-orange) !important;
    background: var(--km-orange) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(243, 108, 10, .24);
}

body.page-id-6183 .km-ld-final-cta a[href="tel:+254711931212"] {
    border: 1px solid rgba(255, 255, 255, .64) !important;
    background: transparent !important;
    color: #fff !important;
    opacity: .82;
}

/* Existing Global Section share component */
body .km-share {
    max-width: 1160px;
    margin: 46px auto !important;
    padding: 26px 30px !important;
    border-color: var(--km-line) !important;
    border-radius: var(--km-radius) !important;
    background: #fff !important;
    box-shadow: 0 14px 44px rgba(23, 25, 28, .07);
}

body .km-share__button {
    min-height: 44px;
    border-radius: 12px !important;
}

body .km-share__whatsapp {
    border-color: var(--km-green) !important;
    background: var(--km-green) !important;
}

/* Keep the complete conversion path visible on shorter laptop screens. */
@media (min-width: 1000px) and (max-height: 820px) {
    body.page-id-6183 .km-ld-hero,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child {
        min-height: 0;
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    body.page-id-6183 .km-ld-hero::after,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child::after {
        top: 18px;
        bottom: 18px;
    }

    body.page-id-6183 .km-ld-hero .vc_col-sm-4,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child .vc_col-sm-4 {
        min-height: 560px;
    }

    body.page-id-6183 .km-ld-hero p:first-child {
        margin-bottom: 12px;
    }

    body.page-id-6183 .km-ld-hero h1 {
        margin-bottom: 18px;
        font-size: clamp(52px, 4.45vw, 64px) !important;
    }

    body.page-id-6183 .km-ld-hero h1 + p {
        margin-bottom: 14px;
        font-size: 17px;
        line-height: 1.55;
    }

    body.page-id-6183 .km-ld-hero h1 + p + p {
        margin: 8px 0 26px !important;
    }
}

@media (max-width: 999px) {
    body.page-id-6183 :is(
        .km-ld-services,
        .km-ld-pricing
    ) > .row_col_wrap_12 {
        gap: 44px;
    }

    body.page-id-6183 .km-ld-benefits > .row_col_wrap_12 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-id-6183 .km-ld-benefits > .row_col_wrap_12 > .wpb_column:first-child {
        grid-column: 1 / -1;
    }

    body.page-id-6183 .km-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tablets need a deliberate composition, not squeezed desktop columns. */
@media (min-width: 691px) and (max-width: 999px) {
    body.page-id-6183 .km-ld-hero,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child {
        min-height: 0;
        padding-top: 410px !important;
        padding-bottom: 72px !important;
    }

    body.page-id-6183 .km-ld-hero::after,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child::after {
        content: "";
        display: block !important;
        position: absolute;
        z-index: 0;
        top: 28px;
        right: 28px;
        bottom: auto;
        left: 28px;
        width: auto;
        height: 340px;
        border-radius: 28px;
        background:
            linear-gradient(180deg, rgba(18, 20, 22, .05), rgba(18, 20, 22, .25)),
            url("/wp-content/uploads/2026/07/kejamove-team-truck-faces-altered.webp")
            center 48% / cover no-repeat;
        box-shadow: var(--km-shadow);
    }

    body.page-id-6183 .km-ld-hero::before,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child::before {
        content: "";
        display: block !important;
        position: absolute;
        z-index: 1;
        top: 350px;
        right: auto;
        left: 46px;
        width: 96px;
        height: 5px;
        border-radius: 999px;
        background: var(--km-orange);
    }

    body.page-id-6183 .km-ld-hero > .row_col_wrap_12,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child > .row_col_wrap_12 {
        display: block !important;
    }

    body.page-id-6183 .km-ld-hero .vc_col-sm-8,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child .vc_col-sm-8 {
        width: 100% !important;
        padding: 0 !important;
    }

    body.page-id-6183 .km-ld-hero .vc_col-sm-4,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child .vc_col-sm-4 {
        display: none;
    }

    body.page-id-6183 .km-ld-hero .wpb_text_column {
        max-width: 720px;
    }

    body.page-id-6183 .km-ld-hero h1 {
        max-width: 650px;
        font-size: clamp(48px, 7vw, 58px) !important;
    }

    body.page-id-6183 .km-ld-hero h1 + p {
        max-width: 680px;
        font-size: 18px;
        line-height: 1.6;
    }

    .km-action-dock {
        right: 16px;
        bottom: 16px;
        display: flex;
        gap: 10px;
        width: auto;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .km-action-dock__item {
        justify-content: center;
        width: 54px;
        min-width: 54px;
        min-height: 54px;
        padding: 0;
        border: 0 !important;
        border-radius: 50%;
        color: #fff !important;
        box-shadow: 0 10px 26px rgba(12, 16, 22, .2);
    }

    .km-action-dock__whatsapp {
        background: var(--km-whatsapp);
        color: #fff !important;
    }

    .km-action-dock__mark {
        width: 100%;
        height: 100%;
        background: var(--km-whatsapp);
        box-shadow: none;
    }

    .km-action-dock__mark svg {
        width: 26px;
        height: 26px;
    }

    .km-action-dock__copy {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    #to-top {
        display: none !important;
    }
}

@media (max-width: 690px) {
    body.km-has-action-dock {
        padding-bottom: 68px;
    }

    body.page-id-6183 .main-content > .row p,
    body.page-id-6183 .main-content > .row li {
        font-size: 15.5px;
        line-height: 1.68;
    }

    body.page-id-6183 :is(
        .km-ld-services,
        .km-ld-process,
        .km-ld-routes,
        .km-ld-move-types,
        .km-ld-pricing,
        .km-ld-benefits,
        .km-ld-faq,
        .km-ld-final-cta
    ) {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    body.page-id-6183 :is(
        .km-ld-services,
        .km-ld-process,
        .km-ld-routes,
        .km-ld-move-types,
        .km-ld-pricing,
        .km-ld-benefits,
        .km-ld-faq,
        .km-ld-final-cta
    ) h2 {
        margin-bottom: 20px;
        font-size: 34px !important;
        line-height: 1.06 !important;
        letter-spacing: -.038em;
    }

    /* Compact WhatsApp action stays clear of mobile content. */
    .km-action-dock {
        right: 12px;
        bottom: 12px;
        display: flex;
        gap: 9px;
        width: auto;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .km-action-dock__item {
        justify-content: center;
        width: 52px;
        min-width: 52px;
        min-height: 52px;
        padding: 0;
        border: 0 !important;
        border-radius: 50%;
        color: #fff !important;
        box-shadow: 0 10px 26px rgba(12, 16, 22, .2);
    }

    .km-action-dock__whatsapp {
        background: var(--km-whatsapp);
        color: #fff !important;
    }

    .km-action-dock__mark {
        width: 100%;
        height: 100%;
        background: var(--km-whatsapp);
        box-shadow: none;
    }

    .km-action-dock__mark svg {
        width: 25px;
        height: 25px;
    }

    .km-action-dock__copy {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    #to-top {
        display: none !important;
    }

    /* Mobile hero: image first, then a focused conversion panel. */
    body.page-id-6183 .km-ld-hero,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child {
        min-height: 0;
        padding-top: 238px !important;
        padding-bottom: 44px !important;
        background: var(--km-cream) !important;
    }

    body.page-id-6183 .km-ld-hero::after,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child::after {
        content: "";
        display: block !important;
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 210px;
        border-radius: 0 0 28px 28px;
        background:
            linear-gradient(180deg, rgba(18, 20, 22, .02), rgba(18, 20, 22, .18)),
            url("/wp-content/uploads/2026/07/kejamove-team-truck-faces-altered.webp")
            center 47% / cover no-repeat;
        box-shadow: none;
    }

    body.page-id-6183 .km-ld-hero::before,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child::before {
        content: "";
        display: block !important;
        position: absolute;
        z-index: 1;
        top: 194px;
        right: auto;
        left: 23px;
        width: 74px;
        height: 5px;
        border-radius: 999px;
        background: var(--km-orange);
    }

    body.page-id-6183 .km-ld-hero > .row_col_wrap_12,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child > .row_col_wrap_12 {
        display: block !important;
    }

    body.page-id-6183 .km-ld-hero .vc_col-sm-8,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child .vc_col-sm-8 {
        width: 100% !important;
        padding: 0;
    }

    body.page-id-6183 .km-ld-hero .vc_col-sm-4,
    body.page-id-6183 .main-content > .row > .wpb_row:first-child .vc_col-sm-4 {
        display: none;
    }

    body.page-id-6183 .km-ld-hero p:first-child {
        margin: 0 0 10px !important;
        font-size: 9px;
        letter-spacing: .09em;
    }

    body.page-id-6183 .km-ld-hero h1 {
        max-width: none;
        margin: 0 0 14px !important;
        font-size: 34px !important;
        line-height: 1.01 !important;
        letter-spacing: -.043em;
    }

    body.page-id-6183 .km-ld-hero h1 + p {
        margin: 0 0 14px !important;
        font-size: 14.5px;
        line-height: 1.5;
    }

    body.page-id-6183 .km-ld-hero h1 + p + p {
        display: none;
    }

    body.page-id-6183 .km-ld-hero .nectar-button {
        display: block;
        width: 100%;
        min-height: 50px;
        margin: 4px 0 0 !important;
        padding: 14px 16px !important;
        text-align: center;
    }

    body.page-id-6183 .km-ld-hero .nectar-button[href*="wa.me"] {
        display: none;
    }

    body.page-id-6183 .km-ld-proof > .row_col_wrap_12 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-id-6183 .km-ld-proof > .row_col_wrap_12 > .wpb_column {
        padding: 20px 8px !important;
        text-align: center;
    }

    body.page-id-6183 .km-ld-proof p {
        font-size: 10.5px;
        line-height: 1.35;
    }

    body.page-id-6183 .km-ld-proof strong {
        font-size: 16px;
    }

    body.page-id-6183 :is(
        .km-ld-services,
        .km-ld-process,
        .km-ld-routes,
        .km-ld-move-types,
        .km-ld-pricing,
        .km-ld-benefits
    ) > .row_col_wrap_12 {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body.page-id-6183 :is(
        .km-ld-process,
        .km-ld-routes,
        .km-ld-move-types,
        .km-ld-benefits
    ) > .row_col_wrap_12 > .wpb_column:first-child,
    body.page-id-6183 .km-ld-routes > .row_col_wrap_12 > .wpb_column:last-child {
        grid-column: auto;
    }

    body.page-id-6183 .km-ld-services > .row_col_wrap_12 > .wpb_column:last-child,
    body.page-id-6183 .km-ld-move-types > .row_col_wrap_12 > .wpb_column:not(:first-child),
    body.page-id-6183 .km-ld-pricing > .row_col_wrap_12 > .wpb_column:last-child {
        padding: 26px !important;
    }

    body.page-id-6183 .km-ld-process > .row_col_wrap_12 > .wpb_column:first-child,
    body.page-id-6183 .km-ld-routes > .row_col_wrap_12 > .wpb_column:first-child,
    body.page-id-6183 .km-ld-move-types > .row_col_wrap_12 > .wpb_column:first-child,
    body.page-id-6183 .km-ld-benefits > .row_col_wrap_12 > .wpb_column:first-child {
        margin-bottom: 12px !important;
    }

    body.page-id-6183 .km-process-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.page-id-6183 .km-process-step {
        min-height: 0;
        padding: 22px;
        border: 1px solid var(--km-line);
        border-radius: var(--km-radius-sm);
        background: #fff;
    }

    body.page-id-6183 .km-process-step h3 {
        font-size: 18px;
    }

    body.page-id-6183 .km-process-step h3 span {
        margin-bottom: 9px;
    }

    body.page-id-6183 .km-ld-routes li a {
        min-height: 58px;
        padding: 14px 16px;
        font-size: 14px;
    }

    body.page-id-6183 .km-ld-routes > .row_col_wrap_12 > .wpb_column:last-child {
        margin-top: 20px !important;
        text-align: left !important;
    }

    body.page-id-6183 .km-ld-benefits > .row_col_wrap_12 > .wpb_column:not(:first-child)
        .wpb_text_column {
        padding: 24px;
    }

    body.page-id-6183 .km-faq-list {
        margin-top: 28px;
    }

    body.page-id-6183 .km-faq-item summary {
        padding: 20px 44px 20px 0;
    }

    body.page-id-6183 .km-faq-item h3 {
        font-size: 17px;
    }

    body.page-id-6183 .km-faq-answer {
        padding: 0 30px 22px 0;
    }

    body .km-share {
        margin: 30px 0 82px !important;
        padding: 22px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .km-action-dock__item {
        transition: none;
    }
}
