﻿.deals-hero {
    padding: 5.3rem 0 3.8rem;
    background:
        radial-gradient(circle at top right, rgba(255, 140, 0, 0.16), transparent 30%),
        linear-gradient(135deg, #121314 0%, #0b0c0e 54%, #181614 100%);
    border-bottom: 1px solid rgba(255, 140, 0, 0.16);
}

.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: #ff8c00;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    text-transform: uppercase;
}

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

.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: rgba(255, 255, 255, 0.76);
    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-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: #111214;
    background: linear-gradient(135deg, #ffb347 0%, #ff8c00 100%);
    box-shadow: 0 16px 28px rgba(255, 140, 0, 0.24);
}

.deals-btn-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

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

.deals-stat-card,
.deal-list-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

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

.deals-stat-card span {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    margin-bottom: 0.55rem;
}

.deals-stat-card strong {
    color: #ffffff;
    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 rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #e8e8e8;
    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(255, 140, 0, 0.45);
    color: #ffb45c;
}

.deals-page-btn.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #ffb347 0%, #ff8c00 100%);
    color: #131313;
    box-shadow: 0 12px 22px rgba(255, 140, 0, 0.22);
}

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

.deals-page-dots {
    color: rgba(255, 255, 255, 0.42);
}

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

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

.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: #ffffff;
    line-height: 1.4;
}

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

.deal-list-price {
    flex-shrink: 0;
    color: #ff8c00;
    font-size: 1rem;
    font-weight: 700;
}

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

.deal-list-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.8rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #d6d6d6;
    font-size: 0.82rem;
}

@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 {
        font-size: 0.78rem;
    }

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

    .deals-btn {
        width: 100%;
    }

    .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;
    }
}
