.nsbm-demo-page,
.nsbm-demo-page *,
.andb-booking,
.andb-booking *{
    box-sizing:border-box;
}
.nsbm-demo-page{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:clamp(28px,5vw,64px) 18px;
    clear:both;
    display:block;
    overflow:visible;
    position:relative;
    z-index:1;
    color:inherit;
    font-family:inherit;
}
.nsbm-demo-page:after,
.andb-booking:after{
    content:"";
    display:block;
    clear:both;
}
.nsbm-demo-hero{
    background:linear-gradient(135deg,#101810,#1d2d20);
    color:#fff;
    border-radius:30px;
    padding:clamp(30px,6vw,76px);
    margin:0 0 28px;
    overflow:hidden;
}
.nsbm-demo-kicker,
.andb-kicker{
    text-transform:uppercase;
    letter-spacing:.13em;
    font-size:12px;
    font-weight:900;
    opacity:.74;
    margin:0 0 10px;
}
.nsbm-demo-hero h1{
    margin:0 0 14px;
    font-size:clamp(34px,7vw,72px);
    line-height:.98;
    color:inherit;
}
.nsbm-demo-hero p{
    max-width:760px;
    margin:0;
    font-size:clamp(17px,2.2vw,22px);
    line-height:1.6;
    opacity:.9;
}
.nsbm-demo-info-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    margin:0 0 28px;
}
.nsbm-demo-info-card,
.nsbm-demo-form-section{
    background:#fff;
    border:1px solid rgba(18,18,18,.10);
    border-radius:26px;
    box-shadow:0 18px 46px rgba(0,0,0,.06);
}
.nsbm-demo-info-card{
    padding:28px;
}
.nsbm-demo-info-card h2,
.nsbm-demo-form-heading h2{
    margin:0 0 12px;
    font-size:clamp(24px,3vw,36px);
    line-height:1.08;
}
.nsbm-demo-info-card ul{
    margin:0;
    padding-left:20px;
}
.nsbm-demo-info-card li{
    margin:0 0 10px;
    line-height:1.55;
}
.nsbm-demo-form-section{
    padding:clamp(20px,4vw,38px);
    overflow:visible;
    clear:both;
}
.nsbm-demo-form-heading{
    max-width:760px;
    margin:0 0 22px;
}
.nsbm-demo-form-heading p:last-child{
    margin:0;
    opacity:.72;
}
.andb-booking{
    --andb-dark:#121212;
    --andb-muted:rgba(18,18,18,.62);
    --andb-border:rgba(18,18,18,.11);
    --andb-soft:rgba(18,18,18,.045);
    width:100%;
    max-width:100%;
    min-width:0;
    margin:0 auto 8px;
    clear:both;
    float:none!important;
    display:block;
    position:relative;
    z-index:1;
    isolation:isolate;
    overflow:visible;
    font-family:inherit;
    color:inherit;
}
.andb-booking-wide{
    max-width:1120px;
}
.andb-booking p,
.andb-booking h2,
.andb-booking h3{
    overflow-wrap:anywhere;
}
.andb-card,
.andb-form{
    width:100%;
    max-width:100%;
    background:#fff;
    border:1px solid var(--andb-border);
    border-radius:22px;
    box-shadow:0 14px 34px rgba(0,0,0,.055);
    padding:clamp(18px,3vw,30px);
    margin:0 0 22px;
    overflow:visible;
    float:none!important;
    display:block;
}
.andb-card:last-child,
.andb-form:last-child{
    margin-bottom:0;
}
.andb-intro h2{
    margin:0 0 10px;
    font-size:clamp(28px,4vw,46px);
    line-height:1.1;
}
.andb-intro p:last-child{
    margin-bottom:0;
}
.andb-progress{
    display:flex;
    gap:12px;
    align-items:center;
    margin:18px 0 0;
    flex-wrap:wrap;
}
.andb-progress-compact{
    margin:0 0 18px;
    padding:16px 18px;
    border:1px solid var(--andb-border);
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 26px rgba(0,0,0,.04);
}
.andb-progress-step{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    font-weight:900;
    color:var(--andb-muted);
}
.andb-progress-step span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:999px;
    background:var(--andb-soft);
    color:var(--andb-muted);
}
.andb-progress-step.is-active,
.andb-progress-step.is-complete{
    color:var(--andb-dark);
}
.andb-progress-step.is-active span,
.andb-progress-step.is-complete span{
    background:var(--andb-dark);
    color:#fff;
}
.andb-step[hidden]{
    display:none!important;
}
.andb-step{
    width:100%;
    min-width:0;
}
.andb-step-header{
    margin:0 0 22px;
}
.andb-step-header h3{
    margin:0 0 6px;
    font-size:clamp(22px,3vw,32px);
    line-height:1.15;
}
.andb-step-header p{
    margin:0;
    color:var(--andb-muted);
}
.andb-booking-panel{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);
    gap:24px;
    align-items:start;
    width:100%;
    min-width:0;
}
.andb-calendar-card,
.andb-slots-card{
    min-width:0;
    background:#fff;
    border:1px solid var(--andb-border);
    border-radius:18px;
    padding:20px;
    overflow:visible;
    float:none!important;
}
.andb-calendar-top,
.andb-slots-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:16px;
}
.andb-calendar-month,
.andb-slots-title{
    font-weight:900;
    font-size:18px;
}
.andb-month-nav{
    display:flex;
    gap:8px;
}
.andb-icon-button{
    width:40px;
    height:40px;
    border-radius:999px;
    border:1px solid var(--andb-border);
    background:#fff;
    color:var(--andb-dark);
    cursor:pointer;
    font-size:20px;
    line-height:1;
    padding:0;
}
.andb-icon-button:disabled{
    opacity:.35;
    cursor:not-allowed;
}
.andb-calendar-grid{
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap:8px;
    width:100%;
}
.andb-calendar-day-head{
    color:var(--andb-muted);
    font-size:12px;
    font-weight:900;
    text-align:center;
    padding:8px 0;
}
.andb-calendar-day{
    width:100%;
    max-width:100%;
    border:1px solid transparent;
    background:var(--andb-soft);
    color:var(--andb-dark);
    min-height:46px;
    border-radius:999px;
    font:inherit;
    font-weight:900;
    cursor:pointer;
    padding:0;
}
.andb-calendar-day:hover:not(:disabled),
.andb-calendar-day.is-selected{
    background:var(--andb-dark);
    color:#fff;
}
.andb-calendar-day.is-today:not(.is-selected){
    border-color:var(--andb-dark);
}
.andb-calendar-day.is-muted{
    opacity:.35;
}
.andb-calendar-day.is-disabled{
    cursor:not-allowed;
    opacity:.22;
}
.andb-selected-box{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-bottom:16px;
}
.andb-selected-box div{
    background:var(--andb-soft);
    border-radius:14px;
    padding:12px;
    min-width:0;
}
.andb-selected-box strong{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:var(--andb-muted);
    margin-bottom:4px;
}
.andb-selected-box span{
    display:block;
    font-weight:900;
    overflow-wrap:anywhere;
}
.andb-slots{
    display:grid;
    gap:10px;
}
.andb-slot-button{
    width:100%;
    max-width:100%;
    border:1px solid var(--andb-border);
    border-radius:14px;
    padding:13px 15px;
    background:#fff;
    color:var(--andb-dark);
    font:inherit;
    font-weight:900;
    text-align:center;
    cursor:pointer;
}
.andb-slot-button:hover,
.andb-slot-button.is-selected{
    background:var(--andb-dark);
    color:#fff;
}
.andb-slot-placeholder,
.andb-slot-empty{
    padding:18px;
    border-radius:14px;
    background:var(--andb-soft);
    color:var(--andb-muted);
    text-align:center;
    font-weight:700;
}
.andb-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    width:100%;
    min-width:0;
}
.andb-form label{
    display:block;
    font-weight:900;
    margin:0 0 16px;
    min-width:0;
}
.andb-form input,
.andb-form select,
.andb-form textarea{
    width:100%;
    max-width:100%;
    min-width:0;
    margin-top:7px;
    border:1px solid rgba(0,0,0,.18);
    border-radius:12px;
    padding:12px 14px;
    font:inherit;
    line-height:1.35;
    background:#fff;
    color:inherit;
    box-shadow:none;
}
.andb-form textarea{
    min-height:92px;
    resize:vertical;
}
.andb-review-card{
    margin:0 0 18px;
    border-radius:16px;
    padding:14px 16px;
    background:var(--andb-soft);
    color:var(--andb-dark);
    font-weight:900;
}
.andb-review-card span{
    display:block;
    margin-top:4px;
    font-weight:700;
    color:var(--andb-muted);
}
.andb-actions{
    display:flex;
    gap:12px;
    align-items:center;
    justify-content:flex-end;
    margin-top:22px;
    flex-wrap:wrap;
}
.andb-button,
.andb-button-secondary{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:999px;
    padding:13px 24px;
    font-weight:900;
    cursor:pointer;
    min-width:160px;
    max-width:100%;
    font:inherit;
    text-decoration:none;
}
.andb-button{
    border:0;
    background:var(--andb-dark);
    color:#fff;
}
.andb-button-secondary{
    border:1px solid var(--andb-border);
    background:#fff;
    color:var(--andb-dark);
}
.andb-button:disabled,
.andb-button-secondary:disabled{
    cursor:not-allowed;
    opacity:.55;
}
.andb-message,
.andb-alert{
    margin-top:16px;
    padding:12px 14px;
    border-radius:12px;
    background:rgba(0,0,0,.05);
}
.andb-message:empty{
    display:none;
}
.andb-success{
    background:#e8f7ed;
    color:#145c2c;
}
.andb-error,
.andb-alert{
    background:#fff1f1;
    color:#8a1f1f;
}
.andb-privacy{
    font-size:13px;
    opacity:.75;
}
.andb-hp{
    position:absolute!important;
    left:-9999px!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
}
.wp-block-shortcode > .nsbm-demo-page,
.wp-block-shortcode > .andb-booking,
.entry-content > .nsbm-demo-page,
.entry-content > .andb-booking{
    max-width:100%;
}
@media(max-width:1024px){
    .nsbm-demo-info-grid,
    .andb-booking-panel,
    .andb-grid,
    .andb-selected-box{
        grid-template-columns:1fr;
    }
    .nsbm-demo-hero,
    .nsbm-demo-info-card,
    .nsbm-demo-form-section{
        border-radius:20px;
    }
    .andb-actions{
        flex-direction:column-reverse;
        align-items:stretch;
    }
    .andb-button,
    .andb-button-secondary{
        width:100%;
    }
}
@media(max-width:620px){
    .nsbm-demo-page{
        padding:22px 12px;
    }
    .nsbm-demo-hero,
    .nsbm-demo-info-card,
    .nsbm-demo-form-section{
        padding:20px;
    }
    .andb-calendar-card,
    .andb-slots-card{
        padding:14px;
    }
    .andb-calendar-grid{
        gap:5px;
    }
    .andb-calendar-day{
        min-height:38px;
        border-radius:13px;
        font-size:13px;
    }
    .andb-progress{
        flex-direction:column;
        align-items:flex-start;
    }
}

/* v0.1.7 clean flow/containment for Nomad SBM demo pages */
.nsbm-demo-page,
.nsbm-demo-page *{
    box-sizing:border-box;
}
.nsbm-demo-page{
    display:block;
    clear:both;
    position:relative;
    z-index:1;
    width:100%;
    overflow:visible;
}
.nsbm-demo-form-section,
.andb-booking,
.andb-form,
.andb-step,
.andb-booking-panel{
    display:block;
    clear:both;
    position:relative;
    float:none!important;
    transform:none!important;
    overflow:visible;
}
.andb-form input,
.andb-form select,
.andb-form textarea{
    max-width:100%;
}
