/* FlexPresets — Contact Us (static) */
.fp-contact-page { background: #fff; color: #171717; }
.fp-contact { max-width: 720px; margin: 0 auto; padding: 64px 20px 96px; }

.fp-contact__head { text-align: center; margin-bottom: 48px; }
.fp-contact__eyebrow {
	margin: 0 0 12px;
	font-size: 12px; letter-spacing: .18em;
	text-transform: uppercase;
	color: #737373;
}
.fp-contact-page h1.fp-contact__title,
.fp-contact__title {
	margin: 0 0 12px !important;
	font-size: 28px !important; font-weight: 600 !important;
	letter-spacing: -.02em !important; line-height: 1.1 !important;
	color: #171717 !important;
}
.fp-contact__lead {
	margin: 0;
	font-size: 14px; line-height: 1.7;
	color: #737373;
}

/* Quick-channel cards */
.fp-contact__channels {
	display: grid; grid-template-columns: 1fr;
	gap: 12px; margin-bottom: 48px;
}
@media (min-width: 640px) { .fp-contact__channels { grid-template-columns: 1fr 1fr; } }

.fp-contact__card,
.fp-contact-page a.fp-contact__card {
	display: flex; align-items: center; gap: 12px;
	padding: 16px;
	background: #fff;
	border: 1px solid #e5e5e5 !important;
	border-radius: 16px;
	text-decoration: none !important;
	color: #171717 !important;
	transition: border-color .2s, transform .15s;
}
.fp-contact__card:hover {
	border-color: rgba(184,151,109,.6) !important;
}
.fp-contact__card:hover .fp-contact__chev {
	color: #b8976d;
	transform: translateX(2px);
}

.fp-contact__icon {
	flex-shrink: 0;
	width: 40px; height: 40px;
	border-radius: 12px;
	background: rgba(184,151,109,.1);
	color: #b8976d;
	display: inline-flex; align-items: center; justify-content: center;
}
.fp-contact__copy { display: flex; flex-direction: column; min-width: 0; }
.fp-contact__name {
	font-size: 14px; font-weight: 500; color: #171717;
}
.fp-contact__desc {
	font-size: 12px; color: #737373;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.fp-contact__chev {
	margin-left: auto;
	color: #737373;
	transition: color .2s, transform .15s;
}

/* Chat widget — same chrome as React mockup but using the prod Jaaxis iframe */
.fp-contact__chat {
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}
.fp-contact__chat iframe { display: block; width: 100%; }
