.pat-quote-zip-check,
.pat-quote-planner {
	--pat-green: #006b3a;
	--pat-dark: #123c25;
	--pat-accent: #2f8f4e;
	--pat-cream: #fbfaf5;
	--pat-neutral: #f3efe4;
	--pat-line: #c9d9c5;
	--pat-gold: #f2c94c;
	color: var(--pat-dark);
	font-family: inherit;
}

.pat-quote-zip-check {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--pat-line);
	border-radius: 10px;
	box-shadow: 0 18px 42px rgba(18, 60, 37, 0.12);
	padding: 22px;
}

.pat-quote-zip-check.is-compact {
	max-width: 720px;
}

.pat-quote-zip-check.is-hero-lite {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin-left: 0;
	margin-right: auto;
	max-width: 780px;
	padding: 0;
	text-align: left;
}

.pat-quote-zip-check.is-hero-lite .pat-quote-zip-form {
	gap: 12px;
	grid-template-columns: minmax(220px, 1fr) auto;
	margin-top: 0;
}

.pat-quote-zip-check.is-hero-lite input {
	border-color: rgba(255, 255, 255, 0.74);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	min-height: 58px;
}

.pat-quote-zip-check.is-hero-lite .pat-quote-button {
	background: #ff7a1a;
	border-color: #ff7a1a;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	min-height: 58px;
	padding-left: 28px;
	padding-right: 28px;
}

.pat-quote-zip-check.is-hero-lite .pat-quote-button:hover,
.pat-quote-zip-check.is-hero-lite .pat-quote-button:focus {
	background: #d95f00;
	border-color: #d95f00;
	color: #fff;
}

.pat-quote-zip-check.is-hero-lite .pat-quote-zip-result {
	margin-top: 12px;
	max-width: 620px;
}

.pat-quote-zip-heading,
.pat-quote-planner-header {
	display: flex;
	gap: 18px;
	align-items: center;
}

.pat-quote-zip-heading h3,
.pat-quote-planner h2,
.pat-quote-planner h3 {
	color: var(--pat-dark);
	margin: 0;
}

.pat-quote-icon {
	align-items: center;
	background: #eaf4ec;
	border: 1px solid var(--pat-line);
	border-radius: 999px;
	color: var(--pat-green);
	display: inline-flex;
	font-size: 28px;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.pat-quote-zip-form,
.pat-quote-inline-zip div {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr auto;
	margin-top: 18px;
}

.pat-quote-zip-form input,
.pat-quote-inline-zip input,
.pat-quote-contact-form input,
.pat-quote-contact-form textarea,
.pat-quote-sqft-panel input,
.pat-quote-calc-fields input {
	background: #fff;
	border: 1px solid #9fb79f;
	border-radius: 8px;
	color: #061912;
	font: inherit;
	min-height: 54px;
	padding: 12px 16px;
	width: 100%;
}

.pat-quote-button,
.pat-quote-secondary,
.pat-quote-call {
	align-items: center;
	border-radius: 7px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.1;
	min-height: 54px;
	padding: 15px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.pat-quote-button {
	background: var(--pat-green);
	border: 1px solid var(--pat-green);
	color: #fff;
}

.pat-quote-button:hover,
.pat-quote-button:focus {
	background: var(--pat-dark);
	border-color: var(--pat-dark);
	color: #fff;
}

.pat-quote-secondary,
.pat-quote-call {
	background: transparent;
	border: 1px solid var(--pat-green);
	color: var(--pat-green);
}

.pat-quote-button.is-small,
.pat-quote-secondary.is-small {
	font-size: 0.86em;
	min-height: 42px;
	padding: 11px 16px;
}

.pat-quote-zip-result {
	border-radius: 8px;
	margin-top: 14px;
	padding: 13px 15px;
}

.pat-quote-zip-result.is-success {
	background: #edf8ef;
	border: 1px solid #9ccca9;
}

.pat-quote-zip-result.is-error {
	background: #fff8e1;
	border: 1px solid #e5b941;
}

.pat-quote-small {
	color: #46564d;
	font-size: 0.95em;
	margin: 14px 0 0;
}

.pat-quote-planner {
	background: var(--pat-cream);
	border: 1px solid var(--pat-line);
	border-radius: 12px;
	box-shadow: 0 22px 54px rgba(18, 60, 37, 0.12);
	margin-inline: auto;
	max-width: 1320px;
	padding: clamp(22px, 4vw, 44px);
}

.pat-quote-planner-header {
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 24px;
}

.pat-quote-planner-header.is-banner {
	display: block;
	margin-bottom: 18px;
}

.pat-quote-header-banner {
	background-image: var(--pat-quote-banner-image);
	background-position: top right;
	background-size: cover;
	border-radius: 12px;
	color: #fff;
	display: block;
	min-height: clamp(210px, 20vw, 300px);
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.pat-quote-header-banner::before {
	background: linear-gradient(90deg, rgba(7, 42, 24, 0.96) 0%, rgba(7, 42, 24, 0.78) 43%, rgba(7, 42, 24, 0.08) 76%);
	content: "";
	inset: 0;
	position: absolute;
}

.pat-quote-header-banner-copy {
	max-width: 600px;
	padding: clamp(18px, 2.4vw, 30px);
	position: relative;
	z-index: 1;
}

.pat-quote-header-banner h2,
.pat-quote-header-banner p {
	color: #fff;
}

.pat-quote-header-banner h2 {
	font-size: clamp(28px, 2.8vw, 40px);
	line-height: 1.16;
	margin-bottom: 10px;
	max-width: 560px;
}

.pat-quote-header-banner .pat-quote-eyebrow {
	color: var(--pat-gold);
}

.pat-quote-header-subtitle {
	font-size: clamp(16px, 1.35vw, 20px);
	font-weight: 800;
	margin: 8px 0 4px;
}

.pat-quote-header-banner .pat-quote-call {
	background: var(--pat-accent);
	border-color: rgba(255, 255, 255, 0.36);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
	color: #fff;
	margin-top: 14px;
}

.pat-quote-header-banner:hover .pat-quote-call,
.pat-quote-header-banner .pat-quote-call:hover {
	background: var(--pat-green);
	color: #fff;
}

.pat-quote-eyebrow {
	color: var(--pat-green);
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.pat-quote-start-anchor {
	height: 1px;
	scroll-margin-top: 96px;
}

.pat-quote-status-card,
.pat-quote-form-summary,
.pat-quote-calc-total {
	align-items: center;
	background: linear-gradient(135deg, #f3fbf4, #fff);
	border: 1px solid var(--pat-line);
	border-radius: 10px;
	display: flex;
	gap: 18px;
	padding: 18px;
}

.pat-quote-status-card[data-status="outside"] {
	background: #fff8e1;
	border-color: #e3bc45;
}

.pat-quote-status-card .is-status-call {
	display: none;
	margin-left: auto;
	white-space: nowrap;
}

.pat-quote-status-card[data-status="outside"] .is-status-call {
	display: inline-flex;
}

.pat-quote-status-icon {
	align-items: center;
	background: var(--pat-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 46px;
	font-weight: 800;
	height: 46px;
	justify-content: center;
}

.pat-quote-progress {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	margin: 24px 0;
}

.pat-quote-progress button {
	background: #fff;
	border: 1px solid var(--pat-line);
	border-radius: 999px;
	color: #66756c;
	cursor: pointer;
	font-weight: 800;
	font: inherit;
	padding: 10px 14px;
	text-align: center;
}

.pat-quote-progress button.is-active {
	background: var(--pat-green);
	border-color: var(--pat-green);
	color: #fff;
}

.pat-quote-progress button:disabled {
	cursor: not-allowed;
	opacity: 0.58;
}

.pat-quote-step {
	display: none;
}

.pat-quote-step.is-active {
	display: block;
}

.pat-quote-variety-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
}

.pat-quote-variety-card {
	background: transparent;
	border: 1px solid var(--pat-line);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(18, 60, 37, 0.12);
	display: grid;
	grid-template-columns: minmax(180px, 40%) 1fr;
	min-height: 270px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pat-quote-variety-card::after {
	background: var(--pat-green);
	border-radius: 0 0 12px 12px;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 180ms ease;
}

.pat-quote-variety-card:hover {
	border-color: rgba(0, 107, 58, 0.48);
	box-shadow: 0 22px 52px rgba(18, 60, 37, 0.16);
	transform: translateY(-2px);
}

.pat-quote-variety-card.is-selected {
	border-color: var(--pat-green);
	box-shadow: 0 22px 52px rgba(18, 60, 37, 0.18), inset 0 0 0 1px var(--pat-green);
}

.pat-quote-variety-card.is-selected::after {
	opacity: 1;
}

.pat-quote-thumb {
	background: linear-gradient(135deg, #97bf5f, #0f6b36);
	background-position: center;
	background-size: cover;
	display: block;
	height: 100%;
	min-height: 270px;
}

.pat-quote-variety-copy {
	align-self: stretch;
	background: #fff;
	box-shadow: -12px 0 24px rgba(18, 60, 37, 0.08);
	display: flex;
	flex-direction: column;
	gap: 13px;
	justify-content: center;
	margin-left: -28px;
	padding: 30px 30px 30px 52px;
	position: relative;
	z-index: 1;
}

.pat-quote-variety-icon {
	align-items: center;
	background: var(--pat-dark);
	border: 3px solid #fff;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(18, 60, 37, 0.22);
	color: #fff;
	display: flex;
	font-size: 1.35rem;
	height: 72px;
	justify-content: center;
	left: -38px;
	position: absolute;
	top: 26px;
	width: 72px;
}

.pat-quote-variety-copy strong {
	color: var(--pat-dark);
	font-family: var(--pat-serif);
	font-size: 1.25em;
	line-height: 1.2;
}

.pat-quote-variety-copy strong::after {
	background: var(--pat-gold);
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 36px;
}

.pat-quote-variety-copy small,
.pat-quote-variety-card a {
	font-size: 0.9em;
}

.pat-quote-best {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pat-quote-best em {
	align-items: center;
	background: #eef2e9;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78em;
	font-style: normal;
	gap: 7px;
	padding: 6px 10px;
}

.pat-quote-best em::before {
	background: var(--pat-green);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 7px;
	width: 7px;
}

.pat-quote-variety-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.pat-quote-sqft-panel {
	align-items: end;
	background: var(--pat-neutral);
	border: 1px solid var(--pat-line);
	border-radius: 10px;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto;
	margin-top: 22px;
	padding: 18px;
}

.pat-quote-sqft-panel label {
	color: var(--pat-dark);
	display: grid;
	font-weight: 800;
	gap: 8px;
}

.pat-quote-step-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}

.pat-quote-contact-form {
	display: grid;
	gap: 18px;
}

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

.pat-quote-form-summary {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: start;
	margin-top: 16px;
}

.pat-quote-form-summary + .pat-quote-form-grid {
	margin-top: 12px;
}

.pat-quote-form-summary strong {
	grid-column: 1 / -1;
}

.pat-quote-form-summary label {
	display: grid;
	font-size: 14px;
	font-weight: 800;
	gap: 6px;
}

.pat-quote-form-summary input[readonly] {
	background: #f7faf3;
	color: var(--pat-dark);
	cursor: default;
	font-weight: 800;
	min-height: 44px;
}

.pat-quote-calculator-modal {
	background: rgba(0, 0, 0, 0.54);
	inset: 0;
	overflow-y: auto;
	padding: 28px;
	position: fixed;
	z-index: 999999;
}

.pat-quote-variety-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.58);
	display: flex;
	inset: 0;
	overflow-y: auto;
	padding: 28px;
	position: fixed;
	z-index: 999999;
}

.pat-quote-variety-modal[hidden] {
	display: none;
}

.pat-quote-calculator-card {
	background: var(--pat-cream);
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
	margin: 0 auto;
	max-width: 760px;
	padding: 28px;
	position: relative;
}

.pat-quote-calculator-inline {
	margin-top: 18px;
}

.pat-quote-calculator-inline[hidden] {
	display: none;
}

.pat-quote-calculator-inline .pat-quote-calculator-card {
	border: 1px solid var(--pat-line);
	box-shadow: 0 18px 42px rgba(18, 60, 37, 0.1);
	margin: 0;
	max-width: none;
	padding: clamp(18px, 3vw, 28px);
}

.pat-quote-calculator-inline:not(.is-modal) .pat-quote-calc-close {
	display: none;
}

.pat-quote-calculator-inline.is-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.58);
	display: flex;
	inset: 0;
	margin-top: 0;
	overflow-y: auto;
	padding: 28px;
	position: fixed;
	z-index: 999999;
}

.pat-quote-calculator-inline.is-modal .pat-quote-calculator-card {
	background: var(--pat-cream);
	border: 0;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
	margin: auto;
	max-width: 820px;
	padding: 28px;
	width: min(100%, 820px);
}

.pat-quote-calculator-card h4 {
	color: var(--pat-dark);
	font-size: 1.35em;
	margin: 0;
}

.pat-quote-variety-dialog {
	background: var(--pat-cream);
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
	margin: auto;
	max-width: 820px;
	padding: 28px;
	position: relative;
	width: min(100%, 820px);
}

.pat-quote-variety-dialog-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 280px 1fr;
}

.pat-quote-variety-dialog-image {
	aspect-ratio: 1;
	background: linear-gradient(135deg, #97bf5f, #0f6b36);
	background-position: center;
	background-size: cover;
	border-radius: 26px;
	box-shadow: 0 16px 36px rgba(18, 60, 37, 0.15);
	display: block;
	margin-bottom: 18px;
}

.pat-quote-variety-dialog h3 {
	margin: 0 0 8px;
	padding-right: 44px;
}

.pat-quote-variety-dialog h4 {
	margin: 18px 0 10px;
}

.pat-quote-variety-dialog p {
	margin: 0 0 10px;
}

.pat-quote-performance {
	display: grid;
	gap: 10px;
}

.pat-quote-performance h4 {
	margin: 0 0 4px;
}

.pat-quote-performance div {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.pat-quote-performance div > span {
	display: inline-flex;
	gap: 4px;
}

.pat-quote-performance div > span span {
	background: #dce8da;
	border-radius: 999px;
	display: block;
	height: 9px;
	width: 9px;
}

.pat-quote-performance div > span span.is-filled {
	background: var(--pat-green);
}

.pat-quote-variety-dialog ul {
	margin: 0 0 14px;
	padding-left: 20px;
}

.pat-quote-still-unsure {
	background: #eef6ed;
	border: 1px solid var(--pat-line);
	border-radius: 10px;
	margin: 18px 0;
	padding: 14px;
}

.pat-quote-still-unsure p {
	margin: 6px 0 0;
}

.pat-quote-close {
	background: transparent;
	border: 0;
	color: var(--pat-dark);
	cursor: pointer;
	font-size: 34px;
	position: absolute;
	right: 18px;
	top: 12px;
}

.pat-quote-calc-shapes,
.pat-quote-calc-fields,
.pat-quote-calc-actions {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 18px;
}

.pat-quote-calc-shapes button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--pat-line);
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	gap: 10px;
	font-weight: 800;
	min-height: 86px;
	justify-content: center;
}

.pat-quote-calc-shapes button.is-active {
	border-color: var(--pat-green);
	box-shadow: inset 0 0 0 1px var(--pat-green);
}

.pat-quote-calc-fields {
	grid-template-columns: repeat(2, 1fr);
}

.pat-quote-calc-fields label,
.pat-quote-calc-name {
	color: var(--pat-dark);
	display: grid;
	font-weight: 800;
	gap: 8px;
}

.pat-quote-calc-name {
	margin-top: 18px;
}

.pat-quote-calc-name span {
	color: #66756c;
	font-weight: 500;
}

.pat-quote-calc-actions {
	grid-template-columns: repeat(2, auto);
	justify-content: start;
}

.pat-quote-calc-total {
	justify-content: space-between;
	margin-top: 18px;
}

.pat-quote-calc-sections {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.pat-quote-calc-sections > p {
	background: #fff;
	border: 1px dashed var(--pat-line);
	border-radius: 8px;
	color: #66756c;
	margin: 0;
	padding: 14px 16px;
}

.pat-quote-calc-section {
	align-items: center;
	background: #fff;
	border: 1px solid var(--pat-line);
	border-radius: 9px;
	display: grid;
	gap: 12px;
	grid-template-columns: auto 1fr auto auto;
	padding: 12px 14px;
}

.pat-quote-calc-section strong,
.pat-quote-calc-section small {
	display: block;
}

.pat-quote-calc-section small {
	color: #66756c;
	font-size: 0.85em;
	margin-top: 2px;
}

.pat-quote-calc-section button {
	background: transparent;
	border: 0;
	color: var(--pat-green);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 6px 0;
}

.pat-shape {
	display: inline-block;
	flex: 0 0 auto;
}

.pat-shape-rectangle {
	border: 3px solid var(--pat-dark);
	height: 24px;
	width: 38px;
}

.pat-shape-triangle {
	border-bottom: 32px solid var(--pat-dark);
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	height: 0;
	width: 0;
}

.pat-shape-circle {
	border: 3px solid var(--pat-dark);
	border-radius: 999px;
	height: 38px;
	width: 38px;
}

.pat-quote-calc-section .pat-shape {
	transform: scale(0.72);
}

@media (max-width: 980px) {
	.pat-quote-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pat-quote-variety-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.pat-quote-header-banner {
		background-image: var(--pat-quote-banner-mobile-image, var(--pat-quote-banner-image));
		background-position: top right;
		min-height: 240px;
	}

	.pat-quote-header-banner::before {
		background:
			linear-gradient(90deg, rgba(7, 42, 24, 0.9) 0%, rgba(7, 42, 24, 0.72) 48%, rgba(7, 42, 24, 0.22) 76%, rgba(7, 42, 24, 0.08) 100%),
			linear-gradient(180deg, rgba(7, 42, 24, 0.12) 0%, rgba(7, 42, 24, 0.18) 100%);
	}

	.pat-quote-header-banner-copy {
		padding: 20px;
		max-width: 88%;
	}

	.pat-quote-header-banner h2 {
		font-size: clamp(26px, 7.5vw, 32px);
		line-height: 1.14;
	}

	.pat-quote-header-subtitle {
		font-size: 16px;
	}

	.pat-quote-zip-form,
	.pat-quote-inline-zip div,
	.pat-quote-sqft-panel,
	.pat-quote-variety-grid,
	.pat-quote-form-grid,
	.pat-quote-form-summary,
	.pat-quote-calc-fields,
	.pat-quote-calc-actions {
		grid-template-columns: 1fr;
	}

	.pat-quote-zip-check.is-hero-lite .pat-quote-zip-form {
		grid-template-columns: 1fr;
	}

	.pat-quote-progress {
		grid-template-columns: 1fr;
	}

	.pat-quote-calc-shapes {
		grid-template-columns: 1fr;
	}

	.pat-quote-variety-card {
		grid-template-columns: 1fr;
		min-height: 0;
		overflow: hidden;
	}

	.pat-quote-thumb {
		min-height: 220px;
	}

	.pat-quote-variety-copy {
		border-radius: 0;
		box-shadow: none;
		margin-left: 0;
		padding: 48px 22px 24px;
	}

	.pat-quote-variety-icon {
		height: 64px;
		left: 22px;
		top: -34px;
		width: 64px;
	}

	.pat-quote-variety-actions {
		flex-direction: column;
	}

	.pat-quote-variety-dialog {
		padding: 22px;
	}

	.pat-quote-variety-dialog-grid {
		grid-template-columns: 1fr;
	}

	.pat-quote-variety-dialog-image {
		max-width: 260px;
	}

	.pat-quote-button,
	.pat-quote-secondary,
	.pat-quote-call {
		width: 100%;
	}

	.pat-quote-calculator-modal {
		padding: 12px;
	}

	.pat-quote-calc-section {
		grid-template-columns: auto 1fr;
	}

	.pat-quote-calc-section b,
	.pat-quote-calc-section button {
		grid-column: 2;
		justify-self: start;
	}
}
