.gc-local-landing .site-main,
.gc-local-landing .elementor-location-single {
	overflow: hidden;
}

.gc-local-landing .elementor-widget-html,
.gc-local-landing .elementor-widget-shortcode {
	width: 100%;
}

.gc-local-page-section {
	margin: 0 !important;
	padding: 0;
}

.gc-local-wrap {
	width: min(1160px, calc(100% - 48px));
	margin: 0 auto;
}

.gc-local-narrow {
	width: min(830px, calc(100% - 48px));
	margin: 0 auto;
}

.gc-local-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: #276aaf;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.gc-local-kicker::before {
	content: "";
	width: 28px;
	height: 3px;
	border-radius: 99px;
	background: currentColor;
}

.gc-local-title,
.gc-local-page-section h2,
.gc-local-page-section h3 {
	color: #16202b;
}

.gc-local-page-section h2 {
	margin: 0 0 20px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

.gc-local-page-section h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.25;
}

.gc-local-page-section p,
.gc-local-page-section li,
.gc-local-page-section summary {
	font-size: 17px;
	line-height: 1.72;
}

.gc-local-page-section p:last-child {
	margin-bottom: 0;
}

.gc-local-hero {
	position: relative;
	padding: 168px 0 104px;
	background:
		radial-gradient(circle at 82% 10%, rgba(255, 255, 255, .13), transparent 27%),
		linear-gradient(132deg, #1c4d80 0%, #276aaf 58%, #3479be 100%);
	color: #fff;
}

.gc-local-hero::after {
	content: "";
	position: absolute;
	right: -4%;
	bottom: -72px;
	width: 360px;
	height: 180px;
	border: 34px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	transform: rotate(-12deg);
}

.gc-local-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, .76fr);
	gap: 64px;
	align-items: center;
}

.gc-local-hero .gc-local-kicker,
.gc-local-hero h1,
.gc-local-hero p {
	color: #fff;
}

.gc-local-hero h1 {
	max-width: 760px;
	margin: 0 0 24px;
	font-family: 'Archivo', sans-serif;
	font-size: clamp(42px, 5.8vw, 70px);
	font-weight: 800;
	line-height: .99;
	letter-spacing: -.045em;
}

.gc-local-hero-copy > p {
	max-width: 690px;
	margin: 0 0 30px;
	font-size: 19px;
	line-height: 1.65;
	opacity: .94;
}

.gc-local-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.gc-local-hero-actions.gc-center {
	justify-content: center;
}

.gc-local-hero-photo {
	position: relative;
}

.gc-local-hero-photo img {
	display: block;
	width: 100%;
	height: 470px;
	object-fit: cover;
	border: 7px solid #fff;
	border-radius: 22px;
	box-shadow: 0 25px 55px rgba(5, 28, 51, .28);
}

.gc-local-hero-note {
	position: absolute;
	left: -24px;
	bottom: 24px;
	padding: 13px 18px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(5, 28, 51, .2);
	color: #16202b;
	font-size: 14px;
	font-weight: 800;
}

.gc-local-intro,
.gc-local-services,
.gc-local-method,
.gc-local-map,
.gc-local-links,
.gc-local-faq {
	padding: 92px 0;
}

.gc-local-intro-grid,
.gc-local-context-grid,
.gc-local-method-grid,
.gc-local-case-grid,
.gc-local-map-grid {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 72px;
	align-items: start;
}

.gc-local-context {
	padding: 92px 0;
	background: #f4f7fa;
}

.gc-local-context-card {
	padding: 34px;
	border: 1px solid #dce6f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(22, 32, 43, .06);
}

.gc-local-context-card ul,
.gc-local-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gc-local-context-card li,
.gc-local-checklist li {
	position: relative;
	padding: 13px 0 13px 30px;
	border-bottom: 1px solid #e8edf2;
}

.gc-local-context-card li:last-child,
.gc-local-checklist li:last-child {
	border-bottom: 0;
}

.gc-local-context-card li::before,
.gc-local-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 13px;
	color: #276aaf;
	font-weight: 900;
}

.gc-local-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 42px;
}

.gc-local-card {
	min-height: 100%;
	padding: 30px;
	border: 1px solid #dce5ee;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(22, 32, 43, .055);
}

.gc-local-card-number {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 12px;
	background: #eaf2fa;
	color: #276aaf;
	font-size: 14px;
	font-weight: 900;
}

.gc-local-case {
	padding: 94px 0;
	background: #16202b;
	color: #fff;
}

.gc-local-case h2,
.gc-local-case h3,
.gc-local-case p,
.gc-local-case li,
.gc-local-case .gc-local-kicker {
	color: #fff;
}

.gc-local-case-grid {
	grid-template-columns: 1fr;
	gap: 34px;
}

.gc-local-case-copy {
	max-width: 900px;
	padding-right: 0;
}

.gc-local-case-panel {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 18px;
	background: rgba(255, 255, 255, .075);
}

.gc-local-case-panel ol {
	margin: 0;
	padding-left: 24px;
}

.gc-local-case-panel li {
	padding: 8px 0 8px 8px;
}

.gc-local-case-disclaimer {
	margin-top: 22px !important;
	font-size: 13px !important;
	opacity: .7;
}

.gc-local-method-grid {
	grid-template-columns: .9fr 1.1fr;
}

.gc-local-step {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 18px;
	padding: 22px 0;
	border-bottom: 1px solid #dfe6ed;
}

.gc-local-step:first-child {
	padding-top: 0;
}

.gc-local-step:last-child {
	border-bottom: 0;
}

.gc-local-step b {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #276aaf;
	color: #fff;
}

.gc-local-step p {
	margin: 4px 0 0;
}

.gc-local-map {
	background: #f4f7fa;
}

.gc-local-map-grid {
	grid-template-columns: .72fr 1.28fr;
	align-items: center;
}

.gc-local-map-frame {
	overflow: hidden;
	min-height: 450px;
	border: 6px solid #fff;
	border-radius: 22px;
	box-shadow: 0 20px 45px rgba(22, 32, 43, .12);
}

.gc-local-map-frame iframe {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
}

.gc-local-links {
	background: #fff;
}

.gc-local-links-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 36px;
}

.gc-local-links-card {
	padding: 28px;
	border: 1px solid #dce5ee;
	border-radius: 16px;
	background: #f8fafc;
}

.gc-local-links-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gc-local-links-card li {
	padding: 9px 0;
	border-bottom: 1px solid #e5ebf1;
	font-size: 15px;
	line-height: 1.45;
}

.gc-local-links-card li:last-child {
	border-bottom: 0;
}

.gc-local-links-card a {
	color: #276aaf;
	font-weight: 700;
	text-decoration: none !important;
}

.gc-local-hub {
	padding: 84px 0;
	background: #f4f7fa;
}

.gc-local-hub h2 {
	max-width: 760px;
	margin: 0 0 18px;
	color: #16202b;
	font-family: 'Archivo', sans-serif;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

.gc-local-hub p:not(.gc-local-kicker) {
	max-width: 760px;
	font-size: 17px;
	line-height: 1.7;
}

.gc-local-hub-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 32px;
}

.gc-local-hub-links a {
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 15px 18px;
	border: 1px solid #dce5ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(22, 32, 43, .04);
	color: #276aaf;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none !important;
	transition: border-color .2s ease, transform .2s ease;
}

.gc-local-hub-links a:hover {
	border-color: #276aaf;
	transform: translateY(-2px);
}

.gc-local-faq {
	background: #f4f7fa;
}

.gc-local-faq-list {
	display: grid;
	gap: 14px;
	margin-top: 36px;
}

.gc-local-faq details {
	border: 1px solid #dce5ee;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(22, 32, 43, .045);
}

.gc-local-faq summary {
	position: relative;
	cursor: pointer;
	padding: 22px 62px 22px 24px;
	color: #16202b;
	font-weight: 800;
	list-style: none;
}

.gc-local-faq summary::-webkit-details-marker {
	display: none;
}

.gc-local-faq summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #eaf2fa;
	color: #276aaf;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	transform: translateY(-50%);
}

.gc-local-faq details[open] summary::after {
	content: "−";
}

.gc-local-faq-answer {
	padding: 0 24px 24px;
}

.gc-local-faq-answer p {
	margin: 0;
	font-size: 16px;
}

.gc-local-cta {
	padding: 92px 0;
	background: linear-gradient(135deg, #276aaf, #1c4d80);
	color: #fff;
	text-align: center;
}

.gc-local-cta h2,
.gc-local-cta p {
	color: #fff;
}

.gc-local-cta p {
	max-width: 720px;
	margin: 0 auto 30px;
}

.gc-local-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 25px;
	border: 2px solid transparent;
	border-radius: 9px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .2s ease, background-color .2s ease;
}

.gc-local-btn:hover {
	transform: translateY(-2px);
}

.gc-local-btn-light {
	background: #fff;
	color: #276aaf !important;
}

.gc-local-btn-outline {
	border-color: rgba(255, 255, 255, .72);
	background: transparent;
	color: #fff !important;
}

@media (max-width: 980px) {
	.gc-local-hero-grid,
	.gc-local-intro-grid,
	.gc-local-context-grid,
	.gc-local-method-grid,
	.gc-local-case-grid,
	.gc-local-map-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.gc-local-hero-grid {
		grid-template-columns: 1fr .72fr;
		gap: 34px;
	}

	.gc-local-card-grid,
	.gc-local-links-grid,
	.gc-local-hub-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gc-local-map-copy {
		max-width: 720px;
	}
}

@media (max-width: 767px) {
	.gc-local-wrap,
	.gc-local-narrow {
		width: min(100% - 34px, 1160px);
	}

	.gc-local-page-section h2 {
		font-size: 34px;
	}

	.gc-local-page-section p,
	.gc-local-page-section li,
	.gc-local-page-section summary {
		font-size: 16px;
	}

	.gc-local-hero {
		/* Le header mobile fixe occupe environ 230 px sur le site public. */
		padding: 276px 0 72px;
	}

	.gc-local-hero-grid {
		grid-template-columns: 1fr;
	}

	.gc-local-hero h1 {
		font-size: clamp(39px, 12vw, 54px);
	}

	.gc-local-hero-copy > p {
		font-size: 17px;
	}

	.gc-local-hero-photo img {
		height: 330px;
		border-width: 5px;
	}

	.gc-local-hero-note {
		left: 14px;
	}

	.gc-local-intro,
	.gc-local-context,
	.gc-local-services,
	.gc-local-case,
	.gc-local-method,
	.gc-local-map,
	.gc-local-links,
	.gc-local-faq,
	.gc-local-cta,
	.gc-local-hub {
		padding: 68px 0;
	}

	.gc-local-card-grid,
	.gc-local-links-grid,
	.gc-local-hub-links {
		grid-template-columns: 1fr;
	}

	.gc-local-card,
	.gc-local-context-card,
	.gc-local-case-panel {
		padding: 25px;
	}

	.gc-local-case-copy {
		padding-right: 0;
	}

	.gc-local-map-frame,
	.gc-local-map-frame iframe {
		min-height: 360px;
		height: 360px;
	}

	.gc-local-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.gc-local-btn {
		width: 100%;
	}
}
