.growth-consent {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(8, 23, 44, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  bottom: 20px;
  box-shadow: 0 24px 70px rgba(8, 23, 44, 0.28);
  color: #f8f6f1;
  display: flex;
  font: 500 13px/1.55 var(--font-geist-sans), system-ui, sans-serif;
  gap: 24px;
  justify-content: space-between;
  left: 50%;
  max-width: 920px;
  padding: 17px 18px 17px 22px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  z-index: 9999;
}

.growth-consent a {
  color: #9fdacb;
  font-weight: 700;
}

.growth-consent__actions {
  display: flex;
  gap: .5rem;
  flex: 0 0 auto;
}

.growth-consent__button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  color: #f8f6f1;
  cursor: pointer;
  font: 700 12px var(--font-geist-sans), system-ui, sans-serif;
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

.growth-consent__button--primary {
  background: #f07d5a;
  border-color: #f07d5a;
  color: #08172c;
}

.growth-consent__button:focus-visible {
  outline: 3px solid #9fdacb;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .growth-consent {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }

  .growth-consent__actions,
  .growth-consent__button {
    width: 100%;
  }
}
