:root{--primary: #18DFA9B2;--secondary: #18322B;--dark: #181818;--white: #ffffff;--gray-light: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--blue-500: #3b82f6;--blue-600: #2563eb;--green-500: #10b981;--purple-500: #8b5cf6;--orange-500: #f59e0b}*{box-sizing:border-box}html,body{height:100%;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0;padding:0;background-color:var(--white);color:var(--gray-800);font-size:16px}.privacy-page{min-height:100vh;overflow-x:hidden}.privacy-header{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--dark) 100%);padding:4rem 0;text-align:center;color:var(--white);position:relative;overflow:hidden}.privacy-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.logo-container{margin-bottom:2rem}.logo{width:80px;height:80px;border-radius:50%;object-fit:cover;box-shadow:0 10px 30px #0003;border:3px solid rgba(255,255,255,.2)}.privacy-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1;background:linear-gradient(135deg,#fff,#f1f5f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{font-size:1.125rem;color:#fffc;margin:0}.privacy-content{padding:4rem 0;background:var(--gray-light)}.content-wrapper{background:var(--white);padding:3rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:1px solid var(--gray-200);max-width:900px;margin:0 auto}.policy-section{margin-bottom:3rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-200)}.policy-section h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:2rem 0 1rem}.policy-section h4{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin:1.5rem 0 1rem}.policy-section p{color:var(--gray-600);line-height:1.7;margin-bottom:1rem}.policy-section ul{color:var(--gray-600);line-height:1.7;margin:1rem 0;padding-left:1.5rem}.policy-section li{margin-bottom:.5rem}.definitions-list{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;padding:1.5rem;margin:1.5rem 0}.definition-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200);line-height:1.6}.definition-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.definition-item strong{color:var(--secondary);font-weight:600}.contact-link{color:var(--blue-600);text-decoration:none;font-weight:500;transition:color .3s ease}.contact-link:hover{color:var(--blue-500);text-decoration:underline}.disclaimer{background:linear-gradient(135deg,var(--orange-500) 0%,#fbbf24 100%);color:var(--white);padding:1.5rem;border-radius:.5rem;margin-top:3rem;text-align:center}.disclaimer p{margin:0;color:var(--white);font-weight:500}.footer{background:var(--gray-900);color:var(--white);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-section p{color:var(--gray-400);line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--gray-400);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-700);padding-top:2rem;text-align:center}.footer-bottom p{color:var(--gray-500);margin:0}@media (max-width: 768px){.privacy-header h1{font-size:2.25rem}.content-wrapper{padding:2rem;margin:0 1rem}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.125rem}.definitions-list{padding:1rem}.footer-content{grid-template-columns:1fr;text-align:center}.container{padding:0 1rem}}@media (max-width: 480px){.privacy-header{padding:3rem 0}.privacy-header h1{font-size:2rem}.content-wrapper{padding:1.5rem}.policy-section{margin-bottom:2rem}.policy-section h2{font-size:1.25rem}}
