/* BhojMandu landing v2 bundle — generated 2026-06-15. Rebuild: php artisan landing:build-css */

/* --- landing-header-v2.css --- */

/* BhojMandu Landing Header v2 */
.bm-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: #fff;
    border-bottom: 1px solid #f0f0f2;
    box-shadow: 0 4px 24px rgba(26, 26, 46, 0.06);
    font-family: 'Inter', sans-serif;
}

.bm-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
}

.bm-header__logo img {
    max-height: 44px;
    width: auto;
    display: block;
}

.bm-header__toggle {
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px;
}

.bm-header__toggle span {
    display: block;
    height: 2px;
    background: #282C3F;
    border-radius: 2px;
}

.bm-header__nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: flex-end;
}

.bm-header__menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bm-header__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    color: #3D4152;
    font-size: 0.925rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    background: transparent;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
    cursor: pointer;
    white-space: nowrap;
}

.bm-header__link:hover,
.bm-header__link.active {
    color: var(--brand-red, #EF3024);
}

.bm-header__link.active {
    position: relative;
}

.bm-header__menu > li > .bm-header__link.active::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 2px;
    background: var(--brand-red, #EF3024);
    border-radius: 2px;
}

.bm-header__dropdown {
    position: relative;
}

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

.bm-header__dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 210px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(26, 26, 46, 0.12);
    list-style: none;
    margin: 0;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
    z-index: 20;
}

.bm-header__dropdown-menu--right {
    left: auto;
    right: 0;
}

.bm-header__dropdown-menu li a {
    display: block;
    padding: 10px 12px;
    color: #3D4152;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.875rem;
}

.bm-header__dropdown-menu li a:hover,
.bm-header__dropdown-menu li a.active {
    background: #fff5f5;
    color: var(--brand-red, #EF3024);
}

.bm-header__dropdown-menu li a small {
    display: block;
    color: #93959F;
    font-size: 0.75rem;
    margin-top: 2px;
}

.bm-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bm-header__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #e9e9eb;
    border-radius: 999px;
    background: #fff;
    color: #3D4152;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.bm-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: var(--brand-red, #EF3024);
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
    box-shadow: 0 8px 24px rgba(239, 48, 36, 0.25);
}

.bm-header__cta:hover {
    filter: brightness(0.95);
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 991px) {
    .bm-header__nav {
        position: fixed;
        inset: 72px 0 auto 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border-bottom: 1px solid #eee;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
        display: none;
        max-height: calc(100vh - 72px);
        overflow-y: auto;
    }

    .bm-header__nav.is-open {
        display: flex;
    }

    .bm-header__menu {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .bm-header__dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding-left: 12px;
        display: none;
    }

    .bm-header__dropdown.is-open .bm-header__dropdown-menu {
        display: block;
    }

    .bm-header__actions {
        flex-wrap: wrap;
        width: 100%;
    }

    .bm-header__cta {
        width: 100%;
    }
}

/* --- landing-v2.css --- */

/* BhojMandu Landing v2 */
.landing-v2 {
    --bm-red: var(--brand-red, #EF3024);
    --bm-navy: #1A1A2E;
    --bm-text: #282C3F;
    --bm-muted: #686B78;
    --bm-radius: 20px;
    --bm-shadow: 0 20px 60px rgba(26, 26, 46, 0.08);
}

.landing-v2 .bm-section {
    padding: 56px 0;
}

.landing-v2 .bm-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}

.landing-v2 .bm-section-head h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--bm-text);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.landing-v2 .bm-section-head p {
    color: var(--bm-muted);
    font-size: 1.05rem;
    margin: 0;
}

/* Hero */
.bm-hero {
    position: relative;
    padding: 36px 0 52px;
    overflow: hidden;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 55%);
}

.bm-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
}

.bm-hero__bg-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bm-hero__food {
    position: absolute;
    object-fit: contain;
    z-index: 5;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
    border-radius: 0;
    box-shadow: none;
    background: transparent !important;
}

.bm-hero__food--1 { top: 8%; left: 0; width: 110px; height: auto; }
.bm-hero__food--2 { top: 42%; left: -4%; width: 95px; height: auto; }
.bm-hero__food--3 { bottom: 6%; right: 8%; width: 120px; height: auto; z-index: 6; }
.bm-hero__food--4 { top: 6%; right: 6%; width: 95px; height: auto; z-index: 6; }

.bm-hero__visual {
    position: relative;
    min-height: 430px;
    max-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-hero__visual .bm-phone-mockup--frameless.bm-phone-mockup--hero {
    position: relative;
    z-index: 4;
    margin: 0 auto;
}

.bm-hero__visual .bm-phone-mockup--hero .bm-phone-mockup__device,
.bm-hero__visual .bm-phone-mockup--hero .bm-phone-mockup__screen {
    display: none;
}

.bm-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.bm-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bm-red);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.bm-hero__title {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.08;
    color: var(--bm-text);
    margin: 0 0 16px;
    letter-spacing: -0.03em;
}

.bm-hero__text {
    color: var(--bm-muted);
    font-size: 1.1rem;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 520px;
}

.bm-hero__location-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    margin-bottom: 24px;
    max-width: 520px;
    background: #fff;
    border: 1px solid #E9E9EB;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.bm-hero__location {
    flex: 1;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 600;
    color: var(--bm-text);
}

.bm-hero__location-row .bm-hero__cta {
    border-radius: 0;
    margin: 0;
    padding: 14px 22px;
    box-shadow: none;
    white-space: nowrap;
}

.bm-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: var(--bm-red);
    color: #fff !important;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(239, 48, 36, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.bm-hero__cta:hover {
    transform: translateY(-2px);
    color: #fff;
}

.bm-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 28px 0;
}

.bm-hero__badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.bm-hero__badge strong {
    display: block;
    color: var(--bm-text);
    font-weight: 700;
}

.bm-hero__badge span {
    color: var(--bm-muted);
    font-size: 0.8rem;
}

.bm-hero__stores {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.bm-hero__stores-label {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--bm-text);
}

.bm-hero__stores-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bm-hero__stores-badges img {
    height: 44px;
}

.bm-hero__float {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 7;
    white-space: nowrap;
}

.bm-hero__float--1 { top: 22%; left: 8%; font-size: 0.72rem; padding: 6px 10px; }
.bm-hero__float--2 { top: 38%; right: 12%; font-size: 0.72rem; padding: 6px 10px; }
.bm-hero__float--3 { bottom: 18%; left: 12%; font-size: 0.72rem; padding: 6px 10px; }

.bm-country-card {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--bm-shadow);
    min-width: 220px;
    text-align: left;
}

.bm-country-card h6 {
    font-weight: 800;
    margin: 0 0 12px;
    font-size: 0.9rem;
}

.bm-country-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    color: var(--bm-text);
    text-decoration: none;
    font-size: 0.88rem;
    border-bottom: 1px solid #f0f0f2;
}

.bm-country-card a.active {
    color: var(--bm-red);
    font-weight: 700;
}

/* Services */
.bm-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bm-service-card {
    border-radius: var(--bm-radius);
    padding: 28px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s;
}

.bm-service-card__photo {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 52%;
    max-width: 200px;
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

.bm-service-card:hover {
    transform: translateY(-8px);
}

.bm-service-card--food { background: linear-gradient(145deg, #fff5f5, #ffe8e8); }
.bm-service-card--grocery { background: linear-gradient(145deg, #f0fdf4, #dcfce7); }
.bm-service-card--gift { background: linear-gradient(145deg, #faf5ff, #f3e8ff); }

.bm-service-card__emoji {
    font-size: 3rem;
    margin-bottom: 16px;
}

.bm-service-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--bm-text);
}

.bm-service-card p {
    color: var(--bm-muted);
    flex: 1;
    margin-bottom: 20px;
}

.bm-service-card__btn {
    align-self: flex-start;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0;
}

.bm-service-card--food .bm-service-card__btn { color: var(--bm-red); }
.bm-service-card--grocery .bm-service-card__btn { color: #16a34a; }
.bm-service-card--gift .bm-service-card__btn { color: #7c3aed; }

/* Phone mockup frame */
.bm-phone-mockup {
    pointer-events: none;
    user-select: none;
}

.bm-phone-mockup--sm {
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 54%;
    max-width: 210px;
    z-index: 2;
}

.bm-phone-mockup--md {
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
}

.bm-phone-mockup--lg {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.bm-phone-mockup__device {
    background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
    border-radius: 32px;
    padding: 10px 8px 12px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.bm-phone-mockup__notch {
    width: 36%;
    height: 5px;
    background: #0a0a0a;
    border-radius: 999px;
    margin: 0 auto 8px;
}

.bm-phone-mockup__screen {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    line-height: 0;
}

.bm-phone-mockup__screen img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.bm-phone-mockup--angle-left {
    transform: rotate(-8deg) translateY(8px);
}

.bm-phone-mockup--angle-right {
    transform: rotate(8deg) translateY(-8px);
    margin-left: -40px;
}

.bm-phone-mockup--angle-tilt {
    transform: rotate(4deg);
}

.bm-phone-mockup--frameless {
    pointer-events: none;
}

.bm-phone-mockup--frameless .bm-phone-mockup__full {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.12));
}

.bm-phone-mockup--frameless.bm-phone-mockup--hero {
    width: min(255px, 36vw);
    max-height: 430px;
}

.bm-phone-mockup--frameless.bm-phone-mockup--hero .bm-phone-mockup__full {
    max-height: 430px;
    object-fit: contain;
}

.bm-phone-mockup--frameless.bm-phone-mockup--md {
    width: 185px;
    max-height: 340px;
}

.bm-phone-mockup--frameless.bm-phone-mockup--md .bm-phone-mockup__full {
    max-height: 340px;
    object-fit: contain;
}

.bm-phone-mockup--frameless.bm-phone-mockup--angle-left {
    transform: rotate(-8deg) translateY(6px);
}

.bm-phone-mockup--frameless.bm-phone-mockup--angle-right {
    transform: rotate(8deg) translateY(-4px);
    margin-left: -28px;
}

.bm-phone-mockup--frameless.bm-phone-mockup--angle-tilt {
    transform: rotate(4deg);
}

.bm-oneapp__phones {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    gap: 0;
}

.bm-oneapp__phones .bm-phone-mockup--frameless.bm-phone-mockup--md {
    width: 200px;
}

.bm-oneapp__phones .bm-phone-mockup--angle-left {
    z-index: 2;
}

.bm-oneapp__phones .bm-phone-mockup--angle-right {
    z-index: 3;
    margin-left: -48px;
}

/* Why choose */
.bm-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bm-why__item {
    background: #fff;
    border: 1px solid #f0f0f2;
    border-radius: var(--bm-radius);
    padding: 28px 24px;
    text-align: center;
    transition: box-shadow 0.25s;
}

.bm-why__item:hover {
    box-shadow: var(--bm-shadow);
}

.bm-why__icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto 16px;
    display: block;
}

.bm-why__item h4 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--bm-text);
}

.bm-why__item p {
    font-size: 0.9rem;
    color: var(--bm-muted);
    margin: 0;
}

/* Global */
.landing-v2__global {
    position: relative;
    overflow: hidden;
}

.bm-global__map {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    pointer-events: none;
}

.bm-global__cta {
    display: inline-flex;
    padding: 12px 24px;
    font-size: 0.95rem;
    background: #fff;
    color: var(--bm-red) !important;
    border: 2px solid var(--bm-red);
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
}

.bm-global__cta:hover {
    background: #fff5f4;
    color: var(--bm-red) !important;
    transform: none;
}

.bm-global__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
}

.bm-global__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bm-global__card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--bm-radius);
    padding: 0 0 16px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

.bm-global__card-img {
    width: 100%;
    height: 98px;
    object-fit: cover;
    display: block;
    margin-bottom: 12px;
}

.bm-global__card .flag,
.bm-global__card h4,
.bm-global__card p {
    padding-left: 16px;
    padding-right: 16px;
}

.bm-global__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bm-shadow);
    color: inherit;
}

.bm-global__card .flag {
    font-size: 2rem;
    margin-bottom: 8px;
}

.bm-global__card h4 {
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 6px;
}

.bm-global__card p {
    font-size: 0.85rem;
    color: var(--bm-muted);
    margin: 0;
}

.bm-global__card--more {
    background: linear-gradient(135deg, #fce7f3, #fdf2f8);
    text-align: center;
}

/* One app */
.bm-oneapp__head {
    text-align: left;
    max-width: none;
    margin-bottom: 32px;
}

.bm-oneapp__head p {
    max-width: 560px;
    margin: 0;
}

.bm-oneapp__grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
    gap: 40px;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
}

.bm-oneapp__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bm-oneapp__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-weight: 600;
    color: var(--bm-text);
}

.bm-oneapp__list li::before {
    content: '✓';
    color: var(--bm-red);
    font-weight: 800;
}

.bm-oneapp__phone-wrap {
    position: relative;
    text-align: center;
    min-height: 340px;
    max-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-oneapp__phone-wrap .bm-phone-mockup--md {
    width: 185px;
    z-index: 2;
}

.bm-oneapp__bubble {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-size: 0.72rem;
    max-width: 118px;
    text-align: left;
    border: 1px solid #f0f0f2;
    z-index: 3;
    line-height: 1.35;
}

.bm-oneapp__bubble-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 4px;
    display: block;
    background: transparent !important;
}

.bm-oneapp__bubble strong {
    display: block;
    font-size: 0.78rem;
    margin-bottom: 2px;
}

.bm-oneapp__bubble span {
    display: block;
    color: var(--bm-muted);
    font-size: 0.68rem;
}

.bm-oneapp__bubble--1 { top: 8%; right: 2%; }
.bm-oneapp__bubble--2 { top: 44%; left: 0; }
.bm-oneapp__bubble--3 { bottom: 10%; right: 4%; }
.bm-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.bm-step {
    text-align: center;
    padding: 24px 16px;
}

.bm-step__icon-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 auto 16px;
    display: block;
}

.bm-step__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    background: #fff;
    border: 2px solid #f0f0f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.bm-step h4 {
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 8px;
}

.bm-step p {
    font-size: 0.88rem;
    color: var(--bm-muted);
    margin: 0;
}

/* Stats */
.bm-stats {
    background: var(--bm-red);
    padding: 48px 0;
}

.bm-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.bm-stats__icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0 auto 12px;
    display: block;
}

.bm-stats__item strong {
    display: block;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 900;
    color: #fff;
}

.bm-stats__item span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
}

/* Testimonials */
.bm-testimonials__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
    max-width: 100%;
    text-align: left;
}

.bm-testimonials__head h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    margin: 0;
}

.bm-testimonials__nav {
    display: flex;
    gap: 12px;
}

.bm-testimonial-nav {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.bm-testimonial-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--bm-radius);
    padding: 24px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.bm-testimonial-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.bm-testimonial-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.bm-testimonial-card__name {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 2px;
}

.bm-testimonial-card__location {
    font-size: 0.85rem;
    color: var(--bm-muted);
}

.bm-testimonial-card__stars {
    color: #f59e0b;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.bm-testimonial-card__quote {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--bm-muted);
    margin: 0;
    font-style: normal;
}

/* App download */
.bm-app-dl {
    background: linear-gradient(135deg, #fff0f3 0%, #fff5f8 50%, #fff 100%);
}

.bm-app-dl__inner {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) 1.1fr auto;
    gap: 28px;
    align-items: center;
}

.bm-app-dl__phones {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    min-height: 300px;
    max-height: 320px;
    padding-left: 8px;
}

.bm-app-dl__phones .bm-phone-mockup--frameless.bm-phone-mockup--md {
    width: 158px;
    max-height: 300px;
}

.bm-app-dl__phones .bm-phone-mockup--angle-left {
    z-index: 2;
}

.bm-app-dl__phones .bm-phone-mockup--angle-right {
    z-index: 3;
    margin-left: -32px;
}

.bm-app-dl__content h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 900;
    margin-bottom: 12px;
    color: var(--bm-text);
}

.bm-app-dl__content p {
    color: var(--bm-muted);
    margin-bottom: 24px;
}

.bm-app-dl__qr-wrap {
    text-align: center;
}

.bm-app-dl__qr-wrap p {
    font-size: 0.85rem;
    color: var(--bm-muted);
    margin: 8px 0 0;
}

.bm-app-dl__qr {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.bm-app-dl__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.bm-app-dl__actions img {
    height: 48px;
}

@media (max-width: 991px) {
    .bm-hero__inner,
    .bm-global__grid,
    .bm-oneapp__grid {
        grid-template-columns: 1fr !important;
    }

    .bm-hero__visual {
        order: -1;
        min-height: 320px;
        max-height: 340px;
    }

    .bm-phone-mockup--frameless.bm-phone-mockup--hero {
        width: min(210px, 52vw);
    }

    .landing-v2 .bm-hero__food {
        width: 88px;
        height: 88px;
    }

    .bm-oneapp__phone-wrap {
        min-height: 300px;
        max-height: 320px;
    }

    .bm-app-dl__phones {
        min-height: 260px;
        max-height: 280px;
        justify-content: center;
    }

    .bm-app-dl__phones .bm-phone-mockup--frameless.bm-phone-mockup--md {
        width: 140px;
    }
    .bm-country-card { position: static; margin-bottom: 24px; }

    .bm-services__grid,
    .bm-why__grid {
        grid-template-columns: 1fr;
    }

    .bm-global__cards {
        grid-template-columns: 1fr;
    }

    .bm-steps {
        grid-template-columns: 1fr 1fr;
    }

    .bm-stats__grid {
        grid-template-columns: 1fr 1fr;
    }

    .bm-app-dl__inner {
        grid-template-columns: 1fr;
    }
}

/* About section v2 */
.bm-about {
    background: #fff;
}

.bm-about__content h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--bm-text);
    margin-bottom: 8px;
}

.bm-about__content h3 {
    font-size: 1.15rem;
    color: var(--bm-muted);
    font-weight: 600;
    margin-bottom: 16px;
}

.bm-about__content p {
    color: var(--bm-muted);
    line-height: 1.7;
    margin-bottom: 24px;
}

.bm-about__img {
    border-radius: 24px;
    max-width: 100%;
    box-shadow: var(--bm-shadow);
}

/* Prevent legacy main.css from breaking v2 layout */
.landing-v2 .about-section,
.landing-v2 .banner-section {
    display: none !important;
}

.landing-page .landing-v2 {
    overflow-x: hidden;
}

/* Legacy .bm-global__* above must not break v3 horizontal cards */
.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card .flag,
.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card h4,
.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card > p {
    padding-left: 0;
    padding-right: 0;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card .flag {
    font-size: 1rem;
    margin-bottom: 0;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    display: block;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble {
    max-width: 210px;
    font-size: inherit;
    text-align: left;
    backdrop-filter: none;
}

/* Legacy .bm-steps / .bm-stats must not break v3 sections */
.landing-v2 .landing-v2__how.bm-how-v3 .bm-steps {
    display: flex !important;
    grid-template-columns: none !important;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step {
    text-align: left !important;
    padding: 0 !important;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step__icon-img,
.landing-v2 .landing-v2__how.bm-how-v3 .bm-step__icon {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    font-size: inherit !important;
}

.landing-v2 .landing-v2__stats.bm-stats {
    background: transparent !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

/* --- landing-v2-overrides.css --- */

/* Legacy overrides removed — see landing-v2-reference.css */

/* --- landing-v2-reference.css --- */

/* BhojMandu landing v3 — pixel match to reference mockup */

.landing-v2 .bm-pill-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    border-radius: 999px;
    background: #fff0f0;
    color: var(--bm-red);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.landing-v2 .bm-text-highlight {
    color: var(--bm-red);
}

/* Global Presence — see landing-v2-global.css */

.landing-v2 .bm-pill-tag--global::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ef3024'%3E%3Cpath d='M12 2a10 10 0 100 20 10 10 0 000-20zm7.93 9h-3.4a15.9 15.9 0 00-1.1-4.6A8 8 0 0119.93 11zM12 4c.9 1.6 1.6 3.4 2 5.3H10a16.2 16.2 0 012-5.3zM8.57 6.4A15.9 15.9 0 007.47 11h-3.4a8 8 0 014.5-4.6zM4.07 13h3.4c.3 1.6.9 3.1 1.7 4.5A8 8 0 014.07 13zm3.5 5.1c-.8-1.4-1.4-2.9-1.7-4.5h3.4a15.9 15.9 0 01-1.7 4.5zM12 20c-.9-1.6-1.6-3.4-2-5.3h4c-.4 1.9-1.1 3.7-2 5.3zm3.43-1.6a15.9 15.9 0 001.1-4.5h3.4a8 8 0 01-4.5 4.5zM16.53 13h3.4a8 8 0 00-1.1-4.6 15.9 15.9 0 01-2.3 4.6z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ═══ ONE APP ═══ */
.landing-v2 .landing-v2__one-app.bm-oneapp-v3 {
    background: #fff;
    padding: 48px 0;
    overflow: visible;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__copy {
    text-align: left;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__copy h2 {
    font-size: clamp(2rem, 3.4vw, 2.6rem);
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 12px;
    color: var(--bm-text);
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__subtitle {
    max-width: 400px;
    margin-bottom: 24px;
    color: var(--bm-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    font-weight: 600;
    font-size: 1rem;
    color: var(--bm-text);
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__list li::before {
    content: '✓';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bm-red);
    color: #fff;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 800;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__stage {
    position: relative;
    width: 100%;
    max-width: 620px;
    min-height: 500px;
    margin: 0 auto;
    overflow: visible;
}

/* Connector z-index / arrows → landing-v2-oneapp-connectors.css */

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__phone {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__phone .bm-phone-mockup--frameless.bm-phone-mockup--md {
    width: 260px;
    max-height: 480px;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.16));
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__phone .bm-phone-mockup--frameless.bm-phone-mockup--md .bm-phone-mockup__full {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble {
    position: absolute;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 12px;
    width: 210px;
    max-width: 210px !important;
    padding: 12px 14px !important;
    background: #fff !important;
    border: 1px solid #eceef2 !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1) !important;
    z-index: 5;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble-img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    object-fit: contain;
    margin: 0 !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble-text strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--bm-text);
    margin-bottom: 2px;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble-text span {
    display: block;
    font-size: 0.72rem;
    line-height: 1.4;
    color: var(--bm-muted);
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--food {
    left: -10.5%;
    top: 33%;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--grocery {
    right: -8%;
    top: 6%;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--gifts {
    right: -8%;
    bottom: 13%;
}

@media (min-width: 992px) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__layout {
        grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
        align-items: center;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__stage {
        max-width: 100%;
        min-height: 520px;
    }
}

/* --- landing-v2-mockup.css --- */

/**
 * Full landing page — mockup match (image-fd505ca1)
 * Loads after landing-v2.css + landing-v2-reference.css
 */

.landing-v2 {
    --bm-red: var(--brand-red, #ef3024);
    --bm-orange: #ea580c;
    --bm-text: #282c3f;
    --bm-muted: #686b78;
    --bm-radius-lg: 20px;
    --bm-shadow-card: 0 16px 40px rgba(15, 23, 42, 0.08);
}

/* ── Shared ── */
.landing-v2 .bm-pill-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    border-radius: 999px;
    background: #fff0f0;
    color: var(--bm-red);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.landing-v2 .bm-text-highlight {
    color: var(--bm-red);
}

.landing-v2 .bm-section-head h2 {
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

/* ── Hero ── */
.landing-v2 .bm-hero {
    padding: 28px 0 44px;
    background: #fcfdfe;
}

.landing-v2 .bm-hero.landing-v2__hero:has(.bm-hero__bg) {
    background: transparent;
    min-height: 480px;
}

.landing-v2 .bm-hero__bg {
    opacity: 1;
    z-index: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.landing-v2 .bm-hero__bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.88) 36%,
        rgba(255, 255, 255, 0.45) 56%,
        rgba(255, 255, 255, 0.08) 72%,
        transparent 100%
    );
}

.landing-v2 .bm-hero.landing-v2__hero:has(.bm-hero__bg) .container,
.landing-v2 .bm-hero.landing-v2__hero:has(.bm-hero__bg) .bm-hero__inner {
    position: relative;
    z-index: 2;
}

.landing-v2 .bm-hero__inner {
    grid-template-columns: minmax(320px, 1fr) minmax(300px, 1fr);
    gap: 24px;
}

@media (max-width: 991px) {
    .landing-v2 .bm-hero__inner {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .landing-v2 .bm-hero__visual {
        order: -1;
    }
}

.landing-v2 .bm-country-card {
    top: 8px;
    right: 12px;
    border-radius: 18px;
    box-shadow: var(--bm-shadow-card);
    border: 1px solid #eceef2;
}

.landing-v2 .bm-hero__visual {
    position: relative;
    min-height: 500px;
    max-height: 520px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-v2 .bm-hero__floats {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
}

.landing-v2 .bm-hero__food {
    position: absolute;
    width: 132px;
    height: 132px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 10px 24px rgba(15, 23, 42, 0.18));
}

.landing-v2 .bm-hero__food--1 {
    top: 12%;
    left: calc(50% - 238px);
}

.landing-v2 .bm-hero__food--2 {
    top: 62%;
    left: calc(50% - 218px);
}

.landing-v2 .bm-hero__food--4 {
    top: 12%;
    right: calc(50% - 238px);
    left: auto;
}

.landing-v2 .bm-hero__food--3 {
    bottom: 10%;
    right: calc(50% - 238px);
    left: auto;
}

.landing-v2 .bm-hero__visual .bm-phone-mockup--frameless.bm-phone-mockup--hero {
    position: relative;
    z-index: 5;
    width: min(280px, 36vw);
    margin: 0 auto;
}

/* ── Services ── */
.landing-v2 .bm-service-card {
    min-height: 250px;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.landing-v2 .bm-service-card__photo {
    max-width: 220px;
    max-height: 200px;
}

/* ── Why Choose ── */
.landing-v2 .bm-why__item {
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.landing-v2 .bm-why__icon-img {
    width: 72px;
    height: 72px;
}

/* Global + One App — landing-v2-reference.css + landing-v2-sections-fix.css */

/* How It Works — see landing-v2-how.css */

/* ── Stats bar — compact red ribbon with icon + text ── */
.landing-v2 .landing-v2__stats.bm-stats {
    padding: 36px 0 44px;
    background: transparent;
}

.landing-v2 .landing-v2__stats .bm-stats__bar {
    background: var(--bm-red, #ef3024);
    border-radius: 20px;
    padding: 22px 28px;
    box-shadow: 0 12px 36px rgba(239, 48, 36, 0.22);
}

.landing-v2 .landing-v2__stats .bm-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 20px;
    text-align: left;
}

.landing-v2 .landing-v2__stats .bm-stats__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.landing-v2 .landing-v2__stats .bm-stats__icon-wrap {
    flex-shrink: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-v2 .landing-v2__stats .bm-stats__icon {
    width: 40px;
    height: 40px;
    display: block;
}

.landing-v2 .landing-v2__stats .bm-stats__text {
    min-width: 0;
}

.landing-v2 .landing-v2__stats .bm-stats__text strong {
    display: block;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 2px;
}

.landing-v2 .landing-v2__stats .bm-stats__text span {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .landing-v2 .landing-v2__stats .bm-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .landing-v2 .landing-v2__stats .bm-stats__bar {
        padding: 20px 18px;
    }
}

@media (max-width: 575px) {
    .landing-v2 .landing-v2__stats .bm-stats__grid {
        grid-template-columns: 1fr;
    }
}

/* ── Testimonials ── */
.landing-v2 .bm-testimonial-card__quote {
    font-style: italic;
}

.landing-v2 .bm-testimonial-card__stars {
    color: #fbbf24;
}

/* App download — see landing-v2-app-download.css */

/* ── Newsletter (floating bar above footer) ── */
.landing-v2 .bm-footer__newsletter {
    background: transparent;
    padding: 0 0 48px;
    border: none;
    margin-top: -24px;
    position: relative;
    z-index: 5;
}

.landing-v2 .bm-footer__newsletter .container {
    max-width: 1100px;
}

.landing-v2 .bm-footer__newsletter-inner {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    border: 2px solid var(--bm-red);
    border-radius: 20px;
    padding: 20px 24px;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
    text-align: left;
}

.landing-v2 .bm-footer__newsletter-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 240px;
}

.landing-v2 .bm-footer__newsletter-icon svg,
.landing-page .bm-footer__newsletter-icon svg {
    width: 26px;
    height: 26px;
    display: block;
}

.landing-page .bm-footer__newsletter-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.landing-page .bm-footer__newsletter-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff0f0;
    color: var(--bm-red, #ef3024);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-v2 .bm-footer__newsletter-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff0f0;
    color: var(--bm-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.landing-v2 .bm-footer__newsletter-heading h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--bm-text);
}

.landing-v2 .bm-footer__newsletter-heading p {
    display: none;
}

.landing-v2 .bm-footer__newsletter-form {
    flex: 1;
    min-width: 280px;
    max-width: 480px;
}

.landing-v2 .bm-footer__newsletter-form .input--grp {
    max-width: none;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.landing-v2 .bm-footer__newsletter-form input.form-control {
    border-radius: 12px 0 0 12px;
}

.landing-v2 .bm-footer__newsletter-form .search-btn {
    background: var(--bm-red);
    border-radius: 0 12px 12px 0;
    padding: 8px 16px;
}

.landing-v2 .bm-footer__newsletter-form .search-btn svg rect {
    fill: var(--bm-red);
}

/* ── Desktop layouts ── */
@media (min-width: 992px) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__layout {
        grid-template-columns: minmax(300px, 42%) minmax(0, 58%);
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cards {
        gap: 18px;
    }
}

@media (max-width: 991px) {
    .landing-v2 .bm-app-dl__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .landing-v2 .bm-app-dl__phones {
        justify-content: center;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-step:not(:last-child)::after,
    .landing-v2 .landing-v2__how.bm-how-v3 .bm-step:not(:last-child)::before {
        display: none;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-steps {
        grid-template-columns: 1fr;
    }
}

/* --- landing-v2-app-download.css --- */

/**
 * App Download section — mockup panel (image-a429f1b4)
 */
.landing-v2 .bm-app-dl.landing-v2__app-download {
    background: #fff;
    padding: 48px 0 56px;
}

.landing-v2 .bm-app-dl__panel {
    background: linear-gradient(135deg, #fff0f3 0%, #fff7f9 42%, #fff 100%);
    border-radius: 32px;
    padding: 40px 40px 40px 32px;
    box-shadow: 0 20px 60px rgba(239, 48, 36, 0.08);
    border: 1px solid #ffe4e8;
}

.landing-v2 .bm-app-dl__inner {
    display: grid;
    grid-template-columns: minmax(240px, 0.88fr) minmax(300px, 1.05fr) minmax(248px, 0.82fr);
    gap: 28px 36px;
    align-items: center;
}

/* Phones — food (left, forward) + grocery (right, behind) */
.landing-v2 .bm-app-dl__phones {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    max-height: 350px;
    position: relative;
    padding-left: 4px;
}

.landing-v2 .bm-app-dl__phones .bm-phone-mockup--frameless.bm-phone-mockup--md {
    width: 172px;
    max-height: 320px;
}

.landing-v2 .bm-app-dl__phones .bm-phone-mockup--angle-left {
    transform: rotate(-11deg) translateY(10px);
    z-index: 3;
    position: relative;
}

.landing-v2 .bm-app-dl__phones .bm-phone-mockup--angle-right {
    transform: rotate(9deg) translateY(-8px);
    margin-left: -40px;
    z-index: 1;
    position: relative;
}

/* Center content */
.landing-v2 .bm-app-dl__content {
    text-align: left;
}

.landing-v2 .bm-app-dl__title-wrap {
    margin-bottom: 0;
}

.landing-v2 .bm-app-dl__title {
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    font-weight: 900;
    line-height: 1.12;
    margin: 0;
    letter-spacing: -0.025em;
}

.landing-v2 .bm-app-dl__title-line {
    display: block;
    color: #1a1a1a;
}

.landing-v2 .bm-app-dl__title-line.bm-app-dl__title-highlight {
    color: var(--bm-red, #ef3024);
    margin-top: 2px;
}

.landing-v2 .bm-app-dl__title-highlight {
    color: var(--bm-red, #ef3024);
}

.landing-v2 .bm-app-dl__title-accent {
    display: block;
    width: 52px;
    height: 5px;
    background: var(--bm-red, #ef3024);
    border-radius: 3px;
    margin: 14px 0 18px;
}

.landing-v2 .bm-app-dl__subtitle {
    margin: 0 0 24px;
    max-width: 340px;
}

.landing-v2 .bm-app-dl__subtitle-line {
    display: block;
    font-size: 1.05rem;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.55;
}

.landing-v2 .bm-app-dl__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.landing-v2 .bm-app-dl__actions img {
    height: 50px;
    width: auto;
}

/* Feature grid */
.landing-v2 .bm-app-dl__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: 28px;
}

.landing-v2 .bm-app-dl__feature {
    text-align: center;
}

.landing-v2 .bm-app-dl__feature-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    flex-shrink: 0;
}

.landing-v2 .bm-app-dl__feature--fast .bm-app-dl__feature-icon-wrap {
    background: #fee2e2;
}

.landing-v2 .bm-app-dl__feature--secure .bm-app-dl__feature-icon-wrap {
    background: #dcfce7;
}

.landing-v2 .bm-app-dl__feature--offers .bm-app-dl__feature-icon-wrap {
    background: #ede9fe;
}

.landing-v2 .bm-app-dl__feature--support .bm-app-dl__feature-icon-wrap {
    background: #ffedd5;
}

.landing-v2 .bm-app-dl__feature-icon {
    width: 32px;
    height: 32px;
    display: block;
    flex-shrink: 0;
}

.landing-v2 .bm-app-dl__feature-label {
    display: block;
    font-size: 0.7rem;
    line-height: 1.35;
    color: #4b5563;
    font-weight: 600;
}

/* Right column — QR + social */
.landing-v2 .bm-app-dl__aside {
    border-left: 1px solid #e8eaed;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
    justify-content: center;
}

.landing-v2 .bm-app-dl__qr-block {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.landing-v2 .bm-app-dl__qr-box {
    position: relative;
    flex-shrink: 0;
}

.landing-v2 .bm-app-dl__qr {
    width: 152px;
    height: 152px;
    padding: 12px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: block;
}

.landing-v2 .bm-app-dl__qr-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.landing-v2 .bm-app-dl__scan p {
    margin: 8px 0 0;
    font-size: 0.95rem;
    color: var(--bm-text, #1a1a2e);
    font-weight: 600;
    line-height: 1.45;
    max-width: 130px;
}

.landing-v2 .bm-app-dl__scan strong {
    color: var(--bm-red, #ef3024);
    font-weight: 700;
}

.landing-v2 .bm-app-dl__scan-arrow {
    margin-top: 6px;
    margin-left: -4px;
}

.landing-v2 .bm-app-dl__social {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 999px;
    padding: 14px 20px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f2;
}

.landing-v2 .bm-app-dl__social-icon-wrap {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-v2 .bm-app-dl__social-icon {
    width: 36px;
    height: 36px;
    display: block;
    flex-shrink: 0;
}

.landing-v2 .bm-app-dl__social p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #6b7280;
    font-weight: 500;
}

.landing-v2 .bm-app-dl__social strong {
    color: var(--bm-red, #ef3024);
    font-weight: 800;
}

@media (max-width: 1199px) {
    .landing-v2 .bm-app-dl__inner {
        grid-template-columns: minmax(200px, 0.8fr) 1fr minmax(220px, 0.75fr);
        gap: 24px;
    }

    .landing-v2 .bm-app-dl__phones .bm-phone-mockup--frameless.bm-phone-mockup--md {
        width: 150px;
    }
}

@media (max-width: 991px) {
    .landing-v2 .bm-app-dl.landing-v2__app-download {
        padding: 32px 0 40px;
    }

    .landing-v2 .bm-app-dl__panel {
        padding: 28px 20px;
        border-radius: 24px;
    }

    .landing-v2 .bm-app-dl__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .landing-v2 .bm-app-dl__content {
        text-align: left;
    }

    .landing-v2 .bm-app-dl__phones {
        min-height: 280px;
        max-height: 300px;
    }

    .landing-v2 .bm-app-dl__aside {
        border-left: none;
        border-top: 1px solid #e8eaed;
        padding-left: 0;
        padding-top: 28px;
    }

    .landing-v2 .bm-app-dl__features {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .landing-v2 .bm-app-dl__subtitle {
        max-width: none;
    }

    .landing-v2 .bm-app-dl__qr-block {
        justify-content: center;
    }

    .landing-v2 .bm-app-dl__social {
        max-width: 420px;
        margin: 0 auto;
    }
}

/* --- landing-v2-testimonials.css --- */

/**
 * Testimonials — 3-card slider with side arrows
 */
.landing-v2 .landing-v2__testimonials.bm-testimonials {
    padding: 44px 0 52px;
    background: #fff;
}

.landing-v2 .landing-v2__testimonials .container {
    max-width: 1140px;
}

.landing-v2 .landing-v2__testimonials .bm-testimonials__head {
    display: block;
    margin-bottom: 28px;
    text-align: center;
    width: 100%;
}

.landing-v2 .landing-v2__testimonials .bm-testimonials__head h2 {
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.landing-v2 .landing-v2__testimonials .bm-text-highlight {
    color: var(--bm-red, #ef3024);
}

.landing-v2 .landing-v2__testimonials .bm-testimonials__slider {
    display: flex;
    align-items: center;
    gap: 14px;
}

.landing-v2 .landing-v2__testimonials .bm-testimonials__track {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-nav {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-nav:hover {
    border-color: #d1d5db;
    color: #374151;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card {
    background: #fff;
    border: 1px solid #f0f0f2;
    border-radius: 16px;
    padding: 18px 18px 20px;
    height: 100%;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__avatar-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #ececf0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__avatar--logo {
    object-fit: contain;
    padding: 4px;
    background: #fff;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__meta {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__name {
    font-size: 0.92rem;
    font-weight: 800;
    margin: 0 0 2px;
    color: #1a1a1a;
    line-height: 1.25;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__location {
    display: block;
    font-size: 0.72rem;
    line-height: 1.35;
    color: #6b7280;
    font-weight: 500;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__stars {
    color: #fbbf24;
    font-size: 0.78rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: left;
}

.landing-v2 .landing-v2__testimonials .bm-testimonial-card__quote {
    font-size: 0.82rem;
    line-height: 1.55;
    color: #4b5563;
    margin: 0;
    font-style: normal;
    text-align: left;
}

@media (max-width: 991px) {
    .landing-v2 .landing-v2__testimonials.bm-testimonials {
        padding: 36px 0 44px;
    }

    .landing-v2 .landing-v2__testimonials .bm-testimonials__head {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .landing-v2 .landing-v2__testimonials .bm-testimonials__slider {
        gap: 8px;
    }

    .landing-v2 .landing-v2__testimonials .bm-testimonial-nav {
        width: 34px;
        height: 34px;
    }
}

/* --- landing-v2-why.css --- */

/* Why Choose — SVG icons + 6-column mockup layout */
.landing-v2 .landing-v2__why .bm-why__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.landing-v2 .landing-v2__why .bm-why__item {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 12px 8px 0;
}

.landing-v2 .landing-v2__why .bm-why__item:hover {
    box-shadow: none;
}

.landing-v2 .bm-why__icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    flex-shrink: 0;
}

.landing-v2 .bm-why__icon-svg {
    display: block;
    width: 36px;
    height: 36px;
}

.landing-v2 .landing-v2__why .bm-why__item h4 {
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 6px;
}

.landing-v2 .landing-v2__why .bm-why__item p {
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--bm-muted, #64748b);
}

@media (max-width: 1199px) {
    .landing-v2 .landing-v2__why .bm-why__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .landing-v2 .landing-v2__why .bm-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

/* --- landing-v2-how.css --- */

/* How It Works — row layout (icon left, text right), reference v2 */

.landing-v2 .landing-v2__how.bm-how-v3 {
    padding: 44px 0;
    background: #fff;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-how-v3__head,
.landing-v2 .landing-v2__how.bm-how-v3 .bm-section-head {
    display: block;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
    width: 100%;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-how-v3__head h2,
.landing-v2 .landing-v2__how.bm-how-v3 .bm-section-head h2 {
    text-align: center;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 auto 8px;
    color: var(--bm-text);
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-how-v3__head p,
.landing-v2 .landing-v2__how.bm-how-v3 .bm-section-head p {
    text-align: center;
    margin: 0 auto;
    color: var(--bm-muted);
    font-size: 0.95rem;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-how-panel {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 28px;
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
    overflow: visible;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-steps {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    position: relative;
    width: 100%;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    max-width: 240px;
    padding: 0 !important;
    text-align: left !important;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step__icon-wrap {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: none !important;
    background: #fee2e2;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step__icon-svg {
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step__body {
    flex: 1;
    min-width: 0;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step h4 {
    font-size: 0.9rem;
    font-weight: 800;
    margin: 0 0 4px !important;
    color: var(--bm-text);
    text-align: left !important;
    line-height: 1.3;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step p {
    font-size: 0.78rem;
    line-height: 1.4;
    color: var(--bm-muted);
    margin: 0 !important;
    max-width: none !important;
    text-align: left !important;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-step__arrow {
    flex: 0 0 28px;
    width: 28px;
    text-align: center;
    color: #94a3b8;
    font-size: 1.15rem;
    line-height: 1;
    user-select: none;
}

/* Kill legacy pseudo-arrows from old CSS */
.landing-v2 .landing-v2__how.bm-how-v3 .bm-step::before,
.landing-v2 .landing-v2__how.bm-how-v3 .bm-step::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 991px) {
    .landing-v2 .landing-v2__how.bm-how-v3 .bm-how-panel {
        padding: 22px 16px;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 8px;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-step {
        flex: 1 1 calc(50% - 24px);
        max-width: calc(50% - 24px);
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-step__arrow {
        display: none;
    }
}

@media (max-width: 575px) {
    .landing-v2 .landing-v2__how.bm-how-v3 .bm-steps {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-step {
        flex: none;
        max-width: 100%;
    }
}

/* --- landing-v2-global.css --- */

/* Global Presence — 2nd mockup: copy left, compact horizontal cards (thumb + body) */

.landing-v2 .landing-v2__global.bm-global-v3 {
    position: relative;
    padding: 48px 0;
    background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 60%);
    overflow: hidden;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__map {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
}

.landing-v2 .landing-v2__global.bm-global-v3 .container {
    position: relative;
    z-index: 2;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__grid {
    display: grid;
    grid-template-columns: minmax(240px, 34%) minmax(0, 66%);
    gap: 28px;
    align-items: center;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__copy h2 {
    font-size: clamp(1.85rem, 2.8vw, 2.35rem);
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 14px;
    color: var(--bm-text);
    text-align: left;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__heart {
    display: inline-block;
    font-size: 0.92em;
    margin-left: 2px;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__copy p {
    max-width: 360px;
    margin-bottom: 22px;
    color: var(--bm-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cta {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    background: #fff;
    color: var(--bm-red);
    border: 2px solid var(--bm-red);
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    box-shadow: none;
    transition: background 0.2s ease;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cta:hover {
    background: #fff5f4;
    color: var(--bm-red);
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cards {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: stretch;
    grid-template-columns: none !important;
    width: 100%;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    min-height: 0 !important;
    gap: 10px;
    background: #fff !important;
    border: 1px solid #eceef2 !important;
    border-radius: 16px !important;
    padding: 10px !important;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1) !important;
    color: inherit;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-thumb {
    flex: 0 0 76px;
    width: 76px;
    height: 88px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-thumb--globe {
    background: linear-gradient(145deg, #fce7f3 0%, #fdf2f8 55%, #fbcfe8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__globe-svg {
    width: 100%;
    height: 100%;
    max-width: 64px;
    max-height: 72px;
    display: block;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-body {
    flex: 1;
    min-width: 0;
    padding: 0 2px 0 0;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
    color: var(--bm-text);
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-brand-flag {
    font-size: 1rem;
    line-height: 1;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-brand--np {
    color: var(--bm-red, #dc0119);
    font-family: 'Segoe Script', 'Brush Script MT', 'Snell Roundhand', cursive;
    font-weight: 700;
    font-size: 1.15rem;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-brand--au {
    color: #1d4ed8;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-meta {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: var(--bm-muted);
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-meta strong {
    display: block;
    color: var(--bm-text);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-meta span {
    display: block;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card--more {
    background: #fff !important;
    cursor: default;
    text-align: left;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card--more h4 {
    font-weight: 800;
    font-size: 0.88rem;
    margin: 0 0 4px;
    color: var(--bm-text);
}

@media (max-width: 1199px) {
    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__grid {
        grid-template-columns: minmax(220px, 38%) minmax(0, 62%);
        gap: 20px;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cards {
        gap: 10px;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-thumb {
        flex: 0 0 68px;
        width: 68px;
        height: 80px;
    }
}

@media (max-width: 991px) {
    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__copy p {
        max-width: none;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cards {
        flex-direction: column !important;
        gap: 14px;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card {
        max-width: 520px;
        flex: none;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card {
        max-width: none;
    }
}

/* --- landing-v2-sections-fix.css --- */

/**
 * One App — final layout fixes (loads last; Global uses landing-v2-global.css)
 */

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 {
    overflow: visible !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .container {
    overflow: visible !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__layout {
    overflow: visible !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__stage {
    width: 100% !important;
    max-width: 640px !important;
    min-height: 480px !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

/* Connector line styling → landing-v2-oneapp-connectors.css */

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble {
    width: 200px !important;
    max-width: 200px !important;
    min-width: 0 !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--food {
    left: -10.5% !important;
    top: 33% !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--grocery {
    right: -8% !important;
    top: 6% !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--gifts {
    right: -8% !important;
    bottom: 13% !important;
}

@media (min-width: 992px) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__layout {
        grid-template-columns: minmax(280px, 38%) minmax(0, 62%) !important;
        gap: 24px !important;
        align-items: center !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__stage {
        max-width: 100% !important;
        min-height: 520px !important;
    }
}

@media (max-width: 991px) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble {
        width: min(200px, 42vw) !important;
        max-width: min(200px, 42vw) !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--food {
        left: 0 !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--grocery {
        right: 0 !important;
    }
}

@media (max-width: 575px) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__stage {
        min-height: 420px !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 10px auto !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__connectors {
        display: none !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__phone {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0 auto 16px !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__stage {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}

/* --- landing-v2-oneapp-connectors.css --- */

/**
 * One App — dashed arrow connectors between service cards and phone mockup.
 */

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__stage {
    isolation: isolate;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__connectors {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    overflow: visible;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__phone {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

/* Light mask only on the phone screen — do not cover connector gaps */
.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__phone::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86%;
    height: 90%;
    transform: translate(-50%, -50%);
    border-radius: 22px;
    background: radial-gradient(ellipse 58% 62% at 50% 48%, #fff 0%, #fff 28%, transparent 52%);
    z-index: 0;
    pointer-events: none;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__phone .bm-phone-mockup {
    position: relative;
    z-index: 1;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble {
    z-index: 5;
}

/* Colored anchor dots on card edges (match reference) */
.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
    z-index: 6;
    pointer-events: none;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--food::after {
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    border: 2.5px solid #ef3024;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--grocery::after {
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    border: 2.5px solid #16a34a;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble--gifts::after {
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    border: 2.5px solid #ec4899;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.75;
    stroke-dasharray: 8 7;
    opacity: 1;
    animation: bm-oneapp-connector-flow 1.8s linear infinite;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__line--food {
    stroke: #ef3024;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__line--grocery {
    stroke: #16a34a;
    animation-delay: 0.25s;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__line--gifts {
    stroke: #ec4899;
    animation-delay: 0.5s;
}

@keyframes bm-oneapp-connector-flow {
    to {
        stroke-dashoffset: -32;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__line {
        animation: none;
    }
}

@media (min-width: 576px) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__line {
        stroke-width: 3;
    }
}

@media (max-width: 575px) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__connectors,
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble::after {
        display: none !important;
    }
}

/* --- landing-v2-compact.css --- */

/**
 * Tighter vertical rhythm — match reference mockup (image-0c54d554)
 * Loads last; reduces gap between landing sections.
 */

.landing-page .landing-v2 {
    --bm-section-pad-y: 48px;
    --bm-section-pad-y-sm: 40px;
    --bm-section-head-gap: 28px;
}

/* Base section spacing */
.landing-v2 .bm-section {
    padding-top: var(--bm-section-pad-y) !important;
    padding-bottom: var(--bm-section-pad-y) !important;
}

.landing-v2 .bm-section-head {
    margin-bottom: var(--bm-section-head-gap) !important;
}

.landing-v2 .bm-section-head h2 {
    margin-bottom: 8px !important;
}

.landing-v2 .bm-pill-tag {
    margin-bottom: 10px !important;
}

/* Hero → Services flow */
.landing-v2 .bm-hero.landing-v2__hero {
    padding: 28px 0 44px !important;
}

.landing-v2 .landing-v2__services.bm-section {
    padding-top: 36px !important;
    padding-bottom: var(--bm-section-pad-y) !important;
}

.landing-v2 .landing-v2__why.bm-section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.landing-v2 .landing-v2__about.bm-section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

/* Global + One App (reference blocks) */
.landing-v2 .landing-v2__global.bm-global-v3 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__layout {
    gap: 28px !important;
}

/* How it works */
.landing-v2 .landing-v2__how.bm-how-v3 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-how-panel {
    padding: 28px 24px !important;
}

.landing-v2 .landing-v2__how.bm-how-v3 .bm-section-head {
    margin-bottom: 22px !important;
}

/* Stats — slim bar between sections */
.landing-v2 .landing-v2__stats.bm-stats {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.landing-v2 .landing-v2__stats .bm-stats__bar {
    padding: 18px 24px !important;
}

/* Testimonials */
.landing-v2 .landing-v2__testimonials.bm-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.landing-v2 .landing-v2__testimonials .bm-section-head {
    margin-bottom: 24px !important;
}

/* App download */
.landing-v2 .landing-v2__app-download.bm-section {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
}

.landing-v2 .landing-v2__app-download .bm-app-dl__inner {
    padding: 28px 28px 28px 24px !important;
}

/* Back-to-back sections: avoid double gap */
.landing-v2 .landing-v2__why.bm-section + .landing-v2__global.bm-global-v3,
.landing-v2 .landing-v2__about.bm-section + .landing-v2__global.bm-global-v3 {
    padding-top: 32px !important;
}

.landing-v2 .landing-v2__global.bm-global-v3 + .landing-v2__one-app.bm-oneapp-v3 {
    padding-top: 32px !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 + .landing-v2__how.bm-how-v3 {
    padding-top: 32px !important;
}

.landing-v2 .landing-v2__how.bm-how-v3 + .landing-v2__stats.bm-stats {
    padding-top: 24px !important;
}

.landing-v2 .landing-v2__stats.bm-stats + .landing-v2__testimonials.bm-section {
    padding-top: 32px !important;
}

.landing-v2 .landing-v2__testimonials.bm-section + .landing-v2__app-download.bm-section {
    padding-top: 32px !important;
}

@media (max-width: 991px) {
    .landing-page .landing-v2 {
        --bm-section-pad-y: 40px;
        --bm-section-head-gap: 22px;
    }

    .landing-v2 .bm-hero.landing-v2__hero {
        padding: 24px 0 36px !important;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-how-panel {
        padding: 22px 16px !important;
    }
}

@media (max-width: 575px) {
    .landing-page .landing-v2 {
        --bm-section-pad-y: 32px;
    }

    .landing-v2 .bm-hero.landing-v2__hero {
        padding: 20px 0 28px !important;
    }
}

/* --- landing-v2-mockup-match.css --- */

/**
 * Pixel alignment with reference mockup (image-7e3852df)
 * Loads after landing-v2-compact.css
 */

.landing-v2 .container {
    max-width: 1200px;
}

/* ── Hero ── */
.landing-v2 .bm-hero.landing-v2__hero:has(.bm-hero__bg) {
    background: transparent !important;
}

.landing-v2 .bm-hero.landing-v2__hero:not(:has(.bm-hero__bg)) {
    background: linear-gradient(180deg, #fafbfc 0%, #fff 72%) !important;
}

.landing-v2 .bm-hero.landing-v2__hero .container {
    position: relative;
}

.landing-v2 .bm-hero__inner {
    position: relative;
}

.landing-v2 .bm-hero__tag span {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--bm-red);
}

.landing-v2 .bm-hero__title {
    font-size: clamp(2rem, 4.2vw, 3rem) !important;
    line-height: 1.12 !important;
}

.landing-v2 .bm-hero__text {
    font-size: 1rem !important;
    max-width: 480px;
}

.landing-v2 .bm-hero__location-row {
    margin-bottom: 18px !important;
}

.landing-v2 .bm-hero__badges {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 28px !important;
    margin: 20px 0 0 !important;
}

.landing-v2 .bm-hero__badge {
    flex: 0 1 auto;
    gap: 8px !important;
}

.landing-v2 .bm-hero__badge > span:first-child {
    font-size: 1.25rem;
    line-height: 1;
}

.landing-v2 .bm-hero__badge strong {
    font-size: 0.92rem;
    white-space: nowrap;
}

.landing-v2 .bm-hero__badge span:not(:first-child) {
    display: none;
}

.landing-v2 .bm-hero__stores {
    display: none !important;
}

.landing-v2 .bm-hero .bm-country-card {
    top: 0;
    right: 12px;
    border-radius: 16px;
    border: 1px solid #eceef2;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    min-width: 200px;
    padding: 14px 16px;
}

.landing-v2 .bm-hero__visual {
    min-height: 500px !important;
    max-height: 520px !important;
    overflow: visible !important;
}

@media (max-width: 991px) {
    .landing-v2 .bm-hero__visual {
        min-height: 340px !important;
        max-height: 360px !important;
    }

    .landing-v2 .bm-hero__food {
        width: 88px !important;
        height: 88px !important;
    }

    .landing-v2 .bm-hero__food--1 {
        top: 10% !important;
        left: calc(50% - 168px) !important;
    }

    .landing-v2 .bm-hero__food--2 {
        top: 62% !important;
        left: calc(50% - 155px) !important;
    }

    .landing-v2 .bm-hero__food--4 {
        top: 10% !important;
        right: calc(50% - 168px) !important;
    }

    .landing-v2 .bm-hero__food--3 {
        bottom: 8% !important;
        right: calc(50% - 168px) !important;
    }

    .landing-v2 .bm-hero__location-row {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .landing-v2 .bm-hero__location-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .landing-v2 .bm-hero__location {
        min-width: 0 !important;
        width: 100% !important;
        border-bottom: 1px solid #ececf0;
    }

    .landing-v2 .bm-hero__location-row .bm-hero__cta {
        width: 100% !important;
        justify-content: center !important;
        padding: 16px 22px !important;
    }

    .landing-v2 .bm-hero__badges {
        flex-wrap: wrap !important;
        gap: 12px 18px !important;
    }
}

@media (max-width: 575px) {
    .landing-v2 .bm-hero.landing-v2__hero:has(.bm-hero__bg) {
        min-height: auto !important;
        padding-bottom: 32px !important;
    }

    .landing-v2 .bm-hero__bg-overlay {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(255, 255, 255, 0.88) 50%,
            rgba(255, 255, 255, 0.82) 100%
        ) !important;
    }

    .landing-v2 .bm-hero__visual {
        min-height: 260px !important;
        max-height: 280px !important;
        overflow: hidden !important;
    }

    .landing-v2 .bm-hero__visual .bm-phone-mockup--frameless.bm-phone-mockup--hero {
        width: min(200px, 54vw) !important;
    }

    .landing-v2 .bm-hero__food {
        width: 64px !important;
        height: 64px !important;
    }

    .landing-v2 .bm-hero__food--1 {
        top: 6% !important;
        left: 6% !important;
        right: auto !important;
    }

    .landing-v2 .bm-hero__food--2 {
        top: auto !important;
        bottom: 10% !important;
        left: 10% !important;
        right: auto !important;
    }

    .landing-v2 .bm-hero__food--4 {
        top: 6% !important;
        right: 6% !important;
        left: auto !important;
    }

    .landing-v2 .bm-hero__food--3 {
        bottom: 10% !important;
        right: 10% !important;
        left: auto !important;
    }

    .landing-v2 .bm-hero__title {
        font-size: clamp(1.65rem, 7vw, 2rem) !important;
    }

    .landing-v2 .bm-hero__text {
        font-size: 0.95rem !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }

    .landing-v2 .bm-hero__badge strong {
        white-space: normal !important;
    }
}

/* ── Services (What We Deliver) ── */
.landing-v2 .landing-v2__services .bm-section-head h2 {
    font-weight: 900 !important;
}

.landing-v2 .bm-services__grid {
    gap: 18px !important;
}

.landing-v2 .bm-service-card {
    min-height: 252px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(15, 23, 42, 0.06) !important;
}

.landing-v2 .bm-service-card__photo {
    max-width: 230px !important;
    max-height: 200px !important;
}

/* ── Why Choose — centered, mockup circles ── */
.landing-v2 .landing-v2__why .bm-section-head {
    margin-bottom: 32px !important;
}

.landing-v2 .landing-v2__why .bm-why__item {
    text-align: center !important;
}

.landing-v2 .bm-why__icon-wrap {
    width: 76px !important;
    height: 76px !important;
    margin-bottom: 14px !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.landing-v2 .landing-v2__why .bm-why__item h4 {
    font-weight: 800 !important;
    color: var(--bm-text) !important;
}

/* ── Global Presence — map + horizontal cards ── */
.landing-v2 .landing-v2__global.bm-global-v3 {
    background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%) !important;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__map {
    opacity: 0.18 !important;
    background-size: contain !important;
    background-position: center right !important;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__grid {
    grid-template-columns: minmax(260px, 34%) minmax(0, 66%) !important;
    gap: 24px !important;
    align-items: center !important;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cards {
    gap: 10px !important;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card {
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
    padding: 10px !important;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-thumb {
    flex: 0 0 80px !important;
    width: 80px !important;
    height: 92px !important;
    border-radius: 10px !important;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-brand--np {
    font-family: 'Segoe Script', 'Brush Script MT', cursive !important;
    color: var(--bm-red) !important;
}

.landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-brand--au {
    color: #1d4ed8 !important;
    font-style: italic !important;
}

/* ── One App ── */
.landing-v2 .landing-v2__one-app.bm-oneapp-v3 {
    background: #fff !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__copy h2 {
    font-weight: 900 !important;
}

.landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__list li::before {
    background: var(--bm-red) !important;
}

/* How It Works — see landing-v2-how.css */

/* ── Stats — reference ribbon ── */
.landing-v2 .landing-v2__stats .bm-stats__bar {
    border-radius: 18px !important;
}

/* ── Testimonials title ── */
.landing-v2 .landing-v2__testimonials .bm-section-head h2 {
    font-weight: 900 !important;
}

@media (max-width: 1199px) {
    .landing-v2 .bm-hero .bm-country-card {
        display: none !important;
    }

    .landing-v2 .bm-hero__badges {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 991px) {
    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__grid {
        grid-template-columns: 1fr !important;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cards {
        flex-direction: column !important;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card {
        max-width: 100% !important;
    }
}

/* --- landing-v2-integrations.css --- */

/* Third-party integrations — country carousel */
.bm-integrations {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 45%);
}

.bm-integrations__head {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.bm-pill-tag--integrations {
    color: var(--base-1, #6366f1);
    background: color-mix(in srgb, var(--base-1, #6366f1) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--base-1, #6366f1) 22%, transparent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.bm-pill-tag--integrations .bm-pill-tag__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--base-1, #6366f1);
}

.bm-integrations__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
    margin: 2rem 0 1.5rem;
}

.bm-integrations__countries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.bm-integrations__country {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.bm-integrations__country:hover {
    border-color: color-mix(in srgb, var(--base-1) 40%, #e2e8f0);
}

.bm-integrations__country.is-active {
    background: var(--base-1, #6366f1);
    border-color: var(--base-1, #6366f1);
    color: #fff;
    box-shadow: 0 8px 24px color-mix(in srgb, var(--base-1) 35%, transparent);
}

.bm-integrations__country-flag {
    font-size: 1.1rem;
    line-height: 1;
}

.bm-integrations__more {
    position: relative;
}

.bm-integrations__more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.bm-integrations__more-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    padding: 0.35rem;
    z-index: 20;
}

.bm-integrations__more-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    color: #0f172a;
    text-decoration: none;
    font-size: 0.88rem;
}

.bm-integrations__more-item:hover {
    background: #f1f5f9;
}

.bm-integrations__stage {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.bm-integrations__panels {
    position: relative;
}

.bm-integrations__panel {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8edf3;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    padding: clamp(1.25rem, 3vw, 2rem);
}

.bm-integrations__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

@media (max-width: 991px) {
    .bm-integrations__grid {
        grid-template-columns: 1fr;
    }
}

.bm-integrations__col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.25rem;
}

.bm-integrations__col-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.bm-integrations__col-head h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.15rem;
    color: #0f172a;
}

.bm-integrations__col-head p {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
}

.bm-integrations__col-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--bm-country-accent, var(--base-1)) 14%, #fff);
    color: var(--bm-country-accent, var(--base-1));
}

.bm-integrations__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-content: flex-start;
}

.bm-integrations__logo {
    flex: 0 1 calc(33.333% - 0.5rem);
    min-width: 80px;
    max-width: 112px;
    aspect-ratio: 1;
    border-radius: 14px;
    border: 1px solid #eef2f6;
    background: #fafbfc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.bm-integrations__logo--link:hover {
    border-color: color-mix(in srgb, var(--bm-country-accent, var(--base-1)) 45%, #eef2f6);
    box-shadow: 0 6px 16px color-mix(in srgb, var(--bm-country-accent, var(--base-1)) 18%, transparent);
    transform: translateY(-2px);
}

.bm-integrations__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bm-integrations__logo-text {
    font-size: 0.68rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    color: #334155;
    word-break: break-word;
}

.bm-integrations__status {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #16a34a;
}

.bm-integrations__status-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dcfce7;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
}

.bm-integrations__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: var(--base-1, #6366f1);
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
    z-index: 2;
}

.bm-integrations__nav--prev {
    left: -12px;
}

.bm-integrations__nav--next {
    right: -12px;
}

@media (max-width: 767px) {
    .bm-integrations__nav--prev {
        left: 4px;
    }
    .bm-integrations__nav--next {
        right: 4px;
    }
}

.bm-integrations__dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1.25rem;
}

.bm-integrations__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #cbd5e1;
    cursor: pointer;
}

.bm-integrations__dot.is-active {
    background: var(--base-1, #6366f1);
    width: 22px;
    border-radius: 999px;
}

/* --- landing-v2-faq.css --- */

/* FAQ — per-country accordion (landing v2) */
.landing-v2 .landing-v2__faq {
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}

.landing-v2 .bm-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: 48px;
    align-items: start;
}

.landing-v2 .bm-faq__intro .bm-pill-tag {
    margin-bottom: 16px;
}

.landing-v2 .bm-faq__intro h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    color: var(--bm-dark, #1a1a2e);
}

.landing-v2 .bm-faq__intro > p {
    color: var(--bm-muted, #64748b);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.landing-v2 .bm-faq__card {
    margin-top: 28px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #f0f0f2;
    box-shadow: 0 12px 40px rgba(26, 26, 46, 0.06);
}

.landing-v2 .bm-faq__card p {
    margin: 0 0 16px;
    font-size: 0.95rem;
    color: var(--bm-muted, #64748b);
    line-height: 1.55;
}

.landing-v2 .bm-faq__card a.bm-faq__cta,
.landing-v2 .bm-faq__card a.btn-base.bm-faq__cta,
.landing-v2 .bm-faq__card a.btn-base {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.2;
    text-decoration: none;
    background: var(--base-1, #ef3024) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: none;
    box-shadow: 0 4px 16px rgba(239, 48, 54, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.landing-v2 .bm-faq__card a.bm-faq__cta::before,
.landing-v2 .bm-faq__card a.bm-faq__cta::after,
.landing-v2 .bm-faq__card a.btn-base::before,
.landing-v2 .bm-faq__card a.btn-base::after {
    display: none !important;
    content: none !important;
}

.landing-v2 .bm-faq__card a.bm-faq__cta .bm-faq__cta-text,
.landing-v2 .bm-faq__card a.bm-faq__cta .bm-faq__cta-arrow,
.landing-v2 .bm-faq__card a.bm-faq__cta span,
.landing-v2 .bm-faq__card a.btn-base span,
.landing-v2 .bm-faq__card a.btn-base * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.landing-v2 .bm-faq__card a.bm-faq__cta:hover,
.landing-v2 .bm-faq__card a.bm-faq__cta:focus-visible,
.landing-v2 .bm-faq__card a.btn-base:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: var(--brand-red, #d2151e) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(239, 48, 54, 0.35);
}

.landing-v2 .bm-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.landing-v2 .bm-faq__item {
    border-radius: 16px;
    border: 1px solid #ececf0;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-v2 .bm-faq__item.is-open {
    border-color: rgba(239, 48, 54, 0.25);
    box-shadow: 0 10px 32px rgba(26, 26, 46, 0.08);
}

.landing-v2 .bm-faq__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.landing-v2 .bm-faq__trigger h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--bm-dark, #1a1a2e);
    line-height: 1.4;
}

.landing-v2 .bm-faq__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f4f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.25s ease;
}

.landing-v2 .bm-faq__item.is-open .bm-faq__icon {
    background: rgba(239, 48, 54, 0.12);
    transform: rotate(45deg);
}

.landing-v2 .bm-faq__icon svg {
    display: block;
}

.landing-v2 .bm-faq__panel {
    display: none;
    padding: 0 20px 18px;
}

.landing-v2 .bm-faq__item.is-open .bm-faq__panel {
    display: block;
}

.landing-v2 .bm-faq__panel p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.65;
    color: var(--bm-muted, #64748b);
}

@media (max-width: 991px) {
    .landing-v2 .bm-faq__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .landing-v2 .bm-faq__card {
        margin-top: 0;
    }
}

/* --- landing-inner-v2.css --- */

.bm-page-hero {
    background: linear-gradient(135deg, var(--brand-red, #EF3024) 0%, #c41e14 100%);
    padding: 56px 0;
    color: #fff;
    text-align: center;
}

.bm-page-hero h1 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 8px;
}

.bm-page-hero p {
    opacity: 0.92;
    margin: 0;
    max-width: 640px;
    margin-inline: auto;
}

.bm-page-content {
    padding: 48px 0 80px;
    background: #fafbfc;
}

.bm-page-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(26, 26, 46, 0.06);
    border: 1px solid #f0f0f2;
}

.bm-page-card--link {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bm-page-card__tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--brand-red, #EF3024);
}

.bm-page-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #282C3F;
    margin: 0;
}

.bm-page-card__cta {
    color: var(--brand-red, #EF3024);
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
}

.bm-page-card__cta:hover {
    text-decoration: underline;
}

.bm-page-card p,
.bm-page-card li {
    color: #686B78;
    line-height: 1.7;
}

/* --- landing-footer-v2.css --- */

/* BhojMandu footer — reference mockup layout (#site-footer loads after bundle) */
#site-footer.bm-footer.bm-footer--light {
    --bm-footer-bg: #F4F5F7;
    --bm-footer-panel: #FFFFFF;
    --bm-footer-text: #282C3F;
    --bm-footer-muted: #686B78;
    --bm-footer-heading: #1A1A2E;
    --bm-footer-border: #E3E5EB;
    --bm-footer-accent: var(--brand-red, #EF3024);
    font-family: 'Inter', sans-serif;
}

#site-footer.bm-footer--light .bm-footer__main {
    background: var(--bm-footer-bg);
    color: var(--bm-footer-text);
    padding: 44px 0 0;
    border-top: 1px solid var(--bm-footer-border);
}

/* Newsletter */
#site-footer .bm-footer__newsletter {
    background: var(--bm-footer-nl-bg, linear-gradient(135deg, #fff8f6 0%, #fff 50%, #f8f9fc 100%));
    padding: 56px 0;
    border-top: 1px solid #eee;
}

#site-footer .bm-footer__newsletter-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

#site-footer .bm-footer__newsletter-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

#site-footer .bm-footer__newsletter-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--bm-footer-nl-accent, #ef3024) 12%, #fff);
    color: var(--bm-footer-nl-accent, #ef3024);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#site-footer .bm-footer__newsletter h3 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--bm-footer-nl-text, #282C3F);
    margin-bottom: 10px;
}

#site-footer .bm-footer__newsletter p,
#site-footer .bm-footer__newsletter-subtitle {
    color: var(--bm-footer-nl-muted, #686B78);
    margin-bottom: 24px;
}

#site-footer .bm-footer__newsletter-form .input--grp {
    display: flex;
    max-width: 480px;
    margin: 0 auto;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(26, 26, 46, 0.08);
    border: 1px solid #e9e9eb;
    background: #fff;
}

#site-footer .bm-footer__newsletter-form input.form-control {
    border: none;
    border-radius: 999px 0 0 999px;
    padding: 14px 22px;
    flex: 1;
    font-size: 0.95rem;
}

/* ── Top band: brand + 4 link columns ── */
#site-footer .bm-footer__grid {
    display: grid;
    grid-template-columns: minmax(270px, 1.55fr) repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-bottom: 36px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--bm-footer-border);
}

#site-footer .bm-footer__brand {
    padding-right: 32px;
}

#site-footer .bm-footer__brand .bm-footer__logo img {
    max-height: 50px;
    width: auto;
    margin-bottom: 18px;
}

#site-footer .bm-footer__tagline {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--bm-footer-muted);
    margin-bottom: 16px;
    max-width: 300px;
}

#site-footer .bm-footer__contact-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    max-width: 100%;
}

#site-footer .bm-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 9px;
    font-size: 0.8125rem;
    line-height: 1.5;
}

#site-footer .bm-footer__contact-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bm-footer-accent);
    margin-top: 2px;
}

#site-footer .bm-footer__contact-text {
    flex: 1;
    min-width: 0;
}

#site-footer .bm-footer__contact-label {
    display: inline;
    font-weight: 600;
    color: var(--bm-footer-heading);
}

#site-footer .bm-footer__contact-value {
    display: inline;
    color: var(--bm-footer-muted);
}

#site-footer .bm-footer__contact-label + .bm-footer__contact-value::before {
    content: ' ';
}

#site-footer .bm-footer__icon-svg {
    width: 16px;
    height: 16px;
    display: block;
}

#site-footer .bm-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

#site-footer .bm-footer__social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, background 0.2s;
}

#site-footer .bm-footer__social a:hover {
    background: var(--bm-footer-accent);
    transform: translateY(-2px);
}

#site-footer .bm-footer__social i {
    font-size: 0.9rem;
}

#site-footer .bm-footer__country .landing-country-switcher .header--btn {
    background: #fff;
    border: 1px solid #d7d9e0 !important;
    color: var(--bm-footer-heading) !important;
    border-radius: 8px;
    font-size: 0.84rem;
    min-height: 34px;
    padding: 5px 12px !important;
}

#site-footer .bm-footer__country .dropdown-list {
    background: #fff;
    border-color: #e5e7eb;
    box-shadow: 0 12px 32px rgba(26, 26, 46, 0.12);
}

/* Link columns with vertical dividers */
#site-footer .bm-footer__col {
    border-left: 1px solid var(--bm-footer-border);
    padding-left: 28px;
    padding-right: 8px;
}

#site-footer .bm-footer__col-title,
#site-footer .bm-footer__feature-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--bm-footer-heading);
    margin-bottom: 16px;
}

#site-footer .bm-footer__col-icon {
    color: var(--bm-footer-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#site-footer .bm-footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#site-footer .bm-footer__col ul li {
    margin-bottom: 9px;
}

#site-footer .bm-footer__col ul li a {
    color: var(--bm-footer-muted);
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.2s;
}

#site-footer .bm-footer__col ul li a:hover {
    color: var(--bm-footer-accent);
}

/* ── Middle panel: hours | services | app ── */
#site-footer .bm-footer__features-panel {
    background: var(--bm-footer-panel);
    border: 1px solid var(--bm-footer-border);
    border-radius: 14px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

#site-footer .bm-footer__features {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.45fr) minmax(0, 0.95fr);
    gap: 0;
    padding: 0;
    border: none;
    margin: 0;
}

#site-footer .bm-footer__feature {
    padding: 0 28px;
}

#site-footer .bm-footer__feature:first-child {
    padding-left: 0;
}

#site-footer .bm-footer__feature:last-child {
    padding-right: 0;
}

#site-footer .bm-footer__feature--services {
    border-left: 1px solid var(--bm-footer-border);
    border-right: 1px solid var(--bm-footer-border);
}

#site-footer .bm-footer__hours-value {
    margin: 0 0 6px;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--bm-footer-accent);
    white-space: nowrap;
}

#site-footer .bm-footer__hours-note {
    margin: 0;
    font-size: 0.875rem;
    color: var(--bm-footer-muted);
}

#site-footer .bm-footer__service-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.6rem;
}

#site-footer .bm-footer__service-pill {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    color: var(--bm-footer-heading);
    background: #FAFAFB;
    border: 1px solid #D7DAE0;
    transition: color 0.2s, border-color 0.2s;
}

#site-footer .bm-footer__service-pill:hover {
    color: var(--bm-footer-accent);
    border-color: var(--bm-footer-accent);
}

#site-footer .bm-footer__service-pill--accent,
#site-footer .bm-footer__service-pill[href*="late-night"] {
    color: var(--bm-footer-accent);
    border-color: var(--bm-footer-accent);
    background: #fff;
}

#site-footer .bm-footer__download-text {
    font-size: 0.875rem;
    color: var(--bm-footer-muted);
    margin-bottom: 12px;
    max-width: 280px;
    line-height: 1.55;
}

#site-footer .bm-footer__app-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#site-footer .bm-footer__app-badges img {
    height: 40px;
    width: auto;
    border-radius: 8px;
}

/* ── Trust bar ── */
#site-footer .bm-footer__trust {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 0 20px;
    padding: 24px 28px;
    padding-right: min(58%, 650px);
    min-height: 128px;
    border: 1px solid var(--bm-footer-border);
    border-radius: 14px;
    background: var(--bm-footer-panel);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

#site-footer .bm-footer__trust-start {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    padding-right: 24px;
}

#site-footer .bm-footer__trust-icon {
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}

#site-footer .bm-footer__trust-shield {
    position: relative;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bm-footer-accent);
}

#site-footer .bm-footer__trust-shield svg {
    width: 54px;
    height: 54px;
    display: block;
}

#site-footer .bm-footer__trust-mark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    text-transform: lowercase;
    padding-top: 3px;
}

#site-footer .bm-footer__trust-heading {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--bm-footer-heading);
    margin: 0;
    white-space: nowrap;
}

#site-footer .bm-footer__trust-text {
    flex: 1;
    margin: 0;
    padding-left: 24px;
    border-left: 1px solid var(--bm-footer-border);
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--bm-footer-muted);
    max-width: 42ch;
    position: relative;
    z-index: 2;
}

#site-footer .bm-footer__trust-art {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(58%, 650px);
    max-width: none;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 1;
}

#site-footer .bm-footer__trust-art img {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 100px;
    display: block;
    object-fit: contain;
    object-position: right bottom;
    opacity: 0.58;
}

/* ── Copyright row ── */
#site-footer .bm-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    padding: 0 0 28px;
    margin: 0;
    border-top: none;
}

#site-footer .bm-footer__copyright,
#site-footer .bm-footer__made-with {
    margin: 0;
    font-size: 0.84rem;
    color: var(--bm-footer-muted);
    font-weight: 500;
}

#site-footer .bm-footer__heart {
    color: var(--bm-footer-accent);
}

@media (max-width: 1199px) {
    #site-footer .bm-footer__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 20px;
    }

    #site-footer .bm-footer__brand {
        grid-column: 1 / -1;
        padding-right: 0;
        border-bottom: 1px solid var(--bm-footer-border);
        padding-bottom: 24px;
    }

    #site-footer .bm-footer__col {
        border-left: none;
        padding-left: 0;
    }

    #site-footer .bm-footer__features {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #site-footer .bm-footer__feature {
        padding: 0;
        border: none !important;
    }
}

@media (max-width: 767px) {
    #site-footer .bm-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    #site-footer .bm-footer__features-panel {
        padding: 20px 18px;
    }

    #site-footer .bm-footer__trust {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-right: 28px;
        padding-bottom: 100px;
    }

    #site-footer .bm-footer__trust-start {
        padding-right: 0;
    }

    #site-footer .bm-footer__trust-text {
        border-left: none;
        padding-left: 0;
        max-width: none;
        margin-top: 12px;
    }

    #site-footer .bm-footer__trust-art {
        width: 100%;
        max-width: none;
        height: 80px;
    }

    #site-footer .bm-footer__trust-art img {
        min-width: 0;
        max-height: 80px;
        opacity: 0.55;
    }

    #site-footer .bm-footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #site-footer .bm-footer__grid {
        grid-template-columns: 1fr;
    }
}

/* --- landing-v2-mobile.css --- */

/**
 * Landing v2 — mobile-first polish (loads last in bundle)
 * Targets phones: 575px, 767px, 991px breakpoints
 */

/* ── Foundation ── */
.landing-page .landing-v2 {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
}

.landing-v2 .container {
    width: 100%;
    max-width: 100%;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
}

@media (min-width: 576px) {
    .landing-v2 .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .landing-v2 .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .landing-v2 .container {
        max-width: 1200px;
    }
}

/* Force single-column layouts below tablet */
@media (max-width: 991px) {
    .landing-v2 .bm-hero__inner,
    .landing-v2 .bm-global__grid,
    .landing-v2 .bm-oneapp__grid,
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__layout,
    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__grid,
    .landing-v2 .bm-app-dl__inner,
    .landing-v2 .bm-faq__layout {
        grid-template-columns: 1fr !important;
    }

    .landing-v2 .bm-hero__inner {
        gap: 20px !important;
    }

    .landing-v2 .bm-hero__visual {
        order: -1;
    }

    .landing-v2 .bm-services__grid,
    .landing-v2 .bm-why__grid {
        grid-template-columns: 1fr !important;
    }

    .landing-v2 .bm-steps {
        grid-template-columns: 1fr !important;
    }
}

/* ── Header ── */
@media (max-width: 991px) {
    .bm-header__inner {
        min-height: 64px;
    }

    .bm-header__logo img {
        max-height: 38px;
    }

    .bm-header__link,
    .bm-header__pill {
        min-height: 44px;
    }

    .bm-header__cta {
        min-height: 48px;
        font-size: 0.95rem;
    }
}

/* ── Hero ── */
@media (max-width: 767px) {
    .landing-v2 .bm-hero.landing-v2__hero:has(.bm-hero__bg) {
        min-height: auto !important;
    }

    .landing-v2 .bm-hero__bg-overlay {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(255, 255, 255, 0.9) 55%,
            rgba(255, 255, 255, 0.85) 100%
        ) !important;
    }

    .landing-v2 .bm-hero__location-row {
        flex-direction: column !important;
        align-items: stretch !important;
        max-width: 100% !important;
    }

    .landing-v2 .bm-hero__location {
        min-width: 0 !important;
        width: 100% !important;
        border-bottom: 1px solid #ececf0;
        padding: 14px 16px !important;
    }

    .landing-v2 .bm-hero__location-row .bm-hero__cta {
        width: 100% !important;
        justify-content: center !important;
        padding: 16px 22px !important;
        min-height: 48px;
        border-radius: 0 !important;
    }

    .landing-v2 .bm-hero__badges {
        flex-wrap: wrap !important;
        gap: 12px 18px !important;
        margin-top: 16px !important;
    }

    .landing-v2 .bm-hero__badge strong {
        white-space: normal !important;
    }

    .landing-v2 .bm-hero__text {
        max-width: 100% !important;
        font-size: 0.98rem !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 575px) {
    .landing-v2 .bm-hero.landing-v2__hero {
        padding: 16px 0 28px !important;
    }

    .landing-v2 .bm-hero__visual {
        min-height: 250px !important;
        max-height: 270px !important;
        overflow: hidden !important;
    }

    .landing-v2 .bm-hero__visual .bm-phone-mockup--frameless.bm-phone-mockup--hero {
        width: min(190px, 52vw) !important;
    }

    .landing-v2 .bm-hero__food {
        width: 60px !important;
        height: 60px !important;
    }

    .landing-v2 .bm-hero__food--1 {
        top: 4% !important;
        left: 4% !important;
        right: auto !important;
    }

    .landing-v2 .bm-hero__food--2 {
        top: auto !important;
        bottom: 8% !important;
        left: 8% !important;
        right: auto !important;
    }

    .landing-v2 .bm-hero__food--4 {
        top: 4% !important;
        right: 4% !important;
        left: auto !important;
    }

    .landing-v2 .bm-hero__food--3 {
        bottom: 8% !important;
        right: 8% !important;
        left: auto !important;
    }

    .landing-v2 .bm-hero__title {
        font-size: clamp(1.6rem, 7.5vw, 2rem) !important;
    }

    .landing-v2 .bm-hero__tag span {
        font-size: 0.82rem !important;
    }
}

/* ── Services ── */
@media (max-width: 767px) {
    .landing-v2 .bm-service-card {
        min-height: 210px;
        padding: 20px 18px;
    }

    .landing-v2 .bm-service-card h3 {
        font-size: 1.2rem;
        max-width: 58%;
    }

    .landing-v2 .bm-service-card p {
        font-size: 0.92rem;
        max-width: 58%;
    }

    .landing-v2 .bm-service-card__btn {
        min-height: 44px;
        padding: 10px 18px;
        left: 18px;
        bottom: 16px;
    }

    .landing-v2 .bm-service-card__photo {
        width: 46%;
        max-width: 180px;
    }
}

/* ── Why Choose ── */
@media (max-width: 767px) {
    .landing-v2 .landing-v2__why .bm-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }
}

@media (max-width: 575px) {
    .landing-v2 .landing-v2__why .bm-why__grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .landing-v2 .landing-v2__why .bm-why__item {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 14px !important;
        text-align: left !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid #f0f0f2;
    }

    .landing-v2 .landing-v2__why .bm-why__item:last-child {
        border-bottom: none;
    }

    .landing-v2 .landing-v2__why .bm-why__icon-wrap {
        width: 52px !important;
        height: 52px !important;
        margin: 0 !important;
        flex-shrink: 0;
    }

    .landing-v2 .bm-why__icon-svg {
        width: 28px !important;
        height: 28px !important;
    }

    .landing-v2 .landing-v2__why .bm-why__item h4 {
        font-size: 0.92rem !important;
        margin-bottom: 4px !important;
    }

    .landing-v2 .landing-v2__why .bm-why__item p {
        font-size: 0.8rem !important;
    }
}

/* ── Global presence ── */
@media (max-width: 575px) {
    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__copy h2 {
        font-size: 1.55rem !important;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__cta {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card {
        padding: 12px !important;
    }

    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card-meta {
        font-size: 0.68rem !important;
    }
}

/* ── One App ── */
@media (max-width: 575px) {
    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__stage {
        min-height: auto !important;
        padding: 8px 0 0 !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__copy h2 {
        font-size: 1.55rem !important;
    }

    .landing-v2 .landing-v2__one-app.bm-oneapp-v3 .bm-oneapp__bubble {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* ── How it works ── */
@media (max-width: 575px) {
    .landing-v2 .landing-v2__how.bm-how-v3 .bm-how-panel {
        padding: 18px 14px !important;
        border-radius: 14px !important;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-step__inner {
        gap: 10px !important;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-step h4 {
        font-size: 0.88rem !important;
    }

    .landing-v2 .landing-v2__how.bm-how-v3 .bm-step p {
        font-size: 0.76rem !important;
    }
}

/* ── Stats ── */
@media (max-width: 575px) {
    .landing-v2 .landing-v2__stats .bm-stats__grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .landing-v2 .landing-v2__stats .bm-stats__bar {
        padding: 18px 16px !important;
        border-radius: 16px !important;
    }

    .landing-v2 .landing-v2__stats .bm-stats__item {
        gap: 12px !important;
    }
}

/* ── Testimonials ── */
@media (max-width: 575px) {
    .landing-v2 .landing-v2__testimonials .bm-testimonials__slider {
        gap: 0 !important;
    }

    .landing-v2 .landing-v2__testimonials .bm-testimonial-nav {
        display: none !important;
    }

    .landing-v2 .landing-v2__testimonials .bm-testimonial-card {
        padding: 16px !important;
    }

    .landing-v2 .landing-v2__testimonials .bm-testimonial-card__quote {
        font-size: 0.85rem !important;
    }
}

/* ── Integrations ── */
@media (max-width: 767px) {
    .bm-integrations {
        padding: 2.5rem 0 !important;
    }

    .bm-integrations__toolbar {
        margin: 1.25rem 0 1rem !important;
    }

    .bm-integrations__country {
        min-height: 44px;
        padding: 0.45rem 0.85rem;
        font-size: 0.85rem;
    }

    .bm-integrations__panel {
        padding: 1rem !important;
        border-radius: 16px !important;
    }

    .bm-integrations__nav {
        width: 36px !important;
        height: 36px !important;
        font-size: 1.25rem !important;
    }

    .bm-integrations__logo {
        flex: 0 1 calc(50% - 0.35rem) !important;
        min-width: 72px !important;
        max-width: none !important;
    }
}

/* ── FAQ ── */
@media (max-width: 575px) {
    .landing-v2 .bm-faq__layout {
        gap: 24px !important;
    }

    .landing-v2 .bm-faq__intro h2 {
        font-size: 1.55rem !important;
    }

    .landing-v2 .bm-faq__card {
        padding: 18px !important;
        margin-top: 16px !important;
    }

    .landing-v2 .bm-faq__card a.bm-faq__cta,
    .landing-v2 .bm-faq__card a.btn-base {
        width: 100% !important;
        justify-content: center !important;
        min-height: 48px;
    }

    .landing-v2 .bm-faq__trigger {
        padding: 14px 16px !important;
        gap: 12px !important;
    }

    .landing-v2 .bm-faq__trigger h3 {
        font-size: 0.9rem !important;
    }

    .landing-v2 .bm-faq__icon {
        width: 32px !important;
        height: 32px !important;
    }

    .landing-v2 .bm-faq__panel {
        padding: 0 16px 14px !important;
    }
}

/* ── App download ── */
@media (max-width: 575px) {
    .landing-v2 .bm-app-dl.landing-v2__app-download {
        padding: 24px 0 32px !important;
    }

    .landing-v2 .bm-app-dl__panel {
        padding: 20px 16px !important;
        border-radius: 20px !important;
    }

    .landing-v2 .bm-app-dl__phones {
        min-height: 220px !important;
        max-height: 240px !important;
    }

    .landing-v2 .bm-app-dl__phones .bm-phone-mockup--frameless.bm-phone-mockup--md {
        width: 130px !important;
    }

    .landing-v2 .bm-app-dl__phones .bm-phone-mockup--angle-right {
        margin-left: -28px !important;
    }

    .landing-v2 .bm-app-dl__title {
        font-size: 1.55rem !important;
    }

    .landing-v2 .bm-app-dl__features {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin-top: 20px !important;
    }

    .landing-v2 .bm-app-dl__feature-icon-wrap {
        width: 48px !important;
        height: 48px !important;
    }

    .landing-v2 .bm-app-dl__feature-label {
        font-size: 0.65rem !important;
    }

    .landing-v2 .bm-app-dl__qr {
        width: 128px !important;
        height: 128px !important;
    }

    .landing-v2 .bm-app-dl__actions img {
        height: 44px !important;
    }

    .landing-v2 .bm-app-dl__social {
        width: 100%;
        max-width: none !important;
        border-radius: 16px !important;
    }
}

/* ── Footer & newsletter ── */
@media (max-width: 767px) {
    .landing-v2 .bm-footer__newsletter-inner {
        flex-direction: column !important;
        align-items: stretch !important;
        text-align: center !important;
        padding: 18px 16px !important;
    }

    .landing-v2 .bm-footer__newsletter-heading {
        flex-direction: column !important;
        min-width: 0 !important;
    }

    .landing-v2 .bm-footer__newsletter-form {
        min-width: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }

    .bm-footer__grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .bm-footer__brand {
        text-align: center;
    }

    .bm-footer__contact-list {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .bm-footer__features {
        text-align: left;
    }

    .bm-footer__service-pills {
        justify-content: flex-start;
    }

    .bm-footer__social {
        justify-content: center;
    }

    .bm-footer__app-badges {
        justify-content: flex-start;
    }

    .bm-footer__download-text {
        max-width: none;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .landing-v2 .bm-section {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .landing-v2 .bm-section-head {
        margin-bottom: 22px !important;
    }

    .landing-v2 .bm-section-head h2 {
        font-size: clamp(1.45rem, 5.5vw, 1.75rem) !important;
    }

    .landing-v2 .bm-section-head p {
        font-size: 0.92rem !important;
    }
}

/* ── Touch devices: no hover lift ── */
@media (hover: none) and (pointer: coarse) {
    .landing-v2 .bm-service-card:hover,
    .landing-v2 .bm-hero__cta:hover,
    .landing-v2 .landing-v2__global.bm-global-v3 .bm-global__card:hover {
        transform: none !important;
    }
}
