/*
Theme Name: IPTV Starter
Description: A lightweight Astra child theme for the local IPTV website.
Author: Local Development
Template: astra
Version: 1.0.0
Text Domain: iptv-starter
*/

:root {
  --iptv-bg: #07111f;
  --iptv-surface: #0f2035;
  --iptv-text: #f7fafc;
  --iptv-muted: #a8b7c9;
  --iptv-accent: #38d9a9;
  --iptv-accent-dark: #20b88c;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--iptv-bg); color: var(--iptv-text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.iptv-wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.iptv-header { position: sticky; top: 0; z-index: 20; background: rgba(7,17,31,.92); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.iptv-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.iptv-brand { font-size: 1.15rem; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.iptv-brand span { color: var(--iptv-accent); }
.iptv-menu { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.iptv-menu a { color: #dbe7f3; text-decoration: none; font-size: .94rem; font-weight: 600; }
.iptv-menu a:hover { color: var(--iptv-accent); }
.iptv-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 10px; background: var(--iptv-accent); color: #041510; font-weight: 800; text-decoration: none; box-shadow: 0 12px 32px rgba(56,217,169,.2); }
.iptv-button:hover { background: var(--iptv-accent-dark); color: #fff; }
.iptv-button.secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.18); box-shadow: none; }
.iptv-hero { padding: 110px 0 90px; overflow: hidden; background: radial-gradient(circle at 75% 30%, rgba(37,99,235,.23), transparent 35%), radial-gradient(circle at 25% 10%, rgba(56,217,169,.12), transparent 32%); }
.iptv-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 68px; align-items: center; }
.iptv-kicker { margin: 0 0 18px; color: var(--iptv-accent); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.iptv-hero h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.055em; color: #fff; }
.iptv-hero p { max-width: 630px; margin: 0 0 32px; color: var(--iptv-muted); font-size: 1.12rem; line-height: 1.75; }
.iptv-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.iptv-preview { padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: linear-gradient(145deg, rgba(22,48,76,.92), rgba(9,25,43,.92)); box-shadow: 0 35px 90px rgba(0,0,0,.34); }
.iptv-screen { min-height: 300px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, #183f64, #111b31 60%, #183b43); color: #fff; text-align: center; padding: 28px; }
.iptv-play { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--iptv-accent); color: #041510; font-size: 1.4rem; }
.iptv-section { padding: 90px 0; }
.iptv-section.alt { background: #0a1728; }
.iptv-section-title { max-width: 680px; margin: 0 auto 46px; text-align: center; }
.iptv-section-title h2 { margin: 0 0 14px; color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.04em; }
.iptv-section-title p { margin: 0; color: var(--iptv-muted); line-height: 1.7; }
.iptv-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.iptv-card { padding: 30px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: var(--iptv-surface); }
.iptv-card strong { display: block; margin-bottom: 12px; color: #fff; font-size: 1.15rem; }
.iptv-card p { margin: 0; color: var(--iptv-muted); line-height: 1.65; }
.iptv-steps { counter-reset: step; }
.iptv-step:before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 20px; color: var(--iptv-accent); font-size: 1.7rem; font-weight: 900; }
.iptv-cta { padding: 64px; border-radius: 24px; background: linear-gradient(120deg, #153d58, #114337); text-align: center; }
.iptv-cta h2 { margin: 0 0 14px; color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.iptv-cta p { max-width: 650px; margin: 0 auto 26px; color: #c9d8e5; }
.iptv-footer { padding: 56px 0 24px; background: #040b14; border-top: 1px solid rgba(255,255,255,.07); }
.iptv-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 44px; }
.iptv-footer h3 { margin-top: 0; color: #fff; font-size: 1rem; }
.iptv-footer p, .iptv-footer a { color: #8fa3b8; text-decoration: none; line-height: 1.8; }
.iptv-footer ul { margin: 0; padding: 0; list-style: none; }
.iptv-copyright { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #71869c; font-size: .86rem; }
@media (max-width: 820px) {
  .iptv-hero-grid, .iptv-footer-grid { grid-template-columns: 1fr; }
  .iptv-cards { grid-template-columns: 1fr; }
  .iptv-menu { display: none; }
  .iptv-hero { padding: 76px 0 64px; }
  .iptv-cta { padding: 42px 22px; }
}
