.public-online-booking-v3,
.public-online-booking-v3 .public-page-content {
    min-height: 100vh;
    background: #08090b;
}

.online-booking-v3 {
    --booking-accent: #727be8;
    --booking-mint: #7ed7b4;
    background: #08090b;
}

.online-booking-v3 main > .booking-v3-block {
    position: relative;
    padding: 132px 0;
    border-bottom: 1px solid var(--line);
    background: #08090b;
    color: var(--ink);
}

.online-booking-v3 main > .booking-v3-block:nth-child(even) {
    background: #0a0b0e;
}

.online-booking-v3 h1,
.online-booking-v3 h2,
.online-booking-v3 h3,
.online-booking-v3 strong {
    margin: 0;
    color: var(--ink);
}

.online-booking-v3 p { margin: 0; }

.booking-v3-eyebrow {
    margin: 0 0 24px !important;
    color: var(--booking-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.booking-v3-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    align-items: start;
    gap: 100px;
    margin-bottom: 70px;
}

.booking-v3-heading h2 {
    max-width: 760px;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .99;
}

.booking-v3-heading > p {
    max-width: 440px;
    padding-top: 42px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.65;
}

.booking-v3-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.booking-v3-support {
    margin-top: 20px !important;
    color: #747884;
    font-size: 13px;
}

.booking-v3-hero {
    overflow: hidden;
    padding-top: 112px !important;
}

.booking-v3-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -250px;
    right: -160px;
    width: 760px;
    height: 680px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(116, 121, 164, .11) 0, rgba(64, 68, 92, .045) 42%, transparent 72%);
    pointer-events: none;
}

.booking-v3-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
    align-items: center;
    gap: 56px;
}

.booking-v3-hero__copy h1 {
    max-width: 690px;
    font-size: clamp(52px, 5.1vw, 76px);
    font-weight: 500;
    letter-spacing: -.064em;
    line-height: .95;
}

.booking-v3-hero__lead {
    max-width: 660px;
    margin-top: 32px !important;
    color: #b0b3bd;
    font-size: 20px;
    line-height: 1.62;
}

.booking-v3-calendar {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    background: #0e0f13;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .32);
}

.booking-v3-calendar__bar,
.booking-v3-calendar__date-rail,
.booking-v3-calendar__legend {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.booking-v3-calendar__bar {
    min-height: 52px;
    padding: 0 18px;
    gap: 10px;
}

.booking-v3-dots { display: flex; gap: 5px; }
.booking-v3-dots i { width: 6px; height: 6px; border-radius: 50%; background: #737680; }
.booking-v3-calendar__bar strong { font-size: 12px; }
.booking-v3-calendar__bar small { display: flex; align-items: center; gap: 7px; margin-left: auto; color: var(--booking-mint); font-size: 11px; }
.booking-v3-calendar__bar small i { width: 7px; height: 7px; border-radius: 50%; background: var(--booking-mint); box-shadow: 0 0 0 5px rgba(126, 215, 180, .08); }

.booking-v3-calendar__date-rail {
    position: relative;
    justify-content: center;
    min-height: 76px;
    padding: 0 20px;
    gap: 8px;
}

.booking-v3-calendar__date-rail > span {
    width: 62px;
    padding: 9px 0;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #696d78;
    text-align: center;
}

.booking-v3-calendar__date-rail small,
.booking-v3-calendar__date-rail b { display: block; }
.booking-v3-calendar__date-rail small { font-size: 9px; text-transform: uppercase; }
.booking-v3-calendar__date-rail b { margin-top: 2px; font-size: 13px; }
.booking-v3-calendar__date-rail .is-active { border-color: rgba(114, 123, 232, .44); color: #fff; background: rgba(114, 123, 232, .13); }
.booking-v3-calendar__date-rail em { position: absolute; right: 18px; color: #777b86; font-size: 10px; font-style: normal; }

.booking-v3-calendar__workspace {
    display: grid;
    grid-template-columns: 108px 1fr;
    min-height: 370px;
}

.booking-v3-calendar__people {
    padding: 22px 14px;
    border-right: 1px solid var(--line);
}

.booking-v3-calendar__people span { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #a7aab4; font-size: 11px; }
.booking-v3-calendar__people i { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid rgba(114, 123, 232, .35); border-radius: 8px; color: #c8cbff; background: rgba(114, 123, 232, .1); font-style: normal; }

.booking-v3-calendar__timeline {
    position: relative;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    padding: 12px 14px 12px 54px;
    background-image: linear-gradient(to bottom, transparent calc(100% - 1px), rgba(255, 255, 255, .06) 0);
    background-size: 100% 20%;
}

.booking-v3-calendar__timeline > span { position: relative; left: -43px; top: 4px; color: #5f626c; font-size: 9px; }

.booking-v3-calendar__appointment {
    position: absolute;
    width: 43%;
    min-height: 76px;
    padding: 11px 13px;
    border: 1px solid rgba(114, 123, 232, .34);
    border-radius: 10px;
    background: #1b1d29;
}

.booking-v3-calendar__appointment time,
.booking-v3-calendar__appointment strong,
.booking-v3-calendar__appointment small { display: block; }
.booking-v3-calendar__appointment time { color: #8f96ff; font-size: 9px; }
.booking-v3-calendar__appointment strong { margin-top: 3px; font-size: 11px; }
.booking-v3-calendar__appointment small { margin-top: 4px; color: #878b97; font-size: 9px; }
.booking-v3-calendar__appointment--1 { top: 32px; left: 14%; }
.booking-v3-calendar__appointment--2 { top: 148px; right: 5%; border-color: rgba(126, 215, 180, .26); background: #151f1d; }
.booking-v3-calendar__appointment--3 { bottom: 38px; left: 28%; }

.booking-v3-calendar__legend {
    min-height: 48px;
    justify-content: flex-end;
    padding: 0 18px;
    border-top: 1px solid var(--line);
    border-bottom: 0;
    gap: 16px;
}

.booking-v3-calendar__legend span { display: flex; align-items: center; gap: 6px; color: #767a86; font-size: 9px; }
.booking-v3-calendar__legend i { width: 5px; height: 5px; border-radius: 50%; background: var(--booking-accent); }

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

.booking-v3-channels__grid > article {
    position: relative;
    min-height: 360px;
    padding: 36px;
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    background: #101115;
}

.booking-v3-channels__grid > article > span { color: var(--booking-accent); font-size: 11px; font-weight: 700; }
.booking-v3-channel-icon { display: grid; width: 44px; height: 44px; margin-top: 54px; place-items: center; border: 1px solid rgba(114, 123, 232, .38); border-radius: 12px; color: #aeb3ff; background: rgba(114, 123, 232, .08); font-size: 20px; }
.booking-v3-channels__grid h3 { margin-top: 24px; font-size: 30px; font-weight: 500; letter-spacing: -.035em; }
.booking-v3-channels__grid p { max-width: 500px; margin-top: 14px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.booking-v3-channels__grid small { position: absolute; right: 36px; bottom: 30px; left: 36px; display: flex; align-items: center; gap: 8px; padding-top: 18px; border-top: 1px solid var(--line); color: #90939e; }
.booking-v3-channels__grid small i { width: 6px; height: 6px; border-radius: 50%; background: var(--booking-mint); }

.booking-v3-system-map {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 70px minmax(210px, .9fr) 70px minmax(220px, 1fr);
    align-items: center;
    padding: 34px;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    background: #0e0f12;
}

.booking-v3-system-map__inputs { display: grid; gap: 9px; }
.booking-v3-system-map__inputs article { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: #131419; }
.booking-v3-system-map__inputs i { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(114, 123, 232, .3); border-radius: 8px; color: #9ca2ff; font-size: 9px; font-style: normal; }
.booking-v3-system-map__inputs strong,
.booking-v3-system-map__inputs small { display: block; }
.booking-v3-system-map__inputs strong { font-size: 13px; }
.booking-v3-system-map__inputs small { margin-top: 3px; color: #737782; font-size: 10px; }
.booking-v3-system-map__connector { position: relative; height: 1px; background: rgba(114, 123, 232, .34); }
.booking-v3-system-map__connector i { position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--booking-accent); box-shadow: 0 0 0 5px rgba(114, 123, 232, .08); }
.booking-v3-system-map__engine,
.booking-v3-system-map__result { min-height: 232px; padding: 28px; border: 1px solid rgba(114, 123, 232, .32); border-radius: 15px; background: #151620; text-align: center; }
.booking-v3-system-map__engine > span { display: grid; width: 46px; height: 46px; margin: 0 auto 28px; place-items: center; border: 1px solid rgba(114, 123, 232, .5); border-radius: 12px; color: #d5d8ff; background: rgba(114, 123, 232, .14); font-weight: 700; }
.booking-v3-system-map__engine small,
.booking-v3-system-map__result small { display: block; color: #737bcf; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking-v3-system-map__engine strong,
.booking-v3-system-map__result strong { display: block; margin-top: 8px; font-size: 18px; }
.booking-v3-system-map__engine p,
.booking-v3-system-map__result p { margin-top: 7px; color: #858996; font-size: 11px; }
.booking-v3-system-map__result { background: #111516; text-align: left; }
.booking-v3-system-map__result > div { display: flex; align-items: center; gap: 10px; margin-top: 44px; padding: 15px; border: 1px solid rgba(126, 215, 180, .22); border-radius: 10px; background: rgba(126, 215, 180, .04); }
.booking-v3-system-map__result > div i { width: 7px; height: 7px; border-radius: 50%; background: var(--booking-mint); }
.booking-v3-system-map__result > div b { font-size: 20px; }
.booking-v3-system-map__result > div span { margin-left: auto; color: #81858f; font-size: 10px; }
.booking-v3-system__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--line); overflow: hidden; }
.booking-v3-system__facts span { display: flex; align-items: center; gap: 10px; padding: 18px; background: #0e0f12; color: #9a9da7; font-size: 12px; }
.booking-v3-system__facts i { color: var(--booking-mint); font-style: normal; }

.booking-v3-shot {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    background: #0d0e12;
}

.booking-v3-shot__copy { position: relative; padding: 38px; border-right: 1px solid var(--line); }
.booking-v3-shot__copy > span { color: var(--booking-accent); font-size: 10px; font-weight: 700; }
.booking-v3-shot__copy .booking-v3-eyebrow { margin-top: 170px !important; margin-bottom: 16px !important; }
.booking-v3-shot__copy h3 { font-size: 34px; font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.booking-v3-shot__copy > p:last-child { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.booking-v3-shot__canvas { display: flex; flex-direction: column; margin: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #0a0b0e; }
.booking-v3-shot__canvas.booking-v3-shot__canvas--image { align-self: center; aspect-ratio: 1184 / 720; min-height: 0; border: 0; background: transparent; }
.booking-v3-shot__canvas--image img { display: block; width: 100%; height: 100%; border-radius: 13px; object-fit: contain; }
.booking-v3-shot__chrome { display: flex; align-items: center; min-height: 42px; padding: 0 14px; gap: 5px; border-bottom: 1px solid var(--line); }
.booking-v3-shot__chrome i { width: 6px; height: 6px; border-radius: 50%; background: #5e616a; }
.booking-v3-shot__chrome span { margin-left: auto; color: #5f626d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.booking-v3-shot__placeholder { position: relative; display: grid; flex: 1; padding: 36px; place-content: center; text-align: center; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 40px 40px; }
.booking-v3-shot__placeholder::after { content: ""; position: absolute; inset: 18%; border: 1px dashed rgba(114, 123, 232, .3); border-radius: 16px; }
.booking-v3-shot__placeholder > * { position: relative; z-index: 1; }
.booking-v3-shot__placeholder > span { display: grid; width: 54px; height: 54px; margin: 0 auto 20px; place-items: center; border: 1px solid rgba(114, 123, 232, .35); border-radius: 14px; color: #a8adff; background: #12141d; font-size: 24px; }
.booking-v3-shot__placeholder strong { font-size: 16px; }
.booking-v3-shot__placeholder small { display: block; max-width: 350px; margin: 9px auto 0; color: #737783; font-size: 11px; }

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

.booking-v3-availability__modes > article {
    position: relative;
    min-height: 430px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    background: #0f1014;
}

.booking-v3-availability__modes > article > span { color: var(--booking-accent); font-size: 10px; font-weight: 700; }
.booking-v3-availability__modes > article > small { float: right; color: #737783; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.booking-v3-availability__modes h3 { margin-top: 64px; font-size: 32px; font-weight: 500; letter-spacing: -.04em; }
.booking-v3-availability__modes p { max-width: 520px; margin-top: 14px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.booking-v3-mode-visual { position: absolute; right: 34px; bottom: 34px; left: 34px; display: grid; grid-template-columns: repeat(7, 1fr); align-items: end; gap: 7px; height: 98px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #0b0c0f; }
.booking-v3-mode-visual i { display: block; min-height: 16px; border: 1px solid rgba(114, 123, 232, .25); border-radius: 5px; background: rgba(114, 123, 232, .09); }
.booking-v3-mode-visual i:nth-child(2),
.booking-v3-mode-visual i:nth-child(5) { height: 55px; background: rgba(114, 123, 232, .22); }
.booking-v3-mode-visual i:nth-child(3) { height: 36px; }
.booking-v3-mode-visual i:nth-child(6) { height: 70px; }
.booking-v3-mode-visual--2 i { height: 66px; }
.booking-v3-mode-visual--2 i:nth-child(3),
.booking-v3-mode-visual--2 i:nth-child(7) { height: 22px; opacity: .5; }

.booking-v3-settings { margin-top: 16px; padding: 34px; border: 1px solid var(--line-strong); border-radius: 16px; background: #0d0e11; }
.booking-v3-settings > h3 { margin-bottom: 28px; font-size: 22px; font-weight: 500; }
.booking-v3-settings > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.booking-v3-settings article { min-height: 145px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-v3-settings article span { color: var(--booking-accent); font-size: 9px; }
.booking-v3-settings article strong { display: block; margin-top: 22px; font-size: 14px; }
.booking-v3-settings article p { margin-top: 7px; color: #7d818c; font-size: 11px; line-height: 1.6; }

.booking-v3-journey__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; margin: 0 0 70px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.booking-v3-journey__steps li { position: relative; min-height: 230px; padding: 34px 8px 0 0; }
.booking-v3-journey__steps li::before { content: ""; position: absolute; top: 8px; left: 3px; width: 1px; height: 18px; background: linear-gradient(to bottom, rgba(114, 123, 232, .46), transparent); }
.booking-v3-journey__steps li > span { display: block; color: var(--booking-accent); font-size: 9px; font-weight: 700; }
.booking-v3-journey__steps li > span::after { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--booking-accent); box-shadow: 0 0 0 5px #11131b; }
.booking-v3-journey__steps div { margin-top: 58px; }
.booking-v3-journey__steps strong { font-size: 15px; }
.booking-v3-journey__steps p { margin-top: 9px; color: #7e828d; font-size: 11px; line-height: 1.6; }
.booking-v3-shot--form { grid-template-columns: 390px minmax(0, 1fr); }
.booking-v3-shot--form .booking-v3-shot__copy .booking-v3-eyebrow,
.booking-v3-shot--control .booking-v3-shot__copy .booking-v3-eyebrow { margin-top: 130px !important; }

.booking-v3-operations__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); align-items: center; gap: 82px; }
.booking-v3-operations__list { border-top: 1px solid var(--line); }
.booking-v3-operations__list article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.booking-v3-operations__list span { color: var(--booking-accent); font-size: 9px; }
.booking-v3-operations__list h3 { font-size: 18px; font-weight: 500; }
.booking-v3-operations__list p { margin-top: 7px; color: #7f838f; font-size: 12px; line-height: 1.6; }
.booking-v3-status-card { padding: 22px; border: 1px solid var(--line-strong); border-radius: 16px; background: #101115; box-shadow: 0 28px 70px rgba(0,0,0,.26); }
.booking-v3-status-card__bar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.booking-v3-status-card__bar span { display: flex; align-items: center; gap: 8px; color: #9da1ad; font-size: 10px; }
.booking-v3-status-card__bar span i { width: 6px; height: 6px; border-radius: 50%; background: var(--booking-mint); }
.booking-v3-status-card__bar b { color: #626671; letter-spacing: .16em; }
.booking-v3-status-card__client { display: flex; align-items: center; gap: 14px; padding: 28px 0; }
.booking-v3-status-card__client > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(114,123,232,.34); border-radius: 13px; color: #c3c7ff; background: rgba(114,123,232,.1); }
.booking-v3-status-card__client small,
.booking-v3-status-card__client strong { display: block; }
.booking-v3-status-card__client small { color: var(--booking-accent); font-size: 10px; }
.booking-v3-status-card__client strong { margin-top: 5px; font-size: 17px; }
.booking-v3-status-card__rows { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.booking-v3-status-card__rows p { padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #0c0d10; }
.booking-v3-status-card__rows span,
.booking-v3-status-card__rows b { display: block; }
.booking-v3-status-card__rows span { color: #707480; font-size: 9px; }
.booking-v3-status-card__rows b { margin-top: 6px; color: #a9adb7; font-size: 10px; }
.booking-v3-status-card__services { display: grid; grid-template-columns: 1fr auto; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.booking-v3-status-card__services span { grid-column: 1 / -1; color: #696d78; font-size: 9px; text-transform: uppercase; }
.booking-v3-status-card__services strong,
.booking-v3-status-card__services b { margin-top: 8px; font-size: 11px; }
.booking-v3-status-card__services b { color: #828692; font-weight: 500; }
.booking-v3-operations__shot { margin-top: 96px; }
.booking-v3-shot--control { min-height: 0; grid-template-columns: 390px minmax(0, 1fr); }

.booking-v3-connections__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.booking-v3-connections__grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.booking-v3-connections__grid article:hover { background: rgba(255,255,255,.018); }
.booking-v3-connections__grid span { color: var(--booking-accent); font-size: 9px; }
.booking-v3-connections__grid h3 { margin-top: 66px; font-size: 20px; font-weight: 500; }
.booking-v3-connections__grid p { margin-top: 10px; color: #818590; font-size: 12px; line-height: 1.65; }

.booking-v3-audiences__list { border-top: 1px solid var(--line); }
.booking-v3-audiences__list article { display: grid; grid-template-columns: 90px minmax(260px, .7fr) 1fr; align-items: center; gap: 34px; min-height: 110px; border-bottom: 1px solid var(--line); }
.booking-v3-audiences__list span { color: var(--booking-accent); font-size: 9px; }
.booking-v3-audiences__list h3 { font-size: 22px; font-weight: 500; }
.booking-v3-audiences__list p { color: #858994; font-size: 13px; }

.booking-v3-pricing__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.booking-v3-pricing__grid > article { position: relative; min-height: 560px; padding: 38px; border: 1px solid var(--line-strong); border-radius: 16px; background: #0e0f12; }
.booking-v3-pricing__grid > article.is-featured { background: #151721; border-color: rgba(114,123,232,.34); }
.booking-v3-pricing__meta { display: flex; align-items: center; justify-content: space-between; }
.booking-v3-pricing__meta span { color: var(--booking-accent); font-size: 9px; }
.booking-v3-pricing__meta small { padding: 5px 9px; border: 1px solid var(--line-strong); border-radius: 999px; color: #a3a7b4; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.booking-v3-pricing__grid h3 { margin-top: 46px; font-size: 32px; font-weight: 500; }
.booking-v3-pricing__grid > article > p { max-width: 480px; margin-top: 12px; color: #8f939f; font-size: 13px; line-height: 1.65; }
.booking-v3-pricing__price { display: flex; align-items: flex-end; gap: 10px; margin-top: 40px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.booking-v3-pricing__price strong { font-size: 54px; font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.booking-v3-pricing__price span { padding-bottom: 5px; color: #838793; font-size: 11px; }
.booking-v3-pricing__grid ul { display: grid; gap: 12px; margin: 28px 0 78px; padding: 0; list-style: none; }
.booking-v3-pricing__grid li { color: #b0b3bd; font-size: 12px; }
.booking-v3-pricing__grid li::before { content: "✓"; margin-right: 10px; color: var(--booking-mint); }
.booking-v3-pricing__grid > article > a { position: absolute; right: 38px; bottom: 34px; left: 38px; display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line-strong); border-radius: 999px; color: #f3f3f5; background: #15161a; font-size: 12px; transition: background .18s ease, border-color .18s ease; }
.booking-v3-pricing__grid > article > a:hover { border-color: rgba(255,255,255,.26); background: #1a1b20; }
.booking-v3-pricing__grid .is-featured > a { color: #090a0c; background: #f2f2f4; }
.booking-v3-pricing__grid .is-featured > a:hover { background: #fff; }

.booking-v3-faq__grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.booking-v3-faq__grid article { min-height: 220px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-v3-faq__grid span { color: var(--booking-accent); font-size: 9px; }
.booking-v3-faq__grid h3 { margin-top: 36px; font-size: 17px; font-weight: 500; }
.booking-v3-faq__grid p { margin-top: 12px; color: #858995; font-size: 12px; line-height: 1.7; }

.online-booking-v3 main > .booking-v3-final { background: #0d0e11; }
.booking-v3-final__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.booking-v3-final h2 { max-width: 850px; font-size: clamp(40px, 4.4vw, 58px); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.booking-v3-final__inner > div > p:last-child { max-width: 620px; margin-top: 22px; color: #8b8f9a; font-size: 15px; }
.booking-v3-final .home-v3-button { flex: none; }

.online-booking-v3--reveal-ready [data-booking-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.online-booking-v3--reveal-ready [data-booking-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
    .booking-v3-hero__grid { grid-template-columns: 1fr; }
    .booking-v3-hero__copy { max-width: 820px; }
    .booking-v3-calendar { width: 100%; max-width: 820px; }
    .booking-v3-system-map { grid-template-columns: 1fr; gap: 16px; }
    .booking-v3-system-map__connector { width: 1px; height: 36px; margin: 0 auto; }
    .booking-v3-system-map__connector i { top: auto; right: -3px; bottom: 0; }
    .booking-v3-system-map__engine,
    .booking-v3-system-map__result { min-height: 200px; }
    .booking-v3-system-map__result > div { max-width: 300px; margin: 28px auto 0; }
    .booking-v3-system-map__result { text-align: center; }
    .booking-v3-shot { grid-template-columns: 300px minmax(0, 1fr); }
    .booking-v3-operations__grid { gap: 40px; }
    .booking-v3-connections__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .online-booking-v3 main > .booking-v3-block { padding: 96px 0; }
    .booking-v3-hero { padding-top: 88px !important; }
    .booking-v3-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
    .booking-v3-heading > p { padding-top: 0; }
    .booking-v3-hero__copy h1 { font-size: clamp(50px, 11vw, 68px); }
    .booking-v3-channels__grid,
    .booking-v3-availability__modes,
    .booking-v3-pricing__grid { grid-template-columns: 1fr; }
    .booking-v3-shot,
    .booking-v3-shot--form,
    .booking-v3-shot--control { grid-template-columns: 1fr; }
    .booking-v3-shot__copy { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .booking-v3-shot__copy .booking-v3-eyebrow,
    .booking-v3-shot--form .booking-v3-shot__copy .booking-v3-eyebrow,
    .booking-v3-shot--control .booking-v3-shot__copy .booking-v3-eyebrow { margin-top: 72px !important; }
    .booking-v3-shot__canvas { min-height: 430px; }
    .booking-v3-settings > div { grid-template-columns: repeat(2, 1fr); }
    .booking-v3-journey__steps { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); }
    .booking-v3-journey__steps li { min-height: 132px; padding: 0 0 28px 28px; border-right: 0; }
    .booking-v3-journey__steps li::before { display: none; }
    .booking-v3-journey__steps li > span::after { top: 0; left: -5px; }
    .booking-v3-journey__steps div { margin-top: 20px; }
    .booking-v3-operations__grid { grid-template-columns: 1fr; }
    .booking-v3-status-card { max-width: 620px; }
    .booking-v3-audiences__list article { grid-template-columns: 50px 1fr; gap: 14px; padding: 24px 0; }
    .booking-v3-audiences__list p { grid-column: 2; }
    .booking-v3-final__inner { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 600px) {
    .online-booking-v3 main > .booking-v3-block { padding: 78px 0; }
    .booking-v3-hero { padding-top: 70px !important; }
    .booking-v3-eyebrow { margin-bottom: 18px !important; }
    .booking-v3-heading h2 { font-size: 40px; }
    .booking-v3-heading > p { font-size: 15px; }
    .booking-v3-hero__copy h1 { font-size: clamp(44px, 13vw, 56px); }
    .booking-v3-hero__lead { margin-top: 24px !important; font-size: 17px; }
    .booking-v3-actions { align-items: stretch; flex-direction: column; }
    .booking-v3-actions .home-v3-button { justify-content: center; }
    .booking-v3-calendar__date-rail > span { width: 48px; }
    .booking-v3-calendar__date-rail em { display: none; }
    .booking-v3-calendar__workspace { grid-template-columns: 72px 1fr; min-height: 330px; }
    .booking-v3-calendar__people { padding: 18px 8px; }
    .booking-v3-calendar__people span { gap: 6px; font-size: 0; }
    .booking-v3-calendar__people i { font-size: 10px; }
    .booking-v3-calendar__timeline { padding-left: 43px; }
    .booking-v3-calendar__appointment { width: 54%; }
    .booking-v3-calendar__legend { justify-content: flex-start; overflow: hidden; }
    .booking-v3-channels__grid > article { min-height: 390px; padding: 26px; }
    .booking-v3-channels__grid small { right: 26px; left: 26px; }
    .booking-v3-system-map { padding: 18px; }
    .booking-v3-system__facts { grid-template-columns: 1fr; }
    .booking-v3-shot { min-height: 0; }
    .booking-v3-shot__copy { min-height: 0; padding: 28px; }
    .booking-v3-shot__copy h3 { font-size: 30px; }
    .booking-v3-shot__canvas { min-height: 360px; margin: 12px; }
    .booking-v3-shot__placeholder { padding: 20px; }
    .booking-v3-shot__placeholder::after { inset: 10%; }
    .booking-v3-availability__modes > article { min-height: 450px; padding: 26px; }
    .booking-v3-mode-visual { right: 26px; bottom: 26px; left: 26px; }
    .booking-v3-settings { padding: 24px; }
    .booking-v3-settings > div { grid-template-columns: 1fr; }
    .booking-v3-operations__list article { grid-template-columns: 34px 1fr; }
    .booking-v3-status-card__rows { grid-template-columns: 1fr; }
    .booking-v3-operations__shot { margin-top: 70px; }
    .booking-v3-connections__grid,
    .booking-v3-faq__grid { grid-template-columns: 1fr; }
    .booking-v3-connections__grid article { min-height: 200px; }
    .booking-v3-connections__grid h3 { margin-top: 44px; }
    .booking-v3-audiences__list article { grid-template-columns: 38px 1fr; }
    .booking-v3-pricing__grid > article { min-height: 580px; padding: 28px; }
    .booking-v3-pricing__grid > article > a { right: 28px; left: 28px; }
    .booking-v3-faq__grid article { min-height: 0; }
    .booking-v3-final h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
    .online-booking-v3 *,
    .online-booking-v3 *::before,
    .online-booking-v3 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
