.cookie-consent[hidden],
.cookie-settings-button[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: #f7fbfc;
}

.cookie-consent-inner {
  display: grid;
  width: min(100%, 1120px);
  box-sizing: border-box;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(28px, 4vw, 52px);
  margin: 0 auto;
  padding: clamp(28px, 3.5vw, 40px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background: #071820;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .44);
}

.cookie-consent strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.2;
}

.cookie-consent p {
  max-width: 720px;
  margin: 0 0 8px;
  color: #c8d8de;
  font-size: 16px;
  line-height: 1.55;
}

.cookie-consent a { color: #78e5bd; }

.cookie-consent-actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cookie-consent button,
.cookie-settings-button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  cursor: pointer;
  font: 800 14px/1 Inter, Arial, sans-serif;
  padding: 11px 16px;
}

.cookie-primary {
  min-height: 64px !important;
  border-color: #46d3a0 !important;
  border-radius: 14px !important;
  background: #46d3a0;
  color: #04150f;
  box-shadow: 0 14px 34px rgba(70, 211, 160, .25);
  font-size: 19px !important;
  padding: 18px 28px !important;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.cookie-secondary {
  min-height: 44px !important;
  border: 0 !important;
  background: transparent;
  color: #aebfc5;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: underline;
  text-decoration-color: rgba(174, 191, 197, .5);
  text-underline-offset: 3px;
  opacity: .82;
  padding: 8px 12px !important;
}

.cookie-primary:hover,
.cookie-primary:focus-visible {
  transform: translateY(-1px);
  background: #5be0af;
  box-shadow: 0 18px 40px rgba(70, 211, 160, .32);
}

.cookie-secondary:hover,
.cookie-secondary:focus-visible {
  color: #fff;
  opacity: 1;
}

.cookie-settings-button {
  position: fixed;
  z-index: 9998;
  bottom: 12px;
  left: 12px;
  min-height: 36px;
  border-color: rgba(255, 255, 255, .22);
  background: #071820;
  color: #fff;
  font-size: 12px;
  opacity: .82;
  padding: 8px 12px;
}

.cookie-consent-open .whatsapp-widget,
.cookie-consent-open .whatsapp-mobile-launcher {
  display: none !important;
}

@media (max-width: 720px) {
  .cookie-consent { right: 10px; bottom: 10px; left: 10px; }
  .cookie-consent-inner { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px 18px; }
  .cookie-consent strong { font-size: 21px; }
  .cookie-consent p { font-size: 15px; }
  .cookie-consent button { width: 100%; }
  .cookie-primary { min-height: 60px !important; font-size: 18px !important; }
}
