.wmoving-block {
	--blok-gold:       #C5A059;
	--blok-gold-light: #D4AF37;
	--blok-dark:       #221e13;
	--blok-text:       #555555;
	--blok-muted:      #666666;
	--blok-line:       #EAEAEA;
	--blok-paper:      #FAFAFA;
	--blok-beige:      #F9F8F6;
	--blok-font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
	background: #ffffff;
	color: var(--blok-dark);
	box-sizing: border-box;
}
.wmoving-block * {
	box-sizing: border-box;
}
.wmoving-block__inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 70px 20px;
}
/* Block title */
.wmoving-block__title {
	margin: 0 0 20px;
	font-family: var(--blok-font-display);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--blok-dark);
}
/* -------------------------------------------------------------------------
   BLOCK: Text
   ---------------------------------------------------------------------- */
.wmoving-block__text p {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.75;
	color: var(--blok-text);
}
.wmoving-block__text p:last-child {
	margin-bottom: 0;
}
/* -------------------------------------------------------------------------
   BLOCK: List
   ---------------------------------------------------------------------- */
.wmoving-block--list {
	background: var(--blok-paper);
}
.wmoving-block--list .wmoving-block__title {
	margin-bottom: 32px;
	text-align: center;
}
.wmoving-block__list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 4px 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: wmoving-list;
}
.wmoving-block__list-item {
	display: flex;
	align-items: center;
	width: 25%;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid var(--blok-line);
	font-size: 16px;
	line-height: 1.6;
	color: var(--blok-text);
}
/* Marker: shared circle */
.wmoving-block__list-item::before {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(197, 160, 89, 0.12);
	color: var(--blok-gold);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
/* Marker: checkmark */
.wmoving-block__list--bullet .wmoving-block__list-item::before {
	content: "\2713";
	font-size: 15px;
}
/* Marker: number */
.wmoving-block__list--number .wmoving-block__list-item {
	counter-increment: wmoving-list;
}
.wmoving-block__list--number .wmoving-block__list-item::before {
	content: counter(wmoving-list);
	font-family: 'Poppins';
	font-size: 15px;
}
/* -------------------------------------------------------------------------
   BLOCK: Cards
   ---------------------------------------------------------------------- */
.wmoving-block__header {
	max-width: 650px;
	margin: 0 auto 40px;
	text-align: center;
}
.wmoving-block__header .wmoving-block__title {
	margin-bottom: 14px;
}
.wmoving-block__intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--blok-muted);
}
.wmoving-block__cards {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 24px;
}
.wmoving-block__card {
	flex: 1 1 280px;
	max-width: 380px;
	padding: 32px 26px;
	background: var(--blok-paper);
	border: 1px solid var(--blok-line);
	border-radius: 4px;
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.wmoving-block__card:hover {
	border-color: var(--blok-gold);
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.wmoving-block__card-title {
	margin: 0 0 12px;
	font-family: var(--blok-font-display);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--blok-dark);
}
.wmoving-block__card-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--blok-text);
}
/* -------------------------------------------------------------------------
   BLOCK: CTA
   ---------------------------------------------------------------------- */
.wmoving-block--cta {
	background: var(--blok-dark);
	color: #ffffff;
}
.wmoving-block--cta .wmoving-block__inner {
	max-width: 760px;
	text-align: center;
}
.wmoving-block--cta .wmoving-block__title {
	margin-bottom: 14px;
	color: #ffffff;
}
.wmoving-block__cta-text {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.75);
}
.wmoving-block__cta-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}
.wmoving-block__cta-btn {
	display: inline-block;
	padding: 16px 32px;
	background: var(--blok-gold);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--blok-dark);
	transition: background-color 0.3s ease;
}
.wmoving-block__cta-btn:hover {
	background: var(--blok-gold-light);
	color: var(--blok-dark);
}
div a.wmoving-block__cta-phone {
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: var(--blok-gold);
	transition: color 0.3s ease;
}
div a.wmoving-block__cta-phone:hover {
	color: var(--blok-gold-light);
}
/* -------------------------------------------------------------------------
   BLOCK: FAQ
   ---------------------------------------------------------------------- */
.wmoving-block--faq {
	background: var(--blok-paper);
}
.wmoving-block--faq .wmoving-block__inner {
	max-width: 900px;
}
.wmoving-block--faq .wmoving-block__title {
	margin-bottom: 32px;
	text-align: center;
}
.wmoving-block__faq-item {
	border-bottom: 1px solid var(--blok-line);
}
.wmoving-block__faq-q {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 0;
	cursor: pointer;
	list-style: none;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--blok-dark);
	transition: color 0.3s ease;
}
.wmoving-block__faq-q::-webkit-details-marker {
	display: none;
}
.wmoving-block__faq-q:hover {
	color: var(--blok-gold);
}
/* Plus / minus icon */
.wmoving-block__faq-icon {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 3px;
}
.wmoving-block__faq-icon::before,
.wmoving-block__faq-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--blok-gold);
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.wmoving-block__faq-icon::before {
	width: 16px;
	height: 2px;
}
.wmoving-block__faq-icon::after {
	width: 2px;
	height: 16px;
}
.wmoving-block__faq-item[open] .wmoving-block__faq-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}
.wmoving-block__faq-a {
	padding: 0 38px 24px 0;
}
.wmoving-block__faq-a p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--blok-text);
}
/* -------------------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------------------- */
/* Tablet: two per row */
@media all and (max-width: 991px) {
	.wmoving-block__list-item {
		width: 45%;
	}
}
@media all and (max-width: 767px) {
	.wmoving-block__inner {
		padding: 48px 20px;
	}
	.wmoving-block__title {
		font-size: 26px;
	}
	.wmoving-block__text p {
		font-size: 15px;
		line-height: 1.7;
	}
	.wmoving-block__list {
		gap: 0;
		justify-content: flex-start;
	}
	.wmoving-block__list-item {
		width: 100%;
		font-size: 15px;
		padding: 15px 0;
		gap: 13px;
	}
	.wmoving-block__cards {
		gap: 20px;
	}
	.wmoving-block__header {
		margin-bottom: 30px;
	}
	.wmoving-block__card {
		flex: 1 1 100%;
		max-width: 100%;
		padding: 28px 22px;
	}
	.wmoving-block__card-title {
		font-size: 18px;
	}
	.wmoving-block__cta-text {
		font-size: 15px;
		margin-bottom: 24px;
	}
	.wmoving-block__cta-actions {
		gap: 16px;
	}
	.wmoving-block__cta-btn {
		width: 100%;
		padding: 15px 20px;
		font-size: 13px;
	}
	.wmoving-block__faq-q {
		padding: 18px 0;
		gap: 14px;
		font-size: 16px;
	}
	.wmoving-block__faq-a {
		padding: 0 32px 20px 0;
	}
	.wmoving-block__faq-a p {
		font-size: 15px;
	}
}/* -------------------------------------------------------------------------
   SECTION CONTROLS  (per-section background / padding / width)
   Set from ACF on every layout. Empty field = block default. Placed last so
   the background overrides win over the per-block backgrounds above, and the
   __inner overrides win on specificity (including inside media queries).
   ---------------------------------------------------------------------- */
/* Background */
.wmoving-block--bg-white {
	background: #ffffff;
}
.wmoving-block--bg-white p {
	color: var(--blok-dark);
}
.wmoving-block--bg-beige {
	background: var(--blok-beige);
}
.wmoving-block--bg-black {
	background: var(--blok-dark);
}
/* Light text when the section sits on black. Cards keep their own light
   surface, so card title/text are intentionally left untouched. */
.wmoving-block--bg-black .wmoving-block__title,
.wmoving-block--bg-black .wmoving-block__faq-q {
	color: #ffffff;
}
.wmoving-block--bg-black .wmoving-block__text p,
.wmoving-block--bg-black .wmoving-block__intro,
.wmoving-block--bg-black .wmoving-block__list-item,
.wmoving-block--bg-black .wmoving-block__faq-a p {
	color: rgba(255, 255, 255, 0.75);
}
.wmoving-block--bg-black .wmoving-block__list-item,
.wmoving-block--bg-black .wmoving-block__faq-item {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}
/* CTA ships white text on a dark background. When a CTA section is given a
   light background from ACF, flip its text dark so it stays readable. The
   button (gold) and phone link (gold) already read fine on any background. */
.wmoving-block--cta.wmoving-block--bg-white .wmoving-block__title,
.wmoving-block--cta.wmoving-block--bg-beige .wmoving-block__title {
	color: var(--blok-dark);
}
.wmoving-block--cta.wmoving-block--bg-white .wmoving-block__cta-text,
.wmoving-block--cta.wmoving-block--bg-beige .wmoving-block__cta-text,
.wmoving-block--cta.wmoving-block--bg-white p,
.wmoving-block--cta.wmoving-block--bg-beige p
{
	color: var(--blok-dark);
}
/* Padding off - lets two sections merge into one continuous block */
.wmoving-block--no-pt .wmoving-block__inner {
	padding-top: 0;
}
.wmoving-block--no-pb .wmoving-block__inner {
	padding-bottom: 0;
}
/* Max width */
.wmoving-block--mw-1600 .wmoving-block__inner {
	max-width: 1600px;
}
.wmoving-block--text.wmoving-block--mw-1600 .wmoving-block__inner {
	max-width: 1260px;
}
.wmoving-block--text {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.wmoving-block--mw-900 .wmoving-block__inner {
	max-width: 900px;
}
.wmoving-block--mw-760 .wmoving-block__inner {
	max-width: 760px;
}