﻿.starcode-quote-cta-wrap {
	text-align: center;
	margin: 24px 0;
}

.starcode-quote-cta {
	background: linear-gradient(135deg, #ff8a00, #ff5a00);
	color: #fff;
	border: none;
	padding: 16px 32px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(255, 90, 0, 0.3);
	cursor: pointer;
}

.starcode-quote-cta:hover {
	filter: brightness(1.05);
}

.starcode-quote-modal {
	display: none !important;
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.starcode-quote-modal.is-open {
	display: block !important;
}

.starcode-quote-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.starcode-quote-modal-panel {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 6vh auto;
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	max-height: 88vh;
	overflow: auto;
}

.starcode-quote-modal-close {
	position: absolute;
	top: 8px;
	right: 12px;
	border: none;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.starcode-quote-success-message {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 12px 0;
}

.starcode-quote-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.starcode-quote-form input[type="text"],
.starcode-quote-form input[type="email"],
.starcode-quote-form textarea {
	width: 100%;
	max-width: 600px;
}

.starcode-quote-actions {
	display: flex;
	gap: 12px;
	align-items: center;
}

.starcode-quote-submit {
	background: #2f8f2f;
	color: #fff;
	border: none;
	padding: 8px 16px;
}

.starcode-quote-reset {
	background: #c62828;
	color: #fff;
	border: none;
	padding: 8px 16px;
}

.starcode-quote-error {
	color: #b00020;
}

.starcode-quote-success {
	color: #1a7f37;
}
