.wal-landing {
	--wal-bg: #fffaf2;
	--wal-card: #ffffff;
	--wal-text: #2a241a;
	--wal-muted: #6f6253;
	--wal-blue: #1f6feb;
	--wal-blue-soft: #eaf4ff;
	--wal-blue-deep: #174ea6;
	--wal-accent: #f8a61b;
	--wal-border: rgba(92, 62, 18, 0.12);
	--wal-shadow: 0 10px 30px rgba(76, 53, 14, 0.08);
	color: var(--wal-text);
	background:
    radial-gradient(circle at top, rgba(248, 166, 27, 0.13), transparent 30%),
    linear-gradient(180deg, #fffefb 0%, var(--wal-bg) 100%);
	padding: 2px;
	border-radius: 25px 25px 0 0 ;
}
.page-id-33053 .entry-header{
	margin-bottom: 0
}
.page-id-33053 section{
	margin-bottom: 1em;
}

body.page .entry-title,
body.page .page-title,
body.page .wp-block-post-title {
	display: none;
}

.wal-landing * {
	box-sizing: border-box;
}

.wal-landing__shell {
	max-width: 960px;
	margin: 0 auto;
/* 	display: grid;
	gap: 12px;
	display: flex;
	flex-direction: column;  */
}

#primary {
  overflow: hidden;
}
.wal-section.wal-whats-included-map > *{
	position: relative;
}
.wal-section.wal-whats-included-map:before{
	content: "";
	width: 101vw;
	height: 100%;
	background: #f9fafe;
	position: absolute;
	z-index: 0;
	left: -16px;
	top: 0;
}
.wal-section.wal-afterlead{
	margin-bottom: 0;
}
.wal-section.wal-whats-included-map {
    position: relative;
    padding: 20px 0px 5px;
    box-sizing: border-box;
	margin-bottom: 0;
}

.wal-card {
	background: var(--wal-card);
	border: 1px solid var(--wal-border);
	border-radius: 22px;
	box-shadow: var(--wal-shadow);
	padding: 10px 14px;
}

.wal-hero {
	overflow: hidden;
	position: relative;
	border-color: rgba(248, 166, 27, 0.22);
	background:
    radial-gradient(circle at top right, rgba(248, 166, 27, 0.16), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fff 100%);
}

.wal-hero::after {
	content: "";
	position: absolute;
	inset: auto -42px -58px auto;
	width: 190px;
	height: 190px;
	background: radial-gradient(circle, rgba(248, 166, 27, 0.18), transparent 68%);
	pointer-events: none;
}

.wal-hero__badge {
	display: inline-flex;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(248, 166, 27, 0.16);
	color: #8a5400;
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 13px;
}

.wal-hero__content {
	display: grid;
	gap: 10px;
	position: relative;
	z-index: 1;
}
.wal-hero__title{
	margin: 5px 0;
}
.wal-section__title{
	margin: 10px 0;
} 
.wal-hero__title,
.wal-section__title{
	font-size: clamp(19px, 6vw, 44px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.wal-hero__badge img {
    width: 46px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.wal-hero__subtitle,
.wal-hero__note,
.wal-hero__trust,
.wal-form__note,
.wal-section__accent,
.wal-callout p {
	color: #4e5665;
	margin: 0;
	line-height: 1.55;
}

.wal-hero__subtitle {
	font-size: 15px;
	margin-bottom: 8px;
	max-width: 28rem;
}

.wal-hero__bullets,
.wal-list,
.wal-steps {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
}

.wal-hero__bullets,
.wal-list,
.wal-steps {
	list-style: disc;
}

.wal-hero__bullets {
	margin-bottom: 8px;
	padding-left: 20px;
}

.wal-hero__note {
	margin-top: 10px;
	font-size: 14px;
	color: #8a5400;
	font-weight: 700;
}

.wal-hero__trust {
	margin-top: 4px;
	font-size: 14px;
}

.wal-hero__trustline {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 2px;
}

.wal-hero__trustline span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #fff8e7;
	border: 1px solid rgba(248, 166, 27, 0.22);
	color: #7a4c00;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}
.wal-hero__panel {
	position: relative;
	z-index: 1;
	margin-top: 0;
	border-radius: 18px;
	padding: 10px 0 65vw 10px;
	border: 1px solid rgba(46, 70, 98, 0.14);
	background:
    radial-gradient(circle at top right, rgba(88, 114, 140, 0.12), transparent 30%),
    linear-gradient(180deg, #f7f9fb 0%, #eef2f5 100%);
	box-shadow: 0 16px 30px rgba(46, 70, 98, 0.08);
	overflow: hidden;
}
.wal-hero__panel:before{
	content: '';
	background: url(https://wind.lviv.ua/wp-content/plugins/wind-ac-landing/assets/img/room_air_norm.webp);
    background-size: cover;
    background-position: 100% center;
	opacity:1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wal-hero__panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
	position: relative;
}

.wal-hero__panel-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(46, 70, 98, 0.08);
	background: linear-gradient(135deg, rgba(232,238,243,.9), rgba(255,255,255,.72));
	color: #27455f;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.wal-hero__panel-icon {
	display: none;
	position: relative;
	top: 5px;
	width: 48px;
	height: 16px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(31, 111, 235, 0.18), rgba(255, 255, 255, 0));
}

.wal-hero__panel-icon::before,
.wal-hero__panel-icon::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 999px;
}

.wal-hero__panel-icon::before {
	top: -8px;
	width: 70px;
	height: 2px;
	background: rgba(71, 95, 118, 0.22);
	box-shadow: 0 8px 0 rgba(71, 95, 118, 0.18), 0 16px 0 rgba(71, 95, 118, 0.12);
}
@media(max-width: 767px){
	.wal-hero__panel-icon::before {
		width: 10vw;
	}
}

.wal-hero__panel-icon::after {
	top: 14px;
	width: 84px;
	height: 46px;
	background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.92), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(31, 111, 235, 0.08), transparent 62%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	opacity: 0.8;
}

.wal-hero__panel-grid {
	display: grid;
	gap: 7px;
}

.wal-hero__panel-pill {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: space-between;
	padding: 9px 11px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(71, 95, 118, 0.08);
}

.wal-hero__panel-pill--accent {
	background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
	border-color: rgba(31, 111, 235, 0.14);
}

.wal-hero__panel-pill span {
	display: inline-flex;
	align-items: center;
	color: var(--wal-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.wal-hero__panel-pill span:last-child {
	color: #203548;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-align: right;
}

.wal-hero__panel-pill--accent span:last-child {
	color: var(--wal-blue-deep);
}

.wal-section__title {
	font-size: clamp(22px, 4.6vw, 32px);
}
.wal-section__title.wal-section__title--21{
	font-size: clamp(21px, 4.6vw, 32px);
}
.wal-callout {
	border-left: 4px solid var(--wal-accent);
	background: #fff8e7;
	border-radius: 16px;
	padding: 14px;
	margin: 14px 0;
}

.wal-section__accent {
	font-weight: 700;
	color: #7a4c00;
}

.wal-section + .wal-section,
.wal-hero + .wal-section,
.wal-section + .wal-final {
	margin-top: 0;
}

.wal-btn {
	appearance: none;
	border: 0;
	border-radius: 16px;
	padding: 16px 18px;
	min-height: 56px;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.wal-btn:active {
	transform: translateY(1px);
}

.wal-btn--primary {
	color: #2b1b00;
	background: linear-gradient(180deg, #ffd56f 0%, var(--wal-accent) 100%);
	box-shadow: 0 10px 20px rgba(248, 166, 27, 0.25);
}

.wal-btn--ghost {
	color: #6d4a00;
	background: #fff5dc;
	border: 1px solid rgba(248, 166, 27, 0.3);
}

.wal-btn--full {
	width: 100%;
}

.wal-progress {
	width: 100%;
	height: 8px;
	background: #f2e7d4;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 16px;
	display:none;
}

.wal-progress__bar {
	display: block;
	height: 100%;
	width: 16%;
	background: linear-gradient(90deg, #f6bb3d, #f8a61b);
	border-radius: inherit;
	transition: width 0.2s ease;
}

.wal-quiz {
	display: grid;
	gap: 5px;
	padding: 2px;
}

.wal-step {
	display: none;
	gap: 14px;
	padding: 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
	border: 1px solid rgba(248, 166, 27, 0.12);
}

.wal-step.is-active {
	display: grid;
}

.wal-step__label {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.wal-options {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.wal-option {
	width: 100%;
	border: 1px solid rgba(92, 62, 18, 0.14);
	background: #fff;
	color: var(--wal-text);
	border-radius: 16px;
	padding: 16px 22px;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	line-height: 1.35;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
	display: flex;
	align-items: center;
    justify-content: space-between;
	gap: 15px;
}
/* .wall-options-img{
	flex: 0 0 12%;
	margin-right: auto;
} */

.wall-options-img img{
	max-width: 100%;
	height: auto;
	display: block;
}
.wall-options-img + span{
	text-align: end;
}
.wal-option.is-selected {
	border-color: rgba(248, 166, 27, 0.8);
	background: linear-gradient(180deg, #fff5d8 0%, #ffe4a5 100%);
}

.wal-formgrid {
	display: grid;
	gap: 12px;
}

.wal-field {
	display: grid;
	gap: 6px;
	font-weight: 700;
	font-size: 14px;
}

.wal-field input {
	width: 100%;
	border: 1px solid rgba(92, 62, 18, 0.16);
	border-radius: 14px;
	padding: 15px 14px;
	min-height: 52px;
	font-size: 16px;
	background: #fff;
	color: var(--wal-text);
}

.wal-quiz__nav {
	display: flex;
	gap: 10px;
	padding-top: 2px;
}

.wal-quiz__nav .wal-btn {
	flex: 1;
}

.wal-error {
	color: #a12626;
	background: #fff1f1;
	border: 1px solid rgba(161, 38, 38, 0.16);
	border-radius: 14px;
	padding: 12px 14px;
}

.wal-success {
	background: linear-gradient(180deg, #fff8e7 0%, #fff 100%);
	border: 1px solid rgba(248, 166, 27, 0.22);
	border-radius: 18px;
	padding: 18px;
}

.wal-success h3 {
	margin: 0 0 8px;
	font-size: 22px;
}

.wal-success p {
	margin: 0;
	color: var(--wal-muted);
}

.wal-infographic {
	display: grid;
	gap: 14px;
	margin: 16px 0 0;
}

.wal-infographic__visual {
	position: relative;
	min-height: 170px;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(31, 111, 235, 0.18);
	background:
    radial-gradient(circle at 50% 24%, rgba(31, 111, 235, 0.18), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #eaf4ff 100%);
}

.wal-infographic__visual::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 18px;
	width: 148px;
	height: 56px;
	transform: translateX(-50%);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #d8e9ff 100%);
	border: 1px solid rgba(31, 111, 235, 0.18);
	box-shadow: 0 10px 22px rgba(31, 111, 235, 0.12);
}

.wal-infographic__visual::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 70px;
	width: 220px;
	height: 82px;
	transform: translateX(-50%);
	background:
    linear-gradient(180deg, rgba(31, 111, 235, 0.22), rgba(31, 111, 235, 0)),
    radial-gradient(circle at center, rgba(31, 111, 235, 0.16), transparent 70%);
	clip-path: polygon(50% 0, 78% 100%, 22% 100%);
	filter: blur(0.2px);
}

.wal-infographic__air {
	position: absolute;
	left: 50%;
	top: 68px;
	width: 230px;
	height: 90px;
	transform: translateX(-50%);
	background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.9), transparent 26%),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.72), transparent 16%),
    radial-gradient(circle at 50% 74%, rgba(255, 255, 255, 0.48), transparent 12%);
}

.wal-infographic__list {
	display: grid;
	gap: 10px;
}

.wal-infographic__item {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 10px;
	align-items: start;
	padding: 12px 12px 12px 10px;
	border-radius: 18px;
	border: 1px solid rgba(31, 111, 235, 0.12);
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	box-shadow: 0 6px 16px rgba(31, 111, 235, 0.06);
}

.wal-infographic__num {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(180deg, #5aa6ff 0%, var(--wal-blue) 100%);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(31, 111, 235, 0.22);
}

.wal-infographic__body h3 {
	margin: 0 0 4px;
	font-size: 16px;
	line-height: 1.2;
}

.wal-infographic__body p {
	margin: 0;
	color: var(--wal-muted);
	line-height: 1.45;
}

.wal-infographic + .wal-btn {
	margin-top: 4px;
}

.wal-scenarios {
	display: grid;
	gap: 10px;
	margin: 14px 0 16px;
}

.wal-scenario {
	padding: 14px 14px 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(248, 166, 27, 0.14);
	background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
	box-shadow: 0 6px 14px rgba(76, 53, 14, 0.05);
}

.wal-scenario h3 {
	margin: 0 0 6px;
	font-size: 16px;
}

.wal-scenario p {
	margin: 0;
	color: var(--wal-muted);
	line-height: 1.45;
}

.wal-list--checks {
	padding-left: 0;
	list-style: none;
}

.wal-list--checks li {
	position: relative;
	padding-left: 26px;
}

.wal-list--checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffd56f 0%, var(--wal-accent) 100%);
	box-shadow: 0 4px 10px rgba(248, 166, 27, 0.2);
	z-index: 0;
}

.wal-final {
	border-color: rgba(248, 166, 27, 0.2);
	background:
    radial-gradient(circle at top right, rgba(248, 166, 27, 0.12), transparent 28%),
    #fff;
}

.wal-final .wal-btn {
	margin-top: 14px;
}
button:not([class*=btn-]):not(.single_add_to_cart_button):not(.wc-forward):not(.navbar-toggler):not(.add_to_cart_button):not(.product_type_simple):not(.owl-dot):not(.owl-next):not(.owl-prev):not([name=apply_coupon]):not(.wpforms-submit):not(.navbar-toggle-close).wal-option.wal-option--white{
	background-color: #fff;
	border-color: #c2c2c2;
	padding-top: 5px;
	padding-bottom: 5px;
}
button:not([class*=btn-]):not(.single_add_to_cart_button):not(.wc-forward):not(.navbar-toggler):not(.add_to_cart_button):not(.product_type_simple):not(.owl-dot):not(.owl-next):not(.owl-prev):not([name=apply_coupon]):not(.wpforms-submit):not(.navbar-toggle-close).wal-option.wal-option--white .wall-options-img {
    flex: 0 0 25%;
	max-width: 80px;
}
button:not([class*=btn-]):not(.single_add_to_cart_button):not(.wc-forward):not(.navbar-toggler):not(.add_to_cart_button):not(.product_type_simple):not(.owl-dot):not(.owl-next):not(.owl-prev):not([name=apply_coupon]):not(.wpforms-submit):not(.navbar-toggle-close).wal-option.wal-option--white .wall-options-img.wall-options-img--110 {
    flex: 0 0 27.5%;
	max-width: 89px;
}
button:not([class*=btn-]):not(.single_add_to_cart_button):not(.wc-forward):not(.navbar-toggler):not(.add_to_cart_button):not(.product_type_simple):not(.owl-dot):not(.owl-next):not(.owl-prev):not([name=apply_coupon]):not(.wpforms-submit):not(.navbar-toggle-close).wal-option.wal-option--white .wall-options-img.wall-options-img--104 {
    flex: 0 0 27%;
    flex: 0 0 86px;
}
button:not([class*=btn-]):not(.single_add_to_cart_button):not(.wc-forward):not(.navbar-toggler):not(.add_to_cart_button):not(.product_type_simple):not(.owl-dot):not(.owl-next):not(.owl-prev):not([name=apply_coupon]):not(.wpforms-submit):not(.navbar-toggle-close).wal-option.wal-option--white.is-selected{ 
	
  background: #172033;
  border-color: #172033;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.22);
}

.wal-option.is-selected::after,
.wal-option[aria-checked="true"]::after {
  content: "✓";
  font-weight: 900;
}
.wal-whats-included-map__cta{
	margin-left: -17px;
}
.wal-whats-included-map__cta,
.wal-delay__cta {
    margin-top: -1px;
    width: 100vw;
    padding: 14px 16px 20px;
    background: #f9fafe;
}
.wal-delay__cta {
    padding: 10px 16px 15px;
}
.wal-whats-included-map__cta .wal-btn,
.wal-delay__cta .wal-btn{
    width: 100%;
    background: linear-gradient(180deg, #ffb321 0%, #f28a00 100%);
    color: #1f1600;
    box-shadow: 0 12px 28px rgba(242, 138, 0, 0.32);
}
@media (min-width: 768px) {
	.wal-landing {
		padding: 28px;
	}
	
	.wal-card {
		padding: 26px;
		border-radius: 28px;
	}
	
	.wal-hero {
		display: grid;
		grid-template-columns: 1.1fr 0.9fr;
		gap: 14px;
		align-items: center;
	}
	
	.wal-hero__content {
		gap: 12px;
	}
	
	.wal-hero__panel-pill {
		padding: 10px 12px;
	}
	
	.wal-formgrid {
		grid-template-columns: 1fr 1fr;
	}
	
	.wal-infographic {
		grid-template-columns: 1.1fr 1fr;
		align-items: start;
		gap: 18px;
	}
	
	.wal-infographic__visual {
		min-height: 100%;
		min-height: 430px;
	}
	
	.wal-infographic__list {
		gap: 12px;
	}
	
	.wal-scenarios {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.wal-quiz__nav {
		justify-content: space-between;
	}
	
	.wal-quiz__nav .wal-btn {
		max-width: 180px;
	}
	
	.wal-step {
		padding: 20px;
	}
	
	.wal-option {
		padding: 18px 18px;
	}
}
.wal-hero-example__item {
    padding: 10px;
    border: 1px solid #d7dee7;
    border-radius: 20px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(180, 195, 210, 0.45);
    box-shadow: 0 8px 18px rgba(40, 55, 75, 0.06);
    /* backdrop-filter: blur(2px); */
	position: relative;
}
.wal-hero-example__item:last-child{
	margin-bottom: 0;
}
.wal-hero-example__icon,
.wal-hero-recomendation__icon{
	display: block;
	width: 60px;
	border-radius: 50%;
    overflow: hidden;
    border: 1px solid #cdcdcd66;
}
.wal-hero-recomendation__icon{
	width: 80px;
}
.wal-hero-example__icon img,
.wal-hero-recomendation__icon img{
	display: block;
	max-width: 100%;
	height: auto;
}
.wal-hero-example__text {
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
.wal-hero-recomendation__item{
	padding: 10px;
    border-radius: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(180, 195, 210, 0.45);
    box-shadow: 0 8px 18px rgba(40, 55, 75, 0.06);
	position: relative;
}
.wal-hero-recomendation__text{
	font-size: 16px;
    display: flex;
    flex-direction: column;
}
.wal-btn,
.wal-hero__cta {
	background: linear-gradient(180deg, #ffb321 0%, #f28a00 100%);
	color: #1f1600;
	box-shadow: 0 12px 28px rgba(242, 138, 0, 0.32);
}
.wal-mistakes {
	padding: 22px 16px;
	border-radius: 26px;
	background: #ffffff;
	border: 1px solid rgba(92, 62, 18, 0.10);
	box-shadow: 0 10px 28px rgba(76, 53, 14, 0.05);
}

.wal-mistakes__grid {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.wal-mistake {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 12px;
	padding: 14px;
	border-radius: 20px;
	background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
	border: 1px solid rgba(248, 166, 27, 0.16);
}

.wal-mistake__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: #fff0b8;
	color: #7a4b00;
	font-size: 15px;
	font-weight: 800;
}

.wal-mistake h3 {
	margin: 0 0 5px;
	color: #2a241a;
	font-size: 17px;
	line-height: 1.2;
}

.wal-mistake p {
	margin: 0;
	color: #6f6253;
	font-size: 14px;
	line-height: 1.45;
}

@media (min-width: 768px) {
	.wal-mistakes {
		padding: 34px;
	}
	
	.wal-mistakes__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.wal-mistake {
		grid-template-columns: 1fr;
	}
}
.wal-mistakes-flow {
	margin: 18px 0 18px;
	padding: 14px;
	border-radius: 22px;
	background:
    radial-gradient(circle at 100% 0%, rgba(248, 166, 27, 0.12), transparent 42%),
    linear-gradient(180deg, #fff7e4 0%, #ffffff 100%);
	border: 1px solid rgba(248, 166, 27, 0.18);
	box-shadow: 0 10px 22px rgba(76, 53, 14, 0.05);
}

.wal-mistakes-flow__title {
	margin-bottom: 12px;
	color: #2a241a;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 800;
}

.wal-mistakes-flow__items {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.wal-mistakes-flow__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px; 
	border-radius: 14px;
	background: linear-gradient(180deg, #fff2bd 0%, #ffd76b 100%);
	color: #2a241a;
	font-size: 14px;
	font-weight: 900;
	box-shadow: 0 6px 14px rgba(248, 166, 27, 0.16);
}

.wal-mistakes-flow__item span:last-child {
	color: #2a241a;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 800;
	text-align: center;
}

.wal-mistakes-flow__arrow {
	flex: 0 0 auto;
	color: #b87909;
	font-size: 16px;
	font-weight: 900;
	opacity: 0.65;
}

.wal-mistakes-flow__note {
	margin: 12px 0 0;
	color: #6f6253;
	font-size: 13px;
	line-height: 1.45;
}
/* =========================== */
.wal-mistakes {
	padding: 22px 16px;
	border-radius: 28px;
	background:
    radial-gradient(circle at 100% 0%, rgba(248, 166, 27, 0.10), transparent 36%),
    linear-gradient(180deg, #fffaf2 0%, #ffffff 72%);
	border: 1px solid rgba(248, 166, 27, 0.16);
	box-shadow: 0 12px 30px rgba(76, 53, 14, 0.06);
}
.wal-mistakes .wal-section__eyebrow {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(248, 166, 27, 0.14);
	color: #7a4b00;
	font-size: 12px;
	font-weight: 800;
}
.wal-mistakes-flow {
	margin: 18px 0 16px;
	padding: 12px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(248, 166, 27, 0.20);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.wal-mistakes-flow__title {
	margin-bottom: 10px;
	color: #2a241a;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 800;
}

.wal-mistakes-flow__note {
	margin: 10px 0 0;
	color: #6f6253;
	font-size: 12.5px;
	line-height: 1.4;
}


.wal-mistakes-flow__icon {
	width: 66px;
	height: 66px;
	border-radius: 13px;
	background: linear-gradient(180deg, #fff1b7 0%, #ffc94a 100%);
	color: #2a241a;
	font-size: 13px;
	font-weight: 900;
	border-radius: 50%;
	border: 1px solid rgba(220, 190, 120, 0.35);
	overflow: hidden;
}

.wal-mistakes-flow__item span:last-child {
	font-size: 11.5px;
	font-weight: 800;
}
.wal-mistake {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 12px;
	padding: 14px;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid rgba(248, 166, 27, 0.16);
	box-shadow: 0 8px 20px rgba(76, 53, 14, 0.05);
}

.wal-mistake::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #ffc83d, #f6a400);
	opacity: 0.85;
}

.wal-mistake__icon {
	width: 40px;
	height: 40px;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff1b7 0%, #ffd76b 100%);
	color: #2a241a;
	font-size: 14px;
	font-weight: 900;
}
.wal-mistake h3 {
	margin: 0 0 5px;
	color: #2a241a;
	font-size: 16px;
	line-height: 1.18;
	font-weight: 850;
}

.wal-mistake p {
	margin: 0;
	color: #6f6253;
	font-size: 13.5px;
	line-height: 1.45;
}


.wal-mistakes .wal-section__eyebrow {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(248, 166, 27, 0.14);
	color: #7a4b00;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
}

/*===*/
.wal-mistakes-flow {
	margin: 18px 0 18px;
	padding: 13px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(248, 166, 27, 0.22);
	box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 20px rgba(76, 53, 14, 0.04);
}

.wal-mistakes-flow__title {
	margin-bottom: 12px;
	color: #2a241a;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 850;
}

.wal-mistakes-flow__item {
	flex: 0 1 auto;
	min-width: 0;
	display: grid;
	justify-items: center;
	gap: 6px;
	padding: 9px 5px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(220, 190, 120, 0.38);
}

.wal-mistakes-flow__item span:last-child {
	color: #2a241a;
	font-size: 11.5px;
	line-height: 1.15;
	font-weight: 800;
	text-align: center;
}

.wal-mistakes-flow__arrow {
	flex: 0 0 auto;
	color: #b87909;
	font-size: 15px;
	font-weight: 900;
	opacity: 0.65;
}

.wal-mistakes-flow__note {
	margin: 11px 0 0;
	color: #6f6253;
	font-size: 12.5px;
	line-height: 1.4;
}

/**/
.wal-selection-map {
	position: relative;
	padding: 24px 16px;
	border-radius: 28px;
	background:
    radial-gradient(circle at 100% 0%, rgba(248, 166, 27, 0.10), transparent 38%),
    linear-gradient(180deg, #fffaf2 0%, #ffffff 78%);
	border: 1px solid rgba(248, 166, 27, 0.18);
	box-shadow: 0 14px 32px rgba(76, 53, 14, 0.06);
	overflow: hidden;
}

.wal-selection-map__scheme {
	position: relative;
	margin-top: 20px;
}

.wal-selection-map__factors {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

/* пунктирные линии к результату */
.wal-selection-map__factors::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -74px;
	width: 1px;
	height: 70px;
	border-left: 2px dashed rgba(184, 121, 9, 0.38);
	transform: translateX(-50%);
	pointer-events: none;
}

.wal-selection-map__factor {
	position: relative;
	min-height: 86px;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 8px;
	padding: 12px 8px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(220, 190, 120, 0.38);
	box-shadow: 0 8px 18px rgba(76, 53, 14, 0.05);
	text-align: center;
}

.wal-selection-map__factor--center {
	grid-column: 1 / -1;
	width: min(68%, 230px);
	justify-self: center;
}

.wal-selection-map__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: linear-gradient(180deg, #fff2bd 0%, #ffd76b 100%);
	color: #2a241a;
	font-size: 17px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(248, 166, 27, 0.17);
}

.wal-selection-map__factor strong {
	color: #2a241a;
	font-size: 14px;
	line-height: 1.15;
	font-weight: 850;
}

.wal-selection-map__result {
	position: relative;
	z-index: 2;
	margin: 42px auto 0;
	padding: 22px 16px 20px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(248, 166, 27, 0.32);
	box-shadow: 0 14px 30px rgba(76, 53, 14, 0.08);
	text-align: center;
}

.wal-selection-map__result-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: -50px auto 14px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffd84f 0%, #f8a61b 100%);
	color: #2a241a;
	font-size: 28px;
	font-weight: 900;
	box-shadow: 0 12px 28px rgba(248, 166, 27, 0.35);
}

.wal-selection-map__result h3 {
	margin: 0;
	color: #2a241a;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -0.03em;
	font-weight: 900;
}

.wal-selection-map__result p {
	margin: 12px 0 0;
	color: #6f6253;
	font-size: 15px;
	line-height: 1.45;
}

.wal-selection-map__cta {
	margin-top: 5px;
}

.wal-selection-map__cta .wal-btn {
	width: 100%;
}
.wal-selection-map__picture{
	display: block;
	margin: 0 -16px;
	border-radius: 0;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}
.wal-section.wal-delay{
	display: block;
	margin: 0 -16px 0;
	border-radius: 0;
	overflow: hidden;
	background: #f5f8fe;
    box-shadow: none;
    padding: 0;
}
.wal-selection-map__picture img,
.wal-section.wal-delay img{
	display: block;
	width: 100vw;
	height: auto;
}
.wal-afterlead__picture {
	display: block;
	margin: 20px 0 0 -17px;
	width: calc(100% + 32px);
	width: 100vw;
	border-radius: 0;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}
.wal-afterlead__picture img {
	display: block;
	width: 100%;
	height: auto;
}
.wal-afterlead__note {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}
.wal-afterlead__footer .wal-btn {
	width: 100%;
	background: linear-gradient(180deg, #ffb321 0%, #f28a00 100%);
	color: #1f1600;
	box-shadow: 0 12px 28px rgba(242, 138, 0, 0.32);
}
.wal-afterlead__footer {
	margin-top: -1px;
	width: 100vw;
	margin-left: -17px;
	padding: 14px 16px 20px;
	background: #00050f;
}
/* === MEDIA === */
@media (max-width: 375px) {
	.wal-selection-map {
		padding: 22px 12px;
	}
	
	.wal-selection-map__factors {
		gap: 9px;
	}
	
	.wal-selection-map__factor {
		min-height: 78px;
		padding: 10px 6px;
	}
	
	.wal-selection-map__icon {
		width: 40px;
		height: 40px;
		font-size: 15px;
	}
	
	.wal-selection-map__factor strong {
		font-size: 12.5px;
	}
	
	.wal-selection-map__result h3 {
		font-size: 21px;
	}
	
	.wal-hero-example__text {
		font-size: 15px;
	}
	.wal-hero-example__item {
		padding: 6px;
	}
	.wal-btn__arrow {
		display: none;
	}
}
@media (max-width: 767px){
	body{
		min-width: 365px;
	}
	.wal-hero__badge {
		font-size: clamp(14px, 4vw, 18px);
		max-width: 380px;
		min-width: 256px;
	}
	.page-id-33053 #breadcrumbs{
		margin-bottom: 6px;
	}
	.wal-hero__subtitle{
		line-height: 1.4
	}
	.page-id-33053 bwchat#bwc-wrap {
		display: none!important;
	}
	.wal-hero__trustline{
		display: none!important;		
	}
	.wal-hero-example__inner{
		opacity: 0;
		max-height: 50vw;
	}
}
@media (min-width: 768px) {
	.wal-selection-map {
		padding: 36px;
	}
	
	.wal-selection-map__factors {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.wal-selection-map__factor--center {
		grid-column: auto;
		width: auto;
	}
	
	.wal-selection-map__factors::after {
		height: 52px;
		bottom: -56px;
	}
	
	.wal-selection-map__result {
		max-width: 520px;
	}
	.wal-afterlead__picture,.wal-afterlead__footer {
		width: 100%;
		max-width: 100%;;
	}
}
.wal-lead-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	padding: 16px;
	background: rgba(7, 17, 29, 0.88);
}

.wal-lead-modal.is-open {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.wal-modal-open {
	overflow: hidden;
}

.wal-lead-modal__card {
	position: relative;
	width: 100%;
	max-width: 420px;
	max-height: calc(100dvh - 32px);
	overflow-y: auto;
	padding: 24px 18px 20px;
	border-radius: 24px;
	background: #fffaf2;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.wal-lead-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(23, 32, 51, 0.08);
	color: #172033;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.wal-lead-modal__card h3 {
	margin: 0 34px 10px 0;
	color: #2a241a;
	font-size: 24px;
	line-height: 1.12;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.wal-lead-modal__card p {
	margin: 18px 0 10px;
	color: #6f6253;
	font-size: 15px;
	line-height: 1.45;
}

.wal-lead-modal__card .wal-btn {
	width: 100%;
	margin-top: 14px;
}

.wal-lead-modal__note {
	margin: 12px 0 0 !important;
	text-align: center;
	font-size: 13px !important;
	color: #6f6253;
}
.wal-lead-sent-notice {
	margin: 0 0 14px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #e8f8ee;
	color: #165c2f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}
.wal-form-success {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}
.page-id-33053 .header__mobile-top-bar{
	display: none;
}
.page-id-33053 .handheld-header-v2 div:not(.header-logo){
	display: none;
}
.page-id-33053 .handheld-header-v2 {
  justify-content: center;
}
.page-id-33053 #breadcrumbs{
	display: none;
}
.page-id-33053 .wal-landing {
    margin-top: 15px;
}
.page-id-33053 #colophon{
	background: black;
    overflow: hidden;
    max-height: 145px;
}
.page-id-33053 .brands-carousel{
	display: none;
}
.page-id-33053 section.wal-section.wal-why-us {
    margin-bottom: 0;
}
.page-id-33053 .wp-block-paragraph {
    display: none;
}
.page-id-33053 .footer-bottom-widgets {
    padding: 0;
}
.page-id-33053 #content{
	margin-bottom:0;
}
.wal-delay__picture,
.wal-why-us__picture {
    display: block;
	width: 100vw;
    width: calc(100% + 32px);
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}
.wal-why-us__picture {
	margin: 0 0 0 -17px;
}

.wal-quiz__step-counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	padding: 7px 14px;
	border-radius: 999px;
	background: #fff7e8;
	border: 1px solid #ff9f00;
	color: #8a5200;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}
#wal-quiz, 
#montazh,
#pislya-zayavky {
	scroll-margin-top: 96px;
}