/* Bizwy Homepage — Premium Enterprise Platform Experience */

.bizwy-home {
  --home-max: 1440px;
  --home-pad: clamp(1.5rem, 4vw, 4rem);
  --home-section: clamp(5rem, 10vw, 9rem);
}

.bizwy-home .bizwy-container--wide {
  max-width: var(--home-max);
  margin: 0 auto;
  padding-left: var(--home-pad);
  padding-right: var(--home-pad);
}

/* —— Executive Hero —— */
.home-hero {
  position: relative;
  min-height: min(92vh, 920px);
  display: flex;
  align-items: center;
  background: var(--bizwy-navy);
  color: var(--bizwy-white);
  overflow: hidden;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  opacity: 0.22;
  mix-blend-mode: luminosity;
}

.home-hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(0, 111, 192, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(0, 111, 192, 0.2) 0%, transparent 50%),
    linear-gradient(180deg, #0A1628 0%, #0d1f38 50%, #0A1628 100%);
}

.home-hero__grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 70% at 60% 50%, black 20%, transparent 75%);
}

.home-hero__viz {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: min(58%, 720px);
  height: auto;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .home-hero__viz {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 480px;
    margin: var(--space-xl) auto 0;
    opacity: 0.7;
  }

  .home-hero {
    min-height: auto;
    padding: 3rem 0 4rem;
  }
}

.home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: clamp(2.5rem, 5vw, 4rem) 0 var(--home-section);
}

@media (max-width: 991px) {
  .home-hero__content {
    padding-top: 2rem;
    padding-bottom: 0;
    max-width: none;
  }
}

.home-hero__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.5rem;
}

.home-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.8vw, 3.75rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0 0 1.75rem;
}

.home-hero__lead {
  font-size: clamp(1.0625rem, 1.6vw, 1.3125rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
  margin: 0 0 2.5rem;
  font-weight: 400;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.home-hero__actions .btn-primary {
  background: var(--bizwy-blue);
  border-color: var(--bizwy-blue);
  padding: 1rem 1.75rem;
  font-size: 0.9375rem;
}

.home-hero__actions .btn-ghost-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--bizwy-white);
  padding: 1rem 1.75rem;
}

.home-hero__actions .btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}

/* —— Platform narrative strip —— */
.home-narrative {
  padding: var(--home-section) 0;
  background: var(--bizwy-white);
  border-bottom: 1px solid var(--bizwy-gray-200);
}

.home-narrative__inner {
  max-width: 900px;
}

.home-narrative__statement {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--bizwy-navy);
  margin: 0;
}

.home-narrative__statement em {
  font-style: normal;
  color: var(--bizwy-blue);
}

.home-section-intro {
  max-width: 720px;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.home-section-intro .home-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bizwy-blue);
  margin: 0 0 1rem;
}

.home-kicker--light {
  color: var(--bizwy-yellow);
}

.home-section-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--bizwy-navy);
  margin: 0 0 1.25rem;
}

.home-section-intro p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--bizwy-text-muted);
  margin: 0;
}

.home-section-intro--light .home-kicker {
  color: rgba(245, 214, 0, 0.9);
}

.home-section-intro--light h2,
.home-section-intro--light p {
  color: var(--bizwy-white);
}

.home-section-intro--light p {
  color: rgba(255, 255, 255, 0.72);
}

/* —— Intelligent Enterprise Platform —— */
.home-iep {
  padding: var(--home-section) 0;
  background: var(--bizwy-navy);
  color: var(--bizwy-white);
  overflow: hidden;
}

.home-iep__stage {
  position: relative;
  border-radius: 4px;
  background: linear-gradient(165deg, #0d1f38 0%, #0a1628 45%, #061018 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
}

.home-iep__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-iep__ambient-glow {
  position: absolute;
  width: 70%;
  height: 60%;
  top: 10%;
  left: 15%;
  background: radial-gradient(ellipse, rgba(0, 111, 192, 0.35) 0%, transparent 70%);
  filter: blur(40px);
}

.home-iep__ambient-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, black 0%, transparent 85%);
}

.home-iep__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

@media (max-width: 991px) {
  .home-iep__layout {
    grid-template-columns: 1fr;
  }
}

.home-iep__scene {
  position: relative;
  min-height: 420px;
  perspective: 1200px;
  perspective-origin: 50% 40%;
}

@media (max-width: 991px) {
  .home-iep__scene {
    min-height: 360px;
  }

  .home-iep__stack {
    transform: translateX(-50%) rotateX(48deg) rotateZ(-2deg) scale(0.92);
  }

  .home-iep__glass--data {
    right: 4%;
    width: 120px;
  }

  .home-iep__glass--flow {
    width: 130px;
  }
}

.home-iep__stack {
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: min(100%, 520px);
  transform: translateX(-50%) rotateX(52deg) rotateZ(-4deg);
  transform-style: preserve-3d;
}

.home-iep__slab {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateZ(calc(var(--layer-z, 0) * 1px));
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

.home-iep__slab--1 { --layer-z: 50; }
.home-iep__slab--2 { --layer-z: 40; }
.home-iep__slab--3 { --layer-z: 30; }
.home-iep__slab--4 { --layer-z: 20; }
.home-iep__slab--5 { --layer-z: 10; }

.home-iep__slab--accent {
  background: linear-gradient(135deg, rgba(0, 111, 192, 0.45) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-color: rgba(245, 214, 0, 0.35);
}

.home-iep__slab-label {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.home-iep__slab-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
}

.home-iep__glass-panels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-iep__glass {
  position: absolute;
  padding: 1rem 1.125rem;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: iepFloat 8s ease-in-out infinite;
}

.home-iep__glass-title {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.75rem;
}

.home-iep__glass--data {
  top: 8%;
  right: 0;
  width: 140px;
  animation-delay: 0s;
}

.home-iep__glass--flow {
  top: 42%;
  left: 0;
  width: 150px;
  animation-delay: -2.5s;
}

.home-iep__glass--ai {
  bottom: 28%;
  right: 8%;
  width: 120px;
  animation-delay: -5s;
}

.home-iep__bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 48px;
}

.home-iep__bars span {
  flex: 1;
  height: var(--h, 50%);
  background: linear-gradient(180deg, var(--bizwy-blue) 0%, rgba(0, 111, 192, 0.4) 100%);
  border-radius: 2px 2px 0 0;
  opacity: 0.85;
}

.home-iep__flow-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-iep__flow-lines span {
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--bizwy-blue), transparent);
  border-radius: 2px;
}

.home-iep__flow-lines span:nth-child(1) { width: 100%; }
.home-iep__flow-lines span:nth-child(2) { width: 72%; opacity: 0.7; }
.home-iep__flow-lines span:nth-child(3) { width: 88%; opacity: 0.85; }

.home-iep__pulse-ring {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 2px solid rgba(0, 111, 192, 0.6);
  border-radius: 2px;
  position: relative;
}

.home-iep__pulse-ring::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(245, 214, 0, 0.4);
  border-radius: 2px;
  animation: iepPulse 3s ease-in-out infinite;
}

@keyframes iepFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes iepPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

.home-iep__narrative-lead {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 2rem;
}

.home-iep__pillars {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.home-iep__pillars li {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  padding-left: 1rem;
  border-left: 2px solid rgba(0, 111, 192, 0.6);
}

.home-iep__pillars strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--bizwy-white);
  margin-bottom: 0.25rem;
}

.home-iep__suite {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-iep__suite a {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.home-iep__suite a:hover {
  color: var(--bizwy-yellow);
}

@media (prefers-reduced-motion: reduce) {
  .home-iep__glass {
    animation: none;
  }

  .home-iep__pulse-ring::after {
    animation: none;
  }
}

/* —— Platform architecture (BTP-style) —— */
.home-platform-arch {
  padding: var(--home-section) 0;
  background: var(--bizwy-white);
}

.home-arch-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 3rem;
}

.home-arch-layer {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.75rem 2rem;
  background: var(--bizwy-off-white);
  border-left: 3px solid var(--bizwy-blue);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.home-arch-layer:hover {
  background: var(--bizwy-blue-light);
  border-left-color: var(--bizwy-navy);
}

@media (max-width: 768px) {
  .home-arch-layer {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.5rem;
  }
}

.home-arch-layer__name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--bizwy-navy);
  margin: 0;
}

.home-arch-layer__desc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--bizwy-text-muted);
  margin: 0;
}

.home-arch-layer--ai {
  background: linear-gradient(90deg, rgba(0, 111, 192, 0.08) 0%, var(--bizwy-off-white) 40%);
  border-left-color: var(--bizwy-yellow);
}

/* —— Enterprise AI —— */
.home-ai {
  padding: var(--home-section) 0;
  background: var(--bizwy-navy);
  color: var(--bizwy-white);
}

.home-ai .home-section-intro .home-kicker {
  color: var(--bizwy-yellow);
}

.home-ai .home-section-intro h2,
.home-ai .home-section-intro p {
  color: inherit;
}

.home-ai .home-section-intro p {
  color: rgba(255, 255, 255, 0.72);
}

.home-ai__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .home-ai__layout {
    grid-template-columns: 1fr;
  }
}

.home-ai__capabilities {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-ai__capabilities li {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.home-ai__capabilities strong {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.home-ai__capabilities span {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.home-ai__visual {
  position: relative;
  min-height: 420px;
  background: linear-gradient(145deg, rgba(0, 111, 192, 0.35) 0%, rgba(10, 22, 40, 0.9) 100%);
  overflow: hidden;
}

.home-ai__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  mix-blend-mode: luminosity;
}

.home-ai__visual-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(transparent, rgba(10, 22, 40, 0.95));
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.home-ai__cta {
  margin-top: 3rem;
}

.home-ai__cta .btn-accent {
  padding: 1rem 2rem;
}

/* —— Enterprise trust —— */
.home-trust {
  padding: var(--home-section) 0;
  background: var(--bizwy-white);
}

.home-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--bizwy-gray-200);
}

@media (max-width: 991px) {
  .home-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .home-metrics {
    grid-template-columns: 1fr;
  }
}

.home-metric__value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--bizwy-blue);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.home-metric__label {
  font-size: 0.9375rem;
  color: var(--bizwy-text-muted);
  line-height: 1.4;
}

/* —— Enterprise platform trust —— */
.home-platform-trust {
  background: var(--bizwy-white);
}

.home-platform-trust__hero {
  position: relative;
  min-height: clamp(420px, 50vh, 560px);
  overflow: hidden;
}

.home-platform-trust__hero picture,
.home-platform-trust__hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.home-platform-trust__hero-overlay {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: linear-gradient(
    180deg,
    rgba(10, 22, 40, 0.35) 0%,
    rgba(10, 22, 40, 0.75) 55%,
    rgba(10, 22, 40, 0.95) 100%
  );
}

.home-platform-trust__hero-overlay h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--bizwy-white);
  margin: 0 0 1.25rem;
  max-width: 820px;
}

.home-platform-trust__hero-overlay p {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 640px;
}

.home-platform-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(2rem, 4vw, 3rem);
}

@media (max-width: 991px) {
  .home-platform-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .home-platform-trust__grid {
    grid-template-columns: 1fr;
  }
}

.home-trust-cap {
  padding: 0;
  border: none;
  background: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-trust-cap__index {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(0, 111, 192, 0.15);
  margin-bottom: 1rem;
}

.home-trust-cap h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--bizwy-navy);
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.home-trust-cap p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--bizwy-text-muted);
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .home-trust-cap:hover {
    transform: translateY(-4px);
  }
}

.home-platform-trust__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: clamp(4rem, 8vw, 6rem);
  border-top: 1px solid var(--bizwy-gray-200);
  padding-top: 2rem;
}

/* —— Operating system statement —— */
.home-vision {
  padding: var(--home-section) 0;
  background: var(--bizwy-white);
  text-align: center;
}

.home-vision h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--bizwy-navy);
  max-width: 820px;
  margin: 0 auto 1.5rem;
  line-height: 1.2;
}

.home-vision p {
  font-size: 1.125rem;
  color: var(--bizwy-text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* —— Executive CTA —— */
.home-cta {
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--bizwy-blue);
  color: var(--bizwy-white);
  text-align: center;
}

.home-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.375rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.home-cta p {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.home-cta .btn-accent {
  background: var(--bizwy-white);
  color: var(--bizwy-navy);
  border-color: var(--bizwy-white);
  padding: 1rem 2.25rem;
  font-size: 1rem;
}

.home-cta .btn-accent:hover {
  background: var(--bizwy-off-white);
}

/* Homepage header — always visible over hero and light sections */
.bizwy-home #site-header {
  background: var(--bizwy-navy);
}

.bizwy-home .site-header {
  background: rgba(10, 22, 40, 0.98);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.bizwy-home .site-header.is-scrolled {
  background: rgba(10, 22, 40, 1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.bizwy-home .site-logo-img {
  filter: brightness(0) invert(1);
}

.bizwy-home .site-header .site-logo-text {
  color: var(--bizwy-white);
}

.bizwy-home .site-header .site-logo-text span {
  color: rgba(255, 255, 255, 0.95);
}

.bizwy-home .site-header .nav-link {
  color: rgba(255, 255, 255, 0.88);
}

.bizwy-home .site-header .nav-link:hover,
.bizwy-home .site-header .nav-link.is-active {
  color: var(--bizwy-white);
  background: rgba(255, 255, 255, 0.1);
}

.bizwy-home .site-header .btn-primary {
  background: var(--bizwy-white);
  color: var(--bizwy-navy);
  border-color: var(--bizwy-white);
}

.bizwy-home .site-header .btn-primary:hover {
  background: var(--bizwy-off-white);
}

.bizwy-home .site-header .nav-toggle {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--bizwy-white);
  background: rgba(255, 255, 255, 0.06);
}

.bizwy-home .announce-bar {
  background: #060d18;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
