body.no-hero main {
    padding-top: 86px;
}

.header-base {
    margin-top: 25px;
}

.xmanu-section > .container {
    padding-top: 24px !important;
    padding-bottom: 80px;
}

.xmanu-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 22px;
    padding: 22px;
    border: 1px solid rgba(0, 188, 212, .22);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(0, 71, 103, .98), rgba(0, 118, 142, .94)),
        #004767;
    color: #fff;
    box-shadow: 0 18px 45px rgba(0, 71, 103, .14);
}

.xmanu-intro .eyebrow {
    display: block;
    color: #30d7e6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.xmanu-intro h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
}

.xmanu-intro p {
    max-width: 760px;
    margin: 10px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.55;
}

.xmanu-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.xmanu-stats div {
    padding: 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    background: rgba(255,255,255,.08);
}

.xmanu-stats strong,
.xmanu-stats span {
    display: block;
}

.xmanu-stats strong {
    color: #30d7e6;
    font-size: 24px;
    line-height: 1;
}

.xmanu-stats span {
    margin-top: 4px;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 700;
}

.xmanu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.xmanu-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 310px;
    padding: 22px 18px 18px;
    border: 1px solid #dbeaf0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 71, 103, .08);
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.xmanu-card:hover,
.xmanu-card:focus {
    border-color: rgba(48, 215, 230, .85);
    box-shadow: 0 16px 36px rgba(0, 71, 103, .13);
    transform: translateY(-2px);
    outline: none;
}

.xmanu-card.is-locked {
    cursor: default;
}

.xmanu-card.is-locked:hover,
.xmanu-card.is-locked:focus {
    border-color: #dbeaf0;
    box-shadow: 0 12px 28px rgba(0, 71, 103, .08);
    transform: none;
}

.xmanu-logo {
    width: 132px;
    height: 104px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e8eef2;
    border-radius: 14px;
    padding: 14px;
    box-shadow: inset 0 0 0 1px rgba(0, 188, 212, .06);
}

.xmanu-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.xmanu-logo span {
    color: #004767;
    font-size: 28px;
    font-weight: 800;
}

.xmanu-card-body {
    width: 100%;
    margin-top: 14px;
}

.logo-bg-transparent {
    background-color: #fff;
    background-image:
        linear-gradient(45deg, #edf2f7 25%, transparent 25%),
        linear-gradient(-45deg, #edf2f7 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #edf2f7 75%),
        linear-gradient(-45deg, transparent 75%, #edf2f7 75%);
    background-size: 14px 14px;
    background-position: 0 0, 0 7px, 7px -7px, -7px 0;
}

.logo-bg-light {
    background: #fff;
}

.logo-bg-dark {
    background: #10202c;
    border-color: #10202c;
}

.xmanu-card h3 {
    margin: 0;
    color: #004767;
    font-size: 18px;
    line-height: 1.2;
}

.xmanu-card p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 12px;
}

.xmanu-card .xmanu-site-link {
    display: inline-block;
    margin-top: 4px;
    color: #004767;
    font-size: 12px;
    font-weight: 800;
    opacity: .78;
    text-decoration: none;
}

.xmanu-card .xmanu-site-link:hover {
    color: #00bcd4;
}

.xmanu-card .xmanu-site-link.is-disabled {
    color: #94a3b8;
    cursor: default;
}

.xmanu-summary {
    margin-top: 14px !important;
    color: #475569 !important;
    font-size: 13px !important;
    line-height: 1.5;
}

.xmanu-counts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.xmanu-counts span,
.xmanu-families span {
    display: inline-flex;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.xmanu-counts span {
    padding: 4px 8px;
    background: #e6fbfd;
    color: #004767;
}

.xmanu-families {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.xmanu-families span {
    padding: 3px 7px;
    background: #f4f7f9;
    color: #506070;
}

.xmanu-actions {
    margin-top: auto;
    padding-top: 16px;
    width: 100%;
}

.xmanu-card .xmanu-actions > a.btn {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px;
    padding: 0 16px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.xmanu-card .xmanu-actions > a.btn-border {
    border-width: 1px;
}

.xmanu-card .xmanu-actions > a.is-disabled {
    background: #eef6f8;
    border: 1px solid #dbeaf0;
    color: #5f7482;
}

.xmanu-empty {
    padding: 22px;
    border: 1px solid #dbeaf0;
    border-radius: 12px;
    color: #64748b;
    background: #fff;
}

.xmanu-detail-hero {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) minmax(230px, 310px);
    gap: 20px;
    align-items: stretch;
    padding: 22px;
    border: 1px solid rgba(0, 188, 212, .22);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(0, 71, 103, .98), rgba(0, 118, 142, .94)),
        #004767;
    color: #fff;
    box-shadow: 0 18px 45px rgba(0, 71, 103, .14);
}

.xmanu-detail-logo {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    padding: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 188, 212, .08);
}

.xmanu-detail-logo img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.xmanu-detail-logo span {
    color: #004767;
    font-size: 46px;
    font-weight: 800;
}

.xmanu-detail-intro .eyebrow {
    display: block;
    color: #30d7e6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.xmanu-detail-intro h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.1;
}

.xmanu-detail-intro p {
    max-width: 760px;
    margin: 10px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.58;
}

.xmanu-detail-intro .xmanu-legal {
    margin-top: 4px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 700;
}

.xmanu-detail-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.xmanu-detail-actions > a.btn {
    width: auto !important;
    min-width: 170px;
    height: 42px !important;
    min-height: 42px;
    padding: 0 18px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    line-height: 1;
    box-sizing: border-box;
}

.xmanu-detail-actions > a.btn + a.btn {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.xmanu-detail-stats {
    display: grid;
    gap: 8px;
}

.xmanu-detail-stats div,
.xmanu-panel {
    border: 1px solid rgba(0, 188, 212, .18);
    border-radius: 12px;
}

.xmanu-detail-stats div {
    padding: 12px;
    background: rgba(255,255,255,.08);
}

.xmanu-detail-stats strong,
.xmanu-detail-stats span {
    display: block;
}

.xmanu-detail-stats strong {
    color: #30d7e6;
    font-size: 20px;
    line-height: 1.15;
}

.xmanu-detail-stats span {
    margin-top: 4px;
    color: rgba(255,255,255,.74);
    font-size: 12px;
    font-weight: 800;
}

.xmanu-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.xmanu-panel {
    padding: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 71, 103, .08);
}

.xmanu-wide-panel {
    margin-top: 16px;
}

.xmanu-panel h3 {
    margin: 0 0 14px;
    color: #004767;
    font-size: 20px;
    line-height: 1.2;
}

.xmanu-panel h4 {
    margin: 0 0 8px;
    color: #004767;
    font-size: 14px;
}

.xmanu-panel p,
.xmanu-panel li,
.xmanu-panel dd {
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
}

.xmanu-detail-list {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 10px 14px;
    margin: 0;
}

.xmanu-detail-list dt {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #004767;
    font-size: 12px;
    font-weight: 800;
}

.xmanu-detail-list dt i {
    width: 18px;
    color: #00bcd4;
    font-size: 15px;
    text-align: center;
}

.xmanu-detail-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.xmanu-location-block + .xmanu-location-block {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e8eef2;
}

.xmanu-location-block ul,
.xmanu-family-grid ul {
    margin: 0;
    padding-left: 18px;
}

.xmanu-contact-grid,
.xmanu-family-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.xmanu-contact-grid article,
.xmanu-family-grid article {
    padding: 14px;
    border: 1px solid #dbeaf0;
    border-radius: 10px;
    background: #f8fbfc;
}

.xmanu-contact-grid strong,
.xmanu-contact-grid span,
.xmanu-contact-grid a,
.xmanu-family-grid span {
    display: block;
}

.xmanu-contact-grid strong {
    color: #004767;
    font-size: 14px;
}

.xmanu-contact-grid span,
.xmanu-contact-grid a,
.xmanu-family-grid span {
    margin-top: 4px;
    font-size: 12px;
}

/* Clickable model links in Scanner Categories */
.xmanu-family-grid ul li a {
    color: #004767;
    text-decoration: none;
    font-size: 13px;
    transition: color .15s;
}
.xmanu-family-grid ul li a:hover {
    color: #00bcd4;
    text-decoration: underline;
}
.xmanu-more-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: #00bcd4;
    text-decoration: none;
}
.xmanu-more-link:hover {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .xmanu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xmanu-detail-hero,
    .xmanu-contact-grid,
    .xmanu-family-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xmanu-detail-logo {
        min-height: 130px;
    }
}

@media (max-width: 760px) {
    .xmanu-intro,
    .xmanu-grid,
    .xmanu-detail-hero,
    .xmanu-detail-grid,
    .xmanu-contact-grid,
    .xmanu-family-grid {
        grid-template-columns: 1fr;
    }

    .xmanu-detail-list {
        grid-template-columns: 1fr;
    }

    .xmanu-actions {
        flex-direction: column;
    }
}
