/* =============================================================
   Genealogy Research Family — grf-styles.css v1.2
   ============================================================= */
 
.grf-tools-wrapper { width: 100% !important; }
 
/* PILLS */
.grf-pills-section { margin-bottom: 1.8rem !important; }
.grf-pills-label { font-size: 0.72rem !important; font-weight: 700 !important; letter-spacing: 0.16em !important; text-transform: uppercase !important; color: #2e5c36 !important; margin: 0 0 0.8rem 0 !important; display: block !important; }
.grf-pills { display: flex !important; flex-wrap: wrap !important; gap: 0.5rem !important; list-style: none !important; padding: 0 !important; margin: 0 0 1.5rem 0 !important; }
.grf-pill { display: inline-block !important; padding: 0.45rem 1.1rem !important; border-radius: 20px !important; border: 2px solid #c8b89a !important; background: #fdf8f0 !important; color: #3d3528 !important; font-size: 0.84rem !important; font-weight: 600 !important; cursor: pointer !important; transition: all 0.18s ease !important; user-select: none !important; line-height: 1.4 !important; }
.grf-pill:hover { border-color: #2e5c36 !important; color: #2e5c36 !important; background: #edf5ee !important; }
.grf-pill-active { background: #2e5c36 !important; border-color: #2e5c36 !important; color: #ffffff !important; }
 
/* TOOLS GRID */
.grf-tools-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important; gap: 1.2rem !important; padding: 0 !important; margin: 0 !important; }
 
/* TOOL CARD */
.grf-tool-card { display: flex !important; flex-direction: column !important; background: #fdf8f0 !important; border: 2px solid #c8b89a !important; border-radius: 12px !important; padding: 1.4rem 1.5rem !important; text-decoration: none !important; color: #1a1610 !important; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important; cursor: pointer !important; box-shadow: 0 2px 8px rgba(26,22,16,0.05) !important; }
.grf-tool-card:hover { border-color: #2e5c36 !important; box-shadow: 0 6px 24px rgba(46,92,54,0.14) !important; transform: translateY(-3px) !important; text-decoration: none !important; color: #1a1610 !important; }
.grf-tool-card:visited { color: #1a1610 !important; text-decoration: none !important; }
.grf-tool-icon { font-size: 2rem !important; margin-bottom: 0.7rem !important; display: block !important; line-height: 1 !important; }
.grf-tool-name { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: 1.15rem !important; font-weight: 600 !important; color: #1a1610 !important; line-height: 1.3 !important; margin: 0 0 0.5rem 0 !important; }
.grf-tool-desc { font-size: 0.85rem !important; color: #3d3528 !important; line-height: 1.65 !important; flex-grow: 1 !important; margin: 0 0 1rem 0 !important; }
.grf-tool-footer { display: flex !important; align-items: center !important; justify-content: space-between !important; margin-top: auto !important; padding-top: 0.8rem !important; border-top: 1px solid #c8b89a !important; gap: 0.5rem !important; flex-wrap: wrap !important; }
.grf-tool-cat { font-size: 0.68rem !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; color: #2e5c36 !important; background: #edf5ee !important; border: 1px solid #b8d4bb !important; padding: 0.2rem 0.65rem !important; border-radius: 10px !important; display: inline-block !important; }
.grf-tool-diff { font-size: 0.72rem !important; font-weight: 700 !important; padding: 0.2rem 0.65rem !important; border-radius: 10px !important; display: inline-block !important; }
.grf-diff-easy { background: #e6f4ea !important; color: #2e5c36 !important; border: 1px solid #b8d4bb !important; }
.grf-diff-medium { background: #fef3e2 !important; color: #92400e !important; border: 1px solid #f6d28a !important; }
.grf-diff-advanced { background: #fdecea !important; color: #9b1c1c !important; border: 1px solid #f4a9a3 !important; }
.grf-no-tools { grid-column: 1 / -1 !important; text-align: center !important; color: #5c5040 !important; padding: 2rem !important; border: 2px dashed #c8b89a !important; border-radius: 10px !important; font-size: 0.95rem !important; }
 
/* CTA */
.grf-inline-cta { margin: 1.5rem 0 !important; text-align: center !important; }
.grf-cta-btn { display: inline-block !important; background: #2e5c36 !important; color: #ffffff !important; text-decoration: none !important; padding: 0.85rem 1.8rem !important; border-radius: 6px !important; font-size: 0.95rem !important; font-weight: 700 !important; letter-spacing: 0.03em !important; transition: background 0.2s !important; }
.grf-cta-btn:hover { background: #1e3d24 !important; color: #ffffff !important; }
.grf-article-cta { background: #e8dcc8 !important; border: 2px solid #c8b89a !important; border-left: 5px solid #2e5c36 !important; border-radius: 10px !important; padding: 1.6rem 1.8rem !important; margin: 2.5rem 0 !important; }
.grf-cta-eyebrow { font-size: 0.7rem !important; font-weight: 700 !important; letter-spacing: 0.14em !important; text-transform: uppercase !important; color: #2e5c36 !important; margin: 0 0 0.4rem !important; display: block !important; }
.grf-cta-title { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: 1.3rem !important; font-weight: 600 !important; color: #1a1610 !important; margin: 0 0 0.5rem !important; }
.grf-cta-desc { font-size: 0.9rem !important; color: #3d3528 !important; line-height: 1.6 !important; margin: 0 0 1rem !important; }
.grf-ad-slot { margin: 1.5rem 0 !important; }
.grf-tool-widget-wrapper { margin-bottom: 2rem !important; }
 
/* ARTICLE CARDS */
.grf-article-card { background: #fdf8f0 !important; border: 2px solid #c8b89a !important; border-radius: 10px !important; padding: 1.6rem !important; text-decoration: none !important; color: #1a1610 !important; display: block !important; transition: border-color 0.2s, box-shadow 0.2s !important; }
.grf-article-card:hover { border-color: #2e5c36 !important; box-shadow: 0 4px 16px rgba(46,92,54,0.1) !important; text-decoration: none !important; color: #1a1610 !important; }
.grf-article-cat { font-size: 0.68rem !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; color: #2e5c36 !important; margin-bottom: 0.6rem !important; display: block !important; }
.grf-article-title { font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: 1.2rem !important; font-weight: 600 !important; color: #1a1610 !important; line-height: 1.35 !important; margin-bottom: 0.6rem !important; }
.grf-article-excerpt { font-size: 0.88rem !important; color: #3d3528 !important; line-height: 1.7 !important; }
.grf-article-read { font-size: 0.8rem !important; color: #2e5c36 !important; font-weight: 700 !important; margin-top: 1rem !important; display: block !important; letter-spacing: 0.04em !important; }
 
/* RESPONSIVE */
@media (max-width: 600px) {
    .grf-tools-grid { grid-template-columns: 1fr !important; }
    .grf-tool-card { padding: 1.2rem !important; }
    .grf-pills { gap: 0.4rem !important; }
    .grf-pill { font-size: 0.78rem !important; padding: 0.35rem 0.8rem !important; }
}