/* ===========================================================
   iPlay TV Pro — Feuille de styles
   Univers : streaming premium · rouge / noir profond / blanc
   =========================================================== */

:root {
  --red: #e7211a;
  --red-soft: #ff3b30;
  --red-deep: #b3140f;
  --black: #08080a;
  --black-2: #0f0f13;
  --black-3: #16161c;
  --card: #14141a;
  --line: #26262f;
  --white: #ffffff;
  --grey: #b7b7c3;
  --grey-2: #8a8a98;
  --green: #25d366;
  --wa-bg: #0b141a;
  --wa-bubble: #202c33;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 18px 50px rgba(0, 0, 0, .6);
  --glow: 0 0 0 1px rgba(231, 33, 26, .35), 0 0 32px rgba(231, 33, 26, .28);
  --container: 1180px;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --display: 'Sora', 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--black);
  color: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(900px 520px at 78% -10%, rgba(231, 33, 26, .20), transparent 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(231, 33, 26, .08), transparent 55%),
    var(--black);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 100% 80% at 50% 0%, #000 30%, transparent 80%);
  pointer-events: none;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.accent { color: var(--red); }
.muted { color: var(--grey); }

/* ===================== BOUTONS ===================== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 15px; padding: 14px 26px;
  border-radius: 100px; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--red), var(--red-deep)); color: #fff; box-shadow: 0 10px 28px rgba(231, 33, 26, .4); }
.btn-primary:hover { box-shadow: 0 14px 38px rgba(231, 33, 26, .58); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--red); box-shadow: var(--glow); }
.btn-wa { background: var(--green); color: #06351a; box-shadow: 0 10px 28px rgba(37, 211, 102, .3); }
.btn-wa:hover { box-shadow: 0 14px 38px rgba(37, 211, 102, .45); }

/* ===================== HEADER + LOGO ===================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(8, 8, 10, .72); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line); transition: background .3s ease;
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 70px; }

.logo { display: inline-flex; align-items: center; font-family: var(--display); font-weight: 800; font-size: 24px; letter-spacing: -.5px; }
.logo .ip { color: #fff; position: relative; }
.logo .ip .play {
  display: inline-grid; place-items: center;
  width: 0; height: 0; border-style: solid;
  border-width: 6px 0 6px 10px; border-color: transparent transparent transparent var(--red);
  margin: 0 1px -1px 2px;
}
.logo .tv {
  background: linear-gradient(135deg, var(--red), var(--red-deep)); color: #fff;
  font-size: 16px; font-weight: 800; padding: 2px 7px; border-radius: 7px;
  margin-left: 5px; box-shadow: 0 4px 12px rgba(231, 33, 26, .45);
}
.logo .pro { font-size: 13px; font-style: italic; font-weight: 600; color: var(--grey); margin-left: 5px; align-self: flex-end; padding-bottom: 4px; }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--grey); transition: color .2s ease; position: relative; }
.nav-links a:hover { color: #fff; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--red); transition: width .25s ease; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.burger { display: none; background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; }

/* ===================== HERO ===================== */
.hero { padding: 150px 0 80px; position: relative; isolation: isolate; }
/* Fond vidéo hero (effet wow) */
.hero-bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: #0c0c10; }
.hero-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-bg-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, .68) 0%, rgba(8, 8, 10, .85) 70%, var(--black) 100%),
    radial-gradient(800px 420px at 80% 0%, rgba(231, 33, 26, .20), transparent 60%);
}
.hero .hero-grid { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase; color: var(--red);
  background: rgba(231, 33, 26, .1); border: 1px solid rgba(231, 33, 26, .3);
  padding: 7px 14px; border-radius: 100px; margin-bottom: 22px;
}
.hero h1 { font-family: var(--display); font-size: clamp(2.1rem, 5vw, 3.5rem); line-height: 1.08; font-weight: 800; letter-spacing: -1px; }
.hero h1 .grad { background: linear-gradient(135deg, var(--red), var(--red-soft)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p.sub { font-size: 18px; color: var(--grey); margin: 22px 0 32px; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--grey); background: var(--card); border: 1px solid var(--line); padding: 9px 15px; border-radius: 100px; }
.badge i { color: var(--red); }

.hero-card { background: linear-gradient(160deg, var(--black-3), var(--black-2)); border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-card::before { content: ""; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(231, 33, 26, .4), transparent 70%); }
.hero-card .hc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.hero-card .pill { font-size: 12px; font-weight: 700; color: var(--red); background: rgba(231, 33, 26, .12); border: 1px solid rgba(231, 33, 26, .3); padding: 5px 12px; border-radius: 100px; }
.hero-card .hc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.hc-stat { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 16px; text-align: center; }
.hc-stat b { display: block; font-family: var(--display); font-size: 24px; color: #fff; }
.hc-stat span { font-size: 12px; color: var(--grey); }
.hero-card .btn { width: 100%; justify-content: center; }

/* ===================== SECTIONS ===================== */
.section { padding: 80px 0; position: relative; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 50px; }
.section-head .tag { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--red); }
.section-head h2 { font-family: var(--display); font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 800; margin: 12px 0; letter-spacing: -.5px; }
.section-head p { color: var(--grey); font-size: 16px; }

/* ===================== FEATURES / VOD / SPORT ===================== */
.feature-band { background: linear-gradient(160deg, var(--black-2), var(--black)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.feat-list { display: grid; gap: 18px; }
.feat { display: flex; gap: 16px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px 20px; transition: transform .2s ease, border-color .2s ease; }
.feat:hover { transform: translateX(6px); border-color: var(--red); }
.feat .ic { flex: 0 0 46px; height: 46px; display: grid; place-items: center; background: rgba(231, 33, 26, .12); border-radius: 12px; color: var(--red); font-size: 19px; }
.feat h4 { font-size: 16px; margin-bottom: 3px; }
.feat p { font-size: 14px; color: var(--grey); margin: 0; }

/* ===================== STATS ===================== */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 20px; text-align: center; transition: transform .2s ease, box-shadow .25s ease; }
.stat-card:hover { transform: translateY(-6px); box-shadow: var(--glow); }
.stat-card i { font-size: 26px; color: var(--red); margin-bottom: 12px; }
.stat-card b { display: block; font-family: var(--display); font-size: 30px; font-weight: 800; }
.stat-card span { font-size: 14px; color: var(--grey); }

/* ===================== GALERIES DYNAMIQUES (VOD / plateformes / sport) ===================== */
.gallery { overflow: hidden; padding: 8px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.gal-track { display: flex; gap: 16px; width: max-content; animation: wa-scroll 55s linear infinite; }
.gal-track.rev { animation: wa-scroll-rev 48s linear infinite; }
.gallery:hover .gal-track { animation-play-state: paused; }
.poster { position: relative; flex: 0 0 165px; height: 248px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(160deg, #1c1c24, #0e0e12); display: grid; place-items: center; box-shadow: var(--shadow); transition: transform .25s ease; }
.poster:hover { transform: scale(1.04); border-color: var(--red); }
.poster > i { font-size: 32px; color: rgba(231, 33, 26, .45); }
.poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.logo-chip { flex: 0 0 auto; height: 66px; min-width: 165px; display: grid; place-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 0 28px; transition: border-color .2s ease; }
.logo-chip:hover { border-color: var(--red); }
.logo-chip img { max-height: 36px; max-width: 130px; object-fit: contain; }
.logo-chip span { color: var(--grey); font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.logo-chip span i { color: var(--red); }

/* ===================== PRICING ===================== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1000px; margin: 0 auto; align-items: stretch; }
.price-card { background: linear-gradient(160deg, var(--black-3), var(--black-2)); border: 1px solid var(--line); border-radius: 22px; padding: 36px 28px; text-align: center; position: relative; overflow: hidden; }
.price-card.featured { border: 2px solid var(--red); box-shadow: var(--glow), var(--shadow); }
.price-card .ribbon { position: absolute; top: 18px; right: -38px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 1px; padding: 6px 46px; transform: rotate(45deg); }
.price-card h3 { font-family: var(--display); font-size: 20px; font-weight: 800; }
.price-card .big { font-family: var(--display); font-size: 52px; font-weight: 800; margin: 10px 0 0; background: linear-gradient(135deg, var(--red), var(--red-soft)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.price-card .big small { font-size: 18px; -webkit-text-fill-color: var(--grey); color: var(--grey); }
.price-card .note { color: var(--grey); font-size: 14px; margin: 6px 0 24px; }
.price-card ul { display: grid; gap: 12px; text-align: left; margin-bottom: 26px; }
.price-card li { display: flex; align-items: center; gap: 11px; font-size: 15px; color: var(--grey); }
.price-card li i { color: var(--red); }
.price-card .btn { width: 100%; justify-content: center; }

/* ===================== DEVICES ===================== */
.devices-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.device { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px 10px; text-align: center; transition: transform .2s ease, border-color .2s ease, color .2s ease; color: var(--grey); }
.device:hover { transform: translateY(-4px); border-color: var(--red); color: #fff; }
.device i { font-size: 28px; color: var(--red); margin-bottom: 10px; display: block; }
.device span { font-size: 13px; font-weight: 600; }

/* ===================== STEPS ===================== */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; transition: transform .2s ease, box-shadow .25s ease; }
.step:hover { transform: translateY(-6px); box-shadow: var(--glow); }
.step .num { font-family: var(--display); font-size: 38px; font-weight: 800; color: rgba(231, 33, 26, .25); line-height: 1; }
.step h4 { font-size: 17px; margin: 12px 0 8px; }
.step p { font-size: 14px; color: var(--grey); margin: 0; }

/* ===================== AVIS WHATSAPP (MARQUEE) ===================== */
.wa-reviews { overflow: hidden; padding: 10px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.wa-track { display: flex; gap: 18px; width: max-content; }
.wa-track.r1 { animation: wa-scroll 48s linear infinite; }
.wa-track.r2 { animation: wa-scroll-rev 54s linear infinite; margin-top: 18px; }
.wa-reviews:hover .wa-track { animation-play-state: paused; }
@keyframes wa-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes wa-scroll-rev { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.wa-card { width: 330px; flex: 0 0 330px; background: var(--wa-bg); border: 1px solid var(--line); border-radius: 16px; padding: 14px; box-shadow: var(--shadow);
  background-image: radial-gradient(rgba(255,255,255,.02) 1px, transparent 1px); background-size: 18px 18px; }
.wa-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.wa-av { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--red), var(--red-deep)); font-size: 14px; }
.wa-who b { font-size: 14px; display: block; line-height: 1.2; }
.wa-who span { font-size: 11px; color: var(--green); }
.wa-bubble { background: var(--wa-bubble); border-radius: 4px 12px 12px 12px; padding: 10px 12px; position: relative; }
.wa-bubble::before { content: ""; position: absolute; left: -6px; top: 0; border-style: solid; border-width: 0 8px 8px 0; border-color: transparent var(--wa-bubble) transparent transparent; }
.wa-stars { color: #f5c518; font-size: 12px; margin-bottom: 5px; }
.wa-bubble p { font-size: 13.5px; color: #e9edef; margin: 0; }
.wa-time { display: block; text-align: right; font-size: 10px; color: var(--grey-2); margin-top: 5px; }
.wa-time i { color: #53bdeb; margin-left: 3px; }

/* ===================== FAQ ===================== */
.faq-wrap { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px; background: var(--card); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; background: none; border: none; color: #fff; font-size: 16px; font-weight: 600; text-align: left; cursor: pointer; }
.faq-q i { color: var(--red); transition: transform .3s ease; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--grey); font-size: 15px; margin: 0; }

/* ===================== CTA BAND ===================== */
.cta-band { text-align: center; background: linear-gradient(135deg, rgba(231, 33, 26, .14), rgba(231, 33, 26, .04)); border: 1px solid rgba(231, 33, 26, .3); border-radius: 24px; padding: 56px 30px; }
.cta-band h2 { font-family: var(--display); font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; margin-bottom: 14px; }
.cta-band p { color: var(--grey); margin-bottom: 26px; font-size: 16px; }

/* ===================== FOOTER ===================== */
.site-footer { border-top: 1px solid var(--line); background: var(--black-2); padding: 56px 0 28px; margin-top: 80px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 36px; }
.foot-col h5 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 16px; }
.foot-col p { font-size: 14px; color: var(--grey); }
.foot-col ul { display: grid; gap: 10px; }
.foot-col a { font-size: 14px; color: var(--grey); transition: color .2s ease; }
.foot-col a:hover { color: var(--red); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--grey-2); }
.foot-disclaimer { font-size: 12px; color: var(--grey-2); margin-top: 16px; line-height: 1.6; }

/* ===================== WHATSAPP FLOTTANT ===================== */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 200; width: 60px; height: 60px; border-radius: 50%; background: var(--green); display: grid; place-items: center; color: #fff; font-size: 28px; box-shadow: 0 10px 30px rgba(37, 211, 102, .5); animation: wa-pulse 2.2s infinite; }
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55), 0 10px 30px rgba(37, 211, 102, .5); } 70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0), 0 10px 30px rgba(37, 211, 102, .5); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 10px 30px rgba(37, 211, 102, .5); } }

/* ===================== REVEAL ===================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===================== BLOG ===================== */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--glow); border-color: var(--red); }
.post-thumb { height: 160px; display: grid; place-items: center; font-size: 46px; color: #fff; background: linear-gradient(135deg, var(--red-deep), #5a0a07); }
.post-thumb.t2 { background: linear-gradient(135deg, #1b2a4a, #0a1326); }
.post-thumb.t3 { background: linear-gradient(135deg, #3a0c52, #160322); }
.post-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-cat { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--red); }
.post-card h3 { font-size: 18px; margin: 10px 0; line-height: 1.35; }
.post-card p { font-size: 14px; color: var(--grey); flex: 1; margin: 0 0 18px; }
.post-meta { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 16px; }
.post-meta .date { font-size: 13px; color: var(--grey-2); }
.post-meta a { font-size: 14px; font-weight: 700; color: var(--red); }
.post-meta a i { transition: transform .2s ease; }
.post-card:hover .post-meta a i { transform: translateX(4px); }

/* ===================== REVENDEURS ===================== */
.reseller-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rs-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease; }
.rs-card:hover { transform: translateY(-6px); border-color: var(--red); box-shadow: var(--glow); }
.rs-card .ic { width: 50px; height: 50px; display: grid; place-items: center; background: rgba(231, 33, 26, .12); border-radius: 12px; color: var(--red); font-size: 21px; margin-bottom: 16px; }
.rs-card h4 { font-size: 17px; margin-bottom: 8px; }
.rs-card p { font-size: 14px; color: var(--grey); margin: 0; }
.wa-highlight { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; background: linear-gradient(135deg, rgba(37, 211, 102, .12), rgba(37, 211, 102, .04)); border: 1px solid rgba(37, 211, 102, .35); border-radius: 24px; padding: 38px 30px; text-align: center; }
.wa-highlight .num { font-family: var(--display); font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 800; color: #fff; }
.wa-highlight .num i { color: var(--green); margin-right: 10px; }

/* ===================== ARTICLE ===================== */
.article-hero { padding: 140px 0 40px; }
.article-hero .crumbs { font-size: 13px; color: var(--grey-2); margin-bottom: 18px; }
.article-hero .crumbs a:hover { color: var(--red); }
.article-hero .a-cat { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--red); }
.article-hero h1 { font-family: var(--display); font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 800; line-height: 1.12; margin: 14px 0 16px; letter-spacing: -.5px; }
.article-hero .a-meta { font-size: 14px; color: var(--grey); }
.article-body { max-width: 760px; margin: 0 auto; padding: 20px 22px 40px; }
.article-body h2 { font-family: var(--display); font-size: 1.6rem; font-weight: 800; margin: 40px 0 16px; letter-spacing: -.3px; }
.article-body h3 { font-size: 1.2rem; font-weight: 700; margin: 28px 0 12px; }
.article-body p { color: var(--grey); margin-bottom: 18px; font-size: 16.5px; }
.article-body ul.bullets { display: grid; gap: 10px; margin: 0 0 22px; }
.article-body ul.bullets li { position: relative; padding-left: 28px; color: var(--grey); font-size: 16px; }
.article-body ul.bullets li::before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 8px; top: 1px; color: var(--red); }
.article-body a.inline { color: var(--red); font-weight: 600; }
.article-body a.inline:hover { text-decoration: underline; }
.callout { background: rgba(231, 33, 26, .08); border: 1px solid rgba(231, 33, 26, .3); border-left: 4px solid var(--red); border-radius: var(--radius-sm); padding: 18px 22px; margin: 26px 0; }
.callout p { margin: 0; color: var(--grey); font-size: 15px; }
.callout strong { color: #fff; }
.article-cta { background: linear-gradient(160deg, var(--black-3), var(--black-2)); border: 1px solid var(--red); border-radius: var(--radius); padding: 30px; text-align: center; margin: 38px 0; box-shadow: var(--glow); }
.article-cta h3 { font-size: 20px; margin-bottom: 8px; }
.article-cta p { color: var(--grey); margin-bottom: 20px; font-size: 15px; }
.related { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 28px; }
.related h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; }
.related-links { display: grid; gap: 12px; }
.related-links a { display: flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 18px; font-size: 15px; font-weight: 600; transition: border-color .2s ease, transform .2s ease; }
.related-links a:hover { border-color: var(--red); transform: translateX(5px); }
.related-links a i { color: var(--red); }

@media (max-width: 980px) {
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .reseller-feats { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .posts-grid { grid-template-columns: 1fr; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 460px; }
  .feat-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; }
  .devices-grid { grid-template-columns: repeat(4, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--black-2); border-bottom: 1px solid var(--line); padding: 20px 22px; gap: 18px; }
  .burger { display: block; }
  .nav-cta .btn-ghost { display: none; }
  .stats-grid, .steps-grid, .devices-grid, .foot-grid { grid-template-columns: 1fr; }
  .devices-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 56px 0; }
  .hero { padding: 120px 0 60px; }
}
