/* 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; } }

/* ====================== 404 / PAGE NOT FOUND (nf-) ======================
   Styles servis ici (et non dans le contenu CMS) car TinyMCE strippe les
   balises <style> du contenu. La page CMS 404 n'utilise que les classes nf-*. */
.nf { position:relative; overflow:hidden; text-align:center; padding:160px 20px 120px; background:linear-gradient(180deg,#fff 0%,#fff5f5 55%,#fff 100%); font-family:'Rubik','Helvetica Neue',Helvetica,Arial,sans-serif; color:var(--cs-body); }
.nf-code { font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; line-height:1; font-size:clamp(96px,18vw,200px); letter-spacing:-.04em; background:linear-gradient(120deg,#ff0000,#b30000); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; color:var(--cs-theme); margin:0 0 4px; }
.nf-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 18px; font-family:'Plus Jakarta Sans',sans-serif; }
.nf-eyebrow::before, .nf-eyebrow::after { content:""; width:22px; height:2px; background:var(--cs-theme); display:inline-block; }
.nf-title { font-family:'Plus Jakarta Sans',sans-serif; font-size:clamp(26px,3.4vw,38px); font-weight:800; color:var(--cs-ink); line-height:1.15; letter-spacing:-.02em; margin:0 0 14px; }
.nf-text { max-width:540px; margin:0 auto 30px; font-size:17px; line-height:1.6; color:#5a6270; }
.nf-actions { display:flex; flex-wrap:wrap; gap:14px; justify-content:center; margin:0 0 36px; }
.nf-btn { display:inline-block; padding:14px 28px; border-radius:6px; font-family:'Plus Jakarta Sans',sans-serif; font-weight:700; font-size:15px; text-decoration:none; transition:.18s; }
.nf-btn--primary { background:var(--cs-theme); color:#fff; }
.nf-btn--primary:hover { background:var(--cs-ink); color:#fff; }
.nf-btn--ghost { background:#fff; color:var(--cs-ink); border:1px solid var(--cs-line); }
.nf-btn--ghost:hover { border-color:var(--cs-theme); color:var(--cs-theme); }
.nf-links { font-size:14px; color:#9aa1ad; }
.nf-links a { color:#5a6270; text-decoration:none; margin:0 10px; }
.nf-links a:hover { color:var(--cs-theme); }

/* ====================== NEWS HUB & CUSTOMER STORIES (nl- / cc-) ======================
   Servi ici (site-wide) car les balises <style> sont strippées du contenu CMS et
   les cartes sont rendues par le plugin NewsList. Réutilise les tokens --cs-* et .cs-cta. */
/* HERO */
.nl-hero, .cc-hero { position:relative; overflow:hidden; background:linear-gradient(180deg,#fff 0%,#fff5f5 55%,#fff 100%); padding:150px 0 60px; isolation:isolate; }
.nl-hero-blob, .cc-hero-blob { position:absolute; border-radius:50%; filter:blur(10px); z-index:-1; opacity:.7; }
.nl-hero-blob--1, .cc-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, .cc-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, .cc-breadcrumb { font-size:13px; color:#9aa1ad; margin-bottom:22px; }
.nl-breadcrumb a, .cc-breadcrumb a { color:#9aa1ad; }
.nl-breadcrumb a:hover, .cc-breadcrumb a:hover { color:var(--cs-theme); }
.nl-breadcrumb span, .cc-breadcrumb span { margin:0 8px; opacity:.6; }
.nl-eyebrow, .cc-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; font-family:'Plus Jakarta Sans',sans-serif; }
.nl-eyebrow::before, .cc-eyebrow::before { content:""; width:22px; height:2px; background:var(--cs-theme); display:inline-block; }
.nl-hero-title, .cc-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; font-family:'Plus Jakarta Sans',sans-serif; }
.nl-hero-sub, .cc-hero-sub { font-size:19px; line-height:1.6; color:#5a6270; margin:0 auto; max-width:640px; }
/* STATS (cas clients) */
.cc-stats { display:flex; flex-wrap:wrap; justify-content:center; gap:14px; margin-top:38px; }
.cc-stat { background:#fff; border:1px solid var(--cs-line); border-radius:16px; padding:18px 26px; min-width:150px; box-shadow:0 8px 22px rgba(20,23,40,.04); }
.cc-stat-num { font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size:26px; color:var(--cs-ink); line-height:1; }
.cc-stat-lbl { font-size:13px; color:#9aa1ad; margin-top:6px; }
/* SECTION HEADERS */
.nl-sec { padding:64px 0 12px; }
.nl-sec--feed { padding-top:30px; }
.nl-sechead { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:34px; }
.nl-sechead-eyebrow { display:inline-flex; align-items:center; gap:9px; text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:700; color:var(--cs-theme); margin:0 0 8px; font-family:'Plus Jakarta Sans',sans-serif; }
.nl-sechead-eyebrow::before { content:""; width:22px; height:2px; background:var(--cs-theme); display:inline-block; }
.nl-sechead-title { font-size:clamp(24px,2.6vw,32px); font-weight:800; color:var(--cs-ink); letter-spacing:-.01em; margin:0; font-family:'Plus Jakarta Sans',sans-serif; }
.nl-sechead-link { white-space:nowrap; font-weight:700; font-size:14px; color:var(--cs-theme); text-decoration:none; display:inline-flex; align-items:center; gap:6px; }
.nl-sechead-link svg { width:15px; height:15px; transition:transform .2s; }
.nl-sechead-link:hover svg { transform:translateX(3px); }
/* FEATURED CASE TEASER (petit logo client × Melis + nom en texte) */
.nl-teaser { display:flex; flex-direction:column; height:100%; background:#fff; border:1px solid var(--cs-line); border-radius:16px; overflow:hidden; text-decoration:none; transition:box-shadow .18s, transform .18s, border-color .18s; }
.nl-teaser:hover { border-color:transparent; box-shadow:0 16px 34px rgba(20,23,40,.10); transform:translateY(-3px); }
.nl-teaser-head { display:flex; align-items:center; gap:11px; padding:20px 22px 0; }
.nl-teaser-logo { height:22px; width:auto; max-width:92px; object-fit:contain; flex:0 0 auto; }
.nl-teaser-x { color:#aeb6c2; font-size:13px; font-weight:600; flex:0 0 auto; }
.nl-teaser-melis { height:15px; width:auto; max-width:140px; object-fit:contain; flex:0 0 auto; }
.nl-teaser-body { padding:14px 22px 20px; }
.nl-teaser-sector { font-size:11px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--cs-ink); margin:0 0 6px; }
.nl-teaser h3 { font-size:15px; line-height:1.4; font-weight:700; color:var(--cs-ink); margin:0; font-family:'Plus Jakarta Sans',sans-serif; }
.nl-teaser-desc { font-family:'Rubik','Helvetica Neue',Helvetica,Arial,sans-serif; font-size:15px; line-height:1.6; font-weight:400; color:var(--cs-body); margin:8px 0 0; }
.nl-teaser-col { margin-bottom:24px; }
/* FILTER PILLS (feed + sector) */
.nl-filter, .cc-filter { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:4px; }
.cc-filter { justify-content:center; margin:0 0 40px; }
.nl-filter-btn, .cc-filter-btn { display:inline-block; cursor:pointer; font-size:14px; font-weight:600; color:#5a6270; background:#fff; border:1px solid var(--cs-line); border-radius:100px; padding:9px 20px; text-decoration:none; transition:all .18s; }
.nl-filter-btn:hover, .cc-filter-btn:hover { border-color:var(--cs-theme); color:var(--cs-theme); }
.nl-filter-btn.is-active, .cc-filter-btn.is-active { background:var(--cs-theme); border-color:var(--cs-theme); color:#fff; }
/* FEED CARDS (sur .blog-post du thème) */
.nl-grid { padding:34px 0 30px; }
.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:210px; 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 { text-align:center; color:#9aa1ad; font-size:17px; padding:10px 0 50px; }
/* PAGINATION (pills) */
.nl-pagination { display:flex; justify-content:center; align-items:center; gap:8px; padding:10px 0 10px; list-style:none; margin:0; }
.nl-pagination li { list-style:none; }
.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; text-decoration:none; 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; }
/* CUSTOMER STORIES — GALLERY CARDS */
.cc-grid { padding:8px 0 40px; }
.nl-feature { display:flex; flex-direction:column; height:100%; background:#fff; border:1px solid var(--cs-line); border-radius:20px; overflow:hidden; transition:box-shadow .2s, transform .2s, border-color .2s; }
.nl-feature:hover { box-shadow:0 22px 48px rgba(20,23,40,.12); transform:translateY(-4px); border-color:transparent; }
.nl-feature-img { position:relative; aspect-ratio:16 / 9; overflow:hidden; background:#f5f8fc; display:block; padding:14px; }
.nl-feature-img img { width:100%; height:100%; object-fit:contain; }
.nl-badge { position:absolute; top:14px; left:14px; background:var(--cs-theme); color:#fff; font-family:'Plus Jakarta Sans',sans-serif; font-weight:700; font-size:11px; letter-spacing:.05em; text-transform:uppercase; padding:6px 13px; border-radius:100px; }
.nl-feature-body { display:flex; flex-direction:column; flex:1; padding:22px 24px 24px; }
.nl-feature-sector { font-size:12px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:#9aa1ad; margin:0 0 8px; }
.nl-feature h3 { font-size:20px; line-height:1.25; font-weight:800; color:var(--cs-ink); margin:0 0 10px; font-family:'Plus Jakarta Sans',sans-serif; }
.nl-feature h3 a { color:inherit; text-decoration:none; }
.nl-feature h3 a:hover { color:var(--cs-theme); }
.nl-feature p { font-size:14.5px; line-height:1.6; color:var(--cs-body); margin:0 0 18px; }
.nl-feature-foot { margin-top:auto; display:flex; align-items:center; justify-content:space-between; border-top:1px solid var(--cs-line); }
.nl-feature-cta { font-family:'Plus Jakarta Sans',sans-serif; font-weight:700; font-size:14px; color:var(--cs-theme); text-decoration:none; display:inline-flex; align-items:center; gap:6px; padding-top:16px; }
.nl-feature-cta svg { width:15px; height:15px; transition:transform .2s; }
.nl-feature:hover .nl-feature-cta svg { transform:translateX(3px); }
.nl-feature-date { font-size:13px; color:#9aa1ad; padding-top:16px; }
.cc-col { margin-bottom:30px; }
@media (max-width:991px){ .nl-hero, .cc-hero { padding:124px 0 46px; } .nl-sec { padding-top:48px; } .nl-sechead { flex-direction:column; align-items:flex-start; gap:6px; } }
/* FEATURED CASES SLIDER (slider business cases : flèche droite + points, sans scrollbar) */
.nl-sliderbox { padding:8px 0 12px; }
.nl-slider-wrap { position:relative; }
.nl-slider { display:flex; gap:24px; overflow-x:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth; padding:4px 2px; scrollbar-width:none; -ms-overflow-style:none; -webkit-overflow-scrolling:touch; }
.nl-slider::-webkit-scrollbar { display:none; }
.nl-slide { scroll-snap-align:start; flex:0 0 auto; width:calc(50% - 12px); }
@media (min-width:1200px){ .nl-slide { width:calc(33.333% - 16px); } }
@media (max-width:767px){ .nl-slide { width:86%; } .nl-slider { gap:16px; } }
.nl-slider-arrow { position:absolute; top:50%; transform:translateY(-50%); right:-10px; width:50px; height:50px; border-radius:50%; border:1px solid var(--cs-line); background:#fff; color:var(--cs-ink); display:inline-flex; align-items:center; justify-content:center; cursor:pointer; z-index:3; box-shadow:0 8px 22px rgba(20,23,40,.14); transition:.18s; }
.nl-slider-arrow:hover { border-color:var(--cs-theme); color:var(--cs-theme); }
.nl-slider-arrow[hidden] { display:none; }
.nl-slider-arrow svg { width:20px; height:20px; }
@media (max-width:991px){ .nl-slider-arrow { right:0; } }
.nl-slider-dots { display:flex; justify-content:center; gap:8px; margin-top:20px; }
.nl-dot { width:9px; height:9px; padding:0; border:none; border-radius:50%; background:var(--cs-line); cursor:pointer; transition:.2s; }
.nl-dot:hover { background:#c2c8d2; }
.nl-dot.is-active { background:var(--cs-theme); width:24px; border-radius:5px; }
/* INFINITE SCROLL (feed) */
.nl-grid .col-card.is-hidden { display:none; }
.nl-feed-sentinel { height:1px; }

/* ------------------------------------------------------------------
   Legacy home mini-templates (Q&A "faqs-3-questions" + "Get in touch"
   more-questions) render empty on the new front (old red-theme markup,
   that CSS isn't loaded). Force them visible/displayed with basic layout
   + minimal styling so they show. (2026-06-13)
------------------------------------------------------------------ */
.faqs-3-questions, .faqs-3-questions .container, .faqs-3-questions .row,
.faqs-3-questions .col-lg-6, .faqs-3-questions .questions-holder,
.faqs-3-questions .question, .more-questions, .more-questions-txt {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}
.faqs-3-questions .row { display: flex !important; flex-wrap: wrap; }
.faqs-3-questions .col-lg-6 { flex: 0 0 50%; max-width: 50%; padding: 0 12px; }
.faqs-3-questions .question { margin-bottom: 28px; }
.faqs-3-questions .question h5 { margin-bottom: 10px; font-weight: 700; }
.faqs-3-questions .question p { color: #5a6270; }
.more-questions { text-align: center; margin-top: 20px; }
.more-questions-txt { display: inline-block !important; padding: 16px 40px; background: #f6f9fd; border: 1px solid #e7eaf0; border-radius: 100px; }
@media (max-width: 768px){ .faqs-3-questions .col-lg-6 { flex: 0 0 100%; max-width: 100%; } }

/* === MODULE PAGES (md-*) — injected design-system styles === */
.cs-page h1, .cs-page h2, .cs-page h3, .cs-page h4, .cs-page h5, .cs-page h6, .md-eyebrow { font-family: 'Plus Jakarta Sans', sans-serif; }
.md-section { padding: 80px 0; }
.md-section--mist { background: var(--cs-mist); }
.md-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; }
.md-eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--cs-theme); display: inline-block; }
.md-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; }
.md-lead { font-size: 18px; line-height: 1.75; color: #5a6270; }
.md-body { font-size: 16.5px; line-height: 1.8; }
.md-body p { margin: 0 0 18px; }
.md-body strong { color: var(--cs-ink); font-weight: 600; }
/* hero */
		.md-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff5f5 55%, #fff 100%); padding: 150px 0 70px; isolation: isolate; }
.md-hero-blob { position: absolute; border-radius: 50%; filter: blur(10px); z-index: -1; opacity: .7; }
.md-hero-blob--1 { width: 380px; height: 380px; right: -90px; top: -60px; background: radial-gradient(closest-side, rgba(255,0,0,.10), transparent 70%); }
.md-hero-blob--2 { width: 320px; height: 320px; left: -80px; bottom: -80px; background: radial-gradient(closest-side, rgba(234,27,34,.08), transparent 70%); }
.md-breadcrumb { font-size: 13px; color: #9aa1ad; margin-bottom: 26px; }
.md-breadcrumb a { color: #9aa1ad; }
.md-breadcrumb a:hover { color: var(--cs-theme); }
.md-breadcrumb span { margin: 0 8px; opacity: .6; }
.md-badge { display: inline-flex; align-items: center; gap: 14px; padding: 13px 24px 13px 14px; background: #fff; border: 1px solid var(--cs-line); border-radius: 100px; box-shadow: 0 6px 22px rgba(20,23,40,.06); margin-bottom: 28px; }
.md-badge-ico { width: 42px; height: 42px; border-radius: 12px; background: var(--cs-blush); color: var(--cs-theme); display: grid; place-items: center; flex: 0 0 42px; }
.md-badge-ico svg { width: 22px; height: 22px; }
.md-badge-txt { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 14px; color: var(--cs-ink); letter-spacing: .01em; }
.md-badge-txt span { display: block; font-weight: 500; font-size: 12px; color: var(--cs-body); letter-spacing: .04em; text-transform: uppercase; }
.md-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; }
.md-hero-title .is-red { color: var(--cs-theme); }
.md-hero-sub { font-size: 19px; line-height: 1.6; color: #5a6270; margin: 0 0 26px; max-width: 560px; }
/* feature cards */
		.md-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); }
.md-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; }
.md-card-ico svg { width: 24px; height: 24px; }
.md-card h3 { font-size: 19px; font-weight: 700; color: var(--cs-ink); margin: 0 0 10px; }
.md-card p { font-size: 15px; line-height: 1.6; color: var(--cs-body); margin: 0; }
/* checklist */
		.md-list { list-style: none; margin: 8px 0 0; padding: 0; }
.md-list li { position: relative; padding: 11px 0 11px 38px; font-size: 16px; line-height: 1.5; color: #3f4654; border-bottom: 1px solid #f0f2f6; }
.md-list li:last-child { border-bottom: 0; }
.md-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 23px; height: 23px; border-radius: 50%; background: var(--cs-blush); }
.md-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); }
/* trio architecture cards */
		.md-trio { background: #fff; border: 1px solid var(--cs-line); border-radius: 18px; padding: 30px 26px; height: 100%; box-shadow: 0 14px 40px rgba(20,23,40,.06); position: relative; }
.md-trio.is-this { border-color: var(--cs-theme); box-shadow: 0 18px 48px rgba(255,0,0,.12); }
.md-trio-tag { display: inline-block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cs-body); margin-bottom: 12px; }
.md-trio.is-this .md-trio-tag { color: var(--cs-theme); }
.md-trio h3 { font-size: 20px; font-weight: 800; color: var(--cs-ink); margin: 0 0 9px; }
.md-trio p { font-size: 14.5px; line-height: 1.6; color: var(--cs-body); margin: 0; }
.md-trio-note { text-align: center; margin-top: 26px; font-size: 14.5px; color: var(--cs-body); }
.md-trio-note strong { color: var(--cs-ink); font-weight: 600; }
/* tools / sub-modules grid */
		.md-tool { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--cs-line); border-radius: 16px; padding: 24px 24px 20px; box-shadow: 0 10px 30px rgba(20,23,40,.05); text-decoration: none; transition: border-color .2s, transform .2s, box-shadow .2s; }
.md-tool:hover { border-color: var(--cs-theme); transform: translateY(-4px); box-shadow: 0 22px 50px rgba(20,23,40,.10); }
.md-tool-top { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.md-tool-ico { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: var(--cs-blush); color: var(--cs-theme); display: grid; place-items: center; }
.md-tool-ico svg { width: 22px; height: 22px; }
.md-tool h3 { font-size: 17px; font-weight: 700; color: var(--cs-ink); margin: 0; line-height: 1.2; }
.md-tool-kind { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #9aa1ad; margin-top: 3px; }
.md-tool p { font-size: 14.5px; line-height: 1.6; color: var(--cs-body); margin: 0 0 16px; }
.md-tool-link { margin-top: auto; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13.5px; font-weight: 700; color: var(--cs-theme); display: inline-flex; align-items: center; gap: 7px; }
.md-tool-link svg { width: 15px; height: 15px; transition: transform .18s; }
.md-tool:hover .md-tool-link svg { transform: translateX(3px); }
/* ---- browser/app mockup (shows real back-office screenshots) ---- */
		.md-shot-wrap { position: relative; }
.md-shot { position: relative; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid rgba(20,23,40,.08); box-shadow: 0 40px 90px rgba(20,23,40,.22); }
.md-shot-bar { display: flex; align-items: center; gap: 7px; padding: 11px 15px; background: #f5f6f9; border-bottom: 1px solid #e7eaf0; }
.md-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.md-dot--r { background: #ff5f57; }
.md-dot--y { background: #febc2e; }
.md-dot--g { background: #28c840; }
.md-shot-url { margin-left: 12px; display: inline-flex; align-items: center; gap: 7px; color: #9aa1ad; font-size: 12.5px; font-weight: 500; font-family: 'Plus Jakarta Sans', sans-serif; }
.md-shot-url svg { width: 12px; height: 12px; }
.md-shot-body { overflow: hidden; background: #fff; }
.md-shot-body img { width: 100%; display: block; }
.md-shot-body--crop { max-height: 430px; }
/* glow behind the hero shot */
		.md-shot-glow { position: absolute; inset: 8% -6% -10% 10%; z-index: -1; background: radial-gradient(closest-side, rgba(255,0,0,.18), transparent 72%); filter: blur(12px); }
/* gentle bob */
		.md-anim-float { animation: mdFloat 6s ease-in-out infinite alternate; }
@keyframes mdFloat { from { transform: translateY(0); } to { transform: translateY(-14px); } }
@media (prefers-reduced-motion: reduce) { .md-anim-float { animation: none; } }
/* floating callout cards over a shot */
		.md-float { position: absolute; z-index: 4; background: #fff; border-radius: 14px; box-shadow: 0 18px 45px rgba(20,23,40,.18); padding: 13px 16px; display: flex; align-items: center; gap: 11px; }
.md-float-ico { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: var(--cs-blush); color: var(--cs-theme); }
.md-float-ico svg { width: 18px; height: 18px; }
.md-float-ico--ok { background: #e7f7ee; color: #1aa251; }
.md-float-t { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 13.5px; color: var(--cs-ink); line-height: 1.2; }
.md-float-t span { display: block; font-weight: 500; font-size: 12px; color: var(--cs-body); margin-top: 2px; }
.md-float--a { top: -22px; left: -26px; animation: mdFloat 5s ease-in-out .4s infinite alternate; }
.md-float--b { bottom: -22px; right: -20px; animation: mdFloat 5.6s ease-in-out infinite alternate; }
@media (max-width: 991px) { .md-float { display: none; } }
/* live-demo pulse badge */
		.md-live { position: absolute; top: 16px; right: 16px; z-index: 5; display: inline-flex; align-items: center; gap: 8px; background: rgba(17,19,30,.82); color: #fff; border-radius: 100px; padding: 7px 14px 7px 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12.5px; font-weight: 600; backdrop-filter: blur(4px); }
.md-live-dot { width: 9px; height: 9px; border-radius: 50%; background: #28c840; box-shadow: 0 0 0 0 rgba(40,200,64,.6); animation: mdPulse 1.6s infinite; }
@keyframes mdPulse { 0% { box-shadow: 0 0 0 0 rgba(40,200,64,.55); } 70% { box-shadow: 0 0 0 8px rgba(40,200,64,0); } 100% { box-shadow: 0 0 0 0 rgba(40,200,64,0); } }
/* spec strip under hero */
		.md-specs { background: var(--cs-ink); }
.md-spec { padding: 26px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.md-spec:last-child { border-right: 0; }
.md-spec-k { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); margin: 0 0 7px; font-family: 'Plus Jakarta Sans', sans-serif; }
.md-spec-v { font-size: 16px; font-weight: 700; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; }
.md-spec-v .is-red { color: #ff5a5a; }
@media (max-width: 767px) { .md-spec { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); } }
/* "see it in action" showcase rows */
		.md-showcase-shot { position: relative; }
.md-showcase-shot .md-shot { transition: transform .35s ease, box-shadow .35s ease; }
.md-showcase-shot:hover .md-shot { transform: translateY(-6px); box-shadow: 0 50px 100px rgba(20,23,40,.26); }
.md-tag { display: inline-flex; align-items: center; gap: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--cs-theme); background: var(--cs-blush); border-radius: 100px; padding: 6px 14px; margin-bottom: 16px; }
.md-mini { list-style: none; margin: 18px 0 0; padding: 0; }
.md-mini li { position: relative; padding: 7px 0 7px 28px; font-size: 15.5px; color: #3f4654; }
.md-mini li::before { content: ""; position: absolute; left: 0; top: 9px; width: 18px; height: 18px; border-radius: 50%; background: var(--cs-blush); }
.md-mini li::after { content: ""; position: absolute; left: 6px; top: 12px; width: 5px; height: 9px; border: solid var(--cs-theme); border-width: 0 2px 2px 0; transform: rotate(45deg); }
/* developer band (dark) */
		.md-dev { background: var(--cs-ink); color: rgba(255,255,255,.72); }
.md-dev .md-eyebrow { color: #ff7a7a; }
.md-dev .md-h2 { color: #fff; }
.md-dev-feat { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.md-dev-feat:last-child { border-bottom: 0; }
.md-dev-ico { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.06); color: #ff7a7a; display: grid; place-items: center; }
.md-dev-ico svg { width: 19px; height: 19px; }
.md-dev-feat h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15.5px; font-weight: 700; color: #fff; margin: 2px 0 5px; }
.md-dev-feat p { font-size: 14px; line-height: 1.55; margin: 0; color: rgba(255,255,255,.6); }
.md-code { background: #14161f; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 22px 24px; font-family: 'SFMono-Regular', ui-monospace, Menlo, Consolas, monospace; font-size: 13px; line-height: 1.75; color: #c7ccd6; overflow-x: auto; box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.md-code .c-key { color: #ff8e8e; }
.md-code .c-str { color: #9ad29a; }
.md-code .c-com { color: #6b7280; }
.md-code .c-fn { color: #8ab4ff; }
/* related-modules chips */
		.md-related { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 38px; }
.md-chip { display: inline-flex; align-items: center; gap: 9px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14.5px; font-weight: 600; color: var(--cs-ink); background: #fff; border: 1px solid var(--cs-line); border-radius: 100px; padding: 10px 20px; box-shadow: 0 6px 18px rgba(20,23,40,.05); text-decoration: none; transition: border-color .18s, color .18s, transform .18s; }
.md-chip:hover { border-color: var(--cs-theme); color: var(--cs-theme); transform: translateY(-2px); }
.md-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--cs-theme); display: inline-block; }
.md-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff5f5 55%, #fff 100%); padding: 150px 0 70px; isolation: isolate; }
.md-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); }
.md-list { list-style: none; margin: 8px 0 0; padding: 0; }
.md-shot-wrap { position: relative; }
.md-shot-glow { position: absolute; inset: 8% -6% -10% 10%; z-index: -1; background: radial-gradient(closest-side, rgba(255,0,0,.18), transparent 72%); filter: blur(12px); }
.md-anim-float { animation: mdFloat 6s ease-in-out infinite alternate; }
.md-float { position: absolute; z-index: 4; background: #fff; border-radius: 14px; box-shadow: 0 18px 45px rgba(20,23,40,.18); padding: 13px 16px; display: flex; align-items: center; gap: 11px; }
.md-live { position: absolute; top: 16px; right: 16px; z-index: 5; display: inline-flex; align-items: center; gap: 8px; background: rgba(17,19,30,.82); color: #fff; border-radius: 100px; padding: 7px 14px 7px 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12.5px; font-weight: 600; backdrop-filter: blur(4px); }
.md-specs { background: var(--cs-ink); }
.md-showcase-shot { position: relative; }
/* three blocks cards */
		.md-block { height: 100%; background: #fff; border: 1px solid var(--cs-line); border-radius: 18px; padding: 0; overflow: hidden; box-shadow: 0 14px 40px rgba(20,23,40,.06); }
.md-block-head { padding: 22px 26px; border-bottom: 1px solid var(--cs-line); display: flex; align-items: center; gap: 12px; }
.md-block-n { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 14px; color: #fff; background: var(--cs-theme); width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; flex: 0 0 28px; }
.md-block-head h3 { font-size: 18px; font-weight: 700; color: var(--cs-ink); margin: 0; }
.md-block-body { padding: 22px 26px 26px; }
.md-block-body p { font-size: 15px; line-height: 1.6; color: var(--cs-body); margin: 0 0 12px; }
.md-block-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.md-block-tab { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 11.5px; font-weight: 700; color: var(--cs-body); background: var(--cs-mist); border-radius: 100px; padding: 5px 12px; }
.md-dev { background: var(--cs-ink); color: rgba(255,255,255,.72); }
.md-code .c-num { color: #d2a8ff; }
.md-related { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 38px; }
/* === END MODULE PAGES === */


/* --- modules hub: open-source / subscription filter (pure CSS :has) --- */
.md-licbar{display:flex;justify-content:center;margin:40px 0 4px;}
.md-lictabs{display:inline-flex;gap:4px;background:#fff;border:1px solid var(--cs-line);border-radius:100px;padding:5px;box-shadow:0 8px 24px rgba(20,23,40,.06);}
.md-licradio{position:absolute;opacity:0;width:0;height:0;pointer-events:none;}
.md-lictab{display:inline-flex;align-items:center;gap:7px;font-family:'Plus Jakarta Sans',sans-serif;font-size:13.5px;font-weight:700;color:var(--cs-body);padding:9px 18px;border-radius:100px;cursor:pointer;transition:background .18s,color .18s;margin:0;user-select:none;}
.md-lictab svg{width:15px;height:15px;}
.md-lictab:hover{color:var(--cs-ink);}
.md-licradio:checked + .md-lictab{background:var(--cs-theme);color:#fff;}
.md-tool{position:relative;}
.md-lic{position:absolute;top:13px;right:13px;width:27px;height:27px;border-radius:8px;display:grid;place-items:center;}
.md-lic svg{width:15px;height:15px;}
.md-lic--open{background:#e7f7ee;color:#1aa251;}
.md-lic--private{background:#fff1e8;color:#d9663a;}
#explore:has(#lf-open:checked) .md-modcell[data-lic="private"]{display:none;}
#explore:has(#lf-priv:checked) .md-modcell[data-lic="open"]{display:none;}
#explore:has(#lf-open:checked) .row.gx-4:not(:has(.md-modcell[data-lic="open"])){display:none;}
#explore:has(#lf-open:checked) p.md-eyebrow[style]:has(+ .row.gx-4:not(:has(.md-modcell[data-lic="open"]))){display:none;}
#explore:has(#lf-priv:checked) .row.gx-4:not(:has(.md-modcell[data-lic="private"])){display:none;}
#explore:has(#lf-priv:checked) p.md-eyebrow[style]:has(+ .row.gx-4:not(:has(.md-modcell[data-lic="private"]))){display:none;}
.md-empty{display:none;text-align:center;padding:26px 0 4px;max-width:560px;margin:0 auto;}
.md-empty .md-h2{font-size:24px;}
#explore:has(#lf-priv:checked):not(:has(.md-modcell[data-lic="private"])) .md-empty{display:block;}

/* hub v3: section icons + counts + non-lock open badge */
.md-eyebrow--sec::before{display:none;}
.md-eyebrow--sec{gap:7px;}
.md-eyebrow--sec svg{width:14px;height:14px;flex:0 0 14px;}
.md-lic-n{font-size:11px;font-weight:700;opacity:.5;margin-left:2px;}
.md-licradio:checked + .md-lictab .md-lic-n{opacity:.85;}
/* --- end hub filter --- */

/* ===================== CONTACT PAGE (ct-) — split layout: channel rail + form card ===================== */
.ct-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fff5f5 58%,#fff 100%);padding:150px 0 80px;isolation:isolate;}
.ct-hero-blob{position:absolute;border-radius:50%;filter:blur(10px);z-index:-1;opacity:.7;}
.ct-hero-blob--1{width:360px;height:360px;right:-90px;top:-40px;background:radial-gradient(closest-side,rgba(255,0,0,.10),transparent 70%);}
.ct-hero-blob--2{width:300px;height:300px;left:-80px;bottom:-90px;background:radial-gradient(closest-side,rgba(234,27,34,.07),transparent 70%);}
.ct-title{font-size:clamp(30px,4vw,46px);font-weight:800;color:var(--cs-ink);line-height:1.08;letter-spacing:-.02em;margin:0 0 16px;}
.ct-title .is-red{color:var(--cs-theme);}
.ct-sub{font-size:18px;line-height:1.65;color:#5a6270;margin:0 0 6px;max-width:460px;}
.ct-links{margin-top:30px;display:flex;flex-direction:column;gap:12px;}
.ct-link{display:flex;align-items:center;gap:15px;padding:16px 18px;background:#fff;border:1px solid var(--cs-line);border-radius:14px;box-shadow:0 8px 24px rgba(20,23,40,.05);text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;}
.ct-link:hover{border-color:var(--cs-theme);transform:translateY(-2px);box-shadow:0 16px 36px rgba(20,23,40,.10);}
.ct-link-ico{flex:0 0 auto;width:46px;height:46px;border-radius:12px;background:var(--cs-blush);color:var(--cs-theme);display:grid;place-items:center;}
.ct-link-ico svg{width:22px;height:22px;}
.ct-link-txt{flex:1 1 auto;min-width:0;}
.ct-link-h{display:flex;align-items:center;gap:9px;flex-wrap:wrap;}
.ct-link-h h3{font-family:'Plus Jakarta Sans',sans-serif;font-size:16px;font-weight:700;color:var(--cs-ink);margin:0;line-height:1.2;}
.ct-link-kind{font-family:'Plus Jakarta Sans',sans-serif;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9aa1ad;background:var(--cs-mist);border-radius:100px;padding:3px 9px;}
.ct-link-txt p{font-size:13.5px;line-height:1.5;color:var(--cs-body);margin:5px 0 0;}
.ct-link-arrow{flex:0 0 auto;color:#c2c8d2;transition:color .18s,transform .18s;}
.ct-link:hover .ct-link-arrow{color:var(--cs-theme);transform:translateX(3px);}
.ct-link-arrow svg{width:18px;height:18px;}
.ct-reply{display:inline-flex;align-items:center;gap:10px;margin-top:26px;background:#e7f7ee;color:#137a3e;border-radius:100px;padding:9px 18px;font-weight:600;font-size:13.5px;font-family:'Plus Jakarta Sans',sans-serif;}
.ct-reply .dot{width:9px;height:9px;border-radius:50%;background:#1aa251;box-shadow:0 0 0 0 rgba(40,200,64,.6);animation:ctPulse 1.7s infinite;}
@keyframes ctPulse{0%{box-shadow:0 0 0 0 rgba(40,200,64,.5);}70%{box-shadow:0 0 0 7px rgba(40,200,64,0);}100%{box-shadow:0 0 0 0 rgba(40,200,64,0);}}
.ct-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.ct-trust span{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;font-family:'Plus Jakarta Sans',sans-serif;color:var(--cs-ink);background:#fff;border:1px solid var(--cs-line);border-radius:100px;padding:8px 15px;box-shadow:0 5px 14px rgba(20,23,40,.04);}
.ct-trust svg{width:15px;height:15px;color:var(--cs-theme);}
.ct-card{background:#fff;border:1px solid var(--cs-line);border-radius:22px;padding:38px 38px 34px;box-shadow:0 30px 70px rgba(20,23,40,.10);}
.ct-card-head{margin-bottom:10px;}
.ct-card-head h2{font-family:'Plus Jakarta Sans',sans-serif;font-size:22px;font-weight:800;color:var(--cs-ink);margin:0 0 6px;}
.ct-card-head p{font-size:14.5px;color:var(--cs-body);margin:0;}
.ct-card .form-holder .row,.ct-card form.contact-form{--bs-gutter-x:0;margin:0;}
.ct-card .form-holder > .row{display:block;}
.ct-card .form-holder .col-md-11,.ct-card .form-holder .col-lg-10,.ct-card .form-holder .col-xl-8{width:100%;max-width:100%;flex:0 0 100%;padding:0;}
.ct-card .contact-form .col-md-12{padding:0;}
.ct-card .contact-form p.p-lg{font-family:'Plus Jakarta Sans',sans-serif;font-size:14.5px;font-weight:700;color:var(--cs-ink);margin:16px 0 2px;}
.ct-card .contact-form span i{font-size:12.5px;color:#9aa1ad;font-style:italic;}
.ct-card .form-control,.ct-card .form-select{border:1px solid var(--cs-line);background:#f7f8fb;border-radius:12px;padding:13px 16px;font-size:15px;color:var(--cs-ink);box-shadow:none;margin-top:7px;width:100%;}
.ct-card textarea.form-control{min-height:130px;}
.ct-card .form-control:focus,.ct-card .form-select:focus{border-color:var(--cs-theme);background:#fff;box-shadow:0 0 0 3px rgba(255,0,0,.08);outline:none;}
.ct-card .form-control::placeholder{color:#aab0bd;}
.ct-card .form-btn{margin-top:24px;text-align:left !important;}
.ct-card .btn--theme{border-radius:12px;padding:14px 32px;font-weight:700;}
.ct-card .contact-form-notice{margin-top:18px;padding-top:16px;border-top:1px solid #f0f2f6;}
.ct-card .contact-form-notice p{font-size:12.5px;line-height:1.6;color:#9aa1ad;margin:0;}
.ct-card .contact-form-notice a{color:var(--cs-theme);}
@media (max-width:991px){.ct-hero{padding:120px 0 56px;}.ct-card{padding:28px 24px 24px;margin-top:38px;}}
/* ===================== end contact ===================== */
/* contact honeypot — visually & a11y hidden, off-screen (not display:none, so bots still fill it) */
.ct-hp{position:absolute !important;left:-9999px !important;top:-9999px !important;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;}
