/* ═══════════════════════════════════════════════════════════════
   PAGE: Mobile App | Namespace: mb-* | File: /static/css/shell/mani-mobile-ltr.css
   ═══════════════════════════════════════════════════════════════ */

/* ── 01. Root Tokens ── */
.pg-mobile {
    --ink: #1b2a4a;
    --slate: #1b2a4aba;
    --sans: 'Plus Jakarta Sans', system-ui, sans-serif;
    --r-s: 10px;
    --r-m: 14px;
    --r-l: 18px;
    --r-xl: 22px;
    font-family: var(--sans);
    color: var(--ink);
    line-height: 1.6;
}

.pg-mobile a {
    text-decoration: none;
    color: inherit;
}

.pg-mobile img {
    max-width: 100%;
    display: block;
}

/* ── 02. Layout ── */
.mb-mx {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.mb-mx--center {
    text-align: center;
}

/* ── 03. Shared Typography ── */
.mb-eye {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 8px;
}

.mb-sh {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.5px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.mb-sp {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--slate);
    max-width: 700px;
    margin: 0 auto 44px;
    line-height: 1.7;
}

/* ══════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════ */
.mb-hero {
    position: relative;
    padding: 72px 24px 68px;
    overflow: hidden;
}

.mb-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.mb-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    border: 2px solid #bfdbfe;
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 20px;
}

.mb-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    animation: mbPulse 1.5s ease-in-out infinite;
}

@keyframes mbPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .5;
        transform: scale(1.3);
    }
}

.mb-hero-text h1 {
    font-size: 30px;
    font-weight: 900;
    color: var(--ink);
    line-height: 1.12;
}

.mb-hero-text h1 em {
    color: var(--blue);
    font-style: normal;
    font-size: 35px;
}

.mb-hero-sub-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--slate);
    margin-top: 20px;
}

.mb-hero-sub {
    font-size: 17px;
    font-weight: 700;
    color: var(--slate);
    margin: 16px 0 24px 0px;
}

.mb-hero-sub em {
    color: var(--blue);
    font-style: normal;
}

.mb-hero-checks {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 28px;
}

.mb-chk {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink2);
}

.mb-chk i {
    color: var(--blue);
    font-size: 13px;
}

/* Store buttons */
.mb-stores-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.mb-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: var(--r-l);
    font-family: var(--sans);
    transition: transform .2s, box-shadow .2s;
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
}

.mb-store-btn i {
    font-size: 24px;
    flex-shrink: 0;
}

.mb-store-btn span {
    display: flex;
    flex-direction: column;
}

.mb-store-btn small {
    font-size: 11px;
    font-weight: 600;
    opacity: .7;
}

.mb-store-btn strong {
    font-size: 15px;
    font-weight: 800;
}

.mb-store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.mb-store-btn--dark {
    background: var(--ink);
    color: #fff !important;
}

.mb-store-btn--white {
    background: rgba(255, 255, 255, .12);
    color: #fff !important;
    border-color: rgba(255, 255, 255, .25);
}

.mb-store-btn--white:hover {
    background: rgba(255, 255, 255, .2);
}

.mb-hero-note {
    font-size: 13px;
    font-weight: 700;
    color: var(--silver);
    margin-left: 5px;
}

.mb-hero-note strong {
    color: var(--blue);
}

/* ── Phone Mockup ── */
.mb-hero-phone-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-phone-outer {
    width: 260px;
    background: #1b2a4a;
    border-radius: 40px;
    padding: 14px 10px 10px;
    box-shadow: 0 40px 80px rgba(27, 42, 74, .35), 0 0 0 1px rgba(255, 255, 255, .08);
    position: relative;
}

.mb-phone-notch {
    width: 80px;
    height: 24px;
    background: #0d1829;
    border-radius: 12px;
    margin: 0 auto 10px;
}

.mb-phone-screen {
    background: #f8fafc;
    border-radius: 28px;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}

.mb-screen-header {
    background: #1b2a4a;
    padding: 12px 14px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-screen-logo {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.mb-screen-sync {
    color: #86efac;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mb-screen-body {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mb-screen-card {
    border-radius: 14px;
    padding: 12px 14px;
    color: #fff;
}

.mb-card--blue {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.mb-sc-label {
    font-size: 10px;
    font-weight: 700;
    opacity: .8;
    margin-bottom: 2px;
}

.mb-sc-val {
    font-size: 22px;
    font-weight: 900;
}

.mb-sc-sub {
    font-size: 10px;
    font-weight: 700;
    opacity: .8;
    margin-top: 2px;
}

.mb-screen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.mb-screen-mini {
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
    font-weight: 700;
}

.mb-screen-mini i {
    font-size: 14px;
}

.mb-mini--green {
    background: #f0fdf4;
    color: #166534;
}

.mb-mini--purple {
    background: #f5f3ff;
    color: #4c1d95;
}

.mb-mini--orange {
    background: #fffbeb;
    color: #92400e;
}

.mb-mini--teal {
    background: #ecfeff;
    color: #155e75;
}

.mb-screen-nav {
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-radius: 14px;
    padding: 8px 4px 6px;
    margin-top: auto;
    border: 1px solid #f1f5f9;
}

.mb-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 8px;
    font-weight: 700;
    color: var(--silver);
}

.mb-nav-item i {
    font-size: 14px;
}

.mb-nav--active {
    color: var(--blue);
}

.mb-phone-home-bar {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
    margin: 8px auto 0;
}

/* Floating badges */
.mb-float {
    position: absolute;
    background: #fff;
    border: 2px solid var(--mist);
    border-radius: 100px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    animation: mbFloat 3s ease-in-out infinite;
    white-space: nowrap;
}

.mb-float i {
    color: var(--blue);
}

.mb-float--top {
    top: 30px;
    right: -10px;
    animation-delay: 0s;
}

.mb-float--bottom {
    bottom: 40px;
    left: -10px;
    animation-delay: 1.5s;
}

@keyframes mbFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@media(max-width: 900px) {
    .mb-hero-grid {
        grid-template-columns: 1fr !important;
    }

    .mb-hero {
        padding: 48px 24px !important;
    }

    .mb-phone-outer {
        width: 220px;
    }

    .mb-float {
        display: none;
    }
}

/* ══════════════════════════════════════════════════════════════
   PLATFORMS
══════════════════════════════════════════════════════════════ */
.mb-platforms {
    padding: 80px 24px;
}

.mb-plat-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.mb-plat-card {
    background: var(--snow);
    border: 2px solid var(--mist);
    border-radius: var(--r-xl);
    padding: 36px 40px;
    text-align: center;
    min-width: 240px;
    flex: 1;
    max-width: 340px;
    position: relative;
    overflow: hidden;
    transition: border-color .25s;
}

.mb-plat-card::after {
    content: '';
    position: absolute;
    left: -50%;
    bottom: -120px;
    width: 200%;
    height: 120px;
    background: rgba(var(--blue-rgb), 0.05);
    border-radius: 40% 60% 0 0;
    transition: bottom .5s cubic-bezier(.25, .46, .45, .94);
    z-index: 0;
}

.mb-plat-card:hover::after {
    bottom: -30px;
    animation: wave-sway 2s infinite ease-in-out;
}

.mb-plat-card>* {
    position: relative;
    z-index: 1;
}

.mb-plat-card:hover {
    border-color: #cbd5e1;
}

.mb-plat-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin: 0 auto 16px;
}

.mb-plat-icon--apple {
    background: #1b2a4a;
    color: #fff;
}

.mb-plat-icon--android {
    background: #dcfce7;
    color: #16a34a;
}

.mb-plat-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
}

.mb-plat-card p {
    font-size: 15px;
    font-weight: 600;
    color: var(--slate);
    margin-bottom: 16px;
}

.mb-plat-tags {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}

.mb-plat-tags span {
    padding: 4px 10px;
    background: #f8fafc;
    border: 2px solid var(--mist);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--slate);
}

.mb-plat-divider {
    display: flex;
    align-items: center;
}

.mb-plat-plus {
    font-size: 28px;
    font-weight: 900;
    color: var(--blue);
    background: #eff6ff;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ══════════════════════════════════════════════════════════════
   FEATURE SECTIONS
══════════════════════════════════════════════════════════════ */
.mb-feature {
    padding: 80px 24px;
}

.mb-feature--rtl {
    background: var(--snow);
}

.mb-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.mb-feature-grid--rev .mb-feature-text {
    order: 2;
}

.mb-feature-grid--rev .mb-feature-visual {
    order: 1;
}

.mb-feat-badge {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.mb-feat-badge--blue {
    background: #eff6ff;
    color: #1e40af;
}

.mb-feat-badge--green {
    background: #f0fdf4;
    color: #166534;
}

.mb-feat-badge--purple {
    background: #f5f3ff;
    color: #4c1d95;
}

.mb-fsh {
    font-size: 32px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -.4px;
    margin-bottom: 14px;
}

.mb-fsp {
    font-size: 16px;
    font-weight: 600;
    color: var(--slate);
    line-height: 1.75;
    margin-bottom: 24px;
    text-align: left;
    max-width: 100%;
}

.mb-feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mb-feat-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink2);
}

.mb-feat-list li i {
    color: #22c55e;
    font-size: 13px;
    flex-shrink: 0;
}

/* Feature phone shell */
.mb-feat-phone {
    background: #fff;
    border: 2px solid var(--mist);
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 20px 60px rgba(27, 42, 74, .1);
    max-width: 320px;
    margin: 0 auto;
}

.mb-fp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 12px;
}

.mb-fp-offline {
    color: #f59e0b;
}

/* POS Phone */
.mb-fp-scan-area {
    background: #0d1829;
    border-radius: 16px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.mb-scan-frame {
    width: 90px;
    height: 90px;
    position: relative;
}

.mb-scan-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #22c55e;
    top: 0;
    animation: mbScanLine 2s linear infinite;
    box-shadow: 0 0 10px #22c55e;
}

@keyframes mbScanLine {
    0% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}

.mb-scan-corner {
    position: absolute;
    width: 16px;
    height: 16px;
    border-color: #fff;
    border-style: solid;
}

.mb-sc-tl {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}

.mb-sc-tr {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}

.mb-sc-bl {
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}

.mb-sc-br {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}

.mb-scan-chip {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: #22c55e;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.mb-fp-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}

.mb-fp-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    color: var(--ink2);
    padding: 4px 0;
    border-bottom: 1px solid var(--mist);
}

.mb-fp-total {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--ink);
    margin-bottom: 10px;
}

.mb-fp-total strong {
    color: var(--blue);
    font-size: 16px;
}

.mb-fp-btn {
    width: 100%;
    background: var(--ink);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 13px;
    font-weight: 800;
    font-family: var(--sans);
    cursor: pointer;
}

/* Attendance Phone */
.mb-attend-checks {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.mb-ac-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 2px solid var(--mist);
}

.mb-ac--ok {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.mb-ac--pending {
    border-color: #fde68a;
    background: #fffbeb;
}

.mb-ac-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--blue);
    flex-shrink: 0;
}

.mb-ac-text {
    flex: 1;
}

.mb-ac-text strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
}

.mb-ac-text span {
    font-size: 10px;
    font-weight: 600;
    color: var(--slate);
}

.mb-ac-status {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.mb-ac-status--ok {
    background: #22c55e;
    color: #fff;
}

.mb-ac-status--pending {
    background: #fde68a;
    color: #92400e;
}

.mb-attend-btn {
    width: 100%;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 13px;
    font-weight: 800;
    font-family: var(--sans);
    cursor: pointer;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mb-attend-time {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--slate);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* Sync Diagram */
.mb-sync-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: var(--snow);
    border: 2px solid var(--mist);
    border-radius: var(--r-xl);
    padding: 28px 24px;
    max-width: 360px;
    margin: 0 auto;
}

.mb-sync-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
}

.mb-sn-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.mb-sync-node--server .mb-sn-icon {
    background: #eff6ff;
    color: #2563eb;
}

.mb-sync-node--mobile .mb-sn-icon {
    background: #f0fdf4;
    color: #16a34a;
}

.mb-sync-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.mb-sf-line {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.mb-sf-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue);
    animation: mbSyncDot 1.5s ease-in-out infinite;
}

.mb-sf-dot:nth-child(2) {
    animation-delay: .3s;
}

.mb-sf-dot:nth-child(3) {
    animation-delay: .6s;
}

@keyframes mbSyncDot {

    0%,
    100% {
        opacity: .3;
        transform: scale(.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.mb-sf-labels {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.mb-sf-labels span {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--slate);
    background: #fff;
    border: 2px solid var(--mist);
    border-radius: 8px;
    padding: 4px 12px;
}

.mb-sync-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 2px solid var(--mist);
    padding-top: 16px;
    width: 100%;
}

.mb-ss-item {
    text-align: center;
}

.mb-ss-num {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: var(--ink);
}

.mb-ss-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--slate);
    text-transform: uppercase;
    letter-spacing: .5px;
}

@media(max-width: 900px) {
    .mb-feature-grid {
        grid-template-columns: 1fr !important;
        gap: 32px;
    }

    .mb-feature-grid--rev .mb-feature-text {
        order: 1;
    }

    .mb-feature-grid--rev .mb-feature-visual {
        order: 2;
    }

    .mb-fsh {
        font-size: 26px;
    }

    .mb-fsp {
        font-size: 15px;
    }
}

/* ══════════════════════════════════════════════════════════════
   MODULES
══════════════════════════════════════════════════════════════ */
.mb-modules {
    padding: 80px 24px;
}

.mb-mod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.mb-mod-item {
    background: var(--snow);
    border: 2px solid var(--mist);
    border-radius: var(--r-xl);
    padding: 26px 22px;
    transition: border-color .25s, box-shadow .25s;
    position: relative;
    overflow: hidden;
}

.mb-mod-item::after {
    content: '';
    position: absolute;
    left: -50%;
    bottom: -120px;
    width: 200%;
    height: 120px;
    background: rgba(var(--blue-rgb), 0.06);
    border-radius: 40% 60% 0 0;
    transition: bottom .5s cubic-bezier(.25, .46, .45, .94);
    z-index: 0;
}

.mb-mod-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.mb-mod-item:hover::after {
    bottom: -30px;
    animation: wave-sway 2s infinite ease-in-out;
}

.mb-mod-item>* {
    position: relative;
    z-index: 1;
}

.mb-mod-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}

.mb-mod-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
}

.mb-mod-item p {
    font-size: 14px;
    font-weight: 600;
    color: var(--slate);
    line-height: 1.6;
}

@media(max-width: 768px) {
    .mb-mod-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 480px) {
    .mb-mod-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════
   SECURITY
══════════════════════════════════════════════════════════════ */
.mb-security {
    padding: 80px 24px;
    background: var(--snow);
}

.mb-sec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}

.mb-sec-item {
    background: #fff;
    border: 2px solid var(--mist);
    border-radius: var(--r-xl);
    padding: 28px 20px;
    text-align: center;
    transition: border-color .25s;
    position: relative;
    overflow: hidden;
}

.mb-sec-item::after {
    content: '';
    position: absolute;
    left: -50%;
    bottom: -120px;
    width: 200%;
    height: 120px;
    background: rgba(var(--blue-rgb), 0.05);
    border-radius: 40% 60% 0 0;
    transition: bottom .5s cubic-bezier(.25, .46, .45, .94);
    z-index: 0;
}

.mb-sec-item:hover {
    border-color: #cbd5e1;
}

.mb-sec-item:hover::after {
    bottom: -30px;
    animation: wave-sway 2s infinite ease-in-out;
}

.mb-sec-item>* {
    position: relative;
    z-index: 1;
}

.mb-sec-icon {
    font-size: 28px;
    color: var(--blue);
    margin-bottom: 12px;
}

.mb-sec-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
}

.mb-sec-item p {
    font-size: 14px;
    font-weight: 600;
    color: var(--slate);
    line-height: 1.6;
}

@media(max-width: 900px) {
    .mb-sec-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 480px) {
    .mb-sec-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════
   CTA
══════════════════════════════════════════════════════════════ */
.mb-cta {
    padding: 80px 24px;
}

.mb-cta-box {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    background: var(--ink);
    border-radius: var(--r-xl);
    padding: 56px 40px;
    position: relative;
    overflow: hidden;
}

.mb-cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

.mb-cta-box::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(37, 99, 235, .15);
    border-radius: 50%;
    filter: blur(60px);
    top: -80px;
    right: -60px;
    pointer-events: none;
}

.mb-cta-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.mb-cta-p {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.mb-cta-stores {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
}

.mb-cta-note {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, .4);
    position: relative;
    z-index: 2;
    margin: 0;
}