:root {
	--nexa-primary: #635bff;
	--nexa-dark: #172033;
	--nexa-muted: #687083;
	--nexa-border: #e4e7ee;
	--nexa-surface: #ffffff;
}

.nexa-advanced-heading {
	margin: 0;
	line-height: 1.12;
}
.nexa-advanced-heading__highlight {
	display: inline-block;
}

.nexa-cta {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f5f4ff 0%, #ffffff 100%);
}
.nexa-cta__eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.nexa-cta__title {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.1;
}
.nexa-cta__description {
	max-width: 720px;
	margin-bottom: 24px;
}
.nexa-cta__description p:last-child { margin-bottom: 0; }
.nexa-button,
.nexa-pricing__button,
.nexa-product-card__button,
.nexa-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 0;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.nexa-button:hover,
.nexa-pricing__button:hover,
.nexa-product-card__button:hover,
.nexa-form__submit:hover {
	transform: translateY(-2px);
	text-decoration: none;
}
.nexa-button--light {
	background: #ffffff;
	color: var(--nexa-dark);
	padding: 12px 18px;
	border-radius: 9px;
}

.nexa-flip-box {
	position: relative;
	perspective: 1200px;
	background: transparent;
}
.nexa-flip-box__inner {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
.nexa-flip-box:hover .nexa-flip-box__inner,
.nexa-flip-box:focus .nexa-flip-box__inner,
.nexa-flip-box:focus-within .nexa-flip-box__inner {
	transform: rotateY(180deg);
}
.nexa-flip-box--vertical:hover .nexa-flip-box__inner,
.nexa-flip-box--vertical:focus .nexa-flip-box__inner,
.nexa-flip-box--vertical:focus-within .nexa-flip-box__inner {
	transform: rotateX(180deg);
}
.nexa-flip-box__face {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	backface-visibility: hidden;
	overflow: hidden;
}
.nexa-flip-box__front { background: linear-gradient(135deg, #635bff, #8c74ff); }
.nexa-flip-box__back { background: linear-gradient(135deg, #172033, #303c59); transform: rotateY(180deg); }
.nexa-flip-box--vertical .nexa-flip-box__back { transform: rotateX(180deg); }
.nexa-flip-box__icon { font-size: 42px; margin-bottom: 18px; color: #fff; }
.nexa-flip-box__title { margin: 0 0 12px; }
.nexa-flip-box__description p:last-child { margin-bottom: 0; }
.nexa-flip-box .nexa-button { margin-top: 18px; }

.nexa-pricing {
	position: relative;
	background: var(--nexa-surface);
	border: 1px solid var(--nexa-border);
}
.nexa-pricing__badge {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 7px 11px;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.nexa-pricing__title { margin: 0 0 8px; font-size: 26px; }
.nexa-pricing__description { margin-bottom: 25px; }
.nexa-pricing__price { display: flex; align-items: flex-end; gap: 4px; margin-bottom: 26px; }
.nexa-pricing__currency { align-self: flex-start; font-size: 20px; font-weight: 700; margin-top: 8px; }
.nexa-pricing__amount { font-size: 58px; font-weight: 800; line-height: 1; }
.nexa-pricing__period { padding-bottom: 8px; }
.nexa-pricing__features { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 13px; }
.nexa-pricing__feature { display: flex; gap: 10px; align-items: center; }
.nexa-pricing__feature.is-disabled { opacity: .42; text-decoration: line-through; }
.nexa-pricing__button { width: 100%; padding: 14px 20px; border-radius: 10px; color: #fff; }

.nexa-countdown { display: flex; flex-wrap: wrap; }
.nexa-countdown__unit {
	min-width: 100px;
	background: #f5f6fa;
	border: 1px solid var(--nexa-border);
	text-align: center;
}
.nexa-countdown__number { display: block; font-size: 38px; line-height: 1; font-weight: 800; }
.nexa-countdown__label { display: block; margin-top: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.nexa-countdown__expired { font-size: 20px; font-weight: 700; color: var(--nexa-dark); }

.nexa-carousel { position: relative; padding: 0 44px 34px; }
.nexa-carousel__viewport { overflow: hidden; }
.nexa-carousel__track { display: flex; transition: transform .5s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.nexa-carousel__slide { flex: 0 0 100%; width: 100%; }
.nexa-testimonial { background: #fff; border: 1px solid var(--nexa-border); }
.nexa-testimonial__stars { letter-spacing: 3px; margin-bottom: 18px; }
.nexa-testimonial__content { font-size: 20px; line-height: 1.7; }
.nexa-testimonial__content p:last-child { margin-bottom: 0; }
.nexa-testimonial__author { display: flex; align-items: center; gap: 13px; margin-top: 26px; }
.nexa-testimonial__author img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }
.nexa-testimonial__name { font-weight: 700; }
.nexa-testimonial__role { font-size: 14px; }
.nexa-carousel__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid var(--nexa-border);
	background: #fff;
	color: var(--nexa-dark);
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}
.nexa-carousel__arrow--prev { left: 0; }
.nexa-carousel__arrow--next { right: 0; }
.nexa-carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.nexa-carousel__dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #c8ccd7; cursor: pointer; }
.nexa-carousel__dot.is-active { width: 26px; border-radius: 999px; background: var(--nexa-primary); }

.nexa-posts-grid,
.nexa-products-grid { display: grid; }
.nexa-post-card,
.nexa-product-card { overflow: hidden; border: 1px solid var(--nexa-border); }
.nexa-post-card__image,
.nexa-product-card__image { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #f3f4f7; }
.nexa-post-card__image img,
.nexa-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nexa-post-card:hover .nexa-post-card__image img,
.nexa-product-card:hover .nexa-product-card__image img { transform: scale(1.045); }
.nexa-post-card__meta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-bottom: 12px; font-size: 13px; color: var(--nexa-muted); }
.nexa-post-card__category { font-weight: 700; }
.nexa-post-card__title,
.nexa-product-card__title { margin: 0 0 12px; font-size: 22px; line-height: 1.3; }
.nexa-post-card__title a,
.nexa-product-card__title a { text-decoration: none; }
.nexa-post-card__excerpt { margin-bottom: 18px; line-height: 1.65; }
.nexa-post-card__read-more { display: inline-flex; gap: 7px; font-weight: 700; text-decoration: none; }
.nexa-product-card__rating { min-height: 22px; margin-bottom: 8px; }
.nexa-product-card__rating .star-rating { float: none; margin: 0; }
.nexa-product-card__price { font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.nexa-product-card__button { width: 100%; padding: 12px 16px; border-radius: 9px; }

.nexa-counter__number { font-size: 56px; font-weight: 800; line-height: 1; }
.nexa-counter__title { margin-top: 10px; }
.nexa-counter__bar { width: 100%; margin-top: 18px; border-radius: 999px; overflow: hidden; }
.nexa-counter__fill { width: 0; height: 100%; border-radius: inherit; transition: width .1s linear; }

.nexa-form { display: grid; }
.nexa-form label { display: grid; gap: 8px; font-weight: 600; }
.nexa-form input,
.nexa-form textarea {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #cfd4df;
	font: inherit;
	box-sizing: border-box;
}
.nexa-form input:focus,
.nexa-form textarea:focus { outline: 2px solid color-mix(in srgb, var(--nexa-primary) 30%, transparent); border-color: var(--nexa-primary); }
.nexa-form__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }
.nexa-form__submit { padding: 14px 22px; justify-self: start; }
.nexa-form__submit:disabled { opacity: .65; cursor: wait; }
.nexa-form__status { min-height: 1.5em; font-weight: 600; }
.nexa-form__status.is-success { color: #16794b; }
.nexa-form__status.is-error { color: #b42318; }

@media (max-width: 767px) {
	.nexa-carousel { padding-left: 0; padding-right: 0; }
	.nexa-carousel__arrow { display: none; }
	.nexa-countdown__unit { min-width: calc(50% - 8px); }
}

@media (prefers-reduced-motion: reduce) {
	.nexa-flip-box__inner,
	.nexa-carousel__track,
	.nexa-post-card__image img,
	.nexa-product-card__image img,
	.nexa-button,
	.nexa-pricing__button,
	.nexa-product-card__button,
	.nexa-form__submit { transition-duration: .01ms !important; }
}

/* Nexa v2 systems and extended widgets */
.nexa-button { padding: 12px 20px; border-radius: var(--nexa-radius, 10px); background: var(--nexa-primary); color: #fff; }
.nexa-nav-menu__toggle,.nexa-mega-menu__toggle { display: none; border: 0; background: transparent; font: inherit; font-weight: 700; cursor: pointer; }
.nexa-nav-menu__list,.nexa-mega-menu > ul { display: flex; gap: 24px; align-items: center; margin: 0; padding: 0; list-style: none; }
.nexa-nav-menu__list li,.nexa-mega-menu > ul > li { position: relative; }
.nexa-nav-menu__list a,.nexa-mega-menu a { color: inherit; text-decoration: none; }
.nexa-nav-menu__list .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; margin: 0; padding: 12px; background: #fff; border: 1px solid var(--nexa-border); border-radius: var(--nexa-radius, 10px); box-shadow: 0 18px 50px rgba(17,24,39,.12); list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; z-index: 50; }
.nexa-nav-menu__list li:hover > .sub-menu,.nexa-nav-menu__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nexa-nav-menu--vertical .nexa-nav-menu__list { flex-direction: column; align-items: stretch; }

.nexa-account-tabs,.nexa-account-card { border: 1px solid var(--nexa-border); padding: 24px; border-radius: var(--nexa-radius, 14px); background: var(--nexa-surface); }
.nexa-account-tabs__buttons { display: flex; gap: 8px; margin-bottom: 20px; }
.nexa-account-tabs__buttons button { border: 0; padding: 10px 16px; border-radius: 999px; background: #eef0f5; cursor: pointer; }
.nexa-account-tabs__buttons button.is-active { background: var(--nexa-primary); color: #fff; }
.nexa-account-tabs form,.nexa-register-form { display: grid; gap: 14px; }
.nexa-account-tabs label,.nexa-register-form label { display: grid; gap: 6px; }
.nexa-account-tabs input,.nexa-register-form input { width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid var(--nexa-border); border-radius: 8px; }

.nexa-search-form { display: flex; gap: 8px; }
.nexa-search-form input { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid var(--nexa-border); border-radius: var(--nexa-radius, 10px); }
.nexa-search-form button { border: 0; border-radius: var(--nexa-radius, 10px); padding: 12px 18px; background: var(--nexa-primary); color: #fff; font-weight: 700; cursor: pointer; }
.nexa-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14px; }
.nexa-breadcrumbs a { text-decoration: none; }
.nexa-breadcrumbs__separator { opacity: .5; }

.nexa-tabs__nav { display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--nexa-border); }
.nexa-tabs__nav button { border: 0; border-bottom: 3px solid transparent; background: transparent; padding: 12px 16px; cursor: pointer; font-weight: 700; }
.nexa-tabs__nav button.is-active { border-bottom-color: var(--nexa-primary); color: var(--nexa-primary); }
.nexa-tabs__panels { padding: 20px 0; }
.nexa-accordion { border-top: 1px solid var(--nexa-border); }
.nexa-accordion__item { border-bottom: 1px solid var(--nexa-border); }
.nexa-accordion__item > button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border: 0; background: transparent; text-align: left; font: inherit; font-weight: 700; cursor: pointer; }
.nexa-accordion__item > div { padding: 0 0 20px; }

.nexa-hotspot { position: relative; display: inline-block; max-width: 100%; }
.nexa-hotspot > img { display: block; width: 100%; }
.nexa-hotspot__point { position: absolute; transform: translate(-50%,-50%); width: 34px; height: 34px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--nexa-primary); color: #fff; text-decoration: none; cursor: pointer; box-shadow: 0 4px 18px rgba(0,0,0,.22); }
.nexa-hotspot__tooltip { position: absolute; left: 50%; bottom: calc(100% + 10px); width: max-content; max-width: 220px; padding: 8px 10px; border-radius: 8px; background: #111827; color: #fff; font-size: 13px; opacity: 0; visibility: hidden; transform: translate(-50%,5px); transition: .2s ease; }
.nexa-hotspot__point:hover .nexa-hotspot__tooltip,.nexa-hotspot__point:focus .nexa-hotspot__tooltip { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.nexa-before-after { position: relative; overflow: hidden; }
.nexa-before-after img { width: 100%; display: block; }
.nexa-before-after__after { position: absolute; inset: 0 auto 0 0; width: var(--nexa-before-after); overflow: hidden; border-right: 2px solid #fff; }
.nexa-before-after__after img { width: calc(100% / (var(--nexa-before-after) / 100)); max-width: none; height: 100%; object-fit: cover; }
.nexa-before-after input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }

.nexa-team-member { display: grid; grid-template-columns: minmax(120px,220px) 1fr; gap: 24px; align-items: start; padding: 24px; border: 1px solid var(--nexa-border); border-radius: var(--nexa-radius, 14px); }
.nexa-team-member img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: inherit; }
.nexa-team-member h3 { margin: 0 0 6px; }
.nexa-team-member__role { color: var(--nexa-muted); }
.nexa-team-member__links { display: flex; gap: 14px; }
.nexa-social-share { display: flex; flex-wrap: wrap; gap: 8px; }
.nexa-social-share a { padding: 9px 13px; border-radius: 999px; background: #eef0f5; text-decoration: none; font-weight: 700; }

.nexa-price-list,.nexa-restaurant-menu__items { display: grid; gap: 18px; }
.nexa-price-list__item { display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: center; }
.nexa-price-list__item img { width: 80px; height: 80px; object-fit: cover; border-radius: 12px; }
.nexa-price-list__line,.nexa-restaurant-menu__heading { display: flex; align-items: baseline; gap: 10px; }
.nexa-price-list__line h3,.nexa-restaurant-menu__heading h3 { margin: 0; }
.nexa-price-list__line span,.nexa-restaurant-menu__heading span { flex: 1; border-bottom: 1px dotted currentColor; opacity: .35; }
.nexa-price-list p,.nexa-restaurant-menu p { margin: 5px 0 0; color: var(--nexa-muted); }
.nexa-restaurant-menu__filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.nexa-restaurant-menu__filters button { border: 1px solid var(--nexa-border); background: #fff; padding: 9px 14px; border-radius: 999px; cursor: pointer; }
.nexa-restaurant-menu__filters button.is-active { background: var(--nexa-primary); border-color: var(--nexa-primary); color: #fff; }
.nexa-restaurant-menu article { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--nexa-border); }
.nexa-restaurant-menu article > div { flex: 1; }
.nexa-restaurant-menu article em { align-self: flex-start; padding: 4px 9px; border-radius: 999px; background: #fff2cc; font-size: 12px; font-style: normal; font-weight: 700; }
.nexa-business-hours { margin: 0; }
.nexa-business-hours > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--nexa-border); }
.nexa-business-hours dd { margin: 0; font-weight: 700; }
.nexa-map iframe,.nexa-pdf-viewer iframe,.nexa-video-playlist iframe { width: 100%; border: 0; border-radius: var(--nexa-radius, 12px); }
.nexa-pdf-viewer { display: grid; gap: 12px; }

.nexa-timeline { position: relative; padding-left: 30px; }
.nexa-timeline::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--nexa-border); }
.nexa-timeline article { position: relative; padding: 0 0 28px; }
.nexa-timeline__marker { position: absolute; left: -29px; top: 5px; width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: var(--nexa-primary); box-shadow: 0 0 0 1px var(--nexa-border); }
.nexa-timeline time { color: var(--nexa-muted); font-size: 13px; font-weight: 700; }
.nexa-timeline h3 { margin: 4px 0 8px; }
.nexa-table-wrap { overflow-x: auto; }
.nexa-data-table { width: 100%; border-collapse: collapse; }
.nexa-data-table th,.nexa-data-table td { padding: 12px 14px; border: 1px solid var(--nexa-border); text-align: left; }
.nexa-data-table th { background: #f6f7fa; }
.nexa-data-table th button { width: 100%; border: 0; background: transparent; text-align: inherit; font: inherit; font-weight: 700; cursor: pointer; }
.nexa-video-playlist { display: grid; grid-template-columns: minmax(0,2fr) minmax(220px,1fr); gap: 16px; }
.nexa-video-playlist__player iframe { aspect-ratio: 16/9; }
.nexa-video-playlist__items { display: grid; align-content: start; gap: 8px; }
.nexa-video-playlist__items button { border: 1px solid var(--nexa-border); background: #fff; padding: 12px; text-align: left; border-radius: 8px; cursor: pointer; }
.nexa-video-playlist__items button.is-active { border-color: var(--nexa-primary); color: var(--nexa-primary); }
.nexa-animated-text strong { display: inline-block; color: var(--nexa-primary); transition: opacity .18s ease, transform .18s ease; }
.nexa-animated-text strong.is-changing { opacity: 0; transform: translateY(6px); }
.nexa-logo-carousel { overflow: hidden; }
.nexa-logo-carousel__track { display: flex; width: max-content; align-items: center; animation: nexa-logo-scroll var(--nexa-logo-duration) linear infinite; }
.nexa-logo-carousel__track > * { display: grid; place-items: center; width: 180px; padding: 20px; }
.nexa-logo-carousel img { max-width: 130px; max-height: 70px; object-fit: contain; }
@keyframes nexa-logo-scroll { to { transform: translateX(-50%); } }
.nexa-whatsapp-button { display: inline-flex; gap: 8px; align-items: center; padding: 12px 18px; border-radius: 999px; background: #25d366; color: #fff; text-decoration: none; font-weight: 800; }
.nexa-whatsapp-button--floating { position: fixed; right: 24px; bottom: 24px; z-index: 9998; box-shadow: 0 12px 34px rgba(0,0,0,.2); }
.nexa-cookie-consent { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 99999; display: flex; justify-content: space-between; align-items: center; gap: 20px; max-width: 980px; margin: auto; padding: 18px 20px; border-radius: 14px; background: #111827; color: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.nexa-cookie-consent[hidden] { display: none; }
.nexa-cookie-consent__actions { display: flex; gap: 8px; flex-shrink: 0; }
.nexa-cookie-consent__actions button { padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; background: transparent; color: #fff; cursor: pointer; }

.nexa-loop-grid { display: grid; grid-template-columns: repeat(var(--nexa-loop-columns),minmax(0,1fr)); gap: 24px; }
.nexa-loop-grid__item { min-width: 0; }
.nexa-loop-grid__item > a img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--nexa-radius, 12px); }
.nexa-pagination { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 6px; }
.nexa-pagination .page-numbers { padding: 8px 12px; border: 1px solid var(--nexa-border); border-radius: 8px; text-decoration: none; }
.nexa-mega-menu > ul { position: relative; }
.nexa-mega-menu__submenu-toggle { border: 0; background: transparent; cursor: pointer; }
.nexa-mega-menu__panel { position: absolute; left: 0; right: 0; top: 100%; z-index: 100; width: min(100vw,1200px); padding: 24px; border: 1px solid var(--nexa-border); border-radius: var(--nexa-radius, 14px); background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.14); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.nexa-mega-menu li:hover > .nexa-mega-menu__panel,.nexa-mega-menu li:focus-within > .nexa-mega-menu__panel,.nexa-mega-menu li.is-open > .nexa-mega-menu__panel { opacity: 1; visibility: visible; transform: none; }
.nexa-mini-cart { position: relative; }
.nexa-mini-cart__toggle { border: 0; padding: 10px 14px; border-radius: 999px; background: var(--nexa-primary); color: #fff; cursor: pointer; }
.nexa-mini-cart__panel { position: absolute; right: 0; top: calc(100% + 8px); z-index: 200; width: min(360px,90vw); padding: 18px; background: #fff; border: 1px solid var(--nexa-border); border-radius: 12px; box-shadow: 0 18px 55px rgba(0,0,0,.14); }
.nexa-product-elements { display: grid; gap: 14px; }
.nexa-product-elements > img { width: 100%; }
.nexa-product-elements__price { font-size: 24px; font-weight: 800; }
.nexa-product-elements__meta { display: grid; gap: 5px; font-size: 14px; color: var(--nexa-muted); }

.nexa-advanced-form { display: grid; gap: 16px; }
.nexa-form-step { display: none; gap: 16px; }
.nexa-form-step.is-active { display: grid; }
.nexa-form-field { display: grid; gap: 7px; }
.nexa-form-field > label { font-weight: 700; }
.nexa-form-field input,.nexa-form-field textarea,.nexa-form-field select { width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid var(--nexa-border); border-radius: 8px; font: inherit; }
.nexa-form-choices { display: flex; flex-wrap: wrap; gap: 14px; }
.nexa-form-choices label { display: flex; gap: 7px; align-items: center; }
.nexa-form-choices input { width: auto; }
.nexa-form-navigation { display: flex; justify-content: space-between; gap: 12px; }
.nexa-form-navigation button { padding: 10px 16px; border: 1px solid var(--nexa-border); border-radius: 8px; background: #fff; cursor: pointer; }
.nexa-form-status.is-success { color: #16794b; }
.nexa-form-status.is-error { color: #b42318; }
.nexa-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

.nexa-popup[hidden] { display: none; }
.nexa-popup { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 24px; }
.nexa-popup__overlay { position: absolute; inset: 0; border: 0; background: rgba(7,12,24,.7); cursor: pointer; }
.nexa-popup__dialog { position: relative; z-index: 1; width: min(92vw,900px); max-height: 90vh; overflow: auto; background: #fff; border-radius: var(--nexa-radius, 16px); box-shadow: 0 28px 100px rgba(0,0,0,.35); }
.nexa-popup__close { position: absolute; right: 10px; top: 8px; z-index: 5; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 28px; line-height: 1; cursor: pointer; }
html.nexa-popup-open { overflow: hidden; }

.nexa-reveal { opacity: 0; transition: opacity .65s ease var(--nexa-reveal-delay,0ms), transform .65s ease var(--nexa-reveal-delay,0ms); }
.nexa-reveal[data-nexa-reveal="up"] { transform: translateY(28px); }
.nexa-reveal[data-nexa-reveal="down"] { transform: translateY(-28px); }
.nexa-reveal[data-nexa-reveal="left"] { transform: translateX(28px); }
.nexa-reveal[data-nexa-reveal="right"] { transform: translateX(-28px); }
.nexa-reveal[data-nexa-reveal="zoom"] { transform: scale(.92); }
.nexa-reveal.is-visible { opacity: 1; transform: none; }
.nexa-sticky { position: sticky; z-index: 50; }
.nexa-sticky--top { top: var(--nexa-sticky-offset,0); }
.nexa-sticky--bottom { bottom: var(--nexa-sticky-offset,0); }
.nexa-floating { animation: nexa-floating 3.4s ease-in-out infinite; }
@keyframes nexa-floating { 50% { transform: translateY(-10px); } }
[data-nexa-parallax] { transform: translate3d(0,var(--nexa-parallax-y,0),0); will-change: transform; }

@media (max-width: 900px) {
	.nexa-video-playlist { grid-template-columns: 1fr; }
	.nexa-loop-grid { grid-template-columns: repeat(min(var(--nexa-loop-columns),2),minmax(0,1fr)); }
}
@media (max-width: 767px) {
	.nexa-nav-menu__toggle,.nexa-mega-menu__toggle { display: inline-flex; align-items: center; gap: 8px; }
	.nexa-nav-menu__list,.nexa-mega-menu > ul { display: none; flex-direction: column; align-items: stretch; padding-top: 14px; }
	.nexa-nav-menu.is-open .nexa-nav-menu__list,.nexa-mega-menu.is-open > ul { display: flex; }
	.nexa-nav-menu__list .sub-menu,.nexa-mega-menu__panel { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; margin-top: 8px; }
	.nexa-nav-menu__list li:focus-within > .sub-menu,.nexa-nav-menu__list li:hover > .sub-menu,.nexa-mega-menu li.is-open > .nexa-mega-menu__panel { display: block; }
	.nexa-team-member { grid-template-columns: 1fr; }
	.nexa-loop-grid { grid-template-columns: 1fr; }
	.nexa-cookie-consent { flex-direction: column; align-items: stretch; }
	.nexa-cookie-consent__actions { justify-content: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
	.nexa-logo-carousel__track,.nexa-floating { animation: none !important; }
	.nexa-reveal { opacity: 1 !important; transform: none !important; }
	[data-nexa-parallax] { transform: none !important; }
}
.nexa-image-gallery { display:grid; grid-template-columns:repeat(var(--nexa-gallery-columns),minmax(0,1fr)); gap:14px; }
.nexa-image-gallery img { display:block; width:100%; height:100%; aspect-ratio:1; object-fit:cover; border-radius:var(--nexa-radius,12px); }
.nexa-content-toggle__switch { display:inline-flex; gap:4px; padding:4px; margin-bottom:20px; border-radius:999px; background:#eef0f5; }
.nexa-content-toggle__switch button { border:0; padding:9px 16px; border-radius:999px; background:transparent; font-weight:700; cursor:pointer; }
.nexa-content-toggle__switch button.is-active { background:var(--nexa-primary); color:#fff; box-shadow:0 4px 14px rgba(0,0,0,.12); }
.nexa-reviews { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:18px; }
.nexa-reviews article { padding:22px; border:1px solid var(--nexa-border); border-radius:var(--nexa-radius,14px); background:var(--nexa-surface); }
.nexa-reviews article > img { width:58px; height:58px; object-fit:cover; border-radius:50%; }
.nexa-reviews__stars { position:relative; display:inline-block; color:#d5d8df; letter-spacing:2px; }
.nexa-reviews__stars span { position:absolute; inset:0 auto 0 0; overflow:hidden; color:#f5a623; white-space:nowrap; }
.nexa-reviews blockquote { margin:14px 0; }
.nexa-audio-player { display:grid; grid-template-columns:100px 1fr; gap:18px; align-items:center; padding:18px; border:1px solid var(--nexa-border); border-radius:var(--nexa-radius,14px); }
.nexa-audio-player > img { width:100px; height:100px; border-radius:12px; object-fit:cover; }
.nexa-audio-player h3 { margin:0 0 10px; }
.nexa-audio-player audio { width:100%; }
.nexa-toc { padding:18px; border:1px solid var(--nexa-border); border-radius:var(--nexa-radius,12px); }
.nexa-toc h3 { margin:0 0 12px; }
.nexa-toc ol { margin:0; padding-left:22px; }
.nexa-toc li { margin:6px 0; }
.nexa-toc__h3,.nexa-toc__h4,.nexa-toc__h5,.nexa-toc__h6 { margin-left:14px !important; font-size:.94em; }
.nexa-toc a { text-decoration:none; }
.nexa-product-filter { display:flex; flex-wrap:wrap; gap:12px; align-items:end; padding:16px; border:1px solid var(--nexa-border); border-radius:var(--nexa-radius,12px); }
.nexa-product-filter label { display:grid; gap:6px; font-weight:700; }
.nexa-product-filter input,.nexa-product-filter select { min-width:150px; padding:10px 12px; border:1px solid var(--nexa-border); border-radius:8px; font:inherit; }
.nexa-product-extras { display:grid; gap:10px; padding:16px; border:1px solid var(--nexa-border); border-radius:var(--nexa-radius,12px); }
.nexa-product-extras legend { padding:0 8px; font-weight:800; }
.nexa-product-extras > label { display:grid; grid-template-columns:auto 1fr auto; gap:10px; align-items:center; padding:10px 12px; border-radius:8px; background:#f7f8fa; cursor:pointer; }
.nexa-product-extras > label strong { color:var(--nexa-primary); }
.nexa-product-extras__error { margin:0; color:#b42318; font-weight:700; }
@media (max-width:767px) {
	.nexa-image-gallery { grid-template-columns:repeat(min(var(--nexa-gallery-columns),2),minmax(0,1fr)); }
	.nexa-audio-player { grid-template-columns:1fr; }
}
