/* PCC landing — homepage restyle */
.pcc-landing {
	--pcc-navy: #0f2744;
	--pcc-blue: #235787;
	--pcc-blue-light: #2d6da8;
	--pcc-accent: #c3512f;
	--pcc-gold: #ffd042;
	--pcc-bg: #f4f7fb;
	--pcc-text: #1a2332;
	--pcc-muted: #5c6573;
	--pcc-radius: 12px;
	--pcc-shadow: 0 12px 40px rgba(15, 39, 68, 0.08);
	color: var(--pcc-text);
	font-size: 1.05rem;
	line-height: 1.65;
}

.pcc-landing * {
	box-sizing: border-box;
}

.pcc-hero {
	background: linear-gradient(135deg, var(--pcc-navy) 0%, var(--pcc-blue) 55%, #1a4d7a 100%);
	color: #fff;
	padding: 3.5rem 1.5rem 4rem;
	position: relative;
	overflow: hidden;
}

.pcc-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 208, 66, 0.12), transparent 50%);
	pointer-events: none;
}

.pcc-hero__inner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pcc-badge {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	margin-bottom: 1.25rem;
}

.pcc-hero h1 {
	font-size: clamp(1.85rem, 4.5vw, 2.75rem);
	line-height: 1.15;
	font-weight: 700;
	margin: 0 0 1rem;
	color: #fff;
}

.pcc-hero h1 em {
	font-style: normal;
	color: var(--pcc-gold);
}

.pcc-hero__lead {
	font-size: 1.15rem;
	max-width: 42rem;
	opacity: 0.92;
	margin: 0 0 1.75rem;
}

.pcc-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	align-items: center;
}

.pcc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.35rem;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pcc-btn--primary {
	background: var(--pcc-gold);
	color: var(--pcc-navy) !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.pcc-btn--primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.pcc-btn--ghost {
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: #fff !important;
}

.pcc-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.pcc-section {
	padding: 3.5rem 1.5rem;
}

.pcc-section--alt {
	background: var(--pcc-bg);
}

.pcc-section--dark {
	background: var(--pcc-navy);
	color: #e8eef5;
}

.pcc-section--dark h2,
.pcc-section--dark .pcc-card h3 {
	color: #fff;
}

.pcc-section--dark .pcc-section__intro,
.pcc-section--dark .pcc-card p {
	color: #c5d0de;
}

.pcc-section--dark .pcc-card {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

.pcc-wrap {
	max-width: 1100px;
	margin: 0 auto;
}

.pcc-section h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	color: var(--pcc-navy);
	margin: 0 0 0.5rem;
}

.pcc-section__intro {
	color: var(--pcc-muted);
	max-width: 40rem;
	margin: 0 0 2rem;
}

.pcc-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pcc-card {
	background: #fff;
	border-radius: var(--pcc-radius);
	padding: 1.5rem;
	box-shadow: var(--pcc-shadow);
	border: 1px solid rgba(15, 39, 68, 0.06);
	height: 100%;
}

.pcc-card h3 {
	font-size: 1.1rem;
	margin: 0 0 0.5rem;
	color: var(--pcc-blue);
}

.pcc-card p {
	margin: 0;
	font-size: 0.98rem;
	color: var(--pcc-muted);
}

.pcc-card__icon {
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
}

.pcc-two-col {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

@media (min-width: 900px) {
	.pcc-two-col {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}
}

.pcc-list {
	margin: 0;
	padding-left: 1.2rem;
	color: var(--pcc-muted);
}

.pcc-list li {
	margin-bottom: 0.5rem;
}

.pcc-areas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.pcc-tag {
	background: #e8eef5;
	color: var(--pcc-blue);
	font-size: 0.85rem;
	font-weight: 600;
	padding: 0.35rem 0.75rem;
	border-radius: 6px;
}

.pcc-contact {
	background: #fff;
	border-radius: var(--pcc-radius);
	padding: 1.75rem;
	box-shadow: var(--pcc-shadow);
	border: 1px solid rgba(15, 39, 68, 0.08);
}

.pcc-contact .wpcf7-form p {
	margin-bottom: 1rem;
}

.pcc-contact input[type="text"],
.pcc-contact input[type="email"],
.pcc-contact textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.65rem 0.85rem;
	border: 1px solid #cfd8e3;
	border-radius: 8px;
}

.pcc-contact input[type="submit"] {
	background: var(--pcc-blue) !important;
	color: #fff !important;
	border: none;
	padding: 0.75rem 1.5rem !important;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
}

.pcc-infra {
	font-size: 0.9rem;
	color: var(--pcc-muted);
	border-top: 1px solid #e2e8f0;
	padding-top: 2rem;
	margin-top: 2rem;
}

.pcc-infra summary {
	cursor: pointer;
	font-weight: 600;
	color: var(--pcc-blue);
}

/* Full-width content inside Customify boxed layout */
body.home .pcc-landing {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}

body.home .site-content .content-area {
	max-width: none !important;
	padding: 0 !important;
}

body.home .page-titlebar {
	display: none !important;
}
