/* ==========================================================================
   Designer Female Portfolio — estilos do tema (recriação dos templates do Elementor)
   Breakpoints iguais aos do Elementor: tablet ≤ 1024px, celular ≤ 767px.
   ========================================================================== */

:root {
	/* Cores globais do kit do Elementor */
	--lux-accent: #700074;      /* roxo principal */
	--lux-accent-2: #7F288B;    /* fim do gradiente do cabeçalho */
	--lux-lilac: #C375CE;
	--lux-hot: #FF6EDD;
	--lux-cream: #FFF7F3;
	--lux-offwhite: #FDFFFB;
	--lux-pink: #FFE2F9;
	--lux-text: #664D60;
	--lux-green: #117450;
	--lux-ink: #051005;
	--lux-cta-text: #3F444B;
	--lux-white: #FFFFFF;

	--lux-font-head: "Signika", sans-serif;
	--lux-font-body: "Signika", sans-serif;
	--lux-font-tahoma: Tahoma, Verdana, Segoe, sans-serif;
	--lux-font-helvetica: Helvetica, Arial, sans-serif;

	--lux-header-h: 90px;
	--lux-admin-bar: 0px;
}

.admin-bar { --lux-admin-bar: 32px; }
@media (max-width: 782px) { .admin-bar { --lux-admin-bar: 46px; } }

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
body {
	margin: 0;
	background: var(--lux-white);
	color: var(--lux-text);
	font-family: var(--lux-font-body);
	overflow-x: hidden;
}

.lux-main { display: block; }

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

a { color: var(--lux-accent); }

h1, h2, h3, h4, h5, h6 { font-family: var(--lux-font-head); margin-top: 0; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.skip-link:focus {
	clip: auto; width: auto; height: auto;
	z-index: 100000; top: 8px; left: 8px;
	padding: 10px 16px; background: #fff; color: var(--lux-accent);
}

.lux-section-title {
	font-family: var(--lux-font-head);
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: var(--lux-accent);
	margin: 0;
}
.lux-section-title--green { color: var(--lux-green); }

/* --------------------------------------------------------------------------
   Botões (widget Button)
   -------------------------------------------------------------------------- */
.lux-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px 24px;
	border: 0;
	border-radius: 45px;
	background: var(--lux-accent);
	color: var(--lux-white);
	font-family: var(--lux-font-helvetica);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: all .3s;
	cursor: pointer;
}
.lux-btn:hover, .lux-btn:focus-visible { color: var(--lux-white); filter: brightness(1.12); }
.lux-btn--pad { padding: 15px 30px; font-size: 16px; }
.lux-btn--helvetica { font-family: var(--lux-font-helvetica); font-weight: 600; font-size: 16px; }
.lux-btn--hero {
	font-family: var(--lux-font-head);
	font-size: 18px;
	font-weight: 600;
	border: 2px solid var(--lux-accent);
	padding: 14px 28px;
}
.lux-btn--outline {
	background: var(--lux-offwhite);
	color: var(--lux-accent);
	border: 2px solid var(--lux-accent);
}
.lux-btn--outline:hover { background: var(--lux-accent); color: var(--lux-white); filter: none; }
.lux-btn--ghost {
	background: var(--lux-white);
	color: var(--lux-text);
	border: 1px solid var(--lux-text);
	border-radius: 12px;
}
.lux-btn--ghost:hover { color: var(--lux-white); background: var(--lux-text); filter: none; }
.lux-btn--roboto { font-family: "Roboto", sans-serif; font-weight: 500; border-radius: 25px; background: transparent; }

.lux-back-home { display: flex; justify-content: center; margin: 20px; }

/* --------------------------------------------------------------------------
   Cabeçalho (Header-moderno)
   -------------------------------------------------------------------------- */
.lux-header {
	position: fixed;
	top: var(--lux-admin-bar);
	left: 0;
	right: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--lux-header-h);
	padding: 0 5%;
	box-sizing: border-box;
	background: transparent;
	transition: transform .4s ease;
	pointer-events: none;
}
.lux-header.is-hidden { transform: translateY(calc(-100% - var(--lux-admin-bar))); }

.lux-header__pill {
	pointer-events: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66%;
	max-width: 1000px;
	min-height: 68px;
	padding: 0 3% 0 2%;
	box-sizing: border-box;
	border-radius: 45px;
	background: linear-gradient(180deg, var(--lux-accent) 4%, var(--lux-accent-2) 100%);
	box-shadow: 0 6px 24px rgba(112, 0, 116, .12);
}

.lux-header__logo { flex: 0 0 auto; display: flex; align-items: center; }
.lux-header__logo img {
	display: block;
	width: auto;
	height: 32px;
	max-width: 100px;
	object-fit: contain;
}

.lux-nav { flex: 1 1 auto; display: flex; justify-content: center; }
.lux-nav__list {
	display: flex;
	align-items: center;
	gap: 52px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lux-nav__list li { position: relative; }
.lux-nav__list a {
	position: relative;
	display: block;
	padding: 10px 2px;
	color: var(--lux-cream);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.2px;
	text-transform: capitalize;
	text-decoration: none;
	transition: color .3s;
}
/* Ponteiro "double-line" do Elementor */
.lux-nav__list > li > a::before,
.lux-nav__list > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--lux-lilac);
	opacity: 0;
	transition: opacity .3s, transform .3s;
}
.lux-nav__list > li > a::before { top: 0; transform: translateY(-6px); }
.lux-nav__list > li > a::after { bottom: 0; transform: translateY(6px); }

.lux-nav__list > li > a:hover,
.lux-nav__list > li > a:focus-visible,
.lux-nav__list > li.current-menu-item > a,
.lux-nav__list > li.current-menu-ancestor > a,
.lux-nav__list > li.current_page_item > a { color: var(--lux-hot); }

.lux-nav__list > li > a:hover::before,
.lux-nav__list > li > a:hover::after,
.lux-nav__list > li > a:focus-visible::before,
.lux-nav__list > li > a:focus-visible::after,
.lux-nav__list > li.current-menu-item > a::before,
.lux-nav__list > li.current-menu-item > a::after,
.lux-nav__list > li.current-menu-ancestor > a::before,
.lux-nav__list > li.current-menu-ancestor > a::after,
.lux-nav__list > li.current_page_item > a::before,
.lux-nav__list > li.current_page_item > a::after { opacity: 1; transform: translateY(0); }

/* Setinha de submenu */
.lux-nav__list > .menu-item-has-children > a { padding-bottom: 16px; }
.lux-nav__list > .menu-item-has-children > a > .lux-sub-caret {
	position: absolute;
	left: 50%;
	bottom: 3px;
	transform: translateX(-50%);
	width: 0; height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
}

/* Submenu (dropdown) */
.lux-nav__list .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 200px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
	background: var(--lux-accent);
	border: 1px solid var(--lux-pink);
	border-radius: 8px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 8px);
	transition: opacity .25s, transform .25s, visibility .25s;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
.lux-nav__list .sub-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.lux-nav__list li:hover > .sub-menu,
.lux-nav__list li:focus-within > .sub-menu,
.lux-nav__list li.is-open > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.lux-nav__list .sub-menu li + li { border-top: 1px solid var(--lux-cream); }
.lux-nav__list .sub-menu a { padding: 14px 20px; color: var(--lux-cream); white-space: nowrap; }
.lux-nav__list .sub-menu a:hover { color: var(--lux-hot); }

.lux-header__toggle {
	display: none;
	background: transparent;
	border: 0;
	padding: 8px;
	color: var(--lux-cream);
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}
.lux-header__toggle:hover { color: var(--lux-lilac); background: transparent; }
.lux-header__toggle-close { display: none; }
.lux-header__toggle[aria-expanded="true"] .lux-header__toggle-open { display: none; }
.lux-header__toggle[aria-expanded="true"] .lux-header__toggle-close { display: inline; }

@media (max-width: 1024px) {
	.lux-header__pill { width: 100%; padding: 1% 5%; }
	.lux-nav__list { gap: 30px; }
	.lux-nav__list a { font-size: 14px; }
}

@media (max-width: 767px) {
	.lux-header { --lux-header-h: 70px; padding: 0 5%; }
	.lux-header__pill { min-height: 56px; border-radius: 45px; padding: 0 5%; }
	.lux-header__toggle { display: block; }
	.lux-nav {
		position: absolute;
		top: calc(100% + 8px);
		left: 0;
		right: 0;
		display: block;
		background: var(--lux-accent);
		border-radius: 16px;
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		transition: max-height .35s ease, opacity .25s;
	}
	.lux-nav.is-open { max-height: 80vh; opacity: 1; overflow-y: auto; }
	.lux-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.lux-nav__list > li { border-bottom: 1px solid var(--lux-pink); }
	.lux-nav__list > li:last-child { border-bottom: 0; }
	.lux-nav__list a { padding: 12px 20px; font-size: 14px; }
	.lux-nav__list > li > a::before, .lux-nav__list > li > a::after { display: none; }
	.lux-nav__list > .menu-item-has-children > a > .lux-sub-caret { left: auto; right: 20px; bottom: auto; top: 50%; transform: translateY(-50%); }
	.lux-nav__list .sub-menu {
		position: static;
		transform: none;
		opacity: 1;
		visibility: visible;
		display: none;
		margin: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: rgba(0, 0, 0, .12);
	}
	.lux-nav__list li:hover > .sub-menu, .lux-nav__list li:focus-within > .sub-menu { transform: none; }
	.lux-nav__list li.is-open > .sub-menu { display: block; transform: none; }
	.lux-nav__list .sub-menu a { padding-left: 36px; }
}

/* --------------------------------------------------------------------------
   Divisores de forma (shape dividers)
   -------------------------------------------------------------------------- */
.lux-shape {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	direction: ltr;
	pointer-events: none;
	z-index: 0;
}
.lux-shape svg { display: block; position: relative; left: 50%; transform: translateX(-50%); width: calc(100% + 1.3px); }
.lux-shape path { fill: var(--lux-shape-color, #fff); }
.lux-shape--top { top: -1px; }
.lux-shape--bottom { bottom: -1px; transform: rotate(180deg); }

/* --------------------------------------------------------------------------
   Rodapé
   -------------------------------------------------------------------------- */
.lux-footer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	min-height: 22vh;
	padding: 1%;
	box-sizing: border-box;
	background: var(--lux-pink);
}
.lux-footer .lux-shape--tilt svg { height: 70px; }
.lux-footer__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 97%;
	padding: 0 0 18px;
}
.lux-footer__credit {
	margin: 0;
	font-family: var(--lux-font-tahoma);
	font-size: 15px;
	font-weight: 700;
	color: var(--lux-text);
}
.lux-footer__credit a { color: #000; text-decoration: none; }
.lux-social { display: flex; gap: 15px; margin: 0; padding: 0; list-style: none; }
.lux-social__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: opacity .3s;
}
.lux-social__item:hover { color: #fff; opacity: .9; }
.lux-social__item--linkedin { background: #0077b5; }
.lux-social__item--behance { background: #1769ff; }

@media (max-width: 767px) {
	.lux-footer__credit { display: none; }
	.lux-footer__inner { justify-content: center; }
}

/* --------------------------------------------------------------------------
   Animações de entrada (Motion Effects → Entrance Animation)
   -------------------------------------------------------------------------- */
[data-lux-anim] { opacity: 0; }
[data-lux-anim].is-animated { animation-duration: 1.25s; animation-fill-mode: both; }
[data-lux-anim].is-animated.lux-anim--fast { animation-duration: .75s; }
[data-lux-anim].is-animated.lux-anim--slow { animation-duration: 2s; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-100%, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes zoomIn { from { opacity: 0; transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } }
@keyframes slideInUp { from { transform: translate3d(0, 100%, 0); visibility: visible; } to { transform: none; } }
@keyframes lux-fadeInUp-soft { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
	[data-lux-anim] { opacity: 1 !important; animation: none !important; }
}

/* --------------------------------------------------------------------------
   HOME — Hero
   -------------------------------------------------------------------------- */
.lux-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100vh;
	margin-top: 0;
	padding: 50px 15%;
	box-sizing: border-box;
	background: linear-gradient(135deg, var(--lux-offwhite) 59%, var(--lux-accent) 59%);
}
.lux-hero__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 4%;
}
.lux-hero__text, .lux-hero__photo {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 50vh;
	padding: 10px;
	box-sizing: border-box;
}
.lux-hero__title {
	margin: 0 0 20px;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
	color: var(--lux-accent);
}
.lux-hero__subtitle {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 800;
	line-height: 40px;
	color: var(--lux-lilac);
}
.lux-hero__lead {
	width: 85%;
	max-width: 260px;
	font-family: var(--lux-font-tahoma);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
	color: var(--lux-text);
}
.lux-hero__lead p { margin: 0 0 20px; }
.lux-hero__buttons { display: flex; align-items: center; gap: 0; padding: 10px; }
.lux-hero__buttons .lux-btn { position: relative; }
.lux-hero__buttons .lux-btn + .lux-btn { margin-left: -4px; }
.lux-hero__photo { align-items: center; }
.lux-hero__photo img { display: block; width: 300px; max-width: 100%; border-radius: 57%; }

@media (min-width: 768px) and (max-width: 1024px) {
	.lux-hero__buttons { display: none; } /* oculto no tablet, como no original */
	.lux-hero__lead { width: 400px; max-width: 100%; }
}
@media (max-width: 767px) {
	.lux-hero { padding: 90px 6% 40px; min-height: 90vh; }
	.lux-hero__inner { margin-top: 0; }
	.lux-hero__text, .lux-hero__photo { min-height: 0; }
	.lux-hero__title { font-size: 26px; line-height: 30px; margin-bottom: 10px; }
	.lux-hero__subtitle { font-size: 22px; line-height: 30px; margin-bottom: 10px; }
	.lux-hero__lead { width: 100%; font-size: 12px; }
	.lux-hero__buttons { flex-direction: column; align-items: center; padding: 0; gap: 8px; }
	.lux-hero__buttons .lux-btn { width: 100%; font-size: 14px; padding: 10px 12px; }
	.lux-hero__buttons .lux-btn + .lux-btn { margin-left: 0; }
}

/* --------------------------------------------------------------------------
   HOME — Contadores
   -------------------------------------------------------------------------- */
.lux-counters-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	min-height: 70vh;
}
.lux-counters {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	width: 70%;
	max-width: 900px;
	margin: 0 auto;
	padding: 4rem 2rem;
	box-sizing: border-box;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.lux-counter {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	padding: 2rem 1.5rem;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	background: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(12px) saturate(150%);
	backdrop-filter: blur(12px) saturate(150%);
	opacity: 0;
	transform: translateY(30px);
	transition: transform .6s ease, opacity .6s ease;
}
.lux-counter.is-visible { opacity: 1; transform: translateY(0); }
.lux-counter.is-visible:hover { transform: translateY(-6px) scale(1.02); }
.lux-counter__number { font-size: 2.5rem; font-weight: 700; color: #222; margin-bottom: .5rem; }
.lux-counter__label { font-size: 1.1rem; color: #555; }

@media (max-width: 768px) {
	.lux-counters { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1rem; width: 100%; }
	.lux-counter { max-width: 300px; }
	.lux-counter__number { font-size: 2rem; }
	.lux-counter__label { font-size: 1rem; }
}

/* --------------------------------------------------------------------------
   HOME — Expertise
   -------------------------------------------------------------------------- */
.lux-expertise { display: flex; flex-direction: column; align-items: center; padding: 0 10px; }
.lux-spacer { height: 50px; }
.lux-expertise .lux-section-title { padding: 20px; }
.lux-expertise__grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	min-height: 25vh;
}
.lux-divider { width: 100%; margin: 2px 0; border: 0; border-top: 2px solid #fbeeee; }
.lux-expertise__row {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	margin-bottom: 10px;
}
.lux-expertise__card {
	position: relative;
	flex: 0 0 calc(25% - 8px);
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 25vh;
	padding: 10px 10px 55px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	background: var(--lux-offwhite);
	transition: background .3s;
	--lux-shape-color: var(--lux-offwhite);
}
.lux-expertise__card:hover { background: var(--lux-cream); }
.lux-expertise__card .lux-shape svg { height: 45px; }
.lux-expertise__img { margin: 0 0 10%; width: 30%; }
.lux-expertise__img img { display: block; width: 100%; height: auto; }
.lux-expertise__img.is-round img { border-radius: 100px; }
.lux-expertise__title {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	color: var(--lux-text);
}
.lux-lottie { width: 45%; margin: 0 auto; }
.lux-lottie svg { display: block; }

@media (max-width: 1024px) {
	.lux-expertise__grid { width: 95%; }
	.lux-expertise__title { font-size: 17px; line-height: 1.5; }
}
@media (max-width: 767px) {
	.lux-expertise__row { flex-wrap: wrap; }
	.lux-expertise__card { flex-basis: calc(50% - 5px); min-height: 0; }
}

/* --------------------------------------------------------------------------
   Carrosséis (Image Carousel e Testimonial Carousel)
   -------------------------------------------------------------------------- */
.lux-carousel { position: relative; }
.lux-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--lux-lilac);
	font-size: 20px;
	cursor: pointer;
}
.lux-carousel__arrow:hover, .lux-carousel__arrow:focus { background: transparent; color: var(--lux-accent); }
.lux-carousel__arrow.swiper-button-disabled { opacity: .35; cursor: default; }
.lux-carousel__arrow.swiper-button-lock { display: none; }
.lux-carousel__dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.lux-carousel__dots.swiper-pagination-lock { display: none; }
.lux-carousel__dots .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 !important;
	background: var(--lux-pink);
	opacity: 1;
}
.lux-carousel__dots .swiper-pagination-bullet-active { background: var(--lux-lilac); }

/* Parceiros */
.lux-partners { padding: 0 10px; margin-top: 40px; }
.lux-partners .lux-section-title { margin: 30px; }
.lux-carousel--partners {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 40px;
	transform: scale(.8);
	box-sizing: border-box;
}
.lux-carousel--partners .lux-carousel__arrow--prev { left: 0; }
.lux-carousel--partners .lux-carousel__arrow--next { right: 0; }
.lux-carousel--partners .lux-carousel__arrow { margin-top: -20px; }
.lux-carousel--partners .swiper-slide { display: flex; align-items: center; justify-content: center; height: auto; }
.lux-carousel--partners .swiper-slide img { display: block; width: 100%; height: auto; }
.lux-carousel--partners .swiper-wrapper { align-items: center; }

/* Caixas suaves (Recomendações / Quem sou eu) */
.lux-boxed { max-width: 1140px; margin: 0 auto; padding: 0 10px; }
.lux-soft-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	min-height: 50vh;
	padding: 10%;
	box-sizing: border-box;
	background: var(--lux-offwhite);
}
.lux-soft-box > .lux-section-title { margin: 30px; }
@media (max-width: 767px) {
	.lux-soft-box { padding: 20px 0; min-height: 0; }
	.lux-soft-box > .lux-section-title { margin: 20px 0 10px; }
}

/* Depoimentos (skin "bubble") */
.lux-carousel--testimonials { width: 100%; margin-bottom: 60px; padding: 0 40px; box-sizing: border-box; }
.lux-carousel--testimonials.is-narrow { width: 70%; }
.lux-carousel--testimonials .lux-carousel__arrow { color: #eee; }
.lux-carousel--testimonials .lux-carousel__arrow--prev { left: 0; }
.lux-carousel--testimonials .lux-carousel__arrow--next { right: 0; }
.lux-carousel--testimonials .swiper-slide { height: auto; }
.lux-testimonial { display: flex; flex-direction: column; font-family: var(--lux-font-tahoma); }
.lux-testimonial__meta { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; padding: 0 20px; }
.is-center .lux-testimonial__meta { justify-content: center; }
.lux-testimonial__img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.lux-testimonial__who { display: flex; flex-direction: column; }
.lux-testimonial__name { font-size: 14px; font-style: normal; font-weight: 700; color: var(--lux-ink); }
.lux-testimonial__role { font-size: 13px; color: #eee; }
.lux-testimonial__bubble {
	position: relative;
	padding: 20px;
	background: #f9fafa;
	border-radius: 0;
	font-size: 14px;
	font-style: italic;
	line-height: 1.7;
	color: var(--lux-ink);
}
.is-center .lux-testimonial__bubble { text-align: center; }
.lux-testimonial__bubble::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 45px;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: #f9fafa;
}
.is-center .lux-testimonial__bubble::before { left: 50%; transform: translateX(-50%); }
@media (max-width: 767px) {
	.lux-carousel--testimonials, .lux-carousel--testimonials.is-narrow { width: 100%; padding: 0 30px; }
}

/* Quem sou eu */
.lux-soft-box--about { justify-content: flex-start; margin-top: 20px; }
.lux-soft-box--about .lux-section-title { margin: 0; padding: 1vw 0; }
.lux-about { display: flex; align-items: flex-start; gap: 10px; width: 100%; }
.lux-about__photo { flex: 1 1 50%; padding: 10px; }
.lux-about__photo img { display: block; width: 86%; border-radius: 12%; }
.lux-about__text {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	padding: 10px 10px 10px 8%;
	font-family: var(--lux-font-helvetica);
	color: #333;
}
.lux-about__text h4 { margin: 0; font-family: var(--lux-font-tahoma); font-size: 16px; font-weight: 700; line-height: 2; color: #333; }
.lux-about__text h4 + h4 { margin-bottom: 18px; }
.lux-about__text .lux-btn { align-self: center; }
@media (max-width: 767px) {
	.lux-about { flex-direction: column; }
	.lux-about__text { padding: 10px; }
	.lux-about__photo img { width: 100%; }
}

/* Veja também (Call to Action) */
.lux-see-also { margin-top: 5%; padding: 0 10px; }
.lux-see-also .lux-section-title { margin-bottom: 30px; }
.lux-see-also__row { display: flex; gap: 20px; width: 80%; max-width: 1140px; margin: 0 auto 40px; }
.lux-cta {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
	color: var(--lux-cta-text);
}
.lux-cta__bg-wrap { position: relative; overflow: hidden; min-height: 225px; }
.lux-cta__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 1.5s;
}
.lux-cta:hover .lux-cta__bg { transform: scale(1.2); }
.lux-cta__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 35px;
	text-align: center;
}
.lux-cta--cream .lux-cta__content { background: var(--lux-cream); }
.lux-cta--pink .lux-cta__content { background: var(--lux-pink); }
.lux-cta__title { margin: 0 0 25px; font-size: 26px; font-weight: 500; color: var(--lux-cta-text); }
.lux-cta__desc { margin-bottom: 20px; font-family: var(--lux-font-tahoma); font-size: 17px; line-height: 1.85; color: var(--lux-cta-text); }
.lux-cta__button {
	display: inline-block;
	padding: 12px 28px;
	border: 2px solid var(--lux-cta-text);
	border-radius: 45px;
	font-family: var(--lux-font-helvetica);
	font-size: 16px;
	color: var(--lux-cta-text);
	transition: all .3s;
}
.lux-cta:hover .lux-cta__button { background: var(--lux-cta-text); color: #fff; }
@media (max-width: 767px) {
	.lux-see-also__row { flex-direction: column; width: 100%; }
}

/* --------------------------------------------------------------------------
   SOBRE
   -------------------------------------------------------------------------- */
.lux-sobre__spacer { min-height: 30vh; }
.lux-sobre__intro {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	width: 70%;
	max-width: 1140px;
	margin: 0 auto;
}
.lux-sobre__photo { flex: 0 0 auto; margin: 0; padding: 10px; }
.lux-sobre__photo img { display: block; width: 225px; max-width: 100%; }
.lux-sobre__text { flex: 1 1 auto; padding: 10px; color: var(--lux-ink); }
.lux-sobre__title { margin: 0 0 20px; font-size: 24px; font-weight: 600; color: var(--lux-accent); }
.lux-sobre__body { font-size: 16px; font-weight: 300; line-height: 1.75; }
.lux-sobre__body p { margin: 0 0 1.5em; }
.lux-sobre__cv { display: flex; justify-content: center; margin-top: 30px; }
.lux-sobre__timeline { width: 70%; max-width: 1140px; margin: 40px auto 0; }

@media (max-width: 1024px) {
	.lux-sobre__intro, .lux-sobre__timeline { width: 90%; }
}
@media (max-width: 767px) {
	.lux-sobre__spacer { min-height: 110px; }
	.lux-sobre__intro { flex-direction: column; align-items: center; }
	.lux-sobre__photo img { width: 220px; }
	.lux-sobre__body { font-size: 16px; }
}

/* Linha do tempo com abas */
.lux-tl { display: flex; gap: 40px; min-height: 600px; padding: 20px; background: #fff; font-family: "Signika", sans-serif; }
.lux-tl__tabs { flex: 0 0 200px; position: sticky; top: calc(var(--lux-admin-bar) + 100px); height: fit-content; }
.lux-tl__tab {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 20px;
	border: 0;
	border-left: 4px solid transparent;
	border-radius: 0 8px 8px 0;
	background: #f8f9fa;
	color: #6c757d;
	font-family: "Signika", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .5px;
	white-space: normal;
	cursor: pointer;
	user-select: none;
	transition: all .3s ease;
}
.lux-tl__tab:hover, .lux-tl__tab:focus { background: #e9ecef; color: #495057; }
.lux-tl__tab.is-active {
	background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
	color: #fff;
	border-left-color: #8B5CF6;
	transform: translateX(5px);
}
.lux-tl__content { flex: 1; position: relative; max-height: 600px; overflow-y: auto; padding-right: 10px; }
.lux-tl__content::-webkit-scrollbar { width: 6px; }
.lux-tl__content::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 3px; }
.lux-tl__content::-webkit-scrollbar-thumb { background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%); border-radius: 3px; }
.lux-tl__pane { display: none; padding: 20px; }
.lux-tl__pane.is-active { display: block; }

.lux-timeline { position: relative; padding: 20px 0; }
.lux-timeline::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, #8B5CF6 0%, #EC4899 100%);
}
.lux-timeline__item {
	position: relative;
	margin-bottom: 40px;
	padding-left: 70px;
	opacity: 0;
	transform: translateY(20px);
	animation: lux-fadeInUp-soft .6s ease forwards;
}
.lux-timeline__marker {
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 2;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 50%;
	background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
	border: 3px solid #fff;
	box-shadow: 0 0 0 3px rgba(139, 92, 246, .3);
}
.lux-timeline__content {
	padding: 25px;
	background: #fff;
	border-left: 4px solid #8B5CF6;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	transition: transform .3s ease, box-shadow .3s ease;
}
.lux-timeline__content:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(139, 92, 246, .15); }
.lux-timeline__title { margin: 0 0 8px; font-size: 20px; font-weight: 600; color: #2c3e50; }
.lux-timeline__company { margin-bottom: 8px; font-size: 16px; font-weight: 500; color: #8B5CF6; }
.lux-timeline__period { margin-bottom: 15px; font-size: 14px; color: #7f8c8d; }
.lux-timeline__desc { margin-bottom: 15px; font-size: 15px; line-height: 1.6; color: #5a6c7d; }
.lux-timeline__skills { display: flex; flex-wrap: wrap; gap: 8px; }
.lux-skill {
	padding: 4px 12px;
	border: 1px solid rgba(139, 92, 246, .2);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(139, 92, 246, .1) 0%, rgba(236, 72, 153, .1) 100%);
	color: #8B5CF6;
	font-size: 12px;
	font-weight: 500;
	transition: all .3s ease;
}
.lux-skill:hover {
	background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(139, 92, 246, .3);
}
@media (max-width: 768px) {
	.lux-tl { flex-direction: column; gap: 20px; padding: 10px; }
	.lux-tl__tabs { position: relative; top: 0; flex: none; display: flex; gap: 10px; overflow-x: auto; padding-bottom: 10px; }
	.lux-tl__tab { flex: 0 0 auto; min-width: 150px; margin-bottom: 0; }
	.lux-timeline__item { padding-left: 50px; }
	.lux-timeline::before { left: 20px; }
	.lux-timeline__marker { left: 10px; }
}

/* --------------------------------------------------------------------------
   LISTAGENS (Blog / Portfólio / Arquivos)
   -------------------------------------------------------------------------- */
.lux-hero-slides { position: relative; width: 100%; min-height: var(--lux-hero-h, 50vh); overflow: hidden; }
.lux-slideshow { position: absolute; inset: 0; }
.lux-slideshow__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity .5s ease;
}
.lux-slideshow__slide.is-active { opacity: 1; }
.lux-hero-slides .lux-shape { z-index: 1; }
.lux-hero-slides .lux-shape svg { height: 60px; }

.lux-listing__body {
	display: flex;
	flex-direction: column;
	width: 80%;
	max-width: 1140px;
	min-height: 50vh;
	margin: 0 auto;
}
.lux-listing__title {
	width: 100%;
	margin: 1% 0;
	padding: 10px;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: var(--lux-accent);
}
.lux-listing__search { align-self: center; width: var(--lux-search-w, 90%); margin-bottom: 5%; }
@media (max-width: 767px) {
	.lux-listing__body { width: 90%; }
	.lux-listing__search { width: 90%; }
}

/* Formulário de busca */
.lux-search { display: flex; align-items: stretch; min-height: 50px; }
.lux-search__input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0 16px;
	border: 1px solid var(--lux-lilac);
	border-right: 0;
	border-radius: 5px 0 0 5px;
	background: var(--lux-cream);
	color: var(--lux-text);
	font-family: var(--lux-font-body);
	font-size: 15px;
	outline: none;
}
.lux-search__input::placeholder { color: rgba(102, 77, 96, .6); }
.lux-search__input:focus { box-shadow: inset 0 0 0 1px var(--lux-lilac); }
.lux-search__button {
	flex: 0 0 auto;
	width: 50px;
	border: 1px solid var(--lux-lilac);
	border-radius: 0 5px 5px 0;
	background: var(--lux-lilac);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: background .3s;
}
.lux-search__button:hover, .lux-search__button:focus { background: var(--lux-accent); color: #fff; }

/* Grade de cards */
.lux-grid { display: grid; gap: 25px; margin-bottom: 20px; }
.lux-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lux-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 1024px) {
	.lux-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.lux-grid--2, .lux-grid--3 { grid-template-columns: 1fr; }
}

.lux-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 20px 55px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 44px rgba(0, 0, 0, .1);
	text-decoration: none;
	transition: box-shadow .3s, background .3s;
}
.lux-card:hover { box-shadow: 0 2px 25px rgba(0, 0, 0, .2); }
.lux-card__image img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: filter .3s;
}
.lux-card:hover .lux-card__image img { filter: brightness(105%) saturate(105%); }
.lux-card__meta { display: flex; align-items: center; gap: 14px; margin: 15px 0; }
.lux-card__cat {
	margin: 0;
	padding: 3px 12px 2px;
	border-radius: 30px;
	background: #B9CEFF;
	color: #181818;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}
.lux-card__date {
	margin: 0;
	padding: 6px 0;
	color: #8D8D8D;
	font-family: "Questrial", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.lux-card__title {
	margin: 0;
	color: #181818;
	font-family: "Signika", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.04em;
}
@media (max-width: 1024px) {
	.lux-card__image img { height: 200px; }
	.lux-card__cat { line-height: 2.3; }
	.lux-card__meta { justify-content: space-between; }
}
@media (max-width: 767px) {
	.lux-card__image img { height: 168px; }
	.lux-card__meta { justify-content: flex-start; }
	.lux-card__cat { font-size: 15px; padding: 1px 12px; line-height: 2.1; }
	.lux-card__date { font-size: 17px; }
	.lux-card__title { font-size: 27px; }
}

.lux-empty { text-align: center; padding: 40px 0; }

.lux-pagination { display: flex; justify-content: center; gap: 10px; margin: 20px 0; font-family: var(--lux-font-body); }
.lux-pagination .nav-links { display: flex; gap: 10px; }
.lux-pagination a, .lux-pagination span { padding: 6px 12px; border-radius: 6px; text-decoration: none; }
.lux-pagination .current { background: var(--lux-accent); color: #fff; }

/* --------------------------------------------------------------------------
   POST INDIVIDUAL
   -------------------------------------------------------------------------- */
body.single-post { background: #181818; }
.lux-single {
	display: flex;
	flex-direction: column;
	gap: 5%;
	padding: 8% 3% 0;
	background: var(--lux-cream);
}
.lux-single__back { display: flex; min-height: 40px; padding: 10px 0; }
.lux-single__columns {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 5%;
	margin-top: 3%;
	padding: 0 3%;
}
.lux-single__main { flex: 1 1 70%; min-width: 0; margin-top: 50px; }
.lux-post-info {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Signika", sans-serif;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	color: var(--lux-text);
}
.lux-post-info li + li { margin-left: 14px; padding-left: 14px; border-left: .5px solid currentColor; }
.lux-single__title {
	margin: 10px 0 20px;
	font-size: 30px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: -0.28px;
	text-transform: uppercase;
	color: var(--lux-accent);
}
.lux-single__image { margin: 0; }
.lux-single__image img { display: block; width: 100%; height: auto; }
.lux-single__content {
	margin: 40px;
	padding: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 2.1rem;
	letter-spacing: -0.3px;
	color: var(--lux-text);
}
.lux-single__content img { height: auto; }
.lux-single__content a { color: var(--lux-accent); }

.lux-single__aside {
	flex: 0 0 30%;
	align-self: flex-start;
	box-sizing: border-box;
	margin-top: 100px;
	padding: 3%;
	border-radius: 12px;
	background: var(--lux-offwhite);
}
.lux-aside__title { margin: 0 0 16px; font-size: 22px; font-weight: 600; color: var(--lux-text); }
.lux-aside__title--spaced { margin-top: 40px; }
.lux-share { display: flex; gap: 10px; }
.lux-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
	transition: filter .3s;
}
.lux-share__btn:hover { color: #fff; filter: saturate(1.5) brightness(1.2); }
.lux-share__btn--facebook { background: #3b5998; }
.lux-share__btn--linkedin { background: #0077b5; }
.lux-share__btn--whatsapp { background: #25d366; }
.lux-related__item { padding: 0 0 30px; }
.lux-related__title { margin: 0 0 8px; font-size: 18px; font-weight: 600; line-height: 1.3; }
.lux-related__title a { color: var(--lux-text); text-decoration: none; }
.lux-related__title a:hover { color: var(--lux-accent); }
.lux-related__meta { margin-bottom: 8px; font-size: 12px; color: #adadad; }
.lux-related__more { font-size: 12px; font-weight: 600; color: var(--lux-accent); text-decoration: none; }
.lux-related__sentinel { height: 1px; }
.lux-single__spacer { height: 30vh; }

@media (max-width: 1024px) {
	.lux-single { padding-top: 120px; }
	.lux-single__columns { flex-direction: column; gap: 35px; }
	.lux-single__main { margin-top: 0; }
	.lux-single__aside { margin-top: 0; width: 100%; }
	.lux-single__title { font-size: 50px; }
}
@media (max-width: 767px) {
	.lux-single__title { font-size: 36px; line-height: 50px; }
	.lux-single__content { margin: 2px; font-size: 16px; line-height: 2.5rem; letter-spacing: -0.5px; }
	.lux-post-info { font-size: 16px; line-height: 20px; }
}

/* --------------------------------------------------------------------------
   BUSCA
   -------------------------------------------------------------------------- */
.lux-search-page { background: #fff; }
.lux-search-page__form { width: 80%; max-width: 1140px; margin: 0 auto; padding-top: 180px; }
.lux-search--minimal .lux-search__input { padding-left: 50px; border: 1px solid #ddd; border-radius: 5px; background: #fff; }
.lux-search--minimal { position: relative; }
.lux-search--minimal .lux-search__button {
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 50px;
	border: 0;
	background: transparent;
	color: #999;
}
.lux-search-page__results {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 1520px;
	min-height: 100vh;
	margin: 8% auto 0;
	padding: 0 8%;
}
.lux-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 80px 60px; }
.lux-result {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.lux-result__thumb img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.lux-result__badge {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: .4em 1.2em;
	border-radius: 999px;
	background: #F3F5F8;
	color: var(--lux-text);
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}
.lux-result__text { flex: 1; padding: 30px; }
.lux-result__title { margin: 0 0 8px; font-size: 21px; }
.lux-result__title a { color: #222; text-decoration: none; }
.lux-result__excerpt { margin-bottom: 15px; font-size: 14px; line-height: 1.6; color: #777; }
.lux-result__more { font-size: 12px; font-weight: 700; color: var(--lux-accent); text-decoration: none; }
.lux-result__meta { padding: 15px 30px; border-top: 1px solid #eaeaea; font-size: 12px; color: #adadad; }
.lux-result__sep { margin: 0 5px; }
@media (max-width: 1024px) { .lux-results { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 71px 30px; } .lux-search-page__results { padding: 0 5%; } }
@media (max-width: 767px) { .lux-results { grid-template-columns: 1fr; gap: 30px; } }

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */
.lux-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 67px;
	min-height: 100vh;
	padding: 120px 3% 40px;
	box-sizing: border-box;
}
.lux-404__img { align-self: center; width: 47%; max-width: 300px; border-radius: 33px; }
.lux-404__title {
	margin: 0;
	font-size: 1.8vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	color: #0C5238;
}
.lux-404__action { display: flex; justify-content: center; }
.lux-404 .lux-btn--outline { background: transparent; }
@media (max-width: 1024px) { .lux-404__title { font-size: 6vw; line-height: 1.1; } }
@media (max-width: 767px) { .lux-404 { padding: 110px 5% 40px; } .lux-404__title { font-size: 7vw; } }
