.booking-page { background: #f4f5f7; padding: 28px 0 72px; }
.plan-hero {
    text-align: center;
    margin: 0 0 22px;
}
.plan-hero h1 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.3;
    color: #1b1f24;
}
.plan-hero p {
    margin: 0 auto;
    max-width: 720px;
    color: #5b656e;
    font-size: 15px;
    line-height: 1.6;
}
.booking-page .landing-facts {
    margin-bottom: 24px;
}
.booking-page .faq-block {
    margin-top: 48px;
}
.steps {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0 28px;
    flex-wrap: wrap;
}
.steps span { color: #c5ccd3; }
.steps span.is-on { color: #a91221; }
.steps i { color: #c5ccd3; font-style: normal; font-weight: 500; }

.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}
.booking-card, .summary-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(20, 40, 70, .06);
    padding: 28px 28px 22px;
}
.summary-card { position: sticky; top: 108px; }
.booking-card h4, .summary-card h4 {
    margin: 0 0 18px;
    font-size: 20px;
    color: #1b1f24;
}
.booking-card h4.block-title { margin-top: 28px; }
.req { color: #a91221; }

.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
}
.field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2b333a;
    margin: 0 0 6px;
}
.field input, .field select {
    width: 100%;
    height: 44px;
    border: 1px solid #dbe3ea;
    border-radius: 8px;
    padding: 0 12px;
    font: inherit;
    background: #fff;
    color: #1b1f24;
}
.field input::placeholder { color: #b0bac2; }
.phone-split { display: grid; grid-template-columns: minmax(200px, 1.3fr) 1fr; gap: 8px; }
.applicant-box {
    border: 1px solid #edf1f4;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 16px;
    background: #fbfcfd;
}
.applicant-box h5 { margin: 0 0 14px; color: #a91221; }
.step-pane { display: none; }
.step-pane.is-on { display: block; }
.step-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
}
.btn-next,
.btn-back,
.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border: 0;
    border-radius: 4px;
    padding: 10px 22px;
    font: 700 15px "Noto Sans KR", sans-serif;
    cursor: pointer;
}
.btn-next,
.btn-submit {
    color: #fff;
    min-width: 160px;
    background: #a91221;
}
.btn-next:hover,
.btn-submit:hover { background: #8e0f1c; }
.btn-back {
    color: #a91221;
    min-width: 110px;
    background: #fff;
    border: 1px solid #a91221;
}
.btn-back:hover { background: #fff5f7; }
.btn-next:disabled { opacity: .4; cursor: not-allowed; background: #a91221; }
.btn-ico { width: 18px; height: 18px; display: block; flex: 0 0 auto; }
.summary-line { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; margin: 6px 0; color: #44515a; }
.summary-total { border-top: 1px solid #edf1f4; margin-top: 12px; padding-top: 14px; }
.summary-total strong { font-size: 16px; color: #1b1f24; }
.summary-total .usd { color: #a91221; font-size: 20px; font-weight: 800; }
.issue-eta {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px dashed #edf1f4;
    font-size: 13px;
    font-weight: 700;
    color: #1b4f72;
    line-height: 1.45;
}
.issue-eta.is-error {
    color: #a91221;
}
.visa-type-note { margin: 8px 0 0; font-size: 12px; color: #a91221; line-height: 1.45; }
.plan-chip {
    display: inline-block;
    margin: -6px 0 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #a91221;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.addon-list { display: grid; gap: 12px; }
.addon-card {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid #edf1f4;
    border-radius: 10px;
    background: #fbfcfd;
    cursor: pointer;
}
.addon-card input { margin-top: 4px; }
.addon-card strong { display: block; margin-bottom: 4px; color: #1b1f24; }
.addon-card span { font-size: 13px; color: #44515a; line-height: 1.5; }
.addon-pickup { margin: 0 0 4px; }
.cambodia-visa-note {
    padding: 14px 16px;
    border: 1px solid #e5d6a8;
    border-radius: 10px;
    background: #fffaf0;
    color: #4f4427;
    font-size: 13px;
    line-height: 1.55;
}
.cambodia-visa-note strong,
.cambodia-visa-note span { display: block; }
.cambodia-visa-note p { margin: 6px 0 0; font-weight: 700; color: #8a5b00; }
.product-break { font-size: 13px; color: #67757f; margin-top: 8px; }
.review-list { font-size: 14px; color: #334047; }
.review-list p { margin: 8px 0; }
.agree { display: flex; gap: 8px; align-items: flex-start; margin: 16px 0; font-size: 14px; color: #334047; }
#paypal-button-container {
    max-width: 420px;
    margin: 8px 0 18px;
}

.photo-guide {
    margin: 0 0 22px;
    padding: 18px;
    border: 1px dashed #e2b4b8;
    border-radius: 14px;
    background: #fff8f8;
}
.photo-guide-title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 800;
    color: #1b1f24;
}
.photo-guide-title span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #67757f;
}
.photo-guide-grid {
    display: grid;
    grid-template-columns: minmax(140px, .72fr) minmax(240px, 1.28fr);
    gap: 16px;
    align-items: stretch;
}
.photo-guide-item img {
    width: 100%;
    height: 168px;
    object-fit: contain;
    background: #eef3f7;
    display: block;
}
.photo-guide-item {
    margin: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(20, 40, 70, .06);
}
.photo-guide-item img {
    width: 100%;
    height: 168px;
    object-fit: contain;
    background: #eef3f7;
    display: block;
}
.photo-guide-item figcaption {
    padding: 10px 12px 12px;
    font-size: 12px;
    line-height: 1.45;
    color: #5b6770;
}
.photo-guide-item strong {
    display: block;
    margin-bottom: 4px;
    color: #a91221;
    font-size: 13px;
}
.upload-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
}
.upload-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #eadfe1;
    border-radius: 12px;
    background: #fff;
}
.upload-example {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #eef3f7;
}
.upload-example img {
    width: 100%;
    height: 92px;
    object-fit: contain;
    display: block;
}
.upload-tag {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    padding: 2px 6px;
    border-radius: 4px;
    background: #a91221;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
}
.upload-fields label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #2b333a;
    margin: 0 0 4px;
}
.upload-hint {
    margin: 0 0 8px;
    font-size: 12px;
    color: #7a868e;
    line-height: 1.4;
}
.field-note {
    margin: 6px 0 0;
    font-size: 12px;
    color: #5c6a73;
    line-height: 1.45;
}
.field-note.is-error {
    color: #b42318;
    font-weight: 700;
}
.upload-fields input[type="file"] {
    width: 100%;
    height: auto;
    padding: 8px 0;
    border: 0;
    background: transparent;
}

@media (max-width: 980px) {
    .booking-layout, .field-grid, .phone-split, .photo-guide-grid, .upload-grid, .upload-card { grid-template-columns: 1fr; }
    .summary-card { position: static; }
    .photo-guide-item img { height: 180px; }
    .upload-example img { height: 140px; }
}
