:root{--primary-color: #f4801e;--secondary-color: #d46a0a;--text-color: #1f2937;--light-text: #6b7280;--background: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container svg{max-height:200px;width:auto;display:block;margin:0 auto}header{padding:2rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.hero{text-align:center;padding:4rem 0 2rem}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:1.25rem;color:var(--light-text);max-width:600px;margin:0 auto 2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;padding:2rem 0 4rem}.feature-card{padding:2.5rem;border-radius:1rem;background:#f9fafb;box-shadow:0 4px 6px -1px #0000001a;margin:0 1rem 2rem;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.cta-section{text-align:center;padding:4rem 0;background:#f3f4f6}.cta-form{max-width:500px;margin:2rem auto}.cta-form input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;margin-bottom:1rem}.cta-form button{width:100%;padding:1rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.cta-form button:hover{background:var(--secondary-color)}footer{text-align:center;padding:2rem 0;color:var(--light-text)}.privacy-policy{padding:4rem 0}.privacy-policy h1{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.last-updated{color:var(--light-text);margin-bottom:3rem}.policy-section{margin-bottom:3rem}.policy-section h2{font-size:1.75rem;color:var(--primary-color);margin-bottom:1.5rem}.policy-section p{margin-bottom:1rem;line-height:1.8}.policy-section ul{list-style-type:disc;margin-left:2rem;margin-bottom:2rem}.policy-section li{margin-bottom:.5rem;line-height:1.6}@media (max-width: 768px){.hero h1{font-size:2.5rem}.privacy-policy h1{font-size:2rem}.policy-section h2{font-size:1.5rem}}
