/* RS Facility Services conversion landing pages. */
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../landing/fonts/poppins-400-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../landing/fonts/poppins-800-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.page-template-page-security-landing,
body.page-template-page-cleaning-landing {
	margin: 0;
	background: #fff;
}
.page-template-page-security-landing #masthead,
.page-template-page-security-landing #colophon,
.page-template-page-cleaning-landing #masthead,
.page-template-page-cleaning-landing #colophon {
	display: none;
}

.page-template-page-security-landing .site-content > .ast-container,
.page-template-page-cleaning-landing .site-content > .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0;
}

.rsfs-landing,
.rsfs-header,
.rsfs-footer,
.rsfs-mobile-bar {
	--rsfs-blue: #2099f2;
	--rsfs-action: #0874bd;
	--rsfs-action-dark: #065f9d;
	--rsfs-navy: #071d2d;
	--rsfs-navy-soft: #0d2a40;
	--rsfs-ink: #101b25;
	--rsfs-muted: #5d6975;
	--rsfs-paper: #f3f7fa;
	--rsfs-line: #dbe4ea;
	--rsfs-white: #fff;
	--rsfs-shadow: 0 28px 80px rgba(5, 29, 46, 0.12);
	box-sizing: border-box;
	font-family: "Poppins", Arial, sans-serif;
	text-transform: none;
}

.rsfs-landing *,
.rsfs-landing *::before,
.rsfs-landing *::after,
.rsfs-header *,
.rsfs-header *::before,
.rsfs-header *::after,
.rsfs-footer *,
.rsfs-footer *::before,
.rsfs-footer *::after {
	box-sizing: border-box;
}

.rsfs-landing {
	width: 100%;
	overflow-x: hidden;
	overflow: clip;
	color: var(--rsfs-ink);
	background: var(--rsfs-white);
	font-size: 16px;
	line-height: 1.7;
}

.rsfs-landing h1,
.rsfs-landing h2,
.rsfs-landing h3,
.rsfs-landing p,
.rsfs-landing figure,
.rsfs-landing ul,
.rsfs-landing ol,
.rsfs-footer h2,
.rsfs-footer p {
	margin: 0;
}

.rsfs-landing h1,
.rsfs-landing h2,
.rsfs-landing h3,
.rsfs-footer h2 {
	color: inherit;
	font-weight: 800;
	letter-spacing: -0.035em;
	text-transform: none;
}

.rsfs-landing a,
.rsfs-header a,
.rsfs-footer a,
.rsfs-mobile-bar {
	color: inherit;
	text-decoration: none;
}

.rsfs-landing img,
.rsfs-header img,
.rsfs-footer img {
	display: block;
	max-width: 100%;
	height: auto;
}

.rsfs-shell {
	width: min(100% - 48px, 1260px);
	margin-inline: auto;
}

.rsfs-section {
	padding-block: clamp(80px, 8.5vw, 128px);
}

.rsfs-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px !important;
	color: #0969a9;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.rsfs-eyebrow > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(32, 153, 242, 0.14);
}

.rsfs-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 15px 22px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.3;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.rsfs-button:hover {
	transform: translateY(-2px);
}

.rsfs-button--primary {
	color: #fff !important;
	background: var(--rsfs-action);
	box-shadow: 0 14px 34px rgba(8, 116, 189, 0.25);
}

.rsfs-button--primary:hover {
	background: var(--rsfs-action-dark);
}

.rsfs-button--light {
	color: var(--rsfs-navy) !important;
	background: #fff;
}

.rsfs-landing a:focus-visible,
.rsfs-landing button:focus-visible,
.rsfs-landing input:focus-visible,
.rsfs-landing select:focus-visible,
.rsfs-landing textarea:focus-visible,
.rsfs-landing summary:focus-visible,
.rsfs-header a:focus-visible,
.rsfs-footer a:focus-visible,
.rsfs-mobile-bar:focus-visible {
	outline: 3px solid #ffd166;
	outline-offset: 3px;
}

/* Compact conversion header. */
.rsfs-header {
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	left: 0;
	min-height: 96px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	background: linear-gradient(180deg, rgba(4, 20, 32, 0.9), rgba(4, 20, 32, 0.35));
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.rsfs-header__inner {
	display: flex;
	min-height: 96px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.rsfs-brand {
	display: inline-flex;
	align-items: center;
}

.rsfs-brand img {
	width: 106px;
	height: auto;
}

.rsfs-header__nav {
	display: flex;
	align-items: center;
	gap: 30px;
}

.rsfs-header__nav > a:not(.rsfs-button) {
	font-size: 0.88rem;
	font-weight: 700;
}

.rsfs-header__mobile-cta {
	display: none;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 5px;
	font-size: 0.82rem;
	font-weight: 800;
}

/* Hero and embedded quote form. */
.rsfs-hero {
	position: relative;
	padding: 140px 0 clamp(72px, 8vw, 112px);
	color: #fff;
	background: var(--rsfs-navy);
}

.rsfs-hero::before {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 12% 22%, rgba(32, 153, 242, 0.19), transparent 33%), linear-gradient(120deg, transparent 45%, rgba(255, 255, 255, 0.035));
	content: "";
	pointer-events: none;
}

.rsfs-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.78fr);
	align-items: start;
	gap: clamp(48px, 6vw, 84px);
}

.rsfs-hero__content {
	padding-top: 34px;
}

.rsfs-hero .rsfs-eyebrow {
	color: #a7dcff;
}

.rsfs-hero h1 {
	max-width: 770px;
	font-size: clamp(2.75rem, 3.5vw, 4rem);
	line-height: 1.02;
}

.rsfs-hero__lead {
	max-width: 700px;
	margin-top: 28px !important;
	color: #cbd8e1;
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.8;
}

.rsfs-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 28px !important;
	padding: 0;
	list-style: none;
}

.rsfs-hero__facts li {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #e7f1f8;
	font-size: 0.84rem;
	font-weight: 700;
}

.rsfs-hero__facts span {
	display: inline-grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border-radius: 50%;
	color: var(--rsfs-blue);
	background: rgba(32, 153, 242, 0.13);
}

.rsfs-hero__image {
	position: relative;
	min-height: 320px;
	margin-top: 40px !important;
	overflow: hidden;
	border-radius: 4px 52px 4px 4px;
	box-shadow: 0 32px 78px rgba(0, 0, 0, 0.28);
}

.rsfs-hero__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 29, 45, 0.16), transparent 55%);
	content: "";
}

.rsfs-hero__image picture,
.rsfs-hero__image img {
	display: block;
	width: 100%;
	height: clamp(320px, 31vw, 450px);
	object-fit: cover;
}

.rsfs-landing--security .rsfs-hero__image img {
	object-position: center 31%;
}

.rsfs-landing--cleaning .rsfs-hero__image img {
	object-position: 54% center;
}

.rsfs-quote {
	position: relative;
	z-index: 3;
	min-height: 610px;
	padding: clamp(28px, 3.2vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 10px;
	color: var(--rsfs-ink);
	background: #fff;
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.rsfs-quote__heading {
	padding-bottom: 24px;
	border-bottom: 1px solid var(--rsfs-line);
}

.rsfs-quote__kicker {
	margin-bottom: 8px !important;
	color: #0874bd;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.rsfs-quote__heading h2 {
	font-size: clamp(1.65rem, 2.5vw, 2.3rem);
	line-height: 1.15;
}

.rsfs-quote__heading > p:last-child {
	margin-top: 8px !important;
	color: var(--rsfs-muted);
	font-size: 0.88rem;
}

.rsfs-quote__privacy {
	margin-top: 16px !important;
	color: #6c7882;
	font-size: 0.72rem;
	line-height: 1.55;
	text-align: center;
}

.rsfs-quote__privacy a {
	color: var(--rsfs-action);
	font-weight: 700;
	text-decoration: underline;
}

.rsfs-quote__fallback {
	padding: 34px 0 10px;
}

.rsfs-quote__fallback p {
	margin-bottom: 22px !important;
}

.rsfs-quote .wpforms-confirmation-container-full {
	margin: 28px 0 10px;
	padding: 20px;
	border: 1px solid #9ed0b1;
	border-radius: 6px;
	color: #174b2a;
	background: #effaf3;
	font-size: 0.9rem;
}

/* WPForms: native rendering first, enhanced into steps by JavaScript. */
.rsfs-quote .wpforms-container {
	margin: 26px 0 0;
}

.rsfs-quote .wpforms-form {
	font-family: inherit;
}

.rsfs-quote .wpforms-field {
	padding: 8px 0;
}

.rsfs-quote .wpforms-field-label {
	margin-bottom: 7px;
	color: var(--rsfs-ink);
	font-size: 0.83rem;
	font-weight: 800;
}

.rsfs-quote .wpforms-required-label {
	color: #c52d2d;
}

.rsfs-quote input[type="text"],
.rsfs-quote input[type="email"],
.rsfs-quote input[type="tel"],
.rsfs-quote input[type="number"],
.rsfs-quote input[type="date"],
.rsfs-quote select,
.rsfs-quote textarea {
	width: 100% !important;
	max-width: none !important;
	min-height: 48px;
	padding: 11px 13px !important;
	border: 1px solid #cbd6de !important;
	border-radius: 5px !important;
	color: var(--rsfs-ink) !important;
	background: #fff !important;
	font: inherit !important;
	font-size: 0.9rem !important;
	box-shadow: none !important;
}

.rsfs-quote textarea {
	min-height: 96px;
	resize: vertical;
}

.rsfs-quote input:focus,
.rsfs-quote select:focus,
.rsfs-quote textarea:focus {
	border-color: var(--rsfs-blue) !important;
	box-shadow: 0 0 0 3px rgba(32, 153, 242, 0.14) !important;
}

.rsfs-quote .wpforms-field-row {
	max-width: none !important;
}

.rsfs-quote .wpforms-form .wpforms-field-checkbox ul,
.rsfs-quote .wpforms-form .wpforms-field-radio ul {
	display: grid !important;
	width: 100% !important;
	grid-auto-flow: row;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.rsfs-quote .wpforms-form .wpforms-field-checkbox ul {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.rsfs-quote .wpforms-form .wpforms-field-radio ul {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.rsfs-quote .wpforms-form .wpforms-field-radio ul > li:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.rsfs-quote .wpforms-form .rsfs-step-3.wpforms-field-checkbox ul {
	grid-template-columns: 1fr !important;
}

.rsfs-quote .wpforms-form .wpforms-field-checkbox ul > li,
.rsfs-quote .wpforms-form .wpforms-field-radio ul > li {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-height: 58px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.rsfs-quote .wpforms-form .wpforms-field-checkbox ul > li > label,
.rsfs-quote .wpforms-form .wpforms-field-radio ul > li > label {
	display: flex !important;
	width: 100% !important;
	min-height: 58px !important;
	align-items: center;
	margin: 0 !important;
	padding: 12px 13px 12px 44px !important;
	border: 1px solid #d8e1e7 !important;
	border-radius: 6px !important;
	color: var(--rsfs-ink) !important;
	background: #fff !important;
	font-size: 0.78rem !important;
	font-weight: 600 !important;
	line-height: 1.35;
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.rsfs-quote .wpforms-form .wpforms-field-checkbox ul > li > input[type="checkbox"],
.rsfs-quote .wpforms-form .wpforms-field-radio ul > li > input[type="radio"] {
	position: absolute !important;
	z-index: 2;
	top: 50% !important;
	left: 15px !important;
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	transform: translateY(-50%);
	accent-color: var(--rsfs-action);
}

.rsfs-quote .wpforms-form .wpforms-field-checkbox ul > li > input:checked + label,
.rsfs-quote .wpforms-form .wpforms-field-radio ul > li > input:checked + label {
	border-color: var(--rsfs-action) !important;
	background: #eef8ff !important;
	box-shadow: inset 0 0 0 1px var(--rsfs-action);
}

.rsfs-quote .wpforms-form .wpforms-field-checkbox ul > li > input:focus-visible + label,
.rsfs-quote .wpforms-form .wpforms-field-radio ul > li > input:focus-visible + label {
	outline: 3px solid #ffd166;
	outline-offset: 2px;
}

.rsfs-quote .wpforms-submit-container {
	margin-top: 12px !important;
}

.rsfs-quote button[type="submit"] {
	width: 100%;
	min-height: 54px;
	padding: 14px 18px !important;
	border: 0 !important;
	border-radius: 5px !important;
	color: #fff !important;
	background: var(--rsfs-action) !important;
	font: inherit !important;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
}

.rsfs-quote .wpforms-error,
.rsfs-quote label.wpforms-error {
	color: #a91f1f !important;
	font-size: 0.74rem !important;
}

.rsfs-quote .rsfs-inline-error {
	margin: 7px 0 0 !important;
	color: #a91f1f;
	font-size: 0.74rem;
	font-weight: 600;
	line-height: 1.45;
}

.rsfs-quote .rsfs-captcha-status {
	margin: 7px 0 !important;
	color: var(--rsfs-muted);
	font-size: 0.74rem;
	line-height: 1.45;
}

.rsfs-quote .rsfs-captcha-status--error {
	color: #a91f1f;
	font-weight: 600;
}

.rsfs-quote .rsfs-field-error input,
.rsfs-quote .rsfs-field-error select,
.rsfs-quote .rsfs-field-error textarea,
.rsfs-quote .rsfs-field-error.wpforms-field-checkbox label,
.rsfs-quote .rsfs-field-error.wpforms-field-radio label {
	border-color: #b42318 !important;
}

.rsfs-stepper {
	margin-top: 23px;
}

.rsfs-stepper__status {
	display: flex;
	width: 100%;
	align-items: stretch;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 24px;
}

.rsfs-stepper__label {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.rsfs-stepper__track {
	display: block;
	width: 100%;
	height: 8px;
	flex: 0 0 8px;
	overflow: hidden;
	border-radius: 99px;
	background: #dfe8ee;
}

.rsfs-stepper__progress {
	display: block;
	width: 33.333%;
	height: 100%;
	background: var(--rsfs-blue);
	box-shadow: 0 0 14px rgba(32, 153, 242, 0.28);
	transition: width 320ms ease;
}

.rsfs-stepper__panel[hidden] {
	display: none !important;
}

.rsfs-stepper__panel:not([hidden]) {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.rsfs-stepper__panel > .wpforms-field {
	margin: 0 !important;
	padding: 0 !important;
}

.rsfs-stepper__panel-title {
	margin: 0 0 4px !important;
	font-size: 1.15rem !important;
	line-height: 1.3;
}

.rsfs-stepper__nav {
	display: flex;
	width: 100%;
	align-items: stretch;
	gap: 12px;
	margin-top: 8px;
}

.rsfs-stepper__nav button {
	width: 100%;
	flex: 1 1 0;
	min-height: 46px;
	padding: 10px 17px;
	border: 1px solid var(--rsfs-line);
	border-radius: 5px;
	color: var(--rsfs-ink);
	background: #fff;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 800;
	cursor: pointer;
}

.rsfs-stepper__nav .rsfs-stepper__next {
	margin-left: 0;
	border-color: var(--rsfs-action);
	color: #fff;
	background: var(--rsfs-action);
}

.rsfs-stepper__summary {
	margin: 15px 0 4px;
	padding: 15px;
	border-radius: 6px;
	background: var(--rsfs-paper);
}

.rsfs-stepper__summary h4 {
	margin: 0 0 10px;
	font-size: 0.9rem;
}

.rsfs-stepper__summary dl {
	display: grid;
	grid-template-columns: minmax(100px, 0.7fr) 1.3fr;
	gap: 4px 10px;
	margin: 0;
	font-size: 0.73rem;
	line-height: 1.45;
}

.rsfs-stepper__summary dt {
	font-weight: 800;
}

.rsfs-stepper__summary dd {
	margin: 0;
	word-break: break-word;
}

.rsfs-stepper__summary-edit {
	margin-top: 9px;
	padding: 0;
	border: 0;
	color: var(--rsfs-action);
	background: transparent;
	font: inherit;
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

/* References. */
.rsfs-references {
	position: relative;
	overflow: hidden;
	padding-block: clamp(62px, 6.5vw, 92px);
	border-bottom: 1px solid var(--rsfs-line);
	background: #fff;
}

.rsfs-references__heading {
	margin-bottom: clamp(40px, 5vw, 62px);
	text-align: center;
}

.rsfs-references__heading h2 {
	max-width: 850px;
	margin: 0 auto;
	font-size: clamp(2rem, 3.5vw, 3.35rem);
	line-height: 1.08;
}

.rsfs-reference-loop {
	width: 100%;
	overflow: hidden;
	margin-block: -12px;
	padding-block: 12px;
}

.rsfs-reference-loop__track {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: rsfs-reference-loop 38s linear infinite;
}

.rsfs-reference-loop__group {
	display: flex;
	flex: 0 0 auto;
	gap: 18px;
	padding-right: 18px;
}

.rsfs-reference-card {
	display: flex;
	width: 240px;
	height: 112px;
	flex: 0 0 240px;
	align-items: center;
	justify-content: center;
	padding: 24px 30px;
	border: 1px solid var(--rsfs-line);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(5, 29, 46, 0.06);
}

.rsfs-reference-card--dark {
	border-color: var(--rsfs-navy);
	background: var(--rsfs-navy);
}

.rsfs-reference-card--wassermann img {
	transform: translateY(12px);
}

.rsfs-reference-card img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 64px;
	object-fit: contain;
}

@keyframes rsfs-reference-loop {
	to {
		transform: translate3d(-25%, 0, 0);
	}
}

/* Section headings and service cards. */
.rsfs-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
	align-items: end;
	gap: clamp(40px, 8vw, 100px);
	margin-bottom: clamp(50px, 6vw, 76px);
}

.rsfs-section-heading h2,
.rsfs-feature h2,
.rsfs-image-story h2,
.rsfs-rating h2,
.rsfs-faq h2,
.rsfs-final-cta h2 {
	font-size: clamp(2.25rem, 4.2vw, 4.3rem);
	line-height: 1.06;
}

.rsfs-section-heading > p,
.rsfs-section-heading > div + p {
	padding-bottom: 6px;
	color: var(--rsfs-muted);
	font-size: 1.02rem;
}

.rsfs-section-heading--center {
	display: block;
	max-width: 790px;
	margin-inline: auto;
	text-align: center;
}

.rsfs-section-heading--center .rsfs-eyebrow {
	justify-content: center;
}

.rsfs-section-heading--center > p {
	max-width: 650px;
	margin: 22px auto 0;
}

.rsfs-services {
	background: #fff;
}

.rsfs-service-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.rsfs-service-card {
	position: relative;
	grid-column: span 2;
	min-height: 260px;
	padding: 31px;
	border: 1px solid var(--rsfs-line);
	border-radius: 5px;
	background: #fff;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rsfs-service-card:nth-child(4) {
	grid-column: 2 / span 2;
}

.rsfs-service-card:hover {
	transform: translateY(-4px);
	border-color: #a8d7f7;
	box-shadow: 0 20px 50px rgba(7, 29, 45, 0.09);
}

.rsfs-service-card > img {
	width: 28px;
	height: 28px;
	margin-bottom: 42px;
}

.rsfs-service-card__number {
	position: absolute;
	top: 28px;
	right: 28px;
	color: #9aa8b2;
	font-size: 0.73rem;
	font-weight: 800;
}

.rsfs-service-card h3 {
	font-size: 1.22rem;
	line-height: 1.27;
}

.rsfs-service-card p {
	margin-top: 13px !important;
	color: var(--rsfs-muted);
	font-size: 0.9rem;
}

/* Feature and benefit area. */
.rsfs-feature {
	color: #fff;
	background: var(--rsfs-navy);
}

.rsfs-feature__grid {
	display: grid;
	grid-template-columns: minmax(340px, 0.83fr) minmax(0, 1.17fr);
	align-items: center;
	gap: clamp(50px, 8vw, 112px);
}

.rsfs-feature__image {
	min-height: 650px;
	overflow: hidden;
	border-radius: 60px 4px 4px 4px;
}

.rsfs-feature__image picture,
.rsfs-feature__image img {
	display: block;
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.rsfs-feature__image img {
	object-position: center;
}

.rsfs-feature .rsfs-eyebrow {
	color: #a7dcff;
}

.rsfs-feature__copy > p:not(.rsfs-eyebrow) {
	max-width: 650px;
	margin-top: 24px !important;
	color: #c4d2dc;
	font-size: 1rem;
}

.rsfs-benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 26px;
	margin-top: 44px;
}

.rsfs-benefit-grid article {
	display: flex;
	gap: 13px;
}

.rsfs-benefit-grid article > span {
	display: grid;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	place-items: center;
	margin-top: 2px;
	border-radius: 50%;
	color: #fff;
	background: var(--rsfs-action);
	font-size: 0.72rem;
}

.rsfs-benefit-grid h3 {
	font-size: 1rem;
	line-height: 1.35;
}

.rsfs-benefit-grid article p {
	margin-top: 6px !important;
	color: #aebfca;
	font-size: 0.8rem;
}

/* Cleaning-only visual story. */
.rsfs-image-story {
	padding-block: clamp(80px, 9vw, 132px);
	background: var(--rsfs-paper);
}

.rsfs-image-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(210px, 0.55fr) minmax(280px, 0.8fr);
	align-items: center;
	gap: 22px;
}

.rsfs-image-story figure {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: var(--rsfs-shadow);
}

.rsfs-image-story picture,
.rsfs-image-story img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.rsfs-image-story__wide img {
	object-position: center;
}

.rsfs-image-story__detail img {
	object-position: 54% center;
}

.rsfs-image-story__grid > div {
	padding-left: 24px;
}

.rsfs-image-story h2 {
	font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.rsfs-image-story__grid > div > p:last-child {
	margin-top: 22px !important;
	color: var(--rsfs-muted);
}

/* Process. */
.rsfs-process {
	background: #fff;
}

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

.rsfs-process-grid li {
	position: relative;
	padding: 33px;
	border-top: 1px solid var(--rsfs-line);
	border-bottom: 1px solid var(--rsfs-line);
	border-left: 1px solid var(--rsfs-line);
}

.rsfs-process-grid li:last-child {
	border-right: 1px solid var(--rsfs-line);
}

.rsfs-process-grid span {
	display: inline-block;
	margin-bottom: 54px;
	color: var(--rsfs-action);
	font-size: 0.78rem;
	font-weight: 800;
}

.rsfs-process-grid h3 {
	font-size: 1.2rem;
}

.rsfs-process-grid p {
	margin-top: 11px !important;
	color: var(--rsfs-muted);
	font-size: 0.86rem;
}

/* Rating panel. */
.rsfs-rating {
	padding-top: 0;
}

.rsfs-rating__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
	align-items: center;
	gap: clamp(40px, 8vw, 100px);
	padding: clamp(48px, 6vw, 78px);
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(125deg, var(--rsfs-navy), var(--rsfs-navy-soft));
	box-shadow: var(--rsfs-shadow);
}

.rsfs-rating .rsfs-eyebrow {
	color: #a7dcff;
}

.rsfs-rating h2 {
	font-size: clamp(2.1rem, 3.8vw, 3.9rem);
}

.rsfs-rating__panel > div > p:last-child {
	max-width: 660px;
	margin-top: 20px !important;
	color: #c0d0da;
}

.rsfs-rating__score {
	display: flex;
	min-height: 270px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.06);
	text-align: center;
	transition: background-color 180ms ease, transform 180ms ease;
}

.rsfs-rating__score:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.1);
}

.rsfs-rating__score strong {
	font-size: 4rem;
	line-height: 1;
}

.rsfs-rating__stars {
	margin-top: 12px;
	color: #ffd166;
	font-size: 1.28rem;
	letter-spacing: 0.1em;
}

.rsfs-rating__score > span:not(.rsfs-rating__stars) {
	margin-top: 5px;
	color: #d2dee6;
	font-size: 0.8rem;
}

.rsfs-rating__score em {
	margin-top: 19px;
	color: #fff;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
}

/* FAQ. */
.rsfs-faq {
	background: var(--rsfs-paper);
}

.rsfs-faq__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
	align-items: start;
	gap: clamp(50px, 9vw, 130px);
}

.rsfs-faq header {
	position: sticky;
	top: 32px;
}

.rsfs-faq header > p:last-child {
	margin-top: 22px !important;
	color: var(--rsfs-muted);
}

.rsfs-faq__items {
	border-top: 1px solid #cbd7df;
}

.rsfs-faq details {
	border-bottom: 1px solid #cbd7df;
}

.rsfs-faq summary {
	display: flex;
	min-height: 80px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 4px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

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

.rsfs-faq summary span {
	position: relative;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
}

.rsfs-faq summary span::before,
.rsfs-faq summary span::after {
	position: absolute;
	top: 10px;
	left: 3px;
	width: 16px;
	height: 2px;
	background: var(--rsfs-action);
	content: "";
}

.rsfs-faq summary span::after {
	transform: rotate(90deg);
	transition: transform 180ms ease;
}

.rsfs-faq details[open] summary span::after {
	transform: rotate(0);
}

.rsfs-faq details p {
	padding: 0 50px 25px 4px;
	color: var(--rsfs-muted);
	font-size: 0.93rem;
}

/* Final CTA and footer. */
.rsfs-final-cta {
	padding-block: clamp(68px, 8vw, 104px);
	color: #fff;
	background: var(--rsfs-action);
}

.rsfs-final-cta .rsfs-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.rsfs-final-cta .rsfs-eyebrow {
	color: #dff2ff;
}

.rsfs-final-cta h2 {
	max-width: 820px;
}

.rsfs-final-cta p:last-child {
	margin-top: 19px !important;
	color: #e2f2fc;
}

.rsfs-final-cta .rsfs-button {
	flex: 0 0 auto;
}

.rsfs-footer {
	padding: 72px 0 28px;
	color: #b5c5cf;
	background: #04141f;
}

.rsfs-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 0.7fr 0.8fr;
	gap: clamp(40px, 8vw, 110px);
	padding-bottom: 56px;
}

.rsfs-footer__grid > div:first-child > p {
	max-width: 380px;
	margin-top: 20px;
}

.rsfs-footer h2 {
	margin-bottom: 18px;
	color: #fff;
	font-size: 0.83rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rsfs-footer nav,
.rsfs-footer__grid > div:last-child {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.rsfs-footer p,
.rsfs-footer a {
	font-size: 0.82rem;
	line-height: 1.7;
}

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

.rsfs-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rsfs-footer__bottom nav {
	flex-direction: row;
	gap: 24px;
}

.rsfs-mobile-bar {
	display: none;
}

@media (max-width: 1100px) {
	.rsfs-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
		gap: 40px;
	}

	.rsfs-service-card {
		grid-column: span 3;
	}

	.rsfs-service-card:nth-child(4) {
		grid-column: span 3;
	}

	.rsfs-service-card:last-child {
		grid-column: 2 / span 4;
	}

	.rsfs-image-story__grid {
		grid-template-columns: 1.25fr 0.75fr;
	}

	.rsfs-image-story__grid > div {
		grid-column: 1 / -1;
		max-width: 750px;
		padding: 28px 0 0;
	}
}

@media (max-width: 900px) {
	.rsfs-header__nav > a:not(.rsfs-button) {
		display: none;
	}

	.rsfs-hero__grid {
		grid-template-columns: 1fr;
	}

	.rsfs-hero__content {
		padding-top: 16px;
	}

	.rsfs-hero h1 {
		max-width: 820px;
	}

	.rsfs-hero__facts {
		align-items: flex-start;
		flex-direction: column;
	}

	.rsfs-hero__image picture,
	.rsfs-hero__image img {
		height: 430px;
	}

	.rsfs-quote {
		width: min(100%, 680px);
		min-height: 0;
		margin-inline: auto;
	}

	.rsfs-section-heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.rsfs-feature__grid {
		grid-template-columns: 0.8fr 1.2fr;
		gap: 45px;
	}

	.rsfs-feature__image,
	.rsfs-feature__image picture,
	.rsfs-feature__image img {
		height: 560px;
		min-height: 560px;
	}

	.rsfs-benefit-grid {
		grid-template-columns: 1fr;
	}

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

	.rsfs-process-grid li:nth-child(2) {
		border-right: 1px solid var(--rsfs-line);
	}

	.rsfs-process-grid li:nth-child(n+3) {
		border-top: 0;
	}

	.rsfs-rating__panel,
	.rsfs-faq__grid {
		grid-template-columns: 1fr;
	}

	.rsfs-faq header {
		position: static;
	}
}

@media (max-width: 767px) {
	.rsfs-shell {
		width: min(100% - 32px, 1260px);
	}

	.rsfs-section {
		padding-block: 72px;
	}

	.rsfs-header,
	.rsfs-header__inner {
		min-height: 78px;
	}

	.rsfs-brand img {
		width: 82px;
	}

	.rsfs-header__nav {
		display: none;
	}

	.rsfs-header__mobile-cta {
		display: inline-flex;
	}

	.rsfs-hero {
		padding: 112px 0 60px;
	}

	.rsfs-hero__grid {
		gap: 30px;
	}

	.rsfs-hero__content {
		display: flex;
		flex-direction: column;
	}

	.rsfs-hero h1 {
		font-size: clamp(1.95rem, 8.4vw, 2.75rem);
		line-height: 1.06;
	}

	.rsfs-hero__lead {
		margin-top: 21px !important;
	}

	.rsfs-hero__facts {
		gap: 10px 16px;
	}

	.rsfs-hero__image {
		min-height: 245px;
		margin-top: 28px !important;
		border-radius: 4px 34px 4px 4px;
	}

	.rsfs-hero__image picture,
	.rsfs-hero__image img {
		height: 260px;
	}

	.rsfs-landing--security .rsfs-hero__image img {
		object-position: center 30%;
	}

	.rsfs-quote {
		padding: 24px 20px;
		border-radius: 7px;
	}

	.rsfs-quote .wpforms-recaptcha-container {
		max-width: 100%;
		overflow: hidden;
	}

	.rsfs-quote .wpforms-form .wpforms-field-checkbox ul,
	.rsfs-quote .wpforms-form .wpforms-field-radio ul {
		grid-template-columns: 1fr !important;
	}

	.rsfs-references {
		padding-block: 58px;
	}

	.rsfs-references__heading {
		margin-bottom: 36px;
	}

	.rsfs-references__heading h2 {
		font-size: clamp(1.85rem, 8vw, 2.7rem);
	}

	.rsfs-reference-loop__group {
		gap: 12px;
		padding-right: 12px;
	}

	.rsfs-reference-card {
		width: 195px;
		height: 96px;
		flex-basis: 195px;
		padding: 20px 24px;
	}

	.rsfs-reference-card img {
		max-height: 55px;
	}

	.rsfs-section-heading h2,
	.rsfs-feature h2,
	.rsfs-image-story h2,
	.rsfs-rating h2,
	.rsfs-faq h2,
	.rsfs-final-cta h2 {
		font-size: clamp(2.15rem, 10vw, 3.4rem);
	}

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

	.rsfs-service-card,
	.rsfs-service-card:nth-child(4),
	.rsfs-service-card:last-child {
		grid-column: auto;
		min-height: 225px;
	}

	.rsfs-feature__grid {
		grid-template-columns: 1fr;
	}

	.rsfs-feature__image,
	.rsfs-feature__image picture,
	.rsfs-feature__image img {
		height: 430px;
		min-height: 430px;
	}

	.rsfs-feature__image {
		border-radius: 38px 4px 4px 4px;
	}

	.rsfs-benefit-grid {
		grid-template-columns: 1fr;
	}

	.rsfs-image-story {
		padding-block: 72px;
	}

	.rsfs-image-story__grid {
		grid-template-columns: 1.25fr 0.75fr;
		gap: 12px;
	}

	.rsfs-image-story picture,
	.rsfs-image-story img {
		height: 290px;
	}

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

	.rsfs-process-grid li,
	.rsfs-process-grid li:nth-child(2),
	.rsfs-process-grid li:nth-child(n+3),
	.rsfs-process-grid li:last-child {
		border: 1px solid var(--rsfs-line);
		border-bottom: 0;
	}

	.rsfs-process-grid li:last-child {
		border-bottom: 1px solid var(--rsfs-line);
	}

	.rsfs-process-grid span {
		margin-bottom: 30px;
	}

	.rsfs-rating__panel {
		width: 100%;
		padding: 38px 24px;
	}

	.rsfs-rating__score {
		min-height: 230px;
	}

	.rsfs-final-cta .rsfs-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	.rsfs-footer {
		padding-bottom: 84px;
	}

	.rsfs-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.rsfs-footer__grid > div:first-child {
		grid-column: 1 / -1;
	}

	.rsfs-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.rsfs-mobile-bar {
		position: fixed;
		z-index: 80;
		right: 12px;
		bottom: 12px;
		left: 12px;
		display: flex;
		min-height: 54px;
		align-items: center;
		justify-content: center;
		padding: 13px 18px;
		border-radius: 5px;
		color: #fff !important;
		background: var(--rsfs-action);
		box-shadow: 0 15px 45px rgba(4, 20, 31, 0.35);
		font-size: 0.84rem;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
	}

	.rsfs-mobile-bar[hidden] {
		display: none;
	}
}

@media (max-width: 420px) {
	.rsfs-shell {
		width: min(100% - 24px, 1260px);
	}

	.rsfs-hero__facts {
		align-items: flex-start;
		flex-direction: column;
	}

	.rsfs-quote .wpforms-recaptcha-container .h-captcha {
		width: 303px;
		margin-bottom: -3px;
		transform: scale(0.96);
		transform-origin: left top;
	}

	.rsfs-image-story picture,
	.rsfs-image-story img {
		height: 245px;
	}

	.rsfs-footer__grid {
		grid-template-columns: 1fr;
	}

	.rsfs-footer__grid > div:first-child {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rsfs-landing *,
	.rsfs-header *,
	.rsfs-footer *,
	.rsfs-mobile-bar {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.rsfs-reference-loop {
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.rsfs-reference-loop__track {
		animation: none !important;
	}

	.rsfs-reference-loop__group[aria-hidden="true"] {
		display: none;
	}
}
