:root {
	--ml-burgundy: #6b1f33;
	--ml-burgundy-hover: #561828;
	--ml-gold: #b89a63;
	--ml-gold-light: #cdb47e;
	--ml-sage: #5f6f64;
	--ml-charcoal: #2b2b2b;
	--ml-cream: #f7f3ee;
	--ml-cream-dark: #ede8e1;
	--ml-dark: #1a1212;
	--ml-heading: "Heebo", sans-serif;
	--ml-body: "Assistant", sans-serif;
	--ml-radius: 8px;
	--ml-max: 1100px;
	--ml-max-wide: 1400px;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--ml-body);
	background-color: var(--ml-cream);
	color: var(--ml-charcoal);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--ml-heading);
	font-weight: 800;
	color: var(--ml-burgundy);
}

/* Shared */
.ml-badge {
	display: inline-block;
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 12px;
	padding: 4px 16px;
	border-radius: 4px;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}

.ml-badge--solid {
	background-color: var(--ml-burgundy);
	color: #fff;
}

.ml-badge--gold {
	border: 1.5px solid var(--ml-gold);
	color: var(--ml-gold);
	background: transparent;
}

.ml-badge--muted {
	background-color: var(--ml-cream-dark);
	border: 1px solid rgba(184, 154, 99, 0.4);
	color: var(--ml-sage);
}

.ml-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: var(--ml-burgundy);
	color: #fff !important;
	font-family: var(--ml-heading);
	font-weight: 800;
	font-size: 16px;
	padding: 14px 32px;
	border-radius: 7px;
	text-decoration: none !important;
	border: 2px solid var(--ml-burgundy);
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	line-height: 1.2;
	cursor: pointer;
}

.ml-btn:hover,
.ml-btn:focus {
	background-color: var(--ml-gold);
	border-color: var(--ml-gold);
	color: #fff !important;
}

.ml-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: transparent;
	color: var(--ml-burgundy) !important;
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 16px;
	padding: 14px 24px;
	border-radius: 7px;
	text-decoration: none !important;
	border: 2px solid var(--ml-burgundy);
	transition: background 0.2s, color 0.2s;
	line-height: 1.2;
	cursor: pointer;
}

.ml-btn-outline:hover,
.ml-btn-outline:focus {
	background-color: var(--ml-burgundy);
	color: #fff !important;
}

.ml-btn--gold {
	background-color: var(--ml-gold);
	border-color: var(--ml-gold);
	color: #fff !important;
}

.ml-btn--gold:hover {
	background-color: var(--ml-gold-light);
	border-color: var(--ml-gold-light);
}

.ml-section {
	padding: 80px 0;
}

.ml-section__inner {
	max-width: var(--ml-max);
	margin: 0 auto;
	padding: 0 32px;
}

.ml-section__head {
	text-align: center;
	margin-bottom: 48px;
}

.ml-section__head h2 {
	font-family: var(--ml-heading);
	font-weight: 800;
	font-size: 34px;
	color: var(--ml-burgundy);
	margin: 0;
}

.ml-card {
	background: #fff;
	border-radius: var(--ml-radius);
	border: 1px solid rgba(184, 154, 99, 0.15);
	padding: 32px 28px;
}

/* Header */
.ml-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background-color: var(--ml-cream);
	border-bottom: 1px solid rgba(184, 154, 99, 0.25);
	transition: box-shadow 0.3s;
}

.ml-header.is-scrolled {
	background-color: rgba(247, 243, 238, 0.97);
	box-shadow: 0 2px 16px rgba(107, 31, 51, 0.08);
}

.ml-header__top {
	max-width: var(--ml-max-wide);
	margin: 0 auto;
	padding: 12px 32px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ml-header__logo img {
	height: 54px;
	width: auto;
	display: block;
}

.ml-header__logo-text {
	font-family: var(--ml-heading);
	font-weight: 800;
	font-size: 20px;
	color: var(--ml-burgundy);
	text-decoration: none;
}

.ml-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ml-header__phone {
	background-color: var(--ml-burgundy);
	color: #fff !important;
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 14px;
	padding: 9px 20px;
	border-radius: 6px;
	text-decoration: none !important;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background 0.2s;
}

.ml-header__phone:hover,
.ml-header__phone:focus {
	background-color: var(--ml-gold);
	color: #fff !important;
}

.ml-header__toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1.5px solid rgba(184, 154, 99, 0.45);
	border-radius: 6px;
	background: transparent;
	padding: 10px 9px;
	cursor: pointer;
}

.ml-header__toggle span {
	display: block;
	height: 2px;
	background: var(--ml-burgundy);
	margin: 5px 0;
	transition: transform 0.2s, opacity 0.2s;
}

.ml-header.is-open .ml-header__toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.ml-header.is-open .ml-header__toggle span:nth-child(2) {
	opacity: 0;
}

.ml-header.is-open .ml-header__toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.ml-header__nav {
	max-width: var(--ml-max-wide);
	margin: 0 auto;
	padding: 8px 32px 10px;
}

.ml-nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
}

.ml-nav > li {
	position: relative;
	border: 0;
}

.ml-nav > li > a {
	font-family: var(--ml-body);
	font-weight: 600;
	font-size: 13.5px;
	color: var(--ml-charcoal) !important;
	text-decoration: none !important;
	padding: 4px 10px;
	border-radius: 4px;
	white-space: nowrap;
	display: block;
	border-left: 1px solid rgba(184, 154, 99, 0.3);
	transition: color 0.15s, background 0.15s;
}

.ml-nav > li:last-child > a {
	border-left: none;
}

.ml-nav > li > a:hover,
.ml-nav > li.current-menu-item > a,
.ml-nav > li.current-menu-ancestor > a {
	color: var(--ml-burgundy) !important;
	background-color: rgba(107, 31, 51, 0.05);
}

.ml-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 220px;
	background: #fff;
	border: 1px solid rgba(184, 154, 99, 0.25);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(107, 31, 51, 0.1);
	padding: 8px 0;
	z-index: 20;
	list-style: none;
	margin: 0;
}

.ml-nav > li:hover > .sub-menu,
.ml-nav > li:focus-within > .sub-menu {
	display: block;
}

.ml-nav .sub-menu a {
	display: block;
	padding: 8px 16px;
	font-family: var(--ml-body);
	font-size: 14px;
	color: var(--ml-charcoal) !important;
	text-decoration: none !important;
}

.ml-nav .sub-menu a:hover {
	background: rgba(107, 31, 51, 0.05);
	color: var(--ml-burgundy) !important;
}

.ml-header__mobile {
	display: none;
	background: var(--ml-cream);
	border-top: 1px solid rgba(184, 154, 99, 0.2);
	padding: 8px 20px 16px;
}

.ml-nav-mobile {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ml-nav-mobile a {
	display: block;
	padding: 12px 8px;
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 16px;
	color: var(--ml-charcoal) !important;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(184, 154, 99, 0.15);
}

.ml-nav-mobile .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
	background: transparent;
	position: static;
	box-shadow: none;
	border: 0;
}

.ml-nav-mobile .menu-item-has-children.is-open > .sub-menu {
	display: block;
}

.ml-nav-mobile .menu-item-has-children > a {
	position: relative;
}

.ml-nav-mobile .menu-item-has-children > a::after {
	content: "+";
	position: absolute;
	left: 8px;
	top: 10px;
	width: 28px;
	text-align: center;
	border: 1px solid var(--ml-gold);
	border-radius: 4px;
	color: var(--ml-burgundy);
	font-size: 18px;
	line-height: 26px;
}

.ml-nav-mobile .menu-item-has-children.is-open > a::after {
	content: "−";
}

/* Hero */
.ml-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 600px;
	background-color: var(--ml-cream);
}

.ml-hero__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 56px 48px 40px;
}

.ml-hero__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: var(--ml-cream-dark);
	border: 1px solid rgba(184, 154, 99, 0.4);
	border-radius: 20px;
	padding: 5px 16px;
	margin-bottom: 20px;
	width: fit-content;
	font-family: var(--ml-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--ml-sage);
}

.ml-hero__chip-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--ml-gold);
}

.ml-hero h1 {
	font-family: var(--ml-heading);
	font-weight: 900;
	font-size: 44px;
	color: var(--ml-burgundy);
	line-height: 1.25;
	margin: 0 0 20px;
}

.ml-hero__body {
	margin-bottom: 28px;
	text-align: right;
}

.ml-hero__body p {
	font-family: var(--ml-body);
	font-size: 15.5px;
	color: var(--ml-sage);
	line-height: 1.8;
	margin: 0 0 10px;
}

.ml-hero__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.ml-hero__photo {
	position: relative;
	background-color: var(--ml-cream-dark);
	overflow: hidden;
	min-height: 420px;
}

.ml-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	position: absolute;
	inset: 0;
}

.ml-hero__photo-fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(247, 243, 238, 0.2) 0%, transparent 25%);
	pointer-events: none;
}

.ml-hero__float {
	position: absolute;
	bottom: 32px;
	right: 32px;
	background-color: rgba(43, 43, 43, 0.9);
	backdrop-filter: blur(8px);
	border-radius: 10px;
	padding: 16px 20px;
	border: 1px solid rgba(184, 154, 99, 0.4);
	z-index: 2;
}

.ml-hero__float-value {
	font-family: var(--ml-heading);
	font-weight: 900;
	font-size: 32px;
	color: var(--ml-gold);
	line-height: 1;
}

.ml-hero__float-label {
	font-family: var(--ml-body);
	font-size: 13px;
	color: var(--ml-cream);
	opacity: 0.8;
}

/* Testimonials ticker */
.ml-testimonials {
	background-color: var(--ml-charcoal);
	padding: 72px 0;
	overflow: hidden;
}

.ml-testimonials .ml-section__head h2 {
	color: var(--ml-cream);
}

.ml-testimonials__track-wrap {
	position: relative;
	overflow: hidden;
	padding-block: 12px;
	-webkit-mask-image: linear-gradient(
		to left,
		transparent 0,
		#000 56px,
		#000 calc(100% - 56px),
		transparent 100%
	);
	mask-image: linear-gradient(
		to left,
		transparent 0,
		#000 56px,
		#000 calc(100% - 56px),
		transparent 100%
	);
}

.ml-testimonials__track {
	display: flex;
	width: max-content;
	animation: ml-testimonials-ticker 55s linear infinite;
	will-change: transform;
}

.ml-testimonials__track:hover {
	animation-play-state: paused;
}

.ml-testimonials__group {
	display: flex;
	flex-shrink: 0;
	gap: 24px;
	padding-inline-end: 24px;
}

.ml-testimonials__card {
	width: 380px;
	min-height: 220px;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(184, 154, 99, 0.28);
	border-radius: 12px;
	padding: 28px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	text-align: right;
	margin: 0;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.ml-testimonials__quote {
	font-family: var(--ml-heading);
	font-weight: 800;
	font-size: 36px;
	color: var(--ml-gold);
	line-height: 0.8;
	margin-bottom: 12px;
	opacity: 0.6;
}

.ml-testimonials__text {
	font-family: var(--ml-body);
	font-size: 15px;
	color: rgba(247, 243, 238, 0.85);
	line-height: 1.7;
	margin: 0 0 16px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ml-testimonials__author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}

.ml-testimonials__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--ml-burgundy);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	flex-shrink: 0;
}

.ml-testimonials__name {
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 15px;
	color: var(--ml-gold);
}

.ml-testimonials__more {
	text-align: center;
	margin-top: 40px;
}

.ml-testimonials__more a {
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 16px;
	color: var(--ml-gold) !important;
	text-decoration: none !important;
	border-bottom: 1.5px solid rgba(184, 154, 99, 0.5);
	padding-bottom: 2px;
}

@keyframes ml-testimonials-ticker {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		/* RTL: the duplicate group sits to the left, so we slide toward the start (right). */
		transform: translate3d(50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ml-testimonials__track {
		animation: none;
		transform: none;
	}
}

.elementor-widget-mozeslaw-hero,
.elementor-widget-mozeslaw-testimonials,
.elementor-widget-mozeslaw-media,
.elementor-widget-mozeslaw-articles,
.elementor-widget-mozeslaw-faq,
.elementor-widget-mozeslaw-process,
.elementor-widget-mozeslaw-practice,
.elementor-widget-mozeslaw-credentials {
	width: 100%;
}

.elementor-widget-mozeslaw-hero > .elementor-widget-container,
.elementor-widget-mozeslaw-testimonials > .elementor-widget-container,
.elementor-widget-mozeslaw-media > .elementor-widget-container,
.elementor-widget-mozeslaw-articles > .elementor-widget-container,
.elementor-widget-mozeslaw-faq > .elementor-widget-container,
.elementor-widget-mozeslaw-process > .elementor-widget-container,
.elementor-widget-mozeslaw-practice > .elementor-widget-container,
.elementor-widget-mozeslaw-credentials > .elementor-widget-container {
	padding: 0;
}

/* Media */
.ml-media {
	background-color: var(--ml-charcoal);
	padding: 80px 0;
	overflow: hidden;
}

.ml-media__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 48px;
	flex-wrap: wrap;
	gap: 16px;
}

.ml-media__head h2 {
	color: var(--ml-cream);
	margin: 0;
	font-size: 34px;
}

.ml-media__channel {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 15px;
	color: var(--ml-gold) !important;
	text-decoration: none !important;
	border: 1.5px solid rgba(184, 154, 99, 0.4);
	padding: 8px 18px;
	border-radius: 6px;
}

.ml-media__channel:hover {
	border-color: var(--ml-gold);
}

.ml-media__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.ml-media__player {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	background-color: #111;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.ml-media__frame {
	position: relative;
	padding-bottom: 56.25%;
	cursor: pointer;
}

.ml-media__frame img,
.ml-media__frame iframe,
.ml-media__poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.ml-media__poster,
.ml-media__thumb {
	background-color: #1a1a1a;
	background-image: linear-gradient(160deg, #3a3a3a, #111);
}

.ml-media__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ml-media__play,
.ml-media__play:hover,
.ml-media__play:focus {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: var(--ml-burgundy);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(107, 31, 51, 0.6);
	border: 0;
	cursor: pointer;
	color: #fff;
}

.ml-media__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
	padding: 32px 20px 16px;
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 1.4;
}

.ml-media__count {
	font-family: var(--ml-body);
	font-size: 14px;
	color: rgba(247, 243, 238, 0.45);
	margin-bottom: 16px;
}

.ml-media__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ml-media__item {
	display: flex;
	align-items: center;
	gap: 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 10px 14px;
	cursor: pointer;
	text-align: right;
	width: 100%;
	color: inherit;
	transition: background 0.2s;
}

.ml-media__item:hover,
.ml-media__item:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.08);
	color: inherit;
}

.ml-media__item.is-active,
.ml-media__item.is-active:hover,
.ml-media__item.is-active:focus {
	background: rgba(107, 31, 51, 0.35);
	border-color: rgba(107, 31, 51, 0.6);
	color: inherit;
}

.ml-media__item img,
.ml-media__thumb {
	width: 60px;
	height: 42px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
	display: block;
}

.ml-media__item span {
	font-family: var(--ml-heading);
	font-weight: 500;
	font-size: 14px;
	color: rgba(247, 243, 238, 0.6);
	line-height: 1.35;
}

.ml-media__item.is-active span {
	font-weight: 700;
	color: var(--ml-cream);
}

.ml-media__controls {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	align-items: center;
}

.ml-media__arrow {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1.5px solid rgba(184, 154, 99, 0.3);
	background: transparent;
	color: var(--ml-gold);
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ml-media__arrow:hover,
.ml-media__arrow:focus {
	background: var(--ml-gold);
	border-color: var(--ml-gold);
	color: #fff;
}

.ml-media__dots {
	display: flex;
	gap: 6px;
	align-items: center;
	margin-right: 8px;
}

.ml-media__dot,
.ml-media__dot:hover,
.ml-media__dot:focus {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	border: none;
	background: rgba(184, 154, 99, 0.3);
	cursor: pointer;
	padding: 0;
	color: inherit;
}

.ml-media__dot.is-active,
.ml-media__dot.is-active:hover,
.ml-media__dot.is-active:focus {
	width: 20px;
	background: var(--ml-gold);
}

/* Articles */
.ml-articles {
	background-color: var(--ml-cream);
	padding: 80px 0;
}

.ml-articles__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
	gap: 20px;
}

.ml-articles__head h2 {
	margin: 0;
	font-size: 34px;
}

.ml-articles__tabs {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.ml-articles__tab {
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 14px;
	padding: 8px 18px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	background: var(--ml-cream-dark);
	color: var(--ml-sage);
}

.ml-articles__tab.is-active {
	background: var(--ml-burgundy);
	color: #fff;
}

.ml-articles__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.ml-articles__card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(184, 154, 99, 0.15);
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	color: inherit;
	transition: box-shadow 0.2s, transform 0.2s;
}

.ml-articles__card:hover {
	box-shadow: 0 8px 28px rgba(107, 31, 51, 0.1);
	transform: translateY(-3px);
}

.ml-articles__stripe {
	height: 4px;
	background: var(--ml-burgundy);
}

.ml-articles__stripe--tip {
	background: var(--ml-gold);
}

.ml-articles__stripe--law {
	background: var(--ml-sage);
}

.ml-articles__body {
	padding: 28px 28px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ml-articles__tags {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.ml-articles__tag {
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 4px;
	background: rgba(107, 31, 51, 0.1);
	color: var(--ml-burgundy);
}

.ml-articles__tag--muted {
	background: var(--ml-cream-dark);
	color: var(--ml-sage);
	font-weight: 600;
}

.ml-articles__card h3 {
	font-size: 19px;
	color: var(--ml-charcoal);
	line-height: 1.35;
	margin: 0 0 12px;
}

.ml-articles__excerpt {
	font-family: var(--ml-body);
	font-size: 15px;
	color: var(--ml-sage);
	line-height: 1.7;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 20px;
}

.ml-articles__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
	border-top: 1px solid rgba(184, 154, 99, 0.15);
	gap: 12px;
}

.ml-articles__meta-info {
	font-family: var(--ml-body);
	font-size: 13px;
	color: var(--ml-gold);
}

.ml-articles__more {
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 13px;
	color: var(--ml-burgundy);
	white-space: nowrap;
}

.ml-articles__cta {
	text-align: center;
	margin-top: 48px;
}

.ml-articles__empty,
.ml-testimonials__empty,
.ml-media__empty {
	text-align: center;
	padding: 24px;
	color: var(--ml-sage);
	font-family: var(--ml-body);
}

.ml-testimonials__empty,
.ml-media__empty {
	color: rgba(247, 243, 238, 0.65);
}

/* FAQ */
.ml-faq {
	background-color: var(--ml-cream-dark);
	padding: 80px 0;
}

.ml-faq__inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 32px;
}

.ml-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ml-faq__item.is-open .ml-faq__q {
	background: var(--ml-burgundy);
	border-color: var(--ml-burgundy);
	border-radius: 8px 8px 0 0;
	box-shadow: 0 4px 20px rgba(107, 31, 51, 0.15);
}

.ml-faq__q {
	width: 100%;
	text-align: right;
	background: #fff;
	border: 1.5px solid rgba(184, 154, 99, 0.25);
	border-radius: 8px;
	padding: 20px 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	transition: background 0.25s, border-color 0.25s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.ml-faq__q-inner {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 1;
}

.ml-faq__num {
	font-family: var(--ml-heading);
	font-weight: 900;
	font-size: 13px;
	color: var(--ml-gold);
	min-width: 24px;
}

.ml-faq__item.is-open .ml-faq__num {
	color: rgba(247, 243, 238, 0.5);
}

.ml-faq__q-text {
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 17px;
	color: var(--ml-charcoal);
	line-height: 1.4;
}

.ml-faq__item.is-open .ml-faq__q-text {
	color: var(--ml-cream);
}

.ml-faq__icon {
	flex-shrink: 0;
	transition: transform 0.25s;
	color: var(--ml-gold);
}

.ml-faq__item.is-open .ml-faq__icon {
	transform: rotate(180deg);
}

.ml-faq__a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ml-faq__item.is-open .ml-faq__a {
	grid-template-rows: 1fr;
}

.ml-faq__a-panel {
	overflow: hidden;
	min-height: 0;
}

.ml-faq__a-inner {
	background: #fff;
	border: 1.5px solid var(--ml-burgundy);
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding: 24px 24px 24px 32px;
}

.ml-faq__a-inner p {
	font-family: var(--ml-body);
	font-size: 16px;
	color: var(--ml-sage);
	line-height: 1.8;
	margin: 0;
	border-right: 3px solid var(--ml-gold);
	padding-right: 18px;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.ml-faq__item.is-open .ml-faq__a-inner p {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.08s;
}

@media (prefers-reduced-motion: reduce) {
	.ml-faq__a,
	.ml-faq__a-inner p,
	.ml-faq__icon {
		transition: none;
	}
}

.ml-faq__cta {
	text-align: center;
	margin-top: 48px;
}

/* Process */
.ml-process {
	background-color: var(--ml-cream-dark);
	padding: 80px 0;
}

.ml-process .ml-section__head p {
	font-family: var(--ml-body);
	font-size: 17px;
	color: var(--ml-sage);
	margin: 10px 0 0;
}

.ml-process__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	position: relative;
}

.ml-process__line {
	position: absolute;
	top: 30px;
	right: 12.5%;
	left: 12.5%;
	height: 2px;
	background: linear-gradient(to left, var(--ml-burgundy), var(--ml-gold), var(--ml-sage), var(--ml-charcoal));
	opacity: 0.3;
}

.ml-process__card {
	background: var(--ml-cream);
	border-radius: 10px;
	padding: 32px 24px;
	border: 1px solid rgba(184, 154, 99, 0.2);
	position: relative;
	z-index: 1;
	transition: transform 0.2s, box-shadow 0.2s;
}

.ml-process__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(107, 31, 51, 0.1);
}

.ml-process__num {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-family: var(--ml-heading);
	font-weight: 900;
	font-size: 16px;
	color: #fff;
}

.ml-process__num--0 {
	background: var(--ml-burgundy);
}

.ml-process__num--1 {
	background: var(--ml-gold);
}

.ml-process__num--2 {
	background: var(--ml-sage);
}

.ml-process__num--3 {
	background: var(--ml-charcoal);
}

.ml-process__card h3 {
	font-weight: 700;
	font-size: 19px;
	color: var(--ml-charcoal);
	margin: 0 0 10px;
}

.ml-process__card p {
	font-family: var(--ml-body);
	font-size: 15px;
	color: var(--ml-sage);
	line-height: 1.65;
	margin: 0;
}

/* Practice / about */
.ml-practice {
	background: var(--ml-cream);
	padding: 80px 0;
}

.ml-practice__about {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	margin-bottom: 64px;
}

.ml-practice__about-card {
	background: var(--ml-cream-dark);
	border-radius: 8px;
	padding: 32px 28px;
	border: 1px solid rgba(184, 154, 99, 0.2);
}

.ml-practice__icon {
	margin-bottom: 14px;
	color: var(--ml-gold);
}

.ml-practice__about-card h3,
.ml-practice__card h3 {
	font-weight: 800;
	font-size: 20px;
	margin: 0 0 12px;
}

.ml-practice__about-card h3 {
	color: var(--ml-burgundy);
}

.ml-practice__card h3 {
	color: var(--ml-charcoal);
}

.ml-practice__about-card p,
.ml-practice__card p {
	font-family: var(--ml-body);
	font-size: 16px;
	color: var(--ml-sage);
	line-height: 1.75;
	margin: 0;
}

.ml-practice__card p {
	font-size: 15px;
	line-height: 1.7;
}

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

.ml-practice__card {
	background: #fff;
	border-radius: 8px;
	padding: 32px 28px;
	border: 1px solid rgba(184, 154, 99, 0.15);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.ml-practice__card:hover {
	border-color: var(--ml-gold);
	box-shadow: 0 6px 20px rgba(107, 31, 51, 0.08);
}

/* Credentials */
.ml-credentials {
	background: var(--ml-dark);
	padding: 72px 0;
	overflow: hidden;
}

.ml-credentials .ml-section__head h2 {
	color: var(--ml-cream);
	font-size: 32px;
}

.ml-credentials .ml-section__head p {
	font-family: var(--ml-body);
	font-size: 16px;
	color: rgba(247, 243, 238, 0.5);
	margin-top: 10px;
}

.ml-credentials__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.ml-credentials__card {
	background: #111;
	border-radius: 10px;
	padding: 20px 20px 16px;
	border: 1px solid rgba(184, 154, 99, 0.18);
	transition: border-color 0.2s, transform 0.2s;
	text-decoration: none;
	color: inherit;
	display: block;
}

.ml-credentials__card:hover {
	border-color: var(--ml-gold);
	transform: translateY(-2px);
}

.ml-credentials__mark {
	display: flex;
	align-items: baseline;
	gap: 3px;
	margin-bottom: 2px;
}

.ml-credentials__mark-duns {
	font-family: serif;
	font-style: italic;
	font-size: 22px;
	font-weight: 900;
	color: var(--ml-gold);
	line-height: 1;
}

.ml-credentials__mark-100 {
	font-family: serif;
	font-style: italic;
	font-size: 28px;
	font-weight: 900;
	color: var(--ml-gold);
	line-height: 1;
}

.ml-credentials__tagline {
	font-family: var(--ml-body);
	font-size: 9px;
	color: rgba(184, 154, 99, 0.6);
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.ml-credentials__year {
	font-family: var(--ml-heading);
	font-weight: 900;
	font-size: 26px;
	color: var(--ml-cream);
	line-height: 1;
	margin-bottom: 8px;
}

.ml-credentials__note {
	border-top: 1px solid rgba(184, 154, 99, 0.2);
	padding-top: 8px;
	font-family: var(--ml-body);
	font-size: 11px;
	color: rgba(247, 243, 238, 0.4);
}

.ml-credentials__bdi {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.ml-credentials__bdi-inner {
	background: linear-gradient(135deg, #1e3a6e 0%, #152d58 100%);
	border-radius: 14px;
	padding: 28px 48px;
	display: flex;
	align-items: center;
	gap: 28px;
	border: 1px solid rgba(184, 154, 99, 0.3);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.ml-credentials__bdi-seal {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: radial-gradient(circle at 40% 35%, #e8d5a0, var(--ml-gold) 50%, #8a6e35);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 20px rgba(184, 154, 99, 0.4);
	text-align: center;
	font-family: var(--ml-heading);
	font-weight: 900;
	font-size: 14px;
	color: #1e3a6e;
	line-height: 1.1;
}

.ml-credentials__bdi-label {
	font-family: var(--ml-body);
	font-size: 14px;
	color: rgba(247, 243, 238, 0.6);
	margin-bottom: 2px;
}

.ml-credentials__bdi-year {
	font-family: var(--ml-heading);
	font-weight: 900;
	font-size: 44px;
	color: var(--ml-cream);
	line-height: 1;
}

.ml-credentials__bdi-sub {
	font-family: var(--ml-body);
	font-size: 12px;
	color: var(--ml-gold);
	margin-top: 4px;
}

/* Stats / CTA / Contact — classes the editor adds on Elementor sections */
.ml-stats-section {
	background-color: var(--ml-burgundy) !important;
}

.ml-stats-section .elementor-heading-title,
.ml-stats-section .elementor-counter-number-wrapper,
.ml-stats-section .elementor-counter-number,
.ml-stats-section .elementor-counter-number-prefix,
.ml-stats-section .elementor-counter-number-suffix {
	font-family: var(--ml-heading);
	font-weight: 900;
	color: var(--ml-gold) !important;
}

.ml-stats-section .elementor-counter-title {
	font-family: var(--ml-body);
	color: rgba(247, 243, 238, 0.8) !important;
}

.ml-cta-section {
	background-color: var(--ml-charcoal) !important;
	text-align: center;
}

.ml-cta-section .elementor-heading-title {
	font-family: var(--ml-heading);
	color: var(--ml-cream) !important;
}

.ml-cta-section .elementor-widget-text-editor,
.ml-cta-section .elementor-widget-text-editor p {
	font-family: var(--ml-body);
	color: rgba(247, 243, 238, 0.75) !important;
}

.ml-contact-section {
	background-color: var(--ml-dark) !important;
}

.ml-contact-section > .elementor-container {
	max-width: var(--ml-max);
	gap: 64px;
	align-items: flex-start;
}

.ml-contact-section > .elementor-container > .elementor-column {
	width: auto;
	flex: 1 1 0;
}

.ml-contact-section .elementor-widget-mozeslaw-contact-info {
	margin-bottom: 0;
}

.ml-contact-info h2 {
	font-family: var(--ml-heading);
	font-weight: 800;
	font-size: 30px;
	line-height: 1.25;
	color: var(--ml-cream);
	margin: 0 0 12px;
}

.ml-contact-info__intro {
	font-family: var(--ml-body);
	font-size: 16px;
	line-height: 1.75;
	color: rgba(247, 243, 238, 0.65);
	margin: 0 0 36px;
}

.ml-contact-info__list {
	margin: 0;
	padding: 0;
}

.ml-contact-info__row {
	display: flex;
	gap: 12px;
	align-items: baseline;
	margin-bottom: 14px;
}

.ml-contact-info__row dt {
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 14px;
	color: var(--ml-gold);
	min-width: 52px;
	margin: 0;
}

.ml-contact-info__row dd {
	font-family: var(--ml-body);
	font-size: 15px;
	line-height: 1.5;
	color: rgba(247, 243, 238, 0.75);
	margin: 0;
}

.ml-contact-info__row dd a {
	color: rgba(247, 243, 238, 0.75);
	text-decoration: none;
}

.ml-contact-info__row dd a:hover {
	color: var(--ml-gold);
}

.ml-contact-info__discretion {
	margin-top: 36px;
	padding: 20px 24px;
	background-color: rgba(184, 154, 99, 0.08);
	border: 1px solid rgba(184, 154, 99, 0.2);
	border-radius: 8px;
}

.ml-contact-info__discretion-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 14px;
	color: var(--ml-gold);
	margin-bottom: 8px;
}

.ml-contact-info__discretion-title svg {
	flex-shrink: 0;
}

.ml-contact-info__discretion p {
	font-family: var(--ml-body);
	font-size: 14px;
	line-height: 1.6;
	color: rgba(247, 243, 238, 0.6);
	margin: 0;
}

.ml-contact-section .elementor-heading-title {
	font-family: var(--ml-heading);
	color: var(--ml-cream) !important;
}

.ml-contact-section .elementor-widget-text-editor,
.ml-contact-section .elementor-widget-text-editor p,
.ml-contact-section .elementor-icon-list-text {
	font-family: var(--ml-body);
	color: rgba(247, 243, 238, 0.65) !important;
}

.ml-contact-section .elementor-form {
	background: var(--ml-cream);
	border-radius: 10px;
	padding: 40px 36px;
}

.ml-contact-section .elementor-field-group label,
.ml-contact-section .elementor-field-label {
	font-family: var(--ml-heading);
	font-weight: 700;
	font-size: 14px;
	color: var(--ml-charcoal);
}

.ml-contact-section .elementor-field-textual {
	border: 1.5px solid rgba(184, 154, 99, 0.3) !important;
	border-radius: 6px !important;
	font-family: var(--ml-body);
	background: #fff !important;
}

.ml-contact-section .elementor-field-textual:focus {
	border-color: var(--ml-gold) !important;
}

.ml-contact-section .elementor-button {
	background-color: var(--ml-burgundy) !important;
	font-family: var(--ml-heading);
	font-weight: 800;
	border-radius: 7px !important;
}

.ml-contact-section .elementor-button:hover {
	background-color: var(--ml-gold) !important;
}

/* Footer */
.ml-footer {
	background-color: var(--ml-dark);
	color: rgba(247, 243, 238, 0.3);
}

.ml-footer__legal {
	max-width: var(--ml-max);
	margin: 0 auto;
	padding: 24px 32px 8px;
	text-align: center;
	font-family: var(--ml-body);
	font-size: 13px;
	line-height: 1.7;
	color: rgba(247, 243, 238, 0.35);
}

.ml-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 24px 32px;
	max-width: var(--ml-max);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.ml-footer__copy {
	font-family: var(--ml-body);
	font-size: 13px;
	color: rgba(247, 243, 238, 0.3);
	margin: 0;
}

.ml-footer__social {
	display: flex;
	gap: 10px;
	align-items: center;
}

.ml-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.07);
	color: rgba(247, 243, 238, 0.55);
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.ml-footer__social a:hover {
	background-color: var(--ml-gold);
	color: #fff;
}

.ml-footer__links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.ml-footer__links a {
	font-family: var(--ml-body);
	font-size: 13px;
	color: rgba(247, 243, 238, 0.3) !important;
	text-decoration: none !important;
}

.ml-footer__links a:hover {
	color: var(--ml-gold) !important;
}

.connection {
	background-color: var(--ml-burgundy);
}

/* Atlanta layout: let redesigned chrome sit full-bleed */
body.ml-theme #container.normal,
body.ml-theme #container {
	background: var(--ml-cream);
}

body.ml-theme.home #primary > .container,
body.ml-theme.elementor-page #primary > .container {
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.ml-theme #content.row {
	margin: 0;
}

body.ml-theme.home #primary #content #main,
body.ml-theme.elementor-page #primary #content #main {
	margin-top: 0;
}

body.ml-theme .sticky-header,
body.ml-theme .sticky-header-running,
body.ml-theme #top-bar {
	display: none;
}

@media (max-width: 900px) {
	.ml-hero {
		grid-template-columns: 1fr;
		min-height: unset;
	}

	.ml-hero__photo {
		height: 420px;
		min-height: 420px;
		order: -1;
	}

	.ml-hero__text {
		padding: 40px 28px;
	}

	.ml-practice__about,
	.ml-practice__grid {
		grid-template-columns: 1fr;
	}

	.ml-contact-section > .elementor-container {
		flex-wrap: wrap;
		gap: 32px;
	}

	.ml-contact-section > .elementor-container > .elementor-column {
		width: 100%;
		flex: 1 1 100%;
	}

	.ml-process__grid {
		grid-template-columns: 1fr 1fr;
	}

	.ml-process__line {
		display: none;
	}

	.ml-articles__grid,
	.ml-credentials__grid,
	.ml-media__grid {
		grid-template-columns: 1fr;
	}

	.ml-header__top,
	.ml-header__nav {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ml-header__nav {
		display: none;
	}

	.ml-header__toggle {
		display: block;
	}

	.ml-header.is-open .ml-header__mobile {
		display: block;
	}

	.ml-hero h1 {
		font-size: 32px;
	}

	.ml-credentials__bdi-inner {
		flex-direction: column;
		text-align: center;
		padding: 24px;
	}
}

@media (max-width: 767px) {
	body.ml-theme {
		padding-bottom: 50px;
	}

	.ml-header__top {
		flex-wrap: wrap;
		padding-top: 10px;
	}

	.ml-process__grid,
	.ml-credentials__grid {
		grid-template-columns: 1fr;
	}

	.ml-hero__photo {
		height: 300px;
		min-height: 300px;
	}

	.ml-section,
	.ml-faq,
	.ml-process,
	.ml-practice,
	.ml-articles,
	.ml-media,
	.ml-testimonials,
	.ml-credentials {
		padding: 56px 0;
	}

	.ml-footer__bar {
		justify-content: center;
		text-align: center;
	}

	.ml-testimonials__track-wrap {
		-webkit-mask-image: linear-gradient(
			to left,
			transparent 0,
			#000 28px,
			#000 calc(100% - 28px),
			transparent 100%
		);
		mask-image: linear-gradient(
			to left,
			transparent 0,
			#000 28px,
			#000 calc(100% - 28px),
			transparent 100%
		);
	}

	.ml-testimonials__card {
		width: 280px;
		min-height: 200px;
		padding: 22px;
	}

	.ml-testimonials__track {
		animation-duration: 42s;
	}
}

/* Beat Pojo customizer inline styles */
body.ml-theme {
	font-family: var(--ml-body) !important;
	background-color: var(--ml-cream) !important;
	color: var(--ml-charcoal);
}

body.ml-theme h1,
body.ml-theme h2,
body.ml-theme h3,
body.ml-theme h4,
body.ml-theme h5,
body.ml-theme h6 {
	font-family: var(--ml-heading) !important;
}

body.ml-theme #footer.ml-footer {
	background-color: var(--ml-dark) !important;
	color: rgba(247, 243, 238, 0.35) !important;
	font-family: var(--ml-body) !important;
	font-size: inherit;
	line-height: inherit;
}

body.ml-theme #footer.ml-footer a {
	color: rgba(247, 243, 238, 0.55);
}

body.ml-theme #footer.ml-footer a:hover {
	color: #fff;
}
