/* =========================================================
   IPTV Premium — abonnement-iptv-pas-cher.com
   Light, clean, modern European premium theme
   ========================================================= */

/* ---------- Design tokens ---------- */
:root {
  --primary: #6366F1;
  --primary-dark: #4F46E5;
  --accent: #8B5CF6;
  --bg: #FFFFFF;
  --bg-soft: #F9FAFB;
  --bg-soft-2: #F3F4F6;
  --text: #111827;
  --text-soft: #4B5563;
  --text-muted: #6B7280;
  --gold: #F59E0B;
  --border: #E5E7EB;
  --success: #10B981;
  --whatsapp: #25D366;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(17, 24, 39, .05);
  --shadow: 0 8px 24px rgba(17, 24, 39, .08);
  --shadow-lg: 0 20px 50px rgba(79, 70, 229, .15);

  --gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  --gradient-soft: linear-gradient(135deg, #EEF2FF 0%, #F5F3FF 100%);

  --container: 1180px;
  --header-h: 72px;
  --font: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { line-height: 1.2; font-weight: 800; letter-spacing: -.02em; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }

.section { padding: 84px 0; }
.section-soft { background: var(--bg-soft); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.section-head .eyebrow {
  display: inline-block;
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--primary); background: #EEF2FF;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 14px; }
.section-head p { color: var(--text-soft); font-size: 1.08rem; }

.text-gradient {
  background: var(--gradient);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 700; font-size: .98rem;
  padding: 13px 26px; border-radius: var(--radius);
  border: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--gradient); color: #fff; box-shadow: 0 8px 20px rgba(99, 102, 241, .35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(99, 102, 241, .45); }
.btn-ghost { background: #fff; color: var(--primary); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--primary); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--primary); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.6); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 8px 20px rgba(37, 211, 102, .35); }
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(37, 211, 102, .45); }
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--header-h);
  background: rgba(255, 255, 255, .85);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.site-header .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }

.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.22rem; letter-spacing: -.03em; }
.logo .logo-mark {
  width: 38px; height: 38px; border-radius: 11px; background: var(--gradient);
  display: grid; place-items: center; box-shadow: 0 6px 14px rgba(99,102,241,.4);
}
.logo .logo-mark svg { width: 20px; height: 20px; }
.logo span.accent { color: var(--primary); }

.nav { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-weight: 600; font-size: .96rem; color: var(--text-soft); position: relative; transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px;
  background: var(--gradient); border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: 14px; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.hamburger span { width: 24px; height: 2.5px; background: var(--text); border-radius: 2px; transition: .25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  padding: calc(var(--header-h) + 70px) 0 90px;
  background: var(--gradient-soft);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -120px; right: -120px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(139,92,246,.25), transparent 70%); border-radius: 50%;
}
.hero::after {
  content: ''; position: absolute; bottom: -160px; left: -120px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(99,102,241,.18), transparent 70%); border-radius: 50%;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  padding: 8px 16px; border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--text-soft);
  margin-bottom: 24px;
}
.hero-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(16,185,129,.18); }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); margin-bottom: 18px; }
.hero h2 { font-size: clamp(1rem, 2.2vw, 1.22rem); font-weight: 500; color: var(--text-soft); margin-bottom: 32px; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; color: var(--text-muted); font-size: .9rem; font-weight: 500; }
.hero-trust .stars { color: var(--gold); letter-spacing: 2px; }

/* TV mockup */
.tv-mockup { position: relative; }
.tv-frame {
  background: #111827; border-radius: 18px; padding: 14px;
  box-shadow: var(--shadow-lg); position: relative;
}
.tv-screen {
  border-radius: 10px; overflow: hidden; aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1e1b4b, #4c1d95); position: relative;
  display: grid; place-items: center;
}
.tv-screen .grid-channels {
  position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr); gap: 6px; padding: 12px;
}
.tv-screen .grid-channels span {
  border-radius: 6px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  display: grid; place-items: center; color: rgba(255,255,255,.75); font-size: .62rem; font-weight: 700;
}
.tv-screen .play-overlay {
  position: relative; z-index: 2; width: 70px; height: 70px; border-radius: 50%;
  background: rgba(255,255,255,.95); display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.tv-screen .play-overlay svg { width: 28px; height: 28px; color: var(--primary); margin-left: 4px; }
.tv-stand { width: 90px; height: 10px; background: #111827; margin: 0 auto; border-radius: 0 0 8px 8px; }
.tv-stand-base { width: 160px; height: 8px; background: #d1d5db; margin: 4px auto 0; border-radius: 8px; }
.tv-float {
  position: absolute; background: #fff; border-radius: 12px; padding: 12px 16px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .82rem;
}
.tv-float.one { top: 8%; left: -36px; animation: float 4s ease-in-out infinite; }
.tv-float.two { bottom: 16%; right: -30px; animation: float 4s ease-in-out infinite 1.5s; }
.tv-float .ic { width: 30px; height: 30px; border-radius: 8px; background: #EEF2FF; display: grid; place-items: center; color: var(--primary); }
.tv-float .ic svg { width: 16px; height: 16px; }
.tv-float small { display: block; font-weight: 500; color: var(--text-muted); font-size: .72rem; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- Stats ---------- */
.stats { background: var(--text); color: #fff; padding: 60px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .num { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; background: linear-gradient(135deg, #a5b4fc, #c4b5fd); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat .label { color: #9CA3AF; font-weight: 600; font-size: .92rem; margin-top: 6px; }

/* ---------- Feature cards ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 30px 26px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #c7d2fe; }
.feature-card .icon {
  width: 54px; height: 54px; border-radius: 14px; background: var(--gradient-soft);
  display: grid; place-items: center; margin-bottom: 18px; color: var(--primary);
}
.feature-card .icon svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.feature-card p { color: var(--text-soft); font-size: .96rem; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
.price-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-lg);
  padding: 32px 26px; display: flex; flex-direction: column; position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.featured { border-color: var(--primary); box-shadow: var(--shadow-lg); transform: scale(1.03); }
.price-card.featured:hover { transform: scale(1.03) translateY(-6px); }
.price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), #fbbf24); color: #fff;
  font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 999px; white-space: nowrap; box-shadow: 0 6px 16px rgba(245,158,11,.4);
}
.price-card .duration { font-size: 1.1rem; font-weight: 700; color: var(--text-soft); }
.price-card .price { font-size: 3rem; font-weight: 800; margin: 10px 0 2px; letter-spacing: -.03em; }
.price-card .price span { font-size: 1.1rem; color: var(--text-muted); font-weight: 600; }
.price-card .per-month { color: var(--primary); font-weight: 700; font-size: .92rem; margin-bottom: 20px; }
.price-card .features { display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; flex: 1; }
.price-card .features li { display: flex; align-items: flex-start; gap: 10px; font-size: .94rem; color: var(--text-soft); }
.price-card .features li svg { width: 18px; height: 18px; color: var(--success); flex-shrink: 0; margin-top: 2px; }

/* ---------- Devices ---------- */
.devices-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 18px; }
.device-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px 14px; text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.device-item:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c7d2fe; }
.device-item .icon { width: 46px; height: 46px; margin: 0 auto 12px; color: var(--primary); }
.device-item .icon svg { width: 100%; height: 100%; }
.device-item span { font-weight: 700; font-size: .9rem; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px 26px; transition: transform .25s, box-shadow .25s;
}
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.review-card .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 14px; font-size: 1.05rem; }
.review-card p { color: var(--text-soft); font-size: .97rem; margin-bottom: 20px; font-style: italic; }
.review-card .author { display: flex; align-items: center; gap: 12px; }
.review-card .avatar {
  width: 46px; height: 46px; border-radius: 50%; background: var(--gradient);
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.05rem;
}
.review-card .author .name { font-weight: 700; font-size: .96rem; }
.review-card .author .loc { color: var(--text-muted); font-size: .84rem; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 800px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 22px 24px; font-family: inherit; font-size: 1.05rem; font-weight: 700; color: var(--text);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-q .chev { width: 22px; height: 22px; flex-shrink: 0; color: var(--primary); transition: transform .3s; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--text-soft); font-size: .98rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--gradient); color: #fff; text-align: center; padding: 78px 0; position: relative; overflow: hidden; }
.cta-band::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.18), transparent 50%); }
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; }
.cta-band p { font-size: 1.12rem; opacity: .95; max-width: 620px; margin: 0 auto 30px; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-soft); border-top: 1px solid var(--border); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 44px; }
.footer-col h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul li a { color: var(--text-soft); font-size: .94rem; transition: color .15s; }
.footer-col ul li a:hover { color: var(--primary); }
.footer-about p { color: var(--text-soft); font-size: .94rem; margin: 16px 0 18px; max-width: 320px; }
.footer-about .logo { margin-bottom: 4px; }
.footer-pay { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-pay span {
  background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 7px 12px;
  font-size: .78rem; font-weight: 700; color: var(--text-soft);
}
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text-muted); font-size: .88rem; }
.footer-bottom a { color: var(--text-muted); }
.footer-bottom a:hover { color: var(--primary); }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: var(--whatsapp);
  display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.5);
  transition: transform .2s; animation: pulse 2.5s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }
@keyframes pulse { 0% { box-shadow: 0 10px 26px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 10px 26px rgba(37,211,102,.5), 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 10px 26px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,0); } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: var(--gradient-soft); padding: calc(var(--header-h) + 56px) 0 56px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content:''; position:absolute; top:-100px; right:-80px; width:340px; height:340px; background: radial-gradient(circle, rgba(139,92,246,.2), transparent 70%); border-radius:50%; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .crumbs { font-size: .88rem; color: var(--text-muted); margin-bottom: 16px; }
.page-hero .crumbs a:hover { color: var(--primary); }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 14px; }
.page-hero p { color: var(--text-soft); font-size: 1.1rem; max-width: 640px; margin: 0 auto; }

/* ---------- Article ---------- */
.article-wrap { max-width: 800px; margin: 0 auto; padding: 64px 0; }
.article-meta { display: flex; align-items: center; gap: 14px; color: var(--text-muted); font-size: .9rem; margin-bottom: 26px; flex-wrap: wrap; }
.article-meta .tag { background: #EEF2FF; color: var(--primary); padding: 4px 12px; border-radius: 999px; font-weight: 700; font-size: .8rem; }
.article-body h2 { font-size: 1.7rem; margin: 40px 0 16px; }
.article-body h3 { font-size: 1.3rem; margin: 30px 0 12px; }
.article-body p { color: var(--text-soft); margin-bottom: 18px; font-size: 1.05rem; }
.article-body ul { margin: 0 0 20px 4px; }
.article-body ul li { position: relative; padding-left: 28px; margin-bottom: 11px; color: var(--text-soft); }
.article-body ul li::before { content:''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 2px; background: var(--gradient); }
.article-body a { color: var(--primary); font-weight: 600; text-decoration: underline; }
.article-body blockquote {
  border-left: 4px solid var(--primary); background: var(--bg-soft); padding: 18px 24px;
  border-radius: 0 var(--radius) var(--radius) 0; margin: 24px 0; color: var(--text); font-style: italic;
}
.article-body .info-box {
  background: var(--gradient-soft); border: 1px solid #c7d2fe; border-radius: var(--radius);
  padding: 22px 24px; margin: 28px 0;
}
.article-body .info-box h3 { margin-top: 0; }
.article-cta { background: var(--gradient); color:#fff; border-radius: var(--radius-lg); padding: 36px; text-align: center; margin: 44px 0 0; }
.article-cta h3 { color:#fff; font-size: 1.5rem; margin-bottom: 10px; }
.article-cta p { color: rgba(255,255,255,.92); margin-bottom: 22px; }
.toc { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 26px; margin-bottom: 34px; }
.toc h4 { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); margin-bottom: 12px; }
.toc ul li { margin-bottom: 8px; }
.toc ul li a { color: var(--primary); font-weight: 600; font-size: .95rem; }

/* ---------- Blog grid ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden;
  transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card .thumb { aspect-ratio: 16/9; background: var(--gradient); position: relative; display: grid; place-items: center; }
.blog-card .thumb svg { width: 56px; height: 56px; color: rgba(255,255,255,.85); }
.blog-card .thumb .cat { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.95); color: var(--primary); font-size: .74rem; font-weight: 800; padding: 5px 12px; border-radius: 999px; }
.blog-card .body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card .date { color: var(--text-muted); font-size: .84rem; margin-bottom: 10px; }
.blog-card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.blog-card p { color: var(--text-soft); font-size: .94rem; margin-bottom: 18px; flex: 1; }
.blog-card .read { color: var(--primary); font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 1rem; color: var(--text); background: var(--bg-soft); transition: border-color .15s, background .15s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--primary); background: #fff; }
.form-group textarea { resize: vertical; min-height: 130px; }

/* ---------- Contact / Essai layout ---------- */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.contact-info .info-row { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.contact-info .info-row .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--gradient-soft); display: grid; place-items: center; color: var(--primary); flex-shrink: 0; }
.contact-info .info-row .ic svg { width: 22px; height: 22px; }
.contact-info .info-row h4 { font-size: 1.05rem; margin-bottom: 4px; }
.contact-info .info-row p { color: var(--text-soft); font-size: .95rem; }

/* ---------- Steps (installation) ---------- */
.steps { max-width: 820px; margin: 0 auto; }
.step { display: flex; gap: 24px; margin-bottom: 30px; }
.step .num { flex-shrink: 0; width: 50px; height: 50px; border-radius: 14px; background: var(--gradient); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 1.3rem; box-shadow: 0 6px 16px rgba(99,102,241,.35); }
.step .step-body { padding-top: 4px; }
.step .step-body h3 { font-size: 1.2rem; margin-bottom: 6px; }
.step .step-body p { color: var(--text-soft); }

.device-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }
.device-tab { background: #fff; border: 1.5px solid var(--border); border-radius: 999px; padding: 10px 22px; font-weight: 700; font-size: .92rem; color: var(--text-soft); cursor: pointer; transition: all .2s; }
.device-tab.active, .device-tab:hover { background: var(--gradient); color: #fff; border-color: transparent; }

/* ---------- Trust / logos strip ---------- */
.channels-strip { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.channel-chip { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 10px 20px; font-weight: 800; font-size: .95rem; color: var(--text-soft); box-shadow: var(--shadow-sm); }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .4s; }

/* ---------- Mobile nav ---------- */
.nav-overlay { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; gap: 44px; }
  .tv-mockup { max-width: 480px; margin: 0 auto; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-6px); }
  .devices-grid { grid-template-columns: repeat(4, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .hamburger { display: flex; }
  .nav { gap: 12px; }
  .nav-cta { gap: 10px; }
  /* Hide header CTA on mobile (CTA remains in the slide-out menu) */
  .nav-cta .btn-primary { display: none; }

  .nav-overlay {
    display: block; position: fixed; inset: var(--header-h) 0 0; z-index: 99;
    background: rgba(255,255,255,.98); backdrop-filter: blur(8px);
    transform: translateX(100%); transition: transform .3s ease; padding: 30px 24px;
  }
  .nav-overlay.open { transform: translateX(0); }
  .nav-overlay a { display: block; padding: 16px 0; font-size: 1.15rem; font-weight: 700; border-bottom: 1px solid var(--border); }
  .nav-overlay .btn { margin-top: 24px; width: 100%; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .split-grid { grid-template-columns: 1fr; gap: 30px; }
  .tv-float.one { left: -10px; }
  .tv-float.two { right: -6px; }
}

@media (max-width: 600px) {
  .cards-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .devices-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn, .cta-band .btn { width: 100%; }
  .form-card { padding: 26px; }
  .article-wrap { padding: 40px 0; }
}

@media (max-width: 480px) {
  body { font-size: 15px; }
  .container { padding-inline: 16px; }
  .wa-float { width: 52px; height: 52px; bottom: 16px; right: 16px; }

  .logo { font-size: 1.08rem; }
  .logo .logo-mark { width: 34px; height: 34px; }
}
