/* Quality Vida — base visual 0.1 */
:root {
	--qv-green-900: #123d35;
	--qv-green-700: #1f6555;
	--qv-green-500: #2d8a72;
	--qv-green-100: #e7f4ef;
	--qv-cream: #f8f5ee;
	--qv-white: #ffffff;
	--qv-text: #17302b;
	--qv-muted: #61716d;
	--qv-border: #dce7e3;
	--qv-shadow: 0 18px 50px rgba(18, 61, 53, 0.12);
	--qv-radius: 24px;
	--qv-container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	color: var(--qv-text);
	background: var(--qv-white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.12; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.4rem); }
h2 { font-size: clamp(2rem, 5vw, 3.6rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 20px; }
button, input, textarea, select { font: inherit; }

.qv-container {
	width: min(calc(100% - 40px), var(--qv-container));
	margin-inline: auto;
}

.narrow { max-width: 820px; }
.section { padding: 100px 0; }
.section-soft { background: var(--qv-cream); }

.skip-link {
	position: fixed;
	left: 12px;
	top: -100px;
	z-index: 9999;
	padding: 12px 18px;
	background: var(--qv-white);
	border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(220, 231, 227, 0.8);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(16px);
}

.header-inner {
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
	text-decoration: none;
	font-size: 1.12rem;
}

.custom-logo { max-height: 54px; width: auto; }

.brand-mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: white;
	background: var(--qv-green-700);
	border-radius: 14px;
}

.main-nav { display: flex; align-items: center; gap: 28px; }
.menu { display: flex; gap: 24px; margin: 0; padding: 0; list-style: none; }
.menu a { text-decoration: none; font-weight: 650; font-size: .95rem; }

.menu-toggle {
	display: none;
	width: 46px;
	height: 42px;
	border: 0;
	background: transparent;
}
.menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 6px;
	background: var(--qv-text);
}

.hero {
	overflow: hidden;
	padding: 82px 0 90px;
	background:
		radial-gradient(circle at 80% 20%, rgba(45,138,114,.18), transparent 34%),
		linear-gradient(145deg, #fbfdfc 0%, #edf7f3 100%);
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	align-items: center;
	gap: clamp(40px, 7vw, 100px);
}

.eyebrow {
	margin-bottom: 14px;
	color: var(--qv-green-700);
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.hero-text {
	max-width: 650px;
	color: var(--qv-muted);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions,
.final-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 34px;
}

.button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 14px 25px;
	color: var(--qv-white);
	background: var(--qv-green-700);
	border: 2px solid var(--qv-green-700);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(31,101,85,.18);
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(31,101,85,.25); }
.button-small { min-height: 44px; padding: 9px 18px; font-size: .92rem; }
.button-outline { color: var(--qv-green-700); background: transparent; box-shadow: none; }
.button-light { color: var(--qv-green-900); background: white; border-color: white; }
.button-full { width: 100%; }
.text-link { color: var(--qv-green-700); font-weight: 800; text-decoration: none; }

.trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
	color: var(--qv-muted);
	font-size: .88rem;
}
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--qv-green-500); font-weight: 900; }

.hero-media { position: relative; }
.hero-media::before {
	content: "";
	position: absolute;
	inset: 12% 2% 2% 15%;
	background: rgba(255,255,255,.74);
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 45% 55% 52% 48% / 56% 43% 57% 44%;
	box-shadow: var(--qv-shadow);
}
.hero-media img { position: relative; display: block; width: 100%; object-fit: contain; }
.product-placeholder {
	position: relative;
	min-height: 520px;
	display: grid;
	place-items: center;
	padding: 40px;
	border: 2px dashed rgba(31,101,85,.28);
	border-radius: 36px;
	color: var(--qv-muted);
	text-align: center;
}

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--qv-muted); }

.cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.info-card {
	min-height: 290px;
	padding: 34px;
	background: white;
	border: 1px solid var(--qv-border);
	border-radius: var(--qv-radius);
	box-shadow: 0 12px 35px rgba(18,61,53,.06);
}
.card-number {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 42px;
	color: var(--qv-green-700);
	background: var(--qv-green-100);
	border-radius: 14px;
	font-weight: 850;
}
.info-card p { color: var(--qv-muted); }

.split-section {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	align-items: center;
	gap: 70px;
}

.cta-card {
	padding: 38px;
	color: white;
	background: var(--qv-green-900);
	border-radius: 30px;
	box-shadow: var(--qv-shadow);
}
.cta-card p { color: rgba(255,255,255,.75); }

.faq-section { background: #fbfcfc; }
.accordion { border-top: 1px solid var(--qv-border); }
.accordion details { border-bottom: 1px solid var(--qv-border); }
.accordion summary {
	padding: 23px 2px;
	cursor: pointer;
	font-size: 1.08rem;
	font-weight: 800;
}
.accordion details p { padding: 0 36px 24px 2px; color: var(--qv-muted); }

.final-cta {
	padding: 76px 0;
	color: white;
	background: var(--qv-green-700);
}
.final-cta .eyebrow { color: rgba(255,255,255,.72); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-actions { margin-top: 0; }

.site-footer {
	padding: 70px 0 28px;
	color: rgba(255,255,255,.78);
	background: #0d2c27;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.site-footer strong { display: block; margin-bottom: 12px; color: white; font-size: 1.2rem; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu a { text-decoration: none; }
.footer-bottom { padding-top: 34px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.12); }

.floating-whatsapp {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 90;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	color: white;
	background: #1f9d68;
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(0,0,0,.2);
	font-size: 1.65rem;
	text-decoration: none;
}

.entry-content > * + * { margin-top: 1.25em; }
.entry-content h1 { font-size: clamp(2.3rem, 6vw, 4.4rem); }
.post-thumbnail img { width: 100%; border-radius: var(--qv-radius); }
.content-card { padding: 28px 0; border-bottom: 1px solid var(--qv-border); }
.content-card h1 { font-size: 2rem; }
.content-card a { text-decoration: none; }
.empty-state { min-height: 56vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 900px) {
	.section { padding: 76px 0; }
	.hero-grid, .split-section { grid-template-columns: 1fr; }
	.hero-copy { order: 1; }
	.hero-media { order: 2; max-width: 650px; margin-inline: auto; }
	.cards-grid { grid-template-columns: 1fr; }
	.info-card { min-height: auto; }
	.card-number { margin-bottom: 22px; }
	.final-cta-inner { align-items: flex-start; flex-direction: column; }
	.menu-toggle { display: block; }
	.main-nav {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 24px;
		background: white;
		box-shadow: var(--qv-shadow);
	}
	.main-nav.is-open { display: flex; }
	.menu { flex-direction: column; }
}

@media (max-width: 620px) {
	body { font-size: 16px; }
	.qv-container { width: min(calc(100% - 28px), var(--qv-container)); }
	.hero { padding-top: 54px; }
	.hero-actions, .final-actions { align-items: stretch; flex-direction: column; }
	.hero-actions .button, .hero-actions .text-link, .final-actions .button { width: 100%; text-align: center; }
	.product-placeholder { min-height: 370px; }
	.footer-grid { grid-template-columns: 1fr; }
}
