:root {
      --w2b-paper: #f2efe8;
      --w2b-ink: #101820;
      --w2b-blue: #2d7fc4;
      --w2b-ice: #dde7e5;
      --w2b-coral: #ff6b4a;
      --w2b-white: #faf9f6;
      --w2b-blue-action: #236ea8;
      --w2b-blue-hover: #1c5d90;
      --w2b-text-secondary: #536069;
      --w2b-border-light: rgba(16,24,32,.14);
      --w2b-border-dark: rgba(250,249,246,.16);
      --sans: "Geist", Arial, sans-serif;
      --display: "Newsreader", Georgia, serif;
      --mono: "Geist Mono", monospace;
      --max: 920px;
      --header-height: 56px;
      --ease: cubic-bezier(.35,0,0,1);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; background: var(--w2b-paper); color: var(--w2b-ink); font-family: var(--sans); font-size: 17px; font-weight: 400; line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
    a { color: inherit; }
    button { font: inherit; }
    :focus-visible { outline: 3px solid rgba(45,127,196,.35); outline-offset: 3px; }
    .skip { position: fixed; top: -70px; left: 18px; z-index: 300; padding: 12px 16px; background: var(--w2b-white); color: var(--w2b-ink); }
    .skip:focus { top: 18px; }
    .wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
    .site-nav { position: sticky; top: 0; z-index: 100; padding-block: 5px; padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right)); color: var(--w2b-ink); background: rgba(242,239,232,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16,24,32,.1); }
    .site-nav .wrap { width: min(100%, var(--max)); }
    .nav { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand { text-decoration: none; }
    .brand-logo img { display: block; width: 112px; height: auto; transition: opacity .2s ease; }
    .brand-logo:hover img { opacity: .8; }
    .nav-links { display: flex; align-items: center; gap: 24px; }
    .nav-links a { position: relative; text-decoration: none; font-size: 13px; font-weight: 500; line-height: 1.2; }
    .nav-links a:not(.btn) { opacity: .72; transition: opacity .2s ease; }
    .nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .3s var(--ease); }
    .nav-links a:not(.btn):hover { opacity: 1; }
    .nav-links a:not(.btn):hover::after { right: 0; }
    .language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 2px; border: 1px solid rgba(16,24,32,.18); border-radius: 999px; background: rgba(250,249,246,.42); }
    .language-switch button { width: 31px; height: 28px; padding: 0; border: 0; border-radius: 999px; color: var(--w2b-text-secondary); background: transparent; font: 500 10px var(--mono); cursor: pointer; transition: color .2s ease, background .2s ease; }
    .language-switch button[aria-pressed="true"] { color: var(--w2b-white); background: var(--w2b-ink); }
    .btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid currentColor; border-radius: 999px; background: transparent; text-decoration: none; font-size: 15px; font-weight: 500; line-height: 1; cursor: pointer; transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease; }
    .btn:hover { opacity: .82; }
    .btn:active { transform: scale(.98); }
    .nav-contact { min-height: 36px; padding-inline: 16px; border-color: var(--w2b-ink); color: var(--w2b-white); background: var(--w2b-ink); font-size: 13px; }
    .menu { display: none; flex: 0 0 auto; min-width: 72px; width: auto; height: 40px; padding: 0 14px; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; font: 500 13px/1 var(--sans); white-space: nowrap; cursor: pointer; }
    main { flex: 1; position: relative; isolation: isolate; overflow: hidden; }
    main::before { content: ""; position: absolute; width: min(54vw, 640px); aspect-ratio: 1; right: -18%; top: -28%; border-radius: 50%; background: radial-gradient(circle, rgba(45,127,196,.12), transparent 68%); pointer-events: none; }
    main::after { content: ""; position: absolute; width: min(42vw, 480px); aspect-ratio: 1; left: -16%; bottom: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(255,107,74,.08), transparent 68%); pointer-events: none; }
    .legal-page { position: relative; z-index: 1; padding: 72px 0 96px; }
    .breadcrumb { display: flex; align-items: center; gap: 8px; margin: 0 0 28px; color: var(--w2b-text-secondary); font: 500 12px/1.3 var(--mono); letter-spacing: .04em; }
    .breadcrumb a { color: var(--w2b-blue-action); text-decoration: none; }
    .breadcrumb a:hover { text-decoration: underline; }
    h1, h2, p { margin-top: 0; }
    h1, h2 { font-family: var(--display); font-weight: 400; }
    h1 { margin-bottom: 20px; font-size: clamp(3rem, 5.2vw, 4.75rem); line-height: .92; letter-spacing: -.045em; }
    .lead { max-width: 640px; margin-bottom: 56px; color: var(--w2b-text-secondary); font-size: clamp(1.0625rem, 1.4vw, 1.2rem); line-height: 1.55; }
    .legal-section { margin-bottom: 48px; }
    .legal-section h2 { margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--w2b-border-light); font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
    .doc-list { display: grid; gap: 10px; }
    .doc-link { min-height: 64px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid rgba(16,24,32,.08); border-radius: 18px; background: var(--w2b-white); color: inherit; text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), background .2s ease, border-color .2s ease; }
    .doc-link:hover { background: var(--w2b-ice); border-color: rgba(45,127,196,.22); transform: translateY(-2px); }
    .doc-link svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--w2b-blue-action); }
    .doc-link span { flex: 1; font-size: 15px; font-weight: 500; letter-spacing: -.015em; }
    .doc-link small { color: var(--w2b-text-secondary); font: 500 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
    .reg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .reg-card { min-height: 168px; padding: 22px; border: 1px solid rgba(16,24,32,.08); border-radius: 24px; background: var(--w2b-white); }
    .reg-card small { display: block; color: var(--w2b-blue-action); font: 500 10px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
    .reg-card strong { display: block; margin: 12px 0 10px; font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.03em; }
    .reg-card p { margin: 0; color: var(--w2b-text-secondary); font-size: 13px; line-height: 1.5; }
    .disclaimers { padding-top: 28px; border-top: 1px solid var(--w2b-border-light); }
    .disclaimers p { max-width: 720px; margin: 0 0 12px; color: #6f7c90; font-size: 12px; line-height: 1.7; }
    .disclaimers p:last-child { margin-bottom: 0; }
    .page-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 36px; color: var(--w2b-blue-action); font-size: 14px; font-weight: 500; text-decoration: none; }
    .page-back:hover span { transform: translateX(-3px); }
    .page-back span { display: inline-block; transition: transform .2s ease; }
    footer { padding: 42px 0 28px; background: var(--w2b-ink); color: var(--w2b-white); }
    .footer-main { display: flex; justify-content: space-between; gap: 30px; }
    .footer-main p { max-width: 340px; color: #8997aa; font-size: 11px; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
    .footer-links a { color: #a9b4c4; font-size: 10px; text-decoration: none; }
    .footer-links a:hover { color: var(--w2b-white); }
    .legal { margin-top: 32px; padding-top: 18px; border-top: 1px solid #28354a; color: #6f7c90; font-size: 9px; line-height: 1.7; }
    .legal p { margin: 0 0 12px; }
    .legal p:last-child { margin-bottom: 0; }
    .footer-bottom { display: flex; justify-content: space-between; margin-top: 18px; font: 400 9px var(--mono); }
    .footer-bottom a { color: inherit; text-decoration: none; }
    .footer-bottom a:hover { color: var(--w2b-ice); }
    @media (max-width: 900px) {
      .nav-links { display: none; position: absolute; left: 0; right: 0; top: 56px; padding: 20px 24px; background: rgba(242,239,232,.98); border-bottom: 1px solid var(--w2b-border-light); flex-direction: column; align-items: stretch; }
      .nav-links.open { display: flex; }
      .language-switch { align-self: flex-start; }
      .menu { display: inline-flex; align-items: center; justify-content: center; }
      .reg-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 600px) {
      .wrap { width: min(calc(100% - 40px), var(--max)); }
      .site-nav .wrap { width: 100%; }
      .brand-logo img { width: 106px; }
      .legal-page { padding: 48px 0 72px; }
      h1 { font-size: clamp(2.6rem, 12vw, 3.6rem); }
      .reg-card { min-height: 0; }
      .footer-main, .footer-bottom { flex-direction: column; gap: 12px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .doc-link:hover { transform: none; }
    }

.language-route { display:inline-flex; align-items:center; justify-content:center; width:35px; height:32px; border:1px solid currentColor; border-radius:999px; color:inherit; text-decoration:none; font:500 10px var(--mono); }
