/** Premium Contact page. All rules are scoped to the approved child-theme route. */

.page-id-376 .entry-content-wrap {
	padding: 0;
}

.page-id-376 .content-area,
.page-id-376 .site-main,
.page-id-376 .content-container {
	margin: 0;
	padding: 0;
}

.ych-contact {
	position: relative;
	overflow: clip;
	background: var(--ych-bg-primary);
	color: var(--ych-text-primary);
	font-family: var(--ych-font-body);
}

.ych-contact *,
.ych-contact *::before,
.ych-contact *::after {
	box-sizing: border-box;
}

.ych-contact__container {
	width: min(calc(100% - (var(--page-gutter) * 2)), 87.5rem);
	margin-inline: auto;
}

.ych-contact h1,
.ych-contact h2,
.ych-contact h3,
.ych-contact p {
	margin-top: 0;
}

.ych-contact h1,
.ych-contact h2 {
	color: #fff;
	font-family: var(--ych-font-heading);
	font-weight: 700;
	letter-spacing: -0.045em;
}

.ych-contact h1 {
	max-width: 12ch;
	margin-bottom: 1.5rem;
	font-size: clamp(3rem, 5.5vw, 4.75rem);
	line-height: 0.97;
}

.ych-contact h2 {
	margin-bottom: 1.25rem;
	font-size: clamp(2.25rem, 4vw, 4.25rem);
	line-height: 1.02;
}

.ych-contact h3 {
	color: #fff;
	font-size: clamp(1.2rem, 1.7vw, 1.5rem);
	line-height: 1.25;
}

.ych-contact a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.22em;
}

.ych-contact a:focus-visible,
.ych-contact button:focus-visible,
.ych-contact input:focus-visible,
.ych-contact select:focus-visible,
.ych-contact textarea:focus-visible,
.ych-contact [tabindex="-1"]:focus-visible {
	outline: 0.1875rem solid var(--ych-focus);
	outline-offset: 0.25rem;
}

.ych-contact__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.2rem;
	color: #a8cfff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ych-contact__eyebrow::before {
	width: 1.75rem;
	height: 0.125rem;
	border-radius: 999px;
	background: var(--ych-accent-gradient);
	content: "";
}

.ych-contact__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 3.5rem;
	padding: 0.95rem 1.5rem;
	border: 0.0625rem solid transparent;
	border-radius: var(--ych-radius-button);
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: transform var(--ych-transition), box-shadow var(--ych-transition), background-color var(--ych-transition);
}

.ych-contact__button:hover {
	transform: translateY(-0.125rem);
}

.ych-contact__button--primary {
	background: var(--ych-accent-gradient);
	box-shadow: 0 1rem 2.5rem rgba(90, 126, 210, 0.25);
	color: #07111f;
}

.ych-contact__button--primary:hover {
	box-shadow: 0 1.25rem 3rem rgba(125, 119, 221, 0.34);
	color: #07111f;
}

.ych-contact__button--light {
	background: #f8fbff;
	box-shadow: var(--ych-shadow-small);
	color: #091322;
}

.ych-contact-hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(4rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 15% 20%, rgba(79, 148, 238, 0.18), transparent 32rem),
		linear-gradient(145deg, #07111f 0%, #0a1628 52%, #11182d 100%);
}

.ych-contact__orb {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(0.25rem);
	pointer-events: none;
}

.ych-contact__orb--one {
	top: 4%;
	right: -10rem;
	width: 31rem;
	height: 31rem;
	background: radial-gradient(circle, rgba(137, 100, 215, 0.2), transparent 68%);
}

.ych-contact__orb--two {
	bottom: -12rem;
	left: 30%;
	width: 26rem;
	height: 26rem;
	background: radial-gradient(circle, rgba(75, 195, 226, 0.11), transparent 68%);
}

.ych-contact-hero__grid {
	display: grid;
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5.5rem);
}

.ych-contact-hero__lead {
	max-width: 41rem;
	margin-bottom: 1.1rem;
	color: #dbe7f6;
	font-size: clamp(1.15rem, 1.8vw, 1.45rem);
	line-height: 1.55;
}

.ych-contact-hero__reassurance {
	max-width: 40rem;
	margin-bottom: 2.25rem;
	color: var(--ych-text-secondary);
	font-size: 1rem;
	line-height: 1.75;
}

.ych-contact-hero__media {
	position: relative;
	min-width: 0;
}

.ych-contact-hero__media::before {
	position: absolute;
	inset: -0.0625rem;
	z-index: -1;
	border-radius: 1.75rem;
	background: var(--ych-accent-gradient);
	box-shadow: 0 1.75rem 5rem rgba(0, 0, 0, 0.35), 0 0 3.5rem rgba(103, 139, 224, 0.13);
	content: "";
}

.ych-contact-hero__image,
.ych-contact-hero__image-fallback {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 0.375rem solid #0d1929;
	border-radius: 1.75rem;
	background: linear-gradient(135deg, #132943, #251d3f);
	object-fit: cover;
}

.ych-contact-hero__note {
	display: flex;
	position: absolute;
	right: clamp(0.75rem, 3vw, 2rem);
	bottom: clamp(0.75rem, 3vw, 2rem);
	align-items: center;
	gap: 0.8rem;
	max-width: 18rem;
	padding: 0.95rem 1.1rem;
	border: 0.0625rem solid rgba(173, 201, 237, 0.22);
	border-radius: 1rem;
	background: rgba(7, 17, 31, 0.88);
	box-shadow: var(--ych-shadow-small);
	backdrop-filter: blur(1rem);
}

.ych-contact-hero__note > span {
	display: grid;
	flex: 0 0 2.35rem;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(134, 121, 224, 0.18);
	color: #b6a5ff;
}

.ych-contact-hero__note p {
	margin-bottom: 0;
	color: var(--ych-text-secondary);
	font-size: 0.78rem;
	line-height: 1.45;
}

.ych-contact-hero__note strong {
	display: block;
	color: #fff;
}

.ych-contact-section {
	padding-block: clamp(4rem, 6vw, 6rem);
}

.ych-contact-section__header {
	max-width: 48rem;
	margin-bottom: clamp(2.25rem, 4.5vw, 4rem);
}

.ych-contact-section__header > p:last-child {
	margin-bottom: 0;
	color: var(--ych-text-secondary);
	font-size: 1.05rem;
	line-height: 1.7;
}

.ych-contact-options {
	background: linear-gradient(180deg, #0b1727, #091322);
}

.ych-contact-options__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.ych-contact-option {
	display: flex;
	position: relative;
	flex-direction: column;
	min-width: 0;
	min-height: 16rem;
	padding: clamp(1.4rem, 2.5vw, 2rem);
	border: 0.0625rem solid var(--ych-border);
	border-radius: var(--ych-radius-card);
	background: linear-gradient(145deg, rgba(18, 37, 59, 0.95), rgba(13, 25, 41, 0.94));
	box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.13);
	transition: transform var(--ych-transition), border-color var(--ych-transition), background-color var(--ych-transition);
}

.ych-contact-option:hover {
	transform: translateY(-0.25rem);
	border-color: var(--ych-border-strong);
	background: var(--ych-bg-card-hover);
}

.ych-contact-option__icon,
.ych-contact-detail-card > span {
	display: grid;
	width: 3.15rem;
	height: 3.15rem;
	margin-bottom: 1.5rem;
	place-items: center;
	border: 0.0625rem solid rgba(150, 179, 226, 0.2);
	border-radius: 1rem;
	background: linear-gradient(135deg, rgba(91, 159, 231, 0.18), rgba(153, 104, 215, 0.17));
	color: #a9cfff;
	font-size: 1.45rem;
}

.ych-contact-option h3 {
	margin-bottom: 0.75rem;
}

.ych-contact-option p {
	margin-bottom: 1.75rem;
	color: var(--ych-text-secondary);
	line-height: 1.65;
}

.ych-contact-option a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: auto;
	color: #a9cfff;
	font-weight: 700;
	text-decoration: none;
}

.ych-contact-option a:hover {
	color: #d7e9ff;
}

.ych-contact-form-section {
	background:
		radial-gradient(circle at 75% 30%, rgba(126, 95, 205, 0.13), transparent 32rem),
		#07111f;
}

.ych-contact-form-layout {
	display: grid;
	align-items: start;
	gap: clamp(2.5rem, 5vw, 5rem);
}

.ych-contact-form-intro {
	position: sticky;
	top: 7rem;
}

.ych-contact-form-intro > p:not(.ych-contact__eyebrow) {
	max-width: 34rem;
	color: var(--ych-text-secondary);
	font-size: 1.05rem;
	line-height: 1.7;
}

.ych-contact-form-intro ul {
	display: grid;
	gap: 0.85rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.ych-contact-form-intro li {
	position: relative;
	padding-left: 1.75rem;
	color: #c4d2e4;
	line-height: 1.55;
}

.ych-contact-form-intro li::before {
	position: absolute;
	top: 0.1rem;
	left: 0;
	color: #83b5ef;
	content: "✓";
	font-weight: 700;
}

.ych-contact-form {
	position: relative;
	min-width: 0;
	padding: clamp(1.25rem, 3vw, 2.25rem);
	border: 0.0625rem solid rgba(157, 183, 221, 0.2);
	border-radius: var(--ych-radius-panel);
	background: linear-gradient(155deg, rgba(17, 35, 55, 0.98), rgba(11, 24, 40, 0.98));
	box-shadow: 0 1.75rem 5rem rgba(0, 0, 0, 0.28), 0 0 3.5rem rgba(111, 114, 218, 0.08);
}

.ych-contact-form::before {
	position: absolute;
	top: 0;
	right: 10%;
	left: 10%;
	height: 0.0625rem;
	background: linear-gradient(90deg, transparent, rgba(135, 183, 241, 0.75), rgba(158, 111, 219, 0.72), transparent);
	content: "";
}

.ych-contact-form__trap {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ych-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem;
}

.ych-contact-field {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.ych-contact-field--full {
	grid-column: 1 / -1;
}

.ych-contact-field > label,
.ych-contact-choice legend {
	margin-bottom: 0.55rem;
	color: #eef5ff;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.4;
}

.ych-contact-field__optional,
.ych-contact-field__help {
	color: var(--ych-text-muted);
	font-size: 0.78rem;
	font-weight: 400;
}

.ych-contact-field__help {
	margin-top: 0.45rem;
	line-height: 1.4;
}

.ych-contact-field input:not([type="checkbox"]):not([type="radio"]),
.ych-contact-field select,
.ych-contact-field textarea {
	width: 100%;
	min-height: 3.25rem;
	margin: 0;
	padding: 0.8rem 0.95rem;
	border: 0.0625rem solid rgba(153, 178, 211, 0.3);
	border-radius: 0.8rem;
	background: rgba(6, 16, 29, 0.74);
	box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
	color: #f5f8fc;
	font: inherit;
	line-height: 1.4;
	transition: border-color var(--ych-transition), background-color var(--ych-transition), box-shadow var(--ych-transition);
}

.ych-contact-field select {
	padding-right: 2.5rem;
}

.ych-contact-field textarea {
	min-height: 10.5rem;
	resize: vertical;
}

.ych-contact-field input:hover,
.ych-contact-field select:hover,
.ych-contact-field textarea:hover {
	border-color: rgba(165, 192, 228, 0.52);
}

.ych-contact-field input:focus,
.ych-contact-field select:focus,
.ych-contact-field textarea:focus {
	border-color: #8dbbf0;
	background: #0a1a2d;
	box-shadow: 0 0 0 0.1875rem rgba(122, 169, 226, 0.13);
}

.ych-contact-field [aria-invalid="true"] {
	border-color: #ff9d9d;
}

.ych-contact-field__error {
	display: none;
	margin-top: 0.4rem;
	color: #ffb0b0;
	font-size: 0.8rem;
	line-height: 1.4;
}

.ych-contact-field__error:not(:empty) {
	display: block;
}

.ych-contact-choice__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ych-contact-choice__options label {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 2.75rem;
	padding: 0.6rem 0.9rem;
	border: 0.0625rem solid rgba(153, 178, 211, 0.26);
	border-radius: 0.75rem;
	background: rgba(6, 16, 29, 0.5);
	color: #dce7f5;
	cursor: pointer;
}

.ych-contact-choice input,
.ych-contact-consent input {
	width: 1.15rem;
	height: 1.15rem;
	margin: 0;
	accent-color: #8eb9ed;
}

.ych-contact-consent > label {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0.75rem;
	margin: 0;
	color: #cbd8e8;
	font-weight: 400;
	line-height: 1.55;
}

.ych-contact-consent input {
	margin-top: 0.18rem;
}

.ych-contact-form__submit {
	width: 100%;
	margin-top: 1.5rem;
	cursor: pointer;
}

.ych-contact-form__submit:disabled {
	cursor: wait;
	opacity: 0.74;
	transform: none;
}

.ych-contact-form__spinner {
	display: none;
	width: 1rem;
	height: 1rem;
	border: 0.125rem solid rgba(7, 17, 31, 0.28);
	border-top-color: #07111f;
	border-radius: 50%;
	animation: ych-contact-spin 700ms linear infinite;
}

.ych-contact-form.is-submitting .ych-contact-form__spinner {
	display: block;
}

.ych-contact-form__status:not(:empty) {
	margin-top: 1rem;
	padding: 0.95rem 1rem;
	border: 0.0625rem solid rgba(129, 213, 176, 0.35);
	border-radius: 0.75rem;
	background: rgba(43, 130, 92, 0.14);
	color: #d5f5e5;
	line-height: 1.55;
}

.ych-contact-form__status.is-error:not(:empty) {
	border-color: rgba(255, 145, 145, 0.42);
	background: rgba(161, 45, 45, 0.15);
	color: #ffd4d4;
}

.ych-contact-details {
	background: #0b1727;
}

.ych-contact-details__grid {
	display: grid;
	gap: 1.25rem;
}

.ych-contact-detail-card {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.5rem;
	border: 0.0625rem solid var(--ych-border);
	border-radius: var(--ych-radius-card);
	background: var(--ych-bg-card);
}

.ych-contact-detail-card > span {
	flex: 0 0 3.15rem;
	margin-bottom: 0;
}

.ych-contact-detail-card p {
	margin-bottom: 0.4rem;
	color: var(--ych-text-muted);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ych-contact-detail-card a {
	display: block;
	overflow-wrap: anywhere;
	color: #dcecff;
	font-weight: 700;
}

.ych-contact-detail-card a + a {
	margin-top: 0.35rem;
}

.ych-contact-faq {
	background: #091322;
}

.ych-contact-faq__layout {
	display: grid;
	align-items: start;
	gap: clamp(2.5rem, 6vw, 6rem);
}

.ych-contact-faq__header {
	margin-bottom: 0;
}

.ych-contact-faq__list {
	display: grid;
	gap: 0.8rem;
}

.ych-contact-faq__item {
	overflow: hidden;
	border: 0.0625rem solid var(--ych-border);
	border-radius: 1rem;
	background: var(--ych-bg-card);
}

.ych-contact-faq__item h3 {
	margin: 0;
}

.ych-contact-faq__item button {
	display: flex;
	width: 100%;
	min-height: 4.25rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.2rem;
	border: 0;
	background: transparent;
	color: #f4f7fb;
	font: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
}

.ych-contact-faq__item button:hover {
	background: rgba(137, 170, 217, 0.05);
}

.ych-contact-faq__toggle {
	display: grid;
	flex: 0 0 2rem;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(127, 157, 212, 0.12);
	color: #a9cfff;
	font-size: 1.25rem;
}

.ych-contact-faq__panel p {
	margin: 0;
	padding: 0 1.2rem 1.25rem;
	color: var(--ych-text-secondary);
	line-height: 1.7;
}

.ych-contact-faq__panel a {
	color: #a9cfff;
}

.ych-contact-cta {
	background: #07111f;
}

.ych-contact-cta__panel {
	display: flex;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(2rem, 4.5vw, 3.75rem);
	border: 0.0625rem solid rgba(180, 205, 240, 0.2);
	border-radius: clamp(1.25rem, 3vw, 2rem);
	background: linear-gradient(135deg, #17355a, #2a2350 64%, #472a66);
	box-shadow: var(--ych-shadow-large);
}

.ych-contact-cta__panel::after {
	position: absolute;
	z-index: -1;
	top: -10rem;
	right: -8rem;
	width: 28rem;
	height: 28rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(107, 214, 242, 0.18), transparent 66%);
	content: "";
}

.ych-contact-cta__panel h2 {
	max-width: 14ch;
}

.ych-contact-cta__panel p:last-child {
	max-width: 46rem;
	margin-bottom: 0;
	color: #d5e2f2;
	font-size: 1.05rem;
	line-height: 1.65;
}

.ych-contact-cta__panel .ych-contact__button {
	flex: 0 0 auto;
}

@keyframes ych-contact-spin {
	to { transform: rotate(360deg); }
}

@media (min-width: 48rem) {
	.ych-contact-details__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 64rem) {
	.ych-contact-hero__grid {
		grid-template-columns: minmax(0, 1.06fr) minmax(25rem, 0.94fr);
	}

	.ych-contact-form-layout {
		grid-template-columns: minmax(18rem, 0.72fr) minmax(34rem, 1.28fr);
	}

	.ych-contact-faq__layout {
		grid-template-columns: minmax(18rem, 0.75fr) minmax(32rem, 1.25fr);
	}
}

@media (min-width: 75rem) {
	.ych-contact-options__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 63.99rem) {
	.ych-contact-form-intro {
		position: static;
	}

	.ych-contact-cta__panel {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 47.99rem) {
	.ych-contact h1 {
		font-size: clamp(2.75rem, 14vw, 4.2rem);
	}

	.ych-contact-options__grid,
	.ych-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.ych-contact-field--full {
		grid-column: auto;
	}

	.ych-contact-option {
		min-height: 0;
	}

	.ych-contact-hero__note {
		position: relative;
		right: auto;
		bottom: auto;
		max-width: none;
		margin: -1.75rem 0 0 1rem;
		border-top-left-radius: 0;
	}

	.ych-contact-cta__panel .ych-contact__button {
		width: 100%;
	}
}

@media (max-width: 23.5rem) {
	.ych-contact__container {
		width: min(calc(100% - 2rem), 87.5rem);
	}

	.ych-contact-form {
		padding: 1rem;
	}

	.ych-contact-choice__options {
		flex-direction: column;
	}

	.ych-contact-choice__options label {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ych-contact *,
	.ych-contact *::before,
	.ych-contact *::after {
		scroll-behavior: auto;
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
		transition-duration: 0.01ms;
	}
}
