:root {
	--ael-navy: #071a2d;
	--ael-blue: #0f3558;
	--ael-gold: #f4b942;
	--ael-gold-dark: #d79617;
	--ael-ink: #14212e;
	--ael-muted: #5a6876;
	--ael-soft: #f3f7fa;
	--ael-white: #ffffff;
	--ael-border: #d9e3eb;
	--ael-shadow: 0 14px 38px rgba(7, 26, 45, .12);
}

body.ael-page {
	margin: 0;
	background: #fff;
}

.ael-page .site-header,
.ael-page #masthead,
.ael-page .entry-header,
.ael-page .site-footer,
.ael-page #colophon,
.ael-page .ast-primary-header-bar,
.ael-page .ast-breadcrumbs-wrapper,
.ael-page .post-navigation,
.ael-page .comments-area {
	display: none !important;
}

.ael-page .site-content,
.ael-page .ast-container,
.ael-page .content-area,
.ael-page .site-main,
.ael-page article,
.ael-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ael-site,
.ael-site * {
	box-sizing: border-box;
}

.ael-site {
	color: var(--ael-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

.ael-site img {
	display: block;
	max-width: 100%;
}

.ael-site a {
	color: inherit;
	text-decoration: none;
}

.ael-site h1,
.ael-site h2,
.ael-site h3 {
	color: var(--ael-navy);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.12;
	margin: 0 0 18px;
}

.ael-site h1 {
	font-size: clamp(2.6rem, 6vw, 5.4rem);
	max-width: 920px;
}

.ael-site h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.ael-site h3 {
	font-size: 1.25rem;
}

.ael-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ael-header {
	position: relative;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid var(--ael-border);
	box-shadow: 0 4px 20px rgba(7, 26, 45, .06);
}

.ael-header-inner {
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 92px;
}

.ael-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--ael-navy) !important;
	font-size: 1.15rem;
	font-weight: 850;
	line-height: 1.1;
	white-space: nowrap;
}

.ael-brand small {
	display: block;
	color: var(--ael-muted);
	font-size: .72rem;
	font-weight: 650;
	letter-spacing: .04em;
	margin-top: 5px;
	text-transform: uppercase;
}

.ael-brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--ael-gold);
	border-radius: 12px;
	color: var(--ael-navy);
	font-size: 1.1rem;
	transform: rotate(45deg);
}

.ael-brand-mark::first-letter {
	transform: rotate(-45deg);
}

.ael-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	flex-wrap: wrap;
	gap: 4px 16px;
}

.ael-nav a {
	color: #304150;
	font-size: .86rem;
	font-weight: 700;
	padding: 6px 0;
}

.ael-nav a:hover,
.ael-nav a:focus {
	color: var(--ael-gold-dark);
}

.ael-header-call {
	background: var(--ael-navy);
	border-radius: 10px;
	color: #fff !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.15;
	padding: 13px 18px;
	text-align: center;
	white-space: nowrap;
}

.ael-header-call span {
	display: block;
	color: var(--ael-gold);
	font-size: .68rem;
	letter-spacing: .08em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.ael-hero {
	display: flex;
	align-items: center;
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	min-height: 720px;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.ael-hero-copy {
	max-width: 820px;
	padding: 95px 0 105px;
}

.ael-hero h1,
.ael-inner-hero h1,
.ael-simple-hero h1 {
	color: #fff;
}

.ael-hero p,
.ael-inner-hero p,
.ael-simple-hero p {
	max-width: 760px;
	color: #e9f0f5;
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	margin: 0 0 32px;
}

.ael-kicker {
	display: block;
	color: var(--ael-gold-dark);
	font-size: .82rem;
	font-weight: 850;
	letter-spacing: .14em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.ael-kicker.light {
	color: var(--ael-gold);
}

.ael-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0;
}

.ael-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border: 2px solid transparent;
	border-radius: 9px;
	font-weight: 850;
	padding: 13px 24px;
	transition: transform .18s ease, background .18s ease;
}

.ael-btn:hover,
.ael-btn:focus {
	transform: translateY(-2px);
}

.ael-btn.primary {
	background: var(--ael-gold);
	color: var(--ael-navy) !important;
}

.ael-btn.primary:hover,
.ael-btn.primary:focus {
	background: #ffd36d;
}

.ael-btn.secondary {
	border-color: rgba(255,255,255,.8);
	color: #fff !important;
}

.ael-btn.secondary:hover,
.ael-btn.secondary:focus {
	background: #fff;
	color: var(--ael-navy) !important;
}

.ael-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
	color: #fff;
	font-size: .95rem;
	font-weight: 700;
}

.ael-trust-row span::first-letter {
	color: var(--ael-gold);
}

.ael-urgent {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	background: var(--ael-gold);
	color: var(--ael-navy);
}

.ael-urgent .ael-container {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 70px;
}

.ael-urgent strong {
	font-size: 1.12rem;
}

.ael-urgent span {
	flex: 1;
}

.ael-urgent a {
	font-weight: 850;
}

.ael-section {
	padding: 92px 0;
}

.ael-section.ael-soft {
	background: var(--ael-soft);
}

.ael-section.ael-dark {
	background: var(--ael-navy);
	color: #dce7ef;
}

.ael-dark h2,
.ael-dark h3 {
	color: #fff;
}

.ael-lead {
	max-width: 760px;
	color: var(--ael-muted);
	font-size: 1.12rem;
	margin: -4px 0 42px;
}

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

.ael-service-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--ael-border);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(7, 26, 45, .07);
	transition: transform .2s ease, box-shadow .2s ease;
}

.ael-service-card:hover {
	box-shadow: var(--ael-shadow);
	transform: translateY(-5px);
}

.ael-card-image {
	display: block;
	height: 210px;
	overflow: hidden;
}

.ael-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.ael-service-card:hover img {
	transform: scale(1.035);
}

.ael-service-card > div {
	padding: 26px;
}

.ael-service-card h3 {
	font-size: 1.22rem;
}

.ael-service-card p {
	color: var(--ael-muted);
	font-size: .95rem;
}

.ael-text-link {
	color: var(--ael-blue) !important;
	font-weight: 850;
}

.ael-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(45px, 7vw, 90px);
}

.ael-process {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ael-process li {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 18px;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255,255,255,.14);
}

.ael-process li:last-child {
	border-bottom: 0;
}

.ael-process li > span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: var(--ael-gold);
	border-radius: 50%;
	color: var(--ael-navy);
	font-weight: 900;
}

.ael-process h3,
.ael-process p {
	margin-bottom: 6px;
}

.ael-area-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: center;
	gap: 50px;
}

.ael-area-grid iframe {
	width: 100%;
	height: 420px;
	border: 0;
	border-radius: 16px;
	box-shadow: var(--ael-shadow);
}

.ael-faq {
	background: var(--ael-soft);
}

.ael-faq-list {
	display: grid;
	gap: 13px;
	max-width: 920px;
}

.ael-faq details {
	background: #fff;
	border: 1px solid var(--ael-border);
	border-radius: 11px;
	box-shadow: 0 4px 14px rgba(7,26,45,.04);
}

.ael-faq summary {
	cursor: pointer;
	font-weight: 800;
	padding: 20px 52px 20px 22px;
	position: relative;
}

.ael-faq summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 15px;
	color: var(--ael-gold-dark);
	font-size: 1.5rem;
}

.ael-faq details[open] summary::after {
	content: "−";
}

.ael-faq details p {
	color: var(--ael-muted);
	margin: 0;
	padding: 0 22px 22px;
}

.ael-request {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(35px, 6vw, 78px);
	margin: 92px 0;
	overflow: hidden;
	background: var(--ael-navy);
	border-radius: 20px;
	box-shadow: var(--ael-shadow);
	color: #dce7ef;
	padding: clamp(30px, 5vw, 64px);
}

.ael-request h2 {
	color: #fff;
}

.ael-request-copy ul {
	margin: 28px 0 0;
	padding-left: 22px;
}

.ael-request-phone {
	display: inline-block;
	color: var(--ael-gold) !important;
	font-size: 1.45rem;
	font-weight: 900;
	margin-top: 12px;
}

.ael-form {
	background: #fff;
	border-radius: 14px;
	color: var(--ael-ink);
	padding: 30px;
}

.ael-field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ael-form label {
	display: block;
	font-size: .9rem;
	font-weight: 800;
	margin-bottom: 15px;
}

.ael-form label span {
	color: #a4161a;
}

.ael-form input,
.ael-form select,
.ael-form textarea {
	width: 100%;
	min-height: 50px;
	background: #fff;
	border: 1px solid #becbd5;
	border-radius: 7px;
	color: var(--ael-ink);
	font: inherit;
	font-weight: 500;
	margin-top: 7px;
	padding: 11px 13px;
}

.ael-form textarea {
	resize: vertical;
}

.ael-form input:focus,
.ael-form select:focus,
.ael-form textarea:focus {
	border-color: var(--ael-blue);
	box-shadow: 0 0 0 3px rgba(15,53,88,.12);
	outline: 0;
}

.ael-form button {
	width: 100%;
	min-height: 54px;
	background: var(--ael-gold);
	border: 0;
	border-radius: 8px;
	color: var(--ael-navy);
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	padding: 12px 20px;
}

.ael-form-small {
	color: #6d7985;
	font-size: .76rem;
	line-height: 1.45;
	margin: 14px 0 0;
}

.ael-form-notice {
	border-radius: 7px;
	font-size: .9rem;
	font-weight: 750;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.ael-form-notice.success {
	background: #e8f7ee;
	color: #17643a;
}

.ael-form-notice.error {
	background: #fff0f0;
	color: #8d1b1f;
}

.ael-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ael-inner-hero {
	background: linear-gradient(135deg, var(--ael-navy), var(--ael-blue));
	color: #fff;
	padding: 85px 0;
}

.ael-inner-grid {
	display: grid;
	grid-template-columns: 1.12fr .88fr;
	align-items: center;
	gap: 58px;
}

.ael-inner-grid h1 {
	font-size: clamp(2.5rem, 5vw, 4.35rem);
}

.ael-inner-grid img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 5px solid rgba(255,255,255,.12);
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(0,0,0,.32);
}

.ael-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 38px;
}

.ael-feature-grid article {
	background: #fff;
	border: 1px solid var(--ael-border);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(7,26,45,.07);
	padding: 30px;
}

.ael-feature-grid article > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: #fff2d2;
	border-radius: 10px;
	color: var(--ael-gold-dark);
	margin-bottom: 20px;
}

.ael-feature-grid p,
.ael-legal p {
	color: var(--ael-muted);
}

.ael-checks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 24px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.ael-checks li {
	position: relative;
	padding-left: 28px;
}

.ael-checks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--ael-gold-dark);
	font-weight: 900;
}

.ael-callout {
	background: var(--ael-navy);
	border-radius: 16px;
	box-shadow: var(--ael-shadow);
	color: #dce7ef;
	padding: 42px;
}

.ael-callout h3 {
	color: #fff;
	font-size: 1.8rem;
}

.ael-related > .ael-container > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 30px;
}

.ael-related a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--ael-soft);
	border: 1px solid var(--ael-border);
	border-radius: 9px;
	font-weight: 800;
	padding: 16px 18px;
}

.ael-related a span {
	color: var(--ael-gold-dark);
}

.ael-simple-hero {
	background: linear-gradient(135deg, var(--ael-navy), var(--ael-blue));
	color: #fff;
	padding: 82px 0;
}

.ael-simple-hero h1 {
	font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.ael-legal {
	max-width: 900px;
	padding: 80px 0 100px;
}

.ael-legal h2 {
	font-size: 1.65rem;
	margin-top: 38px;
}

.ael-footer {
	background: #04111e;
	color: #bfcbd5;
	padding: 68px 0 0;
}

.ael-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 50px;
	padding-bottom: 48px;
}

.ael-footer h2,
.ael-footer h3 {
	color: #fff;
}

.ael-footer h2 {
	font-size: 1.55rem;
}

.ael-footer h3 {
	font-size: 1rem;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ael-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ael-footer li {
	margin: 8px 0;
}

.ael-footer a:hover,
.ael-footer a:focus {
	color: var(--ael-gold);
}

.ael-footer-phone {
	color: var(--ael-gold) !important;
	font-size: 1.3rem;
	font-weight: 900;
}

.ael-copyright {
	border-top: 1px solid rgba(255,255,255,.1);
	font-size: .85rem;
	padding: 22px 0 28px;
}

.ael-sticky-actions {
	position: fixed;
	right: 0;
	top: 48%;
	z-index: 999;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 26px rgba(0,0,0,.22);
}

.ael-sticky-actions a {
	display: block;
	min-width: 154px;
	color: #fff !important;
	font-size: .9rem;
	font-weight: 900;
	padding: 15px 18px;
	text-align: center;
}

.ael-sticky-call {
	background: var(--ael-blue);
}

.ael-sticky-form {
	background: var(--ael-gold-dark);
}

@media (max-width: 1080px) {
	.ael-header-inner {
		flex-wrap: wrap;
		padding: 14px 0;
	}
	.ael-nav {
		order: 3;
		width: 100%;
	}
	.ael-header-call {
		margin-left: auto;
	}
	.ael-service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 820px) {
	.ael-site {
		font-size: 16px;
	}
	.ael-container {
		width: min(100% - 28px, 1180px);
	}
	.ael-nav {
		display: none;
	}
	.ael-header-inner {
		min-height: 78px;
		flex-wrap: nowrap;
	}
	.ael-brand {
		font-size: .98rem;
		white-space: normal;
	}
	.ael-brand-mark {
		width: 36px;
		height: 36px;
		flex: 0 0 36px;
	}
	.ael-header-call {
		font-size: .86rem;
		padding: 11px 12px;
	}
	.ael-hero {
		min-height: 620px;
		background-position: 68% center;
	}
	.ael-hero-copy {
		padding: 75px 0 85px;
	}
	.ael-hero h1 {
		font-size: clamp(2.55rem, 12vw, 4rem);
	}
	.ael-urgent .ael-container {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
		padding: 16px 0;
	}
	.ael-section {
		padding: 70px 0;
	}
	.ael-split,
	.ael-area-grid,
	.ael-inner-grid,
	.ael-request {
		grid-template-columns: 1fr;
	}
	.ael-inner-grid img {
		max-height: 420px;
	}
	.ael-feature-grid {
		grid-template-columns: 1fr;
	}
	.ael-request {
		margin: 70px 0;
	}
	.ael-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.ael-footer-grid > div:first-child {
		grid-column: 1 / -1;
	}
	.ael-sticky-actions {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		flex-direction: row;
	}
	.ael-sticky-actions a {
		flex: 1;
		min-width: 0;
	}
	.ael-footer {
		padding-bottom: 58px;
	}
}

@media (max-width: 580px) {
	.ael-header-call span {
		display: none;
	}
	.ael-header-call {
		font-size: .78rem;
	}
	.ael-brand small,
	.ael-brand-mark {
		display: none;
	}
	.ael-service-grid,
	.ael-related > .ael-container > div,
	.ael-field-row,
	.ael-checks,
	.ael-footer-grid {
		grid-template-columns: 1fr;
	}
	.ael-footer-grid > div:first-child {
		grid-column: auto;
	}
	.ael-hero-actions {
		flex-direction: column;
	}
	.ael-btn {
		width: 100%;
	}
	.ael-card-image {
		height: 190px;
	}
	.ael-request,
	.ael-form {
		padding: 24px;
	}
	.ael-inner-hero,
	.ael-simple-hero {
		padding: 62px 0;
	}
}

@media print {
	.ael-sticky-actions {
		display: none;
	}
}
