.res-page {
	--res-navy: #102235;
	--res-blue: #1d3954;
	--res-blue-soft: #284c6e;
	--res-yellow: #ffec56;
	--res-yellow-soft: #fff9c8;
	--res-ink: #172635;
	--res-muted: #5e7184;
	--res-border: #d7e0e8;
	--res-surface: #f4f7f9;
	background: #fff;
	color: var(--res-ink);
}

.res-page *,
.res-page *::before,
.res-page *::after {
	box-sizing: border-box;
}

.res-page [hidden] {
	display: none !important;
}

.res-shell {
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
	width: 100%;
}

.res-hero {
	background-color: var(--res-navy);
	background-image:
		radial-gradient(circle at 70% 28%, rgba(255, 236, 86, 0.16), transparent 19rem),
		linear-gradient(90deg, #102235 0%, rgba(16, 34, 53, 0.98) 42%, rgba(16, 34, 53, 0.68) 100%),
		url('/images/background-residential.png');
	background-position: center, center, right 42%;
	background-repeat: no-repeat;
	background-size: auto, auto, cover;
	min-height: 570px;
	overflow: hidden;
	padding: 160px 24px 78px;
	position: relative;
}

.res-hero::after {
	background-image:
		linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to left, #000, transparent 72%);
	pointer-events: none;
	position: absolute;
}

.res-hero-copy {
	max-width: 700px;
	position: relative;
	z-index: 1;
}

.res-eyebrow {
	align-items: center;
	color: var(--res-yellow);
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 17px;
	text-transform: uppercase;
}

.res-bolt {
	align-items: center;
	background: var(--res-yellow);
	border-radius: 50%;
	color: var(--res-navy);
	display: inline-flex;
	font-size: 15px;
	height: 30px;
	justify-content: center;
	letter-spacing: 0;
	width: 30px;
}

.res-hero h1 {
	color: #fff;
	font-size: clamp(43px, 6vw, 72px);
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 0 0 22px;
}

.res-hero-copy > p {
	color: rgba(255,255,255,0.86);
	font-size: 19px;
	line-height: 1.6;
	margin: 0;
	max-width: 650px;
}

.res-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.res-hero-actions a {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	min-height: 49px;
	padding: 12px 21px;
	text-decoration: none;
	transition: box-shadow 0.16s ease, transform 0.16s ease;
}

.res-primary-link {
	background: var(--res-yellow);
	color: var(--res-navy);
}

.res-secondary-link {
	border: 1px solid rgba(255,255,255,0.56);
	color: #fff;
}

.res-hero-actions a:hover {
	box-shadow: 0 9px 22px rgba(0,0,0,0.24);
	transform: translateY(-1px);
}

.res-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.res-hero-points li {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 12px;
}

.res-hero-points li::before {
	color: var(--res-yellow);
	content: "\2713";
	margin-right: 7px;
}

.res-signup-section {
	background: var(--res-surface);
	padding: 64px 24px 82px;
}

.res-section-heading {
	margin-bottom: 28px;
	max-width: 820px;
}

.res-kicker,
.res-step-label {
	color: #49627a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.res-section-heading h2 {
	color: var(--res-blue);
	font-size: clamp(31px, 4vw, 43px);
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0 0 12px;
}

.res-section-heading p {
	color: var(--res-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}

.res-progress {
	background: #fff;
	border: 1px solid var(--res-border);
	border-radius: 10px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
}

.res-progress li {
	align-items: center;
	color: #758595;
	display: flex;
	gap: 13px;
	min-height: 80px;
	padding: 16px 22px;
	position: relative;
}

.res-progress li + li {
	border-left: 1px solid var(--res-border);
}

.res-progress li.is-active {
	background: var(--res-yellow-soft);
	color: var(--res-blue);
}

.res-progress li.is-complete {
	color: var(--res-blue);
}

.res-progress-number {
	align-items: center;
	background: #e7edf2;
	border-radius: 50%;
	color: #5f7283;
	display: flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.res-progress .is-active .res-progress-number {
	background: var(--res-yellow);
	box-shadow: inset 0 0 0 2px var(--res-blue);
	color: var(--res-blue);
}

.res-progress .is-complete .res-progress-number {
	background: var(--res-blue);
	color: #fff;
}

.res-progress .is-complete .res-progress-number::before {
	content: "\2713";
}

.res-progress .is-complete .res-progress-number {
	font-size: 0;
}

.res-progress .is-complete .res-progress-number::before {
	font-size: 15px;
}

.res-progress strong,
.res-progress small {
	display: block;
}

.res-progress strong {
	font-size: 15px;
	line-height: 1.3;
}

.res-progress small {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 2px;
}

.res-address-layout {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.65fr) minmax(290px, 0.8fr);
}

.res-card,
.res-expect-card,
.res-form-card {
	background: #fff;
	border: 1px solid var(--res-border);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(16,34,53,0.06);
}

.res-address-card {
	min-height: 435px;
	padding: 34px;
}

.res-address-card h3,
.res-expect-card h3,
.res-form-heading h3 {
	color: var(--res-blue);
	font-size: clamp(24px, 3vw, 31px);
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 11px;
}

.res-card-intro,
.res-form-heading p {
	color: var(--res-muted);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.res-address-card form {
	margin-top: 29px;
}

.res-address-field {
	position: relative;
}

.res-address-field > label,
.res-field > label {
	color: var(--res-blue);
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 7px;
}

.res-field label span {
	color: var(--res-muted);
	font-size: 11px;
	font-weight: 600;
}

.res-search-control {
	position: relative;
}

.res-search-control > svg {
	color: #587086;
	height: 22px;
	left: 15px;
	pointer-events: none;
	position: absolute;
	top: 17px;
	width: 22px;
}

.res-search-control input,
.res-field input,
.res-field select {
	background: #fff;
	border: 1px solid #b8c6d3;
	border-radius: 8px;
	color: var(--res-ink);
	font: inherit;
	font-size: 16px;
	min-height: 54px;
	padding: 12px 14px;
	width: 100%;
}

.res-search-control input {
	padding-left: 48px;
	padding-right: 48px;
}

.res-search-control input::placeholder,
.res-field input::placeholder {
	color: #8291a0;
}

.res-search-spinner {
	animation: res-spin 0.75s linear infinite;
	border: 2px solid #d7e0e8;
	border-radius: 50%;
	border-top-color: var(--res-blue);
	height: 20px;
	position: absolute;
	right: 16px;
	top: 18px;
	width: 20px;
}

@keyframes res-spin {
	to { transform: rotate(360deg); }
}

.res-address-results {
	background: #fff;
	border: 1px solid #aebdca;
	border-radius: 8px;
	box-shadow: 0 16px 35px rgba(16,34,53,0.18);
	left: 0;
	max-height: 340px;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 82px;
	z-index: 20;
}

.res-results-heading {
	align-items: center;
	background: #f2f5f7;
	border-bottom: 1px solid var(--res-border);
	color: var(--res-blue);
	display: flex;
	font-size: 11px;
	gap: 12px;
	justify-content: space-between;
	letter-spacing: 0.04em;
	padding: 9px 13px;
	text-transform: uppercase;
}

.res-results-heading span {
	color: #6c7e8d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: right;
	text-transform: none;
}

.res-address-option {
	align-items: center;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #e3e9ee;
	color: var(--res-blue);
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 11px;
	grid-template-columns: auto 1fr;
	min-height: 64px;
	padding: 11px 14px;
	text-align: left;
	width: 100%;
}

.res-address-option:hover,
.res-address-option.is-keyboard-active {
	background: #f4f7f9;
}

.res-address-option strong,
.res-address-option small {
	display: block;
}

.res-address-option strong {
	font-size: 14px;
	line-height: 1.35;
}

.res-address-option small {
	color: #667a8c;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 3px;
}

.res-option-icon {
	align-items: center;
	background: #eaf0f4;
	border-radius: 50%;
	color: var(--res-blue);
	display: flex;
	font-size: 17px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.res-typed-option {
	background: var(--res-yellow-soft);
	border-bottom: 0;
}

.res-typed-option .res-option-icon {
	background: var(--res-yellow);
}

.res-typed-option:disabled {
	cursor: default;
	opacity: 0.55;
}

.res-field-help,
.res-field-error {
	font-size: 12px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.res-field-help {
	color: var(--res-muted);
}

.res-field-error {
	color: #9d3827;
	font-weight: 800;
}

.res-continue-button,
.res-submit-button {
	align-items: center;
	background: var(--res-yellow);
	border: 0;
	border-radius: 8px;
	color: var(--res-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	gap: 9px;
	justify-content: center;
	min-height: 50px;
	padding: 12px 20px;
}

.res-continue-button {
	margin-top: 21px;
}

.res-expect-card {
	background: linear-gradient(155deg, #102235, #1d3954);
	color: #fff;
	padding: 30px;
}

.res-expect-icon {
	align-items: center;
	background: var(--res-yellow);
	border-radius: 9px;
	color: var(--res-navy);
	display: flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 20px;
	width: 48px;
}

.res-expect-icon svg {
	height: 25px;
	width: 25px;
}

.res-expect-card h3 {
	color: #fff;
	font-size: 23px;
}

.res-expect-card ul {
	list-style: none;
	margin: 21px 0 0;
	padding: 0;
}

.res-expect-card li {
	border-top: 1px solid rgba(255,255,255,0.14);
	color: rgba(255,255,255,0.76);
	font-size: 13px;
	line-height: 1.5;
	padding: 13px 0;
}

.res-expect-card li strong {
	color: #fff;
	display: block;
	margin-bottom: 2px;
}

.res-business-note {
	background: rgba(255,236,86,0.1);
	border: 1px solid rgba(255,236,86,0.34);
	border-radius: 7px;
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	line-height: 1.5;
	margin-top: 13px;
	padding: 13px;
}

.res-business-note a {
	color: var(--res-yellow);
	font-weight: 800;
}

.res-selected-address {
	align-items: center;
	background: var(--res-navy);
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 82px;
	padding: 16px 22px;
}

.res-selected-address span,
.res-selected-address strong {
	display: block;
}

.res-selected-address span {
	color: rgba(255,255,255,0.66);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.res-selected-address strong {
	font-size: 16px;
	line-height: 1.35;
}

.res-selected-address button,
.res-back-button {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 7px;
	color: inherit;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	min-height: 38px;
	padding: 8px 12px;
}

.res-availability {
	align-items: flex-start;
	background: #eef3f6;
	border: 1px solid var(--res-border);
	border-top: 0;
	color: var(--res-blue);
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
	padding: 15px 20px;
}

.res-availability[data-state="potential"] {
	background: #e9f5ef;
	border-color: #a8d2bc;
	color: #174b35;
}

.res-availability[data-state="review"] {
	background: #fff8dc;
	border-color: #e5d181;
	color: #604e0a;
}

.res-availability-icon {
	align-items: center;
	background: var(--res-blue);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 auto;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.res-availability[data-state="potential"] .res-availability-icon {
	background: #174b35;
}

.res-availability[data-state="review"] .res-availability-icon {
	background: #604e0a;
}

.res-availability strong {
	display: block;
	font-size: 13px;
	margin: 1px 0 3px;
}

.res-availability p {
	color: inherit;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.res-order-form {
	display: grid;
	gap: 20px;
}

.res-form-card {
	padding: 30px;
}

.res-form-heading {
	margin-bottom: 23px;
}

.res-form-heading h3 {
	font-size: 27px;
}

.res-plan-fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

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

.res-plan-card {
	background: #fff;
	border: 1px solid var(--res-border);
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 20px;
	position: relative;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.res-plan-card:hover {
	border-color: #92a5b6;
	transform: translateY(-2px);
}

.res-plan-card:has(input:checked) {
	background: var(--res-yellow-soft);
	border-color: var(--res-blue);
	box-shadow: inset 0 0 0 2px var(--res-yellow);
}

.res-plan-card:has(input:focus-visible) {
	box-shadow: 0 0 0 4px rgba(29,57,84,0.2);
}

.res-plan-card > input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.res-plan-top {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.res-plan-speed {
	color: var(--res-blue);
	font-size: 42px;
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1;
}

.res-plan-speed small {
	font-size: 15px;
	letter-spacing: 0;
}

.res-plan-price {
	color: var(--res-muted);
	font-size: 11px;
	line-height: 1.2;
	text-align: right;
}

.res-plan-price strong {
	color: var(--res-blue);
	display: block;
	font-size: 22px;
	letter-spacing: -0.02em;
}

.res-plan-name {
	color: var(--res-blue);
	font-size: 15px;
	font-weight: 900;
	margin-top: 18px;
}

.res-plan-description {
	color: var(--res-muted);
	font-size: 12px;
	line-height: 1.5;
	margin: 7px 0 18px;
}

.res-plan-select {
	align-items: center;
	border-top: 1px solid var(--res-border);
	color: var(--res-blue);
	display: flex;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	margin-top: auto;
	padding-top: 14px;
}

.res-radio-dot {
	border: 2px solid #899aaa;
	border-radius: 50%;
	height: 17px;
	position: relative;
	width: 17px;
}

.res-plan-card:has(input:checked) .res-radio-dot {
	border-color: var(--res-blue);
}

.res-plan-card:has(input:checked) .res-radio-dot::after {
	background: var(--res-blue);
	border-radius: 50%;
	content: "";
	inset: 3px;
	position: absolute;
}

.res-featured-plan {
	border-top: 4px solid var(--res-yellow);
	padding-top: 17px;
}

.res-plan-badge {
	background: var(--res-yellow);
	border-radius: 999px;
	color: var(--res-navy);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding: 5px 8px;
	position: absolute;
	right: 14px;
	top: -12px;
	text-transform: uppercase;
}

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

.res-full-field {
	grid-column: 1 / -1;
}

.res-field small {
	color: var(--res-muted);
	display: block;
	font-size: 11px;
	line-height: 1.45;
	margin-top: 6px;
}

.res-terms-card {
	border-top: 4px solid var(--res-yellow);
}

.res-terms-grid {
	background: #f4f7f9;
	border: 1px solid var(--res-border);
	border-radius: 8px;
	display: grid;
	gap: 25px;
	grid-template-columns: 1.1fr 0.9fr;
	padding: 19px 21px;
}

.res-terms-grid ul {
	color: var(--res-blue);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
	padding-left: 18px;
}

.res-terms-grid li + li {
	margin-top: 5px;
}

.res-terms-grid p {
	border-left: 1px solid var(--res-border);
	color: var(--res-muted);
	font-size: 12px;
	line-height: 1.55;
	margin: 0;
	padding-left: 25px;
}

.res-terms-grid a {
	color: var(--res-blue);
	font-weight: 800;
}

.res-agreement {
	align-items: flex-start;
	background: var(--res-yellow-soft);
	border: 1px solid #e8d65f;
	border-radius: 8px;
	color: var(--res-blue);
	cursor: pointer;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 11px;
	line-height: 1.5;
	margin: 20px 0;
	padding: 15px;
}

.res-agreement input {
	accent-color: var(--res-blue);
	flex: 0 0 auto;
	height: 18px;
	margin: 1px 0 0;
	width: 18px;
}

.res-signature-field {
	max-width: 560px;
}

.res-form-alert {
	background: #fff0eb;
	border: 1px solid #e2a18e;
	border-radius: 8px;
	color: #7c2f1e;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	padding: 14px 16px;
}

.res-submit-row {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 7px 2px 0;
}

.res-back-button {
	color: var(--res-blue);
	min-height: 48px;
	padding: 10px 15px;
}

.res-submit-copy {
	display: flex;
	flex-direction: column;
	max-width: 460px;
}

.res-submit-copy small {
	color: var(--res-muted);
	font-size: 11px;
	line-height: 1.45;
	margin-top: 8px;
	text-align: right;
}

.res-submit-button {
	align-self: flex-end;
	font-size: 16px;
	min-width: 245px;
}

.res-page button,
.res-page input,
.res-page select,
.res-page a {
	-webkit-tap-highlight-color: transparent;
}

.res-page button:focus-visible,
.res-page input:focus-visible,
.res-page select:focus-visible,
.res-page a:focus-visible {
	outline: 3px solid rgba(29,57,84,0.32);
	outline-offset: 2px;
}

.res-hero a:focus-visible,
.res-expect-card a:focus-visible {
	outline-color: var(--res-yellow);
}

.res-sr-only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (max-width: 920px) {
	.res-address-layout {
		grid-template-columns: 1fr;
	}

	.res-expect-card {
		display: grid;
		gap: 0 20px;
		grid-template-columns: auto 1fr;
	}

	.res-expect-card h3,
	.res-expect-card ul,
	.res-business-note {
		grid-column: 2;
	}

	.res-expect-icon {
		grid-row: 1 / span 3;
	}

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

	.res-plan-card {
		min-height: 215px;
	}
}

@media (max-width: 700px) {
	.res-hero {
		background-position: center, center, center;
		min-height: 590px;
		padding: 194px 20px 60px;
	}

	.res-hero h1 {
		font-size: clamp(42px, 13vw, 58px);
	}

	.res-hero-copy > p {
		font-size: 17px;
	}

	.res-signup-section {
		padding: 48px 14px 65px;
	}

	.res-progress li {
		min-height: 72px;
		padding: 12px;
	}

	.res-progress small {
		display: none;
	}

	.res-progress-number {
		height: 32px;
		width: 32px;
	}

	.res-address-card,
	.res-form-card,
	.res-expect-card {
		padding: 22px;
	}

	.res-address-card {
		min-height: 425px;
	}

	.res-expect-card {
		display: block;
	}

	.res-expect-icon {
		margin-bottom: 17px;
	}

	.res-field-grid,
	.res-terms-grid {
		grid-template-columns: 1fr;
	}

	.res-full-field {
		grid-column: auto;
	}

	.res-terms-grid p {
		border-left: 0;
		border-top: 1px solid var(--res-border);
		padding-left: 0;
		padding-top: 15px;
	}

	.res-selected-address {
		align-items: flex-start;
		flex-direction: column;
	}

	.res-submit-row {
		flex-direction: column-reverse;
	}

	.res-submit-copy,
	.res-submit-button,
	.res-back-button {
		max-width: none;
		width: 100%;
	}

	.res-submit-button {
		align-self: stretch;
	}

	.res-submit-copy small {
		text-align: left;
	}
}

@media (max-width: 430px) {
	.res-hero-actions,
	.res-hero-actions a,
	.res-continue-button {
		width: 100%;
	}

	.res-progress strong {
		font-size: 12px;
	}

	.res-progress li {
		gap: 8px;
	}

	.res-address-results {
		max-height: 310px;
	}

	.res-plan-top {
		align-items: flex-end;
	}
}

@media (prefers-reduced-motion: reduce) {
	.res-hero-actions a,
	.res-plan-card,
	.res-search-spinner {
		animation: none;
		transition: none;
	}
}
