.mobile-quick-actions {
  display: none;
}

.intro__team-photo {
  position: relative;
  margin: 58px 0 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 34px;
  background: #dbe3e9;
  box-shadow: 0 24px 78px rgba(27, 43, 65, .12);
}

.intro__team-photo::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(16, 29, 47, .82), transparent);
  pointer-events: none;
}

.intro__team-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(.9) contrast(1.02);
}

.intro__team-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 34px;
  right: 34px;
  bottom: 29px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
}

.intro__team-photo figcaption span {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.intro__team-photo figcaption strong {
  font-size: clamp(21px, 2.4vw, 31px);
  line-height: 1.1;
  letter-spacing: -.035em;
  text-align: right;
}

.intro__team-photo + .principles {
  margin-top: 18px;
}

.service-photo--neuraltherapie {
  height: min(720px, 78vw);
}

.service-photo--neuraltherapie img {
  object-position: center 58%;
}

.person--grace .person__image img {
  object-position: center 30%;
  filter: saturate(.92) contrast(1.02);
}

.form-download {
  margin-top: 34px;
  padding: 34px 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  border: 1px solid rgba(38, 55, 81, .14);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 65px rgba(27, 43, 65, .07);
}

.form-download .eyebrow {
  margin-bottom: 10px;
}

.form-download h3 {
  margin: 0;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.form-download p:not(.eyebrow) {
  max-width: 720px;
  margin: 12px 0 0;
  color: #5f6974;
  font-size: 15px;
}

.form-download .button {
  white-space: nowrap;
}

.form-download__actions {
  display: grid;
  justify-items: start;
  gap: 13px;
}

.form-download__actions .text-link {
  font-size: 14px;
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .mobile-quick-actions {
    position: fixed;
    z-index: 90;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 8px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 24px;
    background: rgba(21, 34, 53, .92);
    box-shadow: 0 16px 45px rgba(14, 26, 43, .28);
    -webkit-backdrop-filter: blur(18px) saturate(1.3);
    backdrop-filter: blur(18px) saturate(1.3);
    transition: transform .28s ease, opacity .28s ease;
  }

  .mobile-quick-actions a {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 780;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-quick-actions__appointment {
    background: #fff;
    color: #263751 !important;
  }

  .mobile-quick-actions__phone {
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .08);
  }

  .menu-open .mobile-quick-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }

  .intro__team-photo {
    margin-top: 38px;
    aspect-ratio: 4 / 3;
    border-radius: 26px;
  }

  .intro__team-photo figcaption {
    left: 21px;
    right: 21px;
    bottom: 19px;
    display: grid;
    gap: 5px;
  }

  .intro__team-photo figcaption strong {
    font-size: 21px;
    text-align: left;
  }

  .service-photo--neuraltherapie {
    height: 520px;
  }

  .form-download {
    margin-top: 24px;
    padding: 27px 24px;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 25px;
  }

  .form-download .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .form-download__actions {
    width: 100%;
  }
}

@media print {
  .mobile-quick-actions {
    display: none !important;
  }
}

.digital-teaser {
  padding: 30px 0 135px;
  background: #e8edf2;
}

.digital-teaser__card {
  min-height: 560px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(135deg, #111c2c, #263751 55%, #536781);
  color: #fff;
  box-shadow: 0 30px 90px rgba(27, 43, 65, .16);
}

.digital-teaser__visual {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(174, 194, 216, .3), transparent 66%);
}

.digital-teaser__visual img {
  position: absolute;
  width: 220px;
  height: auto;
  border-radius: 5px;
  box-shadow: -18px 30px 58px rgba(0, 0, 0, .32);
}

.digital-teaser__visual img:nth-child(1) {
  left: 5%;
  top: 104px;
  transform: rotate(-9deg);
}

.digital-teaser__visual img:nth-child(2) {
  left: 31%;
  top: 68px;
  transform: rotate(-1deg);
}

.digital-teaser__visual img:nth-child(3) {
  left: 57%;
  top: 101px;
  transform: rotate(8deg);
}

.digital-teaser__copy {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.digital-teaser .eyebrow {
  color: #c5d8e7;
}

.digital-teaser h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(45px, 5.6vw, 74px);
  line-height: .98;
  letter-spacing: -.06em;
}

.digital-teaser h2 span {
  color: #b9cddd;
}

.digital-teaser__copy > p:not(.eyebrow) {
  max-width: 630px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
}

.digital-teaser__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.digital-teaser__meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #d8e5ef;
  font-size: 12px;
  font-weight: 740;
}

.digital-teaser .button {
  align-self: flex-start;
  margin-top: 29px;
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav > a:not(.button) {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .digital-teaser__card {
    grid-template-columns: 1fr;
  }

  .digital-teaser__visual {
    min-height: 460px;
  }

  .digital-teaser__visual img {
    width: 205px;
  }
}

@media (max-width: 760px) {
  .digital-teaser {
    padding: 10px 0 96px;
  }

  .digital-teaser__card {
    border-radius: 30px;
  }

  .digital-teaser__visual {
    min-height: 315px;
  }

  .digital-teaser__visual img {
    width: 136px;
  }

  .digital-teaser__visual img:nth-child(1) {
    top: 70px;
  }

  .digital-teaser__visual img:nth-child(2) {
    top: 45px;
  }

  .digital-teaser__visual img:nth-child(3) {
    top: 69px;
  }

  .digital-teaser__copy {
    padding: 43px 25px 47px;
  }

  .digital-teaser h2 {
    font-size: 46px;
  }

  .digital-teaser__copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .digital-teaser .button {
    width: 100%;
  }
}

.credentials {
  padding: 118px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(188, 213, 232, .42), transparent 25%),
    #f5f7f9;
}

.credentials__head {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: end;
  gap: clamp(42px, 7vw, 96px);
}

.credentials__head .lead {
  max-width: 610px;
  margin: 0 0 6px;
}

.credentials__title {
  margin: 0;
  color: #17243a;
  font-size: clamp(48px, 5.6vw, 78px);
  line-height: .94;
  letter-spacing: -.062em;
}

.credentials__title span {
  color: #8198ac;
}

.qualification-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.55fr);
  min-height: 470px;
  margin-top: 50px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 38px;
  background: linear-gradient(135deg, #18283f 0%, #263a57 58%, #465b7b 100%);
  color: #fff;
  box-shadow: 0 28px 85px rgba(24, 40, 63, .19);
}

.qualification-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -210px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, .025), 0 0 0 110px rgba(255, 255, 255, .018);
}

.training-seal {
  position: relative;
  align-self: center;
  justify-self: center;
  width: clamp(220px, 21vw, 284px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 24%, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04) 58%, rgba(255, 255, 255, .02));
  text-align: center;
  box-shadow: inset 0 0 0 9px rgba(255, 255, 255, .035), 0 24px 60px rgba(3, 13, 29, .26);
}

.training-seal::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px dashed rgba(197, 216, 231, .52);
  border-radius: inherit;
}

.training-seal__kicker {
  color: #c5d8e7;
  font-size: 10px;
  font-weight: 830;
  letter-spacing: .26em;
}

.training-seal strong {
  margin-top: 7px;
  font-size: clamp(54px, 6vw, 78px);
  font-weight: 820;
  line-height: .9;
  letter-spacing: -.075em;
}

.training-seal__unit {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .24em;
}

.training-seal small {
  margin-top: 20px;
  color: rgba(255, 255, 255, .62);
  font-size: 9px;
  font-weight: 760;
  line-height: 1.45;
  letter-spacing: .17em;
}

.qualification-panel__body {
  padding: 54px 56px 44px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.qualification-panel__intro .eyebrow {
  color: #bcd0df;
}

.qualification-panel__intro h3 {
  margin: 8px 0 0;
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: .9;
  letter-spacing: -.065em;
}

.qualification-panel__intro > p:last-child {
  max-width: 650px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
}

.association-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.association-card {
  min-height: 104px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 19px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.association-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .11);
}

.association-card__mark {
  min-width: 68px;
  color: #d9e8f2;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.065em;
}

.association-card__logo {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  padding: 7px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(3, 13, 29, .18);
}

.association-card__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.association-card__logo--wide {
  width: 112px;
}

.association-card > span {
  display: grid;
  gap: 4px;
}

.association-card b {
  font-size: 14px;
}

.association-card small {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  line-height: 1.35;
}

.association-card small::after {
  content: " ↗";
}

.credential-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.credential-people article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
}

.credential-people__initials {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #d9e8f2;
  font-size: 11px;
  font-weight: 840;
  letter-spacing: .05em;
}

.credential-people article > div {
  display: grid;
  gap: 3px;
}

.credential-people strong {
  font-size: 14px;
}

.credential-people article span:not(.credential-people__initials) {
  color: #c5d8e7;
  font-size: 12px;
  font-weight: 760;
}

.credential-people small {
  max-width: 290px;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  line-height: 1.4;
}

.credentials__note {
  max-width: 940px;
  margin: 19px 0 0;
  color: #5f6974;
  font-size: 11px;
  line-height: 1.5;
}

.medical-disclaimer {
  padding: 28px 0;
  border-top: 1px solid rgba(38, 55, 81, .14);
  background: #e7edf2;
  color: #263751;
}

.medical-disclaimer .wrap {
  display: grid;
  grid-template-columns: .34fr 1.66fr;
  gap: 34px;
  align-items: start;
}

.medical-disclaimer strong {
  font-size: 14px;
  letter-spacing: .02em;
}

.medical-disclaimer p {
  max-width: 930px;
  margin: 0;
  color: #5f6974;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .credentials__head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .qualification-panel {
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  }

  .qualification-panel__body {
    padding: 44px 34px 38px;
  }

  .association-grid,
  .credential-people {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .credentials {
    padding: 88px 0;
  }

  .credentials__title {
    font-size: clamp(42px, 12vw, 56px);
  }

  .qualification-panel {
    grid-template-columns: 1fr;
    margin-top: 34px;
    border-radius: 29px;
  }

  .training-seal {
    width: 218px;
    margin: 38px auto;
  }

  .qualification-panel__body {
    padding: 34px 24px 30px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .qualification-panel__intro h3 {
    font-size: 52px;
  }

  .association-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 25px;
  }

  .association-card {
    min-height: 126px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 11px;
    padding: 17px;
  }

  .association-card__mark {
    font-size: 28px;
  }

  .association-card__logo {
    width: 68px;
    height: 68px;
  }

  .association-card__logo--wide {
    width: 108px;
  }

  .credential-people {
    gap: 20px;
  }

  .credential-people article {
    grid-template-columns: 38px 1fr;
  }

  .credential-people__initials {
    width: 38px;
    height: 38px;
  }

  .medical-disclaimer .wrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
