/* Resavis — Branchen-Ratgeber: Seitenbausteine, Rechner, Buchungs-Demo, Checkliste */

.br { --br: var(--blue); }
.br section[id], .br nav[id] { scroll-margin-top: 132px; }

/* Brotkrumen und Hero */
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .85rem; color: var(--ink-soft); margin-bottom: 26px; }
.crumbs a { color: var(--ink-soft); }
.crumbs b { color: var(--ink); font-weight: 600; }
.br-hero { padding: 44px 0 60px; background: radial-gradient(900px 520px at 88% -10%, color-mix(in srgb, var(--br) 16%, #fff) 0%, transparent 62%), #fff; overflow: hidden; }
.br-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.br-hero__grid > * { min-width: 0; }
.br-hero .eyebrow { color: var(--br); }
.br-hero h1 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); letter-spacing: -.03em; margin-bottom: .45em; }
.br-hero h1 em { font-style: normal; color: var(--br); }
.br-hero .lead { font-size: 1.12rem; max-width: 600px; }
.br-subs { margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: .84rem; color: var(--ink-soft); }
.br-subs span { font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; margin-right: 4px; }
.br-subs i { font-style: normal; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 4px 11px; color: var(--ink); }
.br-facts { display: grid; gap: 12px; }
.br-fact { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-l); padding: 18px 20px 16px 62px; position: relative; box-shadow: var(--shadow); }
.br-fact svg { position: absolute; left: 20px; top: 21px; color: var(--br); }
.br-fact strong { display: block; margin-bottom: 4px; }
.br-fact p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
@media (max-width: 900px) { .br-hero__grid { grid-template-columns: 1fr; gap: 30px; } .br-hero { padding: 30px 0 44px; } }

/* Sprungleiste */
.br-toc { position: sticky; top: 72px; z-index: 40; background: rgba(255, 255, 255, .94); backdrop-filter: saturate(160%) blur(8px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.br-toc__in { display: flex; gap: 4px; overflow-x: auto; padding: 8px 0; scrollbar-width: none; }
.br-toc__in::-webkit-scrollbar { display: none; }
.br-toc__in a { white-space: nowrap; padding: 8px 14px; border-radius: 999px; font-size: .86rem; font-weight: 600; color: var(--ink-soft); }
.br-toc__in a:hover { background: var(--paper); color: var(--ink); text-decoration: none; }

/* Herausforderungen */
.chal { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.chal__item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-l); padding: 26px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.chal__no { width: 48px; height: 48px; border-radius: 14px; background: color-mix(in srgb, var(--br) 14%, #fff); color: var(--br); font-weight: 700; font-family: var(--mono); display: grid; place-items: center; }
.chal__item h3 { font-size: 1.05rem; margin-bottom: .35em; }
.chal__item p { margin: 0; color: var(--ink-soft); font-size: .93rem; }
@media (max-width: 760px) { .chal { grid-template-columns: 1fr; } }

/* Lösungen */
.sol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sol__item { display: grid; grid-template-columns: 30px 1fr; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-l); padding: 22px; }
.sol__check { width: 30px; height: 30px; border-radius: 50%; background: var(--br); color: #fff; display: grid; place-items: center; }
.sol__check svg { width: 16px; height: 16px; }
.sol__item h3 { font-size: 1.02rem; margin-bottom: .3em; }
.sol__item p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
@media (max-width: 760px) { .sol { grid-template-columns: 1fr; } }

/* Rechner */
.tool { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow); overflow: hidden; }
.tool__grid { display: grid; grid-template-columns: 400px 1fr; }
.tool__in { padding: 26px; border-right: 1px solid var(--line); background: #fbfcff; display: grid; gap: 18px; align-content: start; }
.tin label { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
.tin output { font-family: var(--mono); font-weight: 500; color: var(--br); white-space: nowrap; font-size: .85rem; }
.tin__row { display: grid; grid-template-columns: 1fr 92px; gap: 10px; align-items: center; }
.tin input[type="range"] { width: 100%; accent-color: var(--br); cursor: pointer; }
.tin input[type="number"] { width: 100%; padding: 7px 9px; border: 1px solid var(--line-strong); border-radius: 10px; font: inherit; font-size: .86rem; background: #fff; }
.tin input[type="number"]:focus { outline: none; border-color: var(--br); box-shadow: 0 0 0 3px color-mix(in srgb, var(--br) 20%, transparent); }
.tin small { display: block; color: var(--ink-mute); font-size: .76rem; margin-top: 5px; }
.tool__out { padding: 26px; display: grid; gap: 22px; align-content: start; }
.tstats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.tstat { background: var(--paper); border-radius: 14px; padding: 14px 16px; }
.tstat small { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); }
.tstat b { display: block; font-size: 1.35rem; letter-spacing: -.02em; margin-top: 3px; }
.tstat span { display: block; font-size: .8rem; color: var(--ink-soft); margin-top: 3px; }
.tstat--big { grid-column: 1 / -1; background: var(--navy); }
.tstat--big small { color: rgba(255, 255, 255, .6); }
.tstat--big b { color: var(--yellow); font-size: 1.9rem; }
.tstat--big span { color: rgba(255, 255, 255, .78); }
.tviz h4 { font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); margin-bottom: 12px; }
.tbars { display: grid; gap: 10px; }
.tbar { display: grid; grid-template-columns: 190px 1fr 100px; gap: 12px; align-items: center; font-size: .85rem; }
.tbar__track { height: 14px; background: var(--paper); border-radius: 7px; overflow: hidden; }
.tbar__track i { display: block; height: 100%; border-radius: 7px; background: var(--br); transition: width .3s; }
.tbar__track i.mute { background: var(--line-strong); }
.tbar__track i.ok { background: var(--green); }
.tbar__track i.warn { background: var(--amber); }
.tbar__track i.bad { background: var(--red); }
.tbar__val { text-align: right; font-family: var(--mono); font-size: .8rem; white-space: nowrap; }
.tstack { display: flex; height: 22px; border-radius: 11px; overflow: hidden; background: var(--paper); }
.tstack i { display: block; height: 100%; transition: width .3s; }
.tlegend { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .8rem; color: var(--ink-soft); margin-top: 10px; }
.tlegend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 6px; vertical-align: middle; }
.tseats { display: grid; grid-template-columns: repeat(auto-fill, minmax(22px, 1fr)); gap: 6px; max-width: 440px; margin-bottom: 14px; }
.tseats i { aspect-ratio: 1; border-radius: 6px; background: var(--paper); border: 1px solid var(--line); }
.tseats i.on { background: var(--br); border-color: var(--br); }
.ttl { display: flex; height: 36px; border-radius: 10px; overflow: hidden; background: var(--paper); font-size: .68rem; font-weight: 600; color: #fff; }
.ttl i { display: flex; align-items: center; justify-content: center; overflow: hidden; white-space: nowrap; font-style: normal; border-right: 1px solid #fff; min-width: 0; }
.ttl i.job { background: var(--br); }
.ttl i.drive { background: var(--ink-mute); }
.ttl i.rest { background: transparent; color: var(--ink-mute); }
.ttl__axis { display: flex; justify-content: space-between; font-size: .72rem; color: var(--ink-mute); font-family: var(--mono); margin-top: 6px; }
.tool__note { font-size: .78rem; color: var(--ink-mute); margin: 0; }
@media (max-width: 900px) {
  .tool__grid { grid-template-columns: 1fr; }
  .tool__in { border-right: 0; border-bottom: 1px solid var(--line); }
  .tbar { grid-template-columns: 1fr; gap: 4px; }
  .tbar__val { text-align: left; }
}
@media (max-width: 520px) { .tstats { grid-template-columns: 1fr; } }

/* Leitfaden */
.steps { list-style: none; margin: 0 auto; padding: 0; max-width: 820px; counter-reset: step; display: grid; }
.steps li { position: relative; padding: 0 0 34px 76px; counter-increment: step; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: -4px; width: 50px; height: 50px; border-radius: 15px; background: var(--br); color: #fff; font-weight: 800; font-size: 1.15rem; display: grid; place-items: center; }
.steps li::after { content: ''; position: absolute; left: 24px; top: 50px; bottom: 0; width: 2px; background: var(--line-strong); }
.steps li:last-child::after { display: none; }
.steps li:last-child { padding-bottom: 0; }
.steps h3 { font-size: 1.1rem; margin-bottom: .3em; }
.steps p { margin: 0; color: var(--ink-soft); }

/* Empfohlene Einstellungen */
.settings-wrap { overflow-x: auto; }
.settings { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-l); overflow: hidden; font-size: .93rem; }
.settings th, .settings td { padding: 14px 18px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); }
.settings th { background: var(--paper); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); border-top: 0; }
.settings td:first-child { font-weight: 600; white-space: nowrap; }
.settings td b { color: var(--br); }
.settings td:last-child { color: var(--ink-soft); }
@media (max-width: 700px) {
  .settings thead { display: none; }
  .settings tr { display: block; border-top: 1px solid var(--line); padding: 8px 0; }
  .settings td { display: block; border: 0; padding: 4px 16px; white-space: normal; }
  .settings td::before { content: attr(data-th); display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-mute); }
}

/* Checkliste */
.ck { max-width: 760px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-l); padding: 22px 26px 8px; }
.ck__head { display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center; margin-bottom: 14px; }
.ck__bar { height: 10px; background: var(--paper); border-radius: 5px; overflow: hidden; }
.ck__bar i { display: block; height: 100%; width: 0; background: var(--br); border-radius: 5px; transition: width .3s; }
.ck__txt { font-size: .85rem; font-weight: 600; white-space: nowrap; }
.ck__reset { border: 0; background: none; color: var(--ink-mute); font: inherit; font-size: .8rem; cursor: pointer; text-decoration: underline; }
.ck ul { list-style: none; margin: 0; padding: 0; }
.ck li { border-top: 1px solid var(--line); }
.ck label { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; cursor: pointer; font-size: .95rem; }
.ck input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--br); flex: none; }
.ck input:checked + span { color: var(--ink-mute); text-decoration: line-through; }
.ck__done { display: none; margin: 14px 0 12px; padding: 12px 16px; background: var(--green-tint); color: var(--green); border-radius: 12px; font-weight: 600; }
.ck--done .ck__done { display: block; }
@media (max-width: 520px) { .ck__head { grid-template-columns: 1fr auto; } .ck__reset { grid-column: 1 / -1; text-align: left; } }

/* Branchen-Karten (Übersicht, verwandte Branchen) */
.brcards, .rel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rel { grid-template-columns: repeat(3, 1fr); max-width: 980px; margin: 0 auto; }
.brcard { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-l); padding: 24px 22px; color: var(--ink); text-decoration: none !important; transition: transform .2s, box-shadow .2s, border-color .2s; }
.brcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--br) 40%, var(--line)); }
.brcard__icon { width: 50px; height: 50px; border-radius: 14px; background: color-mix(in srgb, var(--br) 13%, #fff); color: var(--br); display: grid; place-items: center; margin-bottom: 16px; }
.brcard strong { font-size: 1.08rem; margin-bottom: 6px; }
.brcard p { margin: 0 0 16px; color: var(--ink-soft); font-size: .88rem; flex: 1; }
.brcard__more { font-weight: 700; color: var(--br); font-size: .9rem; }
.brcard__more::after { content: ' ›'; }
@media (max-width: 1000px) { .brcards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .rel { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .brcards { grid-template-columns: 1fr; } }

/* Regeln (Übersicht) */
.rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rule { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-l); padding: 26px; }
.rule__no { width: 44px; height: 44px; border-radius: 12px; background: var(--yellow); color: var(--navy); font-weight: 800; display: grid; place-items: center; margin-bottom: 14px; }
.rule h3 { font-size: 1.05rem; }
.rule p { margin: 0; color: var(--ink-soft); font-size: .93rem; }
@media (max-width: 800px) { .rules { grid-template-columns: 1fr; } }

/* Startseite: Link in den Branchen-Kacheln */
.industry__link { display: inline-block; margin: 0 0 14px; font-weight: 600; font-size: .9rem; }
.industry__link::after { content: ' ›'; }

/* Buchungs-Demo */
.demo { max-width: 1000px; margin: 0 auto; }
.bkd { display: grid; grid-template-columns: 270px 1fr; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); color: var(--ink); min-height: 560px; text-align: left; }
.bkd__side { background: var(--navy); color: #fff; padding: 26px 22px; display: flex; flex-direction: column; gap: 14px; }
.bkd__brand { display: flex; align-items: center; gap: 12px; font-size: 1.05rem; }
.bkd__mark { width: 40px; height: 40px; border-radius: 12px; background: var(--bkd); display: grid; place-items: center; font-weight: 800; color: #fff; flex: none; }
.bkd__meta { font-size: .82rem; opacity: .75; }
.bkd__meta p { margin: 0 0 3px; }
.bkd__sum { margin: 0; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .86rem; }
.bkd__sum:empty { display: none; }
.bkd__sum dt { opacity: .6; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; margin-top: 10px; }
.bkd__sum dd { margin: 2px 0 0; font-weight: 600; }
.bkd__sum dd.total { color: var(--yellow); font-size: 1.1rem; }
.bkd__foot { margin-top: auto; font-size: .7rem; opacity: .55; }
.bkd__main { display: flex; flex-direction: column; min-width: 0; }
.bkd__head { padding: 26px 30px 0; }
.bkd__head h3 { font-size: 1.4rem; margin-bottom: .2em; }
.bkd__head p { color: var(--ink-soft); font-size: .92rem; margin-bottom: 1em; }
.bkd__steps { list-style: none; display: flex; gap: 6px; padding: 0; margin: 14px 0 0; }
.bkd__steps li { flex: 1; height: 5px; border-radius: 3px; background: var(--line); position: relative; }
.bkd__steps li.done, .bkd__steps li.on { background: var(--bkd); }
.bkd__steps li.on::after { content: attr(data-label); position: absolute; top: 10px; left: 0; font-size: .7rem; font-weight: 700; color: var(--bkd); white-space: nowrap; }
.bkd__body { padding: 34px 30px 18px; flex: 1; }
.bkd__foot2 { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 30px 26px; border-top: 1px solid var(--line); }
.bkd__foot2:empty { display: none; }
.bkd h4 { font-size: 1.1rem; margin-bottom: 12px; }
.bkd-cat { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin: 16px 0 8px; }
.bkd-cat:first-child { margin-top: 0; }
.bkd-cards { display: grid; gap: 10px; }
.bkd-card { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; text-align: left; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: inherit; font: inherit; cursor: pointer; transition: border-color .15s, box-shadow .15s, background .15s; }
.bkd-card:hover { border-color: var(--bkd); background: #f7f9fd; }
.bkd-card.on { border-color: var(--bkd); box-shadow: 0 0 0 3px color-mix(in srgb, var(--bkd) 22%, transparent); }
.bkd-card__dot { width: 12px; height: 12px; border-radius: 50%; }
.bkd-card__av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; }
.bkd-card strong { display: block; }
.bkd-card small { display: block; color: var(--ink-soft); font-size: .83rem; margin-top: 2px; }
.bkd-card__right { text-align: right; font-weight: 700; white-space: nowrap; }
.bkd-card__right small { font-weight: 400; }
.bkd-badge { display: inline-block; font-size: .68rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; background: color-mix(in srgb, var(--bkd) 14%, transparent); color: var(--bkd); margin-left: 6px; vertical-align: middle; }
.bkd-dt { display: grid; grid-template-columns: 1fr 220px; gap: 24px; }
.bkd-cal__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.bkd-cal__head strong { font-size: .98rem; }
.bkd-cal__head button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 1rem; color: inherit; }
.bkd-cal__head button[disabled] { opacity: .3; cursor: default; }
.bkd-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.bkd-cal b { text-align: center; font-size: .7rem; color: var(--ink-soft); padding: 4px 0; font-weight: 600; }
.bkd-cal button { aspect-ratio: 1; border-radius: 10px; border: 1px solid transparent; background: transparent; color: var(--ink-mute); font: inherit; font-size: .88rem; cursor: default; }
.bkd-cal button.ok { background: color-mix(in srgb, var(--bkd) 12%, transparent); color: var(--ink); font-weight: 600; cursor: pointer; }
.bkd-cal button.ok:hover { background: color-mix(in srgb, var(--bkd) 24%, transparent); }
.bkd-cal button.on { background: var(--bkd); color: #fff; }
.bkd-cal button.today { border-color: var(--bkd); }
.bkd-slots h5 { font-size: .9rem; margin: 0 0 10px; }
.bkd-slots__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; max-height: 300px; overflow: auto; padding-right: 2px; }
.bkd-slots__list button { border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 8px 4px; font: inherit; font-size: .86rem; font-weight: 600; cursor: pointer; color: inherit; }
.bkd-slots__list button:hover { border-color: var(--bkd); }
.bkd-slots__list button.on { background: var(--bkd); color: #fff; border-color: var(--bkd); }
.bkd-slots__list button.off { opacity: .35; text-decoration: line-through; cursor: not-allowed; }
.bkd-hint { font-size: .8rem; color: var(--ink-soft); margin-top: 12px; }
.bkd-form { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.bkd-field { margin-bottom: 14px; }
.bkd-field--full { grid-column: 1 / -1; }
.bkd-field label, .bkd-field .bkd-label { display: block; font-weight: 600; font-size: .86rem; margin-bottom: 5px; }
.bkd-field .req { color: var(--red); }
.bkd-field input:not([type="checkbox"]):not([type="radio"]), .bkd-field select, .bkd-field textarea { width: 100%; padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: 10px; font: inherit; background: #fff; color: inherit; }
.bkd-field input:focus, .bkd-field select:focus, .bkd-field textarea:focus { outline: none; border-color: var(--bkd); box-shadow: 0 0 0 3px color-mix(in srgb, var(--bkd) 22%, transparent); }
.bkd-field textarea { min-height: 72px; resize: vertical; }
.bkd-check { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; cursor: pointer; margin: 4px 0 8px; font-weight: 500; }
.bkd-check input { margin-top: 3px; accent-color: var(--bkd); width: 17px; height: 17px; flex: none; }
.bkd-radios { display: flex; gap: 14px; flex-wrap: wrap; font-size: .88rem; }
.bkd-radios label { display: flex; gap: 6px; align-items: center; font-weight: 500; cursor: pointer; margin: 0; }
.bkd-radios input { accent-color: var(--bkd); }
.bkd-heading { grid-column: 1 / -1; font-weight: 700; margin: 6px 0 10px; padding-top: 12px; border-top: 1px solid var(--line); font-size: .9rem; }
.bkd-heading small { font-weight: 400; color: var(--ink-soft); }
.bkd-persons { display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 999px; padding: 4px; }
.bkd-persons button { width: 30px; height: 30px; border-radius: 50%; border: 0; background: var(--paper); font-size: 1rem; cursor: pointer; color: inherit; }
.bkd-alert { background: var(--red-tint); color: var(--red); padding: 10px 14px; border-radius: 10px; font-size: .88rem; margin-bottom: 14px; }
.bkd-note { background: #f7f9fd; border: 1px solid var(--line); padding: 10px 14px; border-radius: 10px; font-size: .86rem; color: var(--ink-soft); margin-bottom: 16px; }
.bkd-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 999px; border: 1px solid transparent; font: inherit; font-weight: 600; cursor: pointer; background: var(--bkd); color: #fff; text-decoration: none !important; transition: filter .15s; }
.bkd-btn:hover { filter: brightness(.92); }
.bkd-btn[disabled] { opacity: .5; cursor: not-allowed; }
.bkd-btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.bkd-btn--ghost:hover { background: var(--paper); filter: none; }
.bkd-done { text-align: center; padding: 10px 0; }
.bkd-done__icon { width: 70px; height: 70px; border-radius: 50%; background: color-mix(in srgb, var(--bkd) 14%, transparent); display: grid; place-items: center; margin: 0 auto 16px; color: var(--bkd); }
.bkd-done__icon svg { width: 34px; height: 34px; }
.bkd-done h4 { font-size: 1.4rem; }
.bkd-done p { color: var(--ink-soft); max-width: 460px; margin: 0 auto 1em; font-size: .92rem; }
.bkd-review { background: #f7f9fd; border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; margin: 16px auto; max-width: 480px; text-align: left; }
.bkd-review dl { margin: 0; display: grid; grid-template-columns: 120px 1fr; gap: 6px 12px; font-size: .88rem; }
.bkd-review dt { color: var(--ink-soft); }
.bkd-review dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.bkd-done__acts { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 16px; }
@media (max-width: 860px) {
  .bkd { grid-template-columns: 1fr; min-height: 0; }
  .bkd__sum, .bkd__foot, .bkd__meta { display: none; }
  .bkd__side { padding: 18px 20px; }
  .bkd-dt, .bkd-form { grid-template-columns: 1fr; }
  .bkd__head, .bkd__body { padding-left: 20px; padding-right: 20px; }
  .bkd__foot2 { padding: 12px 20px 20px; }
  .bkd-slots__list { grid-template-columns: repeat(4, 1fr); max-height: none; }
}
