.na-contact,
.na-contact * {
	box-sizing: border-box;
}

.na-contact {
	--na-navy: #082a46;
	--na-blue: #16496d;
	--na-paper: #f3f5f6;
	--na-ink: #17212a;
	--na-muted: #3f525e;
	--na-rule: #d7e0e5;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	background: var(--na-paper);
	color: var(--na-ink);
	font-family: Montserrat, Arial, sans-serif;
	line-height: 1.6;
}

.na-contact a {
	color: inherit;
}

.na-contact-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.na-contact-kicker {
	margin: 0 0 18px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.na-contact-title,
.na-contact-heading,
.na-contact-form-head h2,
.na-contact-reason h3 {
	font-family: Georgia, "Times New Roman", serif;
}

/* Hero */
.na-contact-hero {
	position: relative;
	display: grid;
	min-height: min(650px, calc(100vh - 118px));
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 25%, rgba(77, 151, 187, .34), transparent 27%),
		linear-gradient(135deg, #061d30 0%, var(--na-navy) 58%, #0d3d5e 100%);
	color: #fff;
}

.na-contact-hero::before {
	content: "CONTACTO";
	position: absolute;
	right: -2vw;
	bottom: -3vw;
	color: transparent;
	font-family: Arial, sans-serif;
	font-size: clamp(100px, 18vw, 280px);
	font-weight: 900;
	letter-spacing: -.07em;
	line-height: .8;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .11);
	white-space: nowrap;
}

.na-contact-orbit {
	position: absolute;
	top: 9%;
	right: 8%;
	width: min(330px, 29vw);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
}

.na-contact-orbit::before {
	content: "";
	position: absolute;
	inset: 19%;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: inherit;
}

.na-contact-wave {
	position: absolute;
	right: -4%;
	bottom: 7%;
	width: min(720px, 58vw);
	height: 190px;
	border-top: 1px solid rgba(255, 255, 255, .27);
	border-radius: 50%;
	transform: rotate(-5deg);
}

.na-contact-wave::before,
.na-contact-wave::after {
	content: "";
	position: absolute;
	inset: 23px 0 auto;
	height: 170px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
}

.na-contact-wave::after {
	inset: 47px 0 auto;
	opacity: .55;
}

.na-contact-hero__inner {
	position: relative;
	z-index: 1;
	padding-block: 90px;
}

.na-contact-hero .na-contact-kicker {
	color: rgba(255, 255, 255, .72);
}

.na-contact-title {
	max-width: 980px;
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 7vw, 100px);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .96;
}

.na-contact-lead {
	max-width: 720px;
	margin: 30px 0 0;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(17px, 1.6vw, 21px);
	font-weight: 500;
	line-height: 1.7;
}

/* Contenido y formulario */
.na-contact-main {
	padding-block: 100px;
	background: #fff;
}

.na-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
	gap: clamp(48px, 8vw, 105px);
	align-items: start;
}

.na-contact-context {
	padding-top: 28px;
}

.na-contact-context > .na-contact-kicker {
	color: var(--na-blue);
}

.na-contact-heading {
	margin: 0;
	color: var(--na-navy);
	font-size: clamp(38px, 4.4vw, 62px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1.04;
}

.na-contact-copy {
	margin: 28px 0 0;
	color: var(--na-muted);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
}

.na-contact-reasons {
	display: grid;
	gap: 0;
	margin-top: 42px;
	border-top: 1px solid var(--na-rule);
}

.na-contact-reason {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 18px;
	padding-block: 21px;
	border-bottom: 1px solid var(--na-rule);
}

.na-contact-reason > span {
	padding-top: 4px;
	color: var(--na-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.na-contact-reason h3 {
	margin: 0;
	color: var(--na-navy);
	font-size: 23px;
	line-height: 1.2;
}

.na-contact-reason p {
	margin: 7px 0 0;
	color: var(--na-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

.na-contact-scope {
	margin-top: 32px;
	padding: 23px 25px;
	border-left: 4px solid var(--na-navy);
	background: var(--na-paper);
}

.na-contact-scope strong {
	color: var(--na-navy);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.na-contact-scope p {
	margin: 8px 0 0;
	color: var(--na-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
}

.na-contact-form-card {
	position: relative;
	padding: clamp(30px, 4vw, 52px);
	border-top: 5px solid var(--na-navy);
	background: var(--na-paper);
	box-shadow: 0 24px 70px rgba(8, 42, 70, .13);
}

.na-contact-form-card::after {
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(8, 42, 70, .24);
	border-radius: 50%;
}

.na-contact-form-head {
	padding-right: 50px;
	margin-bottom: 32px;
}

.na-contact-form-head .na-contact-kicker {
	color: var(--na-blue);
}

.na-contact-form-head h2 {
	margin: 0;
	color: var(--na-navy);
	font-size: clamp(34px, 3.5vw, 48px);
	letter-spacing: -.035em;
	line-height: 1.05;
}

.na-contact-form-head > p:last-child {
	margin: 14px 0 0;
	color: var(--na-muted);
	font-size: 13px;
	font-weight: 500;
}

.na-contact-privacy {
	margin: 24px 0 0;
	color: var(--na-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.65;
}

.na-contact-privacy a {
	color: var(--na-navy);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.na-contact-setup {
	padding: 22px;
	border: 1px dashed #8da2ae;
	background: #fff;
	color: var(--na-ink);
}

.na-contact-setup p {
	margin: 7px 0 0;
	font-size: 14px;
	font-weight: 500;
}

/* Fluent Forms */
.na-contact-form-card .ff-el-group {
	margin-bottom: 22px;
}

.na-contact-form-card .ff-el-input--label label {
	display: block;
	margin-bottom: 8px;
	color: var(--na-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
}

.na-contact-form-card .ff-el-form-control {
	width: 100%;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid #bcc9d0;
	border-radius: 0;
	background: #fff;
	color: var(--na-ink);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.na-contact-form-card textarea.ff-el-form-control {
	min-height: 170px;
	resize: vertical;
}

.na-contact-form-card .ff-el-form-control:focus {
	border-color: var(--na-blue);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(22, 73, 109, .12);
}

.na-contact-form-card .ff-el-form-check-label,
.na-contact-form-card .ff_t_c {
	color: var(--na-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
}

.na-contact-form-card .ff-btn-submit,
.na-contact-form-card button[type="submit"] {
	min-height: 52px;
	padding: 14px 25px;
	border: 1px solid var(--na-navy);
	border-radius: 0;
	background: var(--na-navy);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease;
}

.na-contact-form-card .ff-btn-submit:hover,
.na-contact-form-card .ff-btn-submit:focus-visible,
.na-contact-form-card button[type="submit"]:hover,
.na-contact-form-card button[type="submit"]:focus-visible {
	background: var(--na-blue);
	transform: translateY(-2px);
}

.na-contact-form-card .error.text-danger,
.na-contact-form-card .ff-el-is-error .text-danger {
	color: #9d1f25;
	font-size: 12px;
	font-weight: 700;
}

.na-contact-form-card .ff-message-success {
	padding: 20px;
	border: 1px solid #6c9888;
	border-radius: 0;
	background: #eef7f3;
	color: #153f34;
	font-weight: 600;
}

/* Cierre */
.na-contact-after {
	padding-block: 85px;
	background: var(--na-navy);
	color: #fff;
}

.na-contact-after__grid {
	display: grid;
	grid-template-columns: .6fr 1.4fr;
	gap: 70px;
	align-items: start;
}

.na-contact-after .na-contact-kicker {
	color: rgba(255, 255, 255, .68);
}

.na-contact-after .na-contact-heading {
	max-width: 780px;
	color: #fff;
}

.na-contact-after p:last-child {
	max-width: 690px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .86);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

/* El título automático de WordPress no se muestra en esta plantilla. */
body.nautes-contact-page > .wp-site-blocks > .wp-block-post-title,
body.nautes-contact-page .wp-block-post-title {
	display: none !important;
}

@media (max-width: 900px) {
	.na-contact-layout,
	.na-contact-after__grid {
		grid-template-columns: 1fr;
	}

	.na-contact-layout {
		gap: 60px;
	}

	.na-contact-after__grid {
		gap: 18px;
	}

	.na-contact-orbit {
		right: -8%;
		width: 46vw;
	}
}

@media (max-width: 600px) {
	.na-contact-shell {
		width: min(100% - 30px, 1180px);
	}

	.na-contact-hero {
		min-height: 570px;
	}

	.na-contact-hero__inner {
		padding-block: 70px;
	}

	.na-contact-title {
		font-size: clamp(44px, 14vw, 64px);
	}

	.na-contact-lead {
		font-size: 16px;
	}

	.na-contact-main {
		padding-block: 68px;
	}

	.na-contact-context {
		padding-top: 0;
	}

	.na-contact-heading {
		font-size: 39px;
	}

	.na-contact-form-card {
		padding: 28px 20px;
		box-shadow: 0 18px 44px rgba(8, 42, 70, .12);
	}

	.na-contact-form-card::after {
		top: 22px;
		right: 20px;
		width: 34px;
		height: 34px;
	}

	.na-contact-form-head {
		padding-right: 42px;
	}

	.na-contact-after {
		padding-block: 64px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.na-contact *,
	.na-contact *::before,
	.na-contact *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
