@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
	--nv-primary: #006080;
	--nv-primary-foreground: #ffffff;
	--nv-secondary: #00b0a0;
	--nv-accent: #3fc3b4;
	--nv-brand-light: #e5f7f5;
	--nv-background: #ffffff;
	--nv-foreground: #23404a;
	--nv-surface: #f5fafa;
	--nv-muted-foreground: #657980;
	--nv-border: #e3eeee;
	--nv-whatsapp: #25d366;
	--nv-whatsapp-hover: #1fb856;
	--nv-radius: 16px;
	--nv-shadow-soft: 0 2px 12px -4px rgba(35, 64, 74, 0.1);
	--nv-shadow-card: 0 4px 24px -8px rgba(35, 64, 74, 0.18);
	--nv-shadow-hover: 0 12px 40px -12px rgba(35, 64, 74, 0.24);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--nv-background);
	color: var(--nv-foreground);
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.nv-site-header,
.nv-site-footer {
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}

body .wp-site-blocks {
	padding-top: 0;
	padding-bottom: 0;
}

body .wp-site-blocks > header,
body .wp-site-blocks > footer {
	margin-block-start: 0;
}

body.nv-landing-canvas .wp-site-blocks,
body.nv-landing-canvas main,
body.nv-landing-canvas .wp-block-post-content,
body.nv-landing-canvas .entry-content {
	margin-block-start: 0;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

body.nv-landing-canvas .wp-block-post-content > * {
	margin-block-start: 0;
	max-width: none;
}

body.nv-landing-canvas .wp-block-post-content > :where(.alignwide, .alignfull) {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	width: 100%;
}

body.nv-landing-canvas .wp-block-post-title,
body.nv-landing-canvas .entry-title {
	display: none;
}

.nv-button {
	align-items: center;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	padding: 10px 16px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.nv-button svg,
.nv-site-header svg,
.nv-site-footer svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 20px;
}

.nv-button--whatsapp {
	background: var(--nv-whatsapp);
	box-shadow: var(--nv-shadow-soft);
	color: #ffffff;
}

.nv-button--whatsapp:hover,
.nv-button--whatsapp:focus-visible {
	background: var(--nv-whatsapp-hover);
	color: #ffffff;
}

.nv-site-header {
	background: var(--nv-background);
	border-bottom: 1px solid var(--nv-border);
	box-sizing: border-box;
	color: var(--nv-foreground);
	position: sticky;
	top: 0;
	z-index: 50;
}

.nv-site-header *,
.nv-site-footer * {
	box-sizing: border-box;
}

.nv-site-header__inner {
	align-items: center;
	display: flex;
	height: 80px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 16px;
	width: 100%;
}

.nv-site-header__brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	text-decoration: none;
}

.nv-site-header__logo {
	display: block;
	height: 40px;
	max-width: 210px;
	object-fit: contain;
	width: auto;
}

.nv-site-header__nav {
	align-items: center;
	display: none;
	gap: 32px;
}

.nv-site-header__link {
	color: rgba(35, 64, 74, 0.82);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: color 180ms ease;
}

.nv-site-header__link:hover,
.nv-site-header__link:focus-visible {
	color: var(--nv-primary);
}

.nv-site-header__actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.nv-site-header__social-link {
	align-items: center;
	background: var(--nv-brand-light);
	border-radius: 999px;
	color: var(--nv-primary);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 40px;
}

.nv-site-header__social-link:hover,
.nv-site-header__social-link:focus-visible {
	background: rgba(0, 96, 128, 0.12);
	color: var(--nv-primary);
	transform: translateY(-1px);
}

.nv-site-header__cta {
	display: none;
}

.nv-site-header__toggle {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: var(--nv-foreground);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.nv-site-header__toggle:hover,
.nv-site-header__toggle:focus-visible {
	background: var(--nv-surface);
	outline: none;
}

.nv-site-header__mobile {
	background: var(--nv-background);
	border-top: 1px solid var(--nv-border);
	display: block;
}

.nv-site-header__mobile[hidden] {
	display: none;
}

.nv-site-header__mobile-nav {
	display: grid;
	gap: 4px;
	margin: 0 auto;
	max-width: 1280px;
	padding: 16px;
}

.nv-site-header__mobile-link {
	border-radius: 8px;
	color: rgba(35, 64, 74, 0.82);
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 12px;
	text-decoration: none;
}

.nv-site-header__mobile-link:hover,
.nv-site-header__mobile-link:focus-visible {
	background: var(--nv-surface);
	color: var(--nv-primary);
}

.nv-site-header__mobile-social-link {
	align-items: center;
	background: var(--nv-brand-light);
	border-radius: 14px;
	color: var(--nv-primary);
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	padding: 10px 12px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nv-site-header__mobile-social-link:hover,
.nv-site-header__mobile-social-link:focus-visible {
	background: rgba(0, 96, 128, 0.12);
	color: var(--nv-primary);
	transform: translateY(-1px);
}

.nv-site-header__mobile-cta {
	margin-top: 8px;
	width: 100%;
}

.nv-site-footer {
	background: var(--nv-foreground);
	color: var(--nv-background);
	margin-block-start: 0;
}

.nv-site-footer__inner {
	display: grid;
	gap: 40px;
	margin: 0 auto;
	max-width: 1280px;
	padding: 64px 16px;
}

.nv-site-footer__brand-column {
	min-width: 0;
}

.nv-site-footer__logo {
	display: block;
	filter: brightness(0) invert(1);
	height: 40px;
	max-width: 220px;
	object-fit: contain;
	width: auto;
}

.nv-site-footer__description {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.7;
	margin: 20px 0 0;
	max-width: 390px;
}

.nv-site-footer__social {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.nv-site-footer__social-link {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: var(--nv-background);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: background-color 180ms ease;
	width: 40px;
}

.nv-site-footer__social-link:hover,
.nv-site-footer__social-link:focus-visible {
	background: rgba(255, 255, 255, 0.2);
	color: var(--nv-background);
}

.nv-site-footer__heading {
	color: var(--nv-background);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.nv-site-footer__list {
	color: rgba(255, 255, 255, 0.72);
	display: grid;
	font-size: 14px;
	gap: 8px;
	line-height: 1.5;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.nv-site-footer__list a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: color 180ms ease;
}

.nv-site-footer__list a:hover,
.nv-site-footer__list a:focus-visible {
	color: var(--nv-background);
}

.nv-site-footer__cta {
	margin-top: 20px;
}

.nv-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nv-site-footer__bottom p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 1280px;
	padding: 20px 16px;
	text-align: center;
}

.nv-floating-whatsapp {
	align-items: center;
	background: var(--nv-whatsapp);
	border-radius: 999px;
	box-shadow: var(--nv-shadow-hover);
	bottom: 20px;
	color: #ffffff;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	position: fixed;
	right: 20px;
	text-decoration: none;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 56px;
	z-index: 60;
}

.nv-floating-whatsapp:hover,
.nv-floating-whatsapp:focus-visible {
	background: var(--nv-whatsapp-hover);
	box-shadow: 0 16px 36px -14px rgba(37, 211, 102, 0.5);
	transform: translateY(-2px);
}

.nv-floating-whatsapp svg {
	fill: #FFFFFF;
	height: 26px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.1;
	width: 26px;
}

@media (min-width: 640px) {
	.nv-site-header__inner,
	.nv-site-header__mobile-nav,
	.nv-site-footer__inner,
	.nv-site-footer__bottom p {
		padding-left: 24px;
		padding-right: 24px;
	}

	.nv-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nv-floating-whatsapp {
		bottom: 24px;
		height: 60px;
		right: 24px;
		width: 60px;
	}
}

@media (min-width: 768px) {
	.nv-site-header__nav {
		display: flex;
	}

	.nv-site-header__cta {
		display: inline-flex;
	}

	.nv-site-header__toggle,
	.nv-site-header__mobile {
		display: none;
	}

	.nv-site-footer__inner {
		grid-template-columns: 2fr 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.nv-site-header__inner,
	.nv-site-header__mobile-nav,
	.nv-site-footer__inner,
	.nv-site-footer__bottom p {
		padding-left: 32px;
		padding-right: 32px;
	}

	.nv-floating-whatsapp {
		bottom: 28px;
		height: 64px;
		right: 28px;
		width: 64px;
	}
}
