.enquiry-fields { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-form [hidden] { display: none !important; }
.form-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.contact-form .form-hint { color: #526278; font-size: 12px; line-height: 1.6; font-weight: 400; }
.contact-form [aria-invalid="true"] { border-color: #b42318; }
.contact-form [data-enquiry-status]:not(:empty) { padding: 14px 16px; border-radius: 12px; background: #f1f5f9; color: #26394d; font-size: 13px; }
.contact-form [data-enquiry-status][data-tone="error"] { background: #fff1ed; color: #8c2b17; border: 1px solid #f6c9bd; }
.enquiry-receipt { color: #34475a; }
.receipt-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.receipt-check { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%; background: #e7f6ed; color: #136c42; font-size: 27px; font-weight: 700; }
.receipt-eyebrow { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 800; letter-spacing: .12em; color: #506377; }
.enquiry-receipt h3 { margin: 0; color: #102d49; font-size: clamp(23px, 3vw, 30px); line-height: 1.2; letter-spacing: -.035em; }
.enquiry-receipt p { font-size: 14px; line-height: 1.75; }
.receipt-code { display: grid; gap: 10px; margin: 24px 0; padding: 22px; border: 1px solid #d8e4ed; border-left: 4px solid #f58025; border-radius: 14px; background: #f5f8fc; }
.receipt-code span { color: #526278; font-size: 12px; font-weight: 700; }
.receipt-code strong { color: #102d49; font-family: ui-monospace, Consolas, monospace; font-size: clamp(16px, 2.2vw, 23px); letter-spacing: .025em; overflow-wrap: anywhere; user-select: all; }
.receipt-followup { margin-bottom: 24px; }
.receipt-followup > strong { color: #102d49; font-size: 14px; }
.receipt-followup p { margin-top: 6px; }
.enquiry-receipt a { color: #13528a; text-decoration: underline; text-underline-offset: 3px; }
.receipt-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 16px; padding-top: 22px; border-top: 1px solid #e1e7ee; }
.receipt-actions > span { font-size: 12px; line-height: 1.6; }
.receipt-actions .btn { white-space: normal; text-align: center; }
.enquiry-receipt :focus-visible { outline: 3px solid #e97716; outline-offset: 5px; }
@media (max-width: 480px) { .receipt-heading { align-items: flex-start; gap: 12px; } .receipt-check { width: 42px; height: 42px; flex-basis: 42px; } .receipt-code { padding: 17px; } .receipt-code strong { font-size: 14px; letter-spacing: 0; } .receipt-actions .btn { width: 100%; } }
