/**
 * New Home Painters Perth page layout.
 * Kept in the theme (not post_content) so TinyMCE edits cannot corrupt it.
 */

@keyframes nhp-blob {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	33% {
		transform: translate(30px, -50px) scale(1.1);
	}
	66% {
		transform: translate(-20px, 20px) scale(0.9);
	}
}

.nhp-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
	z-index: 2;
}

.nhp-section {
	padding: 72px 0;
}

.nhp-section-white {
	background: #fff;
}

.nhp-section-gray {
	background: linear-gradient(135deg, #f9fafb, #fff);
}

.nhp-section-blue {
	background: linear-gradient(135deg, #eff6ff, #ecfeff);
}

.nhp-section-head {
	text-align: center;
	margin-bottom: 48px;
}

.nhp-section-tag {
	display: inline-block;
	background: linear-gradient(135deg, #dbeafe, #cffafe);
	color: #1d4ed8;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 999px;
	margin-bottom: 10px;
	border: 1px solid #bfdbfe;
}

.nhp-section-head h2 {
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 800;
	color: #111827;
	margin-bottom: 10px;
}

.nhp-section-head p {
	font-size: 1rem;
	color: #6b7280;
	max-width: 560px;
	margin: 0 auto;
}

.nhp-intro-box {
	background: linear-gradient(135deg, #eff6ff, #ecfeff);
	border-radius: 18px;
	padding: 36px;
	border: 1px solid #bfdbfe;
	margin-bottom: 40px;
}

.nhp-intro-box p {
	font-size: 1rem;
	color: #374151;
	line-height: 1.9;
	margin-bottom: 14px;
}

.nhp-intro-box p:last-child {
	margin-bottom: 0;
}

.nhp-cards-4 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 22px;
}

.nhp-cards-3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.nhp-cards-2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 20px;
}

.nhp-card {
	background: #fff;
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.07);
	border: 1px solid #f3f4f6;
	transition: transform 0.3s, box-shadow 0.3s;
}

.nhp-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(37, 99, 235, 0.11);
}

.nhp-icon-circle {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	flex-shrink: 0;
}

.nhp-icon-circle svg {
	width: 26px;
	height: 26px;
	color: #fff;
	stroke: currentColor;
	flex-shrink: 0;
}

.nhp-icon-blue {
	background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.nhp-icon-cyan {
	background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.nhp-card h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 10px;
}

.nhp-card p {
	font-size: 0.9rem;
	color: #6b7280;
	line-height: 1.75;
}

.nhp-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 26px;
}

.nhp-step {
	background: #fff;
	border-radius: 18px;
	padding: 34px;
	position: relative;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.07);
	border: 1px solid #f3f4f6;
	transition: transform 0.3s, box-shadow 0.3s;
}

.nhp-step:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(37, 99, 235, 0.11);
}

.nhp-step-num {
	position: absolute;
	top: -14px;
	left: 26px;
	background: linear-gradient(135deg, #2563eb, #06b6d4);
	color: #fff;
	font-weight: 800;
	font-size: 0.8rem;
	padding: 5px 14px;
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.nhp-step h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111827;
	margin: 10px 0;
}

.nhp-step p {
	font-size: 0.9rem;
	color: #6b7280;
	line-height: 1.75;
}

.nhp-paint-card {
	border-radius: 18px;
	padding: 32px;
	background: linear-gradient(135deg, #eff6ff, #fff);
	border: 1px solid #bfdbfe;
	transition: transform 0.3s, box-shadow 0.3s;
}

.nhp-paint-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 36px rgba(37, 99, 235, 0.11);
}

.nhp-paint-card h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1d4ed8;
	margin-bottom: 16px;
}

.nhp-paint-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nhp-paint-card ul li {
	font-size: 0.9rem;
	color: #374151;
	padding: 6px 0;
	border-bottom: 1px solid #e0f2fe;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.nhp-paint-card ul li:last-child {
	border-bottom: none;
}

.nhp-check {
	color: #2563eb;
	font-weight: 700;
	flex-shrink: 0;
}

.nhp-project {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
	border: 1px solid #f3f4f6;
	transition: transform 0.3s, box-shadow 0.3s;
}

.nhp-project:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 44px rgba(37, 99, 235, 0.13);
}

.nhp-project img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	display: block;
}

.nhp-project-body {
	padding: 22px;
}

.nhp-project-tag {
	display: inline-block;
	background: linear-gradient(135deg, #dbeafe, #cffafe);
	color: #1d4ed8;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 4px 12px;
	border-radius: 999px;
	margin-bottom: 8px;
}

.nhp-project-body h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 7px;
}

.nhp-project-body p {
	font-size: 0.86rem;
	color: #6b7280;
	line-height: 1.7;
}

.nhp-area {
	background: #fff;
	border-radius: 14px;
	padding: 26px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
	border: 1px solid #e5e7eb;
	transition: transform 0.3s, box-shadow 0.3s;
}

.nhp-area:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 26px rgba(37, 99, 235, 0.1);
}

.nhp-area h3 {
	font-size: 0.95rem;
	font-weight: 700;
	color: #1d4ed8;
	margin-bottom: 8px;
}

.nhp-area p {
	font-size: 0.83rem;
	color: #6b7280;
	line-height: 1.7;
}

.nhp-climate {
	text-align: center;
	background: #fff;
	border-radius: 18px;
	padding: 30px 22px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
	border: 1px solid #f3f4f6;
	transition: transform 0.3s, box-shadow 0.3s;
}

.nhp-climate:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 34px rgba(37, 99, 235, 0.11);
}

.nhp-climate-icon {
	font-size: 2.2rem;
	margin-bottom: 14px;
	line-height: 1;
}

.nhp-climate h3 {
	font-size: 0.95rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 8px;
}

.nhp-climate p {
	font-size: 0.86rem;
	color: #6b7280;
	line-height: 1.7;
}

.nhp-faq {
	background: #fff;
	border-radius: 14px;
	padding: 26px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
	border: 1px solid #e5e7eb;
}

.nhp-faq h3 {
	font-size: 0.94rem;
	font-weight: 700;
	color: #1d4ed8;
	margin-bottom: 8px;
}

.nhp-faq p {
	font-size: 0.88rem;
	color: #4b5563;
	line-height: 1.8;
}

.nhp-cert-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
}

.nhp-cert {
	text-align: center;
	padding: 22px 14px;
}

.nhp-cert-icon {
	width: 74px;
	height: 74px;
	margin: 0 auto 14px;
	background: linear-gradient(135deg, #dbeafe, #cffafe);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.nhp-cert-icon svg {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}

.nhp-cert p {
	font-weight: 700;
	color: #1f2937;
	font-size: 0.9rem;
}

.nhp-cta {
	background: linear-gradient(135deg, #1e40af, #0891b2);
	border-radius: 22px;
	padding: 64px 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.nhp-cta h2 {
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	font-weight: 800;
	color: #fff;
	margin-bottom: 14px;
}

.nhp-cta p {
	font-size: 1rem;
	color: #bfdbfe;
	max-width: 540px;
	margin: 0 auto 30px;
	line-height: 1.8;
}

.nhp-cta-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 28px;
}

.nhp-btn-white {
	background: #fff;
	color: #1d4ed8;
	padding: 14px 30px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s, box-shadow 0.2s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.nhp-btn-white:hover {
	transform: translateY(-2px);
	color: #1d4ed8;
	text-decoration: none;
}

.nhp-btn-outline {
	background: transparent;
	color: #fff;
	padding: 14px 30px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	border: 2px solid rgba(255, 255, 255, 0.45);
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.nhp-btn-outline:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
}

.nhp-cta-pills {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.nhp-cta-pill {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	padding: 7px 16px;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.nhp-cards-2 {
		grid-template-columns: 1fr;
	}

	.nhp-cta {
		padding: 44px 22px;
	}

	.nhp-section {
		padding: 48px 0;
	}

	.nhp-intro-box {
		padding: 24px;
	}
}
