.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background-color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.15);padding:1rem;z-index:9999;transform:translateY(100%);transition:transform .3s ease-out}.cookie-consent-banner.show{transform:translateY(0)}.cookie-consent-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cookie-consent-text{flex:1;min-width:250px}.cookie-consent-text p{margin:0;font-size:.9rem;color:#333;line-height:1.5}.cookie-consent-text a{color:#1c244b;text-decoration:underline;font-weight:500}.cookie-consent-text a:hover{color:var(--color-primary,#00d084)}.cookie-consent-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.cookie-consent-btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;white-space:nowrap}.cookie-consent-btn-accept{background-color:var(--color-secondary,#e2c033);color:var(--color-dark-navy,#1c244b)}.cookie-consent-btn-accept:hover{background-color:var(--color-primary,#00d084);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,208,132,.3)}.cookie-consent-btn-decline{background-color:transparent;color:#666;border:1px solid #ddd}.cookie-consent-btn-decline:hover{background-color:#f5f5f5;border-color:#999}.cookie-consent-close{position:absolute;top:.5rem;right:.5rem;background:0 0;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:.25rem;line-height:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.cookie-consent-close:hover{background-color:#f5f5f5;color:#333}.cookie-consent-banner.hidden{display:none}@media (max-width:767px){.cookie-consent-banner{padding:1rem .75rem}.cookie-consent-container{flex-direction:column;align-items:stretch}.cookie-consent-text{min-width:100%;padding-right:2rem}.cookie-consent-text p{font-size:.85rem}.cookie-consent-buttons{width:100%;gap:.5rem}.cookie-consent-btn{flex:1;min-width:0;padding:.75rem 1rem;font-size:.8125rem}}@media (max-width:400px){.cookie-consent-buttons{flex-direction:column}.cookie-consent-btn{width:100%}}.cookie-consent-banner.dark{background-color:var(--color-dark-navy,#1c244b);border-top:2px solid var(--color-secondary,#e2c033)}.cookie-consent-banner.dark .cookie-consent-text p{color:#fff}.cookie-consent-banner.dark .cookie-consent-text a{color:var(--color-secondary,#e2c033)}.cookie-consent-banner.dark .cookie-consent-btn-decline{background-color:transparent;color:#fff;border-color:rgba(255,255,255,.3)}.cookie-consent-banner.dark .cookie-consent-btn-decline:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.cookie-consent-banner.dark .cookie-consent-close{color:rgba(255,255,255,.6)}.cookie-consent-banner.dark .cookie-consent-close:hover{background-color:rgba(255,255,255,.1);color:#fff}.cookie-consent-banner:focus-within{outline:2px solid var(--color-secondary,#E2C033);outline-offset:-2px}.cookie-consent-btn:focus{outline:2px solid var(--color-secondary,#E2C033);outline-offset:2px}.cookie-consent-close:focus{outline:2px solid var(--color-secondary,#E2C033);outline-offset:2px}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.cookie-consent-banner{transition:none}.cookie-consent-btn{transition:none}}