*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#06c;--secondary-color:#333;--text-color:#333;--bg-color:#fff;--border-color:#ddd;--error-color:#dc3545;--success-color:#28a745}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color)}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}.layout{min-height:100vh;display:flex;flex-direction:column}header{background-color:#fff;border-bottom:1px solid var(--border-color);padding:1rem 0}nav{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--secondary-color)}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-color)}main{flex:1 1;max-width:1200px;margin:0 auto;width:100%}footer,main{padding:2rem 1rem}footer{background-color:#f8f9fa;border-top:1px solid var(--border-color);margin-top:auto}footer p{text-align:center;color:#666;margin-bottom:1rem}.footer-links{display:flex;justify-content:center;gap:1.5rem}.footer-links a{color:#666;font-size:.9rem}.hero{text-align:center;padding:3rem 0}.hero h1{font-size:3rem;margin-bottom:1rem}.tagline{font-size:1.25rem;color:#666;margin-bottom:2rem}.store-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-link{display:inline-block;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border-radius:4px;font-weight:500}.store-link:hover{background-color:#0052a3;text-decoration:none}.features{margin-top:4rem}.features h2{margin-bottom:1rem}.features ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.features li{border-left:3px solid var(--primary-color);padding:.5rem 0 .5rem 1rem}.legal-page{max-width:800px}.legal-page h1{margin-bottom:.5rem}.last-updated{color:#666;font-size:.9rem}.last-updated,.legal-page section{margin-bottom:2rem}.legal-page h2{font-size:1.25rem}.legal-page h2,.legal-page p{margin-bottom:.5rem}.contact-page{max-width:600px}.contact-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:1rem}.form-group textarea{resize:vertical}button[type=submit]{background-color:var(--primary-color);color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;font-weight:500}button[type=submit]:hover:not(:disabled){background-color:#0052a3}button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.alert{padding:1rem;border-radius:4px;margin-bottom:1.5rem}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width:768px){nav{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.hero h1{font-size:2rem}.store-links{flex-direction:column;align-items:center}}