/* ── Wrapper ── */
.hbf-wrapper {
    max-width: 780px;
    margin: 0 auto;
    font-family: inherit;
}

/* ── Notices ── */
.hbf-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.5;
}
.hbf-notice p { margin: 4px 0 0; font-size: 14px; }
.hbf-notice-icon { font-size: 20px; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.hbf-success { background: #fff2e1; border: 1px none; color: #1d6b3d; }
.hbf-error   { background: #fff2e1; border: 1px none; color: #991b1b; }

/* ── Sections ── */
.hbf-section {
    background: #fff2e1;
    border: 1px none;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}
.hbf-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: #fff2e1;
    border-bottom: 1px solid none;
}
.hbf-section-number {
    width: 28px;
    height: 28px;
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
}
.hbf-section-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff2e1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.hbf-section-body {
    padding: 22px 24px;
}

/* ── Field ── */
.hbf-field {
    margin-bottom: 18px;
}
.hbf-field:last-child { margin-bottom: 0; }
.hbf-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.hbf-req { color: #dc2626; margin-left: 2px; }

/* ── Inputs ── */
.hbf-wrapper input[type=text],
.hbf-wrapper input[type=email],
.hbf-wrapper input[type=tel],
.hbf-wrapper select,
.hbf-wrapper textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 14px;
    border: 1.5px solid #f7e6ce;
    border-radius: 8px;
    font-size: 15px;
    color: #111827;
    background: #fff2e1;
    transition: border-color 0.15s;
    appearance: none;
    -webkit-appearance: none;
}
.hbf-wrapper input:focus,
.hbf-wrapper select:focus,
.hbf-wrapper textarea:focus {
    outline: none;
    border-color: none;
    box-shadow: 0 0 0 3px rgba(26,26,46,0.08);
}
.hbf-wrapper select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
.hbf-wrapper textarea { resize: vertical; line-height: 1.6; }

/* ── 2-column grid ── */
.hbf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media(max-width: 560px){ .hbf-row { grid-template-columns: 1fr; } }

/* ── Date picker ── */
.hbf-date-wrap {
    position: relative;
}
.hbf-date-wrap input { padding-right: 40px; cursor: pointer; }
.hbf-cal-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
    pointer-events: all;
    color: #6b7280;
}
.hbf-nights-pill {
    display: inline-block;
    margin-top: 12px;
    background: #fff2e1;
    color: #3730a3;
    border: 1px solid #886444;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* ── Phone ── */
.hbf-phone-wrap {
    display: flex;
    gap: 8px;
}
.hbf-phone-wrap .hbf-dialcode { width: 220px; flex-shrink: 0; }
.hbf-phone-wrap input { flex: 1; }
@media(max-width:480px){ .hbf-phone-wrap { flex-direction: column; } .hbf-dialcode { width: 100%; } }

/* ── Children ages ── */
.hbf-ages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
    margin-top: 4px;
}
.hbf-ages-grid select { margin: 0; }

/* ── Submit ── */
.hbf-submit-row { margin-top: 28px; text-align: center; }
.hbf-btn-submit {
    background: #886444;
    color: #ffffff;
    border: none;
    padding: 15px 48px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    letter-spacing: 0.03em;
}
.hbf-btn-submit:hover  { background: #886444; }
.hbf-btn-submit:active { transform: scale(0.98); }
.hbf-btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.hbf-privacy {
    margin: 12px 0 0;
    font-size: 12px;
    color: #886444;
}

/* ── jQuery UI calendar overrides ── */
.ui-datepicker { background: #fff2e1; border-radius: 10px; border: 1px solid #f7e6ce; font-size: 14px; }
.ui-datepicker-header { background: #f7e6ce; color: #fff; border-radius: 8px 8px 0 0; border: none; }
.ui-datepicker-prev, .ui-datepicker-next { top: 6px; }
.ui-datepicker-prev span, .ui-datepicker-next span { color: #fff2e1; }
.ui-state-default { border-radius: 6px; }
.ui-state-active { background: #fff2e1 !important; border-color: #886444 !important; color: #000000 !important; }
.ui-state-disabled { background: #fff2e1 !important; border-color: #886444 !important; color: #000000 !important; }
.ui-datepicker-title { color: #f7e6ce; }
.ui-datepicker-calendar thead { background: #fff2e1; border-radius: 10px; border: 1px solid #f7e6ce; font-size: 14px; }
.ui-datepicker-calendar thead th { background: #fff2e1 !important; border-color: #886444 !important; color: #000000 !important; }