/**
 * Home v2 — layout PHP (sem Elementor).
 *
 * Escala fixa de títulos (não misturar):
 * 40 hero  >  32 seção  >  22 card  >  16 corpo  >  14 apoio
 */

body.habix-home-v2 {
	--habix-title: #2c006a;
	--habix-text: #61636b;
	--habix-accent: #fa6f24;
	--t-hero: 40px;
	--t-section: 32px;
	--t-card: 22px;
	--t-body: 16px;
	--t-small: 14px;
	--title-gap: 30px;
	--space-fold: 64px;
	--hv2-max: 1120px;
}

body.habix-home-v2 .hv2 :is(h1, h2, h3, h4) {
	margin: 0;
	font-family: Inter, sans-serif;
}

body.habix-home-v2 .hv2 h1,
body.habix-home-v2 .hv2 .hv2-hero__title,
body.habix-home-v2 .hv2 .hv2-hero__title span {
	font-size: var(--t-hero) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

body.habix-home-v2 .hv2 h2,
body.habix-home-v2 .hv2 .hv2-section__title,
body.habix-home-v2 .hv2 .hv2-section__title span,
body.habix-home-v2 .hv2 .hv2-stats__intro,
body.habix-home-v2 .hv2 .hv2-stats__accent,
body.habix-home-v2 .hv2 .hv2-stats__rest,
body.habix-home-v2 .hv2 .hv2-cta__title,
body.habix-home-v2 .hv2 .habix-title {
	font-size: var(--t-section) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

body.habix-home-v2 .hv2 h3,
body.habix-home-v2 .hv2 .hv2-card__title,
body.habix-home-v2 .hv2 .hv2-card__title a {
	font-size: var(--t-card) !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

body.habix-home-v2 .hv2 h1,
body.habix-home-v2 .hv2 h2,
body.habix-home-v2 .hv2 .hv2-hero__title,
body.habix-home-v2 .hv2 .hv2-section__title,
body.habix-home-v2 .hv2 .hv2-cta__title,
body.habix-home-v2 .hv2 .habix-title {
	margin-bottom: var(--title-gap) !important;
}

body.habix-home-v2 .entry-title,
body.habix-home-v2 .page-header {
	display: none !important;
}

.hv2 {
	overflow: hidden;
}

.hv2-wrap {
	width: min(100% - 48px, var(--hv2-max));
	margin: 0 auto;
}

.hv2-section {
	padding: var(--space-fold) 0;
}

.hv2-eyebrow {
	margin: 0 0 10px;
	color: var(--habix-accent);
	font-family: Inter, sans-serif;
	font-size: var(--t-small);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-transform: uppercase;
	text-wrap: pretty;
}

.hv2-hero__title,
.hv2-section__title,
.hv2-cta__title,
.hv2-card__title {
	text-wrap: balance;
}

.hv2-hero__lead,
.hv2-section__lead,
.hv2-cta__text,
.hv2-card__excerpt,
.hv2-digix p,
.hv2-stat__label {
	text-wrap: pretty;
}

.hv2-section__title {
	margin: 0 0 var(--title-gap);
	color: var(--habix-title);
	font-family: Inter, sans-serif;
	font-weight: 700;
	line-height: 1.25;
}

.hv2-section__lead {
	margin: 0 0 28px;
	max-width: 62ch;
	color: var(--habix-text);
	font-family: Inter, sans-serif;
	font-size: var(--t-body);
	line-height: 1.55;
}

.hv2-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1.5px solid transparent;
	border-radius: 999px;
	font-family: Inter, sans-serif;
	font-size: var(--t-body);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.hv2-btn--solid {
	border-color: var(--habix-title);
	background: var(--habix-title);
	color: #fff;
}

.hv2-btn--ghost {
	border-color: var(--habix-accent);
	color: var(--habix-title);
	background: #fff;
}

.hv2-btn--accent {
	border-color: var(--habix-accent);
	background: var(--habix-accent);
	color: #fff;
}

.hv2-btn--light {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

body.habix-home-v2 .hv2-btn--solid:hover,
body.habix-home-v2 .hv2-btn--solid:focus,
body.habix-home-v2 .hv2-btn--ghost:hover,
body.habix-home-v2 .hv2-btn--ghost:focus,
body.habix-home-v2 .hv2-digix__btn:hover,
body.habix-home-v2 .hv2-digix__btn:focus {
	border-color: var(--habix-accent) !important;
	background: var(--habix-accent) !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(250, 111, 36, 0.28);
}

body.habix-home-v2 .hv2-btn--accent:hover,
body.habix-home-v2 .hv2-btn--accent:focus {
	border-color: var(--habix-title) !important;
	background: var(--habix-title) !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(44, 0, 106, 0.28);
}

body.habix-home-v2 .hv2-btn--light:hover,
body.habix-home-v2 .hv2-btn--light:focus {
	border-color: #fff !important;
	background: #fff !important;
	color: var(--habix-title) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(255, 255, 255, 0.2);
}

/* -------------------------------------------------------------------------- */
/* Hero — mesmo desenho da home: título bicolor, foto grande à direita        */
/* -------------------------------------------------------------------------- */

.hv2-hero {
	display: grid;
	grid-template-columns: minmax(360px, 42%) minmax(0, 1fr);
	align-items: stretch;
	column-gap: 0;
	width: 100%;
	min-height: min(85vh, 700px);
	margin: 0;
	padding: 0;
	background: #fff;
}

.hv2-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(100% - 24px, 560px);
	max-width: 560px;
	margin-left: max(24px, calc((100vw - 1200px) / 2));
	padding: 0;
}

.hv2-hero__title {
	margin: 0 0 var(--title-gap);
	font-family: Inter, sans-serif;
	font-size: var(--t-hero);
	font-weight: 700;
	line-height: 1.2;
}

.hv2-hero__title span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.hv2-hero__accent {
	color: var(--habix-accent);
}

.hv2-hero__mark {
	color: var(--habix-title);
}

.hv2-hero__lead {
	margin: 0 0 28px;
	max-width: 46ch;
	color: var(--habix-text);
	font-family: Inter, sans-serif;
	font-size: var(--t-body);
	font-weight: 400;
	line-height: 1.5;
	text-wrap: pretty;
}

.hv2-hero__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 12px;
}

.hv2-hero__actions .hv2-btn {
	width: auto;
	flex: 0 0 auto;
	padding: 12px 18px;
}

body.habix-home-v2 .hv2-hero__actions .hv2-btn--ghost,
body.habix-home-v2 .hv2-hero__actions .hv2-btn--ghost:visited {
	border-color: var(--habix-accent) !important;
	color: var(--habix-accent) !important;
	background: #fff !important;
}

body.habix-home-v2 .hv2-hero__actions .hv2-btn--ghost:hover,
body.habix-home-v2 .hv2-hero__actions .hv2-btn--ghost:focus {
	border-color: var(--habix-accent) !important;
	color: #fff !important;
	background: var(--habix-accent) !important;
}

.hv2-hero__media {
	position: relative;
	align-self: stretch;
	min-height: 100%;
	overflow: hidden;
	margin-right: 0;
	line-height: 0;
}

.hv2-hero__media img {
	position: absolute;
	right: 21%;
	bottom: 0;
	display: block;
	width: 78% !important;
	height: 119%;
	object-fit: cover;
	object-position: 0% -267%;
}

/* -------------------------------------------------------------------------- */
/* Módulos, resultados, logos                                                 */
/* -------------------------------------------------------------------------- */

.hv2-modules {
	background: var(--habix-accent);
}

.hv2-modules .hv2-wrap {
	width: min(100% - 32px, 1200px);
	text-align: center;
}

.hv2-modules .hv2-section__title {
	max-width: none;
	margin: 0 auto var(--title-gap);
	color: #fff;
}

.hv2-modules .hv2-section__title span {
	color: var(--habix-title);
}

.hv2-modules .hv2-section__lead {
	margin: 0 auto 36px;
	max-width: 72ch;
	color: #fff;
}

.hv2-modules .habix-carrossel-item {
	background: #fff;
	box-shadow: 0 8px 20px rgba(44, 0, 106, 0.08);
}

.hv2-modules .habix-carrossel-item div {
	color: var(--habix-title) !important;
}

.hv2-modules__cta {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.hv2-stats {
	background: #f6f5f8;
}

.hv2-stats .hv2-wrap {
	width: min(100% - 32px, 1280px);
}

.hv2-stats__intro,
.hv2-stats__intro .hv2-stats__accent,
.hv2-stats__intro .hv2-stats__rest {
	display: block;
	margin: 0;
	color: var(--habix-title);
	font-family: Inter, sans-serif;
	font-size: var(--t-section) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.hv2-stats__intro {
	display: flex;
	flex-direction: column;
	margin: 0 0 var(--title-gap);
}

.hv2-stats__intro .hv2-stats__accent {
	color: var(--habix-accent) !important;
}

.hv2-stats__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.hv2-stat {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding: 22px 18px 20px;
	overflow: hidden;
	border: 1.5px solid var(--habix-accent);
	border-radius: 16px;
	background: #fff;
}

.hv2-stat__icon {
	display: flex;
	order: 1;
	width: 22px;
	height: 22px;
	margin-bottom: 12px;
	color: var(--habix-accent);
}

.hv2-stat__icon svg {
	width: 100%;
	height: 100%;
}

.hv2-stat__value {
	display: flex;
	order: 3;
	align-items: baseline;
	gap: 0.25em;
	margin: 10px 0 0;
	color: var(--habix-accent);
	font-family: Inter, sans-serif;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.hv2-stat__num {
	font-size: 40px;
}

.hv2-stat__unit {
	font-size: 22px;
}

.hv2-stat p.hv2-stat__label,
.hv2-stat__label {
	order: 2;
	margin: 0 !important;
	max-width: 100%;
	color: var(--habix-text) !important;
	font-family: Inter, sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	overflow-wrap: break-word;
	word-break: normal;
}

.hv2-stats__note {
	margin: 20px 0 0;
	color: var(--habix-text);
	font-size: var(--t-small);
}

.hv2-logos .hv2-wrap {
	width: min(100% - 32px, 1280px);
}

.hv2-logos .hv2-section__title {
	margin-bottom: var(--title-gap);
	text-align: center;
}

.hv2-logos__slider {
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	align-items: center;
	gap: 12px;
}

.hv2-logos__viewport {
	container-type: inline-size;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.hv2-logos__viewport::-webkit-scrollbar {
	display: none;
}

.hv2-logos__track {
	display: flex;
	align-items: center;
	gap: 48px;
	width: max-content;
}

.hv2-logos__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 calc((100cqi - 96px) / 3);
	width: calc((100cqi - 96px) / 3);
	height: 88px;
	margin: 0;
	scroll-snap-align: start;
}

.hv2-logos__item img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

.hv2-logos__nav {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--habix-title) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3 5 8l5 5'/%3E%3C/svg%3E") center no-repeat;
	cursor: pointer;
}

.hv2-logos__nav--next {
	transform: scaleX(-1);
}

.hv2-logos__nav:hover {
	background-color: var(--habix-accent);
}

/* -------------------------------------------------------------------------- */
/* Depoimentos                                                                */
/* -------------------------------------------------------------------------- */

.hv2-social {
	background: #f2f2f5;
}

body.habix-home-v2 .hv2-social .habix-dep-1 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 24px 32px;
	width: 100%;
	padding: 0;
}

body.habix-home-v2 .hv2-social .habix-title {
	flex: 1 1 100%;
	width: 100%;
	margin: 0 0 var(--title-gap) !important;
	color: var(--habix-title) !important;
	font-family: Inter, sans-serif !important;
	font-size: var(--t-section) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-wrap: balance;
}

body.habix-home-v2 .hv2-social .habix-dep-1 > .habix-dep-1 {
	flex: 1 1 100%;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: 28px;
	align-items: stretch;
	padding: 0;
}

body.habix-home-v2 .hv2-social .habix-media-frame {
	min-width: 0;
	min-height: 0;
	aspect-ratio: 16 / 10;
	padding: 0 !important;
	overflow: hidden;
	background: #fff8f4;
	border: 1px solid rgba(250, 111, 36, 0.35);
	border-radius: 16px;
}

body.habix-home-v2 .hv2-social .habix-media-item.is-active {
	display: flex !important;
	width: 100%;
	height: 100%;
}

body.habix-home-v2 .hv2-social .habix-media-item img,
body.habix-home-v2 .hv2-social .habix-media-item video,
body.habix-home-v2 .hv2-social .habix-media-item iframe {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	border: 0;
	border-radius: 0;
}

body.habix-home-v2 .hv2-social .habix-side {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

body.habix-home-v2 .hv2-social .habix-list-item {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 104px;
	margin: 0;
	padding: 22px 24px;
	border: 1px solid rgba(44, 0, 106, 0.08);
	border-radius: 14px;
	background: #f7f6fa;
}

body.habix-home-v2 .hv2-social .habix-list-item.is-active {
	border-color: var(--habix-accent);
	background: #fff8f4;
}

body.habix-home-v2 .hv2-social .habix-arrow {
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--habix-accent);
	border-bottom: 2px solid var(--habix-accent);
	color: transparent;
	font-size: 0;
	transform: rotate(-45deg);
}

body.habix-home-v2 .hv2-social .habix-info h4 {
	margin: 0 0 6px !important;
	color: var(--habix-title) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

body.habix-home-v2 .hv2-social .habix-list-item.is-active .habix-info h4 {
	color: var(--habix-accent) !important;
}

body.habix-home-v2 .hv2-social .habix-info p {
	margin: 0 !important;
	color: var(--habix-text) !important;
	font-size: var(--t-small) !important;
	line-height: 1.4 !important;
}

/* -------------------------------------------------------------------------- */
/* CTA, blog, Digix                                                           */
/* -------------------------------------------------------------------------- */

.hv2-cta {
	padding: 0;
	background: #fff;
}

.hv2-cta__panel {
	padding: 72px 0 0;
	border-radius: 48px 48px 0 0;
	background: #fff;
}

.hv2-cta__inner {
	text-align: center;
}

.hv2-cta__title {
	margin: 0 auto var(--title-gap);
	max-width: none;
	color: var(--habix-title);
	font-family: Inter, sans-serif;
	font-size: var(--t-section);
	font-weight: 700;
	line-height: 1.25;
	text-wrap: balance;
}

.hv2-cta__text {
	margin: 0 auto 28px;
	max-width: 46ch;
	color: var(--habix-text);
	font-family: Inter, sans-serif;
	font-size: var(--t-body);
	line-height: 1.55;
	text-wrap: pretty;
}

.hv2-cta__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.hv2-cta__shot {
	position: relative;
	width: min(100%, 980px);
	margin: 40px auto 0;
	padding: 20px 22px 0;
	overflow: hidden;
}

.hv2-cta__shot::before {
	content: "";
	position: absolute;
	top: 36px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	border: 2px solid var(--habix-accent);
	border-bottom: 0;
	border-radius: 28px 28px 0 0;
	background: transparent;
}

.hv2-cta__shot img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 488px;
	max-height: 488px;
	border: 1.5px solid var(--habix-accent);
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
	background: #fff;
	object-fit: cover;
	object-position: top;
	will-change: object-position;
}

.hv2-blog {
	position: relative;
	overflow: visible;
	background: var(--habix-accent);
}

.hv2-blog .hv2-wrap {
	width: min(100% - 48px, 1200px);
}

.hv2-blog__notch {
	position: absolute;
	top: -25px;
	left: 50%;
	z-index: 2;
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50%;
	background: var(--habix-accent);
	transform: translateX(-50%);
	animation: hv2-blog-notch 1.8s ease-in-out infinite;
	pointer-events: none;
}

.hv2-blog__notch::after {
	content: "";
	position: absolute;
	top: 46%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-right: 2.5px solid #fff;
	border-bottom: 2.5px solid #fff;
	transform: translate(-50%, -70%) rotate(45deg);
}

@keyframes hv2-blog-notch {
	0%,
	100% {
		top: -25px;
	}

	50% {
		top: -17px;
	}
}

.hv2-blog .hv2-eyebrow {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.hv2-blog__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: var(--title-gap);
}

.hv2-blog .hv2-section__title {
	max-width: 14em;
	margin-bottom: 0 !important;
	color: #fff !important;
}

.hv2-blog__nav {
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	margin-bottom: 4px;
}

body.habix-home-v2 .hv2-blog__arrow,
body.habix-home-v2 .hv2-blog__arrow:hover,
body.habix-home-v2 .hv2-blog__arrow:focus,
body.habix-home-v2 .hv2-blog__arrow:active,
body.habix-home-v2 .hv2-blog__arrow--prev,
body.habix-home-v2 .hv2-blog__arrow--prev:hover,
body.habix-home-v2 .hv2-blog__arrow--prev:focus,
body.habix-home-v2 .hv2-blog__arrow--prev:active {
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0 !important;
	border-radius: 999px;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%232c006a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3 5 8l5 5'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 16px 16px !important;
	color: transparent !important;
	box-shadow: 0 6px 16px rgba(44, 0, 106, 0.12);
	cursor: pointer;
	filter: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

body.habix-home-v2 .hv2-blog__arrow--next,
body.habix-home-v2 .hv2-blog__arrow--next:hover,
body.habix-home-v2 .hv2-blog__arrow--next:focus,
body.habix-home-v2 .hv2-blog__arrow--next:active {
	transform: scaleX(-1);
}

body.habix-home-v2 .hv2-blog__arrow:hover,
body.habix-home-v2 .hv2-blog__arrow:focus,
body.habix-home-v2 .hv2-blog__arrow--prev:hover,
body.habix-home-v2 .hv2-blog__arrow--prev:focus {
	background-color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(44, 0, 106, 0.18);
}

body.habix-home-v2 .hv2-blog__arrow--next:hover,
body.habix-home-v2 .hv2-blog__arrow--next:focus {
	transform: scaleX(-1) translateY(-2px);
}

body.habix-home-v2 .hv2-blog__arrow:disabled,
body.habix-home-v2 .hv2-blog__arrow--prev:disabled,
body.habix-home-v2 .hv2-blog__arrow--next:disabled {
	opacity: 0.45;
	box-shadow: none;
	cursor: default;
	transform: none;
}

body.habix-home-v2 .hv2-blog__arrow--next:disabled {
	transform: scaleX(-1);
}

.hv2-blog__viewport {
	width: calc(100% + (100vw - 100%) / 2);
	max-width: none;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.hv2-blog__viewport::-webkit-scrollbar {
	display: none;
}

.hv2-blog__track {
	display: flex;
	gap: 20px;
	width: max-content;
}

.hv2-blog .hv2-card {
	box-sizing: border-box;
	flex: 0 0 calc((min(100vw - 48px, 1200px) - 60px) / 4);
	width: calc((min(100vw - 48px, 1200px) - 60px) / 4);
	overflow: hidden;
	border: 0;
	border-radius: 16px;
	background: #fff;
	scroll-snap-align: start;
}

.hv2-card__media,
.hv2-card__media img {
	display: block;
	width: 100%;
	height: 168px;
	object-fit: cover;
	background: #f2f2f5;
}

.hv2-card__body {
	padding: 20px 20px 22px;
}

.hv2-card__title {
	margin: 0 0 8px;
	font-family: Inter, sans-serif;
	font-weight: 700;
	line-height: 1.3;
}

body.habix-home-v2 .hv2-blog .hv2-card__title,
body.habix-home-v2 .hv2-blog .hv2-card__title a {
	color: var(--habix-accent) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-decoration: none;
	text-wrap: pretty;
	overflow-wrap: break-word;
	word-break: normal;
}

body.habix-home-v2 .hv2-blog .hv2-card__title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: calc(16px * 1.35 * 3);
}

body.habix-home-v2 .hv2-blog .hv2-card__title a {
	display: inline;
}

.hv2-card__excerpt {
	margin: 0 0 14px;
	color: var(--habix-text);
	font-size: var(--t-small);
	line-height: 1.45;
}

.hv2-card__more {
	color: var(--habix-accent);
	font-size: var(--t-small);
	font-weight: 600;
	text-decoration: none;
}

.hv2-blog__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
	min-height: 12px;
}

.hv2-blog__dot {
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	transition: width 0.2s ease, background 0.2s ease;
}

.hv2-blog__dot.is-active {
	width: 16px;
	background: #fff;
}

.hv2-digix__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: 48px 64px;
	align-items: center;
}

.hv2-digix__media img {
	display: block;
	width: 100%;
	height: auto;
	border: 1.5px solid var(--habix-accent);
	border-radius: 20px;
	background: #f6f5f8;
	object-fit: cover;
}

.hv2-digix__copy .hv2-section__title {
	display: flex;
	flex-direction: column;
	max-width: none;
	margin-bottom: var(--title-gap);
	color: var(--habix-title) !important;
}

.hv2-digix__line {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
}

.hv2-digix__logo {
	display: inline-block;
	width: auto;
	height: 0.85em;
	margin-left: 0.28em;
	vertical-align: middle;
}

.hv2-digix__copy p {
	margin: 0 0 16px;
	max-width: 42ch;
	color: var(--habix-text);
	font-family: Inter, sans-serif;
	font-size: var(--t-body);
	line-height: 1.55;
}

.hv2-digix__copy p:last-of-type {
	margin-bottom: 28px;
}

body.habix-home-v2 .hv2-digix__btn {
	border-color: var(--habix-title) !important;
	color: var(--habix-title) !important;
	background: #fff !important;
}

@media (max-width: 1100px) {
	.hv2-stats__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hv2-blog .hv2-card {
		flex-basis: calc((min(100vw - 48px, 1200px) - 20px) / 2);
		width: calc((min(100vw - 48px, 1200px) - 20px) / 2);
	}
}

@media (max-width: 900px) {
	body.habix-home-v2 {
		--t-hero: 32px;
		--t-section: 28px;
		--space-fold: 48px;
	}

	.hv2-hero {
		grid-template-columns: 1fr;
		width: 100%;
		min-height: 0;
		gap: 0;
	}

	.hv2-hero__copy {
		width: min(100% - 48px, 1200px);
		max-width: none;
		margin: 0 auto;
		padding: 8px 0 16px;
	}

	.hv2-hero__actions {
		flex-wrap: nowrap;
	}

	.hv2-digix__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.hv2-logos__item {
		flex-basis: calc((100cqi - 48px) / 2);
		width: calc((100cqi - 48px) / 2);
	}

	.hv2-hero__media {
		position: relative;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.hv2-hero__media img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center bottom;
	}

	body.habix-home-v2 .hv2-social .habix-dep-1 > .habix-dep-1 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	body.habix-home-v2 {
		--t-hero: 28px;
		--t-section: 24px;
		--t-card: 18px;
		--space-fold: 40px;
	}

	.hv2-wrap {
		width: min(100% - 32px, var(--hv2-max));
	}

	.hv2-stats__grid {
		grid-template-columns: 1fr;
	}

	.hv2-blog__head {
		flex-wrap: wrap;
	}

	.hv2-blog .hv2-card {
		flex-basis: min(100vw - 48px, 420px);
		width: min(100vw - 48px, 420px);
	}

	.hv2-logos__item {
		flex-basis: 100cqi;
		width: 100cqi;
	}

	.hv2-hero__media {
		aspect-ratio: 1;
	}

	.hv2-btn {
		width: 100%;
	}

	.hv2-hero__actions .hv2-btn {
		width: auto;
	}
}

/* Solução v2 — painel roxo do hero (também no home-v2.css para garantir carga) */
body.habix-solucao-v2 main.hv2,
body.habix-solucao-v2 .sv2,
body.habix-solucao-v2 .sv2-hero {
	overflow: visible !important;
}

body.habix-solucao-v2 .sv2-hero__panel-wrap,
.sv2 .sv2-hero__panel-wrap {
	position: relative !important;
	z-index: 3 !important;
	width: min(100% - 48px, 1200px) !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
}

body.habix-solucao-v2 .sv2-hero__panel,
.sv2 .sv2-hero__panel {
	position: relative !important;
	z-index: 3 !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 48px 24px 64px !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 90px 90px 0 0 !important;
	background-color: #2c006a !important;
	clip-path: inset(0 round 90px 90px 0 0) !important;
	-webkit-clip-path: inset(0 round 90px 90px 0 0) !important;
}

body.habix-solucao-v2 .sv2-hero__panel::before,
body.habix-solucao-v2 .sv2-hero__panel::after,
.sv2 .sv2-hero__panel::before,
.sv2 .sv2-hero__panel::after {
	content: none !important;
	display: none !important;
}
