/* ==========================================================================
   U KOWALSKICH — podstrony w stylu Finzo (te same klasy, nowy wizual)
   Wymaga: css/shared.css
   ========================================================================== */

/* ===== nagłówek podstrony — jasny, wielka typografia ===== */
.page-hero {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(28px, 5vh, 64px) var(--pad-x) clamp(24px, 4vh, 48px);
}
.page-hero__inner { max-width: 880px; }
.page-hero__crumb {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 18px;
}
.page-hero__crumb::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}
.page-hero__crumb a { color: var(--gold-dark); }
.page-hero__crumb a:hover { color: var(--ink); }
.page-hero h1 {
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.page-hero__lead {
  margin-top: 20px;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 56ch;
}

/* ===== korpus ===== */
.page-body {
  max-width: var(--container);
  margin-inline: auto;
  padding: clamp(16px, 3vw, 40px) var(--pad-x) clamp(64px, 8vw, 110px);
}
/* kontakt przeniesiony do docka — treść w jednej kolumnie */
.page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}
/* gdy jest kolumna boczna (mock panelu) — dwie kolumny */
.page-grid:has(.page-side) {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 72px);
}

/* proza na pełnej linii kontentu (jak stopka); tylko wiersze tekstu mają limit długości */
.prose { width: 100%; max-width: none; }
.prose h2 {
  font-size: clamp(26px, 2.6vw, 34px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 40px 0 16px;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 20px; margin: 26px 0 10px; }
.prose p { margin: 0 0 15px; font-size: 16.5px; line-height: 1.65; color: var(--ink-soft); max-width: 72ch; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--ink); font-weight: 500; text-decoration: underline; text-decoration-color: var(--gold-soft); }
.prose a:hover { text-decoration-color: var(--gold-dark); }
/* przyciski w prose: bez podkreślenia, biały tekst (nadpisuje .prose a) */
.prose a.btn { text-decoration: none; }
.prose a.btn--navy, .prose a.btn--gold { color: var(--white); }
.prose ul { margin: 0 0 18px; padding: 0; list-style: none; }
.prose li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 72ch;
}
.prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center / 11px no-repeat, linear-gradient(#000 0 0);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center / 11px no-repeat, linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.prose .note {
  background: var(--card);
  border-radius: 18px;
  padding: 22px 26px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 26px 0;
}

/* ===== boczna karta kontaktowa ===== */
.sidecard {
  position: sticky;
  top: 24px;
  background: var(--dark);
  color: var(--paper-on-ink);
  border-radius: var(--r-card);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  overflow: hidden;
  position: sticky;
}
.sidecard::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160, 131, 91, 0.5) 0%, transparent 68%);
}
.sidecard > * { position: relative; z-index: 1; }
.sidecard h3 { font-size: 22px; font-weight: 600; color: var(--white); letter-spacing: -0.01em; }
.sidecard p { font-size: 14.5px; line-height: 1.6; color: rgba(242, 244, 249, 0.65); }
.sidecard__phone { font-size: 24px; font-weight: 600; color: var(--gold-soft); white-space: nowrap; }
.sidecard__phone:hover { color: var(--white); }
.sidecard__mail { font-size: 15px; color: rgba(242, 244, 249, 0.8); text-decoration: underline; text-decoration-color: rgba(198, 168, 127, 0.5); }
.sidecard__mail:hover { color: var(--gold-soft); }
.sidecard .btn { margin-top: 6px; }

/* ===== siatka usług (oferta.html) — karty Finzo ===== */
.offer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 10px 0 26px; }
.offer-links .card {
  background: var(--card);
  border: 0;
  border-radius: var(--r-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.offer-links .card h3 { font-size: 21px; letter-spacing: -0.01em; }
.offer-links .card p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.card__no {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--gold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.card__link { font-weight: 600; font-size: 14.5px; color: var(--gold-dark); margin-top: auto; }
.card__link:hover { color: var(--ink); }

/* ===== FAQ ===== */
.faq__list { display: flex; flex-direction: column; gap: 14px; }
.faq__item {
  background: var(--card);
  border: 0;
  border-radius: var(--r-card);
  padding: 26px 32px;
}
.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: clamp(17px, 1.4vw, 19px);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__toggle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  flex: none;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.faq__toggle::before { content: "+"; }
.faq__item[open] .faq__toggle { background: var(--gold); color: var(--white); }
.faq__item[open] .faq__toggle::before { content: "−"; }
.faq__item > p { margin-top: 14px; font-size: 15.5px; line-height: 1.6; color: var(--ink-soft); max-width: 62ch; }

/* ===== BLOG ===== */
.blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post {
  background: var(--card);
  border: 0;
  border-radius: var(--r-card);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
  min-height: 180px;
}
.post__tag {
  align-self: flex-start;
  background: var(--white);
  color: var(--gold-dark);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}
.post__title { font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -0.01em; }
.post__link { font-weight: 600; font-size: 14px; color: var(--gold-dark); }

/* ===== imgslot ===== */
.imgslot {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-card);
  background: radial-gradient(120% 90% at 20% 0%, #21456B 0%, var(--ink) 58%, #0A1826 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgslot--pill { border-radius: var(--r-pill); }
.imgslot--rounded { border-radius: var(--r-card); }
.imgslot__mark { width: 44%; max-width: 190px; opacity: 0.5; }
.imgslot__cap {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: rgba(242, 244, 249, 0.55);
}

/* ===== komponenty podstron (analogia strony głównej) ===== */
/* sekcje stats/steps z home.css żyją w .page-body, który sam daje padding */
.page-body .stats, .page-body .steps { padding-inline: 0; }
.page-body .stats { padding-top: 0; }
.page-body > .stats { margin-bottom: clamp(36px, 5vw, 64px); }
.page-body > .steps { padding-bottom: clamp(40px, 6vw, 72px); }
.page-body > .offer-links { margin: 0 0 clamp(20px, 3vw, 32px); }
.offer-links .card .ic { margin-bottom: 2px; }
.offer-links--rel { grid-template-columns: 1fr 1fr; }

/* Kim jesteśmy — zdjęcie + tekst (o-firmie) */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.about-photo { margin: 0; position: relative; }
.about-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
  object-position: 50% 16%;
  border-radius: var(--r-card);
  box-shadow: 0 30px 70px rgba(15, 35, 57, 0.18);
}
.about-photo figcaption {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  max-width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(12, 28, 46, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: var(--r-pill);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
}
@media (max-width: 980px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 440px; }
}

/* wartości (o-firmie) */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.value-card {
  background: var(--card);
  border-radius: var(--r-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
}
.value-card h3 { font-size: 21px; letter-spacing: -0.01em; }
.value-card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }

/* dokumenty do pobrania (klienci) */
.doc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 4px 0 22px;
}
.doc-card {
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--card);
  border-radius: 16px;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

/* portale (klienci) */
.portal-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.portal-row .tool { padding: 14px 24px; font-size: 15px; }

/* kolumna boczna: mock (panel klienta) */
.page-side { display: flex; flex-direction: column; gap: 20px; max-width: 480px; }
.page-side .sidecard, .page-side .panel__mock { position: static; }

/* pozostałe usługi (podstrony usług) */
.related { margin-top: clamp(44px, 6vw, 80px); }

@media (max-width: 980px) {
  .values-grid { grid-template-columns: 1fr; }
  .page-side { position: static; }
  .offer-links--rel { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .doc-grid { grid-template-columns: 1fr; }
}

/* ===== kontakt ===== */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card {
  background: var(--card);
  border-radius: var(--r-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.contact-card h3 { font-size: 21px; letter-spacing: -0.01em; }
.contact-card__rows { display: flex; flex-direction: column; gap: 14px; }
.contact-card__label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 3px;
}
.contact-card__link { font-size: 18px; font-weight: 600; color: var(--ink); line-height: 1.35; }
a.contact-card__link:hover { color: var(--gold-dark); }
.contact-card .card__link { margin-top: auto; }

.map-card {
  margin-top: 20px;
  border-radius: var(--r-big);
  overflow: hidden;
  min-height: clamp(340px, 46vh, 460px);
  background-color: var(--ink);
  background-image: linear-gradient(rgba(12, 28, 46, 0.62), rgba(12, 28, 46, 0.55)), url("../assets/map-preview.jpg?v=2");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
}
.map-card__ph {
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 48px 24px;
  color: var(--paper-on-ink);
}
.map-card__addr { font-size: 18px; font-weight: 600; line-height: 1.5; color: var(--white); }
.map-card__act { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.map-card__act .btn { border: 0; cursor: pointer; }
.map-card__note { font-size: 12.5px; color: rgba(242, 244, 249, 0.55); }
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.extras-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.extra-card {
  background: var(--card);
  border-radius: var(--r-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.extra-card h3 { font-size: 21px; letter-spacing: -0.01em; }
.extra-card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.extra-card .btn, .extra-card .soc-row { margin-top: auto; }
.extra-card--dark { background: var(--dark); position: relative; overflow: hidden; }
.extra-card--dark::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160, 131, 91, 0.5) 0%, transparent 68%);
}
.extra-card--dark > * { position: relative; z-index: 1; }
.extra-card--dark h3 { color: var(--white); }
.extra-card--dark p { color: rgba(242, 244, 249, 0.65); }
.soc-row { display: flex; gap: 10px; }
.soc-row a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s var(--ease);
}
.soc-row a:hover { background: var(--gold-dark); }

/* ===== responsywność ===== */
@media (max-width: 980px) {
  .page-grid, .page-grid:has(.page-side) { grid-template-columns: 1fr; }
  .sidecard { position: static; }
  .offer-links { grid-template-columns: 1fr; }
  .blog__grid { grid-template-columns: 1fr 1fr; }
  .contact-grid, .extras-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .blog__grid { grid-template-columns: 1fr; }
}

/* kontakt przejął dock — sidecard znika wszędzie (po bazowej regule .sidecard) */
.sidecard { display: none; }

@media (max-width: 640px) {
  .about-photo__role { display: none; }
}

/* cytat na zdjęciu (o-firmie) — poprawka klientki 17.07 */
.about-photo__quote {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 52px;
  color: var(--white);
  font-size: 15.5px;
  line-height: 1.5;
  font-style: italic;
  text-shadow: 0 2px 18px rgba(12, 28, 46, 0.85);
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(12, 28, 46, 0.55));
  border-radius: 12px;
}

/* numery telefonów nigdy się nie łamią (poprawka 19.07) */
a[href^="tel:"] { white-space: nowrap; }

/* kafelki kategorii bloga */
.blog-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.blog-filters .tool { cursor: pointer; border: 0; padding: 12px 22px; font-size: 14.5px; font-family: inherit; }
.blog-filters .tool.is-active { background: var(--ink); color: var(--white); }

/* ==========================================================================
   WIZARD REZERWACJI (/rezerwacja) — 3 kroki w stylu Calendly
   ========================================================================== */

.wizard { max-width: 880px; }
.wizard__steps { display: flex; gap: 26px; flex-wrap: wrap; margin-bottom: clamp(28px, 4vw, 44px); }
.wizard__step {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; color: var(--ink-soft);
}
.wizard__step i {
  font-style: normal; width: 26px; height: 26px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--card); font-size: 12px; transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.wizard__step.is-active { color: var(--ink); }
.wizard__step.is-active i, .wizard__step.is-done i { background: var(--gold); color: var(--white); }
.wizard__pane { display: none; }
.wizard__pane.is-active { display: block; }

/* krok 1 */
.wizard__services { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.wizard__service {
  text-align: left; border: 0; cursor: pointer; font-family: inherit;
  background: var(--card); border-radius: var(--r-card); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.wizard__service:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(15, 35, 57, 0.12); }
.wizard__service-label { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); }
.wizard__service-meta { font-size: 13px; color: var(--ink-soft); }
.wizard__service-go { margin-top: 8px; font-size: 14.5px; font-weight: 600; color: var(--gold-dark); }

/* krok 2 */
.wizard__cal { background: var(--card); border-radius: var(--r-card); padding: clamp(20px, 3vw, 32px); }
.wizard__cal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; font-weight: 600; }
.voice-like-btn {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--ink-line);
  background: var(--white); font-size: 17px; color: var(--ink); cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.voice-like-btn:hover:not(:disabled) { background: var(--ink); color: var(--white); }
.voice-like-btn:disabled { opacity: 0.35; cursor: default; }
.wizard__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-bottom: 18px; }
.wizard__day {
  border: 0; cursor: pointer; font-family: inherit; border-radius: 14px;
  background: var(--white); padding: 12px 4px 10px; display: flex; flex-direction: column; align-items: center; gap: 3px;
  transition: background 0.2s var(--ease);
}
.wizard__day span { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); }
.wizard__day strong { font-size: 18px; }
.wizard__day:disabled { opacity: 0.32; cursor: default; }
.wizard__day:not(:disabled):hover { background: #ECEFF4; }
.wizard__day.is-active { background: var(--ink); }
.wizard__day.is-active span, .wizard__day.is-active strong { color: var(--white); }
.wizard__slots {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 10px; min-height: 52px;
}
.wizard__slots .wizard__hint { grid-column: 1 / -1; }
.wizard__slot {
  border: 1px solid var(--ink-line); background: var(--white); cursor: pointer; font-family: inherit;
  border-radius: var(--r-pill); padding: 12px 8px; font-size: 15px; font-weight: 600; color: var(--ink);
  text-align: center; width: 100%;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.wizard__slot:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
.wizard__hint { font-size: 14.5px; color: var(--ink-soft); }
.wizard__back { border: 0; background: none; cursor: pointer; font-family: inherit; margin-top: 20px; font-size: 14.5px; font-weight: 600; color: var(--gold-dark); }
.wizard__back:hover { color: var(--ink); }

/* krok 3 */
.wizard__summary {
  background: var(--dark); color: var(--white); border-radius: 18px; padding: 20px 26px;
  display: flex; flex-direction: column; gap: 4px; margin-bottom: 22px;
}
.wizard__summary strong { font-size: 17px; }
.wizard__summary span { font-size: 14px; color: rgba(242, 244, 249, 0.7); }
.wizard__form { display: flex; flex-direction: column; gap: 16px; }
.wizard__field { display: flex; flex-direction: column; gap: 6px; }
.wizard__field span { font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); }
.wizard__field input, .wizard__field textarea {
  font-family: inherit; font-size: 16px; color: var(--ink);
  border: 1px solid var(--ink-line); border-radius: 14px; padding: 14px 18px; background: var(--white);
}
.wizard__field input:focus, .wizard__field textarea:focus { outline: 2px solid var(--gold); outline-offset: 0; border-color: var(--gold); }
.wizard__rodo { font-size: 12.5px; color: var(--ink-soft); }
.wizard__rodo a { text-decoration: underline; text-decoration-color: var(--gold-soft); }
.wizard__actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.wizard__actions .wizard__back { margin-top: 0; }

/* sukces */
.wizard__done { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; padding: clamp(24px, 5vw, 56px) 0; }
.wizard__done h2 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.02em; }
.wizard__done p { color: var(--ink-soft); max-width: 52ch; }
.wizard__done-note a { font-weight: 600; color: var(--ink); }

@media (max-width: 700px) {
  .wizard__services { grid-template-columns: 1fr; }
  .wizard__steps { gap: 14px; }
  .wizard__step { font-size: 12px; }
}

/* ===== okno rezerwacji (modal z kreatorem na każdej stronie) ===== */
.booking-modal {
  position: fixed; inset: 0; z-index: 1400; display: none;
  align-items: center; justify-content: center; padding: 24px;
  background: rgba(8, 21, 39, 0.55); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
}
.booking-modal.is-open { display: flex; animation: bmFade 0.25s ease; }
@keyframes bmFade { from { opacity: 0; } to { opacity: 1; } }
html.has-booking-modal, html.has-booking-modal body { overflow: hidden; }
.booking-modal__dialog {
  position: relative; width: min(780px, 100%);
  height: min(440px, calc(100dvh - 48px)); max-height: calc(100dvh - 48px);
  background: var(--white); border-radius: 24px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(8, 21, 39, 0.35);
  transition: height 0.3s ease;
}
.booking-modal__close {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 42px; height: 42px; border: 0; border-radius: 50%; cursor: pointer;
  background: var(--card); color: var(--ink); font-size: 26px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.booking-modal__close:hover { background: var(--ink); color: var(--white); transform: rotate(90deg); }
.booking-modal__frame { display: block; width: 100%; height: 100%; border: 0; background: var(--white); }
@media (max-width: 700px) {
  .booking-modal { padding: 0; align-items: flex-end; }
  .booking-modal__dialog { width: 100%; max-height: 92dvh; border-radius: 20px 20px 0 0; }
}

/* ===== tryb embed (/rezerwacja?embed=1 w modalu) ===== */
html.is-embed .loader, html.is-embed .topbar, html.is-embed .nav,
html.is-embed .page-hero, html.is-embed .footer, html.is-embed .dock { display: none !important; }
html.is-embed .page-body { padding: clamp(18px, 4vw, 40px) clamp(16px, 4vw, 44px); }
html.is-embed .wizard { max-width: none; }
html.is-embed .wizard__steps { padding-right: 48px; }

/* opis usługi w kroku 1 (np. „dla obecnych klientów") */
.wizard__service-desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.45; }

/* ===== zgody cookies (baner + ustawienia) ===== */
.consent {
  position: fixed; inset: 0; z-index: 1300;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  background: rgba(8, 21, 39, 0.5); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  animation: bmFade 0.3s ease;
}
.consent__card {
  max-width: 540px; width: 100%; background: var(--white);
  border-radius: 24px; padding: 30px 32px;
  box-shadow: 0 30px 80px rgba(8, 21, 39, 0.35);
  display: flex; flex-direction: column; gap: 12px; text-align: center; align-items: center;
  animation: consentUp 0.35s ease;
}
@keyframes consentUp { from { opacity: 0; transform: translateY(16px) scale(0.98); } to { opacity: 1; transform: none; } }
.consent__card strong { font-size: 19px; letter-spacing: -0.01em; color: var(--ink); }
.consent__card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); margin: 0; max-width: 46ch; }
.consent__card p a { text-decoration: underline; text-decoration-color: var(--gold-soft); color: var(--ink); }
.consent__actions { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.consent__actions .btn { padding: 10px 18px; font-size: 13.5px; }
.consent__link {
  border: 0; background: none; cursor: pointer; font-family: inherit;
  font-size: 13px; color: var(--ink-soft); text-decoration: underline; padding: 6px 4px;
}
.consent__link:hover { color: var(--ink); }

.consent-modal {
  position: fixed; inset: 0; z-index: 1350; display: flex;
  align-items: center; justify-content: center; padding: 20px;
  background: rgba(8, 21, 39, 0.55); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
}
.consent-modal__dialog {
  position: relative; width: min(560px, 100%); max-height: calc(100dvh - 40px); overflow: auto;
  background: var(--white); border-radius: 22px; padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  box-shadow: 0 30px 80px rgba(8, 21, 39, 0.35);
}
.consent-modal__dialog h3 { font-size: 20px; letter-spacing: -0.01em; }
.consent-modal__close {
  position: absolute; top: 12px; right: 12px; width: 38px; height: 38px;
  border: 0; border-radius: 50%; cursor: pointer; background: var(--card);
  color: var(--ink); font-size: 22px; display: flex; align-items: center; justify-content: center;
}
.consent-row {
  display: flex; flex-direction: column; gap: 5px; padding: 14px 16px;
  background: var(--card); border-radius: 14px; cursor: pointer;
}
.consent-row__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.consent-row__head strong { font-size: 14.5px; color: var(--ink); }
.consent-row__head input { width: 20px; height: 20px; accent-color: var(--gold); flex: none; }
.consent-row > span:last-child { font-size: 12.5px; line-height: 1.5; color: var(--ink-soft); }
@media (max-width: 640px) {
  .consent { padding: 12px; }
  .consent__card { padding: 24px 20px; }
}

/* klauzula informacyjna w kreatorze */
.wizard__rodo-details { font-size: 12.5px; color: var(--ink-soft); }
.wizard__rodo-details summary {
  cursor: pointer; font-weight: 600; color: var(--ink);
  text-decoration: underline; text-decoration-color: var(--gold-soft);
}
.wizard__rodo-details > div { display: flex; flex-direction: column; gap: 8px; padding-top: 8px; }
.wizard__rodo-details p { line-height: 1.55; }

/* ===== animacje zgód: zamknięcie + toast potwierdzenia ===== */
.consent.is-closing, .consent-modal.is-closing { animation: bmFadeOut 0.35s ease forwards; }
.consent.is-closing .consent__card,
.consent-modal.is-closing .consent-modal__dialog { animation: consentDown 0.35s ease forwards; }
@keyframes bmFadeOut { to { opacity: 0; } }
@keyframes consentDown { to { opacity: 0; transform: translateY(14px) scale(0.97); } }

.consent-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%);
  z-index: 1450; display: flex; align-items: center; gap: 12px;
  background: var(--dark); color: var(--white);
  border-radius: 999px; padding: 12px 22px 12px 14px;
  box-shadow: 0 18px 50px rgba(8, 21, 39, 0.4);
  font-size: 14px; font-weight: 500; max-width: calc(100vw - 32px);
  animation: toastUp 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.consent-toast.is-hiding { animation: toastDown 0.4s ease forwards; }
@keyframes toastUp { from { opacity: 0; transform: translate(-50%, 16px) scale(0.95); } to { opacity: 1; transform: translate(-50%, 0) scale(1); } }
@keyframes toastDown { to { opacity: 0; transform: translate(-50%, 12px) scale(0.96); } }
.consent-toast svg { width: 30px; height: 30px; flex: none; }
.consent-toast__circle {
  stroke: var(--gold); stroke-width: 2.5; stroke-dasharray: 151; stroke-dashoffset: 151;
  animation: toastDraw 0.5s ease 0.1s forwards;
}
.consent-toast__check {
  stroke: var(--gold); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 36; stroke-dashoffset: 36;
  animation: toastDraw 0.35s ease 0.45s forwards;
}
@keyframes toastDraw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .consent, .consent__card, .consent-toast, .consent-toast__circle, .consent-toast__check,
  .consent.is-closing, .consent-modal.is-closing { animation: none; }
  .consent-toast__circle, .consent-toast__check { stroke-dashoffset: 0; }
}

/* ===== czat ze strony ===== */
.ukchat-fab {
  position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 1100; width: 58px; height: 58px; border: 0; border-radius: 50%;
  background: var(--gold); color: var(--white); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 36px rgba(8, 21, 39, 0.3);
  transition: transform 0.2s ease, background 0.2s ease, bottom 0.25s ease;
}
.ukchat-fab:hover { transform: scale(1.06); background: var(--gold-dark); }
.ukchat-fab svg { width: 26px; height: 26px; }
.ukchat-fab.is-open { background: var(--ink); }
.ukchat-fab__badge {
  position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px;
  border-radius: 999px; background: #C0392B; color: #fff;
  font-size: 11.5px; font-weight: 700; line-height: 22px; padding: 0 6px;
  border: 2px solid var(--white);
}
.ukchat {
  position: fixed; right: 18px; bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  z-index: 1150; width: min(380px, calc(100vw - 36px));
  height: min(560px, calc(100dvh - 120px));
  background: var(--white); border-radius: 22px; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 80px rgba(8, 21, 39, 0.35);
  animation: consentUp 0.3s ease;
}
body:has(.dock:not(.is-hidden)) .ukchat { bottom: calc(166px + env(safe-area-inset-bottom, 0px)); }
.ukchat__head {
  background: var(--dark); color: var(--white); padding: 16px 18px;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; flex: none;
}
.ukchat__head strong { display: block; font-size: 16px; }
.ukchat__head span { display: block; font-size: 12px; color: rgba(242, 244, 249, 0.65); margin-top: 2px; }
.ukchat__close {
  border: 0; background: rgba(255, 255, 255, 0.12); color: var(--white);
  width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 20px; line-height: 1; flex: none;
}
.ukchat__body { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.ukchat__intro { padding: 18px; display: flex; flex-direction: column; gap: 12px; overflow: auto; }
.ukchat__intro p { font-size: 14px; color: var(--ink-soft); margin: 0; }
.ukchat__intro label { display: flex; flex-direction: column; gap: 5px; }
.ukchat__intro label span { font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); }
.ukchat__intro input, .ukchat__intro textarea {
  font-family: inherit; font-size: 15px; color: var(--ink);
  border: 1px solid var(--ink-line); border-radius: 12px; padding: 11px 14px; background: var(--white);
}
.ukchat__intro input:focus, .ukchat__intro textarea:focus { outline: 2px solid var(--gold); outline-offset: 0; border-color: var(--gold); }
.ukchat__intro small { font-size: 11.5px; color: var(--ink-soft); line-height: 1.45; }
.ukchat__intro small a { text-decoration: underline; text-decoration-color: var(--gold-soft); }
.ukchat__thread { flex: 1; min-height: 0; display: flex; }
.ukchat__msgs { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--card); }
.ukchat__msg { display: flex; flex-direction: column; align-items: flex-start; max-width: 86%; }
.ukchat__msg.is-mine { align-self: flex-end; align-items: flex-end; }
.ukchat__author { font-size: 11px; font-weight: 600; color: var(--ink-soft); margin: 0 6px 2px; }
.ukchat__bubble {
  background: var(--white); color: var(--ink); border-radius: 16px 16px 16px 5px;
  padding: 10px 14px; font-size: 14px; line-height: 1.5; white-space: pre-wrap; word-break: break-word;
  box-shadow: 0 2px 8px rgba(8, 21, 39, 0.06);
}
.ukchat__msg.is-mine .ukchat__bubble { background: var(--ink); color: var(--white); border-radius: 16px 16px 5px 16px; }
.ukchat__time { font-size: 10.5px; color: var(--ink-soft); margin: 3px 6px 0; }
.ukchat__sys { align-self: center; text-align: center; font-size: 12px; color: var(--ink-soft); max-width: 90%; }
.ukchat__composer {
  flex: none; display: flex; align-items: flex-end; gap: 10px;
  padding: 12px 14px; border-top: 1px solid var(--ink-line); background: var(--white);
}
.ukchat__composer textarea {
  flex: 1; font-family: inherit; font-size: 15px; color: var(--ink); resize: none;
  border: 1px solid var(--ink-line); border-radius: 12px; padding: 10px 14px; max-height: 110px;
}
.ukchat__composer textarea:focus { outline: 2px solid var(--gold); outline-offset: 0; border-color: var(--gold); }
.ukchat__send {
  flex: none; width: 42px; height: 42px; border: 0; border-radius: 50%;
  background: var(--gold); color: var(--white); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.ukchat__send:hover { background: var(--gold-dark); }
.ukchat__send svg { width: 19px; height: 19px; }
@media (max-width: 700px) {
  .ukchat {
    right: 0; left: 0; bottom: 0; top: auto; width: 100%;
    height: min(92dvh, 700px); border-radius: 20px 20px 0 0;
  }
  body:has(.dock:not(.is-hidden)) .ukchat { bottom: 0; }
}

/* podkład za czatem: przyciemnienie + blur (arkusz mobilny) */
.ukchat-backdrop {
  position: fixed; inset: 0; z-index: 1140; display: none;
  background: rgba(8, 21, 39, 0.5);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.ukchat-backdrop.is-open { display: block; animation: bmFade 0.25s ease; }
.ukchat-backdrop.is-closing { animation: bmFadeOut 0.25s ease forwards; }
@media (min-width: 701px) { .ukchat-backdrop { display: none !important; } }
@media (prefers-reduced-motion: reduce) { .ukchat-backdrop, .ukchat-backdrop.is-closing { animation: none; } }

/* atrybut hidden musi wygrywać z display:flex powyżej */
.ukchat[hidden], .ukchat__intro[hidden], .ukchat__thread[hidden], .ukchat__composer[hidden] { display: none !important; }

/* ===== żywy bąbelek czatu: pulsujące kółko + dymek-zaczepka ===== */
.ukchat-fab__ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--gold);
  animation: ukchatPing 3.2s ease-out infinite;
  pointer-events: none;
}
@keyframes ukchatPing {
  0%, 55% { transform: scale(1); opacity: 0.9; }
  85% { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}
.ukchat-fab svg { animation: ukchatWiggle 6s ease-in-out infinite; transform-origin: 50% 60%; }
@keyframes ukchatWiggle {
  0%, 86%, 100% { transform: rotate(0); }
  89% { transform: rotate(-11deg); }
  92% { transform: rotate(9deg); }
  95% { transform: rotate(-5deg); }
  98% { transform: rotate(2deg); }
}
.ukchat-fab.is-open .ukchat-fab__ring, .ukchat-fab.is-open svg { animation: none; }

.ukchat-teaser {
  position: fixed; right: 18px; bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  z-index: 1090; max-width: 250px; cursor: pointer;
  background: var(--white); border-radius: 16px 16px 5px 16px;
  padding: 14px 30px 14px 16px;
  box-shadow: 0 18px 50px rgba(8, 21, 39, 0.28);
  display: flex; flex-direction: column; gap: 3px;
  animation: teaserPop 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.25);
  transition: bottom 0.25s ease;
}
@media (max-width: 640px) { .ukchat-teaser { display: none; } }
.ukchat-teaser.is-hiding { animation: teaserOut 0.3s ease forwards; }
@keyframes teaserPop { from { opacity: 0; transform: translateY(10px) scale(0.9); } to { opacity: 1; transform: none; } }
@keyframes teaserOut { to { opacity: 0; transform: translateY(8px) scale(0.94); } }
.ukchat-teaser strong { font-size: 14px; color: var(--ink); }
.ukchat-teaser > span { font-size: 12.5px; line-height: 1.45; color: var(--ink-soft); }
.ukchat-teaser__close {
  position: absolute; top: 6px; right: 6px; width: 22px; height: 22px;
  border: 0; border-radius: 50%; background: var(--card); color: var(--ink-soft);
  font-size: 14px; line-height: 1; cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .ukchat-fab__ring, .ukchat-fab svg, .ukchat-teaser { animation: none; }
}

/* przycisk rezerwacji pod wiadomością czatu */
.ukchat__cta {
  margin-top: 6px; align-self: flex-start;
  border: 0; border-radius: 999px; cursor: pointer;
  background: var(--gold); color: var(--white);
  font-family: inherit; font-size: 13.5px; font-weight: 600;
  padding: 9px 18px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ukchat__cta:hover { background: var(--gold-dark); transform: translateY(-1px); }

/* czat: scroll tylko wewnątrz + potwierdzenie zamknięcia */
.ukchat, .ukchat__msgs, .ukchat__intro { overscroll-behavior: contain; }
@media (max-width: 520px) {
  html.has-ukchat-open, html.has-ukchat-open body { overflow: hidden; }
}
.ukchat__confirm {
  position: absolute; inset: 0; z-index: 5;
  background: rgba(8, 21, 39, 0.45); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.ukchat__confirm[hidden] { display: none !important; }
.ukchat__confirm-card {
  background: var(--white); border-radius: 18px; padding: 20px;
  display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 280px;
  box-shadow: 0 20px 60px rgba(8, 21, 39, 0.35); text-align: center;
}
.ukchat__confirm-card strong { font-size: 16px; color: var(--ink); margin-bottom: 4px; }
.ukchat__confirm-card .btn { display: flex; flex-direction: column; gap: 1px; padding: 10px 16px; font-size: 14px; }
.ukchat__confirm-card .btn span { font-size: 11px; font-weight: 400; opacity: 0.75; text-transform: none; letter-spacing: 0; }
.ukchat__confirm-cancel {
  border: 0; background: none; cursor: pointer; font-family: inherit;
  font-size: 12.5px; color: var(--ink-soft); text-decoration: underline; padding: 4px;
}

/* ===== czat v2: szapka z monogramem, powitanie, animacje ===== */
.ukchat { animation: ukchatIn 0.32s cubic-bezier(0.2, 0.9, 0.3, 1.15); transform-origin: 100% 100%; }
@keyframes ukchatIn { from { opacity: 0; transform: translateY(18px) scale(0.92); } to { opacity: 1; transform: none; } }
.ukchat.is-closing { animation: ukchatOut 0.25s ease forwards; }
@keyframes ukchatOut { to { opacity: 0; transform: translateY(14px) scale(0.94); } }

.ukchat__head { align-items: center; }
.ukchat__head-id { display: flex; align-items: center; gap: 12px; min-width: 0; }
.ukchat__ava {
  flex: none; width: 44px; height: 44px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
}
.ukchat__ava img { width: 26px; height: auto; }
.ukchat__status { display: flex; align-items: center; gap: 6px; }
.ukchat__status i {
  width: 8px; height: 8px; border-radius: 50%; background: #8B97A5; flex: none;
}
.ukchat__status i.is-on { background: #3FBF7F; animation: ukchatPulse 2.2s ease-in-out infinite; }
@keyframes ukchatPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(63, 191, 127, 0.5); } 55% { box-shadow: 0 0 0 5px rgba(63, 191, 127, 0); } }

.ukchat__hello { display: flex; flex-direction: column; gap: 4px; padding-bottom: 2px; }
.ukchat__hello strong { font-size: 18px; letter-spacing: -0.01em; color: var(--ink); }
.ukchat__hello p { font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); margin: 0; }
.ukchat__intro > * { animation: ukchatRow 0.4s ease backwards; }
.ukchat__intro > *:nth-child(2) { animation-delay: 0.06s; }
.ukchat__intro > *:nth-child(3) { animation-delay: 0.12s; }
.ukchat__intro > *:nth-child(4) { animation-delay: 0.18s; }
.ukchat__intro > *:nth-child(5) { animation-delay: 0.24s; }
@keyframes ukchatRow { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.ukchat__msg { animation: ukchatMsg 0.3s ease backwards; }
@keyframes ukchatMsg { from { opacity: 0; transform: translateY(8px) scale(0.98); } to { opacity: 1; transform: none; } }
.ukchat__msg.is-welcome .ukchat__bubble { background: var(--white); }
.ukchat__cta { animation: ukchatCta 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.3) 0.15s backwards; }
@keyframes ukchatCta { from { opacity: 0; transform: translateY(6px) scale(0.9); } to { opacity: 1; transform: none; } }
.ukchat-fab__badge.is-pop { animation: ukchatBadge 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.4); }
@keyframes ukchatBadge { from { transform: scale(0); } to { transform: scale(1); } }

.ukchat__typing {
  align-self: flex-start; display: flex; gap: 5px; padding: 13px 16px;
  background: var(--white); border-radius: 16px 16px 16px 5px;
  box-shadow: 0 2px 8px rgba(8, 21, 39, 0.06);
  animation: ukchatMsg 0.25s ease;
}
.ukchat__typing span {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold-soft);
  animation: ukchatDot 1.2s ease-in-out infinite;
}
.ukchat__typing span:nth-child(2) { animation-delay: 0.15s; }
.ukchat__typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes ukchatDot { 0%, 60%, 100% { transform: translateY(0); opacity: 0.5; } 30% { transform: translateY(-5px); opacity: 1; } }

.ukchat__composer textarea { transition: height 0.15s ease; }
.ukchat__send { transition: background 0.2s ease, transform 0.2s ease; }
.ukchat__send:active { transform: scale(0.92); }

@media (prefers-reduced-motion: reduce) {
  .ukchat, .ukchat.is-closing, .ukchat__intro > *, .ukchat__msg, .ukchat__cta,
  .ukchat__typing, .ukchat__typing span, .ukchat__status i.is-on, .ukchat-fab__badge.is-pop { animation: none; }
}

/* natychmiastowy rendering własnych wiadomości */
.ukchat__composer textarea { transition: none; }
.ukchat__msg.is-pending .ukchat__bubble { opacity: 0.85; }

/* .ukchat__head span{display:block} łapał też awatar — wracamy do flexa */
.ukchat__head span.ukchat__ava { display: flex; align-items: center; justify-content: center; }

/* krok kontaktu: okno dopasowane do treści, nie pełna wysokość czatu */
.ukchat.is-intro { height: auto; max-height: calc(100dvh - 120px); }
.ukchat.is-intro .ukchat__body { flex: none; }
@media (max-width: 700px) {
  .ukchat.is-intro { height: auto; max-height: 92dvh; }
}

/* mobil: czat i kreator wjeżdżają od dołu jak arkusz */
@keyframes sheetIn { from { transform: translateY(100%); } to { transform: none; } }
@keyframes sheetOut { to { transform: translateY(100%); } }
@media (max-width: 700px) {
  .ukchat { animation: sheetIn 0.35s cubic-bezier(0.2, 0.9, 0.3, 1); }
  .ukchat.is-closing { animation: sheetOut 0.25s ease forwards; }
  .booking-modal.is-open .booking-modal__dialog { animation: sheetIn 0.35s cubic-bezier(0.2, 0.9, 0.3, 1); }
}
@media (prefers-reduced-motion: reduce) {
  .ukchat, .ukchat.is-closing, .booking-modal.is-open .booking-modal__dialog { animation: none; }
}

/* ===== przycisk czatu w docku (mobil) ===== */
.ukchat-dock-btn {
  position: relative; flex: none; width: 46px; height: 46px;
  border: 0; border-radius: 50%; cursor: pointer;
  background: var(--gold); color: var(--white);
  display: none; align-items: center; justify-content: center;
  transition: background 0.2s ease;
}
.ukchat-dock-btn:hover { background: var(--gold-dark); }
.ukchat-dock-btn svg { width: 22px; height: 22px; }
.ukchat-dock-btn { display: flex; }
/* dock widoczny → pływający bąbelek i dymek znikają, wejściem jest dock */
body:has(.dock:not(.is-hidden)) .ukchat-fab,
body:has(.dock:not(.is-hidden)) .ukchat-teaser {
  opacity: 0; pointer-events: none; transition: opacity 0.25s ease;
}
