/* =========================================================
   IPTV Pas Chere — main.css  v2 2026
   ========================================================= */

/* ---------- Variables ---------- */
:root {
  --bg: #f5f7fb;
  --bg-white: #ffffff;
  --text: #1e293b;
  --muted: #64748b;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --secondary: #7c3aed;
  --dark: #0f172a;
  --green: #22c55e;
  --light: #eff3ff;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --shadow: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.10);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.14);
}

/* ---------- Reset ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }

/* ---------- Typography ---------- */
.h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.15; margin-bottom: 1.2rem; letter-spacing: -0.02em; }
.h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 800; margin-bottom: 1rem; letter-spacing: -0.02em; }
.sub { color: var(--muted); margin: .5rem 0 2rem; font-size: 1.05rem; }

/* ---------- Layout ---------- */
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.section { padding: 5rem 0; }
.section.alt { background: var(--bg); }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 1.5rem; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--bg-white);
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.nav { display: flex; justify-content: space-between; align-items: center; padding: .9rem 0; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.1rem; color: var(--text); text-decoration: none; }
.logo { width: 36px; }
.menu { display: flex; gap: 1.5rem; align-items: center; }
.menu a { text-decoration: none; color: var(--text); font-weight: 500; font-size: .93rem; transition: color .2s; }
.menu a:hover { color: var(--primary); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: .3rem; background: none; border: none; cursor: pointer; }
.hamburger span { width: 24px; height: 2.5px; background: var(--text); border-radius: 2px; transition: .3s; }

/* Header CTA button */
.btn--cta-nav {
  background: var(--dark);
  color: #fff !important;
  padding: .5rem 1.15rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: .88rem;
  text-decoration: none !important;
  transition: opacity .2s;
  white-space: nowrap;
}
.btn--cta-nav:hover { opacity: .82; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(155deg, #eef2ff 0%, #f8faff 55%, #f5f7fb 100%);
  text-align: center;
  padding: 7rem 1rem 6rem;
  position: relative;
  overflow: hidden;
}
.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.badge-top {
  display: inline-block;
  background: #fff0f3;
  color: #e11d48;
  padding: .35rem 1rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.lead { font-size: 1.1rem; color: var(--muted); margin-bottom: 1rem; max-width: 580px; margin-left: auto; margin-right: auto; }
.clients { font-size: 1rem; margin-bottom: 1.5rem; color: var(--primary); font-weight: 600; }
.seo-intro { font-size: .94rem; color: var(--muted); max-width: 680px; margin: 0 auto 2rem; line-height: 1.7; }
.cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }

/* Hero floating decorative elements */
.hero-float {
  position: absolute;
  border-radius: 1.2rem;
  animation: floatEl 4s ease-in-out infinite;
  pointer-events: none;
}
.hero-float--play {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #ff8fa3, #ff4d6d);
  bottom: 22%; left: 5%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff;
  animation-delay: 0s;
}
.hero-float--tv {
  width: 74px; height: 74px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  top: 25%; right: 5%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
  animation-delay: .8s;
}
.hero-float--circle {
  width: 46px; height: 46px;
  background: #60a5fa;
  border-radius: 50%;
  top: 15%; right: 15%;
  animation-delay: 1.6s;
  opacity: .65;
}
.hero-float--dot {
  width: 28px; height: 28px;
  background: #c084fc;
  border-radius: 50%;
  top: 35%; left: 13%;
  animation-delay: 2.4s;
  opacity: .5;
}
.hero-float--sport {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, #f97316, #ef4444);
  border-radius: 50%;
  bottom: 10%; left: 7%;
  display: flex; align-items: center; justify-content: center;
  font-size: .62rem; font-weight: 800;
  color: #fff; letter-spacing: .05em;
  animation-delay: .4s;
}
@keyframes floatEl {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* ---------- Trust Bar ---------- */
.trust-bar {
  background: var(--bg-white);
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 1.1rem 0;
}
.trust-bar__inner {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--text);
}
.trust-icon {
  width: 18px;
  height: 18px;
  stroke: var(--primary);
  flex-shrink: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: .75rem 1.7rem;
  border-radius: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  font-size: .95rem;
  cursor: pointer;
}
.btn--primary { background: var(--primary); color: var(--bg-white); }
.btn--primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,99,235,.3); }
.btn--ghost { border: 1.5px solid var(--primary); color: var(--primary); background: transparent; }
.btn--ghost:hover { background: var(--primary); color: var(--bg-white); transform: translateY(-2px); }

/* ---------- Cards ---------- */
.card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card--dark { background: var(--bg-white); color: var(--text); }
.card--dark p { color: var(--muted); }
.card--dark h3 { color: var(--text); }
.card .icon { font-size: 1.8rem; margin-bottom: 1rem; }
.card .icon-box {
  width: 54px; height: 54px;
  background: var(--light);
  border-radius: .9rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem;
}
.card .icon-box svg {
  width: 26px; height: 26px;
  stroke: var(--primary);
  flex-shrink: 0;
}
.card--dark .icon-box { background: var(--light); }
.card--dark .icon-box svg {
  stroke: none !important;
  fill: #fbbf24 !important;
  filter: drop-shadow(0 0 6px rgba(251,191,36,.8));
}
.card h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: .4rem; }
.card p { color: var(--muted); font-size: .92rem; }

/* ---------- Compatible Devices ---------- */
#appareils { background: var(--bg-white); }
#appareils .h2, #appareils .sub { text-align: center; }
.devices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.device-card {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 2rem 1rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
  border: 1px solid rgba(0,0,0,0.04);
}
.device-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.device-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto .8rem;
  display: block;
}
.device-name { font-size: .88rem; font-weight: 600; color: var(--text); }

/* ---------- Steps ---------- */
.steps { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin: 2rem 0; }
.step { flex: 1; min-width: 200px; text-align: center; }
.step__num {
  display: inline-block;
  width: 44px; height: 44px; line-height: 44px;
  background: var(--primary);
  color: var(--bg-white);
  border-radius: 50%;
  margin-bottom: .8rem;
  font-weight: 700;
  font-size: 1.1rem;
}

/* ---------- Tarifs ---------- */
.tabs { display: flex; justify-content: center; margin-bottom: 2.5rem; gap: .8rem; flex-wrap: wrap; }
.tab-btn {
  background: var(--bg-white);
  border: 1.5px solid #e2e8f0;
  padding: .6rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
  font-weight: 600;
  font-size: .9rem;
  transition: all .2s;
  color: var(--text);
}
.tab-btn.active, .tab-btn:hover { background: var(--primary); color: var(--bg-white); border-color: var(--primary); }
.tab-content { display: none; }
.tab-content.active { display: block; }

.pricing { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); }
.p-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 2rem 1.8rem;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  transition: transform .3s, box-shadow .3s;
  border: 1.5px solid transparent;
}
.p-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.p-card--recommended {
  border-color: var(--primary);
  background: var(--bg-white);
  color: var(--text);
}
.p-card--recommended .p-name { color: var(--muted); }
.p-card--recommended .p-price { color: var(--text); }
.p-card--recommended .p-feats { color: var(--muted); }
.p-card--recommended .p-feats li::before { color: var(--primary); }
.p-name { font-weight: 600; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; }
.p-price { font-size: 2.2rem; font-weight: 800; margin: .8rem 0; letter-spacing: -0.03em; }
.p-feats { list-style: none; text-align: left; margin: 1rem 0 1.5rem; color: var(--muted); }
.p-feats li { margin: .5rem 0; display: flex; align-items: flex-start; gap: .5rem; font-size: .92rem; }
.p-feats li::before { content: "✓"; color: var(--primary); font-weight: 700; flex-shrink: 0; }
.badge {
  position: absolute; top: -13px; right: 18px;
  background: var(--primary);
  color: #fff;
  padding: .25rem .85rem;
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* ---------- Stats ---------- */
.stat { text-align: center; }
.stat h3 { font-size: 2.5rem; font-weight: 800; margin-bottom: .4rem; }
.stat p { color: var(--muted); font-size: .95rem; }

/* ---------- Comparatif ---------- */
.comparatif { width: 100%; border-collapse: collapse; margin-top: 2rem; border-radius: var(--radius); overflow: hidden; }
.comparatif th, .comparatif td { border: 1px solid #e2e8f0; padding: 1rem 1.2rem; text-align: center; }
.comparatif th { background: var(--primary); color: var(--bg-white); font-weight: 600; }
.comparatif tr:nth-child(even) td { background: var(--light); }

/* ---------- Channel Slider ---------- */
.channels-section {
  padding: 2.5rem 0;
  overflow: hidden;
  background: var(--bg-white);
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.slider-label {
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.marquee-wrapper {
  overflow: hidden;
  position: relative;
}
.marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.marquee-wrapper::before { left: 0; background: linear-gradient(to right, var(--bg-white), transparent); }
.marquee-wrapper::after  { right: 0; background: linear-gradient(to left,  var(--bg-white), transparent); }
.marquee-track {
  display: flex;
  gap: .85rem;
  animation: marqueeScroll 35s linear infinite;
  width: max-content;
  padding: .4rem 0;
}
.marquee-track.paused { animation-play-state: paused; }
.channel-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--light);
  border: 1px solid rgba(37,99,235,.1);
  padding: .55rem 1.1rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  user-select: none;
}
.channel-badge .ch-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}
.channel-badge .ch-blue   { background: #2563eb; }
.channel-badge .ch-red    { background: #ef4444; }
.channel-badge .ch-green  { background: #22c55e; }
.channel-badge .ch-orange { background: #f97316; }
.channel-badge .ch-purple { background: #7c3aed; }
.channel-badge .ch-yellow { background: #eab308; }
.channel-badge .ch-pink   { background: #ec4899; }
.marquee-track--reverse {
  animation: marqueeScrollReverse 38s linear infinite;
}
.marquee-track--reverse.paused { animation-play-state: paused; }
@keyframes marqueeScrollReverse {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.channels-section .marquee-wrapper { margin-bottom: .6rem; }

/* ---------- Movie Slider ---------- */
.movies-section {
  padding: 3rem 0 4rem;
  overflow: hidden;
  background: var(--bg);
}
.movies-section .section-label {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1.5rem;
}
.movies-track-wrapper {
  overflow: hidden;
  position: relative;
}
.movies-track-wrapper::before,
.movies-track-wrapper::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.movies-track-wrapper::before { left: 0; background: linear-gradient(to right, var(--bg), transparent); }
.movies-track-wrapper::after  { right: 0; background: linear-gradient(to left,  var(--bg), transparent); }
.movies-track {
  display: flex;
  gap: 1rem;
  animation: marqueeScroll 28s linear infinite;
  width: max-content;
  padding: .5rem 0;
}
.movies-track.paused { animation-play-state: paused; }
.movie-card {
  width: 145px;
  flex-shrink: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform .3s;
  cursor: pointer;
}
.movie-card:hover { transform: scale(1.05); }
.movie-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  display: block;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- Reviews ---------- */
#avis { background: var(--bg-white); }
#avis .h2 { text-align: center; margin-bottom: .5rem; }
#avis .sub { text-align: center; }
.reviews-outer {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 1rem 0 1.5rem;
  cursor: grab;
}
.reviews-outer::-webkit-scrollbar { display: none; }
.reviews-outer.grabbing { cursor: grabbing; }
.reviews-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  padding: 0 1rem;
}
.review-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  min-width: 290px;
  max-width: 310px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,0.05);
}
.review-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: .8rem;
  letter-spacing: .05em;
}
.review-text { color: var(--text); font-size: .93rem; line-height: 1.65; margin-bottom: 1.2rem; }
.review-author { display: flex; align-items: center; gap: .8rem; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--light);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .88rem;
  color: var(--primary);
  flex-shrink: 0;
}
.review-info { display: flex; flex-direction: column; }
.review-name { font-weight: 600; font-size: .9rem; }
.review-verified { font-size: .78rem; color: var(--green); display: flex; align-items: center; gap: .3rem; margin-top: .15rem; }

/* Legacy testi (hidden when new reviews present) */
.testis { display: none; }
.testi { display: none; }

/* ---------- Garanties ---------- */
#garanties .card h3 { margin-bottom: .5rem; color: var(--text); }

/* ---------- Revendeur teaser ---------- */
#revendeur-teaser { text-align: center; }
#revendeur-teaser p { margin: 1rem auto; color: var(--muted); max-width: 560px; }

/* ---------- FAQ ---------- */
#faq { text-align: center; }
#faq .h2 { margin-bottom: 2.5rem; }
.faq-list { text-align: left; max-width: 750px; margin: 0 auto; }
.faq {
  border-top: 1px solid #e2e8f0;
  background: transparent;
  border-radius: 0;
  padding: 1.25rem 0;
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.faq:last-child { border-bottom: 1px solid #e2e8f0; }
.faq summary {
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--primary);
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform .3s;
}
details[open] > summary::after { transform: rotate(45deg); }
.faq p { margin-top: .8rem; color: var(--muted); font-size: .95rem; padding-right: 2rem; }

/* ---------- WhatsApp CTA Card ---------- */
.wa-cta-section { padding: 2rem 0 3rem; }
.wa-card {
  background: #f0f4ff;
  border: 1px solid #dbeafe;
  border-radius: 1.5rem;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.wa-icon { flex-shrink: 0; display: flex; align-items: center; }
.wa-text { flex: 1; min-width: 200px; }
.wa-text h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: .3rem; }
.wa-text p { color: var(--muted); font-size: .93rem; }
.btn--wa {
  background: #22c55e;
  color: #fff;
  padding: .8rem 1.8rem;
  border-radius: 2rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all .25s;
  flex-shrink: 0;
  display: inline-block;
}
.btn--wa:hover { background: #16a34a; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(34,197,94,.3); }

/* ---------- Contact ---------- */
.contact-list { list-style: none; }
.contact-list li { margin-bottom: .8rem; font-size: 1rem; display: flex; align-items: center; gap: .55rem; }
.contact-list li svg { width: 20px; height: 20px; flex-shrink: 0; stroke: var(--primary); }
.contact-list li svg[fill="#25d366"] { stroke: none; }
.contact-list a { color: var(--primary); text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.footer {
  background: var(--bg-white);
  border-top: 1px solid #e2e8f0;
  padding: 2.5rem 0;
  text-align: center;
}
.foot { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.footer p { color: var(--muted); font-size: .88rem; }
.footer nav { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.footer nav a { color: var(--muted); text-decoration: none; font-size: .86rem; transition: color .2s; }
.footer nav a:hover { color: var(--text); }

/* ---------- WhatsApp Floating ---------- */
.whatsapp-float {
  position: fixed; bottom: 76px; right: 18px;
  background: #25d366;
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,.5);
  z-index: 1000; text-decoration: none;
  transition: transform .3s, box-shadow .3s;
}
.whatsapp-float svg { width: 30px; height: 30px; }
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 6px 28px rgba(37,211,102,.65); }

/* ---------- Sticky Bar ---------- */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; width: 100%;
  background: var(--bg-white);
  border-top: 1px solid #e2e8f0;
  padding: .75rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
.sticky-bar a { font-weight: 600; text-decoration: none; color: var(--text); font-size: .9rem; }

/* ---------- Shimmer ---------- */
.shimmer {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: hidden;
}
.shimmer::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.5) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: shimmer-move 3s infinite;
  pointer-events: none;
}
@keyframes shimmer-move {
  0%   { transform: translateX(-100%); }
  50%  { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

/* ---------- Menu Responsive ---------- */
@media (max-width: 768px) {
  .menu {
    display: none; flex-direction: column; gap: .8rem;
    background: var(--bg-white);
    padding: 1.2rem 1.5rem;
    position: absolute; top: 57px; right: 0; left: 0;
    box-shadow: var(--shadow-md);
    z-index: 999;
  }
  .menu.show { display: flex; }
  .hamburger { display: flex; }
  .devices-grid { grid-template-columns: repeat(2, 1fr); }
  .btn--cta-nav { display: none; }
}

/* ---------- Mobile ---------- */
@media (max-width: 480px) {
  html, body { font-size: 15px; overflow-x: hidden; }
  .hero { padding: 4.5rem 1rem 4rem; }
  .hero-float--play   { width: 44px; height: 44px; font-size: 1.1rem; bottom: 14%; left: 2%; }
  .hero-float--tv     { width: 50px; height: 50px; font-size: 1.3rem; top: 5%; right: 2%; background: linear-gradient(135deg, #ff8fa3, #ff4d6d); }
  .hero-float--circle { width: 32px; height: 32px; top: 8%;  right: 10%; }
  .hero-float--dot    { width: 20px; height: 20px; top: 28%; left: 4%; }
  .hero-float--sport  { width: 42px; height: 42px; font-size: .5rem; bottom: 6%; left: 4%; }
  .cta { flex-direction: column; align-items: center; }
  .btn { width: 100%; text-align: center; }
  .trust-bar__inner { gap: 1rem; }
  .trust-item { font-size: .8rem; }
  .grid-3 { grid-template-columns: 1fr; gap: 1rem; }
  .devices-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .card { padding: 1.4rem; }
  .steps { flex-direction: column; gap: 1.5rem; }
  .comparatif { font-size: .8rem; }
  .comparatif th, .comparatif td { padding: .55rem; }
  .sticky-bar { flex-direction: column; gap: .5rem; padding: .8rem 1rem; text-align: center; }
  .sticky-bar a { width: 100%; }
  .whatsapp-float { bottom: 90px; right: 12px; width: 48px; height: 48px; font-size: 1.3rem; }
  .footer nav { flex-direction: column; gap: .5rem; }
  .wa-card { flex-direction: column; text-align: center; }
  .tab-content.active { display: flex; flex-direction: column; align-items: center; }
  .pricing { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; }
  .p-card { width: 95%; max-width: 380px; }
  .movie-card { width: 112px; }
  .movie-card img { height: 158px; }
  .review-card { min-width: 260px; }
}

@media (min-width: 481px) and (max-width: 768px) {
  .hero { padding: 5rem 1.5rem; }
  .devices-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .footer nav { flex-wrap: wrap; gap: .8rem; }
}
