/* Expertise archive — Liquid Glass */
.ex-glass {
  --ex-navy: #0C1C34;
  --ex-ink: #14243D;
  --ex-bg: #EDF1F6;
  --ex-glass: rgba(255, 255, 255, 0.55);
  --ex-glass-hover: rgba(255, 255, 255, 0.78);
  --ex-border: rgba(255, 255, 255, 0.8);
  /*font-family: 'Manrope', 'Montserrat-Regular', system-ui, sans-serif;*/
  color: var(--ex-ink);
  -webkit-font-smoothing: antialiased;
  background: var(--ex-bg);
  padding-top: 0;
}

.ex-glass__home{
  /*background: #ffffff;*/
  padding: 40px 0;
}

.ex-glass a {
  color: inherit;
  text-decoration: none;
}

.ex-glass__hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #123057 0%, #0C1C34 45%, #0A1728 100%);
  padding-top: 120px;
}

.ex-glass__hero .breadcrumbs {
  position: absolute;
  top: 143px;
  margin-top: 0;
}

.ex-glass__hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
}

.ex-glass__hero-glow_a {
  top: -160px;
  left: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(90, 140, 220, 0.35), transparent 70%);
  animation: exGlassFloatA 20s ease-in-out infinite;
}

.ex-glass__hero-glow_b {
  top: -40px;
  right: -160px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(60, 110, 190, 0.3), transparent 70%);
  filter: blur(44px);
  animation: exGlassFloatB 24s ease-in-out infinite;
}

@keyframes exGlassFloatA {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(38px, -26px); }
}

@keyframes exGlassFloatB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-44px, 34px); }
}

.ex-glass__hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 32px;*/
}

.ex-glass__hero-band {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding: 124px 0 40px;
}

.ex-glass__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 12px;
}

.ex-glass__title {
  margin: 0;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  /*font-family: 'Manrope', 'Montserrat-Bold', system-ui, sans-serif;*/
  text-transform: uppercase;
}

.ex-glass__search {
  position: relative;
  flex: 1;
  min-width: 280px;
  max-width: 440px;
}

.ex-glass__search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  color: rgba(20, 36, 61, 0.45);
}

.ex-glass__search-input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 50px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--ex-ink);
  background: var(--ex-bg);
  border: none;
  border-radius: 16px;
  box-shadow: 0 12px 30px -16px rgba(0, 0, 0, 0.5);
  outline: none;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.ex-glass__search-input::placeholder {
  color: rgba(20, 36, 61, 0.5);
}

.ex-glass__search-input:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35), 0 12px 30px -16px rgba(0, 0, 0, 0.5);
}

.ex-glass__body {
  position: relative;
  /*overflow: hidden;*/
  padding-top: 40px;
}

.header-inside > .anchors {
    width: 100%;
    margin-top: auto;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.header-inside:has(> .anchors) {
    flex-direction: column;
    padding-bottom: 0;
}

.header-inside:has(> .anchors) .scrollToNext_wrapper {
    pointer-events: none;
    bottom: 120px;
}

.header-inside:has(> .anchors) .scrollToNext_wrapper .scroll_to_next {
    pointer-events: auto;
}

.header-inside > .anchors .anchorsSlider {
    overflow: hidden;
}

.header-inside > .anchors .swiper-slide {
    width: auto;
}

.ex-glass__home .ex-glass__body{
  padding-top: 0;
}

.ex-glass__services {
  background: var(--ex-bg);
}

.ex-glass__services.service-sect {
  padding: 40px 0;
  margin: 0;
}

.ex-glass__services .ex-glass__body {
  padding-top: 0;
}

.ex-glass__services .ex-glass__inner {
  padding-top: 48px;
  padding-bottom: 64px;
}

.ex-glass__services .service-sect__title {
  margin: 0 0 28px;
  /*font-family: 'Manrope', 'Montserrat-Bold', system-ui, sans-serif;*/
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ex-ink);
}

.ex-glass__services .ex-glass__tabs-wrap {
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .ex-glass__services .service-sect__title {
    font-size: 28px;
  }
}

.ex-glass__body-glow {
  position: absolute;
  top: -120px;
  right: -140px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 160, 210, 0.16), transparent 72%);
  filter: blur(46px);
  pointer-events: none;
}

.ex-glass__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 0 80px;
}

.ex-glass__tabs-wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.ex-glass__tabs {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid var(--ex-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 30px -20px rgba(20, 36, 61, 0.35);
  flex-wrap: wrap;
  max-width: 100%;
  box-sizing: border-box;
}

.ex-glass__tabs.swiper {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
  margin-left: 0;
}

.ex-glass__tabs.swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
}

.ex-glass__tabs.swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  height: auto;
}

.ex-glass__tabs.swiper .ex-glass__tab {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.ex-glass__tabs.swiper:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50px;
  /* background: #ecf0f4; */
  /* backdrop-filter: blur(0px); */
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  background: linear-gradient(to right, rgba(0, 128, 255, 0), #ecf0f4);
}

.ex-glass__tab {
  padding: 11px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  white-space: nowrap;
  color: rgba(20, 36, 61, 0.62);
  background: transparent;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ex-glass__tab:hover {
  color: var(--ex-navy);
  background: rgba(12, 28, 52, 0.06);
}

.ex-glass__tab.is-active {
  color: #fff;
  background: var(--ex-navy);
  box-shadow: 0 10px 22px -12px rgba(12, 28, 52, 0.8);
}

.ex-glass__tab.is-active:hover {
  color: #fff;
  background: var(--ex-navy);
}

.ex-glass__tab_link {
  display: inline-flex;
  align-items: center;
}

.ex-glass__meta {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-bottom: 16px;
  padding: 0 4px;
}

.ex-glass__count {
  font-size: 13px;
  font-weight: 600;
  color: rgba(20, 36, 61, 0.45);
}

.ex-glass__panel[hidden] {
  display: none;
}

.ex-glass__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ex-glass__grid_specials {
  grid-template-columns: repeat(2, 1fr);
}

.ex-glass__home .ex-glass__grid{
  max-height: 506px;
  overflow-y: scroll;
}

.ex-glass__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 158px;
  padding: 24px;
  border-radius: 22px;
  background: var(--ex-glass);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid var(--ex-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 34px -24px rgba(20, 36, 61, 0.4);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ex-glass__card_special {
  min-height: 188px;
}

.ex-glass__card[hidden] {
  display: none;
}

.ex-glass__card:hover {
  background: var(--ex-glass-hover);
  border-color: rgba(12, 28, 52, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 22px 46px -22px rgba(20, 36, 61, 0.45);
  transform: translateY(-4px);
}

.ex-glass__card-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent);
  pointer-events: none;
}

.ex-glass__card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ex-glass__card-title {
  position: relative;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ex-ink);
  text-wrap: pretty;
}

.ex-glass__card-desc {
  position: relative;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(20, 36, 61, 0.62);
  text-wrap: pretty;
}

.ex-glass__card-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.ex-glass__card-more {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(20, 36, 61, 0.55);
}

.ex-glass__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(12, 28, 52, 0.06);
  border: 1px solid rgba(12, 28, 52, 0.1);
  color: var(--ex-navy);
}

.ex-glass__empty {
  margin: 32px 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: rgba(20, 36, 61, 0.45);
}

.ex-glass__empty[hidden] {
  display: none;
}

/* Soften page chrome around archive */
body.page-exp .page-content {
  background: var(--ex-bg, #EDF1F6);
}

body.ex-menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .ex-glass__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ex-glass__grid_specials {
    grid-template-columns: repeat(2, 1fr);
  }

  .ex-glass__title {
    font-size: 40px;
  }
  .ex-glass__search-input {
    height: 40px;
  }
}

@media (max-width: 992px) {
  .ex-glass__hero {
    padding-top: 120px;
  }
  .ex-glass__hero .breadcrumbs{
    top: 73px;
  }
}

@media (max-width: 720px) {
  .ex-glass__hero{
    padding-top: 154px;
  }
  /*.ex-glass__hero-inner,
  .ex-glass__inner {
    padding-left: 20px;
    padding-right: 20px;
  }*/

  .ex-glass__hero-band {
    padding: 84px 0 28px;
    gap: 20px;
  }

  .ex-glass__title {
    font-size: 34px;
  }

  .ex-glass__search {
    min-width: 100%;
    max-width: none;
  }

  .ex-glass__search-input {
    height: 34px;
  }

  .ex-glass__grid {
    grid-template-columns: 1fr;
  }

  .ex-glass__grid_specials {
    grid-template-columns: 1fr;
  }

  .ex-glass__tabs {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ex-glass__tabs::-webkit-scrollbar {
    display: none;
  }

  .ex-glass__tab {
    flex: 0 0 auto;
    text-align: center;
    padding: 10px 14px;
    font-size: 13px;
  }

  .ex-glass__tabs.swiper {
    overflow: hidden;
    max-height: 44px;
  }
}
/* ── Liquid Glass mobile menu ── */
@keyframes exMenuIn {
  from { opacity: 0; transform: translateY(-12px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

.header-sidebar.ex-menu {
  position: fixed;
  inset: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: block;
  row-gap: 0;
  align-items: stretch;
  justify-content: flex-start;
  /*background: transparent;*/
  transition: opacity 0.28s ease, visibility 0.28s ease;
  /*font-family: 'Manrope', 'Montserrat-Regular', system-ui, sans-serif;*/
  -webkit-font-smoothing: antialiased;
}

.header-sidebar.ex-menu:after {
  display: none;
}

.header-sidebar.ex-menu.is-visible {
  opacity: 1;
  visibility: visible;
  right: 0;
  overflow-y: scroll;
}

.ex-menu__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 14, 28, 0.55);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.ex-menu__panel {
  position: absolute;
  top: 104px;
  right: calc(50vw - 600px);
  width: 412px;
  max-width: calc(100vw - 40px);
  /*max-height: calc(100dvh - 40px);*/
  overflow: hidden;
  background: linear-gradient(165deg, rgba(16, 38, 72, 0.99), rgba(9, 20, 38, 0.995));
  /*backdrop-filter: blur(30px) saturate(150%);*/
  /*-webkit-backdrop-filter: blur(30px) saturate(150%);*/
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 34px 80px -26px rgba(0, 0, 0, 0.7);
  padding: 24px 26px 28px;
  color: #fff;
  animation: exMenuIn 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ex-menu__glow {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 140, 220, 0.35), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}

.ex-menu__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 18px;
}

.ex-menu__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.ex-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  transition: background 0.16s;
  position: static;
  right: auto;
  top: auto;
  margin: 0;
}

.ex-menu__close:before,
.ex-menu__close:after,
.ex-menu__close span {
  display: none !important;
  content: none !important;
}

.ex-menu__close:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
}

.ex-menu__search {
  position: relative;
  /*margin-bottom: 20px;*/
  width: 100%;
}

.ex-menu__search-label {
  display: block;
  position: relative;
  width: 80%;
}

.ex-menu__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.6);
}

.ex-menu__search-input {
  width: 100%;
  height: 36px;
  padding: 0 16px 0 44px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  outline: none;
  transition: background 0.16s, border-color 0.16s;
}

.ex-menu__search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.ex-menu__search-input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.ex-menu__nav {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ex-menu__link {
  display: flex;
  align-items: center;
  gap: 16px;
  /*padding: 14px;*/
  padding: 8px;
  margin: 0 -14px;
  border-radius: 14px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  transition: background 0.16s;
}

.ex-menu__link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ex-menu__num {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.4);
  width: 22px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
}

.ex-menu__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ex-menu__name {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}

.ex-menu__desc {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.ex-menu__arrow {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.55);
}

.ex-menu__secondary {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ex-menu__secondary .ex-menu__name{
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  width: fit-content;
}

.ex-menu__secondary .ex-menu__name:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ex-menu__chip {
  /*padding: 8px 14px;*/
  /*border-radius: 10px;*/
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  /*background: rgba(255, 255, 255, 0.06);*/
  /*border: 1px solid rgba(255, 255, 255, 0.1);*/
  text-decoration: none;
  transition: background 0.16s, color 0.16s;
}

.ex-menu__chip > a{
  display: flex;
  gap: 8px;
  align-items: center;
}
.ex-menu__chip > a,
.ex-menu__chip > a:visited,
.ex-menu__chip > a:focus,
.ex-menu__chip{
  color: rgba(255, 255, 255, 0.75);
}

.ex-menu__chip:hover > a{
  color: #ffffff;
  /*background: #fff;*/
  /*border-color: #fff;*/
}

.ex-menu__social-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ex-menu__social-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.ex-menu__social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ex-menu__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.16s, color 0.16s;
}

.ex-menu__social a:hover,
.ex-menu__social a.fb:hover,
.ex-menu__social a.linkedin:hover,
.ex-menu__social a.tg:hover,
.ex-menu__social a.youtube:hover,
.ex-menu__social a.inst:hover,
.ex-menu__social a.tt:hover {
  background: #fff !important;
  color: #0C1C34 !important;
}

.ex-menu .headet-top_left {
  display: none;
}
@media (max-width: 1200px) {
  .ex-menu__panel {
    /*top: 40px;*/
    right: 15px;
  }
}
@media (max-width: 768px) {
  .ex-menu__panel {
    top: 40px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
    max-height: calc(100dvh - 24px);
  }

  .ex-menu__name {
    font-size: 20px;
  }
}
