/* =========================================================
   LBS SOFTWARE
   BUSINESS MANAGEMENT SOLUTIONS
   assets/css/business-management.css
   ========================================================= */

:root {
    --bm-navy: #071b35;
    --bm-navy-2: #102d50;
    --bm-blue: #087cff;
    --bm-cyan: #18c9e8;
    --bm-purple: #7657ff;
    --bm-pink: #ec4899;
    --bm-orange: #ff9f43;
    --bm-green: #20b86b;
    --bm-text: #18283c;
    --bm-muted: #697b8f;
    --bm-border: #e1e9f2;
    --bm-white: #ffffff;
}


/* =========================================================
   BASE
   ========================================================= */

.lbs-business-management-page {
    width: 100%;
    overflow: hidden;
    color: var(--bm-text);
    background: #fff;
}

.lbs-business-management-page *,
.lbs-business-management-page *::before,
.lbs-business-management-page *::after {
    box-sizing: border-box;
}

.lbs-business-management-page .container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.lbs-business-management-page .section {
    padding: 90px 0;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.bm-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--bm-blue);
    font-size: 10px;
    font-weight: 850;
    line-height: 1.4;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.bm-heading {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.bm-heading h2 {
    margin: 0 0 17px;
    color: var(--bm-navy);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.07;
    letter-spacing: -.045em;
}

.bm-heading h2 span {
    display: block;
    background:
        linear-gradient(
            90deg,
            var(--bm-blue),
            var(--bm-purple),
            var(--bm-pink)
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bm-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--bm-muted);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.bm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 23px;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.bm-btn:hover {
    transform: translateY(-2px);
}

.bm-btn-primary {
    border: 1px solid var(--bm-blue);
    background:
        linear-gradient(
            135deg,
            var(--bm-blue),
            var(--bm-purple)
        );
    color: #fff;
    box-shadow:
        0 10px 28px rgba(8,124,255,.22);
}

.bm-btn-primary:hover {
    box-shadow:
        0 16px 36px rgba(8,124,255,.30);
}

.bm-btn-outline {
    border: 1px solid #cbd8e7;
    background: #fff;
    color: var(--bm-navy);
}

.bm-btn-outline:hover {
    border-color: var(--bm-blue);
    color: var(--bm-blue);
}

.bm-btn-white {
    border: 1px solid #fff;
    background: #fff;
    color: var(--bm-purple);
    box-shadow:
        0 10px 30px rgba(0,0,0,.10);
}

.bm-btn-dark {
    border:
        1px solid rgba(255,255,255,.20);
    background:
        rgba(255,255,255,.06);
    color: #fff;
}

.bm-btn-dark:hover {
    background:
        rgba(255,255,255,.12);
}


/* =========================================================
   HERO
   ========================================================= */

.bm-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--bm-border);
    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(24,201,232,.15),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 15%,
            rgba(118,87,255,.17),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            #f2fbff 0%,
            #fff 48%,
            #fbf7ff 100%
        );
}

.bm-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .30;
    background-image:
        linear-gradient(
            rgba(8,124,255,.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(8,124,255,.045) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000 20%,
            #000 80%,
            transparent
        );
}

.bm-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.bm-orb-one {
    width: 450px;
    height: 450px;
    left: -225px;
    bottom: -225px;
    background:
        radial-gradient(
            circle,
            rgba(24,201,232,.19),
            transparent 70%
        );
}

.bm-orb-two {
    width: 520px;
    height: 520px;
    right: -260px;
    top: -260px;
    background:
        radial-gradient(
            circle,
            rgba(118,87,255,.19),
            transparent 70%
        );
}

.bm-hero-inner {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns:
        minmax(0,1fr)
        minmax(0,1fr);
    align-items: center;
    gap: 50px;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.bm-hero-content {
    max-width: 590px;
}

.bm-hero-content h1 {
    margin: 0 0 23px;
    color: var(--bm-navy);
    font-size: clamp(48px, 5.5vw, 72px);
    line-height: .96;
    letter-spacing: -.065em;
}

.bm-hero-content h1 span,
.bm-hero-content h1 strong {
    display: block;
}

.bm-hero-content h1 span {
    background:
        linear-gradient(
            90deg,
            var(--bm-blue),
            var(--bm-cyan)
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bm-hero-content h1 strong {
    background:
        linear-gradient(
            90deg,
            var(--bm-purple),
            var(--bm-pink)
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bm-hero-content > p {
    max-width: 570px;
    margin: 0 0 28px;
    color: var(--bm-muted);
    font-size: 15px;
    line-height: 1.8;
}

.bm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bm-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
}

.bm-trust div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #8090a1;
    font-size: 8px;
    font-weight: 700;
}

.bm-trust strong {
    color: var(--bm-navy);
    font-size: 10px;
    font-weight: 900;
}


/* =========================================================
   HERO DASHBOARD
   ========================================================= */

.bm-hero-visual {
    position: relative;
    min-height: 555px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-glow {
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(118,87,255,.14),
            rgba(24,201,232,.06) 42%,
            transparent 70%
        );
}

.bm-dashboard {
    position: relative;
    z-index: 10;
    width: min(510px, 100%);
    padding: 21px;
    border: 1px solid rgba(220,231,241,.95);
    border-radius: 18px;
    background:
        rgba(255,255,255,.96);
    box-shadow:
        0 28px 65px rgba(7,27,53,.13);
    backdrop-filter: blur(15px);
    transform: rotate(-1.5deg);
}


/* Dashboard Header */

.bm-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.bm-dashboard-header small {
    display: block;
    margin-bottom: 4px;
    color: #8292a4;
    font-size: 6px;
    font-weight: 900;
    letter-spacing: .12em;
}

.bm-dashboard-header strong {
    color: var(--bm-navy);
    font-size: 14px;
}

.bm-dashboard-header > span {
    padding: 6px 9px;
    border-radius: 20px;
    background: #e9faf1;
    color: var(--bm-green);
    font-size: 6px;
    font-weight: 900;
}


/* KPI */

.bm-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 7px;
    margin-bottom: 15px;
}

.bm-kpi {
    padding: 11px;
    border: 1px solid #e4ebf3;
    border-radius: 9px;
    background: #fbfdff;
}

.bm-kpi small {
    display: block;
    margin-bottom: 5px;
    color: #8998a8;
    font-size: 5px;
    font-weight: 900;
}

.bm-kpi strong {
    display: block;
    margin-bottom: 4px;
    color: var(--bm-navy);
    font-size: 12px;
}

.bm-kpi span {
    font-size: 6px;
    font-weight: 800;
}

.bm-kpi.blue {
    border-top: 2px solid var(--bm-blue);
}

.bm-kpi.blue span {
    color: var(--bm-blue);
}

.bm-kpi.purple {
    border-top: 2px solid var(--bm-purple);
}

.bm-kpi.purple span {
    color: var(--bm-purple);
}

.bm-kpi.orange {
    border-top: 2px solid var(--bm-orange);
}

.bm-kpi.orange span {
    color: #dc872b;
}

.bm-kpi.green {
    border-top: 2px solid var(--bm-green);
}

.bm-kpi.green span {
    color: var(--bm-green);
}


/* Chart */

.bm-chart {
    padding: 15px;
    border-radius: 11px;
    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #faf8ff
        );
}

.bm-chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.bm-chart-header small {
    display: block;
    margin-bottom: 4px;
    color: #8a99a8;
    font-size: 5px;
    font-weight: 900;
    letter-spacing: .10em;
}

.bm-chart-header strong {
    color: var(--bm-navy);
    font-size: 11px;
}

.bm-chart-header > span {
    color: var(--bm-purple);
    font-size: 7px;
    font-weight: 900;
}

.bm-chart-area {
    display: grid;
    grid-template-columns: 28px 1fr;
    height: 145px;
    gap: 8px;
}

.bm-chart-y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 3px;
}

.bm-chart-y span {
    color: #9aa8b6;
    font-size: 5px;
}

.bm-chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 100%;
    padding-top: 5px;
    border-bottom: 1px solid #dce6ef;
    background-image:
        linear-gradient(
            #e8eef4 1px,
            transparent 1px
        );
    background-size: 100% 25%;
}

.bm-chart-bars i {
    flex: 1;
    min-height: 8px;
    border-radius: 4px 4px 1px 1px;
    background:
        linear-gradient(
            180deg,
            var(--bm-blue),
            var(--bm-purple)
        );
    transform-origin: bottom;
    animation:
        bmChartGrow .9s ease both;
}

.bm-chart-bars i:nth-child(2) {
    animation-delay: .04s;
}

.bm-chart-bars i:nth-child(3) {
    animation-delay: .08s;
}

.bm-chart-bars i:nth-child(4) {
    animation-delay: .12s;
}

.bm-chart-bars i:nth-child(5) {
    animation-delay: .16s;
}

.bm-chart-bars i:nth-child(6) {
    animation-delay: .20s;
}

.bm-chart-bars i:nth-child(7) {
    animation-delay: .24s;
}

.bm-chart-bars i:nth-child(8) {
    animation-delay: .28s;
}

.bm-chart-bars i:nth-child(9) {
    animation-delay: .32s;
}

.bm-chart-bars i:nth-child(10) {
    animation-delay: .36s;
}

.bm-chart-bars i:nth-child(11) {
    animation-delay: .40s;
}

.bm-chart-bars i:nth-child(12) {
    animation-delay: .44s;
}

@keyframes bmChartGrow {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}


/* Dashboard Footer */

.bm-dashboard-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 13px;
}

.bm-dashboard-footer div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #78899a;
    font-size: 5px;
    font-weight: 900;
}

.bm-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bm-blue);
    box-shadow: 0 0 0 3px rgba(8,124,255,.09);
}

.bm-status-dot.green {
    background: var(--bm-green);
    box-shadow: 0 0 0 3px rgba(32,184,107,.09);
}


/* =========================================================
   FLOATING CARDS
   ========================================================= */

.bm-floating-card {
    position: absolute;
    z-index: 25;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 170px;
    padding: 10px 12px;
    border: 1px solid rgba(220,231,241,.95);
    border-radius: 11px;
    background: rgba(255,255,255,.97);
    box-shadow:
        0 15px 35px rgba(7,27,53,.10);
    animation:
        bmFloat 4.5s ease-in-out infinite;
}

.bm-floating-card small {
    display: block;
    margin-bottom: 3px;
    color: #8b9aaa;
    font-size: 6px;
    font-weight: 800;
}

.bm-floating-card strong {
    color: var(--bm-navy);
    font-size: 9px;
    font-weight: 900;
}

.bm-floating-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    font-size: 6px;
    font-weight: 900;
}

.bm-floating-icon.blue {
    background: #eaf5ff;
    color: var(--bm-blue);
}

.bm-floating-icon.purple {
    background: #f0ebff;
    color: var(--bm-purple);
}

.bm-floating-icon.green {
    background: #e9faf1;
    color: var(--bm-green);
}

.bm-sales-card {
    left: -8px;
    top: 70px;
}

.bm-customer-card {
    right: -10px;
    top: 225px;
    animation-delay: .8s;
}

.bm-inventory-card {
    left: 5px;
    bottom: 42px;
    animation-delay: 1.5s;
}

@keyframes bmFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}


/* =========================================================
   INTRO HIGHLIGHTS
   ========================================================= */

.bm-intro {
    background: #fff;
}

.bm-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.bm-highlight-grid article {
    min-height: 235px;
    padding: 25px;
    border: 1px solid var(--bm-border);
    border-radius: 15px;
    background: #fff;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.bm-highlight-grid article:hover {
    transform: translateY(-7px);
    border-color: #d1dfed;
    box-shadow:
        0 20px 40px rgba(7,27,53,.08);
}

.bm-highlight-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 12px;
    font-size: 6px;
    font-weight: 900;
}

.bm-highlight-icon.blue {
    background: #eaf5ff;
    color: var(--bm-blue);
}

.bm-highlight-icon.purple {
    background: #f0ebff;
    color: var(--bm-purple);
}

.bm-highlight-icon.orange {
    background: #fff1df;
    color: #df8a2a;
}

.bm-highlight-icon.green {
    background: #e9faf1;
    color: var(--bm-green);
}

.bm-highlight-grid h3 {
    margin: 0 0 9px;
    color: var(--bm-navy);
    font-size: 15px;
}

.bm-highlight-grid p {
    margin: 0;
    color: var(--bm-muted);
    font-size: 10px;
    line-height: 1.75;
}


/* =========================================================
   SOLUTIONS
   ========================================================= */

.bm-solutions {
    background:
        linear-gradient(
            180deg,
            #f8fbff,
            #fff
        );
    border-top: 1px solid #edf2f7;
}

.bm-solution-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}

.bm-solution-card {
    position: relative;
    min-height: 335px;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--bm-border);
    border-top-width: 3px;
    border-radius: 17px;
    background: #fff;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.bm-solution-card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -75px;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    opacity: .55;
}

.bm-solution-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 23px 46px rgba(7,27,53,.09);
}

.bm-solution-card.blue-card {
    border-top-color: var(--bm-blue);
}

.bm-solution-card.blue-card::after {
    background: rgba(8,124,255,.07);
}

.bm-solution-card.purple-card {
    border-top-color: var(--bm-purple);
}

.bm-solution-card.purple-card::after {
    background: rgba(118,87,255,.07);
}

.bm-solution-card.orange-card {
    border-top-color: var(--bm-orange);
}

.bm-solution-card.orange-card::after {
    background: rgba(255,159,67,.08);
}

.bm-solution-card.green-card {
    border-top-color: var(--bm-green);
}

.bm-solution-card.green-card::after {
    background: rgba(32,184,107,.07);
}

.bm-solution-card.pink-card {
    border-top-color: var(--bm-pink);
}

.bm-solution-card.pink-card::after {
    background: rgba(236,72,153,.07);
}

.bm-solution-card.cyan-card {
    border-top-color: var(--bm-cyan);
}

.bm-solution-card.cyan-card::after {
    background: rgba(24,201,232,.07);
}

.bm-solution-number {
    position: absolute;
    top: 22px;
    right: 25px;
    color: #b7c3cf;
    font-size: 8px;
    font-weight: 900;
}

.bm-solution-icon {
    position: relative;
    z-index: 2;
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            #eaf5ff,
            #f0ebff
        );
    color: var(--bm-purple);
    font-size: 6px;
    font-weight: 900;
}

.bm-solution-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: var(--bm-navy);
    font-size: 18px;
}

.bm-solution-card > p {
    position: relative;
    z-index: 2;
    margin: 0 0 17px;
    color: var(--bm-muted);
    font-size: 10px;
    line-height: 1.75;
}

.bm-solution-card ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bm-solution-card li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
    color: #64778b;
    font-size: 8px;
    font-weight: 700;
}

.bm-solution-card li::before {
    content: "?";
    position: absolute;
    left: 0;
    color: var(--bm-green);
    font-weight: 900;
}


/* =========================================================
   BUSINESS FLOW
   ========================================================= */

.bm-flow {
    background: #fff;
}

.bm-flow-track {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

.bm-flow-item {
    width: 155px;
    min-height: 155px;
    padding: 18px;
    border: 1px solid var(--bm-border);
    border-radius: 14px;
    background: #fff;
    box-shadow:
        0 10px 25px rgba(7,27,53,.05);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.bm-flow-item:hover {
    transform: translateY(-6px);
    border-color: #cadced;
    box-shadow:
        0 17px 34px rgba(7,27,53,.08);
}

.bm-flow-item > div {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 9px;
    background:
        linear-gradient(
            135deg,
            var(--bm-blue),
            var(--bm-purple)
        );
    color: #fff;
    font-size: 8px;
    font-weight: 900;
}

.bm-flow-item h3 {
    margin: 0 0 5px;
    color: var(--bm-navy);
    font-size: 13px;
}

.bm-flow-item p {
    margin: 0;
    color: var(--bm-muted);
    font-size: 8px;
    line-height: 1.65;
}

.bm-flow-track > i {
    color: var(--bm-blue);
    font-size: 20px;
    font-style: normal;
}


/* =========================================================
   CENTRALIZED MANAGEMENT
   ========================================================= */

.bm-centralized {
    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #fbf9ff
        );
}

.bm-centralized-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 70px;
}

.bm-centralized-content h2 {
    margin: 0 0 18px;
    color: var(--bm-navy);
    font-size: clamp(35px,4vw,51px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.bm-centralized-content h2 span {
    display: block;
    background:
        linear-gradient(
            90deg,
            var(--bm-blue),
            var(--bm-purple),
            var(--bm-pink)
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bm-centralized-content > p {
    max-width: 520px;
    margin: 0 0 25px;
    color: var(--bm-muted);
    font-size: 13px;
    line-height: 1.8;
}

.bm-check-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 27px;
}

.bm-check-list div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #607488;
    font-size: 9px;
}

.bm-check-list span {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9faf1;
    color: var(--bm-green);
    font-size: 8px;
    font-weight: 900;
}


/* =========================================================
   MANAGEMENT VISUAL
   ========================================================= */

.bm-management-visual {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border: 1px solid #e1eaf3;
    border-radius: 23px;
    background:
        radial-gradient(
            circle at center,
            rgba(118,87,255,.08),
            transparent 38%
        ),
        #fff;
    box-shadow:
        0 25px 60px rgba(7,27,53,.07);
}

.bm-management-bg {
    position: absolute;
    inset: 0;
    opacity: .5;
    background-image:
        linear-gradient(
            rgba(8,124,255,.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(8,124,255,.04) 1px,
            transparent 1px
        );
    background-size: 34px 34px;
}

.bm-management-bg::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    height: 350px;
    transform: translate(-50%,-50%);
    border: 1px dashed rgba(118,87,255,.17);
    border-radius: 50%;
}

.bm-management-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 145px;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    border: 4px solid rgba(118,87,255,.12);
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            var(--bm-blue),
            var(--bm-purple),
            var(--bm-pink)
        );
    color: #fff;
    box-shadow:
        0 20px 45px rgba(118,87,255,.22);
    animation:
        bmCenterPulse 3.5s ease-in-out infinite;
}

.bm-management-center strong {
    font-size: 18px;
    font-weight: 950;
}

.bm-management-center span {
    margin-top: 4px;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .12em;
}

@keyframes bmCenterPulse {

    0%,
    100% {
        box-shadow:
            0 20px 45px rgba(118,87,255,.22);
    }

    50% {
        box-shadow:
            0 25px 58px rgba(8,124,255,.28);
    }
}


/* Management Lines */

.bm-management-line {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 205px;
    height: 1px;
    transform-origin: left center;
    background:
        linear-gradient(
            90deg,
            rgba(8,124,255,.05),
            rgba(118,87,255,.32),
            transparent
        );
}

.line-1 {
    transform: rotate(-150deg);
}

.line-2 {
    transform: rotate(-90deg);
}

.line-3 {
    transform: rotate(-30deg);
}

.line-4 {
    transform: rotate(30deg);
}

.line-5 {
    transform: rotate(90deg);
}

.line-6 {
    transform: rotate(150deg);
}


/* Management Nodes */

.bm-management-node {
    position: absolute;
    z-index: 15;
    min-width: 105px;
    padding: 12px 15px;
    border: 1px solid #dfe8f1;
    border-radius: 10px;
    background: #fff;
    color: var(--bm-navy);
    text-align: center;
    font-size: 7px;
    font-weight: 900;
    box-shadow:
        0 12px 28px rgba(7,27,53,.07);
    transition:
        transform .22s ease,
        box-shadow .22s ease;
}

.bm-management-node:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow:
        0 18px 34px rgba(7,27,53,.11);
}

.node-crm {
    left: 42px;
    top: 70px;
    border-left: 3px solid var(--bm-blue);
}

.node-sales {
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    border-left: 3px solid var(--bm-purple);
}

.node-stock {
    right: 42px;
    top: 70px;
    border-left: 3px solid var(--bm-orange);
}

.node-finance {
    left: 42px;
    bottom: 70px;
    border-left: 3px solid var(--bm-green);
}

.node-hr {
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    border-left: 3px solid var(--bm-pink);
}

.node-project {
    right: 42px;
    bottom: 70px;
    border-left: 3px solid var(--bm-cyan);
}


/* =========================================================
   ANALYTICS
   ========================================================= */

.bm-analytics {
    padding: 95px 0;
    background:
        linear-gradient(
            135deg,
            #071b35,
            #182952,
            #352060
        );
}

.bm-analytics-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    align-items: center;
    gap: 60px;
}

.bm-analytics-content .bm-eyebrow {
    color: #65dcff;
}

.bm-analytics-content h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(35px,4vw,52px);
    line-height: 1.07;
    letter-spacing: -.045em;
}

.bm-analytics-content h2 span {
    display: block;
    background:
        linear-gradient(
            90deg,
            #65dcff,
            #a795ff,
            #ff96c9
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bm-analytics-content p {
    max-width: 470px;
    margin: 0;
    color: #bdccdc;
    font-size: 13px;
    line-height: 1.8;
}

.bm-analytics-dashboard {
    padding: 24px;
    border:
        1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background:
        rgba(255,255,255,.055);
    box-shadow:
        0 25px 60px rgba(0,0,0,.18);
    backdrop-filter: blur(15px);
}

.bm-analytics-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.bm-analytics-header small {
    display: block;
    margin-bottom: 5px;
    color: #9fb2c5;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .12em;
}

.bm-analytics-header strong {
    color: #fff;
    font-size: 14px;
}

.bm-analytics-header > span {
    padding: 7px 10px;
    border-radius: 20px;
    background:
        rgba(32,184,107,.13);
    color: #65e49d;
    font-size: 6px;
    font-weight: 900;
}

.bm-analytics-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 7px;
    margin-bottom: 15px;
}

.bm-analytics-stats > div {
    padding: 11px;
    border:
        1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    background:
        rgba(255,255,255,.035);
}

.bm-analytics-stats small {
    display: block;
    margin-bottom: 5px;
    color: #8fa4b8;
    font-size: 5px;
    font-weight: 900;
}

.bm-analytics-stats strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 11px;
}

.bm-analytics-stats span {
    color: #65e49d;
    font-size: 6px;
    font-weight: 800;
}

.bm-mini-chart {
    height: 145px;
    display: flex;
    align-items: flex-end;
    gap: 7px;
    padding: 15px;
    border-radius: 11px;
    background:
        rgba(255,255,255,.035);
    border-bottom:
        1px solid rgba(255,255,255,.10);
}

.bm-mini-chart span {
    flex: 1;
    min-height: 8px;
    border-radius: 4px 4px 1px 1px;
    background:
        linear-gradient(
            180deg,
            var(--bm-cyan),
            var(--bm-purple)
        );
    transform-origin: bottom;
    animation:
        bmAnalyticsGrow .8s ease both;
}

@keyframes bmAnalyticsGrow {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}


/* =========================================================
   FEATURES
   ========================================================= */

.bm-features {
    background: #fff;
}

.bm-feature-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.bm-feature-content h2 {
    margin: 0 0 18px;
    color: var(--bm-navy);
    font-size: clamp(35px,4vw,51px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.bm-feature-content h2 span {
    display: block;
    background:
        linear-gradient(
            90deg,
            var(--bm-blue),
            var(--bm-purple)
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bm-feature-content > p {
    max-width: 510px;
    margin: 0 0 28px;
    color: var(--bm-muted);
    font-size: 13px;
    line-height: 1.8;
}

.bm-feature-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bm-feature-list > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 15px;
    padding: 14px;
    border: 1px solid var(--bm-border);
    border-radius: 11px;
    background: #fff;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.bm-feature-list > div:hover {
    transform: translateX(6px);
    border-color: #cbdced;
    box-shadow:
        0 12px 28px rgba(7,27,53,.06);
}

.bm-feature-list > div > span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background:
        linear-gradient(
            135deg,
            #eaf5ff,
            #f0ebff
        );
    color: var(--bm-blue);
    font-size: 7px;
    font-weight: 900;
}

.bm-feature-list strong {
    display: block;
    margin-bottom: 3px;
    color: var(--bm-navy);
    font-size: 12px;
}

.bm-feature-list p {
    margin: 0;
    color: var(--bm-muted);
    font-size: 8px;
    line-height: 1.6;
}


/* =========================================================
   ECOSYSTEM
   ========================================================= */

.bm-ecosystem {
    background:
        linear-gradient(
            180deg,
            #f8fbff,
            #fff
        );
}

.bm-ecosystem-map {
    position: relative;
    max-width: 950px;
    min-height: 460px;
    margin: auto;
    border: 1px solid #e5edf5;
    border-radius: 25px;
    background:
        radial-gradient(
            circle at center,
            rgba(118,87,255,.08),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f8fbff,
            #fff,
            #fbf9ff
        );
    box-shadow:
        0 25px 60px rgba(7,27,53,.07);
}

.bm-eco-line {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 290px;
    height: 1px;
    transform-origin: left center;
    background:
        linear-gradient(
            90deg,
            rgba(8,124,255,.04),
            rgba(118,87,255,.30),
            transparent
        );
}

.eco-line-1 {
    transform: rotate(-145deg);
}

.eco-line-2 {
    transform: rotate(-90deg);
}

.eco-line-3 {
    transform: rotate(-35deg);
}

.eco-line-4 {
    transform: rotate(35deg);
}

.eco-line-5 {
    transform: rotate(90deg);
}

.eco-line-6 {
    transform: rotate(145deg);
}

.bm-eco-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 145px;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    border: 4px solid rgba(118,87,255,.12);
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            var(--bm-blue),
            var(--bm-purple),
            var(--bm-pink)
        );
    color: #fff;
    box-shadow:
        0 20px 45px rgba(118,87,255,.22);
}

.bm-eco-center strong {
    font-size: 32px;
    font-weight: 950;
}

.bm-eco-center span {
    margin-top: 5px;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .10em;
    text-align: center;
}

.bm-eco-node {
    position: absolute;
    z-index: 15;
    min-width: 115px;
    padding: 13px 17px;
    border: 1px solid #dfe8f1;
    border-radius: 11px;
    background: #fff;
    color: var(--bm-navy);
    text-align: center;
    font-size: 8px;
    font-weight: 900;
    box-shadow:
        0 12px 28px rgba(7,27,53,.07);
    transition:
        transform .22s ease,
        box-shadow .22s ease;
}

.bm-eco-node:hover {
    transform: translateY(-5px);
    box-shadow:
        0 18px 34px rgba(7,27,53,.10);
}

.eco-crm {
    left: 65px;
    top: 55px;
    border-left: 3px solid var(--bm-blue);
}

.eco-sales {
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    border-left: 3px solid var(--bm-purple);
}

.eco-inventory {
    right: 65px;
    top: 55px;
    border-left: 3px solid var(--bm-orange);
}

.eco-finance {
    left: 65px;
    bottom: 55px;
    border-left: 3px solid var(--bm-green);
}

.eco-hr {
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    border-left: 3px solid var(--bm-pink);
}

.eco-project {
    right: 65px;
    bottom: 55px;
    border-left: 3px solid var(--bm-cyan);
}


/* =========================================================
   WHY LBS
   ========================================================= */

.bm-why {
    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #faf8ff
        );
}

.bm-why-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.bm-why-grid h2 {
    margin: 0 0 18px;
    color: var(--bm-navy);
    font-size: clamp(35px,4vw,52px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.bm-why-grid h2 span {
    display: block;
    background:
        linear-gradient(
            90deg,
            var(--bm-blue),
            var(--bm-purple)
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bm-why-grid > div:first-child > p {
    max-width: 520px;
    margin: 0;
    color: var(--bm-muted);
    font-size: 13px;
    line-height: 1.8;
}

.bm-why-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bm-why-points > div {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--bm-border);
    border-radius: 10px;
    background: #fff;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.bm-why-points > div:hover {
    transform: translateX(6px);
    border-color: #cbdced;
    box-shadow:
        0 10px 25px rgba(7,27,53,.06);
}

.bm-why-points span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background:
        linear-gradient(
            135deg,
            #eaf5ff,
            #f0ebff
        );
    color: var(--bm-purple);
    font-size: 7px;
    font-weight: 900;
}

.bm-why-points strong {
    color: var(--bm-navy);
    font-size: 11px;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.bm-final {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(24,201,232,.15),
            transparent 25%
        ),
        radial-gradient(
            circle at 85% 20%,
            rgba(236,72,153,.16),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #071b35,
            #1c2857,
            #352060
        );
    text-align: center;
}

.bm-final-orb {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 520px;
    height: 520px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(118,87,255,.15),
            transparent 68%
        );
}

.bm-final-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: auto;
}

.bm-final-content > span {
    color: #65dcff;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em;
}

.bm-final-content h2 {
    margin: 15px 0 18px;
    color: #fff;
    font-size: clamp(40px,5vw,62px);
    line-height: 1;
    letter-spacing: -.05em;
}

.bm-final-content h2 strong {
    display: block;
    background:
        linear-gradient(
            90deg,
            #65dcff,
            #a795ff,
            #ff96c9
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bm-final-content > p {
    max-width: 680px;
    margin: 0 auto 30px;
    color: #c2d0e0;
    font-size: 14px;
    line-height: 1.8;
}

.bm-final-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .bm-highlight-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bm-solution-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bm-document-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bm-flow-item {
        width: 170px;
    }

    .bm-kpi-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bm-analytics-stats {
        grid-template-columns: repeat(2,1fr);
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 780px) {

    .lbs-business-management-page .container {
        width: min(
            calc(100% - 30px),
            620px
        );
    }

    .lbs-business-management-page .section {
        padding: 65px 0;
    }


    /* Hero */

    .bm-hero {
        min-height: auto;
        padding: 65px 0;
    }

    .bm-hero-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .bm-hero-content {
        max-width: 620px;
        margin: auto;
        text-align: center;
    }

    .bm-hero-content h1 {
        font-size: clamp(42px,9vw,60px);
    }

    .bm-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .bm-hero-actions {
        justify-content: center;
    }

    .bm-trust {
        justify-content: center;
    }


    /* Hero Dashboard */

    .bm-hero-visual {
        min-height: 550px;
        max-width: 570px;
        width: 100%;
        margin: auto;
    }

    .bm-dashboard {
        width: min(500px, 100%);
    }

    .bm-sales-card {
        left: -2px;
    }

    .bm-customer-card {
        right: -2px;
    }


    /* Main Grids */

    .bm-centralized-grid,
    .bm-analytics-grid,
    .bm-feature-grid,
    .bm-why-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .bm-centralized-content,
    .bm-feature-content,
    .bm-why-grid > div:first-child {
        text-align: center;
    }

    .bm-centralized-content > p,
    .bm-feature-content > p,
    .bm-why-grid > div:first-child > p {
        margin-left: auto;
        margin-right: auto;
    }

    .bm-analytics-content {
        text-align: center;
    }

    .bm-analytics-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .bm-check-list {
        align-items: center;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 500px) {

    .lbs-business-management-page .container {
        width: calc(100% - 28px);
    }

    .lbs-business-management-page .section {
        padding: 55px 0;
    }


    /* Hero */

    .bm-hero {
        padding: 50px 0;
    }

    .bm-hero-content h1 {
        font-size: 39px;
    }

    .bm-hero-actions,
    .bm-final-actions {
        flex-direction: column;
    }

    .bm-btn {
        width: 100%;
    }

    .bm-trust {
        gap: 13px;
    }


    /* Dashboard */

    .bm-hero-visual {
        min-height: 520px;
    }

    .bm-dashboard {
        padding: 13px;
    }

    .bm-kpi {
        padding: 8px;
    }

    .bm-kpi strong {
        font-size: 10px;
    }

    .bm-chart-area {
        height: 125px;
    }

    .bm-chart-bars {
        gap: 4px;
    }

    .bm-dashboard-footer {
        flex-direction: column;
    }


    /* Floating Cards */

    .bm-floating-card {
        min-width: 120px;
        padding: 7px;
        gap: 6px;
    }

    .bm-floating-icon {
        width: 27px;
        height: 27px;
    }

    .bm-floating-card small {
        font-size: 5px;
    }

    .bm-floating-card strong {
        font-size: 7px;
    }

    .bm-sales-card {
        left: 0;
        top: 45px;
    }

    .bm-customer-card {
        right: 0;
        top: 195px;
    }

    .bm-inventory-card {
        left: 0;
        bottom: 10px;
    }


    /* Cards */

    .bm-highlight-grid,
    .bm-solution-grid {
        grid-template-columns: 1fr;
    }

    .bm-solution-card {
        min-height: auto;
        padding: 23px;
    }


    /* Flow */

    .bm-flow-track {
        flex-direction: column;
    }

    .bm-flow-item {
        width: min(100%,300px);
    }

    .bm-flow-track > i {
        transform: rotate(90deg);
    }


    /* Management Visual */

    .bm-management-visual {
        min-height: 500px;
        border-radius: 18px;
    }

    .bm-management-center {
        width: 110px;
        height: 110px;
    }

    .bm-management-center strong {
        font-size: 15px;
    }

    .bm-management-center span {
        font-size: 6px;
    }

    .bm-management-node {
        min-width: 82px;
        padding: 9px;
        font-size: 6px;
    }

    .node-crm {
        left: 8px;
        top: 55px;
    }

    .node-sales {
        top: 15px;
    }

    .node-stock {
        right: 8px;
        top: 55px;
    }

    .node-finance {
        left: 8px;
        bottom: 55px;
    }

    .node-hr {
        bottom: 15px;
    }

    .node-project {
        right: 8px;
        bottom: 55px;
    }


    /* Analytics */

    .bm-analytics {
        padding: 70px 0;
    }

    .bm-analytics-dashboard {
        padding: 16px;
    }

    .bm-analytics-stats {
        gap: 5px;
    }

    .bm-analytics-stats > div {
        padding: 8px;
    }

    .bm-analytics-stats strong {
        font-size: 9px;
    }

    .bm-mini-chart {
        height: 110px;
        gap: 4px;
    }


    /* Ecosystem */

    .bm-ecosystem-map {
        min-height: 520px;
        border-radius: 18px;
    }

    .bm-eco-center {
        width: 110px;
        height: 110px;
    }

    .bm-eco-center strong {
        font-size: 25px;
    }

    .bm-eco-node {
        min-width: 82px;
        padding: 9px;
        font-size: 6px;
    }

    .eco-crm {
        left: 8px;
        top: 40px;
    }

    .eco-sales {
        top: 12px;
    }

    .eco-inventory {
        right: 8px;
        top: 40px;
    }

    .eco-finance {
        left: 8px;
        bottom: 55px;
    }

    .eco-hr {
        bottom: 12px;
    }

    .eco-project {
        right: 8px;
        bottom: 55px;
    }


    /* Final CTA */

    .bm-final {
        padding: 75px 0;
    }

    .bm-final-content h2 {
        font-size: 36px;
    }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.lbs-business-management-page a:focus-visible,
.lbs-business-management-page button:focus-visible {
    outline:
        3px solid rgba(8,124,255,.25);
    outline-offset: 3px;
}


/* =========================================================
   JS INTERACTION CLASSES
   ========================================================= */

.bm-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .65s ease,
        transform .65s ease;
    transition-delay:
        var(--bm-delay, 0ms);
}

.bm-visible {
    opacity: 1;
    transform: translateY(0);
}

.bm-solution-active {
    transform:
        translateY(-9px) !important;
    box-shadow:
        0 25px 48px rgba(8,124,255,.12) !important;
}

.bm-feature-active {
    transform:
        translateX(6px) !important;
    border-color:
        rgba(8,124,255,.25) !important;
}

.bm-flow-active {
    transform:
        translateY(-7px) !important;
    border-color:
        var(--bm-blue) !important;
    box-shadow:
        0 17px 35px rgba(8,124,255,.13) !important;
}

.bm-eco-selected {
    transform:
        translateY(-5px) scale(1.04) !important;
    border-color:
        var(--bm-blue) !important;
    box-shadow:
        0 18px 34px rgba(8,124,255,.13) !important;
}

.bm-button-clicked {
    transform: scale(.97) !important;
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bm-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .bm-floating-card,
    .bm-management-center,
    .bm-chart-bars i,
    .bm-mini-chart span {
        animation: none !important;
    }

    .bm-solution-active,
    .bm-feature-active,
    .bm-flow-active,
    .bm-eco-selected {
        transform: none !important;
    }
}