/*
Theme Name: Nao Elementor Base
Theme URI: https://drgustavonakamiti.com.br
Author: GitHub Copilot
Description: Tema minimo e previsivel para WordPress com Elementor.
Version: 1.0.0
Text Domain: nao-elementor-base
*/

:root {
	--neb-content-width: 1150px;
	--neb-content-padding: 24px;
	--neb-text: #111827;
	--neb-bg: #ffffff;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: var(--neb-text);
	background: var(--neb-bg);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: inherit;
}

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

.site-main {
	width: 100%;
}

.neb-container {
	width: min(var(--neb-content-width), calc(100% - (var(--neb-content-padding) * 2)));
	margin: 0 auto;
}

.neb-entry {
	padding: 48px 0;
}

.neb-entry-title {
	margin: 0 0 24px;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
}

.neb-entry-content > *:first-child {
	margin-top: 0;
}

.neb-entry-content > *:last-child {
	margin-bottom: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.screen-reader-text:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	left: 8px;
	top: 8px;
	padding: 8px 12px;
	width: auto;
	z-index: 100000;
	background: #111827;
	color: #ffffff;
	text-decoration: none;
}

/* === Header nav: espaçamento dos itens === */
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 13px;
}

/* ============================================================
   HEADER
============================================================ */
.neb-header {
	background: #041434;
	position: relative;
	z-index: 1000;
	width: 100%;
}

.neb-header--sticky {
	position: sticky;
	top: 0;
}

.neb-header--shadow {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.neb-header__inner {
	max-width: 1150px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.neb-header__logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	flex-shrink: 0;
}

.neb-header__logo img {
	height: 52px;
	width: auto;
}

.neb-header__nav-wrap {
	display: flex;
	align-items: center;
}

.neb-header__nav {
	display: flex;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.neb-header__nav li {
	list-style: none;
}

.neb-header__nav a {
	display: inline-block;
	padding: 8px 14px;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	white-space: nowrap;
	transition: color 0.2s;
}

.neb-header__nav a:hover {
	color: #1BD4C9;
}

/* Botão Agendar Consulta */
.neb-header__btn {
	display: inline-block;
	padding: 9px 22px;
	border-radius: 50px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: filter 0.2s;
	font-family: 'Roboto', sans-serif;
}

.neb-header__btn:hover {
	filter: brightness(0.88);
}

.neb-header__nav .btn-nav a {
	background: #1BD4C9;
	color: #ffffff !important;
	padding: 9px 22px;
	border-radius: 50px;
	font-weight: 700;
	transition: background 0.2s;
}

.neb-header__nav .btn-nav a:hover {
	background: #15bab0;
	color: #ffffff !important;
}

/* ============================================================
   FOOTER
============================================================ */
.neb-footer {
	background: #041434;
	color: #ffffff;
	padding: 50px 24px;
}

.neb-footer__inner {
	max-width: 1150px;
	margin: 0 auto;
	display: flex;
	gap: 48px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.neb-footer__col {
	flex: 1 1 200px;
	min-width: 180px;
	max-width: 360px;
}

.neb-footer__logo img {
	height: 60px;
	width: auto;
	margin-bottom: 16px;
	margin-left: -8px;
}

.neb-footer__brand p {
	font-size: 0.9rem;
	line-height: 1.6;
	color: rgba(255,255,255,0.8);
	margin: 0;
}

.neb-footer__col h4 {
	color: #1BD4C9;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 16px;
	font-family: inherit;
}

.neb-footer__col ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.neb-footer__col ul li {
	font-size: 0.875rem;
	color: rgba(255,255,255,0.85);
	line-height: 1.5;
}

.neb-footer__col .dashicons {
	color: #1BD4C9;
	margin-right: 6px;
	vertical-align: middle;
	font-size: 16px;
}

.neb-footer__col .neb-footer__nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.neb-footer__col .neb-footer__nav li {
	list-style: none;
}

.neb-footer__col .neb-footer__nav a {
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.2s;
}

.neb-footer__bottom {
	max-width: 1150px;
	margin: 32px auto 0;
	padding: 20px 24px 0;
	border-top: 1px solid rgba(255,255,255,0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	justify-content: space-between;
	font-size: 0.8rem;
	opacity: 0.7;
}

.neb-footer__bottom a {
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.neb-header__nav {
		display: none;
	}
	.neb-footer__inner {
		flex-direction: column;
		gap: 32px;
	}
}

/* === Header nav: botão Agendar Consulta === */
.elementor-nav-menu .btn-nav > a,
.elementor-nav-menu .btn-nav > a:hover,
.nav-links .btn-nav > a,
.nav-links .btn-nav > a:hover {
	background: #1BD4C9 !important;
	color: #ffffff !important;
	padding: 10px 24px !important;
	border-radius: 4px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	transition: background 0.3s !important;
	display: inline-block !important;
}
.elementor-nav-menu .btn-nav > a:hover,
.nav-links .btn-nav > a:hover {
	background: #15bab0 !important;
}

@media (max-width: 767px) {
	.neb-entry {
		padding: 32px 0;
	}

	:root {
		--neb-content-padding: 16px;
	}
}