body.home .arbeex-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: 28px;
  width: min(1240px, calc(100% - 24px));
  margin: 18px auto 24px;
  padding: 28px;
  border: 1px solid rgba(70, 228, 255, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0% 0%, rgba(70, 228, 255, 0.14), transparent 24%),
    radial-gradient(circle at 100% 18%, rgba(209, 255, 82, 0.12), transparent 22%),
    linear-gradient(145deg, rgba(6, 16, 35, 0.96), rgba(4, 10, 21, 0.98));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

body.home .arbeex-hero-shell::before,
body.home .arbeex-hero-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

body.home .arbeex-hero-shell::before {
  top: -120px;
  right: -80px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(79, 125, 255, 0.2);
}

body.home .arbeex-hero-shell::after {
  left: -60px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(70, 228, 255, 0.08), transparent 65%);
}

body.home .arbeex-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 22px;
}

body.home .arbeex-hero-brand {
  display: grid;
  gap: 18px;
}

body.home .arbeex-hero-brand > figure {
  width: fit-content;
  margin: 0 !important;
  padding: 10px;
  border: 1px solid rgba(70, 228, 255, 0.18);
  border-radius: 22px;
  background: rgba(5, 12, 26, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.home .arbeex-hero-brand > figure img {
  width: 118px !important;
  height: auto !important;
  display: block;
}

body.home .arbeex-hero-brand-copy {
  display: grid;
  gap: 10px;
}

body.home .arbeex-hero-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(70, 228, 255, 0.1);
  color: #d1ff52;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.home .arbeex-hero-brand-copy h1 {
  margin: 0;
  font-size: clamp(2.3rem, 6vw, 4.7rem);
  line-height: 0.92;
  color: #f7fbff;
  text-transform: uppercase;
}

body.home .arbeex-hero-brand-copy p {
  margin: 0;
  max-width: 34ch;
  color: rgba(229, 239, 250, 0.8);
  font-size: 1.08rem;
  line-height: 1.5;
}

body.home .arbeex-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.home .arbeex-hero-actions .wp-block-buttons {
  margin: 0 !important;
}

body.home .arbeex-hero-actions .wp-block-button__link {
  min-width: 180px;
}

body.home .arbeex-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(7, 17, 34, 0.74);
  color: #f4f9ff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

body.home .arbeex-hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.home .arbeex-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(79, 125, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 14, 28, 0.72);
  color: #d7e4f4;
  font-size: 0.98rem;
  font-weight: 600;
}

body.home .arbeex-hero-stage {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100%;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(9, 18, 36, 0.95), rgba(6, 13, 25, 0.95)),
    radial-gradient(circle at top, rgba(79, 125, 255, 0.16), transparent 36%);
  border: 1px solid rgba(70, 228, 255, 0.16);
}

body.home .arbeex-hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(0deg, rgba(70, 228, 255, 0.04), transparent 40%);
  pointer-events: none;
}

body.home .arbeex-hero-stage > header.wp-block-template-part {
  margin: 0 !important;
  width: 100%;
}

body.home .arbeex-hero-stage .n2-section-smartslider,
body.home .arbeex-hero-stage .n2-ss-slider {
  border-radius: 26px !important;
  overflow: hidden !important;
}

body.home .arbeex-hero-stage .n2-padding {
  padding: 0 !important;
}

body.home .arbeex-hero-stage .n2-ss-slide-limiter {
  max-width: none !important;
}

body.home .arbeex-hero-stage-badge,
body.home .arbeex-hero-stage-note {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(70, 228, 255, 0.18);
  backdrop-filter: blur(10px);
}

body.home .arbeex-hero-stage-badge {
  top: 18px;
  left: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(5, 16, 30, 0.78);
  color: #d1ff52;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.home .arbeex-hero-stage-note {
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  max-width: 280px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(5, 16, 30, 0.84);
}

body.home .arbeex-hero-stage-note strong {
  color: #f8fbff;
  font-size: 0.98rem;
}

body.home .arbeex-hero-stage-note span {
  color: rgba(231, 241, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.35;
}

body.home .sticky-news-toc {
  position: sticky !important;
  top: 14px !important;
  z-index: 70 !important;
  margin-top: 0 !important;
}

body.home .news-toc {
  align-items: center;
}

body.home .region-title {
  scroll-margin-top: 128px;
}

body.home .arbeex-toc-holder {
  position: relative;
  z-index: 70;
}

body.home .arbeex-toc-fab,
body.home .arbeex-toc-backdrop {
  display: none;
}

@media (max-width: 900px) {
  body.home .arbeex-hero-shell {
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 8px);
    margin: 8px auto 18px;
    padding: 16px;
    border-radius: 24px;
  }

  body.home .arbeex-hero-brand > figure img {
    width: 92px !important;
  }

  body.home .arbeex-hero-brand-copy h1 {
    font-size: clamp(1.9rem, 12vw, 3rem);
  }

  body.home .arbeex-hero-brand-copy p {
    max-width: none;
    font-size: 1rem;
  }

  body.home .arbeex-hero-stage {
    min-height: 320px;
    padding: 10px;
    border-radius: 22px;
  }

  body.home .arbeex-hero-stage-badge {
    top: 12px;
    left: 12px;
  }

  body.home .arbeex-hero-stage-note {
    right: 12px;
    bottom: 12px;
    max-width: 220px;
    padding: 10px 12px;
  }

  body.home .sticky-news-toc {
    position: relative !important;
    top: auto !important;
    width: calc(100% - 12px) !important;
    margin: 8px auto 20px !important;
    padding: 10px 12px !important;
    border-radius: 20px !important;
  }

  body.home .news-toc {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  body.home .news-toc::-webkit-scrollbar {
    display: none;
  }

  body.home .news-toc li {
    flex: 0 0 auto;
  }

  body.home .news-toc li a {
    white-space: nowrap;
    padding: 0.7rem 0.95rem !important;
    font-size: 0.9rem;
  }

  body.home .region-title {
    scroll-margin-top: 98px;
  }

  body.home .sticky-news-toc.is-condensed {
    position: fixed !important;
    left: 14px;
    top: 50% !important;
    width: min(300px, calc(100vw - 34px)) !important;
    margin: 0 !important;
    padding: 18px !important;
    transform: translate(-130%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  body.home .sticky-news-toc.is-condensed .news-toc {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px !important;
    overflow: visible;
  }

  body.home .sticky-news-toc.is-condensed .news-toc li {
    width: 100%;
  }

  body.home .sticky-news-toc.is-condensed .news-toc li a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  body.home .sticky-news-toc.is-condensed.is-open {
    z-index: 9998 !important;
    transform: translate(0, -50%);
    opacity: 1;
    pointer-events: auto;
  }

  body.home .arbeex-toc-fab {
    position: fixed;
    left: 12px;
    top: 50%;
    z-index: 9999;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(70, 228, 255, 0.24);
    border-radius: 999px;
    background:
      radial-gradient(circle at top, rgba(70, 228, 255, 0.18), transparent 48%),
      rgba(5, 16, 30, 0.94);
    color: #f5fbff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36);
    transform: translateY(-50%) scale(0.88);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.home .arbeex-toc-fab span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.home .arbeex-toc-fab.is-visible {
    display: inline-flex;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }

  body.home .arbeex-toc-fab.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  body.home .arbeex-toc-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9997;
    border: 0;
    background: rgba(2, 8, 18, 0.36);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  body.home .arbeex-toc-backdrop.is-visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}
