.ba-shell {
	max-width: 1180px;
	margin: 0 auto;
	padding: 24px 0 32px;
	color: #1f2933;
}

.ba-archive-layout,
.ba-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
	gap: 36px;
	align-items: start;
}

.ba-main,
.ba-sidebar {
	min-width: 0;
}

.ba-sidebar--archive {
	position: sticky;
	top: 24px;
	align-self: start;
}

.ba-hero {
	margin-bottom: 24px;
}

.ba-page-title {
	margin: 0 0 6px;
	font-size: clamp(2rem, 3.8vw, 2.75rem);
	line-height: 1.05;
	font-weight: 700;
	color: #13212e;
}

.ba-page-subtitle {
	margin: 0 0 18px;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	line-height: 1.4;
	color: #52606d;
	font-weight: 600;
}

.ba-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7280;
	font-weight: 700;
}

.ba-page-intro {
	max-width: 860px;
	color: #4b5563;
	font-size: 1rem;
	line-height: 1.8;
}

.ba-page-intro p {
	margin: 0 0 14px;
}

.ba-page-intro p:last-child {
	margin-bottom: 0;
}

.ba-page-intro--detail {
	max-width: 100%;
	margin-bottom: 26px;
}

.ba-search-panel,
.ba-sidebar-box,
.ba-card,
.ba-section,
.ba-empty-state {
	border-radius: 14px;
}

.ba-search-panel--hero {
	padding: 28px;
	margin-bottom: 28px;
	background: linear-gradient(135deg, #0f2e49 0%, #163f60 100%);
	box-shadow: 0 18px 40px rgba(15, 46, 73, 0.18);
}

.ba-search-form__intro h2 {
	margin: 0 0 8px;
	font-size: 1.45rem;
	line-height: 1.25;
	color: #f8fafc;
}

.ba-search-form__intro p {
	margin: 0;
	color: rgba(241, 245, 249, 0.92);
	line-height: 1.7;
}

.ba-search-form__controls {
	display: flex;
	gap: 14px;
	align-items: end;
	margin-top: 18px;
	flex-wrap: wrap;
}

.ba-search-form__field {
	flex: 1 1 380px;
	position: relative;
}

.ba-search-form label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.95rem;
	font-weight: 600;
	color: #e5edf5;
}

.ba-search-form input {
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid #d8e1e8;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font: inherit;
}

.ba-search-form input::placeholder {
	color: #6b7280;
}

.ba-search-form button,
.ba-more,
.ba-pagination__link,
.ba-sidebar-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ba-search-form button {
	border: 0;
	background: #df6b18;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(223, 107, 24, 0.24);
}

.ba-search-form button:hover,
.ba-search-form button:focus {
	background: #c65d12;
	color: #fff;
}

.ba-search-form__note {
	margin: 16px 0 0;
	color: rgba(241, 245, 249, 0.9);
	font-size: 0.95rem;
	line-height: 1.7;
}

.ba-search-form__status {
	margin: 10px 0 0;
	min-height: 1.2em;
	color: rgba(241, 245, 249, 0.9);
	font-size: 0.92rem;
	line-height: 1.5;
}

.ba-search-suggestions {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 20;
	background: #fff;
	border: 1px solid #d8e1e8;
	border-radius: 10px;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
	overflow: hidden;
}

.ba-search-suggestions[hidden] {
	display: none;
}

.ba-search-suggestions__item {
	display: block;
	padding: 12px 14px;
	text-decoration: none;
	color: #13212e;
	border-top: 1px solid #eef2f6;
	background: #fff;
}

.ba-search-suggestions__item:first-child {
	border-top: 0;
}

.ba-search-suggestions__item:hover,
.ba-search-suggestions__item:focus,
.ba-search-suggestions__item.is-active {
	background: #f8fafc;
	text-decoration: none;
}

.ba-search-suggestions__title {
	display: block;
	font-weight: 600;
	line-height: 1.45;
	color: #13212e;
}

.ba-search-suggestions__meta {
	display: block;
	margin-top: 3px;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #6b7280;
}

.ba-results-head {
	margin-bottom: 18px;
}

.ba-results-title {
	margin: 0 0 8px;
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	line-height: 1.25;
	color: #13212e;
}

.ba-results-count {
	margin: 0;
	color: #6b7280;
	font-size: 0.95rem;
}

.ba-card-list {
	display: grid;
	gap: 22px;
}

.ba-card {
	padding: 24px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.ba-card__header {
	margin-bottom: 14px;
}

.ba-card__title {
	margin: 0 0 10px;
	font-size: 1.5rem;
	line-height: 1.25;
}

.ba-card__title a {
	text-decoration: none;
	color: #13212e;
}

.ba-card__title a:hover,
.ba-back-link a:hover,
.ba-more:hover,
.ba-pagination__link:hover {
	text-decoration: underline;
}

.ba-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #52606d;
}

.ba-meta__item strong {
	color: #13212e;
	font-weight: 600;
	margin-right: 4px;
}

.ba-card__excerpt p,
.ba-richtext p {
	margin: 0;
	color: #374151;
	line-height: 1.8;
}

.ba-card__footer {
	margin-top: 18px;
}

.ba-more {
	background: #f3f6f8;
	color: #153a5b;
	border: 1px solid #d9e2ec;
}

.ba-more:hover,
.ba-more:focus {
	background: #e8eef3;
	color: #153a5b;
}

.ba-pagination {
	margin-top: 28px;
}

.ba-pagination__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
}

.ba-pagination__status {
	color: #52606d;
	font-size: 0.95rem;
}

.ba-pagination__links {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.ba-pagination__link {
	background: #fff;
	color: #153a5b;
	border: 1px solid #d9e2ec;
}

.ba-pagination__link:hover,
.ba-pagination__link:focus {
	background: #f8fafc;
	color: #153a5b;
}

.ba-sidebar {
	display: grid;
	gap: 18px;
}

.ba-sidebar-box {
	padding: 24px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.ba-sidebar-box h2 {
	margin: 0 0 12px;
	font-size: 1.15rem;
	line-height: 1.35;
	color: #13212e;
}

.ba-sidebar-box p {
	margin: 0 0 14px;
	color: #4b5563;
	line-height: 1.78;
}

.ba-sidebar-list {
	margin: 0 0 14px 18px;
	padding: 0;
	color: #4b5563;
	line-height: 1.75;
}

.ba-sidebar-list li {
	margin-bottom: 8px;
}

.ba-sidebar-link {
	background: #153a5b;
	color: #fff;
	border: 1px solid #153a5b;
}

.ba-sidebar-link:hover,
.ba-sidebar-link:focus {
	background: #0f2e49;
	border-color: #0f2e49;
	color: #fff;
	text-decoration: none;
}

.ba-back-link {
	margin: 0 0 22px;
}

.ba-back-link a {
	text-decoration: none;
	color: #153a5b;
	font-weight: 600;
}

.ba-entry__header {
	margin-bottom: 28px;
}

.ba-section {
	padding: 24px;
	margin-bottom: 22px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.ba-section--detail {
	margin-bottom: 26px;
}

.ba-section__title {
	margin: 0 0 18px;
	font-size: 1.3rem;
	line-height: 1.3;
	color: #13212e;
}

.ba-data-grid {
	display: grid;
	gap: 12px;
	margin: 0;
}

.ba-data-grid__row {
	display: grid;
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid #edf2f7;
}

.ba-data-grid__row:first-child {
	border-top: 0;
	padding-top: 0;
}

.ba-data-grid dt {
	margin: 0;
	font-weight: 700;
	color: #13212e;
}

.ba-data-grid dd {
	margin: 0;
	color: #374151;
	line-height: 1.7;
}

.ba-empty-state {
	padding: 28px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.ba-empty-state h2 {
	margin: 0 0 10px;
	font-size: 1.4rem;
	color: #13212e;
}

.ba-empty-state p {
	margin: 0;
	color: #4b5563;
	line-height: 1.7;
}

.ba-faq {
	margin-top: 28px;
}

.ba-faq__list {
	display: grid;
	gap: 22px;
}

.ba-faq__item {
	padding-top: 22px;
	border-top: 1px solid #edf2f7;
}

.ba-faq__item:first-child {
	padding-top: 0;
	border-top: 0;
}

.ba-faq__question {
	margin: 0 0 12px;
	font-size: 1.12rem;
	line-height: 1.45;
	color: #13212e;
}

.ba-faq__answer {
	color: #4b5563;
	line-height: 1.85;
}

.ba-faq__answer p {
	margin: 0 0 14px;
}

.ba-faq__answer p:last-child {
	margin-bottom: 0;
}

.ba-faq__answer ul {
	margin: 0 0 14px 22px;
	padding: 0;
}

.ba-faq__answer li {
	margin-bottom: 8px;
}

.ba-cta-panel {
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.ba-sidebar-link--cta {
	min-width: 220px;
}

.ba-search-panel--standalone {
	max-width: 860px;
}

.ba-article-ai {
	background: transparent;
}

.ba-entry > .ba-article-ai {
	margin-bottom: 26px;
}

.ba-detail-stack {
	display: grid;
	gap: 18px;
}

.ba-detail-block {
	border-radius: 18px;
	overflow: hidden;
}

.ba-detail-block--light {
	padding: 22px 24px;
	background: #fff;
	border: 1px solid #e8edf2;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ba-detail-block--light > :first-child {
	margin-top: 0;
}

.ba-detail-block--light > :last-child {
	margin-bottom: 0;
}

.ba-detail-block--light p,
.ba-detail-block--light li {
	line-height: 1.72;
}

.ba-richtext--ai {
	min-width: 0;
}

.ba-richtext--ai > :first-child {
	margin-top: 0;
}

.ba-richtext--ai > :last-child {
	margin-bottom: 0;
}

.ba-richtext--ai p,
.ba-richtext--ai li,
.ba-richtext--ai blockquote {
	color: #374151;
	line-height: 1.8;
}

.ba-richtext--ai p,
.ba-richtext--ai ul,
.ba-richtext--ai ol,
.ba-richtext--ai blockquote {
	margin: 0 0 16px;
}

.ba-richtext--ai ul,
.ba-richtext--ai ol {
	padding-left: 22px;
}

.ba-richtext--ai li + li {
	margin-top: 8px;
}

.ba-richtext--ai img,
.ba-richtext--ai table,
.ba-richtext--ai iframe {
	max-width: 100%;
}

.ba-richtext--ai table {
	display: block;
	overflow-x: auto;
	border-collapse: collapse;
}

.ba-richtext--ai > div,
.ba-richtext--ai > section,
.ba-richtext--ai > article {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ba-detail-block--light h2,
.ba-detail-block--light h3 {
	margin: 0 0 18px;
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 700;
	color: #13212e;
}

.ba-detail-block--cta {
	padding: 22px 24px;
	background: linear-gradient(135deg, #0f2e49 0%, #19476f 55%, #102a43 100%);
	box-shadow: 0 20px 46px rgba(15, 46, 73, 0.22);
	color: #fff;
}

.ba-detail-block--highlight {
	padding: 22px 24px;
	border-color: rgba(182, 80, 65, 0.32);
}

.ba-detail-block--highlight .ba-highlight-heading h2,
.ba-detail-block--highlight .ba-highlight-heading h3 {
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 700;
	margin: 0 0 18px;
	color: #B65041;
}

.ba-inline-highlight {
	padding: 0 !important;
	border: none !important;
	border-left: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.ba-inline-highlight p,
.ba-inline-highlight li {
	line-height: 1.72;
}

.ba-inline-highlight > section,
.ba-inline-highlight > div,
.ba-inline-highlight > article,
.ba-inline-highlight > .ba-richtext,
.ba-inline-highlight > .ba-section,
.ba-inline-highlight > .ba-card,
.ba-inline-highlight > .ba-panel,
.ba-inline-highlight > .ba-content,
.ba-inline-highlight > .ba-inner,
.ba-inline-highlight > .ba-body {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.ba-support-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
}

.ba-support-cta::before {
	content: "";
	position: absolute;
	inset: auto -40px -60px auto;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.ba-support-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff4c2;
	font-size: 2rem;
	font-weight: 800;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ba-support-cta__content {
	min-width: 0;
}

.ba-support-cta__eyebrow {
	margin: 0 0 8px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: rgba(226, 232, 240, 0.88);
}

.ba-support-cta__title {
	margin: 0 0 10px;
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
	line-height: 1.2;
	color: #fff;
}

.ba-support-cta__text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.72;
	color: rgba(241, 245, 249, 0.92);
}

.ba-support-cta__actions {
	display: flex;
	justify-content: flex-end;
}

.ba-support-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: #df6b18;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(223, 107, 24, 0.28);
}

.ba-support-cta__button:hover,
.ba-support-cta__button:focus {
	background: #c65d12;
	color: #fff;
}

.ba-entry > .ba-cta-panel {
	margin-top: 18px;
}

.ba-consultation-box .ba-button,
.ba-consultation-box a.button,
.ba-consultation-box .cta-button,
.ba-consultation-box .ba-sidebar-link--cta {
	margin-top: 18px;
}

@media (max-width: 960px) {
	.ba-archive-layout,
	.ba-layout {
		grid-template-columns: 1fr;
	}

	.ba-sidebar--archive {
		position: static;
	}

	.ba-support-cta {
		grid-template-columns: auto 1fr;
	}

	.ba-support-cta__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.ba-shell {
		padding: 18px 0 24px;
	}

	.ba-search-panel,
	.ba-sidebar-box,
	.ba-card,
	.ba-section,
	.ba-empty-state {
		border-radius: 12px;
	}

	.ba-card,
	.ba-section,
	.ba-search-panel,
	.ba-sidebar-box,
	.ba-empty-state {
		padding: 20px;
	}

	.ba-pagination__inner,
	.ba-search-form__controls,
	.ba-data-grid__row {
		display: block;
	}

	.ba-page-title {
		line-height: 1.12;
	}

	.ba-pagination__links {
		margin-top: 12px;
	}

	.ba-data-grid__row {
		padding: 12px 0;
	}

	.ba-data-grid dd {
		margin-top: 6px;
	}

	.ba-sidebar-link--cta {
		width: 100%;
	}

	.ba-detail-block--light {
		padding: 20px;
	}

	.ba-detail-block--cta {
		padding: 18px;
	}

	.ba-support-cta {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ba-support-cta__icon {
		width: 58px;
		height: 58px;
		font-size: 1.7rem;
	}

	.ba-support-cta__actions,
	.ba-support-cta__button {
		width: 100%;
	}
}
