.whatsapp-launch {
  left: 24px;
  right: auto;
  width: auto;
  min-width: 164px;
  height: 56px;
  padding: 0 21px 0 16px;
  border-radius: 16px;
  gap: 11px;
  background: linear-gradient(135deg, #0b6b4b, #12845d);
  box-shadow: 0 14px 32px rgba(7, 74, 52, .28);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
}

.cookie-consent{position:fixed;z-index:100;left:50%;bottom:24px;transform:translateX(-50%);width:min(920px,calc(100vw - 40px));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:18px 20px;border:1px solid rgba(12,43,76,.12);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(3,24,48,.2);backdrop-filter:blur(12px);color:#0b294c}.cookie-consent[hidden]{display:none}.cookie-consent__icon{position:relative;width:48px;height:48px;border-radius:14px;background:#0b294c}.cookie-consent__icon span{position:absolute;width:6px;height:6px;border-radius:50%;background:#d2a23e}.cookie-consent__icon span:nth-child(1){left:12px;top:12px}.cookie-consent__icon span:nth-child(2){right:11px;top:18px}.cookie-consent__icon span:nth-child(3){left:21px;bottom:10px}.cookie-consent__copy strong{display:block;font-size:15px}.cookie-consent__copy p{margin:4px 0;color:#5b6f82;font-size:12px;line-height:1.55}.cookie-consent__copy a{color:#0b6b4b;font-size:11px;font-weight:800;text-decoration:none}.cookie-consent__actions{display:flex;gap:9px}.cookie-consent__actions button{min-height:43px;padding:0 16px;border:1px solid #ccd6df;border-radius:10px;background:#fff;color:#173553;font-size:12px;font-weight:800;cursor:pointer}.cookie-consent__actions button:last-child{border-color:#0b294c;background:#0b294c;color:#fff}@media(max-width:760px){.cookie-consent{bottom:12px;grid-template-columns:1fr;padding:17px}.cookie-consent__icon{display:none}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-consent__actions button{padding:0 10px}}

.whatsapp-launch::after {
  display: none;
}

.whatsapp-launch svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  flex: 0 0 auto;
}

.whatsapp-launch span {
  white-space: nowrap;
}

.whatsapp-launch:hover {
  background: linear-gradient(135deg, #095b40, #0d7552);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 74, 52, .34);
}

.whatsapp-panel {
  left: 24px;
  right: auto;
}

.back-to-top {
  left: auto;
  right: 24px;
  z-index: 82;
}

@media (max-width: 560px) {
  .whatsapp-launch,
  .whatsapp-panel {
    left: 16px;
    right: auto;
  }

  .whatsapp-launch {
    min-width: 0;
    width: 56px;
    padding: 0;
    border-radius: 16px;
  }

  .whatsapp-launch span {
    display: none;
  }

  .back-to-top {
    left: auto;
    right: 14px;
  }
}
.cookie-preferences{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px;border:1px solid #dbe2e8;border-radius:12px;background:#f7f9fa}.cookie-preferences[hidden]{display:none}.cookie-preferences label{display:flex;align-items:flex-start;gap:9px;margin:0;padding:10px;border-radius:9px;background:#fff;color:#173552;font-size:12px}.cookie-preferences input{width:auto;margin:2px 0}.cookie-preferences small{display:block;margin-top:4px;color:#718194;font-weight:400}@media(max-width:700px){.cookie-preferences{grid-template-columns:1fr}}
