/* ==========================================================================
   ONHOSTING - VEREJNÝ WEB (MAIN CSS) - KOMPLETNÁ VERZIA
   ========================================================================== */

/* --- 1. GLOBÁLNE PREMENNÉ A RESET --- */
:root {
    --bg-dark: #09090b; --bg-panel: #121214; --border: #27272a; 
    --accent: #f97316; --accent-hover: #ea580c; 
    --text-main: #ffffff; --text-muted: #a1a1aa; --success: #10b981;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background-color: var(--bg-dark); color: var(--text-main); line-height: 1.6; display: flex; flex-direction: column; min-height: 100vh; }
body.no-scroll { overflow: hidden; }
main, .main-container { flex: 1; }
a { text-decoration: none; color: inherit; transition: 0.2s; }
ul { list-style: none; }

/* Spoločné layouty */
.main-content, .page-wrapper { max-width: 1250px; margin: 0 auto; padding: 50px 20px; min-height: 60vh; }
.page-header { text-align: center; margin-bottom: 60px; }
.page-header h1 { font-family: 'Oswald', sans-serif; font-size: clamp(32px, 5vw, 48px); text-transform: uppercase; margin-bottom: 15px; letter-spacing: -1px; color: white;}
.page-header h1 span { color: var(--accent); }
.page-header p { color: var(--text-muted); font-size: 16px; max-width: 700px; margin: 0 auto; line-height: 1.6; }
.section-header { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); padding-bottom: 10px;}
.section-header h2 { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; text-transform: uppercase; display: flex; align-items: center; gap: 10px; color: white; margin: 0; }
.section-header h2::before { content: ''; display: block; width: 4px; height: 20px; background: var(--accent); }

/* --- 2. MENU, HLAVIČKA A PÄTA --- */
.beta-banner { background-color: var(--accent); color: white; text-align: center; padding: 10px 20px; font-size: 13px; font-weight: 600; z-index: 9999; box-shadow: 0 4px 15px rgba(249, 115, 22, 0.2); }
nav { background: rgba(9, 9, 11, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 1000; }
.nav-container { max-width: 1250px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; height: 80px; }
.logo-new { display: flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 800; color: white; letter-spacing: -1px; }
.logo-new span { color: var(--accent); }
.logo-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: linear-gradient(135deg, rgba(249, 115, 22, 0.15) 0%, rgba(249, 115, 22, 0.05) 100%); border: 1px solid rgba(249, 115, 22, 0.3); border-radius: 10px; color: var(--accent); box-shadow: 0 0 20px rgba(249, 115, 22, 0.15); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { color: #d4d4d8; font-weight: 500; font-size: 14px; position: relative; padding-bottom: 5px; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--accent); transition: width 0.3s ease; }
.nav-links a:hover { color: white; }
.nav-links a:hover::after { width: 100%; }
.btn-nav { background: var(--accent); color: white !important; padding: 10px 24px; border-radius: 8px; font-weight: 600; font-size: 14px; border: none; }
.btn-nav::after { display: none; }
.btn-nav:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3); }
.mobile-menu-toggle { display: none; background: none; border: none; color: white; cursor: pointer; padding: 5px; z-index: 1001; }
.mobile-menu-wrapper { display: contents; }

.site-footer { margin-top: 50px; background-color: var(--bg-dark); background-image: radial-gradient(ellipse at top center, rgba(249, 115, 22, 0.08) 0%, transparent 70%); border-top: 1px solid rgba(249, 115, 22, 0.4); color: var(--text-muted); padding: 60px 20px 20px; }
.footer-container { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 8px; font-size: 26px; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 20px; color: white; }
.footer-brand p { font-size: 14px; line-height: 1.6; margin-bottom: 25px; max-width: 350px; }
.footer-socials { display: flex; gap: 15px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--bg-panel); border: 1px solid var(--border); border-radius: 8px; color: var(--text-muted); transition: 0.3s ease; }
.footer-socials a:hover { background: var(--accent); border-color: var(--accent); color: white; transform: translateY(-3px); }
.footer-links-col { display: flex; flex-direction: column; }
.footer-links-col h4 { color: white; font-size: 14px; font-weight: 800; text-transform: uppercase; margin-bottom: 25px; }
.footer-links-col a { color: var(--text-muted); font-size: 14px; font-weight: 500; margin-bottom: 15px; transition: 0.2s; }
.footer-links-col a:hover { color: var(--accent); transform: translateX(5px); }
.footer-bottom { max-width: 1250px; margin: 0 auto; padding-top: 25px; display: flex; justify-content: space-between; font-size: 13px; }

/* --- 3. HERO SLIDER A ŠTÍTY (index.php) --- */
.hero-slider { position: relative; width: 100%; min-height: 500px; background-color: var(--bg-dark); border-bottom: 4px solid var(--accent); overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease-in-out; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; z-index: 1; pointer-events: none; }
.slide.active { opacity: 1; z-index: 2; pointer-events: auto; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(9,9,11,0.95) 0%, rgba(9,9,11,0.7) 50%, rgba(9,9,11,0.3) 100%); z-index: 1; }
.slide-content { position: relative; z-index: 3; width: 100%; max-width: 1250px; padding: 0 20px; transform: translateY(20px); transition: transform 0.8s ease-out; }
.slide.active .slide-content { transform: translateY(0); }
.slide-tag { display: inline-block; background: var(--accent); color: white; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 15px; }
.slide-title { font-size: 48px; font-weight: 800; line-height: 1.1; margin-bottom: 15px; letter-spacing: -1px; color: white; text-shadow: 0 4px 10px rgba(0,0,0,0.5);}
.slide-title span { color: var(--accent); }
.slide-desc { font-size: 16px; color: #d4d4d8; max-width: 500px; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }
.slider-controls { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 10px; }
.slider-controls .dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; transition: 0.3s; }
.slider-controls .dot.active { background: var(--accent); width: 24px; border-radius: 6px; }

/* Opravené rozmery pre štíty */
.retro-bg { position: absolute; inset: 0; background: radial-gradient(circle at top center, #27272a 0%, #121214 60%, #09090b 100%); z-index: 1; }
.retro-top-bar { position: absolute; top: 0; left: 0; width: 100%; height: 50px; background: linear-gradient(to bottom, #ffaa00 0%, #ea580c 60%, #993300 100%); border-bottom: 2px solid #000; box-shadow: 0 8px 25px rgba(0,0,0,0.9); z-index: 10; }
.retro-features-grid { position: relative; z-index: 5; width: 100%; max-width: 1200px; margin: 48px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0 20px 40px; transform: translateY(20px); transition: transform 0.8s ease-out; }
.slide.active .retro-features-grid { transform: translateY(0); }
.retro-column { position: relative; padding-top: 130px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.retro-column:not(:last-child)::after { content: ''; position: absolute; right: -10px; top: 50px; height: 60%; width: 1px; background: rgba(255,255,255,0.05); }

.retro-shield-container { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 170px; height: 110px; z-index: 5; }
.retro-shield-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter: drop-shadow(0 15px 15px rgba(0,0,0,0.9)) drop-shadow(0 0 10px rgba(234, 88, 12, 0.2)); }
.retro-shield-icon { position: absolute; top: 30px; left: 0; width: 100%; display: flex; justify-content: center; align-items: center; z-index: 20; color: white;}
.retro-shield-icon svg { width: 36px; height: 36px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.8));}
.retro-shield-icon .euro-sign { font-size: 38px; font-weight: 800; line-height: 1; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.8)); font-family: 'Inter', sans-serif;}

.retro-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; text-align: left; }
.retro-list li { color: #d4d4d8; font-size: 15px; font-style: italic; display: flex; align-items: center; gap: 12px; }
.retro-list li::before { content: ''; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid var(--accent); }
.retro-header { margin-top: auto; color: white; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 20px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 15px; width: 100%; max-width: 250px; }

/* --- 4. Zdieľané KARTY HIER S HOVER EFEKTOM (index.php, games.php) --- */
.games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-bottom: 40px; }
.game-card { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; position: relative; transition: 0.2s; text-decoration: none;}
.game-banner { height: 200px; background-size: cover; background-position: center; position: relative; border-bottom: 1px solid var(--border); }
.game-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg-panel), transparent); }
.status-tag { position: absolute; top: 15px; left: 15px; background: rgba(9, 9, 11, 0.9); border: 1px solid rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 4px; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #f59e0b; z-index: 2; }
.game-info { padding: 0 25px 25px; position: relative; z-index: 2; display: flex; flex-direction: column; flex: 1; }
.game-info h3 { font-size: 24px; font-weight: 800; margin-top: -20px; margin-bottom: 10px; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.5px; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.8); }
.game-info p { color: var(--text-muted); font-size: 14px; margin-bottom: 15px; flex: 1; line-height: 1.6; }
.game-features { margin-bottom: 20px; }
.game-features li { font-size: 12px; color: #d4d4d8; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; font-weight: 500; }
.game-features li::before { content: '✓'; color: var(--accent); font-weight: bold; }

.hover-overlay { position: absolute; inset: 0; background: rgba(9, 9, 11, 0.95); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px; opacity: 0; transition: opacity 0.3s ease; z-index: 10; padding: 20px; backdrop-filter: blur(4px); }
.game-card:hover .hover-overlay { opacity: 1; }
.game-card:hover { border-color: var(--accent); transform: translateY(-5px); box-shadow: 0 10px 25px rgba(249, 115, 22, 0.15); }
.btn-hover { width: 80%; text-align: center; padding: 12px; border-radius: 6px; font-weight: 700; text-transform: uppercase; font-size: 14px; transition: 0.2s; border: 2px solid transparent; cursor: pointer;}
.btn-hover.primary { background: var(--accent); color: white; }
.btn-hover.primary:hover { background: var(--accent-hover); box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3); }
.btn-hover.outline { background: transparent; color: white; border-color: #3f3f46; }
.btn-hover.outline:hover { border-color: white; background: rgba(255,255,255,0.1); }
.btn-disabled { background: #18181b; border: 1px solid var(--border); color: #71717a; padding: 10px; border-radius: 4px; text-align: center; font-weight: 600; font-size: 12px; cursor: not-allowed; text-transform: uppercase; }

/* --- 5. DETAIL HRY (game_detail.php) --- */
.detail-wrapper { max-width: 1250px; margin: 0 auto; padding: 40px 20px; min-height: 80vh; }
.hero-detail { width: 100%; height: 400px; border-radius: 12px; margin-bottom: 50px; position: relative; background-size: cover; background-position: center; border: 1px solid var(--border); overflow: hidden; }
.hero-detail-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(9, 9, 11, 0.95) 0%, rgba(9, 9, 11, 0.5) 100%); display: flex; flex-direction: column; justify-content: center; padding: 0 60px; }
.detail-title { font-family: 'Oswald', sans-serif; font-size: 56px; color: white; margin: 0; text-transform: uppercase; line-height: 1.1; }
.detail-subtitle { color: var(--accent); font-weight: 700; font-size: 18px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; }

.info-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; margin-bottom: 60px; }
.lore-box { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 12px; padding: 40px; }
.lore-box h2 { font-size: 24px; color: white; margin-top: 0; margin-bottom: 15px; display: flex; align-items: center; gap: 10px;}
.lore-box h2::before { content: ''; display: block; width: 4px; height: 20px; background: var(--accent); }
.lore-box p { color: var(--text-muted); line-height: 1.7; font-size: 15px; margin-bottom: 25px; }

.side-box { display: flex; flex-direction: column; gap: 20px; }
.ver-box, .feat-box { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 12px; padding: 30px; }
.ver-box h3, .feat-box h3 { color: white; margin-top: 0; font-size: 18px; margin-bottom: 20px; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.custom-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.custom-list li { color: #d4d4d8; font-weight: 500; display: flex; align-items: center; gap: 12px; font-size: 14px;}
.ver-box .custom-list li::before { content: '🎮'; font-size: 16px; }
.feat-box .custom-list li::before { content: '✓'; color: #10b981; font-weight: bold; background: rgba(16, 185, 129, 0.1); width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgba(16, 185, 129, 0.3); }

/* --- 6. OBJEDNÁVKOVÝ KONFIGURÁTOR (order.php / order_*.php) --- */
.order-hero { padding: 50px 20px; background: var(--bg-panel); border-bottom: 1px solid var(--border); }
.order-hero-inner { max-width: 1250px; margin: 0 auto; }
.order-hero h1 { font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -1px; margin-bottom: 10px; text-transform: uppercase; color: white;}
.order-hero p { color: var(--text-muted); font-size: 16px; }
.preview-banner { background: rgba(249, 115, 22, 0.1); border: 1px solid rgba(249, 115, 22, 0.4); color: var(--accent); padding: 15px; border-radius: 8px; margin-bottom: 30px; text-align: center; font-weight: 600; font-size: 14px; }
.order-container { max-width: 1250px; margin: 50px auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 380px; gap: 40px; }
.order-section { margin-bottom: 40px; }
.order-section h2 { font-family: 'Oswald', sans-serif; font-size: 20px; color: white; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--border); padding-bottom: 10px; }
.order-section h2::before { content: ''; display: block; width: 4px; height: 18px; background: var(--accent); }

/* Výbery Gridov */
.game-sel-grid, .plan-grid, .cycle-grid { display: grid; gap: 15px; }
.game-sel-grid { grid-template-columns: repeat(2, 1fr); }
.plan-grid, .cycle-grid { grid-template-columns: repeat(3, 1fr); }
.game-sel-card, .plan-card, .cycle-card { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; cursor: pointer; transition: 0.2s; position: relative; }
.game-sel-card.active, .plan-card.active, .cycle-card.active { border-color: var(--accent); background: rgba(249, 115, 22, 0.05); }
.game-sel-card.active::before, .plan-card.active::before { content: '✓'; position: absolute; top: 10px; right: 10px; background: var(--accent); color: white; width: 22px; height: 22px; border-radius: 50%; font-size: 13px; display: flex; align-items: center; justify-content: center; font-weight: bold; z-index: 10; }
.game-sel-img { height: 100px; background-size: cover; background-position: center; position: relative; border-bottom: 1px solid var(--border);}
.game-sel-info { padding: 15px; position: relative; z-index: 2; margin-top: -20px; }
.game-sel-info h3 { font-size: 16px; font-weight: 800; margin-bottom: 2px; color: white; }
.game-sel-info p { font-size: 12px; color: var(--text-muted); }

/* Balíčky */
.plan-card { padding: 20px; text-align: center; }
.plan-name { font-family: 'Oswald', sans-serif; font-size: 18px; text-transform: uppercase; color: white; margin-bottom: 10px; }
.plan-ram { font-size: 28px; font-weight: 800; color: var(--accent); margin-bottom: 15px; line-height: 1; }
.plan-ram span { font-size: 14px; color: var(--text-muted); font-weight: 600; }
.plan-features { text-align: left; border-top: 1px solid var(--border); padding-top: 15px; }
.plan-features li { font-size: 12px; color: #d4d4d8; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
.plan-features li::before { content: '•'; color: var(--accent); }

/* Slidery */
.slider-container { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 12px; padding: 25px; margin-bottom: 20px; }
.slider-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.slider-label { font-size: 14px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; }
.slider-value { font-size: 24px; font-weight: 800; color: var(--accent); }
input[type=range] { -webkit-appearance: none; width: 100%; background: transparent; margin: 10px 0; }
input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 8px; cursor: pointer; background: #27272a; border-radius: 4px; }
input[type=range]::-webkit-slider-thumb { height: 24px; width: 24px; border-radius: 50%; background: var(--accent); cursor: pointer; -webkit-appearance: none; margin-top: -8px; border: 4px solid #121214; }
.slider-ticks { display: flex; justify-content: space-between; font-size: 11px; color: var(--text-muted); margin-top: 10px; font-weight: 600; }
.slider-info { font-size: 12px; color: #a1a1aa; margin-top: 15px; border-top: 1px dashed var(--border); padding-top: 15px; }

/* Obdobie a Zhrnutie */
.cycle-card { padding: 15px; text-align: center; }
.cycle-days { font-size: 20px; font-weight: 800; color: white; }
.cycle-discount { font-size: 11px; color: var(--success); font-weight: bold; text-transform: uppercase; margin-top: 5px; }
.summary-wrapper { position: sticky; top: 100px; }
.summary-box { background: #18181b; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.5); }
.summary-header { background: #121214; padding: 20px; font-family: 'Oswald', sans-serif; font-size: 18px; text-transform: uppercase; border-bottom: 1px solid var(--border); color: white;}
.summary-body { padding: 20px; }
.sum-row { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 14px; }
.sum-lbl { color: var(--text-muted); }
.sum-val { color: white; font-weight: 600; text-align: right; }
.sum-val.accent { color: var(--accent); }
.sum-val.free { color: var(--success); }
.sum-val.discount { color: var(--success); font-weight: 800; }
.sum-total-box { background: var(--bg-dark); border: 1px solid var(--border); border-radius: 8px; padding: 20px; text-align: center; margin-top: 20px; }
.sum-total-lbl { font-size: 12px; color: var(--text-muted); text-transform: uppercase; font-weight: 700; margin-bottom: 5px; }
.sum-total-price { font-size: 36px; font-weight: 800; color: var(--accent); line-height: 1; }
.btn-submit-disabled { width: 100%; background: #27272a; color: #71717a; border: none; padding: 18px; font-size: 16px; font-weight: 700; font-family: 'Oswald', sans-serif; text-transform: uppercase; cursor: not-allowed; margin-top: 20px; border-radius: 8px; }
.order-container input[type="radio"] { display: none; }

/* --- 7. PROGRESS A PRIPRAVUJEME (progress.php) --- */
.progress-bar-container { background: #121214; border: 1px solid var(--border); padding: 30px; border-radius: 16px; margin-bottom: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.progress-meta { display: flex; justify-content: space-between; margin-bottom: 15px; font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; color: white;}
.progress-meta .percent { color: var(--accent); font-size: 18px; font-weight: 800; }
.progress-track { width: 100%; height: 12px; background: #09090b; border-radius: 10px; overflow: hidden; border: 1px solid var(--border); }
.progress-fill { height: 100%; background: linear-gradient(90deg, #ea580c, #f97316, #fb923c); border-radius: 10px; width: 0%; box-shadow: 0 0 15px rgba(249, 115, 22, 0.5); }

.timeline-container { background: #121214; border: 1px solid var(--border); border-radius: 16px; padding: 40px; margin-bottom: 50px; }
.timeline-container h3 { font-family: 'Oswald', sans-serif; font-size: 24px; text-transform: uppercase; margin-top: 0; margin-bottom: 30px; text-align: center; color: white;}
.timeline { position: relative; padding-left: 30px; border-left: 2px solid var(--border); margin: 0 auto; max-width: 600px; }
.timeline-item { position: relative; margin-bottom: 35px; }
.timeline-dot { position: absolute; left: -37px; top: 2px; width: 12px; height: 12px; border-radius: 50%; background: var(--border); border: 3px solid var(--bg-panel); }
.timeline-dot.done { background: var(--success); box-shadow: 0 0 10px rgba(16, 185, 129, 0.5); }
.timeline-dot.current { background: var(--accent); box-shadow: 0 0 15px rgba(249, 115, 22, 0.6); animation: pulseOrange 2s infinite; }
.timeline-date { font-size: 13px; color: var(--accent); font-weight: 700; margin-bottom: 5px; text-transform: uppercase; }
.timeline-date.done-text { color: var(--success); }
.timeline-title { color: white; font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.timeline-desc { color: var(--text-muted); font-size: 14px; line-height: 1.5; margin: 0; }

.roadmap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.roadmap-card { background: #121214; border: 1px solid var(--border); border-radius: 16px; padding: 30px; }
.roadmap-card h3 { font-family: 'Oswald', sans-serif; font-size: 22px; text-transform: uppercase; margin-top: 0; margin-bottom: 25px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--border); padding-bottom: 15px; color: white;}
.task-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 15px; color: #e4e4e7; font-size: 15px; }
.icon-done { color: var(--success); flex-shrink: 0; margin-top: 2px; }
.icon-pending { color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.icon-future { color: #52525b; flex-shrink: 0; margin-top: 2px; }
.pending-text { color: var(--text-muted); }

.coming-soon-container { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 20px; text-align: center; min-height: 50vh; }
.icon-wrapper { width: 120px; height: 120px; background: rgba(249, 115, 22, 0.05); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 35px; border: 1px dashed rgba(249, 115, 22, 0.3); animation: pulseOrange 2s infinite; }
.icon-wrapper svg { width: 50px; height: 50px; color: var(--accent); animation: spin 8s linear infinite; }
.coming-soon-title { font-family: 'Oswald', sans-serif; font-size: clamp(36px, 5vw, 48px); text-transform: uppercase; color: white; margin-bottom: 15px; }
.coming-soon-title span { color: var(--accent); }
.btn-home { background: var(--accent); color: white; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 15px; transition: 0.3s ease; text-transform: uppercase; display: inline-block; }

/* --- 8. HARDVÉR (hardware.php) --- */
.hw-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; margin-bottom: 60px; }
.hw-card { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; }
.hw-card:hover { border-color: rgba(249, 115, 22, 0.4); transform: translateY(-5px); box-shadow: 0 20px 40px -10px rgba(0,0,0,0.8); }
.hw-banner { height: 260px; background-size: cover; background-position: center; position: relative; }
.hw-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg-panel) 0%, transparent 100%); }
.hw-badge { position: absolute; top: 20px; right: 20px; background: rgba(9, 9, 11, 0.85); border: 1px solid rgba(255,255,255,0.1); padding: 6px 14px; border-radius: 6px; font-size: 11px; font-weight: 800; color: white; text-transform: uppercase; z-index: 2; backdrop-filter: blur(5px); display: flex; align-items: center; gap: 8px; }
.hw-badge::before { content: ''; display: block; width: 8px; height: 8px; background: var(--success); border-radius: 50%; box-shadow: 0 0 8px var(--success); }
.hw-body { padding: 0 40px 40px; position: relative; z-index: 3; margin-top: -40px; flex: 1; display: flex; flex-direction: column; }
.hw-body h2 { font-family: 'Oswald', sans-serif; font-size: 28px; color: white; text-transform: uppercase; margin-bottom: 25px; letter-spacing: 0.5px; }
.specs-list { display: flex; flex-direction: column; gap: 15px; margin-top: auto; }
.spec-item { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px dashed #1f1f22; }
.spec-item:last-child { border-bottom: none; padding-bottom: 0; }
.spec-label { font-size: 13px; color: var(--text-muted); text-transform: uppercase; font-weight: 700; }
.spec-val { font-size: 15px; font-weight: 600; color: white; text-align: right; }
.spec-val.accent { color: var(--accent); font-weight: 800; }
.spec-val.ip { font-family: monospace; font-size: 14px; letter-spacing: 0.5px; }
.planned-card { background: transparent; border: 2px dashed #27272a; border-radius: 12px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 40px; color: var(--text-muted); transition: 0.3s; min-height: 400px; }
.planned-icon { font-size: 40px; margin-bottom: 20px; opacity: 0.5; }
.infra-features { margin-top: 20px; padding-top: 60px; border-top: 1px solid var(--border); display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.feature-box h4 { color: white; font-family: 'Oswald', sans-serif; font-size: 18px; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; }
.feature-box h4::before { content: '⚡'; color: var(--accent); font-size: 18px; }

/* --- 9. NOVINKY (news.php / news_view.php) --- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.news-card { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 16px; transition: transform 0.3s ease, border-color 0.3s ease; display: flex; flex-direction: column; overflow: hidden; text-decoration: none; }
.news-card.featured { grid-column: span 3; display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; }
.news-card:hover { transform: translateY(-5px); border-color: rgba(249, 115, 22, 0.4); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
.card-img-wrapper { width: 100%; height: 220px; overflow: hidden; position: relative; background-color: #18181b;}
.news-card.featured .card-img-wrapper { height: 100%; min-height: 380px; }
.card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.news-card:hover .card-img { transform: scale(1.05); }
.card-content { padding: 30px; display: flex; flex-direction: column; flex: 1; }
.news-card.featured .card-content { padding: 40px; }
.news-meta { font-size: 12px; color: var(--accent); font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.news-meta span { color: var(--text-muted); font-weight: 500; text-transform: none; letter-spacing: 0; }
.news-title { font-size: 22px; font-weight: 800; color: white; margin-bottom: 15px; line-height: 1.3; letter-spacing: -0.5px; transition: color 0.2s; }
.news-card.featured .news-title { font-size: 36px; margin-bottom: 20px; }
.news-card:hover .news-title { color: var(--accent); }
.news-text { color: var(--text-muted); font-size: 15px; margin-bottom: 25px; line-height: 1.6; flex: 1; }
.news-btn { display: inline-flex; align-items: center; gap: 8px; color: white; font-weight: 600; font-size: 14px; padding: 10px 20px; background: rgba(255,255,255,0.05); border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); width: fit-content; }
.news-card:hover .news-btn { background: var(--accent); border-color: var(--accent); }
.reading-container { max-width: 800px; margin: 0 auto; padding: 40px 20px 100px; }
.back-btn { display: inline-flex; align-items: center; gap: 8px; color: #a1a1aa; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 40px; transition: 0.2s; }
.back-btn:hover { color: var(--accent); transform: translateX(-5px); }
.article-header { text-align: center; margin-bottom: 40px; }
.article-category { display: inline-block; background: rgba(249, 115, 22, 0.1); color: var(--accent); padding: 6px 12px; border-radius: 6px; font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin-bottom: 20px; }
.article-title { font-family: 'Oswald', sans-serif; font-size: clamp(36px, 6vw, 56px); color: white; line-height: 1.1; margin-bottom: 25px; text-transform: uppercase; }
.article-meta { color: #a1a1aa; font-size: 15px; display: flex; justify-content: center; gap: 20px; font-weight: 500; }
.article-hero-img { width: 100%; border-radius: 16px; margin-bottom: 50px; object-fit: cover; max-height: 450px; border: 1px solid #27272a; box-shadow: 0 15px 40px rgba(0,0,0,0.5); }
.article-body { font-size: 18px; line-height: 1.8; color: #e4e4e7; }
.article-body h2 { font-family: 'Oswald', sans-serif; font-size: 36px; color: white; margin: 60px 0 20px; text-transform: uppercase; border-bottom: 1px solid #27272a; padding-bottom: 10px;}
.article-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 30px 0; border: 1px solid #27272a; }

/* Iné portálové prvky (index.php) */
.portal-grid { display: grid; grid-template-columns: 1fr 350px; gap: 40px; margin-bottom: 60px; }
.news-list { display: flex; flex-direction: column; gap: 20px; }
.news-item { display: flex; gap: 20px; padding: 20px; background: var(--bg-panel); border: 1px solid var(--border); border-radius: 8px; transition: 0.2s; align-items: flex-start; }
.news-item:hover { border-color: rgba(255,255,255,0.1); background: #18181b; }
.news-img { width: 180px; height: 120px; background-size: cover; background-position: center; border-radius: 4px; flex-shrink: 0; background-color: #18181b; border: 1px solid var(--border); }
.news-content { flex: 1; }
.sidebar { display: flex; flex-direction: column; gap: 25px; }
.widget { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 8px; padding: 25px; }
.widget h3 { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; border-bottom: 1px solid var(--border); padding-bottom: 10px; color: white;}
.calc-form label { display: block; font-size: 11px; color: var(--text-muted); font-weight: 700; margin-bottom: 6px; text-transform: uppercase; }
.calc-form select { width: 100%; background: #09090b; border: 1px solid var(--border); color: white; padding: 10px; border-radius: 4px; margin-bottom: 20px; font-size: 13px; outline: none; }
.price-display { background: #09090b; border: 1px solid var(--border); border-radius: 4px; padding: 15px; text-align: center; margin-bottom: 20px; }
.price-display .amount { font-size: 24px; font-weight: 800; color: white; }
.price-display .desc { font-size: 11px; color: var(--text-muted); text-transform: uppercase; font-weight: bold; }
.btn-submit { width: 100%; background: var(--accent); color: white; border: none; padding: 12px; border-radius: 4px; font-weight: 700; cursor: pointer; transition: 0.2s; font-size: 13px; text-transform: uppercase; font-family: 'Oswald', sans-serif; }

/* Testimonialy a O nás */
.refs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 60px; }
.ref-card { background: var(--bg-panel); border: 1px solid var(--border); padding: 25px; border-radius: 8px; }
.stars { color: #f59e0b; font-size: 16px; margin-bottom: 10px; letter-spacing: 2px; }
.ref-text { font-size: 14px; font-style: italic; color: #d4d4d8; margin-bottom: 15px; }
.ref-author { font-size: 13px; font-weight: 700; color: var(--accent); text-transform: uppercase; }
.about-section { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 8px; padding: 40px; display: flex; gap: 40px; align-items: center; }
.about-text { flex: 2; }
.about-text p { color: var(--text-muted); font-size: 14px; margin-bottom: 15px; }
.about-img { flex: 1; text-align: center; font-size: 80px; opacity: 0.5; }

/* --- 10. KONTAKT, FAQ, VOP --- */
.contact-hero { padding: 80px 20px; text-align: center; border-bottom: 1px solid var(--border); background: var(--bg-panel); }
.contact-hero h1 { font-size: 48px; font-weight: 800; margin-bottom: 15px; letter-spacing: -1px; color: white;}
.contact-hero p { color: var(--text-muted); font-size: 16px; max-width: 600px; margin: 0 auto; }
.contact-grid { max-width: 1250px; margin: 60px auto; padding: 0 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.contact-card { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 16px; padding: 40px 30px; text-align: center; transition: 0.3s; position: relative; overflow: hidden; }
.contact-card:hover { border-color: rgba(249, 115, 22, 0.4); transform: translateY(-5px); box-shadow: 0 20px 40px -20px rgba(0,0,0,0.8); }
.contact-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; background: rgba(249, 115, 22, 0.1); color: var(--accent); border-radius: 16px; margin-bottom: 25px; }
.contact-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: white; text-transform: uppercase; letter-spacing: 0.5px; }
.contact-card p { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
.contact-link { display: inline-block; margin-top: 15px; color: white; font-weight: 600; text-decoration: underline; text-decoration-color: var(--border); text-underline-offset: 4px; }
.contact-link:hover { color: var(--accent); text-decoration-color: var(--accent); }

.faq-container { display: flex; flex-direction: column; gap: 15px; }
details { background: var(--bg-panel); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: 0.3s; }
details[open] { border-color: rgba(249, 115, 22, 0.4); box-shadow: 0 10px 30px -15px rgba(0,0,0,0.5); }
summary { padding: 20px 25px; font-weight: 700; font-size: 16px; cursor: pointer; color: white; display: flex; justify-content: space-between; align-items: center; list-style: none; user-select: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--accent); font-size: 24px; font-weight: 400; line-height: 1; transition: 0.3s transform; }
details[open] summary::after { content: '−'; transform: rotate(180deg); }
details[open] summary { border-bottom: 1px solid var(--border); color: var(--accent); }
.faq-content { padding: 20px 25px; color: var(--text-muted); font-size: 14px; line-height: 1.8; background: #09090b; }
.faq-content b { color: white; }

.legal-container { max-width: 900px; margin: 60px auto; padding: 40px; background: var(--bg-panel); border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.legal-header { text-align: center; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 2px solid var(--border); }
.legal-header h1 { font-family: 'Oswald', sans-serif; font-size: 36px; color: white; text-transform: uppercase; margin-bottom: 10px; }
.legal-content { font-size: 15px; line-height: 1.8; color: #d4d4d8; }
.legal-content h2 { font-family: 'Oswald', sans-serif; font-size: 22px; color: white; margin: 40px 0 15px 0; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.legal-content h2::before { content: ''; display: block; width: 4px; height: 18px; background: var(--accent); }
.legal-content ul { padding-left: 20px; }
.legal-content ul li { position: relative; margin-bottom: 8px; padding-left: 25px; }
.legal-content ul li::before { content: '■'; position: absolute; left: 0; color: var(--accent); font-size: 10px; top: 2px; }
.highlight-box { background: rgba(249, 115, 22, 0.05); border-left: 4px solid var(--accent); padding: 20px; margin: 25px 0; border-radius: 0 8px 8px 0; }

/* --- 11. ANIMÁCIE A RESPONZIVITA --- */
@keyframes spin { 100% { transform: rotate(360deg); } }
@keyframes fillProgress { from { width: 0%; } to { width: 48%; } }
@keyframes pulseOrange { 0% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(249, 115, 22, 0); } 100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); } }

@media (max-width: 992px) {
    .retro-top-bar { display: none; } 
    .retro-features-grid { grid-template-columns: 1fr; margin-top: 0; padding: 40px 20px; gap: 40px; }
    .retro-column:not(:last-child)::after { display: none; }
    .retro-column { background: #121214; border-radius: 12px; padding-top: 150px; padding-bottom: 30px; border: 1px solid var(--border); overflow: hidden; }
    .retro-column::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 50px; background: linear-gradient(to bottom, #ffaa00 0%, #ea580c 60%, #993300 100%); border-bottom: 2px solid #000; z-index: 10; }
    .retro-shield-container { top: 48px; }
    
    .slide-title { font-size: 32px; }
    .portal-grid, .order-container, .info-grid, .hw-grid, .infra-features { grid-template-columns: 1fr; }
    .about-section { flex-direction: column; text-align: center; }
    .news-item { flex-direction: column; }
    .news-img { width: 100%; height: 200px; }
    .summary-wrapper { position: static; }
    .plan-grid, .cycle-grid, .game-sel-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .news-card.featured { grid-column: span 2; grid-template-columns: 1fr; }
    .hw-body { padding: 0 25px 30px; }
}

@media (max-width: 768px) {
    .footer-container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .footer-brand .footer-logo, .footer-socials { justify-content: center; }
    .footer-brand p { margin: 0 auto 25px; }
    .footer-links-col { align-items: center; }
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
    
    .news-grid { grid-template-columns: 1fr; gap: 25px; }
    .news-card.featured { grid-column: span 1; }
    .roadmap-grid { grid-template-columns: 1fr; }
    .timeline-container { padding: 30px 20px; }
    .legal-container { margin: 30px 15px; padding: 25px; }
    .hero-detail-overlay { padding: 0 30px; }
    .detail-title, .contact-hero h1 { font-size: 36px; }
    .refs-grid { grid-template-columns: 1fr; }
}