/* Extracted CSS for pages/solutions/uniform-management-system/index.html */
/* ── Hero ── */
        .um-hero {
            padding: 140px 0 80px;
            background: #0a0a0c;
            position: relative;
            overflow: hidden;
        }

        .um-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 50% at 65% 25%, rgba(94, 14, 215, .18) 0%, transparent 70%), radial-gradient(ellipse 40% 30% at 15% 85%, rgba(94, 14, 215, .1) 0%, transparent 60%);
            pointer-events: none;
        }

        .um-hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
        }

        .um-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: .6rem;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: #5E0ED7;
            margin-bottom: 1.5rem;
        }

        .um-eyebrow::before {
            content: "";
            display: block;
            width: 20px;
            height: 1.5px;
            background: #5E0ED7;
            border-radius: 2px;
        }

        .um-h1 {
            font-size: clamp(2.8rem, 5vw, 4.2rem);
            font-weight: 800;
            line-height: .95;
            letter-spacing: -.04em;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 1.5rem;
        }

        .um-h1 .accent {
            color: #5E0ED7;
        }

        .um-desc {
            color: rgba(255, 255, 255, .6);
            font-size: 1.05rem;
            line-height: 1.75;
            margin-bottom: 2rem;
            max-width: 480px;
        }

        .um-cta-group {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: .75rem;
        }

        .btn-um-primary {
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            padding: .85rem 1.75rem;
            background: #5E0ED7;
            color: #fff;
            font-size: .9rem;
            font-weight: 700;
            letter-spacing: .04em;
            border-radius: 8px;
            text-decoration: none;
            transition: background .25s, transform .2s;
        }

        .btn-um-primary:hover {
            background: #7a2ef0;
            transform: translateY(-2px);
        }

        .um-cta-sub {
            font-size: .78rem;
            color: rgba(255, 255, 255, .4);
            letter-spacing: .05em;
        }

        .um-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 10px;
            overflow: hidden;
            margin-top: 2.5rem;
        }

        .um-stat {
            background: #121217;
            padding: 1.5rem 1.25rem;
            text-align: center;
        }

        .um-stat-num {
            font-size: 1.5rem;
            font-weight: 800;
            color: #5E0ED7;
            letter-spacing: -.03em;
            line-height: 1;
            margin-bottom: .35rem;
        }

        .um-stat-label {
            font-size: .72rem;
            font-weight: 600;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .4);
        }

        /* ── Employee Garment Record Panel (hero visual) ── */
        .emp-panel {
            background: #121217;
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            padding: 1.5rem;
            min-height: 360px;
            position: relative;
            overflow: hidden;
        }

        .emp-panel::before {
            content: "";
            position: absolute;
            top: -40%;
            right: -20%;
            width: 60%;
            height: 60%;
            background: radial-gradient(circle, rgba(94, 14, 215, .12) 0%, transparent 70%);
            pointer-events: none;
        }

        .ep-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.25rem;
            padding-bottom: .75rem;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
        }

        .ep-title {
            font-size: .7rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .5);
        }

        .ep-badge {
            font-size: .65rem;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            padding: .25rem .6rem;
            background: rgba(16, 185, 129, .1);
            border: 1px solid rgba(16, 185, 129, .25);
            border-radius: 4px;
            color: rgba(16, 185, 129, .85);
        }

        .ep-employee {
            display: flex;
            align-items: center;
            gap: .85rem;
            margin-bottom: 1.25rem;
            padding: .75rem 1rem;
            background: rgba(255, 255, 255, .03);
            border: 1px solid rgba(255, 255, 255, .06);
            border-radius: 7px;
        }

        .ep-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: rgba(94, 14, 215, .25);
            border: 1.5px solid rgba(94, 14, 215, .4);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .72rem;
            font-weight: 700;
            color: rgba(94, 14, 215, .9);
            flex-shrink: 0;
        }

        .ep-name {
            font-size: .88rem;
            font-weight: 700;
            color: rgba(255, 255, 255, .85);
        }

        .ep-role {
            font-size: .72rem;
            color: rgba(255, 255, 255, .4);
            margin-top: .1rem;
        }

        /* Garment rows */
        .ep-garment-rows {
            display: flex;
            flex-direction: column;
            gap: .4rem;
            margin-bottom: .85rem;
        }

        .ep-garment-row {
            display: grid;
            grid-template-columns: 1fr 44px 44px 60px;
            gap: .5rem;
            align-items: center;
            padding: .5rem .75rem;
            background: rgba(255, 255, 255, .02);
            border: 1px solid rgba(255, 255, 255, .04);
            border-radius: 5px;
            opacity: 0;
            transform: translateY(8px);
        }

        .ep-garment-row.flagged {
            border-color: rgba(245, 158, 11, .2);
            background: rgba(245, 158, 11, .04);
        }

        .ep-garment-name {
            font-size: .78rem;
            color: rgba(255, 255, 255, .65);
        }

        .ep-garment-size {
            font-size: .7rem;
            font-weight: 600;
            color: rgba(255, 255, 255, .4);
            text-align: center;
        }

        .ep-garment-cycles {
            font-size: .7rem;
            font-weight: 600;
            text-align: center;
        }

        .ep-garment-row:not(.flagged) .ep-garment-cycles {
            color: rgba(16, 185, 129, .7);
        }

        .ep-garment-row.flagged .ep-garment-cycles {
            color: rgba(245, 158, 11, .8);
        }

        .ep-garment-status {
            font-size: .65rem;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            text-align: right;
        }

        .ep-garment-row:not(.flagged) .ep-garment-status {
            color: rgba(16, 185, 129, .7);
        }

        .ep-garment-row.flagged .ep-garment-status {
            color: rgba(245, 158, 11, .8);
        }

        /* Replacement alert */
        .ep-replace-alert {
            display: flex;
            align-items: center;
            gap: .65rem;
            padding: .65rem .9rem;
            background: rgba(245, 158, 11, .07);
            border: 1px solid rgba(245, 158, 11, .25);
            border-radius: 6px;
            opacity: 0;
            transform: translateY(8px);
        }

        .ep-replace-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: rgba(245, 158, 11, .8);
            flex-shrink: 0;
        }

        .ep-replace-text {
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: rgba(245, 158, 11, .9);
        }

        .ep-replace-detail {
            font-size: .7rem;
            color: rgba(255, 255, 255, .4);
            margin-left: auto;
        }

        /* ── Sections ── */
        .um-section {
            padding: clamp(5rem, 10vh, 8rem) 0;
            background: #0a0a0c;
        }

        .um-section.alt {
            background: #121217;
        }

        .um-section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .um-eyebrow-sm {
            display: inline-flex;
            align-items: center;
            gap: .6rem;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: #5E0ED7;
            margin-bottom: 1.25rem;
        }

        .um-eyebrow-sm::before {
            content: "";
            display: block;
            width: 20px;
            height: 1.5px;
            background: #5E0ED7;
            border-radius: 2px;
        }

        .um-h2 {
            font-size: clamp(1.8rem, 3.5vw, 2.8rem);
            font-weight: 800;
            line-height: 1;
            letter-spacing: -.04em;
            text-transform: uppercase;
            color: #fff;
        }

        .um-h2 .accent {
            color: #5E0ED7;
        }

        /* ── Lifecycle timeline ── */
        .lifecycle-wrap {
            overflow-x: auto;
            padding-bottom: 1rem;
        }

        .lifecycle-svg-wrap {
            min-width: 700px;
        }

        /* ── Feature split ── */
        .um-split {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
        }

        .um-split.reversed {
            direction: rtl;
        }

        .um-split.reversed>* {
            direction: ltr;
        }

        .um-split-body {
            font-size: .95rem;
            color: rgba(255, 255, 255, .6);
            line-height: 1.75;
            margin-bottom: 1.75rem;
        }

        .um-feature-list {
            display: flex;
            flex-direction: column;
            gap: .65rem;
        }

        .um-feature-item {
            display: flex;
            align-items: flex-start;
            gap: .75rem;
            font-size: .88rem;
            color: rgba(255, 255, 255, .65);
            line-height: 1.55;
        }

        .um-feature-item::before {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #5E0ED7;
            flex-shrink: 0;
            margin-top: .5rem;
        }

        /* SVG panels */
        .um-svg-panel {
            background: #121217;
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            padding: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Laundry cycle panel */
        .laundry-panel {
            background: #121217;
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            padding: 1.75rem;
        }

        .lp-rows {
            display: flex;
            flex-direction: column;
            gap: .5rem;
        }

        .lp-row {
            display: flex;
            align-items: center;
            gap: .85rem;
            padding: .6rem .85rem;
            background: rgba(255, 255, 255, .02);
            border: 1px solid rgba(255, 255, 255, .05);
            border-radius: 6px;
            opacity: 0;
            transform: translateX(-16px);
        }

        .lp-row-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .lp-row.scan .lp-row-dot {
            background: #5E0ED7;
        }

        .lp-row.count .lp-row-dot {
            background: rgba(16, 185, 129, .8);
        }

        .lp-row.warn .lp-row-dot {
            background: rgba(245, 158, 11, .8);
        }

        .lp-row.replace .lp-row-dot {
            background: rgba(239, 68, 68, .7);
        }

        .lp-row-label {
            font-size: .8rem;
            font-weight: 600;
            color: rgba(255, 255, 255, .65);
        }

        .lp-row-detail {
            font-size: .72rem;
            color: rgba(255, 255, 255, .35);
            margin-left: auto;
        }

        /* Audit report panel */
        .audit-panel {
            background: #121217;
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            padding: 1.5rem;
        }

        .audit-header-row {
            display: grid;
            grid-template-columns: 1fr 80px 80px 70px;
            gap: .5rem;
            padding: .4rem .75rem;
            margin-bottom: .35rem;
        }

        .audit-col-hdr {
            font-size: .65rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .3);
        }

        .audit-rows {
            display: flex;
            flex-direction: column;
            gap: .35rem;
        }

        .audit-row {
            display: grid;
            grid-template-columns: 1fr 80px 80px 70px;
            gap: .5rem;
            align-items: center;
            padding: .5rem .75rem;
            background: rgba(255, 255, 255, .02);
            border: 1px solid rgba(255, 255, 255, .04);
            border-radius: 5px;
            opacity: 0;
            transform: translateY(8px);
        }

        .audit-row-name {
            font-size: .78rem;
            color: rgba(255, 255, 255, .65);
        }

        .audit-row-date {
            font-size: .7rem;
            color: rgba(255, 255, 255, .4);
            text-align: center;
        }

        .audit-row-cycles {
            font-size: .7rem;
            font-weight: 600;
            text-align: center;
            color: rgba(16, 185, 129, .7);
        }

        .audit-row-status {
            font-size: .65rem;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            text-align: right;
            color: rgba(16, 185, 129, .7);
        }

        .audit-row.flagged .audit-row-status {
            color: rgba(245, 158, 11, .8);
        }

        .audit-export {
            display: flex;
            align-items: center;
            gap: .5rem;
            margin-top: .85rem;
            padding: .55rem .85rem;
            background: rgba(94, 14, 215, .1);
            border: 1px solid rgba(94, 14, 215, .25);
            border-radius: 5px;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: rgba(94, 14, 215, .8);
            cursor: default;
        }

        /* ── Industries ── */
        .usecase-list {
            display: flex;
            flex-direction: column;
            gap: 1px;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .07);
            border-radius: 12px;
            overflow: hidden;
            max-width: 900px;
            margin: 0 auto;
        }

        .usecase-row {
            display: grid;
            grid-template-columns: 80px 1fr;
            gap: 2rem;
            align-items: flex-start;
            background: #0a0a0c;
            padding: 1.75rem 2rem;
        }

        .usecase-row.alt-row {
            background: #121217;
        }

        .usecase-num {
            font-size: 1.6rem;
            font-weight: 800;
            color: rgba(94, 14, 215, .35);
            line-height: 1;
            letter-spacing: -.04em;
        }

        .usecase-title {
            font-size: .95rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: .35rem;
            text-transform: uppercase;
            letter-spacing: .04em;
        }

        .usecase-desc {
            font-size: .85rem;
            color: rgba(255, 255, 255, .5);
            line-height: 1.6;
        }

        /* ── Final CTA ── */
        .um-final-cta {
            padding: clamp(5rem, 10vh, 8rem) 0;
            background: #0a0a0c;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .um-final-cta::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 700px;
            height: 350px;
            background: radial-gradient(ellipse, rgba(94, 14, 215, .18) 0%, transparent 70%);
            pointer-events: none;
        }

        .um-cta-h2 {
            font-size: clamp(2.5rem, 6vw, 5rem);
            font-weight: 800;
            line-height: .95;
            letter-spacing: -.04em;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 1.5rem;
            position: relative;
        }

        .um-cta-desc {
            font-size: 1rem;
            color: rgba(255, 255, 255, .55);
            max-width: 520px;
            margin: 0 auto 2.5rem;
            line-height: 1.65;
            position: relative;
        }

        .um-cta-sub {
            font-size: .78rem;
            color: rgba(255, 255, 255, .35);
            margin-top: .75rem;
            letter-spacing: .04em;
        }

        @keyframes livePulse {

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

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

        @media(max-width:1024px) {
            .um-hero-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .um-split {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .um-split.reversed {
                direction: ltr;
            }
        }

        @media(max-width:768px) {
            .um-hero {
                padding: 120px 0 60px;
            }

            .um-stats {
                grid-template-columns: 1fr;
            }

            .ep-garment-row {
                grid-template-columns: 1fr 44px 44px;
            }

            .ep-garment-status {
                display: none;
            }
        }