.privacy-policy-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;backdrop-filter:blur(30px);animation:privacyOverlayFadeIn .3s ease-out}@keyframes privacyOverlayFadeIn{0%{opacity:0}to{opacity:1}}.privacy-policy-popup{background:white;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.25);animation:privacyPopupSlideIn .3s ease-out;position:relative}@keyframes privacyPopupSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.privacy-policy-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e5e7eb;background:#f8f9fa}.privacy-policy-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.privacy-policy-close-button{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.privacy-policy-close-button:hover{background:#e5e7eb;color:#374151}.privacy-policy-content{padding:32px;overflow-y:auto;max-height:calc(90vh - 100px)}.privacy-policy-section{margin-bottom:32px}.privacy-policy-section:last-child{margin-bottom:0}.privacy-policy-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #f47220;display:inline-block}.privacy-policy-section p{font-size:1rem;line-height:1.7;color:#4b5563;margin:0}.privacy-policy-footer{margin-top:40px;padding-top:24px;border-top:1px solid #e5e7eb;text-align:center}.privacy-policy-footer p{font-size:.9rem;color:#6b7280;font-style:italic}@media (max-width:768px){.privacy-policy-overlay{padding:10px}.privacy-policy-popup{max-height:95vh;border-radius:12px}.privacy-policy-header{padding:20px 24px}.privacy-policy-title{font-size:1.5rem}.privacy-policy-content{padding:24px;max-height:calc(95vh - 80px)}.privacy-policy-section{margin-bottom:24px}.privacy-policy-section h3{font-size:1.1rem}.privacy-policy-section p{font-size:.95rem}}@media (max-width:480px){.privacy-policy-overlay{padding:5px}.privacy-policy-popup{max-height:98vh;border-radius:8px}.privacy-policy-header{padding:16px 20px}.privacy-policy-title{font-size:1.3rem}.privacy-policy-content{padding:20px;max-height:calc(98vh - 70px)}.privacy-policy-section{margin-bottom:20px}.privacy-policy-section h3{font-size:1rem;margin-bottom:10px}.privacy-policy-section p{font-size:.9rem;line-height:1.6}.privacy-policy-footer{margin-top:30px;padding-top:20px}}.privacy-policy-content::-webkit-scrollbar{width:6px}.privacy-policy-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.privacy-policy-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.privacy-policy-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}