/* SilverGoldInvestor.com starter styles */
:root {
  --bg: #f8f5ee;
  --paper: #ffffff;
  --ink: #1f2933;
  --muted: #5f6b76;
  --gold: #b99036;
  --gold-dark: #7a5a1f;
  --line: #e5ddcf;
  --shadow: 0 18px 45px rgba(31, 41, 51, 0.10);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--ink); line-height: 1.6; }
a { color: var(--gold-dark); }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.site-header { background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; backdrop-filter: blur(10px); z-index: 20; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: block; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; line-height: 1.05; min-width: 0; }
.brand-name { display: block; font-weight: 850; font-size: 1.16rem; letter-spacing: -.03em; color: var(--ink); white-space: nowrap; }
.brand-name span { display: inline; }
.brand-gold { color: var(--gold-dark); }
.brand-tagline { display: block; font-size: .62rem; line-height: 1; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 800; white-space: nowrap; }
.nav { display: flex; gap: 18px; flex-wrap: wrap; }
.nav a, .footer-links a { text-decoration: none; color: var(--muted); font-weight: 600; }
.hero { padding: 76px 0 54px; background: radial-gradient(circle at top right, #fff7db 0, rgba(255,247,219,0) 42%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .7fr); gap: 42px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; color: var(--gold-dark); font-weight: 800; font-size: .82rem; }
h1 { font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1.02; margin: 0 0 20px; }
h2 { line-height: 1.2; margin-top: 0; }
.lead { color: var(--muted); font-size: 1.2rem; max-width: 760px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-block; padding: 13px 20px; background: var(--gold-dark); color: white; border-radius: 999px; text-decoration: none; font-weight: 650; line-height: 1.2; letter-spacing: -.01em; }
.button.secondary { background: transparent; color: var(--gold-dark); border: 1px solid var(--gold); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 26px; box-shadow: var(--shadow); }
.checklist-card ul { padding-left: 1.25rem; }
.section { padding: 56px 0; }
.three-col { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.article h1 { font-size: clamp(2rem, 4vw, 3.4rem); }
.article h2 { margin-top: 38px; }
.article h3 { margin: 28px 0 8px; line-height: 1.25; }
.article li { margin-bottom: 8px; }
.article-toc { margin: 30px 0 36px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; }
.article-toc ol { margin-bottom: 0; padding-left: 1.25rem; }
.toc-columns { columns: 2; column-gap: 36px; }
.toc-title { margin: 0 0 10px; font-weight: 900; color: var(--ink); }
.notice { padding: 16px 18px; border-left: 4px solid var(--gold); background: #fff9e9; border-radius: 12px; color: #4f3f1d; margin: 28px 0; }
.callout-card, .related-box { margin: 30px 0; padding: 24px; border-radius: 20px; background: #10251a; color: #fff; }
.callout-card h2, .related-box h2 { margin-top: 0; }
.callout-card p, .related-box p { color: rgba(255,255,255,.84); }
.related-box a { color: #f2d27b; }
.provider-cta { margin: 34px 0; padding: clamp(22px, 4vw, 34px); border-radius: 24px; background: #fffdf8; border: 1px solid var(--gold); box-shadow: var(--shadow); }
.provider-cta h2 { margin: 0 0 12px; }
.provider-cta ul { padding-left: 1.2rem; }
.provider-cta .button { margin-top: 8px; }
.affiliate-note { margin: 16px 0 0; color: var(--muted); font-size: .9rem; }
.comparison-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 24px 0; }
.soft-card { box-shadow: none; background: #fffdf8; }
.article-card-list { display: grid; gap: 20px; margin: 32px 0; }
.article-card h2 a { color: var(--ink); text-decoration: none; }
.article-card h2 a:hover { color: var(--gold-dark); }
.muted-card { opacity: .82; box-shadow: none; }
.glossary-list { display: grid; gap: 18px; margin-top: 28px; }
.glossary-term { padding: 22px 0; border-top: 1px solid var(--line); scroll-margin-top: 92px; }
.glossary-term h2 { margin: 0 0 8px; }
.glossary-term p { margin: 0; }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0; background: #fff; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links .social-link { display: inline-flex; align-items: center; gap: 6px; }
.social-icon { width: 17px; height: 17px; display: inline-block; flex: 0 0 auto; fill: currentColor; }
.footer-links .social-link:hover { color: var(--gold-dark); }
.trust-section { padding-top: 0; }
.trust-card { box-shadow: none; }
.trust-card h2 { max-width: 820px; }
.trust-card p { max-width: 860px; }
.trust-list { margin: 20px 0; padding-left: 1.25rem; }
.trust-list li { margin-bottom: 8px; }
.small-note { color: var(--muted); font-size: .95rem; }
.optin-section { padding-top: 0; }
.optin-block { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 28px; align-items: center; background: #10251a; color: #fff; border-radius: 26px; padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow); }
.optin-block h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: 12px; }
.optin-block p { color: rgba(255,255,255,.82); }
.optin-block .eyebrow { color: #f2d27b; }
.optin-form { background: #fff; color: var(--ink); border-radius: 22px; padding: 22px; border: 1px solid rgba(255,255,255,.22); }
.optin-form label { display: block; font-weight: 800; margin: 0 0 6px; }
.optin-form input[type="text"], .optin-form input[type="email"] { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; font: inherit; margin-bottom: 14px; background: #fff; color: var(--ink); }
.optin-form input:focus { outline: 3px solid rgba(185,144,54,.25); border-color: var(--gold); }
.optin-form button { width: 100%; border: 0; border-radius: 999px; padding: 14px 18px; background: var(--gold-dark); color: #fff; font: inherit; font-weight: 650; line-height: 1.2; letter-spacing: -.01em; cursor: pointer; }
.optin-form button:hover { background: #634918; }
.optin-privacy { font-size: .86rem; color: var(--muted) !important; margin: 14px 0 0; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.tracking-pixel { position: absolute; width: 1px; height: 1px; opacity: 0; }
@media (max-width: 800px) { .hero-grid, .three-col, .comparison-list, .optin-block { grid-template-columns: 1fr; } .toc-columns { columns: 1; } .nav-wrap, .footer-grid { align-items: flex-start; flex-direction: column; } .brand-tagline { display: none; } .brand-mark { width: 38px; height: 38px; } .brand-name { font-size: 1.08rem; } }
