.bth *,
.bth *::before,
.bth *::after,
.bth-overlay,
.bth-drawer,
.bth-drawer *,
.bth-drawer *::before,
.bth-drawer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html.bth-lock,
body.bth-lock {
  overflow: hidden;
}

.bth,
.bth-drawer {
  --bth-ink: #0a2342;
  --bth-text: #42556e;
  --bth-muted: #7d8ea4;
  --bth-line: #dfe8f1;
  --bth-blue: #0e6cf2;
  --bth-cyan: #00b0d8;
  --bth-warm: #ff9d4d;
  font-family: "Assistant", sans-serif;
}


.bth {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9990;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    padding 0.25s ease;
}

.bth.is-scrolled {
  border-bottom-color: rgba(212, 224, 236, 0.85);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px -22px rgba(8, 29, 58, 0.32);
}

.bth-shell {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 24px;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    border-radius 0.25s ease;
}


@media (min-width: 1081px) {
  .bth.is-scrolled {
    padding-top: 8px;
    border-bottom-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .bth.is-scrolled .bth-shell {
    position: relative;
    border: 1px solid rgba(214, 226, 238, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
      0 16px 42px rgba(8, 29, 58, 0.13),
      inset 0 1px 0 #ffffff;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .bth.is-scrolled .bth-shell::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: -1px;
    left: 22px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(
      90deg,
      var(--bth-blue),
      var(--bth-cyan) 55%,
      var(--bth-warm)
    );
    opacity: 0.55;
    pointer-events: none;
  }
}



.bth-desktop {
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  transition: height 0.25s ease;
}

.bth.is-scrolled .bth-desktop {
  height: 58px;
}

.bth-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bth-ink);
  text-decoration: none;
}

.bth-logo img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
}

.bth-logo strong {
  font-family: "Assistant", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  white-space: nowrap;
}


.bth-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.bth-nav > a,
.bth-more-button {
  position: relative;
  height: 38px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #42566e;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font: 700 14.5px "Assistant", sans-serif;
  transition:
    color 0.18s ease,
    background 0.18s ease;
}

.bth-nav > a:hover,
.bth-more-button:hover,
.bth-more.is-open .bth-more-button {
  color: #0b2345;
  background: rgba(233, 243, 253, 0.9);
}

.bth-nav > a.is-active {
  color: var(--bth-blue);
  background: transparent;
}

.bth-nav > a.is-active::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 3px;
  width: 5px;
  height: 5px;
  transform: translateX(50%);
  border-radius: 50%;
  background: linear-gradient(120deg, var(--bth-blue), var(--bth-cyan));
}

.bth-more {
  position: relative;
}

.bth-more-button svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.bth-more.is-open .bth-more-button svg {
  transform: rotate(180deg);
}



.bth-more-menu {
  position: absolute;
  top: calc(100% + 11px);
  inset-inline-end: 0;
  width: 550px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-7px);
  transform-origin: top right;
  border: 1px solid rgba(214, 225, 237, 0.95);
  border-radius: 20px;
  background: #ffffff;
  box-shadow:
    0 30px 75px -24px rgba(8, 29, 58, 0.3),
    inset 0 1px 0 #ffffff;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}

.bth-more.is-open .bth-more-menu {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.bth-more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.bth-more-grid > a {
  min-width: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  color: var(--bth-ink);
  text-decoration: none;
  transition: background 0.16s ease;
}

.bth-more-grid > a:hover,
.bth-more-grid > a.is-active {
  background: #f2f7fc;
}

.bth-more-grid > a > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bth-more-grid strong {
  overflow: hidden;
  color: #203650;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bth-more-grid small {
  overflow: hidden;
  color: var(--bth-muted);
  font-size: 11.5px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.bth-more-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 228, 240, 0.8);
  border-radius: 13px;
  background: linear-gradient(165deg, #f4f9fe, #ecf4fc);
  color: #3f5d85;
  box-shadow: inset 0 1px 0 #ffffff;
  transition:
    color 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease;
}

.bth-more-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bth-more-grid > a:hover .bth-more-icon,
.bth-more-grid > a.is-active .bth-more-icon {
  color: var(--bth-blue);
  border-color: rgba(14, 108, 242, 0.22);
  background: #e9f3ff;
}



.bth-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.bth-actions::before {
  content: "";
  width: 1px;
  height: 25px;
  margin-left: 7px;
  background: #dce5ee;
}

.bth-login {
  height: 42px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #53667d;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14.5px;
  font-weight: 600;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.bth-login:hover {
  color: var(--bth-ink);
  border-color: #dbe6f1;
  background: rgba(255, 255, 255, 0.8);
}

.bth-login svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}



.bth-cta {
  position: relative;
  height: 44px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(118deg, #0e6cf2 0%, #0a8fe0 62%, #00b0d8 100%);
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14.5px;
  font-weight: 800;
  box-shadow:
    0 12px 25px rgba(12, 92, 205, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.bth-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, #1f80ff 0%, #17a6ee 62%, #12c6e6 100%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.bth-cta > * {
  position: relative;
  z-index: 1;
}

.bth-cta:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow:
    0 16px 32px rgba(12, 92, 205, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.bth-cta:hover::before {
  opacity: 1;
}

.bth-cta svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.bth-mobile {
  display: none;
}



.bth-overlay {
  position: fixed;
  inset: 0;
  z-index: 9995;
  visibility: hidden;
  opacity: 0;
  background: rgba(6, 17, 34, 0.46);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.bth-overlay.is-open {
  visibility: visible;
  opacity: 1;
}


.bth-drawer {
  position: fixed;
  top: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 9998;
  width: min(420px, calc(100vw - 16px));
  visibility: hidden;
  overflow: hidden;
  transform: translateX(calc(100% + 20px));
  border: 1px solid rgba(222, 232, 242, 0.95);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: -28px 0 85px rgba(4, 13, 29, 0.28);
  transition:
    transform 0.34s cubic-bezier(0.25, 0.8, 0.25, 1),
    visibility 0.34s ease;
}

.bth-drawer.is-open {
  visibility: visible;
  transform: none;
}

.bth-drawer-inner {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 17px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #dbe5ef transparent;
}

.bth-drawer-header {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bth-drawer-header .bth-logo img {
  width: 36px;
  height: 36px;
}

.bth-drawer-header .bth-logo strong {
  font-size: 19px;
}

.bth-close {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(211, 224, 237, 0.85);
  border-radius: 14px;
  background: rgba(243, 248, 252, 0.9);
  color: var(--bth-ink);
  cursor: pointer;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.bth-close:hover {
  color: var(--bth-blue);
  border-color: rgba(14, 108, 242, 0.22);
  background: #eaf4ff;
}

.bth-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}



.bth-planner-card {
  position: relative;
  min-height: 82px;
  margin-top: 15px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(125deg, #0d3f8f 0%, #0e6cf2 58%, #0a9be0 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(11, 64, 138, 0.26);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.bth-planner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, #124da8 0%, #1f80ff 58%, #12b4ea 100%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.bth-planner-card > * {
  position: relative;
  z-index: 1;
}

.bth-planner-card:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(12, 92, 205, 0.32);
}

.bth-planner-card:hover::before {
  opacity: 1;
}

.bth-planner-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.bth-planner-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.bth-planner-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bth-planner-copy strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.bth-planner-copy small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bth-planner-arrow {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.bth-planner-arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.bth-drawer-section {
  margin-top: 23px;
}

.bth-section-heading {
  padding: 0 3px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.bth-section-heading span {
  color: #203650;
  font-size: 15px;
  font-weight: 800;
}

.bth-section-heading small {
  color: #90a0b2;
  font-size: 10.5px;
  font-weight: 600;
}

.bth-services-grid {
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  border: 1px solid rgba(218, 228, 239, 0.9);
  border-radius: 21px;
  background: #f5f9fd;
}

.bth-services-grid a {
  min-width: 0;
  min-height: 85px;
  padding: 9px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(218, 228, 239, 0.85);
  border-radius: 16px;
  background: #ffffff;
  color: #33475f;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(23, 65, 107, 0.035);
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.bth-services-grid a:hover,
.bth-services-grid a.is-active {
  color: var(--bth-blue);
  border-color: rgba(14, 108, 242, 0.24);
  background: #ffffff;
}

.bth-services-grid strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.bth-service-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(165deg, #f2f8fe, #e9f2fb);
  color: #3f5d85;
  transition:
    color 0.18s ease,
    background 0.18s ease;
}

.bth-service-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bth-services-grid a:hover .bth-service-icon,
.bth-services-grid a.is-active .bth-service-icon {
  color: var(--bth-blue);
  background: #e7f2ff;
}

/* ---------- קישורים משניים ---------- */

.bth-secondary-nav {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bth-secondary-nav > a {
  min-height: 61px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr) 19px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(219, 229, 239, 0.85);
  border-radius: 16px;
  background: #ffffff;
  color: var(--bth-ink);
  text-decoration: none;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.bth-secondary-nav > a:hover,
.bth-secondary-nav > a.is-active {
  color: var(--bth-blue);
  border-color: rgba(14, 108, 242, 0.24);
  background: #ffffff;
}

.bth-secondary-icon {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(165deg, #f2f8fe, #e9f2fb);
  color: #3f5d85;
  transition:
    color 0.18s ease,
    background 0.18s ease;
}

.bth-secondary-nav > a:hover .bth-secondary-icon,
.bth-secondary-nav > a.is-active .bth-secondary-icon {
  color: var(--bth-blue);
  background: #e7f2ff;
}

.bth-secondary-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bth-secondary-nav > a > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bth-secondary-nav strong {
  overflow: hidden;
  color: currentColor;
  font-size: 13.5px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bth-secondary-nav small {
  overflow: hidden;
  color: #8797aa;
  font-size: 10.5px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bth-secondary-arrow {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #96a5b6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}



.bth-drawer-footer {
  margin-top: auto;
  padding-top: 18px;
}

.bth-account-card {
  min-height: 70px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(207, 221, 235, 0.88);
  border-radius: 18px;
  background: #f4f9fd;
  color: var(--bth-ink);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.bth-account-card:hover {
  border-color: rgba(14, 108, 242, 0.26);
  background: #ffffff;
  box-shadow: 0 13px 26px rgba(30, 76, 119, 0.08);
}

.bth-account-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  background: #ffffff;
  color: var(--bth-blue);
}

.bth-account-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bth-account-card > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bth-account-card strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bth-account-card small {
  overflow: hidden;
  color: #74879d;
  font-size: 10.5px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bth-account-arrow {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #8295a9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bth-footer-line {
  padding: 13px 3px 0;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #93a1b2;
  font-size: 10.5px;
  font-weight: 600;
}

.bth-footer-line span {
  margin-left: auto;
  color: #718399;
  font-weight: 700;
}

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

.bth-footer-line a:hover {
  color: var(--bth-blue);
}



.bth-drawer .bth-planner-card,
.bth-drawer .bth-drawer-section,
.bth-drawer .bth-secondary-nav,
.bth-drawer .bth-drawer-footer {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.38s ease,
    transform 0.38s ease;
}

.bth-drawer.is-open .bth-planner-card {
  opacity: 1;
  transform: none;
  transition-delay: 0.07s;
}

.bth-drawer.is-open .bth-drawer-section {
  opacity: 1;
  transform: none;
  transition-delay: 0.13s;
}

.bth-drawer.is-open .bth-secondary-nav {
  opacity: 1;
  transform: none;
  transition-delay: 0.19s;
}

.bth-drawer.is-open .bth-drawer-footer {
  opacity: 1;
  transform: none;
  transition-delay: 0.25s;
}


.bth-drawer.is-open .bth-planner-card:hover {
  transform: translateY(-1px);
}



@media (max-width: 1080px) {
  .bth-desktop {
    display: none !important;
  }

  .bth-shell {
    padding: 0 14px;
  }

  .bth-mobile {
    position: relative;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .bth-burger {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    cursor: pointer;
    transition: background 0.18s ease;
  }

  .bth-burger:hover {
    background: #f0f6fb;
  }

  .bth-burger span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--bth-ink);
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .bth-burger.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .bth-burger.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .bth-mobile-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }

  .bth-mobile-logo img {
    width: 33px;
    height: 33px;
  }

  .bth-mobile-logo strong {
    font-size: 18px;
  }

  .bth-mobile-cta {
    position: relative;
    z-index: 2;
    min-height: 40px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(118deg, #0e6cf2 0%, #0a8fe0 62%, #00b0d8 100%);
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12.5px;
    font-weight: 800;
    box-shadow:
      0 9px 18px rgba(12, 92, 205, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.26);
    transition: box-shadow 0.18s ease;
  }

  .bth-mobile-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(118deg, #1f80ff 0%, #17a6ee 62%, #12c6e6 100%);
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
  }

  .bth-mobile-cta > * {
    position: relative;
    z-index: 1;
  }

  .bth-mobile-cta:hover,
  .bth-mobile-cta:active {
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(12, 92, 205, 0.28);
  }

  .bth-mobile-cta:hover::before,
  .bth-mobile-cta:active::before {
    opacity: 1;
  }

  .bth-mobile-cta svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
  }
}

@media (max-width: 440px) {
  .bth-mobile-logo {
    gap: 7px;
  }

  .bth-mobile-logo strong {
    font-size: 16px;
  }

  .bth-mobile-cta {
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 13px;
  }

  .bth-mobile-cta span {
    display: none;
  }

  .bth-mobile-cta svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 370px) {
  .bth-mobile-logo strong {
    display: none;
  }

  .bth-mobile-logo img {
    width: 36px;
    height: 36px;
  }

  .bth-drawer {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    border: 0;
    border-radius: 0;
  }
}



body.admin-bar .bth {
  top: 32px;
}

body.admin-bar .bth-drawer {
  top: 40px;
}

@media (max-width: 782px) {
  body.admin-bar .bth {
    top: 46px;
  }

  body.admin-bar .bth-drawer {
    top: 54px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .bth *,
  .bth *::before,
  .bth *::after,
  .bth-overlay,
  .bth-drawer,
  .bth-drawer * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .bth-drawer .bth-planner-card,
  .bth-drawer .bth-drawer-section,
  .bth-drawer .bth-secondary-nav,
  .bth-drawer .bth-drawer-footer {
    opacity: 1;
    transform: none;
  }
}



@media (max-width: 1080px) {
  .bth-drawer {
    top: 6px;
    bottom: 6px;
    max-height: calc(100dvh - 12px);
  }

  .bth-drawer-inner {
    height: 100%;
    padding: 12px;
    overflow: hidden;
  }


  .bth-drawer-header {
    min-height: 40px;
  }

  .bth-drawer-header .bth-logo img {
    width: 31px;
    height: 31px;
  }

  .bth-drawer-header .bth-logo strong {
    font-size: 17px;
  }

  .bth-close {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }


  .bth-planner-card {
    min-height: 66px;
    margin-top: 8px;
    padding: 9px 12px;
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    gap: 9px;
    border-radius: 16px;
  }

  .bth-planner-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .bth-planner-icon svg {
    width: 20px;
    height: 20px;
  }

  .bth-planner-copy {
    gap: 2px;
  }

  .bth-planner-copy strong {
    font-size: 15px;
  }

  .bth-planner-copy small {
    font-size: 10.5px;
  }

  .bth-planner-arrow {
    width: 29px;
    height: 29px;
  }

  /* אזור שירותי התיירות */
  .bth-drawer-section {
    margin-top: 10px;
  }

  .bth-section-heading {
    padding: 0 2px 6px;
  }

  .bth-section-heading span {
    font-size: 13px;
  }

  .bth-section-heading small {
    font-size: 9.5px;
  }

  .bth-services-grid {
    padding: 5px;
    gap: 5px;
    border-radius: 16px;
  }

  .bth-services-grid a {
    min-height: 61px;
    padding: 5px 3px;
    gap: 4px;
    border-radius: 12px;
  }

  .bth-service-icon {
    width: 31px;
    height: 31px;
    border-radius: 10px;
  }

  .bth-service-icon svg {
    width: 18px;
    height: 18px;
  }

  .bth-services-grid strong {
    font-size: 11px;
  }


  .bth-secondary-nav {
    margin-top: 8px;
    gap: 4px;
  }

  .bth-secondary-nav > a {
    min-height: 45px;
    padding: 5px 8px;
    grid-template-columns: 31px minmax(0, 1fr) 16px;
    gap: 8px;
    border-radius: 12px;
  }

  .bth-secondary-icon {
    width: 31px;
    height: 31px;
    border-radius: 10px;
  }

  .bth-secondary-icon svg {
    width: 17px;
    height: 17px;
  }

  .bth-secondary-nav strong {
    font-size: 12px;
  }

  .bth-secondary-nav small {
    font-size: 9.5px;
  }


  .bth-drawer-footer {
    margin-top: 8px;
    padding-top: 0;
  }

  .bth-account-card {
    min-height: 51px;
    padding: 6px 8px;
    grid-template-columns: 33px minmax(0, 1fr) 16px;
    gap: 8px;
    border-radius: 13px;
  }

  .bth-account-icon {
    width: 33px;
    height: 33px;
    border-radius: 10px;
  }

  .bth-account-icon svg {
    width: 18px;
    height: 18px;
  }

  .bth-account-card strong {
    font-size: 12px;
  }

  .bth-account-card small {
    font-size: 9px;
  }

  .bth-footer-line {
    padding: 6px 2px 0;
    gap: 10px;
    font-size: 9.5px;
  }
}


@media (max-width: 1080px) and (max-height: 700px) {
  .bth-drawer-inner {
    padding: 9px 10px;
  }

  .bth-planner-card {
    min-height: 58px;
    margin-top: 5px;
  }

  .bth-drawer-section {
    margin-top: 6px;
  }

  .bth-section-heading {
    padding-bottom: 4px;
  }

  .bth-services-grid a {
    min-height: 53px;
  }

  .bth-service-icon {
    width: 27px;
    height: 27px;
  }

  .bth-secondary-nav {
    margin-top: 5px;
    gap: 3px;
  }

  .bth-secondary-nav > a {
    min-height: 39px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .bth-secondary-nav small,
  .bth-account-card small {
    display: none;
  }

  .bth-account-card {
    min-height: 43px;
  }

  .bth-footer-line {
    padding-top: 4px;
  }
}


@media (max-width: 1080px) and (max-height: 590px) {
  .bth-drawer-header {
    min-height: 34px;
  }

  .bth-drawer-header .bth-logo img {
    width: 27px;
    height: 27px;
  }

  .bth-close {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .bth-planner-card {
    min-height: 48px;
    padding-block: 5px;
  }

  .bth-planner-copy small,
  .bth-section-heading small,
  .bth-footer-line {
    display: none;
  }

  .bth-services-grid a {
    min-height: 44px;
  }

  .bth-service-icon {
    width: 24px;
    height: 24px;
  }

  .bth-service-icon svg {
    width: 15px;
    height: 15px;
  }

  .bth-secondary-nav > a {
    min-height: 34px;
  }

  .bth-secondary-icon {
    width: 26px;
    height: 26px;
  }

  .bth-account-card {
    min-height: 37px;
  }
}
