.container {
	width: 1200px;
	max-width: calc(100% - 32px);
	margin: 0 auto;
}
.hero {
	position: relative;
	min-height: 620px;
	background: radial-gradient(circle at 18% 22%, rgba(96, 176, 255, 0.38) 0, transparent 36%),  radial-gradient(circle at 78% 18%, rgba(255, 180, 64, 0.25) 0, transparent 28%),  linear-gradient(135deg, #eaf4ff 0%, #f6fbff 38%, #e8f2ff 100%);
	padding: 94px 0 70px;
}
.hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56%;
	height: 100%;
	background: linear-gradient(135deg, rgba(15, 105, 255, 0.1), rgba(0, 164, 255, 0.22)),  url("data:image/svg+xml,%3Csvg width='820' height='620' viewBox='0 0 820 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect x='180' y='84' width='420' height='330' rx='22' fill='%23ffffff' opacity='.78'/%3E%3Crect x='225' y='132' width='330' height='22' rx='11' fill='%230b69ff' opacity='.25'/%3E%3Crect x='225' y='188' width='280' height='18' rx='9' fill='%230b69ff' opacity='.18'/%3E%3Crect x='225' y='235' width='310' height='18' rx='9' fill='%230b69ff' opacity='.15'/%3E%3Crect x='225' y='282' width='230' height='18' rx='9' fill='%230b69ff' opacity='.13'/%3E%3Ccircle cx='590' cy='365' r='92' fill='%23ffb347' opacity='.35'/%3E%3Cpath d='M560 365l24 24 52-58' stroke='%23fff' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='235' cy='420' r='62' fill='%230b69ff' opacity='.14'/%3E%3C/g%3E%3C/svg%3E") center right / contain no-repeat;
	pointer-events: none;
}
.hero-content {
	position: relative;
	z-index: 2;
	width: 58%;
}
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 99px;
	background: rgba(11, 105, 255, 0.1);
	color: #0b69ff;
	font-weight: 700;
	margin-bottom: 24px;
}
.hero h1 {
	font-size: 56px;
	line-height: 1.16;
	color: #102a55;
	letter-spacing: -1px;
	margin-bottom: 22px;
}
.hero h1 em {
	color: #0b69ff;
	font-style: normal;
}
.hero-desc {
	font-size: 22px;
	color: #465a74;
	max-width: 620px;
	margin-bottom: 34px;
}
.hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 34px;
}
.hero-tags span {
	padding: 10px 16px;
	background: #ffffff;
	border: 1px solid #d8e7ff;
	border-radius: 8px;
	color: #2b5f9f;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(36, 99, 180, 0.08);
}
.hero-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	height: 52px;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 700;
	transition: all 0.25s ease;
}
.btn-primary {
	background: linear-gradient(135deg, #ff7a00, #ff4f00);
	color: #fff;
	box-shadow: 0 12px 30px rgba(255, 104, 0, 0.3);
}
.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(255, 104, 0, 0.38);
}
.btn-outline {
	border: 1px solid #0b69ff;
	color: #0b69ff;
	background: #ffffff;
}
.section {
	padding: 82px 0;
	background: #ffffff;
}
.section.alt {
	background: #f2f7ff;
}
.section-title {
	text-align: center;
	margin-bottom: 48px;
}
.section-title .sub {
	color: #0b69ff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.section-title h2 {
	color: #102a55;
	font-size: 38px;
	line-height: 1.25;
}
.section-title p {
	color: #6b7c93;
	font-size: 18px;
	margin-top: 14px;
}
.pain-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.pain-card {
	background: #fff;
	border-radius: 18px;
	padding: 34px 24px;
	text-align: center;
	border: 1px solid #e3ecfb;
	box-shadow: 0 14px 34px rgba(27, 79, 145, 0.08);
}
.pain-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	background: linear-gradient(135deg, #0b69ff, #00b7ff);
}
.pain-card h3 {
	font-size: 20px;
	color: #102a55;
	margin-bottom: 10px;
}
.pain-card p {
	color: #6b7c93;
	font-size: 15px;
}
.service-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: stretch;
}
.service-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 34px;
	border: 1px solid #dce8fb;
	box-shadow: 0 18px 40px rgba(23, 80, 152, 0.08);
	position: relative;
	overflow: hidden;
}
.service-card::after {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	right: -60px;
	top: -60px;
	background: rgba(11, 105, 255, 0.08);
}
.service-card h3 {
	position: relative;
	z-index: 1;
	font-size: 25px;
	color: #102a55;
	margin-bottom: 18px;
}
.service-card ul {
	position: relative;
	z-index: 1;
	list-style: none;
	display: grid;
	gap: 13px;
}
.service-card li {
	padding-left: 28px;
	position: relative;
	color: #465a74;
	font-size: 16px;
}
.service-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #0b69ff;
	box-shadow: inset 0 0 0 4px #dceaff;
}
.adv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.adv-card {
	background: #fff;
	border-radius: 18px;
	padding: 34px 28px;
	border: 1px solid #e1eaf8;
	box-shadow: 0 16px 38px rgba(23, 80, 152, 0.08);
}
.adv-card .num {
	font-size: 42px;
	font-weight: 800;
	color: #e6f0ff;
	line-height: 1;
	margin-bottom: -8px;
}
.adv-card h3 {
	color: #102a55;
	font-size: 22px;
	margin-bottom: 12px;
}
.adv-card p {
	color: #5d6f86;
}
.process {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	counter-reset: step;
}
.step {
	position: relative;
	background: #fff;
	border-radius: 18px;
	padding: 30px 18px;
	text-align: center;
	border: 1px solid #e1eaf8;
	box-shadow: 0 12px 30px rgba(23, 80, 152, 0.06);
}
.step::before {
	counter-increment: step;
	content: "0" counter(step);
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0b69ff, #00b7ff);
	color: #fff;
	font-weight: 800;
	margin: 0 auto 18px;
}
.step h3 {
	font-size: 18px;
	color: #102a55;
	margin-bottom: 8px;
}
.step p {
	color: #6b7c93;
	font-size: 14px;
}
.price-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.price-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 36px 30px;
	border: 1px solid #dce8fb;
	box-shadow: 0 20px 45px rgba(23, 80, 152, 0.1);
	position: relative;
}
.price-card.hot {
	border: 2px solid #ff7a00;
	transform: translateY(-10px);
}
.badge {
	position: absolute;
	right: 24px;
	top: 22px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #ff6a00;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.price-card h3 {
	font-size: 24px;
	color: #102a55;
	margin-bottom: 18px;
}
.price {
	color: #ff5a00;
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 18px;
}
.price small {
	font-size: 15px;
	color: #8492a6;
	font-weight: 400;
}
.price-card ul {
	list-style: none;
	display: grid;
	gap: 12px;
	color: #516276;
	margin-bottom: 28px;
}
.price-card li::before {
	content: "✓";
	color: #0b69ff;
	font-weight: 800;
	margin-right: 8px;
}
.cta {
	padding: 80px 0;
	background: linear-gradient(135deg, rgba(10, 72, 168, 0.92), rgba(0, 120, 255, 0.9)),  radial-gradient(circle at 20% 20%, rgba(255,255,255,.2), transparent 28%);
	color: #fff;
	text-align: center;
}
.cta h2 {
	font-size: 40px;
	margin-bottom: 16px;
}
.cta p {
	font-size: 20px;
	opacity: 0.9;
	margin-bottom: 30px;
}
 @media (max-width: 980px) {
.nav {
	display: none;
}
.hero {
	padding-top: 60px;
}
.hero-content {
	width: 100%;
}
.hero::after {
	opacity: 0.2;
	width: 100%;
}
.hero h1 {
	font-size: 42px;
}
.pain-grid,  .adv-grid,  .price-grid {
	grid-template-columns: 1fr 1fr;
}
.service-wrap {
	grid-template-columns: 1fr;
}
.process {
	grid-template-columns: 1fr 1fr;
}
}
 @media (max-width: 640px) {
.topbar,  .phone {
	display: none;
}
.header,  .header-inner {
	height: 70px;
}
.logo strong {
	font-size: 18px;
}
.hero h1 {
	font-size: 34px;
}
.hero-desc {
	font-size: 17px;
}
.hero-actions {
	flex-direction: column;
	align-items: stretch;
}
.btn {
	width: 100%;
}
.pain-grid,  .adv-grid,  .price-grid,  .process,  .footer-grid {
	grid-template-columns: 1fr;
}
.price-card.hot {
	transform: none;
}
}
