.cookie-banner {display: none;position: fixed;bottom: 0;left: 0;right: 0;background: #898989;color: #fff;font-family: Arial, sans-serif;font-size: 15px;line-height: 1.5;z-index: 99999;transform: translateY(100%);transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow: 0 -5px 20px rgba(0,0,0,0.4);}.cookie-banner.show {transform: translateY(0);}.cookie-inner {max-width: 1200px;margin: 0 auto;padding: 20px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 20px;}.cookie-text {flex: 1;min-width: 280px;}.cookie-text a {color: #ffffff;text-decoration: underline;}.cookie-buttons {display: flex;gap: 12px;flex-shrink: 0;}.cookie-btn {padding: 11px 24px;border: none;border-radius: 8px;font-weight: bold;cursor: pointer;transition: all 0.3s;}.cookie-btn.accept {background: #00b31e;color: white;}.cookie-btn.accept:hover {background: #009d18;}.cookie-btn.reject {background: transparent;color: #ccc;border: 1px solid #555;}.cookie-btn.reject:hover {background: #222;border-color: #777;}@media (max-width: 768px) {.cookie-inner {flex-direction: column;text-align: center;}.cookie-buttons {width: 100%;justify-content: center;}.cookie-btn {flex: 1;min-width: 120px;}}