.mver-dc-body {
	background: #fff;
	color: #565b63;
	font-family: "Mulish", system-ui, sans-serif;
}

.mver-dc-body a {
	text-decoration: none;
}

.mver-dc-shell,
.mver-dc-header-inner,
.mver-dc-footer-grid,
.mver-dc-footer-bar {
	max-width: 1280px;
	margin: 0 auto;
	padding-right: 34px;
	padding-left: 34px;
}

.mver-dc-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: #fff;
	border-bottom: 1px solid #ecedef;
}

.mver-dc-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 74px;
}

.mver-dc-brand,
.mver-dc-footer-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	color: #1b1d22;
}

.mver-dc-mark {
	display: inline-flex;
	width: 46px;
	height: 42px;
	color: #e00226;
}

.mver-dc-mark svg {
	width: 100%;
	height: 100%;
}

.mver-dc-brand-text {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.mver-dc-brand-text em {
	color: #e00226;
	font-style: normal;
}

.mver-dc-menu,
.mver-dc-mobile-menu,
.mver-dc-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mver-dc-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	white-space: nowrap;
}

.mver-dc-menu li {
	position: relative;
}

.mver-dc-menu a {
	display: inline-flex;
	align-items: center;
	color: #2b2e34;
}

.mver-dc-menu .sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: -18px;
	z-index: 70;
	display: grid;
	gap: 2px;
	min-width: 250px;
	margin: 0;
	padding: 12px;
	list-style: none;
	border: 1px solid #e9eaec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(16,20,30,.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.mver-dc-menu li:hover > .sub-menu,
.mver-dc-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mver-dc-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: #2b2e34;
	font-size: 13px;
	line-height: 1.35;
	white-space: normal;
}

.mver-dc-menu .sub-menu a:hover,
.mver-dc-menu .sub-menu a:focus {
	background: #fdecee;
	color: #e00226;
}

.mver-dc-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 0 0 auto;
}

.mver-dc-header-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1b1d22;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	white-space: nowrap;
}

.mver-dc-header-phone svg {
	color: #e00226;
}

.mver-dc-header-cta,
.mver-dc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.mver-dc-header-cta {
	background: #e00226;
	color: #fff;
	font-size: 13.5px;
	padding: 14px 22px;
}

.mver-dc-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid #e1e3e7;
	border-radius: 6px;
	background: #fff;
}

.mver-dc-menu-toggle span {
	display: block;
	width: 19px;
	height: 2px;
	margin: 4px auto;
	background: #1b1d22;
}

.mver-dc-mobile-nav {
	display: none;
}

.mver-dc-hero {
	position: relative;
	min-height: 660px;
	display: flex;
	align-items: center;
	background: #10131a;
	overflow: hidden;
}

.mver-dc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(100deg, rgba(13,16,22,.95) 0%, rgba(13,16,22,.82) 38%, rgba(13,16,22,.45) 68%, rgba(13,16,22,.2) 100%), var(--mver-dc-hero-bg);
	background-position: center;
	background-size: cover;
}

.mver-dc-hero .mver-dc-shell {
	position: relative;
	width: 100%;
	padding-top: 64px;
	padding-bottom: 64px;
}

.mver-dc-hero-copy {
	max-width: 720px;
}

.mver-dc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 16px;
	border: 1px solid rgba(74,222,128,.4);
	border-radius: 999px;
	background: rgba(34,197,94,.14);
	color: #86efac;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.mver-dc-eyebrow span {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #4ade80;
	box-shadow: 0 0 0 4px rgba(74,222,128,.25);
}

.mver-dc-hero h1,
.mver-dc-band h2 {
	margin: 24px 0 0;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mver-dc-hero h1 mark {
	background: transparent;
	color: #ff5168;
}

.mver-dc-hero p {
	max-width: 540px;
	margin: 18px 0 0;
	color: #aeb4bf;
	font-size: 19px;
	line-height: 1.6;
}

.mver-dc-hero-location {
	color: #e7eaf0;
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: .01em;
}

.mver-dc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.mver-dc-btn {
	min-height: 56px;
	padding: 16px 30px;
	font-size: 16px;
}

.mver-dc-btn-red {
	background: #e00226;
	color: #fff;
}

.mver-dc-btn-ghost {
	border: 1px solid rgba(255,255,255,.28);
	background: rgba(255,255,255,.1);
	color: #fff;
}

.mver-dc-btn-white {
	background: #fff;
	color: #16181d;
}

.mver-dc-rating {
	display: inline-grid;
	grid-template-columns: auto auto;
	gap: 2px 13px;
	align-items: center;
	margin-top: 30px;
	color: #fff;
}

.mver-dc-rating span {
	grid-row: span 2;
	color: #ffc53d;
	letter-spacing: 1px;
}

.mver-dc-rating strong {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}

.mver-dc-rating small {
	color: #9aa1ad;
	font-size: 13px;
}

.mver-dc-location-note {
	display: none;
	align-items: flex-start;
	gap: 9px;
	max-width: 540px;
	margin: 14px 0 0;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 10px;
	background: rgba(255,255,255,.08);
	color: #e7eaf0;
	font-size: 14.5px;
	line-height: 1.45;
}

.mver-dc-location-note::before {
	content: "";
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	margin-top: .55em;
	border-radius: 999px;
	background: #e00226;
	box-shadow: 0 0 0 3px rgba(224,2,38,.18);
}

.mver-dc-features {
	background: #f4f6f8;
	border-bottom: 1px solid #e6e8eb;
}

.mver-dc-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	padding-top: 44px;
	padding-bottom: 44px;
}

.mver-dc-feature-grid article {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.mver-dc-feature-grid article:not(:last-child) {
	border-right: 0;
	padding-right: 0;
}

.mver-dc-feature-grid article:not(:first-child) {
	padding-left: 48px;
	border-left: 1px solid #dcdfe3;
}

.mver-dc-card > span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: #fdecee;
	color: #e00226;
}

.mver-dc-feature-grid article > span {
	display: inline-flex;
	flex: 0 0 auto;
	color: #16181d;
}

.mver-dc-feature-grid svg {
	width: 30px;
	height: 30px;
}

.mver-dc-card svg {
	width: 24px;
	height: 24px;
}

.mver-dc-feature-grid h2,
.mver-dc-card h2,
.mver-dc-values h3,
.mver-dc-location-card h2 {
	margin: 0 0 10px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: .015em;
	text-transform: uppercase;
}

.mver-dc-feature-grid h2 {
	margin: 2px 0 7px;
	font-size: 16px;
}

.mver-dc-feature-grid p,
.mver-dc-card p {
	margin: 0;
	color: #6b7079;
	font-size: 16px;
	line-height: 1.6;
}

.mver-dc-feature-grid p {
	font-size: 15px;
	line-height: 1.55;
}

.mver-dc-services {
	padding-top: 80px;
	padding-bottom: 0;
}

.mver-dc-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.mver-dc-card {
	padding: 32px 30px;
	border: 1px solid #e9eaec;
	border-radius: 14px;
	background: #fff;
	transition: box-shadow .2s, transform .2s;
}

.mver-dc-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 40px rgba(16,20,30,.1);
}

.mver-dc-card > span {
	margin-bottom: 18px;
}

.mver-dc-card a {
	color: inherit;
}

.mver-dc-values {
	position: relative;
	margin-top: 90px;
	overflow: hidden;
	background: #10131a;
	color: #fff;
}

.mver-dc-values::before {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: 42%;
	background-image: var(--mver-dc-value-bg);
	background-position: center;
	background-size: cover;
	opacity: .16;
}

.mver-dc-values .mver-dc-shell {
	position: relative;
	padding-top: 84px;
	padding-bottom: 84px;
}

.mver-dc-values > div > h2,
.mver-dc-about h2,
.mver-dc-section-head h2 {
	margin: 0 0 48px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mver-dc-values > div > h2 {
	color: #fff;
	text-align: center;
}

.mver-dc-value-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 16px;
	background: rgba(255,255,255,.1);
}

.mver-dc-value-grid article {
	background: #10131a;
	padding: 38px 40px;
}

.mver-dc-values h3 {
	color: #fff;
	font-size: 21px;
}

.mver-dc-values p {
	margin: 0;
	color: #a7aeba;
	font-size: 16px;
	line-height: 1.65;
}

.mver-dc-seen {
	border-bottom: 1px solid #ecedef;
	background: #fff;
}

.mver-dc-seen p {
	margin: 0;
	padding: 38px 0;
	color: #a0a6ae;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .34em;
	text-align: center;
	text-transform: uppercase;
}

.mver-dc-about {
	display: grid;
	grid-template-columns: 1.12fr .88fr;
	gap: 64px;
	align-items: start;
	padding-top: 80px;
	padding-bottom: 80px;
}

.mver-dc-about h2 {
	margin-bottom: 24px;
}

.mver-dc-copy {
	color: #565b63;
	font-size: 18px;
	line-height: 1.7;
}

.mver-dc-copy p:first-child {
	margin-top: 0;
}

.mver-dc-checks {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.mver-dc-checks li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	color: #2b2e34;
	font-size: 17px;
	font-weight: 600;
}

.mver-dc-checks span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #e00226;
}

.mver-dc-checks svg {
	width: 13px;
	height: 13px;
}

.mver-dc-location-card {
	overflow: hidden;
	border: 1px solid #e9eaec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 44px rgba(16,20,30,.09);
}

.mver-dc-location-card img,
.mver-dc-location-map {
	display: block;
	width: 100%;
	height: 236px;
}

.mver-dc-location-card img {
	object-fit: cover;
}

.mver-dc-location-map {
	position: relative;
}

.mver-dc-location-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.mver-dc-location-map a {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 15px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(16,20,30,.18);
	color: #1a73e8;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.mver-dc-location-map a svg {
	width: 14px;
	height: 14px;
}

.mver-dc-location-card > div {
	padding: 32px 34px;
}

.mver-dc-location-card p {
	display: flex;
	gap: 14px;
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid #eeeff1;
}

.mver-dc-location-card p:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.mver-dc-location-card p > svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: #16181d;
}

.mver-dc-location-card strong {
	display: block;
	margin-bottom: 6px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.mver-dc-location-card p em,
.mver-dc-location-card p a {
	color: #565b63;
	font-style: normal;
	font-size: 16.5px;
	line-height: 1.5;
}

.mver-dc-location-actions {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}

.mver-dc-location-actions a {
	flex: 1;
	padding: 15px;
	border-radius: 8px;
	background: #1b1d22;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: .02em;
	text-align: center;
	text-transform: uppercase;
}

.mver-dc-location-actions a:last-child {
	background: #e00226;
}

.mver-dc-tabs {
	border-top: 1px solid #ebecee;
	background: #f5f6f8;
}

.mver-dc-tabs .mver-dc-shell {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mver-dc-tab-heading {
	margin-bottom: 34px;
	color: #e00226;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .2em;
	text-align: center;
	text-transform: uppercase;
}

.mver-dc-tab-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 11px;
	margin-bottom: 38px;
}

.mver-dc-tab-nav button {
	padding: 12px 22px;
	border: 1px solid #e1e3e7;
	border-radius: 8px;
	background: #fff;
	color: #2b2e34;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.mver-dc-tab-nav button.is-active {
	border-color: #e00226;
	background: #e00226;
	color: #fff;
}

.mver-dc-tab-panels article {
	display: none;
	padding: 48px 52px;
	border: 1px solid #e9eaec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(16,20,30,.04);
}

.mver-dc-tab-panels article.is-active {
	display: block;
}

.mver-dc-tab-panels h2 {
	margin: 0 0 16px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.mver-dc-tab-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 52px;
	margin-top: 28px;
}

.mver-dc-tab-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mver-dc-tab-list li {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 13px 0;
	border-bottom: 1px solid #eeeff1;
	color: #2b2e34;
	font-size: 16.5px;
}

.mver-dc-tab-list li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #e00226;
}

.mver-dc-compare {
	padding-top: 88px;
	padding-bottom: 88px;
}

.mver-dc-section-head {
	margin-bottom: 44px;
	text-align: center;
}

.mver-dc-section-head h2 {
	margin-bottom: 0;
}

.mver-dc-section-head span {
	display: block;
	width: 54px;
	height: 3px;
	margin: 18px auto 14px;
	border-radius: 2px;
	background: #e00226;
}

.mver-dc-section-head p {
	margin: 0;
	color: #6b7079;
	font-size: 18px;
}

.mver-dc-compare-table {
	overflow: hidden;
	border: 1px solid #e9eaec;
	border-radius: 18px;
	box-shadow: 0 8px 30px rgba(16,20,30,.05);
}

.mver-dc-compare-table > div {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
	align-items: center;
	border-top: 1px solid #eeeff1;
	background: #fff;
}

.mver-dc-compare-table > div:first-child {
	border-top: 0;
	background: #16181d;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

.mver-dc-compare-table > div:nth-child(odd):not(:first-child) {
	background: #f7f8fa;
}

.mver-dc-compare-table strong,
.mver-dc-compare-table span {
	padding: 18px;
	text-align: center;
}

.mver-dc-compare-table strong {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.mver-dc-compare-table strong:first-of-type {
	background: #e00226;
}

.mver-dc-compare-table span:first-child {
	padding-left: 24px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 15.5px;
	font-weight: 700;
	text-align: left;
}

.mver-dc-band {
	position: relative;
	overflow: hidden;
	background: #10131a;
	color: #fff;
	text-align: center;
}

.mver-dc-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(180deg, rgba(13,16,22,.7), rgba(13,16,22,.92)), var(--mver-dc-band-bg);
	background-position: center;
	background-size: cover;
}

.mver-dc-band .mver-dc-shell {
	position: relative;
	max-width: 980px;
	padding-top: 84px;
	padding-bottom: 84px;
}

.mver-dc-band .mver-dc-shell > div:first-child {
	margin-bottom: 20px;
	color: #ff5168;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.mver-dc-band h2 {
	margin-top: 0;
	font-size: 52px;
}

.mver-dc-band p {
	max-width: 600px;
	margin: 18px auto 0;
	color: #b6bcc7;
	font-size: 19px;
	line-height: 1.6;
}

.mver-dc-band .mver-dc-actions {
	justify-content: center;
	margin-bottom: 48px;
}

.mver-dc-band-side {
	max-width: 840px;
	margin: 0 auto;
	padding-top: 34px;
	border-top: 1px solid rgba(255,255,255,.12);
	color: #8e96a3;
	font-size: 15.5px;
	line-height: 1.75;
}

.mver-dc-footer {
	background: #16181d;
	color: #b6bcc7;
}

.mver-dc-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.3fr 1fr;
	gap: 46px;
	padding-top: 66px;
	padding-bottom: 40px;
}

.mver-dc-footer-brand {
	margin-bottom: 16px;
	color: #fff;
}

.mver-dc-footer-brand .mver-dc-brand-text {
	font-size: 16px;
}

.mver-dc-footer p {
	max-width: 300px;
	margin: 0 0 20px;
	color: #8e96a3;
	font-size: 15px;
	line-height: 1.65;
}

.mver-dc-footer-contact {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 14.5px;
	line-height: 1.7;
}

.mver-dc-footer a {
	color: inherit;
}

.mver-dc-footer-col h2 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.mver-dc-footer-menu {
	display: flex;
	flex-direction: column;
	gap: 11px;
	color: #8e96a3;
	font-size: 15px;
}

.mver-dc-footer-bar {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #7c828d;
	font-size: 13.5px;
}

.mver-dc-mobile-sticky {
	display: none;
}

@media (max-width: 1120px) {
	.mver-dc-nav,
	.mver-dc-header-actions {
		display: none;
	}

	.mver-dc-menu-toggle {
		display: block;
	}

	.mver-dc-mobile-nav {
		display: none;
		position: fixed;
		top: 74px;
		right: 0;
		left: 0;
		z-index: 55;
		padding: 18px 24px 24px;
		border-bottom: 1px solid #ecedef;
		background: #fff;
		box-shadow: 0 18px 40px rgba(16,20,30,.12);
	}

	.mver-dc-mobile-nav.is-open {
		display: block;
	}

	.mver-dc-mobile-menu {
		display: flex;
		flex-direction: column;
		gap: 14px;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
	}

	.mver-dc-mobile-menu a {
		color: #1b1d22;
	}

	.mver-dc-mobile-menu .sub-menu {
		display: grid;
		gap: 10px;
		margin: 10px 0 0;
		padding: 0 0 0 16px;
		list-style: none;
		border-left: 2px solid #fdecee;
		font-size: 13px;
	}

	.mver-dc-mobile-actions {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-top: 18px;
	}

	.mver-dc-mobile-actions a {
		padding: 13px;
		border-radius: 8px;
		background: #e00226;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
	}
}

@media (max-width: 900px) {
	.mver-dc-shell,
	.mver-dc-header-inner,
	.mver-dc-footer-grid,
	.mver-dc-footer-bar {
		padding-right: 22px;
		padding-left: 22px;
	}

	.mver-dc-hero {
		min-height: 600px;
	}

	.mver-dc-hero::before {
		background-image: linear-gradient(100deg, rgba(13,16,22,.96), rgba(13,16,22,.72)), var(--mver-dc-hero-bg);
	}

	.mver-dc-hero h1,
	.mver-dc-band h2 {
		font-size: 46px;
	}

	.mver-dc-feature-grid,
	.mver-dc-service-grid,
	.mver-dc-about,
	.mver-dc-value-grid,
	.mver-dc-tab-list,
	.mver-dc-footer-grid {
		grid-template-columns: 1fr;
	}

	.mver-dc-feature-grid article,
	.mver-dc-feature-grid article:not(:first-child),
	.mver-dc-feature-grid article:not(:last-child) {
		padding: 26px 0;
		border-bottom: 1px solid #ecedef;
		border-right: 0;
		border-left: 0;
	}

	.mver-dc-about {
		gap: 34px;
	}

	.mver-dc-values > div > h2,
	.mver-dc-about h2,
	.mver-dc-section-head h2 {
		font-size: 30px;
	}

	.mver-dc-tab-panels article {
		padding: 32px 24px;
	}

	.mver-dc-compare-table {
		overflow-x: auto;
	}

	.mver-dc-compare-table > div {
		min-width: 760px;
	}

	.mver-dc-footer-bar {
		flex-direction: column;
	}

	.mver-dc-mobile-sticky {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 70;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		background: #fff;
		box-shadow: 0 -10px 30px rgba(16,20,30,.14);
	}

	.mver-dc-mobile-sticky a {
		padding: 15px 10px;
		color: #fff;
		background: #e00226;
		font-family: "Montserrat", sans-serif;
		font-size: 13px;
		font-weight: 800;
		text-align: center;
		text-transform: uppercase;
	}

	.mver-dc-mobile-sticky a:last-child {
		background: #1b1d22;
	}
}

@media (max-width: 520px) {
	.mver-dc-brand-text {
		font-size: 15px;
	}

	.mver-dc-mark {
		width: 40px;
		height: 37px;
	}

	.mver-dc-hero {
		min-height: 570px;
	}

	.mver-dc-hero .mver-dc-shell {
		padding-top: 46px;
		padding-bottom: 46px;
	}

	.mver-dc-hero h1,
	.mver-dc-band h2 {
		font-size: 38px;
	}

	.mver-dc-hero p,
	.mver-dc-copy,
	.mver-dc-band p {
		font-size: 17px;
	}

	.mver-dc-actions,
	.mver-dc-location-actions,
	.mver-dc-mobile-actions {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.mver-dc-btn,
	.mver-dc-location-actions a {
		width: 100%;
	}

	.mver-dc-services,
	.mver-dc-tabs .mver-dc-shell,
	.mver-dc-about,
	.mver-dc-compare {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.mver-dc-values {
		margin-top: 56px;
	}

	.mver-dc-values .mver-dc-shell,
	.mver-dc-band .mver-dc-shell {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* Mobile reference alignment: design-only overrides for the current home page. */
@media (max-width: 640px) {
	.mver-dc-body {
		overflow-x: hidden;
		background: #fff;
	}

	.mver-dc-home,
	.mver-dc-hero,
	.mver-dc-shell {
		max-width: 100vw;
		overflow-x: hidden;
	}

	.mver-dc-shell,
	.mver-dc-header-inner,
	.mver-dc-footer-grid,
	.mver-dc-footer-bar {
		padding-right: 22px;
		padding-left: 22px;
	}

	.mver-dc-header {
		border-bottom-color: #ecedef;
		box-shadow: none;
	}

	.mver-dc-header-inner {
		gap: 12px;
		min-height: 67px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.mver-dc-brand {
		gap: 9px;
		min-width: 0;
	}

	.mver-dc-mark {
		width: 34px;
		height: 31px;
	}

	.mver-dc-brand-text {
		font-size: 13px;
		line-height: 1;
		letter-spacing: .03em;
	}

	.mver-dc-header-actions {
		display: flex;
		gap: 12px;
		margin-left: auto;
	}

	.mver-dc-header-cta {
		display: none;
	}

	.mver-dc-header-phone {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 9px;
		background: #fdecee;
		color: transparent;
		font-size: 0;
		overflow: hidden;
	}

	.mver-dc-header-phone svg {
		width: 18px;
		height: 18px;
		color: #e00226;
	}

	.mver-dc-menu-toggle {
		display: inline-flex;
		flex: 0 0 40px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 0;
		border-radius: 9px;
		background: #16181d;
	}

	.mver-dc-menu-toggle span {
		width: 18px;
		height: 2px;
		margin: 2px 0;
		background: #fff;
	}

	.mver-dc-mobile-nav {
		top: 67px;
		z-index: 59;
	}

	.mver-dc-hero {
		min-height: 560px;
		align-items: flex-end;
	}

	.mver-dc-hero::before {
		background-image: linear-gradient(180deg, rgba(13,16,22,.56) 0%, rgba(13,16,22,.72) 45%, rgba(13,16,22,.95) 100%), var(--mver-dc-hero-bg);
		background-position: center;
	}

	.mver-dc-hero .mver-dc-shell {
		padding-top: 30px;
		padding-bottom: 34px;
	}

	.mver-dc-hero-copy {
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}

	.mver-dc-eyebrow {
		padding: 8px 13px;
		font-size: 10px;
		letter-spacing: .1em;
	}

	.mver-dc-eyebrow span {
		width: 7px;
		height: 7px;
	}

	.mver-dc-hero h1 {
		max-width: min(320px, 100%);
		margin-top: 18px;
		font-size: 34px;
		line-height: 1.02;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.mver-dc-hero-location {
		margin-top: 14px;
		color: #e7eaf0;
		font-size: 16px;
		line-height: 1.45;
	}

	.mver-dc-hero p:not(.mver-dc-hero-location) {
		max-width: min(320px, 100%);
		margin-top: 10px;
		color: #c2c8d2;
		font-size: 15.5px;
		line-height: 1.6;
		overflow-wrap: break-word;
	}

	.mver-dc-actions {
		display: flex;
		flex-direction: column;
		gap: 11px;
		margin-top: 24px;
	}

	.mver-dc-btn {
		width: 100%;
		min-height: 52px;
		padding: 15px 16px;
		border-radius: 9px;
		font-size: 15px;
	}

	.mver-dc-rating {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 2px 11px;
		margin-top: 22px;
	}

	.mver-dc-location-note {
		display: flex;
		max-width: min(320px, 100%);
		margin-top: 13px;
		padding: 10px 12px;
		border-color: rgba(255,255,255,.2);
		border-radius: 9px;
		background: rgba(255,255,255,.08);
		color: #d7dce5;
		font-size: 13.5px;
		line-height: 1.45;
		overflow-wrap: break-word;
	}

	.mver-dc-rating span {
		font-size: 16px;
		letter-spacing: 0;
	}

	.mver-dc-rating strong {
		font-size: 13px;
		line-height: 1.2;
	}

	.mver-dc-rating small {
		font-size: 11.5px;
		line-height: 1.2;
	}

	.mver-dc-features {
		background: #fff;
	}

	.mver-dc-feature-grid {
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.mver-dc-feature-grid article,
	.mver-dc-feature-grid article:not(:first-child),
	.mver-dc-feature-grid article:not(:last-child) {
		display: flex;
		gap: 15px;
		padding: 24px 0;
		border: 0;
		border-bottom: 1px solid #ecedef;
	}

	.mver-dc-feature-grid article > div,
	.mver-dc-card,
	.mver-dc-card > *,
	.mver-dc-copy,
	.mver-dc-tab-panels article {
		min-width: 0;
	}

	.mver-dc-feature-grid article:last-child {
		border-bottom: 0;
	}

	.mver-dc-feature-grid article > span {
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		border-radius: 11px;
		background: #fdecee;
		color: #e00226;
	}

	.mver-dc-feature-grid svg {
		width: 22px;
		height: 22px;
	}

	.mver-dc-feature-grid h2,
	.mver-dc-card h2,
	.mver-dc-values h3,
	.mver-dc-location-card h2 {
		font-size: 15px;
		line-height: 1.25;
	}

	.mver-dc-feature-grid p,
	.mver-dc-card p {
		font-size: 14.5px;
		line-height: 1.5;
		overflow-wrap: break-word;
	}

	.mver-dc-services {
		padding-top: 40px;
		padding-bottom: 40px;
		background: #f5f6f8;
	}

	.mver-dc-service-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.mver-dc-card {
		padding: 24px 22px;
		border-radius: 14px;
		box-shadow: none;
		transform: none;
	}

	.mver-dc-card:hover {
		transform: none;
		box-shadow: none;
	}

	.mver-dc-card > span {
		width: 46px;
		height: 46px;
		margin-bottom: 14px;
		border-radius: 11px;
	}

	.mver-dc-values {
		margin-top: 0;
	}

	.mver-dc-values::before {
		width: 100%;
		opacity: .08;
	}

	.mver-dc-values .mver-dc-shell {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.mver-dc-values > div > h2,
	.mver-dc-about h2,
	.mver-dc-section-head h2 {
		margin-bottom: 26px;
		font-size: 23px;
		line-height: 1.22;
	}

	.mver-dc-value-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.mver-dc-value-grid article {
		padding: 24px 22px;
		border: 1px solid rgba(255,255,255,.08);
		border-radius: 14px;
		background: #171b24;
	}

	.mver-dc-values p {
		font-size: 15px;
		line-height: 1.6;
	}

	.mver-dc-seen p {
		padding: 26px 0;
		font-size: 12px;
		letter-spacing: .3em;
	}

	.mver-dc-about {
		grid-template-columns: 1fr;
		gap: 26px;
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.mver-dc-copy {
		font-size: 16px;
		line-height: 1.65;
	}

	.mver-dc-checks {
		gap: 13px;
		margin-bottom: 26px;
	}

	.mver-dc-checks li {
		font-size: 15.5px;
	}

	.mver-dc-location-card {
		border-radius: 16px;
	}

	.mver-dc-location-card > div {
		padding: 24px 22px;
	}

	.mver-dc-location-actions {
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

	.mver-dc-location-actions a {
		width: auto;
		padding: 14px 10px;
		font-size: 12.5px;
	}

	.mver-dc-tabs .mver-dc-shell {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.mver-dc-tab-nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		margin-right: -22px;
		margin-bottom: 22px;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}

	.mver-dc-tab-nav button {
		flex: 0 0 auto;
		padding: 11px 18px;
		font-size: 13px;
		white-space: nowrap;
	}

	.mver-dc-tab-panels article {
		padding: 28px 22px;
		border-radius: 16px;
		box-shadow: none;
	}

	.mver-dc-tab-panels h2 {
		font-size: 20px;
		line-height: 1.25;
	}

	.mver-dc-tab-list {
		grid-template-columns: 1fr 1fr;
		gap: 0 18px;
	}

	.mver-dc-tab-list li {
		align-items: flex-start;
		gap: 10px;
		padding: 11px 0;
		font-size: 14.5px;
		line-height: 1.25;
	}

	.mver-dc-compare {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.mver-dc-section-head {
		margin-bottom: 22px;
		text-align: left;
	}

	.mver-dc-section-head span {
		display: none;
	}

	.mver-dc-section-head p {
		font-size: 17px;
		line-height: 1.45;
	}

	.mver-dc-compare-table {
		overflow: visible;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		font-size: 11px;
	}

	.mver-dc-compare-table > div {
		display: grid;
		grid-template-columns: 39% 21% 20% 20%;
		min-width: 0;
		border-top: 0;
		background: #fff;
	}

	.mver-dc-compare-table > div:first-child {
		align-items: end;
		background: transparent;
		color: #fff;
	}

	.mver-dc-compare-table > div:nth-child(odd):not(:first-child) {
		background: #f7f7f8;
	}

	.mver-dc-compare-table > div:nth-child(even):not(:first-child) {
		background: #fff;
	}

	.mver-dc-compare-table strong,
	.mver-dc-compare-table span {
		min-width: 0;
		padding: 13px 5px;
		text-align: center;
	}

	.mver-dc-compare-table strong {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 35px;
		border-radius: 0;
		font-size: 10px;
		line-height: 1.15;
		letter-spacing: 0;
		text-transform: none;
	}

	.mver-dc-compare-table strong:first-of-type {
		border-radius: 8px 8px 0 0;
		background: #e00226;
	}

	.mver-dc-compare-table strong:nth-of-type(2) {
		border-radius: 0;
		background: #050505;
	}

	.mver-dc-compare-table strong:nth-of-type(3) {
		border-radius: 0 8px 0 0;
		background: #3a3a3a;
	}

	.mver-dc-compare-table span:first-child {
		padding-left: 5px;
		font-family: "Mulish", system-ui, sans-serif;
		font-size: 11px;
		font-weight: 500;
		line-height: 1.25;
	}

	.mver-dc-compare-table > div:not(:first-child) span:not(:first-child) {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #4b4f55;
		font-size: 11px;
		line-height: 1.2;
	}

	.mver-dc-compare-table > div > :nth-child(2) {
		border-right: 2px solid #ff1f32;
		border-left: 2px solid #ff1f32;
	}

	.mver-dc-compare-table > div:first-child > :nth-child(2) {
		border-top: 2px solid #ff1f32;
	}

	.mver-dc-compare-table > div:last-child > :nth-child(2) {
		border-bottom: 2px solid #ff1f32;
	}

	.mver-dc-compare-table > div:not(:first-child) > :nth-child(2) {
		color: #45494f;
		font-size: 20px;
		font-weight: 800;
	}

	.mver-dc-band .mver-dc-shell {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}

@media (max-width: 380px) {
	.mver-dc-hero h1 {
		font-size: 36px;
	}

	.mver-dc-compare-table {
		font-size: 10px;
	}

	.mver-dc-compare-table span:first-child,
	.mver-dc-compare-table > div:not(:first-child) span:not(:first-child) {
		font-size: 10px;
	}
}
