.pg-potato {
	--pg-green: #315f35;
	--pg-green-dark: #1f3c25;
	--pg-leaf: #789445;
	--pg-brown: #76533a;
	--pg-brown-dark: #4f3727;
	--pg-potato: #d8aa4f;
	--pg-cream: #f7f0e3;
	--pg-cream-strong: #efe0c5;
	--pg-white: #ffffff;
	--pg-ink: #243126;
	--pg-muted: #687267;
	--pg-line: #e1d7c8;
	--pg-shadow: 0 14px 36px rgba(42, 53, 37, 0.09);
	overflow: hidden;
	background: var(--pg-white);
	color: var(--pg-ink);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

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

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

.pg-potato-hero {
	position: relative;
	min-height: 620px;
	color: var(--pg-white);
	background: var(--pg-green-dark);
}

.pg-potato-hero__bg {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(90deg, rgba(24, 40, 25, 0.82), rgba(24, 40, 25, 0.42) 52%, rgba(24, 40, 25, 0.18)),
		url("/wp-content/plugins/potato-preorder/assets/images/hero-potatoes.jpg");
	background-position: center right;
	background-size: cover;
}

.pg-potato-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 620px;
	padding-top: 72px;
	padding-bottom: 72px;
}

.pg-potato-hero__content {
	max-width: 720px;
	padding: 30px;
	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);
}

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

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

.pg-potato-trust-section .pg-potato-eyebrow {
	color: #d8e8bb;
}

.pg-potato h1,
.pg-potato h2,
.pg-potato h3,
.pg-potato p {
	margin-top: 0;
}

.pg-potato h1 {
	max-width: 660px;
	margin-bottom: 20px;
	color: inherit;
	font-size: 58px;
	font-weight: 850;
	line-height: 1.05;
}

.pg-potato h2 {
	margin-bottom: 0;
	color: inherit;
	font-size: 38px;
	font-weight: 820;
	line-height: 1.12;
}

.pg-potato-hero__lead {
	max-width: 590px;
	margin-bottom: 14px;
	color: #102916;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.42;
}

.pg-potato-hero__text {
	max-width: 610px;
	margin-bottom: 30px;
	color: #152116;
	font-size: 18px;
	font-weight: 650;
	line-height: 1.62;
}

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

.pg-potato-button,
.pg-potato-pack a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.pg-potato-button:hover,
.pg-potato-button:focus,
.pg-potato-pack a:hover,
.pg-potato-pack a:focus {
	text-decoration: none;
	transform: translateY(-1px);
}

.pg-potato-button--primary {
	background: var(--pg-potato);
	color: #2b2116;
}

.pg-potato-button--primary:hover,
.pg-potato-button--primary:focus {
	background: #f0c56f;
	color: #2b2116;
}

.pg-potato-button--ghost {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.08);
	color: var(--pg-white);
}

.pg-potato-button--ghost:hover,
.pg-potato-button--ghost:focus {
	background: rgba(255, 255, 255, 0.16);
	color: var(--pg-white);
}

.pg-potato-hero .pg-potato-button--ghost {
	border-color: rgba(49, 95, 53, 0.38);
	background: rgba(255, 255, 255, 0.36);
	color: var(--pg-green-dark);
}

.pg-potato-hero .pg-potato-button--ghost:hover,
.pg-potato-hero .pg-potato-button--ghost:focus {
	border-color: rgba(49, 95, 53, 0.52);
	background: rgba(247, 240, 227, 0.82);
	color: var(--pg-green-dark);
}

.pg-potato-section {
	padding: 78px 0;
	background: var(--pg-white);
}

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

.pg-potato-section__head {
	max-width: 780px;
	margin-bottom: 30px;
}

.pg-potato-grid {
	display: grid;
	gap: 16px;
}

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

.pg-potato-card {
	display: flex;
	min-height: 126px;
	padding: 20px;
	gap: 13px;
	align-items: flex-start;
	border: 1px solid var(--pg-line);
	border-radius: 10px;
	background: var(--pg-white);
	box-shadow: var(--pg-shadow);
}

.pg-potato-card span {
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	border-radius: 999px;
	background: var(--pg-leaf);
	box-shadow: 0 0 0 6px rgba(120, 148, 69, 0.16);
}

.pg-potato-card strong {
	display: block;
	font-size: 17px;
	line-height: 1.38;
}

.pg-potato-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.pg-potato-step {
	min-height: 170px;
	padding: 20px;
	border: 1px solid #decfb7;
	border-radius: 10px;
	background: var(--pg-white);
	box-shadow: 0 10px 24px rgba(42, 53, 37, 0.06);
}

.pg-potato-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: var(--pg-green);
	color: var(--pg-white);
	font-size: 17px;
	font-weight: 850;
}

.pg-potato-step p {
	margin: 0;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.42;
}

.pg-potato-note {
	margin: 20px 0 0;
	padding: 16px 18px;
	border-left: 4px solid var(--pg-potato);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--pg-brown-dark);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}

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

.pg-potato-pack {
	display: flex;
	min-height: 230px;
	padding: 24px;
	flex-direction: column;
	border: 1px solid var(--pg-line);
	border-radius: 10px;
	background: linear-gradient(180deg, #fff, #fff9ee);
	box-shadow: var(--pg-shadow);
}

.pg-potato-pack h3 {
	margin-bottom: 12px;
	color: var(--pg-green-dark);
	font-size: 40px;
	font-weight: 850;
	line-height: 1;
}

.pg-potato-pack p {
	margin-bottom: 20px;
	color: var(--pg-muted);
	font-size: 16px;
	line-height: 1.5;
}

.pg-potato-pack a {
	width: 100%;
	margin-top: auto;
	background: var(--pg-green);
	color: var(--pg-white);
}

.pg-potato-pack a:hover,
.pg-potato-pack a:focus {
	background: var(--pg-green-dark);
	color: var(--pg-white);
}

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

.pg-potato-trust {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
	gap: 48px;
	align-items: start;
}

.pg-potato-trust__text p {
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 19px;
	line-height: 1.68;
}

.pg-potato-trust__text p:last-child {
	margin-bottom: 0;
}

.pg-potato-trust__text strong {
	color: #fff0ca;
}

.pg-potato-grid--audience {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pg-potato-audience-card {
	min-height: 106px;
	padding: 22px;
	border: 1px solid var(--pg-line);
	border-radius: 10px;
	background: var(--pg-white);
	box-shadow: 0 10px 26px rgba(42, 53, 37, 0.06);
	color: var(--pg-green-dark);
	font-size: 18px;
	font-weight: 750;
	line-height: 1.38;
}

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

.pg-potato-faq details {
	border: 1px solid #decfb7;
	border-radius: 10px;
	background: var(--pg-white);
}

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

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

.pg-potato-preorder-section {
	background: linear-gradient(180deg, var(--pg-cream), #fff);
}

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

.pg-potato-preorder__copy p:not(.pg-potato-eyebrow) {
	max-width: 430px;
	margin: 18px 0 0;
	color: var(--pg-muted);
	font-size: 18px;
	line-height: 1.62;
}

.pg-potato-form-slot {
	width: 100%;
	min-width: 0;
}

.pg-potato-form-slot .potato-form {
	max-width: none;
}

.pg-potato-contact-section {
	padding-top: 64px;
	padding-bottom: 70px;
	background: var(--pg-white);
}

.pg-potato-contact {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
	gap: 34px;
	align-items: start;
	padding-top: 28px;
	border-top: 1px solid var(--pg-line);
}

.pg-potato-contact p {
	margin: 16px 0 0;
	color: var(--pg-muted);
	font-size: 17px;
	line-height: 1.55;
}

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

.pg-potato-contact__items div {
	min-height: 120px;
	padding: 20px;
	border-radius: 10px;
	background: var(--pg-cream);
}

.pg-potato-contact__items span {
	display: block;
	margin-bottom: 8px;
	color: var(--pg-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pg-potato-contact__items strong {
	display: block;
	color: var(--pg-green-dark);
	font-size: 17px;
	line-height: 1.42;
}

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

@media (max-width: 1080px) {
	.pg-potato-grid--benefits,
	.pg-potato-packs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.pg-potato-step:last-child {
		grid-column: 1 / -1;
		min-height: 120px;
	}

	.pg-potato h1 {
		font-size: 46px;
	}

	.pg-potato h2 {
		font-size: 32px;
	}
}

@media (max-width: 820px) {
	.pg-potato-hero,
	.pg-potato-hero__inner {
		min-height: 560px;
	}

	.pg-potato-hero__bg {
		background-image:
			linear-gradient(180deg, rgba(24, 40, 25, 0.82), rgba(24, 40, 25, 0.58)),
			url("/wp-content/plugins/potato-preorder/assets/images/hero-potatoes.jpg");
		background-position: center;
	}

	.pg-potato-section {
		padding: 58px 0;
	}

	.pg-potato-trust,
	.pg-potato-preorder,
	.pg-potato-contact {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.pg-potato-grid--audience,
	.pg-potato-contact__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

	.pg-potato-hero,
	.pg-potato-hero__inner {
		min-height: 520px;
	}

	.pg-potato-hero__inner {
		padding-top: 52px;
		padding-bottom: 52px;
	}

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

	.pg-potato h1 {
		font-size: 34px;
		line-height: 1.08;
	}

	.pg-potato h2 {
		font-size: 27px;
	}

	.pg-potato-hero__lead {
		font-size: 18px;
	}

	.pg-potato-hero__text,
	.pg-potato-preorder__copy p:not(.pg-potato-eyebrow),
	.pg-potato-trust__text p {
		font-size: 16px;
	}

	.pg-potato-actions,
	.pg-potato-button,
	.pg-potato-pack a {
		width: 100%;
	}

	.pg-potato-grid--benefits,
	.pg-potato-packs,
	.pg-potato-steps,
	.pg-potato-grid--audience,
	.pg-potato-contact__items {
		grid-template-columns: 1fr;
	}

	.pg-potato-step:last-child {
		grid-column: auto;
	}

	.pg-potato-card,
	.pg-potato-step,
	.pg-potato-pack,
	.pg-potato-audience-card,
	.pg-potato-contact__items div {
		min-height: auto;
	}

	.pg-potato-card,
	.pg-potato-pack,
	.pg-potato-audience-card {
		padding: 18px;
	}
}

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