/* ==========================================================================
   CYBERMAJSTER EMERALD - HIGH-PERFORMANCE THEME (CLEAN & COMPLETE)
   Architektura: CSS Grid / Flexbox / True Dark + Neon Cyan
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap');

:root {
    --bg-dark: #050608;
    --bg-panel: #0a0c11;
    --bg-card: #11141d;
    --accent-main: #00ffcc;
    --accent-glow: rgba(0, 255, 204, 0.3);
    --text-main: #f8fafc;
    --text-muted: #8da3c7;
    --border-subtle: #272c3d;
    --border-light: rgba(255, 255, 255, 0.05);
    --danger: #ff2a5f;
    --warning: #ffc107;
    --purple: #9d4edd;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --font-main: 'Inter', sans-serif;
}

/* --- BAZA --- */
* { box-sizing: border-box; }
body.wm-product-env {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-main);
    margin: 0; padding: 0;
    -webkit-font-smoothing: antialiased;
    background-image: radial-gradient(circle at top center, #0a1018 0%, #050608 100%);
    min-height: 100vh;
}
.wm-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.wm-c-cyan { color: var(--accent-main); text-shadow: 0 0 10px var(--accent-glow); }
.wm-c-red { color: #ff003c; }
.wm-muted { color: var(--text-muted); }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--border-subtle); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent-main); }

/* --- NAWIGACJA GÓRNA & LOGO --- */
.site-navbar { background: rgba(5, 6, 8, 0.85); backdrop-filter: blur(15px); border-bottom: 1px solid var(--border-subtle); position: sticky; top: 0; z-index: 100; }
.nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 100%; margin: 0 auto; padding: 15px 20px; }
.brand-logo img { height: 40px; filter: drop-shadow(0 0 10px rgba(255,255,255,0.05)); }

.wm-tech-logo { text-decoration: none; display: flex; align-items: baseline; user-select: none; transition: transform 0.2s ease; }
.wm-tech-logo:hover { transform: scale(1.02); }
.wm-tech-logo div:first-child { font-family: 'Arial Black', Impact, system-ui, sans-serif; font-size: 26px; font-weight: 900; letter-spacing: -1.5px; text-transform: uppercase; }
.wm-tech-logo span:first-child { color: #ffffff; }
.wm-tech-logo span:last-child { color: var(--accent-main); }
.wm-tech-logo div:nth-child(2) { font-family: 'Courier New', Courier, monospace; font-size: 13px; color: var(--text-muted); margin-left: 4px; font-weight: bold; }
.wm-logo-cursor { display: inline-block; width: 8px; height: 16px; background: var(--accent-main); margin-left: 6px; transform: translateY(2px); animation: wm-cursor-blink 1s step-end infinite; box-shadow: 0 0 10px var(--accent-glow); }
@keyframes wm-cursor-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

.menu-list { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.menu-link { color: var(--text-muted); text-decoration: none; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; gap: 8px; transition: var(--transition); }
.menu-link:hover, .menu-link.active { color: var(--accent-main); text-shadow: 0 0 15px var(--accent-glow); }

.header-controls { display: flex; align-items: center; gap: 25px; }
.cta-direct-call { display: flex; align-items: center; gap: 12px; color: var(--text-main); text-decoration: none; }
.cta-direct-call i { color: var(--accent-main); font-size: 20px; }
.call-info { display: flex; flex-direction: column; }
.call-label { font-size: 10px; color: var(--text-muted); text-transform: uppercase; font-weight: 800; letter-spacing: 1px; }
.call-number { font-weight: 900; font-size: 14px; letter-spacing: 1px; }

.cart-trigger { background: var(--bg-card); border: 1px solid var(--border-subtle); padding: 10px 20px; border-radius: 6px; color: var(--accent-main); text-decoration: none; display: flex; align-items: center; gap: 10px; font-weight: 900; transition: var(--transition); position: relative; }
.cart-trigger:hover { border-color: var(--accent-main); box-shadow: 0 0 20px var(--accent-glow); transform: translateY(-2px); }
.cart-count { background: var(--accent-main); color: #000; padding: 2px 6px; border-radius: 4px; font-size: 11px; }

/* --- BREADCRUMBS & WSPÓLNE NAGŁÓWKI TYPOGRAFICZNE --- */
.wm-breadcrumbs { display: flex; justify-content: space-between; align-items: center; padding: 11px 20px; font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.wm-path a { color: var(--text-muted); text-decoration: none; transition: var(--transition); }
.wm-path a:hover { color: var(--accent-main); }
.wm-path .sep { color: var(--border-subtle); margin: 0 10px; }
.wm-path .current { color: var(--accent-main); }
.wm-btn-back { color: var(--text-main); text-decoration: none; display: flex; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid var(--border-subtle); border-radius: 4px; transition: var(--transition); }
.wm-btn-back:hover { background: var(--bg-card); border-color: var(--accent-main); }

.wm-section-sup { font-size: 12px; font-family: 'Courier New', Courier, monospace; color: var(--text-muted); letter-spacing: 3px; display: block; margin-bottom: 5px; text-transform: uppercase; font-weight: 800; }
.wm-label-small { display: block; font-size: 11px; color: var(--text-muted); font-weight: 800; letter-spacing: 2px; font-family: 'Courier New', Courier, monospace; margin-bottom: 5px; text-transform: uppercase; }
.wm-tactical-sup { font-family: 'Courier New', Courier, monospace; font-size: 11px; color: var(--accent-main); letter-spacing: 3px; display: block; margin-bottom: 8px; font-weight: 800; }

.wm-section-title { font-size: 38px; font-weight: 900; margin: 0 0 7px; text-transform: uppercase; letter-spacing: 1px; }
.wm-section-header-left { margin-bottom: 40px; }
.wm-main-title { font-size: 38px; font-weight: 900; margin: 5px 0 15px; text-transform: uppercase; }

/* --- SEKCJA HERO (KOMPUTERY.PHP) --- */
.wm-hero-section { margin-bottom: 50px; }
.wm-hero-panel { background: var(--bg-panel); border: 1px solid var(--border-subtle); padding: 40px; border-left: 4px solid var(--accent-main); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; position: relative; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
.wm-hero-grid-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 255, 204, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 204, 0.02) 1px, transparent 1px); background-size: 20px 20px; pointer-events: none; }
.wm-hero-text-wrap { position: relative; z-index: 2; max-width: 650px; }
.wm-hero-pre-title { font-family: 'Courier New', Courier, monospace; font-size: 11px; color: var(--accent-main); letter-spacing: 3px; display: block; margin-bottom: 10px; font-weight: bold; }
.wm-hero-title { margin: 0 0 15px 0; font-size: 42px; font-weight: 900; color: #fff; text-transform: uppercase; line-height: 1.1; }
.wm-hero-desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.wm-hero-badges { position: relative; z-index: 2; display: flex; gap: 15px; }
.wm-hero-badge { background: rgba(0,0,0,0.6); border: 1px solid var(--border-subtle); padding: 15px 20px; min-width: 130px; text-align: center; }
.wm-badge-cyan { border-top: 2px solid var(--accent-main); }
.wm-badge-purple { border-top: 2px solid #9d4edd; }
.wm-badge-val { display: block; font-size: 24px; font-weight: 900; color: #fff; }
.wm-badge-cyan .wm-badge-val { text-shadow: 0 0 10px rgba(0,255,204,0.3); }
.wm-badge-purple .wm-badge-val { text-shadow: 0 0 10px rgba(157,78,221,0.3); }
.wm-badge-label { font-family: 'Courier New', Courier, monospace; font-size: 9px; color: var(--text-muted); letter-spacing: 2px; margin-top: 5px; display: block; font-weight: bold;}

/* --- HUD (EMERALD.PHP) --- */
.wm-hud-section { margin-bottom: 12px; }
.wm-hud-panel { position: relative; background: var(--bg-panel); border: 1px solid var(--border-subtle); padding: 15px 50px !important; clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px)); display: flex; justify-content: space-between; align-items: center; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.wm-hud-bg-grid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 255, 204, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 204, 0.03) 1px, transparent 1px); background-size: 15px 15px; pointer-events: none; }
.wm-hud-scanner { position: absolute; top: 0; left: -100%; width: 50%; height: 2px; background: linear-gradient(90deg, transparent, var(--accent-main), transparent); box-shadow: 0 0 20px var(--accent-main); animation: wm-scan 3s infinite linear; pointer-events: none; }
@keyframes wm-scan { 0% { left: -100%; } 100% { left: 200%; } }
.wm-hud-left { position: relative; z-index: 2; }
.wm-hud-sys-root { display: flex; align-items: center; gap: 15px; font-family: 'Courier New', Courier, monospace; font-size: 11px; color: var(--accent-main); letter-spacing: 3px; font-weight: 900; margin-bottom: 15px; }
.wm-hud-sys-line { width: 40px; height: 2px; background: var(--accent-main); box-shadow: 0 0 10px var(--accent-glow); }
.wm-hud-title { margin: 0; font-size: 71px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; line-height: 0.9; text-shadow: 0 10px 30px rgba(0,0,0,0.8); }
.wm-hud-gen { display: inline-block; font-family: 'Courier New', Courier, monospace; font-size: 24px; color: transparent; -webkit-text-stroke: 1px var(--text-muted); vertical-align: super; margin-left: 8px; }
.wm-hud-right { position: relative; z-index: 2; display: flex; gap: 15px; font-family: 'Courier New', Courier, monospace; }
.wm-hud-status-box { background: rgba(0,0,0,0.6); border: 1px solid var(--border-subtle); padding: 15px 20px; min-width: 140px; }
.wm-border-cyan { border-top: 2px solid var(--accent-main); box-shadow: inset 0 10px 20px rgba(0,255,204,0.02); }
.wm-border-purple { border-top: 2px solid #9d4edd; box-shadow: inset 0 10px 20px rgba(157,78,221,0.02); }
.wm-border-red { border-top: 2px solid #ff003c; box-shadow: inset 0 10px 20px rgba(255,0,60,0.02); }
.wm-hud-status-label { display: block; font-size: 9px; color: var(--text-muted); letter-spacing: 2px; margin-bottom: 8px; font-weight: bold; }
.wm-hud-status-val { display: block; font-size: 14px; font-weight: 900; color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.2); }
.wm-hud-status-val-flex { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 900; color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.2); }

/* --- PRODUKT / GRID GŁÓWNY --- */
.wm-product-grid, .wm-hero-buy, .wm-hero-buy-custom { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: start; margin-bottom: 80px; }
.wm-left-content-stream { display: flex; flex-direction: column; gap: 40px; }

/* --- GALERIA PRODUKTOWA --- */
.wm-gallery-wrapper { display: grid; grid-template-columns: 1fr 110px; gap: 15px; height: 520px; width: 100%; }
.wm-gallery-main { position: relative; width: 100%; height: 100%; background: #050505; border: 1px solid var(--border-subtle); border-radius: 4px; overflow: hidden; }
.wm-gallery-fg { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1); display: block; }
.wm-img-counter { position: absolute; bottom: 15px; left: 15px; font-family: 'Courier New', Courier, monospace; font-size: 11px; font-weight: 900; color: var(--accent-main); z-index: 10; background: rgba(0,0,0,0.7); padding: 6px 12px; border: 1px solid rgba(0,255,204,0.3); backdrop-filter: blur(4px); letter-spacing: 1px; }

.wm-gallery-thumbs { display: flex; flex-direction: column; gap: 15px; height: 100%; overflow-y: auto; }
.wm-gallery-thumbs::-webkit-scrollbar { width: 4px; }
.wm-gallery-thumbs::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); }
.wm-gallery-thumbs img { width: 100%; height: 118px; object-fit: cover; cursor: pointer; border: 1px solid rgba(255,255,255,0.05); border-radius: 4px; filter: brightness(0.4) grayscale(50%); transition: all 0.3s ease; }
.wm-gallery-thumbs img:hover { filter: brightness(0.8) grayscale(0%); border-color: rgba(0,255,204,0.5); }
.wm-gallery-thumbs img.active { filter: brightness(1) grayscale(0%); border-color: var(--accent-main); box-shadow: 0 0 15px rgba(0,255,204,0.15); }

/* --- SPECYFIKACJA (BEBECHY) --- */
.wm-specs-section-tight { margin-top: 10px; }
.wm-specs-list-vertical { display: flex; flex-direction: column; gap: 0; }
.wm-spec-cluster-header { background: rgba(0, 255, 204, 0.05); padding: 15px 20px; font-family: 'Courier New', Courier, monospace; font-weight: 900; letter-spacing: 2px; color: var(--accent-main); border-bottom: 1px solid var(--border-subtle); }
.wm-spec-cluster-header.top-border { border-top: 1px solid var(--border-subtle); }
.wm-spec-cluster-body { display: flex; flex-direction: column; gap: 10px; padding: 15px 0; }

.wm-spec-card { background: var(--bg-card); border: 1px solid var(--border-subtle); padding: 12px; border-radius: 6px; display: flex; gap: 20px; transition: var(--transition); position: relative; overflow: hidden; }
.wm-spec-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--border-subtle); transition: var(--transition); }
.wm-spec-card:hover { transform: translateY(-5px); background: #161a26; border-color: rgba(255,255,255,0.1); }
.wm-spec-card:hover::before { background: var(--accent-main); box-shadow: 0 0 15px var(--accent-glow); }
.wm-spec-card i { font-size: 32px; color: var(--border-subtle); transition: var(--transition); width: 40px; text-align: center; }
.wm-spec-card:hover i { color: var(--accent-main); text-shadow: 0 0 15px var(--accent-glow); }
.wm-spec-data { flex-grow: 1; }
.wm-cat { display: block; font-size: 10px; font-family: 'Courier New', Courier, monospace; color: var(--text-muted); letter-spacing: 2px; margin-bottom: 5px; font-weight: bold; }
.wm-spec-data h3 { margin: 0 0 10px; font-size: 18px; font-weight: 900; color: var(--text-main); display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.wm-badge-spec { font-size: 9px; background: rgba(0,0,0,0.5); padding: 3px 8px; border-radius: 3px; border: 1px solid var(--border-subtle); color: var(--text-muted); font-family: 'Courier New', Courier, monospace; font-weight: bold; }
.wm-spec-card:hover .wm-badge-spec { color: var(--accent-main); border-color: rgba(0,255,204,0.3); }
.wm-spec-data p { margin: 0; font-size: 13px; color: #64748b; line-height: 1.5; }

/* --- PROTOKOŁY WDROŻENIOWE --- */
.wm-protocols-section { background: var(--bg-card); border: 1px solid var(--border-subtle); border-left: 4px solid var(--accent-main); padding: 30px; border-radius: 2px; margin-bottom: 40px;}
.wm-protocols-header { margin-bottom: 25px; }
.wm-protocol-title { margin: 0 0 10px; font-size: 22px; font-weight: 900; font-family: 'Courier New', Courier, monospace; color: var(--text-main); text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.wm-protocol-title i { color: var(--accent-main); font-size: 24px; margin-right: 10px; }
.wm-protocol-desc { margin: 0; font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.wm-protocol-list { display: grid; grid-template-columns: 1fr; gap: 25px; }
.wm-protocol-item { display: flex; gap: 15px; align-items: flex-start; }
.wm-protocol-icon { width: 26px; text-align: center; flex-shrink: 0; display: inline-block; font-size: 20px; color: var(--accent-main); margin-top: 3px; }
.wm-protocol-item-title { display: block; font-size: 14px; font-family: 'Courier New', Courier, monospace; color: var(--text-main); margin-bottom: 6px; font-weight: bold; }
.wm-protocol-item-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; display: block; }

/* --- WYDAJNOŚĆ FPS --- */
.wm-perf-section { margin-bottom: 80px; }
.wm-tab-label { font-size: 12px; font-weight: 800; color: var(--text-muted); letter-spacing: 2px; font-family: 'Courier New', Courier, monospace; line-height: 1.4; text-transform: uppercase; }
.wm-perf-tabs-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 40px; background: var(--bg-card); padding: 15px 25px; border-radius: 6px; border: 1px solid var(--border-subtle); flex-wrap: wrap; }
.wm-perf-tabs { display: flex; gap: 10px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
.wm-perf-tabs::-webkit-scrollbar { height: 4px; }
.wm-perf-tabs button { background: #050505; border: 1px solid var(--border-subtle); color: var(--text-muted); padding: 12px 20px; font-weight: 900; font-family: 'Courier New', Courier, monospace; border-radius: 4px; cursor: pointer; transition: var(--transition); white-space: normal; text-align: center; line-height: 1.4; min-width: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.wm-perf-tabs button:hover { border-color: var(--text-main); color: var(--text-main); }
.wm-perf-tabs button.active { background: rgba(0, 255, 204, 0.1); border-color: var(--accent-main); color: var(--accent-main); box-shadow: 0 0 15px var(--accent-glow); }

.wm-perf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.wm-perf-box { background: var(--bg-panel); border: 1px solid var(--border-subtle); padding: 30px; border-radius: 6px; box-shadow: 0 15px 30px rgba(0,0,0,0.4); border-top: 3px solid; }
.wm-border-orange { border-top-color: #ff9800; }
.wm-border-purple { border-top-color: #9d4edd; }
.wm-border-green { border-top-color: #4caf50; }
.wm-box-head { font-size: 20px; font-weight: 900; margin-bottom: 25px; display: flex; justify-content: space-between; align-items: center; }
.wm-box-head span { font-size: 10px; font-family: 'Courier New', Courier, monospace; background: rgba(255,255,255,0.05); padding: 4px 8px; border-radius: 4px; font-weight: bold; }
.wm-c-orange { color: #ff9800; text-shadow: 0 0 10px rgba(255,152,0,0.3); }
.wm-c-purple { color: #9d4edd; text-shadow: 0 0 10px rgba(157,78,221,0.3); }
.wm-c-green { color: #4caf50; text-shadow: 0 0 10px rgba(76,175,80,0.3); }
.wm-game-stat { display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; margin-bottom: 8px; margin-top: 15px; }
.wm-game-stat span:first-child { color: var(--text-main); }
.wm-bar-bg { width: 100%; height: 6px; background: #000; border-radius: 3px; overflow: hidden; border: 1px solid var(--border-subtle); }
.wm-bar-fill { height: 100%; transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
.wm-bg-orange { background: #ff9800; box-shadow: 0 0 10px #ff9800; }
.wm-bg-purple { background: #9d4edd; box-shadow: 0 0 10px #9d4edd; }
.wm-bg-green { background: #4caf50; box-shadow: 0 0 10px #4caf50; }

/* --- SPEKTRUM ARGB --- */
#wm-rgb-container { --rgb-core: #ff003c; }
.wm-rgb-section { margin-bottom: 80px; }
.wm-tactical-container { background: var(--bg-card); border: 1px solid var(--border-subtle); border-top: 3px solid var(--rgb-core); padding: 35px; position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.wm-tactical-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px); background-size: 15px 15px; pointer-events: none; }
.wm-tactical-content { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 20px; }
.wm-tactical-title { margin: 0 0 10px 0; font-size: 32px; font-weight: 900; color: #fff; text-transform: uppercase; line-height: 1.1; }
.wm-tactical-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.wm-tactical-rgb-grid-wide { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.wm-hex-btn { background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.05); border-left: 3px solid rgba(255, 255, 255, 0.1); padding: 15px; display: flex; flex-direction: column; align-items: flex-start; cursor: pointer; transition: all 0.2s ease; position: relative; overflow: hidden; outline: none; }
.wm-hex-btn::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--btn-color); opacity: 0; transition: opacity 0.2s ease; z-index: 0; }
.wm-hex-btn:hover { border-left-color: var(--btn-color); box-shadow: 0 0 15px rgba(255,255,255,0.02); }
.wm-hex-btn:hover::before { opacity: 0.1; }
.wm-hex-btn.active { border-left-color: var(--btn-color); background: rgba(0,0,0,0.8); box-shadow: inset 15px 0 40px -15px var(--btn-color); }
.wm-hex-code { font-family: 'Courier New', Courier, monospace; font-size: 10px; color: var(--text-muted); z-index: 1; position: relative; margin-bottom: 4px; transition: color 0.2s ease; font-weight: bold;}
.wm-hex-label { font-family: 'Courier New', Courier, monospace; font-weight: 900; font-size: 13px; color: #fff; z-index: 1; position: relative; }
.wm-hex-btn.active .wm-hex-label { color: var(--btn-color); text-shadow: 0 0 10px var(--btn-color); }
.wm-hex-btn.active .wm-hex-code { color: rgba(255,255,255,0.6); }

#wm-rgb-status-bar { padding: 15px 20px; background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.05); border-left: 3px solid var(--rgb-core); display: flex; align-items: center; justify-content: space-between; transition: border-color 0.3s; }
.wm-rgb-status-info { display: flex; flex-direction: column; }
.wm-rgb-status-label { font-family: 'Courier New', Courier, monospace; font-size: 10px; color: var(--text-muted); letter-spacing: 1px; font-weight: bold;}
#wm-rgb-active-readout { font-family: 'Courier New', Courier, monospace; font-weight: 900; font-size: 14px; color: #fff; }
.wm-rgb-status-icon { color: var(--accent-main); font-size: 16px; }

/* --- UPSELL PERYFERIA --- */
.wm-upsell-section { background: var(--bg-card); border: 1px solid var(--border-subtle); padding: 30px; margin-bottom: 80px; }
.wm-upsell-header { margin-bottom: 25px; }
.wm-upsell-main-title { font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.wm-upsell-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; max-width: 800px; }
.wm-upsell-list { display: flex; flex-direction: column; gap: 15px; }
.wm-upsell-item { display: flex; gap: 25px; background: #0a0a0d; border: 1px solid rgba(255,255,255,0.05); border-radius: 6px; padding: 20px; align-items: center; }
.wm-upsell-img-wrap { width: 130px; height: 100px; background: #fff; display: flex; justify-content: center; align-items: center; border-radius: 4px; flex-shrink: 0; }
.wm-upsell-img-bg { background: #111; }
.wm-upsell-img-wrap img { max-width: 90%; max-height: 90%; object-fit: contain; }
.wm-upsell-info { flex-grow: 1; display: flex; flex-direction: column; gap: 15px; width: 100%; }
.wm-upsell-text-row { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; }
.wm-upsell-titles h3 { margin: 0 0 5px 0; font-size: 18px; font-weight: 900; color: #fff; text-transform: uppercase; line-height: 1.1; }
.wm-upsell-titles span { font-size: 14px; color: var(--text-muted); }
.wm-upsell-price { font-size: 16px; color: var(--text-muted); font-family: 'Courier New', Courier, monospace; font-weight: bold; white-space: nowrap; margin-left: 15px; }

/* --- OPINIE GOOGLE --- */
.wm-reviews-section { margin-bottom: 80px; }
.wm-reviews-main-title { font-size: 22px; margin: 0; font-weight: 900; text-transform: uppercase; }
.wm-reviews-box { background: var(--bg-card); border: 1px solid var(--border-subtle); padding: 25px; border-radius: 8px; }
.wm-reviews-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 15px; margin-bottom: 15px; }
.wm-stars-rating { display: flex; align-items: center; gap: 15px; }
.wm-c-yellow { color: var(--warning); }
.wm-rating-score { font-size: 12px; color: var(--text-muted); }
.wm-rating-score strong { font-size: 18px; color: var(--text-main); margin-right: 5px; }
.wm-link-cyan { color: var(--accent-main); text-decoration: none; font-weight: 800; font-size: 11px; letter-spacing: 1px; transition: var(--transition); }
.wm-link-cyan:hover { text-shadow: 0 0 10px var(--accent-glow); }
.wm-review-card { background: rgba(0,0,0,0.3); padding: 15px; border-left: 2px solid var(--accent-main); border-radius: 6px; }
.wm-review-head { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.wm-author { font-size: 13px; color: #fff; font-weight: bold; }
.wm-stars-small { font-size: 10px; }
.wm-review-text { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin: 0; font-style: italic; }

/* --- FAQ AKORDEON --- */
.wm-faq-section { margin-bottom: 80px; }
.wm-faq-title { font-size: 22px; margin-bottom: 10px; font-weight: 900; text-transform: uppercase; }
.wm-faq-list { display: flex; flex-direction: column; gap: 12px; }
.wm-faq-item { background: var(--bg-card); border: 1px solid var(--border-subtle); border-left: 3px solid var(--border-subtle); transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); margin-bottom: 12px; }
.wm-faq-item:hover { border-left-color: rgba(0, 255, 204, 0.4); border-color: var(--accent-main); }
.wm-faq-item.active { border-color: var(--accent-main); border-left-color: var(--accent-main); background: #0d121c; box-shadow: 0 10px 30px rgba(0,0,0,0.6); }
.wm-faq-question { padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Courier New', Courier, monospace; font-size: 14px; color: var(--text-main); font-weight: 700; transition: var(--transition); }
.wm-faq-item.active .wm-faq-question { color: var(--accent-main); background: rgba(0, 255, 204, 0.02); }
.wm-faq-q-mark { color: var(--accent-main); margin-right: 8px; font-weight: 900; font-family: 'Courier New', Courier, monospace; }
.wm-faq-question i { transition: transform 0.3s ease; color: var(--text-muted); }
.wm-faq-item.active .wm-faq-question i { transform: rotate(180deg); color: var(--accent-main); }
.wm-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); background: rgba(0, 0, 0, 0.4); border-top: 1px solid transparent; }
.wm-faq-item.active .wm-faq-answer { max-height: 500px; border-top-color: rgba(255, 255, 255, 0.05); }
.wm-faq-answer-inner { padding: 20px 25px; font-size: 13px; color: var(--text-muted); line-height: 1.6; font-family: 'Courier New', Courier, monospace; border-top: 1px dashed rgba(255,255,255,0.05); margin-top: 5px; }
.wm-faq-a-mark { display: block; color: var(--accent-main); margin-bottom: 8px; font-weight: 900; font-size: 10px; letter-spacing: 2px; }
.wm-faq-answer-inner p { margin: 0; }

/* --- KLASTER PRAWY (STICKY CHECKOUT W EMERALD) --- */
.wm-checkout-module-sticky { position: sticky; top: 78px; z-index: 10; height: max-content; background: var(--bg-card); padding: 35px; border: 1px solid var(--border-subtle); clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px); display: flex; flex-direction: column; }
.wm-sys-config-box { background: rgba(0, 0, 0, 0.4); border-left: 2px solid var(--accent-main); padding: 15px 20px; margin: 20px 0; }
.wm-sys-config-title { font-family: 'Courier New', Courier, monospace; font-size: 10px; color: var(--accent-main); margin-bottom: 12px; letter-spacing: 2px; font-weight: bold;}
.wm-sys-list { list-style: none; padding: 0; margin: 0; font-family: 'Courier New', Courier, monospace; font-size: 13px; color: var(--text-muted); }
.wm-sys-list li { display: flex; align-items: center; padding: 2px 0; border-bottom: 1px dashed rgba(255,255,255,0.05); margin-bottom: 0; }
.wm-sys-list li:last-child { border-bottom: none; padding-bottom: 0; }
.wm-sys-label { flex: 0 0 100px; font-weight: 700; color: var(--text-muted); }
.wm-sys-val { flex-grow: 1; color: var(--text-main); font-weight: 700; }
.wm-sys-tag { flex: 0 0 auto; color: #fff; font-weight: 900; text-align: right; }
.wm-sys-select-wrap { flex-grow: 1; display: flex; justify-content: flex-end; }
.wm-sys-select { background: rgba(0, 255, 204, 0.05); color: var(--accent-main); border: 1px solid rgba(0, 255, 204, 0.15); border-radius: 2px; font-family: 'Courier New', Courier, monospace; font-size: 13px; font-weight: 900; padding: 8px 35px 8px 12px; outline: none; cursor: pointer; transition: var(--transition); appearance: none; width: 100%; max-width: 370px; background-image: linear-gradient(45deg, transparent 50%, var(--accent-main) 50%), linear-gradient(135deg, var(--accent-main) 50%, transparent 50%); background-position: calc(100% - 15px) calc(50%), calc(100% - 10px) calc(50%); background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.wm-sys-select:hover, .wm-sys-select:focus { border-color: var(--accent-main); background-color: rgba(0, 255, 204, 0.1); box-shadow: 0 0 15px rgba(0, 255, 204, 0.15); }
.wm-sys-select option { background: #07090f; color: #fff; }

.wm-price-block-tight { margin-bottom: 7px; }
.wm-price-row-flex { align-items: center; display: flex; }
.wm-price-huge-val { font-size: 42px; font-weight: 900; color: var(--text-main); }

/* --- WYSYŁKA --- */
/* Karta w katalogu (komputery.php) - Czysty szary napis */
.wm-eta-label { font-family: 'Courier New', Courier, monospace; font-size: 10px; font-weight: 700; color: var(--text-muted); display: inline-flex; align-items: center; gap: 6px; letter-spacing: 1px; }
.wm-eta-label i { font-size: 11px; color: var(--text-muted); }
/* Moduł zakupowy (emerald.php) - Żółta ostrzegawcza w ramce */
.wm-shipping-tag, .wm-shipping-tag-right { font-family: 'Courier New', Courier, monospace; font-size: 11px; font-weight: 900; color: var(--warning); background: rgba(255, 193, 7, 0.1); padding: 6px 12px; border-radius: 4px; border: 1px solid rgba(255, 193, 7, 0.2); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; margin-left: auto; letter-spacing: 1px; text-transform: uppercase;}
.wm-shipping-tag i, .wm-shipping-tag-right i { font-size: 12px; color: var(--warning); }


.wm-finance-box-alt { margin-bottom: 25px; padding: 20px; background: rgba(0,0,0,0.3); border: 1px dashed rgba(255,255,255,0.1); }
.wm-finance-info-sm { text-align: center; font-size: 10px; color: var(--text-muted); margin-bottom: 15px; }
.wm-finance-header-alt { text-align: center; margin: 10px 0; font-size: 20px; color: #fff; font-weight: 900; }
.wm-muted-sm { color: var(--text-muted); font-size: 12px; }
.wm-slider-alt { margin: 10px 0; width: 100%; accent-color: var(--accent-main); -webkit-appearance: none; appearance: none; background: #000; height: 6px; border-radius: 3px; outline: none; border: 1px solid var(--border-subtle); }.wm-slider-alt::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--accent-main); cursor: pointer; box-shadow: 0 0 10px var(--accent-glow); }
.wm-finance-bounds-sm { display: flex; justify-content: space-between; font-size: 10px; color: var(--text-muted); }

/* --- GUZIK KOSZYKA Z ZACIĘCIAMI (EMERALD) --- */
.wm-action-grid { display: grid; grid-template-columns: 110px 1fr; gap: 15px; height: 54px; margin-top: 10px; }
.wm-qty-picker { display: flex; align-items: center; justify-content: space-between; background: #0a0c11; border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; padding: 0 15px; font-family: 'Courier New', Courier, monospace; font-size: 18px; font-weight: 900; }
.wm-qty-picker button { background: none; border: none; color: var(--text-main); font-size: 20px; cursor: pointer; padding: 15px 5px; transition: var(--transition); }
.wm-qty-picker button:hover { color: var(--accent-main); }
.wm-btn-cart-huge { background: var(--accent-main); color: #000; border: none; border-radius: 0; font-family: 'Courier New', Courier, monospace; font-size: 15px; font-weight: 900; letter-spacing: 2px; cursor: pointer; transition: var(--transition); box-shadow: 0 10px 30px rgba(0, 255, 204, 0.2); display: flex; align-items: center; justify-content: center; clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px); }
.wm-btn-cart-huge:hover { background: #33ffdb; box-shadow: 0 15px 40px rgba(0, 255, 204, 0.5); transform: translateY(-3px); }

/* --- KARTY PRODUKTÓW (KATALOG - KOMPUTERY.PHP) --- */
.wm-catalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.wm-catalog-card { background: var(--bg-card); border: 1px solid var(--border-subtle); display: flex; flex-direction: column; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.wm-catalog-card:hover { border-color: var(--accent-main); transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,255,204,0.1); }
.wm-card-stage { position: relative; width: 100%; height: 446px; background: #000; overflow: hidden; display: block; }
.wm-stage-fg { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1); display: block; }
.wm-catalog-card:hover .wm-stage-fg { transform: scale(1.06); }
.wm-stage-fade { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, var(--bg-card) -2%, rgba(10,10,13,0.8) 15%, transparent 60%); pointer-events: none; }
.wm-card-tag { position: absolute; top: 20px; left: 20px; z-index: 10; backdrop-filter: blur(5px); background: rgba(0, 0, 0, 0.6); font-family: 'Courier New', Courier, monospace; font-size: 9px; font-weight: 900; padding: 6px 12px; letter-spacing: 1px; }
.wm-tag-cyan { color: #00ffcc; border: 1px solid rgba(0,255,204,0.3); }
.wm-tag-purple { color: #9d4edd; border: 1px solid rgba(157,78,221,0.3); }
.wm-card-content { padding: 0 25px 25px 25px; display: flex; flex-direction: column; flex-grow: 1; position: relative; z-index: 5; }
.wm-card-series { font-family: 'Courier New', Courier, monospace; font-size: 10px; color: var(--text-muted); letter-spacing: 2px; margin-bottom: 8px; display: block; font-weight: bold;}
.wm-card-title { font-size: 24px; font-weight: 900; color: #fff; margin: 0 0 10px 0; text-transform: uppercase; }
.wm-card-desc { font-size: 12px; color: var(--text-muted); line-height: 1.5; margin: 0 0 20px 0; }
.wm-card-footer { margin-top: auto; }
.wm-card-price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 15px; }
.wm-price-label { font-family: 'Courier New', Courier, monospace; font-size: 10px; color: var(--text-muted); display: block; margin-bottom: 4px; font-weight: bold;}
.wm-price-val { font-size: 24px; font-weight: 900; color: #fff; line-height: 1; }
.wm-price-val span { font-size: 14px; color: var(--accent-main); }
.wm-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.wm-btn-outline-cyan { width: 100%; background: transparent; border: 1px solid var(--accent-main); color: var(--accent-main); padding: 12px; font-family: 'Courier New', Courier, monospace; font-weight: 900; font-size: 12px; letter-spacing: 1px; cursor: pointer; border-radius: 4px; transition: all 0.2s ease; text-transform: uppercase; text-decoration: none; display: flex; justify-content: center; align-items: center; }
.wm-btn-outline-cyan:hover { background: var(--accent-main); color: #000; box-shadow: 0 0 15px rgba(0, 255, 204, 0.3); }

/* --- GUZIK DODAJ DO KOSZYKA (KOMPUTERY.PHP - KATALOG) --- */
.wm-btn-cyan-glow { 
    background: transparent; 
    border: 1px solid var(--accent-main); 
    color: var(--accent-main); 
    padding: 12px 24px; 
    font-family: 'Courier New', Courier, monospace; 
    font-weight: 800; 
    border-radius: 4px; 
    cursor: pointer; 
    transition: var(--transition); 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    width: 100%; 
}
.wm-btn-cyan-glow:hover { 
    background: var(--accent-main); 
    color: #000; 
    box-shadow: 0 0 20px var(--accent-glow); 
}

/* --- STRONA CHECKOUT (KASA) --- */
.wm-hidden-section { display: none; }
#order-country { background-color: #0a0b0a; color: #ffffff; border: 1px solid #1a1a1a; padding: 12px 15px; width: 100%; border-radius: 6px; cursor: pointer; outline: none; transition: 0.3s; font-size: 14px; font-family: inherit; }
#order-country:hover, #order-country:focus { border-color: var(--accent-main); background-color: #111; }
#order-country option { background-color: #0a0b0a; color: #ffffff; padding: 10px; }

.wm-checkout-main { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; margin-bottom: 80px; margin-top: 40px; }
.wm-checkout-form-area { background: var(--bg-card); border: 1px solid var(--border-subtle); border-top: 2px solid var(--accent-main); padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.wm-checkout-title { font-size: 24px; font-weight: 900; font-family: 'Courier New', Courier, monospace; color: var(--text-main); text-transform: uppercase; margin: 0 0 30px 0; padding-bottom: 15px; border-bottom: 1px dashed rgba(255,255,255,0.1); letter-spacing: 2px; }
.wm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.wm-form-group { margin-bottom: 20px; }
.wm-form-group label { display: block; font-family: 'Courier New', Courier, monospace; font-size: 11px; color: var(--text-muted); letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase; font-weight: bold;}
.wm-form-group input[type="text"], .wm-form-group input[type="email"], .wm-form-group select, .wm-form-group textarea { width: 100%; background: rgba(0, 0, 0, 0.6); border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; font-family: 'Courier New', Courier, monospace; font-size: 14px; padding: 14px 15px; outline: none; transition: var(--transition); border-radius: 0; box-sizing: border-box; }
.wm-form-group input:focus, .wm-form-group select:focus, .wm-form-group textarea:focus { border-color: var(--accent-main); background: rgba(0, 255, 204, 0.03); box-shadow: inset 3px 0 0 var(--accent-main); }
.wm-checkbox-label { display: flex; align-items: center; gap: 10px; font-family: 'Courier New', Courier, monospace; font-size: 13px; color: var(--text-main); cursor: pointer; margin-bottom: 20px; font-weight: bold;}
.wm-checkbox-label input[type="checkbox"] { accent-color: var(--accent-main); width: 16px; height: 16px; }

.wm-checkout-summary-box { background: var(--bg-panel); border: 1px solid rgba(255,255,255,0.05); padding: 40px; position: sticky; top: 30px; clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px); box-shadow: 0 20px 40px rgba(0,0,0,0.6); }
.wm-chk-item { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px dashed rgba(255,255,255,0.05); }
.wm-chk-item-img { position: relative; width: 60px; height: 60px; background: #000; border: 1px solid var(--border-subtle); display: flex; align-items: center; justify-content: center; }
.wm-chk-item-img img { max-width: 90%; max-height: 90%; object-fit: contain; }
.wm-chk-qty-badge { position: absolute; top: -8px; right: -8px; background: var(--accent-main); color: #000; font-family: 'Courier New', Courier, monospace; font-size: 11px; font-weight: 900; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.wm-chk-item-name { flex-grow: 1; font-size: 14px; font-weight: 700; color: #fff; }
.wm-chk-item-price { font-family: 'Courier New', Courier, monospace; font-size: 16px; font-weight: 900; color: #fff; }
.wm-checkout-totals { background: rgba(0, 0, 0, 0.5); border-left: 2px solid var(--accent-main); padding: 20px; margin: 25px 0; }
.wm-totals-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-family: 'Courier New', Courier, monospace; font-size: 13px; color: var(--text-muted); font-weight: bold;}
.wm-totals-final { margin-bottom: 0; margin-top: 15px; padding-top: 15px; border-top: 1px dashed rgba(255,255,255,0.1); font-size: 16px; font-weight: 900; color: #fff; }
#wm-checkout-total { font-size: 28px; color: var(--accent-main); text-shadow: 0 0 15px rgba(0, 255, 204, 0.3); }
.wm-btn-checkout-final { width: 100%; background: var(--accent-main); color: #000; border: none; font-family: 'Courier New', Courier, monospace; font-size: 16px; font-weight: 900; padding: 20px; letter-spacing: 2px; cursor: pointer; transition: var(--transition); clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); box-shadow: 0 0 15px rgba(0, 255, 204, 0.2); }
.wm-btn-checkout-final:hover { background: #fff; box-shadow: 0 0 25px rgba(255, 255, 255, 0.4); }

/* --- GLOBALNY DRAWER (KOSZYK BOCZNY) --- */
.wm-cart-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.8); backdrop-filter: blur(5px); z-index: 999; opacity: 0; visibility: hidden; transition: var(--transition); }
.wm-cart-overlay.active { opacity: 1; visibility: visible; }
.wm-cart-drawer { position: fixed; top: 0; right: -420px; width: 100%; max-width: 420px; height: 100vh; background: var(--bg-panel); border-left: 1px solid var(--accent-main); z-index: 1000; display: flex; flex-direction: column; transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); box-shadow: -20px 0 50px rgba(0,0,0,0.9); }
.wm-cart-drawer.active { transform: translateX(-420px); }
.wm-cart-header { padding: 25px 30px; border-bottom: 1px solid var(--border-subtle); display: flex; justify-content: space-between; align-items: center; background: rgba(0, 255, 204, 0.05); }
.wm-cart-header h2 { margin: 0; font-size: 20px; font-weight: 900; }
.wm-cart-count-header { color: var(--accent-main); font-size: 14px; margin-left: 5px; }
.wm-cart-close { background: none; border: none; color: var(--text-muted); font-size: 24px; cursor: pointer; transition: var(--transition); }
.wm-cart-close:hover { color: var(--danger); transform: rotate(90deg); }
.wm-cart-items { flex-grow: 1; overflow-y: auto; padding: 25px; display: flex; flex-direction: column; gap: 20px; }
.wm-cart-item { display: flex; gap: 15px; background: var(--bg-card); padding: 15px; border-radius: 6px; border: 1px solid var(--border-subtle); }
.wm-cart-item-img { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; }
.wm-cart-item-img img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5)); }
.wm-cart-item-details { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.wm-cart-item-top { display: flex; justify-content: space-between; align-items: flex-start; }
.wm-cart-item-top h4 { margin: 0; font-size: 13px; font-weight: 800; }
.wm-item-remove { background: none; border: none; color: var(--text-muted); cursor: pointer; transition: var(--transition); }
.wm-item-remove:hover { color: var(--danger); }
.wm-cart-item-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.wm-cart-qty-ctrl { display: flex; align-items: center; gap: 10px; background: #000; padding: 4px 8px; border-radius: 4px; border: 1px solid var(--border-subtle); }
.wm-qty-btn { background: none; border: none; color: var(--text-main); font-weight: 900; cursor: pointer; }
.wm-cart-item-price { font-weight: 900; color: var(--accent-main); }
.wm-cart-empty-msg { color: #888; text-align: center; margin-top: 20px; font-family: 'Courier New', Courier, monospace; font-weight: bold;}
.wm-cart-footer { padding: 25px; background: var(--bg-card); border-top: 1px solid var(--border-subtle); }
.wm-cart-total { display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-weight: 900; margin-bottom: 10px; }
.wm-cart-total span:last-child { font-size: 24px; color: var(--accent-main); text-shadow: 0 0 10px var(--accent-glow); }
.wm-cart-tax-info { font-size: 11px; color: var(--text-muted); margin-bottom: 20px; text-align: center; }

/* GUZIK CHECKOUT (KOSZYK BOCZNY) */
.wm-btn-checkout { display: block; text-align: center; background: var(--accent-main); color: #000; padding: 18px; border-radius: 6px; font-family: 'Courier New', Courier, monospace; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; transition: var(--transition); box-shadow: 0 10px 20px rgba(0, 255, 204, 0.2); }
.wm-btn-checkout:hover { background: #33ffdb; box-shadow: 0 10px 30px rgba(0, 255, 204, 0.5); transform: translateY(-2px); }

.wm-btn-continue { width: 100%; background: transparent; border: 1px solid var(--border-subtle); color: var(--text-main); padding: 15px; font-family: 'Courier New', Courier, monospace; font-weight: 800; cursor: pointer; border-radius: 6px; margin-top: 12px; text-transform: uppercase; transition: var(--transition); }
.wm-btn-continue:hover { background: rgba(255,255,255,0.05); }

/* --- SCROLL TO TOP --- */
.wm-fab-scroll-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; border-radius: 50%; background: var(--bg-panel); border: 1px solid var(--accent-main); color: var(--accent-main); font-size: 20px; cursor: pointer; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: var(--transition); z-index: 900; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
.wm-fab-scroll-top.visible { opacity: 1; visibility: visible; }
.wm-fab-scroll-top:hover { background: var(--accent-main); color: #000; box-shadow: 0 0 20px var(--accent-glow); transform: translateY(-5px); }

/* ==========================================================================
   RWD - UNIFIED MEDIA QUERIES
   ========================================================================== */
@media (max-width: 992px) {
    .wm-hero-buy, .wm-product-grid, .wm-checkout-main, .wm-tactical-rgb-grid-wide, .wm-upsell-box { grid-template-columns: 1fr; gap: 30px; }
    .wm-gallery-wrapper { grid-template-columns: 1fr; height: auto; display: flex; flex-direction: column-reverse; }
    .wm-gallery-thumbs { flex-direction: row; width: 100%; overflow-x: auto; padding-right: 0; padding-bottom: 5px; }
    .wm-gallery-thumbs img { width: 80px; height: 80px; }
    .wm-gallery-main { height: 350px; }
    .wm-upsell-item { flex-direction: column; align-items: flex-start; text-align: center; }
    .wm-form-row { grid-template-columns: 1fr; }
    .wm-checkout-summary-area, .wm-checkout-module-sticky { position: static; }
}

@media (max-width: 768px) {
    /* TUTAJ WKLEJAMY TEN KOD DLA TELEFONU */
    body.wm-product-env {
        overflow-x: hidden !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .wm-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }

    .wm-hud-panel,
    .wm-gallery-wrapper,
    .wm-perf-box,
    .wm-tactical-container,
    .wm-upsell-section,
    .wm-protocols-section,
    .wm-reviews-box,
    .wm-checkout-form-area,
    .wm-checkout-summary-box {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }
} /* <--- Zamknięcie media query dla telefonu, wersja PC rusza dalej bez zmian */

@media (max-width: 768px) {
    body.wm-product-env, html { overflow-x: hidden; width: 100%; }
    .wm-container { padding: 0 15px; }

    /* .menu-list { display: none; } - usunieto na rzecz hamburgera */
    .wm-breadcrumbs { flex-direction: column; align-items: flex-start; gap: 15px; padding: 20px 15px; }
    .wm-path { line-height: 1.6; }

    .wm-hud-panel { 
        flex-direction: column; 
        padding: 25px 20px; 
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); 
        align-items: flex-start;
        gap: 25px;
    }
    .wm-hud-left, .wm-hud-right { width: 100%; }
    .wm-hud-right { flex-direction: column; gap: 10px; }
    .wm-hud-status-box { width: 100%; padding: 12px 15px; }
    .wm-hud-title { font-size: 42px; line-height: 1; word-wrap: break-word; }

    .wm-spec-card { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px; }
    .wm-spec-card i { font-size: 28px; text-align: left; }

    .wm-perf-grid { grid-template-columns: 1fr; }
    .wm-perf-tabs-wrapper { flex-direction: column; align-items: stretch; padding: 15px; }
    .wm-perf-tabs { padding-bottom: 10px; }
    .wm-perf-tabs button { flex: 1 1 auto; font-size: 11px; padding: 10px; }

    .wm-tactical-rgb-grid-wide { grid-template-columns: repeat(2, 1fr); }
    .wm-upsell-item { flex-direction: column; align-items: center; text-align: center; padding: 20px 15px; }
    .wm-upsell-text-row { flex-direction: column; align-items: center; gap: 10px; }
    .wm-upsell-price { margin-left: 0; font-size: 20px; color: var(--accent-main); }
    .wm-add-addon { width: 100%; }

    .wm-checkout-module-sticky { 
        padding: 25px 15px; 
        clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); 
    }
    .wm-price-huge-val { font-size: 36px; }
    .wm-price-row-flex { flex-direction: column; align-items: flex-start; gap: 12px; }
    
    .wm-sys-list li { flex-direction: column; align-items: flex-start; gap: 5px; padding: 10px 0; }
    .wm-sys-label { flex: 0 0 auto; }
    .wm-sys-select-wrap { width: 100%; }
    
    .wm-action-grid { grid-template-columns: 1fr; height: auto; gap: 15px; }
    .wm-qty-picker { justify-content: center; gap: 20px; padding: 10px; }
    .wm-btn-cart-huge { padding: 18px; font-size: 16px; }
    
    .wm-cart-drawer { width: 100vw; max-width: 100vw; right: -100vw; }
    .wm-cart-drawer.active { transform: translateX(-100vw); }
    .wm-cart-item { flex-direction: column; align-items: center; text-align: center; }
    .wm-cart-item-top { flex-direction: column; align-items: center; gap: 10px; }
    .wm-catalog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .wm-hud-title { font-size: 36px; }
    .wm-tactical-rgb-grid-wide { grid-template-columns: 1fr; }
    .wm-gallery-thumbs img { width: 60px; height: 60px; }
    .wm-gallery-wrapper { gap: 10px; }
    .wm-gallery-main { height: 280px; }
}

/* ==========================================================================
   NOWE STYLE DLA STRONY: KONTAKT.PHP (HERO & FORMULARZ)
   ========================================================================== */

/* Sekcja HERO ze zdjęciem siatki */
.wm-contact-hero { 
    position: relative; 
    background: #080a0e; /* Bardzo ciemny odcień dopasowany do tła ze zdjęcia */
    padding: 50px 60px; 
    border-radius: 8px; 
    border: 1px solid var(--border-subtle); 
    overflow: hidden; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.5); 
    margin-bottom: 40px;
}

/* Subtelna zielono-cyjanowa siatka w tle */
.wm-contact-grid-bg { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-image: linear-gradient(rgba(0, 255, 204, 0.05) 1px, transparent 1px), 
                      linear-gradient(90deg, rgba(0, 255, 204, 0.05) 1px, transparent 1px); 
    background-size: 30px 30px; 
    pointer-events: none; 
}

.wm-contact-hero-content { 
    position: relative; 
    z-index: 2; 
    max-width: 800px; 
}

/* WSPARCIE CYBERMAJSTER (Mały tekst z pulsującą kropką) */
.wm-contact-sup { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    font-family: 'Courier New', Courier, monospace; 
    font-size: 11px; 
    color: var(--accent-main); 
    font-weight: 900; 
    letter-spacing: 2px; 
    margin-bottom: 20px; 
    text-transform: uppercase; 
}
.wm-dot-blink { 
    width: 8px; 
    height: 8px; 
    background: var(--accent-main); 
    border-radius: 50%; 
    display: inline-block; 
    box-shadow: 0 0 10px var(--accent-main); 
    animation: blink 1.5s infinite; 
}
@keyframes blink { 
    0% { opacity: 1; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1; } 
}

/* GŁÓWNY TYTUŁ HERO */
.wm-contact-huge-title { 
    font-family: 'Arial Black', Impact, system-ui, sans-serif;
    font-size: 50px; 
    font-weight: 900; 
    line-height: 1; 
    text-transform: uppercase; 
    margin: 0 0 25px 0; 
    color: #fff; 
    text-shadow: 0 10px 30px rgba(0,0,0,0.8); 
    letter-spacing: -1px;
}

.wm-contact-desc { 
    font-size: 16px; 
    color: var(--text-muted); 
    line-height: 1.6; 
    margin-bottom: 40px; 
    max-width: 650px; 
}

/* GUZIKI W HERO KONTAKTOWYM */
.wm-contact-actions { 
    display: flex; 
    gap: 15px; 
    align-items: center; 
    flex-wrap: wrap; 
}

.wm-btn-contact-solid { 
    background: var(--accent-main); 
    color: #000; 
    padding: 16px 30px; 
    font-family: 'Courier New', Courier, monospace; 
    font-weight: 900; 
    font-size: 14px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    text-decoration: none; 
    border-radius: 4px; 
    box-shadow: 0 0 20px var(--accent-glow); 
    transition: var(--transition); 
    border: 1px solid var(--accent-main); 
}
.wm-btn-contact-solid:hover { 
    background: #fff; 
    border-color: #fff; 
    box-shadow: 0 0 30px rgba(255,255,255,0.4); 
    transform: translateY(-2px); 
}

.wm-btn-contact-outline { 
    background: transparent; 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    color: var(--text-main); 
    padding: 16px 30px; 
    font-family: 'Courier New', Courier, monospace; 
    font-weight: 900; 
    font-size: 14px; 
    text-decoration: none; 
    border-radius: 4px; 
    transition: var(--transition); 
    letter-spacing: 2px; 
}
.wm-btn-contact-outline:hover { 
    border-color: var(--accent-main); 
    color: var(--accent-main); 
    background: rgba(0,255,204,0.05); 
}

/* Wrapper formularza kontaktowego */
.wm-contact-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    border-top: none; /* Nadpisujemy czerwoną/cyjanową linię z kasy */
    border-radius: 8px;
}

.wm-btn-contact-submit {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    clip-path: none; /* Zwykły prostokąt, bez zacięć z koszyka */
}

/* Responsywność dla Hero Kontaktowego */
@media (max-width: 768px) {
    .wm-contact-hero { padding: 40px 20px; }
    .wm-contact-huge-title { font-size: 42px; }
    .wm-btn-contact-solid, .wm-btn-contact-outline { width: 100%; text-align: center; }
}

/* Nadrzędny kontener - trzyma wszystko w ryzach */
.cyber-card-wrapper {
  position: relative;
  display: inline-block;
  cursor: help;
  font-weight: bold;
  color: #db2b74; /* Kolor tekstu wyzwalającego - dostosuj pod siebie */
  width:100%;
  text-align:right;
}

/* Główne okno popup - stylizowane na mroczny, techniczny design */
.cyber-popup {
  position: absolute;
  bottom: calc(100% + 15px); /* Startowa pozycja nad tekstem */
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 320px;
  background-color: #0d0f17; /* Ciemne tło ze screena */
  border: 1px solid #1e2233;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
  
  /* Ukrycie, izolacja i sprzętowa akceleracja animacji */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

/* Niewidzialny mostek - zapobiega znikaniu okna przy przesuwaniu myszy w górę */
.cyber-popup::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}

/* Logika pojawiania się okna po najechaniu */
.cyber-card-wrapper:hover .cyber-popup {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(-5px) !important;
}

/* --- Wewnętrzne bebechy karty --- */

.cyber-popup-img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
  background-color: #222; /* Tło zastępcze dla obrazka */
}

.cyber-popup-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.cyber-popup-title {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.cyber-popup-price {
  color: #00ffaa; /* Neonowy zielony/cyjan ze screena */
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  align-self: flex-end;
}

/* Efekt najechania na sam popup - subtelne rozjaśnienie obramowania */
.cyber-popup:hover {
  border-color: #313752;
}
/* ==========================================================================
   RESPONSYWNOŚĆ HEADER (MOBILE)
   ========================================================================== */
.wm-mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: var(--accent-main);
    font-size: 28px;
    cursor: pointer;
    padding: 5px 10px;
    transition: color 0.3s;
}

/* Ukrywamy element specjalny dla PC */
.mobile-only-call {
    display: none;
}

@media (max-width: 992px) {
    .site-navbar .nav-container {
        flex-wrap: wrap;
    }
    
    /* Logo zajmuje pozostałą przestrzeń spychając resztę do prawej */
    .brand-logo.wm-tech-logo {
        flex-grow: 1;
    }
    
    /* Koszyk ustawiamy na drugiej pozycji (przed hamburgerem) */
    .header-controls {
        order: 2;
        gap: 15px;
    }
    
    /* Hamburger ustawiamy na trzeciej pozycji (na samym końcu po prawej) */
    .wm-mobile-menu-btn {
        display: block;
        order: 3;
        margin-left: 15px;
    }
    
    /* Chowanie numeru telefonu na górnym pasku (żeby nie psuł linii) */
    .header-controls .cta-direct-call {
        display: none;
    }
    
    /* Stylowanie odseparowanego przycisku telefonu na dole menu */
    .mobile-only-call {
        display: block;
        margin-top: 5px;
        padding-top: 15px;
        border-top: 1px dashed rgba(255,255,255,0.1);
    }
    .mobile-only-call a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #000;
        background: var(--accent-main);
        text-decoration: none;
        font-family: 'Courier New', Courier, monospace;
        font-weight: 900;
        padding: 12px;
        border-radius: 6px;
        letter-spacing: 1px;
    }
    .mobile-only-call a i {
        font-size: 16px;
    }

    .main-menu {
        display: none;
        width: 100%;
        order: 4;
        margin-top: 15px;
        background: var(--bg-panel);
        border: 1px solid rgba(0, 255, 204, 0.2);
        border-radius: 8px;
        padding: 10px;
    }
    .main-menu.active {
        display: block;
        animation: fadeInDown 0.3s ease forwards;
    }
    .menu-list {
        display: flex !important;
        flex-direction: column;
        gap: 5px;
    }
    .menu-link {
        width: 100%;
        padding: 12px 15px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 6px;
    }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}