/*
Theme Name: NPT Clinic
Theme URI: https://www.neurologie-psychiatrie-teneriffa.de/
Author: NPT
Description: Tema de bloques bilingüe para la consulta de Neurología y Psiquiatría en Canarias.
Version: 1.0.0
Requires at least: 6.8
Requires PHP: 8.2
Text Domain: npt-clinic
*/

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url("./assets/fonts/manrope-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Literata";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("./assets/fonts/literata-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Literata";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("./assets/fonts/literata-semibold.woff2") format("woff2");
}

:root {
	--npt-ink: #153b40;
	--npt-ink-soft: #4f6264;
	--npt-navy: #173f5f;
	--npt-teal: #0b5d62;
	--npt-teal-dark: #073f43;
	--npt-sage: #8eb8b3;
	--npt-sage-dark: #356e6c;
	--npt-mist: #efeee9;
	--npt-ivory: #f6f5f1;
	--npt-sand: #e6e3dc;
	--npt-white: #ffffff;
	--npt-border: #d8dedb;
	--npt-shadow: 0 16px 40px rgba(7, 63, 67, 0.08);
	--npt-radius-sm: 0.65rem;
	--npt-radius: 1.25rem;
	--npt-radius-lg: 2rem;
	--npt-max: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--npt-ivory);
	color: var(--npt-ink);
	font-family: "Manrope", "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

body.admin-bar .npt-site-header {
	top: 32px;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: var(--npt-teal);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--npt-teal-dark);
}

:focus-visible {
	border-radius: 0.2rem;
	outline: 3px solid var(--npt-sage);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4 {
	color: var(--npt-navy);
	font-family: "Literata", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.16;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.5rem, 6.2vw, 4.6rem);
}

h2 {
	font-size: clamp(2rem, 3.6vw, 2.9rem);
}

h3 {
	font-size: clamp(1.3rem, 1.8vw, 1.65rem);
}

p {
	margin-block: 0 1.25rem;
}

.npt-skip-link {
	background: var(--npt-white);
	border: 2px solid var(--npt-teal);
	border-radius: 0 0 var(--npt-radius-sm) var(--npt-radius-sm);
	color: var(--npt-ink);
	font-weight: 700;
	left: 1rem;
	padding: 0.75rem 1rem;
	position: fixed;
	top: -6rem;
	z-index: 10000;
}

.npt-skip-link:focus {
	top: 0;
}

.npt-site-header {
	background: rgba(247, 246, 241, 0.96);
	border-bottom: 1px solid rgba(15, 90, 94, 0.12);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.npt-header-bar {
	align-items: center;
	display: flex;
	gap: 1.35rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--npt-max);
	min-height: 5.5rem;
	padding: 0.75rem 1.5rem;
}

.npt-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	text-decoration: none;
}

.npt-brand img {
	display: block;
	height: 3.8rem;
	width: auto;
}

.npt-main-nav {
	align-items: center;
	display: flex;
	gap: 0.15rem;
}

.npt-header-bar > p,
.npt-main-nav > p,
.npt-header-actions > p {
	display: contents;
}

.npt-main-nav > a,
.npt-main-nav > p > a,
.npt-nav-dropdown > summary {
	border-radius: 999px;
	color: var(--npt-navy);
	cursor: pointer;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	list-style: none;
	padding: 0.65rem 0.72rem;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.npt-main-nav > a:hover,
.npt-main-nav > a[aria-current="page"],
.npt-main-nav > p > a:hover,
.npt-main-nav > p > a[aria-current="page"],
.npt-nav-dropdown > summary:hover {
	background: var(--npt-mist);
	color: var(--npt-teal-dark);
}

.npt-nav-dropdown {
	position: relative;
}

.npt-nav-dropdown > summary::-webkit-details-marker,
.npt-mobile-menu > summary::-webkit-details-marker {
	display: none;
}

.npt-nav-dropdown > summary::after {
	border: solid currentColor;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	display: inline-block;
	height: 0.34rem;
	margin-left: 0.35rem;
	transform: rotate(45deg) translateY(-0.12rem);
	width: 0.34rem;
}

.npt-nav-dropdown[open] > summary {
	background: var(--npt-mist);
}

.npt-dropdown-panel {
	background: var(--npt-white);
	border: 1px solid var(--npt-border);
	border-radius: var(--npt-radius);
	box-shadow: var(--npt-shadow);
	display: grid;
	gap: 0.15rem;
	left: 0;
	min-width: 17rem;
	padding: 0.7rem;
	position: absolute;
	top: calc(100% + 0.55rem);
}

.npt-dropdown-panel a {
	border-radius: 0.65rem;
	color: var(--npt-ink);
	font-size: 0.92rem;
	font-weight: 650;
	padding: 0.65rem 0.75rem;
	text-decoration: none;
}

.npt-dropdown-panel a:hover {
	background: var(--npt-mist);
}

.npt-header-actions {
	align-items: center;
	display: flex;
	gap: 0.65rem;
}

.npt-language-switcher {
	align-items: center;
	background: var(--npt-white);
	border: 1px solid var(--npt-border);
	border-radius: 999px;
	display: flex;
	gap: 0.15rem;
	padding: 0.2rem;
}

.npt-language-switcher a {
	border-radius: 999px;
	color: var(--npt-ink-soft);
	font-size: 0.78rem;
	font-weight: 800;
	padding: 0.4rem 0.55rem;
	text-decoration: none;
}

.npt-language-switcher a[aria-current="true"] {
	background: var(--npt-teal);
	color: var(--npt-white);
}

.npt-header-whatsapp {
	align-items: center;
	background: var(--npt-teal);
	border-radius: 999px;
	color: var(--npt-white);
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 800;
	gap: 0.45rem;
	padding: 0.72rem 0.9rem;
	text-decoration: none;
}

.npt-header-whatsapp:hover {
	background: var(--npt-teal-dark);
	color: var(--npt-white);
}

.npt-icon {
	display: inline-block;
	height: 1.15em;
	vertical-align: -0.18em;
	width: 1.15em;
}

.npt-mobile-menu {
	display: none;
}

.npt-mobile-menu > summary {
	align-items: center;
	background: var(--npt-teal);
	border-radius: 999px;
	color: var(--npt-white);
	cursor: pointer;
	display: flex;
	font-weight: 800;
	gap: 0.45rem;
	list-style: none;
	padding: 0.65rem 0.8rem;
}

.npt-mobile-panel {
	background: var(--npt-white);
	border: 1px solid var(--npt-border);
	border-radius: var(--npt-radius);
	box-shadow: var(--npt-shadow);
	display: grid;
	gap: 0.2rem;
	max-height: calc(100vh - 7rem);
	overflow-y: auto;
	padding: 0.8rem;
	position: absolute;
	right: 1rem;
	top: 5rem;
	width: min(24rem, calc(100vw - 2rem));
}

.npt-mobile-panel a {
	border-radius: 0.65rem;
	color: var(--npt-ink);
	font-weight: 700;
	padding: 0.65rem 0.7rem;
	text-decoration: none;
}

.npt-mobile-panel a:hover {
	background: var(--npt-mist);
}

.npt-mobile-label {
	color: var(--npt-sage-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0.75rem 0.7rem 0.2rem;
	text-transform: uppercase;
}

.npt-site-main {
	min-height: 60vh;
}

.npt-section,
.npt-hero,
.npt-subpage-hero {
	padding-inline: 1.5rem;
}

.npt-section {
	background: var(--npt-white);
	padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.npt-section--compact {
	padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.npt-section--white {
	background: var(--npt-white);
}

.npt-section--mist {
	background: var(--npt-mist);
}

.npt-section--dark {
	background: var(--npt-ink);
	color: var(--npt-white);
}

.npt-section--dark h2,
.npt-section--dark h3,
.npt-section--dark a {
	color: var(--npt-white);
}

.npt-section--dark .npt-eyebrow {
	color: #b8d9d5;
}

.npt-container {
	margin-inline: auto;
	max-width: var(--npt-max);
	width: 100%;
}

.npt-container--narrow {
	max-width: 800px;
}

.npt-hero {
	background:
		radial-gradient(circle at 84% 10%, rgba(142, 184, 179, 0.20), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #f7f7f4 58%, #ecefeb 100%);
	overflow: hidden;
	padding-block: clamp(5rem, 10vw, 9rem);
	position: relative;
}

.npt-hero::after {
	border: 1px solid rgba(15, 90, 94, 0.18);
	border-radius: 50%;
	content: "";
	height: 28rem;
	position: absolute;
	right: -10rem;
	top: -12rem;
	width: 28rem;
}

.npt-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 7vw, 6.5rem);
	grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
	margin: 0 auto;
	max-width: var(--npt-max);
	position: relative;
	z-index: 1;
}

.npt-hero h1 {
	margin: 0.55rem 0 1.5rem;
	max-width: 15ch;
}

.npt-hero-lead {
	color: var(--npt-ink-soft);
	font-size: clamp(1.08rem, 2vw, 1.3rem);
	max-width: 50rem;
}

.npt-eyebrow {
	align-items: center;
	color: var(--npt-sage-dark);
	display: flex;
	font-size: 0.8rem;
	font-weight: 800;
	gap: 0.65rem;
	letter-spacing: 0.12em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.npt-eyebrow::before {
	background: var(--npt-teal);
	content: "";
	height: 2px;
	width: 2.25rem;
}

.npt-hero-card {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(15, 90, 94, 0.18);
	border-radius: var(--npt-radius-lg);
	box-shadow: var(--npt-shadow);
	padding: clamp(1.5rem, 4vw, 2.6rem);
}

.npt-hero-card h2 {
	font-size: clamp(1.5rem, 2vw, 2rem);
	margin-top: 0;
}

.npt-hero-card ul {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}

.npt-hero-card li {
	align-items: flex-start;
	border-top: 1px solid var(--npt-border);
	display: flex;
	gap: 0.65rem;
	padding: 0.8rem 0;
}

.npt-hero-card li::before,
.npt-check-list li::before {
	color: var(--npt-teal);
	content: "●";
	font-size: 0.65rem;
	margin-top: 0.45rem;
}

.npt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.npt-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	gap: 0.5rem;
	justify-content: center;
	padding: 0.82rem 1.2rem;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease;
}

.npt-button:hover {
	transform: translateY(-2px);
}

.npt-button--primary {
	background: var(--npt-teal);
	color: var(--npt-white);
}

.npt-button--primary:hover {
	background: var(--npt-teal-dark);
	color: var(--npt-white);
}

.npt-button--secondary {
	border-color: var(--npt-teal);
	color: var(--npt-teal);
}

.npt-button--secondary:hover {
	background: var(--npt-mist);
}

.npt-button--light {
	background: var(--npt-white);
	color: var(--npt-teal-dark);
}

.npt-section--dark .npt-button--light,
.npt-contact-card .npt-button--light {
	color: var(--npt-teal-dark);
}

.npt-section--dark .npt-button--light:hover,
.npt-contact-card .npt-button--light:hover {
	background: var(--npt-mist);
	color: var(--npt-teal-dark);
}

.npt-trust-strip {
	background: var(--npt-white);
	border-bottom: 1px solid var(--npt-border);
	border-top: 1px solid var(--npt-border);
	color: var(--npt-ink);
}

.npt-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: var(--npt-max);
}

.npt-trust-item {
	padding: 1.3rem 1.5rem;
	text-align: center;
}

.npt-trust-item + .npt-trust-item {
	border-left: 1px solid var(--npt-border);
}

.npt-trust-item strong {
	display: block;
	font-size: 0.92rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.npt-section-heading {
	margin-bottom: clamp(2rem, 5vw, 3.6rem);
	max-width: 50rem;
}

.npt-section-heading h2 {
	margin: 0.35rem 0 1rem;
}

.npt-section-heading p {
	color: var(--npt-ink-soft);
	font-size: 1.08rem;
}

.npt-path-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.npt-path-card {
	background: var(--npt-white);
	border: 1px solid var(--npt-border);
	border-radius: var(--npt-radius);
	color: var(--npt-ink);
	display: flex;
	flex-direction: column;
	min-height: 15rem;
	padding: clamp(1.5rem, 3vw, 2.1rem);
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.npt-path-card:hover {
	border-color: var(--npt-teal);
	box-shadow: var(--npt-shadow);
	color: var(--npt-ink);
	transform: translateY(-3px);
}

.npt-path-kicker {
	color: var(--npt-teal);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.npt-path-card h3 {
	margin: 1rem 0 0.75rem;
}

.npt-path-card p {
	color: var(--npt-ink-soft);
	font-size: 0.96rem;
}

.npt-service-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(3, 1fr);
}

.npt-service-card {
	background: var(--npt-white);
	border: 1px solid var(--npt-border);
	border-radius: var(--npt-radius);
	color: var(--npt-ink);
	display: flex;
	flex-direction: column;
	min-height: 16rem;
	padding: 1.6rem;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.npt-service-card:hover {
	border-color: var(--npt-teal);
	box-shadow: var(--npt-shadow);
	color: var(--npt-ink);
	transform: translateY(-4px);
}

.npt-service-icon {
	align-items: center;
	background: #e6f0ee;
	border-radius: 1rem;
	display: flex;
	height: 4.2rem;
	justify-content: center;
	margin-bottom: 1.2rem;
	width: 4.2rem;
}

.npt-service-icon img {
	height: 2.5rem;
	width: 2.5rem;
}

.npt-service-card h3 {
	margin: 0 0 0.75rem;
}

.npt-service-card p {
	color: var(--npt-ink-soft);
	font-size: 0.94rem;
}

.npt-card-link {
	color: var(--npt-teal);
	font-size: 0.86rem;
	font-weight: 800;
	margin-top: auto;
	text-transform: uppercase;
}

.npt-split {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 7vw, 6rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.npt-split--top {
	align-items: start;
}

.npt-check-list {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 1.5rem 0;
	padding: 0;
}

.npt-check-list li {
	align-items: flex-start;
	display: flex;
	gap: 0.7rem;
}

.npt-team-grid,
.npt-location-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.npt-location-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.npt-profile-card,
.npt-location-card,
.npt-info-card {
	background: var(--npt-white);
	border: 1px solid var(--npt-border);
	border-radius: var(--npt-radius);
	overflow: hidden;
}

.npt-profile-card {
	display: grid;
	grid-template-columns: minmax(13rem, 0.75fr) minmax(0, 1fr);
}

.npt-profile-card img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.npt-profile-card-body,
.npt-location-card,
.npt-info-card {
	padding: 1.5rem;
}

.npt-profile-card h3,
.npt-location-card h3,
.npt-info-card h3 {
	margin-top: 0;
}

.npt-role {
	color: var(--npt-teal);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.npt-location-card {
	display: flex;
	flex-direction: column;
	min-height: 16rem;
}

.npt-location-card address {
	color: var(--npt-ink-soft);
	font-style: normal;
}

.npt-location-card .npt-card-link {
	margin-top: auto;
}

.npt-subpage-hero {
	background: var(--npt-mist);
	border-bottom: 1px solid var(--npt-border);
	padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.npt-subpage-hero .npt-container {
	max-width: 980px;
}

.npt-subpage-hero h1 {
	font-size: clamp(2.4rem, 6vw, 4.6rem);
	margin: 0.4rem 0 1.2rem;
}

.npt-subpage-hero p {
	color: var(--npt-ink-soft);
	font-size: 1.15rem;
	max-width: 48rem;
}

.npt-breadcrumbs {
	color: var(--npt-ink-soft);
	font-size: 0.84rem;
	margin-bottom: 1.2rem;
}

.npt-breadcrumbs a {
	color: inherit;
}

.npt-breadcrumbs span {
	margin-inline: 0.4rem;
}

.npt-content-grid {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.38fr);
}

.npt-rich-content > h2:first-child {
	margin-top: 0;
}

.npt-rich-content h2 {
	margin-top: 2.5rem;
}

.npt-rich-content h3 {
	margin-top: 2rem;
}

.npt-rich-content ul,
.npt-rich-content ol {
	padding-left: 1.25rem;
}

.npt-rich-content li {
	margin-bottom: 0.55rem;
}

.npt-aside {
	display: grid;
	gap: 1rem;
}

.npt-aside .npt-info-card {
	background: var(--npt-mist);
}

.npt-notice {
	background: #f1eedf;
	border-left: 5px solid var(--npt-sage-dark);
	border-radius: 0 var(--npt-radius-sm) var(--npt-radius-sm) 0;
	padding: 1.2rem 1.4rem;
}

.npt-notice p:last-child {
	margin-bottom: 0;
}

.npt-fact-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

.npt-fact {
	background: var(--npt-white);
	border: 1px solid var(--npt-border);
	border-radius: var(--npt-radius-sm);
	padding: 1.25rem;
}

.npt-fact strong {
	display: block;
	font-size: 1.05rem;
	margin-bottom: 0.35rem;
}

.npt-fact span {
	color: var(--npt-ink-soft);
	font-size: 0.9rem;
}

.npt-contact-layout {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.npt-contact-card {
	background: var(--npt-teal);
	border-radius: var(--npt-radius-lg);
	color: var(--npt-white);
	padding: clamp(1.6rem, 4vw, 2.6rem);
}

.npt-contact-card h2,
.npt-contact-card h3,
.npt-contact-card a {
	color: var(--npt-white);
}

.npt-contact-card a {
	font-weight: 800;
}

.npt-contact-card hr {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin: 1.5rem 0;
}

.wpforms-container {
	background: var(--npt-white);
	border: 1px solid var(--npt-border);
	border-radius: var(--npt-radius-lg);
	box-shadow: var(--npt-shadow);
	margin: 0 !important;
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.wpforms-container .wpforms-field-label {
	color: var(--npt-ink) !important;
	font-weight: 800 !important;
	margin-bottom: 0.35rem !important;
}

.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container select,
.wpforms-container textarea {
	background: var(--npt-ivory) !important;
	border: 1px solid var(--npt-border) !important;
	border-radius: var(--npt-radius-sm) !important;
	color: var(--npt-ink) !important;
	font-family: inherit !important;
	font-size: 1rem !important;
	max-width: none !important;
	padding: 0.8rem 0.9rem !important;
	width: 100% !important;
}

.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
	border-color: var(--npt-teal) !important;
	box-shadow: 0 0 0 3px rgba(15, 90, 94, 0.15) !important;
	outline: 0 !important;
}

.wpforms-container .wpforms-submit {
	background: var(--npt-teal) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: var(--npt-white) !important;
	font-family: inherit !important;
	font-weight: 800 !important;
	min-height: 3rem !important;
	padding: 0.75rem 1.4rem !important;
}

.wpforms-container .wpforms-submit:hover {
	background: var(--npt-teal-dark) !important;
}

.wpforms-container .wpforms-field-description {
	color: var(--npt-ink-soft) !important;
	font-size: 0.84rem !important;
}

.npt-legal-draft {
	background: #fff4d9;
	border: 1px solid #e8c86e;
	border-radius: var(--npt-radius-sm);
	font-weight: 700;
	padding: 1rem 1.25rem;
}

.npt-site-footer {
	background: var(--npt-ink);
	color: rgba(255, 255, 255, 0.78);
	padding: 4.5rem 1.5rem 1.5rem;
}

.npt-footer-grid {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1.3fr repeat(3, 1fr);
	margin: 0 auto;
	max-width: var(--npt-max);
}

.npt-footer-brand img {
	filter: brightness(0) invert(1);
	height: 4rem;
	opacity: 0.95;
	width: auto;
}

.npt-site-footer h2,
.npt-site-footer h3 {
	color: var(--npt-white);
}

.npt-site-footer h3 {
	font-family: "Manrope", sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.npt-footer-links {
	display: grid;
	gap: 0.5rem;
}

.npt-site-footer a {
	color: rgba(255, 255, 255, 0.84);
	text-decoration: none;
}

.npt-site-footer a:hover {
	color: var(--npt-white);
	text-decoration: underline;
}

.npt-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin: 3rem auto 0;
	max-width: var(--npt-max);
	padding-top: 1.5rem;
}

.npt-footer-bottom p {
	font-size: 0.82rem;
	margin: 0;
}

.npt-floating-whatsapp {
	align-items: center;
	background: #14734f;
	border: 3px solid var(--npt-white);
	border-radius: 999px;
	bottom: 1.2rem;
	box-shadow: 0 10px 30px rgba(23, 56, 59, 0.28);
	color: var(--npt-white);
	display: flex;
	font-size: 0.86rem;
	font-weight: 800;
	gap: 0.45rem;
	padding: 0.78rem 1rem;
	position: fixed;
	right: 1.2rem;
	text-decoration: none;
	z-index: 900;
}

.npt-floating-whatsapp:hover {
	background: #116a49;
	color: var(--npt-white);
	transform: translateY(-2px);
}

.npt-profile-hero {
	align-items: stretch;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
}

.npt-profile-hero img {
	border-radius: var(--npt-radius-lg);
	height: 100%;
	max-height: 38rem;
	object-fit: cover;
	width: 100%;
}

.npt-map-link {
	align-items: center;
	display: inline-flex;
	font-weight: 800;
	gap: 0.4rem;
}

.npt-404 {
	padding-block: 8rem;
	text-align: center;
}

.npt-404 h1 {
	font-size: clamp(4rem, 14vw, 9rem);
	margin: 0;
}

@media (max-width: 1120px) {
	.npt-main-nav,
	.npt-header-whatsapp {
		display: none;
	}

	.npt-mobile-menu {
		display: block;
	}

	.npt-location-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	body.admin-bar .npt-site-header {
		top: 46px;
	}

	.npt-header-bar {
		min-height: 4.7rem;
		padding-inline: 1rem;
	}

	.npt-brand img {
		height: 3.15rem;
	}

	.npt-language-switcher {
		display: none;
	}

	.npt-mobile-panel .npt-language-switcher {
		align-self: flex-start;
		display: flex;
	}

	.npt-hero-grid,
	.npt-split,
	.npt-content-grid,
	.npt-contact-layout,
	.npt-profile-hero {
		grid-template-columns: 1fr;
	}

	.npt-hero {
		padding-block: 4rem;
	}

	.npt-hero h1 {
		max-width: none;
	}

	.npt-trust-grid,
	.npt-path-grid,
	.npt-service-grid,
	.npt-fact-grid {
		grid-template-columns: 1fr;
	}

	.npt-trust-item + .npt-trust-item {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.25);
	}

	.npt-team-grid,
	.npt-profile-card {
		grid-template-columns: 1fr;
	}

	.npt-profile-card img {
		aspect-ratio: 16 / 10;
	}

	.npt-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.npt-section,
	.npt-hero,
	.npt-subpage-hero {
		padding-inline: 1rem;
	}

	.npt-location-grid,
	.npt-footer-grid {
		grid-template-columns: 1fr;
	}

	.npt-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.npt-button {
		width: 100%;
	}

	.npt-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.npt-floating-whatsapp {
		border-width: 2px;
		bottom: 0.75rem;
		right: 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.npt-site-header,
	.npt-site-footer,
	.npt-floating-whatsapp {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
	}
}

/* NPT form control alignment */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container select {
	height: auto !important;
	line-height: 1.4 !important;
	min-height: 3.25rem !important;
}
