@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic&display=swap");

/* Resets & Basics */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; -webkit-text-size-adjust: none; background: #252122 none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
mark { background-color: transparent; color: inherit; }
input::-moz-focus-inner { border: 0; padding: 0; }
input, select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; }
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

body.is-preload *, body.is-preload *:before, body.is-preload *:after { -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; }
body, input, textarea, select { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; color: #5d5d5d; font-size: 14pt; line-height: 1.75em; }
strong, b { color: #252122; font-weight: 400; }
i, em { font-style: italic; }
sub { position: relative; top: 0.5em; font-size: 0.8em; }
sup { position: relative; top: -0.5em; font-size: 0.8em; }
blockquote { border-left: solid 0.75em #ddd; padding: 1em 0 1em 1.5em; font-style: italic; }
h1, h2, h3, h4, h5, h6 { color: #252122; font-weight: 700; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.35em; }
a { color: #d52349; text-decoration: underline; }
a:hover { text-decoration: none; }
br.clear { clear: both; }
hr { border: 0; border-top: solid 1px #ddd; height: 1px; margin: 2em 0; }
p, ul, ol, dl, table { margin-bottom: 2em; }

/* Container */
.container { margin: 0 auto; max-width: 100%; width: 70em; }

/* Grid System */
.row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; }
.row > * { box-sizing: border-box; }
.row.gtr-uniform > * > :last-child { margin-bottom: 0; }
.row.aln-left { justify-content: flex-start; }
.row.aln-center { justify-content: center; }
.row.aln-right { justify-content: flex-end; }
.row.aln-top { align-items: flex-start; }
.row.aln-middle { align-items: center; }
.row.aln-bottom { align-items: flex-end; }
.row > .imp { order: -1; }
.row > .col-1 { width: 8.33333%; } .row > .off-1 { margin-left: 8.33333%; }
.row > .col-2 { width: 16.66667%; } .row > .off-2 { margin-left: 16.66667%; }
.row > .col-3 { width: 25%; } .row > .off-3 { margin-left: 25%; }
.row > .col-4 { width: 33.33333%; } .row > .off-4 { margin-left: 33.33333%; }
.row > .col-5 { width: 41.66667%; } .row > .off-5 { margin-left: 41.66667%; }
.row > .col-6 { width: 50%; } .row > .off-6 { margin-left: 50%; }
.row > .col-7 { width: 58.33333%; } .row > .off-7 { margin-left: 58.33333%; }
.row > .col-8 { width: 66.66667%; } .row > .off-8 { margin-left: 66.66667%; }
.row > .col-9 { width: 75%; } .row > .off-9 { margin-left: 75%; }
.row > .col-10 { width: 83.33333%; } .row > .off-10 { margin-left: 83.33333%; }
.row > .col-11 { width: 91.66667%; } .row > .off-11 { margin-left: 91.66667%; }
.row > .col-12 { width: 100%; } .row > .off-12 { margin-left: 100%; }

.row.gtr-0 { margin-top: 0; margin-left: 0; }
.row.gtr-0 > * { padding: 0; }
.row.gtr-0.gtr-uniform { margin-top: 0; }
.row.gtr-0.gtr-uniform > * { padding-top: 0; }
.row.gtr-25 { margin-top: -12.5px; margin-left: -12.5px; }
.row.gtr-25 > * { padding: 12.5px 0 0 12.5px; }
.row.gtr-25.gtr-uniform { margin-top: -12.5px; }
.row.gtr-25.gtr-uniform > * { padding-top: 12.5px; }
.row.gtr-50 { margin-top: -25px; margin-left: -25px; }
.row.gtr-50 > * { padding: 25px 0 0 25px; }
.row.gtr-50.gtr-uniform { margin-top: -25px; }
.row.gtr-50.gtr-uniform > * { padding-top: 25px; }
.row { margin-top: -50px; margin-left: -50px; }
.row > * { padding: 50px 0 0 50px; }
.row.gtr-uniform { margin-top: -50px; }
.row.gtr-uniform > * { padding-top: 50px; }
.row.gtr-150 { margin-top: -75px; margin-left: -75px; }
.row.gtr-150 > * { padding: 75px 0 0 75px; }
.row.gtr-150.gtr-uniform { margin-top: -75px; }
.row.gtr-150.gtr-uniform > * { padding-top: 75px; }
.row.gtr-200 { margin-top: -100px; margin-left: -100px; }
.row.gtr-200 > * { padding: 100px 0 0 100px; }
.row.gtr-200.gtr-uniform { margin-top: -100px; }
.row.gtr-200.gtr-uniform > * { padding-top: 100px; }

/* Forms & Tables */
form label { display: block; color: #252122; font-weight: 400; margin: 0 0 0.5em; }
form input[type=text], form input[type=email], form input[type=password], form select, form textarea { -webkit-appearance: none; display: block; border: 0; padding: 0.75em 1em; font-size: 1em; border-radius: 5px; border: solid 1px #ddd; background: #fff; width: 100%; }
form input:focus, form select:focus, form textarea:focus { box-shadow: inset 0 0 1px 1px #43bff0; }
form textarea { height: 15em; }
form ::-webkit-input-placeholder, form :-moz-placeholder, form ::-moz-placeholder, form :-ms-input-placeholder { color: #555 !important; }
table { width: 100%; }
table tr { border-top: solid 1px #ddd; }
table tr:first-child { border-top: 0; }
table td, table th { padding: 0.5em 1em; }
table th { text-align: left; font-weight: 700; margin: 0 0 1em; }
table thead { border-bottom: solid 2px #ddd; }

/* Sections & Articles */
section, article { margin-bottom: 2.5em; }
section > :last-child, section:last-child, article > :last-child, article:last-child { margin-bottom: 0; }
header { margin: 0 0 1.5em; }
header > p { display: block; font-style: italic; margin: 0.5em 0 0; padding-bottom: 0.5em; }
header.major { position: relative; text-align: center; border-top: solid 1px #ccc; top: 1em; margin: 0 0 3em; }
header.major h2 { background: #fff; position: relative; top: -0.65em; display: inline; margin: 0; padding: 0 1em; }
footer { margin: 2.25em 0 0; }

/* Box */
.box { background: #fff; border-bottom: none; padding: 2.75em 1.75em; }
.box .image.featured { position: relative; width: auto; left: 1.75em; top: 1.75em; margin: -4.5em 0 4.25em -3.5em; }
.box footer ul.actions { margin-bottom: 0; }

/* Buttons */
input[type="button"], input[type="submit"], input[type="reset"], button, .button { -webkit-appearance: none; display: inline-block; text-decoration: none; cursor: pointer; border: 0; border-radius: 5px; background: #d52349; color: #fff !important; font-weight: 700; outline: 0; font-size: 1.1em; padding: 0.65em 1.5em; text-align: center; transition: background-color .25s ease-in-out; }
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover { background: #e53359; }
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, button:active, .button:active { background: #c51349; }
input[type="button"].alt, input[type="submit"].alt, input[type="reset"].alt, button.alt, .button.alt { background: #252122; }
input[type="button"].alt:hover, input[type="submit"].alt:hover, input[type="reset"].alt:hover, button.alt:hover, .button.alt:hover { background: #353132; }
input[type="button"].alt:active, input[type="submit"].alt:active, input[type="reset"].alt:active, button.alt:active, .button.alt:active { background: #151112; }
.button.icon:before { opacity: 0.35; position: relative; top: 0.05em; margin-right: 0.75em; }
.button.large { font-size: 1.5em; padding: 0.75em 1.5em; }

/* Images & Lists */
.image { display: inline-block; outline: 0; }
.image img { display: block; width: 100%; }
.image.centered { display: block; margin: 0 0 2em; }
.image.centered img { margin: 0 auto; width: auto; }
.image.featured { display: block; width: 100%; margin: 0 0 2em; }
.image.left { float: left; margin: 0 2em 2em 0; }
ul { list-style: disc; padding-left: 1em; }
ul li { padding-left: 0.5em; }
ol { list-style: decimal; padding-left: 1.25em; }
ol li { padding-left: 0.25em; }

/* Modular Lists */
ul.actions { list-style: none; padding-left: 0; }
ul.actions li { display: inline-block; margin-left: 1em; padding-left: 0; }
ul.actions li:first-child { margin-left: 0; }
ul.links { list-style: none; padding-left: 0; }
ul.links li { display: inline-block; border-left: solid 1px rgba(255, 255, 255, 0.05); padding: 0 0 0 1em; margin: 0 0 0 1em; }
ul.links li:first-child { border-left: 0; padding-left: 0; margin-left: 0; }

/* Dates & Divided Lists */

/* Social Icons */

/* Icons */
.icon { text-decoration: none; position: relative; }
.icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 400; }
.icon.solid:before { font-weight: 900; }
.icon.brands:before { font-family: 'Font Awesome 5 Brands'; }
.icon > .label { display: none; }

/* Main Layout */
#page-wrapper > section { margin-bottom: 0; }

/* Footer */
#contacto { position: relative; color: #858484; padding: 4em 0; background: linear-gradient(135deg, #0a1128, #1c2e4a); }
#contacto a { color: #c5c4c4; }
#contacto h2, #contacto h3, #contacto h4, #contacto h5, #contacto h6, #contacto strong, #contacto b { color: #fff; }
#contacto h2 a, #contacto h3 a, #contacto h4 a, #contacto h5 a, #contacto h6 a, #contacto strong a, #contacto b a { color: inherit; }
#contacto header { margin: 0 0 3em; }
#contacto header h2 { font-size: 1.75em; }
#copyright { text-align: center; margin: 3em 0 2em; }
#copyright ul.links { display: inline-block; background: rgba(255, 255, 255, 0.05); border-radius: 5px; margin: 0; padding: 0.85em 2.25em; }

/* Media Queries Base */
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
:focus-visible { outline: 3px solid #43bff0 !important; outline-offset: 4px; }
[hidden] { display: none !important; }
@media screen and (max-width: 1680px) {
    .container { width: 70em; }
    body, input, textarea, select { font-size: 12pt; }

}
@media screen and (max-width: 1280px) {
    .container { width: calc(100% - 60px); }
    body, input, textarea, select { font-size: 11pt; }
    header.major { margin: 0.75em 0 2.5em; }
    header.major h2 { padding: 0 1em; }
    #contacto { padding: 3em 0; }
    #contacto header { margin: 0 0 1.5em; }
    #contacto header h2 { font-size: 1.25em; }
    #copyright { margin: 0; }
}
@media screen and (max-width: 980px) {
    .row > .col-12-medium { width: 100%; }
    .row { margin-left: -24px; margin-top: -24px; }
    .row > * { padding-left: 24px; padding-top: 24px; }
    .container { width: calc(100% - 80px); }
    html, body { overflow-x: hidden; }
    .box footer ul.actions li { margin: 1em 0 0; display: block; }
    .box footer ul.actions li .button { width: 100%; }
    .box footer ul.actions li:first-child { margin-top: 0; }
    body.nav-ready #nav { display: none; }
    #copyright ul.links { display: block; }
}
@media screen and (max-width: 736px) {
    .container { width: calc(100% - 40px); }
    body, input, textarea, select { font-size: 11pt; }
    h2, h3, h4, h5, h6 { font-size: 1.25em; }
    .button.large { font-size: 1.1em; padding: 0.65em 1.5em; }
    ul.actions li { margin: 1em 0 0; display: block; }
    ul.actions li .button { width: 100%; }
    ul.actions li:first-child { margin-top: 0; }
    section, article { margin-bottom: 20px; }
    header { margin: 0 0 1em; }
    footer { margin: 2em 0 0; }
    .box { padding: 25px 15px 20px; }
    .box .image.featured { left: 15px; top: 15px; margin: -40px 0 40px -30px; }
    ul.links li { display: block; padding: 0.25em 0 0; margin: 0.25em 0 0; border-left: 0; }
    ul.links li:first-child { padding-top: 0; margin-top: 0; }
    #contacto { padding: 40px 0 20px; }
}

/* =========================================
   NUEVOS COMPONENTES GAMER (Jimmy Games)
   ========================================= */

/* Header & Nav */
#header { 
    position: relative; 
    background-color: #1a1a1a; 
    /* Aumenté levemente la opacidad del verde de 0.15 a 0.25 para que el grid resalte más */
    background-image: linear-gradient(rgba(0, 177, 64, 0.25) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 177, 64, 0.25) 1px, transparent 1px); 
    background-size: 40px 40px; 
    border-bottom: none; 
    padding: 8em 0 4em; 
    text-align: center; 
    z-index: 7; 
    background-attachment: fixed; /* <-- Recupera el efecto Parallax */
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.6); /* <-- Recupera la sombra sobre la sección inferior */
}#header::after { content: ''; position: absolute; bottom: -16px; left: 0; width: 100%; height: 16px; background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 H8 V8 H16 V16 H24 V8 H32 V0 Z' fill='%231a1a1a'/%3E%3C/svg%3E"); z-index: 10; }
#header h1 { color: #252122; font-weight: 900; font-size: 2.5em; letter-spacing: -0.035em; line-height: 1; }

#nav { position: fixed; top: 0; left: 0; width: 100%; background: #00b140; z-index: 10000; margin: 0; padding: 0.6em 0; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); text-align: center; }
#nav > ul { margin: 0; }
#nav > ul > li { display: inline-block; font-weight: 700; margin: 0 0.5em; }
#nav > ul > li > ul { display: none; }
#nav > ul > li > a { border-radius: 5px; color: #fff; text-decoration: none; padding: 0.6em 1.2em; transition: background-color .25s ease-in-out; outline: 0; }
#nav > ul > li:hover > a, #nav > ul > li.active > a { background: rgba(0, 0, 0, 0.2); color: #fff; }
#nav > ul > li.current > a { background: #252122; color: #fff !important; }

/* Menú Dropdown Desktop */

/* Logo Animado Jimmy Games */
#logo-animado { margin-top: 2em; margin-bottom: 2em; text-align: center; }
.retro-title a { position: relative; display: inline-block; font-size: 4rem; font-weight: 900; color: #fff; text-transform: uppercase; text-decoration: none !important; letter-spacing: 5px; text-shadow: 2px 2px 0 #1a1a1a, -2px -2px 0 #1a1a1a, 2px -2px 0 #1a1a1a, -2px 2px 0 #1a1a1a, 5px 5px 0 #00b140, 9px 9px 0 #d52349; animation: flotar-arcade 3s ease-in-out infinite; }
.retro-title a:hover { color: #5db0e5; }
.retro-subtitle { font-size: 1.4rem; font-weight: 700; color: #ccc; text-transform: uppercase; letter-spacing: 3px; margin-top: 20px; animation: parpadeo-insert-coin 1.5s infinite; }
@keyframes flotar-arcade { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes parpadeo-insert-coin { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
@media screen and (max-width: 736px) { .retro-title a { font-size: 2.5rem; text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 0 #00b140, 6px 6px 0 #d52349; } .retro-subtitle { font-size: 1rem; } }

/* Animación Mario */
.pista-mario { container-type: inline-size; position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; overflow: hidden; z-index: 10; }
.mario-bros { position: absolute; bottom: 0; left: -150px; height: 90px; animation: correr-bucle 12s linear infinite; }
@keyframes correr-bucle { 0%, 100% { transform: translateX(0) scaleX(1); } 48% { transform: translateX(calc(100cqw + 150px)) scaleX(1); } 50% { transform: translateX(calc(100cqw + 150px)) scaleX(-1); } 98% { transform: translateX(0) scaleX(-1); } }

/* Fondos Temáticos Gaming */
.gaming-bg-1 { 
    position: relative; 
    background: linear-gradient(135deg, #0a1128 0%, #1c2e4a 100%); 
    border-bottom: none; 
    padding: 6em 0; 
    overflow: visible; 
    z-index: 6; 
    background-attachment: fixed; /* <-- Efecto Parallax PS */
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.4);
}.gaming-bg-1::after { content: ''; position: absolute; bottom: -16px; left: 0; width: 100%; height: 16px; background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 H8 V8 H16 V16 H24 V8 H32 V0 Z' fill='%231c2e4a'/%3E%3C/svg%3E"); z-index: 10; }

/* Partículas PS Dashboard */
.floating-symbols { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: hidden; }
.floating-symbols::before { content: ''; position: absolute; inset: 0; height: calc(100% + 180px); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='180' viewBox='0 0 360 180'%3E%3Cg fill='none' stroke='%2391baff' stroke-opacity='.12' stroke-width='2'%3E%3Cpath d='M25 30l18 18m0-18L25 48M120 35l12 22h-24z'/%3E%3Crect x='215' y='100' width='22' height='22'/%3E%3Ccircle cx='310' cy='60' r='12'/%3E%3C/g%3E%3C/svg%3E"); animation: float-up 24s linear infinite; }
@keyframes float-up { from { transform: translateY(0); } to { transform: translateY(-180px); } }
.relative-z { position: relative; z-index: 1; }

/* Animaciones de Scroll */

/* Clases Utilitarias */
.pixel-border { position: relative; z-index: 2; }
.pixel-border::after { content: ''; position: absolute; bottom: -16px; left: 0; width: 100%; height: 16px; z-index: 10; }
.pixel-border.border-dark::after { background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 H8 V8 H16 V16 H24 V8 H32 V0 Z' fill='%231a1a1a'/%3E%3C/svg%3E"); }
.pixel-border.border-ps::after { background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 H8 V8 H16 V16 H24 V8 H32 V0 Z' fill='%231c2e4a'/%3E%3C/svg%3E"); }
/* Fondo de Cuadrícula Láser Reutilizable */
.bg-laser-grid {
    background-color: #1a1a1a;
    background-image: 
        linear-gradient(rgba(0, 177, 64, 0.25) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 177, 64, 0.25) 1px, transparent 1px);
    background-size: 40px 40px;
    background-attachment: fixed;
    padding: 6em 0;
    position: relative;
    text-align: center;
}
/* Modal RPG (Inventario Fullscreen) */
/* Native dialog handles focus, Escape and background interaction. */
.inventory-overlay { position: fixed; inset: 0; margin: 0; padding: 0; border: 0; width: 100%; max-width: none; height: 100%; height: 100dvh; max-height: none; background: rgba(26, 26, 26, 0.98); color: #fff; }
.inventory-overlay[open] { display: flex; flex-direction: column; }
.inventory-overlay::backdrop { background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(8px); }
body.modal-open { overflow: hidden; }
.inventory-header { padding: 2em; display: flex; justify-content: space-between; align-items: center; background: #111111; /* Negro puro para la cabecera */
    border-bottom: 2px solid #00b140; }
.inventory-header h2 { color: #fff; margin: 0; font-size: 2rem; }
.close-inventory { background: #d52349; color: #fff; border: none; font-size: 1.5rem; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: 700; }
.close-inventory:hover { background: #ff3359; }
.inventory-body { flex: 1; min-height: 0; overflow-y: auto; padding: 2em; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr)); gap: 20px; }
.product-card { background: #142238; border: 1px solid #385572; border-radius: 8px; overflow: hidden; text-align: left; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }
.product-card img { width: 100%; height: 200px; object-fit: cover; }
.product-info { padding: 15px; }
.product-info h3 { font-size: 1.2rem; margin-bottom: 10px; color: #fff; }
.product-info p { font-size: 0.9rem; font-weight: 400; margin-bottom: 10px; line-height: 1.4; color: #d4e0ee; }
.price-tag { font-weight: 700; color: #62e78a; display: block; margin-bottom: 5px; }
.price-tag.wholesale { color: #ff9caf; font-size: 0.85rem; }
.inventory-footer { padding: 2em; text-align: center; background: #111111; 
    border-top: 2px solid #003791; }
.inventory-footer p { color: #fff; font-size: 1.2rem; margin-bottom: 15px; }
/* =========================================
   Efecto Gradiente Animado para Títulos
   ========================================= */

/* Keep a readable fallback; apply transparency only with text clipping. */
.bg-laser-grid header.major { border-top: 0; }
header.major h2.gradient-text {
    display: inline-block;
    font-size: clamp(1.7rem, 5vw, 3.5rem);
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    color: #fff;
    background: transparent;
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
    header.major h2.gradient-text {
        background-image: linear-gradient(90deg, #ffffff, #62e78a, #91baff, #ffffff);
        background-size: 300% auto;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: text-gradient-anim 6s linear infinite;
    }
}

@keyframes text-gradient-anim {
    0% { background-position: 0% center; }
    100% { background-position: 300% center; }
}


/* =========================================
   Tarjetas Oscuras (Dark Gamer Theme)
   ========================================= */

/* Sobrescribimos las cajas blancas solo dentro del grid láser */
.bg-laser-grid .box {
    background: rgba(26, 26, 26, 0.95); /* Fondo casi negro */
    border: 1px solid #333333;
    color: #cccccc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bg-laser-grid .box header h3 {
    color: #ffffff; /* Títulos de tarjetas en blanco */
}

/* Efecto al pasar el mouse: levitación y brillo verde */
.bg-laser-grid .box:hover {
    transform: translateY(-10px);
    border-color: #00b140;
    box-shadow: 0 10px 25px rgba(0, 177, 64, 0.2);
}
/* Content placeholders remain explicit until real photographs are available. */
/* Shipping: blue transition after the product laser grid. */
#productos { z-index: 5; }
.shipping-section { z-index: 4; background: linear-gradient(135deg, #0a1128, #1c2e4a); padding: 6em 0; color: #d9e5f4; }
.shipping-section h2, .shipping-section h3, .shipping-section strong { color: #fff; }
.shipping-section a { color: #91caff; text-underline-offset: 4px; }
.shipping-section p { margin-bottom: 1em; }
.shipping-heading { text-align: center; max-width: 850px; margin: 0 auto 3em; }
.shipping-heading h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.2; text-transform: uppercase; letter-spacing: 0.025em; }
.shipping-heading > p { font-style: normal; }
.shipping-eyebrow, .shipping-label { color: #94d8ff; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; }
.shipping-promo { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5em; padding: 1.7em; border: 1px solid #00b140; border-left: 5px solid #00b140; background: #0c2928; border-radius: 8px; box-shadow: 0 10px 25px #0003; }
.shipping-promo > .icon { font-size: 2rem; color: #78ffa8; }
.shipping-promo > div { flex: 1; min-width: 180px; }
.shipping-promo strong { font-size: 1.4em; }
.shipping-promo p { margin: 0.4em 0 0; }
.shipping-badge { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; color: #90ffb5; border: 1px solid #408965; padding: 0.6em 1em; border-radius: 4px; }
.shipping-intro { margin: 3em 0 2em; max-width: 850px; }
.shipping-intro h3 { margin-bottom: 0.6em; }
.shipping-carriers > div { display: flex; }
.shipping-card { --carrier-color: #91caff; display: flex; flex-direction: column; width: 100%; margin: 0; padding: 2em; border: 1px solid #37506b; border-top: 4px solid var(--carrier-color); border-radius: 8px; background: #101b2d; box-shadow: 0 10px 24px #0003; }
.shipping-card header { margin-bottom: 1em; }
.shipping-card h3 { margin-top: 0.3em; font-size: 1.5em; }
.shipping-card footer { margin-top: auto; padding-top: 1em; }
.shipping-fedex { --carrier-color: #c8a0ff; }
.shipping-estafeta { --carrier-color: #ff6c78; }
.shipping-dhl { --carrier-color: #ffe16a; }
.shipping-mexpost { --carrier-color: #80e6b0; }
.shipping-card .shipping-price { color: var(--carrier-color); font-size: clamp(1.5rem, 2.7vw, 2rem); font-weight: 700; line-height: 1.3; }
.shipping-price span { font-size: 0.9rem; white-space: normal; }
.shipping-note { font-size: 0.9rem; color: #b9cce0; margin-top: 1.5em; }
.shipping-world { margin-top: 3em; padding: 2em; border: 1px solid #37506b; border-radius: 8px; background: #14253e; }
.shipping-world h3 { margin: 0.4em 0 1em; }
.shipping-destinations { display: flex; flex-wrap: wrap; gap: 0.7em; list-style: none; padding: 0; margin: 0 0 1.5em; }
.shipping-destinations li { padding: 0.4em 0.9em; border: 1px solid #527298; border-radius: 4px; color: #fff; }
.shipping-table-wrap { overflow-x: auto; border: 1px solid #37506b; border-radius: 8px; background: #101b2d; }
.shipping-table { margin: 0; min-width: 740px; }
.shipping-table caption { text-align: left; padding: 1em; color: #c2d4e8; }
.shipping-table thead { background: #1d3451; border-color: #37506b; }
.shipping-table th { color: #fff; font-weight: 700; }
.shipping-table td, .shipping-table th { padding: 1em; vertical-align: middle; }
.shipping-table tbody tr { border-color: #2a405a; }
.shipping-table tbody tr:nth-child(even) { background: #142238; }
.shipping-size { display: inline-block; margin-right: 0.6em; color: #93ffc0; }
.shipping-sources { margin-top: 2em; padding: 1.3em; border: 1px solid #37506b; border-radius: 8px; }
.shipping-sources summary { cursor: pointer; color: #fff; font-weight: 700; }
.shipping-sources[open] summary { margin-bottom: 1em; }
.shipping-sources li { margin-bottom: 0.6em; }
@media screen and (max-width: 736px) {
    .shipping-section { padding: 4em 0; }
    .shipping-card, .shipping-world, .shipping-promo { padding: 1.25em; }
    .shipping-heading h2 { font-size: 2rem; }
}

/* Repairs: return to the arcade grid after the blue shipping section. */
.repairs-section { z-index: 3; color: #d4d4d4; text-align: left; }
.repairs-section h3, .repairs-section h4, .repairs-section strong { color: #fff; }
header.major.repairs-heading { max-width: 900px; margin: 0 auto 3em; }
.repairs-heading h2.gradient-text { top: 0; }
.repairs-heading > p { font-style: normal; }
.repairs-eyebrow { color: #89efad; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; }
.repairs-subheading { margin: 2.5em 0 1.5em; }
.repairs-arrival > div, .repairs-outcomes > div { display: flex; }
.repairs-arrival .box { width: 100%; margin: 0; border-radius: 8px; }
.repairs-icon { display: block; font-size: 2rem; color: #70ed9c; margin-bottom: 0.8em; }
.repair-steps { counter-reset: repair-step; list-style: none; padding: 0; margin: 0 0 3em; }
.repair-steps > li { counter-increment: repair-step; display: flex; align-items: flex-start; gap: 1.5em; padding: 1.6em; border: 1px solid #36473e; background: #171d1a; border-radius: 8px; margin-bottom: 1em; }
.repair-steps > li::before { content: counter(repair-step, decimal-leading-zero); flex: 0 0 2.6em; text-align: center; line-height: 2.6em; background: #123920; border: 1px solid #00b140; border-radius: 5px; color: #93ffb8; font-weight: 700; }
.repair-steps h4 { margin-bottom: 0.5em; font-size: 1.1em; }
.repair-steps p, .repair-notice p { margin-bottom: 0.8em; }
.repair-steps p:last-child, .repair-notice p:last-child, .repair-panel p:last-child { margin-bottom: 0; }
.repair-panel { width: 100%; margin: 0; padding: 2em; border: 1px solid #3b5144; border-radius: 8px; background: #111d16; }
.repair-panel h3 { margin-bottom: 1em; }
.repair-panel h3 .icon { color: #89efad; margin-right: 0.4em; }
.repair-warranty { background: #101c2d; border-color: #385272; }
.repair-warranty-options { display: flex; flex-wrap: wrap; gap: 0.6em; list-style: none; padding: 0; margin-bottom: 1.5em; }
.repair-warranty-options li { padding: 0.45em 0.8em; border: 1px solid #52749c; border-radius: 4px; color: #d3e8ff; font-weight: 700; }
.repair-notice { display: flex; gap: 1.5em; margin-top: 3em; padding: 2em; border: 1px solid #4e5751; border-left: 4px solid #00b140; border-radius: 8px; background: #171d1a; }
.repair-notice > .icon { flex-shrink: 0; font-size: 2rem; color: #89efad; }
.repair-notice h3 { margin-bottom: 0.8em; }
@media screen and (max-width: 736px) {
    .repairs-section { padding: 4em 0; }
    .repair-steps > li { padding: 1em; gap: 0.8em; }
    .repair-panel, .repair-notice { padding: 1.25em; }
    .repair-notice { flex-direction: column; gap: 0.8em; }
}

/* Native disclosure controls work with keyboard and without JavaScript. */
.faq-section { z-index: 1; color: #d4d4d4; text-align: left; }
header.major.faq-heading { top: 0; max-width: 850px; margin: 0 auto 3em; text-align: center; }
header.major.faq-heading h2 { top: 0; display: block; margin: 0.35em 0 0.5em; }
.faq-heading > p { font-style: normal; }
.faq-eyebrow { color: #85e6a4; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; }
.faq-group { margin-bottom: 2em; }
.faq-group h3 { color: #fff; font-size: 1.2rem; margin-bottom: 1em; }
.faq-group h3 > span { color: #85e6a4; font-size: 0.85rem; margin-right: 0.6em; }
.faq-group details { margin-bottom: 0.75em; border: 1px solid #405247; border-radius: 8px; background: rgba(26, 26, 26, 0.98); overflow: hidden; }
.faq-group summary { cursor: pointer; padding: 1.1em 1.2em; color: #fff; font-weight: 700; line-height: 1.5; }
.faq-group summary::marker { color: #85e6a4; }
.faq-group summary:hover { background: #23332a; }
.faq-group summary:focus-visible { outline: 3px solid #85e6a4; outline-offset: -4px; }
.faq-group details[open] { border-color: #00b140; }
.faq-answer { padding: 0 1.2em 1.2em; }
.faq-answer p { margin: 0; }
.faq-answer strong { color: #fff; }
.faq-answer a { color: #85e6a4; text-underline-offset: 4px; }
@media screen and (max-width: 736px) { .faq-section { padding: 4em 0; } }
@media screen and (min-width: 981px) and (max-width: 1280px) { #nav > ul > li { margin: 0 0.1em; } #nav > ul > li > a { padding: 0.6em 0.7em; } }

/* Testimonials are explicitly fictional until authorized reviews are supplied. */
.reviews-section { z-index: 2; padding: 6em 0; background: linear-gradient(135deg, #0a1128, #1c2e4a); color: #d4e0ee; }
.reviews-heading { text-align: center; max-width: 850px; margin: 0 auto 2em; }
.reviews-heading h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2; }
.reviews-heading > p { font-style: normal; }
.reviews-eyebrow { color: #94d8ff; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; }
.reviews-demo-notice { padding: 1em 1.3em; border: 1px solid #8f7850; border-radius: 6px; background: #29251e; color: #f1dfbd; font-size: 0.9rem; }
.reviews-demo-notice strong { color: #ffe0a3; }
.reviews-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 0 20px; scrollbar-color: #628ab0 #101b2d; }
.review-card { flex: 0 0 calc((100% - 48px) / 3); min-width: 0; margin: 0; padding: 1.5em; scroll-snap-align: start; border: 1px solid #385572; border-top: 3px solid #00b140; border-radius: 10px; background: #101b2d; display: flex; flex-direction: column; box-shadow: 0 8px 18px #0003; }
.review-person { display: flex; align-items: center; gap: 0.85em; margin-bottom: 1em; }
.review-person h3 { color: #fff; font-size: 1.1em; }
.review-avatar { display: grid; place-items: center; flex: 0 0 52px; height: 52px; border-radius: 50%; border: 1px solid #6794bf; background: #244568; color: #dcefff; font-weight: 700; }
.review-card:nth-child(3n + 2) .review-avatar { background: #3b2d56; border-color: #a68acb; }
.review-card:nth-child(3n) .review-avatar { background: #194b39; border-color: #65a88c; }
.review-example-label { font-size: 0.75rem; color: #b1c4da; }
.review-stars { color: #ffcf58; letter-spacing: 0.14em; font-size: 1.3rem; margin-bottom: 0.8em; }
.review-card blockquote { border: 0; padding: 0; margin: 0 0 1.5em; font-style: normal; }
.review-order { margin: auto 0 0; padding-top: 1em; border-top: 1px solid #34506b; color: #fff; font-size: 0.9rem; }
.review-order span { display: block; color: #91b3d4; font-size: 0.75rem; margin-bottom: 0.3em; }
.reviews-controls { display: flex; align-items: center; justify-content: center; gap: 1.5em; margin-top: 1.5em; }
.reviews-controls button { padding: 0.45em 0.9em; background: #00b140; }
.reviews-controls button:disabled { opacity: 0.4; cursor: default; }
.review-position { margin: 0; font-size: 0.9rem; }
@media screen and (max-width: 980px) { .review-card { flex-basis: calc((100% - 24px) / 2); } }
@media screen and (max-width: 736px) {
    .reviews-section { padding: 4em 0; }
    .review-card { flex-basis: 100%; }
    .reviews-controls { gap: 1em; }
}

.image-placeholder { display: flex; min-height: 180px; align-items: center; justify-content: center; flex-direction: column; gap: 0.6em; padding: 1em; background: #101c2b; color: #ddd; text-align: center; }
.image-placeholder .icon { font-size: 3rem; color: #62e78a; }
button.image.featured { padding: 0; overflow: hidden; }
button.image.featured .image-placeholder { width: 100%; }
.bg-laser-grid .box .image.featured { position: static; width: 100%; margin: 0 0 1.5em; }
.inventory-header, .inventory-footer { flex-shrink: 0; }
.inventory-header { gap: 1em; flex-wrap: wrap; }
@media screen and (max-width: 736px) {
    .row > .col-12-small { width: 100%; }
    .inventory-header, .inventory-body, .inventory-footer { padding: 1em; }
    .inventory-header h2 { font-size: 1.3rem; }
    .close-inventory { font-size: 1rem; }
    .inventory-footer p { font-size: 1rem; }
    .inventory-footer .button { padding: 0.5em 1em; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .mario-bros { display: none; }
    #header, .gaming-bg-1, .bg-laser-grid { background-attachment: scroll; }
}

/* General contact form, separate from the FAQ laser grid. */
.contact-section { max-width: 960px; margin: 0 auto; }
.contact-heading { text-align: center; margin-bottom: 2em; }
.contact-heading > p:first-child { color: #85e6a4; font-size: 0.75rem; letter-spacing: 0.12em; font-weight: 700; }
.contact-heading > p { font-style: normal; color: #d4e0ee; }
.contact-form { background: #101b2d; border: 1px solid #385572; border-top: 3px solid #00b140; border-radius: 10px; padding: 2em; }
.contact-form .row { margin: 0 0 0 -24px; }
.contact-form .row > .contact-field { padding: 0 0 0 24px; margin-bottom: 1.25em; }
.contact-form label { color: #fff; display: block; margin-bottom: 0.5em; font-weight: 700; }
#contacto .contact-form input, #contacto .contact-form select, #contacto .contact-form textarea { width: 100%; box-sizing: border-box; background: #18283b; color: #fff; border: 1px solid #73879d; border-radius: 5px; padding: 0.75em; }
.contact-form textarea { resize: vertical; min-height: 160px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid #85e6a4; outline-offset: 2px; }
.contact-form .contact-help { color: #bdcddd; font-size: 0.85rem; margin: 0.6em 0 1.25em; }
.contact-feedback { background: #183a30; border: 1px solid #85e6a4; padding: 1em; color: #fff; border-radius: 5px; }
.contact-form .errorlist { color: #ffb9c6; margin: 0.5em 0; padding-left: 1.2em; }
.contact-errors { background: #412332; border-color: #ffb9c6; }
.contact-form button { margin-top: 1.25em; }
.contact-form button:disabled { opacity: 0.55; cursor: not-allowed; }
@media screen and (max-width: 736px) { .contact-form { padding: 1.2em; } }
