.privacy-page{min-height:100vh;background:linear-gradient(180deg,rgb(248,250,252),rgb(255,255,255));padding:2rem 0;font-family:Open Sans,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;color:#303030;line-height:1.6}.privacy-container{max-width:900px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.privacy-container{padding:0 1.5rem}}.privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.privacy-title{font-family:Poppins,Roboto,sans-serif;font-size:2.5rem;font-weight:700;color:#303030;margin:0 0 1.5rem;line-height:1.2}@media(max-width:768px){.privacy-title{font-size:2rem}}.privacy-meta{display:flex;flex-direction:column;gap:.5rem}.privacy-meta .privacy-company{font-size:1.125rem;font-weight:500;color:#4b5563;margin:0}.privacy-meta .privacy-date{font-size:.875rem;color:#6b7280;margin:0;font-style:italic}.privacy-content{display:flex;flex-direction:column;gap:2rem}.privacy-section{scroll-margin-top:2rem}.privacy-section-title{font-family:Poppins,Roboto,sans-serif;font-size:1.5rem;font-weight:600;color:#303030;margin:0 0 1rem;display:flex;align-items:center;gap:.75rem}.privacy-section-title:before{content:"";width:4px;height:1.5rem;background:linear-gradient(135deg,rgb(255,153,0),rgb(230,126,34));border-radius:2px;flex-shrink:0}@media(max-width:768px){.privacy-section-title{font-size:1.25rem}.privacy-section-title:before{width:3px;height:1.25rem}}.privacy-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);transition:all .2s ease-in-out}.privacy-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-1px)}.privacy-card--highlight{background:linear-gradient(135deg,rgba(255,153,0,.05),rgba(102,204,255,.05));border-color:#f90;border-width:2px}@media(max-width:768px){.privacy-card{padding:1.25rem;border-radius:8px}}.privacy-card p{margin:0 0 1rem}.privacy-card p:last-child{margin-bottom:0}.privacy-card strong{color:#303030;font-weight:600}.privacy-list{margin:0;padding-left:0;list-style:none}.privacy-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem}.privacy-list li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background:#f90;border-radius:50%;flex-shrink:0}.privacy-list li:last-child{margin-bottom:0}.privacy-list strong{color:#303030;font-weight:600}.privacy-link{color:#f90;text-decoration:none;font-weight:500;position:relative;transition:all .2s ease-in-out}.privacy-link:hover{color:#e67e22;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}.privacy-link:focus-visible{outline:2px solid #f90;outline-offset:2px;border-radius:2px}.privacy-highlight{background:rgba(102,204,255,.1);border:1px solid rgba(102,204,255,.3);border-radius:8px;padding:1rem;margin-top:1rem}.privacy-highlight p{margin:0;font-weight:500;color:#369}.privacy-example{background:rgba(255,153,0,.1);border:1px solid rgba(255,153,0,.3);border-left:4px solid #f90;border-radius:0 8px 8px 0;padding:1rem;margin-top:1rem}.privacy-example p{margin:0;font-style:italic;color:#4b5563}.privacy-contact{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;padding:1.25rem;margin-top:1.5rem}.privacy-contact h3{font-family:Poppins,Roboto,sans-serif;font-size:1.1rem;font-weight:600;color:#303030;margin:0 0 .75rem}.privacy-contact p{margin:0 0 .5rem;font-size:.875rem}.privacy-contact p:last-child{margin-bottom:0}html{scroll-behavior:smooth}.privacy-section{animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(20px)}.privacy-section:first-child{animation-delay:.1s}.privacy-section:nth-child(2){animation-delay:.2s}.privacy-section:nth-child(3){animation-delay:.3s}.privacy-section:nth-child(4){animation-delay:.4s}.privacy-section:nth-child(5){animation-delay:.5s}.privacy-section:nth-child(6){animation-delay:.6s}.privacy-section:nth-child(7){animation-delay:.7s}.privacy-section:nth-child(8){animation-delay:.8s}.privacy-section:nth-child(9){animation-delay:.9s}.privacy-section:nth-child(10){animation-delay:1s}.privacy-section:nth-child(11){animation-delay:1.1s}.privacy-section:nth-child(12){animation-delay:1.2s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media print{.privacy-page{background:#fff;padding:0}.privacy-card{box-shadow:none;border:1px solid #ccc;page-break-inside:avoid;break-inside:avoid}.privacy-section{animation:none;opacity:1;transform:none}}