/* =====================================================
   PURE IPTV OFFICIEL - Stylesheet (Static / No Effects)
   pureiptvofficiel.fr
   ===================================================== */



/* ── VARIABLES ────────────────────────────────────── */
:root {
  --blue:       #2563eb;
  --blue-dark:  #1d4ed8;
  --blue-light: #eff6ff;
  --blue-border:#dbeafe;
  --green:      #16a34a;
  --green-light:#dcfce7;
  --text:       #111827;
  --text-2:     #6b7280;
  --text-3:     #9ca3af;
  --border:     #e5e7eb;
  --bg:         #ffffff;
  --bg-alt:     #f9fafb;
  --bg-dark:    #111827;
  --radius:     8px;
  --font: 'Inter', sans-serif;
}

/* ── RESET ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; font-size: 16px; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── ANNOUNCEMENT BAR ─────────────────────────────── */
.announcement-bar {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 9px 20px;
  font-size: 0.82rem;
  font-weight: 600;
}
.announcement-bar span {
  font-weight: 800;
  text-decoration: underline;
  margin: 0 4px;
}

/* ── HEADER ───────────────────────────────────────── */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.logo { display: flex; align-items: center; }
.logo-img { height: 64px; width: auto; display: block; }
footer .logo-img { height: 56px; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  padding: 7px 13px;
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--text-2);
  border-radius: var(--radius);
}
.nav-links a:hover { color: var(--blue); }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; cursor: pointer; border: none; background: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }


/* ── SECTIONS ─────────────────────────────────────── */
section { padding: 64px 20px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.2;
}
.section-title .highlight { color: var(--blue); }
.section-subtitle {
  font-size: 0.97rem;
  color: var(--text-2);
  max-width: 580px;
  line-height: 1.7;
}
.text-center { text-align: center; }
.text-center .section-subtitle { margin: 0 auto; }

/* ── HERO ─────────────────────────────────────────── */
.hero {
  padding: 56px 20px 72px;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 16px;
}
.hero-title .highlight { color: var(--blue); }
.hero-description { font-size: 0.97rem; color: var(--text-2); line-height: 1.75; margin-bottom: 24px; }
.hero-stats { display: flex; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-number { display: block; font-size: 1.3rem; font-weight: 800; color: var(--blue); }
.stat-label { font-size: 0.7rem; color: var(--text-3); font-weight: 500; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-hero-primary {
  display: inline-block; padding: 12px 24px;
  background: var(--blue); color: #fff;
  border-radius: var(--radius); font-size: 0.95rem; font-weight: 700;
}
.btn-hero-secondary {
  display: inline-block; padding: 12px 24px;
  background: #fff; color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: var(--radius); font-size: 0.95rem; font-weight: 600;
}

/* Hero card */
.hero-visual { }
.hero-card {
  background: #fff;
  border: none;
  padding: 0;
}
.hero-logo-showcase {
  background: #fff;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}
.hero-featured-img { width: 100%; max-width: 440px; height: auto; margin: 0 auto; }
.hero-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hero-feat-item {
  background: var(--blue-light);
  border: 1px solid var(--blue-border);
  border-radius: var(--radius);
  padding: 7px 10px;
  font-size: 0.77rem; font-weight: 600; color: var(--blue-dark);
}
.floating-badge { display: none; } /* removed floating effects */

/* ── STEPS ────────────────────────────────────────── */
.steps-section { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.steps-container { position: relative; margin-top: 48px; }
.steps-line {
  position: absolute;
  top: 24px;
  left: 15%; right: 15%;
  height: 2px;
  background: #e2e8f0;
  z-index: 1;
}
.steps-row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 2;
}
.step-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.step-num {
  width: 48px; height: 48px;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(37,99,235,0.25);
}
.step-title { font-size: 0.95rem; font-weight: 700; margin-bottom: 12px; color: var(--text); }
.step-desc { font-size: 0.8rem; color: var(--text-2); line-height: 1.6; max-width: 320px; }
.step-link { color: var(--blue); text-decoration: underline; font-weight: 600; }

/* ── PRICING ──────────────────────────────────────── */
.pricing-section { background: var(--bg-alt); }
.pricing-toggle {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin: 24px 0 40px;
}
.toggle-label { font-weight: 600; color: var(--text-3); font-size: 0.9rem; }
.toggle-label.active { color: var(--text); }
.toggle-switch {
  width: 48px; height: 24px;
  background: var(--border);
  border-radius: 50px; position: relative; cursor: pointer;
}
.toggle-switch.on { background: var(--blue); }
.toggle-switch::after {
  content: ''; position: absolute; top: 3px; left: 3px;
  width: 18px; height: 18px; background: #fff; border-radius: 50%;
}
.toggle-switch.on::after { left: 27px; }
.save-badge {
  background: var(--green-light); color: var(--green);
  padding: 2px 8px; border-radius: 4px;
  font-size: 0.72rem; font-weight: 700;
}
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 28px; }
.pricing-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px 18px; text-align: center;
  position: relative;
}
.pricing-card.featured { border-color: var(--blue); border-width: 2px; }
.best-badge {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff;
  padding: 4px 14px; border-radius: 0 0 6px 6px;
  font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px;
}
.plan-duration { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--blue); margin-bottom: 12px; margin-top: 10px; }
.plan-price { font-size: 2.6rem; font-weight: 900; color: var(--blue); line-height: 1; }
.plan-price sup { font-size: 1.1rem; font-weight: 700; }
.plan-per-month { font-size: 0.76rem; color: var(--text-3); margin: 6px 0 14px; }
.plan-divider { height: 1px; background: var(--border); margin: 12px 0; }
.plan-features { text-align: left; margin-bottom: 20px; }
.plan-features li { display: flex; align-items: center; gap: 8px; font-size: 0.83rem; color: var(--text-2); padding: 4px 0; }
.plan-features li .check { color: var(--green); font-weight: 800; }
.btn-plan {
  display: block; width: 100%; padding: 10px;
  background: var(--blue); color: #fff;
  border-radius: var(--radius); font-weight: 700; font-size: 0.86rem; text-align: center;
}
.pricing-guarantee {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 24px;
}
.guarantee-item { display: flex; align-items: center; gap: 8px; font-size: 0.86rem; font-weight: 600; color: var(--text-2); }

/* ── TRUST ────────────────────────────────────────── */
.trust-section { background: #fff; border-top: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.trust-features { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.trust-feat {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px;
}
.trust-feat-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  background: var(--blue-light); border: 1px solid var(--blue-border);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 800; color: var(--blue);
}
.trust-feat h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 3px; }
.trust-feat p { font-size: 0.82rem; color: var(--text-2); }
.trust-visual img { border-radius: var(--radius); width: 100%; border: 1px solid var(--border); }

/* ── OFFICIAL BANNER ──────────────────────────────── */
.official-banner { background: var(--bg-dark); padding: 72px 20px; }
.banner-content { max-width: 1200px; margin: 0 auto; text-align: center; }
.banner-title { font-size: clamp(1.5rem, 3.2vw, 2.2rem); font-weight: 800; color: #fff; margin-bottom: 16px; }
.banner-description { font-size: 0.95rem; color: #94a3b8; max-width: 800px; margin: 0 auto 24px; line-height: 1.7; }
.banner-domain-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(16, 185, 129, 0.15); border: 1px solid #10b981; color: #34d399;
  padding: 6px 16px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; margin-bottom: 48px;
}
.banner-domain-pill .pill-check { font-weight: 900; }
.banner-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: left; }
.banner-card-item {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 12px;
}
.banner-card-tag {
  display: inline-block; align-self: flex-start;
  font-size: 0.65rem; font-weight: 800; padding: 2px 8px; border-radius: 4px; letter-spacing: 0.5px;
}
.banner-card-tag.yellow  { background: rgba(245,158,11,0.15);  border: 1px solid #f59e0b; color: #fbbf24; }
.banner-card-tag.green   { background: rgba(16,185,129,0.15);  border: 1px solid #10b981; color: #34d399; }
.banner-card-tag.blue    { background: rgba(59,130,246,0.15);  border: 1px solid #3b82f6; color: #60a5fa; }
.banner-card-tag.purple  { background: rgba(139,92,246,0.15);  border: 1px solid #8b5cf6; color: #a78bfa; }
.banner-card-title { font-size: 1.05rem; font-weight: 700; color: #fff; }
.banner-card-desc { font-size: 0.8rem; color: #94a3b8; line-height: 1.6; }

/* ── EUROPE ───────────────────────────────────────── */
.europe-section { background: var(--bg-alt); border-top: 1px solid var(--border); }
.europe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.europe-points { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.europe-point {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 10px 14px;
  font-size: 0.86rem; font-weight: 500;
}
.europe-point .flag { font-size: 1.1rem; }
.europe-point span { color: var(--text-2); }
.europe-img { border-radius: var(--radius); width: 100%; border: 1px solid var(--border); }

/* ── BENEFITS ─────────────────────────────────────── */
.benefits-section { background: #fff; border-top: 1px solid var(--border); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.benefit-card {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px 18px; text-align: center;
}
.benefit-icon {
  width: 48px; height: 48px;
  background: var(--blue-light); border: 1px solid var(--blue-border);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 800; color: var(--blue);
  margin: 0 auto 14px;
}
.benefit-card h3 { font-size: 0.94rem; font-weight: 700; margin-bottom: 7px; }
.benefit-card p { font-size: 0.82rem; color: var(--text-2); line-height: 1.6; }

/* ── DEVICES ──────────────────────────────────────── */
.devices-section { background: var(--bg-alt); border-top: 1px solid var(--border); }
.devices-img { border-radius: var(--radius); max-width: 520px; width: 100%; margin: 28px auto 0; border: 1px solid var(--border); display: block; }
.apps-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.app-logo {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 10px 16px;
  font-size: 0.78rem; font-weight: 600; color: var(--text-2);
  display: flex; align-items: center; gap: 6px;
}

/* ── REVIEWS ──────────────────────────────────────── */
.reviews-section { background: #fff; border-top: 1px solid var(--border); }
.reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.review-card {
  background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px;
}
.review-stars { color: #f59e0b; font-size: 0.95rem; margin-bottom: 8px; }
.review-name { font-size: 0.9rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.review-text { font-size: 0.82rem; color: var(--text-2); line-height: 1.6; }


/* ── FAQ ──────────────────────────────────────────── */
.faq-section { background: var(--bg-alt); border-top: 1px solid var(--border); }
.faq-list { max-width: 780px; margin: 36px auto 0; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-item.open { border-color: var(--blue); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; text-align: left;
  font-size: 0.92rem; font-weight: 600; color: var(--text); background: none; cursor: pointer;
}
.faq-chevron {
  width: 24px; height: 24px;
  background: var(--blue-light); border: 1px solid var(--blue-border);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.68rem; color: var(--blue); flex-shrink: 0; margin-left: 12px;
}
.faq-item.open .faq-chevron { background: var(--blue); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer-inner {
  padding: 14px 20px 16px;
  font-size: 0.87rem; color: var(--text-2); line-height: 1.75;
  border-top: 1px solid var(--border);
}

/* ── CONTACT ──────────────────────────────────────── */
.contact-section { background: #fff; border-top: 1px solid var(--border); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.contact-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px;
}
.contact-card-icon {
  width: 40px; height: 40px; border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; font-weight: 800; flex-shrink: 0;
}
.contact-card-icon.whatsapp { background: #dcfce7; color: #15803d; }
.contact-card-icon.email { background: var(--blue-light); color: var(--blue); }
.contact-card-icon.clock { background: #fef3c7; color: #92400e; }
.contact-card h4 { font-size: 0.86rem; font-weight: 700; margin-bottom: 2px; }
.contact-card p { font-size: 0.8rem; color: var(--text-2); }
.contact-card a { color: var(--blue); font-weight: 600; }
.contact-form {
  background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px;
}
.contact-form h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 20px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text-2); margin-bottom: 5px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 10px 12px;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text); font-family: inherit; font-size: 0.87rem; outline: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); }
.form-group textarea { resize: vertical; min-height: 90px; }
.btn-submit {
  width: 100%; padding: 11px;
  background: var(--blue); color: #fff;
  border-radius: var(--radius); font-weight: 700; font-size: 0.9rem;
}
.form-success {
  display: none; text-align: center; padding: 18px;
  background: var(--green-light); border: 1px solid #bbf7d0;
  border-radius: var(--radius); color: var(--green); font-weight: 600; font-size: 0.88rem;
}

/* ── FOOTER ───────────────────────────────────────── */
footer { background: var(--bg-dark); color: rgba(255,255,255,0.8); padding: 48px 20px 24px; }
.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px;
  padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p { font-size: 0.84rem; color: rgba(255,255,255,0.5); line-height: 1.65; margin: 12px 0 16px; }
.footer-social { display: flex; gap: 8px; }
.social-btn {
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.82rem; color: rgba(255,255,255,0.65);
}
.footer-col h4 { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 0.83rem; color: rgba(255,255,255,0.55); }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom {
  max-width: 1200px; margin: 20px auto 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }

/* ── FLOATING WHATSAPP ────────────────────────────── */
.whatsapp-float { position: fixed; bottom: 20px; right: 20px; z-index: 999; }
.whatsapp-btn {
  background: #25d366;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 0.88rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}


/* ── MOBILE MENU ──────────────────────────────────── */
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 99;
  background: #fff;
  flex-direction: column; align-items: center; justify-content: center; gap: 16px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 1.1rem; font-weight: 600; color: var(--text); padding: 10px 20px; }
.mobile-close { position: absolute; top: 16px; right: 20px; font-size: 1.3rem; color: var(--text); background: none; border: none; cursor: pointer; }

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 1024px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .trust-grid, .europe-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .banner-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  section { padding: 44px 16px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .pricing-grid { grid-template-columns: 1fr; }
  .benefits-grid, .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .devices-img { max-width: 320px; }
  .steps-row { flex-direction: column; gap: 36px; }
  .steps-line { display: none; }
  .step-desc { max-width: 100%; }
  .banner-cards-grid { grid-template-columns: 1fr; }
}
