body.bookables-landing-page > header,
body.bookables-landing-page > #flash {
  margin-bottom: 0;
}

.bookables-landing-page__hero {
  background-color: var(--color-ambient-bright);
}

.bookables-landing-page__hero-media {
  position: relative;
}

.bookables-landing-page__hero-media::after {
  content: "";
  position: absolute;
  inset: 75% 0 0;
  background: linear-gradient(transparent, var(--color-ambient-bright));
  pointer-events: none;
}

.bookables-landing-page__hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.bookables-landing-page__hero-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  margin-top: -28px;
  padding-bottom: 48px;
}

.bookables-landing-page__intro-content {
  text-align: center;
}

.bookables-landing-page__intro-content .hl-subtext h1 em {
  display: inline-block;
  max-width: 100%;
}

.bookables-landing-page__feedback-content,
.bookables-landing-page__info-grid,
.bookables-landing-page__benefits {
  font-size: 1.6rem;
  line-height: 1.5;
}

.bookables-landing-page__intro-content > p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.bookables-landing-page__hero .hl-subtext,
.bookables-landing-page__section .hl-subtext {
  margin-bottom: 30px;
}

.bookables-landing-page__section--benefits .hl-subtext {
  margin-bottom: 40px;
}

.bookables-landing-page__consultation {
  width: 100%;
  max-width: 350px;
  justify-self: center;
  align-self: center;
  scroll-margin-top: 80px;
}

.bookables-landing-page__consultation .paperCard .wrp {
  padding-inline: 20px;
  padding-bottom: 20px;
}

.bookables-landing-page__consultation h2 {
  margin: 15px 0 20px;
  color: var(--color-ambient-mint-dark);
  font-family: var(--font-primary);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.bookables-landing-page__consultation p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.bookables-landing-page__consultation .list-arrow li {
  margin-top: 10px;
  padding-top: 4px;
  font-weight: 700;
}

/* Keep the shared card's cord inside this full-width page. */
.bookables-landing-page__consultation .paperCard.-cord1RT .card::before {
  right: 0;
}

.bookables-landing-page__section {
  padding-block: 44px;
}

.bookables-landing-page__section--band {
  background-color: var(--color-surface-lightblue);
}

.bookables-landing-page__section--spacious {
  padding-block: 56px;
}

.bookables-landing-page__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bookables-landing-page__steps > li {
  padding: 6px 0 0 49px;
  background: url(https://assets-app.welocally.at/assets/num-badge-1-59181cf8ef5257aac313f5c85781f02f39c8abbb0b37f5d4a7b45439003f94e1.png) no-repeat left top / 40px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.bookables-landing-page__steps > li:nth-child(2) {
  background-image: url(https://assets-app.welocally.at/assets/num-badge-2-16abd716e6035dfb1df57b2a4c2dd122fb21c5b61619361ce0fb9866c6a58e34.png);
}

.bookables-landing-page__steps > li:nth-child(3) {
  background-image: url(https://assets-app.welocally.at/assets/num-badge-3-0e205f0fa38cba706d427dafe100d57c9eb344316d2b33f7a92b4b6ef4517e63.png);
}

.bookables-landing-page__steps h3,
.bookables-landing-page__info-grid h2,
.bookables-landing-page__feedback-content h3 {
  margin-bottom: 12px;
  font-family: var(--font-primary);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.bookables-landing-page__info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

.bookables-landing-page__info-grid p + p,
.bookables-landing-page__benefits p + p,
.bookables-landing-page__feedback-content p + p {
  margin-top: 20px;
}

.bookables-landing-page__info-grid .list-arrow {
  margin: 0;
  padding: 0;
}

.bookables-landing-page__info-grid .list-arrow > li:not(:last-child) {
  margin-bottom: 20px;
}

.bookables-landing-page__benefits {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.bookables-landing-page__illustration {
  display: block;
  width: min(100%, 449px);
  height: auto;
  justify-self: center;
}

.bookables-landing-page__feedback {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 32px;
}

.bookables-landing-page__speech-bubble {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  justify-self: center;
  margin: 0;
  padding: 24px 28px 56px;
  background: url(https://assets-app.welocally.at/assets/svg/speech-bubble-wide-7aaffa869f665be8b36ff59c7f3d0b08919b27332a8b1f2334a4ca9dc4642f5b.svg) no-repeat center / 100% 100%;
  color: var(--color-surface-white);
  text-align: left;
  text-shadow: 2px 2px var(--color-ambient-rosa-dark);
}

.bookables-landing-page__feedback-content > div + div {
  margin-top: 32px;
}

.bookables-landing-page__contact-list {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.bookables-landing-page__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.bookables-landing-page__buttons .btn-primary {
  max-width: 100%;
  margin: 0;
  line-height: 1.25;
}

.bookables-landing-page__button-action {
  white-space: nowrap;
}

.bookables-landing-page > main :is(h1, h2, h3, p, li) {
  overflow-wrap: break-word;
}

.bookables-landing-page > main :is(h2, h3)[id] {
  scroll-margin-top: 24px;
}

@media (min-width: 650px) {
  /* Preserve the woman's hands and phone above the fade. */
  .bookables-landing-page__hero-image {
    height: min(40vw, 672px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 35%;
       object-position: center 35%;
  }

  .bookables-landing-page__hero-intro {
    grid-template-columns: minmax(0, 55fr) minmax(0, 40fr);
    align-items: center;
    gap: 5%;
    margin-top: -56px;
    padding-bottom: 60px;
  }

  .bookables-landing-page__section {
    padding-block: 56px;
  }

  .bookables-landing-page__section--spacious {
    padding-block: 72px;
  }

  .bookables-landing-page__intro-content > p,
  .bookables-landing-page__feedback-content,
  .bookables-landing-page__info-grid,
  .bookables-landing-page__benefits,
  .bookables-landing-page__steps > li {
    font-size: 1.8rem;
  }

  .bookables-landing-page__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 12px;
  }

  /* Align descriptions with the tallest heading without fixed heights. */
  .bookables-landing-page__steps > li {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    padding: 52px 0 0;
  }

  .bookables-landing-page__steps h3 {
    margin-bottom: 0;
  }

  .bookables-landing-page__consultation h2,
  .bookables-landing-page__steps h3,
  .bookables-landing-page__info-grid h2,
  .bookables-landing-page__feedback-content h3 {
    font-size: 2rem;
  }

  .bookables-landing-page__info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 48px;
         column-gap: 48px;
  }

  .bookables-landing-page__benefits {
    grid-template-columns: minmax(0, 3fr) minmax(220px, 2fr);
  }

  .bookables-landing-page__feedback {
    grid-template-columns: minmax(240px, 2fr) minmax(0, 3fr);
    gap: 40px;
  }

  .bookables-landing-page__speech-bubble {
    width: min(100%, 360px);
    padding: 24px 20px 64px;
  }
}

@media (min-width: 980px) {
  .bookables-landing-page__hero-intro {
    grid-template-columns: minmax(0, 60fr) minmax(0, 35fr);
    margin-top: -104px;
  }

  .bookables-landing-page__consultation h2,
  .bookables-landing-page__steps h3,
  .bookables-landing-page__info-grid h2,
  .bookables-landing-page__feedback-content h3 {
    font-size: 2.2rem;
  }

  .bookables-landing-page__steps > li {
    padding: 6px 0 0 49px;
  }

  .bookables-landing-page__section--spacious {
    padding-block: 88px;
  }

  .bookables-landing-page__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bookables-landing-page__illustration {
    transform: translateY(-24px);
  }

  .bookables-landing-page__feedback {
    align-items: start;
  }

  .bookables-landing-page__feedback-content {
    padding-top: 32px;
  }

  .bookables-landing-page__benefits,
  .bookables-landing-page__feedback {
    gap: 48px;
  }
}
