/*
Theme Name: Hands on GEO
Theme URI: https://handsongeo.com
Author: Hans Schepers
Author URI: https://handsongeo.com
Description: GeneratePress child theme for Hands on GEO — GEO-specifieke styling voor TL;DR, Statistics, FAQ en Author blocks.
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: handsongeo-child
*/

/* ==========================================================================
   TL;DR Block — primary AI citation target
   ========================================================================== */

.tldr-block {
    background-color: #f0f7ff;
    border-left: 4px solid #1a56db;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: 0 4px 4px 0;
}

.tldr-block__heading {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a56db;
    margin-bottom: 0.5rem;
}

/* ==========================================================================
   Statistics Block — second AI citation target
   ========================================================================== */

.stats-block {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.stats-block__heading {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #374151;
    margin-bottom: 0.75rem;
}

.stats-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stats-block li {
    padding: 0.375rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.stats-block li:last-child {
    border-bottom: none;
}

/* ==========================================================================
   FAQ Section — third AI citation target
   ========================================================================== */

.faq-section {
    margin-top: 3rem;
    border-top: 2px solid #e5e7eb;
    padding-top: 2rem;
}

.faq-section__heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.faq-item {
    margin-bottom: 1.5rem;
}

.faq-item__question {
    font-weight: 700;
    font-size: 1.0625rem;
    margin-bottom: 0.375rem;
}

.faq-item__answer {
    color: #374151;
}

/* ==========================================================================
   Last updated timestamp — GEO freshness signal
   ========================================================================== */

.last-updated {
    font-size: 0.8125rem;
    color: #6b7280;
    font-style: italic;
    margin-top: -0.5rem;
    margin-bottom: 2rem;
}

/* ==========================================================================
   Author Page — E-E-A-T signals
   ========================================================================== */

.author-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e5e7eb;
}

.author-avatar img {
    border-radius: 50%;
    width: 128px;
    height: 128px;
}

.author-info h1 {
    margin-bottom: 0.125rem;
}

.author-title {
    color: #1a56db;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.author-bio {
    margin-bottom: 1rem;
    color: #374151;
}

.author-credentials {
    list-style: none;
    padding: 0;
    font-size: 0.9375rem;
    color: #374151;
    margin-bottom: 0.75rem;
}

.author-credentials li {
    padding: 0.125rem 0;
}

.author-credentials li::before {
    content: "\2713\0020";
    color: #1a56db;
    font-weight: 700;
}

.author-links a {
    font-weight: 600;
    font-size: 0.9375rem;
}

@media (max-width: 640px) {
    .author-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tldr-block,
    .stats-block {
        padding: 1rem;
    }
}
