* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif; background: #141210; color: #e8e2d9; line-height: 1.6; }
.seo-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; border-bottom: 1px solid #2e2820; }
.logo { font-weight: 700; font-size: 1.2rem; color: #c9a96e; text-decoration: none; }
nav a { color: #a89b8c; text-decoration: none; margin-left: 1.5rem; font-size: 0.9rem; }
nav a:hover { color: #c9a96e; }
.seo-main { max-width: 720px; margin: 0 auto; padding: 3rem 1.5rem; }
h1 { font-size: 2.2rem; font-weight: 700; margin-bottom: 1rem; color: #f5f0e8; }
h2 { font-size: 1.4rem; font-weight: 600; margin: 2rem 0 1rem; color: #f5f0e8; }
h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.3rem; color: #f5f0e8; }
p { margin-bottom: 1rem; color: #b8aea3; }
.lead { font-size: 1.1rem; color: #d4ccc0; margin-bottom: 1.5rem; }
.cta-button { display: inline-block; background: #c9a96e; color: #141210; padding: 0.9rem 2rem; border-radius: 10px; text-decoration: none; font-weight: 600; margin: 1.5rem 0; }
.cta-button:hover { background: #d4b87a; }
.faq-section { margin-top: 2.5rem; }
.faq-item { border: 1px solid #2e2820; border-radius: 8px; margin-bottom: 0.75rem; overflow: hidden; }
.faq-item summary { padding: 1rem; cursor: pointer; font-weight: 500; color: #e8e2d9; background: #1e1a16; }
.faq-item p { padding: 0 1rem 1rem; color: #a89b8c; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin-top: 1rem; }
.related-card { display: block; background: #1e1a16; border: 1px solid #2e2820; border-radius: 10px; padding: 1rem; color: #c9a96e; text-decoration: none; }
.related-card:hover { border-color: #c9a96e; }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.cat-card { display: block; background: #1e1a16; border: 1px solid #2e2820; border-radius: 12px; padding: 1.25rem; text-decoration: none; }
.cat-card h3 { color: #f5f0e8; margin-bottom: 0.5rem; }
.cat-card p { color: #a89b8c; font-size: 0.9rem; margin-bottom: 0.5rem; }
.cat-card .price { color: #c9a96e; font-weight: 600; font-size: 0.9rem; }
.cat-card:hover { border-color: #c9a96e; }
.howto-steps { margin: 1.5rem 0; padding-left: 1.5rem; }
.howto-steps li { margin-bottom: 0.75rem; color: #d4ccc0; }
.seo-footer { text-align: center; padding: 2rem; border-top: 1px solid #2e2820; color: #6b5f52; font-size: 0.85rem; }
@media (max-width: 600px) { h1 { font-size: 1.6rem; } .seo-header { padding: 1rem; flex-direction: column; gap: 0.5rem; } }
