.potato-landing,
.potato-form {
	--potato-green: #355f36;
	--potato-green-dark: #203e25;
	--potato-leaf: #6f8f3d;
	--potato-cream: #f7f2e8;
	--potato-beige: #eadcc2;
	--potato-brown: #765438;
	--potato-ink: #243126;
	--potato-muted: #667063;
	--potato-line: #e4dccf;
	box-sizing: border-box;
	color: var(--potato-ink);
	font-family: inherit;
	letter-spacing: 0;
}

.potato-landing *,
.potato-landing *::before,
.potato-landing *::after,
.potato-form *,
.potato-form *::before,
.potato-form *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.potato-container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}

.potato-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 560px;
	overflow: hidden;
	background-color: var(--potato-green-dark);
	background-position: center right;
	background-size: cover;
	color: #fff;
}

.potato-hero__shade {
	position: absolute;
	inset: 0;
	background: rgba(20, 31, 21, 0.12);
	pointer-events: none;
}

.potato-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.28);
	box-shadow: 0 14px 34px rgba(22, 34, 21, 0.14);
	color: #0f1d12;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.potato-eyebrow {
	margin: 0 0 14px;
	color: var(--potato-leaf);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.potato-hero .potato-eyebrow {
	color: #102916;
}

.potato-hero h1,
.potato-section h2 {
	margin: 0;
	color: inherit;
	font-weight: 800;
	line-height: 1.08;
}

.potato-hero h1 {
	max-width: 680px;
	font-size: 54px;
}

.potato-hero__subtitle {
	max-width: 560px;
	margin: 22px 0 30px;
	color: #152116;
	font-size: 22px;
	font-weight: 650;
	line-height: 1.45;
}

.potato-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 0;
	border-radius: 8px;
	background: var(--potato-green);
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.potato-button:hover,
.potato-button:focus {
	background: var(--potato-green-dark);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.potato-button--hero {
	background: var(--potato-green);
	color: #ffffff;
}

.potato-button--hero:hover,
.potato-button--hero:focus {
	background: var(--potato-green-dark);
	color: #ffffff;
}

.potato-section {
	padding: 72px 0;
	background: #fff;
}

.potato-section--tint {
	background: var(--potato-cream);
}

.potato-section--trust {
	background: var(--potato-green-dark);
	color: #fff;
}

.potato-section--form {
	background: var(--potato-cream);
}

.potato-contact-section {
	padding-top: 56px;
	padding-bottom: 64px;
}

.potato-section h2 {
	margin-bottom: 28px;
	font-size: 36px;
}

.potato-benefits,
.potato-packages {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.potato-card {
	min-height: 118px;
	border: 1px solid var(--potato-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(31, 45, 28, 0.06);
}

.potato-benefit {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 20px;
}

.potato-benefit p {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.potato-card__mark {
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	border-radius: 50%;
	background: var(--potato-leaf);
	box-shadow: 0 0 0 5px rgba(111, 143, 61, 0.16);
}

.potato-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	counter-reset: steps;
}

.potato-step {
	min-height: 150px;
	padding: 22px;
	border: 1px solid #ded3c0;
	border-radius: 8px;
	background: #fff;
}

.potato-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: var(--potato-green);
	color: #fff;
	font-weight: 800;
}

.potato-step p {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.potato-package {
	display: flex;
	min-height: 132px;
	padding: 22px;
	flex-direction: column;
	justify-content: space-between;
}

.potato-package strong {
	color: var(--potato-green-dark);
	font-size: 34px;
	line-height: 1;
}

.potato-package span {
	color: var(--potato-muted);
	font-size: 16px;
	line-height: 1.4;
}

.potato-trust {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
	gap: 44px;
	align-items: start;
}

.potato-trust h2 {
	margin-bottom: 0;
}

.potato-trust p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 20px;
	line-height: 1.65;
}

.potato-faq {
	display: grid;
	gap: 10px;
}

.potato-faq details {
	border: 1px solid var(--potato-line);
	border-radius: 8px;
	background: #fff;
}

.potato-faq summary {
	padding: 18px 20px;
	cursor: pointer;
	color: var(--potato-green-dark);
	font-size: 18px;
	font-weight: 800;
}

.potato-faq p {
	margin: 0;
	padding: 0 20px 20px;
	color: var(--potato-muted);
	font-size: 16px;
	line-height: 1.55;
}

.potato-form-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
	gap: 36px;
	align-items: start;
}

.potato-form-copy p:not(.potato-eyebrow) {
	max-width: 420px;
	margin: 0;
	color: var(--potato-muted);
	font-size: 18px;
	line-height: 1.6;
}

.potato-form {
	width: 100%;
	padding: 28px;
	border: 1px solid var(--potato-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(31, 45, 28, 0.08);
}

.potato-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.potato-field {
	display: flex;
	min-width: 0;
	margin: 0;
	flex-direction: column;
	gap: 8px;
	color: var(--potato-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.potato-field b,
.potato-checkbox b {
	color: #9b3b22;
}

.potato-field input,
.potato-field select,
.potato-field textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid #d7cbb8;
	border-radius: 8px;
	background: #fff;
	color: var(--potato-ink);
	font: inherit;
	font-weight: 500;
	outline: none;
}

.potato-field textarea {
	min-height: 110px;
	resize: vertical;
}

.potato-field input:focus,
.potato-field select:focus,
.potato-field textarea:focus {
	border-color: var(--potato-green);
	box-shadow: 0 0 0 3px rgba(53, 95, 54, 0.16);
}

.potato-field--wide {
	grid-column: 1 / -1;
}

.potato-field--radio {
	padding: 0;
	border: 0;
}

.potato-field--radio legend {
	margin: 0 0 8px;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
}

.potato-field--radio label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-right: 16px;
	font-size: 15px;
	font-weight: 600;
}

.potato-field--radio input {
	width: auto;
	min-height: 0;
}

.potato-form--js .potato-delivery-address.is-hidden {
	display: none;
}

.potato-checkbox {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 18px 0 22px;
	color: var(--potato-muted);
	font-size: 14px;
	line-height: 1.45;
}

.potato-checkbox input {
	flex: 0 0 auto;
	margin-top: 3px;
}

.potato-form__notice {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.5;
}

.potato-form__notice p {
	margin: 0;
}

.potato-form__notice ul {
	margin: 8px 0 0 18px;
	padding: 0;
}

.potato-form__notice--success {
	border: 1px solid #bed4a1;
	background: #f1f7e9;
	color: #294427;
}

.potato-form__notice--error {
	border: 1px solid #e3b7a6;
	background: #fff2ed;
	color: #71301f;
}

.potato-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.potato-contact {
	padding-top: 8px;
	border-top: 1px solid var(--potato-line);
}

.potato-contact__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.potato-contact__grid div {
	padding: 20px;
	border-radius: 8px;
	background: var(--potato-cream);
}

.potato-contact__grid span {
	display: block;
	margin-bottom: 8px;
	color: var(--potato-muted);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.potato-contact__grid strong {
	display: block;
	color: var(--potato-green-dark);
	font-size: 18px;
	line-height: 1.35;
}

.potato-contact__grid p {
	margin: 0;
	color: var(--potato-green-dark);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.5;
}

@media (max-width: 980px) {
	.potato-hero {
		min-height: 500px;
		background-position: center;
	}

	.potato-hero h1 {
		font-size: 40px;
	}

	.potato-hero__subtitle {
		font-size: 19px;
	}

	.potato-section {
		padding: 56px 0;
	}

	.potato-section h2 {
		font-size: 30px;
	}

	.potato-benefits,
	.potato-packages,
	.potato-steps,
	.potato-contact__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.potato-trust,
	.potato-form-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

@media (max-width: 640px) {
	.potato-container {
		padding: 0 16px;
	}

	.potato-hero {
		min-height: 460px;
	}

	.potato-hero__inner {
		padding: 22px;
		border-radius: 12px;
	}

	.potato-hero h1 {
		font-size: 32px;
	}

	.potato-hero__subtitle {
		font-size: 17px;
	}

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

	.potato-section h2 {
		font-size: 26px;
	}

	.potato-benefits,
	.potato-packages,
	.potato-steps,
	.potato-contact__grid,
	.potato-form__grid {
		grid-template-columns: 1fr;
	}

	.potato-form {
		padding: 20px;
	}

	.potato-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.potato-button {
		transition: none;
	}
}
