.privacy-page{color:#f8fafc;min-height:100vh;font-family:var(--font-geist-sans),sans-serif;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);padding-bottom:4rem}.privacy-page .privacy-header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(15,23,42,.9);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0}.privacy-page .privacy-header .header-container{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:0 2rem;display:flex}.privacy-page .privacy-header .header-container .logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.privacy-page .privacy-header .header-container .logo .logo-icon{width:32px;height:32px}.privacy-page .privacy-header .header-container .logo .logo-icon svg{width:100%;height:100%}.privacy-page .privacy-header .header-container .logo .logo-text{color:#f8fafc;font-size:1.25rem;font-weight:700}.privacy-page .privacy-header .header-container .back-link{color:#94a3b8;align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:flex}.privacy-page .privacy-header .header-container .back-link:hover{color:#3b82f6}.privacy-page .privacy-content-wrapper{max-width:1000px;margin:3rem auto 0;padding:0 2rem}@media (max-width:768px){.privacy-page .privacy-content-wrapper{margin-top:2rem;padding:0 1.5rem}}.privacy-page .privacy-content-wrapper .page-title{text-align:center;margin-bottom:3rem}.privacy-page .privacy-content-wrapper .page-title h1{background:linear-gradient(135deg,#f8fafc 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}@media (max-width:768px){.privacy-page .privacy-content-wrapper .page-title h1{font-size:2rem}}.privacy-page .privacy-content-wrapper .page-title .last-updated{color:#60a5fa;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);border-radius:50px;padding:.5rem 1rem;font-size:.9rem;display:inline-block}.privacy-page .privacy-content-wrapper .language-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.privacy-page .privacy-content-wrapper .language-tabs .tab-btn{color:#94a3b8;cursor:pointer;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.privacy-page .privacy-content-wrapper .language-tabs .tab-btn:hover{color:#f8fafc;background:rgba(255,255,255,.1)}.privacy-page .privacy-content-wrapper .language-tabs .tab-btn.active{color:#3b82f6;background:rgba(59,130,246,.2);border-color:#3b82f6;box-shadow:0 0 20px rgba(59,130,246,.15)}.privacy-page .privacy-content-wrapper .policy-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(30,41,59,.4);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;box-shadow:0 20px 40px rgba(0,0,0,.2)}@media (max-width:768px){.privacy-page .privacy-content-wrapper .policy-card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;padding:1.5rem}}.privacy-page .privacy-content-wrapper .policy-card .policy-section{margin-bottom:3rem}.privacy-page .privacy-content-wrapper .policy-card .policy-section:last-child{margin-bottom:0}.privacy-page .privacy-content-wrapper .policy-card .policy-section h2{color:#f8fafc;border-bottom:1px solid rgba(255,255,255,.1);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700;display:flex}.privacy-page .privacy-content-wrapper .policy-card .policy-section h2 svg{color:#3b82f6;min-width:24px}.privacy-page .privacy-content-wrapper .policy-card .policy-section h3{color:#e2e8f0;align-items:center;gap:.5rem;margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:600;display:flex}.privacy-page .privacy-content-wrapper .policy-card .policy-section h3:before{content:"";background:#3b82f6;border-radius:2px;width:4px;height:16px;display:block}.privacy-page .privacy-content-wrapper .policy-card .policy-section p{color:#cbd5e1;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.privacy-page .privacy-content-wrapper .policy-card .policy-section ul{margin:1rem 0;padding:0;list-style:none}.privacy-page .privacy-content-wrapper .policy-card .policy-section ul li{color:#cbd5e1;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.privacy-page .privacy-content-wrapper .policy-card .policy-section ul li:before{content:"•";color:#3b82f6;font-size:1.2rem;font-weight:700;line-height:1.2rem;position:absolute;left:0}.privacy-page .privacy-content-wrapper .policy-card .policy-section strong{color:#f8fafc;font-weight:600}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);border-radius:16px;margin-top:2rem;padding:2rem}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box h3{color:#60a5fa!important;margin-top:0!important}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box h3:before{display:none}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box .contact-details{gap:1rem;display:grid}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box .contact-item{align-items:center;gap:1rem;display:flex}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box .contact-item .label{color:#94a3b8;min-width:120px;font-weight:600}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box .contact-item .value{color:#f8fafc}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box .contact-item .value a{color:#60a5fa;text-decoration:none;transition:color .2s}.privacy-page .privacy-content-wrapper .policy-card .policy-section .contact-box .contact-item .value a:hover{color:#93c5fd;text-decoration:underline}.privacy-page .privacy-footer{text-align:center;color:#64748b;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;padding-top:2rem;font-size:.9rem}
