/* ================================================
   BC-GAMES - GAMING THEME
   Dark UI · Bleu logo · Accents néon
   ================================================ */

:root {
    /* Bleu logo BC-GAMES */
    --brand-blue: #2B2BFF;
    --primary-color: var(--brand-blue);
    --primary-dark: #1a1acc;
    --primary-darker: #1212a0;
    --primary-deep: #08081a;
    --primary-light: #6b6bff;
    --accent-neon: #00f0ff;
    --accent-yellow: #ffee00;
    --accent-on-yellow: #0a0a12;
    --primary-alpha-08: rgba(43, 43, 255, 0.14);
    --primary-alpha-10: rgba(43, 43, 255, 0.2);
    --primary-alpha-12: rgba(43, 43, 255, 0.28);
    --neon-alpha: rgba(0, 240, 255, 0.12);
    --secondary-color: var(--primary-darker);
    --overlay-backdrop: rgba(4, 4, 14, 0.78);
    --gradient-brand: linear-gradient(135deg, #08081a 0%, #2b2bff 55%, #00f0ff 120%);
    --gradient-menu: linear-gradient(165deg, #07070f 0%, #1818a8 45%, #2b2bff 100%);
    --gradient-footer: linear-gradient(180deg, #08081a 0%, #030308 100%);
    --gradient-hero: radial-gradient(ellipse 90% 60% at 50% -10%, rgba(43, 43, 255, 0.22), transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 30%, rgba(0, 240, 255, 0.07), transparent 50%);

    /* Surfaces sombres */
    --text-dark: #ececff;
    --text-light: #a8a8c8;
    --text-muted: #6e6e98;
    --bg-primary: #12121c;
    --bg-secondary: #1a1a28;
    --bg-tertiary: #07070f;
    --bg-elevated: #222234;
    --border-color: #2c2c44;
    --border-accent: rgba(43, 43, 255, 0.5);

    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.45);
    --shadow-md: 0 8px 28px rgba(0, 0, 0, 0.5);
    --shadow-lg: 0 12px 36px rgba(0, 0, 0, 0.55);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.65);
    --shadow-glow: 0 0 28px rgba(43, 43, 255, 0.35);
    --shadow-neon: 0 0 18px rgba(0, 240, 255, 0.35);
    --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --header-height: 72px;
    --famille-nav-height: 0px;
    --catalog-nav-offset: var(--header-height);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 10px;

    /* Typographie gamer */
    --font-body: 'Exo 2', system-ui, sans-serif;
    --font-display: 'Rajdhani', 'Exo 2', system-ui, sans-serif;
    --text-xs: 0.75rem;
    --text-sm: 0.8125rem;
    --text-base: 0.9375rem;
    --text-lg: 1.0625rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
}

/* ================================================
   BASE STYLES
   ================================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-tertiary);
    background-image: var(--gradient-hero);
    background-attachment: fixed;
    color: var(--text-dark);
    line-height: 1.55;
    font-size: var(--text-base);
    font-weight: 400;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

a, a:visited, a:link {
    color: var(--primary-light);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--accent-neon);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ================================================
   TYPOGRAPHY
   ================================================ */

h1, h2, h3, h4, h5, h6,
.catalog-popup__title,
.catalog-section__title {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

h1 {
    font-size: var(--text-3xl);
    font-weight: 700;
    margin: 20px 0;
    color: var(--text-dark);
    letter-spacing: -0.03em;
    line-height: 1.2;
}

h2 {
    font-size: var(--text-2xl);
    font-weight: 700;
    margin: 18px 0;
    color: var(--text-dark);
    letter-spacing: -0.02em;
    line-height: 1.25;
}

h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: var(--text-xl);
    font-weight: 600;
    margin: 0;
    padding: 24px 20px 12px;
    color: var(--text-dark);
    text-transform: none;
    letter-spacing: -0.01em;
    border-top: 1px solid var(--border-color);
    text-align: center;
    line-height: 1.3;
}

h3 a {
    color: var(--text-dark);
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    transition: var(--transition);
}

h3 a:hover {
    color: var(--primary-color);
    background: var(--primary-alpha-08);
}

h3 .zoomh {
    font-size: var(--text-lg);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.submenu {
    color: var(--text-muted);
    font-size: var(--text-sm);
    font-weight: 500;
    padding: 6px 14px;
    margin: 0;
    line-height: 1.4;
    border-radius: 999px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    text-transform: none;
}

.submenu:hover {
    color: white;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

h4 {
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--primary-color);
    margin: 14px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 8px;
    line-height: 1.3;
}

h5 {
    font-size: var(--text-base);
    font-weight: 600;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 14px 0 8px 0;
}

h6 {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--text-muted);
}

p {
    margin: 10px 0;
    color: var(--text-light);
    line-height: 1.6;
}

.titre,
.boxarts .titre {
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.price,
.boxarts .price,
.listarts .price,
.listarts__price {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.price-promo {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    color: var(--accent-on-yellow);
    background: var(--accent-yellow);
    border-radius: 7px;
    font-weight: 700;
}

.ligne,
.ligne a,
.navbar,
.descriptif {
    font-family: var(--font-body);
}

.ligne {
    font-size: var(--text-lg);
    font-weight: 500;
}

.descriptif {
    font-size: var(--text-sm);
    line-height: 1.5;
}

/* ================================================
   LAYOUT & CONTAINER
   ================================================ */

.maincontent {
    max-width: 1280px;
    width: calc(100% - 24px);
    background: var(--bg-primary);
    margin: calc(var(--header-height) + 12px) auto 20px;
    padding: 0;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md), var(--shadow-glow);
    border-radius: var(--radius-lg);
    overflow-x: clip;
    overflow-y: visible;
}

.content {
    padding: 30px 20px;
}

/* ================================================
   TOP MENU / HEADER
   ================================================ */

.topmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 16px 10px 80px;
    background: rgba(7, 7, 15, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border-accent);
    box-shadow: var(--shadow-sm), 0 1px 0 rgba(0, 240, 255, 0.12);
}

.topmenu-bar {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    width: 100%;
}

.topmenu-bar > .topmenu-logo,
.topmenu-bar > .topmenu-search-form,
.topmenu-bar > .topmenu-search-wrap,
.topmenu-bar > .topmenu-actions {
    align-self: center;
}

.topmenu-search-form {
    display: flex;
    align-items: center;
    align-self: center;
}

.topmenu-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.topmenu-logo img {
    width: auto;
    height: 44px;
    max-width: min(160px, 42vw);
    object-fit: contain;
    display: block;
}

.topmenu-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.topmenu-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    color: var(--text-dark);
    border: 1px solid transparent;
    transition: var(--transition);
    flex-shrink: 0;
}

.topmenu-action:hover {
    background: var(--primary-alpha-10);
    border-color: var(--border-accent);
    color: var(--accent-neon);
    box-shadow: var(--shadow-glow);
}

.topmenu-action img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.topmenu-action--facebook img {
    width: 22px;
    height: 22px;
}

.topmenu-action-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.topmenu-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.topmenu-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    background: transparent;
    color: var(--text-dark);
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.topmenu-search-toggle:hover,
.topmenu-search-wrap.is-open .topmenu-search-toggle {
    background: var(--primary-alpha-10);
    border-color: var(--border-accent);
    color: var(--accent-neon);
}

.topmenu-search-toggle__icon {
    display: block;
}

.topmenu-search-form {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    border: none;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: width 0.3s ease, opacity 0.25s ease, transform 0.25s ease;
}

.topmenu-search-form:not([hidden]) {
    display: flex;
}

.topmenu-search-form:focus-within {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-md), 0 0 20px rgba(0, 240, 255, 0.15);
}

.topmenu-search-wrap:not(.is-open) .topmenu-search-form {
    width: 0;
    min-width: 0;
    opacity: 0;
    pointer-events: none;
    border-width: 0;
    padding: 0;
}

.topmenu-search-wrap.is-open .topmenu-search-form {
    width: min(280px, calc(100vw - 100px));
    opacity: 1;
    pointer-events: auto;
    border-width: 1px;
}

.zsearch {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: none;
    background: transparent;
    font-size: 15px;
    color: var(--text-dark);
    outline: none;
}

.zsearch::placeholder {
    color: var(--text-muted);
}

.zsearchbutton {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.zsearchbutton:hover {
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    box-shadow: var(--shadow-glow);
}

.zsearch-icon {
    display: block;
}

/* Mobile : panneau recherche sous le header */
@media (max-width: 900px) {
    html {
        font-size: 17px;
    }

    :root {
        --header-height: 60px;
        --text-base: 1rem;
        --text-sm: 0.875rem;
        --text-lg: 1.125rem;
        --text-xl: 1.35rem;
        --text-2xl: 1.65rem;
        --text-3xl: 2rem;
    }

    .topmenu {
        padding: 0 10px 10px 54px;
    }

    .topmenu-bar {
        min-height: 56px;
    }

    .topmenu-logo img {
        height: 46px;
        max-width: 150px;
    }

    .topmenu-action,
    .topmenu-search-toggle {
        width: 44px;
        height: 44px;
    }

    .topmenu-action img {
        width: 24px;
        height: 24px;
    }

    .maincontent {
        width: 100%;
        margin-top: calc(var(--header-height) + 8px);
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .topmenu-search-wrap.is-open .topmenu-search-form {
        position: fixed;
        top: calc(var(--header-height) + 6px);
        left: 10px;
        right: 10px;
        width: auto;
        z-index: 1001;
    }

    .zsearch {
        height: 46px;
        font-size: 16px;
    }

    .zsearchbutton {
        width: 46px;
        height: 46px;
    }
}

/* Desktop : logo | actions (recherche repliable dans les actions) */
@media (min-width: 901px) {
    :root {
        --header-height: 64px;
    }

    .topmenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 8px 20px 8px 80px;
        min-height: var(--header-height);
    }

    .topmenu-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
        gap: 16px;
        min-height: 0;
        width: 100%;
    }

    .topmenu-logo img {
        height: 48px;
        max-width: 180px;
    }

    .topmenu-actions {
        gap: 6px;
    }

    .topmenu-search-wrap.is-open .topmenu-search-form {
        position: absolute;
        right: 44px;
        top: 50%;
        transform: translateY(-50%);
        width: min(320px, 42vw);
        z-index: 1001;
    }

    .topmenu-action {
        width: auto;
        height: auto;
        padding: 6px 10px;
        gap: 6px;
    }

    .topmenu-action-label {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        clip: auto;
        overflow: visible;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
    }

    .offcanvas-menu > label.toogle-open {
        top: 16px;
    }
}

/* ================================================
   PRODUCT CARDS - GRID VIEW (boxarts)
   ================================================ */

.boxarts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin: 20px;
    padding: 20px;
    background: transparent;
}

.boxarts div {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-secondary) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

.boxarts div:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-glow);
    border-color: var(--primary-color);
}

.boxarts a {
    display: contents;
}

.boxarts.product-grid .product-card__media {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.boxarts.product-grid .product-card__media {
    background: #fff !important;
}

.boxarts.product-grid .product-card__media img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 180px !important;
    margin: 0 auto;
    object-fit: contain !important;
    object-position: center;
    opacity: 1 !important;
    background: #fff !important;
    transition: var(--transition);
}

.boxarts.product-grid .product-card__media--no-photo .article-img--placeholder {
    max-width: 80px;
    max-height: 80px;
    opacity: 1 !important;
}

img[src*="nophoto"] {
    object-fit: contain;
    background: #f4f5fa;
    padding: 12px;
    box-sizing: border-box;
}

.boxarts div:hover img {
    transform: scale(1.05);
}

.boxarts .titre {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 12px 12px 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.boxarts .pricebox {
    padding: 12px;
    background: var(--bg-secondary);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price {
    color: var(--accent-neon);
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(0, 240, 255, 0.35);
}

.price sup {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.boxarts .pricebox img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-top: 8px;
}

/* ================================================
   PRODUCT LIST - DETAILED VIEW (listarts)
   ================================================ */

.listarts {
    margin: 16px;
    padding: 0;
}

.listarts__item {
    margin: 0 0 14px;
    padding: 16px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    transition: var(--transition);
}

.listarts__item:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-glow);
}

.listarts__top {
    display: grid;
    grid-template-columns: minmax(100px, 130px) minmax(0, 1fr);
    gap: 14px 16px;
    align-items: start;
}

.listarts__media {
    display: block;
}

.listarts__media img:not(.article-no-photo__icon) {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--radius-md);
    background: var(--bg-elevated);
}

.listarts__media .article-no-photo__icon {
    width: 36px;
    height: 36px;
    max-height: 36px;
    aspect-ratio: auto;
    object-fit: contain;
    background: transparent;
}

.listarts__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
}

.listarts__price-block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
    gap: 6px 10px;
}

.listarts__price {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-neon);
    line-height: 1.1;
}

.listarts__price--old {
    font-size: 1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.listarts__badge {
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--accent-neon);
    padding: 4px 8px;
    border-radius: var(--radius-sm);
    background: rgba(0, 240, 255, 0.1);
    border: 1px solid rgba(0, 240, 255, 0.3);
}

.listarts__cart {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    color: #fff;
    font-size: var(--text-sm);
    font-weight: 700;
    font-family: var(--font-display);
    text-transform: uppercase;
}

.listarts__cart:hover {
    color: #fff;
    box-shadow: var(--shadow-glow);
}

.listarts__cart img {
    filter: brightness(0) invert(1);
}

.listarts__occaz,
.listarts__soon {
    font-size: var(--text-sm);
    color: var(--text-light);
    text-align: right;
}

.listarts__title {
    display: block;
    margin: 12px 0 0;
    padding: 0;
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-dark);
    text-transform: none;
    letter-spacing: -0.01em;
}

.listarts__title:hover {
    color: var(--primary-light);
}

.listarts__desc {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}

.listarts__desc.miniparaf {
    font-size: var(--text-sm);
    color: var(--text-light);
    line-height: 1.6;
    max-height: none;
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
}

.descriptif {
    font-size: var(--text-sm);
    color: var(--text-light);
    line-height: 1.5;
}

/* ================================================
   BUTTONS & INTERACTIONS
   ================================================ */

.buttonline {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid var(--primary-color);
}

.buttonline:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    box-shadow: var(--shadow-md);
}

.validbutton,
.buttonline,
.zsearchbutton {
    font-weight: 600;
    letter-spacing: -0.01em;
}

.validbutton {
    padding: 14px 24px;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    background: var(--primary-color);
    width: auto;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    border-radius: 6px;
    box-shadow: var(--shadow-md);
}

.validbutton:hover {
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

.zoomh {
    border-radius: var(--radius-sm);
    color: white;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    display: inline-block;
    padding: 10px 16px;
    font-weight: 600;
    margin: 4px;
    transition: var(--transition);
}

.zoomh:hover {
    background: var(--primary-dark);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

/* ================================================
   FORMS & INPUTS
   ================================================ */

input, select, textarea {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    transition: var(--transition);
    background: var(--bg-primary);
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px var(--primary-alpha-10);
}

.clientform input, .clientform select {
    color: var(--text-dark);
    display: block;
    padding: 12px 14px;
    margin: 12px 0;
    min-width: 250px;
    font-size: 16px;
    background: var(--bg-secondary);
}

.clientform label {
    text-align: left;
    display: block;
    font-weight: 600;
    margin-top: 12px;
    color: var(--text-dark);
}

.payform input {
    min-width: 200px;
    background: var(--secondary-color);
    color: white;
    padding: 12px 14px;
    margin: 8px;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--secondary-color);
    transition: var(--transition);
    cursor: pointer;
}

.payform input:hover {
    background: white;
    color: var(--secondary-color);
}

.multiselect {
    position: relative;
}

.selectBox {
    position: relative;
}

.selectBox select {
    font-size: 14px;
    margin: 10px;
    width: 140px;
    padding: 10px;
    border-radius: 6px;
}

.checkboxes {
    overflow-y: auto;
    display: none;
    margin-left: 10px;
    border: 1px solid var(--border-color);
    background: var(--bg-primary);
    max-height: 250px;
    border-radius: 6px;
    width: 77%;
}

.checkboxes label {
    display: block;
    font-size: 14px;
    color: var(--text-light);
    padding: 10px 12px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
    cursor: pointer;
}

.checkboxes label:hover {
    background-color: var(--primary-alpha-10);
    color: var(--primary-color);
}

/* ================================================
   SIDEBAR & MENUS
   ================================================ */

.leftmenu {
    margin-top: 16px;
    padding: 0;
}

.leftmenu:first-child {
    margin-top: 0;
}

.leftmenu > h4 {
    background: var(--bg-secondary);
    padding: 12px 16px;
    margin: 0;
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid var(--primary-color);
}

.leftmenu > h4 a {
    color: var(--primary-color);
    display: inline-block;
}

.leftmenu > p {
    margin: 0;
    border-bottom: 1px solid var(--border-color);
}

.leftmenu p a {
    display: block;
    padding: 12px 16px;
    color: var(--text-light);
    font-weight: 500;
    transition: var(--transition);
}

.leftmenu p a:hover {
    background: var(--bg-secondary);
    color: var(--primary-color);
    padding-left: 20px;
}

/* ================================================
   GRID LAYOUT - TWO COLUMNS
   ================================================ */

.row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 0;
}

.row a {
    display: contents;
}

.column1,
.column2 {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.column1 {
    flex: 25%;
    text-align: left;
    padding: 20px;
    background: var(--bg-secondary);
    border-radius: 8px;
}

.column2 {
    flex: 75%;
    padding: 20px;
}

@media (max-width: 768px) {
    .column1 {
        flex: 100%;
    }
    .column2 {
        flex: 100%;
    }
}

/* ================================================
   UTILITIES
   ================================================ */

.light {
    background: rgba(234, 255, 0, 0.3);
    padding: 6px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.lightgreen {
    background: rgba(184, 255, 189, 0.4);
    padding: 6px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.warning {
    background: #dc3545;
    color: white;
    padding: 12px 16px;
    margin: 12px 0;
    border-radius: 6px;
    font-weight: 500;
}

.total {
    background: var(--secondary-color);
    color: white;
    padding: 12px 16px;
    margin: 8px 0;
    border-radius: 6px;
    font-weight: 600;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 10000;
    padding: 12px 20px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 8px 0;
    text-decoration: none;
}

.skip-link:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}

body.menu-open {
    overflow: hidden;
}

.offcanvas-menu__backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1001;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
}

body.menu-open .offcanvas-menu__backdrop,
.offcanvas-menu__checkbox:checked ~ .offcanvas-menu__backdrop {
    display: block;
}

.breadcrumb {
    margin: 12px 16px 4px;
    padding: 10px 14px;
    background: var(--bg-secondary);
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--text-sm);
}

.breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb__link {
    color: var(--primary-color);
    font-weight: 600;
}

.breadcrumb__link:hover {
    text-decoration: underline;
}

.breadcrumb__current {
    color: var(--text-dark);
    font-weight: 600;
}

.breadcrumb__sep {
    color: var(--text-muted);
    font-weight: 400;
    user-select: none;
}

.breadcrumb-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 16px 12px;
}

.breadcrumb-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--primary-color);
    background: var(--primary-alpha-08);
    border: 1px solid var(--primary-color);
    border-radius: 999px;
}

.breadcrumb-filter:hover {
    background: var(--primary-color);
    color: #fff;
}

.famille-quick-nav {
    position: sticky;
    top: var(--header-height);
    z-index: 48;
    margin: 0;
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.famille-quick-nav__bar {
    border-bottom: none;
}

.famille-quick-nav__scroll,
.famille-quick-nav .site-tabs__wrap {
    display: none;
}

.catalog-page:has(.famille-quick-nav) {
    --catalog-nav-offset: calc(var(--header-height) + var(--famille-nav-height));
}

.catalog-nav-tools {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-secondary);
    position: sticky;
    top: var(--catalog-nav-offset);
    z-index: 40;
}

.catalog-nav-tools__chips {
    flex: 1;
    min-width: 0;
    margin: 0;
}

.catalog-nav-tools .catalog-popup-trigger {
    flex-shrink: 0;
    margin: 8px 12px 8px 0;
}

.catalog-section[id] {
    scroll-margin-top: calc(var(--header-height) + 56px);
}

.home-cat-nav__link.is-active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.back-to-top {
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 900;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top:hover {
    background: var(--primary-dark);
}

.navbar {
    margin: 12px 0;
    padding: 12px 16px;
    background: var(--bg-secondary);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.navbar a {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-weight: 600;
}

.navbar a img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.ligne {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    padding: 8px 0;
}

.ligne a {
    color: var(--primary-color);
    font-weight: 600;
}

.ligne a:hover {
    text-decoration: underline;
}

.famillepresent {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.famillepresent div {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    padding: 10px 14px;
    border-radius: 6px;
    transition: var(--transition);
    cursor: pointer;
}

.famillepresent div:hover {
    background: var(--primary-color);
    color: white;
}

.famillepresent div a {
    color: inherit;
}

.famillepresent div:hover a {
    color: white;
}

/* ================================================
   SPECIAL ELEMENTS
   ================================================ */

.qteselector {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: var(--secondary-color);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.qteselector button {
    background: var(--secondary-color);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.qteselector button:hover {
    background: var(--primary-dark);
}

.detailbox {
    text-align: left;
    padding: 20px;
    background: var(--bg-secondary);
    border-radius: 8px;
}

.detailbox img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 0 16px 0;
    border-radius: 6px;
    box-shadow: var(--shadow-md);
}

.miniparaf {
    font-size: var(--text-base);
    color: var(--text-light);
    line-height: 1.65;
    text-align: left;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.miniparaf p,
.miniparaf div,
.miniparaf span,
.miniparaf li,
.miniparaf td,
.miniparaf th {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.miniparaf img,
.miniparaf video,
.miniparaf iframe,
.miniparaf embed {
    max-width: 100% !important;
    height: auto !important;
}

.miniparaf table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.miniparaf pre,
.miniparaf code {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.miniparaf a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blabla {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
}

.blabla p {
    margin: 14px 0;
    color: var(--text-light);
}

.blabla div {
    margin: 10px 0;
}

.selection {
    padding: 16px;
    border: 2px solid var(--border-color);
    margin: 12px 0;
    background: var(--bg-secondary);
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    transition: var(--transition);
}

.selection:hover {
    border-color: var(--primary-color);
}

.estimation {
    max-width: 600px;
    margin: 12px 0;
    border: 2px solid var(--border-color);
    background: var(--bg-secondary);
    padding: 16px;
    border-radius: 8px;
}

.estimation h3 {
    margin: 0 0 16px 0;
    padding: 0;
    border: none;
}

.estimation select {
    min-width: 150px;
    max-width: 300px;
}

.cmdrecap {
    border: 1px solid var(--border-color);
    margin: 16px 0;
    text-align: left;
    background: var(--bg-secondary);
    border-radius: 8px;
    overflow: hidden;
}

.cmdrecap td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
}

.cmdrecap tr:last-child td {
    border-bottom: none;
}

.cmdrecap th {
    padding: 12px 16px;
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    text-align: left;
}

.shops div {
    float: left;
    padding: 20px;
    border: 1px solid var(--border-color);
    margin: 10px;
    border-radius: 8px;
    transition: var(--transition);
    background: var(--bg-secondary);
}

.shops div:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

/* ================================================
   CATALOG NAV & SECTIONS (accueil / rayons)
   ================================================ */

/* Bandeau défilant — contenu contenu dans la largeur écran */
.scroll-strip-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.scroll-strip-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    background: linear-gradient(to left, var(--bg-primary) 20%, transparent);
    pointer-events: none;
    z-index: 1;
}

.home-cat-nav {
    position: sticky;
    top: var(--header-height);
    z-index: 50;
    margin: 0;
    padding: 8px 0 10px;
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.home-cat-nav .scroll-strip-wrap::after {
    background: linear-gradient(to left, var(--bg-primary) 20%, transparent);
}

.home-cat-nav__scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 16px 6px;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
    box-sizing: border-box;
}

.home-cat-nav__scroll::-webkit-scrollbar {
    height: 4px;
}

.home-cat-nav__scroll::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.home-cat-nav__link {
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: var(--text-sm);
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--text-dark);
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    white-space: nowrap;
    transition: var(--transition);
}

.home-cat-nav__link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Onglets catégories (accueil + catalogue) */
.site-tabs {
    position: sticky;
    top: var(--header-height);
    z-index: 50;
    margin: 0;
    padding: 8px 0 10px;
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.site-tabs__scroll,
.famille-quick-nav__scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 16px 6px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
}

.site-tabs__tab {
    flex: 0 0 auto;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--text-light);
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    white-space: nowrap;
    transition: var(--transition);
}

.site-tabs__tab:hover {
    border-color: var(--primary-color);
    color: var(--primary-light);
}

.site-tabs__tab.is-active,
.home-cat-nav__link.is-active {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    border-color: var(--primary-light);
    color: #fff;
    box-shadow: var(--shadow-glow);
}

.catalog-page:has(.site-tabs) {
    --catalog-nav-offset: calc(var(--header-height) + var(--famille-nav-height));
}

/* Navigation rayons (pages famille / rayon) */
.catalog-nav {
    position: sticky;
    top: var(--catalog-nav-offset);
    z-index: 45;
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.catalog-nav__bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: none;
    background: var(--bg-secondary);
}

.catalog-nav__strip {
    display: none;
}

.catalog-nav__context {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.catalog-nav__famille {
    font-size: var(--text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.catalog-nav__current {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--text-dark);
    text-transform: none;
    letter-spacing: -0.01em;
    line-height: 1.35;
    white-space: normal;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: break-word;
}

.catalog-nav__picker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-top: 2px;
    padding: 10px 14px;
    border: 1px solid var(--border-accent);
    border-radius: var(--radius-md);
    background: var(--primary-alpha-10);
    color: var(--text-dark);
    font-size: var(--text-sm);
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: var(--transition);
}

.catalog-nav__picker:hover {
    border-color: var(--accent-neon);
    color: var(--accent-neon);
    box-shadow: var(--shadow-glow);
}

.catalog-nav__picker svg {
    flex-shrink: 0;
}

.catalog-nav__chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 10px 16px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
}

.catalog-nav__chip {
    flex: 0 0 auto;
    padding: 8px 14px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--text-light);
    background: var(--bg-elevated);
    border: 1px solid var(--border-color);
    border-radius: 999px;
    white-space: nowrap;
    transition: var(--transition);
}

.catalog-nav__chip:hover {
    border-color: var(--primary-color);
    color: var(--primary-light);
}

.catalog-nav__chip.is-active {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    border-color: var(--primary-light);
    color: #fff;
}

.catalog-section__rayons-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    background: var(--bg-secondary);
    color: var(--text-dark);
    font-size: var(--text-sm);
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
}

.catalog-section__rayons-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-light);
}

.catalog-sheet__search-wrap {
    padding: 0 16px 12px;
}

.catalog-sheet__search {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background: var(--bg-secondary);
    color: var(--text-dark);
    font-size: var(--text-base);
    font-family: inherit;
    outline: none;
}

.catalog-sheet__search:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px var(--primary-alpha-12);
}

.catalog-sheet__link[hidden] {
    display: none;
}

.catalog-section {
    padding: 0 0 8px;
    border-top: 1px solid var(--border-color);
}

.catalog-section:first-of-type,
.home-cat-nav + .catalog-section {
    border-top: none;
}

.catalog-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 8px;
    margin: 0;
    border: none;
}

.catalog-section__head--html {
    flex-wrap: wrap;
}

.catalog-section__head--html .catalog-section__title {
    flex: 1 1 auto;
}

.catalog-section__title {
    margin: 0;
    padding: 0;
    border: none;
    font-size: var(--text-xl);
    font-weight: 700;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
}

.catalog-section__title .zoomh,
.catalog-section__title a {
    margin: 0;
    padding: 0;
    background: none;
    color: var(--text-dark);
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: inherit;
}

.catalog-section__title .zoomh:hover,
.catalog-section__title a:hover {
    color: var(--primary-color);
    background: none;
}

.catalog-section__head--html .submenu {
    display: none;
}

.catalog-section__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.catalog-section__more {
    flex-shrink: 0;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--primary-color);
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--primary-alpha-08);
    white-space: nowrap;
}

.catalog-section__more:hover {
    background: var(--primary-color);
    color: #fff;
}

.catalog-popup-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    background: var(--bg-secondary);
    color: var(--text-dark);
    font-size: var(--text-sm);
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: var(--transition);
    font-family: inherit;
}

.catalog-popup-trigger:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: var(--primary-alpha-08);
}

.catalog-popup-trigger__icon {
    font-size: 14px;
    line-height: 1;
}

.catalog-popup {
    padding: 0;
    border: none;
    background: transparent;
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    width: 100%;
}

.catalog-popup::backdrop {
    background: var(--overlay-backdrop);
    backdrop-filter: blur(4px);
}

.catalog-popup__panel {
    width: min(520px, calc(100vw - 32px));
    max-height: min(80vh, 640px);
    margin: auto;
    background: var(--bg-primary);
    border-radius: 16px;
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.catalog-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    background: var(--gradient-brand);
    color: #fff;
}

.catalog-popup__title {
    margin: 0;
    font-size: var(--text-xl);
    font-weight: 700;
    letter-spacing: -0.02em;
    border: none;
    padding: 0;
    text-transform: none;
    text-align: left;
}

.catalog-popup__close {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: var(--transition);
}

.catalog-popup__close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.catalog-popup__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 16px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.catalog-popup__link {
    display: block;
    padding: 12px 14px;
    font-size: var(--text-base);
    font-weight: 500;
    color: var(--text-dark);
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    text-align: center;
    transition: var(--transition);
}

.catalog-popup__link:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.catalog-page .breadcrumb {
    margin-top: 8px;
}

@media (min-width: 600px) {
    .catalog-popup__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.catalog-section .boxarts {
    margin-top: 0;
    padding-top: 0;
}

.catalog-subnav {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.catalog-subnav__scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px 16px 10px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
    box-sizing: border-box;
}

.scroll-strip-wrap:has(.catalog-subnav) {
    margin: 0 0 12px;
}

.catalog-subnav__link {
    flex: 0 0 auto;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-light);
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 999px;
    white-space: nowrap;
}

.catalog-subnav__link:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.catalog-subnav__link--more {
    font-weight: 700;
    color: var(--primary-color);
    border-color: var(--primary-color);
    background: var(--primary-alpha-08);
}

.catalog-page {
    padding: 0;
}

.catalog-page .navbar {
    display: none;
}

.catalog-chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px 16px 12px;
    margin: 0;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
    box-sizing: border-box;
}

.catalog-chips::-webkit-scrollbar {
    height: 4px;
}

.catalog-chips::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.catalog-chip {
    flex: 0 0 auto;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 999px;
    white-space: nowrap;
    transition: var(--transition);
}

.catalog-chip:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.catalog-chip.is-active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.catalog-page__products {
    padding: 0 8px;
}

.catalog-page__products .listarts {
    margin: 0 8px;
}

.catalog-filters-panel,
.catalog-soon-panel {
    margin: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--bg-secondary);
}

.catalog-filters-panel summary,
.catalog-soon-panel summary {
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: var(--text-dark);
}

.catalog-filters-panel__body,
.catalog-soon-panel__body {
    padding: 0 14px 14px;
}

/* ================================================
   OFFCANVAS MENU
   ================================================ */

@keyframes nav-slide-in {
    50% {
        transform: translateX(6px);
    }
}

/* Hamburger : uniquement dans .trust-bar (voir bcxx.css) */
.offcanvas-menu > label.toogle-open {
    display: none;
}

.offcanvas-menu__head label.toogle-close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-menu__head label.toogle-close span {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
}

.offcanvas-menu__head label.toogle-close span::before,
.offcanvas-menu__head label.toogle-close span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 3px;
    border-radius: 2px;
    transition: transform 0.3s;
}

.offcanvas-menu__panel {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    max-width: 88vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--gradient-menu);
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 28px 24px 40px;
    z-index: 1002;
    box-shadow: var(--shadow-xl);
    visibility: hidden;
}

.offcanvas-menu input[type="checkbox"]:checked ~ .offcanvas-menu__panel,
.offcanvas-menu__panel.is-open {
    left: 0;
    visibility: visible;
}

.offcanvas-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.offcanvas-menu__panel .mainlogo {
    width: auto;
    height: 48px;
    max-width: 180px;
    object-fit: contain;
    filter: none;
}

.offcanvas-menu__head label.toogle-close {
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    transition: var(--transition);
}

.offcanvas-menu__head label.toogle-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.offcanvas-menu__head label.toogle-close span,
.offcanvas-menu__head label.toogle-close span::before,
.offcanvas-menu__head label.toogle-close span::after {
    background: white;
    width: 18px;
}

.site-menu {
    margin-top: 16px;
}

.site-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-menu__heading {
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.45);
    padding: 12px 14px 6px;
    margin: 0;
}

.site-menu__link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--text-base);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    padding: 12px 14px;
    border-radius: var(--radius-md);
    transition: var(--transition);
}

.site-menu__link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.site-menu__link--primary {
    font-family: var(--font-display);
    font-size: var(--text-lg);
}

.site-menu__icon {
    width: 1.25em;
    text-align: center;
    opacity: 0.85;
}

.site-menu__group {
    margin: 2px 0;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.site-menu__group-head {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.site-menu__famille {
    flex: 1;
    min-width: 0;
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.site-menu__toggle {
    flex-shrink: 0;
    width: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.site-menu__toggle:hover {
    background: rgba(255, 255, 255, 0.14);
}

.site-menu__chevron {
    transition: transform 0.25s ease;
}

.site-menu__group.is-open .site-menu__chevron {
    transform: rotate(180deg);
}

.site-menu__subs {
    list-style: none;
    margin: 0;
    padding: 4px 0 8px;
    background: rgba(0, 0, 0, 0.2);
}

.site-menu__subs[hidden] {
    display: none;
}

.site-menu__sublink {
    display: block;
    padding: 10px 14px 10px 22px;
    font-size: var(--text-sm);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    border-left: 2px solid transparent;
    transition: var(--transition);
}

.site-menu__sublink:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-left-color: var(--accent-neon);
}

.site-menu__sublink--all {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.site-menu__sep {
    height: 1px;
    margin: 12px 14px;
    background: rgba(255, 255, 255, 0.15);
    list-style: none;
}

.offcanvas-menu input[type="checkbox"] {
    display: none;
}

.offcanvas-menu input[type="checkbox"]:checked ~ .trust-bar label.toogle-open {
    opacity: 0;
    pointer-events: none;
}

.offcanvas-menu input[type="checkbox"]:checked ~ label.toogle-open {
    opacity: 0;
    pointer-events: none;
}

.offcanvas-menu input[type="checkbox"]:checked ~ .offcanvas-menu__panel label.toogle-close span {
    background: transparent;
}

.offcanvas-menu input[type="checkbox"]:checked ~ .offcanvas-menu__panel label.toogle-close span::before {
    transform: rotate(-45deg);
}

.offcanvas-menu input[type="checkbox"]:checked ~ .offcanvas-menu__panel label.toogle-close span::after {
    transform: rotate(45deg);
}

/* ================================================
   FOOTER & ALERTS
   ================================================ */

footer {
    margin-top: 24px;
    padding: 28px 20px;
    text-align: center;
    font-size: var(--text-sm);
    line-height: 1.7;
    background: var(--gradient-footer);
    color: rgba(255, 255, 255, 0.65);
}

footer a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

footer a:hover {
    color: var(--accent-yellow);
}

footer p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--text-xs);
}

.site-alert {
    width: 100%;
    margin: 0;
    padding: 12px 20px;
    background: #dc3545;
    color: #fff;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

main {
    min-height: calc(100vh - 160px);
}

.leftlist {
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 16px;
    background: var(--bg-secondary);
    border-radius: 8px;
}

.leftlist span {
    float: right;
}

.lipa {
    font-size: 16px;
    line-height: 1.5;
    margin: 4px 0;
    border-radius: 8px;
    transition: var(--transition);
}

.lipa a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    color: var(--text-dark);
}

.lipa2 {
    background: var(--primary-color);
}

.lipa2 a {
    color: white;
}

.lipa:hover {
    background: var(--primary-alpha-10);
}

.lipa:hover a {
    color: var(--primary-color);
}

.lipa2:hover a {
    color: white;
}

.lipa span {
    min-width: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background: var(--bg-tertiary);
    border-radius: 999px;
    padding: 2px 8px;
}

.lipa2 span {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

/* ================================================
   RESPONSIVE DESIGN
   ================================================ */

@media (max-width: 1024px) {
    .boxarts {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 16px;
        margin: 16px;
        padding: 16px;
    }
}

@media (max-width: 900px) {
    .trust-bar .toogle-open {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 18px;
    }

    h1 {
        font-size: var(--text-2xl);
    }

    h3,
    .catalog-section__title {
        font-size: var(--text-xl);
        padding: 18px 14px 10px;
    }

    .submenu,
    .catalog-nav__chip,
    .site-tabs__tab,
    .famille-quick-nav__link,
    .home-cat-nav__link {
        font-size: var(--text-sm);
        padding: 10px 16px;
    }

    .catalog-section__head {
        padding: 16px 14px 10px;
    }

    .catalog-section__more,
    .catalog-popup-trigger {
        font-size: var(--text-sm);
        padding: 8px 14px;
    }

    .boxarts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin: 14px;
        padding: 14px;
    }

    .boxarts:not(.product-grid) img {
        height: 200px;
    }

    .boxarts.product-grid .product-card__media img {
        height: auto !important;
        max-height: 200px !important;
        opacity: 1 !important;
    }

    .boxarts .titre {
        font-size: var(--text-base);
        padding: 14px 14px 10px;
        -webkit-line-clamp: 3;
    }

    .boxarts .pricebox {
        padding: 14px;
    }

    .price {
        font-size: 1.4rem;
    }

    .price-promo {
        font-size: var(--text-sm);
        padding: 4px 8px;
    }

    .listarts {
        margin: 12px;
    }

    .listarts__item {
        padding: 14px;
    }

    .listarts__top {
        grid-template-columns: minmax(90px, 120px) minmax(0, 1fr);
    }

    .listarts__aside {
        align-items: flex-end;
    }

    .listarts__price {
        font-size: 1.35rem;
    }

    .breadcrumb {
        margin: 12px 14px 6px;
        padding: 12px 14px;
        font-size: var(--text-sm);
    }

    .detailbox h1 {
        font-size: var(--text-2xl);
    }

    .column1,
    .column2 {
        flex: 1 1 100%;
        padding: 16px;
    }

    .detailbox img {
        display: block;
        margin: 0 auto 16px;
    }

    .miniparaf {
        font-size: var(--text-base);
        padding: 0;
    }

    .site-menu__link,
    .site-menu__sublink {
        font-size: var(--text-lg);
    }
}

@media (max-width: 600px) {
    .boxarts {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 12px;
        padding: 12px;
    }

    .boxarts:not(.product-grid) img {
        height: min(52vw, 280px);
    }

    .boxarts.product-grid .product-card__media img {
        height: auto !important;
        max-height: min(52vw, 280px) !important;
        opacity: 1 !important;
    }

    .boxarts div {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 18px;
    }

    :root {
        --header-height: 64px;
    }

    .topmenu {
        padding-left: 52px;
        padding-right: 8px;
    }

    .topmenu-logo img {
        height: 44px;
        max-width: 140px;
    }

    .topmenu-actions {
        gap: 2px;
    }

    .maincontent {
        width: 100%;
        border-radius: 0;
    }

    .catalog-popup__grid {
        grid-template-columns: 1fr;
    }

    .catalog-popup__link {
        font-size: var(--text-base);
        padding: 14px 16px;
    }
}

/* ================================================
   GAMING THEME — composants catalogue & UI
   ================================================ */


.breadcrumb {
    background: var(--bg-secondary);
    border-color: var(--border-color);
}

.breadcrumb__link {
    color: var(--primary-light);
}

.breadcrumb__current {
    color: var(--text-dark);
}

.famille-quick-nav,
.home-cat-nav {
    background: rgba(18, 18, 28, 0.97);
    border-bottom-color: var(--border-accent);
}

.famille-quick-nav__link,
.home-cat-nav__link {
    background: var(--bg-elevated);
    border-color: var(--border-color);
    color: var(--text-light);
}

.famille-quick-nav__link:hover,
.home-cat-nav__link:hover,
.famille-quick-nav__link.is-active,
.home-cat-nav__link.is-active {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    border-color: var(--primary-light);
    color: #fff;
    box-shadow: var(--shadow-glow);
}

.catalog-nav-tools {
    background: rgba(18, 18, 28, 0.98);
    border-bottom-color: var(--border-accent);
}

.catalog-chip {
    background: var(--bg-elevated);
    border-color: var(--border-color);
    color: var(--text-light);
}

.catalog-chip:hover {
    border-color: var(--accent-neon);
    color: var(--accent-neon);
}

.catalog-chip.is-active {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    border-color: var(--primary-light);
    color: #fff;
    box-shadow: var(--shadow-glow);
}

.catalog-popup-trigger {
    background: var(--bg-elevated);
    border-color: var(--border-color);
    color: var(--text-dark);
}

.catalog-popup-trigger:hover {
    border-color: var(--accent-neon);
    color: var(--accent-neon);
    background: var(--neon-alpha);
}

.catalog-popup__panel {
    background: var(--bg-primary);
    border: 1px solid var(--border-accent);
}

.catalog-popup__link {
    background: var(--bg-secondary);
    border-color: var(--border-color);
    color: var(--text-light);
}

.catalog-popup__link:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    border-color: var(--primary-light);
    color: #fff;
    box-shadow: var(--shadow-glow);
}

.catalog-section {
    border-top-color: var(--border-color);
}

.catalog-section__title .zoomh,
.catalog-section__title a {
    color: var(--text-dark);
    text-shadow: 0 0 24px rgba(43, 43, 255, 0.25);
}

.catalog-section__title .zoomh:hover,
.catalog-section__title a:hover {
    color: var(--accent-neon);
}

.catalog-section__more {
    background: var(--primary-alpha-10);
    color: var(--primary-light);
    border: 1px solid var(--border-accent);
}

.catalog-section__more:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    color: #fff;
    box-shadow: var(--shadow-glow);
}

h3 {
    border-top-color: var(--border-color);
}

.submenu {
    background: var(--bg-elevated);
    border-color: var(--border-color);
    color: var(--text-muted);
}

.submenu:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    color: #fff;
}

.listarts__item {
    background: var(--bg-secondary);
    border-color: var(--border-color);
}

.listarts__item:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-glow);
}

.boxarts .pricebox {
    background: rgba(0, 0, 0, 0.25);
    border-top: 1px solid var(--border-color);
}

.price-promo {
    color: var(--accent-on-yellow);
    background: var(--accent-yellow);
    box-shadow: 0 0 12px rgba(255, 238, 0, 0.35);
}

.detailbox,
.column2.detailbox {
    color: var(--text-dark);
}

.detailbox h1 {
    text-transform: none;
    letter-spacing: -0.02em;
}

/* ================================================
   PAGE ARTICLE (fiche produit)
   ================================================ */

.article-page {
    padding-bottom: 24px;
}

.article-page--compact-nav .breadcrumb {
    margin: 10px 16px 14px;
}

.catalog-page--rayon .breadcrumb,
.catalog-page--famille .site-tabs + .catalog-nav {
    margin-top: 0;
}

.catalog-page--rayon .breadcrumb {
    margin: 10px 16px 0;
}

.catalog-page--famille .site-tabs {
    margin-bottom: 0;
}

.article-detail {
    margin: 0 16px 20px;
    padding: 0;
}

.article-detail__header {
    margin-bottom: 16px;
}

.article-detail__title {
    font-family: var(--font-display);
    font-size: var(--text-2xl);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    text-transform: none;
    letter-spacing: -0.02em;
    margin: 0;
}

.article-detail__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
}

.article-detail__media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-secondary) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    min-height: 240px;
}

.article-detail__img {
    max-width: 100%;
    max-height: min(70vw, 420px);
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
}

.article-detail__buybox {
    padding: 20px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-accent);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-glow);
}

.article-detail__status {
    margin: 0 0 12px;
    padding: 8px 12px;
    font-size: var(--text-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: var(--radius-sm);
    background: var(--primary-alpha-10);
    color: var(--primary-light);
    border: 1px solid var(--border-accent);
}

.article-detail__status--shop {
    background: rgba(0, 240, 255, 0.1);
    color: var(--accent-neon);
    border-color: rgba(0, 240, 255, 0.35);
}

.article-detail__status--ocaz {
    background: rgba(255, 238, 0, 0.12);
    color: var(--accent-yellow);
    border-color: rgba(255, 238, 0, 0.35);
}

.article-detail__status--soon {
    background: var(--primary-alpha-10);
    color: var(--accent-neon);
}

.article-detail__price-block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px 14px;
    margin-bottom: 16px;
}

.article-detail__price {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-neon);
    text-shadow: 0 0 16px rgba(0, 240, 255, 0.25);
    line-height: 1.1;
}

.article-detail__price--old {
    font-size: 1.25rem;
    color: var(--text-muted);
    text-decoration: line-through;
    text-shadow: none;
}

.article-detail__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    margin-top: 4px;
    border: none;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    color: #fff;
    font-size: var(--text-base);
    font-weight: 700;
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
}

.article-detail__cart:hover {
    color: #fff;
    box-shadow: var(--shadow-glow);
    transform: translateY(-2px);
}

.article-detail__cart img {
    filter: brightness(0) invert(1);
    flex-shrink: 0;
}

.article-detail__eco {
    margin: 12px 0 0;
    font-size: var(--text-sm);
    color: var(--text-muted);
}

.article-detail__notice {
    margin: 0;
    font-size: var(--text-base);
    line-height: 1.5;
    color: var(--text-light);
}

.article-detail__notice--unavailable {
    color: #ff6b8a;
    font-weight: 600;
}

.article-detail__desc {
    margin-top: 24px;
    padding: 20px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
}

.article-detail__desc-title {
    margin: 0 0 14px;
    padding: 0;
    border: none;
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.article-page .catalog-section {
    margin: 0;
    border-top: 1px solid var(--border-color);
}

.article-page .catalog-section:first-of-type {
    border-top: none;
}

@media (min-width: 768px) {
    .article-detail {
        margin: 0 20px 24px;
    }

    .article-detail__title {
        font-size: var(--text-3xl);
    }

    .article-detail__layout {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        gap: 24px;
    }

    .article-detail__buybox {
        position: sticky;
        top: calc(var(--header-height) + 16px);
    }

    .article-detail__media {
        min-height: 360px;
    }

    .article-detail__img {
        max-height: 420px;
    }
}

.clientform input,
.clientform select,
.selectBox select {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-dark);
    border-radius: var(--radius-sm);
}

.checkboxes {
    background: var(--bg-secondary);
    border-color: var(--border-color);
}

.catalog-filters-panel,
.catalog-soon-panel {
    background: var(--bg-secondary);
    border-color: var(--border-color);
}

.catalog-filters-panel summary,
.catalog-soon-panel summary {
    color: var(--text-dark);
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.leftmenu > h4 {
    background: var(--bg-elevated);
    border-left: 3px solid var(--primary-color);
    color: var(--text-dark);
}

.back-to-top {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    border: 1px solid var(--border-accent);
}

.back-to-top:hover {
    box-shadow: var(--shadow-glow), var(--shadow-neon);
}

.skip-link {
    background: var(--primary-color);
}

.site-alert {
    background: linear-gradient(90deg, #c41e3a, #ff3366);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.validbutton,
.buttonline {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-darker));
    border-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: var(--font-display);
}

.validbutton:hover,
.buttonline:hover {
    box-shadow: var(--shadow-glow);
}

.payform input:hover {
    background: var(--bg-elevated);
    color: var(--accent-neon);
    border-color: var(--accent-neon);
}

/* ================================================
   PRINT STYLES
   ================================================ */

@media print {
    .topmenu, .leftmenu, .navbar {
        display: none;
    }
    
    .maincontent {
        box-shadow: none;
        border: 1px solid #000;
        margin-top: 0;
    }
}
