.sfeir-consent-banner{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#2c3e50 0,#34495e 100%);color:#fff;z-index:10000;padding:1.5rem;box-shadow:0 -4px 20px rgba(0,0,0,.3);transform:translateY(100%);transition:transform .3s cubic-bezier(.4, 0, .2, 1);border-top:3px solid #e74c3c}.sfeir-consent-banner--visible{transform:translateY(0)}.sfeir-consent-banner__content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.sfeir-consent-banner__text{flex:1;min-width:0}.sfeir-consent-banner__title{margin:0 0 .5rem 0;font-size:1.25rem;font-weight:600;color:#ecf0f1;line-height:1.3}.sfeir-consent-banner__description{margin:0;font-size:.95rem;line-height:1.5;color:#bdc3c7;opacity:.95}.sfeir-consent-banner__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.sfeir-consent-banner__button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.sfeir-consent-banner__button--accept{background:linear-gradient(135deg,#27ae60 0,#2ecc71 100%);color:#fff;box-shadow:0 2px 8px rgba(46,204,113,.3)}.sfeir-consent-banner__button--accept:hover{background:linear-gradient(135deg,#229954 0,#27ae60 100%);box-shadow:0 4px 12px rgba(46,204,113,.4);transform:translateY(-1px)}.sfeir-consent-banner__button--accept:focus{outline:2px solid #2ecc71;outline-offset:2px}.sfeir-consent-banner__button--decline{background:linear-gradient(135deg,#c0392b 0,#e74c3c 100%);color:#fff;box-shadow:0 2px 8px rgba(231,76,60,.3)}.sfeir-consent-banner__button--decline:hover{background:linear-gradient(135deg,#a93226 0,#c0392b 100%);box-shadow:0 4px 12px rgba(231,76,60,.4);transform:translateY(-1px)}.sfeir-consent-banner__button--decline:focus{outline:2px solid #e74c3c;outline-offset:2px}.sfeir-consent-banner__link{color:#3498db;text-decoration:underline;font-size:.85rem;transition:color .2s ease;padding:.5rem}.sfeir-consent-banner__link:hover{color:#5dade2;text-decoration-style:dotted}.sfeir-consent-banner__link:focus{outline:2px solid #3498db;outline-offset:2px;border-radius:3px}.sfeir-consent-notification{position:fixed;top:2rem;right:2rem;background:linear-gradient(135deg,#27ae60 0,#2ecc71 100%);color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.2);z-index:10001;animation:slideInFromRight .3s ease-out}.sfeir-consent-notification__content p{margin:0;font-size:.9rem;font-weight:500}@keyframes slideInFromRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:768px){.sfeir-consent-banner{padding:1rem}.sfeir-consent-banner__content{flex-direction:column;gap:1.5rem;text-align:center}.sfeir-consent-banner__actions{justify-content:center;width:100%}.sfeir-consent-banner__button{flex:1;min-width:100px}.sfeir-consent-banner__title{font-size:1.1rem}.sfeir-consent-banner__description{font-size:.9rem}}@media (max-width:480px){.sfeir-consent-banner__actions{flex-direction:column;width:100%}.sfeir-consent-banner__button{width:100%}.sfeir-consent-notification{top:1rem;right:1rem;left:1rem}}@media (prefers-contrast:high){.sfeir-consent-banner{background:#000;border-top:4px solid #fff}.sfeir-consent-banner__button--accept{background:green}.sfeir-consent-banner__button--decline{background:maroon}}@media (prefers-reduced-motion:reduce){.sfeir-consent-banner{transition:none}.sfeir-consent-banner__button{transition:none}.sfeir-consent-notification{animation:none}}