@font-face {
  font-family: Nunito Variablefont Wght;
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --tlo: #f9f7f9;
  --granat_text: #0c1667;
  --orange: #fd5900;
  --gap: 12px;
  --rogi: 12px;
  --zanaczenie: #6a56df;
  --lila: #f1eefb;
  --szary: #979797;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35em;
}

h5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
}

strong {
  font-size: 16px;
  font-weight: 700;
}

.hero {
  background-color: var(--tlo);
  background-image: url('../images/hero.png');
  background-position: calc(100% + 100px) 50%;
  background-repeat: no-repeat;
  background-size: 1014px;
  background-attachment: scroll;
  border-radius: 25px 25px 0 0;
  justify-content: space-between;
  align-items: stretch;
  min-width: 357px;
  min-height: 357px;
  padding: 20px 29px;
  display: flex;
}

.content1 {
  max-width: 1100px;
  color: var(--granat_text);
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Variablefont Wght, Trebuchet MS, sans-serif;
  display: block;
  box-shadow: 0 0 15px #0000001a;
}

.prawa_hero {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 300px;
  display: flex;
}

.button_top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--orange);
  color: var(--tlo);
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 0 5px #9993;
}

.buton_link {
  color: #fff;
  white-space: nowrap;
  overflow-wrap: normal;
  font-family: Nunito Variablefont Wght, Trebuchet MS, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.srodek {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 29px 29px;
  display: flex;
}

.text-span {
  color: var(--orange);
}

.bold {
  font-weight: 700;
}

.div-block {
  max-width: 75%;
}

.heading {
  font-weight: 800;
}

.div-block-2 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  max-width: 720px;
  display: flex;
}

.ramka {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--rogi);
  opacity: 1;
  filter: drop-shadow(0 0 9px #ffffffb3);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #f1effb47;
  border: 1px solid #dbdbdb;
  justify-content: center;
  min-height: 72px;
  padding: 12px 16px 8px;
  display: flex;
}

.ikona1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #0000000d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 16px;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  display: flex;
}

.benefit_title {
  white-space: nowrap;
  word-break: normal;
  font-size: 13px;
  line-height: 18px;
}

.div-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.paragraph {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.body {
  border: 1px solid #015df14f;
  border-bottom-color: #9eb5db4f;
  font-size: 17px;
  line-height: 26px;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.ikona2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fce3e0;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 16px;
  display: flex;
}

.ikona3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #cdc5f573;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 16px;
  display: flex;
}

.code-embed-2 {
  padding-top: 5px;
}

.logo {
  width: 50px;
  height: 50px;
}

.flex-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.logo_nazwa {
  font-size: 16px;
  font-weight: 800;
  line-height: 15px;
}

.logo_klejm {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}

.div-block-6 {
  border-radius: var(--rogi);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fef3f0c4;
  border: 1px solid #f7e9e7d4;
  max-width: 250px;
}

.ramka_mala {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 11px;
}

.ramka_header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.ramka_nagl {
  font-size: 14px;
  line-height: 20px;
}

.text-block {
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
}

.zaznaczenie {
  color: var(--zanaczenie);
}

.div-block-7 {
  border: 1px solid var(--lila);
  border-radius: var(--rogi);
  min-width: 450px;
  padding: 0 20px 20px;
}

.zgloszenie {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #ddddeb;
  margin-bottom: 9px;
  display: flex;
}

.div-block-9 {
  flex: 1;
}

.ikona_numery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  color: var(--zanaczenie);
  text-align: left;
  background-color: #0000000d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 900;
  display: flex;
}

.div-block-10 {
  max-width: 10%;
  padding-top: 11px;
  padding-left: 8px;
  padding-right: 8px;
}

.heading-3 {
  color: var(--zanaczenie);
  margin-top: 3px;
  margin-bottom: 3px;
}

.code-embed-3 {
  color: var(--zanaczenie);
}

.jak_wyglada {
  font-size: 15px;
  line-height: 20px;
}

.lewa_hero {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 300px;
  display: flex;
}

.lewa_srodek {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.text-span-2 {
  font-weight: 700;
}

.heading-4 {
  margin-bottom: 20px;
  font-size: 24px;
}

.ramka_mala2 {
  border-radius: var(--rogi);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fef3f0c4;
  border: 1px solid #f7e9e7d4;
}

.ikona_star {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 66px;
  min-width: 66px;
  height: 66px;
  color: var(--orange);
  text-align: left;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.pismo {
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 27px;
}

.flex-block-2 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
}

.text-span-3 {
  color: var(--orange);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 28px;
}

.text-field {
  border-radius: var(--gap);
  margin-top: 10px;
  padding-right: 45px;
  position: static;
}

.text-field.srednie {
  width: 33%;
}

.div-block-11 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  display: flex;
}

.form_helper {
  color: var(--szary);
  margin-top: -3px;
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 13px;
  line-height: 17px;
}

.srednie {
  width: 66%;
  margin-top: 10px;
}

.form_helper-2 {
  color: var(--szary);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 17px;
}

.textarea {
  border-radius: var(--rogi);
  margin-top: 10px;
}

.checkbox {
  margin-top: 20px;
  margin-left: -10px;
}

.submit-button {
  border-radius: var(--rogi);
  background-color: var(--zanaczenie);
  width: 100%;
  font-weight: 700;
}

.form_helper-3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 13px;
  line-height: 17px;
}

.text-span-4 {
  font-weight: 700;
}

.div-block-12 {
  position: relative;
}

.div-block-13 {
  width: 20px;
  height: 20px;
  color: var(--szary);
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}

.day_container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-size: 38px;
}

.bold-text-2 {
  text-align: justify;
  font-weight: 400;
}

.paragraph-2 {
  text-align: justify;
  margin-top: 10px;
}

.text-span-5 {
  color: var(--zanaczenie);
  text-align: left;
  font-size: 19px;
  line-height: 35px;
}

.bold-text-3 {
  text-align: justify;
  font-size: 19px;
}

.heading-5 {
  font-size: 25px;
  line-height: 30px;
}

.heading-6 {
  line-height: 30px;
}

.way_container {
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  text-align: center;
  margin-top: 10px;
}

.div-block-14 {
  padding-left: 29px;
  padding-right: 29px;
}

.div-block-15 {
  margin-top: 40px;
  padding-left: 29px;
  padding-right: 29px;
}

.div-block-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.bold-text-4 {
  font-size: 25px;
}

.div-block-17 {
  height: 65px;
  color: var(--zanaczenie);
  justify-content: space-between;
  margin-right: 9px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  justify-content: space-between;
  display: flex;
}

.div-block-19 {
  border: var(--rogi) solid var(--lila);
  border-radius: var(--rogi);
  margin-left: 29px;
  margin-right: 29px;
  padding: 20px;
}

.div-block-20 {
  color: var(--granat_text);
  flex: 1;
}

.heading-7 {
  text-align: left;
  font-size: 23px;
  line-height: 35px;
}

.text-block-2 {
  font-size: 16px;
  line-height: 1.5em;
}

.div-block-21 {
  border: 1px solid var(--lila);
  border-radius: var(--rogi);
  width: 50%;
  min-height: 50px;
  padding: 15px;
  font-size: 15px;
}

.div-block-22 {
  border: 1px solid var(--lila);
  border-radius: var(--rogi);
  width: 50%;
  min-height: 50px;
}

.text-span-6 {
  color: var(--zanaczenie);
}

.div-block-23 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-24 {
  box-sizing: border-box;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 22px;
  display: flex;
}

.trust_logo_men {
  flex: 0 1 0;
  width: 280px;
}

.trust_logo_gov {
  width: 200px;
}

.image {
  flex: 0;
  width: 250px;
  max-height: 100%;
}

.div-block-25 {
  height: 70px;
  margin-top: 12px;
  margin-bottom: 15px;
  display: flex;
}

.code-embed-4 {
  color: var(--zanaczenie);
}

.div-block-26 {
  display: flex;
}

.text-span-7,
.text-span-8,
.text-span-9,
.text-span-10,
.text-span-11,
.text-block-3 {
  font-weight: 700;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--tlo);
  border-radius: 22px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 13px 5px #92c3d133;
}

.div-block-28 {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.div-block-29 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding: 7px 20px 20px;
  font-size: 16px;
  display: flex;
}

.code-embed-5 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-30 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--lila);
  border-radius: 18px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 28px 36px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-32 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 29px;
  padding-right: 33px;
  display: block;
}

.div-block-33 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-34 {
  color: #6a56df;
  background-color: #e4def6;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: flex;
}

.text-block-4 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15em;
}

.text-block-5 {
  color: var(--orange);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25em;
}

.div-block-35 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--rogi);
  background-color: var(--orange);
  height: 48px;
  color: var(--tlo);
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 800;
  display: flex;
}

.code-embed-6 {
  width: 38px;
  height: 38px;
}

.div-block-37 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  display: grid;
}

.div-block-38 {
  flex-flow: column;
  display: flex;
}

.kolumna_footer {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  font-size: 14px;
  line-height: 1.5em;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-40 {
  font-size: 14px;
  line-height: 1.5em;
}

.bold-text-5 {
  font-size: 15px;
  font-weight: 800;
}

.link {
  line-height: 1em;
}

.text-block-6 {
  font-size: 15px;
  font-weight: 700;
}

.div-block-41 {
  flex-flow: column;
  display: flex;
}

.div-block-42 {
  border-top: 1px solid var(--szary);
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.div-block-43 {
  font-size: 14px;
}

.div-block-44 {
  align-items: flex-end;
  font-size: 14px;
  display: flex;
}

.div-block-45 {
  height: 20px;
  padding: 2px;
  display: flex;
  overflow: visible;
}

.image-2 {
  vertical-align: baseline;
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50% 77%;
    background-size: 180%;
  }

  .srodek {
    flex-flow: column;
  }

  .div-block {
    max-width: 90%;
  }

  .body {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .lewa_srodek {
    max-width: 820px;
  }

  .div-block-23 {
    display: block;
  }

  .div-block-24 {
    flex-flow: column;
    height: auto;
  }

  .image {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50% 77%;
    background-size: 180%;
  }

  .srodek,
  .div-block-2 {
    flex-flow: column;
  }

  .div-block-7 {
    flex: 0 auto;
    align-self: auto;
  }

  .lewa_srodek {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 667px;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    flex: 0 45px;
    height: 100px;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .text-block-2 {
    line-height: 1.56em;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-24 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: inline-grid;
  }

  .trust_logo_men {
    width: auto;
  }

  .div-block-26 {
    flex-flow: column;
  }

  .div-block-30 {
    text-align: center;
    flex-flow: column;
  }

  .text-block-5 {
    width: 100%;
  }

  .div-block-37 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    text-align: left;
    background-position: 50% 100%;
    background-size: 150%;
    flex-flow: column-reverse;
  }

  .prawa_hero {
    justify-content: space-between;
    align-items: center;
  }


  .button_top {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: center;
  }

  .srodek {
    flex-flow: column;
  }

  .flex-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lewa_hero {
    flex-flow: column;
  }

  .checkbox {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    vertical-align: sub;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 65px;
    display: inline-block;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-7 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .div-block-24 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .div-block-26 {
    flex-flow: column;
  }

  .div-block-30 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
  }

  .div-block-37 {
    grid-template-columns: 1.5fr;
    align-content: stretch;
  }

  .kolumna_footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .div-block-39 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: auto;
  }

  .div-block-46 {
    overflow: visible;
  }

  .checkbox-field {
    flex-flow: row;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .code-embed-7 {
    width: 65px;
    height: 65px;
  }

  .div-block-2 {
    margin-top: 154px;
  }

  .content1 {
    margin-top: 0px;
  }
}


@font-face {
  font-family: 'Nunito Variablefont Wght';
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

/* === Booking modal - wybór terminu spotkania === */
.booking-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 22, 103, 0.38);
  backdrop-filter: blur(8px);
}

.booking-modal-overlay.is-open {
  display: flex;
}

.booking-modal {
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(12, 22, 103, 0.22);
  color: #0c1667;
}

.booking-modal__inner {
  padding: 32px;
}

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

.booking-modal__title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0c1667;
}

.booking-modal__lead {
  margin: 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.45;
  color: #697093;
}

.booking-modal__close {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #0c1667;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-date-nav {
  display: grid;
  grid-template-columns: 56px 1fr 1fr 1fr 56px;
  gap: 12px;
  margin-bottom: 28px;
}

.booking-date-nav__arrow,
.booking-date-nav__day {
  border: 1px solid #e3def6;
  border-radius: 14px;
  background: #fff;
  color: #0c1667;
  min-height: 76px;
  cursor: pointer;
}

.booking-date-nav__arrow {
  font-size: 42px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-date-nav__day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
}

.booking-date-nav__day span {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 22px;
}

.booking-date-nav__day.is-active {
  color: #fff;
  border-color: #6a56df;
  background: linear-gradient(135deg, #6a56df 0%, #4f36d7 100%);
  box-shadow: 0 12px 28px rgba(106, 86, 223, 0.28);
}

.booking-current-day {
  margin-bottom: 16px;
}

.booking-current-day h3 {
  margin: 0 0 6px;
  color: #0c1667;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.booking-current-day p {
  margin: 0;
  color: #697093;
  font-size: 18px;
}

.booking-slots {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-slot {
  width: 100%;
  min-height: 62px;
  border: 1px solid #e3def6;
  border-radius: 13px;
  background: #fff;
  color: #0c1667;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto 28px;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  text-align: left;
}

.booking-slot__time {
  color: #7c8198;
  font-size: 17px;
}

.booking-slot__time strong {
  color: #0c1667;
  font-weight: 900;
}

.booking-slot__status {
  color: #6a56df;
  font-size: 17px;
  font-weight: 800;
}

.booking-slot__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c1667;
}

.booking-slot.is-selected {
  border-color: #4f36d7;
  background: linear-gradient(135deg, #6a56df 0%, #4f36d7 100%);
  color: #fff;
}

.booking-slot.is-selected .booking-slot__time,
.booking-slot.is-selected .booking-slot__time strong,
.booking-slot.is-selected .booking-slot__status,
.booking-slot.is-selected .booking-slot__icon {
  color: #fff;
}

.booking-slot.is-disabled {
  cursor: not-allowed;
  background: #f4f3f8;
  color: #8f94aa;
}

.booking-slot.is-disabled .booking-slot__time,
.booking-slot.is-disabled .booking-slot__time strong,
.booking-slot.is-disabled .booking-slot__status,
.booking-slot.is-disabled .booking-slot__icon {
  color: #8f94aa;
}

.booking-info {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 22px 0;
  padding: 20px;
  border-radius: 16px;
  background: #f4f1ff;
}

.booking-info__icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  color: #6a56df;
  background: #ebe6ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-info strong {
  display: block;
  margin-bottom: 6px;
  color: #0c1667;
  font-size: 17px;
}

.booking-info p {
  margin: 0;
  color: #697093;
  font-size: 16px;
  line-height: 1.45;
}

.booking-summary {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #fbfaff;
  box-shadow: 0 -8px 30px rgba(12, 22, 103, 0.06);
}

.booking-summary__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ebe6ff;
  color: #6a56df;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-summary__label {
  margin: 0 0 4px;
  font-weight: 900;
  font-size: 16px;
  color: #0c1667;
}

.booking-summary__date {
  margin: 0 0 8px;
  color: #6a56df;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
}

.booking-summary__place {
  margin: 0 0 20px;
  color: #697093;
  font-size: 16px;
  line-height: 1.45;
}

.booking-confirm {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 12px;
  background: #ff5d00;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(255, 93, 0, 0.22);
}

.booking-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 20px 10px 0;
  color: #7c8198;
  font-size: 15px;
  line-height: 1.45;
}

.booking-note svg {
  min-width: 20px;
  margin-top: 2px;
}

#Data-i-godzina-spotkania {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .booking-modal-overlay {
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    background: rgba(12, 22, 103, 0.18);
  }

  .booking-modal {
    width: 100%;
    max-height: none;
    min-height: 100vh;
    border-radius: 0;
  }

  .booking-modal__inner {
    padding: 28px 20px 32px;
  }

  .booking-modal__title {
    font-size: 30px;
  }

  .booking-modal__lead {
    font-size: 17px;
  }

  .booking-date-nav {
    grid-template-columns: 48px 1fr 1fr 1fr 48px;
    gap: 8px;
  }

  .booking-date-nav__arrow,
  .booking-date-nav__day {
    min-height: 64px;
    border-radius: 12px;
  }

  .booking-date-nav__arrow {
    font-size: 34px;
  }

  .booking-date-nav__day,
  .booking-date-nav__day span {
    font-size: 18px;
  }

  .booking-current-day h3 {
    font-size: 26px;
  }

  .booking-current-day p {
    font-size: 17px;
  }

  .booking-slot {
    min-height: 58px;
    padding: 12px 14px;
  }

  .booking-slot__time,
  .booking-slot__status {
    font-size: 16px;
  }

  .booking-info {
    padding: 18px;
  }

  .booking-summary {
    grid-template-columns: 50px 1fr;
    padding: 22px 18px;
  }

  .booking-summary__icon {
    width: 50px;
    height: 50px;
  }

  .booking-summary__date {
    font-size: 23px;
  }
}

@media screen and (max-width: 420px) {
  .booking-date-nav {
    grid-template-columns: 42px 1fr 1fr 1fr 42px;
  }


  .booking-date-nav__day,
  .booking-date-nav__day span {
    font-size: 16px;
  }

  .booking-modal__title {
    font-size: 27px;
  }
}

/* === Booking modal poprawki UX: loader + rezerwacja w slocie === */
.booking-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  gap: 18px;
  color: #697093;
}

.booking-loading__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 34px;
}

.booking-loading__dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6a56df;
  animation: bookingDotBounce 0.9s infinite ease-in-out;
}

.booking-loading__dots span:nth-child(2) {
  animation-delay: 0.12s;
}

.booking-loading__dots span:nth-child(3) {
  animation-delay: 0.24s;
}

.booking-loading__dots span:nth-child(4) {
  animation-delay: 0.36s;
}

.booking-loading__text {
  font-size: 16px;
  font-weight: 800;
  color: #0c1667;
}

@keyframes bookingDotBounce {

  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: .45;
  }

  40% {
    transform: translateY(-12px);
    opacity: 1;
  }
}

.booking-empty,
.booking-error {
  padding: 20px 0;
  color: #7c8198;
  font-size: 16px;
  line-height: 1.45;
}

.booking-error {
  color: #c62828;
}

.booking-slot {
  overflow: hidden;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.booking-slot:hover:not(.is-disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(12, 22, 103, 0.08);
}

.booking-slot__reserve {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  overflow: hidden;
  transition: max-height .24s ease, opacity .2s ease, transform .24s ease, margin-top .24s ease;
}

.booking-slot.is-selected .booking-slot__reserve {
  max-height: 54px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 10px;
}

.booking-slot__reserve span {
  min-width: 150px;
  height: 44px;
  padding: 0 22px;
  border-radius: 12px;
  background: #ff5d00;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(255, 93, 0, 0.25);
}

.booking-slot.is-selected {
  align-items: center;
}

.booking-modal .booking-info,
.booking-modal .booking-summary,
.booking-modal .booking-note {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .booking-loading {
    min-height: 320px;
  }

  .booking-slot__reserve {
    justify-content: stretch;
  }

  .booking-slot__reserve span {
    width: 100%;
  }
}

/* === Modal rekrutacji v2: przycisk pod wybranym slotem === */
.booking-slot-reserve-button {
  width: 100%;
  border: 0;
  border-radius: 13px;
  min-height: 52px;
  padding: 14px 18px;
  background: #ff5d00;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(255, 93, 0, 0.22);
  animation: bookingReserveSlide .22s ease-out both;
  text-align: center;
}

.booking-slot-reserve-button:hover {
  filter: brightness(.98);
  transform: translateY(-1px);
}

@keyframes bookingReserveSlide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.booking-slot.is-call-required .booking-slot__status {
  color: #ff5d00;
}

.booking-slot.is-call-required .booking-slot__icon {
  color: #ff5d00;
}

.booking-slot__reserve {
  display: none !important;
}

/* === Mobile overflow + booking modal fixes === */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  /* height: auto; */
}

/* === Dynamiczne podziękowanie po rezerwacji === */
.w-form-done {
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  text-align: left !important;
}

.thanks-panel,
.thanks-panel * {
  box-sizing: border-box;
}

.thanks-panel {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1a1740;
  font-family: 'Nunito Variablefont Wght', Nunito, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.thanks-confirm-hd {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.thanks-check-wrap {
  position: relative;
  flex-shrink: 0;
}

.thanks-check-circle {
  width: 74px;
  height: 74px;
  border: 3px solid #4ade80;
  border-radius: 50%;
  background: linear-gradient(145deg, #dcfce7 0%, #bbf7d0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks-dot {
  position: absolute;
  border-radius: 50%;
}

.thanks-dot-1 {
  width: 9px;
  height: 9px;
  background: #fb923c;
  top: -4px;
  right: 4px;
}

.thanks-dot-2 {
  width: 7px;
  height: 7px;
  background: #a78bfa;
  top: 12px;
  right: -8px;
}

.thanks-dot-3 {
  width: 8px;
  height: 8px;
  background: #34d399;
  bottom: 2px;
  left: -6px;
}

.thanks-dot-4 {
  width: 6px;
  height: 6px;
  background: #fbbf24;
  bottom: 14px;
  left: -12px;
}

.thanks-confirm-hd h3 {
  color: #1a1740 !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  margin: 0 0 8px !important;
}

.thanks-confirm-hd p {
  margin: 0;
  color: #78788c;
  font-size: 13.5px;
  line-height: 1.55;
}

.thanks-data-row {
  display: grid;
  gap: 11px;
  margin-bottom: 11px;
}

.thanks-data-row-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thanks-data-row-b {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr) minmax(112px, .9fr);
}

.thanks-data-card {
  min-width: 0;
  border: 1.5px solid #ede9fe;
  border-radius: 14px;
  background: #f8f7fe;
  padding: 13px 15px;
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.thanks-card-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks-card-icon svg {
  width: 18px;
  height: 18px;
}

.thanks-ic-gray {
  background: #f3f4f6;
  color: #6b7280;
}

.thanks-ic-orange {
  background: #fff7ed;
  color: #f97316;
}

.thanks-ic-green {
  background: #f0fdf4;
  color: #16a34a;
}

.thanks-ic-blue {
  background: #eff6ff;
  color: #2563eb;
}

.thanks-card-body {
  min-width: 0;
}

.thanks-card-body label {
  display: block;
  margin-bottom: 3px;
  color: #9ca3b0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .01em;
}

.thanks-card-body strong {
  display: block;
  color: #1a1740 !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere;
}

.thanks-termin-card {
  background: #fff8f2;
  border-color: #fde0c8;
}

.thanks-termin-date {
  color: #1a1740;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 5px;
}

.thanks-termin-time {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f97316;
  font-size: 13.5px;
  font-weight: 800;
}

.thanks-cal-card {
  min-height: 80px;
  border: 2px solid #e0d9ff;
  border-radius: 14px;
  background: #fff;
  color: #6c5ce7;
  text-decoration: none;
  text-align: center;
  padding: 13px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: all .18s;
}

.thanks-cal-card:hover {
  background: #f5f3ff;
  border-color: #a78bfa;
}

.thanks-cal-card span {
  color: #6c5ce7;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.3;
}

.thanks-countdown-wrap {
  border: 1.5px solid #ede9fe;
  border-radius: 16px;
  background: #f8f7fe;
  padding: 18px 22px;
  margin: 18px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.thanks-countdown-side {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #5b5ea6;
}

.thanks-countdown-side div {
  color: #78788c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.thanks-countdown-grid {
  display: flex;
  gap: 0;
  align-items: flex-end;
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.thanks-cnt-unit {
  text-align: center;
  flex: 1;
  min-width: 0;
}

.thanks-cnt-sep {
  color: #d1d5db;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  padding: 0 4px 18px;
}

.thanks-cnt-num {
  display: block;
  color: #1a1740;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.thanks-cnt-lbl {
  display: block;
  color: #9ca3b0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  margin-top: 5px;
}

.thanks-cancel-box,
.thanks-mail-warning {
  border: 1.5px solid #fde0c8;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff8f2 0%, #fff5ef 100%);
  padding: 18px 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.thanks-mail-warning {
  align-items: flex-start;
  margin: 14px 0;
}

.thanks-mail-warning p {
  margin: 4px 0 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
}

.thanks-cancel-phone-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: 2px solid #fde0c8;
  border-radius: 50%;
  background: #fff;
  color: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks-cancel-txt {
  flex: 1;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.65;
}

.thanks-cancel-txt strong {
  color: #1a1740;
  font-weight: 800;
}

.thanks-cancel-btn {
  border-radius: 14px;
  background: #f97316;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  transition: background .18s;
}

.thanks-cancel-btn:hover {
  background: #ea6c0a;
}

.thanks-cancel-btn span {
  display: flex;
  flex-direction: column;
}

.thanks-cancel-btn strong {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  white-space: nowrap;
}

.thanks-cancel-btn small {
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  opacity: .92;
  white-space: nowrap;
}

.thanks-steps-panel {
  margin-top: 18px;
  border: 1px solid #ede9fe;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
}

.thanks-steps-panel h4 {
  margin: 0 0 16px;
  color: #1a1740;
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.thanks-step-item {
  display: flex;
}

.thanks-step-left {
  width: 34px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ede9fe;
  color: #6c5ce7;
  font-size: 13px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks-step-line {
  width: 2px;
  flex: 1;
  min-height: 18px;
  background: repeating-linear-gradient(to bottom, #c4b5fd 0, #c4b5fd 5px, transparent 5px, transparent 11px);
  margin: 3px 0;
}

.thanks-step-body {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 0 0 18px 12px;
}

.thanks-step-item:last-child .thanks-step-body {
  padding-bottom: 0;
}

.thanks-step-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #f3f0ff;
  color: #6c5ce7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks-step-body strong {
  display: block;
  color: #1a1740 !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.3;
  margin-bottom: 3px;
}

.thanks-step-body p {
  margin: 0;
  color: #78788c;
  font-size: 12.5px;
  line-height: 1.55;
}

.thanks-footer {
  color: #78788c;
  font-size: 13.5px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 18px;
}

@media (max-width: 767px) {
  .thanks-confirm-hd {
    gap: 14px;
    margin-bottom: 20px;
  }

  .thanks-check-circle {
    width: 58px;
    height: 58px;
  }

  .thanks-confirm-hd h3 {
    font-size: 22px !important;
  }

  .thanks-data-row-3,
  .thanks-data-row-b {
    grid-template-columns: 1fr;
  }

  .thanks-countdown-wrap {
    padding: 16px 12px;
    gap: 10px;
  }

  .thanks-countdown-side {
    display: none;
  }

  .thanks-cnt-num {
    font-size: 31px;
  }

  .thanks-cnt-sep {
    font-size: 24px;
    padding: 0 2px 17px;
  }

  .thanks-cancel-box {
    flex-direction: column;
    align-items: stretch;
  }

  .thanks-cancel-phone-icon {
    align-self: flex-start;
  }

  .thanks-cancel-btn {
    justify-content: center;
    width: 100%;
  }
}

.hero,
.srodek,
.prawa_hero,
.lewa_hero,
.lewa_srodek,
.prawa_srodek,
.zgloszenie,
.div-block-7,
.success-panel,
.booking-date-wrap,
.booking-slots,
.booking-slot,
.booking-slot-reserve-button {
  max-width: 100%;
}

.hero,
.srodek,
.zgloszenie,
.booking-modal-overlay,
.booking-modal,
.booking-modal__inner {
  overflow-x: hidden;
}

.prawa_hero,
.lewa_hero,
.lewa_srodek,
.prawa_srodek,
.div-block-7,
.div-block-11,
.success-detail,
.success-appointment,
.booking-date-nav,
.booking-date-nav__day,
.booking-slot,
.booking-slot>*,
.booking-slot-reserve-button {
  min-width: 0;
}

@media (min-width: 992px) {
  .srodek {
    align-items: stretch;
  }

  .lewa_srodek {
    flex: 0 0 450px !important;
    width: 450px !important;
    max-width: 450px !important;
  }

  .zgloszenie {
    flex: 1 1 0 !important;
    min-width: 450px !important;
  }

  .srodek>.lewa_srodek>.div-block-7,
  .srodek>.zgloszenie>.div-block-7 {
    min-width: 450px !important;
  }
}

.booking-modal-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.booking-modal {
  width: min(720px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 16px auto;
}

.booking-modal__inner {
  width: 100%;
  max-width: 100%;
}

.booking-date-nav {
  width: 100%;
  max-width: 100%;
}

.booking-slot {
  width: 100%;
  max-width: 100%;
}

.booking-slot-reserve-button {
  width: 100%;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1000px) {

  .hero_limit_card,
  .hero_seats_card,
  .places_card,
  .hero .limit-card,
  [data-mobile-hide="limit-card"],
  .mobile-hide-limit-card {
    display: none !important;
  }

  .hero {
    background-position: 30% 57%;
    background-size: 120%;
  }
}

@media (max-width: 767px) {

  body.body,
  html,
  body {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden;
  }


  .content1,
  .hero,
  .srodek,
  .zgloszenie,
  .section_home_education,
  .home_education_container,
  .footer,
  .div-block-7,
  .div-block-11,
  .div-block-12,
  .div-block-24,
  .div-block-28,
  .div-block-46 {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .content1 {
    width: 100%;
    min-width: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .hero {
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;

  }

  .prawa_hero,
  .lewa_hero {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .div-block-11 {
    flex-wrap: wrap;
  }

  .text-field,
  .textarea,
  .w-input,
  .w-select,
  .srednie {
    max-width: 100%;
    min-width: 0;
  }

  .booking-modal-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    height: 100svh;
    padding: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .booking-modal {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    min-height: 0;
    max-height: calc(100dvh - 24px);
    max-height: calc(100svh - 24px);
    margin: 12px auto;
    border-radius: 22px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .booking-modal__inner {
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    overflow-x: hidden;
  }

  .booking-modal__header {
    gap: 12px;
  }

  .booking-modal__title {
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .booking-modal__lead {
    font-size: 17px;
    line-height: 1.35;
  }

  .booking-date-nav {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 48px;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }

  .booking-date-nav__arrow,
  .booking-date-nav__day {
    min-width: 0;
    width: 100%;
    padding: 12px 8px;
  }

  .booking-slot {
    grid-template-columns: minmax(0, 1fr) auto 28px;
    width: 100%;
    max-width: 100%;
  }

  .booking-slot__time,
  .booking-slot__status {
    min-width: 0;
  }

  .booking-slot-reserve-button {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.2;
    padding: 18px 16px;
    white-space: normal;
    text-align: center;
  }

  .success-panel {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 390px) {
  .booking-date-nav {
    grid-template-columns: 40px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 40px;
    gap: 6px;
  }

  .hero {
    background-position: 50% 80%;
    background-size: 900px;
  }

  .booking-date-nav__arrow,
  .booking-date-nav__day {
    padding-left: 6px;
    padding-right: 6px;
  }

  .booking-date-nav__day,
  .booking-date-nav__day span {
    font-size: 15px;
  }

  .booking-slot {
    grid-template-columns: minmax(0, 1fr) 28px;
  }

  .booking-slot__status {
    grid-column: 1 / -1;
  }
}

/* === Mobile QA fixes: modal scale, logos, form fields === */
.div-block-24 {
  align-items: center;
}

.div-block-24 img,
.trust_logo_men,
.trust_logo_gov,
.div-block-24 .image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  flex: 0 1 auto;
}

@media (max-width: 767px) {
  .booking-modal-overlay {
    padding: 12px;
    align-items: flex-start;
    justify-content: center;
    height: 100dvh;
    height: 100svh;
  }

  .booking-modal {
    width: 100%;
    max-width: 100%;
    max-height: calc(100dvh - 24px);
    max-height: calc(100svh - 24px);
    margin: 0 auto;
    transform: none;
    zoom: 1;
  }

  .booking-modal__inner {
    padding: 20px 14px;
  }

  .booking-modal__title {
    font-size: 26px;
  }

  .booking-modal__lead {
    font-size: 15px;
  }

  .booking-date-nav {
    grid-template-columns: 36px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 36px;
    gap: 6px;
  }

  .booking-date-nav__arrow,
  .booking-date-nav__day {
    min-height: 54px;
    padding: 8px 4px;
  }

  .booking-date-nav__arrow {
    font-size: 28px;
  }

  .booking-date-nav__day,
  .booking-date-nav__day span {
    font-size: 14px;
  }

  .booking-current-day h3 {
    font-size: 22px;
  }

  .booking-current-day p {
    font-size: 15px;
  }

  .booking-slot {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 8px;
    padding: 11px 12px;
  }

  .booking-slot__status {
    grid-column: 1 / -1;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  #Nr_Telefonu,
  #email,
  #Imi-dziecka,
  #field,
  .text-field.srednie,
  .srednie {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto;
  }

  .div-block-24 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 14px;
  }

  .div-block-24 img,
  .trust_logo_men,
  .trust_logo_gov,
  .div-block-24 .image {
    width: auto !important;
    max-width: 260px !important;
    height: auto !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 767px) {
  body.body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content1,
  .hero,
  .div-block-2,
  .srodek,
  .zgloszenie,
  .lewa_srodek,
  .prawa_srodek,
  .section_home_education,
  .div-block-18,
  .div-block-20,
  .div-block-21,
  .div-block-26,
  .div-block-27,
  .div-block-29,
  .div-block-30,
  .div-block-37,
  .footer,
  .top-contact-bar,
  .newsletter-popup {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }

  .div-block-7,
  .div-block-14,
  .div-block-15,
  .section_home_education,
  .home_education_card,
  .footer,
  .top-contact-bar__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .hero,
  .srodek,
  .zgloszenie,
  .lewa_srodek,
  .prawa_srodek,
  .div-block-18,
  .div-block-20,
  .div-block-21,
  .div-block-26,
  .div-block-27,
  .div-block-28,
  .div-block-29,
  .div-block-30,
  .div-block-37 {
    min-width: 0 !important;
  }

  .div-block-28 img,
  .div-block-46 img,
  .campus-photo,
  .image,
  .image-2 {
    display: block;
    max-width: 100% !important;
    height: auto !important;
  }
}

/* === Booking modal horizontal pan lock === */
html.booking-modal-open,
body.booking-modal-open {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  overscroll-behavior-x: none;
}

.booking-modal-overlay.is-open {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: contain;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

.booking-modal-overlay.is-open .booking-modal {
  box-sizing: border-box;
  overflow-x: clip !important;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  contain: layout paint;
}

.booking-modal-overlay.is-open .booking-modal__inner,
.booking-modal-overlay.is-open .booking-modal__header,
.booking-modal-overlay.is-open .booking-date-nav,
.booking-modal-overlay.is-open .booking-current-day,
.booking-modal-overlay.is-open .booking-slots,
.booking-modal-overlay.is-open .booking-slot,
.booking-modal-overlay.is-open .booking-slot-reserve-button,
.booking-modal-overlay.is-open .booking-call-box {
  box-sizing: border-box;
  max-width: 100% !important;
  overflow-x: clip !important;
}

.booking-modal-overlay.is-open .booking-modal__title,
.booking-modal-overlay.is-open .booking-modal__lead,
.booking-modal-overlay.is-open .booking-slot__time,
.booking-modal-overlay.is-open .booking-slot__status,
.booking-modal-overlay.is-open .booking-slot-reserve-button {
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .booking-modal-overlay.is-open {
    box-sizing: border-box !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 12px !important;
    height: 100dvh !important;
    height: 100svh !important;
  }

  .booking-modal-overlay.is-open .booking-modal {
    inline-size: auto !important;
    width: 100% !important;
    max-inline-size: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: calc(100dvh - 24px) !important;
    max-height: calc(100svh - 24px) !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  .booking-modal-overlay.is-open .booking-modal__inner {
    inline-size: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .booking-modal-overlay.is-open .booking-date-nav {
    grid-template-columns: 34px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 34px !important;
    gap: 5px !important;
  }

  .booking-modal-overlay.is-open .booking-date-nav__arrow,
  .booking-modal-overlay.is-open .booking-date-nav__day {
    min-width: 0 !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .booking-modal-overlay.is-open .booking-slot {
    grid-template-columns: minmax(0, 1fr) minmax(82px, auto) 18px !important;
    gap: 6px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .booking-modal-overlay.is-open .booking-slot__status {
    grid-column: auto !important;
    white-space: nowrap;
  }

  .booking-modal-overlay.is-open .booking-slot__icon {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
  }

  .booking-modal-overlay.is-open .booking-slot__icon svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* iOS: font-size >= 16px zapobiega auto-zoom przy kliknięciu w input */
input,
select,
textarea,
.w-input,
.w-select,
.text-field {
  font-size: 16px !important;
}