html {
	scroll-padding-top: 110px;
}

.contact-form-card#anfrage {
	scroll-margin-top: 124px;
}

#marken .brands {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: min(100%, 1080px);
	margin: 38px auto 0;
	padding: clamp(24px, 3vw, 34px);
	background:
		linear-gradient(135deg, rgba(226, 0, 26, 0.055), transparent 42%),
		#fff;
	border: 2px solid rgba(22, 22, 24, 0.14);
	border-top: 6px solid var(--c-primary);
	border-left: 6px solid var(--c-accent);
	box-shadow: 10px 10px 0 rgba(22, 22, 24, 0.1);
}

#marken .brands::before {
	content: "gängige Hersteller";
	position: absolute;
	left: 24px;
	top: -19px;
	padding: 8px 14px;
	background: var(--c-primary);
	color: #fff;
	font-family: var(--font-head);
	font-size: 0.78rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 5px 5px 0 rgba(22, 22, 24, 0.18);
}

#marken .brands[style] {
	justify-content: initial !important;
	margin-top: 24px !important;
}

#marken .brand {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 18px;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid rgba(22, 22, 24, 0.14);
	box-shadow: 4px 4px 0 rgba(22, 22, 24, 0.06);
	color: var(--c-text);
	font-size: clamp(0.82rem, 0.35vw + 0.74rem, 0.96rem);
	letter-spacing: 0.07em;
	line-height: 1;
	text-align: center;
	transform: none;
	transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#marken .brand::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--c-accent);
}

#marken .brand:hover {
	z-index: 1;
	background: var(--c-accent);
	border-color: var(--c-accent);
	box-shadow: 5px 5px 0 rgba(226, 0, 26, 0.55);
	color: #fff;
	transform: translate(-2px, -2px);
}

@media (max-width: 760px) {
	#marken .brands {
		gap: 8px;
		margin-top: 28px;
		padding: 22px 14px 16px;
		box-shadow: 6px 6px 0 rgba(22, 22, 24, 0.1);
	}

	#marken .brand {
		min-height: 44px;
		padding: 10px 12px;
		font-size: clamp(0.76rem, 3.1vw, 0.94rem);
		letter-spacing: 0.06em;
	}
}

@media (max-width: 520px) {
	#marken .brands {
		justify-content: flex-start;
	}

	#marken .brand {
		flex: 1 1 calc(50% - 8px);
	}
}

body.ambulanz-rendered {
	margin: 0;
	background: #ffffff;
}

.ambulanz-site {
	min-height: 100vh;
}

.ambulanz-site .logo img {
	object-fit: contain;
}

.header .logo,
.lp-header .logo {
	padding: 9px 16px;
	box-shadow: 7px 7px 0 rgba(226, 0, 26, .9);
}

.header .logo img,
.lp-header .logo img {
	height: clamp(48px, 3.3vw, 58px);
	max-width: 210px;
}

.ambulanz-site .logo--footer img {
	height: clamp(58px, 5.8vw, 74px);
	max-width: min(260px, 100%);
	object-fit: contain;
}

.team-card__body {
	min-height: 96px;
}

.team-card__body span {
	display: block;
	margin-top: 6px;
	max-width: 100%;
	font-size: clamp(0.76rem, 0.35vw + 0.68rem, 0.9rem);
	letter-spacing: 0.075em;
	line-height: 1.35;
}

.device-sales {
	padding-block: clamp(42px, 5vw, 68px);
}

.device-sales__inner {
	align-items: center;
	gap: clamp(28px, 4vw, 58px);
}

.device-sales h2 {
	max-width: 560px;
	font-size: clamp(1.9rem, 2.45vw, 3.15rem);
}

.device-sales p {
	max-width: 620px;
	margin-top: 14px;
	color: var(--c-text-soft);
}

.device-sales__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 20px;
}

.device-sales__facts span {
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 10px 12px;
	background: #fff;
	border: 2px solid var(--c-border);
	border-left: 4px solid var(--c-primary);
	font-family: var(--font-head);
	font-size: 0.86rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.device-sales__actions {
	margin-top: 20px;
}

.device-sales .photo-frame {
	max-width: 460px;
	justify-self: end;
}

.header .container {
	gap: 18px;
}

.nav {
	align-items: stretch;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.nav a {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	font-size: clamp(0.88rem, 0.55vw + 0.72rem, 1.02rem);
	padding-inline: 10px;
}

.header__cta {
	flex: 0 0 auto;
}

.header__phone a {
	font-size: clamp(1.08rem, 0.45vw + 0.9rem, 1.22rem);
}

.site-menu-short-label {
	display: none;
}

.quickbar form {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: end;
}

.quickbar select[name="geraet"],
.quickbar .btn {
	grid-column: span 2;
}

.quickbar input[name="email"] {
	grid-column: span 2;
}

.quickbar input,
.quickbar select,
.quickbar .btn,
.form input,
.form select,
.form textarea {
	width: 100%;
	min-height: 58px;
}

.quickbar select,
.form select {
	appearance: none;
	-webkit-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #8d8d94 50%),
		linear-gradient(135deg, #8d8d94 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 50%,
		calc(100% - 12px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 34px;
}

.quickbar input,
.quickbar select,
.form input,
.form select,
.form textarea {
	color: #161618;
	-webkit-text-fill-color: #161618;
	caret-color: #161618;
}

.quickbar input:focus,
.quickbar select:focus,
.form input:focus,
.form select:focus,
.form textarea:focus {
	color: #161618;
	-webkit-text-fill-color: #161618;
	background-color: #fff;
}

.quickbar input::placeholder,
.form input::placeholder,
.form textarea::placeholder {
	color: #8a8a91;
	-webkit-text-fill-color: #8a8a91;
	opacity: 1;
}

.quickbar input:-webkit-autofill,
.form input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #161618;
}

.form__row {
	align-items: stretch;
}

.phone-footnote,
.hero__note {
	color: #8d8d94;
	font-size: 0.88rem;
	line-height: 1.45;
}

.phone-missing {
	color: inherit;
	font-weight: 700;
}

.ambulanz-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ambulanz-privacy-field {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: inherit;
	font-family: var(--font-head);
	font-size: 0.98rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ambulanz-privacy-field input {
	width: 16px;
	height: 16px;
	min-height: 16px;
	margin-top: 0.18em;
	flex: none;
	accent-color: var(--c-accent);
}

.ambulanz-privacy-field a {
	color: var(--c-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.quickbar .ambulanz-privacy-field {
	grid-column: 1 / -1;
	color: #ffffff;
	margin-top: 4px;
}

.quickbar .ambulanz-privacy-field::before {
	content: "//";
	color: var(--c-accent);
	margin-right: 2px;
}

.ambulanz-captcha-slot {
	grid-column: 1 / -1;
}

.ambulanz-captcha-slot:empty {
	display: none;
}

.ambulanz-blog-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(48px, 6vw, 76px);
	border-top: 3px solid var(--c-accent);
	background:
		linear-gradient(112deg, rgba(226, 0, 26, .18) 0 28%, transparent 28% 100%),
		var(--c-primary);
	text-align: left;
}

.ambulanz-blog-hero::after {
	content: "";
	position: absolute;
	right: -14vw;
	bottom: -18vw;
	width: 42vw;
	height: 42vw;
	background: rgba(226, 0, 26, .18);
	transform: skewX(var(--skew));
	pointer-events: none;
}

.ambulanz-blog-hero .container {
	position: relative;
	z-index: 1;
	max-width: var(--container);
}

.ambulanz-blog-hero .breadcrumb {
	margin-bottom: 18px;
	color: rgba(255, 255, 255, .66);
}

.ambulanz-blog-hero .breadcrumb a {
	color: rgba(255, 255, 255, .8);
}

.ambulanz-blog-hero h1 {
	max-width: 980px;
	margin: 0;
	color: #fff !important;
	font-size: clamp(2.35rem, 4.15vw, 3.95rem);
	line-height: .96;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
}

.ambulanz-blog-hero p {
	max-width: 760px;
	margin-top: 20px;
	color: #c6c6cb;
	font-size: clamp(1rem, .45vw + .92rem, 1.14rem);
	line-height: 1.65;
}

.ambulanz-blog-hero--single {
	padding-block: clamp(36px, 4.4vw, 58px);
}

.ambulanz-post-card h3 a {
	color: inherit;
	text-decoration: none;
}

.ambulanz-post-card .card__tag {
	align-self: flex-start;
	margin-bottom: 18px;
}

.ambulanz-center-action {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.ambulanz-pagination {
	margin-top: 44px;
}

.ambulanz-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ambulanz-pagination a,
.ambulanz-pagination span {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 2px solid var(--c-border);
	background: #fff;
	color: var(--c-primary);
	font-weight: 900;
	text-decoration: none;
	transform: skewX(var(--skew));
}

.ambulanz-pagination span.current,
.ambulanz-pagination a:hover {
	background: var(--c-accent);
	border-color: var(--c-accent);
	color: #fff;
}

.ambulanz-article-section {
	padding-block: clamp(54px, 6vw, 82px);
}

.ambulanz-article {
	display: grid;
	grid-template-columns: minmax(0, 820px) minmax(280px, 320px);
	gap: clamp(34px, 5vw, 62px);
	align-items: start;
	justify-content: center;
}

.ambulanz-article__body {
	color: var(--c-text-soft);
	font-size: clamp(1.02rem, .32vw + .96rem, 1.12rem);
	line-height: 1.78;
}

.ambulanz-article__body h2,
.ambulanz-article__body h3,
.ambulanz-article__body h4 {
	color: var(--c-primary);
	margin-top: 1.45em;
	margin-bottom: .62em;
	line-height: .98;
}

.ambulanz-article__body h2 {
	font-size: clamp(2rem, 3.2vw, 3rem);
}

.ambulanz-article__body h3 {
	font-size: clamp(1.65rem, 2.3vw, 2.25rem);
}

.ambulanz-article__body p,
.ambulanz-article__body ul,
.ambulanz-article__body ol {
	margin-bottom: 1.05em;
}

.ambulanz-article__body ul,
.ambulanz-article__body ol {
	display: grid;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.ambulanz-article__body li {
	position: relative;
	padding-left: 28px;
}

.ambulanz-article__body li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: .72em;
	width: 10px;
	height: 10px;
	background: var(--c-accent);
	transform: skewX(var(--skew));
}

.ambulanz-article__aside {
	position: sticky;
	top: 104px;
	padding: 30px;
	background: var(--c-primary);
	color: #fff;
	box-shadow: var(--shadow);
}

.ambulanz-article__aside h2 {
	color: #fff;
	font-size: 2rem;
}

.ambulanz-article__aside p {
	color: #c6c6cb;
	margin: 12px 0 22px;
}

.ambulanz-article__aside .btn {
	width: 100%;
	justify-content: center;
	margin-top: 10px;
}

.ambulanz-article__aside .btn--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, .35);
}

.ambulanz-mail-preview {
	margin-top: 28px;
	padding: 18px 20px;
	border: 2px solid var(--c-border);
	background: #fff;
}

.ambulanz-form-notice {
	position: fixed;
	z-index: 100000;
	top: 20px;
	left: 50%;
	width: min(680px, calc(100vw - 32px));
	transform: translateX(-50%);
	padding: 16px 20px;
	border: 2px solid var(--c-primary, #161618);
	background: #ffffff;
	color: var(--c-primary, #161618);
	box-shadow: 8px 8px 0 rgba(22, 22, 24, 0.18);
	font-weight: 700;
	opacity: 1;
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.ambulanz-form-notice--ok {
	border-color: var(--c-success, #1e9e58);
}

.ambulanz-form-notice.is-hiding {
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -10px);
	pointer-events: none;
}

.legal-page {
	max-width: 860px;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
}

.legal-page h1 {
	margin-bottom: 24px;
}

.legal-page h2 {
	margin: 34px 0 12px;
	font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.legal-page p {
	margin-bottom: 16px;
}

.legal-warning {
	margin-top: 28px;
	padding: 18px 20px;
	border-left: 5px solid var(--c-accent);
	background: var(--c-bg);
}

.ambulanz-cookie-settings,
.lazycore-cookie-settings-link {
	border-radius: 0;
	border: 2px solid currentColor;
	background: transparent;
	color: inherit;
	font-family: var(--font-head);
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.ambulanz-cookie-settings {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 89;
	padding: 9px 14px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--c-primary);
	box-shadow: 4px 4px 0 rgba(22, 22, 24, 0.14);
}

.lazycore-consent {
	inset: 0;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(22, 22, 24, 0.58);
	backdrop-filter: blur(12px) saturate(1.08);
	-webkit-backdrop-filter: blur(12px) saturate(1.08);
	pointer-events: auto;
}

.lazycore-consent__panel,
.ambulanz-fallback-consent__panel {
	width: min(920px, 100%);
	border: 2px solid var(--c-accent);
	border-radius: var(--radius);
	background:
		linear-gradient(115deg, rgba(226, 0, 26, 0.12) 0 26%, transparent 26%),
		var(--c-primary);
	color: #fff;
	box-shadow: 12px 12px 0 rgba(226, 0, 26, 0.52), 0 28px 90px rgba(0, 0, 0, 0.38);
}

.lazycore-consent h2,
.ambulanz-fallback-consent h2 {
	color: #fff;
}

.lazycore-consent__eyebrow,
.lazycore-consent a,
.ambulanz-fallback-consent a {
	color: #ffffff;
}

.lazycore-consent__choice {
	border-radius: 0;
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.07);
}

.lazycore-consent button,
.ambulanz-fallback-consent button {
	min-height: 44px;
	border-radius: 0;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: var(--font-head);
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.lazycore-consent button[data-lazycore-consent-accept],
.lazycore-consent button[data-lazycore-consent-save],
.ambulanz-fallback-consent button[data-ambulanz-fallback-consent-accept] {
	border-color: var(--c-accent);
	background: var(--c-accent);
	color: #ffffff;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.42);
}

.ambulanz-fallback-consent[hidden] {
	display: none;
}

.ambulanz-fallback-consent {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(22, 22, 24, 0.58);
	backdrop-filter: blur(12px) saturate(1.08);
	-webkit-backdrop-filter: blur(12px) saturate(1.08);
}

.ambulanz-fallback-consent__panel {
	padding: 28px;
}

.ambulanz-fallback-consent__panel p {
	max-width: 68ch;
	color: rgba(255, 255, 255, 0.78);
}

.ambulanz-fallback-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 24px 0 14px;
}

.ambulanz-fallback-consent__links {
	display: flex;
	gap: 16px;
}

@media (max-width: 760px) {
	html {
		scroll-padding-top: 86px;
	}

	.contact-form-card#anfrage {
		scroll-margin-top: 88px;
	}

	body.ambulanz-rendered {
		padding-bottom: calc(72px + env(safe-area-inset-bottom));
	}

	.footer {
		padding-bottom: 0;
	}

	.lazycore-consent__panel {
		grid-template-columns: 1fr;
		max-height: calc(100vh - 36px);
		overflow: auto;
	}

	.ambulanz-cookie-settings {
		position: fixed;
		right: 8px;
		bottom: calc(72px + env(safe-area-inset-bottom));
		z-index: 91;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		max-width: calc(100vw - 24px);
		margin: 0;
		padding: 6px 8px;
		background: rgba(255, 255, 255, 0.96);
		font-size: 0;
		line-height: 1;
		box-shadow: 4px 4px 0 rgba(22, 22, 24, 0.18);
	}

	.ambulanz-cookie-settings::before {
		content: "Cookies";
		font-size: 0.62rem;
	}

	.callbar {
		height: calc(58px + env(safe-area-inset-bottom));
		padding-bottom: env(safe-area-inset-bottom);
		background: var(--c-primary);
	}

	.callbar a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		min-width: 0;
		min-height: 58px;
		padding: 8px 7px;
		overflow: hidden;
		font-size: clamp(0.72rem, 2.9vw, 0.9rem);
		letter-spacing: 0.018em;
		line-height: 1.05;
		text-align: center;
		white-space: nowrap;
	}

	.callbar a span:not(.callbar__icon) {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.callbar__icon {
		flex: 0 0 auto;
		font-size: 0.95rem;
		line-height: 1;
	}

	.callbar a svg {
		flex: 0 0 auto;
		width: 17px;
		height: 17px;
	}

	.quickbar {
		padding-bottom: 72px;
	}
}

@media (max-width: 380px) {
	.callbar a {
		gap: 4px;
		padding-inline: 5px;
		font-size: 0.68rem;
	}

	.callbar__icon {
		font-size: 0.85rem;
	}
}

@media (max-width: 1180px) {
	.topbar {
		display: none;
	}

	.header {
		top: 0;
	}

	.header .container {
		min-height: 76px;
		gap: 12px;
	}

	.header .logo {
		padding: 7px 12px;
	}

	.header .logo img {
		max-width: 170px;
		height: 44px;
		object-fit: contain;
	}

	.header__phone {
		display: none;
	}

	.nav a {
		padding-inline: 7px;
		font-size: 0.9rem;
	}

	.nav .site-menu-full-label {
		display: none;
	}

	.nav .site-menu-short-label {
		display: inline;
	}
}

@media (max-width: 1024px) {
	.nav {
		display: none;
	}

	.burger {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.quickbar form {
		grid-template-columns: 1fr 1fr;
	}

	.quickbar select[name="geraet"],
	.quickbar .btn {
		grid-column: 1 / -1;
	}

	.ambulanz-article {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.ambulanz-article__aside {
		position: static;
	}
}

@media (max-width: 900px) {
	.device-sales__inner {
		gap: 28px;
	}

	.device-sales__facts {
		grid-template-columns: 1fr;
	}

	.device-sales .photo-frame {
		max-width: 100%;
		justify-self: stretch;
	}
}

@media (max-width: 1024px) {
	.device-sales .photo-frame {
		display: none;
	}
}

@media (max-width: 640px) {
	.device-sales {
		padding-block: 38px;
	}

	.device-sales .photo-frame {
		display: none;
	}

	.header .container {
		gap: 14px;
	}

	.header .logo,
	.lp-header .logo {
		flex: 0 0 auto;
		padding: 7px 12px;
	}

	.header .logo img,
	.lp-header .logo img {
		width: auto;
		max-width: 170px;
		height: 46px;
		object-fit: contain;
	}

	.header__cta > .btn {
		display: none;
	}

	.ambulanz-blog-hero {
		padding-block: 38px 42px;
	}

	.ambulanz-blog-hero h1 {
		font-size: clamp(1.95rem, 8.9vw, 2.75rem);
		line-height: .98;
	}

	.ambulanz-blog-hero p {
		font-size: 1rem;
	}

	.ambulanz-article-section {
		padding-block: 42px 58px;
	}

	.ambulanz-article__body h2 {
		font-size: clamp(1.85rem, 9vw, 2.45rem);
	}
}

.cities {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 1030px;
	margin-inline: auto;
}

.city {
	min-height: 82px;
	color: inherit;
	text-decoration: none;
}

.city > span:last-child > span,
.city > div > span,
.city > div > a {
	display: block;
	margin-top: 4px;
	color: var(--c-text-soft);
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.25;
}

.city:hover > span:last-child > span,
.city:hover > div > span,
.city:hover > div > a {
	color: var(--c-primary);
}

.location-overview {
	padding-top: clamp(54px, 6vw, 78px);
}

.location-overview .sec-head {
	max-width: 760px;
	margin-bottom: clamp(34px, 4vw, 48px);
}

.location-overview .sec-head h2 {
	font-size: clamp(2.4rem, 4vw, 4.4rem);
	line-height: 0.95;
}

.location-card-grid {
	gap: 18px;
	align-items: stretch;
}

.location-card-grid .card {
	min-height: 250px;
	padding: 26px 26px 24px;
	overflow: hidden;
	border-color: rgba(22, 22, 24, 0.14);
	border-top-width: 5px;
	box-shadow: 0 12px 28px rgba(22, 22, 24, 0.05);
}

.location-card-grid .card::after {
	content: "";
	position: absolute;
	top: 18px;
	right: -34px;
	width: 116px;
	height: 116px;
	border: 18px solid rgba(226, 0, 26, 0.045);
	border-radius: 999px;
	pointer-events: none;
}

.location-card-grid .card--featured {
	background:
		linear-gradient(135deg, rgba(226, 0, 26, 0.08), transparent 42%),
		#ffffff;
	border-color: var(--c-primary);
	box-shadow: 8px 8px 0 rgba(22, 22, 24, 0.12);
}

.location-card-grid .card__tag {
	position: static;
	align-self: flex-start;
	margin: -8px 0 18px;
	padding: 7px 13px;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	box-shadow: 4px 4px 0 rgba(22, 22, 24, 0.14);
}

.location-card-grid .card__icon {
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
}

.location-card-grid .card h3 {
	max-width: 260px;
	margin-bottom: 12px;
	font-size: clamp(1.42rem, 1.2vw, 1.78rem);
	line-height: 0.96;
}

.location-card-grid .card p {
	max-width: 310px;
	font-size: 0.98rem;
	line-height: 1.58;
}

.location-card-grid .card__link {
	width: fit-content;
	margin-top: 24px;
	padding: 8px 0 0;
	border-top: 2px solid rgba(226, 0, 26, 0.18);
	font-size: 1rem;
	line-height: 1.1;
}

.location-card-grid .card__link a {
	color: inherit;
	text-decoration: none;
}

.service-phone-panel {
	margin-top: 44px;
	padding-top: 34px;
	border-top: 1px solid rgba(22, 22, 24, 0.12);
}

.service-phone-panel .sec-head {
	margin-bottom: 24px;
}

.service-phone-panel .sec-head h2 {
	font-size: clamp(2rem, 3.8vw, 3.2rem);
}

.service-phone-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	max-width: 1100px;
	margin-inline: auto;
}

.service-phone-grid a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 84px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid rgba(22, 22, 24, 0.14);
	border-left: 4px solid var(--c-primary);
	color: var(--c-text);
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(22, 22, 24, 0.05);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.service-phone-grid a:hover {
	border-color: var(--c-primary);
	box-shadow: 0 14px 26px rgba(226, 0, 26, 0.12);
	transform: translateY(-2px);
}

.service-phone-grid b {
	font-family: var(--font-head);
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 1rem;
	line-height: 1.08;
}

.service-phone-grid span {
	margin-top: 8px;
	color: var(--c-primary);
	font-family: var(--font-head);
	font-style: italic;
	font-weight: 800;
	letter-spacing: .04em;
}

.footer-service-list {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-service-list a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
	padding: 5px 0;
	color: #d5d5da;
	text-decoration: none;
}

.footer-service-list a:hover {
	color: #fff;
}

.footer-service-list span {
	font-weight: 600;
}

.footer-service-list small {
	color: #fff;
	font-family: var(--font-head);
	font-size: .82rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: .04em;
	white-space: nowrap;
}

.footer-service-note {
	margin-top: 12px;
	color: #8d8d94;
	font-size: .78rem;
	line-height: 1.4;
}

@media (max-width: 900px) {
	.location-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

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

	.cities {
		grid-template-columns: 1fr;
	}

	.service-phone-grid {
		grid-template-columns: 1fr;
	}

	.footer-service-list a {
		align-items: flex-start;
		flex-direction: column;
		gap: 1px;
	}
}
