/* Lisa Crown theme — values taken from the Divi theme options in use (accent #003263,
   Open Sans 14px/#666, uppercase 14px nav, 62px menu, 77px logo, black top bar). */

:root {
	--lc-accent: #003263;
	--lc-text: #666;
	--lc-heading: #333;
	--lc-top-bar: #000;
	--lc-footer: #000;
	--lc-container: 1080px;
	--lc-font: "Open Sans", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--lc-font);
	font-size: 14px;
	line-height: 1.7;
	color: var(--lc-text);
	background: #fff;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh; display: flex; flex-direction: column;
}
#main-content { flex: 1 0 auto; display: flex; flex-direction: column; }
/* Short pages: the last section stretches to the footer so its background
   fills the viewport instead of leaving a white gap */
#main-content > .lc-canvas, #main-content > .lc-container { flex: 1 0 auto; }
.lc-canvas { display: flex; flex-direction: column; }
.lc-canvas > :last-child { flex: 1 0 auto; }
img { max-width: 100%; height: auto; }
a { color: var(--lc-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { color: var(--lc-heading); font-weight: 500; line-height: 1.2; margin: 0 0 .6em; padding-bottom: 10px; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.skip-link:focus { position: fixed; top: 8px; left: 8px; width: auto; height: auto; clip: auto; padding: 8px 12px; background: #fff; z-index: 1000; }

.lc-container { width: 80%; max-width: var(--lc-container); margin: 0 auto; }

/* Top bar and header run full width (Divi nav_fullwidth), 30px side padding */
#top-header .lc-container, #main-header .lc-container { width: 100%; max-width: none; padding: 0 30px; box-sizing: border-box; }
#top-header { background: var(--lc-top-bar); color: #fff; font-size: 14px; line-height: 35px; }
#top-header .lc-container { display: flex; justify-content: space-between; align-items: center; }
#top-header a { color: #fff; }
.lc-top-contact a { margin-right: 20px; }
.lc-icon { display: inline-block; width: 14px; height: 14px; margin-right: 6px; vertical-align: -2px; background: currentColor; }
.lc-icon-phone { -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.25 11.4 11.4 0 0 0 3.6.6 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.6 3.6a1 1 0 0 1-.25 1z'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.25 11.4 11.4 0 0 0 3.6.6 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.6 3.6a1 1 0 0 1-.25 1z'/></svg>") center/contain no-repeat; }
.lc-icon-mail { -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M2 5h20v14H2z M4 7v.5l8 5 8-5V7z M4 9.8V17h16V9.8l-8 5z'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M2 5h20v14H2z M4 7v.5l8 5 8-5V7z M4 9.8V17h16V9.8l-8 5z'/></svg>") center/contain no-repeat; }
.lc-top-menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 20px; }

/* Main header — sticky like Divi's fixed nav */
#main-header { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.1); position: sticky; top: 0; z-index: 900; }
#main-header .lc-container { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.lc-logo img { display: block; height: 58px; width: auto; }
.lc-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.lc-menu > li { position: relative; }
.lc-menu > li > a { display: block; padding: 0 0 0 22px; line-height: 76px; font-size: 14px; text-transform: uppercase; color: var(--lc-accent); }
.lc-menu a:hover { text-decoration: none; opacity: .7; }
.lc-menu > li.current-menu-item > a, .lc-menu > li.current-menu-ancestor > a { color: var(--lc-accent); }
.lc-menu > li.menu-item-has-children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 8px; border: solid var(--lc-accent); border-width: 0 1.5px 1.5px 0; transform: translateY(-3px) rotate(45deg); }
.lc-menu .sub-menu {
	list-style: none; margin: 0; padding: 20px 0;
	position: absolute; top: 100%; left: 22px; min-width: 240px;
	background: #fff; border-top: 3px solid var(--lc-accent); box-shadow: 0 2px 5px rgba(0,0,0,.1);
	opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .2s ease;
	z-index: 999; text-align: left;
}
.lc-menu > li:hover > .sub-menu, .lc-menu > li.is-open > .sub-menu, .lc-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.lc-menu .sub-menu a { display: block; padding: 6px 20px; font-size: 14px; color: var(--lc-accent); text-transform: none; line-height: 1.7; width: 200px; }
.lc-menu .sub-menu a:hover { background: rgba(0,0,0,.03); opacity: 1; }
.lc-nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.lc-burger, .lc-burger::before, .lc-burger::after { display: block; width: 24px; height: 2px; background: var(--lc-accent); position: relative; }
.lc-burger::before, .lc-burger::after { content: ""; position: absolute; left: 0; }
.lc-burger::before { top: -7px; } .lc-burger::after { top: 7px; }

/* Content */
.lc-content { padding: 58px 0; }
.lc-with-sidebar { display: flex; gap: 60px; }
.lc-with-sidebar .lc-main { flex: 1 1 0; min-width: 0; }
.lc-sidebar { flex: 0 0 240px; }
.lc-sidebar input[type="text"], .lc-sidebar input[type="password"] { width: 100%; padding: 6px 8px; border: 1px solid #ccc; margin-bottom: 8px; font: inherit; }
.lc-sidebar .widget_wp_sidebarlogin label { display: block; font-size: 14px; }
.lc-sidebar .widget_wp_sidebarlogin input[type="submit"], .lc-sidebar .widget_wp_sidebarlogin button { font: inherit; padding: 4px 10px; }
.lc-sidebar .widget { margin-bottom: 30px; }
.widget-title { font-size: 18px; }

/* Footer */
#main-footer { background: var(--lc-footer); color: #fff; padding: 15px 0; font-size: 14px; }
#main-footer .lc-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
#main-footer a { color: #fff; }
.lc-copyright { margin: 0; }
.lc-copyright a { font-weight: 700; }
.lc-footer-links { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; }
.lc-footer-links li + li::before { content: "|"; margin-right: 6px; opacity: .7; }
.lc-footer-links a { opacity: .7; }
.lc-footer-links a:hover { opacity: 1; }

/* Buttons (shared by converted Divi/Elementor buttons) */
.lc-button {
	display: inline-block; padding: .5em 1.4em; border: 2px solid var(--lc-accent);
	border-radius: 3px; color: var(--lc-accent); font-size: 18px; line-height: 1.5;
	background: transparent; transition: all .2s; text-decoration: none;
}
.lc-button:hover { background: rgba(0,50,99,.08); text-decoration: none; }
.lc-button.lc-button--solid { background: var(--lc-accent); color: #fff; }
.lc-button.lc-button--solid:hover { background: #00264d; }

/* Responsive */
@media (max-width: 980px) {
	.lc-container { width: 90%; }
	#top-header .lc-container, #main-header .lc-container { padding: 0 5%; }
	.lc-nav-toggle { display: block; }
	.lc-main-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1); padding: 10px 5%; }
	.lc-main-nav.is-open { display: block; }
	.lc-menu { flex-direction: column; align-items: stretch; }
	.lc-menu > li > a { line-height: 44px; padding: 0; border-bottom: 1px solid rgba(0,0,0,.05); }
	.lc-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; display: none; border: 0; box-shadow: none; padding: 0 0 0 20px; min-width: 0; }
	.lc-menu > li.is-open > .sub-menu { display: block; }
	.lc-menu .sub-menu a { width: auto; padding: 8px 0; }
	#top-header .lc-container { flex-direction: column; line-height: 1.9; padding: 6px 0; }
	.lc-with-sidebar { flex-direction: column; }
	.lc-sidebar { flex-basis: auto; }
	#main-footer .lc-container { flex-direction: column; text-align: center; }
}
@media (max-width: 767px) {
	/* Divi hid the secondary nav on phones and kept phone/email on one line */
	.lc-top-nav { display: none; }
	#top-header .lc-container { flex-direction: row; justify-content: center; padding: 6px 0; }
	.lc-top-contact a { margin: 0 8px; }
	/* Converted Divi rows carry inline grid-template-columns; stack them —
	   except rows of images (podcast badges, logos), which stay in a row */
	.lc-grid:not(.lc-grid--keep) { grid-template-columns: 1fr !important; }
	.lc-grid--keep { gap: 8px; max-width: 100% !important; }
	.lc-grid--keep .lc-image { margin: 0; }
	.lc-grid--keep .lc-image img { width: 100% !important; max-width: 100%; }
	.lc-tabs__nav { flex-direction: column; }
	.lc-tabs__nav [role="tab"] { border-right: 0; border-bottom: 1px solid #d9d9d9; text-align: left; }
}
@media (min-width: 768px) and (max-width: 980px) {
	.lc-grid[style*="1fr 1fr 1fr"], .lc-grid[style*="1fr 1fr 1fr 1fr"] { grid-template-columns: 1fr 1fr !important; }
}

/* ---------- Page components (converted Divi/Elementor layouts) ---------- */
.lc-canvas { display: flex; flex-direction: column; }
.lc-section { padding: 54px 0; }
.lc-section--tight { padding: 20px 0; }
.lc-section--accent { background: var(--lc-accent); color: #fff; }
.lc-section--accent h1, .lc-section--accent h2, .lc-section--accent h3 { color: #fff; }
.lc-center { text-align: center; }
.lc-justify { text-align: justify; }
.lc-dark { color: #000; }
.lc-muted { color: #808080; }
.lc-script { font-family: mistral, "Brush Script MT", cursive; font-size: 36pt; font-weight: 400; line-height: 1; }
.lc-script--sm { font-size: 18pt; }
.lc-quote { text-align: center; font-size: 18px; line-height: 1.3; margin-bottom: 40px; }
.lc-divider { border: 0; border-top: 1px solid rgba(0,0,0,.56); margin: 30px 0 50px; }
.lc-divider--light { border-top-color: rgba(0,0,0,.2); margin: 0 0 50px; }

.lc-grid { display: grid; gap: 30px 5.5%; }
.lc-grid--2 { grid-template-columns: 1fr 1fr; }
.lc-grid--3 { grid-template-columns: repeat(3, 1fr); }
.lc-grid--4 { grid-template-columns: repeat(4, 1fr); }
.lc-grid--1-3 { grid-template-columns: 1fr 3fr; }
.lc-grid--2-1 { grid-template-columns: 2fr 1fr; }
.lc-grid--3-1 { grid-template-columns: 3fr 1fr; }
.lc-grid--1-2 { grid-template-columns: 1fr 2fr; }
.lc-container--narrow { max-width: 968px; }
.lc-faq p { text-align: justify; }
.lc-page-title { font-size: 26px; padding-bottom: 10px; }

/* Hero (Divi fullwidth slider, one slide) */
/* Divi slider: CSS parallax (fixed background) and the slide content entering
   with fadeBottom 0.7s ease-in-out, delayed 0.9s, padding 16% 8%. */
.lc-hero { position: relative; background: #fff center/cover no-repeat fixed; color: #fff; text-align: center; padding: 16% 8%; box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.1); text-shadow: 0 1px 3px rgba(0,0,0,.6), 0 2px 12px rgba(0,0,0,.35); }
.lc-hero::before { content: ""; position: absolute; inset: 0; background: rgba(6,24,54,.3); pointer-events: none; }
.lc-hero__inner { position: relative; max-width: 1080px; margin: 0 auto; animation: lc-fade-bottom .7s ease-in-out .9s both; }
@keyframes lc-fade-bottom { 0% { opacity: 0; transform: translateY(10%); } 100% { opacity: 1; transform: none; } }
@media (hover: none) { .lc-hero { background-attachment: scroll; } }
@media (prefers-reduced-motion: reduce) { .lc-hero__inner { animation: none; } }
.lc-hero__title { color: #fff; font-size: 48px; font-weight: 400; margin-bottom: 30px; }
.lc-hero__logo { display: block; margin: 0 auto 30px; }
.lc-hero__sub { font-size: 22px; margin-bottom: 30px; }
.lc-button--cyan { border-color: #00bbf4; font-size: 20px; }

/* Blurbs */
.lc-blurbs { margin-bottom: 20px; }
.lc-blurb { text-align: center; }
/* Divi blurb icons: ETmodules glyphs, 96px, accent color, 30px below */
@font-face { font-family: "ETmodules"; src: url("../etmodules/modules.woff") format("woff"); font-weight: 400; font-style: normal; font-display: block; }
.lc-blurb__icon { display: block; font-family: "ETmodules"; font-size: 96px; line-height: 1; color: var(--lc-accent); margin-bottom: 30px; }
.lc-blurb h4 { font-size: 18px; padding-bottom: 5px; }

/* Toggle (Divi et_pb_toggle) */
.lc-toggle { background: #f4f4f4; border: 1px solid #fff; margin-bottom: 20px; padding: 18px 20px; }
.lc-toggle summary { list-style: none; cursor: pointer; font-size: 16px; color: var(--lc-accent); position: relative; padding-right: 30px; }
.lc-toggle summary::-webkit-details-marker { display: none; }
.lc-toggle summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; line-height: 16px; text-align: center; border-radius: 50%; background: var(--lc-accent); color: #fff; font-size: 16px; }
.lc-toggle[open] summary::after { content: "–"; }
.lc-toggle__body { padding-top: 15px; }
.lc-toggle__body:empty { display: none; }

/* Program cards */
.lc-cards { align-items: start; }
.lc-card { display: block; text-align: center; color: var(--lc-text); }
.lc-card:hover { text-decoration: none; }
.lc-card img { display: block; margin: 0 auto 12px; max-width: 225px; }
.lc-card strong { color: var(--lc-heading); }

/* Full-width banner (Divi fullwidth header w/ parallax) */
.lc-banner { background: center/cover no-repeat fixed; color: #fff; padding: 4% 0; }
.lc-banner h1 { color: #fff; font-size: 30px; margin: 0 0 8px; }
.lc-banner__sub { font-size: 16px; margin: 0; }
.lc-banner--form { padding-bottom: 60px; }
/* Elementor hero variant: darkened photo, uppercase Roboto-ish title, ~200px tall */
.lc-banner--overlay { position: relative; background-attachment: scroll; }
.lc-banner--overlay::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.lc-banner--overlay > * { position: relative; }
.lc-banner--tall { min-height: 198px; display: flex; align-items: center; }
.lc-banner__caps { text-transform: uppercase; font-size: 26px; font-weight: 400; }
@media (hover: none) { .lc-banner { background-attachment: scroll; } }

/* Stats (number counters) */
.lc-stats { margin-top: 30px; text-align: center; }
.lc-stat__n { display: block; font-size: 72px; font-weight: 200; line-height: 1; color: #7ea2c7; }
.lc-stat__n--accent { color: var(--lc-accent); }
.lc-stat__label { display: block; font-size: 16px; margin-top: 10px; }

/* Bars (Divi et_pb_counters) */
.lc-bars { margin-top: 20px; }
.lc-bar { margin-bottom: 14px; }
.lc-bar__label { display: block; font-size: 12px; margin-bottom: 4px; }
.lc-bar__track { background: rgba(255,255,255,.25); height: 20px; }
.lc-bar__fill { background: #FFD700; color: #000; font-size: 12px; font-weight: 600; line-height: 20px; text-align: right; padding-right: 8px; height: 100%; }

/* Contact form (Divi et_pb_contact_form look: flat #eee fields, placeholder labels) */
.lc-jotform { max-width: 1080px; }
.lc-contact-form p { margin: 0 0 3%; }
.lc-contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 3%; }
.lc-contact-form input[type="text"], .lc-contact-form input[type="email"], .lc-contact-form textarea {
	width: 100%; padding: 16px; border: 0; border-radius: 0; background: #eee; color: #999;
	font: inherit; font-size: 14px; line-height: 1.5;
}
.lc-contact-form textarea { min-height: 150px; resize: vertical; }
.lc-contact-form input:focus, .lc-contact-form textarea:focus { outline: 2px solid var(--lc-accent); color: #333; }
.lc-contact-form__hp { position: absolute; left: -9999px; }
.lc-contact-form__row--message { grid-template-columns: 1fr; }
.lc-contact-form__submit { text-align: right; }
/* Divi laid the message half-width with Submit beside it on the home banner */
.lc-banner .lc-contact-form__row--message { grid-template-columns: 1fr 1fr; align-items: start; }
.lc-contact-form__submit .lc-button { font-size: 20px; padding: 6px 20px; }
.lc-contact-form__success { color: var(--lc-accent); font-weight: 600; }
.lc-contact-form__error { color: #c00; }
/* On the banner: translucent white fields, white-bordered button (home page) */
.lc-banner .lc-contact-form input, .lc-banner .lc-contact-form textarea { background: rgba(255,255,255,.84); color: #000; border: 2px solid #fff; }
.lc-banner .lc-contact-form__success { color: #fff; }
.lc-banner .lc-contact-form__error { color: #ffd6d6; }
@media (max-width: 767px) {
	.lc-contact-form__row, .lc-banner .lc-contact-form__row--message { grid-template-columns: 1fr; }
	.lc-contact-form__submit { text-align: left; }
}
.lc-banner .lc-button { border-color: #fff; color: #fff; }
.lc-banner .lc-button:hover { background: rgba(255,255,255,.15); }

@media (max-width: 980px) {
	.lc-grid--2, .lc-grid--3, .lc-grid--4, .lc-grid--1-3, .lc-grid--2-1, .lc-grid--3-1, .lc-grid--1-2 { grid-template-columns: 1fr 1fr; }
	.lc-hero { padding: 80px 8% 100px; }
	.lc-hero__title { font-size: 36px; }
}
@media (max-width: 767px) {
	.lc-grid--2, .lc-grid--3, .lc-grid--4, .lc-grid--1-3, .lc-grid--2-1, .lc-grid--3-1, .lc-grid--1-2 { grid-template-columns: 1fr; }
	.lc-stat__n { font-size: 56px; }
}

/* Viewport animations (see animate.js); html.js gates the hidden start state */
/* Generic entrance: Divi's slide/fade/zoom mapped to CSS variables set inline by the converter.
   Defaults reproduce the home page images (slide from left 10%, 500ms). */
.js .lc-anim {
	opacity: 0;
	transform: translate(var(--lc-ax, -10%), var(--lc-ay, 0)) scale(var(--lc-as, 1));
	transition: opacity var(--lc-ad, .5s) ease, transform var(--lc-ad, .5s) ease;
	transition-delay: var(--lc-adl, 0s);
}
.js .lc-anim.is-visible { opacity: 1; transform: none; }
/* Divi's fadeTop: in from above over 1s (blurb icons) */
.js .lc-anim--top { --lc-ax: 0; --lc-ay: -10%; --lc-ad: 1s; transition-timing-function: cubic-bezier(.77,0,.175,1); }
.js .lc-bar__fill[data-percent] { width: 0 !important; transition: width 1s ease; }
.js .lc-bar__fill[data-percent].is-visible { width: var(--p) !important; }
@media (prefers-reduced-motion: reduce) {
	.js .lc-anim { opacity: 1; transform: none; transition: none; }
	.js .lc-bar__fill[data-percent] { transition: none; }
}

/* Team (about-us) */
.lc-team { color: #000; }
.lc-team p { color: #000; }
.lc-team__member { gap: 30px 20px; margin-bottom: 40px; }
.lc-team__card { text-align: center; }
.lc-team__card img { display: block; width: 100%; max-width: 307px; margin: 0 auto; }
.lc-team__name { font-family: mistral, "Brush Script MT", cursive; font-size: 64px; font-weight: 300; color: #000; margin: 10px 0 0; padding: 0; line-height: 1; }
.lc-team__role { font-size: 15.4px; font-weight: 600; margin: 4px 0 8px; }
.lc-team__contact { list-style: none; margin: 0; padding: 0; }
.lc-team__contact a { color: #000; }
.lc-team__bio p { text-align: left; }

/* Tabs (Divi et_pb_tabs) */
.lc-tabs { margin: 30px 0; }
.lc-tabs__nav { display: flex; flex-wrap: wrap; background: #f4f4f4; border: 1px solid #d9d9d9; border-bottom: 0; }
.lc-tabs__nav [role="tab"] { background: none; border: 0; border-right: 1px solid #d9d9d9; padding: 12px 30px; font: inherit; font-size: 14px; color: #999; cursor: pointer; }
.lc-tabs__nav [role="tab"][aria-selected="true"] { background: #fff; color: #333; }
.lc-tab { border: 1px solid #d9d9d9; padding: 24px; }
.lc-text { margin-bottom: 30px; }
.lc-text > :last-child { margin-bottom: 0; }
.lc-on-dark, .lc-on-dark h1, .lc-on-dark h2, .lc-on-dark h3, .lc-on-dark h4, .lc-on-dark h5, .lc-section--dark, .lc-section--dark h1, .lc-section--dark h2, .lc-section--dark h3, .lc-section--dark h4, .lc-section--dark p { color: #fff; }
.lc-image { margin: 0 0 20px; }
.lc-video { position: relative; aspect-ratio: 16 / 9; margin-bottom: 20px; }
.lc-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lc-video-file { width: 100%; display: block; margin-bottom: 20px; }
/* Raw iframes pasted into Divi text modules (YouTube, JotForm): never wider than the column */
.lc-text iframe { max-width: 100%; }
.lc-text iframe[src*="youtube"], .lc-text iframe[src*="vimeo"] { width: 100%; aspect-ratio: 16 / 9; height: auto; }
.product_title { font-size: 26px; }
.lc-cta { padding: 20px 0; }

/* Elementor product pages (elite-club-member etc.): Elementor's 10px container
   padding and 20px widget spacing, not the Divi section rhythm */
.lc-section--el { padding: 10px 0; }
.lc-section--el .lc-grid { gap: 20px; align-items: start; }
.lc-section--el .lc-text { margin-bottom: 20px; }
.lc-section--el h1, .lc-section--el h2, .lc-section--el h3 { margin-bottom: 20px; padding-bottom: 0; }
.lc-section--el .lc-image { margin-bottom: 20px; }
.lc-section--el .lc-col > :last-child { margin-bottom: 0; }
.lc-button--el { text-transform: uppercase; font-size: 15px; font-weight: 500; padding: 12px 24px; border-radius: 3px; }
.lc-stars { color: var(--lc-accent); font-size: 18px; letter-spacing: 1px; margin: -16px 0 20px; }
.lc-text--box { background: #f0f0f0; padding: 15px; }
.lc-text--box h3 { font-size: 1.3em; margin-bottom: 10px; }
.lc-list { list-style: none; margin: 0 0 20px; padding: 0; }
.lc-spacer { height: 50px; }
.lc-col > .lc-text:last-child { margin-bottom: 0; }
.lc-section--overlay { position: relative; }
.lc-section--overlay::before { content: ""; position: absolute; inset: 0; background: var(--lc-overlay, rgba(0,0,0,.5)); }
.lc-section--overlay > * { position: relative; }
