.proam-quote {
	--proam-dark: #17251e;
	--proam-green: #1f5c3c;
	--proam-light: #f3f7f4;
	--proam-yellow: #f2c94c;
	--proam-text: #17201b;
	--proam-muted: #5f6b64;
	--proam-border: #d8e1db;
	max-width: 920px;
	margin: 2rem auto;
	color: var(--proam-text);
	font-family: inherit;
	line-height: 1.5;
}

.proam-quote *,
.proam-quote *::before,
.proam-quote *::after {
	box-sizing: border-box;
}

.proam-quote-shell,
.proam-result-card,
.proam-contact {
	border: 1px solid var(--proam-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(23, 37, 30, 0.08);
}

.proam-quote-intro {
	padding: clamp(1.4rem, 4vw, 2.4rem);
	border-radius: 18px 18px 0 0;
	background: var(--proam-dark);
	color: #fff;
}

.proam-quote-intro h2,
.proam-result-header h3,
.proam-contact h3,
.proam-success h3 {
	margin: 0 0 0.5rem;
	line-height: 1.2;
}

.proam-quote-intro p,
.proam-contact p,
.proam-success p {
	margin: 0;
}

.proam-quote-form {
	padding: clamp(1.4rem, 4vw, 2.4rem);
}

.proam-quote__eyebrow {
	margin: 0 0 0.45rem !important;
	color: var(--proam-yellow);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.proam-pests {
	margin-top: 1.25rem;
}

.proam-consortium-fields {
	margin: 22px 0;
	padding: 18px;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	background: #fffdf2;
}

.proam-consortium-fields h3 {
	margin: 0 0 6px;
}

.proam-consortium-fields > p {
	margin: 0 0 16px;
}

.proam-pests > p {
	margin: -0.2rem 0 0.7rem;
	color: var(--proam-muted);
}

.proam-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem 1.25rem;
}

.proam-field,
.proam-fieldset {
	min-width: 0;
}

.proam-field--full,
.proam-fieldset {
	grid-column: 1 / -1;
}

.proam-field label,
.proam-fieldset legend {
	display: block;
	margin-bottom: 0.4rem;
	font-weight: 700;
}

.proam-field input,
.proam-field select,
.proam-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 0.7rem 0.8rem;
	border: 1px solid #aab8b0;
	border-radius: 9px;
	background: #fff;
	color: var(--proam-text);
	font: inherit;
}

.proam-field textarea {
	min-height: 100px;
	resize: vertical;
}

.proam-field input:focus,
.proam-field select:focus,
.proam-field textarea:focus,
.proam-check:focus-within {
	outline: 3px solid rgba(242, 201, 76, 0.48);
	outline-offset: 2px;
	border-color: var(--proam-green);
}

.proam-fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.proam-check-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
}

.proam-check {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	padding: 0.75rem;
	border: 1px solid var(--proam-border);
	border-radius: 9px;
	background: var(--proam-light);
	cursor: pointer;
}

.proam-check input {
	width: 18px;
	height: 18px;
	margin: 0.18rem 0 0;
	accent-color: var(--proam-green);
}

.proam-field-help,
.proam-privacy,
.proam-price-detail {
	color: var(--proam-muted);
	font-size: 0.92rem;
}

.proam-field-help {
	display: block;
	margin-top: 0.35rem;
}

.proam-actions {
	margin-top: 1.4rem;
}

.proam-calculate-action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
}

.proam-plugin-version {
	padding-left: 0.15rem;
	color: var(--proam-muted);
	font-size: 0.76rem;
	line-height: 1.2;
}

.proam-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	padding: 0.75rem 1.35rem;
	border: 0;
	border-radius: 9px;
	background: var(--proam-yellow);
	color: #17251e;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.proam-button:hover {
	filter: brightness(0.96);
}

.proam-button:focus-visible {
	outline: 3px solid var(--proam-green);
	outline-offset: 3px;
}

.proam-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.proam-result,
.proam-contact {
	margin-top: 1.25rem;
}

.proam-result:empty {
	display: none;
}

.proam-result-card,
.proam-contact {
	padding: clamp(1.4rem, 4vw, 2.2rem);
}

.proam-result-header {
	margin-bottom: 1.2rem;
}

.proam-result-header h3 {
	margin-bottom: 0.55rem;
}

.proam-selection-summary {
	margin: 0;
	font-size: clamp(1rem, 2.4vw, 1.2rem);
	font-weight: 500;
	line-height: 1.45;
}

.proam-badge {
	display: inline-block;
	margin-bottom: 0.65rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: #e5eee8;
	color: var(--proam-green);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.proam-badge--partial,
.proam-badge--manual {
	background: #fff3d1;
	color: #6e4e00;
}

.proam-badge--unavailable {
	background: #f2e8e8;
	color: #7c2b2b;
}

.proam-price-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.proam-price-spacer {
	min-height: 1px;
}

.proam-pricing-groups {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.2rem;
}

.proam-pricing-group {
	padding: 1rem;
	border: 1px solid var(--proam-border);
	border-radius: 14px;
	background: #fff;
}

.proam-pricing-group__title {
	margin: 0 0 0.75rem;
	font-size: 1.2rem;
}

.proam-manual-options {
	margin: 0.8rem 0 0;
	padding: 0.8rem 0.8rem 0.8rem 1.9rem;
	border: 1px solid #ecd48a;
	border-radius: 10px;
	background: #fffaf0;
}

.proam-manual-options li + li {
	margin-top: 0.35rem;
}

.proam-price-option {
	padding: 1rem;
	border: 1px solid var(--proam-border);
	border-radius: 12px;
	background: var(--proam-light);
}

.proam-price-option--discount {
	border-color: #d8aa00;
	box-shadow: inset 0 0 0 1px rgba(242, 201, 76, 0.28);
}

.proam-price-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.proam-recommended-badge {
	display: inline-block;
	padding: 0.38rem 0.75rem;
	border-radius: 999px;
	background: #123b68;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.proam-discount-badge {
	display: inline-block;
	padding: 0.38rem 0.7rem;
	border-radius: 999px;
	background: var(--proam-yellow);
	color: #17251e;
	font-size: 0.88rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.proam-price-label {
	font-weight: 700;
}

.proam-price-value {
	margin-top: 0.2rem;
	color: var(--proam-green);
	font-size: clamp(1.45rem, 4vw, 2rem);
	font-weight: 850;
	line-height: 1.2;
}

.proam-price-prefix {
	font-size: 0.95rem;
	font-weight: 700;
}

.proam-price-detail {
	margin: 0.35rem 0 0;
}

.proam-secondary-price {
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border-left: 4px solid var(--proam-yellow);
	background: #fffaf0;
}

.proam-result-section {
	padding-top: 1rem;
	border-top: 1px solid var(--proam-border);
}

.proam-result-section h4 {
	margin: 0 0 0.45rem;
}

.proam-result-section ul {
	margin: 0;
	padding-left: 1.2rem;
}

.proam-result-section li + li {
	margin-top: 0.35rem;
}

.proam-result-section--warning {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #ecd48a;
	border-radius: 10px;
	background: #fffaf0;
}

.proam-result-section--benefits {
	color: var(--proam-green);
}

.proam-contact[hidden],
.proam-plan-field[hidden],
.proam-consortium-fields[hidden] {
	display: none;
}

.proam-contact-header {
	margin-bottom: 1.2rem;
}

.proam-privacy-check {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	margin-top: 1rem;
}

.proam-privacy-check input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 0.2rem;
	accent-color: var(--proam-green);
}

.proam-privacy-check a {
	color: var(--proam-green);
}

.proam-message,
.proam-success {
	padding: 1rem;
	border-radius: 10px;
}

.proam-message--error {
	border: 1px solid #d8aaaa;
	background: #fff1f1;
	color: #7c2525;
}

.proam-success {
	background: #eef7f0;
	color: #19492f;
}

.proam-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 720px) {
	.proam-form-grid,
	.proam-price-grid {
		grid-template-columns: 1fr;
	}

	.proam-price-spacer {
		display: none;
	}

	.proam-check-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 440px) {
	.proam-check-grid {
		grid-template-columns: 1fr;
	}

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