.hsg-locked-quote .booking-card-pro {
    position: sticky;
    top: 135px;
    z-index: 50;
    width: 100%;
    padding: 1.5rem;
    border: 1px solid #dedbd5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 36px rgba(20, 50, 32, .14);
    color: #211f1b;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hsg-locked-quote .price-row {
    margin-bottom: 1.5rem;
    color: #2e1e0f;
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.hsg-locked-quote .price-row span {
    color: #6b7280;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.hsg-locked-quote .booking-selectors {
    margin-bottom: 1.5rem;
    border: 1px solid #888;
    border-radius: 8px;
}

.hsg-locked-quote .date-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #ddd;
}

.hsg-locked-quote .date-box,
.hsg-locked-quote .guests-selector {
    min-width: 0;
    padding: .8rem;
    font-size: .7rem;
    font-weight: 700;
}

.hsg-locked-quote .date-box:first-child { border-right: 1px solid #888; }

.hsg-locked-quote .date-box input {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font: inherit;
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none !important;
    cursor: pointer;
}

.hsg-locked-quote .stay-limits-hint {
    margin: 8px 0 0;
    padding: 0;
    color: #6b7280;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .01em;
}

.hsg-locked-quote .guests-selector { position: relative; }

.hsg-locked-quote .guests-trigger {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.hsg-locked-quote .guests-trigger-label {
    color: #666;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.hsg-locked-quote .guests-trigger-value {
    margin-top: 4px;
    color: #1a1a1a;
    font-size: .9rem;
    font-weight: 500;
}

.hsg-locked-quote .guests-popover {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 50;
    padding: .75rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.hsg-locked-quote .guests-popover[hidden] { display: none; }

.hsg-locked-quote .guests-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.hsg-locked-quote .guests-row:last-of-type { border-bottom: 0; }
.hsg-locked-quote .guests-row__label strong { display: block; color: #1a1a1a; font-size: 1rem; }
.hsg-locked-quote .guests-row__label small { color: #6b6b6b; font-size: .8rem; font-weight: 400; }
.hsg-locked-quote .stepper { display: inline-flex; align-items: center; gap: .5rem; }

.hsg-locked-quote .stepper-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    background: #fff;
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}

.hsg-locked-quote .stepper-btn:hover:not(:disabled) { border-color: #1a1a1a; }
.hsg-locked-quote .stepper-btn:disabled { border-color: #e0e0e0; color: #ccc; cursor: not-allowed; }
.hsg-locked-quote .stepper-value { min-width: 24px; color: #1a1a1a; font-size: 1rem; font-weight: 500; text-align: center; }

.hsg-locked-quote .guests-popover-close {
    width: 100%;
    margin-top: .5rem;
    padding: .5rem;
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.hsg-locked-quote .reserve-btn {
    width: 100%;
    margin-bottom: .8rem;
    padding: 1rem;
    border: 0;
    border-radius: 8px;
    background: #3f6844 !important;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
}

.hsg-locked-quote .reserve-btn:disabled { opacity: .5; cursor: not-allowed; }
.hsg-locked-quote .booking-disclaimer { color: #6b7280; font-size: 14px; text-align: center; }

.hsg-availability-calendar { margin-top: 1rem; color: #211f1b; font-family: 'Plus Jakarta Sans', sans-serif; }
.hsg-availability-calendar__toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.hsg-availability-calendar__nav { width: 38px; height: 38px; border: 1px solid #d9d5ce; border-radius: 50%; background: #fff; color: #315b39; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.hsg-availability-calendar__months { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.hsg-availability-calendar__title { margin-bottom: .75rem; font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 600; text-align: center; }
.hsg-availability-calendar__weekdays,
.hsg-availability-calendar__days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.hsg-availability-calendar__weekday { padding: .3rem 0; color: #756d65; font-size: .7rem; font-weight: 700; text-align: center; }
.hsg-availability-calendar__day { display: flex; align-items: center; justify-content: center; min-height: 38px; border-radius: 50%; color: #2c2a26; font-size: .82rem; }
.hsg-availability-calendar__day--empty { visibility: hidden; }
.hsg-availability-calendar__day--past { color: #b9b4ac; }
.hsg-availability-calendar__day--blocked { background: rgba(192,49,74,.06); color: #c0314a; text-decoration: line-through; }
.hsg-availability-calendar__day--arrival { background: linear-gradient(135deg, transparent 49.5%, rgba(192,49,74,.18) 50.5%); }
.hsg-availability-calendar__day--departure { background: linear-gradient(135deg, rgba(192,49,74,.18) 49.5%, transparent 50.5%); }

@media (max-width: 991px) {
    .hsg-locked-quote .booking-card-pro { position: static; margin-top: 2rem; }
    .hsg-availability-calendar__months { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .hsg-locked-quote .date-inputs { grid-template-columns: 1fr; }
    .hsg-locked-quote .date-box:first-child { border-right: 0; border-bottom: 1px solid #ddd; }
}
