/* ============================================================
   NearU - For Customers Page
   Consumes global tokens (theme-tokens.css) + components (components.css).
   Declares NO :root and NO variables. Homepage/About/Contact CSS untouched.
   ============================================================ */

.nearu-customers { background: #fff; }

/* Section rhythm */
.nearu-cust-hero,
.nearu-cust-love,
.nearu-cust-mymall,
.nearu-cust-rewards,
.nearu-cust-how,
.nearu-cust-cats,
.nearu-cust-highlights,
.nearu-cust-faq,
.nearu-cust-cta-section { padding: 64px 0; }

/* Page-local tint variants not in the global set */
.nearu-tint-blue   { color: #2F6BFF; background: rgba(47, 107, 255, .10); }
.nearu-tint-purple { color: #8A4FD6; background: rgba(138, 79, 214, .10); }

/* Eyebrow pill (shared treatment used on About/Contact) */
.nearu-eyebrow-pill {
    display: inline-block;
    background: rgba(181, 0, 86, .08);
    padding: 5px 14px;
    border-radius: var(--radius-pill);
    margin-bottom: 14px;
}

/* ============================================================
   HERO
   ============================================================ */
.nearu-cust-hero { background: var(--brand-gradient-soft); padding-top: 64px; }
.nearu-cust-hero-title {
    color: var(--nearu-ink);
    font-weight: var(--fw-bold);
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.12;
    margin: 0 0 18px;
}
.nearu-cust-hero-title .nearu-accent { color: var(--nearu-primary); }
.nearu-cust-hero-text {
    color: var(--nearu-muted);
    font-size: 17px;
    max-width: 440px;
    line-height: 1.7;
    font-weight: 600;
    margin: 0 0 32px;  
 }
.nearu-cust-hero-cta { margin-bottom: 18px; }
.nearu-cust-hero-badges { gap: 10px; }

/* Hero visual + floating cards */
.nearu-cust-hero-visual { position: relative; }
.nearu-cust-hero-photo {
    border-radius: var(--radius-panel);
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(26, 27, 46, .12);
    min-height: 300px;
}
.nearu-cust-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nearu-cust-hero-photo.is-empty { background: linear-gradient(135deg, #f7d9cf, #f3c6b5); min-height: 340px; }

.nearu-cust-hero-cards {
    position: absolute;
    top: 100px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 46%;
    max-width: 250px;
}
.nearu-cust-hero-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: 0 10px 26px rgba(26, 27, 46, .12);
    padding: 11px 13px;
}
.nearu-cust-hero-card-icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-size: 15px; }
.nearu-cust-hero-card-title { display: block; font-size: 12.5px; font-weight: var(--fw-bold); color: var(--nearu-ink); line-height: 1.2; }
.nearu-cust-hero-card-text { display: block; font-size: 10.5px; color: var(--nearu-muted); line-height: 1.3; }

/* ============================================================
   WHY CUSTOMERS LOVE NEARU (5-up)
   ============================================================ */
.nearu-cust-love-head { margin-bottom: 34px; }
.nearu-cust-love-title { color: var(--nearu-ink); font-weight: var(--fw-bold); font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 0; }
.nearu-cust-love-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 18px;
    background: #fff;
    border: 1px solid var(--nearu-border);
    border-radius: var(--radius-panel);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform .25s ease, box-shadow .25s ease;
}
.nearu-cust-love-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(26, 27, 46, .09);
}
.nearu-cust-love-icon { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; font-size: 26px; margin-bottom: 16px; }
.nearu-cust-love-item-title { font-size: 14.5px; font-weight: var(--fw-bold); color: var(--nearu-ink); margin: 0 0 8px; line-height: 1.3; }
.nearu-cust-love-item-text {
    font-size: 13px;
    color: var(--nearu-muted);
    line-height: 1.7;
    margin: 0;
    max-width: 200px;
    font-weight: 600;
}

/* ============================================================
   SHARED CSS PHONE MOCKUPS (MyMall + Rewards)
   ============================================================ */
.nearu-cust-phone {
    position: relative;
    width: 100%;
    max-width: 230px;
    background: #1f2230;
    border-radius: 28px;
    padding: 10px;
    box-shadow: 0 26px 54px rgba(26, 27, 46, .26);
}
.nearu-cust-phone-notch { position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 34%; height: 14px; background: #1f2230; border-radius: 0 0 11px 11px; z-index: 2; }
.nearu-cust-phone-screen { background: #f6f7fb; border-radius: 20px; padding: 20px 14px 16px; overflow: hidden; }
.nearu-cust-phone-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.nearu-cust-phone-title { font-size: 13px; font-weight: var(--fw-bold); color: var(--nearu-ink); }
.nearu-cust-phone-link { font-size: 10px; font-weight: var(--fw-semibold); color: var(--brand-red); }
.nearu-cust-phone-pill { font-size: 9px; font-weight: var(--fw-bold); color: #fff; background: var(--brand-red); padding: 3px 10px; border-radius: var(--radius-pill); }
.nearu-cust-phone-label { display: block; font-size: 10px; font-weight: var(--fw-bold); text-transform: uppercase; letter-spacing: .4px; color: var(--nearu-muted); margin: 10px 0 8px; }
.nearu-cust-phone-avatars { display: flex; gap: 8px; margin-bottom: 12px; }
.nearu-cust-phone-avatars span { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #f7d9cf, #f3c6b5); flex: 0 0 auto; }
.nearu-cust-phone-offer { background: var(--brand-gradient); border-radius: 14px; padding: 13px; color: #fff; }
.nearu-cust-phone-offer-green { background: linear-gradient(135deg, #2FA36B, #46C285); }
.nearu-cust-phone-offer-tag { font-size: 9px; font-weight: var(--fw-semibold); opacity: .92; display: block; }
.nearu-cust-phone-offer-deal { font-size: 22px; font-weight: var(--fw-bold); display: block; line-height: 1.1; }
.nearu-cust-phone-offer-sub { font-size: 9.5px; display: block; margin-bottom: 9px; opacity: .95; }
.nearu-cust-phone-offer-btn { display: inline-block; background: #fff; color: var(--brand-red); font-size: 9px; font-weight: var(--fw-bold); padding: 5px 14px; border-radius: var(--radius-pill); }
.nearu-cust-phone-offer-green .nearu-cust-phone-offer-btn { color: #2FA36B; }
.nearu-cust-phone-rows { margin-top: 12px; }
.nearu-cust-phone-row { display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--nearu-ink); padding: 7px 0; border-bottom: 1px solid #ececf1; }
.nearu-cust-phone-row:last-child { border-bottom: none; }

/* ============================================================
   MYMALL
   ============================================================ */
.nearu-cust-mymall-title { color: var(--nearu-ink); font-weight: var(--fw-bold); font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 0 0 14px; }
.nearu-cust-mymall-text { 
    color: var(--nearu-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 22px;
    max-width: 440px;
    font-weight: 600;
}
.nearu-cust-mymall-features { 
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0px;
    margin-bottom: 26px;
}
.nearu-cust-mymall-feature { 
    flex: 1 1 1%;
    min-width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 7px;
 }
.nearu-cust-mymall-feature-icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 18px; }
.nearu-cust-mymall-feature-label { font-size: 13px; font-weight: var(--fw-semibold); color: var(--nearu-ink); line-height: 1.3; }

.nearu-cust-mymall-phones { position: relative; display: flex; justify-content: center; align-items: flex-start; gap: 18px; min-height: 360px; }
.nearu-cust-phone-a { margin-top: 0; z-index: 2; }
.nearu-cust-phone-b { margin-top: 40px; z-index: 1; }

/* ============================================================
   REWARDS & LOYALTY (gradient band)
   ============================================================ */
.nearu-cust-rewards-inner {
    background: var(--brand-gradient);
    border-radius: var(--radius-panel);
    padding: 40px 38px;
    box-shadow: 0 20px 46px rgba(181, 0, 86, .20);
    color: #fff;
}
.nearu-cust-rewards-phone-wrap { display: flex; justify-content: center; }
.nearu-cust-rewards-phone { max-width: 210px; }
.nearu-cust-rewards-points { background: linear-gradient(135deg, #2FA36B, #46C285); border-radius: 12px; padding: 12px 14px; color: #fff; margin-bottom: 12px; }
.nearu-cust-rewards-points-label { font-size: 10px; opacity: .9; display: block; }
.nearu-cust-rewards-points-value { font-size: 26px; font-weight: var(--fw-bold); display: block; line-height: 1.1; }
.nearu-cust-rewards-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.nearu-cust-rewards-chip { font-size: 9px; font-weight: var(--fw-semibold); color: var(--nearu-ink); background: #fff; border: 1px solid #ececf1; padding: 5px 9px; border-radius: var(--radius-pill); }

.nearu-cust-rewards-title { color: #fff; font-weight: var(--fw-bold); font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin: 0 0 10px; }
.nearu-cust-rewards-text { 
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 725px;
    font-weight: 600;
}
.nearu-cust-rewards-grid { margin-bottom: 8px; }
.nearu-cust-rewards-item { text-align: left; }
.nearu-cust-rewards-icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-size: 20px; margin-bottom: 12px; background: rgba(255, 255, 255, .18); color: #fff; }
.nearu-cust-rewards-item-title { font-size: 14px; font-weight: var(--fw-bold); color: #fff; margin: 0 0 6px; }
.nearu-cust-rewards-item-text { 
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
}

.nearu-cust-rewards-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 26px; }
.nearu-cust-rewards-btn { background: #fff; color: var(--brand-red); border: 1px solid #fff; border-radius: var(--radius-pill); font-weight: var(--fw-bold); padding: 11px 26px; transition: transform .2s ease; }
.nearu-cust-rewards-btn:hover { transform: translateY(-1px); color: var(--brand-red); background: rgba(255, 255, 255, .92); }

/* ============================================================
   HOW NEARU WORKS FOR YOU (5 steps + connectors)
   ============================================================ */
.nearu-cust-how-head { margin-bottom: 38px; }
.nearu-cust-how-title { color: var(--nearu-ink); font-weight: var(--fw-bold); font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 0; }
.nearu-cust-how-col { position: relative; }
.nearu-cust-how-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 12px; }
.nearu-cust-how-icon-wrap { position: relative; margin-bottom: 16px; }
.nearu-cust-how-icon { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-size: 26px; }
.nearu-cust-how-num { position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 22px; height: 22px; border-radius: 50%; color: #fff; font-size: 11px; font-weight: var(--fw-bold); display: grid; place-items: center; border: 2px solid #fff; z-index: 2; }
.nearu-cust-how-num-red    { background: var(--brand-red); }
.nearu-cust-how-num-purple { background: #8A4FD6; }
.nearu-cust-how-num-blue   { background: #2F6BFF; }
.nearu-cust-how-num-green  { background: #3FA34D; }
.nearu-cust-how-step-title { font-size: 15px; font-weight: var(--fw-bold); color: var(--nearu-ink); margin: 0 0 6px; }
.nearu-cust-how-step-text { font-size: 13px; font-weight: 600; color: var(--nearu-muted); line-height: 1.5; margin: 0; max-width: 180px; }

.nearu-cust-how-connector { position: absolute; top: 32px; left: 50%; width: 100%; transform: translateY(-50%); pointer-events: none; }
.nearu-cust-how-connector::before { content: ""; position: absolute; top: 50%; left: 40px; right: 40px; border-top: 2px dashed var(--nearu-connector); transform: translateY(-50%); }
.nearu-cust-how-connector > i { position: absolute; top: 50%; right: 32px; transform: translateY(-50%); color: var(--nearu-connector); font-size: 16px; }

/* ============================================================
   SHOP BY CATEGORY
   ============================================================ */
.nearu-cust-cats-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.nearu-cust-cats-title { color: var(--nearu-ink); font-weight: var(--fw-bold); font-size: clamp(1.4rem, 2.2vw, 1.8rem); margin: 0; }
.nearu-cust-cats-all { color: var(--nearu-primary); font-weight: var(--fw-bold); font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s ease; }
.nearu-cust-cats-all:hover { gap: 10px; color: var(--nearu-primary); }
.nearu-cust-cats-marquee { overflow: hidden; position: relative; }
.nearu-cust-cats-marquee::before,
.nearu-cust-cats-marquee::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 42px;
    pointer-events: none;
}
.nearu-cust-cats-marquee::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0)); }
.nearu-cust-cats-marquee::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0)); }
.nearu-cust-cats-track { display: flex; width: max-content; animation: nearuCustomerCategoriesMarquee 30s linear infinite; will-change: transform; }
.nearu-cust-cats-marquee:hover .nearu-cust-cats-track { animation-play-state: paused; }
.nearu-cust-cats-grid { display: flex; flex-wrap: nowrap; gap: 14px; padding-right: 14px; }
.nearu-cust-cat-tile { flex: 0 0 124px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.nearu-cust-cat-photo { width: 100%; aspect-ratio: 1 / 1; border-radius: var(--radius-card); overflow: hidden; background: var(--nearu-tile); }
.nearu-cust-cat-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nearu-cust-cat-photo.is-empty { background: linear-gradient(135deg, #FBEAF1, #FDF3E6); }
.nearu-cust-cat-label { font-size: 13px; font-weight: var(--fw-semibold); color: var(--nearu-ink); line-height: 1.3; }
.nearu-cust-cat-more { justify-content: flex-start; }
.nearu-cust-cat-more-icon { width: 100%; aspect-ratio: 1 / 1; border-radius: var(--radius-card); border: 1px dashed var(--nearu-border); display: grid; place-items: center; font-size: 24px; color: var(--nearu-muted); }
.nearu-cust-cat-tile {
    border-radius: var(--radius-card);
    padding: 10px;
    background: #fff;
    border: 1px solid var(--nearu-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform .25s ease, box-shadow .25s ease;
}
.nearu-cust-cat-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(26, 27, 46, .09);
}

@keyframes nearuCustomerCategoriesMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ============================================================
   HIGHLIGHTS - UNEVEN 3-card (narrow / wide / narrow)
   ============================================================ */
.nearu-cust-highlights-grid { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 22px; align-items: stretch; }
.nearu-cust-hl-card { background: #fff; border: 1px solid var(--nearu-border); border-radius: var(--radius-panel); padding: 26px 24px; box-shadow: 0 10px 28px rgba(26, 27, 46, .05); }
.nearu-cust-hl-deal { background: #FDF8EE; }
.nearu-cust-hl-local { background: #F3EEFB; }
.nearu-cust-hl-safe { background: #EAF6EC; }
.nearu-cust-hl-title { font-size: 17px; font-weight: var(--fw-bold); color: var(--nearu-ink); margin: 0 0 10px; }
.nearu-cust-hl-text { font-size: 13px; color: var(--nearu-muted); line-height: 1.6; margin: 0; font-weight: 600;}

/* Deal card phone notification mockup */
.nearu-cust-hl-phone-time { font-size: 22px; font-weight: var(--fw-bold); line-height: 1; }
.nearu-cust-hl-phone-date { font-size: 10px; opacity: .8; margin-bottom: 12px; }
.nearu-cust-hl-notif { display: flex; gap: 9px; background: rgba(255, 255, 255, .12); border-radius: 10px; padding: 9px 10px; }
.nearu-cust-hl-notif-logo { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 6px; background: var(--brand-gradient); color: #fff; font-size: 11px; font-weight: var(--fw-bold); display: grid; place-items: center; font-family: var(--font-primary); }
.nearu-cust-hl-notif-title { display: block; font-size: 11px; font-weight: var(--fw-bold); }
.nearu-cust-hl-notif-text { display: block; font-size: 10px; opacity: .9; line-height: 1.4; }

/* Why Shop Local (wide centre) */
.nearu-cust-hl-local-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; align-items: center; height: 100%; }
.nearu-cust-hl-list { list-style: none; padding: 0; margin: 14px 0 0; }
.nearu-cust-hl-list li { font-weight:600; display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--nearu-ink); margin-bottom: 12px; }
.nearu-cust-hl-check { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; }
.nearu-cust-hl-store { display: grid; place-items: center; }

/* Safe & Secure */
.nearu-cust-hl-safe-icon { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; font-size: 22px; margin-bottom: 14px; }

/* ============================================================
   FAQ - 2-column accordion
   ============================================================ */
.nearu-faq-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.nearu-faq-title { font-size: clamp(1.4rem, 2.2vw, 1.8rem); font-weight: var(--fw-bold); color: var(--nearu-ink); margin: 0; }
.nearu-faq-all { color: var(--nearu-primary); font-weight: var(--fw-bold); font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s ease; }
.nearu-faq-all:hover { gap: 10px; color: var(--nearu-primary); }
.nearu-cust-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.nearu-cust-faq-grid .nearu-accordion-item { margin-bottom: 0; }
.nearu-cust-faq-grid .nearu-accordion-item {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.nearu-cust-cta { background: var(--brand-gradient); border-radius: var(--radius-panel); padding: 30px 38px; box-shadow: 0 18px 40px rgba(181, 0, 86, .18); }
.nearu-cust-cta-left { display: flex; align-items: center; gap: 24px; }
.nearu-cust-cta-illus { position: relative; flex: 0 0 auto; width: 104px; height: 96px; }
.nearu-about-cta-phone {
    position: absolute;
    left: 0;
    top: 4px;
    width: 56px;
    height: 88px;
    display: grid;
    place-items: center;
}

.nearu-about-cta-basket {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 24px;
    box-shadow: 0 6px 16px rgba(26, 27, 46, .18);
}
.nearu-cust-cta-phone { position: absolute; left: 0; top: 4px; width: 56px; height: 88px; border-radius: 12px; background: rgba(255, 255, 255, .16); border: 2px solid rgba(255, 255, 255, .5); display: grid; place-items: center; }
.nearu-cust-cta-phone-logo { width: 26px; height: 26px; border-radius: 8px; background: #fff; color: var(--nearu-primary); font-weight: var(--fw-bold); font-size: 15px; display: grid; place-items: center; font-family: var(--font-primary); }
.nearu-cust-cta-basket { position: absolute; right: 0; bottom: 0; width: 54px; height: 54px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--nearu-primary); display: grid; place-items: center; font-size: 26px; box-shadow: 0 6px 16px rgba(26, 27, 46, .18); }
.nearu-cust-cta-title { color: #fff; font-weight: var(--fw-bold); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.25; margin: 0 0 6px; }
.nearu-cust-cta-text { color: rgba(255, 255, 255, .92); font-size: 14px; line-height: 1.5; margin: 0; max-width: 440px; font-weight: 600;}
.nearu-cust-cta-badges { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
[data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity .68s cubic-bezier(.22, .61, .36, 1),
        transform .68s cubic-bezier(.22, .61, .36, 1);
    will-change: opacity, transform;
}
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* Card hover lift */
.nearu-cust-hero-card,
.nearu-cust-hl-card { transition: transform .25s ease, box-shadow .25s ease; }
.nearu-cust-hl-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(26, 27, 46, .09); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199.98px) {
    .nearu-cust-cats-track { animation-duration: 27s; }
    .nearu-cust-highlights-grid { grid-template-columns: 1fr 1.3fr 1fr; }
}
@media (max-width: 991.98px) {
    .nearu-cust-hero { padding-top: 40px; }
    .nearu-cust-hero-text { max-width: 100%; }
    .nearu-cust-hero-cards { position: static; width: 100%; max-width: 100%; flex-direction: row; flex-wrap: wrap; margin-top: 16px; }
    .nearu-cust-hero-card { flex: 1 1 46%; }
    .nearu-cust-how-connector { display: none; }
    .nearu-cust-faq-grid { grid-template-columns: 1fr; }
    .nearu-cust-highlights-grid { grid-template-columns: 1fr; }
    .nearu-cust-mymall-phones { min-height: 0; }
}
@media (max-width: 767.98px) {
    .nearu-cust-hero,
    .nearu-cust-love,
    .nearu-cust-mymall,
    .nearu-cust-rewards,
    .nearu-cust-how,
    .nearu-cust-cats,
    .nearu-cust-highlights,
    .nearu-cust-faq,
    .nearu-cust-cta-section { padding: 32px 0; }
    .nearu-cust-rewards-inner { padding: 30px 22px; }
    .nearu-cust-cats-track { animation-duration: 24s; }
    .nearu-cust-hl-local-grid { grid-template-columns: 1fr; }
    .nearu-cust-hl-store { display: none; }
    .nearu-cust-cta-left { flex-direction: column; text-align: center; }
    .nearu-cust-cta-illus { margin: 0 auto; }
    .nearu-cust-cta-text { max-width: 100%; }
    .nearu-cust-cta-badges { justify-content: center; }
    .nearu-cust-phone-b { margin-top: 0; }
}
@media (max-width: 575.98px) {
    .nearu-cust-hero-card { flex: 1 1 100%; }
    .nearu-cust-cats-track { animation-duration: 21s; }
    .nearu-cust-cats-marquee::before,
    .nearu-cust-cats-marquee::after { width: 24px; }
    .nearu-cust-cat-tile { flex-basis: 108px; }
    .nearu-cust-mymall-phones { flex-direction: column; align-items: center; gap: 20px; }
    .nearu-cust-cta { padding: 24px 18px; }
    .nearu-cust-cta-badges { flex-direction: column; }
    .nearu-cust-cta-badges .nearu-store-badge { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .nearu-cust-cats-track { animation: none; }
}
.nearu-cust-mymall {
    background: #fff7ef;
    border-radius: var(--radius-panel);
    padding: 20px var(--panel-pad-x);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.mymall_cus img{ 
	width: 480px;
}

.customers_cart {
    width: 230px;
    margin: auto;
    display: block;
}

.nearu-cust-hl-deal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nearu-cust-hl-deal-content {
    flex: 1;
}

.nearu-cust-hl-phone {
    flex: 0 0 35%; /* adjust width */
    margin-top: 0;
}

@media (max-width: 767.98px) {

    .nearu-cust-mymall-features {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .nearu-cust-mymall-feature {
        flex: 0 0 calc(33.333% - 16px); /* 3 per row */
        max-width: calc(33.333% - 16px);
        text-align: center;
    }

    .nearu-cust-mymall-feature-label {
        font-size: 13px;
        line-height: 1.4;
    }
}