body {margin: 0;font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;background: #444;color: #eee;line-height: 1.6;}header {display: flex;justify-content: space-between;align-items: center;padding: 1rem 2rem;border-bottom: 1px solid #eee;flex-wrap: wrap;}#logo {font-family: monospace;font-size: 1.2rem;font-weight: 900;color: #fff;}.nav-buttons {display: flex;flex-wrap: wrap;gap: 8px;}.btn {max-width: 50%;text-decoration: none;padding: 8px 16px;font-size: 0.95rem;color: #fff;background: #888;border: 1px solid #444;border-radius: 8px;text-align: center;transition: transform .15s ease, box-shadow .15s ease;}.btn:hover {transform: translateY(-2px);box-shadow: 0 4px 8px rgba(0,0,0,0.2);}@media (max-width: 480px) {header {flex-direction: column;align-items: stretch;gap: 10px;}.btn {flex-direction: column;align-items: stretch;width: 100%;}}main {max-width: 800px;margin: 1rem auto;padding: 0 1.5rem;}h1 {font-size: 1.2rem;margin-bottom: 1rem;}h2 {margin-top: 1rem;font-size: 1rem;}p {margin-bottom: 1rem;}ul {padding-left: 1.2rem;}li {margin-bottom: 0.5rem;}.cta {margin-top: 1rem;padding: 0 1rem;border: 1px solid #555;background: #555;}footer {font-size: 0.85rem;text-align: center;}footer p{max-width: 90%;font-style: italic;}