body{margin:0;font-family:Arial,sans-serif;background:linear-gradient(to bottom,#040,#0a0);color:#fff}header{background:#000;color:#fff;position:sticky;top:0;z-index:1000}.logo-container{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem}.logo-img{height:40px}.site-name{font-size:1.5rem;font-weight:700}.menu{font-size:2rem;cursor:pointer}.dropdown{display:none;flex-direction:column;background:#111}.dropdown.open{display:flex}.dropdown a{color:#fff;text-decoration:none;padding:.5rem 1rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:600px;margin:1rem auto}.grid button{background:#fff;color:#000;border:none;padding:1rem;font-weight:700;font-size:1.2rem;border-radius:8px;cursor:pointer}.cta-section{text-align:center;padding:2rem}.cta-button{background:#fc0;color:#000;padding:1rem 2rem;text-decoration:none;font-weight:700;border-radius:8px}footer{background:#000;text-align:center;padding:1rem}
