@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Prompt', sans-serif; color: #4a3b32; background: #fdfcfb; line-height: 1.6; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
a { text-decoration: none; color: inherit; }

.site-header { background: #fff; border-bottom: 1px solid #f0e6dd; padding: 14px 0; position: sticky; top: 0; z-index: 100; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 18px; font-weight: 700; color: #4a3b32; }
.logo span { color: #b07d62; }
nav { display: flex; gap: 24px; }
nav a { font-size: 14px; color: #6b5c53; transition: color 0.2s; }
nav a:hover { color: #b07d62; }

.hero { background: linear-gradient(135deg, #f7efe8 0%, #faeede 100%); padding: 72px 0 60px; text-align: center; }
.hero h1 { font-size: 36px; font-weight: 700; line-height: 1.3; margin-bottom: 16px; color: #3d2b1f; }
.hero p { font-size: 18px; color: #5c4d43; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: #b07d62; color: #fff; padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 500; transition: background 0.2s; }
.btn-primary:hover { background: #8f6146; }
.btn-outline { border: 2px solid #b07d62; color: #b07d62; padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 500; transition: all 0.2s; }
.btn-outline:hover { background: #b07d62; color: #fff; }

.categories { padding: 56px 0; }
.categories h2 { font-size: 24px; font-weight: 600; margin-bottom: 28px; color: #3d2b1f; }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.cat-card { background: #fff; border: 1px solid #f0e6dd; border-radius: 12px; padding: 28px 20px; text-align: center; transition: all 0.2s; display: block; }
.cat-card:hover { border-color: #b07d62; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(176,125,98,0.15); }
.cat-icon { font-size: 36px; margin-bottom: 12px; }
.cat-card h3 { font-size: 16px; font-weight: 600; margin-bottom: 6px; color: #3d2b1f; }
.cat-card p { font-size: 13px; color: #888; }

.stats-bar { background: #b07d62; padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat { color: #fff; }
.stat-num { display: block; font-size: 28px; font-weight: 700; }
.stat-lbl { font-size: 13px; opacity: 0.85; }

.listing-hero { background: #f7efe8; padding: 40px 0 32px; border-bottom: 1px solid #e8dccf; }
.listing-hero .breadcrumb { font-size: 13px; color: #888; margin-bottom: 10px; }
.listing-hero .breadcrumb a { color: #b07d62; }
.listing-hero h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; color: #3d2b1f; }
.listing-hero p { font-size: 15px; color: #5c4d43; }
.listing-hero .meta-tags { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.meta-tag { background: #fff; border: 1px solid #d4c2b2; color: #8f6146; font-size: 12px; padding: 4px 12px; border-radius: 99px; }

.listing-grid { padding: 40px 0; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.listing-card { background: #fff; border: 1px solid #f0e6dd; border-radius: 12px; padding: 20px; transition: all 0.2s; }
.listing-card:hover { border-color: #b07d62; box-shadow: 0 4px 16px rgba(176,125,98,0.12); }
.card-top { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.card-emoji { font-size: 28px; }
.card-cat { font-size: 11px; color: #b07d62; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.card-name { font-size: 16px; font-weight: 600; color: #3d2b1f; }
.card-desc { font-size: 13px; color: #6b5c53; line-height: 1.55; margin-bottom: 14px; }
.card-footer { display: flex; align-items: center; justify-content: space-between; }
.stars { color: #d4a373; font-size: 13px; }
.reviews { font-size: 11px; color: #aaa; margin-left: 4px; }
.price { font-size: 13px; font-weight: 500; color: #4a3b32; }
.badge { font-size: 10px; padding: 2px 8px; border-radius: 4px; font-weight: 600; }
.badge-rec { background: #faeddd; color: #8f6146; border: 1px solid #d4c2b2; }
.badge-new { background: #fdfcfb; color: #a67c52; border: 1px solid #e8dccf; }

.site-footer { background: #2e221b; color: #c4b5a9; padding: 24px 0; text-align: center; font-size: 13px; margin-top: 0; }

.seo-section { background: #fbf5f0; border-top: 1px solid #e8dccf; padding: 40px 0; }
.seo-section h2 { font-size: 20px; font-weight: 600; margin-bottom: 16px; color: #3d2b1f; }
.seo-section p { font-size: 14px; color: #5c4d43; line-height: 1.8; max-width: 720px; }

.single-hero-content { display: flex; align-items: center; gap: 24px; margin-top: 16px; }
.icon-large { font-size: 64px; background: #fff; border-radius: 16px; width: 100px; height: 100px; box-shadow: 0 4px 12px rgba(176,125,98,0.1); display: flex; align-items: center; justify-content: center; line-height: 1; }
.single-hero h1 { margin-bottom: 8px; }


@media (max-width: 640px) {
  .hero h1 { font-size: 26px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  nav { display: none; }
}
