/* Service City Restyle (below-hero only)
   Scope: .single-service_city .svc
   Hero is intentionally NOT touched here. */

.single-service_city .svc {
	--svc-bg: var(--color-bg);
	--svc-surface: rgba(255, 255, 255, 0.96);
	--svc-surface2: rgba(15, 23, 42, 0.03);
	--svc-ink: rgba(15, 23, 42, 0.96);
	--svc-muted: rgba(15, 23, 42, 0.68);
	--svc-border: rgba(15, 23, 42, 0.10);
	--svc-primary: var(--color-primary);
	--svc-radius: 18px;
	--svc-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);

	/* Component tokens (structure): centralize repeated gradients/shadows. */
	--scx-urgent-grad: linear-gradient(135deg, rgba(185, 28, 28, 0.98) 0%, rgba(220, 38, 38, 0.96) 55%, rgba(239, 68, 68, 0.92) 100%);
	--scx-urgent-shadow: 0 18px 46px rgba(185, 28, 28, 0.18);
	--scx-urgent-shadow-hover: 0 22px 56px rgba(185, 28, 28, 0.22);
}

.single-service_city .svc-section {
	padding: clamp(2.25rem, 4.5vw, 3.75rem) 0;
}

/* Intro (first section under hero) */
.single-service_city .svc-section--intro {
	padding-top: clamp(1.75rem, 3.5vw, 2.75rem);
	padding-bottom: clamp(2rem, 4vw, 3.25rem);
	background:
		radial-gradient(900px 420px at 20% 0%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 60%),
		/* Match section 1 palette: blue-only. */
		radial-gradient(900px 520px at 80% 10%, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0) 58%),
		var(--svc-bg);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.single-service_city .svc-topflow {
	position: relative;
	background:
		radial-gradient(1000px 520px at 15% -10%, rgba(96, 165, 250, 0.14), rgba(96, 165, 250, 0) 60%),
		radial-gradient(1000px 640px at 85% 0%, rgba(37, 99, 235, 0.10), rgba(37, 99, 235, 0) 58%),
		linear-gradient(180deg, rgba(15, 23, 42, 0.00) 0%, rgba(15, 23, 42, 0.02) 100%);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.single-service_city .svc-topflow::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.7;
	background:
		radial-gradient(520px 240px at 25% 20%, rgba(37, 99, 235, 0.10), rgba(37, 99, 235, 0) 60%),
		radial-gradient(680px 320px at 70% 60%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 62%);
}

.single-service_city .svc-topflow > * {
	position: relative;
	z-index: 1;
}

/* Inside the “top flow” (intro + sidebar CTA + benefits) we use cohesive panels. */
.single-service_city .svc-topflow .svc-section--intro {
	background: transparent;
	border-bottom: 0;
	padding-bottom: clamp(1.25rem, 2.8vw, 2rem);
}

.single-service_city .svc-topflow .svc-section--intro .container,
.single-service_city .svc-topflow .svc-section--benefits .container {
	border-radius: calc(var(--svc-radius) + 8px);
	border: 1px solid rgba(15, 23, 42, 0.10);
	background:
		radial-gradient(900px 420px at 20% 0%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88));
	box-shadow: 0 18px 55px rgba(15, 23, 42, 0.10);
	padding: clamp(1.1rem, 2.4vw, 1.6rem);
}

.single-service_city .svc-topflow .svc-section--benefits {
	background: transparent;
	padding-top: clamp(1.1rem, 2.4vw, 1.6rem);
	padding-bottom: clamp(2rem, 4vw, 3rem);
}

.single-service_city .svc-topflow .svc-section--benefits .container {
	border-top-left-radius: calc(var(--svc-radius) + 8px);
	border-top-right-radius: calc(var(--svc-radius) + 8px);
}

.single-service_city .svc-topflow .svc-section--benefits .container {
	margin-top: 0;
}

.single-service_city .svc-topflow .svc-section--benefits .container {
	position: relative;
}

.single-service_city .svc-topflow .svc-section--benefits .container::before {
	content: "";
	position: absolute;
	left: clamp(1.1rem, 2.4vw, 1.6rem);
	right: clamp(1.1rem, 2.4vw, 1.6rem);
	top: 0;
	height: 1px;
	background: rgba(15, 23, 42, 0.08);
	opacity: 0.9;
}

.single-service_city .svc-section--intro .svc-prose {
	max-width: 74ch;
}

.single-service_city .svc-section--intro .svc-prose > h2:first-of-type {
	font-size: clamp(1.65rem, 2.9vw, 2.25rem);
	font-weight: 950;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.single-service_city .svc-section--intro .svc-prose h2 {
	margin-bottom: 0.75rem;
	line-height: 1.2;
}

.single-service_city .svc-section--intro .svc-prose hr {
	border: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(15, 23, 42, 0.00), rgba(15, 23, 42, 0.14), rgba(15, 23, 42, 0.00));
	margin: 1.1rem 0;
}

.single-service_city .svc-section--intro .svc-prose p {
	margin: 0 0 0.85rem;
	line-height: 1.75;
}

.single-service_city .svc-section--intro .svc-prose p:last-child {
	margin-bottom: 0;
}

.single-service_city .svc-section--intro .svc-prose a.zaglia-phone-inline {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.12);
	border: 1px solid rgba(37, 99, 235, 0.22);
	color: rgba(15, 23, 42, 0.92);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.single-service_city .svc-section--intro .svc-prose a.zaglia-phone-inline::before {
	content: "☎";
	font-size: 0.95em;
	line-height: 1;
	color: rgba(37, 99, 235, 0.95);
}

.single-service_city .svc-section--intro .svc-prose a.zaglia-phone-inline:hover {
	background: rgba(37, 99, 235, 0.16);
	border-color: rgba(37, 99, 235, 0.30);
	transform: translateY(-1px);
}

.single-service_city .svc-section--intro .svc-prose a.zaglia-phone-inline:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.35);
	outline-offset: 3px;
}

.single-service_city .svc-section--intro .svc-prose p + p {
	margin-top: 0;
}

.single-service_city .svc-section--intro .svc-prose ul,
.single-service_city .svc-section--intro .svc-prose ol {
	margin: 0.9rem 0 0;
}

.single-service_city .svc-section--intro .svc-prose li {
	margin-bottom: 0.55rem;
	line-height: 1.65;
}

.single-service_city .svc-section--intro .svc-prose h2 {
	margin-top: 0;
}

.single-service_city .svc-section--intro .svc-prose ul {
	margin-top: 1rem;
}

.single-service_city .svc-section--intro .svc-callout {
	border-color: rgba(37, 99, 235, 0.22);
}

.single-service_city .svc-header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto clamp(1.25rem, 3vw, 2rem);
}

.single-service_city .svc-header h2 {
	margin: 0 0 0.55rem;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.single-service_city .svc-header p {
	margin: 0;
	color: var(--svc-muted);
}

.single-service_city .svc-grid {
	display: grid;
	gap: 1rem;
}

.single-service_city .svc-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-service_city .svc-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-service_city .svc-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-service_city .svc-card {
	border-radius: var(--svc-radius);
	border: 1px solid var(--svc-border);
	background: var(--svc-surface);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	padding: 1.15rem 1.15rem;
}

.single-service_city .svc-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(37, 99, 235, 0.10);
	color: rgba(37, 99, 235, 0.95);
	margin-bottom: 0.65rem;
	font-size: 1.15rem;
}

.single-service_city .svc-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.18rem;
	font-weight: 900;
	color: var(--svc-ink);
}

.single-service_city .svc-card__text {
	margin: 0;
	color: var(--svc-muted);
	line-height: 1.65;
}

/* ---------- Benefits (design upgrade) ---------- */
.single-service_city .svc-section--benefits .container {
	display: grid;
	/* Wider reading area: keep left column narrower so content doesn't look "squeezed". */
	grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
	gap: clamp(1.25rem, 3.2vw, 2.25rem);
	align-items: start;
}

.single-service_city .svc-section--benefits-spotlight .svc-header__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	/* Match the “section 1” palette (blue gradient + glassy badge). */
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	border: 1px solid rgba(37, 99, 235, 0.22);
	color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.75rem;
	margin: 0 0 0.7rem;
}

.single-service_city .svc-section--benefits-spotlight .svc-header__kicker::before {
	content: "⚡";
	font-size: 1rem;
	line-height: 1;
}

.single-service_city .svc-section--benefits-spotlight .svc-benefits {
	gap: 0.9rem;
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit {
	padding: 1.05rem 1.05rem;
	border-color: rgba(15, 23, 42, 0.12);
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.22;
	background:
		radial-gradient(360px 180px at 85% 10%, rgba(250, 204, 21, 0.12), rgba(250, 204, 21, 0) 60%),
		radial-gradient(520px 220px at 20% 90%, rgba(96, 165, 250, 0.14), rgba(96, 165, 250, 0) 62%);
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit__top {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.55rem;
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit__num {
	width: 44px;
	height: 44px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	font-weight: 950;
	color: #ffffff;
	/* Same gradient family as section 1 (primary blue). */
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit:nth-child(2) .svc-benefit__num {
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit:nth-child(3) .svc-benefit__num {
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit:nth-child(4) .svc-benefit__num {
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit .svc-card__title {
	margin: 0;
	font-size: 1.12rem;
	font-weight: 950;
	letter-spacing: -0.01em;
	/* In spotlight cards we already show the numbered badge on the left. */
	display: block;
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit .svc-card__title::before {
	/* Remove the default check icon used in the standard benefits cards. */
	content: none;
	display: none;
}

.single-service_city .svc-section--benefits-spotlight .svc-benefit .svc-card__text {
	line-height: 1.55;
}

@media (max-width: 900px) {
	.single-service_city .svc-section--benefits-spotlight .svc-benefit__top {
		grid-template-columns: 40px minmax(0, 1fr);
	}
	.single-service_city .svc-section--benefits-spotlight .svc-benefit__num {
		width: 40px;
		height: 40px;
		border-radius: 14px;
	}
}

.single-service_city .svc-section--benefits .svc-header {
	text-align: left;
	max-width: none;
	margin: 0;
}

.single-service_city .svc-section--benefits .svc-header h2 {
	margin-bottom: 0.6rem;
}

.single-service_city .svc-section--benefits .svc-header p {
	max-width: 52ch;
}

/* Make benefits read better (2x2 grid even on desktop) */
.single-service_city .svc-section--benefits .svc-grid--4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-service_city .svc-section--benefits .svc-card {
	position: relative;
	overflow: hidden;
	border-color: rgba(15, 23, 42, 0.10);
	background:
		radial-gradient(680px 240px at 15% 0%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.single-service_city .svc-section--benefits .svc-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--svc-shadow);
	border-color: rgba(37, 99, 235, 0.18);
}

.single-service_city .svc-section--benefits .svc-card__title {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.single-service_city .svc-section--benefits .svc-card__title::before {
	content: "✓";
	width: 40px;
	height: 40px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	font-weight: 950;
	color: rgba(15, 23, 42, 0.96);
	background: rgba(37, 99, 235, 0.12);
	border: 1px solid rgba(37, 99, 235, 0.18);
	flex: 0 0 auto;
}

.single-service_city .svc-section--benefits .svc-card:nth-child(1) .svc-card__title::before {
	background: rgba(37, 99, 235, 0.12);
	border-color: rgba(37, 99, 235, 0.18);
}

.single-service_city .svc-section--benefits .svc-card:nth-child(2) .svc-card__title::before {
	background: rgba(37, 99, 235, 0.12);
	border-color: rgba(37, 99, 235, 0.18);
}

.single-service_city .svc-section--benefits .svc-card:nth-child(3) .svc-card__title::before {
	background: rgba(37, 99, 235, 0.12);
	border-color: rgba(37, 99, 235, 0.18);
}

.single-service_city .svc-section--benefits .svc-card:nth-child(4) .svc-card__title::before {
	background: rgba(37, 99, 235, 0.12);
	border-color: rgba(37, 99, 235, 0.18);
}

.single-service_city .svc-section--benefits .svc-card__text {
	line-height: 1.6;
}

/* ---------- Trust (design upgrade) ---------- */
.single-service_city .svc-section--trust .container {
	display: grid;
	grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
	gap: clamp(1.25rem, 3.2vw, 2.25rem);
	align-items: start;
}

.single-service_city .svc-section--trust .svc-header {
	text-align: left;
	max-width: none;
	margin: 0;
}

.single-service_city .svc-section--trust .svc-header h2 {
	margin-bottom: 0.6rem;
}

.single-service_city .svc-section--trust .svc-header p {
	max-width: 52ch;
}

/* Trust cards: stack for readability + numbered badges */
.single-service_city .svc-section--trust .svc-grid--3 {
	grid-template-columns: 1fr;
	gap: 0.9rem;
}

.single-service_city .svc-section--trust .svc-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 0.9rem;
	align-items: start;
	padding: 1.05rem 1.1rem;
	border-color: rgba(15, 23, 42, 0.10);
	background:
		radial-gradient(680px 240px at 15% 0%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.single-service_city .svc-section--trust .svc-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--svc-shadow);
	border-color: rgba(37, 99, 235, 0.18);
}

.single-service_city .svc-section--trust .svc-card::before {
	content: "1";
	width: 44px;
	height: 44px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	font-weight: 950;
	color: #ffffff;
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
	grid-row: 1 / span 2;
}

.single-service_city .svc-section--trust .svc-card:nth-child(2)::before {
	content: "2";
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

.single-service_city .svc-section--trust .svc-card:nth-child(3)::before {
	content: "3";
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

.single-service_city .svc-section--trust .svc-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.12rem;
	font-weight: 950;
	letter-spacing: -0.01em;
	grid-column: 2;
}

.single-service_city .svc-section--trust .svc-card__text {
	color: var(--svc-muted);
	line-height: 1.6;
	margin: 0;
	grid-column: 2;
}

/* Top CTA */
.single-service_city .svc-section--top {
	padding-top: clamp(1.25rem, 3vw, 2rem);
}

.single-service_city .svc-section--top .emergency-box {
	margin-top: 0;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city {
	/* Match the red emergency CTA look used on the home page. */
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: start;
	gap: 0.85rem;
	padding: 1rem 1.25rem;
	text-align: left;
	background: linear-gradient(135deg, #b91c1c 0%, #dc2626 55%, #ef4444 100%);
	border-radius: calc(var(--svc-radius) + 8px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 14px 34px rgba(185, 28, 28, 0.35);
	animation: none;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city::before,
.single-service_city .svc-section--top .emergency-box.emergency-box--service-city::after {
	content: none;
	display: none;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
	animation: none;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__content {
	align-items: flex-start;
	text-align: left;
	gap: 0.35rem;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__title::before {
	content: none;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__text {
	margin: 0;
	line-height: 1.45;
	max-width: 60ch;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__phone {
	margin: 0.35rem 0 0;
	padding: 0.45rem 0.9rem;
	font-size: clamp(1.02rem, 2.1vw, 1.18rem);
	letter-spacing: 0.03em;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
	animation: none;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__features {
	margin-top: 0.4rem;
	gap: 0.35rem;
	justify-content: flex-start;
}

.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__features span {
	padding: 0.3rem 0.7rem;
	font-size: 0.78rem;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.28);
}

@media (max-width: 768px) {
	.single-service_city .svc-section--top .emergency-box.emergency-box--service-city {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 1rem 1rem;
		gap: 0.75rem;
	}

	.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__content {
		align-items: center;
		text-align: center;
	}

	.single-service_city .svc-section--top .emergency-box.emergency-box--service-city .emergency-box__features {
		justify-content: center;
	}
}

.single-service_city .svc-section--top .emergency-box__kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.26);
	color: rgba(255, 255, 255, 0.98);
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.78rem;
	margin: 0 auto 0.8rem;
	backdrop-filter: blur(10px);
}

.single-service_city .svc-section--top .emergency-box__title {
	text-transform: uppercase;
}

.single-service_city .svc-section--top .emergency-box__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
}

.single-service_city .svc-section--top .emergency-box__phone-icon {
	width: 20px;
	height: 20px;
}

.single-service_city .svc-topcta {
	border-radius: calc(var(--svc-radius) + 6px);
	overflow: hidden;
	background:
		radial-gradient(900px 420px at 15% 0%, rgba(250, 204, 21, 0.18), rgba(250, 204, 21, 0) 60%),
		radial-gradient(780px 420px at 85% 10%, rgba(96, 165, 250, 0.20), rgba(96, 165, 250, 0) 58%),
		linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.22);
	padding: clamp(1.25rem, 3.5vw, 2rem);
	color: rgba(255, 255, 255, 0.96);
}

.single-service_city .svc-topcta__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(10px);
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.78rem;
	margin-bottom: 0.85rem;
}

.single-service_city .svc-topcta__title {
	margin: 0 0 0.65rem;
	font-weight: 950;
	letter-spacing: -0.02em;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.98);
	text-transform: uppercase;
}

.single-service_city .svc-topcta__text {
	margin: 0 0 1.1rem;
	color: rgba(255, 255, 255, 0.88);
	max-width: 70ch;
}

.single-service_city .svc-topcta--green {
	/* Same component, but solid green background (no gradients). */
	background: #16a34a;
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 26px 70px rgba(22, 163, 74, 0.28);
}

.single-service_city .svc-topcta--green .svc-topcta__text {
	/* No button here, so remove extra bottom gap. */
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.92);
}

/* Green CTA phone button: premium, but stays GREEN. */
.single-service_city .svc-topcta--green .svc-topcta__phone {
	width: 100%;
	margin-top: 1.05rem;
	/* Match urgent (red) CTA button sizing */
	padding: 0.95rem 1.05rem;
	border-radius: 18px;
	text-decoration: none;

	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 0.75rem;

	border: 2px solid rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	position: relative;
	isolation: isolate;
}

.single-service_city .svc-topcta--green .svc-topcta__phone::before {
	content: "☎";
	width: 36px;
	height: 36px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(22, 163, 74, 0.12);
	border: 1px solid rgba(22, 163, 74, 0.22);
	color: rgba(21, 128, 61, 0.98);
	grid-column: 1;
	grid-row: 1 / span 2;
}

.single-service_city .svc-topcta--green .svc-topcta__phone-label,
.single-service_city .svc-topcta--green .svc-topcta__phone-value {
	color: rgba(21, 128, 61, 0.98);
	grid-column: 2;
}

.single-service_city .svc-topcta--green .svc-topcta__phone-label {
	font-weight: 950;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.74rem;
	line-height: 1.1;
	grid-row: 1;
}

.single-service_city .svc-topcta--green .svc-topcta__phone-value {
	font-weight: 950;
	font-variant-numeric: tabular-nums lining-nums;
	font-size: 1.55rem;
	letter-spacing: 0.03em;
	line-height: 1.05;
	grid-row: 2;
}

.single-service_city .svc-topcta--green .svc-topcta__phone::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 18px;
	background: radial-gradient(closest-side, rgba(22, 163, 74, 0.16), rgba(22, 163, 74, 0) 70%);
	opacity: 0.35;
	mix-blend-mode: normal;
	pointer-events: none;
}

.single-service_city .svc-topcta--green .svc-topcta__phone:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 22px 56px rgba(15, 23, 42, 0.22);
	background: #ffffff;
}

.single-service_city .svc-topcta--green .svc-topcta__phone:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.65);
	outline-offset: 4px;
}

.single-service_city .svc-cta {
	display: inline-flex;
	flex-direction: column;
	gap: 0.15rem;
	text-decoration: none;
	border-radius: 16px;
	padding: 0.9rem 1rem;
	border: 2px solid rgba(37, 99, 235, 0.18);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.single-service_city .svc-cta__label {
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.single-service_city .svc-cta__value {
	font-weight: 950;
	font-variant-numeric: tabular-nums lining-nums;
	font-size: 1.35rem;
	letter-spacing: 0.02em;
}

.single-service_city .svc-cta--primary {
	background: rgba(255, 255, 255, 0.98);
	color: rgba(15, 23, 42, 0.96);
}

.single-service_city .svc-cta--inverse {
	background: rgba(255, 255, 255, 0.98);
	color: rgba(15, 23, 42, 0.96);
}

.single-service_city .svc-cta:focus-visible {
	outline: 3px solid rgba(250, 204, 21, 0.45);
	outline-offset: 3px;
}

/* Benefits & Trust background */
.single-service_city .svc-section--benefits,
.single-service_city .svc-section--trust,
.single-service_city .svc-section--how {
	background:
		radial-gradient(1000px 520px at 15% 0%, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0) 60%),
		radial-gradient(1000px 640px at 85% 0%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 58%),
		linear-gradient(180deg, rgba(15, 23, 42, 0.00) 0%, rgba(15, 23, 42, 0.02) 100%);
}

/* Content layout */
.single-service_city .svc-layout {
	display: grid;
	/* Reduce sidebar width: prevent main content from feeling "schiacciato" on desktop. */
	grid-template-columns: minmax(0, 1fr) clamp(280px, 24vw, 360px);
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: start;
}

.single-service_city .svc-prose {
	max-width: 72ch;
}

.single-service_city .svc-prose p:first-of-type::first-letter {
	float: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	color: inherit;
	text-shadow: none;
}

.single-service_city .svc-callout {
	border-radius: var(--svc-radius);
	border: 1px solid rgba(37, 99, 235, 0.16);
	background:
		radial-gradient(520px 220px at 20% 0%, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
	box-shadow: var(--svc-shadow);
	padding: 1.2rem;
	position: relative;
	overflow: hidden;
}

.single-service_city .svc-topflow .svc-callout {
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.14);
	border-color: rgba(37, 99, 235, 0.20);
}

.single-service_city .svc-callout::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: linear-gradient(180deg, rgba(16, 185, 129, 0.92), rgba(96, 165, 250, 0.92));
	opacity: 0.95;
}

.single-service_city .svc-callout::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.28;
	background:
		radial-gradient(420px 220px at 85% 10%, rgba(16, 185, 129, 0.14), rgba(16, 185, 129, 0) 60%),
		radial-gradient(520px 260px at 30% 90%, rgba(96, 165, 250, 0.14), rgba(96, 165, 250, 0) 58%);
}

.single-service_city .svc-callout > * {
	position: relative;
	z-index: 1;
}

/* Desktop: il box in sidebar resta visibile durante lo scroll */
@media (min-width: 1025px) {
	/* In CSS Grid: serve che l'aside sia alto quanto la colonna contenuto,
	   altrimenti lo sticky non ha “spazio” per attivarsi. */
	.single-service_city .svc-aside {
		align-self: stretch;
	}

	.single-service_city .svc-aside .svc-callout {
		position: sticky;
		top: calc(var(--scx-header-offset, 72px) + 24px);
	}
}

.single-service_city .svc-callout__kicker {
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.78rem;
	color: rgba(37, 99, 235, 0.90);
	margin-bottom: 0.45rem;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(16, 185, 129, 0.10);
	border: 1px solid rgba(16, 185, 129, 0.18);
}

.single-service_city .svc-callout__kicker::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.92);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
	flex: 0 0 auto;
}

.single-service_city .svc-callout__title {
	margin: 0 0 0.6rem;
	font-size: clamp(1.15rem, 1.35vw, 1.35rem);
	line-height: 1.2;
	font-weight: 950;
	letter-spacing: -0.01em;
	text-wrap: balance;
}

.single-service_city .svc-callout__text {
	margin: 0 0 1rem;
	color: rgba(15, 23, 42, 0.72);
	line-height: 1.7;
}

.single-service_city .svc-callout__alert {
	margin: 0 0 0.75rem;
	padding: 0.55rem 0.75rem;
	border-radius: 14px;
	background: rgba(239, 68, 68, 0.10);
	border: 1px solid rgba(239, 68, 68, 0.22);
	color: rgba(127, 29, 29, 0.95);
	font-weight: 900;
	line-height: 1.25;
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.single-service_city .svc-callout__alert::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(239, 68, 68, 0.95);
	box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
	flex: 0 0 auto;
}

.single-service_city .svc-callout__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0.25rem 0 1rem;
	padding: 0;
	list-style: none;
}

.single-service_city .svc-callout__trust li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.6rem;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.08);
	border: 1px solid rgba(37, 99, 235, 0.14);
	color: rgba(15, 23, 42, 0.78);
	font-weight: 850;
	font-size: 0.9rem;
}

.single-service_city .svc-callout__trust li::before {
	content: "✓";
	width: 18px;
	height: 18px;
	border-radius: 8px;
	display: grid;
	place-items: center;
	background: rgba(37, 99, 235, 0.12);
	border: 1px solid rgba(37, 99, 235, 0.18);
	color: rgba(37, 99, 235, 0.95);
	flex: 0 0 auto;
	font-weight: 950;
	font-size: 0.9em;
}

.single-service_city .svc-callout__note {
	margin: 0.8rem 0 0;
	color: rgba(15, 23, 42, 0.62);
	line-height: 1.45;
	font-size: 0.95rem;
}

.single-service_city .svc-callout--urgent {
	/* Premium urgent card: clean, readable, with a strong red accent. */
	border-color: rgba(239, 68, 68, 0.28);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(255, 255, 255, 0.94));
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14);
}

.single-service_city .svc-callout--urgent::before {
	background: linear-gradient(180deg, rgba(239, 68, 68, 0.95), rgba(185, 28, 28, 0.95));
}

.single-service_city .svc-callout--urgent::after {
	/* Reduce visual noise: keep a subtle tint only. */
	opacity: 0.14;
	background: radial-gradient(560px 260px at 85% 0%, rgba(239, 68, 68, 0.16), rgba(239, 68, 68, 0) 62%);
}

.single-service_city .svc-callout--urgent .svc-callout__kicker {
	background: rgba(239, 68, 68, 0.10);
	border-color: rgba(239, 68, 68, 0.22);
	color: rgba(127, 29, 29, 0.96);
	box-shadow: none;
}

.single-service_city .svc-callout--urgent .svc-callout__kicker::before {
	background: rgba(239, 68, 68, 0.92);
	box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.single-service_city .svc-callout--urgent .svc-callout__trust li {
	background: rgba(239, 68, 68, 0.08);
	border-color: rgba(239, 68, 68, 0.16);
}

.single-service_city .svc-callout--urgent .svc-callout__trust li::before {
	background: rgba(239, 68, 68, 0.14);
	border-color: rgba(239, 68, 68, 0.22);
	color: rgba(185, 28, 28, 0.95);
}

.single-service_city .svc-callout--urgent .svc-callout__micro {
	/* Avoid repeating the same H24 line twice (it's already in the alert). */
	display: none;
}

.single-service_city .svc-callout--urgent .svc-callout__alert {
	/* Compact “availability” pill: no ribbon, no shouting. */
	margin-bottom: 0.75rem;
	padding: 0.6rem 0.75rem;
	border-radius: 999px;
	background: rgba(239, 68, 68, 0.08);
	border: 1px solid rgba(239, 68, 68, 0.22);
	color: rgba(127, 29, 29, 0.96);
	font-size: 0.86rem;
	letter-spacing: 0.01em;
	text-transform: none;
	line-height: 1.2;
}

.single-service_city .svc-callout--urgent .svc-callout__alert::before {
	content: "24H";
	width: auto;
	height: 24px;
	padding: 0 0.55rem;
	border-radius: 999px;
	display: inline-grid;
	place-items: center;
	background: rgba(185, 28, 28, 0.92);
	border: 1px solid rgba(185, 28, 28, 0.28);
	color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 10px 22px rgba(185, 28, 28, 0.18);
	font-weight: 950;
	font-size: 0.75em;
	letter-spacing: 0.10em;
}

.single-service_city .svc-callout--urgent .svc-callout__title {
	margin-top: 0.1rem;
	font-size: clamp(1.25rem, 1.7vw, 1.55rem);
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.single-service_city .svc-callout--urgent .svc-callout__text {
	margin-bottom: 0.9rem;
	color: rgba(15, 23, 42, 0.74);
}

.single-service_city .svc-callout--urgent .svc-cta {
	/* Slightly bigger tap target + clearer hierarchy. */
	padding: 0.95rem 1.05rem;
	border-radius: 18px;
}

.single-service_city .svc-callout--urgent .svc-cta,
.single-service_city .svc-topflow .svc-callout--urgent .svc-cta {
	/* Premium phone button: icon left, label+number stacked. */
	width: 100%;
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 0.75rem;
	border-color: rgba(239, 68, 68, 0.22);
	background: var(--scx-urgent-grad);
	box-shadow: var(--scx-urgent-shadow);
	position: relative;
	isolation: isolate;
}

.single-service_city .svc-callout--urgent .svc-cta__label,
.single-service_city .svc-callout--urgent .svc-cta__value {
	color: rgba(255, 255, 255, 0.98);
}

.single-service_city .svc-callout--urgent .svc-cta__label {
	font-weight: 950;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.74rem;
	grid-column: 2;
	grid-row: 1;
	line-height: 1.1;
}

.single-service_city .svc-callout--urgent .svc-cta__value {
	font-weight: 950;
	font-variant-numeric: tabular-nums lining-nums;
	font-size: 1.55rem;
	letter-spacing: 0.03em;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.05;
}

.single-service_city .svc-callout--urgent .svc-cta::before {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.24);
	color: rgba(255, 255, 255, 0.98);
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: center;
}

.single-service_city .svc-callout--urgent .svc-cta::after {
	/* Subtle shine (static, no pulse). */
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 55%);
	opacity: 0.55;
	mix-blend-mode: overlay;
	pointer-events: none;
}

.single-service_city .svc-callout--urgent .svc-cta:hover,
.single-service_city .svc-topflow .svc-callout--urgent .svc-cta:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.30);
	box-shadow: var(--scx-urgent-shadow-hover);
	background: var(--scx-urgent-grad);
}

.single-service_city .svc-callout__bullets {
	margin: 0.2rem 0 1rem;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.5rem;
}

.single-service_city .svc-callout__bullets li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	padding: 0.55rem 0.75rem;
	border-radius: 14px;
	border: 1px solid rgba(15, 23, 42, 0.10);
	background: rgba(255, 255, 255, 0.92);
	color: rgba(15, 23, 42, 0.80);
	line-height: 1.25;
	font-weight: 750;
	overflow-wrap: anywhere;
}

.single-service_city .svc-callout__bullets li::before {
	content: "✓";
	width: 24px;
	height: 24px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: rgba(16, 185, 129, 0.14);
	border: 1px solid rgba(16, 185, 129, 0.22);
	color: rgba(16, 185, 129, 0.95);
	flex: 0 0 auto;
	font-weight: 950;
}

.single-service_city .svc-callout__micro {
	margin: 0.25rem 0 0;
	font-size: 0.92rem;
	color: rgba(15, 23, 42, 0.62);
}

.single-service_city .svc-callout .svc-cta {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 0.75rem;
	padding: 0.8rem 1rem;
	border-radius: 16px;
	border: 2px solid rgba(16, 185, 129, 0.28);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.single-service_city .svc-topflow .svc-callout .svc-cta {
	width: 100%;
	justify-content: space-between;
	border-color: rgba(16, 185, 129, 0.22);
	background: linear-gradient(135deg, rgba(16, 185, 129, 0.96) 0%, rgba(37, 99, 235, 0.92) 100%);
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
}

.single-service_city .svc-topflow .svc-callout .svc-cta__label,
.single-service_city .svc-topflow .svc-callout .svc-cta__value {
	color: rgba(255, 255, 255, 0.98);
}

.single-service_city .svc-topflow .svc-callout .svc-cta::before {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.98);
}

.single-service_city .svc-topflow .svc-callout .svc-cta:hover {
	border-color: rgba(255, 255, 255, 0.28);
}

.single-service_city .svc-topflow .svc-callout--urgent .svc-cta {
	/* Override the generic topflow CTA (keep urgent button RED). */
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 0.75rem;
	justify-content: initial;

	border-color: rgba(239, 68, 68, 0.22);
	background: var(--scx-urgent-grad);
	box-shadow: var(--scx-urgent-shadow);
}

.single-service_city .svc-topflow .svc-callout--urgent .svc-cta__label,
.single-service_city .svc-topflow .svc-callout--urgent .svc-cta__value {
	color: rgba(255, 255, 255, 0.98);
}

.single-service_city .svc-topflow .svc-callout--urgent .svc-cta::before {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.24);
	color: rgba(255, 255, 255, 0.98);
}

.single-service_city .svc-topflow .svc-callout--urgent .svc-cta:hover {
	border-color: rgba(255, 255, 255, 0.30);
	box-shadow: var(--scx-urgent-shadow-hover);
}

.single-service_city .svc-callout .svc-cta::before {
	content: "☎";
	width: 36px;
	height: 36px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(16, 185, 129, 0.14);
	border: 1px solid rgba(16, 185, 129, 0.22);
	color: rgba(16, 185, 129, 0.95);
	flex: 0 0 auto;
}

.single-service_city .svc-callout .svc-cta__label {
	font-size: 0.78rem;
}

.single-service_city .svc-callout .svc-cta__value {
	font-size: 1.25rem;
}

.single-service_city .svc-callout:not(.svc-callout--urgent) .svc-cta:hover {
	transform: translateY(-1px);
	border-color: rgba(16, 185, 129, 0.40);
	background: #ffffff;
}

/* Steps */
.single-service_city .svc-steps {
	display: grid;
	/* Desktop: 4 cards in one row */
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.single-service_city .svc-step {
	border-radius: var(--svc-radius);
	border: 1px solid var(--svc-border);
	background: var(--svc-surface);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	padding: 1.1rem;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.9rem;
}

.single-service_city .svc-step__num {
	width: 44px;
	height: 44px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	font-weight: 950;
	color: #ffffff;
	background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 55%, #60a5fa 100%);
}

.single-service_city .svc-step__title {
	margin: 0 0 0.35rem;
	font-size: 1.1rem;
	font-weight: 900;
}

.single-service_city .svc-step__text p {
	margin: 0;
	color: var(--svc-muted);
}

/* Guarantees */
.single-service_city .svc-panel {
	border-radius: var(--svc-radius);
	border: 1px solid rgba(37, 99, 235, 0.14);
	background:
		/* “Section 1” palette: keep it blue-only for full uniformity. */
		radial-gradient(900px 420px at 18% 0%, rgba(37, 99, 235, 0.16), rgba(37, 99, 235, 0) 60%),
		radial-gradient(900px 520px at 85% 10%, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0) 58%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92));
	box-shadow: 0 16px 46px rgba(15, 23, 42, 0.08);
	padding: clamp(1rem, 2.2vw, 1.35rem);
	position: relative;
	overflow: hidden;
}

.single-service_city .svc-section--guarantees .svc-panel::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
	background: linear-gradient(90deg, rgba(15, 42, 107, 0.95), rgba(30, 64, 175, 0.90), rgba(37, 99, 235, 0.88), rgba(96, 165, 250, 0.82));
	opacity: 0.85;
}

.single-service_city .svc-section--guarantees .svc-guarantees__grid {
	margin-top: 1rem;
}

.single-service_city .svc-section--guarantees .svc-card.svc-guarantee {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 0.9rem;
	align-items: start;
	padding: 1.05rem 1.1rem;
	border-radius: var(--svc-radius);
	border: 1px solid rgba(37, 99, 235, 0.14);
	background:
		radial-gradient(680px 240px at 15% 0%, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0) 58%),
		radial-gradient(760px 260px at 85% 10%, rgba(96, 165, 250, 0.16), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.10);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.single-service_city .svc-section--guarantees .svc-card.svc-guarantee::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.20;
	background:
		radial-gradient(420px 200px at 85% 15%, rgba(37, 99, 235, 0.12), rgba(37, 99, 235, 0) 60%),
		radial-gradient(520px 240px at 25% 95%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 58%);
}

.single-service_city .svc-section--guarantees .svc-card.svc-guarantee:hover {
	transform: translateY(-2px);
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14);
}

.single-service_city .svc-section--guarantees .svc-guarantee__icon {
	width: 44px;
	height: 44px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	font-size: 1.2rem;
	line-height: 1;
	/* Uniform “section 1” look: one consistent blue badge. */
	background: linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	border: 1px solid rgba(37, 99, 235, 0.22);
	color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
	grid-column: 1;
	grid-row: 1;
	margin-top: 0.1rem;
}

/* Keep all guarantee icons consistent (no per-card colors). */

.single-service_city .svc-section--guarantees .svc-guarantee .svc-card__title {
	grid-column: 2;
	margin: 0.05rem 0 0.2rem;
	font-weight: 950;
	letter-spacing: -0.01em;
	line-height: 1.15;
}

.single-service_city .svc-section--guarantees .svc-guarantee__body {
	max-width: none;
	grid-column: 2;
}

.single-service_city .svc-section--guarantees .svc-guarantee__body p {
	margin: 0.25rem 0 0;
	color: var(--svc-muted);
	line-height: 1.6;
}

.single-service_city .svc-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.single-service_city .svc-checklist li {
	border-radius: 16px;
	border: 1px solid rgba(37, 99, 235, 0.12);
	background:
		radial-gradient(640px 220px at 15% 0%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
	padding: 0.95rem;
	color: var(--svc-muted);
}

/* FAQ */
.single-service_city .svc-faq {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

.single-service_city .svc-faq__item {
	border-radius: var(--svc-radius);
	border: 1px solid rgba(37, 99, 235, 0.14);
	background:
		radial-gradient(720px 240px at 15% 0%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
	overflow: hidden;
}

.single-service_city .svc-faq__item:hover {
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 20px 52px rgba(15, 23, 42, 0.10);
	transform: translateY(-1px);
}

.single-service_city .svc-faq__item[open] {
	border-color: rgba(37, 99, 235, 0.26);
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.single-service_city .svc-faq__question {
	cursor: pointer;
	list-style: none;
	padding: 1.05rem 1.15rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-weight: 900;
	color: var(--svc-ink);
}

.single-service_city .svc-faq__question::-webkit-details-marker {
	display: none;
}

.single-service_city .svc-faq__icon {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(37, 99, 235, 0.10);
	position: relative;
	flex: 0 0 auto;
}

.single-service_city .svc-faq__icon::before,
.single-service_city .svc-faq__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	background: rgba(37, 99, 235, 0.95);
	transform: translate(-50%, -50%);
	border-radius: 2px;
}

.single-service_city .svc-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.single-service_city .svc-faq__item[open] .svc-faq__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.single-service_city .svc-faq__answer {
	padding: 0 1.15rem 1.15rem;
	color: var(--svc-muted);
}

/* ---------- Related services (make it distinct from FAQ) ---------- */
.single-service_city .related-sections-wrapper {
	background: transparent;
	/* Align with other sections' container width */
	width: min(1160px, 100%);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(2.25rem, 4.5vw, 3.5rem) clamp(16px, 3vw, 28px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.9rem, 2.2vw, 1.35rem);
	align-items: stretch;
	grid-auto-rows: 1fr;
}

.single-service_city .block-services-same-city {
	background: transparent;
	padding: 0;
}

/* Make Nearby Cities match the "Altri Servizi" look */
.single-service_city .block-nearby-cities {
	background: transparent;
	padding: 0;
}

.single-service_city .related-sections-wrapper > section {
	margin: 0;
	height: 100%;
}

/* If only one section is present, let it span full width */
.single-service_city .related-sections-wrapper > section:only-child {
	grid-column: 1 / -1;
}

.single-service_city .related-sections-wrapper > section:only-child .related-services-list,
.single-service_city .related-sections-wrapper > section:only-child .related-cities-list {
	/* When only one panel exists (e.g. Verona), use the available width */
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-service_city .related-sections-wrapper > section > .container {
	/* Avoid "container inside grid" odd widths/padding */
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(1.05rem, 2.6vw, 1.55rem) !important;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.single-service_city .related-sections-wrapper > section > .container > .section-header {
	flex: 0 0 auto;
}

.single-service_city .related-sections-wrapper > section > .container > .related-services-list,
.single-service_city .related-sections-wrapper > section > .container > .related-cities-list {
	flex: 1 1 auto;
}

.single-service_city .block-services-same-city .container {
	border-radius: calc(var(--svc-radius) + 10px);
	border: 1px solid rgba(15, 23, 42, 0.10);
	background:
		radial-gradient(900px 420px at 15% 0%, rgba(16, 185, 129, 0.10), rgba(16, 185, 129, 0) 60%),
		radial-gradient(900px 420px at 85% 10%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	padding: clamp(1.1rem, 2.8vw, 1.65rem);
	position: relative;
	overflow: hidden;
}

.single-service_city .block-nearby-cities .container {
	border-radius: calc(var(--svc-radius) + 10px);
	border: 1px solid rgba(15, 23, 42, 0.10);
	background:
		radial-gradient(900px 420px at 15% 0%, rgba(16, 185, 129, 0.10), rgba(16, 185, 129, 0) 60%),
		radial-gradient(900px 420px at 85% 10%, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0) 60%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	padding: clamp(1.1rem, 2.8vw, 1.65rem);
	position: relative;
	overflow: hidden;
}

.single-service_city .block-nearby-cities .container::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
	background: linear-gradient(90deg, rgba(16, 185, 129, 0.95), rgba(96, 165, 250, 0.85));
	opacity: 0.85;
	z-index: 0;
}

.single-service_city .block-nearby-cities .container::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	opacity: 0.14;
	background: url('data:image/svg+xml,<svg width="220" height="220" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="mapgrid2" width="220" height="220" patternUnits="userSpaceOnUse"><path d="M0 44h220M0 88h220M0 132h220M0 176h220M44 0v220M88 0v220M132 0v220M176 0v220" stroke="rgba(16,185,129,0.12)" stroke-width="1"/><circle cx="44" cy="88" r="2" fill="rgba(16,185,129,0.16)"/><circle cx="132" cy="44" r="2" fill="rgba(16,185,129,0.16)"/><circle cx="176" cy="132" r="2" fill="rgba(16,185,129,0.16)"/><path d="M44 88 L132 44 L176 132" stroke="rgba(16,185,129,0.10)" stroke-width="1" fill="none"/></pattern></defs><rect width="100%%" height="100%%" fill="url(%23mapgrid2)"/></svg>');
	z-index: 0;
}

.single-service_city .block-nearby-cities .container > * {
	position: relative;
	z-index: 1;
}

.single-service_city .block-nearby-cities .section-header {
	text-align: left;
	margin-bottom: 1.1rem;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.85rem 1rem;
	align-items: start;
}

.single-service_city .block-nearby-cities .section-header h2,
.single-service_city .block-nearby-cities .section-header p {
	grid-column: 2;
}

.single-service_city .block-nearby-cities .section-header h2 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	letter-spacing: -0.02em;
}

.single-service_city .block-nearby-cities .section-header p {
	margin: 0;
	color: rgba(15, 23, 42, 0.68);
}

.single-service_city .block-nearby-cities .block-services-same-city__localmark {
	grid-column: 1;
	grid-row: 1 / span 2;
	background: rgba(16, 185, 129, 0.12);
	border-color: rgba(16, 185, 129, 0.18);
	color: rgba(16, 185, 129, 0.95);
}

.single-service_city .block-nearby-cities .related-cities-list {
	margin-top: 1rem;
	display: grid;
	/* Inside a 2-col layout, keep lists readable */
	grid-template-columns: 1fr;
	gap: 0.7rem;
}

.single-service_city .block-nearby-cities .related-city-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.85rem 0.95rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.10);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	transform: none;
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.single-service_city .block-nearby-cities .related-city-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(16, 185, 129, 0.9), rgba(96, 165, 250, 0.9));
	opacity: 0.9;
}

.single-service_city .block-nearby-cities .related-city-item:hover {
	transform: translateY(-2px);
	border-color: rgba(16, 185, 129, 0.22);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.single-service_city .block-nearby-cities .related-city-icon {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(16, 185, 129, 0.12);
	color: rgba(16, 185, 129, 0.92);
}

.single-service_city .block-nearby-cities .related-city-item:hover .related-city-icon {
	background: rgba(16, 185, 129, 0.16);
	color: rgba(16, 185, 129, 0.96);
	transform: none;
}

.single-service_city .block-nearby-cities .related-city-full {
	font-size: 0.98rem;
	font-weight: 950;
	color: rgba(15, 23, 42, 0.96);
	display: block;
}

.single-service_city .block-nearby-cities .related-city-arrow {
	opacity: 0.55;
	color: rgba(16, 185, 129, 0.95);
	transition: transform 0.16s ease, opacity 0.16s ease;
}

.single-service_city .block-nearby-cities .related-city-item:hover .related-city-arrow {
	transform: translateX(3px);
	opacity: 1;
}

.single-service_city .block-services-same-city .section-header {
	text-align: left;
	margin-bottom: 1.1rem;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.85rem 1rem;
	align-items: start;
}

.single-service_city .block-services-same-city .section-header h2 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	letter-spacing: -0.02em;
	grid-column: 2;
}

.single-service_city .block-services-same-city .section-header p {
	margin: 0;
	color: rgba(15, 23, 42, 0.68);
	grid-column: 2;
}

.single-service_city .block-services-same-city .block-services-same-city__localmark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: rgba(16, 185, 129, 0.12);
	border: 1px solid rgba(16, 185, 129, 0.18);
	color: rgba(16, 185, 129, 0.95);
	grid-column: 1;
	grid-row: 1 / span 2;
}

.single-service_city .block-services-same-city .container::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	opacity: 0.18;
	background: url('data:image/svg+xml,<svg width="220" height="220" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="mapgrid" width="220" height="220" patternUnits="userSpaceOnUse"><path d="M0 44h220M0 88h220M0 132h220M0 176h220M44 0v220M88 0v220M132 0v220M176 0v220" stroke="rgba(16,185,129,0.12)" stroke-width="1"/><circle cx="44" cy="88" r="2" fill="rgba(16,185,129,0.16)"/><circle cx="132" cy="44" r="2" fill="rgba(16,185,129,0.16)"/><circle cx="176" cy="132" r="2" fill="rgba(16,185,129,0.16)"/><path d="M44 88 L132 44 L176 132" stroke="rgba(16,185,129,0.10)" stroke-width="1" fill="none"/></pattern></defs><rect width="100%%" height="100%%" fill="url(%23mapgrid)"/></svg>');
	z-index: 0;
}

.single-service_city .block-services-same-city .container::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
	background: linear-gradient(90deg, rgba(16, 185, 129, 0.95), rgba(96, 165, 250, 0.85));
	opacity: 0.85;
	z-index: 0;
}

.single-service_city .block-services-same-city .container > * {
	position: relative;
	z-index: 1;
}

.single-service_city .block-services-same-city .related-services-list {
	margin-top: 1rem;
	display: grid;
	/* Inside a 2-col layout, keep lists readable */
	grid-template-columns: 1fr;
	gap: 0.7rem;
}

.single-service_city .block-services-same-city .related-service-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.85rem 0.95rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.10);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	transform: none;
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.single-service_city .block-services-same-city .related-service-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(16, 185, 129, 0.9), rgba(96, 165, 250, 0.9));
	opacity: 0.9;
}

.single-service_city .block-services-same-city .related-service-item:hover {
	transform: translateY(-2px);
	border-color: rgba(16, 185, 129, 0.22);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.single-service_city .block-services-same-city .related-service-icon {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(16, 185, 129, 0.12);
	color: rgba(16, 185, 129, 0.92);
}

.single-service_city .block-services-same-city .related-service-item:hover .related-service-icon {
	background: rgba(16, 185, 129, 0.16);
	color: rgba(16, 185, 129, 0.96);
	transform: none;
}

.single-service_city .block-services-same-city .related-service-full {
	font-size: 0.98rem;
	font-weight: 950;
}

.single-service_city .block-services-same-city .related-service-arrow {
	opacity: 0.55;
	color: rgba(16, 185, 129, 0.95);
	transition: transform 0.16s ease, opacity 0.16s ease;
}

.single-service_city .block-services-same-city .related-service-item:hover .related-service-arrow {
	transform: translateX(3px);
	opacity: 1;
}

/* Final */
.single-service_city .svc-final {
	border-radius: calc(var(--svc-radius) + 6px);
	overflow: hidden;
	background:
		radial-gradient(900px 420px at 15% 0%, rgba(250, 204, 21, 0.18), rgba(250, 204, 21, 0) 60%),
		radial-gradient(780px 420px at 85% 10%, rgba(96, 165, 250, 0.20), rgba(96, 165, 250, 0) 58%),
		linear-gradient(135deg, #0f2a6b 0%, #1e40af 55%, #2563eb 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.22);
}

.single-service_city .svc-final__content {
	padding: clamp(1.5rem, 4vw, 2.25rem);
	color: rgba(255, 255, 255, 0.96);
	max-width: 980px;
	margin: 0 auto;
}

.single-service_city .svc-final__badge {
	display: inline-flex;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(10px);
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.78rem;
	margin-bottom: 0.85rem;
}

.single-service_city .svc-final__title {
	margin: 0 0 0.65rem;
	color: rgba(255, 255, 255, 0.98);
	font-weight: 950;
	letter-spacing: -0.02em;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.15;
	text-transform: uppercase;
}

.single-service_city .svc-final__text {
	margin: 0 0 1.25rem;
	color: rgba(255, 255, 255, 0.88);
	max-width: 68ch;
}

/* Responsive */
@media (max-width: 1100px) {
	.single-service_city .svc-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.single-service_city .svc-section--benefits .container {
		grid-template-columns: 1fr;
	}
	.single-service_city .svc-section--benefits .svc-header {
		text-align: center;
	}
	.single-service_city .svc-section--trust .container {
		grid-template-columns: 1fr;
	}
	.single-service_city .svc-section--trust .svc-header {
		text-align: center;
	}
	.single-service_city .svc-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.single-service_city .svc-section--guarantees .svc-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.single-service_city .block-services-same-city .related-services-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.single-service_city .block-nearby-cities .related-cities-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.single-service_city .related-sections-wrapper {
		grid-template-columns: 1fr;
	}
	.single-service_city .related-sections-wrapper > section:only-child .related-services-list,
	.single-service_city .related-sections-wrapper > section:only-child .related-cities-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.single-service_city .svc-layout {
		grid-template-columns: 1fr;
	}
	.single-service_city .svc-steps {
		grid-template-columns: 1fr;
	}
	/* Mobile/tablet: guarantees must be 1 card per row */
	.single-service_city .svc-section--guarantees .svc-grid--3,
	.single-service_city .svc-section--guarantees .svc-grid--4 {
		grid-template-columns: 1fr;
	}
	.single-service_city .svc-section--guarantees .svc-checklist {
		grid-template-columns: 1fr;
	}
	.single-service_city .svc-faq {
		grid-template-columns: 1fr;
	}
	.single-service_city .block-services-same-city .related-services-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.single-service_city .svc-grid--4,
	.single-service_city .svc-grid--3,
	.single-service_city .svc-grid--2 {
		grid-template-columns: 1fr;
	}
	.single-service_city .svc-checklist {
		grid-template-columns: 1fr;
	}
}

/* Mobile-only: boxes must be full width (no columns) */
@media (max-width: 768px) {
	/* Garanzie: 3 box stacked */
	.single-service_city .svc-section--guarantees .svc-grid--3,
	.single-service_city .svc-section--guarantees .svc-grid--4 {
		grid-template-columns: 1fr !important;
	}

	/* “Pagine locali utili” + “Comuni vicini”: stack items */
	.single-service_city .block-services-same-city .related-services-list,
	.single-service_city .block-nearby-cities .related-cities-list {
		grid-template-columns: 1fr !important;
	}

	.single-service_city .block-services-same-city .related-service-item,
	.single-service_city .block-nearby-cities .related-city-item {
		width: 100%;
	}
}