:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;--primary-color: #2563eb;--secondary-color: #1e40af;--accent-color: #3b82f6;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e5e7eb;color:var(--text-dark);background-color:var(--bg-light);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--bg-light)}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--secondary-color)}.container{max-width:1200px;margin:0 auto;padding:0 20px;min-height:100vh;display:flex;flex-direction:column}.header{padding:20px 0;border-bottom:1px solid var(--border-color);background-color:var(--bg-white);margin-bottom:40px}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px 0}.hero{max-width:800px;margin-bottom:60px}.hero-title{font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:60px;line-height:1.6}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:40px}.feature{background:var(--bg-white);padding:30px;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.feature:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a}.feature h3{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:10px}.feature p{color:var(--text-light);line-height:1.5}.contact-section{background:var(--bg-white);padding:40px;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px #0000001a;max-width:500px;width:100%}.contact-section h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:15px}.contact-section>p{color:var(--text-light);margin-bottom:25px}.contact-info p{color:var(--text-dark);margin-bottom:10px;font-weight:500}.footer{padding:30px 0;border-top:1px solid var(--border-color);background-color:var(--bg-white);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-top:40px}.footer p{color:var(--text-light);margin:0}.privacy-link,.home-link{color:var(--primary-color);font-weight:500;padding:8px 16px;border-radius:6px;transition:background-color .2s ease}.privacy-link:hover,.home-link:hover{background-color:#2563eb1a}.privacy-policy .main-content{justify-content:flex-start;align-items:flex-start;text-align:left;max-width:800px;margin:0 auto}.privacy-policy .content h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:10px}.privacy-policy .last-updated{color:var(--text-light);font-style:italic;margin-bottom:40px}.privacy-policy section{margin-bottom:40px}.privacy-policy h2{font-size:1.5rem;color:var(--primary-color);margin-bottom:15px}.privacy-policy h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:10px;margin-top:20px}.privacy-policy p{color:var(--text-light);margin-bottom:15px;line-height:1.7}.privacy-policy ul{margin-left:20px;margin-bottom:15px}.privacy-policy li{color:var(--text-light);margin-bottom:8px;line-height:1.6}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.features{grid-template-columns:1fr;gap:30px}.footer{flex-direction:column;text-align:center}.container{padding:0 15px}.contact-section{padding:30px 20px}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.feature{padding:25px 20px}.privacy-policy .content h1{font-size:2rem}}
