:root {
	--cr-teal: #14717b;
	--cr-teal-dark: #0f5962;
	--cr-ink: #11333d;
	--cr-text: #333;
	--cr-muted: #5f6c70;
	--cr-soft: #f9fafb;
	--cr-soft-teal: #eef7f7;
	--cr-warm: #f7f4ee;
	--cr-white: #fff;
	--cr-line: #dce4e6;
	--cr-radius: 18px;
	--cr-radius-lg: 28px;
	--cr-shadow: 0 18px 50px rgba(17, 51, 61, 0.12);
	--cr-shadow-soft: 0 10px 30px rgba(17, 51, 61, 0.08);
}

.cr-city-page,
.cr-city-page * {
	box-sizing: border-box;
}

.cr-city-page {
	background: var(--cr-white);
	color: var(--cr-text);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow: hidden;
}

.cr-icon {
	display: block;
	fill: none;
	flex: 0 0 auto;
	height: 1.25em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 1.25em;
}

.cr-city-page h1,
.cr-city-page h2,
.cr-city-page h3,
.cr-city-page p,
.cr-city-page ul {
	margin-top: 0;
}

.cr-city-page h1,
.cr-city-page h2,
.cr-city-page h3 {
	color: var(--cr-ink);
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.cr-city-page h1 {
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	line-height: 1.2;
	margin-bottom: 24px;
}

.cr-city-page h2 {
	font-size: clamp(1.8rem, 3.3vw, 2.5rem);
	line-height: 1.2;
	margin-bottom: 24px;
}

.cr-city-page h3 {
	font-size: 1.25rem;
}

.cr-city-page p,
.cr-city-page li {
	color: var(--cr-text);
}

.cr-city-page p {
	margin-bottom: 20px;
}

.cr-city-page a {
	color: var(--cr-teal-dark);
}

.cr-shell {
	margin: 0 auto;
	max-width: 1300px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.cr-hero {
	background:
		linear-gradient(90deg, rgba(8, 39, 46, 0.96), rgba(8, 39, 46, 0.72)),
		var(--cr-hero-image) center / cover no-repeat;
	color: var(--cr-white);
	min-height: 640px;
	position: relative;
}

.cr-hero::after {
	background: linear-gradient(180deg, transparent, rgba(8, 39, 46, 0.23));
	bottom: 0;
	content: "";
	height: 150px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.cr-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 640px;
	padding-bottom: 90px;
	padding-top: 90px;
	position: relative;
	z-index: 1;
}

.cr-breadcrumbs {
	align-items: center;
	color: rgba(255, 255, 255, 0.88);
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	gap: 6px;
	margin-bottom: 28px;
}

.cr-breadcrumbs a {
	color: var(--cr-white);
	text-decoration: none;
}

.cr-eyebrow {
	align-self: flex-start;
	background: var(--cr-teal);
	border-radius: 999px;
	color: var(--cr-white) !important;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 28px !important;
	padding: 10px 18px;
}

.cr-hero .cr-source {
	max-width: 980px;
}

.cr-hero h1,
.cr-hero h2,
.cr-hero p,
.cr-hero li,
.cr-hero a:not(.cr-button) {
	color: var(--cr-white);
}

.cr-hero__copy p {
	font-size: 18px;
	line-height: 1.6;
	max-width: 900px;
}

.cr-hero__title + .cr-hero__copy {
	margin-top: 16px;
}

.cr-hero__title + [data-source-block="1"] h1,
.cr-hero__copy h1 {
	font-size: clamp(1.5rem, 2.7vw, 2.25rem);
	margin-top: 20px;
}

.cr-source h1:empty,
.cr-source h2:empty,
.cr-source p:empty {
	display: none;
}

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

.cr-hero .cr-actions {
	margin-bottom: 30px !important;
}

.cr-button {
	align-items: center;
	background: var(--cr-teal);
	border: 2px solid var(--cr-teal);
	border-radius: 24px;
	color: var(--cr-white) !important;
	display: inline-flex;
	gap: 9px;
	font-size: 17px;
	font-weight: 600;
	justify-content: center;
	min-height: 50px;
	padding: 12px 25px;
	text-decoration: none !important;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cr-button:hover,
.cr-button:focus-visible {
	background: var(--cr-teal-dark);
	border-color: var(--cr-teal-dark);
	transform: translateY(-2px);
}

.cr-button .cr-icon {
	font-size: 18px;
}

.cr-button--outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
}

.cr-button--light {
	background: var(--cr-white);
	border-color: var(--cr-white);
	color: var(--cr-ink) !important;
}

.cr-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cr-trust li {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	color: var(--cr-white);
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 9px;
	padding: 10px 14px;
	position: relative;
}

.cr-trust .cr-icon {
	color: #73c7ce;
	font-size: 18px;
}

.cr-section {
	position: relative;
	padding: 80px 0;
}

.cr-section--soft {
	background: var(--cr-soft);
}

.cr-section .cr-source {
	max-width: 1050px;
}

.cr-section__layout {
	align-items: center;
	display: block;
}

.cr-section--with-media .cr-section__layout {
	display: grid;
	gap: clamp(38px, 5vw, 72px);
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
}

.cr-section--media-reverse .cr-section__content {
	order: 2;
}

.cr-section--media-reverse .cr-media {
	order: 1;
}

.cr-section__content {
	min-width: 0;
}

.cr-section-mark {
	align-items: center;
	background: var(--cr-soft-teal);
	border: 1px solid rgba(20, 113, 123, 0.12);
	border-radius: 14px;
	color: var(--cr-teal);
	display: inline-flex;
	font-size: 25px;
	height: 52px;
	justify-content: center;
	margin-bottom: 22px;
	width: 52px;
}

.cr-section--soft .cr-section-mark {
	background: var(--cr-white);
	box-shadow: var(--cr-shadow-soft);
}

.cr-media {
	border-radius: var(--cr-radius-lg);
	box-shadow: var(--cr-shadow);
	isolation: isolate;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.cr-media::after {
	background: linear-gradient(180deg, transparent 65%, rgba(8, 39, 46, 0.2));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.cr-media__image {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 400ms ease;
	width: 100%;
}

.cr-city-page img.cr-media__image {
	contain-intrinsic-size: 800px 600px;
}

.cr-city-page .cr-media--promo img.cr-media__image {
	contain-intrinsic-size: 838px 549px;
}

.cr-media--promo {
	background: var(--cr-warm);
}

.cr-media--promo::after {
	display: none;
}

.cr-media--promo .cr-media__image {
	aspect-ratio: 838 / 549;
	object-fit: contain;
}

.cr-media:hover .cr-media__image {
	transform: scale(1.025);
}

.cr-media.cr-media--promo:hover .cr-media__image {
	transform: none;
}

.cr-media__badge {
	align-items: center;
	background: var(--cr-teal);
	border: 5px solid var(--cr-white);
	border-radius: 18px;
	bottom: 18px;
	box-shadow: 0 8px 22px rgba(8, 39, 46, 0.2);
	color: var(--cr-white);
	display: flex;
	font-size: 27px;
	height: 62px;
	justify-content: center;
	position: absolute;
	right: 18px;
	width: 62px;
	z-index: 2;
}

.cr-source > :last-child {
	margin-bottom: 0;
}

.cr-source ul {
	display: grid;
	gap: 15px;
	list-style: none;
	margin: 28px 0;
	padding: 0;
}

.cr-source li {
	align-items: flex-start;
	background: var(--cr-white);
	border: 1px solid var(--cr-line);
	border-radius: 14px;
	box-shadow: 0 7px 20px rgba(17, 51, 61, 0.05);
	display: flex;
	gap: 14px;
	padding: 18px 20px;
	position: relative;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cr-source li:hover {
	border-color: rgba(20, 113, 123, 0.38);
	box-shadow: var(--cr-shadow-soft);
	transform: translateY(-2px);
}

.cr-list-icon {
	align-items: center;
	background: rgba(20, 113, 123, 0.11);
	border-radius: 50%;
	color: var(--cr-teal);
	display: flex;
	flex: 0 0 30px;
	font-size: 17px;
	height: 25px;
	justify-content: center;
	height: 30px;
	width: 30px;
}

.cr-list-text {
	min-width: 0;
}

.cr-section--cards .cr-source ul {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cr-section--methods {
	background:
		radial-gradient(circle at 90% 10%, rgba(20, 113, 123, 0.08), transparent 34%),
		var(--cr-white);
}

.cr-section--process .cr-source {
	counter-reset: cr-step;
}

.cr-section--process .cr-source p {
	background: var(--cr-white);
	border: 1px solid var(--cr-line);
	border-radius: 14px;
	box-shadow: 0 7px 20px rgba(17, 51, 61, 0.05);
	counter-increment: cr-step;
	margin-bottom: 14px;
	min-height: 62px;
	padding: 17px 18px 17px 65px;
	position: relative;
}

.cr-section--process .cr-source p::before {
	align-items: center;
	background: var(--cr-teal);
	border-radius: 50%;
	color: var(--cr-white);
	content: counter(cr-step);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	left: 17px;
	position: absolute;
	top: 15px;
	width: 34px;
}

.cr-section--service .cr-section-mark,
.cr-section--types .cr-section-mark {
	border-radius: 50%;
}

.cr-section--disposal {
	background:
		radial-gradient(circle at 8% 12%, rgba(20, 113, 123, 0.08), transparent 30%),
		var(--cr-warm);
}

.cr-section--disposal .cr-section-mark {
	background: var(--cr-white);
	box-shadow: var(--cr-shadow-soft);
}

.cr-section--trust .cr-section__content {
	border-left: 4px solid var(--cr-teal);
	padding-left: clamp(22px, 3vw, 40px);
}

.cr-section--property .cr-section-mark {
	background: var(--cr-warm);
}

.cr-section--quote .cr-source {
	background: var(--cr-white);
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius);
	box-shadow: var(--cr-shadow);
	max-width: 1120px;
	padding: clamp(28px, 5vw, 56px);
}

.cr-section--quote .cr-source::before {
	color: rgba(20, 113, 123, 0.16);
	content: "“";
	float: right;
	font-family: Georgia, serif;
	font-size: 100px;
	font-weight: 700;
	line-height: 0.65;
	margin-left: 20px;
}

.cr-service-area {
	background: linear-gradient(135deg, var(--cr-soft-teal), var(--cr-white));
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius);
	border-top: 1px solid var(--cr-line);
	margin-top: 55px;
	padding: 34px;
}

.cr-service-area h2 {
	align-items: center;
	display: flex;
	font-size: 1.65rem;
	gap: 10px;
	margin-bottom: 12px;
}

.cr-service-area h2 .cr-icon {
	color: var(--cr-teal);
}

.cr-city-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cr-city-links a {
	background: var(--cr-soft);
	border: 1px solid var(--cr-line);
	border-radius: 999px;
	color: var(--cr-teal-dark);
	font-size: 14px;
	font-weight: 600;
	padding: 9px 15px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cr-city-links a:hover,
.cr-city-links a:focus-visible {
	background: var(--cr-teal);
	border-color: var(--cr-teal);
	color: var(--cr-white);
}

.cr-faq .cr-section-mark {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.cr-faq__source > h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	text-align: center;
}

.cr-faq__source {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.cr-faq__item {
	background: transparent;
	border: 0;
	margin-bottom: 14px;
}

.cr-faq__item summary {
	align-items: center;
	background: #eef0f1;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	font-weight: 700;
	gap: 20px;
	justify-content: space-between;
	list-style: none;
	padding: 21px 24px;
	transition: background 160ms ease, border-color 160ms ease;
}

.cr-faq__item summary:hover,
.cr-faq__item[open] summary {
	background: #e8ecec;
	border-color: rgba(20, 113, 123, 0.2);
}

.cr-faq__item summary::-webkit-details-marker {
	display: none;
}

.cr-faq__item summary:focus-visible {
	border-radius: 12px;
	outline: 3px solid #73c7ce;
	outline-offset: 3px;
}

.cr-faq__question {
	color: var(--cr-ink);
}

.cr-faq__chevron {
	border-bottom: 2px solid var(--cr-teal);
	border-right: 2px solid var(--cr-teal);
	flex: 0 0 9px;
	height: 9px;
	margin-right: 3px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 9px;
}

.cr-faq__item[open] .cr-faq__chevron {
	transform: rotate(225deg);
}

.cr-faq__answer {
	color: var(--cr-text);
	padding: 18px 24px 10px;
}

.cr-final {
	background:
		radial-gradient(circle at 15% 10%, rgba(115, 199, 206, 0.18), transparent 28%),
		linear-gradient(110deg, rgba(9, 49, 56, 0.98), rgba(20, 113, 123, 0.94)),
		var(--cr-ink);
	color: var(--cr-white);
	padding: 78px 0;
}

.cr-final__inner {
	text-align: center;
}

.cr-final__source {
	margin: 0 auto;
	max-width: 950px;
}

.cr-final h2,
.cr-final p,
.cr-final a:not(.cr-button) {
	color: var(--cr-white);
}

.cr-actions--center {
	justify-content: center;
}

.cr-city-page a:focus-visible {
	outline: 3px solid #73c7ce;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.cr-section--with-media .cr-section__layout {
		gap: 38px;
		grid-template-columns: 1fr;
	}

	.cr-section--media-reverse .cr-section__content,
	.cr-section--media-reverse .cr-media {
		order: initial;
	}

	.cr-media {
		max-width: 650px;
	}

	.cr-section--cards .cr-source ul {
		grid-template-columns: 1fr;
	}

	.cr-section {
		padding: 64px 0;
	}

	.cr-section-mark {
		height: 46px;
		width: 46px;
	}
}

@media (max-width: 767px) {
	.cr-shell {
		padding-left: 16px;
		padding-right: 16px;
	}

	.cr-hero,
	.cr-hero__inner {
		min-height: 0;
	}

	.cr-hero__inner {
		padding-bottom: 58px;
		padding-top: 38px;
	}

	.cr-breadcrumbs {
		font-size: 13px;
		margin-bottom: 28px;
	}

	.cr-eyebrow {
		font-size: 13px;
		margin-bottom: 24px !important;
	}

	.cr-city-page h1 {
		font-size: 28px;
		line-height: 1.2;
	}

	.cr-city-page h2 {
		font-size: 25px;
	}

	.cr-hero__copy p {
		font-size: 16px;
	}

	.cr-hero__title + .cr-hero__copy {
		margin-top: 12px;
	}

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

	.cr-hero .cr-actions {
		margin-bottom: 20px !important;
	}

	.cr-button {
		width: 100%;
	}

	.cr-trust {
		align-items: flex-start;
		flex-direction: column;
	}

	.cr-section {
		padding: 50px 0;
	}

	.cr-source li {
		padding-right: 17px;
	}

	.cr-faq__item summary,
	.cr-faq__answer {
		padding-left: 17px;
		padding-right: 17px;
	}

	.cr-service-area {
		padding: 26px 18px;
	}

	.cr-section--quote .cr-source {
		padding: 24px 18px;
	}

	.cr-final {
		padding: 58px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cr-button,
	.cr-source li,
	.cr-media__image {
		transition: none;
	}

	.cr-button:hover,
	.cr-button:focus-visible,
	.cr-source li:hover,
	.cr-media:hover .cr-media__image {
		transform: none;
	}
}
