.pfa-appointment-block,
.pfa-quote-block {
	padding: 28px;
	border: 1px solid #e8e9ee;
	border-radius: 22px;
	box-shadow: 0 16px 40px rgba(18, 18, 18, 0.08);
	background: linear-gradient(180deg, #fff, #fff7f0);
}

.pfa-quote-block {
	background: linear-gradient(180deg, #fff, #f7fafc);
}

.pfa-appointment-block__intro {
	margin-bottom: 24px;
}

.pfa-appointment-block__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
	font-weight: 700;
	color: #5b6472;
}

.pfa-appointment-block__eyebrow::before {
	content: "";
	width: 16px;
	height: 2px;
	background: #f58b2a;
	border-radius: 999px;
}

.pfa-appointment-block h2,
.pfa-quote-block h2 {
	margin: 12px 0 0;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.pfa-appointment-block p,
.pfa-quote-block p {
	margin: 14px 0 0;
	color: #5b6472;
}

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

@media (min-width: 800px) {
	.pfa-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pfa-field--full {
		grid-column: 1 / -1;
	}
}

.pfa-field label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	color: #121212;
}

.pfa-field input,
.pfa-field select,
.pfa-field textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #e8e9ee;
	border-radius: 14px;
	font: inherit;
	background: #fff;
	color: #121212;
}

.pfa-field input:focus,
.pfa-field select:focus,
.pfa-field textarea:focus {
	outline: 2px solid rgba(245, 139, 42, 0.2);
	border-color: rgba(245, 139, 42, 0.45);
}

.pfa-field textarea {
	resize: vertical;
	min-height: 120px;
}

.pfa-slot-help {
	margin-bottom: 10px;
	color: #5b6472;
	font-size: 0.95rem;
}

.pfa-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pfa-slots.is-loading {
	opacity: 0.65;
	pointer-events: none;
}

.pfa-slot {
	appearance: none;
	border: 1px solid #e8e9ee;
	border-radius: 999px;
	background: #fff;
	padding: 10px 14px;
	font: inherit;
	font-weight: 650;
	line-height: 1;
	cursor: pointer;
	transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

.pfa-slot:hover,
.pfa-slot:focus-visible {
	border-color: rgba(245, 139, 42, 0.45);
	box-shadow: 0 8px 16px rgba(18, 18, 18, 0.08);
	transform: translateY(-1px);
}

.pfa-slot.is-active {
	background: #f58b2a;
	border-color: #f58b2a;
	color: #111;
}

.pfa-slot.is-unavailable,
.pfa-slot:disabled {
	background: #f4f4f5;
	border-color: #d7d9df;
	color: #7a828f;
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
	text-decoration: line-through;
}

.pfa-slot.is-unavailable:hover,
.pfa-slot.is-unavailable:focus-visible,
.pfa-slot:disabled:hover,
.pfa-slot:disabled:focus-visible {
	border-color: #d7d9df;
	box-shadow: none;
	transform: none;
}

.pfa-summary {
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(245, 139, 42, 0.12);
	color: #3c342e;
	font-weight: 650;
}

.pfa-messages {
	min-height: 24px;
	margin-top: 14px;
	font-weight: 650;
}

.pfa-messages.is-error {
	color: #b42318;
}

.pfa-messages.is-success {
	color: #0f766e;
}

.pfa-submit {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	border: 1px solid transparent;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 44%), #f58b2a;
	color: #fff;
	padding: 14px 22px;
	min-height: 50px;
	font: inherit;
	font-weight: 750;
	letter-spacing: 0.01em;
	cursor: pointer;
	flex-wrap: nowrap;
	white-space: nowrap;
	text-wrap: nowrap;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	box-shadow: var(--pf-button-shadow, 0 16px 28px rgba(18, 18, 18, 0.11), 0 4px 0 rgba(18, 18, 18, 0.06)), inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 -1px 0 rgba(0, 0, 0, 0.08);
	transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease, background-color 180ms ease;
}

.pfa-submit:hover,
.pfa-submit:focus-visible {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 44%), #e46f00;
	transform: translateY(-2px);
	box-shadow: var(--pf-button-shadow-hover, 0 22px 36px rgba(18, 18, 18, 0.14), 0 6px 0 rgba(18, 18, 18, 0.07)), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.pfa-submit:focus-visible {
	outline: none;
	box-shadow: var(--pf-button-shadow-hover, 0 22px 36px rgba(18, 18, 18, 0.14), 0 6px 0 rgba(18, 18, 18, 0.07)), var(--pf-button-focus, 0 0 0 4px rgba(245, 139, 42, 0.18)), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.pfa-submit:active {
	transform: translateY(0);
	box-shadow: var(--pf-button-shadow-press, 0 8px 18px rgba(18, 18, 18, 0.12), 0 1px 0 rgba(18, 18, 18, 0.05)), inset 0 2px 4px rgba(0, 0, 0, 0.12);
}

.pfa-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}