/* ==========================================================================
   Lyra Landing — Design System
   Portado da identidade visual real da Lyra Gestão Inteligente
   (navy + dourado, Cinzel/Georgia, hub com anéis).
   ========================================================================== */

.lyra-landing-body {
	color-scheme: only light;
}

:root {
	color-scheme: only light;
	--lyra-navy: #12315d;
	--lyra-navy-h: #1a3d70;
	--lyra-gold: #C49A26;
	--lyra-ink: #0D1B2E;
	--lyra-ink-soft: #5A6B82;
	--lyra-border: #E2EBF5;
	--lyra-ash: #F6F8FB;
	--lyra-white: #ffffff;
	--lyra-success: #138A45;
	--lyra-danger: #C0392B;

	--lyra-radius-sm: 8px;
	--lyra-radius-md: 14px;
	--lyra-radius-lg: 16px;

	--lyra-shadow-sm: 0 1px 2px rgba(13, 27, 46, 0.06);
	--lyra-shadow-md: 0 10px 36px rgba(18, 49, 93, 0.08);
	--lyra-shadow-lg: 0 24px 64px rgba(18, 49, 93, 0.16);

	--lyra-font: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--lyra-font-serif: Georgia, serif;
	--lyra-font-display: 'Cinzel', serif;
	--lyra-container: 1180px;
}

/* Reset mínimo, escopo à landing page */
.lyra-landing-body {
	margin: 0;
	background: var(--lyra-white);
	color: var(--lyra-ink);
	font-family: var(--lyra-font);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.lyra-landing-body *,
.lyra-landing-body *::before,
.lyra-landing-body *::after {
	box-sizing: border-box;
}

.lyra-landing-body img {
	max-width: 100%;
	display: block;
}

.lyra-landing-body ul,
.lyra-landing-body ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lyra-landing-body a {
	color: inherit;
	text-decoration: none;
}

.lyra-landing-body h1,
.lyra-landing-body h2,
.lyra-landing-body h3 {
	margin: 0;
	font-weight: 700;
	color: var(--lyra-ink);
	line-height: 1.2;
}

.lyra-landing-body p {
	margin: 0;
}

.lyra-container {
	width: 100%;
	max-width: var(--lyra-container);
	margin-inline: auto;
	padding-inline: 40px;
}

.lyra-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--lyra-navy);
	color: #fff;
	padding: 12px 20px;
	z-index: 1000;
	border-radius: 0 0 8px 0;
}

.lyra-skip-link:focus {
	left: 0;
}

.lyra-landing-body :focus-visible {
	outline: 3px solid var(--lyra-gold);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.lyra-landing-body * {
		animation-duration: 0.001ms !important;
		transition-duration: 0.001ms !important;
	}
}

/* ==========================================================================
   Tipografia compartilhada
   ========================================================================== */

.lyra-eyebrow {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--lyra-navy);
	margin-bottom: 14px;
}

.lyra-eyebrow--gold {
	color: rgba(196, 154, 38, 0.9);
}

.lyra-h2 {
	font-family: var(--lyra-font-serif);
	font-weight: 700;
	font-size: clamp(1.9rem, 3vw, 2.75rem);
	color: var(--lyra-ink);
	text-wrap: balance;
	line-height: 1.18;
	max-width: 46ch;
	margin-bottom: 52px;
}

.lyra-h2 em {
	font-style: italic;
	color: var(--lyra-navy);
}

.lyra-h2--light {
	color: #fff;
}

.lyra-h2--light em {
	color: var(--lyra-gold);
}

.lyra-h2--center {
	max-width: 44ch;
	margin-inline: auto;
	text-align: center;
}

.lyra-section-intro {
	color: var(--lyra-ink-soft);
	font-size: 15.5px;
	max-width: 62ch;
	line-height: 1.72;
	margin-top: -30px;
	margin-bottom: 48px;
}

.lyra-section-intro--light {
	color: rgba(255, 255, 255, 0.55);
}

.lyra-section-intro--center {
	margin-inline: auto;
	text-align: center;
}

/* ==========================================================================
   Botões
   ========================================================================== */

.lyra-landing-body .lyra-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: none;
	border-radius: 999px;
	font-family: var(--lyra-font);
	font-weight: 600;
	font-size: 15px;
	padding: 14px 32px;
	cursor: pointer;
	transition: background-color 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
}

.lyra-btn--primary {
	background: var(--lyra-navy);
	color: #fff;
}

.lyra-btn--primary:hover {
	background: var(--lyra-navy-h);
	transform: translateY(-1px);
}

.lyra-header .lyra-btn--primary {
	background: #fff;
	color: var(--lyra-navy);
}

.lyra-header .lyra-btn--primary:hover {
	background: var(--lyra-ash);
}

.lyra-btn--lg {
	padding: 14px 32px;
	font-size: 15px;
}

.lyra-btn--sm {
	padding: 9px 20px;
	font-size: 13.5px;
}

.lyra-btn__icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.lyra-btn__icon svg {
	width: 100%;
	height: 100%;
}

.lyra-btn--block {
	width: 100%;
}

.lyra-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	transform: none;
}

.lyra-btn__spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
}

.lyra-btn.is-loading .lyra-btn__spinner {
	display: inline-block;
	animation: lyra-spin 0.7s linear infinite;
}

.lyra-btn.is-loading .lyra-btn__label {
	opacity: 0.85;
}

@keyframes lyra-spin {
	to { transform: rotate(360deg); }
}

/* ==========================================================================
   Logo
   ========================================================================== */

.lyra-logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lyra-logo--footer {
	flex-direction: column;
	gap: 8px;
}

.lyra-logo--footer .lyra-logo__text {
	align-items: center;
}

.lyra-logo__mark {
	height: 34px;
	width: auto;
	filter: brightness(0) invert(1);
	flex-shrink: 0;
}

.lyra-logo__mark--full {
	height: 50px;
	width: auto;
	flex-shrink: 0;
}

.lyra-logo__mark--sm {
	height: 26px;
}

.lyra-logo__mark--footer-full {
	height: 44px;
	width: auto;
	flex-shrink: 0;
}

.lyra-header .lyra-logo {
	align-items: stretch;
}

.lyra-logo__caption {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	padding-left: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	max-width: 100px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.lyra-logo__caption span {
	font-size: 14.5px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.25;
}

@media (max-width: 400px) {
	.lyra-logo__mark--full {
		height: 40px;
	}

	.lyra-logo__caption {
		max-width: 72px;
		padding-left: 10px;
	}

	.lyra-logo__caption span {
		font-size: 11px;
	}
}

.lyra-logo__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.lyra-logo__word {
	font-family: var(--lyra-font-display);
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: #fff;
	line-height: 1;
}

.lyra-logo__word--sm {
	font-size: 15px;
}

.lyra-logo__sub {
	font-size: 10.5px;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.55);
	font-weight: 500;
	text-transform: uppercase;
}

/* ==========================================================================
   Header
   ========================================================================== */

.lyra-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--lyra-navy);
	border-bottom: 1px solid var(--lyra-navy-h);
}

.lyra-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}

.lyra-nav {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.lyra-landing-body .lyra-nav__link {
	font-size: 13.5px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.lyra-landing-body .lyra-nav__link:hover {
	color: var(--lyra-gold);
}

/* ==========================================================================
   Hero
   ========================================================================== */

.lyra-hero {
	background: #fff;
	border-bottom: 1px solid var(--lyra-border);
}

.lyra-hero__grid {
	min-height: 620px;
	display: grid;
	grid-template-columns: 55% 45%;
	align-items: center;
	gap: 48px;
}

.lyra-hero__content {
	padding-block: 72px;
}

.lyra-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--lyra-navy);
	margin-bottom: 18px;
}

.lyra-h1 {
	font-family: var(--lyra-font-serif);
	font-weight: 700;
	font-size: clamp(2.3rem, 4.2vw, 3.5rem);
	line-height: 1.1;
	color: var(--lyra-ink);
	text-wrap: balance;
	margin-bottom: 20px;
}

.lyra-h1 em {
	font-style: italic;
	color: var(--lyra-navy);
}

.lyra-lead-text {
	color: var(--lyra-ink-soft);
	font-size: 16px;
	line-height: 1.65;
	max-width: 46ch;
	margin-bottom: 14px;
}

.lyra-lead-text:last-of-type {
	margin-bottom: 32px;
}

.lyra-lead-text--strong {
	color: var(--lyra-ink);
	font-weight: 600;
}

.lyra-lead-text strong {
	color: var(--lyra-ink);
	font-weight: 700;
}

.lyra-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	margin-bottom: 28px;
}

.lyra-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-block: 48px;
}

.lyra-hero__photo {
	position: relative;
	width: 100%;
	max-width: 440px;
	aspect-ratio: 4 / 5;
	border-radius: 63% 37% 41% 59% / 55% 45% 55% 45%;
	overflow: hidden;
	box-shadow:
		0 14px 24px rgba(18, 49, 93, 0.12),
		0 36px 60px -14px rgba(18, 49, 93, 0.38),
		0 10px 70px -12px rgba(196, 154, 38, 0.25);
	transition: border-radius 0.6s ease;
}

.lyra-hero__photo:hover {
	border-radius: 41% 59% 63% 37% / 45% 55% 45% 55%;
}

.lyra-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lyra-hero__badge {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	color: var(--lyra-navy);
	font-size: 12.5px;
	font-weight: 800;
	padding: 10px 18px;
	border-radius: 999px;
	box-shadow: var(--lyra-shadow-md);
	border: 1px solid var(--lyra-border);
	white-space: nowrap;
}

.lyra-btn--outline {
	background: var(--lyra-gold);
	color: #fff;
}

.lyra-btn--outline:hover {
	background: #ad8722;
	transform: translateY(-1px);
}

/* ==========================================================================
   Stats strip
   ========================================================================== */

.lyra-metrics {
	position: relative;
	background: transparent;
	margin-top: -56px;
	z-index: 5;
}

.lyra-metrics__card {
	background: #fff;
	border-radius: var(--lyra-radius-lg);
	box-shadow: var(--lyra-shadow-lg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 24px;
	gap: 24px;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.lyra-metrics__card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.lyra-metrics__sep {
	width: 1px;
	height: 44px;
	background: var(--lyra-border);
	flex-shrink: 0;
}

.lyra-metric {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	text-align: center;
}

.lyra-metric__number {
	font-family: var(--lyra-font-display);
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--lyra-navy);
	line-height: 1;
}

.lyra-metric__label {
	font-size: 12.5px;
	color: var(--lyra-ink-soft);
	line-height: 1.35;
	max-width: 160px;
}

/* ==========================================================================
   Seções gerais
   ========================================================================== */

.lyra-section {
	padding-block: 100px;
}

/* ==========================================================================
   Dores (fundo navy)
   ========================================================================== */

.lyra-pain {
	background: #fff;
}

.lyra-pain__heading {
	text-align: center;
	margin-bottom: 48px;
}

.lyra-pain__heading .lyra-eyebrow {
	display: block;
}

.lyra-pain__heading .lyra-h2 {
	margin-inline: auto;
	margin-bottom: 0;
}

.lyra-pain__layout {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 40px;
	align-items: center;
}

.lyra-pain__photo {
	width: 100%;
	max-width: 240px;
	aspect-ratio: 1 / 1.05;
	border-radius: 63% 37% 41% 59% / 55% 45% 55% 45%;
	overflow: hidden;
	box-shadow:
		0 12px 20px rgba(18, 49, 93, 0.12),
		0 30px 50px -14px rgba(18, 49, 93, 0.38),
		0 8px 60px -10px rgba(196, 154, 38, 0.25);
	transition: border-radius 0.6s ease;
}

.lyra-pain__photo:hover {
	border-radius: 41% 59% 63% 37% / 45% 55% 45% 55%;
}

.lyra-pain__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lyra-pain__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.lyra-pain__card {
	background: #fff;
	border: 1px solid var(--lyra-border);
	border-radius: var(--lyra-radius-md);
	padding: 24px;
	box-shadow: var(--lyra-shadow-sm);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.lyra-pain__card:hover {
	box-shadow: var(--lyra-shadow-md);
	transform: translateY(-2px);
}

.lyra-pain__icon {
	width: 44px;
	height: 44px;
	background: var(--lyra-navy);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.lyra-pain__icon svg {
	width: 22px;
	height: 22px;
}

.lyra-pain__card h3 {
	font-size: 15px;
	font-weight: 700;
	color: var(--lyra-ink);
	margin-bottom: 6px;
	line-height: 1.3;
}

.lyra-pain__card p {
	font-size: 13px;
	line-height: 1.55;
	color: var(--lyra-ink-soft);
}

.lyra-pain__cta {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

/* ==========================================================================
   Solução — menu de abas + carrossel (fundo claro)
   ========================================================================== */

.lyra-solution__heading {
	text-align: center;
	margin-bottom: 44px;
}

.lyra-solution__heading .lyra-h2 {
	margin-bottom: 0;
}

.lyra-solution__carousel {
	max-width: 1040px;
	margin-inline: auto;
}

.lyra-solution__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 8px;
}

.lyra-solution__tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--lyra-ash);
	border: 1px solid var(--lyra-border);
	border-radius: 999px;
	padding: 10px 18px 10px 14px;
	font-family: var(--lyra-font);
	font-size: 13.5px;
	font-weight: 600;
	color: var(--lyra-ink-soft);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lyra-solution__tab-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.lyra-solution__tab-icon svg {
	width: 100%;
	height: 100%;
}

.lyra-solution__tab:hover {
	border-color: var(--lyra-navy);
	color: var(--lyra-navy);
}

.lyra-solution__tab.is-active {
	background: var(--lyra-navy);
	border-color: var(--lyra-navy);
	color: #fff;
}

.lyra-solution__panels {
	position: relative;
	background: var(--lyra-ash);
	border: 1px solid var(--lyra-border);
	border-radius: var(--lyra-radius-lg);
	padding: 40px;
	min-height: 360px;
	overflow: hidden;
}

.lyra-solution__panel {
	display: none;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	align-items: center;
	animation: lyra-panel-in 0.35s ease;
}

.lyra-solution__panel.is-active {
	display: grid;
}

@keyframes lyra-panel-in {
	from { opacity: 0; transform: translateX(14px); }
	to { opacity: 1; transform: translateX(0); }
}

.lyra-solution__panel-media {
	position: relative;
	aspect-ratio: 4 / 3.4;
}

.lyra-solution__panel-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 63% 37% 41% 59% / 55% 45% 55% 45%;
	box-shadow:
		0 12px 20px rgba(18, 49, 93, 0.12),
		0 30px 50px -14px rgba(18, 49, 93, 0.38),
		0 8px 60px -10px rgba(196, 154, 38, 0.25);
	transition: border-radius 0.6s ease;
}

.lyra-solution__panel-media:hover img {
	border-radius: 41% 59% 63% 37% / 45% 55% 45% 55%;
}

.lyra-solution__panel-icon {
	position: absolute;
	bottom: -8px;
	left: -8px;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--lyra-navy);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: var(--lyra-shadow-md);
	border: 2.5px solid #fff;
}

.lyra-solution__panel-icon svg {
	width: 24px;
	height: 24px;
}

.lyra-solution__panel-body h3 {
	font-size: 27px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.2;
	color: var(--lyra-ink);
	margin-bottom: 14px;
}

.lyra-solution__panel-body > p {
	font-size: 16px;
	line-height: 1.7;
	color: var(--lyra-ink-soft);
	margin-bottom: 24px;
}

.lyra-solution__panel-label {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--lyra-navy);
	margin-bottom: 14px;
}

.lyra-solution__panel-body ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}

.lyra-solution__panel-body li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	color: var(--lyra-ink);
	line-height: 1.5;
	font-weight: 600;
}

.lyra-solution__panel-body li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--lyra-gold);
}

.lyra-solution__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 24px;
}

.lyra-solution__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--lyra-border);
	color: var(--lyra-navy);
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease;
	flex-shrink: 0;
}

.lyra-solution__arrow:hover {
	background: var(--lyra-ash);
	border-color: var(--lyra-navy);
}

.lyra-solution__arrow svg {
	width: 20px;
	height: 20px;
}

.lyra-solution__dots {
	display: flex;
	align-items: center;
	gap: 8px;
}

.lyra-solution__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lyra-border);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.lyra-solution__dot.is-active {
	background: var(--lyra-navy);
	transform: scale(1.3);
}

/* ==========================================================================
   Solução — acordeão (só em telas pequenas, ver breakpoint no fim do arquivo)
   ========================================================================== */

.lyra-accordion {
	display: none;
}

.lyra-accordion__item {
	background: #fff;
	border: 1px solid var(--lyra-border);
	border-radius: var(--lyra-radius-md);
	margin-bottom: 10px;
	overflow: hidden;
}

.lyra-accordion__header {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: var(--lyra-font);
}

.lyra-accordion__icon {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: var(--lyra-navy);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lyra-accordion__icon svg {
	width: 19px;
	height: 19px;
}

.lyra-accordion__label {
	flex: 1;
	font-size: 14.5px;
	font-weight: 700;
	color: var(--lyra-ink);
}

.lyra-accordion__chevron {
	flex-shrink: 0;
	display: flex;
	color: var(--lyra-ink-soft);
	transition: transform 0.25s ease;
}

.lyra-accordion__item.is-open .lyra-accordion__chevron {
	transform: rotate(90deg);
	color: var(--lyra-navy);
}

.lyra-accordion__panel {
	padding: 0 16px 18px;
}

.lyra-accordion__media {
	border-radius: var(--lyra-radius-sm);
	overflow: hidden;
	margin-bottom: 14px;
	aspect-ratio: 16 / 10;
}

.lyra-accordion__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lyra-accordion__panel h3 {
	font-size: 17px;
	font-weight: 800;
	color: var(--lyra-ink);
	margin: 0 0 8px;
}

.lyra-accordion__panel p {
	font-size: 13.5px;
	line-height: 1.65;
	color: var(--lyra-ink-soft);
	margin: 0 0 14px;
}

.lyra-accordion__details-label {
	display: block;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--lyra-navy);
	margin-bottom: 10px;
}

.lyra-accordion__panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lyra-accordion__panel li {
	position: relative;
	padding-left: 16px;
	font-size: 13.5px;
	color: var(--lyra-ink);
	font-weight: 500;
	line-height: 1.45;
}

.lyra-accordion__panel li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--lyra-gold);
}

/* ==========================================================================
   Como funciona (fundo claro)
   ========================================================================== */

.lyra-steps {
	background: #fff;
	border-top: 1px solid var(--lyra-border);
}

.lyra-steps__heading {
	max-width: 700px;
	margin: 0 auto 56px;
	text-align: center;
}

.lyra-steps__title-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	margin-bottom: 20px;
}

.lyra-steps__title-row .lyra-h2 {
	margin: 0;
	text-align: left;
}

.lyra-steps__visual {
	flex-shrink: 0;
	width: 128px;
	aspect-ratio: 1 / 1.05;
	border-radius: 63% 37% 41% 59% / 55% 45% 55% 45%;
	overflow: hidden;
	box-shadow:
		0 12px 20px rgba(18, 49, 93, 0.12),
		0 30px 50px -14px rgba(18, 49, 93, 0.38),
		0 8px 60px -10px rgba(196, 154, 38, 0.25);
	transition: border-radius 0.6s ease;
}

.lyra-steps__visual:hover {
	border-radius: 41% 59% 63% 37% / 45% 55% 45% 55%;
}

.lyra-steps__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lyra-steps__list {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0;
}

.lyra-steps__list::before {
	content: '';
	position: absolute;
	top: 44px;
	left: 16.6667%;
	right: 16.6667%;
	height: 2px;
	background: var(--lyra-border);
	z-index: 0;
}

.lyra-step {
	position: relative;
	flex: 1;
	padding: 0 16px;
	text-align: center;
}

.lyra-step__head {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 26px;
}

.lyra-step__icon {
	flex-shrink: 0;
	width: 88px;
	height: 88px;
	background: var(--lyra-navy);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--lyra-shadow-md);
	transition: transform 0.2s ease;
}

.lyra-step__icon svg {
	width: 36px;
	height: 36px;
}

.lyra-step:hover .lyra-step__icon {
	transform: scale(1.05);
}

.lyra-step__number {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--lyra-border);
	box-shadow: var(--lyra-shadow-sm);
	font-family: var(--lyra-font-display);
	font-size: 16px;
	font-weight: 700;
	color: var(--lyra-ink);
}

.lyra-step h3 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--lyra-ink);
	margin: 0 0 12px;
}

.lyra-step p {
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--lyra-ink-soft);
	margin: 0 auto;
	max-width: 30ch;
}

/* ==========================================================================
   CTA final (fundo claro)
   ========================================================================== */

.lyra-final-cta {
	background: #fff;
	border-top: 1px solid var(--lyra-border);
}

.lyra-final-cta__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.lyra-final-cta__content p {
	font-size: 15px;
	line-height: 1.72;
	color: var(--lyra-ink-soft);
	margin-block: 14px 28px;
}

/* ==========================================================================
   Formulário
   ========================================================================== */

.lyra-form-card {
	background: #fff;
	border-radius: var(--lyra-radius-lg);
	box-shadow: var(--lyra-shadow-lg);
	padding: 32px;
	border: 1px solid var(--lyra-border);
}

.lyra-form-card__header h3 {
	font-size: 19px;
	margin-bottom: 6px;
}

.lyra-form-card__header p {
	color: var(--lyra-ink-soft);
	font-size: 14px;
	margin-bottom: 22px;
}

.lyra-field {
	margin-bottom: 16px;
}

.lyra-field label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--lyra-ink-soft);
	margin-bottom: 6px;
}

.lyra-field input[type="text"],
.lyra-field input[type="email"],
.lyra-field input[type="tel"] {
	width: 100%;
	font-family: var(--lyra-font);
	font-size: 14px;
	padding: 11px 14px;
	border: 1.5px solid var(--lyra-border);
	border-radius: var(--lyra-radius-sm);
	background: var(--lyra-ash);
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
	color: var(--lyra-ink);
}

.lyra-field input:focus {
	outline: none;
	border-color: var(--lyra-navy);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(18, 49, 93, 0.08);
}

.lyra-field.has-error input {
	border-color: var(--lyra-danger);
}

.lyra-field__error {
	display: block;
	min-height: 16px;
	color: var(--lyra-danger);
	font-size: 11.5px;
	margin-top: 4px;
	font-weight: 600;
}

.lyra-field__hint {
	display: block;
	min-height: 15px;
	font-size: 11.5px;
	margin-top: 4px;
	font-weight: 600;
	color: var(--lyra-ink-soft);
}

.lyra-field__hint.is-loading {
	color: var(--lyra-navy);
}

.lyra-field__hint.is-success {
	color: var(--lyra-success);
}

.lyra-field__hint.is-error {
	color: var(--lyra-danger);
}

.lyra-field--honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.lyra-field--checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12.5px;
	font-weight: 500;
	color: var(--lyra-ink-soft);
	cursor: pointer;
	text-transform: none;
	letter-spacing: normal;
}

.lyra-field--checkbox input {
	margin-top: 2px;
	flex-shrink: 0;
}

.lyra-field--checkbox a {
	color: var(--lyra-navy);
	font-weight: 700;
	text-decoration: underline;
}

.lyra-form-note {
	text-align: center;
	font-size: 12px;
	color: var(--lyra-ink-soft);
	margin-top: 12px;
}

.lyra-form-feedback {
	margin-top: 14px;
	font-size: 13.5px;
	font-weight: 600;
	text-align: center;
	border-radius: var(--lyra-radius-sm);
	padding: 0;
	min-height: 0;
	overflow: hidden;
	transition: padding 0.2s ease;
}

.lyra-form-feedback:not(:empty) {
	padding: 12px;
}

.lyra-form-feedback.is-success {
	background: rgba(19, 138, 69, 0.06);
	color: var(--lyra-success);
}

.lyra-form-feedback.is-error {
	background: rgba(192, 57, 43, 0.06);
	color: var(--lyra-danger);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.lyra-footer {
	background: var(--lyra-navy);
	padding-block: 36px;
}

.lyra-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.lyra-footer p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.28);
}

.lyra-landing-body .lyra-footer__link {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.4);
	transition: color 0.15s ease;
}

.lyra-landing-body .lyra-footer__link:hover {
	color: rgba(255, 255, 255, 0.72);
}

/* ==========================================================================
   Sticky mobile CTA
   ========================================================================== */

.lyra-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background: #fff;
	padding: 12px 16px;
	box-shadow: 0 -8px 24px rgba(13, 27, 46, 0.12);
	transform: translateY(100%);
	transition: transform 0.25s ease;
	display: none;
}

.lyra-sticky-cta.is-visible {
	transform: translateY(0);
}

/* ==========================================================================
   Modal (Política de Privacidade)
   ========================================================================== */

.lyra-modal {
	position: fixed;
	inset: 0;
	z-index: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.lyra-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.lyra-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(13, 27, 46, 0.6);
	backdrop-filter: blur(2px);
}

.lyra-modal__panel {
	position: relative;
	width: 100%;
	max-width: 640px;
	max-height: min(680px, calc(100vh - 48px));
	background: #fff;
	border-radius: var(--lyra-radius-lg);
	box-shadow: var(--lyra-shadow-lg);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transform: translateY(16px) scale(0.98);
	transition: transform 0.2s ease;
}

.lyra-modal.is-open .lyra-modal__panel {
	transform: translateY(0) scale(1);
}

.lyra-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 26px;
	border-bottom: 1px solid var(--lyra-border);
	flex-shrink: 0;
}

.lyra-modal__header h2 {
	font-family: var(--lyra-font-serif);
	font-size: 19px;
	font-weight: 700;
	color: var(--lyra-ink);
	margin: 0;
}

.lyra-modal__close {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	background: var(--lyra-ash);
	color: var(--lyra-ink-soft);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.lyra-modal__close:hover {
	background: var(--lyra-navy);
	color: #fff;
}

.lyra-modal__body {
	padding: 8px 26px 28px;
	overflow-y: auto;
	color: var(--lyra-ink-soft);
	font-size: 14px;
	line-height: 1.7;
}

.lyra-modal__body h4 {
	font-size: 15px;
	font-weight: 700;
	color: var(--lyra-ink);
	margin: 20px 0 8px;
}

.lyra-modal__body p {
	margin: 0 0 12px;
}

.lyra-modal__body ul,
.lyra-modal__body ol {
	margin: 0 0 12px;
	padding-left: 20px;
}

@media (max-width: 600px) {
	.lyra-modal {
		padding: 0;
		align-items: flex-end;
	}

	.lyra-modal__panel {
		max-width: none;
		max-height: 85vh;
		border-radius: var(--lyra-radius-lg) var(--lyra-radius-lg) 0 0;
	}
}

/* ==========================================================================
   Assistente virtual (chat)
   ========================================================================== */

.lyra-chat {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 260;
}

.lyra-chat__toggle {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--lyra-navy);
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--lyra-shadow-lg);
	transition: background 0.2s ease, transform 0.2s ease;
}

.lyra-chat__toggle:hover {
	background: var(--lyra-navy-h);
	transform: translateY(-2px);
}

.lyra-chat__toggle-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.lyra-chat__toggle-icon {
	position: absolute;
	width: 25px;
	height: 25px;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.lyra-chat__toggle-icon--close {
	opacity: 0;
	transform: scale(0.6) rotate(-45deg);
}

.lyra-chat.is-open .lyra-chat__toggle-icon--open {
	opacity: 0;
	transform: scale(0.6) rotate(45deg);
}

.lyra-chat.is-open .lyra-chat__toggle-icon--close {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.lyra-chat__toggle-badge {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--lyra-gold);
	color: var(--lyra-navy);
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
}

.lyra-chat.is-open .lyra-chat__toggle-badge {
	display: none;
}

.lyra-chat__panel {
	position: absolute;
	right: 0;
	bottom: 76px;
	width: 368px;
	max-width: calc(100vw - 32px);
	max-height: min(560px, calc(100vh - 140px));
	background: #fff;
	border-radius: var(--lyra-radius-lg);
	box-shadow: var(--lyra-shadow-lg);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	opacity: 0;
	transform: translateY(16px) scale(0.98);
	pointer-events: none;
	transform-origin: bottom right;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.lyra-chat.is-open .lyra-chat__panel {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.lyra-chat__header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	background: var(--lyra-navy);
	color: #fff;
	flex-shrink: 0;
}

.lyra-chat__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.lyra-chat__avatar img {
	width: 20px;
	height: 20px;
}

.lyra-chat__header-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	flex: 1;
	min-width: 0;
}

.lyra-chat__header-text strong {
	font-size: 14px;
}

.lyra-chat__header-text span {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.65);
}

.lyra-chat__header-text span::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #3ecf7e;
	flex-shrink: 0;
}

.lyra-chat__close {
	flex-shrink: 0;
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 4px;
}

.lyra-chat__close:hover {
	color: #fff;
}

.lyra-chat__body {
	flex: 1;
	overflow-y: auto;
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: var(--lyra-ash);
}

.lyra-chat__msg {
	max-width: 90%;
	padding: 11px 14px;
	border-radius: 14px;
	font-size: 13.5px;
	line-height: 1.55;
}

.lyra-chat__msg--bot {
	align-self: flex-start;
	background: #fff;
	border: 1px solid var(--lyra-border);
	color: var(--lyra-ink);
	border-bottom-left-radius: 4px;
}

.lyra-chat__msg--user {
	align-self: flex-end;
	background: var(--lyra-navy);
	color: #fff;
	border-bottom-right-radius: 4px;
}

.lyra-chat__msg p {
	margin: 0 0 6px;
}

.lyra-chat__msg p:last-child {
	margin-bottom: 0;
}

.lyra-chat__msg ul {
	margin: 6px 0 0;
	padding-left: 18px;
}

.lyra-chat__msg li {
	margin-bottom: 5px;
}

.lyra-chat__msg li:last-child {
	margin-bottom: 0;
}

.lyra-chat__msg-cta {
	display: inline-flex;
	margin-top: 8px;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--lyra-navy);
	text-decoration: underline;
}

.lyra-chat__msg--typing {
	padding: 13px 16px;
}

.lyra-chat__typing {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.lyra-chat__typing span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--lyra-ink-soft);
	opacity: 0.5;
	animation: lyra-chat-typing 1.1s ease-in-out infinite;
}

.lyra-chat__typing span:nth-child(2) {
	animation-delay: 0.15s;
}

.lyra-chat__typing span:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes lyra-chat-typing {
	0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
	30% { transform: translateY(-4px); opacity: 1; }
}

.lyra-chat__quick-replies {
	flex-shrink: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 16px;
	border-top: 1px solid var(--lyra-border);
	background: #fff;
}

.lyra-chat__quick-replies:empty {
	display: none;
}

.lyra-chat__input-row {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-top: 1px solid var(--lyra-border);
	background: #fff;
}

.lyra-chat__input {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--lyra-border);
	background: var(--lyra-ash);
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 13.5px;
	font-family: var(--lyra-font);
	color: var(--lyra-ink);
}

.lyra-chat__input:focus {
	outline: none;
	border-color: var(--lyra-navy);
	background: #fff;
}

.lyra-chat__send {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: none;
	background: var(--lyra-navy);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.15s ease;
}

.lyra-chat__send:hover {
	background: var(--lyra-navy-h);
}

.lyra-chat__send svg {
	width: 16px;
	height: 16px;
}

.lyra-chat__chip {
	border: 1px solid var(--lyra-navy);
	background: #fff;
	color: var(--lyra-navy);
	font-size: 12.5px;
	font-weight: 600;
	padding: 8px 14px;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
	text-align: left;
}

.lyra-chat__chip:hover {
	background: var(--lyra-navy);
	color: #fff;
}

.lyra-chat__chip--primary {
	background: var(--lyra-gold);
	border-color: var(--lyra-gold);
	color: var(--lyra-navy);
}

.lyra-chat__chip--primary:hover {
	background: #b3891f;
	border-color: #b3891f;
	color: #fff;
}

/* ==========================================================================
   Responsivo
   ========================================================================== */

@media (max-width: 960px) {
	.lyra-nav {
		display: none;
	}

	.lyra-footer__inner {
		flex-direction: column;
		text-align: center;
		gap: 14px;
	}


	.lyra-chat {
		right: 16px;
		bottom: 96px;
	}

	.lyra-chat__panel {
		width: calc(100vw - 32px);
	}

	.lyra-hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.lyra-hero__content {
		padding-block: 56px 32px;
	}

	.lyra-hero__visual {
		padding-block: 0 48px;
	}

	.lyra-final-cta__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.lyra-pain__layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lyra-steps__title-row {
		flex-direction: column;
		gap: 20px;
	}

	.lyra-steps__title-row .lyra-h2 {
		text-align: center;
	}

	.lyra-pain__photo {
		max-width: 240px;
		margin-inline: auto;
	}

	.lyra-steps__list {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}

	.lyra-steps__list::before {
		display: none;
	}

	.lyra-step {
		padding: 0;
	}

	.lyra-metrics__card {
		flex-direction: column;
		gap: 20px;
		padding: 28px 24px;
	}

	.lyra-metrics__sep {
		width: 100%;
		height: 1px;
	}
}

@media (max-width: 640px) {
	.lyra-container {
		padding-inline: 20px;
	}

	.lyra-section {
		padding-block: 72px;
	}

	.lyra-hero__content {
		padding-block: 40px 24px;
	}

	.lyra-hero__photo {
		max-width: 320px;
	}

	.lyra-hero__ctas {
		flex-direction: column;
		align-items: stretch;
	}

	.lyra-hero__ctas .lyra-btn {
		width: 100%;
		justify-content: center;
	}

	.lyra-pain__grid {
		grid-template-columns: 1fr;
	}

	.lyra-solution__carousel {
		display: none;
	}

	.lyra-accordion {
		display: block;
	}

	.lyra-header__inner .lyra-btn--sm {
		padding: 8px 14px;
		font-size: 12.5px;
	}

	.lyra-sticky-cta {
		display: block;
	}

	main {
		padding-bottom: 76px;
	}
}
