.bd-logo-bar {
    padding: 1rem 0 .75rem;
    margin-bottom: 1.5rem;
}

    .bd-logo-bar img {
        max-height: 52px;
    }

.nla-banner {
    background: #bd0000;
    color: #fff;
    padding: .85rem 1.25rem;
    border-radius: .375rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: .01em;
}

.section-heading {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    background: #1a1a1a;
    padding: .5rem .85rem;
    border-radius: .25rem .25rem 0 0;
    margin-bottom: 0;
}

.section-body {
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 .25rem .25rem;
    padding: 1rem;
    margin-bottom: 1.75rem;
}

.cat-section-header {
    background: #1a1a1a;
    color: #fff;
    padding: .6rem 1rem;
    border-radius: .25rem .25rem 0 0;
    margin-bottom: 0;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .02em;
}

.prod-table {
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 .25rem .25rem;
    overflow: hidden;
}

    .prod-table thead th {
        background: #f1f3f5;
        color: #555;
        font-size: .78rem;
        text-transform: uppercase;
        letter-spacing: .05em;
        border-bottom: 2px solid #dee2e6;
    }

    .prod-table tbody tr:hover {
        background: #f8f9fa;
    }

    .prod-table td {
        vertical-align: middle;
        padding: .65rem .75rem;
    }

    .prod-table .model-link {
        font-weight: 600;
        color: #1a1a1a;
        text-decoration: none;
    }

        .prod-table .model-link:hover {
            color: #c00;
            text-decoration: underline;
        }

    .prod-table .desc-cell {
        color: #444;
        font-size: .9rem;
    }

.btn-view {
    font-size: .78rem;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .prod-table {
        border-radius: 0 0 .25rem .25rem;
    }

        .prod-table thead {
            display: none;
        }

        .prod-table tbody tr {
            display: block;
            border-bottom: 2px solid #dee2e6;
        }

            .prod-table tbody tr:last-child {
                border-bottom: none;
            }

        .prod-table td {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            padding: .4rem .75rem;
            border: none;
        }

            .prod-table td::before {
                content: attr(data-label);
                font-size: .72rem;
                text-transform: uppercase;
                letter-spacing: .05em;
                color: #888;
                font-weight: 600;
                flex-shrink: 0;
                margin-right: 1rem;
            }

            .prod-table td.td-action {
                justify-content: flex-end;
            }

                .prod-table td.td-action::before {
                    display: none;
                }
}

.product-model {
    font-size: 1.65rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: .25rem;
}

.product-title {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.product-description {
    font-size: .95rem;
    color: #333;
    line-height: 1.7;
}

.highlights-box {
    background: #f5f5f5;
    border-left: 4px solid #1a1a1a;
    padding: .85rem 1rem;
    border-radius: 0 .25rem .25rem 0;
    margin-top: 1.25rem;
    font-size: .9rem;
    color: #333;
}

.product-image-wrap {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: .375rem;
    padding: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
}

    .product-image-wrap img {
        max-width: 100%;
        max-height: 220px;
        object-fit: contain;
    }

.details-card {
    border: 1px solid #1a1a1a;
    border-radius: .375rem;
    overflow: hidden;
}

.details-card-header {
    background: #1a1a1a;
    color: #fff;
    padding: .6rem 1rem;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.details-card-body {
    padding: 0;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: .6rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: .9rem;
}

    .detail-row:last-child {
        border-bottom: none;
    }

.detail-label {
    color: #777;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.detail-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #b30000;
}

.detail-code {
    font-family: monospace;
    font-size: .95rem;
    font-weight: 600;
    color: #1a1a1a;
}

.detail-stock {
    font-size: .82rem;
    color: #444;
}

.btn-order {
    display: block;
    margin: .75rem 1rem;
}

.btn-buywhere {
    font-size: .78rem;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .88rem;
}

    .spec-table tr {
        border-bottom: 1px solid #eee;
    }

        .spec-table tr:last-child {
            border-bottom: none;
        }

    .spec-table th {
        width: 40%;
        padding: .45rem .5rem;
        color: #444;
        font-weight: 600;
    }
    .spec-table td {
        padding: .45rem .5rem;
        color: #222;
    }

.panel-img-wrap {
    text-align: center;
}

    .panel-img-wrap img {
        max-width: 100%;
    }

.panel-note {
    font-size: .8rem;
    color: #888;
    text-align: center;
    margin-top: .5rem;
}

.doc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .doc-list li {
        padding: .45rem 0;
        border-bottom: 1px solid #f0f0f0;
        display: flex;
        align-items: center;
        gap: .6rem;
        font-size: .9rem;
    }

        .doc-list li:last-child {
            border-bottom: none;
        }

    .doc-list .fa-file-pdf {
        color: #c00;
    }

    .doc-list .fa-file-alt {
        color: #0d6efd;
    }

    .doc-list .fa-file {
        color: #888;
    }

.terms-bar {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    background: #f8f9fa;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #c7cdd4;
    margin-top: 1.5rem;
}

/* ── Support footer ───────────────────────────────────────── */
.support-footer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.support-footer .terms-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: .85rem;
}

@media (max-width: 480px) {
    .support-footer .terms-actions {
        grid-template-columns: 1fr;
    }
}

.support-footer .terms-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .65rem .75rem;
    border: 1.5px solid #d0d6dd;
    border-radius: .5rem;
    background: #fff;
    color: var(--primary-color);
    text-decoration: none;
    transition: border-color .15s, background .15s;
}

    .support-footer .terms-btn i {
        font-size: 1.3rem;
        margin-bottom: .4rem;
        color: var(--primary-color);
    }

    .support-footer .terms-btn:hover {
        background: #f0f4f8;
        border-color: var(--accent-color);
        color: #1a1a1a;
        text-decoration: none;
    }

/* ── Support page cards ───────────────────────────────────── */
.support-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.support-link-card {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding: .8rem 1rem;
    border: 1.5px solid #d0d6dd;
    border-radius: .5rem;
    background: #fff;
    color: #1a1a1a;
    text-decoration: none;
    transition: border-color .15s, background .15s, box-shadow .15s;
}

.support-link-card-title {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .support-link-card i {
        font-size: 1.3rem;
        color: var(--primary-color);
        flex-shrink: 0;
    }

    .support-link-card strong {
        font-size: .88rem;
        font-weight: 600;
        color: var(--primary-color);
        line-height: 1.2;
    }

    .support-link-card span {
        font-size: .76rem;
        color: var(--text-muted);
        line-height: 1.4;
    }

    .support-link-card:hover {
        border-color: var(--accent-color);
        background: var(--background-light);
        box-shadow: 0 2px 8px rgba(0,0,0,.07);
        text-decoration: none;
        color: var(--primary-color);
    }

    .support-link-card:hover i {
        color: var(--accent-dark);
    }

/* ── Accent action button ─────────────────────────────────── */
.btn-bd-accent {
    background: var(--accent-color);
    border: none;
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 1rem;
    padding: .55rem 1.25rem;
    border-radius: .4rem;
    transition: background .15s, transform .15s, box-shadow .15s;
}

    .btn-bd-accent:hover {
        background: var(--accent-hover);
        color: var(--primary-dark);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(208, 189, 54, 0.3);
    }
