:root {
    --cr-wine: #5c1b2b;
    --cr-berry: #8e2f45;
    --cr-clay: #d97a5a;
    --cr-ink: #241418;
    --cr-dark: #3a0f1c;
    --cr-edge: #ecdcd8;
    --cr-tint: #f7ece7;
}

/* ---- нижня палуба сторінки ---- */
.baseDeck_cr2 {
    background: var(--cr-dark);
    color: #d8bfc4;
    padding: 30px 20px 24px;
    text-align: center;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.baseDeck_cr2__hub {
    max-width: 880px;
    margin: 0 auto;
}
.baseDeck_cr2__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 22px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(236, 220, 216, .16);
}
.baseDeck_cr2__links a {
    color: #e8cdc6;
    font-size: 12px;
    text-decoration: none;
}
.baseDeck_cr2__links a:hover { color: var(--cr-clay); }
.baseDeck_cr2__legal {
    font-size: 12px;
    line-height: 1.75;
    color: #b79aa0;
    max-width: 760px;
    margin: 0 auto 14px;
}
.baseDeck_cr2__stamp {
    font-size: 12px;
    color: #a8888f;
}

/* ---- допоміжні обгортки ---- */
.wrapHold_cr2 {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}
.trailNote_cr2 {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: #7a6266;
}

/* ---- смужка про cookie ---- */
.crumbBar_cr2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(58, 15, 28, .96);
    color: #fdf8f4;
    padding: 18px 22px;
    backdrop-filter: blur(12px);
}
.crumbBar_cr2__row {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.crumbBar_cr2__text {
    flex: 1;
    min-width: 220px;
    font: 14px/1.7 "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #d8bfc4;
}
.crumbBar_cr2__text a { color: var(--cr-clay); text-decoration: underline; }
.crumbBar_cr2__acts { display: flex; gap: 10px; flex-wrap: wrap; }
.crumbBar_cr2__ok,
.crumbBar_cr2__nope {
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font: 700 13px/1 "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.crumbBar_cr2__ok { background: linear-gradient(90deg, var(--cr-wine), var(--cr-berry)); color: #fdf8f4; }
.crumbBar_cr2__nope { background: var(--cr-tint); color: var(--cr-ink); border: 1px solid var(--cr-edge); }
