/*
Theme Name: Premium IPTV Deutschland
Author: Tu Nombre
Description: Tema Premium oscuro y dorado para IPTV. Optimizado para SEO.
Version: 1.1
*/

body { background-color: #0b0b0b; color: #ffffff; font-family: 'Inter', -apple-system, sans-serif; margin: 0; }
a { color: #f4b400; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.iptv-glass { background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; padding: 32px; margin-bottom: 24px; transition: all 0.4s ease; }
.iptv-glass:hover { border-color: rgba(244, 180, 0, 0.4); transform: translateY(-8px); }
.iptv-gold { color: #f4b400; }
.iptv-text-grad { background: linear-gradient(to right, #f4b400, #ffdb70); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; }
.btn-gold { background: #f4b400; color: #0b0b0b !important; padding: 16px 32px; border-radius: 50px; font-weight: 800; display: inline-block; border: none; cursor: pointer; font-size: 18px; text-decoration: none; transition: 0.3s; }
.btn-gold:hover { background: #ffdb70; transform: scale(1.05); }
.btn-outline { border: 1px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.02); color: #fff !important; padding: 16px 32px; border-radius: 50px; font-weight: 800; display: inline-block; text-decoration: none; font-size: 18px; transition: 0.3s; }
.btn-outline:hover { border-color: #f4b400; color: #f4b400 !important; background: rgba(244,180,0,0.05); }

@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0px); } }
@keyframes gradient-move { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes pulse-wa { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); } 70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

.iptv-hero { text-align: center; padding: 100px 20px; position: relative; overflow: hidden; }
.iptv-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(45deg, #0b0b0b, #1a1505, #0b0b0b); background-size: 400% 400%; animation: gradient-move 8s ease infinite; z-index: -1; opacity: 0.9; }
.float-icon { position: absolute; font-size: 40px; opacity: 0.3; animation: float 5s ease-in-out infinite; z-index: 1; }

.grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.highlight { border: 2px solid #f4b400; box-shadow: 0 0 30px rgba(244, 180, 0, 0.2); }
.badge { background: #f4b400; color: #0b0b0b; padding: 6px 16px; border-radius: 50px; font-size: 12px; font-weight: bold; display: inline-block; margin-bottom: 12px; }

.site-header { position: sticky; top: 0; background: rgba(11, 11, 11, 0.8); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.05); z-index: 999; padding: 15px 0; }
.site-header .container { display: flex; justify-content: space-between; align-items: center; }
.site-footer { border-top: 1px solid rgba(255,255,255,0.05); padding: 40px 0; margin-top: 60px; color: #666; text-align: center; }
.nav-menu ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; }
.nav-menu a { color: #fff; text-decoration: none; }
.nav-menu a:hover { color: #f4b400; }

.iptv-input { width: 100%; padding: 16px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: #fff; margin-bottom: 16px; box-sizing: border-box; font-size: 16px; }
.iptv-input:focus { border-color: #f4b400; outline: none; }

details { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; margin-bottom: 16px; padding: 20px; cursor: pointer; color: #fff; }
summary { font-weight: bold; font-size: 18px; list-style: none; display: flex; justify-content: space-between; }
summary::-webkit-details-marker { display: none; }
details[open] summary { color: #f4b400; }
details p { margin-top: 16px; color: #aaa; line-height: 1.6; }

/* Botón Flotante WhatsApp */
.wa-float { position: fixed; bottom: 25px; right: 25px; background: #25D366; color: white; width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 35px; box-shadow: 0 5px 15px rgba(0,0,0,0.5); z-index: 9999; text-decoration: none; animation: pulse-wa 2s infinite; }
/* Forzar fondo oscuro en WordPress */
.wp-block, .entry-content, .page-content, article, #primary, #main {
    background-color: transparent !important;
    color: #fff !important;
}
.site-main { padding-top: 20px; }