:root {
  --tone-extra-16: #2A3A2C;
  --line-secondary: #1A1206;
  --surface-clear: #D6E0CF;
  --tone-extra-11: #16221A;
  --corner-panel: 1.2rem;
  --line-strong: #F7F9F4;
  --ink-clear: #1B2A1E;
  --ink-strong: #EAF1E4;
  --radius-image: 0.33rem;
  --tone-extra-12: #F2F5F1;
  --lift-card: 0 14px 32px rgba(0,0,0,0.18);
  --measure-list: 2.45rem;
  --surface-secondary: #FFFFFF;
  --paint-primary: #1F6B3A;
  --line-muted: #1B2A1E;
  --ink-inverse: #1F6B3A;
  --line-soft: linear-gradient(135deg, #EAF1E4 0%, #F7F9F4 55%, #F0E6D2 100%);
  --gutter-block: 1.5rem;
  --line-main: #1B2A1E;
  --ink-soft: #E08A22;
  --state-base: #FFFFFF;
  --speed-soft: cubic-bezier(0.22,1,0.36,1);
  --tone-extra-21: #F4FBF5;
}

body{margin:0;padding:0;font-family:"Sora", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.cookies {
    position: fixed;
    left: var(--measure-list);
    right: var(--measure-list);
    bottom: var(--gutter-block);
    z-index: 1200;
}
.cookies .featured-contact {
    margin-left: auto;
    max-width: 440px;
    border-radius: var(--corner-panel);
    padding: var(--gutter-block) var(--measure-list);
    background: var(--paint-primary);
    color: var(--tone-extra-21);
    box-shadow: var(--lift-card);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .focused-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .focused-items strong {
    font-size: 16px;
}
.cookies .focused-items button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .direct-brand {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .direct-brand button {
    flex: 1;
    border-radius: var(--radius-image);
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: var(--state-base);
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .direct-brand button.cookie-accept {
    color: var(--line-strong);
    border-color: transparent;
    color: var(--line-muted);
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .featured-contact {
        max-width: none;
    }
}
