/* ==========================================================================
   Powerblanket Custom Page — Styles for sections NOT in powerblanket-common.css
   ========================================================================== */


/* ==========================================================================
   VALUE PROPS SECTION
   ========================================================================== */
.powerblanket .pb-valueprops {
	background: #fff;
	padding: 80px 0;
	text-align: center;
}

.pb-valueprops__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	line-height: 45px;
	max-width: 750px;
	margin: 0 auto 20px;
}

.pb-valueprops__desc {
	font-size: 16px;
	font-weight: 400;
	color: #555;
	line-height: 26px;
	max-width: 649px;
	margin: 0 auto 48px;
}

.pb-valueprops__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	text-align: left;
}

.pb-valueprop {
	background: #f8f9fa;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 32px;
}

.pb-valueprop svg {
	flex-shrink: 0;
}

.pb-valueprop h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 20px 0 0;
}

.pb-valueprop p {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	line-height: 22.75px;
	max-width: 210px;
	margin: 12px 0 0;
}


/* ==========================================================================
   BEYOND PIPES AND VALVES SECTION
   ========================================================================== */
.powerblanket .pb-beyond {
	background: #fff;
	border-top: 1px solid #e8e8e8;
	padding: 81px 0 80px;
}

.pb-beyond__row {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}

.pb-beyond__text {
	flex: 1;
	max-width: 592px;
}

.pb-beyond__text h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	line-height: 45px;
	max-width: 545px;
	margin: 0;
}

.pb-beyond__text > p {
	font-size: 16px;
	font-weight: 400;
	color: #555;
	line-height: 26px;
	max-width: 580px;
	margin: 20px 0 0;
}

.pb-beyond__list {
	list-style: none;
	padding: 0;
	margin: 24px 0 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pb-beyond__list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
}

.pb-beyond__list li svg {
	flex-shrink: 0;
	margin-top: 4px;
}

.pb-beyond__grid {
	width: 592px;
	flex-shrink: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.pb-beyond__img {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.pb-beyond__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* ==========================================================================
   HOW CUSTOM WORKS / PROCESS SECTION
   ========================================================================== */
.powerblanket .pb-process {
	background: #f5f5f5;
	padding: 80px 0;
}

.pb-process__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	text-align: center;
	margin: 0 0 56px;
}

.pb-timeline {
	display: flex;
	justify-content: space-between;
	position: relative;
}

/* Red connecting line behind the circles */
.pb-timeline::before {
	content: '';
	position: absolute;
	top: 36px;
	left: 36px;
	right: 36px;
	height: 2px;
	background: rgba(218, 41, 28, 0.2);
	z-index: 0;
}

.pb-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 233px;
	position: relative;
	z-index: 1;
}

.pb-step__circle {
	width: 72px;
	height: 72px;
	background: #da291c;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.pb-step h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	text-align: center;
	margin: 16px 0 0;
}

.pb-step p {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	text-align: center;
	max-width: 160px;
	line-height: 22.75px;
	margin: 8px 0 0;
}

/* Info box below timeline */
.pb-process__infobox {
	max-width: 672px;
	margin: 40px auto 0 auto;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 33px;
}

.pb-process__infobox h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 16px;
}

.pb-process__checklist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pb-process__checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	line-height: 20px;
}

.pb-process__checklist li svg {
	flex-shrink: 0;
	margin-top: 2px;
}


/* ==========================================================================
   DARK CTA BANNER (HAZARD)
   ========================================================================== */
.powerblanket .pb-hazard {
	background: #35373e;
	padding: 64px 0;
	display: flex;
	align-items: center;
}

.pb-hazard .pb-container {
	width: 100%;
}

.pb-hazard__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.pb-hazard__heading {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pb-hazard__heading svg {
	flex-shrink: 0;
}

.pb-hazard__heading h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.pb-hazard__text > p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
	line-height: 26px;
	max-width: 655px;
	margin: 16px 0 0;
}

.pb-hazard__action {
	flex-shrink: 0;
}


/* ==========================================================================
   RESOURCES SECTION
   ========================================================================== */
.powerblanket .pb-resources {
	background: #f5f5f5;
	padding: 80px 0;
}

.pb-resources__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	text-align: center;
	margin: 0 0 48px;
}

.pb-resources__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pb-resource-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 32px;
	min-height: 264px;
	display: flex;
	flex-direction: column;
}

.pb-resource-card svg {
	flex-shrink: 0;
}

.pb-resource-card h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 16px 0 0;
}

.pb-resource-card p {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	line-height: 22.75px;
	max-width: 326px;
	margin: 12px 0 0;
}

.pb-resource-card__link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #da291c;
	text-decoration: none;
	margin-top: auto;
	padding-top: 16px;
}

.pb-resource-card__link:hover {
	text-decoration: underline;
}


/* ==========================================================================
   FULL-WIDTH CTA BANNER
   ========================================================================== */
.powerblanket .pb-fullcta {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-bottom: 0 !important;
}

.pb-fullcta__overlay {
	position: absolute;
	inset: 0;
	background: rgba(26, 26, 26, 0.85);
	z-index: 1;
}

.pb-fullcta__content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 96px 20px;
	width: 100%;
}

.pb-fullcta__content h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.5px;
	line-height: 60px;
	max-width: 838px;
	margin: 0 auto 20px;
}

.pb-fullcta__content p {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
	line-height: 29.25px;
	max-width: 617px;
	margin: 0 auto 40px;
}

.pb-fullcta__buttons {
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.pb-btn--fullcta {
	height: 58.5px;
	font-size: 15px;
}


/* ==========================================================================
   RESPONSIVE — TABLET (max-width: 992px)
   ========================================================================== */
/* ---------- Mid-range (991px to 1340px) ---------- */
@media (min-width: 991px) and (max-width: 1340px) {
	.powerblanket .pb-valueprops,
	.powerblanket .pb-beyond,
	.powerblanket .pb-process,
	.powerblanket .pb-hazard,
	.powerblanket .pb-resources,
	.powerblanket .pb-fullcta {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 992px) {

	/* Value Props */
	.pb-valueprops__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pb-valueprops__title {
		font-size: 30px;
		line-height: 38px;
	}

	/* Beyond */
	.pb-beyond__row {
		flex-direction: column;
	}

	.pb-beyond__text {
		max-width: 100%;
	}

	.pb-beyond__text h2 {
		max-width: 100%;
	}

	.pb-beyond__text > p {
		max-width: 100%;
	}

	.pb-beyond__grid {
		width: 100%;
	}

	/* Process / Timeline */
	.pb-timeline {
		flex-wrap: wrap;
		justify-content: center;
		gap: 32px;
	}

	.pb-timeline::before {
		display: none;
	}

	.pb-step {
		width: 180px;
	}

	.pb-process__title {
		font-size: 30px;
	}

	/* Hazard */
	.pb-hazard__row {
		flex-direction: column;
		text-align: center;
	}

	.pb-hazard__heading {
		justify-content: center;
	}

	.pb-hazard__heading h2 {
		font-size: 26px;
	}

	.pb-hazard__text > p {
		max-width: 100%;
	}

	/* Resources */
	.pb-resources__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pb-resources__title {
		font-size: 30px;
	}

	/* Full CTA */
	.pb-fullcta__content h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.pb-fullcta__content p {
		font-size: 16px;
	}
}


/* ==========================================================================
   RESPONSIVE — MOBILE (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {

	/* Value Props */
	.powerblanket .pb-valueprops {
		padding: 48px 0;
	}

	.pb-valueprops__title {
		font-size: 26px;
		line-height: 34px;
		padding: 0 20px;
	}

	.pb-valueprops__desc {
		font-size: 15px;
		padding: 0 20px;
	}

	.pb-valueprops__grid {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}

	.pb-valueprop p {
		max-width: 100%;
	}

	/* Beyond */
	.powerblanket .pb-beyond {
		padding: 48px 0;
	}

	.pb-beyond__row {
		padding: 0 20px;
	}

	.pb-beyond__text h2 {
		font-size: 26px;
		line-height: 34px;
	}

	.pb-beyond__grid {
		grid-template-columns: 1fr;
	}

	.pb-beyond__img {
		aspect-ratio: 16 / 9;
	}

	/* Process */
	.powerblanket .pb-process {
		padding: 48px 0;
	}

	.pb-process__title {
		font-size: 26px;
		padding: 0 20px;
	}

	.pb-timeline {
		flex-direction: column;
		align-items: center;
		gap: 32px;
		padding: 0 20px;
	}

	.pb-step {
		width: 100%;
		max-width: 280px;
	}

	.pb-process__infobox {
		margin-left: 20px;
		margin-right: 20px;
	}

	/* Hazard */
	.powerblanket .pb-hazard {
		padding: 48px 0;
	}

	.pb-hazard__row {
		padding: 0 20px;
	}

	.pb-hazard__heading {
		flex-direction: column;
		gap: 8px;
	}

	.pb-hazard__heading h2 {
		font-size: 24px;
	}

	.pb-hazard__text > p {
		font-size: 15px;
		text-align: center;
	}

	/* Resources */
	.powerblanket .pb-resources {
		padding: 48px 0;
	}

	.pb-resources__title {
		font-size: 26px;
		padding: 0 20px;
	}

	.pb-resources__grid {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}

	.pb-resource-card {
		min-height: auto;
	}

	.pb-resource-card p {
		max-width: 100%;
	}

	/* Full CTA */
	.powerblanket .pb-fullcta {
		min-height: 400px;
	}

	.pb-fullcta__content h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.pb-fullcta__content p {
		font-size: 15px;
		line-height: 24px;
	}

	.pb-fullcta__buttons {
		flex-direction: column;
		align-items: center;
	}

	.pb-btn--fullcta {
		width: 100%;
		max-width: 280px;
		height: 53px;
		font-size: 14px;
	}
}
