:root {
  --hh-primary: #2f68a3;
  --hh-primary-dark: #1c466f;
  --hh-ink: #13263c;
  --hh-muted: #5f6f82;
  --hh-surface: #f4f7fb;
  --hh-white: #ffffff;
  --hh-shadow: 0 24px 60px rgba(17, 37, 58, 0.16);
  --hh-radius-xl: 2rem;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--hh-ink);
  background: var(--hh-surface);
}

@media (max-width: 991.98px) {
  .container {
    --bs-gutter-x: 3rem;
  }
}
@media (max-width: 767.98px) {
  .container {
    --bs-gutter-x: 2.5rem;
  }
}
@media (max-width: 380px) {
  .container {
    --bs-gutter-x: 2rem;
  }
}
a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

.hh-scroll-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: var(--hh-white);
  background: var(--hh-primary);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(6, 22, 38, 0.22);
  font-size: 1.15rem;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.7rem);
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.hh-scroll-top:hover,
.hh-scroll-top:focus {
  background: var(--hh-primary-dark);
}

.hh-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hh-scroll-top {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
  }
}
.hh-page-hero {
  display: flex;
  align-items: center;
  min-height: 12.75rem;
  padding: 2.35rem 0 2rem;
  color: #ffffff;
  background: linear-gradient(120deg, rgba(19, 38, 60, 0.9), rgba(47, 104, 163, 0.78)), url("../img/hero-bg.jpeg") center/cover;
}

.hh-page-hero__kicker {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hh-page-hero h1 {
  max-width: 58rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.85rem, 8vw, 2.35rem);
  font-weight: 850;
  line-height: 1.07;
}

.hh-page-hero__lead {
  max-width: 48rem;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hh-page-hero__lead p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hh-page-hero {
    min-height: 17rem;
    padding: 3.75rem 0 2.9rem;
  }
  .hh-page-hero__kicker {
    margin-bottom: 0.85rem;
    font-size: 0.78rem;
  }
  .hh-page-hero h1 {
    font-size: clamp(2.45rem, 4.2vw, 3.25rem);
  }
  .hh-page-hero__lead {
    margin-top: 0.9rem;
    font-size: 1rem;
    line-height: 1.58;
  }
}
@media (min-width: 1200px) {
  .hh-page-hero {
    min-height: 19.75rem;
    padding: 4.4rem 0 3.35rem;
  }
  .hh-page-hero h1 {
    font-size: clamp(2.85rem, 3.35vw, 3.55rem);
  }
}
.hh-contact-modal .modal-dialog {
  max-width: min(82vw, 980px);
}

.hh-contact-modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(4, 18, 32, 0.36);
}

.hh-contact-modal__close {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  z-index: 2;
}

.hh-contact-modal .modal-body {
  padding: 1.7rem 3rem 4.15rem;
}

.hh-contact-modal__title {
  margin: 0 0 1.65rem;
  color: #050505;
  font-size: 2.55rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.hh-contact-modal__grid {
  --bs-gutter-x: 2.65rem;
  --bs-gutter-y: 2rem;
}

.hh-contact-modal__locations,
.hh-contact-modal__details {
  display: grid;
  gap: 1.05rem;
  height: 100%;
}

.hh-contact-summary {
  max-width: 25rem;
  margin-top: 1.7rem;
}

.hh-contact-summary p {
  margin: 0;
  color: #2b3a49;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.hh-contact-place h3 {
  margin: 0 0 0.35rem;
  color: #050505;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.hh-contact-place address {
  margin: 0 0 0.8rem;
  color: #050505;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
}

.hh-contact-place__map {
  height: 9.55rem;
  overflow: hidden;
  position: relative;
  background: #eef3f7;
  border-radius: 0.55rem;
}

.hh-contact-place__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.hh-contact-place__map iframe:not([src]) {
  opacity: 0;
}

.hh-cookie-embed-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 0.65rem;
  padding: 1rem;
  color: #13263c;
  background: #f7fafd;
  border: 1px solid #dce4ec;
  text-align: center;
  line-height: 1.45;
}

.hh-cookie-embed-placeholder span {
  max-width: 18rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.hh-cookie-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.85rem;
  color: var(--hh-primary-dark);
  background: #ffffff;
  border: 1px solid #c9d5df;
  border-radius: 0.45rem;
  font-size: 0.88rem;
  font-weight: 800;
}

.hh-cookie-link-button:hover,
.hh-cookie-link-button:focus {
  color: #ffffff;
  background: var(--hh-primary-dark);
}

.hh-contact-place__meta {
  display: none;
}

.hh-contact-place__meta a {
  color: var(--hh-primary);
  font-weight: 800;
}

.hh-contact-methods {
  display: grid;
  gap: 1.15rem;
  margin-top: 0;
}

.hh-contact-modal__details {
  align-content: start;
  padding-top: 0.45rem;
}

.hh-contact-methods a,
.hh-contact-social__instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  color: #050505;
  font-size: 1rem;
  line-height: 1.35;
  text-decoration: none;
}

.hh-contact-methods i,
.hh-contact-social__instagram i {
  flex: 0 0 auto;
  width: 1.8rem;
  color: #050505;
  font-size: 1.65rem;
  text-align: center;
}

.hh-contact-methods span,
.hh-contact-social__instagram span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hh-contact-methods strong,
.hh-contact-methods small {
  display: block;
}

.hh-contact-methods strong {
  color: #050505;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}

.hh-contact-methods small {
  margin-top: 0.12rem;
  color: #52606d;
  font-size: 0.92rem;
  font-weight: 700;
}

.hh-contact-service-note {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  max-width: 27rem;
  padding: 0.9rem 1rem;
  color: #13263c;
  background: #f2f7fb;
  border: 1px solid #dce4ec;
  border-radius: 0.5rem;
  font-weight: 800;
  line-height: 1.45;
}

.hh-contact-service-note i {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--hh-primary);
}

.hh-contact-social {
  display: grid;
  gap: 1rem;
  margin-top: 1.9rem;
}

.hh-contact-social__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hh-contact-social__header h3 {
  margin: 0;
  color: #050505;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.15;
}

.hh-contact-social__icons {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding-right: 0.35rem;
}

.hh-contact-social__icons a {
  color: #050505;
  font-size: 1.85rem;
  line-height: 1;
}

.hh-contact-social__instagram {
  margin-top: 0.5rem;
  font-weight: 800;
}

.hh-contact-privacy-note {
  max-width: 27rem;
  margin: 0;
  color: #52606d;
  font-size: 0.84rem;
  line-height: 1.5;
}

.hh-contact-privacy-note a {
  color: var(--hh-primary);
  font-weight: 800;
}

.hh-contact-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  margin-top: 0.15rem;
}

.hh-contact-gallery img {
  width: 100%;
  aspect-ratio: 0.6;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px) {
  .hh-contact-modal .modal-body {
    padding: 2rem;
  }
  .hh-contact-modal__grid {
    --bs-gutter-x: 1.5rem;
  }
  .hh-contact-methods {
    margin-top: 0;
  }
  .hh-contact-summary {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .hh-contact-modal .modal-dialog {
    max-width: calc(100vw - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .hh-contact-modal .modal-body {
    padding: 1.65rem 1.1rem 1.4rem;
  }
  .hh-contact-modal__title {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 2rem;
  }
  .hh-contact-place__map {
    height: 8.5rem;
  }
  .hh-contact-social__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .hh-contact-gallery {
    grid-template-columns: 1fr;
  }
  .hh-contact-gallery img {
    aspect-ratio: 16/9;
  }
}
.hh-legal-page {
  background: #ffffff;
}

.hh-legal-hero {
  padding: clamp(3rem, 6vw, 5.25rem) 0 clamp(2.25rem, 4vw, 3.5rem);
  color: #ffffff;
  background: linear-gradient(120deg, rgba(19, 38, 60, 0.92), rgba(47, 104, 163, 0.82)), url("https://picsum.photos/seed/hh-legal-pages/1800/720") center/cover;
}

.hh-legal-hero span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hh-legal-hero h1 {
  max-width: 52rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  font-weight: 850;
  line-height: 1.03;
}

.hh-legal-hero__lead {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hh-legal-hero__lead p {
  margin: 0;
}

.hh-legal-content {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.hh-legal-document {
  max-width: 860px;
  margin: 0 auto;
  color: #27394a;
}

.hh-legal-document h2 {
  margin: 2rem 0 0.65rem;
  color: #050505;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 850;
  line-height: 1.2;
}

.hh-legal-document h2:first-child {
  margin-top: 0;
}

.hh-legal-document p,
.hh-legal-document li {
  font-size: 1rem;
  line-height: 1.75;
}

.hh-legal-document p {
  margin: 0 0 1rem;
}

.hh-legal-document ul {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.hh-legal-document a {
  color: var(--hh-primary);
  font-weight: 800;
}

.hh-rich-textarea {
  display: none;
}

.hh-admin-editor-page {
  overflow-x: hidden;
}

.hh-translation-editor-card {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.hh-rich-editor {
  min-width: 0;
  max-width: 100%;
  min-height: 14rem;
  background: #ffffff;
}

.hh-rich-editor .ql-toolbar,
.hh-rich-editor + .ql-toolbar,
.ql-toolbar.ql-snow {
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  overflow-x: auto;
}

.ql-toolbar.ql-snow .ql-formats {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  margin-right: 0.45rem;
}

.ql-container.ql-snow {
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.hh-rich-editor .ql-editor {
  min-height: 13rem;
  color: #13263c;
  font-size: 1rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hh-rich-editor .ql-editor p,
.hh-rich-editor .ql-editor li,
.hh-rich-editor .ql-editor a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ql-snow .ql-tooltip {
  max-width: calc(100vw - 2rem);
  white-space: normal;
}

.hh-cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1040;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.hh-cookie-banner[hidden] {
  display: none;
}

.hh-cookie-banner__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  width: min(100%, 62rem);
  padding: 1.2rem;
  color: #13263c;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #d2dde7;
  border-radius: 0.6rem;
  box-shadow: 0 22px 60px rgba(17, 37, 58, 0.22);
  pointer-events: auto;
}

.hh-cookie-banner h2,
.hh-cookie-modal h2 {
  margin: 0;
  color: #050505;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.25;
}

.hh-cookie-banner__text,
.hh-cookie-modal__intro {
  margin-top: 0.45rem;
  color: #4b5f73;
  font-size: 0.94rem;
  line-height: 1.55;
}

.hh-cookie-banner__text p,
.hh-cookie-modal__intro p {
  margin-bottom: 0;
}

.hh-cookie-banner__actions,
.hh-cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.hh-cookie-banner__actions {
  justify-content: flex-end;
}

.hh-cookie-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.65rem 0.95rem;
  color: #13263c;
  background: #ffffff;
  border: 1px solid #c9d5df;
  border-radius: 0.45rem;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
}

.hh-cookie-button--primary,
.hh-cookie-button:hover,
.hh-cookie-button:focus {
  color: #ffffff;
  background: var(--hh-primary-dark);
  border-color: var(--hh-primary-dark);
}

.hh-cookie-modal .modal-content {
  border: 0;
  border-radius: 0.65rem;
  box-shadow: 0 26px 70px rgba(17, 37, 58, 0.24);
}

.hh-cookie-modal .modal-body {
  padding: clamp(1.35rem, 4vw, 2rem);
}

.hh-cookie-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.hh-cookie-options {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.hh-cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem;
  background: #f7fafd;
  border: 1px solid #dce4ec;
  border-radius: 0.5rem;
}

.hh-cookie-option strong,
.hh-cookie-option small {
  display: block;
}

.hh-cookie-option strong {
  color: #13263c;
  font-size: 0.96rem;
  line-height: 1.3;
}

.hh-cookie-option small {
  margin-top: 0.25rem;
  color: #526579;
  line-height: 1.45;
}

.hh-cookie-option input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--hh-primary-dark);
}

.hh-cookie-link {
  color: var(--hh-primary-dark);
  font-weight: 800;
}

.hh-admin-translation-groups {
  display: grid;
  gap: 0.85rem;
}

.hh-admin-translation-groups .accordion-item {
  border-radius: 0.35rem;
  overflow: hidden;
}

.hh-admin-translation-groups .accordion-button {
  flex-wrap: wrap;
  gap: 0.45rem 0;
  color: #13263c;
  font-weight: 700;
  box-shadow: none;
}

.hh-admin-translation-groups .accordion-button:not(.collapsed) {
  color: #13263c;
  background: #eef4fa;
  box-shadow: none;
}

.hh-admin-translation-groups__title {
  min-width: min(18rem, 100%);
  font-size: 1rem;
}

.hh-admin-translation-groups .table {
  min-width: 760px;
}

.hh-admin-translation-groups code {
  white-space: normal;
  overflow-wrap: anywhere;
}

.hh-admin-translation-subgroups {
  display: block;
}

.hh-admin-translation-subgroups .accordion-button {
  padding-left: 1.5rem;
  background: #ffffff;
}

.hh-admin-translation-subgroups .accordion-button:not(.collapsed) {
  background: #f7fafd;
}

@media (max-width: 767.98px) {
  .hh-cookie-banner {
    right: 0.6rem;
    bottom: 0.6rem;
    left: 0.6rem;
  }
  .hh-cookie-banner__content {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .hh-cookie-banner__actions,
  .hh-cookie-modal__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.hh-header {
  position: relative;
  z-index: 20;
  background: var(--hh-primary);
}

.hh-header a,
.hh-header a:link,
.hh-header a:visited,
.hh-header a:hover,
.hh-header a:focus,
.hh-header a:active {
  color: var(--hh-white);
}

.hh-navbar .navbar-toggler {
  box-shadow: none;
}

.hh-navbar .navbar-toggler-icon {
  filter: invert(1);
}

.hh-brand {
  display: inline-flex;
  align-items: center;
  color: var(--hh-white);
}

.hh-brand:hover,
.hh-brand:focus {
  color: var(--hh-white);
}

.hh-brand__logo {
  width: min(19rem, 58vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(9, 25, 42, 0.28));
}

.hh-navbar .nav-link {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.25rem 0;
}

.hh-navbar .nav-link.active,
.hh-navbar .nav-link:hover,
.hh-navbar .nav-link:focus {
  color: var(--hh-white);
}

.hh-navbar .hh-nav-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  color: var(--hh-white);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 750;
  line-height: 1;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.hh-navbar .hh-nav-highlight i {
  font-size: 0.95rem;
  line-height: 1;
}

.hh-navbar .hh-nav-highlight:hover,
.hh-navbar .hh-nav-highlight:focus {
  color: var(--hh-white);
  background: rgba(255, 255, 255, 0.16);
  border-color: var(--hh-white);
  transform: translateY(-0.06rem);
}

.hh-navbar .nav-item {
  display: flex;
  align-items: center;
}

.hh-menu-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.25rem 0;
  color: var(--hh-white);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1.05rem;
  font-weight: 500;
}

.hh-menu-dropdown__toggle:hover,
.hh-menu-dropdown__toggle:focus,
.hh-menu-dropdown__toggle:active,
.hh-menu-dropdown.show .hh-menu-dropdown__toggle,
.hh-menu-dropdown__toggle.show {
  color: var(--hh-white) !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.hh-menu-dropdown__toggle::after {
  margin-left: 0.15rem;
}

.hh-menu-dropdown__menu {
  min-width: 15rem;
  overflow: hidden;
  background: #4d83bb;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  box-shadow: 0 18px 34px rgba(17, 37, 58, 0.22);
  margin-top: 0;
  opacity: 0;
  transform: translateY(0.5rem);
  transform-origin: top center;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}

.hh-menu-dropdown__menu .dropdown-item {
  position: relative;
  color: var(--hh-white);
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.18s ease, padding-left 0.18s ease;
}

.hh-menu-dropdown__menu .dropdown-item:link,
.hh-menu-dropdown__menu .dropdown-item:visited,
.hh-menu-dropdown__menu .dropdown-item:hover,
.hh-menu-dropdown__menu .dropdown-item:focus,
.hh-menu-dropdown__menu .dropdown-item:active {
  color: var(--hh-white);
}

.hh-menu-dropdown__menu .dropdown-item:hover,
.hh-menu-dropdown__menu .dropdown-item:focus {
  color: var(--hh-white);
  background: rgba(255, 255, 255, 0.14);
  padding-left: 1.35rem;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.hh-language-picker__menu {
  min-width: 8rem;
}

.hh-language-picker__menu .dropdown-item i {
  width: 1.2rem;
  text-align: center;
}

.hh-admin-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.hh-admin-actions form {
  display: inline-flex;
  margin: 0;
}

.hh-icon-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font: inherit;
  font-size: 1.15rem;
  line-height: 1;
  text-decoration: none;
}

.hh-icon-action:hover,
.hh-icon-action:focus {
  color: var(--hh-white);
  background: rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

.hh-social-links {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.hh-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  transition: none;
}

.hh-social-links a:hover,
.hh-social-links a:focus {
  color: var(--hh-white);
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.hh-menu-dropdown__menu .dropdown-item.active,
.hh-menu-dropdown__menu .dropdown-item:active {
  color: var(--hh-white);
  background: rgba(255, 255, 255, 0.2);
}

.hh-menu-dropdown.show .hh-menu-dropdown__menu,
.hh-menu-dropdown__menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

@media (min-width: 992px) {
  body {
    padding-top: var(--hh-header-offset, 5.6rem);
  }
  html {
    scroll-padding-top: calc(var(--hh-header-offset, 5.6rem) + 1rem);
  }
  .hh-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 28px rgba(8, 26, 44, 0.12);
  }
  .hh-menu-dropdown {
    position: relative;
  }
  .hh-menu-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    top: calc(100% - 0.05rem);
  }
  .hh-menu-dropdown:hover .dropdown-menu,
  .hh-menu-dropdown:focus-within .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .hh-navbar {
    padding: 1.15rem 0;
  }
  .hh-navbar .navbar-collapse {
    margin-top: 1rem;
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: rgba(16, 40, 64, 0.22);
  }
  .hh-navbar .navbar-nav {
    width: 100%;
    align-items: flex-start !important;
  }
  .hh-navbar .nav-item {
    width: 100%;
    justify-content: flex-start;
  }
  .hh-admin-nav-item {
    width: auto;
  }
  .hh-navbar .nav-link,
  .hh-menu-dropdown__toggle {
    width: 100%;
    justify-content: flex-start;
  }
  .hh-navbar .hh-nav-highlight {
    width: auto;
    margin-top: 0.2rem;
    padding: 0.65rem 0.85rem;
  }
  .hh-menu-dropdown {
    flex-direction: column;
    align-items: flex-start;
  }
  .hh-menu-dropdown .dropdown-menu {
    position: static !important;
    display: none;
    width: 100%;
    margin-top: 0.35rem;
  }
  .hh-menu-dropdown.show .dropdown-menu,
  .hh-menu-dropdown .dropdown-menu.show {
    display: block;
  }
  .hh-menu-dropdown__toggle {
    padding: 0.5rem 0;
  }
  .hh-social-links {
    padding: 0.5rem 0;
  }
  .hh-admin-actions {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .hh-brand__logo {
    width: min(15rem, 68vw);
  }
  .hh-languages {
    gap: 0.75rem;
  }
}
.hh-footer {
  padding: 3rem 0 3.5rem;
  color: var(--hh-white);
  background: var(--hh-primary);
}

.hh-footer__layout {
  align-items: flex-start;
}

.hh-footer__column {
  min-width: 0;
}

.hh-footer a {
  color: inherit;
  text-decoration: none;
}

.hh-footer a:hover,
.hh-footer a:focus {
  color: var(--hh-white);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.hh-footer__brand-panel {
  display: grid;
  gap: 0.55rem;
  max-width: 21rem;
}

.hh-footer__logo-link {
  display: inline-flex;
  width: fit-content;
}

.hh-footer__logo {
  width: min(100%, 16.5rem);
  height: auto;
}

.hh-footer__brand-panel p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.hh-footer__person {
  display: block;
  width: min(8.8rem, 70%);
  aspect-ratio: 0.76;
  margin: -0.35rem 0 0.15rem 1.2rem;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 16px 20px rgba(6, 22, 38, 0.28));
}

.hh-footer__contact {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.65rem;
}

.hh-footer__contact a,
.hh-footer__instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  font-weight: 700;
  line-height: 1.35;
}

.hh-footer__contact i,
.hh-footer__instagram i {
  flex: 0 0 auto;
  width: 2rem;
  font-size: 1.65rem;
  line-height: 1;
  text-align: center;
}

.hh-footer__contact span,
.hh-footer__instagram span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hh-footer__nav,
.hh-footer__social {
  display: grid;
  align-content: start;
}

.hh-footer__nav {
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.hh-footer h2 {
  margin: 0 0 0.45rem;
  color: var(--hh-white);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.15;
}

.hh-footer__nav a {
  width: fit-content;
  font-size: 1rem;
  font-weight: 500;
}

.hh-footer__legal {
  display: grid;
  gap: 0.72rem;
  margin-top: 3rem;
}

.hh-footer__legal-button {
  width: fit-content;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.hh-footer__legal-button:hover,
.hh-footer__legal-button:focus {
  color: #ffffff;
}

.hh-footer__social {
  gap: 1.05rem;
  padding-top: 0.25rem;
  max-width: 24rem;
  margin-left: auto;
}

.hh-footer__social-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.hh-footer__social-header h2 {
  margin-bottom: 0;
}

.hh-footer__social-icons {
  display: inline-flex;
  align-items: center;
  gap: 1.55rem;
  margin-left: auto;
}

.hh-footer__social-icons a {
  display: inline-flex;
  color: var(--hh-white);
  font-size: 1.65rem;
  line-height: 1;
}

.hh-footer__instagram {
  width: fit-content;
  margin-top: 1.1rem;
}

.hh-footer__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.42rem;
  width: 100%;
}

.hh-footer__gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 0.66;
  object-fit: cover;
  object-position: center;
  background: rgba(255, 255, 255, 0.14);
}

.hh-footer__legal-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  text-align: center;
}

.hh-footer__legal-summary p {
  margin: 0;
}

@media (min-width: 992px) {
  .hh-footer__layout {
    align-items: center;
  }
  .hh-footer__brand-panel {
    margin-left: 0.4rem;
  }
  .hh-footer__person {
    width: min(10.5rem, 72%);
    margin-top: -0.45rem;
    margin-bottom: 0;
  }
  .hh-footer__nav {
    grid-template-columns: minmax(5.5rem, auto) minmax(12.5rem, 1fr);
    column-gap: 2rem;
    width: 100%;
    max-width: 27rem;
    margin-right: auto;
    margin-left: auto;
  }
  .hh-footer__nav h2 {
    grid-column: 1/-1;
  }
  .hh-footer__nav > a {
    grid-column: 1;
  }
  .hh-footer__legal {
    grid-column: 2;
    grid-row: 2/span 6;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }
  .hh-footer__legal a,
  .hh-footer__legal-button {
    width: fit-content;
    max-width: 100%;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .hh-footer__layout {
    justify-content: center;
  }
  .hh-footer__brand-panel,
  .hh-footer__nav,
  .hh-footer__social {
    max-width: 32rem;
  }
  .hh-footer__column--brand,
  .hh-footer__column--social {
    display: flex;
  }
  .hh-footer__column--brand {
    justify-content: center;
  }
  .hh-footer__column--social {
    justify-content: center;
  }
  .hh-footer__brand-panel {
    width: 100%;
  }
  .hh-footer__legal {
    margin-top: 1.6rem;
  }
  .hh-footer__social {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .hh-footer {
    padding: 2.35rem 0 2.7rem;
  }
  .hh-footer__brand-panel {
    justify-items: center;
    max-width: none;
    text-align: center;
  }
  .hh-footer__person {
    width: min(9.2rem, 52vw);
    margin-top: -0.2rem;
    margin-right: auto;
    margin-left: auto;
  }
  .hh-footer__contact {
    justify-self: stretch;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .hh-footer__nav,
  .hh-footer__social {
    justify-items: center;
    width: 100%;
    text-align: center;
  }
  .hh-footer__nav a {
    width: auto;
  }
  .hh-footer__legal {
    justify-items: center;
    margin-top: 1.5rem;
  }
  .hh-footer__social-header {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
  }
  .hh-footer__social-icons {
    gap: 1.35rem;
    margin-left: 0;
  }
  .hh-footer__instagram {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }
  .hh-footer__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 28rem);
    max-width: none;
  }
  .hh-footer__gallery img {
    aspect-ratio: 0.66;
  }
}
.hh-page {
  overflow-x: hidden;
  background: var(--hh-surface);
}

.hh-home-main {
  background: #dde5eb;
}

.hh-home-hero {
  position: relative;
}

.hh-home-hero__image {
  position: relative;
  min-height: clamp(34rem, 100vh - 5rem, 40rem);
  padding: 5rem 0 0.5rem;
  overflow: hidden;
  background: #183a5a;
  isolation: isolate;
}

.hh-home-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 40, 0.16) 0%, rgba(8, 24, 40, 0.46) 100%);
  pointer-events: none;
  z-index: 1;
}

.hh-home-hero__image > .container {
  position: relative;
  z-index: 2;
}

.hh-home-hero__carousel {
  position: absolute;
  inset: 0;
  max-height: none;
  z-index: 0;
}

.hh-home-hero__carousel-inner,
.hh-home-hero__slide {
  height: 100%;
}

.hh-home-hero__slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.hh-home-hero__control {
  z-index: 4;
  width: 4.5rem;
}

.hh-home-hero__actions {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
  transform: translateY(4.15rem);
}

.hh-home-hero__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.65rem;
  color: var(--hh-white);
  background: var(--hh-primary);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.85rem;
  box-shadow: 0 14px 34px rgba(8, 24, 40, 0.28);
  font-size: 1.06rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.hh-home-hero__contact i {
  flex: 0 0 auto;
  font-size: 1rem;
}

.hh-home-hero__contact:hover,
.hh-home-hero__contact:focus {
  color: var(--hh-white);
  background: var(--hh-primary-dark);
  text-decoration: none;
}

.hh-service-panels {
  padding-bottom: 0;
  transform: translateY(8.15rem);
}

.hh-panel-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 13.25rem;
  padding: 1.75rem;
  overflow: hidden;
  color: var(--hh-white);
  background: rgba(8, 24, 40, 0.18);
  border: 0;
  border-radius: 0.65rem;
  box-shadow: 0 26px 44px rgba(17, 37, 58, 0.16);
  cursor: default;
  font: inherit;
  isolation: isolate;
  text-decoration: none;
}

.hh-panel-card:hover,
.hh-panel-card:focus {
  color: var(--hh-white);
  text-decoration: none;
}

.hh-panel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(38, 101, 161, 0.9);
  opacity: 0.9;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.hh-panel-card:hover::after,
.hh-panel-card:focus-visible::after,
.hh-panel-card:active::after {
  opacity: 0;
}

.hh-panel-card__hover-image {
  position: absolute;
  inset: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transform: scale(1.03);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 0;
}

.hh-panel-card:hover .hh-panel-card__hover-image,
.hh-panel-card:focus-visible .hh-panel-card__hover-image,
.hh-panel-card:active .hh-panel-card__hover-image {
  opacity: 1;
  transform: scale(1);
}

.hh-panel-card__title {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 22rem;
  overflow: hidden;
  color: var(--hh-white);
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 5px 18px rgba(5, 18, 32, 0.56);
  overflow-wrap: normal;
  word-break: normal;
}

.hh-panel-card__hint {
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.32rem 0.72rem;
  color: var(--hh-primary-dark);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.hh-panel-card--neuro .hh-panel-card__hover-image {
  background-image: url("../img/hero/hero-1.png");
}

.hh-panel-card--fisio .hh-panel-card__hover-image {
  background-image: url("../img/hero/hero-2.png");
}

.hh-panel-card--sport .hh-panel-card__hover-image {
  background-image: url("../img/hero/hero-3.png");
}

.hh-service-preview-modal .modal-dialog {
  max-width: min(92vw, 34rem);
}

.hh-service-preview-modal .modal-content {
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-radius: 1.1rem;
  box-shadow: 0 1.5rem 4rem rgba(8, 24, 40, 0.34);
}

.hh-service-preview-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.hh-service-preview-modal__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  background: #dce4ec;
}

.hh-service-preview-modal__body {
  padding: 1rem 1.15rem 1.2rem;
}

.hh-service-preview-modal__body h2 {
  margin: 0;
  color: var(--hh-ink);
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.hh-who {
  padding: 9rem 0 3.5rem;
  background: #ffffff;
}

.hh-who__panel {
  max-width: 1140px;
  margin: 0 auto;
}

.hh-who__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.12;
  object-fit: cover;
  object-position: center;
  border-radius: 1.6rem;
}

.hh-who__content {
  position: relative;
  min-height: 22rem;
  padding: 0;
}

.hh-who__avatar {
  position: absolute;
  top: 0.15rem;
  left: -2.35rem;
  display: inline-flex;
  width: 2.05rem;
  height: 2.05rem;
  overflow: hidden;
  background: #ffffff;
  border: 0.25rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(17, 37, 58, 0.22);
}

.hh-who__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hh-who__title {
  position: relative;
  margin: 0 0 2rem;
  padding-bottom: 0.85rem;
  color: #050505;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: 1.1;
}

.hh-who__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.8rem;
  height: 0.22rem;
  background: var(--hh-primary);
  border-radius: 999px;
}

.hh-who__text {
  max-width: 48rem;
  margin: 0 0 1.2rem;
  color: #101820;
  font-size: 1rem;
  line-height: 1.75;
}

.hh-who__text p {
  margin: 0;
}

.hh-who__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 5rem;
}

.hh-who__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22rem;
  max-width: 100%;
  min-height: 3.45rem;
  padding: 0.85rem 1.5rem;
  overflow: hidden;
  color: var(--hh-white);
  background: var(--hh-primary);
  border-radius: 0.55rem;
  box-shadow: 0 16px 30px rgba(26, 59, 92, 0.22);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hh-who__button:hover,
.hh-who__button:focus {
  color: var(--hh-white);
  background: var(--hh-primary-dark);
}

.hh-who__avatar--small {
  position: relative;
  top: auto;
  left: auto;
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
}

.hh-reviews {
  padding: 3rem 0 4.25rem;
  background: #ffffff;
}

.hh-reviews__panel {
  max-width: 1140px;
  margin: 0 auto;
}

.hh-reviews__title {
  position: relative;
  margin: 0 0 2rem;
  padding-bottom: 0.85rem;
  color: #050505;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.hh-reviews__title::after {
  content: "";
  position: absolute;
  right: calc(50% - 2.4rem);
  bottom: 0;
  width: 4.8rem;
  height: 0.22rem;
  background: var(--hh-primary);
  border-radius: 999px;
}

.hh-reviews__carousel {
  position: relative;
  padding: 0 4.75rem;
}

.hh-reviews__carousel .carousel-inner {
  padding: 0.15rem;
}

.hh-reviews__control {
  top: 50%;
  bottom: auto;
  width: 2.35rem;
  height: 2.35rem;
  background: var(--hh-primary);
  border-radius: 50%;
  opacity: 1;
  transform: translateY(-50%);
}

.hh-reviews__control:hover,
.hh-reviews__control:focus {
  background: var(--hh-primary-dark);
}

.hh-reviews__control--prev {
  left: 0.8rem;
}

.hh-reviews__control--next {
  right: 0.8rem;
}

.hh-reviews__control .carousel-control-prev-icon,
.hh-reviews__control .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
}

.hh-review-card {
  display: flex;
  flex-direction: column;
  min-height: 16.75rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e1e7ec;
  border-radius: 0.25rem;
}

.hh-review-load-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  height: 100%;
  min-height: 16.75rem;
  padding: 1.2rem;
  color: var(--hh-primary);
  background: #ffffff;
  border: 1px dashed rgba(47, 104, 163, 0.45);
  border-radius: 0.25rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.hh-review-load-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  color: #ffffff;
  background: var(--hh-primary);
  border-radius: 50%;
  font-size: 1rem;
}

.hh-review-load-card:hover,
.hh-review-load-card:focus {
  color: var(--hh-primary-dark);
  background: #f7fbff;
}

.hh-review-load-card.is-loading {
  opacity: 0.72;
}

.hh-review-card__header {
  min-height: 4.35rem;
  padding: 1rem 1.05rem 0.75rem;
  border-bottom: 1px solid #e1e7ec;
}

.hh-review-card__header strong {
  display: block;
  margin-bottom: 0.35rem;
  overflow: hidden;
  color: #3d3d3d;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hh-review-card__stars {
  display: flex;
  gap: 0.12rem;
  color: #d3d8de;
  font-size: 0.95rem;
}

.hh-review-card__stars .is-active {
  color: #f5ac3d;
}

.hh-review-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  padding: 0.9rem 1.05rem 1.1rem;
}

.hh-review-card__text {
  display: -webkit-box;
  flex: 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: #9b9fa5;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.hh-review-card__read-more {
  align-self: flex-start;
  margin-top: 0.8rem;
  padding: 0;
  color: var(--hh-primary);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  cursor: pointer;
}

.hh-review-card__read-more:hover,
.hh-review-card__read-more:focus {
  color: var(--hh-primary-dark);
}

.hh-review-modal .modal-dialog {
  max-width: min(92vw, 34rem);
}

.hh-review-modal .modal-content {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0.65rem;
  box-shadow: 0 30px 70px rgba(7, 22, 36, 0.28);
}

.hh-review-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
}

.hh-review-modal__body {
  padding: 2rem 1.5rem 1.55rem;
}

.hh-review-modal__body h2 {
  margin: 0 2rem 0.45rem 0;
  color: #101820;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.2;
}

.hh-review-modal__stars {
  display: flex;
  gap: 0.14rem;
  margin-bottom: 1rem;
  color: #d3d8de;
  font-size: 1rem;
}

.hh-review-modal__stars .is-active {
  color: #f5ac3d;
}

.hh-review-modal__body p {
  max-height: min(52vh, 24rem);
  margin: 0;
  overflow: auto;
  color: #4f5963;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.hh-reviews__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hh-reviews__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22rem;
  max-width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 1.5rem;
  overflow: hidden;
  color: var(--hh-white);
  background: var(--hh-primary);
  border-radius: 0.55rem;
  box-shadow: 0 16px 30px rgba(26, 59, 92, 0.2);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: underline;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hh-reviews__button:hover,
.hh-reviews__button:focus {
  color: var(--hh-white);
  background: var(--hh-primary-dark);
}

.hh-locations {
  padding: 0 0 5rem;
  background: #ffffff;
}

.hh-locations__header {
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.hh-locations__title {
  position: relative;
  margin: 0;
  padding-bottom: 0.85rem;
  color: #050505;
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.hh-locations__title::after {
  content: "";
  position: absolute;
  right: calc(50% - 2.6rem);
  bottom: 0;
  width: 4.8rem;
  height: 0.22rem;
  background: var(--hh-primary);
  border-radius: 999px;
}

.hh-location-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  height: 100%;
  padding: 1.35rem;
  background: #ffffff;
  border: 1px solid #dce4ec;
  border-radius: 0.5rem;
}

.hh-location-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  color: var(--hh-white);
  background: var(--hh-primary);
  border-radius: 50%;
  font-size: 1.05rem;
}

.hh-location-card__body {
  min-width: 0;
}

.hh-location-card h3 {
  margin: 0 0 0.55rem;
  color: #101820;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
}

.hh-location-card address {
  margin: 0 0 1rem;
  color: var(--hh-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.hh-location-card dl {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.1rem;
}

.hh-location-card dl div {
  display: grid;
  grid-template-columns: minmax(5rem, auto) minmax(0, 1fr);
  gap: 0.75rem;
}

.hh-location-card dt {
  color: #101820;
  font-weight: 800;
}

.hh-location-card dd {
  min-width: 0;
  margin: 0;
  color: var(--hh-muted);
}

.hh-location-card a {
  color: var(--hh-primary);
  font-weight: 800;
}

.hh-location-card__route {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(47, 104, 163, 0.35);
  border-radius: 0.35rem;
  text-decoration: none;
}

.hh-location-card__route:hover,
.hh-location-card__route:focus {
  color: var(--hh-white);
  background: var(--hh-primary);
}

.hh-location-card__map {
  position: relative;
  grid-column: 1/-1;
  width: 100%;
  height: clamp(15rem, 24vw, 20rem);
  margin-top: 0.35rem;
  overflow: hidden;
  background: #dce4ec;
  border-radius: 0.6rem;
}

.hh-location-card__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.hh-location-card__map iframe:not([src]) {
  opacity: 0;
}

.hh-intro {
  border-radius: 2rem;
  box-shadow: var(--hh-shadow);
}

.hh-kicker {
  display: inline-block;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hh-kicker--dark {
  color: var(--hh-primary-dark);
  background: rgba(47, 104, 163, 0.08);
  border-color: rgba(47, 104, 163, 0.14);
}

.hh-intro__list {
  display: grid;
  gap: 1rem;
}

.hh-intro__list div {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  padding: 1rem 1.1rem;
  overflow: hidden;
  background: rgba(47, 104, 163, 0.08);
  border-radius: 1rem;
  color: var(--hh-ink);
  font-weight: 600;
}

.hh-intro__list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hh-intro__list i {
  flex: 0 0 auto;
  color: var(--hh-primary);
}

@media (max-width: 991.98px) {
  .hh-home-hero__image {
    min-height: 34rem;
    padding: 3rem 0 1rem;
  }
  .hh-home-hero__control {
    width: 3.5rem;
  }
  .hh-home-hero__actions {
    justify-content: center;
    transform: translateY(3.7rem);
  }
  .hh-service-panels {
    transform: translateY(6.75rem);
  }
  .hh-panel-card {
    min-height: 12.5rem;
  }
  .hh-who {
    padding-top: 7.75rem;
  }
  .hh-who__content {
    min-height: auto;
    padding-top: 0;
  }
  .hh-who__avatar {
    display: none;
  }
  .hh-who__action {
    justify-content: flex-start;
    margin-top: 2rem;
  }
  .hh-reviews__panel {
    max-width: 720px;
  }
  .hh-review-card {
    min-height: 14rem;
  }
  .hh-review-load-card {
    min-height: 14rem;
  }
  .hh-review-card__text {
    -webkit-line-clamp: 4;
  }
  .hh-locations {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .hh-home-hero__image {
    min-height: auto;
    padding: 0 0 1rem;
    overflow: visible;
  }
  .hh-home-hero__image::after {
    display: none;
  }
  .hh-home-hero__image > .container {
    margin-top: -2.35rem;
    padding-top: 0;
  }
  .hh-home-hero__carousel {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(13.5rem, 54vw, 19rem);
  }
  .hh-home-hero__slide-image {
    object-position: center 60%;
  }
  .hh-home-hero__control {
    top: 0;
    bottom: auto;
    height: clamp(13.5rem, 54vw, 19rem);
    width: 3rem;
  }
  .hh-home-hero__actions {
    justify-content: center;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
    transform: none;
  }
  .hh-home-hero__contact {
    width: min(100%, 20rem);
    min-height: 3rem;
    padding: 0.78rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.98rem;
  }
  .hh-service-panels {
    padding: 0 0.4rem;
    transform: none;
  }
  .hh-service-panels .row {
    gap: 0.55rem;
  }
  .hh-service-panels .col-lg-4 {
    width: 100%;
  }
  .hh-panel-card {
    min-height: 4.35rem;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 14px 28px rgba(17, 37, 58, 0.16);
  }
  .hh-panel-card::after {
    opacity: 0.9;
  }
  .hh-panel-card__hover-image {
    opacity: 1;
    transform: scale(1.03);
  }
  .hh-panel-card__title {
    font-size: 1.12rem;
    line-height: 1.25;
  }
  .hh-panel-card__hint {
    display: inline-flex;
  }
  .hh-who {
    padding: 1.8rem 0 2.5rem;
  }
  .hh-who__image {
    width: min(78vw, 18rem);
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  .hh-who__button {
    min-width: auto;
    width: 100%;
    white-space: normal;
  }
  .hh-reviews {
    padding: 2.5rem 0 3rem;
  }
  .hh-reviews__title {
    margin-bottom: 1rem;
  }
  .hh-review-card {
    height: 12.4rem;
    min-height: 12.4rem;
  }
  .hh-review-load-card {
    height: 12.4rem;
    min-height: 12.4rem;
  }
  .hh-reviews__carousel {
    padding: 0 3.05rem;
  }
  .hh-reviews__control {
    width: 2.2rem;
    height: 2.2rem;
  }
  .hh-reviews__control--prev {
    left: 0.15rem;
  }
  .hh-reviews__control--next {
    right: 0.15rem;
  }
  .hh-review-card__header {
    min-height: 4.15rem;
    padding: 0.8rem 0.95rem 0.65rem;
  }
  .hh-review-card__body {
    padding: 0.75rem 0.95rem 0.85rem;
  }
  .hh-review-card__text {
    font-size: 0.95rem;
    line-height: 1.45;
    -webkit-line-clamp: 3;
  }
  .hh-review-card__read-more {
    margin-top: 0.55rem;
    font-size: 0.88rem;
  }
  .hh-reviews__button {
    min-width: auto;
    width: 100%;
    white-space: normal;
  }
  .hh-reviews__action .hh-who__avatar--small {
    display: none;
  }
  .hh-locations {
    padding-bottom: 2.5rem;
  }
  .hh-locations__title {
    width: auto;
  }
  .hh-location-card {
    grid-template-columns: 2.8rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.95rem;
    align-items: start;
  }
  .hh-location-card__icon {
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1rem;
  }
  .hh-location-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }
  .hh-location-card h3 {
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
  }
  .hh-location-card address {
    margin-bottom: 0.65rem;
    font-size: 0.93rem;
    line-height: 1.45;
  }
  .hh-location-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin-bottom: 0.75rem;
  }
  .hh-location-card dl div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
  .hh-location-card dt,
  .hh-location-card dd {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .hh-location-card__route {
    width: fit-content;
    min-height: 2.25rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.92rem;
  }
  .hh-location-card__map {
    height: clamp(8.5rem, 38vw, 11rem);
    margin-top: 0;
  }
}
.hh-services-page {
  background: #ffffff;
}

.hh-services-hero {
  background: linear-gradient(120deg, rgba(19, 38, 60, 0.9), rgba(47, 104, 163, 0.78)), url("../img/hero-bg.jpeg") center/cover;
}

.hh-services-hero__lead p,
.hh-service-detail__body p:last-child {
  margin-bottom: 0;
}

.hh-services-list {
  padding: 2.5rem 0;
}

.hh-services-section {
  display: grid;
  gap: 1.25rem;
}

.hh-services-section + .hh-services-section {
  margin-top: 3rem;
}

.hh-services-section__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 1.45rem;
  padding-bottom: 0.35rem;
}

.hh-services-section__heading h2 {
  position: relative;
  max-width: 42rem;
  margin: 0;
  padding-bottom: 0.75rem;
  color: #050505;
  font-size: clamp(1.75rem, 7.5vw, 2.35rem);
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
}

.hh-services-section__heading h2::after {
  content: "";
  position: absolute;
  right: calc(50% - 2.4rem);
  bottom: 0;
  width: 4.8rem;
  height: 0.22rem;
  background: var(--hh-primary);
  border-radius: 999px;
}

.hh-services-stack {
  display: grid;
  gap: 1.65rem;
}

.hh-service-detail {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.45rem 0;
  border-bottom: 1px solid #dce4ec;
  scroll-margin-top: 5.5rem;
}

.hh-service-detail:first-child {
  padding-top: 0;
}

.hh-service-detail--image-left {
  grid-template-columns: 1fr;
}

.hh-service-detail--image-left .hh-service-detail__media {
  order: 0;
}

.hh-service-detail--active h3 {
  animation: hh-service-title-focus 1.6s ease;
}
.hh-service-detail--active h3::after {
  animation: hh-service-title-line 1.6s ease;
}

.hh-service-detail__content {
  min-width: 0;
}

.hh-service-detail h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.35rem;
  color: #050505;
  font-size: clamp(1.28rem, 6vw, 1.65rem);
  font-weight: 850;
  line-height: 1.12;
}

.hh-service-detail h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.18rem;
  background: var(--hh-primary);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left center;
}

.hh-service-detail__body {
  margin: 0.8rem 0 0;
  color: #364657;
  font-size: 0.96rem;
  line-height: 1.62;
}

.hh-service-detail__body p {
  margin: 0 0 0.75rem;
}

.hh-service-detail__body u {
  text-decoration-color: var(--hh-primary);
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 0.18rem;
}

.hh-service-detail__body h4 {
  margin: 0.9rem 0 0.4rem;
  color: #13263c;
  font-size: 0.95rem;
  font-weight: 850;
}

.hh-service-detail__body ul {
  margin: 0.5rem 0 0.9rem;
  padding-left: 1.15rem;
}

.hh-service-detail__body li {
  margin: 0.22rem 0;
}

.hh-service-detail__body li::marker {
  color: var(--hh-primary);
}

.hh-service-detail__body blockquote {
  margin: 1rem 0 0;
  padding-left: 1rem;
  color: #13263c;
  font-weight: 800;
  line-height: 1.5;
  border-left: 0.18rem solid var(--hh-primary);
}

.hh-service-detail__body strong {
  color: #13263c;
  font-weight: 850;
}

.hh-service-detail__media {
  min-width: 0;
  overflow: hidden;
  background: #dce4ec;
  border-radius: 0.55rem;
}

.hh-service-detail__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .hh-services-list {
    padding: 3.5rem 0;
  }
  .hh-services-section {
    gap: 1.6rem;
  }
  .hh-services-section + .hh-services-section {
    margin-top: 4rem;
  }
  .hh-services-section__heading {
    margin-bottom: 2rem;
  }
  .hh-services-section__heading h2 {
    font-size: clamp(2.15rem, 4vw, 2.75rem);
  }
  .hh-service-detail {
    gap: 1.7rem;
    padding: 1.9rem 0;
  }
  .hh-service-detail h3 {
    font-size: clamp(1.5rem, 3vw, 1.85rem);
  }
  .hh-service-detail__body {
    font-size: 1rem;
    line-height: 1.68;
  }
}
@media (min-width: 992px) {
  .hh-service-detail {
    grid-template-columns: minmax(0, 1.04fr) minmax(18rem, 0.96fr);
    gap: clamp(2rem, 4vw, 4rem);
    scroll-margin-top: 7rem;
  }
  .hh-service-detail--image-left {
    grid-template-columns: minmax(18rem, 0.96fr) minmax(0, 1.04fr);
  }
  .hh-service-detail--image-left .hh-service-detail__media {
    order: -1;
  }
}
@media (min-width: 1200px) {
  .hh-services-list {
    padding: 4.5rem 0;
  }
  .hh-services-section + .hh-services-section {
    margin-top: 5rem;
  }
  .hh-services-section__heading {
    margin-bottom: 2.6rem;
  }
  .hh-services-section__heading h2 {
    font-size: clamp(2.45rem, 3vw, 3.1rem);
  }
  .hh-service-detail {
    padding: 2.35rem 0;
  }
  .hh-service-detail h3 {
    font-size: 2rem;
  }
}
@keyframes hh-service-title-focus {
  0% {
    color: #050505;
    transform: translateY(0);
  }
  24%, 74% {
    color: var(--hh-primary);
    transform: translateY(-0.12rem);
  }
  100% {
    color: #050505;
    transform: translateY(0);
  }
}
@keyframes hh-service-title-line {
  0% {
    opacity: 0;
    transform: scaleX(0.18);
  }
  24%, 74% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hh-service-detail--active h3,
  .hh-service-detail--active h3::after {
    animation: none;
  }
}
.hh-bonuses-page {
  background: #ffffff;
}

.hh-bonuses-hero__lead p:last-child,
.hh-bonus-card__body p:last-child {
  margin-bottom: 0;
}

.hh-bonuses-list {
  padding: 2.75rem 0 3.25rem;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.hh-bonuses-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
  max-width: 73.75rem;
  margin: 0 auto;
}

.hh-bonus-card {
  --hh-bonus-accent: var(--hh-primary);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  width: 100%;
  flex: 0 1 min(100%, 26.25rem);
  max-width: 26.25rem;
  min-height: 100%;
  margin: 0 auto;
  padding: 1.85rem 1.25rem 1.25rem;
  overflow: hidden;
  color: #050505;
  background: #ffffff;
  border: 1px solid rgba(47, 104, 163, 0.13);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.6rem rgba(18, 68, 110, 0.13);
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.hh-bonus-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: var(--hh-bonus-accent);
}

.hh-bonus-card--integral,
.hh-bonus-card--family {
  --hh-bonus-accent: var(--hh-primary);
}

.hh-bonus-card--apparatus {
  --hh-bonus-accent: #d95c73;
}

.hh-bonus-card--family {
  border-color: rgba(217, 92, 115, 0.24);
}

.hh-bonus-card__badge {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  z-index: 2;
  max-width: calc(100% - 1.9rem);
  padding: 0.42rem 0.85rem;
  overflow: hidden;
  color: #ffffff;
  background: #d95c73;
  border-radius: 999px;
  box-shadow: 0 0.55rem 1.4rem rgba(217, 92, 115, 0.24);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.hh-bonus-card--recommended h2 {
  margin-top: 1.45rem;
}

.hh-bonus-card h2 {
  margin: 0;
  color: var(--hh-ink);
  font-size: clamp(1.22rem, 5.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.hh-bonus-card__body {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0.85rem 0 0;
  color: #364657;
  font-size: clamp(1rem, 4.5vw, 1.18rem);
  font-weight: 650;
  line-height: 1.42;
}

.hh-bonus-card__body p {
  margin: 0 0 0.28rem;
}

.hh-bonus-card__price {
  margin: 1.2rem 0 1.05rem;
  color: var(--hh-primary);
  font-size: clamp(1.95rem, 10vw, 2.3rem);
  font-weight: 900;
  line-height: 1;
}

.hh-bonus-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 3.25rem;
  margin-top: auto;
  padding: 0.8rem 1.1rem;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  background: var(--hh-primary);
  border: 0;
  border-radius: 999rem;
  box-shadow: 0 0.55rem 1.35rem rgba(47, 104, 163, 0.25);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hh-bonus-card__button i {
  color: currentColor;
  font-size: 1.15rem;
  line-height: 1;
}

.hh-bonus-card__button:focus-visible {
  color: #ffffff;
  background: var(--hh-primary-dark);
  outline: 0.18rem solid rgba(47, 104, 163, 0.24);
  outline-offset: 0.18rem;
}

@media (max-width: 380px) {
  .hh-bonuses-list {
    padding: 2.5rem 0 3rem;
  }
  .hh-bonus-card {
    padding: 1.75rem 1.05rem 1.15rem;
    border-radius: 1.1rem;
  }
  .hh-bonus-card__badge {
    right: 0.75rem;
    padding: 0.4rem 0.72rem;
    font-size: 0.68rem;
  }
  .hh-bonus-card__price {
    font-size: 1.95rem;
  }
  .hh-bonus-card__button {
    min-height: 3.1rem;
    padding: 0.78rem 0.85rem;
    font-size: 0.88rem;
  }
}
@media (min-width: 768px) {
  .hh-bonuses-list {
    padding: 4rem 0;
  }
  .hh-bonuses-grid {
    gap: 1.75rem;
  }
  .hh-bonus-card {
    flex-basis: min(100%, 22.75rem);
    padding: 2.35rem 1.75rem 1.75rem;
    border-radius: 1.35rem;
  }
  .hh-bonus-card__button {
    width: auto;
    min-width: 14.5rem;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .hh-bonuses-list {
    padding: 4.8rem 0;
  }
  .hh-bonuses-grid {
    gap: 2rem;
  }
  .hh-bonus-card {
    flex-basis: 23rem;
    padding: 2.65rem 2rem 2rem;
    border-radius: 1.5rem;
  }
  .hh-bonus-card h2 {
    font-size: 1.55rem;
  }
  .hh-bonus-card__body {
    font-size: 1.12rem;
  }
  .hh-bonus-card__price {
    font-size: 2.65rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hh-bonus-card:hover {
    border-color: rgba(47, 104, 163, 0.22);
    box-shadow: 0 1.5rem 3.75rem rgba(18, 68, 110, 0.21);
    transform: translateY(-0.5rem);
  }
  .hh-bonus-card__button:hover {
    color: #ffffff;
    background: var(--hh-primary-dark);
    box-shadow: 0 0.8rem 1.75rem rgba(28, 70, 111, 0.28);
    transform: translateY(-0.12rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hh-bonus-card,
  .hh-bonus-card__button {
    transition: none;
  }
}
.hh-team-page {
  overflow-x: hidden;
  background: #ffffff;
}

.hh-team-hero__lead p,
.hh-team-section__subtitle p,
.hh-team-member__body p:last-child,
.hh-team-work__body p:last-child {
  margin-bottom: 0;
}

.hh-team-section {
  background: #ffffff;
}

.hh-team-section--work {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.hh-team-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0 0.9rem;
  text-align: center;
}

.hh-team-section__header h2 {
  position: relative;
  margin: 0;
  padding-bottom: 0.75rem;
  color: #050505;
  font-size: clamp(1.65rem, 7vw, 2.15rem);
  font-weight: 900;
  line-height: 1.12;
}

.hh-team-section__header h2::after {
  content: "";
  position: absolute;
  right: calc(50% - 2.4rem);
  bottom: 0;
  width: 4.8rem;
  height: 0.22rem;
  background: var(--hh-primary);
  border-radius: 999px;
}

.hh-team-section__subtitle {
  max-width: 46rem;
  margin: 0.8rem auto 0;
  color: #364657;
  font-size: 0.96rem;
  line-height: 1.58;
}

.hh-team-section__body {
  padding: 1.45rem 0 2.5rem;
}

.hh-team-members {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 1.25rem;
}

.hh-team-member {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  width: 100%;
  max-width: 24rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(47, 104, 163, 0.13);
  border-radius: 1.15rem;
  box-shadow: 0 1rem 2.6rem rgba(18, 68, 110, 0.11);
}

.hh-team-member__media {
  min-width: 0;
  overflow: hidden;
  background: #dce4ec;
}

.hh-team-member__media img {
  display: block;
  width: 100%;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center top;
}

.hh-team-member__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 1rem 1rem 1.1rem;
  text-align: left;
}

.hh-team-member__content h3 {
  position: relative;
  margin: 0 0 0.7rem;
  padding-bottom: 0.48rem;
  color: #050505;
  font-size: clamp(1.08rem, 5.4vw, 1.32rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.hh-team-member__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 0.18rem;
  background: var(--hh-primary);
  border-radius: 999px;
}

.hh-team-member__body {
  color: #27394a;
  font-size: 0.94rem;
  line-height: 1.54;
}

.hh-team-member__body p,
.hh-team-work__body p {
  margin: 0 0 0.75rem;
}

.hh-team-member__body strong,
.hh-team-work__body strong {
  color: #13263c;
  font-weight: 900;
}

.hh-team-work {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: center;
  min-width: 0;
  padding: 1.1rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(47, 104, 163, 0.13);
  border-radius: 1.15rem;
  box-shadow: 0 1rem 2.6rem rgba(18, 68, 110, 0.11);
}

.hh-team-work__body {
  min-width: 0;
  max-width: 39rem;
  padding-left: 1.35rem;
  color: #27394a;
  font-size: 0.97rem;
  line-height: 1.58;
}

.hh-team-work__body p strong {
  display: inline-block;
  margin-top: 0.15rem;
}

.hh-team-work__body ul {
  margin: 0.85rem 0 1rem;
  padding-left: 1.2rem;
  list-style: disc;
}

.hh-team-work__body li {
  min-width: 0;
  margin: 0.35rem 0;
  padding: 0;
  color: #27394a;
}

.hh-team-work__body li::marker {
  color: var(--hh-primary);
  font-size: 1.05em;
}

.hh-team-work__body u {
  text-decoration-color: var(--hh-primary);
  text-decoration-thickness: 0.12rem;
  text-underline-offset: 0.18rem;
}

.hh-team-work__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 22rem;
  padding: 1.25rem;
  overflow: hidden;
  background: #f7fbff;
  border-radius: 0.9rem;
}

.hh-team-work__media img {
  display: block;
  width: auto;
  max-width: 88%;
  height: auto;
  max-height: 28rem;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 768px) {
  .hh-team-section__header {
    padding: 2.65rem 0 1.15rem;
  }
  .hh-team-section__header h2 {
    font-size: clamp(2.05rem, 3.4vw, 2.55rem);
  }
  .hh-team-section__subtitle {
    font-size: 1rem;
    line-height: 1.62;
  }
  .hh-team-section__body {
    padding: 2rem 0 3.25rem;
  }
  .hh-team-members {
    gap: 1.6rem;
  }
  .hh-team-member__content {
    padding: 1.12rem 1.15rem 1.25rem;
  }
  .hh-team-member__body,
  .hh-team-work__body {
    font-size: 0.98rem;
  }
  .hh-team-work {
    gap: 1.5rem;
    padding: 1.35rem;
    border-radius: 1.35rem;
  }
  .hh-team-work__media {
    min-height: 27rem;
    padding: 1.6rem;
  }
  .hh-team-work__media img {
    max-width: 86%;
    max-height: 32rem;
  }
}
@media (max-width: 991.98px) {
  .hh-team-work__body {
    max-width: none;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .hh-team-members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.35rem;
    max-width: 54rem;
    margin: 0 auto;
  }
  .hh-team-member {
    max-width: 25rem;
  }
  .hh-team-work {
    grid-template-columns: minmax(0, 1.12fr) minmax(16rem, 0.78fr);
    gap: clamp(1.75rem, 4vw, 3rem);
    padding: 1.6rem;
  }
  .hh-team-work__body {
    justify-self: auto;
    max-width: 39rem;
    padding-left: 1.75rem;
  }
  .hh-team-work__media {
    min-height: 30rem;
    padding: 1.7rem;
  }
  .hh-team-work__media img {
    max-width: 78%;
    max-height: 30rem;
  }
}
@media (min-width: 1200px) {
  .hh-team-section__header {
    padding: 3.1rem 0 1.35rem;
  }
  .hh-team-section__body {
    padding: 2.35rem 0 4rem;
  }
  .hh-team-members {
    gap: 1.5rem;
  }
  .hh-team-member {
    border-radius: 1.35rem;
  }
  .hh-team-member__content {
    padding: 1.25rem 1.35rem 1.35rem;
  }
  .hh-team-member__content h3 {
    font-size: 1.38rem;
  }
  .hh-team-member__body {
    font-size: 0.98rem;
    line-height: 1.52;
  }
  .hh-team-work__body {
    padding-left: 2rem;
    font-size: 1.06rem;
    line-height: 1.55;
  }
}

/*# sourceMappingURL=main.css.map */
