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

:root {
  --yellow: #F5E12A;
  --yellow-dark: #d4c200;
  --black: #0a0a0a;
  --dark: #111111;
  --card: #181818;
  --card2: #1e1e1e;
  --border: rgba(255,255,255,0.07);
  --text: #e8e8e8;
  --muted: #888;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'Barlow', sans-serif;
  --font-cond: 'Barlow Condensed', sans-serif;

  --light-bg: #ffffff;
  --light-alt: #f4f4f4;
  --light-card: #ffffff;
  --light-card2: #f0f0f0;
  --light-border: rgba(0,0,0,0.08);
  --light-text: #111111;
  --light-muted: #666666;
}

/* ── SECTIONS BLANCHES ── */
.section-light {
  background: var(--light-bg) !important;
  color: var(--light-text) !important;
  border-top: 1px solid var(--light-border) !important;
}
.section-light .section-eyebrow { color: #c9a800; }
.section-light .section-title { color: var(--light-text); }
.section-light .section-title span { color: #c9a800; }
.section-light p, .section-light .yt-desc { color: var(--light-muted); }

.section-light .about-text p { color: var(--light-muted); }
.section-light .value-item {
  background: var(--light-alt);
  border-left-color: #c9a800;
}
.section-light .value-icon { background: rgba(197,160,0,0.1); }
.section-light .value-item h4 { color: var(--light-text); }
.section-light .value-item p { color: var(--light-muted); }
.section-light .about-img-number { color: rgba(0,0,0,0.04); }

.section-light .formats-grid { background: var(--light-border); }
.section-light .format-card { background: var(--light-card); }
.section-light .format-card:hover { background: var(--light-alt); }
.section-light .format-card::after { background: #c9a800; }
.section-light .format-card h3 { color: var(--light-text); }
.section-light .format-card p { color: var(--light-muted); }
.section-light .format-icon { background: rgba(197,160,0,0.1); }
.section-light .format-badge { color: #c9a800; }

.section-light .calendar-wrap {
  background: var(--light-card);
  border-color: var(--light-border);
}
.section-light .calendar-header {
  background: var(--light-alt);
  border-bottom-color: var(--light-border);
}
.section-light .calendar-header span { color: #c9a800; }
.section-light .cal-day { border-right-color: var(--light-border); }
.section-light .cal-day:hover { background: rgba(197,160,0,0.04); }
.section-light .cal-day.active { background: rgba(197,160,0,0.06); }
.section-light .cal-day.active::before { background: #c9a800; }
.section-light .cal-day-name { color: var(--light-muted); }
.section-light .cal-day-content { color: var(--light-text); }
.section-light .cal-day.active .cal-day-name { color: #c9a800; }
.section-light .cal-tag {
  background: rgba(197,160,0,0.1);
  color: #c9a800;
}

.section-light .stats-grid { background: var(--light-border); }
.section-light .stat-card { background: var(--light-card); }
.section-light .stat-number { color: var(--light-text); }
.section-light .stat-label { color: var(--light-muted); }
.section-light .stat-card::before {
  background: radial-gradient(circle at 50% 0%, rgba(197,160,0,0.08) 0%, transparent 60%);
}
.section-light .media-bar {
  border-top-color: var(--light-border);
  border-bottom-color: var(--light-border);
}
.section-light .media-bar p { color: var(--light-muted); }
.section-light .media-logos span { color: rgba(0,0,0,0.18); }
.section-light .media-logos span:hover { color: rgba(0,0,0,0.45); }

.section-light .newsletter-box {
  background: var(--light-alt);
  border-color: var(--light-border);
}
.section-light .newsletter-box::before { background: #c9a800; }
.section-light .newsletter-box p { color: var(--light-muted); }
.section-light .newsletter-form input {
  background: #fff;
  border-color: var(--light-border);
  color: var(--light-text);
}
.section-light .newsletter-form input::placeholder { color: #aaa; }
.section-light .newsletter-form input:focus { border-color: #c9a800; }

.section-light .partners-intro p { color: var(--light-muted); }
.section-light .partners-benefits { background: var(--light-border); }
.section-light .benefit-card { background: var(--light-card); }
.section-light .benefit-card:hover { background: var(--light-alt); }
.section-light .benefit-card h4 { color: var(--light-text); }
.section-light .benefit-card p { color: var(--light-muted); }
.section-light .benefit-card .benefit-icon { background: rgba(197,160,0,0.1); }
.section-light .testimonial {
  background: var(--light-alt);
  border-color: var(--light-border);
}
.section-light .testimonial p { color: var(--light-text); }
.section-light .testimonial-author strong { color: var(--light-text); }
.section-light .testimonial-author span { color: #c9a800; }
.section-light .testimonial::before { color: #c9a800; opacity: .25; }
.section-light .sponsor-bar { border-top-color: var(--light-border); }
.section-light .sponsor-bar p { color: var(--light-muted); }
.section-light .sponsor-logos span { color: rgba(0,0,0,0.15); }
.section-light .sponsor-logos span:hover { color: rgba(0,0,0,0.4); }

.section-light .blog-card {
  background: var(--light-card);
  border-color: var(--light-border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.section-light .blog-card:hover { border-color: rgba(197,160,0,0.3); }
.section-light .blog-card-img { background: linear-gradient(135deg, #e8e8e8, #d8d8d8); }
.section-light .blog-card-body h3 { color: var(--light-text); }
.section-light .blog-card-body p { color: var(--light-muted); }
.section-light .blog-meta { color: var(--light-muted); }

.section-light .faq-list { background: var(--light-border); }
.section-light .faq-item { background: var(--light-card); }
.section-light .faq-question { color: var(--light-text); }
.section-light .faq-question:hover { background: var(--light-alt); }
.section-light .faq-question.active { color: #c9a800; }
.section-light .faq-chevron { color: #c9a800; }
.section-light .faq-answer-inner {
  color: var(--light-muted);
  border-top-color: var(--light-border);
}

.section-light .form-group label { color: var(--light-muted); }
.section-light .form-group input,
.section-light .form-group textarea {
  background: var(--light-alt);
  border-color: var(--light-border);
  color: var(--light-text);
}
.section-light .form-group input::placeholder,
.section-light .form-group textarea::placeholder { color: #aaa; }
.section-light .form-group input:focus,
.section-light .form-group textarea:focus { border-color: #c9a800; }
.section-light .contact-card {
  background: var(--light-alt);
  border-color: var(--light-border);
}
.section-light .contact-card h4 { color: var(--light-muted); }
.section-light .contact-card p { color: var(--light-text); }
.section-light .contact-card a { color: var(--light-text); }
.section-light .contact-card a:hover { color: #c9a800; }
.section-light .contact-card-icon { background: rgba(197,160,0,0.1); color: #c9a800; }
.section-light .resources-box {
  background: var(--light-alt);
  border-color: var(--light-border);
}
.section-light .resources-box h4 { color: var(--light-muted); }
.section-light .resources-box a { color: #c9a800; }
.section-light .resources-box a:hover { color: var(--light-text); }

.section-light .yt-featured {
  background: var(--light-alt);
  border-color: var(--light-border);
}
.section-light .yt-featured-info h3 { color: var(--light-text); }
.section-light .yt-featured-info p { color: var(--light-muted); }
.section-light .yt-featured-meta { color: var(--light-muted); }
.section-light .yt-card {
  background: var(--light-card);
  border-color: var(--light-border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.section-light .yt-card:hover { border-color: rgba(255,0,0,0.2); }
.section-light .yt-card-body h4 { color: var(--light-text); }
.section-light .yt-card-date { color: var(--light-muted); }
.section-light .yt-card-thumb-more { background: linear-gradient(135deg, #ececec, #e0e0e0); }
.section-light .yt-more-inner span { color: rgba(0,0,0,0.35); }
.section-light .yt-card-all:hover .yt-more-inner span { color: #c9a800; }
.section-light .yt-cta-bar {
  background: var(--light-alt);
  border-color: var(--light-border);
  border-left-color: #FF0000;
}
.section-light .yt-cta-text strong { color: var(--light-text); }
.section-light .yt-cta-text span { color: var(--light-muted); }

.section-light .btn-primary {
  background: #111;
  color: #fff;
}
.section-light .btn-primary:hover { background: #333; }

.section-light .section-eyebrow,
.section-light .format-badge,
.section-light .cal-tag,
.section-light .yt-badge { color: #b39200; }

.section-light + section:not(.section-light),
section:not(.section-light) + .section-light {
  border-top: none;
}

.section-light .btn-outline {
  color: #111;
  border-color: #111;
}
.section-light .btn-outline:hover { background: #111; color: #fff; }

.section-light .about-img-caption { background: rgba(0,0,0,0.85); }

html { scroll-behavior: smooth; }

body.charlii-lp {
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  overflow-x: hidden;
  letter-spacing: -0.01em;
}

/* ── NAV ── */
.charlii-lp nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 68px;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: background .3s;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-logo .logo-main {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--yellow);
  letter-spacing: 1.5px;
}
.nav-logo .logo-sub {
  font-family: var(--font-cond);
  font-size: 9px;
  letter-spacing: 2.5px;
  color: var(--muted);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-family: var(--font-cond);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color .2s;
}
.nav-links a:hover { color: #fff; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 22px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, transform .15s;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.btn-primary:hover { background: #fff; transform: translateY(-1px); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--yellow);
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 28px;
  border: 1.5px solid var(--yellow);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.btn-outline:hover { background: var(--yellow); color: var(--black); }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(245,225,42,0.06) 0%, transparent 70%),
    linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0.8) 100%),
    #0a0a0a;
  z-index: 0;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-bg::after {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(245,225,42,0.08) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 1; max-width: 800px; }

.hero-eyebrow {
  font-family: var(--font-cond);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp .6s .2s forwards;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(64px, 11vw, 118px);
  line-height: .92;
  letter-spacing: 1.5px;
  color: #fff;
  opacity: 0;
  animation: fadeUp .7s .3s forwards;
}
.hero-title span { color: var(--yellow); display: block; }

.hero-sub {
  font-size: 14px;
  color: var(--muted);
  max-width: 480px;
  margin: 22px auto 38px;
  line-height: 1.65;
  opacity: 0;
  animation: fadeUp .7s .5s forwards;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .7s .65s forwards;
}

.hero-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
  opacity: 0;
  animation: fadeUp .7s .8s forwards;
}
.hero-socials a {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
  transition: all .2s;
  font-size: 15px;
}
.hero-socials a:hover { border-color: var(--yellow); color: var(--yellow); }

.scroll-indicator {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s 1.2s forwards;
}
.scroll-indicator span {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--yellow), transparent);
  animation: scrollPulse 1.8s infinite;
}

/* ── SECTION BASE ── */
.charlii-lp section { padding: 100px 48px; }

.container { max-width: 1100px; margin: 0 auto; }

.section-eyebrow {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1;
  color: #fff;
  margin-bottom: 18px;
}
.section-title span { color: var(--yellow); }

/* ── À PROPOS ── */
.about {
  background: var(--dark);
  border-top: 1px solid var(--border);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-img-wrap { position: relative; }

.about-img-frame {
  position: relative;
  aspect-ratio: 3/4;
  max-width: 420px;
  overflow: hidden;
}

.about-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.about-img-frame::before {
  content: '';
  position: absolute;
  top: -4px; left: -4px;
  width: 60px; height: 60px;
  border-top: 3px solid var(--yellow);
  border-left: 3px solid var(--yellow);
  z-index: 2;
}
.about-img-frame::after {
  content: '';
  position: absolute;
  bottom: -4px; right: -4px;
  width: 60px; height: 60px;
  border-bottom: 3px solid var(--yellow);
  border-right: 3px solid var(--yellow);
  z-index: 2;
}

.about-img-caption {
  background: rgba(10,10,10,0.9);
  padding: 12px 16px;
  width: 100%;
}
.about-img-caption .name {
  font-family: var(--font-cond);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.about-img-caption .role {
  font-family: var(--font-cond);
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--yellow);
  text-transform: uppercase;
}

.about-img-number {
  position: absolute;
  top: -20px; right: -20px;
  font-family: var(--font-display);
  font-size: 120px;
  color: rgba(245,225,42,0.05);
  line-height: 1;
  pointer-events: none;
}

.about-text .section-title { margin-bottom: 16px; }
.about-text p { color: var(--muted); line-height: 1.7; margin-bottom: 28px; font-size: 14px; }

.about-values {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: var(--card);
  border-left: 2px solid var(--yellow);
}

.value-icon {
  width: 36px; height: 36px;
  background: rgba(245,225,42,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--yellow);
  flex-shrink: 0;
  font-size: 16px;
}

.value-item h4 {
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3px;
}
.value-item p { font-size: 12px; color: var(--muted); margin: 0; }

/* ── FORMATS ── */
.formats { background: var(--black); }

.formats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 56px;
  background: var(--border);
}

.format-card {
  background: var(--card);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: background .25s;
}
.format-card:hover { background: var(--card2); }

.format-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.format-card:hover::after { transform: scaleX(1); }

.format-icon {
  width: 48px; height: 48px;
  background: rgba(245,225,42,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--yellow);
  font-size: 20px;
  margin-bottom: 20px;
}

.format-card h3 {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 8px;
}

.format-card p { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 18px; }

.format-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--yellow);
}

/* ── CALENDRIER ── */
.planning {
  background: var(--dark);
  border-top: 1px solid var(--border);
}

.calendar-wrap {
  margin-top: 48px;
  background: var(--card);
  border: 1px solid var(--border);
  overflow: hidden;
}

.calendar-header {
  background: var(--card2);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border);
}

.calendar-header span {
  font-family: var(--font-cond);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--yellow);
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.cal-day {
  padding: 24px 16px;
  border-right: 1px solid var(--border);
  position: relative;
  transition: background .2s;
}
.cal-day:last-child { border-right: none; }
.cal-day:hover { background: rgba(245,225,42,0.03); }

.cal-day.active { background: rgba(245,225,42,0.05); }
.cal-day.active::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--yellow);
}

.cal-day-name {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.cal-day-content {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.cal-day.active .cal-day-name { color: var(--yellow); }

.cal-tag {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--font-cond);
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 7px;
  background: rgba(245,225,42,0.1);
  color: var(--yellow);
}

/* ── YOUTUBE ── */
.youtube-section {
  background: var(--black);
  border-top: 1px solid var(--border);
}

.yt-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.yt-desc {
  color: var(--muted);
  font-size: 14px;
  max-width: 520px;
  margin-top: 12px;
  line-height: 1.65;
}

.btn-yt-sub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FF0000;
  color: #fff;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, transform .15s;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  flex-shrink: 0;
}
.btn-yt-sub:hover { background: #cc0000; transform: translateY(-1px); }

.yt-featured {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 32px;
  background: var(--card);
  border: 1px solid var(--border);
  overflow: hidden;
}

.yt-featured-embed {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  cursor: pointer;
}
.yt-featured-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.yt-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background: #000 center/cover no-repeat;
  cursor: pointer;
}
.yt-facade::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 68px; height: 48px;
  background: rgba(255,0,0,0.9);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 12px;
}
.yt-facade::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-40%, -50%);
  z-index: 2;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #fff;
}
.yt-facade:hover::after { background: #FF0000; }

.yt-featured-info { padding: 32px 32px 32px 0; }

.yt-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,0,0,0.12);
  color: #FF4444;
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 16px;
  border: 1px solid rgba(255,0,0,0.2);
}

.yt-featured-info h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  color: #fff;
  margin-bottom: 14px;
}
.yt-featured-info h3 span { color: var(--yellow); }

.yt-featured-info p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.yt-featured-meta {
  display: flex;
  gap: 20px;
  font-family: var(--font-cond);
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--muted);
  text-transform: uppercase;
}

.yt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.yt-card {
  background: var(--card);
  border: 1px solid var(--border);
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: border-color .25s, transform .25s;
}
.yt-card:hover { border-color: rgba(255,0,0,0.3); transform: translateY(-3px); }

.yt-card-thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: #111;
  overflow: hidden;
}

.yt-card-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.yt-card:hover .yt-card-thumb img { transform: scale(1.04); }

.yt-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity .25s;
}
.yt-play-btn svg {
  width: 52px; height: 52px;
  background: rgba(255,0,0,0.9);
  border-radius: 50%;
  padding: 14px;
  color: #fff;
}
.yt-card:hover .yt-play-btn { opacity: 1; }

.yt-duration {
  position: absolute;
  bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
}

.yt-card-body { padding: 16px; }

.yt-card-body h4 {
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 6px;
}

.yt-card-date {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: .8px;
  color: var(--muted);
  text-transform: uppercase;
}

.yt-card-thumb-more {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.yt-more-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.yt-more-inner span {
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}
.yt-card-all:hover .yt-more-inner span { color: var(--yellow); }

.yt-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 3px solid #FF0000;
  padding: 24px 32px;
}

.yt-cta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.yt-cta-text strong {
  font-family: var(--font-cond);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
}
.yt-cta-text span { font-size: 13px; color: var(--muted); }

@media (max-width: 900px) {
  .yt-featured { grid-template-columns: 1fr; }
  .yt-featured-info { padding: 24px; }
  .yt-grid { grid-template-columns: 1fr; }
  .yt-header { flex-direction: column; align-items: flex-start; }
  .yt-cta-bar { flex-direction: column; align-items: flex-start; }
}

/* ── STATS ── */
.stats { background: var(--black); }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
  margin-top: 56px;
  margin-bottom: 56px;
}

.stat-card {
  background: var(--card);
  padding: 40px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(245,225,42,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s;
}
.stat-card:hover::before { opacity: 1; }

.stat-icon {
  font-size: 24px;
  color: var(--yellow);
  margin-bottom: 16px;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 48px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-number span { color: var(--yellow); }

.stat-label {
  font-family: var(--font-cond);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
}

.media-bar {
  text-align: center;
  padding: 36px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.media-bar p {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}

.media-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.media-logos span {
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.15);
  text-transform: uppercase;
  transition: color .2s;
}
.media-logos span:hover { color: rgba(255,255,255,0.4); }

/* ── NEWSLETTER ── */
.newsletter { background: var(--dark); }

.newsletter-box {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.newsletter-box::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 200px; height: 1px;
  background: var(--yellow);
}

.newsletter-box .section-title { font-size: clamp(32px, 4.5vw, 50px); }

.newsletter-box p {
  color: var(--muted);
  max-width: 460px;
  margin: 14px auto 32px;
  font-size: 14px;
}

.newsletter-form {
  display: flex;
  gap: 0;
  max-width: 480px;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-right: none;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  padding: 14px 20px;
  outline: none;
  transition: border-color .2s;
}
.newsletter-form input::placeholder { color: var(--muted); }
.newsletter-form input:focus { border-color: var(--yellow); }

.newsletter-form button {
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}
.newsletter-form button:hover { background: #fff; }
.newsletter-form button[disabled] { opacity: .6; cursor: wait; }

/* ── PARTENAIRES ── */
.partners { background: var(--black); }

.partners-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 56px;
}

.partners-intro p { color: var(--muted); line-height: 1.7; font-size: 14px; }

.partners-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--border);
}

.benefit-card {
  background: var(--card);
  padding: 24px 20px;
  transition: background .2s;
}
.benefit-card:hover { background: var(--card2); }

.benefit-card .benefit-icon {
  width: 36px; height: 36px;
  background: rgba(245,225,42,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--yellow);
  font-size: 16px;
  margin-bottom: 12px;
}

.benefit-card h4 {
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.benefit-card p { font-size: 12px; color: var(--muted); line-height: 1.6; }

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}

.testimonial {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 32px;
  position: relative;
}

.testimonial::before {
  content: '"';
  font-family: var(--font-display);
  font-size: 72px;
  color: var(--yellow);
  opacity: .3;
  line-height: 1;
  position: absolute;
  top: 14px; left: 20px;
}

.testimonial p {
  font-style: italic;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 20px;
  padding-top: 18px;
  font-size: 14px;
}

.testimonial-author strong {
  display: block;
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #fff;
}
.testimonial-author span {
  font-size: 11px;
  color: var(--yellow);
  font-family: var(--font-cond);
  letter-spacing: .8px;
}

.sponsor-bar {
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid var(--border);
  text-align: center;
}
.sponsor-bar p {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
}
.sponsor-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.sponsor-logos span {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.12);
  text-transform: uppercase;
  transition: color .2s;
}
.sponsor-logos span:hover { color: rgba(255,255,255,0.35); }

/* ── BLOG ── */
.blog { background: var(--dark); border-top: 1px solid var(--border); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.blog-card {
  background: var(--card);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform .25s, border-color .25s;
  display: block;
  text-decoration: none;
}
.blog-card:hover { transform: translateY(-4px); border-color: rgba(245,225,42,0.2); }

.blog-card-img {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a1a1a, #252525);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.blog-card-img .blog-tag {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
}

.blog-card-body { padding: 20px; }

.blog-card-body h3 {
  font-family: var(--font-cond);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.blog-card-body p { font-size: 12px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: .8px;
  color: var(--muted);
  text-transform: uppercase;
}

.blog-cta { text-align: center; margin-top: 40px; }

/* ── FAQ ── */
.faq { background: var(--black); }

.faq-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--border);
}

.faq-item {
  background: var(--card);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-family: var(--font-cond);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 20px 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  letter-spacing: .3px;
  transition: background .2s;
}
.faq-question:hover { background: var(--card2); }
.faq-question.active { color: var(--yellow); }

.faq-chevron {
  width: 22px; height: 22px;
  flex-shrink: 0;
  color: var(--yellow);
  transition: transform .3s;
  display: flex; align-items: center; justify-content: center;
}
.faq-question.active .faq-chevron { transform: rotate(180deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-answer.open { max-height: 400px; }

.faq-answer-inner {
  padding: 0 28px 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

/* ── CONTACT ── */
.contact { background: var(--dark); border-top: 1px solid var(--border); }

.contact-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-form { display: flex; flex-direction: column; gap: 16px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group { display: flex; flex-direction: column; gap: 6px; }

.form-group label {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
}

.form-group input,
.form-group textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: #fff;
  font-family: var(--font-body);
  font-size: 13px;
  padding: 12px 14px;
  outline: none;
  transition: border-color .2s;
  resize: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.2); }
.form-group input:focus,
.form-group textarea:focus { border-color: var(--yellow); }

.charlii-hp { position: absolute !important; left: -9999px !important; }

.form-feedback {
  font-family: var(--font-cond);
  font-size: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;
  min-height: 18px;
}
.form-feedback.is-ok { color: var(--yellow); }
.form-feedback.is-error { color: #ff6b6b; }
.section-light .form-feedback.is-ok { color: #b39200; }

.contact-info { display: flex; flex-direction: column; gap: 16px; }

.contact-card {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-card-icon {
  width: 40px; height: 40px;
  background: rgba(245,225,42,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--yellow);
  font-size: 16px;
  flex-shrink: 0;
}

.contact-card h4 {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.contact-card p { font-size: 13px; color: #fff; }
.contact-card a { color: #fff; text-decoration: none; }
.contact-card a:hover { color: var(--yellow); }

.resources-box {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 24px;
  margin-top: 16px;
}

.resources-box h4 {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.resources-box ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.resources-box li { display: flex; align-items: center; gap: 8px; }
.resources-box a {
  font-size: 12px;
  color: var(--yellow);
  text-decoration: none;
  font-family: var(--font-cond);
  letter-spacing: .4px;
  transition: color .2s;
  display: flex; align-items: center; gap: 6px;
}
.resources-box a:hover { color: #fff; }

/* ── FOOTER ── */
.charlii-lp footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 48px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-logo .logo-main {
  font-family: var(--font-display);
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.5px;
}
.footer-logo .logo-main span { color: var(--yellow); }
.footer-logo .logo-by {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}

.footer-socials { display: flex; gap: 12px; }
.footer-socials a {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  transition: all .2s;
}
.footer-socials a:hover { border-color: var(--yellow); color: var(--yellow); }

.footer-copy {
  font-family: var(--font-cond);
  font-size: 11px;
  letter-spacing: .8px;
  color: var(--muted);
}

/* ── ACCESSIBILITÉ ── */
.charlii-lp a:focus-visible,
.charlii-lp button:focus-visible,
.charlii-lp input:focus-visible,
.charlii-lp textarea:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 2px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--yellow);
  color: var(--black);
  padding: 10px 16px;
  z-index: 999;
  font-family: var(--font-cond);
  text-transform: uppercase;
}
.skip-link:focus { left: 0; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes scrollPulse {
  0%, 100% { opacity: .3; }
  50% { opacity: 1; }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .charlii-lp *,
  .charlii-lp *::before,
  .charlii-lp *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero-eyebrow, .hero-title, .hero-sub, .hero-actions, .hero-socials, .scroll-indicator { opacity: 1; }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .charlii-lp nav { padding: 0 24px; }
  .nav-links { display: none; }
  .charlii-lp section { padding: 80px 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-img-frame { max-width: 100%; }
  .about-img-number { display: none; }
  .formats-grid { grid-template-columns: 1fr; }
  .calendar-days { grid-template-columns: repeat(4, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-intro { grid-template-columns: 1fr; gap: 40px; }
  .partners-benefits { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .newsletter-box { padding: 40px 24px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input { border-right: 1px solid var(--border); }
  .newsletter-form button { width: 100%; }
}

@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .calendar-days { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 72px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
