*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}html,body{height:100%}body{color:#333;background-color:#f8f9fa;flex-direction:column;line-height:1.6;display:flex}main{flex:1}header{color:#fff;text-align:center;background:linear-gradient(135deg,#2c3e50,#3498db);padding:2rem 0}header h1{margin-bottom:.5rem;font-size:1.75rem}@media (min-width:768px){header h1{font-size:2.5rem}}header p{opacity:.9;font-size:1rem}@media (min-width:768px){header p{font-size:1.2rem}}.container{max-width:1200px;margin:2rem auto;padding:0 1rem}.search-box{justify-content:center;margin:2rem 0;display:flex}.search-box input{border:2px solid #ddd;border-radius:4px 0 0 4px;width:70%;max-width:500px;padding:.8rem 1rem;font-size:1rem}@media (min-width:768px){.search-box input{width:60%}}.search-box button{color:#fff;cursor:pointer;background-color:#3498db;border:none;border-radius:0 4px 4px 0;padding:.8rem 1.5rem;font-size:1rem}.search-box button:hover{background-color:#2980b9}.features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.feature-card{text-align:center;background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.feature-card h3{color:#3498db;margin-bottom:1rem}.cta{color:#fff;text-align:center;background:linear-gradient(135deg,#3498db,#2c3e50);border-radius:8px;margin-top:2rem;padding:2rem}.cta h2{margin-bottom:1rem}.cta button{color:#3498db;cursor:pointer;background-color:#fff;border:none;border-radius:4px;padding:.8rem 1.5rem;font-size:1rem;font-weight:700}footer{text-align:center;color:#fff;background-color:#2c3e50;margin-top:2rem;padding:1.5rem}footer .footer-links{margin-top:.5rem;font-size:.9rem}footer .footer-links a{color:#3498db;text-decoration:none}footer .footer-links a:hover{text-decoration:underline}.privacy-content{max-width:800px;margin:0 auto;padding:2rem 1rem}.privacy-content section{margin-bottom:2rem}.privacy-content section h2{color:#2c3e50;border-bottom:2px solid #3498db;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}@media (min-width:768px){.privacy-content section h2{font-size:1.8rem}}.privacy-content section p{margin-bottom:1rem;line-height:1.8}.privacy-content section ul{margin-bottom:1rem;margin-left:1.5rem}.privacy-content section ul li{margin-bottom:.5rem;line-height:1.6}.privacy-content section strong{color:#2c3e50;font-weight:700}
