/* Industrial MRO category hub pages (/mro/*) */
body.mro-hub-page .home-shell {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 16px 48px;
}

.mro-hub-hero {
    margin-bottom: 28px;
}

.mro-hub-hero h1 {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 12px;
}

.mro-hub-hero .mro-hub-lead {
    font-size: 1rem;
    line-height: 1.55;
    color: #475569;
    margin: 0 0 16px;
}

.mro-hub-standards {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.mro-hub-standards li {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #0f172a;
}

.mro-hub-spec-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    margin-bottom: 24px;
}

.mro-hub-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.mro-hub-spec-table th,
.mro-hub-spec-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
}

.mro-hub-spec-table thead th {
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 700;
    white-space: nowrap;
}

.mro-hub-spec-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.mro-hub-spec-table a {
    color: #0284c7;
    font-weight: 600;
    text-decoration: none;
}

.mro-hub-spec-table a:hover {
    text-decoration: underline;
}

.mro-hub-commerce {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.mro-hub-commerce .btn-action-rfq,
.mro-hub-commerce .btn-action-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.mro-hub-commerce .btn-action-rfq {
    background: #0ea5e9;
    color: #fff;
}

.mro-hub-commerce .btn-action-wa {
    background: #22c55e;
    color: #fff;
}

.mro-hub-links {
    margin-top: 24px;
    font-size: 0.875rem;
}

.mro-hub-links a {
    color: #0284c7;
}

.mro-pipe-schedule-banner {
    margin: 0 0 24px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #bae6fd;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    font-size: 0.9375rem;
    color: #0f172a;
}

.mro-pipe-schedule-banner a {
    font-weight: 700;
    color: #0369a1;
    text-decoration: none;
}

.mro-pipe-schedule-banner a:hover {
    text-decoration: underline;
}
