body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
:root {
  --line-warm: #2c3d36;
  --tone-muted: #1f6f5c;
  --tone-main: #ffffff;
  --surface-main: #16241f;
  --ink-clear: #d3e2da;
  --tone-panel: #b8322c;
  --delay-hover: cubic-bezier(0.2,0.8,0.2,1);
}

.cookies {
    position: fixed;
    left: 1.41rem;
    right: 1.41rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .fresh-body {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.39rem;
    padding: 1.5rem 1.41rem;
    background: var(--tone-muted);
    color: #f4fbf7;
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .primary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .primary-header strong {
    font-size: 16px;
}
.cookies .primary-header button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .service-group {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .service-group button {
    flex: 1;
    border-radius: 0.32rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .service-group button.cookie-accept {
    color: #f6faf7;
    border-color: transparent;
    color: #16241f;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .fresh-body {
        max-width: none;
    }
}
