.cookie-consent {
    position: fixed;
    z-index: 1200;
    right: 24px;
    bottom: 24px;
    width: min(460px, calc(100vw - 32px));
    padding: 18px;
    border: 1px solid #d8e1e7;
    border-radius: 12px;
    background: #fff;
    color: #1f2a30;
    box-shadow: 0 14px 38px rgba(17, 24, 39, .2);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.cookie-consent p { margin: 0 0 14px; line-height: 1.5; }
.cookie-consent a { color: #0f766e; font-weight: 700; }
.cookie-consent button { cursor: pointer; border: 0; border-radius: 8px; padding: 10px 14px; background: #0f766e; color: #fff; font: inherit; font-weight: 700; }
