/*
Theme Name: Music Maker Pro
Theme URI: https://example.com/music-maker-pro
Author: Iblesoft
Author URI: https://iblesoft.tech
Description: Lightweight theme for selling beats and booking studio sessions. WooCommerce-ready, Stripe/PayPal friendly.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: musicmakerpro
Tags: music, beats, studio, ecommerce, woocommerce, block-styles
*/

:root{
  --bg:#0b0b0b;
  --fg:#f5f5f5;
  --muted:#bbbbbb;
  --accent:#29d;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:24px}
header.site-header, footer.site-footer{background:#111}
header .branding{display:flex;gap:12px;align-items:center}
nav.primary{margin-top:8px}
nav.primary a{color:#fff;margin-right:16px}
.hero{padding:72px 0;background:linear-gradient(180deg,#161616,#0b0b0b)}
.hero h1{font-size:40px;margin:0 0 12px}
.cta{display:flex;gap:12px;margin-top:16px}
.btn{display:inline-block;padding:12px 18px;border-radius:10px;background:#fff;color:#000;font-weight:600}
.btn.secondary{background:#222;color:#fff;border:1px solid #333}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card{background:#141414;border:1px solid #1f1f1f;border-radius:14px;padding:18px}
.section{padding:48px 0;border-top:1px solid #171717}
.section h2{margin-top:0}
footer.site-footer{padding:24px;text-align:center;color:#ddd}
.widget-area{padding:24px}
@media(max-width:900px){.grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.grid{grid-template-columns:1fr}.hero h1{font-size:28px}}
