:root {
  --copy-meta: calc(18.7px * 1.35);
  --label-lead: 1.75;
  --line-dark: #0b0618;
  --surface-light: #e9e6f5;
  --ink-soft: #8b5cf6;
  --tone-deep: #8b5cf6;
  --tone-strong: #e9e6f5;
  --tone-extra-15: #1a1230;
  --paint-clear: #e9e6f5;
  --surface-clear: #0b0618;
  --ink-clear: #1d1440;
  --tone-cool: #a3e635;
  --line-card: rgba(139, 92, 246, 0.28);
  --ink-muted: #c9c3e6;
  --lift-base: 0 18px 42px rgba(0,0,0,0.13);
  --paint-strong: #f4f1fb;
  --tone-extra-23: #0b0618;
  --tone-accent: #150d2c;
  --stack-form: 1.46rem;
  --speed-nav: cubic-bezier(0.2,0.8,0.2,1);
  --tone-card: linear-gradient(135deg, #1a0f38 0%, #2a1160 45%, #0b0618 100%);
}

body{margin:0;padding:0;font-family:"Rubik", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .direct-details{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid var(--line-card);border-radius:24px;background:var(--ink-clear);color:var(--paint-clear);box-shadow:var(--lift-base);display:flex;align-items:flex-start;justify-content:space-between;gap:var(--stack-form)}
.cookies .team-items{max-width:48rem}
.cookies strong{display:block;font-size:var(--copy-meta)}
.cookies p{margin:6px 0 0;line-height:var(--label-lead)}
.cookies .direct-quote{display:flex;flex-wrap:wrap;gap:8px}
.cookies .direct-quote button{border:1px solid var(--line-card);background:var(--tone-accent);color:var(--ink-muted);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .direct-quote button.cookie-accept{background:var(--ink-soft);color:var(--tone-extra-23);border-color:transparent}
@media(max-width:760px){.cookies .direct-details{display:block}.cookies .direct-quote{margin-top:12px}}
