:root {
    --dm-dark: #101418;
    --dm-muted: #6b7280;
    --dm-border: #e5e7eb;
    --dm-bg: #f5f7fb;
    --dm-card: #ffffff;
    --dm-accent: #16a34a;
    --dm-accent-dark: #0f7a34;
    --dm-gold: #d4a017;
}

body {
    background: var(--dm-bg);
    color: var(--dm-dark);
}

.navbar,
.header,
.site-header {
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.container {
    max-width: 1280px;
}

.facade {
    padding-top: 18px;
}

.section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.subtitle {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--dm-dark);
    margin-bottom: 1rem;
}

.slides {
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #111827, #1f2937);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.slide {
    min-height: 330px;
}

.slide-title {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.slide-subtitle {
    color: #e5e7eb;
}

.slide-button,
.button.is-primary {
    background: var(--dm-accent) !important;
    border-color: var(--dm-accent) !important;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.25);
}

.brand-slide-tiles,
.product-slide-tiles,
.outlet-slide-tiles {
    gap: 14px;
}

.brand-slide-tile,
.product-slide-tile,
.outlet-slide-tile {
    background: var(--dm-card);
    border: 1px solid var(--dm-border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.brand-slide-tile:hover,
.product-slide-tile:hover,
.outlet-slide-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.product-slide-tile a {
    padding: 14px;
}

.product-image {
    border-radius: 16px;
    background: #f8fafc;
    object-fit: contain;
}

.product-brand-logo {
    max-height: 26px;
    object-fit: contain;
}

.product-discount {
    background: #ef4444 !important;
    border-radius: 999px;
    font-weight: 900;
}

.name {
    font-weight: 800;
    color: var(--dm-dark);
    min-height: 42px;
}

.prices .price,
.price {
    color: var(--dm-accent-dark);
    font-weight: 900;
}

.price.is-striked {
    color: var(--dm-muted);
    font-weight: 600;
}

.outlet-slide-tile {
    padding: 14px;
}

.footer {
    background: #0f172a;
    color: #e5e7eb;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .facade {
        padding-top: 10px;
    }

    .section {
        padding: 1rem .75rem;
    }

    .slides {
        border-radius: 18px;
    }

    .slide {
        min-height: 240px;
    }

    .slide-title {
        font-size: 1.55rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    .product-slide-tile,
    .brand-slide-tile,
    .outlet-slide-tile {
        border-radius: 16px;
    }
}
