.psr-wrap .psr-open,
.psr-wrap .psr-submit {
	appearance: none;
	border: 0 !important;
	border-radius: 9px;
	background: #111827 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-decoration: none !important;
	padding: 12px 20px;
	font: inherit;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(15, 23, 42, .16);
	transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.psr-wrap .psr-open:hover,
.psr-wrap .psr-submit:hover {
	background: #374151 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: 0 7px 18px rgba(15, 23, 42, .24);
	transform: translateY(-1px);
}

.psr-wrap .psr-open:focus-visible,
.psr-wrap .psr-submit:focus-visible {
	background: #374151 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	outline: 3px solid rgba(59, 130, 246, .42);
	outline-offset: 2px;
}

.psr-wrap .psr-open:active,
.psr-wrap .psr-submit:active {
	background: #0f172a !important;
	box-shadow: 0 2px 7px rgba(15, 23, 42, .18);
	transform: translateY(0);
}

.psr-modal[hidden] { display: none; }
.psr-modal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; }
.psr-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .56); backdrop-filter: blur(2px); }
.psr-dialog { position: relative; width: min(420px, 100%); box-sizing: border-box; background: #fff; color: #111827; border-radius: 16px; padding: 26px; box-shadow: 0 22px 70px rgba(0, 0, 0, .24); }
.psr-dialog h3 { margin: 0 0 5px; font-size: 21px; }
.psr-product-name { margin: 0 0 19px; color: #64748b; font-size: 14px; }
.psr-close { position: absolute; top: 10px; left: 12px; border: 0; background: transparent; color: #64748b; font-size: 28px; line-height: 1; cursor: pointer; }
.psr-form label:not(.psr-check) { display: block; margin: 0 0 13px; font-size: 14px; font-weight: 600; }
.psr-form input[type=tel], .psr-form input[type=number] { width: 100%; box-sizing: border-box; margin-top: 6px; padding: 11px 12px; border: 1px solid #d1d5db; border-radius: 9px; background: #fff; color: #111827; font: inherit; direction: ltr; text-align: right; outline: none; }
.psr-form input:focus { border-color: #111827; box-shadow: 0 0 0 3px rgba(17, 24, 39, .1); }
.psr-check { display: flex; align-items: center; gap: 8px; margin: 2px 0 18px; font-size: 14px; cursor: pointer; }
.psr-check input { width: 17px; height: 17px; }
.psr-submit { width: 100%; }
.psr-submit:disabled { opacity: .65; cursor: wait; }
.psr-response { min-height: 1.5em; margin-top: 12px; font-size: 14px; text-align: center; }
.psr-response.is-success { color: #047857; }
.psr-response.is-error { color: #b91c1c; }
.psr-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.psr-no-scroll { overflow: hidden; }
@media (max-width: 480px) { .psr-modal { align-items: end; padding: 10px; } .psr-dialog { border-radius: 16px 16px 8px 8px; padding: 23px 20px; } }
