body{margin:0;padding:0;font-family:"Lora", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --tone-strong: #e9e6dc;
  --line-page: #f6f3ec;
  --surface-dark: #7a9bb0;
  --type-quiet: calc(14.8px * 1.35);
  --paint-inverse: #22241f;
  --tone-main: #22241f;
  --motion-fast: ease;
  --tone-extra-21: #3f6b5c;
  --paint-main: #2c3a35;
  --surface-secondary: #16211f;
  --lift-soft: 0 10px 20px rgba(0,0,0,0.03);
  --ink-accent: #f6f3ec;
  --line-dark: #22241f;
  --paint-accent: #ffffff;
  --line-card: #3a3a34;
  --ink-light: linear-gradient(160deg, #f6f3ec 0%, #e6ece7 52%, #dbe4e6 100%);
  --surface-panel: #3f6b5c;
  --ink-cool: #f6f3ec;
  --label-button: 1.96;
  --tone-extra-8: #e4dfd2;
}

footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:clamp(14px,2vw,24px);transform:translateX(-50%);z-index:1200}
.cookies .secondary-visual{width:min(32rem,calc(100vw - 28px));padding:14px 16px;border:1px solid var(--tone-extra-8);border-radius:22px;background:var(--paint-accent);color:var(--tone-main);box-shadow:var(--lift-soft)}
.cookies .compact-flow{margin:0}
.cookies strong{font-size:var(--type-quiet)}
.cookies p{margin:6px 0 0;line-height:var(--label-button)}
.cookies .direct-quote{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .direct-quote button{border:1px solid var(--tone-extra-8);background:var(--tone-strong);color:var(--line-card);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .direct-quote button.cookie-accept{background:var(--tone-extra-21);color:var(--line-page)}
