/* Scoped styles for Parks Contact Landing Pages. */
:root {
	--pclp-navy: #14212b;
	--pclp-blue: #6097cf;
	--pclp-ink: #18232c;
	--pclp-muted: #edf3f8;
	--pclp-paper: #ffffff;
	--pclp-copy: #39444c;
	--pclp-radius: 18px;
}

.pclp-landing,
.pclp-landing * {
	box-sizing: border-box;
}

.pclp-landing {
	background: var(--pclp-paper);
	color: var(--pclp-copy);
	font-family: "Nunito Sans", Arial, sans-serif;
	line-height: 1.6;
	overflow: hidden;
}

.pclp-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
}

.pclp-narrow {
	max-width: 900px;
}

.pclp-hero {
	background-color: var(--pclp-navy);
	background-image: linear-gradient(100deg, rgba(9, 20, 28, .95), rgba(20, 33, 43, .87)), var(--pclp-hero-image-desktop, none);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 26px 0 64px;
}

.pclp-language-toggle {
	align-items: center;
	display: flex;
	font-size: .88rem;
	font-weight: 800;
	gap: 12px;
	justify-content: flex-end;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.pclp-language-toggle span {
	border-bottom: 2px solid var(--pclp-blue);
	padding-bottom: 2px;
}

.pclp-language-toggle a {
	color: #fff;
	text-decoration: none;
}

.pclp-language-toggle a:focus,
.pclp-language-toggle a:hover {
	color: #d7edff;
	text-decoration: underline;
}

.pclp-hero-copy {
	max-width: 760px;
	padding: 48px 0 28px;
}

.pclp-eyebrow {
	color: var(--pclp-blue);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.pclp-hero .pclp-eyebrow {
	color: #b6d9fc;
}

.pclp-hero h1,
.pclp-landing h2,
.pclp-landing h3 {
	color: var(--pclp-ink);
	font-family: Amiri, Georgia, serif;
	font-weight: 700;
	line-height: 1.06;
}

.pclp-hero h1 {
	color: #fff;
	font-size: clamp(2.45rem, 5vw, 4.25rem);
	margin: 0;
	max-width: 760px;
}

.pclp-lede {
	color: #e6f2fb;
	font-size: clamp(1.05rem, 1.8vw, 1.28rem);
	margin: 20px 0 0;
	max-width: 650px;
}

.pclp-conversion-grid {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.pclp-form-card {
	background-color: #fff;
	background-image: linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94)), var(--pclp-form-image);
	background-position: center;
	background-size: cover;
	border-radius: var(--pclp-radius);
	box-shadow: 0 18px 40px rgba(4, 13, 20, .25);
	color: var(--pclp-copy);
	padding: 32px;
}

.pclp-form-card h2 {
	font-size: clamp(2rem, 3vw, 2.65rem);
	margin: 0 0 6px;
}

.pclp-form-card > p {
	margin: 0 0 8px;
}

.pclp-form-card .pclp-form-privacy {
	color: #5b6871;
	font-size: .9rem;
	margin-bottom: 20px;
}

.pclp-form-output .wpforms-container {
	margin: 0;
}

.pclp-form-output .wpforms-field {
	padding: 0 0 16px;
}

.pclp-form-output .wpforms-field-label {
	color: var(--pclp-ink);
	font-weight: 800;
}

.pclp-form-output input:not([type="checkbox"]),
.pclp-form-output textarea,
.pclp-form-output select {
	border: 1px solid #9aa6ae;
	border-radius: 7px;
	min-height: 48px;
	padding: 10px 12px;
}

.pclp-form-output textarea {
	min-height: 116px;
}

.pclp-form-output .wpforms-field-checkbox ul {
	margin: 0;
}

.pclp-form-output .wpforms-field-checkbox label {
	font-size: .78rem;
	line-height: 1.35;
}

.pclp-form-output .wpforms-submit,
.pclp-button {
	appearance: none;
	background: var(--pclp-blue) !important;
	border: 1px solid var(--pclp-blue) !important;
	border-radius: 7px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Nunito Sans", Arial, sans-serif;
	font-size: .98rem;
	font-weight: 800;
	letter-spacing: .03em;
	padding: 15px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.pclp-form-output .wpforms-submit {
	min-height: 52px;
	width: 100%;
}

.pclp-button:focus,
.pclp-button:hover,
.pclp-form-output .wpforms-submit:focus,
.pclp-form-output .wpforms-submit:hover {
	background: #3e78b2 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.pclp-form-unavailable {
	background: #fff5f5;
	border-left: 4px solid #b52929;
	color: #771f1f;
	padding: 14px;
}

.pclp-trust-panel {
	background: rgba(11, 25, 35, .88);
	border: 1px solid rgba(255, 255, 255, .19);
	border-radius: var(--pclp-radius);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px;
}

.pclp-trust-point {
	display: flex;
	gap: 13px;
	padding: 15px 0;
}

.pclp-trust-point + .pclp-trust-point {
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.pclp-trust-point svg {
	background: var(--pclp-blue);
	border-radius: 50%;
	fill: #fff;
	flex: 0 0 auto;
	height: 25px;
	margin-top: 3px;
	padding: 5px;
	width: 25px;
}

.pclp-trust-point h3 {
	color: #fff;
	font-family: "Nunito Sans", Arial, sans-serif;
	font-size: 1.04rem;
	line-height: 1.3;
	margin: 0 0 2px;
}

.pclp-trust-point p {
	color: #dceaf5;
	font-size: .92rem;
	margin: 0;
}

.pclp-secondary-actions {
	display: grid;
	gap: 9px;
	margin-top: 18px;
}

.pclp-secondary-actions a {
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 7px;
	color: #fff;
	font-size: .88rem;
	font-weight: 800;
	padding: 11px 12px;
	text-align: center;
	text-decoration: none;
}

.pclp-secondary-actions a:focus,
.pclp-secondary-actions a:hover {
	background: #fff;
	color: var(--pclp-navy);
}

.pclp-secondary-actions .pclp-whatsapp-action {
	background: #25d366;
	border-color: #25d366;
	color: #10242e;
}

.pclp-secondary-actions .pclp-whatsapp-action:focus,
.pclp-secondary-actions .pclp-whatsapp-action:hover {
	background: #1eb85a;
	border-color: #1eb85a;
	color: #081820;
}

.pclp-section {
	padding: clamp(58px, 8vw, 110px) 0;
}

.pclp-section--muted,
.pclp-section--faq {
	background: var(--pclp-muted);
}

.pclp-split-grid {
	align-items: center;
	display: grid;
	gap: clamp(32px, 6vw, 80px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pclp-split-grid--reversed > :first-child {
	grid-column: 2;
	grid-row: 1;
}

.pclp-split-grid--reversed > :last-child {
	grid-column: 1;
	grid-row: 1;
}

.pclp-media-card {
	border-radius: var(--pclp-radius);
	box-shadow: 0 18px 42px rgba(20, 33, 43, .12);
	margin: 0;
	overflow: hidden;
}

.pclp-media-card img {
	display: block;
	height: clamp(300px, 35vw, 480px);
	object-fit: cover;
	width: 100%;
}

.pclp-prose h2,
.pclp-section--faq h2,
.pclp-reviews-heading h2 {
	font-size: clamp(2.15rem, 4vw, 3.35rem);
	margin: 0 0 18px;
}

.pclp-prose p {
	font-size: 1.06rem;
	margin: 0 0 26px;
	white-space: pre-line;
}

.pclp-prose .pclp-tagline {
	color: var(--pclp-ink);
	font-size: 1.12rem;
	margin-top: -8px;
}

.pclp-video-wrap {
	background: var(--pclp-navy);
	border-radius: var(--pclp-radius);
	overflow: hidden;
	position: relative;
}

.pclp-video-wrap::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.pclp-video-wrap iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pclp-faq-list {
	margin-top: 32px;
}

.pclp-faq-item {
	background: #fff;
	border: 1px solid #d7e1e8;
	border-radius: 9px;
	margin: 11px 0;
	overflow: hidden;
}

.pclp-faq-item summary {
	color: var(--pclp-ink);
	cursor: pointer;
	font-weight: 800;
	list-style: none;
	padding: 19px 54px 19px 20px;
	position: relative;
}

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

.pclp-faq-item summary::after {
	color: var(--pclp-blue);
	content: "+";
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 16px;
}

.pclp-faq-item[open] summary::after {
	content: "−";
}

.pclp-faq-answer {
	border-top: 1px solid #e3ebf0;
	padding: 0 20px;
}

.pclp-faq-answer p {
	margin: 16px 0 20px;
}

.pclp-emergency-note {
	font-size: .9rem;
	margin: 28px 0 0;
}

.pclp-section--reviews {
	background: #fff;
}

.pclp-reviews-heading {
	margin-bottom: 32px;
	text-align: center;
}

.pclp-reviews-heading p:last-child {
	margin: -6px auto 0;
	max-width: 550px;
}

.pclp-reviews-embed {
	min-height: 1px;
}

@media (max-width: 800px) {
	.pclp-hero {
		background-image: linear-gradient(100deg, rgba(9, 20, 28, .95), rgba(20, 33, 43, .87)), var(--pclp-hero-image-mobile, var(--pclp-hero-image-desktop, none));
	}

	.pclp-shell {
		padding-left: 18px;
		padding-right: 18px;
	}

	.pclp-hero {
		padding-bottom: 42px;
	}

	.pclp-hero-copy {
		padding: 30px 0 24px;
	}

	.pclp-conversion-grid,
	.pclp-split-grid {
		grid-template-columns: 1fr;
	}

	.pclp-trust-panel {
		padding: 20px;
	}

	.pclp-split-grid--reversed > :first-child,
	.pclp-split-grid--reversed > :last-child {
		grid-column: auto;
		grid-row: auto;
	}

	.pclp-split-grid--reversed > :first-child {
		order: 0;
	}

	.pclp-split-grid--reversed > :last-child {
		order: 1;
	}

	.pclp-section {
		padding: 58px 0;
	}
}

@media (max-width: 500px) {
	.pclp-form-card {
		border-radius: 12px;
		padding: 22px 18px;
	}

	.pclp-language-toggle {
		justify-content: flex-start;
	}

	.pclp-hero h1 {
		font-size: 2.55rem;
	}

	.pclp-media-card img {
		height: 290px;
	}

	.pclp-secondary-actions a {
		font-size: .83rem;
	}
}
