:root {
	--acfly-ink: #020506;
	--acfly-ink-2: #001219;
	--acfly-ink-3: #080d10;
	--acfly-page-bg: #171b1e;
	--acfly-page-bg-gradient:
		radial-gradient(circle at 12% 100%, rgba(78, 132, 168, 0.24), transparent 36%),
		radial-gradient(circle at 88% 16%, rgba(31, 111, 184, 0.16), transparent 34%),
		linear-gradient(145deg, #181e22 0%, #151c20 40%, #25313a 76%, #192226 100%);
	--acfly-panel: #071726;
	--acfly-panel-2: #0d1f2d;
	--acfly-box-gradient:
		linear-gradient(145deg, rgba(19, 32, 40, 0.98) 0%, rgba(14, 24, 30, 0.98) 48%, rgba(31, 50, 61, 0.98) 82%, rgba(16, 26, 32, 0.98) 100%);
	--acfly-box-gradient-soft:
		linear-gradient(145deg, rgba(22, 35, 44, 0.98) 0%, rgba(15, 26, 32, 0.98) 50%, rgba(33, 54, 66, 0.98) 82%, rgba(17, 28, 34, 0.98) 100%);
	--acfly-box-border: rgba(255, 255, 255, 0.07);
	--acfly-light: #f2efe8;
	--acfly-light-2: #fffaf0;
	--acfly-light-text: #1d2428;
	--acfly-light-muted: #52616b;
	--acfly-navy: #133a63;
	--acfly-blue: #1f6fb8;
	--acfly-cyan: #3fb6d5;
	--acfly-sky: #0d2536;
	--acfly-line: rgba(167, 198, 222, 0.1);
	--acfly-text: #eef4f8;
	--acfly-muted: #b2c6d5;
	--acfly-white: #f7fbff;
	--acfly-accent: #ee9b00;
	--acfly-warm: #ca6702;
	--acfly-warm-2: #bb3e03;
	--acfly-shadow: 0 8px 22px rgba(0, 18, 25, 0.18);
	--acfly-radius: 8px;
}

html,
body {
	overflow-x: clip;
}

body {
	color: var(--acfly-text);
	background: var(--acfly-page-bg-gradient) !important;
}

body:not(.home) {
	--acfly-page-bg-gradient:
		linear-gradient(180deg, #07141c 0%, #0b1c26 52%, #07131a 100%);
	--acfly-box-gradient-soft:
		linear-gradient(145deg, #0b1d27 0%, #07151d 48%, #10334a 100%);
	--acfly-light-text: #142b3a;
	--acfly-light-muted: #3d5a6d;
	--acfly-muted: #c6dce8;
	--acfly-content-border: rgba(31, 111, 184, 0.24);
	--acfly-content-border-strong: rgba(31, 111, 184, 0.42);
	--acfly-content-glow: rgba(31, 111, 184, 0.18);
	--acfly-content-rail: 1290px;
	--acfly-content-gutter: clamp(1.25rem, 4vw, 4rem);
	--acfly-content-reading: 46rem;
}

.site,
.site-main,
#inner-wrap,
.wp-site-blocks {
	background: var(--acfly-page-bg-gradient) !important;
}

.content-bg,
.content-area,
.entry {
	background: transparent !important;
}

.site-header-row-container-inner,
.mobile-transparent-header .site-header-row-container-inner,
.non-transparent-header .site-header-row-container-inner {
	background: rgba(2, 5, 6, 0.9);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(63, 182, 213, 0.14);
	box-shadow: 0 10px 30px rgba(0, 18, 25, 0.35);
}

.site-branding .site-title,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
	color: var(--acfly-white);
}

.site-branding .site-title-wrap,
.mobile-site-branding .site-title-wrap {
	display: none;
}

.site-branding .custom-logo,
.mobile-site-branding .custom-logo {
	width: auto;
	max-height: 110px;
	filter: drop-shadow(0 10px 22px rgba(0, 18, 25, 0.35));
}

.site-branding .brand,
.mobile-site-branding .brand {
	gap: 0.25rem;
}

.site-header-row {
	align-items: center;
}

.main-navigation .primary-menu-container > ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.35rem;
}

.main-navigation .primary-menu-container > ul > li > a {
	display: inline-flex;
	position: relative;
	align-items: center;
	min-height: 44px;
	padding: 0.72rem 0.95rem;
	border-radius: 8px;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	color: var(--acfly-white) !important;
}

.mobile-toggle-open-container .menu-toggle-open,
.menu-toggle-open,
.mobile-navigation .drawer-menu-container ul li a {
	color: var(--acfly-white) !important;
}

.main-navigation .primary-menu-container > ul > li.menu-item-has-children > a {
	padding-right: 1.15rem;
}

.main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.current-menu-ancestor > a,
.main-navigation .primary-menu-container > ul > li > a:hover,
.main-navigation .primary-menu-container > ul > li > a:focus {
	background: rgba(63, 182, 213, 0.08);
	color: var(--acfly-white);
}

.main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.current-menu-ancestor > a {
	background: transparent;
	color: var(--acfly-white);
}

.main-navigation .primary-menu-container > ul > li.current-menu-item > a::after,
.main-navigation .primary-menu-container > ul > li.current-menu-ancestor > a::after,
.main-navigation .primary-menu-container > ul > li > a:hover::after,
.main-navigation .primary-menu-container > ul > li > a:focus-visible::after {
	content: "";
	position: absolute;
	left: 0.85rem;
	right: 0.85rem;
	bottom: 0.42rem;
	height: 2px;
	min-height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(202, 103, 2, 0.08), #f0a414, rgba(187, 62, 3, 0.16));
}

.header-navigation .header-menu-container ul ul.sub-menu,
.main-navigation .primary-menu-container ul ul.sub-menu,
.main-navigation ul ul.sub-menu {
	padding: 0.55rem;
	min-width: 17rem;
	border: 1px solid rgba(63, 182, 213, 0.18);
	border-radius: 8px;
	background: rgba(7, 23, 38, 0.98) !important;
	box-shadow: 0 20px 40px rgba(0, 18, 25, 0.38);
}

.header-navigation .header-menu-container ul ul.sub-menu li,
.main-navigation .primary-menu-container ul ul.sub-menu li,
.main-navigation ul ul.sub-menu li {
	width: 100%;
	min-width: calc(17rem - 1.1rem);
}

.header-navigation .header-menu-container ul ul.sub-menu li a,
.main-navigation .primary-menu-container ul ul.sub-menu li a,
.main-navigation ul ul.sub-menu li a {
	display: block;
	position: relative;
	width: 100% !important;
	min-width: calc(17rem - 1.1rem);
	box-sizing: border-box;
	padding: 0.78rem 0.9rem;
	border-radius: 8px;
	background: rgba(7, 23, 38, 0.98) !important;
	color: var(--acfly-white) !important;
	font-weight: 600;
	line-height: 1.35;
}

.header-navigation .header-menu-container ul ul.sub-menu li a::after,
.main-navigation .primary-menu-container ul ul.sub-menu li a::after,
.main-navigation ul ul.sub-menu li a::after {
	content: "";
	position: absolute;
	top: 0.62rem;
	right: 0.45rem;
	bottom: 0.62rem;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(202, 103, 2, 0.12), #f0a414, rgba(187, 62, 3, 0.2));
	opacity: 0;
	transition: opacity 0.18s ease;
}

.header-navigation .header-menu-container ul ul.sub-menu li a:visited,
.main-navigation .primary-menu-container ul ul.sub-menu li a:visited,
.main-navigation ul ul.sub-menu li a:visited {
	color: var(--acfly-white) !important;
}

.header-navigation .header-menu-container ul ul.sub-menu li a:hover,
.header-navigation .header-menu-container ul ul.sub-menu li a:focus,
.header-navigation .header-menu-container ul ul.sub-menu li.current-menu-item > a,
.main-navigation .primary-menu-container ul ul.sub-menu li a:hover,
.main-navigation .primary-menu-container ul ul.sub-menu li a:focus,
.main-navigation .primary-menu-container ul ul.sub-menu li.current-menu-item > a,
.main-navigation ul ul.sub-menu li a:hover,
.main-navigation ul ul.sub-menu li a:focus,
.main-navigation ul ul.sub-menu li.current-menu-item > a {
	background: rgba(63, 182, 213, 0.12) !important;
	color: var(--acfly-white) !important;
}

.header-navigation .header-menu-container ul ul.sub-menu li a:hover::after,
.main-navigation .primary-menu-container ul ul.sub-menu li a:hover::after,
.main-navigation ul ul.sub-menu li a:hover::after {
	opacity: 1;
}

.mobile-navigation .drawer-menu-container ul li a {
	font-weight: 700;
}

.entry-content-wrap {
	background: transparent;
	box-shadow: none;
	padding-top: 0;
}

.entry-content.single-content {
	display: grid;
	gap: 2rem;
}

.entry-content.single-content > *:not(.acfly-page-shell) {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-group__inner-container > :first-child {
	margin-top: 0;
}

.wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}

.acfly-page-shell {
	display: grid;
	gap: 2rem;
	padding-bottom: 2rem;
	max-width: 1120px;
	margin-inline: auto;
}

.acfly-page-shell > .wp-block-group__inner-container {
	display: grid;
	gap: 2rem;
}

.acfly-hero,
.acfly-section,
.acfly-cta,
.acfly-grid > article,
.acfly-contact-card {
	background: var(--acfly-box-gradient-soft);
	border: 1px solid var(--acfly-box-border);
	border-radius: var(--acfly-radius);
	box-shadow: var(--acfly-shadow);
}

.acfly-hero {
	position: relative;
	overflow: hidden;
	padding: 3.5rem;
	background:
		linear-gradient(135deg, rgba(2, 5, 6, 0.92), rgba(7, 23, 38, 0.92)),
		linear-gradient(135deg, rgba(19, 58, 99, 0.7), rgba(31, 111, 184, 0.55));
	color: var(--acfly-white);
}

.acfly-home-hero-cover,
.acfly-briefing-hero,
.acfly-home-hero {
	position: relative;
	overflow: hidden;
}

.acfly-home-hero-cover::before,
.acfly-briefing-hero::before,
.acfly-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(2, 5, 6, 0.82), rgba(7, 23, 38, 0.55)),
		linear-gradient(90deg, rgba(31, 111, 184, 0.2), transparent 60%);
	pointer-events: none;
}

.acfly-briefing-hero > *,
.acfly-home-hero > * {
	position: relative;
	z-index: 1;
}

.acfly-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0.8rem;
	margin-bottom: 1rem;
	border-radius: 8px;
	background: rgba(63, 182, 213, 0.12);
	border: 1px solid rgba(63, 182, 213, 0.22);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.acfly-hero h1,
.acfly-hero h2,
.acfly-hero h3,
.acfly-hero p {
	color: var(--acfly-white);
}

.acfly-hero h1,
.acfly-hero h2 {
	margin: 0 0 1rem;
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	line-height: 1.05;
}

.acfly-hero p {
	max-width: 46rem;
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.92);
}

.acfly-hero-actions,
.acfly-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 1.5rem;
}

.acfly-button,
.entry-content .wp-block-button__link,
.entry-content .button,
.wp-site-blocks .wp-block-button__link.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.95rem 1.35rem;
	border-radius: 8px !important;
	background: linear-gradient(180deg, #2f86d1, #174d82);
	color: var(--acfly-white);
	font-weight: 700;
	font-size: 0.98rem;
	letter-spacing: 0.01em;
	border: 1px solid rgba(63, 182, 213, 0.18);
	text-decoration: none;
	box-shadow: 0 5px 12px rgba(0, 18, 25, 0.22);
	transition: transform 0.18s ease, background-color 0.18s ease,
		border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.acfly-button:hover,
.entry-content .wp-block-button__link:hover,
.entry-content .button:hover {
	background: linear-gradient(180deg, #3a97df, #1f6fb8);
	color: var(--acfly-white);
	transform: translateY(-1px);
}

.acfly-button.is-secondary,
.entry-content .wp-block-button.is-secondary .wp-block-button__link,
.entry-content .wp-block-button__link.is-secondary {
	background: var(--acfly-box-gradient-soft);
	color: var(--acfly-white);
	border-color: var(--acfly-box-border);
	box-shadow: 0 4px 10px rgba(0, 18, 25, 0.14);
}

.acfly-button.is-secondary:hover,
.entry-content .wp-block-button.is-secondary .wp-block-button__link:hover,
.entry-content .wp-block-button__link.is-secondary:hover {
	background: linear-gradient(180deg, rgba(18, 34, 45, 0.98), rgba(12, 23, 30, 0.98));
	color: var(--acfly-white);
	border-color: rgba(63, 182, 213, 0.22);
}

.acfly-button:focus-visible,
.entry-content .wp-block-button__link:focus-visible,
.entry-content .button:focus-visible,
.wp-site-blocks .wp-block-button__link.wp-element-button:focus-visible,
.acfly-home-tags .wp-block-button__link:focus-visible,
.acfly-home-tags a:focus-visible,
.main-navigation .primary-menu-container > ul > li > a:focus-visible,
.header-navigation .header-menu-container ul ul.sub-menu li a:focus-visible,
.main-navigation .primary-menu-container ul ul.sub-menu li a:focus-visible,
.main-navigation ul ul.sub-menu li a:focus-visible {
	outline: 2px solid var(--acfly-cyan);
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(63, 182, 213, 0.14);
}

.acfly-button:active,
.entry-content .wp-block-button__link:active,
.entry-content .button:active,
.wp-site-blocks .wp-block-button__link.wp-element-button:active {
	transform: translateY(0);
}

.acfly-button:disabled,
.acfly-button[aria-disabled="true"],
.entry-content .wp-block-button__link:disabled,
.entry-content .wp-block-button__link[aria-disabled="true"],
.entry-content .button:disabled,
.entry-content .button[aria-disabled="true"] {
	opacity: 0.55;
	cursor: not-allowed;
	box-shadow: none;
	filter: saturate(0.8);
}

.is-loading,
[aria-busy="true"] {
	cursor: progress;
	opacity: 0.8;
}

.is-error,
.has-error,
.wpforms-field-error,
.wpforms-has-error input,
.wpforms-has-error textarea,
.wpforms-has-error select {
	border-color: rgba(187, 62, 3, 0.72) !important;
	background: rgba(187, 62, 3, 0.08) !important;
	box-shadow: 0 0 0 3px rgba(187, 62, 3, 0.12);
}

.acfly-section,
.acfly-cta {
	padding: 2rem;
}

.acfly-section h2,
.acfly-section h3,
.acfly-cta h2,
.acfly-cta h3 {
	margin-top: 0;
	color: var(--acfly-white);
}

.acfly-section p,
.acfly-section li,
.acfly-cta p,
.acfly-cta li {
	color: var(--acfly-text);
	line-height: 1.75;
}

.acfly-section p {
	margin: 0 0 0.9rem;
}

.acfly-section ul,
.acfly-section ol {
	margin: 0.2rem 0 1rem;
	padding-left: 1.35rem;
}

.acfly-section p:empty,
.acfly-section .cleaner,
.acfly-section p.cleaner {
	display: none;
}

.acfly-section > img,
.acfly-section p > img,
.acfly-section a > img:not(.acfly-piloty-icon) {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 1rem;
	border-radius: 8px;
	border: 1px solid rgba(63, 182, 213, 0.14);
	box-shadow: 0 14px 32px rgba(0, 18, 25, 0.32);
}

.acfly-section table {
	display: block;
	width: 100%;
	margin: 1.25rem 0;
	overflow-x: auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid rgba(63, 182, 213, 0.14);
	border-radius: 8px;
	background: rgba(7, 23, 38, 0.98);
	box-shadow: 0 12px 28px rgba(0, 18, 25, 0.32);
}

.acfly-section table thead {
	background: linear-gradient(180deg, rgba(19, 58, 99, 0.42), rgba(7, 23, 38, 0.9));
}

.acfly-section table th,
.acfly-section table td {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid rgba(63, 182, 213, 0.12);
	text-align: left;
	vertical-align: top;
	min-width: 8rem;
}

.acfly-section table th {
	color: var(--acfly-white);
	font-size: 0.92rem;
	font-weight: 800;
	white-space: nowrap;
}

.acfly-section table td {
	color: var(--acfly-text);
	background: rgba(2, 5, 6, 0.28);
}

.acfly-section table tbody tr:nth-child(even) td {
	background: rgba(15, 34, 49, 0.82);
}

.acfly-section table tbody tr:hover td {
	background: rgba(63, 182, 213, 0.08);
}

.acfly-section table tbody tr:last-child td {
	border-bottom: 0;
}

body:not(.home) .entry-content.single-content {
	gap: 0;
}

body:not(.home) .acfly-page-shell {
	display: block;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0;
}

body:not(.home) .acfly-page-shell > .wp-block-group__inner-container {
	display: grid;
	gap: 0;
}

body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > * {
	width: 100%;
	max-width: none;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	box-shadow: none;
}

body:not(.home) .acfly-hero {
	position: relative;
	display: grid;
	min-height: 34rem;
	align-items: end;
	isolation: isolate;
	overflow: hidden;
	padding: 7rem var(--acfly-content-gutter) 5.5rem;
	border: 0;
	border-bottom: 1px solid rgba(63, 182, 213, 0.2);
	background: #07131a;
	box-shadow: none;
}

body:not(.home) .acfly-hero::before {
	display: none;
}

body:not(.home) .acfly-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(2, 5, 6, 0.68) 0%, rgba(2, 5, 6, 0.34) 42%, rgba(2, 5, 6, 0) 100%),
		linear-gradient(115deg, rgba(2, 5, 6, 0.16) 0%, rgba(2, 5, 6, 0.02) 56%, rgba(124, 178, 220, 0.16) 100%),
		linear-gradient(180deg, rgba(2, 5, 6, 0.02) 0%, rgba(2, 5, 6, 0.28) 100%);
	pointer-events: none;
}

body:not(.home) .acfly-hero > .wp-block-group__inner-container {
	position: static;
	width: 100%;
	max-width: var(--acfly-content-rail);
	margin-inline: auto;
}

body:not(.home) .acfly-content-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 52rem;
}

body:not(.home) .acfly-content-hero-copy > .wp-block-group__inner-container {
	display: grid;
	gap: 1rem;
}

body:not(.home) .acfly-content-hero-copy .acfly-kicker {
	display: block;
	width: fit-content;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #85d5eb;
	font-size: 0.86rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

body:not(.home) .acfly-content-hero-copy h1 {
	max-width: 17ch;
	margin: 0;
	color: var(--acfly-white);
	font-size: 4.2rem;
	line-height: 1.02;
}

body:not(.home) .acfly-content-hero-copy p:not(.acfly-kicker) {
	max-width: var(--acfly-content-reading);
	margin: 0;
	color: rgba(247, 251, 255, 0.9);
	font-size: 1.08rem;
	line-height: 1.75;
}

body:not(.home) .acfly-content-hero-copy .acfly-hero-actions {
	margin-top: 0.65rem;
}

body:not(.home) .acfly-content-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #07131a;
}

body:not(.home) .acfly-content-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
}

body:not(.home) .acfly-content-hero-media picture {
	display: block;
	width: 100%;
	height: 100%;
}

body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-section,
body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-cta,
body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-piloty-shell {
	padding: 5.5rem var(--acfly-content-gutter);
	border: 0;
	border-radius: 0;
	background: #0b1b24;
	box-shadow: none;
}

body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-section::before,
body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-cta::before {
	display: none;
}

body:not(.home) .acfly-section > .wp-block-group__inner-container,
body:not(.home) .acfly-cta > .wp-block-group__inner-container,
body:not(.home) .acfly-piloty-shell > .wp-block-group__inner-container {
	width: 100%;
	max-width: var(--acfly-content-rail);
	margin-inline: auto;
}

body:not(.home) .acfly-section h2,
body:not(.home) .acfly-section h3,
body:not(.home) .acfly-cta h2,
body:not(.home) .acfly-cta h3 {
	color: var(--acfly-white);
	text-shadow: none;
}

body:not(.home) .acfly-section h2,
body:not(.home) .acfly-cta h2 {
	font-size: 2.2rem;
	line-height: 1.12;
}

body:not(.home) .acfly-section h2::after,
body:not(.home) .acfly-cta h2::after {
	content: "";
	display: block;
	width: 4.8rem;
	height: 3px;
	margin-top: 0.8rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #1f7ed0, rgba(63, 182, 213, 0.78));
}

body:not(.home) .acfly-section p,
body:not(.home) .acfly-section li,
body:not(.home) .acfly-cta p,
body:not(.home) .acfly-cta li {
	color: #e1eef5;
}

body:not(.home) .acfly-section a:not(.wp-block-button__link),
body:not(.home) .acfly-cta a:not(.wp-block-button__link) {
	color: #69bef6;
	text-decoration-color: rgba(31, 111, 184, 0.7);
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.2em;
}

body:not(.home) .acfly-section a:not(.wp-block-button__link):hover,
body:not(.home) .acfly-section a:not(.wp-block-button__link):focus-visible,
body:not(.home) .acfly-cta a:not(.wp-block-button__link):hover,
body:not(.home) .acfly-cta a:not(.wp-block-button__link):focus-visible {
	color: var(--acfly-white);
	text-decoration-color: rgba(63, 182, 213, 0.86);
}

body:not(.home) .acfly-copy-band > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(16rem, 0.36fr) minmax(0, 0.64fr);
	column-gap: 4rem;
	row-gap: 1.5rem;
	align-items: start;
}

body:not(.home) .acfly-copy-band > .wp-block-group__inner-container > h2:first-child {
	grid-column: 1;
	grid-row: 1;
}

body:not(.home) .acfly-copy-band > .wp-block-group__inner-container > :not(h2:first-child) {
	grid-column: 2;
}

body:not(.home) .acfly-section--light,
body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-section--light {
	background: linear-gradient(120deg, #fbfaf6 0%, #eaf2f5 100%);
	color: var(--acfly-light-text);
}

body:not(.home) .acfly-section--light h2,
body:not(.home) .acfly-section--light h3,
body:not(.home) .acfly-section--light strong {
	color: var(--acfly-light-text);
}

body:not(.home) .acfly-section--light p,
body:not(.home) .acfly-section--light li,
body:not(.home) .acfly-section--light .acfly-meta {
	color: var(--acfly-light-muted);
}

body:not(.home) .acfly-section--light a:not(.wp-block-button__link) {
	color: #145f97;
	text-decoration-color: rgba(31, 111, 184, 0.68);
}

body:not(.home) .acfly-feature-band .acfly-grid {
	margin-top: 2.25rem;
}

body:not(.home) .acfly-feature-band .acfly-card,
body:not(.home) .acfly-feature-band .acfly-grid > article,
body:not(.home) .acfly-feature-band .acfly-grid > .wp-block-group__inner-container > article {
	position: relative;
	padding: 1.4rem 0 0;
	border: 0;
	border-top: 2px solid rgba(31, 111, 184, 0.58);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

@media (min-width: 768px) {
	body:not(.home) .acfly-feature-band .acfly-card,
	body:not(.home) .acfly-feature-band .acfly-grid > article,
	body:not(.home) .acfly-feature-band .acfly-grid > .wp-block-group__inner-container > article {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	body:not(.home) .acfly-feature-band .acfly-card > .wp-block-group__inner-container,
	body:not(.home) .acfly-feature-band .acfly-grid > article > .wp-block-group__inner-container,
	body:not(.home) .acfly-feature-band .acfly-grid > .wp-block-group__inner-container > article > .wp-block-group__inner-container {
		display: flex;
		flex: 1;
		flex-direction: column;
		width: 100%;
	}

	body:not(.home) .acfly-feature-band .acfly-card > .wp-block-buttons,
	body:not(.home) .acfly-feature-band .acfly-grid > article > .wp-block-buttons,
	body:not(.home) .acfly-feature-band .acfly-grid > .wp-block-group__inner-container > article > .wp-block-buttons,
	body:not(.home) .acfly-feature-band .acfly-card > .wp-block-group__inner-container > .wp-block-buttons,
	body:not(.home) .acfly-feature-band .acfly-grid > article > .wp-block-group__inner-container > .wp-block-buttons,
	body:not(.home) .acfly-feature-band .acfly-grid > .wp-block-group__inner-container > article > .wp-block-group__inner-container > .wp-block-buttons {
		margin-top: auto;
	}
}

body:not(.home) .acfly-feature-band .acfly-card::before,
body:not(.home) .acfly-feature-band .acfly-grid > article::before,
body:not(.home) .acfly-feature-band .acfly-grid > .wp-block-group__inner-container > article::before {
	display: none;
}

body:not(.home) .acfly-feature-band .acfly-card p,
body:not(.home) .acfly-feature-band .acfly-grid > article p,
body:not(.home) .acfly-feature-band .acfly-grid > .wp-block-group__inner-container > article p {
	color: var(--acfly-light-muted);
}

body:not(.home) .acfly-form-embed .wpforms-field-label,
body:not(.home) .acfly-form-embed .wpforms-field-sublabel {
	color: var(--acfly-light-text);
}

body:not(.home) .acfly-contact-details-band .acfly-contact-grid {
	margin-top: 2.25rem;
}

body:not(.home) .acfly-contact-details-band .acfly-contact-card {
	border: 1px solid rgba(31, 111, 184, 0.18);
	background: rgba(255, 255, 255, 0.58);
	box-shadow: none;
}

body:not(.home) .acfly-contact-details-band .acfly-contact-card::before {
	display: none;
}

body:not(.home) .acfly-contact-details-band .acfly-contact-card strong {
	color: var(--acfly-light-text);
}

body:not(.home) .acfly-note-band {
	padding-block: 3.5rem;
}

body:not(.home) .acfly-note-band .acfly-inline-note {
	max-width: var(--acfly-content-reading);
	margin-inline: auto;
	border-left-color: var(--acfly-cyan);
	background: rgba(19, 42, 55, 0.62);
}

body:not(.home) .acfly-section table {
	border-color: var(--acfly-content-border-strong);
	background: linear-gradient(145deg, rgba(6, 13, 16, 0.98), rgba(18, 28, 32, 0.98));
	box-shadow: 0 12px 24px rgba(0, 18, 25, 0.22);
}

body:not(.home) .acfly-section table thead {
	background: linear-gradient(
		90deg,
		rgba(31, 111, 184, 0.78),
		rgba(63, 182, 213, 0.24) 46%,
		rgba(7, 23, 38, 0.94)
	);
}

body:not(.home) .acfly-section table th {
	color: #f9fcff;
}

body:not(.home) .acfly-section table td {
	background: rgba(3, 12, 16, 0.38);
}

body:not(.home) .acfly-section table tbody tr:nth-child(even) td {
	background: rgba(20, 31, 36, 0.82);
}

body:not(.home) .acfly-section table tbody tr:hover td {
	background: rgba(63, 182, 213, 0.14);
}

body:not(.home) .acfly-training-main table {
	border-color: rgba(31, 111, 184, 0.36);
	background: #f8fbfc;
	box-shadow: none;
}

body:not(.home) .acfly-training-main table thead {
	background: linear-gradient(90deg, #174d82, #277eb7);
}

body:not(.home) .acfly-training-main table td,
body:not(.home) .acfly-training-main table tbody tr:nth-child(even) td {
	color: var(--acfly-light-text);
	background: #f8fbfc;
}

body:not(.home) .acfly-training-main table tbody tr:nth-child(even) td {
	background: #e3eef3;
}

body:not(.home) .acfly-training-main table tbody th {
	color: var(--acfly-light-text);
	background: #f8fbfc;
}

body:not(.home) .acfly-training-main table tbody tr:nth-child(even) th {
	background: #e3eef3;
}

body:not(.home) .entry-content .wp-block-button__link,
body:not(.home) .entry-content .button,
body:not(.home) .wp-site-blocks .wp-block-button__link.wp-element-button {
	background: linear-gradient(180deg, #48a7eb, #1f6fb8 58%, #184d82 100%);
	border-color: rgba(126, 210, 237, 0.34);
	box-shadow: 0 8px 16px rgba(0, 18, 25, 0.2);
}

body:not(.home) .entry-content .wp-block-button__link:hover,
body:not(.home) .entry-content .button:hover,
body:not(.home) .wp-site-blocks .wp-block-button__link.wp-element-button:hover {
	background: linear-gradient(180deg, #5dbaf2, #2e82ca 58%, #1f5e98 100%);
	box-shadow: 0 9px 18px rgba(0, 18, 25, 0.22);
}

.acfly-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.acfly-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	grid-column: 1 / -1;
	width: 100%;
}

.acfly-grid--1,
.acfly-grid--1 > .wp-block-group__inner-container {
	grid-template-columns: minmax(0, 1fr);
}

.acfly-grid--2,
.acfly-grid--2 > .wp-block-group__inner-container {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acfly-grid--3,
.acfly-grid--3 > .wp-block-group__inner-container {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acfly-grid--4,
.acfly-grid--4 > .wp-block-group__inner-container,
.acfly-grid.compact,
.acfly-grid.compact > .wp-block-group__inner-container {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.acfly-grid > .wp-block-group__inner-container > *,
.acfly-promo-grid > .wp-block-group__inner-container > *,
.acfly-contact-grid > .wp-block-group__inner-container > * {
	width: auto;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	justify-self: stretch;
}

.acfly-grid > article,
.acfly-grid > .wp-block-group__inner-container > article {
	grid-column: auto;
	min-width: 0;
	padding: 1.5rem;
}

.acfly-grid > article h3,
.acfly-grid > .wp-block-group__inner-container > article h3 {
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-size: 1.2rem;
}

.acfly-grid > article p,
.acfly-grid > .wp-block-group__inner-container > article p {
	margin-bottom: 0;
	color: var(--acfly-muted);
}

.acfly-training-ribbon {
	width: 100%;
	margin-left: 0;
	padding: 5.5rem var(--acfly-content-gutter);
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	background: linear-gradient(135deg, #081013 0%, #11252f 52%, #283b45 100%);
	box-shadow: none;
}

body:not(.home) .acfly-training-ribbon {
	background: linear-gradient(132deg, #06141d 0%, #0a2940 52%, #104a70 100%);
	border-top-color: rgba(63, 182, 213, 0.24);
	border-bottom-color: rgba(63, 182, 213, 0.24);
}

.acfly-training-ribbon > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	width: min(var(--acfly-content-rail, 1290px), 100%);
	margin-inline: auto;
	align-items: start;
}

.acfly-training-ribbon-copy h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 3.6vw, 3.6rem);
	line-height: 1.08;
	color: var(--acfly-white);
}

.acfly-training-ribbon-copy p {
	max-width: 42rem;
	color: rgba(247, 251, 255, 0.86);
}

.acfly-training-ribbon-points,
.acfly-training-ribbon-points > .wp-block-group__inner-container {
	display: grid;
	gap: 1rem;
}

.acfly-training-point {
	padding: 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(20, 37, 48, 0.88), rgba(9, 19, 24, 0.88));
	box-shadow: none;
}

body:not(.home) .acfly-training-point {
	border-color: rgba(31, 111, 184, 0.42);
	background: #091b26;
}

.acfly-training-point p {
	margin: 0;
	color: var(--acfly-text);
}

.acfly-training-point strong {
	color: var(--acfly-white);
}

.acfly-training-point p + p {
	margin-top: 0.45rem;
	color: var(--acfly-muted);
}

.acfly-training-details {
	background:
		linear-gradient(145deg, rgba(20, 34, 43, 0.98) 0%, rgba(12, 23, 30, 0.98) 44%, rgba(31, 53, 66, 0.94) 100%);
}

.acfly-training-accordion,
.acfly-training-accordion > .wp-block-group__inner-container {
	display: grid;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.acfly-training-detail {
	border: 1px solid rgba(167, 198, 222, 0.12);
	border-radius: 8px;
	background: rgba(2, 5, 6, 0.32);
	overflow: hidden;
}

body:not(.home) .acfly-training-detail {
	border-color: rgba(31, 111, 184, 0.38);
	background: #091b26;
}

.acfly-training-detail[open] {
	background:
		linear-gradient(145deg, rgba(12, 27, 37, 0.92), rgba(7, 17, 22, 0.94));
	border-color: rgba(63, 182, 213, 0.24);
}

body:not(.home) .acfly-training-detail[open] {
	background: #0b2636;
	border-color: rgba(63, 182, 213, 0.54);
}

.acfly-training-detail summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 3.6rem;
	padding: 1rem 3rem 1rem 1.2rem;
	color: var(--acfly-white);
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.acfly-training-detail summary::-webkit-details-marker {
	display: none;
}

.acfly-training-detail summary::after {
	content: "+";
	position: absolute;
	right: 1.1rem;
	top: 50%;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 999px;
	background: rgba(63, 182, 213, 0.13);
	color: var(--acfly-cyan);
	text-align: center;
	line-height: 1.5rem;
	transform: translateY(-50%);
}

.acfly-training-detail[open] summary::after {
	content: "-";
}

.acfly-training-detail summary:hover,
.acfly-training-detail summary:focus-visible {
	background: rgba(63, 182, 213, 0.08);
}

.acfly-training-detail summary:focus-visible {
	outline: 2px solid var(--acfly-cyan);
	outline-offset: -2px;
}

.acfly-training-detail > p,
.acfly-training-detail > .wp-block-buttons {
	margin: 0;
	padding-inline: 1.2rem;
}

.acfly-training-detail > p {
	padding-bottom: 1rem;
	color: var(--acfly-muted);
}

.acfly-training-detail > .wp-block-buttons {
	padding-bottom: 1.2rem;
}

.acfly-detail-actions {
	margin-top: 0;
}

.acfly-training-layout {
	background: transparent;
	border: 0;
	box-shadow: none;
}

body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-training-layout {
	padding: 5.5rem var(--acfly-content-gutter);
	background: linear-gradient(120deg, #f5f2eb 0%, #e7eef0 100%);
}

.acfly-training-layout > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	width: 100%;
	max-width: var(--acfly-content-rail, 1290px);
	margin-inline: auto;
	align-items: start;
}

.acfly-training-main {
	min-width: 0;
}

body:not(.home) .acfly-training-main {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body:not(.home) .acfly-training-main h2,
body:not(.home) .acfly-training-main h3,
body:not(.home) .acfly-training-main strong {
	color: var(--acfly-light-text);
}

body:not(.home) .acfly-training-main p,
body:not(.home) .acfly-training-main li {
	color: var(--acfly-light-muted);
}

body:not(.home) .acfly-training-main::before {
	display: none;
}

.acfly-training-tree {
	position: sticky;
	top: 7rem;
	padding: 1.15rem;
	border: 1px solid rgba(167, 198, 222, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(18, 32, 41, 0.98), rgba(7, 17, 22, 0.98));
	box-shadow: 0 8px 18px rgba(0, 18, 25, 0.18);
}

body:not(.home) .acfly-training-tree {
	border-color: rgba(31, 111, 184, 0.32);
	background:
		linear-gradient(145deg, rgba(28, 37, 41, 0.98), rgba(8, 18, 23, 0.98) 58%, rgba(32, 41, 45, 0.94));
	box-shadow: 0 10px 22px rgba(0, 18, 25, 0.2);
}

.acfly-training-tree h2 {
	margin: 0 0 0.9rem;
	font-size: 1rem;
	color: var(--acfly-white);
}

.acfly-training-tree-group {
	border-top: 1px solid rgba(167, 198, 222, 0.1);
	padding-top: 0.65rem;
	margin-top: 0.65rem;
}

.acfly-training-tree-group:first-of-type {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.acfly-training-tree-group summary {
	color: var(--acfly-white);
	font-weight: 800;
	cursor: pointer;
}

.acfly-training-tree ul {
	display: grid;
	gap: 0.2rem;
	margin: 0.65rem 0 0;
	padding: 0;
	list-style: none;
}

.acfly-training-tree li {
	margin: 0;
}

.acfly-training-tree a {
	display: block;
	padding: 0.5rem 0.65rem;
	border-radius: 6px;
	color: var(--acfly-muted);
	text-decoration: none;
}

.acfly-training-tree a:hover,
.acfly-training-tree a:focus-visible,
.acfly-training-tree li.is-current a {
	background: rgba(63, 182, 213, 0.1);
	color: var(--acfly-white);
}

body:not(.home) .acfly-training-tree a:hover,
body:not(.home) .acfly-training-tree a:focus-visible {
	background:
		linear-gradient(90deg, rgba(31, 111, 184, 0.24), rgba(63, 182, 213, 0.12));
}

.acfly-training-tree li.is-current a {
	box-shadow: inset 3px 0 0 var(--acfly-blue);
}

body:not(.home) .acfly-training-tree li.is-current a {
	background:
		linear-gradient(90deg, rgba(31, 111, 184, 0.34), rgba(63, 182, 213, 0.14));
	box-shadow: inset 4px 0 0 #2f86d1;
}

.acfly-list-clean,
.acfly-checklist {
	padding-left: 1.15rem;
	margin: 0;
	display: block;
}

.acfly-list-clean li,
.acfly-checklist li {
	margin-bottom: 0.55rem;
}

.acfly-checklist li::marker {
	color: var(--acfly-blue);
}

.acfly-contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1rem;
	align-items: stretch;
}

.acfly-contact-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1rem;
	grid-column: 1 / -1;
	width: 100%;
	align-items: stretch;
}

.acfly-contact-card {
	display: grid;
	padding: 1.35rem;
	min-height: 7.5rem;
	height: 100%;
	align-content: start;
}

.acfly-contact-card > .wp-block-group__inner-container {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0.75rem;
	height: 100%;
	align-content: start;
}

.acfly-contact-card strong {
	display: block;
	margin-bottom: 0;
	color: var(--acfly-white);
}

.acfly-meta {
	color: var(--acfly-muted);
	font-size: 0.95rem;
}

.acfly-inline-note {
	padding: 1rem 1.2rem;
	border-left: 4px solid var(--acfly-accent);
	background: var(--acfly-sky);
	border-radius: 8px;
	color: var(--acfly-text);
}

.acfly-piloty-shell {
	display: grid;
	gap: 1.15rem;
}

.acfly-piloty-shell > .wp-block-group__inner-container {
	display: grid;
	gap: 1.15rem;
}

.acfly-piloty-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: flex-end;
	margin: 0;
	border-bottom: 4px solid var(--acfly-blue);
}

.acfly-piloty-tab {
	appearance: none;
	-webkit-appearance: none;
	min-height: 42px;
	padding: 0.7rem 1rem;
	border: 1px solid rgba(63, 182, 213, 0.22);
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
	background: rgba(7, 23, 38, 0.94);
	color: var(--acfly-white);
	box-shadow: none;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.acfly-piloty-tab.is-tab-active,
.acfly-piloty-tab:hover,
.acfly-piloty-tab:focus-visible {
	background: rgba(63, 182, 213, 0.12);
	color: var(--acfly-white);
	box-shadow: none;
}

.acfly-piloty-tab.is-tab-active {
	border-color: rgba(63, 182, 213, 0.5);
	border-top-width: 4px;
	border-bottom-color: var(--acfly-panel);
	box-shadow: inset 0 3px 0 var(--acfly-cyan);
}

.acfly-piloty-tabs .wp-block-button {
	margin: 0;
	background: rgba(7, 23, 38, 0.94);
}

.acfly-piloty-tabs .wp-block-button.is-active {
	background: var(--acfly-blue);
}

.entry-content .acfly-piloty-tabs .wp-block-button__link,
.wp-site-blocks .acfly-piloty-tabs .wp-block-button__link.wp-element-button {
	min-height: 42px;
	padding: 0.7rem 1rem;
	border: 1px solid rgba(63, 182, 213, 0.22);
	border-bottom: 0;
	border-radius: 6px 6px 0 0 !important;
	background: transparent !important;
	color: var(--acfly-white) !important;
	box-shadow: none !important;
	font-size: 0.95rem;
	font-weight: 700;
}

.entry-content .acfly-piloty-tabs .wp-block-button.is-active .wp-block-button__link,
.entry-content .acfly-piloty-tabs .wp-block-button__link[aria-selected="true"],
.entry-content .acfly-piloty-tabs .wp-block-button__link:hover,
.entry-content .acfly-piloty-tabs .wp-block-button__link:focus-visible,
.wp-site-blocks .acfly-piloty-tabs .wp-block-button.is-active .wp-block-button__link.wp-element-button,
.wp-site-blocks .acfly-piloty-tabs .wp-block-button__link.wp-element-button[aria-selected="true"],
.wp-site-blocks .acfly-piloty-tabs .wp-block-button__link.wp-element-button:hover,
.wp-site-blocks .acfly-piloty-tabs .wp-block-button__link.wp-element-button:focus-visible {
	background: transparent !important;
	color: var(--acfly-white) !important;
	box-shadow: none !important;
}

.acfly-piloty-panel[hidden] {
	display: none !important;
}

.acfly-piloty-groups {
	display: grid;
	gap: 1.15rem;
}

.acfly-piloty-groups > .wp-block-group__inner-container {
	display: grid;
	gap: 1.15rem;
}

.acfly-piloty-group {
	text-align: left;
}

.acfly-piloty-group-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.2rem;
	text-align: left;
}

.acfly-piloty-group h2 {
	margin-bottom: 0.35rem;
}

.acfly-piloty-summary {
	margin: 0;
	max-width: 46rem;
	color: var(--acfly-muted);
	line-height: 1.6;
}

.acfly-piloty-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	padding: 0.45rem 0.7rem;
	border-radius: 8px;
	background: rgba(63, 182, 213, 0.12);
	color: var(--acfly-white);
	font-size: 0.82rem;
	font-weight: 800;
}

.acfly-piloty-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 0.85rem;
}

.acfly-piloty-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 0.85rem;
	width: 100%;
}

.acfly-piloty-grid > .wp-block-group__inner-container > .wp-block-group {
	width: auto;
	max-width: none;
	margin: 0;
}

.acfly-piloty-empty {
	margin: 0;
	padding: 1rem;
	border: 1px dashed rgba(63, 182, 213, 0.2);
	border-radius: 8px;
	background: rgba(7, 23, 38, 0.76);
	color: var(--acfly-muted);
}

.acfly-piloty-link {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: flex-start;
	gap: 0.85rem;
	padding: 0.9rem 0.95rem;
	border: 1px solid rgba(63, 182, 213, 0.16);
	border-radius: 8px;
	text-decoration: none;
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.98), rgba(8, 13, 16, 0.96));
	box-shadow: 0 10px 22px rgba(0, 18, 25, 0.28);
	color: var(--acfly-text);
	text-align: left;
}

.acfly-piloty-link:hover,
.acfly-piloty-link:focus-visible {
	border-color: rgba(63, 182, 213, 0.32);
	box-shadow: 0 14px 26px rgba(0, 18, 25, 0.34);
}

.acfly-piloty-favicon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 8px;
	border: 1px solid rgba(63, 182, 213, 0.16);
	background: rgba(2, 5, 6, 0.72);
	box-shadow: inset 0 0 0 1px rgba(63, 182, 213, 0.08);
	overflow: hidden;
}

.acfly-piloty-favicon a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.acfly-piloty-favicon .acfly-piloty-icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	object-fit: contain;
}

.acfly-piloty-fallback {
	display: inline-flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 8px;
	border: 1px solid rgba(63, 182, 213, 0.16);
	background: rgba(2, 5, 6, 0.72);
	color: var(--acfly-cyan);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.acfly-piloty-meta {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.acfly-piloty-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
}

.acfly-piloty-label {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: var(--acfly-white);
	line-height: 1.25;
}

.acfly-piloty-label a {
	color: inherit;
	text-decoration: none;
}

.acfly-piloty-label a:hover,
.acfly-piloty-label a:focus-visible {
	color: var(--acfly-cyan);
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.acfly-piloty-host {
	margin: 0;
	font-size: 0.8rem;
	color: var(--acfly-muted);
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.acfly-piloty-action {
	margin-top: 0.7rem;
}

.acfly-piloty-action .wp-block-button__link {
	min-height: 38px;
	padding: 0.65rem 0.95rem;
	font-size: 0.86rem;
}

.acfly-piloty-link--weather {
	border-color: rgba(63, 182, 213, 0.2);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(15, 46, 79, 0.72));
}

.acfly-piloty-link--data,
.acfly-piloty-link--forecast {
	border-color: rgba(63, 182, 213, 0.2);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(15, 46, 79, 0.72));
}

.acfly-piloty-link--wind {
	border-color: rgba(63, 182, 213, 0.2);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(12, 35, 52, 0.92));
}

.acfly-piloty-link--ascent {
	border-color: rgba(63, 182, 213, 0.2);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(9, 26, 42, 0.9));
}

.acfly-piloty-link--synoptic {
	border-color: rgba(63, 182, 213, 0.2);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(11, 28, 45, 0.9));
}

.acfly-piloty-link--weather .acfly-piloty-favicon {
	background: rgba(31, 111, 184, 0.12);
}

.acfly-piloty-link--data .acfly-piloty-favicon,
.acfly-piloty-link--forecast .acfly-piloty-favicon,
.acfly-piloty-link--wind .acfly-piloty-favicon,
.acfly-piloty-link--ascent .acfly-piloty-favicon,
.acfly-piloty-link--synoptic .acfly-piloty-favicon {
	background: rgba(63, 182, 213, 0.12);
}

.acfly-piloty-link--weather .acfly-piloty-fallback {
	background: rgba(31, 111, 184, 0.12);
	color: var(--acfly-white);
}

.acfly-piloty-link--data .acfly-piloty-fallback,
.acfly-piloty-link--forecast .acfly-piloty-fallback,
.acfly-piloty-link--wind .acfly-piloty-fallback,
.acfly-piloty-link--ascent .acfly-piloty-fallback,
.acfly-piloty-link--synoptic .acfly-piloty-fallback {
	background: rgba(63, 182, 213, 0.12);
	color: var(--acfly-white);
}

.acfly-piloty-link--webcams {
	border-color: rgba(63, 182, 213, 0.16);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(9, 24, 39, 0.92));
}

.acfly-piloty-link--webcams .acfly-piloty-favicon {
	background: rgba(63, 182, 213, 0.12);
}

.acfly-piloty-link--webcams .acfly-piloty-fallback {
	background: rgba(63, 182, 213, 0.12);
	color: var(--acfly-white);
}

.acfly-piloty-link--airspace {
	border-color: rgba(63, 182, 213, 0.2);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(15, 46, 79, 0.7));
}

.acfly-piloty-link--briefing {
	border-color: rgba(63, 182, 213, 0.2);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(15, 46, 79, 0.7));
}

.acfly-piloty-link--airspace .acfly-piloty-favicon {
	background: rgba(31, 111, 184, 0.12);
}

.acfly-piloty-link--briefing .acfly-piloty-favicon {
	background: rgba(31, 111, 184, 0.12);
}

.acfly-piloty-link--airspace .acfly-piloty-fallback {
	background: rgba(31, 111, 184, 0.12);
	color: var(--acfly-white);
}

.acfly-piloty-link--briefing .acfly-piloty-fallback {
	background: rgba(31, 111, 184, 0.12);
	color: var(--acfly-white);
}

.acfly-piloty-link--planning {
	border-color: rgba(238, 155, 0, 0.2);
	background: linear-gradient(135deg, rgba(7, 23, 38, 0.98), rgba(34, 23, 12, 0.92));
}

.acfly-piloty-link--planning .acfly-piloty-favicon {
	background: rgba(238, 155, 0, 0.12);
}

.acfly-piloty-link--planning .acfly-piloty-fallback {
	background: rgba(238, 155, 0, 0.12);
	color: var(--acfly-white);
}

.acfly-piloty-group--weather {
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.96), rgba(8, 13, 16, 0.98));
}

.acfly-piloty-group--data,
.acfly-piloty-group--forecast,
.acfly-piloty-group--wind,
.acfly-piloty-group--ascent {
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.96), rgba(8, 13, 16, 0.98));
}

.acfly-piloty-group--synoptic {
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.96), rgba(8, 13, 16, 0.98));
}

.acfly-piloty-group--webcams {
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.96), rgba(8, 13, 16, 0.98));
}

.acfly-piloty-group--airspace {
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.96), rgba(8, 13, 16, 0.98));
}

.acfly-piloty-group--briefing {
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.96), rgba(8, 13, 16, 0.98));
}

.acfly-piloty-group--planning {
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.96), rgba(8, 13, 16, 0.98));
}

.acfly-briefing-hero,
.acfly-photo-route-band,
.acfly-flight-briefing-grid,
.acfly-pilot-toolbox {
	width: 100%;
	padding: 2rem;
	border: 1px solid rgba(63, 182, 213, 0.14);
	border-radius: 8px;
	background:
		radial-gradient(circle at 14% 100%, rgba(72, 118, 148, 0.12), transparent 32%),
		linear-gradient(145deg, rgba(8, 13, 16, 0.98) 0%, rgba(8, 16, 19, 0.98) 45%, rgba(22, 36, 43, 0.96) 78%, rgba(8, 14, 17, 0.98) 100%);
	box-shadow: 0 16px 38px rgba(0, 18, 25, 0.32);
}

.acfly-briefing-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(2, 5, 6, 0.9), rgba(7, 23, 38, 0.46)),
		radial-gradient(circle at 86% 18%, rgba(31, 111, 184, 0.2), transparent 34%),
		linear-gradient(145deg, rgba(8, 13, 16, 0.98) 0%, rgba(9, 18, 22, 0.96) 44%, rgba(28, 47, 56, 0.82) 78%, rgba(9, 16, 19, 0.94) 100%);
	color: var(--acfly-white);
}

.acfly-briefing-hero-grid,
.acfly-route-grid {
	align-items: stretch;
	gap: 1.25rem;
	margin: 0;
}

.acfly-briefing-copy,
.acfly-route-copy {
	display: grid;
	align-content: center;
	gap: 1rem;
}

.acfly-briefing-copy > *,
.acfly-route-copy > * {
	margin-top: 0;
	margin-bottom: 0;
}

.acfly-briefing-copy h1 {
	max-width: 15ch;
	color: var(--acfly-white);
	font-size: clamp(2.2rem, 4.5vw, 4.9rem);
	line-height: 0.98;
}

.acfly-briefing-copy p {
	max-width: 46rem;
	color: rgba(247, 251, 255, 0.9);
	font-size: 1.05rem;
	line-height: 1.75;
}

.acfly-briefing-media {
	display: grid;
	align-content: end;
	gap: 0.8rem;
}

.acfly-briefing-photo,
.acfly-route-photo,
.acfly-photo-placeholder {
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(63, 182, 213, 0.14);
	border-radius: 8px;
	background: rgba(7, 23, 38, 0.92);
}

.acfly-briefing-photo img,
.acfly-route-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acfly-briefing-photo img {
	aspect-ratio: 4 / 3;
}

.acfly-route-photo img {
	aspect-ratio: 16 / 10;
}

.acfly-photo-placeholder {
	display: grid;
	min-height: 18rem;
	place-items: center;
	color: var(--acfly-white);
	font-weight: 800;
	text-transform: uppercase;
}

.acfly-airport-meta,
.acfly-route-line {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
}

.acfly-airport-meta > .wp-block-group__inner-container,
.acfly-route-line > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
	width: 100%;
}

.acfly-airport-meta p,
.acfly-route-line p {
	position: relative;
	margin: 0;
	padding: 0.8rem 0.85rem;
	border: 1px solid rgba(63, 182, 213, 0.16);
	border-radius: 8px;
	background: rgba(2, 5, 6, 0.3);
	color: var(--acfly-white);
}

.acfly-airport-meta strong,
.acfly-airport-meta span,
.acfly-route-line strong,
.acfly-route-line span {
	display: block;
}

.acfly-airport-meta strong,
.acfly-route-line strong,
.acfly-panel-code,
.acfly-tool-code {
	color: var(--acfly-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.acfly-airport-meta span,
.acfly-route-line span {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.78);
}

.acfly-photo-route-band {
	background:
		radial-gradient(circle at 14% 100%, rgba(72, 118, 148, 0.14), transparent 32%),
		linear-gradient(145deg, rgba(7, 23, 38, 0.96) 0%, rgba(8, 13, 16, 0.98) 48%, rgba(23, 38, 46, 0.94) 78%, rgba(8, 13, 16, 0.98) 100%);
}

.acfly-route-copy h2,
.acfly-flight-briefing-grid h2,
.acfly-pilot-toolbox h2,
.acfly-briefing-card h3,
.acfly-tool-card h3 {
	color: var(--acfly-white);
}

.acfly-route-copy p,
.acfly-flight-briefing-grid p,
.acfly-pilot-toolbox p,
.acfly-briefing-card p,
.acfly-tool-card p {
	color: var(--acfly-muted);
	line-height: 1.7;
}

.acfly-route-line {
	position: relative;
	margin-top: 0.4rem;
}

.acfly-route-line p {
	z-index: 1;
	border-color: rgba(63, 182, 213, 0.14);
	background: rgba(7, 23, 38, 0.96);
	color: var(--acfly-text);
}

.acfly-route-line span {
	color: var(--acfly-muted);
}

.acfly-briefing-grid,
.acfly-tool-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.acfly-briefing-grid > .wp-block-group__inner-container,
.acfly-tool-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
}

.acfly-briefing-card,
.acfly-tool-card,
.wp-block-group.is-style-acfly-briefing-panel:not(.acfly-briefing-hero),
.is-style-acfly-pilot-tool {
	position: relative;
	overflow: hidden;
	padding: 1.35rem;
	border: 1px solid var(--acfly-box-border);
	border-radius: 8px;
	background: var(--acfly-box-gradient-soft);
	box-shadow: 0 12px 26px rgba(0, 18, 25, 0.26);
}

.acfly-briefing-card h3,
.acfly-tool-card h3 {
	margin-top: 0.15rem;
	margin-bottom: 0.5rem;
}

.acfly-panel-code,
.acfly-tool-code {
	margin: 0;
	color: var(--acfly-cyan);
}

.acfly-pilot-toolbox {
	background:
		radial-gradient(circle at 14% 100%, rgba(72, 118, 148, 0.12), transparent 32%),
		linear-gradient(145deg, rgba(7, 23, 38, 0.98) 0%, rgba(8, 13, 16, 0.98) 48%, rgba(23, 38, 46, 0.94) 78%, rgba(8, 13, 16, 0.98) 100%);
}

.acfly-tool-card {
	min-height: 100%;
}

.acfly-tool-card > .wp-block-group__inner-container {
	display: grid;
	gap: 0.55rem;
	height: 100%;
}

.acfly-tool-card .wp-block-buttons {
	margin-top: auto;
}

.acfly-tool-card--weather {
	border-color: rgba(63, 182, 213, 0.18);
	background: var(--acfly-box-gradient);
}

.acfly-tool-card--briefing {
	border-color: rgba(63, 182, 213, 0.18);
	background: var(--acfly-box-gradient);
}

.acfly-tool-card--planning {
	border-color: rgba(238, 155, 0, 0.2);
	background: linear-gradient(180deg, rgba(7, 23, 38, 0.98), rgba(34, 23, 12, 0.92));
}

.is-style-acfly-route-band {
	border-radius: 8px;
}

.is-style-acfly-runway-cta {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.wp-block-button.is-style-acfly-runway-cta .wp-block-button__link {
	position: relative;
	border-radius: 8px !important;
	background: linear-gradient(180deg, var(--acfly-navy), #0f2e4f);
	color: var(--acfly-white);
}

.wp-block-button.is-style-acfly-runway-cta .wp-block-button__link:hover,
.wp-block-button.is-style-acfly-runway-cta .wp-block-button__link:focus-visible {
	background: linear-gradient(180deg, #0f2e4f, #0b223b);
	color: var(--acfly-white);
}

@media (max-width: 767px) {
	.acfly-piloty-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
		overflow: visible;
		border-bottom: 0;
	}

	.acfly-piloty-tab {
		width: 100%;
		min-height: 48px;
		border-bottom: 1px solid rgba(63, 182, 213, 0.22);
		border-radius: 6px;
		white-space: normal;
	}

	.acfly-piloty-tab.is-tab-active {
		border-top-width: 1px;
		border-bottom-color: rgba(63, 182, 213, 0.5);
		box-shadow: inset 4px 0 0 var(--acfly-cyan);
	}

	.acfly-piloty-tab:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.acfly-piloty-group-head {
		flex-direction: column;
		align-items: stretch;
	}

	.acfly-piloty-count {
		align-self: flex-start;
	}
}

.home .entry-content-wrap {
	padding-top: 0;
}

.home .entry-content {
	display: block;
}

.home .entry-content.single-content > .acfly-home-hero {
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.home .acfly-page-shell {
	max-width: none;
	padding-bottom: 2.25rem;
	overflow: clip;
}

.home .acfly-page-shell > .wp-block-group__inner-container {
	gap: 0;
}

.home .acfly-page-shell > .wp-block-group__inner-container > :not(.acfly-home-hero) {
	width: min(100% - 3rem, 1290px);
	margin-inline: auto;
}

.home .acfly-page-shell > .wp-block-group__inner-container > .acfly-home-paths-band,
.home .acfly-page-shell > .wp-block-group__inner-container > .acfly-home-story-band,
.home .acfly-page-shell > .wp-block-group__inner-container > .acfly-home-gallery-band,
.home .acfly-page-shell > .wp-block-group__inner-container > .acfly-home-contact-band {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.home .entry-content.single-content > .acfly-home-paths-band,
.home .entry-content.single-content > .acfly-home-story-band,
.home .entry-content.single-content > .acfly-home-gallery-band,
.home .entry-content.single-content > .acfly-home-contact-band {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.home #inner-wrap > .wp-block-group,
.home #inner-wrap > .acfly-home-split,
.home #inner-wrap > .acfly-section,
.home #inner-wrap > .acfly-cta {
	width: min(100% - 3rem, 1290px);
	margin-inline: auto;
}

.home #inner-wrap > .wp-block-group.acfly-home-hero {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.acfly-kicker-light {
	background: rgba(63, 182, 213, 0.12);
	border-color: rgba(63, 182, 213, 0.18);
	color: var(--acfly-white);
}

.acfly-home-hero {
	display: block;
	width: 100vw;
	min-height: min(760px, calc(100svh - 64px));
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(1.5rem, 3.6vw, 3.5rem) clamp(1.25rem, 4vw, 3rem) clamp(2.25rem, 5vw, 5rem);
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 86% 22%, rgba(86, 154, 208, 0.26), transparent 36%),
		linear-gradient(145deg, rgba(5, 9, 11, 0.66) 0%, rgba(8, 24, 36, 0.34) 58%, rgba(42, 76, 94, 0.16) 100%),
		linear-gradient(180deg, rgba(16, 23, 27, 0.86) 0%, rgba(11, 38, 57, 0.68) 58%, rgba(10, 24, 30, 0.86) 100%);
	box-shadow: none;
	overflow: hidden;
}

.acfly-home-hero::before {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(2, 5, 6, 0.46) 0%, rgba(2, 5, 6, 0.14) 48%, rgba(2, 5, 6, 0) 100%),
		linear-gradient(135deg, rgba(31, 111, 184, 0.1), transparent 58%);
}

.acfly-home-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(2, 5, 6, 0.68) 0%, rgba(2, 5, 6, 0.34) 42%, rgba(2, 5, 6, 0) 100%),
		linear-gradient(115deg, rgba(2, 5, 6, 0.16) 0%, rgba(2, 5, 6, 0.02) 56%, rgba(124, 178, 220, 0.16) 100%),
		linear-gradient(180deg, rgba(2, 5, 6, 0.02) 0%, rgba(2, 5, 6, 0.28) 100%);
	pointer-events: none;
}

.acfly-home-hero > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: start;
	width: min(100%, 1290px);
	min-height: inherit;
	margin-inline: auto;
	position: relative;
	z-index: 2;
	padding-top: clamp(2rem, 8svh, 5.25rem);
}

.acfly-home-hero-copy,
.acfly-home-aside {
	display: grid;
	gap: 1rem;
}

.acfly-home-hero-copy > .wp-block-group__inner-container,
.acfly-home-aside > .wp-block-group__inner-container {
	display: grid;
	gap: 1rem;
}

.acfly-home-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 47rem;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: left;
	justify-items: start;
	backdrop-filter: none;
}

.acfly-home-hero-copy::before {
	content: none;
}

.acfly-home-hero-copy > .wp-block-group__inner-container {
	justify-items: start;
}

.acfly-home-hero-copy h1 {
	margin: 0;
	font-size: clamp(2.35rem, 4.3vw, 5rem);
	line-height: 1.02;
	color: var(--acfly-white);
	letter-spacing: 0;
}

.acfly-home-hero-copy p {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.8;
	color: var(--acfly-text);
	max-width: 42rem;
}

.acfly-home-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0.2rem;
}

.acfly-home-tags .wp-block-button__link,
.acfly-home-tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.1rem;
	padding: 0.42rem 0;
	border-radius: 0;
	background: transparent !important;
	border: 0;
	color: var(--acfly-white) !important;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(63, 182, 213, 0.44);
	text-underline-offset: 0.3em;
	box-shadow: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.acfly-home-tags .wp-block-button__link:hover,
.acfly-home-tags .wp-block-button__link:focus-visible,
.acfly-home-tags a:hover,
.acfly-home-tags a:focus-visible {
	background: transparent !important;
	border-color: transparent;
	color: var(--acfly-white) !important;
	text-decoration-color: var(--acfly-accent);
}

.home .entry-content .acfly-home-tags .wp-block-button__link.wp-element-button {
	min-height: 0;
	padding: 0.2rem 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-decoration: underline;
	text-decoration-color: rgba(63, 182, 213, 0.44);
	text-underline-offset: 0.3em;
}

.home .entry-content .acfly-home-tags .wp-block-button__link.wp-element-button:hover,
.home .entry-content .acfly-home-tags .wp-block-button__link.wp-element-button:focus-visible {
	text-decoration-color: var(--acfly-accent);
}

.acfly-home-hero-media {
	position: absolute;
	top: calc(-1 * clamp(1.5rem, 3.6vw, 3.5rem));
	bottom: calc(-1 * clamp(2.5rem, 5vw, 5rem));
	left: calc(50% - 50vw);
	width: 100vw;
	z-index: 0;
	display: block;
	pointer-events: none;
}

.acfly-home-hero-media > .wp-block-group__inner-container {
	display: block;
	width: 100%;
	height: 100%;
}

.acfly-home-photo-card,
.acfly-photo-card {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(63, 182, 213, 0.1);
	background: rgba(7, 23, 38, 0.92);
	box-shadow: 0 10px 24px rgba(0, 18, 25, 0.18);
}

.acfly-home-photo-card {
	min-height: min(58vw, 29rem);
	box-shadow: 0 14px 34px rgba(0, 18, 25, 0.2);
}

.acfly-home-hero-cover {
	position: absolute;
	inset: 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	background: var(--acfly-ink);
	box-shadow: none;
}

.acfly-home-hero-cover::before {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(2, 5, 6, 0.58) 0%, rgba(2, 5, 6, 0.22) 45%, rgba(2, 5, 6, 0) 100%),
		linear-gradient(115deg, rgba(2, 5, 6, 0.1) 0%, rgba(2, 5, 6, 0.01) 58%, rgba(124, 178, 220, 0.14) 100%),
		linear-gradient(180deg, rgba(2, 5, 6, 0.01) 0%, rgba(2, 5, 6, 0.22) 100%);
}

.acfly-home-photo-card img,
.acfly-photo-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acfly-home-photo-card img {
	aspect-ratio: 4 / 3;
}

.acfly-home-hero-cover img {
	position: absolute;
	inset: 0;
	z-index: 0;
	aspect-ratio: auto;
	object-position: center 48%;
	filter: brightness(1.3) saturate(1.08);
}

.acfly-home-block {
	display: grid;
	gap: 1.75rem;
}

.acfly-home-block > .wp-block-group__inner-container {
	display: grid;
	gap: 1.75rem;
}

.acfly-home-paths-band {
	position: relative;
	overflow: hidden;
	padding: clamp(2.5rem, 5vw, 5rem) 0 0;
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 14% 100%, rgba(72, 118, 148, 0.2), transparent 32%),
		radial-gradient(circle at 86% 0%, rgba(31, 111, 184, 0.14), transparent 34%),
		linear-gradient(145deg, #0b1114 0%, #081013 38%, #15232a 74%, #0d1518 100%);
	box-shadow: none;
}

.acfly-home-paths-band::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(238, 155, 0, 0.38), transparent);
}

.acfly-home-paths-band > .wp-block-group__inner-container {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.4rem);
}

.acfly-home-paths-band .acfly-home-section-heading {
	width: min(100% - 3rem, 1290px);
	max-width: none;
	text-align: left;
	justify-self: center;
	margin-inline: auto;
}

.acfly-home-paths-band .acfly-home-section-heading > .wp-block-group__inner-container {
	align-items: start;
	justify-items: start;
}

.acfly-home-paths-band .acfly-home-section-heading h2 {
	max-width: 42rem;
	font-size: clamp(2rem, 3vw, 3.25rem);
	line-height: 1.08;
}

.acfly-home-paths-band .acfly-home-section-heading p {
	max-width: 47rem;
}

.acfly-home-section-heading {
	display: grid;
	gap: 0.75rem;
	max-width: 50rem;
	margin-inline: auto;
	text-align: center;
}

.acfly-home-section-heading > .wp-block-group__inner-container {
	display: grid;
	gap: 0.75rem;
	justify-items: center;
}

.acfly-home-section-heading > .wp-block-group__inner-container > * {
	max-width: 50rem;
}

.acfly-home-section-heading p,
.acfly-home-note p {
	margin: 0;
	color: var(--acfly-muted);
}

.acfly-promo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.acfly-promo-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	grid-column: 1 / -1;
	width: 100%;
}

.acfly-promo-card {
	display: grid;
	gap: 0.8rem;
	height: 100%;
	padding: 1.5rem;
	border-radius: 8px;
	border: 1px solid var(--acfly-box-border);
	background: var(--acfly-box-gradient-soft);
	box-shadow: 0 6px 16px rgba(0, 18, 25, 0.14);
}

.acfly-home-paths-band .acfly-promo-grid {
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acfly-home-paths-band .acfly-promo-grid > .wp-block-group__inner-container {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: clamp(42rem, 62vw, 58rem);
}

.acfly-home-paths-band .acfly-promo-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(21rem, 30vw, 29rem);
	padding: clamp(1.4rem, 2.5vw, 2.25rem);
	border: 0;
	border-radius: 0;
	background: #071014;
	box-shadow: none;
}

.acfly-home-paths-band .acfly-promo-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(2, 5, 6, 0.02) 0%, rgba(2, 5, 6, 0.16) 42%, rgba(2, 5, 6, 0.78) 80%, rgba(2, 5, 6, 0.9) 100%),
		linear-gradient(90deg, rgba(2, 5, 6, 0.1), rgba(2, 5, 6, 0));
}

.acfly-home-paths-band .acfly-promo-card::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	z-index: 3;
	background: rgba(255, 255, 255, 0.1);
}

.acfly-promo-card > .wp-block-group__inner-container {
	display: grid;
	grid-template-rows: auto minmax(3.5rem, auto) minmax(6.25rem, 1fr) auto;
	gap: 1rem;
	height: 100%;
	align-items: start;
}

.acfly-home-paths-band .acfly-promo-card > .wp-block-group__inner-container {
	position: static;
	grid-template-rows: 1fr auto auto auto;
	align-content: end;
	gap: 0.65rem;
}

.acfly-home-paths-band .acfly-promo-card h3,
.acfly-home-paths-band .acfly-promo-card p,
.acfly-home-paths-band .acfly-promo-card .wp-block-buttons {
	position: relative;
	z-index: 2;
}

.acfly-promo-card-photo {
	overflow: hidden;
	margin: 0;
	border-radius: 0;
}

.acfly-promo-card-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acfly-home-paths-band .acfly-promo-card-photo {
	position: absolute;
	inset: 0;
	z-index: 0;
	border: 0;
}

.acfly-home-paths-band .acfly-promo-card-photo img {
	aspect-ratio: auto;
	filter: brightness(1.12) saturate(1.04);
}

.acfly-promo-card > .wp-block-group__inner-container > *,
.acfly-contact-card > .wp-block-group__inner-container > * {
	width: auto;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.acfly-promo-card h3,
.acfly-home-note strong {
	margin: 0;
	color: var(--acfly-white);
}

.acfly-promo-card h3 {
	align-self: end;
}

.acfly-home-paths-band .acfly-promo-card h3 {
	max-width: 18rem;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.12;
	text-shadow: 0 2px 14px rgba(0, 18, 25, 0.42);
}

.acfly-promo-card p {
	margin: 0;
	color: var(--acfly-muted);
}

.acfly-home-paths-band .acfly-promo-card p {
	max-width: 20rem;
	color: rgba(247, 251, 255, 0.86);
}

.acfly-promo-card .acfly-kicker {
	width: 100%;
	align-self: center;
	justify-content: flex-start;
	margin-bottom: 0;
}

.acfly-promo-card .wp-block-buttons {
	align-self: end;
}

.acfly-promo-card .acfly-button,
.acfly-home-note .acfly-button {
	margin-top: 0;
}

.acfly-promo-card .acfly-button {
	width: 100%;
}

.acfly-home-paths-band .acfly-promo-card .wp-block-buttons {
	margin-top: 0.3rem;
}

.acfly-home-paths-band .acfly-promo-card .acfly-button,
.acfly-home-paths-band .acfly-promo-card .wp-block-button__link {
	width: auto;
	min-height: 0;
	padding: 0.2rem 0;
	border: 0;
	background: transparent !important;
	box-shadow: none;
	color: #7bc7f0;
	text-decoration: underline;
	text-decoration-color: rgba(63, 182, 213, 0.42);
	text-underline-offset: 0.28em;
}

.acfly-home-paths-band .acfly-promo-card .acfly-button:hover,
.acfly-home-paths-band .acfly-promo-card .wp-block-button__link:hover {
	color: var(--acfly-white);
	transform: none;
	text-decoration-color: var(--acfly-accent);
}

.acfly-home-split {
	display: block;
}

.acfly-home-split > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.82fr);
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: start;
}

body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-home-split {
	padding: 5.5rem var(--acfly-content-gutter);
	border: 0;
	border-radius: 0;
	background: linear-gradient(135deg, #06141d 0%, #0a2940 55%, #0e4161 100%);
	box-shadow: none;
}

body:not(.home) .acfly-home-split > .wp-block-group__inner-container {
	grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
	gap: 3rem;
	width: 100%;
	max-width: var(--acfly-content-rail);
	margin-inline: auto;
	align-items: center;
}

body:not(.home) .acfly-home-split .acfly-section {
	display: grid;
	height: auto;
	align-content: center;
	align-self: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body:not(.home) .acfly-home-split .acfly-section::before {
	display: none;
}

body:not(.home) .acfly-home-split .acfly-section h2,
body:not(.home) .acfly-home-split .acfly-section h3,
body:not(.home) .acfly-home-split .acfly-section strong {
	color: var(--acfly-white);
}

body:not(.home) .acfly-home-split .acfly-section p,
body:not(.home) .acfly-home-split .acfly-section li {
	color: #e1eef5;
}

body:not(.home) .acfly-home-split .acfly-home-aside {
	position: relative;
	min-height: 0;
	align-self: center;
	overflow: visible;
	border-radius: 8px;
}

body:not(.home) .acfly-home-split .acfly-home-aside > .wp-block-group__inner-container {
	position: relative;
	height: auto;
}

body:not(.home) .acfly-home-split .acfly-home-photo-card {
	position: relative;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 3;
	margin: 0;
	border: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: none;
}

body:not(.home) .acfly-home-split .acfly-home-photo-card img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body:not(.home) .acfly-home-split .acfly-home-note {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 2;
	width: min(25rem, calc(100% - 3rem));
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(5, 23, 33, 0.96);
	backdrop-filter: none;
}

.acfly-home-story-band {
	position: relative;
	overflow: hidden;
	padding: 0;
	background:
		radial-gradient(circle at 10% 100%, rgba(78, 132, 168, 0.24), transparent 34%),
		linear-gradient(135deg, #081013 0%, #081013 42%, rgba(16, 33, 41, 0.78) 68%, rgba(31, 50, 60, 0.42) 100%),
		linear-gradient(90deg, #081013 0%, #081013 46%, rgba(8, 16, 19, 0.4) 46%, rgba(8, 16, 19, 0.04) 100%),
		#081013;
}

.acfly-home-story-band > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 0;
	align-items: stretch;
	min-height: clamp(34rem, 55vw, 48rem);
}

.acfly-home-story-band .acfly-story-copy {
	position: relative;
	z-index: 2;
	align-self: stretch;
	display: grid;
	align-content: center;
	height: 100%;
	min-height: clamp(34rem, 55vw, 48rem);
	padding: clamp(3rem, 6vw, 6.5rem) clamp(1.5rem, 5vw, 4.5rem);
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(160deg, rgba(8, 16, 19, 0.99) 0%, rgba(9, 18, 22, 0.98) 54%, rgba(15, 26, 31, 0.96) 100%),
		#081013;
	box-shadow: none;
}

.acfly-home-story-band .acfly-story-copy > .wp-block-group__inner-container {
	max-width: 34rem;
	margin-left: auto;
}

.acfly-home-story-band .acfly-story-copy h2 {
	font-size: clamp(2.1rem, 3.5vw, 4rem);
	line-height: 1.06;
}

.acfly-home-story-band .acfly-story-copy p,
.acfly-home-story-band .acfly-story-copy li {
	color: rgba(247, 251, 255, 0.86);
}

.acfly-home-story-band .acfly-story-media {
	position: relative;
	align-self: stretch;
	min-height: clamp(34rem, 55vw, 48rem);
}

.acfly-home-story-band .acfly-story-media > .wp-block-group__inner-container {
	display: block;
	height: 100%;
}

.acfly-home-story-band .acfly-story-media .acfly-home-photo-card {
	position: absolute;
	inset: 0;
	min-height: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.acfly-home-story-band .acfly-story-media .acfly-home-photo-card img {
	height: 100%;
}

.acfly-home-story-band .acfly-story-media .acfly-home-photo-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 16, 19, 0.54), rgba(8, 16, 19, 0.01) 42%),
		linear-gradient(145deg, rgba(8, 16, 19, 0.04), rgba(105, 154, 190, 0.16) 78%, rgba(8, 16, 19, 0.14));
	pointer-events: none;
}

.acfly-home-story-band .acfly-home-note {
	position: absolute;
	right: clamp(1.5rem, 5vw, 5rem);
	bottom: clamp(1.5rem, 4vw, 4rem);
	z-index: 2;
	width: min(28rem, calc(100% - 3rem));
	background: rgba(7, 17, 22, 0.82);
	border-color: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(16px);
}

.acfly-home-split .acfly-section,
.acfly-home-split .acfly-home-aside {
	align-self: start;
}

.acfly-home-story-band .acfly-story-copy,
.acfly-home-story-band .acfly-story-media {
	align-self: stretch;
}

.acfly-home-note {
	padding: 1.25rem 1.35rem;
	border-radius: 8px;
	border: 1px solid var(--acfly-box-border);
	background: var(--acfly-box-gradient-soft);
	box-shadow: 0 6px 18px rgba(0, 18, 25, 0.16);
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.acfly-home-story-band .acfly-home-note {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

.acfly-fleet-strip {
	display: grid;
	gap: 0.75rem;
	padding: 1rem;
	border: 1px solid var(--acfly-box-border);
	border-radius: 8px;
	background: var(--acfly-box-gradient-soft);
	box-shadow: none;
}

.acfly-fleet-overview {
	display: grid;
	gap: 1.3rem;
}

.acfly-fleet-overview > .wp-block-group__inner-container {
	display: grid;
	gap: 1.3rem;
}

.acfly-aircraft-grid {
	display: block;
}

.acfly-aircraft-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.acfly-aircraft-card {
	display: block;
	min-width: 0;
	padding: 1rem;
	border-radius: 8px;
	border: 1px solid var(--acfly-box-border);
	background: var(--acfly-box-gradient-soft);
	box-shadow: 0 5px 16px rgba(0, 18, 25, 0.14);
	margin: 0 !important;
}

.acfly-aircraft-card > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(190px, 0.46fr) minmax(0, 1fr);
	gap: 1rem;
	align-items: stretch;
}

.acfly-aircraft-photo {
	min-height: 100%;
	margin: 0 !important;
}

.acfly-aircraft-photo > a {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background: #06151e;
}

.acfly-aircraft-photo > a:focus-visible {
	outline: 3px solid var(--acfly-cyan);
	outline-offset: 3px;
}

.acfly-aircraft-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 180ms ease, filter 180ms ease;
}

.acfly-aircraft-photo > a:hover img {
	filter: brightness(1.06);
	transform: scale(1.025);
}

.acfly-aircraft-photo figcaption,
.acfly-aircraft-detail-photo figcaption {
	margin: 0.65rem 0 0;
	color: #cbdce5;
	font-size: 0.78rem;
	line-height: 1.45;
}

.acfly-aircraft-photo figcaption a,
.acfly-aircraft-detail-photo figcaption a {
	color: #74d2ea;
	text-underline-offset: 0.18em;
}

.acfly-aircraft-card-copy,
.acfly-aircraft-card-copy > .wp-block-group__inner-container {
	display: grid;
	align-content: start;
	gap: 0.6rem;
}

.acfly-aircraft-card .acfly-aircraft-badge {
	width: fit-content;
	margin: 0;
	padding: 0.25rem 0.5rem;
	border: 1px solid rgba(116, 210, 234, 0.5);
	border-radius: 4px;
	background: rgba(63, 182, 213, 0.14);
	color: #e4f0f6;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.acfly-aircraft-name {
	margin: 0;
	color: var(--acfly-cyan);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.acfly-aircraft-card h3 {
	margin: 0;
	font-size: 1.2rem;
	color: var(--acfly-white);
}

.acfly-aircraft-specs {
	display: grid;
	gap: 0.38rem;
	margin: 0.2rem 0 0;
	padding-left: 1.05rem;
	color: var(--acfly-muted);
}

.acfly-fleet-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.acfly-fleet-item {
	display: grid;
	gap: 0.25rem;
	min-width: 0;
	padding: 0.9rem 1rem;
	border: 1px solid var(--acfly-box-border);
	border-radius: 8px;
	background: var(--acfly-box-gradient-soft);
}

.acfly-fleet-code,
.acfly-fleet-type {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.acfly-fleet-code {
	color: var(--acfly-cyan);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.acfly-fleet-type {
	color: var(--acfly-white);
	font-size: 0.98rem;
	font-weight: 700;
}

.acfly-photo-strip,
.acfly-photo-gallery,
.wp-block-gallery.has-nested-images.acfly-photo-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.acfly-photo-gallery {
	margin: 0;
}

.acfly-photo-gallery.has-nested-images figure.wp-block-image {
	width: auto !important;
	margin: 0;
}

.acfly-photo-card img {
	aspect-ratio: 1 / 0.85;
}

.acfly-home-gallery-band {
	padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 3rem);
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 12% 100%, rgba(72, 118, 148, 0.18), transparent 32%),
		radial-gradient(circle at 82% 0%, rgba(31, 111, 184, 0.14), transparent 34%),
		linear-gradient(145deg, #0e1518 0%, #0a1215 44%, #18262d 78%, #0c1417 100%);
	box-shadow: none;
}

.acfly-home-gallery-band > .wp-block-group__inner-container {
	width: min(100%, 1290px);
	margin-inline: auto;
}

.acfly-home-gallery-band .acfly-home-section-heading {
	max-width: 48rem;
	margin: 0;
	text-align: left;
}

.acfly-home-gallery-band .acfly-home-section-heading > .wp-block-group__inner-container {
	justify-items: start;
}

.acfly-home-gallery-band .acfly-photo-gallery {
	align-items: stretch;
}

.acfly-home-gallery-band .acfly-photo-gallery figure.wp-block-image,
.acfly-home-gallery-band .acfly-photo-gallery .wp-block-image {
	overflow: hidden;
	border-radius: 8px;
}

.acfly-home-gallery-band .acfly-photo-gallery img {
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
}

.acfly-home-cta {
	display: grid;
	gap: 1.5rem;
	background:
		linear-gradient(180deg, rgba(255, 250, 240, 0.95), rgba(242, 239, 232, 0.98)),
		var(--acfly-light);
	border-color: rgba(17, 20, 22, 0.1);
	box-shadow: 0 10px 28px rgba(0, 18, 25, 0.12);
	color: var(--acfly-light-text);
}

.acfly-home-contact-band {
	position: relative;
	overflow: hidden;
	padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 4vw, 3rem);
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.acfly-home-contact-band::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 38%;
	background:
		linear-gradient(180deg, rgba(242, 239, 232, 0), rgba(210, 199, 181, 0.3)),
		radial-gradient(circle at 82% 100%, rgba(202, 103, 2, 0.14), transparent 28%);
	pointer-events: none;
}

.acfly-home-contact-band > .wp-block-group__inner-container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: start;
	width: min(100%, 1290px);
	margin-inline: auto;
}

.acfly-home-contact-band .acfly-cta-copy {
	max-width: 34rem;
}

.acfly-home-contact-band .acfly-contact-grid {
	align-self: stretch;
}

.acfly-home-contact-band .acfly-button-row {
	grid-column: 1 / -1;
	margin-top: 0.5rem;
}

.acfly-home-cta p {
	margin: 0;
	max-width: 42rem;
	color: var(--acfly-light-muted);
}

.acfly-home-cta h2,
.acfly-home-cta h3,
.acfly-home-cta strong {
	color: var(--acfly-light-text);
}

.acfly-home-cta .acfly-contact-card {
	background: rgba(255, 255, 255, 0.58);
	border-color: rgba(17, 20, 22, 0.1);
	box-shadow: none;
	color: var(--acfly-light-text);
}

.acfly-home-cta .acfly-meta {
	color: var(--acfly-light-muted);
}

.acfly-fleet-overview {
	background:
		linear-gradient(180deg, rgba(255, 250, 240, 0.94), rgba(242, 239, 232, 0.98)),
		var(--acfly-light);
	border-color: rgba(17, 20, 22, 0.1);
	box-shadow: 0 10px 28px rgba(0, 18, 25, 0.12);
	color: var(--acfly-light-text);
}

.acfly-fleet-overview h2,
.acfly-fleet-overview h3 {
	color: var(--acfly-light-text);
}

.acfly-fleet-overview p,
.acfly-fleet-overview li {
	color: var(--acfly-light-muted);
}

.acfly-fleet-overview .acfly-aircraft-card {
	background: rgba(255, 255, 255, 0.64);
	border-color: rgba(17, 20, 22, 0.1);
	box-shadow: none;
}

.acfly-fleet-overview .acfly-aircraft-card h3 {
	color: var(--acfly-light-text);
}

.acfly-fleet-overview .acfly-aircraft-name {
	color: var(--acfly-blue);
}

body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-fleet-overview {
	background: linear-gradient(135deg, #071923 0%, #09283a 58%, #0d3b57 100%);
}

body:not(.home) .acfly-fleet-overview .acfly-aircraft-card {
	border-color: rgba(63, 182, 213, 0.3);
	background: linear-gradient(145deg, #0b2635 0%, #071923 100%);
	box-shadow: 0 8px 20px rgba(0, 12, 20, 0.2);
}

body:not(.home) .acfly-fleet-overview .acfly-aircraft-card h3 {
	color: var(--acfly-white);
}

body:not(.home) .acfly-fleet-overview .acfly-aircraft-name {
	color: #74d2ea;
}

body:not(.home) .acfly-fleet-overview .acfly-aircraft-specs {
	color: #dcebf3;
}

body:not(.home) .acfly-fleet-overview .acfly-aircraft-photo img {
	border: 1px solid rgba(116, 210, 234, 0.24);
}

.home .acfly-hero-actions,
.home .acfly-button-row {
	justify-content: flex-start;
}

.acfly-main-target {
	display: block;
	position: relative;
	top: -96px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.acfly-form-embed {
	margin-top: 1rem;
}

.acfly-form-embed .wpforms-container {
	margin: 0;
}

.acfly-form-embed .wpforms-field-container {
	display: grid;
	gap: 0.75rem;
}

.acfly-form-embed .wpforms-field {
	margin: 0;
}

.acfly-form-embed input[type="text"],
.acfly-form-embed input[type="email"],
.acfly-form-embed select,
.acfly-form-embed textarea {
	border: 1px solid rgba(63, 182, 213, 0.16);
	border-radius: 8px;
	background: rgba(2, 5, 6, 0.72);
	color: var(--acfly-white);
}

.acfly-form-embed input[type="text"]:focus-visible,
.acfly-form-embed input[type="email"]:focus-visible,
.acfly-form-embed select:focus-visible,
.acfly-form-embed textarea:focus-visible {
	outline: 2px solid var(--acfly-cyan);
	outline-offset: 2px;
	border-color: rgba(63, 182, 213, 0.34);
	box-shadow: 0 0 0 4px rgba(63, 182, 213, 0.12);
}

.acfly-form-embed input[type="text"]:disabled,
.acfly-form-embed input[type="email"]:disabled,
.acfly-form-embed select:disabled,
.acfly-form-embed textarea:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	background: rgba(2, 5, 6, 0.5);
}

.acfly-form-embed input[type="text"]::placeholder,
.acfly-form-embed input[type="email"]::placeholder,
.acfly-form-embed textarea::placeholder {
	color: rgba(166, 186, 203, 0.72);
}

.acfly-form-embed button[type="submit"] {
	border-radius: 8px;
}

.acfly-quick-access {
	margin-top: 0;
	background: linear-gradient(180deg, rgba(2, 5, 6, 0.98), rgba(7, 23, 38, 0.98));
	color: var(--acfly-text);
}

.acfly-quick-access-inner {
	max-width: 1290px;
	margin: 0 auto;
	padding: 2rem 1.5rem;
}

.acfly-quick-access h2 {
	margin: 0 0 0.9rem;
	color: var(--acfly-white);
	font-size: 1.1rem;
}

.acfly-quick-access-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.55rem 1.1rem;
}

.acfly-quick-access-list a {
	color: var(--acfly-text);
	text-decoration: none;
	font-weight: 600;
}

.acfly-quick-access-list a:hover,
.acfly-quick-access-list a:focus-visible {
	color: var(--acfly-accent);
	text-decoration: underline;
}

.site-footer {
	background: linear-gradient(135deg, #253d4b 0%, #1b303a 52%, #172832 100%) !important;
	color: #e4f0f6;
}

.site-footer .site-bottom-footer-wrap,
.site-footer .site-footer-row-container-inner {
	background: transparent !important;
}

.site-footer .site-info,
.site-footer .site-info p,
.site-footer .site-info a {
	color: #e4f0f6;
}

@media (max-width: 1024px) {
	.main-navigation .primary-menu-container > ul {
		gap: 0.15rem;
	}

	.main-navigation .primary-menu-container > ul > li > a {
		padding: 0.68rem 0.78rem;
		font-size: 0.88rem;
	}

	.acfly-grid > article,
	.acfly-grid > .wp-block-group__inner-container > article,
	.acfly-grid.compact > article,
	.acfly-grid.compact > .wp-block-group__inner-container > article {
		grid-column: auto;
	}

	.acfly-grid--3,
	.acfly-grid--3 > .wp-block-group__inner-container,
	.acfly-grid--4,
	.acfly-grid--4 > .wp-block-group__inner-container,
	.acfly-grid.compact,
	.acfly-grid.compact > .wp-block-group__inner-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.acfly-contact-grid,
	.acfly-contact-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.acfly-home-hero,
	.acfly-home-split,
	.acfly-promo-grid,
	.acfly-aircraft-grid,
	.acfly-photo-strip,
	.acfly-photo-gallery,
	.wp-block-gallery.has-nested-images.acfly-photo-gallery,
	.acfly-briefing-grid,
	.acfly-briefing-grid > .wp-block-group__inner-container,
	.acfly-tool-grid,
	.acfly-tool-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.acfly-home-hero > .wp-block-group__inner-container,
	.acfly-home-split > .wp-block-group__inner-container,
	.acfly-promo-grid > .wp-block-group__inner-container,
	.acfly-training-ribbon > .wp-block-group__inner-container,
	.acfly-training-layout > .wp-block-group__inner-container,
	.acfly-aircraft-grid > .wp-block-group__inner-container,
	.acfly-home-contact-band > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	body:not(.home) .acfly-home-split > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.acfly-home-story-band > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.acfly-home-story-band .acfly-story-copy > .wp-block-group__inner-container {
		max-width: 100%;
		margin-left: 0;
	}

	.acfly-home-story-band .acfly-story-media {
		min-height: 30rem;
	}

	.acfly-home-story-band .acfly-home-note {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
		width: auto;
		margin: -7rem 1.5rem 1.5rem;
	}

	.acfly-training-ribbon {
		padding-block: 3rem;
	}

	.acfly-training-tree {
		position: static;
	}

	body:not(.home) .acfly-hero {
		min-height: 30rem;
		padding: 6rem var(--acfly-content-gutter) 4.5rem;
	}

	body:not(.home) .acfly-content-hero-copy h1 {
		font-size: 3.4rem;
	}

	body:not(.home) .acfly-copy-band > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	body:not(.home) .acfly-copy-band > .wp-block-group__inner-container > h2:first-child {
		grid-column: 1;
		grid-row: auto;
	}

	body:not(.home) .acfly-copy-band > .wp-block-group__inner-container > :not(h2:first-child) {
		grid-column: 1;
	}

	body:not(.home) .acfly-home-split .acfly-home-aside {
		min-height: 0;
	}

	body:not(.home) .acfly-home-split .acfly-home-note {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: min(32rem, calc(100% - 3rem));
	}

	.acfly-aircraft-card > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
	}

	.acfly-quick-access-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.site-branding .custom-logo,
	.mobile-site-branding .custom-logo {
		max-height: 88px;
	}

	.acfly-hero,
	.acfly-section,
	.acfly-cta {
		padding: 1.4rem;
		border-radius: 8px;
	}

	.acfly-home-paths-band,
	.acfly-home-story-band,
	.acfly-home-gallery-band,
	.acfly-home-contact-band {
		border-radius: 0;
	}

	.acfly-home-paths-band {
		padding: 2.5rem 0 0;
	}

	.acfly-training-ribbon {
		padding: 2.5rem 1.4rem;
	}

	.acfly-training-detail summary {
		min-height: 3.25rem;
		padding: 0.9rem 2.75rem 0.9rem 1rem;
	}

	.acfly-home-paths-band .acfly-promo-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.acfly-home-paths-band .acfly-promo-card {
		min-height: 25rem;
	}

	.acfly-home-story-band {
		padding: 0;
	}

	.acfly-home-story-band .acfly-story-copy {
		min-height: auto;
		padding: 2.4rem 1.5rem 2rem;
		border-radius: 0;
	}

	.acfly-home-story-band .acfly-story-media {
		min-height: 25rem;
	}

	.acfly-home-story-band .acfly-home-note {
		margin: -6rem 1.25rem 1.25rem;
	}

	.acfly-home-gallery-band,
	.acfly-home-contact-band {
		padding: 2.5rem 1.25rem;
	}

	.acfly-grid > article,
	.acfly-grid > .wp-block-group__inner-container > article,
	.acfly-grid.compact > article,
	.acfly-grid.compact > .wp-block-group__inner-container > article {
		grid-column: auto;
	}

	.acfly-grid,
	.acfly-grid > .wp-block-group__inner-container,
	.acfly-grid--2,
	.acfly-grid--2 > .wp-block-group__inner-container,
	.acfly-grid--3,
	.acfly-grid--3 > .wp-block-group__inner-container,
	.acfly-grid--4,
	.acfly-grid--4 > .wp-block-group__inner-container,
	.acfly-grid.compact,
	.acfly-grid.compact > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.acfly-hero h1,
	.acfly-hero h2 {
		font-size: 2rem;
	}

	body:not(.home) .acfly-hero {
		min-height: 32rem;
		padding: 5rem 1.25rem 3.5rem;
		border-radius: 0;
	}

	body:not(.home) .acfly-content-hero-copy h1 {
		font-size: 2.35rem;
	}

	body:not(.home) .acfly-content-hero-copy p:not(.acfly-kicker) {
		font-size: 1rem;
		line-height: 1.65;
	}

	body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-section,
	body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-cta,
	body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-piloty-shell,
	body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-training-layout,
	body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-home-split {
		padding: 3.5rem 1.25rem;
		border-radius: 0;
	}

	body:not(.home) .acfly-section h2,
	body:not(.home) .acfly-cta h2 {
		font-size: 1.85rem;
	}

	body:not(.home) .acfly-home-split .acfly-home-aside {
		min-height: auto;
		overflow: visible;
	}

	body:not(.home) .acfly-home-split .acfly-home-photo-card {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	body:not(.home) .acfly-home-split .acfly-home-note {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: auto;
		margin: -5rem 1rem 0;
		transform: none;
	}

	body:not(.home) .acfly-training-ribbon {
		padding: 3.5rem 1.25rem;
	}

	.acfly-home-hero {
		padding-top: 1.25rem;
		min-height: auto;
	}

	.acfly-home-hero-copy {
		padding: 1rem 0 1.5rem;
		border-radius: 8px;
	}

	.acfly-home-hero > .wp-block-group__inner-container {
		padding-top: 1.75rem;
	}

	.acfly-aircraft-card > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.acfly-home-hero-copy h1 {
		font-size: 2.3rem;
	}

	.acfly-home-photo-card,
	.acfly-photo-card {
		border-radius: 8px;
	}

	.acfly-home-hero-cover {
		border-radius: 0;
	}

	.acfly-home-hero-media,
	.acfly-home-hero-cover {
		position: absolute;
	}

	.acfly-home-hero-media {
		top: -1.25rem;
		bottom: -2.5rem;
	}

	.acfly-quick-access-inner {
		padding: 1.4rem 1.25rem;
	}

	.acfly-quick-access-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem 0.8rem;
	}
}

.editor-styles-wrapper .acfly-page-shell,
.block-editor-block-preview__content .acfly-page-shell {
	display: grid;
	gap: 2rem;
	max-width: 1290px;
	margin-inline: auto;
}

.editor-styles-wrapper .acfly-page-shell > .wp-block-group__inner-container,
.block-editor-block-preview__content .acfly-page-shell > .wp-block-group__inner-container {
	display: grid;
	gap: 2rem;
}

.editor-styles-wrapper .acfly-hero,
.editor-styles-wrapper .acfly-section,
.editor-styles-wrapper .acfly-cta,
.block-editor-block-preview__content .acfly-hero,
.block-editor-block-preview__content .acfly-section,
.block-editor-block-preview__content .acfly-cta,
.is-style-acfly-section,
.is-style-acfly-hero,
.is-style-acfly-note {
	background: var(--acfly-box-gradient-soft);
	border: 1px solid var(--acfly-box-border);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(0, 18, 25, 0.26);
	padding: 2rem;
}

.editor-styles-wrapper .acfly-section--light,
.block-editor-block-preview__content .acfly-section--light {
	background: linear-gradient(120deg, #f5f2eb 0%, #e7eef0 100%);
	color: var(--acfly-light-text);
}

.editor-styles-wrapper .acfly-section--light h2,
.editor-styles-wrapper .acfly-section--light h3,
.editor-styles-wrapper .acfly-section--light p,
.block-editor-block-preview__content .acfly-section--light h2,
.block-editor-block-preview__content .acfly-section--light h3,
.block-editor-block-preview__content .acfly-section--light p {
	color: var(--acfly-light-text);
}

.editor-styles-wrapper .acfly-content-hero-media img,
.block-editor-block-preview__content .acfly-content-hero-media img {
	display: block;
	width: 100%;
	max-height: 24rem;
	object-fit: cover;
}

.editor-styles-wrapper .acfly-grid,
.editor-styles-wrapper .acfly-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .acfly-contact-grid,
.editor-styles-wrapper .acfly-contact-grid > .wp-block-group__inner-container,
.block-editor-block-preview__content .acfly-grid,
.block-editor-block-preview__content .acfly-grid > .wp-block-group__inner-container,
.block-editor-block-preview__content .acfly-contact-grid,
.block-editor-block-preview__content .acfly-contact-grid > .wp-block-group__inner-container,
.is-style-acfly-card-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
}

.editor-styles-wrapper .acfly-grid > .wp-block-group,
.editor-styles-wrapper .acfly-grid > .wp-block-group__inner-container > .wp-block-group,
.block-editor-block-preview__content .acfly-grid > .wp-block-group,
.block-editor-block-preview__content .acfly-grid > .wp-block-group__inner-container > .wp-block-group {
	grid-column: span 4;
}

.editor-styles-wrapper .wp-block-button__link,
.block-editor-block-preview__content .wp-block-button__link {
	border-radius: 8px !important;
}

.editor-styles-wrapper .acfly-hero,
.block-editor-block-preview__content .acfly-hero,
.is-style-acfly-hero {
	background:
		linear-gradient(135deg, rgba(2, 5, 6, 0.92), rgba(7, 23, 38, 0.92)),
		linear-gradient(135deg, rgba(19, 58, 99, 0.72), rgba(31, 111, 184, 0.6));
	color: var(--acfly-white);
}

.editor-styles-wrapper .acfly-hero h1,
.editor-styles-wrapper .acfly-hero h2,
.editor-styles-wrapper .acfly-hero p,
.block-editor-block-preview__content .acfly-hero h1,
.block-editor-block-preview__content .acfly-hero h2,
.block-editor-block-preview__content .acfly-hero p,
.is-style-acfly-hero h1,
.is-style-acfly-hero h2,
.is-style-acfly-hero p {
	color: var(--acfly-white);
}

.main-navigation .primary-menu-container > ul > li.acfly-menu-cta > a {
	min-height: 48px;
	padding-inline: 1.15rem;
	border: 1px solid rgba(63, 182, 213, 0.32);
	background: linear-gradient(180deg, #2f86d1, #174d82);
}

.mobile-navigation .drawer-menu-container ul li a,
.mobile-navigation .drawer-menu-container .drawer-sub-toggle,
.mobile-navigation .drawer-menu-container .acfly-submenu-toggle {
	min-height: 48px;
}

.mobile-navigation .drawer-menu-container .acfly-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--acfly-white);
}

.mobile-navigation .drawer-menu-container .acfly-submenu-toggle::before {
	content: "+";
	font-size: 1.35rem;
	line-height: 1;
}

.mobile-navigation .drawer-menu-container .acfly-submenu-toggle[aria-expanded="true"]::before {
	content: "−";
}

.acfly-piloty-tab,
.entry-content .acfly-piloty-tabs .wp-block-button__link,
.wp-site-blocks .acfly-piloty-tabs .wp-block-button__link.wp-element-button {
	min-height: 48px;
}

body:not(.home) .acfly-rich-content > .wp-block-group__inner-container {
	display: grid;
	gap: 1.2rem;
	max-width: var(--acfly-content-rail);
}

.acfly-rich-content h2,
.acfly-rich-content h3,
.acfly-rich-content p,
.acfly-rich-content ul,
.acfly-rich-content ol {
	max-width: var(--acfly-content-reading, 46rem);
}

.acfly-table-scroll {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 8px;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
}

.acfly-table-scroll:focus-visible {
	outline: 3px solid var(--acfly-cyan);
	outline-offset: 3px;
}

.acfly-table-scroll table {
	width: 100%;
	min-width: 42rem;
	margin: 0;
}

.acfly-breadcrumbs {
	width: min(var(--acfly-content-rail, 1290px), calc(100% - 2 * var(--acfly-content-gutter, 1.25rem)));
	margin-inline: auto;
}

.acfly-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--acfly-muted);
	font-size: 0.92rem;
}

.acfly-breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 0.45rem;
	color: rgba(178, 198, 213, 0.58);
}

.acfly-breadcrumbs a {
	color: #69bef6;
	text-underline-offset: 0.2em;
}

.acfly-sibling-nav {
	width: min(var(--acfly-content-rail, 1290px), calc(100% - 2 * var(--acfly-content-gutter, 1.25rem)));
	margin-inline: auto;
	padding: 1.4rem;
	border: 1px solid rgba(63, 182, 213, 0.18);
	border-radius: 8px;
	background: #0b1b24;
}

.acfly-sibling-nav h2 {
	margin: 0 0 1rem;
	color: var(--acfly-white);
	font-size: 1.25rem;
}

.acfly-sibling-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.acfly-sibling-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #69bef6;
	text-underline-offset: 0.2em;
}

body:not(.home) .acfly-hero--compact {
	min-height: 25rem;
	padding-block: 5rem 4rem;
}

.acfly-aircraft-status {
	width: fit-content;
	margin: 0;
	padding: 0.4rem 0.65rem;
	border: 1px solid currentColor;
	border-radius: 6px;
	font-size: 0.84rem;
	font-weight: 800;
}

.acfly-aircraft-status.is-available {
	color: #0d6e82;
}

.acfly-aircraft-status.is-unavailable {
	color: #8b3f21;
}

.acfly-aircraft-detail > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: start;
}

.acfly-aircraft-detail-photo {
	margin: 0;
}

.acfly-aircraft-detail-media > .wp-block-group__inner-container {
	display: grid;
	gap: 1.25rem;
}

.acfly-aircraft-detail-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

.acfly-aircraft-detail-copy > .wp-block-group__inner-container {
	display: grid;
	gap: 1rem;
}

.acfly-aircraft-data-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: start;
	margin-top: 2rem;
}

body:not(.home) .acfly-aircraft-data,
body:not(.home) .acfly-page-shell > .wp-block-group__inner-container > .acfly-aircraft-data {
	background: linear-gradient(120deg, #fbfaf6 0%, #e8f1f5 100%);
}

body:not(.home) .acfly-aircraft-data > .wp-block-group__inner-container > p {
	max-width: 52rem;
	color: #3d5a6d;
}

.acfly-aircraft-spec-panel {
	min-width: 0;
	overflow: hidden;
	padding: clamp(1rem, 2.2vw, 1.5rem);
	border: 1px solid rgba(31, 111, 184, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 28px rgba(20, 43, 58, 0.09);
}

.acfly-aircraft-spec-panel > .wp-block-group__inner-container {
	display: grid;
	gap: 1.1rem;
}

.acfly-aircraft-data .acfly-aircraft-spec-panel h3 {
	margin: 0;
	color: #142b3a;
	font-size: 1.25rem;
}

.acfly-aircraft-spec-table {
	width: 100%;
	min-width: 0;
	overflow: visible;
}

body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table table {
	display: table;
	width: 100%;
	min-width: 0;
	margin: 0;
	overflow: visible;
	table-layout: fixed;
	border: 1px solid #d6e4eb;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
}

body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table th,
body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table td {
	min-width: 0;
	padding: 0.8rem 0.9rem;
	overflow-wrap: anywhere;
	border-bottom: 1px solid #dbe7ed;
	background: #fff;
	color: #1c3545;
	white-space: normal;
}

body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table th {
	width: 48%;
	color: #17384e;
	font-weight: 700;
	text-align: left;
}

body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table td {
	width: 52%;
	border-left: 1px solid #e4edf1;
	color: #345264;
}

body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table tr:nth-child(even) th,
body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table tr:nth-child(even) td {
	background: #edf4f7;
}

body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table tr:hover th,
body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table tr:hover td {
	background: #e4f1f7;
}

body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table tr:last-child th,
body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table tr:last-child td {
	border-bottom: 0;
}

.acfly-aircraft-card h3 a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

body:not(.home) .acfly-form-section > .wp-block-group__inner-container,
.acfly-form-section .acfly-form-embed {
	width: min(100%, 44rem);
	max-width: 44rem;
	margin-inline: auto;
}

.acfly-form-section .acfly-form-embed {
	margin: 1rem auto 0;
}

.acfly-form-section .wpforms-field-container {
	gap: 1rem;
}

.acfly-form-section .wpforms-field {
	margin: 0;
}

.acfly-form-section .wpforms-field-label,
.acfly-form-section .wpforms-field-sublabel {
	display: block;
	margin-bottom: 0.375rem;
	line-height: 1.4;
}

.acfly-form-section input:not([type="checkbox"]):not([type="hidden"]),
.acfly-form-section select,
.acfly-form-section textarea {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	min-height: 48px;
}

.acfly-form-section textarea {
	min-height: 9rem;
	resize: vertical;
}

.acfly-form-section button {
	min-height: 48px;
}

.acfly-form-section input[type="checkbox"] {
	box-sizing: border-box;
	flex: 0 0 22px;
	width: 22px !important;
	height: 22px !important;
	max-width: 22px;
	min-width: 22px;
	min-height: 22px;
}

.acfly-form-section .wpforms-field-gdpr-checkbox label {
	line-height: 1.5;
}

@media (max-width: 479px) {
	.acfly-form-section .wpforms-submit-container,
	.acfly-form-section button[type="submit"] {
		width: 100% !important;
	}
}

.acfly-news-query,
.acfly-news-query .wp-block-post-template {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

body:not(.home) .acfly-news-index > .wp-block-group__inner-container {
	width: 100%;
	max-width: 46rem;
	margin-inline: auto;
}

.acfly-news-index .acfly-news-query,
.acfly-news-index .acfly-news-query .wp-block-post-template {
	width: 100%;
	margin-inline: auto;
}

.acfly-news-card {
	padding: 1.3rem;
	border: 1px solid rgba(63, 182, 213, 0.18);
	border-radius: 8px;
	background: var(--acfly-box-gradient-soft);
}

.acfly-news-card > .wp-block-group__inner-container {
	display: grid;
	gap: 0.65rem;
}

.acfly-news-card h3,
.acfly-news-card p {
	margin: 0;
}

.acfly-news-archive-label {
	padding: 0.85rem 1rem;
	border-left: 4px solid var(--acfly-warm);
	background: rgba(202, 103, 2, 0.1);
}

.single-post article.single-entry > .entry-content-wrap {
	padding: clamp(1.5rem, 4vw, 2.75rem);
	border: 1px solid rgba(31, 111, 184, 0.18);
	border-radius: 0 0 8px 8px;
	background: linear-gradient(135deg, #fbfaf6 0%, #edf3f5 100%);
	box-shadow: 0 18px 38px rgba(0, 10, 16, 0.2);
	color: #263f4f;
}

.single-post .post-thumbnail .post-thumbnail-inner,
.single-post .post-thumbnail img {
	border-radius: 8px 8px 0 0;
}

.single-post .entry-taxonomies {
	display: none;
}

.single-post article.single-entry .entry-title {
	color: #102a3b;
	font-size: clamp(2rem, 5vw, 3.4rem);
	line-height: 1.08;
}

.single-post article.single-entry .entry-meta {
	color: #526b7a;
	font-weight: 650;
}

.single-post article.single-entry .entry-content,
.single-post article.single-entry .entry-content p,
.single-post article.single-entry .entry-content li {
	color: #263f4f;
	line-height: 1.75;
}

.single-post article.single-entry .entry-content a {
	color: #145f97;
	text-decoration-color: rgba(20, 95, 151, 0.62);
}

.single-post article.single-entry .acfly-news-archive-label {
	padding: 1rem 1.15rem;
	border: 1px solid #eccb9e;
	border-left: 4px solid #b95f09;
	border-radius: 0 6px 6px 0;
	background: #fff0dd;
	color: #52351f;
}

.single-post .post-navigation {
	margin-top: 2rem;
}

.single-post .post-navigation .nav-links {
	gap: 1rem;
}

.single-post .post-navigation a,
.single-post .post-navigation a:visited {
	display: block;
	height: 100%;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(63, 182, 213, 0.24);
	border-radius: 8px;
	background: #0b1b24;
	color: #e4f0f6;
}

.single-post .post-navigation a:hover,
.single-post .post-navigation a:focus-visible {
	border-color: rgba(63, 182, 213, 0.68);
	color: #f7fbff;
}

.single-post .post-navigation small,
.single-post .post-navigation .post-navigation-sub {
	color: #85d5eb;
}

.single-post .entry-related-title {
	color: #102a3b;
}

.single-post .entry-related .loop-entry {
	overflow: hidden;
	border: 1px solid rgba(63, 182, 213, 0.18);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(0, 10, 16, 0.18);
}

.single-post .entry-related .loop-entry .entry-content-wrap {
	height: 100%;
	padding: 1.3rem;
	background: #f4f7f8;
	color: #263f4f;
}

.single-post .entry-related .loop-entry .entry-title,
.single-post .entry-related .loop-entry .entry-title a {
	color: #102a3b;
}

.single-post .entry-related .loop-entry .entry-meta,
.single-post .entry-related .loop-entry .entry-summary,
.single-post .entry-related .loop-entry .entry-summary p {
	color: #4b6676;
}

.single-post .entry-related .loop-entry .entry-footer a {
	color: #145f97;
	font-weight: 700;
}

.single-post .splide[data-slider-dots="true"] {
	margin-bottom: 48px;
}

.single-post .splide .splide__pagination {
	bottom: -48px;
}

.single-post .splide .splide__pagination__page {
	position: relative;
	width: 44px;
	height: 44px;
	margin: 0;
	background: transparent;
	opacity: 1;
}

.single-post .splide .splide__pagination__page::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--splide-pagination-background);
	opacity: 0.25;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease-in-out;
}

.single-post .splide .splide__pagination__page.is-active::before {
	opacity: 0.75;
}

.single-post .splide .splide__pagination__page:hover::before,
.single-post .splide .splide__pagination__page:focus-visible::before {
	opacity: 1;
}

#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	width: min(1024px, calc(100% - 3rem)) !important;
	max-width: 1024px;
	margin: 0;
	margin-inline: auto;
	padding: 0;
	list-style: none;
	justify-content: initial !important;
}

#colophon .footer-navigation .footer-menu-container {
	display: block;
	width: 100% !important;
	margin-inline: auto;
}

#colophon .site-top-footer-inner-wrap,
#colophon .site-bottom-footer-inner-wrap {
	padding-top: 24px !important;
	padding-bottom: 16px !important;
}

#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu > li {
	text-align: left;
}

#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu > li > a {
	display: inline-flex;
	min-height: 36px;
	padding: 0 !important;
	align-items: center;
	color: #f7fbff !important;
	font-weight: 800;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.2em;
}

#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu .sub-menu {
	display: grid;
	position: static;
	inset: auto;
	width: auto;
	min-width: 0;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 1;
	visibility: visible;
	transform: none;
	box-shadow: none;
	background: transparent;
}

#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu .sub-menu a {
	display: inline-flex;
	min-height: 36px;
	padding: 0 !important;
	align-items: center;
	color: #e4f0f6 !important;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.2em;
}

#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu a:hover,
#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu a:focus-visible {
	color: #f7fbff !important;
	text-decoration: underline;
}

@media (max-width: 1024px) {
	body:not(.home) .acfly-hero--wyn .acfly-content-hero-media img {
		object-position: right bottom;
	}

	.acfly-aircraft-detail > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.acfly-aircraft-data-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.acfly-table-scroll {
		margin-inline: 0;
	}

	.acfly-sibling-nav ul,
	#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu {
		display: grid;
		grid-template-columns: 1fr;
	}

	#colophon .footer-navigation .footer-menu-container > ul.acfly-footer-menu {
		width: min(22rem, calc(100% - 2.5rem)) !important;
	}

	.acfly-breadcrumbs,
	.acfly-sibling-nav {
		width: calc(100% - 2.5rem);
	}

	body:not(.home) .acfly-hero--compact {
		min-height: 24rem;
		padding-block: 4.5rem 3rem;
	}

	.acfly-aircraft-spec-panel {
		padding: 1rem;
	}

	body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table th,
	body:not(.home) .acfly-aircraft-spec-panel .acfly-aircraft-spec-table td {
		padding: 0.72rem 0.65rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
