.wkb-site-header,
.wkb-site-main,
.wkb-site-footer {
	max-width: 100%;
	min-width: 0;
}

.wkb-site-main {
	overflow-x: hidden;
}

@supports (overflow-x: clip) {
	.wkb-site-main {
		overflow-x: clip;
	}
}

.wkb-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wkb-container);
	min-width: 0;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.wkb-site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(221, 229, 238, 0.85);
	box-shadow: 0 8px 26px rgba(20, 50, 87, 0.05);
	position: sticky;
	top: 0;
	z-index: 100;
}

.wkb-header-inner {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: var(--wkb-header-height);
	min-width: 0;
}

.wkb-brand {
	flex: 0 0 auto;
}

.wkb-brand-text {
	display: grid;
	text-decoration: none;
}

.wkb-brand-main {
	color: var(--wkb-navy);
	font-size: 1.28rem;
	font-weight: 900;
	line-height: 1.25;
}

.wkb-brand-sub {
	color: var(--wkb-orange);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.wkb-primary-nav {
	justify-self: end;
	min-width: 0;
}

.wkb-menu,
.wkb-footer-menu,
.wkb-social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wkb-menu {
	align-items: center;
	display: flex;
	gap: 26px;
	min-width: 0;
}

.wkb-menu a {
	color: var(--wkb-navy);
	font-size: 0.96rem;
	font-weight: 700;
	text-decoration: none;
}

.wkb-header-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	min-width: 0;
}

.wkb-header-actions .wkb-button {
	font-size: 0.92rem;
	min-height: 46px;
	padding: 0.54rem 1.08rem;
	white-space: nowrap;
}

.wkb-menu a:hover {
	color: var(--wkb-orange);
}

.wkb-menu-toggle {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--wkb-border);
	border-radius: 999px;
	display: none;
	height: 44px;
	justify-content: center;
	margin-left: auto;
	padding: 0;
	width: 44px;
}

.wkb-menu-toggle__bar {
	background: var(--wkb-navy);
	border-radius: 999px;
	display: block;
	height: 2px;
	position: absolute;
	width: 18px;
}

.wkb-menu-toggle__bar:nth-child(1) {
	transform: translateY(-6px);
}

.wkb-menu-toggle__bar:nth-child(3) {
	transform: translateY(6px);
}

.wkb-section {
	padding: 74px 0;
}

.wkb-section--white {
	background: #ffffff;
}

.wkb-section--cool {
	background:
		linear-gradient(180deg, #f7fbff 0%, #fbfdff 34%, #ffffff 68%, #ffffff 100%);
}

.wkb-section--cream {
	background:
		linear-gradient(180deg, #fff6e4 0%, #fffaf1 62%, #ffffff 100%);
}

.wkb-section--warm {
	background:
		linear-gradient(180deg, #fff9ef 0%, #fffdf8 44%, #ffffff 100%);
}

.wkb-section--soft {
	background: linear-gradient(180deg, #fffaf0 0%, #f7fbff 100%);
}

.wkb-section--soft-blue {
	background:
		linear-gradient(180deg, #f7fbff 0%, #ffffff 58%, #fffaf0 100%);
}

.wkb-section--content {
	padding-top: 56px;
}

.wkb-section-heading {
	margin-bottom: 30px;
	max-width: 760px;
}

.wkb-section__head {
	margin-bottom: 30px;
	max-width: 760px;
}

.wkb-section-heading--row {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	max-width: none;
}

.wkb-section-heading--compact {
	margin-top: 56px;
}

.wkb-section-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wkb-split {
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.wkb-split--center {
	align-items: center;
}

.wkb-two-columns {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wkb-card-grid {
	display: grid;
	gap: 24px;
}

.wkb-grid {
	display: grid;
	gap: 24px;
}

.wkb-card-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wkb-card-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wkb-card-grid--5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 50px;
}

.wkb-news-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wkb-news-grid--archive {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wkb-site-footer {
	background:
		linear-gradient(180deg, #0d2744 0%, #0a1f37 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
	padding: 40px 0 22px;
}

.wkb-footer-inner {
	display: grid;
	gap: 38px;
	grid-template-columns: 1.3fr 1fr 1fr;
}

.wkb-footer-logo {
	color: #ffffff;
	font-size: 1.38rem;
	font-weight: 900;
	margin-bottom: 0.25rem;
}

.wkb-footer-brand p {
	line-height: 1.72;
	margin-bottom: 0.48rem;
	max-width: 360px;
}

.wkb-footer-project,
.wkb-footer-heading {
	color: var(--wkb-orange);
	font-weight: 800;
	margin-bottom: 0.4rem;
}

.wkb-footer-menu {
	display: grid;
	gap: 0.42rem;
}

.wkb-footer-menu a,
.wkb-footer-contact a,
.wkb-social-links a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.wkb-footer-contact__text {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.94rem;
	line-height: 1.75;
	margin-bottom: 0.65rem;
	max-width: 260px;
}

.wkb-footer-contact__link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	font-weight: 800;
	padding-bottom: 0.08rem;
}

.wkb-footer-menu a:hover,
.wkb-footer-contact a:hover,
.wkb-social-links a:hover {
	color: #ffffff;
}

.wkb-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 1rem;
}

.wkb-footer-copy {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	margin-top: 24px;
	padding-top: 16px;
}