/* ================================================
   Shared base — all lu-landing templates
   ================================================ */

:root {
	--lu-bg: #f0f7f4;
	--lu-surface: #ffffff;
	--lu-text: #0e1e19;
	--lu-muted: #446058;
	--lu-primary: #1a7a6e;
	--lu-primary-dark: #135f56;
	--lu-accent: #d8f0ea;
	--lu-border: #cce5de;
}

html {
	scroll-behavior: smooth;
}

.lu-landing {
	background: var(--lu-bg);
	color: var(--lu-text);
}

/* Font — both landing templates */
.lu-landing h1,
.lu-landing h2,
.lu-landing h3,
.lu-landing h4 {
	font-family: 'Playfair Display', Georgia, serif;
	color: #0c1e18;
	line-height: 1.2;
	margin: 0 0 16px;
}

.lu-landing h1 {
	font-size: clamp(32px, 4.5vw, 56px);
}

.lu-landing h2 {
	font-size: clamp(26px, 3vw, 42px);
}

.lu-container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 24px;
}

.lu-section {
	padding: 92px 0;
}

.lu-section-soft {
	background: #e6f0ec;
}

.lu-grid-2 {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 52px;
	align-items: center;
}

.lu-eyebrow {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--lu-primary);
	margin-bottom: 14px;
}

.lu-subheadline {
	font-size: 18px;
	color: var(--lu-muted);
	line-height: 1.7;
	max-width: 60ch;
	margin-top: 14px;
}

.lu-list,
.lu-list-check {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.lu-list li,
.lu-list-check li {
	margin: 11px 0;
	color: var(--lu-text);
	font-size: 16px;
}

.lu-list-check li::before {
	content: "✔";
	color: var(--lu-primary);
	margin-right: 10px;
	font-size: 13px;
}

.lu-inline-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 28px;
}

.lu-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.lu-actions-center {
	justify-content: center;
}

.lu-btn {
	display: inline-block;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none !important;
	border: 1px solid transparent;
	transition: all 0.2s ease;
}

.lu-btn-primary {
	background: var(--lu-primary);
	border-color: var(--lu-primary);
	color: #fff;
	box-shadow: 0 8px 22px rgba(26, 122, 110, 0.28);
}

.lu-btn-primary:hover {
	background: var(--lu-primary-dark);
	border-color: var(--lu-primary-dark);
	box-shadow: 0 10px 28px rgba(26, 122, 110, 0.36);
}

.lu-btn-secondary {
	background: var(--lu-surface);
	border-color: #a8cec8;
	color: #175448;
}

.lu-btn-secondary:hover {
	background: #f2fbf8;
}

.lu-card {
	background: var(--lu-surface);
	border: 1px solid var(--lu-border);
	border-radius: 20px;
	padding: 26px;
	box-shadow: 0 6px 28px rgba(10, 40, 30, 0.06);
}

.lu-card-highlight {
	border-color: #9fd4cc;
	background: linear-gradient(160deg, #f0faf7 0%, #e8f7f3 100%);
	border-width: 2px;
}

.lu-mini-note {
	color: #5a7870;
	font-size: 14px;
	margin-top: 18px;
	line-height: 1.6;
}

.lu-mini-note-center {
	text-align: center;
}

.lu-media-placeholder {
	min-height: 300px;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 28px;
	background: linear-gradient(140deg, #d8f0e8 0%, #e8f5f0 100%);
	color: #2e5c52;
	font-weight: 600;
	border: 1px solid #bde0d6;
	font-size: 16px;
	line-height: 1.6;
}

.lu-rounded {
	border-radius: 22px;
}

.lu-whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	background: #25d366;
	color: #fff !important;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lu-whatsapp:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

/* ================================================
   Landing Lucrecia — page-specific
   ================================================ */

/* --- Hero (dark forest green) --- */
.lu-hero {
	background: linear-gradient(135deg, #0c2820 0%, #0e3428 60%, #0b2a22 100%);
	padding: 104px 0 96px;
}

.lu-hero .lu-eyebrow {
	color: #7ecfbf;
}

.lu-hero h1 {
	color: #ffffff;
	font-size: clamp(36px, 5vw, 62px);
	letter-spacing: -0.02em;
}

.lu-hero .lu-subheadline {
	color: rgba(200, 235, 222, 0.85);
}

.lu-hero .lu-list-check li {
	color: rgba(200, 235, 222, 0.9);
}

.lu-hero .lu-list-check li::before {
	color: #5ecfb5;
}

.lu-hero .lu-mini-note {
	color: rgba(200, 235, 222, 0.58);
}

.lu-hero .lu-btn-primary {
	background: #1b9080;
	border-color: #1b9080;
	box-shadow: 0 10px 28px rgba(27, 144, 128, 0.38);
}

.lu-hero .lu-btn-primary:hover {
	background: #157668;
	border-color: #157668;
}

.lu-hero .lu-btn-secondary {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
	color: #c5ead8;
}

.lu-hero .lu-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.18);
}

.lu-hero-img {
	width: 100%;
	display: block;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28), 0 0 0 6px rgba(94, 207, 181, 0.18);
}

/* --- Formação section --- */
.lu-section-formacao {
	background: #ffffff;
}

.lu-h3-subtle {
	font-size: 18px !important;
	color: var(--lu-primary) !important;
	margin-top: 24px !important;
	margin-bottom: 4px !important;
}

.lu-feature-cards {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 20px;
}

.lu-feature-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 20px;
	border-radius: 16px;
	background: var(--lu-bg);
	border: 1px solid var(--lu-border);
}

.lu-feature-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--lu-primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	font-family: 'Playfair Display', Georgia, serif;
}

.lu-feature-card h4 {
	font-size: 16px;
	margin: 0 0 4px;
}

.lu-feature-card p {
	font-size: 14px;
	color: var(--lu-muted);
	margin: 0;
}

/* --- Shop section --- */
.lu-section-intro {
	max-width: 680px;
	margin-bottom: 32px;
}

.lu-section-intro-center {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lu-section-lead {
	color: var(--lu-muted);
	font-size: 17px;
	line-height: 1.7;
	margin-top: 12px;
}

.lu-categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.lu-category-card {
	border-left: 3px solid var(--lu-primary);
	padding: 22px 24px;
	border-radius: 16px;
}

.lu-category-name {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: 17px;
	color: #0c1e18;
	margin: 0 0 6px;
}

.lu-category-desc {
	font-size: 14px;
	color: var(--lu-muted);
	margin: 0;
	line-height: 1.55;
}

/* --- Opportunity section --- */
.lu-section-opportunity {
	background: #ffffff;
}

.lu-bundle-card {
	padding: 36px;
	border-radius: 24px;
	background: linear-gradient(155deg, #0e3428 0%, #1a5c4e 100%);
	border: none;
	color: #d8f0e8;
	box-shadow: 0 20px 52px rgba(12, 40, 32, 0.22);
}

.lu-bundle-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #7ecfbf;
	margin: 0 0 12px;
}

.lu-bundle-card h3 {
	color: #ffffff;
	font-size: clamp(22px, 2.8vw, 32px);
	line-height: 1.2;
	margin-bottom: 14px;
}

.lu-bundle-card p {
	color: rgba(216, 240, 232, 0.82);
	line-height: 1.65;
	margin-bottom: 24px;
}

.lu-bundle-card .lu-btn-secondary {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	color: #c5ead8;
}

.lu-bundle-card .lu-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* --- Testimonials --- */
.lu-section-testimonials {
	padding-bottom: 96px;
}

.lu-testimonials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 36px;
}

.lu-testimonials blockquote {
	position: relative;
	padding: 36px 26px 26px;
	margin: 0;
	border-top: 3px solid var(--lu-primary);
	font-style: italic;
	font-size: 16px;
	line-height: 1.7;
	color: #2a4a42;
	border-radius: 20px;
}

.lu-testimonials blockquote::before {
	content: "\201C";
	position: absolute;
	top: -18px;
	left: 20px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 88px;
	line-height: 1;
	color: var(--lu-primary);
	opacity: 0.55;
}

/* --- Sobre section --- */
.lu-section-sobre .lu-media-placeholder {
	min-height: 340px;
}

/* --- CTA section (dark) --- */
.lu-section-cta {
	background: linear-gradient(135deg, #0c2820 0%, #0f3828 100%);
	text-align: center;
}

.lu-section-cta h2 {
	color: #ffffff;
}

.lu-section-cta p {
	color: rgba(200, 235, 222, 0.82);
	font-size: 18px;
}

.lu-section-cta .lu-mini-note {
	color: rgba(200, 235, 222, 0.5);
}

.lu-section-cta .lu-btn-primary {
	background: #1b9080;
	border-color: #1b9080;
	box-shadow: 0 10px 28px rgba(27, 144, 128, 0.42);
}

.lu-section-cta .lu-btn-primary:hover {
	background: #157668;
	border-color: #157668;
}

.lu-section-cta .lu-btn-secondary {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
	color: #c5ead8;
}

.lu-section-cta .lu-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.18);
}

/* --- Responsive --- */
@media (max-width: 960px) {
	.lu-section {
		padding: 68px 0;
	}

	.lu-grid-2 {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lu-testimonials {
		grid-template-columns: 1fr;
	}

	.lu-categories {
		grid-template-columns: 1fr;
	}

	.lu-inline-checks {
		display: block;
	}

	.lu-hero {
		padding: 72px 0 68px;
	}
}

@media (max-width: 600px) {
	.lu-bundle-card {
		padding: 28px 22px;
	}

	.lu-testimonials blockquote {
		padding: 32px 20px 22px;
	}
}

/* ================================================
   Curso: Cuidados Avancados do Pe
   All rules scoped to .lu-landing-curso
   ================================================ */

/* --- Font --- */
.lu-landing-curso h1,
.lu-landing-curso h2,
.lu-landing-curso h3,
.lu-landing-curso h4 {
	font-family: 'Playfair Display', Georgia, serif;
}

/* --- Page background --- */
.lu-landing-curso {
	background: #f4f6f9;
}

.lu-landing-curso .lu-section-soft {
	background: #edf0f5;
}

/* --- Buttons override --- */
.lu-landing-curso .lu-btn-primary {
	background: #0c4a8a;
	border-color: #0c4a8a;
	box-shadow: 0 10px 26px rgba(12, 74, 138, 0.28);
}

.lu-landing-curso .lu-btn-primary:hover {
	background: #0a3d73;
	border-color: #0a3d73;
}

/* --- Hero (dark) --- */
.lu-course-hero {
	background: linear-gradient(135deg, #0b1f3a 0%, #102b50 55%, #0e2440 100%);
	padding: 96px 0 88px;
}

.lu-course-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.lu-course-copy .lu-eyebrow {
	color: #7ec8e3;
}

.lu-course-copy h1 {
	color: #ffffff;
	font-size: clamp(36px, 4.5vw, 58px);
	letter-spacing: -0.02em;
	line-height: 1.1;
	max-width: none;
}

.lu-course-copy .lu-subheadline {
	color: rgba(220, 238, 255, 0.8);
	font-size: 18px;
	max-width: 54ch;
	margin-top: 18px;
	font-family: inherit;
}

.lu-course-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.lu-course-chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #cce8ff;
	font-size: 14px;
	font-weight: 600;
}

.lu-course-hero .lu-actions {
	margin-top: 32px;
}

.lu-course-hero .lu-btn-secondary {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.25);
	color: #cce8ff;
}

.lu-course-hero .lu-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.18);
}

/* Hero right panel */
.lu-course-panel {
	padding: 34px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.13);
}

.lu-course-panel-label {
	margin: 0 0 10px;
	color: #7ec8e3;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.lu-course-panel h2 {
	color: #ffffff;
	font-size: clamp(20px, 2.4vw, 28px);
	margin-bottom: 0;
}

.lu-course-stat-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 26px;
}

.lu-course-stat {
	padding: 20px 18px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.lu-course-stat strong {
	display: block;
	color: #ffffff;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.lu-course-stat span {
	color: rgba(204, 232, 255, 0.72);
	font-size: 14px;
}

.lu-course-panel-note {
	margin: 22px 0 0;
	color: rgba(204, 232, 255, 0.65);
	font-size: 14px;
	line-height: 1.6;
}

/* --- Overview section --- */
.lu-course-overview {
	background: #ffffff;
	padding: 80px 0;
}

.lu-course-overview-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.7fr;
	gap: 52px;
	align-items: start;
}

.lu-course-overview-grid .lu-eyebrow {
	color: #0c4a8a;
}

.lu-course-overview-grid h2 {
	font-size: clamp(28px, 3.2vw, 44px);
	line-height: 1.15;
	max-width: 15ch;
}

.lu-course-overview-grid p {
	color: #4a5568;
	line-height: 1.75;
	margin-top: 16px;
}

.lu-course-aside {
	padding: 30px;
	border-radius: 20px;
	background: #f0f5ff;
	border: 1px solid #c7d9f7;
}

.lu-course-aside h3 {
	font-size: 22px;
	color: #0c2c55;
	margin-bottom: 12px;
}

/* --- Program section --- */
.lu-course-section-heading {
	margin-bottom: 36px;
}

.lu-course-section-heading h2 {
	font-size: clamp(28px, 3vw, 40px);
}

/* Day shells */
.lu-day-shell {
	padding: 36px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid #dde3ed;
	box-shadow: 0 4px 32px rgba(11, 31, 58, 0.07);
	margin-bottom: 32px;
}

.lu-day-shell:last-child {
	margin-bottom: 0;
}

.lu-day-shell-blue {
	border-top: 4px solid #0c4a8a;
}

.lu-day-shell-green {
	border-top: 4px solid #0d7a68;
}

/* Day intro header */
.lu-day-intro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-bottom: 32px;
	padding-bottom: 28px;
	border-bottom: 1px solid #eaecf2;
}

.lu-day-intro-text {
	flex: 1;
}

.lu-day-kicker {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.lu-day-shell-blue .lu-day-kicker {
	color: #0c4a8a;
}

.lu-day-shell-green .lu-day-kicker {
	color: #0d7a68;
}

.lu-day-intro h3 {
	font-size: clamp(26px, 3vw, 36px);
	margin: 0 0 8px;
}

.lu-day-intro p {
	color: #5a6475;
	max-width: 54ch;
	line-height: 1.6;
	margin: 0;
}

.lu-day-badge {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: #0b1f3a;
	color: #ffffff;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	box-shadow: 0 14px 32px rgba(11, 31, 58, 0.22);
}

/* Module grid */
.lu-program-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.lu-module {
	padding: 28px;
	border-radius: 18px;
	border: 1px solid #e2e8f2;
	background: #f8fafd;
	height: auto;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.lu-module:hover {
	box-shadow: 0 12px 32px rgba(11, 31, 58, 0.09);
	border-color: #c2d0e8;
}

.lu-module-time {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.lu-day-shell-blue .lu-module-time {
	background: #dbeafe;
	color: #1e40af;
}

.lu-day-shell-green .lu-module-time {
	background: #d1fae5;
	color: #065f46;
}

.lu-module h3 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 14px;
	color: #0f1f3a;
}

.lu-module .lu-list-check {
	margin-top: 0;
}

.lu-module .lu-list-check li {
	font-size: 15px;
	color: #4a5568;
	margin: 9px 0;
	line-height: 1.55;
}

.lu-module-full {
	grid-column: 1 / -1;
	background: #f0f5ff;
	border-color: #c7d9f7;
}

/* --- Form section --- */
.lu-course-form {
	background: #edf0f5;
}

.lu-course-form-inner {
	max-width: 720px;
}

.lu-course-form-card {
	padding: 48px 52px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid #dde3ed;
	box-shadow: 0 8px 40px rgba(11, 31, 58, 0.08);
}

.lu-course-form-card h2 {
	font-size: clamp(26px, 3vw, 38px);
	margin-bottom: 8px;
}

.lu-course-form-lead {
	color: #4a5568;
	font-size: 16px;
	margin-bottom: 28px;
	line-height: 1.6;
}

@media (max-width: 720px) {
	.lu-course-form-card {
		padding: 32px 24px;
		border-radius: 18px;
	}
}

/* --- Results section (dark) --- */
.lu-course-results {
	background: linear-gradient(150deg, #0b1f3a 0%, #0f2c50 100%);
	padding: 92px 0 100px;
}

.lu-course-results .lu-eyebrow {
	color: #7ec8e3;
}

.lu-course-results-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.lu-course-results-copy h2 {
	color: #ffffff;
	font-size: clamp(28px, 3.5vw, 48px);
	line-height: 1.15;
	max-width: 14ch;
}

.lu-course-results-copy > p {
	color: rgba(204, 232, 255, 0.75);
	line-height: 1.7;
	margin-top: 16px;
}

.lu-course-results-copy .lu-list-check {
	margin-top: 24px;
}

.lu-course-results-copy .lu-list-check li {
	color: #cce8ff;
	font-size: 17px;
	margin: 14px 0;
}

.lu-course-results-copy .lu-list-check li::before {
	color: #5eead4;
}

.lu-course-results-copy .lu-actions {
	margin-top: 36px;
}

.lu-course-results-card {
	padding: 38px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.13);
}

.lu-course-results-label {
	margin: 0 0 12px;
	color: #5eead4;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.lu-course-results-card h3 {
	color: #ffffff;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.2;
	margin-bottom: 18px;
}

.lu-course-results-card p {
	color: rgba(204, 232, 255, 0.75);
	line-height: 1.7;
}

/* --- Responsive --- */
@media (max-width: 1000px) {
	.lu-course-hero-grid,
	.lu-course-overview-grid,
	.lu-course-results-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.lu-program-grid {
		grid-template-columns: 1fr;
	}

	.lu-module-full {
		grid-column: auto;
	}

	.lu-course-overview-grid h2 {
		max-width: none;
	}

	.lu-course-results-copy h2 {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.lu-course-hero {
		padding: 72px 0 68px;
	}

	.lu-day-shell {
		padding: 24px;
		border-radius: 20px;
	}

	.lu-day-intro {
		flex-direction: column;
		align-items: flex-start;
	}

	.lu-day-badge {
		width: 72px;
		height: 72px;
		font-size: 20px;
	}

	.lu-module {
		padding: 22px;
	}

	.lu-course-panel,
	.lu-course-aside,
	.lu-course-results-card {
		padding: 24px;
		border-radius: 18px;
	}

	.lu-course-stat-grid {
		grid-template-columns: 1fr;
	}
}
