<!DOCTYPE html>
<html lang="es" class="scroll-smooth">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- Primary Meta Tags -->
<title>Pentiment — Tierra de Soldados</title>
<meta name="title" content="Pentiment — Tierra de Soldados">
<meta name="description" content="Pentiment: Un Puzzle-Adventure Único En &#039;Pentiment&#039; se te sumergirá en un mundo de historia y misterio en 16th-century Upper Bavaria. En este juego, las in...">
<link rel="canonical" href="https://tierradesoldados.com">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="product">
<meta property="og:url" content="https://tierradesoldados.com">
<meta property="og:title" content="Pentiment — Tierra de Soldados">
<meta property="og:description" content="Pentiment: Un Puzzle-Adventure Único En &#039;Pentiment&#039; se te sumergirá en un mundo de historia y misterio en 16th-century Upper Bavaria. En este juego, las in...">
<meta property="og:image" content="https://images.igdb.com/igdb/image/upload/t_1080p/co4v1e.jpg">
<meta property="og:site_name" content="Tierra de Soldados">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tierradesoldados.com">
<meta property="twitter:title" content="Pentiment — Tierra de Soldados">
<meta property="twitter:description" content="Pentiment: Un Puzzle-Adventure Único En &#039;Pentiment&#039; se te sumergirá en un mundo de historia y misterio en 16th-century Upper Bavaria. En este juego, las in...">
<meta property="twitter:image" content="https://images.igdb.com/igdb/image/upload/t_1080p/co4v1e.jpg">

<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "Tierra de Soldados",
  "url": "https://tierradesoldados.com"
}
</script>

    <script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "Pentiment",
  "image": "https://images.igdb.com/igdb/image/upload/t_1080p/co4v1e.jpg",
  "description": "Pentiment: Un Puzzle-Adventure Único En &#039;Pentiment&#039; se te sumergirá en un mundo de historia y misterio en 16th-century Upper Bavaria. En este juego, las in...",
    "offers": {
    "@type": "AggregateOffer",
    "url": "https://tierradesoldados.com",
    "priceCurrency": "EUR",
    "lowPrice": "19.99",
        "highPrice": "19.99",
        "offerCount": "1",
    "availability": "https://schema.org/InStock"
  }
  }
</script>
    
    <!-- Google Fonts: Outfit -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
    
    <!-- Tailwind CSS v4 Browser CDN -->
    <script src="https://unpkg.com/@tailwindcss/browser@4"></script>
    
    <!-- Tailwind CSS v4 Custom Theme Configurations -->
    <style type="text/tailwindcss">
        @theme {
            --font-sans: 'Outfit', sans-serif;
            --color-neon: #00ff87;
            --color-neon-hover: #00e578;
            --color-dark-bg: #0a0f1d;
            --color-surface: #131a2e;
            --color-surface-light: #1a233d;
            --color-brand-blue: #1565c0;
            --color-brand-blue-hover: #0d47a1;
        }
    </style>

    <!-- Alpine.js v3 -->
    <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
    
    <style>
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0a0f1d;
        }
        ::-webkit-scrollbar-thumb {
            background: #1a233d;
            border-radius: 9999px;
            border: 2px solid #0a0f1d;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #00ff87;
        }
        
        body {
            font-family: 'Outfit', sans-serif;
            background-color: #0a0f1d;
            background-image: 
                radial-gradient(circle at top right, rgba(0, 255, 135, 0.02), transparent 45%),
                radial-gradient(circle at top left, rgba(21, 101, 192, 0.05), transparent 50%);
        }
        
        /* Eneba-style Header Glass */
        .header-glass {
            background: rgba(10, 15, 29, 0.95);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }
    </style>
    
    
            
        
        
        
    </head>
<body class="bg-dark-bg text-slate-100 min-h-screen flex flex-col selection:bg-neon selection:text-slate-950 antialiased">

    <!-- Header / Navbar (Eneba Style) -->
    <header class="sticky top-0 z-50 w-full header-glass border-b border-white/5 transition-all duration-300 shadow-lg">
        
        <!-- Top Bar: Logo, Massive Search, User Icons -->
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex flex-col sm:flex-row items-center gap-4 sm:gap-8 justify-between">
            <!-- Logo -->
            <a href="/" class="flex items-center gap-2 group flex-shrink-0">
                <span class="text-3xl font-black tracking-tighter text-white transition-all duration-300">
                    TS.
                </span>
            </a>

            <!-- Massive Search Bar -->
            <div class="flex-1 w-full max-w-3xl hidden sm:block">
                <form action="/catalogo" method="GET" class="relative group w-full">
                    <input 
                        type="text" 
                        name="search" 
                        placeholder="Buscá juegos, software o tarjetas de regalo..." 
                        class="w-full bg-surface-light border border-white/10 text-slate-200 placeholder-slate-400 rounded-xl py-3.5 pl-12 pr-4 text-sm font-medium focus:outline-none focus:border-neon focus:ring-1 focus:ring-neon/50 focus:bg-surface-light transition-all duration-300 shadow-inner hover:border-white/20"
                    >
                    <svg class="w-5 h-5 text-slate-400 absolute left-4 top-3.5 group-focus-within:text-neon transition-colors duration-200" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
                    </svg>
                    <span class="absolute right-3 top-3 px-2 py-1 text-[10px] font-mono font-bold text-slate-400 bg-black/40 rounded border border-white/10 select-none group-focus-within:hidden transition-all duration-200">⌘K</span>
                </form>
            </div>

            <!-- User Icons (Login, Cart/Favorite equivalent) -->
            <div class="flex items-center gap-3 sm:gap-6 flex-shrink-0">
                <button class="text-slate-400 hover:text-white transition duration-200 flex flex-col items-center gap-1 group">
                    <span class="bg-surface-light p-2.5 rounded-full group-hover:bg-white/10 transition-colors">
                        <svg class="w-5 h-5 group-hover:-translate-y-0.5 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path>
                        </svg>
                    </span>
                    <span class="text-[9px] font-bold uppercase tracking-wider hidden sm:block">Login</span>
                </button>
                <button class="text-slate-400 hover:text-neon transition duration-200 flex flex-col items-center gap-1 group relative">
                    <span class="bg-surface-light p-2.5 rounded-full group-hover:bg-neon/10 transition-colors">
                        <svg class="w-5 h-5 group-hover:-translate-y-0.5 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path>
                        </svg>
                    </span>
                    <span class="text-[9px] font-bold uppercase tracking-wider hidden sm:block">Favoritos</span>
                    <!-- Badge -->
                    <span class="absolute -top-1 -right-1 sm:top-0 sm:-right-2 bg-neon text-black text-[10px] font-black w-4 h-4 rounded-full flex items-center justify-center border-2 border-dark-bg">0</span>
                </button>
            </div>
        </div>

        <!-- Mobile Search (Visible only on small screens) -->
        <div class="px-4 pb-3 sm:hidden">
            <form action="/catalogo" method="GET" class="relative group w-full">
                <input 
                    type="text" 
                    name="search" 
                    placeholder="Buscá juegos..." 
                    class="w-full bg-surface-light border border-white/10 text-slate-200 placeholder-slate-500 rounded-lg py-2.5 pl-10 pr-4 text-xs focus:outline-none focus:border-neon focus:ring-1 focus:ring-neon/50 transition-all duration-300"
                >
                <svg class="w-4 h-4 text-slate-500 absolute left-3 top-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
                </svg>
            </form>
        </div>

        <!-- Secondary Navigation Bar (Categories) -->
        <div class="border-t border-white/5 bg-surface-light/40">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <nav class="flex items-center overflow-x-auto scrollbar-none gap-6 sm:gap-8 text-xs font-bold uppercase tracking-wider text-slate-400 whitespace-nowrap">
                    <a href="/catalogo" class="py-3.5 hover:text-white hover:border-neon border-b-2 transition-all duration-200 border-transparent">
                        🔥 Catálogo Completo
                    </a>
                    <a href="/catalogo?price_range=under_5" class="py-3.5 hover:text-white hover:border-neon border-b-2 transition-all duration-200 border-transparent">
                        💸 Menos de 5€
                    </a>
                    <a href="/catalogo?type=game" class="py-3.5 hover:text-white hover:border-neon border-b-2 transition-all duration-200 border-transparent">
                        💻 PC
                    </a>
                    <a href="/catalogo?platforms[]=playstation" class="py-3.5 hover:text-white hover:border-neon border-b-2 border-transparent transition-all duration-200">
                        🎮 PlayStation
                    </a>
                    <a href="/catalogo?platforms[]=xbox" class="py-3.5 hover:text-white hover:border-neon border-b-2 border-transparent transition-all duration-200">
                        🟢 Xbox
                    </a>
                    <a href="/catalogo?platforms[]=nintendo" class="py-3.5 hover:text-white hover:border-neon border-b-2 border-transparent transition-all duration-200">
                        🍄 Nintendo
                    </a>
                    <a href="/catalogo?type=software" class="py-3.5 hover:text-white hover:border-neon border-b-2 transition-all duration-200 border-transparent">
                        💽 Software
                    </a>
                    <a href="/blog" class="py-3.5 hover:text-white hover:border-neon border-b-2 transition-all duration-200 border-transparent">
                        📝 Blog
                    </a>
                </nav>
            </div>
        </div>
    </header>

    <!-- Main Content -->
    <main class="flex-grow">
            <!-- Hero Carousel Section (Alpine.js Interactive, Split Layout) -->
            <section 
            class="relative overflow-hidden border-b border-white/5 bg-dark-bg min-h-[350px] lg:min-h-[400px] flex items-center"
            x-data="{
                current: 0,
                total: 3,
                autoplay: null,
                init() {
                    this.autoplay = setInterval(() => {
                        this.current = (this.current + 1) % this.total;
                    }, 6000);
                }
            }"
        >
            <!-- Global Ambient Background -->
            <div class="absolute inset-0 bg-[radial-gradient(ellipse_at_top_right,rgba(0,255,135,0.08),transparent_50%)] z-0 pointer-events-none"></div>
            <div class="absolute inset-0 bg-[radial-gradient(circle_at_bottom_left,rgba(0,255,135,0.03),transparent_40%)] z-0 pointer-events-none"></div>

            <div class="w-full relative py-8 lg:py-16">
                                    <div 
                        x-show="current === 0"
                        class="absolute inset-0 flex items-center justify-center pointer-events-none"
                    >
                        <!-- Left Side Typography -->
                        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 w-full grid grid-cols-1 lg:grid-cols-12 gap-8 lg:gap-16 items-center">
                            
                            <div 
                                class="lg:col-span-5 flex flex-col space-y-6 pointer-events-auto"
                                x-show="current === 0"
                                x-transition:enter="transition ease-out duration-1000 delay-200"
                                x-transition:enter-start="opacity-0 -translate-x-12"
                                x-transition:enter-end="opacity-100 translate-x-0"
                                x-transition:leave="transition ease-in duration-500"
                                x-transition:leave-start="opacity-100 translate-x-0"
                                x-transition:leave-end="opacity-0 -translate-x-12"
                            >
                                                                    <div>
                                        <span class="inline-block text-[10px] font-black uppercase tracking-widest bg-neon/15 text-neon px-4 py-1.5 rounded-full border border-neon/30 shadow-[0_0_15px_rgba(0,255,135,0.2)]">
                                            JUNIO 2026
                                        </span>
                                    </div>
                                                                
                                <h2 class="text-3xl sm:text-4xl lg:text-5xl font-extrabold text-white leading-[1.1] tracking-tight drop-shadow-xl">
                                    Las mejores ofertas del mes
                                </h2>
                                
                                                                    <p class="text-slate-350 text-sm sm:text-base max-w-lg leading-relaxed font-medium">
                                        Ahorra hasta un 90% en juegos PC, PS5 y Xbox
                                    </p>
                                                                
                                <div class="pt-4 flex items-center gap-4">
                                    <a 
                                        href="/catalogo?types[]=game"
                                        class="group relative inline-flex items-center justify-center px-8 py-4 font-black text-dark-bg bg-neon rounded-2xl overflow-hidden transition-transform duration-300 hover:scale-105 shadow-[0_0_30px_-5px_rgba(0,255,135,0.4)]"
                                    >
                                        <span class="absolute inset-0 w-full h-full bg-gradient-to-br from-white/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300"></span>
                                        <span class="relative text-xs uppercase tracking-wider">Ver ofertas</span>
                                        <svg class="relative ml-2 w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
                                        </svg>
                                    </a>
                                </div>
                            </div>

                            <!-- Right Side Isometric/Floating Image -->
                            <div class="lg:col-span-7 hidden lg:flex items-center justify-center pointer-events-auto relative min-h-[250px] lg:min-h-[300px]">
                                <!-- Main Card -->
                                <div 
                                    class="relative z-30 w-56 lg:w-72 aspect-[3/4] rounded-2xl shadow-[0_20px_50px_rgba(0,0,0,0.5)] border border-white/10 bg-slate-900 overflow-hidden transform transition-all duration-700 hover:scale-105 hover:-translate-y-4 hover:rotate-2 group"
                                    x-show="current === 0"
                                    x-transition:enter="transition ease-out duration-1000 delay-300"
                                    x-transition:enter-start="opacity-0 translate-y-24 rotate-12 scale-90"
                                    x-transition:enter-end="opacity-100 translate-y-0 rotate-0 scale-100"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-100 translate-y-0 rotate-0 scale-100"
                                    x-transition:leave-end="opacity-0 translate-y-24 rotate-12 scale-90"
                                >
                                    <!-- Inner Glow on hover -->
                                    <div class="absolute inset-0 bg-gradient-to-t from-neon/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500 z-10 pointer-events-none"></div>
                                    
                                                                            <img src="https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&amp;fit=crop&amp;w=1200&amp;q=100" alt="Las mejores ofertas del mes" class="w-full h-full object-cover" onerror="this.outerHTML='<div class=\'w-full h-full bg-gradient-to-br from-slate-800 to-slate-900 flex items-center justify-center\'><span class=\'text-neon/50 font-black text-2xl tracking-widest uppercase\'>SOLDADOS</span></div>'">
                                                                    </div>
                                
                                <!-- Decorative floating elements (blurred background cards for depth) -->
                                <div 
                                    class="absolute z-20 w-48 lg:w-64 aspect-[3/4] rounded-2xl shadow-xl border border-white/5 bg-slate-900/80 transform translate-x-24 -translate-y-6 rotate-6 opacity-40 blur-[2px]"
                                    x-show="current === 0"
                                    x-transition:enter="transition ease-out duration-1000 delay-500"
                                    x-transition:enter-start="opacity-0 translate-x-12 translate-y-12"
                                    x-transition:enter-end="opacity-40 translate-x-32 -translate-y-8"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-40"
                                    x-transition:leave-end="opacity-0"
                                >
                                                                            <img src="https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&amp;fit=crop&amp;w=1200&amp;q=100" class="w-full h-full object-cover opacity-50 grayscale" alt="">
                                                                    </div>
                                
                                <div 
                                    class="absolute z-10 w-40 lg:w-56 aspect-[3/4] rounded-2xl shadow-lg border border-white/5 bg-slate-900/60 transform -translate-x-24 translate-y-10 -rotate-12 opacity-20 blur-[4px]"
                                    x-show="current === 0"
                                    x-transition:enter="transition ease-out duration-1000 delay-700"
                                    x-transition:enter-start="opacity-0 -translate-x-12 translate-y-24"
                                    x-transition:enter-end="opacity-20 -translate-x-32 translate-y-12"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-20"
                                    x-transition:leave-end="opacity-0"
                                >
                                                                            <img src="https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&amp;fit=crop&amp;w=1200&amp;q=100" class="w-full h-full object-cover opacity-30 grayscale" alt="">
                                                                    </div>
                            </div>
                        </div>
                    </div>
                                    <div 
                        x-show="current === 1"
                        class="absolute inset-0 flex items-center justify-center pointer-events-none"
                    >
                        <!-- Left Side Typography -->
                        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 w-full grid grid-cols-1 lg:grid-cols-12 gap-8 lg:gap-16 items-center">
                            
                            <div 
                                class="lg:col-span-5 flex flex-col space-y-6 pointer-events-auto"
                                x-show="current === 1"
                                x-transition:enter="transition ease-out duration-1000 delay-200"
                                x-transition:enter-start="opacity-0 -translate-x-12"
                                x-transition:enter-end="opacity-100 translate-x-0"
                                x-transition:leave="transition ease-in duration-500"
                                x-transition:leave-start="opacity-100 translate-x-0"
                                x-transition:leave-end="opacity-0 -translate-x-12"
                            >
                                                                    <div>
                                        <span class="inline-block text-[10px] font-black uppercase tracking-widest bg-neon/15 text-neon px-4 py-1.5 rounded-full border border-neon/30 shadow-[0_0_15px_rgba(0,255,135,0.2)]">
                                            HOT DEAL
                                        </span>
                                    </div>
                                                                
                                <h2 class="text-3xl sm:text-4xl lg:text-5xl font-extrabold text-white leading-[1.1] tracking-tight drop-shadow-xl">
                                    Software con descuento
                                </h2>
                                
                                                                    <p class="text-slate-350 text-sm sm:text-base max-w-lg leading-relaxed font-medium">
                                        Antivirus, Office y herramientas pro al mejor precio
                                    </p>
                                                                
                                <div class="pt-4 flex items-center gap-4">
                                    <a 
                                        href="/catalogo?types[]=software"
                                        class="group relative inline-flex items-center justify-center px-8 py-4 font-black text-dark-bg bg-neon rounded-2xl overflow-hidden transition-transform duration-300 hover:scale-105 shadow-[0_0_30px_-5px_rgba(0,255,135,0.4)]"
                                    >
                                        <span class="absolute inset-0 w-full h-full bg-gradient-to-br from-white/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300"></span>
                                        <span class="relative text-xs uppercase tracking-wider">Ver software</span>
                                        <svg class="relative ml-2 w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
                                        </svg>
                                    </a>
                                </div>
                            </div>

                            <!-- Right Side Isometric/Floating Image -->
                            <div class="lg:col-span-7 hidden lg:flex items-center justify-center pointer-events-auto relative min-h-[250px] lg:min-h-[300px]">
                                <!-- Main Card -->
                                <div 
                                    class="relative z-30 w-56 lg:w-72 aspect-[3/4] rounded-2xl shadow-[0_20px_50px_rgba(0,0,0,0.5)] border border-white/10 bg-slate-900 overflow-hidden transform transition-all duration-700 hover:scale-105 hover:-translate-y-4 hover:rotate-2 group"
                                    x-show="current === 1"
                                    x-transition:enter="transition ease-out duration-1000 delay-300"
                                    x-transition:enter-start="opacity-0 translate-y-24 rotate-12 scale-90"
                                    x-transition:enter-end="opacity-100 translate-y-0 rotate-0 scale-100"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-100 translate-y-0 rotate-0 scale-100"
                                    x-transition:leave-end="opacity-0 translate-y-24 rotate-12 scale-90"
                                >
                                    <!-- Inner Glow on hover -->
                                    <div class="absolute inset-0 bg-gradient-to-t from-neon/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500 z-10 pointer-events-none"></div>
                                    
                                                                            <img src="https://images.unsplash.com/photo-1618401471353-b98aedd07871?auto=format&amp;fit=crop&amp;w=1200&amp;q=80" alt="Software con descuento" class="w-full h-full object-cover" onerror="this.outerHTML='<div class=\'w-full h-full bg-gradient-to-br from-slate-800 to-slate-900 flex items-center justify-center\'><span class=\'text-neon/50 font-black text-2xl tracking-widest uppercase\'>SOLDADOS</span></div>'">
                                                                    </div>
                                
                                <!-- Decorative floating elements (blurred background cards for depth) -->
                                <div 
                                    class="absolute z-20 w-48 lg:w-64 aspect-[3/4] rounded-2xl shadow-xl border border-white/5 bg-slate-900/80 transform translate-x-24 -translate-y-6 rotate-6 opacity-40 blur-[2px]"
                                    x-show="current === 1"
                                    x-transition:enter="transition ease-out duration-1000 delay-500"
                                    x-transition:enter-start="opacity-0 translate-x-12 translate-y-12"
                                    x-transition:enter-end="opacity-40 translate-x-32 -translate-y-8"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-40"
                                    x-transition:leave-end="opacity-0"
                                >
                                                                            <img src="https://images.unsplash.com/photo-1618401471353-b98aedd07871?auto=format&amp;fit=crop&amp;w=1200&amp;q=80" class="w-full h-full object-cover opacity-50 grayscale" alt="">
                                                                    </div>
                                
                                <div 
                                    class="absolute z-10 w-40 lg:w-56 aspect-[3/4] rounded-2xl shadow-lg border border-white/5 bg-slate-900/60 transform -translate-x-24 translate-y-10 -rotate-12 opacity-20 blur-[4px]"
                                    x-show="current === 1"
                                    x-transition:enter="transition ease-out duration-1000 delay-700"
                                    x-transition:enter-start="opacity-0 -translate-x-12 translate-y-24"
                                    x-transition:enter-end="opacity-20 -translate-x-32 translate-y-12"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-20"
                                    x-transition:leave-end="opacity-0"
                                >
                                                                            <img src="https://images.unsplash.com/photo-1618401471353-b98aedd07871?auto=format&amp;fit=crop&amp;w=1200&amp;q=80" class="w-full h-full object-cover opacity-30 grayscale" alt="">
                                                                    </div>
                            </div>
                        </div>
                    </div>
                                    <div 
                        x-show="current === 2"
                        class="absolute inset-0 flex items-center justify-center pointer-events-none"
                    >
                        <!-- Left Side Typography -->
                        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 w-full grid grid-cols-1 lg:grid-cols-12 gap-8 lg:gap-16 items-center">
                            
                            <div 
                                class="lg:col-span-5 flex flex-col space-y-6 pointer-events-auto"
                                x-show="current === 2"
                                x-transition:enter="transition ease-out duration-1000 delay-200"
                                x-transition:enter-start="opacity-0 -translate-x-12"
                                x-transition:enter-end="opacity-100 translate-x-0"
                                x-transition:leave="transition ease-in duration-500"
                                x-transition:leave-start="opacity-100 translate-x-0"
                                x-transition:leave-end="opacity-0 -translate-x-12"
                            >
                                                                    <div>
                                        <span class="inline-block text-[10px] font-black uppercase tracking-widest bg-neon/15 text-neon px-4 py-1.5 rounded-full border border-neon/30 shadow-[0_0_15px_rgba(0,255,135,0.2)]">
                                            TOP SEMANAL
                                        </span>
                                    </div>
                                                                
                                <h2 class="text-3xl sm:text-4xl lg:text-5xl font-extrabold text-white leading-[1.1] tracking-tight drop-shadow-xl">
                                    ¿No sabes qué comprar?
                                </h2>
                                
                                                                    <p class="text-slate-350 text-sm sm:text-base max-w-lg leading-relaxed font-medium">
                                        Descubre los más valorados de la semana
                                    </p>
                                                                
                                <div class="pt-4 flex items-center gap-4">
                                    <a 
                                        href="/catalogo"
                                        class="group relative inline-flex items-center justify-center px-8 py-4 font-black text-dark-bg bg-neon rounded-2xl overflow-hidden transition-transform duration-300 hover:scale-105 shadow-[0_0_30px_-5px_rgba(0,255,135,0.4)]"
                                    >
                                        <span class="absolute inset-0 w-full h-full bg-gradient-to-br from-white/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300"></span>
                                        <span class="relative text-xs uppercase tracking-wider">Ver catálogo</span>
                                        <svg class="relative ml-2 w-4 h-4 transition-transform duration-300 group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
                                        </svg>
                                    </a>
                                </div>
                            </div>

                            <!-- Right Side Isometric/Floating Image -->
                            <div class="lg:col-span-7 hidden lg:flex items-center justify-center pointer-events-auto relative min-h-[250px] lg:min-h-[300px]">
                                <!-- Main Card -->
                                <div 
                                    class="relative z-30 w-56 lg:w-72 aspect-[3/4] rounded-2xl shadow-[0_20px_50px_rgba(0,0,0,0.5)] border border-white/10 bg-slate-900 overflow-hidden transform transition-all duration-700 hover:scale-105 hover:-translate-y-4 hover:rotate-2 group"
                                    x-show="current === 2"
                                    x-transition:enter="transition ease-out duration-1000 delay-300"
                                    x-transition:enter-start="opacity-0 translate-y-24 rotate-12 scale-90"
                                    x-transition:enter-end="opacity-100 translate-y-0 rotate-0 scale-100"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-100 translate-y-0 rotate-0 scale-100"
                                    x-transition:leave-end="opacity-0 translate-y-24 rotate-12 scale-90"
                                >
                                    <!-- Inner Glow on hover -->
                                    <div class="absolute inset-0 bg-gradient-to-t from-neon/20 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500 z-10 pointer-events-none"></div>
                                    
                                                                            <img src="https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&amp;fit=crop&amp;w=1200&amp;q=80" alt="¿No sabes qué comprar?" class="w-full h-full object-cover" onerror="this.outerHTML='<div class=\'w-full h-full bg-gradient-to-br from-slate-800 to-slate-900 flex items-center justify-center\'><span class=\'text-neon/50 font-black text-2xl tracking-widest uppercase\'>SOLDADOS</span></div>'">
                                                                    </div>
                                
                                <!-- Decorative floating elements (blurred background cards for depth) -->
                                <div 
                                    class="absolute z-20 w-48 lg:w-64 aspect-[3/4] rounded-2xl shadow-xl border border-white/5 bg-slate-900/80 transform translate-x-24 -translate-y-6 rotate-6 opacity-40 blur-[2px]"
                                    x-show="current === 2"
                                    x-transition:enter="transition ease-out duration-1000 delay-500"
                                    x-transition:enter-start="opacity-0 translate-x-12 translate-y-12"
                                    x-transition:enter-end="opacity-40 translate-x-32 -translate-y-8"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-40"
                                    x-transition:leave-end="opacity-0"
                                >
                                                                            <img src="https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&amp;fit=crop&amp;w=1200&amp;q=80" class="w-full h-full object-cover opacity-50 grayscale" alt="">
                                                                    </div>
                                
                                <div 
                                    class="absolute z-10 w-40 lg:w-56 aspect-[3/4] rounded-2xl shadow-lg border border-white/5 bg-slate-900/60 transform -translate-x-24 translate-y-10 -rotate-12 opacity-20 blur-[4px]"
                                    x-show="current === 2"
                                    x-transition:enter="transition ease-out duration-1000 delay-700"
                                    x-transition:enter-start="opacity-0 -translate-x-12 translate-y-24"
                                    x-transition:enter-end="opacity-20 -translate-x-32 translate-y-12"
                                    x-transition:leave="transition ease-in duration-500"
                                    x-transition:leave-start="opacity-20"
                                    x-transition:leave-end="opacity-0"
                                >
                                                                            <img src="https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&amp;fit=crop&amp;w=1200&amp;q=80" class="w-full h-full object-cover opacity-30 grayscale" alt="">
                                                                    </div>
                            </div>
                        </div>
                    </div>
                                
                <!-- Spacer to reserve height for absolute children -->
                <div class="h-[100px] lg:h-0"></div>
            </div>

            <!-- Carousel Navigation Dots -->
                            <div class="absolute bottom-6 left-1/2 -translate-x-1/2 flex gap-3 z-40 select-none">
                                            <button 
                            @click="current = 0; clearInterval(autoplay)"
                            :class="current === 0 ? 'bg-neon w-8 shadow-[0_0_10px_rgba(0,255,135,0.5)]' : 'bg-white/20 w-2 hover:bg-white/60 hover:scale-150'"
                            class="h-2 rounded-full transition-all duration-500 ease-out"
                        ></button>
                                            <button 
                            @click="current = 1; clearInterval(autoplay)"
                            :class="current === 1 ? 'bg-neon w-8 shadow-[0_0_10px_rgba(0,255,135,0.5)]' : 'bg-white/20 w-2 hover:bg-white/60 hover:scale-150'"
                            class="h-2 rounded-full transition-all duration-500 ease-out"
                        ></button>
                                            <button 
                            @click="current = 2; clearInterval(autoplay)"
                            :class="current === 2 ? 'bg-neon w-8 shadow-[0_0_10px_rgba(0,255,135,0.5)]' : 'bg-white/20 w-2 hover:bg-white/60 hover:scale-150'"
                            class="h-2 rounded-full transition-all duration-500 ease-out"
                        ></button>
                                    </div>
                    </section>
    
    <!-- Dynamic Sections Renderer -->
            
        <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
            <!-- Section Header -->
            <div class="flex items-center justify-between mb-8 pb-2">
                <div>
                    <h2 class="text-xl sm:text-2xl font-extrabold text-white tracking-tight flex items-center gap-3">
                        <span class="w-2 h-6 bg-neon rounded-full shadow-[0_0_15px_rgba(0,255,135,0.5)]"></span>
                        Los mejores juegos
                    </h2>
                </div>
                                    <a 
                        href="/catalogo?types[]=game"
                        class="text-slate-400 hover:text-neon text-xs font-bold uppercase tracking-widest flex items-center gap-2 transition-all duration-300 hover:translate-x-1 group"
                    >
                        Ver todos
                        <span class="bg-white/5 group-hover:bg-neon/10 group-hover:text-neon p-1.5 rounded-full transition-colors">
                            <svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M9 5l7 7-7 7"></path>
                            </svg>
                        </span>
                    </a>
                            </div>

            <!-- Content type: PRODUCT GRID -->
                            <div class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 gap-4 sm:gap-6">
                                                                    <div class="bg-surface rounded-xl overflow-hidden border border-white/5 hover:border-white/20 transition-all duration-300 flex flex-col group relative h-full">
                            <!-- Cover (3:4 ratio) -->
                            <a href="https://tierradesoldados.com/juegos/dead-island-2-kingdom-come-deliverance-ii-weapon-pack" class="block relative aspect-[3/4] overflow-hidden bg-slate-950">
                                                                    <img 
                                        src="https://images.igdb.com/igdb/image/upload/t_1080p/coagn4.jpg" 
                                        alt="Dead Island 2: Kingdom Come - Deliverance II Weapon Pack" 
                                        class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500 ease-out"
                                        loading="lazy"
                                    >
                                                                
                                <!-- Platform/Category Badge -->
                                <span class="absolute top-2 left-2 text-[8px] font-black uppercase tracking-widest px-2 py-1 rounded bg-black/60 text-slate-300 backdrop-blur-md">
                                    Juego
                                </span>

                                <!-- Discount Badge -->
                                                            </a>

                            <!-- Details (Slides up on hover) -->
                            <div class="p-4 flex flex-col flex-grow bg-surface relative z-10 transition-transform duration-300 group-hover:-translate-y-[44px]">
                                <a href="https://tierradesoldados.com/juegos/dead-island-2-kingdom-come-deliverance-ii-weapon-pack" class="text-slate-100 font-bold hover:text-neon line-clamp-2 text-sm mb-2 transition-colors">
                                    Dead Island 2: Kingdom Come - Deliverance II Weapon Pack
                                </a>

                                <!-- Prices -->
                                <div class="mt-auto flex flex-col pt-2">
                                                                            <span class="text-[10px] text-slate-500 line-through font-medium">
                                            2,99€
                                        </span>
                                                                        <span class="text-lg font-black text-white">
                                        2,99€
                                    </span>
                                </div>
                            </div>

                            <!-- CTA Button (Hidden below, slides up on hover) -->
                            <div class="absolute bottom-0 left-0 right-0 px-4 pb-4 translate-y-full group-hover:translate-y-0 transition-transform duration-300 z-10 bg-surface">
                                <a href="https://tierradesoldados.com/juegos/dead-island-2-kingdom-come-deliverance-ii-weapon-pack" class="w-full flex items-center justify-center gap-2 bg-neon hover:bg-white text-dark-bg font-black text-xs py-2.5 rounded-lg transition-colors">
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>
                                    Ver oferta
                                </a>
                            </div>
                        </div>
                                                                    <div class="bg-surface rounded-xl overflow-hidden border border-white/5 hover:border-white/20 transition-all duration-300 flex flex-col group relative h-full">
                            <!-- Cover (3:4 ratio) -->
                            <a href="https://tierradesoldados.com/juegos/dragon-ball-sparking-zero-dragon-ball-daima-character-pack-1" class="block relative aspect-[3/4] overflow-hidden bg-slate-950">
                                                                    <img 
                                        src="https://images.igdb.com/igdb/image/upload/t_1080p/co9q72.jpg" 
                                        alt="Dragon Ball: Sparking! Zero - Dragon Ball Daima: Character Pack 1" 
                                        class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500 ease-out"
                                        loading="lazy"
                                    >
                                                                
                                <!-- Platform/Category Badge -->
                                <span class="absolute top-2 left-2 text-[8px] font-black uppercase tracking-widest px-2 py-1 rounded bg-black/60 text-slate-300 backdrop-blur-md">
                                    Juego
                                </span>

                                <!-- Discount Badge -->
                                                                    <span class="absolute top-2 right-2 bg-neon text-dark-bg text-[10px] font-black px-2 py-0.5 rounded-md shadow-sm">
                                        -12%
                                    </span>
                                                            </a>

                            <!-- Details (Slides up on hover) -->
                            <div class="p-4 flex flex-col flex-grow bg-surface relative z-10 transition-transform duration-300 group-hover:-translate-y-[44px]">
                                <a href="https://tierradesoldados.com/juegos/dragon-ball-sparking-zero-dragon-ball-daima-character-pack-1" class="text-slate-100 font-bold hover:text-neon line-clamp-2 text-sm mb-2 transition-colors">
                                    Dragon Ball: Sparking! Zero - Dragon Ball Daima: Character Pack 1
                                </a>

                                <!-- Prices -->
                                <div class="mt-auto flex flex-col pt-2">
                                                                            <span class="text-[10px] text-slate-500 line-through font-medium">
                                            9,99€
                                        </span>
                                                                        <span class="text-lg font-black text-white">
                                        8,79€
                                    </span>
                                </div>
                            </div>

                            <!-- CTA Button (Hidden below, slides up on hover) -->
                            <div class="absolute bottom-0 left-0 right-0 px-4 pb-4 translate-y-full group-hover:translate-y-0 transition-transform duration-300 z-10 bg-surface">
                                <a href="https://tierradesoldados.com/juegos/dragon-ball-sparking-zero-dragon-ball-daima-character-pack-1" class="w-full flex items-center justify-center gap-2 bg-neon hover:bg-white text-dark-bg font-black text-xs py-2.5 rounded-lg transition-colors">
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>
                                    Ver oferta
                                </a>
                            </div>
                        </div>
                                                                    <div class="bg-surface rounded-xl overflow-hidden border border-white/5 hover:border-white/20 transition-all duration-300 flex flex-col group relative h-full">
                            <!-- Cover (3:4 ratio) -->
                            <a href="https://tierradesoldados.com/juegos/balatro" class="block relative aspect-[3/4] overflow-hidden bg-slate-950">
                                                                    <img 
                                        src="https://images.igdb.com/igdb/image/upload/t_1080p/co9f4g.jpg" 
                                        alt="Balatro" 
                                        class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500 ease-out"
                                        loading="lazy"
                                    >
                                                                
                                <!-- Platform/Category Badge -->
                                <span class="absolute top-2 left-2 text-[8px] font-black uppercase tracking-widest px-2 py-1 rounded bg-black/60 text-slate-300 backdrop-blur-md">
                                    Juego
                                </span>

                                <!-- Discount Badge -->
                                                                    <span class="absolute top-2 right-2 bg-neon text-dark-bg text-[10px] font-black px-2 py-0.5 rounded-md shadow-sm">
                                        -25%
                                    </span>
                                                            </a>

                            <!-- Details (Slides up on hover) -->
                            <div class="p-4 flex flex-col flex-grow bg-surface relative z-10 transition-transform duration-300 group-hover:-translate-y-[44px]">
                                <a href="https://tierradesoldados.com/juegos/balatro" class="text-slate-100 font-bold hover:text-neon line-clamp-2 text-sm mb-2 transition-colors">
                                    Balatro
                                </a>

                                <!-- Prices -->
                                <div class="mt-auto flex flex-col pt-2">
                                                                            <span class="text-[10px] text-slate-500 line-through font-medium">
                                            14,99€
                                        </span>
                                                                        <span class="text-lg font-black text-white">
                                        11,20€
                                    </span>
                                </div>
                            </div>

                            <!-- CTA Button (Hidden below, slides up on hover) -->
                            <div class="absolute bottom-0 left-0 right-0 px-4 pb-4 translate-y-full group-hover:translate-y-0 transition-transform duration-300 z-10 bg-surface">
                                <a href="https://tierradesoldados.com/juegos/balatro" class="w-full flex items-center justify-center gap-2 bg-neon hover:bg-white text-dark-bg font-black text-xs py-2.5 rounded-lg transition-colors">
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>
                                    Ver oferta
                                </a>
                            </div>
                        </div>
                                                                    <div class="bg-surface rounded-xl overflow-hidden border border-white/5 hover:border-white/20 transition-all duration-300 flex flex-col group relative h-full">
                            <!-- Cover (3:4 ratio) -->
                            <a href="https://tierradesoldados.com/juegos/path-of-exile-2" class="block relative aspect-[3/4] overflow-hidden bg-slate-950">
                                                                    <img 
                                        src="https://images.igdb.com/igdb/image/upload/t_1080p/co8ae0.jpg" 
                                        alt="Path of Exile 2" 
                                        class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500 ease-out"
                                        loading="lazy"
                                    >
                                                                
                                <!-- Platform/Category Badge -->
                                <span class="absolute top-2 left-2 text-[8px] font-black uppercase tracking-widest px-2 py-1 rounded bg-black/60 text-slate-300 backdrop-blur-md">
                                    Juego
                                </span>

                                <!-- Discount Badge -->
                                                            </a>

                            <!-- Details (Slides up on hover) -->
                            <div class="p-4 flex flex-col flex-grow bg-surface relative z-10 transition-transform duration-300 group-hover:-translate-y-[44px]">
                                <a href="https://tierradesoldados.com/juegos/path-of-exile-2" class="text-slate-100 font-bold hover:text-neon line-clamp-2 text-sm mb-2 transition-colors">
                                    Path of Exile 2
                                </a>

                                <!-- Prices -->
                                <div class="mt-auto flex flex-col pt-2">
                                                                            <span class="text-[10px] text-slate-500 line-through font-medium">
                                            14,99€
                                        </span>
                                                                        <span class="text-lg font-black text-white">
                                        14,99€
                                    </span>
                                </div>
                            </div>

                            <!-- CTA Button (Hidden below, slides up on hover) -->
                            <div class="absolute bottom-0 left-0 right-0 px-4 pb-4 translate-y-full group-hover:translate-y-0 transition-transform duration-300 z-10 bg-surface">
                                <a href="https://tierradesoldados.com/juegos/path-of-exile-2" class="w-full flex items-center justify-center gap-2 bg-neon hover:bg-white text-dark-bg font-black text-xs py-2.5 rounded-lg transition-colors">
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>
                                    Ver oferta
                                </a>
                            </div>
                        </div>
                                                                    <div class="bg-surface rounded-xl overflow-hidden border border-white/5 hover:border-white/20 transition-all duration-300 flex flex-col group relative h-full">
                            <!-- Cover (3:4 ratio) -->
                            <a href="https://tierradesoldados.com/juegos/a-plague-tale-requiem" class="block relative aspect-[3/4] overflow-hidden bg-slate-950">
                                                                    <img 
                                        src="https://images.igdb.com/igdb/image/upload/t_1080p/co5pwb.jpg" 
                                        alt="A Plague Tale: Requiem" 
                                        class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500 ease-out"
                                        loading="lazy"
                                    >
                                                                
                                <!-- Platform/Category Badge -->
                                <span class="absolute top-2 left-2 text-[8px] font-black uppercase tracking-widest px-2 py-1 rounded bg-black/60 text-slate-300 backdrop-blur-md">
                                    Juego
                                </span>

                                <!-- Discount Badge -->
                                                                    <span class="absolute top-2 right-2 bg-neon text-dark-bg text-[10px] font-black px-2 py-0.5 rounded-md shadow-sm">
                                        -70%
                                    </span>
                                                            </a>

                            <!-- Details (Slides up on hover) -->
                            <div class="p-4 flex flex-col flex-grow bg-surface relative z-10 transition-transform duration-300 group-hover:-translate-y-[44px]">
                                <a href="https://tierradesoldados.com/juegos/a-plague-tale-requiem" class="text-slate-100 font-bold hover:text-neon line-clamp-2 text-sm mb-2 transition-colors">
                                    A Plague Tale: Requiem
                                </a>

                                <!-- Prices -->
                                <div class="mt-auto flex flex-col pt-2">
                                                                            <span class="text-[10px] text-slate-500 line-through font-medium">
                                            49,99€
                                        </span>
                                                                        <span class="text-lg font-black text-white">
                                        14,99€
                                    </span>
                                </div>
                            </div>

                            <!-- CTA Button (Hidden below, slides up on hover) -->
                            <div class="absolute bottom-0 left-0 right-0 px-4 pb-4 translate-y-full group-hover:translate-y-0 transition-transform duration-300 z-10 bg-surface">
                                <a href="https://tierradesoldados.com/juegos/a-plague-tale-requiem" class="w-full flex items-center justify-center gap-2 bg-neon hover:bg-white text-dark-bg font-black text-xs py-2.5 rounded-lg transition-colors">
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>
                                    Ver oferta
                                </a>
                            </div>
                        </div>
                                                                    <div class="bg-surface rounded-xl overflow-hidden border border-white/5 hover:border-white/20 transition-all duration-300 flex flex-col group relative h-full">
                            <!-- Cover (3:4 ratio) -->
                            <a href="https://tierradesoldados.com/juegos/hollow-knight-silksong" class="block relative aspect-[3/4] overflow-hidden bg-slate-950">
                                                                    <img 
                                        src="https://images.igdb.com/igdb/image/upload/t_1080p/coaob9.jpg" 
                                        alt="Hollow Knight Silksong" 
                                        class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500 ease-out"
                                        loading="lazy"
                                    >
                                                                
                                <!-- Platform/Category Badge -->
                                <span class="absolute top-2 left-2 text-[8px] font-black uppercase tracking-widest px-2 py-1 rounded bg-black/60 text-slate-300 backdrop-blur-md">
                                    Juego
                                </span>

                                <!-- Discount Badge -->
                                                            </a>

                            <!-- Details (Slides up on hover) -->
                            <div class="p-4 flex flex-col flex-grow bg-surface relative z-10 transition-transform duration-300 group-hover:-translate-y-[44px]">
                                <a href="https://tierradesoldados.com/juegos/hollow-knight-silksong" class="text-slate-100 font-bold hover:text-neon line-clamp-2 text-sm mb-2 transition-colors">
                                    Hollow Knight Silksong
                                </a>

                                <!-- Prices -->
                                <div class="mt-auto flex flex-col pt-2">
                                                                            <span class="text-[10px] text-slate-500 line-through font-medium">
                                            19,99€
                                        </span>
                                                                        <span class="text-lg font-black text-white">
                                        19,99€
                                    </span>
                                </div>
                            </div>

                            <!-- CTA Button (Hidden below, slides up on hover) -->
                            <div class="absolute bottom-0 left-0 right-0 px-4 pb-4 translate-y-full group-hover:translate-y-0 transition-transform duration-300 z-10 bg-surface">
                                <a href="https://tierradesoldados.com/juegos/hollow-knight-silksong" class="w-full flex items-center justify-center gap-2 bg-neon hover:bg-white text-dark-bg font-black text-xs py-2.5 rounded-lg transition-colors">
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>
                                    Ver oferta
                                </a>
                            </div>
                        </div>
                                                                    <div class="bg-surface rounded-xl overflow-hidden border border-white/5 hover:border-white/20 transition-all duration-300 flex flex-col group relative h-full">
                            <!-- Cover (3:4 ratio) -->
                            <a href="https://tierradesoldados.com/juegos/astro-bot" class="block relative aspect-[3/4] overflow-hidden bg-slate-950">
                                                                    <img 
                                        src="https://images.igdb.com/igdb/image/upload/t_1080p/coba3k.jpg" 
                                        alt="Astro Bot" 
                                        class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500 ease-out"
                                        loading="lazy"
                                    >
                                                                
                                <!-- Platform/Category Badge -->
                                <span class="absolute top-2 left-2 text-[8px] font-black uppercase tracking-widest px-2 py-1 rounded bg-black/60 text-slate-300 backdrop-blur-md">
                                    Juego
                                </span>

                                <!-- Discount Badge -->
                                                            </a>

                            <!-- Details (Slides up on hover) -->
                            <div class="p-4 flex flex-col flex-grow bg-surface relative z-10 transition-transform duration-300 group-hover:-translate-y-[44px]">
                                <a href="https://tierradesoldados.com/juegos/astro-bot" class="text-slate-100 font-bold hover:text-neon line-clamp-2 text-sm mb-2 transition-colors">
                                    Astro Bot
                                </a>

                                <!-- Prices -->
                                <div class="mt-auto flex flex-col pt-2">
                                                                            <span class="text-[10px] text-slate-500 line-through font-medium">
                                            19,99€
                                        </span>
                                                                        <span class="text-lg font-black text-white">
                                        19,99€
                                    </span>
                                </div>
                            </div>

                            <!-- CTA Button (Hidden below, slides up on hover) -->
                            <div class="absolute bottom-0 left-0 right-0 px-4 pb-4 translate-y-full group-hover:translate-y-0 transition-transform duration-300 z-10 bg-surface">
                                <a href="https://tierradesoldados.com/juegos/astro-bot" class="w-full flex items-center justify-center gap-2 bg-neon hover:bg-white text-dark-bg font-black text-xs py-2.5 rounded-lg transition-colors">
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>
                                    Ver oferta
                                </a>
                            </div>
                        </div>
                                                                    <div class="bg-surface rounded-xl overflow-hidden border border-white/5 hover:border-white/20 transition-all duration-300 flex flex-col group relative h-full">
                            <!-- Cover (3:4 ratio) -->
                            <a href="https://tierradesoldados.com/juegos/pentiment" class="block relative aspect-[3/4] overflow-hidden bg-slate-950">
                                                                    <img 
                                        src="https://images.igdb.com/igdb/image/upload/t_1080p/co4v1e.jpg" 
                                        alt="Pentiment" 
                                        class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500 ease-out"
                                        loading="lazy"
                                    >
                                                                
                                <!-- Platform/Category Badge -->
                                <span class="absolute top-2 left-2 text-[8px] font-black uppercase tracking-widest px-2 py-1 rounded bg-black/60 text-slate-300 backdrop-blur-md">
                                    Juego
                                </span>

                                <!-- Discount Badge -->
                                                            </a>

                            <!-- Details (Slides up on hover) -->
                            <div class="p-4 flex flex-col flex-grow bg-surface relative z-10 transition-transform duration-300 group-hover:-translate-y-[44px]">
                                <a href="https://tierradesoldados.com/juegos/pentiment" class="text-slate-100 font-bold hover:text-neon line-clamp-2 text-sm mb-2 transition-colors">
                                    Pentiment
                                </a>

                                <!-- Prices -->
                                <div class="mt-auto flex flex-col pt-2">
                                                                            <span class="text-[10px] text-slate-500 line-through font-medium">
                                            19,99€
                                        </span>
                                                                        <span class="text-lg font-black text-white">
                                        19,99€
                                    </span>
                                </div>
                            </div>

                            <!-- CTA Button (Hidden below, slides up on hover) -->
                            <div class="absolute bottom-0 left-0 right-0 px-4 pb-4 translate-y-full group-hover:translate-y-0 transition-transform duration-300 z-10 bg-surface">
                                <a href="https://tierradesoldados.com/juegos/pentiment" class="w-full flex items-center justify-center gap-2 bg-neon hover:bg-white text-dark-bg font-black text-xs py-2.5 rounded-lg transition-colors">
                                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path></svg>
                                    Ver oferta
                                </a>
                            </div>
                        </div>
                                    </div>

            <!-- Content type: FILTER GRID (Categories / Platforms) -->
                    </section>
            
        <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
            <!-- Section Header -->
            <div class="flex items-center justify-between mb-8 pb-2">
                <div>
                    <h2 class="text-xl sm:text-2xl font-extrabold text-white tracking-tight flex items-center gap-3">
                        <span class="w-2 h-6 bg-neon rounded-full shadow-[0_0_15px_rgba(0,255,135,0.5)]"></span>
                        Software más vendido
                    </h2>
                </div>
                                    <a 
                        href="/catalogo?types[]=software"
                        class="text-slate-400 hover:text-neon text-xs font-bold uppercase tracking-widest flex items-center gap-2 transition-all duration-300 hover:translate-x-1 group"
                    >
                        Ver todo
                        <span class="bg-white/5 group-hover:bg-neon/10 group-hover:text-neon p-1.5 rounded-full transition-colors">
                            <svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M9 5l7 7-7 7"></path>
                            </svg>
                        </span>
                    </a>
                            </div>

            <!-- Content type: PRODUCT GRID -->
                            <div class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 gap-4 sm:gap-6">
                                            <p class="col-span-full text-slate-500 text-sm py-12 text-center font-bold bg-white/5 rounded-3xl border border-white/5">No hay productos recomendados en esta sección en este momento.</p>
                                    </div>

            <!-- Content type: FILTER GRID (Categories / Platforms) -->
                    </section>
            
        <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
            <!-- Section Header -->
            <div class="flex items-center justify-between mb-8 pb-2">
                <div>
                    <h2 class="text-xl sm:text-2xl font-extrabold text-white tracking-tight flex items-center gap-3">
                        <span class="w-2 h-6 bg-neon rounded-full shadow-[0_0_15px_rgba(0,255,135,0.5)]"></span>
                        Próximos lanzamientos
                    </h2>
                </div>
                                    <a 
                        href="/catalogo?sort=newest"
                        class="text-slate-400 hover:text-neon text-xs font-bold uppercase tracking-widest flex items-center gap-2 transition-all duration-300 hover:translate-x-1 group"
                    >
                        Ver novedades
                        <span class="bg-white/5 group-hover:bg-neon/10 group-hover:text-neon p-1.5 rounded-full transition-colors">
                            <svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M9 5l7 7-7 7"></path>
                            </svg>
                        </span>
                    </a>
                            </div>

            <!-- Content type: PRODUCT GRID -->
                            <div class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 gap-4 sm:gap-6">
                                            <p class="col-span-full text-slate-500 text-sm py-12 text-center font-bold bg-white/5 rounded-3xl border border-white/5">No hay productos recomendados en esta sección en este momento.</p>
                                    </div>

            <!-- Content type: FILTER GRID (Categories / Platforms) -->
                    </section>
            
        <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
            <!-- Section Header -->
            <div class="flex items-center justify-between mb-8 pb-2">
                <div>
                    <h2 class="text-xl sm:text-2xl font-extrabold text-white tracking-tight flex items-center gap-3">
                        <span class="w-2 h-6 bg-neon rounded-full shadow-[0_0_15px_rgba(0,255,135,0.5)]"></span>
                        Explora por plataforma
                    </h2>
                </div>
                            </div>

            <!-- Content type: PRODUCT GRID -->
                            <div class="flex flex-wrap gap-3">
                                            <a 
                            href="/catalogo?genres[]=android"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Android
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=epic-games"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Epic Games
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=game-boy-color"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Game Boy Color
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=gog"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                GOG
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=ios"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                iOS
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=linux"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Linux
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=meta-quest-2"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Meta Quest 2
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=nintendo-switch"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Nintendo Switch
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=nintendo-switch-2"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Nintendo Switch 2
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=pc-microsoft-windows"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                PC (Microsoft Windows)
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=playstation"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                PlayStation
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=playstation-3"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                PlayStation 3
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                    </div>

            <!-- Content type: LOGO GRID (eGift Cards, Payment Badges, etc.) -->
                    </section>
            
        <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
            <!-- Section Header -->
            <div class="flex items-center justify-between mb-8 pb-2">
                <div>
                    <h2 class="text-xl sm:text-2xl font-extrabold text-white tracking-tight flex items-center gap-3">
                        <span class="w-2 h-6 bg-neon rounded-full shadow-[0_0_15px_rgba(0,255,135,0.5)]"></span>
                        Géneros populares
                    </h2>
                </div>
                            </div>

            <!-- Content type: PRODUCT GRID -->
                            <div class="flex flex-wrap gap-3">
                                            <a 
                            href="/catalogo?genres[]=adventure"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Adventure
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=arcade"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Arcade
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=card-board-game"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Card &amp; Board Game
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=fighting"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Fighting
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=hack-and-slashbeat-em-up"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Hack and slash/Beat &#039;em up
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=indie"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Indie
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=music"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Music
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?genres[]=platform"
                            class="group flex items-center gap-2 bg-surface/80 border border-white/5 hover:border-neon/50 hover:bg-neon/5 text-slate-300 hover:text-white text-[11px] font-bold uppercase tracking-wider px-5 py-3 rounded-full transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_10px_20px_-5px_rgba(0,255,135,0.15)]"
                        >
                            <span class="relative">
                                Platform
                                <span class="absolute -bottom-1 left-1/2 w-0 h-0.5 bg-neon transition-all duration-300 group-hover:w-full group-hover:left-0"></span>
                            </span>
                        </a>
                                    </div>

            <!-- Content type: LOGO GRID (eGift Cards, Payment Badges, etc.) -->
                    </section>
            
        <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
            <!-- Section Header -->
            <div class="flex items-center justify-between mb-8 pb-2">
                <div>
                    <h2 class="text-xl sm:text-2xl font-extrabold text-white tracking-tight flex items-center gap-3">
                        <span class="w-2 h-6 bg-neon rounded-full shadow-[0_0_15px_rgba(0,255,135,0.5)]"></span>
                        eTarjetas más vendidas
                    </h2>
                </div>
                            </div>

            <!-- Content type: PRODUCT GRID -->
                            <div class="grid grid-cols-2 sm:grid-cols-4 md:grid-cols-6 lg:grid-cols-8 gap-5">
                                            <a 
                            href="/catalogo?platforms[]=playstation"
                            class="group relative bg-[#131a2e]/40 backdrop-blur-sm hover:bg-[#131a2e]/80 border border-white/5 hover:border-white/20 rounded-3xl p-5 flex flex-col items-center justify-center gap-4 transition-all duration-500 hover:-translate-y-2 hover:shadow-[0_15px_30px_-10px_rgba(255,255,255,0.1)] overflow-hidden"
                        >
                            <!-- Ambient glow -->
                            <div class="absolute inset-0 bg-white/0 group-hover:bg-white/5 transition-colors duration-500"></div>
                            
                                                            <span class="text-4xl select-none group-hover:-rotate-12 group-hover:scale-125 transition-transform duration-500 z-10 origin-bottom">🕹️</span>
                                                        <span class="text-[10px] sm:text-[11px] font-bold uppercase tracking-widest text-slate-400 group-hover:text-white text-center truncate w-full transition duration-500 z-10">
                                PlayStation
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?platforms[]=steam"
                            class="group relative bg-[#131a2e]/40 backdrop-blur-sm hover:bg-[#131a2e]/80 border border-white/5 hover:border-white/20 rounded-3xl p-5 flex flex-col items-center justify-center gap-4 transition-all duration-500 hover:-translate-y-2 hover:shadow-[0_15px_30px_-10px_rgba(255,255,255,0.1)] overflow-hidden"
                        >
                            <!-- Ambient glow -->
                            <div class="absolute inset-0 bg-white/0 group-hover:bg-white/5 transition-colors duration-500"></div>
                            
                                                            <span class="text-4xl select-none group-hover:-rotate-12 group-hover:scale-125 transition-transform duration-500 z-10 origin-bottom">🎮</span>
                                                        <span class="text-[10px] sm:text-[11px] font-bold uppercase tracking-widest text-slate-400 group-hover:text-white text-center truncate w-full transition duration-500 z-10">
                                Steam
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?platforms[]=xbox"
                            class="group relative bg-[#131a2e]/40 backdrop-blur-sm hover:bg-[#131a2e]/80 border border-white/5 hover:border-white/20 rounded-3xl p-5 flex flex-col items-center justify-center gap-4 transition-all duration-500 hover:-translate-y-2 hover:shadow-[0_15px_30px_-10px_rgba(255,255,255,0.1)] overflow-hidden"
                        >
                            <!-- Ambient glow -->
                            <div class="absolute inset-0 bg-white/0 group-hover:bg-white/5 transition-colors duration-500"></div>
                            
                                                            <span class="text-4xl select-none group-hover:-rotate-12 group-hover:scale-125 transition-transform duration-500 z-10 origin-bottom">💚</span>
                                                        <span class="text-[10px] sm:text-[11px] font-bold uppercase tracking-widest text-slate-400 group-hover:text-white text-center truncate w-full transition duration-500 z-10">
                                Xbox
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?platforms[]=nintendo"
                            class="group relative bg-[#131a2e]/40 backdrop-blur-sm hover:bg-[#131a2e]/80 border border-white/5 hover:border-white/20 rounded-3xl p-5 flex flex-col items-center justify-center gap-4 transition-all duration-500 hover:-translate-y-2 hover:shadow-[0_15px_30px_-10px_rgba(255,255,255,0.1)] overflow-hidden"
                        >
                            <!-- Ambient glow -->
                            <div class="absolute inset-0 bg-white/0 group-hover:bg-white/5 transition-colors duration-500"></div>
                            
                                                            <span class="text-4xl select-none group-hover:-rotate-12 group-hover:scale-125 transition-transform duration-500 z-10 origin-bottom">❤️</span>
                                                        <span class="text-[10px] sm:text-[11px] font-bold uppercase tracking-widest text-slate-400 group-hover:text-white text-center truncate w-full transition duration-500 z-10">
                                Nintendo
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?platforms[]=epic-games"
                            class="group relative bg-[#131a2e]/40 backdrop-blur-sm hover:bg-[#131a2e]/80 border border-white/5 hover:border-white/20 rounded-3xl p-5 flex flex-col items-center justify-center gap-4 transition-all duration-500 hover:-translate-y-2 hover:shadow-[0_15px_30px_-10px_rgba(255,255,255,0.1)] overflow-hidden"
                        >
                            <!-- Ambient glow -->
                            <div class="absolute inset-0 bg-white/0 group-hover:bg-white/5 transition-colors duration-500"></div>
                            
                                                            <span class="text-4xl select-none group-hover:-rotate-12 group-hover:scale-125 transition-transform duration-500 z-10 origin-bottom">🔥</span>
                                                        <span class="text-[10px] sm:text-[11px] font-bold uppercase tracking-widest text-slate-400 group-hover:text-white text-center truncate w-full transition duration-500 z-10">
                                Epic Games
                            </span>
                        </a>
                                            <a 
                            href="/catalogo?platforms[]=gog"
                            class="group relative bg-[#131a2e]/40 backdrop-blur-sm hover:bg-[#131a2e]/80 border border-white/5 hover:border-white/20 rounded-3xl p-5 flex flex-col items-center justify-center gap-4 transition-all duration-500 hover:-translate-y-2 hover:shadow-[0_15px_30px_-10px_rgba(255,255,255,0.1)] overflow-hidden"
                        >
                            <!-- Ambient glow -->
                            <div class="absolute inset-0 bg-white/0 group-hover:bg-white/5 transition-colors duration-500"></div>
                            
                                                            <span class="text-4xl select-none group-hover:-rotate-12 group-hover:scale-125 transition-transform duration-500 z-10 origin-bottom">💜</span>
                                                        <span class="text-[10px] sm:text-[11px] font-bold uppercase tracking-widest text-slate-400 group-hover:text-white text-center truncate w-full transition duration-500 z-10">
                                GOG
                            </span>
                        </a>
                                            <a 
                            href="/catalogo"
                            class="group relative bg-[#131a2e]/40 backdrop-blur-sm hover:bg-[#131a2e]/80 border border-white/5 hover:border-white/20 rounded-3xl p-5 flex flex-col items-center justify-center gap-4 transition-all duration-500 hover:-translate-y-2 hover:shadow-[0_15px_30px_-10px_rgba(255,255,255,0.1)] overflow-hidden"
                        >
                            <!-- Ambient glow -->
                            <div class="absolute inset-0 bg-white/0 group-hover:bg-white/5 transition-colors duration-500"></div>
                            
                                                            <span class="text-4xl select-none group-hover:-rotate-12 group-hover:scale-125 transition-transform duration-500 z-10 origin-bottom">🧡</span>
                                                        <span class="text-[10px] sm:text-[11px] font-bold uppercase tracking-widest text-slate-400 group-hover:text-white text-center truncate w-full transition duration-500 z-10">
                                Origin / EA
                            </span>
                        </a>
                                            <a 
                            href="/catalogo"
                            class="group relative bg-[#131a2e]/40 backdrop-blur-sm hover:bg-[#131a2e]/80 border border-white/5 hover:border-white/20 rounded-3xl p-5 flex flex-col items-center justify-center gap-4 transition-all duration-500 hover:-translate-y-2 hover:shadow-[0_15px_30px_-10px_rgba(255,255,255,0.1)] overflow-hidden"
                        >
                            <!-- Ambient glow -->
                            <div class="absolute inset-0 bg-white/0 group-hover:bg-white/5 transition-colors duration-500"></div>
                            
                                                            <span class="text-4xl select-none group-hover:-rotate-12 group-hover:scale-125 transition-transform duration-500 z-10 origin-bottom">🔵</span>
                                                        <span class="text-[10px] sm:text-[11px] font-bold uppercase tracking-widest text-slate-400 group-hover:text-white text-center truncate w-full transition duration-500 z-10">
                                Ubisoft Connect
                            </span>
                        </a>
                                    </div>

            <!-- Content type: CUSTOM HTML -->
                    </section>
    
    <!-- AllKeyShop Style SEO Text Section -->
    <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 border-t border-white/5">
        <div x-data="{ expanded: false }" class="bg-surface/50 border border-white/5 rounded-2xl p-6 sm:p-10 relative overflow-hidden">
            <div 
                class="prose prose-sm prose-invert max-w-none text-slate-400 transition-all duration-500"
                :class="expanded ? 'max-h-[2000px]' : 'max-h-48 overflow-hidden relative'"
            >
                <h1 class="text-xl sm:text-2xl font-black text-white mb-4">Comprar juegos baratos y licencias de software al mejor precio</h1>
                <p>Tierra de Soldados es el comparador de precios líder para gamers y profesionales. Nuestro motor de búsqueda rastrea en tiempo real decenas de tiendas oficiales y de claves (cd keys) para asegurarte siempre el precio más bajo en tus compras digitales.</p>
                
                <h2 class="text-lg font-bold text-white mt-6 mb-3">¿Cómo funciona nuestro comparador?</h2>
                <p>Comparamos plataformas como Steam, Epic Games, Origin, PlayStation Network (PSN), Xbox Live, Nintendo eShop, además de licencias de software como Microsoft Office, Windows, y Antivirus. Al hacer clic en "Ver oferta", te redirigimos a la tienda seleccionada para que finalices tu compra de forma segura.</p>
                
                <h3 class="text-md font-bold text-white mt-6 mb-3">Juegos para todas las plataformas</h3>
                <p>Ya sea que juegues en PC, PS4, PS5, Xbox One, Xbox Series X/S o Nintendo Switch, nuestro catálogo se actualiza constantemente para ofrecerte las últimas novedades, preventas y los clásicos de siempre con descuentos que superan el 80% frente a las tiendas oficiales. Explora también nuestras guías y reviews en el blog para estar siempre informado de las mejores opciones del mercado gaming.</p>
                
                <!-- Fade out overlay when collapsed -->
                <div x-show="!expanded" class="absolute bottom-0 left-0 right-0 h-24 bg-gradient-to-t from-surface/80 to-transparent pointer-events-none"></div>
            </div>
            
            <div class="mt-6 text-center relative z-10">
                <button 
                    @click="expanded = !expanded" 
                    class="text-neon text-xs font-bold uppercase tracking-wider hover:text-white transition-colors inline-flex items-center gap-2"
                >
                    <span x-text="expanded ? 'Leer menos' : 'Leer más'"></span>
                    <svg class="w-4 h-4 transition-transform duration-300" :class="expanded ? 'rotate-180' : ''" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>
                </button>
            </div>
        </div>
    </section>

    </main>

    <!-- Footer (Eneba Style) -->
    <footer class="bg-[#050812] border-t border-white/5 pt-16 pb-8 text-slate-400">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-12 gap-12 mb-16">
                <!-- Brand & Currency -->
                <div class="md:col-span-4 space-y-6">
                    <a href="/" class="flex items-center gap-2">
                        <span class="text-2xl font-black tracking-tighter text-white">
                            TS.
                        </span>
                    </a>
                    <p class="text-sm leading-relaxed text-slate-450">
                        El marketplace definitivo para comparar licencias de software y videojuegos. Encontrá tu próximo juego al mejor precio al instante.
                    </p>
                    <div class="flex items-center gap-3">
                        <button class="bg-surface border border-white/10 hover:border-white/30 hover:bg-surface-light text-white text-xs font-bold px-4 py-2 rounded-lg flex items-center gap-2 transition duration-200">
                            🇪🇸 Español
                        </button>
                        <button class="bg-surface border border-white/10 hover:border-white/30 hover:bg-surface-light text-white text-xs font-bold px-4 py-2 rounded-lg flex items-center gap-2 transition duration-200">
                            € EUR
                        </button>
                    </div>
                </div>

                <!-- Footer Links Columns -->
                <div class="md:col-span-8 grid grid-cols-2 sm:grid-cols-4 gap-8">
                    <!-- Column 1 -->
                    <div class="space-y-4">
                        <h4 class="text-white font-black text-sm uppercase tracking-wider">Acerca de TS</h4>
                        <ul class="space-y-3 text-sm font-medium">
                            <li><a href="#" class="hover:text-neon transition">Sobre nosotros</a></li>
                            <li><a href="#" class="hover:text-neon transition">Contacto</a></li>
                            <li><a href="#" class="hover:text-neon transition">Carreras</a></li>
                        </ul>
                    </div>
                    
                    <!-- Column 2 -->
                    <div class="space-y-4">
                        <h4 class="text-white font-black text-sm uppercase tracking-wider">Comprar</h4>
                        <ul class="space-y-3 text-sm font-medium">
                            <li><a href="#" class="hover:text-neon transition">Cómo comprar</a></li>
                            <li><a href="/catalogo" class="hover:text-neon transition">Catálogo de juegos</a></li>
                            <li><a href="#" class="hover:text-neon transition">Tarjetas de regalo</a></li>
                        </ul>
                    </div>

                    <!-- Column 3 -->
                    <div class="space-y-4">
                        <h4 class="text-white font-black text-sm uppercase tracking-wider">Útil</h4>
                        <ul class="space-y-3 text-sm font-medium">
                            <li><a href="#" class="hover:text-neon transition">Soporte</a></li>
                            <li><a href="#" class="hover:text-neon transition">Preguntas frecuentes</a></li>
                            <li><a href="/blog" class="hover:text-neon transition">Blog de noticias</a></li>
                        </ul>
                    </div>

                    <!-- Column 4 (Socials) -->
                    <div class="space-y-4">
                        <h4 class="text-white font-black text-sm uppercase tracking-wider">Seguinos</h4>
                        <div class="flex flex-wrap gap-3">
                            <a href="#" class="bg-surface hover:bg-neon hover:text-dark-bg p-2.5 rounded-full border border-white/10 hover:border-transparent transition duration-300">
                                <!-- X / Twitter icon -->
                                <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
                            </a>
                            <a href="#" class="bg-surface hover:bg-blue-600 hover:text-white p-2.5 rounded-full border border-white/10 hover:border-transparent transition duration-300">
                                <!-- Facebook icon -->
                                <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z"/></svg>
                            </a>
                            <a href="#" class="bg-surface hover:bg-pink-600 hover:text-white p-2.5 rounded-full border border-white/10 hover:border-transparent transition duration-300">
                                <!-- Instagram icon -->
                                <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z" clip-rule="evenodd"/></svg>
                            </a>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Disclaimer and Copyright -->
            <div class="border-t border-white/5 pt-8 flex flex-col md:flex-row justify-between items-center gap-6">
                <p class="text-[11px] text-slate-500 max-w-2xl text-center md:text-left leading-relaxed">
                    Tierra de Soldados es un comparador de precios de videojuegos. Formamos parte de programas de afiliados, por lo que podemos recibir una comisión (sin costo adicional para ti) cuando haces clic en un enlace de compra de uno de nuestros socios. No vendemos ni entregamos juegos de forma directa.
                </p>
                
                <div class="flex items-center gap-4 sm:gap-6 text-xs font-bold uppercase tracking-wider text-slate-450">
                    <a href="#" class="hover:text-neon transition">Términos</a>
                    <a href="#" class="hover:text-neon transition">Privacidad</a>
                    <a href="#" class="hover:text-neon transition">Cookies</a>
                </div>
            </div>
            
            <div class="mt-8 text-center text-xs text-slate-600 font-medium">
                &copy; 2026 Tierra de Soldados. Todos los derechos reservados.
            </div>
        </div>
    </footer>

            
    </body>
</html>
