/* ============================================================
   Lumtulum theme — header, hero & category strip
   Brand color: #015472
   ============================================================ */

:root {
    --lum-brand: #015472;
    --lum-brand-dark: #013a4f;
    --lum-brand-darker: #062733;
    --lum-ink: #14213d;
    --lum-muted: #5b6472;
    --lum-tile: #f3f4fb;
}

/* ---------------- Header ---------------- */

.landing-header {
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Brand logo — vertically centered, sized by height so wordmark logos keep their aspect */
.lum-brand {
    display: inline-flex !important;
    align-items: center;
    text-decoration: none;
}

.lum-brand .logo-normal {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.lum-brand img {
    height: 44px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
    display: block;
}

/* Footer brand — slightly larger */
.footer .lum-brand img {
    height: 48px;
    max-width: 230px;
}

/* Offcanvas (mobile menu) brand */
.mobile-offcanvas .navbar-brand.lum-brand {
    margin: 0 !important;
}

@media (max-width: 575.98px) {
    .lum-brand img {
        height: 38px;
        max-width: 170px;
    }
}

.lum-nav-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: var(--lum-ink) !important;
    font-weight: 600;
    border: 1px solid #e6e8f0;
    border-radius: 999px;
    padding: 10px 20px !important;
    box-shadow: 0 4px 14px rgba(20, 33, 61, .08);
    white-space: nowrap;
    transition: box-shadow .15s ease, transform .15s ease;
}

.lum-nav-pill:hover {
    box-shadow: 0 6px 18px rgba(20, 33, 61, .14);
    transform: translateY(-1px);
    color: var(--lum-brand) !important;
}

.lum-nav-pill svg {
    color: var(--lum-brand);
}

.iq-nav-menu .nav-link {
    font-weight: 600;
    color: var(--lum-ink);
}

/* Keep the middle menu on ONE line — it wrapped to two rows at ~1200-1450px */
@media (min-width: 1200px) {
    .iq-nav-menu {
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) and (max-width: 1449.98px) {
    .iq-nav-menu .nav-link {
        font-size: 14px;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .navbar-nav.iq-nav-menu {
        gap: 2px !important;
    }

    .lum-brand img {
        height: 40px;
        max-width: 180px;
    }
}

/* Landing header avatar dropdown — opens on hover/tap-focus, no Bootstrap JS needed
   (the JS-driven data-bs-toggle was unreliable inside the Vue mount) */
.landing-header .user-dropdown {
    position: relative;
}

.landing-header .user-dropdown > .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    margin-top: 6px;
    min-width: 230px;
    background: #fff;
    border: 1px solid #eceef4;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(20, 33, 61, .14);
    z-index: 60;
}

.landing-header .user-dropdown:hover > .dropdown-menu,
.landing-header .user-dropdown:focus-within > .dropdown-menu,
.landing-header .user-dropdown > .dropdown-menu.show {
    display: block;
}

body.dark .landing-header .user-dropdown > .dropdown-menu {
    background: #1e2530;
    border-color: #2c3542;
}

/* Company dropdown (pure CSS hover) */
.lum-dropdown {
    position: relative;
}

.lum-dropdown > .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.lum-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    background: #fff;
    border: 1px solid #eceef4;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(20, 33, 61, .12);
    padding: 8px;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .18s ease;
    z-index: 1050;
}

.lum-dropdown:hover .lum-dropdown-menu,
.lum-dropdown:focus-within .lum-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lum-dropdown-menu a {
    display: block;
    padding: 9px 14px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 14px;
    color: var(--lum-ink);
}

.lum-dropdown-menu a:hover {
    background: var(--lum-tile);
    color: var(--lum-brand);
}

.lum-login-link {
    font-weight: 600;
    color: var(--lum-ink) !important;
}

.lum-login-link:hover {
    color: var(--lum-brand) !important;
}

.lum-join-btn {
    background: var(--lum-brand) !important;
    border-color: var(--lum-brand) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 12px !important;
    padding: 10px 22px !important;
    white-space: nowrap;
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}

.lum-join-btn:hover {
    background: var(--lum-brand-dark) !important;
    border-color: var(--lum-brand-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(1, 84, 114, .28);
}

/* Offcanvas (mobile) — show the dropdown items inline */
@media (max-width: 1199.98px) {
    .lum-dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        padding-left: 16px;
    }

    .lum-nav-pill {
        margin: 8px 0;
    }
}

/* ---------------- Hero ---------------- */

.lum-hero {
    position: relative;
    background: linear-gradient(115deg, var(--lum-brand-darker) 0%, #0a3b4e 55%, var(--lum-brand) 100%);
    border-radius: 0 0 28px 28px;
    /* NO overflow:hidden here — the search/location dropdowns must be able to
       extend past the hero and layer OVER the category card below; bg clipping
       lives on .lum-hero-bg instead */
}

/* Background image layer (right side, blended into gradient) */
.lum-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
}

.lum-hero-bg img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 46%;
    object-fit: cover;
    object-position: top center;
}

.lum-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 34, 46, .35) 0%, rgba(6, 34, 46, .55) 50%, rgba(6, 34, 46, .8) 72%, rgba(10, 59, 78, .45) 100%),
        linear-gradient(0deg, rgba(6, 34, 46, .75) 0%, rgba(6, 34, 46, .1) 40%);
}

/* Centered content — z above the category card (z5) so the search/location
   dropdowns overlay it; pointer-events off so the transparent padding area
   can't block clicks on the card underneath */
.lum-hero-inner {
    position: relative;
    z-index: 30;
    pointer-events: none;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 96px 24px 150px;
}

.lum-hero-inner > * {
    pointer-events: auto;
}

.lum-hero-title {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: -.5px;
    margin: 0 auto 20px;
    max-width: 680px;
}

.lum-hero-sub {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 36px;
    max-width: 520px;
}

/* Search bar */
.lum-search {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 999px;
    padding: 8px;
    box-shadow: 0 24px 60px rgba(2, 20, 28, .35);
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
}

.lum-search-loc {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    color: var(--lum-ink);
    cursor: pointer;
    border: 0;
    background: transparent;
    white-space: nowrap;
    flex: 0 0 auto;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 999px;
    transition: background .15s ease;
}

.lum-search-loc:hover {
    background: var(--lum-tile);
}

.lum-search-loc svg {
    flex: 0 0 auto;
    color: var(--lum-brand);
}

.lum-search-loc span {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Location dropdown menu */
.lum-loc-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 290px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(2, 20, 28, .25);
    padding: 10px;
    max-height: 360px;
    overflow-y: auto;
    display: none;
    z-index: 45;
    text-align: left;
}

.lum-loc-menu.show {
    display: block;
}

.lum-loc-label {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #9aa1af;
    padding: 10px 12px 6px;
}

.lum-loc-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-radius: 11px;
    font-weight: 600;
    font-size: 14px;
    color: var(--lum-ink);
    cursor: pointer;
}

.lum-loc-item:hover {
    background: var(--lum-tile);
    color: var(--lum-brand);
}

.lum-loc-item svg {
    flex: 0 0 auto;
    color: var(--lum-brand);
}

.lum-loc-gps {
    color: var(--lum-brand);
    border-bottom: 1px solid #eef0f5;
    border-radius: 11px 11px 0 0;
    margin-bottom: 4px;
    padding-bottom: 13px;
}

.lum-loc-off {
    color: #c0392b;
}

.lum-loc-off svg {
    color: #c0392b;
}

.lum-search-divider {
    width: 1px;
    height: 30px;
    background: #e6e8f0;
    flex: 0 0 auto;
}

.lum-search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    padding: 0 8px 0 18px;
    min-width: 0;
}

.lum-search-field svg {
    flex: 0 0 auto;
    color: #9aa1af;
}

.lum-search-field input {
    border: 0;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 15px;
    color: var(--lum-ink);
    padding: 12px 0;
}

.lum-search-field input::placeholder {
    color: #9aa1af;
}

.lum-search-btn {
    flex: 0 0 auto;
    background: var(--lum-brand);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: 0;
    border-radius: 999px;
    padding: 14px 34px;
    cursor: pointer;
    transition: background .15s ease;
}

.lum-search-btn:hover {
    background: var(--lum-brand-dark);
}

/* Suggestions dropdown */
.lum-suggest {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(2, 20, 28, .25);
    padding: 8px;
    max-height: 330px;
    overflow-y: auto;
    display: none;
    z-index: 40;
}

.lum-suggest.show {
    display: block;
}

.lum-suggest a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--lum-ink);
    font-weight: 600;
    font-size: 14px;
}

.lum-suggest a:hover {
    background: var(--lum-tile);
    color: var(--lum-brand);
}

.lum-suggest a img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
    flex: 0 0 42px;
    background: var(--lum-tile);
}

.lum-suggest .lum-suggest-empty {
    padding: 14px 16px;
    color: var(--lum-muted);
    font-size: 14px;
}

/* ---------------- Category strip ---------------- */

.lum-cats {
    padding: 0 0 28px;
    background: transparent;
}

/* White card overlapping the hero bottom (Sheba-style) */
.lum-cats-card {
    position: relative;
    z-index: 5;
    margin-top: -88px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(20, 33, 61, .12);
    padding: 36px 30px 32px;
}

.lum-cats-head {
    text-align: center;
    margin-bottom: 28px;
}

.lum-cats-title {
    font-weight: 800;
    font-size: 34px;
    color: var(--lum-ink);
    letter-spacing: -.4px;
    margin-bottom: 12px;
}

/* small brand accent bar under the centered title */
.lum-cats-bar {
    display: block;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lum-brand), #0a7ca3);
    margin: 0 auto 12px;
}

.lum-cats-sub {
    color: var(--lum-muted);
    font-size: 15.5px;
    margin-bottom: 0;
}

/* slim progress line under the track — signals there are more categories */
.lum-cats-progress {
    position: relative;
    width: 180px;
    height: 4px;
    border-radius: 999px;
    background: #e8edf3;
    margin: 18px auto 0;
    overflow: hidden;
}

.lum-cats-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lum-brand), #0a7ca3);
    transition: left .15s ease-out, width .15s ease-out;
}

/* everything fits — nothing to scroll, no indicator */
.lum-cats-card.lum-no-scroll .lum-cats-progress {
    display: none;
}

.lum-cats-viewport {
    position: relative;
}

/* soft fade at both edges so the row reads as scrollable */
.lum-cats-viewport::before,
.lum-cats-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
}

.lum-cats-viewport::before {
    left: -1px;
    background: linear-gradient(90deg, #fff 15%, rgba(255, 255, 255, 0));
}

.lum-cats-viewport::after {
    right: -1px;
    background: linear-gradient(270deg, #fff 15%, rgba(255, 255, 255, 0));
}

.lum-cats-viewport.can-left::before,
.lum-cats-viewport.can-right::after {
    opacity: 1;
}

.lum-cats-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    padding: 6px 4px 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

.lum-cats-track::-webkit-scrollbar {
    display: none;
}

.lum-cats-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.lum-cat-item {
    flex: 0 0 auto;
    width: 122px;
    text-align: center;
    text-decoration: none;
    padding: 16px 10px 14px;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background: var(--lum-tile);
    transition: all .18s ease;
    user-select: none;
}

.lum-cat-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 12px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lum-brand);
    box-shadow: 0 4px 12px rgba(20, 33, 61, .08), inset 0 0 0 2px rgba(1, 84, 114, .08);
    transition: all .18s ease;
}

.lum-cat-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    pointer-events: none;
}

.lum-cat-item:hover {
    background: #fff;
    border-color: var(--lum-brand);
    box-shadow: 0 14px 30px rgba(1, 84, 114, .14);
    transform: translateY(-4px);
}

.lum-cat-item:hover .lum-cat-icon {
    background: var(--lum-brand);
    box-shadow: 0 10px 22px rgba(1, 84, 114, .3);
}

.lum-cat-item:hover .lum-cat-icon img {
    filter: brightness(0) invert(1);
}

.lum-cat-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--lum-ink);
    line-height: 1.3;
    display: block;
    white-space: normal;
}

.lum-cat-item:hover .lum-cat-name {
    color: var(--lum-brand);
}

/* ---------------- How it works ---------------- */

.lum-how {
    padding: 56px 0 64px;
    background: #fff;
    scroll-margin-top: 90px;
}

.lum-how-title {
    font-weight: 800;
    font-size: 32px;
    color: var(--lum-ink);
    text-align: center;
    letter-spacing: -.3px;
    margin-bottom: 8px;
}

.lum-how-sub {
    text-align: center;
    color: var(--lum-muted);
    font-size: 16px;
    margin-bottom: 40px;
}

.lum-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.lum-how-card {
    background: var(--lum-tile);
    border-radius: 20px;
    padding: 30px 26px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.lum-how-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(1, 84, 114, .14);
}

.lum-how-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--lum-brand);
    color: #fff;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 18px;
}

.lum-how-card h5 {
    font-weight: 700;
    font-size: 18px;
    color: var(--lum-ink);
    margin-bottom: 10px;
}

.lum-how-card p {
    color: var(--lum-muted);
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 991.98px) {
    .lum-how-grid {
        grid-template-columns: 1fr;
    }

    .lum-how-title {
        font-size: 26px;
    }
}

body.dark .lum-how {
    background: transparent;
}

body.dark .lum-how-card {
    background: #1e2530;
}

body.dark .lum-how-card h5,
body.dark .lum-cats-title {
    color: #e6e9ef;
}

/* ---------------- Safety ---------------- */

.lum-safety {
    padding: 40px 0 72px;
    background: #fff;
}

.lum-safety-head {
    text-align: center;
    margin-bottom: 36px;
}

.lum-safety-pill {
    display: inline-block;
    background: var(--lum-tile);
    color: var(--lum-ink);
    font-weight: 700;
    font-size: 14px;
    border-radius: 999px;
    padding: 8px 20px;
    margin-bottom: 16px;
}

.lum-safety-title {
    font-weight: 800;
    font-size: 40px;
    color: var(--lum-ink);
    letter-spacing: -.5px;
    margin: 0;
}

.lum-safety-card {
    display: flex;
    align-items: stretch;
    background: linear-gradient(115deg, var(--lum-brand-darker) 0%, #0a3b4e 55%, var(--lum-brand) 100%);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(1, 84, 114, .22);
}

.lum-safety-img {
    position: relative;
    flex: 0 0 40%;
    min-height: 440px;
}

.lum-safety-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.lum-safety-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #0a3b4e 0%, rgba(10, 59, 78, .2) 30%, rgba(10, 59, 78, 0) 60%);
}

.lum-safety-body {
    position: relative;
    flex: 1 1 auto;
    padding: 56px 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.lum-safety-shield {
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 340px;
    height: 340px;
    color: rgba(255, 255, 255, .07);
    pointer-events: none;
}

.lum-safety-body h4 {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -.3px;
    margin-bottom: 16px;
}

.lum-safety-desc {
    color: rgba(255, 255, 255, .85);
    font-size: 16.5px;
    line-height: 1.65;
    max-width: 520px;
    margin-bottom: 28px;
}

.lum-safety-points {
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    max-width: 560px;
}

.lum-safety-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    color: rgba(255, 255, 255, .95);
}

.lum-safety-points svg {
    flex: 0 0 auto;
    color: #7fd4c1;
}

.lum-safety-btn {
    display: inline-block;
    align-self: flex-start;
    background: #fff;
    color: var(--lum-brand);
    font-weight: 700;
    font-size: 15px;
    border-radius: 999px;
    padding: 14px 34px;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}

.lum-safety-btn:hover {
    color: var(--lum-brand-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .25);
}

@media (max-width: 991.98px) {
    .lum-safety-title {
        font-size: 30px;
    }

    .lum-safety-card {
        flex-direction: column;
    }

    .lum-safety-img {
        flex-basis: auto;
        min-height: 300px;
    }

    .lum-safety-img::after {
        background: linear-gradient(0deg, #0a3b4e 0%, rgba(10, 59, 78, .15) 40%, rgba(10, 59, 78, 0) 70%);
    }

    .lum-safety-body {
        padding: 36px 28px 44px;
    }

    .lum-safety-points {
        grid-template-columns: 1fr;
    }
}

body.dark .lum-safety {
    background: transparent;
}

body.dark .lum-safety-pill {
    background: #1e2530;
    color: #e6e9ef;
}

body.dark .lum-safety-title {
    color: #e6e9ef;
}

/* ---------------- Auth pages (login / provider register) ---------------- */

.lum-auth {
    display: flex;
    min-height: 100vh;
    background: #fff;
}

/* Left brand panel — sticky so it stays in view while long forms scroll */
.lum-auth-side {
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: 100vh;
    flex: 0 0 44%;
    background: linear-gradient(115deg, var(--lum-brand-darker) 0%, #0a3b4e 55%, var(--lum-brand) 100%);
    overflow: hidden;
}

.lum-auth-side-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    opacity: .9;
}

.lum-auth-side-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 39, 51, .72) 0%, rgba(6, 39, 51, .25) 38%, rgba(6, 34, 46, .92) 100%);
}

.lum-auth-side-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px 48px 60px;
}

.lum-auth-logo {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    background: #fff;
    border-radius: 14px;
    padding: 8px 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

.lum-auth-logo img {
    height: 38px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
    display: block;
}

.lum-auth-side-text h2 {
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    letter-spacing: -.4px;
    line-height: 1.2;
    margin-bottom: 14px;
    max-width: 440px;
}

.lum-auth-side-text p {
    color: rgba(255, 255, 255, .85) !important;
    font-size: 16px;
    line-height: 1.6;
    max-width: 420px;
    margin-bottom: 0;
}

.lum-auth-points {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: grid;
    gap: 13px;
}

.lum-auth-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .95);
    font-weight: 600;
    font-size: 15px;
}

.lum-auth-points svg {
    flex: 0 0 auto;
    color: #7fd4c1;
}

/* Right form panel */
.lum-auth-main {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #fff;
}

.lum-auth-card {
    width: 100%;
    max-width: 460px;
}

.lum-auth-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    font-size: 13.5px;
    color: var(--lum-muted) !important;
    text-decoration: none;
    margin-bottom: 26px;
}

.lum-auth-back:hover {
    color: var(--lum-brand) !important;
}

.lum-auth-head {
    margin-bottom: 26px;
}

.lum-auth-head h4 {
    font-weight: 800;
    font-size: 27px;
    color: var(--lum-ink) !important;
    letter-spacing: -.3px;
    margin-bottom: 6px;
}

.lum-auth-sub {
    display: block;
    color: var(--lum-muted) !important;
    font-size: 14.5px;
}

/* Fields */
.lum-auth .lum-field {
    margin-bottom: 18px !important;
}

.lum-auth .lum-field label {
    color: #39424e !important;
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 7px;
    display: block;
}

.lum-auth .form-control,
.lum-auth .form-select {
    background: #f7f8fc !important;
    border: 1.5px solid #e6e8f0 !important;
    color: var(--lum-ink) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 14.5px !important;
    height: auto !important;
    box-shadow: none !important;
    transition: border-color .15s ease, background .15s ease;
}

.lum-auth .form-control::placeholder {
    color: #9aa1af !important;
}

.lum-auth .form-control:focus,
.lum-auth .form-select:focus {
    border-color: var(--lum-brand) !important;
    background: #fff !important;
}

.lum-auth .lum-pass {
    position: relative;
    display: block;
}

.lum-auth .lum-pass .form-control {
    width: 100% !important;
    padding-right: 48px !important;
}

.lum-auth .lum-pass .input-group-text {
    position: absolute !important;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: 0 !important;
    background: transparent !important;
    color: #8a93a3 !important;
    cursor: pointer;
    padding: 10px 14px !important;
}

.lum-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.lum-remember {
    color: var(--lum-muted) !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.lum-auth-link {
    color: var(--lum-brand) !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.lum-auth-link:hover {
    color: var(--lum-brand-dark) !important;
    text-decoration: underline;
}

.lum-auth-btn {
    background: var(--lum-brand) !important;
    border-color: var(--lum-brand) !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    padding: 13px 20px !important;
    font-size: 15.5px !important;
    transition: background .15s ease, transform .15s ease;
}

.lum-auth-btn:hover {
    background: var(--lum-brand-dark) !important;
    border-color: var(--lum-brand-dark) !important;
    transform: translateY(-1px);
}

.lum-auth-alt {
    text-align: center;
    margin-top: 20px;
    color: var(--lum-muted);
    font-size: 14px;
}

.lum-auth-alt span {
    color: var(--lum-muted);
}

.lum-auth-alt a {
    margin-left: 5px;
}

.lum-auth-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 20px 0;
    color: #9aa1af;
    font-size: 13px;
}

.lum-auth-divider::before,
.lum-auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e6e8f0;
}

.lum-auth-outline-btn {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14.5px;
    color: var(--lum-brand) !important;
    border: 1.5px solid var(--lum-brand);
    border-radius: 12px;
    padding: 12px 20px;
    text-decoration: none;
    transition: all .15s ease;
}

.lum-hint {
    display: block;
    color: var(--lum-muted);
    font-size: 12.5px;
    margin-top: 6px;
}

/* ---------------- In-site auth pages (header + footer visible) ---------------- */

.lum-authpage {
    background: #f5f7fa;
    padding: 56px 0 80px;
    min-height: 60vh;
}

.lum-auth-center {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(20, 33, 61, .10);
    padding: 38px 34px 34px;
}

.lum-auth-center .lum-auth-head {
    text-align: center;
    margin-bottom: 22px;
}

.lum-auth-center .lum-auth-head h4 {
    font-weight: 800;
    font-size: 26px;
    color: var(--lum-ink);
    margin-bottom: 6px;
}

.lum-auth-center .lum-auth-sub {
    color: var(--lum-muted);
    font-size: 14.5px;
}

@media (max-width: 575.98px) {
    .lum-authpage {
        padding: 24px 0 48px;
    }

    .lum-auth-center {
        padding: 26px 18px 24px;
        border-radius: 16px;
    }
}

body.dark .lum-authpage {
    background: #12161d;
}

body.dark .lum-auth-center {
    background: #1e2530;
}

body.dark .lum-auth-center .lum-auth-head h4 {
    color: #e6e9ef;
}

/* intl-tel-input wraps the phone field — keep it full width inside auth forms */
.lum-field .iti {
    width: 100%;
}

/* ---------------- Social sign-in (Google / Apple) ---------------- */

.lum-social-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.lum-social-google {
    min-height: 44px;
    display: flex;
    justify-content: center;
}

.lum-social-apple {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 320px;
    max-width: 100%;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: #000;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: opacity .15s ease;
}

.lum-social-apple:hover {
    opacity: .85;
}

/* ---------------- Customer account area (website-side) ---------------- */

.lum-acc-wrap {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 24px;
    align-items: start;
}

.lum-acc-side {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(20, 33, 61, .07);
    overflow: hidden;
    position: sticky;
    top: 20px;
}

.lum-acc-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid #eef1f5;
}

.lum-acc-user img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.lum-acc-user strong {
    display: block;
    font-size: 14.5px;
    color: var(--lum-ink);
}

.lum-acc-user span {
    display: block;
    font-size: 12px;
    color: var(--lum-muted);
    word-break: break-all;
}

.lum-acc-nav {
    padding: 10px;
}

.lum-acc-nav a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #4a5663;
    text-decoration: none;
    transition: all .12s ease;
}

.lum-acc-nav a i {
    width: 18px;
    text-align: center;
    color: #8a94a3;
}

.lum-acc-nav a:hover {
    background: #f2f7fa;
    color: var(--lum-brand);
}

.lum-acc-nav a:hover i {
    color: var(--lum-brand);
}

.lum-acc-nav a.active {
    background: var(--lum-brand);
    color: #fff;
}

.lum-acc-nav a.active i {
    color: #fff;
}

.lum-acc-nav .lum-acc-logout {
    color: #b23b3b;
}

.lum-acc-main {
    min-width: 0;
}

.lum-acc-hero {
    background: linear-gradient(115deg, #01293a 0%, #015472 60%, #0a7ca3 100%);
    border-radius: 16px;
    color: #fff;
    padding: 24px 26px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.lum-acc-hero h4 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px;
}

.lum-acc-hero p {
    color: rgba(255, 255, 255, .85);
    margin: 0;
    font-size: 13.5px;
}

.lum-acc-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.lum-acc-actions a {
    background: #fff;
    color: #015472;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px;
    padding: 10px 16px;
    text-decoration: none;
    transition: transform .12s ease;
}

.lum-acc-actions a:hover {
    transform: translateY(-2px);
    color: #01293a;
}

.lum-acc-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.lum-acc-stat {
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 4px 16px rgba(20, 33, 61, .06);
}

.lum-acc-stat h4 {
    font-weight: 800;
    margin: 0 0 2px;
    color: var(--lum-ink);
    font-size: 22px;
}

.lum-acc-stat p {
    margin: 0;
    color: var(--lum-muted);
    font-size: 12.5px;
}

.lum-acc-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(20, 33, 61, .06);
    margin-bottom: 20px;
}

.lum-acc-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #eef1f5;
}

.lum-acc-card-head h6 {
    margin: 0;
    font-weight: 800;
    color: var(--lum-ink);
}

.lum-acc-card-head a {
    font-size: 13px;
    font-weight: 700;
    color: var(--lum-brand);
    text-decoration: none;
}

.lum-acc-list {
    padding: 8px 20px 14px;
}

.lum-acc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #eef1f5;
}

.lum-acc-row:last-child {
    border-bottom: none;
}

.lum-acc-row .t {
    font-weight: 700;
    color: var(--lum-ink);
    font-size: 13.5px;
    text-decoration: none;
}

.lum-acc-row .s {
    color: var(--lum-muted);
    font-size: 12.5px;
}

.lum-acc-badge {
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
    padding: 3px 10px;
    text-transform: capitalize;
    white-space: nowrap;
}

.lum-acc-badge.pending,
.lum-acc-badge.pending_approval {
    background: #fff3d6;
    color: #8a6400;
}

.lum-acc-badge.completed,
.lum-acc-badge.accept,
.lum-acc-badge.assigned,
.lum-acc-badge.requested {
    background: #ddf3e6;
    color: #14713d;
}

.lum-acc-badge.cancelled,
.lum-acc-badge.rejected {
    background: #fde1e1;
    color: #a12626;
}

.lum-acc-badge.other {
    background: #e8eef4;
    color: #3f4b57;
}

.lum-acc-empty {
    color: #8a94a3;
    font-size: 13px;
    padding: 18px 0;
    text-align: center;
}

.lum-acc-form {
    padding: 20px;
}

.lum-acc-tablewrap {
    padding: 10px 20px 18px;
    overflow-x: auto;
}

.lum-acc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}

.lum-acc-table th {
    text-align: left;
    color: var(--lum-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding: 10px 8px;
    border-bottom: 1px solid #eef1f5;
}

.lum-acc-table td {
    padding: 11px 8px;
    border-bottom: 1px dashed #eef1f5;
    color: #3f4b57;
}

.lum-acc-table tr:last-child td {
    border-bottom: none;
}

.lum-acc-table a {
    color: var(--lum-brand);
    font-weight: 700;
    text-decoration: none;
}

.lum-acc-del {
    border: none;
    background: #fde1e1;
    color: #a12626;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}

.lum-acc-del:hover {
    background: #a12626;
    color: #fff;
}

body.dark .lum-acc-table td {
    color: #cfd6de;
}

@media (max-width: 991.98px) {
    .lum-acc-wrap {
        grid-template-columns: 1fr;
    }

    .lum-acc-side {
        position: static;
    }

    .lum-acc-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

body.dark .lum-acc-side,
body.dark .lum-acc-card,
body.dark .lum-acc-stat {
    background: #1e2530;
}

body.dark .lum-acc-user strong,
body.dark .lum-acc-stat h4,
body.dark .lum-acc-card-head h6,
body.dark .lum-acc-row .t {
    color: #e6e9ef;
}

body.dark .lum-acc-nav a {
    color: #cfd6de;
}

/* ---------------- Pricing page ---------------- */

.lum-pricing {
    background: #f5f7fa;
    padding: 56px 0 80px;
}

.lum-pricing-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 38px;
}

.lum-pricing-head h2 {
    font-weight: 800;
    font-size: 34px;
    color: var(--lum-ink);
    margin-bottom: 12px;
}

.lum-pricing-head p {
    color: var(--lum-muted);
    font-size: 15.5px;
}

.lum-pricing-tabs {
    display: inline-flex;
    background: #fff;
    border: 1px solid #e3e9ee;
    border-radius: 999px;
    padding: 5px;
    margin-top: 18px;
    gap: 4px;
}

.lum-pricing-tab {
    border: none;
    background: transparent;
    border-radius: 999px;
    padding: 9px 22px;
    font-weight: 700;
    font-size: 14px;
    color: var(--lum-muted);
    cursor: pointer;
    transition: all .15s ease;
}

.lum-pricing-tab.active {
    background: var(--lum-brand);
    color: #fff;
}

.lum-pricing-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 22px;
    flex-wrap: wrap;
}

.lum-price-card {
    position: relative;
    width: 320px;
    max-width: 100%;
    background: #fff;
    border: 1.5px solid #e6ebf0;
    border-radius: 20px;
    padding: 28px 26px 26px;
    display: flex;
    flex-direction: column;
    transition: all .15s ease;
}

.lum-price-card:hover {
    box-shadow: 0 18px 44px rgba(20, 33, 61, .10);
    transform: translateY(-3px);
}

.lum-price-card.is-featured {
    border-color: var(--lum-brand);
    box-shadow: 0 18px 44px rgba(1, 84, 114, .12);
}

.lum-price-ribbon {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(90deg, var(--lum-brand), #0a7ca3);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .6px;
    border-radius: 999px;
    padding: 4px 12px;
}

.lum-price-card h5 {
    font-weight: 800;
    font-size: 18px;
    color: var(--lum-ink);
    margin-bottom: 8px;
}

.lum-price-amount {
    font-weight: 800;
    font-size: 32px;
    color: var(--lum-brand);
    margin-bottom: 16px;
}

.lum-price-amount span {
    font-size: 14px;
    font-weight: 600;
    color: var(--lum-muted);
}

.lum-price-features {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    flex: 1;
}

.lum-price-features li {
    position: relative;
    padding: 7px 0 7px 26px;
    font-size: 14px;
    color: #46525e;
    border-bottom: 1px dashed #eef2f5;
}

.lum-price-features li::before {
    content: '✓';
    position: absolute;
    left: 2px;
    color: var(--lum-brand);
    font-weight: 800;
}

.lum-price-features li.is-off {
    color: #9aa5b1;
}

.lum-price-features li.is-off::before {
    content: '✕';
    color: #c2cad2;
}

.lum-price-muted {
    color: var(--lum-muted);
    font-size: 12.5px;
}

.lum-pricing-note {
    text-align: center;
    color: var(--lum-muted);
    font-size: 13.5px;
    margin-top: 30px;
}

body.dark .lum-pricing {
    background: #12161d;
}

body.dark .lum-price-card,
body.dark .lum-pricing-tabs {
    background: #1e2530;
    border-color: #2c3542;
}

body.dark .lum-price-card h5,
body.dark .lum-pricing-head h2 {
    color: #e6e9ef;
}

body.dark .lum-price-features li {
    color: #cfd6de;
    border-bottom-color: #273040;
}

/* ---------------- Provider signup (steps + selectable cards) ---------------- */

.lum-auth-wide {
    max-width: 680px;
}

.lum-pr-steplabel {
    display: block;
    font-weight: 800;
    font-size: 14.5px;
    color: var(--lum-brand);
    margin: 22px 0 10px;
}

.lum-pr-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.lum-pr-card {
    border: 1.5px solid #e3e9ee;
    border-radius: 14px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all .13s ease;
    background: #fff;
}

.lum-pr-card strong {
    display: block;
    font-size: 15px;
    color: var(--lum-ink);
    margin-bottom: 3px;
}

.lum-pr-card span {
    font-size: 12.5px;
    color: var(--lum-muted);
    line-height: 1.35;
    display: block;
}

.lum-pr-card:hover {
    border-color: var(--lum-brand);
}

.lum-pr-card.active {
    border-color: var(--lum-brand);
    background: #f0f7fa;
    box-shadow: inset 0 0 0 1px var(--lum-brand);
}

.lum-pr-plans {
    margin-top: 14px;
    background: #f7fafb;
    border: 1px solid #e9eef2;
    border-radius: 14px;
    padding: 12px 14px;
}

.lum-pr-plan {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 8px;
    font-size: 13.5px;
    border-bottom: 1px dashed #e6ecf0;
}

/* selectable plan rows (radio behaviour) */
.lum-pr-plan-select {
    cursor: pointer;
    border-radius: 10px;
    transition: background .12s ease;
}

.lum-pr-plan-select:hover {
    background: #eef5f8;
}

.lum-pr-plan-select.active {
    background: #e8f2f6;
}

.lum-pr-radio {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 50%;
    border: 2px solid #c3cdd5;
    position: relative;
    transition: border-color .12s ease;
}

.lum-pr-plan-select.active .lum-pr-radio {
    border-color: var(--lum-brand);
}

.lum-pr-plan-select.active .lum-pr-radio::after {
    content: '';
    position: absolute;
    inset: 2.5px;
    border-radius: 50%;
    background: var(--lum-brand);
}

body.dark .lum-pr-plan-select:hover,
body.dark .lum-pr-plan-select.active {
    background: #22303c;
}

.lum-pr-plan:last-of-type {
    border-bottom: none;
}

.lum-pr-plan-name {
    flex: 1;
    font-weight: 700;
    color: var(--lum-ink);
}

.lum-pr-plan-name em {
    font-style: normal;
    background: var(--lum-brand);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    border-radius: 999px;
    padding: 2px 8px;
    margin-left: 6px;
    letter-spacing: .4px;
}

.lum-pr-plan-price {
    font-weight: 700;
    color: var(--lum-brand);
}

.lum-pr-plan-keep {
    color: var(--lum-muted);
    font-size: 12.5px;
    width: 84px;
    text-align: right;
}

.lum-gps-btn {
    border: 1px solid #dde3ea;
    background: #f5f8fa;
    color: var(--lum-brand);
}

.lum-gps-btn:hover {
    background: var(--lum-brand);
    color: #fff;
}

@media (max-width: 575.98px) {
    .lum-pr-cards {
        grid-template-columns: 1fr;
    }
}

body.dark .lum-pr-card {
    background: #1e2530;
    border-color: #2c3542;
}

body.dark .lum-pr-card strong {
    color: #e6e9ef;
}

body.dark .lum-pr-card.active {
    background: #22303c;
}

body.dark .lum-pr-plans {
    background: #171d26;
    border-color: #232b36;
}

body.dark .lum-pr-plan-name {
    color: #e6e9ef;
}

/* ---------------- Footer (Fiverr-style columns + area chips) ---------------- */

.lum-footer {
    background: #f5f8fa;
    border-top: 1px solid #e4ecf0;
    padding-top: 56px;
    color: #3f4b57;
}

.lum-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.lum-footer-col h6 {
    font-weight: 800;
    font-size: 15px;
    color: var(--lum-ink);
    margin-bottom: 16px;
}

.lum-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lum-footer-col li {
    margin-bottom: 10px;
}

.lum-footer-col a {
    color: #5a6672;
    font-size: 14px;
    text-decoration: none;
    transition: color .12s ease;
}

.lum-footer-col a:hover {
    color: var(--lum-brand);
}

.lum-footer-areas {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e4ecf0;
}

.lum-footer-areas h6 {
    font-weight: 800;
    font-size: 15px;
    color: var(--lum-ink);
    margin-bottom: 14px;
}

.lum-footer-chiprow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 36px;
}

.lum-footer-chip {
    display: inline-block;
    background: #fff;
    border: 1px solid #e0e8ee;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #4a5663;
    text-decoration: none;
    transition: all .12s ease;
}

.lum-footer-chip:hover {
    border-color: var(--lum-brand);
    color: var(--lum-brand);
    background: #fff;
}

.lum-footer-bottom {
    background: #eaf1f4;
    border-top: 1px solid #e0e9ee;
    padding: 18px 0;
}

.lum-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.lum-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.lum-footer-brand .lum-brand img {
    height: 34px;
    max-width: 150px;
}

.lum-footer-copy {
    font-size: 13px;
    color: #5a6672;
}

.lum-footer-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.lum-footer-social {
    display: flex;
    gap: 8px;
}

.lum-footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dde6ec;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4a5663;
    transition: all .12s ease;
}

.lum-footer-social a:hover {
    background: var(--lum-brand);
    border-color: var(--lum-brand);
    color: #fff;
}

.lum-footer-apps {
    display: flex;
    gap: 8px;
}

.lum-footer-apps img {
    height: 38px;
    width: auto;
    border-radius: 8px;
}

@media (max-width: 991.98px) {
    .lum-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .lum-footer {
        padding-top: 38px;
    }

    .lum-footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .lum-footer-bottom-inner {
        justify-content: center;
        text-align: center;
    }
}

body.dark .lum-footer {
    background: #12161d;
    border-top-color: #232b36;
}

body.dark .lum-footer-col h6,
body.dark .lum-footer-areas h6 {
    color: #e6e9ef;
}

body.dark .lum-footer-col a {
    color: #9aa5b1;
}

body.dark .lum-footer-areas {
    border-top-color: #232b36;
}

body.dark .lum-footer-chip {
    background: #1e2530;
    border-color: #2c3542;
    color: #cfd6de;
}

body.dark .lum-footer-bottom {
    background: #171d26;
    border-top-color: #232b36;
}

body.dark .lum-footer-social a {
    background: #1e2530;
    border-color: #2c3542;
    color: #cfd6de;
}

/* First-time social sign-in: "complete your account" overlay */
.lum-sc-overlay {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: rgba(10, 22, 30, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lum-sc-card {
    position: relative;
    width: 440px;
    max-width: 100%;
    max-height: 92vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(2, 20, 28, .35);
    padding: 30px 28px 26px;
}

.lum-sc-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: none;
    background: none;
    font-size: 26px;
    line-height: 1;
    color: #9aa1af;
    cursor: pointer;
}

.lum-sc-close:hover {
    color: var(--lum-ink);
}

.lum-sc-title {
    font-weight: 800;
    font-size: 21px;
    color: var(--lum-ink);
    margin-bottom: 6px;
}

.lum-sc-sub {
    color: var(--lum-muted);
    font-size: 13.5px;
    margin-bottom: 18px;
}

.lum-sc-card input[disabled] {
    background: #f2f5f8;
    color: var(--lum-muted);
}

body.dark .lum-sc-card {
    background: #1e2530;
}

body.dark .lum-sc-title {
    color: #e6e9ef;
}

body.dark .lum-sc-card input[disabled] {
    background: #273040;
}

.lum-auth-outline-btn:hover {
    background: var(--lum-brand);
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .lum-auth-side {
        display: none;
    }

    .lum-auth-main {
        padding: 40px 20px;
    }
}

@media (max-width: 575.98px) {
    .lum-field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ---------------- Post a Task (brief) form ---------------- */

.lum-brief-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.lum-brief-card {
    background: #fff;
    border: 1px solid #eceef4;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(20, 33, 61, .08);
    padding: 40px 42px 34px;
}

.lum-brief-title {
    font-weight: 800;
    font-size: 30px;
    color: var(--lum-ink);
    letter-spacing: -.4px;
    margin-bottom: 6px;
}

.lum-brief-sub {
    color: var(--lum-muted) !important;
    font-size: 15px;
    margin-bottom: 26px;
}

.lum-brief-alert {
    background: #fdeaea;
    color: #c0392b;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.lum-brief-field {
    margin-bottom: 18px;
}

.lum-brief-field label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #39424e;
    margin-bottom: 7px;
}

.lum-brief-field label span {
    color: #c0392b;
}

.lum-brief-field label em {
    color: var(--lum-muted);
    font-weight: 500;
    font-style: normal;
    font-size: 12.5px;
}

.lum-brief-field input[type="text"],
.lum-brief-field input[type="number"],
.lum-brief-field select,
.lum-brief-field textarea {
    width: 100%;
    background: #f7f8fc;
    border: 1.5px solid #e6e8f0;
    color: var(--lum-ink);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14.5px;
    outline: none;
    transition: border-color .15s ease, background .15s ease;
}

.lum-brief-field input:focus,
.lum-brief-field select:focus,
.lum-brief-field textarea:focus {
    border-color: var(--lum-brand);
    background: #fff;
}

.lum-brief-row {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 16px;
}

.lum-brief-loc {
    position: relative;
}

.lum-brief-loc input {
    padding-right: 46px !important;
}

.lum-brief-loc button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    color: var(--lum-brand);
    cursor: pointer;
    padding: 9px 12px;
}

.lum-brief-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.lum-brief-chip {
    cursor: pointer;
    margin: 0;
}

.lum-brief-chip input {
    display: none;
}

.lum-brief-chip span {
    display: inline-block;
    border: 1.5px solid #e6e8f0;
    background: #f7f8fc;
    color: #39424e;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13.5px;
    font-weight: 600;
    transition: all .15s ease;
}

.lum-brief-chip input:checked + span {
    background: var(--lum-brand);
    border-color: var(--lum-brand);
    color: #fff;
}

.lum-brief-btn {
    display: inline-block;
    background: var(--lum-brand);
    color: #fff !important;
    font-weight: 700;
    font-size: 15.5px;
    border: 0;
    border-radius: 12px;
    padding: 14px 30px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background .15s ease;
}

.lum-brief-btn.w-100 {
    width: 100%;
    margin-top: 6px;
}

.lum-brief-btn:hover {
    background: var(--lum-brand-dark);
}

.lum-brief-btn:disabled {
    opacity: .6;
    cursor: default;
}

.lum-brief-btn-outline {
    display: inline-block;
    color: var(--lum-brand) !important;
    border: 1.5px solid var(--lum-brand);
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    padding: 13px 28px;
    text-decoration: none;
    text-align: center;
    transition: all .15s ease;
}

.lum-brief-btn-outline:hover {
    background: var(--lum-brand);
    color: #fff !important;
}

.lum-brief-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--lum-muted) !important;
    font-size: 13px;
    margin: 16px 0 0;
}

.lum-brief-note svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--lum-brand);
}

/* Success panel */
.lum-brief-success {
    background: #fff;
    border: 1px solid #eceef4;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(20, 33, 61, .08);
    padding: 56px 42px;
    text-align: center;
}

.lum-brief-success-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #e5f6ef;
    color: #1e9e6a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.lum-brief-success h3 {
    font-weight: 800;
    font-size: 26px;
    color: var(--lum-ink);
    margin-bottom: 10px;
}

.lum-brief-success p {
    color: var(--lum-muted) !important;
    font-size: 15px;
    max-width: 460px;
    margin: 0 auto 26px;
}

.lum-brief-success-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .lum-brief-card,
    .lum-brief-success {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .lum-brief-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

body.dark .lum-brief-card,
body.dark .lum-brief-success {
    background: #1e2530;
    border-color: #2c3542;
}

body.dark .lum-brief-title,
body.dark .lum-brief-success h3 {
    color: #e6e9ef;
}

body.dark .lum-brief-field input,
body.dark .lum-brief-field select,
body.dark .lum-brief-field textarea {
    background: #171d26;
    border-color: #2c3542;
    color: #e6e9ef;
}

/* ---------------- Responsive ---------------- */

@media (max-width: 1199.98px) {
    .lum-hero-bg img {
        width: 42%;
    }
}

@media (max-width: 991.98px) {
    .lum-hero-bg img {
        display: none;
    }

    .lum-hero-inner {
        padding: 64px 24px 130px;
    }

    .lum-hero-title {
        font-size: 38px;
    }

    .lum-cats-card {
        margin-top: -70px;
        padding: 28px 18px 26px;
    }
}

@media (max-width: 767.98px) {
    .lum-hero-title {
        font-size: 31px;
    }

    .lum-hero-inner {
        padding: 48px 18px 56px;
    }

    .lum-search {
        flex-wrap: wrap;
        border-radius: 22px;
        gap: 4px;
    }

    .lum-search-loc {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

    .lum-search-divider {
        display: none;
    }

    .lum-search-field {
        width: 100%;
        flex: 1 1 100%;
        border-top: 1px solid #eef0f5;
    }

    .lum-search-btn {
        width: 100%;
        margin-top: 4px;
    }

    .lum-cats-head {
        margin-bottom: 18px;
    }

    .lum-cats-progress {
        width: 120px;
        margin-top: 14px;
    }

    .lum-cats-title {
        font-size: 22px;
    }

    .lum-cats-sub {
        font-size: 14px;
    }

    .lum-cat-item {
        width: 104px;
        padding: 12px 8px 12px;
    }

    .lum-cat-icon {
        width: 56px;
        height: 56px;
    }

    .lum-cat-icon img {
        width: 34px;
        height: 34px;
    }
}

/* Dark mode */
body.dark .lum-nav-pill {
    background: #1e2530;
    border-color: #2c3542;
    color: #e6e9ef !important;
}

body.dark .lum-dropdown-menu {
    background: #1e2530;
    border-color: #2c3542;
}

body.dark .lum-dropdown-menu a {
    color: #e6e9ef;
}

body.dark .lum-dropdown-menu a:hover {
    background: #273040;
}

body.dark .lum-cats {
    background: transparent;
}

body.dark .lum-cats-card,
body.dark .lum-loc-menu {
    background: #1e2530;
}

body.dark .lum-loc-item {
    color: #e6e9ef;
}

body.dark .lum-loc-item:hover {
    background: #273040;
}

body.dark .lum-cat-item {
    background: #171d26;
}

body.dark .lum-cat-item:hover {
    background: #1e2530;
}

body.dark .lum-cat-icon {
    background: #273040;
}

body.dark .lum-cat-name {
    color: #e6e9ef;
}

body.dark .lum-cats-progress {
    background: #2c3542;
}

body.dark .lum-cats-viewport::before {
    background: linear-gradient(90deg, #1e2530 15%, rgba(30, 37, 48, 0));
}

body.dark .lum-cats-viewport::after {
    background: linear-gradient(270deg, #1e2530 15%, rgba(30, 37, 48, 0));
}

body.dark .lum-search,
body.dark .lum-suggest {
    background: #1e2530;
}

body.dark .lum-search-field input,
body.dark .lum-search-loc,
body.dark .lum-suggest a {
    color: #e6e9ef;
}

body.dark .lum-search-loc:hover,
body.dark .lum-suggest a:hover {
    background: #273040;
}

body.dark .lum-search-divider {
    background: #2c3542;
}
