html {
	scroll-behavior: smooth;
}

body.landing-page {
	min-width: 0;
	min-height: 0;
	background:
		url("../images/bg-top-left-corn.jpg") no-repeat left top,
		url("../images/bg-top-right-corn.jpg") no-repeat right top,
		linear-gradient(180deg, #fff7e9 0, #fffdf8 360px, #ffffff 100%);
	color: #2d2a25;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

body.landing-policy-page {
	background: linear-gradient(180deg, #fff7e9 0, #fffdf8 360px, #ffffff 100%);
}

.landing-page * {
	box-sizing: border-box;
}

.landing-wrap {
	width: min(1100px, calc(100% - 32px));
	margin: 0 auto;
}

.landing-text-page {
	max-width: 820px;
}

.landing-text-page h1 {
	color: #046b26;
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 20px;
}

.landing-text-page p {
	margin: 0 0 14px;
}

.landing-policy-card {
	background: #fff9ee;
	border: 1px solid #efd7bd;
	border-top: 7px solid #f5721f;
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(77, 54, 25, 0.12);
	padding: 26px 26px 18px;
}

.landing-header {
	background: rgba(255, 252, 245, 0.97);
	border-bottom: 5px solid #f5721f;
	box-shadow: 0 4px 18px rgba(77, 54, 25, 0.13);
	z-index: 1000;
}

.landing-header-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 74px;
}

.landing-brand {
	align-items: center;
	color: #046b26;
	display: flex;
	gap: 12px;
	text-decoration: none;
}

.landing-brand img {
	display: block;
	height: 40px;
	width: 51px;
}

.landing-brand strong,
.landing-brand span {
	display: block;
}

.landing-brand strong {
	color: #f5721f;
	font-size: 18px;
	line-height: 1.15;
}

.landing-brand span {
	color: #046b26;
	font-size: 12px;
}

.landing-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.landing-nav a {
	border-radius: 4px;
	color: #046b26;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}

.landing-nav a:hover,
.landing-nav a:focus {
	background: #edf8f0;
	color: #f5721f;
}

.landing-nav .landing-nav-cta {
	background: #f5721f;
	color: #fff;
	padding: 10px 14px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #8a3c0c;
}

.landing-nav .landing-nav-cta:hover,
.landing-nav .landing-nav-cta:focus {
	background: #046b26;
	color: #fff;
	text-decoration: none;
}

.landing-hero {
	background:
		linear-gradient(90deg, rgba(255, 249, 238, 0.86) 0%, rgba(255, 249, 238, 0.66) 46%, rgba(255, 249, 238, 0.18) 100%),
		url("../images/galery/vasilki-okrest.jpg") center center/cover no-repeat;
	border-bottom: 1px solid #efd7bd;
	padding: 58px 0 48px;
}

.landing-hero-grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
}

.landing-hero-copy {
	background: rgba(255, 252, 246, 0.78);
	border: 1px solid rgba(239, 215, 189, 0.92);
	border-left: 3px solid rgba(245, 114, 31, 0.72);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(77, 54, 25, 0.08);
	backdrop-filter: blur(1.5px);
	padding: 24px;
}

.landing-kicker {
	color: #046b26;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.landing-hero h1 {
	color: #046b26;
	font-size: 40px;
	line-height: 1.18;
	margin: 0 0 16px;
	text-shadow: 1px 1px 1px #dfdfdf;
}

.landing-lead {
	font-size: 18px;
	margin: 0 0 22px;
	max-width: 700px;
}

.landing-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.landing-hero-points span {
	background: rgba(237, 248, 240, 0.88);
	border: 1px solid #c7e7cd;
	border-radius: 4px;
	color: #046b26;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 9px;
}

.landing-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.landing-button {
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
}

.landing-quiet-link {
	align-self: center;
	border-bottom: 1px solid #a7cda9;
	color: #046b26;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.landing-quiet-link:hover,
.landing-quiet-link:focus {
	border-bottom-color: transparent;
	color: #f5721f;
}

.landing-button-primary {
	background: #ec6f1d;
	border-color: #d95b13;
	color: #fffef8;
	text-decoration: none;
	text-shadow: none;
}

.landing-button-primary:hover,
.landing-button-primary:focus {
	background: #0d7730;
	border-color: #0d7730;
	color: #fffef8;
	text-decoration: none;
}

.landing-button-secondary {
	background: #fffdf8;
	border-color: #046b26;
	color: #046b26;
	text-decoration: none;
}

.landing-button-secondary:hover,
.landing-button-secondary:focus {
	background: #edf8f0;
	border-color: #f5721f;
	color: #f5721f;
	text-decoration: none;
}

.landing-form-note {
	color: #6b5e4d;
	font-size: 13px;
	line-height: 1.45;
	margin: 12px 0 0;
}

.landing-form-note a {
	color: #046b26;
	text-decoration: underline;
}

.landing-form-note a:hover,
.landing-form-note a:focus {
	color: #f5721f;
}

.landing-quick-form,
.landing-form-panel {
	background: #fff9ee;
	border: 1px solid #efd7bd;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(77, 54, 25, 0.16);
	padding: 22px;
}

.landing-quick-form,
.landing-form-panel {
	border-top: 7px solid #f5721f;
}

.landing-form-panel {
	background: #fff9ee;
	box-shadow: 0 12px 26px rgba(77, 54, 25, 0.12);
}

.landing-form-panel,
.landing-form-panel::before,
.landing-form-panel::after,
.landing-form-message,
.landing-form-message::before,
.landing-form-message::after {
	background-image: none !important;
}

.landing-quick-form h2,
.landing-form-panel h2 {
	color: #046b26;
	font-size: 22px;
	margin: 0 0 8px;
}

.landing-quick-form form {
	display: grid;
	gap: 12px;
}

.landing-quick-form p,
.landing-form-panel p {
	margin: 0 0 16px;
}

.landing-quick-form label,
.landing-booking-form label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}

.landing-honeypot {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}

.landing-quick-form span,
.landing-booking-form span {
	display: block;
	margin-bottom: 5px;
}

.landing-quick-form input,
.landing-quick-form select,
.landing-booking-form input,
.landing-booking-form select,
.landing-booking-form textarea {
	background: #fff;
	border: 1px solid #b9c8b5;
	border-radius: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	padding: 10px;
	width: 100%;
}

.landing-section {
	padding: 44px 0;
}

.landing-section-alt {
	background:
		linear-gradient(180deg, rgba(237, 248, 240, 0.86), rgba(255, 253, 248, 0.92)),
		url("../images/bg-footer-line-gradient.jpg") no-repeat center bottom;
}

.landing-section h2 {
	background: url("../images/h1-ico.png") no-repeat left 4px;
	color: #046b26;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 12px;
	padding-left: 34px;
	text-shadow: 1px 1px 1px #dfdfdf;
}

.landing-section h2:after {
	background: linear-gradient(90deg, #f5721f, rgba(245, 114, 31, 0));
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	max-width: 140px;
}

.landing-section-lead {
	margin: 0 0 24px;
	max-width: 760px;
}

.landing-benefits,
.landing-cards,
.landing-services,
.landing-prices,
.landing-contact-grid {
	display: grid;
	gap: 18px;
}

.landing-benefits {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-cards,
.landing-services,
.landing-prices {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-prices {
	align-items: stretch;
}

.landing-card,
.landing-benefit,
.landing-price-card {
	background: #fff9ee;
	border: 1px solid #efd7bd;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(77, 54, 25, 0.07);
	padding: 18px;
}

.landing-cards .landing-card {
	display: flex;
	flex-direction: column;
	padding: 18px 18px 16px;
}

.landing-benefit {
	border-top: 5px solid #c6eaa0;
}

.landing-card,
.landing-price-card {
	border-top: 5px solid #f5721f;
}

.landing-card h3,
.landing-benefit h3,
.landing-price-card h3 {
	background: url("../images/block-ico.png") no-repeat left center;
	color: #f5721f;
	font-size: 18px;
	margin: 0 0 8px;
	padding-left: 24px;
}

.landing-card p,
.landing-benefit p,
.landing-price-card p {
	margin: 0;
}

.landing-card img {
	aspect-ratio: 4 / 3;
	border: 1px solid #d8c5ad;
	border-radius: 8px;
	display: block;
	margin: 0 0 12px;
	object-fit: cover;
	padding: 6px;
	width: 100%;
}

.landing-cards .landing-card h3 {
	align-items: flex-start;
	background: none;
	display: flex;
	gap: 8px;
	line-height: 1.28;
	margin: 0 0 10px;
	min-height: 50px;
	padding-left: 0;
}

.landing-cards .landing-card p {
	flex-grow: 1;
	line-height: 1.45;
	margin: 0 0 14px;
}

.landing-cards .landing-card h3::before {
	background: url("../images/block-ico.png") no-repeat center center;
	content: "";
	flex: 0 0 15px;
	height: 15px;
	margin-top: 3px;
	width: 15px;
}

.landing-cards .landing-card img {
	margin: 0 0 14px;
}

.landing-cards .landing-detail-link {
	align-items: center;
	align-self: flex-start;
	border-bottom: 0;
	display: inline-flex;
	gap: 6px;
	line-height: 1.2;
	margin-top: auto;
	padding-bottom: 0;
}

.landing-cards .landing-detail-link::after {
	content: "\2192";
	font-size: 14px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.landing-cards .landing-detail-link:hover::after,
.landing-cards .landing-detail-link:focus::after {
	transform: translateX(2px);
}

.landing-cards + .landing-inline-cta {
	margin-top: 20px;
}

.landing-gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-gallery img {
	aspect-ratio: 4 / 3;
	background: #fffdf8;
	border: 1px solid #d8c5ad;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(77, 54, 25, 0.12);
	display: block;
	object-fit: cover;
	padding: 6px;
	width: 100%;
}

.landing-price-card strong {
	color: #046b26;
	display: block;
	font-size: 28px;
	margin-bottom: 8px;
}

.landing-price-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 16px 14px;
	text-align: center;
}

.landing-price-card h3 {
	background: none;
	margin-bottom: 6px;
	min-height: 44px;
	padding-left: 0;
}

.landing-price-card > strong {
	align-self: center;
	font-size: 26px;
	line-height: 1.15;
	margin-bottom: 6px;
}

.landing-price-card p {
	font-size: 14px;
	line-height: 1.45;
	margin-left: auto;
	margin-right: auto;
	max-width: 28ch;
}

.landing-price-list {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.landing-price-list li {
	align-items: baseline;
	border-bottom: 1px solid rgba(239, 215, 189, 0.72);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding-bottom: 7px;
}

.landing-price-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.landing-price-list li span {
	color: #2d2a25;
	display: block;
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
}

.landing-price-list li strong {
	color: #046b26;
	display: block;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
}

.landing-price-note {
	color: #6b5e4d;
	font-size: 12px;
	margin-top: auto !important;
	padding-top: 2px;
}

.landing-price-details {
	background: rgba(255, 253, 248, 0.78);
	border: 1px solid #ead8c1;
	border-radius: 8px;
	margin-top: 16px;
	padding: 0 16px;
}

.landing-price-details summary {
	color: #046b26;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	padding: 14px 0;
}

.landing-price-details summary::-webkit-details-marker {
	display: none;
}

.landing-price-details summary:after {
	color: #f5721f;
	content: "↓";
	float: right;
	font-size: 14px;
}

.landing-price-details[open] summary:after {
	content: "↑";
}

.landing-price-details-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0 0 16px;
}

.landing-price-detail-block {
	border-top: 1px solid rgba(239, 215, 189, 0.85);
	padding-top: 12px;
}

.landing-price-detail-block h3 {
	color: #046b26;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 10px;
}

.landing-price-detail-block .landing-price-list {
	gap: 8px;
}

.landing-price-detail-block .landing-price-list li {
	align-items: flex-start;
	display: block;
	padding-bottom: 8px;
}

.landing-price-detail-block .landing-price-list li strong {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.35;
	margin-top: 2px;
	white-space: normal;
}

.landing-inline-cta {
	align-items: center;
	background: #fff7e9;
	border: 1px solid #f5721f;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin-top: 24px;
	padding: 18px;
}

.landing-inline-cta p {
	margin: 0;
}

.landing-detail-link {
	color: #046b26;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 12px;
	text-decoration: none;
	border-bottom: 1px solid #a7cda9;
}

.landing-detail-link:hover,
.landing-detail-link:focus {
	color: #f5721f;
	border-bottom-color: transparent;
}

.landing-contact-grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
}

.landing-contact-grid .landing-section-lead {
	font-size: 17px;
	line-height: 1.5;
	max-width: 36ch;
}

.landing-contact-list {
	background: linear-gradient(180deg, #fffefb 0, #fff8ee 100%);
	background: #fffdf8;
	border-left: 5px solid #c6eaa0;
	list-style: none;
	margin: 0 0 20px;
	max-width: 420px;
	padding: 18px 20px;
}

.landing-contact-list li {
	align-items: baseline;
	display: grid;
	font-size: 16px;
	gap: 10px;
	grid-template-columns: minmax(118px, 148px) minmax(0, 1fr);
	line-height: 1.35;
	margin-bottom: 12px;
}

.landing-contact-list li:last-child {
	margin-bottom: 0;
}

.landing-contact-list strong {
	color: #6b5e4d;
	display: block;
	font-size: 13px;
	letter-spacing: 0.02em;
	min-width: 0;
	text-transform: uppercase;
}

.landing-contact-list a {
	color: #046b26;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.15;
	text-decoration: none;
	white-space: nowrap;
}

.landing-contact-list a:hover,
.landing-contact-list a:focus {
	color: #f5721f;
}

.landing-map {
	background: #fffdf8;
	border: 7px solid #fffdf8;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(77, 54, 25, 0.12);
	min-height: 260px;
	overflow: hidden;
}

.landing-map iframe {
	border: 0;
	display: block;
	height: 320px;
	width: 100%;
}

.landing-form-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-form-wide {
	margin-top: 4px;
}

.landing-form-message {
	background-image: none;
	box-shadow: none;
	border-radius: 6px;
	margin-bottom: 16px;
	padding: 12px 14px;
}

.landing-form-message p:last-child {
	margin-bottom: 0;
}

.landing-form-success {
	background: #edf8f0;
	border: 1px solid #75b77f;
	color: #046b26;
}

.landing-form-error {
	background: #fff2ee;
	border: 1px solid #f5721f;
	color: #8a2e00;
}

.landing-back-to-top {
	background: rgba(255, 249, 238, 0.96);
	border: 1px solid #d9c4a8;
	border-radius: 999px;
	bottom: 96px;
	box-shadow: 0 6px 18px rgba(77, 54, 25, 0.14);
	color: #046b26;
	left: 18px;
	font-size: 13px;
	font-weight: bold;
	opacity: 0;
	padding: 9px 14px;
	pointer-events: none;
	position: fixed;
	text-decoration: none;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	z-index: 1400;
}

.landing-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.landing-back-to-top-icon {
	font-size: 15px;
	margin-right: 6px;
}

.landing-back-to-top:hover,
.landing-back-to-top:focus {
	background: #fff3de;
	border-color: #f5721f;
	color: #f5721f;
}

.landing-footer {
	background:
		url("../images/bg-footer-bg.jpg") repeat-x left bottom,
		linear-gradient(180deg, #fffdf8 0, #fffdf8 100%);
	color: #046b26;
	height: 100px;
	padding: 0;
}

.landing-footer-line {
	background: url("../images/bg-footer-line-gradient.jpg") no-repeat center bottom;
	height: 70px;
}

.landing-footer-body {
	align-items: flex-start;
	background: url("../images/bg-footer-pipl.jpg") no-repeat center bottom;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	height: 66px;
	overflow: hidden;
}

.landing-footer p {
	margin: 0;
}

.landing-footer-left {
	max-width: 520px;
	padding-left: 15px;
	padding-top: 24px;
}

.landing-footer-base {
	color: #f5721f;
	font-size: 11px;
}

.landing-footer-copy {
	color: #01bcd3;
	display: inline-block;
	font-size: 11px;
	white-space: nowrap;
}

.landing-footer-right {
	color: #046b26;
	font-size: 12px;
	padding-right: 15px;
	padding-top: 24px;
	text-align: right;
}

.landing-footer a {
	color: #046b26;
	font-weight: bold;
	text-decoration: underline;
}

.landing-footer a:hover,
.landing-footer a:focus {
	color: #f5721f;
	text-decoration: none;
}

.landing-footer-policy {
	font-size: 13px;
}

@media (max-width: 900px) {
	.landing-header-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.landing-footer,
	.landing-footer-line {
		height: auto;
		min-height: 100px;
	}

	.landing-footer-body {
		align-items: flex-start;
		background: none !important;
		flex-direction: column;
		gap: 4px;
		height: auto;
		min-height: 66px;
		overflow: visible;
		padding-bottom: 36px;
	}

	.landing-footer-right {
		padding-left: 15px;
		padding-top: 0;
		text-align: left;
	}

	.landing-nav {
		justify-content: flex-start;
	}

	.landing-hero-grid,
	.landing-contact-grid {
		grid-template-columns: 1fr;
	}

	.landing-contact-grid .landing-section-lead {
		max-width: none;
	}

	.landing-benefits,
	.landing-cards,
	.landing-services,
	.landing-prices,
	.landing-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	body.landing-page {
		background:
			url("../images/bg-top-left-corn.jpg") no-repeat left top,
			linear-gradient(180deg, #fff7e9 0, #fffdf8 300px, #ffffff 100%);
	}

	.landing-wrap {
		width: min(100% - 20px, 1100px);
	}

	.landing-header {
		position: static;
	}

	.landing-hero {
		padding: 34px 0;
	}

	.landing-hero-copy {
		padding: 18px;
	}

	.landing-hero h1 {
		font-size: 28px;
	}

	.landing-section {
		padding: 34px 0;
	}

	.landing-section h2 {
		font-size: 24px;
	}

	.landing-benefits,
	.landing-cards,
	.landing-services,
	.landing-prices,
	.landing-gallery,
	.landing-form-grid {
		grid-template-columns: 1fr;
	}

	.landing-actions,
	.landing-inline-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.landing-contact-list {
		max-width: none;
		padding: 16px 16px 14px;
	}

	.landing-contact-list li {
		gap: 4px;
		grid-template-columns: 1fr;
	}

	.landing-contact-list a {
		font-size: 18px;
	}

	.landing-button {
		width: 100%;
	}

	.landing-back-to-top {
		bottom: 132px;
		left: 14px;
		padding: 8px 12px;
	}

.landing-footer-copy {
		white-space: normal;
	}
}

/* Price section refinement */
.landing-prices {
	align-items: stretch;
}

.landing-price-card {
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: center;
}

.landing-price-card h3 {
	background: none;
	margin-bottom: 3px;
	min-height: 40px;
	padding-left: 0;
}

.landing-price-card > strong {
	align-self: center;
	margin-bottom: 3px;
}

.landing-price-card p {
	margin-left: auto;
	margin-right: auto;
	max-width: 28ch;
	line-height: 1.35;
}

.landing-price-note {
	margin-top: auto !important;
	padding-top: 1px;
}

.landing-price-details {
	background: rgba(255, 253, 248, 0.9);
	border: 1px solid #ead8c1;
	border-radius: 8px;
	margin-top: 16px;
	overflow: hidden;
	padding: 0;
}

.landing-price-details summary {
	align-items: center;
	background: #fff9ee;
	color: #046b26;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	justify-content: space-between;
	list-style: none;
	padding: 12px 14px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.landing-price-details summary:hover,
.landing-price-details summary:focus {
	background: #f7f0e2;
	color: #f5721f;
}

.landing-price-details summary:after {
	color: #f5721f;
	content: "\2193";
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.landing-price-details[open] summary:after {
	content: "\2191";
}

.landing-price-details[open] summary {
	border-bottom: 1px solid #ead8c1;
}

.landing-price-details-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 12px;
}

.landing-price-detail-block {
	background: #fffdf8;
	border: 1px solid rgba(239, 215, 189, 0.8);
	border-radius: 8px;
	padding: 12px 12px 10px;
}

.landing-price-detail-block h3 {
	color: #f5721f;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.landing-price-detail-block .landing-price-list li {
	align-items: flex-start;
	display: block;
	padding-bottom: 6px;
}

.landing-price-detail-block .landing-price-list li span {
	font-weight: bold;
}

.landing-price-detail-block .landing-price-list li strong {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	margin-top: 1px;
	white-space: normal;
}

.landing-inline-cta-soft {
	background: transparent;
	border: 0;
	border-top: 1px solid #ead8c1;
	border-radius: 0;
	gap: 8px;
	margin-top: 14px;
	padding: 12px 0 0;
}

.landing-inline-cta-soft p {
	font-size: 14px;
}

@media (max-width: 900px) {
	.landing-price-details-grid {
		grid-template-columns: 1fr;
	}
}
