.privacy-page{--magenta:#d51b58;--magenta-light:#f4d0dd;--magenta-dark:#9c1240;--teal:#18afbb;--grad-start:#ef9849;--grad-end:#d71b58;--ink:#0f0f12;--ink-muted:#6b7280;--ink-faint:#9ca3af;--surface:#f6f8fa;--white:#fff;--border:rgba(15,15,18,0.09);--sidebar-w:260px;--content-max:720px;--radius:10px;font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}.privacy-page a{color:inherit;text-decoration:none}.privacy-page .privacy-nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:60px}.privacy-page .nav-logo{display:flex;align-items:center;gap:10px}.privacy-page .company-logo,.privacy-page .footer-brand .company-logo,.privacy-page .footer-brand img,.privacy-page .nav-logo img{width:160px;height:auto;display:block}.privacy-page .footer-brand .company-logo,.privacy-page .footer-brand img{width:200px}.privacy-page .nav-actions{display:flex;align-items:center;gap:12px}.privacy-page .legal-lang-sw{display:flex;gap:6px}.privacy-page .legal-lang-btn{background:none;border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:.72rem;font-weight:600;color:var(--ink-muted);transition:all .2s}.privacy-page .legal-lang-btn.active,.privacy-page .legal-lang-btn:hover{background:var(--magenta-light);color:var(--magenta);border-color:var(--magenta-light)}.privacy-page .logo-text{font-family:var(--font-body);font-weight:600;font-size:15px;letter-spacing:-.02em;color:var(--ink)}.privacy-page .logo-text span{background:linear-gradient(90deg,var(--grad-start),var(--grad-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-page .nav-link{font-size:13px;color:var(--ink-muted);display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;border:1px solid var(--border);transition:color .2s,border-color .2s}.privacy-page .nav-link:hover{color:var(--magenta);border-color:var(--magenta-light)}.privacy-page .nav-link svg{width:14px;height:14px}.privacy-page .hero{background:var(--surface-bloom);padding:72px 2rem 64px;position:relative;overflow:hidden}.privacy-page .hero:before{content:none;display:none}.privacy-page .hero-inner{max-width:calc(var(--sidebar-w) + var(--content-max) + 6rem);margin:0 auto;position:relative}.privacy-page .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:20px}.privacy-page .hero-eyebrow:before{content:"";display:block;width:24px;height:1px;background:linear-gradient(90deg,var(--grad-start),var(--grad-end))}.privacy-page .hero h1{font-family:var(--font-title);font-weight:700;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.1;color:var(--white);letter-spacing:-.02em;margin-bottom:20px}.privacy-page .hero h1 em{font-style:italic;background:linear-gradient(90deg,var(--grad-start),var(--grad-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-page .hero-desc{margin-top:16px;font-size:15px;color:rgba(255,255,255,.5);max-width:520px;line-height:1.6}.privacy-page .hero-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:28px}.privacy-page .meta-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:100px;padding:5px 14px;font-size:12px;color:rgba(255,255,255,.65)}.privacy-page .meta-chip svg{width:13px;height:13px;opacity:.7}.privacy-page .page-body{max-width:calc(var(--sidebar-w) + var(--content-max) + 6rem);margin:0 auto;padding:0 2rem 6rem;display:grid;grid-template-columns:var(--sidebar-w) 1fr;gap:0 3rem;align-items:start}.privacy-page .sidebar{position:sticky;top:72px;padding-top:3rem;padding-bottom:2rem}.privacy-page .sidebar-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:12px}.privacy-page .toc-list{list-style:none;display:flex;flex-direction:column;gap:2px}.privacy-page .toc-item a{display:flex;align-items:center;gap:8px;padding:7px 10px 7px 12px;border-radius:var(--radius);font-size:13px;color:var(--ink-muted);transition:color .15s,background .15s;border-left:2px solid transparent;line-height:1.35}.privacy-page .toc-item a:hover{color:var(--ink);background:var(--surface)}.privacy-page .toc-item.active a{color:var(--magenta);background:var(--magenta-light);border-left-color:var(--magenta);font-weight:500}.privacy-page .toc-num{font-size:11px;color:var(--ink-faint);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:18px;flex-shrink:0}.privacy-page .toc-item.active .toc-num{color:var(--magenta-dark);opacity:.6}.privacy-page .sidebar-contact{margin-top:2rem;padding:14px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.privacy-page .sidebar-contact p{font-size:12px;color:var(--ink-muted);line-height:1.5}.privacy-page .sidebar-contact a{color:var(--magenta);font-weight:500}.privacy-page .sidebar-contact a:hover{text-decoration:underline}.privacy-page .content{padding-top:3rem;min-width:0}.privacy-page .policy-section{margin-bottom:3.5rem;scroll-margin-top:80px}.privacy-page .section-header{display:flex;align-items:baseline;gap:14px;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.privacy-page .section-num{font-family:var(--font-title);font-weight:700;font-size:2.2rem;font-style:italic;background:linear-gradient(135deg,var(--grad-start),var(--grad-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;flex-shrink:0}.privacy-page .section-title{font-size:1.2rem;font-weight:600;color:var(--ink);letter-spacing:-.01em;line-height:1.3}.privacy-page .policy-section p{font-size:15px;color:#3d3d42;line-height:1.75;margin-bottom:1rem}.privacy-page .policy-section p:last-child{margin-bottom:0}.privacy-page .section-accent{display:block;width:36px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--grad-start),var(--grad-end));margin-bottom:1.5rem;opacity:0;transform:scaleX(0);transform-origin:left;transition:opacity .4s ease,transform .4s ease}.privacy-page .policy-section.visible .section-accent{opacity:1;transform:scaleX(1)}.privacy-page .highlight-box{background:var(--surface);border-left:3px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;padding:14px 18px;margin:1.25rem 0;font-size:14px;color:var(--ink-muted);line-height:1.6}.privacy-page .contact-highlight strong{display:block;margin-bottom:6px;color:var(--ink)}.privacy-page .contact-highlight a{color:var(--magenta);font-weight:500}.privacy-page .contact-highlight a:hover{text-decoration:underline}.privacy-page .contact-highlight div+div{margin-top:4px}.privacy-page .page-footer{background:var(--ink);color:rgba(255,255,255,.5);padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;font-size:13px}.privacy-page .footer-brand{display:flex;align-items:center;gap:8px;margin-bottom:6px}.privacy-page .footer-logo-text{font-weight:600;font-size:14px;color:rgba(255,255,255,.85)}.privacy-page .page-footer a{color:rgba(255,255,255,.4);transition:color .2s}.privacy-page .page-footer a:hover{color:rgba(255,255,255,.7)}@media (max-width:768px){.privacy-page .privacy-nav{padding:0 1rem}.privacy-page .hero{padding:52px 1.25rem 48px}.privacy-page .page-body{grid-template-columns:1fr;padding:0 1.25rem 4rem}.privacy-page .sidebar{position:static;padding-top:1.5rem;padding-bottom:0}.privacy-page .toc-list{display:grid;grid-template-columns:1fr 1fr;gap:4px}.privacy-page .content{padding-top:2rem}}@media (max-width:480px){.privacy-page .toc-list{grid-template-columns:1fr}}