/*
Theme Name: SellNowGold
Theme URI: https://example.com/sellnowgold
Author: Generated by ChatGPT
Author URI: https://example.com
Description: A clean, gold-themed WordPress theme for SellNowGold — simple contact page, header, footer, and basic support files.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sellnowgold
Tags: gold, responsive, contact, one-column
*/
body { margin:0; font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#1f2937; background:#fff; }
.site-header { background:#b45309; color:#fff; padding:18px 0; }
.site-branding img { height:48px; width:48px; border-radius:6px; vertical-align:middle; margin-right:10px; }
.site-title { display:inline-block; font-weight:700; font-size:20px; vertical-align:middle; }
.container { max-width:1100px; margin:0 auto; padding:0 20px; }
.hero { background: linear-gradient(90deg, rgba(181,83,9,0.95), rgba(245,158,11,0.85)); color:#fff; padding:48px 0; text-align:center; }
.card { background:#fff; border-radius:12px; box-shadow:0 6px 18px rgba(15,23,42,0.07); padding:24px; }
.contact-grid { display:grid; grid-template-columns:1fr; gap:24px; }
@media(min-width:768px){ .contact-grid { grid-template-columns: 1fr 1fr; } }
.site-footer { background:#7c2d12; color:#fde68a; padding:28px 0; margin-top:40px; font-size:14px; }
.small { font-size:13px; color:#6b7280; }
a { color:#b45309; text-decoration:none; }
