body.page-id-10 .content-shell {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.page-id-10 .page-content {
	margin: 0;
}

body.page-id-10 .page-content > * {
	max-width: none;
}

.easy-fit-page {
	--ef-black: #000000;
	--ef-ink: #171717;
	--ef-charcoal: #282828;
	--ef-grey-700: #626262;
	--ef-grey-200: #e3e3e3;
	--ef-grey-100: #f1f1f1;
	--ef-white: #ffffff;
	--ef-yellow: #ffc846;
	--ef-yellow-deep: #edb248;
	--ef-line: rgba(0, 0, 0, 0.14);
	--ef-line-light: rgba(255, 255, 255, 0.22);
	--ef-max: 1240px;
	width: 100%;
	overflow-x: clip;
	background: var(--ef-white);
	color: var(--ef-black);
	font-family: "Inter", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

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

.easy-fit-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.easy-fit-page a {
	color: inherit;
	text-decoration: none;
}

.easy-fit-page h1,
.easy-fit-page h2,
.easy-fit-page h3,
.easy-fit-page p,
.easy-fit-page figure,
.easy-fit-page dl,
.easy-fit-page dd {
	margin-top: 0;
	letter-spacing: 0;
}

.easy-fit-page h1,
.easy-fit-page h2,
.easy-fit-page h3 {
	color: inherit;
	font-weight: 400;
	line-height: 1.04;
	text-wrap: balance;
}

.easy-fit-page p {
	text-wrap: pretty;
}

.ef-shell {
	width: min(var(--ef-max), calc(100% - 48px));
	margin-inline: auto;
}

.ef-eyebrow {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 22px;
	color: var(--ef-black);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.ef-eyebrow::before {
	content: "";
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	background: var(--ef-yellow);
}

.ef-hero {
	min-height: calc(100vh - 76px);
	padding: 54px 0 70px;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
	gap: 44px;
	align-items: stretch;
}

.ef-hero-copy {
	align-self: center;
	padding: 24px 0;
}

.ef-hero h1 {
	max-width: 660px;
	margin-bottom: 26px;
	font-size: 4.85rem;
	line-height: 0.98;
}

.ef-lead {
	max-width: 570px;
	margin-bottom: 32px;
	color: var(--ef-grey-700) !important;
	font-size: 1.33rem;
	line-height: 1.55;
}

.ef-button-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
}

.ef-button {
	min-height: 50px;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ef-black);
	border-radius: 0;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.ef-button-primary {
	background: var(--ef-black);
	color: var(--ef-white) !important;
}

.ef-button-secondary {
	background: var(--ef-white);
	color: var(--ef-black) !important;
}

.ef-button-light {
	border-color: var(--ef-yellow);
	background: var(--ef-yellow);
	color: var(--ef-black) !important;
}

.easy-fit-page .ef-proof-list {
	list-style: none;
	margin: 46px 0 0;
	padding: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ef-proof-list li {
	padding: 9px 11px;
	background: var(--ef-grey-100);
	color: var(--ef-charcoal);
	font-size: 0.78rem;
	font-weight: 700;
}

.ef-hero-media {
	position: relative;
	min-height: 620px;
	margin: 0;
	overflow: hidden;
	background: var(--ef-black);
}

.ef-hero-media img,
.ef-wide-image img,
.ef-installation-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ef-hero-media figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(430px, 84%);
	min-height: 82px;
	padding: 18px 22px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	align-items: center;
	background: var(--ef-yellow);
	color: var(--ef-black);
}

.ef-hero-media strong {
	text-transform: uppercase;
	font-size: 0.75rem;
}

.ef-hero-media span {
	padding-left: 18px;
	border-left: 1px solid rgba(0, 0, 0, 0.32);
	font-size: 0.9rem;
	line-height: 1.45;
}

.ef-intro-grid,
.ef-installation,
.ef-box,
.ef-access,
.ef-faq,
.ef-final-inner,
.ef-bridge {
	display: grid;
}

.ef-intro-grid {
	padding: 104px 0;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 26px;
	align-items: stretch;
}

.ef-intro-copy {
	align-self: center;
	padding-right: 42px;
}

.ef-section-title,
.ef-intro-copy h2,
.ef-access h2,
.ef-installation h2,
.ef-box h2,
.ef-specs h2,
.ef-bridge h2,
.ef-faq h2,
.ef-final-cta h2 {
	margin-bottom: 24px;
	font-size: 3.85rem;
	line-height: 1.04;
}

.ef-intro-copy p,
.ef-section-heading p,
.ef-access-copy p,
.ef-installation-copy p,
.ef-box-copy p,
.ef-bridge-copy p,
.ef-faq-list p {
	color: var(--ef-grey-700) !important;
	font-size: 1.05rem;
	line-height: 1.65;
}

.ef-product-pair,
.ef-keypad-card,
.ef-box-image {
	margin: 0;
	display: grid;
	place-items: center;
}

.ef-product-pair {
	min-height: 530px;
	background: transparent;
}

.ef-product-pair img {
	width: min(94%, 760px);
	height: auto;
	object-fit: contain;
}

.ef-box-image img {
	width: 82%;
	height: 82%;
	object-fit: contain;
}

.ef-fact-strip {
	grid-column: 1 / -1;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-left: 1px solid var(--ef-line);
	border-top: 1px solid var(--ef-line);
}

.ef-fact-strip div {
	min-height: 116px;
	padding: 20px;
	border-right: 1px solid var(--ef-line);
	border-bottom: 1px solid var(--ef-line);
}

.ef-fact-strip dt {
	margin-bottom: 22px;
	color: var(--ef-black);
	font-size: 0.82rem;
	font-weight: 700;
}

.ef-fact-strip dd {
	margin: 0;
	color: var(--ef-grey-700);
	font-size: 0.95rem;
	line-height: 1.5;
}

.ef-two-sides,
.ef-benefits,
.ef-compatibility {
	padding: 104px 0;
}

.ef-two-sides,
.ef-box {
	background: var(--ef-grey-100);
}

.ef-section-heading {
	max-width: 850px;
	margin-bottom: 54px;
}

.ef-section-heading-center {
	margin-inline: auto;
	text-align: center;
}

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

.ef-section-heading-compact {
	margin-bottom: 38px;
}

.ef-wide-image {
	margin: 0;
	aspect-ratio: 1.88;
	overflow: hidden;
	background: var(--ef-white);
}

.ef-step-grid,
.ef-access-grid,
.ef-benefit-grid,
.ef-box-parts,
.ef-compat-grid {
	display: grid;
}

.ef-step-grid {
	grid-template-columns: repeat(3, 1fr);
	border-left: 1px solid var(--ef-line);
	border-top: 1px solid var(--ef-line);
}

.ef-step-grid article,
.ef-access-grid article,
.ef-benefit-grid article,
.ef-compat-grid article {
	padding: 26px;
}

.ef-step-grid article {
	min-height: 218px;
	background: var(--ef-white);
	border-right: 1px solid var(--ef-line);
	border-bottom: 1px solid var(--ef-line);
}

.ef-step-grid span,
.ef-compat-grid span,
.ef-access-grid span,
.ef-benefit-grid span {
	color: var(--ef-yellow-deep);
	font-size: 0.82rem;
	font-weight: 700;
}

.ef-step-grid h3,
.ef-compat-grid h3,
.ef-access-grid h3,
.ef-benefit-grid h3 {
	margin: 42px 0 9px;
	font-size: 1.16rem;
	font-weight: 700;
}

.ef-step-grid p,
.ef-compat-grid p,
.ef-access-grid p,
.ef-benefit-grid p {
	margin-bottom: 0;
	font-size: 0.94rem;
	line-height: 1.58;
}

.ef-access {
	padding: 104px 0;
	grid-template-columns: minmax(0, 0.98fr) minmax(240px, 0.56fr);
	gap: 28px;
	align-items: start;
}

.ef-access-copy {
	max-width: 740px;
}

.ef-keypad-card {
	grid-column: 2;
	grid-row: 1 / span 2;
	min-height: 680px;
	background: var(--ef-yellow);
}

.ef-keypad-card img {
	width: 66%;
	max-height: 570px;
	object-fit: contain;
	filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.24));
}

.ef-access-grid {
	grid-template-columns: repeat(2, 1fr);
	border-left: 1px solid var(--ef-line);
	border-top: 1px solid var(--ef-line);
}

.ef-access-grid article {
	min-height: 148px;
	border-right: 1px solid var(--ef-line);
	border-bottom: 1px solid var(--ef-line);
}

.ef-access-grid h3,
.ef-benefit-grid h3 {
	margin-top: 28px;
	font-size: 1.05rem;
}

.ef-benefits,
.ef-compatibility {
	background: var(--ef-black);
	color: var(--ef-white);
}

.ef-benefits .ef-eyebrow,
.ef-benefits h2,
.ef-compatibility .ef-eyebrow,
.ef-compatibility h2,
.ef-benefit-grid h3 {
	color: var(--ef-white);
}

.ef-benefits .ef-section-heading p,
.ef-compatibility .ef-section-heading p,
.ef-benefit-grid p,
.ef-compat-grid p {
	color: #cfcfcf !important;
}

.ef-benefit-grid {
	grid-template-columns: repeat(3, 1fr);
	border-left: 1px solid var(--ef-line-light);
	border-top: 1px solid var(--ef-line-light);
}

.ef-benefit-grid article,
.ef-compat-grid article {
	min-height: 242px;
	border-right: 1px solid var(--ef-line-light);
	border-bottom: 1px solid var(--ef-line-light);
}

.ef-installation {
	padding: 104px 0;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 48px;
	align-items: center;
}

.ef-installation-image {
	min-height: 620px;
	margin: 0;
	overflow: hidden;
	background: var(--ef-grey-100);
}

.ef-install-list {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	border-top: 1px solid var(--ef-line);
}

.ef-install-list li {
	min-height: 92px;
	padding: 18px 0;
	display: grid;
	grid-template-columns: 38px 1fr;
	column-gap: 12px;
	border-bottom: 1px solid var(--ef-line);
}

.ef-install-list span {
	color: var(--ef-yellow-deep);
	font-size: 0.8rem;
	font-weight: 700;
}

.ef-install-list strong,
.ef-install-list small {
	grid-column: 2;
	display: block;
}

.ef-install-list strong {
	font-size: 0.96rem;
}

.ef-install-list small {
	margin-top: 5px;
	color: var(--ef-grey-700);
	font-size: 0.86rem;
	line-height: 1.45;
}

.ef-box {
	padding: 104px max(24px, calc((100vw - var(--ef-max)) / 2));
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.1fr);
	gap: 54px;
	align-items: center;
}

.ef-box-image {
	min-height: 530px;
	background: var(--ef-black);
}

.ef-box-parts {
	margin: 34px 0 22px;
	grid-template-columns: repeat(4, 1fr);
	border-left: 1px solid var(--ef-line);
	border-top: 1px solid var(--ef-line);
}

.ef-box-parts span {
	min-height: 150px;
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	border-right: 1px solid var(--ef-line);
	border-bottom: 1px solid var(--ef-line);
}

.ef-box-parts img,
.ef-battery-icon {
	width: 78px;
	height: 78px;
	object-fit: contain;
}

.ef-battery-icon {
	display: grid;
	place-items: center;
	background: var(--ef-yellow);
	color: var(--ef-black);
	font-size: 1.2rem;
	font-weight: 700;
}

.ef-box-parts b {
	margin: 0;
	font-size: 0.76rem;
	line-height: 1.35;
}

.easy-fit-page details {
	border-top: 1px solid var(--ef-line);
	border-bottom: 1px solid var(--ef-line);
}

.easy-fit-page summary {
	cursor: pointer;
	padding: 18px 2px;
	font-size: 0.94rem;
	font-weight: 700;
}

.easy-fit-page details p {
	margin: 0;
	padding: 0 2px 20px;
	font-size: 0.9rem;
	line-height: 1.65;
}

.ef-compatibility .ef-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.ef-compatibility .ef-section-heading {
	margin-bottom: 0;
}

.ef-compat-grid {
	grid-template-columns: repeat(2, 1fr);
	border-left: 1px solid var(--ef-line-light);
	border-top: 1px solid var(--ef-line-light);
}

.ef-compat-grid article {
	min-height: 210px;
}

.ef-compat-note {
	grid-column: 2;
	padding: 24px;
	display: grid;
	gap: 14px;
	background: var(--ef-charcoal);
}

.ef-compat-note strong {
	color: var(--ef-yellow);
}

.ef-compat-note p {
	margin: 0;
	color: #d5d5d5 !important;
	font-size: 0.94rem;
	line-height: 1.58;
}

.ef-compat-note .ef-button {
	width: fit-content;
}

.ef-specs {
	padding: 104px 0;
}

.ef-spec-table {
	border-top: 1px solid var(--ef-black);
}

.ef-spec-table div {
	min-height: 58px;
	display: grid;
	grid-template-columns: minmax(220px, 0.42fr) 1fr;
	gap: 24px;
	align-items: center;
	border-bottom: 1px solid var(--ef-line);
}

.ef-spec-table b,
.ef-spec-table span {
	padding: 15px 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.ef-spec-table b {
	color: var(--ef-black);
}

.ef-spec-table span {
	color: var(--ef-grey-700);
}

.ef-bridge {
	margin-bottom: 104px;
	padding: 56px;
	grid-template-columns: minmax(160px, 0.3fr) 1fr;
	gap: 44px;
	align-items: center;
	background: var(--ef-grey-100);
}

.ef-bridge-mark {
	width: 170px;
	height: 170px;
	display: grid;
	place-items: center;
	border: 1px solid var(--ef-black);
	border-radius: 50%;
	color: var(--ef-black);
	font-size: 2.5rem;
	font-weight: 700;
}

.ef-status-badge {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 20px;
	padding: 9px 12px;
	background: var(--ef-yellow);
	color: var(--ef-black);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ef-fine-print {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--ef-line);
	font-size: 0.86rem !important;
}

.ef-faq {
	padding-bottom: 104px;
	grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
	gap: 54px;
}

.ef-faq-list {
	border-top: 1px solid var(--ef-black);
}

.ef-faq-list details {
	border-top: 0;
}

.ef-faq-list summary {
	position: relative;
	list-style: none;
	padding-right: 42px;
	font-size: 1.02rem;
}

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

.ef-faq-list summary::after {
	content: "+";
	position: absolute;
	right: 6px;
	top: 15px;
	font-size: 1.75rem;
	font-weight: 400;
}

.ef-faq-list details[open] summary::after {
	content: "-";
}

.ef-final-cta {
	padding: 78px 0;
	background: var(--ef-yellow);
	color: var(--ef-black);
}

.ef-final-cta .ef-eyebrow::before {
	background: var(--ef-black);
}

.ef-final-inner {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
}

.ef-final-cta h2 {
	max-width: 790px;
	margin-bottom: 0;
}

.ef-cta-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 980px) {
	.ef-hero,
	.ef-intro-grid,
	.ef-access,
	.ef-installation,
	.ef-box,
	.ef-compatibility .ef-shell,
	.ef-bridge,
	.ef-faq,
	.ef-final-inner {
		grid-template-columns: 1fr;
	}

	.ef-hero {
		min-height: 0;
		gap: 24px;
	}

	.ef-hero h1 {
		font-size: 4rem;
	}

	.ef-hero-media,
	.ef-product-pair,
	.ef-keypad-card,
	.ef-installation-image,
	.ef-box-image {
		min-height: 480px;
	}

	.ef-keypad-card {
		grid-column: auto;
		grid-row: auto;
	}

	.ef-fact-strip,
	.ef-benefit-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ef-compat-note {
		grid-column: 1;
	}

	.ef-final-inner {
		align-items: start;
	}

	.ef-cta-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 720px) {
	.ef-shell {
		width: min(100% - 32px, var(--ef-max));
	}

	.ef-hero {
		padding: 38px 0 56px;
	}

	.ef-hero h1 {
		font-size: 3.16rem;
		line-height: 1.02;
	}

	.ef-lead {
		font-size: 1.08rem;
	}

	.ef-button-row,
	.ef-button,
	.ef-cta-actions {
		width: 100%;
	}

	.ef-button {
		min-height: 52px;
	}

	.ef-proof-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.ef-proof-list li {
		text-align: center;
	}

	.ef-hero-media {
		min-height: 360px;
	}

	.ef-hero-media figcaption {
		width: 94%;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ef-hero-media span {
		padding-left: 0;
		border-left: 0;
	}

	.ef-intro-grid,
	.ef-two-sides,
	.ef-access,
	.ef-benefits,
	.ef-installation,
	.ef-box,
	.ef-compatibility,
	.ef-specs {
		padding-top: 74px;
		padding-bottom: 74px;
	}

	.ef-intro-copy {
		padding-right: 0;
	}

	.ef-section-title,
	.ef-intro-copy h2,
	.ef-access h2,
	.ef-installation h2,
	.ef-box h2,
	.ef-specs h2,
	.ef-bridge h2,
	.ef-faq h2,
	.ef-final-cta h2 {
		font-size: 2.44rem;
		line-height: 1.08;
	}

	.ef-product-pair,
	.ef-keypad-card,
	.ef-installation-image,
	.ef-box-image {
		min-height: 360px;
	}

	.ef-keypad-card img {
		max-height: 330px;
	}

	.ef-fact-strip,
	.ef-step-grid,
	.ef-access-grid,
	.ef-benefit-grid,
	.ef-box-parts,
	.ef-compat-grid {
		grid-template-columns: 1fr;
	}

	.ef-wide-image {
		aspect-ratio: 1.25;
	}

	.ef-step-grid article,
	.ef-benefit-grid article,
	.ef-compat-grid article {
		min-height: 180px;
	}

	.ef-step-grid h3,
	.ef-compat-grid h3 {
		margin-top: 28px;
	}

	.ef-box {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ef-spec-table div {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 13px 0;
	}

	.ef-spec-table b,
	.ef-spec-table span {
		padding: 2px 0;
	}

	.ef-bridge {
		width: min(100% - 32px, var(--ef-max));
		margin-bottom: 74px;
		padding: 36px 24px;
	}

	.ef-bridge-mark {
		width: 112px;
		height: 112px;
		font-size: 1.8rem;
	}

	.ef-faq {
		padding-bottom: 74px;
		gap: 28px;
	}

	.ef-final-cta {
		padding: 64px 0;
	}
}

@media (max-width: 430px) {
	.ef-hero h1 {
		font-size: 2.82rem;
	}

	.ef-section-title,
	.ef-intro-copy h2,
	.ef-access h2,
	.ef-installation h2,
	.ef-box h2,
	.ef-specs h2,
	.ef-bridge h2,
	.ef-faq h2,
	.ef-final-cta h2 {
		font-size: 2.12rem;
	}
}
