body.page-id-6 {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

body.page-id-6 h1,body.page-id-6 h2,body.page-id-6 h3,body.page-id-6 h4 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.15;
}

.page-id-6 .container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

.page-id-6 .text-center {
	text-align: center;
}

.page-id-6 .badge {
	display: inline-block;
	background: #F5A623;
	color: #0B1D3A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: .72rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 50px;
	margin-bottom: 18px;
}

.page-id-6 .lead-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	max-width: 460px;
}

.page-id-6 .lead-form input {
	width: 100%;
	padding: 16px 20px;
	border: 2px solid rgba(255,255,255,.25);
	border-radius: 12px;
	background: rgba(255,255,255,.12);
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	outline: none;
	transition: border-color .2s, background .2s;
}

.page-id-6 .lead-form input::placeholder {
	color: #8a94a6 !important;
	opacity: 1 !important;
}

.page-id-6 .lead-form input:focus {
	border-color: #F5A623;
	background: rgba(255,255,255,.18);
}

.page-id-6 .lead-form .btn-cta {
	width: 100%;
	padding: 18px 24px;
	background: linear-gradient(135deg,#F5A623,#FFB84D);
	color: #0B1D3A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s;
	box-shadow: 0 6px 28px rgba(245,166,35,.45);
}

.page-id-6 .lead-form .btn-cta:hover {
	transform: translateY(-2px);
}

.page-id-6 .form-micro {
	font-size: .78rem;
	color: rgba(255,255,255,.55);
	text-align: center;
	margin-top: 4px;
}

#hero {
	position: relative;
	background: linear-gradient(145deg,#061022 0%,#0B1D3A 40%,#112055 100%);
	overflow: hidden;
	padding: 80px 0 90px;
}

.hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.hero-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.hero-eyebrow span {
	font-family: 'Montserrat', sans-serif;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #5B9BFF;
}

.hero-eyebrow::before {
	content: '';
	display: block;
	width: 32px;
	height: 2px;
	background: #F5A623;
	flex-shrink: 0;
}

.hero-title {
	font-size: clamp(2rem,4vw,3rem);
	font-weight: 900;
	color: #fff;
	margin-bottom: 22px;
	line-height: 1.12;
}

.hero-title em {
	font-style: normal;
	color: #F5A623;
}

.hero-subtitle {
	font-size: 1.05rem;
	color: rgba(255,255,255,.78);
	line-height: 1.7;
	margin-bottom: 32px;
}

.hero-proof {
	display: flex;
	gap: 24px;
	margin-bottom: 36px;
	flex-wrap: wrap;
}

.proof-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: .82rem;
	font-weight: 600;
	color: rgba(255,255,255,.7);
}

.proof-item .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #F5A623;
	flex-shrink: 0;
}

.hero-right {
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 20px;
	padding: 40px 36px;
	box-shadow: 0 32px 80px rgba(0,0,0,.35);
}

.hero-right h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 8px;
}

.hero-right p {
	font-size: .9rem;
	color: rgba(255,255,255,.65);
	margin-bottom: 24px;
}

.guide-preview {
	background: linear-gradient(135deg,#0B1D3A 0%,#1a3a70 100%);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 10px;
	padding: 18px 20px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.guide-info {
	flex: 1;
}

.guide-info strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: .88rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
}

.guide-info span {
	font-size: .78rem;
	color: rgba(255,255,255,.55);
}

.free-tag {
	background: rgba(245,166,35,.15);
	border: 1px solid #F5A623;
	color: #F5A623;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: .75rem;
	padding: 4px 10px;
	border-radius: 50px;
}

#steps {
	padding: 90px 0;
	background: #F0F4FF;
}

.section-label {
	font-family: 'Montserrat', sans-serif;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #1E5EFF;
	margin-bottom: 12px;
}

.section-title {
	font-size: clamp(1.75rem,3vw,2.5rem);
	font-weight: 900;
	color: #0B1D3A;
	margin-bottom: 16px;
	line-height: 1.15;
}

.section-title em {
	font-style: normal;
	color: #1E5EFF;
}

.section-sub {
	font-size: 1.05rem;
	color: #556080;
	max-width: 620px;
	margin: 0 auto 60px;
	line-height: 1.7;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
	gap: 24px;
}

.step-card {
	background: #fff;
	border: 1px solid #E2EBFF;
	border-radius: 16px;
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition: transform .2s, box-shadow .2s;
}

.step-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(30,94,255,.12);
}

.step-header {
	display: flex;
	align-items: center;
	gap: 14px;
}

.step-num {
	width: 44px;
	height: 44px;
	background: linear-gradient(135deg,#1E5EFF,#3B7BFF);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 1rem;
	color: #fff;
	flex-shrink: 0;
}

.step-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 800;
	color: #0B1D3A;
	line-height: 1.25;
}

.step-feature {
	font-size: .9rem;
	color: #556080;
	line-height: 1.65;
}

.step-benefit {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	background: linear-gradient(135deg,rgba(30,94,255,.07),rgba(245,166,35,.07));
	border-left: 3px solid #F5A623;
	border-radius: 0 8px 8px 0;
	padding: 10px 14px;
	font-size: .85rem;
	color: #1A2642;
	font-weight: 500;
	line-height: 1.5;
}

#cta2 {
	padding: 80px 0;
	background: linear-gradient(135deg,#1E5EFF 0%,#0d3dad 100%);
}

.cta2-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.cta2-text h2 {
	font-size: clamp(1.6rem,3vw,2.2rem);
	font-weight: 900;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1.2;
}

.cta2-text h2 em {
	font-style: normal;
	color: #F5A623;
}

.cta2-text p {
	font-size: 1rem;
	color: rgba(255,255,255,.8);
	line-height: 1.7;
}

.cta2-checklist {
	list-style: none;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cta2-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: .95rem;
	color: rgba(255,255,255,.88);
}

.cta2-checklist li::before {
	content: "✓";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	background: #F5A623;
	color: #0B1D3A;
	font-weight: 900;
	font-size: .8rem;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 1px;
}

.cta2-form-wrap {
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 20px;
	padding: 36px 32px;
}

.cta2-form-wrap h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 6px;
}

.cta2-form-wrap p {
	font-size: .88rem;
	color: rgba(255,255,255,.65);
	margin-bottom: 22px;
}

#faq {
	padding: 90px 0;
	background: #fff;
}

.faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	max-width: 960px;
	margin: 0 auto;
}

details.faq-item {
	background: #F0F4FF;
	border: 1px solid #E2EBFF;
	border-radius: 14px;
	overflow: hidden;
}

details.faq-item summary {
	list-style: none;
	padding: 22px 24px;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: .97rem;
	color: #0B1D3A;
	line-height: 1.4;
}

details.faq-item summary::-webkit-details-marker,details.faq-item summary::marker {
	display: none;
}

.faq-icon {
	width: 28px;
	height: 28px;
	background: #1E5EFF;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
	flex-shrink: 0;
	margin-top: 2px;
}

details.faq-item[open] .faq-icon {
	transform: rotate(45deg);
	background: #F5A623;
}

.faq-answer-inner {
	padding: 12px 24px 22px;
	font-size: .93rem;
	color: #556080;
	line-height: 1.75;
}

#cta3 {
	padding: 90px 0;
	background: linear-gradient(145deg,#061022 0%,#0B1D3A 55%,#112055 100%);
}

.cta3-inner {
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
}

.cta3-inner h2 {
	font-size: clamp(1.8rem,3.5vw,2.8rem);
	font-weight: 900;
	color: #fff;
	margin-bottom: 20px;
}

.cta3-inner h2 em {
	font-style: normal;
	color: #F5A623;
}

.cta3-inner p {
	font-size: 1.05rem;
	color: rgba(255,255,255,.75);
	line-height: 1.7;
	margin-bottom: 40px;
}

.cta3-form-wrap {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 20px;
	padding: 40px 36px;
}

.cta3-form-wrap .lead-form {
	margin: 0 auto;
}

@media(max-width:900px) {
	.hero-inner,.cta2-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.faq-grid {
		grid-template-columns: 1fr;
	}
}

@media(max-width:600px) {
	.steps-grid {
		grid-template-columns: 1fr;
	}
}