:root {
	--ph-bl-brand: #0b5146;
	--ph-bl-brand-dark: #073a33;
	--ph-bl-accent: #f28c28;
	--ph-bl-accent-dark: #d97012;
	--ph-bl-text: #17211e;
	--ph-bl-muted: #5f6b66;
	--ph-bl-border: #dde5e1;
	--ph-bl-soft: #fff8f1;
	--ph-bl-green-soft: #eaf3f0;
	--ph-bl-radius: 16px;
}

.ph-blender-lp .phadin-native-archive-block,
.ph-blender-lp .phadin-catalog-layout,
.ph-blender-lp .phadin-product-controls,
.ph-blender-lp .woocommerce-pagination {
	box-sizing: border-box;
	max-width: 1472px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.ph-blender-lp .phadin-native-archive-block--top {
	margin-bottom: 22px;
}

.ph-blender-lp .phadin-native-archive-block--bottom {
	margin-top: 34px;
	max-width: none;
}

.ph-blender-lp .products.row > .product-small.col {
	flex-basis: 20%;
	max-width: 20%;
}

.ph-blender-lp .products .box-image,
.ph-blender-lp .products .box-image .image-cover {
	aspect-ratio: 1 / 1;
}

.ph-blender-lp .products .box-image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.ph-blender-lp .products .product-title {
	display: -webkit-box;
	min-height: 2.8em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ph-bl-shell {
	color: var(--ph-bl-text);
	font-size: 16px;
	line-height: 1.62;
}

.ph-bl-shell *,
.ph-bl-thank-you * {
	box-sizing: border-box;
}

.ph-bl-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1472px;
	width: 100%;
}

.ph-bl-breadcrumb {
	color: var(--ph-bl-muted);
	font-size: 14px;
	margin: 0 0 18px;
}

.ph-bl-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ph-bl-breadcrumb li + li::before {
	color: #9aa39f;
	content: "/";
	margin-right: 7px;
}

.ph-bl-breadcrumb a {
	color: var(--ph-bl-brand);
}

.ph-bl-compact-header {
	margin-bottom: 22px;
}

.ph-bl-compact-header h1 {
	color: var(--ph-bl-brand-dark);
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.2;
	margin: 0;
}

.ph-bl-hero {
	background: var(--ph-bl-green-soft);
	border: 1px solid var(--ph-bl-border);
	border-radius: var(--ph-bl-radius);
	padding: clamp(24px, 4vw, 46px);
}

.ph-bl-eyebrow {
	color: var(--ph-bl-accent-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

body.ph-blender-lp .ph-bl-hero h1 {
	color: var(--ph-bl-brand-dark);
	font-size: clamp(32px, 3.1vw, 38px) !important;
	line-height: 1.18;
	margin: 0;
	max-width: 980px;
}

.ph-bl-hero__copy {
	max-width: 990px;
}

.ph-bl-hero__copy p {
	margin: 16px 0 0;
}

.ph-bl-actions,
.ph-bl-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.ph-bl-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 9px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3;
	min-height: 48px;
	padding: 11px 19px;
	text-align: center;
}

.ph-bl-button--primary {
	background: var(--ph-bl-accent);
	border-color: var(--ph-bl-accent);
	color: #fff;
}

.ph-bl-button--primary:hover,
.ph-bl-button--primary:focus-visible {
	background: var(--ph-bl-accent-dark);
	border-color: var(--ph-bl-accent-dark);
	color: #fff;
}

.ph-bl-button--outline {
	background: #fff;
	border-color: var(--ph-bl-brand);
	color: var(--ph-bl-brand);
}

.ph-bl-button--outline:hover,
.ph-bl-button--outline:focus-visible {
	background: var(--ph-bl-brand);
	color: #fff;
}

.ph-bl-button:focus-visible,
.ph-bl-text-link:focus-visible,
.ph-bl-faq__button:focus-visible {
	outline: 3px solid rgba(242, 140, 40, .38);
	outline-offset: 3px;
}

.ph-bl-support {
	color: var(--ph-bl-brand);
	font-size: 14px;
	font-weight: 650;
	margin: 17px 0 0;
}

.ph-bl-section {
	padding: clamp(48px, 6vw, 76px) 0;
}

.ph-bl-section--soft {
	background: var(--ph-bl-soft);
}

.ph-bl-section--green {
	background: var(--ph-bl-green-soft);
}

.ph-bl-section h2,
.ph-bl-lead h2 {
	color: var(--ph-bl-brand-dark);
	font-size: clamp(26px, 2.8vw, 32px);
	line-height: 1.25;
	margin: 0 0 16px;
}

.ph-bl-section h3,
.ph-bl-lead h3 {
	color: var(--ph-bl-brand-dark);
	font-size: 19px;
	line-height: 1.35;
}

.ph-bl-lead__intro > p,
.ph-bl-section__lead {
	max-width: 950px;
}

.ph-bl-grid {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.ph-bl-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ph-bl-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-bl-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ph-bl-card {
	background: #fff;
	border: 1px solid var(--ph-bl-border);
	border-radius: var(--ph-bl-radius);
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.ph-bl-card h3 {
	margin: 10px 0;
}

.ph-bl-card p {
	margin: 0;
}

.ph-bl-card__number {
	color: var(--ph-bl-accent-dark);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .05em;
}

.ph-bl-card__kicker {
	color: var(--ph-bl-accent-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ph-bl-card__icon {
	align-items: center;
	background: var(--ph-bl-green-soft);
	border-radius: 12px;
	color: var(--ph-bl-brand);
	display: inline-flex;
	height: 46px;
	justify-content: center;
	margin-bottom: 13px;
	width: 46px;
}

.ph-bl-card__icon svg {
	height: 24px;
	width: 24px;
}

.ph-bl-card .ph-bl-text-link {
	color: var(--ph-bl-brand);
	font-weight: 750;
	margin-top: auto;
	padding-top: 17px;
}

.ph-bl-table-wrap {
	border: 1px solid var(--ph-bl-border);
	border-radius: var(--ph-bl-radius);
	margin-top: 28px;
	overflow-x: auto;
}

.ph-bl-table {
	border-collapse: collapse;
	margin: 0;
	min-width: 820px;
	width: 100%;
}

.ph-bl-table th,
.ph-bl-table td {
	border-bottom: 1px solid var(--ph-bl-border);
	padding: 18px;
	text-align: left;
	vertical-align: top;
}

.ph-bl-table th {
	background: var(--ph-bl-brand);
	color: #fff;
}

.ph-bl-table tr:last-child td {
	border-bottom: 0;
}

.ph-bl-criteria {
	counter-reset: criteria;
	display: grid;
	gap: 0 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.ph-bl-criterion {
	border-top: 1px solid var(--ph-bl-border);
	padding: 22px 0;
}

.ph-bl-criterion h3 {
	margin: 0 0 8px;
}

.ph-bl-criterion p {
	margin: 0;
}

.ph-bl-comparison {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.ph-bl-comparison__column {
	background: #fff;
	border: 1px solid var(--ph-bl-border);
	border-radius: var(--ph-bl-radius);
	padding: 26px;
}

.ph-bl-comparison__column h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

.ph-bl-check-list,
.ph-bl-comparison ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ph-bl-check-list li,
.ph-bl-comparison li {
	padding: 7px 0 7px 25px;
	position: relative;
}

.ph-bl-check-list li::before,
.ph-bl-comparison li::before {
	color: var(--ph-bl-accent-dark);
	content: "✓";
	font-weight: 800;
	left: 0;
	position: absolute;
}

.ph-bl-faq {
	border-top: 1px solid var(--ph-bl-border);
	margin-top: 28px;
}

.ph-bl-faq__item {
	border-bottom: 1px solid var(--ph-bl-border);
}

.ph-bl-faq__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--ph-bl-brand-dark);
	display: flex;
	font: inherit;
	font-weight: 750;
	justify-content: space-between;
	padding: 20px 0;
	text-align: left;
	width: 100%;
}

.ph-bl-faq__button::after {
	content: "+";
	font-size: 24px;
	font-weight: 400;
	margin-left: 18px;
}

.ph-bl-faq__button[aria-expanded="true"]::after {
	content: "−";
}

.ph-bl-faq__panel {
	padding: 0 38px 20px 0;
}

.ph-bl-faq__panel p {
	margin: 0;
}

.ph-bl-lead {
	display: grid;
	gap: clamp(28px, 5vw, 58px);
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.ph-bl-form {
	background: #fff;
	border: 1px solid var(--ph-bl-border);
	border-radius: var(--ph-bl-radius);
	padding: clamp(20px, 3vw, 30px);
	position: relative;
}

.ph-bl-form__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ph-bl-field {
	display: block;
	margin: 0;
}

.ph-bl-field--wide {
	grid-column: 1 / -1;
}

.ph-bl-field > span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 6px;
}

.ph-bl-field b,
.ph-bl-consent b {
	color: #b54708;
}

.ph-bl-form input,
.ph-bl-form select,
.ph-bl-form textarea {
	background: #fff;
	border: 1px solid #cad5cf;
	border-radius: 8px;
	box-shadow: none;
	font: inherit;
	margin: 0;
	min-height: 46px;
	padding: 9px 11px;
	width: 100%;
}

.ph-bl-form textarea {
	resize: vertical;
}

.ph-bl-form input:focus,
.ph-bl-form select:focus,
.ph-bl-form textarea:focus {
	border-color: var(--ph-bl-brand);
	box-shadow: 0 0 0 3px rgba(11, 81, 70, .14);
	outline: 0;
}

.ph-bl-consent {
	align-items: flex-start;
	display: flex;
	font-size: 13px;
	gap: 9px;
	margin: 18px 0;
}

.ph-bl-consent input {
	flex: 0 0 auto;
	height: 18px;
	margin-top: 2px;
	min-height: 18px;
	width: 18px;
}

.ph-bl-form__submit {
	margin: 0;
	width: 100%;
}

.ph-bl-form__submit[disabled] {
	cursor: wait;
	opacity: .72;
}

.ph-bl-form__fineprint,
.ph-bl-form__status {
	color: var(--ph-bl-muted);
	font-size: 12px;
	margin: 10px 0 0;
	text-align: center;
}

.ph-bl-form__notice {
	border-radius: 8px;
	margin: 0 0 18px;
	padding: 12px 14px;
}

.ph-bl-form__notice--error {
	background: #fff2f0;
	border: 1px solid #f2b8b0;
	color: #84271d;
}

.ph-bl-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.ph-bl-final-cta {
	align-items: center;
	background: var(--ph-bl-brand);
	border-radius: var(--ph-bl-radius);
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(25px, 4vw, 42px);
}

.ph-bl-final-cta h2 {
	color: #fff;
	margin-bottom: 8px;
}

.ph-bl-final-cta p {
	margin: 0;
}

.ph-bl-thank-you {
	margin: clamp(40px, 8vw, 100px) auto;
	max-width: 820px;
	padding: 28px 20px;
	text-align: center;
}

.ph-bl-thank-you h1 {
	color: var(--ph-bl-brand-dark);
	font-size: clamp(28px, 4vw, 40px);
}

.ph-bl-thank-you .ph-bl-contact-actions {
	justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.ph-blender-lp .products.row > .product-small.col {
		flex-basis: 25%;
		max-width: 25%;
	}
}

@media (max-width: 1023px) {
	.ph-blender-lp .products.row > .product-small.col {
		flex-basis: 33.333333%;
		max-width: 33.333333%;
	}

	.ph-bl-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ph-bl-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ph-bl-lead {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ph-blender-lp .products.row > .product-small.col {
		flex-basis: 50%;
		max-width: 50%;
	}

	.ph-bl-shell {
		font-size: 15.5px;
	}

	body.ph-blender-lp .ph-bl-hero h1 {
		font-size: clamp(26px, 8vw, 30px) !important;
	}

	.ph-bl-grid--4,
	.ph-bl-grid--3,
	.ph-bl-grid--2,
	.ph-bl-comparison,
	.ph-bl-criteria,
	.ph-bl-final-cta {
		grid-template-columns: 1fr;
	}

	.ph-bl-section {
		padding: 46px 0;
	}

	.ph-bl-form__grid {
		grid-template-columns: 1fr;
	}

	.ph-bl-field--wide {
		grid-column: auto;
	}

	.ph-bl-actions .ph-bl-button,
	.ph-bl-contact-actions .ph-bl-button {
		width: 100%;
	}

	.ph-bl-final-cta .ph-bl-actions {
		margin-top: 0;
	}
}
