cat > style.css << 'EOF'
/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
Description: Grantoria custom templates
*/
EOF
/* badge-model — Application Model */
.badge-model {
    background: #6366f1;
    color: #fff;
}

/* Results header — счётчик + сортировка */
.results-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.results-sort select { border: 1px solid #D1D5DB; border-radius: 6px; padding: 0.4rem 0.8rem; font-size: 0.9rem; color: #374151; }


/* ===== Grantoria — SEO intro in hub footer ===== */
.grantoria-seo-intro {
    margin: 2.5rem 0 0;
    padding: 1.5rem 1.75rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.65;
}
.grantoria-seo-intro h2 {
    margin: 0 0 0.7em;
    font-size: 1.15rem;
    font-weight: 500;
    color: #111827;
    line-height: 1.3;
}
.grantoria-seo-intro p {
    margin: 0 0 0.85em;
}
.grantoria-seo-intro p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .grantoria-seo-intro {
        margin: 1.5rem 0 0;
        padding: 1.25rem 1.25rem;
        font-size: 0.92rem;
    }
    .grantoria-seo-intro h2 {
        font-size: 1.05rem;
    }
}
/* ===== /SEO intro ===== */
