.deals-hero {
    padding: 5.3rem 0 3.8rem;
    background:
        radial-gradient(circle at 92% 10%, rgba(10, 186, 181, 0.22), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #eefafa 52%, #dff6f5 100%);
    border-bottom: 1px solid rgba(10, 186, 181, 0.28);
}

.deals-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
    gap: 2rem;
    align-items: start;
}

.deals-eyebrow {
    margin: 0 0 0.75rem;
    color: #089f9a;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.deals-hero-copy h1,
.deals-section-head h2 {
    margin: 0;
    color: #000000;
}

.deals-hero-copy h1 {
    font-size: clamp(2.4rem, 4.6vw, 4rem);
    line-height: 1.08;
}

.deals-intro,
.deals-section-head p,
.deal-list-summary {
    color: #5e757b;
    line-height: 1.85;
}

.deals-intro {
    margin: 1rem 0 0;
    max-width: 760px;
}

.deals-actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}

.deals-search {
    margin-top: 1.25rem;
    max-width: 640px;
}

.deals-search-row {
    display: flex;
    gap: 0.7rem;
}

.deals-search-input {
    flex: 1;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #cfe6e6;
    background: #ffffff;
    color: #1f2a2f;
    padding: 0 0.95rem;
    font-size: 0.95rem;
}

.deals-search-input::placeholder {
    color: #8ca7ac;
}

.deals-btn {
    min-width: 148px;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    text-align: center;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.deals-btn:hover {
    transform: translateY(-1px);
}

.deals-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #27d0cc 0%, #0abab5 100%);
    box-shadow: 0 16px 28px rgba(10, 186, 181, 0.22);
}

.deals-btn-secondary {
    color: #0c8e8a;
    background: rgba(10, 186, 181, 0.08);
    border: 1px solid rgba(10, 186, 181, 0.25);
}

.deals-stats-grid {
    display: grid;
    gap: 1rem;
}

.deals-stat-card,
.deal-list-card {
    border: 1px solid #d9ecec;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(10, 186, 181, 0.12);
}

.deals-stat-card {
    border-radius: 18px;
    padding: 1.15rem 1.2rem;
}

.deals-stat-card span {
    display: block;
    color: #6e8a90;
    font-size: 0.82rem;
    margin-bottom: 0.55rem;
}

.deals-stat-card strong {
    color: #1f2a2f;
    font-size: 1.02rem;
    line-height: 1.6;
}

.deals-section {
    padding-top: 3.2rem;
    padding-bottom: 4.5rem;
}

.deals-section-head {
    margin-bottom: 1.4rem;
}

.deals-list-grid {
    display: grid;
    gap: 1rem;
}

.deals-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.deals-page-btn,
.deals-page-dots {
    min-width: 42px;
    height: 42px;
    padding: 0 0.9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
}

.deals-page-btn {
    border: 1px solid #d1e8e8;
    background: #ffffff;
    color: #47666c;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.deals-page-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(10, 186, 181, 0.45);
    color: #0c8e8a;
}

.deals-page-btn.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #27d0cc 0%, #0abab5 100%);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(10, 186, 181, 0.24);
}

.deals-page-btn.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.deals-page-dots {
    color: #8ca7ac;
}

.deal-list-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    border-radius: 18px;
    overflow: hidden;
}

.deal-list-image {
    min-height: 180px;
    position: relative;
}

.deal-bid-tag {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 0.6rem;
    border-radius: 999px;
    background: rgba(10, 186, 181, 0.9);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
}

.deal-list-body {
    padding: 1rem 1.05rem;
}

.deal-list-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.deal-list-top h3 {
    margin: 0;
    color: #1f2a2f;
    line-height: 1.4;
}

.deal-list-artist {
    margin: 0.35rem 0 0;
    color: #0c8e8a;
    font-size: 0.86rem;
}

.deal-list-price {
    flex-shrink: 0;
    color: #089f9a;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.3;
}

.deal-list-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.deal-list-summary {
    margin: 0.75rem 0 0;
    font-size: 0.86rem;
}

.deal-list-source-price {
    margin: 0;
    color: #6e8a90;
    font-size: 0.84rem;
    text-align: right;
}

.deal-list-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.8rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e0eeee;
    color: #6e8a90;
    font-size: 0.82rem;
}

.deal-list-date {
    color: #0c8e8a;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
    .deals-hero-inner,
    .deal-list-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .deals-hero {
        padding-top: 4.2rem;
    }

    .deals-stat-card,
    .deal-list-body {
        padding: 0.9rem;
    }

    .deal-list-image {
        min-height: 156px;
    }

    .deal-list-card {
        border-radius: 14px;
    }

    .deal-list-top {
        flex-direction: column;
    }

    .deal-list-top h3 {
        font-size: 0.92rem;
    }

    .deal-list-artist,
    .deal-list-summary,
    .deal-list-meta,
    .deal-list-source-price {
        font-size: 0.78rem;
    }

    .deal-list-price {
        font-size: 0.92rem;
    }

    .deal-list-date {
        font-size: 0.82rem;
    }

    .deals-btn {
        width: 100%;
    }

    .deals-search-row {
        flex-direction: column;
    }

    .deals-pagination {
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .deals-page-btn {
        min-width: 38px;
        height: 38px;
        padding: 0 0.75rem;
        font-size: 0.88rem;
    }
}
