/* CMP — independente do Tailwind (landing /home não carrega Tailwind) */

#bx-cookie-banner.bx-cookie-hidden {
    display: none !important;
}

#bx-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10060;
    padding: 1rem 1.5rem;
    pointer-events: none;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

#bx-cookie-banner .bx-cookie-banner__inner {
    pointer-events: auto;
    max-width: 48rem;
    margin: 0 auto;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #e7e5e4;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

#bx-cookie-banner h2 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1c1917;
}

#bx-cookie-banner p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    color: #57534e;
    line-height: 1.45;
}

#bx-cookie-banner .bx-cookie-banner__links {
    font-size: 0.75rem;
    color: #78716c;
}

#bx-cookie-banner .bx-cookie-banner__links a {
    color: inherit;
    text-decoration: underline;
}

#bx-cookie-banner .bx-cookie-banner__actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#bx-cookie-banner button {
    cursor: pointer;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
}

#bx-cookie-accept-all {
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    border-color: #2563eb;
}

#bx-cookie-accept-all:hover {
    background: #1d4ed8;
}

#bx-cookie-reject {
    background: #fff;
    color: #44403c;
    border-color: #d6d3d1;
}

#bx-cookie-customize {
    background: transparent;
    color: #1d4ed8;
    font-weight: 500;
}

#bx-cookie-modal.bx-cookie-hidden {
    display: none !important;
}

#bx-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 10070;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(28, 25, 23, 0.5);
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

#bx-cookie-modal .bx-cookie-modal__panel {
    width: 100%;
    max-width: 32rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
    max-height: 90vh;
    overflow-y: auto;
}

#bx-cookie-modal h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
}

#bx-cookie-modal .bx-cookie-modal__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

#bx-cookie-modal .bx-cookie-modal__close {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #a8a29e;
    cursor: pointer;
    padding: 0;
}

#bx-cookie-modal .bx-cookie-modal__options {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.875rem;
}

#bx-cookie-modal .bx-cookie-option {
    border: 1px solid #e7e5e4;
    border-radius: 0.5rem;
    padding: 0.75rem;
}

#bx-cookie-modal label.bx-cookie-option {
    display: flex;
    gap: 0.75rem;
    cursor: pointer;
}

#bx-cookie-modal .bx-cookie-modal__footer {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

#bx-cookie-modal .bx-cookie-modal__footer button {
    cursor: pointer;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

#bx-cookie-save {
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    border: none;
}
