body.ahl-pro-page {
	background: #f6f3ed;
	color: #16212f;
	direction: rtl;
	font-family: "Almarai", "Tajawal", Arial, sans-serif;
	margin: 0;
	overflow-x: hidden;
}

body.ahl-pro-page *,
body.ahl-pro-page *::before,
body.ahl-pro-page *::after {
	box-sizing: border-box;
}

body.ahl-pro-page a {
	text-decoration: none;
}

body.ahl-pro-page a:focus-visible,
body.ahl-pro-page button:focus-visible,
body.ahl-pro-page input:focus-visible,
body.ahl-pro-page select:focus-visible,
body.ahl-pro-page textarea:focus-visible,
body.ahl-pro-page summary:focus-visible {
	outline: 3px solid var(--ahl-gold-2);
	outline-offset: 3px;
}

.ahl-pro {
	--ahl-ink: #0f1b2d;
	--ahl-muted: #657080;
	--ahl-soft: #f6f3ed;
	--ahl-paper: #ffffff;
	--ahl-green: #074d40;
	--ahl-green-2: #0c6b58;
	--ahl-navy: #07121f;
	--ahl-gold: #d7b66f;
	--ahl-gold-2: #f1d58e;
	--ahl-line: rgba(15, 27, 45, 0.12);
	--ahl-shadow: 0 24px 70px rgba(7, 18, 31, 0.12);
	background: var(--ahl-soft);
	color: var(--ahl-ink);
	font-size: 16px;
	line-height: 1.8;
	min-height: 100vh;
	overflow: hidden;
	text-align: right;
}

.ahl-pro img {
	display: block;
	height: auto;
	max-width: 100%;
}

.ahl-pro-skip {
	background: var(--ahl-gold);
	border-radius: 0 0 8px 8px;
	color: #081421;
	font-weight: 900;
	left: 24px;
	padding: 10px 16px;
	position: fixed;
	top: -60px;
	z-index: 100;
}

.ahl-pro-skip:focus {
	top: 0;
}

.ahl-pro-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.ahl-pro-header {
	background: rgba(7, 18, 31, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 12px 34px rgba(7, 18, 31, 0.2);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 50;
}

.ahl-pro-header__inner {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 82px;
}

.ahl-pro-logo {
	align-items: center;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 12px;
	min-width: 158px;
}

.ahl-pro-logo img {
	filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.18));
	width: 148px;
}

.ahl-pro-logo span {
	display: none;
	gap: 1px;
	line-height: 1.35;
}

.ahl-pro-logo strong {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.ahl-pro-logo small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 700;
}

.ahl-pro-nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 8px;
	justify-content: center;
}

.ahl-pro-nav a {
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	padding: 13px 15px;
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.ahl-pro-nav a:hover,
.ahl-pro-nav a.is-active {
	background: rgba(215, 182, 111, 0.14);
	color: #fff;
}

.ahl-pro-header-cta,
.ahl-pro-btn {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.ahl-pro-header-cta {
	background: var(--ahl-gold);
	color: #081421;
	flex: 0 0 auto;
	font-size: 14px;
	padding: 14px 20px;
}

.ahl-pro-header-cta__mobile {
	display: none;
}

.ahl-pro-header-cta:hover,
.ahl-pro-btn:hover {
	transform: translateY(-2px);
}

.ahl-pro-nav-toggle {
	display: none;
}

.ahl-pro-menu {
	align-items: center;
	background: rgba(215, 182, 111, 0.18);
	border: 1px solid rgba(215, 182, 111, 0.34);
	border-radius: 8px;
	display: none;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.ahl-pro-menu span {
	background: #fff;
	border-radius: 999px;
	display: block;
	height: 2px;
	margin: 4px 0;
	width: 22px;
}

.ahl-pro-hero {
	background:
		linear-gradient(110deg, rgba(7, 18, 31, 0.94), rgba(7, 18, 31, 0.66) 46%, rgba(7, 77, 64, 0.52)),
		var(--ahl-hero-image) center/cover no-repeat;
	color: #fff;
	min-height: 760px;
	position: relative;
}

.ahl-pro-hero::after {
	background: linear-gradient(180deg, rgba(246, 243, 237, 0), #f6f3ed);
	bottom: 0;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.ahl-pro-hero__grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
	min-height: 760px;
	padding-bottom: 92px;
	padding-top: 78px;
	position: relative;
	z-index: 2;
}

.ahl-pro-hero__copy {
	max-width: 680px;
}

.ahl-pro-eyebrow {
	align-items: center;
	color: var(--ahl-gold-2);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 10px;
	letter-spacing: 0;
	margin: 0 0 18px;
}

.ahl-pro-eyebrow::before {
	background: var(--ahl-gold);
	border-radius: 999px;
	content: "";
	height: 2px;
	width: 38px;
}

.ahl-pro-hero h1 {
	color: #fff;
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 24px;
	max-width: 780px;
}

.ahl-pro-lead {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(17px, 1.55vw, 22px);
	line-height: 2;
	margin: 0 0 12px;
	max-width: 690px;
}

.ahl-pro-owner-line {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 800;
	margin: 0 0 30px;
}

.ahl-pro-owner-line a {
	color: var(--ahl-gold-2);
	font-weight: 900;
}

.ahl-pro-owner-line a:hover {
	color: #fff;
}

.ahl-pro-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.ahl-pro-btn {
	border: 1px solid transparent;
	font-size: 16px;
	min-width: 168px;
	padding: 15px 22px;
}

.ahl-pro-btn--gold {
	background: var(--ahl-gold);
	color: #081421;
}

.ahl-pro-btn--gold:hover {
	background: var(--ahl-gold-2);
	color: #081421;
}

.ahl-pro-btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.ahl-pro-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.ahl-pro-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ahl-pro-proof span {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 800;
	padding: 8px 13px;
}

.ahl-pro-visual {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.ahl-pro-visual__image {
	height: 100%;
	inset: 0;
	position: absolute;
}

.ahl-pro-visual__image::after {
	background: linear-gradient(180deg, rgba(7, 18, 31, 0.06), rgba(7, 18, 31, 0.7));
	content: "";
	inset: 0;
	position: absolute;
}

.ahl-pro-visual__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ahl-pro-dashboard {
	background: rgba(8, 20, 33, 0.84);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	bottom: 28px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
	left: 28px;
	padding: 20px;
	position: absolute;
	right: 28px;
}

.ahl-pro-dashboard__top {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.ahl-pro-dashboard__top span {
	background: rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	height: 9px;
	width: 9px;
}

.ahl-pro-dashboard__top strong {
	color: #fff;
	font-size: 15px;
	margin-right: auto;
}

.ahl-pro-dashboard__metrics {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 16px;
}

.ahl-pro-dashboard__metrics div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 12px;
}

.ahl-pro-dashboard b {
	color: var(--ahl-gold-2);
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.ahl-pro-dashboard small {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 12px;
	line-height: 1.6;
}

.ahl-pro-dashboard__list {
	display: grid;
	gap: 8px;
}

.ahl-pro-dashboard__list span {
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	display: flex;
	font-size: 13px;
	gap: 9px;
}

.ahl-pro-dashboard__list i {
	background: #45d6a2;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.ahl-pro-stats {
	background: var(--ahl-soft);
	margin-top: -54px;
	position: relative;
	z-index: 3;
}

.ahl-pro-stats__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
}

.ahl-pro-stat {
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.08);
	border-radius: 14px;
	box-shadow: var(--ahl-shadow);
	padding: 24px;
	text-align: center;
}

.ahl-pro-stat strong {
	color: var(--ahl-green);
	display: block;
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 8px;
}

.ahl-pro-stat span {
	color: var(--ahl-muted);
	font-size: 14px;
	font-weight: 800;
}

.ahl-pro-section {
	padding: 92px 0;
}

.ahl-pro-section--soft {
	background: #fff;
}

.ahl-pro-section-head {
	margin: 0 auto 42px;
	max-width: 780px;
	text-align: center;
}

.ahl-pro-section-head .ahl-pro-eyebrow {
	justify-content: center;
	margin-bottom: 14px;
}

.ahl-pro-section-head h2,
.ahl-pro-editorial h2,
.ahl-pro-feature-band h2,
.ahl-pro-demo-copy h2,
.ahl-pro-cta h2 {
	color: var(--ahl-ink);
	font-size: clamp(30px, 3.2vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 16px;
}

.ahl-pro-section-head p,
.ahl-pro-editorial p,
.ahl-pro-feature-band p,
.ahl-pro-demo-copy p,
.ahl-pro-cta p {
	color: var(--ahl-muted);
	font-size: 17px;
	line-height: 2;
	margin: 0;
}

.ahl-pro-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.ahl-pro-card-grid--three {
	grid-template-columns: repeat(3, 1fr);
}

.ahl-pro-card-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

.ahl-pro-card,
.ahl-pro-panel {
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.09);
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(7, 18, 31, 0.06);
	padding: 28px;
}

.ahl-pro-card__mark {
	align-items: center;
	background: rgba(215, 182, 111, 0.18);
	border-radius: 12px;
	color: var(--ahl-green);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 20px;
	width: 50px;
}

.ahl-pro-card h3,
.ahl-pro-panel h3 {
	color: var(--ahl-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.35;
	margin: 0 0 12px;
}

.ahl-pro-card p,
.ahl-pro-panel p {
	color: var(--ahl-muted);
	font-size: 15px;
	line-height: 1.95;
	margin: 0;
}

.ahl-pro-split {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ahl-pro-panel--dark {
	background: var(--ahl-navy);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.ahl-pro-panel--dark h3,
.ahl-pro-panel--dark li {
	color: #fff;
}

.ahl-pro-panel--gold {
	background: linear-gradient(135deg, #f0d58f, #d7b66f);
	border-color: rgba(7, 18, 31, 0.08);
}

.ahl-pro-panel--gold p {
	color: #3a2d16;
}

.ahl-pro-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.ahl-pro-list li {
	color: var(--ahl-muted);
	font-size: 15px;
	line-height: 1.85;
	padding-right: 24px;
	position: relative;
}

.ahl-pro-list li::before {
	background: var(--ahl-gold);
	border-radius: 50%;
	content: "";
	height: 9px;
	position: absolute;
	right: 0;
	top: 13px;
	width: 9px;
}

.ahl-pro-steps {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
}

.ahl-pro-steps div {
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.09);
	border-radius: 14px;
	padding: 26px;
}

.ahl-pro-steps b {
	color: var(--ahl-gold);
	display: block;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 20px;
}

.ahl-pro-steps h3 {
	color: var(--ahl-ink);
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 10px;
}

.ahl-pro-steps p {
	color: var(--ahl-muted);
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}

.ahl-pro-faq {
	display: grid;
	gap: 14px;
	margin: 0 auto;
	max-width: 900px;
}

.ahl-pro-faq details {
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.09);
	border-radius: 14px;
	box-shadow: 0 14px 42px rgba(7, 18, 31, 0.05);
	overflow: hidden;
}

.ahl-pro-faq summary {
	color: var(--ahl-ink);
	cursor: pointer;
	font-size: 17px;
	font-weight: 900;
	list-style: none;
	padding: 20px 24px;
	position: relative;
}

.ahl-pro-faq summary::-webkit-details-marker {
	display: none;
}

.ahl-pro-faq summary::before {
	background: rgba(215, 182, 111, 0.2);
	border-radius: 50%;
	color: var(--ahl-green);
	content: "+";
	font-size: 20px;
	font-weight: 900;
	height: 30px;
	left: 20px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 18px;
	width: 30px;
}

.ahl-pro-faq details[open] summary::before {
	content: "-";
}

.ahl-pro-faq p {
	border-top: 1px solid rgba(15, 27, 45, 0.08);
	color: var(--ahl-muted);
	font-size: 15px;
	line-height: 1.95;
	margin: 0;
	padding: 18px 24px 22px;
}

.ahl-pro-editorial {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: 0.9fr 1.1fr;
}

.ahl-pro-feature-band,
.ahl-pro-demo-grid,
.ahl-pro-cta__inner {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: 0.9fr 1.1fr;
}

.ahl-pro-mini-dashboard {
	background: var(--ahl-navy);
	border-radius: 18px;
	box-shadow: var(--ahl-shadow);
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, 1fr);
	padding: 24px;
}

.ahl-pro-mini-dashboard div {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	padding: 22px;
}

.ahl-pro-mini-dashboard strong {
	color: var(--ahl-gold-2);
	display: block;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
}

.ahl-pro-mini-dashboard span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 800;
}

.ahl-pro-demo-grid {
	align-items: start;
	grid-template-columns: 0.85fr 1.15fr;
}

.ahl-pro-timeline {
	display: grid;
	gap: 12px;
	margin: 28px 0;
}

.ahl-pro-timeline div,
.ahl-pro-contact-box {
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.08);
	border-radius: 12px;
	box-shadow: 0 14px 40px rgba(7, 18, 31, 0.05);
	padding: 18px;
}

.ahl-pro-timeline div {
	align-items: center;
	display: flex;
	gap: 14px;
}

.ahl-pro-timeline b {
	color: var(--ahl-green);
	font-size: 18px;
	font-weight: 900;
}

.ahl-pro-timeline span {
	color: var(--ahl-ink);
	font-weight: 800;
}

.ahl-pro-contact-box {
	display: grid;
	gap: 9px;
}

.ahl-pro-contact-box strong {
	color: var(--ahl-ink);
	font-size: 18px;
	font-weight: 900;
}

.ahl-pro-contact-box a {
	color: var(--ahl-green);
	font-weight: 900;
}

.ahl-pro-form-card {
	background:
		linear-gradient(135deg, rgba(7, 18, 31, 0.94), rgba(7, 77, 64, 0.9)),
		url("../../../../uploads/2026/07/ahl-egypt-software-demo.webp") center/cover no-repeat;
	border-radius: 18px;
	box-shadow: var(--ahl-shadow);
	color: #fff;
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.ahl-pro-form-card h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 8px;
}

.ahl-pro-form-card > p {
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 24px;
}

.ahl-pro-form-card .wpcf7-form,
.ahl-pro-fallback-form {
	display: grid;
	gap: 14px;
}

.ahl-pro-form-card .contact-home {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, 1fr);
}

.ahl-pro-form-card .half-col,
.ahl-pro-form-card .full-col,
.ahl-pro-form-card .submit-btn-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.ahl-pro-form-card .full-col,
.ahl-pro-form-card .submit-btn-wrapper {
	grid-column: 1 / -1;
}

.ahl-pro-form-card p {
	margin: 0;
}

.ahl-pro-form-card input,
.ahl-pro-form-card select,
.ahl-pro-form-card textarea,
.ahl-pro-fallback-form input,
.ahl-pro-fallback-form textarea {
	background: rgba(255, 255, 255, 0.12) !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	border-radius: 8px !important;
	color: #fff !important;
	direction: rtl;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1.6 !important;
	min-height: 54px;
	outline: none;
	padding: 14px 16px !important;
	text-align: right;
	width: 100% !important;
}

.ahl-pro-form-card textarea,
.ahl-pro-fallback-form textarea {
	line-height: 1.7 !important;
	min-height: 132px;
	resize: vertical;
}

.ahl-pro-form-card input::placeholder,
.ahl-pro-form-card textarea::placeholder,
.ahl-pro-fallback-form input::placeholder,
.ahl-pro-fallback-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.ahl-pro-form-card select option {
	color: #111827;
}

.ahl-pro-form-card .theme-btn,
.ahl-pro-fallback-form button {
	background: var(--ahl-gold) !important;
	border: 0 !important;
	border-radius: 8px !important;
	color: #081421 !important;
	cursor: pointer;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	min-height: 56px;
	padding: 15px 24px !important;
	width: 100%;
}

.ahl-pro-form-card .wpcf7-not-valid-tip {
	color: #ffd7d7 !important;
	font-size: 13px;
	margin-top: 5px;
}

.ahl-pro-form-card .wpcf7-response-output {
	border-color: rgba(241, 213, 142, 0.65) !important;
	color: #fff !important;
	margin: 12px 0 0 !important;
}

.ahl-pro-form-note {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 13px !important;
	line-height: 1.8 !important;
	margin: 18px 0 0 !important;
	padding-top: 14px;
	text-align: center;
}

.ahl-pro-cta {
	background: linear-gradient(135deg, var(--ahl-navy), #0b493e);
	color: #fff;
	padding: 78px 0;
}

.ahl-pro-cta h2,
.ahl-pro-cta p {
	color: #fff;
}

.ahl-pro-cta p {
	color: rgba(255, 255, 255, 0.78);
}

.ahl-pro-cta__inner {
	grid-template-columns: 1fr auto;
}

.ahl-pro-footer {
	background: #07121f;
	color: #fff;
	padding: 52px 0;
}

.ahl-pro-footer__grid {
	display: grid;
	gap: 34px;
	grid-template-columns: 1.5fr 0.8fr 0.8fr;
}

.ahl-pro-footer img {
	margin-bottom: 14px;
	width: 148px;
}

.ahl-pro-footer p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
	max-width: 420px;
}

.ahl-pro-footer h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	margin: 0 0 14px;
}

.ahl-pro-footer a {
	color: rgba(255, 255, 255, 0.74);
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 10px;
}

.ahl-pro-footer a:hover {
	color: var(--ahl-gold-2);
}

.ahl-pro-footer p a {
	color: var(--ahl-gold-2);
	display: inline;
	font-size: inherit;
	margin: 0;
}

@media screen and (max-width: 1100px) {
	.ahl-pro-header__inner {
		gap: 16px;
	}

	.ahl-pro-logo {
		min-width: 132px;
	}

	.ahl-pro-nav a {
		font-size: 14px;
		padding: 12px 11px;
	}

	.ahl-pro-hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.ahl-pro-visual {
		min-height: 430px;
	}

	.ahl-pro-card-grid,
	.ahl-pro-card-grid--four,
	.ahl-pro-steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 820px) {
	body.ahl-pro-page,
	html:has(body.ahl-pro-page) {
		max-width: 100%;
		overflow-x: hidden !important;
	}

	.ahl-pro,
	.ahl-pro * {
		max-width: 100%;
	}

	.ahl-pro-shell {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ahl-pro-header__inner {
		display: flex;
		justify-content: center;
		min-height: 76px;
		position: relative;
	}

	.ahl-pro-logo {
		justify-content: center;
		min-width: 0;
		overflow: hidden;
	}

	.ahl-pro-logo img {
		width: 112px;
	}

	.ahl-pro-logo small {
		display: none;
	}

	.ahl-pro-logo span {
		display: none;
	}

	.ahl-pro-menu {
		display: grid;
		left: 18px;
		position: absolute;
		top: 15px;
	}

	.ahl-pro-header-cta {
		font-size: 12px;
		min-height: 42px;
		padding: 10px 13px;
		position: absolute;
		right: 18px;
		top: 17px;
	}

	.ahl-pro-header-cta__desktop {
		display: none;
	}

	.ahl-pro-header-cta__mobile {
		display: inline;
	}

	.ahl-pro-nav {
		background: rgba(7, 18, 31, 0.98);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		display: none;
		grid-column: 1 / -1;
		inset: 76px 0 auto 0;
		padding: 14px 18px 22px;
		position: fixed;
		width: 100vw;
	}

	.ahl-pro-nav-toggle:checked ~ .ahl-pro-nav {
		display: grid;
	}

	.ahl-pro-nav a {
		border-radius: 8px;
		display: block;
		padding: 16px;
		text-align: center;
	}

	.ahl-pro-hero {
		min-height: auto;
	}

	.ahl-pro-hero__grid {
		gap: 36px;
		padding-bottom: 76px;
		padding-top: 56px;
		width: 100%;
	}

	.ahl-pro-hero__copy {
		margin-left: auto;
		margin-right: auto;
		max-width: 354px;
		text-align: center;
		width: 100%;
	}

	.ahl-pro-hero__copy .ahl-pro-eyebrow {
		flex-wrap: wrap;
		justify-content: center;
		line-height: 1.7;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		text-align: center;
		white-space: normal;
	}

	.ahl-pro-hero__copy .ahl-pro-eyebrow::before {
		flex: 0 0 34px;
	}

	.ahl-pro-hero h1 {
		font-size: 30px;
		max-width: 100%;
		overflow-wrap: break-word;
		white-space: normal;
	}

	.ahl-pro-lead {
		font-size: 16px;
		line-height: 1.9;
		max-width: 100%;
	}

	.ahl-pro-owner-line {
		margin-bottom: 24px;
	}

	.ahl-pro-actions {
		display: grid;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.ahl-pro-proof {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.ahl-pro-visual {
		min-height: 390px;
		width: 100%;
	}

	.ahl-pro-dashboard {
		left: 16px;
		padding: 16px;
		right: 16px;
		width: auto;
	}

	.ahl-pro-dashboard__metrics {
		grid-template-columns: 1fr;
	}

	.ahl-pro-stats__grid,
	.ahl-pro-card-grid,
	.ahl-pro-card-grid--three,
	.ahl-pro-card-grid--four,
	.ahl-pro-split,
	.ahl-pro-steps,
	.ahl-pro-editorial,
	.ahl-pro-feature-band,
	.ahl-pro-demo-grid,
	.ahl-pro-cta__inner,
	.ahl-pro-footer__grid {
		grid-template-columns: 1fr;
	}

	.ahl-pro-stats {
		margin-top: 0;
		padding-top: 28px;
	}

	.ahl-pro-section {
		padding: 64px 0;
	}

	.ahl-pro-section-head {
		margin-bottom: 30px;
		text-align: right;
	}

	.ahl-pro-section-head .ahl-pro-eyebrow {
		justify-content: flex-start;
	}

	.ahl-pro-section-head h2,
	.ahl-pro-editorial h2,
	.ahl-pro-feature-band h2,
	.ahl-pro-demo-copy h2,
	.ahl-pro-cta h2 {
		font-size: 30px;
	}

	.ahl-pro-form-card {
		padding: 24px;
	}

	.ahl-pro-form-card .contact-home {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 600px) {
	.ahl-pro-hero {
		background-position: center top;
	}

	.ahl-pro-hero__grid {
		padding-bottom: 66px;
		padding-top: 54px;
	}

	.ahl-pro-hero__copy {
		max-width: 310px;
	}

	.ahl-pro-hero h1 {
		font-size: 28px;
		line-height: 1.32;
	}

	.ahl-pro-proof {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 300px;
		width: 100%;
	}

	.ahl-pro-proof span {
		justify-content: center;
		min-height: 40px;
		padding: 9px 10px;
		text-align: center;
		width: 100%;
	}

	.ahl-pro-visual {
		display: none;
	}

	.ahl-pro-demo-copy,
	.ahl-pro-form-card {
		justify-self: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 330px;
		text-align: center;
		width: 100%;
	}

	.ahl-pro-demo-copy .ahl-pro-eyebrow {
		justify-content: center;
	}

	.ahl-pro-demo-copy h2,
	.ahl-pro-form-card h2 {
		font-size: 27px !important;
		line-height: 1.35 !important;
		overflow-wrap: break-word;
		text-align: center;
	}

	.ahl-pro-demo-copy p,
	.ahl-pro-form-card > p {
		font-size: 15px;
		line-height: 1.9;
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
		text-align: center;
	}

	.ahl-pro-timeline div,
	.ahl-pro-contact-box {
		max-width: 330px;
		text-align: center;
		width: 100%;
	}

	.ahl-pro-timeline div {
		justify-content: center;
	}

	.ahl-pro-contact-box a {
		overflow-wrap: anywhere;
	}

	.ahl-pro-section-head,
	.ahl-pro-card,
	.ahl-pro-panel,
	.ahl-pro-steps div,
	.ahl-pro-feature-band,
	.ahl-pro-editorial {
		margin-left: auto;
		margin-right: auto;
		max-width: 330px;
		text-align: center;
		width: 100%;
	}

	.ahl-pro-section-head .ahl-pro-eyebrow,
	.ahl-pro-card .ahl-pro-eyebrow,
	.ahl-pro-panel .ahl-pro-eyebrow,
	.ahl-pro-feature-band .ahl-pro-eyebrow,
	.ahl-pro-editorial .ahl-pro-eyebrow {
		justify-content: center;
	}

	.ahl-pro-section-head h2,
	.ahl-pro-editorial h2,
	.ahl-pro-feature-band h2 {
		font-size: 27px !important;
		line-height: 1.35 !important;
		overflow-wrap: break-word;
	}

	.ahl-pro-section-head p,
	.ahl-pro-card p,
	.ahl-pro-panel p,
	.ahl-pro-steps p,
	.ahl-pro-feature-band p,
	.ahl-pro-editorial p {
		font-size: 15px;
		line-height: 1.9;
		text-align: center;
	}

	.ahl-pro-card__mark {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 460px) {
	.ahl-pro-shell {
		padding-left: 14px;
		padding-right: 14px;
	}

	.ahl-pro-logo strong {
		font-size: 16px;
	}

	.ahl-pro-lead,
	.ahl-pro-section-head p,
	.ahl-pro-editorial p,
	.ahl-pro-feature-band p,
	.ahl-pro-demo-copy p,
	.ahl-pro-cta p {
		font-size: 15px;
	}

	.ahl-pro-card,
	.ahl-pro-panel,
	.ahl-pro-stat,
	.ahl-pro-steps div {
		padding: 22px;
	}

	.ahl-pro-form-card {
		border-radius: 14px;
		margin-left: auto;
		margin-right: auto;
		max-width: calc(100vw - 40px);
		padding: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ahl-pro *,
	.ahl-pro *::before,
	.ahl-pro *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}
}
