/**
 * Διάταξη αρχικής σελίδας — κύριο site (index.php).
 */

.page-home {
	overflow-x: clip;
	--home-nav-clearance: calc(70px + 60px + var(--home-space-gap));
	--home-space-gap: clamp(1.3rem, 2.8vw, 1.9rem);
	--home-space-section: var(--home-space-gap);
	--home-space-section-loose: var(--home-space-gap);
	--home-space-head: clamp(1.4rem, 3vw, 1.9rem);
}

#main.main--home {
	padding: var(--home-nav-clearance) 0 0;
	padding-inline: 0;
	overflow-x: clip;
}

.home-layout {
	margin-top: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

.home-layout > * + * {
	margin-top: var(--home-space-gap);
}

.home-layout .home-hero-wrap,
.home-band--news > .central-div,
.home-band--links > .central-div {
	max-width: 1200px;
	margin-inline: auto;
	width: 100%;
	padding-inline: 1.25rem;
	box-sizing: border-box;
}

.home-layout .home-hero-wrap {
	margin-bottom: 0;
	padding-top: var(--home-space-gap);
	padding-bottom: 0;
}

.home-layout .homepage-section {
	margin-bottom: 0;
}

.home-layout .hero2-tiles {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}

/* Bands ------------------------------------------------------------------- */

.home-band {
	width: 100%;
	padding-block: var(--home-space-gap);
	box-sizing: border-box;
}

.home-band--bleed {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.home-band--labs {
	background: linear-gradient(180deg, #d2e8ea 0%, #deeff1 34%, #e8f4f6 68%, #eef6f8 100%);
}

.home-band--labs .home-section__kicker {
	color: #0f766e;
}

.home-band--labs .home-section__head--light {
	border-bottom-color: rgba(15, 118, 110, 0.2);
}

.home-band--labs .home-section__head {
	text-align: left;
	max-width: none;
}

.home-band--labs .home-section__lead {
	max-width: none;
}

.home-band--labs .home-tile {
	border-color: rgba(0, 51, 102, 0.08);
	box-shadow: none;
}

.hover-enabled .home-band--labs .home-tile:hover {
	box-shadow: none;
}

.home-band--ppg {
	background: linear-gradient(180deg, #e8f3f4 0%, #edf6f7 38%, #f2f9fa 72%, #f6fbfc 100%);
}

.home-band--ppg .home-section__kicker {
	color: #1d4ed8;
}

.home-band--ppg .home-section__head--light {
	border-bottom: 2px solid rgba(15, 118, 110, 0.2);
}

.home-band--ppg .home-section__head {
	text-align: right;
	max-width: none;
	margin-inline: auto;
}

.home-band--ppg .home-section__lead {
	max-width: 40rem;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}

.home-band--ppg .home-tiles__stage {
	padding-block: 0;
}

.home-band--ppg .home-ppg-tiles,
.home-band--ppg .home-ppg-tiles__scroll,
.home-band--ppg .home-ppg-tiles__row {
	background: transparent;
}

.home-band--ppg .home-tile {
	border-color: rgba(0, 51, 102, 0.08);
	box-shadow: none;
}

.hover-enabled .home-band--ppg .home-tile:hover {
	box-shadow: none;
}

.home-section__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.65rem 1rem;
	margin-bottom: 0.35rem;
}

.home-section__title-row .home-section__title {
	margin: 0;
}

.home-section__more {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #1d4ed8;
	text-decoration: none;
	white-space: nowrap;
}

.home-section__more:hover {
	color: #1e40af;
	text-decoration: underline;
}

.home-band--news {
	position: relative;
	z-index: 1;
	background: #ffffff;
}

.home-band--links {
	background: #ffffff;
}

/* Section headers --------------------------------------------------------- */

.home-section__head {
	margin-bottom: var(--home-space-head);
	padding-bottom: 0.6rem;
	border-bottom: 1px solid rgba(0, 51, 102, 0.1);
}

.home-section__head--light {
	border-bottom-color: rgba(0, 51, 102, 0.11);
}

.home-section__kicker {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0d9488;
	margin: 0 0 0.35rem;
}

.home-band--news .home-section__kicker {
	color: #1d4ed8;
}

.home-band--links .home-section__kicker {
	color: #0369a1;
}

.home-band--links .home-section__head {
	border-bottom-color: rgba(3, 105, 161, 0.14);
}

.home-section__title {
	font-size: clamp(1.22rem, 2.5vw, 1.6rem);
	font-weight: 700;
	color: #003366;
	margin: 0;
	line-height: 1.28;
	letter-spacing: -0.02em;
}

.home-section__lead {
	margin: 0.4rem 0 0;
	max-width: 42rem;
	color: #5b6b7c;
	font-size: 0.95rem;
	line-height: 1.5;
}

/* News row ---------------------------------------------------------------- */

.home-news-row {
	--bs-gutter-x: 1.75rem;
	--bs-gutter-y: 1.75rem;
}

.home-feed-col {
	min-width: 0;
}

@media (min-width: 1200px) {
	.home-feed-col--news {
		padding-right: clamp(0.65rem, 1.4vw, 1.15rem);
	}

	.home-feed-col--success {
		padding-left: clamp(0.65rem, 1.4vw, 1.15rem);
	}

	.home-feed-col--success .home-panel {
		position: relative;
	}

	.home-feed-col--success .home-panel::before {
		content: "";
		position: absolute;
		left: calc(-1 * clamp(0.65rem, 1.4vw, 1.15rem));
		top: 0.1rem;
		bottom: 0.1rem;
		width: 1px;
		background: linear-gradient(
			180deg,
			transparent 0%,
			rgba(0, 51, 102, 0.09) 16%,
			rgba(0, 51, 102, 0.11) 50%,
			rgba(0, 51, 102, 0.09) 84%,
			transparent 100%
		);
		pointer-events: none;
	}

	.home-feed-col--news .home-panel__head {
		padding-left: 0.55rem;
		border-left: 2px solid rgba(29, 78, 216, 0.28);
	}

	.home-feed-col--success .home-panel__head {
		padding-left: 0.55rem;
		border-left: 2px solid rgba(180, 83, 9, 0.3);
	}
}

@media (max-width: 767.98px) {
	.home-feed-col--news {
		padding-bottom: 0.15rem;
	}

	.home-feed-col--success {
		padding-top: 1.15rem;
		margin-top: 0.35rem;
		border-top: 1px solid rgba(0, 51, 102, 0.09);
	}

	.home-panel__head {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
		gap: 0.35rem 0.75rem;
		margin-bottom: 0.7rem;
		padding-bottom: 0.6rem;
	}

	.home-panel__head > div:first-child {
		flex: 1 1 12rem;
		min-width: 0;
	}

	.home-panel__kicker {
		margin-bottom: 0.15rem;
	}

	.home-panel__title {
		font-size: 1.02rem;
	}

	.home-panel__more {
		flex: 0 0 auto;
		margin-left: auto;
		font-size: 0.8rem;
	}

	.home-feed {
		gap: 0.5rem;
	}

	.home-feed__link {
		padding: 0.72rem 0.82rem;
	}
}

.home-eservices-col .homepage-section {
	margin-bottom: 0;
}

.home-eservices-drawer {
	min-width: 0;
}

.home-eservices-trigger {
	display: none;
	scroll-margin-top: 9.25rem;
}

.home-eservices-panel {
	min-width: 0;
}

/* Lab tiles (hero2-style scroller) ---------------------------------------- */

.home-tiles__stage {
	max-width: 1200px;
	margin-inline: auto;
	width: 100%;
	box-sizing: border-box;
}

.home-band--bleed .home-tiles__stage {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 1.25rem;
}

.home-band--labs .home-tiles__stage,
.home-band--ppg .home-tiles__stage {
	margin-top: 0;
}

.home-band--labs .home-labs-tiles,
.home-band--ppg .home-ppg-tiles {
	margin-top: var(--home-space-gap);
}

.home-labs-tiles,
.home-ppg-tiles {
	--home-tiles-gap: clamp(0.75rem, 1.4vw, 1rem);
	position: relative;
}

.home-labs-tiles {
	--home-labs-gap: var(--home-tiles-gap);
}

.home-ppg-tiles {
	--home-ppg-gap: var(--home-tiles-gap);
}

.home-labs-tiles--static,
.home-ppg-tiles--static {
	display: block;
}

.home-labs-tiles__scroll,
.home-ppg-tiles__scroll {
	overflow-x: hidden;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	min-width: 0;
}

.home-labs-tiles__scroll::-webkit-scrollbar,
.home-ppg-tiles__scroll::-webkit-scrollbar {
	height: 0;
}

.home-labs-tiles--overflow .home-labs-tiles__scroll,
.home-ppg-tiles--overflow .home-ppg-tiles__scroll {
	overflow-x: auto;
	padding-bottom: 6px;
}

.home-labs-tiles__row,
.home-ppg-tiles__row {
	display: flex;
	gap: var(--home-tiles-gap);
	flex-wrap: nowrap;
}

.home-labs-tiles__tile,
.home-ppg-tiles__tile {
	flex: 0 0 clamp(12rem, 17vw, 15.5rem);
	max-width: 15.5rem;
	min-width: 12rem;
}

.home-labs-tiles__controls,
.home-ppg-tiles__controls {
	display: none;
	pointer-events: auto;
}

.home-labs-tiles--overflow .home-labs-tiles__controls,
.home-ppg-tiles--overflow .home-ppg-tiles__controls {
	display: flex;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	z-index: 6;
}

.home-labs-tiles__controls--prev,
.home-ppg-tiles__controls--prev {
	left: 0.2rem;
}

.home-labs-tiles__controls--next,
.home-ppg-tiles__controls--next {
	right: 0.2rem;
}

.home-labs-tiles__btn,
.home-ppg-tiles__btn {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 1px solid rgba(0, 51, 102, 0.1);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(4px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #003366;
	font-size: 1.15rem;
	box-shadow: 0 2px 10px rgba(15, 34, 58, 0.08);
	opacity: 0.9;
}

.hover-enabled .home-labs-tiles__btn,
.hover-enabled .home-ppg-tiles__btn {
	transition: opacity 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hover-enabled .home-labs-tiles__btn:hover,
.hover-enabled .home-ppg-tiles__btn:hover {
	opacity: 1;
	box-shadow: 0 4px 14px rgba(15, 34, 58, 0.12);
	transform: translateY(-1px);
}

.home-tile {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	background: #ffffff;
	border: 1px solid rgba(0, 51, 102, 0.09);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(15, 34, 58, 0.06);
	color: inherit;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hover-enabled .home-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(15, 34, 58, 0.11);
	border-color: rgba(0, 87, 183, 0.2);
	color: inherit;
}

.home-tile__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #e8edf3;
	overflow: hidden;
}

.home-tile__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-tile__body {
	display: grid;
	gap: 0.35rem;
	padding: 0.85rem 0.95rem 1rem;
	flex: 1;
}

.home-tile__title {
	font-size: 0.86rem;
	font-weight: 700;
	color: #003366;
	line-height: 1.35;
}

.home-tile__text {
	font-size: 0.78rem;
	color: #5b6b7c;
	line-height: 1.45;
}

/* Modern-style links ------------------------------------------------------ */

.home-links__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.home-link-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.1rem;
	background: #f8fafc;
	border: 1px solid rgba(0, 51, 102, 0.09);
	border-radius: 0.95rem;
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hover-enabled .home-link-card:hover {
	transform: translateX(4px);
	background: #ffffff;
	border-color: rgba(0, 87, 183, 0.18);
	box-shadow: 0 10px 24px rgba(15, 34, 58, 0.07);
	color: inherit;
}

.home-link-card__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: rgba(13, 148, 136, 0.12);
	color: #0d9488;
	font-size: 1.25rem;
}

.home-link-card__text {
	flex: 1;
	min-width: 0;
	display: grid;
	gap: 0.15rem;
}

.home-link-card__title {
	font-weight: 700;
	color: #003366;
	font-size: 0.95rem;
	line-height: 1.3;
}

.home-link-card__desc {
	color: #64748b;
	font-size: 0.84rem;
	line-height: 1.4;
}

.home-link-card__arrow {
	flex-shrink: 0;
	color: #94a3b8;
	font-size: 1.15rem;
}

/* Faculty CTA ------------------------------------------------------------- */

.home-cta__inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: flex-start;
	padding: clamp(1.35rem, 2.8vw, 2rem);
	border-radius: 1.15rem;
	background: linear-gradient(135deg, #0c3d6e 0%, #1d4ed8 52%, #0d9488 100%);
	color: #fff;
	box-shadow: 0 18px 42px rgba(15, 34, 58, 0.14);
}

.home-cta__title {
	margin: 0 0 0.45rem;
	font-size: clamp(1.2rem, 2.6vw, 1.65rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.home-cta__lead {
	margin: 0;
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	line-height: 1.55;
}

.home-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.65rem 1.15rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	backdrop-filter: blur(6px);
	transition: background 0.2s ease, transform 0.2s ease;
}

.hover-enabled .home-cta__btn:hover {
	background: rgba(255, 255, 255, 0.24);
	transform: translateY(-1px);
	color: #fff;
}

/* News panels (modern-inspired) ------------------------------------------- */

.home-panel {
	min-width: 0;
}

.home-panel__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.85rem;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(0, 51, 102, 0.08);
}

.home-panel__kicker {
	margin: 0 0 0.3rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0d9488;
}

.home-panel--news .home-panel__kicker {
	color: #1d4ed8;
}

.home-panel--success .home-panel__kicker {
	color: #b45309;
}

.home-panel--news .home-panel__head {
	border-bottom-color: rgba(29, 78, 216, 0.12);
}

.home-panel--success .home-panel__head {
	border-bottom-color: rgba(180, 83, 9, 0.14);
}

.home-panel__title {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 700;
	color: #003366;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.home-panel__more {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #1d4ed8;
	text-decoration: none;
	white-space: nowrap;
}

.home-panel__more:hover {
	color: #1e40af;
}

.home-panel--success .home-panel__more {
	color: #b45309;
}

.home-panel--success .home-panel__more:hover {
	color: #92400e;
}

.home-feed {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.home-feed__link {
	display: grid;
	gap: 0.2rem;
	padding: 0.8rem 0.9rem;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 0.85rem;
	color: inherit;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hover-enabled .home-feed__link:hover {
	background: #ffffff;
	border-color: rgba(29, 78, 216, 0.2);
	box-shadow: 0 6px 18px rgba(15, 34, 58, 0.06);
	color: inherit;
}

.home-panel--success .home-feed__link:hover,
.hover-enabled .home-panel--success .home-feed__link:hover {
	border-color: rgba(180, 83, 9, 0.22);
}

.home-feed__link--success {
	grid-template-columns: 3.25rem 1fr;
	align-items: center;
	gap: 0.75rem;
}

.home-feed__thumb {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 0.6rem;
	object-fit: cover;
	background: #eef2f7;
}

.home-feed__body {
	display: grid;
	gap: 0.15rem;
	min-width: 0;
}

.home-feed__cat {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1d4ed8;
}

.home-feed__title {
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.42;
	color: #334155;
}

.home-feed__date {
	font-size: 0.78rem;
	color: #64748b;
}

.home-empty {
	margin: 0;
	padding: 1rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.65);
	border: 1px dashed rgba(0, 51, 102, 0.12);
	color: #64748b;
	font-size: 0.88rem;
	text-align: center;
}

/* e-Υπηρεσίες (modern-inspired) ------------------------------------------- */

.home-eservices {
	min-width: 0;
}

.home-eservices__card {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(0, 51, 102, 0.08);
	border-radius: 1rem;
	box-shadow: 0 8px 24px rgba(15, 34, 58, 0.05);
	overflow: hidden;
}

.home-eservices__head {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.95rem 1rem 0.85rem;
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.07) 0%, rgba(255, 255, 255, 0.95) 72%);
	border-bottom: 1px solid rgba(0, 51, 102, 0.07);
}

.home-eservices__icon {
	flex: 0 0 auto;
	width: 2.35rem;
	height: 2.35rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.7rem;
	background: #1d4ed8;
	color: #fff;
	font-size: 1.15rem;
	box-shadow: 0 6px 16px rgba(29, 78, 216, 0.2);
}

.home-eservices__title {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.25;
	color: #003366;
	letter-spacing: -0.02em;
}

.home-eservices__lead {
	margin: 0.25rem 0 0;
	color: #64748b;
	font-size: 0.76rem;
	line-height: 1.45;
}

.home-eservices__list {
	list-style: none;
	margin: 0;
	padding: 0.4rem;
	display: grid;
	gap: 0.15rem;
}

.home-eservices__link {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0.65rem;
	align-items: center;
	padding: 0.55rem 0.6rem;
	border-radius: 0.7rem;
	color: inherit;
	text-decoration: none;
	transition: background 0.18s ease, transform 0.18s ease;
}

.hover-enabled .home-eservices__link:hover {
	background: rgba(29, 78, 216, 0.06);
	transform: translateX(2px);
	color: inherit;
}

.home-eservices__logo {
	width: 2.15rem;
	height: 2.15rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.55rem;
	background: #f8fafc;
	border: 1px solid rgba(0, 51, 102, 0.06);
	overflow: hidden;
}

.home-eservices__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.2rem;
}

.home-eservices__logo i {
	font-size: 1.1rem;
	color: #1d4ed8;
}

.home-eservices__text {
	display: grid;
	gap: 0.1rem;
	min-width: 0;
}

.home-eservices__name {
	font-size: 0.82rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

.home-eservices__desc {
	font-size: 0.72rem;
	color: #64748b;
	line-height: 1.35;
}

.home-eservices__external {
	font-size: 0.95rem;
	color: #94a3b8;
	opacity: 0;
	transition: opacity 0.18s ease;
}

.hover-enabled .home-eservices__link:hover .home-eservices__external {
	opacity: 1;
}

/* Responsive -------------------------------------------------------------- */

@media (min-width: 640px) {
	.home-links__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.home-layout .hero2-tile-col {
		flex: 0 0 calc(50% - (var(--hero2-gap) * 0.5));
		max-width: calc(50% - (var(--hero2-gap) * 0.5));
	}
}

@media (max-width: 767.98px) {
	.page-home {
		--home-nav-clearance: calc(70px + 60px + var(--home-space-gap));
		--home-space-gap: 1.1rem;
		--home-space-section: var(--home-space-gap);
		--home-space-section-loose: var(--home-space-gap);
		--home-space-head: 1.3rem;
	}

	.home-layout .home-hero-wrap,
	.home-tiles__stage,
	.home-band--news > .central-div,
	.home-band--links > .central-div {
		padding-inline: 1.25rem;
		box-sizing: border-box;
	}

	.home-band--bleed {
		width: 100%;
		max-width: 100%;
	}

	.home-hero-wrap {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.home-layout .hero2-tiles {
		margin-top: 0;
		margin-bottom: 0;
	}

	.home-layout .hero2-tiles-scroll {
		padding-right: 0;
	}

	.home-layout .hero2-tiles-scroll::after {
		display: none;
	}

	.home-news-row {
		--bs-gutter-x: 1rem;
		--bs-gutter-y: 1.15rem;
	}

	.home-labs-tiles__tile,
	.home-ppg-tiles__tile {
		flex: 0 0 clamp(11rem, 72vw, 14.5rem);
		max-width: 14.5rem;
		min-width: 11rem;
	}

	.home-labs-tiles__controls--prev,
	.home-ppg-tiles__controls--prev {
		left: 0.05rem;
	}

	.home-labs-tiles__controls--next,
	.home-ppg-tiles__controls--next {
		right: 0.05rem;
	}

	.home-link-card {
		padding: 0.9rem 1rem;
	}

	.home-cta__inner {
		padding: 1.15rem 1rem;
	}
}

@media (max-width: 1199.98px) {
	.home-eservices-col {
		margin-bottom: 0.1rem;
	}

	.home-eservices-trigger {
		display: grid;
		grid-template-columns: auto 1fr auto;
		gap: 0.85rem;
		align-items: center;
		width: 100%;
		padding: 0.95rem 1rem;
		border: 1px solid rgba(0, 51, 102, 0.1);
		border-radius: 1rem;
		background: linear-gradient(135deg, rgba(29, 78, 216, 0.08) 0%, rgba(255, 255, 255, 0.98) 68%);
		box-shadow: 0 8px 22px rgba(15, 34, 58, 0.06);
		color: inherit;
		text-align: left;
		cursor: pointer;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	}

	.home-eservices-trigger:focus-visible {
		outline: 2px solid rgba(29, 78, 216, 0.45);
		outline-offset: 2px;
	}

	.home-eservices-drawer.is-open .home-eservices-trigger {
		border-color: rgba(29, 78, 216, 0.22);
		box-shadow: 0 10px 26px rgba(15, 34, 58, 0.08);
	}

	.home-eservices-trigger__icon {
		width: 2.5rem;
		height: 2.5rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.75rem;
		background: #1d4ed8;
		color: #fff;
		font-size: 1.2rem;
		box-shadow: 0 6px 16px rgba(29, 78, 216, 0.22);
	}

	.home-eservices-trigger__text {
		display: grid;
		gap: 0.2rem;
		min-width: 0;
	}

	.home-eservices-trigger__title {
		font-size: 0.98rem;
		font-weight: 700;
		line-height: 1.25;
		color: #003366;
		letter-spacing: -0.02em;
	}

	.home-eservices-trigger__lead {
		font-size: 0.76rem;
		line-height: 1.45;
		color: #64748b;
	}

	.home-eservices-trigger__chevron {
		font-size: 1.35rem;
		color: #1d4ed8;
		transition: transform 0.25s ease;
	}

	.home-eservices-drawer.is-open .home-eservices-trigger__chevron {
		transform: rotate(180deg);
	}

	.home-eservices-panel {
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		transform: translateY(-0.35rem);
		transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, margin-top 0.25s ease;
	}

	.home-eservices-drawer.is-open .home-eservices-panel {
		margin-top: 0.75rem;
		opacity: 1;
		transform: translateY(0);
	}

	.home-eservices-drawer .home-eservices__head {
		display: none;
	}
}

@media (max-width: 479.98px) {
	.home-labs-tiles__tile,
	.home-ppg-tiles__tile {
		flex: 0 0 88%;
		max-width: 16.5rem;
	}
}

@media (min-width: 1400px) {
	.home-labs-tiles:not(.home-labs-tiles--overflow) .home-labs-tiles__tile,
	.home-ppg-tiles:not(.home-ppg-tiles--overflow) .home-ppg-tiles__tile {
		flex: 1 1 0;
		max-width: none;
		min-width: 12rem;
	}
}

@media (min-width: 1200px) {
	.home-band--labs .home-section__lead {
		white-space: nowrap;
	}

	.home-band--ppg .home-section__lead {
		max-width: none;
	}

	.home-eservices-trigger {
		display: none !important;
	}

	.home-eservices-panel {
		display: block !important;
		max-height: none !important;
		opacity: 1 !important;
		transform: none !important;
		margin-top: 0 !important;
		overflow: visible;
	}

	.home-eservices-panel[hidden] {
		display: block !important;
	}

	.home-news-row {
		--bs-gutter-x: 2.25rem;
		--bs-gutter-y: 2rem;
	}

	.home-eservices-col .home-eservices {
		position: sticky;
		top: 6.75rem;
	}

	.home-cta__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}
