.privacy-section{text-align:left;background-color:#1f293780;border-radius:1rem;width:100%;max-width:800px;margin-top:4rem;padding:2rem}.privacy-title{text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.privacy-last-updated{text-align:center;color:#a1a1aa;margin-bottom:2rem;font-size:.875rem}.accordion{flex-direction:column;gap:1rem;display:flex}.accordion-item{background-color:var(--secondary);border:1px solid #374151;border-radius:.5rem;overflow:hidden}.accordion-header{cursor:pointer;background-color:#374151;justify-content:space-between;align-items:center;padding:1rem;font-weight:600;list-style:none;transition:background-color .2s;display:flex}.accordion-header:hover{background-color:#4b5563}.accordion-header::-webkit-details-marker{display:none}.accordion-header:after{content:"+";font-size:1.5rem;font-weight:300}details[open] .accordion-header:after{content:"-"}.accordion-content{color:#d1d5db;padding:1rem;line-height:1.6}.accordion-content h3{color:#fff;margin-top:1rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.accordion-content h3:first-child{margin-top:0}.accordion-content ul{margin-bottom:1rem;padding-left:1.5rem;list-style-type:disc}.accordion-content li{margin-bottom:.25rem}.accordion-content .highlight{color:#60a5fa;font-weight:500}.privacy-consent{text-align:center;color:#9ca3af;margin-top:2rem;font-size:.875rem}
.steps-section{width:100%;max-width:800px;margin:4rem auto;padding:0 1rem}.steps-title{text-align:center;color:var(--foreground);margin-bottom:3rem;font-size:1.875rem;font-weight:700}.steps-container{flex-direction:column;gap:1.5rem;display:flex}.step{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border:1px solid #3b82f61a;border-radius:1rem;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.step:hover{background:linear-gradient(135deg,#3b82f614,#8b5cf614);border-color:#3b82f64d;transform:translate(8px)}.step-number{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 4px 12px #3b82f64d}.step-content{text-align:left;flex:1}.step-content h3{color:var(--foreground);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.step-content p{color:#9ca3af;font-size:.875rem;line-height:1.5}.step-tip{font-style:italic;color:var(--primary)!important}@media (max-width:768px){.steps-section{margin:3rem auto}.steps-title{margin-bottom:2rem;font-size:1.5rem}.step{gap:1rem;padding:1.25rem}.step:hover{transform:translate(4px)}.step-number{width:2rem;height:2rem;font-size:1rem}.step-content h3{font-size:1rem}.step-content p{font-size:.8125rem}}
