/* Melis custom page styles — Partners, partner details, News, Legal.
   Loaded site-wide so CMS pages only need the HTML content (no inline <style>).
   Display fonts: Plus Jakarta Sans + Rubik. */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Rubik:wght@400;500;600;700&display=swap");

/* ====================== PARTNERS (pt-) ====================== */
html.wow-reveal-all .wow { visibility: visible !important; opacity: 1 !important; animation-name: none !important; }

		/* ============================================================
		   PARTNERS (pt-) — built on the Melis red-theme tokens, same
		   look as the cs- Business Case / News pages.
		   ============================================================ */
		:root {
			--cs-theme: #ff0000;
			--cs-ink: #2b3240;
			--cs-body: #6c757d;
			--cs-mist: #f2f4f8;
			--cs-line: #e7eaf0;
			--cs-blush: #ffe9e9;
		}
		.cs-page, .cs-page p, .cs-page li { font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
		.cs-page h1, .cs-page h2, .cs-page h3, .cs-page h4, .cs-page h5, .cs-page h6 { font-family: 'Plus Jakarta Sans', sans-serif; }
		.cs-page { color: var(--cs-body); background: #fff; }

		body.cs-body-page #header { background: #fff !important; box-shadow: 0 2px 18px rgba(0,0,0,.05) !important; }

		/* ---------- HERO ---------- */
		.pt-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff5f5 55%, #fff 100%); padding: 150px 0 60px; isolation: isolate; }
		.pt-hero-blob { position: absolute; border-radius: 50%; filter: blur(10px); z-index: -1; opacity: .7; }
		.pt-hero-blob--1 { width: 380px; height: 380px; right: -90px; top: -60px; background: radial-gradient(closest-side, rgba(255,0,0,.10), transparent 70%); }
		.pt-hero-blob--2 { width: 320px; height: 320px; left: -80px; bottom: -80px; background: radial-gradient(closest-side, rgba(0,133,74,.08), transparent 70%); }
		.pt-breadcrumb { font-size: 13px; color: #9aa1ad; margin-bottom: 22px; }
		.pt-breadcrumb a { color: #9aa1ad; }
		.pt-breadcrumb a:hover { color: var(--cs-theme); }
		.pt-breadcrumb span { margin: 0 8px; opacity: .6; }
		.pt-eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 12.5px; font-weight: 700; color: var(--cs-theme); margin: 0 0 16px; }
		.pt-eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--cs-theme); display: inline-block; }
		.pt-hero-title { font-size: clamp(34px, 4.6vw, 54px); font-weight: 800; color: var(--cs-ink); line-height: 1.06; letter-spacing: -.02em; margin: 0 0 18px; }
		.pt-hero-sub { font-size: 19px; line-height: 1.6; color: #5a6270; margin: 0 auto; max-width: 640px; }

		/* ---------- SECTION ---------- */
		.pt-section { padding: 70px 0 40px; }
		.pt-section-head { margin-bottom: 44px; }
		.pt-section-head h2 { font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; color: var(--cs-ink); margin: 0 0 10px; }
		.pt-section-head p { font-size: 17px; color: #5a6270; margin: 0; }

		/* ---------- PARTNER CARD ---------- */
		.pt-col { margin-bottom: 30px; }
		.pt-card { height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--cs-line); border-radius: 20px; padding: 30px 30px 28px; box-shadow: 0 14px 40px rgba(20,23,40,.06); transition: transform .2s, box-shadow .2s; }
		.pt-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(20,23,40,.10); }
		.pt-logo { height: 70px; display: flex; align-items: center; margin-bottom: 22px; }
		.pt-logo img { max-height: 50px; max-width: 200px; width: auto; object-fit: contain; }
		.pt-wordmark { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -.01em; color: var(--cs-ink); }
		.pt-wordmark span { color: var(--cs-theme); }
		.pt-badge { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--cs-theme); background: var(--cs-blush); border-radius: 100px; padding: 6px 13px; margin-bottom: 14px; }
		.pt-card h3 { font-size: 21px; font-weight: 700; color: var(--cs-ink); margin: 0 0 10px; }
		.pt-card p { font-size: 15.5px; line-height: 1.65; color: var(--cs-body); margin: 0 0 22px; }
		.pt-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; color: var(--cs-theme); text-decoration: none; }
		.pt-link svg { width: 16px; height: 16px; transition: transform .18s; }
		.pt-link:hover { color: #c20000; }
		.pt-link:hover svg { transform: translateX(3px); }
		.pt-link.is-muted { color: #9aa1ad; }
		.pt-link.is-muted:hover { color: var(--cs-ink); }

		/* ---------- CTA BAND ---------- */
		.cs-cta { position: relative; overflow: hidden; background: linear-gradient(125deg, #1f242e 0%, #2b1418 60%, #3a0d0f 100%); padding: 84px 0; isolation: isolate; }
		.cs-cta-glow { position: absolute; left: 50%; top: 0; width: 640px; height: 420px; transform: translateX(-50%); z-index: -1; background: radial-gradient(closest-side, rgba(255,0,0,.30), transparent 72%); }
		.cs-cta h2 { color: #fff; font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -.01em; margin: 0 0 16px; }
		.cs-cta p { color: rgba(255,255,255,.66); font-size: 18px; max-width: 560px; margin: 0 auto 30px; }
		.cs-cta .btn { margin: 7px; }
		.cs-cta .cs-btn-ghost { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); }
		.cs-cta .cs-btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); color: #fff; }

		/* ---------- TECHNOLOGY & ECOSYSTEM (logo wall) ---------- */
		.pt-tech { padding: 30px 0 60px; }
		.pt-tech-intro { max-width: 720px; margin: 0 auto 50px; text-align: center; }
		.pt-tech-group { margin-bottom: 38px; }
		.pt-tech-group h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: #9aa1ad; font-weight: 700; margin: 0 0 18px; }
		.pt-tech-grid { display: flex; flex-wrap: wrap; gap: 14px; }
		.pt-tile { display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 150px; height: 74px; padding: 0 24px; background: #fff; border: 1px solid var(--cs-line); border-radius: 14px; box-shadow: 0 4px 14px rgba(20,23,40,.04); transition: transform .18s, box-shadow .18s, border-color .18s; flex: 1 1 auto; }
		.pt-tile:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(20,23,40,.08); border-color: #d9dde6; }
		.pt-tile img { max-height: 34px; max-width: 130px; width: auto; object-fit: contain; }
		.pt-tile svg { height: 30px; width: auto; max-width: 44px; }
		.pt-tile-label { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: var(--cs-ink); font-size: 16px; }
		.pt-soon { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--cs-theme); background: var(--cs-blush); border-radius: 100px; padding: 2px 8px; }

		/* Agencies logo wall: normalize logo sizes (different aspect ratios) */
		.pt-agencies .pt-tile img { max-height: none; width: auto; max-width: 150px; }
		.pt-agencies .pt-tile img[alt="Publicis"] { height: 50px; }
		.pt-agencies .pt-tile img[alt="VML"] { height: 44px; }
		.pt-agencies .pt-tile img[alt="Valtech"] { height: 30px; }
		.pt-agencies .pt-tile img[alt="Havas"],
		.pt-agencies .pt-tile img[alt="BBDO"],
		.pt-agencies .pt-tile img[alt="WPP"] { height: 26px; }

		/* Become-a-partner CTA card (in the integration partners grid) */
		.pt-cta-card { height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(120deg, #fff5f5, #fff); border: 1.5px dashed #f3b4b4; border-radius: 20px; padding: 30px; }
		.pt-cta-card h3 { font-size: 20px; font-weight: 800; color: var(--cs-ink); margin: 0 0 8px; }
		.pt-cta-card p { font-size: 15px; line-height: 1.6; color: var(--cs-body); margin: 0 0 20px; }

		@media (max-width: 991px) {
			.pt-hero { padding: 124px 0 50px; }
			.pt-section { padding: 50px 0 30px; }
			.pt-tile { min-width: 130px; height: 66px; padding: 0 16px; }
		}

/* ====================== PARTNER DETAIL (pd-) ====================== */
html.wow-reveal-all .wow { visibility: visible !important; opacity: 1 !important; animation-name: none !important; }

		/* ============================================================
		   PARTNER DETAIL (pd-) — same design language as the cs- pages.
		   ============================================================ */
		:root {
			--cs-theme: #ff0000;
			--cs-ink: #2b3240;
			--cs-body: #6c757d;
			--cs-mist: #f2f4f8;
			--cs-line: #e7eaf0;
			--cs-blush: #ffe9e9;
		}
		.cs-page, .cs-page p, .cs-page li { font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
		.cs-page h1, .cs-page h2, .cs-page h3, .cs-page h4, .cs-page h5, .cs-page h6, .pd-eyebrow { font-family: 'Plus Jakarta Sans', sans-serif; }
		.cs-page { color: var(--cs-body); background: #fff; }
		body.cs-body-page #header { background: #fff !important; box-shadow: 0 2px 18px rgba(0,0,0,.05) !important; }

		.pd-section { padding: 80px 0; }
		.pd-section--mist { background: var(--cs-mist); }
		.pd-eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 12.5px; font-weight: 700; color: var(--cs-theme); margin: 0 0 16px; }
		.pd-eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--cs-theme); display: inline-block; }
		.pd-h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 800; color: var(--cs-ink); line-height: 1.12; letter-spacing: -.01em; margin: 0 0 18px; }
		.pd-lead { font-size: 18px; line-height: 1.75; color: #5a6270; }
		.pd-body { font-size: 16.5px; line-height: 1.8; }
		.pd-body p { margin: 0 0 18px; }
		.pd-body strong { color: var(--cs-ink); font-weight: 600; }

		/* hero */
		.pd-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff5f5 55%, #fff 100%); padding: 150px 0 70px; isolation: isolate; }
		.pd-hero-blob { position: absolute; border-radius: 50%; filter: blur(10px); z-index: -1; opacity: .7; }
		.pd-hero-blob--1 { width: 380px; height: 380px; right: -90px; top: -60px; background: radial-gradient(closest-side, rgba(255,0,0,.10), transparent 70%); }
		.pd-hero-blob--2 { width: 320px; height: 320px; left: -80px; bottom: -80px; background: radial-gradient(closest-side, rgba(234,27,34,.08), transparent 70%); }
		.pd-breadcrumb { font-size: 13px; color: #9aa1ad; margin-bottom: 26px; }
		.pd-breadcrumb a { color: #9aa1ad; }
		.pd-breadcrumb a:hover { color: var(--cs-theme); }
		.pd-breadcrumb span { margin: 0 8px; opacity: .6; }
		.pd-cobrand { display: inline-flex; align-items: center; gap: 22px; padding: 14px 26px; background: #fff; border: 1px solid var(--cs-line); border-radius: 100px; box-shadow: 0 6px 22px rgba(20,23,40,.06); margin-bottom: 30px; }
		.pd-cobrand img { display: block; }
		.pd-cobrand .pd-cobrand-partner { height: 34px; max-width: 150px; object-fit: contain; }
		.pd-cobrand .pd-cobrand-melis { height: 26px; }
		.pd-cobrand .pd-cobrand-x { width: 20px; height: 20px; color: #c5cad3; }
		.pd-hero-title { font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; color: var(--cs-ink); line-height: 1.06; letter-spacing: -.02em; margin: 0 0 20px; }
		.pd-hero-title .is-red { color: var(--cs-theme); }
		.pd-hero-sub { font-size: 19px; line-height: 1.6; color: #5a6270; margin: 0 auto 28px; max-width: 620px; }
		.pd-meta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
		.pd-chip { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #5a6270; background: #fff; border: 1px solid var(--cs-line); border-radius: 100px; padding: 7px 15px; }
		.pd-chip i { color: var(--cs-theme); font-style: normal; }

		/* cards */
		.pd-card { height: 100%; background: #fff; border: 1px solid var(--cs-line); border-radius: 18px; padding: 30px 28px; box-shadow: 0 14px 40px rgba(20,23,40,.06); }
		.pd-card-ico { width: 48px; height: 48px; border-radius: 13px; background: var(--cs-blush); color: var(--cs-theme); display: grid; place-items: center; margin-bottom: 18px; }
		.pd-card-ico svg { width: 24px; height: 24px; }
		.pd-card h3 { font-size: 19px; font-weight: 700; color: var(--cs-ink); margin: 0 0 10px; }
		.pd-card p { font-size: 15px; line-height: 1.6; color: var(--cs-body); margin: 0; }

		/* checklist */
		.pd-list { list-style: none; margin: 8px 0 0; padding: 0; }
		.pd-list li { position: relative; padding: 11px 0 11px 38px; font-size: 16px; line-height: 1.5; color: #3f4654; border-bottom: 1px solid #f0f2f6; }
		.pd-list li:last-child { border-bottom: 0; }
		.pd-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 23px; height: 23px; border-radius: 50%; background: var(--cs-blush); }
		.pd-list li::after { content: ""; position: absolute; left: 8px; top: 16px; width: 6px; height: 11px; border: solid var(--cs-theme); border-width: 0 2px 2px 0; transform: rotate(45deg); }

		/* quote */
		.pd-quote { background: #fff; border: 1px solid var(--cs-line); border-radius: 20px; padding: 40px 38px; box-shadow: 0 20px 50px rgba(20,23,40,.07); position: relative; }
		.pd-quote-mark { position: absolute; top: 16px; right: 30px; font-size: 90px; line-height: 1; color: var(--cs-blush); font-weight: 800; font-family: 'Plus Jakarta Sans', sans-serif; }
		.pd-quote p { font-size: 20px; line-height: 1.55; color: var(--cs-ink); font-weight: 500; margin: 0 0 20px; }
		.pd-quote-by { font-size: 14.5px; color: var(--cs-body); }
		.pd-quote-by b { color: var(--cs-ink); }

		/* outbound link */
		.pd-out { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 16px; color: var(--cs-theme); text-decoration: none; }
		.pd-out svg { width: 17px; height: 17px; transition: transform .18s; }
		.pd-out:hover { color: #c20000; } .pd-out:hover svg { transform: translateX(3px); }

		/* CTA */
		.cs-cta { position: relative; overflow: hidden; background: linear-gradient(125deg, #1f242e 0%, #2b1418 60%, #3a0d0f 100%); padding: 84px 0; isolation: isolate; }
		.cs-cta-glow { position: absolute; left: 50%; top: 0; width: 640px; height: 420px; transform: translateX(-50%); z-index: -1; background: radial-gradient(closest-side, rgba(255,0,0,.30), transparent 72%); }
		.cs-cta h2 { color: #fff; font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; margin: 0 0 16px; }
		.cs-cta p { color: rgba(255,255,255,.66); font-size: 18px; max-width: 560px; margin: 0 auto 30px; }
		.cs-cta .btn { margin: 7px; }
		.cs-cta .cs-btn-ghost { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); }
		.cs-cta .cs-btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); color: #fff; }

		@media (max-width: 991px) {
			.pd-hero { padding: 124px 0 56px; }
			.pd-section { padding: 60px 0; }
			.pd-quote { margin-top: 30px; }
		}
	
		.pd-hero-sub { margin: 0 0 26px; max-width: 560px; }
		.pd-facts { background: #fff; border: 1px solid var(--cs-line); border-radius: 20px; padding: 28px 30px 24px; box-shadow: 0 18px 50px rgba(20,23,40,.08); }
		.pd-facts-head { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #9aa1ad; padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid var(--cs-line); font-family: "Plus Jakarta Sans", sans-serif; }
		.pd-fact { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid #f0f2f6; }
		.pd-fact:last-of-type { border-bottom: 0; }
		.pd-fact-k { font-size: 13.5px; color: var(--cs-body); }
		.pd-fact-v { font-size: 14px; font-weight: 700; color: var(--cs-ink); font-family: "Plus Jakarta Sans", sans-serif; text-align: right; }
		.pd-facts .pd-out { margin-top: 18px; font-size: 15px; }
		@media (max-width: 991px) { .pd-facts { margin-top: 34px; } }
	
		.pd-hero-sub { margin: 0 0 26px; max-width: 560px; }
		.pd-facts { background: #fff; border: 1px solid var(--cs-line); border-radius: 20px; padding: 28px 30px 24px; box-shadow: 0 18px 50px rgba(20,23,40,.08); }
		.pd-facts-head { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #9aa1ad; padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid var(--cs-line); font-family: "Plus Jakarta Sans", sans-serif; }
		.pd-fact { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid #f0f2f6; }
		.pd-fact:last-of-type { border-bottom: 0; }
		.pd-fact-k { font-size: 13.5px; color: var(--cs-body); }
		.pd-fact-v { font-size: 14px; font-weight: 700; color: var(--cs-ink); font-family: "Plus Jakarta Sans", sans-serif; text-align: right; }
		.pd-facts .pd-out { margin-top: 18px; font-size: 15px; }
		.pd-facts-logo { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--cs-line); display: flex; align-items: center; justify-content: center; min-height: 42px; }
		.pd-facts-logo img { max-height: 38px; max-width: 170px; width: auto; object-fit: contain; }
		.pd-facts-logo-text { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -.01em; color: var(--cs-ink); }
		.pd-facts-logo-text span { color: var(--cs-theme); }
		@media (max-width: 991px) { .pd-facts { margin-top: 34px; } }
	
		.pd-hero-sub { margin: 0 0 26px; max-width: 560px; }
		.pd-facts { background: #fff; border: 1px solid var(--cs-line); border-radius: 20px; padding: 28px 30px 24px; box-shadow: 0 18px 50px rgba(20,23,40,.08); }
		.pd-facts-head { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #9aa1ad; padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid var(--cs-line); font-family: "Plus Jakarta Sans", sans-serif; }
		.pd-fact { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid #f0f2f6; }
		.pd-fact:last-of-type { border-bottom: 0; }
		.pd-fact-k { font-size: 13.5px; color: var(--cs-body); }
		.pd-fact-v { font-size: 14px; font-weight: 700; color: var(--cs-ink); font-family: "Plus Jakarta Sans", sans-serif; text-align: right; }
		.pd-facts .pd-out { margin-top: 18px; font-size: 15px; }
		.pd-facts-logo { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--cs-line); display: flex; align-items: center; justify-content: center; min-height: 42px; }
		.pd-facts-logo img { max-height: 38px; max-width: 170px; width: auto; object-fit: contain; }
		.pd-facts-logo-text { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -.01em; color: var(--cs-ink); }
		.pd-facts-logo-text span { color: var(--cs-theme); }
		@media (max-width: 991px) { .pd-facts { margin-top: 34px; } }

/* ====================== NEWS (nl-) ====================== */
html.wow-reveal-all .wow { visibility: visible !important; opacity: 1 !important; animation-name: none !important; }

		/* ============================================================
		   NEWS LIST (nl-) — reuses the Melis red-theme tokens and the
		   cs- hero/CTA look from the Business Case pages.
		   ============================================================ */
		:root {
			--cs-theme: #ff0000;
			--cs-ink: #2b3240;
			--cs-body: #6c757d;
			--cs-mist: #f2f4f8;
			--cs-line: #e7eaf0;
			--cs-blush: #ffe9e9;
		}
		.cs-page, .cs-page p, .cs-page li { font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
		.cs-page h1, .cs-page h2, .cs-page h3, .cs-page h4, .cs-page h5, .cs-page h6 { font-family: 'Plus Jakarta Sans', sans-serif; }
		.cs-page { color: var(--cs-body); background: #fff; }

		/* header: solid white look on this light page */
		body.cs-body-page #header { background: #fff !important; box-shadow: 0 2px 18px rgba(0,0,0,.05) !important; }

		/* ---------- HERO ---------- */
		.nl-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff5f5 55%, #fff 100%); padding: 150px 0 60px; isolation: isolate; }
		.nl-hero-blob { position: absolute; border-radius: 50%; filter: blur(10px); z-index: -1; opacity: .7; }
		.nl-hero-blob--1 { width: 380px; height: 380px; right: -90px; top: -60px; background: radial-gradient(closest-side, rgba(255,0,0,.10), transparent 70%); }
		.nl-hero-blob--2 { width: 320px; height: 320px; left: -80px; bottom: -80px; background: radial-gradient(closest-side, rgba(0,133,74,.08), transparent 70%); }
		.nl-breadcrumb { font-size: 13px; color: #9aa1ad; margin-bottom: 22px; }
		.nl-breadcrumb a { color: #9aa1ad; }
		.nl-breadcrumb a:hover { color: var(--cs-theme); }
		.nl-breadcrumb span { margin: 0 8px; opacity: .6; }
		.nl-eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 12.5px; font-weight: 700; color: var(--cs-theme); margin: 0 0 16px; }
		.nl-eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--cs-theme); display: inline-block; }
		.nl-hero-title { font-size: clamp(34px, 4.6vw, 54px); font-weight: 800; color: var(--cs-ink); line-height: 1.06; letter-spacing: -.02em; margin: 0 0 18px; }
		.nl-hero-sub { font-size: 19px; line-height: 1.6; color: #5a6270; margin: 0 auto; max-width: 620px; }

		/* ---------- CATEGORY FILTER ---------- */
		.nl-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 34px; }
		.nl-filter-btn { cursor: pointer; font-size: 14px; font-weight: 600; color: #5a6270; background: #fff; border: 1px solid var(--cs-line); border-radius: 100px; padding: 9px 20px; transition: all .18s; }
		.nl-filter-btn:hover { border-color: var(--cs-theme); color: var(--cs-theme); }
		.nl-filter-btn.is-active { background: var(--cs-theme); border-color: var(--cs-theme); color: #fff; }

		/* ---------- CARD TWEAKS (built on the theme .blog-post) ---------- */
		.nl-grid { padding: 70px 0 40px; }
		.nl-grid .blog-post { height: 100%; display: flex; flex-direction: column; }
		.nl-grid .blog-post-img { overflow: hidden; border-radius: 16px; }
		.nl-grid .blog-post-img img { width: 100%; height: 220px; object-fit: cover; transition: transform .4s ease; }
		.nl-grid .blog-post:hover .blog-post-img img { transform: scale(1.05); }
		.nl-grid .col-card { margin-bottom: 40px; }
		.nl-empty { display: none; text-align: center; color: #9aa1ad; font-size: 17px; padding: 30px 0 60px; }

		/* ---------- PAGINATION ---------- */
		.nl-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 20px 0 10px; }
		.nl-page { min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; border-radius: 12px; border: 1px solid var(--cs-line); background: #fff; color: #5a6270; font-weight: 600; font-size: 15px; cursor: pointer; transition: all .18s; }
		.nl-page:hover { border-color: var(--cs-theme); color: var(--cs-theme); }
		.nl-page.is-active { background: var(--cs-theme); border-color: var(--cs-theme); color: #fff; }
		.nl-page.is-disabled { opacity: .4; pointer-events: none; }
		.nl-page svg { width: 16px; height: 16px; }

		/* ---------- CTA BAND ---------- */
		.cs-cta { position: relative; overflow: hidden; background: linear-gradient(125deg, #1f242e 0%, #2b1418 60%, #3a0d0f 100%); padding: 84px 0; isolation: isolate; }
		.cs-cta-glow { position: absolute; left: 50%; top: 0; width: 640px; height: 420px; transform: translateX(-50%); z-index: -1; background: radial-gradient(closest-side, rgba(255,0,0,.30), transparent 72%); }
		.cs-cta h2 { color: #fff; font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -.01em; margin: 0 0 16px; }
		.cs-cta p { color: rgba(255,255,255,.66); font-size: 18px; max-width: 540px; margin: 0 auto 30px; }
		.cs-cta .btn { margin: 7px; }
		.cs-cta .cs-btn-ghost { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); }
		.cs-cta .cs-btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); color: #fff; }

		@media (max-width: 991px) {
			.nl-hero { padding: 124px 0 50px; }
			.nl-grid { padding: 50px 0 30px; }
		}

/* ====================== LEGAL (lg-) ====================== */
html.wow-reveal-all .wow { visibility: visible !important; opacity: 1 !important; animation-name: none !important; }
		:root { --cs-theme:#ff0000; --cs-ink:#2b3240; --cs-body:#6c757d; --cs-mist:#f2f4f8; --cs-line:#e7eaf0; --cs-blush:#ffe9e9; }
		.cs-page, .cs-page p, .cs-page li { font-family:'Rubik','Helvetica Neue',Helvetica,Arial,sans-serif; }
		.cs-page h1,.cs-page h2,.cs-page h3,.lg-eyebrow { font-family:'Plus Jakarta Sans',sans-serif; }
		.cs-page { color:var(--cs-body); background:#fff; }
		body.cs-body-page #header { background:#fff !important; box-shadow:0 2px 18px rgba(0,0,0,.05) !important; }

		.lg-hero { position:relative; overflow:hidden; background:linear-gradient(180deg,#fff 0%,#fff5f5 55%,#fff 100%); padding:150px 0 50px; }
		.lg-breadcrumb { font-size:13px; color:#9aa1ad; margin-bottom:20px; }
		.lg-breadcrumb a { color:#9aa1ad; } .lg-breadcrumb a:hover { color:var(--cs-theme); } .lg-breadcrumb span { margin:0 8px; opacity:.6; }
		.lg-eyebrow { display:inline-flex; align-items:center; gap:9px; text-transform:uppercase; letter-spacing:.16em; font-size:12.5px; font-weight:700; color:var(--cs-theme); margin:0 0 14px; }
		.lg-eyebrow::before { content:""; width:22px; height:2px; background:var(--cs-theme); display:inline-block; }
		.lg-title { font-size:clamp(30px,4vw,46px); font-weight:800; color:var(--cs-ink); line-height:1.08; letter-spacing:-.02em; margin:0 0 12px; }
		.lg-sub { font-size:18px; color:#5a6270; margin:0; }

		.lg-wrap { padding:60px 0 80px; }
		/* sticky table of contents */
		.lg-toc { position:sticky; top:100px; background:#fff; border:1px solid var(--cs-line); border-radius:16px; padding:22px 22px; box-shadow:0 10px 30px rgba(20,23,40,.05); max-height:calc(100vh - 130px); overflow:auto; }
		.lg-toc h2 { font-size:12.5px; text-transform:uppercase; letter-spacing:.12em; color:#9aa1ad; font-weight:700; margin:0 0 12px; }
		.lg-toc ol { list-style:none; counter-reset:none; margin:0; padding:0; }
		.lg-toc li { margin:0 0 2px; }
		.lg-toc a { display:block; font-size:13.5px; line-height:1.4; color:#5a6270; text-decoration:none; padding:6px 10px; border-radius:8px; transition:.15s; }
		.lg-toc a:hover { background:var(--cs-mist); color:var(--cs-theme); }

		.lg-doc { max-width:780px; font-size:15.5px; line-height:1.8; color:var(--cs-body); }
		.lg-h2 { font-size:21px; font-weight:800; color:var(--cs-ink); margin:36px 0 14px; padding-top:10px; scroll-margin-top:100px; }
		.lg-h2:first-child { margin-top:0; }
		.lg-num { color:var(--cs-theme); }
		.lg-p { font-size:15.5px; line-height:1.8; color:var(--cs-body); margin:0 0 14px; }
		.lg-p.lg-strong { color:var(--cs-ink); font-weight:600; }
		.lg-sub { color:var(--cs-ink); font-weight:700; margin-right:4px; }
		.lg-updated { display:inline-block; font-size:13px; color:#9aa1ad; margin-top:18px; }

		@media (max-width:991px){ .lg-hero{ padding:120px 0 40px; } .lg-toc{ position:static; max-height:none; margin-bottom:30px; } }


/* ---- Legal annexes: bare <h2>/<p>/<ul>/<table>/.note inside .lg-doc (template differs from the CGV's classed lg-* ) ---- */
.lg-doc h1 { display:none; }
.lg-doc h2 { font-size:21px; font-weight:800; color:var(--cs-ink); margin:40px 0 14px; scroll-margin-top:100px; font-family:'Plus Jakarta Sans',sans-serif; }
.lg-doc h2:first-child { margin-top:0; }
.lg-doc h3 { font-size:17px; font-weight:700; color:var(--cs-ink); margin:26px 0 10px; scroll-margin-top:100px; font-family:'Plus Jakarta Sans',sans-serif; }
.lg-doc p { margin:0 0 14px; }
.lg-doc ul, .lg-doc ol { margin:0 0 16px; padding-left:22px; }
.lg-doc li { margin:0 0 8px; }
.lg-doc strong { color:var(--cs-ink); font-weight:700; }
.lg-doc a { color:var(--cs-theme); }
.lg-doc em { color:#5a6270; }
.lg-doc .note { background:linear-gradient(120deg,#fff5f5,#fff); border:1px solid var(--cs-blush); border-radius:14px; padding:18px 22px; margin:0 0 26px; font-size:14.5px; line-height:1.65; color:#5a6270; }
.lg-doc table { width:100%; border-collapse:collapse; margin:6px 0 22px; font-size:13.5px; }
.lg-doc th { background:var(--cs-ink); color:#fff; text-align:left; padding:11px 13px; font-family:'Plus Jakarta Sans',sans-serif; font-weight:700; }
.lg-doc td { padding:10px 13px; border-top:1px solid var(--cs-line); vertical-align:top; }
.lg-doc tbody tr:nth-child(even) td { background:#fafbfc; }

/* ---- Legal hub (lg-hub-) : grille de cartes vers les documents légaux ---- */
.lg-hub { padding:60px 0 80px; }
.lg-hub-intro { max-width:680px; margin:0 0 36px; font-size:16px; color:#5a6270; }
.lg-hub-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:20px; }
.lg-hub-card { display:flex; flex-direction:column; align-items:flex-start; text-decoration:none; border:1px solid var(--cs-line); border-radius:16px; padding:24px; background:#fff; transition:.18s; }
.lg-hub-card:hover { border-color:var(--cs-theme); box-shadow:0 16px 36px rgba(20,23,40,.09); transform:translateY(-2px); }
.lg-hub-ico { width:42px; height:42px; border-radius:11px; background:var(--cs-blush); color:var(--cs-theme); display:inline-flex; align-items:center; justify-content:center; margin-bottom:15px; }
.lg-hub-ico svg { width:22px; height:22px; }
.lg-hub-card h3 { font-family:'Plus Jakarta Sans',sans-serif; font-size:17px; font-weight:700; color:var(--cs-ink); margin:0 0 8px; }
.lg-hub-card p { font-size:14px; line-height:1.6; color:var(--cs-body); margin:0 0 16px; }
.lg-hub-arrow { margin-top:auto; color:var(--cs-theme); font-family:'Plus Jakarta Sans',sans-serif; font-weight:700; font-size:14px; }

/* ---- Cookie consent banner (mc-) : carte moderne, site-wide, Accepter/Refuser ---- */
.mc-banner { position:fixed; left:18px; right:auto; bottom:18px; max-width:380px; margin:0; z-index:99999; background:#fff; border:1px solid var(--cs-line); border-radius:16px; box-shadow:0 24px 60px rgba(20,23,40,.22); padding:20px 24px; font-family:'Rubik','Helvetica Neue',Helvetica,Arial,sans-serif; }
.mc-banner[hidden] { display:none; }
.mc-banner-text { font-size:13.5px; line-height:1.6; color:var(--cs-body); margin-bottom:16px; }
.mc-banner-text p { margin:0; }
.mc-banner-text strong { color:var(--cs-ink); }
.mc-banner-text a { color:var(--cs-theme); text-decoration:underline; }
.mc-actions { display:flex; gap:10px; }
.mc-btn { cursor:pointer; border:0; border-radius:8px; padding:11px 18px; font-family:'Plus Jakarta Sans',sans-serif; font-weight:700; font-size:14px; transition:.15s; }
.mc-accept { background:var(--cs-theme); color:#fff; flex:1; }
.mc-accept:hover { background:#111; }
.mc-refuse { background:var(--cs-mist); color:var(--cs-ink); border:1px solid var(--cs-line); flex:1; }
.mc-refuse:hover { border-color:var(--cs-theme); color:var(--cs-theme); }
@media (max-width:520px) { .mc-banner { left:10px; right:10px; bottom:10px; padding:16px; } .mc-actions { flex-direction:column-reverse; } }
