.privacy-page{background:var(--light-gray);min-height:100vh}.privacy-hero{background-image:url(https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=2070&auto=format&fit=crop);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:350px;display:flex;position:relative;overflow:hidden}.privacy-hero-overlay{z-index:1;background:linear-gradient(135deg,#1a365de6,#0f2546f2);position:absolute;inset:0}.hero-subtitle{color:#ffffffe6;opacity:0;margin-bottom:20px;font-size:1.125rem;animation:.8s .2s forwards fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.privacy-hero-content{z-index:2;text-align:center;color:var(--white);max-width:800px;margin:0 auto;padding:0 20px;position:relative}.privacy-hero-content h1{letter-spacing:-.5px;margin-bottom:16px;font-size:3rem;font-weight:800;line-height:1.1;animation:.8s fadeInDown}.hero-underline{background:var(--accent);transform-origin:50%;border-radius:2px;width:80px;height:4px;margin:0 auto;animation:.8s .2s forwards scaleIn;transform:scaleX(0)}@keyframes scaleIn{to{transform:scaleX(1)}}.privacy-content{max-width:900px;margin:0 auto;padding:60px 20px}.privacy-container{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid var(--border);border-radius:16px;padding:48px}.last-updated{color:var(--text-light);border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:16px;font-size:.875rem}.privacy-section{margin-bottom:48px}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{color:var(--navy);letter-spacing:-.3px;margin-bottom:8px;font-size:1.5rem;font-weight:700}.section-underline{background:var(--accent);border-radius:2px;width:60px;height:3px;margin-bottom:24px}.privacy-section h3{color:var(--navy);margin:24px 0 16px;font-size:1.125rem;font-weight:600}.privacy-section p{color:var(--text);margin-bottom:16px;line-height:1.7}.privacy-section ul{margin:0 0 16px;padding:0;list-style-type:none}.privacy-section li{color:var(--text);padding:8px 0 8px 24px;line-height:1.7;position:relative}.privacy-section li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:8px}.privacy-section li strong{color:var(--navy);font-weight:600}.sms-notice{border-left:4px solid var(--accent);color:var(--text);background:#ff6b350d;border-radius:0 8px 8px 0;margin-top:24px;padding:20px 24px;line-height:1.7}.sms-notice strong{color:var(--navy);margin-bottom:8px;font-size:1rem;display:block}@media (max-width:768px){.privacy-hero-content h1{font-size:2.25rem}.privacy-container{padding:32px 24px}.privacy-section h2{font-size:1.375rem}}@media (max-width:480px){.privacy-hero{height:280px}.privacy-hero-content h1{font-size:1.75rem}.privacy-container{padding:24px 16px}.privacy-section li{padding-left:20px}}
