/*
Theme Name: ListasIPTV Theme
Theme URI: https://listasiptv.info
Description: Premium IPTV service theme for ListasIPTV.info - Spanish market
Version: 1.0.0
Author: ListasIPTV
Author URI: https://listasiptv.info
Text Domain: listasiptv
*/

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #111827; color: #cbd5e1; font-family: 'Manrope', sans-serif; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:hover { color: #22c55e; }
::selection { background: rgba(34,197,94,0.35); }
img { max-width: 100%; height: auto; }

/* ── Responsive Classes ── */
.liptv-nav-links { display: flex; }
.liptv-hamburger { display: none; }
.liptv-mobile-bar { display: none; }
.liptv-bottom-spacer { display: none; }
.liptv-wa-float { bottom: 26px; }
.liptv-mobile-panel { display: none; }

@media (max-width: 880px) {
  .liptv-nav-links { display: none !important; }
  .liptv-hamburger { display: flex !important; }
}

@media (max-width: 760px) {
  .liptv-mobile-bar { display: flex !important; padding-bottom: env(safe-area-inset-bottom, 0px); }
  .liptv-wa-float { bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important; z-index: 80 !important; }
  .liptv-bottom-spacer { display: block; height: calc(60px + env(safe-area-inset-bottom, 0px)); }
  .liptv-hero { padding-bottom: 140px !important; }
  .liptv-trust-bar { padding-bottom: 70px !important; }
  body { scroll-padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
}

@media (min-width: 881px) {
  .liptv-mobile-panel { display: none !important; }
}

/* ── Layout Utilities ── */
.liptv-container { max-width: 1240px; margin: 0 auto; padding: 0 clamp(20px,5vw,32px); }
.liptv-section { padding: clamp(64px,9vw,110px) 0; scroll-margin-top: 88px; }
.liptv-section-alt { padding: clamp(64px,9vw,110px) 0; scroll-margin-top: 88px; background: #1a2332; }
.liptv-section-header { max-width: 640px; margin: 0 auto 48px; text-align: center; }

/* ── Typography Utilities ── */
.liptv-badge { display: inline-block; padding: 6px 14px; border-radius: 999px; font: 700 12px/1 'Manrope', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.liptv-badge-green { background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.35); color: #22c55e; }
.liptv-badge-orange { background: rgba(234,88,12,0.12); border: 1px solid rgba(234,88,12,0.35); color: #dc6a1a; }
.liptv-heading { font-family: 'Sora', sans-serif; font-weight: 800; color: #f8fafc; letter-spacing: -0.01em; }
.liptv-h2 { font-size: clamp(28px,4vw,42px); line-height: 1.15; margin: 0 0 16px; }
.liptv-subtext { font: 500 16px/1.6 'Manrope', sans-serif; color: #8896aa; margin: 0; }

/* ── Card Styles ── */
.liptv-card { background: #1e293b; border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 26px; transition: transform 0.2s, border-color 0.2s; }
.liptv-card:hover { transform: translateY(-4px); border-color: rgba(34,197,94,0.4); }
.liptv-card-dark { background: #111827; }
.liptv-card-dark:hover { transform: translateY(-4px); border-color: rgba(34,197,94,0.4); }

/* ── Button Styles ── */
.liptv-btn-green { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 17px 32px; border-radius: 12px; background: linear-gradient(135deg, #22c55e, #15803d); color: #070d18; font: 800 16.5px/1 'Manrope', sans-serif; box-shadow: 0 14px 28px -8px rgba(34,197,94,0.55); transition: transform 0.2s; border: none; cursor: pointer; }
.liptv-btn-green:hover { transform: translateY(-2px); }
.liptv-btn-orange { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 17px 32px; border-radius: 12px; background: #ea580c; color: white; font: 800 16.5px/1 'Manrope', sans-serif; box-shadow: 0 14px 28px -8px rgba(234,88,12,0.55); transition: transform 0.2s; border: none; cursor: pointer; }
.liptv-btn-orange:hover { transform: translateY(-2px); }
.liptv-btn-sm { padding: 10px 18px; font-size: 14px; }
.liptv-btn-outline { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); color: white; }

/* ── Grid Layouts ── */
.liptv-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.liptv-grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.liptv-grid-5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.liptv-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }

/* ── Header ── */
.liptv-header { position: sticky; top: 0; z-index: 80; background: rgba(15,23,42,0.85); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,0.08); }
.liptv-header-inner { max-width: 1240px; margin: 0 auto; padding: 14px clamp(20px,5vw,32px); display: flex; align-items: center; justify-content: space-between; gap: 16px; position: relative; }
.liptv-logo { display: flex; align-items: center; gap: 10px; }
.liptv-logo-icon { width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, #22c55e, #166534); display: flex; align-items: center; justify-content: center; }
.liptv-logo-text { font: 800 19px/1 'Sora', sans-serif; color: #f8fafc; letter-spacing: -0.01em; white-space: nowrap; }
.liptv-logo-text span { color: #22c55e; }
.liptv-nav-link { font: 600 14.5px/1 'Manrope', sans-serif; color: #cbd5e1; white-space: nowrap; transition: color 0.2s; }
.liptv-nav-link:hover { color: #22c55e; }

/* ── Pricing ── */
.liptv-price-card { background: #1a2332; border: 1px solid rgba(255,255,255,0.09); border-radius: 20px; padding: 30px 26px; display: flex; flex-direction: column; gap: 18px; }
.liptv-price-card-featured { position: relative; background: linear-gradient(165deg, #1a3a2e, #122b25); border: 2px solid #22c55e; box-shadow: 0 20px 44px -16px rgba(34,197,94,0.45); }
.liptv-price-amount { font: 800 38px/1 'Sora', sans-serif; color: white; }
.liptv-price-best-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #ea580c; color: white; font: 800 11.5px/1 'Manrope', sans-serif; letter-spacing: .05em; padding: 7px 16px; border-radius: 999px; text-transform: uppercase; box-shadow: 0 6px 16px -4px rgba(234,88,12,0.6); white-space: nowrap; }

/* ── FAQ ── */
.liptv-faq-item { border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; margin-bottom: 14px; overflow: hidden; background: #1a2332; }
.liptv-faq-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; background: transparent; border: none; cursor: pointer; text-align: left; }
.liptv-faq-question { font: 700 16.5px/1.4 'Sora', sans-serif; color: #f1f5f9; }
.liptv-faq-chevron { color: #22c55e; font-weight: 700; font-size: 17px; line-height: 1; transition: transform 0.25s ease; }
.liptv-faq-chevron.open { transform: rotate(180deg); }
.liptv-faq-answer { display: none; padding: 0 22px 22px; color: #94a3b8; font: 500 15px/1.65 'Manrope', sans-serif; }
.liptv-faq-answer.open { display: block; }

/* ── Footer ── */
.liptv-footer { background: #040810; border-top: 1px solid rgba(255,255,255,0.07); padding: clamp(48px,7vw,72px) 0 28px; }
.liptv-footer-grid { display: flex; flex-wrap: wrap; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.liptv-footer-brand { flex: 2 1 260px; min-width: 240px; }
.liptv-footer-col { flex: 1 1 150px; }
.liptv-footer-heading { font: 700 13px/1 'Manrope', sans-serif; color: #e2e8f0; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 16px; }
.liptv-footer-link { font: 500 14.5px/1 'Manrope', sans-serif; color: #6b7a8d; transition: color 0.2s; }
.liptv-footer-link:hover { color: #22c55e; }
.liptv-footer-bottom { padding-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: flex-start; }

/* ── WhatsApp Float ── */
.liptv-wa-float { position: fixed; right: 24px; z-index: 65; width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #22c55e, #166534); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px -6px rgba(34,197,94,0.6); transition: transform 0.2s; }
.liptv-wa-float:hover { transform: scale(1.08); }

/* ── Mobile Bar ── */
.liptv-mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 70; gap: 1px; background: rgba(255,255,255,0.08); }

/* ── Exit Modal ── */
.liptv-exit-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(4,8,16,0.75); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 20px; }
.liptv-exit-overlay.active { display: flex; }
.liptv-exit-modal { position: relative; max-width: 440px; width: 100%; background: #111827; border: 1px solid rgba(34,197,94,0.4); border-radius: 24px; padding: 40px 32px; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.7); text-align: center; }

/* ── Trust Bar ── */
.liptv-trust-bar { background: #1a2332; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); padding: clamp(32px,4vw,44px) 0; }
.liptv-trust-stat-value { font: 800 clamp(26px,3.4vw,36px)/1.1 'Sora', sans-serif; color: #22c55e; }
.liptv-trust-stat-label { font: 600 13.5px/1.4 'Manrope', sans-serif; color: #8896aa; margin-top: 6px; }
.liptv-coverage-tag { padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); font: 600 12.5px/1 'Manrope', sans-serif; color: #bcc6d2; white-space: nowrap; }

/* ── Guarantee ── */
.liptv-guarantee { padding: clamp(56px,8vw,90px) 0; background: #1a2332; border-top: 2px solid rgba(34,197,94,0.4); border-bottom: 2px solid rgba(34,197,94,0.4); }

/* ── Benefit Icon ── */
.liptv-benefit-icon { width: 52px; height: 52px; border-radius: 16px; background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.3); color: #22c55e; display: flex; align-items: center; justify-content: center; font: 800 16px/1 'Sora', sans-serif; margin-bottom: 18px; }

/* ── Channel List ── */
.liptv-channel-category { background: #1e293b; border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 28px; margin-bottom: 24px; }
.liptv-channel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.liptv-channel-item { padding: 10px 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; font: 500 14px/1.4 'Manrope', sans-serif; color: #cbd5e1; display: flex; align-items: center; gap: 8px; }
.liptv-channel-item .live-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }

/* ── Feature Checklist ── */
.liptv-check-item { display: flex; align-items: flex-start; gap: 9px; }
.liptv-check-icon { flex: none; color: #22c55e; font: 700 13px/1.5 'Manrope', sans-serif; }
.liptv-check-text { font: 500 14px/1.5 'Manrope', sans-serif; color: #bcc6d2; }

/* ── Hero ── */
.liptv-hero { position: relative; overflow: hidden; padding: clamp(56px,9vw,108px) 0 clamp(64px,9vw,100px); background: #111827; }
.liptv-hero-glow-green { position: absolute; top: -120px; right: -140px; width: 480px; height: 480px; border-radius: 50%; background: rgba(34,197,94,0.18); filter: blur(90px); pointer-events: none; }
.liptv-hero-glow-orange { position: absolute; bottom: -160px; left: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(234,88,12,0.12); filter: blur(100px); pointer-events: none; }
.liptv-hero-content { flex: 1 1 460px; min-width: 0; }
.liptv-hero-visual { flex: 1 1 380px; min-width: 280px; }

/* ── CTA Final ── */
.liptv-cta-final { position: relative; overflow: hidden; padding: clamp(72px,10vw,120px) 0; background: #070d18; }
.liptv-cta-glow { position: absolute; top: -140px; left: 50%; transform: translateX(-50%); width: 560px; height: 560px; border-radius: 50%; background: rgba(34,197,94,0.14); filter: blur(110px); pointer-events: none; }

/* ── Page Banner ── */
.liptv-page-banner { padding: clamp(48px,7vw,80px) 0 clamp(36px,5vw,56px); background: #111827; text-align: center; }
.liptv-page-banner h1 { font: 800 clamp(30px,4.5vw,48px)/1.15 'Sora', sans-serif; color: #f8fafc; margin: 0 0 16px; }
.liptv-page-banner p { font: 500 17px/1.6 'Manrope', sans-serif; color: #94a3b8; max-width: 640px; margin: 0 auto; }

/* ── Legal / Policy Pages ── */
.liptv-legal-content { max-width: 800px; margin: 0 auto; padding: clamp(40px,6vw,72px) clamp(20px,5vw,32px); }
.liptv-legal-content h2 { font: 700 22px/1.3 'Sora', sans-serif; color: #f8fafc; margin: 32px 0 14px; }
.liptv-legal-content h3 { font: 700 18px/1.3 'Sora', sans-serif; color: #e2e8f0; margin: 24px 0 12px; }
.liptv-legal-content p { font: 500 15px/1.7 'Manrope', sans-serif; color: #94a3b8; margin: 0 0 16px; }
.liptv-legal-content ul { padding-left: 24px; margin: 0 0 16px; }
.liptv-legal-content li { font: 500 15px/1.7 'Manrope', sans-serif; color: #94a3b8; margin-bottom: 8px; }
