/* Native ASUS RFQ. Scoped to the ASUS landing page. */
.ipab .ipab-rfq {
	background: #eef2f7;
	border-block: 1px solid var(--ipab-line);
	scroll-margin-top: 110px;
}
.ipab .ipab-rfq__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.4fr);
	border: 1px solid var(--ipab-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 24px 64px rgba(16, 27, 48, 0.1);
	overflow: hidden;
}
.ipab .ipab-rfq__intro {
	min-width: 0;
	padding: clamp(28px, 3.5vw, 48px);
	color: #e1e6ee;
	background: linear-gradient(150deg, #17263e 0%, #0d1118 72%);
}
.ipab .ipab-rfq__brand {
	display: inline-flex;
	max-width: 100%;
	padding: 10px 14px;
	margin-bottom: 36px;
	border-radius: 10px;
	background: #fff;
}
.ipab .ipab-rfq__brand img { width: 250px; height: auto; object-fit: contain; }
.ipab .ipab-rfq__intro h2 { color: #fff; font-size: clamp(2rem, 3.1vw, 3.2rem); line-height: 1.1; }
.ipab .ipab-rfq__intro p { font-size: 1rem; line-height: 1.75; }
.ipab .ipab-rfq__points { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid #ffffff30; }
.ipab .ipab-rfq__points li { padding: 14px 0; border-bottom: 1px solid #ffffff30; font-size: 1rem; }
.ipab .ipab-rfq__intro .ipab-rfq__scope { font-size: 0.94rem; color: #ccd5e2; }
.ipab .ipab-rfq__scope strong { display: block; color: #fff; }
.ipab .ipab-rfq__intro .ipab-rfq__contact { margin: 28px 0 0; font-size: 0.94rem; }
.ipab .ipab-rfq__contact a { color: #fff; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.ipab .ipab-rfq__intro a:focus-visible { outline-color: #fff; }
.ipab .ipab-rfq__card { min-width: 0; padding: clamp(26px, 3.5vw, 46px); }
.ipab .ipab-rfq__card h3 { font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.15; margin-bottom: 12px; }
.ipab .ipab-rfq__card > p { color: var(--ipab-ink-soft); margin-bottom: 28px; font-size: 1rem; }
.ipab .ipab-rfq__form { position: relative; margin: 0; }
.ipab .ipab-rfq__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
.ipab .ipab-rfq__field { min-width: 0; }
.ipab .ipab-rfq__field--wide { grid-column: 1 / -1; }
.ipab .ipab-rfq__field label { display: block; margin: 0 0 8px; color: var(--ipab-ink); font-size: 0.94rem; font-weight: 650; line-height: 1.5; }
.ipab .ipab-rfq__field label small { font-size: 0.875rem; font-weight: 400; color: var(--ipab-ink-soft); }
.ipab .ipab-rfq__field input,
.ipab .ipab-rfq__field select,
.ipab .ipab-rfq__field textarea {
	display: block; width: 100%; max-width: 100%; min-width: 0; min-height: 52px;
	margin: 0; padding: 12px 14px; border: 1px solid #aab6c5; border-radius: 8px;
	color: #10131a; background-color: #fff; box-shadow: none;
	font-family: inherit; font-size: 1rem; font-weight: 400; line-height: 1.5;
	text-transform: none; letter-spacing: normal;
}
.ipab .ipab-rfq__field select { appearance: auto; -webkit-appearance: auto; background-image: none; padding-right: 8px; cursor: pointer; }
.ipab .ipab-rfq__field option { color: #10131a; background: #fff; }
.ipab .ipab-rfq__field textarea { min-height: 120px; resize: vertical; }
.ipab .ipab-rfq__field input::placeholder,
.ipab .ipab-rfq__field textarea::placeholder { color: #626e7d; opacity: 1; }
.ipab .ipab-rfq__field [aria-invalid="true"] { border-color: #ab2323; }
.ipab .ipab-rfq__field .ipab-rfq__error { margin: 7px 0 0; color: #a32121; font-size: 0.875rem; line-height: 1.5; }
.ipab .ipab-rfq__notice { margin-bottom: 24px; padding: 18px; border: 1px solid; border-radius: 8px; overflow-wrap: anywhere; }
.ipab .ipab-rfq__notice p { margin: 0; font-size: 1rem; }
.ipab .ipab-rfq__notice ul { margin: 12px 0 0; padding-left: 20px; }
.ipab .ipab-rfq__notice a { text-decoration: underline; text-underline-offset: 2px; }
.ipab .ipab-rfq__notice.is-success { border-color: #6aa480; color: #165b31; background: #edf8f0; }
.ipab .ipab-rfq__notice.is-error { border-color: #d2a0a0; color: #842121; background: #fff3f3; }
.ipab .ipab-rfq__submit-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; margin-top: 28px; }
.ipab .ipab-rfq__submit-row .ipab-button { border: 0; cursor: pointer; font-size: 0.94rem; }
.ipab .ipab-rfq__submit-row p { flex: 1 1 180px; margin: 0; color: var(--ipab-ink-soft); font-size: 0.875rem; line-height: 1.6; }
.ipab .ipab-rfq__submit-row button:disabled { opacity: 0.7; cursor: wait; transform: none; }
.ipab .ipab-rfq [hidden] { display: none !important; }
.ipab .ipab-rfq__honeypot { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
.ipab.ipab-rfq-in-view .ipab-mobile-cta,
.ipab.ipab-rfq-input-active .ipab-mobile-cta { visibility: hidden; pointer-events: none; }
@media (max-width: 1040px) {
	.ipab .ipab-rfq__layout { grid-template-columns: 1fr; }
	.ipab .ipab-rfq__intro h2 { max-width: 22ch; }
	.ipab .ipab-rfq__intro > p { max-width: 70ch; }
	.ipab .ipab-rfq__brand { margin-bottom: 24px; }
}
@media (max-width: 760px) {
	.ipab .ipab-rfq { scroll-margin-top: 78px; }
	.ipab .ipab-rfq__layout { border-radius: 14px; }
	.ipab .ipab-rfq__intro, .ipab .ipab-rfq__card { padding: 28px 22px; }
	.ipab .ipab-rfq__fields { grid-template-columns: 1fr; gap: 20px; }
	.ipab .ipab-rfq__field--wide { grid-column: auto; }
	.ipab .ipab-rfq__submit-row .ipab-button { width: 100%; }
}
@media print {
	.ipab .ipab-rfq { display: none; }
}
