:root{color-scheme:light dark;--bg:#f5f7fb;--surface:#fff;--text:#171b2d;--muted:#5c647c;--line:#dce1ed;--accent:#5d3f91;--accent-soft:#eee7fa;--header:#111629}*{box-sizing:border-box}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);line-height:1.65}a{color:var(--accent);text-underline-offset:.2em}.site-header{min-height:72px;padding:0 max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--header);color:#fff}.site-header a{color:inherit;text-decoration:none}.site-header nav{display:flex;gap:22px}.brand{font-weight:720;letter-spacing:.02em}.brand span{display:inline-grid;place-items:center;width:32px;height:32px;margin-right:8px;border:1px solid #a890d5;border-radius:10px;color:#e4d6ff}.home,.product,.hub{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:88px 0}.intro{max-width:720px}.eyebrow,.document-kind{margin:0 0 10px;color:var(--accent);font-size:.86rem!important;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.document-language{margin:.3rem 0 1.5rem;color:var(--muted);font-size:.9rem!important}h1,h2,h3{line-height:1.2}h1{font-size:clamp(2.5rem,7vw,5.5rem);letter-spacing:-.045em;margin:.1em 0}.lead{max-width:720px;color:var(--muted);font-size:clamp(1.12rem,2.3vw,1.38rem)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:64px 0}.product-card{padding:32px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 14px 40px rgba(30,38,70,.06)}.product-card h2{font-size:1.65rem;margin:.2em 0}.product-card nav{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}.contact{padding-top:24px;border-top:1px solid var(--line)}.document-list,.hub-links{display:grid;gap:14px;max-width:760px;margin-top:48px}.document-list>a,.hub-links>a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);text-decoration:none}.document-list>a:hover,.hub-links>a:hover{border-color:var(--accent)}.hub-links strong,.hub-links small{display:block}.hub-links small{color:var(--muted);margin-top:3px}.legal-layout{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0 72px}.legal-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.back{text-decoration:none}.related{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px;font-size:.94rem}.legal-layout article{width:min(820px,100%);margin:0 auto;padding:clamp(24px,5vw,64px);border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 16px 48px rgba(30,38,70,.07)}.legal-layout article h1{font-size:clamp(2rem,5vw,3rem);letter-spacing:-.03em}.legal-layout article h2{margin-top:2.4em;font-size:1.55rem}.legal-layout article h3{margin-top:1.8em;font-size:1.18rem}.legal-layout article p,.legal-layout article li{font-size:1rem}.legal-layout article ul,.legal-layout article ol{padding-left:1.5rem}.legal-layout article li+li{margin-top:.35em}footer{padding:28px max(24px,calc((100vw - 1120px)/2));display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);color:var(--muted);font-size:.94rem}footer p{margin:0}@media(max-width:700px){.site-header{min-height:64px;padding:0 18px}.site-header nav{gap:14px}.home,.product,.hub{width:min(100% - 32px,1120px);padding:56px 0}.product-grid{grid-template-columns:1fr;margin:42px 0}.legal-top{align-items:flex-start;flex-direction:column}.related{justify-content:flex-start}.legal-layout article{border-radius:14px;padding:24px 20px}.legal-layout article h2{font-size:1.35rem}footer{padding:24px 18px;flex-direction:column;gap:6px}}@media(prefers-color-scheme:dark){:root{--bg:#0c1020;--surface:#151a2d;--text:#f2f0f8;--muted:#b7bdd0;--line:#303750;--accent:#c8a9f1;--accent-soft:#2a2140;--header:#080b15}.product-card,.legal-layout article{box-shadow:none}}