/* =============================================
   Archive Services
   ============================================= */

.service-archive-banner {
	position: relative;
	padding: 110px 0 120px;
	background-color: #0b1320;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.service-archive-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 16, 34, 0.82) 0%, rgba(8, 16, 34, 0.72) 45%, rgba(8, 16, 34, 0.56) 100%);
}

.service-archive-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.service-archive-banner__title {
	margin: 0;
	font-size: clamp(36px, 3.2vw, 62px);
	line-height: 1.15;
	font-weight: 700;
	color: #fff;
}

.service-archive-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.92);
}

.service-archive-breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.service-archive-breadcrumbs .is-active {
	color: var(--at-accent);
}

.service-archive-content {
	padding: 72px 0 80px;
	background: #fff;
}

.service-archive-layout {
	display: grid;
	grid-template-columns: 340px minmax(0, 1fr);
	gap: 60px;
	align-items: start;
}

.service-side-card {
	background: #f7f8fb;
	padding: 34px 30px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
	margin-bottom: 34px;
}

.service-side-card__title {
	margin: 0;
	font-size: clamp(22px, 1.55vw, 34px);
	line-height: 1.2;
	font-weight: 700;
	color: #18233a;
	border-bottom: 0;
	padding-bottom: 0;
}

.service-side-card__lines {
	display: flex;
	gap: 10px;
	margin: 18px 0 28px;
}

.service-side-card__lines span {
	display: block;
	height: 3px;
	background: var(--at-accent);
}

.service-side-card__lines span:first-child {
	width: 20px;
}

.service-side-card__lines span:last-child {
	width: 42px;
}

.service-search-form input {
	width: 100%;
	height: 44px;
	padding: 0 18px;
	border: 1px solid #edf0f4;
	background: #fff;
	font-size: 16px;
	color: #1f2937;
	margin-bottom: 18px;
}

.service-search-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 150px;
	height: 50px;
	padding: 0 22px;
	border: 0;
	background: var(--at-button-bg);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.service-search-form button:hover {
	background: var(--at-button-bg-hover);
}

.service-side-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-side-list li {
	border-bottom: 1px dashed #8f97a6;
	padding: 0 0 16px;
	margin-bottom: 16px;
}

.service-side-list li:last-child {
	margin-bottom: 0;
}

.service-side-list a {
	color: #1c2740;
	text-decoration: none;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
}

.service-side-list a:hover {
	color: var(--at-accent);
}

.service-news-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.service-news-item {
	display: grid;
	grid-template-columns: 94px minmax(0, 1fr);
	gap: 16px;
}

.service-news-item__thumb {
	display: block;
	width: 94px;
	height: 94px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #dbe0e8;
}

.service-news-item__content h3 {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.55;
	font-weight: 700;
	padding-bottom: 14px;
	border-bottom: 1px dashed #8f97a6;
}

.service-news-item__content h3 a {
	text-decoration: none;
	color: #1b2540;
}

.service-news-item__content h3 a:hover {
	color: var(--at-accent);
}

.service-news-item__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 16px;
	color: #1f2937;
}

.service-news-item__meta span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.service-news-item__meta i {
	color: var(--at-accent);
}

.service-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
}

.service-tag-list a {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	background: #fff;
	color: #25314d;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.3;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.service-tag-list a:hover {
	background: var(--at-accent);
	color: #fff;
}

.service-archive-heading {
	margin-bottom: 28px;
}

.service-archive-heading h2,
.service-archive-heading p {
	margin: 0;
	color: #1b2540;
}

.service-archive-heading h2 {
	font-size: clamp(28px, 2.1vw, 42px);
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.service-archive-heading p {
	font-size: 24px;
	font-weight: 700;
}

.service-archive-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 38px 28px;
}

.service-archive-card {
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.service-archive-card__media-wrap {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.service-archive-card__media {
	display: block;
	width: 100%;
	padding-top: 73%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #d9dee5;
	transition: transform 0.3s ease;
}

.service-archive-card:hover .service-archive-card__media {
	transform: scale(1.03);
}

.service-archive-card__arrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--at-button-bg);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 24px;
	box-shadow: 0 10px 22px rgba(223, 32, 43, 0.34);
}

.service-archive-card__arrow:hover {
	background: var(--at-button-bg-hover);
}

.service-archive-card__body {
	padding: 22px 26px 28px;
}

.service-archive-card__body h3 {
	margin: 0 0 14px;
	font-size: clamp(24px, 1.6vw, 31px);
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 0;
	padding-bottom: 0;
}

.service-archive-card__body h3 a {
	text-decoration: none;
	color: #1c2740;
}

.service-archive-card__body h3 a:hover {
	color: var(--at-accent);
}

.service-archive-card__excerpt {
	font-size: 18px;
	line-height: 1.62;
	color: #596579;
}

.service-archive-empty {
	padding: 30px;
	background: #f7f8fb;
	font-size: 18px;
	color: #1b2540;
}

.service-archive-pagination {
	margin-top: 36px;
}

.service-archive-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.service-archive-pagination .page-numbers a,
.service-archive-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	text-decoration: none;
	background: #f7f8fb;
	color: #1b2540;
	font-weight: 600;
}

.service-archive-pagination .page-numbers .current,
.service-archive-pagination .page-numbers a:hover {
	background: var(--at-button-bg);
	color: #fff;
}

@media (max-width: 1200px) {
	.service-archive-layout {
		grid-template-columns: 300px minmax(0, 1fr);
		gap: 32px;
	}

	.service-archive-grid {
		gap: 28px 22px;
	}

	.service-archive-card__body {
		padding: 20px 20px 24px;
	}
}

@media (max-width: 991px) {
	.service-archive-banner {
		padding: 80px 0 90px;
	}

	.service-archive-banner__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.service-archive-layout {
		grid-template-columns: 1fr;
	}

	.service-archive-main {
		order: 1;
	}

	.service-archive-sidebar {
		order: 2;
	}
}

@media (max-width: 767px) {
	.service-archive-content {
		padding: 42px 0 56px;
	}

	.service-side-card {
		padding: 24px 20px;
		margin-bottom: 24px;
	}

	.service-archive-grid {
		grid-template-columns: 1fr;
	}

	.service-archive-card__arrow {
		width: 54px;
		height: 54px;
		right: 14px;
		bottom: 14px;
	}

	.service-search-form button {
		width: 100%;
	}

	.service-news-item {
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 14px;
	}

	.service-news-item__thumb {
		width: 84px;
		height: 84px;
	}
}