.wdt-benefits-premium{
	position: relative;
	overflow: hidden;
	padding: 70px 0;
	background: #f6f2ea;
}

.wdt-benefits-premium .wdt-bp__bg{
	position: absolute;
	inset: 0;
	opacity: .22;
	pointer-events: none;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.wdt-benefits-premium .wdt-bp__bg img{
	max-width: 50%;
	height: auto;
	object-fit: contain;
}

/* container wrapper */
.wdt-bp__container{
	position: relative;
	z-index: 2;
}

/* ===== FLEX LAYOUT (instead of grid) ===== */
.wdt-bp__grid{
	display: flex;
	gap: 42px;
	align-items: center;
	flex-wrap: wrap;
}

/* LEFT column */
.wdt-bp__left{
	flex: 1;
	min-width: 440px;
	max-width: 663px;
	display: flex;
	gap: 22px;
	align-items: center;
}

/* LEFT images share width */
.wdt-bp__left .wdt-bp__img{
	flex: 1;
	min-width: 290px;
	max-width: 320px;
}

/* shared image card */
.wdt-bp__img{
	border-radius: 18px;
	overflow: hidden;
	background: #e9e2d7;
	box-shadow: 0 12px 40px rgba(0,0,0,.06);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* image sizes */
.wdt-bp__img--tall{ height: 520px; }
.wdt-bp__img--mid{height: 380px;margin-top: 80px;max-width: 310px;}

/* CENTER column */
.wdt-bp__content{
	flex: 1;
	min-width: 480px;
	max-width: 660px;
}

.wdt-bp__logo{
	width: 88px;
	margin-bottom: 18px;
	opacity: .75;
}

.wdt-bp__badge{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: #6a5f4a;
	font-weight: 600;
}

.wdt-bp__badge-dot{
	font-size: 22px;
	line-height: 1;
}

.wdt-bp__title{
	font-size: 54px;
	line-height: 1.05;
	letter-spacing: .6px;
	margin: 0 0 14px;
	color: #1a1a1a;
	text-transform: uppercase;
}

.wdt-bp__subtitle{
	max-width: 620px;
	color: #6c6c6c;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 22px;
}

/* benefits list */
.wdt-bp__list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
	max-width: 520px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--diver);
}

.wdt-bp__item{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #6a6a6a;
	font-size: 18px;
}

.wdt-bp__icon{
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	background: var(--backcolor);
	color: #fff;
	font-size: 12px;
	flex: 0 0 22px;
}

.wdt-bp__actions{
	margin-top: 22px;
}

.wdt-bp__btn{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--backcolor);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}

/* RIGHT column */
.wdt-bp__right{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.wdt-bp__img--card{
	width: 100%;
	height: 250px;
	border-radius: 16px;
	max-width: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ===== Responsive ===== */
@media (max-width: 1200px){
	.wdt-bp__grid{
		gap: 28px;
	}

.wdt-bp__grid {
    flex-direction: column-reverse;
}

	.wdt-bp__left,
	.wdt-bp__content,
	.wdt-bp__right{
		max-width: 100%;
	}

.wdt-bp__content {
    max-width: 100%;
    min-width: 100%;
}

	.wdt-bp__right{
		justify-content: space-between;
		gap: 30px;
		margin-top: 20px;
		align-items: center;
	}

	.wdt-bp__img--mid{
		margin-top: 0;
	}

	.wdt-bp__title{
		font-size: 44px;
	}
}

@media (max-width: 640px){
	.wdt-bp__left{
		flex-direction: column;
	}

	.wdt-bp__img--tall,
	.wdt-bp__img--mid{
		height: 320px;
	}

	.wdt-bp__title{
		font-size: 34px;
	}
}


.-ycw-section.-ycwt-wbenefits_premium {
    background: #fbf9f6;
    position: relative;
}