:root{--navy:#000435;--navy-2:#07105f;--navy-3:#101a7a;--yellow:#ffdb4d;--soft:#f5f7ff;--ink:#02072b;--muted:#536083;--line:#dce4ff;--white:#fff;--shadow:0 18px 45px rgba(0,4,53,.16);--radius:24px;--max:1180px;--site-bg:#f5f7ff;--hero-bg:linear-gradient(135deg,#000435,#07105f);--site-bg:#000d2f;--catalog-bg:#00113d;--card-bg:#ffffff;--text-main:#000435;--base-font:16px;--nav-font:15px;--product-font:14px;--price-font:16px;--heading-font:36px;--shadow-soft:0 14px 34px rgba(0,4,53,.10);--shadow-hover:0 18px 42px rgba(0,4,53,.18)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);line-height:1.5}a{color:inherit}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.announcement{background:var(--yellow);color:var(--navy);font-weight:900;text-align:center;padding:9px 16px;gap:24px;justify-content:center;flex-wrap:wrap}.site-header{position:sticky;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:76px;display:flex;align-items:center;gap:20px}.brand img{height:auto;display:block}.main-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.main-nav a{font-weight:800;color:var(--navy)}.main-nav a:hover{background:var(--soft)}.cart-button,.icon-button,.menu-toggle{border:0;cursor:pointer}.cart-button{display:flex;align-items:center;gap:8px;background:var(--navy);color:#fff;border-radius:999px;padding:12px 16px;font-weight:900}.cart-button strong{background:var(--yellow);color:var(--navy);border-radius:999px;min-width:24px;padding:2px 7px}.menu-toggle{display:none;background:0 0;flex-direction:column;gap:5px}.menu-toggle span{width:28px;height:3px;background:var(--navy);border-radius:9px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;padding:13px 18px;font-weight:900;text-decoration:none;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--yellow);color:var(--navy);box-shadow:0 10px 22px rgba(255,219,77,.35)}.btn-secondary{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn-ghost{background:0 0;color:var(--navy);border:1px solid var(--line)}.btn.full{width:100%}.btn.small{padding:9px 12px;border-radius:12px}.danger{color:#b00020!important}.hero{background:radial-gradient(circle at 20% 10%,rgba(255,219,77,.25),transparent 26%),linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;padding:78px 0}.hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:center}.eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:950;color:var(--yellow)}.hero h1{font-size:clamp(2.3rem,6vw,5rem);line-height:.95;margin:0 0 20px}.hero-text{font-size:1.1rem;color:#dbe3ff;max-width:660px}.hero-actions,.trust-row{display:flex;gap:12px;flex-wrap:wrap}.trust-row{margin-top:24px;color:#edf2ff;font-weight:800}.admin-card,.benefit-card,.contact-card,.hero-card,.product-card,.step-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card{padding:18px;color:var(--ink)}.hero-card-header{display:flex;justify-content:space-between;color:var(--navy);font-weight:900;padding:4px 4px 14px}.featured-product{display:grid;grid-template-columns:1fr;gap:16px}.featured-product img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px}.pill{display:inline-flex;background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:6px 10px;margin:0;color:var(--navy);font-weight:900}.section{padding:72px 0}.section-alt{background:var(--soft)}.section-header{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:end;margin-bottom:26px}.section-header h2{font-size:clamp(1.8rem,3vw,3rem);margin:0}.section-header p{color:var(--muted);margin:0}.catalog-toolbar{display:grid;grid-template-columns:1fr 260px 220px 220px;gap:12px;align-items:end;margin-bottom:26px}.filters{display:flex;flex-wrap:wrap;gap:10px}.filter-btn{border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:999px;padding:12px 16px;font-weight:950;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--yellow);border-color:var(--yellow)}.search-box{display:grid;gap:6px;color:var(--navy);font-weight:800;font-size:.83rem}.admin-field input,.admin-field select,.admin-field textarea,.form-field input,.form-field select,.form-field textarea,.search-box input,.search-box select{width:100%;border:1px solid var(--line);border-radius:16px;padding:12px 14px;background:#fff;color:var(--ink);outline:0}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.search-box input:focus,.search-box select:focus{border-color:var(--yellow);box-shadow:0 0 0 4px rgba(255,219,77,.25)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{overflow:hidden;display:flex;flex-direction:column}.product-media{width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,var(--navy),var(--navy-3));display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-icon{font-size:4rem}.product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.product-body h3{margin:0;font-size:1.05rem}.product-body p{margin:0;color:var(--muted);font-size:.93rem}.product-bottom{display:grid;gap:12px;margin-top:auto}.price-prefix{font-size:.78rem;color:var(--muted);font-weight:800}.price{font-size:1.35rem;font-weight:1000;color:var(--navy)}.benefits-grid,.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefits-grid{grid-template-columns:repeat(3,1fr)}.benefit-card,.step-card{padding:22px}.benefit-card span,.step-card span{font-size:2rem;font-weight:1000;color:var(--yellow)}.benefit-card h3,.step-card h3{margin:12px 0 6px}.benefit-card p,.step-card p{color:var(--muted);margin:0}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}.faq-list summary{cursor:pointer;font-weight:900}.contact-card{padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer{background:var(--navy);padding:44px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:30px}.footer-grid img{width:130px;background:rgba(255,255,255,.08);border-radius:12px}.footer-grid a{display:block;color:#dbe3ff;text-decoration:none;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;color:#dbe3ff}.cart-overlay,.modal-overlay{position:fixed;inset:0;background:rgba(0,4,53,.55);z-index:40}.cart-drawer{position:fixed;right:0;top:0;height:100%;background:#fff;z-index:50;transform:translateX(110%);transition:.25s;box-shadow:-18px 0 50px rgba(0,0,0,.22);display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-head,.order-head{display:flex;justify-content:space-between;gap:16px;padding:22px;border-bottom:1px solid var(--line)}.icon-button{width:40px;height:40px;border-radius:50%;background:var(--soft);color:var(--navy);font-size:1.5rem}.cart-items{display:grid;gap:14px;flex:1}.cart-line{border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;grid-template-columns:1fr auto;gap:10px}.cart-line h3{margin:0 0 4px}.cart-line p{margin:0;color:var(--muted);font-size:.9rem}.cart-fields{margin:8px 0 0;padding-left:18px;color:var(--muted);font-size:.86rem}.cart-fields span{font-weight:900;color:var(--navy)}.cart-actions{display:grid;gap:10px;justify-items:end}.cart-remove{width:32px;height:32px;border:0;border-radius:50%;background:#ffe8e8;color:#b00020;font-weight:900}.qty-controls{display:flex;align-items:center;gap:8px;background:var(--soft)}.qty-controls button{border:0;background:#fff;border-radius:50%;width:26px;height:26px;font-weight:900}.cart-summary{padding:18px;border-top:1px solid var(--line);display:grid;gap:12px}.summary-row{display:flex;justify-content:space-between;gap:20px;align-items:center}.summary-row.large{font-size:1.1rem;padding:16px;border-radius:16px;background:var(--soft)}.admin-help,.cart-note,.modal-note{margin:0;color:var(--muted);font-size:.9rem}.order-modal,.payment-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;pointer-events:none;opacity:0;transition:.2s;padding:20px}.order-modal.open,.payment-modal.open{pointer-events:auto;opacity:1}.order-modal-card,.payment-card{width:min(860px,100%);max-height:92vh;background:#fff;border-radius:28px;box-shadow:var(--shadow)}.order-form{padding:22px;display:grid;gap:16px}.form-grid{display:grid;grid-template-columns:1fr 150px;gap:12px}.form-field{display:grid;gap:6px;font-weight:900;color:var(--navy)}.form-field em{color:#b00020}.dynamic-fields{display:grid;gap:12px}.order-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-summary>div{background:var(--soft);border:1px solid var(--line);border-radius:16px;padding:14px;display:grid;gap:4px}.product-info-box{padding:0 22px 22px}.product-info-box h3{margin-top:0}.activation-list{color:var(--muted)}.payment-card{width:min(900px,100%)}.payment-grid{display:grid;grid-template-columns:.9fr 1fr;gap:22px;padding:22px}.qr-box{background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:14px}.qr-box img{width:100%;border-radius:18px;display:block}.payment-copy{display:grid;gap:14px;align-content:start}.payment-method{display:inline-flex;justify-self:start;background:var(--yellow);color:var(--navy);padding:8px 12px;border-radius:999px;font-weight:950}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,30px);opacity:0;background:var(--navy);color:#fff;border-radius:999px;padding:12px 18px;font-weight:900;z-index:100;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.empty-state{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;text-align:center}.admin-shell,.empty-state.dark{background:var(--soft)}.admin-hero{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff;padding:48px 0}.admin-hero h1{margin:0;font-size:clamp(2rem,4vw,4rem)}.admin-layout{display:grid;grid-template-columns:330px 1fr;gap:20px;padding:28px 0 60px}.admin-card{padding:18px}.admin-sidebar{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 120px);overflow:auto}.admin-side-head,.panel-title{display:flex;justify-content:space-between;gap:16px;align-items:center}.admin-list{display:grid;gap:8px;margin-top:12px}.admin-list-item{text-align:left;border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;cursor:pointer}.admin-list-item.active{border-color:var(--yellow);background:#fffbea}.admin-list-item span,.admin-list-item strong{display:block}.admin-list-item span{color:var(--muted);font-size:.86rem}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.admin-tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;color:var(--navy);cursor:pointer}.admin-tab.active{background:var(--yellow);border-color:var(--yellow)}.admin-panel{display:grid;gap:18px}.admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.compact-grid{grid-template-columns:repeat(4,1fr)}.admin-field{display:grid;gap:6px;color:var(--navy);font-weight:900}.admin-field textarea{resize:vertical}.admin-split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.admin-split.three{grid-template-columns:repeat(3,1fr)}.dropzone{min-height:230px;border:2px dashed #b8c5f3;border-radius:22px;background:#f9fbff;display:grid;place-items:center;text-align:center;padding:16px;cursor:pointer;overflow:hidden}.dropzone img{max-width:100%;max-height:190px;border-radius:16px;object-fit:contain}.dropzone span,.dropzone strong{display:block}.dropzone span{color:var(--muted)}.dropzone.dragover{border-color:var(--yellow);background:#fffbea}.small-drop{min-height:180px}.small-drop img{max-height:125px}.rows-box{display:grid;gap:10px}.mini-row,.req-row{border:1px solid var(--line);background:#fff;border-radius:16px;padding:10px;display:grid;gap:8px}.mini-row{grid-template-columns:1fr 120px 40px;align-items:center}.mini-row input,.mini-row select,.req-row input,.req-row select{border:1px solid var(--line);border-radius:12px;padding:10px}.row-remove{border:0;background:#ffe8e8;color:#b00020;border-radius:12px;font-weight:1000;min-height:38px;cursor:pointer}.check{display:inline-flex;align-items:center;gap:7px;margin-right:14px;font-weight:800;color:var(--muted)}.admin-actions,.publish-grid,.sticky-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.sticky-actions{position:sticky;bottom:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:18px;padding:12px;margin-top:10px}.admin-separator{border:0;border-top:1px solid var(--line);width:100%;margin:10px 0}.success-note,.warn-note{border-radius:16px;padding:12px 14px;margin:0}.success-note{background:#eafff1;color:#075b2c}.warn-note{background:#fff4de;color:#7d4a00}.publish-grid{display:grid;grid-template-columns:repeat(2,1fr)}.file-btn input{display:none}.color-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:1000px){.admin-layout,.admin-split,.admin-split.three,.catalog-toolbar,.faq-layout,.hero-grid,.payment-grid,.section-header{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid,.footer-grid,.steps-grid{grid-template-columns:1fr 1fr}.admin-sidebar{position:static;max-height:none}.main-nav{display:none;position:absolute;left:16px;right:16px;top:76px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open,.menu-toggle{display:flex}.nav-wrap{position:relative}.cart-button span:nth-child(2){display:none}}@media(max-width:640px){.container{width:min(calc(100% - 22px),var(--max))}.hero{padding:48px 0}.brand img{width:126px}.admin-grid,.benefits-grid,.color-grid,.compact-grid,.footer-grid,.form-grid,.order-summary,.product-grid,.publish-grid,.steps-grid{grid-template-columns:1fr}.contact-card,.footer-bottom{flex-direction:column;align-items:flex-start}.cart-drawer{width:100%}.payment-grid{padding:16px}.order-modal,.payment-modal{padding:10px}.announcement{gap:10px}.mini-row{grid-template-columns:1fr 1fr 40px}}.brand img{object-fit:contain}.site-footer .footer-grid img{width:170px;background:0 0!important;border-radius:0}.hero{background:var(--hero-bg)!important}.hero:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 20% 20%,rgba(255,219,77,.18),transparent 24%),radial-gradient(circle at 80% 15%,rgba(255,255,255,.12),transparent 26%);pointer-events:none}.hero .container{position:relative}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.compact-card{cursor:pointer;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.compact-card:hover{transform:translateY(-4px);border-color:var(--yellow);box-shadow:0 20px 45px rgba(0,4,53,.2)}.compact-body{padding:12px!important;gap:6px!important}.compact-body h3{font-size:.98rem;line-height:1.18;min-height:2.35em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compact-body .price{font-size:1.03rem;line-height:1.15;color:var(--navy)}.compact-products .product-media{aspect-ratio:1/1;aspect-ratio:1/1!important;min-height:auto!important}.product-card:focus-visible{outline:rgba(255,219,77,.55) solid 4px;outline-offset:3px}.catalog-toolbar.expanded{grid-template-columns:1fr minmax(190px,260px) minmax(180px,220px) minmax(180px,220px)}body[data-theme=neon] .site-header{background:rgba(5,8,22,.84);border-bottom-color:rgba(0,229,255,.25)}body[data-theme=neon] .main-nav a,body[data-theme=neon] .menu-toggle span{color:#fff;background:0 0}body[data-theme=neon] .main-nav a:hover{background:rgba(0,229,255,.12)}body[data-theme=neon] .cart-button{background:#00e5ff;color:#040716}body[data-theme=neon] .cart-button strong{background:#fff;color:#040716}body[data-theme=neon] .product-card{box-shadow:0 18px 42px rgba(0,229,255,.12)}body[data-theme=neon] .btn-primary{box-shadow:0 0 26px rgba(0,229,255,.36)}body[data-theme=gradient] .hero{background-size:180% 180%;animation:10s infinite gamefyGradient}@keyframes gamefyGradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.req-row{border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;display:grid;gap:10px}.req-grid{display:grid;grid-template-columns:1fr 140px 1fr;gap:8px}.req-row input,.req-row select{border:1px solid var(--line);border-radius:12px;padding:10px}.subcategory-row{grid-template-columns:1fr 180px 92px 40px!important}.category-row{grid-template-columns:1fr 92px 40px!important}.admin-field.compact{margin-top:10px}.dropzone img:not([src=""])+div,.dropzone img[src=""]{display:none}.dropzone.dragover{transform:scale(1.01)}@media(max-width:1180px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-toolbar.expanded{grid-template-columns:1fr 1fr}.req-grid{grid-template-columns:1fr}.subcategory-row{grid-template-columns:1fr!important}.category-row{grid-template-columns:1fr 80px 40px!important}}@media(max-width:640px){.container{width:min(calc(100% - 18px),var(--max))}.brand img{width:118px;max-height:40px}.nav-wrap{min-height:66px}.hero{padding:44px 0}.hero-grid{gap:20px}.hero-card{display:none}.catalog-toolbar.expanded{grid-template-columns:1fr}.compact-products,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.compact-body{padding:9px!important}.compact-body h3{font-size:.82rem;min-height:2.15em}.compact-body .price{font-size:.9rem}.product-card{border-radius:16px}.section{padding:46px 0}.section-header{margin-bottom:18px}.filter-btn{padding:8px 10px;font-size:.85rem}.search-box input,.search-box select{min-height:44px}.order-modal-card,.payment-card{border-radius:20px}.order-form,.order-head{padding:16px}.product-info-box{padding:0 16px 16px}.cart-line{grid-template-columns:1fr}.cart-actions{justify-items:start}.admin-grid,.benefits-grid,.color-grid,.compact-grid,.mini-row,.publish-grid,.steps-grid{grid-template-columns:1fr!important}.req-row{padding:10px}.admin-layout{padding-top:16px}.admin-hero{padding:30px 0}.footer-grid{grid-template-columns:1fr!important}}body{background:var(--site-bg)!important;font-size:var(--base-font);background:linear-gradient(180deg,#eef3ff,#fff)!important;color:var(--ink)}.announcement,.status-bar,.top-status{display:none!important}.hero{background:var(--hero-bg)!important}#catalogo{background:var(--catalog-bg)!important;color:#fff}#catalogo .search-box span,#catalogo .section-header p{color:rgba(255,255,255,.78)}#catalogo .search-box input,#catalogo .search-box select{background:#fff;color:var(--navy)}.compact-products .product-card{background:var(--card-bg)!important;color:var(--text-main)!important;border-color:rgba(255,255,255,.1)!important;min-width:0!important;overflow:hidden!important}.compact-products .product-card .product-media{aspect-ratio:1/1;min-height:auto!important;background:#071443;border-radius:18px 18px 0 0;overflow:hidden}.compact-products .product-card .product-media img{width:100%;height:100%;object-fit:cover;display:block}.compact-products .compact-body{padding:10px!important;text-align:center;display:grid;gap:6px;background:var(--card-bg)}.compact-products .compact-body h3{margin:0;font-size:.94rem;line-height:1.15;min-height:2.2em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compact-products .compact-body .price{font-size:1rem;font-weight:1000;color:var(--navy)!important}.section-alt{background:#f5f7ff!important;color:var(--navy)!important}.site-footer{background:#000824;color:#fff}body[data-theme=neon]{--catalog-bg:#050816;background:radial-gradient(circle at 10% 5%,rgba(0,229,255,.24),transparent 24%),radial-gradient(circle at 92% 4%,rgba(255,219,77,.18),transparent 24%),linear-gradient(180deg,#050816,#0b1230)!important}body[data-theme=neon] #catalogo{background:radial-gradient(circle at 20% 0,rgba(0,229,255,.2),transparent 30%),linear-gradient(180deg,#050816,#0a1235)!important}body[data-theme=gradient]{--catalog-bg:#14003d;background:linear-gradient(135deg,#250044,#6a00ff 45%,#ff2c9c)!important;animation:12s infinite gamefyGradient}body[data-theme=gradient] #catalogo{background:linear-gradient(135deg,#250044,#6a00ff 48%,#ff2c9c)!important}.admin-shell{background:radial-gradient(circle at 15% 0,rgba(255,219,77,.15),transparent 26%),radial-gradient(circle at 90% 0,rgba(0,229,255,.14),transparent 28%),linear-gradient(180deg,#000435,#00113d 55%,#02081f)!important;color:#fff;min-height:100vh}.admin-shell .admin-hero{background:0 0!important;border-bottom:1px solid rgba(255,255,255,.12);padding:42px 0 30px}.admin-shell .admin-card,.admin-shell .admin-main,.admin-shell .admin-sidebar{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 24px 70px rgba(0,0,0,.24)!important;backdrop-filter:blur(18px)}.admin-shell .admin-field,.admin-shell h1,.admin-shell h2,.admin-shell h3,.admin-shell p{color:#fff!important}.admin-shell .admin-help,.admin-shell .admin-list-item span,.admin-shell .dropzone span{color:rgba(255,255,255,.72)!important}.admin-shell input,.admin-shell select,.admin-shell textarea{background:rgba(255,255,255,.95)!important;color:#000435!important;border-color:rgba(255,255,255,.28)!important}.admin-shell .admin-list-item,.admin-shell .mini-row,.admin-shell .req-row{background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.16)!important;color:#fff!important}.admin-shell .admin-list-item.active{background:rgba(255,219,77,.18)!important;border-color:var(--yellow)!important}.admin-shell .dropzone{background:rgba(255,255,255,.09)!important;border-color:rgba(255,255,255,.35)!important;color:#fff!important}.admin-shell .dropzone.dragover{background:rgba(255,219,77,.18)!important;border-color:var(--yellow)!important}.admin-shell .admin-tab{background:rgba(255,255,255,.1)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important}.admin-shell .admin-tab.active{background:var(--yellow)!important;color:#000435!important;border-color:var(--yellow)!important}.admin-shell .sticky-actions{background:rgba(0,4,53,.86)!important;border-color:rgba(255,255,255,.18)!important}.theme-preview{border:1px solid rgba(255,255,255,.18);border-radius:22px;min-height:150px;padding:18px;display:grid;align-content:end;overflow:hidden;background:var(--preview-bg,linear-gradient(135deg,#000435,#071f5f))}.theme-preview strong{display:block;font-size:1.5rem;color:#fff}.theme-preview span{color:rgba(255,255,255,.78)}.admin-checks{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admin-checks label{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:10px;color:#fff;font-weight:900;display:flex;gap:8px;align-items:center}.admin-checks input{width:auto!important}@media(max-width:900px){.admin-checks{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.compact-products,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.compact-products .compact-body{padding:8px!important}.compact-products .compact-body h3{font-size:.78rem;min-height:2.05em}.compact-products .compact-body .price{font-size:.82rem}.product-card{border-radius:14px!important}.brand img{width:118px;max-height:42px}.admin-checks{grid-template-columns:1fr}}@media(max-width:390px){.compact-products,.product-grid{gap:8px!important}.compact-products .compact-body h3{font-size:.72rem}.compact-products .compact-body .price{font-size:.78rem}}html{scroll-behavior:smooth}.site-header{backdrop-filter:blur(16px);background:rgba(0,4,53,.96)!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:0 14px 40px rgba(0,0,0,.24)!important;position:sticky;top:0;z-index:50;backdrop-filter:blur(18px);animation:.45s both headerDrop}.nav-wrap{gap:22px!important}.brand img{object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18));width:160px!important;max-height:58px!important;object-fit:contain!important;background:0 0!important;border-radius:0!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.25))!important}.main-nav{gap:8px!important}.main-nav a{color:#fff!important;font-size:var(--nav-font)!important;font-weight:950!important;letter-spacing:.02em;text-shadow:0 2px 10px rgba(0,0,0,.35);padding:12px 14px!important;border-radius:999px!important;opacity:1!important;text-decoration:none!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.08)!important}.main-nav a:focus-visible,.main-nav a:hover{background:var(--yellow)!important;color:var(--navy)!important;text-shadow:none!important;transform:translateY(-1px)}.cart-button{box-shadow:0 12px 28px rgba(0,0,0,.24)!important}.hero h1{font-size:clamp(2.15rem,var(--heading-font),4.8rem)!important}.product-card:hover{transform:translateY(-5px) scale(1.012);box-shadow:0 22px 60px rgba(0,4,53,.24)!important}.compact-body h3{font-size:var(--product-font)!important}.compact-body .price{font-size:var(--price-font)!important}.compact-products .product-media img{object-fit:cover;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .35s}.compact-products .product-card:hover .product-media img{transform:scale(1.07)}.floaty,.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s,transform .65s}.floaty.in,.reveal.in{opacity:1;transform:none}.floaty:nth-child(2){transition-delay:.08s}.floaty:nth-child(3){transition-delay:.16s}.floaty:nth-child(4){transition-delay:.24s}.terms-card{background:rgba(255,255,255,.96);color:var(--navy);border:1px solid rgba(0,4,53,.12);border-radius:28px;padding:34px;box-shadow:0 24px 70px rgba(0,4,53,.12)}.terms-text{max-height:520px;overflow:auto;padding-right:12px}.terms-text h3{margin:24px 0 8px;font-size:1.05rem}.terms-text p{margin:0 0 12px;color:#24305f;line-height:1.7}.terms-check{display:flex;align-items:flex-start;gap:10px;background:#f5f7ff;border:1px solid rgba(0,4,53,.12);border-radius:16px;padding:14px;margin:16px 0;font-weight:850;color:var(--navy)}.terms-check input{width:18px;height:18px;margin-top:2px;accent-color:var(--yellow)}.terms-check a{color:var(--navy);font-weight:1000}.payment-actions .btn:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(1)}.social-icons a{display:grid;place-items:center;color:#fff;text-decoration:none;font-weight:1000;font-size:1.25rem}.social-icons a:hover{background:var(--yellow);color:var(--navy);transform:translateY(-2px)}.price .internal-price,.price small{display:block;font-size:.72em;opacity:.72;font-weight:800}.order-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important}.summary-row.big strong{font-size:1.35rem}.content-row{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.1);border-radius:16px;padding:12px;display:grid;gap:10px}.content-row input,.content-row textarea{width:100%}.variant-row{grid-template-columns:1.2fr .8fr 150px 40px!important}.variant-row small{align-self:center;color:rgba(255,255,255,.75);font-weight:900}.admin-shell .variant-row small{color:rgba(255,255,255,.72)!important}.admin-shell .content-row{background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.16)!important}.admin-shell .content-row input,.admin-shell .content-row textarea{background:rgba(255,255,255,.95)!important;color:#000435!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:12px;padding:10px}.admin-shell .admin-tabs{position:sticky;top:0;z-index:4;background:rgba(0,4,53,.84);backdrop-filter:blur(14px);padding:10px;border-radius:20px;margin-bottom:18px}.admin-shell .admin-tab{font-size:.92rem}.admin-shell .admin-field input[type=number]{appearance:textfield}@media(max-width:900px){.main-nav{position:absolute;left:12px;right:12px;top:76px;background:rgba(0,4,53,.98);border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 55px rgba(0,0,0,.32);border-radius:22px;padding:12px;display:none;grid-template-columns:1fr 1fr;gap:8px}.main-nav.open{display:grid}.main-nav a{text-align:center!important}.menu-toggle span{background:#fff!important}.order-summary,.variant-row{grid-template-columns:1fr!important}.variant-row small{font-size:.82rem}.terms-card{padding:24px}}@media(max-width:640px){.nav-wrap{min-height:66px!important}.brand img{width:126px!important;max-height:44px!important}.cart-button span:nth-child(2){display:none}.cart-button{padding:10px 12px!important}.compact-products,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.compact-products .compact-body{padding:8px!important}.compact-products .compact-body h3{font-size:clamp(.72rem,3.2vw,var(--product-font))!important;min-height:2.05em!important}.compact-products .compact-body .price{font-size:clamp(.78rem,3.4vw,var(--price-font))!important}.product-card{border-radius:14px!important}.catalog-toolbar.expanded{grid-template-columns:1fr!important}.filters{display:flex!important;overflow:auto!important;padding-bottom:8px}.filter-btn{white-space:nowrap}.section{padding:44px 0!important}.hero{padding:40px 0!important}.terms-text{max-height:430px}.footer-grid{grid-template-columns:1fr!important}.social-icons a{width:40px;height:40px}.admin-tabs{overflow:auto;display:flex!important}.admin-tab{white-space:nowrap}.content-row{padding:10px}.main-nav{grid-template-columns:1fr 1fr}.main-nav a{font-size:.82rem!important;padding:10px 8px!important}}@media(max-width:380px){.compact-products,.product-grid{gap:8px!important}.compact-products .compact-body h3{font-size:.7rem!important}.compact-products .compact-body .price{font-size:.76rem!important}}.footer-grid-4{grid-template-columns:1.2fr .8fr .8fr .8fr!important}.social-icons{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.social-icons a{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);overflow:hidden;padding:8px}.social-icons a img{width:100%;height:100%;object-fit:contain;display:block}.footer-grid .social-icons a:hover{background:var(--yellow);transform:translateY(-2px)}.line-subtotal{margin-top:6px!important;color:var(--navy)!important;font-weight:800}.line-subtotal strong{color:var(--navy)}.payment-head{display:flex;justify-content:space-between;gap:16px;padding:22px;border-bottom:1px solid var(--line)}.payment-body{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:24px;padding:22px;align-items:start}.payment-qr{width:100%;display:block;border-radius:24px;border:1px solid var(--line);background:#f5f7ff}.payment-info{display:grid;gap:14px;align-content:start}.payment-info h3,.payment-info p{margin:0}.payment-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 22px 6px}.payment-card .cart-note{padding:0 22px 22px}.cart-drawer{width:min(470px,100vw)!important}.cart-items{padding:16px;overflow:auto;display:grid;gap:12px;min-height:0}.cart-line{align-items:start}.cart-actions{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.qty-controls{display:flex;align-items:center;gap:6px;background:var(--soft);border-radius:999px;padding:6px 8px}.qty-controls strong{min-width:20px;text-align:center}.order-modal-card,.payment-card{overflow:auto;overscroll-behavior:contain}.terms-page-shell{min-height:calc(100vh - 150px)}.terms-page-card{max-width:980px;margin-inline:auto}.static-header .simple-nav{margin-left:auto}.static-header .simple-nav a{color:#fff!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:900}.wrap-admin-actions{flex-wrap:wrap}.header-note{margin-top:12px!important;max-width:980px}.global-sticky-actions{justify-content:flex-start;gap:12px;position:sticky;bottom:8px;z-index:4;margin-top:16px}.publish-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#adminStatus{min-width:260px}@media(max-width:1100px){.footer-grid-4{grid-template-columns:1fr 1fr!important}}@media(max-width:900px){.payment-body{grid-template-columns:1fr!important;gap:16px;padding:18px}.payment-actions{grid-template-columns:1fr!important;padding:0 18px 6px}.payment-card .cart-note{padding:0 18px 18px}.footer-grid-4{grid-template-columns:1fr!important}.publish-grid{grid-template-columns:1fr}}@media(max-width:640px){.cart-drawer{width:100vw!important;max-width:100vw!important;border-radius:0!important}.cart-head{padding:16px!important}.cart-summary{padding:16px!important;gap:10px!important}.cart-line{grid-template-columns:1fr!important;gap:12px!important}.cart-actions{flex-direction:row;align-items:center;justify-content:space-between}.order-modal,.payment-modal{padding:0!important}.order-modal-card,.payment-card{width:100vw!important;max-width:100vw!important;max-height:100vh!important;height:100vh!important;border-radius:0!important}.order-head,.payment-head{padding:16px!important;position:sticky;top:0;background:#fff;z-index:2}.payment-body{padding:14px!important;gap:14px!important}.payment-qr{max-height:38vh;object-fit:contain}.payment-actions{padding:0 14px 6px!important}.payment-card .cart-note{padding:0 14px 14px!important}.terms-check{margin:12px 14px!important}.summary-row.big strong{font-size:1.2rem!important}.global-sticky-actions{flex-direction:column;align-items:stretch}#adminStatus{min-width:0;width:100%}.site-footer .social-icons a,.site-footer .social-icons a img{width:46px!important;height:46px!important}.terms-page-card{padding:22px!important}.terms-page-card .section-header{grid-template-columns:1fr!important}}@keyframes headerDrop{from{transform:translateY(-18px);opacity:.6}to{transform:none;opacity:1}}.hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 16%,rgba(255,219,77,.18),transparent 28%),radial-gradient(circle at 85% 20%,rgba(58,134,255,.18),transparent 30%);animation:8s ease-in-out infinite alternate glowShift}.hero{position:relative;overflow:hidden}.hero>.container{position:relative;z-index:1}@keyframes glowShift{from{transform:translate3d(-10px,-4px,0) scale(1)}to{transform:translate3d(12px,8px,0) scale(1.04)}}.btn-primary::after{content:"";inset:-40% auto -40% -60%;width:42%;transform:skewX(-20deg)}.btn-primary:hover::after{left:120%}.product-card{will-change:transform;animation:.35s both productRise;box-shadow:var(--shadow-soft)!important;transition:transform .25s,box-shadow .25s,border-color .25s}.product-card:nth-child(2n){animation-delay:.03s}.product-card:nth-child(3n){animation-delay:.06s}@keyframes productRise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.site-footer .footer-grid>div:first-child img{width:130px!important;background:rgba(255,255,255,.08)!important;border-radius:12px!important}.site-footer .social-icons{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important}.site-footer .social-icons a{border:0!important;border-radius:16px!important;display:grid!important;place-items:center!important}.site-footer .social-icons a img{object-fit:contain!important;transform:none!important}.site-footer .social-icons a:hover{transform:translateY(-3px)!important;filter:drop-shadow(0 8px 18px rgba(255,219,77,.24));transform:translateY(-2px) scale(1.05);background:0 0!important}.site-footer .social-icons a:hover img{transform:scale(1.08)!important}#subcategorySelect[style*="display: none"]{display:none!important}.terms-page-card .terms-text{max-height:none!important;overflow:visible!important}.terms-page-card h1{font-size:clamp(2rem,4vw,3.2rem);margin:0;color:var(--navy)}.terms-page-card .section-header{align-items:start!important}.option-links{display:flex;flex-wrap:wrap;gap:10px}.option-links .btn{padding:10px 14px;border-radius:14px;font-size:.9rem}.option-page h1{font-size:clamp(2rem,5vw,4rem);margin:0 0 12px;color:var(--navy)}.option-page h2{margin-top:28px;color:var(--navy)}.lead-text{font-size:1.08rem;color:#29335f;max-width:850px}.large-list{font-size:1rem;line-height:1.75;color:#29335f}.info-callout{margin-top:22px;background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:18px;color:var(--navy);font-weight:850}.site-footer .social-icons a{background:0 0!important;border:none!important;padding:0!important;box-shadow:none!important;width:46px!important;height:46px!important;display:grid!important;place-items:center!important;overflow:visible!important;display:grid;place-items:center}.compact-card{animation:.42s both cardIn}@keyframes cardIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:640px){.option-links{display:grid;grid-template-columns:1fr}.option-links .btn{width:100%}.large-list{padding-left:20px}.site-footer .social-icons a{width:42px!important;height:42px!important}.site-footer .social-icons a img{width:40px!important;height:40px!important}}.hero .hero-content{animation:.6s both fadeUp}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.product-card:focus-visible,.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)!important;border-color:rgba(255,219,77,.45)!important}.product-card.reveal{opacity:0;transform:translateY(18px) scale(.985)}.product-card.reveal.in{opacity:1;transform:none;transition:opacity .45s,transform .45s}.btn-primary,.btn-yellow,.hero .btn-primary,.hero .btn-yellow{position:relative;overflow:hidden;transition:transform .22s,box-shadow .22s,filter .22s}.btn-primary:hover,.btn-yellow:hover,.hero .btn-primary:hover,.hero .btn-yellow:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 14px 30px rgba(255,219,77,.32);filter:saturate(1.05)}.btn-primary::after,.btn-yellow::after,.hero .btn-primary::after,.hero .btn-yellow::after{content:"";position:absolute;inset:0;transform:translateX(-120%) skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent);transition:transform .55s}.btn-primary:hover::after,.btn-yellow:hover::after,.hero .btn-primary:hover::after,.hero .btn-yellow:hover::after{transform:translateX(130%) skewX(-20deg)}.site-footer .social-icons{justify-content:center;align-items:center;gap:14px}.site-footer .social-icons a img{max-width:44px!important;max-height:44px!important;object-fit:contain!important;display:block!important;border-radius:12px!important;background:0 0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain}.option-links{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0 0}.guide-block+.guide-block{margin-top:28px;padding-top:20px;border-top:1px solid rgba(0,4,53,.1)}@media (max-width:768px){.nav-wrap,.site-header .nav-wrap{padding-top:10px!important;padding-bottom:10px!important;min-height:auto!important}.hero{padding-top:18px!important}.hero .hero-content{padding-top:8px!important;padding-bottom:8px!important}}#catalogo .section-header>p:empty,#featuredButton:empty,#featuredSubtitle:empty{display:none!important}.hero-card-header{justify-content:flex-start!important;gap:12px}#featuredButton{display:none!important}@media (max-width:640px){.nav-wrap{min-height:60px!important;padding-top:8px!important;padding-bottom:8px!important}.menu-toggle{margin-left:auto!important}.cart-button{margin-left:8px!important;margin-right:2px!important;padding:10px 11px!important;position:relative;right:-2px}.hero{padding:34px 0 38px!important}.hero h1{font-size:clamp(2.15rem,8vw,3.2rem)!important;line-height:1.02!important}.hero-text{font-size:1rem!important}}.btn,.cart-button,.filter-btn,.product-card{will-change:transform}.product-card:active{transform:translateY(-1px) scale(.99)!important}.btn:active,.cart-button:active,.filter-btn:active{transform:scale(.98)}.reveal{opacity:0;transform:translateY(18px)}.reveal.in{opacity:1;transform:none;transition:opacity .55s,transform .55s}.site-header .brand{display:flex;align-items:center}.hero-copy .eyebrow{margin-bottom:12px}.hero-copy .hero-actions .btn-primary{animation:2.8s ease-in-out infinite pulseGlow}@keyframes pulseGlow{0%,100%{box-shadow:0 10px 22px rgba(255,219,77,.35)}50%{box-shadow:0 14px 34px rgba(255,219,77,.55)}}#beneficios,#como-comprar,#faq,.site-footer{content-visibility:auto;contain-intrinsic-size:700px}

/* --- Gamefy 1.04.03 improvements --- */

.footer-grid-enhanced{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(240px,.8fr)!important;align-items:start;gap:28px}
.footer-brand-block,.footer-social-block{display:grid;gap:14px}
.footer-brand-logo{width:min(180px,100%);height:auto!important;aspect-ratio:512/158;object-fit:contain;display:block;background:none!important;border-radius:0!important;box-shadow:none!important}
.footer-links-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.footer-link-column{display:grid;gap:2px}
.footer-link-column h3,.footer-social-block h3{margin:0 0 4px}
.site-footer .footer-brand-block p,.site-footer .footer-social-block p{color:#dbe3ff;margin:0}
.section-trust{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0));}
.trust-panel{display:grid;grid-template-columns:minmax(0,1.3fr) auto;gap:20px;align-items:center;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(245,247,255,.95));border:1px solid rgba(220,228,255,.9);border-radius:28px;padding:28px;box-shadow:0 22px 50px rgba(0,4,53,.14);margin-bottom:22px}
.trust-panel h2{margin:0 0 10px;color:var(--navy);font-size:clamp(1.8rem,3vw,2.8rem)}
.trust-panel p{margin:0;color:#33406b;max-width:760px}
.trust-panel-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.trust-feature-grid,.reference-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.trust-feature-card,.reference-card{background:#fff;border:1px solid rgba(220,228,255,.9);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}
.trust-feature-card span,.reference-card .reference-badge{display:inline-flex;align-items:center;justify-content:center}
.trust-feature-card span{width:54px;height:54px;border-radius:18px;background:var(--soft);font-size:1.6rem;margin-bottom:14px}
.trust-feature-card h3,.reference-card h3{margin:0 0 10px;color:var(--navy)}
.trust-feature-card p,.reference-card p{margin:0;color:#4f5c83}
.reference-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.reference-badge{margin-bottom:14px;background:rgba(255,219,77,.18);color:var(--navy);font-weight:900;border-radius:999px;padding:8px 12px}
.placeholder-note{display:block;margin-top:14px;color:#6a7598;font-size:.92rem}
.references-page .references-grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)}
.references-sidecard{padding:22px}
.references-checklist{display:grid;gap:16px}
.references-checklist p{margin:6px 0 0;color:var(--muted)}
.references-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
.site-header{background:rgba(0,4,53,.96)}
.site-header,.site-header .main-nav a,.site-header .brand,.site-header .menu-toggle span{color:#fff}
.main-nav a,.simple-nav a{padding:10px 14px;border-radius:999px;text-decoration:none;transition:background .2s,color .2s,transform .2s}
.main-nav a:hover,.simple-nav a:hover{background:rgba(255,255,255,.12);color:#fff;transform:translateY(-1px)}
.main-nav a[data-nav-filter],.main-nav a[data-home-link]{color:#fff}
.brand img{width:auto;max-width:180px;height:auto}
.cart-button{background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}
.cart-button strong{box-shadow:0 4px 12px rgba(255,219,77,.25)}
.hero{background:radial-gradient(circle at 14% 16%,rgba(255,219,77,.18),transparent 22%),radial-gradient(circle at 85% 16%,rgba(255,255,255,.09),transparent 22%),linear-gradient(135deg,#000435 0%,#071f5f 55%,#0f2d86 100%)!important}
.hero-copy{display:grid;gap:0}
.hero h1{letter-spacing:-.03em}
.hero-text{max-width:680px}
.hero-card{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,247,255,.95));box-shadow:0 24px 55px rgba(0,4,53,.18)}
.catalog-toolbar{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);padding:18px;border-radius:28px;backdrop-filter:blur(10px)}
.filters{gap:12px}
.filter-btn{padding:13px 18px;box-shadow:0 8px 16px rgba(0,4,53,.06)}
.search-box span{font-size:.9rem;letter-spacing:.01em}
.search-box input,.search-box select{min-height:58px;border-radius:20px;padding:14px 18px;box-shadow:0 10px 24px rgba(0,4,53,.06)}
.product-card{border:1px solid rgba(220,228,255,.9);border-radius:26px;overflow:hidden;background:linear-gradient(180deg,#fff,#fdfdff)}
.product-media{background:linear-gradient(135deg,#071f5f,#102b90)}
.product-body{padding:16px 16px 18px}
.product-body h3{font-size:1rem;line-height:1.25}
.price{font-size:1.22rem}
.section-header h2{letter-spacing:-.02em}
.simple-nav{display:flex;align-items:center;gap:8px;margin-left:auto}
.simple-nav a{color:#fff!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;font-weight:900}
@media(max-width:1100px){.trust-feature-grid{grid-template-columns:1fr 1fr 1fr}.footer-grid-enhanced{grid-template-columns:1fr}.footer-links-group{max-width:560px}}
@media(max-width:900px){.catalog-toolbar{grid-template-columns:1fr 1fr}.catalog-toolbar .filters{grid-column:1/-1}.trust-panel{grid-template-columns:1fr}.trust-panel-actions{justify-content:flex-start}.references-page .references-grid,.faq-layout,.hero-grid{grid-template-columns:1fr}.reference-card-grid,.references-steps{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.brand img{max-width:145px}.catalog-toolbar{grid-template-columns:1fr!important;padding:14px;border-radius:24px}.filter-btn{padding:12px 16px}.footer-grid-enhanced{gap:24px}.footer-links-group{grid-template-columns:1fr 1fr;gap:18px}.footer-bottom{gap:8px}.site-footer{padding-top:34px}.footer-brand-logo{width:150px!important}.reference-card-grid,.trust-feature-grid,.references-steps{grid-template-columns:1fr}.trust-panel,.trust-feature-card,.reference-card{padding:20px}.site-footer .social-icons{justify-content:flex-start}.simple-nav{gap:6px}.simple-nav a{padding:9px 12px;font-size:.92rem}}


/* ==========================================================
   GAMEFY 1.04.09 — MOBILE FOOTER + FRIENDLY CATALOG CONTROLS
   Fresh filename prevents old cached CSS from being reused.
   ========================================================== */

/* Catalog navigation */
#catalogo .section-header{margin-bottom:22px}
.catalog-toolbar.catalog-toolbar-v2{
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)!important;
  gap:20px!important;
  align-items:start!important;
  padding:22px!important;
  margin-bottom:28px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035))!important;
  box-shadow:0 18px 48px rgba(0,0,0,.14)!important;
  backdrop-filter:blur(12px);
}
.category-filter-block,.catalog-control-grid{min-width:0}
.catalog-toolbar-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
  color:#fff;
}
.catalog-toolbar-heading>div{display:grid;gap:2px}
.catalog-toolbar-heading strong{font-size:1.08rem;line-height:1.25}
.catalog-toolbar-heading small{max-width:230px;text-align:right;color:#cdd7fb;font-size:.78rem;line-height:1.35}
.toolbar-kicker{color:var(--yellow);font-size:.72rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.catalog-toolbar-v2 .filter-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  min-width:0;
}
.catalog-toolbar-v2 .filter-btn{
  min-height:46px!important;
  padding:10px 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:15px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:.92rem!important;
  line-height:1.1!important;
  font-weight:900!important;
  box-shadow:0 8px 22px rgba(0,4,53,.12)!important;
  white-space:nowrap;
}
.catalog-toolbar-v2 .filter-btn::before{content:"✦";font-size:.92rem;line-height:1}
.catalog-toolbar-v2 .filter-btn[data-cat="pc"]::before{content:"🎮"}
.catalog-toolbar-v2 .filter-btn[data-cat="recargas"]::before{content:"⚡"}
.catalog-toolbar-v2 .filter-btn[data-cat="gift-cards"]::before{content:"🎁"}
.catalog-toolbar-v2 .filter-btn[data-cat="streaming"]::before{content:"▶"}
.catalog-toolbar-v2 .filter-btn.active,
.catalog-toolbar-v2 .filter-btn:hover,
.catalog-toolbar-v2 .filter-btn:focus-visible{
  background:var(--yellow)!important;
  border-color:var(--yellow)!important;
  transform:translateY(-1px);
  box-shadow:0 12px 25px rgba(255,219,77,.22)!important;
}
.catalog-control-grid{display:grid;grid-template-columns:1fr;gap:12px}
.catalog-toolbar-v2 .search-box{display:grid!important;gap:7px!important;color:#fff!important;font-size:.84rem!important;font-weight:850!important;min-width:0}
.catalog-toolbar-v2 .control-label{display:flex;align-items:center;gap:7px;color:#eef2ff;font-size:.82rem;line-height:1.2}
.catalog-toolbar-v2 .control-label>span{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.1);color:var(--yellow);font-weight:950}
.catalog-toolbar-v2 .search-box input,
.catalog-toolbar-v2 .search-box select{
  width:100%!important;
  min-width:0!important;
  min-height:52px!important;
  height:52px!important;
  padding:0 16px!important;
  border:1px solid rgba(220,228,255,.95)!important;
  border-radius:15px!important;
  background:#fff!important;
  color:var(--navy)!important;
  box-shadow:0 10px 24px rgba(0,4,53,.12)!important;
  font-size:.96rem!important;
  font-weight:750!important;
}
.catalog-toolbar-v2 .search-box input::placeholder{color:#7b839d;opacity:1}
.catalog-toolbar-v2 .search-box input:focus,
.catalog-toolbar-v2 .search-box select:focus{
  border-color:var(--yellow)!important;
  box-shadow:0 0 0 4px rgba(255,219,77,.22),0 10px 24px rgba(0,4,53,.12)!important;
}

/* Footer: strict reset prevents inherited grid/image rules from overlapping. */
.site-footer{
  content-visibility:visible!important;
  contain:none!important;
  overflow:hidden!important;
  padding:42px 0 24px!important;
}
.site-footer .footer-grid-enhanced{
  width:min(calc(100% - 32px),var(--max))!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:minmax(250px,1.05fr) minmax(340px,1.2fr) minmax(170px,.65fr)!important;
  gap:46px!important;
  align-items:start!important;
}
.site-footer .footer-grid-enhanced>*{min-width:0!important;position:static!important;transform:none!important}
.site-footer .footer-brand-block,
.site-footer .footer-social-block,
.site-footer .footer-link-column{display:block!important;min-width:0!important}
.site-footer .footer-brand-logo{
  display:block!important;
  width:142px!important;
  height:44px!important;
  min-width:142px!important;
  max-width:142px!important;
  min-height:44px!important;
  max-height:44px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  margin:0 0 18px!important;
  box-shadow:none!important;
}
.site-footer .footer-brand-block p{
  width:100%!important;
  max-width:350px!important;
  margin:0!important;
  color:#dbe3ff!important;
  font-size:.94rem!important;
  line-height:1.55!important;
  overflow-wrap:anywhere;
}
.site-footer .footer-links-group{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:28px!important;
  align-items:start!important;
  min-width:0!important;
}
.site-footer .footer-link-column h3,
.site-footer .footer-social-block h3{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:1rem!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.site-footer .footer-link-column a,
.site-footer #footerCategories a{
  display:block!important;
  width:fit-content!important;
  max-width:100%!important;
  margin:0 0 9px!important;
  padding:0!important;
  color:#dbe3ff!important;
  font-size:.9rem!important;
  line-height:1.4!important;
  text-decoration:none!important;
  overflow-wrap:anywhere!important;
}
.site-footer .footer-link-column a:hover,
.site-footer #footerCategories a:hover{color:var(--yellow)!important}
.site-footer .footer-social-block{justify-self:start!important}
.site-footer .social-icons{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin:0!important;
}
.site-footer .social-icons a{
  display:grid!important;
  place-items:center!important;
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  margin:0!important;
  padding:0!important;
  border-radius:11px!important;
  overflow:hidden!important;
}
.site-footer .social-icons a img{
  display:block!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  max-width:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  object-fit:contain!important;
  margin:0!important;
  padding:0!important;
  border-radius:10px!important;
  transform:none!important;
}
.site-footer .footer-bottom{
  width:min(calc(100% - 32px),var(--max))!important;
  margin:30px auto 0!important;
  padding-top:18px!important;
  gap:14px!important;
  color:#dbe3ff!important;
  font-size:.9rem!important;
  line-height:1.4!important;
}

@media(max-width:900px){
  #catalogo .section-header{grid-template-columns:1fr!important}
  .catalog-toolbar.catalog-toolbar-v2{grid-template-columns:1fr!important}
  .catalog-control-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .catalog-search{grid-column:1/-1}
  .site-footer .footer-grid-enhanced{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:32px!important;
  }
  .site-footer .footer-brand-block{grid-column:1/-1!important}
  .site-footer .footer-links-group{grid-column:1/2!important}
  .site-footer .footer-social-block{grid-column:2/3!important}
}

@media(max-width:640px){
  #catalogo.section{padding-top:42px!important}
  #catalogo .section-header{margin-bottom:16px!important}
  #catalogo .section-header h2{font-size:clamp(2rem,10vw,2.8rem)!important;line-height:1.05!important}
  .catalog-toolbar.catalog-toolbar-v2{
    width:100%!important;
    gap:16px!important;
    padding:15px!important;
    margin-bottom:20px!important;
    border-radius:22px!important;
  }
  .catalog-toolbar-heading{align-items:start!important;margin-bottom:10px!important}
  .catalog-toolbar-heading strong{font-size:1rem!important}
  .catalog-toolbar-heading small{display:none!important}
  .catalog-toolbar-v2 .filter-chips{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    margin:0 -4px!important;
    padding:3px 4px 8px!important;
  }
  .catalog-toolbar-v2 .filter-chips::-webkit-scrollbar{display:none}
  .catalog-toolbar-v2 .filter-btn{
    flex:0 0 auto!important;
    scroll-snap-align:start;
    min-height:42px!important;
    padding:9px 13px!important;
    border-radius:14px!important;
    font-size:.86rem!important;
  }
  .catalog-control-grid{grid-template-columns:1fr!important;gap:11px!important}
  .catalog-search,.catalog-subcategory,.catalog-sort{grid-column:1/-1!important}
  .catalog-toolbar-v2 .search-box{gap:6px!important}
  .catalog-toolbar-v2 .search-box input,
  .catalog-toolbar-v2 .search-box select{
    min-height:48px!important;
    height:48px!important;
    padding:0 14px!important;
    border-radius:14px!important;
    font-size:.92rem!important;
  }

  .site-footer{padding:34px 0 20px!important}
  .site-footer .footer-grid-enhanced{
    width:min(calc(100% - 30px),var(--max))!important;
    display:block!important;
  }
  .site-footer .footer-brand-block{
    width:100%!important;
    margin:0 0 28px!important;
  }
  .site-footer .footer-brand-logo{
    width:124px!important;
    height:38px!important;
    min-width:124px!important;
    max-width:124px!important;
    min-height:38px!important;
    max-height:38px!important;
    margin-bottom:14px!important;
  }
  .site-footer .footer-brand-block p{
    max-width:330px!important;
    font-size:.88rem!important;
    line-height:1.5!important;
  }
  .site-footer .footer-links-group{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:18px!important;
    margin:0!important;
  }
  .site-footer .footer-link-column h3,
  .site-footer .footer-social-block h3{font-size:.95rem!important;margin-bottom:10px!important}
  .site-footer .footer-link-column a,
  .site-footer #footerCategories a{font-size:.84rem!important;line-height:1.36!important;margin-bottom:8px!important}
  .site-footer .footer-social-block{
    width:100%!important;
    margin:26px 0 0!important;
  }
  .site-footer .social-icons a,
  .site-footer .social-icons a img{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    min-height:36px!important;
    max-height:36px!important;
  }
  .site-footer .footer-bottom{
    width:min(calc(100% - 30px),var(--max))!important;
    margin-top:26px!important;
    padding-top:16px!important;
    font-size:.8rem!important;
    align-items:flex-start!important;
  }
}

@media(max-width:360px){
  .site-footer .footer-links-group{gap:12px!important}
  .site-footer .footer-link-column a,
  .site-footer #footerCategories a{font-size:.79rem!important}
  .catalog-toolbar-v2 .filter-btn{font-size:.82rem!important;padding-inline:11px!important}
}
.catalog-toolbar-v2 .search-box[style*="display: none"]{display:none!important}


/* Gamefy 1.04.09: navegación, referencias y movimiento ligero */
.hero-copy{animation:gfHeroCopyIn .72s cubic-bezier(.2,.75,.25,1) both}
.hero-card{animation:gfHeroCardIn .82s .08s cubic-bezier(.2,.75,.25,1) both}
.hero-copy h1{animation:gfTitleGlow 5s ease-in-out infinite alternate}
.hero-actions .btn{transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}
.hero-actions .btn:hover{transform:translateY(-3px)}
.hero-actions .btn-secondary{box-shadow:0 10px 26px rgba(0,4,53,.13)}
.product-media img{transition:transform .38s ease,filter .38s ease}
.product-card:hover .product-media img{transform:scale(1.045);filter:saturate(1.07)}
.benefit-card,.step-card,.trust-feature-card,.faq-list details{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.benefit-card:hover,.step-card:hover,.trust-feature-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(0,4,53,.16);border-color:rgba(255,219,77,.5)}
.faq-list details[open]{transform:translateY(-2px);box-shadow:0 15px 34px rgba(0,4,53,.1);border-color:rgba(255,219,77,.55)}
.trust-panel-actions{justify-content:flex-end}
.trust-panel-actions .btn{min-width:150px}
.reference-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.references-page .reference-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.references-page .reference-card .btn{margin-top:auto}
.catalog-toolbar-heading{align-items:flex-end}
.catalog-toolbar-heading>div{display:grid;gap:3px}
.catalog-toolbar-heading small{display:none!important}
@keyframes gfHeroCopyIn{from{opacity:0;transform:translate3d(-22px,18px,0)}to{opacity:1;transform:none}}
@keyframes gfHeroCardIn{from{opacity:0;transform:translate3d(24px,20px,0) scale(.975)}to{opacity:1;transform:none}}
@keyframes gfTitleGlow{0%,100%{text-shadow:0 0 0 rgba(255,219,77,0)}50%{text-shadow:0 8px 32px rgba(255,219,77,.18)}}
@media (prefers-reduced-motion:reduce){.hero-copy,.hero-card,.hero-copy h1{animation:none!important}.product-media img,.benefit-card,.step-card,.trust-feature-card,.faq-list details{transition:none!important}}
@media(max-width:900px){.trust-panel-actions{justify-content:flex-start}.reference-card-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.hero-copy,.hero-card{animation-duration:.5s}.trust-panel-actions .btn{width:100%}.reference-card-grid{grid-template-columns:1fr!important}}

/* Gamefy 1.04.09: interfaz sin movimiento y un único efecto neón gamer */
.home-page{position:relative;background:#f5f7ff}
.home-page main{position:relative;z-index:1}

/* Desactiva los efectos y animaciones anteriores exclusivamente en la portada. */
.home-page *,
.home-page *::before,
.home-page *::after{animation:none!important;transition:none!important}
.home-page .reveal,
.home-page .floaty,
.home-page .product-card.reveal{opacity:1!important;transform:none!important}
.home-page .product-card:hover,
.home-page .product-card:focus-visible,
.home-page .btn:hover,
.home-page .filter-btn:hover,
.home-page .cart-button:hover,
.home-page .benefit-card:hover,
.home-page .step-card:hover,
.home-page .trust-feature-card:hover,
.home-page .community-card:hover{transform:none!important}
.home-page *:hover{animation:none!important;transform:none!important}
.home-page .btn::after,.home-page .btn:hover::after,.home-page .btn-primary::after,.home-page .btn-primary:hover::after{content:none!important;display:none!important}
.home-page .product-card:hover .product-media img,.home-page .social-icons a:hover,.home-page .social-icons a:hover img{transform:none!important;filter:none!important}

/* Portada normal y estática, sin neón ni animaciones. */
.home-page #inicio{position:relative;isolation:auto;overflow:hidden;background:var(--hero-bg)!important;box-shadow:none!important}
.home-page #inicio::before,.home-page #inicio::after{content:none!important;display:none!important;background:none!important;border:0!important;box-shadow:none!important;filter:none!important}
.home-page #inicio>.container{position:relative;z-index:1}
.home-page #inicio .hero-copy h1{text-shadow:none!important}
.home-page #inicio .hero-card{border-color:var(--line)!important;box-shadow:var(--shadow)!important}
.home-page #inicio .btn-primary{box-shadow:0 10px 22px rgba(255,219,77,.35)!important}
.home-page #inicio .btn-secondary{border-color:var(--line)!important;box-shadow:none!important}

/* Tarjetas: gradiente muy ligero, sin movimientos. */
.home-page #catalogo{background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%)}
.home-page .product-card{position:relative;background:linear-gradient(155deg,#ffffff 0%,#f8faff 62%,#fffcec 100%)!important;border-color:rgba(205,217,255,.95)!important;box-shadow:0 12px 28px rgba(0,4,53,.10)!important}
.home-page .product-card>.product-media,
.home-page .product-card>.product-body{position:relative;z-index:1}

/* Etiqueta del total real del catálogo. */
.catalog-count-wrap{display:flex;justify-content:flex-end;align-items:center;margin:0!important}
.catalog-count-badge{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:10px 14px;border:1px solid rgba(47,215,255,.38);border-radius:999px;background:linear-gradient(135deg,#07124b,#111f70);color:#fff;font-size:.88rem;font-weight:950;box-shadow:0 0 16px rgba(0,217,255,.13)}
.catalog-count-badge::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 10px rgba(255,219,77,.65)}

/* Comunidad: conserva solamente el título y las tarjetas de grupos. */
.community-section{position:relative;background:linear-gradient(145deg,#000a36 0%,#061451 52%,#102c80 100%);color:#fff}
.community-section>.container{position:relative;z-index:1}
.community-heading{display:block!important;margin-bottom:26px!important}
.community-heading h2{color:#fff}
.community-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.community-card{position:relative;overflow:hidden;display:grid;align-content:start;gap:18px;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055));box-shadow:0 20px 46px rgba(0,0,25,.2);backdrop-filter:blur(16px)}
.community-card-wide{grid-column:1/-1}
.community-card-head{display:flex;align-items:flex-start;gap:14px}
.community-card-head h3{margin:0 0 5px;color:#fff;font-size:1.15rem}
.community-card-head p{margin:0;color:#cdd8ff;font-size:.9rem}
.community-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:16px;background:rgba(255,219,77,.13);border:1px solid rgba(255,219,77,.23);font-size:1.45rem}
.community-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.community-card-wide .community-links{grid-template-columns:repeat(4,minmax(0,1fr))}
.community-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:11px 13px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(0,4,53,.25);color:#fff;text-decoration:none;font-size:.88rem;font-weight:850}
.community-links a span{color:var(--yellow);white-space:nowrap;font-size:.76rem}

@media(max-width:900px){
  .community-card-wide .community-links{grid-template-columns:repeat(3,minmax(0,1fr))}
  .community-grid{grid-template-columns:1fr}
  .community-card-wide{grid-column:auto}
}
@media(max-width:640px){
  .catalog-count-wrap{justify-content:flex-start}
  .catalog-count-badge{padding:9px 12px;font-size:.82rem}
  .community-section{padding:50px 0!important}
  .community-card{padding:19px;border-radius:22px}
  .community-links,.community-card-wide .community-links{grid-template-columns:1fr}
  .community-links a{min-height:48px}
  .community-card-head h3{font-size:1.03rem}
}

/* Gamefy 1.04.09: nueva portada principal */
#featuredImage,.featured-product img{aspect-ratio:40/21!important;object-fit:cover!important;object-position:center!important;background:#02051d}

/* Portada 1.04.09: centrada, proporcionada y visible en todos los tamaños. */
.home-page #inicio .hero-card{overflow:hidden}
.home-page #inicio #featuredImage,
.home-page #inicio .featured-product img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1200/630!important;
  object-fit:cover!important;
  object-position:50% 50%!important;
  border-radius:20px!important;
  background:#02051d!important;
}
@media(max-width:640px){
  .home-page #inicio .hero-grid{grid-template-columns:1fr!important;gap:22px!important}
  .home-page #inicio .hero-card{display:block!important;padding:10px!important;border-radius:20px!important}
  .home-page #inicio .hero-card-header{padding:3px 4px 10px!important}
  .home-page #inicio .featured-product{gap:12px!important}
  .home-page #inicio .featured-product>div{padding:0 4px 5px}
  .home-page #inicio #featuredImage,
  .home-page #inicio .featured-product img{border-radius:14px!important;object-position:center center!important}
}


/* ==========================================================
   GAMEFY 1.04.10 — COUNT BADGE, MOBILE CATEGORIES, SECTION ORDER
   ========================================================== */

/* La etiqueta del total queda pequeña en la esquina superior derecha
   del encabezado del catálogo, alineada con la palabra “Catálogo”. */
#catalogo .section-header{
  position:relative!important;
  display:block!important;
  min-height:84px;
  padding-right:132px!important;
}
#catalogo .section-header>div{min-width:0}
#catalogo .catalog-count-wrap{
  position:absolute!important;
  top:0!important;
  right:0!important;
  width:auto!important;
  display:block!important;
  margin:0!important;
}
#catalogo .catalog-count-badge{
  gap:6px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  font-size:.72rem!important;
  line-height:1!important;
  box-shadow:0 5px 14px rgba(0,4,53,.16)!important;
}
#catalogo .catalog-count-badge::before{
  width:6px!important;
  height:6px!important;
  box-shadow:none!important;
}

/* Todas las categorías permanecen visibles en teléfono: sin carrusel. */
@media(max-width:640px){
  #catalogo .section-header{
    min-height:92px!important;
    padding-right:112px!important;
  }
  #catalogo .catalog-count-wrap{
    top:1px!important;
    right:0!important;
  }
  #catalogo .catalog-count-badge{
    padding:6px 9px!important;
    font-size:.68rem!important;
  }
  .catalog-toolbar-v2 .filter-chips{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
    width:100%!important;
    overflow:visible!important;
    margin:0!important;
    padding:2px 0 0!important;
  }
  .catalog-toolbar-v2 .filter-btn{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
    min-height:46px!important;
    padding:9px 8px!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .catalog-toolbar-v2 .filter-btn:last-child{
    grid-column:1/-1!important;
  }
}

@media(max-width:370px){
  #catalogo .section-header{padding-right:102px!important}
  #catalogo .catalog-count-badge{font-size:.63rem!important;padding:5px 8px!important}
  .catalog-toolbar-v2 .filter-btn{font-size:.8rem!important;gap:5px!important}
}


/* Gamefy 1.04.12: ocultar catálogo destacado solo en teléfonos */
@media (max-width: 640px){
  .hero-card{display:none!important;}
  .hero-grid{grid-template-columns:1fr!important;}
}


/* Gamefy 1.04.12: ocultar definitivamente el bloque destacado en móviles.
   La especificidad supera las reglas heredadas que lo volvían a mostrar. */
@media (max-width: 700px){
  body.home-page #inicio .container.hero-grid > aside.hero-card,
  body.home-page #inicio aside.hero-card,
  body.home-page #inicio .hero-card{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }
  body.home-page #inicio .container.hero-grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:0!important;
  }
}
