/* Popup wyceny online */
body.klimat-quote-popup--open {
	overflow: hidden;
}

.klimat-quote-popup {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	box-sizing: border-box;
}

.klimat-quote-popup[hidden] {
	display: none;
}

.klimat-quote-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	cursor: pointer;
}

.klimat-quote-popup__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 32rem;
	max-height: min(92vh, 640px);
	overflow: auto;
	padding: 1.75rem 1.75rem 1.5rem;
	border-radius: 20px;
	background-color: #fafafa;
	color: #1a1a1a;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.35);
}

.klimat-quote-popup__close {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	width: 2.25rem;
	height: 2.25rem;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: #333;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	opacity: 0.9;
}

.klimat-quote-popup__close:hover,
.klimat-quote-popup__close:focus-visible {
	opacity: 1;
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.klimat-quote-popup__title {
	margin: 0 2rem 0.5rem 0;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	line-height: 1.25;
	color: #0d0d0d;
}

.klimat-quote-popup__lead {
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #2a2a2a;
}

.klimat-quote-popup__field {
	margin-bottom: 1rem;
}

.klimat-quote-popup__field label,
.klimat-quote-popup__fieldset legend {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #1a1a1a;
}

.klimat-quote-popup__req {
	color: #b42318;
	font-weight: 700;
}

.klimat-quote-popup__opt {
	font-weight: 400;
	color: #444;
}

.klimat-quote-popup__field input[type="email"],
.klimat-quote-popup__field input[type="tel"],
.klimat-quote-popup__field input[type="text"] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.55rem 0.65rem;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	background: #fff;
	color: #1a1a1a;
	font-size: 1rem;
}

.klimat-quote-popup__field input::placeholder {
	color: #555;
	opacity: 1;
}

.klimat-quote-popup__field input:focus-visible {
	outline: 2px solid var(--wp--preset--color--secondary, #00a0d2);
	outline-offset: 1px;
}

.klimat-quote-popup__fieldset {
	border: none;
	margin: 0 0 1rem;
	padding: 0;
}

.klimat-quote-popup__fieldset legend {
	padding: 0;
}

.klimat-quote-popup__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.35rem;
}

.klimat-quote-popup__chip {
	display: inline-flex;
	cursor: pointer;
	margin: 0;
}

.klimat-quote-popup__chip input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* Stan niezaznaczony: ten sam obrys i promień co pola tekstowe (#klimat-quote-city itd.) */
.klimat-quote-popup__chip span {
	display: inline-block;
	padding: 0.45rem 0.75rem;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	background: #fff;
	color: #1a1a1a;
	font-size: 0.875rem;
	line-height: 1.2;
	transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.klimat-quote-popup__chip:hover span {
	border-color: #b8b8b8;
}

.klimat-quote-popup__chip input:focus-visible + span,
.klimat-quote-popup__chip:has(input:focus-visible) span {
	outline: 2px solid var(--wp--preset--color--secondary, #00a0d2);
	outline-offset: 2px;
}

.klimat-quote-popup__chip input:checked + span,
.klimat-quote-popup__chip:has(input:checked) span {
	background: #ff5e13;
	border-color: #ff5e13;
	color: #ffffff;
	font-weight: 700;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

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

.klimat-quote-popup__note {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	color: #333;
}

.klimat-quote-popup__msg {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
}

.klimat-quote-popup__msg--error {
	color: #9a1a0f;
}

.klimat-quote-popup__msg--ok {
	color: #0d5c3d;
}

.klimat-quote-popup__actions {
	margin-top: 0.25rem;
	width: 100%;
	box-sizing: border-box;
}

/* Przycisk wysylki korzysta z design systemu (.btn-primary z app.css). */
#klimat-quote-popup .klimat-quote-popup__submit.wp-element-button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	justify-content: center;
}

#klimat-quote-popup .klimat-quote-popup__submit.wp-element-button:disabled {
	opacity: 0.65;
	cursor: wait;
}
