/* ============================================================
   DEKODEALS PAGE — Dedicated Stylesheet
   ============================================================
   Scoped class: .dkdeals-scope
   All rules prefixed with .dkdeals- to avoid conflicts.
   ============================================================ */

.dkdeals-scope {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: #f4f6fa;
    color: #0f172a;
    overflow-x: hidden;
    max-width: 100%;
}

.dkdeals-scope * {
    box-sizing: border-box;
}

.dkdeals-scope a {
    text-decoration: none;
}

/* Unified centered container — applied to header, nav and main content
   The dark header/nav backgrounds stay full-width edge-to-edge, but the
   content inside is centered with a sensible max-width for readability. */
.dkdeals-scope .container,
.dkdeals-scope .container.px-xl-5,
.dkdeals-header .container,
.dkdeals-header .container.px-xl-5,
.dkdeals-nav .container,
.dkdeals-nav .container.px-xl-5 {
    width: 100%;
    max-width: 1440px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1199px) {
    .dkdeals-scope .container,
    .dkdeals-scope .container.px-xl-5,
    .dkdeals-header .container,
    .dkdeals-header .container.px-xl-5,
    .dkdeals-nav .container,
    .dkdeals-nav .container.px-xl-5 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media (max-width: 576px) {
    .dkdeals-scope .container,
    .dkdeals-scope .container.px-xl-5,
    .dkdeals-header .container,
    .dkdeals-header .container.px-xl-5,
    .dkdeals-nav .container,
    .dkdeals-nav .container.px-xl-5 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* ============================================================
   HEADER (dark theme to match the hero)
   ============================================================ */
.dkdeals-header {
    background: #0b0f1a;
    border-bottom: 1px solid #1a2030;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.dkdeals-header-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

/* Mobile hamburger - hidden on desktop */
.dkdeals-mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 22px;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 6px;
}

/* Brand Logo */
.dkdeals-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.dkdeals-brand-text {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #f97316;
    letter-spacing: -0.5px;
    line-height: 1;
}

.dkdeals-brand-text-accent {
    color: #ef4444;
}

.dkdeals-brand-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    font-size: 18px;
    transform: rotate(-15deg);
    margin-left: 2px;
}

/* Location Selector */
.dkdeals-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #161c2b;
    border: 1px solid #232b3d;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e1;
    transition: all 0.2s;
    flex-shrink: 0;
}

.dkdeals-location:hover {
    background: #1d2436;
    border-color: #2d3650;
}

.dkdeals-location i.fa-map-marker {
    color: #ef4444;
    font-size: 14px;
}

.dkdeals-location-text {
    color: #ffffff;
    white-space: nowrap;
}

.dkdeals-location-arrow {
    font-size: 10px;
    color: #94a3b8;
}

/* Search Bar (white pill on dark header) */
.dkdeals-search {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    transition: all 0.2s;
    max-width: 520px;
    margin: 0;
}

.dkdeals-search:focus-within {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.25);
}

.dkdeals-search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 16px;
    font-size: 13px;
    color: #0f172a;
    outline: none;
    min-width: 0;
}

.dkdeals-search-input::placeholder {
    color: #94a3b8;
}

.dkdeals-search-btn {
    background: #ef4444;
    color: #ffffff;
    border: none;
    width: 42px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    flex-shrink: 0;
    margin-right: 2px;
    border-radius: 6px;
    transition: background 0.2s;
}

.dkdeals-search-btn:hover {
    background: #dc2626;
}

/* Action Icons */
.dkdeals-actions {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.dkdeals-action {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #cbd5e1;
    font-size: 11px;
    font-weight: 600;
    transition: color 0.2s;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
}

.dkdeals-action:hover {
    color: #ffffff;
}

.dkdeals-action i {
    font-size: 18px;
    color: #cbd5e1;
    transition: color 0.2s;
}

.dkdeals-action:hover i {
    color: #ffffff;
}

.dkdeals-action-icon-wrap {
    position: relative;
    display: inline-flex;
}

.dkdeals-action-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ef4444;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
}

.dkdeals-action-badge-cart {
    background: #f97316;
}

.dkdeals-action-label {
    font-size: 11px;
    font-weight: 600;
    color: #cbd5e1;
    line-height: 1;
}

/* Sell a Deal + Sign In */
.dkdeals-cta-group {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.dkdeals-cta-sell {
    background: #ef4444;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 8px;
    transition: all 0.2s;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.2);
}

.dkdeals-cta-sell:hover {
    background: #dc2626;
    transform: translateY(-1px);
    color: #ffffff !important;
}

.dkdeals-cta-signin {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    transition: color 0.2s;
    white-space: nowrap;
}

.dkdeals-cta-signin:hover {
    color: #fca5a5 !important;
}

/* ============================================================
   NAVIGATION TABS (dark, matches header)
   ============================================================ */
.dkdeals-nav {
    background: #0b0f1a;
    border-bottom: 1px solid #1a2030;
    padding: 0;
}

.dkdeals-nav-inner {
    display: flex;
    align-items: center;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.dkdeals-nav-inner::-webkit-scrollbar {
    display: none;
}

.dkdeals-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 0;
    font-size: 13.5px;
    font-weight: 700;
    color: #cbd5e1;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none !important;
}

.dkdeals-nav-link:hover {
    color: #ffffff;
}

.dkdeals-nav-link.active {
    color: #ef4444;
    border-bottom-color: #ef4444;
}

.dkdeals-nav-pill {
    font-size: 9px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.dkdeals-nav-pill-hot {
    background: #ef4444;
    color: #ffffff;
}

.dkdeals-nav-pill-new {
    background: #10b981;
    color: #ffffff;
}

/* ============================================================
   MOBILE MENU (Offcanvas)
   ============================================================ */
.dkdeals-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.dkdeals-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.dkdeals-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85vw;
    max-width: 320px;
    background: #ffffff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
}

.dkdeals-mobile-menu.active {
    transform: translateX(0);
}

.dkdeals-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.dkdeals-mobile-nav {
    padding: 8px 0;
}

.dkdeals-mobile-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    transition: all 0.2s;
    border-left: 3px solid transparent;
    text-decoration: none !important;
}

.dkdeals-mobile-nav-item:hover,
.dkdeals-mobile-nav-item.active {
    background: #fef2f2;
    color: #ef4444;
    border-left-color: #ef4444;
}

.dkdeals-mobile-nav-item i {
    width: 20px;
    text-align: center;
    font-size: 15px;
    color: #64748b;
}

.dkdeals-mobile-nav-item:hover i,
.dkdeals-mobile-nav-item.active i {
    color: #ef4444;
}

/* ============================================================
   HERO SECTION (Dark gradient with ANIMATED confetti/graffiti)
   ============================================================ */
.dkdeals-hero-wrap {
    padding: 18px 0 0;
}

.dkdeals-hero {
    background:
        radial-gradient(circle at 20% 100%, rgba(168, 85, 247, 0.20), transparent 50%),
        radial-gradient(circle at 80% 0%, rgba(239, 68, 68, 0.15), transparent 50%),
        linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #1e1b4b 100%);
    border-radius: 16px;
    padding: 24px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 0.8fr;
    gap: 20px;
    min-height: 280px;
}

/* Animated graffiti layer 1 — yellow/red/purple/green floating dots */
.dkdeals-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, #fbbf24 2.5px, transparent 3px),
        radial-gradient(circle, #ef4444 2.5px, transparent 3px),
        radial-gradient(circle, #a855f7 2.5px, transparent 3px),
        radial-gradient(circle, #10b981 2.5px, transparent 3px);
    background-size: 180px 180px, 220px 220px, 250px 250px, 200px 200px;
    background-position: 10% 20%, 60% 30%, 80% 70%, 30% 80%;
    opacity: 0.6;
    pointer-events: none;
    animation: dkdealsConfettiFloat 18s ease-in-out infinite;
}

/* Animated graffiti layer 2 — secondary dots moving opposite direction */
.dkdeals-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, #f97316 1.5px, transparent 2px),
        radial-gradient(circle, #ec4899 1.5px, transparent 2px),
        radial-gradient(circle, #06b6d4 1.5px, transparent 2px);
    background-size: 140px 140px, 170px 170px, 200px 200px;
    background-position: 70% 10%, 20% 60%, 90% 40%;
    opacity: 0.5;
    pointer-events: none;
    animation: dkdealsConfettiFloatReverse 22s ease-in-out infinite;
}

@keyframes dkdealsConfettiFloat {
    0%   { transform: translate(0, 0) rotate(0deg); }
    25%  { transform: translate(20px, -15px) rotate(2deg); }
    50%  { transform: translate(-10px, 20px) rotate(-2deg); }
    75%  { transform: translate(15px, 10px) rotate(1deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes dkdealsConfettiFloatReverse {
    0%   { transform: translate(0, 0) scale(1); }
    33%  { transform: translate(-18px, 12px) scale(1.08); }
    66%  { transform: translate(14px, -18px) scale(0.96); }
    100% { transform: translate(0, 0) scale(1); }
}

/* Floating ribbon/streamer decorations */
.dkdeals-hero-ribbon {
    position: absolute;
    width: 22px;
    height: 4px;
    border-radius: 2px;
    pointer-events: none;
    opacity: 0.85;
    z-index: 1;
}

.dkdeals-hero-ribbon-1 { top: 12%; left: 36%; background: #fbbf24; transform: rotate(45deg);  animation: dkdealsRibbonFloat 6s ease-in-out infinite; }
.dkdeals-hero-ribbon-2 { top: 18%; right: 22%; background: #ec4899; transform: rotate(-30deg); animation: dkdealsRibbonFloat 8s ease-in-out infinite reverse; }
.dkdeals-hero-ribbon-3 { bottom: 25%; left: 28%; background: #a855f7; transform: rotate(60deg);  animation: dkdealsRibbonFloat 7s ease-in-out infinite; }
.dkdeals-hero-ribbon-4 { bottom: 15%; right: 35%; background: #10b981; transform: rotate(-45deg); animation: dkdealsRibbonFloat 9s ease-in-out infinite reverse; }
.dkdeals-hero-ribbon-5 { top: 50%; left: 42%; background: #f97316; transform: rotate(15deg); animation: dkdealsRibbonFloat 10s ease-in-out infinite; }
.dkdeals-hero-ribbon-6 { top: 8%; left: 55%; background: #06b6d4; transform: rotate(-60deg); animation: dkdealsRibbonFloat 11s ease-in-out infinite reverse; }

@keyframes dkdealsRibbonFloat {
    0%   { transform: translate(0, 0) rotate(var(--rib-rot, 0deg)); opacity: 0.8; }
    50%  { transform: translate(8px, -12px) rotate(calc(var(--rib-rot, 0deg) + 25deg)); opacity: 1; }
    100% { transform: translate(0, 0) rotate(var(--rib-rot, 0deg)); opacity: 0.8; }
}

.dkdeals-hero > * {
    position: relative;
    z-index: 3;
}

/* Hero Left: Headline */
.dkdeals-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dkdeals-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 14px;
    letter-spacing: -0.5px;
}

.dkdeals-hero-title-line1 {
    color: #ffffff;
    display: block;
}

.dkdeals-hero-title-line2 {
    color: #fbbf24;
    display: block;
}

.dkdeals-hero-subtitle {
    font-size: 13px;
    line-height: 1.5;
    color: #cbd5e1;
    margin: 0 0 12px;
    max-width: 100%;
}

.dkdeals-hero-tagline {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 18px;
    line-height: 1.4;
}

.dkdeals-hero-tagline-bid    { color: #f97316; }
.dkdeals-hero-tagline-chat   { color: #fbbf24; }
.dkdeals-hero-tagline-clip   { color: #a855f7; }
.dkdeals-hero-tagline-make   { color: #10b981; }
.dkdeals-hero-tagline-save   { color: #ef4444; }

.dkdeals-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.dkdeals-hero-btn {
    font-size: 11.5px;
    font-weight: 800;
    padding: 9px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none !important;
    line-height: 1;
}

.dkdeals-hero-btn-orange { background: #f97316; color: #ffffff !important; }
.dkdeals-hero-btn-purple { background: #a855f7; color: #ffffff !important; }
.dkdeals-hero-btn-dark   { background: #1e293b; color: #ffffff !important; border: 1px solid #334155; }
.dkdeals-hero-btn-white  { background: #ffffff; color: #0f172a !important; }
.dkdeals-hero-btn:hover  { transform: translateY(-1px); filter: brightness(1.1); }

.dkdeals-hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #cbd5e1;
}

.dkdeals-hero-avatars {
    display: inline-flex;
    align-items: center;
}

.dkdeals-hero-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #1e1b4b;
    margin-left: -8px;
    object-fit: cover;
    background: linear-gradient(135deg, #a855f7, #ec4899);
}

.dkdeals-hero-avatar:first-child {
    margin-left: 0;
}

.dkdeals-hero-stats-text {
    color: #ffffff;
    font-weight: 700;
}

/* Hero Center: Countdown + product cards */
.dkdeals-hero-center {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.dkdeals-countdown {
    background: linear-gradient(180deg, #fbbf24, #f59e0b);
    color: #1e1b4b;
    padding: 8px 18px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.3);
    min-width: 220px;
}

.dkdeals-countdown-label {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dkdeals-countdown-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Outfit', sans-serif;
    margin: 2px 0;
}

.dkdeals-countdown-unit {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.dkdeals-countdown-num {
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.dkdeals-countdown-sep {
    font-size: 22px;
    line-height: 1;
}

.dkdeals-countdown-units {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #422006;
}

.dkdeals-hero-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%;
    perspective: 1000px;
}

/* 3D Product Card with depth, perspective and float animation */
.dkdeals-hero-product {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 14px;
    padding: 10px 10px 12px;
    color: #0f172a;
    position: relative;
    text-align: center;
    box-shadow:
        0 12px 24px -8px rgba(15, 23, 42, 0.45),
        0 4px 10px -2px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.6);
    animation: dkdealsCardFloat 5s ease-in-out infinite;
}

.dkdeals-hero-product:nth-child(1) {
    transform: rotateY(-8deg) rotateX(2deg) translateZ(0);
    animation-delay: 0s;
}
.dkdeals-hero-product:nth-child(2) {
    transform: translateY(-12px) translateZ(20px);
    animation-delay: 0.6s;
    box-shadow:
        0 18px 32px -8px rgba(15, 23, 42, 0.55),
        0 6px 14px -2px rgba(239, 68, 68, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.dkdeals-hero-product:nth-child(3) {
    transform: rotateY(8deg) rotateX(2deg) translateZ(0);
    animation-delay: 1.2s;
}

.dkdeals-hero-product:hover {
    transform: translateY(-8px) rotateY(0deg) rotateX(0deg) translateZ(30px) scale(1.04);
    box-shadow:
        0 24px 40px -8px rgba(15, 23, 42, 0.6),
        0 8px 20px -2px rgba(239, 68, 68, 0.3);
    z-index: 10;
}

@keyframes dkdealsCardFloat {
    0%, 100% { translate: 0 0; }
    50%      { translate: 0 -6px; }
}

.dkdeals-hero-product-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    padding: 4px 9px;
    border-radius: 20px;
    z-index: 4;
    box-shadow: 0 4px 10px -2px rgba(239, 68, 68, 0.6), 0 1px 3px rgba(0,0,0,0.2);
    transform: translateZ(20px);
    border: 2px solid #ffffff;
}

.dkdeals-hero-product-img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px);
}

.dkdeals-hero-product-name {
    font-size: 10px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.dkdeals-hero-product-price {
    font-size: 12px;
    font-weight: 900;
    color: #ef4444;
    margin: 2px 0 0;
    line-height: 1;
}

.dkdeals-hero-product-price-old {
    font-size: 9px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-left: 4px;
    font-weight: 600;
}

.dkdeals-hero-product-meta {
    font-size: 9px;
    color: #64748b;
    margin-top: 4px;
    font-weight: 600;
}

.dkdeals-hero-product-meta-online {
    color: #10b981;
}
.dkdeals-hero-product-meta-online::before {
    content: '●';
    margin-right: 3px;
}

/* Hero Right: Live Chat */
.dkdeals-hero-chat {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-direction: column;
}

.dkdeals-hero-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.dkdeals-hero-chat-title {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dkdeals-hero-chat-online {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #10b981;
}
.dkdeals-hero-chat-online::before {
    content: '●';
    color: #10b981;
}

.dkdeals-hero-chat-viewall {
    font-size: 11px;
    font-weight: 700;
    color: #93c5fd !important;
}

.dkdeals-hero-chat-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dkdeals-hero-chat-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.dkdeals-hero-chat-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.dkdeals-hero-chat-avatar::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    border: 2px solid #1e1b4b;
}

.dkdeals-hero-chat-body {
    flex: 1;
    min-width: 0;
}

.dkdeals-hero-chat-name {
    font-size: 11px;
    font-weight: 800;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.dkdeals-hero-chat-time {
    font-size: 9px;
    color: #94a3b8;
    font-weight: 600;
}

.dkdeals-hero-chat-msg {
    font-size: 10.5px;
    color: #cbd5e1;
    margin-top: 2px;
    line-height: 1.3;
}

.dkdeals-hero-chat-btn {
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    font-size: 11.5px;
    font-weight: 700;
    padding: 8px;
    border-radius: 8px;
    margin-top: 12px;
    transition: background 0.2s;
}

.dkdeals-hero-chat-btn:hover {
    background: rgba(255, 255, 255, 0.18);
}

/* ============================================================
   FEATURE STRIP (8 icons)
   ============================================================ */
.dkdeals-features {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 16px;
    margin: 16px 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

.dkdeals-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    transition: all 0.2s;
    border-radius: 8px;
    cursor: pointer;
}

.dkdeals-feature:hover {
    background: #f8fafc;
}

.dkdeals-feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.dkdeals-feature-icon-flash  { background: #fef3c7; color: #f59e0b; }
.dkdeals-feature-icon-coupon { background: #fce7f3; color: #ec4899; }
.dkdeals-feature-icon-bid    { background: #ede9fe; color: #8b5cf6; }
.dkdeals-feature-icon-offer  { background: #fed7aa; color: #f97316; }
.dkdeals-feature-icon-local  { background: #d1fae5; color: #10b981; }
.dkdeals-feature-icon-event  { background: #fee2e2; color: #ef4444; }
.dkdeals-feature-icon-cultural { background: #dbeafe; color: #3b82f6; }
.dkdeals-feature-icon-promoted { background: #fef9c3; color: #ca8a04; }

.dkdeals-feature-body {
    min-width: 0;
}

.dkdeals-feature-title {
    font-size: 11.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
}

.dkdeals-feature-desc {
    font-size: 9.5px;
    color: #64748b;
    margin: 1px 0 0;
    line-height: 1.2;
}

/* ============================================================
   MAIN GRID (Center + Right Sidebar)
   ============================================================ */
.dkdeals-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    padding-bottom: 0px;
}

.dkdeals-center,
.dkdeals-right {
    min-width: 0;
}

/* ============================================================
   CONTENT CARD (used everywhere)
   ============================================================ */
.dkdeals-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 16px;
    border: 1px solid #f1f5f9;
}

.dkdeals-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 10px;
}

.dkdeals-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dkdeals-card-title-icon {
    color: #f59e0b;
    font-size: 14px;
}

.dkdeals-card-title-sub {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    margin-top: 2px;
}

.dkdeals-card-link {
    font-size: 12px;
    font-weight: 700;
    color: #3b82f6 !important;
    white-space: nowrap;
}

.dkdeals-card-link:hover {
    color: #2563eb !important;
}

/* ============================================================
   SHOP BY CATEGORY (horizontal scrolling pills)
   ============================================================ */
.dkdeals-cats {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0;
    min-width: 0;
    width: 100%;
}

.dkdeals-cats::-webkit-scrollbar {
    display: none;
}

.dkdeals-cat {
    flex: 0 0 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #334155;
    transition: all 0.2s;
    text-decoration: none !important;
}

.dkdeals-cat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.2s;
}

.dkdeals-cat:hover .dkdeals-cat-icon {
    transform: translateY(-3px);
    border-color: #ef4444;
    color: #ef4444;
}

.dkdeals-cat-name {
    font-size: 10.5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    color: #334155;
}

.dkdeals-cat:hover .dkdeals-cat-name {
    color: #ef4444;
}

/* ============================================================
   FLASH DEALS / PRODUCT CARDS (with countdown)
   ============================================================ */
.dkdeals-flash-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.dkdeals-product {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.2s;
    position: relative;
}

.dkdeals-product:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.dkdeals-product-media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f8fafc;
    overflow: hidden;
}

.dkdeals-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dkdeals-product-timer {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #ffffff;
    color: #0f172a;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 7px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.3px;
}

.dkdeals-product-discount {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 7px;
    border-radius: 4px;
}

.dkdeals-product-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.dkdeals-product-name {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 31px;
}

.dkdeals-product-price-row {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    flex-wrap: wrap;
}

.dkdeals-product-price {
    font-size: 13px;
    font-weight: 900;
    color: #ef4444;
}

.dkdeals-product-price-old {
    font-size: 10px;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 600;
}

.dkdeals-product-meta {
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.dkdeals-product-meta-online {
    color: #10b981;
}
.dkdeals-product-meta-online::before {
    content: '●';
    margin-right: 3px;
}

.dkdeals-product-meta-stock {
    color: #ef4444;
}

.dkdeals-product-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: auto;
}

.dkdeals-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    font-size: 10.5px;
    font-weight: 800;
    padding: 7px 6px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.15;
    white-space: nowrap;
}

.dkdeals-btn-orange {
    background: #f97316;
    color: #ffffff !important;
}
.dkdeals-btn-orange:hover { background: #ea580c; }

.dkdeals-btn-outline {
    background: #ffffff;
    color: #0f172a !important;
    border: 1px solid #e5e7eb;
}
.dkdeals-btn-outline:hover { border-color: #94a3b8; background: #f8fafc; }

.dkdeals-btn-purple {
    background: #8b5cf6;
    color: #ffffff !important;
}
.dkdeals-btn-purple:hover { background: #7c3aed; }

.dkdeals-btn-full {
    grid-column: 1 / -1;
}

/* ============================================================
   LIVE BIDDING & MAKE OFFER (two side-by-side cards)
   ============================================================ */
.dkdeals-two-col {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.dkdeals-bid-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.dkdeals-bid-card .dkdeals-product-discount {
    background: #8b5cf6;
}

.dkdeals-bid-info {
    font-size: 10px;
    color: #475569;
    font-weight: 700;
}

.dkdeals-bid-current {
    font-size: 13px;
    font-weight: 900;
    color: #0f172a;
    margin: 1px 0;
}

.dkdeals-bid-time {
    font-size: 10px;
    color: #f97316;
    font-weight: 700;
    margin-top: 1px;
}

.dkdeals-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.dkdeals-offer-savings {
    font-size: 9.5px;
    color: #64748b;
    font-weight: 700;
}

/* ============================================================
   LOCAL SAVINGS & EVENT DEALS (5 + 4 cards)
   ============================================================ */
.dkdeals-local-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.dkdeals-event-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.dkdeals-local-card .dkdeals-product-media,
.dkdeals-event-card .dkdeals-product-media {
    aspect-ratio: 1.2 / 1;
}

.dkdeals-local-card .dkdeals-product-body,
.dkdeals-event-card .dkdeals-product-body {
    padding: 8px;
}

.dkdeals-discount-pct {
    font-size: 11px;
    font-weight: 800;
    color: #ef4444;
}

.dkdeals-rating {
    font-size: 10px;
    color: #f59e0b;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.dkdeals-rating-count {
    color: #94a3b8;
    font-weight: 600;
}

/* ============================================================
   CULTURAL MARKET DEALS (with tabs)
   ============================================================ */
.dkdeals-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.dkdeals-tabs::-webkit-scrollbar {
    display: none;
}

.dkdeals-tab {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #475569;
    font-size: 11.5px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    text-decoration: none !important;
    flex-shrink: 0;
}

.dkdeals-tab:hover { background: #f8fafc; color: #0f172a; }

.dkdeals-tab.active {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

.dkdeals-cultural-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.dkdeals-cultural-card .dkdeals-product-tag {
    font-size: 9.5px;
    color: #f97316;
    font-weight: 700;
    margin-top: 4px;
}

/* ============================================================
   FULL-WIDTH ROW (Cultural Market Deals + Promoted Deals)
   Sits below the main grid, spanning the full content width.
   ============================================================ */
.dkdeals-full-row {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .dkdeals-full-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   PROMOTED DEALS (seller cards — 3 horizontal cards in the row)
   ============================================================ */
.dkdeals-promoted-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 1199px) {
    .dkdeals-promoted-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .dkdeals-promoted-grid {
        grid-template-columns: 1fr;
    }
}

.dkdeals-seller-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 16px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
    min-height: 92px;
}

.dkdeals-seller-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #ef4444, #f97316);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.dkdeals-seller-card:hover {
    transform: translateY(-2px);
    border-color: #fecaca;
    box-shadow: 0 10px 24px -8px rgba(15, 23, 42, 0.1);
}

.dkdeals-seller-card:hover::before {
    opacity: 1;
}

.dkdeals-seller-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a855f7, #ec4899);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    flex-shrink: 0;
    box-shadow:
        0 6px 14px -4px rgba(168, 85, 247, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    letter-spacing: -0.3px;
    border: 2px solid #ffffff;
}

.dkdeals-seller-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.dkdeals-seller-name {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dkdeals-seller-tag {
    font-size: 11px;
    color: #64748b;
    margin: 0 0 4px;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dkdeals-seller-offer {
    font-size: 12px;
    font-weight: 800;
    color: #ef4444;
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dkdeals-seller-btn {
    background: #ef4444;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    padding: 7px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    align-self: flex-start;
    box-shadow: 0 2px 6px -1px rgba(239, 68, 68, 0.35);
    line-height: 1;
}

.dkdeals-seller-btn:hover {
    background: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px -2px rgba(239, 68, 68, 0.5);
}

.dkdeals-seller-btn::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    transition: transform 0.2s;
    line-height: 1;
}

.dkdeals-seller-btn:hover::after {
    transform: translateX(3px);
}

/* ============================================================
   RIGHT SIDEBAR — HOT COUPONS
   ============================================================ */
.dkdeals-coupon-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.dkdeals-coupon {
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.dkdeals-coupon-pct {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
    text-align: center;
    min-width: 50px;
}

.dkdeals-coupon-off {
    display: block;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.dkdeals-coupon-body {
    flex: 1;
    min-width: 0;
}

.dkdeals-coupon-name {
    font-size: 12px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
}

.dkdeals-coupon-meta {
    font-size: 9.5px;
    color: #64748b;
    margin: 2px 0;
    line-height: 1.3;
}

.dkdeals-coupon-code {
    font-size: 10.5px;
    font-weight: 800;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
}

.dkdeals-coupon-btn {
    font-size: 10.5px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    color: #ffffff !important;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
}

.dkdeals-coupon-btn::before {
    content: '\f0c4';
    font-family: 'FontAwesome';
    font-size: 10px;
}

/* Coupon color variants */
.dkdeals-coupon-orange { background: #fff7ed; }
.dkdeals-coupon-orange .dkdeals-coupon-pct { color: #f97316; }
.dkdeals-coupon-orange .dkdeals-coupon-btn { background: #f97316; }

.dkdeals-coupon-green { background: #f0fdf4; }
.dkdeals-coupon-green .dkdeals-coupon-pct { color: #16a34a; }
.dkdeals-coupon-green .dkdeals-coupon-btn { background: #16a34a; }

.dkdeals-coupon-blue { background: #eff6ff; }
.dkdeals-coupon-blue .dkdeals-coupon-pct { color: #2563eb; }
.dkdeals-coupon-blue .dkdeals-coupon-btn { background: #2563eb; }

.dkdeals-coupon-red { background: #fef2f2; }
.dkdeals-coupon-red .dkdeals-coupon-pct { color: #dc2626; }
.dkdeals-coupon-red .dkdeals-coupon-btn { background: #dc2626; }

.dkdeals-coupon-pink { background: #fdf2f8; }
.dkdeals-coupon-pink .dkdeals-coupon-pct { color: #db2777; }
.dkdeals-coupon-pink .dkdeals-coupon-btn { background: #db2777; }

.dkdeals-coupon-purple { background: #faf5ff; }
.dkdeals-coupon-purple .dkdeals-coupon-pct { color: #9333ea; }
.dkdeals-coupon-purple .dkdeals-coupon-btn { background: #9333ea; }

.dkdeals-coupon-amber { background: #fffbeb; }
.dkdeals-coupon-amber .dkdeals-coupon-pct { color: #d97706; }
.dkdeals-coupon-amber .dkdeals-coupon-btn { background: #d97706; }

/* ============================================================
   ACTIVITY FEED
   ============================================================ */
.dkdeals-activity-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dkdeals-activity {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}
.dkdeals-activity:last-child { border-bottom: none; padding-bottom: 0; }

.dkdeals-activity-text {
    font-size: 11.5px;
    color: #475569;
    line-height: 1.35;
}

.dkdeals-activity-text strong {
    color: #0f172a;
    font-weight: 800;
}

.dkdeals-activity-time {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ============================================================
   FEATURED SELLER PROMO (dark card)
   ============================================================ */
.dkdeals-featured-seller {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    border-radius: 12px;
    padding: 18px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.dkdeals-featured-seller::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, #fbbf24 1.5px, transparent 2px),
        radial-gradient(circle, #ef4444 1.5px, transparent 2px);
    background-size: 80px 80px, 100px 100px;
    background-position: 30% 20%, 70% 80%;
    opacity: 0.3;
    pointer-events: none;
}

.dkdeals-featured-seller > * {
    position: relative;
    z-index: 2;
}

.dkdeals-featured-title {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 4px;
}

.dkdeals-featured-sub {
    font-size: 11px;
    color: #cbd5e1;
    margin: 0 0 10px;
}

.dkdeals-featured-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    font-size: 11px;
    color: #e2e8f0;
}

.dkdeals-featured-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 0;
}

.dkdeals-featured-list i {
    color: #fbbf24;
    font-size: 10px;
}

.dkdeals-featured-btn {
    display: inline-block;
    background: #ef4444;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 800;
    padding: 9px 16px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.2s;
}

.dkdeals-featured-btn:hover { background: #dc2626; }

.dkdeals-featured-img {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 86px;
    height: 86px;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(239, 68, 68, 0.4));
    z-index: 1;
}

/* ============================================================
   BOTTOM CTA BANNER
   ============================================================ */
.dkdeals-bottom-cta {
    background:
        radial-gradient(circle at 90% 50%, rgba(239, 68, 68, 0.25), transparent 50%),
        linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    border-radius: 14px;
    padding: 22px 24px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    gap: 18px;
    align-items: center;
    margin: 16px 0 24px;
    position: relative;
    overflow: hidden;
}

.dkdeals-bottom-cta::after {
    content: '';
    position: absolute;
    right: 24px;
    bottom: 0;
    top: 0;
    width: 120px;
    background-image:
        radial-gradient(circle, #fbbf24 2px, transparent 3px),
        radial-gradient(circle, #ef4444 2px, transparent 3px);
    background-size: 50px 50px, 70px 70px;
    opacity: 0.4;
    pointer-events: none;
}

.dkdeals-bottom-cta > * { position: relative; z-index: 2; }

.dkdeals-bottom-cta-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dkdeals-bottom-cta-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fbbf24;
    flex-shrink: 0;
}

.dkdeals-bottom-cta-title {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    line-height: 1.1;
}

.dkdeals-bottom-cta-sub {
    font-size: 11px;
    color: #cbd5e1;
    margin: 2px 0 0;
}

.dkdeals-bottom-cta-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.dkdeals-bottom-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dkdeals-bottom-action-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    flex-shrink: 0;
}

.dkdeals-bottom-action-icon-1 { background: #f59e0b; }
.dkdeals-bottom-action-icon-2 { background: #f97316; }
.dkdeals-bottom-action-icon-3 { background: #3b82f6; }

.dkdeals-bottom-action-body { min-width: 0; }

.dkdeals-bottom-action-title {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
}

.dkdeals-bottom-action-link {
    background: #fbbf24;
    color: #1e1b4b !important;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    margin-top: 4px;
    display: inline-block;
    text-decoration: none !important;
}

.dkdeals-bottom-action-link-2 { background: #f97316; color: #ffffff !important; }
.dkdeals-bottom-action-link-3 { background: #3b82f6; color: #ffffff !important; }

.dkdeals-bottom-cta-end {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 18px;
    border-radius: 8px;
    transition: background 0.2s;
    text-decoration: none !important;
}

.dkdeals-bottom-cta-end:hover { background: rgba(255, 255, 255, 0.2); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    .dkdeals-main { grid-template-columns: minmax(0, 1fr) 280px; }
    .dkdeals-hero { grid-template-columns: 1fr 1fr; }
    .dkdeals-hero-chat { display: none; }
    .dkdeals-flash-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .dkdeals-cultural-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .dkdeals-features { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 991px) {
    .dkdeals-main { grid-template-columns: 1fr; }
    .dkdeals-right { display: none; }
    .dkdeals-mobile-toggle { display: inline-flex; }
    .dkdeals-nav { display: none; }
    .dkdeals-location { display: none; }
    .dkdeals-actions .dkdeals-action-label { display: none; }
    .dkdeals-actions .dkdeals-action { padding: 4px; }
    .dkdeals-actions { gap: 10px; }
    .dkdeals-cta-group .dkdeals-cta-signin { display: none; }
    .dkdeals-flash-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dkdeals-bid-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dkdeals-local-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dkdeals-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dkdeals-cultural-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dkdeals-promoted-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dkdeals-two-col { grid-template-columns: 1fr; }
    .dkdeals-bottom-cta { grid-template-columns: 1fr; gap: 14px; }
    .dkdeals-bottom-cta::after { display: none; }
    .dkdeals-bottom-cta-actions { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .dkdeals-hero { grid-template-columns: 1fr; padding: 18px; min-height: auto; }
    .dkdeals-hero-title { font-size: 26px; }
    .dkdeals-features { grid-template-columns: repeat(2, 1fr); padding: 12px; }
    .dkdeals-search { max-width: none; }
}

@media (max-width: 576px) {
    .dkdeals-header-inner { gap: 8px; }
    .dkdeals-brand-text { font-size: 20px; }
    .dkdeals-search { display: none; }
    .dkdeals-cta-sell { font-size: 11px; padding: 7px 12px; }
    .dkdeals-flash-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dkdeals-local-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dkdeals-cultural-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dkdeals-hero-products { grid-template-columns: repeat(2, 1fr); }
    .dkdeals-hero-products .dkdeals-hero-product:nth-child(3) { display: none; }
    .dkdeals-card { padding: 14px; }
    .dkdeals-card-title { font-size: 14px; }
    .dkdeals-hero-title { font-size: 22px; }
    .dkdeals-hero-btns .dkdeals-hero-btn { flex: 1 0 auto; }
    .dkdeals-bottom-cta { padding: 16px; }
    .dkdeals-bottom-cta-title { font-size: 16px; }
}

/* ============================================================
   LIVE BIDDING PAGE (.dklive-scope)
   Inherits the dkdeals palette: light gray bg, dark text,
   purple = bid action, orange = timer/highlight, green = live dot.
   ============================================================ */
.dklive-scope {
    padding: 20px 0 40px;
}

.dklive-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

/* ---------- Sidebar ---------- */
.dklive-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: start;   /* align the sidebar with the top of the hero in the grid row */
    margin: 0;
    min-width: 0;
}

/* Mobile filter trigger — hidden on desktop, shown when the sidebar collapses */
.dklive-mobile-filter-btn {
    display: none;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.dklive-mobile-filter-btn i { color: #8b5cf6; font-size: 14px; }

.dklive-mobile-filter-btn:active,
.dklive-mobile-filter-btn:hover {
    background: rgba(139, 92, 246, 0.06);
    border-color: rgba(139, 92, 246, 0.45);
    color: #0f172a;
}

/* Offcanvas drawer for filters on mobile */
.dklive-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1099;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.dklive-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.dklive-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85vw;
    max-width: 340px;
    background: #ffffff;
    z-index: 1100;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 2px 0 18px rgba(15, 23, 42, 0.15);
    display: flex;
    flex-direction: column;
}

.dklive-drawer.active { transform: translateX(0); }

.dklive-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #f1f5f9;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    flex-shrink: 0;
}

.dklive-drawer-close {
    background: transparent;
    border: none;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
}

.dklive-drawer-close:hover { color: #0f172a; }

.dklive-drawer-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

/* Within the drawer the side cards already use white bg — drop their outer border so
   they read as a single panel inside the white drawer. */
.dklive-drawer-body .dklive-side-card {
    border: none;
    box-shadow: none;
    padding: 0 0 12px;
    border-bottom: 1px solid #f1f5f9;
    border-radius: 0;
}

.dklive-drawer-body .dklive-side-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dklive-side-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 14px 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.dklive-side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.dklive-side-title {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.01em;
}

.dklive-side-collapse {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 12px;
    cursor: pointer;
    padding: 2px 4px;
    line-height: 1;
}

.dklive-side-collapse:hover { color: #475569; }

.dklive-cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dklive-cat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.15s, color 0.15s;
}

.dklive-cat:hover {
    background: #f8fafc;
    color: #0f172a;
}

.dklive-cat.active {
    background: rgba(139, 92, 246, 0.10);
    color: #7c3aed;
}

.dklive-cat-icon {
    width: 16px;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}

.dklive-cat.active .dklive-cat-icon { color: #7c3aed; }

.dklive-cat-name { flex: 1; }

.dklive-cat-count {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
}

.dklive-cat.active .dklive-cat-count { color: #7c3aed; }

.dklive-cat-viewall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px;
    color: #7c3aed;
    font-size: 12px;
    font-weight: 700;
    border-top: 1px solid #f1f5f9;
}

.dklive-cat-viewall:hover { color: #6d28d9; }

.dklive-status-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dklive-status {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
    position: relative;
    margin: 0;
}

.dklive-status:hover { background: #f8fafc; }

.dklive-status-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dklive-status-box {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    flex-shrink: 0;
    position: relative;
    transition: background 0.15s, border-color 0.15s;
}

.dklive-status-input:checked + .dklive-status-box {
    background: #8b5cf6;
    border-color: #8b5cf6;
}

.dklive-status-input:checked + .dklive-status-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M6.173 12.414 2.466 8.707l1.414-1.414 2.293 2.293 5.879-5.879 1.414 1.414z'/></svg>");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.dklive-status-name {
    font-size: 13px;
    color: #334155;
    font-weight: 600;
}

.dklive-reset-btn {
    width: 100%;
    margin-top: 12px;
    padding: 8px;
    background: transparent;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.dklive-reset-btn:hover {
    background: #f8fafc;
    color: #0f172a;
    border-color: #cbd5e1;
}

/* ---------- Hero row ---------- */
.dklive-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 16px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.dklive-hero-left {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.dklive-hero-badge {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.35);
}

.dklive-hero-badge-live {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: #ef4444;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
}

.dklive-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 4px;
    letter-spacing: -0.02em;
}

.dklive-hero-sub {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    font-weight: 500;
    max-width: 540px;
}

.dklive-hero-stats {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(139, 92, 246, 0.02));
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 12px;
    padding: 12px 16px;
    flex-shrink: 0;
}

.dklive-hero-stats-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(139, 92, 246, 0.15);
    color: #7c3aed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.dklive-hero-stats-num {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.dklive-hero-stats-label {
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
    margin-top: 2px;
}

.dklive-hero-stats-live {
    font-size: 10px;
    color: #10b981;
    font-weight: 700;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.dklive-hero-stats-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
    animation: dklive-pulse 1.6s infinite;
}

@keyframes dklive-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55); }
    70%  { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ---------- Filter bar ---------- */
.dklive-filterbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.dklive-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.dklive-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.dklive-pill i { font-size: 12px; color: #94a3b8; }

.dklive-pill:hover {
    border-color: #cbd5e1;
    color: #0f172a;
}

.dklive-pill:hover i { color: #64748b; }

.dklive-pill.active {
    background: #8b5cf6;
    border-color: #8b5cf6;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.35);
}

.dklive-pill.active i { color: #ffffff; }

.dklive-sort {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dklive-sort-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
    margin: 0;
}

.dklive-sort-select {
    position: relative;
}

.dklive-sort-select select {
    appearance: none;
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 30px 8px 12px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    min-width: 150px;
}

.dklive-sort-select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 10px;
    color: #94a3b8;
}

/* ---------- Auction grid + card ---------- */
.dklive-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.dklive-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.dklive-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
    border-color: #cbd5e1;
}

.dklive-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f1f5f9;
    overflow: hidden;
}

.dklive-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.dklive-card:hover .dklive-card-img { transform: scale(1.04); }

.dklive-card-timer {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ef4444;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 9px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.35);
    letter-spacing: 0.02em;
}

.dklive-card-timer i { font-size: 10px; }

.dklive-card-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s, transform 0.15s;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.dklive-card-fav:hover {
    background: #ffffff;
    color: #ef4444;
    transform: scale(1.05);
}

.dklive-card-fav.active { color: #ef4444; }

.dklive-card-body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dklive-card-name {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dklive-card-sub {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dklive-card-bidrow {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 4px;
}

.dklive-card-bidlabel {
    font-size: 10px;
    color: #64748b;
    font-weight: 700;
    margin: 0;
}

.dklive-card-price {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    margin: 2px 0 0;
    letter-spacing: -0.02em;
}

.dklive-card-bidcount {
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
}

.dklive-card-incrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-top: 1px dashed #e2e8f0;
    margin-top: 4px;
}

.dklive-card-incrow span {
    font-size: 10.5px;
    color: #64748b;
    font-weight: 700;
}

.dklive-card-incrow strong {
    font-size: 12px;
    color: #0f172a;
    font-weight: 800;
}

.dklive-card-btn {
    display: block;
    text-align: center;
    background: #8b5cf6;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
    border-radius: 8px;
    margin-top: 6px;
    transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
    letter-spacing: 0.01em;
}

.dklive-card-btn:hover {
    background: #7c3aed;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(139, 92, 246, 0.35);
}

/* ---------- How Live Bidding Works ---------- */
.dklive-howto {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 22px 24px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.dklive-howto-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 18px;
    text-align: center;
    letter-spacing: -0.01em;
}

.dklive-howto-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dklive-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.dklive-step-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(139, 92, 246, 0.10);
    color: #7c3aed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.dklive-step-num {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f97316;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(249, 115, 22, 0.4);
}

.dklive-step-title {
    font-family: 'Outfit', sans-serif;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 2px 0 3px;
    letter-spacing: -0.01em;
}

.dklive-step-desc {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .dklive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dklive-howto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dklive-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 16px; }
}

@media (max-width: 991px) {
    /* Collapse to single column — the desktop sidebar is replaced by a drawer. */
    .dklive-layout { grid-template-columns: 1fr; }
    .dklive-sidebar { display: none; }
    .dklive-mobile-filter-btn { display: inline-flex; }
    /* Hero stacks: title row spans full width, stats card spans full width below. */
    .dklive-hero { flex-wrap: wrap; align-items: flex-start; }
    .dklive-hero-left { width: 100%; }
    .dklive-hero-stats {
        width: 100%;
        margin: 0;
        justify-content: flex-start;
    }
    .dklive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dklive-filterbar { gap: 12px; }
    .dklive-pills { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
    .dklive-pills::-webkit-scrollbar { display: none; }
    .dklive-pills { scrollbar-width: none; }
    .dklive-pill { flex-shrink: 0; }
}

@media (max-width: 576px) {
    .dklive-scope { padding: 14px 0 32px; }
    .dklive-hero { padding: 14px; gap: 12px; }
    .dklive-hero-left { gap: 12px; }
    .dklive-hero-badge { width: 46px; height: 46px; font-size: 18px; border-radius: 12px; }
    .dklive-hero-title { font-size: 18px; }
    .dklive-hero-sub { font-size: 12px; }
    .dklive-hero-stats { padding: 10px 12px; }
    .dklive-hero-stats-num { font-size: 18px; }
    .dklive-filterbar { flex-direction: column; align-items: stretch; }
    .dklive-sort { justify-content: space-between; }
    .dklive-sort-select select { min-width: 0; width: 100%; }
    .dklive-grid { grid-template-columns: 1fr; gap: 12px; }
    .dklive-card-name { font-size: 13.5px; }
    .dklive-howto { padding: 16px; }
    .dklive-howto-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* ============================================================
   DEKODEALS NAVBAR — Responsive tweaks
   The nav already scrolls horizontally on overflow (overflow-x: auto).
   Tighten spacing / add fade indicators on smaller screens so the
   horizontal scroll is more obvious to users.
   ============================================================ */
@media (max-width: 991px) {
    .dkdeals-nav-inner { gap: 18px; }
    .dkdeals-nav-link { font-size: 13px; padding: 12px 0; }
    /* Edge fade so the user sees there's more to scroll */
    .dkdeals-nav { position: relative; }
    .dkdeals-nav::before,
    .dkdeals-nav::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 24px;
        pointer-events: none;
        z-index: 2;
    }
    .dkdeals-nav::before {
        left: 0;
        background: linear-gradient(to right, #0b0f1a, rgba(11, 15, 26, 0));
    }
    .dkdeals-nav::after {
        right: 0;
        background: linear-gradient(to left, #0b0f1a, rgba(11, 15, 26, 0));
    }
}

@media (max-width: 576px) {
    .dkdeals-nav-inner { gap: 14px; }
    .dkdeals-nav-link { font-size: 12.5px; padding: 11px 0; }
    .dkdeals-nav-pill { font-size: 8.5px; padding: 2px 5px; }
}

