/*
 * Responsive treatment for Remote_backup.html.
 *
 * The page keeps its legacy backup content and links, but all layout rules
 * below are scoped to this page so the shared site styles remain unchanged.
 */

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

body.remote-backup-page {
	min-width: 0;
	overflow-x: hidden;
	background: #fff;
	color: #434950;
}

.remote-backup-page a,
.remote-backup-page button {
	touch-action: manipulation;
}

.remote-backup-page .bg {
	width: 100%;
	background-color: #fff;
	background-image: none;
}

.remote-backup-page .main,
.remote-backup-page .footer-main,
.remote-backup-page .maina {
	width: 100%;
	max-width: 962px;
	padding-right: 0;
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
}

/* Shared home/index header language */
.remote-backup-page .headerBg {
	width: 100%;
	height: auto;
	min-height: 60px;
	background: #343a41;
	background-image: none;
}

.remote-backup-page .header-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-start;
	gap: 4px 24px;
	min-height: 60px;
	padding: 10px 20px;
	text-align: left;
}

.remote-backup-page .phone-top {
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 8px;
	float: none;
	padding: 0;
	font: 400 clamp(17px, 2.1vw, 24px)/1.2 'Maven Pro', sans-serif;
	letter-spacing: -.5px;
	color: #fff;
}

.remote-backup-page .phone-top .phone-label {
	color: #fff;
}

.remote-backup-page .phone-top a {
	color: #6cc195;
	font-size: clamp(16px, 1.7vw, 18px);
	letter-spacing: 1px;
	text-decoration: none;
}

.remote-backup-page .phone-top a:hover,
.remote-backup-page .phone-top a:focus {
	color: #fff;
	text-decoration: underline;
}

.remote-backup-page .address {
	flex: 1 1 260px;
	min-width: 0;
	float: none;
	margin: 0;
	padding: 0;
	font: 500 clamp(13px, 1.6vw, 16px)/1.3 'Maven Pro', sans-serif;
	letter-spacing: clamp(.5px, .15vw, 2px);
	font-style: normal;
	color: #6cc195;
	text-align: left;
	overflow-wrap: anywhere;
}

.remote-backup-page .padding-left {
	padding-right: 12px;
	padding-left: 12px;
}

.remote-backup-page .border-bot {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
	align-items: start;
	gap: 20px;
	padding-bottom: 8px;
}

.remote-backup-page .border-bot > .clear {
	display: none;
}

.remote-backup-page .header-brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-width: 0;
	padding-top: 20px;
	padding-bottom: 4px;
}

.remote-backup-page .header-brand h1 {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.remote-backup-page header h1 {
	position: static;
	float: none;
	min-width: 0;
	margin: 0;
}

.remote-backup-page header h1 a {
	display: block;
	width: min(320px, 100%);
	max-width: 100%;
	height: 96px;
	background-image: url("../images/logo.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.remote-backup-page .site-navigation {
	position: relative;
	min-width: 0;
	overflow: visible;
}

.remote-backup-page .menu-toggle {
	display: none;
}

.remote-backup-page .slogan {
	float: none;
	margin: 20px 0 12px;
	font: 400 clamp(16px, 2.2vw, 22px)/1.2 "Comic Sans MS", cursive;
	color: #f90;
	text-align: right;
}

.remote-backup-page #primary-navigation {
	min-width: 0;
}

.remote-backup-page .sf-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 4px 22px;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.remote-backup-page .sf-menu > li {
	position: relative;
	float: none;
	margin: 0;
}

.remote-backup-page .sf-menu > li > a,
.remote-backup-page .sf-menu > li > .menu-parent {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 5px 0;
	color: #343a41;
	font: 700 16px/1.2em 'Maven Pro', sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
}

.remote-backup-page .sf-menu > li > .menu-parent {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.remote-backup-page .sf-menu > li > .menu-parent::after {
	content: "\25BE";
	margin-left: .45em;
	font-size: .7em;
	line-height: 1;
}

.remote-backup-page .sf-menu > li > a:hover,
.remote-backup-page .sf-menu > li > a:focus,
.remote-backup-page .sf-menu > li > .menu-parent:hover,
.remote-backup-page .sf-menu > li > .menu-parent:focus,
.remote-backup-page .sf-menu > li.sfHover > a,
.remote-backup-page .sf-menu > li.current > a {
	color: #6cc195;
}

.remote-backup-page .sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.remote-backup-page .sf-menu ul li > .menu-parent {
	display: block;
	width: 100%;
	padding: 5px 10px;
	border: 0;
	background: transparent;
	color: #fff;
	font: 400 14px/1.3 'Maven Pro', sans-serif;
	text-align: left;
	cursor: pointer;
}

.remote-backup-page .sf-menu ul li > .menu-parent::after {
	content: "";
}

/* Responsive legacy backup content */
.remote-backup-page #content {
	min-width: 0;
}

.remote-backup-page .backup-page-content {
	width: 100%;
	padding: 12px 0 36px;
}

.remote-backup-page .backup-content {
	display: block;
	width: 100% !important;
	max-width: 100%;
	margin: 0;
	height: auto !important;
	padding: 0 !important;
	border: 1px solid #d7d9dc;
	border-radius: 2px;
	border-spacing: 0;
	border-collapse: separate;
	background: #f1f3f4 !important;
	overflow: hidden;
}

.remote-backup-page .backup-content table {
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	border-spacing: 0;
	table-layout: fixed;
}

.remote-backup-page .backup-content td {
	max-width: 100%;
	height: auto !important;
	min-width: 0;
	vertical-align: top;
}

/* The legacy email markup carries large height attributes on wrapper cells.
 * They create an artificial blank band before the first content section. */
.remote-backup-page .backup-content [height] {
	height: auto !important;
}

.remote-backup-page .backup-content > tbody > tr > td {
	width: 100% !important;
	padding: 0;
}

.remote-backup-page .backup-content .threeCol {
	background: #fff !important;
	border: 1px solid #e1e4e7;
	border-radius: 2px;
}

.remote-backup-page .backup-content table.green {
	margin: 0 0 14px;
}

.remote-backup-page .backup-content table.green:last-child {
	margin-bottom: 0;
}

.remote-backup-page .backup-content .text,
.remote-backup-page .backup-content td.text,
.remote-backup-page .backup-content span.text {
	font-family: 'Maven Pro', sans-serif !important;
	font-size: clamp(14px, 1.45vw, 17px) !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	color: #434950 !important;
}

.remote-backup-page .backup-content .previewText {
	padding: 18px 16px !important;
	font: 700 clamp(22px, 3vw, 32px)/1.15 'Maven Pro', sans-serif !important;
	letter-spacing: -1px !important;
	color: #6cc195 !important;
	text-align: center;
}

.remote-backup-page .backup-content .backup-confidence-title,
.remote-backup-page .backup-content .backup-confidence-title * {
	color: #6cc195 !important;
	text-align: center !important;
}

.remote-backup-page .backup-content .backup-confidence-title {
	padding: 12px 16px !important;
}

.remote-backup-page .backup-content .h3small,
.remote-backup-page .backup-content .h3 {
	font-family: 'Maven Pro', sans-serif !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	color: #6cc195 !important;
}

.remote-backup-page .backup-content p {
	margin: 0 0 1em;
}

.remote-backup-page .backup-content img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto !important;
	border: 0;
}

.remote-backup-page .backup-content .vertical-spacer {
	max-width: 100%;
}

/* Partner strip and footer use the same compact full-width behavior as home. */
.remote-backup-page .partner-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 28px;
	width: 100%;
	padding: 10px 16px;
	overflow: visible;
}

.remote-backup-page .partner-logos img {
	display: block;
	flex: 1 1 140px;
	width: auto;
	max-width: 195px;
	height: auto !important;
	margin: 0;
	padding: 0 !important;
	object-fit: contain;
}

.remote-backup-page .footer-main {
	background: #343a41 !important;
}

.remote-backup-page .footer-main footer {
	background: #343a41;
	color: #fff;
}

.remote-backup-page .footer-main .wrapper {
	overflow: visible;
}

.remote-backup-page #spacer-footer {
	display: none;
}

.remote-backup-page .footer-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
	width: 100%;
	margin: 0;
	padding: 12px 16px;
	list-style: none;
}

.remote-backup-page .footer-menu li,
.remote-backup-page .footer-menu li.last {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 44px;
}

.remote-backup-page .footer-menu li a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 4px;
	color: #fffcd0;
}

.remote-backup-page .footertext-bot {
	min-height: 8px;
	padding: 8px 16px max(8px, env(safe-area-inset-bottom));
	line-height: 1.5;
	text-align: center;
}

.remote-backup-page #spacer-footer-bottom {
	height: 0;
}

.remote-backup-page .skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 10000;
	padding: 8px 12px;
	transform: translateY(-150%);
	background: #343a41;
	color: #fff;
	text-decoration: none;
}

.remote-backup-page .skip-link:focus {
	transform: translateY(0);
}

/* Tablets and touch devices use the tap-open navigation. */
@media (max-width: 1023px), (hover: none) and (pointer: coarse) {
	.remote-backup-page .main,
	.remote-backup-page .footer-main,
	.remote-backup-page .maina {
		max-width: none;
	}

	.remote-backup-page .header-contact {
		align-items: baseline;
		justify-content: flex-start;
		gap: 4px 16px;
		padding: 8px 16px;
	}

	.remote-backup-page .phone-top {
		white-space: nowrap;
	}

	.remote-backup-page .address {
		flex: 1 1 260px;
		min-width: 0;
		text-align: left;
	}

	.remote-backup-page .border-bot {
		display: block;
		padding-bottom: 14px;
	}

	.remote-backup-page .header-brand {
		align-items: center;
		padding-top: 16px;
		padding-bottom: 4px;
	}

	.remote-backup-page .header-brand h1 {
		padding: 0;
		text-align: left;
	}

	.remote-backup-page header h1 a {
		width: min(320px, 100%);
		max-width: 100%;
		height: auto;
		aspect-ratio: 320 / 96;
		background-position: left center;
	}

	.remote-backup-page .site-navigation {
		width: 100%;
		margin-top: 8px;
	}

	.remote-backup-page .slogan {
		margin: 8px 0 12px;
		text-align: center;
	}

	.remote-backup-page .menu-toggle {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
		margin: 0;
		padding: 8px 16px;
		border: 1px solid #343a41;
		border-radius: 2px;
		background: #343a41;
		color: #fff;
		font: 700 16px/1.2em 'Maven Pro', sans-serif;
		cursor: pointer;
	}

	.remote-backup-page .menu-toggle:hover,
	.remote-backup-page .menu-toggle:focus {
		border-color: #6cc195;
		background: #6cc195;
	}

	.remote-backup-page #primary-navigation {
		width: 100%;
	}

	.remote-backup-page #primary-navigation:not(.is-open) .sf-menu {
		display: none;
	}

	.remote-backup-page #primary-navigation.is-open .sf-menu {
		display: block;
	}

	.remote-backup-page .sf-menu {
		border: 1px solid #d7d9dc;
		background: #fff;
	}

	.remote-backup-page .sf-menu > li {
		border-top: 1px solid #d7d9dc;
	}

	.remote-backup-page .sf-menu > li:first-child {
		border-top: 0;
	}

	.remote-backup-page .sf-menu > li > a,
	.remote-backup-page .sf-menu > li > .menu-parent {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 44px;
		padding: 10px 12px;
		text-align: left;
	}

	.remote-backup-page .sf-menu > li > .menu-parent::after {
		content: "+";
		font-size: 20px;
	}

	.remote-backup-page .sf-menu > li.is-open > .menu-parent::after,
	.remote-backup-page .sf-menu li.is-open > .menu-parent::after {
		content: "\2212";
	}

	.remote-backup-page .sf-menu ul {
		display: none !important;
		position: static;
		left: auto;
		top: auto;
		width: auto;
		border-radius: 0;
		box-shadow: none;
		background: #343a41;
	}

	.remote-backup-page .sf-menu li.is-open > ul {
		display: block !important;
	}

	.remote-backup-page .sf-menu li:hover > ul,
	.remote-backup-page .sf-menu li.sfHover > ul {
		display: none !important;
	}

	.remote-backup-page .sf-menu li.is-open:hover > ul,
	.remote-backup-page .sf-menu li.is-open.sfHover > ul {
		display: block !important;
	}

	.remote-backup-page .sf-menu ul li {
		border-top: 1px solid #4d5359;
	}

	.remote-backup-page .sf-menu ul li a,
	.remote-backup-page .sf-menu ul li > .menu-parent {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 44px;
		padding: 10px 12px;
		color: #fff;
		font-size: 14px;
		line-height: 1.3;
		text-align: left;
	}

	.remote-backup-page .backup-page-content {
		padding: 16px 12px 36px;
	}

	.remote-backup-page .partner-logos {
		gap: 14px 16px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.remote-backup-page .partner-logos img {
		flex-basis: 120px;
		max-width: 160px;
	}
}

@media (max-width: 767px) {
	.remote-backup-page .header-contact {
		flex-direction: row;
		align-items: flex-start;
		gap: 4px 12px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.remote-backup-page .phone-top {
		flex-direction: row;
		align-items: baseline;
		gap: 0 6px;
	}

	.remote-backup-page .backup-content table {
		display: block;
		table-layout: auto;
	}

	.remote-backup-page .backup-content table > tbody,
	.remote-backup-page .backup-content table > tbody > tr {
		display: block;
		width: 100%;
	}

	.remote-backup-page .backup-content table > tbody > tr > td {
		display: block;
		width: 100% !important;
	}

	.remote-backup-page .backup-content .text,
	.remote-backup-page .backup-content td.text,
	.remote-backup-page .backup-content span.text {
		font-size: 15px !important;
	}

	.remote-backup-page .backup-content .previewText {
		font-size: 24px !important;
		text-align: left;
	}

	.remote-backup-page .backup-content .text {
		padding: 0 !important;
	}

	.remote-backup-page .backup-content td.text,
	.remote-backup-page .backup-content div.text {
		padding: 12px 16px !important;
	}

	.remote-backup-page .backup-content .previewText {
		padding: 18px 16px !important;
	}

	.remote-backup-page .backup-content .text img {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 479px) {
	.remote-backup-page .header-contact {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.remote-backup-page .phone-top,
	.remote-backup-page .address {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}
