/* ============================================
   McAfee About Template
   Hero mirrors .careers-hero-section.
   ============================================ */

.mcafee-about {
	font-family: 'Nunito', sans-serif;
	color: #2b2b2b;
	background: #fff;
}

.about-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- Hero (matches careers-hero-section via shared classes) ---------- */
.about-hero-section {
	position: relative;
	/* Restore the header buffer (clobbered if we used `padding: 0` here) and
	 * give the badge/title 100px of breathing room below the bars so they
	 * don't read as "under the menu". */
	padding: calc(var(--mc-header-h) + 100px) 0 0;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height: 575px;
	display: flex;
	align-items: center;
}

.about-hero-section > * {
	position: relative;
	z-index: 2;
	width: 100%;
}

.about-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.about-hero-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 60px 20px;
}

.about-hero-badge {
	display: inline-block;
	padding: 8px 25px;
	background: #eb1c29;
	color: #fff;
	border-radius: 25px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.about-hero-title {
	font-size: 52px;
	font-weight: 800;
	color: #ffffff !important;
	margin: 0 0 20px;
	line-height: 1.2;
	font-family: 'Nunito', sans-serif;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-hero-subtitle {
	font-size: 20px;
	color: #ffffff !important;
	margin: 0 auto 40px;
	max-width: 780px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 1.6;
}

.about-hero-jump {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	max-width: 800px;
	margin: 0 auto;
}

.about-hero-jump__link {
	display: inline-block;
	padding: 8px 18px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff !important;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.about-hero-jump__link:hover {
	background: #eb1c29;
	border-color: #eb1c29;
}

/* ---------- Shared section bits ---------- */
.about-eyebrow {
	display: inline-block;
	padding: 6px 18px;
	background: rgba(235, 28, 41, 0.1);
	color: #eb1c29;
	border-radius: 999px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.about-eyebrow--on-dark {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.about-section-title {
	font-size: 36px;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0 0 16px;
	line-height: 1.2;
}

.about-section-title--on-dark {
	color: #fff;
}

.about-section-intro {
	font-size: 17px;
	line-height: 1.7;
	color: #555;
	max-width: 780px;
	margin: 0 auto;
}

.about-section-intro--on-dark {
	color: rgba(255, 255, 255, 0.92);
}

.about-section-head {
	text-align: center;
	margin-bottom: 50px;
}

/* ---------- Stats strip ---------- */
.about-stats {
	background: #f7f8fa;
	padding: 48px 20px;
	border-bottom: 1px solid #ececec;
	scroll-margin-top: 160px;
}

.about-stats__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 28px;
	text-align: center;
}

.about-stat__num {
	font-size: 44px;
	font-weight: 800;
	color: #eb1c29;
	line-height: 1.1;
	margin-bottom: 6px;
	font-variant-numeric: tabular-nums;
}

.about-stat__label {
	font-size: 14px;
	font-weight: 600;
	color: #444;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

/* ---------- Story ---------- */
.about-story {
	padding: 80px 0;
	scroll-margin-top: 160px;
}

.about-story__inner {
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr;
	align-items: center;
}

.about-story__inner--has-image {
	grid-template-columns: 1.4fr 1fr;
}

.about-story__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.25);
	display: block;
}

.about-prose {
	font-size: 17px;
	line-height: 1.75;
	color: #444;
	max-width: 640px;
}

.about-prose p { margin: 0 0 16px; }
.about-prose p:last-child { margin-bottom: 0; }
.about-prose a { color: #eb1c29; text-decoration: underline; }

/* ---------- Values ---------- */
.about-values {
	background: #fafafa;
	padding: 80px 0;
	scroll-margin-top: 160px;
}

.about-values__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.about-value-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	padding: 32px 26px;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-value-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.18);
	border-color: rgba(235, 28, 41, 0.4);
}

.about-value-card__icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(235, 28, 41, 0.1);
	color: #eb1c29;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 18px;
}

.about-value-card__title {
	font-size: 20px;
	font-weight: 800;
	color: #1a1a1a;
	margin: 0 0 10px;
}

.about-value-card__copy {
	font-size: 15px;
	color: #555;
	line-height: 1.6;
	margin: 0;
}

/* ---------- The McAfee Difference (dark band) ---------- */
.about-diff {
	background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
	padding: 80px 20px;
	color: #fff;
	scroll-margin-top: 160px;
}

.about-diff__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	max-width: 1080px;
	margin: 0 auto;
}

.about-diff__item {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 20px 22px;
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.about-diff__check {
	color: #eb1c29;
	flex-shrink: 0;
	margin-top: 2px;
}

.about-diff__title {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 6px;
	color: #fff;
}

.about-diff__copy {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.55;
	margin: 0;
}

/* ---------- Service Area ---------- */
.about-area {
	padding: 80px 0;
	scroll-margin-top: 160px;
}

.about-area__cities {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	max-width: 900px;
	margin: 0 auto;
}

.about-area__city {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 12px 16px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #2b2b2b;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.about-area__city:hover {
	border-color: #eb1c29;
	color: #eb1c29;
	background: rgba(235, 28, 41, 0.04);
}

/* ---------- Final CTA ---------- */
.about-final-cta {
	background: linear-gradient(135deg, #b81621 0%, #eb1c29 100%);
	padding: 70px 20px;
	color: #fff;
	text-align: center;
}

.about-final-cta__title {
	font-size: 36px;
	font-weight: 800;
	margin: 0 0 14px;
	color: #fff !important;
	line-height: 1.2;
}

.about-final-cta__copy {
	font-size: 18px;
	line-height: 1.6;
	max-width: 720px;
	margin: 0 auto 30px;
	color: #fff;
}

.about-final-cta__actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.about-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none !important;
	transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease;
	border: 2px solid transparent;
}

.about-btn--white {
	background: #fff;
	color: #eb1c29 !important;
}

.about-btn--white:hover {
	transform: translateY(-2px);
	background: #1a1a1a;
	color: #fff !important;
}

.about-btn--outline {
	background: transparent;
	color: #fff !important;
	border-color: #fff;
}

.about-btn--outline:hover {
	background: #fff;
	color: #eb1c29 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
	.about-story__inner--has-image {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.about-hero-section {
		min-height: 520px;
	}

	.about-hero-title {
		font-size: 34px;
	}

	.about-hero-subtitle {
		font-size: 16px;
	}

	.about-section-title,
	.about-final-cta__title {
		font-size: 28px;
	}

	.about-stat__num {
		font-size: 34px;
	}

	.about-story,
	.about-values,
	.about-diff,
	.about-area {
		padding: 56px 0;
	}

	.about-final-cta {
		padding: 50px 20px;
	}
}
