/**
 * 24/7 SOC (/why-bullziga/24-7-soc/) — live parity + equal section rhythm.
 */

.bz-soc-hero,
.bz-soc-people,
.bz-soc-how,
.bz-soc-threats,
.bz-soc-experts,
.bz-soc-mind,
.bz-soc-quotes,
.bz-soc-cta {
	--bz-soc-red: #aa3030;
	--bz-soc-red-hover: #922929;
	--bz-soc-wash: #f5f5f5;
	--bz-soc-strip: #f0eaea;
	padding-block: var(--bz-section-pad-y);
	padding-inline: 0;
	margin: 0;
}

.bz-soc-head {
	max-width: 46rem;
	margin: 0 auto 2rem;
	text-align: center;
}

.bz-soc-head h2,
.bz-soc-hero__copy h1,
.bz-soc-split__copy h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #111;
}

.bz-soc-head p,
.bz-soc-hero__copy p,
.bz-soc-split__copy p,
.bz-soc-caps p,
.bz-soc-threat__copy p {
	margin: 0 0 1rem;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #222;
}

.bz-soc-head p:last-child,
.bz-soc-hero__copy p:last-child,
.bz-soc-split__copy p:last-child {
	margin-bottom: 0;
}

.bz-soc-hero {
	background: #fff;
}

.bz-soc-hero__grid,
.bz-soc-split {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.75rem);
	align-items: center;
}

@media (min-width: 900px) {
	.bz-soc-hero__grid,
	.bz-soc-split {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.bz-soc-video {
	position: relative;
	overflow: hidden;
	border-radius: var(--bz-radius, 6px);
	background: #111;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.bz-soc-video__player {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #111;
	border: 0;
}

.bz-soc-experts__card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--bz-radius, 6px);
	object-fit: cover;
	background: #e8e8e8;
}

/* People + light stats strip */
.bz-soc-hero + .bz-soc-people {
	padding-block-start: var(--bz-section-pad-y-sm);
}

.bz-soc-people {
	background: #fff;
	padding-block-end: 0;
}

.bz-soc-people .bz-soc-head {
	text-align: center;
	margin-inline: auto;
}

.bz-soc-people__strip {
	margin-top: 1.5rem;
	padding-block: var(--bz-section-pad-y-sm);
	background: var(--bz-soc-strip);
	border-block: 1px solid #e4d4d4;
}

.bz-soc-stats__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
	.bz-soc-stats__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.bz-soc-stats__grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.bz-soc-stats__grid li {
	text-align: center;
	padding: 0.35rem 0.25rem;
}

.bz-soc-stats__grid strong {
	display: block;
	margin-bottom: 0.4rem;
	font-size: clamp(1.45rem, 2.4vw, 1.9rem);
	font-weight: 800;
	color: var(--bz-soc-red);
}

.bz-soc-stats__grid span {
	display: block;
	font-size: 0.8rem;
	line-height: 1.45;
	color: #444;
}

/* How Our SOC Gets it Done */
.bz-soc-how {
	background: var(--bz-soc-wash);
}

.bz-soc-caps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
	counter-reset: none;
}

@media (min-width: 700px) {
	.bz-soc-caps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.bz-soc-caps {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.bz-soc-caps li {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 1.35rem 1.2rem 1.4rem;
	background: #fff;
	border-top: 3px solid var(--bz-soc-red);
	box-shadow: none;
	border-radius: 0;
}

.bz-soc-caps__num {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--bz-soc-red);
}

.bz-soc-caps h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
	color: #111;
}

.bz-soc-caps p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #444;
}

.bz-soc-how__strip {
	margin-top: 2rem;
	padding: 1.35rem 1.5rem;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.bz-soc-people__roles {
	margin: 0 0 0.55rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #111;
}

.bz-soc-platform {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--bz-soc-red);
}

/* Threat tabs — pure CSS radios (no JS required) */
.bz-soc-threats {
	background: #fff;
}

.bz-soc-tabs {
	position: relative;
	z-index: 2;
}

.bz-soc-tabs__radio {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.bz-soc-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.25rem;
	position: relative;
	z-index: 5;
}

.bz-soc-tabs__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 auto;
	min-width: 7.5rem;
	border: 1px solid #a31820;
	background: #fff;
	color: #111;
	border-radius: 0.15rem;
	padding: 0.72rem 1.2rem;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	white-space: nowrap;
	user-select: none;
	pointer-events: auto;
}

.bz-soc-tabs__tab:hover {
	border-color: var(--bz-soc-red);
}

#bz-soc-tab-slashandgrab:checked ~ .bz-soc-tabs__nav label[for='bz-soc-tab-slashandgrab'],
#bz-soc-tab-foundation:checked ~ .bz-soc-tabs__nav label[for='bz-soc-tab-foundation'],
#bz-soc-tab-cleo:checked ~ .bz-soc-tabs__nav label[for='bz-soc-tab-cleo'],
#bz-soc-tab-crushftp:checked ~ .bz-soc-tabs__nav label[for='bz-soc-tab-crushftp'],
#bz-soc-tab-qakbot:checked ~ .bz-soc-tabs__nav label[for='bz-soc-tab-qakbot'],
#bz-soc-tab-kaseya:checked ~ .bz-soc-tabs__nav label[for='bz-soc-tab-kaseya'] {
	background: #a31820;
	border-color: #a31820;
	color: #fff;
}

.bz-soc-tabs__panels {
	display: grid;
	position: relative;
	z-index: 1;
}

.bz-soc-tabs__panel {
	/* Stack all panels in one cell so images stay fully sized and load */
	grid-area: 1 / 1;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	pointer-events: none;
}

#bz-soc-tab-slashandgrab:checked ~ .bz-soc-tabs__panels .bz-soc-tabs__panel--slashandgrab,
#bz-soc-tab-foundation:checked ~ .bz-soc-tabs__panels .bz-soc-tabs__panel--foundation,
#bz-soc-tab-cleo:checked ~ .bz-soc-tabs__panels .bz-soc-tabs__panel--cleo,
#bz-soc-tab-crushftp:checked ~ .bz-soc-tabs__panels .bz-soc-tabs__panel--crushftp,
#bz-soc-tab-qakbot:checked ~ .bz-soc-tabs__panels .bz-soc-tabs__panel--qakbot,
#bz-soc-tab-kaseya:checked ~ .bz-soc-tabs__panels .bz-soc-tabs__panel--kaseya {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}

.bz-soc-threat {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: center;
	margin-top: 0;
	padding: clamp(1.5rem, 3.5vw, 2.5rem);
	border: 0;
	border-radius: 0.35rem;
	background: #f2f2f2;
}

@media (min-width: 860px) {
	.bz-soc-threat {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.bz-soc-threat__media {
	min-width: 0;
	display: block !important;
	min-height: 14rem;
	border-radius: 0.25rem;
	background-color: #f7f7f7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bz-soc-threat__media img {
	display: block !important;
	width: 100%;
	height: auto;
	max-height: 22rem;
	object-fit: contain;
	object-position: center;
	background: transparent;
	border-radius: 0.25rem;
}

.bz-soc-threat__copy h3 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.45rem, 2.6vw, 1.85rem);
	font-weight: 800;
	color: #111;
}

.bz-soc-threat__meta {
	margin: 0 0 1rem !important;
	font-size: 0.95rem !important;
	font-weight: 500;
	color: #6b6b6b !important;
}

.bz-soc-threat__copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.7rem;
}

.bz-soc-threat__copy li {
	position: relative;
	padding-left: 1.15rem;
	font-size: 1rem;
	line-height: 1.55;
	color: #222;
}

.bz-soc-threat__copy li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--bz-soc-red);
}

@media (max-width: 859px) {
	.bz-soc-tabs__nav {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		padding-bottom: 0.15rem;
	}

	.bz-soc-threat__media {
		order: -1;
	}
}

.bz-soc-experts {
	background: var(--bz-soc-wash);
}

.bz-soc-experts__carousel {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
}

.bz-soc-experts__viewport {
	overflow: hidden;
	min-width: 0;
	width: 100%;
}

.bz-soc-experts__track {
	list-style: none;
	margin: 0;
	padding: 0.15rem 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform 0.35s ease;
	will-change: transform;
}

.bz-soc-experts__card {
	flex: 0 0 100%;
	min-width: 0;
	max-width: none;
	text-align: center;
	padding: 0.5rem 0.65rem;
	box-sizing: border-box;
}

@media (min-width: 700px) {
	.bz-soc-experts__card {
		flex-basis: 50%;
	}
}

@media (min-width: 1100px) {
	.bz-soc-experts__card {
		flex-basis: 33.333%;
	}
}

.bz-soc-experts__photo {
	width: min(100%, 16rem);
	aspect-ratio: 1;
	margin: 0 auto 0.85rem;
	border-radius: var(--bz-radius, 6px);
	background-color: #e8e8e8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.bz-soc-experts__photo img,
.bz-soc-experts__card img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center top;
	background: transparent;
}

.bz-soc-experts__card h3 {
	margin: 0 0 0.3rem;
	font-size: 1.1rem;
	font-weight: 800;
	color: #111;
}

.bz-soc-experts__card p {
	margin: 0;
	font-size: 0.92rem;
	color: #555;
}

.bz-soc-experts__nav {
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	border-radius: 50%;
	background: #111;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	z-index: 2;
	pointer-events: auto;
}

.bz-soc-experts__nav:hover:not(:disabled) {
	background: var(--bz-soc-red);
}

.bz-soc-experts__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.bz-soc-mind {
	background: #fff;
}

.bz-soc-mind__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 800px) {
	.bz-soc-mind__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
	}
}

.bz-soc-mind__card {
	margin: 0;
	min-width: 0;
}

.bz-soc-mind__card figure {
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff !important;
	border: 1px solid #e5e5e5;
	border-radius: var(--bz-radius, 6px);
	overflow: hidden;
	box-shadow: none;
}

.bz-soc-mind__media {
	min-height: 14rem;
	aspect-ratio: 4 / 3;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bz-soc-mind__card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 14rem;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	object-position: center;
	background: transparent !important;
	mix-blend-mode: normal;
}

.bz-soc-mind__card figcaption {
	margin: 0;
	padding: 0.9rem 1rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	color: #111;
	background: #f7f7f7;
	border-top: 3px solid var(--bz-soc-red);
}

.bz-soc-quotes {
	background: #fff;
}

.bz-soc-quotes .bz-soc-head {
	margin-bottom: 1.25rem;
}

.bz-soc-quotes__brand {
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 800;
	color: #000;
	letter-spacing: -0.015em;
}

.bz-soc-cta {
	background: #fff;
	padding-block: var(--bz-section-pad-y-sm) var(--bz-section-pad-y);
}

.bz-soc-quotes + .bz-soc-cta {
	padding-block-start: 0;
}

.bz-soc-cta__panel {
	display: grid;
	overflow: hidden;
	border-radius: 0.85rem;
	background: #000;
	box-shadow:
		0 14px 40px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(170, 48, 48, 0.18),
		0 18px 48px rgba(170, 48, 48, 0.18);
	min-height: clamp(22rem, 36vw, 28rem);
}

@media (min-width: 860px) {
	.bz-soc-cta__panel {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.bz-soc-cta__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 1.15rem;
	padding: clamp(2rem, 4.5vw, 3.25rem);
	background: #000;
	color: #fff;
	text-align: left;
}

.bz-soc-cta__copy h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
}

.bz-soc-cta__copy p {
	margin: 0;
	max-width: 32rem;
	font-size: 1.02rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

.bz-soc-cta__btn {
	align-self: flex-start;
	background: var(--bz-soc-red) !important;
	border-color: var(--bz-soc-red) !important;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 999px;
	text-transform: none;
	letter-spacing: 0.01em;
	margin-top: 0.35rem;
}

.bz-soc-cta__btn:hover {
	background: var(--bz-soc-red-hover) !important;
	border-color: var(--bz-soc-red-hover) !important;
	color: #fff !important;
}

.bz-soc-cta__media {
	min-height: 100%;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent 45%),
		var(--bz-soc-cta-bg, #222) center/cover no-repeat;
}

@media (max-width: 859px) {
	.bz-soc-cta__media {
		min-height: 16rem;
		order: -1;
	}
}
/*bz-pad*/







