/**
 * Homepage-style contact showcase section — scoped to .pchi-home-contact-showcase only.
 *
 * @package HelloElementorChild
 */

/* =========================================================
   CONTACT SHOWCASE (full-bleed section + form card)
   ========================================================= */

.pchi-home-contact-showcase,
.pchi-home-contact-showcase * {
	box-sizing: border-box;
}

.pchi-home-contact-showcase {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	isolation: isolate;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	background-image: var(--pchi-contact-bg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Shortcode in page content: full-bleed background + clearance below sticky header (homepage has no --shortcode). */
.pchi-home-contact-showcase.pchi-home-contact-showcase--shortcode {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-top: clamp(110px, 10vw, 160px);
	scroll-margin-top: clamp(100px, 9vw, 140px);
}

.pchi-home-contact-showcase.pchi-home-contact-showcase--no-methods .pchi-home-contact-showcase__methods {
	display: none !important;
}

.pchi-home-contact-showcase.pchi-home-contact-showcase--no-badge .pchi-home-contact-showcase__note {
	display: none !important;
}

.pchi-home-contact-showcase::after {
	content: "";
	position: absolute;
	left: clamp(52px, 4.5vw, 86px);
	right: auto;
	bottom: clamp(18px, 2.4vw, 38px);
	z-index: 1;
	width: clamp(190px, 16vw, 300px);
	height: clamp(190px, 16vw, 300px);
	background-image: var(--pchi-contact-logo);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	pointer-events: none;
}

.pchi-home-contact-showcase.pchi-home-contact-showcase--no-mark::after {
	display: none;
	content: none;
}

.pchi-home-contact-showcase__inner {
	position: relative;
	z-index: 3;
	width: min(100%, 1540px);
	margin: 0 auto;
	padding: clamp(46px, 4vw, 70px) clamp(24px, 4vw, 56px);
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.88fr);
	gap: clamp(34px, 4vw, 60px);
	align-items: start;
}

.pchi-home-contact-showcase__inner,
.pchi-home-contact-showcase__left,
.pchi-home-contact-showcase__right,
.pchi-home-contact-showcase__methods,
.pchi-home-contact-showcase__note {
	position: relative;
	z-index: 3;
}

.pchi-home-contact-showcase__left {
	min-width: 0;
	color: #ffffff;
	padding-top: clamp(14px, 1vw, 24px);
}

.pchi-home-contact-showcase__left h1,
.pchi-home-contact-showcase__left h2,
.pchi-home-contact-showcase__left h3 {
	margin: 0;
	max-width: 760px;
	color: #ffffff;
	font-size: clamp(52px, 5vw, 82px);
	line-height: 0.96;
	font-weight: 800;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.pchi-home-contact-showcase__left h1 span,
.pchi-home-contact-showcase__left h2 span,
.pchi-home-contact-showcase__left h3 span {
	display: block;
}

.pchi-home-contact-showcase__intro {
	margin: 28px 0 0;
	max-width: 760px;
	color: rgba(255, 255, 255, 0.97);
	font-size: clamp(17px, 1.3vw, 22px);
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.pchi-home-contact-showcase__methods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px 56px;
	max-width: 860px;
	margin-top: 42px;
}

.pchi-home-contact-showcase__method {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	column-gap: 18px;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
	min-height: 76px;
}

.pchi-home-contact-showcase__method:hover,
.pchi-home-contact-showcase__method:focus {
	text-decoration: none;
	opacity: 0.97;
	transform: translateY(-1px);
	outline: none;
}

.pchi-home-contact-showcase__method-icon {
	width: 56px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pchi-home-contact-showcase__method-icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.pchi-home-contact-showcase__method--phone .pchi-home-contact-showcase__method-icon svg,
.pchi-home-contact-showcase__method--email .pchi-home-contact-showcase__method-icon svg,
.pchi-home-contact-showcase__method--livechat .pchi-home-contact-showcase__method-icon svg {
	fill: none;
	stroke: #ffffff;
	stroke-width: 2.15;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pchi-home-contact-showcase__method--whatsapp .pchi-home-contact-showcase__method-icon svg {
	fill: #ffffff;
	stroke: none;
}

.pchi-home-contact-showcase__method-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.pchi-home-contact-showcase__method-title {
	display: block;
	color: #ffffff;
	font-size: clamp(22px, 1.6vw, 30px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.pchi-home-contact-showcase__method-text {
	display: block;
	color: rgba(255, 255, 255, 0.96);
	font-size: clamp(17px, 1.15vw, 21px);
	line-height: 1.35;
	font-weight: 500;
}

.pchi-home-contact-showcase__note {
	margin-top: 34px;
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 860px;
	color: #ffffff;
}

.pchi-home-contact-showcase__note svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #ffffff;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pchi-home-contact-showcase__note p {
	margin: 0;
	color: #ffffff;
	font-size: clamp(17px, 1.18vw, 21px);
	line-height: 1.45;
	font-weight: 700;
}

.pchi-home-contact-showcase__right {
	min-width: 0;
	display: flex;
	justify-content: flex-end;
}

.pchi-home-contact-showcase__form-card {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 640px;
	padding: clamp(28px, 2.8vw, 40px);
	border-radius: 30px;
	background: rgba(46, 31, 18, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #ffffff;
}

/* Inner shell from shortcode: outer .form-card already provides the frosted panel. */
.pchi-home-contact-showcase__form-card .pchi-hcf.pchi-hcf--showcase .pchi-hcf__card {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-radius: 0;
	color: inherit;
}

/* Form inside showcase (scoped; no global input/select/textarea/button rules) */
.pchi-home-contact-showcase .pchi-hcf,
.pchi-home-contact-showcase .pchi-hcf * {
	box-sizing: border-box;
}

.pchi-home-contact-showcase .pchi-hcf {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #ffffff;
}

.pchi-home-contact-showcase .pchi-hcf__title {
	margin: 0 0 12px;
	max-width: 480px;
	color: #ffffff;
	font-size: clamp(34px, 3vw, 52px);
	line-height: 1.02;
	font-weight: 800;
	letter-spacing: -0.045em;
}

.pchi-home-contact-showcase .pchi-hcf__intro {
	margin: 0 0 24px;
	max-width: 460px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	line-height: 1.58;
	font-weight: 500;
}

.pchi-home-contact-showcase .pchi-hcf__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px 18px;
	align-items: start;
}

.pchi-home-contact-showcase .pchi-hcf__field {
	min-width: 0;
}

.pchi-home-contact-showcase .pchi-hcf__field--full,
.pchi-home-contact-showcase .pchi-hcf__consent,
.pchi-home-contact-showcase .pchi-hcf__actions,
.pchi-home-contact-showcase .pchi-hcf__status {
	grid-column: 1 / -1;
}

.pchi-home-contact-showcase .pchi-hcf__nonce-fields,
.pchi-home-contact-showcase .pchi-hcf__hp,
.pchi-home-contact-showcase .pchi-home-contact__hp {
	display: none !important;
}

.pchi-home-contact-showcase .pchi-hcf__field > label {
	display: block;
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.pchi-home-contact-showcase .pchi-hcf input,
.pchi-home-contact-showcase .pchi-hcf select,
.pchi-home-contact-showcase .pchi-hcf textarea {
	width: 100%;
	min-height: 56px;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.045);
	color: #ffffff;
	box-shadow: none;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 500;
	outline: none;
}

.pchi-home-contact-showcase .pchi-hcf textarea {
	min-height: 150px;
	resize: vertical;
}

.pchi-home-contact-showcase .pchi-hcf input::placeholder,
.pchi-home-contact-showcase .pchi-hcf textarea::placeholder {
	color: rgba(255, 255, 255, 0.62);
}

.pchi-home-contact-showcase .pchi-hcf select option {
	background: #1f1f1f;
	color: #ffffff;
}

.pchi-home-contact-showcase .pchi-hcf input:focus,
.pchi-home-contact-showcase .pchi-hcf select:focus,
.pchi-home-contact-showcase .pchi-hcf textarea:focus {
	border-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.pchi-home-contact-showcase .pchi-hcf__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
}

.pchi-home-contact-showcase .pchi-hcf__consent input {
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	margin: 2px 0 0;
	padding: 0;
	border-radius: 4px;
	accent-color: #f6a800;
}

.pchi-home-contact-showcase .pchi-hcf__actions {
	margin-top: 4px;
}

.pchi-home-contact-showcase .pchi-hcf__submit {
	width: 100%;
	min-height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 24px;
	border: 0;
	border-radius: 18px;
	background: #f6a800;
	color: #111111;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
	transition: transform 0.2s ease, background 0.2s ease;
}

.pchi-home-contact-showcase .pchi-hcf__submit:hover,
.pchi-home-contact-showcase .pchi-hcf__submit:focus {
	background: #ffbc1f;
	transform: translateY(-1px);
}

.pchi-home-contact-showcase .pchi-hcf__status {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 1180px) {
	.pchi-home-contact-showcase__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.pchi-home-contact-showcase__right {
		justify-content: flex-start;
	}

	.pchi-home-contact-showcase__form-card {
		max-width: 760px;
	}

	.pchi-home-contact-showcase__methods {
		grid-template-columns: 1fr;
		gap: 22px;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.pchi-home-contact-showcase__inner {
		padding: 34px 18px;
	}

	.pchi-home-contact-showcase__left h1,
	.pchi-home-contact-showcase__left h2,
	.pchi-home-contact-showcase__left h3 {
		font-size: clamp(40px, 10vw, 56px);
		line-height: 0.98;
	}

	.pchi-home-contact-showcase__intro {
		font-size: 16px;
		margin-top: 22px;
	}

	.pchi-home-contact-showcase__methods {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 32px;
	}

	.pchi-home-contact-showcase__method {
		grid-template-columns: 46px minmax(0, 1fr);
		column-gap: 14px;
		min-height: auto;
	}

	.pchi-home-contact-showcase__method-icon {
		width: 46px;
		height: 46px;
	}

	.pchi-home-contact-showcase__method-icon svg {
		width: 28px;
		height: 28px;
	}

	.pchi-home-contact-showcase__method-title {
		font-size: 24px;
	}

	.pchi-home-contact-showcase__method-text {
		font-size: 17px;
	}

	.pchi-home-contact-showcase__form-card {
		padding: 24px 18px 20px;
		border-radius: 24px;
	}

	.pchi-home-contact-showcase .pchi-hcf__title {
		font-size: clamp(30px, 8vw, 42px);
	}

	.pchi-home-contact-showcase .pchi-hcf__form {
		grid-template-columns: 1fr;
	}

	.pchi-home-contact-showcase::after {
		left: 22px;
		right: auto;
		bottom: 18px;
		width: 140px;
		height: 140px;
		opacity: 1;
	}

	.pchi-home-contact-showcase.pchi-home-contact-showcase--shortcode {
		padding-top: clamp(88px, 16vw, 124px);
		scroll-margin-top: clamp(76px, 14vw, 108px);
	}
}
