/* Author: Rafael Silva | Version: 1.7 */
/* =============================================================================
   StarStore Home v2 — preview /home-v2/ (front-page1.php)
   Escopo: .starstore-home-v2
   ============================================================================= */

.starstore-home-v2 {
	--starstore-header-z: 200;
	--starstore-nav-z: 150;
	--starstore-bg-deep: #020507;
	--starstore-bg-panel: #0a161c;
	--starstore-overlay-strong: rgba(10, 22, 28, 0.78);
	--starstore-overlay-mid: rgba(10, 22, 28, 0.58);
	--starstore-overlay-soft: rgba(10, 22, 28, 0.28);
	--starstore-text: #f4f6fb;
	--starstore-text-muted: rgba(244, 246, 251, 0.82);
	--starstore-accent: #65bad6;
	--starstore-accent-hover: #78c7ce;
	--starstore-accent-light: #86d8d8;
	--starstore-accent-glow: rgba(101, 186, 214, 0.35);
	--starstore-glass: rgba(134, 216, 216, 0.12);
	--starstore-glass-active: rgba(134, 216, 216, 0.22);
	--starstore-font-display: "Oxanium", sans-serif;
	--starstore-font-body: "Oxanium", sans-serif;
	--starstore-content-max: 1250px;
	--starstore-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--starstore-band-pad-y: clamp(3.5rem, 8vw, 6rem);
	--starstore-band-pad-x: clamp(1.25rem, 4vw, 2rem);
}

.starstore-home-v2-html {
	scroll-behavior: smooth;
}

/* Skip link ----------------------------------------------------------------- */

.starstore-home-v2 .starstore-skip-link {
	position: absolute;
	top: -100%;
	left: 1rem;
	z-index: 10000;
	padding: 0.75rem 1.25rem;
	background: var(--starstore-accent);
	color: var(--starstore-bg-deep);
	font-family: var(--starstore-font-body);
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: top 0.2s var(--starstore-ease-out);
}

.starstore-home-v2 .starstore-skip-link:focus {
	top: 1rem;
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* Layout edge-to-edge ------------------------------------------------------- */

.starstore-home-v2 #page,
.starstore-home-v2 .site,
.starstore-home-v2 #content,
.starstore-home-v2 .site-content,
.starstore-home-v2 .shoptimizer-archive {
	padding: 0;
	margin: 0;
	max-width: none;
	width: 100%;
}

.starstore-home-v2 #page {
	overflow-x: clip;
}

.starstore-home-v2,
.starstore-home-v2 body {
	background: var(--starstore-bg-deep);
}

.starstore-home-v2 .starstore-home-main--v2 {
	padding: 0;
	margin: 0;
	max-width: 100%;
	overflow-x: clip;
}

.starstore-home-v2 .col-full.topbar-wrapper,
.starstore-home-v2 .below-content {
	display: none;
}

.starstore-home-v2 .site-footer,
.starstore-home-v2 footer.copyright {
	background: var(--starstore-bg-deep);
	border-top: 1px solid rgba(134, 216, 216, 0.1);
	color: rgba(255, 255, 255, 0.45);
}

.starstore-home-v2 .site-footer a,
.starstore-home-v2 footer.copyright a {
	color: rgba(255, 255, 255, 0.55);
}

/* Header glass Orbital Aqua ------------------------------------------------- */

.starstore-home-v2 .starstore-home-header-group {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: var(--starstore-header-z);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 1rem;
	padding: 0.65rem clamp(1rem, 3vw, 1.5rem);
	background: var(--starstore-glass);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-bottom: 1px solid rgba(134, 216, 216, 0.1);
	overflow: visible;
	transition:
		background 0.35s var(--starstore-ease-out),
		box-shadow 0.35s var(--starstore-ease-out);
}

.admin-bar.starstore-home-v2 .starstore-home-header-group {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar.starstore-home-v2 .starstore-home-header-group {
		top: 46px;
	}
}

.starstore-home-v2 .starstore-home-header-group > * {
	pointer-events: auto;
}

.starstore-home-v2 .starstore-home-header-group > .site-header {
	position: relative;
	top: auto;
	flex: 0 0 auto;
	background: transparent;
	box-shadow: none;
	border-bottom: none;
}

.starstore-home-v2 .starstore-home-header-group > .site-header .main-header,
.starstore-home-v2 .starstore-home-header-group > .site-header .col-full {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.starstore-home-v2.is-scrolled .starstore-home-header-group {
	background: rgba(10, 22, 28, 0.72);
	box-shadow: 0 1px 0 rgba(134, 216, 216, 0.12);
}

.starstore-home-v2 .starstore-home-header a,
.starstore-home-v2 .starstore-home-header .site-title a {
	color: var(--starstore-text);
}

@media (min-width: 993px) {
	.starstore-home-v2 .starstore-home-header-group {
		flex-wrap: nowrap;
		justify-content: space-between;
		max-width: min(var(--starstore-content-max), calc(100% - 2rem));
		margin-left: auto;
		margin-right: auto;
		left: 1rem;
		right: 1rem;
		width: auto;
		border-radius: 8px;
	}

	.starstore-home-v2 .starstore-home-header-group .col-full-nav {
		display: flex;
		flex: 1 1 auto;
		align-items: center;
		justify-content: flex-end;
		gap: 0.5rem 0.75rem;
		margin-left: auto;
		min-width: 0;
	}

	.starstore-home-v2 .col-full-nav a,
	.starstore-home-v2 .starstore-home-header-group .col-full-nav a {
		color: var(--starstore-text);
	}

	.starstore-home-v2 .starstore-home-header-group .main-header .site-search,
	.starstore-home-v2 .starstore-home-header-group .main-header .site-header-cart {
		display: none !important;
	}

	.starstore-home-v2 .starstore-home-header-group .col-full-nav .shoptimizer-primary-navigation,
	.starstore-home-v2 .starstore-home-header-group .col-full-nav .shoptimizer-primary-navigation.col-full {
		display: flex;
		flex: 0 1 auto;
		width: auto;
		justify-content: flex-end;
		padding: 0;
	}

	.starstore-home-v2 .starstore-home-header-group .col-full-nav #site-navigation,
	.starstore-home-v2 .starstore-home-header-group .col-full-nav .main-navigation {
		order: 1;
	}

	.starstore-home-v2 .starstore-home-header-group .col-full-nav .site-header-cart {
		order: 10;
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		margin-left: 0.5rem;
		padding-left: 0.85rem;
		border-left: 1px solid rgba(134, 216, 216, 0.18);
	}

	.starstore-home-v2 .starstore-home-header-group .col-full-nav .shoptimizer-cart .cart-contents,
	.starstore-home-v2 .starstore-home-header-group .col-full-nav .shoptimizer-cart .cart-contents .amount {
		color: var(--starstore-text);
	}

	.starstore-home-v2 .starstore-home-header-group .primary-navigation {
		position: static;
		top: auto;
		left: auto;
		width: auto;
		text-align: right;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation {
		display: block;
		position: static;
		width: auto;
		overflow: visible;
	}

	.starstore-home-v2 .starstore-home-header-group .menu-primary-menu-container {
		display: block;
	}

	.starstore-home-v2 .starstore-home-header-group .col-full-nav a,
	.starstore-home-v2 .starstore-home-header-group .main-navigation a {
		color: var(--starstore-text);
	}

	.starstore-home-v2 .starstore-home-header-group .menu-primary-menu-container > ul.menu:hover > li > a {
		opacity: 0.72;
	}

	.starstore-home-v2 .starstore-home-header-group .menu-primary-menu-container > ul.menu:hover > li:hover > a {
		opacity: 1;
		color: var(--starstore-accent-light);
	}

	.starstore-home-v2 .starstore-home-header-group .menu-primary-menu-container > ul > li > a span:before {
		border-bottom-color: var(--starstore-accent);
	}

	.starstore-home-v2 .starstore-home-header-group .site-header-cart a,
	.starstore-home-v2 .starstore-home-header-group .search-trigger,
	.starstore-home-v2 .starstore-home-header-group .shoptimizer-myaccount a {
		color: var(--starstore-text);
	}

	.starstore-home-v2 .starstore-home-header-group .header-4-container {
		position: static;
		padding: 0;
		border: none;
		box-shadow: none;
		background: transparent;
	}

	.starstore-home-v2 .starstore-home-header-group .header-4-inner {
		display: contents;
	}

	.starstore-home-v2 .starstore-home-header-group .shoptimizer-mobile-menu {
		display: none !important;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu {
		position: static;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		gap: 0.15rem;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.menu-item-has-children {
		position: relative;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.menu-item-has-children::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 0.6rem;
		background: transparent;
	}

	/* Dropdowns — painel glass (padrão front-page / Orbital Aqua) */
	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.menu-item-has-children > .sub-menu-wrapper {
		position: absolute;
		top: 100%;
		left: 0;
		right: auto;
		width: max-content;
		min-width: 13.5rem;
		max-width: min(22rem, calc(100vw - 2rem));
		margin: 0;
		padding: 0.45rem 0 0.35rem;
		transform: none !important;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		background: rgba(10, 22, 28, 0.88);
		backdrop-filter: blur(50px);
		-webkit-backdrop-filter: blur(50px);
		border: 1px solid rgba(134, 216, 216, 0.18);
		border-radius: 8px;
		box-shadow: 0 16px 48px rgba(2, 5, 7, 0.5);
		z-index: calc(var(--starstore-header-z, 200) + 10);
		transition: opacity 0.15s var(--starstore-ease-out);
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.menu-item-has-children:hover > .sub-menu-wrapper,
	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.menu-item-has-children:focus-within > .sub-menu-wrapper,
	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.menu-item-has-children:has(> .sub-menu-wrapper:hover) > .sub-menu-wrapper {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none !important;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(-n + 2) > .sub-menu-wrapper {
		left: auto;
		right: 0;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li > .sub-menu-wrapper > .container {
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu ul.sub-menu {
		position: static !important;
		display: block;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0.25rem 0;
		background: transparent;
		box-shadow: none;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu ul.sub-menu > li {
		display: block;
		width: 100%;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu .sub-menu-wrapper a,
	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu .sub-menu-wrapper .nolink > span:not(.caret) {
		display: block;
		padding: 0.45rem 1rem;
		color: var(--starstore-text) !important;
		white-space: nowrap;
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu .sub-menu-wrapper a:hover {
		color: var(--starstore-accent-light) !important;
		background: rgba(134, 216, 216, 0.08);
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.full-width > .sub-menu-wrapper {
		min-width: min(36rem, calc(100vw - 2rem));
		max-width: min(48rem, calc(100vw - 2rem));
	}

	.starstore-home-v2 .starstore-home-header-group .main-navigation ul.menu > li.full-width > .sub-menu-wrapper > .container > ul.sub-menu {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
		gap: 0.25rem 1rem;
		padding: 0.75rem 1rem;
		width: 100%;
		box-sizing: border-box;
	}
}

@media (min-width: 1199px) {
	.starstore-home-v2 .starstore-home-header-group .primary-navigation {
		position: static !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		text-align: right !important;
	}
}

.starstore-home-v2 .header-4-container {
	position: static;
	padding: 0;
	border: none;
	box-shadow: none;
	background: transparent;
}

/* Scroll nav ---------------------------------------------------------------- */

.starstore-home-v2 .starstore-scroll-nav {
	position: fixed;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: var(--starstore-nav-z);
}

.starstore-home-v2 .starstore-scroll-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.starstore-home-v2 .starstore-scroll-nav__link {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: transparent;
	transition: transform 0.25s var(--starstore-ease-out), background 0.25s var(--starstore-ease-out), border-color 0.25s var(--starstore-ease-out);
}

.starstore-home-v2 .starstore-scroll-nav__link:hover,
.starstore-home-v2 .starstore-scroll-nav__link:focus-visible {
	border-color: var(--starstore-accent);
	transform: scale(1.15);
	outline: none;
}

.starstore-home-v2 .starstore-scroll-nav__link.is-active {
	background: var(--starstore-accent);
	border-color: var(--starstore-accent);
	box-shadow: 0 0 12px var(--starstore-accent-glow);
}

/* Hero full-viewport -------------------------------------------------------- */

.starstore-home-v2 .starstore-section--hero {
	position: relative;
	width: 100%;
	min-height: 100dvh;
	overflow: hidden;
	isolation: isolate;
	background: var(--starstore-bg-panel);
}

.starstore-home-v2 .starstore-vimeo-wrapper {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
	background: var(--starstore-bg-panel);
}

.starstore-home-v2 .starstore-vimeo-poster {
	position: absolute;
	inset: 0;
	z-index: 1;
	transition: opacity 0.9s var(--starstore-ease-out);
}

.starstore-home-v2 .starstore-vimeo-poster--hero {
	background:
		radial-gradient(ellipse 80% 60% at 50% 40%, rgba(101, 186, 214, 0.12), transparent 70%),
		linear-gradient(165deg, #0d1a22 0%, #020507 55%, #010304 100%);
}

.starstore-home-v2 .starstore-vimeo-poster--hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(2, 5, 7, 0.2) 0%,
		transparent 35%,
		transparent 65%,
		rgba(2, 5, 7, 0.35) 100%
	);
}

/* Slots de imagem (placeholder → produção) ---------------------------------- */

.starstore-home-v2 .starstore-home-v2-image-slot {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}

.starstore-home-v2 .starstore-home-v2-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.starstore-home-v2 .starstore-vimeo-poster--hero .starstore-home-v2-image-slot {
	position: absolute;
	inset: 0;
}

.starstore-home-v2 .starstore-problem-grid__visual .starstore-home-v2-image-slot {
	width: min(100%, 20rem);
	aspect-ratio: 1;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(134, 216, 216, 0.15);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.starstore-home-v2 .starstore-solution-card__media .starstore-home-v2-image-slot {
	position: absolute;
	inset: 0;
}

.starstore-home-v2 .starstore-product-split__media .starstore-home-v2-image-slot {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.starstore-home-v2 .starstore-product-split__media .starstore-home-v2-img {
	aspect-ratio: 4 / 3;
	height: auto;
}

.starstore-home-v2 .starstore-vimeo-vignette {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background:
		radial-gradient(ellipse at center, transparent 35%, rgba(0, 0, 0, 0.55) 100%),
		linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.5) 100%);
}

.starstore-home-v2 .starstore-vimeo-wrapper iframe,
.starstore-home-v2 .starstore-hero-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: max(100vw, 177.78vh);
	height: max(56.25vw, 100dvh);
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%) scale(1.06);
	border: 0;
	opacity: 0;
	filter: saturate(0.92) contrast(1.04);
	transition: opacity 1s var(--starstore-ease-out);
	z-index: 2;
	object-fit: cover;
	pointer-events: none;
}

.starstore-home-v2 .starstore-vimeo-wrapper.is-ready iframe,
.starstore-home-v2 .starstore-vimeo-wrapper.is-ready .starstore-hero-video {
	opacity: 1;
}

.starstore-home-v2 .starstore-vimeo-wrapper.is-ready .starstore-vimeo-poster {
	opacity: 0;
}

.starstore-home-v2 .starstore-video-overlay {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	grid-template-columns: 1fr min(var(--starstore-content-max), calc(100% - 2.5rem)) 1fr;
	align-items: center;
	background: linear-gradient(
		105deg,
		var(--starstore-overlay-strong) 0%,
		var(--starstore-overlay-mid) 42%,
		var(--starstore-overlay-soft) 68%,
		transparent 100%
	);
}

.starstore-home-v2 .starstore-video-content {
	position: relative;
	grid-column: 2;
	justify-self: start;
	width: 100%;
	max-width: 42rem;
	padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1rem, 3vw, 1.5rem);
	color: var(--starstore-text);
	font-family: var(--starstore-font-body);
	box-sizing: border-box;
	min-width: 0;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.85s var(--starstore-ease-out), transform 0.85s var(--starstore-ease-out);
}

.starstore-home-v2 .starstore-section--hero.is-visible .starstore-video-content,
.starstore-home-v2 .starstore-section--hero .starstore-video-content {
	opacity: 1;
	transform: translateY(0);
}

/* Tipografia ---------------------------------------------------------------- */

.starstore-home-v2 .starstore-eyebrow {
	display: block;
	font-family: var(--starstore-font-body);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--starstore-accent);
	margin-bottom: 0.85rem;
}

.starstore-home-v2 .starstore-hero-title,
.starstore-home-v2 .starstore-band__title,
.starstore-home-v2 .starstore-solution-card__title,
.starstore-home-v2 .starstore-cta-final__title {
	color: var(--starstore-text);
	font-family: var(--starstore-font-display);
	font-weight: 700;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.starstore-home-v2 .starstore-hero-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	line-height: 1.05;
	margin: 0 0 1.25rem;
}

.starstore-home-v2 .starstore-hero-subtitle,
.starstore-home-v2 .starstore-band__lead,
.starstore-home-v2 .starstore-cta-final__lead {
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.6;
	color: var(--starstore-text-muted);
	margin: 0 0 1.5rem;
	max-width: 65ch;
}

.starstore-home-v2 .starstore-band__title {
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	line-height: 1.12;
	margin: 0 0 1rem;
}

.starstore-home-v2 .starstore-hero-actions,
.starstore-home-v2 .starstore-cta-final__actions,
.starstore-home-v2 .starstore-product-split__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
	align-items: center;
}

/* Botões -------------------------------------------------------------------- */

.starstore-home-v2 .starstore-btn {
	display: inline-block;
	padding: 0.9rem 2rem;
	font-family: var(--starstore-font-body);
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.25s var(--starstore-ease-out), color 0.25s var(--starstore-ease-out), border-color 0.25s var(--starstore-ease-out), box-shadow 0.25s var(--starstore-ease-out), transform 0.2s var(--starstore-ease-out);
}

.starstore-home-v2 .starstore-btn:active {
	transform: scale(0.98) translateY(1px);
}

.starstore-home-v2 .starstore-btn:focus-visible {
	outline: 2px solid var(--starstore-accent);
	outline-offset: 3px;
}

.starstore-home-v2 .starstore-btn--primary {
	background: var(--starstore-accent);
	color: var(--starstore-bg-deep);
	border: 2px solid var(--starstore-accent);
	box-shadow: 0 8px 32px var(--starstore-accent-glow);
}

.starstore-home-v2 .starstore-btn--primary:hover {
	background: var(--starstore-accent-hover);
	border-color: var(--starstore-accent-hover);
}

.starstore-home-v2 .starstore-btn--outline {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	border: 1px solid rgba(134, 216, 216, 0.45);
	backdrop-filter: blur(4px);
}

.starstore-home-v2 .starstore-btn--outline:hover {
	background: var(--starstore-accent-light);
	color: var(--starstore-bg-deep);
	border-color: var(--starstore-accent-light);
}

.starstore-home-v2 .starstore-text-link {
	font-family: var(--starstore-font-body);
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--starstore-accent-light);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s var(--starstore-ease-out);
}

.starstore-home-v2 .starstore-text-link:hover {
	color: var(--starstore-accent-hover);
}

/* Bands --------------------------------------------------------------------- */

.starstore-home-v2 .starstore-band {
	position: relative;
	background: var(--starstore-bg-deep);
}

.starstore-home-v2 .starstore-band__inner {
	width: min(var(--starstore-content-max), calc(100% - 2.5rem));
	margin-inline: auto;
	padding: var(--starstore-band-pad-y) var(--starstore-band-pad-x);
}

.starstore-home-v2 .starstore-band--trust {
	background: var(--starstore-bg-panel);
	border-block: 1px solid rgba(134, 216, 216, 0.08);
}

.starstore-home-v2 .starstore-band--trust .starstore-band__inner {
	padding-block: clamp(1.5rem, 4vw, 2.25rem);
}

/* Trust strip --------------------------------------------------------------- */

.starstore-home-v2 .starstore-trust-strip {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1rem;
}

.starstore-home-v2 .starstore-trust-strip__item {
	font-family: var(--starstore-font-body);
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--starstore-text-muted);
	padding: 0.55rem 1.1rem;
	border: 1px solid rgba(134, 216, 216, 0.18);
	border-radius: 999px;
	background: rgba(134, 216, 216, 0.06);
	white-space: nowrap;
}

/* Problem grid -------------------------------------------------------------- */

.starstore-home-v2 .starstore-problem-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.starstore-home-v2 .starstore-problem-list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.starstore-home-v2 .starstore-problem-list li {
	position: relative;
	padding-left: 1.35rem;
	font-family: var(--starstore-font-body);
	font-size: 0.98rem;
	line-height: 1.5;
	color: var(--starstore-text-muted);
}

.starstore-home-v2 .starstore-problem-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--starstore-accent);
	box-shadow: 0 0 8px var(--starstore-accent-glow);
}

.starstore-home-v2 .starstore-problem-grid__visual {
	display: flex;
	justify-content: center;
	margin-top: -1.5rem;
}

.starstore-home-v2 .starstore-problem-visual {
	position: relative;
	width: min(100%, 18rem);
	aspect-ratio: 1;
}

.starstore-home-v2 .starstore-problem-visual__ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 1px solid rgba(134, 216, 216, 0.25);
	background: radial-gradient(circle at 30% 30%, rgba(101, 186, 214, 0.2), transparent 60%);
}

.starstore-home-v2 .starstore-problem-visual__core {
	position: absolute;
	inset: 28%;
	border-radius: 50%;
	background: radial-gradient(circle, var(--starstore-accent) 0%, rgba(101, 186, 214, 0.15) 70%);
	box-shadow: 0 0 48px var(--starstore-accent-glow);
}

/* Solutions grid ------------------------------------------------------------ */

.starstore-home-v2 .starstore-band__header {
	margin-bottom: clamp(2rem, 5vw, 3rem);
	max-width: 42rem;
}

.starstore-home-v2 .starstore-solutions-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1rem, 2.5vw, 1.5rem);
}

.starstore-home-v2 .starstore-solution-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 100%;
	border-radius: 8px;
	overflow: hidden;
	background: var(--starstore-bg-panel);
	border: 1px solid rgba(134, 216, 216, 0.1);
	transition: transform 0.3s var(--starstore-ease-out), box-shadow 0.3s var(--starstore-ease-out);
}

.starstore-home-v2 .starstore-solution-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(101, 186, 214, 0.12);
}

.starstore-home-v2 .starstore-solution-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.starstore-home-v2 .starstore-solution-card__poster {
	position: absolute;
	inset: 0;
}

.starstore-home-v2 .starstore-solution-card__poster--business {
	background:
		radial-gradient(ellipse 70% 50% at 70% 30%, rgba(101, 186, 214, 0.18), transparent 65%),
		linear-gradient(160deg, #0d1a22 0%, #020507 100%);
}

.starstore-home-v2 .starstore-solution-card__poster--mobile {
	background:
		radial-gradient(ellipse 60% 45% at 30% 50%, rgba(101, 186, 214, 0.15), transparent 60%),
		linear-gradient(200deg, #0c151c 0%, #020507 100%);
}

.starstore-home-v2 .starstore-solution-card__poster--maritime {
	background:
		radial-gradient(ellipse 65% 50% at 50% 40%, rgba(120, 199, 206, 0.16), transparent 65%),
		linear-gradient(180deg, #0a1418 0%, #020507 100%);
}

.starstore-home-v2 .starstore-solution-card__poster--public {
	background:
		radial-gradient(ellipse 65% 50% at 60% 40%, rgba(134, 216, 216, 0.12), transparent 65%),
		linear-gradient(180deg, #0a1218 0%, #020507 100%);
}

.starstore-home-v2 .starstore-solution-card__body {
	display: flex;
	flex-direction: column;
	padding: 1.35rem 1.5rem 1.5rem;
}

.starstore-home-v2 .starstore-solution-card__title {
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	line-height: 1.2;
	margin: 0 0 0.65rem;
}

.starstore-home-v2 .starstore-solution-card__excerpt {
	font-family: var(--starstore-font-body);
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--starstore-text-muted);
	margin: 0 0 1.25rem;
	flex: 1;
}

.starstore-home-v2 .starstore-solution-card__cta {
	align-self: flex-start;
	margin-top: auto;
	padding: 0.75rem 1.35rem;
	font-size: 0.82rem;
}

/* Product split ------------------------------------------------------------- */

.starstore-home-v2 .starstore-band--product {
	background: var(--starstore-bg-panel);
	position: relative;
	overflow: hidden;
}

.starstore-home-v2 .starstore-band--product::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.04;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.starstore-home-v2 .starstore-product-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
	position: relative;
	z-index: 1;
}

.starstore-home-v2 .starstore-product-split__image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.starstore-home-v2 .starstore-product-split__placeholder {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	background:
		radial-gradient(ellipse at center, rgba(101, 186, 214, 0.2), transparent 70%),
		var(--starstore-bg-deep);
	border: 1px solid rgba(134, 216, 216, 0.15);
}

.starstore-home-v2 .starstore-product-benefits {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.starstore-home-v2 .starstore-product-benefits li {
	position: relative;
	padding-left: 1.25rem;
	font-family: var(--starstore-font-body);
	font-size: 0.95rem;
	color: var(--starstore-text-muted);
}

.starstore-home-v2 .starstore-product-benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--starstore-accent);
	font-weight: 700;
}

/* CTA final ----------------------------------------------------------------- */

.starstore-home-v2 .starstore-band--cta {
	background:
		radial-gradient(ellipse 80% 80% at 50% 100%, rgba(101, 186, 214, 0.18), transparent 60%),
		var(--starstore-bg-deep);
}

.starstore-home-v2 .starstore-cta-final {
	text-align: center;
	max-width: 46rem;
	margin-inline: auto;
}

.starstore-home-v2 .starstore-cta-final__title {
	font-size: clamp(1.85rem, 4vw, 2.85rem);
	margin-bottom: 1rem;
}

.starstore-home-v2 .starstore-cta-final__lead {
	margin-inline: auto;
}

.starstore-home-v2 .starstore-cta-final__actions {
	justify-content: center;
}

/* Section visibility (scroll reveal) ---------------------------------------- */

.starstore-home-v2 [data-section]:not(.starstore-section--hero) {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s var(--starstore-ease-out), transform 0.7s var(--starstore-ease-out);
}

.starstore-home-v2 [data-section].is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Mobile -------------------------------------------------------------------- */

@media (max-width: 991px) {
	.starstore-home-v2 {
		--starstore-mobile-content-glass: rgba(10, 22, 28, 0.42);
		--starstore-mobile-content-glass-border: rgba(101, 186, 214, 0.24);
		--starstore-mobile-text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82), 0 1px 4px rgba(0, 0, 0, 0.92);
	}

	.starstore-home-v2 .starstore-scroll-nav {
		display: none;
	}

	/* Header: barra glass compacta; drawer fora do grupo (evita containing block) */
	.starstore-home-v2 .starstore-home-header-group {
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		padding: 0;
		max-width: none;
		left: 0;
		right: 0;
		width: 100%;
		border-radius: 0;
		background: transparent;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border-bottom: none;
		box-shadow: none;
	}

	.starstore-home-v2.is-scrolled .starstore-home-header-group {
		background: transparent;
		box-shadow: none;
	}

	.starstore-home-v2 .starstore-home-header-group > .site-header {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
		background: var(--starstore-glass);
		backdrop-filter: blur(50px);
		-webkit-backdrop-filter: blur(50px);
		border-bottom: 1px solid rgba(134, 216, 216, 0.1);
	}

	.starstore-home-v2.is-scrolled .starstore-home-header-group > .site-header {
		background: rgba(10, 22, 28, 0.72);
	}

	.starstore-home-v2 .starstore-home-header-group > .site-header .main-header,
	.starstore-home-v2 .starstore-home-header-group > .site-header .col-full {
		padding: 0;
	}

	.starstore-home-v2 .starstore-home-header-group .col-full-nav {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -300px;
		width: 300px;
		max-width: min(300px, 85vw);
		height: 100vh;
		height: 100dvh;
		min-height: 100dvh;
		flex: none;
		margin: 0;
		padding: 0 15px;
		padding-top: max(1rem, env(safe-area-inset-top, 0px));
		z-index: calc(var(--starstore-header-z, 200) + 20);
		background: var(--starstore-bg-panel);
		box-shadow: 4px 0 24px rgba(0, 0, 0, 0.45);
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		transition: left 0.35s ease 0.1s;
		border-top: none;
	}

	.admin-bar.starstore-home-v2 .starstore-home-header-group .col-full-nav {
		padding-top: max(2.875rem, calc(46px + env(safe-area-inset-top, 0px)));
		z-index: 100000;
	}

	.starstore-home-v2.mobile-toggled .starstore-home-header-group .col-full-nav {
		left: 0;
	}

	.starstore-home-v2 .starstore-home-header-group .shoptimizer-mobile-menu {
		display: block !important;
	}

	.starstore-home-v2 .col-full-nav a,
	.starstore-home-v2 .col-full-nav .main-navigation a,
	.starstore-home-v2 .col-full-nav .mobile-extra a {
		color: var(--starstore-text);
	}

	.starstore-home-v2 .col-full-nav .main-navigation ul.menu > li.menu-item-has-children.dropdown-open > .sub-menu-wrapper {
		border-bottom-color: rgba(134, 216, 216, 0.18);
	}

	.starstore-home-v2 .col-full-nav .main-navigation ul.menu li.menu-item-has-children span.caret:after {
		background-color: var(--starstore-text);
	}

	.starstore-home-v2 .col-full-nav .mobile-extra h2,
	.starstore-home-v2 .col-full-nav .mobile-extra h4,
	.starstore-home-v2 .col-full-nav .mobile-extra .heading,
	.starstore-home-v2 .col-full-nav .mobile-extra .review {
		color: var(--starstore-text-muted);
		border-top-color: rgba(134, 216, 216, 0.12);
	}

	.starstore-home-v2 .col-full-nav .site-search input[type="search"],
	.starstore-home-v2 .col-full-nav .woocommerce-product-search .search-field {
		background: rgba(255, 255, 255, 0.08);
		border-color: rgba(134, 216, 216, 0.2);
		color: var(--starstore-text);
	}

	/* Menu toggle — sem caixa azul do Shoptimizer ao toque */
	.starstore-home-v2 .site-branding button.menu-toggle,
	.starstore-home-v2 .site-branding button.menu-toggle:hover {
		background-color: transparent;
		border: none;
		box-shadow: none;
	}

	.starstore-home-v2 .site-branding button.menu-toggle:focus {
		outline: none;
		box-shadow: none;
	}

	.starstore-home-v2.keyboard-active .site-branding button.menu-toggle:focus-visible {
		outline: 2px solid var(--starstore-accent);
		outline-offset: 3px;
		box-shadow: none;
	}

	.starstore-home-v2 .menu-toggle .bar {
		background-color: var(--starstore-text);
	}

	.starstore-home-v2 .menu-toggle .bar-text {
		color: var(--starstore-text);
	}

	.starstore-home-v2 .custom-logo-link img {
		filter: brightness(0) invert(1);
		opacity: 0.92;
	}

	.starstore-home-v2 .starstore-home-header-group .main-header .site-header-cart {
		display: block !important;
	}

	.starstore-home-v2 .starstore-home-header-group .main-header .site-header-cart a,
	.starstore-home-v2 .starstore-home-header-group .main-header .shoptimizer-cart .cart-contents {
		color: var(--starstore-text);
	}

	.starstore-home-v2 .starstore-home-header-group .main-header .shoptimizer-cart .cart-contents .count {
		background: var(--starstore-accent);
		color: var(--starstore-bg-deep);
	}

	/* Hero edge-to-edge — vídeo sob o header fixo, sem gap */
	.starstore-home-v2 .starstore-home-main--v2 {
		padding-top: 0;
	}

	.starstore-home-v2 .starstore-section--hero {
		min-height: 100dvh;
		min-height: 100svh;
	}

	.starstore-home-v2 .starstore-section--hero .starstore-vimeo-wrapper {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.starstore-home-v2 .starstore-vimeo-wrapper iframe,
	.starstore-home-v2 .starstore-hero-video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		transform: none;
		filter: none;
		-webkit-transform: translateZ(0);
	}

	.starstore-home-v2 .starstore-vimeo-wrapper:not(.is-ready) .starstore-vimeo-poster {
		opacity: 1;
	}

	.starstore-home-v2 .starstore-video-overlay {
		display: block;
		background: transparent;
		pointer-events: none;
		padding-top: 0;
	}

	.starstore-home-v2 .starstore-video-content {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		grid-column: auto;
		max-width: none;
		max-height: 62%;
		padding: 0.85rem 1.15rem 1rem;
		padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
		background: var(--starstore-mobile-content-glass);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		border: 1px solid var(--starstore-mobile-content-glass-border);
		border-bottom: none;
		box-shadow: 0 -10px 36px rgba(0, 0, 0, 0.28);
		pointer-events: auto;
		transform: none;
		opacity: 1;
	}

	.starstore-home-v2 .starstore-hero-title {
		font-size: clamp(1.35rem, 5.5vw, 1.85rem);
		margin-bottom: 0.5rem;
		text-shadow: var(--starstore-mobile-text-shadow);
	}

	.starstore-home-v2 .starstore-hero-subtitle {
		font-size: 0.88rem;
		margin-bottom: 0.85rem;
		text-shadow: var(--starstore-mobile-text-shadow);
	}

	.starstore-home-v2 .starstore-btn {
		padding: 0.75rem 1.25rem;
		font-size: 0.8rem;
	}

	.starstore-home-v2 .starstore-trust-strip {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.25rem;
	}

	.starstore-home-v2 .starstore-trust-strip__item {
		scroll-snap-align: start;
		flex-shrink: 0;
	}

	.starstore-home-v2 .starstore-problem-grid,
	.starstore-home-v2 .starstore-product-split,
	.starstore-home-v2 .starstore-solutions-grid {
		grid-template-columns: 1fr;
	}

	.starstore-home-v2 .starstore-problem-grid__visual {
		margin-top: 0;
		order: -1;
	}

	.starstore-home-v2 .starstore-problem-visual {
		width: min(100%, 12rem);
	}

	@supports (-webkit-touch-callout: none) {
		.starstore-home-v2 .starstore-video-content {
			-webkit-backdrop-filter: blur(6px);
			backdrop-filter: blur(6px);
		}
	}
}

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

	.starstore-home-v2 .starstore-vimeo-wrapper iframe,
	.starstore-home-v2 .starstore-hero-video {
		display: none;
	}

	.starstore-home-v2 .starstore-vimeo-poster {
		opacity: 1 !important;
	}

	.starstore-home-v2 [data-section] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.starstore-home-v2 .starstore-video-content {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
