/* Reservation lookup only; shared navigation, footer and booking forms stay unchanged. */
.lookup-page-shell { padding-top: 80px; background: #fff; color: #232333; }
.lookup-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 25px 0 26px; color: #82768e; font-size: 11px; line-height: 1.6; }
.lookup-breadcrumb a { display: inline-flex; align-items: center; min-height: 0 !important; padding: 0 !important; color: #82768e; }
.lookup-breadcrumb i { color: #b5aabe; font-size: 8px; }
.lookup-breadcrumb [aria-current] { color: #584b69; }
.lookup-intro { padding: 12px 0 36px; }
.lookup-kicker { display: block; margin-bottom: 13px; color: #7d619f; font-size: 10px; font-weight: 600; line-height: 1.6; letter-spacing: 1.4px; }
.lookup-intro h1 { margin: 0 0 17px; color: #232333; font-size: clamp(32px, 3.2vw, 43px); font-weight: 600; line-height: 1.25; letter-spacing: -1px; }
.lookup-intro > p { max-width: 760px; margin: 0; color: #7b6f87; font-size: 14px; line-height: 1.85; }
.lookup-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr); align-items: start; gap: 72px; padding: 36px 0 44px; border-top: 1px solid #eee8f4; }
.lookup-layout > * { min-width: 0; }
.lookup-page-shell .lookup-panel { padding: 32px !important; border: 1px solid #e2d8ed; border-radius: 17px; background: #fff; scroll-margin-top: 110px; }
.lookup-panel-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 29px; }
.lookup-symbol { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; border-radius: 12px; background: #f5f0fa; color: #8664a8; font-size: 17px; }
.lookup-panel h2 { margin: 0; color: #35293f; font-size: 21px; font-weight: 600; line-height: 1.4; letter-spacing: -.45px; }
.lookup-panel-heading p { margin: 6px 0 0; color: #85758f; font-size: 12px; line-height: 1.8; }
.lookup-form { display: grid; gap: 22px; margin: 0; }
.lookup-field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.lookup-page-shell .lookup-field label { display: flex !important; align-items: baseline; flex-wrap: wrap; gap: 5px; margin: 0 !important; color: #5f4d6d !important; font-size: 12px; font-weight: 500 !important; line-height: 1.6; text-transform: none !important; letter-spacing: normal !important; }
.lookup-field label span { color: #94829f; font-weight: 400; font-size: 11px; }
.lookup-page-shell .lookup-field input { display: block; width: 100%; min-width: 0; min-height: 50px; margin: 0; padding: 13px 15px; border: 1px solid #dfd6e9 !important; border-radius: 10px !important; background: #fff !important; color: #45364f; box-shadow: none !important; font: inherit; font-size: 14px; line-height: 1.65; }
.lookup-field input::placeholder { color: #9787a2; opacity: 1; font-size: 13px; }
.lookup-field #pnr_code { text-transform: uppercase; letter-spacing: .65px; }
.lookup-field #pnr_code::placeholder { text-transform: none; letter-spacing: .3px; }
.lookup-page-shell .lookup-field input:focus { border-color: #9677b4 !important; outline: 2px solid #ede5f5 !important; outline-offset: 1px; }
.lookup-field-hint { color: #8b7d96; font-size: 11px; line-height: 1.7; }
.lookup-field-error { color: #a13f50; font-size: 11px; line-height: 1.7; }
.lookup-page-shell .lookup-field input[aria-invalid="true"] { border-color: #c47b8a !important; }
.lookup-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 20px; border: 1px solid #6b4e9e; border-radius: 10px; background: #6b4e9e; color: #fff; font: inherit; font-size: 12px; font-weight: 500; line-height: 1.7; text-align: center; cursor: pointer; }
.lookup-button:hover { border-color: #5e438e; background: #5e438e; color: #fff; }
.lookup-button i { flex-shrink: 0; }
.lookup-button-outline { border-color: #ded3eb; background: #fff; color: #6b4e9e; }
.lookup-button-outline:hover { border-color: #a88cc8; background: #fff; color: #5e438e; }
.lookup-privacy { display: flex; justify-content: center; align-items: flex-start; gap: 8px; margin: -7px 0 0; color: #8b7d96; font-size: 10px; line-height: 1.8; }
.lookup-privacy i { margin-top: 4px; color: #997dae; font-size: 10px; }
.lookup-help { padding-top: 8px; }
.lookup-help .lookup-kicker { font-size: 9px; }
.lookup-help h2 { max-width: 320px; margin: 0; color: #3d2e49; font-size: 25px; font-weight: 600; line-height: 1.4; letter-spacing: -.5px; }
.lookup-help > p { max-width: 360px; margin: 15px 0 0; color: #85758f; font-size: 13px; line-height: 1.9; }
.lookup-code-example { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 12px; max-width: 370px; margin-top: 22px; padding: 18px 0; border-top: 1px solid #eee8f4; border-bottom: 1px solid #eee8f4; }
.lookup-code-example > span:first-child { color: #8b7799; font-size: 11px; line-height: 1.6; }
.lookup-example-value { display: inline-flex; align-items: center; gap: 8px; color: #7b5b95; font-size: 14px; font-weight: 500; letter-spacing: .65px; white-space: nowrap; }
.lookup-example-value i { color: #ae92c2; font-size: 13px; }
.lookup-tips { display: grid; gap: 14px; max-width: 360px; margin: 22px 0 0; padding: 0; list-style: none; }
.lookup-tips li { display: flex; align-items: flex-start; gap: 11px; color: #85758f; font-size: 12px; line-height: 1.85; }
.lookup-tips i { margin-top: 6px; color: #9c80b4; font-size: 10px; }
.lookup-tips strong { color: #675174; font-weight: 500; }
.lookup-support { display: flex; align-items: flex-start; gap: 14px; max-width: 390px; margin-top: 29px; padding-top: 24px; border-top: 1px solid #eee8f4; }
.lookup-support > div { min-width: 0; }
.lookup-support h3 { margin: 0; color: #4b365a; font-size: 14px; font-weight: 500; line-height: 1.65; }
.lookup-support p { margin: 5px 0 6px; color: #8b7799; font-size: 11px; line-height: 1.8; }
.lookup-support a { display: inline-flex; align-items: center; gap: 10px; min-height: 36px; color: #6b4e9e; font-size: 12px; font-weight: 500; line-height: 1.7; }
.lookup-alert { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 24px; padding: 16px; border: 1px solid #ecd3d9; border-radius: 10px; background: #fff; color: #944658; }
.lookup-alert > i { flex-shrink: 0; margin-top: 4px; font-size: 15px; }
.lookup-alert strong { font-size: 12px; font-weight: 600; line-height: 1.8; }
.lookup-alert p { margin: 5px 0 0; color: #956775; font-size: 12px; line-height: 1.85; }
.lookup-page-shell .lookup-result { margin-top: 30px; padding: 29px 0 0 !important; border-top: 1px solid #e7ddef; }
.lookup-result-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.lookup-result-heading > div { min-width: 0; }
.lookup-result .lookup-kicker { margin-bottom: 8px; font-size: 9px; }
.lookup-result h2 { font-size: 24px; overflow-wrap: anywhere; }
.lookup-status { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; max-width: 100%; padding: 6px 10px; border: 1px solid #e5dceb; border-radius: 7px; color: #7a6b86; font-size: 10px; font-weight: 500; line-height: 1.6; }
.lookup-status::before { content: ''; flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.lookup-status-waiting { border-color: #e9d8b9; color: #906924; }
.lookup-status-confirmed { border-color: #c8e1d2; color: #337552; }
.lookup-status-cancelled { border-color: #e9cdd6; color: #9d4960; }
.lookup-pnr { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-top: 23px; padding-bottom: 17px; border-bottom: 1px solid #eee8f4; }
.lookup-pnr span { color: #8b7799; font-size: 11px; }
.lookup-pnr strong { color: #675174; font-size: 13px; font-weight: 500; letter-spacing: .7px; overflow-wrap: anywhere; }
.lookup-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 22px 0 27px; }
.lookup-details > div { min-width: 0; }
.lookup-details dt { display: flex; align-items: center; gap: 7px; margin-bottom: 8px; color: #8b7799; font-size: 11px; font-weight: 400; line-height: 1.6; }
.lookup-details dt i { color: #a387b8; font-size: 11px; }
.lookup-details dd { margin: 0; color: #51405e; font-size: 15px; font-weight: 500; line-height: 1.6; font-variant-numeric: tabular-nums; }
.lookup-details .lookup-total { color: #6b4e9e; font-size: 19px; line-height: 1.3; }
.lookup-result > .lookup-button { width: 100%; }
.lookup-new-stay { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 31px 0 52px; border-top: 1px solid #eee8f4; }
.lookup-new-stay h2 { margin: 0; color: #48344f; font-size: 21px; font-weight: 600; line-height: 1.45; letter-spacing: -.4px; }
.lookup-new-stay p { margin: 9px 0 0; color: #8b7895; font-size: 12px; line-height: 1.8; }
.lookup-new-stay > a { flex-shrink: 0; }
.lookup-page-shell a, .lookup-page-shell a:hover, .lookup-page-shell button, .lookup-page-shell button:hover, .lookup-page-shell i { box-shadow: none !important; transform: none !important; animation: none !important; transition: none; }
.lookup-page-shell a:focus-visible, .lookup-page-shell button:focus-visible { outline: 2px solid #8b6ab1; outline-offset: 4px; }
@media (max-width: 1100px) { .lookup-layout { gap: 40px; grid-template-columns: minmax(0, 1.2fr) minmax(0, .85fr); } .lookup-page-shell .lookup-panel { padding: 26px !important; } }
@media (max-width: 991px) { .lookup-page-shell { padding-top: 70px; } }
@media (max-width: 850px) {
    .lookup-layout { grid-template-columns: minmax(0, 1fr); gap: 33px; }
    .lookup-help { padding: 0; }
    .lookup-help h2, .lookup-help > p, .lookup-tips, .lookup-support { max-width: none; }
    .lookup-code-example { max-width: 400px; }
}
@media (max-width: 768px) {
    .lookup-page-shell { padding-top: 60px; }
    .lookup-breadcrumb { padding: 20px 0 22px; font-size: 10px; }
    .lookup-intro { padding: 4px 0 27px; }
    .lookup-kicker { font-size: 9px; }
    .lookup-intro h1 { font-size: 32px; letter-spacing: -.8px; }
    .lookup-intro > p { font-size: 13px; }
    .lookup-layout { padding: 27px 0 34px; }
    .lookup-page-shell .lookup-panel { scroll-margin-top: 85px; }
    .lookup-page-shell .lookup-field input { font-size: 16px; }
    .lookup-panel-heading { gap: 13px; margin-bottom: 24px; }
    .lookup-panel-heading h2 { font-size: 20px; }
    .lookup-panel-heading p { font-size: 11px; }
    .lookup-help h2 { font-size: 23px; }
    .lookup-help > p { font-size: 12px; }
    .lookup-new-stay { align-items: flex-start; flex-direction: column; gap: 20px; padding: 27px 0 38px; }
    .lookup-new-stay h2 { font-size: 20px; }
}
@media (max-width: 500px) {
    .lookup-page-shell .lookup-panel { padding: 23px 20px !important; border-radius: 14px; }
    .lookup-panel-heading { align-items: flex-start; }
    .lookup-panel-heading .lookup-symbol { flex-basis: 38px; width: 38px; height: 38px; font-size: 15px; }
    .lookup-panel-heading h2 { font-size: 18px; }
    .lookup-panel-heading p { margin-top: 7px; }
    .lookup-form { gap: 20px; }
    .lookup-button { padding: 12px 14px; gap: 9px; font-size: 11px; }
    .lookup-privacy { margin-top: -3px; font-size: 10px; }
    .lookup-details { gap: 22px 14px; }
    .lookup-details dd { font-size: 13px; }
    .lookup-details .lookup-total { font-size: 18px; }
}
