.mob-bottom-nav,
.ir-mobile-trustline {
  display: none;
}

.ir-v16-drawer {
  z-index: 1250 !important;
}

.ir-v16-drawer .drawer-bg {
  background: rgba(17, 17, 17, 0.48) !important;
}

.ir-v16-drawer .drawer-panel {
  width: min(326px, 86vw) !important;
  padding: 0 14px calc(18px + env(safe-area-inset-bottom)) !important;
  gap: 0 !important;
  background: #fff !important;
  box-shadow: -18px 0 60px rgba(17, 17, 17, 0.22) !important;
  overscroll-behavior: contain;
}

.ir-v16-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 12px;
  margin-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #eee9e2;
}

.ir-v16-logo {
  display: block;
  width: auto;
  height: 30px;
}

.ir-v16-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f4f1ec;
  color: #2b2926;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.ir-v16-locale {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #f8f7f5;
  border: 1px solid #e9e3dc;
  border-radius: 14px;
}

.ir-v16-locale .lang-sw {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  border: 1px solid #ddd6cc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.ir-v16-locale .lang-btn {
  flex: 1;
  min-width: 0;
  padding: 7px 6px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #7a746c;
  text-align: center;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.ir-v16-locale .lang-btn.on {
  background: #e8231a;
  color: #fff;
}

.ir-v16-locale .ir-v16-cur-sel {
  flex-shrink: 0;
  width: 72px;
  padding: 7px 8px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #2a2724;
  font-family: var(--ff, "Outfit", sans-serif);
  background: #fff;
  border: 1px solid #ddd6cc;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
}

.ir-v16-trust {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 6px;
  margin-bottom: 10px;
}

.ir-v16-trust span {
  min-width: 0;
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  text-align: center;
  background: #111;
  color: #fff;
  border-radius: 12px;
}

.ir-v16-trust b,
.ir-v16-trust em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}

.ir-v16-trust b {
  font-size: 0.72rem;
  font-weight: 900;
}

.ir-v16-trust em {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.53rem;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ir-v16-trust span:first-child b {
  color: #ffc83d;
}

.ir-v16-primary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.ir-v16-primary a {
  display: block;
  padding: 12px 11px;
  min-width: 0;
  color: #111;
  text-decoration: none;
  background: #f8f7f5;
  border: 1px solid #e9e3dc;
  border-radius: 16px;
  transition: background 0.15s, transform 0.12s, border-color 0.15s;
}

.ir-v16-primary a:active {
  transform: scale(0.98);
  background: #f1eee9;
}

.ir-v16-primary a.on {
  border-color: rgba(232, 35, 26, 0.32);
  background: rgba(232, 35, 26, 0.06);
}

.ir-v16-primary a.on strong {
  color: #e8231a;
}

.ir-v16-ico {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.05);
  font-size: 1rem;
}

.ir-v16-primary strong,
.ir-v16-primary small {
  display: block;
}

.ir-v16-primary strong {
  font-size: 0.87rem;
  font-weight: 900;
  line-height: 1.15;
}

.ir-v16-primary small {
  margin-top: 4px;
  color: #817970;
  font-size: 0.68rem;
  line-height: 1.15;
}

.ir-v16-title {
  margin: 11px 2px 7px;
  color: #9a938b;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ir-v16-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.ir-v16-list a {
  min-height: 36px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  color: #2a2724;
  text-decoration: none;
  background: #fff;
  border: 1px solid #eee9e2;
  border-radius: 11px;
  font-size: 0.78rem;
  font-weight: 800;
}

.ir-v16-list a.on {
  color: #e8231a;
  background: rgba(232, 35, 26, 0.06);
  border-color: rgba(232, 35, 26, 0.24);
}

.ir-v16-mapcards {
  display: grid;
  gap: 7px;
}

.ir-v16-mapcards a {
  min-height: 54px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  color: #111;
  text-decoration: none;
  background: #f8f7f5;
  border: 1px solid #e9e3dc;
  border-radius: 14px;
  transition: background 0.15s, transform 0.12s;
}

.ir-v16-mapcards a:active {
  transform: scale(0.985);
  background: #f1eee9;
}

.ir-v16-map-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.06);
}

.ir-v16-map-icon svg {
  width: 22px;
  height: 22px;
}

.ir-v16-map-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ir-v16-map-text strong,
.ir-v16-map-text em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ir-v16-map-text strong {
  color: #111;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.08;
}

.ir-v16-map-text em {
  color: #817970;
  font-size: 0.66rem;
  font-style: normal;
  line-height: 1.15;
}

.ir-v16-socials {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}

.ir-v16-socials a {
  height: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: #111;
  border-radius: 13px;
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.08);
  transition: transform 0.12s, opacity 0.15s;
}

.ir-v16-socials a:active {
  transform: scale(0.94);
}

.ir-v16-socials a:hover {
  opacity: 0.9;
}

.ir-v16-socials svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}

.ir-v16-call {
  background: #111 !important;
}

.ir-v16-call svg {
  width: 18px;
  height: 18px;
  fill: none;
}

.ir-v16-ig {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

.ir-v16-fb {
  background: #1877f2 !important;
}

.ir-v16-yt {
  background: #f00 !important;
}

.ir-v16-yt svg {
  width: 21px;
  height: 21px;
}

.ir-v16-tt {
  background: #111 !important;
}

.ir-v16-close:focus-visible,
.ir-v16-drawer a:focus-visible,
.ir-booking-dock a:focus-visible,
.ir-booking-dock button:focus-visible {
  outline: 3px solid rgba(232, 35, 26, 0.32);
  outline-offset: 2px;
}

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

  .wa-fab,
  .ir-footer .footer-mob-cta {
    display: none !important;
  }

  .ir-mobile-trustline {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(64px + env(safe-area-inset-bottom));
    z-index: 968;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 5px 2px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(17, 17, 17, 0.1);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
  }

  .ir-mobile-trustline span {
    min-width: 0;
    min-height: 26px;
    padding: 2px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    overflow: hidden;
    border-right: 1px solid rgba(17, 17, 17, 0.08);
    text-align: center;
  }

  .ir-mobile-trustline span:last-child {
    border-right: 0;
  }

  .ir-mobile-trustline b,
  .ir-mobile-trustline em {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
  }

  .ir-mobile-trustline b {
    color: #111;
    font-size: 0.72rem;
    font-weight: 950;
  }

  .ir-mobile-trustline em {
    color: #9a938b;
    font-size: 0.46rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .ir-mobile-trustline .ir-office-pill b {
    color: #e8231a;
    font-size: 0.62rem;
  }

  .ir-mobile-trustline .trust-star {
    color: #ffb400;
    font-size: 0.66rem;
  }

  .mob-bottom-nav.ir-booking-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 970;
    min-height: 64px;
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
    display: grid !important;
    grid-template-columns: 1fr 1fr 72px 1fr 1fr;
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 -6px 22px rgba(17, 17, 17, 0.09);
    backdrop-filter: blur(18px) saturate(1.3);
    -webkit-backdrop-filter: blur(18px) saturate(1.3);
  }

  .ir-booking-dock .mbn-item {
    position: relative;
    min-width: 0;
    min-height: 48px;
    padding: 6px 2px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #8a847d;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 14px;
    font-family: var(--ff, "Outfit", sans-serif);
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
    transition: color 0.18s, transform 0.14s;
  }

  .ir-booking-dock .mbn-item svg {
    width: 22px;
    height: 22px;
    display: block;
    stroke-width: 2.1;
  }

  .ir-booking-dock .mbn-item.tg {
    color: #229ed9;
  }

  .ir-booking-dock .mbn-item:active {
    transform: scale(0.92);
  }

  .ir-booking-dock .mbn-item.on {
    color: #e8231a !important;
    font-weight: 900;
  }

  .ir-booking-dock .mbn-item.on::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 24px;
    height: 3px;
    transform: translateX(-50%);
    background: #e8231a;
    border-radius: 0 0 4px 4px;
  }

  .ir-booking-dock .mbn-menu-lines {
    width: 22px;
    height: 18px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .ir-booking-dock .mbn-menu-lines i {
    width: 20px;
    height: 2px;
    display: block;
    flex: 0 0 auto;
    background: currentColor;
    border-radius: 4px;
  }

  .ir-booking-dock .mbn-wa {
    position: relative;
    width: 58px;
    height: 58px;
    margin: -26px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(145deg, #2ee06f, #1ebf57);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.5);
    animation: ir-v16-wa-pulse 2.6s ease-in-out infinite;
  }

  .ir-booking-dock .mbn-wa svg {
    width: 28px;
    height: 28px;
  }

  .ir-booking-dock .mbn-wa::after {
    content: "Book";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #1ebf57;
    font-family: var(--ff, "Outfit", sans-serif);
    font-size: 0.5rem;
    font-weight: 950;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.ir-drawer-open .mob-bottom-nav.ir-booking-dock,
  body.ir-drawer-open .ir-mobile-trustline {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s;
  }
}

@keyframes ir-v16-wa-pulse {
  0%,
  100% {
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.5), 0 0 0 7px rgba(37, 211, 102, 0);
  }
}

@media (max-width: 390px) {
  .ir-mobile-trustline {
    left: 7px;
    right: 7px;
  }

  .ir-mobile-trustline b {
    font-size: 0.66rem;
  }

  .mob-bottom-nav.ir-booking-dock {
    min-height: 62px;
    grid-template-columns: 1fr 1fr 66px 1fr 1fr;
  }

  .ir-booking-dock .mbn-item {
    font-size: 0.54rem;
  }

  .ir-booking-dock .mbn-item svg {
    width: 20px;
    height: 20px;
  }

  .ir-booking-dock .mbn-wa {
    width: 54px;
    height: 54px;
    margin-top: -23px;
  }

  .ir-booking-dock .mbn-wa svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 370px) {
  .ir-v16-drawer .drawer-panel {
    width: min(318px, 88vw) !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .ir-v16-primary strong {
    font-size: 0.82rem;
  }

  .ir-v16-primary small {
    font-size: 0.65rem;
  }

  .ir-v16-mapcards a {
    min-height: 50px;
    padding: 8px 9px;
    grid-template-columns: 30px 1fr;
  }

  .ir-v16-map-icon {
    width: 30px;
    height: 30px;
  }

  .ir-v16-socials a {
    height: 38px;
    min-height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ir-booking-dock .mbn-wa {
    animation: none !important;
  }
}
