body { font-family: 'Inter', sans-serif; background: var(--bg,#0d0b08) !important; color: var(--text,#f5f0e8) !important; }
.seo-card, .faq-item { background: var(--bg2,#141008) !important; color: var(--text,#f5f0e8) !important; }
section { background: transparent; }
.seo-hero { background: #0d0b08; padding: 0; position: relative; overflow: hidden; }
.seo-hero-img-overlay { position: absolute; inset: 0; background-image: url('/static/images/hero-bg.jpg'); background-size: cover; background-position: center; opacity: 0.1; z-index: 0; }
.seo-hero-inner { position: relative; z-index: 1; padding: 100px 0 80px; }
.seo-hero h1 { font-family: 'Cormorant Garamond', 'Playfair Display', serif !important; font-size: clamp(40px, 5.5vw, 76px) !important; font-weight: 300 !important; line-height: 1.05 !important; color: #f5f0e8 !important; margin-bottom: 24px !important; letter-spacing: -0.5px; }
.seo-hero p { color: rgba(250,246,241,0.88); }
.seo-eyebrow-row { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 24px; }
.seo-eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: #c9a96e; display: inline-block; flex-shrink: 0; }
.seo-eyebrow-label { font-family: 'Inter', sans-serif; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #c9a96e; font-weight: 500; }
.seo-hero-subtitle { font-family: 'Inter', sans-serif; font-size: 16px; color: #8a7d6b; line-height: 1.75; margin-bottom: 40px; font-weight: 300; max-width: 660px; margin-left: auto; margin-right: auto; }
.seo-hero-cta-btn { display: inline-block; padding: 14px 36px; background: #c9a96e; color: #0d0b08 !important; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none !important; transition: background 0.2s; }
.seo-hero-cta-btn:hover { background: #e8c88a; }
.seo-hero-gold-line { height: 1px; background: linear-gradient(to right, transparent, #c9a96e 30%, #c9a96e 70%, transparent); }
.seo-card { background: var(--bg2,#141008); border: 1px solid rgba(201,169,110,0.15); border-radius: 0; box-shadow: none; padding: 2.5rem 3rem; }
@media (max-width: 767.98px) { .seo-card { padding: 1.5rem 1.25rem; } }
.seo-card h2 { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--gold,#c9a96e); font-size: 1.5rem; font-weight: 400; margin-top: 2.5rem; margin-bottom: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(201,169,110,0.12); }
.seo-card h2:first-of-type { margin-top: 0.5rem; border-top: none; padding-top: 0; color: var(--gold,#c9a96e); }
.seo-card p { color: var(--muted,#8a7d6b); line-height: 1.8; margin-bottom: 1rem; }
.seo-card ul { color: var(--muted,#8a7d6b); padding-left: 1.5rem; }
.seo-card ul li { margin-bottom: 0.5rem; line-height: 1.75; color: var(--muted,#8a7d6b); }
.faq-item { background: var(--bg2,#141008); border: 1px solid rgba(201,169,110,0.15); border-radius: 0; padding: 1.5rem; margin-bottom: 1rem; }
.faq-item h3 { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: var(--gold,#c9a96e); margin-bottom: 0.6rem; }
.faq-item p { color: var(--muted,#8a7d6b); line-height: 1.75; margin-bottom: 0; }
.breadcrumb-bar { background: rgba(201,169,110,0.04); border-bottom: 1px solid rgba(201,169,110,0.12); padding: 10px 0; font-size: 0.875rem; }
.breadcrumb-bar a { color: var(--gold,#c9a96e); text-decoration: none; }
.breadcrumb-bar a:hover { text-decoration: underline; color: var(--gold2,#e8c88a); }
.stat-box { background: linear-gradient(135deg, #1a1208 0%, #221a0e 100%); border: 1px solid rgba(201,169,110,0.2); border-radius: 0; padding: 2rem; color: #f5f0e8; text-align: center; }
.stat-box h3 { color: #FFFFFF !important; font-family: 'Cormorant Garamond', 'Playfair Display', serif; font-size: 2.5rem; font-weight: 400; margin-bottom: 0.25rem; }
.stat-box p { color: rgba(255,255,255,0.85) !important; margin-bottom: 0; }
.internal-links { background: rgba(201,169,110,0.08); border: 1px solid rgba(201,169,110,0.15); border-radius: 0; padding: 2rem; }
.internal-links h4 { color: var(--gold,#c9a96e); font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; }
