/**
 * Complx Contact page
 */

.complx-contact-hero {
	padding: 8.5rem 0 2.5rem;
}

.complx-contact-wrap {
	width: 100%;
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 640px) {
	.complx-contact-wrap {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.complx-contact-eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #073B66;
}

html.dark .complx-contact-eyebrow,
.dark .complx-contact-eyebrow {
	color: #F4A261;
}

.complx-contact-title {
	margin: 0;
	font-family: "General Sans", Satoshi, Inter, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: #101828;
}

html.dark .complx-contact-title,
.dark .complx-contact-title {
	color: #fff;
}

.complx-contact-lead {
	margin: 1rem 0 0;
	max-width: 40rem;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #586474;
}

html.dark .complx-contact-lead,
.dark .complx-contact-lead {
	color: rgba(255, 255, 255, 0.7);
}

.complx-contact-main {
	padding: 1.5rem 0 5rem;
}

.complx-contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

@media (min-width: 960px) {
	.complx-contact-grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
		gap: 2.5rem;
	}
}

.complx-contact-info {
	display: grid;
	gap: 1rem;
}

.complx-contact-card {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1.25rem 1.35rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid #D9E0E7;
}

html.dark .complx-contact-card,
.dark .complx-contact-card {
	background: #15264A;
	border-color: rgba(255, 255, 255, 0.12);
}

.complx-contact-card__icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	background: rgba(7, 59, 102, 0.08);
	color: #073B66;
}

html.dark .complx-contact-card__icon,
.dark .complx-contact-card__icon {
	background: rgba(244, 162, 97, 0.15);
	color: #F4A261;
}

.complx-contact-card__icon svg {
	width: 1.25rem;
	height: 1.25rem;
}

.complx-contact-card__label {
	margin: 0 0 0.25rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #586474;
}

html.dark .complx-contact-card__label,
.dark .complx-contact-card__label {
	color: rgba(255, 255, 255, 0.5);
}

.complx-contact-card__value {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.45;
	color: #101828;
}

html.dark .complx-contact-card__value,
.dark .complx-contact-card__value {
	color: #E8EEFB;
}

.complx-contact-card__value a {
	color: inherit;
	text-decoration: none;
}

.complx-contact-card__value a:hover {
	color: #073B66;
}

html.dark .complx-contact-card__value a:hover,
.dark .complx-contact-card__value a:hover {
	color: #F4A261;
}

.complx-contact-note {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	line-height: 1.5;
	color: #586474;
}

html.dark .complx-contact-note,
.dark .complx-contact-note {
	color: rgba(255, 255, 255, 0.55);
}

.complx-contact-form-panel {
	padding: 1.75rem 1.5rem 1.5rem;
	border-radius: 1.25rem;
	background: #fff;
	border: 1px solid #D9E0E7;
	box-shadow: 0 12px 40px rgba(7, 59, 102, 0.06);
}

@media (min-width: 640px) {
	.complx-contact-form-panel {
		padding: 2rem 2rem 1.75rem;
	}
}

.complx-contact-form-title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #101828;
}

.complx-contact-form-lead {
	margin: 0.5rem 0 1.35rem;
	font-size: 0.95rem;
	color: #586474;
}

html.dark .complx-contact-form-panel,
.dark .complx-contact-form-panel {
	background: #15264A;
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

html.dark .complx-contact-form-title,
.dark .complx-contact-form-title {
	color: #fff;
}

html.dark .complx-contact-form-lead,
.dark .complx-contact-form-lead {
	color: rgba(232, 238, 251, 0.72);
}

/* HubSpot / Fluent form softening inside panel */
.complx-contact-form {
	background: transparent;
	border-radius: 0.85rem;
	padding: 0.25rem 0 0;
}

.complx-contact-form iframe,
.complx-contact-form form {
	width: 100% !important;
	max-width: 100%;
}

.complx-contact-form iframe.hs-form-iframe {
	background: transparent;
	border-radius: 0.75rem;
}

html.dark .complx-contact-form iframe.hs-form-iframe,
.dark .complx-contact-form iframe.hs-form-iframe {
	background: transparent;
}

.complx-contact-form input[type="text"],
.complx-contact-form input[type="email"],
.complx-contact-form input[type="tel"],
.complx-contact-form textarea,
.complx-contact-form select {
	border-radius: 0.65rem !important;
}
