:root {
  color-scheme: dark;
  --ink: #eef6ff;
  --muted: #9fb2c8;
  --line: rgba(172, 210, 255, .2);
  --cyan: #1ee8f0;
  --blue: #0b76ff;
  --green: #47d18c;
  --orange: #ffb057;
  --panel: rgba(5, 18, 42, .84);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 2%, rgba(11, 118, 255, .17), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .028) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 92px),
    #071225;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 11px 16px; border-radius: 6px; background: var(--cyan); color: #03111d; font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.legal-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 13, 31, .9);
  backdrop-filter: blur(18px);
}
.legal-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 82px; }
.legal-brand { display: inline-flex; align-items: center; width: 176px; }
.legal-brand img { width: 176px; height: auto; }
.legal-nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; color: #c9d7e7; font-size: 14px; }
.legal-nav a { opacity: .86; transition: color .2s ease, opacity .2s ease; }
.legal-nav a:hover, .legal-nav a:focus-visible { color: var(--cyan); opacity: 1; }
.legal-nav__cta { padding: 10px 15px; border: 1px solid rgba(30, 232, 240, .56); border-radius: 6px; background: rgba(30, 232, 240, .08); color: #eaffff; }

.legal-hero { padding: clamp(76px, 10vw, 130px) 0 clamp(52px, 7vw, 86px); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; color: #6f87a3; font: 700 10px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--cyan); }
.breadcrumbs i { width: 20px; height: 1px; background: rgba(30, 232, 240, .5); }
.eyebrow { margin: 0 0 15px; color: var(--cyan); font: 800 10px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px rgba(71, 209, 140, .65); }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(43px, 7.2vw, 86px); line-height: .98; letter-spacing: -.055em; }
.legal-hero h1 em { color: var(--cyan); font-style: normal; }
.legal-hero > .shell > p:not(.eyebrow) { max-width: 750px; margin: 28px 0 0; color: var(--muted); font-size: clamp(16px, 2vw, 20px); line-height: 1.72; }
.legal-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 26px; margin-top: 34px; color: #6f87a3; font: 700 10px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .055em; }
.legal-meta a, .legal-meta button { padding: 0; border: 0; background: transparent; color: var(--cyan); cursor: pointer; text-transform: inherit; letter-spacing: inherit; }

.legal-layout { display: grid; grid-template-columns: minmax(200px, 260px) minmax(0, 1fr); gap: clamp(42px, 8vw, 112px); padding-block: clamp(62px, 8vw, 110px); }
.legal-toc { position: sticky; top: 112px; align-self: start; display: flex; flex-direction: column; gap: 13px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: rgba(5, 18, 42, .64); }
.legal-toc strong { margin-bottom: 8px; color: #eaf4ff; font: 800 10px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; text-transform: uppercase; }
.legal-toc a { color: #7f96af; font-size: 12px; line-height: 1.45; transition: color .2s ease, transform .2s ease; }
.legal-toc a:hover, .legal-toc a:focus-visible, .legal-toc a.is-active { color: var(--cyan); transform: translateX(3px); }
.legal-content { min-width: 0; }
.legal-content > section { scroll-margin-top: 112px; padding: 0 0 48px; }
.legal-content > section + section { padding-top: 48px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 24px; color: #f3f8ff; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.legal-content p { margin: 0 0 18px; color: #9aacc0; font-size: 15px; line-height: 1.82; }
.legal-content a { color: var(--cyan); text-decoration: underline; text-decoration-color: rgba(30, 232, 240, .35); text-underline-offset: 4px; }
.legal-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.legal-list li { position: relative; padding: 18px 20px 18px 42px; border: 1px solid var(--line); border-radius: 8px; background: rgba(5, 18, 42, .62); color: #94a8be; font-size: 14px; line-height: 1.72; }
.legal-list li::before { content: ""; position: absolute; top: 25px; left: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px rgba(30, 232, 240, .4); }
.legal-list strong { color: #e7f1fc; }
.legal-profile { padding: 25px; border: 1px solid rgba(30, 232, 240, .24); border-radius: 10px; background: linear-gradient(145deg, rgba(11, 118, 255, .1), rgba(5, 18, 42, .72)); }
.legal-profile dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 28px; margin: 0; }
.legal-profile dl > div { display: grid; gap: 6px; }
.legal-profile dt { color: #607a96; font: 800 9px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.legal-profile dd { margin: 0; color: #e7f1fc; font-size: 13px; line-height: 1.55; }
.cookie-inventory { width: 100%; margin: 24px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; }
.cookie-inventory table { width: 100%; min-width: 760px; border-collapse: collapse; background: rgba(5, 18, 42, .65); }
.cookie-inventory th, .cookie-inventory td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 12px; line-height: 1.55; }
.cookie-inventory th { color: #ddebfa; font: 800 9px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.cookie-inventory td { color: #91a6bc; }
.cookie-inventory tr:last-child td { border-bottom: 0; }
.cookie-inventory code { color: var(--cyan); }

.site-footer { border-top: 1px solid var(--line); background: radial-gradient(circle at 10% 0%, rgba(11, 118, 255, .12), transparent 30%), #050b17; color: #9fb2c8; }
.site-footer__main { display: grid; grid-template-columns: minmax(250px, 1.28fr) repeat(3, minmax(150px, .74fr)); gap: clamp(32px, 4.5vw, 68px); padding-block: clamp(58px, 7vw, 92px); }
.site-footer__brand, .site-footer__column { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__brand-logo { display: block; width: 184px; }
.site-footer__brand-logo img { width: 100%; height: auto; }
.site-footer__brand > p { max-width: 390px; margin: 24px 0; color: #8295aa; font-size: 13px; line-height: 1.75; }
.site-footer__call { display: inline-flex; align-items: center; gap: 10px; color: #edf6ff; font-size: 13px; font-weight: 800; }
.site-footer__call-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(71, 209, 140, .58); }
.site-footer__column { gap: 12px; }
.site-footer__column h2 { margin: 2px 0 10px; color: #edf6ff; font: 800 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__column > a { color: #8295aa; font-size: 12px; line-height: 1.45; transition: color .2s ease, transform .2s ease; }
.site-footer__column > a:hover, .site-footer__column > a:focus-visible { color: var(--cyan); transform: translateX(3px); }
.site-footer__company { gap: 10px; }
.site-footer__company p { display: grid; gap: 2px; margin: 0; color: #dce8f6; font-size: 11px; line-height: 1.5; }
.site-footer__company-label { color: #62778f; font: 700 9px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__contact > a:first-of-type { color: #edf6ff; font-size: 14px; font-weight: 800; }
.site-footer__contact p { margin: 4px 0 2px; color: #71869d; font-size: 12px; line-height: 1.65; }
.site-footer__cta { margin-top: 7px; padding: 11px 17px; border: 1px solid var(--cyan); border-radius: 6px; background: var(--cyan); color: #03111d; font-size: 11px; font-weight: 850; }
.site-footer__cta:hover, .site-footer__cta:focus-visible { border-color: var(--blue); background: var(--blue); color: #fff; transform: none !important; }
.site-footer__bottom { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding-block: 22px; border-top: 1px solid var(--line); color: #8fa6bd; font: 600 10px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .035em; }
.site-footer__bottom > span:nth-child(2) { text-align: center; }
.site-footer__copyright { color: #c2d3e4; font-size: 10px; font-weight: 750; letter-spacing: .045em; }
.site-footer__legal { display: flex; align-items: center; justify-content: flex-end; gap: 17px; }
.site-footer__legal a, .site-footer__legal button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; transition: color .2s ease; }
.site-footer__legal a:hover, .site-footer__legal a:focus-visible, .site-footer__legal button:hover, .site-footer__legal button:focus-visible { color: var(--cyan); }

.language-switch { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 9px 14px; border: 1px solid rgba(30, 232, 240, .62); border-radius: 999px; background: rgba(3, 14, 34, .94); color: #eaffff; font-size: 14px; font-weight: 800; box-shadow: 0 18px 48px rgba(0, 0, 0, .34); backdrop-filter: blur(10px); }
.language-switch:hover, .language-switch:focus-visible { border-color: var(--cyan); background: rgba(30, 232, 240, .15); }
.language-switch__flag { display: grid; place-items: center; width: 30px; height: 20px; border-radius: 3px; background: var(--blue); color: #fff; font: 900 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; box-shadow: 0 0 0 1px rgba(255, 255, 255, .28); }

@media (max-width: 900px) {
  .legal-nav a:not(.legal-nav__cta) { display: none; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-toc strong { grid-column: 1 / -1; }
  .site-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__bottom { grid-template-columns: 1fr; gap: 11px; }
  .site-footer__bottom > span:nth-child(2) { text-align: left; }
  .site-footer__legal { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .legal-header__inner { min-height: 70px; }
  .legal-brand, .legal-brand img { width: 150px; }
  .legal-nav__cta { padding: 9px 11px; font-size: 12px; }
  .legal-hero { padding-top: 64px; }
  .legal-layout { padding-block: 54px; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-toc strong { grid-column: auto; }
  .legal-profile dl { grid-template-columns: 1fr; }
  .site-footer__main { grid-template-columns: 1fr; padding-block: 50px; }
  .site-footer__bottom { padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px)); }
  .site-footer__legal { flex-direction: column; align-items: flex-start; gap: 10px; }
  .language-switch { right: 12px; bottom: 12px; padding: 8px 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
