:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-deep: #050c16;
  --panel: rgba(11, 24, 41, .88);
  --panel-strong: #0a1727;
  --panel-soft: rgba(18, 36, 58, .66);
  --line: rgba(125, 168, 220, .14);
  --line-strong: rgba(105, 178, 237, .25);
  --text: #f4f8ff;
  --muted: #93a7be;
  --muted-2: #667d96;
  --blue: #4b9cff;
  --cyan: #42d8ef;
  --violet: #936cff;
  --mint: #4ee0b5;
  --container: 1180px;
  --radius: 24px;
  font-family: "Segoe UI Variable Text", "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(rgba(65, 113, 166, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 113, 166, .025) 1px, transparent 1px),
    var(--bg);
  background-size: 54px 54px;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 999; padding: 11px 15px; border-radius: 10px; color: #06111f; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.ambient { position: fixed; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(12px); }
.ambient-one { width: 650px; height: 650px; left: -390px; top: 90px; background: radial-gradient(circle, rgba(34, 165, 229, .14), transparent 70%); }
.ambient-two { width: 760px; height: 760px; right: -430px; top: -160px; background: radial-gradient(circle, rgba(120, 74, 255, .15), transparent 70%); }

.topbar { position: sticky; top: 0; z-index: 10; padding: 14px 0; border-bottom: 1px solid rgba(127, 169, 213, .1); background: rgba(6, 14, 25, .74); backdrop-filter: blur(24px); }
.topbar-inner { display: flex; align-items: center; min-height: 52px; }
.brand { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand-logo { display: grid; place-items: center; width: 46px; height: 46px; overflow: hidden; border: 1px solid rgba(141, 183, 228, .22); border-radius: 14px; box-shadow: 0 10px 28px rgba(0, 0, 0, .3); }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-size: 19px; font-weight: 760; letter-spacing: -.45px; }
.brand-name strong { color: #6eb0ff; font-weight: 850; }
.document-badge { margin-left: 18px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #748ba5; background: rgba(15, 31, 51, .7); font-size: 10px; font-weight: 700; letter-spacing: .2px; }
.back-link { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; margin-left: auto; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: #b2c2d5; background: rgba(15, 30, 49, .64); font-size: 12px; font-weight: 750; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.back-link svg { width: 17px; height: 17px; }
.back-link:hover { border-color: rgba(91, 169, 239, .36); background: rgba(22, 43, 67, .9); transform: translateY(-1px); }
.language-switch { display: inline-flex; align-items: center; gap: 2px; margin-left: auto; margin-right: 10px; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: rgba(15, 30, 49, .64); }
.language-switch a { display: grid; place-items: center; min-width: 31px; height: 28px; border-radius: 7px; color: #7790aa; font-size: 10px; font-weight: 850; letter-spacing: .05em; transition: color .2s ease, background .2s ease; }
.language-switch a:hover { color: #dbeeff; }
.language-switch a.active { color: #fff; background: linear-gradient(135deg,#2989ff,#6257ee); }

.privacy-hero { position: relative; padding: 88px 0 72px; border-bottom: 1px solid rgba(121, 163, 208, .1); }
.privacy-hero::after { content: ""; position: absolute; left: 50%; bottom: -1px; width: min(60vw, 780px); height: 1px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(66, 216, 239, .55), rgba(147, 108, 255, .5), transparent); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: end; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #75c8fa; font-size: 10px; font-weight: 850; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(66, 216, 239, .08), 0 0 16px rgba(66, 216, 239, .7); }
.hero-copy h1 { max-width: 850px; margin: 23px 0 23px; font-size: clamp(50px, 6.2vw, 78px); line-height: .96; letter-spacing: -4.7px; }
.hero-copy h1 span { color: transparent; background: linear-gradient(100deg, #f5f8ff 4%, #7cc6ff 51%, #a88aff 93%); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.hero-meta { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: #647d98; font-size: 10px; font-weight: 650; }
.meta-dot { width: 4px; height: 4px; border-radius: 50%; background: #45617e; }

.hero-trust { display: grid; grid-template-columns: 64px 1fr; gap: 17px; padding: 25px; border: 1px solid var(--line-strong); border-radius: 22px; background: linear-gradient(145deg, rgba(16, 37, 59, .82), rgba(9, 22, 38, .92)); box-shadow: 0 30px 70px rgba(0, 0, 0, .25); }
.shield-mark { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(68, 216, 237, .3); border-radius: 18px; color: #67e1ec; background: radial-gradient(circle at 30% 20%, rgba(74, 221, 233, .18), rgba(20, 82, 108, .12)); box-shadow: inset 0 0 24px rgba(49, 196, 223, .08), 0 12px 32px rgba(0, 0, 0, .25); }
.shield-mark svg { width: 31px; height: 31px; }
.trust-label { color: #63cfe8; font-size: 9px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.hero-trust strong { display: block; margin-top: 7px; font-size: 16px; line-height: 1.35; }
.hero-trust p { margin: 9px 0 0; color: #7990a9; font-size: 11px; line-height: 1.6; }

.policy-area { padding: 66px 0 95px; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: start; gap: 28px; }
.policy-sidebar { position: sticky; top: 98px; display: grid; gap: 16px; }
.toc, .support-card { border: 1px solid var(--line); border-radius: 19px; background: rgba(9, 21, 36, .78); box-shadow: 0 22px 55px rgba(0, 0, 0, .16); backdrop-filter: blur(18px); }
.toc { padding: 17px; }
.toc-title { display: block; margin: 3px 6px 12px; color: #66809d; font-size: 9px; font-weight: 850; letter-spacing: 1.3px; text-transform: uppercase; }
.toc a { display: grid; grid-template-columns: 28px 1fr; align-items: center; min-height: 41px; padding: 0 9px; border-radius: 10px; color: #8298b1; font-size: 11px; font-weight: 670; transition: color .18s ease, background .18s ease; }
.toc a b { color: #435d78; font-size: 9px; font-weight: 850; }
.toc a:hover { color: #e8f2ff; background: rgba(43, 98, 150, .16); }
.toc a:hover b { color: #5ec9ef; }
.support-card { padding: 19px; }
.support-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 16px; border-radius: 11px; color: #76cfff; background: rgba(45, 145, 209, .13); }
.support-icon svg { width: 20px; height: 20px; }
.support-card strong { display: block; font-size: 13px; }
.support-card p { margin: 7px 0 16px; color: #6f859e; font-size: 10px; line-height: 1.55; }
.support-card a { display: flex; align-items: center; justify-content: space-between; min-height: 39px; padding: 0 12px; border: 1px solid rgba(81, 162, 226, .25); border-radius: 10px; color: #76cfff; background: rgba(39, 123, 185, .1); font-size: 11px; font-weight: 800; }

.policy-document { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, rgba(10, 24, 41, .94), rgba(7, 18, 31, .96)); box-shadow: 0 32px 90px rgba(0, 0, 0, .28); }
.document-heading { display: grid; grid-template-columns: 190px 1fr; gap: 32px; padding: 36px 42px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, rgba(35, 112, 166, .1), rgba(114, 74, 218, .08)); }
.document-heading > span { color: #7dcfff; font-size: 12px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.document-heading p { margin: 0; color: #9aadc2; font-size: 14px; line-height: 1.75; }
.policy-section { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 26px; padding: 44px 42px; scroll-margin-top: 100px; }
.policy-section + .policy-section { border-top: 1px solid var(--line); }
.section-number { display: grid; place-items: center; width: 49px; height: 49px; border: 1px solid rgba(90, 167, 225, .2); border-radius: 14px; color: #57738f; background: rgba(30, 73, 107, .12); font-size: 11px; font-weight: 900; }
.section-body h2 { margin: 5px 0 16px; font-size: 24px; letter-spacing: -.65px; }
.section-body > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.section-body > p + p { margin-top: 13px; }
.notice { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 11px; margin-top: 19px; padding: 14px; border: 1px solid rgba(87, 158, 213, .16); border-radius: 13px; background: rgba(35, 81, 119, .1); }
.notice > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #6ec8f2; background: rgba(59, 145, 199, .13); font-size: 12px; font-weight: 900; }
.notice p { margin: 0; color: #8299b1; font-size: 11px; line-height: 1.55; }

.data-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.data-item { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 12px; min-height: 116px; padding: 16px; border: 1px solid rgba(123, 165, 213, .12); border-radius: 15px; background: rgba(16, 33, 54, .62); }
.data-icon { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 12px; }
.data-icon svg { width: 21px; height: 21px; }
.data-icon.cyan { color: #58d8ef; background: rgba(42, 172, 204, .13); }
.data-icon.violet { color: #aa7fff; background: rgba(132, 80, 226, .14); }
.data-icon.blue { color: #68a9ff; background: rgba(56, 116, 209, .14); }
.data-icon.mint { color: #63dfb8; background: rgba(45, 167, 130, .14); }
.data-item strong { display: block; margin-top: 1px; font-size: 12px; }
.data-item p { margin: 6px 0 0; color: #7289a2; font-size: 10px; line-height: 1.55; }

.not-collected { margin-top: 13px; padding: 19px; border: 1px solid rgba(64, 205, 168, .2); border-radius: 16px; background: linear-gradient(120deg, rgba(31, 134, 108, .11), rgba(20, 57, 77, .08)); }
.not-collected-title { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 12px; }
.not-collected-title > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--mint); background: rgba(51, 180, 143, .13); }
.not-collected-title svg { width: 23px; height: 23px; }
.not-collected-title strong { display: block; font-size: 13px; }
.not-collected-title p { margin: 4px 0 0; color: #729a91; font-size: 10px; }
.not-collected ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 17px 0 0; list-style: none; }
.not-collected li { padding: 8px 10px; border: 1px solid rgba(80, 184, 153, .14); border-radius: 999px; color: #9bc3b8; background: rgba(29, 91, 73, .12); font-size: 9px; font-weight: 700; }

.check-list { display: grid; gap: 9px; padding: 0; margin: 20px 0 0; list-style: none; }
.check-list li { position: relative; min-height: 42px; padding: 11px 14px 11px 44px; border: 1px solid rgba(120, 165, 211, .11); border-radius: 12px; color: #94a8be; background: rgba(16, 34, 55, .5); font-size: 11px; line-height: 1.6; }
.check-list li::before { content: "✓"; position: absolute; left: 14px; top: 10px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: #5cdbba; background: rgba(49, 174, 141, .13); font-size: 10px; font-weight: 900; }
.document-end { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 23px; padding: 15px 16px; border: 1px solid rgba(121, 165, 214, .12); border-radius: 12px; color: #687f98; background: rgba(16, 34, 55, .54); font-size: 10px; }
.document-end strong { color: #c9d8e7; font-size: 11px; }

.site-footer { padding: 42px 0 20px; border-top: 1px solid rgba(124, 165, 207, .1); background: var(--bg-deep); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; }
.footer-brand .brand-logo { width: 39px; height: 39px; border-radius: 12px; }
.footer-brand .brand-name { font-size: 17px; }
.footer-inner > p { max-width: 480px; margin: 0; color: #657b93; font-size: 10px; line-height: 1.6; }
.footer-inner nav { display: flex; gap: 21px; color: #7d92a9; font-size: 10px; font-weight: 700; }
.footer-inner nav a:hover { color: #78c9f6; }
.footer-inner nav a[aria-current="page"] { color: #b8c9da; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 30px; padding-top: 17px; border-top: 1px solid rgba(121, 164, 207, .1); color: #465c74; font-size: 9px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 37px; }
  .hero-trust { max-width: 680px; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-sidebar { position: static; grid-template-columns: 1fr 230px; }
  .toc { display: grid; grid-template-columns: repeat(2, 1fr); }
  .toc-title { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: auto 1fr; }
  .footer-inner nav { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .document-badge { display: none; }
  .back-link span { display: none; }
  .back-link { width: 42px; padding: 0; justify-content: center; }
  .privacy-hero { padding: 65px 0 53px; }
  .hero-copy h1 { font-size: clamp(45px, 13vw, 64px); letter-spacing: -3.4px; }
  .hero-copy > p { font-size: 15px; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .meta-dot { display: none; }
  .hero-trust { grid-template-columns: 51px 1fr; padding: 19px; }
  .shield-mark { width: 50px; height: 50px; border-radius: 15px; }
  .shield-mark svg { width: 25px; height: 25px; }
  .policy-area { padding: 38px 0 70px; }
  .policy-sidebar { grid-template-columns: 1fr; }
  .toc { grid-template-columns: 1fr; }
  .support-card { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; }
  .support-icon { margin: 0; }
  .support-card > strong, .support-card > p { grid-column: 2; }
  .support-card > strong { align-self: end; }
  .support-card > p { align-self: start; margin: -8px 0 0; }
  .support-card > a { grid-column: 3; grid-row: 1 / span 2; }
  .document-heading { grid-template-columns: 1fr; gap: 10px; padding: 27px 23px; }
  .policy-section { grid-template-columns: 1fr; gap: 15px; padding: 31px 23px; }
  .section-number { width: 42px; height: 42px; }
  .section-body h2 { margin-top: 0; font-size: 21px; }
  .data-grid { grid-template-columns: 1fr; }
  .data-item { min-height: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 19px; }
  .footer-inner nav { grid-column: auto; flex-wrap: wrap; }
}

@media (max-width: 470px) {
  .brand-logo { width: 41px; height: 41px; }
  .brand-name { font-size: 17px; }
  .hero-copy h1 { font-size: 43px; }
  .hero-trust { grid-template-columns: 1fr; }
  .support-card { grid-template-columns: 38px 1fr; }
  .support-card > a { grid-column: 1 / -1; grid-row: auto; }
  .not-collected li { border-radius: 9px; }
  .document-end { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

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