/* Interior pages and expanded navigation for the Design 2 WordPress build. */

.d2-header {
	position: relative;
	z-index: 80;
	background: #fff;
}

.main-nav--compact {
	gap: clamp(24px, 3vw, 42px);
	font-size: 13px;
}

.main-nav [aria-current="page"] {
	color: var(--blue);
}

.nav-services {
	position: relative;
}

.nav-services__trigger {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.nav-services__trigger svg {
	transition: transform .2s ease;
}

.nav-services:hover .nav-services__trigger svg,
.nav-services:focus-within .nav-services__trigger svg {
	transform: rotate(180deg);
}

.nav-services.is-current > .nav-services__trigger {
	color: var(--blue);
}

.nav-services__panel {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	z-index: 300;
	display: grid;
	grid-template-columns: 230px minmax(440px, 1fr);
	width: min(780px, calc(100vw - 48px));
	padding: 10px;
	background: #fff;
	border: 1px solid #dce6ef;
	border-radius: 18px;
	box-shadow: 0 28px 70px rgba(5, 34, 73, .24);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -8px);
	transition: opacity .18s ease, transform .18s ease;
}

.nav-services__panel::before {
	content: "";
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	height: 14px;
}

.nav-services:hover .nav-services__panel,
.nav-services:focus-within .nav-services__panel {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.nav-services__panel a::after {
	display: none;
}

.nav-services__intro {
	color: #dce9f8;
	background:
		radial-gradient(circle at 20% 0, rgba(48, 184, 235, .22), transparent 42%),
		linear-gradient(145deg, #062d68, #041b3c);
	border-radius: 12px;
	padding: 25px 23px;
}

.nav-services__intro > span {
	color: #7dd5f2;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 850;
}

.nav-services__intro strong {
	display: block;
	margin-top: 12px;
	color: #fff;
	letter-spacing: -.025em;
	font-size: 20px;
	line-height: 1.15;
}

.nav-services__intro p {
	margin: 12px 0 24px;
	font-size: 11px;
	line-height: 1.65;
}

.nav-services__intro a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.nav-services__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3px;
	padding: 5px;
}

.nav-services__links a {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-content: center;
	column-gap: 10px;
	min-width: 0;
	padding: 11px;
	border-radius: 10px;
	transition: background .18s ease;
}

.nav-services__links a:hover,
.nav-services__links a:focus-visible,
.nav-services__links a[aria-current="page"] {
	background: #eff6ff;
}

.nav-services__links a > span {
	grid-row: 1 / 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: var(--blue);
	background: #e8f3ff;
	border-radius: 9px;
}

.nav-services__links b {
	color: #092c63;
	font-size: 11px;
	line-height: 1.25;
}

.nav-services__links small {
	margin-top: 3px;
	color: #6a788a;
	font-size: 8.5px;
	line-height: 1.35;
}

.mobile-nav__label {
	display: block;
	padding: 9px 18px 6px;
	color: #6b7c91;
	background: #f4f7fa;
	letter-spacing: .11em;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 850;
}

.interior-page {
	color: var(--ink);
	background: #fff;
}

.interior-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 610px;
	overflow: hidden;
	color: #fff;
	background: #061f45;
}

.interior-hero__image,
.interior-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.interior-hero__image {
	object-fit: cover;
	object-position: center;
}

.interior-hero__shade {
	background:
		linear-gradient(90deg, rgba(2, 18, 43, .94) 0%, rgba(3, 26, 59, .82) 38%, rgba(4, 32, 60, .28) 68%, rgba(3, 19, 40, .2) 100%),
		linear-gradient(0deg, rgba(1, 14, 32, .52), transparent 48%);
}

.interior-hero__content {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 88px 0 76px;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 48px;
	color: rgba(255, 255, 255, .64);
	font-size: 10px;
}

.breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

.breadcrumbs b {
	color: #fff;
	font-weight: 720;
}

.interior-kicker {
	margin: 0 0 13px;
	color: var(--blue);
	letter-spacing: .14em;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 850;
}

.interior-kicker--light {
	color: #7ad7f4;
}

.interior-hero h1 {
	max-width: 780px;
	margin: 0;
	letter-spacing: -.055em;
	font-size: clamp(48px, 6vw, 78px);
	font-weight: 830;
	line-height: .98;
}

.interior-hero__lede {
	max-width: 675px;
	margin: 23px 0 30px;
	color: #dce9f7;
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.65;
}

.interior-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.interior-hero__points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
	margin: 30px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .24);
	color: #f2f7fc;
	font-size: 12px;
	font-weight: 720;
}

.interior-hero__points li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.interior-hero__points svg {
	color: #83d54b;
}

.interior-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
	align-items: start;
	gap: clamp(60px, 9vw, 120px);
	padding-top: 104px;
	padding-bottom: 105px;
}

.interior-intro__copy h2,
.process-heading h2,
.faq-section__heading h2,
.coverage-section h2,
.about-story h2,
.about-local h2,
.about-services h2,
.contact-intro h2,
.contact-panel h2,
.contact-form-card h2,
.contact-service-links h2,
.standard-page h1 {
	margin: 0;
	color: #082d68;
	letter-spacing: -.045em;
	font-size: clamp(34px, 4vw, 51px);
	font-weight: 830;
	line-height: 1.06;
}

.interior-intro__copy > p:not(.interior-kicker),
.about-story__copy > p:not(.interior-kicker),
.about-local__copy > p:not(.interior-kicker),
.contact-intro > div:last-child p {
	margin: 22px 0 0;
	color: #526378;
	font-size: 16px;
	line-height: 1.82;
}

.interior-note {
	position: relative;
	color: #dbe8f8;
	background:
		radial-gradient(circle at 90% 0, rgba(48, 184, 235, .22), transparent 38%),
		linear-gradient(145deg, #072f6b, #041d42);
	border-radius: 20px;
	padding: 36px;
	box-shadow: 0 26px 60px rgba(5, 35, 75, .2);
}

.interior-note > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	color: #fff;
	background: linear-gradient(145deg, var(--blue), var(--cyan));
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(7, 93, 220, .35);
}

.interior-note h2 {
	margin: 23px 0 11px;
	color: #fff;
	letter-spacing: -.025em;
	font-size: 24px;
	line-height: 1.15;
}

.interior-note > p {
	margin: 0 0 22px;
	color: #b9cbe0;
	font-size: 13px;
	line-height: 1.7;
}

.interior-note ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 21px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.interior-note li,
.plan-card li,
.about-local li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 12px;
	line-height: 1.45;
}

.interior-note li svg,
.plan-card li svg,
.about-local li svg {
	flex: none;
	margin-top: 1px;
	color: #8fd052;
}

.feature-section,
.overview-services {
	padding-top: 95px;
	padding-bottom: 110px;
}

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

.feature-card {
	min-width: 0;
	padding: 31px 28px;
	background: #fff;
	border: 1px solid #dce5ed;
	border-radius: 16px;
	box-shadow: 0 14px 35px rgba(5, 34, 73, .08);
	transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 50px rgba(5, 34, 73, .14);
}

.feature-card > span,
.values-grid article > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: var(--blue);
	background: #eaf4ff;
	border-radius: 14px;
}

.feature-card h3,
.values-grid h3 {
	margin: 21px 0 10px;
	color: #0a2d65;
	font-size: 17px;
	line-height: 1.25;
}

.feature-card p,
.values-grid p {
	margin: 0;
	color: #637185;
	font-size: 13px;
	line-height: 1.7;
}

.process-section,
.season-section,
.values-section,
.next-steps {
	padding: 100px 0 105px;
	background: #f3f7fb;
	border-top: 1px solid #e2eaf1;
	border-bottom: 1px solid #e2eaf1;
}

.process-section .page-section {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: clamp(55px, 8vw, 105px);
	align-items: start;
}

.process-heading > p:last-child,
.faq-section__heading > p:not(.interior-kicker),
.season-section__heading > p:last-child,
.contact-service-links > div > p:not(.interior-kicker) {
	margin: 18px 0 0;
	color: #637185;
	font-size: 14px;
	line-height: 1.75;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.process-grid li {
	position: relative;
	padding: 6px 25px 0;
	border-left: 1px solid #d3dfe9;
}

.process-grid li:first-child {
	padding-left: 0;
	border: 0;
}

.process-grid li > span,
.next-steps li > span {
	color: var(--blue);
	letter-spacing: .08em;
	font-size: 11px;
	font-weight: 900;
}

.process-grid h3,
.next-steps h3,
.season-timeline h3 {
	margin: 17px 0 10px;
	color: #0a2d65;
	font-size: 17px;
	line-height: 1.25;
}

.next-steps__heading h2 { font-size: clamp(40px, 5vw, 62px); }
.next-steps ol { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.process-grid p,
.next-steps li p,
.season-timeline li p {
	margin: 0;
	color: #667589;
	font-size: 12px;
	line-height: 1.7;
}

.local-band,
.interior-cta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: 43px max(28px, calc((100vw - 1120px) / 2));
	color: #fff;
	background:
		radial-gradient(circle at 18% -10%, rgba(48, 184, 235, .28), transparent 33%),
		linear-gradient(105deg, #052c65, #075fcf);
}

.local-band__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 50%;
}

.local-band p,
.interior-cta p {
	margin: 0 0 4px;
	color: #8bdcf5;
	letter-spacing: .11em;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 850;
}

.local-band h2,
.interior-cta h2 {
	margin: 0;
	color: #fff;
	letter-spacing: -.025em;
	font-size: clamp(24px, 2.6vw, 34px);
	line-height: 1.15;
}

.local-band div > span {
	display: block;
	max-width: 720px;
	margin-top: 8px;
	color: #c8d9eb;
	font-size: 12px;
	line-height: 1.6;
}

.faq-section {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: clamp(60px, 9vw, 115px);
	padding-top: 105px;
	padding-bottom: 105px;
}

.faq-section__heading a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 25px;
	color: var(--blue);
	font-size: 12px;
	font-weight: 820;
}

.faq-list {
	border-top: 1px solid #d8e2eb;
}

.faq-list details {
	border-bottom: 1px solid #d8e2eb;
}

.faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 23px 0;
	color: #0a2d65;
	cursor: pointer;
	font-size: 15px;
	font-weight: 780;
	list-style: none;
}

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

.faq-list summary span {
	flex: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: var(--blue);
	background: #ebf4ff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 400;
	transition: transform .2s ease;
}

.faq-list details[open] summary span {
	transform: rotate(45deg);
}

.faq-list details p {
	max-width: 650px;
	margin: -5px 50px 23px 0;
	color: #627186;
	font-size: 13px;
	line-height: 1.75;
}

.related-section,
.about-services {
	padding: 92px 0 105px;
	background: #f7f9fc;
	border-top: 1px solid #e2e9f0;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.related-card {
	position: relative;
	min-width: 0;
	background: #fff;
	border: 1px solid #dae4ec;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(5, 34, 73, .08);
	transition: transform .2s ease, box-shadow .2s ease;
}

.related-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 46px rgba(5, 34, 73, .14);
}

.related-card > img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.related-card > span {
	position: absolute;
	top: 165px;
	left: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: #fff;
	background: var(--blue);
	border: 4px solid #fff;
	border-radius: 50%;
}

.related-card > div {
	padding: 35px 24px 25px;
}

.related-card h3 {
	margin: 0 0 9px;
	color: #0a2d65;
	font-size: 18px;
}

.related-card p {
	min-height: 45px;
	margin: 0 0 18px;
	color: #68768a;
	font-size: 12px;
	line-height: 1.6;
}

.related-card b,
.overview-service-card b,
.season-timeline a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--blue);
	font-size: 10px;
	font-weight: 850;
	text-transform: uppercase;
}

.interior-cta {
	grid-template-columns: minmax(0, 1fr) auto;
	padding-top: 48px;
	padding-bottom: 48px;
	background:
		radial-gradient(circle at 85% 20%, rgba(48, 184, 235, .25), transparent 31%),
		linear-gradient(105deg, #064cb5, #0875da);
}

.plan-section {
	padding: 100px 0 110px;
	background: #f4f8fc;
	border-top: 1px solid #e1eaf2;
	border-bottom: 1px solid #e1eaf2;
}

.zone-pills {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px;
	margin: -15px 0 38px;
}

.zone-pills span {
	padding: 8px 13px;
	color: #31506f;
	background: #fff;
	border: 1px solid #d5e1eb;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 760;
}

.plan-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 20px;
}

.plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 35px 30px 30px;
	background: #fff;
	border: 1px solid #d7e2eb;
	border-radius: 18px;
	box-shadow: 0 16px 42px rgba(5, 34, 73, .09);
}

.plan-card--featured {
	color: #eef6ff;
	background: linear-gradient(145deg, #073574, #041f47);
	border-color: #0b4c9f;
	box-shadow: 0 24px 55px rgba(5, 42, 91, .26);
}

.plan-card__flag {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 6px 9px;
	color: #06295a;
	background: #8ee054;
	border-radius: 999px;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: 900;
}

.plan-card > p {
	margin: 0 0 8px;
	color: var(--blue);
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 850;
}

.plan-card--featured > p {
	color: #76d4f2;
}

.plan-card h3 {
	margin: 0;
	color: #082d68;
	letter-spacing: -.035em;
	font-size: 31px;
}

.plan-card--featured h3 {
	color: #fff;
}

.plan-card > strong {
	min-height: 42px;
	margin-top: 8px;
	color: #66768a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

.plan-card--featured > strong {
	color: #bdd0e5;
}

.plan-card ul {
	display: grid;
	gap: 11px;
	margin: 24px 0 30px;
	padding: 23px 0 0;
	border-top: 1px solid #e1e8ee;
}

.plan-card--featured ul {
	border-color: rgba(255, 255, 255, .14);
}

.plan-card .button {
	margin-top: auto;
}

.plan-disclaimer {
	max-width: 800px;
	margin: 23px auto 0;
	color: #738095;
	text-align: center;
	font-size: 10px;
	line-height: 1.55;
}

/* Services overview */
.interior-intro--overview {
	grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
}

.overview-promise {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: #dbe5ed;
	border: 1px solid #dbe5ed;
	border-radius: 17px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(5, 34, 73, .1);
}

.overview-promise > div {
	min-width: 0;
	padding: 24px 18px;
	background: #fff;
}

.overview-promise span {
	display: inline-flex;
	color: var(--blue);
}

.overview-promise strong {
	display: block;
	margin-top: 17px;
	color: #0a2d65;
	font-size: 12px;
	line-height: 1.3;
}

.overview-promise p {
	margin: 8px 0 0;
	color: #69778a;
	font-size: 10px;
	line-height: 1.6;
}

.overview-services {
	padding-top: 0;
}

.overview-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.overview-service-card {
	min-width: 0;
	background: #fff;
	border: 1px solid #dce5ed;
	border-radius: 17px;
	overflow: hidden;
	box-shadow: 0 13px 34px rgba(5, 34, 73, .08);
	transition: transform .22s ease, box-shadow .22s ease;
}

.overview-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 55px rgba(5, 34, 73, .15);
}

.overview-service-card__image {
	position: relative;
	height: 220px;
	overflow: hidden;
}

.overview-service-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.overview-service-card:hover img {
	transform: scale(1.045);
}

.overview-service-card__image span {
	position: absolute;
	left: 21px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: #fff;
	background: var(--blue);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(5, 34, 73, .26);
}

.overview-service-card__copy {
	padding: 25px 24px 28px;
}

.overview-service-card__copy > p {
	margin: 0 0 7px;
	color: var(--green);
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: 850;
}

.overview-service-card h3 {
	margin: 0;
	color: #082d68;
	font-size: 20px;
	line-height: 1.25;
}

.overview-service-card__copy > span {
	display: block;
	min-height: 62px;
	margin: 11px 0 19px;
	color: #657488;
	font-size: 12px;
	line-height: 1.65;
}

.season-section .page-section {
	display: grid;
	grid-template-columns: .6fr 1.4fr;
	gap: 70px;
}

.season-section__heading h2 {
	margin: 0;
	color: #082d68;
	letter-spacing: -.045em;
	font-size: clamp(34px, 4vw, 49px);
	line-height: 1.05;
}

.season-timeline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	background: #d8e3ec;
	border: 1px solid #d8e3ec;
	border-radius: 17px;
	overflow: hidden;
}

.season-timeline li {
	padding: 28px;
	background: #fff;
}

.season-timeline li > span {
	color: var(--green);
	letter-spacing: .12em;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 880;
}

.season-timeline a {
	margin-top: 17px;
}

.plan-feature {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 490px;
	margin-top: 100px;
	margin-bottom: 100px;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 28px 65px rgba(5, 34, 73, .22);
}

.plan-feature > img,
.plan-feature__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.plan-feature > img {
	object-fit: cover;
}

.plan-feature__shade {
	background: linear-gradient(90deg, rgba(2, 18, 42, .94), rgba(4, 28, 57, .78) 50%, rgba(3, 24, 48, .08));
}

.plan-feature__copy {
	position: relative;
	z-index: 2;
	max-width: 620px;
	padding: 65px;
	color: #fff;
}

.plan-feature__copy > p {
	margin: 0 0 10px;
	color: #80d8f3;
	letter-spacing: .13em;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 850;
}

.plan-feature__copy h2 {
	margin: 0;
	letter-spacing: -.04em;
	font-size: clamp(36px, 4.2vw, 54px);
	line-height: 1.04;
}

.plan-feature__copy > span {
	display: block;
	margin: 20px 0 27px;
	color: #cbd9e8;
	font-size: 14px;
	line-height: 1.7;
}

.coverage-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 90px;
	padding-bottom: 110px;
}

.coverage-section > div > p:not(.interior-kicker) {
	margin: 20px 0 27px;
	color: #607084;
	font-size: 14px;
	line-height: 1.75;
}

.coverage-section ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.coverage-section li {
	padding: 13px 17px;
	color: #163b6b;
	background: #f0f6fc;
	border: 1px solid #d9e5ef;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 740;
}

/* About */
.about-story {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	align-items: center;
	gap: 85px;
	padding-top: 105px;
	padding-bottom: 110px;
}

.about-signature {
	display: flex;
	flex-direction: column;
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #dbe4ec;
}

.about-signature span {
	color: #0a4aa9;
	font-family: Georgia, serif;
	font-size: 27px;
	font-style: italic;
}

.about-signature small {
	margin-top: 4px;
	color: #718094;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.about-story__image {
	position: relative;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(5, 34, 73, .2);
}

.about-story__image img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.about-story__image figcaption {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 25px;
	padding: 22px;
	color: #fff;
	background: rgba(4, 31, 70, .9);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 13px;
	backdrop-filter: blur(12px);
}

.about-story__image figcaption strong,
.about-story__image figcaption span {
	display: block;
}

.about-story__image figcaption strong {
	font-size: 14px;
	line-height: 1.5;
}

.about-story__image figcaption span {
	margin-top: 7px;
	color: #9fd4ee;
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

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

.values-grid article {
	padding: 31px 27px;
	background: #fff;
	border: 1px solid #dce5ed;
	border-radius: 16px;
}

.about-local {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	align-items: stretch;
	gap: 80px;
	padding-top: 110px;
	padding-bottom: 110px;
}

.about-local__visual {
	position: relative;
	min-height: 470px;
	background:
		radial-gradient(circle at 68% 35%, rgba(48, 184, 235, .35), transparent 20%),
		linear-gradient(150deg, #073a7f, #041a3a);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(5, 34, 73, .2);
}

.about-local__visual::before,
.about-local__visual::after {
	content: "";
	position: absolute;
	left: -10%;
	right: -10%;
	height: 180px;
	border-radius: 50% 50% 0 0;
	transform: rotate(-5deg);
}

.about-local__visual::before {
	bottom: 35px;
	background: #0b5a7d;
	clip-path: polygon(0 83%, 14% 59%, 25% 72%, 38% 28%, 50% 60%, 63% 40%, 75% 64%, 88% 33%, 100% 72%, 100% 100%, 0 100%);
}

.about-local__visual::after {
	bottom: -10px;
	background: #72ad37;
	clip-path: polygon(0 83%, 18% 62%, 31% 77%, 48% 48%, 67% 73%, 82% 55%, 100% 78%, 100% 100%, 0 100%);
}

.about-local__visual > span {
	position: absolute;
	top: 55px;
	left: 45px;
	color: rgba(255, 255, 255, .1);
	letter-spacing: -.08em;
	font-size: 150px;
	font-weight: 900;
	line-height: 1;
}

.about-local__visual i {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 3;
	width: 18px;
	height: 18px;
	background: #8fe055;
	border: 5px solid #fff;
	border-radius: 50% 50% 50% 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	box-shadow: 0 10px 25px rgba(1, 17, 38, .38);
}

.about-local__visual b {
	position: absolute;
	left: 45px;
	bottom: 38px;
	z-index: 4;
	color: #fff;
	letter-spacing: .08em;
	font-size: 10px;
	line-height: 1.65;
}

.about-local__copy {
	align-self: center;
}

.about-local ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 20px;
	margin-top: 26px;
}

.about-services__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 40px;
}

.about-services__heading > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--blue);
	font-size: 12px;
	font-weight: 820;
}

.about-service-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.about-service-links a {
	display: grid;
	grid-template-columns: 42px 1fr auto;
	align-items: center;
	gap: 13px;
	padding: 18px;
	color: #0a2d65;
	background: #fff;
	border: 1px solid #d9e3eb;
	border-radius: 13px;
	font-size: 12px;
	transition: transform .18s ease, border-color .18s ease;
}

.about-service-links a:hover {
	transform: translateY(-3px);
	border-color: #77a9e4;
}

.about-service-links a > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: var(--blue);
	background: #eaf4ff;
	border-radius: 11px;
}

/* Contact */
.contact-intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 90px;
	padding-top: 95px;
	padding-bottom: 75px;
}

.contact-intro > div:last-child p:first-child {
	margin-top: 0;
}

.contact-main {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	align-items: stretch;
	gap: 22px;
	padding-bottom: 110px;
}

#contact-form,
#service-request {
	scroll-margin-top: 112px;
}

.contact-panel,
.contact-form-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 22px 55px rgba(5, 34, 73, .16);
}

.contact-panel {
	padding: 42px 36px;
	color: #dce9f7;
	background:
		radial-gradient(circle at 95% 0, rgba(48, 184, 235, .22), transparent 35%),
		linear-gradient(150deg, #073474, #041b3d);
}

.contact-panel > p,
.contact-form-card__heading > p {
	margin: 0 0 9px;
	color: #77d3f1;
	letter-spacing: .13em;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 850;
}

.contact-panel h2 {
	color: #fff;
	font-size: 35px;
}

.contact-panel > span {
	display: block;
	margin-top: 16px;
	color: #b9cade;
	font-size: 13px;
	line-height: 1.7;
}

.contact-panel > ul {
	display: grid;
	gap: 3px;
	margin: 29px 0 0;
}

.contact-panel > ul li {
	display: grid;
	grid-template-columns: 44px 1fr;
	align-items: center;
	gap: 13px;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.contact-panel i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 12px;
	font-style: normal;
}

.contact-panel li small,
.contact-panel li a,
.contact-panel li strong {
	display: block;
}

.contact-panel li small {
	margin-bottom: 3px;
	color: #8fa8c5;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.contact-panel li a,
.contact-panel li strong {
	color: #fff;
	font-size: 12px;
	font-weight: 720;
}

.contact-panel__note {
	margin-top: 25px;
	padding: 20px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 13px;
}

.contact-panel__note b,
.contact-panel__note span {
	display: block;
}

.contact-panel__note b {
	color: #8dde55;
	font-size: 11px;
}

.contact-panel__note span {
	margin-top: 6px;
	color: #b8cadc;
	font-size: 10px;
	line-height: 1.6;
}

.contact-form-card {
	padding: 42px;
	background: #fff;
	border: 1px solid #dce5ed;
}

.contact-form-card__heading > p {
	color: var(--green);
}

.contact-form-card__heading h2 {
	font-size: 36px;
}

.contact-form-card__heading > span {
	display: block;
	margin: 12px 0 26px;
	color: #67768a;
	font-size: 12px;
	line-height: 1.6;
}

.contact-form-card .request-form {
	width: 100%;
	padding: 0;
	color: #173657;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.contact-form-card .request-form__heading {
	display: none;
}

.contact-form-card .request-form label {
	margin-bottom: 13px;
}

.contact-form-card .request-form input,
.contact-form-card .request-form select,
.contact-form-card .request-form textarea {
	padding: 14px;
	background: #f5f8fc;
	border: 1px solid #d6e1eb;
	border-radius: 9px;
	font-size: 13px;
}

.contact-form-card .request-form > button {
	min-height: 53px;
	border-radius: 9px;
}

.contact-form-card .request-form small {
	color: #748398;
	font-size: 10px;
}

.contact-panel__note a {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
}

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

.bsg-contact-form .hp-field {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

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

.bsg-contact-form label,
.bsg-contact-form label > span {
	display: block;
}

.bsg-contact-form label > span {
	margin-bottom: 6px;
	color: #173657;
	font-size: 11px;
	font-weight: 760;
}

.bsg-contact-form label > span em {
	color: #148b32;
	font-style: normal;
}

.bsg-contact-form label > span small {
	margin-left: 4px;
	color: #738398;
	font-size: 9px;
	font-weight: 650;
	text-transform: uppercase;
}

.bsg-contact-form input,
.bsg-contact-form textarea {
	width: 100%;
	padding: 14px;
	color: #153554;
	background: #f5f8fc;
	border: 1px solid #d6e1eb;
	border-radius: 9px;
	font: inherit;
	font-size: 13px;
	transition: border-color .15s, box-shadow .15s, background .15s;
}

.bsg-contact-form textarea {
	min-height: 132px;
	resize: vertical;
}

.bsg-contact-form input:focus,
.bsg-contact-form textarea:focus {
	outline: 0;
	background: #fff;
	border-color: #168ae3;
	box-shadow: 0 0 0 3px rgba(22, 138, 227, .14);
}

.bsg-contact-form__zip-note {
	margin: -6px 0 1px;
	color: #687a8f;
	font-size: 10px;
	line-height: 1.55;
}

.bsg-contact-form > button {
	min-height: 53px;
	color: #fff;
	background: linear-gradient(90deg, #168f32, #2bab42);
	border: 0;
	border-radius: 9px;
	box-shadow: 0 9px 22px rgba(22, 143, 50, .2);
	cursor: pointer;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.bsg-contact-form > button:hover,
.bsg-contact-form > button:focus-visible {
	background: #087d27;
}

.bsg-contact-form > button:disabled {
	cursor: wait;
	opacity: .65;
}

.bsg-contact-form__status {
	margin: 0;
	padding: 12px 14px;
	border-radius: 9px;
	font-size: 11px;
	font-weight: 720;
}

.bsg-contact-form__status.is-success {
	color: #135f28;
	background: #eaf8ed;
	border: 1px solid #b9e1c1;
}

.bsg-contact-form__status.is-error {
	color: #8b2730;
	background: #fff0f1;
	border: 1px solid #efc5c9;
}

.bsg-contact-form__phone {
	margin: 1px 0 0;
	color: #324d69;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.bsg-contact-form__phone a {
	color: var(--blue);
}

.bsg-contact-form__privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #748398;
	font-size: 10px;
	text-align: center;
}

.next-steps ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.next-steps li {
	padding: 30px;
	background: #fff;
	border: 1px solid #dce5ed;
	border-radius: 16px;
}

.contact-service-links {
	display: grid;
	grid-template-columns: .7fr 1.3fr;
	align-items: start;
	gap: 85px;
	padding-top: 105px;
	padding-bottom: 110px;
}

.contact-service-links ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.contact-service-links a {
	display: grid;
	grid-template-columns: 34px 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 14px;
	color: #0a2d65;
	background: #f6f9fc;
	border: 1px solid #dce5ed;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 760;
}

.contact-service-links a > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: var(--blue);
	background: #e6f2ff;
	border-radius: 9px;
}

.standard-page {
	min-height: 520px;
	padding-top: 100px;
	padding-bottom: 110px;
}

.standard-page__content {
	max-width: 820px;
	margin-top: 30px;
	color: #56677b;
	font-size: 15px;
	line-height: 1.8;
}

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

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

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

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

@media (max-width: 900px) {
	.interior-hero {
		min-height: 570px;
	}

	.interior-hero__shade {
		background: linear-gradient(90deg, rgba(2, 18, 43, .94), rgba(3, 25, 56, .67));
	}

	.interior-intro,
	.interior-intro--overview,
	.process-section .page-section,
	.faq-section,
	.season-section .page-section,
	.coverage-section,
	.about-story,
	.about-local,
	.contact-intro,
	.contact-main,
	.contact-service-links {
		grid-template-columns: 1fr;
	}

	.interior-intro,
	.about-story,
	.about-local,
	.contact-intro,
	.contact-service-links {
		gap: 48px;
	}

	.overview-promise {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.process-grid {
		margin-top: 10px;
	}

	.local-band,
	.interior-cta {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.local-band__mark {
		display: none;
	}

	.plan-grid,
	.related-grid {
		grid-template-columns: 1fr;
	}

	.plan-card > strong,
	.related-card p {
		min-height: 0;
	}

	.related-card {
		display: grid;
		grid-template-columns: 240px 1fr;
	}

	.related-card > img {
		height: 100%;
		min-height: 235px;
	}

	.related-card > span {
		top: 22px;
		left: 216px;
	}

	.plan-feature__copy {
		padding: 50px;
	}

	.about-story__image img {
		height: 430px;
	}
}

@media (max-width: 640px) {
	.mobile-nav nav {
		max-height: min(72vh, 620px);
		overflow-y: auto;
	}

	.interior-hero {
		min-height: 650px;
	}

	.interior-hero__image {
		object-position: 64% center;
	}

	.interior-hero__shade {
		background: linear-gradient(90deg, rgba(2, 17, 40, .94), rgba(2, 24, 51, .76)), linear-gradient(0deg, rgba(2, 15, 34, .75), transparent 50%);
	}

	.interior-hero__content {
		width: calc(100% - 32px);
		padding: 55px 0 48px;
	}

	.breadcrumbs {
		margin-bottom: 38px;
	}

	.interior-hero h1 {
		font-size: 47px;
	}

	.interior-hero__lede {
		font-size: 15px;
	}

	.interior-hero__actions {
		display: grid;
	}

	.interior-hero__actions .button {
		width: 100%;
	}

	.interior-hero__points {
		display: grid;
	}

	.interior-intro,
	.feature-section,
	.overview-services,
	.faq-section,
	.about-story,
	.about-local,
	.contact-intro,
	.contact-service-links,
	.standard-page {
		padding-top: 72px;
		padding-bottom: 75px;
	}

	.interior-intro__copy h2,
	.process-heading h2,
	.faq-section__heading h2,
	.coverage-section h2,
	.about-story h2,
	.about-local h2,
	.about-services h2,
	.contact-intro h2,
	.contact-panel h2,
	.contact-form-card h2,
	.contact-service-links h2,
	.standard-page h1 {
		font-size: 35px;
	}

	.interior-intro__copy > p:not(.interior-kicker),
	.about-story__copy > p:not(.interior-kicker),
	.about-local__copy > p:not(.interior-kicker),
	.contact-intro > div:last-child p {
		font-size: 14px;
	}

	.interior-note,
	.contact-panel,
	.contact-form-card {
		padding: 27px;
	}

	.feature-grid,
	.values-grid,
	.overview-service-grid,
	.overview-promise,
	.season-timeline,
	.about-service-links,
	.about-local ul,
	.next-steps ol,
	.contact-service-links ul {
		grid-template-columns: 1fr;
	}

	.overview-promise {
		gap: 1px;
	}

	.overview-service-card__image {
		height: 230px;
	}

	.process-section,
	.season-section,
	.values-section,
	.next-steps,
	.plan-section,
	.related-section,
	.about-services {
		padding-top: 74px;
		padding-bottom: 78px;
	}

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

	.process-grid li,
	.process-grid li:first-child {
		padding: 24px 0;
		border: 0;
		border-top: 1px solid #d3dfe9;
	}

	.local-band,
	.interior-cta {
		padding: 38px 24px;
	}

	.faq-list details p {
		margin-right: 0;
	}

	.related-card {
		display: block;
	}

	.related-card > img {
		height: 210px;
		min-height: 0;
	}

	.related-card > span {
		top: 186px;
		left: 20px;
	}

	.plan-feature {
		min-height: 560px;
		margin-top: 70px;
		margin-bottom: 75px;
		border-radius: 16px;
	}

	.plan-feature > img {
		object-position: 68% center;
	}

	.plan-feature__shade {
		background: linear-gradient(90deg, rgba(2, 18, 42, .95), rgba(3, 26, 55, .63));
	}

	.plan-feature__copy {
		padding: 30px;
	}

	.coverage-section {
		gap: 40px;
		padding-bottom: 80px;
	}

	.about-story__image img {
		height: 380px;
	}

	.about-story__image figcaption {
		left: 14px;
		right: 14px;
		bottom: 14px;
	}

	.about-local__visual {
		min-height: 380px;
	}

	.about-local__visual > span {
		top: 45px;
		left: 28px;
		font-size: 100px;
	}

	.contact-main {
		width: calc(100% - 24px);
	}

	.contact-form-card .request-form input,
	.contact-form-card .request-form select,
	.contact-form-card .request-form textarea,
	.bsg-contact-form input,
	.bsg-contact-form textarea {
		font-size: 16px;
	}

	.bsg-contact-form__grid {
		grid-template-columns: 1fr;
	}
}

/* Canonical Sprinkler Repair page — adapted from the approved page comp. */
.sprinkler-repair-v2 {
	--sr-blue: #075dcc;
	--sr-green: #0c9a2c;
	--sr-green-dark: #067c22;
	--sr-ink: #072a59;
	--sr-text: #1b2a3d;
	--sr-shadow: 0 12px 30px rgba(13, 52, 91, .08);
	color: var(--sr-text);
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.45;
}

.sprinkler-repair-v2 section {
	scroll-margin-top: 80px;
}

.sr-wrap {
	width: min(1170px, 92%);
	margin: 0 auto;
}

.sr-label {
	margin: 0;
	color: var(--sr-green);
	letter-spacing: .04em;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 900;
}

.sr-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 385px;
	overflow: hidden;
	color: #fff;
	background: #00120e;
}

.sr-hero__image,
.sr-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.sr-hero__image {
	object-fit: cover;
	object-position: center 48%;
}

.sr-hero__shade {
	background: linear-gradient(90deg, rgba(0, 14, 11, .96) 0%, rgba(0, 18, 14, .9) 34%, rgba(0, 18, 14, .37) 58%, rgba(0, 18, 14, .04) 100%);
}

.sr-hero__inner {
	position: relative;
	z-index: 1;
}

.sr-hero__content {
	max-width: 590px;
	padding: 52px 0 48px;
}

.sr-hero .sr-label {
	margin-bottom: 10px;
}

.sr-hero h1 {
	max-width: 570px;
	margin: 0 0 18px;
	color: #fff;
	letter-spacing: -.02em;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.04;
}

.sr-hero__content > p:not(.sr-label) {
	max-width: 560px;
	margin: 0;
	color: #fff;
	font-size: 15px;
}

.sr-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 23px;
}

.sr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	padding: 0 18px;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.sr-button:hover {
	transform: translateY(-1px);
}

.sr-button:focus-visible,
.sr-faq summary:focus-visible {
	outline: 3px solid #8fd6ff;
	outline-offset: 3px;
}

.sr-button--green {
	background: var(--sr-green);
	text-transform: uppercase;
	box-shadow: 0 6px 15px rgba(12, 154, 44, .2);
}

.sr-button--green:hover {
	background: var(--sr-green-dark);
}

.sr-button--outline {
	background: rgba(0, 0, 0, .24);
	border-color: #fff;
}

.sr-button--outline:hover {
	background: rgba(0, 0, 0, .4);
}

.sr-intro {
	padding: 28px 0 30px;
}

.sr-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
	align-items: center;
	gap: 54px;
}

.sr-intro__photo {
	margin: 0;
	overflow: hidden;
	background: #eef4f9;
	border-radius: 8px;
	box-shadow: var(--sr-shadow);
}

.sr-intro__photo img {
	width: 100%;
	height: 275px;
	object-fit: cover;
}

.sr-intro__copy h2 {
	margin: 4px 0 13px;
	color: var(--sr-ink);
	letter-spacing: -.02em;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.03;
}

.sr-intro__copy > p:not(.sr-label) {
	margin: 0 0 12px;
	color: #28384c;
	font-size: 13px;
}

.sr-intro__copy strong {
	color: #071e43;
}

.sr-benefit-section {
	padding: 0 0 24px;
}

.sr-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	background: linear-gradient(180deg, #f7fbff, #eff6fc);
	border-radius: 8px;
}

.sr-benefit {
	padding: 24px 26px;
	text-align: center;
	border-right: 1px solid #d5e1ed;
}

.sr-benefit:last-child {
	border-right: 0;
}

.sr-icon {
	display: grid;
	place-items: center;
	width: 37px;
	height: 37px;
	margin: 0 auto 8px;
	color: var(--sr-blue);
}

.sr-icon svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.sr-benefit__icon {
	width: 52px;
	height: 52px;
	margin-bottom: 11px;
	background: linear-gradient(145deg, #fff, #eaf3ff);
	border: 1px solid #cadcf3;
	border-radius: 15px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 8px 16px rgba(7, 58, 126, .1);
}

.sr-benefit__icon svg {
	width: 27px;
	height: 27px;
	stroke-width: 1.85;
}

.sr-benefit__icon--zone {
	color: #075dcc;
	background: linear-gradient(145deg, #f9fcff, #e7f1ff);
	border-color: #c6daf5;
}

.sr-benefit__icon--coverage {
	color: #0477b7;
	background: linear-gradient(145deg, #fbfeff, #e4f6fb);
	border-color: #c2e1ec;
}

.sr-benefit__icon--water {
	color: #168b2f;
	background: linear-gradient(145deg, #fbfff9, #e8f6e3);
	border-color: #c9e4c0;
}

.sr-benefit__icon--service {
	color: #16498e;
	background: linear-gradient(145deg, #fbfcff, #e9eef8);
	border-color: #cad5e8;
}

.sr-benefit h3,
.sr-component-card h3 {
	margin: 4px 0 6px;
	color: var(--sr-ink);
	font-size: 13px;
	font-weight: 800;
}

.sr-benefit p {
	margin: 0;
	color: #506177;
	font-size: 11.5px;
}

.sr-components {
	padding: 4px 0 20px;
}

.sr-section-heading {
	text-align: center;
}

.sr-section-heading h2 {
	margin: 6px 0 5px;
	color: var(--sr-ink);
	font-size: 27px;
	font-weight: 800;
	line-height: 1.1;
}

.sr-section-heading > p:not(.sr-label) {
	max-width: 620px;
	margin: 0 auto 20px;
	color: #5a6a7d;
	font-size: 12px;
}

.sr-component-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.sr-component-card {
	min-height: 195px;
	padding: 20px 13px 16px;
	text-align: center;
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(12, 50, 88, .035);
}

.sr-component-card p {
	margin: 0;
	color: #4f6175;
	font-size: 11.5px;
}

.sr-problem-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 13px 0 28px;
}

.sr-problem-card {
	min-height: 176px;
	padding: 22px 28px;
	background: #fff;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(12, 50, 88, .035);
}

.sr-problem-card h3 {
	margin: 4px 0 5px;
	color: var(--sr-ink);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.05;
}

.sr-problem-card > p:not(.sr-label) {
	margin: 0 0 8px;
	color: #33465e;
	font-size: 12px;
}

.sr-checks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-checks li {
	position: relative;
	margin: 2px 0;
	padding-left: 23px;
	color: #253b55;
	font-size: 12px;
}

.sr-checks li::before {
	position: absolute;
	top: -1px;
	left: 0;
	color: #0b9c31;
	content: "✓";
	font-size: 15px;
	font-weight: 900;
}

.sr-process {
	padding: 0 0 24px;
}

.sr-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.sr-steps::before {
	position: absolute;
	top: 14px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: #9ec1eb;
	content: "";
}

.sr-steps li {
	position: relative;
	z-index: 1;
	text-align: center;
}

.sr-steps li > span {
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	margin: 0 auto 8px;
	color: #fff;
	background: var(--sr-blue);
	border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	font-size: 12px;
	font-weight: 900;
}

.sr-steps h3 {
	margin: 0 0 4px;
	color: #0a2a58;
	font-size: 12px;
	font-weight: 800;
}

.sr-steps p {
	margin: 0;
	color: #4f6074;
	font-size: 10.5px;
}

.sr-faq {
	padding: 4px 0 0;
}

.sr-faq__list {
	width: min(930px, 100%);
	margin: 10px auto 0;
}

.sr-faq details {
	margin: 5px 0;
	background: #fff;
	border: 1px solid #d5e2ef;
	border-radius: 4px;
}

.sr-faq summary {
	position: relative;
	padding: 8px 39px 8px 13px;
	color: #0651b5;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	list-style: none;
}

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

.sr-faq summary > span {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #1260c6;
	border-bottom: 2px solid #1260c6;
	transform: rotate(45deg);
	transition: transform .18s ease;
}

.sr-faq details[open] summary > span {
	transform: translateY(4px) rotate(225deg);
}

.sr-faq details p {
	max-width: 830px;
	margin: 0;
	padding: 0 15px 13px;
	color: #4f6074;
	font-size: 12px;
}

.sr-cta {
	margin-top: 16px;
	color: #fff;
	background: linear-gradient(90deg, #047926, #069c2e);
}

.sr-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 88px;
}

.sr-cta h2 {
	margin: 0 0 2px;
	color: #fff;
	font-size: 21px;
	font-weight: 800;
}

.sr-cta p {
	margin: 0;
	font-size: 12px;
}

.sr-cta .sr-actions {
	flex: none;
	margin-top: 0;
}

.sr-cta .sr-button--green {
	background: #0ea538;
}

@media (max-width: 1000px) {
	.sr-intro__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.sr-intro__photo img {
		height: clamp(300px, 45vw, 440px);
		object-fit: cover;
	}

	.sr-component-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.sr-benefit:nth-child(2) {
		border-right: 0;
	}

	.sr-benefit:nth-child(-n + 2) {
		border-bottom: 1px solid #d5e1ed;
	}
}

@media (max-width: 680px) {
	.sr-wrap {
		width: calc(100% - 32px);
	}

	.sr-hero {
		min-height: 440px;
	}

	.sr-hero__image {
		object-position: 58% center;
	}

	.sr-hero__shade {
		background: linear-gradient(90deg, rgba(0, 14, 11, .95), rgba(0, 18, 14, .68));
	}

	.sr-hero__content {
		padding: 42px 0;
	}

	.sr-hero h1 {
		max-width: 390px;
		font-size: 38px;
	}

	.sr-hero__content > p:not(.sr-label) {
		max-width: 390px;
		font-size: 14px;
	}

	.sr-actions,
	.sr-cta .sr-actions {
		display: grid;
		width: 100%;
	}

	.sr-button {
		width: 100%;
	}

	.sr-benefits,
	.sr-component-grid,
	.sr-problem-grid,
	.sr-steps {
		grid-template-columns: 1fr;
	}

	.sr-benefit {
		border-right: 0;
		border-bottom: 1px solid #d5e1ed;
	}

	.sr-benefit:last-child {
		border-bottom: 0;
	}

	.sr-component-card {
		min-height: 0;
	}

	.sr-steps::before {
		display: none;
	}

	.sr-steps li {
		padding: 8px 0;
	}

	.sr-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px 0;
	}
}

/* Cancel Service form (reuses .bsg-contact-form styling) */
.bsg-cancel-form__services { border: 0; margin: 0; padding: 0; }
.bsg-cancel-form__services legend { font-weight: 600; margin-bottom: 8px; }
.bsg-cancel-form__services em { color: #d64545; font-style: normal; }
.bsg-cancel-form__service { align-items: center; display: flex; gap: 8px; font-size: 15px; padding: 4px 0; }
.bsg-cancel-form__service input { accent-color: #075ddd; height: 17px; width: 17px; }
