.catalog-page {
    margin-top: 1rem;
}

.catalog-hero {
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    border: 1px solid #dde6ef;
}

.catalog-hero .card-body {
    padding: 1.4rem 1.4rem 1.2rem;
}

.catalog-kicker {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6b7280;
    margin-bottom: .45rem;
}

.catalog-title {
    font-size: 1.55rem;
    font-weight: 700;
    margin-bottom: .55rem;
    color: #1f2937;
}

.catalog-intro {
    font-size: .98rem;
    color: #4b5563;
    max-width: 760px;
    margin-bottom: 0;
}

.catalog-cta-free {
    margin-top: 1rem;
}

.catalog-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e7ebf0;
}

.catalog-card .card-body {
    padding: 0;
}

.catalog-table {
    margin-bottom: 0;
}

.catalog-table thead th {
    font-size: .80rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
    padding-top: .95rem;
    padding-bottom: .95rem;
}

.catalog-table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: middle;
}

.catalog-table tbody tr:hover {
    background: #fafcff;
}

.catalog-product-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
}

.catalog-meta {
    margin-top: .28rem;
    font-size: .88rem;
    color: #2563eb;
}

.catalog-price {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    font-variant-numeric: tabular-nums;
}

.catalog-old-price {
    color: #9ca3af;
    text-decoration: line-through;
    font-variant-numeric: tabular-nums;
}

.catalog-pro-badge {
    vertical-align: middle;
}

.catalog-order-btn {
    min-width: 92px;
    border-radius: 10px;
    font-weight: 600;
    padding: .45rem .85rem;
}

.catalog-footer-note {
    margin-top: 1rem;
    padding: .95rem 1rem;
    border: 1px solid #ebe5d6;
    background: #fffaf0;
    border-radius: 12px;
    color: #6b5a2b;
    font-size: .95rem;
}

@media (max-width: 991.98px) {
    .catalog-hero .card-body {
        padding: 1rem;
    }

    .catalog-title {
        font-size: 1.25rem;
    }

    .catalog-table td,
    .catalog-table th {
        white-space: nowrap;
    }

    .catalog-product-name {
        min-width: 240px;
    }

    .catalog-order-btn {
        width: 100%;
    }
}

.site-footer-pro {
    margin-top: 3rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid #e5e7eb;
    background: #f8fafc;
}

.site-footer-pro .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.footer-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 1.15rem 1.1rem;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.footer-title {
    font-size: .80rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #64748b;
    margin-bottom: .65rem;
}

.footer-text {
    font-size: .95rem;
    line-height: 1.6;
    color: #334155;
}

.footer-link-wrap {
    margin-top: .8rem;
}

.footer-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-payment-logos {
    display: flex;
    align-items: center;
    gap: .90rem;
    flex-wrap: wrap;
}

.footer-payment-logos img {
    height: 56px;
    width: auto;
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: .2rem .3rem;
}

.footer-bottom-bar {
    margin-top: 1.25rem;
    padding: 1rem 0 1.2rem;
    border-top: 1px solid #e5e7eb;
}

.footer-copy {
    font-size: .88rem;
    color: #475569;
}

.footer-copy-muted {
    color: #94a3b8;
}

@media (max-width: 991.98px) {
    .site-footer-pro {
        padding-top: 1rem;
    }

    .footer-card {
        padding: 1rem;
    }

    .footer-bottom-bar {
        text-align: center;
    }
}