/*
 * Government & Municipal vertical landing page.
 * Brand: Dark Blue #383b78, Red #ab2a34, Urbanist.
 */

/*
 * Row backgrounds set directly here rather than via Beaver Builder's row
 * bg_color setting -- cloned rows on this page weren't reliably generating
 * their background CSS, so this guarantees correctness independent of that.
 */
.fl-node-gov_cta_row > .fl-row-content-wrap {
	background-color: #383b78;
}

.fl-node-gov_fac_row > .fl-row-content-wrap,
.fl-node-gov_tech_row > .fl-row-content-wrap,
.fl-node-gov_related_row > .fl-row-content-wrap {
	background-color: #f7f4f4;
}

.asc-vp {
	font-family: 'Urbanist', sans-serif;
}

.asc-vp__section {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}

.asc-vp__section--center {
	text-align: center;
}

.asc-vp__eyebrow {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ab2a34;
	margin: 0 0 12px;
}

.asc-vp__title {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	color: #21223f;
	margin: 0 0 16px;
}

.asc-vp__lede {
	font-size: 18px;
	line-height: 1.7;
	color: #4b4d64;
	margin: 0 0 32px;
	max-width: 760px;
}

/* Hero */
.asc-vp-hero {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 48px;
	align-items: center;
}

.asc-vp-hero__eyebrow {
	color: #ab2a34;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.asc-vp-hero__title {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.15;
	color: #21223f;
	margin: 0 0 20px;
}

.asc-vp-hero__support {
	font-size: 18px;
	line-height: 1.7;
	color: #4b4d64;
	margin: 0 0 12px;
}

.asc-vp-hero__trust {
	font-size: 14px;
	color: #6b6d85;
	margin: 0 0 28px;
}

.asc-vp-hero__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.asc-vp-btn {
	display: inline-block;
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 15px 32px;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid transparent;
}

.asc-vp-btn--primary {
	background: #383b78;
	color: #fff;
}

.asc-vp-btn--ghost {
	background: transparent;
	color: #383b78;
	border-color: #383b78;
}

.asc-vp-hero__image {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
	box-shadow: 0 20px 50px rgba(33, 34, 63, 0.18);
}

/* Facilities grid */
.asc-vp-facilities {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.asc-vp-facility {
	text-align: center;
	padding: 24px 12px;
}

.asc-vp-facility__icon {
	width: 88px;
	height: 88px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(56, 59, 120, 0.08);
	color: #383b78;
}

.asc-vp-facility__icon svg {
	width: 44px;
	height: 44px;
}

.asc-vp-facility__label {
	font-weight: 600;
	font-size: 15px;
	color: #21223f;
}

/* Challenges list */
.asc-vp-challenges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 32px;
}

.asc-vp-challenge {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.asc-vp-challenge__mark {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ab2a34;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	margin-top: 2px;
}

.asc-vp-challenge__text {
	font-size: 16px;
	line-height: 1.6;
	color: #333446;
}

/* Technology solutions groups */
.asc-vp-tech-groups {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.asc-vp-tech-group__title {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #383b78;
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(56, 59, 120, 0.15);
}

.asc-vp-tech-item {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 15px;
	color: #333446;
}

.asc-vp-tech-item__star {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
}

/* Why ASC two-column */
.asc-vp-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.asc-vp-why__col {
	padding: 32px;
	border-radius: 10px;
}

.asc-vp-why__col--against {
	background: #f7f4f4;
}

.asc-vp-why__col--for {
	background: rgba(56, 59, 120, 0.06);
}

.asc-vp-why__col-title {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin: 0 0 18px;
	color: #21223f;
}

.asc-vp-why__item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.5;
}

.asc-vp-why__item-mark {
	flex: 0 0 auto;
	font-weight: 700;
}

.asc-vp-why__col--against .asc-vp-why__item-mark {
	color: #ab2a34;
}

.asc-vp-why__col--for .asc-vp-why__item-mark {
	color: #383b78;
}

/* Success story placeholder */
.asc-vp-success {
	display: flex;
	align-items: center;
	gap: 32px;
	background: #f7f4f4;
	border: 2px dashed rgba(56, 59, 120, 0.25);
	border-radius: 10px;
	padding: 40px;
	flex-wrap: wrap;
}

.asc-vp-success__icon {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(56, 59, 120, 0.1);
	color: #383b78;
	display: flex;
	align-items: center;
	justify-content: center;
}

.asc-vp-success__icon svg {
	width: 32px;
	height: 32px;
}

.asc-vp-success__text h3 {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #21223f;
	margin: 0 0 8px;
}

.asc-vp-success__text p {
	font-size: 15px;
	line-height: 1.6;
	color: #4b4d64;
	margin: 0;
}

/* Related solutions */
.asc-vp-related {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.asc-vp-related__link {
	display: block;
	text-align: center;
	padding: 20px 12px;
	border: 2px solid #e3e4ee;
	border-radius: 8px;
	text-decoration: none;
	color: #21223f;
	font-weight: 600;
	font-size: 14px;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.asc-vp-related__link:hover {
	border-color: #383b78;
	background: rgba(56, 59, 120, 0.05);
}

/* FAQ accordion (native details/summary, no JS needed) */
.asc-vp-faq {
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
}

.asc-vp-faq details {
	border-bottom: 1px solid #e3e4ee;
	padding: 18px 0;
}

.asc-vp-faq summary {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #21223f;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.asc-vp-faq summary::-webkit-details-marker {
	display: none;
}

.asc-vp-faq summary::after {
	content: '+';
	flex: 0 0 auto;
	font-size: 22px;
	color: #383b78;
	transition: transform 0.15s ease;
}

.asc-vp-faq details[open] summary::after {
	transform: rotate(45deg);
}

.asc-vp-faq p {
	font-size: 15px;
	line-height: 1.7;
	color: #4b4d64;
	margin: 12px 0 0;
}

/* Responsive */
@media (max-width: 900px) {
	.asc-vp-hero {
		grid-template-columns: 1fr;
	}

	.asc-vp-hero__title {
		font-size: 32px;
	}

	.asc-vp-facilities {
		grid-template-columns: repeat(3, 1fr);
	}

	.asc-vp-challenges {
		grid-template-columns: 1fr;
	}

	.asc-vp-tech-groups {
		grid-template-columns: 1fr;
	}

	.asc-vp-why {
		grid-template-columns: 1fr;
	}

	.asc-vp-related {
		grid-template-columns: repeat(2, 1fr);
	}

	.asc-vp-success {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.asc-vp__title {
		font-size: 28px;
	}

	.asc-vp-facilities {
		grid-template-columns: repeat(2, 1fr);
	}

	.asc-vp-related {
		grid-template-columns: 1fr 1fr;
	}
}
