/* assets/css/list-ban.css */
/* CSS DÀNH RIÊNG CHO HERO BANNER + THANH TÌM KIẾM TRANG DANH SÁCH BÁN */

.ban-hero {
    position: relative;
    z-index: 10;
    width: 100vw;
    margin: -40px 0 0 calc(50% - 50vw);
    padding: 48px 0 96px;
    color: #fff;
    overflow-x: clip;
    overflow-y: visible;
    background:
        linear-gradient(110deg, rgba(10, 56, 150, .96) 0%, rgba(20, 92, 206, .9) 52%, rgba(43, 120, 224, .72) 100%),
        url('../image/duan1.jpg') center 40% / cover no-repeat;
}

.ban-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .16), transparent 38%);
    pointer-events: none;
}

.ban-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

.ban-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .85fr);
    gap: 40px;
    align-items: center;
}

/* --- Cột nội dung bên trái --- */
.ban-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}

.ban-hero__breadcrumb a,
.ban-hero__breadcrumb span {
    color: inherit;
}

.ban-hero__breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.ban-hero__title {
    max-width: 720px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(34px, 3.4vw, 50px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -1.4px;
}

.ban-hero__title-month {
    display: inline-block;
    font-size: .42em;
    font-weight: 600;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: .82;
}

.ban-hero__subtitle {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.55;
}

.ban-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.ban-hero__features span {
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

/* --- Thẻ thị trường bên phải --- */
.ban-hero__market {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 20px 50px rgba(13, 36, 96, .28);
    backdrop-filter: blur(6px);
}

.ban-hero__market-title {
    margin: 0 0 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.ban-hero__market-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ban-hero__market-item {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
}

.ban-hero__market-item strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.ban-hero__market-item span {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
}

/* --- Thẻ tìm kiếm trắng --- */
/* Thẻ tìm kiếm nằm trong luồng nội dung (cùng container với card sản phẩm) và
   được kéo lên đè lên đáy hero để tạo hiệu ứng tràn. */
.ban-hero__search {
    position: relative;
    z-index: 20;
    margin-top: -56px;
    margin-bottom: 30px;
    padding: 26px 30px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(13, 36, 96, .22);
}

/* --- Hàng KPI dưới thanh tìm kiếm --- */
.ban-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.ban-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 18px 22px;
    border: 1px solid #e3e9f3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 52, 94, .05);
}

.ban-stat__icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 12px;
    background: #eef5ff;
    font-size: 22px;
}

.ban-stat__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ban-stat__body strong {
    color: #122344;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
}

.ban-stat__body span {
    margin-top: 3px;
    color: #68768f;
    font-size: 14px;
}

/* --- Thanh "Tìm thấy ..." --- */
.ban-results-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px 24px;
    margin-bottom: 24px;
    padding: 22px 26px;
    border: 1px solid #e3e9f3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 52, 94, .05);
}

.ban-results-toolbar__copy {
    flex: 1 1 300px;
    min-width: 0;
}

.ban-results-toolbar__copy h2 {
    margin: 0 0 6px;
    color: #122344;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.ban-results-toolbar__copy p {
    margin: 0;
    color: #68768f;
    font-size: 14px;
    line-height: 1.45;
}

.ban-results-toolbar__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.ban-view-toggle {
    display: flex;
    padding: 4px;
    border: 1px solid #dde4ef;
    border-radius: 12px;
    background: #f4f6fb;
}

.ban-view-toggle button {
    min-width: 54px;
    padding: 8px 12px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #60708a;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.ban-view-toggle button.active {
    background: #fff;
    color: #126cf3;
    box-shadow: 0 4px 14px rgba(38, 57, 87, .12);
}

.ban-results-toolbar .sort-dropdown {
    width: 130px;
    min-width: 130px;
    min-height: 40px;
    padding: 0 28px 0 12px;
    border: 1px solid #dde4ef;
    border-radius: 12px;
    color: #263650;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
}

.ban-hero__search-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.ban-hero__search-intro h2 {
    margin: 0 0 4px;
    color: #122344;
    font-size: 22px;
    font-weight: 700;
}

.ban-hero__search-intro p {
    margin: 0;
    color: #68768f;
    font-size: 14px;
}

.ban-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ban-hero__tags span {
    padding: 7px 16px;
    border-radius: 999px;
    background: #eef3fb;
    color: #2f64c7;
    font-size: 13px;
    font-weight: 600;
}

.ban-hero__tags span.is-active {
    background: #126cf3;
    color: #fff;
}

/* --- Form --- */
.ban-search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
}

.ban-search-field {
    position: relative;
    flex: 1 1 170px;
    min-width: 0;
}

.ban-search-field--keyword {
    flex: 2 1 280px;
}

.ban-search-field input,
.ban-search-field select {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #d8e0ec;
    border-radius: 12px;
    background: #fff;
    color: #293044;
    font-size: 15px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ban-search-field--keyword input {
    padding-left: 44px;
}

.ban-search-field input:focus,
.ban-search-field select:focus {
    border-color: #126cf3;
    box-shadow: 0 0 0 3px rgba(18, 108, 243, .12);
}

.ban-search-field select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='%2368768f'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.ban-search-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    display: flex;
    color: #68768f;
    pointer-events: none;
    z-index: 2;
}

.ban-search-submit {
    flex: 0 0 auto;
    min-width: 130px;
    height: 54px;
    padding: 0 28px;
    border: 0;
    border-radius: 12px;
    background: #126cf3;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: filter .2s ease;
}

.ban-search-submit:hover {
    filter: brightness(1.06);
}

/* Dropdown gợi ý nằm dưới ô từ khoá */
.ban-search-field--keyword .search-suggestions-container {
    top: calc(100% + 6px);
    border: 1px solid #e3e8f0;
    border-radius: 12px;
}

/* Đoạn mô tả (đã bỏ H1 vì H1 nằm trong hero) */
.category-header--intro {
    margin-bottom: 26px;
}

.category-header--intro p {
    margin: 0;
}

/* --- Bộ lọc không dính (non-sticky) trên trang bán ---
   Chỉ áp dụng từ tablet trở lên để không phá vỡ drawer cố định trên mobile. */
@media (min-width: 768px) {
    .ban-listing-content .listing-filter-sidebar {
        position: static;
        top: auto;
        max-height: none;
    }

    .ban-listing-content .filter-groups-container {
        overflow: visible;
    }
}

/* --- Khối gợi ý VIP trong bộ lọc (giống trang dự án) --- */
.filter-vip-suggestion {
    padding: 26px 20px 30px;
    border-top: 1px solid #f0dfba;
    background: linear-gradient(135deg, #fffaf0, #fff1d3);
    color: #b65300;
}

.filter-vip-suggestion h3 {
    margin: 0 0 14px;
    color: #e86600;
    font-size: 18px;
    line-height: 1.3;
}

.filter-vip-suggestion p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.55;
}

.filter-vip-suggestion button {
    padding: 14px 18px;
    border: 0;
    border-radius: 14px;
    background: #07183f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: default;
}

/* Bản VIP hiển thị trong nội dung trang trên mobile (ngoài drawer) */
.filter-vip-mobile {
    display: none;
}

/* --- Cột phải: bộ lọc + các thẻ phụ --- */
.ban-sidebar-column {
    width: 320px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ban-sidebar-column .listing-filter-sidebar {
    width: 100%;
}

.sidebar-promo-card {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.sidebar-promo-card__image img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.sidebar-promo-card__body {
    padding: 20px;
}

.sidebar-promo-card__body h3 {
    margin: 0 0 10px;
    color: #122344;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.sidebar-promo-card__body p {
    margin: 0 0 18px;
    color: #68768f;
    font-size: 14px;
    line-height: 1.55;
}

.sidebar-promo-card__btn {
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-radius: 10px;
    background: #07183f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: filter .2s ease;
}

.sidebar-promo-card__btn:hover {
    filter: brightness(1.12);
}

.sidebar-compare-card {
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: #fff;
}

.sidebar-compare-card h3 {
    margin: 0 0 8px;
    color: #122344;
    font-size: 19px;
    font-weight: 700;
}

.sidebar-compare-card p {
    margin: 0 0 18px;
    color: #68768f;
    font-size: 14px;
}

.sidebar-compare-card__btn {
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(100deg, #ffa12a, #f57c00);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: filter .2s ease;
}

.sidebar-compare-card__btn:hover {
    filter: brightness(1.05);
}

/* --- Responsive --- */
@media (max-width: 1050px) {
    .ban-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ban-hero__market {
        max-width: 520px;
    }
}

@media (max-width: 767px) {
    .ban-hero {
        margin-top: -40px;
        margin-bottom: 0;
        padding: 28px 0 76px;
    }

    .ban-sidebar-column {
        width: 100%;
        margin-top: 20px;
    }

    .filter-vip-mobile {
        display: block;
        border: 1px solid #f0dfba;
        border-radius: 12px;
        overflow: hidden;
    }

    .listing-filter-sidebar .filter-vip-suggestion {
        display: none;
    }

    .ban-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 24px;
    }

    .ban-stat {
        min-height: 80px;
        padding: 14px 16px;
        gap: 12px;
    }

    .ban-stat__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 18px;
    }

    .ban-stat__body strong {
        font-size: 20px;
    }

    .ban-stat__body span {
        font-size: 12px;
    }

    .ban-results-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 18px;
    }

    .ban-results-toolbar__copy {
        flex: 0 0 auto;
        width: 100%;
    }

    .ban-results-toolbar__copy h2 {
        font-size: 19px;
    }

    .ban-results-toolbar__actions {
        width: 100%;
        justify-content: space-between;
    }

    .ban-hero__inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ban-hero__title {
        font-size: 30px;
        letter-spacing: -.6px;
    }

    .ban-hero__subtitle {
        font-size: 15px;
    }

    .ban-hero__features {
        gap: 8px;
    }

    .ban-hero__features span {
        font-size: 12px;
        padding: 7px 11px;
    }

    .ban-hero__market {
        padding: 20px;
    }

    .ban-hero__market-item strong {
        font-size: 22px;
    }

    .ban-hero__search {
        margin-top: -44px;
        margin-bottom: 24px;
        padding: 20px;
        border-radius: 16px;
    }

    .ban-hero__search-intro h2 {
        font-size: 19px;
    }

    .ban-search-form {
        gap: 10px;
    }

    .ban-search-field,
    .ban-search-field--keyword {
        flex: 1 1 100%;
    }

    .ban-search-submit {
        width: 100%;
        flex: 1 1 100%;
    }
}

/* ── Lead-capture banner ───────────────────────────────────────── */
.ban-lead-banner {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 48px 0 20px;
    padding: 40px 48px;
    background: linear-gradient(135deg, #1565c0 0%, #1976d2 60%, #42a5f5 100%);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.ban-lead-banner::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}

.ban-lead-banner__left {
    flex: 1 1 300px;
    min-width: 0;
    color: #fff;
}

.ban-lead-banner__title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
    color: #fff;
}

.ban-lead-banner__desc {
    font-size: 14px;
    opacity: 0.9;
    margin: 0 0 24px;
    line-height: 1.6;
    color: #fff;
}

.ban-lead-banner__cta {
    display: inline-block;
    padding: 11px 26px;
    border-radius: 50px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.ban-lead-banner__cta:hover {
    background: #fff;
    color: #1565c0;
}

.ban-lead-banner__right {
    flex: 1 1 320px;
    min-width: 0;
}

.ban-lead-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ban-lead-form__input {
    width: 100%;
    padding: 12px 18px;
    border: none;
    border-radius: 10px;
    background: rgba(255,255,255,0.92);
    font-size: 14px;
    color: #222;
    outline: none;
    transition: background 0.2s;
}

.ban-lead-form__input::placeholder {
    color: #888;
}

.ban-lead-form__input:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.6);
}

.ban-lead-form__submit {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #ff9800, #f57c00);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
}

.ban-lead-form__submit:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    .ban-lead-banner {
        flex-direction: column;
        gap: 28px;
        padding: 28px 20px;
        border-radius: 14px;
    }

    .ban-lead-banner__left,
    .ban-lead-banner__right {
        flex: 1 1 auto;
        width: 100%;
    }

    .ban-lead-banner__title {
        font-size: 20px;
    }
}

/* ── Suggested projects section ────────────────────────────────── */
.ban-suggested-projects {
    margin: 0 0 32px;
}

.ban-suggested-projects__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0 0 8px;
}

.ban-suggested-projects__sub {
    font-size: 14px;
    color: var(--text-light);
    margin: 0 0 20px;
}

.ban-suggested-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Self-contained card styles (project card base not in global sheet) */
.ban-suggested-grid .ban-suggested-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid var(--border-color, #e0e0e0);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ban-suggested-grid .ban-suggested-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border-color: var(--primary-color, #1976d2);
}

.ban-suggested-grid .project-card-image-large {
    width: 100%;
    height: 210px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.ban-suggested-grid .project-card-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ban-suggested-grid .project-card-status {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #53b966;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.ban-suggested-grid .project-card-status.sap-mo-ban  { background-color: #f39c12; }
.ban-suggested-grid .project-card-status.da-ban-giao { background-color: #3498db; }

.ban-suggested-grid .project-card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px 18px 18px;
    color: var(--text-dark, #222);
}

.ban-suggested-grid .project-card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--secondary-color, #07183f);
    margin: 0 0 6px;
    line-height: 1.35;
}

.ban-suggested-grid .project-card-address {
    font-size: 13px;
    color: var(--text-light, #666);
    margin: 0 0 8px;
}

.ban-suggested-grid .project-card-price {
    margin-top: auto;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color, #1976d2);
    padding-top: 8px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ban-suggested-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .ban-suggested-projects__title {
        font-size: 22px;
    }

    .ban-suggested-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Redesigned product card content ──────────────────────────── */
.ban-listing-content .product-card-address {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    white-space: normal;
}

/* Price row */
.product-card-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-price-left {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.product-price-main {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color, #1976d2);
    line-height: 1;
}

.product-price-m2 {
    font-size: 13px;
    color: var(--text-light, #777);
    font-weight: 400;
}

/* Feature pills */
.product-card-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.product-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #dde3ec;
    background: #f5f7fa;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
}

.product-pill--check {
    border-color: #c8e6c9;
    background: #f1f8f1;
    color: #2e7d32;
}

/* Description */
.product-card-desc {
    font-size: 13px;
    color: var(--text-light, #666);
    margin: 0 0 12px;
    line-height: 1.55;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Action buttons */
.product-card-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
    flex-wrap: wrap;
}

.btn-card-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--primary-color, #1976d2);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.btn-card-compare {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1.5px solid var(--primary-color, #1976d2);
    background: transparent;
    color: var(--primary-color, #1976d2);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.btn-card-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    background: #07183f;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.btn-card-compare:hover { background: #e3f0fb; }
.btn-card-contact:hover { background: #0d2660; }

@media (max-width: 767px) {
    .product-price-main { font-size: 18px; }
    .product-card-actions { gap: 6px; }
    .btn-card-view,
    .btn-card-compare,
    .btn-card-contact { padding: 7px 12px; font-size: 12px; }
}
