/* =============================================================================
   pages.css — GlobalReach Theme — Inner page styles (Conseil, Secteurs)
   Loaded on all non-front pages via functions.php
============================================================================= */

/* =============================================================================
   DESIGN TOKENS (reuse same palette as home.css)
============================================================================= */

:root {
	--pg-navy:      #07070E;
	--pg-navy-mid:  #0D0D1C;
	--pg-navy-deep: #07070E;
	--pg-gold:      #C9A84C;
	--pg-gold-lt:   #E0B75C;
	--pg-gold-dk:   #A8852A;
	--pg-cream:     #0E0E1A;
	--pg-warm:      #111120;
	--pg-text:      #E8E8F0;
	--pg-muted:     rgba(255, 255, 255, 0.58);
	--pg-border:    rgba(255, 255, 255, 0.08);
	--pg-border-dk: rgba(255, 255, 255, 0.10);
}

/* =============================================================================
   SHARED UTILITIES
============================================================================= */

.pg-label {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pg-gold);
	margin-bottom: 12px;
}

.pg-label--gold { color: var(--pg-gold); }

.pg-gold-line {
	width: 48px;
	height: 3px;
	background: var(--pg-gold);
	border-radius: 2px;
	margin-bottom: 24px;
}

.pg-gold-line--center { margin-inline: auto; }

.pg-section-header {
	text-align: center;
	margin-bottom: 56px;
}

.pg-section-sub {
	color: var(--pg-muted);
	font-size: 1.0625rem;
	max-width: 560px;
	line-height: 1.7;
	margin-top: 16px;
	margin-inline: auto;
}

.pg-kicker {
	display: inline-flex;
	align-items: center;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: var(--pg-gold);
	border: 1px solid rgba(200, 162, 74, 0.30);
	background: rgba(200, 162, 74, 0.07);
	padding: 6px 14px;
	border-radius: 100px;
	margin-bottom: 20px;
}

/* =============================================================================
   BUTTONS
============================================================================= */

.pg-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 32px;
	background: var(--pg-gold);
	color: var(--pg-navy-deep);
	font-family: 'Inter', sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	border-radius: var(--r-sm, 8px);
	text-decoration: none;
	letter-spacing: 0.01em;
	white-space: nowrap;
	box-shadow: 0 4px 18px rgba(200, 162, 74, 0.38), 0 1px 4px rgba(0, 0, 0, 0.14);
	transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pg-btn-primary:hover {
	background: var(--pg-gold-lt);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(197, 160, 40, 0.38);
	text-decoration: none;
	color: var(--pg-navy-deep);
}

.pg-btn-primary:focus-visible {
	outline: 2px solid var(--pg-gold-dk);
	outline-offset: 3px;
}

.pg-btn-primary:active {
	transform: translateY(0);
	box-shadow: none;
}

.pg-btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 30px;
	background: transparent;
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Inter', sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	border: 1.5px solid rgba(255, 255, 255, 0.25);
	border-radius: var(--r-sm, 8px);
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 170ms ease, background 170ms ease, color 170ms ease;
}

.pg-btn-ghost:hover {
	border-color: var(--pg-gold);
	color: var(--pg-gold);
	background: rgba(200, 162, 74, 0.07);
	text-decoration: none;
}

.pg-btn-ghost:focus-visible {
	outline: 2px solid var(--pg-gold);
	outline-offset: 3px;
}

.pg-btn-ghost:active {
	background: rgba(200, 162, 74, 0.12);
}

/* =============================================================================
   PAGE HERO
============================================================================= */

.pg-hero {
	position: relative;
	background-color: var(--pg-navy-deep);
	background-image:
		radial-gradient(ellipse at 75% 25%, rgba(200, 162, 74, 0.12) 0%, transparent 52%),
		radial-gradient(ellipse at 18% 72%, rgba(11, 31, 58, 0.5) 0%, transparent 48%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
	overflow: hidden;
	min-height: 500px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pg-hero--conseil {
	background-image:
		radial-gradient(ellipse at 80% 20%, rgba(200, 162, 74, 0.14) 0%, transparent 55%),
		radial-gradient(ellipse at 15% 80%, rgba(8, 14, 30, 0.6) 0%, transparent 50%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}

.pg-hero--secteurs {
	background-image:
		radial-gradient(ellipse at 22% 72%, rgba(200, 162, 74, 0.12) 0%, transparent 52%),
		radial-gradient(ellipse at 78% 28%, rgba(8, 14, 30, 0.55) 0%, transparent 48%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}

/* Background image panel (decorative, behind overlay) */
.pg-hero__image-panel {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.pg-hero__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
	filter: brightness(1.2) saturate(0) opacity(0.04);
	display: block;
}

.pg-hero__bg-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: transparent;
	pointer-events: none;
}

.pg-hero__inner {
	position: relative;
	z-index: 2;
	padding-block: 100px 88px;
	max-width: 760px;
}

.pg-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.40);
	margin-bottom: 24px;
}

.pg-breadcrumb a {
	color: rgba(255, 255, 255, 0.40);
	text-decoration: none;
	transition: color 150ms ease;
}

.pg-breadcrumb a:hover { color: var(--pg-gold); text-decoration: none; }

.pg-breadcrumb span[aria-current="page"] {
	color: rgba(255, 255, 255, 0.70);
}

.pg-hero__h1 {
	font-size: clamp(2.25rem, 4.5vw, 3.5rem);
	color: #ffffff;
	line-height: 1.06;
	margin-bottom: 20px;
	letter-spacing: -0.022em;
}

.pg-hero__h1 em {
	background: linear-gradient(
		90deg,
		#C9A84C 0%,
		#F5D98A 30%,
		#FFEDAA 50%,
		#F5D98A 70%,
		#C9A84C 100%
	);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-style: normal;
	animation: shimmer 3.5s linear infinite;
}

@keyframes shimmer {
	0%   { background-position: 200% center; }
	100% { background-position: -200% center; }
}

@media (prefers-reduced-motion: reduce) {
	.pg-hero__h1 em {
		background: var(--pg-gold);
		-webkit-background-clip: unset;
		-webkit-text-fill-color: var(--pg-gold);
		background-clip: unset;
		animation: none;
	}
}

/* ================================================================
   HERO ENTRANCE — Conseil page animations
================================================================ */

@keyframes pg-hero-in {
	from { opacity: 0; transform: translateY(28px); }
	to   { opacity: 1; transform: translateY(0);    }
}

@keyframes pg-mesh-drift-1 {
	0%, 100% { transform: translate(0, 0) scale(1);           }
	33%       { transform: translate(60px, -40px) scale(1.08); }
	66%       { transform: translate(-30px, 25px) scale(0.96); }
}

@keyframes pg-mesh-drift-2 {
	0%, 100% { transform: translate(0, 0) scale(1);            }
	33%       { transform: translate(-60px, 30px) scale(1.06); }
	66%       { transform: translate(40px, -25px) scale(0.98); }
}

@keyframes pg-orb-float {
	0%, 100% { transform: translateY(0) scale(1);        }
	50%       { transform: translateY(-40px) scale(1.05); }
}

@keyframes pg-mouse-scroll {
	0%   { transform: translateY(0);    opacity: 1; }
	60%  { transform: translateY(14px); opacity: 0; }
	100% { transform: translateY(0);    opacity: 0; }
}

/* Dot grid overlay */
.pg-hero--conseil::before,
.pg-hero--secteurs::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
	background-size: 30px 30px;
	-webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
	mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
	z-index: 2;
	pointer-events: none;
}

/* Animated gradient mesh */
.pg-hero__mesh {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
}

.pg-hero__mesh-g1 {
	position: absolute;
	width: 900px;
	height: 700px;
	top: -250px;
	right: -100px;
	background: radial-gradient(ellipse at center, rgba(201, 168, 76, 0.14) 0%, transparent 68%);
	animation: pg-mesh-drift-1 14s ease-in-out infinite;
}

.pg-hero__mesh-g2 {
	position: absolute;
	width: 700px;
	height: 600px;
	bottom: -200px;
	left: -150px;
	background: radial-gradient(ellipse at center, rgba(61, 59, 142, 0.15) 0%, transparent 68%);
	animation: pg-mesh-drift-2 18s ease-in-out infinite;
}

/* Floating blur orbs */
.pg-hero__orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 2;
}

.pg-hero__orb--gold {
	width: 500px;
	height: 500px;
	top: -120px;
	right: 5%;
	background: rgba(201, 168, 76, 0.13);
	filter: blur(72px);
	animation: pg-orb-float 9s ease-in-out infinite;
}

.pg-hero__orb--indigo {
	width: 380px;
	height: 380px;
	bottom: -80px;
	left: 3%;
	background: rgba(99, 102, 241, 0.11);
	filter: blur(72px);
	animation: pg-orb-float 11s ease-in-out infinite reverse;
	animation-delay: -4s;
}

/* Staggered entrance animations */
.pg-hero--conseil .pg-breadcrumb       { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.20s both; }
.pg-hero--conseil .pg-kicker           { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.35s both; }
.pg-hero--conseil .pg-hero__h1         { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.50s both; }
.pg-hero--conseil .pg-hero__sub        { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.70s both; }
.pg-hero--conseil .pg-hero__sub--2     { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.80s both; }
.pg-hero--conseil .pg-hero__trust-list { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.90s both; }
.pg-hero--conseil .pg-hero__ctas       { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 1.05s both; }
.pg-hero--conseil .pg-hero__scroll     { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 1.30s both; }

/* Staggered entrance animations — Secteurs */
.pg-hero--secteurs .pg-breadcrumb   { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.20s both; }
.pg-hero--secteurs .pg-kicker       { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.35s both; }
.pg-hero--secteurs .pg-hero__h1     { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.50s both; }
.pg-hero--secteurs .pg-hero__sub    { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.70s both; }
.pg-hero--secteurs .pg-hero__sub--2 { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.80s both; }
.pg-hero--secteurs .pg-hero__ctas   { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 1.05s both; }
.pg-hero--secteurs .pg-hero__scroll { animation: pg-hero-in 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 1.30s both; }

/* Scroll indicator */
.pg-hero__scroll {
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	z-index: 3;
	text-decoration: none;
}

.pg-scroll-mouse {
	width: 22px;
	height: 36px;
	border: 1.5px solid rgba(255, 255, 255, 0.22);
	border-radius: 11px;
	position: relative;
	display: flex;
	justify-content: center;
}

.pg-scroll-mouse__dot {
	position: absolute;
	top: 5px;
	width: 3px;
	height: 6px;
	background: var(--pg-gold);
	border-radius: 2px;
	animation: pg-mouse-scroll 2s ease-in-out infinite;
}

.pg-scroll-label {
	font-size: 0.625rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.28);
}

/* ================================================================
   HERO IMAGE — Full-bleed photo, Ken Burns zoom, dark overlay
================================================================ */

@keyframes pg-hero-zoom {
	from { transform: scale(1);    }
	to   { transform: scale(1.08); }
}

/* 75–90 vh hero height */
.pg-hero--conseil,
.pg-hero--secteurs {
	min-height: clamp(560px, 82vh, 920px);
}

/* Dark overlay — sits above the photo (z:1), below mesh/orbs (z:2) */
.pg-hero--conseil .pg-hero__bg-overlay,
.pg-hero--secteurs .pg-hero__bg-overlay {
	background: linear-gradient(
		160deg,
		rgba(7, 7, 14, 0.52) 0%,
		rgba(7, 7, 14, 0.32) 45%,
		rgba(7, 7, 14, 0.46) 100%
	);
}

/* Filter on wrapper (not animated) — keeps img transform compositor-only */
.pg-hero--conseil .pg-hero__image-panel {
	filter: brightness(0.92) saturate(0.88);
}

/* Secteurs: full grayscale + deep dark — removes embedded "SOLVIX IT Consulting" text */
.pg-hero--secteurs .pg-hero__image-panel {
	filter: grayscale(1) brightness(0.42);
}

/* Ken Burns zoom — override base opacity(0.04), pure transform for GPU composite */
.pg-hero--conseil .pg-hero__bg-img,
.pg-hero--secteurs .pg-hero__bg-img {
	filter: none;
	animation: pg-hero-zoom 16s ease-out forwards;
	transform-origin: center center;
	will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
	.pg-hero--conseil .pg-hero__bg-img,
	.pg-hero--secteurs .pg-hero__bg-img {
		animation: none;
		will-change: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pg-hero--conseil .pg-breadcrumb,
	.pg-hero--conseil .pg-kicker,
	.pg-hero--conseil .pg-hero__h1,
	.pg-hero--conseil .pg-hero__sub,
	.pg-hero--conseil .pg-hero__sub--2,
	.pg-hero--conseil .pg-hero__trust-list,
	.pg-hero--conseil .pg-hero__ctas,
	.pg-hero--conseil .pg-hero__scroll,
	.pg-hero--secteurs .pg-breadcrumb,
	.pg-hero--secteurs .pg-kicker,
	.pg-hero--secteurs .pg-hero__h1,
	.pg-hero--secteurs .pg-hero__sub,
	.pg-hero--secteurs .pg-hero__sub--2,
	.pg-hero--secteurs .pg-hero__ctas,
	.pg-hero--secteurs .pg-hero__scroll {
		animation: none;
		opacity: 1;
		transform: none;
	}
	.pg-hero__mesh-g1,
	.pg-hero__mesh-g2,
	.pg-hero__orb--gold,
	.pg-hero__orb--indigo,
	.pg-scroll-mouse__dot {
		animation: none;
	}
}

/* ================================================================
   SCROLL-REVEAL
================================================================ */

.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
	            transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible {
	opacity: 1;
	transform: none;
}

.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }
.reveal-delay-3 { transition-delay: 300ms; }
.reveal-delay-4 { transition-delay: 400ms; }

@media (prefers-reduced-motion: reduce) {
	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.pg-hero__sub {
	font-size: 1.0625rem;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.78;
	max-width: 620px;
	margin-bottom: 20px;
}

.pg-hero__sub--2 {
	margin-bottom: 28px;
}

/* Trust checklist in hero */
.pg-hero__trust-list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 24px;
}

.pg-hero__trust-list li {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.5;
}

.pg-trust-check {
	color: var(--pg-gold);
	font-weight: 700;
	font-size: 0.875rem;
	flex-shrink: 0;
}

/* Service intro sentence */
.pg-service__intro {
	font-size: 1.0625rem;
	color: var(--pg-muted);
	line-height: 1.75;
	margin-bottom: 24px;
}

/* Engagement card "best for" label */
.pg-eng-card__bestfor {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--pg-border);
}

.pg-eng-card__bestfor-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pg-gold-dk);
	margin-bottom: 10px;
}

.pg-hero__ctas {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

/* =============================================================================
   INTRO SECTION
============================================================================= */

.pg-intro {
	background: var(--pg-navy-mid);
	padding-block: 80px;
	border-top: 1px solid var(--pg-border);
}

.pg-intro__inner {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 80px;
	align-items: start;
}

.pg-intro__copy h2 {
	font-size: clamp(1.625rem, 2.5vw, 2.25rem);
	color: var(--pg-text);
	margin-bottom: 20px;
	line-height: 1.2;
}

.pg-intro__copy p {
	font-size: 1.0625rem;
	color: var(--pg-muted);
	line-height: 1.8;
}

.pg-intro__models {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pg-model-badge {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--pg-border);
	border-radius: 8px;
	border-left: 3px solid var(--pg-gold);
}

.pg-model-badge__icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(197, 160, 40, 0.12);
	color: var(--pg-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pg-model-badge div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pg-model-badge strong {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--pg-text);
}

.pg-model-badge span {
	font-size: 0.8125rem;
	color: var(--pg-muted);
}

/* =============================================================================
   SERVICE SECTIONS (Conseil page)
============================================================================= */

.pg-service {
	padding-block: 80px;
	background: var(--pg-navy);
	border-top: 1px solid var(--pg-border);
}

.pg-service--alt {
	background: var(--pg-navy-mid);
}

.pg-service__header {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 48px;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--pg-border);
}

.pg-service__icon {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background: rgba(197, 160, 40, 0.12);
	color: var(--pg-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pg-service__num {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--pg-gold);
	margin-bottom: 6px;
}

.pg-service__title {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	color: var(--pg-text);
	line-height: 1.15;
	margin-bottom: 8px;
}

.pg-service__tagline {
	font-size: 1.0625rem;
	color: var(--pg-muted);
	margin: 0;
}

.pg-service__body {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 56px;
	align-items: start;
}

.pg-service__col--main h3 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--pg-text);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 14px;
	margin-top: 32px;
}

.pg-service__col--main h3:first-child { margin-top: 0; }

.pg-service__col--main p {
	font-size: 0.9375rem;
	color: var(--pg-muted);
	line-height: 1.78;
}

/* Check list */
.pg-check-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pg-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.9375rem;
	color: var(--pg-muted);
	line-height: 1.6;
}

.pg-check-list li::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pg-gold);
	flex-shrink: 0;
	margin-top: 7px;
}

/* Aside cards */
.pg-impact-card,
.pg-refs-card,
.pg-usecase-card,
.pg-service-links {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--pg-border);
	border-radius: 8px;
	padding: 24px 28px;
	margin-bottom: 20px;
}

.pg-impact-card h4,
.pg-refs-card h4,
.pg-usecase-card h4,
.pg-service-links h4 {
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--pg-text);
	margin-bottom: 14px;
}

.pg-impact-card ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pg-impact-card ul li {
	font-size: 0.9rem;
	color: var(--pg-muted);
	line-height: 1.6;
	padding-left: 16px;
	position: relative;
}

.pg-impact-card ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pg-gold);
}

/* Sector tags */
.pg-sector-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pg-sector-tag {
	display: inline-block;
	padding: 5px 12px;
	background: rgba(197, 160, 40, 0.08);
	border: 1px solid rgba(197, 160, 40, 0.2);
	border-radius: 4px;
	font-size: 0.8125rem;
	color: var(--pg-gold-dk);
	font-weight: 500;
	text-decoration: none;
	transition: background 150ms ease, border-color 150ms ease;
}

.pg-sector-tag:hover {
	background: rgba(197, 160, 40, 0.16);
	border-color: var(--pg-gold);
	text-decoration: none;
}

/* =============================================================================
   SECTOR SECTIONS (Secteurs page)
============================================================================= */

.pg-sector {
	padding-block: 80px;
	background: var(--pg-navy);
	border-top: 1px solid var(--pg-border);
}

.pg-sector--alt {
	background: var(--pg-navy-mid);
}

.pg-sector__header {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 48px;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--pg-border);
}

.pg-sector__icon {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background: rgba(197, 160, 40, 0.12);
	color: var(--pg-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pg-sector__num {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--pg-gold);
	margin-bottom: 6px;
}

.pg-sector__title {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	color: var(--pg-text);
	line-height: 1.15;
	margin-bottom: 8px;
}

.pg-sector__tagline {
	font-size: 1.0625rem;
	color: var(--pg-muted);
	margin: 0;
}

.pg-sector__body {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 56px;
	align-items: start;
}

.pg-sector__col--main .pg-sector__block {
	margin-bottom: 32px;
}

.pg-sector__col--main .pg-sector__block:last-child { margin-bottom: 0; }

.pg-sector__col--main h3 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--pg-text);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 14px;
}

/* Use case card */
.pg-usecase-card p {
	font-size: 0.9375rem;
	color: var(--pg-muted);
	line-height: 1.72;
}

.pg-usecase-card__tag {
	font-size: 0.8rem !important;
	font-style: italic;
	color: var(--pg-gold-dk) !important;
	margin-bottom: 10px;
}

/* Service links */
.pg-service-links {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pg-service-link {
	display: block;
	padding: 10px 0;
	font-size: 0.9375rem;
	color: var(--pg-text);
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid var(--pg-border);
	transition: color 150ms ease, padding-left 150ms ease;
}

.pg-service-link:last-child { border-bottom: none; }

.pg-service-link:hover {
	color: var(--pg-gold-dk);
	padding-left: 6px;
	text-decoration: none;
}

/* =============================================================================
   SECTOR NAV
============================================================================= */

.pg-sector-nav {
	position: sticky;
	top: 80px;
	z-index: 900;
	background: rgba(7, 7, 14, 0.92);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.40);
}

.pg-sector-nav__inner {
	display: flex;
	align-items: center;
	gap: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.pg-sector-nav__inner::-webkit-scrollbar { display: none; }

.pg-sector-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 14px 20px;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--pg-muted);
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
	transition: color 160ms ease, border-color 160ms ease;
}

.pg-sector-nav__link svg { opacity: 0.6; transition: opacity 160ms ease; }

.pg-sector-nav__link:hover,
.pg-sector-nav__link.is-active {
	color: var(--pg-gold);
	border-bottom-color: var(--pg-gold);
	text-decoration: none;
}

.pg-sector-nav__link:hover svg,
.pg-sector-nav__link.is-active svg { opacity: 1; }

/* =============================================================================
   SECTOR SECTION — new layout elements
============================================================================= */

/* Intro sentence */
.pg-sector__intro {
	font-size: 1.0625rem;
	color: var(--pg-muted);
	line-height: 1.72;
	margin-bottom: 28px;
}

/* 3-column block grid */
.pg-sector__blocks-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 28px;
}

.pg-sector__blocks-grid .pg-sector__block {
	margin-bottom: 0;
}

/* Results list — gold bullet */
.pg-check-list--results li::before {
	background: var(--pg-gold);
}

/* Framework tags */
.pg-sector__frameworks {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	padding-top: 20px;
	border-top: 1px solid var(--pg-border);
}

.pg-fw-label {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pg-muted);
	flex-shrink: 0;
}

.pg-fw-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pg-fw-tag {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.80);
	padding: 4px 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--pg-border);
	border-left: 2px solid var(--pg-gold);
	border-radius: 3px;
	letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
	.pg-sector__blocks-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.pg-sector__blocks-grid {
		grid-template-columns: 1fr;
	}
	.pg-sector-nav__link { padding: 12px 14px; font-size: 0.8125rem; }
}

/* =============================================================================
   ENGAGEMENT MODELS (Conseil page)
============================================================================= */

.pg-engagement {
	background: var(--pg-navy);
	background-image: linear-gradient(155deg, #080f1e 0%, #0d1f3c 60%, #162447 100%);
	padding-block: 96px;
}

.pg-engagement .pg-label { color: var(--pg-gold); }

.pg-engagement h2 {
	font-size: clamp(1.875rem, 3vw, 2.5rem);
	color: #fff;
	margin-bottom: 16px;
	line-height: 1.1;
}

.pg-engagement .pg-gold-line--center { background: var(--pg-gold); }

.pg-engagement .pg-section-sub { color: rgba(255, 255, 255, 0.6); }

.pg-engagement__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pg-eng-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 36px 30px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: background 250ms ease, border-color 250ms ease, transform 250ms ease;
	position: relative;
}

.pg-eng-card:hover {
	background: rgba(197, 160, 40, 0.06);
	border-color: rgba(197, 160, 40, 0.28);
	transform: translateY(-4px);
}

.pg-eng-card--featured {
	border-color: rgba(197, 160, 40, 0.35);
	background: rgba(197, 160, 40, 0.05);
}

.pg-eng-card__badge {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--pg-gold);
	color: var(--pg-navy-deep);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 2px;
	white-space: nowrap;
}

.pg-eng-card__icon {
	width: 52px;
	height: 52px;
	border-radius: 8px;
	background: rgba(197, 160, 40, 0.12);
	color: var(--pg-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pg-eng-card h3 {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.2;
}

.pg-eng-card p {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.75;
	flex: 1;
}

.pg-eng-card__features {
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 16px;
}

.pg-eng-card__features li {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.55);
	padding-left: 16px;
	position: relative;
	line-height: 1.5;
}

.pg-eng-card__features li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pg-gold);
	opacity: 0.65;
}

/* =============================================================================
   CTA SECTION (bottom of pages)
============================================================================= */

.pg-cta-section {
	background-color: var(--pg-navy-deep);
	background-image:
		radial-gradient(ellipse at 78% 22%, rgba(200, 162, 74, 0.09) 0%, transparent 50%),
		radial-gradient(ellipse at 22% 78%, rgba(200, 162, 74, 0.05) 0%, transparent 50%);
	padding-block: 96px;
	border-top: 1px solid rgba(200, 162, 74, 0.12);
}

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

.pg-cta-section__copy {
	display: flex;
	flex-direction: column;
}

.pg-cta-section__copy h2 {
	font-size: clamp(1.875rem, 3vw, 2.625rem);
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 20px;
	letter-spacing: -0.022em;
}

.pg-cta-section__copy .pg-gold-line { margin-bottom: 20px; }

.pg-cta-section__copy p {
	font-size: 1.0625rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.78;
	max-width: 460px;
	margin-bottom: 32px;
}

.pg-cta-section__info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 36px 40px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(200, 162, 74, 0.18);
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.20);
}

.pg-cta-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pg-cta-item svg {
	flex-shrink: 0;
	color: var(--pg-gold);
	opacity: 0.85;
}

.pg-cta-item a {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	transition: color 150ms ease;
}

.pg-cta-item a:hover { color: var(--pg-gold); text-decoration: none; }

/* =============================================================================
   RESPONSIVE — Tablet (≤ 1024px)
============================================================================= */

@media (max-width: 1024px) {

	.pg-hero__scroll { display: none; }

	.pg-hero__inner { padding-block: 72px 60px; }

	.pg-intro__inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.pg-service__body,
	.pg-sector__body {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.pg-service__col--aside,
	.pg-sector__col--aside {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.pg-impact-card,
	.pg-refs-card,
	.pg-usecase-card,
	.pg-service-links {
		margin-bottom: 0;
	}

	.pg-engagement__grid {
		grid-template-columns: 1fr;
		max-width: 480px;
		margin-inline: auto;
	}

	.pg-cta-section__inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}

}

/* =============================================================================
   RESPONSIVE — Mobile (≤ 768px)
============================================================================= */

@media (max-width: 768px) {

	.pg-hero { min-height: 0; }

	.pg-hero__inner { padding-block: 56px 48px; }

	.pg-hero__h1 { font-size: 2rem; }

	.pg-hero__ctas {
		flex-direction: column;
		align-items: flex-start;
	}

	.pg-service,
	.pg-sector {
		padding-block: 56px;
	}

	.pg-service__header,
	.pg-sector__header {
		flex-direction: column;
		gap: 16px;
	}

	.pg-service__col--aside,
	.pg-sector__col--aside {
		grid-template-columns: 1fr;
	}

	.pg-cta-section { padding-block: 64px; }

	.pg-cta-section__info { padding: 28px 24px; }

	.pg-intro__models {
		gap: 12px;
	}

}

/* =============================================================================
   RESPONSIVE — Small mobile (≤ 480px)
============================================================================= */

@media (max-width: 480px) {

	.pg-breadcrumb { font-size: 0.75rem; }

	.pg-service__header,
	.pg-sector__header {
		gap: 12px;
	}

	.pg-model-badge {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

}


/* =============================================================================
   POLITIQUE DE CONFIDENTIALITÉ — pc-* components
============================================================================= */

.pc-body {
	padding: clamp(48px, 7vw, 88px) 0 clamp(64px, 9vw, 112px);
	background: var(--pg-navy);
}

.pc-layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 64px;
	align-items: start;
}

/* ---- Table of contents (sticky sidebar) ---- */

.pc-toc__inner {
	position: sticky;
	top: 80px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--pg-border);
	border-radius: 10px;
	padding: 28px 24px;
}

.pc-toc__title {
	font-family: 'Inter', sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pg-muted);
	margin: 0 0 16px;
}

.pc-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pc-toc__list li { margin: 0; }

.pc-toc__list a {
	display: block;
	font-size: 0.8125rem;
	color: var(--pg-text);
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	line-height: 1.45;
	transition: background 0.18s ease, color 0.18s ease;
}

.pc-toc__list a:hover {
	background: rgba(200, 162, 74, 0.12);
	color: var(--pg-gold-dk);
}

/* ---- Main content ---- */

.pc-content {
	min-width: 0;
}

.pc-preamble {
	background: var(--pg-cream);
	border-left: 3px solid var(--pg-gold);
	border-radius: 0 8px 8px 0;
	padding: 24px 28px;
	margin-bottom: 56px;
}

.pc-preamble p {
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--pg-text);
	margin: 0 0 14px;
}

.pc-preamble p:last-child { margin-bottom: 0; }

/* ---- Section ---- */

.pc-section {
	margin-bottom: 52px;
	padding-bottom: 52px;
	border-bottom: 1px solid var(--pg-border);
	scroll-margin-top: 80px;
}

.pc-section:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.pc-section h2 {
	font-family: 'Inter', sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.5625rem);
	font-weight: 700;
	color: var(--pg-text);
	margin: 0 0 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	line-height: 1.2;
}

.pc-num {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pg-gold);
	background: rgba(200, 162, 74, 0.1);
	border-radius: 4px;
	padding: 3px 8px;
	flex-shrink: 0;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0.04em;
}

.pc-section p {
	font-size: 0.9375rem;
	line-height: 1.78;
	color: var(--pg-text);
	margin: 0 0 18px;
}

.pc-section ul {
	margin: 0 0 18px 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pc-section ul li {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--pg-text);
	padding-left: 22px;
	position: relative;
}

.pc-section ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 2px;
	background: var(--pg-gold);
	border-radius: 1px;
}

/* ---- Info box ---- */

.pc-infobox {
	background: var(--pg-cream);
	border: 1px solid var(--pg-border);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 18px;
}

.pc-infobox__row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 16px;
	padding: 14px 20px;
	border-bottom: 1px solid var(--pg-border);
	font-size: 0.9rem;
	line-height: 1.55;
}

.pc-infobox__row:last-child { border-bottom: none; }

.pc-infobox__label {
	font-weight: 600;
	color: var(--pg-text);
	font-size: 0.875rem;
}

.pc-infobox a {
	color: var(--pg-gold-dk);
	text-decoration: none;
}

.pc-infobox a:hover { text-decoration: underline; }

/* ---- Tables ---- */

.pc-table-wrap {
	overflow-x: auto;
	margin-bottom: 18px;
	border-radius: 8px;
	border: 1px solid var(--pg-border);
}

.pc-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
	line-height: 1.55;
}

.pc-table thead {
	background: var(--pg-navy);
	color: #ffffff;
}

.pc-table thead th {
	padding: 12px 16px;
	text-align: left;
	font-weight: 600;
	font-size: 0.8125rem;
	letter-spacing: 0.02em;
}

.pc-table tbody tr:nth-child(even) {
	background: var(--pg-cream);
}

.pc-table tbody td {
	padding: 12px 16px;
	border-bottom: 1px solid var(--pg-border);
	color: var(--pg-text);
	vertical-align: top;
}

.pc-table tbody tr:last-child td { border-bottom: none; }

/* ---- Notices ---- */

.pc-notice {
	border-radius: 8px;
	padding: 18px 22px;
	font-size: 0.9rem;
	line-height: 1.65;
	margin-top: 18px;
}

.pc-notice a {
	color: inherit;
	font-weight: 600;
}

.pc-notice--info {
	background: rgba(200, 162, 74, 0.08);
	border: 1px solid rgba(200, 162, 74, 0.3);
	color: var(--pg-text);
}

.pc-notice--action {
	background: rgba(99,102,241,0.08);
	border: 1px solid rgba(99,102,241,0.25);
	color: var(--pg-text);
}

.pc-notice--authority {
	background: var(--pg-cream);
	border: 1px solid var(--pg-border);
	color: var(--pg-text);
}

/* ---- Rights grid ---- */

.pc-rights-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}

.pc-right-card {
	background: var(--pg-cream);
	border: 1px solid var(--pg-border);
	border-radius: 8px;
	padding: 20px;
	transition: border-color 0.2s ease;
}

.pc-right-card:hover {
	border-color: var(--pg-gold);
}

.pc-right-card h4 {
	font-family: 'Inter', sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--pg-text);
	margin: 0 0 10px;
}

.pc-right-card p {
	font-size: 0.85rem;
	color: var(--pg-muted);
	line-height: 1.6;
	margin: 0;
}

/* ---- References footer ---- */

.pc-references {
	margin-top: 48px;
	padding: 24px 28px;
	background: var(--pg-cream);
	border-radius: 8px;
	border: 1px solid var(--pg-border);
}

.pc-references__title {
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pg-muted);
	margin: 0 0 14px;
}

.pc-references ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pc-references li {
	font-size: 0.8125rem;
	color: var(--pg-muted);
	line-height: 1.5;
	padding-left: 16px;
	position: relative;
}

.pc-references li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: var(--pg-gold);
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
	.pc-layout {
		grid-template-columns: 200px 1fr;
		gap: 40px;
	}
}

@media (max-width: 800px) {
	.pc-layout {
		grid-template-columns: 1fr;
	}
	.pc-toc__inner {
		position: static;
	}
	.pc-rights-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.pc-infobox__row {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

@media (max-width: 560px) {
	.pc-rights-grid {
		grid-template-columns: 1fr;
	}
}
