.pg-rfq-page {
	background: var(--pg-bg);
}

.pg-rfq-hero {
	padding-block: clamp(2.5rem, 4vw, 4.25rem);
	color: var(--pg-white);
	background:
		linear-gradient(105deg, rgba(11, 16, 19, 0.98), rgba(25, 34, 39, 0.96)),
		repeating-linear-gradient(135deg, transparent 0 4rem, rgba(255, 255, 255, 0.025) 4rem 4.08rem);
}

.pg-rfq-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin-block-end: 1.5rem;
	color: #98a4aa;
	font-size: 0.8rem;
}

.pg-rfq-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.pg-rfq-breadcrumbs a:hover {
	color: var(--pg-orange);
}

.pg-rfq-hero h1 {
	max-width: 58rem;
	margin-block-end: 0.9rem;
	color: var(--pg-white);
	font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.pg-rfq-hero > .pg-container > p:last-child {
	max-width: 53rem;
	margin: 0;
	color: #cbd2d6;
	font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.pg-rfq-section {
	padding-block: clamp(2.5rem, 5vw, 4.75rem);
}

.pg-rfq-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.05fr) minmax(19rem, 1fr);
	align-items: start;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.pg-rfq-form {
	display: grid;
	gap: 1rem;
}

.pg-rfq-form-section,
.pg-rfq-error-summary,
.pg-rfq-context,
.pg-rfq-help,
.pg-rfq-privacy-note {
	background: var(--pg-white);
	border: 1px solid var(--pg-border);
	border-radius: var(--pg-radius-md);
}

.pg-rfq-form-section {
	padding: clamp(1.15rem, 2.5vw, 1.75rem);
}

.pg-rfq-form-section__heading {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	margin-block-end: 1.35rem;
	padding-block-end: 1rem;
	border-block-end: 1px solid var(--pg-border);
}

.pg-rfq-form-section__heading > span {
	display: grid;
	place-items: center;
	flex: 0 0 2.35rem;
	min-height: 2.35rem;
	color: var(--pg-white);
	background: var(--pg-dark-2);
	border-radius: var(--pg-radius-sm);
	font-size: 0.76rem;
	font-weight: 850;
}

.pg-rfq-form-section__heading h2 {
	margin-block-end: 0.25rem;
	font-size: 1.35rem;
}

.pg-rfq-form-section__heading p {
	margin: 0;
	font-size: 0.83rem;
}

.pg-rfq-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.pg-rfq-field {
	display: grid;
	align-content: start;
	gap: 0.38rem;
}

.pg-rfq-field--full,
.pg-rfq-field--contact {
	grid-column: 1 / -1;
}

.pg-rfq-field--contact {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.38rem 1rem;
}

.pg-rfq-field--contact > div {
	display: grid;
	gap: 0.38rem;
}

.pg-rfq-field--contact > span {
	grid-column: 1 / -1;
}

.pg-rfq-field label {
	color: #29343a;
	font-size: 0.8rem;
	font-weight: 750;
}

.pg-rfq-field label > span:not([aria-hidden]),
.pg-rfq-field label span:last-child {
	color: var(--pg-text-muted);
	font-size: 0.72rem;
	font-weight: 500;
}

.pg-rfq-field label [aria-hidden="true"],
.pg-rfq-required-note span {
	color: var(--pg-orange-hover);
}

.pg-rfq-field input,
.pg-rfq-field textarea {
	width: 100%;
	min-height: 3.15rem;
	padding: 0.7rem 0.8rem;
	color: var(--pg-text);
	background: #fbfcfc;
	border: 1px solid #bfc8cd;
	border-radius: var(--pg-radius-sm);
	outline: 0;
}

.pg-rfq-field textarea {
	min-height: 9rem;
	resize: vertical;
}

.pg-rfq-field input:focus,
.pg-rfq-field textarea:focus {
	background: var(--pg-white);
	border-color: var(--pg-orange);
	box-shadow: 0 0 0 0.18rem rgba(240, 90, 10, 0.14);
}

.pg-rfq-field input[aria-invalid="true"],
.pg-rfq-field textarea[aria-invalid="true"] {
	border-color: #b32d2e;
}

.pg-rfq-field-help,
.pg-rfq-field-error {
	font-size: 0.74rem;
	line-height: 1.45;
}

.pg-rfq-field-help {
	color: var(--pg-text-muted);
}

.pg-rfq-field-error {
	color: #9b1c1e;
	font-weight: 700;
}

.pg-rfq-file-control {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 4.6rem;
	padding: 0.9rem;
	background: #f3f5f6;
	border: 1px dashed #aeb8bd;
	border-radius: var(--pg-radius-sm);
}

.pg-rfq-file-control input {
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.pg-rfq-file-control > span {
	flex: 0 0 auto;
	color: var(--pg-orange-hover);
	font-size: 0.78rem;
	font-weight: 800;
}

.pg-rfq-file-list {
	display: grid;
	gap: 0.35rem;
	margin: 0.45rem 0 0;
	padding: 0;
	list-style: none;
}

.pg-rfq-file-list li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.45rem 0.6rem;
	background: #f4f6f7;
	font-size: 0.75rem;
}

.pg-rfq-file-list li.is-error {
	color: #9b1c1e;
	background: #fff0f0;
	font-weight: 700;
}

.pg-rfq-consent {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.3rem 0.65rem;
	padding: 1.05rem 1.2rem;
	background: var(--pg-white);
	border: 1px solid var(--pg-border);
	border-radius: var(--pg-radius-md);
}

.pg-rfq-consent input {
	width: 1.15rem;
	height: 1.15rem;
	margin-block-start: 0.18rem;
	accent-color: var(--pg-orange);
}

.pg-rfq-consent label {
	font-size: 0.82rem;
}

.pg-rfq-consent .pg-rfq-field-error {
	grid-column: 2;
}

.pg-rfq-submit {
	width: 100%;
	min-height: 3.65rem;
}

.pg-rfq-required-note {
	margin: -0.4rem 0 0;
	font-size: 0.73rem;
}

.pg-rfq-honeypot {
	position: absolute !important;
	inset-inline-start: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.pg-rfq-error-summary {
	padding: 1rem 1.2rem;
	border-color: #d68a8b;
	border-inline-start: 0.28rem solid #b32d2e;
}

.pg-rfq-error-summary h2 {
	margin-block-end: 0.5rem;
	font-size: 1.05rem;
}

.pg-rfq-error-summary ul {
	margin: 0;
	padding-inline-start: 1.2rem;
}

.pg-rfq-error-summary a {
	color: #8d1719;
}

.pg-rfq-sidebar {
	position: sticky;
	top: calc(var(--pg-header-height) + 1.25rem);
	display: grid;
	gap: 1rem;
}

.pg-rfq-context,
.pg-rfq-help,
.pg-rfq-privacy-note {
	padding: 1.25rem;
}

.pg-rfq-panel-label {
	margin-block-end: 0.6rem;
	color: var(--pg-orange-hover);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.pg-rfq-context__image {
	display: grid;
	place-items: center;
	min-height: 10rem;
	margin: -0.25rem -0.25rem 1rem;
	padding: 0.75rem;
	background: var(--pg-bg);
}

.pg-rfq-context__image img {
	width: 100%;
	height: 10rem;
	object-fit: contain;
}

.pg-rfq-context h2,
.pg-rfq-help h2,
.pg-rfq-privacy-note h2 {
	margin-block-end: 0.85rem;
	font-size: 1.18rem;
}

.pg-rfq-context dl {
	margin: 0 0 0.9rem;
	border-block: 1px solid var(--pg-border);
}

.pg-rfq-context dl > div {
	display: grid;
	grid-template-columns: 6.5rem minmax(0, 1fr);
	gap: 0.7rem;
	padding-block: 0.55rem;
	border-block-end: 1px solid var(--pg-border);
}

.pg-rfq-context dl > div:last-child {
	border-block-end: 0;
}

.pg-rfq-context dt {
	color: var(--pg-text-muted);
	font-size: 0.72rem;
	font-weight: 700;
}

.pg-rfq-context dd {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
}

.pg-rfq-context > a {
	color: var(--pg-blue);
	font-size: 0.78rem;
	font-weight: 750;
}

.pg-rfq-help {
	color: var(--pg-white);
	background: var(--pg-dark-2);
	border-color: var(--pg-dark-2);
}

.pg-rfq-help__icon {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-block-end: 0.9rem;
	color: var(--pg-white);
	background: var(--pg-orange);
	border-radius: var(--pg-radius-sm);
}

.pg-rfq-help__icon .pg-icon {
	width: 1.45rem;
	height: 1.45rem;
}

.pg-rfq-help h2 {
	color: var(--pg-white);
}

.pg-rfq-help ul {
	display: grid;
	gap: 0.4rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

.pg-rfq-help li {
	position: relative;
	padding-inline-start: 1.2rem;
	font-size: 0.8rem;
}

.pg-rfq-help li::before {
	position: absolute;
	inset-inline-start: 0;
	top: 0.45em;
	width: 0.42rem;
	height: 0.42rem;
	background: var(--pg-orange);
	border-radius: 99rem;
	content: "";
}

.pg-rfq-help p,
.pg-rfq-privacy-note p {
	margin: 0;
	font-size: 0.78rem;
}

.pg-rfq-help p {
	color: #cad2d6;
}

.pg-rfq-alert {
	margin-block-end: 1rem;
	padding: 0.85rem 1rem;
	background: #fff8e5;
	border: 1px solid #e4c86a;
	border-inline-start: 0.28rem solid #c69200;
}

.pg-rfq-alert--error {
	background: #fff0f0;
	border-color: #d68a8b;
	border-inline-start-color: #b32d2e;
}

.pg-rfq-alert p {
	margin: 0;
	color: var(--pg-text);
}

.pg-rfq-success {
	display: grid;
	justify-items: center;
	max-width: 44rem;
	padding: clamp(2rem, 6vw, 4rem);
	background: var(--pg-white);
	border: 1px solid var(--pg-border);
	border-radius: var(--pg-radius-md);
	text-align: center;
}

.pg-rfq-success__icon {
	display: grid;
	place-items: center;
	width: 4rem;
	height: 4rem;
	margin-block-end: 1rem;
	color: var(--pg-white);
	background: var(--pg-orange);
	border-radius: 99rem;
	font-size: 2rem;
	font-weight: 800;
}

.pg-rfq-success h2 {
	margin-block-end: 0.4rem;
}

.pg-rfq-reference {
	margin-block-end: 0.8rem;
	color: var(--pg-dark);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: clamp(1.55rem, 4vw, 2.2rem);
	font-weight: 800;
	letter-spacing: 0.03em;
}
