/* ============================================================
   HOME 2 (Creative) — custom page template design
   Template: template-home2.php
   ============================================================ */

:root {
	/* Real brand palette — extracted from the official logo (New-Project-5.png).
	   Deep navy #051A44 · brand blue #1360B2 · teal #157F9F / #1C9E8E. */
	--h2-ink: #051A44;
	--h2-ink-2: #2A3A5C;
	--h2-muted: #5B6B85;
	--h2-brand: #1360B2;
	--h2-brand-2: #0B3E8F;
	--h2-accent: #157F9F;
	--h2-accent-2: #1C9E8E;
	--h2-bg: #ffffff;
	--h2-bg-soft: #F2F6FB;
	--h2-line: #E3EAF3;
	--h2-radius: 16px;
	--h2-shadow: 0 10px 30px rgba(5, 26, 68, 0.08);
	--h2-shadow-lg: 0 24px 60px rgba(5, 26, 68, 0.16);
	--h2-ff: inherit;
}

#pil-home2 {
	font-family: var(--h2-ff);
	color: var(--h2-ink-2);
	line-height: 1.6;
	overflow: hidden;
}

#pil-home2 *,
#pil-home2 *::before,
#pil-home2 *::after {
	box-sizing: border-box;
}

#pil-home2 img {
	max-width: 100%;
	height: auto;
}

.pil-h2-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- shared section head ---------- */
.pil-h2-section {
	padding: 88px 0;
}

.pil-h2-section:nth-child(even),
.pil-h2-cats {
	background: var(--h2-bg-soft);
}

.pil-h2-sec-head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.pil-h2-sec-head-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	max-width: none;
	text-align: left;
	margin-bottom: 40px;
}

.pil-h2-sec-head-row > div {
	max-width: 640px;
}

.pil-h2-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: var(--h2-brand);
	background: rgba(37, 99, 235, 0.08);
	border: 1px solid rgba(37, 99, 235, 0.18);
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.pil-h2-eyebrow-light {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.32);
}

.pil-h2-sec-head h2 {
	margin: 0 0 12px;
	font-size: clamp(26px, 3.4vw, 38px);
	font-weight: 800;
	line-height: 1.15;
	color: var(--h2-ink);
	letter-spacing: -0.4px;
}

.pil-h2-sec-head p {
	margin: 0;
	font-size: 16px;
	color: var(--h2-muted);
}

.pil-h2-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--h2-brand);
	text-decoration: none;
	white-space: nowrap;
	padding: 10px 18px;
	border: 1px solid rgba(37, 99, 235, 0.25);
	border-radius: 999px;
	transition: all 0.25s ease;
}

.pil-h2-link:hover {
	background: var(--h2-brand);
	color: #fff;
	border-color: var(--h2-brand);
	transform: translateX(2px);
}

/* ---------- buttons ---------- */
.pil-h2-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 26px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 999px;
	text-decoration: none;
	transition: all 0.25s ease;
}

.pil-h2-btn-primary {
	background: linear-gradient(135deg, var(--h2-brand), var(--h2-brand-2));
	color: #fff;
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
}

.pil-h2-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(37, 99, 235, 0.42);
	color: #fff;
}

.pil-h2-btn-ghost {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.pil-h2-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.pil-h2-btn-white {
	background: #fff;
	color: var(--h2-brand-2);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.pil-h2-btn-white:hover {
	transform: translateY(-2px);
	color: var(--h2-brand-2);
}

.pil-h2-btn-outline {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.6);
}

.pil-h2-btn-outline:hover {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

/* ============================================================
   HERO
   ============================================================ */
.pil-h2-hero {
	position: relative;
	background: linear-gradient(140deg, #051A44 0%, #0B3E8F 48%, #1360B2 100%);
	color: #fff;
	padding: 96px 0 110px;
}

.pil-h2-hero-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pil-h2-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.5;
}

.pil-h2-blob.b1 {
	width: 460px;
	height: 460px;
	background: #1360B2;
	top: -160px;
	right: -80px;
}

.pil-h2-blob.b2 {
	width: 380px;
	height: 380px;
	background: #157F9F;
	bottom: -160px;
	left: -60px;
	opacity: 0.35;
}

.pil-h2-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 40%, transparent 100%);
}

.pil-h2-hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 56px;
	align-items: center;
}

.pil-h2-hero-copy {
	position: relative;
	z-index: 2;
}

.pil-h2-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.4px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 8px 16px;
	border-radius: 999px;
	margin-bottom: 22px;
}

.pil-h2-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(32px, 4.6vw, 54px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -1px;
	color: #fff;
}

.pil-h2-hero-sub {
	margin: 0 0 30px;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.82);
	max-width: 540px;
}

/* search */
.pil-h2-search {
	display: flex;
	align-items: stretch;
	background: #fff;
	border-radius: 999px;
	padding: 6px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	max-width: 620px;
	margin-bottom: 28px;
}

.pil-h2-search-field {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 0;
	min-width: 0;
	padding: 6px 16px;
	border-right: 1px solid var(--h2-line);
}

.pil-h2-search-field:last-of-type {
	border-right: 0;
}

.pil-h2-search-ico {
	font-size: 15px;
}

.pil-h2-search-field input,
.pil-h2-search-field select {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 14.5px;
	color: var(--h2-ink);
	font-family: inherit;
	appearance: none;
}

.pil-h2-search-btn {
	border: 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(135deg, var(--h2-brand), var(--h2-brand-2));
	padding: 0 30px;
	border-radius: 999px;
	transition: filter 0.25s ease;
	font-family: inherit;
}

.pil-h2-search-btn:hover {
	filter: brightness(1.12);
}

.pil-h2-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 36px;
}

/* hero stats */
.pil-h2-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 34px;
	margin: 0;
	padding: 22px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	list-style: none;
}

.pil-h2-hero-stats li {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pil-h2-hero-stats strong {
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
}

.pil-h2-hero-stats span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

/* hero art */
.pil-h2-hero-art {
	position: relative;
	z-index: 2;
	min-height: 420px;
}

.pil-h2-art-card {
	position: absolute;
	background: #fff;
	color: var(--h2-ink-2);
	border-radius: 18px;
	box-shadow: var(--h2-shadow-lg);
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	animation: pil-h2-float 7s ease-in-out infinite;
}

.pil-h2-art-card .pil-h2-art-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, #D6E7F8, #EAF2FB);
	font-size: 24px;
	flex: 0 0 auto;
}

.pil-h2-art-card strong {
	display: block;
	font-size: 15px;
	color: var(--h2-ink);
	font-weight: 700;
}

.pil-h2-art-card em {
	display: block;
	font-style: normal;
	font-size: 13px;
	color: var(--h2-muted);
	margin-top: 2px;
}

.pil-h2-art-card em b {
	color: var(--h2-accent);
	font-weight: 800;
}

.pil-h2-art-card small {
	display: block;
	font-size: 12px;
	color: var(--h2-muted);
	margin-top: 2px;
}

.pil-h2-art-card.c1 {
	top: 8%;
	left: 0;
	right: 6%;
	animation-delay: 0s;
}

.pil-h2-art-badge {
	position: absolute;
	top: -12px;
	right: 14px;
	background: #16a34a;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	padding: 5px 12px;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(22, 163, 74, 0.4);
}

.pil-h2-art-card.c2 {
	top: 46%;
	right: 0;
	left: 4%;
	animation-delay: -2.3s;
}

.pil-h2-art-card.c3 {
	top: 74%;
	left: 16%;
	right: 18%;
	animation-delay: -4.6s;
}

@keyframes pil-h2-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.pil-h2-strip {
	background: var(--h2-ink);
	color: #fff;
	padding: 20px 0;
}

.pil-h2-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 28px;
	font-size: 13.5px;
}

.pil-h2-strip-inner > span {
	color: rgba(255, 255, 255, 0.6);
}

.pil-h2-strip ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
}

/* ============================================================
   CATEGORIES
   ============================================================ */
.pil-h2-cat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.pil-h2-cat-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	background: #fff;
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-radius);
	padding: 24px;
	text-decoration: none;
	color: var(--h2-ink-2);
	box-shadow: var(--h2-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pil-h2-cat-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--h2-shadow-lg);
	border-color: rgba(37, 99, 235, 0.35);
	color: var(--h2-ink-2);
}

.pil-h2-cat-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 14px;
	font-size: 26px;
	background: linear-gradient(135deg, #EAF2FB, #D6E7F8);
	margin-bottom: 4px;
}

.pil-h2-cat-card strong {
	font-size: 16px;
	font-weight: 700;
	color: var(--h2-ink);
}

.pil-h2-cat-card small {
	font-size: 13px;
	color: var(--h2-muted);
	font-weight: 600;
}

/* ============================================================
   BROWSE BY LOCATION
   ============================================================ */
.pil-h2-loc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 18px;
}

.pil-h2-loc-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: #fff;
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-radius);
	padding: 22px;
	text-decoration: none;
	color: var(--h2-ink-2);
	box-shadow: var(--h2-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pil-h2-loc-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--h2-shadow-lg);
	border-color: rgba(19, 96, 178, 0.4);
}

.pil-h2-loc-top {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: inherit;
}

.pil-h2-loc-flag {
	font-size: 32px;
	line-height: 1;
}

.pil-h2-loc-titles {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pil-h2-loc-name {
	font-size: 17px;
	font-weight: 800;
	color: var(--h2-ink);
}

.pil-h2-loc-meta {
	font-size: 13px;
	color: var(--h2-muted);
	font-weight: 600;
}

.pil-h2-loc-arrow {
	margin-left: auto;
	font-size: 16px;
	font-weight: 800;
	color: var(--h2-brand);
	transition: transform 0.2s ease;
}

.pil-h2-loc-top:hover .pil-h2-loc-arrow {
	transform: translateX(4px);
}

.pil-h2-loc-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pil-h2-loc-city {
	font-style: normal;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--h2-brand);
	background: #EAF2FB;
	border: 1px solid #D6E7F8;
	border-radius: 999px;
	padding: 5px 11px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pil-h2-loc-city:hover {
	background: var(--h2-brand);
	border-color: var(--h2-brand);
	color: #fff;
}

.pil-h2-loc-city b {
	font-weight: 800;
	color: var(--h2-accent);
	margin-left: 3px;
}

.pil-h2-loc-city:hover b {
	color: #fff;
}

.pil-h2-loc-more {
	margin-top: auto;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--h2-brand);
	text-decoration: none;
}

.pil-h2-loc-more:hover {
	text-decoration: underline;
}

/* ============================================================
   FEATURED + LATEST business grids (uses pil-dir-card)
   ============================================================ */
.pil-h2-feat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pil-h2-latest-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* polish the shared pil-dir-card inside home2 */
#pil-home2 .pil-dir-card {
	height: 100%;
}

#pil-home2 .pil-dir-card-media {
	aspect-ratio: 16 / 10;
}

/* ============================================================
   POSTS
   ============================================================ */
.pil-h2-post-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pil-h2-post-card {
	background: #fff;
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-radius);
	overflow: hidden;
	box-shadow: var(--h2-shadow);
	display: flex;
	flex-direction: column;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.pil-h2-post-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--h2-shadow-lg);
}

.pil-h2-post-thumb {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(135deg, #D6E7F8, #EAF2FB);
}

.pil-h2-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.pil-h2-post-card:hover .pil-h2-post-thumb img {
	transform: scale(1.06);
}

.pil-h2-post-thumb-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 40px;
}

.pil-h2-post-body {
	padding: 20px 20px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pil-h2-post-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.pil-h2-post-cat {
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: var(--h2-brand);
	background: rgba(37, 99, 235, 0.09);
	padding: 4px 10px;
	border-radius: 999px;
	text-decoration: none;
}

.pil-h2-post-cat:hover {
	background: var(--h2-brand);
	color: #fff;
}

.pil-h2-post-meta time {
	font-size: 12.5px;
	color: var(--h2-muted);
}

.pil-h2-post-title {
	margin: 0 0 10px;
	font-size: 16.5px;
	line-height: 1.35;
	font-weight: 700;
}

.pil-h2-post-title a {
	color: var(--h2-ink);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pil-h2-post-title a:hover {
	color: var(--h2-brand);
}

.pil-h2-post-excerpt {
	margin: 0 0 16px;
	font-size: 13.5px;
	color: var(--h2-muted);
	flex: 1;
}

.pil-h2-post-more {
	font-size: 13.5px;
	font-weight: 700;
	color: var(--h2-brand);
	text-decoration: none;
	transition: gap 0.2s ease;
	display: inline-flex;
	gap: 4px;
	align-items: center;
}

.pil-h2-post-more:hover {
	gap: 8px;
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.pil-h2-why {
	background: var(--h2-bg-soft);
}

.pil-h2-why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pil-h2-why-card {
	background: #fff;
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-radius);
	padding: 28px 24px;
	box-shadow: var(--h2-shadow);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.pil-h2-why-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--h2-shadow-lg);
}

.pil-h2-why-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	font-size: 20px;
	font-weight: 800;
	color: var(--h2-brand-2);
	background: linear-gradient(135deg, #EAF2FB, #D6E7F8);
	margin-bottom: 16px;
}

.pil-h2-why-card h3 {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	color: var(--h2-ink);
}

.pil-h2-why-card p {
	margin: 0;
	font-size: 14px;
	color: var(--h2-muted);
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.pil-h2-how-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
	counter-reset: pil-h2-step;
}

.pil-h2-how-steps li {
	position: relative;
	background: #fff;
	border: 1px solid var(--h2-line);
	border-radius: var(--h2-radius);
	padding: 40px 26px 26px;
	text-align: center;
	box-shadow: var(--h2-shadow);
}

.pil-h2-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--h2-brand), var(--h2-brand-2));
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.35);
	margin-bottom: 16px;
}

.pil-h2-how-steps h3 {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 700;
	color: var(--h2-ink);
}

.pil-h2-how-steps p {
	margin: 0;
	font-size: 14px;
	color: var(--h2-muted);
}

.pil-h2-how-cta {
	text-align: center;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.pil-h2-cta {
	background: linear-gradient(120deg, #0B3E8F 0%, #1360B2 55%, #157F9F 100%);
	padding: 74px 0;
}

.pil-h2-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.pil-h2-cta-copy {
	max-width: 620px;
	color: #fff;
}

.pil-h2-cta-copy h2 {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
}

.pil-h2-cta-copy p {
	margin: 0;
	font-size: 15.5px;
	color: rgba(255, 255, 255, 0.85);
}

.pil-h2-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	flex: 0 0 auto;
}

/* ============================================================
   FAQ
   ============================================================ */
.pil-h2-faq-inner {
	max-width: 820px;
	margin: 0 auto;
}

.pil-h2-faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: left;
}

.pil-h2-faq-item {
	background: #fff;
	border: 1px solid var(--h2-line);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--h2-shadow);
}

.pil-h2-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	list-style: none;
	cursor: pointer;
	padding: 18px 22px;
	font-size: 15.5px;
	font-weight: 700;
	color: var(--h2-ink);
	transition: color 0.2s ease;
}

.pil-h2-faq-item summary::-webkit-details-marker {
	display: none;
}

.pil-h2-faq-item summary:hover {
	color: var(--h2-brand);
}

.pil-h2-faq-toggle {
	position: relative;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(37, 99, 235, 0.1);
}

.pil-h2-faq-toggle::before,
.pil-h2-faq-toggle::after {
	content: "";
	position: absolute;
	background: var(--h2-brand);
	border-radius: 2px;
	transition: transform 0.25s ease;
}

.pil-h2-faq-toggle::before {
	width: 10px;
	height: 2px;
	top: 10px;
	left: 6px;
}

.pil-h2-faq-toggle::after {
	width: 2px;
	height: 10px;
	top: 6px;
	left: 10px;
}

.pil-h2-faq-item[open] .pil-h2-faq-toggle::after {
	transform: scaleY(0);
}

.pil-h2-faq-item p {
	margin: 0;
	padding: 0 22px 20px;
	font-size: 14.5px;
	color: var(--h2-muted);
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.pil-h2-news {
	background: var(--h2-ink);
	padding: 60px 0;
}

.pil-h2-news-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.pil-h2-news-copy {
	max-width: 480px;
	color: #fff;
}

.pil-h2-news-copy h2 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}

.pil-h2-news-copy p {
	margin: 0;
	font-size: 14.5px;
	color: rgba(255, 255, 255, 0.72);
}

.pil-h2-news-form {
	flex: 1;
	max-width: 460px;
}

.pil-h2-news-form .mc4wp-form-fields {
	display: flex;
	gap: 10px;
}

.pil-h2-news-form input[type="email"] {
	flex: 1;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 999px;
	padding: 13px 20px;
	font-size: 14.5px;
	outline: 0;
	font-family: inherit;
}

.pil-h2-news-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.pil-h2-news-form input[type="email"]:focus {
	border-color: var(--h2-brand);
	background: rgba(255, 255, 255, 0.14);
}

.pil-h2-news-form input[type="submit"] {
	border: 0;
	cursor: pointer;
	background: linear-gradient(135deg, var(--h2-brand), var(--h2-brand-2));
	color: #fff;
	font-weight: 700;
	font-size: 14.5px;
	padding: 13px 26px;
	border-radius: 999px;
	transition: filter 0.25s ease;
	font-family: inherit;
}

.pil-h2-news-form input[type="submit"]:hover {
	filter: brightness(1.12);
}

.pil-h2-news-form .mc4wp-alert {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 10px;
}

.pil-h2-news-fallback {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	padding: 22px 24px;
}

.pil-h2-news-fallback p {
	margin: 0 0 16px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

/* ============================================================
   ELEMENTOR CONTENT REGION (optional, when the page is edited
   with Elementor the sections render below the manual design)
   ============================================================ */
.pil-h2-elementor-area {
	padding: 70px 0;
	border-top: 1px solid var(--h2-line);
	background: var(--h2-bg-soft);
}

.pil-h2-elementor-area > .pil-h2-container {
	width: 100%;
}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.pil-h2-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.pil-h2-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
	.pil-h2-hero-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.pil-h2-hero-art {
		min-height: 360px;
		max-width: 560px;
	}

	.pil-h2-cat-grid,
	.pil-h2-post-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pil-h2-feat-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pil-h2-loc-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pil-h2-latest-grid,
	.pil-h2-why-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.pil-h2-section {
		padding: 64px 0;
	}

	.pil-h2-hero {
		padding: 64px 0 80px;
	}

	.pil-h2-search {
		flex-wrap: wrap;
		border-radius: 22px;
	}

	.pil-h2-search-field {
		flex: 1 1 100%;
		border-right: 0;
		border-bottom: 1px solid var(--h2-line);
		padding: 10px 14px;
	}

	.pil-h2-search-btn {
		flex: 1;
		padding: 14px;
		margin-top: 4px;
	}

	.pil-h2-sec-head-row,
	.pil-h2-cta-inner,
	.pil-h2-news-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.pil-h2-hero-stats {
		gap: 10px 22px;
	}

	.pil-h2-how-steps {
		grid-template-columns: 1fr;
	}

	.pil-h2-strip-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.pil-h2-cat-grid,
	.pil-h2-post-grid,
	.pil-h2-latest-grid,
	.pil-h2-why-grid,
	.pil-h2-feat-grid,
	.pil-h2-loc-grid {
		grid-template-columns: 1fr;
	}

	.pil-h2-hero-art {
		min-height: 320px;
	}

	.pil-h2-art-card {
		padding: 14px 16px;
	}

	.pil-h2-cta-actions .pil-h2-btn {
		width: 100%;
	}

	.pil-h2-news-form .mc4wp-form-fields {
		flex-direction: column;
	}

	.pil-h2-news-form input[type="submit"] {
		width: 100%;
	}
}

/* ===================== PLANS & PRICING ===================== */
.pil-h2-plans {
	background: linear-gradient(180deg, #F5F9FD 0%, #ffffff 100%);
}

.pil-h2-plans-group + .pil-h2-plans-group {
	margin-top: 56px;
}

.pil-h2-plans-group-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #051A44;
	margin: 0 0 22px;
}

.pil-h2-plans-group-title::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(19, 96, 178, .25), transparent);
}

.pil-h2-plans-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pil-h2-plans-group--posts .pil-h2-plans-grid {
	grid-template-columns: repeat(3, 1fr);
	max-width: 900px;
}

.pil-h2-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #E0E9F7;
	border-radius: 16px;
	padding: 26px 22px 22px;
	box-shadow: 0 4px 18px rgba(5, 26, 68, .06);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pil-h2-plan-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 34px rgba(5, 26, 68, .12);
	border-color: #B9D4F0;
}

.pil-h2-plan-card.is-popular {
	border: 2px solid #1360B2;
	box-shadow: 0 12px 30px rgba(19, 96, 178, .16);
}

.pil-h2-plan-pop {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	background: linear-gradient(135deg, #1360B2, #157F9F);
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .4px;
	padding: 4px 12px;
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(19, 96, 178, .3);
}

.pil-h2-plan-name {
	font-size: 1.05rem;
	font-weight: 700;
	color: #051A44;
	margin: 0 0 6px;
}

.pil-h2-plan-price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 14px;
}

.pil-h2-plan-price strong {
	font-size: 2rem;
	font-weight: 800;
	color: #1360B2;
	line-height: 1.1;
}

.pil-h2-plan-price small {
	font-size: .8rem;
	color: #64748b;
}

.pil-h2-plan-feats {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	flex: 1;
}

.pil-h2-plan-feats li {
	position: relative;
	padding: 5px 0 5px 22px;
	font-size: .88rem;
	color: #334155;
}

.pil-h2-plan-feats li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 5px;
	color: #157F9F;
	font-weight: 700;
}

.pil-h2-plan-card .pil-h2-btn {
	justify-content: center;
	width: 100%;
}

.pil-h2-btn-outline-dark {
	border: 2px solid #1360B2;
	color: #1360B2;
	background: transparent;
}

.pil-h2-btn-outline-dark:hover {
	background: #1360B2;
	color: #fff;
}

@media (max-width: 1024px) {
	.pil-h2-plans-grid,
	.pil-h2-plans-group--posts .pil-h2-plans-grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: none;
	}
}

@media (max-width: 560px) {
	.pil-h2-plans-grid,
	.pil-h2-plans-group--posts .pil-h2-plans-grid {
		grid-template-columns: 1fr;
	}
}
