:root{
    --booking-bg:#f5f7fb;
    --booking-surface:#ffffff;
    --booking-surface-2:#f8fafc;
    --booking-surface-3:#f3f7ff;
    --booking-text:#0f172a;
    --booking-muted:#64748b;
    --booking-line:#dbe3ee;
    --booking-line-strong:#cbd8ea;
    --booking-primary:#0f172a;
    --booking-primary-2:#1e293b;
    --booking-accent:#eef4ff;
    --booking-accent-strong:#dbeafe;
    --booking-accent-deep:#2563eb;
    --booking-success:#166534;
    --booking-success-bg:#ecfdf3;
    --booking-error:#b91c1c;
    --booking-error-bg:#fef2f2;
    --booking-shadow:0 28px 80px rgba(15,23,42,.10);
    --booking-shadow-soft:0 14px 34px rgba(15,23,42,.06);
    --booking-shadow-card:0 18px 40px rgba(15,23,42,.05);
    --booking-shadow-interactive:0 16px 32px rgba(15,23,42,.07);
    --booking-radius-2xl:32px;
    --booking-radius-xl:24px;
    --booking-radius-lg:18px;
    --booking-radius-md:14px;
}

html.is-booking-modal-open,
body.is-booking-modal-open{
    overflow:hidden;
}

.public-booking-shell{
    background:
        radial-gradient(circle at top left, rgba(96,165,250,.10), transparent 26%),
        radial-gradient(circle at top right, rgba(191,219,254,.14), transparent 24%),
        linear-gradient(180deg,#f9fbff 0%, #f4f7fb 100%);
}

.public-booking-layout__main{
    min-height:100dvh;
}

.booking-page{
    width:min(100%, 1160px);
    margin:0 auto;
    padding:18px 12px 24px;
    color:var(--booking-text);
    box-sizing:border-box;
}

.booking-native-select{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}

.booking-hero{
    margin-bottom:22px;
}

.booking-hero__panel{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    padding:24px 22px 26px;
    border:1px solid rgba(219,227,238,.85);
    border-radius:32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(96,165,250,.16), transparent 30%),
        radial-gradient(circle at 0% 100%, rgba(219,234,254,.20), transparent 28%),
        linear-gradient(180deg,rgba(255,255,255,.97) 0%, rgba(248,251,255,.96) 100%);
    box-shadow:var(--booking-shadow);
    backdrop-filter:blur(10px);
}

.booking-hero__panel::before,
.booking-hero__panel::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:0;
}

.booking-hero__panel::before{
    background:linear-gradient(135deg, rgba(255,255,255,.38), transparent 36%);
    opacity:.95;
}

.booking-hero__panel::after{
    background:transparent;
}

/* =========================
   HERO WITH IMAGE BACKGROUND
   ========================= */

.booking-hero__panel--with-background{
    background-image:var(--booking-hero-bg-image);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#0f172a;
    border-color:rgba(255,255,255,.12);
    backdrop-filter:none;
}

.booking-hero__panel--with-background::before{
    background:
        linear-gradient(
            180deg,
            rgba(15,23,42,calc(var(--booking-hero-overlay-opacity, .45) + .10)) 0%,
            rgba(15,23,42,var(--booking-hero-overlay-opacity, .45)) 42%,
            rgba(15,23,42,calc(var(--booking-hero-overlay-opacity, .45) + .08)) 100%
        );
    opacity:1;
}

.booking-hero__panel--with-background::after{
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 26%),
        radial-gradient(circle at bottom left, rgba(255,255,255,.08), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,.06), transparent 42%);
    opacity:1;
}

.booking-hero__panel--with-background.booking-hero__panel--overlay-dark::before{
    background:
        linear-gradient(
            180deg,
            rgba(15,23,42,calc(var(--booking-hero-overlay-opacity, .45) + .10)) 0%,
            rgba(15,23,42,var(--booking-hero-overlay-opacity, .45)) 42%,
            rgba(15,23,42,calc(var(--booking-hero-overlay-opacity, .45) + .08)) 100%
        );
}

.booking-hero__panel--with-background.booking-hero__panel--overlay-light::before{
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,calc(var(--booking-hero-overlay-opacity, .45) + .08)) 0%,
            rgba(255,255,255,var(--booking-hero-overlay-opacity, .45)) 42%,
            rgba(255,255,255,calc(var(--booking-hero-overlay-opacity, .45) + .04)) 100%
        );
}

.booking-hero__panel--with-background.booking-hero__panel--overlay-none::before{
    background:transparent;
}

/* =========================
   HERO TOP / CONTENT
   ========================= */

.booking-hero__topbar{
    position:relative;
    z-index:1;
    display:flex;
    justify-content:center;
    margin-bottom:22px;
}

.booking-company__socials-inline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-wrap:nowrap;
    max-width:100%;
}

.booking-company__socials-label{
    font-size:.9rem;
    font-weight:700;
    color:var(--booking-muted);
    line-height:1.4;
    white-space:nowrap;
    flex:0 0 auto;
}

.booking-company__socials{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:nowrap;
}

.booking-company__social-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:999px;
    background:rgba(255,255,255,.84);
    border:1px solid rgba(15,23,42,.07);
    color:var(--booking-text);
    box-shadow:0 10px 20px rgba(15,23,42,.05);
    text-decoration:none;
    backdrop-filter:blur(10px);
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease,
        color .18s ease;
}

.booking-company__social-link:hover{
    transform:translateY(-2px);
    border-color:#bfd3f7;
    box-shadow:0 14px 28px rgba(15,23,42,.08);
    background:rgba(255,255,255,.98);
    color:var(--booking-accent-deep);
}

.booking-company__social-link svg{
    width:18px;
    height:18px;
    display:block;
    fill:currentColor;
}

.booking-hero__grid{
    position:relative;
    z-index:1;
    display:grid;
    gap:22px;
}

.booking-hero__content{
    display:grid;
    align-content:center;
    justify-items:start;
    gap:14px;
}

.booking-hero__kicker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    min-height:34px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(15,23,42,.07);
    box-shadow:0 10px 20px rgba(15,23,42,.05);
    color:#1d4ed8;
    font-size:.84rem;
    font-weight:800;
    letter-spacing:.03em;
    text-transform:uppercase;
}

.booking-company__name{
    margin:0;
    font-size:clamp(2rem,5vw,3.6rem);
    line-height:.98;
    letter-spacing:-.05em;
    color:var(--booking-text);
    font-weight:900;
    text-wrap:balance;
}

.booking-company__description{
    margin:0;
    max-width:60ch;
    color:var(--booking-muted);
    font-size:1rem;
    line-height:1.7;
}

.booking-hero__brand-stage{
    position:relative;
    min-height:260px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:14px;
    border-radius:28px;
    background:linear-gradient(180deg, rgba(255,255,255,.50) 0%, rgba(255,255,255,.18) 100%);
    border:1px solid rgba(255,255,255,.55);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
    padding:18px;
    box-sizing:border-box;
}

.booking-hero__brand-glow{
    position:absolute;
    inset:10% 14%;
    border-radius:999px;
    background:
        radial-gradient(circle, rgba(147,197,253,.38) 0%, rgba(191,219,254,.18) 38%, rgba(255,255,255,0) 72%);
    filter:blur(6px);
    pointer-events:none;
}

.booking-company__logo{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:180px;
    padding:10px;
}

.booking-company__logo img{
    display:block;
    width:auto;
    max-width:min(420px, 92%);
    max-height:170px;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 20px 28px rgba(15,23,42,.12));
}

.booking-hero__steps{
    position:relative;
    z-index:1;
    display:grid;
    gap:8px;
    width:100%;
    max-width:560px;
    text-align:center;
}

.booking-hero__steps-label{
    color:var(--booking-muted);
    font-size:.88rem;
    font-weight:700;
    letter-spacing:.01em;
}

.booking-hero__steps-line{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px 10px;
    color:var(--booking-text);
    font-size:.95rem;
    font-weight:700;
    line-height:1.5;
}

.booking-hero__steps-arrow{
    color:var(--booking-accent-deep);
    font-weight:900;
}

.booking-hero__brand-placeholder{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:140px;
    height:140px;
    border-radius:32px;
    background:linear-gradient(180deg,#ffffff 0%, #eef4ff 100%);
    border:1px solid rgba(15,23,42,.06);
    box-shadow:0 18px 32px rgba(15,23,42,.08);
}

.booking-hero__brand-placeholder span{
    font-size:3rem;
    font-weight:900;
    color:var(--booking-primary);
    line-height:1;
}

/* =========================
   HERO THEME: LIGHT CONTENT
   ========================= */

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-company__socials-label,
.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-hero__steps-label,
.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-company__description{
    color:rgba(255,255,255,.86);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-company__name,
.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-hero__steps-line{
    color:#ffffff;
    text-shadow:0 2px 10px rgba(15,23,42,.22);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-hero__steps-arrow{
    color:#bfdbfe;
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-hero__kicker{
    background:rgba(255,255,255,.14);
    border-color:rgba(255,255,255,.22);
    box-shadow:0 10px 24px rgba(15,23,42,.18);
    color:#ffffff;
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-company__social-link{
    background:rgba(255,255,255,.14);
    border-color:rgba(255,255,255,.20);
    color:#ffffff;
    box-shadow:0 12px 26px rgba(15,23,42,.18);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-company__social-link:hover{
    background:rgba(255,255,255,.22);
    border-color:rgba(255,255,255,.30);
    color:#ffffff;
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-hero__brand-stage{
    background:linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.08) 100%);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        0 18px 40px rgba(15,23,42,.16);
    backdrop-filter:blur(8px);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-hero__brand-glow{
    background:
        radial-gradient(circle, rgba(255,255,255,.16) 0%, rgba(191,219,254,.14) 34%, rgba(255,255,255,0) 72%);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-hero__brand-placeholder{
    background:linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.10) 100%);
    border-color:rgba(255,255,255,.18);
    box-shadow:0 18px 32px rgba(15,23,42,.18);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-light .booking-hero__brand-placeholder span{
    color:#ffffff;
}

/* =========================
   HERO THEME: DARK CONTENT
   ========================= */

.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-company__socials-label,
.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-hero__steps-label,
.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-company__description{
    color:rgba(15,23,42,.82);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-company__name,
.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-hero__steps-line{
    color:#0f172a;
    text-shadow:none;
}

.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-hero__steps-arrow{
    color:#2563eb;
}

.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-hero__kicker{
    background:rgba(255,255,255,.78);
    border-color:rgba(15,23,42,.08);
    box-shadow:0 10px 24px rgba(15,23,42,.08);
    color:#1d4ed8;
}

.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-company__social-link{
    background:rgba(255,255,255,.84);
    border-color:rgba(15,23,42,.08);
    color:#0f172a;
    box-shadow:0 12px 26px rgba(15,23,42,.08);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-company__social-link:hover{
    background:rgba(255,255,255,.98);
    border-color:#bfd3f7;
    color:#2563eb;
}

.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-hero__brand-stage{
    background:linear-gradient(180deg, rgba(255,255,255,.48) 0%, rgba(255,255,255,.20) 100%);
    border:1px solid rgba(255,255,255,.28);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.30),
        0 18px 40px rgba(15,23,42,.10);
    backdrop-filter:blur(8px);
}

.booking-hero__panel--with-background.booking-hero__panel--theme-dark .booking-hero__brand-glow{
    background:
        radial-gradient(circle, rgba(96,165,250,.24) 0%, rgba(191,219,254,.16) 36%, rgba(255,255,255,0) 72%);
}

/* =========================
   ALERTS / CARD / FORM
   ========================= */

.booking-alert{
    display:grid;
    gap:6px;
    margin:0 0 16px;
    padding:16px 18px;
    border-radius:18px;
    border:1px solid var(--booking-line);
    box-shadow:0 10px 25px rgba(15,23,42,.04);
}

.booking-alert strong{
    font-size:.98rem;
}

.booking-alert span{
    color:inherit;
    line-height:1.65;
}

.booking-alert--success{
    background:var(--booking-success-bg);
    border-color:#bbf7d0;
    color:var(--booking-success);
}

.booking-alert--error{
    background:var(--booking-error-bg);
    border-color:#fecaca;
    color:var(--booking-error);
}

.booking-alert--inline{
    margin-bottom:18px;
}

.booking-shell{
    display:grid;
    gap:20px;
}

.booking-shell__desktop-top{
    display:grid;
    gap:20px;
}

.booking-shell__desktop-main,
.booking-shell__desktop-aside{
    display:grid;
    gap:20px;
    min-width:0;
    align-content:start;
}

.booking-card{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#ffffff 0%, #fcfdff 100%);
    border:1px solid var(--booking-line);
    border-radius:var(--booking-radius-xl);
    box-shadow:var(--booking-shadow-card);
    padding:22px;
    box-sizing:border-box;
}

.booking-card::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:1px;
    background:linear-gradient(90deg, rgba(147,197,253,.45) 0%, rgba(255,255,255,0) 55%);
    pointer-events:none;
}

.booking-card__head{
    margin-bottom:20px;
    padding-bottom:16px;
    border-bottom:1px solid rgba(219,227,238,.82);
}

.booking-card__step{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 12px;
    margin-bottom:12px;
    border-radius:999px;
    background:linear-gradient(180deg,#edf3ff 0%, #e3edff 100%);
    color:#1d4ed8;
    font-size:.8rem;
    font-weight:800;
    letter-spacing:.02em;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.7),
        0 6px 14px rgba(37,99,235,.08);
}

.booking-card__head h2{
    margin:0 0 8px;
    font-size:1.22rem;
    line-height:1.24;
    letter-spacing:-.02em;
}

.booking-card__head p{
    margin:0;
    color:var(--booking-muted);
    line-height:1.72;
}

.booking-selection-stack{
    display:grid;
    gap:18px;
}

.booking-picker{
    display:grid;
    gap:10px;
}

.booking-picker__label{
    font-size:.94rem;
    font-weight:800;
    color:var(--booking-text);
}

.booking-picker__trigger{
    width:100%;
    display:grid;
    gap:6px;
    padding:16px 18px;
    border:1px solid var(--booking-line);
    border-radius:20px;
    background:linear-gradient(180deg,#ffffff 0%, #f9fbff 100%);
    text-align:left;
    cursor:pointer;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease,
        background .18s ease;
}

.booking-picker__trigger:hover{
    border-color:#c7d7f4;
    box-shadow:var(--booking-shadow-interactive);
    transform:translateY(-1px);
}

.booking-picker__trigger.is-selected{
    border-color:#93c5fd;
    background:linear-gradient(180deg,#f8fbff 0%, #eef5ff 100%);
    box-shadow:0 14px 30px rgba(59,130,246,.10);
}

.booking-picker__trigger-label{
    font-size:.82rem;
    font-weight:700;
    color:var(--booking-muted);
    text-transform:uppercase;
    letter-spacing:.03em;
}

.booking-picker__trigger strong{
    font-size:1rem;
    line-height:1.45;
    color:var(--booking-text);
}

.booking-picker__trigger-meta{
    font-size:.92rem;
    color:var(--booking-muted);
    line-height:1.5;
}

.booking-specialist-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.booking-specialist-grid.is-disabled{
    opacity:.92;
}

.booking-specialist-card,
.booking-service-card{
    width:100%;
    display:grid;
    gap:6px;
    padding:16px 18px;
    border:1px solid var(--booking-line);
    border-radius:20px;
    background:linear-gradient(180deg,#ffffff 0%, #f9fbff 100%);
    text-align:left;
    cursor:pointer;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease,
        background .18s ease;
}

.booking-specialist-card:hover,
.booking-service-card:hover{
    border-color:#c7d7f4;
    box-shadow:var(--booking-shadow-interactive);
    transform:translateY(-1px);
}

.booking-specialist-card.is-active,
.booking-service-card.is-active{
    border-color:#93c5fd;
    background:linear-gradient(180deg,#f8fbff 0%, #eef5ff 100%);
    box-shadow:0 14px 30px rgba(59,130,246,.10);
}

.booking-specialist-card__name,
.booking-service-card__name{
    font-size:1rem;
    font-weight:800;
    color:var(--booking-text);
    line-height:1.4;
}

.booking-specialist-card__role,
.booking-service-card__meta{
    font-size:.92rem;
    color:var(--booking-muted);
    line-height:1.5;
}

.booking-service-grid{
    display:grid;
    gap:12px;
}

.booking-field{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.booking-field--wide{
    grid-column:1 / -1;
}

.booking-field label{
    font-size:.94rem;
    font-weight:800;
    color:var(--booking-text);
}

.booking-field__help{
    margin:0;
    color:var(--booking-muted);
    line-height:1.65;
    font-size:.92rem;
}

.booking-form-grid{
    display:grid;
    gap:16px;
}

.booking-field input,
.booking-field textarea{
    width:100%;
    border:1px solid var(--booking-line);
    border-radius:16px;
    background:#fff;
    color:var(--booking-text);
    font:inherit;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease,
        transform .18s ease;
    box-sizing:border-box;
}

.booking-field input{
    min-height:56px;
    padding:0 16px;
}

.booking-field textarea{
    min-height:132px;
    padding:14px 16px;
    resize:vertical;
}

.booking-field input:hover,
.booking-field textarea:hover{
    border-color:#c9d8ee;
    box-shadow:0 8px 18px rgba(15,23,42,.03);
}

.booking-field input:focus,
.booking-field textarea:focus{
    border-color:#93c5fd;
    box-shadow:0 0 0 4px rgba(147,197,253,.18);
    outline:none;
}

.booking-dates-container{
    display:grid;
    gap:14px;
    min-height:84px;
}

.booking-day-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.booking-day-chip{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    width:100%;
    min-height:92px;
    padding:16px;
    border:1px solid var(--booking-line);
    border-radius:20px;
    background:linear-gradient(180deg,#fbfdff 0%, #f8fafc 100%);
    color:var(--booking-text);
    font:inherit;
    text-align:left;
    cursor:pointer;
    transition:
        transform .16s ease,
        border-color .16s ease,
        background .16s ease,
        box-shadow .16s ease;
    box-sizing:border-box;
}

.booking-day-chip::after{
    content:"";
    position:absolute;
    inset:auto 16px 0 16px;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg, rgba(37,99,235,.18), rgba(37,99,235,0));
    opacity:0;
    transition:opacity .16s ease;
}

.booking-day-chip:hover{
    transform:translateY(-2px);
    border-color:#c7d7f4;
    background:#fff;
    box-shadow:var(--booking-shadow-interactive);
}

.booking-day-chip:hover::after{
    opacity:1;
}

.booking-day-chip.is-active{
    border-color:#93c5fd;
    background:linear-gradient(180deg,#eef5ff 0%, #e0eeff 100%);
    box-shadow:0 14px 30px rgba(59,130,246,.12);
}

.booking-day-chip.is-active::after{
    opacity:1;
    background:linear-gradient(90deg, rgba(37,99,235,.9), rgba(96,165,250,.35));
}

.booking-day-chip__label{
    font-weight:800;
    line-height:1.38;
    font-size:.96rem;
}

.booking-day-chip__meta{
    color:var(--booking-muted);
    font-size:.88rem;
    line-height:1.5;
}

.booking-summary{
    display:none;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
    padding:16px;
    border:1px solid #d6e4ff;
    border-radius:20px;
    background:
        radial-gradient(circle at top right, rgba(191,219,254,.24), transparent 36%),
        linear-gradient(180deg,#f8fbff 0%, #edf5ff 100%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.booking-summary.is-visible{
    display:grid;
}

.booking-summary__item{
    display:grid;
    gap:4px;
    padding:8px 4px;
    border-radius:14px;
}

.booking-summary__item span{
    color:var(--booking-muted);
    font-size:.82rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.03em;
}

.booking-summary__item strong{
    font-size:.98rem;
    line-height:1.45;
}

.booking-consent{
    display:flex;
    gap:12px;
    margin-top:18px;
    color:var(--booking-text);
    line-height:1.65;
    align-items:flex-start;
    padding:14px 16px;
    border:1px solid rgba(219,227,238,.9);
    border-radius:18px;
    background:linear-gradient(180deg,#ffffff 0%, #f9fbff 100%);
}

.booking-consent input{
    margin-top:4px;
    flex:0 0 auto;
}

.booking-submit{
    margin-top:22px;
}

.booking-submit__button{
    width:100%;
    min-height:58px;
    border:none;
    border-radius:18px;
    background:linear-gradient(180deg,var(--booking-primary) 0%, var(--booking-primary-2) 100%);
    color:#fff;
    font:inherit;
    font-weight:800;
    letter-spacing:.01em;
    cursor:pointer;
    box-shadow:0 18px 38px rgba(17,24,39,.18);
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease;
}

.booking-submit__button:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 42px rgba(17,24,39,.22);
    filter:brightness(1.03);
}

.booking-submit__button:active{
    transform:translateY(-1px);
}

.booking-inline-status{
    padding:16px 18px;
    border-radius:18px;
    border:1px solid var(--booking-line);
    background:var(--booking-surface-2);
    color:var(--booking-muted);
    line-height:1.65;
}

.booking-inline-status--error{
    background:var(--booking-error-bg);
    border-color:#fecaca;
    color:var(--booking-error);
}

.booking-inline-status--muted{
    background:var(--booking-surface-2);
    border-color:var(--booking-line);
    color:var(--booking-muted);
}

/* =========================
   FOOTER
   ========================= */

.booking-footer{
    margin-top:20px;
    margin-bottom:10px;
    padding:20px 4px 0;
}

.booking-footer__grid{
    display:grid;
    gap:14px;
    justify-items:center;
    padding:24px 22px;
    border:1px solid var(--booking-line);
    border-radius:24px;
    background:linear-gradient(180deg,#ffffff 0%, #f9fbff 100%);
    box-shadow:var(--booking-shadow-card);
    text-align:center;
}

.booking-footer__name{
    display:block;
    margin:0;
    font-size:1.12rem;
    font-weight:900;
    color:var(--booking-text);
    letter-spacing:-.01em;
    line-height:1.4;
}

.booking-footer__company-block{
    display:grid;
    gap:4px;
    justify-items:center;
}

.booking-footer__line{
    display:block;
    margin:0;
    color:var(--booking-muted);
    font-size:.96rem;
    line-height:1.7;
    word-break:break-word;
}

.booking-footer__line--static{
    pointer-events:none;
    user-select:text;
}

.booking-footer__contact-row{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px 24px;
}

.booking-footer__link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:var(--booking-text);
    text-decoration:none;
    font-size:.96rem;
    line-height:1.7;
    font-weight:700;
    word-break:break-word;
    transition:color .18s ease;
}

.booking-footer__link:hover{
    color:var(--booking-accent-deep);
}

.booking-footer__phone-text{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:var(--booking-text);
    font-size:.96rem;
    line-height:1.7;
    font-weight:700;
}

/* =========================
   MODALS
   ========================= */

.booking-modal{
    position:fixed;
    inset:0;
    z-index:80;
    display:none;
}

.booking-modal.is-open{
    display:block;
}

.booking-modal__backdrop{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.52);
    backdrop-filter:blur(3px);
}

.booking-modal__sheet{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    max-height:min(78dvh, 720px);
    overflow:auto;
    background:#fff;
    border-radius:24px 24px 0 0;
    box-shadow:0 -24px 60px rgba(15,23,42,.18);
    padding:18px 16px 22px;
}

.booking-modal__sheet--service{
    max-height:min(84dvh, 820px);
}

.booking-modal__sheet--slots{
    max-height:min(78dvh, 720px);
}

.booking-modal__sheet--success{
    max-height:min(88dvh, 760px);
    padding:22px 18px 20px;
}

.booking-modal__header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
}

.booking-modal__eyebrow{
    display:inline-flex;
    align-items:center;
    padding:7px 12px;
    border-radius:999px;
    background:var(--booking-accent);
    color:#1d4ed8;
    font-weight:800;
    font-size:.82rem;
}

.booking-modal__header h3{
    margin:10px 0 4px;
    font-size:1.15rem;
}

.booking-modal__lead{
    margin:0;
    color:var(--booking-muted);
    line-height:1.55;
}

.booking-modal__close{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border:none;
    border-radius:12px;
    background:#f1f5f9;
    color:var(--booking-text);
    font-size:1.8rem;
    line-height:1;
    cursor:pointer;
}

.booking-slots-container{
    display:grid;
    gap:12px;
    min-height:70px;
}

.booking-slot-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.booking-slot-chip{
    position:relative;
    min-height:54px;
    padding:12px 14px;
    border:1px solid var(--booking-line);
    border-radius:16px;
    background:#fff;
    color:var(--booking-text);
    font:inherit;
    font-weight:800;
    cursor:pointer;
    transition:
        transform .16s ease,
        border-color .16s ease,
        background .16s ease,
        box-shadow .16s ease;
    box-sizing:border-box;
}

.booking-slot-chip:hover{
    transform:translateY(-2px);
    border-color:#c7d7f4;
    background:#f8fbff;
    box-shadow:var(--booking-shadow-interactive);
}

.booking-slot-chip.is-active{
    border-color:#93c5fd;
    background:linear-gradient(180deg,#eef5ff 0%, #e0eeff 100%);
    box-shadow:0 10px 24px rgba(59,130,246,.12);
}

/* =========================
   SUCCESS MODAL CONTENT
   ========================= */

.booking-success{
    display:grid;
    gap:18px;
}

.booking-success__hero{
    display:grid;
    gap:12px;
    justify-items:start;
}

.booking-success__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:64px;
    border-radius:20px;
    background:linear-gradient(180deg,#ecfdf3 0%, #dff7e8 100%);
    border:1px solid #bbf7d0;
    color:var(--booking-success);
    box-shadow:0 12px 26px rgba(22,101,52,.10);
    font-size:1.9rem;
    font-weight:900;
    line-height:1;
}

.booking-success__title{
    margin:0;
    font-size:1.5rem;
    line-height:1.18;
    letter-spacing:-.03em;
    color:var(--booking-text);
    font-weight:900;
}

.booking-success__lead{
    margin:0;
    color:var(--booking-muted);
    line-height:1.7;
    font-size:.98rem;
}

.booking-success__summary{
    display:grid;
    gap:12px;
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:
        radial-gradient(circle at top right, rgba(191,219,254,.22), transparent 34%),
        linear-gradient(180deg,#f8fbff 0%, #eff6ff 100%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
}

.booking-success__summary-item{
    display:grid;
    gap:4px;
    padding:4px 0;
}

.booking-success__summary-label{
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
    color:var(--booking-muted);
}

.booking-success__summary-value{
    font-size:1rem;
    font-weight:800;
    line-height:1.5;
    color:var(--booking-text);
    word-break:break-word;
}

.booking-success__note{
    margin:0;
    padding:14px 16px;
    border-radius:18px;
    border:1px solid rgba(37,99,235,.10);
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    color:var(--booking-muted);
    line-height:1.7;
    font-size:.95rem;
}

.booking-success__actions{
    display:grid;
    gap:10px;
}

.booking-success__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    width:100%;
    padding:0 18px;
    border:none;
    border-radius:18px;
    background:linear-gradient(180deg,var(--booking-primary) 0%, var(--booking-primary-2) 100%);
    color:#fff;
    text-decoration:none;
    font:inherit;
    font-weight:800;
    letter-spacing:.01em;
    cursor:pointer;
    box-shadow:0 18px 38px rgba(17,24,39,.18);
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease;
}

.booking-success__button:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 42px rgba(17,24,39,.22);
    filter:brightness(1.03);
}

.booking-success__button--secondary{
    background:linear-gradient(180deg,#ffffff 0%, #f8fafc 100%);
    color:var(--booking-text);
    border:1px solid var(--booking-line);
    box-shadow:0 12px 26px rgba(15,23,42,.06);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (min-width: 900px){
    .booking-hero__grid{
        grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
        align-items:center;
        gap:30px;
    }

    .booking-hero__brand-stage{
        min-height:380px;
        padding:22px;
    }

    .booking-company__logo{
        min-height:250px;
    }

    .booking-company__logo img{
        max-width:min(500px, 95%);
        max-height:220px;
    }

    .booking-hero__steps{
        margin-top:4px;
    }

    .booking-modal__sheet--service,
    .booking-modal__sheet--slots{
        left:50%;
        right:auto;
        bottom:24px;
        transform:translateX(-50%);
        width:min(720px, calc(100vw - 32px));
        border-radius:28px;
    }

    .booking-modal__sheet--success{
        top:50%;
        bottom:auto;
        left:50%;
        right:auto;
        transform:translate(-50%, -50%);
        width:min(560px, calc(100vw - 32px));
        border-radius:30px;
        box-shadow:0 28px 80px rgba(15,23,42,.20);
        padding:26px 24px 22px;
    }

    .booking-success__summary{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .booking-success__actions{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (min-width: 760px){
    .booking-page{
        padding:24px 18px 24px;
    }

    .booking-hero__panel{
        padding:30px 30px 34px;
    }

    .booking-card{
        padding:22px;
    }

    .booking-hero__content{
        justify-items:start;
    }

    .booking-form-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .booking-specialist-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .booking-day-grid{
        grid-template-columns:1fr;
    }

    .booking-day-chip{
        flex-direction:row;
        align-items:center;
        justify-content:space-between;
        min-height:78px;
        gap:14px;
    }

    .booking-day-chip__label{
        max-width:62%;
    }

    .booking-day-chip__meta{
        text-align:right;
        max-width:38%;
    }
}

@media (max-width: 899px){
    .booking-hero__brand-stage{
        min-height:220px;
        padding:16px;
    }

    .booking-company__logo{
        min-height:130px;
    }

    .booking-company__logo img{
        max-width:min(320px, 94%);
        max-height:120px;
    }
}

@media (max-width: 720px){
    .booking-page{
        padding:14px 12px 20px;
    }

    .booking-hero__panel{
        padding:16px;
        border-radius:24px;
    }

    .booking-hero__topbar{
        margin-bottom:16px;
    }

    .booking-hero__grid{
        gap:14px;
    }

    .booking-hero__content{
        justify-items:center;
        text-align:center;
        gap:12px;
    }

    .booking-hero__kicker{
        width:auto;
        margin:0 auto;
    }

    .booking-company__name{
        font-size:clamp(1.7rem,8vw,2.35rem);
        max-width:100%;
    }

    .booking-company__description{
        max-width:100%;
        font-size:.96rem;
    }

    .booking-company__socials-inline{
        gap:10px;
    }

    .booking-company__socials{
        gap:8px;
    }

    .booking-hero__brand-stage{
        min-height:190px;
        padding:14px 12px;
        border-radius:22px;
        gap:10px;
    }

    .booking-hero__brand-glow{
        inset:14% 10%;
    }

    .booking-company__logo{
        min-height:100px;
        padding:4px;
    }

    .booking-company__logo img{
        max-width:min(230px, 92%);
        max-height:88px;
    }

    .booking-hero__steps{
        gap:6px;
        max-width:100%;
    }

    .booking-hero__steps-label{
        font-size:.82rem;
    }

    .booking-hero__steps-line{
        flex-direction:column;
        gap:4px;
        font-size:.92rem;
    }

    .booking-hero__steps-arrow{
        display:none;
    }

    .booking-card{
        width:100%;
        margin:0;
        padding:16px;
        border-radius:22px;
    }

    .booking-card__head{
        margin-bottom:18px;
        padding-bottom:14px;
    }

    .booking-card__head h2{
        font-size:1.1rem;
    }

    .booking-selection-stack{
        gap:16px;
    }

    .booking-picker__trigger{
        padding:14px 16px;
    }

    .booking-specialist-grid,
    .booking-day-grid,
    .booking-slot-grid{
        grid-template-columns:1fr;
    }

    .booking-day-chip{
        min-height:84px;
        padding:14px;
    }

    .booking-slot-chip{
        min-height:52px;
    }

    .booking-summary{
        grid-template-columns:1fr;
    }

    .booking-consent{
        padding:14px;
    }

    .booking-service-card,
    .booking-specialist-card{
        padding:14px 16px;
    }

    .booking-footer{
        margin-top:16px;
    }

    .booking-footer__grid{
        padding:18px 16px;
        border-radius:20px;
        gap:10px;
    }

    .booking-footer__name{
        font-size:1rem;
    }

    .booking-footer__line,
    .booking-footer__link,
    .booking-footer__phone-text{
        font-size:.93rem;
    }

    .booking-footer__contact-row{
        flex-direction:column;
        gap:6px;
    }

    .booking-modal__sheet--success{
        padding:20px 16px 18px;
    }

    .booking-success{
        gap:16px;
    }

    .booking-success__icon{
        width:58px;
        height:58px;
        border-radius:18px;
        font-size:1.7rem;
    }

    .booking-success__title{
        font-size:1.28rem;
    }

    .booking-success__summary{
        padding:14px;
        gap:10px;
    }

    .booking-success__button{
        min-height:52px;
    }
}

@media (min-width: 1100px){
    .booking-page{
        width:min(100%, 1320px);
    }

    .booking-shell{
        display:grid;
        gap:24px;
    }

    .booking-shell__desktop-top{
        display:grid;
        grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
        gap:24px;
        align-items:start;
    }

    .booking-shell__desktop-main,
    .booking-shell__desktop-aside{
        min-width:0;
        display:block;
    }

    .booking-card--selectors,
    .booking-card--dates,
    .booking-card--form{
        width:100%;
    }

    .booking-card--dates{
        position:sticky;
        top:18px;
        max-height:calc(100dvh - 36px);
        overflow:hidden;
        display:flex;
        flex-direction:column;
    }

    .booking-card--dates .booking-card__head,
    .booking-card--dates .booking-summary{
        flex:0 0 auto;
    }

    .booking-card--dates .booking-dates-container{
        flex:1 1 auto;
        min-height:0;
        overflow-y:auto;
        overflow-x:hidden;
        padding-right:6px;
        scrollbar-gutter:stable;
        overscroll-behavior:contain;
    }

    .booking-card--dates .booking-day-grid{
        grid-template-columns:1fr;
    }

    .booking-card--form{
        margin-top:0;
    }
}