/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
:root {
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --page-width: 88rem;
  --ink: #31495b;
  --ink-soft: #657b87;
  --sea: #4f8f99;
  --sea-dark: #44756f;
  --sand: #ead7bc;
  --peach: #efc7a8;
  --line: rgba(122, 151, 165, 0.28);
  --shadow-page: 0 14px 36px rgba(84, 99, 108, 0.16);
  --shadow-card: 0 8px 18px rgba(105, 118, 124, 0.14);
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    min-height: 100vh;
    font-family: var(--font-body);
    color: var(--ink);
    background: #ffffff;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
  }
}
.site-shell {
  min-height: 100vh;
  padding: clamp(1rem, 2vw, 1.75rem);
  display: flex;
  justify-content: center;
  background: #ffffff;
}
.page-layout {
  position: relative;
  width: min(var(--page-width), 100%);
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
  box-shadow: var(--shadow-page);
  overflow: hidden;
}
.page-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 0 2%, rgba(169, 208, 219, 0.42) 0%, rgba(169, 208, 219, 0) 18%), radial-gradient(circle at 100% 20%, rgba(248, 221, 200, 0.28) 0%, rgba(248, 221, 200, 0) 18%);
}
.page-section {
  position: relative;
  z-index: 1;
}
.page-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 28rem);
  align-items: start;
  min-height: 40rem;
  padding: 6rem;
  background: url("../img/header.png") bottom / cover;
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.32) 42%, rgba(255, 255, 255, 0.06) 100%);
  pointer-events: none;
}
.hero__content, .hero__aside {
  position: relative;
  z-index: 1;
}
.hero__content {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 1rem;
  max-width: 40rem;
  padding-top: 0.5rem;
}
.hero__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #547d83;
}
.hero__quote {
  margin: 0;
  display: grid;
  gap: 0.45rem;
}
.hero__quote-text {
  margin: 0;
  max-width: 20ch;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 4.9vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #2d4251;
  text-wrap: balance;
}
.hero__quote-author {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  color: rgba(49, 73, 91, 0.8);
}
.hero__intro {
  display: grid;
  gap: 0.55rem;
}
.hero__title {
  margin: 0;
  font-size: clamp(1.6rem, 2.25vw, 2.3rem);
  line-height: 1.2;
  font-weight: 700;
  color: #355160;
}
.hero__description {
  margin: 0;
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.35rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.9rem;
  border: 1.5px solid rgba(112, 136, 149, 0.7);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button--primary {
  color: #f8fcfb;
  background: var(--sea-dark);
  border-color: var(--sea-dark);
}
.button--secondary {
  color: #486071;
}
.hero__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
  font-weight: 600;
  color: #5d7380;
}
.hero__details li {
  position: relative;
}
.hero__details li + li::before {
  content: "•";
  position: absolute;
  left: -0.65rem;
  color: #7a96a0;
}
.hero__aside {
  display: flex;
  justify-content: flex-end;
  align-items: start;
}
.hero__portrait {
  width: min(28rem, 100%);
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(90, 111, 123, 0.18);
  background: #e9efef;
}
.hero__portrait-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about {
  padding: 4rem clamp(2rem, 5vw, 5rem) 3.25rem;
  background: linear-gradient( 180deg, rgba(255, 253, 250, 0.98) 0%, rgba(255, 253, 250, 0.72) 12%, rgba(255, 253, 250, 0.18) 28%, rgba(255, 253, 250, 0.12) 70%, rgba(255, 253, 250, 0.78) 88%, rgba(255, 253, 250, 0.98) 100% ), url("../img/central-bg.png") center / cover no-repeat;
  min-height: 20rem;
}
.page-about::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 4.5rem;
  width: 26rem;
  height: 8rem;
  background: radial-gradient(circle, rgba(211, 229, 232, 0.5) 0%, rgba(211, 229, 232, 0.2) 46%, rgba(211, 229, 232, 0) 72%);
}
.page-about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  height: 2rem;
  background: linear-gradient(90deg, transparent 0%, rgba(181, 208, 215, 0.5) 20%, transparent 40%, rgba(181, 208, 215, 0.5) 60%, transparent 80%, rgba(181, 208, 215, 0.5) 100%);
  opacity: 0.25;
  mask: radial-gradient(circle at 0 50%, transparent 0.3rem, #000 0.31rem) left/2rem 100% repeat-x;
}
.page-therapy {
  padding: 2.75rem clamp(2rem, 9vw, 5rem) 1.35rem;
  background: linear-gradient( 180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.34) 14%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.06) 72%, rgba(255, 255, 255, 0.42) 88%, rgba(255, 255, 255, 0.96) 100% ), url('../img/central-1-bg.png') top / cover no-repeat;
  min-height: 20rem;
}
.page-therapy::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  bottom: 2.25rem;
}
.page-offer {
  padding: 2.25rem clamp(2rem, 5vw, 5rem) 2.5rem;
  background: linear-gradient( 180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 16%, rgba(255, 255, 255, 0.8) 54%, rgba(255, 255, 255, 0.9) 100% ), url('../img/central-wim-bg.png') center / cover no-repeat;
}
.page-offer::before {
  content: "";
  position: absolute;
  right: -4rem;
  top: 5.5rem;
  width: 20rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(232, 232, 220, 0.5) 0%, rgba(232, 232, 220, 0.16) 45%, rgba(232, 232, 220, 0) 72%);
}
.page-footer {
  padding: 1rem clamp(2rem, 5vw, 5rem) 4rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.72) 100%);
}
.page-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 11rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(225, 238, 243, 0.64) 38%, rgba(177, 207, 220, 0.72) 100%), radial-gradient(circle at 20% 100%, rgba(123, 164, 180, 0.44) 0%, rgba(123, 164, 180, 0) 30%), radial-gradient(circle at 80% 100%, rgba(123, 164, 180, 0.36) 0%, rgba(123, 164, 180, 0) 30%);
  clip-path: ellipse(78% 100% at 50% 100%);
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  margin: 0 0 1.8rem;
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 3.5vw, 3rem);
  line-height: 1;
  font-weight: 600;
  color: #2f4653;
}
.section-title::before, .section-title::after {
  content: "";
  flex: 1;
  max-width: 6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.highlight-grid {
  position: relative;
  z-index: 1;
  max-width: 59rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.highlight-card {
  width: 100%;
  min-height: 7.4rem;
  padding: 1.2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: inherit;
  border: 1px solid rgba(226, 232, 234, 0.95);
  box-shadow: var(--shadow-card);
  border-radius: 15px;
  appearance: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
  opacity: 0.76;
}
.highlight-card--sea, .highlight-card--peach {
  background: url('../img/btn-uwaznosc.png') center / cover;
}
.highlight-card--sand {
  background: url('../img/btn-empatia.png') center / cover;
}
.highlight-card.is-active {
  transform: translateY(-0.18rem);
  box-shadow: 0 16px 28px rgba(80, 98, 108, 0.2);
  opacity: 1;
}
.highlight-card:focus-visible {
  outline: 3px solid rgba(79, 143, 153, 0.45);
  outline-offset: 3px;
  opacity: 1;
}
.highlight-card__title {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 700;
  color: #345060;
}
.story__carousel {
  display: grid;
  gap: 1.8rem;
}
.story__body {
  max-width: 40rem;
  margin: 1.8rem auto 0;
  display: grid;
  gap: 0.75rem;
}
.about-carousel__viewport {
  overflow: hidden;
}
.about-carousel__track {
  display: flex;
  align-items: flex-start;
  transition: transform 280ms ease;
  will-change: transform;
}
.about-carousel__panel {
  flex: 0 0 100%;
  padding: 0 0.2rem;
}
.story__lead {
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.6;
  color: #405a67;
}
.story__meta {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #6f8591;
}
.therapy__grid {
  position: relative;
  z-index: 1;
  max-width: 67rem;
  margin: 3rem 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10rem;
}
.info-panel {
  padding: 1.6rem 2.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(225, 238, 243, 0.64) 38%, rgba(177, 207, 220, 0.72) 100%), radial-gradient(circle at 20% 100%, rgba(123, 164, 180, 0.44) 0%, rgba(123, 164, 180, 0) 30%), radial-gradient(circle at 80% 100%, rgba(123, 164, 180, 0.36) 0%, rgba(123, 164, 180, 0) 30%);
  border-radius: 20px;
}
.info-panel__title {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  color: #2e4758;
}
.info-panel__list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #47606d;
  display: grid;
  gap: 0.7rem;
  font-size: 0.98rem;
  line-height: 1.55;
}
.offer__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  font-weight: 700;
  color: #617886;
}
.offer__steps li {
  position: relative;
}
.offer__steps li + li {
  padding-left: 1.3rem;
}
.offer__steps li + li::before {
  content: "→";
  position: absolute;
  left: 0.15rem;
  color: #7f95a0;
}
.offer__grid {
  position: relative;
  z-index: 1;
  max-width: 59rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.offer-card {
  min-height: 11.75rem;
  padding: 1.2rem 1.15rem 1.35rem;
  box-shadow: var(--shadow-card);
  border-radius: 15px;
}
.offer-card--leaf {
  background: url('../img/btn-si.png') center / cover;
}
.offer-card--sea {
  background: url('../img/btn-wg.png') center / cover;
}
.offer-card--sand {
  background: url('../img/btn-wdd.png') center / cover;
}
.offer-card__title {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.offer-card--sand .offer-card__title {
  color: #325061;
}
.offer-card__text {
  margin: 3rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.contact {
  display: grid;
  justify-items: stretch;
  gap: 1rem;
}
.contact__main {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 1rem;
}
.contact__language-row {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.4rem;
}
.contact__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.8rem 2.2rem;
  border-radius: 9999px;
  background: #49776a;
  color: #f8fbfb;
  font-size: 1.05rem;
  font-weight: 800;
}
.contact__response {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1rem;
  color: #5e7481;
}
.contact-form {
  width: min(100%, 44rem);
  display: grid;
  gap: 1rem;
  padding: 1.45rem;
  border: 1px solid rgba(172, 197, 205, 0.72);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 34px rgba(40, 42, 71, 0.08);
  backdrop-filter: blur(14px);
}
.contact-form__row {
  display: grid;
  gap: 1rem;
}
.contact-form__field {
  display: grid;
  gap: 0.45rem;
}
.contact-form__label {
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #70808c;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(118, 146, 159, 0.28);
  border-radius: 1.05rem;
  background: rgba(245, 247, 252, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: #2f3440;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.contact-form__textarea {
  min-height: 11rem;
  resize: vertical;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: #919aaa;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  border-color: rgba(79, 143, 153, 0.72);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 0 0 0.25rem rgba(79, 143, 153, 0.14);
}
.contact-form__hint {
  margin: -0.1rem 0 0;
  font-size: 0.92rem;
  color: #6e7d88;
}
.contact-form__errors {
  display: grid;
  gap: 0.4rem;
}
.contact-form__error {
  margin: 0;
  font-size: 0.84rem;
  color: #b05b5b;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.8rem 1.6rem;
  border: 0;
  border-radius: 9999px;
  background: #49776a;
  color: #f8fbfb;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.contact-form__submit:hover, .contact-form__submit:focus-visible {
  background: #426b60;
  box-shadow: 0 12px 24px rgba(62, 101, 92, 0.22);
  outline: none;
  transform: translateY(-1px);
}
.social-list {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-list__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(118, 146, 159, 0.55);
  background: rgba(255, 255, 255, 0.72);
  color: #567180;
  font-size: 0.92rem;
  font-weight: 700;
}
.interface-language-picker {
  position: relative;
}
.interface-language-picker__button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.9rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(118, 146, 159, 0.48);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 6px 16px rgba(40, 42, 71, 0.08);
  color: #2f3440;
  cursor: pointer;
}
.interface-language-picker__button-icon {
  font-size: 0.85rem;
  line-height: 1;
  transition: transform 160ms ease;
}
.interface-language-picker__button[aria-expanded="true"] .interface-language-picker__button-icon {
  transform: rotate(180deg);
}
.interface-language-picker__button-prefix {
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 600;
  color: #76808f;
}
.interface-language-picker__button-value {
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 800;
  color: #2f3440;
}
.interface-language-picker__menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.65rem);
  z-index: 20;
  width: 16rem;
  padding: 0.8rem;
  border: 1px solid rgba(118, 146, 159, 0.42);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 30px rgba(28, 31, 58, 0.14);
  backdrop-filter: blur(14px);
}
.interface-language-picker__form {
  display: grid;
  gap: 0.6rem;
}
.interface-language-picker__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.interface-language-picker__search {
  display: block;
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(118, 146, 159, 0.28);
  border-radius: 0.9rem;
  background: rgba(245, 247, 252, 0.92);
  font-size: 0.88rem;
  color: #2f3440;
  outline: none;
}
.interface-language-picker__search::placeholder {
  color: #8f95a4;
}
.interface-language-picker__search:focus {
  border-color: rgba(79, 143, 153, 0.72);
  background: #ffffff;
}
.interface-language-picker__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.2rem;
}
.interface-language-picker__option {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.85rem;
  border: 0;
  border-radius: 0.9rem;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.interface-language-picker__option:hover, .interface-language-picker__option:focus-visible {
  background: rgba(243, 245, 253, 0.96);
  outline: none;
}
.interface-language-picker__option.is-active {
  background: rgba(234, 241, 249, 0.96);
}
.interface-language-picker__option-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.interface-language-picker__option-native {
  font-size: 0.92rem;
  line-height: 1.1;
  font-weight: 800;
  color: #2f3440;
}
.interface-language-picker__option-label {
  font-size: 0.78rem;
  line-height: 1.1;
  color: #858b98;
}
.interface-language-picker__option-state {
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4f8f99;
}
.interface-language-picker__empty {
  padding: 0.6rem 0.85rem 0.2rem;
  font-size: 0.82rem;
  color: #858b98;
}
.page-booking {
  padding: 2rem clamp(2rem, 5vw, 5rem) 3rem;
}
.cal-booking-panel {
  padding: 1.5rem;
  border: 1px solid rgba(172, 197, 205, 0.8);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-card);
}
.cal-booking {
  min-height: 46rem;
}
@media (min-width: 40rem) {
  .contact-form__row--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 70rem) {
  .page-header {
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
  }
  .hero__aside {
    justify-content: center;
  }
  .hero__portrait {
    width: min(23rem, 100%);
  }
  .contact__language-row {
    justify-content: center;
    padding-top: 0;
  }
}
@media (max-width: 56rem) {
  .highlight-grid, .offer__grid, .therapy__grid {
    grid-template-columns: 1fr;
  }
  .info-panel + .info-panel {
    border-left: 0;
    border-top: 1px solid rgba(172, 197, 205, 0.8);
  }
}
@media (max-width: 40rem) {
  .site-shell {
    padding: 0.6rem;
  }
  .page-header, .page-about, .page-therapy, .page-offer, .page-booking, .page-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .page-header {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .page-about {
    margin-top: -1.6rem;
    padding-top: 2.6rem;
  }
  .story__carousel {
    gap: 1.25rem;
  }
  .hero__quote-text {
    max-width: 9ch;
    font-size: 2.45rem;
  }
  .hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .button {
    width: 100%;
  }
  .hero__details {
    flex-direction: column;
    gap: 0.2rem;
  }
  .hero__details li + li::before {
    display: none;
  }
  .offer__steps {
    flex-direction: column;
    gap: 0.4rem;
  }
  .offer__steps li + li {
    padding-left: 0;
  }
  .offer__steps li + li::before {
    display: none;
  }
  .contact-form {
    padding: 1.2rem;
    border-radius: 1.4rem;
  }
  .interface-language-picker, .interface-language-picker__button, .interface-language-picker__menu {
    width: 100%;
  }
  .interface-language-picker__menu {
    left: 0;
    right: auto;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
