/* ── Footer Mountain Background ── */
#footer {
	position: relative;
	overflow: hidden;
	padding-bottom: 18vw !important;
	background-color: #2F455C !important;
}

#footer::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18vw;
	background-image: url('../../images/mountainbanner.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}

#footer > * {
	position: relative;
	z-index: 1;
}

/* Readable text on light mountain for simple footers (no .footer-bar) */
#footer .inner > ul.menu {
	position: relative;
	z-index: 1;
}

/* ── Dock Navigation Droit ── */
.header {
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	padding: 0;
	width: auto;
	height: auto;
}

.header ul.icon-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 22px 12px;
	border-radius: 50px;
	list-style: none;
	margin: 0;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(6px);
}

.header ul.icon-menu li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header ul.icon-menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #4a4a4a;
	font-size: 1.1rem;
	line-height: 1;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	position: relative;
	border: 0;
	outline: 0;
}

.header ul.icon-menu li a i {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.header ul.icon-menu li a:hover,
.header ul.icon-menu li a.active {
	background-color: #1C93CA;
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(28, 147, 202, 0.4);
}

/* Tooltip bulle */
.header ul.icon-menu li a .tooltip {
	position: absolute;
	right: 68px;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	padding: 9px 16px;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.13);
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	pointer-events: none;
}

.header ul.icon-menu li a:hover .tooltip {
	opacity: 1;
	visibility: visible;
	right: 62px;
}

.header ul.icon-menu li a .tooltip span {
	color: #1a1a1a;
	font-weight: 800;
	font-size: 0.72rem;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
	font-family: 'Inter', sans-serif;
}

/* Flèche triangle */
.header ul.icon-menu li a .tooltip::after {
	content: "";
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ffffff;
}

/* Responsive : dock en bas centré sur mobile */
@media (max-width: 736px) {
	.header {
		bottom: 20px;
		top: auto;
		right: 50%;
		transform: translateX(50%);
	}
	.header ul.icon-menu {
		flex-direction: row;
		padding: 8px 10px;
		gap: 2px;
	}
	.header ul.icon-menu li a {
		width: 32px;
		height: 32px;
		font-size: 0.78rem;
	}
	.header ul.icon-menu li a .tooltip {
		display: none;
	}
	/* Footer visible au-dessus du dock mobile */
	#footer {
		padding-bottom: 90px !important;
	}
}

/* ── Scroll Indicator ── */
#intro {
	position: relative;
	background-color: #ffffff !important;
	overflow: hidden;
	background-image:
		radial-gradient(circle at 18% 28%, rgba(28,147,202,0.11) 0%, rgba(28,147,202,0) 38%),
		radial-gradient(circle at 82% 74%, rgba(47,69,92,0.08) 0%, rgba(47,69,92,0) 36%);
}

#intro::before,
#intro::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	filter: blur(2px);
}

#intro::before {
	width: 520px;
	height: 520px;
	left: -120px;
	top: 18%;
	background: radial-gradient(circle, rgba(28,147,202,0.25) 0%, rgba(28,147,202,0.08) 44%, rgba(28,147,202,0) 74%);
	animation: introBlueFloatA 14s ease-in-out infinite;
}

#intro::after {
	width: 460px;
	height: 460px;
	right: -100px;
	bottom: 12%;
	background: radial-gradient(circle, rgba(47,69,92,0.22) 0%, rgba(28,147,202,0.12) 46%, rgba(28,147,202,0) 76%);
	animation: introBlueFloatB 18s ease-in-out infinite;
}

#intro > .inner {
	position: relative;
	z-index: 1;
}

#intro > .inner::before,
#intro > .inner::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	filter: blur(1px);
}

#intro > .inner::before {
	width: 300px;
	height: 300px;
	top: 14%;
	left: 9%;
	background: radial-gradient(circle, rgba(28,147,202,0.16) 0%, rgba(28,147,202,0) 70%);
	animation: introBlueFloatC 12s ease-in-out infinite;
}

#intro > .inner::after {
	width: 240px;
	height: 240px;
	bottom: 17%;
	right: 11%;
	background: radial-gradient(circle, rgba(6,122,80,0.12) 0%, rgba(28,147,202,0) 72%);
	animation: introBlueFloatD 10s ease-in-out infinite;
}

.scroll-indicator {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	opacity: 1;
	transition: opacity 0.5s ease;
	pointer-events: none;
	z-index: 10;
}

.scroll-indicator.hidden {
	opacity: 0;
}

.scroll-indicator-text {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: rgba(47,69,92,0.55);
}

.scroll-indicator-arrow {
	color: rgba(47,69,92,0.55);
	font-size: 1rem;
	animation: bounceDown 1.6s ease-in-out infinite;
}

@keyframes bounceDown {
	0%, 100% { transform: translateY(0); opacity: 0.4; }
	50%       { transform: translateY(7px); opacity: 0.9; }
}

@keyframes introBlueFloatA {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.7;
	}
	50% {
		transform: translate3d(24px, -18px, 0) scale(1.08);
		opacity: 1;
	}
}

@keyframes introBlueFloatB {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.65;
	}
	50% {
		transform: translate3d(-20px, 16px, 0) scale(1.06);
		opacity: 0.95;
	}
}

@keyframes introBlueFloatC {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.65;
	}
	50% {
		transform: translate3d(14px, -10px, 0) scale(1.1);
		opacity: 1;
	}
}

@keyframes introBlueFloatD {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 0.55;
	}
	50% {
		transform: translate3d(-10px, 12px, 0) scale(1.12);
		opacity: 0.92;
	}
}

@keyframes loaderGlowPulse {
	0%,
	100% {
		opacity: 0.75;
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.08);
	}
}

@keyframes loaderGlowDriftA {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
		opacity: 0.7;
	}
	50% {
		transform: translateX(-50%) translateY(-8px);
		opacity: 1;
	}
}

@keyframes loaderGlowDriftB {
	0%,
	100% {
		transform: translateY(0);
		opacity: 0.58;
	}
	50% {
		transform: translateY(10px);
		opacity: 0.9;
	}
}

/* ── Footer marquees ── */
.footer-marquee {
	margin-top: 0;
	border-top: none;
	padding-top: 16px;
}

.footer-fade-left {
	background: linear-gradient(to right, #2F455C, transparent) !important;
}

.footer-fade-right {
	background: linear-gradient(to left, #2F455C, transparent) !important;
}

/* ── Stats Dashboard ── */
.stats-section {
	width: 100%;
	padding: 56px 0 32px;
	border-top: 1px solid rgba(47,69,92,0.14);
	margin-top: 48px;
}

.stats-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.stats-grid { grid-template-columns: repeat(3, 1fr); gap: 60px; }
}

@media (min-width: 1024px) {
	.stats-grid { grid-template-columns: repeat(5, 1fr); }
}

.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

@media (min-width: 768px) {
	.stat-item { align-items: flex-start; text-align: left; }
}

.stat-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.stat-value {
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: -0.04em;
	margin-bottom: 8px;
	color: #2F455C;
	font-family: 'Inter', sans-serif;
}

.stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: rgba(47,69,92,0.78);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
}

/* ── Logo Marquee ── */
.marquee-section {
	width: 100%;
	padding: 0 0 24px;
	border-top: 1px solid rgba(255,255,255,0.12);
	margin-top: 8px;
}

.marquee-title {
	color: rgba(255,255,255,0.35);
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	text-align: center !important;
	width: 100%;
	display: block;
	margin-bottom: 32px;
	font-family: 'Inter', sans-serif;
}

.marquee-track-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 16px 0;
}

.fade-overlay-left {
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 120px;
	background: linear-gradient(to right, #1C93CA, transparent);
	z-index: 10;
	pointer-events: none;
}

.fade-overlay-right {
	position: absolute;
	right: 0; top: 0; bottom: 0;
	width: 120px;
	background: linear-gradient(to left, #1C93CA, transparent);
	z-index: 10;
	pointer-events: none;
}

@media (max-width: 736px) {
	.fade-overlay-left,
	.fade-overlay-right {
		width: 40px;
	}
}

#logo-track {
	display: flex;
	align-items: center;
	gap: 64px;
	white-space: nowrap;
	animation: logoMarquee 28s linear infinite;
}

@media (max-width: 736px) {
	#logo-track {
		gap: 28px;
		animation-duration: 14s;
	}
}

@keyframes logoMarquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-33.33%); }
}

.logo-item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 70px;
	opacity: 0.85;
	transition: opacity 0.3s ease;
}

@media (max-width: 736px) {
	.logo-item {
		width: 80px;
		height: 44px;
	}
}

.logo-item:hover {
	opacity: 1;
}

.logo-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* ── Label / Certifications Marquee ── */
.label-marquee-section {
	width: 100%;
	padding: 0 0 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.label-marquee-title {
	color: rgba(255,255,255,0.35);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	text-align: center !important;
	width: 100%;
	display: block;
	margin-bottom: 22px;
	font-family: 'Inter', sans-serif;
}

#label-track {
	display: flex;
	align-items: center;
	gap: 56px;
	white-space: nowrap;
	animation: logoMarquee 22s linear infinite;
}

@media (max-width: 736px) {
	#label-track {
		gap: 24px;
		animation-duration: 12s;
	}
}

#reseau-track {
	display: flex;
	align-items: center;
	gap: 56px;
	white-space: nowrap;
	animation: logoMarquee 22s linear infinite;
}

@media (max-width: 736px) {
	#reseau-track {
		gap: 24px;
		animation-duration: 12s;
	}
}

.label-item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 90px;
	opacity: 0.55;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (max-width: 736px) {
	.label-item {
		width: 70px;
		height: 58px;
	}
}

.label-item:hover {
	opacity: 1;
	transform: scale(1.08);
}

.label-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* ── Intro : titre en haut ── */
#intro.wrapper.fullscreen {
	justify-content: flex-start;
}
#intro > .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	padding-top: 0 !important;
}

#intro .inner p,
#intro .inner iframe {
	max-width: 800px;
	width: 100%;
}

/* ── Cyber Loader (nom + slogan) ── */
.cyber-loader {
	position: relative;
	width: 100%;
	padding: 0 0 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.cyber-loader::before,
.cyber-loader::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(24px);
	z-index: 0;
}

.cyber-loader::before {
	width: 220px;
	height: 220px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(28,147,202,0.32) 0%, rgba(28,147,202,0) 72%);
	animation: loaderGlowDriftA 8s ease-in-out infinite;
}

.cyber-loader::after {
	width: 180px;
	height: 180px;
	left: 56%;
	top: 8%;
	background: radial-gradient(circle, rgba(47,69,92,0.24) 0%, rgba(47,69,92,0) 72%);
	animation: loaderGlowDriftB 9s ease-in-out infinite;
}

.cyber-loader .bg-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 760px;
	height: 360px;
	background: radial-gradient(circle, rgba(28,147,202,0.2) 0%, rgba(28,147,202,0.06) 45%, transparent 74%);
	filter: blur(60px);
	pointer-events: none;
	animation: loaderGlowPulse 6.5s ease-in-out infinite;
}

.cyber-loader .cl-title-wrapper {
	overflow: hidden;
	margin-bottom: 10px;
}

.cyber-loader .cl-title-logo {
	width: min(560px, 78vw);
	height: auto;
	transform: translateY(100%);
	opacity: 0;
	animation: clRevealTitle 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 0s;
	display: block;
	margin: 0 auto;
}

.cyber-loader .cl-title {
	font-size: clamp(3.5rem, 9vw, 7rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-shadow: 0 0 40px rgba(255,255,255,0.15);
	transform: translateY(100%);
	opacity: 0;
	animation: clRevealTitle 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 0s;
	margin: 0;
	font-family: 'Inter', sans-serif;
}

@keyframes clRevealTitle {
	to { transform: translateY(0); opacity: 1; }
}

.cyber-loader .cl-line {
	width: 80px;
	height: 1px;
	background-color: rgba(47,69,92,0.35);
	margin-bottom: 20px;
	transform: scaleX(0);
	opacity: 0;
	animation: clRevealLine 0.4s ease-in-out forwards;
	animation-delay: 0.3s;
}

@keyframes clRevealLine {
	to { transform: scaleX(1); opacity: 1; }
}

.cyber-loader .cl-subtitle {
	font-size: clamp(0.6rem, 1.8vw, 0.85rem);
	font-weight: 300;
	text-transform: uppercase;
	color: rgba(47,69,92,0.7);
	letter-spacing: 0.5em;
	opacity: 0;
	margin: 0;
	white-space: nowrap;
	animation: clRevealSub 0.6s ease-out forwards;
	animation-delay: 0.5s;
	font-family: 'Inter', sans-serif;
}

@keyframes clRevealSub {
	to { opacity: 1; letter-spacing: 0.22em; }
}

/* ── Apparition différée du contenu (dès que le slogan est affiché ~1.1s) ── */
.intro-content {
	opacity: 0;
	animation: introFadeIn 0.6s ease forwards;
	animation-delay: 1.1s;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@keyframes introFadeIn {
	to { opacity: 1; }
}

/* ── Vidéo centrée (override main.css margin-left: 15vw) ── */
#intro .video {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 90% !important;
	max-width: 960px;
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	display: block;
}

/* ── Image spotlight : s'étire sur toute la hauteur de la section ── */
.spotlights > section > .image {
	align-self: stretch;
	min-height: 22.5em;
	height: auto;
	overflow: hidden;
}

/* ── Cacher les images des sections sur mobile ── */
@media screen and (max-width: 980px) {
	.spotlights > section > .image,
	.spotlights > section > a.image {
		display: none !important;
	}
}

/* ── Classes pour remplacer les attributs style inline ── */
.cl-marquee-title-trust {
	color: rgba(255,255,255,0.55);
	font-size: 0.78rem !important;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: 'Inter', sans-serif;
}

.cl-intro-paragraph {
	text-align: justify;
	max-width: 800px;
	width: 100%;
	margin-bottom: 0.8em;
}

.cl-marquee-title-certif {
	color: rgba(255,255,255,0.55);
	font-size: 0.78rem !important;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: 'Inter', sans-serif;
}

.cl-service-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em;
	align-items: center;
}

/* ============================================================
   NOS 4 DOMAINES D'EXPERTISE — Section interactive
   ============================================================ */

.expertise-section-wrap {
	background: #0d1b2a;
	padding: 5rem 2.5rem 4rem;
	width: 100%;
	box-sizing: border-box;
}

.expertise-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.expertise-section-title {
	text-align: center;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0 0 0.5rem;
}

.expertise-section-subtitle {
	text-align: center;
	color: rgba(255, 255, 255, 0.55);
	font-size: 1rem;
	margin: 0 0 3rem;
}

/* — GRID DE CARTES — */
.expertise-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

/* — CARTE — */
.expertise-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 2rem 1.5rem 1.75rem;
	text-align: center;
	cursor: pointer;
	transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.25s;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	outline: none;
}

.expertise-card:hover {
	background: rgba(28, 147, 202, 0.1);
	border-color: rgba(28, 147, 202, 0.45);
	box-shadow: 0 8px 32px rgba(28, 147, 202, 0.18);
	transform: translateY(-5px);
}

.expertise-card.active {
	background: rgba(28, 147, 202, 0.18);
	border-color: #1C93CA;
	box-shadow: 0 0 0 2px rgba(28, 147, 202, 0.35), 0 8px 32px rgba(28, 147, 202, 0.25);
	transform: translateY(0);
}

.expertise-card:focus-visible {
	outline: 2px solid #1C93CA;
	outline-offset: 3px;
}

.expertise-card-icon {
	width: 88px;
	height: 88px;
	object-fit: contain;
	border-radius: 10px;
}

.expertise-card h3 {
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.expertise-card h3 span {
	display: block;
	font-size: 0.72rem;
	color: #1C93CA;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-top: 0.2rem;
}

.expertise-card p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.875rem;
	line-height: 1.6;
	margin: 0;
	flex: 1;
}

.expertise-card-cta {
	color: #1C93CA;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 0.4em;
	transition: gap 0.2s;
}

.expertise-card:hover .expertise-card-cta,
.expertise-card.active .expertise-card-cta {
	gap: 0.7em;
}

.expertise-card.active .expertise-card-cta .fa-chevron-down {
	transform: rotate(180deg);
}

.expertise-card-cta .fa-chevron-down {
	transition: transform 0.3s ease;
}

/* — PANNEAU DÉTAILLÉ — */
.expertise-panel {
	display: none;
	margin-top: 1.25rem;
	background: linear-gradient(135deg, #0a1929 0%, #0f2233 55%, #0a1929 100%);
	border: 1px solid rgba(28, 147, 202, 0.3);
	border-radius: 14px;
	padding: 2.5rem 3rem 3rem;
	position: relative;
	animation: expertisePanelIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.expertise-panel.active {
	display: block;
}

@keyframes expertisePanelIn {
	from { opacity: 0; transform: translateY(-10px); }
	to   { opacity: 1; transform: translateY(0); }
}

.expertise-panel-close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.25rem;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	padding: 0;
}

.expertise-panel-close:hover {
	background: rgba(28, 147, 202, 0.25);
	border-color: #1C93CA;
	color: #ffffff;
}

.expertise-panel-title {
	color: #1C93CA;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 3rem 0.25rem 0;
}

.expertise-panel-title small {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgba(255, 255, 255, 0.45);
	margin-left: 0.75rem;
	vertical-align: middle;
}

.expertise-panel-intro {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	line-height: 1.8;
	border-left: 3px solid #1C93CA;
	padding-left: 1.25rem;
	margin: 1.25rem 0 0;
}

.expertise-panel-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem 3.5rem;
	margin-top: 2.25rem;
}

.expertise-panel-col h3 {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	gap: 0.6em;
}

.expertise-panel-col h3 .fas,
.expertise-panel-col h3 .far,
.expertise-panel-col h3 .fab {
	color: #1C93CA;
	font-size: 0.9rem;
	flex-shrink: 0;
}

.expertise-col-h3-second {
	margin-top: 1.5rem !important;
}

.expertise-panel-col p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	line-height: 1.75;
	margin: 0 0 0.75rem;
}

.expertise-panel-col ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0.75rem;
}

.expertise-panel-col ul li {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	line-height: 1.7;
	padding-left: 1.25em;
	margin-bottom: 0.4rem;
	position: relative;
}

.expertise-panel-col ul li::before {
	content: '›';
	position: absolute;
	left: 0;
	color: #1C93CA;
	font-weight: 700;
	font-size: 1em;
}

.expertise-panel-col ul li strong {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
}

/* — RESPONSIVE — */
@media (max-width: 1100px) {
	.expertise-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 736px) {
	.expertise-section-wrap {
		padding: 3.5rem 1.25rem 3rem;
	}
	.expertise-grid {
		grid-template-columns: 1fr;
	}
	.expertise-panel {
		padding: 2rem 1.25rem 2.5rem;
	}
	.expertise-panel-cols {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.expertise-panel-title {
		font-size: 1.2rem;
	}
	.expertise-section-title {
		font-size: 1.5rem;
	}
}
/* ============================================================
   CTA QUIZ BUTTONS (intégrés dans #expertises)
   ============================================================ */

.cl-quiz-cta-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	padding: 2.5rem 2rem 0.5rem;
}

.cl-quiz-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	border-radius: 50px;
	padding: 0.85rem 2.2rem;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
	cursor: pointer;
	white-space: nowrap;
}

.cl-quiz-btn i {
	font-size: 0.85rem;
}

.cl-quiz-btn--primary {
	background: #1C93CA;
	color: #fff !important;
	border: 2px solid #1C93CA;
	box-shadow: 0 4px 20px rgba(28, 147, 202, 0.4);
}

.cl-quiz-btn--primary:hover {
	background: #157fb0;
	border-color: #157fb0;
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(28, 147, 202, 0.55);
	color: #fff !important;
}

.cl-quiz-btn--secondary {
	background: transparent;
	color: rgba(255,255,255,0.85) !important;
	border: 2px solid rgba(255,255,255,0.35);
}

.cl-quiz-btn--secondary:hover {
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,0.65);
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.cl-quiz-btn--outline {
	background: transparent;
	color: rgba(255,255,255,0.45) !important;
	border: 2px solid rgba(255,255,255,0.2);
	cursor: not-allowed;
	opacity: 0.55;
	pointer-events: none;
}

.cl-quiz-btn--outline:hover {
	background: transparent;
	color: rgba(255,255,255,0.45) !important;
	transform: none;
	box-shadow: none;
}

/* ── Brochures sous les CTA ── */
.cl-brochures-wrap {
	text-align: center;
	padding: 1.5rem 2rem 2rem;
}

.cl-brochures-label {
	font-size: 0.82rem;
	color: rgba(255,255,255,0.45);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 0.9rem;
	font-style: italic;
}

.cl-brochures-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.cl-brochure-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 1.4rem;
	border-radius: 50px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.22);
	color: rgba(255,255,255,0.65) !important;
	font-size: 0.82rem;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cl-brochure-btn:hover {
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,0.45);
	color: #fff !important;
}

/* ============================================================
   NOS SOLUTIONS PROPRIÉTAIRES & EXCLUSIVES
   ============================================================ */

.cl-solutions-section {
        background-color: #2F455C;
        padding: 4rem 2rem;
}

.cl-solutions-inner {
        max-width: 1100px;
        margin: 0 auto;
}

.cl-solutions-title {
        text-align: center;
        color: #ffffff;
        font-size: 1.9rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        margin-bottom: 0.6rem;
}

.cl-solutions-subtitle {
        text-align: center;
        color: rgba(255,255,255,0.6);
        font-size: 1rem;
        margin-bottom: 2.8rem;
}

.cl-solutions-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.75rem;
}

.cl-solutions-grid .cl-solution-card {
        flex: 0 1 340px;
        max-width: 400px;
        width: 100%;
}

/* ---- Card ---- */
.cl-solution-card {
        position: relative;
        background: #0e1d2e;
        border: 1px solid rgba(28, 147, 202, 0.18);
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
        box-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

.cl-solution-card:hover {
        transform: translateY(-5px);
        border-color: #1C93CA;
        box-shadow: 0 8px 32px rgba(28, 147, 202, 0.22);
}

/* Coming soon card */
.cl-solution-card--soon {
        opacity: 0.78;
}

.cl-solution-card--soon:hover {
        transform: none;
        border-color: rgba(28, 147, 202, 0.18);
        box-shadow: 0 4px 18px rgba(0,0,0,0.35);
        cursor: default;
}

/* ---- Badge ruban ---- */
.cl-solution-badge {
        position: absolute;
        top: 18px;
        right: -30px;
        background: #1C93CA;
        color: #fff;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 5px 38px;
        transform: rotate(40deg);
        box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        z-index: 2;
        white-space: nowrap;
}

/* ---- Image ---- */
.cl-solution-img-wrap {
        background: rgba(255,255,255,0.04);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem 1.5rem 1.5rem;
        min-height: 160px;
}

.cl-solution-img-wrap img {
        max-height: 110px;
        max-width: 100%;
        object-fit: contain;
        filter: drop-shadow(0 2px 8px rgba(28,147,202,0.15));
}

/* ---- Body ---- */
.cl-solution-body {
        padding: 1.4rem 1.6rem 1.8rem;
        display: flex;
        flex-direction: column;
        flex: 1;
}

.cl-solution-body h3 {
        color: #1C93CA;
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        letter-spacing: 0.02em;
}

.cl-solution-body p {
        color: rgba(255,255,255,0.75);
        font-size: 0.92rem;
        line-height: 1.65;
        flex: 1;
        margin-bottom: 1.5rem;
}

/* ---- Button ---- */
.cl-solution-btn {
        align-self: flex-start;
        background: transparent;
        border: 2px solid #1C93CA;
        color: #1C93CA !important;
        border-radius: 6px;
        padding: 0.55rem 1.3rem;
        font-size: 0.88rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
        text-decoration: none;
        display: inline-block;
}

.cl-solution-btn:hover {
        background: #1C93CA;
        color: #fff !important;
}

.cl-solution-btn[disabled],
.cl-solution-btn--disabled {
        border-color: rgba(255,255,255,0.2);
        color: rgba(255,255,255,0.3) !important;
        cursor: not-allowed;
        pointer-events: none;
}

.cl-solution-btn[disabled]:hover,
.cl-solution-btn--disabled:hover {
        background: transparent;
        color: rgba(255,255,255,0.3) !important;
}

/* ── Footer bar (gauche : légal / droite : contact) ── */
.footer-bar {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 28px;
	border-top: 1px solid rgba(255,255,255,0.08);
	margin-top: 16px;
	width: 100%;
}

.footer-left {
	margin: 0 !important;
	padding: 0 !important;
	flex-shrink: 0;
}

.footer-contact-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 14px;
	font-size: 0.82rem;
	color: rgba(255,255,255,0.50);
}

.footer-contact-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.footer-contact-item span {
	color: rgba(255,255,255,0.50);
}

.footer-contact-item a {
	color: rgba(255,255,255,0.60);
	text-decoration: none;
	border-bottom: none;
	transition: color 0.2s ease;
}

.footer-contact-item a:hover {
	color: #fff;
}

.footer-contact-sep {
	color: rgba(255,255,255,0.20);
	font-size: 0.72rem;
}

.footer-contact-cta {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 4px;
	color: rgba(255,255,255,0.70) !important;
	font-size: 0.78rem;
	font-weight: 500;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
	flex-shrink: 0;
}

.footer-contact-cta:hover {
	border-color: rgba(255,255,255,0.50);
	color: #fff !important;
	background: rgba(255,255,255,0.05);
}

/* ── Lang switch (drapeau EN) ── */
#lang-switch {
	position: fixed;
	top: 14px;
	right: 18px;
	z-index: 10000;
	font-size: 1.75rem;
	line-height: 1;
	text-decoration: none;
	border-radius: 6px;
	padding: 2px 5px;
	background: rgba(255,255,255,0.88);
	box-shadow: 0 2px 10px rgba(0,0,0,0.14);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
#lang-switch:hover {
	transform: scale(1.12);
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

/* ── CTA Projet Section ── */
.cta-projet-section {
	background: #0d1b2a;
	padding: 5rem 2rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.cta-projet-inner {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.2rem;
}
.cta-projet-eyebrow {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: #1C93CA;
	margin: 0;
}
.cta-projet-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.01em;
	margin: 0;
	line-height: 1.2;
}
.cta-projet-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-top: 0.6rem;
	padding: 1rem 2.4rem;
	border-radius: 50px;
	background: #1C93CA;
	color: #fff !important;
	font-size: 1.05rem;
	font-weight: 700;
	text-decoration: none !important;
	letter-spacing: 0.04em;
	border: 2px solid #1C93CA;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 4px 22px rgba(28,147,202,0.45);
	animation: ctaBtnPulse 3s ease-in-out infinite;
}
.cta-projet-btn:hover {
	background: transparent;
	color: #1C93CA !important;
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(28,147,202,0.55);
	animation: none;
}
.cta-projet-btn i {
	font-size: 0.9em;
	transition: transform 0.25s ease;
}
.cta-projet-btn:hover i {
	transform: translateX(5px);
}
@keyframes ctaBtnPulse {
	0%,100% { box-shadow: 0 4px 22px rgba(28,147,202,0.45); }
	50%      { box-shadow: 0 6px 32px rgba(28,147,202,0.72); }
}

/* ── Footer : colonne droite ── */
.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-social-label {
	font-size: 0.72rem;
	color: rgba(255,255,255,0.40);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-family: 'Inter', sans-serif;
}
.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.22);
	color: rgba(255,255,255,0.65) !important;
	font-size: 0.95rem;
	text-decoration: none !important;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.footer-social-link:hover {
	border-color: rgba(255,255,255,0.60);
	color: #fff !important;
	background: rgba(255,255,255,0.08);
	transform: translateY(-2px);
}

@media screen and (max-width: 736px) {
	.footer-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	.footer-right {
		align-items: flex-start;
	}
	.footer-contact-info {
		justify-content: flex-start;
	}
	.footer-contact-sep { display: none; }
}
/* ============================================================
   NOUS CONNAÎTRE — section #a-propos-de
   ============================================================ */

.nc-page {
font-family: inherit;
color: #1a2332;
font-size: 18px;
line-height: 1.65;
background:
radial-gradient(1200px 300px at 10% -10%, rgba(28,147,202,0.08), transparent 60%),
radial-gradient(900px 260px at 90% 10%, rgba(6,122,80,0.07), transparent 60%),
#f8fbff;
}

/* ── HERO ── */
.nc-hero {
position: relative;
min-height: 420px;
background: url('../images/a-propos-de.jpg') center/cover no-repeat, #1a2e42;
display: flex;
align-items: center;
overflow: hidden;
}
.nc-hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(15,28,47,0.88) 0%, rgba(28,147,202,0.18) 100%);
}
.nc-hero::before,
.nc-hero::after {
content: '';
position: absolute;
border-radius: 999px;
filter: blur(2px);
pointer-events: none;
}
.nc-hero::before {
width: 320px;
height: 320px;
right: -120px;
top: -100px;
background: radial-gradient(circle, rgba(28,147,202,0.45) 0%, rgba(28,147,202,0) 70%);
}
.nc-hero::after {
width: 260px;
height: 260px;
left: -100px;
bottom: -120px;
background: radial-gradient(circle, rgba(6,122,80,0.35) 0%, rgba(6,122,80,0) 70%);
}
.nc-hero__content {
position: relative;
z-index: 1;
max-width: 860px;
margin: 0 auto;
padding: 80px 2rem 70px;
text-align: center;
}
.nc-hero__title {
font-size: clamp(1.55rem, 4vw, 2.6rem);
font-weight: 800;
color: #fff;
line-height: 1.25;
margin: 0 0 1.2rem;
letter-spacing: -0.01em;
}
.nc-hero__sub {
font-size: clamp(1.06rem, 1.9vw, 1.22rem);
color: rgba(255,255,255,0.9);
line-height: 1.7;
margin: 0;
}
.nc-hero__actions {
display: flex;
align-items: center;
justify-content: center;
gap: 0.85rem;
margin-top: 1.5rem;
flex-wrap: wrap;
}

/* ── STATS ── */
.nc-stats {
background: #ffffff;
border-bottom: 1px solid #eaeff5;
}
.nc-stats__inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 2rem;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.nc-stat {
padding: 2.5rem 1.5rem;
text-align: center;
border-right: 1px solid #eaeff5;
}
.nc-stat:last-child { border-right: none; }
.nc-stat__value {
display: block;
font-size: clamp(1.8rem, 3.5vw, 2.6rem);
font-weight: 800;
color: #2F455C;
line-height: 1;
margin-bottom: 0.5rem;
}
.nc-stat__value small {
font-size: 0.55em;
font-weight: 600;
color: #1C93CA;
vertical-align: middle;
}
.nc-stat__label {
font-size: 1rem;
font-weight: 700;
color: #555;
text-transform: uppercase;
letter-spacing: 0.06em;
line-height: 1.5;
}

/* ── SHARED ── */
.nc-section-inner {
max-width: 1100px;
margin: 0 auto;
padding: 5rem 2rem;
}
.nc-section-title {
text-align: center;
font-size: clamp(1.7rem, 3vw, 2.3rem);
font-weight: 700;
color: #1a2332;
margin: 0 0 3rem;
position: relative;
padding-bottom: 1rem;
}
.nc-section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 48px;
height: 3px;
background: linear-gradient(90deg, #1C93CA, #067A50);
border-radius: 2px;
}
.nc-section-title--light {
color: #fff;
}
.nc-section-title--light::after {
background: linear-gradient(90deg, #1C93CA, rgba(255,255,255,0.5));
}

/* ── MISSION ── */
.nc-mission {
background: #f4f7fb;
}
.nc-mission__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.75rem;
}
.nc-mission__card {
background: #fff;
border-radius: 14px;
padding: 2.2rem 1.8rem;
box-shadow: 0 4px 24px rgba(47,69,92,0.08);
text-align: center;
transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.nc-mission__card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 32px rgba(28,147,202,0.15);
}
.nc-mission__icon {
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(135deg, #1C93CA22, #2F455C22);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.2rem;
}
.nc-mission__icon i {
font-size: 2.9rem;
color: #1C93CA;
}
.nc-mission__card h3 {
font-size: 1.25rem;
font-weight: 700;
color: #2F455C;
margin: 0 0 0.8rem;
}
.nc-mission__card p {
font-size: 1.06rem;
color: #333;
line-height: 1.75;
margin: 0;
}

/* ── TEAM ── */
.nc-team {
background: #2F455C;
}
.nc-team__inner {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 4rem;
align-items: center;
}
.nc-team__text p {
font-size: 1.12rem;
color: rgba(255,255,255,0.92);
line-height: 1.8;
margin: 0 0 1.2rem;
}
.nc-team__text strong {
color: #fff;
}
.nc-team__expertcyber-link {
display: inline-block;
font-size: 1.03rem;
font-weight: 700;
color: #8ad8ff;
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}
.nc-team__expertcyber-link:hover {
color: #d1efff;
}
.nc-btn {
display: inline-flex;
align-items: center;
gap: 0.55rem;
margin-top: 0.6rem;
padding: 0.8rem 1.8rem;
border-radius: 50px;
background: #1C93CA;
color: #fff !important;
font-size: 0.9rem;
font-weight: 700;
text-decoration: none;
letter-spacing: 0.04em;
transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
box-shadow: 0 4px 16px rgba(28,147,202,0.4);
}
.nc-btn--hero {
padding: 0.9rem 1.5rem;
}
.nc-btn--ghost {
background: transparent;
border: 1px solid rgba(255,255,255,0.45);
box-shadow: none;
}
.nc-btn--ghost:hover {
background: rgba(255,255,255,0.12);
border-color: rgba(255,255,255,0.7);
}
.nc-btn:hover {
background: #157fb0;
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(28,147,202,0.5);
}
.nc-team__img {
border-radius: 14px;
overflow: hidden;
min-height: 420px;
background: #1a2e42;
box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.nc-team__img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

/* ── VALUES ── */
.nc-values {
background: linear-gradient(145deg, #20364b 0%, #2F455C 55%, #36546f 100%);
}
.nc-values__board {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2.6rem 3.5rem;
max-width: 1040px;
margin: 0 auto;
}
.nc-values__col {
display: flex;
flex-direction: column;
gap: 2.4rem;
justify-content: center;
}
.nc-val {
display: flex;
align-items: center;
gap: 1.3rem;
}
.nc-val__desc {
flex: 1;
font-size: 1rem;
line-height: 1.55;
color: rgba(255,255,255,0.9);
margin: 0;
}
.nc-val--left .nc-val__desc { text-align: right; }
.nc-val--right .nc-val__desc { text-align: left; }
.nc-val__pill {
display: inline-flex;
align-items: center;
gap: 0.85rem;
border-radius: 999px;
flex-shrink: 0;
min-width: 215px;
box-shadow: 0 10px 26px rgba(0,0,0,0.28);
}
.nc-val--left .nc-val__pill { padding: 0.5rem 0.5rem 0.5rem 1.5rem; }
.nc-val--right .nc-val__pill { padding: 0.5rem 1.5rem 0.5rem 0.5rem; }
.nc-val__name {
flex: 1;
font-size: 1.05rem;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #fff;
white-space: nowrap;
}
.nc-val--left .nc-val__name { text-align: left; }
.nc-val--right .nc-val__name { text-align: right; }
.nc-val__icon {
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
color: #fff;
background: rgba(255,255,255,0.22);
flex-shrink: 0;
}
.nc-val__pill--navy { background: linear-gradient(135deg, #2c405a, #1c2c3e); }
.nc-val__pill--teal { background: linear-gradient(135deg, #18a48b, #0c7a66); }
.nc-val__pill--blue { background: linear-gradient(135deg, #2a93cf, #1c79ad); }
@media (max-width: 760px) {
.nc-values__board { grid-template-columns: 1fr; gap: 1.6rem; }
.nc-val, .nc-val--left, .nc-val--right { flex-direction: row; }
.nc-val--left .nc-val__desc, .nc-val--right .nc-val__desc { text-align: left; }
.nc-val__pill { min-width: 180px; }
}
.nc-section-title--values {
color: #d9f4ff;
}
.nc-section-title--values::after {
background: linear-gradient(90deg, #8ad8ff, #9af0cc);
}

/* ── TRUST ── */
.nc-trust {
background: #f4f7fb;
}
.nc-trust__intro {
text-align: center;
color: #2F455C;
font-size: 1.06rem;
font-weight: 500;
line-height: 1.7;
max-width: 720px;
margin: -1.5rem auto 2.5rem;
}
.nc-trust__subtitle {
margin: 0 0 1rem;
font-size: 1.18rem;
font-weight: 700;
color: #1a2332;
}
.nc-cert-grid,
.nc-clients__logos--grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
}
.nc-logo-card {
margin: 0;
background: #fff;
border: 1px solid #dde6f0;
border-radius: 14px;
padding: 1rem;
display: flex;
align-items: center;
justify-content: center;
min-height: 110px;
box-shadow: 0 6px 18px rgba(47,69,92,0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nc-logo-card:hover {
transform: translateY(-3px);
box-shadow: 0 10px 24px rgba(47,69,92,0.16);
}
.nc-logo-card img {
max-width: 100%;
max-height: 64px;
object-fit: contain;
filter: saturate(1.05);
}
.nc-clients {
border-top: 1px solid #d4dce8;
padding-top: 2.5rem;
margin-top: 2.3rem;
}
.nc-clients__text {
font-size: 1.08rem;
color: #2F455C;
line-height: 1.75;
margin-bottom: 1.2rem;
}

/* ── PROCESS ── */
.nc-process {
background: linear-gradient(180deg, #ffffff 0%, #f3f8fd 100%);
}
.nc-process__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}
.nc-process__step {
background: #fff;
border: 1px solid #e2ebf3;
border-radius: 14px;
padding: 1.5rem 1.2rem;
box-shadow: 0 6px 22px rgba(22, 54, 82, 0.06);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nc-process__step:hover {
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(22, 54, 82, 0.12);
}
.nc-process__num {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 12px;
font-size: 0.9rem;
font-weight: 800;
color: #fff;
background: linear-gradient(135deg, #1C93CA, #2F455C);
margin-bottom: 0.8rem;
}
.nc-process__step h3 {
font-size: 1.22rem;
font-weight: 700;
color: #2F455C;
margin: 0 0 0.55rem;
}
.nc-process__step p {
font-size: 1.05rem;
line-height: 1.75;
color: #333;
margin: 0;
}

/* ── FAQ ── */
.nc-faq {
background: #eef4fa;
border-top: 1px solid #dde8f2;
}
.nc-faq__list {
max-width: 820px;
margin: 0 auto;
display: grid;
gap: 0.7rem;
}
.nc-faq__item {
background: #fff;
border-radius: 12px;
border: 1px solid #dae4ef;
padding: 1.2rem 1.25rem;
}
.nc-faq__item summary {
cursor: pointer;
list-style: none;
font-size: 1.15rem;
font-weight: 700;
color: #2F455C;
padding-right: 1.2rem;
position: relative;
}
.nc-faq__item summary::-webkit-details-marker {
display: none;
}
.nc-faq__item summary::after {
content: '+';
position: absolute;
right: 0;
top: 0;
color: #1C93CA;
font-size: 1.1rem;
line-height: 1;
}
.nc-faq__item[open] summary::after {
content: '−';
}
.nc-faq__item p {
font-size: 1.05rem;
line-height: 1.75;
color: #333;
margin: 0.85rem 0 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
.nc-values__grid { grid-template-columns: repeat(2, 1fr); }
.nc-values__grid--last-row { flex-wrap: wrap; }
.nc-values__grid--last-row .nc-values__card { width: calc(50% - 0.75rem); max-width: none; }
.nc-process__grid { grid-template-columns: repeat(2, 1fr); }
.nc-cert-grid,
.nc-clients__logos--grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
.nc-values__grid--last-row { flex-direction: column; }
.nc-values__grid--last-row .nc-values__card { width: 100%; max-width: none; }
.nc-stats__inner { grid-template-columns: repeat(2, 1fr); }
.nc-stat { border-right: none; border-bottom: 1px solid #eaeff5; }
.nc-stat:nth-child(odd) { border-right: 1px solid #eaeff5; }
.nc-mission__grid { grid-template-columns: 1fr; }
.nc-team__inner { grid-template-columns: 1fr; gap: 2rem; }
.nc-team__img { min-height: 200px; order: -1; }
.nc-values__grid { grid-template-columns: 1fr; }
.nc-hero__actions { flex-direction: column; }
.nc-btn--hero,
.nc-btn--ghost { width: 100%; justify-content: center; max-width: 340px; }
.nc-process__grid { grid-template-columns: 1fr; }
.nc-cert-grid,
.nc-clients__logos--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
.nc-stats__inner { grid-template-columns: 1fr; }
.nc-stat { border-right: none; }
.nc-cert-grid,
.nc-clients__logos--grid { grid-template-columns: 1fr; }
}
