.cfvve-shell {
	--cfvve-black: #1e221b;
	--cfvve-green: #06fd62;
	--cfvve-green-deep: #04cc50;
	--cfvve-white: #ffffff;
	--cfvve-soft: #f4f7f2;
	--cfvve-soft-strong: #e9efe6;
	--cfvve-line: #d7ded3;
	--cfvve-text-soft: #5f675d;
	--cfvve-shadow: 0 28px 70px rgba(30, 34, 27, 0.1);
	background:
		radial-gradient(circle at top right, rgba(6, 253, 98, 0.22), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f7faf6 100%);
	border: 1px solid rgba(30, 34, 27, 0.08);
	border-radius: 30px;
	box-shadow: var(--cfvve-shadow);
	color: var(--cfvve-black);
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	margin: 0 auto;
	max-width: 1180px;
	overflow: hidden;
	padding: 20px;
}

.cfvve-hero {
	display: grid;
	gap: 18px;
	margin-bottom: 22px;
}

.cfvve-hero-copy,
.cfvve-hero-panel,
.cfvve-step-card,
.cfvve-form-wrap,
.cfvve-card,
.cfvve-panel,
.cfvve-result-spotlight,
.cfvve-interpretation,
.cfvve-cta,
.cfvve-technical-note {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(30, 34, 27, 0.08);
	border-radius: 24px;
}

.cfvve-hero-copy {
	background: linear-gradient(145deg, #1e221b 0%, #2a3027 100%);
	color: var(--cfvve-white);
	padding: 26px 22px;
	position: relative;
	overflow: hidden;
}

.cfvve-hero-copy::after {
	background: linear-gradient(135deg, rgba(6, 253, 98, 0.18), rgba(6, 253, 98, 0));
	border-radius: 50%;
	content: "";
	height: 220px;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 220px;
}

.cfvve-eyebrow,
.cfvve-step-badge,
.cfvve-step-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cfvve-eyebrow {
	color: var(--cfvve-green);
	margin-bottom: 14px;
}

.cfvve-title {
	font-size: clamp(1.85rem, 2.9vw, 3.05rem);
	line-height: 1.08;
	margin: 0 0 14px;
	position: relative;
	z-index: 1;
}

.cfvve-subtitle {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
	max-width: 56ch;
	position: relative;
	z-index: 1;
}

.cfvve-hero-main {
	display: grid;
	gap: 18px;
	position: relative;
	z-index: 1;
}

.cfvve-hero-media {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.cfvve-hero-media img {
	display: block;
	height: auto;
	max-width: min(100%, 220px);
}

.cfvve-hero-text {
	display: grid;
	gap: 8px;
}

.cfvve-hero-panel {
	padding: 22px;
}

.cfvve-step-badge {
	background: rgba(6, 253, 98, 0.12);
	border-radius: 999px;
	color: #0b7e39;
	min-height: 34px;
	padding: 0 14px;
}

.cfvve-hero-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.cfvve-hero-list li {
	color: var(--cfvve-text-soft);
	line-height: 1.55;
	padding-left: 22px;
	position: relative;
}

.cfvve-hero-list li::before {
	background: var(--cfvve-green);
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0.5em;
	width: 10px;
}

.cfvve-steps,
.cfvve-grid,
.cfvve-results-top,
.cfvve-cards,
.cfvve-chart-grid,
.cfvve-detail-grid {
	display: grid;
	gap: 16px;
}

.cfvve-steps {
	margin-bottom: 22px;
}

.cfvve-step-card {
	padding: 20px;
}

.cfvve-step-index {
	background: var(--cfvve-black);
	border-radius: 999px;
	color: var(--cfvve-white);
	height: 34px;
	margin-bottom: 16px;
	width: 34px;
}

.cfvve-step-card h3,
.cfvve-panel-heading h3,
.cfvve-section-heading h3 {
	font-size: 1.1rem;
	line-height: 1.2;
	margin: 0 0 8px;
}

.cfvve-step-card p,
.cfvve-panel-heading p,
.cfvve-section-heading p,
.cfvve-technical-note p {
	color: var(--cfvve-text-soft);
	line-height: 1.55;
	margin: 0;
}

.cfvve-form-wrap,
.cfvve-panel,
.cfvve-result-spotlight,
.cfvve-interpretation,
.cfvve-cta,
.cfvve-technical-note {
	padding: 22px;
}

.cfvve-section-heading {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.cfvve-grid {
	grid-template-columns: 1fr;
}

.cfvve-field {
	display: grid;
	gap: 8px;
}

.cfvve-field span {
	font-size: 0.92rem;
	font-weight: 700;
}

.cfvve-field input,
.cfvve-field select {
	appearance: none;
	background: var(--cfvve-white);
	border: 1px solid var(--cfvve-line);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
	color: var(--cfvve-black);
	font-size: 1rem;
	min-height: 58px;
	padding: 0 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.cfvve-field input:focus,
.cfvve-field select:focus {
	border-color: rgba(6, 253, 98, 0.9);
	box-shadow: 0 0 0 4px rgba(6, 253, 98, 0.15);
	outline: none;
	transform: translateY(-1px);
}

.cfvve-form-actions {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.cfvve-submit,
.cfvve-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.98rem;
	font-weight: 800;
	justify-content: center;
	min-height: 58px;
	padding: 0 24px;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cfvve-submit {
	background: linear-gradient(135deg, var(--cfvve-green) 0%, #39f78a 100%);
	border: 0;
	box-shadow: 0 18px 34px rgba(6, 253, 98, 0.26);
	color: #0b170d;
	cursor: pointer;
	width: 100%;
}

.cfvve-submit:hover,
.cfvve-btn:hover {
	transform: translateY(-2px);
}

.cfvve-feedback {
	color: #ae2222;
	font-size: 0.95rem;
	margin: 0;
	min-height: 1.5em;
}

.cfvve-results {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.cfvve-results[hidden],
.cfvve-interpretation[hidden],
.cfvve-inline-form[hidden] {
	display: none !important;
}

.cfvve-results-top {
	grid-template-columns: 1fr;
}

.cfvve-result-spotlight {
	background: linear-gradient(145deg, #111410 0%, #1e221b 65%, #243327 100%);
	color: var(--cfvve-white);
	display: grid;
	gap: 14px;
}

.cfvve-spotlight-label {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.cfvve-spotlight-value {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 900;
	line-height: 1;
	margin: 0;
}

.cfvve-spotlight-range {
	color: var(--cfvve-green);
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.cfvve-spotlight-copy {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.55;
	margin: 0;
	max-width: 44ch;
}

.cfvve-cards {
	grid-template-columns: 1fr;
}

.cfvve-card {
	padding: 18px;
}

.cfvve-card--highlight {
	background: linear-gradient(180deg, rgba(6, 253, 98, 0.12) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.cfvve-card__eyebrow {
	color: var(--cfvve-text-soft);
	display: block;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cfvve-card__value {
	display: block;
	font-size: clamp(1.5rem, 4vw, 2.2rem);
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 8px;
}

.cfvve-card__meta {
	color: var(--cfvve-text-soft);
	display: block;
	font-size: 0.94rem;
	line-height: 1.45;
}

.cfvve-interpretation {
	background: linear-gradient(180deg, rgba(6, 253, 98, 0.08) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.cfvve-interpretation strong {
	display: block;
	font-size: 1.02rem;
	margin-bottom: 6px;
}

.cfvve-interpretation p {
	color: var(--cfvve-text-soft);
	line-height: 1.55;
	margin: 0;
}

.cfvve-interpretation--intensive {
	background: linear-gradient(180deg, #fff2e2 0%, #fffaf4 100%);
	border-color: #ffd3a6;
}

.cfvve-detail-grid {
	grid-template-columns: 1fr;
}

.cfvve-detail-item {
	background: var(--cfvve-soft);
	border: 1px solid rgba(30, 34, 27, 0.05);
	border-radius: 18px;
	display: grid;
	gap: 6px;
	padding: 16px;
}

.cfvve-detail-item span {
	color: var(--cfvve-text-soft);
	font-size: 0.84rem;
	font-weight: 700;
	text-transform: uppercase;
}

.cfvve-detail-item strong {
	font-size: 1.12rem;
	line-height: 1.2;
}

.cfvve-chart-grid {
	grid-template-columns: 1fr;
}

.cfvve-panel-heading {
	display: grid;
	gap: 6px;
	margin-bottom: 16px;
}

.cfvve-bars {
	display: grid;
	gap: 14px;
}

.cfvve-bar-row {
	display: grid;
	gap: 8px;
}

.cfvve-bar-meta {
	align-items: baseline;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.cfvve-bar-meta span {
	color: var(--cfvve-text-soft);
	font-size: 0.92rem;
	font-weight: 700;
}

.cfvve-bar-meta strong {
	font-size: 0.98rem;
}

.cfvve-bar-track {
	background: var(--cfvve-soft);
	border-radius: 999px;
	height: 14px;
	overflow: hidden;
}

.cfvve-bar-fill {
	background: linear-gradient(90deg, var(--cfvve-black) 0%, #3a4137 100%);
	border-radius: inherit;
	height: 100%;
}

.cfvve-bar-row:nth-child(2) .cfvve-bar-fill {
	background: linear-gradient(90deg, var(--cfvve-green) 0%, #46e884 100%);
}

.cfvve-bar-row:nth-child(3) .cfvve-bar-fill {
	background: linear-gradient(90deg, #96a48d 0%, #c3ccc0 100%);
}

.cfvve-stack {
	display: grid;
	gap: 14px;
}

.cfvve-stack-bar {
	background: var(--cfvve-soft);
	border-radius: 999px;
	display: flex;
	height: 20px;
	overflow: hidden;
}

.cfvve-stack-segment--1 {
	background: var(--cfvve-green);
}

.cfvve-stack-segment--2 {
	background: var(--cfvve-black);
}

.cfvve-stack-segment--3 {
	background: #8d9788;
}

.cfvve-stack-legend {
	display: grid;
	gap: 10px;
}

.cfvve-stack-legend-item {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.cfvve-stack-legend-label {
	align-items: center;
	color: var(--cfvve-text-soft);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 10px;
}

.cfvve-stack-dot {
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	width: 12px;
}

.cfvve-stack-dot--1 {
	background: var(--cfvve-green);
}

.cfvve-stack-dot--2 {
	background: var(--cfvve-black);
}

.cfvve-stack-dot--3 {
	background: #8d9788;
}

.cfvve-stack-value {
	font-size: 0.95rem;
	font-weight: 800;
}

.cfvve-cta {
	background: linear-gradient(135deg, #eef8ef 0%, #ffffff 100%);
}

.cfvve-cta > p:first-child {
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.55;
	margin: 0;
}

.cfvve-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 18px 0 14px;
}

.cfvve-inline-form {
	margin: 6px 0 18px;
}

.cfvve-inline-form__inner {
	background: var(--cfvve-white);
	border: 1px solid var(--cfvve-line);
	border-radius: 20px;
	padding: 18px;
}

.cfvve-inline-form__inner .wpcf7 {
	margin: 0;
}

.cfvve-btn--primary {
	background: linear-gradient(135deg, var(--cfvve-green) 0%, #39f78a 100%);
	box-shadow: 0 16px 30px rgba(6, 253, 98, 0.2);
	color: #08130b;
}

.cfvve-btn--whatsapp {
	background: var(--cfvve-black);
	color: var(--cfvve-white);
}

.cfvve-btn--secondary {
	background: var(--cfvve-white);
	border: 1px solid var(--cfvve-line);
	color: var(--cfvve-black);
}

.cfvve-legal {
	color: var(--cfvve-text-soft);
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0;
}

.cfvve-technical-note {
	background: #fffdf7;
	border-color: #ece1b8;
}

.cfvve-technical-note strong {
	display: block;
	font-size: 0.95rem;
	margin-bottom: 8px;
	text-transform: uppercase;
}

@media (min-width: 720px) {
	.cfvve-shell {
		padding: 28px;
	}

	.cfvve-hero {
		grid-template-columns: 1.35fr 0.9fr;
	}

	.cfvve-hero-main {
		align-items: center;
		grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
	}

	.cfvve-steps,
	.cfvve-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cfvve-grid,
	.cfvve-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfvve-results-top {
		grid-template-columns: 1.1fr 1fr;
	}

	.cfvve-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfvve-chart-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfvve-cta-buttons {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (min-width: 1040px) {
	.cfvve-shell {
		padding: 34px;
	}

	.cfvve-hero-main {
		grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
	}

	.cfvve-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cfvve-detail-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
