:root {
  --ink: #f8f1fb;
  --muted: #b9a9c3;
  --night: #0b0710;
  --night-soft: #140b1f;
  --panel: #1d1028;
  --panel-light: #291438;
  --raspberry: #e71e6d;
  --raspberry-dark: #a80d4f;
  --violet: #8c3cff;
  --violet-soft: #c49aff;
  --line: rgba(255, 255, 255, .13);
  --glow: 0 24px 80px rgba(168, 13, 79, .34);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { min-width: 320px; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--night); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.58; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.banner-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: white; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 30; min-height: 82px; padding: 0 max(4vw, 24px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(11, 7, 16, .88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.site-header::after { content: ""; position: absolute; inset: auto 0 -2px; height: 2px; background: linear-gradient(90deg, transparent, var(--raspberry), var(--violet), transparent); }
.brand { display: inline-flex; flex-direction: row; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.brand-logo { order: 0; flex: 0 0 auto; width: 58px; height: 58px; object-fit: contain; }
.brand-copy { order: 1; display: flex; flex-direction: column; font-size: 19px; line-height: .9; }
.brand-copy small { margin-top: 7px; color: var(--muted); font-size: 7px; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); }
.desktop-nav a { padding: 8px 14px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 700; transition: .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; background: rgba(255,255,255,.08); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.age-badge { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(231,30,109,.6); border-radius: 50%; color: #ff9bc1; font-size: 11px; font-weight: 900; }

.button { position: relative; display: inline-flex; max-width: 100%; align-items: center; justify-content: space-between; gap: 28px; min-height: 56px; padding: 15px 24px; overflow: hidden; border: 1px solid var(--raspberry); color: white; font-size: 15px; font-weight: 850; transition: transform .2s, box-shadow .2s; }
.button::after { content: ""; position: absolute; top: -50%; left: -70px; width: 38px; height: 200%; background: rgba(255,255,255,.25); transform: rotate(20deg); transition: left .35s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(231,30,109,.25); }
.button:hover::after { left: 115%; }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 12px; background: linear-gradient(135deg, var(--raspberry-dark), var(--violet)); }
.button-primary { background: linear-gradient(135deg, var(--raspberry), #b718e7 58%, var(--violet)); box-shadow: 0 10px 34px rgba(231,30,109,.2); }
.button-secondary { border-color: rgba(240,132,191,.48); background: rgba(255,255,255,.045); backdrop-filter: blur(10px); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--raspberry); background: linear-gradient(135deg, rgba(231,30,109,.22), rgba(140,60,255,.2)); }

.hero { position: relative; min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 7vw; padding: 70px max(6vw, 30px); overflow: hidden; background: radial-gradient(circle at 15% 18%, rgba(231,30,109,.16), transparent 27%), radial-gradient(circle at 86% 62%, rgba(140,60,255,.18), transparent 29%), linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: auto, auto, 38px 38px, 38px 38px; }
.hero::after { content: "IA / 18+"; position: absolute; right: -.04em; bottom: -.2em; color: rgba(255,255,255,.025); font-size: clamp(110px, 17vw, 250px); font-weight: 950; letter-spacing: -.09em; line-height: 1; white-space: nowrap; pointer-events: none; }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #e0c8ee; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
h1, h2, h3 { margin: 0; font-family: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif; }
h1 { max-width: 850px; font-size: clamp(54px, 7.2vw, 106px); line-height: .91; letter-spacing: -.075em; }
h1 em, h2 em { color: #f084bf; font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 34px 0; }

.hero-visual { min-height: 650px; display: grid; place-items: center; }
.glow { position: absolute; width: 540px; height: 540px; border: 1px solid rgba(196,154,255,.26); border-radius: 50%; background: radial-gradient(circle at 45% 45%, rgba(231,30,109,.45), rgba(140,60,255,.14) 55%, transparent 70%); box-shadow: inset 0 0 80px rgba(140,60,255,.12); }
.glow::before, .glow::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.glow::before { inset: 36px; }
.glow::after { inset: 86px; }
.hero-visual-collage { min-height: 680px; }
.hero-collage { position: relative; width: min(620px, 48vw); height: 610px; }
.hero-shot { position: absolute; margin: 0; padding: 7px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(20,11,31,.9); box-shadow: 0 25px 75px rgba(0,0,0,.48), 0 0 38px rgba(231,30,109,.16); transition: left .58s cubic-bezier(.22,.8,.24,1), top .58s cubic-bezier(.22,.8,.24,1), width .58s cubic-bezier(.22,.8,.24,1), height .58s cubic-bezier(.22,.8,.24,1), transform .58s cubic-bezier(.22,.8,.24,1), opacity .4s, box-shadow .4s; will-change: left, top, width, height, transform; }
.hero-shot::after { content: "18+"; position: absolute; top: 13px; right: 13px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(11,7,16,.72); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.hero-shot img { width: 100%; height: 100%; border-radius: 15px; object-fit: cover; object-position: center top; filter: saturate(.88) contrast(1.04); }
.hero-shot-left { z-index: 1; top: 76px; left: 0; width: 39%; height: 470px; opacity: .78; transform: rotate(-6deg) scale(.98); }
.hero-shot-center { z-index: 3; top: 18px; left: 30%; width: 40%; height: 550px; opacity: 1; box-shadow: 0 30px 90px rgba(0,0,0,.58), 0 0 52px rgba(231,30,109,.27); }
.hero-shot-right { z-index: 2; top: 82px; right: auto; left: 62%; width: 38%; height: 455px; opacity: .78; transform: rotate(6deg) scale(.98); }
.hero-shot-center img { transition: opacity .22s ease, transform .3s ease, filter .3s ease; }
.floating-note { position: absolute; display: grid; gap: 3px; min-width: 142px; padding: 13px 16px; border: 1px solid var(--line); background: rgba(29,16,40,.92); box-shadow: 0 16px 44px rgba(0,0,0,.35); }
.floating-note small { color: var(--muted); font-size: 8px; letter-spacing: .14em; }
.floating-note strong { font-size: 10px; letter-spacing: .07em; }
.note-one { top: 22%; left: 0; }
.note-two { right: 0; bottom: 23%; }

.ticker { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 28px; padding: 14px; overflow: hidden; background: linear-gradient(90deg, #9d0b4a, var(--raspberry), #8a2de2); font-size: 10px; font-weight: 800; letter-spacing: .16em; white-space: nowrap; }
.ticker i { color: #260616; }
.section { padding: 110px max(6vw, 30px); }
.section-heading h2, .final-cta h2 { font-size: clamp(44px, 5.8vw, 82px); line-height: .97; letter-spacing: -.06em; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.split-heading > div { max-width: 780px; }
.split-heading > p { max-width: 440px; margin: 0; color: var(--muted); }

.models { position: relative; background: var(--night-soft); }
.models::before { content: "PERSONNAGES 18+"; position: absolute; top: 32px; right: 4vw; color: rgba(255,255,255,.035); font-size: 34px; font-weight: 900; letter-spacing: .15em; }
.model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.model-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.028); cursor: pointer; transition: .25s; }
.model-card:hover, .model-card:focus-visible, .model-card.is-active { z-index: 2; outline: none; border-color: rgba(231,30,109,.7); background: var(--panel); box-shadow: var(--glow); transform: translateY(-7px); }
.image-wrap { position: relative; margin: 11px 11px 0; overflow: hidden; }
.image-wrap img { width: 100%; height: 420px; object-fit: cover; object-position: center top; transition: transform .45s; }
.model-card:hover img { transform: scale(1.025); }
.image-wrap span { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--raspberry); color: white; font-size: 10px; font-weight: 900; }
.model-card.is-active::after { content: "SÉLECTIONNÉ"; position: absolute; top: 52px; right: -43px; width: 160px; padding: 7px 0; background: var(--violet); text-align: center; font-size: 8px; font-weight: 900; letter-spacing: .1em; transform: rotate(45deg); }
.card-body { padding: 21px; }
.card-body > p { margin: 0; color: #f084bf; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.card-body h3 { margin: 4px 0 10px; font-size: 28px; letter-spacing: -.035em; }
.model-description { min-height: 80px; color: var(--muted); font-size: 13px; }
.card-link { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.gallery-section { scroll-margin-top: 82px; }
.gallery-section .model-card { display: flex; flex-direction: column; }
.gallery-section .card-body { display: flex; flex: 1; flex-direction: column; }
.gallery-section .model-description { margin-bottom: 30px; }
.gallery-section .card-link { min-height: 44px; align-items: center; margin-top: auto; padding: 10px 14px; border: 1px solid rgba(231,30,109,.65); background: linear-gradient(135deg, rgba(168,13,79,.78), rgba(140,60,255,.72)); box-shadow: 0 10px 26px rgba(168,13,79,.16); }
.gallery-section .split-heading { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .58fr); align-items: start; gap: clamp(42px, 7vw, 110px); margin-bottom: 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.gallery-section .split-heading::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.gallery-section .split-heading > div { max-width: 760px; }
.gallery-section .split-heading .eyebrow { margin-bottom: 18px; }
.gallery-section .split-heading h2 { font-size: clamp(48px, 5.2vw, 76px); line-height: .92; }
.gallery-section .split-heading > p { position: relative; max-width: 490px; margin: 34px 0 0; padding: 42px 30px 28px; border: 1px solid var(--line); border-left: 2px solid var(--raspberry); background: linear-gradient(145deg, rgba(231,30,109,.1), rgba(140,60,255,.055)); color: #cfc0d5; font-size: 14px; line-height: 1.55; text-align: left; }
.gallery-section .split-heading > p::before { content: "6 PROFILS · 18+"; position: absolute; top: 16px; left: 30px; color: #f084bf; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.model-image-link { position: relative; display: block; overflow: hidden; }
.image-wrap > span { z-index: 4; }

.simulator-section { position: relative; padding: 110px max(6vw, 30px); scroll-margin-top: 82px; overflow: hidden; background: radial-gradient(circle at 8% 5%, rgba(231,30,109,.18), transparent 25%), radial-gradient(circle at 94% 92%, rgba(140,60,255,.2), transparent 27%), var(--night); }
.simulator-heading { position: relative; z-index: 1; max-width: 920px; margin-bottom: 52px; }
.simulator-heading h2 { font-size: clamp(46px, 6vw, 84px); line-height: .95; letter-spacing: -.06em; }
.simulator-heading > p:last-child { max-width: 670px; color: var(--muted); }
.simulator-panel { min-width: 0; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: linear-gradient(155deg, rgba(41,20,56,.95), rgba(17,9,24,.97)); box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.simulator-top { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.simulator-top h3 { font-size: 18px; }
.simulator-profile { display: flex; align-items: center; gap: 12px; }
.simulator-profile img { width: 48px; height: 48px; border: 2px solid var(--raspberry); border-radius: 50%; object-fit: cover; object-position: center top; }
.simulator-profile span { color: var(--muted); font-size: 10px; }
.simulator-profile i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: #65e6a4; box-shadow: 0 0 12px rgba(101,230,164,.8); }
.chat-log { min-height: 350px; max-height: 350px; display: flex; flex-direction: column; gap: 13px; padding: 20px; overflow-y: auto; border: 1px solid var(--line); border-radius: 16px; background: rgba(6,3,9,.64); scrollbar-color: var(--raspberry) transparent; }
.chat-message { display: flex; align-items: end; gap: 9px; max-width: 83%; }
.chat-message > span { flex: 0 0 auto; display: grid; place-items: center; width: 27px; height: 27px; overflow: hidden; border: 1px solid rgba(231,30,109,.75); border-radius: 50%; background: linear-gradient(135deg, var(--raspberry), var(--violet)); font-size: 10px; font-weight: 900; }
.chat-message-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.chat-message p { margin: 0; padding: 11px 14px; border-radius: 14px 14px 14px 3px; background: var(--panel-light); color: #e9dcec; font-size: 13px; }
.user-message { align-self: flex-end; }
.user-message p { border-radius: 14px 14px 3px 14px; background: linear-gradient(135deg, var(--raspberry-dark), #5a1b86); color: white; }
.typing-message p { display: flex; gap: 4px; padding-block: 16px; }
.typing-message b { width: 5px; height: 5px; border-radius: 50%; background: #d9c7e2; animation: typing 1s infinite alternate; }
.typing-message b:nth-child(2) { animation-delay: .2s; }
.typing-message b:nth-child(3) { animation-delay: .4s; }
@keyframes typing { to { opacity: .25; transform: translateY(-3px); } }
.quick-replies, .style-controls, .generator-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-replies { margin-top: 14px; }
.quick-replies > *, .style-controls > *, .generator-tabs > * { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 10px; cursor: pointer; }
.quick-replies > *:hover, .quick-replies > *:focus-visible, .style-controls > *:hover, .style-controls > *:focus-visible, .style-controls > *.is-active, .generator-tabs > *.is-active { border-color: var(--raspberry); background: rgba(231,30,109,.16); color: white; }
.simulator-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 12px; }
.simulator-form input, .generator-simulator textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: none; background: rgba(6,3,9,.72); color: white; font: inherit; }
.simulator-form input { min-height: 50px; padding: 12px 14px; }
.simulator-form input:focus, .generator-simulator textarea:focus { border-color: var(--raspberry); box-shadow: 0 0 0 3px rgba(231,30,109,.12); }
.simulator-form button { min-width: 104px; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--raspberry), var(--violet)); color: white; font-weight: 850; cursor: pointer; }
.simulator-form button span { margin-left: 6px; }
.simulator-note { display: block; margin-top: 12px; color: #887890; font-size: 9px; }
.generator-tabs { justify-content: flex-end; }
.generator-preview { position: relative; height: 350px; margin: 0 0 16px; padding: 7px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #08050b; }
.generator-preview-frame { display: block; height: 100%; }
.generator-preview img { width: 100%; height: 100%; border-radius: 10px; object-fit: cover; object-position: center 28%; transition: filter .25s, transform .7s; }
.generator-preview.is-loading img { filter: blur(10px) saturate(.4); transform: scale(1.06); }
.generator-preview.video-mode img { animation: videoPreview 7s ease-in-out infinite alternate; }
.generator-preview.video-mode::after { content: "▶"; position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(11,7,16,.52); font-size: 18px; transform: translate(-50%, -50%); backdrop-filter: blur(8px); pointer-events: none; }
@keyframes videoPreview { from { transform: scale(1.02) translateX(-1%); } to { transform: scale(1.1) translateX(1%); } }
.generator-preview figcaption { position: absolute; right: 17px; bottom: 17px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(11,7,16,.76); color: white; font-size: 8px; font-weight: 900; letter-spacing: .12em; backdrop-filter: blur(8px); }
.generator-preview figcaption i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #65e6a4; }
.prompt-label { display: block; margin-bottom: 6px; color: #e7d9ec; font-size: 10px; font-weight: 800; }
.generator-simulator textarea { min-height: 66px; padding: 11px 13px; resize: vertical; font-size: 12px; }
.style-controls { margin-top: 11px; }
.generator-button { width: 100%; margin-top: 14px; cursor: pointer; }
.generator-button.is-generating { opacity: .7; cursor: wait; }

.chat-demo-section { background: radial-gradient(circle at 4% 16%, rgba(231,30,109,.19), transparent 25%), radial-gradient(circle at 96% 90%, rgba(140,60,255,.16), transparent 27%), #0d0812; }
.chat-section-head { position: relative; z-index: 1; max-width: 1180px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .58fr); align-items: start; gap: clamp(42px, 7vw, 110px); margin: 0 auto 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); text-align: left; }
.chat-section-head::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.chat-section-head .simulator-heading { margin: 0; }
.chat-section-head .simulator-heading .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.chat-section-head .simulator-heading h2 { font-size: clamp(48px, 5.2vw, 76px); line-height: .92; }
.chat-head-copy { position: relative; max-width: 490px; margin: 34px 0 0; padding: 42px 30px 28px; border: 1px solid var(--line); border-left: 2px solid var(--raspberry); background: linear-gradient(145deg, rgba(231,30,109,.1), rgba(140,60,255,.055)); color: #cfc0d5; font-size: 14px; line-height: 1.55; text-align: left; }
.chat-head-copy::before { content: "8 PROFILS · EN LIGNE"; position: absolute; top: 16px; left: 30px; color: #f084bf; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.chat-stage { position: relative; z-index: 1; display: block; width: min(100%, 1450px); margin-inline: auto; isolation: isolate; }
.chat-product-shell { position: relative; z-index: 2; min-width: 0; display: grid; grid-template-columns: 270px minmax(0, 1fr); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 25px; background: #100a16; box-shadow: 0 38px 110px rgba(0,0,0,.52), 0 0 75px rgba(168,13,79,.13); }
.chat-sidebar { min-width: 0; display: flex; flex-direction: column; padding: 22px 15px; border-right: 1px solid var(--line); background: linear-gradient(180deg, #17101e, #0d0912); }
.chat-sidebar-title { display: flex; align-items: center; justify-content: space-between; padding: 0 8px 18px; font-size: 19px; font-weight: 900; }
.chat-sidebar-title button { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); color: #f084bf; cursor: pointer; }
.chat-search { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.04); color: #6f6277; font-size: 11px; }
.conversation-list { display: grid; gap: 5px; }
.conversation-list > button { width: 100%; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px 8px; border: 1px solid transparent; border-radius: 12px; background: transparent; color: inherit; text-align: left; cursor: pointer; transition: .2s; }
.conversation-list > button:hover, .conversation-list > button:focus-visible, .conversation-list > button.is-active { border-color: rgba(231,30,109,.25); background: rgba(231,30,109,.1); }
.conversation-list img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: center top; }
.conversation-list span { min-width: 0; display: grid; }
.conversation-list b { font-size: 12px; }
.conversation-list small { overflow: hidden; color: #8f8097; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.conversation-list time { align-self: start; color: #746779; font-size: 8px; }
.chat-product-shell .chat-simulator { min-width: 0; padding: 0; border: 0; border-radius: 0; background: #120b19; box-shadow: none; }
.chat-product-shell .simulator-top { min-height: 78px; margin: 0; padding: 14px 22px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.chat-window-actions { display: flex; align-items: center; gap: 7px; }
.chat-window-actions a { padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 9px; }
.chat-product-shell .chat-log { min-height: 430px; max-height: 430px; gap: 17px; padding: 24px 28px; border: 0; border-radius: 0; background: radial-gradient(circle at 80% 15%, rgba(140,60,255,.08), transparent 28%), linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px), #0e0913; background-size: auto, 100% 32px, auto; }
.chat-day { display: flex; align-items: center; gap: 12px; color: #746779; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.chat-day::before, .chat-day::after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,.07); }
.chat-message { position: relative; padding-bottom: 14px; }
.chat-message time { position: absolute; bottom: 0; left: 36px; color: #6e6274; font-size: 8px; white-space: nowrap; }
.chat-message.user-message time { right: 0; left: auto; color: #9e8ba7; }
.chat-compose { padding: 14px 22px 18px; border-top: 1px solid var(--line); background: #100a16; }
.chat-compose .quick-replies { margin: 0 0 11px; }
.chat-compose .simulator-form { display: flex; align-items: center; gap: 4px; margin: 0; padding: 5px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(6,3,9,.72); transition: border-color .2s, box-shadow .2s; }
.chat-compose .simulator-form:focus-within { border-color: var(--raspberry); box-shadow: 0 0 0 3px rgba(231,30,109,.1); }
.chat-compose .simulator-form input { min-width: 0; flex: 1; border: 0; background: transparent; box-shadow: none; }
.chat-compose .simulator-form input:focus { border: 0; box-shadow: none; }
.chat-attach { min-width: 40px !important; width: 40px; height: 40px; padding: 0; border: 0 !important; border-radius: 10px !important; background: transparent !important; color: #f084bf !important; font-size: 19px; }
.chat-send { min-width: 94px !important; height: 42px; padding: 0 15px; border-radius: 11px !important; font-size: 11px; }
.chat-compose .simulator-note { margin: 8px 0 0 8px; }
.chat-section-cta { position: relative; z-index: 1; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin: 0; padding: 14px 18px; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 140%, rgba(231,30,109,.19), transparent 45%), linear-gradient(90deg, rgba(231,30,109,.055), rgba(140,60,255,.07)); }
.chat-section-cta .button { min-height: 56px; padding: 15px 24px; gap: 28px; font-size: 15px; font-weight: 700; }
.chat-cta-status { justify-self: start; display: inline-flex; align-items: center; gap: 8px; color: #a997b2; font-size: 9px; font-weight: 750; letter-spacing: .06em; }
.chat-cta-status i { width: 7px; height: 7px; border-radius: 50%; background: #65e6a4; box-shadow: 0 0 12px rgba(101,230,164,.55); }
.chat-cta-meta { justify-self: end; color: #76677e; font-size: 8px; font-weight: 850; letter-spacing: .14em; }

.generator-demo-section { position: relative; padding: 120px max(6vw, 30px); scroll-margin-top: 82px; overflow: hidden; background: radial-gradient(circle at 88% 10%, rgba(231,30,109,.17), transparent 25%), linear-gradient(145deg, #170b20, #09060d 66%); }
.generator-demo-section::before { content: "GENERATE / 03"; position: absolute; right: 2vw; bottom: -38px; color: rgba(255,255,255,.025); font-size: clamp(78px, 12vw, 180px); font-weight: 950; letter-spacing: -.08em; white-space: nowrap; pointer-events: none; }
.generator-demo-layout { position: relative; z-index: 1; max-width: 1450px; margin: auto; }
.generator-demo-head { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .58fr); align-items: start; gap: clamp(42px, 7vw, 110px); margin-bottom: 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.generator-demo-head::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.generator-demo-copy { max-width: 760px; text-align: left; }
.generator-demo-copy .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.generator-demo-copy h2 { font-size: clamp(48px, 5.2vw, 76px); line-height: .92; letter-spacing: -.06em; }
.generator-demo-intro { position: relative; max-width: 490px; margin: 34px 0 0; padding: 42px 30px 28px; border: 1px solid var(--line); border-left: 2px solid var(--raspberry); background: linear-gradient(145deg, rgba(231,30,109,.1), rgba(140,60,255,.055)); text-align: left; }
.generator-demo-intro::before { content: "STUDIO CRÉATIF · 18+"; position: absolute; top: 16px; left: 30px; color: #f084bf; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.generator-demo-intro > p { margin: 0; color: #cfc0d5; font-size: 14px; line-height: 1.55; }
.generator-workspace { width: min(100%, 1180px); min-width: 0; margin-inline: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: #0d0912; box-shadow: 0 35px 100px rgba(0,0,0,.48), 0 0 65px rgba(140,60,255,.1); }
.workspace-bar { min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 12px 17px; border-bottom: 1px solid var(--line); background: #17101d; }
.workspace-dots { display: flex; gap: 5px; }
.workspace-dots i { width: 7px; height: 7px; border-radius: 50%; background: #53465a; }
.workspace-dots i:first-child { background: var(--raspberry); }
.workspace-bar > div:nth-child(2) { display: grid; }
.workspace-bar strong { font-size: 12px; }
.workspace-bar span { color: #7f7187; font-size: 8px; }
.workspace-bar > .credit-balance { display: inline-flex; gap: 4px; padding: 7px 9px; border: 1px solid rgba(231,30,109,.3); border-radius: 9px; color: #d7c7dd; font-size: 9px; }
.workspace-bar > .credit-balance b { color: #ff8fba; }
.generator-dashboard { display: grid; grid-template-columns: 320px minmax(0, 1fr); }
.generator-settings { padding: 20px; border-right: 1px solid var(--line); background: #120c18; }
.setting-block { margin-bottom: 20px; }
.field-label, .prompt-label { display: flex; justify-content: space-between; margin-bottom: 8px; color: #96879e; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.prompt-label span { color: #64596a; }
.generator-workspace .generator-tabs { justify-content: stretch; display: grid; grid-template-columns: repeat(2, 1fr); }
.generator-workspace .generator-tabs > * { text-align: center; }
.generator-workspace textarea { min-height: 112px; padding: 12px; border-radius: 10px; line-height: 1.45; resize: none; }
.generator-workspace .style-controls { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.generator-workspace .style-controls > * { padding-inline: 6px; text-align: center; }
.generator-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 18px; }
.generator-options button { display: grid; gap: 5px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); color: inherit; text-align: left; cursor: pointer; transition: border-color .2s, background .2s; }
.generator-options button:hover, .generator-options button:focus-visible { border-color: var(--raspberry); background: rgba(231,30,109,.1); }
.generator-options span { color: #76697d; font-size: 7px; letter-spacing: .11em; }
.generator-options strong { font-size: 9px; }
.generator-workspace .generator-button {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 0 18px;
  justify-content: center;
  gap: 24px;
  border-radius: 11px;
  font-size: 12px;
  text-align: center;
}
.credit-cost { display: flex; justify-content: space-between; margin-top: 9px; color: #76697d; font-size: 8px; }
.credit-cost strong { color: #a897b0; }
.generator-output { min-width: 0; padding: 16px; background: #09060d; }
.output-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; color: #786b7f; font-size: 8px; letter-spacing: .12em; }
.output-toolbar > div { display: flex; align-items: center; gap: 7px; }
.output-toolbar i { width: 6px; height: 6px; border-radius: 50%; background: #65e6a4; }
.output-toolbar b { color: #a696ad; font-size: 8px; }
.generator-workspace .generator-preview { height: auto; aspect-ratio: 16 / 9; margin: 0; border-radius: 12px; }
.generator-workspace .generator-preview img { border-radius: 7px; object-position: center; }
.render-details { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 2px 0; color: #776b7e; font-size: 8px; }
.render-details i { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 5px; border-radius: 50%; background: rgba(101,230,164,.12); color: #65e6a4; font-style: normal; }
.render-details button { padding: 0; border: 0; background: transparent; color: #f084bf; font-weight: 800; cursor: pointer; }
.render-details button:hover, .render-details button:focus-visible { color: white; }
.render-details button:disabled { opacity: .45; cursor: wait; }
.generator-workspace-cta { display: flex; justify-content: center; padding: 22px 20px; border-top: 1px solid var(--line); background: #120c18; }
.generator-workspace-cta .button { width: min(100%, 430px); min-height: 52px; justify-content: center; text-align: center; }

@media (max-width: 1200px) {
  .generator-demo-head { grid-template-columns: 1fr; gap: 20px; padding-bottom: 30px; }
  .generator-demo-intro { max-width: 680px; margin-top: 0; }
}



.light { color: #f5bfd9; }

.faq-list { max-width: 920px; margin: auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 24px 8px; list-style: none; font-size: 17px; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary h3 { margin: 0; color: inherit; font: inherit; }
.faq-list summary b { color: var(--violet-soft); font-size: 22px; transition: transform .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: 0 52px 26px 8px; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: 120px 24px; background: radial-gradient(circle at 15% 100%, rgba(231,30,109,.25), transparent 30%), radial-gradient(circle at 90% 0, rgba(140,60,255,.35), transparent 35%), var(--night-soft); text-align: center; }
.final-cta::before { content: ""; position: absolute; top: -150px; left: 50%; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 50px rgba(231,30,109,.025), 0 0 0 100px rgba(140,60,255,.02); }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { position: relative; max-width: 1000px; margin: auto; }
.final-cta p { position: relative; max-width: 580px; margin: 24px auto; color: var(--muted); }
.final-cta .button { position: relative; z-index: 2; }


.site-footer { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; min-height: 122px; padding: 28px max(5vw, 26px); overflow: hidden; border-top: 1px solid var(--line); background: #07040a; }
.site-footer::after { content: "IA-PORNO"; position: absolute; right: -18px; bottom: -30px; color: rgba(255,255,255,.025); font-size: 72px; font-weight: 950; letter-spacing: -.07em; pointer-events: none; }
.footer-brand, .site-footer > p, .site-footer nav { position: relative; z-index: 2; }
.footer-brand .brand-logo { width: 54px; height: 54px; }
.site-footer > p { margin: 0; color: #8f8297; font-size: 10px; letter-spacing: .08em; text-align: center; }
.site-footer nav { display: flex; align-items: center; gap: 17px; font-size: 10px; }
.site-footer nav a { color: #b9a9c3; }
.site-footer nav a:hover { color: #f084bf; }
.to-top { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 590px; }
  .hero-visual-collage { min-height: 650px; }
  .hero-collage { width: min(650px, 90vw); }
  .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 24px; }
  .gallery-section .split-heading { grid-template-columns: 1fr; gap: 20px; padding-bottom: 30px; }
  .gallery-section .split-heading > p { max-width: 680px; margin-top: 0; }
  .definition-section-head { padding-bottom: 30px; }
  .definition-story-layout { grid-template-columns: 1fr; }
  .definition-intro-card { max-width: none; }
  .chat-section-head { grid-template-columns: 1fr; gap: 20px; }
  .chat-head-copy { max-width: 680px; margin-top: 0; }
  .chat-product-shell { grid-template-columns: 230px minmax(0, 1fr); }
  .generator-demo-section { padding: 100px 30px; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; padding-inline: 18px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-copy { font-size: 15px; }
  .brand-copy small { display: none; }
  .age-badge, .button-small span { display: none; }
  .button-small { min-height: 38px; padding: 8px 12px; }
  .hero { padding: 50px 20px 65px; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-visual { min-height: 510px; }
  .hero-visual-collage { min-height: 500px; }
  .hero-collage { width: 100%; height: 470px; }
  .hero-shot-left { top: 76px; left: 0; width: 43%; height: 350px; }
  .hero-shot-center { top: 15px; left: 27%; width: 46%; height: 420px; }
  .hero-shot-right { top: 76px; right: 0; width: 43%; height: 350px; }
  .glow { width: 390px; height: 390px; }
  .note-one { left: -6px; }
  .note-two { right: -6px; }
  .ticker { justify-content: flex-start; overflow-x: hidden; }
  .section { padding: 78px 20px; }
  .simulator-section { padding: 78px 20px; }
  .simulator-heading { margin-bottom: 36px; }
  .simulator-panel { padding: 15px; border-radius: 17px; }
  .chat-log { min-height: 330px; max-height: 330px; padding: 14px; }
  .chat-message { max-width: 92%; }
  .generator-preview { height: 330px; }
  .simulator-form button { min-width: 88px; }
  .chat-section-head { display: grid; margin-bottom: 32px; padding-bottom: 30px; }
  .chat-section-head .simulator-heading h2 { font-size: clamp(42px, 12vw, 58px); }
  .chat-head-copy { padding: 38px 20px 21px; font-size: 12px; }
  .chat-head-copy::before { top: 14px; left: 20px; }
  .chat-product-shell { grid-template-columns: 1fr; border-radius: 18px; }
  .chat-sidebar { display: block; padding: 11px; border-right: 0; border-bottom: 1px solid var(--line); }
  .chat-sidebar-title, .chat-search { display: none; }
  .conversation-list { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: thin; }
  .conversation-list > button { min-width: 145px; grid-template-columns: 36px minmax(0, 1fr); gap: 7px; padding: 7px; text-align: center; }
  .conversation-list img { width: 36px; height: 36px; }
  .conversation-list span { justify-items: center; }
  .conversation-list small, .conversation-list time { display: none; }
  .chat-product-shell { text-align: center; }
  .chat-product-shell .simulator-top { min-height: 70px; justify-content: center; padding: 12px 14px; text-align: center; }
  .chat-product-shell .simulator-profile { justify-content: center; text-align: center; }
  .chat-window-actions { display: none; }
  .chat-product-shell .chat-log { min-height: 390px; max-height: 390px; align-items: center; padding: 18px 14px; }
  .chat-product-shell .chat-day { width: 100%; }
  .chat-product-shell .chat-message { align-self: center; justify-content: center; text-align: center; }
  .chat-product-shell .chat-message p { text-align: center; }
  .chat-product-shell .chat-message time,
  .chat-product-shell .chat-message.user-message time { right: auto; left: 50%; transform: translateX(-50%); }
  .chat-compose { padding: 12px 14px 15px; }
  .chat-compose .quick-replies { justify-content: center; margin-left: 0; }
  .chat-compose .simulator-form input { text-align: center; }
  .chat-attach { min-width: 36px !important; width: 36px; }
  .chat-send { min-width: 82px !important; padding-inline: 11px; }
  .chat-compose .simulator-note { margin-left: 0; text-align: center; }
  .chat-section-cta { grid-template-columns: 1fr; justify-items: center; padding: 12px; }
  .chat-section-cta .button { width: auto; max-width: 100%; }
  .chat-cta-status, .chat-cta-meta { display: none; }
  .generator-demo-section { padding: 78px 20px; }
  .generator-demo-head { margin-bottom: 34px; }
  .generator-demo-copy h2 { font-size: clamp(42px, 12vw, 58px); }
  .generator-demo-intro { padding: 38px 20px 21px; }
  .generator-demo-intro::before { top: 14px; left: 20px; }
  .generator-demo-intro > p { font-size: 12px; }
  .generator-workspace { border-radius: 16px; }
  .workspace-bar { grid-template-columns: auto 1fr auto; gap: 9px; padding-inline: 12px; }
  .workspace-bar span { display: none; }
  .generator-dashboard { grid-template-columns: 1fr; }
  .generator-settings { padding: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .generator-workspace .generator-button { margin-right: auto; margin-left: auto; }
  .generator-output { padding: 12px; }
  .generator-workspace .generator-preview { height: auto; }
  .render-details { align-items: flex-start; flex-direction: column; }
  .models::before { display: none; }
  .model-grid { grid-template-columns: 1fr; }
  .image-wrap img { height: 440px; }
  .gallery-section .split-heading { margin-bottom: 34px; }
  .gallery-section .split-heading h2 { font-size: clamp(42px, 12vw, 58px); }
  .gallery-section .split-heading > p { padding: 38px 20px 21px; font-size: 12px; }
  .gallery-section .split-heading > p::before { top: 14px; left: 20px; }
  .faq-list summary { grid-template-columns: 1fr auto; gap: 16px; padding-block: 20px; font-size: 14px; }
  .faq-list details p { margin-left: 8px; }
  .final-cta { padding: 90px 20px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 18px; padding: 46px 20px 26px; text-align: center; }
  .site-footer nav { flex-wrap: wrap; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Long-form editorial layout sourced from Porno_IA_FR.docx */
.article-hero h1 { font-size: clamp(48px, 5.5vw, 82px); }
.article-hero .hero-copy { max-width: 900px; }
.article-hero .hero-lead { font-size: 16px; }
.article-hero .hero-actions .button { max-width: 580px; }

.content-section { position: relative; display: grid; grid-template-columns: minmax(60px, .22fr) minmax(0, 1.78fr); gap: 5vw; padding: 112px max(6vw, 30px); scroll-margin-top: 82px; background: var(--night-soft); }
.content-section:nth-of-type(even) { background: var(--night); }
.content-section.dark-section { background: radial-gradient(circle at 90% 12%, rgba(140,60,255,.14), transparent 24%), var(--night); }
.content-section.accent-section { background: radial-gradient(circle at 5% 82%, rgba(231,30,109,.2), transparent 24%), linear-gradient(145deg, #210d27, #110914); }
.article-content { max-width: 1180px; }
.article-content > h2, .audience-section h2 { max-width: 1040px; margin-bottom: 28px; font-size: clamp(42px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; }
.article-content > p { max-width: 900px; color: var(--muted); font-size: 16px; }
.article-content h3 { font-size: clamp(20px, 2vw, 29px); line-height: 1.15; letter-spacing: -.035em; }
.article-content article p { color: var(--muted); }

.definition-section-head { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: end; gap: clamp(32px, 5vw, 88px); margin-bottom: 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); text-align: left; }
.definition-section-head::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.definition-heading-copy { min-width: 0; }
.definition-section-head .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.definition-section-head h2 { max-width: 1080px; font-size: clamp(54px, 7vw, 102px); line-height: .9; letter-spacing: -.07em; text-align: left; }
.definition-section-head h2 em { display: block; }
.definition-story-layout { display: block; }
.definition-intro-card { position: relative; max-width: none; margin: 0; padding: 56px clamp(28px, 3.2vw, 48px) 32px; border: 1px solid var(--line); border-left: 4px solid var(--raspberry); background: linear-gradient(145deg, rgba(231,30,109,.1), rgba(140,60,255,.055)); text-align: left; }
.definition-intro-card::before { content: "CRÉATION SUR MESURE · EN LIGNE"; position: absolute; top: 18px; left: clamp(28px, 3.2vw, 48px); color: #f084bf; font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.definition-intro-card p { margin: 0; color: #cfc0d5; font-size: clamp(15px, 1.35vw, 18px); line-height: 1.55; }
.definition-intro-card strong { color: #f0b8d4; font-weight: 800; }
.definition-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 1px; padding: 1px; background: var(--line); }
.definition-points article { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: start; align-content: start; gap: clamp(16px, 1.7vw, 24px); height: 100%; min-height: 0; overflow: hidden; padding: clamp(24px, 2.2vw, 32px); border: 0; background: linear-gradient(145deg, #09060d, #100814); text-align: left; }
.definition-points article::before { content: ""; position: absolute; top: 0; left: 0; width: 44%; height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet), transparent); }
.definition-points article:nth-child(even) { background: linear-gradient(145deg, #1d0d27, #150a1c); }
.definition-step-number { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--raspberry); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 10px 26px rgba(231,30,109,.22); }
.definition-points h3 { margin: 2px 0 10px; color: #fff; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.12; }
.definition-points p { max-width: 660px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.definition-points strong { color: #f0b8d4; font-weight: 800; }
.definition-points .definition-point-final { grid-column: auto; grid-template-columns: 54px minmax(0, 1fr); background: linear-gradient(145deg, #09060d, #100814); }
.definition-point-final p { max-width: 660px; }
.definition-points::after { content: ""; grid-column: 2; grid-row: 3; min-height: 100%; background: linear-gradient(90deg, rgba(7,4,11,.7), rgba(16,7,24,.34)), linear-gradient(0deg, rgba(14,7,20,.35), transparent 60%), url("./assets/editorial/definition-grid-visual.webp") center 42% / cover no-repeat; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }


.formats-editor-layout { display: block; }
.formats-section-head { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: end; gap: clamp(32px, 5vw, 88px); margin-bottom: 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.formats-section-head::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.formats-editor-copy { min-width: 0; text-align: left; }
.formats-editor-copy .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.formats-editor-copy h2 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: .92; letter-spacing: -.055em; text-align: left; }
.formats-editor-copy h2 em { display: inline; color: #f084bf; font-family: Georgia, serif; font-weight: 400; }
.formats-editor-intro { max-width: 680px; margin: 0; padding: 29px 30px 27px; border: 1px solid var(--line); border-left: 4px solid var(--raspberry); background: linear-gradient(130deg, rgba(231,30,109,.1), rgba(140,60,255,.035)); color: #d8cadf; font-size: 15px; line-height: 1.62; }
.formats-editor-intro strong { display: block; margin-bottom: 22px; color: #f084bf; font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.formats-editor-intro p { margin: 0 0 12px; }
.formats-editor-intro p:last-child { margin-bottom: 0; }
.formats-editor-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1px; margin-top: 28px; padding: 1px; background: var(--line); }
.formats-editor-list article { position: relative; display: grid; height: 100%; min-height: 410px; overflow: hidden; background: linear-gradient(135deg, rgba(8,6,13,.99), rgba(20,10,26,.96)); }
.formats-editor-list article::before { content: ""; position: absolute; z-index: 3; top: 0; left: 0; width: 46%; height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet), transparent); }
.formats-editor-list article:nth-child(2) { background: linear-gradient(135deg, rgba(42,20,51,.96), rgba(19,9,25,.98)); }
.formats-editor-list article.has-background::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(135deg, rgba(7,4,11,.94) 0%, rgba(10,5,15,.86) 54%, rgba(20,8,25,.6) 100%); pointer-events: none; }
.formats-editor-bg { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; filter: brightness(.62) saturate(.76); transform: scale(1.01); }
.formats-editor-list article:first-child .formats-editor-bg { object-position: center 25%; }
.formats-editor-list article:nth-child(3) .formats-editor-bg { object-position: center 23%; }
.formats-editor-content { position: relative; z-index: 2; display: grid; grid-template-columns: 58px minmax(0, 1fr); align-content: start; gap: 18px 22px; padding: clamp(34px, 3.2vw, 52px); }
.formats-editor-number { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--raspberry); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 10px 28px rgba(231,30,109,.3); }
.formats-editor-list h3 { max-width: 680px; margin: 2px 0 14px; color: #fff; font-size: clamp(21px, 1.8vw, 29px); line-height: 1.1; letter-spacing: -.025em; }
.formats-editor-list p { max-width: 690px; margin: 0 0 9px; color: var(--muted); font-size: 14px; line-height: 1.62; }
.formats-editor-list article.has-background p { color: #d8cfdd; }
.formats-editor-list p:last-child { margin-bottom: 0; }
.formats-editor-meta { grid-column: 2; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 6px; }
.formats-editor-meta span { padding: 7px 10px; border: 1px solid rgba(240,132,191,.25); background: rgba(255,255,255,.035); color: #d8cadf; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.formats-editor-list article.has-background .formats-editor-meta span { border-color: rgba(240,132,191,.34); background: rgba(7,4,11,.48); color: #f2e6f3; }
.final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 36px; }
.final-actions .button { min-height: 48px; padding: 11px 17px; gap: 18px; font-size: 12px; }

.functions-section-head { position: relative; margin-bottom: 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); text-align: left; }
.functions-section-head::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.functions-section-head .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.functions-section-head h2 { max-width: 1080px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .9; letter-spacing: -.07em; text-align: left; }
.functions-section-head h2 em { display: block; }
.functions-section-head + .feature-list { margin-top: 0; }

.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1px; margin: 46px 0 0; padding: 1px; background: var(--line); list-style: none; counter-reset: features; }
.feature-list li { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); align-content: start; gap: 0 clamp(17px, 2vw, 28px); height: 100%; min-height: 250px; padding: clamp(28px, 3vw, 42px); overflow: hidden; background: linear-gradient(145deg, rgba(13,8,18,.99), rgba(18,8,24,.96)); color: var(--muted); font-size: 14px; counter-increment: features; }
.feature-list li:nth-child(even) { background: linear-gradient(145deg, rgba(35,13,45,.98), rgba(22,9,29,.97)); }
.feature-list li::before { content: counter(features, decimal-leading-zero); position: relative; z-index: 1; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--raspberry); color: #fff; font-size: 11px; font-weight: 900; box-shadow: 0 14px 28px rgba(231,30,109,.25); }
.feature-list li::after { content: ""; position: absolute; top: 0; left: 0; width: 46%; height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.feature-list h3 { position: relative; z-index: 1; margin: 2px 0 12px; color: #fff; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.12; letter-spacing: -.025em; }
.feature-list p { position: relative; z-index: 1; grid-column: 2; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.feature-list p strong { color: #f0b8d4; font-weight: 800; }

.benefits-section-head { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: end; gap: clamp(32px, 5vw, 88px); margin-bottom: 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); text-align: left; }
.benefits-section-head::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.benefits-heading-copy { min-width: 0; }
.benefits-section-head .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.benefits-section-head h2 { max-width: 1080px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .9; letter-spacing: -.07em; text-align: left; }
.benefits-section-head h2 em { display: block; }
#avantages .benefits-intro { width: 100%; max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; text-align: left; }

.benefit-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.benefit-list li { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: start; align-content: start; gap: clamp(16px, 1.7vw, 24px); height: 100%; padding: clamp(24px, 2.2vw, 32px); overflow: hidden; border: 0; background: linear-gradient(145deg, #09060d, #100814); }
.benefit-list li:nth-child(even) { background: linear-gradient(145deg, #1d0d27, #150a1c); }
.benefit-list li::before { content: ""; position: absolute; top: 0; left: 0; width: 44%; height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet), transparent); }
.benefit-list li:last-child { grid-column: auto; }
.benefit-list li:last-child > div { max-width: none; }
.benefit-list li > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--raspberry); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 12px 28px rgba(231,30,109,.25); }
.benefit-list h3 { margin: 2px 0 12px; color: #fff; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.12; letter-spacing: -.025em; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.benefit-list p + p { margin-top: 10px; }
.benefit-list p strong { color: #f0b8d4; font-size: inherit; font-weight: 800; }
.benefit-list::after { content: ""; grid-column: 2; grid-row: 3; min-height: 100%; background: linear-gradient(90deg, rgba(7,4,11,.68), rgba(20,7,27,.3)), linear-gradient(0deg, rgba(12,6,18,.38), transparent 62%), url("./assets/editorial/benefits-grid-visual.webp") center 16% / cover no-repeat; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }


.platform-section-head { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: end; gap: clamp(32px, 5vw, 88px); margin-bottom: 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); text-align: left; }
.platform-section-head::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.platform-heading-copy { min-width: 0; }
.platform-section-head .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.platform-section-head h2 { max-width: 1080px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .9; letter-spacing: -.07em; text-align: left; }
.platform-section-head h2 em { display: block; }
.platform-intro-card { max-width: 930px; margin: 0; padding: 31px 34px 30px; border: 1px solid var(--line); border-left: 4px solid var(--raspberry); background: linear-gradient(130deg, rgba(231,30,109,.1), rgba(140,60,255,.035)); }
.platform-intro-card strong { display: block; margin-bottom: 24px; color: #f084bf; font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.platform-intro-card p { max-width: 850px; margin: 0; color: #d8cadf; font-size: 16px; line-height: 1.65; text-align: left; }

.showcase-row { display: block; margin-top: 0; }
.showcase-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 1px; padding: 1px; background: var(--line); }
#plateforme .showcase-copy article { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: start; align-content: start; gap: clamp(16px, 1.7vw, 24px); height: 100%; margin: 0; padding: clamp(24px, 2.2vw, 32px); overflow: hidden; border: 0; background: linear-gradient(145deg, #09060d, #100814); text-align: left; }
#plateforme .showcase-copy article:nth-child(even) { background: linear-gradient(145deg, #1d0d27, #150a1c); }
#plateforme .showcase-copy article::before { content: ""; position: absolute; top: 0; left: 0; width: 44%; height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet), transparent); }
.showcase-number { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--raspberry); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 12px 30px rgba(231,30,109,.24); }
.showcase-copy h3 { margin: 2px 0 12px; color: white; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.12; letter-spacing: -.025em; }
.showcase-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.showcase-copy p + p { margin-top: 12px; }
.showcase-copy p strong { color: #f0b8d4; font-weight: 800; }

.audience-section { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr); align-items: center; gap: clamp(34px, 7vw, 110px); min-height: 720px; padding: clamp(54px, 7vw, 104px) max(6vw, 30px); overflow: hidden; scroll-margin-top: 82px; background: radial-gradient(circle at 12% 18%, rgba(231,30,109,.29), transparent 34%), radial-gradient(circle at 87% 75%, rgba(140,60,255,.32), transparent 36%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), var(--night-soft); background-size: auto, auto, 38px 38px, 38px 38px, auto; }
.audience-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,7,16,.12), transparent 54%, rgba(11,7,16,.2)); pointer-events: none; }
.audience-copy { position: relative; z-index: 2; max-width: 820px; padding-left: clamp(20px, 2.4vw, 34px); border-left: 3px solid var(--raspberry); text-align: left; }
.audience-copy .eyebrow { justify-content: flex-start; margin-bottom: 18px; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .15em; }
.audience-section h2 { max-width: 820px; margin: 0 0 26px; font-size: clamp(48px, 5.8vw, 88px); line-height: .92; letter-spacing: -.065em; text-align: left; }
.audience-section h2 em { display: block; color: #f084bf; font-family: Georgia, serif; font-weight: 400; }
.audience-section p { max-width: 760px; margin: 0; color: #d4c3db; font-size: 15px; line-height: 1.62; text-align: left; }
.audience-section p + p { margin-top: 14px; }
.audience-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; }
.audience-cta { width: fit-content; margin-top: 0; }
.audience-actions .button-secondary,
.final-actions .button-secondary { border-color: rgba(240,132,191,.48); background: rgba(7,4,10,.82); font-style: italic; box-shadow: inset 0 0 24px rgba(140,60,255,.045); }
.audience-actions .button-secondary:hover,
.audience-actions .button-secondary:focus-visible,
.final-actions .button-secondary:hover,
.final-actions .button-secondary:focus-visible { border-color: var(--raspberry); background: linear-gradient(135deg, rgba(231,30,109,.22), rgba(140,60,255,.2)); box-shadow: 0 14px 34px rgba(231,30,109,.25), inset 0 0 22px rgba(140,60,255,.12); }
.audience-visual { position: relative; z-index: 2; display: grid; min-height: 570px; place-items: center; }
.audience-glow { position: absolute; width: min(37vw, 520px); aspect-ratio: 1; border: 1px solid rgba(240,132,191,.2); border-radius: 50%; background: radial-gradient(circle, rgba(231,30,109,.42), rgba(140,60,255,.16) 55%, transparent 71%); box-shadow: 0 0 0 48px rgba(231,30,109,.025), 0 0 0 96px rgba(140,60,255,.018); }
.audience-photo { position: relative; width: min(390px, 34vw); height: 550px; margin: 0; padding: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: rgba(20,11,31,.9); box-shadow: 0 30px 90px rgba(0,0,0,.52), 0 0 55px rgba(231,30,109,.24); transform: rotate(2.5deg); }
.audience-photo::before { content: ""; position: absolute; inset: 18px -22px -18px 22px; z-index: -1; border: 1px solid rgba(196,154,255,.22); border-radius: 26px; transform: rotate(-5deg); }
.audience-photo::after { content: ""; position: absolute; inset: 8px; border-radius: 18px; background: linear-gradient(180deg, transparent 58%, rgba(11,7,16,.56)); pointer-events: none; }
.audience-photo img { width: 100%; height: 100%; border-radius: 18px; object-fit: cover; object-position: center 24%; filter: saturate(.86) contrast(1.04); }
.audience-note { position: absolute; right: 0; bottom: 54px; display: grid; gap: 4px; min-width: 190px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.18); background: rgba(20,11,31,.88); box-shadow: 0 16px 48px rgba(0,0,0,.4); backdrop-filter: blur(12px); }
.audience-note small { color: #f084bf; font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.audience-note strong { font-size: 11px; letter-spacing: .08em; }

.faq-section { background: var(--night); }
.faq-section-head { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); align-items: end; gap: clamp(32px, 5vw, 88px); width: 100%; margin: 0 0 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); text-align: left; }
.faq-section-head::after { content: ""; position: absolute; bottom: -1px; left: 0; width: min(360px, 34%); height: 2px; background: linear-gradient(90deg, var(--raspberry), var(--violet)); }
.faq-heading-copy { min-width: 0; }
.faq-section-head .eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.faq-section-head h2 { max-width: 1080px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .9; letter-spacing: -.07em; text-align: left; }
.faq-section-head h2 em { display: inline; color: #f084bf; font-family: Georgia, serif; font-weight: 400; }
.faq-intro-card { width: 100%; margin: 0; padding: 28px 30px 27px; border: 1px solid var(--line); border-left: 4px solid var(--raspberry); background: linear-gradient(130deg, rgba(231,30,109,.1), rgba(140,60,255,.035)); text-align: left; }
.faq-intro-card strong { display: block; margin-bottom: 18px; color: #f084bf; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.faq-intro-card p { margin: 0; color: #d8cadf; font-size: 15px; line-height: 1.62; text-align: left; }
.faq-section .faq-list { width: min(100%, 860px); max-width: 860px; margin: 0 auto; text-align: left; }
.faq-section .faq-list details,
.faq-section .faq-list summary,
.faq-section .faq-list summary h3,
.faq-section .faq-list details p { text-align: left; }
.final-cta > p { max-width: 760px; }
.final-cta .button { max-width: 680px; }

@media (max-width: 980px) {
  .content-section { grid-template-columns: 1fr; gap: 24px; }
  .definition-section-head { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .platform-section-head { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .faq-section-head { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .definition-story-layout { grid-template-columns: 1fr; }
  .definition-intro-card { max-width: none; }
  .formats-editor-layout { grid-template-columns: 1fr; gap: 42px; }
  .formats-section-head { grid-template-columns: 1fr; align-items: start; gap: 24px; padding-bottom: 30px; }
  .formats-editor-intro { max-width: none; }
  .formats-editor-list { grid-template-columns: 1fr; }
  .formats-editor-content { padding: 32px 26px; }
  .feature-list { grid-template-columns: 1fr; }
  .benefits-section-head { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit-list li, .benefit-list li:last-child { grid-column: auto; }
  .benefit-list::after { grid-column: 1; grid-row: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .showcase-copy { grid-template-columns: 1fr; }
  .audience-section { grid-template-columns: minmax(0, 1.1fr) minmax(250px, .9fr); gap: 28px; min-height: 650px; padding: 70px 30px; }
  .audience-section h2 { font-size: clamp(42px, 6vw, 58px); }
  .audience-section p { font-size: 13px; }
  .audience-visual { min-height: 480px; }
  .audience-photo { width: min(330px, 36vw); height: 460px; }
}

@media (min-width: 681px) {
  .faq-section-head h2 { white-space: nowrap; }
}

@media (max-width: 680px) {
  .article-hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .article-hero .hero-actions .button { width: 100%; }
  .content-section { padding: 78px 20px; }
  .article-content > h2, .audience-section h2 { font-size: clamp(38px, 11vw, 54px); }
  .formats-section-head { margin-bottom: 34px; }
  .formats-section-head h2 { font-size: clamp(42px, 12vw, 58px); }
  .formats-editor-copy .eyebrow { margin-bottom: 16px; }
  .formats-editor-intro { margin: 0; padding: 25px 21px 23px; font-size: 13px; }
  .formats-editor-intro strong { margin-bottom: 17px; font-size: 9px; }
  .formats-editor-list { grid-template-columns: 1fr; margin-top: 28px; }
  .formats-editor-list article { min-height: 0; }
  .formats-editor-content { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 24px 18px 27px; }
  .formats-editor-number { width: 42px; height: 42px; font-size: 11px; }
  .formats-editor-list h3 { font-size: 16px; }
  .formats-editor-list p { font-size: 12px; }
  .formats-editor-meta { gap: 5px; }
  .formats-editor-meta span { padding: 6px 8px; font-size: 8px; }
  .definition-section-head { margin-bottom: 34px; }
  .definition-section-head h2 { font-size: clamp(42px, 12vw, 58px); }
  .definition-intro-card { padding: 44px 20px 23px; }
  .definition-intro-card::before { top: 14px; left: 20px; }
  .definition-intro-card p { font-size: 13px; }
  .definition-story-layout { gap: 20px; }
  .definition-points { grid-template-columns: 1fr; }
  .definition-points article { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; min-height: 0; padding: 22px 18px; }
  .definition-step-number { width: 42px; height: 42px; font-size: 10px; }
  .definition-points h3 { margin-top: 1px; font-size: 17px; }
  .definition-points p { font-size: 13px; }
  .definition-points .definition-point-final { grid-column: auto; grid-template-columns: 42px minmax(0, 1fr); }
  .definition-points::after { grid-column: 1; grid-row: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .functions-section-head { margin-bottom: 34px; padding-bottom: 30px; }
  .functions-section-head h2 { font-size: clamp(42px, 12vw, 58px); }
  .benefits-section-head { margin-bottom: 28px; padding-bottom: 30px; }
  .benefits-section-head h2 { font-size: clamp(42px, 12vw, 58px); }
  #avantages .benefits-intro { font-size: 14px; }
  .platform-section-head { margin-bottom: 34px; padding-bottom: 30px; }
  .platform-section-head h2 { font-size: clamp(42px, 12vw, 58px); }
  .platform-intro-card { max-width: none; margin-top: 0; padding: 25px 21px 23px; }
  .platform-intro-card strong { margin-bottom: 18px; font-size: 9px; }
  .platform-intro-card p { font-size: 14px; }
  .faq-section-head { margin-bottom: 26px; padding-bottom: 30px; }
  .faq-section-head h2 { font-size: clamp(42px, 12vw, 58px); }
  .faq-intro-card { margin: 0; padding: 24px 20px 23px; }
  .faq-intro-card strong { margin-bottom: 15px; font-size: 9px; }
  .faq-intro-card p { font-size: 13px; }
  #plateforme .showcase-copy article { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 22px 18px; }
  .showcase-number { width: 42px; height: 42px; font-size: 11px; }
  .showcase-copy h3 { font-size: 17px; }
  .showcase-copy p { font-size: 13px; }
  .feature-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 0 13px; min-height: 0; padding: 22px 18px; }
  .feature-list li::before { width: 42px; height: 42px; font-size: 10px; }
  .feature-list h3 { margin-top: 1px; font-size: 17px; }
  .feature-list p { grid-column: 2; font-size: 13px; }
  .benefit-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; min-height: 0; padding: 22px 18px; }
  .benefit-list li > div { grid-column: 2; }
  .benefit-list li > span { width: 42px; height: 42px; font-size: 10px; }
  .benefit-list h3 { margin-top: 1px; font-size: 17px; }
  .benefit-list p { font-size: 13px; }
  .audience-section { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding: 72px 20px 54px; }
  .audience-copy { padding-left: 16px; }
  .audience-section h2 { margin-bottom: 20px; }
  .audience-section p { font-size: 13px; }
  .audience-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 24px; }
  .audience-actions .audience-cta { width: 100%; margin: 0; }
  .audience-visual { min-height: 360px; }
  .audience-glow { width: 300px; }
  .audience-photo { width: min(280px, 74vw); height: 350px; }
  .audience-note { right: 2px; bottom: 20px; min-width: 170px; }
  .final-cta .button { width: 100%; text-align: left; }
}

/* Keep the complete hero inside the first viewport */
@media (min-width: 981px) {
  .article-hero { height: calc(100svh - 82px); min-height: 0; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); gap: clamp(28px, 4vw, 64px); padding-top: clamp(22px, 4vh, 44px); padding-bottom: clamp(22px, 4vh, 44px); }
  .article-hero .eyebrow { margin-bottom: clamp(10px, 1.7vh, 18px); }
  .article-hero h1 { font-size: clamp(38px, min(4.4vw, 7vh), 74px); line-height: .92; }
  .article-hero .hero-lead { margin-top: clamp(8px, 1.45vh, 16px); font-size: clamp(11px, 1.55vh, 15px); line-height: 1.4; }
  .article-hero .hero-actions { margin: clamp(13px, 2.2vh, 24px) 0 0; }
  .article-hero .hero-actions .button { min-height: clamp(46px, 6vh, 54px); padding-block: 11px; }
  .article-hero .hero-visual-collage { height: 100%; min-height: 0; }
  .article-hero .hero-collage { width: min(560px, 42vw); height: min(74vh, 600px); }
  .article-hero .hero-shot-left { top: 12%; height: 77%; }
  .article-hero .hero-shot-center { top: 3%; height: 90%; }
  .article-hero .hero-shot-right { top: 13%; height: 75%; }
}

@media (min-width: 681px) and (max-width: 980px) {
  .article-hero { height: calc(100svh - 82px); min-height: 0; grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr); gap: 22px; padding: 24px 30px; }
  .article-hero .eyebrow { margin-bottom: 10px; font-size: 8px; }
  .article-hero h1 { font-size: clamp(32px, 4.8vw, 42px); line-height: .93; }
  .article-hero .hero-lead { margin-top: 9px; font-size: clamp(10px, 1.35vw, 12px); line-height: 1.38; }
  .article-hero .hero-actions { margin: 14px 0 0; }
  .article-hero .hero-actions .button { min-height: 46px; padding: 10px 16px; font-size: 12px; }
  .article-hero .hero-visual-collage { height: 100%; min-height: 0; }
  .article-hero .hero-collage { width: 100%; height: min(72vh, 540px); }
  .article-hero .hero-shot-left { top: 13%; left: 0; width: 42%; height: 73%; }
  .article-hero .hero-shot-center { top: 4%; left: 27%; width: 46%; height: 88%; }
  .article-hero .hero-shot-right { top: 14%; right: auto; left: 59%; width: 41%; height: 71%; }
  .article-hero .floating-note { min-width: 112px; padding: 9px 11px; }
}

@media (min-width: 681px) and (max-height: 700px) {
  .article-hero { padding-top: 17px; padding-bottom: 17px; }
  .article-hero .eyebrow { margin-bottom: 7px; font-size: 7px; }
  .article-hero h1 { font-size: clamp(31px, min(3.9vw, 5.8vh), 43px); }
  .article-hero .hero-lead { margin-top: 6px; font-size: 10px; line-height: 1.3; }
  .article-hero .hero-actions { margin-top: 9px; }
  .article-hero .hero-actions .button { min-height: 42px; padding: 8px 14px; font-size: 11px; }
  .article-hero .hero-collage { height: min(76vh, 500px); }
}

@media (max-width: 680px) {
  .article-hero { height: calc(100svh - 70px); min-height: 0; grid-template-rows: auto minmax(105px, 1fr); gap: 8px; padding: 16px 20px 12px; }
  .article-hero .eyebrow { margin-bottom: 7px; font-size: 7px; letter-spacing: .13em; }
  .article-hero .eyebrow > span { width: 20px; }
  .article-hero h1 { font-size: clamp(28px, 8.1vw, 34px); line-height: .93; letter-spacing: -.06em; }
  .article-hero .hero-lead { margin-top: 7px; font-size: clamp(9.5px, 2.7vw, 11px); line-height: 1.3; }
  .article-hero .hero-actions { margin: 9px 0 0; }
  .article-hero .hero-actions .button { min-width: 0; min-height: 38px; flex: 1; gap: 5px; padding: 7px 9px; font-size: 9px; }
  .article-hero .hero-visual-collage { height: 100%; min-height: 0; }
  .article-hero .hero-collage { width: min(360px, 96vw); height: 100%; min-height: 105px; max-height: 170px; }
  .article-hero .hero-shot { padding: 3px; border-radius: 11px; }
  .article-hero .hero-shot img { border-radius: 7px; }
  .article-hero .hero-shot::after { top: 6px; right: 6px; padding: 3px 5px; font-size: 6px; }
  .article-hero .hero-shot-left { top: 13%; left: 0; width: 42%; height: 75%; }
  .article-hero .hero-shot-center { top: 2%; left: 28%; width: 44%; height: 94%; }
  .article-hero .hero-shot-right { top: 13%; right: auto; left: 58%; width: 42%; height: 75%; }
  .article-hero .glow { width: 210px; height: 210px; }
  .article-hero .floating-note { display: none; }
}

/* Full-viewport closing banner */
.final-cta { height: calc(100svh - 82px); min-height: 0; display: grid; grid-template-columns: minmax(0, .96fr) minmax(450px, 1.04fr); align-items: center; gap: clamp(34px, 5vw, 80px); padding: clamp(24px, 5vh, 56px) max(6vw, 30px); background: radial-gradient(circle at 12% 82%, rgba(231,30,109,.23), transparent 31%), radial-gradient(circle at 87% 18%, rgba(140,60,255,.3), transparent 34%), linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px), var(--night-soft); background-size: auto, auto, 38px 38px, 38px 38px, auto; text-align: left; }
.final-cta::before { top: 50%; left: 72%; width: min(43vw, 560px); height: min(43vw, 560px); transform: translate(-50%, -50%); box-shadow: 0 0 0 55px rgba(231,30,109,.025), 0 0 0 110px rgba(140,60,255,.02); }
.final-cta-copy { position: relative; z-index: 2; min-width: 0; padding-left: clamp(20px, 2.4vw, 34px); border-left: 3px solid var(--raspberry); }
.final-cta .final-cta-copy .eyebrow { justify-content: flex-start; margin: 0 0 clamp(12px, 1.8vh, 19px); font-size: 10px; }
.final-cta .final-cta-copy h2 { max-width: 820px; margin: 0; font-size: clamp(48px, min(5.4vw, 7.8vh), 86px); line-height: .9; letter-spacing: -.07em; }
.final-cta .final-cta-copy h2 em { display: block; }
.final-cta .final-cta-copy > p:not(.eyebrow) { max-width: 720px; margin: clamp(10px, 1.6vh, 16px) 0; color: var(--muted); font-size: clamp(12px, 1.7vh, 15px); line-height: 1.55; }
.final-cta .final-cta-copy .button { width: auto; min-height: clamp(43px, 5.8vh, 52px); margin-top: clamp(5px, 1vh, 11px); padding: 10px 18px; font-size: 13px; text-align: left; }
.final-cta .final-actions { gap: 7px; margin-top: clamp(5px, 1vh, 11px); }
.final-cta .final-actions .button { margin-top: 0; }
.final-cta-gallery { position: relative; z-index: 2; display: grid; width: min(100%, 680px); height: min(74vh, 620px); place-items: center; justify-self: center; color: #fff; }
.final-cta-gallery .glow { width: min(43vw, 540px); height: min(43vw, 540px); }
.final-hero-collage { width: min(620px, 100%); height: min(100%, 610px); }
.final-cta-gallery .hero-shot-left { top: 12%; left: 0; width: 39%; height: 77%; }
.final-cta-gallery .hero-shot-center { top: 3%; left: 30%; width: 40%; height: 90%; }
.final-cta-gallery .hero-shot-right { top: 13%; right: auto; left: 62%; width: 38%; height: 75%; }
.final-cta-gallery .hero-shot img { object-position: center center; transition: transform .5s ease, filter .5s ease; }
.final-cta-gallery .final-hero-shot-one img { object-position: center 44%; }
.final-cta-gallery .final-hero-shot-two img { object-position: center 36%; }
.final-cta-gallery .final-hero-shot-three img { object-position: center 42%; }
.final-cta-gallery:hover .hero-shot img, .final-cta-gallery:focus-visible .hero-shot img { transform: scale(1.025); filter: saturate(1.06) contrast(1.03); }
.final-media-note { z-index: 5; right: 0; bottom: 5%; min-width: 270px; color: #fff; text-align: left; pointer-events: none; }
.final-media-note strong { font-size: 14px; letter-spacing: .055em; line-height: 1.2; }

@media (min-width: 681px) and (max-width: 980px) {
  .final-cta { grid-template-columns: minmax(0, 1.18fr) minmax(240px, .82fr); gap: 28px; padding: 24px 30px; }
  .final-cta .final-cta-copy h2 { font-size: clamp(34px, 5vw, 46px); }
  .final-cta .final-cta-copy > p:not(.eyebrow) { margin-block: 7px; font-size: 10.5px; line-height: 1.34; }
  .final-cta-gallery { width: 100%; height: min(70vh, 540px); }
  .final-hero-collage { width: 100%; height: 100%; }
  .final-cta-gallery .hero-shot-left { top: 13%; left: 0; width: 42%; height: 73%; }
  .final-cta-gallery .hero-shot-center { top: 4%; left: 27%; width: 46%; height: 88%; }
  .final-cta-gallery .hero-shot-right { top: 14%; right: auto; left: 59%; width: 41%; height: 71%; }
  .final-media-note { min-width: 210px; padding: 10px 12px; }
  .final-media-note strong { font-size: 11px; }
}

@media (min-width: 681px) and (max-height: 700px) {
  .final-cta { padding-top: 17px; padding-bottom: 17px; }
  .final-cta .final-cta-copy .eyebrow { margin-bottom: 7px; font-size: 7px; }
  .final-cta .final-cta-copy h2 { font-size: clamp(31px, min(4.2vw, 5.8vh), 45px); }
  .final-cta .final-cta-copy > p:not(.eyebrow) { margin-block: 5px; font-size: 9.5px; line-height: 1.28; }
  .final-cta .final-cta-copy .button { min-height: 40px; margin-top: 4px; padding-block: 8px; font-size: 11px; }
  .final-cta-gallery { height: min(76vh, 520px); }
  .final-hero-collage { height: 100%; }
}

@media (max-width: 680px) {
  .final-cta { height: calc(100svh - 70px); min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto minmax(150px, 1fr); gap: 12px; padding: 14px 20px 12px; }
  .final-cta::before { left: 50%; width: 260px; height: 260px; }
  .final-cta .final-cta-copy .eyebrow { margin-bottom: 6px; font-size: 7px; }
  .final-cta .final-cta-copy h2 { font-size: clamp(27px, 7.8vw, 33px); line-height: .93; }
  .final-cta .final-cta-copy > p:not(.eyebrow) { margin-block: 5px; font-size: clamp(9px, 2.45vw, 10.5px); line-height: 1.27; }
  .final-cta .final-cta-copy .button { width: auto; min-height: 39px; margin-top: 3px; padding: 7px 13px; font-size: 10px; }
  .final-cta .final-actions { display: flex; flex-wrap: nowrap; gap: 5px; margin-top: 4px; }
  .final-cta .final-actions .button { min-width: 0; flex: 1; gap: 5px; margin-top: 0; padding-inline: 8px; font-size: 9px; }
  .final-cta-copy { padding-left: 16px; }
  .final-cta-gallery { width: min(100%, 380px); height: 100%; min-height: 150px; max-height: 235px; }
  .final-cta-gallery .glow { width: 210px; height: 210px; }
  .final-hero-collage { width: min(360px, 96vw); height: 100%; min-height: 150px; max-height: 235px; }
  .final-cta-gallery .hero-shot { padding: 3px; border-radius: 11px; }
  .final-cta-gallery .hero-shot img { border-radius: 7px; }
  .final-cta-gallery .hero-shot::after { top: 6px; right: 6px; padding: 3px 5px; font-size: 6px; }
  .final-cta-gallery .hero-shot-left { top: 13%; left: 0; width: 42%; height: 75%; }
  .final-cta-gallery .hero-shot-center { top: 2%; left: 28%; width: 44%; height: 94%; }
  .final-cta-gallery .hero-shot-right { top: 13%; right: auto; left: 58%; width: 42%; height: 75%; }
  .final-media-note { right: 0; bottom: 4px; min-width: 158px; padding: 7px 9px; }
  .final-media-note small { font-size: 6px; }
  .final-media-note strong { font-size: 9px; }
}

/* Unified centered composition */
.hero-copy { text-align: center; }
.hero-copy h1, .hero-copy .hero-lead { margin-right: auto; margin-left: auto; }
.hero-copy .eyebrow, .hero-copy .hero-actions { justify-content: center; }

.section, .simulator-section, .generator-demo-section { margin-inline: auto; }
.model-grid { width: min(100%, 1450px); margin-inline: auto; }

.gallery-section .split-heading { text-align: left; }
.gallery-section .card-body { text-align: left; }

.chat-section-head { justify-items: stretch; text-align: left; }
.simulator-heading { margin-right: auto; margin-left: auto; }
.chat-section-head .simulator-heading { margin: 0; }
.chat-section-head .simulator-heading .eyebrow { justify-content: flex-start; }
.generator-demo-copy .eyebrow { justify-content: flex-start; }

.generator-demo-copy { text-align: left; }
.generator-workspace { margin-inline: auto; }

.content-section { display: block; }
.article-content { width: min(100%, 1180px); margin-inline: auto; }
.article-content > .eyebrow { justify-content: center; }
.article-content > h2, .article-content > p { margin-right: auto; margin-left: auto; text-align: center; }
.feature-list, .benefit-list, .showcase-row, .faq-list { margin-right: auto; margin-left: auto; }
.showcase-copy article { text-align: center; }

.audience-section { text-align: left; }

.final-cta { text-align: left; }
.final-cta .final-cta-copy .eyebrow, .final-cta .final-actions { justify-content: flex-start; }
.final-cta .final-cta-copy h2, .final-cta .final-cta-copy > p:not(.eyebrow) { margin-right: 0; margin-left: 0; }

@media (max-width: 680px) {
  .content-section, .section, .simulator-section, .generator-demo-section { padding-right: 20px; padding-left: 20px; }
  .final-cta .final-actions { justify-content: flex-start; }
}

/* Hero: static three-image composition with left-aligned copy */
.article-hero .hero-copy { justify-self: start; text-align: left; }
.article-hero .hero-copy h1, .article-hero .hero-copy .hero-lead { margin-right: 0; margin-left: 0; text-align: left; }
.article-hero .hero-copy .eyebrow { justify-content: flex-start; text-align: left; }
.article-hero .hero-copy .hero-actions { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 10px; text-align: left; }
.article-hero .hero-actions .button { flex: 0 0 auto; font-weight: 700; }
.article-hero .hero-actions .button-secondary { font-style: italic; }
.article-hero .hero-copy h1 { margin-bottom: clamp(12px, 1.7vh, 18px); }
.article-hero .hero-copy .hero-lead { margin-top: 0; margin-bottom: 0; }
.article-hero .hero-copy .hero-lead + .hero-lead { margin-top: clamp(8px, 1.2vh, 13px); }
.article-hero .hero-copy .hero-actions { margin-top: clamp(14px, 2vh, 22px); margin-bottom: 0; }

@media (max-width: 680px) {
  .article-hero .hero-copy .hero-actions { flex-wrap: nowrap; gap: 6px; }
  .article-hero .hero-actions .button { min-width: 0; flex: 1 1 0; padding-inline: 8px; font-size: 8.5px; }
  .article-hero .hero-copy h1 { margin-bottom: 8px; }
  .article-hero .hero-copy .hero-lead + .hero-lead { margin-top: 6px; }
  .article-hero .hero-copy .hero-actions { margin-top: 10px; }
}

/* Keep the two hero labels above the static photo stack */
.article-hero .floating-note { z-index: 9; min-width: 158px; padding: 13px 16px; border-color: rgba(255,255,255,.28); background: linear-gradient(135deg, rgba(11,7,16,.97), rgba(41,20,56,.97)); box-shadow: 0 18px 48px rgba(0,0,0,.58), 0 0 30px rgba(231,30,109,.18); backdrop-filter: blur(12px); transition: transform .2s, border-color .2s, box-shadow .2s; }
.article-hero .floating-note small { color: #e7b8d2; }
.article-hero .floating-note strong { color: #fff; }
.article-hero .note-one { top: 9%; left: -18px; }
.article-hero .note-two { right: -18px; bottom: 9%; }

@media (max-width: 1180px) and (min-width: 681px) {
  .article-hero .note-one { left: 0; }
  .article-hero .note-two { right: 0; }
}

/* Hero: larger H1 and a more even vertical rhythm across the banner */
@media (min-width: 981px) and (min-height: 701px) {
  .article-hero .hero-copy {
    align-self: stretch;
    display: grid;
    grid-template-rows: auto auto auto;
    align-content: space-between;
    padding-block: clamp(8px, 1.6vh, 18px);
  }

  .article-hero .hero-copy .eyebrow,
  .article-hero .hero-copy h1,
  .article-hero .hero-copy .hero-lead,
  .article-hero .hero-copy .hero-lead + .hero-lead,
  .article-hero .hero-copy .hero-actions {
    margin-top: 0;
    margin-bottom: 0;
  }

  .article-hero .hero-copy h1 {
    font-size: clamp(52px, min(5vw, 8vh), 88px);
    line-height: .91;
  }

  .article-hero .hero-heading-group {
    display: grid;
    gap: clamp(14px, 1.8vh, 20px);
  }

  .article-hero .hero-description {
    display: grid;
    gap: clamp(14px, 1.8vh, 20px);
  }

  .article-hero .hero-copy .hero-lead {
    max-width: 760px;
    font-size: clamp(14px, 1.8vh, 17px);
    line-height: 1.5;
  }
}

/* Mobile hero: compact flow without an empty gap before the image collage */
@media (max-width: 680px) {
  .article-hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    align-items: start;
    gap: 0;
    padding: 28px 20px 34px;
  }

  .article-hero .hero-copy {
    display: contents;
  }

  .article-hero .hero-heading-group {
    order: 1;
    width: 100%;
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
  }
  .article-hero .hero-copy .eyebrow { margin-bottom: 0; }
  .article-hero .hero-copy h1 {
    margin-bottom: 0;
    font-size: clamp(31px, 9.4vw, 39px);
    line-height: .94;
  }
  .article-hero .hero-copy .hero-lead {
    margin-top: 0;
    font-size: clamp(10.5px, 3vw, 12px);
    line-height: 1.45;
  }
  .article-hero .hero-description {
    order: 3;
    width: 100%;
    display: grid;
    gap: 11px;
  }
  .article-hero .hero-copy .hero-lead + .hero-lead { margin-top: 0; }

  .article-hero .hero-copy .hero-actions {
    order: 4;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }
  .article-hero .hero-actions .button {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 10px;
    justify-content: center;
    text-align: center;
  }
  .article-hero .hero-actions .button span {
    position: absolute;
    right: 14px;
  }

  .article-hero .hero-visual-collage {
    order: 2;
    width: 100%;
    height: 210px;
    min-height: 210px;
    margin-bottom: 18px;
  }
  .article-hero .hero-collage {
    width: min(390px, 100%);
    height: 210px;
    min-height: 210px;
    max-height: none;
  }

  .ticker {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
    gap: 1px;
    padding: 1px;
    overflow: visible;
    font-size: 7px;
    letter-spacing: .12em;
    white-space: normal;
  }
  .ticker span {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    background: rgba(23, 10, 31, .14);
    text-align: center;
  }
  .ticker i { display: none; }
}

/* Consistent heading hierarchy: every section H2 stays below the hero H1. */
.article-page h2 {
  font-size: clamp(36px, 4vw, 62px) !important;
}

@media (min-width: 681px) and (max-width: 980px) {
  .article-page h2 {
    font-size: clamp(26px, 3.7vw, 32px) !important;
  }
}

@media (max-width: 680px) {
  .article-page h2 {
    font-size: clamp(25px, 7.4vw, 30px) !important;
  }

  .site-header .button,
  .article-page .button,
  .article-page .card-link {
    position: relative;
    justify-content: center;
    text-align: center;
  }

  .article-page .button > span,
  .article-page .card-link > b {
    position: absolute;
    right: 14px;
  }

  .final-actions,
  .chat-section-cta {
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .audience-cta {
    margin-right: auto;
    margin-left: auto;
  }

  .simulator-form button,
  .generator-options button {
    justify-content: center;
    text-align: center;
  }
}

/* Use the gallery content span for every main section except the hero and final CTA. */
.simulator-section,
.generator-demo-section,
.content-section,
.audience-section {
  padding-right: max(6vw, 30px);
  padding-left: max(6vw, 30px);
}

.content-section {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.article-content,
.chat-section-head,
.chat-product-shell,
.generator-demo-layout,
.generator-workspace {
  width: 100%;
  max-width: none;
}

.article-content,
.chat-section-head,
.chat-product-shell,
.generator-demo-layout,
.generator-workspace {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 680px) {
  .simulator-section,
  .generator-demo-section,
  .content-section,
  .audience-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Keep prose visually uniform; bold remains reserved for headings, buttons and UI labels. */
.article-page p strong,
.site-footer p strong {
  color: inherit;
  font-weight: inherit;
}

/* One visual system for every introductory text panel. */
.info-panel {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 680px;
  padding: 42px 30px 28px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--raspberry);
  background: linear-gradient(145deg, rgba(231,30,109,.1), rgba(140,60,255,.055));
  color: #cfc0d5;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.info-panel::before,
.info-panel > strong {
  position: absolute;
  top: 16px;
  left: 30px;
  margin: 0;
  color: #f084bf;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
}

.info-panel p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}

.formats-editor-intro.info-panel p + p {
  margin-top: 10px;
}

#avantages .benefits-intro.info-panel {
  width: 100%;
  max-width: 680px;
  color: #cfc0d5;
  font-size: 14px;
  line-height: 1.55;
}

#avantages .benefits-intro.info-panel::before {
  content: "LIBERTÉ CRÉATIVE · SUR MESURE";
}

@media (max-width: 680px) {
  .info-panel {
    padding: 38px 20px 21px;
    font-size: 12px;
  }

  .info-panel::before,
  .info-panel > strong {
    top: 14px;
    left: 20px;
  }

  #avantages .benefits-intro.info-panel {
    font-size: 12px;
  }
}

/* Responsive safeguards for narrow phones, zoomed layouts and long French labels. */
main,
section,
.article-page,
.article-content,
.hero-copy,
.hero-visual,
.chat-product-shell,
.generator-demo-layout,
.generator-workspace,
.generator-dashboard,
.generator-settings,
.generator-output,
.formats-editor-content,
.definition-points article,
.feature-list li,
.benefit-list li,
.showcase-copy article {
  min-width: 0;
}

h1,
h2,
h3,
p,
a,
button,
summary {
  overflow-wrap: break-word;
}

input,
textarea,
select {
  max-width: 100%;
}

@media (max-width: 420px) {
  .site-header { gap: 8px; padding-inline: 10px; }
  .brand { gap: 7px; }
  .brand-logo { width: 42px; height: 42px; }
  .brand-copy { font-size: 13px; }
  .button-small { min-height: 36px; padding: 7px 10px; font-size: 10px; }

  .hero,
  .section,
  .simulator-section,
  .generator-demo-section,
  .content-section,
  .audience-section { padding-right: 14px; padding-left: 14px; }

  .simulator-form { grid-template-columns: 1fr; }
  .simulator-form button { width: 100%; min-width: 0; }
  .workspace-bar { grid-template-columns: auto minmax(0, 1fr); }
  .workspace-bar > .credit-balance { display: none; }
  .generator-workspace .style-controls { grid-template-columns: 1fr; }
  .generator-options { grid-template-columns: 1fr; }

  .formats-editor-content,
  .definition-points article,
  .definition-points .definition-point-final,
  .feature-list li,
  .benefit-list li,
  #plateforme .showcase-copy article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 20px 14px;
  }

  .formats-editor-number,
  .definition-step-number,
  .feature-list li::before,
  .benefit-list li > span,
  .showcase-number { width: 38px; height: 38px; font-size: 9px; }

  .formats-editor-meta { grid-column: 1 / -1; }
  .final-cta { padding-right: 14px; padding-left: 14px; }
}
