@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap');

:root {
  --bg: #10001f;
  --bg-2: #1b0431;
  --panel: rgba(255,255,255,.075);
  --panel-strong: rgba(255,255,255,.11);
  --line: rgba(255,255,255,.13);
  --text: #fff;
  --muted: #d9cde6;
  --pink: #ff2e7e;
  --violet: #9a3cff;
  --orange: #ff7a00;
  --gold: #ffd166;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 4%, rgba(154,60,255,.26), transparent 32rem),
    radial-gradient(circle at 91% 18%, rgba(255,46,126,.20), transparent 31rem),
    linear-gradient(180deg, #0e001b 0%, #18022b 45%, #0d0019 100%);
  min-height: 100vh;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .34;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.6) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255,209,102,.4) 0 1px, transparent 1.5px);
  background-position: 0 0, 42px 65px;
  background-size: 95px 95px, 135px 135px;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-tight { padding: 66px 0; }
.section-head { max-width: 750px; margin: 0 auto 46px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.eyebrow, .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  padding: 7px 13px;
  border-radius: 999px;
  color: #ffe8f2;
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: .025em;
}
.eyebrow::before, .badge::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  box-shadow: 0 0 15px var(--orange);
}
h1, h2, h3 { font-family: Poppins, Inter, sans-serif; margin: 0 0 16px; line-height: 1.11; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 7vw, 5.55rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; }
h3 { font-size: 1.23rem; letter-spacing: -.015em; }
p { margin: 0 0 20px; color: var(--muted); text-wrap: pretty; }
.gradient-text {
  background: linear-gradient(95deg, #fff 4%, #ffcae0 34%, #ff7f9d 60%, #ffad4d 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.subhead { font-size: 1.06rem; color: #e6ddec; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12,0,24,.78);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(20px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; white-space: nowrap; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { font-family: Poppins, sans-serif; font-size: 1rem; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.main-nav a { color: #dfd3e9; text-decoration: none; font-size: .88rem; font-weight: 600; }
.main-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.menu-toggle { display: none; border: 0; background: rgba(255,255,255,.1); color: #fff; border-radius: 12px; padding: 9px 11px; font-size: 1.2rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 19px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  font-size: .92rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(100deg, var(--pink), #ff5c66 48%, var(--orange)); box-shadow: 0 12px 35px rgba(255,46,126,.28); }
.btn-secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.17); }
.btn-small { min-height: 42px; padding: 9px 15px; font-size: .82rem; }
.btn-wide { padding-inline: 27px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { padding: 72px 0 62px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .82fr; align-items: center; gap: 55px; }
.hero-copy > p { max-width: 680px; font-size: 1.1rem; }
.hero h1 { margin-top: 18px; }
.hero-art { position: relative; }
.hero-art::before {
  content: ""; position: absolute; inset: 9% 4% 2%;
  border-radius: 42%; background: radial-gradient(circle, rgba(255,46,126,.36), rgba(154,60,255,.12) 53%, transparent 72%); filter: blur(24px);
}
.hero-art img { position: relative; width: min(100%, 530px); margin: auto; max-height: 690px; object-fit: contain; filter: drop-shadow(0 25px 50px rgba(0,0,0,.34)); }
.notice { margin-top: 23px; border: 1px solid rgba(255,209,102,.2); background: rgba(255,209,102,.07); color: #f6e8c2; padding: 13px 16px; border-radius: 14px; font-size: .87rem; }
.stats { display: flex; gap: 12px; margin-top: 19px; flex-wrap: wrap; }
.stat { padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); font-weight: 800; font-size: .88rem; }
.stat strong { color: var(--gold); }

.glass {
  background: linear-gradient(150deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(15px);
}
.feature-band { border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.feature-content { padding: clamp(30px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; }
.feature-media { min-height: 440px; position: relative; overflow: hidden; background: #2a0a3d; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-media.contain img { object-fit: contain; padding: 24px; }
.video-teaser {
  min-height: 330px;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(180deg, transparent 20%, rgba(14,0,27,.86)),
    url('img/final/hero-avenir-creatif.webp') center 26%/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.play { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg,var(--pink),var(--orange)); box-shadow: 0 0 0 9px rgba(255,255,255,.11),0 15px 40px rgba(0,0,0,.34); font-size: 1.65rem; }

.categories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.category-card { border-radius: 22px; overflow: hidden; position: relative; min-height: 310px; background: #2a0a3d; border: 1px solid rgba(255,255,255,.11); box-shadow: 0 16px 50px rgba(0,0,0,.22); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.category-card img { width: 100%; height: 220px; object-fit: cover; transition: transform .4s ease; }
.category-copy { padding: 19px 20px 20px; }
.category-copy p { font-size: .91rem; margin: 0; }
.category-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.22); box-shadow: 0 22px 58px rgba(0,0,0,.3); }
.category-card:hover img { transform: scale(1.025); }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.feature-content > .btn { align-self: flex-start; }


.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { border-radius: 23px; overflow: hidden; }
.step-card img { width: 100%; height: 300px; object-fit: cover; }
.step-copy { padding: 24px; }
.step-num { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: linear-gradient(135deg,var(--pink),var(--orange)); font-weight: 800; margin-bottom: 14px; }

.check-list { margin: 15px 0 24px; padding: 0; list-style: none; display: grid; gap: 11px; }
.check-list li { display: flex; gap: 10px; color: #eee4f5; }
.check-list li::before { content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,209,102,.15); color: var(--gold); font-weight: 900; }

.faq-list { max-width: 880px; margin: auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.055); overflow: hidden; }
.faq-question { width: 100%; color: #fff; border: 0; background: transparent; padding: 20px 22px; font: inherit; font-weight: 800; text-align: left; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq-answer { display: none; padding: 0 22px 20px; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.cta-panel { padding: clamp(35px, 6vw, 72px); border-radius: 30px; text-align: center; background: radial-gradient(circle at 20% 0, rgba(255,46,126,.27), transparent 48%), radial-gradient(circle at 85% 100%, rgba(255,122,0,.2), transparent 45%), rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
.cta-panel p { max-width: 610px; margin-inline: auto; }
.cta-panel .actions { justify-content: center; }

.site-footer { border-top: 1px solid rgba(255,255,255,.09); padding: 34px 0 92px; background: rgba(0,0,0,.12); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: #d9cde6; font-size: .85rem; text-decoration: none; }
.mobile-cta { display: none; position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 12px; }
.mobile-cta .btn { width: 100%; box-shadow: 0 15px 45px rgba(0,0,0,.4); }

/* Sous-pages */
.page-hero { padding: 82px 0 46px; text-align: center; }
.page-hero p { max-width: 720px; margin-inline: auto; font-size: 1.08rem; }
.page-hero .actions { justify-content: center; }
.product-section { margin-bottom: 66px; }
.product-section-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-card { border-radius: 22px; padding: 27px; position: relative; overflow: hidden; }
.product-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,46,126,.13); filter: blur(10px); right: -70px; top: -80px; }
.product-tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(255,209,102,.13); color: var(--gold); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; margin-bottom: 14px; }
.product-meta { display: grid; gap: 8px; margin: 15px 0 22px; font-size: .89rem; color: #e6ddec; }
.product-meta span strong { color: #fff; }
.disclosure { padding: 22px; border-radius: 18px; font-size: .87rem; }

.video-page-note { max-width: 900px; margin: 0 auto 45px; border-radius: 24px; padding: 32px; text-align: center; }
.video-categories { display: grid; gap: 46px; }
.video-category h2 { font-size: clamp(1.6rem, 3vw, 2.45rem); }
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.video-card { aspect-ratio: 9/14; border-radius: 23px; overflow: hidden; text-decoration: none; position: relative; display: flex; align-items: end; padding: 20px; background: linear-gradient(160deg, rgba(154,60,255,.75), rgba(255,46,126,.72) 52%, rgba(255,122,0,.75)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.video-card:nth-child(2n) { background: linear-gradient(160deg, rgba(255,46,126,.72), rgba(255,122,0,.72)); }
.video-card::before { content: "▶"; position: absolute; top: 50%; left: 50%; translate: -50% -50%; width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(8px); display: grid; place-items: center; padding-left: 3px; }
.video-card strong { position: relative; font-family: Poppins, sans-serif; }
.recovery-note { font-size: .82rem; color: #baa9c9; }



/* Contenu éditorial des sous-pages */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { border-radius: 22px; padding: 27px; }
.value-num { display: inline-flex; margin-bottom: 14px; font-family: Poppins, sans-serif; font-weight: 800; color: var(--gold); letter-spacing: .08em; }
.value-card p { margin-bottom: 0; }
.rich-video-category { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: center; padding: 26px; border-radius: 26px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); }
.rich-video-category.reverse { grid-template-columns: 1.18fr .82fr; }
.rich-video-category.reverse .video-category-copy { order: 2; }
.rich-video-category.reverse .video-cover { order: 1; }
.video-category-copy { padding: 10px; }
.video-category-copy p { margin-bottom: 0; }
.video-cover { min-height: 300px; border-radius: 21px; overflow: hidden; position: relative; display: block; text-decoration: none; background: #2a0a3d; }
.video-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10,0,20,.86)); }
.video-cover img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .35s ease; }
.video-cover span { position: absolute; z-index: 2; left: 20px; bottom: 18px; font-weight: 800; }
.video-cover:hover img { transform: scale(1.025); }
.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.error-code { font-family: Poppins, sans-serif; font-size: clamp(4rem, 13vw, 9rem); font-weight: 800; line-height: .9; color: var(--gold); opacity: .9; }

@media (max-width: 1040px) {
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 20px; background: #160329; border-bottom: 1px solid rgba(255,255,255,.12); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: inline-block; margin-left: auto; }
  .header-actions .btn-secondary { display: none; }
  .hero-grid { grid-template-columns: 1fr 0.78fr; gap: 28px; }
  .categories { grid-template-columns: repeat(2,1fr); }
  .value-grid { grid-template-columns: 1fr; }
  .rich-video-category, .rich-video-category.reverse { grid-template-columns: 1fr; }
  .rich-video-category.reverse .video-category-copy, .rich-video-category.reverse .video-cover { order: initial; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 68px 0; }
  .site-header .brand span { display: none; }
  .header-actions .btn { display: none; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero .badge { max-width: 100%; justify-content: center; white-space: normal; line-height: 1.35; padding-inline: 11px; }
  .hero-copy > p { font-size: 1rem; }
  .hero .actions, .stats { justify-content: center; }
  .hero-art img { max-height: 530px; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-media { min-height: 330px; order: -1; }
  .step-card img { height: 300px; }
  .categories, .steps, .product-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 0; }
  .category-card img { height: auto; aspect-ratio: 1.5; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .mobile-cta { display: block; }
  .video-grid { grid-template-columns: repeat(2,1fr); }
  .product-section-title { display: block; }
}

@media (max-width: 480px) {
  h1 { font-size: 2.7rem; }
  .actions .btn { width: 100%; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card { aspect-ratio: 9/12; }
}
