
    :root {
      color-scheme: dark;
      --ink: #f3ead4;
      --muted: #b5b7c4;
      --line: rgba(243, 234, 212, 0.14);
      --panel: rgba(243, 234, 212, 0.06);
      --accent: #e6c98a;
      --bg: #0a0f22;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background: var(--bg);
      -webkit-text-size-adjust: 100%;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
      background: var(--bg);
      color: var(--ink);
      line-height: 1.6;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    a {
      color: inherit;
    }

    .container {
      width: min(900px, calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      border-bottom: 1px solid rgba(243, 234, 212, 0.08);
      background: rgba(10, 15, 34, 0.72);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .nav {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      font-weight: 800;
      font-size: 18px;
    }

    .brand img {
      display: block;
      width: 38px;
      height: 38px;
      border-radius: 9px;
      box-shadow: 0 10px 26px rgba(31, 44, 74, 0.5);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 24px;
      font-size: 14px;
      color: rgba(243, 234, 212, 0.78);
    }

    .nav-links a {
      text-decoration: none;
      transition: color 0.18s ease;
    }

    .nav-links a:not(.nav-cta):hover {
      color: var(--ink);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 16px;
      border-radius: 999px;
      background: var(--ink);
      color: #0a0f22;
      font-weight: 760;
      box-shadow: 0 12px 30px rgba(243, 234, 212, 0.16);
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }

    .nav-cta:hover {
      transform: translateY(-1px);
      box-shadow: 0 16px 36px rgba(243, 234, 212, 0.24);
    }

    main {
      padding: 148px 0 84px;
    }

    .policy {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel);
      padding: clamp(28px, 5vw, 56px);
    }

    h1 {
      margin: 0 0 10px;
      font-size: clamp(40px, 7vw, 68px);
      line-height: 0.98;
      font-weight: 860;
    }

    .updated {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 34px;
      color: var(--accent);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .updated::before {
      content: "";
      width: 22px;
      height: 1px;
      background: var(--accent);
      opacity: 0.7;
    }

    h1 {
      letter-spacing: -0.02em;
    }

    h2 {
      margin: 36px 0 10px;
      font-size: clamp(23px, 3vw, 30px);
      line-height: 1.15;
      letter-spacing: -0.01em;
    }

    .policy h2 {
      padding-top: 6px;
    }

    .contact {
      transition: color 0.18s ease, opacity 0.18s ease;
    }

    .contact:hover {
      opacity: 0.85;
    }

    p {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 17px;
    }

    ul {
      margin: 0 0 18px;
      padding-left: 22px;
      color: var(--muted);
      font-size: 17px;
    }

    li {
      margin: 6px 0;
    }

    .contact {
      color: var(--ink);
      font-weight: 760;
    }

    footer {
      padding: 26px 0 42px;
      color: var(--muted);
      font-size: 14px;
    }

    .footer-line {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      border-top: 1px solid rgba(243, 234, 212, 0.1);
      padding-top: 24px;
    }

    .footer-line a {
      text-decoration: none;
      transition: color 0.18s ease;
    }

    .footer-line a:hover {
      color: var(--ink);
    }

    @media (max-width: 900px) {
      .nav-links {
        gap: 16px;
      }

      .nav-links a:not(.nav-cta) {
        display: none;
      }
    }

    @media (max-width: 640px) {
      .container {
        width: min(100% - 28px, 900px);
      }

      .nav {
        min-height: 64px;
      }

      main {
        padding: 112px 0 58px;
      }

      .policy {
        padding: 26px 20px;
      }

      .footer-line {
        display: grid;
      }
    }
  
    /* Language switcher */
    .lang-switch {
      appearance: none;
      -webkit-appearance: none;
      background-color: rgba(243, 234, 212, 0.08);
      color: var(--ink);
      border: 1px solid rgba(243, 234, 212, 0.18);
      border-radius: 999px;
      padding: 8px 32px 8px 14px;
      font-size: 14px;
      font-weight: 600;
      font-family: inherit;
      line-height: 1;
      cursor: pointer;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e6c98a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 14px;
      transition: border-color 0.18s ease, background-color 0.18s ease;
    }

    .lang-switch:hover {
      border-color: rgba(243, 234, 212, 0.32);
      background-color: rgba(243, 234, 212, 0.14);
    }

    .lang-switch option {
      color: #1a1f33;
      background: #f3ead4;
    }

    .footer-langs {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px 10px;
      margin-top: 18px;
      font-size: 14px;
      color: var(--muted);
    }

    .footer-langs a {
      text-decoration: none;
      transition: color 0.18s ease;
    }

    .footer-langs a:hover {
      color: var(--ink);
    }

    .footer-langs strong {
      color: var(--ink);
      font-weight: 700;
    }

    .footer-langs-label {
      text-transform: uppercase;
      letter-spacing: 0.06em;
      font-size: 12px;
      font-weight: 800;
      color: var(--accent);
    }
