/*
Theme Name: Platinum Decks Balanced Premium
Version: 3.0
*/

body{font-family:Arial;margin:0;background:#f9f9f9;color:#333}
header{background:#fff;padding:15px 20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}
nav a{margin:0 10px;text-decoration:none;color:#333;font-weight:600}
.hero{background:#eaeaea;padding:120px 20px;text-align:center}
.hero h1{font-size:42px;margin-bottom:10px}
.btn{background:#2e6f4f;color:#fff;padding:14px 22px;border-radius:6px;text-decoration:none;margin:5px;display:inline-block}
.section{padding:60px 20px;max-width:1100px;margin:auto}
.cards{display:flex;gap:20px;flex-wrap:wrap}
.card{flex:1;background:#fff;padding:20px;border-radius:8px;min-width:250px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}
.footer{background:#222;color:#fff;text-align:center;padding:25px;margin-top:40px}
