:root {
	--lcb-ink: #071b3c;
	--lcb-gold: #b77905;
	--lcb-gold-bright: #e9a900;
	--lcb-cream: #fbf5ea;
	--lcb-paper: #fffdf8;
	--lcb-line: rgba(183, 121, 5, 0.32);
	--lcb-green: #58734c;
	--lcb-whatsapp: #25d366;
	--lcb-form-panel: #4d4239;
	--lcb-form-border: #cfb78f;
}

body.lcb-home-redesign {
	background: var(--lcb-paper);
	color: var(--lcb-ink);
}

body.lcb-thanks-redesign {
	background: var(--lcb-paper);
	color: var(--lcb-ink);
}

body.lcb-home-redesign .site-inner,
body.lcb-thanks-redesign .site-inner {
	max-width: none;
	padding: 0;
}

body.lcb-home-redesign .site-header .wrap,
body.lcb-thanks-redesign .site-header .wrap {
	max-width: 1180px;
}

body.lcb-home-redesign .site-header .menu-item-8562 > a,
body.lcb-home-redesign .site-header .lcb-menu-subscribe > a {
	color: var(--lcb-gold);
}

body.lcb-home-redesign .site-header .menu-item-8562 > a span,
body.lcb-home-redesign .site-header .lcb-menu-subscribe > a span {
	padding-bottom: 5px;
	border-bottom: 2px solid var(--lcb-gold);
}

.lcb-home,
.lcb-home * {
	box-sizing: border-box;
}

.lcb-home {
	overflow: hidden;
	font-family: Lato, Arial, sans-serif;
	color: var(--lcb-ink);
}

.lcb-home h1,
.lcb-home h2,
.lcb-home .lcb-method,
.lcb-home .lcb-button {
	font-family: Georgia, 'Times New Roman', serif;
}

.lcb-home h1,
.lcb-home h2,
.lcb-home p {
	margin-top: 0;
}

.lcb-shell {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.lcb-shell-narrow {
	width: min(940px, calc(100% - 48px));
}

.lcb-hero {
	position: relative;
	padding: 48px 0 58px;
	text-align: center;
	background:
		radial-gradient(circle at 12% 16%, rgba(218, 174, 91, 0.14), transparent 24%),
		radial-gradient(circle at 88% 18%, rgba(218, 174, 91, 0.12), transparent 22%),
		linear-gradient(135deg, #fffdf9 0%, #fbf3e7 52%, #fffdf8 100%);
	border-top: 1px solid rgba(183, 121, 5, 0.18);
	border-bottom: 1px solid rgba(183, 121, 5, 0.22);
}

.lcb-hero::before,
.lcb-hero::after,
.lcb-contact::before,
.lcb-contact::after {
	content: '';
	position: absolute;
	width: 220px;
	height: 300px;
	top: 94px;
	opacity: 0.14;
	background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 18px, var(--lcb-gold) 19px 20px, transparent 21px 38px);
	transform: rotate(24deg);
	pointer-events: none;
}

.lcb-hero::before,
.lcb-contact::before {
	left: -125px;
}

.lcb-hero::after,
.lcb-contact::after {
	right: -125px;
	transform: scaleX(-1) rotate(24deg);
}

.lcb-eyebrow {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--lcb-gold);
}

.lcb-hero h1 {
	margin-bottom: 10px;
	font-size: clamp(44px, 6.2vw, 76px);
	font-weight: 500;
	line-height: 0.97;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--lcb-ink);
}

.lcb-hero h1 sup {
	position: relative;
	top: -0.48em;
	font-size: 0.3em;
	font-weight: 700;
}

.lcb-title-ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 8px auto;
	color: var(--lcb-gold);
	font: 22px/1 Georgia, serif;
}

.lcb-title-ornament span {
	width: 105px;
	height: 1px;
	background: var(--lcb-line);
}

.lcb-method {
	margin-bottom: 28px;
	font-size: clamp(27px, 3vw, 40px);
	font-style: italic;
	color: var(--lcb-gold);
}

.lcb-books {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 185px));
	justify-content: center;
	align-items: end;
	gap: clamp(14px, 2.4vw, 34px);
	margin-top: 6px;
}

.lcb-books a {
	display: block;
	transition: transform 180ms ease, filter 180ms ease;
}

.lcb-books a:hover,
.lcb-books a:focus-visible {
	transform: translateY(-6px);
	filter: saturate(1.05);
}

.lcb-books img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 16px 24px rgba(7, 27, 60, 0.16), 5px 0 0 rgba(83, 59, 25, 0.08);
}

.lcb-story {
	position: relative;
	padding: 64px 0 54px;
	background: linear-gradient(110deg, #fffefb 0%, #fbf6ed 48%, #fffefb 100%);
}

.lcb-story h2,
.lcb-contact h2 {
	margin-bottom: 5px;
	text-align: center;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 500;
	line-height: 1.08;
	text-transform: uppercase;
}

.lcb-contact h2 {
	font-size: clamp(30px, 3vw, 38px);
	line-height: 1.16;
	text-transform: none;
}

.lcb-story-list {
	margin-top: 25px;
}

.lcb-story-item {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 25px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px dotted var(--lcb-line);
}

.lcb-story-item:last-child {
	border-bottom: 0;
}

.lcb-story-item p {
	margin-bottom: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 19px;
	line-height: 1.58;
}

.lcb-story-item strong {
	font-weight: 700;
}

.lcb-training-start {
	color: #855808;
}

.lcb-story-icon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	border: 1.5px solid var(--lcb-gold);
	border-radius: 50%;
	font: 35px/1 Georgia, serif;
	color: var(--lcb-gold);
}

.lcb-story-icon.lcb-quote {
	padding-top: 11px;
	font-size: 56px;
}

.lcb-appointment {
	position: relative;
	min-height: 340px;
	display: flex;
	align-items: center;
	background-image: linear-gradient(90deg, transparent 0%, rgba(255, 252, 246, 0.05) 40%, rgba(255, 252, 246, 0.34) 100%), url('../images/lcb-home-cta.png');
	background-position: center;
	background-size: cover;
	border-top: 1px solid rgba(183, 121, 5, 0.2);
	border-bottom: 1px solid rgba(183, 121, 5, 0.22);
}

.lcb-appointment-copy {
	width: 57%;
	margin-left: auto;
	padding: 54px 0 48px;
	text-align: center;
}

.lcb-appointment h2 {
	margin-bottom: 7px;
	font-size: clamp(34px, 3.6vw, 50px);
	font-weight: 500;
}

.lcb-small-ornament {
	margin-bottom: 8px;
	color: var(--lcb-gold);
	font-family: Georgia, serif;
}

.lcb-appointment p {
	font: 25px/1.35 Georgia, serif;
	color: var(--lcb-gold);
}

.lcb-appointment-lead {
	margin-bottom: 4px;
}

.lcb-appointment-action {
	margin-bottom: 22px;
	font-weight: 700 !important;
}

.lcb-appointment small {
	display: block;
	margin-top: 12px;
	font: 15px/1.4 Georgia, serif;
}

.lcb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 13px 38px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.lcb-button:hover,
.lcb-button:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
	filter: brightness(1.03);
}

.lcb-button-primary {
	color: #081a34;
	background: linear-gradient(100deg, #e4a300 0%, #f2bd22 50%, #dda000 100%);
	box-shadow: 0 7px 14px rgba(113, 73, 0, 0.22);
}

.lcb-button-primary:hover,
.lcb-button-primary:focus-visible {
	color: #081a34;
}

.lcb-contact {
	position: relative;
	scroll-margin-top: 128px;
	padding: 62px 0 72px;
	background: linear-gradient(140deg, #fffdf9 0%, #f8f0e4 54%, #fffefa 100%);
}

.lcb-contact::before,
.lcb-contact::after {
	top: auto;
	bottom: -110px;
	opacity: 0.12;
}

.lcb-shell-form {
	width: min(760px, calc(100% - 48px));
	padding: 44px 54px 48px;
	border: 1px solid var(--lcb-form-border);
	border-radius: 18px;
	background: var(--lcb-form-panel);
	box-shadow: 0 16px 34px rgba(89, 61, 25, 0.13);
	color: #fffdf8;
	text-align: center;
}

.lcb-contact .lcb-shell-form h2,
.lcb-shell-form .lcb-contact-intro,
.lcb-shell-form .lcb-contact-form label,
.lcb-shell-form .lcb-whatsapp-intro {
	color: #fffdf8;
}

.lcb-contact-intro {
	max-width: 630px;
	margin: 0 auto 30px;
	font: 19px/1.5 Georgia, serif;
}

.lcb-contact-form {
	position: relative;
	z-index: 1;
}

.lcb-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	text-align: left;
}

.lcb-contact-form label {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.lcb-contact-form input[type='text'],
.lcb-contact-form input[type='email'] {
	width: 100%;
	height: 51px;
	margin-top: 7px;
	padding: 0 15px;
	border: 1px solid #c9cdd4;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--lcb-ink);
	box-shadow: inset 0 1px 2px rgba(7, 27, 60, 0.04);
	font: 17px/1.2 Lato, Arial, sans-serif;
}

.lcb-privacy {
	display: flex !important;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
	margin: 20px 0 18px;
	font-size: 16px !important;
	line-height: 1.4;
	font-weight: 400 !important;
}

.lcb-privacy input {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	flex: 0 0 18px;
}

.lcb-privacy a {
	color: #ffffff;
	text-decoration: underline;
}

.lcb-submit,
.lcb-button-whatsapp {
	width: min(520px, 100%);
}

.lcb-submit {
	border: 0;
}

.lcb-submit:disabled {
	cursor: wait;
	opacity: 0.72;
}

.lcb-button-whatsapp {
	min-height: 52px;
	margin-top: 16px;
	border-color: #1ead53;
	background: var(--lcb-whatsapp);
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0 6px 13px rgba(21, 126, 63, 0.2);
}

.lcb-button-whatsapp:hover,
.lcb-button-whatsapp:focus-visible {
	background: #20bd5b;
	color: #ffffff;
}

.lcb-honeypot,
.lcb-result-frame {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
}

.lcb-form-status {
	min-height: 20px;
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.lcb-form-status.is-sending {
	color: #74510e;
}

.lcb-form-status.is-notice {
	color: #614405;
}

.lcb-form-status.is-error {
	color: #8a2020;
}

.lcb-shell-form .lcb-form-status.is-sending {
	color: #ffe2a8;
}

.lcb-shell-form .lcb-form-status.is-notice {
	color: #fff2cf;
}

.lcb-shell-form .lcb-form-status.is-error {
	color: #ffd1d1;
}

.lcb-whatsapp-intro {
	margin: 8px 0 0;
	font: 17px/1.5 Georgia, 'Times New Roman', serif;
}

.lcb-thanks,
.lcb-thanks * {
	box-sizing: border-box;
}

.lcb-thanks {
	position: relative;
	overflow: hidden;
	min-height: 680px;
	padding: 82px 24px 96px;
	background:
		radial-gradient(circle at 12% 20%, rgba(218, 174, 91, 0.16), transparent 25%),
		radial-gradient(circle at 88% 76%, rgba(218, 174, 91, 0.14), transparent 24%),
		linear-gradient(135deg, #fffdf9 0%, #f8eee0 52%, #fffdf8 100%);
	color: var(--lcb-ink);
	font-family: Lato, Arial, sans-serif;
}

.lcb-thanks::before,
.lcb-thanks::after {
	content: '';
	position: absolute;
	width: 240px;
	height: 320px;
	opacity: 0.12;
	background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 18px, var(--lcb-gold) 19px 20px, transparent 21px 38px);
	pointer-events: none;
}

.lcb-thanks::before {
	bottom: -120px;
	left: -120px;
	transform: rotate(24deg);
}

.lcb-thanks::after {
	top: -110px;
	right: -120px;
	transform: scaleX(-1) rotate(24deg);
}

.lcb-thanks-card {
	position: relative;
	z-index: 1;
	width: min(780px, 100%);
	margin: 0 auto;
	padding: 54px 58px 44px;
	border: 1px solid var(--lcb-form-border);
	border-radius: 20px;
	background: rgba(255, 253, 248, 0.94);
	box-shadow: 0 18px 44px rgba(89, 61, 25, 0.14);
	text-align: center;
}

.lcb-thanks-kicker {
	margin: 0 0 12px;
	color: var(--lcb-gold);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lcb-thanks h1 {
	margin: 0;
	color: var(--lcb-ink);
	font: clamp(38px, 5vw, 55px)/1.1 Georgia, 'Times New Roman', serif;
}

.lcb-thanks .lcb-title-ornament {
	margin: 18px 0 24px;
}

.lcb-thanks-lead {
	max-width: 650px;
	margin: 0 auto 18px;
	font: 20px/1.55 Georgia, 'Times New Roman', serif;
}

.lcb-thanks-note {
	max-width: 630px;
	margin: 0 auto 30px;
	padding: 16px 18px;
	border: 1px solid rgba(183, 121, 5, 0.25);
	border-radius: 12px;
	background: #fbf3e5;
	font-size: 16px;
	line-height: 1.5;
}

.lcb-thanks-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-width: 620px;
	margin: 0 auto;
}

.lcb-thanks-actions .lcb-button {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 14px 20px;
	font-size: 17px;
}

.lcb-thanks-secondary {
	border: 1px solid var(--lcb-gold);
	background: #ffffff;
	color: var(--lcb-ink);
}

.lcb-thanks-secondary:hover,
.lcb-thanks-secondary:focus-visible {
	background: #fbf1dc;
	color: var(--lcb-ink);
}

.lcb-thanks-actions .lcb-thanks-whatsapp {
	grid-column: 1 / -1;
}

.lcb-thanks-home {
	display: inline-block;
	margin-top: 24px;
	color: var(--lcb-ink);
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}

.lcb-thanks-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 18px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid var(--lcb-line);
}

.lcb-thanks-legal a {
	color: #51493f;
	font-size: 13px;
	text-decoration: underline;
}

@media (max-width: 900px) {
	.lcb-hero {
		padding-top: 38px;
	}

	.lcb-books {
		grid-template-columns: repeat(4, minmax(0, 150px));
	}

	.lcb-appointment {
		background-position: 36% center;
	}

	.lcb-appointment-copy {
		width: 60%;
		padding-left: 20px;
	}
}

@media (max-width: 680px) {
	.lcb-shell,
	.lcb-shell-narrow,
	.lcb-shell-form {
		width: min(100% - 30px, 560px);
	}

	.lcb-hero {
		/* The legacy mobile header overlaps the first part of site-inner. */
		padding: 114px 0 40px;
	}

	.lcb-eyebrow {
		font-size: 11px;
	}

	.lcb-hero h1 {
		font-size: clamp(35px, 11vw, 50px);
	}

	.lcb-method {
		margin-bottom: 22px;
		font-size: 26px;
	}

	.lcb-books {
		grid-template-columns: repeat(2, minmax(0, 145px));
		gap: 18px;
	}

	.lcb-story {
		padding: 46px 0 38px;
	}

	.lcb-story h2,
	.lcb-contact h2 {
		font-size: 34px;
	}

	.lcb-contact h2 {
		font-size: 29px;
		line-height: 1.16;
	}

	.lcb-title-ornament span {
		width: 68px;
	}

	.lcb-story-item {
		grid-template-columns: 52px 1fr;
		gap: 14px;
		align-items: start;
	}

	.lcb-story-icon {
		width: 50px;
		height: 50px;
		font-size: 27px;
	}

	.lcb-story-icon.lcb-quote {
		font-size: 44px;
	}

	.lcb-story-item p {
		font-size: 17px;
		line-height: 1.55;
	}

	.lcb-appointment {
		min-height: 500px;
		align-items: flex-end;
		background-position: 30% center;
	}

	.lcb-appointment::after {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, transparent 20%, rgba(255, 251, 243, 0.95) 66%);
	}

	.lcb-appointment .lcb-shell {
		z-index: 1;
	}

	.lcb-appointment-copy {
		width: 100%;
		padding: 220px 0 34px;
	}

	.lcb-appointment p {
		font-size: 21px;
	}

	.lcb-contact {
		padding: 48px 0 58px;
	}

	.lcb-shell-form {
		width: calc(100% - 22px);
		padding: 34px 20px 38px;
		border-radius: 14px;
	}

	.lcb-contact-intro {
		font-size: 18px;
	}

	.lcb-form-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.lcb-button {
		font-size: 17px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.lcb-thanks {
		padding: 52px 12px 64px;
	}

	.lcb-thanks-card {
		padding: 38px 20px 34px;
		border-radius: 16px;
	}

	.lcb-thanks h1 {
		font-size: 38px;
	}

	.lcb-thanks-lead {
		font-size: 18px;
	}

	.lcb-thanks-actions {
		grid-template-columns: 1fr;
	}

	.lcb-thanks-actions .lcb-thanks-whatsapp {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lcb-books a,
	.lcb-button {
		transition: none;
	}
}
