body {
	font-family: 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	font-size: 16px;
}

.container {
	max-width: 1200px;
	margin: 60px auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.header {
	background-color: white;
	padding: 5px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}

.logo {
	font-size: 30px;
	margin: auto;
}

.header a {
	text-decoration: none;
}

.phone {
	color: #013d7b;
	font-size: 22px;
	display: none;
}

.image-banner {
	position: relative;
	overflow: hidden;
}

.offer-box {
	position: absolute;
	top: 20px;
	left: 30px;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	max-width: 340px;
	border-radius: 15px;
}

.offer-phone {
	background: #013d7b;
	border-radius: 15px 15px 0 0;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	padding: 14px 16px;
	text-align: center;
}

.callquote {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	padding: 14px 20px;
	line-height: 28px;
}

.disclosure {
	padding: 10px 25px 18px 25px;
}

.disclosure h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

.disclosure p {
	text-align: justify;
	line-height: 22px;
	font-weight: 400 !important;
}

.offer-box .limited {
	background: #f1411c;
	color: white;
	font-weight: bold;
	padding: 10px 15px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 25px;
	margin-left: 27px;
}

.offer-box h1 {
	margin: 0 60px;
	font-size: 48px;
	color: #000;
}

.offer-box span {
	font-size: 122px;
	line-height: 110px;
}

.offer-box a {
	text-decoration: none;
}

.phone-number {
	text-align: center;
	font-weight: bold;
	color: #013d7b;
	margin-top: 10px;
	font-size: 35px;
}

.featuretit {
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	padding-top: 50px;
}

.featuretit h2 {
	margin: 0;
}

.features {
	display: flex;
	justify-content: space-around;
	background: white;
	padding: 20px;
	margin-top: 20px;
}

.feature {
	max-width: 260px;
	text-align: center;
}

.icon img {
	width: 43%;
	margin: auto;
}

.feature h3 {
	margin-bottom: 5px;
	font-size: 22px;
}

.cta-banner {
	background: #013d7b;
	color: white;
	text-align: center;
	padding: 30px 130px;
	font-size: 50px;
	font-weight: bold;
	margin-top: 20px;
}

img {
	width: 100%;
	display: block;
}

.chatphone {
	background: #d63737;
	width: 202px;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #fff;
	padding: 15px;
	border-radius: 15px;
}

.chatphone a {
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}

.chatphone:hover {
	background: #f1411c;
}

.footer {
	background: #fff;
	color: #000;
	text-align: center;
	padding-top: 18px;
	font-size: 15px;
	padding-bottom: 5px;
}

.bottom p {
	font-size: 15px;
	padding: 0 50px 20px 50px;
	line-height: 20px;
	text-align: justify;
}

.bottom a {
	color: #000;
	text-decoration: none;
}

.bottom a:hover {
	color: #013d7b;
}

.copyrigt a {
	color: #000;
	text-decoration: none;
}

.copyrigt a:hover {
	color: #013d7b;
}

.pagetxt {
	border-top: 1px solid #ccc;
	padding: 25px 50px;
}

.frmph {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 18px;
}

.call-now {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 22px;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background: #d63737;
	border-radius: 30px;
	transition: 0.3s;
}

.icon-circle {
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-circle i {
	font-size: 26px;
	color: #fff;
}

.call-text {
	position: relative;
	padding: 4px 0;
	font-size: 20px !important;
	line-height: 22px !important;
	font-weight: bold;
}

.call-text::before,
.call-text::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	background: #fff;
	border-radius: 2px;
}

.call-text::before {
	top: -8px;
}

.call-text::after {
	bottom: -8px;
}

.call-now:hover {
	background: #1b8b1b;
	color: #fff;
}

.call-now:hover .icon-circle {
	border-color: #fff;
}

.call-now:hover .icon-circle i {
	color: #fff;
}

.call-now:hover .call-text::before,
.call-now:hover .call-text::after {
	background: #fff;
}

.desktop-img {
	display: block;
	width: 100%;
	height: auto;
}

.mobile-img {
	display: none;
	width: 100%;
	height: auto;
}

/* ==================== 响应式 ==================== */

@media (max-width: 768px) {
	.desktop-img {
		display: none;
	}

	.mobile-img {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.container {
		width: 96%;
		margin: 2% auto;
	}
}

@media screen and (max-width: 1100px) {
	.offer-box {
		position: unset;
		max-width: 550px;
		margin: 30px auto;
	}

	.image-banner {
		height: auto;
	}

	.frmph {
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 850px) {
	body {
		background: #fff;
	}

	.offer-box {
		top: 40px;
	}

	.features {
		display: inline-block;
	}

	.feature {
		max-width: 100%;
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
	}

	.icon img {
		width: 20%;
	}

	.logo {
		width: 50%;
	}
}

@media screen and (max-width: 700px) {
	.offer-box {
		position: unset;
		max-width: 480px;
		margin: 30px auto;
	}

	.featuretit h2 {
		margin: 0;
	}

	.cta-banner {
		padding: 5%;
		font-size: 30px;
	}

	.offer-box h1 {
		text-align: center;
		margin: auto;
	}

	.offer-box p {
		text-align: center;
		margin: auto;
	}

	.offer-box .limited {
		margin-left: 0;
		width: 90%;
	}

	.disclosure {
		padding: 10px 25px 35px 25px;
	}
}

@media screen and (max-width: 500px) {
	.offer-box {
		position: unset;
		max-width: 350px;
		margin: 18px auto;
	}

	.header {
		padding: 0%;
		display: inline-block;
		width: 100%;
	}

	.logo img {
		margin: auto;
		width: 70%;
		padding: 4px 0;
	}

	.phone {
		display: none;
	}

	.logo {
		text-align: center;
		width: 100%;
	}

	.pagetxt {
		padding: 5%;
	}

	.callquote {
		font-size: 20px;
		line-height: 26px;
		padding: 20px 20px;
	}

	.image-banner img {
		height: auto;
		width: 100%;
	}

	.frmph {
		margin-top: 0;
	}

	.bottom p {
		padding: 0 5% 2% 5%;
	}

	.icon img {
		width: 37%;
	}
}

@media screen and (max-width: 430px) {
	.featuretit {
		font-size: 20px;
	}

	.cta-banner {
		font-size: 25px;
	}

	.chatphone {
		font-size: 20px;
	}
}

@media screen and (max-width: 350px) {
	.offer-box {
		max-width: 300px;
	}

	.offer-phone {
		font-size: 28px;
	}

	.phone-number {
		font-size: 24px;
	}
}

/* ==================== Legal Pages ==================== */
.legal-page {
	padding: 40px 0 60px;
	min-height: 60vh;
	background: #fff;
}

.legal-page .container {
	box-shadow: none;
	margin: 0 auto;
}

.legal-page h1 {
	font-size: 32px;
	font-weight: 700;
	color: #013d7b;
	margin-bottom: 10px;
}

.legal-last-updated {
	font-size: 13px;
	color: #999;
	margin-bottom: 30px;
}

.legal-page h2 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-top: 30px;
	margin-bottom: 12px;
}

.legal-page p {
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 12px;
}

.legal-page ul {
	margin-bottom: 12px;
	padding-left: 20px;
	list-style: none;
}

.legal-page ul li {
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	position: relative;
	padding-left: 15px;
}

.legal-page ul li::before {
	content: '\2022';
	position: absolute;
	left: 0;
	color: #013d7b;
	font-weight: 700;
}

.legal-page a {
	color: #013d7b;
	text-decoration: none;
}

.legal-page a:hover {
	text-decoration: underline;
}

.legal-header {
	background: #fff;
	padding: 10px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	max-width: 1200px;
	margin: 0 auto;
}

.legal-header .logo-link {
	text-decoration: none;
}

.legal-header .logo-link img {
	height: 50px;
	width: auto;
}

.legal-header .phone-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #013d7b;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 16px;
	border-radius: 8px;
	text-decoration: none;
}

.legal-footer {
	background: #fff;
	padding: 20px 0;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}

.legal-footer a {
	color: #000;
	text-decoration: none;
	margin: 0 12px;
	font-size: 14px;
}

.legal-footer a:hover {
	color: #013d7b;
}

.legal-footer .footer-copyright {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
