/* =========================================================
   BLANJEGO INDEX — SERVICE FOCUSED
========================================================= */
.blj-home,
.blj-home * {
    box-sizing: border-box;
}

.blj-home {
    padding: 22px 0 52px;
    color: #f8fafc;
}

.blj-home a {
    text-decoration: none;
}

.blj-home svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.blj-home__container {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.blj-hero {
    position: relative;
    min-height: 430px;
    padding: 44px;
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr);
    align-items: center;
    gap: 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at 76% 18%, rgba(139,92,246,.28), transparent 17rem),
        radial-gradient(circle at 16% 90%, rgba(88,28,135,.18), transparent 20rem),
        linear-gradient(145deg,#17111e,#09090c);
    box-shadow: 0 30px 70px rgba(0,0,0,.24);
}

.blj-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -170px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 50%;
}

.blj-hero__content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.blj-eyebrow {
    width: fit-content;
    padding: 8px 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(196,181,253,.16);
    border-radius: 999px;
    background: rgba(124,58,237,.11);
    color: #c4b5fd;
    font-size: 10px;
    font-weight: 850;
}

.blj-eyebrow svg {
    width: 15px;
    height: 15px;
}

.blj-hero h1 {
    max-width: 660px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(38px,5.2vw,66px);
    line-height: .98;
    letter-spacing: -.055em;
}

.blj-hero__content > p {
    max-width: 590px;
    margin: 20px 0 0;
    color: #a59dab;
    font-size: 14px;
    line-height: 1.7;
}

.blj-main-search {
    max-width: 620px;
    margin-top: 26px;
    padding: 7px 7px 7px 15px;
    display: grid;
    grid-template-columns: 22px minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 18px 35px rgba(0,0,0,.16);
}

.blj-main-search > svg {
    width: 20px;
    height: 20px;
    color: #6b6470;
}

.blj-main-search input {
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17131b;
    font-size: 12px;
}

.blj-main-search input::placeholder {
    color: #948d99;
}

.blj-main-search button {
    height: 42px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    background: #6d28d9;
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
}

.blj-hero__trust {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.blj-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #87808c;
    font-size: 9px;
}

.blj-hero__trust svg {
    width: 15px;
    height: 15px;
    color: #a78bfa;
}

.blj-hero__visual {
    position: relative;
    z-index: 2;
    min-height: 330px;
    display: grid;
    place-items: center;
}

.blj-phone {
    width: 210px;
    height: 390px;
    padding: 18px 15px;
    border: 6px solid #27212c;
    border-radius: 34px;
    background: #f9fafb;
    box-shadow: 0 34px 65px rgba(0,0,0,.42);
    transform: rotate(5deg);
}

.blj-phone__bar {
    width: 58px;
    height: 6px;
    margin: -7px auto 14px;
    border-radius: 999px;
    background: #1f1b22;
}

.blj-phone__brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blj-phone__brand > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #6d28d9;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.blj-phone__brand strong,
.blj-phone__brand small {
    display: block;
}

.blj-phone__brand strong {
    color: #19151d;
    font-size: 10px;
}

.blj-phone__brand small {
    margin-top: 2px;
    color: #a29ca6;
    font-size: 6px;
}

.blj-phone__search {
    height: 34px;
    margin-top: 18px;
    border-radius: 10px;
    background: #ebe8ee;
}

.blj-phone__services {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
}

.blj-phone__services i {
    height: 39px;
    border-radius: 12px;
}

.blj-phone__services .is-purple { background:#ede9fe; }
.blj-phone__services .is-blue { background:#dbeafe; }
.blj-phone__services .is-orange { background:#ffedd5; }
.blj-phone__services .is-green { background:#dcfce7; }

.blj-phone__banner {
    height: 92px;
    margin-top: 17px;
    border-radius: 15px;
    background: linear-gradient(135deg,#6d28d9,#a855f7);
}

.blj-phone__line {
    height: 10px;
    margin-top: 16px;
    border-radius: 999px;
    background: #e6e2e9;
}

.blj-phone__line.is-short {
    width: 68%;
    margin-top: 9px;
}

.blj-floating-badge {
    position: absolute;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    background: rgba(20,17,24,.9);
    color: #ddd6e3;
    font-size: 8px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(0,0,0,.28);
}

.blj-floating-badge.is-food { top: 32px; right: 4px; }
.blj-floating-badge.is-ride { left: 4px; top: 145px; }
.blj-floating-badge.is-shop { right: 8px; bottom: 25px; }

.blj-account {
    min-height: 80px;
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0,1fr) 1px minmax(0,.8fr);
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 19px;
    background: #141318;
}

.blj-account__profile,
.blj-balance {
    min-width: 0;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: inherit;
}

.blj-account__profile > span:nth-child(2),
.blj-balance > span:nth-child(2) {
    min-width: 0;
}

.blj-account small,
.blj-account strong {
    display: block;
}

.blj-account small {
    color: #7d7682;
    font-size: 8px;
}

.blj-account strong {
    margin-top: 4px;
    overflow: hidden;
    color: #ece7ef;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blj-avatar,
.blj-balance__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
}

.blj-avatar {
    background: linear-gradient(145deg,#7c3aed,#4c1d95);
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.blj-avatar svg,
.blj-balance__icon svg {
    width: 21px;
    height: 21px;
}

.blj-account__profile > svg {
    width: 17px;
    height: 17px;
    margin-left: auto;
    color: #675f6c;
}

.blj-account__divider {
    width: 1px;
    height: 42px;
    background: rgba(255,255,255,.07);
}

.blj-balance__icon {
    background: rgba(124,58,237,.11);
    color: #c4b5fd;
}

.blj-section {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 22px;
    background: #111014;
}

.blj-section__head span,
.blj-how__intro > span,
.blj-partner-cta > div > span {
    color: #a78bfa;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.blj-section__head h2,
.blj-how__intro h2,
.blj-partner-cta h2 {
    margin: 7px 0 0;
    color: #f5f1f7;
    font-size: clamp(21px,3vw,30px);
    letter-spacing: -.035em;
}

.blj-section__head p,
.blj-how__intro p,
.blj-partner-cta p {
    margin: 7px 0 0;
    color: #7f7884;
    font-size: 10px;
    line-height: 1.55;
}

.blj-section__head--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.blj-section__head--row > a {
    color: #a78bfa;
    font-size: 9px;
    font-weight: 800;
}

.blj-services {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 11px;
}

.blj-service {
    position: relative;
    min-height: 215px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 18px;
    background: #19171d;
    color: inherit;
    transition: transform .2s ease, border-color .2s ease;
}

.blj-service:hover {
    transform: translateY(-3px);
    border-color: rgba(167,139,250,.25);
}

.blj-service::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -65px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: currentColor;
    opacity: .045;
}

.blj-service__icon {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    border-radius: 15px;
}

.blj-service__icon svg {
    width: 25px;
    height: 25px;
}

.blj-service--ride .blj-service__icon { background:#ede9fe; color:#6d28d9; }
.blj-service--car .blj-service__icon { background:#dbeafe; color:#2563eb; }
.blj-service--food .blj-service__icon { background:#ffedd5; color:#ea580c; }
.blj-service--market .blj-service__icon { background:#dcfce7; color:#15803d; }

.blj-service strong {
    display: block;
    color: #f3eef5;
    font-size: 15px;
}

.blj-service p {
    min-height: 45px;
    margin: 7px 0 14px;
    color: #817a86;
    font-size: 9px;
    line-height: 1.55;
}

.blj-service div > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b7afb9;
    font-size: 8px;
    font-weight: 800;
}

.blj-service div > span b {
    color: #a78bfa;
    font-size: 13px;
}

.blj-how {
    padding: 26px;
    display: grid;
    grid-template-columns: minmax(230px,.7fr) minmax(0,1.3fr);
    align-items: center;
    gap: 25px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 22px;
    background:
        linear-gradient(120deg,rgba(124,58,237,.08),transparent 42%),
        #111014;
}

.blj-how__steps {
    display: grid;
    gap: 9px;
}

.blj-how__steps article {
    padding: 13px;
    display: grid;
    grid-template-columns: 35px minmax(0,1fr);
    gap: 11px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 14px;
    background: #19171d;
}

.blj-how__steps b {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(124,58,237,.13);
    color: #c4b5fd;
    font-size: 11px;
}

.blj-how__steps strong {
    color: #eee9f1;
    font-size: 10px;
}

.blj-how__steps p {
    margin: 4px 0 0;
    color: #77707c;
    font-size: 8px;
    line-height: 1.45;
}

.blj-promo-slider {
    position: relative;
    overflow: hidden;
    border-radius: 23px;
}

.blj-promo-slider__track {
    position: relative;
    min-height: 270px;
}

.blj-promo {
    position: absolute;
    inset: 0;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0,1fr) 160px;
    align-items: center;
    gap: 22px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
}

.blj-promo.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.blj-promo--purple { background:linear-gradient(135deg,#4c1d95,#7c3aed); }
.blj-promo--orange { background:linear-gradient(135deg,#9a3412,#ea580c); }
.blj-promo--blue { background:linear-gradient(135deg,#1e3a8a,#2563eb); }

.blj-promo > div:first-child {
    max-width: 650px;
}

.blj-promo span {
    color: rgba(255,255,255,.72);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.blj-promo h2 {
    margin: 9px 0 0;
    color: #fff;
    font-size: clamp(24px,4vw,40px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.blj-promo p {
    margin: 11px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 10px;
    line-height: 1.55;
}

.blj-promo a {
    width: fit-content;
    margin-top: 18px;
    padding: 11px 14px;
    display: inline-flex;
    border-radius: 11px;
    background: #fff;
    color: #1e1723;
    font-size: 9px;
    font-weight: 850;
}

.blj-promo__symbol {
    width: 125px;
    height: 125px;
    display: grid;
    place-items: center;
    justify-self: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 35px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 55px;
    font-weight: 950;
    transform: rotate(7deg);
}

.blj-promo__symbol svg {
    width: 52px;
    height: 52px;
}

.blj-promo-slider__dots {
    position: absolute;
    left: 34px;
    bottom: 17px;
    display: flex;
    gap: 6px;
    z-index: 5;
}

.blj-promo-slider__dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.35);
    cursor: pointer;
}

.blj-promo-slider__dots button.is-active {
    width: 20px;
    background: #fff;
}

.blj-categories {
    margin-top: 18px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
}

.blj-categories::-webkit-scrollbar {
    display: none;
}

.blj-categories a {
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 999px;
    background: #1a181e;
    color: #a59da8;
    font-size: 8px;
    font-weight: 750;
}

.blj-store-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 11px;
}

.blj-store-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 17px;
    background: #19171d;
}

.blj-store-card__image {
    position: relative;
    height: 145px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg,#2a2130,#17131a);
}

.blj-store-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blj-store-card__image > span {
    color: #c4b5fd;
    font-size: 32px;
    font-weight: 950;
}

.blj-store-card__image b {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 8px;
    border-radius: 999px;
    font-size: 7px;
    font-weight: 900;
}

.blj-store-card__image b.is-open {
    background: rgba(16,185,129,.9);
    color: #fff;
}

.blj-store-card__image b.is-closed {
    background: rgba(239,68,68,.9);
    color: #fff;
}

.blj-store-card__body {
    padding: 13px;
}

.blj-store-card h3 {
    margin: 0;
    color: #ede8f0;
    font-size: 11px;
}

.blj-store-card p {
    height: 33px;
    margin: 6px 0 0;
    overflow: hidden;
    color: #77707c;
    font-size: 8px;
    line-height: 1.45;
}

.blj-product-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 10px;
}

.blj-product-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 16px;
    background: #19171d;
}

.blj-product-card__image {
    height: 165px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg,#28212d,#171319);
}

.blj-product-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blj-product-card__image span {
    color: #c4b5fd;
    font-size: 31px;
    font-weight: 950;
}

.blj-product-card__body {
    padding: 12px;
}

.blj-product-card small {
    display: block;
    overflow: hidden;
    color: #736c77;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blj-product-card h3 {
    height: 31px;
    margin: 6px 0 0;
    overflow: hidden;
    color: #e7e1ea;
    font-size: 9px;
    line-height: 1.45;
}

.blj-product-card strong {
    display: block;
    margin-top: 9px;
    color: #c4b5fd;
    font-size: 11px;
}

.blj-empty {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px dashed rgba(255,255,255,.08);
    border-radius: 14px;
    color: #756e79;
    font-size: 9px;
    text-align: center;
}

.blj-partner-cta {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border: 1px solid rgba(167,139,250,.14);
    border-radius: 23px;
    background:
        radial-gradient(circle at 95% 20%,rgba(124,58,237,.2),transparent 15rem),
        #17131b;
}

.blj-partner-cta > div {
    max-width: 680px;
}

.blj-partner-cta > a {
    min-width: 165px;
    padding: 13px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 13px;
    background: #7c3aed;
    color: #fff;
    font-size: 9px;
    font-weight: 850;
}

.blj-partner-cta > a svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 980px) {
    .blj-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .blj-hero__visual {
        display: none;
    }

    .blj-services {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .blj-how {
        grid-template-columns: 1fr;
    }

    .blj-store-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .blj-product-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 700px) {
    .blj-home {
        padding-top: 12px;
        padding-bottom: 90px;
    }

    .blj-home__container {
        width: min(100% - 18px,1180px);
        gap: 11px;
    }

    .blj-hero {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .blj-hero h1 {
        font-size: 37px;
    }

    .blj-hero__content > p {
        font-size: 11px;
    }

    .blj-main-search {
        grid-template-columns: 20px minmax(0,1fr);
        padding-right: 13px;
    }

    .blj-main-search button {
        display: none;
    }

    .blj-account {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 10px;
    }

    .blj-account__divider {
        width: 100%;
        height: 1px;
    }

    .blj-section {
        padding: 17px;
        border-radius: 19px;
    }

    .blj-section__head--row {
        align-items: flex-start;
    }

    .blj-section__head--row p {
        display: none;
    }

    .blj-services {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 8px;
    }

    .blj-service {
        min-height: 184px;
        padding: 14px;
    }

    .blj-service__icon {
        width: 43px;
        height: 43px;
    }

    .blj-service p {
        min-height: 54px;
        font-size: 8px;
    }

    .blj-how {
        padding: 18px;
    }

    .blj-promo-slider__track {
        min-height: 315px;
    }

    .blj-promo {
        min-height: 315px;
        padding: 25px 20px 45px;
        grid-template-columns: 1fr;
    }

    .blj-promo__symbol {
        display: none;
    }

    .blj-promo-slider__dots {
        left: 20px;
    }

    .blj-store-grid {
        display: flex;
        gap: 9px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .blj-store-grid::-webkit-scrollbar {
        display: none;
    }

    .blj-store-card {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .blj-product-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 8px;
    }

    .blj-product-card__image {
        height: 135px;
    }

    .blj-partner-cta {
        padding: 21px;
        align-items: flex-start;
        flex-direction: column;
    }

    .blj-partner-cta > a {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .blj-services {
        grid-template-columns: 1fr;
    }

    .blj-service {
        min-height: 165px;
    }
}
