/* Banner de consentimiento de cookies · Hamadryade Retreats */
#hama-consent{position:fixed;left:0;right:0;bottom:0;z-index:2147483000;display:flex;justify-content:center;padding:16px;pointer-events:none;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif}
#hama-consent .hc-card{pointer-events:auto;width:100%;max-width:640px;background:#faf7f0;color:#1f2937;border:1px solid #e7e2d6;border-top:3px solid #c49a3c;border-radius:14px;box-shadow:0 18px 50px rgba(15,23,42,.28);padding:20px 22px 18px;max-height:calc(100vh - 32px);overflow:auto;animation:hcIn .35s ease-out both}
#hama-consent .hc-title{margin:0 0 6px;font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;font-weight:600;line-height:1.15;color:#1f3a2e}
#hama-consent .hc-text{margin:0 0 14px;font-size:14px;line-height:1.55;color:#374151}
#hama-consent .hc-text a{color:#7a5618;text-decoration:underline;text-underline-offset:2px}
#hama-consent .hc-text a:hover{color:#1f3a2e}
#hama-consent .hc-prefs{margin:0 0 14px;border-top:1px solid #e7e2d6}
#hama-consent .hc-prefs[hidden]{display:none}
#hama-consent .hc-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #e7e2d6;cursor:pointer}
#hama-consent .hc-row-text{display:flex;flex-direction:column;gap:2px;font-size:13px;line-height:1.45;color:#4b5563}
#hama-consent .hc-row-text strong{font-size:14px;color:#1f2937}
#hama-consent .hc-switch{position:relative;flex:0 0 auto;width:44px;height:26px}
#hama-consent .hc-switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}
#hama-consent .hc-switch input:disabled{cursor:not-allowed}
#hama-consent .hc-switch i{position:absolute;inset:0;border-radius:26px;background:#cbd5e1;transition:background .2s}
#hama-consent .hc-switch i::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);transition:transform .2s}
#hama-consent .hc-switch input:checked+i{background:#1f3a2e}
#hama-consent .hc-switch input:checked+i::after{transform:translateX(18px)}
#hama-consent .hc-switch input:disabled+i{opacity:.55}
#hama-consent .hc-switch input:focus-visible+i{outline:2px solid #c49a3c;outline-offset:2px}
#hama-consent .hc-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
#hama-consent .hc-btn{appearance:none;border:1.5px solid #1f3a2e;background:transparent;color:#1f3a2e;font:600 14px/1 'Inter',sans-serif;padding:12px 18px;border-radius:999px;cursor:pointer;transition:background .2s,color .2s,transform .15s;min-height:44px}
#hama-consent .hc-btn:hover{background:#eef1ec}
#hama-consent .hc-btn:focus-visible{outline:2px solid #c49a3c;outline-offset:2px}
#hama-consent .hc-btn--ghost{border-color:transparent;text-decoration:underline;text-underline-offset:3px}
#hama-consent .hc-btn--primary{background:#1f3a2e;color:#fff}
#hama-consent .hc-btn--primary:hover{background:#2d5040}
@keyframes hcIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media (max-width:520px){
  #hama-consent{padding:10px}
  #hama-consent .hc-card{padding:16px 16px 14px;border-radius:12px}
  #hama-consent .hc-actions{flex-direction:column-reverse}
  #hama-consent .hc-btn{width:100%}
}
@media (prefers-reduced-motion:reduce){#hama-consent .hc-card{animation:none}}
