.amdp-delivery-page {
	--amdp-primary: #8cbc67;
	--amdp-primary-dark: #6ea149;
	--amdp-accent: #fbbc34;
	--amdp-accent-alt: #f27f3d;
	--amdp-ink: #242424;
	--amdp-muted: #667085;
	--amdp-surface: #ffffff;
	--amdp-surface-alt: #f6f9f4;
	--amdp-border: rgba(36, 36, 36, 0.08);
	--amdp-shadow: 0 12px 32px rgba(36, 36, 36, 0.045);
	--amdp-radius-xl: 34px;
	--amdp-radius-lg: 24px;
	--amdp-radius-md: 18px;
	--amdp-max-width: 1480px;
}

.amdp-delivery-page *,
.amdp-delivery-page *::before,
.amdp-delivery-page *::after {
	box-sizing: border-box;
}

.amdp-delivery-page .main-page-wrapper,
.amdp-delivery-page .wd-content-layout {
	padding-top: 40px;
}

body.amdp-delivery-page,
body.amdp-delivery-page .website-wrapper,
body.amdp-delivery-page .wd-page-wrapper,
body.amdp-delivery-page .wd-page-content,
body.amdp-delivery-page .main-page-wrapper {
	background: #faf8f5;
}

body.amdp-delivery-page .wd-content-layout,
body.amdp-delivery-page .content-layout-wrapper {
	background: transparent;
}

.amdp-delivery-page .entry-header,
.amdp-delivery-page .page-title {
	display: none;
}

.amdp-page {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
	overflow-x: hidden;
	background: transparent;
	color: var(--amdp-ink);
	font-family: Manrope, Arial, Helvetica, sans-serif;
}

.amdp-shell {
	width: min(var(--amdp-max-width), calc(100% - 48px));
	max-width: min(var(--amdp-max-width), calc(100% - 48px));
	margin-inline: auto;
}

.amdp-hero,
.amdp-section {
	padding: 48px 0;
}

.amdp-hero {
	padding-top: 40px;
	display: none;
}

.amdp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 28px;
	align-items: stretch;
}

.amdp-hero__content,
.amdp-hero__card,
.amdp-contact-card,
.amdp-payment,
.amdp-step-card,
.amdp-fact-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--amdp-border);
	border-radius: var(--amdp-radius-xl);
	box-shadow: var(--amdp-shadow);
}

.amdp-hero__content {
	padding: 46px;
	position: relative;
	overflow: hidden;
}

.amdp-hero__content::after {
	content: "";
	position: absolute;
	inset: auto -60px -60px auto;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(251, 188, 52, 0.22), transparent 70%);
	pointer-events: none;
}

.amdp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(140, 188, 103, 0.12);
	color: var(--amdp-primary-dark);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.amdp-hero__title,
.amdp-section__title,
.amdp-contact-card__title {
	margin: 18px 0 0;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 0.96;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: var(--amdp-ink);
}

.amdp-section__title,
.amdp-contact-card__title {
	font-size: clamp(30px, 4.2vw, 48px);
}

.amdp-hero__description,
.amdp-section__text,
.amdp-contact-card__text,
.amdp-fact-card__text,
.amdp-payment__card-text,
.amdp-step-card__text {
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.7;
	color: var(--amdp-muted);
}

.amdp-hero__actions,
.amdp-contact-card__actions,
.amdp-steps-action {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.amdp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 24px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.amdp-button:hover {
	transform: translateY(-1px);
}

.amdp-button--primary {
	background: linear-gradient(135deg, var(--amdp-primary), #95ca6d);
	color: #fff;
	box-shadow: 0 10px 22px rgba(140, 188, 103, 0.18);
}

.amdp-button--primary:hover {
	color: #fff;
	box-shadow: 0 14px 26px rgba(140, 188, 103, 0.22);
}

.amdp-button--secondary {
	background: #fff;
	border-color: rgba(36, 36, 36, 0.12);
	color: var(--amdp-ink);
}

.amdp-button--secondary:hover {
	color: var(--amdp-ink);
	background: #f8faf7;
}

.amdp-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.amdp-chip {
	display: inline-flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(36, 36, 36, 0.08);
	color: var(--amdp-ink);
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 6px 16px rgba(36, 36, 36, 0.035);
}

.amdp-hero__visual {
	display: flex;
}

.amdp-hero__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 26px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(140, 188, 103, 0.14), rgba(255, 255, 255, 0.92) 60%),
		#ffffff;
}

.amdp-hero__illustration {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 28px;
	border: 1px solid rgba(36, 36, 36, 0.06);
	background: #eef0e4;
}

.amdp-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.amdp-stat {
	padding: 16px 18px;
	background: rgba(255, 255, 255, 0.88);
	border-radius: 20px;
	border: 1px solid rgba(36, 36, 36, 0.08);
}

.amdp-stat__value {
	display: block;
	font-size: 17px;
	font-weight: 800;
	color: var(--amdp-ink);
}

.amdp-stat__label {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--amdp-muted);
}

.amdp-section--fhero {
	padding-top: 6px;
}

.amdp-fhero {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	align-items: stretch;
	height: clamp(440px, 30vw, 490px);
	overflow: hidden;
	border-radius: calc(var(--amdp-radius-xl) + 4px);
	border: 1px solid var(--amdp-border);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: var(--amdp-shadow);
}

.amdp-fhero__media {
	position: relative;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	background: #d7dcc9;
}

.amdp-fhero__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 38%;
	background: linear-gradient(180deg, rgba(19, 31, 16, 0), rgba(19, 31, 16, 0.18));
	pointer-events: none;
	z-index: 1;
}

.amdp-fhero__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}

.amdp-fhero__stats {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 22px;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.amdp-stat--overlay {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	box-shadow: 0 16px 30px rgba(21, 26, 18, 0.1);
	padding: 13px 14px;
}

.amdp-stat--overlay .amdp-stat__value {
	font-size: clamp(13px, 1.2vw, 17px);
	letter-spacing: -0.02em;
	white-space: nowrap;
	text-align: center;
}

.amdp-stat--overlay .amdp-stat__label {
	font-size: 11px;
	line-height: 1.35;
	text-align: center;
}

.amdp-fhero__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: clamp(34px, 3.6vw, 52px) clamp(32px, 4vw, 56px);
	overflow: hidden;
	isolation: isolate;
	background: linear-gradient(145deg, #9ccb79 0%, #8cbc67 42%, #78aa55 100%);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.12);
	text-align: center;
}

.amdp-fhero__content::before,
.amdp-fhero__content::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.amdp-fhero__content::before {
	top: -42px;
	left: -84px;
	width: 320px;
	height: 420px;
	border-radius: 48px;
	background: linear-gradient(145deg, rgba(170, 215, 131, 0.38), rgba(140, 188, 103, 0.06));
	transform: rotate(-14deg);
}

.amdp-fhero__content::after {
	right: -54px;
	bottom: -32px;
	width: 232px;
	height: 232px;
	border-radius: 999px;
	background: rgba(170, 215, 131, 0.28);
}

.amdp-fhero__content > * {
	position: relative;
	z-index: 1;
}

.amdp-fhero__title {
	margin: 0;
	max-width: 460px;
	font-size: clamp(28px, 3.2vw, 46px);
	line-height: 0.98;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: #fff;
}

.amdp-fhero__description {
	max-width: 420px;
	margin: 16px 0 0;
	font-size: clamp(15px, 1.05vw, 18px);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.94);
}

.amdp-fhero__actions {
	margin-top: 22px;
	display: flex;
	justify-content: center;
}

.amdp-button--feature {
	padding: 16px 24px;
	background: #fff;
	color: #8cbc67;
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: 0 14px 28px rgba(61, 93, 39, 0.16);
}

.amdp-button--feature:hover {
	color: #8cbc67;
	background: #f7fbf3;
	box-shadow: 0 16px 32px rgba(61, 93, 39, 0.2);
}

.amdp-section--fsteps {
	padding-top: 18px;
	padding-bottom: 52px;
}



.amdp-feature-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	align-items: start;
}

.amdp-feature-steps__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	min-height: 312px;
	padding: 30px 18px 8px;
	border-radius: 16px;
	border: 1px solid rgba(140, 188, 103, 0.48);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(252, 253, 249, 0.99) 100%);
	box-shadow: 0 8px 18px rgba(140, 188, 103, 0.12), 0 2px 8px rgba(39, 55, 24, 0.05);
	overflow: visible;
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.amdp-feature-steps__card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 32px rgba(140, 188, 103, 0.16), 0 4px 12px rgba(39, 55, 24, 0.08);
}

.amdp-feature-steps__card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(120% 120% at 50% 100%, rgba(140, 188, 103, 0.08) 0%, rgba(140, 188, 103, 0) 58%);
	pointer-events: none;
}

.amdp-feature-steps__title {
	margin: 0;
	max-width: 100%;
	min-height: 84px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: clamp(16px, 1.5vw + 12px, 18px);
	line-height: 1.38;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: center;
	color: var(--amdp-ink);
	position: relative;
	z-index: 1;
}

.amdp-feature-steps__media {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	min-height: 188px;
	margin-top: auto;
	z-index: 1;
	overflow: visible;
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.amdp-feature-steps__card:hover .amdp-feature-steps__media {
	transform: translateY(-6px) scale(1.03);
}

.amdp-feature-steps__icon {
	width: auto;
	max-width: 94%;
	max-height: 296px;
	height: auto;
	display: block;
	filter: drop-shadow(0 14px 18px rgba(108, 88, 48, 0.08));
	transform-origin: center bottom;
}

.amdp-feature-steps__card--basket .amdp-feature-steps__icon {
	max-width: 95%;
	max-height: 228px;
	transform: translateY(-24px) scale(1.15);
}

.amdp-feature-steps__card--phone .amdp-feature-steps__icon {
	max-width: 85%;
	max-height: 292px;
	transform: translateY(-16px) scale(1.15);
}

.amdp-feature-steps__card--payment .amdp-feature-steps__icon {
	max-width: 95%;
	max-height: 268px;
	transform: translateY(-12px) scale(1.15);
}

.amdp-feature-steps__card--courier .amdp-feature-steps__icon {
	max-width: 90%;
	max-height: 264px;
	transform: translateY(-20px) scale(1.15);
}

.amdp-section--pickup-promo {
	padding-top: 6px;
	padding-bottom: 20px;
}

.amdp-pickup-promo {
	position: relative;
	min-height: 450px;
	display: flex;
	align-items: center;
	padding: 54px 50px 60px;
	border-radius: 32px;
	overflow: hidden;
	background:
		var(--amdp-pickup-bg) center / cover no-repeat;
	box-shadow: 0 18px 38px rgba(140, 188, 103, 0.18);
}

.amdp-pickup-promo::after {
	display: none;
}

.amdp-pickup-promo__content {
	position: relative;
	z-index: 1;
	max-width: 69%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 0;
	color: #fff;
}

.amdp-pickup-promo__title {
	margin: 0;
	font-size: clamp(32px, 3.2vw, 46px);
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: #fff;
	white-space: nowrap;
}

.amdp-pickup-promo__eyebrow {
	margin-top: 30px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
}

.amdp-pickup-promo__address {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 16px;
	font-size: clamp(24px, 1.6vw, 28px);
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
}

.amdp-pickup-promo__pin {
	flex: 0 0 auto;
	font-size: 22px;
	line-height: 1.2;
	transform: translateY(3px);
}

.amdp-pickup-promo__schedule {
	margin: 24px 0 0;
	font-size: clamp(18px, 1.2vw, 20px);
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.94);
}

.amdp-pickup-promo__actions {
	margin-top: 56px;
}

.amdp-button--pickup {
	background: #fff;
	color: #7ea95d;
	border-color: rgba(255, 255, 255, 0.35);
	box-shadow: 0 16px 28px rgba(64, 94, 35, 0.16);
}

.amdp-button--pickup:hover {
	color: #7ea95d;
	background: #f7fbf3;
	box-shadow: 0 18px 32px rgba(64, 94, 35, 0.2);
}

.amdp-section__head {
	max-width: 840px;
	margin-bottom: 28px;
}

.amdp-section__head--compact {
	margin-bottom: 20px;
}

.amdp-facts-grid,
.amdp-steps-grid,
.amdp-payment__grid {
	display: grid;
	gap: 18px;
}

.amdp-facts-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.amdp-steps-grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.amdp-payment__grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.amdp-fact-card,
.amdp-step-card,
.amdp-payment__card {
	padding: 24px;
}

.amdp-fact-card__icon,
.amdp-step-card__icon {
	width: 46px;
	height: 46px;
}

.amdp-fact-card__title,
.amdp-payment__card-title,
.amdp-step-card__title {
	margin: 18px 0 0;
	font-size: 24px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--amdp-ink);
}



.amdp-section--timing {
	padding-top: 18px;
}

.amdp-timing {
	padding: 34px;
	border-radius: var(--amdp-radius-xl);
	background: #8CBC67;
	border: 1px solid #7bab57;
	box-shadow: var(--amdp-shadow);
}

.amdp-timing .amdp-section__title,
.amdp-timing .amdp-section__text {
	color: #ffffff;
}


.amdp-timing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.amdp-timing-card {
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(36, 36, 36, 0.08);
	box-shadow: 0 10px 24px rgba(36, 36, 36, 0.04);
}

.amdp-timing-card__label {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(251, 188, 52, 0.18);
	color: #9a6200;
	font-size: 14px;
	font-weight: 800;
}

.amdp-timing-card__time {
	margin-top: 18px;
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: var(--amdp-ink);
}

.amdp-timing-card__note {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.65;
	color: var(--amdp-muted);
}

.amdp-step-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(251, 188, 52, 0.16);
	color: #9a6200;
	font-size: 14px;
	font-weight: 800;
}






.amdp-map-panel__list {
	display: grid;
	gap: 14px;
	margin: 20px 0 0;
}

.amdp-map-panel__list dt {
	font-size: 13px;
	font-weight: 700;
	color: var(--amdp-muted);
}

.amdp-map-panel__list dd {
	margin: 5px 0 0;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 700;
	color: var(--amdp-ink);
}

.amdp-map-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	min-width: 0;
	padding: 18px;
	background:
		linear-gradient(180deg, rgba(140, 188, 103, 0.08), rgba(255, 255, 255, 0.94) 24%),
		#ffffff;
}

.amdp-map-toolbar {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 14px;
}

.amdp-map-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	border: none;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(36, 36, 36, 0.06);
	color: var(--amdp-ink);
	font-size: 22px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.amdp-map-control:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(36, 36, 36, 0.08);
}

.amdp-map-control--wide {
	font-size: 14px;
	letter-spacing: 0.02em;
}

.amdp-map-frame {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	background: linear-gradient(180deg, #eef6e7 0%, #f8fbf5 100%);
	border: 1px solid rgba(36, 36, 36, 0.06);
	aspect-ratio: 1.18 / 0.86;
	cursor: grab;
}

.amdp-map-frame.is-dragging {
	cursor: grabbing;
}

.amdp-custom-svg-layout {
	position: relative;
	width: 100%;
	height: 100%;
	transform-origin: center center;
	transition: transform 0.1s ease-out;
	will-change: transform;
}

.amdp-svg-oblast {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.amdp-moscow-overlay {
	position: absolute;
	top: 41%;
	left: 47%;
	width: 18%;
	height: 20%;
	transform: translate(-50%, -50%);
	z-index: 10;
	cursor: pointer;
	outline: none;
}

.amdp-svg-moscow {
	width: 100%;
	height: 100%;
	display: block;
	filter: drop-shadow(0 6px 12px rgba(18, 50, 28, 0.16));
}

.amdp-moscow-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	font-weight: 800;
	color: #111;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	pointer-events: none;
	z-index: 12;
}

.amdp-map-region-path,
.amdp-map-moscow-path {
	fill: #f4f6f0;
	fill-opacity: 0.9;
	stroke: #ffffff;
	stroke-width: 0.5px;
	transition: fill-opacity 0.2s ease, stroke 0.2s ease, stroke-width 0.2s ease;
	vector-effect: non-scaling-stroke;
	cursor: pointer;
	outline: none;
}

.amdp-map-moscow-path {
	stroke-width: 0.8px;
}

path.amdp-map-region-path:hover,
path.amdp-map-region-path:focus,
path.amdp-map-region-path.is-active,
.amdp-moscow-overlay[data-region]:hover .amdp-map-moscow-path,
.amdp-moscow-overlay[data-region]:focus .amdp-map-moscow-path,
.amdp-moscow-overlay[data-region].is-active .amdp-map-moscow-path {
	fill-opacity: 1;
	stroke-width: 1.5px;
	stroke: rgba(36, 36, 36, 0.4);
	position: relative;
	z-index: 2;
}

.amdp-map-help {
	margin-top: 6px;
	font-size: 14px;
}

.amdp-map-card > .amdp-map-legend {
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.amdp-map-card > .amdp-map-legend .amdp-map-legend__item {
	flex: 0 0 auto;
	white-space: nowrap;
	padding: 10px 13px;
	font-size: 13px;
}

.amdp-map-fallback {
	margin-top: 22px;
	padding: 22px 24px;
	border-radius: 28px;
	background: rgba(246, 249, 244, 0.92);
	border: 1px solid rgba(36, 36, 36, 0.06);
}

.amdp-map-fallback__title {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	color: var(--amdp-ink);
}

.amdp-map-fallback__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.amdp-map-fallback__item {
	display: grid;
	gap: 4px;
	padding: 16px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid rgba(36, 36, 36, 0.06);
	font-size: 14px;
	line-height: 1.55;
	color: var(--amdp-muted);
}

.amdp-section--steps {
	padding-top: 36px;
}

.amdp-section--steps .amdp-section__head {
	max-width: 760px;
	margin-bottom: 28px;
}

.amdp-steps-showcase {
	position: relative;
	padding-top: 24px;
}

.amdp-steps-showcase::before {
	display: none;
}

.amdp-steps-showcase::after {
	display: none;
}

.amdp-section--steps .amdp-steps-grid {
	position: relative;
	z-index: 1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}

.amdp-step-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 404px;
	padding: 188px 18px 24px;
	overflow: visible;
	background: #8CBC67;
	border: 1px solid #7bab57;
	border-radius: 16px;
	box-shadow: 0 8px 18px rgba(140, 188, 103, 0.2), 0 2px 8px rgba(39, 55, 24, 0.05);
}

.amdp-step-card::before {
	display: none;
}

.amdp-step-card__number {
	position: absolute;
	left: 18px;
	top: -18px;
	z-index: 3;
	min-width: 48px;
	height: 48px;
	padding: 0 16px;
	font-size: 13px;
	font-weight: 900;
	color: #8CBC67;
	background: #ffffff;
	box-shadow: 0 10px 18px rgba(39, 55, 24, 0.1);
}

.amdp-step-card__media {
	position: absolute;
	left: 50%;
	top: -44px;
	z-index: 2;
	width: calc(100% - 30px);
	height: 220px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transform: translateX(-50%);
	pointer-events: none;
}

.amdp-step-card__icon {
	width: auto;
	height: auto;
	max-width: 174px;
	max-height: 164px;
	object-fit: contain;
	filter: drop-shadow(0 16px 22px rgba(86, 71, 31, 0.12));
}

.amdp-step-card__body {
	position: relative;
	z-index: 1;
	margin-top: 6px;
}

.amdp-step-card__title {
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.amdp-step-card__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
	max-width: 94%;
}

.amdp-step-card--01 .amdp-step-card__icon {
	max-width: 160px;
	max-height: 152px;
	transform: translateY(4px);
}

.amdp-step-card--02 .amdp-step-card__icon {
	max-width: 182px;
	max-height: 166px;
	transform: translateY(2px);
}

.amdp-step-card--03 .amdp-step-card__icon {
	max-width: 210px;
	max-height: 176px;
	transform: translate(10px, 26px);
}

.amdp-step-card--04 .amdp-step-card__icon {
	max-width: 180px;
	max-height: 162px;
	transform: translateY(0);
}

.amdp-steps-action {
	position: relative;
	z-index: 1;
	margin-top: 34px;
}

.amdp-payment {
	padding: 32px;
}

.amdp-section--promo-banners {
	padding-top: 24px;
}

.amdp-promo-banners {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.amdp-promo-banner {
	position: relative;
	display: flex;
	min-height: 230px;
	padding: 0;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(140, 188, 103, 0.22);
	box-shadow: 0 14px 34px rgba(36, 36, 36, 0.08), 0 8px 24px rgba(140, 188, 103, 0.06);
	background-color: #eef7dd;
}

.amdp-promo-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.amdp-promo-banner--family {
	background:
		var(--amdp-banner-bg) center center / cover no-repeat;
}

.amdp-promo-banner--b2b {
	background:
		var(--amdp-banner-bg) center center / cover no-repeat;
	background-color: #f0f5ea;
}

.amdp-promo-banner__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.amdp-promo-banner--family .amdp-promo-banner__content {
	max-width: 58%;
	align-items: flex-start;
	text-align: left;
	justify-content: center;
	padding: 24px 34px;
}

.amdp-promo-banner--b2b .amdp-promo-banner__content {
	max-width: 58%;
	align-items: flex-start;
	text-align: left;
	justify-content: center;
	padding: 24px 34px;
}

.amdp-promo-banner__title {
	margin: 0;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #17321d;
	text-transform: uppercase;
}

.amdp-promo-banner--family .amdp-promo-banner__title {
	font-size: clamp(20px, 2.1vw, 28px);
	line-height: 1.15;
	font-weight: 700;
	max-width: 100%;
	color: #ffffff;
	text-transform: none;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.amdp-promo-inline-icon {
	height: 2.1em;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-4px);
	margin-left: 8px;
}

.amdp-promo-banner--b2b .amdp-promo-banner__title {
	font-size: clamp(22px, 2.3vw, 30px);
	line-height: 1.15;
	font-weight: 800;
	max-width: 100%;
	color: #ffffff;
	text-transform: none;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.amdp-promo-banner__text {
	margin: 20px 0 0;
	font-size: clamp(14px, 1.05vw, 16px);
	line-height: 1.5;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.amdp-promo-banner--b2b .amdp-promo-banner__text {
	margin-top: 18px;
	max-width: 100%;
}

.amdp-promo-banner__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.amdp-promo-banner__list li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.42;
	font-weight: 700;
	color: #2b2b2b;
	padding-left: 0;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}

.amdp-promo-banner__list li::before {
	display: none;
}

.amdp-promo-banner__list-icon {
	flex: 0 0 auto;
	font-size: clamp(16px, 1.3vw, 22px);
	line-height: 1;
}

.amdp-promo-banner__actions {
	margin-top: auto;
	padding-top: 24px;
}

.amdp-promo-banner--family .amdp-promo-banner__actions {
	margin-top: auto;
	padding: 0;
}

.amdp-promo-banner--b2b .amdp-promo-banner__actions {
	padding-top: 24px;
}

.amdp-button--promo {
	min-width: 220px;
	height: 56px;
	padding: 0 28px;
	border-radius: 14px;
	font-size: clamp(13px, 1vw, 16px);
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.amdp-button--promo-family {
	background: linear-gradient(180deg, #173f24 0%, #12351d 100%);
	box-shadow: 0 16px 30px rgba(18, 53, 29, 0.24);
	color: #ffffff;
}

.amdp-button--promo-family:hover {
	background: linear-gradient(180deg, #1b4a2a 0%, #163d21 100%);
	color: #ffffff;
	box-shadow: 0 18px 34px rgba(18, 53, 29, 0.3);
}

.amdp-button--promo-b2b {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(140, 188, 103, 0.25);
	box-shadow: 0 16px 28px rgba(140, 188, 103, 0.14);
	color: var(--amdp-primary-dark);
}

.amdp-button--promo-b2b:hover {
	background: #ffffff;
	color: var(--amdp-primary-dark);
	box-shadow: 0 18px 32px rgba(140, 188, 103, 0.2);
}

.amdp-faq {
	display: grid;
	gap: 14px;
}

.amdp-faq__item {
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(36, 36, 36, 0.08);
	box-shadow: 0 10px 24px rgba(36, 36, 36, 0.04);
	overflow: hidden;
}

.amdp-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 26px;
	background: transparent;
	border: none;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 800;
	color: var(--amdp-ink);
	text-align: left;
	cursor: pointer;
}

.amdp-faq__question:hover {
	background: rgba(140, 188, 103, 0.04);
}

.amdp-faq__icon {
	position: relative;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.amdp-faq__icon::before,
.amdp-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: var(--amdp-primary-dark);
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.amdp-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.amdp-faq__question[aria-expanded="true"] .amdp-faq__icon::after {
	opacity: 0;
}

.amdp-faq__answer {
	padding: 0 26px 24px;
}

.amdp-faq__answer p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--amdp-muted);
}

.amdp-contact-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 34px;
	background:
		linear-gradient(135deg, rgba(140, 188, 103, 0.14), rgba(251, 188, 52, 0.14)),
		#ffffff;
}

.amdp-contact-card__content {
	max-width: 780px;
}

.amdp-contact-card__text {
	max-width: 640px;
}

@media (max-width: 1200px) {
	.amdp-hero__grid,
	.amdp-fhero,
	.amdp-map-layout {
		grid-template-columns: 1fr;
	}



	.amdp-promo-banners {
		grid-template-columns: 1fr;
	}

	.amdp-promo-banner {
		min-height: 520px;
		aspect-ratio: auto;
	}

	.amdp-promo-banner--family .amdp-promo-banner__content {
		max-width: 55%;
		padding: 36px 36px 36px 0;
	}

	.amdp-promo-banner--b2b .amdp-promo-banner__content {
		max-width: 55%;
		padding: 36px 0 36px 36px;
	}

	.amdp-feature-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amdp-fhero {
		height: auto;
	}

	.amdp-hero__stats {
		grid-template-columns: 1fr;
	}

	.amdp-fhero__media {
		height: auto;
		min-height: 460px;
	}

	.amdp-fhero__content {
		height: auto;
		padding: 40px 38px 42px;
	}

	.amdp-steps-showcase::before {
		display: none;
	}

	.amdp-section--steps .amdp-steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.amdp-step-card {
		min-height: 392px;
		padding-top: 178px;
	}

	.amdp-step-card__title {
		font-size: 24px;
	}

	.amdp-step-card__media {
		top: -28px;
		height: 196px;
	}

	.amdp-contact-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.amdp-pickup-promo {
		min-height: 384px;
		padding: 42px 38px 48px;
		background:
			linear-gradient(90deg, rgba(132, 186, 95, 0.94) 0%, rgba(140, 188, 103, 0.88) 46%, rgba(140, 188, 103, 0.4) 68%, rgba(140, 188, 103, 0.08) 100%),
			var(--amdp-pickup-bg) 72% center / cover no-repeat;
	}

	.amdp-pickup-promo__content {
		max-width: 64%;
	}
}

@media (max-width: 767px) {
	.amdp-hero {
		display: block;
	}

	.amdp-section--fhero {
		display: none;
	}

	.amdp-shell {
		width: calc(100% - 28px);
		max-width: calc(100% - 28px);
	}


	.amdp-hero,
	.amdp-section {
		padding: 30px 0;
	}

	.amdp-hero__content,
	.amdp-hero__card,
	.amdp-fhero__content,
	.amdp-fact-card,
	.amdp-schedule-card,
	.amdp-timing,
	.amdp-timing-card,
	.amdp-step-card,
	.amdp-payment,
	.amdp-payment__card,
	.amdp-map-card,
	.amdp-contact-card {
		padding: 22px;
		border-radius: 24px;
	}

	.amdp-hero__title,
	.amdp-section__title,
	.amdp-contact-card__title {
		font-size: 34px;
	}

	.amdp-fhero__title {
		font-size: 34px;
	}

	.amdp-hero__description,
	.amdp-section__text,
	.amdp-contact-card__text,
	.amdp-fact-card__text,
	.amdp-schedule-card__note,
	.amdp-payment__card-text,
	.amdp-step-card__text {
		font-size: 15px;
	}

	.amdp-button {
		width: 100%;
	}

	.amdp-promo-banners {
		grid-template-columns: 1fr;
	}

	.amdp-promo-banner {
		min-height: 190px;
		border-radius: 20px;
	}

	.amdp-promo-banner--family,
	.amdp-promo-banner--b2b {
		background-position: center;
		background-size: cover;
	}

	.amdp-promo-banner--family .amdp-promo-banner__content,
	.amdp-promo-banner--b2b .amdp-promo-banner__content {
		max-width: 100%;
		align-items: flex-start;
		text-align: left;
		justify-content: center;
		padding: 24px;
	}

	.amdp-promo-banner__title {
		font-size: 24px !important;
		line-height: 1.15;
	}

	.amdp-promo-banner__text,
	.amdp-promo-banner__list li {
		font-size: 16px;
	}

	.amdp-button--promo {
		min-width: 100%;
		height: 54px;
		font-size: 16px;
		border-radius: 14px;
	}

	.amdp-faq__question {
		padding: 18px 20px;
		font-size: 17px;
	}

	.amdp-faq__answer {
		padding: 0 20px 20px;
	}

	.amdp-steps-showcase {
		padding-top: 8px;
	}

	.amdp-steps-showcase::before,
	.amdp-steps-showcase::after {
		display: none;
	}

	.amdp-section--steps .amdp-steps-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.amdp-step-card {
		min-height: auto;
		padding: 156px 22px 24px;
	}

	.amdp-step-card__number {
		top: -6px;
		left: 16px;
		min-width: 42px;
		height: 42px;
	}

	.amdp-step-card__media {
		top: -10px;
		height: 150px;
	}

	.amdp-step-card__icon {
		max-width: 148px;
		max-height: 130px;
	}

	.amdp-step-card--03 .amdp-step-card__icon {
		max-width: 176px;
		max-height: 144px;
		transform: translate(4px, 10px);
	}

	.amdp-step-card__title {
		font-size: 24px;
	}

	.amdp-steps-action {
		margin-top: 22px;
	}

	.amdp-map-legend__item {
		width: 100%;
		justify-content: flex-start;
	}

	.amdp-feature-steps {
		grid-template-columns: 1fr;
	}

	.amdp-feature-steps__card {
		min-height: auto;
		padding: 22px;
	}

	.amdp-feature-steps__media {
		min-height: 140px;
	}

	.amdp-map-control {
		min-width: 40px;
		height: 40px;
	}

	.amdp-map-region__label {
		font-size: 12px;
	}

	.amdp-map-region__label.is-city {
		font-size: 11px;
	}

	.amdp-fhero__media {
		min-height: auto;
	}

	.amdp-fhero__image {
		aspect-ratio: 1 / 0.92;
	}

	.amdp-fhero__stats {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 0 18px 18px;
		margin-top: -82px;
		z-index: 3;
		grid-template-columns: 1fr;
	}

	.amdp-fhero__content {
		padding-top: 30px;
	}

	.amdp-fhero__description {
		font-size: 15px;
	}

	.amdp-pickup-promo {
		min-height: auto;
		align-items: center;
		padding: 42px 24px;
		background: #8cbc67;
	}

	.amdp-pickup-promo__content {
		max-width: 100%;
		text-align: center;
		align-items: center;
	}

	.amdp-pickup-promo__title {
		font-size: 26px;
		white-space: normal;
	}

	.amdp-pickup-promo__address {
		font-size: 18px;
		white-space: normal;
		justify-content: center;
		text-align: center;
	}

	.amdp-pickup-promo__schedule,
	.amdp-pickup-promo__eyebrow {
		font-size: 16px;
		white-space: normal;
		text-align: center;
	}

	.amdp-button--pickup {
		width: auto;
		min-width: 0;
	}

	.amdp-pickup-promo__eyebrow {
		margin-top: 22px;
	}

	.amdp-pickup-promo__address {
		margin-top: 14px;
	}

	.amdp-pickup-promo__schedule {
		margin-top: 20px;
	}

	.amdp-pickup-promo__actions {
		margin-top: 38px;
	}

	.amdp-timing-card__time {
		font-size: 30px;
	}

	.amdp-faq__question {
		padding: 18px 20px;
		font-size: 17px;
	}

	.amdp-faq__answer {
		padding: 0 20px 20px;
	}
}
