:root {
	--blue: #075fa8;
	--blue-2: #159bd8;
	--teal: #128c7e;
	--orange: #f29922;
	--ink: #064b83;
	--muted: #0d5d91;
	--line: #dce7ec;
	--bg: #ebf9ff;
	--celeste-soft: #ebf9ff;
	--celeste-surface: #ebf9ff;
	--white: #fff;
	font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--bg);
	font-size: 18px;
	line-height: 1.6;
}

main,
.hero,
.section,
.split,
.contact,
.footer {
	background: var(--celeste-soft);
}

img,
svg {
	max-width: 100%;
}

img {
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

[id] {
	scroll-margin-top: 150px;
}

.skip-link {
	position: fixed;
	left: 16px;
	top: 16px;
	z-index: 20;
	transform: translateY(-140%);
	padding: 12px 16px;
	color: var(--white);
	background: var(--blue);
	border-radius: 12px;
	font-weight: 800;
}

.skip-link:focus {
	transform: translateY(0);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background: var(--celeste-soft);
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

@supports not (
	(backdrop-filter: blur(14px)) or (-webkit-backdrop-filter: blur(14px))
) {
	.site-header {
		background: var(--celeste-soft);
	}
}

.topbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	max-width: 1480px;
	margin: 0 auto;
	padding: 2px 24px;
	color: var(--blue);
	background: var(--celeste-soft);
	font-size: 16px;
	font-weight: 700;
	flex-wrap: wrap;
}

.accessibility-menu {
	position: relative;
	display: inline-flex;
	align-items: center;
	z-index: 13;
}

.accessibility-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	color: var(--blue);
	background: transparent;
	border-radius: 14px;
	padding: 2px;
	cursor: pointer;
	font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.15;
	text-transform: uppercase;
	box-shadow: none;
}

.accessibility-symbol {
	display: inline-grid;
	width: 58px;
	height: 58px;
	color: var(--white);
	background: var(--blue-2);
	border-radius: 50%;
	font-size: 32px;
	flex: 0 0 auto;
	filter: drop-shadow(0 14px 28px rgba(9, 59, 94, 0.3));
}

.accessibility-toggle:hover,
.accessibility-toggle:focus,
.accessibility-toggle[aria-expanded='true'] {
	color: var(--blue);
	background: transparent;
	outline: 2px solid rgba(21, 155, 216, 0.2);
	outline-offset: 2px;
}

.accessibility-toggle:hover .accessibility-symbol,
.accessibility-toggle:focus .accessibility-symbol,
.accessibility-toggle[aria-expanded='true'] .accessibility-symbol {
	background: var(--orange);
}

.accessibility-panel {
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	display: grid;
	gap: 6px;
	min-width: 210px;
	padding: 10px;
	background: #ffffff;
	border: 2px solid var(--blue);
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(3, 55, 102, 0.22);
}

.accessibility-panel[hidden] {
	display: none;
}

.accessibility-panel button {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	gap: 9px;
	border: 0;
	color: #003766;
	background: #f4fbff;
	border: 1px solid rgba(7, 95, 168, 0.18);
	border-radius: 999px;
	padding: 9px 11px;
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.18;
	text-align: left;
}

.accessibility-panel button span {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	color: var(--white);
	background: var(--blue);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.accessibility-panel button:hover,
.accessibility-panel button:focus {
	color: #ffffff;
	background: var(--blue);
	outline: 3px solid rgba(242, 153, 34, 0.38);
	border-color: var(--blue);
}

.accessibility-panel button:hover span,
.accessibility-panel button:focus span {
	color: var(--blue);
	background: #ffffff;
}

body.accessibility-large {
	font-size: 19.5px;
}

body.accessibility-larger {
	font-size: 21px;
}

body.accessibility-contrast {
	--blue: #003f7d;
	--blue-2: #006fbd;
	--ink: #003766;
	--muted: #004f87;
	--line: #87bddb;
	--bg: #f4fbff;
	--celeste-soft: #f4fbff;
	--celeste-surface: #f4fbff;
}

body.accessibility-readable {
	font-family: Arial, 'Segoe UI', sans-serif;
	letter-spacing: 0.01em;
}

body.accessibility-spacing {
	letter-spacing: 0.035em;
	word-spacing: 0.08em;
}

body.accessibility-spacing p,
body.accessibility-spacing li,
body.accessibility-spacing span {
	line-height: 1.78;
}

body.accessibility-links
	a:not(.button):not(.brand):not(.whatsapp-float):not(.emergency-float):not(
		.nav-cta
	) {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

body.accessibility-reduced-motion *,
body.accessibility-reduced-motion *::before,
body.accessibility-reduced-motion *::after {
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
}

.icon-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.icon-link::before {
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	flex: 0 0 auto;
}

.icon-location::before {
	content: '⌖';
	color: var(--white);
	background: var(--orange);
}

.icon-phone::before {
	content: '☎';
	color: var(--white);
	background: var(--teal);
}

.icon-mail::before {
	content: '@';
	color: var(--white);
	background: var(--blue-2);
}

.icon-clock::before {
	content: '◷';
	color: var(--white);
	background: var(--ink);
}

.client-flag {
	border: 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	color: var(--white);
	background: var(--blue);
	border-radius: 999px;
	font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	white-space: normal;
	text-align: center;
	line-height: 1.15;
	overflow-wrap: break-word;
	text-wrap: balance;
	box-shadow: 0 10px 24px rgba(9, 59, 94, 0.14);
	cursor: pointer;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.client-flag:hover,
.client-flag:focus {
	color: var(--blue);
	background: var(--white);
	transform: translateY(-1px);
	box-shadow:
		0 10px 24px rgba(9, 59, 94, 0.16),
		inset 0 0 0 1px rgba(23, 141, 204, 0.18);
}

.client-flag::before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--orange);
	border-radius: 50%;
}

.translator {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--blue);
	font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
	font-stretch: condensed;
	font-weight: 900;
	white-space: nowrap;
}

.language-flags {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 5px;
}

.language-flags button {
	border: 0;
	border-radius: 4px;
	width: 28px;
	height: 20px;
	padding: 0;
	color: transparent;
	background: transparent;
	font-size: 0;
	font-weight: 900;
	cursor: pointer;
	line-height: 1;
	overflow: hidden;
}

.language-flags button:hover,
.language-flags button:focus,
.language-flags button.is-active {
	background: transparent;
	outline: 2px solid rgba(255, 255, 255, 0.75);
	outline-offset: 2px;
}

.language-flags .flag {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(9, 59, 94, 0.18);
}

.flag-it {
	background: linear-gradient(
		90deg,
		#009246 0 33.33%,
		#fff 33.33% 66.66%,
		#ce2b37 66.66% 100%
	);
}

.flag-en {
	background:
		linear-gradient(
			90deg,
			transparent 0 42%,
			#c8102e 42% 58%,
			transparent 58% 100%
		),
		linear-gradient(
			0deg,
			transparent 0 38%,
			#c8102e 38% 62%,
			transparent 62% 100%
		),
		linear-gradient(
			90deg,
			transparent 0 34%,
			#fff 34% 66%,
			transparent 66% 100%
		),
		linear-gradient(
			0deg,
			transparent 0 30%,
			#fff 30% 70%,
			transparent 70% 100%
		),
		linear-gradient(
			27deg,
			transparent 0 42%,
			#c8102e 42% 48%,
			#fff 48% 56%,
			transparent 56% 100%
		),
		linear-gradient(
			153deg,
			transparent 0 42%,
			#c8102e 42% 48%,
			#fff 48% 56%,
			transparent 56% 100%
		),
		linear-gradient(
			27deg,
			transparent 0 36%,
			#fff 36% 62%,
			transparent 62% 100%
		),
		linear-gradient(
			153deg,
			transparent 0 36%,
			#fff 36% 62%,
			transparent 62% 100%
		),
		#012169;
}

.flag-de {
	background: linear-gradient(
		180deg,
		#000 0 33.33%,
		#dd0000 33.33% 66.66%,
		#ffce00 66.66% 100%
	);
}

.flag-fr {
	background: linear-gradient(
		90deg,
		#0055a4 0 33.33%,
		#fff 33.33% 66.66%,
		#ef4135 66.66% 100%
	);
}

.flag-es {
	background: linear-gradient(
		180deg,
		#aa151b 0 25%,
		#f1bf00 25% 75%,
		#aa151b 75% 100%
	);
}

.flag-cn {
	position: relative;
	background: #de2910;
}

.flag-cn::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 3px;
	width: 5px;
	height: 5px;
	background: #ffde00;
	clip-path: polygon(
		50% 0,
		61% 35%,
		98% 35%,
		68% 56%,
		79% 91%,
		50% 70%,
		21% 91%,
		32% 56%,
		2% 35%,
		39% 35%
	);
}

.flag-cn::after {
	content: '';
	position: absolute;
	left: 12px;
	top: 4px;
	width: 8px;
	height: 8px;
	background:
		radial-gradient(circle at 1px 1px, #ffde00 0 1.2px, transparent 1.4px),
		radial-gradient(circle at 6px 0, #ffde00 0 1px, transparent 1.2px),
		radial-gradient(circle at 6px 5px, #ffde00 0 1px, transparent 1.2px);
}

.flag-dk {
	background:
		linear-gradient(
			90deg,
			transparent 0 28%,
			#fff 28% 40%,
			transparent 40% 100%
		),
		linear-gradient(
			180deg,
			transparent 0 42%,
			#fff 42% 58%,
			transparent 58% 100%
		),
		#c60c30;
}

.flag-ru {
	background: linear-gradient(
		180deg,
		#fff 0 33.33%,
		#0039a6 33.33% 66.66%,
		#d52b1e 66.66% 100%
	);
}

.flag-nl {
	background: linear-gradient(
		180deg,
		#ae1c28 0 33.33%,
		#fff 33.33% 66.66%,
		#21468b 66.66% 100%
	);
}

#google_translate_element {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	clip-path: inset(50%);
}

.goog-te-gadget {
	color: transparent !important;
	font-size: 0 !important;
}

.goog-te-combo,
.goog-te-gadget select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
	clip-path: inset(50%) !important;
}

.goog-logo-link,
.goog-te-gadget span {
	display: none !important;
}

body > .skiptranslate,
.goog-te-banner-frame {
	display: none !important;
}

body {
	top: 0 !important;
}

.nav {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	max-width: 1480px;
	margin: 0 auto;
	padding: 4px 24px 6px;
}

.brand {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	margin-left: 8px;
	background: var(--celeste-soft);
	border-radius: 0;
}

.brand img {
	display: block;
	width: 296px;
	height: auto;
}

.menu-wrap {
	position: relative;
	display: flex;
	width: 100%;
	justify-self: center;
}

.menu {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100%;
	padding: 0 10px;
	background: transparent;
	border: 0;
	box-shadow: none;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 15px;
	font-weight: 700;
	z-index: 12;
}

.menu.is-open {
	display: flex;
}

.nav-submenu {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.submenu-toggle::after {
	content: '';
	width: 7px;
	height: 7px;
	margin-left: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 0.2s ease;
}

.submenu-toggle {
	display: inline-flex;
	align-items: center;
}

.submenu-toggle[aria-expanded='true']::after {
	transform: translateY(2px) rotate(225deg);
}

.nav-submenu-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	z-index: 14;
	display: grid;
	gap: 4px;
	min-width: 170px;
	padding: 8px;
	background: var(--celeste-surface);
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(9, 59, 94, 0.16);
	transform: translateX(-50%);
}

.nav-submenu-panel[hidden] {
	display: none;
}

.nav-submenu-panel .menu-link,
.nav-submenu-panel a:not(.nav-cta) {
	display: block;
	width: 100%;
	padding: 9px 12px;
	text-align: left;
}

.menu a:not(.nav-cta),
.menu-link {
	color: var(--blue);
	border-radius: 999px;
	padding: 9px 8px;
	text-align: center;
	white-space: nowrap;
	line-height: 1.18;
	overflow-wrap: break-word;
	text-wrap: balance;
	background: transparent;
	border: 0;
	font: inherit;
	font-weight: inherit;
	cursor: pointer;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		padding 0.2s ease;
}

.menu a:not(.nav-cta):hover,
.menu a:not(.nav-cta):focus,
.menu-link:hover,
.menu-link:focus {
	color: var(--blue);
	background: var(--white);
	padding-inline: 8px;
	box-shadow: 0 8px 20px rgba(9, 59, 94, 0.08);
}

.nav-cta,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 12px 19px;
	font-weight: 800;
	min-width: 0;
	max-width: 100%;
	line-height: 1.18;
	text-align: center;
	white-space: normal;
	overflow-wrap: break-word;
	text-wrap: balance;
	hyphens: auto;
}

.button.primary {
	color: var(--white);
	background: linear-gradient(135deg, var(--teal), var(--blue-2));
}

.nav-cta {
	display: block;
	padding: 8px 9px;
	color: var(--white);
	background: var(--orange);
	box-shadow: 0 8px 18px rgba(242, 153, 34, 0.2);
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	line-height: 1.18;
	overflow-wrap: break-word;
	text-wrap: balance;
}

.nav-cta:hover,
.nav-cta:focus {
	color: var(--blue);
	background: var(--white);
	transform: translateY(-1px);
	box-shadow:
		0 10px 24px rgba(9, 59, 94, 0.16),
		inset 0 0 0 1px rgba(23, 141, 204, 0.2);
}

.button.secondary {
	color: var(--blue);
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: 0 10px 24px rgba(9, 59, 94, 0.08);
}

.button.light {
	color: var(--blue);
	background: var(--white);
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(23, 141, 204, 0.28);
	color: var(--blue);
	background: rgba(255, 255, 255, 0.55);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	padding: 0;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.15;
	overflow-wrap: break-word;
	text-wrap: balance;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.menu-toggle iconify-icon {
	width: 27px;
	height: 27px;
	font-size: 27px;
}

.nav-actions {
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 10px;
}

.nav-actions .nav-cta {
	padding: 10px 14px;
	font-size: 14px;
}

.nav-actions .client-flag {
	justify-self: end;
}

.footer-links {
	display: flex;
	justify-content: center;
	gap: 18px;
}

.footer-links button {
	border: 0;
	padding: 0;
	color: inherit;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

.footer-links a,
.footer-links button {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.menu-toggle:hover,
.menu-toggle:focus {
	color: var(--blue);
	background: var(--white);
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(9, 59, 94, 0.1);
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
	gap: 30px;
	align-items: center;
	max-width: 1480px;
	min-height: min(540px, calc(100vh - 96px));
	margin: 0 auto;
	padding: 34px 24px 40px;
}

.hero::before {
	content: '';
	position: absolute;
	inset: 120px 0 auto auto;
	width: 46vw;
	height: 520px;
	background:
		radial-gradient(
			circle at 30% 30%,
			rgba(242, 153, 34, 0.22),
			transparent 36%
		),
		linear-gradient(135deg, rgba(18, 140, 126, 0.18), rgba(9, 59, 94, 0.08));
	border-radius: 120px 0 0 120px;
	z-index: -1;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--orange);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	max-width: 760px;
	margin-bottom: 14px;
	color: var(--blue);
	font-size: clamp(38px, 5.8vw, 62px);
	line-height: 1.03;
	letter-spacing: -1.6px;
}

h2 {
	color: var(--blue);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: -1.5px;
}

h3 {
	color: var(--blue);
	font-size: 24px;
}

.lead {
	max-width: 680px;
	color: var(--muted);
	font-size: 19px;
	line-height: 1.65;
	font-weight: 600;
}

.actions {
	display: flex;
	gap: 14px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.hero-card {
	padding: 30px;
	color: var(--white);
	background: linear-gradient(155deg, #0a4f7c, #178dcc);
	border-radius: 26px;
	box-shadow: 0 24px 62px rgba(9, 59, 94, 0.28);
}

.card-label {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 15px;
	font-weight: 900;
}

.hero-card strong {
	display: block;
	margin: 4px 0 18px;
	font-size: 32px;
	line-height: 1.12;
	letter-spacing: -0.5px;
}

.hero-card ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-card li {
	padding-left: 24px;
	position: relative;
	font-size: 16.5px;
	line-height: 1.55;
	font-weight: 700;
}

.hero-card li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--orange);
}

.trust,
.section,
.split,
.contact,
.footer {
	max-width: 1480px;
	margin: 0 auto;
	padding: 48px 24px;
}

.trust {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
	padding-top: 0;
}

.trust span,
.trust a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 92px;
	padding: 16px 12px;
	text-align: center;
	color: var(--blue);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.94),
		rgba(235, 249, 255, 0.96)
	);
	border: 1px solid rgba(23, 141, 204, 0.18);
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(9, 59, 94, 0.08);
	font-size: 15px;
	line-height: 1.2;
	min-width: 0;
	overflow-wrap: break-word;
	text-wrap: balance;
	hyphens: auto;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.trust a {
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.trust a:hover,
.trust a:focus,
.trust a.is-active {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(9, 59, 94, 0.16);
}

.trust a.is-active {
	color: var(--white);
	background: linear-gradient(135deg, var(--teal), var(--blue-2));
	border-color: transparent;
}

.gpl-showcase {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 34px;
	align-items: center;
	max-width: 1480px;
	margin: 0 auto;
	padding: 28px 24px 48px;
}

.service-panel[hidden] {
	display: none;
}

.gpl-showcase > div {
	padding: 34px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 30px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.06);
}

.gpl-showcase p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.7;
}

.gpl-showcase img {
	width: 100%;
	display: block;
	border-radius: 30px;
	box-shadow: 0 28px 80px rgba(9, 59, 94, 0.18);
}

.certificate-image {
	width: 100%;
	display: block;
	border-radius: 30px;
	box-shadow: 0 28px 80px rgba(9, 59, 94, 0.16);
}

.alt-showcase {
	padding-top: 0;
}

.section-heading {
	max-width: 720px;
	margin-bottom: 24px;
}

.certification-note {
	color: var(--muted);
	line-height: 1.7;
}

.certification-note strong {
	color: var(--blue);
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	align-items: stretch;
}

.service-card {
	min-height: 260px;
	padding: 28px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 26px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.06);
}

.service-card-action {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.service-card-action:hover,
.service-card-action:focus {
	transform: translateY(-3px);
	border-color: rgba(23, 141, 204, 0.35);
	box-shadow: 0 24px 60px rgba(9, 59, 94, 0.12);
	outline: none;
}

.inline-action {
	align-self: flex-end;
	margin-top: auto;
	border: 0;
	max-width: 100%;
	color: var(--white);
	background: var(--orange);
	border-radius: 999px;
	padding: 10px 14px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.18;
	text-align: center;
	overflow-wrap: break-word;
	text-wrap: balance;
}

.service-card p,
.split p,
.contact p {
	color: var(--muted);
	font-size: 16px;
	line-height: 1.7;
}

.gpl-showcase p:not(.eyebrow),
.certification-note,
.newsletter-list span,
.service-card-list,
.energy-comparison .section-heading p:not(.eyebrow),
.comparison-note,
.feature-list span,
.work-with-us-panel .section-heading p:not(.eyebrow),
.work-with-us-grid span,
.privacy-window > p,
.privacy-grid p,
.privacy-note,
.gpl-calculator-card .section-heading p:not(.eyebrow),
.gpl-result p,
.client-modal-card .section-heading p:not(.eyebrow),
.client-dashboard-header p:not(.eyebrow),
.request-item span,
.request-item p,
.request-item small,
.client-empty,
.client-card p,
.cookie-card p:not(.eyebrow) {
	font-size: 16px;
	line-height: 1.65;
}

.newsletter-box {
	margin-top: 20px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid var(--line);
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(9, 59, 94, 0.06);
}

.newsletter-check {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: 10px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.45;
	cursor: pointer;
}

.newsletter-check input {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	accent-color: var(--blue);
}

.newsletter-check strong {
	color: var(--blue);
}

.newsletter-open {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	margin-top: 14px;
	border: 0;
	border-radius: 999px;
	padding: 9px 14px;
	color: var(--white);
	background: var(--orange);
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(242, 153, 34, 0.2);
}

.newsletter-open:hover,
.newsletter-open:focus {
	color: var(--blue);
	background: var(--white);
	outline: 3px solid rgba(242, 153, 34, 0.22);
}

.newsletter-modal-card {
	background: var(--celeste-surface);
}

.newsletter-form {
	display: grid;
	gap: 14px;
	margin: 18px 0;
	padding: 18px;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid var(--line);
	border-radius: 20px;
}

.newsletter-form label {
	display: grid;
	gap: 7px;
	color: var(--blue);
	font-size: 15px;
	font-weight: 900;
}

.newsletter-form input[type='email'] {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 13px 14px;
	color: var(--ink);
	background: var(--celeste-soft);
	font: inherit;
	font-weight: 600;
}

.newsletter-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.newsletter-list article {
	padding: 16px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--line);
	border-radius: 18px;
}

.newsletter-list strong,
.newsletter-list span {
	display: block;
}

.newsletter-list strong {
	color: var(--blue);
	font-weight: 900;
}

.newsletter-list span {
	margin-top: 8px;
	color: var(--muted);
	line-height: 1.45;
}

.service-card-list {
	display: grid;
	gap: 8px;
	margin: 12px 0 20px;
	padding-left: 18px;
	color: var(--muted);
	line-height: 1.45;
	font-size: 15px;
}

.service-card-list strong {
	color: var(--blue);
}

.service-card.accent {
	color: var(--white);
	background: linear-gradient(145deg, var(--orange), #c76c16);
}

.service-card.accent h3,
.service-card.accent p {
	color: var(--white);
}

.service-card.accent .service-card-list,
.service-card.accent .service-card-list strong {
	color: var(--white);
}

.service-card.accent {
	height: 100%;
}

.service-card.accent .inline-action {
	margin-top: auto;
}

.energy-comparison {
	grid-column: span 2;
	margin-top: 0;
	padding: 22px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 26px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.06);
}

.energy-comparison .section-heading {
	margin-bottom: 14px;
	max-width: none;
}

.energy-comparison h3 {
	margin-bottom: 8px;
	font-size: clamp(20px, 2.2vw, 26px);
	line-height: 1.15;
}

.energy-comparison .section-heading p:not(.eyebrow) {
	font-size: 15px;
	line-height: 1.45;
}

.energy-comparison-form {
	display: flex;
	align-items: end;
	gap: 10px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.energy-comparison-form label {
	display: grid;
	gap: 7px;
	min-width: min(280px, 100%);
	color: var(--blue);
	font-size: 15px;
	font-weight: 900;
}

.energy-comparison-form input,
.energy-comparison-form select {
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 10px 12px;
	color: var(--ink);
	background: var(--celeste-soft);
	font: inherit;
	font-weight: 700;
}

.energy-comparison-form select {
	cursor: pointer;
}

.energy-comparison-form span,
.comparison-note {
	color: var(--muted);
	line-height: 1.45;
}

.energy-results {
	display: grid;
	grid-template-columns: repeat(5, minmax(110px, 1fr));
	gap: 8px;
	margin: 10px 0 12px;
}

.energy-results span {
	display: grid;
	gap: 3px;
	padding: 10px;
	color: var(--blue);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--line);
	border-radius: 14px;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

.energy-results strong {
	color: var(--orange);
	font-size: 18px;
}

.energy-table-wrap {
	overflow-x: auto;
	border-radius: 16px;
}

.energy-comparison-table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 16px;
	font-size: 15px;
}

.energy-comparison-table caption {
	padding: 10px 14px;
	color: var(--white);
	background: var(--blue);
	font-size: 15px;
	font-weight: 900;
	text-align: left;
}

.energy-comparison-table th,
.energy-comparison-table td {
	padding: 9px 12px;
	border-top: 1px solid var(--line);
	text-align: left;
}

.energy-comparison-table thead th {
	color: var(--blue);
	background: var(--celeste-soft);
}

.energy-comparison-table tbody th {
	color: var(--blue);
}

.energy-comparison-table tr.is-source th,
.energy-comparison-table tr.is-source td {
	background: rgba(242, 117, 34, 0.09);
}

.energy-comparison-table tr.is-source strong::after {
	content: ' (prodotto inserito)';
	color: var(--blue);
	font-size: 15px;
}

.energy-comparison-table strong {
	color: var(--orange);
	font-size: 17px;
}

.comparison-note {
	margin: 10px 0 0;
	font-size: 15px;
}

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 46px;
	align-items: center;
}

.feature-list {
	display: grid;
	gap: 14px;
}

.feature-list div {
	padding: 24px;
	background: var(--white);
	border-left: 6px solid var(--teal);
	border-radius: 18px;
}

.feature-list strong,
.feature-list span {
	display: block;
}

.feature-list span {
	margin-top: 6px;
	color: var(--muted);
}

.work-with-us {
	margin-top: 10px;
}

.work-with-us-panel {
	padding: 22px;
	background: var(--celeste-soft);
	border: 1px solid var(--line);
	border-radius: 26px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.06);
}

.work-with-us-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 20px;
}

.work-with-us-panel .section-heading {
	max-width: none;
	margin-bottom: 16px;
}

.work-with-us-panel h2 {
	margin-bottom: 8px;
	font-size: clamp(22px, 2.6vw, 30px);
	line-height: 1.15;
}

.work-with-us-panel .section-heading p:not(.eyebrow) {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.5;
}

.work-with-us-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 16px;
}

.work-with-us-cta {
	display: flex;
	justify-content: flex-end;
}

.work-with-us-grid article {
	padding: 16px;
	background: var(--celeste-soft);
	border: 1px solid var(--line);
	border-radius: 16px;
}

.work-with-us-grid strong,
.work-with-us-grid span {
	display: block;
}

.work-with-us-grid strong {
	color: var(--blue);
	font-size: 16px;
	font-weight: 900;
}

.work-with-us-grid span {
	margin-top: 8px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.45;
}

.work-with-us .button {
	display: inline-flex;
	white-space: normal;
}

:where(
	.button,
	.nav-cta,
	.menu-link,
	.menu a,
	.trust a,
	.inline-action,
	.newsletter-open,
	.client-flag,
	.menu-toggle
) {
	min-width: 0;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: break-word;
	text-wrap: balance;
	word-break: normal;
	hyphens: auto;
}

@supports not (text-wrap: balance) {
	:where(
		.button,
		.nav-cta,
		.menu-link,
		.menu a,
		.trust a,
		.inline-action,
		.newsletter-open,
		.client-flag,
		.menu-toggle,
		.emergency-float span
	) {
		overflow-wrap: break-word;
		word-break: normal;
	}
}

:where(
	.topbar,
	.menu,
	.nav-cta,
	.menu-toggle,
	.eyebrow,
	.trust a,
	.inline-action,
	.newsletter-check,
	.newsletter-open,
	.newsletter-form label,
	.newsletter-list span,
	.service-card-list,
	.energy-comparison .section-heading p:not(.eyebrow),
	.energy-comparison-form label,
	.energy-results span,
	.energy-comparison-table,
	.comparison-note,
	.work-with-us-panel .section-heading p:not(.eyebrow),
	.work-with-us-grid span,
	.privacy-note,
	.gpl-calculator-form label,
	.client-form label,
	.contact-form label,
	.privacy-check,
	.captcha-help,
	.footer-contacts,
	.small
) {
	font-size: 16.5px;
	line-height: 1.58;
}

@media (max-width: 760px) {
	.work-with-us-header {
		grid-template-columns: 1fr;
	}

	.work-with-us-grid {
		grid-template-columns: 1fr;
	}
}

.privacy-window {
	margin-top: 16px;
	padding: 26px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.08);
}

.privacy-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.privacy-grid article {
	padding: 24px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.06);
}

.privacy-grid h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.privacy-window > p,
.privacy-grid p,
.privacy-note {
	color: var(--muted);
	line-height: 1.65;
}

.privacy-grid a,
.footer a {
	color: var(--blue);
	font-weight: 800;
}

.privacy-note {
	margin-top: 18px;
	font-size: 15px;
}

.compact {
	padding-top: 18px;
}

.client-modal {
	position: fixed;
	inset: 0;
	z-index: 42;
	display: grid;
	align-items: center;
	justify-items: center;
	padding: 24px;
	background: rgba(18, 32, 44, 0.46);
}

.gpl-calculator-modal {
	position: fixed;
	inset: 0;
	z-index: 43;
	display: grid;
	align-items: center;
	justify-items: center;
	padding: 24px;
	background: rgba(18, 32, 44, 0.48);
}

.gpl-calculator-modal[hidden] {
	display: none;
}

.gpl-calculator-card {
	position: relative;
	width: min(1040px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 30px;
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: 32px;
	box-shadow: 0 28px 80px rgba(9, 59, 94, 0.28);
}

.gpl-calculator-card .section-heading p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.7;
}

.certificate-modal-card {
	width: min(920px, 100%);
}

.solar-modal-card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 28px;
	width: min(1080px, 100%);
	padding: 22px;
	overflow: hidden;
	background: var(--celeste-surface);
}

.solar-modal-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px 4px 18px 14px;
}

.solar-modal-copy .section-heading {
	margin-bottom: 20px;
}

.solar-modal-copy .section-heading h2 {
	max-width: 560px;
}

.solar-modal-features {
	display: grid;
	gap: 10px;
	width: 100%;
	margin-bottom: 24px;
}

.solar-modal-features div {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 12px;
	padding: 13px 14px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 16px;
}

.solar-modal-features strong {
	color: var(--blue);
}

.solar-modal-features span {
	color: var(--muted);
	line-height: 1.45;
}

.solar-modal-copy .button {
	margin-top: auto;
}

.solar-modal-visual {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	border-radius: 24px;
	background: var(--blue);
}

.solar-modal-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 54% center;
}

.solar-modal-visual::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	height: 38%;
	background: linear-gradient(transparent, rgba(9, 59, 94, 0.72));
	pointer-events: none;
}

.solar-modal-visual span {
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 18px;
	left: 20px;
	color: var(--white);
	font-size: 18px;
	font-weight: 900;
}

.certificate-pdf-frame {
	width: 100%;
	height: min(62vh, 680px);
	margin: 4px 0 20px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--white);
}

.gpl-calculator-form {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.gpl-calculator-form label {
	display: grid;
	gap: 7px;
	color: var(--blue);
	font-size: 15px;
	font-weight: 900;
}

.gpl-calculator-form input,
.gpl-calculator-form select {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 13px 14px;
	color: var(--ink);
	background: var(--celeste-soft);
	font: inherit;
	font-weight: 600;
}

.gpl-result {
	display: grid;
	gap: 16px;
}

.gpl-result table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.08);
}

.gpl-result caption {
	padding: 16px;
	color: var(--white);
	background: var(--blue);
	font-size: 18px;
	font-weight: 900;
	text-align: left;
}

.gpl-result th,
.gpl-result td {
	padding: 16px;
	border-top: 1px solid var(--line);
	text-align: left;
}

.gpl-result th {
	width: 42%;
	color: var(--blue);
}

.gpl-result td strong {
	color: var(--orange);
	font-size: 28px;
}

.gpl-result p {
	margin: 0;
	color: var(--muted);
	line-height: 1.65;
}

.client-modal[hidden] {
	display: none;
}

.client-modal-card {
	position: relative;
	width: min(980px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 30px;
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: 32px;
	box-shadow: 0 28px 80px rgba(9, 59, 94, 0.28);
}

.client-modal-card .section-heading p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.7;
}

.modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 38px;
	height: 38px;
	border: 0;
	color: var(--blue);
	background: var(--white);
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(9, 59, 94, 0.12);
	cursor: pointer;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
}

.client-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.client-card {
	padding: 28px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 28px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.08);
}

.client-card h3 {
	margin-bottom: 18px;
	color: var(--blue);
}

.client-form {
	display: grid;
	gap: 14px;
}

.client-form label {
	display: grid;
	gap: 7px;
	color: var(--blue);
	font-size: 15px;
	font-weight: 900;
}

.client-form input,
.client-form select,
.client-form textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 13px 14px;
	color: var(--ink);
	background: var(--celeste-soft);
	font: inherit;
	font-weight: 600;
}

.client-form textarea {
	resize: vertical;
}

.client-form input:focus,
.client-form select:focus,
.client-form textarea:focus {
	outline: 3px solid rgba(50, 169, 224, 0.22);
	border-color: var(--blue-2);
}

.client-form .button {
	border: 0;
	cursor: pointer;
	font: inherit;
}

.client-status {
	margin: 18px 0;
	padding: 13px 16px;
	border: 1px solid rgba(23, 141, 204, 0.24);
	border-radius: 14px;
	color: var(--blue);
	background: rgba(23, 141, 204, 0.08);
	font-weight: 800;
}

.client-status[data-type='success'] {
	color: #0f725f;
	border-color: rgba(18, 140, 126, 0.25);
	background: rgba(18, 140, 126, 0.09);
}

.client-status[data-type='error'] {
	color: #a53320;
	border-color: rgba(165, 51, 32, 0.24);
	background: rgba(165, 51, 32, 0.08);
}

.client-dashboard {
	margin-top: 18px;
}

.client-dashboard-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
	margin-bottom: 18px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--celeste-soft);
}

.client-dashboard-header h3,
.client-dashboard-header p {
	margin: 0;
}

.client-dashboard-header p:not(.eyebrow) {
	margin-top: 6px;
	color: var(--muted);
	line-height: 1.5;
}

.client-dashboard-grid {
	align-items: start;
}

.request-list {
	display: grid;
	gap: 12px;
}

.request-item {
	display: grid;
	gap: 8px;
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--celeste-soft);
}

.request-item div {
	display: grid;
	gap: 3px;
}

.request-item strong {
	color: var(--ink);
}

.request-item span,
.request-item p,
.request-item small,
.client-empty {
	margin: 0;
	color: var(--muted);
	line-height: 1.5;
}

.request-item small {
	font-weight: 900;
	color: var(--blue);
}

.process {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.process div {
	padding: 24px;
	color: var(--white);
	background: var(--blue);
	border-radius: 22px;
}

.process b {
	display: block;
	color: var(--orange);
	font-size: 34px;
}

.contact {
	display: grid;
	grid-template-columns: 1fr 390px;
	gap: 36px;
}

.contact-card {
	display: grid;
	gap: 14px;
	padding: 28px;
	background: var(--white);
	border-radius: 26px;
	box-shadow: 0 18px 50px rgba(9, 59, 94, 0.08);
}

.contact-card a:not(.button) {
	padding: 16px 0;
	color: var(--blue);
	border-bottom: 1px solid var(--line);
	font-size: 20px;
	font-weight: 900;
}

.contact-card .icon-link {
	align-items: flex-start;
	gap: 10px;
}

.contact-card .icon-link::before {
	width: 24px;
	height: 24px;
	margin-top: 2px;
	font-size: 14px;
}

.contact-form {
	display: grid;
	gap: 14px;
	margin-top: 10px;
}

.contact-form label {
	display: grid;
	gap: 7px;
	color: var(--blue);
	font-size: 15px;
	font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 13px 14px;
	color: var(--ink);
	background: var(--celeste-soft);
	font: inherit;
	font-weight: 600;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	outline: 3px solid rgba(50, 169, 224, 0.22);
	border-color: var(--blue-2);
}

.contact-form textarea {
	resize: vertical;
}

.privacy-check {
	grid-template-columns: 18px 1fr;
	align-items: start;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.45;
	font-weight: 700;
}

.privacy-check input {
	width: 18px;
	height: 18px;
	margin-top: 1px;
}

.privacy-check a {
	color: var(--blue);
	font-weight: 900;
}

.captcha-box {
	display: grid;
	gap: 8px;
	justify-items: start;
	padding: 12px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--celeste-soft);
}

.captcha-help {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	font-weight: 700;
}

.contact-form .button {
	border: 0;
	cursor: pointer;
	font: inherit;
}

.footer {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.footer-brand-social {
	display: grid;
	justify-items: center;
	width: 100%;
}

.footer img {
	display: block;
	width: 235px;
	margin: 0 auto;
	transform: translateX(36px);
}

.footer > p:not(.small) {
	max-width: 760px;
	margin: 12px auto 0;
}

.footer-contacts {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px 20px;
	margin: 18px auto 8px;
	color: var(--blue);
	font-size: 15px;
	font-weight: 700;
	flex-wrap: wrap;
}

.footer-contacts .icon-link {
	justify-content: center;
}

.small {
	color: var(--muted);
	font-size: 15px;
	margin: 8px auto 0;
}

.gpl-showcase > div,
.service-card,
.energy-comparison,
.feature-list div,
.privacy-window,
.privacy-grid article,
.client-card,
.contact-card,
.cookie-card,
.client-panel,
.client-form,
.request-item,
.certificate-modal-card img,
.gpl-result,
.contact-form,
.captcha-box,
.gpl-calculator-card,
.client-modal-card,
.certificate-modal-card,
.tank-rules-modal-card,
.maintenance-extra-modal-card,
.history-modal-card,
.bottles-modal-card {
	background: var(--celeste-surface);
}

.gpl-showcase p:not(.eyebrow),
.certification-note,
.service-card p,
.split p,
.contact p,
.newsletter-check,
.newsletter-list span,
.service-card-list,
.energy-comparison .section-heading p:not(.eyebrow),
.comparison-note,
.feature-list span,
.work-with-us-panel .section-heading p:not(.eyebrow),
.work-with-us-grid span,
.privacy-window > p,
.privacy-grid p,
.privacy-note,
.gpl-calculator-card .section-heading p:not(.eyebrow),
.gpl-result p,
.client-modal-card .section-heading p:not(.eyebrow),
.client-dashboard-header p:not(.eyebrow),
.request-item span,
.request-item p,
.request-item small,
.client-empty,
.client-card p,
.privacy-check,
.captcha-help,
.cookie-card p:not(.eyebrow) {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.7;
}

.whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 30;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	color: var(--white);
	background: linear-gradient(135deg, #25d366, #128c7e);
	border-radius: 50%;
	box-shadow: 0 18px 38px rgba(18, 140, 126, 0.32);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.whatsapp-float iconify-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 36px;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
	transform: translateY(-2px);
	box-shadow: 0 22px 44px rgba(18, 140, 126, 0.42);
	outline: 3px solid rgba(37, 211, 102, 0.25);
}

.emergency-tools {
	position: fixed;
	left: 22px;
	bottom: 22px;
	z-index: 30;
	display: flex;
	align-items: center;
	gap: 10px;
}

.emergency-float {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: auto;
	min-width: 0;
	height: 58px;
	padding: 0 20px;
	color: var(--white);
	background: #d71920;
	border-radius: 999px;
	box-shadow: 0 18px 38px rgba(215, 25, 32, 0.32);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.emergency-tools .accessibility-panel {
	top: auto;
	right: 0;
	bottom: calc(100% + 10px);
	left: auto;
}

.emergency-float iconify-icon {
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	font-size: 25px;
}

.emergency-float span {
	display: block;
	font-size: clamp(11px, 1.25vw, 15px);
	line-height: 1.08;
}

.emergency-float:hover,
.emergency-float:focus {
	transform: translateY(-2px);
	box-shadow: 0 22px 44px rgba(215, 25, 32, 0.42);
	outline: 3px solid rgba(215, 25, 32, 0.22);
}

.social-float {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 235px;
	margin: 10px auto 14px;
	padding: 0;
	background: transparent;
	flex-wrap: wrap;
}

.social-float a {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: var(--white);
	background: var(--blue);
	border-radius: 50%;
	box-shadow: 0 10px 22px rgba(9, 59, 94, 0.18);
	transition:
		transform 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease;
}

.social-float svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.social-float .social-facebook {
	background: #1877f2;
}

.social-float .social-x {
	background: #000;
}

.social-float .social-instagram {
	background: radial-gradient(
		circle at 30% 105%,
		#feda75 0 18%,
		#fa7e1e 35%,
		#d62976 58%,
		#962fbf 78%,
		#4f5bd5 100%
	);
}

.social-float .social-linkedin {
	background: #0a66c2;
}

.social-float a:hover,
.social-float a:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(9, 59, 94, 0.26);
	outline: 3px solid rgba(242, 153, 34, 0.22);
}

.cookie-banner {
	position: fixed;
	inset: 0;
	z-index: 40;
	display: grid;
	align-items: end;
	justify-items: center;
	padding: 24px;
	background: rgba(18, 32, 44, 0.38);
}

.cookie-banner[hidden] {
	display: none;
}

.cookie-card {
	width: min(680px, 100%);
	padding: 26px;
	color: var(--ink);
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 28px;
	box-shadow: 0 28px 80px rgba(9, 59, 94, 0.24);
}

.cookie-card h2 {
	margin-top: 4px;
}

.cookie-card p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.65;
}

.cookie-link {
	display: inline-flex;
	margin-top: 6px;
	color: var(--blue);
	font-weight: 900;
}

.cookie-actions {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.cookie-card {
	background: var(--celeste-surface);
}

.gpl-showcase > div,
.service-card,
.energy-comparison,
.feature-list div,
.privacy-window,
.privacy-grid article,
.client-card,
.contact-card,
.cookie-card {
	background-color: var(--celeste-soft);
}

@media (max-width: 900px) {
	[id] {
		scroll-margin-top: 190px;
	}

	.topbar {
		justify-content: flex-end;
		gap: 8px 12px;
		padding: 3px 14px;
		font-size: 16px;
		line-height: 1.25;
	}

	.nav {
		gap: 10px;
		padding: 5px 16px;
	}

	.brand img {
		width: 254px;
	}

	.brand {
		margin-left: 12px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.menu {
		display: none;
		position: absolute;
		top: calc(100% + 6px);
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		padding: 8px;
		background: var(--celeste-surface);
		border: 1px solid var(--line);
		border-radius: 16px;
		box-shadow: 0 14px 34px rgba(9, 59, 94, 0.12);
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		font-size: 15px;
		z-index: 12;
	}

	.menu.is-open {
		display: flex;
	}

	.nav-submenu {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.submenu-toggle {
		justify-content: center;
	}

	.nav-submenu-panel {
		position: static;
		width: 100%;
		min-width: 0;
		margin-top: 4px;
		background: rgba(255, 255, 255, 0.55);
		box-shadow: none;
		transform: none;
	}

	.menu a:not(.nav-cta) {
		display: block;
		width: 100%;
		padding: 8px 10px;
		text-align: center;
	}

	.hero,
	.split,
	.contact,
	.gpl-showcase {
		grid-template-columns: 1fr;
	}

	.service-grid,
	.process,
	.client-grid,
	.gpl-calculator-form,
	.privacy-grid,
	.trust {
		grid-template-columns: repeat(2, 1fr);
	}

	.hero {
		min-height: auto;
		padding-top: 26px;
		padding-bottom: 32px;
	}

	.hero::before {
		width: 72vw;
		height: 420px;
		opacity: 0.7;
	}

	.lead {
		font-size: 19px;
	}
}

@media (max-width: 560px) {
	body {
		padding-bottom: 96px;
	}

	[id] {
		scroll-margin-top: 210px;
	}

	.topbar {
		align-items: flex-start;
		gap: 5px;
		padding: 4px 12px;
	}

	.topbar a {
		text-align: center;
	}

	.translator,
	.language-flags {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.translator {
		max-width: calc(100% - 96px);
	}

	.accessibility-toggle {
		padding: 2px 4px;
		font-size: 14px;
	}

	.accessibility-symbol {
		width: 58px;
		height: 46px;
		font-size: 27px;
		padding-top: 13px;
	}

	.accessibility-panel {
		min-width: 178px;
	}

	.nav {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
	}

	.brand {
		margin-left: 0;
	}

	.brand img {
		width: 194px;
	}

	.client-flag {
		padding: 6px 10px;
		font-size: 15px;
	}

	.nav-actions {
		grid-column: 1 / -1;
		justify-self: end;
		flex-wrap: wrap;
	}

	.menu-toggle {
		width: 44px;
		height: 44px;
		padding: 0;
	}

	.menu {
		top: calc(100% + 6px);
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		max-height: calc(100vh - 190px);
		overflow: auto;
	}

	.hero {
		padding: 26px 18px 42px;
	}

	.hero::before {
		inset: 180px 0 auto auto;
		width: 86vw;
		height: 300px;
		border-radius: 80px 0 0 80px;
	}

	h1 {
		font-size: clamp(32px, 10.5vw, 42px);
		line-height: 1.02;
		letter-spacing: -1.8px;
	}

	h2 {
		font-size: clamp(28px, 9vw, 36px);
		letter-spacing: -1px;
	}

	h3 {
		font-size: 22px;
	}

	.lead {
		font-size: 17px;
		line-height: 1.55;
	}

	.actions {
		margin-top: 18px;
	}

	.hero-card,
	.gpl-showcase > div,
	.contact-card,
	.service-card,
	.energy-comparison,
	.privacy-window,
	.privacy-grid article,
	.client-card {
		padding: 22px;
		border-radius: 22px;
	}

	.hero-card strong {
		font-size: 28px;
	}

	.trust,
	.section,
	.split,
	.contact,
	.footer {
		padding-top: 38px;
		padding-bottom: 38px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.gpl-showcase {
		padding-top: 24px;
		padding-bottom: 38px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.gpl-calculator-modal {
		align-items: center;
		justify-items: center;
		padding: 10px;
	}

	.service-grid,
	.process,
	.client-grid,
	.gpl-calculator-form,
	.privacy-grid,
	.trust {
		grid-template-columns: 1fr;
	}

	.energy-comparison {
		grid-column: auto;
	}

	.energy-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.newsletter-list {
		grid-template-columns: 1fr;
	}

	.gpl-calculator-card,
	.client-modal-card {
		width: 100%;
		max-height: calc(100vh - 20px);
		max-height: calc(100dvh - 20px);
		padding: 20px;
		border-radius: 20px;
	}

	.solar-modal-card {
		display: flex;
		flex-direction: column;
		gap: 18px;
		padding: 14px;
		overflow: auto;
	}

	.solar-modal-copy {
		padding: 14px 6px 0;
	}

	.solar-modal-visual {
		order: -1;
		min-height: 230px;
		border-radius: 18px;
	}

	.solar-modal-features div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.certificate-pdf-frame {
		height: 58vh;
		height: 58dvh;
	}

	.gpl-result th,
	.gpl-result td {
		display: block;
		width: 100%;
	}

	.energy-comparison-table {
		min-width: 560px;
	}

	.g-recaptcha {
		max-width: 100%;
		transform: scale(0.82);
		transform-origin: left top;
	}

	.whatsapp-float {
		right: 14px;
		bottom: 14px;
		width: 60px;
		height: 60px;
	}

	.whatsapp-float iconify-icon {
		width: 32px;
		height: 32px;
		font-size: 32px;
	}

	.emergency-float {
		width: auto;
		height: 52px;
		padding: 0 16px;
		font-size: 13px;
	}

	.emergency-tools {
		left: 14px;
		bottom: 14px;
		gap: 8px;
	}

	.emergency-tools .accessibility-symbol {
		width: 52px;
		height: 52px;
		padding: 0;
		font-size: 29px;
	}

	.emergency-float iconify-icon {
		width: 22px;
		height: 22px;
		font-size: 22px;
	}

	.emergency-float span {
		font-size: clamp(10px, 2.7vw, 13px);
		line-height: 1.05;
	}

	.social-float {
		gap: 5px;
	}

	.social-float a {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}

	.button,
	.inline-action,
	.nav-cta {
		justify-content: center;
		text-align: center;
	}

	.inline-action {
		align-self: stretch;
	}

	.contact-card a:not(.button) {
		overflow-wrap: anywhere;
		font-size: 17px;
	}

	.cookie-banner {
		padding: 14px;
	}

	.cookie-card {
		padding: 22px;
		border-radius: 22px;
	}

	.cookie-actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}
}

@media (max-width: 380px) {
	.brand img {
		width: 182px;
	}

	.menu-toggle,
	.client-flag {
		font-size: 15px;
	}
}
