@charset "UTF-8";
h1 {
  font-size: clamp(39px, calc(39px + (61 - 39) * ((100vw - 767px) / (1340 - 767))), 61px);
}
h2 {
  font-size: clamp(32px, calc(32px + (49 - 32) * ((100vw - 767px) / (1340 - 767))), 49px);
}
h3 {
  font-size: clamp(28px, calc(28px + (39 - 28) * ((100vw - 767px) / (1340 - 767))), 39px);
}
h4 {
  font-size: clamp(25px, calc(25px + (31 - 25) * ((100vw - 767px) / (1340 - 767))), 31px);
}
h5 {
  font-size: clamp(22px, calc(22px + (25 - 22) * ((100vw - 767px) / (1340 - 767))), 25px);
}
h6 {
  font-size: clamp(19px, calc(19px + (20 - 19) * ((100vw - 767px) / (1340 - 767))), 20px);
}
h1 {
  font-weight: 300;
  font-style: normal;
  line-height: 130%;
  /* 167.135px */
  letter-spacing: -2.285px;
}
h2 {
  font-family: "IBM Plex Serif";
}
p {
  font-size: clamp(16px, calc(16px + (20 - 19) * ((100vw - 767px) / (1340 - 767))), 20px);
}
#brx-content a:not(:has(div, article, section, figure, header, footer, blockquote, ul, ol, h1, h2, h3, h4, h5, h6)), #brx-content a:not(:has(div, article, section, figure, header, footer, blockquote, ul, ol, h1, h2, h3, h4, h5, h6)):visited, #brx-content a:not(:has(div, article, section, figure, header, footer, blockquote, ul, ol, h1, h2, h3, h4, h5, h6)):hover, #brx-content a:not(:has(div, article, section, figure, header, footer, blockquote, ul, ol, h1, h2, h3, h4, h5, h6)):focus {
  text-decoration: underline;
}
#brx-content a[class^="button"], #brx-content a[class*=" button"], #brx-content [class^="button"] a, #brx-content [class*=" button"] a, #brx-content a[class^="button"]:visited, #brx-content a[class*=" button"]:visited, #brx-content [class^="button"] a:visited, #brx-content [class*=" button"] a:visited, #brx-content a[class^="button"]:hover, #brx-content a[class*=" button"]:hover, #brx-content [class^="button"] a:hover, #brx-content [class*=" button"] a:hover, #brx-content a[class^="button"]:focus, #brx-content a[class*=" button"]:focus, #brx-content [class^="button"] a:focus, #brx-content [class*=" button"] a:focus {
  text-decoration: none;
}
p, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans Hebrew";
}
.content-width {
  width: var(--content-width);
  margin: 0 auto;
}
:root {
  --content-width: 1420px;
}
.home #brx-content {
  margin-top: 130px;
}
#brxe-qkovkx {
  z-index: 9999;
}
/* ========================================
   Floating Label (Material Design)
   ======================================== */
.form-group.has-floating-label {
  position: relative;
  margin-bottom: 0;
}
.form-group.has-floating-label label {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 16px;
  color: #999;
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
  padding: 0 4px;
  z-index: 1;
  line-height: 1.2;
}
.form-group.has-floating-label input, .form-group.has-floating-label textarea {
  width: 100%;
  padding: 6px 10px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}
.form-group.has-floating-label input:focus, .form-group.has-floating-label textarea:focus {
  border-color: #a000ff;
  background-color: #fff !important;
}
.form-group.has-floating-label.is-focused label, .form-group.has-floating-label.is-filled label {
  top: 0;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
  background: #fff;
}
.form-group.has-floating-label.is-filled:not(.is-focused) label {
  color: #666;
}
/* ========================================
   Tooltip (info icon)
   ======================================== */
.ah-tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
.ah-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: color 0.2s ease;
}
.ah-tooltip-icon:hover, .ah-tooltip-icon:focus {
  color: #6b19ff;
  outline: none;
}
.ah-tooltip-bubble {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  background: #1a1a2e;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 100;
}
.ah-tooltip-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1a1a2e;
}
.ah-tooltip-wrap:hover .ah-tooltip-bubble, .ah-tooltip-wrap:focus-within .ah-tooltip-bubble, .ah-tooltip-wrap.is-active .ah-tooltip-bubble {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}
#brxe-tmxijs {
  border-radius: 20px;
}
.splide__arrow--next {
  top: unset;
  bottom: -160px;
  right: 40%;
}
.splide__arrow--prev {
  top: unset;
  bottom: -160px;
  left: 40%;
}
#ah-tab-switch-1 {
  background: #fff !important;
}
.ah-tab-switch {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  padding: 6px;
  background: #e9e9ea;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) inset, 0 6px 18px rgba(0, 0, 0, 0.1);
}
.ah-tab-switch__pill {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #d600b6, #6b19ff);
  transition: transform 0.35s ease, width 0.35s ease;
  z-index: 0;
}
.ah-tab-switch__btn {
  position: relative;
  z-index: 1;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border-radius: 999px;
  color: #111;
  transition: color 0.2s ease;
  text-align: center;
  white-space: nowrap;
}
.ah-tab-switch__btn.is-active {
  color: #fff;
}
.ah-tab-switch__btn:focus {
  outline: none;
}
.ah-tab-switch__btn:focus-visible {
  outline: 2px solid rgba(107, 25, 255, 0.55);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .ah-tab-switch {
    padding: 4px;
  }
  .ah-tab-switch__pill {
    top: 4px;
    bottom: 4px;
  }
  .ah-tab-switch__btn {
    min-width: unset;
    padding: 6px 10px;
    font-size: 12px;
    white-space: normal;
    line-height: 1.3;
  }
}
.hide {
  display: none;
}
/* Collapsible rows: no alternating background */
.table-grid-services > .section-toggle, .table-grid-services > .collapse-row, .table-grid-services > .toggle-row-item {
  background: transparent !important;
  border-bottom: 0.92px solid rgba(0, 0, 0, 0.15);
}
/* Horizontal scroll wrapper on mobile */
@media (max-width: 768px) {
  .table-grid-services-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* Highlighted column overlay – driven by JS on hover */
.table-grid-services {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 768px;
}
.table-grid-services .column-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease, width 0.3s ease;
  background: linear-gradient(90deg, rgba(214, 0, 182, 0.06) 0%, transparent 50%, rgba(107, 25, 255, 0.06) 100%);
  border: 2.5px solid transparent;
  background-clip: padding-box;
}
.table-grid-services .column-highlight::before {
  content: "";
  position: absolute;
  inset: -2.5px;
  border-radius: 22px;
  background: linear-gradient(90deg, #d600b6, #6b19ff);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2.5px;
}
/* Collapsible section toggle arrow */
.section-toggle {
  cursor: pointer;
  user-select: none;
}
.section-toggle::after {
  content: "›";
  display: inline-block;
  margin-left: 12px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  scale: 2;
}
.section-toggle.is-open::after {
  transform: rotate(-90deg);
}
/* Milestones timeline */
.ah-milestones {
  position: relative;
  padding: 40px 0 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Hide native scrollbar */
  scrollbar-width: none;
}
.ah-milestones::-webkit-scrollbar {
  display: none;
}
/* Custom scrollbar for milestones */
.ah-milestones-scrollbar {
  position: relative;
  width: 60%;
  max-width: 480px;
  height: 3px;
  margin: 16px auto 0;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  cursor: pointer;
}
.ah-milestones-scrollbar__thumb {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  min-width: 40px;
  border-radius: 2px;
  background: linear-gradient(90deg, #E10C82 0%, #7707D9 100%);
  transform: translateY(-50%);
  transition: height 0.2s ease;
  cursor: grab;
}
.ah-milestones-scrollbar__thumb:hover, .ah-milestones-scrollbar__thumb.is-dragging {
  height: 5px;
}
.ah-milestones__track {
  display: flex;
  gap: 0;
  padding-bottom: 30px;
  min-width: max-content;
}
.ah-milestones__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 280px;
  min-width: 280px;
}
.ah-milestones__ticks {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 44px;
  margin-bottom: 10px;
}
.ah-milestones__tick {
  display: block;
  width: 2px;
  height: 34px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ah-milestones__ticks > .ah-milestones__tick:last-child {
  opacity: 0;
}
.ah-milestones__tick--accent {
  height: 50px;
  background: linear-gradient(360deg, #E10C82 0%, #7707D9 100%);
  margin-bottom: -15px;
}
.ah-milestones__date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.ah-milestones__date::before {
  content: "▸";
  color: #d600b6;
  font-size: 16px !important;
  margin-left: -4px;
}
.ah-milestones__label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.4;
  max-width: 240px;
  padding-top: 15px;
}
.ah-milestones__line {
  display: none;
}
/* ========================================
   Value Card Hover Effect
   ======================================== */
.ah-value-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
  /* SVG Gradient Overlay via ::before - slides in from above */
  /* Content wrapper - ensure it's above the gradient */
  /* Title stays in place */
  /* Subtitle - JS positions at bottom, CSS handles hover transition */
  /* Hidden text - initially hidden, slides up on hover */
  /* Benefits icon - initially centered & upscaled, returns to position on hover */
  /* Hover state */
}
.ah-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  pointer-events: none;
  z-index: 1;
  scale: 1.2;
  background-image: url("/wp-content/themes/bricks-child/assets/images/gradient-blob.svg");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}
.ah-value-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ah-value-card__title {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}
.ah-value-card__subtitle {
  position: relative;
  z-index: 2;
  /* transform set by JS to position at bottom */
  /* transition set by JS after initial positioning */
}
.ah-value-card__text {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(600px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  max-height: 0;
  overflow: hidden;
}
.ah-value-card .benefits-icon {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  position: relative;
}
.ah-value-card:hover::before {
  transform: translateY(-60%);
  opacity: 1;
}
.ah-value-card:hover .ah-value-card__subtitle {
  transform: translateY(0);
}
.ah-value-card:hover .ah-value-card__text {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}
.ah-value-card:hover .benefits-icon {
  transform: translate(0, 0) scale(1);
}
/* ========================================
   Team Card Hover Effect
   - Quote fades out
   - Bio text slides up
   - Image shrinks
   - Card height stays the same
   ======================================== */
.ah-team-card {
  position: relative;
  overflow: hidden;
}
.ah-team-card__image {
  overflow: hidden;
  transition: height 0.4s ease;
}
.ah-team-card__quote {
  opacity: 1;
  transition: opacity 0.3s ease, height 0.4s ease;
  overflow: hidden;
}
.ah-team-card__bio {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease 0.1s, opacity 0.3s ease 0.2s;
}
.ah-team-card:hover .ah-team-card__quote {
  opacity: 0;
  height: 0 !important;
}
.ah-team-card:hover .ah-team-card__bio {
  opacity: 1;
}
/* ── Mobile: disable hover effects on value & team cards ── */
@media (max-width: 768px) {
  .ah-value-card {
    transition: none;
  }
  .ah-value-card::before {
    display: none;
  }
  .ah-value-card__title {
    transition: none;
  }
  .ah-value-card__subtitle {
    transform: translateY(0) !important;
    transition: none !important;
  }
  .ah-value-card__text {
    opacity: 1;
    transform: translateY(0);
    max-height: none;
    overflow: visible;
    transition: none;
  }
  .ah-value-card .benefits-icon {
    transform: translate(0, 0) scale(1) !important;
    transition: none;
  }
  .ah-team-card__image {
    transition: none;
  }
  .ah-team-card__quote {
    transition: none;
  }
  .ah-team-card__bio {
    height: auto;
    opacity: 1;
    overflow: visible;
    transition: none;
  }
}
/* ========================================
   Orbit Slider
   Usage: [ah_orbit_slider] / [ah_orbit_slide]
   ======================================== */
.orbit {
  position: relative;
  width: min(700px, 88vw);
  aspect-ratio: 1;
  margin: 0 auto;
  background: transparent;
  --grad: linear-gradient(90deg, #ff3aa0, #6a00ff);
  --r1: 185px;
  --r2: calc(var(--r1) + 90px);
  --r3: calc(var(--r1) + 180px);
  --s1: 48px;
  --s2: 56px;
  --s3: 64px;
}
.orbit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  background: url("../images/gradient_transparent.png") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.orbit__center {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(16px, 4vw, 48px);
  pointer-events: none;
  z-index: 2;
}
.orbit__centerInner {
  position: relative;
  width: min(350px, 48%);
  aspect-ratio: 1;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff url("../images/e-haude.svg") center / 60% no-repeat;
  pointer-events: none;
  padding: clamp(18px, 3vw, 30px);
  box-shadow: 0 0 0 16px rgba(255, 58, 160, 0.07), 0 0 0 32px rgba(255, 58, 160, 0.035), 0 0 60px rgba(120, 0, 255, 0.1);
}
.orbit__centerInner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  background: url("../images/gradient_full.png") center / contain no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
}
.orbit__title {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.2vw, 28px);
  transition: opacity 220ms ease;
  line-height: 1.05;
}
.orbit__text {
  margin: 0;
  color: #121212;
  text-align: center;
  font-family: "IBM Plex Sans Hebrew", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  transition: opacity 220ms ease;
}
.orbit__ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  transform: translate(-50%, -50%) rotate(var(--rot, 0deg));
  transition: transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
  border-radius: 50%;
}
.orbit__ring::after {
  content: "";
  position: absolute;
  inset: calc(var(--arc-weight, 2px) * -0.5);
  border-radius: 50%;
  border: var(--arc-weight, 2px) solid transparent;
  border-image: none;
  background: conic-gradient(from var(--arc-start, 30deg), #d600d6 0deg, #6a00ff var(--arc-len, 60deg), transparent var(--arc-len, 60deg)) border-box;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: var(--arc-weight, 2px);
  pointer-events: none;
  opacity: 0.85;
  z-index: -1;
  transform: rotate(calc(var(--rot, 0deg) * -2));
  transition: transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.orbit__ring--1 {
  --radius: var(--r1);
  --size: var(--s1);
  --arc-start: 200deg;
  --arc-len: 65deg;
  --arc-weight: 1.5px;
  border: 1.5px solid rgba(200, 150, 210, 0.12);
}
.orbit__ring--2 {
  --radius: var(--r2);
  --size: var(--s2);
  --arc-start: 40deg;
  --arc-len: 50deg;
  --arc-weight: 1.5px;
  border: 1.5px solid rgba(200, 100, 200, 0.15);
}
.orbit__ring--3 {
  --radius: var(--r3);
  --size: var(--s3);
  --arc-start: 300deg;
  --arc-len: 40deg;
  --arc-weight: 1.5px;
  border: 1px solid rgba(200, 150, 210, 0.1);
}
.orbit__miniDot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(230, 100, 180, 0.5);
  pointer-events: none;
  z-index: 1;
  transition: transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.orbit__ring--2 .orbit__miniDot {
  width: 12px;
  height: 12px;
}
.orbit__ring--3 .orbit__miniDot {
  width: 10px;
  height: 10px;
}
@keyframes orbitPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}
.orbitIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  background: #fff;
  border: none;
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  transition: transform 700ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 600ms ease, box-shadow 600ms ease, background 600ms ease;
  cursor: pointer;
  padding: 0;
  outline: none;
}
.orbitIcon:focus-visible {
  box-shadow: 0 0 0 4px rgba(106, 0, 255, 0.18), 0 18px 60px rgba(120, 0, 255, 0.18);
}
.orbit__ring--3 .orbitIcon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(160, 0, 255, 0.35);
  animation: orbitPulse 1.4s ease-out infinite;
  pointer-events: none;
}
.orbitIcon__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--grad);
  opacity: 0;
  z-index: 0;
  transform: rotate(calc(var(--rot, 0deg) * -1));
  transition: opacity 600ms ease, transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.orbitIcon__glyph {
  position: relative;
  z-index: 1;
  font-size: 24px;
  color: #a000ff;
  opacity: 0.95;
  transform: rotate(calc(var(--rot, 0deg) * -1));
  transition: color 600ms ease, filter 600ms ease, opacity 600ms ease, transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.orbitIcon__glyph i {
  font-style: normal;
  color: inherit;
}
.orbitIcon__glyph svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}
.orbitIcon__glyph svg * {
  fill: currentColor !important;
}
.orbitIcon.is-active {
  background: transparent;
  opacity: 1;
  box-shadow: 0 8px 30px rgba(120, 0, 255, 0.2), 0 2px 12px rgba(255, 58, 160, 0.12);
}
.orbitIcon.is-active .orbitIcon__bg {
  opacity: 1;
}
.orbitIcon.is-active .orbitIcon__glyph {
  color: #fff;
  filter: drop-shadow(0 4px 10px rgba(120, 0, 255, 0.3));
  opacity: 1;
}
.orbitIcon.is-active .orbitIcon__glyph svg, .orbitIcon.is-active .orbitIcon__glyph svg * {
  fill: #fff !important;
}
.orbitIcon.is-inactive {
  opacity: 1;
  background: #fff;
  box-shadow: 0 6px 20px rgba(120, 0, 255, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.orbitIcon.is-inactive .orbitIcon__bg {
  opacity: 0;
}
.orbitIcon.is-inactive .orbitIcon__glyph {
  color: #a000ff;
  filter: none;
  opacity: 0.9;
}
.orbitIcon.is-inactive .orbitIcon__glyph svg, .orbitIcon.is-inactive .orbitIcon__glyph svg * {
  fill: url(#orbitIconGrad) !important;
}
.orbit__dots {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}
.orbit__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(214, 208, 221, 0.5);
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.orbit__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #df0b7c;
}
.orbit__dot:hover {
  border-color: rgba(180, 170, 195, 0.8);
}
.orbit__dot.is-active {
  background: rgba(223, 11, 124, 0.1);
  border: 2px solid rgba(223, 11, 124, 0.01);
}
.orbit__dot.is-active::after {
  transform: translate(-50%, -50%) scale(1);
}
/* ── Orbit: mobile text below orbit (hidden on desktop) ── */
.orbit__mobileContent {
  display: none;
}
@media (max-width: 768px) {
  #brx-content {
    overflow-x: hidden;
  }
  .orbit {
    width: min(360px, 88vw);
    aspect-ratio: 1;
    overflow: visible;
    margin-bottom: 220px;
    --r1: 80px;
    --r2: 125px;
    --r3: 168px;
    --s1: 34px;
    --s2: 40px;
    --s3: 46px;
  }
  .orbit__center {
    z-index: 1;
  }
  .orbit__centerInner {
    width: min(180px, 48%);
    background: rgba(255, 255, 255, 0) url("../images/e-haude.svg") center / 60% no-repeat;
    box-shadow: 0 0 0 12px rgba(255, 58, 160, 0.07), 0 0 0 24px rgba(255, 58, 160, 0.035), 0 0 40px rgba(120, 0, 255, 0.1);
  }
  .orbit__centerInner::before {
    width: 130%;
    height: 130%;
    opacity: 0;
  }
  .orbit__centerInner .orbit__title, .orbit__centerInner .orbit__text {
    display: none;
  }
  .orbit__mobileContent {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    text-align: center;
    padding: 10px 20px 0;
    z-index: 5;
  }
  .orbit__dots {
    position: absolute;
    top: calc(100% + 180px);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .orbit__mobileTitle {
    margin: 0 0 16px;
    font-size: clamp(22px, 5vw, 28px);
    line-height: 1.15;
    transition: opacity 220ms ease;
  }
  .orbit__mobileText {
    margin: 0;
    color: #121212;
    font-family: "IBM Plex Sans Hebrew", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    transition: opacity 220ms ease;
  }
  .orbitIcon__glyph {
    font-size: 18px;
  }
  .orbitIcon__glyph svg {
    width: 18px;
    height: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orbit__ring, .orbitIcon, .orbit__title, .orbit__text {
    transition: none;
  }
}
#brxe-kkrdnz input:focus, #brxe-kkrdnz textarea:focus, #brxe-kkrdnz select:focus {
  border: 1px solid var(--magentablue, #E10C82);
  outline: 1px solid var(--magentablue, #E10C82);
}
.currency-text {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .currency-text {
    font-size: 2.5rem;
  }
}
/* Auto-dismiss progress bar */
.ah-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
  z-index: 9999;
  overflow: hidden;
}
.ah-progress-bar__fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #E10C82 0%, #7707D9 100%);
  transform-origin: left center;
  transition: transform linear;
}
